@yahoo/uds 3.133.3 → 3.134.0

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.
Files changed (163) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +14 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +14 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +14 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +14 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +2796 -1
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +288 -2
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +288 -2
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +2796 -2
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +119 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +119 -0
  13. package/dist/automated-config/dist/properties.cjs +15 -1
  14. package/dist/automated-config/dist/properties.d.cts +4 -0
  15. package/dist/automated-config/dist/properties.d.ts +4 -0
  16. package/dist/automated-config/dist/properties.js +15 -1
  17. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  18. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  19. package/dist/cli/commands/sync.cjs +4 -0
  20. package/dist/cli/commands/sync.js +4 -0
  21. package/dist/components/client/Modal/Modal.cjs +193 -0
  22. package/dist/components/client/Modal/Modal.d.cts +51 -0
  23. package/dist/components/client/Modal/Modal.d.ts +52 -0
  24. package/dist/components/client/Modal/Modal.js +191 -0
  25. package/dist/components/client/Modal/ModalActions.cjs +54 -0
  26. package/dist/components/client/Modal/ModalActions.d.cts +27 -0
  27. package/dist/components/client/Modal/ModalActions.d.ts +28 -0
  28. package/dist/components/client/Modal/ModalActions.js +52 -0
  29. package/dist/components/client/Modal/ModalContent.cjs +37 -0
  30. package/dist/components/client/Modal/ModalContent.d.cts +24 -0
  31. package/dist/components/client/Modal/ModalContent.d.ts +25 -0
  32. package/dist/components/client/Modal/ModalContent.js +35 -0
  33. package/dist/components/client/Modal/ModalContext.cjs +15 -0
  34. package/dist/components/client/Modal/ModalContext.d.cts +13 -0
  35. package/dist/components/client/Modal/ModalContext.d.ts +14 -0
  36. package/dist/components/client/Modal/ModalContext.js +12 -0
  37. package/dist/components/client/Modal/ModalDescription.cjs +29 -0
  38. package/dist/components/client/Modal/ModalDescription.d.cts +23 -0
  39. package/dist/components/client/Modal/ModalDescription.d.ts +24 -0
  40. package/dist/components/client/Modal/ModalDescription.js +27 -0
  41. package/dist/components/client/Modal/ModalTitle.cjs +29 -0
  42. package/dist/components/client/Modal/ModalTitle.d.cts +23 -0
  43. package/dist/components/client/Modal/ModalTitle.d.ts +24 -0
  44. package/dist/components/client/Modal/ModalTitle.js +27 -0
  45. package/dist/components/client/Modal/UDSModalConfigProvider.cjs +42 -0
  46. package/dist/components/client/Modal/UDSModalConfigProvider.d.cts +35 -0
  47. package/dist/components/client/Modal/UDSModalConfigProvider.d.ts +36 -0
  48. package/dist/components/client/Modal/UDSModalConfigProvider.js +39 -0
  49. package/dist/components/client/Modal/index.cjs +16 -0
  50. package/dist/components/client/Modal/index.d.cts +8 -0
  51. package/dist/components/client/Modal/index.d.ts +9 -0
  52. package/dist/components/client/Modal/index.js +9 -0
  53. package/dist/components/client/Modal/useScrollFade.cjs +38 -0
  54. package/dist/components/client/Modal/useScrollFade.d.cts +13 -0
  55. package/dist/components/client/Modal/useScrollFade.d.ts +14 -0
  56. package/dist/components/client/Modal/useScrollFade.js +36 -0
  57. package/dist/components/client/Modal/utils.cjs +32 -0
  58. package/dist/components/client/Modal/utils.d.cts +13 -0
  59. package/dist/components/client/Modal/utils.d.ts +14 -0
  60. package/dist/components/client/Modal/utils.js +30 -0
  61. package/dist/components/client/Popover/index.d.cts +1 -1
  62. package/dist/components/client/Popover/index.d.ts +1 -1
  63. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
  64. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
  65. package/dist/components/client/index.cjs +13 -0
  66. package/dist/components/client/index.d.cts +8 -2
  67. package/dist/components/client/index.d.ts +8 -2
  68. package/dist/components/client/index.js +7 -1
  69. package/dist/components/client/providers/UDSConfigProvider.cjs +6 -2
  70. package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -1
  71. package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -1
  72. package/dist/components/client/providers/UDSConfigProvider.js +6 -2
  73. package/dist/components/experimental/client/index.cjs +0 -5
  74. package/dist/components/experimental/client/index.d.cts +1 -2
  75. package/dist/components/experimental/client/index.d.ts +1 -2
  76. package/dist/components/experimental/client/index.js +1 -2
  77. package/dist/components/experimental/index.cjs +1 -10
  78. package/dist/components/experimental/index.d.cts +1 -2
  79. package/dist/components/experimental/index.d.ts +1 -2
  80. package/dist/components/experimental/index.js +2 -7
  81. package/dist/components/index.cjs +20 -0
  82. package/dist/components/index.d.cts +8 -2
  83. package/dist/components/index.d.ts +8 -2
  84. package/dist/components/index.js +14 -1
  85. package/dist/config/dist/index.cjs +129 -4
  86. package/dist/config/dist/index.js +129 -4
  87. package/dist/index.cjs +16 -0
  88. package/dist/index.d.cts +11 -4
  89. package/dist/index.d.ts +11 -4
  90. package/dist/index.js +9 -2
  91. package/dist/runtime/index.cjs +2 -0
  92. package/dist/runtime/index.d.cts +2 -1
  93. package/dist/runtime/index.d.ts +2 -1
  94. package/dist/runtime/index.js +2 -1
  95. package/dist/runtime/modalConfig.cjs +22 -0
  96. package/dist/runtime/modalConfig.d.cts +22 -0
  97. package/dist/runtime/modalConfig.d.ts +22 -0
  98. package/dist/runtime/modalConfig.js +21 -0
  99. package/dist/runtime/udsConfig.cjs +4 -2
  100. package/dist/runtime/udsConfig.d.cts +2 -0
  101. package/dist/runtime/udsConfig.d.ts +2 -0
  102. package/dist/runtime/udsConfig.js +4 -2
  103. package/dist/styles/styler.d.cts +35 -21
  104. package/dist/styles/styler.d.ts +35 -21
  105. package/dist/styles/variants.d.cts +42 -0
  106. package/dist/styles/variants.d.ts +42 -0
  107. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +14 -0
  108. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +14 -0
  109. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  110. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +2796 -1
  111. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +2796 -2
  112. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  113. package/dist/tailwind/dist/automated-config/dist/properties.cjs +15 -1
  114. package/dist/tailwind/dist/automated-config/dist/properties.js +15 -1
  115. package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
  116. package/dist/tailwind/dist/config/dist/index.cjs +129 -4
  117. package/dist/tailwind/dist/config/dist/index.js +129 -4
  118. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  119. package/dist/tailwind/dist/css/utils.cjs +8 -0
  120. package/dist/tailwind/dist/css/utils.js +8 -0
  121. package/dist/tailwind/dist/css/utils.js.map +1 -1
  122. package/dist/tailwind/dist/runtimeConfig/hookMetadata.cjs +34 -0
  123. package/dist/tailwind/dist/runtimeConfig/hookMetadata.js +34 -0
  124. package/dist/tailwind/dist/runtimeConfig/hookMetadata.js.map +1 -1
  125. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +3 -0
  126. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +3 -0
  127. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js.map +1 -1
  128. package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
  129. package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
  130. package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
  131. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  132. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  133. package/dist/tokens/automation/configs/index.cjs +1 -0
  134. package/dist/tokens/automation/configs/index.d.cts +2 -2
  135. package/dist/tokens/automation/configs/index.d.ts +2 -2
  136. package/dist/tokens/automation/configs/index.js +2 -2
  137. package/dist/tokens/automation/index.cjs +1 -0
  138. package/dist/tokens/automation/index.d.cts +2 -2
  139. package/dist/tokens/automation/index.d.ts +2 -2
  140. package/dist/tokens/automation/index.js +2 -2
  141. package/dist/tokens/index.cjs +1 -0
  142. package/dist/tokens/index.d.cts +3 -3
  143. package/dist/tokens/index.d.ts +3 -3
  144. package/dist/tokens/index.js +2 -2
  145. package/dist/tokens/types.d.cts +2 -2
  146. package/dist/tokens/types.d.ts +2 -2
  147. package/dist/types/dist/index.d.cts +68 -2
  148. package/dist/types/dist/index.d.ts +68 -2
  149. package/dist/uds/generated/componentData.cjs +717 -526
  150. package/dist/uds/generated/componentData.js +580 -425
  151. package/dist/uds/generated/tailwindPurge.cjs +137 -96
  152. package/dist/uds/generated/tailwindPurge.js +137 -96
  153. package/dist/utils/exposeAriakitScrollbarWidth.cjs +17 -0
  154. package/dist/utils/exposeAriakitScrollbarWidth.d.cts +13 -0
  155. package/dist/utils/exposeAriakitScrollbarWidth.d.ts +13 -0
  156. package/dist/utils/exposeAriakitScrollbarWidth.js +16 -0
  157. package/generated/componentData.json +876 -665
  158. package/generated/tailwindPurge.ts +4 -4
  159. package/package.json +1 -1
  160. package/dist/components/experimental/client/Modal.cjs +0 -60
  161. package/dist/components/experimental/client/Modal.d.cts +0 -27
  162. package/dist/components/experimental/client/Modal.d.ts +0 -28
  163. package/dist/components/experimental/client/Modal.js +0 -55
