@cascivo/mcp 0.1.1 → 0.1.2
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/README.md +16 -4
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +350 -317
- package/package.json +4 -4
package/dist/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "0.0.0",
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-21",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "accordion",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"category": "navigation",
|
|
10
10
|
"version": "0.0.0",
|
|
11
11
|
"files": [
|
|
12
|
-
"https://raw.githubusercontent.com/
|
|
13
|
-
"https://raw.githubusercontent.com/
|
|
12
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/accordion/accordion.tsx",
|
|
13
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/accordion/accordion.module.css"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": ["@cascivo/core"],
|
|
16
16
|
"tags": ["navigation", "collapse", "disclosure"],
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"category": "display",
|
|
115
115
|
"version": "0.0.0",
|
|
116
116
|
"files": [
|
|
117
|
-
"https://raw.githubusercontent.com/
|
|
118
|
-
"https://raw.githubusercontent.com/
|
|
117
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/alert/alert.tsx",
|
|
118
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/alert/alert.module.css"
|
|
119
119
|
],
|
|
120
120
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
121
121
|
"tags": ["notification", "message", "feedback"],
|
|
@@ -247,8 +247,8 @@
|
|
|
247
247
|
"category": "overlay",
|
|
248
248
|
"version": "0.0.0",
|
|
249
249
|
"files": [
|
|
250
|
-
"https://raw.githubusercontent.com/
|
|
251
|
-
"https://raw.githubusercontent.com/
|
|
250
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/alert-dialog/alert-dialog.tsx",
|
|
251
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/alert-dialog/alert-dialog.module.css"
|
|
252
252
|
],
|
|
253
253
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
254
254
|
"tags": ["overlay", "dialog", "confirm", "destructive"],
|
|
@@ -347,8 +347,8 @@
|
|
|
347
347
|
"category": "layout",
|
|
348
348
|
"version": "0.0.0",
|
|
349
349
|
"files": [
|
|
350
|
-
"https://raw.githubusercontent.com/
|
|
351
|
-
"https://raw.githubusercontent.com/
|
|
350
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/app-shell/app-shell.tsx",
|
|
351
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/app-shell/app-shell.module.css"
|
|
352
352
|
],
|
|
353
353
|
"dependencies": ["@cascivo/core"],
|
|
354
354
|
"tags": ["shell", "layout", "sidebar", "navigation", "drawer", "responsive", "sticky"],
|
|
@@ -471,8 +471,8 @@
|
|
|
471
471
|
"category": "layout",
|
|
472
472
|
"version": "0.0.0",
|
|
473
473
|
"files": [
|
|
474
|
-
"https://raw.githubusercontent.com/
|
|
475
|
-
"https://raw.githubusercontent.com/
|
|
474
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/aspect-ratio/aspect-ratio.tsx",
|
|
475
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/aspect-ratio/aspect-ratio.module.css"
|
|
476
476
|
],
|
|
477
477
|
"dependencies": ["@cascivo/core"],
|
|
478
478
|
"tags": ["layout", "ratio", "image", "video", "responsive"],
|
|
@@ -563,8 +563,8 @@
|
|
|
563
563
|
"category": "display",
|
|
564
564
|
"version": "0.0.0",
|
|
565
565
|
"files": [
|
|
566
|
-
"https://raw.githubusercontent.com/
|
|
567
|
-
"https://raw.githubusercontent.com/
|
|
566
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/avatar/avatar.tsx",
|
|
567
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/avatar/avatar.module.css"
|
|
568
568
|
],
|
|
569
569
|
"dependencies": ["@cascivo/core"],
|
|
570
570
|
"tags": ["user", "profile", "image"],
|
|
@@ -678,8 +678,8 @@
|
|
|
678
678
|
"category": "display",
|
|
679
679
|
"version": "0.0.0",
|
|
680
680
|
"files": [
|
|
681
|
-
"https://raw.githubusercontent.com/
|
|
682
|
-
"https://raw.githubusercontent.com/
|
|
681
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/avatar-group/avatar-group.tsx",
|
|
682
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/avatar-group/avatar-group.module.css"
|
|
683
683
|
],
|
|
684
684
|
"dependencies": ["@cascivo/core", "@cascivo/components"],
|
|
685
685
|
"tags": ["avatar", "group", "stack", "overflow", "display"],
|
|
@@ -800,8 +800,8 @@
|
|
|
800
800
|
"category": "display",
|
|
801
801
|
"version": "0.0.0",
|
|
802
802
|
"files": [
|
|
803
|
-
"https://raw.githubusercontent.com/
|
|
804
|
-
"https://raw.githubusercontent.com/
|
|
803
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/badge/badge.tsx",
|
|
804
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/badge/badge.module.css"
|
|
805
805
|
],
|
|
806
806
|
"dependencies": ["@cascivo/core"],
|
|
807
807
|
"tags": ["label", "status", "tag"],
|
|
@@ -927,8 +927,8 @@
|
|
|
927
927
|
"category": "display",
|
|
928
928
|
"version": "0.0.0",
|
|
929
929
|
"files": [
|
|
930
|
-
"https://raw.githubusercontent.com/
|
|
931
|
-
"https://raw.githubusercontent.com/
|
|
930
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blockquote/blockquote.tsx",
|
|
931
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blockquote/blockquote.module.css"
|
|
932
932
|
],
|
|
933
933
|
"dependencies": ["@cascivo/core"],
|
|
934
934
|
"tags": ["typography", "quote", "blockquote", "citation"],
|
|
@@ -1025,8 +1025,8 @@
|
|
|
1025
1025
|
"category": "navigation",
|
|
1026
1026
|
"version": "0.0.0",
|
|
1027
1027
|
"files": [
|
|
1028
|
-
"https://raw.githubusercontent.com/
|
|
1029
|
-
"https://raw.githubusercontent.com/
|
|
1028
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/breadcrumb/breadcrumb.tsx",
|
|
1029
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/breadcrumb/breadcrumb.module.css"
|
|
1030
1030
|
],
|
|
1031
1031
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
1032
1032
|
"tags": ["breadcrumb", "navigation", "hierarchy"],
|
|
@@ -1137,8 +1137,8 @@
|
|
|
1137
1137
|
"category": "inputs",
|
|
1138
1138
|
"version": "0.0.0",
|
|
1139
1139
|
"files": [
|
|
1140
|
-
"https://raw.githubusercontent.com/
|
|
1141
|
-
"https://raw.githubusercontent.com/
|
|
1140
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/button/button.tsx",
|
|
1141
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/button/button.module.css"
|
|
1142
1142
|
],
|
|
1143
1143
|
"dependencies": ["@cascivo/core"],
|
|
1144
1144
|
"tags": ["action", "form", "interactive"],
|
|
@@ -1174,6 +1174,12 @@
|
|
|
1174
1174
|
"required": false,
|
|
1175
1175
|
"default": "false"
|
|
1176
1176
|
},
|
|
1177
|
+
{
|
|
1178
|
+
"name": "asChild",
|
|
1179
|
+
"type": "boolean",
|
|
1180
|
+
"required": false,
|
|
1181
|
+
"default": "false"
|
|
1182
|
+
},
|
|
1177
1183
|
{
|
|
1178
1184
|
"name": "onClick",
|
|
1179
1185
|
"type": "React.MouseEventHandler<HTMLButtonElement>",
|
|
@@ -1210,6 +1216,11 @@
|
|
|
1210
1216
|
{
|
|
1211
1217
|
"title": "Destructive",
|
|
1212
1218
|
"code": "<Button variant=\"destructive\">Delete</Button>"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"title": "As link",
|
|
1222
|
+
"code": "<Button asChild><a href=\"/pricing\">View pricing</a></Button>",
|
|
1223
|
+
"description": "Render button styling on a real anchor (keeps middle-click / open-in-new-tab)."
|
|
1213
1224
|
}
|
|
1214
1225
|
],
|
|
1215
1226
|
"dependencies": ["@cascivo/core"],
|
|
@@ -1269,8 +1280,8 @@
|
|
|
1269
1280
|
"category": "inputs",
|
|
1270
1281
|
"version": "0.0.0",
|
|
1271
1282
|
"files": [
|
|
1272
|
-
"https://raw.githubusercontent.com/
|
|
1273
|
-
"https://raw.githubusercontent.com/
|
|
1283
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/button-group/button-group.tsx",
|
|
1284
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/button-group/button-group.module.css"
|
|
1274
1285
|
],
|
|
1275
1286
|
"dependencies": ["@cascivo/core"],
|
|
1276
1287
|
"tags": ["action", "segmented", "toolbar", "layout"],
|
|
@@ -1391,8 +1402,8 @@
|
|
|
1391
1402
|
"category": "inputs",
|
|
1392
1403
|
"version": "0.0.0",
|
|
1393
1404
|
"files": [
|
|
1394
|
-
"https://raw.githubusercontent.com/
|
|
1395
|
-
"https://raw.githubusercontent.com/
|
|
1405
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/calendar/calendar.tsx",
|
|
1406
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/calendar/calendar.module.css"
|
|
1396
1407
|
],
|
|
1397
1408
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
1398
1409
|
"tags": ["calendar", "date", "month", "grid", "picker", "input"],
|
|
@@ -1583,8 +1594,8 @@
|
|
|
1583
1594
|
"category": "display",
|
|
1584
1595
|
"version": "0.0.0",
|
|
1585
1596
|
"files": [
|
|
1586
|
-
"https://raw.githubusercontent.com/
|
|
1587
|
-
"https://raw.githubusercontent.com/
|
|
1597
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/card/card.tsx",
|
|
1598
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/card/card.module.css"
|
|
1588
1599
|
],
|
|
1589
1600
|
"dependencies": ["@cascivo/core"],
|
|
1590
1601
|
"tags": ["container", "layout", "surface"],
|
|
@@ -1675,8 +1686,8 @@
|
|
|
1675
1686
|
"category": "display",
|
|
1676
1687
|
"version": "0.0.0",
|
|
1677
1688
|
"files": [
|
|
1678
|
-
"https://raw.githubusercontent.com/
|
|
1679
|
-
"https://raw.githubusercontent.com/
|
|
1689
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/carousel/carousel.tsx",
|
|
1690
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/carousel/carousel.module.css"
|
|
1680
1691
|
],
|
|
1681
1692
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
1682
1693
|
"tags": ["slider", "gallery", "slideshow", "deck", "scroll-snap"],
|
|
@@ -1799,8 +1810,8 @@
|
|
|
1799
1810
|
"category": "display",
|
|
1800
1811
|
"version": "0.0.0",
|
|
1801
1812
|
"files": [
|
|
1802
|
-
"https://raw.githubusercontent.com/
|
|
1803
|
-
"https://raw.githubusercontent.com/
|
|
1813
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/chat-bubble/chat-bubble.tsx",
|
|
1814
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/chat-bubble/chat-bubble.module.css"
|
|
1804
1815
|
],
|
|
1805
1816
|
"dependencies": [],
|
|
1806
1817
|
"tags": ["chat", "message", "conversation", "messaging"],
|
|
@@ -1930,8 +1941,8 @@
|
|
|
1930
1941
|
"category": "inputs",
|
|
1931
1942
|
"version": "0.0.0",
|
|
1932
1943
|
"files": [
|
|
1933
|
-
"https://raw.githubusercontent.com/
|
|
1934
|
-
"https://raw.githubusercontent.com/
|
|
1944
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/checkbox/checkbox.tsx",
|
|
1945
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/checkbox/checkbox.module.css"
|
|
1935
1946
|
],
|
|
1936
1947
|
"dependencies": ["@cascivo/core"],
|
|
1937
1948
|
"tags": ["form", "toggle", "boolean"],
|
|
@@ -2061,8 +2072,8 @@
|
|
|
2061
2072
|
"category": "inputs",
|
|
2062
2073
|
"version": "0.0.0",
|
|
2063
2074
|
"files": [
|
|
2064
|
-
"https://raw.githubusercontent.com/
|
|
2065
|
-
"https://raw.githubusercontent.com/
|
|
2075
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/checkbox-card/checkbox-card.tsx",
|
|
2076
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/checkbox-card/checkbox-card.module.css"
|
|
2066
2077
|
],
|
|
2067
2078
|
"dependencies": ["@cascivo/core"],
|
|
2068
2079
|
"tags": ["checkbox", "card", "selectable", "form"],
|
|
@@ -2185,8 +2196,8 @@
|
|
|
2185
2196
|
"category": "display",
|
|
2186
2197
|
"version": "0.0.0",
|
|
2187
2198
|
"files": [
|
|
2188
|
-
"https://raw.githubusercontent.com/
|
|
2189
|
-
"https://raw.githubusercontent.com/
|
|
2199
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/code/code.tsx",
|
|
2200
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/code/code.module.css"
|
|
2190
2201
|
],
|
|
2191
2202
|
"dependencies": ["@cascivo/core"],
|
|
2192
2203
|
"tags": ["typography", "code", "inline", "mono"],
|
|
@@ -2287,8 +2298,8 @@
|
|
|
2287
2298
|
"category": "display",
|
|
2288
2299
|
"version": "0.0.0",
|
|
2289
2300
|
"files": [
|
|
2290
|
-
"https://raw.githubusercontent.com/
|
|
2291
|
-
"https://raw.githubusercontent.com/
|
|
2301
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/code-snippet/code-snippet.tsx",
|
|
2302
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/code-snippet/code-snippet.module.css"
|
|
2292
2303
|
],
|
|
2293
2304
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
2294
2305
|
"tags": [
|
|
@@ -2389,8 +2400,8 @@
|
|
|
2389
2400
|
"category": "display",
|
|
2390
2401
|
"version": "0.0.0",
|
|
2391
2402
|
"files": [
|
|
2392
|
-
"https://raw.githubusercontent.com/
|
|
2393
|
-
"https://raw.githubusercontent.com/
|
|
2403
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/collapsible/collapsible.tsx",
|
|
2404
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/collapsible/collapsible.module.css"
|
|
2394
2405
|
],
|
|
2395
2406
|
"dependencies": ["@cascivo/core"],
|
|
2396
2407
|
"tags": ["disclosure", "collapse", "expand", "toggle", "show-hide"],
|
|
@@ -2519,8 +2530,8 @@
|
|
|
2519
2530
|
"category": "inputs",
|
|
2520
2531
|
"version": "0.0.0",
|
|
2521
2532
|
"files": [
|
|
2522
|
-
"https://raw.githubusercontent.com/
|
|
2523
|
-
"https://raw.githubusercontent.com/
|
|
2533
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/color-picker/color-picker.tsx",
|
|
2534
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/color-picker/color-picker.module.css"
|
|
2524
2535
|
],
|
|
2525
2536
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
2526
2537
|
"tags": ["color", "input", "form", "picker", "hue", "alpha"],
|
|
@@ -2658,8 +2669,8 @@
|
|
|
2658
2669
|
"category": "inputs",
|
|
2659
2670
|
"version": "0.0.0",
|
|
2660
2671
|
"files": [
|
|
2661
|
-
"https://raw.githubusercontent.com/
|
|
2662
|
-
"https://raw.githubusercontent.com/
|
|
2672
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/combobox/combobox.tsx",
|
|
2673
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/combobox/combobox.module.css"
|
|
2663
2674
|
],
|
|
2664
2675
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
2665
2676
|
"tags": ["select", "combobox", "dropdown", "filter", "search"],
|
|
@@ -2838,8 +2849,8 @@
|
|
|
2838
2849
|
"category": "overlay",
|
|
2839
2850
|
"version": "0.0.0",
|
|
2840
2851
|
"files": [
|
|
2841
|
-
"https://raw.githubusercontent.com/
|
|
2842
|
-
"https://raw.githubusercontent.com/
|
|
2852
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/command-menu/command-menu.tsx",
|
|
2853
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/command-menu/command-menu.module.css"
|
|
2843
2854
|
],
|
|
2844
2855
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
2845
2856
|
"tags": ["overlay", "command", "palette", "search", "cmdk", "keyboard"],
|
|
@@ -3006,8 +3017,8 @@
|
|
|
3006
3017
|
"category": "display",
|
|
3007
3018
|
"version": "0.0.0",
|
|
3008
3019
|
"files": [
|
|
3009
|
-
"https://raw.githubusercontent.com/
|
|
3010
|
-
"https://raw.githubusercontent.com/
|
|
3020
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/comparison/comparison.tsx",
|
|
3021
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/comparison/comparison.module.css"
|
|
3011
3022
|
],
|
|
3012
3023
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
3013
3024
|
"tags": ["comparison", "before-after", "image", "slider", "display"],
|
|
@@ -3159,8 +3170,8 @@
|
|
|
3159
3170
|
"category": "display",
|
|
3160
3171
|
"version": "0.0.0",
|
|
3161
3172
|
"files": [
|
|
3162
|
-
"https://raw.githubusercontent.com/
|
|
3163
|
-
"https://raw.githubusercontent.com/
|
|
3173
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/contained-list/contained-list.tsx",
|
|
3174
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/contained-list/contained-list.module.css"
|
|
3164
3175
|
],
|
|
3165
3176
|
"dependencies": ["@cascivo/core"],
|
|
3166
3177
|
"tags": ["list", "container", "rows", "group"],
|
|
@@ -3265,8 +3276,8 @@
|
|
|
3265
3276
|
"category": "overlay",
|
|
3266
3277
|
"version": "0.0.0",
|
|
3267
3278
|
"files": [
|
|
3268
|
-
"https://raw.githubusercontent.com/
|
|
3269
|
-
"https://raw.githubusercontent.com/
|
|
3279
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/context-menu/context-menu.tsx",
|
|
3280
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/context-menu/context-menu.module.css"
|
|
3270
3281
|
],
|
|
3271
3282
|
"dependencies": ["@cascivo/core"],
|
|
3272
3283
|
"tags": ["overlay", "menu", "context", "right-click"],
|
|
@@ -3346,8 +3357,8 @@
|
|
|
3346
3357
|
"category": "inputs",
|
|
3347
3358
|
"version": "0.0.0",
|
|
3348
3359
|
"files": [
|
|
3349
|
-
"https://raw.githubusercontent.com/
|
|
3350
|
-
"https://raw.githubusercontent.com/
|
|
3360
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/copy-button/copy-button.tsx",
|
|
3361
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/copy-button/copy-button.module.css"
|
|
3351
3362
|
],
|
|
3352
3363
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
3353
3364
|
"tags": ["clipboard", "copy", "button", "snippet"],
|
|
@@ -3467,8 +3478,8 @@
|
|
|
3467
3478
|
"category": "display",
|
|
3468
3479
|
"version": "0.0.0",
|
|
3469
3480
|
"files": [
|
|
3470
|
-
"https://raw.githubusercontent.com/
|
|
3471
|
-
"https://raw.githubusercontent.com/
|
|
3481
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/data-list/data-list.tsx",
|
|
3482
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/data-list/data-list.module.css"
|
|
3472
3483
|
],
|
|
3473
3484
|
"dependencies": ["@cascivo/core"],
|
|
3474
3485
|
"tags": ["key-value", "description", "metadata", "details"],
|
|
@@ -3575,8 +3586,8 @@
|
|
|
3575
3586
|
"category": "display",
|
|
3576
3587
|
"version": "0.0.0",
|
|
3577
3588
|
"files": [
|
|
3578
|
-
"https://raw.githubusercontent.com/
|
|
3579
|
-
"https://raw.githubusercontent.com/
|
|
3589
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/data-table/data-table.tsx",
|
|
3590
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/data-table/data-table.module.css"
|
|
3580
3591
|
],
|
|
3581
3592
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
3582
3593
|
"tags": ["table", "data", "grid", "sort", "filter", "pagination", "selection"],
|
|
@@ -3793,8 +3804,8 @@
|
|
|
3793
3804
|
"category": "inputs",
|
|
3794
3805
|
"version": "0.0.0",
|
|
3795
3806
|
"files": [
|
|
3796
|
-
"https://raw.githubusercontent.com/
|
|
3797
|
-
"https://raw.githubusercontent.com/
|
|
3807
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/date-picker/date-picker.tsx",
|
|
3808
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/date-picker/date-picker.module.css"
|
|
3798
3809
|
],
|
|
3799
3810
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
3800
3811
|
"tags": ["date", "calendar", "picker", "input", "form"],
|
|
@@ -3979,8 +3990,8 @@
|
|
|
3979
3990
|
"category": "inputs",
|
|
3980
3991
|
"version": "0.0.0",
|
|
3981
3992
|
"files": [
|
|
3982
|
-
"https://raw.githubusercontent.com/
|
|
3983
|
-
"https://raw.githubusercontent.com/
|
|
3993
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/date-range-picker/date-range-picker.tsx",
|
|
3994
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/date-range-picker/date-range-picker.module.css"
|
|
3984
3995
|
],
|
|
3985
3996
|
"dependencies": ["@cascivo/core", "@cascivo/i18n", "Calendar"],
|
|
3986
3997
|
"tags": ["date", "range", "calendar", "picker", "input", "form"],
|
|
@@ -4157,8 +4168,8 @@
|
|
|
4157
4168
|
"category": "navigation",
|
|
4158
4169
|
"version": "0.0.0",
|
|
4159
4170
|
"files": [
|
|
4160
|
-
"https://raw.githubusercontent.com/
|
|
4161
|
-
"https://raw.githubusercontent.com/
|
|
4171
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/dock/dock.tsx",
|
|
4172
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/dock/dock.module.css"
|
|
4162
4173
|
],
|
|
4163
4174
|
"dependencies": [],
|
|
4164
4175
|
"tags": ["dock", "tab-bar", "bottom-nav", "mobile", "navigation", "app-shell"],
|
|
@@ -4270,8 +4281,8 @@
|
|
|
4270
4281
|
"category": "overlay",
|
|
4271
4282
|
"version": "0.0.0",
|
|
4272
4283
|
"files": [
|
|
4273
|
-
"https://raw.githubusercontent.com/
|
|
4274
|
-
"https://raw.githubusercontent.com/
|
|
4284
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/drawer/drawer.tsx",
|
|
4285
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/drawer/drawer.module.css"
|
|
4275
4286
|
],
|
|
4276
4287
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
4277
4288
|
"tags": ["overlay", "drawer", "panel", "slide", "dialog"],
|
|
@@ -4357,8 +4368,8 @@
|
|
|
4357
4368
|
"category": "overlay",
|
|
4358
4369
|
"version": "0.0.0",
|
|
4359
4370
|
"files": [
|
|
4360
|
-
"https://raw.githubusercontent.com/
|
|
4361
|
-
"https://raw.githubusercontent.com/
|
|
4371
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/dropdown/dropdown.tsx",
|
|
4372
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/dropdown/dropdown.module.css"
|
|
4362
4373
|
],
|
|
4363
4374
|
"dependencies": ["@cascivo/core"],
|
|
4364
4375
|
"tags": ["overlay", "menu", "actions"],
|
|
@@ -4486,8 +4497,8 @@
|
|
|
4486
4497
|
"category": "inputs",
|
|
4487
4498
|
"version": "0.0.0",
|
|
4488
4499
|
"files": [
|
|
4489
|
-
"https://raw.githubusercontent.com/
|
|
4490
|
-
"https://raw.githubusercontent.com/
|
|
4500
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/editable/editable.tsx",
|
|
4501
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/editable/editable.module.css"
|
|
4491
4502
|
],
|
|
4492
4503
|
"dependencies": ["@cascivo/core"],
|
|
4493
4504
|
"tags": ["form", "editable", "inline", "input", "text"],
|
|
@@ -4616,8 +4627,8 @@
|
|
|
4616
4627
|
"category": "display",
|
|
4617
4628
|
"version": "0.0.0",
|
|
4618
4629
|
"files": [
|
|
4619
|
-
"https://raw.githubusercontent.com/
|
|
4620
|
-
"https://raw.githubusercontent.com/
|
|
4630
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/empty-state/empty-state.tsx",
|
|
4631
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/empty-state/empty-state.module.css"
|
|
4621
4632
|
],
|
|
4622
4633
|
"dependencies": ["@cascivo/core"],
|
|
4623
4634
|
"tags": ["empty", "placeholder", "zero-state", "no-data"],
|
|
@@ -4736,8 +4747,8 @@
|
|
|
4736
4747
|
"category": "inputs",
|
|
4737
4748
|
"version": "0.0.0",
|
|
4738
4749
|
"files": [
|
|
4739
|
-
"https://raw.githubusercontent.com/
|
|
4740
|
-
"https://raw.githubusercontent.com/
|
|
4750
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/field/field.tsx",
|
|
4751
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/field/field.module.css"
|
|
4741
4752
|
],
|
|
4742
4753
|
"dependencies": ["@cascivo/core"],
|
|
4743
4754
|
"tags": ["form", "layout", "validation", "accessibility"],
|
|
@@ -4878,8 +4889,8 @@
|
|
|
4878
4889
|
"category": "inputs",
|
|
4879
4890
|
"version": "0.0.0",
|
|
4880
4891
|
"files": [
|
|
4881
|
-
"https://raw.githubusercontent.com/
|
|
4882
|
-
"https://raw.githubusercontent.com/
|
|
4892
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/file-uploader/file-uploader.tsx",
|
|
4893
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/file-uploader/file-uploader.module.css"
|
|
4883
4894
|
],
|
|
4884
4895
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
4885
4896
|
"tags": ["upload", "file", "drop", "drag", "input", "form"],
|
|
@@ -5055,8 +5066,8 @@
|
|
|
5055
5066
|
"category": "inputs",
|
|
5056
5067
|
"version": "0.0.0",
|
|
5057
5068
|
"files": [
|
|
5058
|
-
"https://raw.githubusercontent.com/
|
|
5059
|
-
"https://raw.githubusercontent.com/
|
|
5069
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/filter/filter.tsx",
|
|
5070
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/filter/filter.module.css"
|
|
5060
5071
|
],
|
|
5061
5072
|
"dependencies": ["@cascivo/core"],
|
|
5062
5073
|
"tags": ["filter", "chip", "tag", "pill", "facet", "category"],
|
|
@@ -5196,8 +5207,8 @@
|
|
|
5196
5207
|
"category": "inputs",
|
|
5197
5208
|
"version": "0.0.0",
|
|
5198
5209
|
"files": [
|
|
5199
|
-
"https://raw.githubusercontent.com/
|
|
5200
|
-
"https://raw.githubusercontent.com/
|
|
5210
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/form/form.tsx",
|
|
5211
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/form/form.module.css"
|
|
5201
5212
|
],
|
|
5202
5213
|
"dependencies": ["@cascivo/core"],
|
|
5203
5214
|
"tags": ["form", "validation", "signals", "input"],
|
|
@@ -5301,8 +5312,8 @@
|
|
|
5301
5312
|
"category": "navigation",
|
|
5302
5313
|
"version": "0.0.0",
|
|
5303
5314
|
"files": [
|
|
5304
|
-
"https://raw.githubusercontent.com/
|
|
5305
|
-
"https://raw.githubusercontent.com/
|
|
5315
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/header/header.tsx",
|
|
5316
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/header/header.module.css"
|
|
5306
5317
|
],
|
|
5307
5318
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
5308
5319
|
"tags": ["navigation", "app-shell", "top-bar", "banner"],
|
|
@@ -5422,8 +5433,8 @@
|
|
|
5422
5433
|
"category": "navigation",
|
|
5423
5434
|
"version": "0.0.0",
|
|
5424
5435
|
"files": [
|
|
5425
|
-
"https://raw.githubusercontent.com/
|
|
5426
|
-
"https://raw.githubusercontent.com/
|
|
5436
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/header-panel/header-panel.tsx",
|
|
5437
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/header-panel/header-panel.module.css"
|
|
5427
5438
|
],
|
|
5428
5439
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
5429
5440
|
"tags": ["navigation", "panel", "shell", "console", "overlay", "notifications"],
|
|
@@ -5544,8 +5555,8 @@
|
|
|
5544
5555
|
"category": "display",
|
|
5545
5556
|
"version": "0.0.0",
|
|
5546
5557
|
"files": [
|
|
5547
|
-
"https://raw.githubusercontent.com/
|
|
5548
|
-
"https://raw.githubusercontent.com/
|
|
5558
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/heading/heading.tsx",
|
|
5559
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/heading/heading.module.css"
|
|
5549
5560
|
],
|
|
5550
5561
|
"dependencies": ["@cascivo/core"],
|
|
5551
5562
|
"tags": ["typography", "heading", "title"],
|
|
@@ -5659,8 +5670,8 @@
|
|
|
5659
5670
|
"category": "overlay",
|
|
5660
5671
|
"version": "0.0.0",
|
|
5661
5672
|
"files": [
|
|
5662
|
-
"https://raw.githubusercontent.com/
|
|
5663
|
-
"https://raw.githubusercontent.com/
|
|
5673
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/hover-card/hover-card.tsx",
|
|
5674
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/hover-card/hover-card.module.css"
|
|
5664
5675
|
],
|
|
5665
5676
|
"dependencies": ["@cascivo/core"],
|
|
5666
5677
|
"tags": ["overlay", "hover", "preview", "floating"],
|
|
@@ -5746,8 +5757,8 @@
|
|
|
5746
5757
|
"category": "inputs",
|
|
5747
5758
|
"version": "0.0.0",
|
|
5748
5759
|
"files": [
|
|
5749
|
-
"https://raw.githubusercontent.com/
|
|
5750
|
-
"https://raw.githubusercontent.com/
|
|
5760
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/icon-button/icon-button.tsx",
|
|
5761
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/icon-button/icon-button.module.css"
|
|
5751
5762
|
],
|
|
5752
5763
|
"dependencies": ["@cascivo/core"],
|
|
5753
5764
|
"tags": ["action", "icon", "compact", "toolbar"],
|
|
@@ -5890,8 +5901,8 @@
|
|
|
5890
5901
|
"category": "display",
|
|
5891
5902
|
"version": "0.0.0",
|
|
5892
5903
|
"files": [
|
|
5893
|
-
"https://raw.githubusercontent.com/
|
|
5894
|
-
"https://raw.githubusercontent.com/
|
|
5904
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/image/image.tsx",
|
|
5905
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/image/image.module.css"
|
|
5895
5906
|
],
|
|
5896
5907
|
"dependencies": ["@cascivo/core"],
|
|
5897
5908
|
"tags": ["image", "media", "display", "loading"],
|
|
@@ -6043,8 +6054,8 @@
|
|
|
6043
6054
|
"category": "layout",
|
|
6044
6055
|
"version": "0.0.0",
|
|
6045
6056
|
"files": [
|
|
6046
|
-
"https://raw.githubusercontent.com/
|
|
6047
|
-
"https://raw.githubusercontent.com/
|
|
6057
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/indicator/indicator.tsx",
|
|
6058
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/indicator/indicator.module.css"
|
|
6048
6059
|
],
|
|
6049
6060
|
"dependencies": [],
|
|
6050
6061
|
"tags": ["badge", "indicator", "overlay", "notification", "layout"],
|
|
@@ -6141,8 +6152,8 @@
|
|
|
6141
6152
|
"category": "feedback",
|
|
6142
6153
|
"version": "0.0.0",
|
|
6143
6154
|
"files": [
|
|
6144
|
-
"https://raw.githubusercontent.com/
|
|
6145
|
-
"https://raw.githubusercontent.com/
|
|
6155
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/inline-loading/inline-loading.tsx",
|
|
6156
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/inline-loading/inline-loading.module.css"
|
|
6146
6157
|
],
|
|
6147
6158
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
6148
6159
|
"tags": ["loading", "status", "progress", "feedback", "spinner"],
|
|
@@ -6257,8 +6268,8 @@
|
|
|
6257
6268
|
"category": "inputs",
|
|
6258
6269
|
"version": "0.0.0",
|
|
6259
6270
|
"files": [
|
|
6260
|
-
"https://raw.githubusercontent.com/
|
|
6261
|
-
"https://raw.githubusercontent.com/
|
|
6271
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/input/input.tsx",
|
|
6272
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/input/input.module.css"
|
|
6262
6273
|
],
|
|
6263
6274
|
"dependencies": ["@cascivo/core"],
|
|
6264
6275
|
"tags": ["form", "text", "input"],
|
|
@@ -6397,8 +6408,8 @@
|
|
|
6397
6408
|
"category": "inputs",
|
|
6398
6409
|
"version": "0.0.0",
|
|
6399
6410
|
"files": [
|
|
6400
|
-
"https://raw.githubusercontent.com/
|
|
6401
|
-
"https://raw.githubusercontent.com/
|
|
6411
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/input-group/input-group.tsx",
|
|
6412
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/input-group/input-group.module.css"
|
|
6402
6413
|
],
|
|
6403
6414
|
"dependencies": ["@cascivo/core"],
|
|
6404
6415
|
"tags": ["form", "input", "addon", "group", "layout"],
|
|
@@ -6514,8 +6525,8 @@
|
|
|
6514
6525
|
"category": "display",
|
|
6515
6526
|
"version": "0.0.0",
|
|
6516
6527
|
"files": [
|
|
6517
|
-
"https://raw.githubusercontent.com/
|
|
6518
|
-
"https://raw.githubusercontent.com/
|
|
6528
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/item/item.tsx",
|
|
6529
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/item/item.module.css"
|
|
6519
6530
|
],
|
|
6520
6531
|
"dependencies": ["@cascivo/core"],
|
|
6521
6532
|
"tags": ["row", "primitive", "list-item", "layout"],
|
|
@@ -6622,8 +6633,8 @@
|
|
|
6622
6633
|
"category": "layout",
|
|
6623
6634
|
"version": "0.0.0",
|
|
6624
6635
|
"files": [
|
|
6625
|
-
"https://raw.githubusercontent.com/
|
|
6626
|
-
"https://raw.githubusercontent.com/
|
|
6636
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/join/join.tsx",
|
|
6637
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/join/join.module.css"
|
|
6627
6638
|
],
|
|
6628
6639
|
"dependencies": [],
|
|
6629
6640
|
"tags": ["group", "join", "segmented", "layout"],
|
|
@@ -6717,8 +6728,8 @@
|
|
|
6717
6728
|
"category": "display",
|
|
6718
6729
|
"version": "0.0.0",
|
|
6719
6730
|
"files": [
|
|
6720
|
-
"https://raw.githubusercontent.com/
|
|
6721
|
-
"https://raw.githubusercontent.com/
|
|
6731
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/kbd/kbd.tsx",
|
|
6732
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/kbd/kbd.module.css"
|
|
6722
6733
|
],
|
|
6723
6734
|
"dependencies": ["@cascivo/core"],
|
|
6724
6735
|
"tags": ["keyboard", "shortcut", "hotkey"],
|
|
@@ -6812,8 +6823,8 @@
|
|
|
6812
6823
|
"category": "inputs",
|
|
6813
6824
|
"version": "0.0.0",
|
|
6814
6825
|
"files": [
|
|
6815
|
-
"https://raw.githubusercontent.com/
|
|
6816
|
-
"https://raw.githubusercontent.com/
|
|
6826
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/label/label.tsx",
|
|
6827
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/label/label.module.css"
|
|
6817
6828
|
],
|
|
6818
6829
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
6819
6830
|
"tags": ["form", "caption", "accessibility"],
|
|
@@ -6952,8 +6963,8 @@
|
|
|
6952
6963
|
"category": "navigation",
|
|
6953
6964
|
"version": "0.0.0",
|
|
6954
6965
|
"files": [
|
|
6955
|
-
"https://raw.githubusercontent.com/
|
|
6956
|
-
"https://raw.githubusercontent.com/
|
|
6966
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/link/link.tsx",
|
|
6967
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/link/link.module.css"
|
|
6957
6968
|
],
|
|
6958
6969
|
"dependencies": ["@cascivo/core"],
|
|
6959
6970
|
"tags": ["link", "anchor", "navigation"],
|
|
@@ -7070,8 +7081,8 @@
|
|
|
7070
7081
|
"category": "display",
|
|
7071
7082
|
"version": "0.0.0",
|
|
7072
7083
|
"files": [
|
|
7073
|
-
"https://raw.githubusercontent.com/
|
|
7074
|
-
"https://raw.githubusercontent.com/
|
|
7084
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/list/list.tsx",
|
|
7085
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/list/list.module.css"
|
|
7075
7086
|
],
|
|
7076
7087
|
"dependencies": ["@cascivo/core"],
|
|
7077
7088
|
"tags": ["typography", "list", "ul", "ol"],
|
|
@@ -7173,8 +7184,8 @@
|
|
|
7173
7184
|
"category": "overlay",
|
|
7174
7185
|
"version": "0.0.0",
|
|
7175
7186
|
"files": [
|
|
7176
|
-
"https://raw.githubusercontent.com/
|
|
7177
|
-
"https://raw.githubusercontent.com/
|
|
7187
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menu/menu.tsx",
|
|
7188
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menu/menu.module.css"
|
|
7178
7189
|
],
|
|
7179
7190
|
"dependencies": ["@cascivo/core"],
|
|
7180
7191
|
"tags": ["overlay", "menu", "dropdown", "floating"],
|
|
@@ -7266,8 +7277,8 @@
|
|
|
7266
7277
|
"category": "navigation",
|
|
7267
7278
|
"version": "0.0.0",
|
|
7268
7279
|
"files": [
|
|
7269
|
-
"https://raw.githubusercontent.com/
|
|
7270
|
-
"https://raw.githubusercontent.com/
|
|
7280
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menu-button/menu-button.tsx",
|
|
7281
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menu-button/menu-button.module.css"
|
|
7271
7282
|
],
|
|
7272
7283
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
7273
7284
|
"tags": ["navigation", "menu", "actions", "dropdown", "floating"],
|
|
@@ -7438,8 +7449,8 @@
|
|
|
7438
7449
|
"category": "navigation",
|
|
7439
7450
|
"version": "0.0.0",
|
|
7440
7451
|
"files": [
|
|
7441
|
-
"https://raw.githubusercontent.com/
|
|
7442
|
-
"https://raw.githubusercontent.com/
|
|
7452
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menubar/menubar.tsx",
|
|
7453
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/menubar/menubar.module.css"
|
|
7443
7454
|
],
|
|
7444
7455
|
"dependencies": ["@cascivo/core"],
|
|
7445
7456
|
"tags": ["navigation", "menubar", "menu", "application"],
|
|
@@ -7553,8 +7564,8 @@
|
|
|
7553
7564
|
"category": "overlay",
|
|
7554
7565
|
"version": "0.0.0",
|
|
7555
7566
|
"files": [
|
|
7556
|
-
"https://raw.githubusercontent.com/
|
|
7557
|
-
"https://raw.githubusercontent.com/
|
|
7567
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/modal/modal.tsx",
|
|
7568
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/modal/modal.module.css"
|
|
7558
7569
|
],
|
|
7559
7570
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
7560
7571
|
"tags": ["overlay", "dialog", "popup"],
|
|
@@ -7691,8 +7702,8 @@
|
|
|
7691
7702
|
"category": "inputs",
|
|
7692
7703
|
"version": "0.0.0",
|
|
7693
7704
|
"files": [
|
|
7694
|
-
"https://raw.githubusercontent.com/
|
|
7695
|
-
"https://raw.githubusercontent.com/
|
|
7705
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/multi-select/multi-select.tsx",
|
|
7706
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/multi-select/multi-select.module.css"
|
|
7696
7707
|
],
|
|
7697
7708
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
7698
7709
|
"tags": ["form", "select", "multi", "input", "popover"],
|
|
@@ -7826,8 +7837,8 @@
|
|
|
7826
7837
|
"category": "inputs",
|
|
7827
7838
|
"version": "0.0.0",
|
|
7828
7839
|
"files": [
|
|
7829
|
-
"https://raw.githubusercontent.com/
|
|
7830
|
-
"https://raw.githubusercontent.com/
|
|
7840
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/native-select/native-select.tsx",
|
|
7841
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/native-select/native-select.module.css"
|
|
7831
7842
|
],
|
|
7832
7843
|
"dependencies": ["@cascivo/core"],
|
|
7833
7844
|
"tags": ["inputs", "select", "native", "form", "dropdown"],
|
|
@@ -7909,8 +7920,8 @@
|
|
|
7909
7920
|
"category": "navigation",
|
|
7910
7921
|
"version": "0.0.0",
|
|
7911
7922
|
"files": [
|
|
7912
|
-
"https://raw.githubusercontent.com/
|
|
7913
|
-
"https://raw.githubusercontent.com/
|
|
7923
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/navigation-menu/navigation-menu.tsx",
|
|
7924
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/navigation-menu/navigation-menu.module.css"
|
|
7914
7925
|
],
|
|
7915
7926
|
"dependencies": ["@cascivo/core"],
|
|
7916
7927
|
"tags": ["navigation", "menu", "flyout", "site-nav"],
|
|
@@ -8020,8 +8031,8 @@
|
|
|
8020
8031
|
"category": "feedback",
|
|
8021
8032
|
"version": "0.0.0",
|
|
8022
8033
|
"files": [
|
|
8023
|
-
"https://raw.githubusercontent.com/
|
|
8024
|
-
"https://raw.githubusercontent.com/
|
|
8034
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/notification/notification.tsx",
|
|
8035
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/notification/notification.module.css"
|
|
8025
8036
|
],
|
|
8026
8037
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
8027
8038
|
"tags": ["notification", "banner", "message", "feedback", "actionable"],
|
|
@@ -8172,8 +8183,8 @@
|
|
|
8172
8183
|
"category": "inputs",
|
|
8173
8184
|
"version": "0.0.0",
|
|
8174
8185
|
"files": [
|
|
8175
|
-
"https://raw.githubusercontent.com/
|
|
8176
|
-
"https://raw.githubusercontent.com/
|
|
8186
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/number-input/number-input.tsx",
|
|
8187
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/number-input/number-input.module.css"
|
|
8177
8188
|
],
|
|
8178
8189
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
8179
8190
|
"tags": ["form", "number", "input", "spinbutton", "stepper"],
|
|
@@ -8358,8 +8369,8 @@
|
|
|
8358
8369
|
"category": "inputs",
|
|
8359
8370
|
"version": "0.0.0",
|
|
8360
8371
|
"files": [
|
|
8361
|
-
"https://raw.githubusercontent.com/
|
|
8362
|
-
"https://raw.githubusercontent.com/
|
|
8372
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/otp-input/otp-input.tsx",
|
|
8373
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/otp-input/otp-input.module.css"
|
|
8363
8374
|
],
|
|
8364
8375
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
8365
8376
|
"tags": ["form", "otp", "code", "input", "verification"],
|
|
@@ -8478,8 +8489,8 @@
|
|
|
8478
8489
|
"category": "overlay",
|
|
8479
8490
|
"version": "0.0.0",
|
|
8480
8491
|
"files": [
|
|
8481
|
-
"https://raw.githubusercontent.com/
|
|
8482
|
-
"https://raw.githubusercontent.com/
|
|
8492
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/overflow-menu/overflow-menu.tsx",
|
|
8493
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/overflow-menu/overflow-menu.module.css"
|
|
8483
8494
|
],
|
|
8484
8495
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
8485
8496
|
"tags": ["overlay", "menu", "actions", "kebab", "table"],
|
|
@@ -8618,8 +8629,8 @@
|
|
|
8618
8629
|
"category": "navigation",
|
|
8619
8630
|
"version": "0.0.0",
|
|
8620
8631
|
"files": [
|
|
8621
|
-
"https://raw.githubusercontent.com/
|
|
8622
|
-
"https://raw.githubusercontent.com/
|
|
8632
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/pagination/pagination.tsx",
|
|
8633
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/pagination/pagination.module.css"
|
|
8623
8634
|
],
|
|
8624
8635
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
8625
8636
|
"tags": ["pagination", "navigation", "table", "data", "pages"],
|
|
@@ -8764,8 +8775,8 @@
|
|
|
8764
8775
|
"category": "inputs",
|
|
8765
8776
|
"version": "0.0.0",
|
|
8766
8777
|
"files": [
|
|
8767
|
-
"https://raw.githubusercontent.com/
|
|
8768
|
-
"https://raw.githubusercontent.com/
|
|
8778
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/password-input/password-input.tsx",
|
|
8779
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/password-input/password-input.module.css"
|
|
8769
8780
|
],
|
|
8770
8781
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
8771
8782
|
"tags": ["form", "password", "input", "security"],
|
|
@@ -8898,8 +8909,8 @@
|
|
|
8898
8909
|
"category": "overlay",
|
|
8899
8910
|
"version": "0.0.0",
|
|
8900
8911
|
"files": [
|
|
8901
|
-
"https://raw.githubusercontent.com/
|
|
8902
|
-
"https://raw.githubusercontent.com/
|
|
8912
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/popover/popover.tsx",
|
|
8913
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/popover/popover.module.css"
|
|
8903
8914
|
],
|
|
8904
8915
|
"dependencies": ["@cascivo/core"],
|
|
8905
8916
|
"tags": ["overlay", "floating", "anchor", "popover"],
|
|
@@ -8984,8 +8995,8 @@
|
|
|
8984
8995
|
"category": "feedback",
|
|
8985
8996
|
"version": "0.0.0",
|
|
8986
8997
|
"files": [
|
|
8987
|
-
"https://raw.githubusercontent.com/
|
|
8988
|
-
"https://raw.githubusercontent.com/
|
|
8998
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress/progress.tsx",
|
|
8999
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress/progress.module.css"
|
|
8989
9000
|
],
|
|
8990
9001
|
"dependencies": ["@cascivo/core"],
|
|
8991
9002
|
"tags": ["progress", "loading", "upload", "bar"],
|
|
@@ -9104,8 +9115,8 @@
|
|
|
9104
9115
|
"category": "feedback",
|
|
9105
9116
|
"version": "0.0.0",
|
|
9106
9117
|
"files": [
|
|
9107
|
-
"https://raw.githubusercontent.com/
|
|
9108
|
-
"https://raw.githubusercontent.com/
|
|
9118
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-bar/progress-bar.tsx",
|
|
9119
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-bar/progress-bar.module.css"
|
|
9109
9120
|
],
|
|
9110
9121
|
"dependencies": ["@cascivo/core"],
|
|
9111
9122
|
"tags": ["progress", "loading", "status", "feedback"],
|
|
@@ -9238,8 +9249,8 @@
|
|
|
9238
9249
|
"category": "feedback",
|
|
9239
9250
|
"version": "0.0.0",
|
|
9240
9251
|
"files": [
|
|
9241
|
-
"https://raw.githubusercontent.com/
|
|
9242
|
-
"https://raw.githubusercontent.com/
|
|
9252
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-circle/progress-circle.tsx",
|
|
9253
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-circle/progress-circle.module.css"
|
|
9243
9254
|
],
|
|
9244
9255
|
"dependencies": ["@cascivo/core"],
|
|
9245
9256
|
"tags": ["progress", "loading", "circle", "feedback"],
|
|
@@ -9358,8 +9369,8 @@
|
|
|
9358
9369
|
"category": "navigation",
|
|
9359
9370
|
"version": "0.0.0",
|
|
9360
9371
|
"files": [
|
|
9361
|
-
"https://raw.githubusercontent.com/
|
|
9362
|
-
"https://raw.githubusercontent.com/
|
|
9372
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-indicator/progress-indicator.tsx",
|
|
9373
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/progress-indicator/progress-indicator.module.css"
|
|
9363
9374
|
],
|
|
9364
9375
|
"dependencies": ["@cascivo/core"],
|
|
9365
9376
|
"tags": ["steps", "wizard", "stepper", "progress", "navigation"],
|
|
@@ -9474,8 +9485,8 @@
|
|
|
9474
9485
|
"category": "display",
|
|
9475
9486
|
"version": "0.0.0",
|
|
9476
9487
|
"files": [
|
|
9477
|
-
"https://raw.githubusercontent.com/
|
|
9478
|
-
"https://raw.githubusercontent.com/
|
|
9488
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/prose/prose.tsx",
|
|
9489
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/prose/prose.module.css"
|
|
9479
9490
|
],
|
|
9480
9491
|
"dependencies": ["@cascivo/core"],
|
|
9481
9492
|
"tags": ["typography", "prose", "content", "markdown", "article"],
|
|
@@ -9573,8 +9584,8 @@
|
|
|
9573
9584
|
"category": "display",
|
|
9574
9585
|
"version": "0.0.0",
|
|
9575
9586
|
"files": [
|
|
9576
|
-
"https://raw.githubusercontent.com/
|
|
9577
|
-
"https://raw.githubusercontent.com/
|
|
9587
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/qr-code/qr-code.tsx",
|
|
9588
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/qr-code/qr-code.module.css"
|
|
9578
9589
|
],
|
|
9579
9590
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
9580
9591
|
"tags": ["qr", "qr-code", "barcode", "encode", "display"],
|
|
@@ -9698,8 +9709,8 @@
|
|
|
9698
9709
|
"category": "feedback",
|
|
9699
9710
|
"version": "0.0.0",
|
|
9700
9711
|
"files": [
|
|
9701
|
-
"https://raw.githubusercontent.com/
|
|
9702
|
-
"https://raw.githubusercontent.com/
|
|
9712
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radial-progress/radial-progress.tsx",
|
|
9713
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radial-progress/radial-progress.module.css"
|
|
9703
9714
|
],
|
|
9704
9715
|
"dependencies": [],
|
|
9705
9716
|
"tags": ["progress", "circular", "gauge", "meter", "kpi", "dashboard"],
|
|
@@ -9837,8 +9848,8 @@
|
|
|
9837
9848
|
"category": "inputs",
|
|
9838
9849
|
"version": "0.0.0",
|
|
9839
9850
|
"files": [
|
|
9840
|
-
"https://raw.githubusercontent.com/
|
|
9841
|
-
"https://raw.githubusercontent.com/
|
|
9851
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radio/radio.tsx",
|
|
9852
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radio/radio.module.css"
|
|
9842
9853
|
],
|
|
9843
9854
|
"dependencies": ["@cascivo/core"],
|
|
9844
9855
|
"tags": ["form", "choice", "group"],
|
|
@@ -9953,8 +9964,8 @@
|
|
|
9953
9964
|
"category": "inputs",
|
|
9954
9965
|
"version": "0.0.0",
|
|
9955
9966
|
"files": [
|
|
9956
|
-
"https://raw.githubusercontent.com/
|
|
9957
|
-
"https://raw.githubusercontent.com/
|
|
9967
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radio-card/radio-card.tsx",
|
|
9968
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/radio-card/radio-card.module.css"
|
|
9958
9969
|
],
|
|
9959
9970
|
"dependencies": ["@cascivo/core"],
|
|
9960
9971
|
"tags": ["radio", "card", "selectable", "form"],
|
|
@@ -10068,8 +10079,8 @@
|
|
|
10068
10079
|
"category": "inputs",
|
|
10069
10080
|
"version": "0.0.0",
|
|
10070
10081
|
"files": [
|
|
10071
|
-
"https://raw.githubusercontent.com/
|
|
10072
|
-
"https://raw.githubusercontent.com/
|
|
10082
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/rating-group/rating-group.tsx",
|
|
10083
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/rating-group/rating-group.module.css"
|
|
10073
10084
|
],
|
|
10074
10085
|
"dependencies": ["@cascivo/core"],
|
|
10075
10086
|
"tags": ["form", "rating", "stars", "input", "feedback"],
|
|
@@ -10196,8 +10207,8 @@
|
|
|
10196
10207
|
"category": "display",
|
|
10197
10208
|
"version": "0.0.0",
|
|
10198
10209
|
"files": [
|
|
10199
|
-
"https://raw.githubusercontent.com/
|
|
10200
|
-
"https://raw.githubusercontent.com/
|
|
10210
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/relative-time/relative-time.tsx",
|
|
10211
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/relative-time/relative-time.module.css"
|
|
10201
10212
|
],
|
|
10202
10213
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
10203
10214
|
"tags": ["time", "date", "relative", "i18n", "display"],
|
|
@@ -10301,8 +10312,8 @@
|
|
|
10301
10312
|
"category": "layout",
|
|
10302
10313
|
"version": "0.0.0",
|
|
10303
10314
|
"files": [
|
|
10304
|
-
"https://raw.githubusercontent.com/
|
|
10305
|
-
"https://raw.githubusercontent.com/
|
|
10315
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/resizable/resizable.tsx",
|
|
10316
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/resizable/resizable.module.css"
|
|
10306
10317
|
],
|
|
10307
10318
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
10308
10319
|
"tags": ["splitter", "panes", "layout", "resize", "divider"],
|
|
@@ -10428,8 +10439,8 @@
|
|
|
10428
10439
|
"category": "layout",
|
|
10429
10440
|
"version": "0.0.0",
|
|
10430
10441
|
"files": [
|
|
10431
|
-
"https://raw.githubusercontent.com/
|
|
10432
|
-
"https://raw.githubusercontent.com/
|
|
10442
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/scroll-area/scroll-area.tsx",
|
|
10443
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/scroll-area/scroll-area.module.css"
|
|
10433
10444
|
],
|
|
10434
10445
|
"dependencies": ["@cascivo/core"],
|
|
10435
10446
|
"tags": ["scroll", "overflow", "scrollbar", "container", "layout"],
|
|
@@ -10547,8 +10558,8 @@
|
|
|
10547
10558
|
"category": "inputs",
|
|
10548
10559
|
"version": "0.0.0",
|
|
10549
10560
|
"files": [
|
|
10550
|
-
"https://raw.githubusercontent.com/
|
|
10551
|
-
"https://raw.githubusercontent.com/
|
|
10561
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/search/search.tsx",
|
|
10562
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/search/search.module.css"
|
|
10552
10563
|
],
|
|
10553
10564
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
10554
10565
|
"tags": ["search", "input", "filter", "form"],
|
|
@@ -10716,8 +10727,8 @@
|
|
|
10716
10727
|
"category": "inputs",
|
|
10717
10728
|
"version": "0.0.0",
|
|
10718
10729
|
"files": [
|
|
10719
|
-
"https://raw.githubusercontent.com/
|
|
10720
|
-
"https://raw.githubusercontent.com/
|
|
10730
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/segmented-control/segmented-control.tsx",
|
|
10731
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/segmented-control/segmented-control.module.css"
|
|
10721
10732
|
],
|
|
10722
10733
|
"dependencies": ["@cascivo/core"],
|
|
10723
10734
|
"tags": ["form", "toggle", "group", "segmented", "input"],
|
|
@@ -10836,8 +10847,8 @@
|
|
|
10836
10847
|
"category": "inputs",
|
|
10837
10848
|
"version": "0.0.0",
|
|
10838
10849
|
"files": [
|
|
10839
|
-
"https://raw.githubusercontent.com/
|
|
10840
|
-
"https://raw.githubusercontent.com/
|
|
10850
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/select/select.tsx",
|
|
10851
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/select/select.module.css"
|
|
10841
10852
|
],
|
|
10842
10853
|
"dependencies": ["@cascivo/core"],
|
|
10843
10854
|
"tags": ["form", "dropdown", "menu"],
|
|
@@ -10972,8 +10983,8 @@
|
|
|
10972
10983
|
"category": "display",
|
|
10973
10984
|
"version": "0.0.0",
|
|
10974
10985
|
"files": [
|
|
10975
|
-
"https://raw.githubusercontent.com/
|
|
10976
|
-
"https://raw.githubusercontent.com/
|
|
10986
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/separator/separator.tsx",
|
|
10987
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/separator/separator.module.css"
|
|
10977
10988
|
],
|
|
10978
10989
|
"dependencies": ["@cascivo/core"],
|
|
10979
10990
|
"tags": ["divider", "rule", "layout"],
|
|
@@ -11064,8 +11075,8 @@
|
|
|
11064
11075
|
"category": "overlay",
|
|
11065
11076
|
"version": "0.0.0",
|
|
11066
11077
|
"files": [
|
|
11067
|
-
"https://raw.githubusercontent.com/
|
|
11068
|
-
"https://raw.githubusercontent.com/
|
|
11078
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/sheet/sheet.tsx",
|
|
11079
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/sheet/sheet.module.css"
|
|
11069
11080
|
],
|
|
11070
11081
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
11071
11082
|
"tags": ["overlay", "drawer", "panel", "slide"],
|
|
@@ -11076,7 +11087,29 @@
|
|
|
11076
11087
|
"states": ["open", "closed"],
|
|
11077
11088
|
"variants": [],
|
|
11078
11089
|
"sizes": [],
|
|
11079
|
-
"props": [
|
|
11090
|
+
"props": [
|
|
11091
|
+
{
|
|
11092
|
+
"name": "open",
|
|
11093
|
+
"type": "boolean",
|
|
11094
|
+
"required": true
|
|
11095
|
+
},
|
|
11096
|
+
{
|
|
11097
|
+
"name": "onClose",
|
|
11098
|
+
"type": "() => void",
|
|
11099
|
+
"required": true
|
|
11100
|
+
},
|
|
11101
|
+
{
|
|
11102
|
+
"name": "title",
|
|
11103
|
+
"type": "React.ReactNode",
|
|
11104
|
+
"required": false
|
|
11105
|
+
},
|
|
11106
|
+
{
|
|
11107
|
+
"name": "side",
|
|
11108
|
+
"type": "'start' | 'end' | 'top' | 'bottom'",
|
|
11109
|
+
"required": false,
|
|
11110
|
+
"default": "end"
|
|
11111
|
+
}
|
|
11112
|
+
],
|
|
11080
11113
|
"tokens": [
|
|
11081
11114
|
"--cascivo-color-surface",
|
|
11082
11115
|
"--cascivo-color-border",
|
|
@@ -11122,7 +11155,7 @@
|
|
|
11122
11155
|
"reason": "Use for small content anchored to a trigger element"
|
|
11123
11156
|
}
|
|
11124
11157
|
],
|
|
11125
|
-
"a11yRationale": "Uses popover=\"manual\" with role=\"dialog\" and aria-modal so it is announced as a modal surface;
|
|
11158
|
+
"a11yRationale": "Uses popover=\"manual\" with role=\"dialog\" and aria-modal so it is announced as a modal surface; when a title is provided it labels the dialog via aria-labelledby (so rich title nodes stay accessible), and Escape/Tab handling comes from the popover platform behavior.",
|
|
11126
11159
|
"flexibility": [
|
|
11127
11160
|
{
|
|
11128
11161
|
"area": "side",
|
|
@@ -11145,8 +11178,8 @@
|
|
|
11145
11178
|
"category": "navigation",
|
|
11146
11179
|
"version": "0.0.0",
|
|
11147
11180
|
"files": [
|
|
11148
|
-
"https://raw.githubusercontent.com/
|
|
11149
|
-
"https://raw.githubusercontent.com/
|
|
11181
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/shell-header/shell-header.tsx",
|
|
11182
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/shell-header/shell-header.module.css"
|
|
11150
11183
|
],
|
|
11151
11184
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
11152
11185
|
"tags": ["navigation", "header", "shell", "console", "menu", "app-shell"],
|
|
@@ -11288,8 +11321,8 @@
|
|
|
11288
11321
|
"category": "navigation",
|
|
11289
11322
|
"version": "0.0.0",
|
|
11290
11323
|
"files": [
|
|
11291
|
-
"https://raw.githubusercontent.com/
|
|
11292
|
-
"https://raw.githubusercontent.com/
|
|
11324
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/side-nav/side-nav.tsx",
|
|
11325
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/side-nav/side-nav.module.css"
|
|
11293
11326
|
],
|
|
11294
11327
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
11295
11328
|
"tags": ["navigation", "sidebar", "app-shell", "collapsible"],
|
|
@@ -11451,8 +11484,8 @@
|
|
|
11451
11484
|
"category": "display",
|
|
11452
11485
|
"version": "0.0.0",
|
|
11453
11486
|
"files": [
|
|
11454
|
-
"https://raw.githubusercontent.com/
|
|
11455
|
-
"https://raw.githubusercontent.com/
|
|
11487
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/skeleton/skeleton.tsx",
|
|
11488
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/skeleton/skeleton.module.css"
|
|
11456
11489
|
],
|
|
11457
11490
|
"dependencies": ["@cascivo/core"],
|
|
11458
11491
|
"tags": ["loading", "placeholder", "shimmer"],
|
|
@@ -11570,8 +11603,8 @@
|
|
|
11570
11603
|
"category": "navigation",
|
|
11571
11604
|
"version": "0.0.0",
|
|
11572
11605
|
"files": [
|
|
11573
|
-
"https://raw.githubusercontent.com/
|
|
11574
|
-
"https://raw.githubusercontent.com/
|
|
11606
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/skip-nav/skip-nav.tsx",
|
|
11607
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/skip-nav/skip-nav.module.css"
|
|
11575
11608
|
],
|
|
11576
11609
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
11577
11610
|
"tags": ["accessibility", "skip-link", "keyboard", "navigation"],
|
|
@@ -11680,8 +11713,8 @@
|
|
|
11680
11713
|
"category": "inputs",
|
|
11681
11714
|
"version": "0.0.0",
|
|
11682
11715
|
"files": [
|
|
11683
|
-
"https://raw.githubusercontent.com/
|
|
11684
|
-
"https://raw.githubusercontent.com/
|
|
11716
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/slider/slider.tsx",
|
|
11717
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/slider/slider.module.css"
|
|
11685
11718
|
],
|
|
11686
11719
|
"dependencies": ["@cascivo/core"],
|
|
11687
11720
|
"tags": ["form", "range", "input"],
|
|
@@ -11811,8 +11844,8 @@
|
|
|
11811
11844
|
"category": "feedback",
|
|
11812
11845
|
"version": "0.0.0",
|
|
11813
11846
|
"files": [
|
|
11814
|
-
"https://raw.githubusercontent.com/
|
|
11815
|
-
"https://raw.githubusercontent.com/
|
|
11847
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/spinner/spinner.tsx",
|
|
11848
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/spinner/spinner.module.css"
|
|
11816
11849
|
],
|
|
11817
11850
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
11818
11851
|
"tags": ["loading", "progress", "feedback"],
|
|
@@ -11909,8 +11942,8 @@
|
|
|
11909
11942
|
"category": "layout",
|
|
11910
11943
|
"version": "0.0.0",
|
|
11911
11944
|
"files": [
|
|
11912
|
-
"https://raw.githubusercontent.com/
|
|
11913
|
-
"https://raw.githubusercontent.com/
|
|
11945
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/stack/stack.tsx",
|
|
11946
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/stack/stack.module.css"
|
|
11914
11947
|
],
|
|
11915
11948
|
"dependencies": [],
|
|
11916
11949
|
"tags": ["stack", "pile", "overlap", "layout"],
|
|
@@ -12001,8 +12034,8 @@
|
|
|
12001
12034
|
"category": "display",
|
|
12002
12035
|
"version": "0.0.0",
|
|
12003
12036
|
"files": [
|
|
12004
|
-
"https://raw.githubusercontent.com/
|
|
12005
|
-
"https://raw.githubusercontent.com/
|
|
12037
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/stat/stat.tsx",
|
|
12038
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/stat/stat.module.css"
|
|
12006
12039
|
],
|
|
12007
12040
|
"dependencies": ["@cascivo/core"],
|
|
12008
12041
|
"tags": ["stat", "kpi", "metric", "number"],
|
|
@@ -12124,8 +12157,8 @@
|
|
|
12124
12157
|
"category": "display",
|
|
12125
12158
|
"version": "0.0.0",
|
|
12126
12159
|
"files": [
|
|
12127
|
-
"https://raw.githubusercontent.com/
|
|
12128
|
-
"https://raw.githubusercontent.com/
|
|
12160
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/status/status.tsx",
|
|
12161
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/status/status.module.css"
|
|
12129
12162
|
],
|
|
12130
12163
|
"dependencies": ["@cascivo/core"],
|
|
12131
12164
|
"tags": ["status", "indicator", "dot", "badge"],
|
|
@@ -12238,8 +12271,8 @@
|
|
|
12238
12271
|
"category": "navigation",
|
|
12239
12272
|
"version": "0.0.0",
|
|
12240
12273
|
"files": [
|
|
12241
|
-
"https://raw.githubusercontent.com/
|
|
12242
|
-
"https://raw.githubusercontent.com/
|
|
12274
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/steps/steps.tsx",
|
|
12275
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/steps/steps.module.css"
|
|
12243
12276
|
],
|
|
12244
12277
|
"dependencies": ["@cascivo/core"],
|
|
12245
12278
|
"tags": ["steps", "wizard", "stepper", "progress", "navigation", "onboarding", "checkout"],
|
|
@@ -12369,8 +12402,8 @@
|
|
|
12369
12402
|
"category": "display",
|
|
12370
12403
|
"version": "0.0.0",
|
|
12371
12404
|
"files": [
|
|
12372
|
-
"https://raw.githubusercontent.com/
|
|
12373
|
-
"https://raw.githubusercontent.com/
|
|
12405
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/structured-list/structured-list.tsx",
|
|
12406
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/structured-list/structured-list.module.css"
|
|
12374
12407
|
],
|
|
12375
12408
|
"dependencies": ["@cascivo/core"],
|
|
12376
12409
|
"tags": ["display", "list", "table", "data"],
|
|
@@ -12494,8 +12527,8 @@
|
|
|
12494
12527
|
"category": "inputs",
|
|
12495
12528
|
"version": "0.0.0",
|
|
12496
12529
|
"files": [
|
|
12497
|
-
"https://raw.githubusercontent.com/
|
|
12498
|
-
"https://raw.githubusercontent.com/
|
|
12530
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/swap/swap.tsx",
|
|
12531
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/swap/swap.module.css"
|
|
12499
12532
|
],
|
|
12500
12533
|
"dependencies": ["@cascivo/core"],
|
|
12501
12534
|
"tags": ["toggle", "icon", "animate", "switch", "flip", "rotate"],
|
|
@@ -12623,8 +12656,8 @@
|
|
|
12623
12656
|
"category": "navigation",
|
|
12624
12657
|
"version": "0.0.0",
|
|
12625
12658
|
"files": [
|
|
12626
|
-
"https://raw.githubusercontent.com/
|
|
12627
|
-
"https://raw.githubusercontent.com/
|
|
12659
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/switcher/switcher.tsx",
|
|
12660
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/switcher/switcher.module.css"
|
|
12628
12661
|
],
|
|
12629
12662
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
12630
12663
|
"tags": ["navigation", "switcher", "shell", "console", "app-switcher"],
|
|
@@ -12723,8 +12756,8 @@
|
|
|
12723
12756
|
"category": "navigation",
|
|
12724
12757
|
"version": "0.0.0",
|
|
12725
12758
|
"files": [
|
|
12726
|
-
"https://raw.githubusercontent.com/
|
|
12727
|
-
"https://raw.githubusercontent.com/
|
|
12759
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tabs/tabs.tsx",
|
|
12760
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tabs/tabs.module.css"
|
|
12728
12761
|
],
|
|
12729
12762
|
"dependencies": ["@cascivo/core"],
|
|
12730
12763
|
"tags": ["navigation", "tabs", "sections"],
|
|
@@ -12827,8 +12860,8 @@
|
|
|
12827
12860
|
"category": "display",
|
|
12828
12861
|
"version": "0.0.0",
|
|
12829
12862
|
"files": [
|
|
12830
|
-
"https://raw.githubusercontent.com/
|
|
12831
|
-
"https://raw.githubusercontent.com/
|
|
12863
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tag/tag.tsx",
|
|
12864
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tag/tag.module.css"
|
|
12832
12865
|
],
|
|
12833
12866
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
12834
12867
|
"tags": ["chip", "label", "filter", "category"],
|
|
@@ -12957,8 +12990,8 @@
|
|
|
12957
12990
|
"category": "inputs",
|
|
12958
12991
|
"version": "0.0.0",
|
|
12959
12992
|
"files": [
|
|
12960
|
-
"https://raw.githubusercontent.com/
|
|
12961
|
-
"https://raw.githubusercontent.com/
|
|
12993
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tags-input/tags-input.tsx",
|
|
12994
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tags-input/tags-input.module.css"
|
|
12962
12995
|
],
|
|
12963
12996
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
12964
12997
|
"tags": ["form", "tags", "chips", "multi", "input"],
|
|
@@ -13081,8 +13114,8 @@
|
|
|
13081
13114
|
"category": "display",
|
|
13082
13115
|
"version": "0.0.0",
|
|
13083
13116
|
"files": [
|
|
13084
|
-
"https://raw.githubusercontent.com/
|
|
13085
|
-
"https://raw.githubusercontent.com/
|
|
13117
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/text/text.tsx",
|
|
13118
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/text/text.module.css"
|
|
13086
13119
|
],
|
|
13087
13120
|
"dependencies": ["@cascivo/core"],
|
|
13088
13121
|
"tags": ["typography", "text", "paragraph", "body"],
|
|
@@ -13204,8 +13237,8 @@
|
|
|
13204
13237
|
"category": "inputs",
|
|
13205
13238
|
"version": "0.0.0",
|
|
13206
13239
|
"files": [
|
|
13207
|
-
"https://raw.githubusercontent.com/
|
|
13208
|
-
"https://raw.githubusercontent.com/
|
|
13240
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/textarea/textarea.tsx",
|
|
13241
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/textarea/textarea.module.css"
|
|
13209
13242
|
],
|
|
13210
13243
|
"dependencies": ["@cascivo/core"],
|
|
13211
13244
|
"tags": ["form", "text", "multiline"],
|
|
@@ -13334,8 +13367,8 @@
|
|
|
13334
13367
|
"category": "inputs",
|
|
13335
13368
|
"version": "0.0.0",
|
|
13336
13369
|
"files": [
|
|
13337
|
-
"https://raw.githubusercontent.com/
|
|
13338
|
-
"https://raw.githubusercontent.com/
|
|
13370
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tile/tile.tsx",
|
|
13371
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tile/tile.module.css"
|
|
13339
13372
|
],
|
|
13340
13373
|
"dependencies": ["@cascivo/core"],
|
|
13341
13374
|
"tags": ["inputs", "tile", "card", "selectable", "choice"],
|
|
@@ -13422,8 +13455,8 @@
|
|
|
13422
13455
|
"category": "inputs",
|
|
13423
13456
|
"version": "0.0.0",
|
|
13424
13457
|
"files": [
|
|
13425
|
-
"https://raw.githubusercontent.com/
|
|
13426
|
-
"https://raw.githubusercontent.com/
|
|
13458
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/time-picker/time-picker.tsx",
|
|
13459
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/time-picker/time-picker.module.css"
|
|
13427
13460
|
],
|
|
13428
13461
|
"dependencies": ["@cascivo/core"],
|
|
13429
13462
|
"tags": ["time", "input", "form"],
|
|
@@ -13575,8 +13608,8 @@
|
|
|
13575
13608
|
"category": "display",
|
|
13576
13609
|
"version": "0.0.0",
|
|
13577
13610
|
"files": [
|
|
13578
|
-
"https://raw.githubusercontent.com/
|
|
13579
|
-
"https://raw.githubusercontent.com/
|
|
13611
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/timeline/timeline.tsx",
|
|
13612
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/timeline/timeline.module.css"
|
|
13580
13613
|
],
|
|
13581
13614
|
"dependencies": ["@cascivo/core"],
|
|
13582
13615
|
"tags": ["timeline", "steps", "history", "progress", "events"],
|
|
@@ -13668,8 +13701,8 @@
|
|
|
13668
13701
|
"category": "overlay",
|
|
13669
13702
|
"version": "0.0.0",
|
|
13670
13703
|
"files": [
|
|
13671
|
-
"https://raw.githubusercontent.com/
|
|
13672
|
-
"https://raw.githubusercontent.com/
|
|
13704
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toast/toast.tsx",
|
|
13705
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toast/toast.module.css"
|
|
13673
13706
|
],
|
|
13674
13707
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
13675
13708
|
"tags": ["overlay", "notification", "feedback"],
|
|
@@ -13783,8 +13816,8 @@
|
|
|
13783
13816
|
"category": "navigation",
|
|
13784
13817
|
"version": "0.0.0",
|
|
13785
13818
|
"files": [
|
|
13786
|
-
"https://raw.githubusercontent.com/
|
|
13787
|
-
"https://raw.githubusercontent.com/
|
|
13819
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toc/toc.tsx",
|
|
13820
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toc/toc.module.css"
|
|
13788
13821
|
],
|
|
13789
13822
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
13790
13823
|
"tags": ["toc", "table-of-contents", "navigation", "scroll-spy", "anchor"],
|
|
@@ -13904,8 +13937,8 @@
|
|
|
13904
13937
|
"category": "inputs",
|
|
13905
13938
|
"version": "0.0.0",
|
|
13906
13939
|
"files": [
|
|
13907
|
-
"https://raw.githubusercontent.com/
|
|
13908
|
-
"https://raw.githubusercontent.com/
|
|
13940
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggle/toggle.tsx",
|
|
13941
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggle/toggle.module.css"
|
|
13909
13942
|
],
|
|
13910
13943
|
"dependencies": ["@cascivo/core"],
|
|
13911
13944
|
"tags": ["switch", "form", "boolean"],
|
|
@@ -14030,8 +14063,8 @@
|
|
|
14030
14063
|
"category": "inputs",
|
|
14031
14064
|
"version": "0.0.0",
|
|
14032
14065
|
"files": [
|
|
14033
|
-
"https://raw.githubusercontent.com/
|
|
14034
|
-
"https://raw.githubusercontent.com/
|
|
14066
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggle-group/toggle-group.tsx",
|
|
14067
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggle-group/toggle-group.module.css"
|
|
14035
14068
|
],
|
|
14036
14069
|
"dependencies": ["@cascivo/core"],
|
|
14037
14070
|
"tags": ["selection", "segmented", "toolbar", "choice"],
|
|
@@ -14182,8 +14215,8 @@
|
|
|
14182
14215
|
"category": "overlay",
|
|
14183
14216
|
"version": "0.0.0",
|
|
14184
14217
|
"files": [
|
|
14185
|
-
"https://raw.githubusercontent.com/
|
|
14186
|
-
"https://raw.githubusercontent.com/
|
|
14218
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggletip/toggletip.tsx",
|
|
14219
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/toggletip/toggletip.module.css"
|
|
14187
14220
|
],
|
|
14188
14221
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
14189
14222
|
"tags": ["overlay", "toggletip", "info", "popover", "floating"],
|
|
@@ -14342,8 +14375,8 @@
|
|
|
14342
14375
|
"category": "overlay",
|
|
14343
14376
|
"version": "0.0.0",
|
|
14344
14377
|
"files": [
|
|
14345
|
-
"https://raw.githubusercontent.com/
|
|
14346
|
-
"https://raw.githubusercontent.com/
|
|
14378
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tooltip/tooltip.tsx",
|
|
14379
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tooltip/tooltip.module.css"
|
|
14347
14380
|
],
|
|
14348
14381
|
"dependencies": ["@cascivo/core"],
|
|
14349
14382
|
"tags": ["overlay", "hint", "popover"],
|
|
@@ -14463,8 +14496,8 @@
|
|
|
14463
14496
|
"category": "display",
|
|
14464
14497
|
"version": "0.0.0",
|
|
14465
14498
|
"files": [
|
|
14466
|
-
"https://raw.githubusercontent.com/
|
|
14467
|
-
"https://raw.githubusercontent.com/
|
|
14499
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tree-view/tree-view.tsx",
|
|
14500
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/tree-view/tree-view.module.css"
|
|
14468
14501
|
],
|
|
14469
14502
|
"dependencies": ["@cascivo/core", "@cascivo/i18n"],
|
|
14470
14503
|
"tags": ["display", "tree", "hierarchy", "navigation", "files"],
|
|
@@ -14616,8 +14649,8 @@
|
|
|
14616
14649
|
"category": "display",
|
|
14617
14650
|
"version": "0.0.0",
|
|
14618
14651
|
"files": [
|
|
14619
|
-
"https://raw.githubusercontent.com/
|
|
14620
|
-
"https://raw.githubusercontent.com/
|
|
14652
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/user/user.tsx",
|
|
14653
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/user/user.module.css"
|
|
14621
14654
|
],
|
|
14622
14655
|
"dependencies": ["@cascivo/core", "@cascivo/components"],
|
|
14623
14656
|
"tags": ["user", "avatar", "identity", "display"],
|
|
@@ -14722,8 +14755,8 @@
|
|
|
14722
14755
|
"category": "display",
|
|
14723
14756
|
"version": "0.0.0",
|
|
14724
14757
|
"files": [
|
|
14725
|
-
"https://raw.githubusercontent.com/
|
|
14726
|
-
"https://raw.githubusercontent.com/
|
|
14758
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/visually-hidden/visually-hidden.tsx",
|
|
14759
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/visually-hidden/visually-hidden.module.css"
|
|
14727
14760
|
],
|
|
14728
14761
|
"dependencies": ["@cascivo/core"],
|
|
14729
14762
|
"tags": ["accessibility", "screen-reader", "sr-only", "hidden"],
|
|
@@ -14812,8 +14845,8 @@
|
|
|
14812
14845
|
"category": "layout",
|
|
14813
14846
|
"version": "0.0.0",
|
|
14814
14847
|
"files": [
|
|
14815
|
-
"https://raw.githubusercontent.com/
|
|
14816
|
-
"https://raw.githubusercontent.com/
|
|
14848
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/app-shell/app-shell.tsx",
|
|
14849
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/app-shell/app-shell.module.css"
|
|
14817
14850
|
],
|
|
14818
14851
|
"dependencies": ["@cascivo/core", "@cascivo/i18n", "@cascivo/storage"],
|
|
14819
14852
|
"tags": ["layout", "shell", "sidebar", "navigation"],
|
|
@@ -14924,8 +14957,8 @@
|
|
|
14924
14957
|
"category": "layout",
|
|
14925
14958
|
"version": "0.0.0",
|
|
14926
14959
|
"files": [
|
|
14927
|
-
"https://raw.githubusercontent.com/
|
|
14928
|
-
"https://raw.githubusercontent.com/
|
|
14960
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/auth-layout/auth-layout.tsx",
|
|
14961
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/auth-layout/auth-layout.module.css"
|
|
14929
14962
|
],
|
|
14930
14963
|
"dependencies": ["@cascivo/core"],
|
|
14931
14964
|
"tags": ["layout", "auth", "login", "page"],
|
|
@@ -15007,8 +15040,8 @@
|
|
|
15007
15040
|
"category": "layout",
|
|
15008
15041
|
"version": "0.0.0",
|
|
15009
15042
|
"files": [
|
|
15010
|
-
"https://raw.githubusercontent.com/
|
|
15011
|
-
"https://raw.githubusercontent.com/
|
|
15043
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/auto-grid/auto-grid.tsx",
|
|
15044
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/auto-grid/auto-grid.module.css"
|
|
15012
15045
|
],
|
|
15013
15046
|
"dependencies": ["@cascivo/core"],
|
|
15014
15047
|
"tags": ["layout", "grid", "responsive"],
|
|
@@ -15079,8 +15112,8 @@
|
|
|
15079
15112
|
"category": "layout",
|
|
15080
15113
|
"version": "0.0.0",
|
|
15081
15114
|
"files": [
|
|
15082
|
-
"https://raw.githubusercontent.com/
|
|
15083
|
-
"https://raw.githubusercontent.com/
|
|
15115
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/center/center.tsx",
|
|
15116
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/center/center.module.css"
|
|
15084
15117
|
],
|
|
15085
15118
|
"dependencies": ["@cascivo/core"],
|
|
15086
15119
|
"tags": ["layout", "center", "wrapper"],
|
|
@@ -15148,8 +15181,8 @@
|
|
|
15148
15181
|
"category": "layout",
|
|
15149
15182
|
"version": "0.0.0",
|
|
15150
15183
|
"files": [
|
|
15151
|
-
"https://raw.githubusercontent.com/
|
|
15152
|
-
"https://raw.githubusercontent.com/
|
|
15184
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/columns/columns.tsx",
|
|
15185
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/columns/columns.module.css"
|
|
15153
15186
|
],
|
|
15154
15187
|
"dependencies": ["@cascivo/core"],
|
|
15155
15188
|
"tags": ["layout", "grid", "columns"],
|
|
@@ -15223,8 +15256,8 @@
|
|
|
15223
15256
|
"category": "layout",
|
|
15224
15257
|
"version": "0.0.0",
|
|
15225
15258
|
"files": [
|
|
15226
|
-
"https://raw.githubusercontent.com/
|
|
15227
|
-
"https://raw.githubusercontent.com/
|
|
15259
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/dashboard-layout/dashboard-layout.tsx",
|
|
15260
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/dashboard-layout/dashboard-layout.module.css"
|
|
15228
15261
|
],
|
|
15229
15262
|
"dependencies": ["@cascivo/core"],
|
|
15230
15263
|
"tags": ["layout", "dashboard", "page"],
|
|
@@ -15304,8 +15337,8 @@
|
|
|
15304
15337
|
"category": "layout",
|
|
15305
15338
|
"version": "0.0.0",
|
|
15306
15339
|
"files": [
|
|
15307
|
-
"https://raw.githubusercontent.com/
|
|
15308
|
-
"https://raw.githubusercontent.com/
|
|
15340
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/grid/grid.tsx",
|
|
15341
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/grid/grid.module.css"
|
|
15309
15342
|
],
|
|
15310
15343
|
"dependencies": ["@cascivo/core"],
|
|
15311
15344
|
"tags": ["layout", "grid", "columns"],
|
|
@@ -15385,8 +15418,8 @@
|
|
|
15385
15418
|
"category": "layout",
|
|
15386
15419
|
"version": "0.0.0",
|
|
15387
15420
|
"files": [
|
|
15388
|
-
"https://raw.githubusercontent.com/
|
|
15389
|
-
"https://raw.githubusercontent.com/
|
|
15421
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/masonry/masonry.tsx",
|
|
15422
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/masonry/masonry.module.css"
|
|
15390
15423
|
],
|
|
15391
15424
|
"dependencies": ["@cascivo/core"],
|
|
15392
15425
|
"tags": ["layout", "masonry", "gallery"],
|
|
@@ -15462,8 +15495,8 @@
|
|
|
15462
15495
|
"category": "layout",
|
|
15463
15496
|
"version": "0.0.0",
|
|
15464
15497
|
"files": [
|
|
15465
|
-
"https://raw.githubusercontent.com/
|
|
15466
|
-
"https://raw.githubusercontent.com/
|
|
15498
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/page-header/page-header.tsx",
|
|
15499
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/page-header/page-header.module.css"
|
|
15467
15500
|
],
|
|
15468
15501
|
"dependencies": ["@cascivo/core"],
|
|
15469
15502
|
"tags": ["layout", "header", "page"],
|
|
@@ -15563,8 +15596,8 @@
|
|
|
15563
15596
|
"category": "layout",
|
|
15564
15597
|
"version": "0.0.0",
|
|
15565
15598
|
"files": [
|
|
15566
|
-
"https://raw.githubusercontent.com/
|
|
15567
|
-
"https://raw.githubusercontent.com/
|
|
15599
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/section/section.tsx",
|
|
15600
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/section/section.module.css"
|
|
15568
15601
|
],
|
|
15569
15602
|
"dependencies": ["@cascivo/core"],
|
|
15570
15603
|
"tags": ["layout", "section", "page"],
|
|
@@ -15640,8 +15673,8 @@
|
|
|
15640
15673
|
"category": "layout",
|
|
15641
15674
|
"version": "0.0.0",
|
|
15642
15675
|
"files": [
|
|
15643
|
-
"https://raw.githubusercontent.com/
|
|
15644
|
-
"https://raw.githubusercontent.com/
|
|
15676
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/settings-layout/settings-layout.tsx",
|
|
15677
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/settings-layout/settings-layout.module.css"
|
|
15645
15678
|
],
|
|
15646
15679
|
"dependencies": ["@cascivo/core"],
|
|
15647
15680
|
"tags": ["layout", "settings", "page"],
|
|
@@ -15715,8 +15748,8 @@
|
|
|
15715
15748
|
"category": "layout",
|
|
15716
15749
|
"version": "0.0.0",
|
|
15717
15750
|
"files": [
|
|
15718
|
-
"https://raw.githubusercontent.com/
|
|
15719
|
-
"https://raw.githubusercontent.com/
|
|
15751
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/spacer/spacer.tsx",
|
|
15752
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/spacer/spacer.module.css"
|
|
15720
15753
|
],
|
|
15721
15754
|
"dependencies": ["@cascivo/core"],
|
|
15722
15755
|
"tags": ["layout", "spacer", "spacing"],
|
|
@@ -15779,8 +15812,8 @@
|
|
|
15779
15812
|
"category": "layout",
|
|
15780
15813
|
"version": "0.0.0",
|
|
15781
15814
|
"files": [
|
|
15782
|
-
"https://raw.githubusercontent.com/
|
|
15783
|
-
"https://raw.githubusercontent.com/
|
|
15815
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/split-view/split-view.tsx",
|
|
15816
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/split-view/split-view.module.css"
|
|
15784
15817
|
],
|
|
15785
15818
|
"dependencies": ["@cascivo/core"],
|
|
15786
15819
|
"tags": ["layout", "split", "resizable", "pane"],
|
|
@@ -15873,8 +15906,8 @@
|
|
|
15873
15906
|
"category": "layout",
|
|
15874
15907
|
"version": "0.0.0",
|
|
15875
15908
|
"files": [
|
|
15876
|
-
"https://raw.githubusercontent.com/
|
|
15877
|
-
"https://raw.githubusercontent.com/
|
|
15909
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/stack/stack.tsx",
|
|
15910
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/stack/stack.module.css"
|
|
15878
15911
|
],
|
|
15879
15912
|
"dependencies": ["@cascivo/core"],
|
|
15880
15913
|
"tags": ["layout", "flex", "stack", "spacing"],
|
|
@@ -15971,8 +16004,8 @@
|
|
|
15971
16004
|
"category": "display",
|
|
15972
16005
|
"version": "0.0.0",
|
|
15973
16006
|
"files": [
|
|
15974
|
-
"https://raw.githubusercontent.com/
|
|
15975
|
-
"https://raw.githubusercontent.com/
|
|
16007
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/console-app/console-app.tsx",
|
|
16008
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/console-app/console-app.module.css"
|
|
15976
16009
|
],
|
|
15977
16010
|
"dependencies": [
|
|
15978
16011
|
"@cascivo/react",
|
|
@@ -16052,7 +16085,7 @@
|
|
|
16052
16085
|
"category": "display",
|
|
16053
16086
|
"version": "0.0.0",
|
|
16054
16087
|
"files": [
|
|
16055
|
-
"https://raw.githubusercontent.com/
|
|
16088
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/dashboard-charts/dashboard-charts.tsx"
|
|
16056
16089
|
],
|
|
16057
16090
|
"dependencies": ["@cascivo/charts", "@cascivo/react"],
|
|
16058
16091
|
"tags": ["block", "dashboard", "charts", "kpi"],
|
|
@@ -16113,7 +16146,7 @@
|
|
|
16113
16146
|
"category": "display",
|
|
16114
16147
|
"version": "0.0.0",
|
|
16115
16148
|
"files": [
|
|
16116
|
-
"https://raw.githubusercontent.com/
|
|
16149
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/empty-dashboard/empty-dashboard.tsx"
|
|
16117
16150
|
],
|
|
16118
16151
|
"dependencies": ["@cascivo/react", "layout/dashboard-layout"],
|
|
16119
16152
|
"tags": ["block", "dashboard", "empty-state", "page"],
|
|
@@ -16176,7 +16209,7 @@
|
|
|
16176
16209
|
"category": "display",
|
|
16177
16210
|
"version": "0.0.0",
|
|
16178
16211
|
"files": [
|
|
16179
|
-
"https://raw.githubusercontent.com/
|
|
16212
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/login-page/login-page.tsx"
|
|
16180
16213
|
],
|
|
16181
16214
|
"dependencies": ["@cascivo/react", "layout/auth-layout"],
|
|
16182
16215
|
"tags": ["block", "login", "auth", "form", "page"],
|
|
@@ -16239,7 +16272,7 @@
|
|
|
16239
16272
|
"category": "display",
|
|
16240
16273
|
"version": "0.0.0",
|
|
16241
16274
|
"files": [
|
|
16242
|
-
"https://raw.githubusercontent.com/
|
|
16275
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/notification-center/notification-center.tsx"
|
|
16243
16276
|
],
|
|
16244
16277
|
"dependencies": ["@cascivo/react", "layout/stack"],
|
|
16245
16278
|
"tags": ["block", "notifications", "alerts"],
|
|
@@ -16308,7 +16341,7 @@
|
|
|
16308
16341
|
"category": "display",
|
|
16309
16342
|
"version": "0.0.0",
|
|
16310
16343
|
"files": [
|
|
16311
|
-
"https://raw.githubusercontent.com/
|
|
16344
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/page-with-breadcrumb/page-with-breadcrumb.tsx"
|
|
16312
16345
|
],
|
|
16313
16346
|
"dependencies": ["@cascivo/react", "layout/page-header", "layout/center"],
|
|
16314
16347
|
"tags": ["block", "breadcrumb", "page", "navigation"],
|
|
@@ -16364,7 +16397,7 @@
|
|
|
16364
16397
|
"category": "display",
|
|
16365
16398
|
"version": "0.0.0",
|
|
16366
16399
|
"files": [
|
|
16367
|
-
"https://raw.githubusercontent.com/
|
|
16400
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/settings-form-page/settings-form-page.tsx"
|
|
16368
16401
|
],
|
|
16369
16402
|
"dependencies": ["@cascivo/react", "layout/settings-layout"],
|
|
16370
16403
|
"tags": ["block", "settings", "form", "page"],
|
|
@@ -16427,7 +16460,7 @@
|
|
|
16427
16460
|
"category": "display",
|
|
16428
16461
|
"version": "0.0.0",
|
|
16429
16462
|
"files": [
|
|
16430
|
-
"https://raw.githubusercontent.com/
|
|
16463
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/sidebar-app/sidebar-app.tsx"
|
|
16431
16464
|
],
|
|
16432
16465
|
"dependencies": ["@cascivo/react", "layout/app-shell"],
|
|
16433
16466
|
"tags": ["block", "sidebar", "navigation", "app-shell"],
|
|
@@ -16488,7 +16521,7 @@
|
|
|
16488
16521
|
"category": "display",
|
|
16489
16522
|
"version": "0.0.0",
|
|
16490
16523
|
"files": [
|
|
16491
|
-
"https://raw.githubusercontent.com/
|
|
16524
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/stats-cards/stats-cards.tsx"
|
|
16492
16525
|
],
|
|
16493
16526
|
"dependencies": ["@cascivo/react"],
|
|
16494
16527
|
"tags": ["block", "stats", "kpi", "cards"],
|
|
@@ -16556,7 +16589,7 @@
|
|
|
16556
16589
|
"category": "display",
|
|
16557
16590
|
"version": "0.0.0",
|
|
16558
16591
|
"files": [
|
|
16559
|
-
"https://raw.githubusercontent.com/
|
|
16592
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/blocks/users-table-page/users-table-page.tsx"
|
|
16560
16593
|
],
|
|
16561
16594
|
"dependencies": ["@cascivo/react", "layout/page-header", "layout/stack"],
|
|
16562
16595
|
"tags": ["block", "users", "table", "page"],
|
|
@@ -18547,8 +18580,8 @@
|
|
|
18547
18580
|
"category": "layout",
|
|
18548
18581
|
"version": "0.0.0",
|
|
18549
18582
|
"files": [
|
|
18550
|
-
"https://raw.githubusercontent.com/
|
|
18551
|
-
"https://raw.githubusercontent.com/
|
|
18583
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/cta/cta.tsx",
|
|
18584
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/cta/cta.module.css"
|
|
18552
18585
|
],
|
|
18553
18586
|
"dependencies": ["@cascivo/core"],
|
|
18554
18587
|
"tags": ["section", "cta", "marketing"],
|
|
@@ -18643,8 +18676,8 @@
|
|
|
18643
18676
|
"category": "layout",
|
|
18644
18677
|
"version": "0.0.0",
|
|
18645
18678
|
"files": [
|
|
18646
|
-
"https://raw.githubusercontent.com/
|
|
18647
|
-
"https://raw.githubusercontent.com/
|
|
18679
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/feature-grid/feature-grid.tsx",
|
|
18680
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/feature-grid/feature-grid.module.css"
|
|
18648
18681
|
],
|
|
18649
18682
|
"dependencies": ["@cascivo/core"],
|
|
18650
18683
|
"tags": ["section", "features", "grid"],
|
|
@@ -18748,8 +18781,8 @@
|
|
|
18748
18781
|
"category": "layout",
|
|
18749
18782
|
"version": "0.0.0",
|
|
18750
18783
|
"files": [
|
|
18751
|
-
"https://raw.githubusercontent.com/
|
|
18752
|
-
"https://raw.githubusercontent.com/
|
|
18784
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/hero/hero.tsx",
|
|
18785
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/hero/hero.module.css"
|
|
18753
18786
|
],
|
|
18754
18787
|
"dependencies": ["@cascivo/core"],
|
|
18755
18788
|
"tags": ["section", "hero", "marketing"],
|
|
@@ -18868,8 +18901,8 @@
|
|
|
18868
18901
|
"category": "layout",
|
|
18869
18902
|
"version": "0.0.0",
|
|
18870
18903
|
"files": [
|
|
18871
|
-
"https://raw.githubusercontent.com/
|
|
18872
|
-
"https://raw.githubusercontent.com/
|
|
18904
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/media-masonry/media-masonry.tsx",
|
|
18905
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/media-masonry/media-masonry.module.css"
|
|
18873
18906
|
],
|
|
18874
18907
|
"dependencies": ["@cascivo/core"],
|
|
18875
18908
|
"tags": ["section", "gallery", "masonry"],
|
|
@@ -18971,8 +19004,8 @@
|
|
|
18971
19004
|
"category": "layout",
|
|
18972
19005
|
"version": "0.0.0",
|
|
18973
19006
|
"files": [
|
|
18974
|
-
"https://raw.githubusercontent.com/
|
|
18975
|
-
"https://raw.githubusercontent.com/
|
|
19007
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/page-footer/page-footer.tsx",
|
|
19008
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/page-footer/page-footer.module.css"
|
|
18976
19009
|
],
|
|
18977
19010
|
"dependencies": ["@cascivo/core"],
|
|
18978
19011
|
"tags": ["section", "footer", "navigation"],
|
|
@@ -19021,7 +19054,7 @@
|
|
|
19021
19054
|
"examples": [
|
|
19022
19055
|
{
|
|
19023
19056
|
"title": "Site footer",
|
|
19024
|
-
"code": "<PageFooter\n brand=\"Cascade\"\n meta=\"MIT licensed. Built with care.\"\n groups={[\n { title: 'Product', links: [{ label: 'Components', href: '/components' }, { label: 'Charts', href: '/charts' }, { label: 'Layouts', href: '/layouts' }] },\n { title: 'Developers', links: [{ label: 'Docs', href: '/docs' }, { label: 'GitHub', href: 'https://github.com/
|
|
19057
|
+
"code": "<PageFooter\n brand=\"Cascade\"\n meta=\"MIT licensed. Built with care.\"\n groups={[\n { title: 'Product', links: [{ label: 'Components', href: '/components' }, { label: 'Charts', href: '/charts' }, { label: 'Layouts', href: '/layouts' }] },\n { title: 'Developers', links: [{ label: 'Docs', href: '/docs' }, { label: 'GitHub', href: 'https://github.com/cascivo/cascivo' }, { label: 'Changelog', href: '/changelog' }] },\n { title: 'Resources', links: [{ label: 'Figma kit', href: '/figma' }, { label: 'Storybook', href: '/storybook' }] },\n ]}\n/>",
|
|
19025
19058
|
"description": "Three-column footer with brand and license meta"
|
|
19026
19059
|
}
|
|
19027
19060
|
],
|
|
@@ -19056,8 +19089,8 @@
|
|
|
19056
19089
|
"category": "layout",
|
|
19057
19090
|
"version": "0.0.0",
|
|
19058
19091
|
"files": [
|
|
19059
|
-
"https://raw.githubusercontent.com/
|
|
19060
|
-
"https://raw.githubusercontent.com/
|
|
19092
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/stats-band/stats-band.tsx",
|
|
19093
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/layouts/src/sections/stats-band/stats-band.module.css"
|
|
19061
19094
|
],
|
|
19062
19095
|
"dependencies": ["@cascivo/core", "@cascivo/charts"],
|
|
19063
19096
|
"tags": ["section", "stats", "kpi", "charts"],
|
|
@@ -19144,8 +19177,8 @@
|
|
|
19144
19177
|
"category": "shell",
|
|
19145
19178
|
"version": "0.0.0",
|
|
19146
19179
|
"files": [
|
|
19147
|
-
"https://raw.githubusercontent.com/
|
|
19148
|
-
"https://raw.githubusercontent.com/
|
|
19180
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/app-shell/app-shell.tsx",
|
|
19181
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/app-shell/app-shell.module.css"
|
|
19149
19182
|
],
|
|
19150
19183
|
"dependencies": ["@cascivo/react"],
|
|
19151
19184
|
"tags": ["shell", "layout", "sidebar", "navigation", "responsive"],
|
|
@@ -19162,8 +19195,8 @@
|
|
|
19162
19195
|
"category": "auth",
|
|
19163
19196
|
"version": "0.0.0",
|
|
19164
19197
|
"files": [
|
|
19165
|
-
"https://raw.githubusercontent.com/
|
|
19166
|
-
"https://raw.githubusercontent.com/
|
|
19198
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/auth-login/auth-login.tsx",
|
|
19199
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/auth-login/auth-login.module.css"
|
|
19167
19200
|
],
|
|
19168
19201
|
"dependencies": ["@cascivo/react"],
|
|
19169
19202
|
"tags": ["auth", "login", "form", "email", "password"],
|
|
@@ -19180,8 +19213,8 @@
|
|
|
19180
19213
|
"category": "auth",
|
|
19181
19214
|
"version": "0.0.0",
|
|
19182
19215
|
"files": [
|
|
19183
|
-
"https://raw.githubusercontent.com/
|
|
19184
|
-
"https://raw.githubusercontent.com/
|
|
19216
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/auth-signup/auth-signup.tsx",
|
|
19217
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/auth-signup/auth-signup.module.css"
|
|
19185
19218
|
],
|
|
19186
19219
|
"dependencies": ["@cascivo/react"],
|
|
19187
19220
|
"tags": ["auth", "signup", "register", "form"],
|
|
@@ -19198,8 +19231,8 @@
|
|
|
19198
19231
|
"category": "dashboard",
|
|
19199
19232
|
"version": "0.0.0",
|
|
19200
19233
|
"files": [
|
|
19201
|
-
"https://raw.githubusercontent.com/
|
|
19202
|
-
"https://raw.githubusercontent.com/
|
|
19234
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/dashboard-overview/dashboard-overview.tsx",
|
|
19235
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/dashboard-overview/dashboard-overview.module.css"
|
|
19203
19236
|
],
|
|
19204
19237
|
"dependencies": ["@cascivo/react"],
|
|
19205
19238
|
"tags": ["dashboard", "stats", "kpi", "cards", "overview"],
|
|
@@ -19216,8 +19249,8 @@
|
|
|
19216
19249
|
"category": "dashboard",
|
|
19217
19250
|
"version": "0.0.0",
|
|
19218
19251
|
"files": [
|
|
19219
|
-
"https://raw.githubusercontent.com/
|
|
19220
|
-
"https://raw.githubusercontent.com/
|
|
19252
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/dashboard-table/dashboard-table.tsx",
|
|
19253
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/dashboard-table/dashboard-table.module.css"
|
|
19221
19254
|
],
|
|
19222
19255
|
"dependencies": ["@cascivo/react"],
|
|
19223
19256
|
"tags": ["dashboard", "table", "data", "search", "sort", "pagination"],
|
|
@@ -19234,8 +19267,8 @@
|
|
|
19234
19267
|
"category": "marketing",
|
|
19235
19268
|
"version": "0.0.0",
|
|
19236
19269
|
"files": [
|
|
19237
|
-
"https://raw.githubusercontent.com/
|
|
19238
|
-
"https://raw.githubusercontent.com/
|
|
19270
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/faq/faq.tsx",
|
|
19271
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/faq/faq.module.css"
|
|
19239
19272
|
],
|
|
19240
19273
|
"dependencies": ["@cascivo/react"],
|
|
19241
19274
|
"tags": ["marketing", "faq", "accordion", "questions"],
|
|
@@ -19252,8 +19285,8 @@
|
|
|
19252
19285
|
"category": "marketing",
|
|
19253
19286
|
"version": "0.0.0",
|
|
19254
19287
|
"files": [
|
|
19255
|
-
"https://raw.githubusercontent.com/
|
|
19256
|
-
"https://raw.githubusercontent.com/
|
|
19288
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/marketing-features/marketing-features.tsx",
|
|
19289
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/marketing-features/marketing-features.module.css"
|
|
19257
19290
|
],
|
|
19258
19291
|
"dependencies": ["@cascivo/react"],
|
|
19259
19292
|
"tags": ["marketing", "features", "grid", "icons"],
|
|
@@ -19270,8 +19303,8 @@
|
|
|
19270
19303
|
"category": "marketing",
|
|
19271
19304
|
"version": "0.0.0",
|
|
19272
19305
|
"files": [
|
|
19273
|
-
"https://raw.githubusercontent.com/
|
|
19274
|
-
"https://raw.githubusercontent.com/
|
|
19306
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/marketing-hero/marketing-hero.tsx",
|
|
19307
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/marketing-hero/marketing-hero.module.css"
|
|
19275
19308
|
],
|
|
19276
19309
|
"dependencies": ["@cascivo/react"],
|
|
19277
19310
|
"tags": ["marketing", "hero", "landing", "cta"],
|
|
@@ -19288,8 +19321,8 @@
|
|
|
19288
19321
|
"category": "marketing",
|
|
19289
19322
|
"version": "0.0.0",
|
|
19290
19323
|
"files": [
|
|
19291
|
-
"https://raw.githubusercontent.com/
|
|
19292
|
-
"https://raw.githubusercontent.com/
|
|
19324
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/pricing/pricing.tsx",
|
|
19325
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/pricing/pricing.module.css"
|
|
19293
19326
|
],
|
|
19294
19327
|
"dependencies": ["@cascivo/react"],
|
|
19295
19328
|
"tags": ["marketing", "pricing", "plans", "cards"],
|
|
@@ -19306,8 +19339,8 @@
|
|
|
19306
19339
|
"category": "shell",
|
|
19307
19340
|
"version": "0.0.0",
|
|
19308
19341
|
"files": [
|
|
19309
|
-
"https://raw.githubusercontent.com/
|
|
19310
|
-
"https://raw.githubusercontent.com/
|
|
19342
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/settings-profile/settings-profile.tsx",
|
|
19343
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/settings-profile/settings-profile.module.css"
|
|
19311
19344
|
],
|
|
19312
19345
|
"dependencies": ["@cascivo/react"],
|
|
19313
19346
|
"tags": ["settings", "profile", "form", "toggles", "preferences"],
|
|
@@ -19324,8 +19357,8 @@
|
|
|
19324
19357
|
"category": "marketing",
|
|
19325
19358
|
"version": "0.0.0",
|
|
19326
19359
|
"files": [
|
|
19327
|
-
"https://raw.githubusercontent.com/
|
|
19328
|
-
"https://raw.githubusercontent.com/
|
|
19360
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/site-footer/site-footer.tsx",
|
|
19361
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/site-footer/site-footer.module.css"
|
|
19329
19362
|
],
|
|
19330
19363
|
"dependencies": ["@cascivo/react"],
|
|
19331
19364
|
"tags": ["marketing", "footer", "navigation", "links"],
|
|
@@ -19342,8 +19375,8 @@
|
|
|
19342
19375
|
"category": "marketing",
|
|
19343
19376
|
"version": "0.0.0",
|
|
19344
19377
|
"files": [
|
|
19345
|
-
"https://raw.githubusercontent.com/
|
|
19346
|
-
"https://raw.githubusercontent.com/
|
|
19378
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/testimonials/testimonials.tsx",
|
|
19379
|
+
"https://raw.githubusercontent.com/cascivo/cascivo/main/packages/components/src/blocks/testimonials/testimonials.module.css"
|
|
19347
19380
|
],
|
|
19348
19381
|
"dependencies": ["@cascivo/react"],
|
|
19349
19382
|
"tags": ["marketing", "testimonials", "social-proof", "cards"],
|