Skip to content

Commit 1fc2b94

Browse files
committed
update catalog and screenshots
1 parent 1cf8cc6 commit 1fc2b94

24 files changed

Lines changed: 63 additions & 70 deletions

docs/src/examples/catalog/Chart.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,14 +2116,14 @@
21162116
"example": "bubble-map",
21172117
"component": "GeoPath",
21182118
"path": "/docs/components/GeoPath/bubble-map",
2119-
"lineNumber": 82,
2119+
"lineNumber": 81,
21202120
"line": "<Chart"
21212121
},
21222122
{
21232123
"example": "choropleth",
21242124
"component": "GeoPath",
21252125
"path": "/docs/components/GeoPath/choropleth",
2126-
"lineNumber": 58,
2126+
"lineNumber": 54,
21272127
"line": "<Chart"
21282128
},
21292129
{
@@ -4115,5 +4115,5 @@
41154115
"line": "<Chart {data} x=\"x\" y=\"y\" height={400}>"
41164116
}
41174117
],
4118-
"updatedAt": "2026-04-08T20:33:54.649Z"
4118+
"updatedAt": "2026-04-08T22:44:10.427Z"
41194119
}

docs/src/examples/catalog/Circle.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@
461461
"example": "bubble-map",
462462
"component": "GeoPath",
463463
"path": "/docs/components/GeoPath/bubble-map",
464-
"lineNumber": 107,
464+
"lineNumber": 108,
465465
"line": "<Circle"
466466
},
467467
{
@@ -920,5 +920,5 @@
920920
"line": "<Circle cx={point.x} cy={point.y} r={4} class=\"fill-primary\" />"
921921
}
922922
],
923-
"updatedAt": "2026-04-08T15:58:16.677Z"
923+
"updatedAt": "2026-04-08T22:44:10.553Z"
924924
}

docs/src/examples/catalog/CircleLegend.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
"example": "bubble-map",
105105
"component": "GeoPath",
106106
"path": "/docs/components/GeoPath/bubble-map",
107-
"lineNumber": 149,
108-
"line": "<CircleLegend scale={rScale} title=\"Population\" tickFormat=\"metric\" placement=\"bottom-right\" />"
107+
"lineNumber": 146,
108+
"line": "<CircleLegend title=\"Population\" tickFormat=\"metric\" placement=\"bottom-right\" />"
109109
},
110110
{
111111
"example": "zoomable-bubble",
@@ -115,5 +115,5 @@
115115
"line": "<CircleLegend"
116116
}
117117
],
118-
"updatedAt": "2026-04-08T15:58:16.875Z"
118+
"updatedAt": "2026-04-08T22:44:10.592Z"
119119
}

docs/src/examples/catalog/GeoLegend.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@
218218
"example": "bubble-map",
219219
"component": "GeoPath",
220220
"path": "/docs/components/GeoPath/bubble-map",
221-
"lineNumber": 151,
221+
"lineNumber": 148,
222222
"line": "<GeoLegend units=\"mi\" placement=\"bottom-left\" class=\"m-2\" />"
223223
}
224224
],
225-
"updatedAt": "2026-04-08T20:33:55.230Z"
225+
"updatedAt": "2026-04-08T22:44:10.931Z"
226226
}

