@yahoo/uds 3.134.2 → 3.135.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 (312) hide show
  1. package/dist/automated-config/dist/properties.d.cts +1 -1
  2. package/dist/automated-config/dist/properties.d.ts +1 -1
  3. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +1 -1
  4. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +1 -1
  5. package/dist/cli/runner.cjs +40 -0
  6. package/dist/cli/runner.js +40 -0
  7. package/dist/components/{client/Avatar → Avatar}/Avatar.cjs +21 -6
  8. package/dist/components/{client/Avatar → Avatar}/Avatar.d.cts +3 -3
  9. package/dist/components/{client/Avatar → Avatar}/Avatar.d.ts +3 -4
  10. package/dist/components/{client/Avatar → Avatar}/Avatar.js +20 -5
  11. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.cjs +11 -12
  12. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.d.cts +4 -3
  13. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.d.ts +4 -4
  14. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.js +6 -7
  15. package/dist/components/Avatar/AvatarImage.types.cjs +1 -0
  16. package/dist/components/Avatar/AvatarImage.types.d.cts +18 -0
  17. package/dist/components/Avatar/AvatarImage.types.d.ts +18 -0
  18. package/dist/components/Avatar/AvatarImage.types.js +1 -0
  19. package/dist/components/Avatar/AvatarImageNoFallback.cjs +51 -0
  20. package/dist/components/Avatar/AvatarImageNoFallback.d.cts +18 -0
  21. package/dist/components/Avatar/AvatarImageNoFallback.d.ts +18 -0
  22. package/dist/components/Avatar/AvatarImageNoFallback.js +49 -0
  23. package/dist/components/{client/Avatar → Avatar}/AvatarText.cjs +11 -11
  24. package/dist/components/{client/Avatar → Avatar}/AvatarText.d.cts +4 -3
  25. package/dist/components/{client/Avatar → Avatar}/AvatarText.d.ts +4 -4
  26. package/dist/components/{client/Avatar → Avatar}/AvatarText.js +5 -5
  27. package/dist/components/Avatar/index.cjs +10 -0
  28. package/dist/components/Avatar/index.d.cts +6 -0
  29. package/dist/components/Avatar/index.d.ts +6 -0
  30. package/dist/components/Avatar/index.js +6 -0
  31. package/dist/components/{client/Avatar → Avatar}/utils.cjs +3 -4
  32. package/dist/components/{client/Avatar → Avatar}/utils.d.cts +3 -3
  33. package/dist/components/{client/Avatar → Avatar}/utils.d.ts +3 -4
  34. package/dist/components/{client/Avatar → Avatar}/utils.js +2 -3
  35. package/dist/components/Banner/Banner.cjs +2 -2
  36. package/dist/components/Banner/Banner.d.cts +1 -1
  37. package/dist/components/Banner/Banner.d.ts +1 -1
  38. package/dist/components/Banner/Banner.js +2 -2
  39. package/dist/components/Banner/utils.d.cts +1 -1
  40. package/dist/components/Banner/utils.d.ts +1 -1
  41. package/dist/components/Box.d.cts +1 -1
  42. package/dist/components/Box.d.ts +1 -1
  43. package/dist/components/Divider/DividerCore.cjs +1 -1
  44. package/dist/components/Divider/DividerCore.d.cts +2 -2
  45. package/dist/components/Divider/DividerCore.d.ts +2 -2
  46. package/dist/components/Divider/DividerCore.js +1 -1
  47. package/dist/components/Divider/DividerInternal.d.cts +1 -1
  48. package/dist/components/Divider/DividerInternal.d.ts +1 -1
  49. package/dist/components/FormLabel.d.cts +1 -1
  50. package/dist/components/FormLabel.d.ts +1 -1
  51. package/dist/components/HStack.d.cts +1 -1
  52. package/dist/components/HStack.d.ts +1 -1
  53. package/dist/components/Icon.cjs +15 -6
  54. package/dist/components/Icon.d.cts +0 -1
  55. package/dist/components/Icon.d.ts +0 -1
  56. package/dist/components/Icon.js +16 -7
  57. package/dist/components/IconSlot.cjs +25 -6
  58. package/dist/components/IconSlot.d.cts +3 -2
  59. package/dist/components/IconSlot.d.ts +3 -2
  60. package/dist/components/IconSlot.js +26 -6
  61. package/dist/components/Image.d.cts +1 -1
  62. package/dist/components/Image.d.ts +1 -1
  63. package/dist/components/Link.d.cts +1 -1
  64. package/dist/components/Link.d.ts +1 -1
  65. package/dist/components/Text.d.cts +1 -1
  66. package/dist/components/Text.d.ts +1 -1
  67. package/dist/components/VStack.d.cts +1 -1
  68. package/dist/components/VStack.d.ts +1 -1
  69. package/dist/components/client/Avatar/AvatarImage.cjs +37 -58
  70. package/dist/components/client/Avatar/AvatarImage.d.cts +2 -15
  71. package/dist/components/client/Avatar/AvatarImage.d.ts +2 -15
  72. package/dist/components/client/Avatar/AvatarImage.js +36 -57
  73. package/dist/components/client/Avatar/index.cjs +0 -6
  74. package/dist/components/client/Avatar/index.d.cts +3 -5
  75. package/dist/components/client/Avatar/index.d.ts +3 -5
  76. package/dist/components/client/Avatar/index.js +1 -4
  77. package/dist/components/client/Badge.d.cts +1 -1
  78. package/dist/components/client/Badge.d.ts +1 -1
  79. package/dist/components/client/BottomSheet/BottomSheet.d.cts +1 -1
  80. package/dist/components/client/BottomSheet/BottomSheet.d.ts +1 -1
  81. package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +1 -1
  82. package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +1 -1
  83. package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +1 -1
  84. package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +1 -1
  85. package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
  86. package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +1 -1
  87. package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +1 -1
  88. package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
  89. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +1 -1
  90. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +1 -1
  91. package/dist/components/client/BottomSheet/utils.d.cts +1 -1
  92. package/dist/components/client/BottomSheet/utils.d.ts +1 -1
  93. package/dist/components/client/Button.cjs +1 -1
  94. package/dist/components/client/Button.d.cts +1 -1
  95. package/dist/components/client/Button.d.ts +1 -1
  96. package/dist/components/client/Button.js +1 -1
  97. package/dist/components/client/Checkbox.cjs +2 -2
  98. package/dist/components/client/Checkbox.d.cts +1 -1
  99. package/dist/components/client/Checkbox.d.ts +1 -1
  100. package/dist/components/client/Checkbox.js +2 -2
  101. package/dist/components/client/Chip/ChipBase.d.cts +1 -1
  102. package/dist/components/client/Chip/ChipBase.d.ts +1 -1
  103. package/dist/components/client/Chip/ChipButton.d.cts +1 -1
  104. package/dist/components/client/Chip/ChipButton.d.ts +1 -1
  105. package/dist/components/client/Chip/ChipDismissible.cjs +2 -2
  106. package/dist/components/client/Chip/ChipDismissible.d.cts +1 -1
  107. package/dist/components/client/Chip/ChipDismissible.d.ts +1 -1
  108. package/dist/components/client/Chip/ChipDismissible.js +2 -2
  109. package/dist/components/client/Chip/ChipLink.d.cts +1 -1
  110. package/dist/components/client/Chip/ChipLink.d.ts +1 -1
  111. package/dist/components/client/Chip/ChipToggle.d.cts +1 -1
  112. package/dist/components/client/Chip/ChipToggle.d.ts +1 -1
  113. package/dist/components/client/IconButton.cjs +7 -2
  114. package/dist/components/client/IconButton.js +7 -2
  115. package/dist/components/client/Input/Input.cjs +1 -1
  116. package/dist/components/client/Input/Input.d.cts +1 -1
  117. package/dist/components/client/Input/Input.d.ts +1 -1
  118. package/dist/components/client/Input/Input.js +1 -1
  119. package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -1
  120. package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -1
  121. package/dist/components/client/Menu/Menu.Content.d.cts +1 -1
  122. package/dist/components/client/Menu/Menu.Content.d.ts +1 -1
  123. package/dist/components/client/Menu/Menu.Item.d.cts +1 -1
  124. package/dist/components/client/Menu/Menu.Item.d.ts +1 -1
  125. package/dist/components/client/Menu/Menu.ItemBase.cjs +1 -1
  126. package/dist/components/client/Menu/Menu.ItemBase.d.cts +1 -1
  127. package/dist/components/client/Menu/Menu.ItemBase.d.ts +1 -1
  128. package/dist/components/client/Menu/Menu.ItemBase.js +1 -1
  129. package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
  130. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
  131. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
  132. package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
  133. package/dist/components/client/Modal/Modal.cjs +3 -3
  134. package/dist/components/client/Modal/Modal.d.cts +1 -1
  135. package/dist/components/client/Modal/Modal.d.ts +1 -1
  136. package/dist/components/client/Modal/Modal.js +3 -3
  137. package/dist/components/client/Modal/ModalActions.d.cts +1 -1
  138. package/dist/components/client/Modal/ModalActions.d.ts +1 -1
  139. package/dist/components/client/Modal/ModalContent.d.cts +1 -1
  140. package/dist/components/client/Modal/ModalContent.d.ts +1 -1
  141. package/dist/components/client/Modal/ModalContext.d.cts +1 -1
  142. package/dist/components/client/Modal/ModalContext.d.ts +1 -1
  143. package/dist/components/client/Modal/ModalDescription.d.cts +1 -1
  144. package/dist/components/client/Modal/ModalDescription.d.ts +1 -1
  145. package/dist/components/client/Modal/ModalTitle.d.cts +1 -1
  146. package/dist/components/client/Modal/ModalTitle.d.ts +1 -1
  147. package/dist/components/client/Modal/UDSModalConfigProvider.d.cts +1 -1
  148. package/dist/components/client/Modal/UDSModalConfigProvider.d.ts +1 -1
  149. package/dist/components/client/Popover/Popover.d.cts +1 -1
  150. package/dist/components/client/Popover/Popover.d.ts +1 -1
  151. package/dist/components/client/Popover/PopoverContent.cjs +3 -3
  152. package/dist/components/client/Popover/PopoverContent.d.cts +1 -1
  153. package/dist/components/client/Popover/PopoverContent.d.ts +1 -1
  154. package/dist/components/client/Popover/PopoverContent.js +3 -3
  155. package/dist/components/client/Popover/PopoverTrigger.d.cts +1 -1
  156. package/dist/components/client/Popover/PopoverTrigger.d.ts +1 -1
  157. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  158. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  159. package/dist/components/client/Popover/index.d.cts +1 -1
  160. package/dist/components/client/Popover/index.d.ts +1 -1
  161. package/dist/components/client/Pressable.d.cts +1 -1
  162. package/dist/components/client/Pressable.d.ts +1 -1
  163. package/dist/components/client/Radio/Radio.d.cts +1 -1
  164. package/dist/components/client/Radio/Radio.d.ts +1 -1
  165. package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -1
  166. package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -1
  167. package/dist/components/client/SpringMotionConfig.d.cts +1 -1
  168. package/dist/components/client/SpringMotionConfig.d.ts +1 -1
  169. package/dist/components/client/Switch.cjs +1 -1
  170. package/dist/components/client/Switch.d.cts +1 -1
  171. package/dist/components/client/Switch.d.ts +1 -1
  172. package/dist/components/client/Switch.js +1 -1
  173. package/dist/components/client/Tabs/Tab.d.cts +1 -1
  174. package/dist/components/client/Tabs/Tab.d.ts +1 -1
  175. package/dist/components/client/Tabs/TabList.d.cts +1 -1
  176. package/dist/components/client/Tabs/TabList.d.ts +1 -1
  177. package/dist/components/client/Tabs/TabPanel.d.cts +1 -1
  178. package/dist/components/client/Tabs/TabPanel.d.ts +1 -1
  179. package/dist/components/client/Tabs/Tabs.d.cts +1 -1
  180. package/dist/components/client/Tabs/Tabs.d.ts +1 -1
  181. package/dist/components/client/Tabs/tabsContext.d.cts +1 -1
  182. package/dist/components/client/Tabs/tabsContext.d.ts +1 -1
  183. package/dist/components/client/Toast/Toast.cjs +1 -1
  184. package/dist/components/client/Toast/Toast.d.cts +1 -1
  185. package/dist/components/client/Toast/Toast.d.ts +1 -1
  186. package/dist/components/client/Toast/Toast.js +1 -1
  187. package/dist/components/client/Toast/ToastContainer.d.cts +1 -1
  188. package/dist/components/client/Toast/ToastContainer.d.ts +1 -1
  189. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +2 -2
  190. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +2 -2
  191. package/dist/components/client/Toast/createToast.d.cts +1 -1
  192. package/dist/components/client/Toast/createToast.d.ts +1 -1
  193. package/dist/components/client/Tooltip/Tooltip.d.cts +1 -1
  194. package/dist/components/client/Tooltip/Tooltip.d.ts +1 -1
  195. package/dist/components/client/Tooltip/TooltipContent.cjs +1 -1
  196. package/dist/components/client/Tooltip/TooltipContent.d.cts +2 -2
  197. package/dist/components/client/Tooltip/TooltipContent.d.ts +2 -2
  198. package/dist/components/client/Tooltip/TooltipContent.js +1 -1
  199. package/dist/components/client/Tooltip/TooltipTrigger.d.cts +1 -1
  200. package/dist/components/client/Tooltip/TooltipTrigger.d.ts +1 -1
  201. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +1 -1
  202. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +1 -1
  203. package/dist/components/client/Tooltip/index.d.cts +1 -1
  204. package/dist/components/client/Tooltip/index.d.ts +1 -1
  205. package/dist/components/client/buttonConstants.d.cts +1 -1
  206. package/dist/components/client/buttonConstants.d.ts +1 -1
  207. package/dist/components/client/index.cjs +1 -7
  208. package/dist/components/client/index.d.cts +4 -6
  209. package/dist/components/client/index.d.ts +4 -6
  210. package/dist/components/client/index.js +2 -5
  211. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +1 -1
  212. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +1 -1
  213. package/dist/components/experimental/Table.cjs +1 -1
  214. package/dist/components/experimental/Table.d.cts +2 -2
  215. package/dist/components/experimental/Table.d.ts +2 -2
  216. package/dist/components/experimental/Table.js +1 -1
  217. package/dist/components/experimental/client/Accordion.cjs +1 -1
  218. package/dist/components/experimental/client/Accordion.js +1 -1
  219. package/dist/components/experimental/client/SegmentedControl.cjs +1 -1
  220. package/dist/components/experimental/client/SegmentedControl.js +1 -1
  221. package/dist/components/experimental/client/SwitchV2.cjs +1 -1
  222. package/dist/components/experimental/client/SwitchV2.d.cts +1 -1
  223. package/dist/components/experimental/client/SwitchV2.d.ts +1 -1
  224. package/dist/components/experimental/client/SwitchV2.js +1 -1
  225. package/dist/components/index.cjs +16 -13
  226. package/dist/components/index.d.cts +9 -7
  227. package/dist/components/index.d.ts +9 -7
  228. package/dist/components/index.js +10 -8
  229. package/dist/config/dist/index.d.cts +1 -1
  230. package/dist/config/dist/index.d.ts +1 -1
  231. package/dist/css-tokens/dist/index.d.cts +1 -1
  232. package/dist/css-tokens/dist/index.d.ts +1 -1
  233. package/dist/fixtures/dist/index.d.cts +1 -1
  234. package/dist/fixtures/dist/index.d.ts +1 -1
  235. package/dist/fixtures/index.d.cts +1 -1
  236. package/dist/fixtures/index.d.ts +1 -1
  237. package/dist/fonts/dist/index.d.cts +1 -1
  238. package/dist/fonts/dist/index.d.ts +1 -1
  239. package/dist/index.cjs +12 -10
  240. package/dist/index.d.cts +10 -8
  241. package/dist/index.d.ts +10 -8
  242. package/dist/index.js +9 -8
  243. package/dist/modes/dist/index.d.cts +1 -1
  244. package/dist/modes/dist/index.d.ts +1 -1
  245. package/dist/motion-tokens/dist/index.d.cts +1 -1
  246. package/dist/motion-tokens/dist/index.d.ts +1 -1
  247. package/dist/providers/ColorModeProvider.d.cts +1 -1
  248. package/dist/providers/ColorModeProvider.d.ts +1 -1
  249. package/dist/providers/ScaleModeProvider.d.cts +1 -1
  250. package/dist/providers/ScaleModeProvider.d.ts +1 -1
  251. package/dist/providers/ThemeProvider.d.cts +1 -1
  252. package/dist/providers/ThemeProvider.d.ts +1 -1
  253. package/dist/runtime/bottomSheetConfig.d.cts +1 -1
  254. package/dist/runtime/bottomSheetConfig.d.ts +1 -1
  255. package/dist/runtime/breakpointsConfig.d.cts +1 -1
  256. package/dist/runtime/breakpointsConfig.d.ts +1 -1
  257. package/dist/runtime/modalConfig.d.cts +1 -1
  258. package/dist/runtime/modalConfig.d.ts +1 -1
  259. package/dist/runtime/popoverConfig.d.cts +1 -1
  260. package/dist/runtime/popoverConfig.d.ts +1 -1
  261. package/dist/runtime/toastConfig.d.cts +1 -1
  262. package/dist/runtime/toastConfig.d.ts +1 -1
  263. package/dist/runtime/tooltipConfig.d.cts +1 -1
  264. package/dist/runtime/tooltipConfig.d.ts +1 -1
  265. package/dist/styles/styler.d.cts +22 -22
  266. package/dist/styles/styler.d.ts +22 -22
  267. package/dist/styles/stylerTypes.d.cts +1 -1
  268. package/dist/styles/stylerTypes.d.ts +1 -1
  269. package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +6 -2
  270. package/dist/tailwind/dist/commands/generatePurgeCSSData.d.cts.map +1 -1
  271. package/dist/tailwind/dist/commands/generatePurgeCSSData.d.ts.map +1 -1
  272. package/dist/tailwind/dist/commands/generatePurgeCSSData.js +5 -2
  273. package/dist/tailwind/dist/commands/generatePurgeCSSData.js.map +1 -1
  274. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
  275. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
  276. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  277. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  278. package/dist/tokens/configs/borderRadius.d.cts +1 -1
  279. package/dist/tokens/configs/borderRadius.d.ts +1 -1
  280. package/dist/tokens/configs/borderWidth.d.cts +1 -1
  281. package/dist/tokens/configs/borderWidth.d.ts +1 -1
  282. package/dist/tokens/configs/font.d.cts +1 -1
  283. package/dist/tokens/configs/font.d.ts +1 -1
  284. package/dist/tokens/configs/scaleMode.d.cts +1 -1
  285. package/dist/tokens/configs/scaleMode.d.ts +1 -1
  286. package/dist/tokens/configs/shadow.d.cts +1 -1
  287. package/dist/tokens/configs/shadow.d.ts +1 -1
  288. package/dist/tokens/configs/sizes.d.cts +1 -1
  289. package/dist/tokens/configs/sizes.d.ts +1 -1
  290. package/dist/tokens/configs/typography.d.cts +1 -1
  291. package/dist/tokens/configs/typography.d.ts +1 -1
  292. package/dist/tokens/index.d.cts +2 -2
  293. package/dist/tokens/index.d.ts +2 -2
  294. package/dist/tokens/parseButtonVariants.d.cts +1 -1
  295. package/dist/tokens/parseButtonVariants.d.ts +1 -1
  296. package/dist/tokens/types.d.cts +7 -7
  297. package/dist/tokens/types.d.ts +7 -7
  298. package/dist/tokens/utils/spectrum.d.cts +1 -1
  299. package/dist/tokens/utils/spectrum.d.ts +1 -1
  300. package/dist/types/{dist → src}/index.d.cts +35 -23
  301. package/dist/types/{dist → src}/index.d.ts +35 -23
  302. package/dist/uds/generated/componentData.cjs +504 -484
  303. package/dist/uds/generated/componentData.js +499 -485
  304. package/dist/uds/generated/tailwindPurge.cjs +128 -104
  305. package/dist/uds/generated/tailwindPurge.js +128 -104
  306. package/dist/utils/isElevationAlias.d.cts +1 -1
  307. package/dist/utils/isElevationAlias.d.ts +1 -1
  308. package/generated/componentData.json +769 -761
  309. package/generated/tailwindPurge.ts +3 -3
  310. package/package.json +1 -1
  311. package/dist/icons/dist/types.d.cts +0 -30
  312. package/dist/icons/dist/types.d.ts +0 -30
