@cascivo/mcp 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/context.json +3 -3
- package/dist/marketplace.json +1 -1
- package/dist/registry.json +455 -455
- package/dist/tokens.catalog.json +1 -1
- package/dist/tokens.variants.json +1 -1
- package/package.json +1 -1
package/dist/registry.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
3
|
-
"generatedAt": "2026-07-
|
|
2
|
+
"version": "0.5.0",
|
|
3
|
+
"generatedAt": "2026-07-13",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "accordion",
|
|
7
7
|
"type": "component",
|
|
8
8
|
"description": "Vertically stacked, collapsible content sections",
|
|
9
9
|
"category": "navigation",
|
|
10
|
-
"version": "0.
|
|
10
|
+
"version": "0.5.0",
|
|
11
11
|
"files": [
|
|
12
12
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/accordion/accordion.tsx",
|
|
13
13
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/accordion/accordion.module.css"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": ["@cascivo/core"],
|
|
20
20
|
"peerVersions": {
|
|
21
|
-
"@cascivo/core": ">=0.
|
|
21
|
+
"@cascivo/core": ">=0.3.0"
|
|
22
22
|
},
|
|
23
23
|
"tags": ["navigation", "collapse", "disclosure"],
|
|
24
24
|
"meta": {
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"type": "component",
|
|
124
124
|
"description": "Bottom-rising sheet of discrete actions (iOS action-sheet pattern) with a Cancel button",
|
|
125
125
|
"category": "overlay",
|
|
126
|
-
"version": "0.
|
|
126
|
+
"version": "0.5.0",
|
|
127
127
|
"files": [
|
|
128
128
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/action-sheet/action-sheet.tsx",
|
|
129
129
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/action-sheet/action-sheet.module.css"
|
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
},
|
|
135
135
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
136
136
|
"peerVersions": {
|
|
137
|
-
"@cascivo/core": ">=0.
|
|
138
|
-
"@cascivo/i18n": ">=0.2.
|
|
137
|
+
"@cascivo/core": ">=0.3.0",
|
|
138
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
139
139
|
},
|
|
140
140
|
"tags": ["overlay", "action-sheet", "menu", "mobile", "sheet"],
|
|
141
141
|
"meta": {
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"type": "component",
|
|
291
291
|
"description": "Highlights a short, important message inline",
|
|
292
292
|
"category": "display",
|
|
293
|
-
"version": "0.
|
|
293
|
+
"version": "0.5.0",
|
|
294
294
|
"files": [
|
|
295
295
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/alert/alert.tsx",
|
|
296
296
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/alert/alert.module.css"
|
|
@@ -301,8 +301,8 @@
|
|
|
301
301
|
},
|
|
302
302
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
303
303
|
"peerVersions": {
|
|
304
|
-
"@cascivo/core": ">=0.
|
|
305
|
-
"@cascivo/i18n": ">=0.2.
|
|
304
|
+
"@cascivo/core": ">=0.3.0",
|
|
305
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
306
306
|
},
|
|
307
307
|
"tags": ["notification", "message", "feedback"],
|
|
308
308
|
"meta": {
|
|
@@ -437,19 +437,19 @@
|
|
|
437
437
|
"type": "component",
|
|
438
438
|
"description": "Confirmation dialog requiring explicit user action; no light-dismiss",
|
|
439
439
|
"category": "overlay",
|
|
440
|
-
"version": "0.
|
|
440
|
+
"version": "0.5.0",
|
|
441
441
|
"files": [
|
|
442
442
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/alert-dialog/alert-dialog.tsx",
|
|
443
443
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/alert-dialog/alert-dialog.module.css"
|
|
444
444
|
],
|
|
445
445
|
"fileHashes": {
|
|
446
|
-
"alert-dialog.tsx": "sha256-
|
|
446
|
+
"alert-dialog.tsx": "sha256-345a1684afaaf7c799324c604e1730162c836c045c05ea4c6e08d67e027bdf10",
|
|
447
447
|
"alert-dialog.module.css": "sha256-267fbaf50c0ed20988a872e8b04b1dceb27d9a46efbe382dbaec98bb598336ca"
|
|
448
448
|
},
|
|
449
449
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
450
450
|
"peerVersions": {
|
|
451
|
-
"@cascivo/core": ">=0.
|
|
452
|
-
"@cascivo/i18n": ">=0.2.
|
|
451
|
+
"@cascivo/core": ">=0.3.0",
|
|
452
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
453
453
|
},
|
|
454
454
|
"tags": ["overlay", "dialog", "confirm", "destructive"],
|
|
455
455
|
"meta": {
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
"type": "component",
|
|
599
599
|
"description": "Sticky-header + full-height side-nav + single-scroll-container layout with an animated, accessible nav toggle.",
|
|
600
600
|
"category": "layout",
|
|
601
|
-
"version": "0.
|
|
601
|
+
"version": "0.5.0",
|
|
602
602
|
"files": [
|
|
603
603
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/app-shell/app-shell.tsx",
|
|
604
604
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/app-shell/app-shell.module.css"
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
},
|
|
610
610
|
"dependencies": ["@cascivo/core"],
|
|
611
611
|
"peerVersions": {
|
|
612
|
-
"@cascivo/core": ">=0.
|
|
612
|
+
"@cascivo/core": ">=0.3.0"
|
|
613
613
|
},
|
|
614
614
|
"tags": ["shell", "layout", "sidebar", "navigation", "drawer", "responsive", "sticky"],
|
|
615
615
|
"meta": {
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
"type": "component",
|
|
736
736
|
"description": "Constrains content to a fixed width-to-height ratio",
|
|
737
737
|
"category": "layout",
|
|
738
|
-
"version": "0.
|
|
738
|
+
"version": "0.5.0",
|
|
739
739
|
"files": [
|
|
740
740
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/aspect-ratio/aspect-ratio.tsx",
|
|
741
741
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/aspect-ratio/aspect-ratio.module.css"
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
},
|
|
747
747
|
"dependencies": ["@cascivo/core"],
|
|
748
748
|
"peerVersions": {
|
|
749
|
-
"@cascivo/core": ">=0.
|
|
749
|
+
"@cascivo/core": ">=0.3.0"
|
|
750
750
|
},
|
|
751
751
|
"tags": ["layout", "ratio", "image", "video", "responsive"],
|
|
752
752
|
"meta": {
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"type": "component",
|
|
835
835
|
"description": "Displays a user image with initials fallback",
|
|
836
836
|
"category": "display",
|
|
837
|
-
"version": "0.
|
|
837
|
+
"version": "0.5.0",
|
|
838
838
|
"files": [
|
|
839
839
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/avatar/avatar.tsx",
|
|
840
840
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/avatar/avatar.module.css"
|
|
@@ -845,7 +845,7 @@
|
|
|
845
845
|
},
|
|
846
846
|
"dependencies": ["@cascivo/core"],
|
|
847
847
|
"peerVersions": {
|
|
848
|
-
"@cascivo/core": ">=0.
|
|
848
|
+
"@cascivo/core": ">=0.3.0"
|
|
849
849
|
},
|
|
850
850
|
"tags": ["user", "profile", "image"],
|
|
851
851
|
"meta": {
|
|
@@ -960,7 +960,7 @@
|
|
|
960
960
|
"type": "component",
|
|
961
961
|
"description": "Overlapping stack of avatars with a max cap and an i18n-labelled +N overflow chip",
|
|
962
962
|
"category": "display",
|
|
963
|
-
"version": "0.
|
|
963
|
+
"version": "0.5.0",
|
|
964
964
|
"files": [
|
|
965
965
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/avatar-group/avatar-group.tsx",
|
|
966
966
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/avatar-group/avatar-group.module.css"
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
},
|
|
972
972
|
"dependencies": ["@cascivo/core", "@cascivo/components"],
|
|
973
973
|
"peerVersions": {
|
|
974
|
-
"@cascivo/core": ">=0.
|
|
974
|
+
"@cascivo/core": ">=0.3.0",
|
|
975
975
|
"@cascivo/components": ">=0.0.0"
|
|
976
976
|
},
|
|
977
977
|
"tags": ["avatar", "group", "stack", "overflow", "display"],
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
"type": "component",
|
|
1096
1096
|
"description": "Small status label or category indicator",
|
|
1097
1097
|
"category": "display",
|
|
1098
|
-
"version": "0.
|
|
1098
|
+
"version": "0.5.0",
|
|
1099
1099
|
"files": [
|
|
1100
1100
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/badge/badge.tsx",
|
|
1101
1101
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/badge/badge.module.css"
|
|
@@ -1106,7 +1106,7 @@
|
|
|
1106
1106
|
},
|
|
1107
1107
|
"dependencies": ["@cascivo/core"],
|
|
1108
1108
|
"peerVersions": {
|
|
1109
|
-
"@cascivo/core": ">=0.
|
|
1109
|
+
"@cascivo/core": ">=0.3.0"
|
|
1110
1110
|
},
|
|
1111
1111
|
"tags": ["label", "status", "tag"],
|
|
1112
1112
|
"meta": {
|
|
@@ -1231,7 +1231,7 @@
|
|
|
1231
1231
|
"type": "component",
|
|
1232
1232
|
"description": "Quoted passage with optional attribution footer",
|
|
1233
1233
|
"category": "display",
|
|
1234
|
-
"version": "0.
|
|
1234
|
+
"version": "0.5.0",
|
|
1235
1235
|
"files": [
|
|
1236
1236
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blockquote/blockquote.tsx",
|
|
1237
1237
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blockquote/blockquote.module.css"
|
|
@@ -1242,7 +1242,7 @@
|
|
|
1242
1242
|
},
|
|
1243
1243
|
"dependencies": ["@cascivo/core"],
|
|
1244
1244
|
"peerVersions": {
|
|
1245
|
-
"@cascivo/core": ">=0.
|
|
1245
|
+
"@cascivo/core": ">=0.3.0"
|
|
1246
1246
|
},
|
|
1247
1247
|
"tags": ["typography", "quote", "blockquote", "citation"],
|
|
1248
1248
|
"meta": {
|
|
@@ -1337,7 +1337,7 @@
|
|
|
1337
1337
|
"type": "component",
|
|
1338
1338
|
"description": "Mobile bottom sheet with drag-to-resize detents, velocity-projected snapping, and drag-to-dismiss",
|
|
1339
1339
|
"category": "overlay",
|
|
1340
|
-
"version": "0.
|
|
1340
|
+
"version": "0.5.0",
|
|
1341
1341
|
"files": [
|
|
1342
1342
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/bottom-sheet/bottom-sheet.tsx",
|
|
1343
1343
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/bottom-sheet/bottom-sheet.module.css"
|
|
@@ -1348,8 +1348,8 @@
|
|
|
1348
1348
|
},
|
|
1349
1349
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
1350
1350
|
"peerVersions": {
|
|
1351
|
-
"@cascivo/core": ">=0.
|
|
1352
|
-
"@cascivo/i18n": ">=0.2.
|
|
1351
|
+
"@cascivo/core": ">=0.3.0",
|
|
1352
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
1353
1353
|
},
|
|
1354
1354
|
"tags": ["overlay", "sheet", "bottom-sheet", "mobile", "drag", "detent", "gesture"],
|
|
1355
1355
|
"meta": {
|
|
@@ -1519,7 +1519,7 @@
|
|
|
1519
1519
|
"type": "component",
|
|
1520
1520
|
"description": "Shows the current page location within a navigation hierarchy",
|
|
1521
1521
|
"category": "navigation",
|
|
1522
|
-
"version": "0.
|
|
1522
|
+
"version": "0.5.0",
|
|
1523
1523
|
"files": [
|
|
1524
1524
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/breadcrumb/breadcrumb.tsx",
|
|
1525
1525
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/breadcrumb/breadcrumb.module.css"
|
|
@@ -1530,8 +1530,8 @@
|
|
|
1530
1530
|
},
|
|
1531
1531
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
1532
1532
|
"peerVersions": {
|
|
1533
|
-
"@cascivo/core": ">=0.
|
|
1534
|
-
"@cascivo/i18n": ">=0.2.
|
|
1533
|
+
"@cascivo/core": ">=0.3.0",
|
|
1534
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
1535
1535
|
},
|
|
1536
1536
|
"tags": ["breadcrumb", "navigation", "hierarchy"],
|
|
1537
1537
|
"meta": {
|
|
@@ -1642,7 +1642,7 @@
|
|
|
1642
1642
|
"type": "component",
|
|
1643
1643
|
"description": "Triggers an action or event",
|
|
1644
1644
|
"category": "inputs",
|
|
1645
|
-
"version": "0.
|
|
1645
|
+
"version": "0.5.0",
|
|
1646
1646
|
"files": [
|
|
1647
1647
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/button/button.tsx",
|
|
1648
1648
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/button/button.module.css"
|
|
@@ -1653,7 +1653,7 @@
|
|
|
1653
1653
|
},
|
|
1654
1654
|
"dependencies": ["@cascivo/core"],
|
|
1655
1655
|
"peerVersions": {
|
|
1656
|
-
"@cascivo/core": ">=0.
|
|
1656
|
+
"@cascivo/core": ">=0.3.0"
|
|
1657
1657
|
},
|
|
1658
1658
|
"tags": ["action", "form", "interactive"],
|
|
1659
1659
|
"meta": {
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
"type": "component",
|
|
1803
1803
|
"description": "Visually joins a set of related buttons into a single segmented control",
|
|
1804
1804
|
"category": "inputs",
|
|
1805
|
-
"version": "0.
|
|
1805
|
+
"version": "0.5.0",
|
|
1806
1806
|
"files": [
|
|
1807
1807
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/button-group/button-group.tsx",
|
|
1808
1808
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/button-group/button-group.module.css"
|
|
@@ -1813,7 +1813,7 @@
|
|
|
1813
1813
|
},
|
|
1814
1814
|
"dependencies": ["@cascivo/core"],
|
|
1815
1815
|
"peerVersions": {
|
|
1816
|
-
"@cascivo/core": ">=0.
|
|
1816
|
+
"@cascivo/core": ">=0.3.0"
|
|
1817
1817
|
},
|
|
1818
1818
|
"tags": ["action", "segmented", "toolbar", "layout"],
|
|
1819
1819
|
"meta": {
|
|
@@ -1937,7 +1937,7 @@
|
|
|
1937
1937
|
"type": "component",
|
|
1938
1938
|
"description": "An accessible standalone month-grid date picker.",
|
|
1939
1939
|
"category": "inputs",
|
|
1940
|
-
"version": "0.
|
|
1940
|
+
"version": "0.5.0",
|
|
1941
1941
|
"files": [
|
|
1942
1942
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/calendar/calendar.tsx",
|
|
1943
1943
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/calendar/calendar.module.css"
|
|
@@ -1948,8 +1948,8 @@
|
|
|
1948
1948
|
},
|
|
1949
1949
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
1950
1950
|
"peerVersions": {
|
|
1951
|
-
"@cascivo/core": ">=0.
|
|
1952
|
-
"@cascivo/i18n": ">=0.2.
|
|
1951
|
+
"@cascivo/core": ">=0.3.0",
|
|
1952
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
1953
1953
|
},
|
|
1954
1954
|
"tags": ["calendar", "date", "month", "grid", "picker", "input"],
|
|
1955
1955
|
"meta": {
|
|
@@ -2137,7 +2137,7 @@
|
|
|
2137
2137
|
"type": "component",
|
|
2138
2138
|
"description": "Container for grouping related content",
|
|
2139
2139
|
"category": "display",
|
|
2140
|
-
"version": "0.
|
|
2140
|
+
"version": "0.5.0",
|
|
2141
2141
|
"files": [
|
|
2142
2142
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/card/card.tsx",
|
|
2143
2143
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/card/card.module.css"
|
|
@@ -2148,7 +2148,7 @@
|
|
|
2148
2148
|
},
|
|
2149
2149
|
"dependencies": ["@cascivo/core"],
|
|
2150
2150
|
"peerVersions": {
|
|
2151
|
-
"@cascivo/core": ">=0.
|
|
2151
|
+
"@cascivo/core": ">=0.3.0"
|
|
2152
2152
|
},
|
|
2153
2153
|
"tags": ["container", "layout", "surface"],
|
|
2154
2154
|
"meta": {
|
|
@@ -2238,7 +2238,7 @@
|
|
|
2238
2238
|
"type": "component",
|
|
2239
2239
|
"description": "Scroll-snap slide deck with previous/next controls and dot indicators",
|
|
2240
2240
|
"category": "display",
|
|
2241
|
-
"version": "0.
|
|
2241
|
+
"version": "0.5.0",
|
|
2242
2242
|
"files": [
|
|
2243
2243
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/carousel/carousel.tsx",
|
|
2244
2244
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/carousel/carousel.module.css"
|
|
@@ -2249,8 +2249,8 @@
|
|
|
2249
2249
|
},
|
|
2250
2250
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
2251
2251
|
"peerVersions": {
|
|
2252
|
-
"@cascivo/core": ">=0.
|
|
2253
|
-
"@cascivo/i18n": ">=0.2.
|
|
2252
|
+
"@cascivo/core": ">=0.3.0",
|
|
2253
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
2254
2254
|
},
|
|
2255
2255
|
"tags": ["slider", "gallery", "slideshow", "deck", "scroll-snap"],
|
|
2256
2256
|
"meta": {
|
|
@@ -2373,7 +2373,7 @@
|
|
|
2373
2373
|
"type": "component",
|
|
2374
2374
|
"description": "Message bubble for chat and messaging UIs with avatar, name, and timestamp support",
|
|
2375
2375
|
"category": "display",
|
|
2376
|
-
"version": "0.
|
|
2376
|
+
"version": "0.5.0",
|
|
2377
2377
|
"files": [
|
|
2378
2378
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/chat-bubble/chat-bubble.tsx",
|
|
2379
2379
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/chat-bubble/chat-bubble.module.css"
|
|
@@ -2514,7 +2514,7 @@
|
|
|
2514
2514
|
"type": "component",
|
|
2515
2515
|
"description": "Binary toggle for forms, with indeterminate support",
|
|
2516
2516
|
"category": "inputs",
|
|
2517
|
-
"version": "0.
|
|
2517
|
+
"version": "0.5.0",
|
|
2518
2518
|
"files": [
|
|
2519
2519
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/checkbox/checkbox.tsx",
|
|
2520
2520
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/checkbox/checkbox.module.css"
|
|
@@ -2525,7 +2525,7 @@
|
|
|
2525
2525
|
},
|
|
2526
2526
|
"dependencies": ["@cascivo/core"],
|
|
2527
2527
|
"peerVersions": {
|
|
2528
|
-
"@cascivo/core": ">=0.
|
|
2528
|
+
"@cascivo/core": ">=0.3.0"
|
|
2529
2529
|
},
|
|
2530
2530
|
"tags": ["form", "toggle", "boolean"],
|
|
2531
2531
|
"meta": {
|
|
@@ -2657,7 +2657,7 @@
|
|
|
2657
2657
|
"type": "component",
|
|
2658
2658
|
"description": "Multi-selectable card backed by a native checkbox. Use multiple independent CheckboxCards for multi-select scenarios.",
|
|
2659
2659
|
"category": "inputs",
|
|
2660
|
-
"version": "0.
|
|
2660
|
+
"version": "0.5.0",
|
|
2661
2661
|
"files": [
|
|
2662
2662
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/checkbox-card/checkbox-card.tsx",
|
|
2663
2663
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/checkbox-card/index.ts",
|
|
@@ -2670,7 +2670,7 @@
|
|
|
2670
2670
|
},
|
|
2671
2671
|
"dependencies": ["@cascivo/core"],
|
|
2672
2672
|
"peerVersions": {
|
|
2673
|
-
"@cascivo/core": ">=0.
|
|
2673
|
+
"@cascivo/core": ">=0.3.0"
|
|
2674
2674
|
},
|
|
2675
2675
|
"tags": ["checkbox", "card", "selectable", "form"],
|
|
2676
2676
|
"meta": {
|
|
@@ -2790,7 +2790,7 @@
|
|
|
2790
2790
|
"type": "component",
|
|
2791
2791
|
"description": "Inline code span for identifiers, commands, and short snippets",
|
|
2792
2792
|
"category": "display",
|
|
2793
|
-
"version": "0.
|
|
2793
|
+
"version": "0.5.0",
|
|
2794
2794
|
"files": [
|
|
2795
2795
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/code/code.tsx",
|
|
2796
2796
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/code/code.module.css"
|
|
@@ -2801,7 +2801,7 @@
|
|
|
2801
2801
|
},
|
|
2802
2802
|
"dependencies": ["@cascivo/core"],
|
|
2803
2803
|
"peerVersions": {
|
|
2804
|
-
"@cascivo/core": ">=0.
|
|
2804
|
+
"@cascivo/core": ">=0.3.0"
|
|
2805
2805
|
},
|
|
2806
2806
|
"tags": ["typography", "code", "inline", "mono"],
|
|
2807
2807
|
"meta": {
|
|
@@ -2900,7 +2900,7 @@
|
|
|
2900
2900
|
"type": "component",
|
|
2901
2901
|
"description": "Displays code (inline, single-line, or multi-line) with an optional copy button, lightweight built-in syntax highlighting for bash/css/js/ts, and an optional terminal-window look",
|
|
2902
2902
|
"category": "display",
|
|
2903
|
-
"version": "0.
|
|
2903
|
+
"version": "0.5.0",
|
|
2904
2904
|
"files": [
|
|
2905
2905
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/code-snippet/code-snippet.tsx",
|
|
2906
2906
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/code-snippet/highlight.ts",
|
|
@@ -2913,8 +2913,8 @@
|
|
|
2913
2913
|
},
|
|
2914
2914
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
2915
2915
|
"peerVersions": {
|
|
2916
|
-
"@cascivo/core": ">=0.
|
|
2917
|
-
"@cascivo/i18n": ">=0.2.
|
|
2916
|
+
"@cascivo/core": ">=0.3.0",
|
|
2917
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
2918
2918
|
},
|
|
2919
2919
|
"tags": [
|
|
2920
2920
|
"display",
|
|
@@ -3083,7 +3083,7 @@
|
|
|
3083
3083
|
"type": "component",
|
|
3084
3084
|
"description": "A single disclosure region toggled open and closed by its trigger",
|
|
3085
3085
|
"category": "display",
|
|
3086
|
-
"version": "0.
|
|
3086
|
+
"version": "0.5.0",
|
|
3087
3087
|
"files": [
|
|
3088
3088
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/collapsible/collapsible.tsx",
|
|
3089
3089
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/collapsible/collapsible.module.css"
|
|
@@ -3094,7 +3094,7 @@
|
|
|
3094
3094
|
},
|
|
3095
3095
|
"dependencies": ["@cascivo/core"],
|
|
3096
3096
|
"peerVersions": {
|
|
3097
|
-
"@cascivo/core": ">=0.
|
|
3097
|
+
"@cascivo/core": ">=0.3.0"
|
|
3098
3098
|
},
|
|
3099
3099
|
"tags": ["disclosure", "collapse", "expand", "toggle", "show-hide"],
|
|
3100
3100
|
"meta": {
|
|
@@ -3220,7 +3220,7 @@
|
|
|
3220
3220
|
"type": "component",
|
|
3221
3221
|
"description": "Interactive color selection widget with saturation/lightness area, hue and alpha sliders",
|
|
3222
3222
|
"category": "inputs",
|
|
3223
|
-
"version": "0.
|
|
3223
|
+
"version": "0.5.0",
|
|
3224
3224
|
"files": [
|
|
3225
3225
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/color-picker/color-picker.tsx",
|
|
3226
3226
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/color-picker/color-picker.module.css"
|
|
@@ -3231,8 +3231,8 @@
|
|
|
3231
3231
|
},
|
|
3232
3232
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
3233
3233
|
"peerVersions": {
|
|
3234
|
-
"@cascivo/core": ">=0.
|
|
3235
|
-
"@cascivo/i18n": ">=0.2.
|
|
3234
|
+
"@cascivo/core": ">=0.3.0",
|
|
3235
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
3236
3236
|
},
|
|
3237
3237
|
"tags": ["color", "input", "form", "picker", "hue", "alpha"],
|
|
3238
3238
|
"meta": {
|
|
@@ -3373,7 +3373,7 @@
|
|
|
3373
3373
|
"type": "component",
|
|
3374
3374
|
"description": "Filterable single-select with an animated custom listbox, built on the dropdown open/close machine",
|
|
3375
3375
|
"category": "inputs",
|
|
3376
|
-
"version": "0.
|
|
3376
|
+
"version": "0.5.0",
|
|
3377
3377
|
"files": [
|
|
3378
3378
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/combobox/combobox.tsx",
|
|
3379
3379
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/combobox/combobox.module.css"
|
|
@@ -3384,8 +3384,8 @@
|
|
|
3384
3384
|
},
|
|
3385
3385
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
3386
3386
|
"peerVersions": {
|
|
3387
|
-
"@cascivo/core": ">=0.
|
|
3388
|
-
"@cascivo/i18n": ">=0.2.
|
|
3387
|
+
"@cascivo/core": ">=0.3.0",
|
|
3388
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
3389
3389
|
},
|
|
3390
3390
|
"tags": ["select", "combobox", "dropdown", "filter", "search"],
|
|
3391
3391
|
"meta": {
|
|
@@ -3574,7 +3574,7 @@
|
|
|
3574
3574
|
"type": "component",
|
|
3575
3575
|
"description": "Cmd+K command palette with fuzzy search over grouped commands",
|
|
3576
3576
|
"category": "overlay",
|
|
3577
|
-
"version": "0.
|
|
3577
|
+
"version": "0.5.0",
|
|
3578
3578
|
"files": [
|
|
3579
3579
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/command-menu/command-menu.tsx",
|
|
3580
3580
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/command-menu/command-menu.module.css"
|
|
@@ -3585,8 +3585,8 @@
|
|
|
3585
3585
|
},
|
|
3586
3586
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
3587
3587
|
"peerVersions": {
|
|
3588
|
-
"@cascivo/core": ">=0.
|
|
3589
|
-
"@cascivo/i18n": ">=0.2.
|
|
3588
|
+
"@cascivo/core": ">=0.3.0",
|
|
3589
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
3590
3590
|
},
|
|
3591
3591
|
"tags": ["overlay", "command", "palette", "search", "cmdk", "keyboard"],
|
|
3592
3592
|
"meta": {
|
|
@@ -3759,7 +3759,7 @@
|
|
|
3759
3759
|
"type": "component",
|
|
3760
3760
|
"description": "Reveals the difference between two layers with a draggable divider",
|
|
3761
3761
|
"category": "display",
|
|
3762
|
-
"version": "0.
|
|
3762
|
+
"version": "0.5.0",
|
|
3763
3763
|
"files": [
|
|
3764
3764
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/comparison/comparison.tsx",
|
|
3765
3765
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/comparison/comparison.module.css"
|
|
@@ -3770,8 +3770,8 @@
|
|
|
3770
3770
|
},
|
|
3771
3771
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
3772
3772
|
"peerVersions": {
|
|
3773
|
-
"@cascivo/core": ">=0.
|
|
3774
|
-
"@cascivo/i18n": ">=0.2.
|
|
3773
|
+
"@cascivo/core": ">=0.3.0",
|
|
3774
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
3775
3775
|
},
|
|
3776
3776
|
"tags": ["comparison", "before-after", "image", "slider", "display"],
|
|
3777
3777
|
"meta": {
|
|
@@ -3925,7 +3925,7 @@
|
|
|
3925
3925
|
"type": "component",
|
|
3926
3926
|
"description": "Labelled list of rows inside a bordered container",
|
|
3927
3927
|
"category": "display",
|
|
3928
|
-
"version": "0.
|
|
3928
|
+
"version": "0.5.0",
|
|
3929
3929
|
"files": [
|
|
3930
3930
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/contained-list/contained-list.tsx",
|
|
3931
3931
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/contained-list/contained-list.module.css"
|
|
@@ -3936,7 +3936,7 @@
|
|
|
3936
3936
|
},
|
|
3937
3937
|
"dependencies": ["@cascivo/core"],
|
|
3938
3938
|
"peerVersions": {
|
|
3939
|
-
"@cascivo/core": ">=0.
|
|
3939
|
+
"@cascivo/core": ">=0.3.0"
|
|
3940
3940
|
},
|
|
3941
3941
|
"tags": ["list", "container", "rows", "group"],
|
|
3942
3942
|
"meta": {
|
|
@@ -4041,7 +4041,7 @@
|
|
|
4041
4041
|
"type": "component",
|
|
4042
4042
|
"description": "Right-click context menu anchored at pointer coordinates via CSS custom properties",
|
|
4043
4043
|
"category": "overlay",
|
|
4044
|
-
"version": "0.
|
|
4044
|
+
"version": "0.5.0",
|
|
4045
4045
|
"files": [
|
|
4046
4046
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/context-menu/context-menu.tsx",
|
|
4047
4047
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/context-menu/context-menu.module.css"
|
|
@@ -4052,7 +4052,7 @@
|
|
|
4052
4052
|
},
|
|
4053
4053
|
"dependencies": ["@cascivo/core"],
|
|
4054
4054
|
"peerVersions": {
|
|
4055
|
-
"@cascivo/core": ">=0.
|
|
4055
|
+
"@cascivo/core": ">=0.3.0"
|
|
4056
4056
|
},
|
|
4057
4057
|
"tags": ["overlay", "menu", "context", "right-click"],
|
|
4058
4058
|
"meta": {
|
|
@@ -4145,7 +4145,7 @@
|
|
|
4145
4145
|
"type": "component",
|
|
4146
4146
|
"description": "Icon button that copies a value to the clipboard with copied feedback",
|
|
4147
4147
|
"category": "inputs",
|
|
4148
|
-
"version": "0.
|
|
4148
|
+
"version": "0.5.0",
|
|
4149
4149
|
"files": [
|
|
4150
4150
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/copy-button/copy-button.tsx",
|
|
4151
4151
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/copy-button/copy-button.module.css"
|
|
@@ -4156,8 +4156,8 @@
|
|
|
4156
4156
|
},
|
|
4157
4157
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
4158
4158
|
"peerVersions": {
|
|
4159
|
-
"@cascivo/core": ">=0.
|
|
4160
|
-
"@cascivo/i18n": ">=0.2.
|
|
4159
|
+
"@cascivo/core": ">=0.3.0",
|
|
4160
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
4161
4161
|
},
|
|
4162
4162
|
"tags": ["clipboard", "copy", "button", "snippet"],
|
|
4163
4163
|
"meta": {
|
|
@@ -4275,7 +4275,7 @@
|
|
|
4275
4275
|
"type": "component",
|
|
4276
4276
|
"description": "Key-value pairs rendered as a description list",
|
|
4277
4277
|
"category": "display",
|
|
4278
|
-
"version": "0.
|
|
4278
|
+
"version": "0.5.0",
|
|
4279
4279
|
"files": [
|
|
4280
4280
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/data-list/data-list.tsx",
|
|
4281
4281
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/data-list/data-list.module.css"
|
|
@@ -4286,7 +4286,7 @@
|
|
|
4286
4286
|
},
|
|
4287
4287
|
"dependencies": ["@cascivo/core"],
|
|
4288
4288
|
"peerVersions": {
|
|
4289
|
-
"@cascivo/core": ">=0.
|
|
4289
|
+
"@cascivo/core": ">=0.3.0"
|
|
4290
4290
|
},
|
|
4291
4291
|
"tags": ["key-value", "description", "metadata", "details"],
|
|
4292
4292
|
"meta": {
|
|
@@ -4394,7 +4394,7 @@
|
|
|
4394
4394
|
"type": "component",
|
|
4395
4395
|
"description": "Signal-driven data table with client/server sort, filter, pagination, multi-selection, expandable rows, and CSS content-visibility row containment for large datasets",
|
|
4396
4396
|
"category": "display",
|
|
4397
|
-
"version": "0.
|
|
4397
|
+
"version": "0.5.0",
|
|
4398
4398
|
"files": [
|
|
4399
4399
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/data-table/data-table.tsx",
|
|
4400
4400
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/data-table/data-table.module.css"
|
|
@@ -4405,8 +4405,8 @@
|
|
|
4405
4405
|
},
|
|
4406
4406
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
4407
4407
|
"peerVersions": {
|
|
4408
|
-
"@cascivo/core": ">=0.
|
|
4409
|
-
"@cascivo/i18n": ">=0.2.
|
|
4408
|
+
"@cascivo/core": ">=0.3.0",
|
|
4409
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
4410
4410
|
},
|
|
4411
4411
|
"tags": ["table", "data", "grid", "sort", "filter", "pagination", "selection"],
|
|
4412
4412
|
"meta": {
|
|
@@ -4643,7 +4643,7 @@
|
|
|
4643
4643
|
"type": "component",
|
|
4644
4644
|
"description": "An accessible date-picker with a calendar popover.",
|
|
4645
4645
|
"category": "inputs",
|
|
4646
|
-
"version": "0.
|
|
4646
|
+
"version": "0.5.0",
|
|
4647
4647
|
"files": [
|
|
4648
4648
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/date-picker/date-picker.tsx",
|
|
4649
4649
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/date-picker/date-picker.module.css"
|
|
@@ -4654,8 +4654,8 @@
|
|
|
4654
4654
|
},
|
|
4655
4655
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
4656
4656
|
"peerVersions": {
|
|
4657
|
-
"@cascivo/core": ">=0.
|
|
4658
|
-
"@cascivo/i18n": ">=0.2.
|
|
4657
|
+
"@cascivo/core": ">=0.3.0",
|
|
4658
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
4659
4659
|
},
|
|
4660
4660
|
"tags": ["date", "calendar", "picker", "input", "form"],
|
|
4661
4661
|
"meta": {
|
|
@@ -4837,7 +4837,7 @@
|
|
|
4837
4837
|
"type": "component",
|
|
4838
4838
|
"description": "A dual-calendar picker for selecting a contiguous date range.",
|
|
4839
4839
|
"category": "inputs",
|
|
4840
|
-
"version": "0.
|
|
4840
|
+
"version": "0.5.0",
|
|
4841
4841
|
"files": [
|
|
4842
4842
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/date-range-picker/date-range-picker.tsx",
|
|
4843
4843
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/date-range-picker/date-range-picker.module.css"
|
|
@@ -4848,8 +4848,8 @@
|
|
|
4848
4848
|
},
|
|
4849
4849
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
4850
4850
|
"peerVersions": {
|
|
4851
|
-
"@cascivo/core": ">=0.
|
|
4852
|
-
"@cascivo/i18n": ">=0.2.
|
|
4851
|
+
"@cascivo/core": ">=0.3.0",
|
|
4852
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
4853
4853
|
},
|
|
4854
4854
|
"tags": ["date", "range", "calendar", "picker", "input", "form"],
|
|
4855
4855
|
"meta": {
|
|
@@ -5025,7 +5025,7 @@
|
|
|
5025
5025
|
"type": "component",
|
|
5026
5026
|
"description": "Fixed bottom navigation bar for mobile app shells with up to 5 items",
|
|
5027
5027
|
"category": "navigation",
|
|
5028
|
-
"version": "0.
|
|
5028
|
+
"version": "0.5.0",
|
|
5029
5029
|
"files": [
|
|
5030
5030
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/dock/dock.tsx",
|
|
5031
5031
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/dock/dock.module.css"
|
|
@@ -5036,8 +5036,8 @@
|
|
|
5036
5036
|
},
|
|
5037
5037
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
5038
5038
|
"peerVersions": {
|
|
5039
|
-
"@cascivo/core": ">=0.
|
|
5040
|
-
"@cascivo/i18n": ">=0.2.
|
|
5039
|
+
"@cascivo/core": ">=0.3.0",
|
|
5040
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
5041
5041
|
},
|
|
5042
5042
|
"tags": ["dock", "tab-bar", "bottom-nav", "mobile", "navigation", "app-shell"],
|
|
5043
5043
|
"meta": {
|
|
@@ -5147,7 +5147,7 @@
|
|
|
5147
5147
|
"type": "component",
|
|
5148
5148
|
"description": "Edge-anchored dialog panel that slides in from a screen edge with CSS-only enter/exit motion",
|
|
5149
5149
|
"category": "overlay",
|
|
5150
|
-
"version": "0.
|
|
5150
|
+
"version": "0.5.0",
|
|
5151
5151
|
"files": [
|
|
5152
5152
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/drawer/drawer.tsx",
|
|
5153
5153
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/drawer/drawer.module.css"
|
|
@@ -5158,8 +5158,8 @@
|
|
|
5158
5158
|
},
|
|
5159
5159
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
5160
5160
|
"peerVersions": {
|
|
5161
|
-
"@cascivo/core": ">=0.
|
|
5162
|
-
"@cascivo/i18n": ">=0.2.
|
|
5161
|
+
"@cascivo/core": ">=0.3.0",
|
|
5162
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
5163
5163
|
},
|
|
5164
5164
|
"tags": ["overlay", "drawer", "panel", "slide", "dialog"],
|
|
5165
5165
|
"meta": {
|
|
@@ -5321,7 +5321,7 @@
|
|
|
5321
5321
|
"type": "component",
|
|
5322
5322
|
"description": "Menu of actions revealed from a trigger",
|
|
5323
5323
|
"category": "overlay",
|
|
5324
|
-
"version": "0.
|
|
5324
|
+
"version": "0.5.0",
|
|
5325
5325
|
"files": [
|
|
5326
5326
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/dropdown/dropdown.tsx",
|
|
5327
5327
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/dropdown/dropdown.module.css"
|
|
@@ -5332,7 +5332,7 @@
|
|
|
5332
5332
|
},
|
|
5333
5333
|
"dependencies": ["@cascivo/core"],
|
|
5334
5334
|
"peerVersions": {
|
|
5335
|
-
"@cascivo/core": ">=0.
|
|
5335
|
+
"@cascivo/core": ">=0.3.0"
|
|
5336
5336
|
},
|
|
5337
5337
|
"tags": ["overlay", "menu", "actions"],
|
|
5338
5338
|
"meta": {
|
|
@@ -5463,7 +5463,7 @@
|
|
|
5463
5463
|
"type": "component",
|
|
5464
5464
|
"description": "Inline click-to-edit text field",
|
|
5465
5465
|
"category": "inputs",
|
|
5466
|
-
"version": "0.
|
|
5466
|
+
"version": "0.5.0",
|
|
5467
5467
|
"files": [
|
|
5468
5468
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/editable/editable.tsx",
|
|
5469
5469
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/editable/editable.module.css"
|
|
@@ -5474,7 +5474,7 @@
|
|
|
5474
5474
|
},
|
|
5475
5475
|
"dependencies": ["@cascivo/core"],
|
|
5476
5476
|
"peerVersions": {
|
|
5477
|
-
"@cascivo/core": ">=0.
|
|
5477
|
+
"@cascivo/core": ">=0.3.0"
|
|
5478
5478
|
},
|
|
5479
5479
|
"tags": ["form", "editable", "inline", "input", "text"],
|
|
5480
5480
|
"meta": {
|
|
@@ -5606,7 +5606,7 @@
|
|
|
5606
5606
|
"type": "component",
|
|
5607
5607
|
"description": "Placeholder for views that have no data to display",
|
|
5608
5608
|
"category": "display",
|
|
5609
|
-
"version": "0.
|
|
5609
|
+
"version": "0.5.0",
|
|
5610
5610
|
"files": [
|
|
5611
5611
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/empty-state/empty-state.tsx",
|
|
5612
5612
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/empty-state/empty-state.module.css"
|
|
@@ -5617,7 +5617,7 @@
|
|
|
5617
5617
|
},
|
|
5618
5618
|
"dependencies": ["@cascivo/core"],
|
|
5619
5619
|
"peerVersions": {
|
|
5620
|
-
"@cascivo/core": ">=0.
|
|
5620
|
+
"@cascivo/core": ">=0.3.0"
|
|
5621
5621
|
},
|
|
5622
5622
|
"tags": ["empty", "placeholder", "zero-state", "no-data"],
|
|
5623
5623
|
"meta": {
|
|
@@ -5738,7 +5738,7 @@
|
|
|
5738
5738
|
"type": "component",
|
|
5739
5739
|
"description": "Floating action button anchored to a screen corner, with an optional speed-dial of secondary actions",
|
|
5740
5740
|
"category": "inputs",
|
|
5741
|
-
"version": "0.
|
|
5741
|
+
"version": "0.5.0",
|
|
5742
5742
|
"files": [
|
|
5743
5743
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/fab/fab.tsx",
|
|
5744
5744
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/fab/fab.module.css"
|
|
@@ -5749,7 +5749,7 @@
|
|
|
5749
5749
|
},
|
|
5750
5750
|
"dependencies": ["@cascivo/core"],
|
|
5751
5751
|
"peerVersions": {
|
|
5752
|
-
"@cascivo/core": ">=0.
|
|
5752
|
+
"@cascivo/core": ">=0.3.0"
|
|
5753
5753
|
},
|
|
5754
5754
|
"tags": ["inputs", "fab", "floating-action-button", "mobile", "speed-dial"],
|
|
5755
5755
|
"meta": {
|
|
@@ -5907,7 +5907,7 @@
|
|
|
5907
5907
|
"type": "component",
|
|
5908
5908
|
"description": "Form-field wrapper composing label, control, description, and error",
|
|
5909
5909
|
"category": "inputs",
|
|
5910
|
-
"version": "0.
|
|
5910
|
+
"version": "0.5.0",
|
|
5911
5911
|
"files": [
|
|
5912
5912
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/field/field.tsx",
|
|
5913
5913
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/field/field.module.css"
|
|
@@ -5918,7 +5918,7 @@
|
|
|
5918
5918
|
},
|
|
5919
5919
|
"dependencies": ["@cascivo/core"],
|
|
5920
5920
|
"peerVersions": {
|
|
5921
|
-
"@cascivo/core": ">=0.
|
|
5921
|
+
"@cascivo/core": ">=0.3.0"
|
|
5922
5922
|
},
|
|
5923
5923
|
"tags": ["form", "layout", "validation", "accessibility"],
|
|
5924
5924
|
"meta": {
|
|
@@ -6065,7 +6065,7 @@
|
|
|
6065
6065
|
"type": "component",
|
|
6066
6066
|
"description": "Drag-and-drop file upload zone with file list and status indicators.",
|
|
6067
6067
|
"category": "inputs",
|
|
6068
|
-
"version": "0.
|
|
6068
|
+
"version": "0.5.0",
|
|
6069
6069
|
"files": [
|
|
6070
6070
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/file-uploader/file-uploader.tsx",
|
|
6071
6071
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/file-uploader/file-uploader.module.css"
|
|
@@ -6076,8 +6076,8 @@
|
|
|
6076
6076
|
},
|
|
6077
6077
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
6078
6078
|
"peerVersions": {
|
|
6079
|
-
"@cascivo/core": ">=0.
|
|
6080
|
-
"@cascivo/i18n": ">=0.2.
|
|
6079
|
+
"@cascivo/core": ">=0.3.0",
|
|
6080
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
6081
6081
|
},
|
|
6082
6082
|
"tags": ["upload", "file", "drop", "drag", "input", "form"],
|
|
6083
6083
|
"meta": {
|
|
@@ -6252,7 +6252,7 @@
|
|
|
6252
6252
|
"type": "component",
|
|
6253
6253
|
"description": "A group of toggleable pill or outline buttons for filtering content by category",
|
|
6254
6254
|
"category": "inputs",
|
|
6255
|
-
"version": "0.
|
|
6255
|
+
"version": "0.5.0",
|
|
6256
6256
|
"files": [
|
|
6257
6257
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/filter/filter.tsx",
|
|
6258
6258
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/filter/filter.module.css"
|
|
@@ -6263,7 +6263,7 @@
|
|
|
6263
6263
|
},
|
|
6264
6264
|
"dependencies": ["@cascivo/core"],
|
|
6265
6265
|
"peerVersions": {
|
|
6266
|
-
"@cascivo/core": ">=0.
|
|
6266
|
+
"@cascivo/core": ">=0.3.0"
|
|
6267
6267
|
},
|
|
6268
6268
|
"tags": ["filter", "chip", "tag", "pill", "facet", "category"],
|
|
6269
6269
|
"meta": {
|
|
@@ -6402,7 +6402,7 @@
|
|
|
6402
6402
|
"type": "component",
|
|
6403
6403
|
"description": "Typed signal-based form store (createForm/useForm) with sync/async validation and a thin Form element wrapper",
|
|
6404
6404
|
"category": "inputs",
|
|
6405
|
-
"version": "0.
|
|
6405
|
+
"version": "0.5.0",
|
|
6406
6406
|
"files": [
|
|
6407
6407
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/form/form.tsx",
|
|
6408
6408
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/form/standard-schema.ts",
|
|
@@ -6415,7 +6415,7 @@
|
|
|
6415
6415
|
},
|
|
6416
6416
|
"dependencies": ["@cascivo/core"],
|
|
6417
6417
|
"peerVersions": {
|
|
6418
|
-
"@cascivo/core": ">=0.
|
|
6418
|
+
"@cascivo/core": ">=0.3.0"
|
|
6419
6419
|
},
|
|
6420
6420
|
"tags": ["form", "validation", "signals", "input"],
|
|
6421
6421
|
"meta": {
|
|
@@ -6520,7 +6520,7 @@
|
|
|
6520
6520
|
"type": "component",
|
|
6521
6521
|
"description": "App top bar with brand, primary navigation links, and an actions slot",
|
|
6522
6522
|
"category": "navigation",
|
|
6523
|
-
"version": "0.
|
|
6523
|
+
"version": "0.5.0",
|
|
6524
6524
|
"files": [
|
|
6525
6525
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/header/header.tsx",
|
|
6526
6526
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/header/header.module.css"
|
|
@@ -6531,8 +6531,8 @@
|
|
|
6531
6531
|
},
|
|
6532
6532
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
6533
6533
|
"peerVersions": {
|
|
6534
|
-
"@cascivo/core": ">=0.
|
|
6535
|
-
"@cascivo/i18n": ">=0.2.
|
|
6534
|
+
"@cascivo/core": ">=0.3.0",
|
|
6535
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
6536
6536
|
},
|
|
6537
6537
|
"tags": ["navigation", "app-shell", "top-bar", "banner"],
|
|
6538
6538
|
"meta": {
|
|
@@ -6651,7 +6651,7 @@
|
|
|
6651
6651
|
"type": "component",
|
|
6652
6652
|
"description": "Non-modal panel anchored below the shell header at the inline-end edge — hosts notifications, app switcher, user settings",
|
|
6653
6653
|
"category": "navigation",
|
|
6654
|
-
"version": "0.
|
|
6654
|
+
"version": "0.5.0",
|
|
6655
6655
|
"files": [
|
|
6656
6656
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/header-panel/header-panel.tsx",
|
|
6657
6657
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/header-panel/index.ts",
|
|
@@ -6664,8 +6664,8 @@
|
|
|
6664
6664
|
},
|
|
6665
6665
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
6666
6666
|
"peerVersions": {
|
|
6667
|
-
"@cascivo/core": ">=0.
|
|
6668
|
-
"@cascivo/i18n": ">=0.2.
|
|
6667
|
+
"@cascivo/core": ">=0.3.0",
|
|
6668
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
6669
6669
|
},
|
|
6670
6670
|
"tags": ["navigation", "panel", "shell", "console", "overlay", "notifications"],
|
|
6671
6671
|
"meta": {
|
|
@@ -6785,7 +6785,7 @@
|
|
|
6785
6785
|
"type": "component",
|
|
6786
6786
|
"description": "Section heading with semantic level decoupled from visual size",
|
|
6787
6787
|
"category": "display",
|
|
6788
|
-
"version": "0.
|
|
6788
|
+
"version": "0.5.0",
|
|
6789
6789
|
"files": [
|
|
6790
6790
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/heading/heading.tsx",
|
|
6791
6791
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/heading/heading.module.css"
|
|
@@ -6796,7 +6796,7 @@
|
|
|
6796
6796
|
},
|
|
6797
6797
|
"dependencies": ["@cascivo/core"],
|
|
6798
6798
|
"peerVersions": {
|
|
6799
|
-
"@cascivo/core": ">=0.
|
|
6799
|
+
"@cascivo/core": ">=0.3.0"
|
|
6800
6800
|
},
|
|
6801
6801
|
"tags": ["typography", "heading", "title"],
|
|
6802
6802
|
"meta": {
|
|
@@ -6909,7 +6909,7 @@
|
|
|
6909
6909
|
"type": "component",
|
|
6910
6910
|
"description": "Hover-triggered popover with configurable open/close delay",
|
|
6911
6911
|
"category": "overlay",
|
|
6912
|
-
"version": "0.
|
|
6912
|
+
"version": "0.5.0",
|
|
6913
6913
|
"files": [
|
|
6914
6914
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/hover-card/hover-card.tsx",
|
|
6915
6915
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/hover-card/hover-card.module.css"
|
|
@@ -6920,7 +6920,7 @@
|
|
|
6920
6920
|
},
|
|
6921
6921
|
"dependencies": ["@cascivo/core"],
|
|
6922
6922
|
"peerVersions": {
|
|
6923
|
-
"@cascivo/core": ">=0.
|
|
6923
|
+
"@cascivo/core": ">=0.3.0"
|
|
6924
6924
|
},
|
|
6925
6925
|
"tags": ["overlay", "hover", "preview", "floating"],
|
|
6926
6926
|
"meta": {
|
|
@@ -7035,7 +7035,7 @@
|
|
|
7035
7035
|
"type": "component",
|
|
7036
7036
|
"description": "Square, icon-only button with a required accessible label",
|
|
7037
7037
|
"category": "inputs",
|
|
7038
|
-
"version": "0.
|
|
7038
|
+
"version": "0.5.0",
|
|
7039
7039
|
"files": [
|
|
7040
7040
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/icon-button/icon-button.tsx",
|
|
7041
7041
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/icon-button/icon-button.module.css"
|
|
@@ -7046,7 +7046,7 @@
|
|
|
7046
7046
|
},
|
|
7047
7047
|
"dependencies": ["@cascivo/core"],
|
|
7048
7048
|
"peerVersions": {
|
|
7049
|
-
"@cascivo/core": ">=0.
|
|
7049
|
+
"@cascivo/core": ">=0.3.0"
|
|
7050
7050
|
},
|
|
7051
7051
|
"tags": ["action", "icon", "compact", "toolbar"],
|
|
7052
7052
|
"meta": {
|
|
@@ -7193,7 +7193,7 @@
|
|
|
7193
7193
|
"type": "component",
|
|
7194
7194
|
"description": "Image with load state, blur-up placeholder, graceful fallback, and optional zoom",
|
|
7195
7195
|
"category": "display",
|
|
7196
|
-
"version": "0.
|
|
7196
|
+
"version": "0.5.0",
|
|
7197
7197
|
"files": [
|
|
7198
7198
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/image/image.tsx",
|
|
7199
7199
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/image/image.module.css"
|
|
@@ -7204,7 +7204,7 @@
|
|
|
7204
7204
|
},
|
|
7205
7205
|
"dependencies": ["@cascivo/core"],
|
|
7206
7206
|
"peerVersions": {
|
|
7207
|
-
"@cascivo/core": ">=0.
|
|
7207
|
+
"@cascivo/core": ">=0.3.0"
|
|
7208
7208
|
},
|
|
7209
7209
|
"tags": ["image", "media", "display", "loading"],
|
|
7210
7210
|
"meta": {
|
|
@@ -7360,7 +7360,7 @@
|
|
|
7360
7360
|
"type": "component",
|
|
7361
7361
|
"description": "Positions an overlay element (badge, dot, count) at a corner of its child",
|
|
7362
7362
|
"category": "layout",
|
|
7363
|
-
"version": "0.
|
|
7363
|
+
"version": "0.5.0",
|
|
7364
7364
|
"files": [
|
|
7365
7365
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/indicator/indicator.tsx",
|
|
7366
7366
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/indicator/indicator.module.css"
|
|
@@ -7465,7 +7465,7 @@
|
|
|
7465
7465
|
"type": "component",
|
|
7466
7466
|
"description": "Compact inline status indicator that pairs a label with a loading, success, or error state",
|
|
7467
7467
|
"category": "feedback",
|
|
7468
|
-
"version": "0.
|
|
7468
|
+
"version": "0.5.0",
|
|
7469
7469
|
"files": [
|
|
7470
7470
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/inline-loading/inline-loading.tsx",
|
|
7471
7471
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/inline-loading/inline-loading.module.css"
|
|
@@ -7476,8 +7476,8 @@
|
|
|
7476
7476
|
},
|
|
7477
7477
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
7478
7478
|
"peerVersions": {
|
|
7479
|
-
"@cascivo/core": ">=0.
|
|
7480
|
-
"@cascivo/i18n": ">=0.2.
|
|
7479
|
+
"@cascivo/core": ">=0.3.0",
|
|
7480
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
7481
7481
|
},
|
|
7482
7482
|
"tags": ["loading", "status", "progress", "feedback", "spinner"],
|
|
7483
7483
|
"meta": {
|
|
@@ -7594,7 +7594,7 @@
|
|
|
7594
7594
|
"type": "component",
|
|
7595
7595
|
"description": "Text input field with optional label, hint, and error state",
|
|
7596
7596
|
"category": "inputs",
|
|
7597
|
-
"version": "0.
|
|
7597
|
+
"version": "0.5.0",
|
|
7598
7598
|
"files": [
|
|
7599
7599
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/input/input.tsx",
|
|
7600
7600
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/input/input.module.css"
|
|
@@ -7605,7 +7605,7 @@
|
|
|
7605
7605
|
},
|
|
7606
7606
|
"dependencies": ["@cascivo/core"],
|
|
7607
7607
|
"peerVersions": {
|
|
7608
|
-
"@cascivo/core": ">=0.
|
|
7608
|
+
"@cascivo/core": ">=0.3.0"
|
|
7609
7609
|
},
|
|
7610
7610
|
"tags": ["form", "text", "input"],
|
|
7611
7611
|
"meta": {
|
|
@@ -7747,7 +7747,7 @@
|
|
|
7747
7747
|
"type": "component",
|
|
7748
7748
|
"description": "Prefix/suffix addon wrapper for Input; InputGroupAddon renders inline icons/units inside the field border; ButtonGroup collapses adjacent button borders",
|
|
7749
7749
|
"category": "inputs",
|
|
7750
|
-
"version": "0.
|
|
7750
|
+
"version": "0.5.0",
|
|
7751
7751
|
"files": [
|
|
7752
7752
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/input-group/input-group.tsx",
|
|
7753
7753
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/input-group/input-group.module.css"
|
|
@@ -7758,7 +7758,7 @@
|
|
|
7758
7758
|
},
|
|
7759
7759
|
"dependencies": ["@cascivo/core"],
|
|
7760
7760
|
"peerVersions": {
|
|
7761
|
-
"@cascivo/core": ">=0.
|
|
7761
|
+
"@cascivo/core": ">=0.3.0"
|
|
7762
7762
|
},
|
|
7763
7763
|
"tags": ["form", "input", "addon", "group", "layout"],
|
|
7764
7764
|
"meta": {
|
|
@@ -7874,7 +7874,7 @@
|
|
|
7874
7874
|
"type": "component",
|
|
7875
7875
|
"description": "Generic content row primitive with media, content, and action regions",
|
|
7876
7876
|
"category": "display",
|
|
7877
|
-
"version": "0.
|
|
7877
|
+
"version": "0.5.0",
|
|
7878
7878
|
"files": [
|
|
7879
7879
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/item/item.tsx",
|
|
7880
7880
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/item/item.module.css"
|
|
@@ -7885,7 +7885,7 @@
|
|
|
7885
7885
|
},
|
|
7886
7886
|
"dependencies": ["@cascivo/core"],
|
|
7887
7887
|
"peerVersions": {
|
|
7888
|
-
"@cascivo/core": ">=0.
|
|
7888
|
+
"@cascivo/core": ">=0.3.0"
|
|
7889
7889
|
},
|
|
7890
7890
|
"tags": ["row", "primitive", "list-item", "layout"],
|
|
7891
7891
|
"meta": {
|
|
@@ -7992,7 +7992,7 @@
|
|
|
7992
7992
|
"type": "component",
|
|
7993
7993
|
"description": "Groups adjacent children into a seamless joined element by removing interior borders and radii",
|
|
7994
7994
|
"category": "layout",
|
|
7995
|
-
"version": "0.
|
|
7995
|
+
"version": "0.5.0",
|
|
7996
7996
|
"files": [
|
|
7997
7997
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/join/join.tsx",
|
|
7998
7998
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/join/join.module.css"
|
|
@@ -8094,7 +8094,7 @@
|
|
|
8094
8094
|
"type": "component",
|
|
8095
8095
|
"description": "Displays a keyboard key or shortcut",
|
|
8096
8096
|
"category": "display",
|
|
8097
|
-
"version": "0.
|
|
8097
|
+
"version": "0.5.0",
|
|
8098
8098
|
"files": [
|
|
8099
8099
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/kbd/kbd.tsx",
|
|
8100
8100
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/kbd/kbd.module.css"
|
|
@@ -8105,7 +8105,7 @@
|
|
|
8105
8105
|
},
|
|
8106
8106
|
"dependencies": ["@cascivo/core"],
|
|
8107
8107
|
"peerVersions": {
|
|
8108
|
-
"@cascivo/core": ">=0.
|
|
8108
|
+
"@cascivo/core": ">=0.3.0"
|
|
8109
8109
|
},
|
|
8110
8110
|
"tags": ["keyboard", "shortcut", "hotkey"],
|
|
8111
8111
|
"meta": {
|
|
@@ -8197,7 +8197,7 @@
|
|
|
8197
8197
|
"type": "component",
|
|
8198
8198
|
"description": "Accessible caption for a form control",
|
|
8199
8199
|
"category": "inputs",
|
|
8200
|
-
"version": "0.
|
|
8200
|
+
"version": "0.5.0",
|
|
8201
8201
|
"files": [
|
|
8202
8202
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/label/label.tsx",
|
|
8203
8203
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/label/label.module.css"
|
|
@@ -8208,8 +8208,8 @@
|
|
|
8208
8208
|
},
|
|
8209
8209
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
8210
8210
|
"peerVersions": {
|
|
8211
|
-
"@cascivo/core": ">=0.
|
|
8212
|
-
"@cascivo/i18n": ">=0.2.
|
|
8211
|
+
"@cascivo/core": ">=0.3.0",
|
|
8212
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
8213
8213
|
},
|
|
8214
8214
|
"tags": ["form", "caption", "accessibility"],
|
|
8215
8215
|
"meta": {
|
|
@@ -8351,7 +8351,7 @@
|
|
|
8351
8351
|
"type": "component",
|
|
8352
8352
|
"description": "Styled anchor for navigation, standalone or inline within prose",
|
|
8353
8353
|
"category": "navigation",
|
|
8354
|
-
"version": "0.
|
|
8354
|
+
"version": "0.5.0",
|
|
8355
8355
|
"files": [
|
|
8356
8356
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/link/link.tsx",
|
|
8357
8357
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/link/link.module.css"
|
|
@@ -8362,7 +8362,7 @@
|
|
|
8362
8362
|
},
|
|
8363
8363
|
"dependencies": ["@cascivo/core"],
|
|
8364
8364
|
"peerVersions": {
|
|
8365
|
-
"@cascivo/core": ">=0.
|
|
8365
|
+
"@cascivo/core": ">=0.3.0"
|
|
8366
8366
|
},
|
|
8367
8367
|
"tags": ["link", "anchor", "navigation"],
|
|
8368
8368
|
"meta": {
|
|
@@ -8480,7 +8480,7 @@
|
|
|
8480
8480
|
"type": "component",
|
|
8481
8481
|
"description": "Styled unordered or ordered list with ListItem",
|
|
8482
8482
|
"category": "display",
|
|
8483
|
-
"version": "0.
|
|
8483
|
+
"version": "0.5.0",
|
|
8484
8484
|
"files": [
|
|
8485
8485
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/list/list.tsx",
|
|
8486
8486
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/list/list.module.css"
|
|
@@ -8491,7 +8491,7 @@
|
|
|
8491
8491
|
},
|
|
8492
8492
|
"dependencies": ["@cascivo/core"],
|
|
8493
8493
|
"peerVersions": {
|
|
8494
|
-
"@cascivo/core": ">=0.
|
|
8494
|
+
"@cascivo/core": ">=0.3.0"
|
|
8495
8495
|
},
|
|
8496
8496
|
"tags": ["typography", "list", "ul", "ol"],
|
|
8497
8497
|
"meta": {
|
|
@@ -8592,7 +8592,7 @@
|
|
|
8592
8592
|
"type": "component",
|
|
8593
8593
|
"description": "Virtualized monospace console for high-frequency log and stream output",
|
|
8594
8594
|
"category": "display",
|
|
8595
|
-
"version": "0.
|
|
8595
|
+
"version": "0.5.0",
|
|
8596
8596
|
"files": [
|
|
8597
8597
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/log-viewer/log-viewer.tsx",
|
|
8598
8598
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/log-viewer/log-viewer.module.css"
|
|
@@ -8603,8 +8603,8 @@
|
|
|
8603
8603
|
},
|
|
8604
8604
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
8605
8605
|
"peerVersions": {
|
|
8606
|
-
"@cascivo/core": ">=0.
|
|
8607
|
-
"@cascivo/i18n": ">=0.2.
|
|
8606
|
+
"@cascivo/core": ">=0.3.0",
|
|
8607
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
8608
8608
|
},
|
|
8609
8609
|
"tags": ["log", "stream", "virtual", "console", "terminal", "monospace"],
|
|
8610
8610
|
"meta": {
|
|
@@ -8766,18 +8766,18 @@
|
|
|
8766
8766
|
"type": "component",
|
|
8767
8767
|
"description": "Dropdown menu with keyboard navigation, built on usePopover",
|
|
8768
8768
|
"category": "overlay",
|
|
8769
|
-
"version": "0.
|
|
8769
|
+
"version": "0.5.0",
|
|
8770
8770
|
"files": [
|
|
8771
8771
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menu/menu.tsx",
|
|
8772
8772
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menu/menu.module.css"
|
|
8773
8773
|
],
|
|
8774
8774
|
"fileHashes": {
|
|
8775
|
-
"menu.tsx": "sha256-
|
|
8775
|
+
"menu.tsx": "sha256-221610c0308895316bfb021a5b8b4f9e9ee6e19cd26e6adc0f6941b4683ab037",
|
|
8776
8776
|
"menu.module.css": "sha256-08a920e868083bccbe2717b8c00e0fd78cb869b70a2a2300751e3a972f7c7d57"
|
|
8777
8777
|
},
|
|
8778
8778
|
"dependencies": ["@cascivo/core"],
|
|
8779
8779
|
"peerVersions": {
|
|
8780
|
-
"@cascivo/core": ">=0.
|
|
8780
|
+
"@cascivo/core": ">=0.3.0"
|
|
8781
8781
|
},
|
|
8782
8782
|
"tags": ["overlay", "menu", "dropdown", "floating"],
|
|
8783
8783
|
"meta": {
|
|
@@ -8884,7 +8884,7 @@
|
|
|
8884
8884
|
"type": "component",
|
|
8885
8885
|
"description": "A button that opens an anchored action menu of one-shot commands",
|
|
8886
8886
|
"category": "navigation",
|
|
8887
|
-
"version": "0.
|
|
8887
|
+
"version": "0.5.0",
|
|
8888
8888
|
"files": [
|
|
8889
8889
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menu-button/menu-button.tsx",
|
|
8890
8890
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menu-button/menu-button.module.css"
|
|
@@ -8895,8 +8895,8 @@
|
|
|
8895
8895
|
},
|
|
8896
8896
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
8897
8897
|
"peerVersions": {
|
|
8898
|
-
"@cascivo/core": ">=0.
|
|
8899
|
-
"@cascivo/i18n": ">=0.2.
|
|
8898
|
+
"@cascivo/core": ">=0.3.0",
|
|
8899
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
8900
8900
|
},
|
|
8901
8901
|
"tags": ["navigation", "menu", "actions", "dropdown", "floating"],
|
|
8902
8902
|
"meta": {
|
|
@@ -9064,7 +9064,7 @@
|
|
|
9064
9064
|
"type": "component",
|
|
9065
9065
|
"description": "Horizontal application menu bar with keyboard-navigable dropdown menus",
|
|
9066
9066
|
"category": "navigation",
|
|
9067
|
-
"version": "0.
|
|
9067
|
+
"version": "0.5.0",
|
|
9068
9068
|
"files": [
|
|
9069
9069
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menubar/menubar.tsx",
|
|
9070
9070
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menubar/menubar.module.css"
|
|
@@ -9075,7 +9075,7 @@
|
|
|
9075
9075
|
},
|
|
9076
9076
|
"dependencies": ["@cascivo/core"],
|
|
9077
9077
|
"peerVersions": {
|
|
9078
|
-
"@cascivo/core": ">=0.
|
|
9078
|
+
"@cascivo/core": ">=0.3.0"
|
|
9079
9079
|
},
|
|
9080
9080
|
"tags": ["navigation", "menubar", "menu", "application"],
|
|
9081
9081
|
"meta": {
|
|
@@ -9189,19 +9189,19 @@
|
|
|
9189
9189
|
"type": "component",
|
|
9190
9190
|
"description": "Accessible dialog overlay using native <dialog> element",
|
|
9191
9191
|
"category": "overlay",
|
|
9192
|
-
"version": "0.
|
|
9192
|
+
"version": "0.5.0",
|
|
9193
9193
|
"files": [
|
|
9194
9194
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/modal/modal.tsx",
|
|
9195
9195
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/modal/modal.module.css"
|
|
9196
9196
|
],
|
|
9197
9197
|
"fileHashes": {
|
|
9198
|
-
"modal.tsx": "sha256-
|
|
9198
|
+
"modal.tsx": "sha256-1c860f9b1a1ce1cb3a89502531ad56107911a764f5a752821de057a58a3df6d6",
|
|
9199
9199
|
"modal.module.css": "sha256-ef7bb366fae8d9bf58cc685b5697fec0506fe397ff3eceb0108cb8ead419bd8f"
|
|
9200
9200
|
},
|
|
9201
9201
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
9202
9202
|
"peerVersions": {
|
|
9203
|
-
"@cascivo/core": ">=0.
|
|
9204
|
-
"@cascivo/i18n": ">=0.2.
|
|
9203
|
+
"@cascivo/core": ">=0.3.0",
|
|
9204
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
9205
9205
|
},
|
|
9206
9206
|
"tags": ["overlay", "dialog", "popup"],
|
|
9207
9207
|
"meta": {
|
|
@@ -9340,7 +9340,7 @@
|
|
|
9340
9340
|
"type": "component",
|
|
9341
9341
|
"description": "Searchable multi-value select with popover listbox",
|
|
9342
9342
|
"category": "inputs",
|
|
9343
|
-
"version": "0.
|
|
9343
|
+
"version": "0.5.0",
|
|
9344
9344
|
"files": [
|
|
9345
9345
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/multi-select/multi-select.tsx",
|
|
9346
9346
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/multi-select/multi-select.module.css"
|
|
@@ -9351,8 +9351,8 @@
|
|
|
9351
9351
|
},
|
|
9352
9352
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
9353
9353
|
"peerVersions": {
|
|
9354
|
-
"@cascivo/core": ">=0.
|
|
9355
|
-
"@cascivo/i18n": ">=0.2.
|
|
9354
|
+
"@cascivo/core": ">=0.3.0",
|
|
9355
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
9356
9356
|
},
|
|
9357
9357
|
"tags": ["form", "select", "multi", "input", "popover"],
|
|
9358
9358
|
"meta": {
|
|
@@ -9491,7 +9491,7 @@
|
|
|
9491
9491
|
"type": "component",
|
|
9492
9492
|
"description": "A styled native <select> that keeps platform form/keyboard behavior with a custom chevron and focus ring",
|
|
9493
9493
|
"category": "inputs",
|
|
9494
|
-
"version": "0.
|
|
9494
|
+
"version": "0.5.0",
|
|
9495
9495
|
"files": [
|
|
9496
9496
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/native-select/native-select.tsx",
|
|
9497
9497
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/native-select/native-select.module.css"
|
|
@@ -9502,7 +9502,7 @@
|
|
|
9502
9502
|
},
|
|
9503
9503
|
"dependencies": ["@cascivo/core"],
|
|
9504
9504
|
"peerVersions": {
|
|
9505
|
-
"@cascivo/core": ">=0.
|
|
9505
|
+
"@cascivo/core": ">=0.3.0"
|
|
9506
9506
|
},
|
|
9507
9507
|
"tags": ["inputs", "select", "native", "form", "dropdown"],
|
|
9508
9508
|
"meta": {
|
|
@@ -9656,7 +9656,7 @@
|
|
|
9656
9656
|
"type": "component",
|
|
9657
9657
|
"description": "Site navigation bar with links and dropdown flyout panels",
|
|
9658
9658
|
"category": "navigation",
|
|
9659
|
-
"version": "0.
|
|
9659
|
+
"version": "0.5.0",
|
|
9660
9660
|
"files": [
|
|
9661
9661
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/navigation-menu/navigation-menu.tsx",
|
|
9662
9662
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/navigation-menu/navigation-menu.module.css"
|
|
@@ -9667,7 +9667,7 @@
|
|
|
9667
9667
|
},
|
|
9668
9668
|
"dependencies": ["@cascivo/core"],
|
|
9669
9669
|
"peerVersions": {
|
|
9670
|
-
"@cascivo/core": ">=0.
|
|
9670
|
+
"@cascivo/core": ">=0.3.0"
|
|
9671
9671
|
},
|
|
9672
9672
|
"tags": ["navigation", "menu", "flyout", "site-nav"],
|
|
9673
9673
|
"meta": {
|
|
@@ -9778,7 +9778,7 @@
|
|
|
9778
9778
|
"type": "component",
|
|
9779
9779
|
"description": "Inline, actionable notification banner that surfaces a titled message with an optional recovery action",
|
|
9780
9780
|
"category": "feedback",
|
|
9781
|
-
"version": "0.
|
|
9781
|
+
"version": "0.5.0",
|
|
9782
9782
|
"files": [
|
|
9783
9783
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/notification/notification.tsx",
|
|
9784
9784
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/notification/notification.module.css"
|
|
@@ -9789,8 +9789,8 @@
|
|
|
9789
9789
|
},
|
|
9790
9790
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
9791
9791
|
"peerVersions": {
|
|
9792
|
-
"@cascivo/core": ">=0.
|
|
9793
|
-
"@cascivo/i18n": ">=0.2.
|
|
9792
|
+
"@cascivo/core": ">=0.3.0",
|
|
9793
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
9794
9794
|
},
|
|
9795
9795
|
"tags": ["notification", "banner", "message", "feedback", "actionable"],
|
|
9796
9796
|
"meta": {
|
|
@@ -9946,7 +9946,7 @@
|
|
|
9946
9946
|
"type": "component",
|
|
9947
9947
|
"description": "Numeric input with stepper buttons, clamping, precision, and locale formatting",
|
|
9948
9948
|
"category": "inputs",
|
|
9949
|
-
"version": "0.
|
|
9949
|
+
"version": "0.5.0",
|
|
9950
9950
|
"files": [
|
|
9951
9951
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/number-input/number-input.tsx",
|
|
9952
9952
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/number-input/number-input.module.css"
|
|
@@ -9957,8 +9957,8 @@
|
|
|
9957
9957
|
},
|
|
9958
9958
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
9959
9959
|
"peerVersions": {
|
|
9960
|
-
"@cascivo/core": ">=0.
|
|
9961
|
-
"@cascivo/i18n": ">=0.2.
|
|
9960
|
+
"@cascivo/core": ">=0.3.0",
|
|
9961
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
9962
9962
|
},
|
|
9963
9963
|
"tags": ["form", "number", "input", "spinbutton", "stepper"],
|
|
9964
9964
|
"meta": {
|
|
@@ -10152,7 +10152,7 @@
|
|
|
10152
10152
|
"type": "component",
|
|
10153
10153
|
"description": "Segmented one-time code input",
|
|
10154
10154
|
"category": "inputs",
|
|
10155
|
-
"version": "0.
|
|
10155
|
+
"version": "0.5.0",
|
|
10156
10156
|
"files": [
|
|
10157
10157
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/otp-input/otp-input.tsx",
|
|
10158
10158
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/otp-input/otp-input.module.css"
|
|
@@ -10163,8 +10163,8 @@
|
|
|
10163
10163
|
},
|
|
10164
10164
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
10165
10165
|
"peerVersions": {
|
|
10166
|
-
"@cascivo/core": ">=0.
|
|
10167
|
-
"@cascivo/i18n": ">=0.2.
|
|
10166
|
+
"@cascivo/core": ">=0.3.0",
|
|
10167
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
10168
10168
|
},
|
|
10169
10169
|
"tags": ["form", "otp", "code", "input", "verification"],
|
|
10170
10170
|
"meta": {
|
|
@@ -10285,7 +10285,7 @@
|
|
|
10285
10285
|
"type": "component",
|
|
10286
10286
|
"description": "Kebab icon button revealing a menu of row-level actions",
|
|
10287
10287
|
"category": "overlay",
|
|
10288
|
-
"version": "0.
|
|
10288
|
+
"version": "0.5.0",
|
|
10289
10289
|
"files": [
|
|
10290
10290
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/overflow-menu/overflow-menu.tsx",
|
|
10291
10291
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/overflow-menu/overflow-menu.module.css"
|
|
@@ -10296,8 +10296,8 @@
|
|
|
10296
10296
|
},
|
|
10297
10297
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
10298
10298
|
"peerVersions": {
|
|
10299
|
-
"@cascivo/core": ">=0.
|
|
10300
|
-
"@cascivo/i18n": ">=0.2.
|
|
10299
|
+
"@cascivo/core": ">=0.3.0",
|
|
10300
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
10301
10301
|
},
|
|
10302
10302
|
"tags": ["overlay", "menu", "actions", "kebab", "table"],
|
|
10303
10303
|
"meta": {
|
|
@@ -10442,7 +10442,7 @@
|
|
|
10442
10442
|
"type": "component",
|
|
10443
10443
|
"description": "Controls for navigating paged data sets, with page size selection",
|
|
10444
10444
|
"category": "navigation",
|
|
10445
|
-
"version": "0.
|
|
10445
|
+
"version": "0.5.0",
|
|
10446
10446
|
"files": [
|
|
10447
10447
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/pagination/pagination.tsx",
|
|
10448
10448
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/pagination/pagination.module.css"
|
|
@@ -10453,8 +10453,8 @@
|
|
|
10453
10453
|
},
|
|
10454
10454
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
10455
10455
|
"peerVersions": {
|
|
10456
|
-
"@cascivo/core": ">=0.
|
|
10457
|
-
"@cascivo/i18n": ">=0.2.
|
|
10456
|
+
"@cascivo/core": ">=0.3.0",
|
|
10457
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
10458
10458
|
},
|
|
10459
10459
|
"tags": ["pagination", "navigation", "table", "data", "pages"],
|
|
10460
10460
|
"meta": {
|
|
@@ -10599,7 +10599,7 @@
|
|
|
10599
10599
|
"type": "component",
|
|
10600
10600
|
"description": "Password input with reveal toggle and optional strength meter",
|
|
10601
10601
|
"category": "inputs",
|
|
10602
|
-
"version": "0.
|
|
10602
|
+
"version": "0.5.0",
|
|
10603
10603
|
"files": [
|
|
10604
10604
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/password-input/password-input.tsx",
|
|
10605
10605
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/password-input/password-input.module.css"
|
|
@@ -10610,8 +10610,8 @@
|
|
|
10610
10610
|
},
|
|
10611
10611
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
10612
10612
|
"peerVersions": {
|
|
10613
|
-
"@cascivo/core": ">=0.
|
|
10614
|
-
"@cascivo/i18n": ">=0.2.
|
|
10613
|
+
"@cascivo/core": ">=0.3.0",
|
|
10614
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
10615
10615
|
},
|
|
10616
10616
|
"tags": ["form", "password", "input", "security"],
|
|
10617
10617
|
"meta": {
|
|
@@ -10748,7 +10748,7 @@
|
|
|
10748
10748
|
"type": "component",
|
|
10749
10749
|
"description": "Anchored floating panel built on CSS Anchor Positioning + Popover API",
|
|
10750
10750
|
"category": "overlay",
|
|
10751
|
-
"version": "0.
|
|
10751
|
+
"version": "0.5.0",
|
|
10752
10752
|
"files": [
|
|
10753
10753
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/popover/popover.tsx",
|
|
10754
10754
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/popover/index.ts",
|
|
@@ -10763,7 +10763,7 @@
|
|
|
10763
10763
|
},
|
|
10764
10764
|
"dependencies": ["@cascivo/core"],
|
|
10765
10765
|
"peerVersions": {
|
|
10766
|
-
"@cascivo/core": ">=0.
|
|
10766
|
+
"@cascivo/core": ">=0.3.0"
|
|
10767
10767
|
},
|
|
10768
10768
|
"tags": ["overlay", "floating", "anchor", "popover"],
|
|
10769
10769
|
"meta": {
|
|
@@ -10887,7 +10887,7 @@
|
|
|
10887
10887
|
"type": "component",
|
|
10888
10888
|
"description": "Horizontal bar showing the completion progress of a tracked operation",
|
|
10889
10889
|
"category": "feedback",
|
|
10890
|
-
"version": "0.
|
|
10890
|
+
"version": "0.5.0",
|
|
10891
10891
|
"files": [
|
|
10892
10892
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress/progress.tsx",
|
|
10893
10893
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress/progress.module.css"
|
|
@@ -10898,7 +10898,7 @@
|
|
|
10898
10898
|
},
|
|
10899
10899
|
"dependencies": ["@cascivo/core"],
|
|
10900
10900
|
"peerVersions": {
|
|
10901
|
-
"@cascivo/core": ">=0.
|
|
10901
|
+
"@cascivo/core": ">=0.3.0"
|
|
10902
10902
|
},
|
|
10903
10903
|
"tags": ["progress", "loading", "upload", "bar"],
|
|
10904
10904
|
"meta": {
|
|
@@ -11016,7 +11016,7 @@
|
|
|
11016
11016
|
"type": "component",
|
|
11017
11017
|
"description": "Shows determinate or indeterminate progress of a task",
|
|
11018
11018
|
"category": "feedback",
|
|
11019
|
-
"version": "0.
|
|
11019
|
+
"version": "0.5.0",
|
|
11020
11020
|
"files": [
|
|
11021
11021
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-bar/progress-bar.tsx",
|
|
11022
11022
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-bar/progress-bar.module.css"
|
|
@@ -11027,7 +11027,7 @@
|
|
|
11027
11027
|
},
|
|
11028
11028
|
"dependencies": ["@cascivo/core"],
|
|
11029
11029
|
"peerVersions": {
|
|
11030
|
-
"@cascivo/core": ">=0.
|
|
11030
|
+
"@cascivo/core": ">=0.3.0"
|
|
11031
11031
|
},
|
|
11032
11032
|
"tags": ["progress", "loading", "status", "feedback"],
|
|
11033
11033
|
"meta": {
|
|
@@ -11160,7 +11160,7 @@
|
|
|
11160
11160
|
"type": "component",
|
|
11161
11161
|
"description": "Circular determinate progress indicator rendered as an SVG arc",
|
|
11162
11162
|
"category": "feedback",
|
|
11163
|
-
"version": "0.
|
|
11163
|
+
"version": "0.5.0",
|
|
11164
11164
|
"files": [
|
|
11165
11165
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-circle/progress-circle.tsx",
|
|
11166
11166
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-circle/progress-circle.module.css"
|
|
@@ -11171,7 +11171,7 @@
|
|
|
11171
11171
|
},
|
|
11172
11172
|
"dependencies": ["@cascivo/core"],
|
|
11173
11173
|
"peerVersions": {
|
|
11174
|
-
"@cascivo/core": ">=0.
|
|
11174
|
+
"@cascivo/core": ">=0.3.0"
|
|
11175
11175
|
},
|
|
11176
11176
|
"tags": ["progress", "loading", "circle", "feedback"],
|
|
11177
11177
|
"meta": {
|
|
@@ -11289,7 +11289,7 @@
|
|
|
11289
11289
|
"type": "component",
|
|
11290
11290
|
"description": "Shows progress through the steps of a multi-step flow",
|
|
11291
11291
|
"category": "navigation",
|
|
11292
|
-
"version": "0.
|
|
11292
|
+
"version": "0.5.0",
|
|
11293
11293
|
"files": [
|
|
11294
11294
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-indicator/progress-indicator.tsx",
|
|
11295
11295
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-indicator/progress-indicator.module.css"
|
|
@@ -11300,7 +11300,7 @@
|
|
|
11300
11300
|
},
|
|
11301
11301
|
"dependencies": ["@cascivo/core"],
|
|
11302
11302
|
"peerVersions": {
|
|
11303
|
-
"@cascivo/core": ">=0.
|
|
11303
|
+
"@cascivo/core": ">=0.3.0"
|
|
11304
11304
|
},
|
|
11305
11305
|
"tags": ["steps", "wizard", "stepper", "progress", "navigation"],
|
|
11306
11306
|
"meta": {
|
|
@@ -11414,7 +11414,7 @@
|
|
|
11414
11414
|
"type": "component",
|
|
11415
11415
|
"description": "Wrapper that styles raw descendant HTML — headings, lists, code, quotes, tables",
|
|
11416
11416
|
"category": "display",
|
|
11417
|
-
"version": "0.
|
|
11417
|
+
"version": "0.5.0",
|
|
11418
11418
|
"files": [
|
|
11419
11419
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/prose/prose.tsx",
|
|
11420
11420
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/prose/prose.module.css"
|
|
@@ -11425,7 +11425,7 @@
|
|
|
11425
11425
|
},
|
|
11426
11426
|
"dependencies": ["@cascivo/core"],
|
|
11427
11427
|
"peerVersions": {
|
|
11428
|
-
"@cascivo/core": ">=0.
|
|
11428
|
+
"@cascivo/core": ">=0.3.0"
|
|
11429
11429
|
},
|
|
11430
11430
|
"tags": ["typography", "prose", "content", "markdown", "article"],
|
|
11431
11431
|
"meta": {
|
|
@@ -11539,7 +11539,7 @@
|
|
|
11539
11539
|
"type": "component",
|
|
11540
11540
|
"description": "Wraps a scrollable region and triggers a refresh when pulled down past a threshold at the top",
|
|
11541
11541
|
"category": "feedback",
|
|
11542
|
-
"version": "0.
|
|
11542
|
+
"version": "0.5.0",
|
|
11543
11543
|
"files": [
|
|
11544
11544
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/pull-to-refresh/pull-to-refresh.tsx",
|
|
11545
11545
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/pull-to-refresh/pull-to-refresh.module.css"
|
|
@@ -11550,8 +11550,8 @@
|
|
|
11550
11550
|
},
|
|
11551
11551
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
11552
11552
|
"peerVersions": {
|
|
11553
|
-
"@cascivo/core": ">=0.
|
|
11554
|
-
"@cascivo/i18n": ">=0.2.
|
|
11553
|
+
"@cascivo/core": ">=0.3.0",
|
|
11554
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
11555
11555
|
},
|
|
11556
11556
|
"tags": ["feedback", "pull-to-refresh", "mobile", "gesture", "scroll", "refresh"],
|
|
11557
11557
|
"meta": {
|
|
@@ -11673,7 +11673,7 @@
|
|
|
11673
11673
|
"type": "component",
|
|
11674
11674
|
"description": "Encodes a URL or short text into a scannable SVG QR code",
|
|
11675
11675
|
"category": "display",
|
|
11676
|
-
"version": "0.
|
|
11676
|
+
"version": "0.5.0",
|
|
11677
11677
|
"files": [
|
|
11678
11678
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/qr-code/qr-code.tsx",
|
|
11679
11679
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/qr-code/encode.ts",
|
|
@@ -11686,8 +11686,8 @@
|
|
|
11686
11686
|
},
|
|
11687
11687
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
11688
11688
|
"peerVersions": {
|
|
11689
|
-
"@cascivo/core": ">=0.
|
|
11690
|
-
"@cascivo/i18n": ">=0.2.
|
|
11689
|
+
"@cascivo/core": ">=0.3.0",
|
|
11690
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
11691
11691
|
},
|
|
11692
11692
|
"tags": ["qr", "qr-code", "barcode", "encode", "display"],
|
|
11693
11693
|
"meta": {
|
|
@@ -11812,7 +11812,7 @@
|
|
|
11812
11812
|
"type": "component",
|
|
11813
11813
|
"description": "Circular progress indicator using conic-gradient, with percentage label and variant colors",
|
|
11814
11814
|
"category": "feedback",
|
|
11815
|
-
"version": "0.
|
|
11815
|
+
"version": "0.5.0",
|
|
11816
11816
|
"files": [
|
|
11817
11817
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radial-progress/radial-progress.tsx",
|
|
11818
11818
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radial-progress/radial-progress.module.css"
|
|
@@ -11961,7 +11961,7 @@
|
|
|
11961
11961
|
"type": "component",
|
|
11962
11962
|
"description": "Single choice from a set, grouped with RadioGroup",
|
|
11963
11963
|
"category": "inputs",
|
|
11964
|
-
"version": "0.
|
|
11964
|
+
"version": "0.5.0",
|
|
11965
11965
|
"files": [
|
|
11966
11966
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radio/radio.tsx",
|
|
11967
11967
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radio/radio.module.css"
|
|
@@ -11972,7 +11972,7 @@
|
|
|
11972
11972
|
},
|
|
11973
11973
|
"dependencies": ["@cascivo/core"],
|
|
11974
11974
|
"peerVersions": {
|
|
11975
|
-
"@cascivo/core": ">=0.
|
|
11975
|
+
"@cascivo/core": ">=0.3.0"
|
|
11976
11976
|
},
|
|
11977
11977
|
"tags": ["form", "choice", "group"],
|
|
11978
11978
|
"meta": {
|
|
@@ -12088,7 +12088,7 @@
|
|
|
12088
12088
|
"type": "component",
|
|
12089
12089
|
"description": "Selectable card backed by a native radio input. Use RadioCardGroup for single-select groups.",
|
|
12090
12090
|
"category": "inputs",
|
|
12091
|
-
"version": "0.
|
|
12091
|
+
"version": "0.5.0",
|
|
12092
12092
|
"files": [
|
|
12093
12093
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radio-card/radio-card.tsx",
|
|
12094
12094
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radio-card/index.ts",
|
|
@@ -12101,7 +12101,7 @@
|
|
|
12101
12101
|
},
|
|
12102
12102
|
"dependencies": ["@cascivo/core"],
|
|
12103
12103
|
"peerVersions": {
|
|
12104
|
-
"@cascivo/core": ">=0.
|
|
12104
|
+
"@cascivo/core": ">=0.3.0"
|
|
12105
12105
|
},
|
|
12106
12106
|
"tags": ["radio", "card", "selectable", "form"],
|
|
12107
12107
|
"meta": {
|
|
@@ -12212,7 +12212,7 @@
|
|
|
12212
12212
|
"type": "component",
|
|
12213
12213
|
"description": "Star rating input with accessible radio group pattern",
|
|
12214
12214
|
"category": "inputs",
|
|
12215
|
-
"version": "0.
|
|
12215
|
+
"version": "0.5.0",
|
|
12216
12216
|
"files": [
|
|
12217
12217
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/rating-group/rating-group.tsx",
|
|
12218
12218
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/rating-group/rating-group.module.css"
|
|
@@ -12223,7 +12223,7 @@
|
|
|
12223
12223
|
},
|
|
12224
12224
|
"dependencies": ["@cascivo/core"],
|
|
12225
12225
|
"peerVersions": {
|
|
12226
|
-
"@cascivo/core": ">=0.
|
|
12226
|
+
"@cascivo/core": ">=0.3.0"
|
|
12227
12227
|
},
|
|
12228
12228
|
"tags": ["form", "rating", "stars", "input", "feedback"],
|
|
12229
12229
|
"meta": {
|
|
@@ -12354,7 +12354,7 @@
|
|
|
12354
12354
|
"type": "component",
|
|
12355
12355
|
"description": "Displays a date as a localized phrase relative to now, auto-updating",
|
|
12356
12356
|
"category": "display",
|
|
12357
|
-
"version": "0.
|
|
12357
|
+
"version": "0.5.0",
|
|
12358
12358
|
"files": [
|
|
12359
12359
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/relative-time/relative-time.tsx",
|
|
12360
12360
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/relative-time/relative-time.module.css"
|
|
@@ -12365,8 +12365,8 @@
|
|
|
12365
12365
|
},
|
|
12366
12366
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
12367
12367
|
"peerVersions": {
|
|
12368
|
-
"@cascivo/core": ">=0.
|
|
12369
|
-
"@cascivo/i18n": ">=0.2.
|
|
12368
|
+
"@cascivo/core": ">=0.3.0",
|
|
12369
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
12370
12370
|
},
|
|
12371
12371
|
"tags": ["time", "date", "relative", "i18n", "display"],
|
|
12372
12372
|
"meta": {
|
|
@@ -12470,7 +12470,7 @@
|
|
|
12470
12470
|
"type": "component",
|
|
12471
12471
|
"description": "Two-pane splitter whose divider can be dragged or keyboard-nudged to reallocate space",
|
|
12472
12472
|
"category": "layout",
|
|
12473
|
-
"version": "0.
|
|
12473
|
+
"version": "0.5.0",
|
|
12474
12474
|
"files": [
|
|
12475
12475
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/resizable/resizable.tsx",
|
|
12476
12476
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/resizable/resizable.module.css"
|
|
@@ -12481,8 +12481,8 @@
|
|
|
12481
12481
|
},
|
|
12482
12482
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
12483
12483
|
"peerVersions": {
|
|
12484
|
-
"@cascivo/core": ">=0.
|
|
12485
|
-
"@cascivo/i18n": ">=0.2.
|
|
12484
|
+
"@cascivo/core": ">=0.3.0",
|
|
12485
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
12486
12486
|
},
|
|
12487
12487
|
"tags": ["splitter", "panes", "layout", "resize", "divider"],
|
|
12488
12488
|
"meta": {
|
|
@@ -12610,7 +12610,7 @@
|
|
|
12610
12610
|
"type": "component",
|
|
12611
12611
|
"description": "A scroll container with styled, slim scrollbars and overflow shadows",
|
|
12612
12612
|
"category": "layout",
|
|
12613
|
-
"version": "0.
|
|
12613
|
+
"version": "0.5.0",
|
|
12614
12614
|
"files": [
|
|
12615
12615
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/scroll-area/scroll-area.tsx",
|
|
12616
12616
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/scroll-area/scroll-area.module.css"
|
|
@@ -12621,7 +12621,7 @@
|
|
|
12621
12621
|
},
|
|
12622
12622
|
"dependencies": ["@cascivo/core"],
|
|
12623
12623
|
"peerVersions": {
|
|
12624
|
-
"@cascivo/core": ">=0.
|
|
12624
|
+
"@cascivo/core": ">=0.3.0"
|
|
12625
12625
|
},
|
|
12626
12626
|
"tags": ["scroll", "overflow", "scrollbar", "container", "layout"],
|
|
12627
12627
|
"meta": {
|
|
@@ -12736,7 +12736,7 @@
|
|
|
12736
12736
|
"type": "component",
|
|
12737
12737
|
"description": "Search input with debounced search callback and clear button",
|
|
12738
12738
|
"category": "inputs",
|
|
12739
|
-
"version": "0.
|
|
12739
|
+
"version": "0.5.0",
|
|
12740
12740
|
"files": [
|
|
12741
12741
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/search/search.tsx",
|
|
12742
12742
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/search/search.module.css"
|
|
@@ -12747,8 +12747,8 @@
|
|
|
12747
12747
|
},
|
|
12748
12748
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
12749
12749
|
"peerVersions": {
|
|
12750
|
-
"@cascivo/core": ">=0.
|
|
12751
|
-
"@cascivo/i18n": ">=0.2.
|
|
12750
|
+
"@cascivo/core": ">=0.3.0",
|
|
12751
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
12752
12752
|
},
|
|
12753
12753
|
"tags": ["search", "input", "filter", "form"],
|
|
12754
12754
|
"meta": {
|
|
@@ -12925,7 +12925,7 @@
|
|
|
12925
12925
|
"type": "component",
|
|
12926
12926
|
"description": "Mutually exclusive toggle group",
|
|
12927
12927
|
"category": "inputs",
|
|
12928
|
-
"version": "0.
|
|
12928
|
+
"version": "0.5.0",
|
|
12929
12929
|
"files": [
|
|
12930
12930
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/segmented-control/segmented-control.tsx",
|
|
12931
12931
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/segmented-control/segmented-control.module.css"
|
|
@@ -12936,7 +12936,7 @@
|
|
|
12936
12936
|
},
|
|
12937
12937
|
"dependencies": ["@cascivo/core"],
|
|
12938
12938
|
"peerVersions": {
|
|
12939
|
-
"@cascivo/core": ">=0.
|
|
12939
|
+
"@cascivo/core": ">=0.3.0"
|
|
12940
12940
|
},
|
|
12941
12941
|
"tags": ["form", "toggle", "group", "segmented", "input"],
|
|
12942
12942
|
"meta": {
|
|
@@ -13057,7 +13057,7 @@
|
|
|
13057
13057
|
"type": "component",
|
|
13058
13058
|
"description": "Native select menu styled to match the design system",
|
|
13059
13059
|
"category": "inputs",
|
|
13060
|
-
"version": "0.
|
|
13060
|
+
"version": "0.5.0",
|
|
13061
13061
|
"files": [
|
|
13062
13062
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/select/select.tsx",
|
|
13063
13063
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/select/select.module.css"
|
|
@@ -13068,7 +13068,7 @@
|
|
|
13068
13068
|
},
|
|
13069
13069
|
"dependencies": ["@cascivo/core"],
|
|
13070
13070
|
"peerVersions": {
|
|
13071
|
-
"@cascivo/core": ">=0.
|
|
13071
|
+
"@cascivo/core": ">=0.3.0"
|
|
13072
13072
|
},
|
|
13073
13073
|
"tags": ["form", "dropdown", "menu"],
|
|
13074
13074
|
"meta": {
|
|
@@ -13207,7 +13207,7 @@
|
|
|
13207
13207
|
"type": "component",
|
|
13208
13208
|
"description": "Visual or semantic divider between content",
|
|
13209
13209
|
"category": "display",
|
|
13210
|
-
"version": "0.
|
|
13210
|
+
"version": "0.5.0",
|
|
13211
13211
|
"files": [
|
|
13212
13212
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/separator/separator.tsx",
|
|
13213
13213
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/separator/separator.module.css"
|
|
@@ -13218,7 +13218,7 @@
|
|
|
13218
13218
|
},
|
|
13219
13219
|
"dependencies": ["@cascivo/core"],
|
|
13220
13220
|
"peerVersions": {
|
|
13221
|
-
"@cascivo/core": ">=0.
|
|
13221
|
+
"@cascivo/core": ">=0.3.0"
|
|
13222
13222
|
},
|
|
13223
13223
|
"tags": ["divider", "rule", "layout"],
|
|
13224
13224
|
"meta": {
|
|
@@ -13307,7 +13307,7 @@
|
|
|
13307
13307
|
"type": "component",
|
|
13308
13308
|
"description": "Slide-in panel from any edge, using popover=manual and @starting-style animations",
|
|
13309
13309
|
"category": "overlay",
|
|
13310
|
-
"version": "0.
|
|
13310
|
+
"version": "0.5.0",
|
|
13311
13311
|
"files": [
|
|
13312
13312
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/sheet/sheet.tsx",
|
|
13313
13313
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/sheet/sheet.module.css"
|
|
@@ -13318,8 +13318,8 @@
|
|
|
13318
13318
|
},
|
|
13319
13319
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
13320
13320
|
"peerVersions": {
|
|
13321
|
-
"@cascivo/core": ">=0.
|
|
13322
|
-
"@cascivo/i18n": ">=0.2.
|
|
13321
|
+
"@cascivo/core": ">=0.3.0",
|
|
13322
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
13323
13323
|
},
|
|
13324
13324
|
"tags": ["overlay", "drawer", "panel", "slide"],
|
|
13325
13325
|
"meta": {
|
|
@@ -13431,7 +13431,7 @@
|
|
|
13431
13431
|
"type": "component",
|
|
13432
13432
|
"description": "Console application header: brand with prefix, dropdown nav menus, global icon actions, hamburger, skip-to-content",
|
|
13433
13433
|
"category": "navigation",
|
|
13434
|
-
"version": "0.
|
|
13434
|
+
"version": "0.5.0",
|
|
13435
13435
|
"files": [
|
|
13436
13436
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/shell-header/shell-header.tsx",
|
|
13437
13437
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/shell-header/index.ts",
|
|
@@ -13444,8 +13444,8 @@
|
|
|
13444
13444
|
},
|
|
13445
13445
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
13446
13446
|
"peerVersions": {
|
|
13447
|
-
"@cascivo/core": ">=0.
|
|
13448
|
-
"@cascivo/i18n": ">=0.2.
|
|
13447
|
+
"@cascivo/core": ">=0.3.0",
|
|
13448
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
13449
13449
|
},
|
|
13450
13450
|
"tags": ["navigation", "header", "shell", "console", "menu", "app-shell"],
|
|
13451
13451
|
"meta": {
|
|
@@ -13586,7 +13586,7 @@
|
|
|
13586
13586
|
"type": "component",
|
|
13587
13587
|
"description": "Collapsible sidebar navigation with optional icons and one level of grouping",
|
|
13588
13588
|
"category": "navigation",
|
|
13589
|
-
"version": "0.
|
|
13589
|
+
"version": "0.5.0",
|
|
13590
13590
|
"files": [
|
|
13591
13591
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/side-nav/side-nav.tsx",
|
|
13592
13592
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/side-nav/side-nav.module.css"
|
|
@@ -13597,8 +13597,8 @@
|
|
|
13597
13597
|
},
|
|
13598
13598
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
13599
13599
|
"peerVersions": {
|
|
13600
|
-
"@cascivo/core": ">=0.
|
|
13601
|
-
"@cascivo/i18n": ">=0.2.
|
|
13600
|
+
"@cascivo/core": ">=0.3.0",
|
|
13601
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
13602
13602
|
},
|
|
13603
13603
|
"tags": ["navigation", "sidebar", "app-shell", "collapsible"],
|
|
13604
13604
|
"meta": {
|
|
@@ -13774,7 +13774,7 @@
|
|
|
13774
13774
|
"type": "component",
|
|
13775
13775
|
"description": "Animated loading placeholder that mirrors the shape of pending content",
|
|
13776
13776
|
"category": "display",
|
|
13777
|
-
"version": "0.
|
|
13777
|
+
"version": "0.5.0",
|
|
13778
13778
|
"files": [
|
|
13779
13779
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/skeleton/skeleton.tsx",
|
|
13780
13780
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/skeleton/skeleton.module.css"
|
|
@@ -13785,7 +13785,7 @@
|
|
|
13785
13785
|
},
|
|
13786
13786
|
"dependencies": ["@cascivo/core"],
|
|
13787
13787
|
"peerVersions": {
|
|
13788
|
-
"@cascivo/core": ">=0.
|
|
13788
|
+
"@cascivo/core": ">=0.3.0"
|
|
13789
13789
|
},
|
|
13790
13790
|
"tags": ["loading", "placeholder", "shimmer"],
|
|
13791
13791
|
"meta": {
|
|
@@ -13901,7 +13901,7 @@
|
|
|
13901
13901
|
"type": "component",
|
|
13902
13902
|
"description": "Skip link that jumps keyboard users past the navigation to the main content",
|
|
13903
13903
|
"category": "navigation",
|
|
13904
|
-
"version": "0.
|
|
13904
|
+
"version": "0.5.0",
|
|
13905
13905
|
"files": [
|
|
13906
13906
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/skip-nav/skip-nav.tsx",
|
|
13907
13907
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/skip-nav/skip-nav.module.css"
|
|
@@ -13912,8 +13912,8 @@
|
|
|
13912
13912
|
},
|
|
13913
13913
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
13914
13914
|
"peerVersions": {
|
|
13915
|
-
"@cascivo/core": ">=0.
|
|
13916
|
-
"@cascivo/i18n": ">=0.2.
|
|
13915
|
+
"@cascivo/core": ">=0.3.0",
|
|
13916
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
13917
13917
|
},
|
|
13918
13918
|
"tags": ["accessibility", "skip-link", "keyboard", "navigation"],
|
|
13919
13919
|
"meta": {
|
|
@@ -14019,7 +14019,7 @@
|
|
|
14019
14019
|
"type": "component",
|
|
14020
14020
|
"description": "Range input for selecting a value within bounds",
|
|
14021
14021
|
"category": "inputs",
|
|
14022
|
-
"version": "0.
|
|
14022
|
+
"version": "0.5.0",
|
|
14023
14023
|
"files": [
|
|
14024
14024
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/slider/slider.tsx",
|
|
14025
14025
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/slider/slider.module.css"
|
|
@@ -14030,7 +14030,7 @@
|
|
|
14030
14030
|
},
|
|
14031
14031
|
"dependencies": ["@cascivo/core"],
|
|
14032
14032
|
"peerVersions": {
|
|
14033
|
-
"@cascivo/core": ">=0.
|
|
14033
|
+
"@cascivo/core": ">=0.3.0"
|
|
14034
14034
|
},
|
|
14035
14035
|
"tags": ["form", "range", "input"],
|
|
14036
14036
|
"meta": {
|
|
@@ -14164,7 +14164,7 @@
|
|
|
14164
14164
|
"type": "component",
|
|
14165
14165
|
"description": "Indeterminate loading indicator",
|
|
14166
14166
|
"category": "feedback",
|
|
14167
|
-
"version": "0.
|
|
14167
|
+
"version": "0.5.0",
|
|
14168
14168
|
"files": [
|
|
14169
14169
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/spinner/spinner.tsx",
|
|
14170
14170
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/spinner/spinner.module.css"
|
|
@@ -14175,8 +14175,8 @@
|
|
|
14175
14175
|
},
|
|
14176
14176
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
14177
14177
|
"peerVersions": {
|
|
14178
|
-
"@cascivo/core": ">=0.
|
|
14179
|
-
"@cascivo/i18n": ">=0.2.
|
|
14178
|
+
"@cascivo/core": ">=0.3.0",
|
|
14179
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
14180
14180
|
},
|
|
14181
14181
|
"tags": ["loading", "progress", "feedback"],
|
|
14182
14182
|
"meta": {
|
|
@@ -14271,7 +14271,7 @@
|
|
|
14271
14271
|
"type": "component",
|
|
14272
14272
|
"description": "Overlaps children in a CSS grid stack with a configurable offset to create a card-pile effect",
|
|
14273
14273
|
"category": "layout",
|
|
14274
|
-
"version": "0.
|
|
14274
|
+
"version": "0.5.0",
|
|
14275
14275
|
"files": [
|
|
14276
14276
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/stack/stack.tsx",
|
|
14277
14277
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/stack/stack.module.css"
|
|
@@ -14380,7 +14380,7 @@
|
|
|
14380
14380
|
"type": "component",
|
|
14381
14381
|
"description": "Displays a key metric with optional delta, trend direction and help text",
|
|
14382
14382
|
"category": "display",
|
|
14383
|
-
"version": "0.
|
|
14383
|
+
"version": "0.5.0",
|
|
14384
14384
|
"files": [
|
|
14385
14385
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/stat/stat.tsx",
|
|
14386
14386
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/stat/stat.module.css"
|
|
@@ -14391,7 +14391,7 @@
|
|
|
14391
14391
|
},
|
|
14392
14392
|
"dependencies": ["@cascivo/core"],
|
|
14393
14393
|
"peerVersions": {
|
|
14394
|
-
"@cascivo/core": ">=0.
|
|
14394
|
+
"@cascivo/core": ">=0.3.0"
|
|
14395
14395
|
},
|
|
14396
14396
|
"tags": ["stat", "kpi", "metric", "number"],
|
|
14397
14397
|
"meta": {
|
|
@@ -14511,7 +14511,7 @@
|
|
|
14511
14511
|
"type": "component",
|
|
14512
14512
|
"description": "Colored dot with a label communicating the state of a system or entity",
|
|
14513
14513
|
"category": "display",
|
|
14514
|
-
"version": "0.
|
|
14514
|
+
"version": "0.5.0",
|
|
14515
14515
|
"files": [
|
|
14516
14516
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/status/status.tsx",
|
|
14517
14517
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/status/status.module.css"
|
|
@@ -14522,7 +14522,7 @@
|
|
|
14522
14522
|
},
|
|
14523
14523
|
"dependencies": ["@cascivo/core"],
|
|
14524
14524
|
"peerVersions": {
|
|
14525
|
-
"@cascivo/core": ">=0.
|
|
14525
|
+
"@cascivo/core": ">=0.3.0"
|
|
14526
14526
|
},
|
|
14527
14527
|
"tags": ["status", "indicator", "dot", "badge"],
|
|
14528
14528
|
"meta": {
|
|
@@ -14633,7 +14633,7 @@
|
|
|
14633
14633
|
"type": "component",
|
|
14634
14634
|
"description": "Visual progress indicator for multi-step flows with horizontal and vertical orientations",
|
|
14635
14635
|
"category": "navigation",
|
|
14636
|
-
"version": "0.
|
|
14636
|
+
"version": "0.5.0",
|
|
14637
14637
|
"files": [
|
|
14638
14638
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/steps/steps.tsx",
|
|
14639
14639
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/steps/steps.module.css"
|
|
@@ -14644,8 +14644,8 @@
|
|
|
14644
14644
|
},
|
|
14645
14645
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
14646
14646
|
"peerVersions": {
|
|
14647
|
-
"@cascivo/core": ">=0.
|
|
14648
|
-
"@cascivo/i18n": ">=0.2.
|
|
14647
|
+
"@cascivo/core": ">=0.3.0",
|
|
14648
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
14649
14649
|
},
|
|
14650
14650
|
"tags": ["steps", "wizard", "stepper", "progress", "navigation", "onboarding", "checkout"],
|
|
14651
14651
|
"meta": {
|
|
@@ -14773,7 +14773,7 @@
|
|
|
14773
14773
|
"type": "component",
|
|
14774
14774
|
"description": "Tabular row list for scannable data, optionally single-selectable",
|
|
14775
14775
|
"category": "display",
|
|
14776
|
-
"version": "0.
|
|
14776
|
+
"version": "0.5.0",
|
|
14777
14777
|
"files": [
|
|
14778
14778
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/structured-list/structured-list.tsx",
|
|
14779
14779
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/structured-list/structured-list.module.css"
|
|
@@ -14784,7 +14784,7 @@
|
|
|
14784
14784
|
},
|
|
14785
14785
|
"dependencies": ["@cascivo/core"],
|
|
14786
14786
|
"peerVersions": {
|
|
14787
|
-
"@cascivo/core": ">=0.
|
|
14787
|
+
"@cascivo/core": ">=0.3.0"
|
|
14788
14788
|
},
|
|
14789
14789
|
"tags": ["display", "list", "table", "data"],
|
|
14790
14790
|
"meta": {
|
|
@@ -14911,7 +14911,7 @@
|
|
|
14911
14911
|
"type": "component",
|
|
14912
14912
|
"description": "Animated toggle between two icon/content states with rotate or flip transition",
|
|
14913
14913
|
"category": "inputs",
|
|
14914
|
-
"version": "0.
|
|
14914
|
+
"version": "0.5.0",
|
|
14915
14915
|
"files": [
|
|
14916
14916
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/swap/swap.tsx",
|
|
14917
14917
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/swap/swap.module.css"
|
|
@@ -14922,7 +14922,7 @@
|
|
|
14922
14922
|
},
|
|
14923
14923
|
"dependencies": ["@cascivo/core"],
|
|
14924
14924
|
"peerVersions": {
|
|
14925
|
-
"@cascivo/core": ">=0.
|
|
14925
|
+
"@cascivo/core": ">=0.3.0"
|
|
14926
14926
|
},
|
|
14927
14927
|
"tags": ["toggle", "icon", "animate", "switch", "flip", "rotate"],
|
|
14928
14928
|
"meta": {
|
|
@@ -15054,7 +15054,7 @@
|
|
|
15054
15054
|
"type": "component",
|
|
15055
15055
|
"description": "List row whose leading/trailing actions are revealed by a horizontal swipe, with keyboard parity",
|
|
15056
15056
|
"category": "display",
|
|
15057
|
-
"version": "0.
|
|
15057
|
+
"version": "0.5.0",
|
|
15058
15058
|
"files": [
|
|
15059
15059
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/swipe-item/swipe-item.tsx",
|
|
15060
15060
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/swipe-item/swipe-item.module.css"
|
|
@@ -15065,7 +15065,7 @@
|
|
|
15065
15065
|
},
|
|
15066
15066
|
"dependencies": ["@cascivo/core"],
|
|
15067
15067
|
"peerVersions": {
|
|
15068
|
-
"@cascivo/core": ">=0.
|
|
15068
|
+
"@cascivo/core": ">=0.3.0"
|
|
15069
15069
|
},
|
|
15070
15070
|
"tags": ["display", "swipe", "list", "mobile", "gesture", "actions"],
|
|
15071
15071
|
"meta": {
|
|
@@ -15178,7 +15178,7 @@
|
|
|
15178
15178
|
"type": "component",
|
|
15179
15179
|
"description": "App/product switcher list — lives inside HeaderPanel, renders links with active indicator and optional dividers",
|
|
15180
15180
|
"category": "navigation",
|
|
15181
|
-
"version": "0.
|
|
15181
|
+
"version": "0.5.0",
|
|
15182
15182
|
"files": [
|
|
15183
15183
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/switcher/switcher.tsx",
|
|
15184
15184
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/switcher/index.ts",
|
|
@@ -15191,8 +15191,8 @@
|
|
|
15191
15191
|
},
|
|
15192
15192
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
15193
15193
|
"peerVersions": {
|
|
15194
|
-
"@cascivo/core": ">=0.
|
|
15195
|
-
"@cascivo/i18n": ">=0.2.
|
|
15194
|
+
"@cascivo/core": ">=0.3.0",
|
|
15195
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
15196
15196
|
},
|
|
15197
15197
|
"tags": ["navigation", "switcher", "shell", "console", "app-switcher"],
|
|
15198
15198
|
"meta": {
|
|
@@ -15290,7 +15290,7 @@
|
|
|
15290
15290
|
"type": "component",
|
|
15291
15291
|
"description": "Switch between related panels of content",
|
|
15292
15292
|
"category": "navigation",
|
|
15293
|
-
"version": "0.
|
|
15293
|
+
"version": "0.5.0",
|
|
15294
15294
|
"files": [
|
|
15295
15295
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tabs/tabs.tsx",
|
|
15296
15296
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tabs/tabs.module.css"
|
|
@@ -15301,7 +15301,7 @@
|
|
|
15301
15301
|
},
|
|
15302
15302
|
"dependencies": ["@cascivo/core"],
|
|
15303
15303
|
"peerVersions": {
|
|
15304
|
-
"@cascivo/core": ">=0.
|
|
15304
|
+
"@cascivo/core": ">=0.3.0"
|
|
15305
15305
|
},
|
|
15306
15306
|
"tags": ["navigation", "tabs", "sections"],
|
|
15307
15307
|
"meta": {
|
|
@@ -15404,7 +15404,7 @@
|
|
|
15404
15404
|
"type": "component",
|
|
15405
15405
|
"description": "Compact chip for labeling, categorizing, or filtering content",
|
|
15406
15406
|
"category": "display",
|
|
15407
|
-
"version": "0.
|
|
15407
|
+
"version": "0.5.0",
|
|
15408
15408
|
"files": [
|
|
15409
15409
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tag/tag.tsx",
|
|
15410
15410
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tag/tag.module.css"
|
|
@@ -15415,8 +15415,8 @@
|
|
|
15415
15415
|
},
|
|
15416
15416
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
15417
15417
|
"peerVersions": {
|
|
15418
|
-
"@cascivo/core": ">=0.
|
|
15419
|
-
"@cascivo/i18n": ">=0.2.
|
|
15418
|
+
"@cascivo/core": ">=0.3.0",
|
|
15419
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
15420
15420
|
},
|
|
15421
15421
|
"tags": ["chip", "label", "filter", "category"],
|
|
15422
15422
|
"meta": {
|
|
@@ -15545,7 +15545,7 @@
|
|
|
15545
15545
|
"type": "component",
|
|
15546
15546
|
"description": "Free-form multi-value chip input",
|
|
15547
15547
|
"category": "inputs",
|
|
15548
|
-
"version": "0.
|
|
15548
|
+
"version": "0.5.0",
|
|
15549
15549
|
"files": [
|
|
15550
15550
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tags-input/tags-input.tsx",
|
|
15551
15551
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tags-input/tags-input.module.css"
|
|
@@ -15556,8 +15556,8 @@
|
|
|
15556
15556
|
},
|
|
15557
15557
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
15558
15558
|
"peerVersions": {
|
|
15559
|
-
"@cascivo/core": ">=0.
|
|
15560
|
-
"@cascivo/i18n": ">=0.2.
|
|
15559
|
+
"@cascivo/core": ">=0.3.0",
|
|
15560
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
15561
15561
|
},
|
|
15562
15562
|
"tags": ["form", "tags", "chips", "multi", "input"],
|
|
15563
15563
|
"meta": {
|
|
@@ -15683,7 +15683,7 @@
|
|
|
15683
15683
|
"type": "component",
|
|
15684
15684
|
"description": "Body text with size, weight, and muted variants",
|
|
15685
15685
|
"category": "display",
|
|
15686
|
-
"version": "0.
|
|
15686
|
+
"version": "0.5.0",
|
|
15687
15687
|
"files": [
|
|
15688
15688
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/text/text.tsx",
|
|
15689
15689
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/text/text.module.css"
|
|
@@ -15694,7 +15694,7 @@
|
|
|
15694
15694
|
},
|
|
15695
15695
|
"dependencies": ["@cascivo/core"],
|
|
15696
15696
|
"peerVersions": {
|
|
15697
|
-
"@cascivo/core": ">=0.
|
|
15697
|
+
"@cascivo/core": ">=0.3.0"
|
|
15698
15698
|
},
|
|
15699
15699
|
"tags": ["typography", "text", "paragraph", "body"],
|
|
15700
15700
|
"meta": {
|
|
@@ -15817,7 +15817,7 @@
|
|
|
15817
15817
|
"type": "component",
|
|
15818
15818
|
"description": "Multi-line text input with optional label, hint, and error state",
|
|
15819
15819
|
"category": "inputs",
|
|
15820
|
-
"version": "0.
|
|
15820
|
+
"version": "0.5.0",
|
|
15821
15821
|
"files": [
|
|
15822
15822
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/textarea/textarea.tsx",
|
|
15823
15823
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/textarea/textarea.module.css"
|
|
@@ -15828,7 +15828,7 @@
|
|
|
15828
15828
|
},
|
|
15829
15829
|
"dependencies": ["@cascivo/core"],
|
|
15830
15830
|
"peerVersions": {
|
|
15831
|
-
"@cascivo/core": ">=0.
|
|
15831
|
+
"@cascivo/core": ">=0.3.0"
|
|
15832
15832
|
},
|
|
15833
15833
|
"tags": ["form", "text", "multiline"],
|
|
15834
15834
|
"meta": {
|
|
@@ -15960,7 +15960,7 @@
|
|
|
15960
15960
|
"type": "component",
|
|
15961
15961
|
"description": "A selectable card with radio (single) or checkbox (multi) semantics, toggled by click or keyboard",
|
|
15962
15962
|
"category": "inputs",
|
|
15963
|
-
"version": "0.
|
|
15963
|
+
"version": "0.5.0",
|
|
15964
15964
|
"files": [
|
|
15965
15965
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tile/tile.tsx",
|
|
15966
15966
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tile/tile.module.css"
|
|
@@ -15971,7 +15971,7 @@
|
|
|
15971
15971
|
},
|
|
15972
15972
|
"dependencies": ["@cascivo/core"],
|
|
15973
15973
|
"peerVersions": {
|
|
15974
|
-
"@cascivo/core": ">=0.
|
|
15974
|
+
"@cascivo/core": ">=0.3.0"
|
|
15975
15975
|
},
|
|
15976
15976
|
"tags": ["inputs", "tile", "card", "selectable", "choice"],
|
|
15977
15977
|
"meta": {
|
|
@@ -16127,7 +16127,7 @@
|
|
|
16127
16127
|
"type": "component",
|
|
16128
16128
|
"description": "Native time input wrapper with label, hint, error, and size variants",
|
|
16129
16129
|
"category": "inputs",
|
|
16130
|
-
"version": "0.
|
|
16130
|
+
"version": "0.5.0",
|
|
16131
16131
|
"files": [
|
|
16132
16132
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/time-picker/time-picker.tsx",
|
|
16133
16133
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/time-picker/time-picker.module.css"
|
|
@@ -16138,7 +16138,7 @@
|
|
|
16138
16138
|
},
|
|
16139
16139
|
"dependencies": ["@cascivo/core"],
|
|
16140
16140
|
"peerVersions": {
|
|
16141
|
-
"@cascivo/core": ">=0.
|
|
16141
|
+
"@cascivo/core": ">=0.3.0"
|
|
16142
16142
|
},
|
|
16143
16143
|
"tags": ["time", "input", "form"],
|
|
16144
16144
|
"meta": {
|
|
@@ -16298,7 +16298,7 @@
|
|
|
16298
16298
|
"type": "component",
|
|
16299
16299
|
"description": "Ordered sequence of events with status markers and a connector line",
|
|
16300
16300
|
"category": "display",
|
|
16301
|
-
"version": "0.
|
|
16301
|
+
"version": "0.5.0",
|
|
16302
16302
|
"files": [
|
|
16303
16303
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/timeline/timeline.tsx",
|
|
16304
16304
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/timeline/timeline.module.css"
|
|
@@ -16309,7 +16309,7 @@
|
|
|
16309
16309
|
},
|
|
16310
16310
|
"dependencies": ["@cascivo/core"],
|
|
16311
16311
|
"peerVersions": {
|
|
16312
|
-
"@cascivo/core": ">=0.
|
|
16312
|
+
"@cascivo/core": ">=0.3.0"
|
|
16313
16313
|
},
|
|
16314
16314
|
"tags": ["timeline", "steps", "history", "progress", "events"],
|
|
16315
16315
|
"meta": {
|
|
@@ -16400,7 +16400,7 @@
|
|
|
16400
16400
|
"type": "component",
|
|
16401
16401
|
"description": "Transient notification surfaced via the useToast hook",
|
|
16402
16402
|
"category": "overlay",
|
|
16403
|
-
"version": "0.
|
|
16403
|
+
"version": "0.5.0",
|
|
16404
16404
|
"files": [
|
|
16405
16405
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toast/toast.tsx",
|
|
16406
16406
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toast/toast.module.css"
|
|
@@ -16411,8 +16411,8 @@
|
|
|
16411
16411
|
},
|
|
16412
16412
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
16413
16413
|
"peerVersions": {
|
|
16414
|
-
"@cascivo/core": ">=0.
|
|
16415
|
-
"@cascivo/i18n": ">=0.2.
|
|
16414
|
+
"@cascivo/core": ">=0.3.0",
|
|
16415
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
16416
16416
|
},
|
|
16417
16417
|
"tags": ["overlay", "notification", "feedback"],
|
|
16418
16418
|
"meta": {
|
|
@@ -16527,7 +16527,7 @@
|
|
|
16527
16527
|
"type": "component",
|
|
16528
16528
|
"description": "Table of contents with scroll-spy highlighting of the active section",
|
|
16529
16529
|
"category": "navigation",
|
|
16530
|
-
"version": "0.
|
|
16530
|
+
"version": "0.5.0",
|
|
16531
16531
|
"files": [
|
|
16532
16532
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toc/toc.tsx",
|
|
16533
16533
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toc/use-toc-from-region.ts",
|
|
@@ -16540,8 +16540,8 @@
|
|
|
16540
16540
|
},
|
|
16541
16541
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
16542
16542
|
"peerVersions": {
|
|
16543
|
-
"@cascivo/core": ">=0.
|
|
16544
|
-
"@cascivo/i18n": ">=0.2.
|
|
16543
|
+
"@cascivo/core": ">=0.3.0",
|
|
16544
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
16545
16545
|
},
|
|
16546
16546
|
"tags": ["toc", "table-of-contents", "navigation", "scroll-spy", "anchor"],
|
|
16547
16547
|
"meta": {
|
|
@@ -16662,7 +16662,7 @@
|
|
|
16662
16662
|
"type": "component",
|
|
16663
16663
|
"description": "On/off switch built as an accessible button",
|
|
16664
16664
|
"category": "inputs",
|
|
16665
|
-
"version": "0.
|
|
16665
|
+
"version": "0.5.0",
|
|
16666
16666
|
"files": [
|
|
16667
16667
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggle/toggle.tsx",
|
|
16668
16668
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggle/toggle.module.css"
|
|
@@ -16673,7 +16673,7 @@
|
|
|
16673
16673
|
},
|
|
16674
16674
|
"dependencies": ["@cascivo/core"],
|
|
16675
16675
|
"peerVersions": {
|
|
16676
|
-
"@cascivo/core": ">=0.
|
|
16676
|
+
"@cascivo/core": ">=0.3.0"
|
|
16677
16677
|
},
|
|
16678
16678
|
"tags": ["switch", "form", "boolean"],
|
|
16679
16679
|
"meta": {
|
|
@@ -16806,7 +16806,7 @@
|
|
|
16806
16806
|
"type": "component",
|
|
16807
16807
|
"description": "A set of toggle buttons for single or multiple selection",
|
|
16808
16808
|
"category": "inputs",
|
|
16809
|
-
"version": "0.
|
|
16809
|
+
"version": "0.5.0",
|
|
16810
16810
|
"files": [
|
|
16811
16811
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggle-group/toggle-group.tsx",
|
|
16812
16812
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggle-group/toggle-group.module.css"
|
|
@@ -16817,7 +16817,7 @@
|
|
|
16817
16817
|
},
|
|
16818
16818
|
"dependencies": ["@cascivo/core"],
|
|
16819
16819
|
"peerVersions": {
|
|
16820
|
-
"@cascivo/core": ">=0.
|
|
16820
|
+
"@cascivo/core": ">=0.3.0"
|
|
16821
16821
|
},
|
|
16822
16822
|
"tags": ["selection", "segmented", "toolbar", "choice"],
|
|
16823
16823
|
"meta": {
|
|
@@ -16973,7 +16973,7 @@
|
|
|
16973
16973
|
"type": "component",
|
|
16974
16974
|
"description": "A click-triggered info popover for supplementary, selectable content",
|
|
16975
16975
|
"category": "overlay",
|
|
16976
|
-
"version": "0.
|
|
16976
|
+
"version": "0.5.0",
|
|
16977
16977
|
"files": [
|
|
16978
16978
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggletip/toggletip.tsx",
|
|
16979
16979
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggletip/toggletip.module.css"
|
|
@@ -16984,8 +16984,8 @@
|
|
|
16984
16984
|
},
|
|
16985
16985
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
16986
16986
|
"peerVersions": {
|
|
16987
|
-
"@cascivo/core": ">=0.
|
|
16988
|
-
"@cascivo/i18n": ">=0.2.
|
|
16987
|
+
"@cascivo/core": ">=0.3.0",
|
|
16988
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
16989
16989
|
},
|
|
16990
16990
|
"tags": ["overlay", "toggletip", "info", "popover", "floating"],
|
|
16991
16991
|
"meta": {
|
|
@@ -17141,18 +17141,18 @@
|
|
|
17141
17141
|
"type": "component",
|
|
17142
17142
|
"description": "Contextual label shown on hover or focus",
|
|
17143
17143
|
"category": "overlay",
|
|
17144
|
-
"version": "0.
|
|
17144
|
+
"version": "0.5.0",
|
|
17145
17145
|
"files": [
|
|
17146
17146
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tooltip/tooltip.tsx",
|
|
17147
17147
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tooltip/tooltip.module.css"
|
|
17148
17148
|
],
|
|
17149
17149
|
"fileHashes": {
|
|
17150
|
-
"tooltip.tsx": "sha256-
|
|
17150
|
+
"tooltip.tsx": "sha256-5aaf1ba59770910bfc2a0826ec3902ec3d66cdbf3100ff15bd1b055c643ed676",
|
|
17151
17151
|
"tooltip.module.css": "sha256-10303a9b8948c9464efe2b1a56943377824089a52f2931ccb9ba789e84db6d02"
|
|
17152
17152
|
},
|
|
17153
17153
|
"dependencies": ["@cascivo/core"],
|
|
17154
17154
|
"peerVersions": {
|
|
17155
|
-
"@cascivo/core": ">=0.
|
|
17155
|
+
"@cascivo/core": ">=0.3.0"
|
|
17156
17156
|
},
|
|
17157
17157
|
"tags": ["overlay", "hint", "popover"],
|
|
17158
17158
|
"meta": {
|
|
@@ -17272,7 +17272,7 @@
|
|
|
17272
17272
|
"type": "component",
|
|
17273
17273
|
"description": "Hierarchical, expandable tree of nodes with keyboard navigation and selection",
|
|
17274
17274
|
"category": "display",
|
|
17275
|
-
"version": "0.
|
|
17275
|
+
"version": "0.5.0",
|
|
17276
17276
|
"files": [
|
|
17277
17277
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tree-view/tree-view.tsx",
|
|
17278
17278
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tree-view/tree-view.module.css"
|
|
@@ -17283,8 +17283,8 @@
|
|
|
17283
17283
|
},
|
|
17284
17284
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
17285
17285
|
"peerVersions": {
|
|
17286
|
-
"@cascivo/core": ">=0.
|
|
17287
|
-
"@cascivo/i18n": ">=0.2.
|
|
17286
|
+
"@cascivo/core": ">=0.3.0",
|
|
17287
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
17288
17288
|
},
|
|
17289
17289
|
"tags": ["display", "tree", "hierarchy", "navigation", "files"],
|
|
17290
17290
|
"meta": {
|
|
@@ -17441,7 +17441,7 @@
|
|
|
17441
17441
|
"type": "component",
|
|
17442
17442
|
"description": "Identity composite: an avatar with a name, description, and optional action slot",
|
|
17443
17443
|
"category": "display",
|
|
17444
|
-
"version": "0.
|
|
17444
|
+
"version": "0.5.0",
|
|
17445
17445
|
"files": [
|
|
17446
17446
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/user/user.tsx",
|
|
17447
17447
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/user/user.module.css"
|
|
@@ -17452,7 +17452,7 @@
|
|
|
17452
17452
|
},
|
|
17453
17453
|
"dependencies": ["@cascivo/core", "@cascivo/components"],
|
|
17454
17454
|
"peerVersions": {
|
|
17455
|
-
"@cascivo/core": ">=0.
|
|
17455
|
+
"@cascivo/core": ">=0.3.0",
|
|
17456
17456
|
"@cascivo/components": ">=0.0.0"
|
|
17457
17457
|
},
|
|
17458
17458
|
"tags": ["user", "avatar", "identity", "display"],
|
|
@@ -17559,7 +17559,7 @@
|
|
|
17559
17559
|
"type": "component",
|
|
17560
17560
|
"description": "Hides content visually while keeping it available to screen readers",
|
|
17561
17561
|
"category": "display",
|
|
17562
|
-
"version": "0.
|
|
17562
|
+
"version": "0.5.0",
|
|
17563
17563
|
"files": [
|
|
17564
17564
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/visually-hidden/visually-hidden.tsx",
|
|
17565
17565
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/visually-hidden/visually-hidden.module.css"
|
|
@@ -17570,7 +17570,7 @@
|
|
|
17570
17570
|
},
|
|
17571
17571
|
"dependencies": ["@cascivo/core"],
|
|
17572
17572
|
"peerVersions": {
|
|
17573
|
-
"@cascivo/core": ">=0.
|
|
17573
|
+
"@cascivo/core": ">=0.3.0"
|
|
17574
17574
|
},
|
|
17575
17575
|
"tags": ["accessibility", "screen-reader", "sr-only", "hidden"],
|
|
17576
17576
|
"meta": {
|
|
@@ -17656,7 +17656,7 @@
|
|
|
17656
17656
|
"type": "layout",
|
|
17657
17657
|
"description": "Full-page application shell with persisted collapsible sidebar. Includes a signal-driven top progress bar with determinate progress, error state, and dismissible error strip.",
|
|
17658
17658
|
"category": "layout",
|
|
17659
|
-
"version": "0.
|
|
17659
|
+
"version": "0.5.0",
|
|
17660
17660
|
"files": [
|
|
17661
17661
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/app-shell/app-shell.tsx",
|
|
17662
17662
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/app-shell/shell-state.ts",
|
|
@@ -17669,9 +17669,9 @@
|
|
|
17669
17669
|
},
|
|
17670
17670
|
"dependencies": ["@cascivo/core", "@cascivo/i18n", "@cascivo/storage"],
|
|
17671
17671
|
"peerVersions": {
|
|
17672
|
-
"@cascivo/core": ">=0.
|
|
17673
|
-
"@cascivo/i18n": ">=0.2.
|
|
17674
|
-
"@cascivo/storage": ">=0.1.
|
|
17672
|
+
"@cascivo/core": ">=0.3.0",
|
|
17673
|
+
"@cascivo/i18n": ">=0.2.4",
|
|
17674
|
+
"@cascivo/storage": ">=0.1.10"
|
|
17675
17675
|
},
|
|
17676
17676
|
"tags": ["layout", "shell", "sidebar", "navigation"],
|
|
17677
17677
|
"meta": {
|
|
@@ -17785,7 +17785,7 @@
|
|
|
17785
17785
|
"type": "layout",
|
|
17786
17786
|
"description": "Centered card layout for authentication pages (login, register, forgot password).",
|
|
17787
17787
|
"category": "layout",
|
|
17788
|
-
"version": "0.
|
|
17788
|
+
"version": "0.5.0",
|
|
17789
17789
|
"files": [
|
|
17790
17790
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/auth-layout/auth-layout.tsx",
|
|
17791
17791
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/auth-layout/auth-layout.module.css"
|
|
@@ -17796,7 +17796,7 @@
|
|
|
17796
17796
|
},
|
|
17797
17797
|
"dependencies": ["@cascivo/core"],
|
|
17798
17798
|
"peerVersions": {
|
|
17799
|
-
"@cascivo/core": ">=0.
|
|
17799
|
+
"@cascivo/core": ">=0.3.0"
|
|
17800
17800
|
},
|
|
17801
17801
|
"tags": ["layout", "auth", "login", "page"],
|
|
17802
17802
|
"meta": {
|
|
@@ -17875,7 +17875,7 @@
|
|
|
17875
17875
|
"type": "layout",
|
|
17876
17876
|
"description": "Media-query-free responsive grid — columns auto-fill based on available space.",
|
|
17877
17877
|
"category": "layout",
|
|
17878
|
-
"version": "0.
|
|
17878
|
+
"version": "0.5.0",
|
|
17879
17879
|
"files": [
|
|
17880
17880
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/auto-grid/auto-grid.tsx",
|
|
17881
17881
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/auto-grid/auto-grid.module.css"
|
|
@@ -17886,7 +17886,7 @@
|
|
|
17886
17886
|
},
|
|
17887
17887
|
"dependencies": ["@cascivo/core"],
|
|
17888
17888
|
"peerVersions": {
|
|
17889
|
-
"@cascivo/core": ">=0.
|
|
17889
|
+
"@cascivo/core": ">=0.3.0"
|
|
17890
17890
|
},
|
|
17891
17891
|
"tags": ["layout", "grid", "responsive"],
|
|
17892
17892
|
"meta": {
|
|
@@ -17954,7 +17954,7 @@
|
|
|
17954
17954
|
"type": "layout",
|
|
17955
17955
|
"description": "Horizontally centered container with a configurable max-width.",
|
|
17956
17956
|
"category": "layout",
|
|
17957
|
-
"version": "0.
|
|
17957
|
+
"version": "0.5.0",
|
|
17958
17958
|
"files": [
|
|
17959
17959
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/center/center.tsx",
|
|
17960
17960
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/center/center.module.css"
|
|
@@ -17965,7 +17965,7 @@
|
|
|
17965
17965
|
},
|
|
17966
17966
|
"dependencies": ["@cascivo/core"],
|
|
17967
17967
|
"peerVersions": {
|
|
17968
|
-
"@cascivo/core": ">=0.
|
|
17968
|
+
"@cascivo/core": ">=0.3.0"
|
|
17969
17969
|
},
|
|
17970
17970
|
"tags": ["layout", "center", "wrapper"],
|
|
17971
17971
|
"meta": {
|
|
@@ -18030,7 +18030,7 @@
|
|
|
18030
18030
|
"type": "layout",
|
|
18031
18031
|
"description": "Equal-width multi-column layout that collapses to single column on narrow viewports.",
|
|
18032
18032
|
"category": "layout",
|
|
18033
|
-
"version": "0.
|
|
18033
|
+
"version": "0.5.0",
|
|
18034
18034
|
"files": [
|
|
18035
18035
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/columns/columns.tsx",
|
|
18036
18036
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/columns/columns.module.css"
|
|
@@ -18041,7 +18041,7 @@
|
|
|
18041
18041
|
},
|
|
18042
18042
|
"dependencies": ["@cascivo/core"],
|
|
18043
18043
|
"peerVersions": {
|
|
18044
|
-
"@cascivo/core": ">=0.
|
|
18044
|
+
"@cascivo/core": ">=0.3.0"
|
|
18045
18045
|
},
|
|
18046
18046
|
"tags": ["layout", "grid", "columns"],
|
|
18047
18047
|
"meta": {
|
|
@@ -18112,7 +18112,7 @@
|
|
|
18112
18112
|
"type": "layout",
|
|
18113
18113
|
"description": "Dashboard page layout with stats strip, main content area, and optional aside.",
|
|
18114
18114
|
"category": "layout",
|
|
18115
|
-
"version": "0.
|
|
18115
|
+
"version": "0.5.0",
|
|
18116
18116
|
"files": [
|
|
18117
18117
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/dashboard-layout/dashboard-layout.tsx",
|
|
18118
18118
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/dashboard-layout/dashboard-layout.module.css"
|
|
@@ -18123,7 +18123,7 @@
|
|
|
18123
18123
|
},
|
|
18124
18124
|
"dependencies": ["@cascivo/core"],
|
|
18125
18125
|
"peerVersions": {
|
|
18126
|
-
"@cascivo/core": ">=0.
|
|
18126
|
+
"@cascivo/core": ">=0.3.0"
|
|
18127
18127
|
},
|
|
18128
18128
|
"tags": ["layout", "dashboard", "page"],
|
|
18129
18129
|
"meta": {
|
|
@@ -18200,7 +18200,7 @@
|
|
|
18200
18200
|
"type": "layout",
|
|
18201
18201
|
"description": "CSS grid layout primitive with responsive column collapsing.",
|
|
18202
18202
|
"category": "layout",
|
|
18203
|
-
"version": "0.
|
|
18203
|
+
"version": "0.5.0",
|
|
18204
18204
|
"files": [
|
|
18205
18205
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/grid/grid.tsx",
|
|
18206
18206
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/grid/grid.module.css"
|
|
@@ -18211,7 +18211,7 @@
|
|
|
18211
18211
|
},
|
|
18212
18212
|
"dependencies": ["@cascivo/core"],
|
|
18213
18213
|
"peerVersions": {
|
|
18214
|
-
"@cascivo/core": ">=0.
|
|
18214
|
+
"@cascivo/core": ">=0.3.0"
|
|
18215
18215
|
},
|
|
18216
18216
|
"tags": ["layout", "grid", "columns"],
|
|
18217
18217
|
"meta": {
|
|
@@ -18288,7 +18288,7 @@
|
|
|
18288
18288
|
"type": "layout",
|
|
18289
18289
|
"description": "Masonry layout — native CSS masonry where supported, multi-column fallback elsewhere (fallback orders items top-to-bottom per column).",
|
|
18290
18290
|
"category": "layout",
|
|
18291
|
-
"version": "0.
|
|
18291
|
+
"version": "0.5.0",
|
|
18292
18292
|
"files": [
|
|
18293
18293
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/masonry/masonry.tsx",
|
|
18294
18294
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/masonry/masonry.module.css"
|
|
@@ -18299,7 +18299,7 @@
|
|
|
18299
18299
|
},
|
|
18300
18300
|
"dependencies": ["@cascivo/core"],
|
|
18301
18301
|
"peerVersions": {
|
|
18302
|
-
"@cascivo/core": ">=0.
|
|
18302
|
+
"@cascivo/core": ">=0.3.0"
|
|
18303
18303
|
},
|
|
18304
18304
|
"tags": ["layout", "masonry", "gallery"],
|
|
18305
18305
|
"meta": {
|
|
@@ -18372,7 +18372,7 @@
|
|
|
18372
18372
|
"type": "layout",
|
|
18373
18373
|
"description": "Page-level header with title, description, breadcrumb, and actions slots.",
|
|
18374
18374
|
"category": "layout",
|
|
18375
|
-
"version": "0.
|
|
18375
|
+
"version": "0.5.0",
|
|
18376
18376
|
"files": [
|
|
18377
18377
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/page-header/page-header.tsx",
|
|
18378
18378
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/page-header/page-header.module.css"
|
|
@@ -18383,7 +18383,7 @@
|
|
|
18383
18383
|
},
|
|
18384
18384
|
"dependencies": ["@cascivo/core"],
|
|
18385
18385
|
"peerVersions": {
|
|
18386
|
-
"@cascivo/core": ">=0.
|
|
18386
|
+
"@cascivo/core": ">=0.3.0"
|
|
18387
18387
|
},
|
|
18388
18388
|
"tags": ["layout", "header", "page"],
|
|
18389
18389
|
"meta": {
|
|
@@ -18480,7 +18480,7 @@
|
|
|
18480
18480
|
"type": "layout",
|
|
18481
18481
|
"description": "Page-section shell with block padding, centered inner width, and stack gap.",
|
|
18482
18482
|
"category": "layout",
|
|
18483
|
-
"version": "0.
|
|
18483
|
+
"version": "0.5.0",
|
|
18484
18484
|
"files": [
|
|
18485
18485
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/section/section.tsx",
|
|
18486
18486
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/section/section.module.css"
|
|
@@ -18491,7 +18491,7 @@
|
|
|
18491
18491
|
},
|
|
18492
18492
|
"dependencies": ["@cascivo/core"],
|
|
18493
18493
|
"peerVersions": {
|
|
18494
|
-
"@cascivo/core": ">=0.
|
|
18494
|
+
"@cascivo/core": ">=0.3.0"
|
|
18495
18495
|
},
|
|
18496
18496
|
"tags": ["layout", "section", "page"],
|
|
18497
18497
|
"meta": {
|
|
@@ -18564,7 +18564,7 @@
|
|
|
18564
18564
|
"type": "layout",
|
|
18565
18565
|
"description": "Two-column settings page layout with a fixed-width menu and fluid content area.",
|
|
18566
18566
|
"category": "layout",
|
|
18567
|
-
"version": "0.
|
|
18567
|
+
"version": "0.5.0",
|
|
18568
18568
|
"files": [
|
|
18569
18569
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/settings-layout/settings-layout.tsx",
|
|
18570
18570
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/settings-layout/settings-layout.module.css"
|
|
@@ -18575,7 +18575,7 @@
|
|
|
18575
18575
|
},
|
|
18576
18576
|
"dependencies": ["@cascivo/core"],
|
|
18577
18577
|
"peerVersions": {
|
|
18578
|
-
"@cascivo/core": ">=0.
|
|
18578
|
+
"@cascivo/core": ">=0.3.0"
|
|
18579
18579
|
},
|
|
18580
18580
|
"tags": ["layout", "settings", "page"],
|
|
18581
18581
|
"meta": {
|
|
@@ -18646,7 +18646,7 @@
|
|
|
18646
18646
|
"type": "layout",
|
|
18647
18647
|
"description": "Fixed-height spacing block using design token steps.",
|
|
18648
18648
|
"category": "layout",
|
|
18649
|
-
"version": "0.
|
|
18649
|
+
"version": "0.5.0",
|
|
18650
18650
|
"files": [
|
|
18651
18651
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/spacer/spacer.tsx",
|
|
18652
18652
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/spacer/spacer.module.css"
|
|
@@ -18657,7 +18657,7 @@
|
|
|
18657
18657
|
},
|
|
18658
18658
|
"dependencies": ["@cascivo/core"],
|
|
18659
18659
|
"peerVersions": {
|
|
18660
|
-
"@cascivo/core": ">=0.
|
|
18660
|
+
"@cascivo/core": ">=0.3.0"
|
|
18661
18661
|
},
|
|
18662
18662
|
"tags": ["layout", "spacer", "spacing"],
|
|
18663
18663
|
"meta": {
|
|
@@ -18717,7 +18717,7 @@
|
|
|
18717
18717
|
"type": "layout",
|
|
18718
18718
|
"description": "Resizable two-pane split layout with keyboard and pointer drag support.",
|
|
18719
18719
|
"category": "layout",
|
|
18720
|
-
"version": "0.
|
|
18720
|
+
"version": "0.5.0",
|
|
18721
18721
|
"files": [
|
|
18722
18722
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/split-view/split-view.tsx",
|
|
18723
18723
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/split-view/split-view.module.css"
|
|
@@ -18728,7 +18728,7 @@
|
|
|
18728
18728
|
},
|
|
18729
18729
|
"dependencies": ["@cascivo/core"],
|
|
18730
18730
|
"peerVersions": {
|
|
18731
|
-
"@cascivo/core": ">=0.
|
|
18731
|
+
"@cascivo/core": ">=0.3.0"
|
|
18732
18732
|
},
|
|
18733
18733
|
"tags": ["layout", "split", "resizable", "pane"],
|
|
18734
18734
|
"meta": {
|
|
@@ -18818,7 +18818,7 @@
|
|
|
18818
18818
|
"type": "layout",
|
|
18819
18819
|
"description": "Flex layout primitive for vertical or horizontal stacking with gap control.",
|
|
18820
18820
|
"category": "layout",
|
|
18821
|
-
"version": "0.
|
|
18821
|
+
"version": "0.5.0",
|
|
18822
18822
|
"files": [
|
|
18823
18823
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/stack/stack.tsx",
|
|
18824
18824
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/stack/stack.module.css"
|
|
@@ -18829,7 +18829,7 @@
|
|
|
18829
18829
|
},
|
|
18830
18830
|
"dependencies": ["@cascivo/core"],
|
|
18831
18831
|
"peerVersions": {
|
|
18832
|
-
"@cascivo/core": ">=0.
|
|
18832
|
+
"@cascivo/core": ">=0.3.0"
|
|
18833
18833
|
},
|
|
18834
18834
|
"tags": ["layout", "flex", "stack", "spacing"],
|
|
18835
18835
|
"meta": {
|
|
@@ -18935,7 +18935,7 @@
|
|
|
18935
18935
|
"type": "block",
|
|
18936
18936
|
"description": "Carbon-parity console shell: ShellHeader + icon-rail SideNav + HeaderPanel notifications/switcher + collapsible aside + main content.",
|
|
18937
18937
|
"category": "display",
|
|
18938
|
-
"version": "0.
|
|
18938
|
+
"version": "0.5.0",
|
|
18939
18939
|
"files": [
|
|
18940
18940
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/console-app/console-app.tsx",
|
|
18941
18941
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/console-app/console-app.module.css"
|
|
@@ -18946,8 +18946,8 @@
|
|
|
18946
18946
|
},
|
|
18947
18947
|
"dependencies": ["@cascivo/react", "@cascivo/icons"],
|
|
18948
18948
|
"peerVersions": {
|
|
18949
|
-
"@cascivo/react": ">=0.
|
|
18950
|
-
"@cascivo/icons": ">=0.2.
|
|
18949
|
+
"@cascivo/react": ">=0.5.0",
|
|
18950
|
+
"@cascivo/icons": ">=0.2.7"
|
|
18951
18951
|
},
|
|
18952
18952
|
"tags": ["block", "console", "shell", "navigation", "carbon-parity"],
|
|
18953
18953
|
"meta": {
|
|
@@ -19016,7 +19016,7 @@
|
|
|
19016
19016
|
"type": "block",
|
|
19017
19017
|
"description": "Dashboard layout with KPI tiles, line chart, bar chart, and pie chart.",
|
|
19018
19018
|
"category": "display",
|
|
19019
|
-
"version": "0.
|
|
19019
|
+
"version": "0.5.0",
|
|
19020
19020
|
"files": [
|
|
19021
19021
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/dashboard-charts/dashboard-charts.tsx"
|
|
19022
19022
|
],
|
|
@@ -19025,8 +19025,8 @@
|
|
|
19025
19025
|
},
|
|
19026
19026
|
"dependencies": ["@cascivo/charts", "@cascivo/react"],
|
|
19027
19027
|
"peerVersions": {
|
|
19028
|
-
"@cascivo/charts": ">=0.3.
|
|
19029
|
-
"@cascivo/react": ">=0.
|
|
19028
|
+
"@cascivo/charts": ">=0.3.9",
|
|
19029
|
+
"@cascivo/react": ">=0.5.0"
|
|
19030
19030
|
},
|
|
19031
19031
|
"tags": ["block", "dashboard", "charts", "kpi"],
|
|
19032
19032
|
"meta": {
|
|
@@ -19093,7 +19093,7 @@
|
|
|
19093
19093
|
"type": "block",
|
|
19094
19094
|
"description": "Dashboard page showing an empty state with a call-to-action button.",
|
|
19095
19095
|
"category": "display",
|
|
19096
|
-
"version": "0.
|
|
19096
|
+
"version": "0.5.0",
|
|
19097
19097
|
"files": [
|
|
19098
19098
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/empty-dashboard/empty-dashboard.tsx"
|
|
19099
19099
|
],
|
|
@@ -19102,7 +19102,7 @@
|
|
|
19102
19102
|
},
|
|
19103
19103
|
"dependencies": ["@cascivo/react"],
|
|
19104
19104
|
"peerVersions": {
|
|
19105
|
-
"@cascivo/react": ">=0.
|
|
19105
|
+
"@cascivo/react": ">=0.5.0"
|
|
19106
19106
|
},
|
|
19107
19107
|
"tags": ["block", "dashboard", "empty-state", "page"],
|
|
19108
19108
|
"meta": {
|
|
@@ -19164,7 +19164,7 @@
|
|
|
19164
19164
|
"type": "block",
|
|
19165
19165
|
"description": "Authentication login page with email and password form.",
|
|
19166
19166
|
"category": "display",
|
|
19167
|
-
"version": "0.
|
|
19167
|
+
"version": "0.5.0",
|
|
19168
19168
|
"files": [
|
|
19169
19169
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/login-page/login-page.tsx"
|
|
19170
19170
|
],
|
|
@@ -19173,7 +19173,7 @@
|
|
|
19173
19173
|
},
|
|
19174
19174
|
"dependencies": ["@cascivo/react"],
|
|
19175
19175
|
"peerVersions": {
|
|
19176
|
-
"@cascivo/react": ">=0.
|
|
19176
|
+
"@cascivo/react": ">=0.5.0"
|
|
19177
19177
|
},
|
|
19178
19178
|
"tags": ["block", "login", "auth", "form", "page"],
|
|
19179
19179
|
"meta": {
|
|
@@ -19235,7 +19235,7 @@
|
|
|
19235
19235
|
"type": "block",
|
|
19236
19236
|
"description": "A list of notification alerts with a mark-all-read action.",
|
|
19237
19237
|
"category": "display",
|
|
19238
|
-
"version": "0.
|
|
19238
|
+
"version": "0.5.0",
|
|
19239
19239
|
"files": [
|
|
19240
19240
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/notification-center/notification-center.tsx"
|
|
19241
19241
|
],
|
|
@@ -19244,7 +19244,7 @@
|
|
|
19244
19244
|
},
|
|
19245
19245
|
"dependencies": ["@cascivo/react"],
|
|
19246
19246
|
"peerVersions": {
|
|
19247
|
-
"@cascivo/react": ">=0.
|
|
19247
|
+
"@cascivo/react": ">=0.5.0"
|
|
19248
19248
|
},
|
|
19249
19249
|
"tags": ["block", "notifications", "alerts"],
|
|
19250
19250
|
"meta": {
|
|
@@ -19312,7 +19312,7 @@
|
|
|
19312
19312
|
"type": "block",
|
|
19313
19313
|
"description": "A centered content page with a breadcrumb navigation and page header.",
|
|
19314
19314
|
"category": "display",
|
|
19315
|
-
"version": "0.
|
|
19315
|
+
"version": "0.5.0",
|
|
19316
19316
|
"files": [
|
|
19317
19317
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/page-with-breadcrumb/page-with-breadcrumb.tsx"
|
|
19318
19318
|
],
|
|
@@ -19321,7 +19321,7 @@
|
|
|
19321
19321
|
},
|
|
19322
19322
|
"dependencies": ["@cascivo/react"],
|
|
19323
19323
|
"peerVersions": {
|
|
19324
|
-
"@cascivo/react": ">=0.
|
|
19324
|
+
"@cascivo/react": ">=0.5.0"
|
|
19325
19325
|
},
|
|
19326
19326
|
"tags": ["block", "breadcrumb", "page", "navigation"],
|
|
19327
19327
|
"meta": {
|
|
@@ -19376,7 +19376,7 @@
|
|
|
19376
19376
|
"type": "block",
|
|
19377
19377
|
"description": "Settings page with profile form inside a two-column settings layout.",
|
|
19378
19378
|
"category": "display",
|
|
19379
|
-
"version": "0.
|
|
19379
|
+
"version": "0.5.0",
|
|
19380
19380
|
"files": [
|
|
19381
19381
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/settings-form-page/settings-form-page.tsx"
|
|
19382
19382
|
],
|
|
@@ -19385,7 +19385,7 @@
|
|
|
19385
19385
|
},
|
|
19386
19386
|
"dependencies": ["@cascivo/react"],
|
|
19387
19387
|
"peerVersions": {
|
|
19388
|
-
"@cascivo/react": ">=0.
|
|
19388
|
+
"@cascivo/react": ">=0.5.0"
|
|
19389
19389
|
},
|
|
19390
19390
|
"tags": ["block", "settings", "form", "page"],
|
|
19391
19391
|
"meta": {
|
|
@@ -19447,7 +19447,7 @@
|
|
|
19447
19447
|
"type": "block",
|
|
19448
19448
|
"description": "Full app shell with collapsible side navigation and top header.",
|
|
19449
19449
|
"category": "display",
|
|
19450
|
-
"version": "0.
|
|
19450
|
+
"version": "0.5.0",
|
|
19451
19451
|
"files": [
|
|
19452
19452
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/sidebar-app/sidebar-app.tsx"
|
|
19453
19453
|
],
|
|
@@ -19456,7 +19456,7 @@
|
|
|
19456
19456
|
},
|
|
19457
19457
|
"dependencies": ["@cascivo/react"],
|
|
19458
19458
|
"peerVersions": {
|
|
19459
|
-
"@cascivo/react": ">=0.
|
|
19459
|
+
"@cascivo/react": ">=0.5.0"
|
|
19460
19460
|
},
|
|
19461
19461
|
"tags": ["block", "sidebar", "navigation", "app-shell"],
|
|
19462
19462
|
"meta": {
|
|
@@ -19516,7 +19516,7 @@
|
|
|
19516
19516
|
"type": "block",
|
|
19517
19517
|
"description": "Grid of KPI stat cards with trend badges.",
|
|
19518
19518
|
"category": "display",
|
|
19519
|
-
"version": "0.
|
|
19519
|
+
"version": "0.5.0",
|
|
19520
19520
|
"files": [
|
|
19521
19521
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/stats-cards/stats-cards.tsx"
|
|
19522
19522
|
],
|
|
@@ -19525,7 +19525,7 @@
|
|
|
19525
19525
|
},
|
|
19526
19526
|
"dependencies": ["@cascivo/react"],
|
|
19527
19527
|
"peerVersions": {
|
|
19528
|
-
"@cascivo/react": ">=0.
|
|
19528
|
+
"@cascivo/react": ">=0.5.0"
|
|
19529
19529
|
},
|
|
19530
19530
|
"tags": ["block", "stats", "kpi", "cards"],
|
|
19531
19531
|
"meta": {
|
|
@@ -19590,7 +19590,7 @@
|
|
|
19590
19590
|
"type": "block",
|
|
19591
19591
|
"description": "Full users management page with table, search, and invite action.",
|
|
19592
19592
|
"category": "display",
|
|
19593
|
-
"version": "0.
|
|
19593
|
+
"version": "0.5.0",
|
|
19594
19594
|
"files": [
|
|
19595
19595
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/users-table-page/users-table-page.tsx"
|
|
19596
19596
|
],
|
|
@@ -19599,7 +19599,7 @@
|
|
|
19599
19599
|
},
|
|
19600
19600
|
"dependencies": ["@cascivo/react"],
|
|
19601
19601
|
"peerVersions": {
|
|
19602
|
-
"@cascivo/react": ">=0.
|
|
19602
|
+
"@cascivo/react": ">=0.5.0"
|
|
19603
19603
|
},
|
|
19604
19604
|
"tags": ["block", "users", "table", "page"],
|
|
19605
19605
|
"meta": {
|
|
@@ -19667,11 +19667,11 @@
|
|
|
19667
19667
|
"type": "chart",
|
|
19668
19668
|
"description": "Area chart with optional stacking, multi-series support, and hover tooltip.",
|
|
19669
19669
|
"category": "chart",
|
|
19670
|
-
"version": "0.
|
|
19670
|
+
"version": "0.5.0",
|
|
19671
19671
|
"files": [],
|
|
19672
19672
|
"dependencies": ["@cascivo/charts"],
|
|
19673
19673
|
"peerVersions": {
|
|
19674
|
-
"@cascivo/charts": ">=0.3.
|
|
19674
|
+
"@cascivo/charts": ">=0.3.9"
|
|
19675
19675
|
},
|
|
19676
19676
|
"tags": ["chart", "area", "data-viz"],
|
|
19677
19677
|
"meta": {
|
|
@@ -19917,11 +19917,11 @@
|
|
|
19917
19917
|
"type": "chart",
|
|
19918
19918
|
"description": "Bar chart with vertical/horizontal orientation, grouped or stacked modes, and multi-series support.",
|
|
19919
19919
|
"category": "chart",
|
|
19920
|
-
"version": "0.
|
|
19920
|
+
"version": "0.5.0",
|
|
19921
19921
|
"files": [],
|
|
19922
19922
|
"dependencies": ["@cascivo/charts"],
|
|
19923
19923
|
"peerVersions": {
|
|
19924
|
-
"@cascivo/charts": ">=0.3.
|
|
19924
|
+
"@cascivo/charts": ">=0.3.9"
|
|
19925
19925
|
},
|
|
19926
19926
|
"tags": ["chart", "bar", "data-viz"],
|
|
19927
19927
|
"meta": {
|
|
@@ -20234,11 +20234,11 @@
|
|
|
20234
20234
|
"type": "chart",
|
|
20235
20235
|
"description": "Box-and-whisker plot with five-number summary and outlier dots per series.",
|
|
20236
20236
|
"category": "chart",
|
|
20237
|
-
"version": "0.
|
|
20237
|
+
"version": "0.5.0",
|
|
20238
20238
|
"files": [],
|
|
20239
20239
|
"dependencies": ["@cascivo/charts"],
|
|
20240
20240
|
"peerVersions": {
|
|
20241
|
-
"@cascivo/charts": ">=0.3.
|
|
20241
|
+
"@cascivo/charts": ">=0.3.9"
|
|
20242
20242
|
},
|
|
20243
20243
|
"tags": ["chart", "boxplot", "box-whisker", "statistics", "data-viz"],
|
|
20244
20244
|
"meta": {
|
|
@@ -20351,11 +20351,11 @@
|
|
|
20351
20351
|
"type": "chart",
|
|
20352
20352
|
"description": "Bubble chart mapping x, y, and size dimensions; radius is area-proportional via sqrt scale.",
|
|
20353
20353
|
"category": "chart",
|
|
20354
|
-
"version": "0.
|
|
20354
|
+
"version": "0.5.0",
|
|
20355
20355
|
"files": [],
|
|
20356
20356
|
"dependencies": ["@cascivo/charts"],
|
|
20357
20357
|
"peerVersions": {
|
|
20358
|
-
"@cascivo/charts": ">=0.3.
|
|
20358
|
+
"@cascivo/charts": ">=0.3.9"
|
|
20359
20359
|
},
|
|
20360
20360
|
"tags": ["chart", "bubble", "scatter", "three-dimensional", "data-viz"],
|
|
20361
20361
|
"meta": {
|
|
@@ -20480,11 +20480,11 @@
|
|
|
20480
20480
|
"type": "chart",
|
|
20481
20481
|
"description": "Bullet chart with background range bands, measure bar, and target tick.",
|
|
20482
20482
|
"category": "chart",
|
|
20483
|
-
"version": "0.
|
|
20483
|
+
"version": "0.5.0",
|
|
20484
20484
|
"files": [],
|
|
20485
20485
|
"dependencies": ["@cascivo/charts"],
|
|
20486
20486
|
"peerVersions": {
|
|
20487
|
-
"@cascivo/charts": ">=0.3.
|
|
20487
|
+
"@cascivo/charts": ">=0.3.9"
|
|
20488
20488
|
},
|
|
20489
20489
|
"tags": ["chart", "bullet", "kpi", "progress", "data-viz"],
|
|
20490
20490
|
"meta": {
|
|
@@ -20606,11 +20606,11 @@
|
|
|
20606
20606
|
"type": "chart",
|
|
20607
20607
|
"description": "Calendar heatmap — a week-column grid of day cells colored by value (GitHub-style).",
|
|
20608
20608
|
"category": "chart",
|
|
20609
|
-
"version": "0.
|
|
20609
|
+
"version": "0.5.0",
|
|
20610
20610
|
"files": [],
|
|
20611
20611
|
"dependencies": ["@cascivo/charts"],
|
|
20612
20612
|
"peerVersions": {
|
|
20613
|
-
"@cascivo/charts": ">=0.3.
|
|
20613
|
+
"@cascivo/charts": ">=0.3.9"
|
|
20614
20614
|
},
|
|
20615
20615
|
"tags": ["chart", "calendar", "heatmap", "time", "data-viz"],
|
|
20616
20616
|
"meta": {
|
|
@@ -20737,11 +20737,11 @@
|
|
|
20737
20737
|
"type": "chart",
|
|
20738
20738
|
"description": "OHLC financial chart — each period a high–low wick and an open↔close body, coloured up/down.",
|
|
20739
20739
|
"category": "chart",
|
|
20740
|
-
"version": "0.
|
|
20740
|
+
"version": "0.5.0",
|
|
20741
20741
|
"files": [],
|
|
20742
20742
|
"dependencies": ["@cascivo/charts"],
|
|
20743
20743
|
"peerVersions": {
|
|
20744
|
-
"@cascivo/charts": ">=0.3.
|
|
20744
|
+
"@cascivo/charts": ">=0.3.9"
|
|
20745
20745
|
},
|
|
20746
20746
|
"tags": ["chart", "candlestick", "ohlc", "financial", "data-viz"],
|
|
20747
20747
|
"meta": {
|
|
@@ -20918,11 +20918,11 @@
|
|
|
20918
20918
|
"type": "chart",
|
|
20919
20919
|
"description": "Combination bar + line chart on shared or dual y-axes.",
|
|
20920
20920
|
"category": "chart",
|
|
20921
|
-
"version": "0.
|
|
20921
|
+
"version": "0.5.0",
|
|
20922
20922
|
"files": [],
|
|
20923
20923
|
"dependencies": ["@cascivo/charts"],
|
|
20924
20924
|
"peerVersions": {
|
|
20925
|
-
"@cascivo/charts": ">=0.3.
|
|
20925
|
+
"@cascivo/charts": ">=0.3.9"
|
|
20926
20926
|
},
|
|
20927
20927
|
"tags": ["chart", "combo", "bar", "line", "dual-axis", "data-viz"],
|
|
20928
20928
|
"meta": {
|
|
@@ -21055,11 +21055,11 @@
|
|
|
21055
21055
|
"type": "chart",
|
|
21056
21056
|
"description": "Vertical conversion funnel — each stage is a trapezoid narrowing toward the next, with optional conversion labels.",
|
|
21057
21057
|
"category": "chart",
|
|
21058
|
-
"version": "0.
|
|
21058
|
+
"version": "0.5.0",
|
|
21059
21059
|
"files": [],
|
|
21060
21060
|
"dependencies": ["@cascivo/charts"],
|
|
21061
21061
|
"peerVersions": {
|
|
21062
|
-
"@cascivo/charts": ">=0.3.
|
|
21062
|
+
"@cascivo/charts": ">=0.3.9"
|
|
21063
21063
|
},
|
|
21064
21064
|
"tags": ["chart", "funnel", "conversion", "flow", "data-viz"],
|
|
21065
21065
|
"meta": {
|
|
@@ -21184,11 +21184,11 @@
|
|
|
21184
21184
|
"type": "chart",
|
|
21185
21185
|
"description": "A speedometer gauge — a value arc over a min–max sweep with threshold zones, ticks, and a needle.",
|
|
21186
21186
|
"category": "chart",
|
|
21187
|
-
"version": "0.
|
|
21187
|
+
"version": "0.5.0",
|
|
21188
21188
|
"files": [],
|
|
21189
21189
|
"dependencies": ["@cascivo/charts"],
|
|
21190
21190
|
"peerVersions": {
|
|
21191
|
-
"@cascivo/charts": ">=0.3.
|
|
21191
|
+
"@cascivo/charts": ">=0.3.9"
|
|
21192
21192
|
},
|
|
21193
21193
|
"tags": ["chart", "gauge", "speedometer", "kpi", "data-viz"],
|
|
21194
21194
|
"meta": {
|
|
@@ -21332,11 +21332,11 @@
|
|
|
21332
21332
|
"type": "chart",
|
|
21333
21333
|
"description": "Two-dimensional heatmap with band scales and color-mix cell interpolation.",
|
|
21334
21334
|
"category": "chart",
|
|
21335
|
-
"version": "0.
|
|
21335
|
+
"version": "0.5.0",
|
|
21336
21336
|
"files": [],
|
|
21337
21337
|
"dependencies": ["@cascivo/charts"],
|
|
21338
21338
|
"peerVersions": {
|
|
21339
|
-
"@cascivo/charts": ">=0.3.
|
|
21339
|
+
"@cascivo/charts": ">=0.3.9"
|
|
21340
21340
|
},
|
|
21341
21341
|
"tags": ["chart", "heatmap", "matrix", "data-viz"],
|
|
21342
21342
|
"meta": {
|
|
@@ -21447,11 +21447,11 @@
|
|
|
21447
21447
|
"type": "chart",
|
|
21448
21448
|
"description": "Frequency histogram using Freedman–Diaconis binning with hover tooltips.",
|
|
21449
21449
|
"category": "chart",
|
|
21450
|
-
"version": "0.
|
|
21450
|
+
"version": "0.5.0",
|
|
21451
21451
|
"files": [],
|
|
21452
21452
|
"dependencies": ["@cascivo/charts"],
|
|
21453
21453
|
"peerVersions": {
|
|
21454
|
-
"@cascivo/charts": ">=0.3.
|
|
21454
|
+
"@cascivo/charts": ">=0.3.9"
|
|
21455
21455
|
},
|
|
21456
21456
|
"tags": ["chart", "histogram", "distribution", "frequency", "data-viz"],
|
|
21457
21457
|
"meta": {
|
|
@@ -21567,11 +21567,11 @@
|
|
|
21567
21567
|
"type": "chart",
|
|
21568
21568
|
"description": "KPI card showing a primary metric with optional delta indicator, icon, and sparkline.",
|
|
21569
21569
|
"category": "chart",
|
|
21570
|
-
"version": "0.
|
|
21570
|
+
"version": "0.5.0",
|
|
21571
21571
|
"files": [],
|
|
21572
21572
|
"dependencies": ["@cascivo/charts"],
|
|
21573
21573
|
"peerVersions": {
|
|
21574
|
-
"@cascivo/charts": ">=0.3.
|
|
21574
|
+
"@cascivo/charts": ">=0.3.9"
|
|
21575
21575
|
},
|
|
21576
21576
|
"tags": ["chart", "kpi", "metric", "dashboard", "data-viz"],
|
|
21577
21577
|
"meta": {
|
|
@@ -21673,11 +21673,11 @@
|
|
|
21673
21673
|
"type": "chart",
|
|
21674
21674
|
"description": "Time-series or numeric line chart with multi-series support, hover tooltip, and legend.",
|
|
21675
21675
|
"category": "chart",
|
|
21676
|
-
"version": "0.
|
|
21676
|
+
"version": "0.5.0",
|
|
21677
21677
|
"files": [],
|
|
21678
21678
|
"dependencies": ["@cascivo/charts"],
|
|
21679
21679
|
"peerVersions": {
|
|
21680
|
-
"@cascivo/charts": ">=0.3.
|
|
21680
|
+
"@cascivo/charts": ">=0.3.9"
|
|
21681
21681
|
},
|
|
21682
21682
|
"tags": ["chart", "line", "time-series", "data-viz"],
|
|
21683
21683
|
"meta": {
|
|
@@ -21939,11 +21939,11 @@
|
|
|
21939
21939
|
"type": "chart",
|
|
21940
21940
|
"description": "Progress meter in bar or gauge variant with threshold coloring.",
|
|
21941
21941
|
"category": "chart",
|
|
21942
|
-
"version": "0.
|
|
21942
|
+
"version": "0.5.0",
|
|
21943
21943
|
"files": [],
|
|
21944
21944
|
"dependencies": ["@cascivo/charts"],
|
|
21945
21945
|
"peerVersions": {
|
|
21946
|
-
"@cascivo/charts": ">=0.3.
|
|
21946
|
+
"@cascivo/charts": ">=0.3.9"
|
|
21947
21947
|
},
|
|
21948
21948
|
"tags": ["chart", "meter", "gauge", "progress", "data-viz"],
|
|
21949
21949
|
"meta": {
|
|
@@ -22054,11 +22054,11 @@
|
|
|
22054
22054
|
"type": "chart",
|
|
22055
22055
|
"description": "Pie or donut chart with hover segments and optional legend.",
|
|
22056
22056
|
"category": "chart",
|
|
22057
|
-
"version": "0.
|
|
22057
|
+
"version": "0.5.0",
|
|
22058
22058
|
"files": [],
|
|
22059
22059
|
"dependencies": ["@cascivo/charts"],
|
|
22060
22060
|
"peerVersions": {
|
|
22061
|
-
"@cascivo/charts": ">=0.3.
|
|
22061
|
+
"@cascivo/charts": ">=0.3.9"
|
|
22062
22062
|
},
|
|
22063
22063
|
"tags": ["chart", "pie", "donut", "data-viz"],
|
|
22064
22064
|
"meta": {
|
|
@@ -22310,11 +22310,11 @@
|
|
|
22310
22310
|
"type": "chart",
|
|
22311
22311
|
"description": "A polar coordinate plot — categories around the circle, value as radius. Bars (a rose), or a polar line/area.",
|
|
22312
22312
|
"category": "chart",
|
|
22313
|
-
"version": "0.
|
|
22313
|
+
"version": "0.5.0",
|
|
22314
22314
|
"files": [],
|
|
22315
22315
|
"dependencies": ["@cascivo/charts"],
|
|
22316
22316
|
"peerVersions": {
|
|
22317
|
-
"@cascivo/charts": ">=0.3.
|
|
22317
|
+
"@cascivo/charts": ">=0.3.9"
|
|
22318
22318
|
},
|
|
22319
22319
|
"tags": ["chart", "polar", "rose", "radial", "data-viz"],
|
|
22320
22320
|
"meta": {
|
|
@@ -22458,11 +22458,11 @@
|
|
|
22458
22458
|
"type": "chart",
|
|
22459
22459
|
"description": "Radar / spider chart with polar grid rings, spokes, and multi-series polygon overlays.",
|
|
22460
22460
|
"category": "chart",
|
|
22461
|
-
"version": "0.
|
|
22461
|
+
"version": "0.5.0",
|
|
22462
22462
|
"files": [],
|
|
22463
22463
|
"dependencies": ["@cascivo/charts"],
|
|
22464
22464
|
"peerVersions": {
|
|
22465
|
-
"@cascivo/charts": ">=0.3.
|
|
22465
|
+
"@cascivo/charts": ">=0.3.9"
|
|
22466
22466
|
},
|
|
22467
22467
|
"tags": ["chart", "radar", "spider", "polar", "data-viz"],
|
|
22468
22468
|
"meta": {
|
|
@@ -22582,11 +22582,11 @@
|
|
|
22582
22582
|
"type": "chart",
|
|
22583
22583
|
"description": "Concentric radial bars (a circular gauge family) — each datum is a ring whose sweep is proportional to its value.",
|
|
22584
22584
|
"category": "chart",
|
|
22585
|
-
"version": "0.
|
|
22585
|
+
"version": "0.5.0",
|
|
22586
22586
|
"files": [],
|
|
22587
22587
|
"dependencies": ["@cascivo/charts"],
|
|
22588
22588
|
"peerVersions": {
|
|
22589
|
-
"@cascivo/charts": ">=0.3.
|
|
22589
|
+
"@cascivo/charts": ">=0.3.9"
|
|
22590
22590
|
},
|
|
22591
22591
|
"tags": ["chart", "radial", "gauge", "progress", "data-viz"],
|
|
22592
22592
|
"meta": {
|
|
@@ -22753,11 +22753,11 @@
|
|
|
22753
22753
|
"type": "chart",
|
|
22754
22754
|
"description": "Flow diagram — ranked nodes connected by throughput-sized link ribbons.",
|
|
22755
22755
|
"category": "chart",
|
|
22756
|
-
"version": "0.
|
|
22756
|
+
"version": "0.5.0",
|
|
22757
22757
|
"files": [],
|
|
22758
22758
|
"dependencies": ["@cascivo/charts"],
|
|
22759
22759
|
"peerVersions": {
|
|
22760
|
-
"@cascivo/charts": ">=0.3.
|
|
22760
|
+
"@cascivo/charts": ">=0.3.9"
|
|
22761
22761
|
},
|
|
22762
22762
|
"tags": ["chart", "sankey", "flow", "network", "data-viz"],
|
|
22763
22763
|
"meta": {
|
|
@@ -22881,11 +22881,11 @@
|
|
|
22881
22881
|
"type": "chart",
|
|
22882
22882
|
"description": "Scatter plot with variable point radius, multi-series, and hover tooltip.",
|
|
22883
22883
|
"category": "chart",
|
|
22884
|
-
"version": "0.
|
|
22884
|
+
"version": "0.5.0",
|
|
22885
22885
|
"files": [],
|
|
22886
22886
|
"dependencies": ["@cascivo/charts"],
|
|
22887
22887
|
"peerVersions": {
|
|
22888
|
-
"@cascivo/charts": ">=0.3.
|
|
22888
|
+
"@cascivo/charts": ">=0.3.9"
|
|
22889
22889
|
},
|
|
22890
22890
|
"tags": ["chart", "scatter", "plot", "data-viz"],
|
|
22891
22891
|
"meta": {
|
|
@@ -23073,11 +23073,11 @@
|
|
|
23073
23073
|
"type": "chart",
|
|
23074
23074
|
"description": "Compact inline sparkline for embedding trend data in dashboards or KPI cards.",
|
|
23075
23075
|
"category": "chart",
|
|
23076
|
-
"version": "0.
|
|
23076
|
+
"version": "0.5.0",
|
|
23077
23077
|
"files": [],
|
|
23078
23078
|
"dependencies": ["@cascivo/charts"],
|
|
23079
23079
|
"peerVersions": {
|
|
23080
|
-
"@cascivo/charts": ">=0.3.
|
|
23080
|
+
"@cascivo/charts": ">=0.3.9"
|
|
23081
23081
|
},
|
|
23082
23082
|
"tags": ["chart", "sparkline", "inline", "trend", "data-viz"],
|
|
23083
23083
|
"meta": {
|
|
@@ -23175,11 +23175,11 @@
|
|
|
23175
23175
|
"type": "chart",
|
|
23176
23176
|
"description": "Streamgraph — stacked areas on a centered (silhouette) flowing baseline.",
|
|
23177
23177
|
"category": "chart",
|
|
23178
|
-
"version": "0.
|
|
23178
|
+
"version": "0.5.0",
|
|
23179
23179
|
"files": [],
|
|
23180
23180
|
"dependencies": ["@cascivo/charts"],
|
|
23181
23181
|
"peerVersions": {
|
|
23182
|
-
"@cascivo/charts": ">=0.3.
|
|
23182
|
+
"@cascivo/charts": ">=0.3.9"
|
|
23183
23183
|
},
|
|
23184
23184
|
"tags": ["chart", "stream", "streamgraph", "area", "data-viz"],
|
|
23185
23185
|
"meta": {
|
|
@@ -23323,11 +23323,11 @@
|
|
|
23323
23323
|
"type": "chart",
|
|
23324
23324
|
"description": "Radial hierarchy — concentric rings where each node is an annular segment sized by value.",
|
|
23325
23325
|
"category": "chart",
|
|
23326
|
-
"version": "0.
|
|
23326
|
+
"version": "0.5.0",
|
|
23327
23327
|
"files": [],
|
|
23328
23328
|
"dependencies": ["@cascivo/charts"],
|
|
23329
23329
|
"peerVersions": {
|
|
23330
|
-
"@cascivo/charts": ">=0.3.
|
|
23330
|
+
"@cascivo/charts": ">=0.3.9"
|
|
23331
23331
|
},
|
|
23332
23332
|
"tags": ["chart", "sunburst", "hierarchy", "radial", "data-viz"],
|
|
23333
23333
|
"meta": {
|
|
@@ -23451,11 +23451,11 @@
|
|
|
23451
23451
|
"type": "chart",
|
|
23452
23452
|
"description": "Squarified treemap for visualizing part-to-whole hierarchical data.",
|
|
23453
23453
|
"category": "chart",
|
|
23454
|
-
"version": "0.
|
|
23454
|
+
"version": "0.5.0",
|
|
23455
23455
|
"files": [],
|
|
23456
23456
|
"dependencies": ["@cascivo/charts"],
|
|
23457
23457
|
"peerVersions": {
|
|
23458
|
-
"@cascivo/charts": ">=0.3.
|
|
23458
|
+
"@cascivo/charts": ">=0.3.9"
|
|
23459
23459
|
},
|
|
23460
23460
|
"tags": ["chart", "treemap", "hierarchy", "part-to-whole", "data-viz"],
|
|
23461
23461
|
"meta": {
|
|
@@ -23568,12 +23568,12 @@
|
|
|
23568
23568
|
"type": "editor",
|
|
23569
23569
|
"description": "Lightweight code editor — a native textarea overlaid on a syntax-highlighted layer, with line numbers and Tab indent.",
|
|
23570
23570
|
"category": "inputs",
|
|
23571
|
-
"version": "0.
|
|
23571
|
+
"version": "0.5.0",
|
|
23572
23572
|
"files": [],
|
|
23573
23573
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
23574
23574
|
"peerVersions": {
|
|
23575
|
-
"@cascivo/core": ">=0.
|
|
23576
|
-
"@cascivo/i18n": ">=0.2.
|
|
23575
|
+
"@cascivo/core": ">=0.3.0",
|
|
23576
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
23577
23577
|
},
|
|
23578
23578
|
"tags": ["editor", "code", "syntax-highlighting", "textarea", "inputs"],
|
|
23579
23579
|
"meta": {
|
|
@@ -23819,12 +23819,12 @@
|
|
|
23819
23819
|
"type": "editor",
|
|
23820
23820
|
"description": "Read-only syntax-highlighted code block — the same owned tokenizer as CodeEditor, without the textarea.",
|
|
23821
23821
|
"category": "display",
|
|
23822
|
-
"version": "0.
|
|
23822
|
+
"version": "0.5.0",
|
|
23823
23823
|
"files": [],
|
|
23824
23824
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
23825
23825
|
"peerVersions": {
|
|
23826
|
-
"@cascivo/core": ">=0.
|
|
23827
|
-
"@cascivo/i18n": ">=0.2.
|
|
23826
|
+
"@cascivo/core": ">=0.3.0",
|
|
23827
|
+
"@cascivo/i18n": ">=0.2.4"
|
|
23828
23828
|
},
|
|
23829
23829
|
"tags": ["editor", "code", "syntax-highlighting", "display", "read-only"],
|
|
23830
23830
|
"meta": {
|
|
@@ -23931,7 +23931,7 @@
|
|
|
23931
23931
|
"type": "section",
|
|
23932
23932
|
"description": "Call-to-action band — quiet hairline-bordered section with title, description, and centered actions. Replace demo content before shipping.",
|
|
23933
23933
|
"category": "layout",
|
|
23934
|
-
"version": "0.
|
|
23934
|
+
"version": "0.5.0",
|
|
23935
23935
|
"files": [
|
|
23936
23936
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/cta/cta.tsx",
|
|
23937
23937
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/cta/cta.module.css"
|
|
@@ -23942,7 +23942,7 @@
|
|
|
23942
23942
|
},
|
|
23943
23943
|
"dependencies": ["@cascivo/core"],
|
|
23944
23944
|
"peerVersions": {
|
|
23945
|
-
"@cascivo/core": ">=0.
|
|
23945
|
+
"@cascivo/core": ">=0.3.0"
|
|
23946
23946
|
},
|
|
23947
23947
|
"tags": ["section", "cta", "marketing"],
|
|
23948
23948
|
"meta": {
|
|
@@ -24036,7 +24036,7 @@
|
|
|
24036
24036
|
"type": "section",
|
|
24037
24037
|
"description": "Feature section — AutoGrid of items with optional title, description, and icon slots. Icons are optional; the grid works text-only. Replace demo content before shipping.",
|
|
24038
24038
|
"category": "layout",
|
|
24039
|
-
"version": "0.
|
|
24039
|
+
"version": "0.5.0",
|
|
24040
24040
|
"files": [
|
|
24041
24041
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/feature-grid/feature-grid.tsx",
|
|
24042
24042
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/feature-grid/feature-grid.module.css"
|
|
@@ -24047,7 +24047,7 @@
|
|
|
24047
24047
|
},
|
|
24048
24048
|
"dependencies": ["@cascivo/core"],
|
|
24049
24049
|
"peerVersions": {
|
|
24050
|
-
"@cascivo/core": ">=0.
|
|
24050
|
+
"@cascivo/core": ">=0.3.0"
|
|
24051
24051
|
},
|
|
24052
24052
|
"tags": ["section", "features", "grid"],
|
|
24053
24053
|
"meta": {
|
|
@@ -24150,7 +24150,7 @@
|
|
|
24150
24150
|
"type": "section",
|
|
24151
24151
|
"description": "Page hero section — centered or split layout with eyebrow, title, description, actions and media slots. Replace demo content before shipping.",
|
|
24152
24152
|
"category": "layout",
|
|
24153
|
-
"version": "0.
|
|
24153
|
+
"version": "0.5.0",
|
|
24154
24154
|
"files": [
|
|
24155
24155
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/hero/hero.tsx",
|
|
24156
24156
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/hero/hero.module.css"
|
|
@@ -24161,7 +24161,7 @@
|
|
|
24161
24161
|
},
|
|
24162
24162
|
"dependencies": ["@cascivo/core"],
|
|
24163
24163
|
"peerVersions": {
|
|
24164
|
-
"@cascivo/core": ">=0.
|
|
24164
|
+
"@cascivo/core": ">=0.3.0"
|
|
24165
24165
|
},
|
|
24166
24166
|
"tags": ["section", "hero", "marketing"],
|
|
24167
24167
|
"meta": {
|
|
@@ -24279,7 +24279,7 @@
|
|
|
24279
24279
|
"type": "section",
|
|
24280
24280
|
"description": "Masonry gallery section — native CSS masonry where supported, multi-column fallback elsewhere (fallback orders tiles top-to-bottom per column). Tiles style themselves; section provides only the layout shell.",
|
|
24281
24281
|
"category": "layout",
|
|
24282
|
-
"version": "0.
|
|
24282
|
+
"version": "0.5.0",
|
|
24283
24283
|
"files": [
|
|
24284
24284
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/media-masonry/media-masonry.tsx",
|
|
24285
24285
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/media-masonry/media-masonry.module.css"
|
|
@@ -24290,7 +24290,7 @@
|
|
|
24290
24290
|
},
|
|
24291
24291
|
"dependencies": ["@cascivo/core"],
|
|
24292
24292
|
"peerVersions": {
|
|
24293
|
-
"@cascivo/core": ">=0.
|
|
24293
|
+
"@cascivo/core": ">=0.3.0"
|
|
24294
24294
|
},
|
|
24295
24295
|
"tags": ["section", "gallery", "masonry"],
|
|
24296
24296
|
"meta": {
|
|
@@ -24391,7 +24391,7 @@
|
|
|
24391
24391
|
"type": "section",
|
|
24392
24392
|
"description": "Site footer — AutoGrid of link groups with a brand/meta bottom row. Renders a <footer> element with a <nav aria-label=\"Footer\"> wrapping the link columns.",
|
|
24393
24393
|
"category": "layout",
|
|
24394
|
-
"version": "0.
|
|
24394
|
+
"version": "0.5.0",
|
|
24395
24395
|
"files": [
|
|
24396
24396
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/page-footer/page-footer.tsx",
|
|
24397
24397
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/page-footer/page-footer.module.css"
|
|
@@ -24402,7 +24402,7 @@
|
|
|
24402
24402
|
},
|
|
24403
24403
|
"dependencies": ["@cascivo/core"],
|
|
24404
24404
|
"peerVersions": {
|
|
24405
|
-
"@cascivo/core": ">=0.
|
|
24405
|
+
"@cascivo/core": ">=0.3.0"
|
|
24406
24406
|
},
|
|
24407
24407
|
"tags": ["section", "footer", "navigation"],
|
|
24408
24408
|
"meta": {
|
|
@@ -24485,7 +24485,7 @@
|
|
|
24485
24485
|
"type": "section",
|
|
24486
24486
|
"description": "KPI strip — horizontal band of stats with optional delta and inline sparkline trend. Wraps via AutoGrid on narrow containers. No visible heading; provide aria-label for accessibility.",
|
|
24487
24487
|
"category": "layout",
|
|
24488
|
-
"version": "0.
|
|
24488
|
+
"version": "0.5.0",
|
|
24489
24489
|
"files": [
|
|
24490
24490
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/stats-band/stats-band.tsx",
|
|
24491
24491
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/stats-band/stats-band.module.css"
|
|
@@ -24496,8 +24496,8 @@
|
|
|
24496
24496
|
},
|
|
24497
24497
|
"dependencies": ["@cascivo/core", "@cascivo/charts"],
|
|
24498
24498
|
"peerVersions": {
|
|
24499
|
-
"@cascivo/core": ">=0.
|
|
24500
|
-
"@cascivo/charts": ">=0.3.
|
|
24499
|
+
"@cascivo/core": ">=0.3.0",
|
|
24500
|
+
"@cascivo/charts": ">=0.3.9"
|
|
24501
24501
|
},
|
|
24502
24502
|
"tags": ["section", "stats", "kpi", "charts"],
|
|
24503
24503
|
"meta": {
|
|
@@ -24580,11 +24580,11 @@
|
|
|
24580
24580
|
"type": "flow",
|
|
24581
24581
|
"description": "The declarative, AI-first flow surface — render a node/edge graph from plain serializable data.",
|
|
24582
24582
|
"category": "display",
|
|
24583
|
-
"version": "0.
|
|
24583
|
+
"version": "0.5.0",
|
|
24584
24584
|
"files": [],
|
|
24585
24585
|
"dependencies": ["@cascivo/core"],
|
|
24586
24586
|
"peerVersions": {
|
|
24587
|
-
"@cascivo/core": ">=0.
|
|
24587
|
+
"@cascivo/core": ">=0.3.0"
|
|
24588
24588
|
},
|
|
24589
24589
|
"tags": ["flow", "graph", "declarative", "diagram", "ai-first"],
|
|
24590
24590
|
"meta": {
|
|
@@ -24765,11 +24765,11 @@
|
|
|
24765
24765
|
"type": "flow",
|
|
24766
24766
|
"description": "Decorative dots / grid / cross canvas background, drawn purely in CSS gradients.",
|
|
24767
24767
|
"category": "display",
|
|
24768
|
-
"version": "0.
|
|
24768
|
+
"version": "0.5.0",
|
|
24769
24769
|
"files": [],
|
|
24770
24770
|
"dependencies": ["@cascivo/core"],
|
|
24771
24771
|
"peerVersions": {
|
|
24772
|
-
"@cascivo/core": ">=0.
|
|
24772
|
+
"@cascivo/core": ">=0.3.0"
|
|
24773
24773
|
},
|
|
24774
24774
|
"tags": ["flow", "background", "grid", "dots", "canvas"],
|
|
24775
24775
|
"meta": {
|
|
@@ -24874,11 +24874,11 @@
|
|
|
24874
24874
|
"type": "flow",
|
|
24875
24875
|
"description": "Zoom in / out / fit-view controls for a flow canvas — real, i18n-labeled buttons.",
|
|
24876
24876
|
"category": "display",
|
|
24877
|
-
"version": "0.
|
|
24877
|
+
"version": "0.5.0",
|
|
24878
24878
|
"files": [],
|
|
24879
24879
|
"dependencies": ["@cascivo/core"],
|
|
24880
24880
|
"peerVersions": {
|
|
24881
|
-
"@cascivo/core": ">=0.
|
|
24881
|
+
"@cascivo/core": ">=0.3.0"
|
|
24882
24882
|
},
|
|
24883
24883
|
"tags": ["flow", "controls", "zoom", "chrome"],
|
|
24884
24884
|
"meta": {
|
|
@@ -24998,11 +24998,11 @@
|
|
|
24998
24998
|
"type": "flow",
|
|
24999
24999
|
"description": "An SVG edge with bezier/straight/smoothstep paths, an arrowhead, an optional label, and animation.",
|
|
25000
25000
|
"category": "display",
|
|
25001
|
-
"version": "0.
|
|
25001
|
+
"version": "0.5.0",
|
|
25002
25002
|
"files": [],
|
|
25003
25003
|
"dependencies": ["@cascivo/core"],
|
|
25004
25004
|
"peerVersions": {
|
|
25005
|
-
"@cascivo/core": ">=0.
|
|
25005
|
+
"@cascivo/core": ">=0.3.0"
|
|
25006
25006
|
},
|
|
25007
25007
|
"tags": ["flow", "edge", "connector", "animated", "svg"],
|
|
25008
25008
|
"meta": {
|
|
@@ -25160,11 +25160,11 @@
|
|
|
25160
25160
|
"type": "flow",
|
|
25161
25161
|
"description": "A connection port on a node edge — where edges attach and interactive connect starts.",
|
|
25162
25162
|
"category": "display",
|
|
25163
|
-
"version": "0.
|
|
25163
|
+
"version": "0.5.0",
|
|
25164
25164
|
"files": [],
|
|
25165
25165
|
"dependencies": ["@cascivo/core"],
|
|
25166
25166
|
"peerVersions": {
|
|
25167
|
-
"@cascivo/core": ">=0.
|
|
25167
|
+
"@cascivo/core": ">=0.3.0"
|
|
25168
25168
|
},
|
|
25169
25169
|
"tags": ["flow", "handle", "port", "connect"],
|
|
25170
25170
|
"meta": {
|
|
@@ -25262,11 +25262,11 @@
|
|
|
25262
25262
|
"type": "flow",
|
|
25263
25263
|
"description": "A scaled SVG overview of the graph with a draggable viewport rectangle.",
|
|
25264
25264
|
"category": "display",
|
|
25265
|
-
"version": "0.
|
|
25265
|
+
"version": "0.5.0",
|
|
25266
25266
|
"files": [],
|
|
25267
25267
|
"dependencies": ["@cascivo/core"],
|
|
25268
25268
|
"peerVersions": {
|
|
25269
|
-
"@cascivo/core": ">=0.
|
|
25269
|
+
"@cascivo/core": ">=0.3.0"
|
|
25270
25270
|
},
|
|
25271
25271
|
"tags": ["flow", "minimap", "overview", "chrome"],
|
|
25272
25272
|
"meta": {
|
|
@@ -25385,11 +25385,11 @@
|
|
|
25385
25385
|
"type": "flow",
|
|
25386
25386
|
"description": "An HTML node box positioned in the viewport pane — draggable, selectable, with arbitrary children.",
|
|
25387
25387
|
"category": "display",
|
|
25388
|
-
"version": "0.
|
|
25388
|
+
"version": "0.5.0",
|
|
25389
25389
|
"files": [],
|
|
25390
25390
|
"dependencies": ["@cascivo/core"],
|
|
25391
25391
|
"peerVersions": {
|
|
25392
|
-
"@cascivo/core": ">=0.
|
|
25392
|
+
"@cascivo/core": ">=0.3.0"
|
|
25393
25393
|
},
|
|
25394
25394
|
"tags": ["flow", "node", "draggable", "graph"],
|
|
25395
25395
|
"meta": {
|
|
@@ -25533,11 +25533,11 @@
|
|
|
25533
25533
|
"type": "flow",
|
|
25534
25534
|
"description": "An absolutely-positioned slot for custom flow-canvas UI (legend, toolbar).",
|
|
25535
25535
|
"category": "display",
|
|
25536
|
-
"version": "0.
|
|
25536
|
+
"version": "0.5.0",
|
|
25537
25537
|
"files": [],
|
|
25538
25538
|
"dependencies": ["@cascivo/core"],
|
|
25539
25539
|
"peerVersions": {
|
|
25540
|
-
"@cascivo/core": ">=0.
|
|
25540
|
+
"@cascivo/core": ">=0.3.0"
|
|
25541
25541
|
},
|
|
25542
25542
|
"tags": ["flow", "panel", "slot", "chrome"],
|
|
25543
25543
|
"meta": {
|
|
@@ -25611,11 +25611,11 @@
|
|
|
25611
25611
|
"type": "flow",
|
|
25612
25612
|
"description": "A scripted, sequenced, looping flow animation — walks a graph step by step with fade-in captions.",
|
|
25613
25613
|
"category": "display",
|
|
25614
|
-
"version": "0.
|
|
25614
|
+
"version": "0.5.0",
|
|
25615
25615
|
"files": [],
|
|
25616
25616
|
"dependencies": ["@cascivo/core"],
|
|
25617
25617
|
"peerVersions": {
|
|
25618
|
-
"@cascivo/core": ">=0.
|
|
25618
|
+
"@cascivo/core": ">=0.3.0"
|
|
25619
25619
|
},
|
|
25620
25620
|
"tags": ["flow", "animation", "storyline", "walkthrough", "sequence"],
|
|
25621
25621
|
"meta": {
|
|
@@ -25787,11 +25787,11 @@
|
|
|
25787
25787
|
"type": "flow",
|
|
25788
25788
|
"description": "The pan/zoom canvas pane — a single CSS-transformed layer driven by the viewport signal.",
|
|
25789
25789
|
"category": "display",
|
|
25790
|
-
"version": "0.
|
|
25790
|
+
"version": "0.5.0",
|
|
25791
25791
|
"files": [],
|
|
25792
25792
|
"dependencies": ["@cascivo/core"],
|
|
25793
25793
|
"peerVersions": {
|
|
25794
|
-
"@cascivo/core": ">=0.
|
|
25794
|
+
"@cascivo/core": ">=0.3.0"
|
|
25795
25795
|
},
|
|
25796
25796
|
"tags": ["flow", "canvas", "viewport", "pan", "zoom"],
|
|
25797
25797
|
"meta": {
|
|
@@ -25918,7 +25918,7 @@
|
|
|
25918
25918
|
"displayName": "App Shell",
|
|
25919
25919
|
"description": "Two-column layout with collapsible sidebar, nav links, and content area.",
|
|
25920
25920
|
"category": "shell",
|
|
25921
|
-
"version": "0.
|
|
25921
|
+
"version": "0.5.0",
|
|
25922
25922
|
"files": [
|
|
25923
25923
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/app-shell/app-shell.tsx",
|
|
25924
25924
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/app-shell/app-shell.module.css"
|
|
@@ -25960,7 +25960,7 @@
|
|
|
25960
25960
|
"displayName": "Login Form",
|
|
25961
25961
|
"description": "Email + password login with remember-me checkbox and forgot-password link.",
|
|
25962
25962
|
"category": "auth",
|
|
25963
|
-
"version": "0.
|
|
25963
|
+
"version": "0.5.0",
|
|
25964
25964
|
"files": [
|
|
25965
25965
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/auth-login/auth-login.tsx",
|
|
25966
25966
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/auth-login/auth-login.module.css"
|
|
@@ -26002,7 +26002,7 @@
|
|
|
26002
26002
|
"displayName": "Sign Up Form",
|
|
26003
26003
|
"description": "Full-name, email, password, confirm-password sign-up form with terms checkbox.",
|
|
26004
26004
|
"category": "auth",
|
|
26005
|
-
"version": "0.
|
|
26005
|
+
"version": "0.5.0",
|
|
26006
26006
|
"files": [
|
|
26007
26007
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/auth-signup/auth-signup.tsx",
|
|
26008
26008
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/auth-signup/auth-signup.module.css"
|
|
@@ -26043,7 +26043,7 @@
|
|
|
26043
26043
|
"displayName": "Dashboard Overview",
|
|
26044
26044
|
"description": "Welcome header with four KPI stat cards (revenue, users, orders, conversion).",
|
|
26045
26045
|
"category": "dashboard",
|
|
26046
|
-
"version": "0.
|
|
26046
|
+
"version": "0.5.0",
|
|
26047
26047
|
"files": [
|
|
26048
26048
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/dashboard-overview/dashboard-overview.tsx",
|
|
26049
26049
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/dashboard-overview/dashboard-overview.module.css"
|
|
@@ -26088,7 +26088,7 @@
|
|
|
26088
26088
|
"displayName": "Dashboard Table",
|
|
26089
26089
|
"description": "Searchable, sortable, paginated data table with export button.",
|
|
26090
26090
|
"category": "dashboard",
|
|
26091
|
-
"version": "0.
|
|
26091
|
+
"version": "0.5.0",
|
|
26092
26092
|
"files": [
|
|
26093
26093
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/dashboard-table/dashboard-table.tsx",
|
|
26094
26094
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/dashboard-table/dashboard-table.module.css"
|
|
@@ -26128,7 +26128,7 @@
|
|
|
26128
26128
|
"displayName": "FAQ Accordion",
|
|
26129
26129
|
"description": "Frequently-asked-questions section composed from the Accordion component, with a centered, readable measure.",
|
|
26130
26130
|
"category": "marketing",
|
|
26131
|
-
"version": "0.
|
|
26131
|
+
"version": "0.5.0",
|
|
26132
26132
|
"files": [
|
|
26133
26133
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/faq/faq.tsx",
|
|
26134
26134
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/faq/faq.module.css"
|
|
@@ -26169,7 +26169,7 @@
|
|
|
26169
26169
|
"displayName": "Feature Grid",
|
|
26170
26170
|
"description": "Three-column responsive feature grid with icon, title, and description per cell.",
|
|
26171
26171
|
"category": "marketing",
|
|
26172
|
-
"version": "0.
|
|
26172
|
+
"version": "0.5.0",
|
|
26173
26173
|
"files": [
|
|
26174
26174
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/marketing-features/marketing-features.tsx",
|
|
26175
26175
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/marketing-features/marketing-features.module.css"
|
|
@@ -26210,7 +26210,7 @@
|
|
|
26210
26210
|
"displayName": "Hero Section",
|
|
26211
26211
|
"description": "Full-width hero with headline, subtitle, CTA pair, and trust badges.",
|
|
26212
26212
|
"category": "marketing",
|
|
26213
|
-
"version": "0.
|
|
26213
|
+
"version": "0.5.0",
|
|
26214
26214
|
"files": [
|
|
26215
26215
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/marketing-hero/marketing-hero.tsx",
|
|
26216
26216
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/marketing-hero/marketing-hero.module.css"
|
|
@@ -26257,7 +26257,7 @@
|
|
|
26257
26257
|
"displayName": "Pricing Tiers",
|
|
26258
26258
|
"description": "Responsive three-tier pricing section composed from Card, Badge, and Button, with a highlighted featured plan.",
|
|
26259
26259
|
"category": "marketing",
|
|
26260
|
-
"version": "0.
|
|
26260
|
+
"version": "0.5.0",
|
|
26261
26261
|
"files": [
|
|
26262
26262
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/pricing/pricing.tsx",
|
|
26263
26263
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/pricing/pricing.module.css"
|
|
@@ -26303,7 +26303,7 @@
|
|
|
26303
26303
|
"displayName": "Settings — Profile",
|
|
26304
26304
|
"description": "Two-section settings form: personal info fields + preference toggles.",
|
|
26305
26305
|
"category": "shell",
|
|
26306
|
-
"version": "0.
|
|
26306
|
+
"version": "0.5.0",
|
|
26307
26307
|
"files": [
|
|
26308
26308
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/settings-profile/settings-profile.tsx",
|
|
26309
26309
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/settings-profile/settings-profile.module.css"
|
|
@@ -26344,7 +26344,7 @@
|
|
|
26344
26344
|
"displayName": "Site Footer",
|
|
26345
26345
|
"description": "Multi-column site footer composed from Link and Separator, with a brand blurb, link columns, and a legal row.",
|
|
26346
26346
|
"category": "marketing",
|
|
26347
|
-
"version": "0.
|
|
26347
|
+
"version": "0.5.0",
|
|
26348
26348
|
"files": [
|
|
26349
26349
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/site-footer/site-footer.tsx",
|
|
26350
26350
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/site-footer/site-footer.module.css"
|
|
@@ -26385,7 +26385,7 @@
|
|
|
26385
26385
|
"displayName": "Testimonials",
|
|
26386
26386
|
"description": "Responsive testimonial grid composed from Card and Avatar, with a quote and attribution per card.",
|
|
26387
26387
|
"category": "marketing",
|
|
26388
|
-
"version": "0.
|
|
26388
|
+
"version": "0.5.0",
|
|
26389
26389
|
"files": [
|
|
26390
26390
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/testimonials/testimonials.tsx",
|
|
26391
26391
|
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/testimonials/testimonials.module.css"
|