Skip to content

Commit 83b042b

Browse files
committed
generate catalog and screenshots
1 parent 593bb38 commit 83b042b

73 files changed

Lines changed: 294 additions & 136 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/src/examples/catalog/Axis.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3726,6 +3726,20 @@
37263726
"lineNumber": 22,
37273727
"line": "<Axis placement=\"bottom\" rule />"
37283728
},
3729+
{
3730+
"example": "bended-arrows",
3731+
"component": "Link",
3732+
"path": "/docs/components/Link/bended-arrows",
3733+
"lineNumber": 46,
3734+
"line": "<Axis"
3735+
},
3736+
{
3737+
"example": "bended-arrows",
3738+
"component": "Link",
3739+
"path": "/docs/components/Link/bended-arrows",
3740+
"lineNumber": 55,
3741+
"line": "<Axis placement=\"left\" grid label=\"Inequality (90/10 ratio)\" />"
3742+
},
37293743
{
37303744
"example": "repeat-indefinitely",
37313745
"component": "MotionPath",
@@ -5106,5 +5120,5 @@
51065120
"line": "<Axis placement=\"bottom\" rule />"
51075121
}
51085122
],
5109-
"updatedAt": "2026-04-19T13:23:56.697Z"
5123+
"updatedAt": "2026-04-20T01:54:52.902Z"
51105124
}

docs/src/examples/catalog/Chart.json

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,13 +1804,6 @@
18041804
"lineNumber": 5,
18051805
"line": "<Chart height={300}>"
18061806
},
1807-
{
1808-
"example": "playground",
1809-
"component": "Connector",
1810-
"path": "/docs/components/Connector/playground",
1811-
"lineNumber": 21,
1812-
"line": "<Chart padding={{ left: 16, bottom: 24 }} height={400}>"
1813-
},
18141807
{
18151808
"example": "sampled",
18161809
"component": "Contour",
@@ -2770,6 +2763,34 @@
27702763
"lineNumber": 64,
27712764
"line": "<Chart"
27722765
},
2766+
{
2767+
"example": "bended-arrows",
2768+
"component": "Link",
2769+
"path": "/docs/components/Link/bended-arrows",
2770+
"lineNumber": 30,
2771+
"line": "<Chart"
2772+
},
2773+
{
2774+
"example": "curves",
2775+
"component": "Link",
2776+
"path": "/docs/components/Link/curves",
2777+
"lineNumber": 54,
2778+
"line": "<Chart height={chartHeight} padding={pad} class=\"flex-1\">"
2779+
},
2780+
{
2781+
"example": "playground",
2782+
"component": "Link",
2783+
"path": "/docs/components/Link/playground",
2784+
"lineNumber": 30,
2785+
"line": "<Chart padding={{ left: 16, bottom: 24 }} height={400}>"
2786+
},
2787+
{
2788+
"example": "types",
2789+
"component": "Link",
2790+
"path": "/docs/components/Link/types",
2791+
"lineNumber": 29,
2792+
"line": "<Chart height={chartHeight} padding={pad} class=\"flex-1\">"
2793+
},
27732794
{
27742795
"example": "line",
27752796
"component": "Marker",
@@ -4069,14 +4090,14 @@
40694090
"example": "html-nodes",
40704091
"component": "Tree",
40714092
"path": "/docs/components/Tree/html-nodes",
4072-
"lineNumber": 55,
4093+
"lineNumber": 59,
40734094
"line": "<Chart"
40744095
},
40754096
{
40764097
"example": "playground",
40774098
"component": "Tree",
40784099
"path": "/docs/components/Tree/playground",
4079-
"lineNumber": 76,
4100+
"lineNumber": 77,
40804101
"line": "<Chart"
40814102
},
40824103
{
@@ -4199,5 +4220,5 @@
41994220
"line": "<Chart {data} x=\"x\" y=\"y\" height={400}>"
42004221
}
42014222
],
4202-
"updatedAt": "2026-04-19T13:23:57.080Z"
4223+
"updatedAt": "2026-04-20T01:54:53.345Z"
42034224
}

docs/src/examples/catalog/Circle.json

