@yahoo/uds 3.116.0-beta.3 → 3.116.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/generated/autoVariants.cjs +1 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +1 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +1 -0
- package/dist/automated-config/dist/generated/autoVariants.js +1 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +48 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +14 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +14 -0
- package/dist/automated-config/dist/generated/generatedConfigs.js +48 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +5 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +5 -0
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Popover/PopoverContent.cjs +4 -3
- package/dist/components/client/Popover/PopoverContent.js +4 -3
- package/dist/config/dist/index.cjs +5 -0
- package/dist/config/dist/index.js +5 -0
- package/dist/runtime/popoverConfig.cjs +6 -11
- package/dist/runtime/popoverConfig.d.cts +2 -1
- package/dist/runtime/popoverConfig.d.ts +2 -1
- package/dist/runtime/popoverConfig.js +6 -11
- package/dist/styles/styler.d.cts +70 -69
- package/dist/styles/styler.d.ts +70 -69
- package/dist/styles/variants.d.cts +3 -0
- package/dist/styles/variants.d.ts +3 -0
- package/dist/tailwind/dist/commands/generateComponentData.cjs +2 -0
- package/dist/tailwind/dist/commands/generateComponentData.js +3 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +3 -8
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js +3 -8
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +22 -2
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +22 -2
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.cjs +294 -10
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js +294 -9
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
- package/dist/uds/generated/componentData.cjs +226 -225
- package/dist/uds/generated/componentData.js +226 -225
- package/dist/uds/generated/tailwindPurge.cjs +219 -218
- package/dist/uds/generated/tailwindPurge.js +219 -218
- package/dist/uds/package.cjs +1 -1
- package/dist/uds/package.js +1 -1
- package/generated/componentData.json +306 -305
- package/generated/tailwindPurge.ts +5 -4604
- package/package.json +2 -2
- package/dist/tailwind/dist/.prettierrc.cjs +0 -13
- package/dist/tailwind/dist/.prettierrc.js +0 -12
package/dist/uds/package.cjs
CHANGED
|
@@ -207,9 +207,9 @@ var package_default = {
|
|
|
207
207
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .coverage",
|
|
208
208
|
"dev": "concurrently bun:dev:*",
|
|
209
209
|
"dev:fixtures": "bun run ./scripts/buildFixtures.ts --watch",
|
|
210
|
-
"dev:purgeCSSData": "bun run ./scripts/generatePurgeCSSData.ts --watch",
|
|
211
210
|
"dev:ts": "tsdown --watch",
|
|
212
211
|
"format:pkg": "bun --cwd ../../ syncpack format",
|
|
212
|
+
"generate:componentData": "bun run ./src/cli/runner.ts generateComponentData",
|
|
213
213
|
"lint": "eslint -c eslint.config.mjs .",
|
|
214
214
|
"lint:fix": "bun run lint --fix",
|
|
215
215
|
"lint:pkg": "bun publint",
|
package/dist/uds/package.js
CHANGED
|
@@ -206,9 +206,9 @@ var package_default = {
|
|
|
206
206
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .coverage",
|
|
207
207
|
"dev": "concurrently bun:dev:*",
|
|
208
208
|
"dev:fixtures": "bun run ./scripts/buildFixtures.ts --watch",
|
|
209
|
-
"dev:purgeCSSData": "bun run ./scripts/generatePurgeCSSData.ts --watch",
|
|
210
209
|
"dev:ts": "tsdown --watch",
|
|
211
210
|
"format:pkg": "bun --cwd ../../ syncpack format",
|
|
211
|
+
"generate:componentData": "bun run ./src/cli/runner.ts generateComponentData",
|
|
212
212
|
"lint": "eslint -c eslint.config.mjs .",
|
|
213
213
|
"lint:fix": "bun run lint --fix",
|
|
214
214
|
"lint:pkg": "bun publint",
|
|
@@ -931,6 +931,117 @@
|
|
|
931
931
|
"propToVariantKeys": {},
|
|
932
932
|
"motionVarPrefixes": []
|
|
933
933
|
},
|
|
934
|
+
"AvatarImage": {
|
|
935
|
+
"name": "AvatarImage",
|
|
936
|
+
"defaultProps": {
|
|
937
|
+
"size": "md",
|
|
938
|
+
"variant": "primary"
|
|
939
|
+
},
|
|
940
|
+
"getStylesLiterals": {},
|
|
941
|
+
"cxLiterals": [
|
|
942
|
+
"overflow-hidden",
|
|
943
|
+
"w-full",
|
|
944
|
+
"h-full",
|
|
945
|
+
"shrink-0",
|
|
946
|
+
"text-center",
|
|
947
|
+
"inline-flex",
|
|
948
|
+
"justify-center",
|
|
949
|
+
"items-center",
|
|
950
|
+
"object-cover"
|
|
951
|
+
],
|
|
952
|
+
"internalComponents": [
|
|
953
|
+
"UDSImage",
|
|
954
|
+
"AvatarText",
|
|
955
|
+
"AvatarIcon",
|
|
956
|
+
"Box"
|
|
957
|
+
],
|
|
958
|
+
"internalComponentProps": {},
|
|
959
|
+
"propToVariantKeys": {
|
|
960
|
+
"alt": [
|
|
961
|
+
"name"
|
|
962
|
+
],
|
|
963
|
+
"fallback": [
|
|
964
|
+
"initials"
|
|
965
|
+
]
|
|
966
|
+
},
|
|
967
|
+
"motionVarPrefixes": []
|
|
968
|
+
},
|
|
969
|
+
"AvatarText": {
|
|
970
|
+
"name": "AvatarText",
|
|
971
|
+
"defaultProps": {
|
|
972
|
+
"size": "md",
|
|
973
|
+
"variant": "primary"
|
|
974
|
+
},
|
|
975
|
+
"getStylesLiterals": {},
|
|
976
|
+
"cxLiterals": [
|
|
977
|
+
"overflow-hidden",
|
|
978
|
+
"truncate",
|
|
979
|
+
"w-full",
|
|
980
|
+
"h-full",
|
|
981
|
+
"shrink-0",
|
|
982
|
+
"text-center",
|
|
983
|
+
"inline-flex",
|
|
984
|
+
"justify-center",
|
|
985
|
+
"items-center"
|
|
986
|
+
],
|
|
987
|
+
"internalComponents": [
|
|
988
|
+
"Box",
|
|
989
|
+
"Text"
|
|
990
|
+
],
|
|
991
|
+
"internalComponentProps": {
|
|
992
|
+
"Text": {
|
|
993
|
+
"color": [
|
|
994
|
+
"inherit"
|
|
995
|
+
],
|
|
996
|
+
"variant": [
|
|
997
|
+
"inherit"
|
|
998
|
+
]
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
"propToVariantKeys": {},
|
|
1002
|
+
"motionVarPrefixes": []
|
|
1003
|
+
},
|
|
1004
|
+
"Avatar": {
|
|
1005
|
+
"name": "Avatar",
|
|
1006
|
+
"defaultProps": {},
|
|
1007
|
+
"getStylesLiterals": {},
|
|
1008
|
+
"cxLiterals": [],
|
|
1009
|
+
"internalComponents": [
|
|
1010
|
+
"AvatarImage"
|
|
1011
|
+
],
|
|
1012
|
+
"internalComponentProps": {},
|
|
1013
|
+
"propToVariantKeys": {},
|
|
1014
|
+
"motionVarPrefixes": []
|
|
1015
|
+
},
|
|
1016
|
+
"AvatarIcon": {
|
|
1017
|
+
"name": "AvatarIcon",
|
|
1018
|
+
"defaultProps": {
|
|
1019
|
+
"size": "md",
|
|
1020
|
+
"variant": "primary"
|
|
1021
|
+
},
|
|
1022
|
+
"getStylesLiterals": {},
|
|
1023
|
+
"cxLiterals": [
|
|
1024
|
+
"overflow-hidden",
|
|
1025
|
+
"w-full",
|
|
1026
|
+
"h-full",
|
|
1027
|
+
"shrink-0",
|
|
1028
|
+
"text-center",
|
|
1029
|
+
"inline-flex",
|
|
1030
|
+
"justify-center",
|
|
1031
|
+
"items-center"
|
|
1032
|
+
],
|
|
1033
|
+
"internalComponents": [
|
|
1034
|
+
"IconSlot",
|
|
1035
|
+
"Box"
|
|
1036
|
+
],
|
|
1037
|
+
"internalComponentProps": {},
|
|
1038
|
+
"propToVariantKeys": {
|
|
1039
|
+
"size": [
|
|
1040
|
+
"avatarSizeIcon"
|
|
1041
|
+
]
|
|
1042
|
+
},
|
|
1043
|
+
"motionVarPrefixes": []
|
|
1044
|
+
},
|
|
934
1045
|
"ExperimentalPopover": {
|
|
935
1046
|
"name": "ExperimentalPopover",
|
|
936
1047
|
"defaultProps": {},
|
|
@@ -1502,6 +1613,7 @@
|
|
|
1502
1613
|
"bg-carbon-15/0",
|
|
1503
1614
|
"hover:bg-carbon-15/10",
|
|
1504
1615
|
"active:bg-carbon-15/15",
|
|
1616
|
+
"uds-ring",
|
|
1505
1617
|
"absolute",
|
|
1506
1618
|
"z-[4]"
|
|
1507
1619
|
],
|
|
@@ -1751,117 +1863,6 @@
|
|
|
1751
1863
|
"propToVariantKeys": {},
|
|
1752
1864
|
"motionVarPrefixes": []
|
|
1753
1865
|
},
|
|
1754
|
-
"AvatarImage": {
|
|
1755
|
-
"name": "AvatarImage",
|
|
1756
|
-
"defaultProps": {
|
|
1757
|
-
"size": "md",
|
|
1758
|
-
"variant": "primary"
|
|
1759
|
-
},
|
|
1760
|
-
"getStylesLiterals": {},
|
|
1761
|
-
"cxLiterals": [
|
|
1762
|
-
"overflow-hidden",
|
|
1763
|
-
"w-full",
|
|
1764
|
-
"h-full",
|
|
1765
|
-
"shrink-0",
|
|
1766
|
-
"text-center",
|
|
1767
|
-
"inline-flex",
|
|
1768
|
-
"justify-center",
|
|
1769
|
-
"items-center",
|
|
1770
|
-
"object-cover"
|
|
1771
|
-
],
|
|
1772
|
-
"internalComponents": [
|
|
1773
|
-
"UDSImage",
|
|
1774
|
-
"AvatarText",
|
|
1775
|
-
"AvatarIcon",
|
|
1776
|
-
"Box"
|
|
1777
|
-
],
|
|
1778
|
-
"internalComponentProps": {},
|
|
1779
|
-
"propToVariantKeys": {
|
|
1780
|
-
"alt": [
|
|
1781
|
-
"name"
|
|
1782
|
-
],
|
|
1783
|
-
"fallback": [
|
|
1784
|
-
"initials"
|
|
1785
|
-
]
|
|
1786
|
-
},
|
|
1787
|
-
"motionVarPrefixes": []
|
|
1788
|
-
},
|
|
1789
|
-
"AvatarText": {
|
|
1790
|
-
"name": "AvatarText",
|
|
1791
|
-
"defaultProps": {
|
|
1792
|
-
"size": "md",
|
|
1793
|
-
"variant": "primary"
|
|
1794
|
-
},
|
|
1795
|
-
"getStylesLiterals": {},
|
|
1796
|
-
"cxLiterals": [
|
|
1797
|
-
"overflow-hidden",
|
|
1798
|
-
"truncate",
|
|
1799
|
-
"w-full",
|
|
1800
|
-
"h-full",
|
|
1801
|
-
"shrink-0",
|
|
1802
|
-
"text-center",
|
|
1803
|
-
"inline-flex",
|
|
1804
|
-
"justify-center",
|
|
1805
|
-
"items-center"
|
|
1806
|
-
],
|
|
1807
|
-
"internalComponents": [
|
|
1808
|
-
"Box",
|
|
1809
|
-
"Text"
|
|
1810
|
-
],
|
|
1811
|
-
"internalComponentProps": {
|
|
1812
|
-
"Text": {
|
|
1813
|
-
"color": [
|
|
1814
|
-
"inherit"
|
|
1815
|
-
],
|
|
1816
|
-
"variant": [
|
|
1817
|
-
"inherit"
|
|
1818
|
-
]
|
|
1819
|
-
}
|
|
1820
|
-
},
|
|
1821
|
-
"propToVariantKeys": {},
|
|
1822
|
-
"motionVarPrefixes": []
|
|
1823
|
-
},
|
|
1824
|
-
"Avatar": {
|
|
1825
|
-
"name": "Avatar",
|
|
1826
|
-
"defaultProps": {},
|
|
1827
|
-
"getStylesLiterals": {},
|
|
1828
|
-
"cxLiterals": [],
|
|
1829
|
-
"internalComponents": [
|
|
1830
|
-
"AvatarImage"
|
|
1831
|
-
],
|
|
1832
|
-
"internalComponentProps": {},
|
|
1833
|
-
"propToVariantKeys": {},
|
|
1834
|
-
"motionVarPrefixes": []
|
|
1835
|
-
},
|
|
1836
|
-
"AvatarIcon": {
|
|
1837
|
-
"name": "AvatarIcon",
|
|
1838
|
-
"defaultProps": {
|
|
1839
|
-
"size": "md",
|
|
1840
|
-
"variant": "primary"
|
|
1841
|
-
},
|
|
1842
|
-
"getStylesLiterals": {},
|
|
1843
|
-
"cxLiterals": [
|
|
1844
|
-
"overflow-hidden",
|
|
1845
|
-
"w-full",
|
|
1846
|
-
"h-full",
|
|
1847
|
-
"shrink-0",
|
|
1848
|
-
"text-center",
|
|
1849
|
-
"inline-flex",
|
|
1850
|
-
"justify-center",
|
|
1851
|
-
"items-center"
|
|
1852
|
-
],
|
|
1853
|
-
"internalComponents": [
|
|
1854
|
-
"IconSlot",
|
|
1855
|
-
"Box"
|
|
1856
|
-
],
|
|
1857
|
-
"internalComponentProps": {},
|
|
1858
|
-
"propToVariantKeys": {
|
|
1859
|
-
"size": [
|
|
1860
|
-
"avatarSizeIcon"
|
|
1861
|
-
]
|
|
1862
|
-
},
|
|
1863
|
-
"motionVarPrefixes": []
|
|
1864
|
-
},
|
|
1865
1866
|
"UDSToastConfigProvider": {
|
|
1866
1867
|
"name": "UDSToastConfigProvider",
|
|
1867
1868
|
"defaultProps": {},
|
|
@@ -2227,34 +2228,6 @@
|
|
|
2227
2228
|
"propToVariantKeys": {},
|
|
2228
2229
|
"motionVarPrefixes": []
|
|
2229
2230
|
},
|
|
2230
|
-
"UDSConfigProvider": {
|
|
2231
|
-
"name": "UDSConfigProvider",
|
|
2232
|
-
"defaultProps": {},
|
|
2233
|
-
"getStylesLiterals": {},
|
|
2234
|
-
"cxLiterals": [],
|
|
2235
|
-
"internalComponents": [
|
|
2236
|
-
"UDSBreakpointsConfigProvider",
|
|
2237
|
-
"UDSBottomSheetConfigProvider",
|
|
2238
|
-
"UDSToastConfigProvider",
|
|
2239
|
-
"UDSTooltipConfigProvider",
|
|
2240
|
-
"UDSPopoverConfigProvider"
|
|
2241
|
-
],
|
|
2242
|
-
"internalComponentProps": {},
|
|
2243
|
-
"propToVariantKeys": {},
|
|
2244
|
-
"motionVarPrefixes": []
|
|
2245
|
-
},
|
|
2246
|
-
"UDSBreakpointsConfigProvider": {
|
|
2247
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
2248
|
-
"defaultProps": {},
|
|
2249
|
-
"getStylesLiterals": {},
|
|
2250
|
-
"cxLiterals": [],
|
|
2251
|
-
"internalComponents": [
|
|
2252
|
-
"UDSBreakpointsConfigContext.Provider"
|
|
2253
|
-
],
|
|
2254
|
-
"internalComponentProps": {},
|
|
2255
|
-
"propToVariantKeys": {},
|
|
2256
|
-
"motionVarPrefixes": []
|
|
2257
|
-
},
|
|
2258
2231
|
"Input": {
|
|
2259
2232
|
"name": "Input",
|
|
2260
2233
|
"defaultProps": {
|
|
@@ -2429,187 +2402,34 @@
|
|
|
2429
2402
|
},
|
|
2430
2403
|
"motionVarPrefixes": []
|
|
2431
2404
|
},
|
|
2432
|
-
"
|
|
2433
|
-
"name": "
|
|
2434
|
-
"defaultProps": {
|
|
2435
|
-
"variant": "primary"
|
|
2436
|
-
},
|
|
2437
|
-
"getStylesLiterals": {},
|
|
2438
|
-
"cxLiterals": [
|
|
2439
|
-
"uds-ring"
|
|
2440
|
-
],
|
|
2441
|
-
"internalComponents": [
|
|
2442
|
-
"ChipBase"
|
|
2443
|
-
],
|
|
2444
|
-
"internalComponentProps": {
|
|
2445
|
-
"ChipBase": {
|
|
2446
|
-
"as": [
|
|
2447
|
-
"a"
|
|
2448
|
-
]
|
|
2449
|
-
}
|
|
2450
|
-
},
|
|
2451
|
-
"propToVariantKeys": {
|
|
2452
|
-
"variant": [
|
|
2453
|
-
"chipLinkVariantRoot",
|
|
2454
|
-
"chipLinkVariantIcon"
|
|
2455
|
-
]
|
|
2456
|
-
},
|
|
2457
|
-
"motionVarPrefixes": []
|
|
2458
|
-
},
|
|
2459
|
-
"ChipDismissible": {
|
|
2460
|
-
"name": "ChipDismissible",
|
|
2461
|
-
"defaultProps": {
|
|
2462
|
-
"variant": "primary"
|
|
2463
|
-
},
|
|
2405
|
+
"UDSConfigProvider": {
|
|
2406
|
+
"name": "UDSConfigProvider",
|
|
2407
|
+
"defaultProps": {},
|
|
2464
2408
|
"getStylesLiterals": {},
|
|
2465
|
-
"cxLiterals": [
|
|
2466
|
-
"uds-chip-dismissible-button",
|
|
2467
|
-
"uds-hit-target",
|
|
2468
|
-
"uds-ring",
|
|
2469
|
-
"rounded-full"
|
|
2470
|
-
],
|
|
2409
|
+
"cxLiterals": [],
|
|
2471
2410
|
"internalComponents": [
|
|
2472
|
-
"
|
|
2473
|
-
"
|
|
2474
|
-
"
|
|
2411
|
+
"UDSBreakpointsConfigProvider",
|
|
2412
|
+
"UDSBottomSheetConfigProvider",
|
|
2413
|
+
"UDSToastConfigProvider",
|
|
2414
|
+
"UDSTooltipConfigProvider",
|
|
2415
|
+
"UDSPopoverConfigProvider"
|
|
2475
2416
|
],
|
|
2476
2417
|
"internalComponentProps": {},
|
|
2477
|
-
"propToVariantKeys": {
|
|
2478
|
-
"variant": [
|
|
2479
|
-
"chipDismissibleVariantRoot",
|
|
2480
|
-
"chipDismissibleVariantIcon"
|
|
2481
|
-
],
|
|
2482
|
-
"dismissButtonAriaLabel": [
|
|
2483
|
-
"aria-label"
|
|
2484
|
-
]
|
|
2485
|
-
},
|
|
2486
|
-
"motionVarPrefixes": []
|
|
2487
|
-
},
|
|
2488
|
-
"ChipToggle": {
|
|
2489
|
-
"name": "ChipToggle",
|
|
2490
|
-
"defaultProps": {
|
|
2491
|
-
"variant": "primary",
|
|
2492
|
-
"role": "checkbox"
|
|
2493
|
-
},
|
|
2494
|
-
"getStylesLiterals": {
|
|
2495
|
-
"chipToggleVariantActiveRoot": "on",
|
|
2496
|
-
"chipToggleVariantActiveRoot:1": "off"
|
|
2497
|
-
},
|
|
2498
|
-
"cxLiterals": [
|
|
2499
|
-
"uds-ring"
|
|
2500
|
-
],
|
|
2501
|
-
"internalComponents": [
|
|
2502
|
-
"ChipBase"
|
|
2503
|
-
],
|
|
2504
|
-
"internalComponentProps": {
|
|
2505
|
-
"ChipBase": {
|
|
2506
|
-
"as": [
|
|
2507
|
-
"button"
|
|
2508
|
-
]
|
|
2509
|
-
}
|
|
2510
|
-
},
|
|
2511
|
-
"propToVariantKeys": {
|
|
2512
|
-
"variant": [
|
|
2513
|
-
"chipToggleVariantRoot",
|
|
2514
|
-
"chipToggleVariantIcon"
|
|
2515
|
-
]
|
|
2516
|
-
},
|
|
2418
|
+
"propToVariantKeys": {},
|
|
2517
2419
|
"motionVarPrefixes": []
|
|
2518
2420
|
},
|
|
2519
|
-
"
|
|
2520
|
-
"name": "
|
|
2421
|
+
"UDSBreakpointsConfigProvider": {
|
|
2422
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2521
2423
|
"defaultProps": {},
|
|
2522
2424
|
"getStylesLiterals": {},
|
|
2523
2425
|
"cxLiterals": [],
|
|
2524
2426
|
"internalComponents": [
|
|
2525
|
-
"
|
|
2526
|
-
"ChipToggle",
|
|
2527
|
-
"ChipLink",
|
|
2528
|
-
"ChipButton"
|
|
2427
|
+
"UDSBreakpointsConfigContext.Provider"
|
|
2529
2428
|
],
|
|
2530
2429
|
"internalComponentProps": {},
|
|
2531
2430
|
"propToVariantKeys": {},
|
|
2532
2431
|
"motionVarPrefixes": []
|
|
2533
2432
|
},
|
|
2534
|
-
"ChipBase": {
|
|
2535
|
-
"name": "ChipBase",
|
|
2536
|
-
"defaultProps": {
|
|
2537
|
-
"size": "md",
|
|
2538
|
-
"as": "div"
|
|
2539
|
-
},
|
|
2540
|
-
"getStylesLiterals": {},
|
|
2541
|
-
"cxLiterals": [
|
|
2542
|
-
"pointer-events-none",
|
|
2543
|
-
"cursor-default",
|
|
2544
|
-
"opacity-50",
|
|
2545
|
-
"inline-flex",
|
|
2546
|
-
"items-center",
|
|
2547
|
-
"transition-[background-color,outline-color,box-shadow]",
|
|
2548
|
-
"truncate",
|
|
2549
|
-
"whitespace-nowrap",
|
|
2550
|
-
"text-center",
|
|
2551
|
-
"flex-1"
|
|
2552
|
-
],
|
|
2553
|
-
"internalComponents": [
|
|
2554
|
-
"IconSlot",
|
|
2555
|
-
"HStack",
|
|
2556
|
-
"As",
|
|
2557
|
-
"Text"
|
|
2558
|
-
],
|
|
2559
|
-
"internalComponentProps": {
|
|
2560
|
-
"Text": {
|
|
2561
|
-
"as": [
|
|
2562
|
-
"span"
|
|
2563
|
-
],
|
|
2564
|
-
"color": [
|
|
2565
|
-
"current"
|
|
2566
|
-
],
|
|
2567
|
-
"variant": [
|
|
2568
|
-
"inherit"
|
|
2569
|
-
]
|
|
2570
|
-
}
|
|
2571
|
-
},
|
|
2572
|
-
"propToVariantKeys": {
|
|
2573
|
-
"size": [
|
|
2574
|
-
"chipSizeRoot",
|
|
2575
|
-
"chipSizeIcon"
|
|
2576
|
-
],
|
|
2577
|
-
"startIcon": [
|
|
2578
|
-
"icon"
|
|
2579
|
-
],
|
|
2580
|
-
"endIcon": [
|
|
2581
|
-
"icon"
|
|
2582
|
-
]
|
|
2583
|
-
},
|
|
2584
|
-
"motionVarPrefixes": []
|
|
2585
|
-
},
|
|
2586
|
-
"ChipButton": {
|
|
2587
|
-
"name": "ChipButton",
|
|
2588
|
-
"defaultProps": {
|
|
2589
|
-
"variant": "primary"
|
|
2590
|
-
},
|
|
2591
|
-
"getStylesLiterals": {},
|
|
2592
|
-
"cxLiterals": [
|
|
2593
|
-
"uds-ring"
|
|
2594
|
-
],
|
|
2595
|
-
"internalComponents": [
|
|
2596
|
-
"ChipBase"
|
|
2597
|
-
],
|
|
2598
|
-
"internalComponentProps": {
|
|
2599
|
-
"ChipBase": {
|
|
2600
|
-
"as": [
|
|
2601
|
-
"button"
|
|
2602
|
-
]
|
|
2603
|
-
}
|
|
2604
|
-
},
|
|
2605
|
-
"propToVariantKeys": {
|
|
2606
|
-
"variant": [
|
|
2607
|
-
"chipLinkVariantRoot",
|
|
2608
|
-
"chipLinkVariantIcon"
|
|
2609
|
-
]
|
|
2610
|
-
},
|
|
2611
|
-
"motionVarPrefixes": []
|
|
2612
|
-
},
|
|
2613
2433
|
"Menu.Item": {
|
|
2614
2434
|
"name": "Menu.Item",
|
|
2615
2435
|
"defaultProps": {},
|
|
@@ -2837,5 +2657,186 @@
|
|
|
2837
2657
|
"internalComponentProps": {},
|
|
2838
2658
|
"propToVariantKeys": {},
|
|
2839
2659
|
"motionVarPrefixes": []
|
|
2660
|
+
},
|
|
2661
|
+
"ChipLink": {
|
|
2662
|
+
"name": "ChipLink",
|
|
2663
|
+
"defaultProps": {
|
|
2664
|
+
"variant": "primary"
|
|
2665
|
+
},
|
|
2666
|
+
"getStylesLiterals": {},
|
|
2667
|
+
"cxLiterals": [
|
|
2668
|
+
"uds-ring"
|
|
2669
|
+
],
|
|
2670
|
+
"internalComponents": [
|
|
2671
|
+
"ChipBase"
|
|
2672
|
+
],
|
|
2673
|
+
"internalComponentProps": {
|
|
2674
|
+
"ChipBase": {
|
|
2675
|
+
"as": [
|
|
2676
|
+
"a"
|
|
2677
|
+
]
|
|
2678
|
+
}
|
|
2679
|
+
},
|
|
2680
|
+
"propToVariantKeys": {
|
|
2681
|
+
"variant": [
|
|
2682
|
+
"chipLinkVariantRoot",
|
|
2683
|
+
"chipLinkVariantIcon"
|
|
2684
|
+
]
|
|
2685
|
+
},
|
|
2686
|
+
"motionVarPrefixes": []
|
|
2687
|
+
},
|
|
2688
|
+
"ChipDismissible": {
|
|
2689
|
+
"name": "ChipDismissible",
|
|
2690
|
+
"defaultProps": {
|
|
2691
|
+
"variant": "primary"
|
|
2692
|
+
},
|
|
2693
|
+
"getStylesLiterals": {},
|
|
2694
|
+
"cxLiterals": [
|
|
2695
|
+
"uds-chip-dismissible-button",
|
|
2696
|
+
"uds-hit-target",
|
|
2697
|
+
"uds-ring",
|
|
2698
|
+
"rounded-full"
|
|
2699
|
+
],
|
|
2700
|
+
"internalComponents": [
|
|
2701
|
+
"ChipBase",
|
|
2702
|
+
"IconSlot",
|
|
2703
|
+
"Pressable"
|
|
2704
|
+
],
|
|
2705
|
+
"internalComponentProps": {},
|
|
2706
|
+
"propToVariantKeys": {
|
|
2707
|
+
"variant": [
|
|
2708
|
+
"chipDismissibleVariantRoot",
|
|
2709
|
+
"chipDismissibleVariantIcon"
|
|
2710
|
+
],
|
|
2711
|
+
"dismissButtonAriaLabel": [
|
|
2712
|
+
"aria-label"
|
|
2713
|
+
]
|
|
2714
|
+
},
|
|
2715
|
+
"motionVarPrefixes": []
|
|
2716
|
+
},
|
|
2717
|
+
"ChipToggle": {
|
|
2718
|
+
"name": "ChipToggle",
|
|
2719
|
+
"defaultProps": {
|
|
2720
|
+
"variant": "primary",
|
|
2721
|
+
"role": "checkbox"
|
|
2722
|
+
},
|
|
2723
|
+
"getStylesLiterals": {
|
|
2724
|
+
"chipToggleVariantActiveRoot": "on",
|
|
2725
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
2726
|
+
},
|
|
2727
|
+
"cxLiterals": [
|
|
2728
|
+
"uds-ring"
|
|
2729
|
+
],
|
|
2730
|
+
"internalComponents": [
|
|
2731
|
+
"ChipBase"
|
|
2732
|
+
],
|
|
2733
|
+
"internalComponentProps": {
|
|
2734
|
+
"ChipBase": {
|
|
2735
|
+
"as": [
|
|
2736
|
+
"button"
|
|
2737
|
+
]
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
"propToVariantKeys": {
|
|
2741
|
+
"variant": [
|
|
2742
|
+
"chipToggleVariantRoot",
|
|
2743
|
+
"chipToggleVariantIcon"
|
|
2744
|
+
]
|
|
2745
|
+
},
|
|
2746
|
+
"motionVarPrefixes": []
|
|
2747
|
+
},
|
|
2748
|
+
"Chip": {
|
|
2749
|
+
"name": "Chip",
|
|
2750
|
+
"defaultProps": {},
|
|
2751
|
+
"getStylesLiterals": {},
|
|
2752
|
+
"cxLiterals": [],
|
|
2753
|
+
"internalComponents": [
|
|
2754
|
+
"ChipDismissible",
|
|
2755
|
+
"ChipToggle",
|
|
2756
|
+
"ChipLink",
|
|
2757
|
+
"ChipButton"
|
|
2758
|
+
],
|
|
2759
|
+
"internalComponentProps": {},
|
|
2760
|
+
"propToVariantKeys": {},
|
|
2761
|
+
"motionVarPrefixes": []
|
|
2762
|
+
},
|
|
2763
|
+
"ChipBase": {
|
|
2764
|
+
"name": "ChipBase",
|
|
2765
|
+
"defaultProps": {
|
|
2766
|
+
"size": "md",
|
|
2767
|
+
"as": "div"
|
|
2768
|
+
},
|
|
2769
|
+
"getStylesLiterals": {},
|
|
2770
|
+
"cxLiterals": [
|
|
2771
|
+
"pointer-events-none",
|
|
2772
|
+
"cursor-default",
|
|
2773
|
+
"opacity-50",
|
|
2774
|
+
"inline-flex",
|
|
2775
|
+
"items-center",
|
|
2776
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
2777
|
+
"truncate",
|
|
2778
|
+
"whitespace-nowrap",
|
|
2779
|
+
"text-center",
|
|
2780
|
+
"flex-1"
|
|
2781
|
+
],
|
|
2782
|
+
"internalComponents": [
|
|
2783
|
+
"IconSlot",
|
|
2784
|
+
"HStack",
|
|
2785
|
+
"As",
|
|
2786
|
+
"Text"
|
|
2787
|
+
],
|
|
2788
|
+
"internalComponentProps": {
|
|
2789
|
+
"Text": {
|
|
2790
|
+
"as": [
|
|
2791
|
+
"span"
|
|
2792
|
+
],
|
|
2793
|
+
"color": [
|
|
2794
|
+
"current"
|
|
2795
|
+
],
|
|
2796
|
+
"variant": [
|
|
2797
|
+
"inherit"
|
|
2798
|
+
]
|
|
2799
|
+
}
|
|
2800
|
+
},
|
|
2801
|
+
"propToVariantKeys": {
|
|
2802
|
+
"size": [
|
|
2803
|
+
"chipSizeRoot",
|
|
2804
|
+
"chipSizeIcon"
|
|
2805
|
+
],
|
|
2806
|
+
"startIcon": [
|
|
2807
|
+
"icon"
|
|
2808
|
+
],
|
|
2809
|
+
"endIcon": [
|
|
2810
|
+
"icon"
|
|
2811
|
+
]
|
|
2812
|
+
},
|
|
2813
|
+
"motionVarPrefixes": []
|
|
2814
|
+
},
|
|
2815
|
+
"ChipButton": {
|
|
2816
|
+
"name": "ChipButton",
|
|
2817
|
+
"defaultProps": {
|
|
2818
|
+
"variant": "primary"
|
|
2819
|
+
},
|
|
2820
|
+
"getStylesLiterals": {},
|
|
2821
|
+
"cxLiterals": [
|
|
2822
|
+
"uds-ring"
|
|
2823
|
+
],
|
|
2824
|
+
"internalComponents": [
|
|
2825
|
+
"ChipBase"
|
|
2826
|
+
],
|
|
2827
|
+
"internalComponentProps": {
|
|
2828
|
+
"ChipBase": {
|
|
2829
|
+
"as": [
|
|
2830
|
+
"button"
|
|
2831
|
+
]
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
"propToVariantKeys": {
|
|
2835
|
+
"variant": [
|
|
2836
|
+
"chipLinkVariantRoot",
|
|
2837
|
+
"chipLinkVariantIcon"
|
|
2838
|
+
]
|
|
2839
|
+
},
|
|
2840
|
+
"motionVarPrefixes": []
|
|
2840
2841
|
}
|
|
2841
2842
|
}
|