cascivo 0.6.2 → 0.7.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/dist/{audit-Cn6HJkuo.mjs → audit-C4ul-2Ix.mjs} +35 -9
- package/dist/audit-C4ul-2Ix.mjs.map +1 -0
- package/dist/{config-C6GdrbvF.mjs → config-D7ddWN_9.mjs} +27 -4
- package/dist/{config-C6GdrbvF.mjs.map → config-D7ddWN_9.mjs.map} +1 -1
- package/dist/{drift-qTzJ75Ds.mjs → drift-B02BbFN_.mjs} +22 -15
- package/dist/drift-B02BbFN_.mjs.map +1 -0
- package/dist/generated/audit-contract.json +500 -8
- package/dist/index.mjs +404 -55
- package/dist/index.mjs.map +1 -1
- package/dist/lock-CW8UuEPJ.mjs.map +1 -1
- package/package.json +3 -3
- package/dist/audit-Cn6HJkuo.mjs.map +0 -1
- package/dist/drift-qTzJ75Ds.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.16.1",
|
|
3
3
|
"tokens": [
|
|
4
4
|
{ "name": "--cascivo-gray-0", "resolvedDefault": "oklch(1 0 0)" },
|
|
5
5
|
{ "name": "--cascivo-gray-50", "resolvedDefault": "oklch(0.985 0.002 264)" },
|
|
@@ -92,6 +92,14 @@
|
|
|
92
92
|
{ "name": "--cascivo-text-2xl", "resolvedDefault": "1.5rem" },
|
|
93
93
|
{ "name": "--cascivo-text-3xl", "resolvedDefault": "1.875rem" },
|
|
94
94
|
{ "name": "--cascivo-text-4xl", "resolvedDefault": "2.25rem" },
|
|
95
|
+
{ "name": "--cascivo-font-size-xs", "resolvedDefault": "0.75rem" },
|
|
96
|
+
{ "name": "--cascivo-font-size-sm", "resolvedDefault": "0.875rem" },
|
|
97
|
+
{ "name": "--cascivo-font-size-base", "resolvedDefault": "1rem" },
|
|
98
|
+
{ "name": "--cascivo-font-size-lg", "resolvedDefault": "1.125rem" },
|
|
99
|
+
{ "name": "--cascivo-font-size-xl", "resolvedDefault": "1.25rem" },
|
|
100
|
+
{ "name": "--cascivo-font-size-2xl", "resolvedDefault": "1.5rem" },
|
|
101
|
+
{ "name": "--cascivo-font-size-3xl", "resolvedDefault": "1.875rem" },
|
|
102
|
+
{ "name": "--cascivo-font-size-4xl", "resolvedDefault": "2.25rem" },
|
|
95
103
|
{ "name": "--cascivo-font-normal", "resolvedDefault": "400" },
|
|
96
104
|
{ "name": "--cascivo-font-medium", "resolvedDefault": "500" },
|
|
97
105
|
{ "name": "--cascivo-font-semibold", "resolvedDefault": "600" },
|
|
@@ -371,7 +379,76 @@
|
|
|
371
379
|
{ "name": "--cascivo-color-secondary", "resolvedDefault": "oklch(0.92 0.004 264)" },
|
|
372
380
|
{ "name": "--cascivo-color-secondary-content", "resolvedDefault": "oklch(0.27 0.01 264)" },
|
|
373
381
|
{ "name": "--cascivo-color-secondary-hover", "resolvedDefault": "oklch(0.86 0.006 264)" },
|
|
374
|
-
{ "name": "--cascivo-color-secondary-subtle", "resolvedDefault": "oklch(0.967 0.002 264)" }
|
|
382
|
+
{ "name": "--cascivo-color-secondary-subtle", "resolvedDefault": "oklch(0.967 0.002 264)" },
|
|
383
|
+
{ "name": "--cascivo-aspect-ratio", "resolvedDefault": "1" },
|
|
384
|
+
{ "name": "--cascivo-button-radius", "resolvedDefault": "var(--cascivo-radius-control)" },
|
|
385
|
+
{ "name": "--cascivo-calendar-bg", "resolvedDefault": "var(--cascivo-color-surface)" },
|
|
386
|
+
{ "name": "--cascivo-calendar-cell-size", "resolvedDefault": "2.25rem" },
|
|
387
|
+
{
|
|
388
|
+
"name": "--cascivo-calendar-day-selected-bg",
|
|
389
|
+
"resolvedDefault": "var(--cascivo-color-accent)"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "--cascivo-calendar-day-selected-fg",
|
|
393
|
+
"resolvedDefault": "var(\n --cascivo-color-accent-foreground,\n var(--cascivo-color-text-on-accent)\n )"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "--cascivo-calendar-day-today-color",
|
|
397
|
+
"resolvedDefault": "var(--cascivo-color-accent)"
|
|
398
|
+
},
|
|
399
|
+
{ "name": "--cascivo-calendar-radius", "resolvedDefault": "var(--cascivo-radius-overlay)" },
|
|
400
|
+
{
|
|
401
|
+
"name": "--cascivo-calendar-range-bg",
|
|
402
|
+
"resolvedDefault": "color-mix(in srgb, var(--cascivo-color-accent) 16%, transparent)"
|
|
403
|
+
},
|
|
404
|
+
{ "name": "--cascivo-chart-anim-dur", "resolvedDefault": "320ms" },
|
|
405
|
+
{ "name": "--cascivo-chart-anim-ease", "resolvedDefault": "ease-out" },
|
|
406
|
+
{ "name": "--cascivo-chart-anim-props", "resolvedDefault": "opacity, fill, fill-opacity" },
|
|
407
|
+
{ "name": "--cascivo-color-picker-area-size", "resolvedDefault": "9rem" },
|
|
408
|
+
{ "name": "--cascivo-color-picker-solid", "resolvedDefault": "#000" },
|
|
409
|
+
{ "name": "--cascivo-color-scrim", "resolvedDefault": "oklch(0 0 0 / 40%)" },
|
|
410
|
+
{ "name": "--cascivo-context-x", "resolvedDefault": "0" },
|
|
411
|
+
{ "name": "--cascivo-context-y", "resolvedDefault": "0" },
|
|
412
|
+
{ "name": "--cascivo-data-table-cell-gap", "resolvedDefault": "var(--cascivo-space-4)" },
|
|
413
|
+
{ "name": "--cascivo-data-table-height", "resolvedDefault": "400px" },
|
|
414
|
+
{ "name": "--cascivo-data-table-max-height", "resolvedDefault": "none" },
|
|
415
|
+
{
|
|
416
|
+
"name": "--cascivo-dialog-body-gap",
|
|
417
|
+
"resolvedDefault": "0 for full-bleed content. */\n display: flex"
|
|
418
|
+
},
|
|
419
|
+
{ "name": "--cascivo-dropdown-anchor", "resolvedDefault": "--dropdown-trigger" },
|
|
420
|
+
{ "name": "--cascivo-editor-bracket", "resolvedDefault": "currentColor" },
|
|
421
|
+
{ "name": "--cascivo-editor-caret-line", "resolvedDefault": "0" },
|
|
422
|
+
{
|
|
423
|
+
"name": "--cascivo-editor-gutter-active",
|
|
424
|
+
"resolvedDefault": "var(--cascivo-editor-current-line)"
|
|
425
|
+
},
|
|
426
|
+
{ "name": "--cascivo-editor-match", "resolvedDefault": "rgba(125, 211, 252, 0.28)" },
|
|
427
|
+
{ "name": "--cascivo-editor-match-current", "resolvedDefault": "rgba(250, 204, 21, 0.5)" },
|
|
428
|
+
{ "name": "--cascivo-editor-tab-size", "resolvedDefault": "2" },
|
|
429
|
+
{ "name": "--cascivo-header-bg", "resolvedDefault": "var(--cascivo-color-surface)" },
|
|
430
|
+
{ "name": "--cascivo-kpi-padding", "resolvedDefault": "var(--cascivo-space-4)" },
|
|
431
|
+
{ "name": "--cascivo-popover-anchor", "resolvedDefault": "inherit" },
|
|
432
|
+
{ "name": "--cascivo-progress-color", "resolvedDefault": "var(--cascivo-color-primary)" },
|
|
433
|
+
{ "name": "--cascivo-progress-value", "resolvedDefault": "0%" },
|
|
434
|
+
{ "name": "--cascivo-radial-color", "resolvedDefault": "var(--cascivo-color-accent)" },
|
|
435
|
+
{ "name": "--cascivo-radial-progress", "resolvedDefault": "0" },
|
|
436
|
+
{ "name": "--cascivo-radial-size", "resolvedDefault": "5rem" },
|
|
437
|
+
{ "name": "--cascivo-radial-thickness", "resolvedDefault": "0.375rem" },
|
|
438
|
+
{ "name": "--cascivo-radius-pill", "resolvedDefault": "9999px" },
|
|
439
|
+
{ "name": "--cascivo-resizable-ratio", "resolvedDefault": "0.5" },
|
|
440
|
+
{ "name": "--cascivo-scroll-area-height", "resolvedDefault": "none" },
|
|
441
|
+
{ "name": "--cascivo-scroll-area-width", "resolvedDefault": "none" },
|
|
442
|
+
{ "name": "--cascivo-sidenav-bg", "resolvedDefault": "var(--cascivo-color-surface)" },
|
|
443
|
+
{ "name": "--cascivo-sidenav-inline-size", "resolvedDefault": "16rem" },
|
|
444
|
+
{ "name": "--cascivo-sidenav-rail-inline-size", "resolvedDefault": "4rem" },
|
|
445
|
+
{ "name": "--cascivo-skeleton-height", "resolvedDefault": "var(--cascivo-space-10)" },
|
|
446
|
+
{ "name": "--cascivo-skeleton-width", "resolvedDefault": "100%" },
|
|
447
|
+
{ "name": "--cascivo-stack-index", "resolvedDefault": "0" },
|
|
448
|
+
{ "name": "--cascivo-stack-offset", "resolvedDefault": "4px" },
|
|
449
|
+
{ "name": "--cascivo-tooltip-anchor", "resolvedDefault": "attr(data-anchor)" },
|
|
450
|
+
{ "name": "--cascivo-tree-indent", "resolvedDefault": "var(--cascivo-space-5)" },
|
|
451
|
+
{ "name": "--cascivo-z-dock", "resolvedDefault": "40" }
|
|
375
452
|
],
|
|
376
453
|
"components": [
|
|
377
454
|
{
|
|
@@ -1048,6 +1125,16 @@
|
|
|
1048
1125
|
{ "name": "className", "type": "string", "required": false }
|
|
1049
1126
|
]
|
|
1050
1127
|
},
|
|
1128
|
+
{
|
|
1129
|
+
"name": "InfiniteScroll",
|
|
1130
|
+
"props": [
|
|
1131
|
+
{ "name": "onLoadMore", "type": "() => Promise<unknown> | unknown", "required": true },
|
|
1132
|
+
{ "name": "disabled", "type": "boolean", "required": false },
|
|
1133
|
+
{ "name": "rootMargin", "type": "string", "required": false },
|
|
1134
|
+
{ "name": "labels", "type": "{ loadMore?: string; loading?: string }", "required": false },
|
|
1135
|
+
{ "name": "className", "type": "string", "required": false }
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1051
1138
|
{
|
|
1052
1139
|
"name": "InlineLoading",
|
|
1053
1140
|
"props": [
|
|
@@ -1111,6 +1198,18 @@
|
|
|
1111
1198
|
{ "name": "labels", "type": "{ required?: string }", "required": false }
|
|
1112
1199
|
]
|
|
1113
1200
|
},
|
|
1201
|
+
{
|
|
1202
|
+
"name": "LargeTitleHeader",
|
|
1203
|
+
"props": [
|
|
1204
|
+
{ "name": "title", "type": "string", "required": true },
|
|
1205
|
+
{ "name": "children", "type": "React.ReactNode", "required": true },
|
|
1206
|
+
{ "name": "leading", "type": "React.ReactNode", "required": false },
|
|
1207
|
+
{ "name": "actions", "type": "React.ReactNode", "required": false },
|
|
1208
|
+
{ "name": "level", "type": "1 | 2 | 3", "required": false },
|
|
1209
|
+
{ "name": "collapseDistance", "type": "number", "required": false },
|
|
1210
|
+
{ "name": "className", "type": "string", "required": false }
|
|
1211
|
+
]
|
|
1212
|
+
},
|
|
1114
1213
|
{
|
|
1115
1214
|
"name": "Link",
|
|
1116
1215
|
"props": [
|
|
@@ -1165,8 +1264,9 @@
|
|
|
1165
1264
|
{
|
|
1166
1265
|
"name": "Menubar",
|
|
1167
1266
|
"props": [
|
|
1267
|
+
{ "name": "ariaLabel", "type": "string", "required": false },
|
|
1168
1268
|
{ "name": "menus", "type": "MenubarMenu[]", "required": true },
|
|
1169
|
-
{ "name": "aria-label", "type": "string", "required":
|
|
1269
|
+
{ "name": "aria-label", "type": "string", "required": false },
|
|
1170
1270
|
{ "name": "className", "type": "string", "required": false }
|
|
1171
1271
|
]
|
|
1172
1272
|
},
|
|
@@ -1215,6 +1315,7 @@
|
|
|
1215
1315
|
{
|
|
1216
1316
|
"name": "NavigationMenu",
|
|
1217
1317
|
"props": [
|
|
1318
|
+
{ "name": "ariaLabel", "type": "string", "required": false },
|
|
1218
1319
|
{ "name": "items", "type": "NavigationMenuItem[]", "required": true },
|
|
1219
1320
|
{ "name": "aria-label", "type": "string", "required": false },
|
|
1220
1321
|
{ "name": "orientation", "type": "'horizontal' | 'vertical' | 'both'", "required": false },
|
|
@@ -1407,6 +1508,7 @@
|
|
|
1407
1508
|
{
|
|
1408
1509
|
"name": "RadialProgress",
|
|
1409
1510
|
"props": [
|
|
1511
|
+
{ "name": "ariaLabel", "type": "string", "required": false },
|
|
1410
1512
|
{ "name": "value", "type": "number", "required": true },
|
|
1411
1513
|
{ "name": "size", "type": "'sm' | 'md' | 'lg'", "required": false },
|
|
1412
1514
|
{
|
|
@@ -1459,6 +1561,20 @@
|
|
|
1459
1561
|
{ "name": "format", "type": "Intl.RelativeTimeFormatOptions", "required": false }
|
|
1460
1562
|
]
|
|
1461
1563
|
},
|
|
1564
|
+
{
|
|
1565
|
+
"name": "ReorderList",
|
|
1566
|
+
"props": [
|
|
1567
|
+
{ "name": "value", "type": "ReorderItem[]", "required": true },
|
|
1568
|
+
{ "name": "onValueChange", "type": "(value: ReorderItem[]) => void", "required": true },
|
|
1569
|
+
{ "name": "disabled", "type": "boolean", "required": false },
|
|
1570
|
+
{
|
|
1571
|
+
"name": "labels",
|
|
1572
|
+
"type": "{ handle?: string; grabbed?: string; moved?: string; dropped?: string; cancelled?: string }",
|
|
1573
|
+
"required": false
|
|
1574
|
+
},
|
|
1575
|
+
{ "name": "className", "type": "string", "required": false }
|
|
1576
|
+
]
|
|
1577
|
+
},
|
|
1462
1578
|
{
|
|
1463
1579
|
"name": "Resizable",
|
|
1464
1580
|
"props": [
|
|
@@ -1547,6 +1663,7 @@
|
|
|
1547
1663
|
"props": [
|
|
1548
1664
|
{ "name": "brand", "type": "ShellHeaderBrand | ReactNode", "required": false },
|
|
1549
1665
|
{ "name": "nav", "type": "ShellHeaderNavItem[]", "required": false },
|
|
1666
|
+
{ "name": "center", "type": "ReactNode", "required": false },
|
|
1550
1667
|
{ "name": "actions", "type": "ShellHeaderAction[]", "required": false },
|
|
1551
1668
|
{ "name": "end", "type": "ReactNode", "required": false },
|
|
1552
1669
|
{ "name": "onMenuClick", "type": "() => void", "required": false },
|
|
@@ -1625,6 +1742,7 @@
|
|
|
1625
1742
|
{ "name": "value", "type": "string | number", "required": true },
|
|
1626
1743
|
{ "name": "delta", "type": "string", "required": false },
|
|
1627
1744
|
{ "name": "trend", "type": "'up' | 'down' | 'flat'", "required": false },
|
|
1745
|
+
{ "name": "goodDirection", "type": "'up' | 'down' | 'neutral'", "required": false },
|
|
1628
1746
|
{ "name": "helpText", "type": "string", "required": false },
|
|
1629
1747
|
{ "name": "visual", "type": "React.ReactNode", "required": false }
|
|
1630
1748
|
]
|
|
@@ -1670,6 +1788,7 @@
|
|
|
1670
1788
|
{
|
|
1671
1789
|
"name": "Swap",
|
|
1672
1790
|
"props": [
|
|
1791
|
+
{ "name": "ariaLabel", "type": "string", "required": false },
|
|
1673
1792
|
{ "name": "on", "type": "React.ReactNode", "required": true },
|
|
1674
1793
|
{ "name": "off", "type": "React.ReactNode", "required": true },
|
|
1675
1794
|
{ "name": "checked", "type": "boolean", "required": false },
|
|
@@ -1787,7 +1906,7 @@
|
|
|
1787
1906
|
"props": [
|
|
1788
1907
|
{
|
|
1789
1908
|
"name": "items",
|
|
1790
|
-
"type": "{ id: string; title: ReactNode; description?: ReactNode; time?: string; icon?: ReactNode; status?: \"complete\" | \"current\" | \"upcoming\" }[]",
|
|
1909
|
+
"type": "{ id: string; title: ReactNode; description?: ReactNode; time?: string; icon?: ReactNode; status?: \"complete\" | \"current\" | \"upcoming\"; tone?: \"neutral\" | \"info\" | \"success\" | \"warning\" | \"danger\" }[]",
|
|
1791
1910
|
"required": true
|
|
1792
1911
|
},
|
|
1793
1912
|
{ "name": "orientation", "type": "'vertical' | 'horizontal'", "required": false }
|
|
@@ -1881,6 +2000,7 @@
|
|
|
1881
2000
|
{
|
|
1882
2001
|
"name": "TreeView",
|
|
1883
2002
|
"props": [
|
|
2003
|
+
{ "name": "ariaLabel", "type": "string", "required": false },
|
|
1884
2004
|
{ "name": "aria-label", "type": "string", "required": false },
|
|
1885
2005
|
{
|
|
1886
2006
|
"name": "items",
|
|
@@ -1908,12 +2028,40 @@
|
|
|
1908
2028
|
{ "name": "avatarProps", "type": "AvatarProps", "required": false }
|
|
1909
2029
|
]
|
|
1910
2030
|
},
|
|
2031
|
+
{
|
|
2032
|
+
"name": "VirtualList",
|
|
2033
|
+
"props": [
|
|
2034
|
+
{ "name": "items", "type": "Item[]", "required": true },
|
|
2035
|
+
{ "name": "itemHeight", "type": "number", "required": true },
|
|
2036
|
+
{ "name": "height", "type": "number", "required": true },
|
|
2037
|
+
{
|
|
2038
|
+
"name": "renderItem",
|
|
2039
|
+
"type": "(item: Item, index: number) => React.ReactNode",
|
|
2040
|
+
"required": true
|
|
2041
|
+
},
|
|
2042
|
+
{ "name": "overscan", "type": "number", "required": false },
|
|
2043
|
+
{ "name": "ariaLabel", "type": "string", "required": false },
|
|
2044
|
+
{ "name": "className", "type": "string", "required": false }
|
|
2045
|
+
]
|
|
2046
|
+
},
|
|
1911
2047
|
{
|
|
1912
2048
|
"name": "VisuallyHidden",
|
|
1913
2049
|
"props": [{ "name": "children", "type": "ReactNode", "required": true }]
|
|
1914
2050
|
},
|
|
1915
2051
|
{
|
|
1916
|
-
"name": "
|
|
2052
|
+
"name": "WheelPicker",
|
|
2053
|
+
"props": [
|
|
2054
|
+
{ "name": "options", "type": "WheelPickerOption[]", "required": true },
|
|
2055
|
+
{ "name": "value", "type": "string", "required": true },
|
|
2056
|
+
{ "name": "onValueChange", "type": "(value: string) => void", "required": true },
|
|
2057
|
+
{ "name": "visibleCount", "type": "number", "required": false },
|
|
2058
|
+
{ "name": "itemHeight", "type": "number", "required": false },
|
|
2059
|
+
{ "name": "ariaLabel", "type": "string", "required": false },
|
|
2060
|
+
{ "name": "className", "type": "string", "required": false }
|
|
2061
|
+
]
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"name": "AppFrame",
|
|
1917
2065
|
"props": [
|
|
1918
2066
|
{ "name": "footer", "type": "ReactNode", "required": false },
|
|
1919
2067
|
{ "name": "sideNavMode", "type": "'push' | 'overlay'", "required": false },
|
|
@@ -2021,6 +2169,7 @@
|
|
|
2021
2169
|
{
|
|
2022
2170
|
"name": "SplitView",
|
|
2023
2171
|
"props": [
|
|
2172
|
+
{ "name": "ariaLabel", "type": "string", "required": false },
|
|
2024
2173
|
{ "name": "start", "type": "ReactNode", "required": true },
|
|
2025
2174
|
{ "name": "end", "type": "ReactNode", "required": true },
|
|
2026
2175
|
{ "name": "defaultRatio", "type": "number", "required": false },
|
|
@@ -2190,9 +2339,9 @@
|
|
|
2190
2339
|
]
|
|
2191
2340
|
},
|
|
2192
2341
|
{
|
|
2193
|
-
"name": "
|
|
2342
|
+
"name": "CalendarHeatmap",
|
|
2194
2343
|
"props": [
|
|
2195
|
-
{ "name": "data", "type": "
|
|
2344
|
+
{ "name": "data", "type": "CalendarHeatmapDatum[]", "required": true },
|
|
2196
2345
|
{ "name": "title", "type": "string", "required": true },
|
|
2197
2346
|
{ "name": "description", "type": "string", "required": false },
|
|
2198
2347
|
{ "name": "from", "type": "string | Date", "required": false },
|
|
@@ -2315,6 +2464,7 @@
|
|
|
2315
2464
|
"type": "'number' | 'percent' | ((delta: number) => string)",
|
|
2316
2465
|
"required": false
|
|
2317
2466
|
},
|
|
2467
|
+
{ "name": "goodDirection", "type": "'up' | 'down' | 'neutral'", "required": false },
|
|
2318
2468
|
{ "name": "deltaLabel", "type": "string", "required": false },
|
|
2319
2469
|
{ "name": "icon", "type": "ReactNode", "required": false },
|
|
2320
2470
|
{ "name": "sparkline", "type": "number[]", "required": false },
|
|
@@ -2677,6 +2827,7 @@
|
|
|
2677
2827
|
{
|
|
2678
2828
|
"name": "StatsBand",
|
|
2679
2829
|
"props": [
|
|
2830
|
+
{ "name": "ariaLabel", "type": "string", "required": false },
|
|
2680
2831
|
{ "name": "stats", "type": "StatItem[]", "required": true },
|
|
2681
2832
|
{ "name": "aria-label", "type": "string", "required": false }
|
|
2682
2833
|
]
|
|
@@ -2835,6 +2986,346 @@
|
|
|
2835
2986
|
]
|
|
2836
2987
|
}
|
|
2837
2988
|
],
|
|
2989
|
+
"domAttributes": [
|
|
2990
|
+
"about",
|
|
2991
|
+
"accept",
|
|
2992
|
+
"acceptCharset",
|
|
2993
|
+
"accessKey",
|
|
2994
|
+
"action",
|
|
2995
|
+
"alt",
|
|
2996
|
+
"aria-activedescendant",
|
|
2997
|
+
"aria-atomic",
|
|
2998
|
+
"aria-autocomplete",
|
|
2999
|
+
"aria-braillelabel",
|
|
3000
|
+
"aria-brailleroledescription",
|
|
3001
|
+
"aria-busy",
|
|
3002
|
+
"aria-checked",
|
|
3003
|
+
"aria-colcount",
|
|
3004
|
+
"aria-colindex",
|
|
3005
|
+
"aria-colindextext",
|
|
3006
|
+
"aria-colspan",
|
|
3007
|
+
"aria-controls",
|
|
3008
|
+
"aria-current",
|
|
3009
|
+
"aria-describedby",
|
|
3010
|
+
"aria-description",
|
|
3011
|
+
"aria-details",
|
|
3012
|
+
"aria-disabled",
|
|
3013
|
+
"aria-dropeffect",
|
|
3014
|
+
"aria-errormessage",
|
|
3015
|
+
"aria-expanded",
|
|
3016
|
+
"aria-flowto",
|
|
3017
|
+
"aria-grabbed",
|
|
3018
|
+
"aria-haspopup",
|
|
3019
|
+
"aria-hidden",
|
|
3020
|
+
"aria-invalid",
|
|
3021
|
+
"aria-keyshortcuts",
|
|
3022
|
+
"aria-label",
|
|
3023
|
+
"aria-labelledby",
|
|
3024
|
+
"aria-level",
|
|
3025
|
+
"aria-live",
|
|
3026
|
+
"aria-modal",
|
|
3027
|
+
"aria-multiline",
|
|
3028
|
+
"aria-multiselectable",
|
|
3029
|
+
"aria-orientation",
|
|
3030
|
+
"aria-owns",
|
|
3031
|
+
"aria-placeholder",
|
|
3032
|
+
"aria-posinset",
|
|
3033
|
+
"aria-pressed",
|
|
3034
|
+
"aria-readonly",
|
|
3035
|
+
"aria-relevant",
|
|
3036
|
+
"aria-required",
|
|
3037
|
+
"aria-roledescription",
|
|
3038
|
+
"aria-rowcount",
|
|
3039
|
+
"aria-rowindex",
|
|
3040
|
+
"aria-rowindextext",
|
|
3041
|
+
"aria-rowspan",
|
|
3042
|
+
"aria-selected",
|
|
3043
|
+
"aria-setsize",
|
|
3044
|
+
"aria-sort",
|
|
3045
|
+
"aria-valuemax",
|
|
3046
|
+
"aria-valuemin",
|
|
3047
|
+
"aria-valuenow",
|
|
3048
|
+
"aria-valuetext",
|
|
3049
|
+
"ariaLabel",
|
|
3050
|
+
"autoCapitalize",
|
|
3051
|
+
"autoComplete",
|
|
3052
|
+
"autoCorrect",
|
|
3053
|
+
"autoFocus",
|
|
3054
|
+
"autoSave",
|
|
3055
|
+
"capture",
|
|
3056
|
+
"checked",
|
|
3057
|
+
"children",
|
|
3058
|
+
"className",
|
|
3059
|
+
"color",
|
|
3060
|
+
"cols",
|
|
3061
|
+
"content",
|
|
3062
|
+
"contentEditable",
|
|
3063
|
+
"contextMenu",
|
|
3064
|
+
"crossOrigin",
|
|
3065
|
+
"dangerouslySetInnerHTML",
|
|
3066
|
+
"datatype",
|
|
3067
|
+
"decoding",
|
|
3068
|
+
"defaultChecked",
|
|
3069
|
+
"defaultValue",
|
|
3070
|
+
"dir",
|
|
3071
|
+
"dirName",
|
|
3072
|
+
"disabled",
|
|
3073
|
+
"download",
|
|
3074
|
+
"draggable",
|
|
3075
|
+
"encType",
|
|
3076
|
+
"enterKeyHint",
|
|
3077
|
+
"exportparts",
|
|
3078
|
+
"fetchPriority",
|
|
3079
|
+
"form",
|
|
3080
|
+
"formAction",
|
|
3081
|
+
"formEncType",
|
|
3082
|
+
"formMethod",
|
|
3083
|
+
"formNoValidate",
|
|
3084
|
+
"formTarget",
|
|
3085
|
+
"height",
|
|
3086
|
+
"hidden",
|
|
3087
|
+
"href",
|
|
3088
|
+
"hrefLang",
|
|
3089
|
+
"htmlFor",
|
|
3090
|
+
"id",
|
|
3091
|
+
"inert",
|
|
3092
|
+
"inlist",
|
|
3093
|
+
"inputMode",
|
|
3094
|
+
"is",
|
|
3095
|
+
"itemID",
|
|
3096
|
+
"itemProp",
|
|
3097
|
+
"itemRef",
|
|
3098
|
+
"itemScope",
|
|
3099
|
+
"itemType",
|
|
3100
|
+
"label",
|
|
3101
|
+
"lang",
|
|
3102
|
+
"list",
|
|
3103
|
+
"loading",
|
|
3104
|
+
"max",
|
|
3105
|
+
"maxLength",
|
|
3106
|
+
"media",
|
|
3107
|
+
"method",
|
|
3108
|
+
"min",
|
|
3109
|
+
"minLength",
|
|
3110
|
+
"multiple",
|
|
3111
|
+
"name",
|
|
3112
|
+
"noValidate",
|
|
3113
|
+
"nonce",
|
|
3114
|
+
"offset",
|
|
3115
|
+
"onAbort",
|
|
3116
|
+
"onAbortCapture",
|
|
3117
|
+
"onAnimationEnd",
|
|
3118
|
+
"onAnimationEndCapture",
|
|
3119
|
+
"onAnimationIteration",
|
|
3120
|
+
"onAnimationIterationCapture",
|
|
3121
|
+
"onAnimationStart",
|
|
3122
|
+
"onAnimationStartCapture",
|
|
3123
|
+
"onAuxClick",
|
|
3124
|
+
"onAuxClickCapture",
|
|
3125
|
+
"onBeforeInput",
|
|
3126
|
+
"onBeforeInputCapture",
|
|
3127
|
+
"onBeforeToggle",
|
|
3128
|
+
"onBlur",
|
|
3129
|
+
"onBlurCapture",
|
|
3130
|
+
"onCanPlay",
|
|
3131
|
+
"onCanPlayCapture",
|
|
3132
|
+
"onCanPlayThrough",
|
|
3133
|
+
"onCanPlayThroughCapture",
|
|
3134
|
+
"onChange",
|
|
3135
|
+
"onChangeCapture",
|
|
3136
|
+
"onClick",
|
|
3137
|
+
"onClickCapture",
|
|
3138
|
+
"onCompositionEnd",
|
|
3139
|
+
"onCompositionEndCapture",
|
|
3140
|
+
"onCompositionStart",
|
|
3141
|
+
"onCompositionStartCapture",
|
|
3142
|
+
"onCompositionUpdate",
|
|
3143
|
+
"onCompositionUpdateCapture",
|
|
3144
|
+
"onContextMenu",
|
|
3145
|
+
"onContextMenuCapture",
|
|
3146
|
+
"onCopy",
|
|
3147
|
+
"onCopyCapture",
|
|
3148
|
+
"onCut",
|
|
3149
|
+
"onCutCapture",
|
|
3150
|
+
"onDoubleClick",
|
|
3151
|
+
"onDoubleClickCapture",
|
|
3152
|
+
"onDrag",
|
|
3153
|
+
"onDragCapture",
|
|
3154
|
+
"onDragEnd",
|
|
3155
|
+
"onDragEndCapture",
|
|
3156
|
+
"onDragEnter",
|
|
3157
|
+
"onDragEnterCapture",
|
|
3158
|
+
"onDragExit",
|
|
3159
|
+
"onDragExitCapture",
|
|
3160
|
+
"onDragLeave",
|
|
3161
|
+
"onDragLeaveCapture",
|
|
3162
|
+
"onDragOver",
|
|
3163
|
+
"onDragOverCapture",
|
|
3164
|
+
"onDragStart",
|
|
3165
|
+
"onDragStartCapture",
|
|
3166
|
+
"onDrop",
|
|
3167
|
+
"onDropCapture",
|
|
3168
|
+
"onDurationChange",
|
|
3169
|
+
"onDurationChangeCapture",
|
|
3170
|
+
"onEmptied",
|
|
3171
|
+
"onEmptiedCapture",
|
|
3172
|
+
"onEncrypted",
|
|
3173
|
+
"onEncryptedCapture",
|
|
3174
|
+
"onEnded",
|
|
3175
|
+
"onEndedCapture",
|
|
3176
|
+
"onError",
|
|
3177
|
+
"onErrorCapture",
|
|
3178
|
+
"onFocus",
|
|
3179
|
+
"onFocusCapture",
|
|
3180
|
+
"onGotPointerCapture",
|
|
3181
|
+
"onGotPointerCaptureCapture",
|
|
3182
|
+
"onInput",
|
|
3183
|
+
"onInputCapture",
|
|
3184
|
+
"onInvalid",
|
|
3185
|
+
"onInvalidCapture",
|
|
3186
|
+
"onKeyDown",
|
|
3187
|
+
"onKeyDownCapture",
|
|
3188
|
+
"onKeyPress",
|
|
3189
|
+
"onKeyPressCapture",
|
|
3190
|
+
"onKeyUp",
|
|
3191
|
+
"onKeyUpCapture",
|
|
3192
|
+
"onLoad",
|
|
3193
|
+
"onLoadCapture",
|
|
3194
|
+
"onLoadStart",
|
|
3195
|
+
"onLoadStartCapture",
|
|
3196
|
+
"onLoadedData",
|
|
3197
|
+
"onLoadedDataCapture",
|
|
3198
|
+
"onLoadedMetadata",
|
|
3199
|
+
"onLoadedMetadataCapture",
|
|
3200
|
+
"onLostPointerCapture",
|
|
3201
|
+
"onLostPointerCaptureCapture",
|
|
3202
|
+
"onMouseDown",
|
|
3203
|
+
"onMouseDownCapture",
|
|
3204
|
+
"onMouseEnter",
|
|
3205
|
+
"onMouseLeave",
|
|
3206
|
+
"onMouseMove",
|
|
3207
|
+
"onMouseMoveCapture",
|
|
3208
|
+
"onMouseOut",
|
|
3209
|
+
"onMouseOutCapture",
|
|
3210
|
+
"onMouseOver",
|
|
3211
|
+
"onMouseOverCapture",
|
|
3212
|
+
"onMouseUp",
|
|
3213
|
+
"onMouseUpCapture",
|
|
3214
|
+
"onOpenChange",
|
|
3215
|
+
"onPaste",
|
|
3216
|
+
"onPasteCapture",
|
|
3217
|
+
"onPause",
|
|
3218
|
+
"onPauseCapture",
|
|
3219
|
+
"onPlay",
|
|
3220
|
+
"onPlayCapture",
|
|
3221
|
+
"onPlaying",
|
|
3222
|
+
"onPlayingCapture",
|
|
3223
|
+
"onPointerCancel",
|
|
3224
|
+
"onPointerCancelCapture",
|
|
3225
|
+
"onPointerDown",
|
|
3226
|
+
"onPointerDownCapture",
|
|
3227
|
+
"onPointerEnter",
|
|
3228
|
+
"onPointerLeave",
|
|
3229
|
+
"onPointerMove",
|
|
3230
|
+
"onPointerMoveCapture",
|
|
3231
|
+
"onPointerOut",
|
|
3232
|
+
"onPointerOutCapture",
|
|
3233
|
+
"onPointerOver",
|
|
3234
|
+
"onPointerOverCapture",
|
|
3235
|
+
"onPointerUp",
|
|
3236
|
+
"onPointerUpCapture",
|
|
3237
|
+
"onProgress",
|
|
3238
|
+
"onProgressCapture",
|
|
3239
|
+
"onRateChange",
|
|
3240
|
+
"onRateChangeCapture",
|
|
3241
|
+
"onReset",
|
|
3242
|
+
"onResetCapture",
|
|
3243
|
+
"onScroll",
|
|
3244
|
+
"onScrollCapture",
|
|
3245
|
+
"onScrollEnd",
|
|
3246
|
+
"onScrollEndCapture",
|
|
3247
|
+
"onSeeked",
|
|
3248
|
+
"onSeekedCapture",
|
|
3249
|
+
"onSeeking",
|
|
3250
|
+
"onSeekingCapture",
|
|
3251
|
+
"onSelect",
|
|
3252
|
+
"onSelectCapture",
|
|
3253
|
+
"onStalled",
|
|
3254
|
+
"onStalledCapture",
|
|
3255
|
+
"onSubmit",
|
|
3256
|
+
"onSubmitCapture",
|
|
3257
|
+
"onSuspend",
|
|
3258
|
+
"onSuspendCapture",
|
|
3259
|
+
"onTimeUpdate",
|
|
3260
|
+
"onTimeUpdateCapture",
|
|
3261
|
+
"onToggle",
|
|
3262
|
+
"onTouchCancel",
|
|
3263
|
+
"onTouchCancelCapture",
|
|
3264
|
+
"onTouchEnd",
|
|
3265
|
+
"onTouchEndCapture",
|
|
3266
|
+
"onTouchMove",
|
|
3267
|
+
"onTouchMoveCapture",
|
|
3268
|
+
"onTouchStart",
|
|
3269
|
+
"onTouchStartCapture",
|
|
3270
|
+
"onTransitionCancel",
|
|
3271
|
+
"onTransitionCancelCapture",
|
|
3272
|
+
"onTransitionEnd",
|
|
3273
|
+
"onTransitionEndCapture",
|
|
3274
|
+
"onTransitionRun",
|
|
3275
|
+
"onTransitionRunCapture",
|
|
3276
|
+
"onTransitionStart",
|
|
3277
|
+
"onTransitionStartCapture",
|
|
3278
|
+
"onVolumeChange",
|
|
3279
|
+
"onVolumeChangeCapture",
|
|
3280
|
+
"onWaiting",
|
|
3281
|
+
"onWaitingCapture",
|
|
3282
|
+
"onWheel",
|
|
3283
|
+
"onWheelCapture",
|
|
3284
|
+
"open",
|
|
3285
|
+
"part",
|
|
3286
|
+
"pattern",
|
|
3287
|
+
"ping",
|
|
3288
|
+
"placeholder",
|
|
3289
|
+
"placement",
|
|
3290
|
+
"popover",
|
|
3291
|
+
"popoverTarget",
|
|
3292
|
+
"popoverTargetAction",
|
|
3293
|
+
"prefix",
|
|
3294
|
+
"property",
|
|
3295
|
+
"radioGroup",
|
|
3296
|
+
"readOnly",
|
|
3297
|
+
"referrerPolicy",
|
|
3298
|
+
"rel",
|
|
3299
|
+
"required",
|
|
3300
|
+
"resource",
|
|
3301
|
+
"results",
|
|
3302
|
+
"rev",
|
|
3303
|
+
"role",
|
|
3304
|
+
"rows",
|
|
3305
|
+
"security",
|
|
3306
|
+
"size",
|
|
3307
|
+
"sizes",
|
|
3308
|
+
"slot",
|
|
3309
|
+
"spellCheck",
|
|
3310
|
+
"src",
|
|
3311
|
+
"srcSet",
|
|
3312
|
+
"step",
|
|
3313
|
+
"style",
|
|
3314
|
+
"suppressContentEditableWarning",
|
|
3315
|
+
"suppressHydrationWarning",
|
|
3316
|
+
"tabIndex",
|
|
3317
|
+
"target",
|
|
3318
|
+
"title",
|
|
3319
|
+
"translate",
|
|
3320
|
+
"type",
|
|
3321
|
+
"typeof",
|
|
3322
|
+
"unselectable",
|
|
3323
|
+
"useMap",
|
|
3324
|
+
"value",
|
|
3325
|
+
"vocab",
|
|
3326
|
+
"width",
|
|
3327
|
+
"wrap"
|
|
3328
|
+
],
|
|
2838
3329
|
"content": [
|
|
2839
3330
|
"Alert",
|
|
2840
3331
|
"AlertDialog",
|
|
@@ -2875,5 +3366,6 @@
|
|
|
2875
3366
|
"ToggleGroup",
|
|
2876
3367
|
"Tooltip",
|
|
2877
3368
|
"VisuallyHidden"
|
|
2878
|
-
]
|
|
3369
|
+
],
|
|
3370
|
+
"contentPrimitives": ["Blockquote", "Heading", "Label", "Prose", "Text", "VisuallyHidden"]
|
|
2879
3371
|
}
|