@@ -1265,95 +1265,6 @@
1265
1265
  "runtimeConfigInternalComponentProps": {},
1266
1266
  "motionVarPrefixes": []
1267
1267
  },
1268
- "Modal": {
1269
- "name": "Modal",
1270
- "defaultProps": {},
1271
- "getStylesLiterals": {},
1272
- "cxLiterals": [
1273
- "inset-8",
1274
- "top-[250px]",
1275
- "z-50",
1276
- "mx-auto",
1277
- "h-fit",
1278
- "w-[600px]",
1279
- "origin-center",
1280
- "scale-95",
1281
- "opacity-0",
1282
- "transition",
1283
- "duration-150",
1284
- "data-[enter]:scale-100",
1285
- "data-[enter]:opacity-100",
1286
- "data-[enter]:bg-primary",
1287
- "backdrop-blur-0",
1288
- "data-[enter]:opacity-60",
1289
- "data-[enter]:backdrop-blur-sm"
1290
- ],
1291
- "internalComponents": [
1292
- "IconButton",
1293
- "Dialog",
1294
- "HStack",
1295
- "Text",
1296
- "VStack"
1297
- ],
1298
- "internalComponentProps": {
1299
- "IconButton": {
1300
- "aria-label": [
1301
- "Close"
1302
- ],
1303
- "size": [
1304
- "sm"
1305
- ],
1306
- "variant": [
1307
- "tertiary"
1308
- ]
1309
- },
1310
- "HStack": {
1311
- "alignItems": [
1312
- "center"
1313
- ],
1314
- "justifyContent": [
1315
- "space-between"
1316
- ]
1317
- },
1318
- "Text": {
1319
- "variant": [
1320
- "headline1"
1321
- ],
1322
- "color": [
1323
- "primary"
1324
- ]
1325
- },
1326
- "VStack": {
1327
- "borderRadius": [
1328
- "md"
1329
- ],
1330
- "position": [
1331
- "fixed"
1332
- ],
1333
- "backgroundColor": [
1334
- "primary"
1335
- ],
1336
- "dropShadow": [
1337
- "md"
1338
- ],
1339
- "spacing": [
1340
- "8"
1341
- ],
1342
- "overflow": [
1343
- "hidden"
1344
- ]
1345
- }
1346
- },
1347
- "propToVariantKeys": {
1348
- "handleClose": [
1349
- "onClick"
1350
- ]
1351
- },
1352
- "runtimeConfigDefaultProps": {},
1353
- "runtimeConfigGetStyles": {},
1354
- "runtimeConfigInternalComponentProps": {},
1355
- "motionVarPrefixes": []
1356
- },
1357
1268
  "SegmentedControl": {
1358
1269
  "name": "SegmentedControl",
1359
1270
  "defaultProps": {
@@ -1696,192 +1607,6 @@
1696
1607
  "runtimeConfigInternalComponentProps": {},
1697
1608
  "motionVarPrefixes": []
1698
1609
  },
1699
- "Input": {
1700
- "name": "Input",
1701
- "defaultProps": {
1702
- "type": "text",
1703
- "size": "md",
1704
- "width": "full"
1705
- },
1706
- "getStylesLiterals": {
1707
- "inputVariantRoot": "default",
1708
- "inputVariantValueRoot": "empty",
1709
- "inputVariantValueRoot:1": "filled",
1710
- "inputVariantInputWrapper": "default",
1711
- "inputVariantValueInputWrapper": "empty",
1712
- "inputVariantValueInputWrapper:1": "filled",
1713
- "inputVariantInput": "default",
1714
- "inputVariantValueInput": "empty",
1715
- "inputVariantValueInput:1": "filled",
1716
- "inputVariantInputPlaceholder": "default",
1717
- "inputVariantValueInputPlaceholder": "empty",
1718
- "inputVariantValueInputPlaceholder:1": "filled",
1719
- "inputVariantLabel": "default",
1720
- "inputVariantValueLabel": "empty",
1721
- "inputVariantValueLabel:1": "filled",
1722
- "inputVariantLabelRequired": "default",
1723
- "inputVariantValueLabelRequired": "empty",
1724
- "inputVariantValueLabelRequired:1": "filled",
1725
- "inputVariantStartIcon": "default",
1726
- "inputVariantValueStartIcon": "empty",
1727
- "inputVariantValueStartIcon:1": "filled",
1728
- "inputVariantEndIcon": "default",
1729
- "inputVariantValueEndIcon": "empty",
1730
- "inputVariantValueEndIcon:1": "filled"
1731
- },
1732
- "cxLiterals": [
1733
- "opacity-50",
1734
- "min-w-[200px]",
1735
- "grow",
1736
- "uds-hit-target",
1737
- "bg-clip-text",
1738
- "focus:outline-none",
1739
- "cursor-text",
1740
- "cursor-not-allowed"
1741
- ],
1742
- "internalComponents": [
1743
- "IconSlot",
1744
- "StartIcon",
1745
- "EndIcon",
1746
- "HelpTextContent",
1747
- "Box",
1748
- "InputHelpTextInternal",
1749
- "VStack",
1750
- "HStack",
1751
- "AnimateHeightChange"
1752
- ],
1753
- "internalComponentProps": {
1754
- "HelpTextContent": {
1755
- "spacingTop": [
1756
- "2"
1757
- ]
1758
- },
1759
- "Box": {
1760
- "spacingBottom": [
1761
- "2"
1762
- ],
1763
- "columnGap": [
1764
- "0.5"
1765
- ],
1766
- "alignItems": [
1767
- "flex-end",
1768
- "center"
1769
- ],
1770
- "position": [
1771
- "relative"
1772
- ]
1773
- },
1774
- "HStack": {
1775
- "alignItems": [
1776
- "center"
1777
- ],
1778
- "gap": [
1779
- "1"
1780
- ]
1781
- }
1782
- },
1783
- "propToVariantKeys": {
1784
- "size": [
1785
- "inputSizeRoot",
1786
- "inputSizeInputWrapper",
1787
- "inputSizeInput",
1788
- "inputSizeLabel",
1789
- "inputSizeStartIcon",
1790
- "inputSizeEndIcon"
1791
- ],
1792
- "startIcon": [
1793
- "icon"
1794
- ],
1795
- "endIcon": [
1796
- "icon"
1797
- ],
1798
- "slotProps": [
1799
- "helperTextSlotProps"
1800
- ],
1801
- "helperTextIcon": [
1802
- "startIcon"
1803
- ]
1804
- },
1805
- "runtimeConfigDefaultProps": {},
1806
- "runtimeConfigGetStyles": {},
1807
- "runtimeConfigInternalComponentProps": {},
1808
- "motionVarPrefixes": []
1809
- },
1810
- "InputHelpText": {
1811
- "name": "InputHelpText",
1812
- "defaultProps": {
1813
- "size": "md"
1814
- },
1815
- "getStylesLiterals": {
1816
- "inputVariantRoot": "default",
1817
- "inputVariantValueRoot": "empty",
1818
- "inputVariantValueRoot:1": "filled"
1819
- },
1820
- "cxLiterals": [],
1821
- "internalComponents": [
1822
- "InputHelpTextInternal",
1823
- "Box"
1824
- ],
1825
- "internalComponentProps": {
1826
- "Box": {
1827
- "spacingTop": [
1828
- "2"
1829
- ]
1830
- }
1831
- },
1832
- "propToVariantKeys": {
1833
- "size": [
1834
- "inputSizeRoot"
1835
- ]
1836
- },
1837
- "runtimeConfigDefaultProps": {},
1838
- "runtimeConfigGetStyles": {},
1839
- "runtimeConfigInternalComponentProps": {},
1840
- "motionVarPrefixes": []
1841
- },
1842
- "InputHelpTextInternal": {
1843
- "name": "InputHelpTextInternal",
1844
- "defaultProps": {},
1845
- "getStylesLiterals": {
1846
- "inputVariantHelperText": "default",
1847
- "inputVariantValueHelperText": "empty",
1848
- "inputVariantValueHelperText:1": "filled",
1849
- "inputVariantHelperIcon": "default",
1850
- "inputVariantValueHelperIcon": "empty",
1851
- "inputVariantValueHelperIcon:1": "filled"
1852
- },
1853
- "cxLiterals": [],
1854
- "internalComponents": [
1855
- "IconSlot",
1856
- "HStack"
1857
- ],
1858
- "internalComponentProps": {
1859
- "HStack": {
1860
- "gap": [
1861
- "1"
1862
- ],
1863
- "alignItems": [
1864
- "center"
1865
- ]
1866
- }
1867
- },
1868
- "propToVariantKeys": {
1869
- "size": [
1870
- "inputSizeHelperText",
1871
- "inputSizeHelperIcon"
1872
- ],
1873
- "startIcon": [
1874
- "icon"
1875
- ],
1876
- "endIcon": [
1877
- "icon"
1878
- ]
1879
- },
1880
- "runtimeConfigDefaultProps": {},
1881
- "runtimeConfigGetStyles": {},
1882
- "runtimeConfigInternalComponentProps": {},
1883
- "motionVarPrefixes": []
1884
- },
1885
1610
  "BottomSheet": {
1886
1611
  "name": "BottomSheet",
1887
1612
  "defaultProps": {
@@ -2357,9 +2082,765 @@
2357
2082
  "runtimeConfigInternalComponentProps": {},
2358
2083
  "motionVarPrefixes": []
2359
2084
  },
2360
- "Popover": {
2361
- "name": "Popover",
2362
- "defaultProps": {},
2085
+ "Input": {
2086
+ "name": "Input",
2087
+ "defaultProps": {
2088
+ "type": "text",
2089
+ "size": "md",
2090
+ "width": "full"
2091
+ },
2092
+ "getStylesLiterals": {
2093
+ "inputVariantRoot": "default",
2094
+ "inputVariantValueRoot": "empty",
2095
+ "inputVariantValueRoot:1": "filled",
2096
+ "inputVariantInputWrapper": "default",
2097
+ "inputVariantValueInputWrapper": "empty",
2098
+ "inputVariantValueInputWrapper:1": "filled",
2099
+ "inputVariantInput": "default",
2100
+ "inputVariantValueInput": "empty",
2101
+ "inputVariantValueInput:1": "filled",
2102
+ "inputVariantInputPlaceholder": "default",
2103
+ "inputVariantValueInputPlaceholder": "empty",
2104
+ "inputVariantValueInputPlaceholder:1": "filled",
2105
+ "inputVariantLabel": "default",
2106
+ "inputVariantValueLabel": "empty",
2107
+ "inputVariantValueLabel:1": "filled",
2108
+ "inputVariantLabelRequired": "default",
2109
+ "inputVariantValueLabelRequired": "empty",
2110
+ "inputVariantValueLabelRequired:1": "filled",
2111
+ "inputVariantStartIcon": "default",
2112
+ "inputVariantValueStartIcon": "empty",
2113
+ "inputVariantValueStartIcon:1": "filled",
2114
+ "inputVariantEndIcon": "default",
2115
+ "inputVariantValueEndIcon": "empty",
2116
+ "inputVariantValueEndIcon:1": "filled"
2117
+ },
2118
+ "cxLiterals": [
2119
+ "opacity-50",
2120
+ "min-w-[200px]",
2121
+ "grow",
2122
+ "uds-hit-target",
2123
+ "bg-clip-text",
2124
+ "focus:outline-none",
2125
+ "cursor-text",
2126
+ "cursor-not-allowed"
2127
+ ],
2128
+ "internalComponents": [
2129
+ "IconSlot",
2130
+ "StartIcon",
2131
+ "EndIcon",
2132
+ "HelpTextContent",
2133
+ "Box",
2134
+ "InputHelpTextInternal",
2135
+ "VStack",
2136
+ "HStack",
2137
+ "AnimateHeightChange"
2138
+ ],
2139
+ "internalComponentProps": {
2140
+ "HelpTextContent": {
2141
+ "spacingTop": [
2142
+ "2"
2143
+ ]
2144
+ },
2145
+ "Box": {
2146
+ "spacingBottom": [
2147
+ "2"
2148
+ ],
2149
+ "columnGap": [
2150
+ "0.5"
2151
+ ],
2152
+ "alignItems": [
2153
+ "flex-end",
2154
+ "center"
2155
+ ],
2156
+ "position": [
2157
+ "relative"
2158
+ ]
2159
+ },
2160
+ "HStack": {
2161
+ "alignItems": [
2162
+ "center"
2163
+ ],
2164
+ "gap": [
2165
+ "1"
2166
+ ]
2167
+ }
2168
+ },
2169
+ "propToVariantKeys": {
2170
+ "size": [
2171
+ "inputSizeRoot",
2172
+ "inputSizeInputWrapper",
2173
+ "inputSizeInput",
2174
+ "inputSizeLabel",
2175
+ "inputSizeStartIcon",
2176
+ "inputSizeEndIcon"
2177
+ ],
2178
+ "startIcon": [
2179
+ "icon"
2180
+ ],
2181
+ "endIcon": [
2182
+ "icon"
2183
+ ],
2184
+ "slotProps": [
2185
+ "helperTextSlotProps"
2186
+ ],
2187
+ "helperTextIcon": [
2188
+ "startIcon"
2189
+ ]
2190
+ },
2191
+ "runtimeConfigDefaultProps": {},
2192
+ "runtimeConfigGetStyles": {},
2193
+ "runtimeConfigInternalComponentProps": {},
2194
+ "motionVarPrefixes": []
2195
+ },
2196
+ "InputHelpText": {
2197
+ "name": "InputHelpText",
2198
+ "defaultProps": {
2199
+ "size": "md"
2200
+ },
2201
+ "getStylesLiterals": {
2202
+ "inputVariantRoot": "default",
2203
+ "inputVariantValueRoot": "empty",
2204
+ "inputVariantValueRoot:1": "filled"
2205
+ },
2206
+ "cxLiterals": [],
2207
+ "internalComponents": [
2208
+ "InputHelpTextInternal",
2209
+ "Box"
2210
+ ],
2211
+ "internalComponentProps": {
2212
+ "Box": {
2213
+ "spacingTop": [
2214
+ "2"
2215
+ ]
2216
+ }
2217
+ },
2218
+ "propToVariantKeys": {
2219
+ "size": [
2220
+ "inputSizeRoot"
2221
+ ]
2222
+ },
2223
+ "runtimeConfigDefaultProps": {},
2224
+ "runtimeConfigGetStyles": {},
2225
+ "runtimeConfigInternalComponentProps": {},
2226
+ "motionVarPrefixes": []
2227
+ },
2228
+ "InputHelpTextInternal": {
2229
+ "name": "InputHelpTextInternal",
2230
+ "defaultProps": {},
2231
+ "getStylesLiterals": {
2232
+ "inputVariantHelperText": "default",
2233
+ "inputVariantValueHelperText": "empty",
2234
+ "inputVariantValueHelperText:1": "filled",
2235
+ "inputVariantHelperIcon": "default",
2236
+ "inputVariantValueHelperIcon": "empty",
2237
+ "inputVariantValueHelperIcon:1": "filled"
2238
+ },
2239
+ "cxLiterals": [],
2240
+ "internalComponents": [
2241
+ "IconSlot",
2242
+ "HStack"
2243
+ ],
2244
+ "internalComponentProps": {
2245
+ "HStack": {
2246
+ "gap": [
2247
+ "1"
2248
+ ],
2249
+ "alignItems": [
2250
+ "center"
2251
+ ]
2252
+ }
2253
+ },
2254
+ "propToVariantKeys": {
2255
+ "size": [
2256
+ "inputSizeHelperText",
2257
+ "inputSizeHelperIcon"
2258
+ ],
2259
+ "startIcon": [
2260
+ "icon"
2261
+ ],
2262
+ "endIcon": [
2263
+ "icon"
2264
+ ]
2265
+ },
2266
+ "runtimeConfigDefaultProps": {},
2267
+ "runtimeConfigGetStyles": {},
2268
+ "runtimeConfigInternalComponentProps": {},
2269
+ "motionVarPrefixes": []
2270
+ },
2271
+ "Menu.Content": {
2272
+ "name": "Menu.Content",
2273
+ "defaultProps": {
2274
+ "size": "default",
2275
+ "variant": "default",
2276
+ "gutter": "1"
2277
+ },
2278
+ "getStylesLiterals": {},
2279
+ "cxLiterals": [
2280
+ "uds-menu-content",
2281
+ "transition-shadow",
2282
+ "duration-200",
2283
+ "ease-in-out",
2284
+ "min-w-60",
2285
+ "max-w-lg",
2286
+ "max-h-96",
2287
+ "overflow-auto",
2288
+ "uds-ring",
2289
+ "z-10",
2290
+ "group"
2291
+ ],
2292
+ "internalComponents": [
2293
+ "AriakitMenu",
2294
+ "AnimatePresence",
2295
+ "MotionVStack"
2296
+ ],
2297
+ "internalComponentProps": {},
2298
+ "propToVariantKeys": {
2299
+ "size": [
2300
+ "menucontentSizeRoot"
2301
+ ],
2302
+ "variant": [
2303
+ "menucontentVariantRoot"
2304
+ ]
2305
+ },
2306
+ "runtimeConfigDefaultProps": {},
2307
+ "runtimeConfigGetStyles": {},
2308
+ "runtimeConfigInternalComponentProps": {},
2309
+ "motionVarPrefixes": []
2310
+ },
2311
+ "Menu.Divider": {
2312
+ "name": "Menu.Divider",
2313
+ "defaultProps": {
2314
+ "role": "separator",
2315
+ "contentPosition": "start",
2316
+ "gap": "4"
2317
+ },
2318
+ "getStylesLiterals": {
2319
+ "menuitemDividerVariantRoot": "default",
2320
+ "menuitemDividerVariantText": "default",
2321
+ "menuitemDividerVariantLine": "default"
2322
+ },
2323
+ "cxLiterals": [],
2324
+ "internalComponents": [
2325
+ "DividerInternal"
2326
+ ],
2327
+ "internalComponentProps": {
2328
+ "DividerInternal": {
2329
+ "variant": [
2330
+ "inherit"
2331
+ ]
2332
+ }
2333
+ },
2334
+ "propToVariantKeys": {},
2335
+ "runtimeConfigDefaultProps": {},
2336
+ "runtimeConfigGetStyles": {},
2337
+ "runtimeConfigInternalComponentProps": {},
2338
+ "motionVarPrefixes": []
2339
+ },
2340
+ "Menu.Item": {
2341
+ "name": "Menu.Item",
2342
+ "defaultProps": {},
2343
+ "getStylesLiterals": {
2344
+ "menuitemItemVariantRoot": "default",
2345
+ "menuitemItemVariantActiveRoot": "on",
2346
+ "menuitemItemVariantActiveRoot:1": "off",
2347
+ "menuitemItemVariantText": "default",
2348
+ "menuitemItemVariantActiveText": "on",
2349
+ "menuitemItemVariantActiveText:1": "off",
2350
+ "menuitemItemVariantIcon": "default",
2351
+ "menuitemItemVariantActiveIcon": "on",
2352
+ "menuitemItemVariantActiveIcon:1": "off"
2353
+ },
2354
+ "cxLiterals": [],
2355
+ "internalComponents": [
2356
+ "MenuItemBase"
2357
+ ],
2358
+ "internalComponentProps": {},
2359
+ "propToVariantKeys": {},
2360
+ "runtimeConfigDefaultProps": {},
2361
+ "runtimeConfigGetStyles": {},
2362
+ "runtimeConfigInternalComponentProps": {},
2363
+ "motionVarPrefixes": []
2364
+ },
2365
+ "Menu.ItemBase": {
2366
+ "name": "Menu.ItemBase",
2367
+ "defaultProps": {
2368
+ "spacing": "0",
2369
+ "spacingHorizontal": "4",
2370
+ "spacingVertical": "3.5",
2371
+ "columnGap": "2",
2372
+ "alignItems": "center",
2373
+ "justifyContent": "space-between"
2374
+ },
2375
+ "getStylesLiterals": {
2376
+ "textAlign": "start",
2377
+ "menuitemSizeRoot": "default",
2378
+ "flexDirection": "row",
2379
+ "menuitemSizeStartIcon": "default",
2380
+ "menuitemSizeEndIcon": "default"
2381
+ },
2382
+ "cxLiterals": [
2383
+ "flex",
2384
+ "focus-visible:text-brand",
2385
+ "focus-visible:bg-brand-secondary",
2386
+ "focus-visible:z-10",
2387
+ "uds-ring",
2388
+ "!-outline-offset-2",
2389
+ "[&:not([aria-checked])]:cursor-default",
2390
+ "opacity-25",
2391
+ "cursor-not-allowed",
2392
+ "duration-20",
2393
+ "transition-[font-variation-settings]",
2394
+ "ease-in-out",
2395
+ "z-0",
2396
+ "uds-start-icon",
2397
+ "uds-end-icon"
2398
+ ],
2399
+ "internalComponents": [
2400
+ "Pressable",
2401
+ "IconSlot",
2402
+ "RootComponent",
2403
+ "HStack",
2404
+ "AnimatePresence"
2405
+ ],
2406
+ "internalComponentProps": {
2407
+ "HStack": {
2408
+ "alignItems": [
2409
+ "center"
2410
+ ],
2411
+ "width": [
2412
+ "full"
2413
+ ]
2414
+ },
2415
+ "AnimatePresence": {
2416
+ "mode": [
2417
+ "popLayout"
2418
+ ]
2419
+ }
2420
+ },
2421
+ "propToVariantKeys": {
2422
+ "startIconClassName": [
2423
+ "className"
2424
+ ],
2425
+ "endIconClassName": [
2426
+ "className"
2427
+ ],
2428
+ "startIcon": [
2429
+ "icon"
2430
+ ],
2431
+ "endIcon": [
2432
+ "icon"
2433
+ ],
2434
+ "columnGap": [
2435
+ "gap"
2436
+ ]
2437
+ },
2438
+ "runtimeConfigDefaultProps": {},
2439
+ "runtimeConfigGetStyles": {},
2440
+ "runtimeConfigInternalComponentProps": {},
2441
+ "motionVarPrefixes": []
2442
+ },
2443
+ "Menu.ItemCheckbox": {
2444
+ "name": "Menu.ItemCheckbox",
2445
+ "defaultProps": {},
2446
+ "getStylesLiterals": {
2447
+ "menuitemItemCheckboxVariantRoot": "default",
2448
+ "menuitemItemCheckboxVariantActiveRoot": "on",
2449
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
2450
+ "menuitemItemCheckboxVariantText": "default",
2451
+ "menuitemItemCheckboxVariantActiveText": "on",
2452
+ "menuitemItemCheckboxVariantActiveText:1": "off",
2453
+ "menuitemItemCheckboxVariantStartIcon": "default",
2454
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
2455
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2456
+ "menuitemItemCheckboxVariantEndIcon": "default",
2457
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
2458
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2459
+ },
2460
+ "cxLiterals": [
2461
+ "uds-menu-item-checkbox"
2462
+ ],
2463
+ "internalComponents": [
2464
+ "MenuItemBase"
2465
+ ],
2466
+ "internalComponentProps": {},
2467
+ "propToVariantKeys": {},
2468
+ "runtimeConfigDefaultProps": {},
2469
+ "runtimeConfigGetStyles": {},
2470
+ "runtimeConfigInternalComponentProps": {},
2471
+ "motionVarPrefixes": []
2472
+ },
2473
+ "Menu.Provider": {
2474
+ "name": "Menu.Provider",
2475
+ "defaultProps": {},
2476
+ "getStylesLiterals": {},
2477
+ "cxLiterals": [],
2478
+ "internalComponents": [
2479
+ "AriakitMenuProvider",
2480
+ "SpringMotionConfig"
2481
+ ],
2482
+ "internalComponentProps": {},
2483
+ "propToVariantKeys": {},
2484
+ "runtimeConfigDefaultProps": {},
2485
+ "runtimeConfigGetStyles": {},
2486
+ "runtimeConfigInternalComponentProps": {},
2487
+ "motionVarPrefixes": [
2488
+ "--uds-motion-subtle-3-",
2489
+ "--uds-motion-smooth-3-"
2490
+ ]
2491
+ },
2492
+ "Menu.Trigger": {
2493
+ "name": "Menu.Trigger",
2494
+ "defaultProps": {},
2495
+ "getStylesLiterals": {},
2496
+ "cxLiterals": [
2497
+ "uds-menu-trigger"
2498
+ ],
2499
+ "internalComponents": [
2500
+ "AriakitMenuTrigger",
2501
+ "Box"
2502
+ ],
2503
+ "internalComponentProps": {
2504
+ "Box": {
2505
+ "className": [
2506
+ "uds-ring h-fit w-fit"
2507
+ ]
2508
+ }
2509
+ },
2510
+ "propToVariantKeys": {},
2511
+ "runtimeConfigDefaultProps": {},
2512
+ "runtimeConfigGetStyles": {},
2513
+ "runtimeConfigInternalComponentProps": {},
2514
+ "motionVarPrefixes": []
2515
+ },
2516
+ "Menu.index": {
2517
+ "name": "Menu.index",
2518
+ "defaultProps": {},
2519
+ "getStylesLiterals": {},
2520
+ "cxLiterals": [],
2521
+ "internalComponents": [],
2522
+ "internalComponentProps": {},
2523
+ "propToVariantKeys": {},
2524
+ "runtimeConfigDefaultProps": {},
2525
+ "runtimeConfigGetStyles": {},
2526
+ "runtimeConfigInternalComponentProps": {},
2527
+ "motionVarPrefixes": []
2528
+ },
2529
+ "Menu": {
2530
+ "name": "Menu",
2531
+ "defaultProps": {},
2532
+ "getStylesLiterals": {},
2533
+ "cxLiterals": [],
2534
+ "internalComponents": [],
2535
+ "internalComponentProps": {},
2536
+ "propToVariantKeys": {},
2537
+ "runtimeConfigDefaultProps": {},
2538
+ "runtimeConfigGetStyles": {},
2539
+ "runtimeConfigInternalComponentProps": {},
2540
+ "motionVarPrefixes": []
2541
+ },
2542
+ "Modal": {
2543
+ "name": "Modal",
2544
+ "defaultProps": {
2545
+ "closeAriaLabel": "Close",
2546
+ "maxWidth": "auto",
2547
+ "maxHeight": "auto",
2548
+ "scrollBehavior": "outside"
2549
+ },
2550
+ "getStylesLiterals": {
2551
+ "flexDirection": "row-reverse",
2552
+ "justifyContent": "space-between",
2553
+ "alignItems": "flex-end",
2554
+ "alignItems:1": "flex-start",
2555
+ "borderRadius": "full"
2556
+ },
2557
+ "cxLiterals": [
2558
+ "fixed",
2559
+ "inset-0",
2560
+ "z-40",
2561
+ "overflow-y-auto",
2562
+ "overflow-hidden",
2563
+ "transition-[opacity,visibility]",
2564
+ "visible",
2565
+ "opacity-100",
2566
+ "invisible",
2567
+ "opacity-0",
2568
+ "pointer-events-none",
2569
+ "uds-bgBlurFallback",
2570
+ "w-full",
2571
+ "w-fit",
2572
+ "h-full",
2573
+ "h-fit",
2574
+ "m-auto",
2575
+ "pointer-events-auto",
2576
+ "inside",
2577
+ "max-h-full",
2578
+ "transition-transform",
2579
+ "duration-0",
2580
+ "duration-120",
2581
+ "transition-[background-color]",
2582
+ "bg-carbon-15/0",
2583
+ "hover:bg-carbon-15/10",
2584
+ "active:bg-carbon-15/15",
2585
+ "uds-ring",
2586
+ "[translate:50%_-50%]"
2587
+ ],
2588
+ "internalComponents": [
2589
+ "Scrim",
2590
+ "VStack",
2591
+ "Pressable",
2592
+ "IconSlot",
2593
+ "Box",
2594
+ "Dialog",
2595
+ "ModalContext.Provider",
2596
+ "HStack",
2597
+ "DialogDismiss",
2598
+ "ModalTitle",
2599
+ "ModalDescription",
2600
+ "ModalContent",
2601
+ "ModalActions"
2602
+ ],
2603
+ "internalComponentProps": {
2604
+ "Box": {
2605
+ "flexGrow": [
2606
+ "1"
2607
+ ]
2608
+ }
2609
+ },
2610
+ "propToVariantKeys": {
2611
+ "gutter": [
2612
+ "spacing"
2613
+ ],
2614
+ "size": [
2615
+ "modalSizeRoot",
2616
+ "modalSizeSpacingHorizontal",
2617
+ "modalSizeHeader",
2618
+ "modalSizeTitleDescriptionWrapper",
2619
+ "modalSizeCloseIconContainer",
2620
+ "modalSizeCloseIcon"
2621
+ ],
2622
+ "variant": [
2623
+ "modalVariantRoot",
2624
+ "modalVariantCloseIcon"
2625
+ ],
2626
+ "closeAriaLabel": [
2627
+ "aria-label"
2628
+ ],
2629
+ "closeIcon": [
2630
+ "icon"
2631
+ ]
2632
+ },
2633
+ "runtimeConfigDefaultProps": {
2634
+ "size": "modal.defaultSize",
2635
+ "variant": "modal.defaultVariant"
2636
+ },
2637
+ "runtimeConfigGetStyles": {
2638
+ "spacing": [
2639
+ "modal.gutter.${size}"
2640
+ ],
2641
+ "modalSizeRoot": [
2642
+ "modal.defaultSize"
2643
+ ],
2644
+ "modalVariantRoot": [
2645
+ "modal.defaultVariant"
2646
+ ],
2647
+ "modalSizeSpacingHorizontal": [
2648
+ "modal.defaultSize"
2649
+ ],
2650
+ "modalSizeHeader": [
2651
+ "modal.defaultSize"
2652
+ ],
2653
+ "modalSizeTitleDescriptionWrapper": [
2654
+ "modal.defaultSize"
2655
+ ],
2656
+ "modalSizeCloseIconContainer": [
2657
+ "modal.defaultSize"
2658
+ ],
2659
+ "modalSizeCloseIcon": [
2660
+ "modal.defaultSize"
2661
+ ],
2662
+ "modalVariantCloseIcon": [
2663
+ "modal.defaultVariant"
2664
+ ]
2665
+ },
2666
+ "runtimeConfigInternalComponentProps": {},
2667
+ "motionVarPrefixes": []
2668
+ },
2669
+ "ModalActions": {
2670
+ "name": "ModalActions",
2671
+ "defaultProps": {},
2672
+ "getStylesLiterals": {
2673
+ "flexDirection": "row-reverse",
2674
+ "justifyContent": "space-between",
2675
+ "alignItems": "center"
2676
+ },
2677
+ "cxLiterals": [
2678
+ "gap-[inherit]"
2679
+ ],
2680
+ "internalComponents": [
2681
+ "HStack"
2682
+ ],
2683
+ "internalComponentProps": {},
2684
+ "propToVariantKeys": {
2685
+ "size": [
2686
+ "modalSizeSpacingHorizontal",
2687
+ "modalSizeActions"
2688
+ ]
2689
+ },
2690
+ "runtimeConfigDefaultProps": {
2691
+ "size": "modal.defaultSize",
2692
+ "variant": "modal.defaultVariant"
2693
+ },
2694
+ "runtimeConfigGetStyles": {
2695
+ "modalSizeSpacingHorizontal": [
2696
+ "modal.defaultSize"
2697
+ ],
2698
+ "modalSizeActions": [
2699
+ "modal.defaultSize"
2700
+ ]
2701
+ },
2702
+ "runtimeConfigInternalComponentProps": {},
2703
+ "motionVarPrefixes": []
2704
+ },
2705
+ "ModalContent": {
2706
+ "name": "ModalContent",
2707
+ "defaultProps": {},
2708
+ "getStylesLiterals": {
2709
+ "overflowY": "auto",
2710
+ "display": "block",
2711
+ "flexGrow": "1"
2712
+ },
2713
+ "cxLiterals": [],
2714
+ "internalComponents": [
2715
+ "Box"
2716
+ ],
2717
+ "internalComponentProps": {},
2718
+ "propToVariantKeys": {
2719
+ "size": [
2720
+ "modalSizeSpacingHorizontal"
2721
+ ]
2722
+ },
2723
+ "runtimeConfigDefaultProps": {
2724
+ "size": "modal.defaultSize",
2725
+ "variant": "modal.defaultVariant"
2726
+ },
2727
+ "runtimeConfigGetStyles": {
2728
+ "modalSizeSpacingHorizontal": [
2729
+ "modal.defaultSize"
2730
+ ]
2731
+ },
2732
+ "runtimeConfigInternalComponentProps": {},
2733
+ "motionVarPrefixes": []
2734
+ },
2735
+ "ModalContext": {
2736
+ "name": "ModalContext",
2737
+ "defaultProps": {},
2738
+ "getStylesLiterals": {},
2739
+ "cxLiterals": [],
2740
+ "internalComponents": [],
2741
+ "internalComponentProps": {},
2742
+ "propToVariantKeys": {},
2743
+ "runtimeConfigDefaultProps": {},
2744
+ "runtimeConfigGetStyles": {},
2745
+ "runtimeConfigInternalComponentProps": {},
2746
+ "motionVarPrefixes": []
2747
+ },
2748
+ "ModalDescription": {
2749
+ "name": "ModalDescription",
2750
+ "defaultProps": {},
2751
+ "getStylesLiterals": {},
2752
+ "cxLiterals": [],
2753
+ "internalComponents": [
2754
+ "Text",
2755
+ "DialogDescription"
2756
+ ],
2757
+ "internalComponentProps": {
2758
+ "Text": {
2759
+ "as": [
2760
+ "span"
2761
+ ]
2762
+ }
2763
+ },
2764
+ "propToVariantKeys": {
2765
+ "size": [
2766
+ "modalSizeDescription"
2767
+ ],
2768
+ "variant": [
2769
+ "modalVariantDescription"
2770
+ ]
2771
+ },
2772
+ "runtimeConfigDefaultProps": {
2773
+ "size": "modal.defaultSize",
2774
+ "variant": "modal.defaultVariant"
2775
+ },
2776
+ "runtimeConfigGetStyles": {
2777
+ "modalSizeDescription": [
2778
+ "modal.defaultSize"
2779
+ ],
2780
+ "modalVariantDescription": [
2781
+ "modal.defaultVariant"
2782
+ ]
2783
+ },
2784
+ "runtimeConfigInternalComponentProps": {},
2785
+ "motionVarPrefixes": []
2786
+ },
2787
+ "ModalTitle": {
2788
+ "name": "ModalTitle",
2789
+ "defaultProps": {},
2790
+ "getStylesLiterals": {},
2791
+ "cxLiterals": [],
2792
+ "internalComponents": [
2793
+ "Text",
2794
+ "DialogHeading"
2795
+ ],
2796
+ "internalComponentProps": {
2797
+ "Text": {
2798
+ "as": [
2799
+ "span"
2800
+ ]
2801
+ }
2802
+ },
2803
+ "propToVariantKeys": {
2804
+ "size": [
2805
+ "modalSizeTitle"
2806
+ ],
2807
+ "variant": [
2808
+ "modalVariantTitle"
2809
+ ]
2810
+ },
2811
+ "runtimeConfigDefaultProps": {
2812
+ "size": "modal.defaultSize",
2813
+ "variant": "modal.defaultVariant"
2814
+ },
2815
+ "runtimeConfigGetStyles": {
2816
+ "modalSizeTitle": [
2817
+ "modal.defaultSize"
2818
+ ],
2819
+ "modalVariantTitle": [
2820
+ "modal.defaultVariant"
2821
+ ]
2822
+ },
2823
+ "runtimeConfigInternalComponentProps": {},
2824
+ "motionVarPrefixes": []
2825
+ },
2826
+ "UDSModalConfigProvider": {
2827
+ "name": "UDSModalConfigProvider",
2828
+ "defaultProps": {},
2829
+ "getStylesLiterals": {},
2830
+ "cxLiterals": [],
2831
+ "internalComponents": [
2832
+ "ModalContext.Provider"
2833
+ ],
2834
+ "internalComponentProps": {},
2835
+ "propToVariantKeys": {},
2836
+ "runtimeConfigDefaultProps": {},
2837
+ "runtimeConfigGetStyles": {},
2838
+ "runtimeConfigInternalComponentProps": {},
2839
+ "motionVarPrefixes": []
2840
+ },
2841
+ "Popover": {
2842
+ "name": "Popover",
2843
+ "defaultProps": {},
2363
2844
  "getStylesLiterals": {},
2364
2845
  "cxLiterals": [],
2365
2846
  "internalComponents": [
@@ -2476,285 +2957,40 @@
2476
2957
  "runtimeConfigDefaultProps": {},
2477
2958
  "runtimeConfigGetStyles": {},
2478
2959
  "runtimeConfigInternalComponentProps": {},
2479
- "motionVarPrefixes": []
2480
- },
2481
- "PopoverTrigger": {
2482
- "name": "PopoverTrigger",
2483
- "defaultProps": {},
2484
- "getStylesLiterals": {},
2485
- "cxLiterals": [],
2486
- "internalComponents": [
2487
- "PopoverDisclosure"
2488
- ],
2489
- "internalComponentProps": {
2490
- "PopoverDisclosure": {
2491
- "className": [
2492
- "inline"
2493
- ]
2494
- }
2495
- },
2496
- "propToVariantKeys": {
2497
- "children": [
2498
- "render"
2499
- ]
2500
- },
2501
- "runtimeConfigDefaultProps": {},
2502
- "runtimeConfigGetStyles": {},
2503
- "runtimeConfigInternalComponentProps": {},
2504
- "motionVarPrefixes": []
2505
- },
2506
- "UDSPopoverConfigProvider": {
2507
- "name": "UDSPopoverConfigProvider",
2508
- "defaultProps": {},
2509
- "getStylesLiterals": {},
2510
- "cxLiterals": [],
2511
- "internalComponents": [
2512
- "PopoverContext.Provider"
2513
- ],
2514
- "internalComponentProps": {},
2515
- "propToVariantKeys": {},
2516
- "runtimeConfigDefaultProps": {},
2517
- "runtimeConfigGetStyles": {},
2518
- "runtimeConfigInternalComponentProps": {},
2519
- "motionVarPrefixes": []
2520
- },
2521
- "Radio": {
2522
- "name": "Radio",
2523
- "defaultProps": {
2524
- "labelPosition": "start",
2525
- "variant": "primary",
2526
- "size": "md",
2527
- "value": ""
2528
- },
2529
- "getStylesLiterals": {
2530
- "radioVariantValueRoot": "checked",
2531
- "radioVariantValueRoot:1": "unchecked",
2532
- "display": "flex",
2533
- "flexDirection": "row",
2534
- "flexDirection:1": "row-reverse",
2535
- "alignItems": "center",
2536
- "radioVariantValueRadio": "checked",
2537
- "radioVariantValueRadio:1": "unchecked",
2538
- "radioVariantValueRadioCircle": "checked",
2539
- "radioVariantValueRadioCircle:1": "unchecked"
2540
- },
2541
- "cxLiterals": [
2542
- "cursor-pointer",
2543
- "cursor-default",
2544
- "opacity-50",
2545
- "border",
2546
- "uds-ring",
2547
- "uds-ring-within",
2548
- "transition-[background-color,border-color]",
2549
- "transition-shadow",
2550
- "pointer-events-none",
2551
- "w-[8px]",
2552
- "h-[8px]",
2553
- "transition-opacity",
2554
- "cursor-[inherit]",
2555
- "absolute",
2556
- "opacity-0",
2557
- "top-1/2",
2558
- "left-1/2",
2559
- "w-[calc(100%+2px)]",
2560
- "h-[calc(100%+2px)]",
2561
- "transform",
2562
- "translate-x-[-50%]",
2563
- "translate-y-[-50%]",
2564
- "text-start",
2565
- "text-end"
2566
- ],
2567
- "internalComponents": [
2568
- "Box",
2569
- "FormLabel",
2570
- "SpringMotionConfig",
2571
- "RootElement",
2572
- "MotionBox"
2573
- ],
2574
- "internalComponentProps": {
2575
- "Box": {
2576
- "borderRadius": [
2577
- "full"
2578
- ]
2579
- },
2580
- "FormLabel": {
2581
- "as": [
2582
- "div"
2583
- ],
2584
- "variant": [
2585
- "inherit"
2586
- ],
2587
- "color": [
2588
- "inherit"
2589
- ]
2590
- },
2591
- "RootElement": {
2592
- "data-testid": [
2593
- "container"
2594
- ]
2595
- },
2596
- "MotionBox": {
2597
- "position": [
2598
- "relative"
2599
- ],
2600
- "borderRadius": [
2601
- "full"
2602
- ],
2603
- "alignItems": [
2604
- "center"
2605
- ],
2606
- "justifyContent": [
2607
- "center"
2608
- ],
2609
- "flex": [
2610
- "none"
2611
- ]
2612
- }
2613
- },
2614
- "propToVariantKeys": {
2615
- "size": [
2616
- "radioSizeRoot",
2617
- "radioSizeRadio"
2618
- ],
2619
- "variant": [
2620
- "radioVariantRoot",
2621
- "radioVariantRadio",
2622
- "radioVariantRadioCircle"
2623
- ],
2624
- "reduceMotion": [
2625
- "reducedMotion"
2626
- ]
2627
- },
2628
- "runtimeConfigDefaultProps": {},
2629
- "runtimeConfigGetStyles": {},
2630
- "runtimeConfigInternalComponentProps": {},
2631
- "motionVarPrefixes": [
2632
- "--uds-motion-subtle-3-",
2633
- "--uds-motion-smooth-3-"
2634
- ]
2635
- },
2636
- "RadioGroupProvider": {
2637
- "name": "RadioGroupProvider",
2638
- "defaultProps": {},
2639
- "getStylesLiterals": {},
2640
- "cxLiterals": [],
2641
- "internalComponents": [
2642
- "DivProps",
2643
- "Comp",
2644
- "RadioGroupContext.Provider"
2645
- ],
2646
- "internalComponentProps": {
2647
- "Comp": {
2648
- "role": [
2649
- "radiogroup"
2650
- ]
2651
- }
2652
- },
2653
- "propToVariantKeys": {},
2654
- "runtimeConfigDefaultProps": {},
2655
- "runtimeConfigGetStyles": {},
2656
- "runtimeConfigInternalComponentProps": {},
2657
- "motionVarPrefixes": []
2658
- },
2659
- "RadioGroupStore": {
2660
- "name": "RadioGroupStore",
2661
- "defaultProps": {},
2662
- "getStylesLiterals": {},
2663
- "cxLiterals": [],
2664
- "internalComponents": [],
2665
- "internalComponentProps": {},
2666
- "propToVariantKeys": {},
2667
- "runtimeConfigDefaultProps": {},
2668
- "runtimeConfigGetStyles": {},
2669
- "runtimeConfigInternalComponentProps": {},
2670
- "motionVarPrefixes": []
2671
- },
2672
- "Menu.Content": {
2673
- "name": "Menu.Content",
2674
- "defaultProps": {
2675
- "size": "default",
2676
- "variant": "default",
2677
- "gutter": "1"
2678
- },
2679
- "getStylesLiterals": {},
2680
- "cxLiterals": [
2681
- "uds-menu-content",
2682
- "transition-shadow",
2683
- "duration-200",
2684
- "ease-in-out",
2685
- "min-w-60",
2686
- "max-w-lg",
2687
- "max-h-96",
2688
- "overflow-auto",
2689
- "uds-ring",
2690
- "z-10",
2691
- "group"
2692
- ],
2693
- "internalComponents": [
2694
- "AriakitMenu",
2695
- "AnimatePresence",
2696
- "MotionVStack"
2697
- ],
2698
- "internalComponentProps": {},
2699
- "propToVariantKeys": {
2700
- "size": [
2701
- "menucontentSizeRoot"
2702
- ],
2703
- "variant": [
2704
- "menucontentVariantRoot"
2705
- ]
2706
- },
2707
- "runtimeConfigDefaultProps": {},
2708
- "runtimeConfigGetStyles": {},
2709
- "runtimeConfigInternalComponentProps": {},
2710
- "motionVarPrefixes": []
2711
- },
2712
- "Menu.Divider": {
2713
- "name": "Menu.Divider",
2714
- "defaultProps": {
2715
- "role": "separator",
2716
- "contentPosition": "start",
2717
- "gap": "4"
2718
- },
2719
- "getStylesLiterals": {
2720
- "menuitemDividerVariantRoot": "default",
2721
- "menuitemDividerVariantText": "default",
2722
- "menuitemDividerVariantLine": "default"
2723
- },
2960
+ "motionVarPrefixes": []
2961
+ },
2962
+ "PopoverTrigger": {
2963
+ "name": "PopoverTrigger",
2964
+ "defaultProps": {},
2965
+ "getStylesLiterals": {},
2724
2966
  "cxLiterals": [],
2725
2967
  "internalComponents": [
2726
- "DividerInternal"
2968
+ "PopoverDisclosure"
2727
2969
  ],
2728
2970
  "internalComponentProps": {
2729
- "DividerInternal": {
2730
- "variant": [
2731
- "inherit"
2971
+ "PopoverDisclosure": {
2972
+ "className": [
2973
+ "inline"
2732
2974
  ]
2733
2975
  }
2734
2976
  },
2735
- "propToVariantKeys": {},
2977
+ "propToVariantKeys": {
2978
+ "children": [
2979
+ "render"
2980
+ ]
2981
+ },
2736
2982
  "runtimeConfigDefaultProps": {},
2737
2983
  "runtimeConfigGetStyles": {},
2738
2984
  "runtimeConfigInternalComponentProps": {},
2739
2985
  "motionVarPrefixes": []
2740
2986
  },
2741
- "Menu.Item": {
2742
- "name": "Menu.Item",
2987
+ "UDSPopoverConfigProvider": {
2988
+ "name": "UDSPopoverConfigProvider",
2743
2989
  "defaultProps": {},
2744
- "getStylesLiterals": {
2745
- "menuitemItemVariantRoot": "default",
2746
- "menuitemItemVariantActiveRoot": "on",
2747
- "menuitemItemVariantActiveRoot:1": "off",
2748
- "menuitemItemVariantText": "default",
2749
- "menuitemItemVariantActiveText": "on",
2750
- "menuitemItemVariantActiveText:1": "off",
2751
- "menuitemItemVariantIcon": "default",
2752
- "menuitemItemVariantActiveIcon": "on",
2753
- "menuitemItemVariantActiveIcon:1": "off"
2754
- },
2990
+ "getStylesLiterals": {},
2755
2991
  "cxLiterals": [],
2756
2992
  "internalComponents": [
2757
- "MenuItemBase"
2993
+ "PopoverContext.Provider"
2758
2994
  ],
2759
2995
  "internalComponentProps": {},
2760
2996
  "propToVariantKeys": {},
@@ -2763,148 +2999,135 @@
2763
2999
  "runtimeConfigInternalComponentProps": {},
2764
3000
  "motionVarPrefixes": []
2765
3001
  },
2766
- "Menu.ItemBase": {
2767
- "name": "Menu.ItemBase",
3002
+ "Radio": {
3003
+ "name": "Radio",
2768
3004
  "defaultProps": {
2769
- "spacing": "0",
2770
- "spacingHorizontal": "4",
2771
- "spacingVertical": "3.5",
2772
- "columnGap": "2",
2773
- "alignItems": "center",
2774
- "justifyContent": "space-between"
3005
+ "labelPosition": "start",
3006
+ "variant": "primary",
3007
+ "size": "md",
3008
+ "value": ""
2775
3009
  },
2776
3010
  "getStylesLiterals": {
2777
- "textAlign": "start",
2778
- "menuitemSizeRoot": "default",
3011
+ "radioVariantValueRoot": "checked",
3012
+ "radioVariantValueRoot:1": "unchecked",
3013
+ "display": "flex",
2779
3014
  "flexDirection": "row",
2780
- "menuitemSizeStartIcon": "default",
2781
- "menuitemSizeEndIcon": "default"
3015
+ "flexDirection:1": "row-reverse",
3016
+ "alignItems": "center",
3017
+ "radioVariantValueRadio": "checked",
3018
+ "radioVariantValueRadio:1": "unchecked",
3019
+ "radioVariantValueRadioCircle": "checked",
3020
+ "radioVariantValueRadioCircle:1": "unchecked"
2782
3021
  },
2783
3022
  "cxLiterals": [
2784
- "flex",
2785
- "focus-visible:text-brand",
2786
- "focus-visible:bg-brand-secondary",
2787
- "focus-visible:z-10",
3023
+ "cursor-pointer",
3024
+ "cursor-default",
3025
+ "opacity-50",
3026
+ "border",
2788
3027
  "uds-ring",
2789
- "!-outline-offset-2",
2790
- "[&:not([aria-checked])]:cursor-default",
2791
- "opacity-25",
2792
- "cursor-not-allowed",
2793
- "duration-20",
2794
- "transition-[font-variation-settings]",
2795
- "ease-in-out",
2796
- "z-0",
2797
- "uds-start-icon",
2798
- "uds-end-icon"
3028
+ "uds-ring-within",
3029
+ "transition-[background-color,border-color]",
3030
+ "transition-shadow",
3031
+ "pointer-events-none",
3032
+ "w-[8px]",
3033
+ "h-[8px]",
3034
+ "transition-opacity",
3035
+ "cursor-[inherit]",
3036
+ "absolute",
3037
+ "opacity-0",
3038
+ "top-1/2",
3039
+ "left-1/2",
3040
+ "w-[calc(100%+2px)]",
3041
+ "h-[calc(100%+2px)]",
3042
+ "transform",
3043
+ "translate-x-[-50%]",
3044
+ "translate-y-[-50%]",
3045
+ "text-start",
3046
+ "text-end"
2799
3047
  ],
2800
3048
  "internalComponents": [
2801
- "Pressable",
2802
- "IconSlot",
2803
- "RootComponent",
2804
- "HStack",
2805
- "AnimatePresence"
3049
+ "Box",
3050
+ "FormLabel",
3051
+ "SpringMotionConfig",
3052
+ "RootElement",
3053
+ "MotionBox"
2806
3054
  ],
2807
3055
  "internalComponentProps": {
2808
- "HStack": {
2809
- "alignItems": [
2810
- "center"
2811
- ],
2812
- "width": [
3056
+ "Box": {
3057
+ "borderRadius": [
2813
3058
  "full"
2814
3059
  ]
2815
3060
  },
2816
- "AnimatePresence": {
2817
- "mode": [
2818
- "popLayout"
3061
+ "FormLabel": {
3062
+ "as": [
3063
+ "div"
3064
+ ],
3065
+ "variant": [
3066
+ "inherit"
3067
+ ],
3068
+ "color": [
3069
+ "inherit"
3070
+ ]
3071
+ },
3072
+ "RootElement": {
3073
+ "data-testid": [
3074
+ "container"
3075
+ ]
3076
+ },
3077
+ "MotionBox": {
3078
+ "position": [
3079
+ "relative"
3080
+ ],
3081
+ "borderRadius": [
3082
+ "full"
3083
+ ],
3084
+ "alignItems": [
3085
+ "center"
3086
+ ],
3087
+ "justifyContent": [
3088
+ "center"
3089
+ ],
3090
+ "flex": [
3091
+ "none"
2819
3092
  ]
2820
3093
  }
2821
3094
  },
2822
3095
  "propToVariantKeys": {
2823
- "startIconClassName": [
2824
- "className"
2825
- ],
2826
- "endIconClassName": [
2827
- "className"
2828
- ],
2829
- "startIcon": [
2830
- "icon"
3096
+ "size": [
3097
+ "radioSizeRoot",
3098
+ "radioSizeRadio"
2831
3099
  ],
2832
- "endIcon": [
2833
- "icon"
3100
+ "variant": [
3101
+ "radioVariantRoot",
3102
+ "radioVariantRadio",
3103
+ "radioVariantRadioCircle"
2834
3104
  ],
2835
- "columnGap": [
2836
- "gap"
3105
+ "reduceMotion": [
3106
+ "reducedMotion"
2837
3107
  ]
2838
3108
  },
2839
3109
  "runtimeConfigDefaultProps": {},
2840
3110
  "runtimeConfigGetStyles": {},
2841
3111
  "runtimeConfigInternalComponentProps": {},
2842
- "motionVarPrefixes": []
2843
- },
2844
- "Menu.ItemCheckbox": {
2845
- "name": "Menu.ItemCheckbox",
2846
- "defaultProps": {},
2847
- "getStylesLiterals": {
2848
- "menuitemItemCheckboxVariantRoot": "default",
2849
- "menuitemItemCheckboxVariantActiveRoot": "on",
2850
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
2851
- "menuitemItemCheckboxVariantText": "default",
2852
- "menuitemItemCheckboxVariantActiveText": "on",
2853
- "menuitemItemCheckboxVariantActiveText:1": "off",
2854
- "menuitemItemCheckboxVariantStartIcon": "default",
2855
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
2856
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2857
- "menuitemItemCheckboxVariantEndIcon": "default",
2858
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
2859
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2860
- },
2861
- "cxLiterals": [
2862
- "uds-menu-item-checkbox"
2863
- ],
2864
- "internalComponents": [
2865
- "MenuItemBase"
2866
- ],
2867
- "internalComponentProps": {},
2868
- "propToVariantKeys": {},
2869
- "runtimeConfigDefaultProps": {},
2870
- "runtimeConfigGetStyles": {},
2871
- "runtimeConfigInternalComponentProps": {},
2872
- "motionVarPrefixes": []
2873
- },
2874
- "Menu.Provider": {
2875
- "name": "Menu.Provider",
2876
- "defaultProps": {},
2877
- "getStylesLiterals": {},
2878
- "cxLiterals": [],
2879
- "internalComponents": [
2880
- "AriakitMenuProvider",
2881
- "SpringMotionConfig"
2882
- ],
2883
- "internalComponentProps": {},
2884
- "propToVariantKeys": {},
2885
- "runtimeConfigDefaultProps": {},
2886
- "runtimeConfigGetStyles": {},
2887
- "runtimeConfigInternalComponentProps": {},
2888
3112
  "motionVarPrefixes": [
2889
3113
  "--uds-motion-subtle-3-",
2890
3114
  "--uds-motion-smooth-3-"
2891
3115
  ]
2892
3116
  },
2893
- "Menu.Trigger": {
2894
- "name": "Menu.Trigger",
3117
+ "RadioGroupProvider": {
3118
+ "name": "RadioGroupProvider",
2895
3119
  "defaultProps": {},
2896
3120
  "getStylesLiterals": {},
2897
- "cxLiterals": [
2898
- "uds-menu-trigger"
2899
- ],
3121
+ "cxLiterals": [],
2900
3122
  "internalComponents": [
2901
- "AriakitMenuTrigger",
2902
- "Box"
3123
+ "DivProps",
3124
+ "Comp",
3125
+ "RadioGroupContext.Provider"
2903
3126
  ],
2904
3127
  "internalComponentProps": {
2905
- "Box": {
2906
- "className": [
2907
- "uds-ring h-fit w-fit"
3128
+ "Comp": {
3129
+ "role": [
3130
+ "radiogroup"
2908
3131
  ]
2909
3132
  }
2910
3133
  },
@@ -2914,21 +3137,8 @@
2914
3137
  "runtimeConfigInternalComponentProps": {},
2915
3138
  "motionVarPrefixes": []
2916
3139
  },
2917
- "Menu.index": {
2918
- "name": "Menu.index",
2919
- "defaultProps": {},
2920
- "getStylesLiterals": {},
2921
- "cxLiterals": [],
2922
- "internalComponents": [],
2923
- "internalComponentProps": {},
2924
- "propToVariantKeys": {},
2925
- "runtimeConfigDefaultProps": {},
2926
- "runtimeConfigGetStyles": {},
2927
- "runtimeConfigInternalComponentProps": {},
2928
- "motionVarPrefixes": []
2929
- },
2930
- "Menu": {
2931
- "name": "Menu",
3140
+ "RadioGroupStore": {
3141
+ "name": "RadioGroupStore",
2932
3142
  "defaultProps": {},
2933
3143
  "getStylesLiterals": {},
2934
3144
  "cxLiterals": [],
@@ -3467,7 +3677,8 @@
3467
3677
  "UDSBottomSheetConfigProvider",
3468
3678
  "UDSToastConfigProvider",
3469
3679
  "UDSTooltipConfigProvider",
3470
- "UDSPopoverConfigProvider"
3680
+ "UDSPopoverConfigProvider",
3681
+ "UDSModalConfigProvider"
3471
3682
  ],
3472
3683
  "internalComponentProps": {},
3473
3684
  "propToVariantKeys": {},