@@ -96,9 +96,7 @@
96
96
  "cxLiterals": [
97
97
  "[&_path]:fill-current"
98
98
  ],
99
- "internalComponents": [
100
- "SVGIcon"
101
- ],
99
+ "internalComponents": [],
102
100
  "internalComponentProps": {},
103
101
  "propToVariantKeys": {},
104
102
  "runtimeConfigDefaultProps": {},
@@ -334,6 +332,122 @@
334
332
  "runtimeConfigInternalComponentProps": {},
335
333
  "motionVarPrefixes": []
336
334
  },
335
+ "Avatar": {
336
+ "name": "Avatar",
337
+ "defaultProps": {},
338
+ "getStylesLiterals": {},
339
+ "cxLiterals": [],
340
+ "internalComponents": [
341
+ "AvatarImage",
342
+ "AvatarText",
343
+ "AvatarIcon"
344
+ ],
345
+ "internalComponentProps": {},
346
+ "propToVariantKeys": {},
347
+ "runtimeConfigDefaultProps": {},
348
+ "runtimeConfigGetStyles": {},
349
+ "runtimeConfigInternalComponentProps": {},
350
+ "motionVarPrefixes": []
351
+ },
352
+ "AvatarIcon": {
353
+ "name": "AvatarIcon",
354
+ "defaultProps": {
355
+ "size": "md",
356
+ "variant": "primary"
357
+ },
358
+ "getStylesLiterals": {},
359
+ "cxLiterals": [
360
+ "overflow-hidden",
361
+ "w-full",
362
+ "h-full",
363
+ "shrink-0",
364
+ "text-center",
365
+ "inline-flex",
366
+ "justify-center",
367
+ "items-center"
368
+ ],
369
+ "internalComponents": [
370
+ "IconSlot",
371
+ "Box"
372
+ ],
373
+ "internalComponentProps": {},
374
+ "propToVariantKeys": {
375
+ "size": [
376
+ "avatarSizeIcon"
377
+ ]
378
+ },
379
+ "runtimeConfigDefaultProps": {},
380
+ "runtimeConfigGetStyles": {},
381
+ "runtimeConfigInternalComponentProps": {},
382
+ "motionVarPrefixes": []
383
+ },
384
+ "AvatarImageNoFallback": {
385
+ "name": "AvatarImageNoFallback",
386
+ "defaultProps": {
387
+ "size": "md",
388
+ "variant": "primary"
389
+ },
390
+ "getStylesLiterals": {},
391
+ "cxLiterals": [
392
+ "overflow-hidden",
393
+ "w-full",
394
+ "h-full",
395
+ "shrink-0",
396
+ "text-center",
397
+ "inline-flex",
398
+ "justify-center",
399
+ "items-center",
400
+ "object-cover"
401
+ ],
402
+ "internalComponents": [
403
+ "UDSImage",
404
+ "Box"
405
+ ],
406
+ "internalComponentProps": {},
407
+ "propToVariantKeys": {},
408
+ "runtimeConfigDefaultProps": {},
409
+ "runtimeConfigGetStyles": {},
410
+ "runtimeConfigInternalComponentProps": {},
411
+ "motionVarPrefixes": []
412
+ },
413
+ "AvatarText": {
414
+ "name": "AvatarText",
415
+ "defaultProps": {
416
+ "size": "md",
417
+ "variant": "primary"
418
+ },
419
+ "getStylesLiterals": {},
420
+ "cxLiterals": [
421
+ "overflow-hidden",
422
+ "truncate",
423
+ "w-full",
424
+ "h-full",
425
+ "shrink-0",
426
+ "text-center",
427
+ "inline-flex",
428
+ "justify-center",
429
+ "items-center"
430
+ ],
431
+ "internalComponents": [
432
+ "Box",
433
+ "Text"
434
+ ],
435
+ "internalComponentProps": {
436
+ "Text": {
437
+ "color": [
438
+ "inherit"
439
+ ],
440
+ "variant": [
441
+ "inherit"
442
+ ]
443
+ }
444
+ },
445
+ "propToVariantKeys": {},
446
+ "runtimeConfigDefaultProps": {},
447
+ "runtimeConfigGetStyles": {},
448
+ "runtimeConfigInternalComponentProps": {},
449
+ "motionVarPrefixes": []
450
+ },
337
451
  "Banner": {
338
452
  "name": "Banner",
339
453
  "defaultProps": {
@@ -577,6 +691,92 @@
577
691
  "runtimeConfigInternalComponentProps": {},
578
692
  "motionVarPrefixes": []
579
693
  },
694
+ "Spinner": {
695
+ "name": "Spinner",
696
+ "defaultProps": {
697
+ "color": "primary",
698
+ "size": "lg"
699
+ },
700
+ "getStylesLiterals": {},
701
+ "cxLiterals": [
702
+ "self-center",
703
+ "relative",
704
+ "sr-only"
705
+ ],
706
+ "internalComponents": [
707
+ "Icon"
708
+ ],
709
+ "internalComponentProps": {
710
+ "Icon": {
711
+ "role": [
712
+ "img"
713
+ ],
714
+ "className": [
715
+ "animate-spin"
716
+ ],
717
+ "aria-hidden": [
718
+ "true"
719
+ ]
720
+ }
721
+ },
722
+ "propToVariantKeys": {},
723
+ "runtimeConfigDefaultProps": {},
724
+ "runtimeConfigGetStyles": {},
725
+ "runtimeConfigInternalComponentProps": {},
726
+ "motionVarPrefixes": []
727
+ },
728
+ "Table.mocks": {
729
+ "name": "Table.mocks",
730
+ "defaultProps": {},
731
+ "getStylesLiterals": {},
732
+ "cxLiterals": [],
733
+ "internalComponents": [],
734
+ "internalComponentProps": {},
735
+ "propToVariantKeys": {},
736
+ "runtimeConfigDefaultProps": {},
737
+ "runtimeConfigGetStyles": {},
738
+ "runtimeConfigInternalComponentProps": {},
739
+ "motionVarPrefixes": []
740
+ },
741
+ "Table": {
742
+ "name": "Table",
743
+ "defaultProps": {
744
+ "display": "table-cell",
745
+ "overflow": "hidden",
746
+ "borderColor": "muted",
747
+ "borderRadius": "md",
748
+ "spacing": "3",
749
+ "borderBottomColor": "muted",
750
+ "borderBottomWidth": "thin",
751
+ "color": "primary"
752
+ },
753
+ "getStylesLiterals": {
754
+ "textAlign": "start"
755
+ },
756
+ "cxLiterals": [],
757
+ "internalComponents": [
758
+ "CellComponent",
759
+ "Box",
760
+ "Text",
761
+ "Table.Root",
762
+ "Table.Header",
763
+ "Table.Row",
764
+ "Table.Cell",
765
+ "Table.Body"
766
+ ],
767
+ "internalComponentProps": {
768
+ "Table.Cell": {
769
+ "asHeaderCell": [
770
+ "column"
771
+ ]
772
+ }
773
+ },
774
+ "propToVariantKeys": {},
775
+ "runtimeConfigDefaultProps": {},
776
+ "runtimeConfigGetStyles": {},
777
+ "runtimeConfigInternalComponentProps": {},
778
+ "motionVarPrefixes": []
779
+ },
580
780
  "AnimateHeightChange": {
581
781
  "name": "AnimateHeightChange",
582
782
  "defaultProps": {},
@@ -1078,83 +1278,83 @@
1078
1278
  "--uds-motion-smooth-3-"
1079
1279
  ]
1080
1280
  },
