@yahoo/uds 3.125.0 → 3.126.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 (280) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +7 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +7 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +35 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +222 -1
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +222 -1
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +314 -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 +314 -0
  13. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  14. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  15. package/dist/components/Banner/Banner.cjs +167 -0
  16. package/dist/components/Banner/Banner.d.cts +56 -0
  17. package/dist/components/Banner/Banner.d.ts +56 -0
  18. package/dist/components/Banner/Banner.js +165 -0
  19. package/dist/components/Banner/BannerContent.cjs +20 -0
  20. package/dist/components/Banner/BannerContent.d.cts +13 -0
  21. package/dist/components/Banner/BannerContent.d.ts +13 -0
  22. package/dist/components/Banner/BannerContent.js +18 -0
  23. package/dist/components/Banner/BannerDescription.cjs +47 -0
  24. package/dist/components/Banner/BannerDescription.d.cts +36 -0
  25. package/dist/components/Banner/BannerDescription.d.ts +36 -0
  26. package/dist/components/Banner/BannerDescription.js +45 -0
  27. package/dist/components/Banner/BannerTitle.cjs +42 -0
  28. package/dist/components/Banner/BannerTitle.d.cts +34 -0
  29. package/dist/components/Banner/BannerTitle.d.ts +34 -0
  30. package/dist/components/Banner/BannerTitle.js +40 -0
  31. package/dist/components/Banner/index.cjs +11 -0
  32. package/dist/components/Banner/index.d.cts +6 -0
  33. package/dist/components/Banner/index.d.ts +6 -0
  34. package/dist/components/Banner/index.js +7 -0
  35. package/dist/components/Banner/utils.cjs +56 -0
  36. package/dist/components/Banner/utils.d.cts +26 -0
  37. package/dist/components/Banner/utils.d.ts +26 -0
  38. package/dist/components/Banner/utils.js +52 -0
  39. package/dist/components/Divider/DividerCore.cjs +1 -1
  40. package/dist/components/Divider/DividerCore.js +1 -1
  41. package/dist/components/FormLabel.cjs +4 -2
  42. package/dist/components/FormLabel.d.cts +2 -17
  43. package/dist/components/FormLabel.d.ts +2 -17
  44. package/dist/components/FormLabel.js +4 -2
  45. package/dist/components/Image.cjs +4 -2
  46. package/dist/components/Image.d.cts +2 -61
  47. package/dist/components/Image.d.ts +2 -61
  48. package/dist/components/Image.js +4 -2
  49. package/dist/components/client/Avatar/AvatarIcon.cjs +2 -2
  50. package/dist/components/client/Avatar/AvatarIcon.js +2 -2
  51. package/dist/components/client/Avatar/AvatarImage.cjs +1 -0
  52. package/dist/components/client/Avatar/AvatarImage.js +1 -0
  53. package/dist/components/client/Avatar/AvatarText.cjs +1 -1
  54. package/dist/components/client/Avatar/AvatarText.js +1 -1
  55. package/dist/components/client/Badge.cjs +1 -1
  56. package/dist/components/client/Badge.js +1 -1
  57. package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
  58. package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
  59. package/dist/components/client/Button.cjs +1 -1
  60. package/dist/components/client/Button.js +1 -1
  61. package/dist/components/client/Checkbox.cjs +4 -3
  62. package/dist/components/client/Checkbox.js +4 -3
  63. package/dist/components/client/Chip/ChipBase.cjs +2 -2
  64. package/dist/components/client/Chip/ChipBase.js +2 -2
  65. package/dist/components/client/Chip/ChipDismissible.cjs +2 -2
  66. package/dist/components/client/Chip/ChipDismissible.js +2 -2
  67. package/dist/components/client/IconButton.cjs +1 -1
  68. package/dist/components/client/IconButton.js +1 -1
  69. package/dist/components/client/Input/Input.cjs +3 -2
  70. package/dist/components/client/Input/Input.js +3 -2
  71. package/dist/components/client/Input/InputHelpTextInternal.cjs +4 -3
  72. package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -14
  73. package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -14
  74. package/dist/components/client/Input/InputHelpTextInternal.js +5 -4
  75. package/dist/components/client/Menu/Menu.ItemBase.cjs +2 -2
  76. package/dist/components/client/Menu/Menu.ItemBase.js +2 -2
  77. package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
  78. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  79. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  80. package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
  81. package/dist/components/client/Popover/PopoverContent.cjs +3 -3
  82. package/dist/components/client/Popover/PopoverContent.js +3 -3
  83. package/dist/components/client/Radio/Radio.cjs +2 -1
  84. package/dist/components/client/Radio/Radio.js +2 -1
  85. package/dist/components/client/Switch.cjs +4 -4
  86. package/dist/components/client/Switch.js +4 -4
  87. package/dist/components/client/Toast/Toast.cjs +3 -3
  88. package/dist/components/client/Toast/Toast.js +3 -3
  89. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  90. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  91. package/dist/components/client/Tooltip/TooltipContent.cjs +2 -2
  92. package/dist/components/client/Tooltip/TooltipContent.js +2 -2
  93. package/dist/components/client/index.cjs +1 -1
  94. package/dist/components/client/index.js +1 -1
  95. package/dist/components/experimental/Spinner.cjs +1 -1
  96. package/dist/components/experimental/Spinner.js +1 -1
  97. package/dist/components/experimental/Table.cjs +1 -1
  98. package/dist/components/experimental/Table.js +1 -1
  99. package/dist/components/experimental/client/Accordion.cjs +4 -4
  100. package/dist/components/experimental/client/Accordion.js +4 -4
  101. package/dist/components/experimental/client/Modal.cjs +2 -2
  102. package/dist/components/experimental/client/Modal.js +2 -2
  103. package/dist/components/experimental/client/SegmentedControl.cjs +3 -3
  104. package/dist/components/experimental/client/SegmentedControl.d.cts +1 -2
  105. package/dist/components/experimental/client/SegmentedControl.js +3 -3
  106. package/dist/components/experimental/client/SwitchV2.cjs +1 -1
  107. package/dist/components/experimental/client/SwitchV2.js +1 -1
  108. package/dist/components/experimental/client/Tabs.cjs +2 -2
  109. package/dist/components/experimental/client/Tabs.js +2 -2
  110. package/dist/components/index.cjs +15 -3
  111. package/dist/components/index.d.cts +6 -1
  112. package/dist/components/index.d.ts +6 -1
  113. package/dist/components/index.js +12 -4
  114. package/dist/config/dist/index.cjs +381 -46
  115. package/dist/config/dist/index.js +381 -46
  116. package/dist/index.cjs +12 -3
  117. package/dist/index.d.cts +7 -3
  118. package/dist/index.d.ts +7 -3
  119. package/dist/index.js +9 -5
  120. package/dist/styles/styler.d.cts +100 -93
  121. package/dist/styles/styler.d.ts +100 -93
  122. package/dist/styles/variants.d.cts +45 -0
  123. package/dist/styles/variants.d.ts +45 -0
  124. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
  125. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +35 -0
  126. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  127. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
  128. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
  129. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  130. package/dist/tailwind/dist/config/dist/index.cjs +381 -46
  131. package/dist/tailwind/dist/config/dist/index.js +381 -46
  132. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  133. package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
  134. package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
  135. package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
  136. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  137. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  138. package/dist/tokens/automation/configs/index.cjs +1 -0
  139. package/dist/tokens/automation/configs/index.d.cts +2 -2
  140. package/dist/tokens/automation/configs/index.d.ts +2 -2
  141. package/dist/tokens/automation/configs/index.js +2 -2
  142. package/dist/tokens/automation/index.cjs +1 -0
  143. package/dist/tokens/automation/index.d.cts +2 -2
  144. package/dist/tokens/automation/index.d.ts +2 -2
  145. package/dist/tokens/automation/index.js +2 -2
  146. package/dist/tokens/index.cjs +1 -0
  147. package/dist/tokens/index.d.cts +3 -3
  148. package/dist/tokens/index.d.ts +3 -3
  149. package/dist/tokens/index.js +2 -2
  150. package/dist/tokens/types.d.cts +2 -2
  151. package/dist/tokens/types.d.ts +2 -2
  152. package/dist/types/dist/index.d.cts +19 -1
  153. package/dist/types/dist/index.d.ts +19 -1
  154. package/dist/uds/generated/componentData.cjs +1486 -1338
  155. package/dist/uds/generated/componentData.js +1465 -1341
  156. package/dist/uds/generated/tailwindPurge.cjs +28 -1
  157. package/dist/uds/generated/tailwindPurge.js +28 -1
  158. package/generated/componentData.json +1916 -1765
  159. package/generated/tailwindPurge.ts +4 -4
  160. package/package.json +1 -1
  161. package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +0 -2
  162. package/dist/uds/dist/automated-config/dist/properties.d.cts +0 -5
  163. package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +0 -3
  164. package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +0 -2
  165. package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +0 -2
  166. package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +0 -7
  167. package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +0 -2
  168. package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +0 -2
  169. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +0 -2
  170. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +0 -3
  171. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +0 -3
  172. package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +0 -2
  173. package/dist/uds/dist/automated-config/dist/utils/index.d.cts +0 -12
  174. package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +0 -2
  175. package/dist/uds/dist/components/Box.d.cts +0 -4
  176. package/dist/uds/dist/components/Divider/Divider.d.cts +0 -3
  177. package/dist/uds/dist/components/Divider/DividerCore.d.cts +0 -5
  178. package/dist/uds/dist/components/Divider/DividerInternal.d.cts +0 -5
  179. package/dist/uds/dist/components/Divider/index.d.cts +0 -2
  180. package/dist/uds/dist/components/FormLabel.d.cts +0 -4
  181. package/dist/uds/dist/components/HStack.d.cts +0 -5
  182. package/dist/uds/dist/components/Icon.d.cts +0 -4
  183. package/dist/uds/dist/components/Image.d.cts +0 -3
  184. package/dist/uds/dist/components/Link.d.cts +0 -4
  185. package/dist/uds/dist/components/Scrim.d.cts +0 -3
  186. package/dist/uds/dist/components/Text.d.cts +0 -4
  187. package/dist/uds/dist/components/VStack.d.cts +0 -5
  188. package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +0 -5
  189. package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +0 -7
  190. package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +0 -9
  191. package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +0 -7
  192. package/dist/uds/dist/components/client/Avatar/index.d.cts +0 -7
  193. package/dist/uds/dist/components/client/Badge.d.cts +0 -6
  194. package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +0 -7
  195. package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +0 -4
  196. package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +0 -4
  197. package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +0 -5
  198. package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +0 -5
  199. package/dist/uds/dist/components/client/BottomSheet/index.d.cts +0 -9
  200. package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +0 -4
  201. package/dist/uds/dist/components/client/Button.d.cts +0 -7
  202. package/dist/uds/dist/components/client/Checkbox.d.cts +0 -6
  203. package/dist/uds/dist/components/client/Chip/Chip.d.cts +0 -7
  204. package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +0 -8
  205. package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +0 -7
  206. package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +0 -7
  207. package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +0 -7
  208. package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +0 -7
  209. package/dist/uds/dist/components/client/Chip/index.d.cts +0 -8
  210. package/dist/uds/dist/components/client/IconButton.d.cts +0 -7
  211. package/dist/uds/dist/components/client/Input/Input.d.cts +0 -9
  212. package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +0 -4
  213. package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +0 -8
  214. package/dist/uds/dist/components/client/Input/index.d.cts +0 -5
  215. package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +0 -8
  216. package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +0 -5
  217. package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +0 -8
  218. package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +0 -8
  219. package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +0 -5
  220. package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +0 -7
  221. package/dist/uds/dist/components/client/Menu/Menu.d.cts +0 -4
  222. package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +0 -11
  223. package/dist/uds/dist/components/client/Menu/index.d.cts +0 -11
  224. package/dist/uds/dist/components/client/Popover/Popover.d.cts +0 -4
  225. package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +0 -7
  226. package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +0 -4
  227. package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +0 -6
  228. package/dist/uds/dist/components/client/Popover/index.d.cts +0 -8
  229. package/dist/uds/dist/components/client/Pressable.d.cts +0 -6
  230. package/dist/uds/dist/components/client/Radio/Radio.d.cts +0 -6
  231. package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +0 -6
  232. package/dist/uds/dist/components/client/Radio/index.d.cts +0 -5
  233. package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +0 -7
  234. package/dist/uds/dist/components/client/Switch.d.cts +0 -6
  235. package/dist/uds/dist/components/client/Toast/Toast.d.cts +0 -10
  236. package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +0 -8
  237. package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +0 -5
  238. package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +0 -7
  239. package/dist/uds/dist/components/client/Toast/createToast.d.cts +0 -8
  240. package/dist/uds/dist/components/client/Toast/index.d.cts +0 -8
  241. package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +0 -4
  242. package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +0 -5
  243. package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +0 -4
  244. package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +0 -7
  245. package/dist/uds/dist/components/client/Tooltip/index.d.cts +0 -8
  246. package/dist/uds/dist/components/client/index.d.cts +0 -61
  247. package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +0 -6
  248. package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +0 -5
  249. package/dist/uds/dist/components/index.d.cts +0 -61
  250. package/dist/uds/dist/config/dist/index.d.cts +0 -4
  251. package/dist/uds/dist/css-tokens/dist/index.d.cts +0 -2
  252. package/dist/uds/dist/fixtures/dist/index.d.cts +0 -2
  253. package/dist/uds/dist/fonts/dist/index.d.cts +0 -2
  254. package/dist/uds/dist/index.d.cts +0 -93
  255. package/dist/uds/dist/modes/dist/index.d.cts +0 -2
  256. package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +0 -3
  257. package/dist/uds/dist/runtime/breakpointsConfig.d.cts +0 -4
  258. package/dist/uds/dist/runtime/index.d.cts +0 -7
  259. package/dist/uds/dist/runtime/popoverConfig.d.cts +0 -5
  260. package/dist/uds/dist/runtime/toastConfig.d.cts +0 -4
  261. package/dist/uds/dist/runtime/tooltipConfig.d.cts +0 -5
  262. package/dist/uds/dist/runtime/udsConfig.d.cts +0 -8
  263. package/dist/uds/dist/styles/styler.d.cts +0 -2
  264. package/dist/uds/dist/styles/stylerTypes.d.cts +0 -3
  265. package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +0 -2
  266. package/dist/uds/dist/tailwind/dist/index.d.cts +0 -3
  267. package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +0 -2
  268. package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +0 -2
  269. package/dist/uds/dist/tokens/automation/index.d.cts +0 -10
  270. package/dist/uds/dist/tokens/configs/shadow.d.cts +0 -3
  271. package/dist/uds/dist/tokens/consts/cssTokens.d.cts +0 -2
  272. package/dist/uds/dist/tokens/consts/defaultModes.d.cts +0 -2
  273. package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +0 -2
  274. package/dist/uds/dist/tokens/index.d.cts +0 -28
  275. package/dist/uds/dist/tokens/parseButtonVariants.d.cts +0 -3
  276. package/dist/uds/dist/tokens/types.d.cts +0 -9
  277. package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +0 -4
  278. package/dist/uds/dist/tokens/utils/spectrum.d.cts +0 -3
  279. package/dist/uds/dist/types/dist/index.d.cts +0 -11
  280. package/dist/uds/dist/types.d.cts +0 -2
@@ -1,61 +1,6 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
 
3
3
  //#region generated/componentData.json