docs/src/examples/catalog/GeoPath.json

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -45,42 +45,42 @@
4545
"components": [
4646
{
4747
"component": "Chart",
48-
"lineNumber": 82,
48+
"lineNumber": 81,
4949
"line": "<Chart"
5050
},
5151
{
5252
"component": "Layer",
53-
"lineNumber": 99,
53+
"lineNumber": 105,
5454
"line": "<Layer>"
5555
},
5656
{
5757
"component": "GeoPath",
58-
"lineNumber": 100,
58+
"lineNumber": 106,
5959
"line": "<GeoPath geojson={states} class=\"fill-surface-content/10 stroke-surface-100\" {strokeWidth} />"
6060
},
6161
{
6262
"component": "Circle",
63-
"lineNumber": 107,
63+
"lineNumber": 108,
6464
"line": "<Circle"
6565
},
6666
{
6767
"component": "Legend",
68-
"lineNumber": 142,
68+
"lineNumber": 140,
6969
"line": "<Legend"
7070
},
7171
{
7272
"component": "CircleLegend",
73-
"lineNumber": 149,
74-
"line": "<CircleLegend scale={rScale} title=\"Population\" tickFormat=\"metric\" placement=\"bottom-right\" />"
73+
"lineNumber": 146,
74+
"line": "<CircleLegend title=\"Population\" tickFormat=\"metric\" placement=\"bottom-right\" />"
7575
},
7676
{
7777
"component": "GeoLegend",
78-
"lineNumber": 151,
78+
"lineNumber": 148,
7979
"line": "<GeoLegend units=\"mi\" placement=\"bottom-left\" class=\"m-2\" />"
8080
},
8181
{
8282
"component": "Tooltip",
83-
"lineNumber": 153,
83+
"lineNumber": 150,
8484
"line": "<Tooltip.Root>"
8585
}
8686
]
@@ -92,27 +92,27 @@
9292
"components": [
9393
{
9494
"component": "Chart",
95-
"lineNumber": 58,
95+
"lineNumber": 54,
9696
"line": "<Chart"
9797
},
9898
{
9999
"component": "Layer",
100-
"lineNumber": 75,
100+
"lineNumber": 77,
101101
"line": "<Layer>"
102102
},
103103
{
104104
"component": "GeoPath",
105-
"lineNumber": 77,
105+
"lineNumber": 79,
106106
"line": "<GeoPath"
107107
},
108108
{
109109
"component": "Legend",
110-
"lineNumber": 100,
110+
"lineNumber": 102,
111111
"line": "<Legend"
112112
},
113113
{
114114
"component": "Tooltip",
115-
"lineNumber": 106,
115+
"lineNumber": 107,
116116
"line": "<Tooltip.Root>"
117117
}
118118
]
@@ -848,49 +848,42 @@
848848
"example": "bubble-map",
849849
"component": "GeoPath",
850850
"path": "/docs/components/GeoPath/bubble-map",
851-
"lineNumber": 100,
851+
"lineNumber": 106,
852852
"line": "<GeoPath geojson={states} class=\"fill-surface-content/10 stroke-surface-100\" {strokeWidth} />"
853853
},
854854
{
855855
"example": "bubble-map",
856856
"component": "GeoPath",
857857
"path": "/docs/components/GeoPath/bubble-map",
858-
"lineNumber": 103,
859-
"line": "<GeoPath geojson={feature} {strokeWidth}>"
860-
},
861-
{
862-
"example": "bubble-map",
863-
"component": "GeoPath",
864-
"path": "/docs/components/GeoPath/bubble-map",
865-
"lineNumber": 122,
858+
"lineNumber": 120,
866859
"line": "<GeoPath"
867860
},
868861
{
869862
"example": "bubble-map",
870863
"component": "GeoPath",
871864
"path": "/docs/components/GeoPath/bubble-map",
872-
"lineNumber": 134,
865+
"lineNumber": 132,
873866
"line": "<GeoPath"
874867
},
875868
{
876869
"example": "choropleth",
877870
"component": "GeoPath",
878871
"path": "/docs/components/GeoPath/choropleth",
879-
"lineNumber": 77,
872+
"lineNumber": 79,
880873
"line": "<GeoPath"
881874
},
882875
{
883876
"example": "choropleth",
884877
"component": "GeoPath",
885878
"path": "/docs/components/GeoPath/choropleth",
886-
"lineNumber": 86,
879+
"lineNumber": 88,
887880
"line": "<GeoPath"
888881
},
889882
{
890883
"example": "choropleth",
891884
"component": "GeoPath",
892885
"path": "/docs/components/GeoPath/choropleth",
893-
"lineNumber": 96,
886+
"lineNumber": 98,
894887
"line": "<GeoPath geojson={context.tooltip.data} class=\"stroke-white\" {strokeWidth} />"
895888
},
896889
{
@@ -1531,5 +1524,5 @@
15311524
"line": "<GeoPath"
15321525
}
15331526
],
1534-
"updatedAt": "2026-04-08T20:33:55.312Z"
1527+
"updatedAt": "2026-04-08T22:44:11.017Z"
15351528
}