1081
- "Spinner": {
1082
- "name": "Spinner",
1281
+ "Accordion": {
1282
+ "name": "Accordion",
1083
1283
  "defaultProps": {
1084
- "color": "primary",
1085
- "size": "lg"
1284
+ "spacingHorizontal": "4",
1285
+ "spacingVertical": "4"
1086
1286
  },
1087
1287
  "getStylesLiterals": {},
1088
1288
  "cxLiterals": [
1089
- "self-center",
1090
- "relative",
1091
- "sr-only"
1289
+ "hover:bg-secondary/80",
1290
+ "w-full"
1092
1291
  ],
1093
1292
  "internalComponents": [
1094
- "Icon"
1293
+ "Icon",
1294
+ "SpringMotionConfig",
1295
+ "Pressable",
1296
+ "Text",
1297
+ "HStack",
1298
+ "AnimatePresence",
1299
+ "VStack"
1095
1300
  ],
1096
1301
  "internalComponentProps": {
1097
1302
  "Icon": {
1098
- "role": [
1099
- "img"
1303
+ "variant": [
1304
+ "fill"
1100
1305
  ],
1101
- "className": [
1102
- "animate-spin"
1306
+ "size": [
1307
+ "sm"
1103
1308
  ],
1104
- "aria-hidden": [
1105
- "true"
1309
+ "color": [
1310
+ "primary"
1106
1311
  ]
1107
- }
1108
- },
1109
- "propToVariantKeys": {},
1110
- "runtimeConfigDefaultProps": {},
1111
- "runtimeConfigGetStyles": {},
1112
- "runtimeConfigInternalComponentProps": {},
1113
- "motionVarPrefixes": []
1114
- },
1115
- "Table.mocks": {
1116
- "name": "Table.mocks",
1117
- "defaultProps": {},
1118
- "getStylesLiterals": {},
1119
- "cxLiterals": [],
1120
- "internalComponents": [],
1121
- "internalComponentProps": {},
1122
- "propToVariantKeys": {},
1123
- "runtimeConfigDefaultProps": {},
1124
- "runtimeConfigGetStyles": {},
1125
- "runtimeConfigInternalComponentProps": {},
1126
- "motionVarPrefixes": []
1127
- },
1128
- "Table": {
1129
- "name": "Table",
1130
- "defaultProps": {
1131
- "display": "table-cell",
1132
- "overflow": "hidden",
1133
- "borderColor": "muted",
1134
- "borderRadius": "md",
1135
- "spacing": "3",
1136
- "borderBottomColor": "muted",
1137
- "borderBottomWidth": "thin",
1138
- "color": "primary"
1139
- },
1140
- "getStylesLiterals": {
1141
- "textAlign": "start"
1142
- },
1143
- "cxLiterals": [],
1144
- "internalComponents": [
1145
- "CellComponent",
1146
- "Box",
1147
- "Text",
1148
- "Table.Root",
1149
- "Table.Header",
1150
- "Table.Row",
1151
- "Table.Cell",
1152
- "Table.Body"
1153
- ],
1154
- "internalComponentProps": {
1155
- "Table.Cell": {
1156
- "asHeaderCell": [
1157
- "column"
1312
+ },
1313
+ "SpringMotionConfig": {
1314
+ "layoutVariant": [
1315
+ "smooth"
1316
+ ],
1317
+ "layoutSpeed": [
1318
+ "3"
1319
+ ]
1320
+ },
1321
+ "Pressable": {
1322
+ "display": [
1323
+ "flex"
1324
+ ],
1325
+ "flexDirection": [
1326
+ "row"
1327
+ ],
1328
+ "alignItems": [
1329
+ "center"
1330
+ ],
1331
+ "justifyContent": [
1332
+ "space-between"
1333
+ ],
1334
+ "borderRadius": [
1335
+ "md"
1336
+ ]
1337
+ },
1338
+ "Text": {
1339
+ "variant": [
1340
+ "title4"
1341
+ ],
1342
+ "color": [
1343
+ "primary"
1344
+ ]
1345
+ },
1346
+ "HStack": {
1347
+ "display": [
1348
+ "flex"
1349
+ ],
1350
+ "alignItems": [
1351
+ "center"
1352
+ ],
1353
+ "justifyContent": [
1354
+ "space-between"
1355
+ ],
1356
+ "columnGap": [
1357
+ "2.5"
1158
1358
  ]
1159
1359
  }
1160
1360
  },
@@ -1162,16 +1362,16 @@
1162
1362
  "runtimeConfigDefaultProps": {},
1163
1363
  "runtimeConfigGetStyles": {},
1164
1364
  "runtimeConfigInternalComponentProps": {},
1165
- "motionVarPrefixes": []
1365
+ "motionVarPrefixes": [
1366
+ "--uds-motion-smooth-3-"
1367
+ ]
1166
1368
  },
1167
- "Avatar": {
1168
- "name": "Avatar",
1369
+ "AvoidMotionLibraryProvider": {
1370
+ "name": "AvoidMotionLibraryProvider",
1169
1371
  "defaultProps": {},
1170
1372
  "getStylesLiterals": {},
1171
1373
  "cxLiterals": [],
1172
- "internalComponents": [
1173
- "AvatarImage"
1174
- ],
1374
+ "internalComponents": [],
1175
1375
  "internalComponentProps": {},
1176
1376
  "propToVariantKeys": {},
1177
1377
  "runtimeConfigDefaultProps": {},
@@ -1179,31 +1379,87 @@
1179
1379
  "runtimeConfigInternalComponentProps": {},
1180
1380
  "motionVarPrefixes": []
1181
1381
  },
1182
- "AvatarIcon": {
1183
- "name": "AvatarIcon",
1382
+ "SegmentedControl": {
1383
+ "name": "SegmentedControl",
1184
1384
  "defaultProps": {
1185
- "size": "md",
1186
- "variant": "primary"
1385
+ "textVariant": "label2"
1386
+ },
1387
+ "getStylesLiterals": {
1388
+ "display": "flex",
1389
+ "alignItems": "center",
1390
+ "backgroundColor": "primary",
1391
+ "spacingVertical": "1",
1392
+ "spacingHorizontal": "3",
1393
+ "columnGap": "1.5",
1394
+ "borderWidth": "thin",
1395
+ "borderRadius": "full",
1396
+ "borderColor": "muted",
1397
+ "borderColor:1": "transparent",
1398
+ "color": "primary",
1399
+ "color:1": "tertiary",
1400
+ "color:2": "muted"
1187
1401
  },
1188
- "getStylesLiterals": {},
1189
1402
  "cxLiterals": [
1190
- "overflow-hidden",
1191
- "w-full",
1192
- "h-full",
1193
- "shrink-0",
1194
- "text-center",
1195
- "inline-flex",
1196
- "justify-center",
1197
- "items-center"
1403
+ "uds-ring",
1404
+ "cursor-not-allowed",
1405
+ "opacity-50",
1406
+ "pointer-events-none",
1407
+ "hover:bg-primary"
1198
1408
  ],
1199
1409
  "internalComponents": [
1200
- "IconSlot",
1201
- "Box"
1410
+ "TextVariant",
1411
+ "Radio",
1412
+ "Icon",
1413
+ "RadioProvider",
1414
+ "HStack",
1415
+ "RadioGroup",
1416
+ "Pressable",
1417
+ "Text"
1202
1418
  ],
1203
- "internalComponentProps": {},
1419
+ "internalComponentProps": {
1420
+ "Icon": {
1421
+ "size": [
1422
+ "sm"
1423
+ ],
1424
+ "color": [
1425
+ "current"
1426
+ ],
1427
+ "aria-hidden": [
1428
+ "true"
1429
+ ]
1430
+ },
1431
+ "HStack": {
1432
+ "spacing": [
1433
+ "1"
1434
+ ],
1435
+ "gap": [
1436
+ "1"
1437
+ ],
1438
+ "backgroundColor": [
1439
+ "secondary"
1440
+ ],
1441
+ "borderRadius": [
1442
+ "full"
1443
+ ],
1444
+ "display": [
1445
+ "inline-flex"
1446
+ ]
1447
+ },
1448
+ "Text": {
1449
+ "color": [
1450
+ "current"
1451
+ ]
1452
+ }
1453
+ },
1204
1454
  "propToVariantKeys": {
1205
- "size": [
1206
- "avatarSizeIcon"
1455
+ "value": [
1456
+ "key"
1457
+ ],
1458
+ "label": [
1459
+ "aria-label"
1460
+ ],
1461
+ "textVariant": [
1462
+ "variant"
1207
1463
  ]
1208
1464
  },
1209
1465
  "runtimeConfigDefaultProps": {},
@@ -1211,76 +1467,148 @@
1211
1467
  "runtimeConfigInternalComponentProps": {},
1212
1468
  "motionVarPrefixes": []
1213
1469
  },
1214
- "AvatarImage": {
1215
- "name": "AvatarImage",
1470
+ "SwitchV2": {
1471
+ "name": "SwitchV2",
1216
1472
  "defaultProps": {
1217
- "size": "md",
1218
- "variant": "primary"
1473
+ "labelPosition": "start",
1474
+ "size": "md"
1475
+ },
1476
+ "getStylesLiterals": {
1477
+ "switchVariantRoot": "default",
1478
+ "switchVariantActiveRoot": "on",
1479
+ "switchVariantActiveRoot:1": "off",
1480
+ "switchVariantSwitch": "default",
1481
+ "switchVariantActiveSwitch": "on",
1482
+ "switchVariantActiveSwitch:1": "off",
1483
+ "switchVariantActiveHandle": "on",
1484
+ "switchVariantActiveHandle:1": "off",
1485
+ "switchVariantHandle": "default",
1486
+ "switchVariantHandleIcon": "default",
1487
+ "switchVariantActiveHandleIcon": "on",
1488
+ "switchVariantActiveHandleIcon:1": "off"
1219
1489
  },
1220
- "getStylesLiterals": {},
1221
1490
  "cxLiterals": [
1222
- "overflow-hidden",
1491
+ "group",
1492
+ "flex",
1493
+ "items-center",
1494
+ "flex-row",
1495
+ "flex-row-reverse",
1496
+ "uds-ring",
1497
+ "uds-ring-within",
1498
+ "relative",
1499
+ "uds-border-radius-full",
1500
+ "transition-[background-color,box-shadow]",
1501
+ "pointer-events-none",
1223
1502
  "w-full",
1224
1503
  "h-full",
1225
- "shrink-0",
1226
- "text-center",
1227
- "inline-flex",
1228
- "justify-center",
1229
- "items-center",
1230
- "object-cover"
1504
+ "absolute",
1505
+ "top-0",
1506
+ "bottom-0",
1507
+ "right-0",
1508
+ "left-0",
1509
+ "overflow-hidden",
1510
+ "group-hover:scale-105",
1511
+ "opacity-95",
1512
+ "group-hover:opacity-100",
1513
+ "transition-[transform,opacity]",
1514
+ "opacity-0",
1515
+ "top-1/2",
1516
+ "left-1/2",
1517
+ "transform",
1518
+ "translate-x-[-50%]",
1519
+ "translate-y-[-50%]",
1520
+ "transition-opacity",
1521
+ "cursor-[inherit]",
1522
+ "w-[calc(100%+2px)]",
1523
+ "h-[calc(100%+2px)]",
1524
+ "text-start",
1525
+ "text-end",
1526
+ "opacity-100"
1231
1527
  ],
1232
1528
  "internalComponents": [
1233
- "UDSImage",
1234
- "AvatarText",
1235
- "AvatarIcon",
1236
- "Box"
1237
- ],
1238
- "internalComponentProps": {},
1239
- "propToVariantKeys": {
1240
- "alt": [
1241
- "name"
1242
- ],
1243
- "fallback": [
1244
- "initials"
1245
- ]
1246
- },
1247
- "runtimeConfigDefaultProps": {},
1248
- "runtimeConfigGetStyles": {},
1249
- "runtimeConfigInternalComponentProps": {},
1250
- "motionVarPrefixes": []
1251
- },
1252
- "AvatarText": {
1253
- "name": "AvatarText",
1254
- "defaultProps": {
1255
- "size": "md",
1256
- "variant": "primary"
1257
- },
1258
- "getStylesLiterals": {},
1259
- "cxLiterals": [
1260
- "overflow-hidden",
1261
- "truncate",
1262
- "w-full",
1263
- "h-full",
1264
- "shrink-0",
1265
- "text-center",
1266
- "inline-flex",
1267
- "justify-center",
1268
- "items-center"
1269
- ],
1270
- "internalComponents": [
1271
- "Box",
1272
- "Text"
1529
+ "IconSlot",
1530
+ "Box",
1531
+ "FormLabel",
1532
+ "SpringMotionConfig",
1533
+ "RootElement",
1534
+ "MotionBox"
1273
1535
  ],
1274
1536
  "internalComponentProps": {
1275
- "Text": {
1276
- "color": [
1277
- "inherit"
1537
+ "IconSlot": {
1538
+ "data-testid": [
1539
+ "on-icon",
1540
+ "off-icon"
1541
+ ]
1542
+ },
1543
+ "FormLabel": {
1544
+ "as": [
1545
+ "div"
1278
1546
  ],
1279
1547
  "variant": [
1280
1548
  "inherit"
1549
+ ],
1550
+ "color": [
1551
+ "inherit"
1552
+ ]
1553
+ },
1554
+ "SpringMotionConfig": {
1555
+ "layoutVariant": [
1556
+ "bouncy"
1557
+ ],
1558
+ "layoutSpeed": [
1559
+ "4"
1560
+ ]
1561
+ },
1562
+ "RootElement": {
1563
+ "data-testid": [
1564
+ "switch-root"
1565
+ ]
1566
+ },
1567
+ "MotionBox": {
1568
+ "layout": [
1569
+ "position"
1281
1570
  ]
1282
1571
  }
1283
1572
  },
1573
+ "propToVariantKeys": {
1574
+ "size": [
1575
+ "switchSizeRoot",
1576
+ "switchSizeSwitch",
1577
+ "switchSizeHandle",
1578
+ "switchSizeHandleIcon"
1579
+ ],
1580
+ "onIcon": [
1581
+ "icon"
1582
+ ],
1583
+ "offIcon": [
1584
+ "icon"
1585
+ ],
1586
+ "reduceMotion": [
1587
+ "reducedMotion"
1588
+ ],
1589
+ "isOn": [
1590
+ "layoutDependency"
1591
+ ]
1592
+ },
1593
+ "runtimeConfigDefaultProps": {},
1594
+ "runtimeConfigGetStyles": {},
1595
+ "runtimeConfigInternalComponentProps": {},
1596
+ "motionVarPrefixes": [
1597
+ "--uds-motion-bouncy-4-",
1598
+ "--uds-motion-smooth-3-"
1599
+ ]
1600
+ },
1601
+ "AvatarImage": {
1602
+ "name": "AvatarImage",
1603
+ "defaultProps": {},
1604
+ "getStylesLiterals": {},
1605
+ "cxLiterals": [],
1606
+ "internalComponents": [
1607
+ "AvatarImageNoFallback",
1608
+ "AvatarText",
1609
+ "AvatarIcon"
1610
+ ],
1611
+ "internalComponentProps": {},
1284
1612
  "propToVariantKeys": {},
1285
1613
  "runtimeConfigDefaultProps": {},
1286
1614
  "runtimeConfigGetStyles": {},
@@ -1762,110 +2090,39 @@
1762
2090
  "runtimeConfigInternalComponentProps": {},
1763
2091
  "motionVarPrefixes": []
1764
2092
  },
1765
- "Input": {
1766
- "name": "Input",
2093
+ "Menu.Content": {
2094
+ "name": "Menu.Content",
1767
2095
  "defaultProps": {
1768
- "type": "text",
1769
- "size": "md",
1770
- "width": "full"
1771
- },
1772
- "getStylesLiterals": {
1773
- "inputVariantRoot": "default",
1774
- "inputVariantValueRoot": "empty",
1775
- "inputVariantValueRoot:1": "filled",
1776
- "inputVariantInputWrapper": "default",
1777
- "inputVariantValueInputWrapper": "empty",
1778
- "inputVariantValueInputWrapper:1": "filled",
1779
- "inputVariantInput": "default",
1780
- "inputVariantValueInput": "empty",
1781
- "inputVariantValueInput:1": "filled",
1782
- "inputVariantInputPlaceholder": "default",
1783
- "inputVariantValueInputPlaceholder": "empty",
1784
- "inputVariantValueInputPlaceholder:1": "filled",
1785
- "inputVariantLabel": "default",
1786
- "inputVariantValueLabel": "empty",
1787
- "inputVariantValueLabel:1": "filled",
1788
- "inputVariantLabelRequired": "default",
1789
- "inputVariantValueLabelRequired": "empty",
1790
- "inputVariantValueLabelRequired:1": "filled",
1791
- "inputVariantStartIcon": "default",
1792
- "inputVariantValueStartIcon": "empty",
1793
- "inputVariantValueStartIcon:1": "filled",
1794
- "inputVariantEndIcon": "default",
1795
- "inputVariantValueEndIcon": "empty",
1796
- "inputVariantValueEndIcon:1": "filled"
2096
+ "size": "default",
2097
+ "variant": "default",
2098
+ "gutter": "1"
1797
2099
  },
2100
+ "getStylesLiterals": {},
1798
2101
  "cxLiterals": [
1799
- "opacity-50",
1800
- "min-w-[200px]",
1801
- "grow",
1802
- "uds-hit-target",
1803
- "bg-clip-text",
1804
- "focus:outline-none",
1805
- "cursor-text",
1806
- "cursor-not-allowed"
2102
+ "uds-menu-content",
2103
+ "transition-shadow",
2104
+ "duration-200",
2105
+ "ease-in-out",
2106
+ "min-w-60",
2107
+ "max-w-lg",
2108
+ "max-h-96",
2109
+ "overflow-auto",
2110
+ "uds-ring",
2111
+ "z-10",
2112
+ "group"
1807
2113
  ],
1808
2114
  "internalComponents": [
1809
- "IconSlot",
1810
- "StartIcon",
1811
- "EndIcon",
1812
- "HelpTextContent",
1813
- "Box",
1814
- "InputHelpTextInternal",
1815
- "VStack",
1816
- "HStack",
1817
- "AnimateHeightChange"
2115
+ "AriakitMenu",
2116
+ "AnimatePresence",
2117
+ "MotionVStack"
1818
2118
  ],
1819
- "internalComponentProps": {
1820
- "HelpTextContent": {
1821
- "spacingTop": [
1822
- "2"
1823
- ]
1824
- },
1825
- "Box": {
1826
- "spacingBottom": [
1827
- "2"
1828
- ],
1829
- "columnGap": [
1830
- "0.5"
1831
- ],
1832
- "alignItems": [
1833
- "flex-end",
1834
- "center"
1835
- ],
1836
- "position": [
1837
- "relative"
1838
- ]
1839
- },
1840
- "HStack": {
1841
- "alignItems": [
1842
- "center"
1843
- ],
1844
- "gap": [
1845
- "1"
1846
- ]
1847
- }
1848
- },
2119
+ "internalComponentProps": {},
1849
2120
  "propToVariantKeys": {
1850
2121
  "size": [
1851
- "inputSizeRoot",
1852
- "inputSizeInputWrapper",
1853
- "inputSizeInput",
1854
- "inputSizeLabel",
1855
- "inputSizeStartIcon",
1856
- "inputSizeEndIcon"
1857
- ],
1858
- "startIcon": [
1859
- "icon"
1860
- ],
1861
- "endIcon": [
1862
- "icon"
1863
- ],
1864
- "slotProps": [
1865
- "helperTextSlotProps"
2122
+ "menucontentSizeRoot"
1866
2123
  ],
1867
- "helperTextIcon": [
1868
- "startIcon"
2124
+ "variant": [
2125
+ "menucontentVariantRoot"
1869
2126
  ]
1870
2127
  },
1871
2128
  "runtimeConfigDefaultProps": {},
@@ -1873,152 +2130,37 @@
1873
2130
  "runtimeConfigInternalComponentProps": {},
1874
2131
  "motionVarPrefixes": []
1875
2132
  },
1876
- "InputHelpText": {
1877
- "name": "InputHelpText",
2133
+ "Menu.Divider": {
2134
+ "name": "Menu.Divider",
1878
2135
  "defaultProps": {
1879
- "size": "md"
2136
+ "role": "separator",
2137
+ "contentPosition": "start",
2138
+ "gap": "4"
1880
2139
  },
1881
2140
  "getStylesLiterals": {
1882
- "inputVariantRoot": "default",
1883
- "inputVariantValueRoot": "empty",
1884
- "inputVariantValueRoot:1": "filled"
2141
+ "menuitemDividerVariantRoot": "default",
2142
+ "menuitemDividerVariantText": "default",
2143
+ "menuitemDividerVariantLine": "default"
1885
2144
  },
1886
2145
  "cxLiterals": [],
1887
2146
  "internalComponents": [
1888
- "InputHelpTextInternal",
1889
- "Box"
2147
+ "DividerInternal"
1890
2148
  ],
1891
2149
  "internalComponentProps": {
1892
- "Box": {
1893
- "spacingTop": [
1894
- "2"
2150
+ "DividerInternal": {
2151
+ "variant": [
2152
+ "inherit"
1895
2153
  ]
1896
2154
  }
1897
2155
  },
1898
- "propToVariantKeys": {
1899
- "size": [
1900
- "inputSizeRoot"
1901
- ]
1902
- },
2156
+ "propToVariantKeys": {},
1903
2157
  "runtimeConfigDefaultProps": {},
1904
2158
  "runtimeConfigGetStyles": {},
1905
2159
  "runtimeConfigInternalComponentProps": {},
1906
2160
  "motionVarPrefixes": []
1907
2161
  },
1908
- "InputHelpTextInternal": {
1909
- "name": "InputHelpTextInternal",
1910
- "defaultProps": {},
1911
- "getStylesLiterals": {
1912
- "inputVariantHelperText": "default",
1913
- "inputVariantValueHelperText": "empty",
1914
- "inputVariantValueHelperText:1": "filled",
1915
- "inputVariantHelperIcon": "default",
1916
- "inputVariantValueHelperIcon": "empty",
1917
- "inputVariantValueHelperIcon:1": "filled"
1918
- },
1919
- "cxLiterals": [],
1920
- "internalComponents": [
1921
- "IconSlot",
1922
- "HStack"
1923
- ],
1924
- "internalComponentProps": {
1925
- "HStack": {
1926
- "gap": [
1927
- "1"
1928
- ],
1929
- "alignItems": [
1930
- "center"
1931
- ]
1932
- }
1933
- },
1934
- "propToVariantKeys": {
1935
- "size": [
1936
- "inputSizeHelperText",
1937
- "inputSizeHelperIcon"
1938
- ],
1939
- "startIcon": [
1940
- "icon"
1941
- ],
1942
- "endIcon": [
1943
- "icon"
1944
- ]
1945
- },
1946
- "runtimeConfigDefaultProps": {},
1947
- "runtimeConfigGetStyles": {},
1948
- "runtimeConfigInternalComponentProps": {},
1949
- "motionVarPrefixes": []
1950
- },
1951
- "Menu.Content": {
1952
- "name": "Menu.Content",
1953
- "defaultProps": {
1954
- "size": "default",
1955
- "variant": "default",
1956
- "gutter": "1"
1957
- },
1958
- "getStylesLiterals": {},
1959
- "cxLiterals": [
1960
- "uds-menu-content",
1961
- "transition-shadow",
1962
- "duration-200",
1963
- "ease-in-out",
1964
- "min-w-60",
1965
- "max-w-lg",
1966
- "max-h-96",
1967
- "overflow-auto",
1968
- "uds-ring",
1969
- "z-10",
1970
- "group"
1971
- ],
1972
- "internalComponents": [
1973
- "AriakitMenu",
1974
- "AnimatePresence",
1975
- "MotionVStack"
1976
- ],
1977
- "internalComponentProps": {},
1978
- "propToVariantKeys": {
1979
- "size": [
1980
- "menucontentSizeRoot"
1981
- ],
1982
- "variant": [
1983
- "menucontentVariantRoot"
1984
- ]
1985
- },
1986
- "runtimeConfigDefaultProps": {},
1987
- "runtimeConfigGetStyles": {},
1988
- "runtimeConfigInternalComponentProps": {},
1989
- "motionVarPrefixes": []
1990
- },
1991
- "Menu.Divider": {
1992
- "name": "Menu.Divider",
1993
- "defaultProps": {
1994
- "role": "separator",
1995
- "contentPosition": "start",
1996
- "gap": "4"
1997
- },
1998
- "getStylesLiterals": {
1999
- "menuitemDividerVariantRoot": "default",
2000
- "menuitemDividerVariantText": "default",
2001
- "menuitemDividerVariantLine": "default"
2002
- },
2003
- "cxLiterals": [],
2004
- "internalComponents": [
2005
- "DividerInternal"
2006
- ],
2007
- "internalComponentProps": {
2008
- "DividerInternal": {
2009
- "variant": [
2010
- "inherit"
2011
- ]
2012
- }
2013
- },
2014
- "propToVariantKeys": {},
2015
- "runtimeConfigDefaultProps": {},
2016
- "runtimeConfigGetStyles": {},
2017
- "runtimeConfigInternalComponentProps": {},
2018
- "motionVarPrefixes": []
2019
- },
2020
- "Menu.Item": {
2021
- "name": "Menu.Item",
2162
+ "Menu.Item": {
2163
+ "name": "Menu.Item",
2022
2164
  "defaultProps": {},
2023
2165
  "getStylesLiterals": {
2024
2166
  "menuitemItemVariantRoot": "default",
@@ -2219,99 +2361,285 @@
2219
2361
  "runtimeConfigInternalComponentProps": {},
2220
2362
  "motionVarPrefixes": []
2221
2363
  },
2222
- "Modal": {
2223
- "name": "Modal",
2364
+ "Input": {
2365
+ "name": "Input",
2224
2366
  "defaultProps": {
2225
- "closeAriaLabel": "Close",
2226
- "maxWidth": "auto",
2227
- "maxHeight": "auto",
2228
- "scrollBehavior": "outside"
2367
+ "type": "text",
2368
+ "size": "md",
2369
+ "width": "full"
2229
2370
  },
2230
2371
  "getStylesLiterals": {
2231
- "flexDirection": "row-reverse",
2232
- "justifyContent": "space-between",
2233
- "alignItems": "flex-end",
2234
- "alignItems:1": "flex-start",
2235
- "borderRadius": "full"
2372
+ "inputVariantRoot": "default",
2373
+ "inputVariantValueRoot": "empty",
2374
+ "inputVariantValueRoot:1": "filled",
2375
+ "inputVariantInputWrapper": "default",
2376
+ "inputVariantValueInputWrapper": "empty",
2377
+ "inputVariantValueInputWrapper:1": "filled",
2378
+ "inputVariantInput": "default",
2379
+ "inputVariantValueInput": "empty",
2380
+ "inputVariantValueInput:1": "filled",
2381
+ "inputVariantInputPlaceholder": "default",
2382
+ "inputVariantValueInputPlaceholder": "empty",
2383
+ "inputVariantValueInputPlaceholder:1": "filled",
2384
+ "inputVariantLabel": "default",
2385
+ "inputVariantValueLabel": "empty",
2386
+ "inputVariantValueLabel:1": "filled",
2387
+ "inputVariantLabelRequired": "default",
2388
+ "inputVariantValueLabelRequired": "empty",
2389
+ "inputVariantValueLabelRequired:1": "filled",
2390
+ "inputVariantStartIcon": "default",
2391
+ "inputVariantValueStartIcon": "empty",
2392
+ "inputVariantValueStartIcon:1": "filled",
2393
+ "inputVariantEndIcon": "default",
2394
+ "inputVariantValueEndIcon": "empty",
2395
+ "inputVariantValueEndIcon:1": "filled"
2236
2396
  },
2237
2397
  "cxLiterals": [
2238
- "fixed",
2239
- "inset-0",
2240
- "z-40",
2241
- "overflow-y-auto",
2242
- "overflow-hidden",
2243
- "transition-[opacity,visibility]",
2244
- "visible",
2245
- "opacity-100",
2246
- "invisible",
2247
- "opacity-0",
2248
- "pointer-events-none",
2249
- "uds-bgBlurFallback",
2250
- "w-full",
2251
- "w-fit",
2252
- "h-full",
2253
- "h-fit",
2254
- "m-auto",
2255
- "pointer-events-auto",
2256
- "inside",
2257
- "max-h-full",
2258
- "transition-transform",
2259
- "duration-0",
2260
- "duration-120",
2261
- "transition-[background-color]",
2262
- "bg-carbon-15/0",
2263
- "hover:bg-carbon-15/10",
2264
- "active:bg-carbon-15/15",
2265
- "uds-ring",
2266
- "[translate:50%_-50%]"
2398
+ "opacity-50",
2399
+ "min-w-[200px]",
2400
+ "grow",
2401
+ "uds-hit-target",
2402
+ "bg-clip-text",
2403
+ "focus:outline-none",
2404
+ "cursor-text",
2405
+ "cursor-not-allowed"
2267
2406
  ],
2268
2407
  "internalComponents": [
2269
- "Scrim",
2270
- "VStack",
2271
- "Pressable",
2272
2408
  "IconSlot",
2409
+ "StartIcon",
2410
+ "EndIcon",
2411
+ "HelpTextContent",
2273
2412
  "Box",
2274
- "Dialog",
2275
- "ModalContext.Provider",
2413
+ "InputHelpTextInternal",
2414
+ "VStack",
2276
2415
  "HStack",
2277
- "DialogDismiss",
2278
- "ModalTitle",
2279
- "ModalDescription",
2280
- "ModalContent",
2281
- "ModalActions"
2416
+ "AnimateHeightChange"
2282
2417
  ],
2283
2418
  "internalComponentProps": {
2419
+ "HelpTextContent": {
2420
+ "spacingTop": [
2421
+ "2"
2422
+ ]
2423
+ },
2284
2424
  "Box": {
2285
- "flexGrow": [
2425
+ "spacingBottom": [
2426
+ "2"
2427
+ ],
2428
+ "columnGap": [
2429
+ "0.5"
2430
+ ],
2431
+ "alignItems": [
2432
+ "flex-end",
2433
+ "center"
2434
+ ],
2435
+ "position": [
2436
+ "relative"
2437
+ ]
2438
+ },
2439
+ "HStack": {
2440
+ "alignItems": [
2441
+ "center"
2442
+ ],
2443
+ "gap": [
2286
2444
  "1"
2287
2445
  ]
2288
2446
  }
2289
2447
  },
2290
2448
  "propToVariantKeys": {
2291
- "gutter": [
2292
- "spacing"
2293
- ],
2294
2449
  "size": [
2295
- "modalSizeRoot",
2296
- "modalSizeSpacingHorizontal",
2297
- "modalSizeHeader",
2298
- "modalSizeTitleDescriptionWrapper",
2299
- "modalSizeCloseIconContainer",
2300
- "modalSizeCloseIcon"
2301
- ],
2302
- "variant": [
2303
- "modalVariantRoot",
2304
- "modalVariantCloseIcon"
2450
+ "inputSizeRoot",
2451
+ "inputSizeInputWrapper",
2452
+ "inputSizeInput",
2453
+ "inputSizeLabel",
2454
+ "inputSizeStartIcon",
2455
+ "inputSizeEndIcon"
2305
2456
  ],
2306
- "closeAriaLabel": [
2307
- "aria-label"
2457
+ "startIcon": [
2458
+ "icon"
2308
2459
  ],
2309
- "closeIcon": [
2460
+ "endIcon": [
2310
2461
  "icon"
2462
+ ],
2463
+ "slotProps": [
2464
+ "helperTextSlotProps"
2465
+ ],
2466
+ "helperTextIcon": [
2467
+ "startIcon"
2311
2468
  ]
2312
2469
  },
2313
- "runtimeConfigDefaultProps": {
2314
- "size": "modal.defaultSize",
2470
+ "runtimeConfigDefaultProps": {},
2471
+ "runtimeConfigGetStyles": {},
2472
+ "runtimeConfigInternalComponentProps": {},
2473
+ "motionVarPrefixes": []
2474
+ },
2475
+ "InputHelpText": {
2476
+ "name": "InputHelpText",
2477
+ "defaultProps": {
2478
+ "size": "md"
2479
+ },
2480
+ "getStylesLiterals": {
2481
+ "inputVariantRoot": "default",
2482
+ "inputVariantValueRoot": "empty",
2483
+ "inputVariantValueRoot:1": "filled"
2484
+ },
2485
+ "cxLiterals": [],
2486
+ "internalComponents": [
2487
+ "InputHelpTextInternal",
2488
+ "Box"
2489
+ ],
2490
+ "internalComponentProps": {
2491
+ "Box": {
2492
+ "spacingTop": [
2493
+ "2"
2494
+ ]
2495
+ }
2496
+ },
2497
+ "propToVariantKeys": {
2498
+ "size": [
2499
+ "inputSizeRoot"
2500
+ ]
2501
+ },
2502
+ "runtimeConfigDefaultProps": {},
2503
+ "runtimeConfigGetStyles": {},
2504
+ "runtimeConfigInternalComponentProps": {},
2505
+ "motionVarPrefixes": []
2506
+ },
2507
+ "InputHelpTextInternal": {
2508
+ "name": "InputHelpTextInternal",
2509
+ "defaultProps": {},
2510
+ "getStylesLiterals": {
2511
+ "inputVariantHelperText": "default",
2512
+ "inputVariantValueHelperText": "empty",
2513
+ "inputVariantValueHelperText:1": "filled",
2514
+ "inputVariantHelperIcon": "default",
2515
+ "inputVariantValueHelperIcon": "empty",
2516
+ "inputVariantValueHelperIcon:1": "filled"
2517
+ },
2518
+ "cxLiterals": [],
2519
+ "internalComponents": [
2520
+ "IconSlot",
2521
+ "HStack"
2522
+ ],
2523
+ "internalComponentProps": {
2524
+ "HStack": {
2525
+ "gap": [
2526
+ "1"
2527
+ ],
2528
+ "alignItems": [
2529
+ "center"
2530
+ ]
2531
+ }
2532
+ },
2533
+ "propToVariantKeys": {
2534
+ "size": [
2535
+ "inputSizeHelperText",
2536
+ "inputSizeHelperIcon"
2537
+ ],
2538
+ "startIcon": [
2539
+ "icon"
2540
+ ],
2541
+ "endIcon": [
2542
+ "icon"
2543
+ ]
2544
+ },
2545
+ "runtimeConfigDefaultProps": {},
2546
+ "runtimeConfigGetStyles": {},
2547
+ "runtimeConfigInternalComponentProps": {},
2548
+ "motionVarPrefixes": []
2549
+ },
2550
+ "Modal": {
2551
+ "name": "Modal",
2552
+ "defaultProps": {
2553
+ "closeAriaLabel": "Close",
2554
+ "maxWidth": "auto",
2555
+ "maxHeight": "auto",
2556
+ "scrollBehavior": "outside"
2557
+ },
2558
+ "getStylesLiterals": {
2559
+ "flexDirection": "row-reverse",
2560
+ "justifyContent": "space-between",
2561
+ "alignItems": "flex-end",
2562
+ "alignItems:1": "flex-start",
2563
+ "borderRadius": "full"
2564
+ },
2565
+ "cxLiterals": [
2566
+ "fixed",
2567
+ "inset-0",
2568
+ "z-40",
2569
+ "overflow-y-auto",
2570
+ "overflow-hidden",
2571
+ "transition-[opacity,visibility]",
2572
+ "visible",
2573
+ "opacity-100",
2574
+ "invisible",
2575
+ "opacity-0",
2576
+ "pointer-events-none",
2577
+ "uds-bgBlurFallback",
2578
+ "w-full",
2579
+ "w-fit",
2580
+ "h-full",
2581
+ "h-fit",
2582
+ "m-auto",
2583
+ "pointer-events-auto",
2584
+ "inside",
2585
+ "max-h-full",
2586
+ "transition-transform",
2587
+ "duration-0",
2588
+ "duration-120",
2589
+ "transition-[background-color]",
2590
+ "bg-carbon-15/0",
2591
+ "hover:bg-carbon-15/10",
2592
+ "active:bg-carbon-15/15",
2593
+ "uds-ring",
2594
+ "[translate:50%_-50%]"
2595
+ ],
2596
+ "internalComponents": [
2597
+ "Scrim",
2598
+ "VStack",
2599
+ "Pressable",
2600
+ "IconSlot",
2601
+ "Box",
2602
+ "Dialog",
2603
+ "ModalContext.Provider",
2604
+ "HStack",
2605
+ "DialogDismiss",
2606
+ "ModalTitle",
2607
+ "ModalDescription",
2608
+ "ModalContent",
2609
+ "ModalActions"
2610
+ ],
2611
+ "internalComponentProps": {
2612
+ "Box": {
2613
+ "flexGrow": [
2614
+ "1"
2615
+ ]
2616
+ }
2617
+ },
2618
+ "propToVariantKeys": {
2619
+ "gutter": [
2620
+ "spacing"
2621
+ ],
2622
+ "size": [
2623
+ "modalSizeRoot",
2624
+ "modalSizeSpacingHorizontal",
2625
+ "modalSizeHeader",
2626
+ "modalSizeTitleDescriptionWrapper",
2627
+ "modalSizeCloseIconContainer",
2628
+ "modalSizeCloseIcon"
2629
+ ],
2630
+ "variant": [
2631
+ "modalVariantRoot",
2632
+ "modalVariantCloseIcon"
2633
+ ],
2634
+ "closeAriaLabel": [
2635
+ "aria-label"
2636
+ ],
2637
+ "closeIcon": [
2638
+ "icon"
2639
+ ]
2640
+ },
2641
+ "runtimeConfigDefaultProps": {
2642
+ "size": "modal.defaultSize",
2315
2643
  "variant": "modal.defaultVariant"
2316
2644
  },
2317
2645
  "runtimeConfigGetStyles": {
@@ -3366,325 +3694,5 @@
3366
3694
  "runtimeConfigGetStyles": {},
3367
3695
  "runtimeConfigInternalComponentProps": {},
3368
3696
  "motionVarPrefixes": []
3369
- },
3370
- "Accordion": {
3371
- "name": "Accordion",
3372
- "defaultProps": {
3373
- "spacingHorizontal": "4",
3374
- "spacingVertical": "4"
3375
- },
3376
- "getStylesLiterals": {},
3377
- "cxLiterals": [
3378
- "hover:bg-secondary/80",
3379
- "w-full"
3380
- ],
3381
- "internalComponents": [
3382
- "Icon",
3383
- "SpringMotionConfig",
3384
- "Pressable",
3385
- "Text",
3386
- "HStack",
3387
- "AnimatePresence",
3388
- "VStack"
3389
- ],
3390
- "internalComponentProps": {
3391
- "Icon": {
3392
- "variant": [
3393
- "fill"
3394
- ],
3395
- "size": [
3396
- "sm"
3397
- ],
3398
- "color": [
3399
- "primary"
3400
- ]
3401
- },
3402
- "SpringMotionConfig": {
3403
- "layoutVariant": [
3404
- "smooth"
3405
- ],
3406
- "layoutSpeed": [
3407
- "3"
3408
- ]
3409
- },
3410
- "Pressable": {
3411
- "display": [
3412
- "flex"
3413
- ],
3414
- "flexDirection": [
3415
- "row"
3416
- ],
3417
- "alignItems": [
3418
- "center"
3419
- ],
3420
- "justifyContent": [
3421
- "space-between"
3422
- ],
3423
- "borderRadius": [
3424
- "md"
3425
- ]
3426
- },
3427
- "Text": {
3428
- "variant": [
3429
- "title4"
3430
- ],
3431
- "color": [
3432
- "primary"
3433
- ]
3434
- },
3435
- "HStack": {
3436
- "display": [
3437
- "flex"
3438
- ],
3439
- "alignItems": [
3440
- "center"
3441
- ],
3442
- "justifyContent": [
3443
- "space-between"
3444
- ],
3445
- "columnGap": [
3446
- "2.5"
3447
- ]
3448
- }
3449
- },
3450
- "propToVariantKeys": {},
3451
- "runtimeConfigDefaultProps": {},
3452
- "runtimeConfigGetStyles": {},
3453
- "runtimeConfigInternalComponentProps": {},
3454
- "motionVarPrefixes": [
3455
- "--uds-motion-smooth-3-"
3456
- ]
3457
- },
3458
- "AvoidMotionLibraryProvider": {
3459
- "name": "AvoidMotionLibraryProvider",
3460
- "defaultProps": {},
3461
- "getStylesLiterals": {},
3462
- "cxLiterals": [],
3463
- "internalComponents": [],
3464
- "internalComponentProps": {},
3465
- "propToVariantKeys": {},
3466
- "runtimeConfigDefaultProps": {},
3467
- "runtimeConfigGetStyles": {},
3468
- "runtimeConfigInternalComponentProps": {},
3469
- "motionVarPrefixes": []
3470
- },
3471
- "SegmentedControl": {
3472
- "name": "SegmentedControl",
3473
- "defaultProps": {
3474
- "textVariant": "label2"
3475
- },
3476
- "getStylesLiterals": {
3477
- "display": "flex",
3478
- "alignItems": "center",
3479
- "backgroundColor": "primary",
3480
- "spacingVertical": "1",
3481
- "spacingHorizontal": "3",
3482
- "columnGap": "1.5",
3483
- "borderWidth": "thin",
3484
- "borderRadius": "full",
3485
- "borderColor": "muted",
3486
- "borderColor:1": "transparent",
3487
- "color": "primary",
3488
- "color:1": "tertiary",
3489
- "color:2": "muted"
3490
- },
3491
- "cxLiterals": [
3492
- "uds-ring",
3493
- "cursor-not-allowed",
3494
- "opacity-50",
3495
- "pointer-events-none",
3496
- "hover:bg-primary"
3497
- ],
3498
- "internalComponents": [
3499
- "TextVariant",
3500
- "Radio",
3501
- "Icon",
3502
- "RadioProvider",
3503
- "HStack",
3504
- "RadioGroup",
3505
- "Pressable",
3506
- "Text"
3507
- ],
3508
- "internalComponentProps": {
3509
- "Icon": {
3510
- "size": [
3511
- "sm"
3512
- ],
3513
- "color": [
3514
- "current"
3515
- ],
3516
- "aria-hidden": [
3517
- "true"
3518
- ]
3519
- },
3520
- "HStack": {
3521
- "spacing": [
3522
- "1"
3523
- ],
3524
- "gap": [
3525
- "1"
3526
- ],
3527
- "backgroundColor": [
3528
- "secondary"
3529
- ],
3530
- "borderRadius": [
3531
- "full"
3532
- ],
3533
- "display": [
3534
- "inline-flex"
3535
- ]
3536
- },
3537
- "Text": {
3538
- "color": [
3539
- "current"
3540
- ]
3541
- }
3542
- },
3543
- "propToVariantKeys": {
3544
- "value": [
3545
- "key"
3546
- ],
3547
- "label": [
3548
- "aria-label"
3549
- ],
3550
- "textVariant": [
3551
- "variant"
3552
- ]
3553
- },
3554
- "runtimeConfigDefaultProps": {},
3555
- "runtimeConfigGetStyles": {},
3556
- "runtimeConfigInternalComponentProps": {},
3557
- "motionVarPrefixes": []
3558
- },
3559
- "SwitchV2": {
3560
- "name": "SwitchV2",
3561
- "defaultProps": {
3562
- "labelPosition": "start",
3563
- "size": "md"
3564
- },
3565
- "getStylesLiterals": {
3566
- "switchVariantRoot": "default",
3567
- "switchVariantActiveRoot": "on",
3568
- "switchVariantActiveRoot:1": "off",
3569
- "switchVariantSwitch": "default",
3570
- "switchVariantActiveSwitch": "on",
3571
- "switchVariantActiveSwitch:1": "off",
3572
- "switchVariantActiveHandle": "on",
3573
- "switchVariantActiveHandle:1": "off",
3574
- "switchVariantHandle": "default",
3575
- "switchVariantHandleIcon": "default",
3576
- "switchVariantActiveHandleIcon": "on",
3577
- "switchVariantActiveHandleIcon:1": "off"
3578
- },
3579
- "cxLiterals": [
3580
- "group",
3581
- "flex",
3582
- "items-center",
3583
- "flex-row",
3584
- "flex-row-reverse",
3585
- "uds-ring",
3586
- "uds-ring-within",
3587
- "relative",
3588
- "uds-border-radius-full",
3589
- "transition-[background-color,box-shadow]",
3590
- "pointer-events-none",
3591
- "w-full",
3592
- "h-full",
3593
- "absolute",
3594
- "top-0",
3595
- "bottom-0",
3596
- "right-0",
3597
- "left-0",
3598
- "overflow-hidden",
3599
- "group-hover:scale-105",
3600
- "opacity-95",
3601
- "group-hover:opacity-100",
3602
- "transition-[transform,opacity]",
3603
- "opacity-0",
3604
- "top-1/2",
3605
- "left-1/2",
3606
- "transform",
3607
- "translate-x-[-50%]",
3608
- "translate-y-[-50%]",
3609
- "transition-opacity",
3610
- "cursor-[inherit]",
3611
- "w-[calc(100%+2px)]",
3612
- "h-[calc(100%+2px)]",
3613
- "text-start",
3614
- "text-end",
3615
- "opacity-100"
3616
- ],
3617
- "internalComponents": [
3618
- "IconSlot",
3619
- "Box",
3620
- "FormLabel",
3621
- "SpringMotionConfig",
3622
- "RootElement",
3623
- "MotionBox"
3624
- ],
3625
- "internalComponentProps": {
3626
- "IconSlot": {
3627
- "data-testid": [
3628
- "on-icon",
3629
- "off-icon"
3630
- ]
3631
- },
3632
- "FormLabel": {
3633
- "as": [
3634
- "div"
3635
- ],
3636
- "variant": [
3637
- "inherit"
3638
- ],
3639
- "color": [
3640
- "inherit"
3641
- ]
3642
- },
3643
- "SpringMotionConfig": {
3644
- "layoutVariant": [
3645
- "bouncy"
3646
- ],
3647
- "layoutSpeed": [
3648
- "4"
3649
- ]
3650
- },
3651
- "RootElement": {
3652
- "data-testid": [
3653
- "switch-root"
3654
- ]
3655
- },
3656
- "MotionBox": {
3657
- "layout": [
3658
- "position"
3659
- ]
3660
- }
3661
- },
3662
- "propToVariantKeys": {
3663
- "size": [
3664
- "switchSizeRoot",
3665
- "switchSizeSwitch",
3666
- "switchSizeHandle",
3667
- "switchSizeHandleIcon"
3668
- ],
3669
- "onIcon": [
3670
- "icon"
3671
- ],
3672
- "offIcon": [
3673
- "icon"
3674
- ],
3675
- "reduceMotion": [
3676
- "reducedMotion"
3677
- ],
3678
- "isOn": [
3679
- "layoutDependency"
3680
- ]
3681
- },
3682
- "runtimeConfigDefaultProps": {},
3683
- "runtimeConfigGetStyles": {},
3684
- "runtimeConfigInternalComponentProps": {},
3685
- "motionVarPrefixes": [
3686
- "--uds-motion-bouncy-4-",
3687
- "--uds-motion-smooth-3-"
3688
- ]
3689
3697
  }
3690
3698
  }