Lines changed: 43 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -380,20 +380,6 @@
380380
"lineNumber": 12,
381381
"line": "<circle cx=\"240\" cy=\"150\" r=\"90\" />"
382382
},
383-
{
384-
"example": "playground",
385-
"component": "Connector",
386-
"path": "/docs/components/Connector/playground",
387-
"lineNumber": 24,
388-
"line": "<circle"
389-
},
390-
{
391-
"example": "playground",
392-
"component": "Connector",
393-
"path": "/docs/components/Connector/playground",
394-
"lineNumber": 37,
395-
"line": "<circle"
396-
},
397383
{
398384
"example": "walmart",
399385
"component": "Density",
@@ -625,6 +611,48 @@
625611
"lineNumber": 21,
626612
"line": "<Circle cx=\"date\" cy=\"value\" r={4} class=\"fill-primary\" />"
627613
},
614+
{
615+
"example": "curves",
616+
"component": "Link",
617+
"path": "/docs/components/Link/curves",
618+
"lineNumber": 71,
619+
"line": "<circle cx={x1} cy={y1} r={4} class=\"fill-info\" />"
620+
},
621+
{
622+
"example": "curves",
623+
"component": "Link",
624+
"path": "/docs/components/Link/curves",
625+
"lineNumber": 72,
626+
"line": "<circle cx={x2} cy={y2} r={4} class=\"fill-accent\" />"
627+
},
628+
{
629+
"example": "playground",
630+
"component": "Link",
631+
"path": "/docs/components/Link/playground",
632+
"lineNumber": 45,
633+
"line": "<circle"
634+
},
635+
{
636+
"example": "playground",
637+
"component": "Link",
638+
"path": "/docs/components/Link/playground",
639+
"lineNumber": 58,
640+
"line": "<circle"
641+
},
642+
{
643+
"example": "types",
644+
"component": "Link",
645+
"path": "/docs/components/Link/types",
646+
"lineNumber": 45,
647+
"line": "<circle cx={x1} cy={y1} r={4} class=\"fill-info\" />"
648+
},
649+
{
650+
"example": "types",
651+
"component": "Link",
652+
"path": "/docs/components/Link/types",
653+
"lineNumber": 46,
654+
"line": "<circle cx={x2} cy={y2} r={4} class=\"fill-accent\" />"
655+
},
628656
{
629657
"example": "sync-with-draw",
630658
"component": "MotionPath",
@@ -941,5 +969,5 @@
941969
"line": "<Circle cx={point.x} cy={point.y} r={4} class=\"fill-primary\" />"
942970
}
943971
],
944-
"updatedAt": "2026-04-16T17:46:58.724Z"
972+
"updatedAt": "2026-04-20T01:54:53.469Z"
945973
}

docs/src/examples/catalog/ForceSimulation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
{
286286
"component": "Link",
287287
"lineNumber": 50,
288-
"line": "<Link data={link} explicitCoords={linkPositions[i]} class=\"stroke-surface-content/20\" />"
288+
"line": "<Link data={link} {...linkPositions[i]} class=\"stroke-surface-content/20\" />"
289289
},
290290
{
291291
"component": "Circle",
@@ -365,5 +365,5 @@
365365
"line": "<ForceSimulation"
366366
}
367367
],
368-
"updatedAt": "2026-04-12T22:48:25.492Z"
368+
"updatedAt": "2026-04-20T01:54:53.794Z"
369369
}

docs/src/examples/catalog/Group.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,28 +326,28 @@
326326
"example": "html-nodes",
327327
"component": "Tree",
328328
"path": "/docs/components/Tree/html-nodes",
329-
"lineNumber": 92,
329+
"lineNumber": 96,
330330
"line": "<Group"
331331
},
332332
{
333333
"example": "playground",
334334
"component": "Tree",
335335
"path": "/docs/components/Tree/playground",
336-
"lineNumber": 98,
336+
"lineNumber": 99,
337337
"line": "<Group center={config.orientation === 'radial'}>"
338338
},
339339
{
340340
"example": "playground",
341341
"component": "Tree",
342342
"path": "/docs/components/Tree/playground",
343-
"lineNumber": 99,
343+
"lineNumber": 100,
344344
"line": "<Group opacity={0.2}>"
345345
},
346346
{
347347
"example": "playground",
348348
"component": "Tree",
349349
"path": "/docs/components/Tree/playground",
350-
"lineNumber": 127,
350+
"lineNumber": 129,
351351
"line": "<Group"
352352
},
353353
{
@@ -393,5 +393,5 @@
393393
"line": "<Group"
394394
}
395395
],
396-
"updatedAt": "2026-04-16T17:46:59.494Z"
396+
"updatedAt": "2026-04-20T01:54:54.250Z"
397397
}