docs/src/examples/catalog/Layer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,28 +1896,28 @@
18961896
"example": "bubble-map",
18971897
"component": "GeoPath",
18981898
"path": "/docs/components/GeoPath/bubble-map",
1899-
"lineNumber": 99,
1899+
"lineNumber": 105,
19001900
"line": "<Layer>"
19011901
},
19021902
{
19031903
"example": "bubble-map",
19041904
"component": "GeoPath",
19051905
"path": "/docs/components/GeoPath/bubble-map",
1906-
"lineNumber": 132,
1906+
"lineNumber": 130,
19071907
"line": "<Layer pointerEvents={false}>"
19081908
},
19091909
{
19101910
"example": "choropleth",
19111911
"component": "GeoPath",
19121912
"path": "/docs/components/GeoPath/choropleth",
1913-
"lineNumber": 75,
1913+
"lineNumber": 77,
19141914
"line": "<Layer>"
19151915
},
19161916
{
19171917
"example": "choropleth",
19181918
"component": "GeoPath",
19191919
"path": "/docs/components/GeoPath/choropleth",
1920-
"lineNumber": 94,
1920+
"lineNumber": 96,
19211921
"line": "<Layer pointerEvents={false}>"
19221922
},
19231923
{
@@ -4063,5 +4063,5 @@
40634063
"line": "<Layer onpointermove={onPointerMove}>"
40644064
}
40654065
],
4066-
"updatedAt": "2026-04-08T20:33:55.879Z"
4066+
"updatedAt": "2026-04-08T22:44:11.379Z"
40674067
}

docs/src/examples/catalog/Legend.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,14 @@
245245
"example": "bubble-map",
246246
"component": "GeoPath",
247247
"path": "/docs/components/GeoPath/bubble-map",
248-
"lineNumber": 142,
248+
"lineNumber": 140,
249249
"line": "<Legend"
250250
},
251251
{
252252
"example": "choropleth",
253253
"component": "GeoPath",
254254
"path": "/docs/components/GeoPath/choropleth",
255-
"lineNumber": 100,
255+
"lineNumber": 102,
256256
"line": "<Legend"
257257
},
258258
{
@@ -550,5 +550,5 @@
550550
"line": "<Legend"
551551
}
552552
],
553-
"updatedAt": "2026-04-08T15:58:17.898Z"
553+
"updatedAt": "2026-04-08T22:44:11.402Z"
554554
}

docs/src/examples/catalog/LineChart.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@
205205
},
206206
{
207207
"component": "LinearGradient",
208-
"lineNumber": 22,
208+
"lineNumber": 24,
209209
"line": "<LinearGradient stops={ticks(1, 0, 10).map(interpolateTurbo)} vertical>"
210210
},
211211
{
212212
"component": "Spline",
213-
"lineNumber": 24,
213+
"lineNumber": 26,
214214
"line": "<Spline stroke={gradient} />"
215215
}
216216
]
@@ -1618,5 +1618,5 @@
16181618
"line": "<LineChart {data} x=\"value\" y=\"date\" orientation=\"vertical\" width={400} height={600} />"
16191619
}
16201620
],
1621-
"updatedAt": "2026-04-02T19:16:01.922Z"
1621+
"updatedAt": "2026-04-08T22:44:11.477Z"
16221622
}

docs/src/examples/catalog/LinearGradient.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
"example": "gradient-encoding",
459459
"component": "LineChart",
460460
"path": "/docs/components/LineChart/gradient-encoding",
461-
"lineNumber": 22,
461+
"lineNumber": 24,
462462
"line": "<LinearGradient stops={ticks(1, 0, 10).map(interpolateTurbo)} vertical>"
463463
},
464464
{
@@ -574,5 +574,5 @@
574574
"line": "<LinearGradient x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"100%\" {stops}>"
575575
}
576576
],
577-
"updatedAt": "2026-04-08T04:31:41.694Z"
577+
"updatedAt": "2026-04-08T22:44:11.497Z"
578578
}

docs/src/examples/catalog/Spline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@
992992
"example": "gradient-encoding",
993993
"component": "LineChart",
994994
"path": "/docs/components/LineChart/gradient-encoding",
995-
"lineNumber": 24,
995+
"lineNumber": 26,
996996
"line": "<Spline stroke={gradient} />"
997997
},
998998
{
@@ -1367,5 +1367,5 @@
13671367
"line": "<Spline curve={config.curve} motion=\"tween\" />"
13681368
}
13691369
],
1370-
"updatedAt": "2026-04-03T20:08:36.374Z"
1370+
"updatedAt": "2026-04-08T22:44:12.190Z"
13711371
}

0 commit comments

Comments
 (0)