4
- var Box = {
5
- "name": "Box",
6
- "defaultProps": {
7
- "as": "div",
8
- "display": "flex"
9
- },
10
- "getStylesLiterals": {},
11
- "cxLiterals": [],
12
- "internalComponents": ["Comp"],
13
- "internalComponentProps": {},
14
- "propToVariantKeys": { "elevationAlias": [
15
- "backgroundColor",
16
- "borderColor",
17
- "borderWidth",
18
- "dropShadow"
19
- ] },
20
- "runtimeConfigDefaultProps": {},
21
- "runtimeConfigGetStyles": {},
22
- "runtimeConfigInternalComponentProps": {},
23
- "motionVarPrefixes": []
24
- };
25
- var FormLabel = {
26
- "name": "FormLabel",
27
- "defaultProps": {
28
- "color": "muted",
29
- "variant": "label3",
30
- "as": "label"
31
- },
32
- "getStylesLiterals": {},
33
- "cxLiterals": ["cursor-[inherit]"],
34
- "internalComponents": ["Text"],
35
- "internalComponentProps": { "Text": {
36
- "as": ["sup"],
37
- "variant": ["inherit"],
38
- "spacingStart": ["0.5"]
39
- } },
40
- "propToVariantKeys": {},
41
- "runtimeConfigDefaultProps": {},
42
- "runtimeConfigGetStyles": {},
43
- "runtimeConfigInternalComponentProps": {},
44
- "motionVarPrefixes": []
45
- };
46
- var HStack = {
47
- "name": "HStack",
48
- "defaultProps": {},
49
- "getStylesLiterals": {},
50
- "cxLiterals": [],
51
- "internalComponents": ["Box"],
52
- "internalComponentProps": { "Box": { "flexDirection": ["row"] } },
53
- "propToVariantKeys": { "gap": ["rowGap", "columnGap"] },
54
- "runtimeConfigDefaultProps": {},
55
- "runtimeConfigGetStyles": {},
56
- "runtimeConfigInternalComponentProps": {},
57
- "motionVarPrefixes": []
58
- };
59
4
  var Icon = {
60
5
  "name": "Icon",
61
6
  "defaultProps": {
@@ -73,14 +18,24 @@ var Icon = {
73
18
  "runtimeConfigInternalComponentProps": {},
74
19
  "motionVarPrefixes": []
75
20
  };
76
- var IconSlot = {
77
- "name": "IconSlot",
78
- "defaultProps": {},
21
+ var Text = {
22
+ "name": "Text",
23
+ "defaultProps": {
24
+ "color": "primary",
25
+ "variant": "body1"
26
+ },
79
27
  "getStylesLiterals": {},
80
28
  "cxLiterals": [],
81
- "internalComponents": ["Icon"],
29
+ "internalComponents": ["Comp"],
82
30
  "internalComponentProps": {},
83
- "propToVariantKeys": {},
31
+ "propToVariantKeys": { "variant": [
32
+ "fontFamily",
33
+ "fontSize",
34
+ "fontWeight",
35
+ "lineHeight",
36
+ "textTransform",
37
+ "letterSpacing"
38
+ ] },
84
39
  "runtimeConfigDefaultProps": {},
85
40
  "runtimeConfigGetStyles": {},
86
41
  "runtimeConfigInternalComponentProps": {},
@@ -99,44 +54,6 @@ var Image = {
99
54
  "runtimeConfigInternalComponentProps": {},
100
55
  "motionVarPrefixes": []
101
56
  };
102
- var Link = {
103
- "name": "Link",
104
- "defaultProps": { "variant": "primary" },
105
- "getStylesLiterals": {
106
- "display": "inline-flex",
107
- "alignItems": "center"
108
- },
109
- "cxLiterals": [
110
- "uds-ring",
111
- "underline",
112
- "w-[0.7em]",
113
- "h-[0.7em]"
114
- ],
115
- "internalComponents": ["IconSlot"],
116
- "internalComponentProps": { "IconSlot": { "data-testid": ["start-icon", "end-icon"] } },
117
- "propToVariantKeys": {
118
- "textVariant": [
119
- "linkTextStyleRoot",
120
- "fontSize",
121
- "fontFamily",
122
- "fontWeight",
123
- "lineHeight",
124
- "textTransform",
125
- "linkTextStyleIcon"
126
- ],
127
- "variant": [
128
- "linkVariantRoot",
129
- "linkVariantIconStart",
130
- "linkVariantIconEnd"
131
- ],
132
- "startIcon": ["icon"],
133
- "endIcon": ["icon"]
134
- },
135
- "runtimeConfigDefaultProps": {},
136
- "runtimeConfigGetStyles": {},
137
- "runtimeConfigInternalComponentProps": {},
138
- "motionVarPrefixes": []
139
- };
140
57
  var Scrim = {
141
58
  "name": "Scrim",
142
59
  "defaultProps": {
@@ -164,6 +81,74 @@ var Scrim = {
164
81
  "runtimeConfigInternalComponentProps": {},
165
82
  "motionVarPrefixes": []
166
83
  };
84
+ var FormLabel = {
85
+ "name": "FormLabel",
86
+ "defaultProps": {
87
+ "color": "muted",
88
+ "variant": "label3",
89
+ "as": "label"
90
+ },
91
+ "getStylesLiterals": {},
92
+ "cxLiterals": ["cursor-[inherit]"],
93
+ "internalComponents": ["Text"],
94
+ "internalComponentProps": { "Text": {
95
+ "as": ["sup"],
96
+ "variant": ["inherit"],
97
+ "spacingStart": ["0.5"]
98
+ } },
99
+ "propToVariantKeys": {},
100
+ "runtimeConfigDefaultProps": {},
101
+ "runtimeConfigGetStyles": {},
102
+ "runtimeConfigInternalComponentProps": {},
103
+ "motionVarPrefixes": []
104
+ };
105
+ var VStack = {
106
+ "name": "VStack",
107
+ "defaultProps": {},
108
+ "getStylesLiterals": {},
109
+ "cxLiterals": [],
110
+ "internalComponents": ["Box"],
111
+ "internalComponentProps": { "Box": { "flexDirection": ["column"] } },
112
+ "propToVariantKeys": { "gap": ["columnGap", "rowGap"] },
113
+ "runtimeConfigDefaultProps": {},
114
+ "runtimeConfigGetStyles": {},
115
+ "runtimeConfigInternalComponentProps": {},
116
+ "motionVarPrefixes": []
117
+ };
118
+ var IconSlot = {
119
+ "name": "IconSlot",
120
+ "defaultProps": {},
121
+ "getStylesLiterals": {},
122
+ "cxLiterals": [],
123
+ "internalComponents": ["Icon"],
124
+ "internalComponentProps": {},
125
+ "propToVariantKeys": {},
126
+ "runtimeConfigDefaultProps": {},
127
+ "runtimeConfigGetStyles": {},
128
+ "runtimeConfigInternalComponentProps": {},
129
+ "motionVarPrefixes": []
130
+ };
131
+ var Box = {
132
+ "name": "Box",
133
+ "defaultProps": {
134
+ "as": "div",
135
+ "display": "flex"
136
+ },
137
+ "getStylesLiterals": {},
138
+ "cxLiterals": [],
139
+ "internalComponents": ["Comp"],
140
+ "internalComponentProps": {},
141
+ "propToVariantKeys": { "elevationAlias": [
142
+ "backgroundColor",
143
+ "borderColor",
144
+ "borderWidth",
145
+ "dropShadow"
146
+ ] },
147
+ "runtimeConfigDefaultProps": {},
148
+ "runtimeConfigGetStyles": {},
149
+ "runtimeConfigInternalComponentProps": {},
150
+ "motionVarPrefixes": []
151
+ };
167
152
  var SvgFloatingOverlay = {
168
153
  "name": "SvgFloatingOverlay",
169
154
  "defaultProps": { "contentOverflow": "auto" },
@@ -198,48 +183,66 @@ var SvgFloatingOverlay = {
198
183
  "runtimeConfigInternalComponentProps": {},
199
184
  "motionVarPrefixes": []
200
185
  };
201
- var Text = {
202
- "name": "Text",
203
- "defaultProps": {
204
- "color": "primary",
205
- "variant": "body1"
206
- },
186
+ var HStack = {
187
+ "name": "HStack",
188
+ "defaultProps": {},
207
189
  "getStylesLiterals": {},
208
190
  "cxLiterals": [],
209
- "internalComponents": ["Comp"],
210
- "internalComponentProps": {},
211
- "propToVariantKeys": { "variant": [
212
- "fontFamily",
213
- "fontSize",
214
- "fontWeight",
215
- "lineHeight",
216
- "textTransform",
217
- "letterSpacing"
218
- ] },
191
+ "internalComponents": ["Box"],
192
+ "internalComponentProps": { "Box": { "flexDirection": ["row"] } },
193
+ "propToVariantKeys": { "gap": ["rowGap", "columnGap"] },
219
194
  "runtimeConfigDefaultProps": {},
220
195
  "runtimeConfigGetStyles": {},
221
196
  "runtimeConfigInternalComponentProps": {},
222
197
  "motionVarPrefixes": []
223
198
  };
224
- var VStack = {
225
- "name": "VStack",
226
- "defaultProps": {},
227
- "getStylesLiterals": {},
228
- "cxLiterals": [],
229
- "internalComponents": ["Box"],
230
- "internalComponentProps": { "Box": { "flexDirection": ["column"] } },
231
- "propToVariantKeys": { "gap": ["columnGap", "rowGap"] },
199
+ var Link = {
200
+ "name": "Link",
201
+ "defaultProps": { "variant": "primary" },
202
+ "getStylesLiterals": {
203
+ "display": "inline-flex",
204
+ "alignItems": "center"
205
+ },
206
+ "cxLiterals": [
207
+ "uds-ring",
208
+ "underline",
209
+ "w-[0.7em]",
210
+ "h-[0.7em]"
211
+ ],
212
+ "internalComponents": ["IconSlot"],
213
+ "internalComponentProps": { "IconSlot": { "data-testid": ["start-icon", "end-icon"] } },
214
+ "propToVariantKeys": {
215
+ "textVariant": [
216
+ "linkTextStyleRoot",
217
+ "fontSize",
218
+ "fontFamily",
219
+ "fontWeight",
220
+ "lineHeight",
221
+ "textTransform",
222
+ "linkTextStyleIcon"
223
+ ],
224
+ "variant": [
225
+ "linkVariantRoot",
226
+ "linkVariantIconStart",
227
+ "linkVariantIconEnd"
228
+ ],
229
+ "startIcon": ["icon"],
230
+ "endIcon": ["icon"]
231
+ },
232
232
  "runtimeConfigDefaultProps": {},
233
233
  "runtimeConfigGetStyles": {},
234
234
  "runtimeConfigInternalComponentProps": {},
235
235
  "motionVarPrefixes": []
236
236
  };
237
- var Divider = {
238
- "name": "Divider",
237
+ var BannerDescription = {
238
+ "name": "BannerDescription",
239
239
  "defaultProps": {},
240
- "getStylesLiterals": {},
240
+ "getStylesLiterals": {
241
+ "bannerSizeDescription": "default",
242
+ "className": "w-full line-clamp-3"
243
+ },
241
244
  "cxLiterals": [],
242
- "internalComponents": ["DividerInternal"],
245
+ "internalComponents": ["Text"],
243
246
  "internalComponentProps": {},
244
247
  "propToVariantKeys": {},
245
248
  "runtimeConfigDefaultProps": {},
@@ -247,11 +250,128 @@ var Divider = {
247
250
  "runtimeConfigInternalComponentProps": {},
248
251
  "motionVarPrefixes": []
249
252
  };
250
- var DividerCore = {
251
- "name": "DividerCore",
252
- "defaultProps": { "contentPosition": "center" },
253
- "getStylesLiterals": {},
254
- "cxLiterals": [],
253
+ var Banner = {
254
+ "name": "Banner",
255
+ "defaultProps": {
256
+ "variant": "primary",
257
+ "size": "default",
258
+ "dismissAriaLabel": "Dismiss"
259
+ },
260
+ "getStylesLiterals": {
261
+ "className": "line-clamp-3",
262
+ "spacing": "2",
263
+ "borderRadius": "full"
264
+ },
265
+ "cxLiterals": [
266
+ "flex",
267
+ "flex-row",
268
+ "items-center",
269
+ "items-start",
270
+ "min-w-[300px]",
271
+ "shadow-[inset_0px_-20px_20px_-10px_rgba(31,31,31,0.05)]",
272
+ "transition-[background-color]",
273
+ "motion-safe:duration-120",
274
+ "bg-carbon-15/0",
275
+ "hover:bg-carbon-15/10",
276
+ "active:bg-carbon-15/15",
277
+ "uds-ring",
278
+ "shrink-0",
279
+ "self-start",
280
+ "flex-1",
281
+ "min-w-0",
282
+ "flex-col",
283
+ "gap-[inherit]",
284
+ "uds-sm:flex-row",
285
+ "uds-sm:items-center",
286
+ "self-stretch",
287
+ "gap-0.5",
288
+ "w-full",
289
+ "truncate",
290
+ "leading-none",
291
+ "line-clamp-3",
292
+ "gap-1.5",
293
+ "uds-sm:self-center",
294
+ "uds-sm:shrink-0"
295
+ ],
296
+ "internalComponents": [
297
+ "IconSlot",
298
+ "Text",
299
+ "Pressable"
300
+ ],
301
+ "internalComponentProps": {
302
+ "IconSlot": { "data-testid": ["banner-start-icon"] },
303
+ "Text": { "data-testid": ["banner-title", "banner-description"] },
304
+ "Pressable": { "data-testid": ["banner-dismiss"] }
305
+ },
306
+ "propToVariantKeys": {
307
+ "variant": ["bannerVariantRoot", "bannerVariantIcon"],
308
+ "size": [
309
+ "bannerSizeRoot",
310
+ "bannerSizeIcon",
311
+ "bannerSizeTitle",
312
+ "bannerSizeDescription",
313
+ "bannerSizeClose"
314
+ ],
315
+ "startIcon": ["icon"],
316
+ "dismissAriaLabel": ["aria-label"],
317
+ "onDismiss": ["onClick"]
318
+ },
319
+ "runtimeConfigDefaultProps": {},
320
+ "runtimeConfigGetStyles": {},
321
+ "runtimeConfigInternalComponentProps": {},
322
+ "motionVarPrefixes": []
323
+ };
324
+ var BannerContent = {
325
+ "name": "BannerContent",
326
+ "defaultProps": {},
327
+ "getStylesLiterals": {},
328
+ "cxLiterals": [
329
+ "flex",
330
+ "flex-col",
331
+ "items-start",
332
+ "self-stretch",
333
+ "flex-1",
334
+ "min-w-0"
335
+ ],
336
+ "internalComponents": [],
337
+ "internalComponentProps": {},
338
+ "propToVariantKeys": {},
339
+ "runtimeConfigDefaultProps": {},
340
+ "runtimeConfigGetStyles": {},
341
+ "runtimeConfigInternalComponentProps": {},
342
+ "motionVarPrefixes": []
343
+ };
344
+ var BannerTitle = {
345
+ "name": "BannerTitle",
346
+ "defaultProps": {},
347
+ "getStylesLiterals": { "bannerSizeTitle": "default" },
348
+ "cxLiterals": ["w-full", "truncate"],
349
+ "internalComponents": ["Text"],
350
+ "internalComponentProps": {},
351
+ "propToVariantKeys": {},
352
+ "runtimeConfigDefaultProps": {},
353
+ "runtimeConfigGetStyles": {},
354
+ "runtimeConfigInternalComponentProps": {},
355
+ "motionVarPrefixes": []
356
+ };
357
+ var Divider = {
358
+ "name": "Divider",
359
+ "defaultProps": {},
360
+ "getStylesLiterals": {},
361
+ "cxLiterals": [],
362
+ "internalComponents": ["DividerInternal"],
363
+ "internalComponentProps": {},
364
+ "propToVariantKeys": {},
365
+ "runtimeConfigDefaultProps": {},
366
+ "runtimeConfigGetStyles": {},
367
+ "runtimeConfigInternalComponentProps": {},
368
+ "motionVarPrefixes": []
369
+ };
370
+ var DividerCore = {
371
+ "name": "DividerCore",
372
+ "defaultProps": { "contentPosition": "center" },
373
+ "getStylesLiterals": {},
374
+ "cxLiterals": [],
255
375
  "internalComponents": [
256
376
  "Box",
257
377
  "Line",
@@ -296,6 +416,19 @@ var DividerInternal = {
296
416
  "runtimeConfigInternalComponentProps": {},
297
417
  "motionVarPrefixes": []
298
418
  };
419
+ var Table_mocks = {
420
+ "name": "Table.mocks",
421
+ "defaultProps": {},
422
+ "getStylesLiterals": {},
423
+ "cxLiterals": [],
424
+ "internalComponents": [],
425
+ "internalComponentProps": {},
426
+ "propToVariantKeys": {},
427
+ "runtimeConfigDefaultProps": {},
428
+ "runtimeConfigGetStyles": {},
429
+ "runtimeConfigInternalComponentProps": {},
430
+ "motionVarPrefixes": []
431
+ };
299
432
  var Spinner = {
300
433
  "name": "Spinner",
301
434
  "defaultProps": {
@@ -320,19 +453,6 @@ var Spinner = {
320
453
  "runtimeConfigInternalComponentProps": {},
321
454
  "motionVarPrefixes": []
322
455
  };
323
- var Table_mocks = {
324
- "name": "Table.mocks",
325
- "defaultProps": {},
326
- "getStylesLiterals": {},
327
- "cxLiterals": [],
328
- "internalComponents": [],
329
- "internalComponentProps": {},
330
- "propToVariantKeys": {},
331
- "runtimeConfigDefaultProps": {},
332
- "runtimeConfigGetStyles": {},
333
- "runtimeConfigInternalComponentProps": {},
334
- "motionVarPrefixes": []
335
- };
336
456
  var Table = {
337
457
  "name": "Table",
338
458
  "defaultProps": {
@@ -364,6 +484,32 @@ var Table = {
364
484
  "runtimeConfigInternalComponentProps": {},
365
485
  "motionVarPrefixes": []
366
486
  };
487
+ var Pressable = {
488
+ "name": "Pressable",
489
+ "defaultProps": {},
490
+ "getStylesLiterals": {},
491
+ "cxLiterals": [],
492
+ "internalComponents": ["Comp"],
493
+ "internalComponentProps": {},
494
+ "propToVariantKeys": {},
495
+ "runtimeConfigDefaultProps": {},
496
+ "runtimeConfigGetStyles": {},
497
+ "runtimeConfigInternalComponentProps": {},
498
+ "motionVarPrefixes": []
499
+ };
500
+ var SpringMotionConfig = {
501
+ "name": "SpringMotionConfig",
502
+ "defaultProps": { "reducedMotion": "user" },
503
+ "getStylesLiterals": {},
504
+ "cxLiterals": [],
505
+ "internalComponents": ["LazyMotion", "MotionConfig"],
506
+ "internalComponentProps": {},
507
+ "propToVariantKeys": { "loadFeatures": ["features"] },
508
+ "runtimeConfigDefaultProps": {},
509
+ "runtimeConfigGetStyles": {},
510
+ "runtimeConfigInternalComponentProps": {},
511
+ "motionVarPrefixes": []
512
+ };
367
513
  var AnimateHeightChange = {
368
514
  "name": "AnimateHeightChange",
369
515
  "defaultProps": {},
@@ -377,41 +523,101 @@ var AnimateHeightChange = {
377
523
  "runtimeConfigInternalComponentProps": {},
378
524
  "motionVarPrefixes": ["--uds-motion-subtle-4-", "--uds-motion-smooth-3-"]
379
525
  };
380
- var Badge = {
381
- "name": "Badge",
526
+ var Switch = {
527
+ "name": "Switch",
382
528
  "defaultProps": {
383
- "variant": "primary",
529
+ "labelPosition": "start",
384
530
  "size": "md"
385
531
  },
386
- "getStylesLiterals": {},
532
+ "getStylesLiterals": {
533
+ "switchVariantRoot": "default",
534
+ "switchVariantActiveRoot": "on",
535
+ "switchVariantActiveRoot:1": "off",
536
+ "display": "flex",
537
+ "flexDirection": "row",
538
+ "flexDirection:1": "row-reverse",
539
+ "alignItems": "center",
540
+ "switchVariantSwitch": "default",
541
+ "switchVariantActiveSwitch": "on",
542
+ "switchVariantActiveSwitch:1": "off",
543
+ "borderRadius": "full",
544
+ "position": "relative",
545
+ "switchVariantActiveHandle": "on",
546
+ "switchVariantActiveHandle:1": "off",
547
+ "switchVariantHandle": "default",
548
+ "switchVariantHandleIcon": "default",
549
+ "switchVariantActiveHandleIcon": "on",
550
+ "switchVariantActiveHandleIcon:1": "off"
551
+ },
387
552
  "cxLiterals": [
388
- "flex-1",
389
- "truncate",
390
- "whitespace-nowrap",
391
- "text-center"
553
+ "group",
554
+ "cursor-pointer",
555
+ "cursor-default",
556
+ "opacity-50",
557
+ "uds-ring",
558
+ "uds-ring-within",
559
+ "transition-[background-color,box-shadow]",
560
+ "relative",
561
+ "pointer-events-none",
562
+ "uds-border-radius-full",
563
+ "overflow-hidden",
564
+ "absolute",
565
+ "top-0",
566
+ "left-0",
567
+ "right-0",
568
+ "bottom-0",
569
+ "opacity-95",
570
+ "group-hover:opacity-100",
571
+ "transition-[background-color,box-shadow,opacity]",
572
+ "opacity-0",
573
+ "top-1/2",
574
+ "left-1/2",
575
+ "transform",
576
+ "translate-x-[-50%]",
577
+ "translate-y-[-50%]",
578
+ "transition-opacity",
579
+ "cursor-[inherit]",
580
+ "w-[calc(100%+2px)]",
581
+ "h-[calc(100%+2px)]",
582
+ "text-start",
583
+ "text-end",
584
+ "opacity-100"
585
+ ],
586
+ "internalComponents": [
587
+ "IconSlot",
588
+ "Box",
589
+ "FormLabel",
590
+ "SpringMotionConfig",
591
+ "RootElement",
592
+ "MotionBox"
392
593
  ],
393
- "internalComponents": ["IconSlot", "HStack"],
394
594
  "internalComponentProps": {
395
- "IconSlot": { "data-testid": ["start-icon", "end-icon"] },
396
- "HStack": {
397
- "gap": ["2"],
398
- "display": ["inline-flex"],
399
- "alignItems": ["center"]
400
- }
595
+ "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
596
+ "FormLabel": {
597
+ "as": ["div"],
598
+ "variant": ["inherit"],
599
+ "color": ["inherit"]
600
+ },
601
+ "RootElement": { "data-testid": ["container"] }
401
602
  },
402
603
  "propToVariantKeys": {
403
- "size": ["badgeSizeRoot", "badgeSizeIcon"],
404
- "variant": ["badgeVariantRoot", "badgeVariantIcon"],
405
- "startIcon": ["icon"],
406
- "endIcon": ["icon"]
604
+ "size": [
605
+ "switchSizeRoot",
606
+ "switchSizeSwitch",
607
+ "switchSizeHandle",
608
+ "switchSizeHandleIcon"
609
+ ],
610
+ "onIcon": ["icon"],
611
+ "offIcon": ["icon"],
612
+ "reduceMotion": ["reducedMotion"]
407
613
  },
408
614
  "runtimeConfigDefaultProps": {},
409
615
  "runtimeConfigGetStyles": {},
410
616
  "runtimeConfigInternalComponentProps": {},
411
- "motionVarPrefixes": []
617
+ "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
412
618
  };
413
- var Button = {
414
- "name": "Button",
619
+ var IconButton = {
620
+ "name": "IconButton",
415
621
  "defaultProps": { "type": "button" },
416
622
  "getStylesLiterals": {},
417
623
  "cxLiterals": [
@@ -421,48 +627,69 @@ var Button = {
421
627
  "overflow-hidden",
422
628
  "justify-center",
423
629
  "items-center",
424
- "whitespace-nowrap",
425
- "select-none",
426
630
  "[transform-origin:center]",
427
631
  "[backface-visibility:hidden]",
428
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
632
+ "[transition-property:color,background-color,border-color,",
633
+ "box-shadow,text-decoration-color,fill,stroke]",
429
634
  "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
430
635
  "[transition-duration:220ms]",
431
636
  "cursor-not-allowed",
432
637
  "uds-button-loading",
433
638
  "uds-button-without-effects",
434
- "withIcon",
435
- "uds-button-with-gap",
436
- "animate-spin",
437
- "truncate"
639
+ "animate-spin"
438
640
  ],
439
641
  "internalComponents": [
440
642
  "Icon",
441
- "IconSlot",
442
- "AnimatePresence",
443
643
  "SpringMotionConfig",
444
- "MotionSlot"
644
+ "AnimatePresence"
445
645
  ],
446
646
  "internalComponentProps": {
447
647
  "Icon": { "color": ["current"] },
448
- "AnimatePresence": { "mode": ["popLayout"] },
449
648
  "SpringMotionConfig": { "layoutSpeed": ["3"] },
450
- "MotionSlot": {
451
- "whileHover": ["hover"],
452
- "whileTap": ["pressed"]
453
- }
649
+ "AnimatePresence": { "mode": ["popLayout"] }
454
650
  },
455
651
  "propToVariantKeys": {
456
- "size": ["buttonSizeRoot", "buttonSizeIcon"],
652
+ "size": ["iconbuttonSizeRoot", "iconbuttonSizeIcon"],
457
653
  "variant": ["buttonVariantRoot", "buttonVariantIcon"],
458
- "iconVariant": ["variant"],
654
+ "iconVariant": ["variant"]
655
+ },
656
+ "runtimeConfigDefaultProps": {},
657
+ "runtimeConfigGetStyles": {},
658
+ "runtimeConfigInternalComponentProps": {},
659
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
660
+ };
661
+ var Badge = {
662
+ "name": "Badge",
663
+ "defaultProps": {
664
+ "variant": "primary",
665
+ "size": "md"
666
+ },
667
+ "getStylesLiterals": {},
668
+ "cxLiterals": [
669
+ "flex-1",
670
+ "truncate",
671
+ "whitespace-nowrap",
672
+ "text-center"
673
+ ],
674
+ "internalComponents": ["IconSlot", "HStack"],
675
+ "internalComponentProps": {
676
+ "IconSlot": { "data-testid": ["start-icon", "end-icon"] },
677
+ "HStack": {
678
+ "gap": ["2"],
679
+ "display": ["inline-flex"],
680
+ "alignItems": ["center"]
681
+ }
682
+ },
683
+ "propToVariantKeys": {
684
+ "size": ["badgeSizeRoot", "badgeSizeIcon"],
685
+ "variant": ["badgeVariantRoot", "badgeVariantIcon"],
459
686
  "startIcon": ["icon"],
460
687
  "endIcon": ["icon"]
461
688
  },
462
689
  "runtimeConfigDefaultProps": {},
463
690
  "runtimeConfigGetStyles": {},
464
691
  "runtimeConfigInternalComponentProps": {},
465
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
692
+ "motionVarPrefixes": []
466
693
  };
467
694
  var Checkbox = {
468
695
  "name": "Checkbox",
@@ -540,8 +767,8 @@ var Checkbox = {
540
767
  "runtimeConfigInternalComponentProps": {},
541
768
  "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
542
769
  };
543
- var IconButton = {
544
- "name": "IconButton",
770
+ var Button = {
771
+ "name": "Button",
545
772
  "defaultProps": { "type": "button" },
546
773
  "getStylesLiterals": {},
547
774
  "cxLiterals": [
@@ -551,332 +778,338 @@ var IconButton = {
551
778
  "overflow-hidden",
552
779
  "justify-center",
553
780
  "items-center",
781
+ "whitespace-nowrap",
782
+ "select-none",
554
783
  "[transform-origin:center]",
555
784
  "[backface-visibility:hidden]",
556
- "[transition-property:color,background-color,border-color,",
557
- "box-shadow,text-decoration-color,fill,stroke]",
785
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
558
786
  "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
559
787
  "[transition-duration:220ms]",
560
788
  "cursor-not-allowed",
561
789
  "uds-button-loading",
562
790
  "uds-button-without-effects",
563
- "animate-spin"
791
+ "withIcon",
792
+ "uds-button-with-gap",
793
+ "animate-spin",
794
+ "truncate"
564
795
  ],
565
796
  "internalComponents": [
566
797
  "Icon",
798
+ "IconSlot",
799
+ "AnimatePresence",
567
800
  "SpringMotionConfig",
568
- "AnimatePresence"
801
+ "MotionSlot"
569
802
  ],
570
803
  "internalComponentProps": {
571
804
  "Icon": { "color": ["current"] },
805
+ "AnimatePresence": { "mode": ["popLayout"] },
572
806
  "SpringMotionConfig": { "layoutSpeed": ["3"] },
573
- "AnimatePresence": { "mode": ["popLayout"] }
807
+ "MotionSlot": {
808
+ "whileHover": ["hover"],
809
+ "whileTap": ["pressed"]
810
+ }
574
811
  },
575
812
  "propToVariantKeys": {
576
- "size": ["iconbuttonSizeRoot", "iconbuttonSizeIcon"],
813
+ "size": ["buttonSizeRoot", "buttonSizeIcon"],
577
814
  "variant": ["buttonVariantRoot", "buttonVariantIcon"],
578
- "iconVariant": ["variant"]
815
+ "iconVariant": ["variant"],
816
+ "startIcon": ["icon"],
817
+ "endIcon": ["icon"]
579
818
  },
580
819
  "runtimeConfigDefaultProps": {},
581
820
  "runtimeConfigGetStyles": {},
582
821
  "runtimeConfigInternalComponentProps": {},
583
822
  "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
584
823
  };
585
- var Pressable = {
586
- "name": "Pressable",
587
- "defaultProps": {},
824
+ var Accordion = {
825
+ "name": "Accordion",
826
+ "defaultProps": {
827
+ "spacingHorizontal": "4",
828
+ "spacingVertical": "4"
829
+ },
588
830
  "getStylesLiterals": {},
589
- "cxLiterals": [],
590
- "internalComponents": ["Comp"],
591
- "internalComponentProps": {},
831
+ "cxLiterals": ["hover:bg-secondary/80", "w-full"],
832
+ "internalComponents": [
833
+ "Icon",
834
+ "SpringMotionConfig",
835
+ "Pressable",
836
+ "Text",
837
+ "HStack",
838
+ "AnimatePresence",
839
+ "VStack"
840
+ ],
841
+ "internalComponentProps": {
842
+ "Icon": {
843
+ "variant": ["fill"],
844
+ "size": ["sm"],
845
+ "color": ["primary"]
846
+ },
847
+ "SpringMotionConfig": {
848
+ "layoutVariant": ["smooth"],
849
+ "layoutSpeed": ["3"]
850
+ },
851
+ "Pressable": {
852
+ "display": ["flex"],
853
+ "flexDirection": ["row"],
854
+ "alignItems": ["center"],
855
+ "justifyContent": ["space-between"],
856
+ "borderRadius": ["md"]
857
+ },
858
+ "Text": {
859
+ "variant": ["title4"],
860
+ "color": ["primary"]
861
+ },
862
+ "HStack": {
863
+ "display": ["flex"],
864
+ "alignItems": ["center"],
865
+ "justifyContent": ["space-between"],
866
+ "columnGap": ["2.5"]
867
+ }
868
+ },
592
869
  "propToVariantKeys": {},
593
870
  "runtimeConfigDefaultProps": {},
594
871
  "runtimeConfigGetStyles": {},
595
872
  "runtimeConfigInternalComponentProps": {},
596
- "motionVarPrefixes": []
873
+ "motionVarPrefixes": ["--uds-motion-smooth-3-"]
597
874
  };
598
- var SpringMotionConfig = {
599
- "name": "SpringMotionConfig",
600
- "defaultProps": { "reducedMotion": "user" },
875
+ var Modal = {
876
+ "name": "Modal",
877
+ "defaultProps": {},
601
878
  "getStylesLiterals": {},
602
- "cxLiterals": [],
603
- "internalComponents": ["LazyMotion", "MotionConfig"],
604
- "internalComponentProps": {},
605
- "propToVariantKeys": { "loadFeatures": ["features"] },
879
+ "cxLiterals": [
880
+ "inset-8",
881
+ "top-[250px]",
882
+ "z-50",
883
+ "mx-auto",
884
+ "h-fit",
885
+ "w-[600px]",
886
+ "origin-center",
887
+ "scale-95",
888
+ "opacity-0",
889
+ "transition",
890
+ "duration-150",
891
+ "data-[enter]:scale-100",
892
+ "data-[enter]:opacity-100",
893
+ "data-[enter]:bg-primary",
894
+ "backdrop-blur-0",
895
+ "data-[enter]:opacity-60",
896
+ "data-[enter]:backdrop-blur-sm"
897
+ ],
898
+ "internalComponents": [
899
+ "IconButton",
900
+ "Dialog",
901
+ "HStack",
902
+ "Text",
903
+ "VStack"
904
+ ],
905
+ "internalComponentProps": {
906
+ "IconButton": {
907
+ "aria-label": ["Close"],
908
+ "size": ["sm"],
909
+ "variant": ["tertiary"]
910
+ },
911
+ "HStack": {
912
+ "alignItems": ["center"],
913
+ "justifyContent": ["space-between"]
914
+ },
915
+ "Text": {
916
+ "variant": ["headline1"],
917
+ "color": ["primary"]
918
+ },
919
+ "VStack": {
920
+ "borderRadius": ["md"],
921
+ "position": ["fixed"],
922
+ "backgroundColor": ["primary"],
923
+ "dropShadow": ["md"],
924
+ "spacing": ["8"],
925
+ "overflow": ["hidden"]
926
+ }
927
+ },
928
+ "propToVariantKeys": { "handleClose": ["onClick"] },
606
929
  "runtimeConfigDefaultProps": {},
607
930
  "runtimeConfigGetStyles": {},
608
931
  "runtimeConfigInternalComponentProps": {},
609
932
  "motionVarPrefixes": []
610
933
  };
611
- var Switch = {
612
- "name": "Switch",
613
- "defaultProps": {
614
- "labelPosition": "start",
615
- "size": "md"
616
- },
934
+ var Tabs = {
935
+ "name": "Tabs",
936
+ "defaultProps": {},
617
937
  "getStylesLiterals": {
618
- "switchVariantRoot": "default",
619
- "switchVariantActiveRoot": "on",
620
- "switchVariantActiveRoot:1": "off",
621
938
  "display": "flex",
622
939
  "flexDirection": "row",
623
- "flexDirection:1": "row-reverse",
624
- "alignItems": "center",
625
- "switchVariantSwitch": "default",
626
- "switchVariantActiveSwitch": "on",
627
- "switchVariantActiveSwitch:1": "off",
628
- "borderRadius": "full",
629
- "position": "relative",
630
- "switchVariantActiveHandle": "on",
631
- "switchVariantActiveHandle:1": "off",
632
- "switchVariantHandle": "default",
633
- "switchVariantHandleIcon": "default",
634
- "switchVariantActiveHandleIcon": "on",
635
- "switchVariantActiveHandleIcon:1": "off"
940
+ "columnGap": "6"
636
941
  },
637
942
  "cxLiterals": [
638
- "group",
639
- "cursor-pointer",
640
- "cursor-default",
641
- "opacity-50",
642
- "uds-ring",
643
- "uds-ring-within",
644
- "transition-[background-color,box-shadow]",
645
- "relative",
646
- "pointer-events-none",
647
- "uds-border-radius-full",
648
- "overflow-hidden",
649
- "absolute",
650
- "top-0",
651
- "left-0",
652
- "right-0",
653
- "bottom-0",
654
- "opacity-95",
655
- "group-hover:opacity-100",
656
- "transition-[background-color,box-shadow,opacity]",
657
- "opacity-0",
658
- "top-1/2",
659
- "left-1/2",
660
- "transform",
661
- "translate-x-[-50%]",
662
- "translate-y-[-50%]",
663
- "transition-opacity",
664
- "cursor-[inherit]",
665
- "w-[calc(100%+2px)]",
666
- "h-[calc(100%+2px)]",
667
- "text-start",
668
- "text-end",
669
- "opacity-100"
943
+ "text-tertiary",
944
+ "border-b-transparent",
945
+ "aria-selected:border-b-brand",
946
+ "aria-selected:text-secondary"
670
947
  ],
671
948
  "internalComponents": [
672
- "IconSlot",
673
- "Box",
674
- "FormLabel",
675
- "SpringMotionConfig",
676
- "RootElement",
677
- "MotionBox"
949
+ "TabProvider",
950
+ "OriginalTabList",
951
+ "OriginalTab",
952
+ "Icon",
953
+ "OriginalTabPanel",
954
+ "Pressable",
955
+ "Comp",
956
+ "Text"
678
957
  ],
679
958
  "internalComponentProps": {
680
- "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
681
- "FormLabel": {
682
- "as": ["div"],
683
- "variant": ["inherit"],
684
- "color": ["inherit"]
959
+ "Icon": {
960
+ "className": ["text-current"],
961
+ "size": ["md"]
685
962
  },
686
- "RootElement": { "data-testid": ["container"] }
687
- },
688
- "propToVariantKeys": {
689
- "size": [
690
- "switchSizeRoot",
691
- "switchSizeSwitch",
692
- "switchSizeHandle",
693
- "switchSizeHandleIcon"
694
- ],
695
- "onIcon": ["icon"],
696
- "offIcon": ["icon"],
697
- "reduceMotion": ["reducedMotion"]
963
+ "Pressable": {
964
+ "borderBottomWidth": ["medium"],
965
+ "spacingBottom": ["1"],
966
+ "spacingTop": ["4"]
967
+ },
968
+ "Text": {
969
+ "className": ["text-current"],
970
+ "variant": ["headline1"],
971
+ "as": ["span"]
972
+ }
698
973
  },
974
+ "propToVariantKeys": {},
699
975
  "runtimeConfigDefaultProps": {},
700
976
  "runtimeConfigGetStyles": {},
701
977
  "runtimeConfigInternalComponentProps": {},
702
- "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
978
+ "motionVarPrefixes": []
703
979
  };
704
- var Input = {
705
- "name": "Input",
706
- "defaultProps": {
707
- "type": "text",
708
- "size": "md",
709
- "width": "full"
710
- },
980
+ var AvoidMotionLibraryProvider = {
981
+ "name": "AvoidMotionLibraryProvider",
982
+ "defaultProps": {},
983
+ "getStylesLiterals": {},
984
+ "cxLiterals": [],
985
+ "internalComponents": [],
986
+ "internalComponentProps": {},
987
+ "propToVariantKeys": {},
988
+ "runtimeConfigDefaultProps": {},
989
+ "runtimeConfigGetStyles": {},
990
+ "runtimeConfigInternalComponentProps": {},
991
+ "motionVarPrefixes": []
992
+ };
993
+ var SegmentedControl = {
994
+ "name": "SegmentedControl",
995
+ "defaultProps": { "textVariant": "label2" },
711
996
  "getStylesLiterals": {
712
- "inputVariantRoot": "default",
713
- "inputVariantValueRoot": "empty",
714
- "inputVariantValueRoot:1": "filled",
715
- "inputVariantInputWrapper": "default",
716
- "inputVariantValueInputWrapper": "empty",
717
- "inputVariantValueInputWrapper:1": "filled",
718
- "inputVariantInput": "default",
719
- "inputVariantValueInput": "empty",
720
- "inputVariantValueInput:1": "filled",
721
- "inputVariantInputPlaceholder": "default",
722
- "inputVariantValueInputPlaceholder": "empty",
723
- "inputVariantValueInputPlaceholder:1": "filled",
724
- "inputVariantLabel": "default",
725
- "inputVariantValueLabel": "empty",
726
- "inputVariantValueLabel:1": "filled",
727
- "inputVariantLabelRequired": "default",
728
- "inputVariantValueLabelRequired": "empty",
729
- "inputVariantValueLabelRequired:1": "filled",
730
- "inputVariantStartIcon": "default",
731
- "inputVariantValueStartIcon": "empty",
732
- "inputVariantValueStartIcon:1": "filled",
733
- "inputVariantEndIcon": "default",
734
- "inputVariantValueEndIcon": "empty",
735
- "inputVariantValueEndIcon:1": "filled"
997
+ "display": "flex",
998
+ "alignItems": "center",
999
+ "backgroundColor": "primary",
1000
+ "spacingVertical": "1",
1001
+ "spacingHorizontal": "3",
1002
+ "columnGap": "1.5",
1003
+ "borderWidth": "thin",
1004
+ "borderRadius": "full",
1005
+ "borderColor": "muted",
1006
+ "borderColor:1": "transparent",
1007
+ "color": "primary",
1008
+ "color:1": "tertiary",
1009
+ "color:2": "muted"
736
1010
  },
737
1011
  "cxLiterals": [
1012
+ "uds-ring",
1013
+ "cursor-not-allowed",
738
1014
  "opacity-50",
739
- "min-w-[200px]",
740
- "grow",
741
- "uds-hit-target",
742
- "bg-clip-text",
743
- "focus:outline-none",
744
- "cursor-text",
745
- "cursor-not-allowed"
1015
+ "pointer-events-none",
1016
+ "hover:bg-primary"
746
1017
  ],
747
1018
  "internalComponents": [
748
- "IconSlot",
749
- "StartIcon",
750
- "EndIcon",
751
- "HelpTextContent",
752
- "Box",
753
- "InputHelpTextInternal",
754
- "VStack",
1019
+ "TextVariant",
1020
+ "Radio",
1021
+ "Icon",
1022
+ "RadioProvider",
755
1023
  "HStack",
756
- "AnimateHeightChange"
1024
+ "RadioGroup",
1025
+ "Pressable",
1026
+ "Text"
757
1027
  ],
758
1028
  "internalComponentProps": {
759
- "HelpTextContent": { "spacingTop": ["2"] },
760
- "Box": {
761
- "spacingBottom": ["2"],
762
- "columnGap": ["0.5"],
763
- "alignItems": ["flex-end", "center"],
764
- "position": ["relative"]
1029
+ "Icon": {
1030
+ "size": ["sm"],
1031
+ "color": ["current"],
1032
+ "aria-hidden": ["true"]
765
1033
  },
766
1034
  "HStack": {
767
- "alignItems": ["center"],
768
- "gap": ["1"]
769
- }
770
- },
771
- "propToVariantKeys": {
772
- "size": [
773
- "inputSizeRoot",
774
- "inputSizeInputWrapper",
775
- "inputSizeInput",
776
- "inputSizeLabel",
777
- "inputSizeStartIcon",
778
- "inputSizeEndIcon"
779
- ],
780
- "startIcon": ["icon"],
781
- "endIcon": ["icon"],
782
- "helperTextIcon": ["startIcon"]
783
- },
784
- "runtimeConfigDefaultProps": {},
785
- "runtimeConfigGetStyles": {},
786
- "runtimeConfigInternalComponentProps": {},
787
- "motionVarPrefixes": []
788
- };
789
- var InputHelpText = {
790
- "name": "InputHelpText",
791
- "defaultProps": { "size": "md" },
792
- "getStylesLiterals": {
793
- "inputVariantRoot": "default",
794
- "inputVariantValueRoot": "empty",
795
- "inputVariantValueRoot:1": "filled"
796
- },
797
- "cxLiterals": [],
798
- "internalComponents": ["InputHelpTextInternal", "Box"],
799
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
800
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
801
- "runtimeConfigDefaultProps": {},
802
- "runtimeConfigGetStyles": {},
803
- "runtimeConfigInternalComponentProps": {},
804
- "motionVarPrefixes": []
805
- };
806
- var InputHelpTextInternal = {
807
- "name": "InputHelpTextInternal",
808
- "defaultProps": {},
809
- "getStylesLiterals": {
810
- "inputVariantHelperText": "default",
811
- "inputVariantValueHelperText": "empty",
812
- "inputVariantValueHelperText:1": "filled",
813
- "inputVariantHelperIcon": "default",
814
- "inputVariantValueHelperIcon": "empty",
815
- "inputVariantValueHelperIcon:1": "filled"
1035
+ "spacing": ["1"],
1036
+ "gap": ["1"],
1037
+ "backgroundColor": ["secondary"],
1038
+ "borderRadius": ["full"],
1039
+ "display": ["inline-flex"]
1040
+ },
1041
+ "Text": { "color": ["current"] }
816
1042
  },
817
- "cxLiterals": [],
818
- "internalComponents": ["IconSlot", "HStack"],
819
- "internalComponentProps": { "HStack": {
820
- "gap": ["1"],
821
- "alignItems": ["center"]
822
- } },
823
1043
  "propToVariantKeys": {
824
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
825
- "startIcon": ["icon"],
826
- "endIcon": ["icon"]
1044
+ "value": ["key"],
1045
+ "label": ["aria-label"],
1046
+ "textVariant": ["variant"]
827
1047
  },
828
1048
  "runtimeConfigDefaultProps": {},
829
1049
  "runtimeConfigGetStyles": {},
830
1050
  "runtimeConfigInternalComponentProps": {},
831
1051
  "motionVarPrefixes": []
832
1052
  };
833
- var Radio = {
834
- "name": "Radio",
1053
+ var SwitchV2 = {
1054
+ "name": "SwitchV2",
835
1055
  "defaultProps": {
836
1056
  "labelPosition": "start",
837
- "variant": "primary",
838
- "size": "md",
839
- "value": ""
1057
+ "size": "md"
840
1058
  },
841
1059
  "getStylesLiterals": {
842
- "radioVariantValueRoot": "checked",
843
- "radioVariantValueRoot:1": "unchecked",
844
- "display": "flex",
845
- "flexDirection": "row",
846
- "flexDirection:1": "row-reverse",
847
- "alignItems": "center",
848
- "radioVariantValueRadio": "checked",
849
- "radioVariantValueRadio:1": "unchecked",
850
- "radioVariantValueRadioCircle": "checked",
851
- "radioVariantValueRadioCircle:1": "unchecked"
1060
+ "switchVariantRoot": "default",
1061
+ "switchVariantActiveRoot": "on",
1062
+ "switchVariantActiveRoot:1": "off",
1063
+ "switchVariantSwitch": "default",
1064
+ "switchVariantActiveSwitch": "on",
1065
+ "switchVariantActiveSwitch:1": "off",
1066
+ "switchVariantActiveHandle": "on",
1067
+ "switchVariantActiveHandle:1": "off",
1068
+ "switchVariantHandle": "default",
1069
+ "switchVariantHandleIcon": "default",
1070
+ "switchVariantActiveHandleIcon": "on",
1071
+ "switchVariantActiveHandleIcon:1": "off"
852
1072
  },
853
1073
  "cxLiterals": [
854
- "cursor-pointer",
855
- "cursor-default",
856
- "opacity-50",
857
- "border",
1074
+ "group",
1075
+ "flex",
1076
+ "items-center",
1077
+ "flex-row",
1078
+ "flex-row-reverse",
858
1079
  "uds-ring",
859
1080
  "uds-ring-within",
860
- "transition-[background-color,border-color]",
861
- "transition-shadow",
1081
+ "relative",
1082
+ "uds-border-radius-full",
1083
+ "transition-[background-color,box-shadow]",
862
1084
  "pointer-events-none",
863
- "w-[8px]",
864
- "h-[8px]",
865
- "transition-opacity",
866
- "cursor-[inherit]",
1085
+ "w-full",
1086
+ "h-full",
867
1087
  "absolute",
1088
+ "top-0",
1089
+ "bottom-0",
1090
+ "right-0",
1091
+ "left-0",
1092
+ "overflow-hidden",
1093
+ "group-hover:scale-105",
1094
+ "opacity-95",
1095
+ "group-hover:opacity-100",
1096
+ "transition-[transform,opacity]",
868
1097
  "opacity-0",
869
1098
  "top-1/2",
870
1099
  "left-1/2",
871
- "w-[calc(100%+2px)]",
872
- "h-[calc(100%+2px)]",
873
1100
  "transform",
874
1101
  "translate-x-[-50%]",
875
1102
  "translate-y-[-50%]",
1103
+ "transition-opacity",
1104
+ "cursor-[inherit]",
1105
+ "w-[calc(100%+2px)]",
1106
+ "h-[calc(100%+2px)]",
876
1107
  "text-start",
877
- "text-end"
1108
+ "text-end",
1109
+ "opacity-100"
878
1110
  ],
879
1111
  "internalComponents": [
1112
+ "IconSlot",
880
1113
  "Box",
881
1114
  "FormLabel",
882
1115
  "SpringMotionConfig",
@@ -884,58 +1117,42 @@ var Radio = {
884
1117
  "MotionBox"
885
1118
  ],
886
1119
  "internalComponentProps": {
887
- "Box": { "borderRadius": ["full"] },
1120
+ "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
888
1121
  "FormLabel": {
889
1122
  "as": ["div"],
890
1123
  "variant": ["inherit"],
891
1124
  "color": ["inherit"]
892
1125
  },
893
- "RootElement": { "data-testid": ["container"] },
894
- "MotionBox": {
895
- "position": ["relative"],
896
- "borderRadius": ["full"],
897
- "alignItems": ["center"],
898
- "justifyContent": ["center"],
899
- "flex": ["none"]
900
- }
1126
+ "SpringMotionConfig": {
1127
+ "layoutVariant": ["bouncy"],
1128
+ "layoutSpeed": ["4"]
1129
+ },
1130
+ "RootElement": { "data-testid": ["switch-root"] },
1131
+ "MotionBox": { "layout": ["position"] }
901
1132
  },
902
1133
  "propToVariantKeys": {
903
- "size": ["radioSizeRoot", "radioSizeRadio"],
904
- "variant": [
905
- "radioVariantRoot",
906
- "radioVariantRadio",
907
- "radioVariantRadioCircle"
1134
+ "size": [
1135
+ "switchSizeRoot",
1136
+ "switchSizeSwitch",
1137
+ "switchSizeHandle",
1138
+ "switchSizeHandleIcon"
908
1139
  ],
909
- "reduceMotion": ["reducedMotion"]
1140
+ "onIcon": ["icon"],
1141
+ "offIcon": ["icon"],
1142
+ "reduceMotion": ["reducedMotion"],
1143
+ "isOn": ["layoutDependency"]
910
1144
  },
911
1145
  "runtimeConfigDefaultProps": {},
912
1146
  "runtimeConfigGetStyles": {},
913
1147
  "runtimeConfigInternalComponentProps": {},
914
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
915
- };
916
- var RadioGroupProvider = {
917
- "name": "RadioGroupProvider",
918
- "defaultProps": {},
919
- "getStylesLiterals": {},
920
- "cxLiterals": [],
921
- "internalComponents": [
922
- "DivProps",
923
- "Comp",
924
- "RadioGroupContext.Provider"
925
- ],
926
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
927
- "propToVariantKeys": {},
928
- "runtimeConfigDefaultProps": {},
929
- "runtimeConfigGetStyles": {},
930
- "runtimeConfigInternalComponentProps": {},
931
- "motionVarPrefixes": []
1148
+ "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
932
1149
  };
933
- var RadioGroupStore = {
934
- "name": "RadioGroupStore",
1150
+ var UDSToastConfigProvider = {
1151
+ "name": "UDSToastConfigProvider",
935
1152
  "defaultProps": {},
936
1153
  "getStylesLiterals": {},
937
1154
  "cxLiterals": [],
938
- "internalComponents": [],
1155
+ "internalComponents": ["ToastContext.Provider"],
939
1156
  "internalComponentProps": {},
940
1157
  "propToVariantKeys": {},
941
1158
  "runtimeConfigDefaultProps": {},
@@ -943,341 +1160,181 @@ var RadioGroupStore = {
943
1160
  "runtimeConfigInternalComponentProps": {},
944
1161
  "motionVarPrefixes": []
945
1162
  };
946
- var Popover = {
947
- "name": "Popover",
1163
+ var ToastPortal = {
1164
+ "name": "ToastPortal",
948
1165
  "defaultProps": {},
949
1166
  "getStylesLiterals": {},
950
1167
  "cxLiterals": [],
951
- "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
1168
+ "internalComponents": ["ReactToastifyToastContainer"],
952
1169
  "internalComponentProps": {},
953
1170
  "propToVariantKeys": {},
954
1171
  "runtimeConfigDefaultProps": {
955
- "size": "popover.defaultSize",
956
- "variant": "popover.defaultVariant"
1172
+ "size": "toast.defaultSize",
1173
+ "variant": "toast.defaultVariant"
957
1174
  },
958
1175
  "runtimeConfigGetStyles": {},
959
- "runtimeConfigInternalComponentProps": {},
1176
+ "runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
960
1177
  "motionVarPrefixes": []
961
1178
  };
962
- var PopoverContent = {
963
- "name": "PopoverContent",
1179
+ var Toast = {
1180
+ "name": "Toast",
964
1181
  "defaultProps": {},
965
1182
  "getStylesLiterals": {
966
- "popoverSizeRoot": "default",
967
- "popoverVariantRoot": "default",
968
- "display": "flex",
969
- "position": "absolute",
970
- "spacingTop": "0",
971
- "spacingStart": "0",
972
- "spacingBottom": "0",
973
- "spacingEnd": "0",
974
- "popoverSizeSvgBase": "default",
975
- "popoverVariantSvgBase": "default",
976
- "popoverSizeSvgBorder": "default",
977
- "popoverVariantSvgBorder": "default",
978
- "popoverVariantBlur": "default",
979
- "width": "full",
980
- "height": "full",
981
- "flexShrink": "0",
982
- "borderRadius": "full",
983
- "alignItems": "center",
984
- "justifyContent": "center",
985
- "popoverVariantCloseIcon": "default",
986
- "popoverSizeCloseIcon": "default"
1183
+ "className": "flex-none",
1184
+ "spacing": "2",
1185
+ "borderRadius": "full"
987
1186
  },
988
1187
  "cxLiterals": [
989
- "z-[9999]",
990
- "outline-none",
991
- "focus-visible:outline-none",
992
- "uds-bgBlurFillFallback",
993
- "uds-bgBlurFallback",
994
- "top-0",
995
- "left-0",
996
- "z-[1]",
997
1188
  "duration-0",
998
1189
  "duration-120",
999
1190
  "transition-[background-color]",
1000
1191
  "bg-carbon-15/0",
1001
1192
  "hover:bg-carbon-15/10",
1002
1193
  "active:bg-carbon-15/15",
1003
- "uds-ring",
1004
- "absolute",
1005
- "z-[4]"
1194
+ "uds-ring"
1006
1195
  ],
1007
1196
  "internalComponents": [
1008
- "PopoverDismiss",
1009
1197
  "IconSlot",
1010
- "PopoverArrow",
1011
- "Popover",
1012
- "SvgFloatingOverlay",
1013
- "Box",
1198
+ "ToastContainer",
1199
+ "Text",
1200
+ "Button",
1014
1201
  "Pressable"
1015
1202
  ],
1016
1203
  "internalComponentProps": {},
1017
- "propToVariantKeys": { "closeIcon": ["icon"] },
1204
+ "propToVariantKeys": {
1205
+ "size": [
1206
+ "toastSizeLabel",
1207
+ "toastSizeIcon",
1208
+ "toastSizeActionButton",
1209
+ "toastSizeCloseIcon"
1210
+ ],
1211
+ "variant": [
1212
+ "toastVariantIcon",
1213
+ "toastVariantActionButton",
1214
+ "toastVariantCloseIcon"
1215
+ ],
1216
+ "closeIcon": ["icon"],
1217
+ "onClickActionButton": ["onClick"]
1218
+ },
1018
1219
  "runtimeConfigDefaultProps": {
1019
- "size": "popover.defaultSize",
1020
- "variant": "popover.defaultVariant"
1220
+ "size": "toast.defaultSize",
1221
+ "variant": "toast.defaultVariant"
1021
1222
  },
1022
1223
  "runtimeConfigGetStyles": {
1023
- "spacingTop": ["popover.spacingVertical.${size}"],
1024
- "spacingStart": ["popover.spacingHorizontal.${size}"],
1025
- "spacingBottom": ["popover.spacingVertical.${size}"],
1026
- "spacingEnd": ["popover.spacingHorizontal.${size}"]
1224
+ "toastSizeLabel": ["toast.defaultSize"],
1225
+ "toastVariantIcon": ["toast.defaultVariant"],
1226
+ "toastSizeIcon": ["toast.defaultSize"],
1227
+ "toastSizeActionButton": ["toast.defaultSize"],
1228
+ "toastVariantActionButton": ["toast.defaultVariant"],
1229
+ "toastVariantCloseIcon": ["toast.defaultVariant"],
1230
+ "toastSizeCloseIcon": ["toast.defaultSize"]
1231
+ },
1232
+ "runtimeConfigInternalComponentProps": {
1233
+ "ToastContainer": {
1234
+ "size": ["toast.defaultSize"],
1235
+ "variant": ["toast.defaultVariant"]
1236
+ },
1237
+ "Text": {
1238
+ "variant": ["toast.textVariant.${size}"],
1239
+ "color": ["toast.textColor.${variant}"]
1240
+ },
1241
+ "Button": {
1242
+ "size": ["toast.buttonSize.${size}"],
1243
+ "variant": ["toast.buttonVariant.${variant}"]
1244
+ }
1027
1245
  },
1028
- "runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
1029
1246
  "motionVarPrefixes": []
1030
1247
  };
1031
- var PopoverContext = {
1032
- "name": "PopoverContext",
1248
+ var ToastContainer = {
1249
+ "name": "ToastContainer",
1033
1250
  "defaultProps": {},
1034
- "getStylesLiterals": {},
1035
- "cxLiterals": [],
1036
- "internalComponents": [],
1037
- "internalComponentProps": {},
1038
- "propToVariantKeys": {},
1039
- "runtimeConfigDefaultProps": {},
1040
- "runtimeConfigGetStyles": {},
1041
- "runtimeConfigInternalComponentProps": {},
1251
+ "getStylesLiterals": {
1252
+ "position": "relative",
1253
+ "alignItems": "center",
1254
+ "display": "flex",
1255
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
1256
+ },
1257
+ "cxLiterals": ["w-full"],
1258
+ "internalComponents": ["HStack"],
1259
+ "internalComponentProps": { "HStack": {
1260
+ "alignItems": ["center"],
1261
+ "justifyContent": ["space-between"],
1262
+ "overflow": ["hidden"],
1263
+ "position": ["relative"]
1264
+ } },
1265
+ "propToVariantKeys": {
1266
+ "variant": ["toastVariantRoot"],
1267
+ "size": ["toastSizeRoot"]
1268
+ },
1269
+ "runtimeConfigDefaultProps": {
1270
+ "size": "toast.defaultSize",
1271
+ "variant": "toast.defaultVariant"
1272
+ },
1273
+ "runtimeConfigGetStyles": {
1274
+ "toastVariantRoot": ["toast.defaultVariant"],
1275
+ "toastSizeRoot": ["toast.defaultSize"]
1276
+ },
1277
+ "runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
1042
1278
  "motionVarPrefixes": []
1043
1279
  };
1044
- var PopoverTrigger = {
1045
- "name": "PopoverTrigger",
1280
+ var BottomSheetInternalContext = {
1281
+ "name": "BottomSheetInternalContext",
1046
1282
  "defaultProps": {},
1047
1283
  "getStylesLiterals": {},
1048
1284
  "cxLiterals": [],
1049
- "internalComponents": ["PopoverDisclosure"],
1050
- "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
1051
- "propToVariantKeys": { "children": ["render"] },
1285
+ "internalComponents": [],
1286
+ "internalComponentProps": {},
1287
+ "propToVariantKeys": {},
1052
1288
  "runtimeConfigDefaultProps": {},
1053
1289
  "runtimeConfigGetStyles": {},
1054
1290
  "runtimeConfigInternalComponentProps": {},
1055
1291
  "motionVarPrefixes": []
1056
1292
  };
1057
- var UDSPopoverConfigProvider = {
1058
- "name": "UDSPopoverConfigProvider",
1293
+ var BottomSheetContent = {
1294
+ "name": "BottomSheetContent",
1059
1295
  "defaultProps": {},
1060
1296
  "getStylesLiterals": {},
1061
- "cxLiterals": [],
1062
- "internalComponents": ["PopoverContext.Provider"],
1063
- "internalComponentProps": {},
1297
+ "cxLiterals": ["min-h-0", "touch-pan-y"],
1298
+ "internalComponents": ["Box", "VStack"],
1299
+ "internalComponentProps": {
1300
+ "Box": {
1301
+ "display": ["block"],
1302
+ "flex": ["1"]
1303
+ },
1304
+ "VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
1305
+ },
1064
1306
  "propToVariantKeys": {},
1065
1307
  "runtimeConfigDefaultProps": {},
1066
1308
  "runtimeConfigGetStyles": {},
1067
1309
  "runtimeConfigInternalComponentProps": {},
1068
1310
  "motionVarPrefixes": []
1069
1311
  };
1070
- var Menu_Content = {
1071
- "name": "Menu.Content",
1072
- "defaultProps": {
1073
- "size": "default",
1074
- "variant": "default",
1075
- "gutter": "1"
1076
- },
1312
+ var BottomSheetHandle = {
1313
+ "name": "BottomSheetHandle",
1314
+ "defaultProps": { "variant": "default" },
1077
1315
  "getStylesLiterals": {},
1078
1316
  "cxLiterals": [
1079
- "uds-menu-content",
1080
- "transition-shadow",
1081
- "duration-200",
1082
- "ease-in-out",
1083
- "min-w-60",
1084
- "max-w-lg",
1085
- "max-h-96",
1086
- "overflow-auto",
1087
- "uds-ring",
1088
- "z-10",
1089
- "group"
1090
- ],
1091
- "internalComponents": [
1092
- "AriakitMenu",
1093
- "AnimatePresence",
1094
- "MotionVStack"
1095
- ],
1096
- "internalComponentProps": {},
1097
- "propToVariantKeys": {
1098
- "size": ["menucontentSizeRoot"],
1099
- "variant": ["menucontentVariantRoot"]
1100
- },
1101
- "runtimeConfigDefaultProps": {},
1102
- "runtimeConfigGetStyles": {},
1103
- "runtimeConfigInternalComponentProps": {},
1104
- "motionVarPrefixes": []
1105
- };
1106
- var Menu_Divider = {
1107
- "name": "Menu.Divider",
1108
- "defaultProps": {
1109
- "role": "separator",
1110
- "contentPosition": "start",
1111
- "gap": "4"
1112
- },
1113
- "getStylesLiterals": {
1114
- "menuitemDividerVariantRoot": "default",
1115
- "menuitemDividerVariantText": "default",
1116
- "menuitemDividerVariantLine": "default"
1117
- },
1118
- "cxLiterals": [],
1119
- "internalComponents": ["DividerInternal"],
1120
- "internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
1121
- "propToVariantKeys": {},
1122
- "runtimeConfigDefaultProps": {},
1123
- "runtimeConfigGetStyles": {},
1124
- "runtimeConfigInternalComponentProps": {},
1125
- "motionVarPrefixes": []
1126
- };
1127
- var Menu_Item = {
1128
- "name": "Menu.Item",
1129
- "defaultProps": {},
1130
- "getStylesLiterals": {
1131
- "menuitemItemVariantRoot": "default",
1132
- "menuitemItemVariantActiveRoot": "on",
1133
- "menuitemItemVariantActiveRoot:1": "off",
1134
- "menuitemItemVariantText": "default",
1135
- "menuitemItemVariantActiveText": "on",
1136
- "menuitemItemVariantActiveText:1": "off",
1137
- "menuitemItemVariantIcon": "default",
1138
- "menuitemItemVariantActiveIcon": "on",
1139
- "menuitemItemVariantActiveIcon:1": "off"
1140
- },
1141
- "cxLiterals": [],
1142
- "internalComponents": ["MenuItemBase"],
1143
- "internalComponentProps": {},
1144
- "propToVariantKeys": {},
1145
- "runtimeConfigDefaultProps": {},
1146
- "runtimeConfigGetStyles": {},
1147
- "runtimeConfigInternalComponentProps": {},
1148
- "motionVarPrefixes": []
1149
- };
1150
- var Menu_ItemBase = {
1151
- "name": "Menu.ItemBase",
1152
- "defaultProps": {
1153
- "spacing": "0",
1154
- "spacingHorizontal": "4",
1155
- "spacingVertical": "3.5",
1156
- "columnGap": "2",
1157
- "alignItems": "center",
1158
- "justifyContent": "space-between"
1159
- },
1160
- "getStylesLiterals": {
1161
- "textAlign": "start",
1162
- "menuitemSizeRoot": "default",
1163
- "flexDirection": "row",
1164
- "menuitemSizeStartIcon": "default",
1165
- "menuitemSizeEndIcon": "default"
1166
- },
1167
- "cxLiterals": [
1168
- "flex",
1169
- "focus-visible:text-brand",
1170
- "focus-visible:bg-brand-secondary",
1171
- "focus-visible:z-10",
1172
- "uds-ring",
1173
- "!-outline-offset-2",
1174
- "[&:not([aria-checked])]:cursor-default",
1175
- "opacity-25",
1176
- "cursor-not-allowed",
1177
- "duration-20",
1178
- "transition-[font-variation-settings]",
1179
- "ease-in-out",
1180
- "z-0",
1181
- "uds-start-icon",
1182
- "uds-end-icon"
1183
- ],
1184
- "internalComponents": [
1185
- "Pressable",
1186
- "IconSlot",
1187
- "RootComponent",
1188
- "HStack",
1189
- "AnimatePresence"
1317
+ "relative",
1318
+ "h-5",
1319
+ "w-16",
1320
+ "outline-none",
1321
+ "focus-visible:outline-none",
1322
+ "[touch-action:pan-y]",
1323
+ "absolute",
1324
+ "left-1/2",
1325
+ "top-1/2",
1326
+ "-translate-x-1/2",
1327
+ "-translate-y-1/2",
1328
+ "h-1",
1329
+ "w-8",
1330
+ "rounded-full"
1190
1331
  ],
1191
- "internalComponentProps": {
1192
- "HStack": {
1193
- "alignItems": ["center"],
1194
- "width": ["full"]
1195
- },
1196
- "AnimatePresence": { "mode": ["popLayout"] }
1197
- },
1198
- "propToVariantKeys": {
1199
- "startIcon": ["icon"],
1200
- "endIcon": ["icon"],
1201
- "columnGap": ["gap"]
1202
- },
1203
- "runtimeConfigDefaultProps": {},
1204
- "runtimeConfigGetStyles": {},
1205
- "runtimeConfigInternalComponentProps": {},
1206
- "motionVarPrefixes": []
1207
- };
1208
- var Menu_ItemCheckbox = {
1209
- "name": "Menu.ItemCheckbox",
1210
- "defaultProps": {},
1211
- "getStylesLiterals": {
1212
- "menuitemItemCheckboxVariantRoot": "default",
1213
- "menuitemItemCheckboxVariantActiveRoot": "on",
1214
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
1215
- "menuitemItemCheckboxVariantText": "default",
1216
- "menuitemItemCheckboxVariantActiveText": "on",
1217
- "menuitemItemCheckboxVariantActiveText:1": "off",
1218
- "menuitemItemCheckboxVariantStartIcon": "default",
1219
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
1220
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1221
- "menuitemItemCheckboxVariantEndIcon": "default",
1222
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
1223
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
1224
- },
1225
- "cxLiterals": ["uds-menu-item-checkbox"],
1226
- "internalComponents": ["MenuItemBase"],
1227
- "internalComponentProps": {},
1228
- "propToVariantKeys": {},
1229
- "runtimeConfigDefaultProps": {},
1230
- "runtimeConfigGetStyles": {},
1231
- "runtimeConfigInternalComponentProps": {},
1232
- "motionVarPrefixes": []
1233
- };
1234
- var Menu_Provider = {
1235
- "name": "Menu.Provider",
1236
- "defaultProps": {},
1237
- "getStylesLiterals": {},
1238
- "cxLiterals": [],
1239
- "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
1240
- "internalComponentProps": {},
1241
- "propToVariantKeys": {},
1242
- "runtimeConfigDefaultProps": {},
1243
- "runtimeConfigGetStyles": {},
1244
- "runtimeConfigInternalComponentProps": {},
1245
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1246
- };
1247
- var Menu_Trigger = {
1248
- "name": "Menu.Trigger",
1249
- "defaultProps": {},
1250
- "getStylesLiterals": {},
1251
- "cxLiterals": ["uds-menu-trigger"],
1252
- "internalComponents": ["AriakitMenuTrigger", "Box"],
1253
- "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
1254
- "propToVariantKeys": {},
1255
- "runtimeConfigDefaultProps": {},
1256
- "runtimeConfigGetStyles": {},
1257
- "runtimeConfigInternalComponentProps": {},
1258
- "motionVarPrefixes": []
1259
- };
1260
- var Menu_index = {
1261
- "name": "Menu.index",
1262
- "defaultProps": {},
1263
- "getStylesLiterals": {},
1264
- "cxLiterals": [],
1265
- "internalComponents": [],
1266
- "internalComponentProps": {},
1267
- "propToVariantKeys": {},
1268
- "runtimeConfigDefaultProps": {},
1269
- "runtimeConfigGetStyles": {},
1270
- "runtimeConfigInternalComponentProps": {},
1271
- "motionVarPrefixes": []
1272
- };
1273
- var Menu = {
1274
- "name": "Menu",
1275
- "defaultProps": {},
1276
- "getStylesLiterals": {},
1277
- "cxLiterals": [],
1278
- "internalComponents": [],
1279
- "internalComponentProps": {},
1280
- "propToVariantKeys": {},
1332
+ "internalComponents": ["Box"],
1333
+ "internalComponentProps": { "Box": {
1334
+ "display": ["block", "flex"],
1335
+ "justifyContent": ["center"]
1336
+ } },
1337
+ "propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
1281
1338
  "runtimeConfigDefaultProps": {},
1282
1339
  "runtimeConfigGetStyles": {},
1283
1340
  "runtimeConfigInternalComponentProps": {},
@@ -1328,31 +1385,43 @@ var BottomSheet = {
1328
1385
  "runtimeConfigInternalComponentProps": {},
1329
1386
  "motionVarPrefixes": []
1330
1387
  };
1331
- var BottomSheetContent = {
1332
- "name": "BottomSheetContent",
1333
- "defaultProps": {},
1388
+ var BottomSheetHeader = {
1389
+ "name": "BottomSheetHeader",
1390
+ "defaultProps": { "variant": "default" },
1334
1391
  "getStylesLiterals": {},
1335
- "cxLiterals": ["min-h-0", "touch-pan-y"],
1336
- "internalComponents": ["Box", "VStack"],
1392
+ "cxLiterals": [
1393
+ "grid-cols-[40px_1fr_40px]",
1394
+ "items-center",
1395
+ "w-full",
1396
+ "min-h-10",
1397
+ "mt-2"
1398
+ ],
1399
+ "internalComponents": ["Box", "Text"],
1337
1400
  "internalComponentProps": {
1338
1401
  "Box": {
1339
- "display": ["block"],
1340
- "flex": ["1"]
1402
+ "className": ["h-10 w-10 opacity-0 pointer-events-none"],
1403
+ "display": ["grid", "flex"],
1404
+ "justifyContent": ["flex-start", "flex-end"]
1341
1405
  },
1342
- "VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
1406
+ "Text": {
1407
+ "variant": ["inherit"],
1408
+ "color": ["inherit"],
1409
+ "textAlign": ["center"],
1410
+ "className": ["w-full"]
1411
+ }
1343
1412
  },
1344
- "propToVariantKeys": {},
1413
+ "propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
1345
1414
  "runtimeConfigDefaultProps": {},
1346
1415
  "runtimeConfigGetStyles": {},
1347
1416
  "runtimeConfigInternalComponentProps": {},
1348
1417
  "motionVarPrefixes": []
1349
1418
  };
1350
- var BottomSheetDismiss = {
1351
- "name": "BottomSheetDismiss",
1419
+ var BottomSheetTrigger = {
1420
+ "name": "BottomSheetTrigger",
1352
1421
  "defaultProps": {},
1353
1422
  "getStylesLiterals": {},
1354
1423
  "cxLiterals": [],
1355
- "internalComponents": ["AriakitDialogDismiss"],
1424
+ "internalComponents": ["AriakitDialogDisclosure"],
1356
1425
  "internalComponentProps": {},
1357
1426
  "propToVariantKeys": {},
1358
1427
  "runtimeConfigDefaultProps": {},
@@ -1360,74 +1429,25 @@ var BottomSheetDismiss = {
1360
1429
  "runtimeConfigInternalComponentProps": {},
1361
1430
  "motionVarPrefixes": []
1362
1431
  };
1363
- var BottomSheetHandle = {
1364
- "name": "BottomSheetHandle",
1365
- "defaultProps": { "variant": "default" },
1432
+ var UDSBottomSheetConfigProvider = {
1433
+ "name": "UDSBottomSheetConfigProvider",
1434
+ "defaultProps": {},
1366
1435
  "getStylesLiterals": {},
1367
- "cxLiterals": [
1368
- "relative",
1369
- "h-5",
1370
- "w-16",
1371
- "outline-none",
1372
- "focus-visible:outline-none",
1373
- "[touch-action:pan-y]",
1374
- "absolute",
1375
- "left-1/2",
1376
- "top-1/2",
1377
- "-translate-x-1/2",
1378
- "-translate-y-1/2",
1379
- "h-1",
1380
- "w-8",
1381
- "rounded-full"
1382
- ],
1383
- "internalComponents": ["Box"],
1384
- "internalComponentProps": { "Box": {
1385
- "display": ["block", "flex"],
1386
- "justifyContent": ["center"]
1387
- } },
1388
- "propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
1389
- "runtimeConfigDefaultProps": {},
1390
- "runtimeConfigGetStyles": {},
1391
- "runtimeConfigInternalComponentProps": {},
1392
- "motionVarPrefixes": []
1393
- };
1394
- var BottomSheetHeader = {
1395
- "name": "BottomSheetHeader",
1396
- "defaultProps": { "variant": "default" },
1397
- "getStylesLiterals": {},
1398
- "cxLiterals": [
1399
- "grid-cols-[40px_1fr_40px]",
1400
- "items-center",
1401
- "w-full",
1402
- "min-h-10",
1403
- "mt-2"
1404
- ],
1405
- "internalComponents": ["Box", "Text"],
1406
- "internalComponentProps": {
1407
- "Box": {
1408
- "className": ["h-10 w-10 opacity-0 pointer-events-none"],
1409
- "display": ["grid", "flex"],
1410
- "justifyContent": ["flex-start", "flex-end"]
1411
- },
1412
- "Text": {
1413
- "variant": ["inherit"],
1414
- "color": ["inherit"],
1415
- "textAlign": ["center"],
1416
- "className": ["w-full"]
1417
- }
1418
- },
1419
- "propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
1436
+ "cxLiterals": [],
1437
+ "internalComponents": ["BottomSheetContext.Provider"],
1438
+ "internalComponentProps": {},
1439
+ "propToVariantKeys": {},
1420
1440
  "runtimeConfigDefaultProps": {},
1421
1441
  "runtimeConfigGetStyles": {},
1422
1442
  "runtimeConfigInternalComponentProps": {},
1423
1443
  "motionVarPrefixes": []
1424
1444
  };
1425
- var BottomSheetInternalContext = {
1426
- "name": "BottomSheetInternalContext",
1445
+ var BottomSheetDismiss = {
1446
+ "name": "BottomSheetDismiss",
1427
1447
  "defaultProps": {},
1428
1448
  "getStylesLiterals": {},
1429
1449
  "cxLiterals": [],
1430
- "internalComponents": [],
1450
+ "internalComponents": ["AriakitDialogDismiss"],
1431
1451
  "internalComponentProps": {},
1432
1452
  "propToVariantKeys": {},
1433
1453
  "runtimeConfigDefaultProps": {},
@@ -1448,45 +1468,58 @@ var BottomSheetProvider = {
1448
1468
  "runtimeConfigInternalComponentProps": {},
1449
1469
  "motionVarPrefixes": []
1450
1470
  };
1451
- var BottomSheetTrigger = {
1452
- "name": "BottomSheetTrigger",
1453
- "defaultProps": {},
1471
+ var ChipLink = {
1472
+ "name": "ChipLink",
1473
+ "defaultProps": { "variant": "primary" },
1454
1474
  "getStylesLiterals": {},
1455
- "cxLiterals": [],
1456
- "internalComponents": ["AriakitDialogDisclosure"],
1457
- "internalComponentProps": {},
1458
- "propToVariantKeys": {},
1475
+ "cxLiterals": ["uds-ring"],
1476
+ "internalComponents": ["ChipBase"],
1477
+ "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1478
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1459
1479
  "runtimeConfigDefaultProps": {},
1460
1480
  "runtimeConfigGetStyles": {},
1461
1481
  "runtimeConfigInternalComponentProps": {},
1462
1482
  "motionVarPrefixes": []
1463
1483
  };
1464
- var UDSBottomSheetConfigProvider = {
1465
- "name": "UDSBottomSheetConfigProvider",
1466
- "defaultProps": {},
1484
+ var ChipDismissible = {
1485
+ "name": "ChipDismissible",
1486
+ "defaultProps": { "variant": "primary" },
1467
1487
  "getStylesLiterals": {},
1468
- "cxLiterals": [],
1469
- "internalComponents": ["BottomSheetContext.Provider"],
1488
+ "cxLiterals": [
1489
+ "uds-chip-dismissible-button",
1490
+ "uds-hit-target",
1491
+ "uds-ring",
1492
+ "rounded-full"
1493
+ ],
1494
+ "internalComponents": [
1495
+ "ChipBase",
1496
+ "IconSlot",
1497
+ "Pressable"
1498
+ ],
1470
1499
  "internalComponentProps": {},
1471
- "propToVariantKeys": {},
1500
+ "propToVariantKeys": {
1501
+ "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1502
+ "dismissButtonAriaLabel": ["aria-label"]
1503
+ },
1472
1504
  "runtimeConfigDefaultProps": {},
1473
1505
  "runtimeConfigGetStyles": {},
1474
1506
  "runtimeConfigInternalComponentProps": {},
1475
1507
  "motionVarPrefixes": []
1476
1508
  };
1477
- var Chip = {
1478
- "name": "Chip",
1479
- "defaultProps": {},
1480
- "getStylesLiterals": {},
1481
- "cxLiterals": [],
1482
- "internalComponents": [
1483
- "ChipDismissible",
1484
- "ChipToggle",
1485
- "ChipLink",
1486
- "ChipButton"
1487
- ],
1488
- "internalComponentProps": {},
1489
- "propToVariantKeys": {},
1509
+ var ChipToggle = {
1510
+ "name": "ChipToggle",
1511
+ "defaultProps": {
1512
+ "variant": "primary",
1513
+ "role": "checkbox"
1514
+ },
1515
+ "getStylesLiterals": {
1516
+ "chipToggleVariantActiveRoot": "on",
1517
+ "chipToggleVariantActiveRoot:1": "off"
1518
+ },
1519
+ "cxLiterals": ["uds-ring"],
1520
+ "internalComponents": ["ChipBase"],
1521
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1522
+ "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1490
1523
  "runtimeConfigDefaultProps": {},
1491
1524
  "runtimeConfigGetStyles": {},
1492
1525
  "runtimeConfigInternalComponentProps": {},
@@ -1532,83 +1565,60 @@ var ChipBase = {
1532
1565
  "runtimeConfigInternalComponentProps": {},
1533
1566
  "motionVarPrefixes": []
1534
1567
  };
1535
- var ChipButton = {
1536
- "name": "ChipButton",
1537
- "defaultProps": { "variant": "primary" },
1538
- "getStylesLiterals": {},
1539
- "cxLiterals": ["uds-ring"],
1540
- "internalComponents": ["ChipBase"],
1541
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1542
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1543
- "runtimeConfigDefaultProps": {},
1544
- "runtimeConfigGetStyles": {},
1545
- "runtimeConfigInternalComponentProps": {},
1546
- "motionVarPrefixes": []
1547
- };
1548
- var ChipDismissible = {
1549
- "name": "ChipDismissible",
1550
- "defaultProps": { "variant": "primary" },
1568
+ var Chip = {
1569
+ "name": "Chip",
1570
+ "defaultProps": {},
1551
1571
  "getStylesLiterals": {},
1552
- "cxLiterals": [
1553
- "uds-chip-dismissible-button",
1554
- "uds-hit-target",
1555
- "uds-ring",
1556
- "rounded-full"
1557
- ],
1572
+ "cxLiterals": [],
1558
1573
  "internalComponents": [
1559
- "ChipBase",
1560
- "IconSlot",
1561
- "Pressable"
1574
+ "ChipDismissible",
1575
+ "ChipToggle",
1576
+ "ChipLink",
1577
+ "ChipButton"
1562
1578
  ],
1563
1579
  "internalComponentProps": {},
1564
- "propToVariantKeys": {
1565
- "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1566
- "dismissButtonAriaLabel": ["aria-label"]
1567
- },
1580
+ "propToVariantKeys": {},
1568
1581
  "runtimeConfigDefaultProps": {},
1569
1582
  "runtimeConfigGetStyles": {},
1570
1583
  "runtimeConfigInternalComponentProps": {},
1571
1584
  "motionVarPrefixes": []
1572
1585
  };
1573
- var ChipLink = {
1574
- "name": "ChipLink",
1586
+ var ChipButton = {
1587
+ "name": "ChipButton",
1575
1588
  "defaultProps": { "variant": "primary" },
1576
1589
  "getStylesLiterals": {},
1577
1590
  "cxLiterals": ["uds-ring"],
1578
1591
  "internalComponents": ["ChipBase"],
1579
- "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1592
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1580
1593
  "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1581
1594
  "runtimeConfigDefaultProps": {},
1582
1595
  "runtimeConfigGetStyles": {},
1583
1596
  "runtimeConfigInternalComponentProps": {},
1584
1597
  "motionVarPrefixes": []
1585
1598
  };
1586
- var ChipToggle = {
1587
- "name": "ChipToggle",
1599
+ var AvatarText = {
1600
+ "name": "AvatarText",
1588
1601
  "defaultProps": {
1589
- "variant": "primary",
1590
- "role": "checkbox"
1591
- },
1592
- "getStylesLiterals": {
1593
- "chipToggleVariantActiveRoot": "on",
1594
- "chipToggleVariantActiveRoot:1": "off"
1602
+ "size": "md",
1603
+ "variant": "primary"
1595
1604
  },
1596
- "cxLiterals": ["uds-ring"],
1597
- "internalComponents": ["ChipBase"],
1598
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1599
- "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1600
- "runtimeConfigDefaultProps": {},
1601
- "runtimeConfigGetStyles": {},
1602
- "runtimeConfigInternalComponentProps": {},
1603
- "motionVarPrefixes": []
1604
- };
1605
- var Avatar = {
1606
- "name": "Avatar",
1607
- "defaultProps": {},
1608
1605
  "getStylesLiterals": {},
1609
- "cxLiterals": [],
1610
- "internalComponents": ["AvatarImage"],
1611
- "internalComponentProps": {},
1606
+ "cxLiterals": [
1607
+ "overflow-hidden",
1608
+ "truncate",
1609
+ "w-full",
1610
+ "h-full",
1611
+ "shrink-0",
1612
+ "text-center",
1613
+ "inline-flex",
1614
+ "justify-center",
1615
+ "items-center"
1616
+ ],
1617
+ "internalComponents": ["Box", "Text"],
1618
+ "internalComponentProps": { "Text": {
1619
+ "color": ["inherit"],
1620
+ "variant": ["inherit"]
1621
+ } },
1612
1622
  "propToVariantKeys": {},
1613
1623
  "runtimeConfigDefaultProps": {},
1614
1624
  "runtimeConfigGetStyles": {},
@@ -1640,6 +1650,19 @@ var AvatarIcon = {
1640
1650
  "runtimeConfigInternalComponentProps": {},
1641
1651
  "motionVarPrefixes": []
1642
1652
  };
1653
+ var Avatar = {
1654
+ "name": "Avatar",
1655
+ "defaultProps": {},
1656
+ "getStylesLiterals": {},
1657
+ "cxLiterals": [],
1658
+ "internalComponents": ["AvatarImage"],
1659
+ "internalComponentProps": {},
1660
+ "propToVariantKeys": {},
1661
+ "runtimeConfigDefaultProps": {},
1662
+ "runtimeConfigGetStyles": {},
1663
+ "runtimeConfigInternalComponentProps": {},
1664
+ "motionVarPrefixes": []
1665
+ };
1643
1666
  var AvatarImage = {
1644
1667
  "name": "AvatarImage",
1645
1668
  "defaultProps": {
@@ -1674,486 +1697,470 @@ var AvatarImage = {
1674
1697
  "runtimeConfigInternalComponentProps": {},
1675
1698
  "motionVarPrefixes": []
1676
1699
  };
1677
- var AvatarText = {
1678
- "name": "AvatarText",
1679
- "defaultProps": {
1680
- "size": "md",
1681
- "variant": "primary"
1682
- },
1700
+ var UDSPopoverConfigProvider = {
1701
+ "name": "UDSPopoverConfigProvider",
1702
+ "defaultProps": {},
1683
1703
  "getStylesLiterals": {},
1684
- "cxLiterals": [
1685
- "overflow-hidden",
1686
- "truncate",
1687
- "w-full",
1688
- "h-full",
1689
- "shrink-0",
1690
- "text-center",
1691
- "inline-flex",
1692
- "justify-center",
1693
- "items-center"
1694
- ],
1695
- "internalComponents": ["Box", "Text"],
1696
- "internalComponentProps": { "Text": {
1697
- "color": ["inherit"],
1698
- "variant": ["inherit"]
1699
- } },
1704
+ "cxLiterals": [],
1705
+ "internalComponents": ["PopoverContext.Provider"],
1706
+ "internalComponentProps": {},
1700
1707
  "propToVariantKeys": {},
1701
1708
  "runtimeConfigDefaultProps": {},
1702
1709
  "runtimeConfigGetStyles": {},
1703
1710
  "runtimeConfigInternalComponentProps": {},
1704
1711
  "motionVarPrefixes": []
1705
1712
  };
1706
- var Accordion = {
1707
- "name": "Accordion",
1708
- "defaultProps": {
1709
- "spacingHorizontal": "4",
1710
- "spacingVertical": "4"
1711
- },
1713
+ var Popover = {
1714
+ "name": "Popover",
1715
+ "defaultProps": {},
1712
1716
  "getStylesLiterals": {},
1713
- "cxLiterals": ["hover:bg-secondary/80", "w-full"],
1714
- "internalComponents": [
1715
- "Icon",
1716
- "SpringMotionConfig",
1717
- "Pressable",
1718
- "Text",
1719
- "HStack",
1720
- "AnimatePresence",
1721
- "VStack"
1722
- ],
1723
- "internalComponentProps": {
1724
- "Icon": {
1725
- "variant": ["fill"],
1726
- "size": ["sm"],
1727
- "color": ["primary"]
1728
- },
1729
- "SpringMotionConfig": {
1730
- "layoutVariant": ["smooth"],
1731
- "layoutSpeed": ["3"]
1732
- },
1733
- "Pressable": {
1734
- "display": ["flex"],
1735
- "flexDirection": ["row"],
1736
- "alignItems": ["center"],
1737
- "justifyContent": ["space-between"],
1738
- "borderRadius": ["md"]
1739
- },
1740
- "Text": {
1741
- "variant": ["title4"],
1742
- "color": ["primary"]
1743
- },
1744
- "HStack": {
1745
- "display": ["flex"],
1746
- "alignItems": ["center"],
1747
- "justifyContent": ["space-between"],
1748
- "columnGap": ["2.5"]
1749
- }
1750
- },
1717
+ "cxLiterals": [],
1718
+ "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
1719
+ "internalComponentProps": {},
1751
1720
  "propToVariantKeys": {},
1752
- "runtimeConfigDefaultProps": {},
1721
+ "runtimeConfigDefaultProps": {
1722
+ "size": "popover.defaultSize",
1723
+ "variant": "popover.defaultVariant"
1724
+ },
1753
1725
  "runtimeConfigGetStyles": {},
1754
1726
  "runtimeConfigInternalComponentProps": {},
1755
- "motionVarPrefixes": ["--uds-motion-smooth-3-"]
1727
+ "motionVarPrefixes": []
1756
1728
  };
1757
- var AvoidMotionLibraryProvider = {
1758
- "name": "AvoidMotionLibraryProvider",
1729
+ var PopoverTrigger = {
1730
+ "name": "PopoverTrigger",
1759
1731
  "defaultProps": {},
1760
1732
  "getStylesLiterals": {},
1761
1733
  "cxLiterals": [],
1762
- "internalComponents": [],
1763
- "internalComponentProps": {},
1764
- "propToVariantKeys": {},
1734
+ "internalComponents": ["PopoverDisclosure"],
1735
+ "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
1736
+ "propToVariantKeys": { "children": ["render"] },
1765
1737
  "runtimeConfigDefaultProps": {},
1766
1738
  "runtimeConfigGetStyles": {},
1767
1739
  "runtimeConfigInternalComponentProps": {},
1768
1740
  "motionVarPrefixes": []
1769
1741
  };
1770
- var Modal = {
1771
- "name": "Modal",
1742
+ var PopoverContext = {
1743
+ "name": "PopoverContext",
1772
1744
  "defaultProps": {},
1773
1745
  "getStylesLiterals": {},
1774
- "cxLiterals": [
1775
- "inset-8",
1776
- "top-[250px]",
1777
- "z-50",
1778
- "mx-auto",
1779
- "h-fit",
1780
- "w-[600px]",
1781
- "origin-center",
1782
- "scale-95",
1783
- "opacity-0",
1784
- "transition",
1785
- "duration-150",
1786
- "data-[enter]:scale-100",
1787
- "data-[enter]:opacity-100",
1788
- "data-[enter]:bg-primary",
1789
- "backdrop-blur-0",
1790
- "data-[enter]:opacity-60",
1791
- "data-[enter]:backdrop-blur-sm"
1792
- ],
1793
- "internalComponents": [
1794
- "IconButton",
1795
- "Dialog",
1796
- "HStack",
1797
- "Text",
1798
- "VStack"
1799
- ],
1800
- "internalComponentProps": {
1801
- "IconButton": {
1802
- "aria-label": ["Close"],
1803
- "size": ["sm"],
1804
- "variant": ["tertiary"]
1805
- },
1806
- "HStack": {
1807
- "alignItems": ["center"],
1808
- "justifyContent": ["space-between"]
1809
- },
1810
- "Text": {
1811
- "variant": ["headline1"],
1812
- "color": ["primary"]
1813
- },
1814
- "VStack": {
1815
- "borderRadius": ["md"],
1816
- "position": ["fixed"],
1817
- "backgroundColor": ["primary"],
1818
- "dropShadow": ["md"],
1819
- "spacing": ["8"],
1820
- "overflow": ["hidden"]
1821
- }
1822
- },
1823
- "propToVariantKeys": { "handleClose": ["onClick"] },
1746
+ "cxLiterals": [],
1747
+ "internalComponents": [],
1748
+ "internalComponentProps": {},
1749
+ "propToVariantKeys": {},
1824
1750
  "runtimeConfigDefaultProps": {},
1825
1751
  "runtimeConfigGetStyles": {},
1826
1752
  "runtimeConfigInternalComponentProps": {},
1827
1753
  "motionVarPrefixes": []
1828
1754
  };
1829
- var SegmentedControl = {
1830
- "name": "SegmentedControl",
1831
- "defaultProps": { "textVariant": "label2" },
1755
+ var PopoverContent = {
1756
+ "name": "PopoverContent",
1757
+ "defaultProps": {},
1832
1758
  "getStylesLiterals": {
1759
+ "popoverSizeRoot": "default",
1760
+ "popoverVariantRoot": "default",
1833
1761
  "display": "flex",
1834
- "alignItems": "center",
1835
- "backgroundColor": "primary",
1836
- "spacingVertical": "1",
1837
- "spacingHorizontal": "3",
1838
- "columnGap": "1.5",
1839
- "borderWidth": "thin",
1762
+ "position": "absolute",
1763
+ "spacingTop": "0",
1764
+ "spacingStart": "0",
1765
+ "spacingBottom": "0",
1766
+ "spacingEnd": "0",
1767
+ "popoverSizeSvgBase": "default",
1768
+ "popoverVariantSvgBase": "default",
1769
+ "popoverSizeSvgBorder": "default",
1770
+ "popoverVariantSvgBorder": "default",
1771
+ "popoverVariantBlur": "default",
1772
+ "width": "full",
1773
+ "height": "full",
1774
+ "flexShrink": "0",
1840
1775
  "borderRadius": "full",
1841
- "borderColor": "muted",
1842
- "borderColor:1": "transparent",
1843
- "color": "primary",
1844
- "color:1": "tertiary",
1845
- "color:2": "muted"
1776
+ "alignItems": "center",
1777
+ "justifyContent": "center",
1778
+ "popoverVariantCloseIcon": "default",
1779
+ "popoverSizeCloseIcon": "default"
1846
1780
  },
1847
1781
  "cxLiterals": [
1782
+ "z-[9999]",
1783
+ "outline-none",
1784
+ "focus-visible:outline-none",
1785
+ "uds-bgBlurFillFallback",
1786
+ "uds-bgBlurFallback",
1787
+ "top-0",
1788
+ "left-0",
1789
+ "z-[1]",
1790
+ "duration-0",
1791
+ "duration-120",
1792
+ "transition-[background-color]",
1793
+ "bg-carbon-15/0",
1794
+ "hover:bg-carbon-15/10",
1795
+ "active:bg-carbon-15/15",
1848
1796
  "uds-ring",
1849
- "cursor-not-allowed",
1850
- "opacity-50",
1851
- "pointer-events-none",
1852
- "hover:bg-primary"
1797
+ "absolute",
1798
+ "z-[4]"
1853
1799
  ],
1854
1800
  "internalComponents": [
1855
- "TextVariant",
1856
- "Radio",
1857
- "Icon",
1858
- "RadioProvider",
1859
- "HStack",
1860
- "RadioGroup",
1861
- "Pressable",
1862
- "Text"
1801
+ "PopoverDismiss",
1802
+ "IconSlot",
1803
+ "PopoverArrow",
1804
+ "Popover",
1805
+ "SvgFloatingOverlay",
1806
+ "Box",
1807
+ "Pressable"
1863
1808
  ],
1864
- "internalComponentProps": {
1865
- "Icon": {
1866
- "size": ["sm"],
1867
- "color": ["current"],
1868
- "aria-hidden": ["true"]
1869
- },
1870
- "HStack": {
1871
- "spacing": ["1"],
1872
- "gap": ["1"],
1873
- "backgroundColor": ["secondary"],
1874
- "borderRadius": ["full"],
1875
- "display": ["inline-flex"]
1876
- },
1877
- "Text": { "color": ["current"] }
1809
+ "internalComponentProps": {},
1810
+ "propToVariantKeys": { "closeIcon": ["icon"] },
1811
+ "runtimeConfigDefaultProps": {
1812
+ "size": "popover.defaultSize",
1813
+ "variant": "popover.defaultVariant"
1878
1814
  },
1879
- "propToVariantKeys": {
1880
- "value": ["key"],
1881
- "label": ["aria-label"],
1882
- "textVariant": ["variant"]
1815
+ "runtimeConfigGetStyles": {
1816
+ "spacingTop": ["popover.spacingVertical.${size}"],
1817
+ "spacingStart": ["popover.spacingHorizontal.${size}"],
1818
+ "spacingBottom": ["popover.spacingVertical.${size}"],
1819
+ "spacingEnd": ["popover.spacingHorizontal.${size}"]
1883
1820
  },
1884
- "runtimeConfigDefaultProps": {},
1885
- "runtimeConfigGetStyles": {},
1886
- "runtimeConfigInternalComponentProps": {},
1821
+ "runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
1887
1822
  "motionVarPrefixes": []
1888
1823
  };
1889
- var SwitchV2 = {
1890
- "name": "SwitchV2",
1824
+ var Input = {
1825
+ "name": "Input",
1891
1826
  "defaultProps": {
1892
- "labelPosition": "start",
1893
- "size": "md"
1827
+ "type": "text",
1828
+ "size": "md",
1829
+ "width": "full"
1894
1830
  },
1895
1831
  "getStylesLiterals": {
1896
- "switchVariantRoot": "default",
1897
- "switchVariantActiveRoot": "on",
1898
- "switchVariantActiveRoot:1": "off",
1899
- "switchVariantSwitch": "default",
1900
- "switchVariantActiveSwitch": "on",
1901
- "switchVariantActiveSwitch:1": "off",
1902
- "switchVariantActiveHandle": "on",
1903
- "switchVariantActiveHandle:1": "off",
1904
- "switchVariantHandle": "default",
1905
- "switchVariantHandleIcon": "default",
1906
- "switchVariantActiveHandleIcon": "on",
1907
- "switchVariantActiveHandleIcon:1": "off"
1908
- },
1909
- "cxLiterals": [
1910
- "group",
1911
- "flex",
1912
- "items-center",
1913
- "flex-row",
1914
- "flex-row-reverse",
1915
- "uds-ring",
1916
- "uds-ring-within",
1917
- "relative",
1918
- "uds-border-radius-full",
1919
- "transition-[background-color,box-shadow]",
1920
- "pointer-events-none",
1921
- "w-full",
1922
- "h-full",
1923
- "absolute",
1924
- "top-0",
1925
- "bottom-0",
1926
- "right-0",
1927
- "left-0",
1928
- "overflow-hidden",
1929
- "group-hover:scale-105",
1930
- "opacity-95",
1931
- "group-hover:opacity-100",
1932
- "transition-[transform,opacity]",
1933
- "opacity-0",
1934
- "top-1/2",
1935
- "left-1/2",
1936
- "transform",
1937
- "translate-x-[-50%]",
1938
- "translate-y-[-50%]",
1939
- "transition-opacity",
1940
- "cursor-[inherit]",
1941
- "w-[calc(100%+2px)]",
1942
- "h-[calc(100%+2px)]",
1943
- "text-start",
1944
- "text-end",
1945
- "opacity-100"
1832
+ "inputVariantRoot": "default",
1833
+ "inputVariantValueRoot": "empty",
1834
+ "inputVariantValueRoot:1": "filled",
1835
+ "inputVariantInputWrapper": "default",
1836
+ "inputVariantValueInputWrapper": "empty",
1837
+ "inputVariantValueInputWrapper:1": "filled",
1838
+ "inputVariantInput": "default",
1839
+ "inputVariantValueInput": "empty",
1840
+ "inputVariantValueInput:1": "filled",
1841
+ "inputVariantInputPlaceholder": "default",
1842
+ "inputVariantValueInputPlaceholder": "empty",
1843
+ "inputVariantValueInputPlaceholder:1": "filled",
1844
+ "inputVariantLabel": "default",
1845
+ "inputVariantValueLabel": "empty",
1846
+ "inputVariantValueLabel:1": "filled",
1847
+ "inputVariantLabelRequired": "default",
1848
+ "inputVariantValueLabelRequired": "empty",
1849
+ "inputVariantValueLabelRequired:1": "filled",
1850
+ "inputVariantStartIcon": "default",
1851
+ "inputVariantValueStartIcon": "empty",
1852
+ "inputVariantValueStartIcon:1": "filled",
1853
+ "inputVariantEndIcon": "default",
1854
+ "inputVariantValueEndIcon": "empty",
1855
+ "inputVariantValueEndIcon:1": "filled"
1856
+ },
1857
+ "cxLiterals": [
1858
+ "opacity-50",
1859
+ "min-w-[200px]",
1860
+ "grow",
1861
+ "uds-hit-target",
1862
+ "bg-clip-text",
1863
+ "focus:outline-none",
1864
+ "cursor-text",
1865
+ "cursor-not-allowed"
1946
1866
  ],
1947
1867
  "internalComponents": [
1948
1868
  "IconSlot",
1869
+ "StartIcon",
1870
+ "EndIcon",
1871
+ "HelpTextContent",
1949
1872
  "Box",
1950
- "FormLabel",
1951
- "SpringMotionConfig",
1952
- "RootElement",
1953
- "MotionBox"
1873
+ "InputHelpTextInternal",
1874
+ "VStack",
1875
+ "HStack",
1876
+ "AnimateHeightChange"
1954
1877
  ],
1955
1878
  "internalComponentProps": {
1956
- "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
1957
- "FormLabel": {
1958
- "as": ["div"],
1959
- "variant": ["inherit"],
1960
- "color": ["inherit"]
1961
- },
1962
- "SpringMotionConfig": {
1963
- "layoutVariant": ["bouncy"],
1964
- "layoutSpeed": ["4"]
1879
+ "HelpTextContent": { "spacingTop": ["2"] },
1880
+ "Box": {
1881
+ "spacingBottom": ["2"],
1882
+ "columnGap": ["0.5"],
1883
+ "alignItems": ["flex-end", "center"],
1884
+ "position": ["relative"]
1965
1885
  },
1966
- "RootElement": { "data-testid": ["switch-root"] },
1967
- "MotionBox": { "layout": ["position"] }
1886
+ "HStack": {
1887
+ "alignItems": ["center"],
1888
+ "gap": ["1"]
1889
+ }
1968
1890
  },
1969
1891
  "propToVariantKeys": {
1970
1892
  "size": [
1971
- "switchSizeRoot",
1972
- "switchSizeSwitch",
1973
- "switchSizeHandle",
1974
- "switchSizeHandleIcon"
1893
+ "inputSizeRoot",
1894
+ "inputSizeInputWrapper",
1895
+ "inputSizeInput",
1896
+ "inputSizeLabel",
1897
+ "inputSizeStartIcon",
1898
+ "inputSizeEndIcon"
1975
1899
  ],
1976
- "onIcon": ["icon"],
1977
- "offIcon": ["icon"],
1978
- "reduceMotion": ["reducedMotion"],
1979
- "isOn": ["layoutDependency"]
1900
+ "startIcon": ["icon"],
1901
+ "endIcon": ["icon"],
1902
+ "helperTextIcon": ["startIcon"]
1980
1903
  },
1981
1904
  "runtimeConfigDefaultProps": {},
1982
1905
  "runtimeConfigGetStyles": {},
1983
1906
  "runtimeConfigInternalComponentProps": {},
1984
- "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
1907
+ "motionVarPrefixes": []
1985
1908
  };
1986
- var Tabs = {
1987
- "name": "Tabs",
1909
+ var InputHelpText = {
1910
+ "name": "InputHelpText",
1911
+ "defaultProps": { "size": "md" },
1912
+ "getStylesLiterals": {
1913
+ "inputVariantRoot": "default",
1914
+ "inputVariantValueRoot": "empty",
1915
+ "inputVariantValueRoot:1": "filled"
1916
+ },
1917
+ "cxLiterals": [],
1918
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1919
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1920
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1921
+ "runtimeConfigDefaultProps": {},
1922
+ "runtimeConfigGetStyles": {},
1923
+ "runtimeConfigInternalComponentProps": {},
1924
+ "motionVarPrefixes": []
1925
+ };
1926
+ var InputHelpTextInternal = {
1927
+ "name": "InputHelpTextInternal",
1988
1928
  "defaultProps": {},
1989
1929
  "getStylesLiterals": {
1990
- "display": "flex",
1991
- "flexDirection": "row",
1992
- "columnGap": "6"
1930
+ "inputVariantHelperText": "default",
1931
+ "inputVariantValueHelperText": "empty",
1932
+ "inputVariantValueHelperText:1": "filled",
1933
+ "inputVariantHelperIcon": "default",
1934
+ "inputVariantValueHelperIcon": "empty",
1935
+ "inputVariantValueHelperIcon:1": "filled"
1993
1936
  },
1994
- "cxLiterals": [
1995
- "text-tertiary",
1996
- "border-b-transparent",
1997
- "aria-selected:border-b-brand",
1998
- "aria-selected:text-secondary"
1999
- ],
2000
- "internalComponents": [
2001
- "TabProvider",
2002
- "OriginalTabList",
2003
- "OriginalTab",
2004
- "Icon",
2005
- "OriginalTabPanel",
2006
- "Pressable",
2007
- "Comp",
2008
- "Text"
2009
- ],
2010
- "internalComponentProps": {
2011
- "Icon": {
2012
- "className": ["text-current"],
2013
- "size": ["md"]
2014
- },
2015
- "Pressable": {
2016
- "borderBottomWidth": ["medium"],
2017
- "spacingBottom": ["1"],
2018
- "spacingTop": ["4"]
2019
- },
2020
- "Text": {
2021
- "className": ["text-current"],
2022
- "variant": ["headline1"],
2023
- "as": ["span"]
2024
- }
1937
+ "cxLiterals": [],
1938
+ "internalComponents": ["IconSlot", "HStack"],
1939
+ "internalComponentProps": { "HStack": {
1940
+ "gap": ["1"],
1941
+ "alignItems": ["center"]
1942
+ } },
1943
+ "propToVariantKeys": {
1944
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1945
+ "startIcon": ["icon"],
1946
+ "endIcon": ["icon"]
2025
1947
  },
2026
- "propToVariantKeys": {},
2027
1948
  "runtimeConfigDefaultProps": {},
2028
1949
  "runtimeConfigGetStyles": {},
2029
1950
  "runtimeConfigInternalComponentProps": {},
2030
1951
  "motionVarPrefixes": []
2031
1952
  };
2032
- var Toast = {
2033
- "name": "Toast",
1953
+ var Menu_Item = {
1954
+ "name": "Menu.Item",
2034
1955
  "defaultProps": {},
2035
1956
  "getStylesLiterals": {
2036
- "className": "flex-none",
2037
- "spacing": "2",
2038
- "borderRadius": "full"
1957
+ "menuitemItemVariantRoot": "default",
1958
+ "menuitemItemVariantActiveRoot": "on",
1959
+ "menuitemItemVariantActiveRoot:1": "off",
1960
+ "menuitemItemVariantText": "default",
1961
+ "menuitemItemVariantActiveText": "on",
1962
+ "menuitemItemVariantActiveText:1": "off",
1963
+ "menuitemItemVariantIcon": "default",
1964
+ "menuitemItemVariantActiveIcon": "on",
1965
+ "menuitemItemVariantActiveIcon:1": "off"
1966
+ },
1967
+ "cxLiterals": [],
1968
+ "internalComponents": ["MenuItemBase"],
1969
+ "internalComponentProps": {},
1970
+ "propToVariantKeys": {},
1971
+ "runtimeConfigDefaultProps": {},
1972
+ "runtimeConfigGetStyles": {},
1973
+ "runtimeConfigInternalComponentProps": {},
1974
+ "motionVarPrefixes": []
1975
+ };
1976
+ var Menu_index = {
1977
+ "name": "Menu.index",
1978
+ "defaultProps": {},
1979
+ "getStylesLiterals": {},
1980
+ "cxLiterals": [],
1981
+ "internalComponents": [],
1982
+ "internalComponentProps": {},
1983
+ "propToVariantKeys": {},
1984
+ "runtimeConfigDefaultProps": {},
1985
+ "runtimeConfigGetStyles": {},
1986
+ "runtimeConfigInternalComponentProps": {},
1987
+ "motionVarPrefixes": []
1988
+ };
1989
+ var Menu = {
1990
+ "name": "Menu",
1991
+ "defaultProps": {},
1992
+ "getStylesLiterals": {},
1993
+ "cxLiterals": [],
1994
+ "internalComponents": [],
1995
+ "internalComponentProps": {},
1996
+ "propToVariantKeys": {},
1997
+ "runtimeConfigDefaultProps": {},
1998
+ "runtimeConfigGetStyles": {},
1999
+ "runtimeConfigInternalComponentProps": {},
2000
+ "motionVarPrefixes": []
2001
+ };
2002
+ var Menu_Content = {
2003
+ "name": "Menu.Content",
2004
+ "defaultProps": {
2005
+ "size": "default",
2006
+ "variant": "default",
2007
+ "gutter": "1"
2039
2008
  },
2009
+ "getStylesLiterals": {},
2040
2010
  "cxLiterals": [
2041
- "duration-0",
2042
- "duration-120",
2043
- "transition-[background-color]",
2044
- "bg-carbon-15/0",
2045
- "hover:bg-carbon-15/10",
2046
- "active:bg-carbon-15/15",
2047
- "uds-ring"
2011
+ "uds-menu-content",
2012
+ "transition-shadow",
2013
+ "duration-200",
2014
+ "ease-in-out",
2015
+ "min-w-60",
2016
+ "max-w-lg",
2017
+ "max-h-96",
2018
+ "overflow-auto",
2019
+ "uds-ring",
2020
+ "z-10",
2021
+ "group"
2048
2022
  ],
2049
2023
  "internalComponents": [
2050
- "IconSlot",
2051
- "ToastContainer",
2052
- "Text",
2053
- "Button",
2054
- "Pressable"
2024
+ "AriakitMenu",
2025
+ "AnimatePresence",
2026
+ "MotionVStack"
2055
2027
  ],
2056
2028
  "internalComponentProps": {},
2057
2029
  "propToVariantKeys": {
2058
- "size": [
2059
- "toastSizeLabel",
2060
- "toastSizeIcon",
2061
- "toastSizeActionButton",
2062
- "toastSizeCloseIcon"
2063
- ],
2064
- "variant": [
2065
- "toastVariantIcon",
2066
- "toastVariantActionButton",
2067
- "toastVariantCloseIcon"
2068
- ],
2069
- "closeIcon": ["icon"],
2070
- "onClickActionButton": ["onClick"]
2071
- },
2072
- "runtimeConfigDefaultProps": {
2073
- "size": "toast.defaultSize",
2074
- "variant": "toast.defaultVariant"
2075
- },
2076
- "runtimeConfigGetStyles": {
2077
- "toastSizeLabel": ["toast.defaultSize"],
2078
- "toastVariantIcon": ["toast.defaultVariant"],
2079
- "toastSizeIcon": ["toast.defaultSize"],
2080
- "toastSizeActionButton": ["toast.defaultSize"],
2081
- "toastVariantActionButton": ["toast.defaultVariant"],
2082
- "toastVariantCloseIcon": ["toast.defaultVariant"],
2083
- "toastSizeCloseIcon": ["toast.defaultSize"]
2084
- },
2085
- "runtimeConfigInternalComponentProps": {
2086
- "ToastContainer": {
2087
- "size": ["toast.defaultSize"],
2088
- "variant": ["toast.defaultVariant"]
2089
- },
2090
- "Text": {
2091
- "variant": ["toast.textVariant.${size}"],
2092
- "color": ["toast.textColor.${variant}"]
2093
- },
2094
- "Button": {
2095
- "size": ["toast.buttonSize.${size}"],
2096
- "variant": ["toast.buttonVariant.${variant}"]
2097
- }
2030
+ "size": ["menucontentSizeRoot"],
2031
+ "variant": ["menucontentVariantRoot"]
2098
2032
  },
2033
+ "runtimeConfigDefaultProps": {},
2034
+ "runtimeConfigGetStyles": {},
2035
+ "runtimeConfigInternalComponentProps": {},
2099
2036
  "motionVarPrefixes": []
2100
2037
  };
2101
- var ToastContainer = {
2102
- "name": "ToastContainer",
2038
+ var Menu_Trigger = {
2039
+ "name": "Menu.Trigger",
2103
2040
  "defaultProps": {},
2104
- "getStylesLiterals": {
2105
- "position": "relative",
2106
- "alignItems": "center",
2107
- "display": "flex",
2108
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
2109
- },
2110
- "cxLiterals": ["w-full"],
2111
- "internalComponents": ["HStack"],
2112
- "internalComponentProps": { "HStack": {
2113
- "alignItems": ["center"],
2114
- "justifyContent": ["space-between"],
2115
- "overflow": ["hidden"],
2116
- "position": ["relative"]
2117
- } },
2118
- "propToVariantKeys": {
2119
- "variant": ["toastVariantRoot"],
2120
- "size": ["toastSizeRoot"]
2121
- },
2122
- "runtimeConfigDefaultProps": {
2123
- "size": "toast.defaultSize",
2124
- "variant": "toast.defaultVariant"
2041
+ "getStylesLiterals": {},
2042
+ "cxLiterals": ["uds-menu-trigger"],
2043
+ "internalComponents": ["AriakitMenuTrigger", "Box"],
2044
+ "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
2045
+ "propToVariantKeys": {},
2046
+ "runtimeConfigDefaultProps": {},
2047
+ "runtimeConfigGetStyles": {},
2048
+ "runtimeConfigInternalComponentProps": {},
2049
+ "motionVarPrefixes": []
2050
+ };
2051
+ var Menu_Divider = {
2052
+ "name": "Menu.Divider",
2053
+ "defaultProps": {
2054
+ "role": "separator",
2055
+ "contentPosition": "start",
2056
+ "gap": "4"
2125
2057
  },
2126
- "runtimeConfigGetStyles": {
2127
- "toastVariantRoot": ["toast.defaultVariant"],
2128
- "toastSizeRoot": ["toast.defaultSize"]
2058
+ "getStylesLiterals": {
2059
+ "menuitemDividerVariantRoot": "default",
2060
+ "menuitemDividerVariantText": "default",
2061
+ "menuitemDividerVariantLine": "default"
2129
2062
  },
2130
- "runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
2063
+ "cxLiterals": [],
2064
+ "internalComponents": ["DividerInternal"],
2065
+ "internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
2066
+ "propToVariantKeys": {},
2067
+ "runtimeConfigDefaultProps": {},
2068
+ "runtimeConfigGetStyles": {},
2069
+ "runtimeConfigInternalComponentProps": {},
2131
2070
  "motionVarPrefixes": []
2132
2071
  };
2133
- var ToastPortal = {
2134
- "name": "ToastPortal",
2072
+ var Menu_Provider = {
2073
+ "name": "Menu.Provider",
2135
2074
  "defaultProps": {},
2136
2075
  "getStylesLiterals": {},
2137
2076
  "cxLiterals": [],
2138
- "internalComponents": ["ReactToastifyToastContainer"],
2077
+ "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
2139
2078
  "internalComponentProps": {},
2140
2079
  "propToVariantKeys": {},
2141
- "runtimeConfigDefaultProps": {
2142
- "size": "toast.defaultSize",
2143
- "variant": "toast.defaultVariant"
2080
+ "runtimeConfigDefaultProps": {},
2081
+ "runtimeConfigGetStyles": {},
2082
+ "runtimeConfigInternalComponentProps": {},
2083
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
2084
+ };
2085
+ var Menu_ItemCheckbox = {
2086
+ "name": "Menu.ItemCheckbox",
2087
+ "defaultProps": {},
2088
+ "getStylesLiterals": {
2089
+ "menuitemItemCheckboxVariantRoot": "default",
2090
+ "menuitemItemCheckboxVariantActiveRoot": "on",
2091
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
2092
+ "menuitemItemCheckboxVariantText": "default",
2093
+ "menuitemItemCheckboxVariantActiveText": "on",
2094
+ "menuitemItemCheckboxVariantActiveText:1": "off",
2095
+ "menuitemItemCheckboxVariantStartIcon": "default",
2096
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
2097
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2098
+ "menuitemItemCheckboxVariantEndIcon": "default",
2099
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
2100
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2101
+ },
2102
+ "cxLiterals": ["uds-menu-item-checkbox"],
2103
+ "internalComponents": ["MenuItemBase"],
2104
+ "internalComponentProps": {},
2105
+ "propToVariantKeys": {},
2106
+ "runtimeConfigDefaultProps": {},
2107
+ "runtimeConfigGetStyles": {},
2108
+ "runtimeConfigInternalComponentProps": {},
2109
+ "motionVarPrefixes": []
2110
+ };
2111
+ var Menu_ItemBase = {
2112
+ "name": "Menu.ItemBase",
2113
+ "defaultProps": {
2114
+ "spacing": "0",
2115
+ "spacingHorizontal": "4",
2116
+ "spacingVertical": "3.5",
2117
+ "columnGap": "2",
2118
+ "alignItems": "center",
2119
+ "justifyContent": "space-between"
2120
+ },
2121
+ "getStylesLiterals": {
2122
+ "textAlign": "start",
2123
+ "menuitemSizeRoot": "default",
2124
+ "flexDirection": "row",
2125
+ "menuitemSizeStartIcon": "default",
2126
+ "menuitemSizeEndIcon": "default"
2127
+ },
2128
+ "cxLiterals": [
2129
+ "flex",
2130
+ "focus-visible:text-brand",
2131
+ "focus-visible:bg-brand-secondary",
2132
+ "focus-visible:z-10",
2133
+ "uds-ring",
2134
+ "!-outline-offset-2",
2135
+ "[&:not([aria-checked])]:cursor-default",
2136
+ "opacity-25",
2137
+ "cursor-not-allowed",
2138
+ "duration-20",
2139
+ "transition-[font-variation-settings]",
2140
+ "ease-in-out",
2141
+ "z-0",
2142
+ "uds-start-icon",
2143
+ "uds-end-icon"
2144
+ ],
2145
+ "internalComponents": [
2146
+ "Pressable",
2147
+ "IconSlot",
2148
+ "RootComponent",
2149
+ "HStack",
2150
+ "AnimatePresence"
2151
+ ],
2152
+ "internalComponentProps": {
2153
+ "HStack": {
2154
+ "alignItems": ["center"],
2155
+ "width": ["full"]
2156
+ },
2157
+ "AnimatePresence": { "mode": ["popLayout"] }
2158
+ },
2159
+ "propToVariantKeys": {
2160
+ "startIcon": ["icon"],
2161
+ "endIcon": ["icon"],
2162
+ "columnGap": ["gap"]
2144
2163
  },
2145
- "runtimeConfigGetStyles": {},
2146
- "runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
2147
- "motionVarPrefixes": []
2148
- };
2149
- var UDSToastConfigProvider = {
2150
- "name": "UDSToastConfigProvider",
2151
- "defaultProps": {},
2152
- "getStylesLiterals": {},
2153
- "cxLiterals": [],
2154
- "internalComponents": ["ToastContext.Provider"],
2155
- "internalComponentProps": {},
2156
- "propToVariantKeys": {},
2157
2164
  "runtimeConfigDefaultProps": {},
2158
2165
  "runtimeConfigGetStyles": {},
2159
2166
  "runtimeConfigInternalComponentProps": {},
@@ -2256,6 +2263,19 @@ var TooltipContent = {
2256
2263
  "runtimeConfigInternalComponentProps": {},
2257
2264
  "motionVarPrefixes": []
2258
2265
  };
2266
+ var UDSTooltipConfigProvider = {
2267
+ "name": "UDSTooltipConfigProvider",
2268
+ "defaultProps": {},
2269
+ "getStylesLiterals": {},
2270
+ "cxLiterals": [],
2271
+ "internalComponents": ["TooltipContext.Provider"],
2272
+ "internalComponentProps": {},
2273
+ "propToVariantKeys": {},
2274
+ "runtimeConfigDefaultProps": {},
2275
+ "runtimeConfigGetStyles": {},
2276
+ "runtimeConfigInternalComponentProps": {},
2277
+ "motionVarPrefixes": []
2278
+ };
2259
2279
  var TooltipTrigger = {
2260
2280
  "name": "TooltipTrigger",
2261
2281
  "defaultProps": {},
@@ -2269,12 +2289,29 @@ var TooltipTrigger = {
2269
2289
  "runtimeConfigInternalComponentProps": {},
2270
2290
  "motionVarPrefixes": []
2271
2291
  };
2272
- var UDSTooltipConfigProvider = {
2273
- "name": "UDSTooltipConfigProvider",
2292
+ var RadioGroupProvider = {
2293
+ "name": "RadioGroupProvider",
2274
2294
  "defaultProps": {},
2275
2295
  "getStylesLiterals": {},
2276
2296
  "cxLiterals": [],
2277
- "internalComponents": ["TooltipContext.Provider"],
2297
+ "internalComponents": [
2298
+ "DivProps",
2299
+ "Comp",
2300
+ "RadioGroupContext.Provider"
2301
+ ],
2302
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
2303
+ "propToVariantKeys": {},
2304
+ "runtimeConfigDefaultProps": {},
2305
+ "runtimeConfigGetStyles": {},
2306
+ "runtimeConfigInternalComponentProps": {},
2307
+ "motionVarPrefixes": []
2308
+ };
2309
+ var RadioGroupStore = {
2310
+ "name": "RadioGroupStore",
2311
+ "defaultProps": {},
2312
+ "getStylesLiterals": {},
2313
+ "cxLiterals": [],
2314
+ "internalComponents": [],
2278
2315
  "internalComponentProps": {},
2279
2316
  "propToVariantKeys": {},
2280
2317
  "runtimeConfigDefaultProps": {},
@@ -2282,87 +2319,174 @@ var UDSTooltipConfigProvider = {
2282
2319
  "runtimeConfigInternalComponentProps": {},
2283
2320
  "motionVarPrefixes": []
2284
2321
  };
2322
+ var Radio = {
2323
+ "name": "Radio",
2324
+ "defaultProps": {
2325
+ "labelPosition": "start",
2326
+ "variant": "primary",
2327
+ "size": "md",
2328
+ "value": ""
2329
+ },
2330
+ "getStylesLiterals": {
2331
+ "radioVariantValueRoot": "checked",
2332
+ "radioVariantValueRoot:1": "unchecked",
2333
+ "display": "flex",
2334
+ "flexDirection": "row",
2335
+ "flexDirection:1": "row-reverse",
2336
+ "alignItems": "center",
2337
+ "radioVariantValueRadio": "checked",
2338
+ "radioVariantValueRadio:1": "unchecked",
2339
+ "radioVariantValueRadioCircle": "checked",
2340
+ "radioVariantValueRadioCircle:1": "unchecked"
2341
+ },
2342
+ "cxLiterals": [
2343
+ "cursor-pointer",
2344
+ "cursor-default",
2345
+ "opacity-50",
2346
+ "border",
2347
+ "uds-ring",
2348
+ "uds-ring-within",
2349
+ "transition-[background-color,border-color]",
2350
+ "transition-shadow",
2351
+ "pointer-events-none",
2352
+ "w-[8px]",
2353
+ "h-[8px]",
2354
+ "transition-opacity",
2355
+ "cursor-[inherit]",
2356
+ "absolute",
2357
+ "opacity-0",
2358
+ "top-1/2",
2359
+ "left-1/2",
2360
+ "w-[calc(100%+2px)]",
2361
+ "h-[calc(100%+2px)]",
2362
+ "transform",
2363
+ "translate-x-[-50%]",
2364
+ "translate-y-[-50%]",
2365
+ "text-start",
2366
+ "text-end"
2367
+ ],
2368
+ "internalComponents": [
2369
+ "Box",
2370
+ "FormLabel",
2371
+ "SpringMotionConfig",
2372
+ "RootElement",
2373
+ "MotionBox"
2374
+ ],
2375
+ "internalComponentProps": {
2376
+ "Box": { "borderRadius": ["full"] },
2377
+ "FormLabel": {
2378
+ "as": ["div"],
2379
+ "variant": ["inherit"],
2380
+ "color": ["inherit"]
2381
+ },
2382
+ "RootElement": { "data-testid": ["container"] },
2383
+ "MotionBox": {
2384
+ "position": ["relative"],
2385
+ "borderRadius": ["full"],
2386
+ "alignItems": ["center"],
2387
+ "justifyContent": ["center"],
2388
+ "flex": ["none"]
2389
+ }
2390
+ },
2391
+ "propToVariantKeys": {
2392
+ "size": ["radioSizeRoot", "radioSizeRadio"],
2393
+ "variant": [
2394
+ "radioVariantRoot",
2395
+ "radioVariantRadio",
2396
+ "radioVariantRadioCircle"
2397
+ ],
2398
+ "reduceMotion": ["reducedMotion"]
2399
+ },
2400
+ "runtimeConfigDefaultProps": {},
2401
+ "runtimeConfigGetStyles": {},
2402
+ "runtimeConfigInternalComponentProps": {},
2403
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
2404
+ };
2285
2405
  var componentData_default = {
2286
- Box,
2287
- FormLabel,
2288
- HStack,
2289
2406
  Icon,
2290
- IconSlot,
2407
+ Text,
2291
2408
  Image,
2292
- Link,
2293
2409
  Scrim,
2294
- SvgFloatingOverlay,
2295
- Text,
2410
+ FormLabel,
2296
2411
  VStack,
2412
+ IconSlot,
2413
+ Box,
2414
+ SvgFloatingOverlay,
2415
+ HStack,
2416
+ Link,
2417
+ BannerDescription,
2418
+ Banner,
2419
+ BannerContent,
2420
+ BannerTitle,
2297
2421
  Divider,
2298
2422
  DividerCore,
2299
2423
  DividerInternal,
2300
- Spinner,
2301
2424
  "Table.mocks": Table_mocks,
2425
+ Spinner,
2302
2426
  Table,
2303
- AnimateHeightChange,
2304
- Badge,
2305
- Button,
2306
- Checkbox,
2307
- IconButton,
2308
2427
  Pressable,
2309
2428
  SpringMotionConfig,
2429
+ AnimateHeightChange,
2310
2430
  Switch,
2311
- Input,
2312
- InputHelpText,
2313
- InputHelpTextInternal,
2314
- Radio,
2315
- RadioGroupProvider,
2316
- RadioGroupStore,
2317
- Popover,
2318
- PopoverContent,
2319
- PopoverContext,
2320
- PopoverTrigger,
2321
- UDSPopoverConfigProvider,
2322
- "Menu.Content": Menu_Content,
2323
- "Menu.Divider": Menu_Divider,
2324
- "Menu.Item": Menu_Item,
2325
- "Menu.ItemBase": Menu_ItemBase,
2326
- "Menu.ItemCheckbox": Menu_ItemCheckbox,
2327
- "Menu.Provider": Menu_Provider,
2328
- "Menu.Trigger": Menu_Trigger,
2329
- "Menu.index": Menu_index,
2330
- Menu,
2331
- BottomSheet,
2431
+ IconButton,
2432
+ Badge,
2433
+ Checkbox,
2434
+ Button,
2435
+ Accordion,
2436
+ Modal,
2437
+ Tabs,
2438
+ AvoidMotionLibraryProvider,
2439
+ SegmentedControl,
2440
+ SwitchV2,
2441
+ UDSToastConfigProvider,
2442
+ ToastPortal,
2443
+ Toast,
2444
+ ToastContainer,
2445
+ BottomSheetInternalContext,
2332
2446
  BottomSheetContent,
2333
- BottomSheetDismiss,
2334
2447
  BottomSheetHandle,
2448
+ BottomSheet,
2335
2449
  BottomSheetHeader,
2336
- BottomSheetInternalContext,
2337
- BottomSheetProvider,
2338
2450
  BottomSheetTrigger,
2339
2451
  UDSBottomSheetConfigProvider,
2340
- Chip,
2341
- ChipBase,
2342
- ChipButton,
2343
- ChipDismissible,
2452
+ BottomSheetDismiss,
2453
+ BottomSheetProvider,
2344
2454
  ChipLink,
2455
+ ChipDismissible,
2345
2456
  ChipToggle,
2346
- Avatar,
2457
+ ChipBase,
2458
+ Chip,
2459
+ ChipButton,
2460
+ AvatarText,
2347
2461
  AvatarIcon,
2462
+ Avatar,
2348
2463
  AvatarImage,
2349
- AvatarText,
2350
- Accordion,
2351
- AvoidMotionLibraryProvider,
2352
- Modal,
2353
- SegmentedControl,
2354
- SwitchV2,
2355
- Tabs,
2356
- Toast,
2357
- ToastContainer,
2358
- ToastPortal,
2359
- UDSToastConfigProvider,
2464
+ UDSPopoverConfigProvider,
2465
+ Popover,
2466
+ PopoverTrigger,
2467
+ PopoverContext,
2468
+ PopoverContent,
2469
+ Input,
2470
+ InputHelpText,
2471
+ InputHelpTextInternal,
2472
+ "Menu.Item": Menu_Item,
2473
+ "Menu.index": Menu_index,
2474
+ Menu,
2475
+ "Menu.Content": Menu_Content,
2476
+ "Menu.Trigger": Menu_Trigger,
2477
+ "Menu.Divider": Menu_Divider,
2478
+ "Menu.Provider": Menu_Provider,
2479
+ "Menu.ItemCheckbox": Menu_ItemCheckbox,
2480
+ "Menu.ItemBase": Menu_ItemBase,
2360
2481
  UDSBreakpointsConfigProvider,
2361
2482
  UDSConfigProvider,
2362
2483
  Tooltip,
2363
2484
  TooltipContent,
2485
+ UDSTooltipConfigProvider,
2364
2486
  TooltipTrigger,
2365
- UDSTooltipConfigProvider
2487
+ RadioGroupProvider,
2488
+ RadioGroupStore,
2489
+ Radio
2366
2490
  };
2367
2491
 
2368
2492
  //#endregion
@@ -2414,6 +2538,30 @@ Object.defineProperty(exports, 'Badge', {
2414
2538
  return Badge;
2415
2539
  }
2416
2540
  });
2541
+ Object.defineProperty(exports, 'Banner', {
2542
+ enumerable: true,
2543
+ get: function () {
2544
+ return Banner;
2545
+ }
2546
+ });
2547
+ Object.defineProperty(exports, 'BannerContent', {
2548
+ enumerable: true,
2549
+ get: function () {
2550
+ return BannerContent;
2551
+ }
2552
+ });
2553
+ Object.defineProperty(exports, 'BannerDescription', {
2554
+ enumerable: true,
2555
+ get: function () {
2556
+ return BannerDescription;
2557
+ }
2558
+ });
2559
+ Object.defineProperty(exports, 'BannerTitle', {
2560
+ enumerable: true,
2561
+ get: function () {
2562
+ return BannerTitle;
2563
+ }
2564
+ });
2417
2565
  Object.defineProperty(exports, 'BottomSheet', {
2418
2566
  enumerable: true,
2419
2567
  get: function () {