docs/src/examples/catalog/Layer.json

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,13 +1556,6 @@
15561556
"lineNumber": 7,
15571557
"line": "<Layer>"
15581558
},
1559-
{
1560-
"example": "playground",
1561-
"component": "Connector",
1562-
"path": "/docs/components/Connector/playground",
1563-
"lineNumber": 22,
1564-
"line": "<Layer>"
1565-
},
15661559
{
15671560
"example": "sampled",
15681561
"component": "Contour",
@@ -2725,6 +2718,34 @@
27252718
"lineNumber": 85,
27262719
"line": "<Layer>"
27272720
},
2721+
{
2722+
"example": "bended-arrows",
2723+
"component": "Link",
2724+
"path": "/docs/components/Link/bended-arrows",
2725+
"lineNumber": 45,
2726+
"line": "<Layer>"
2727+
},
2728+
{
2729+
"example": "curves",
2730+
"component": "Link",
2731+
"path": "/docs/components/Link/curves",
2732+
"lineNumber": 60,
2733+
"line": "<Layer>"
2734+
},
2735+
{
2736+
"example": "playground",
2737+
"component": "Link",
2738+
"path": "/docs/components/Link/playground",
2739+
"lineNumber": 31,
2740+
"line": "<Layer>"
2741+
},
2742+
{
2743+
"example": "types",
2744+
"component": "Link",
2745+
"path": "/docs/components/Link/types",
2746+
"lineNumber": 35,
2747+
"line": "<Layer>"
2748+
},
27282749
{
27292750
"example": "line",
27302751
"component": "Marker",
@@ -4031,21 +4052,21 @@
40314052
"example": "html-nodes",
40324053
"component": "Tree",
40334054
"path": "/docs/components/Tree/html-nodes",
4034-
"lineNumber": 73,
4055+
"lineNumber": 77,
40354056
"line": "<Layer>"
40364057
},
40374058
{
40384059
"example": "html-nodes",
40394060
"component": "Tree",
40404061
"path": "/docs/components/Tree/html-nodes",
4041-
"lineNumber": 88,
4062+
"lineNumber": 92,
40424063
"line": "<Layer type=\"html\">"
40434064
},
40444065
{
40454066
"example": "playground",
40464067
"component": "Tree",
40474068
"path": "/docs/components/Tree/playground",
4048-
"lineNumber": 97,
4069+
"lineNumber": 98,
40494070
"line": "<Layer>"
40504071
},
40514072
{
@@ -4175,5 +4196,5 @@
41754196
"line": "<Layer onpointermove={onPointerMove}>"
41764197
}
41774198
],
4178-
"updatedAt": "2026-04-19T13:23:58.262Z"
4199+
"updatedAt": "2026-04-20T01:54:54.392Z"
41794200
}

docs/src/examples/catalog/Legend.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,13 @@
528528
"lineNumber": 8,
529529
"line": "<Legend"
530530
},
531+
{
532+
"example": "bended-arrows",
533+
"component": "Link",
534+
"path": "/docs/components/Link/bended-arrows",
535+
"lineNumber": 22,
536+
"line": "<Legend"
537+
},
531538
{
532539
"example": "us-water-vapor",
533540
"component": "Raster",
@@ -550,5 +557,5 @@
550557
"line": "<Legend"
551558
}
552559
],
553-
"updatedAt": "2026-04-12T22:48:26.018Z"
560+
"updatedAt": "2026-04-20T01:54:54.440Z"
554561
}

0 commit comments

Comments
 (0)