@yahoo/uds 3.124.0-beta.1 → 3.124.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 (278) hide show
  1. package/dist/components/client/AnimateHeightChange.cjs +1 -1
  2. package/dist/components/client/AnimateHeightChange.d.ts +1 -0
  3. package/dist/components/client/AnimateHeightChange.js +1 -1
  4. package/dist/components/client/Avatar/Avatar.cjs +1 -1
  5. package/dist/components/client/Avatar/Avatar.d.ts +1 -0
  6. package/dist/components/client/Avatar/Avatar.js +1 -1
  7. package/dist/components/client/Avatar/AvatarIcon.cjs +1 -1
  8. package/dist/components/client/Avatar/AvatarIcon.d.ts +1 -0
  9. package/dist/components/client/Avatar/AvatarIcon.js +1 -1
  10. package/dist/components/client/Avatar/AvatarImage.cjs +1 -1
  11. package/dist/components/client/Avatar/AvatarImage.d.ts +1 -0
  12. package/dist/components/client/Avatar/AvatarImage.js +1 -1
  13. package/dist/components/client/Avatar/AvatarText.cjs +1 -1
  14. package/dist/components/client/Avatar/AvatarText.d.ts +1 -0
  15. package/dist/components/client/Avatar/AvatarText.js +1 -1
  16. package/dist/components/client/Avatar/index.cjs +1 -1
  17. package/dist/components/client/Avatar/index.d.ts +1 -0
  18. package/dist/components/client/Avatar/index.js +1 -1
  19. package/dist/components/client/Avatar/utils.cjs +1 -1
  20. package/dist/components/client/Avatar/utils.d.ts +1 -0
  21. package/dist/components/client/Avatar/utils.js +1 -1
  22. package/dist/components/client/Badge.cjs +1 -1
  23. package/dist/components/client/Badge.d.ts +1 -0
  24. package/dist/components/client/Badge.js +1 -1
  25. package/dist/components/client/BottomSheet/BottomSheet.cjs +1 -1
  26. package/dist/components/client/BottomSheet/BottomSheet.d.ts +1 -0
  27. package/dist/components/client/BottomSheet/BottomSheet.js +1 -1
  28. package/dist/components/client/BottomSheet/BottomSheetContent.cjs +1 -1
  29. package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +1 -0
  30. package/dist/components/client/BottomSheet/BottomSheetContent.js +1 -1
  31. package/dist/components/client/BottomSheet/BottomSheetDismiss.cjs +1 -1
  32. package/dist/components/client/BottomSheet/BottomSheetDismiss.d.ts +1 -0
  33. package/dist/components/client/BottomSheet/BottomSheetDismiss.js +1 -1
  34. package/dist/components/client/BottomSheet/BottomSheetHandle.cjs +1 -1
  35. package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +1 -0
  36. package/dist/components/client/BottomSheet/BottomSheetHandle.js +1 -1
  37. package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
  38. package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +1 -0
  39. package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
  40. package/dist/components/client/BottomSheet/BottomSheetInternalContext.cjs +1 -1
  41. package/dist/components/client/BottomSheet/BottomSheetInternalContext.d.ts +1 -0
  42. package/dist/components/client/BottomSheet/BottomSheetInternalContext.js +1 -1
  43. package/dist/components/client/BottomSheet/BottomSheetProvider.cjs +1 -1
  44. package/dist/components/client/BottomSheet/BottomSheetProvider.d.ts +1 -0
  45. package/dist/components/client/BottomSheet/BottomSheetProvider.js +1 -1
  46. package/dist/components/client/BottomSheet/BottomSheetTrigger.cjs +1 -1
  47. package/dist/components/client/BottomSheet/BottomSheetTrigger.d.ts +1 -0
  48. package/dist/components/client/BottomSheet/BottomSheetTrigger.js +1 -1
  49. package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.cjs +1 -1
  50. package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.ts +1 -0
  51. package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.js +1 -1
  52. package/dist/components/client/BottomSheet/index.cjs +1 -1
  53. package/dist/components/client/BottomSheet/index.d.ts +1 -0
  54. package/dist/components/client/BottomSheet/index.js +1 -1
  55. package/dist/components/client/BottomSheet/useBottomSheetDrag.cjs +1 -1
  56. package/dist/components/client/BottomSheet/useBottomSheetDrag.d.ts +1 -0
  57. package/dist/components/client/BottomSheet/useBottomSheetDrag.js +1 -1
  58. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.cjs +1 -1
  59. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +1 -0
  60. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.js +1 -1
  61. package/dist/components/client/BottomSheet/useBottomSheetStore.cjs +1 -1
  62. package/dist/components/client/BottomSheet/useBottomSheetStore.d.ts +1 -0
  63. package/dist/components/client/BottomSheet/useBottomSheetStore.js +1 -1
  64. package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.cjs +1 -1
  65. package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.d.ts +1 -0
  66. package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.js +1 -1
  67. package/dist/components/client/BottomSheet/useExpansionMargins.cjs +1 -1
  68. package/dist/components/client/BottomSheet/useExpansionMargins.d.ts +1 -0
  69. package/dist/components/client/BottomSheet/useExpansionMargins.js +1 -1
  70. package/dist/components/client/BottomSheet/useViewportHeight.cjs +1 -1
  71. package/dist/components/client/BottomSheet/useViewportHeight.d.ts +1 -0
  72. package/dist/components/client/BottomSheet/useViewportHeight.js +1 -1
  73. package/dist/components/client/BottomSheet/useVirtualKeyboard.cjs +1 -1
  74. package/dist/components/client/BottomSheet/useVirtualKeyboard.d.ts +1 -0
  75. package/dist/components/client/BottomSheet/useVirtualKeyboard.js +1 -1
  76. package/dist/components/client/BottomSheet/utils.cjs +1 -1
  77. package/dist/components/client/BottomSheet/utils.d.ts +1 -0
  78. package/dist/components/client/BottomSheet/utils.js +1 -1
  79. package/dist/components/client/Button.cjs +1 -1
  80. package/dist/components/client/Button.d.ts +1 -0
  81. package/dist/components/client/Button.js +1 -1
  82. package/dist/components/client/Checkbox.cjs +1 -1
  83. package/dist/components/client/Checkbox.d.ts +1 -0
  84. package/dist/components/client/Checkbox.js +1 -1
  85. package/dist/components/client/Chip/Chip.cjs +1 -1
  86. package/dist/components/client/Chip/Chip.d.ts +1 -0
  87. package/dist/components/client/Chip/Chip.js +1 -1
  88. package/dist/components/client/Chip/ChipBase.cjs +1 -1
  89. package/dist/components/client/Chip/ChipBase.d.ts +1 -0
  90. package/dist/components/client/Chip/ChipBase.js +1 -1
  91. package/dist/components/client/Chip/ChipButton.cjs +1 -1
  92. package/dist/components/client/Chip/ChipButton.d.ts +1 -0
  93. package/dist/components/client/Chip/ChipButton.js +1 -1
  94. package/dist/components/client/Chip/ChipDismissible.cjs +1 -1
  95. package/dist/components/client/Chip/ChipDismissible.d.ts +1 -0
  96. package/dist/components/client/Chip/ChipDismissible.js +1 -1
  97. package/dist/components/client/Chip/ChipLink.cjs +1 -1
  98. package/dist/components/client/Chip/ChipLink.d.ts +1 -0
  99. package/dist/components/client/Chip/ChipLink.js +1 -1
  100. package/dist/components/client/Chip/ChipToggle.cjs +1 -1
  101. package/dist/components/client/Chip/ChipToggle.d.ts +1 -0
  102. package/dist/components/client/Chip/ChipToggle.js +1 -1
  103. package/dist/components/client/Chip/index.cjs +1 -1
  104. package/dist/components/client/Chip/index.d.ts +1 -0
  105. package/dist/components/client/Chip/index.js +1 -1
  106. package/dist/components/client/IconButton.cjs +1 -1
  107. package/dist/components/client/IconButton.d.ts +1 -0
  108. package/dist/components/client/IconButton.js +1 -1
  109. package/dist/components/client/Input/Input.cjs +1 -1
  110. package/dist/components/client/Input/Input.d.ts +1 -0
  111. package/dist/components/client/Input/Input.js +1 -1
  112. package/dist/components/client/Input/InputHelpText.cjs +1 -1
  113. package/dist/components/client/Input/InputHelpText.d.ts +1 -0
  114. package/dist/components/client/Input/InputHelpText.js +1 -1
  115. package/dist/components/client/Input/InputHelpTextInternal.cjs +1 -1
  116. package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -0
  117. package/dist/components/client/Input/InputHelpTextInternal.js +1 -1
  118. package/dist/components/client/Input/index.cjs +1 -1
  119. package/dist/components/client/Input/index.d.ts +1 -0
  120. package/dist/components/client/Input/index.js +1 -1
  121. package/dist/components/client/Menu/Menu.Content.cjs +1 -1
  122. package/dist/components/client/Menu/Menu.Content.d.ts +1 -0
  123. package/dist/components/client/Menu/Menu.Content.js +1 -1
  124. package/dist/components/client/Menu/Menu.Divider.cjs +1 -1
  125. package/dist/components/client/Menu/Menu.Divider.d.ts +1 -0
  126. package/dist/components/client/Menu/Menu.Divider.js +1 -1
  127. package/dist/components/client/Menu/Menu.Item.cjs +1 -1
  128. package/dist/components/client/Menu/Menu.Item.d.ts +1 -0
  129. package/dist/components/client/Menu/Menu.Item.js +1 -1
  130. package/dist/components/client/Menu/Menu.ItemBase.cjs +1 -1
  131. package/dist/components/client/Menu/Menu.ItemBase.d.ts +1 -0
  132. package/dist/components/client/Menu/Menu.ItemBase.js +1 -1
  133. package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
  134. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  135. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -1
  136. package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
  137. package/dist/components/client/Menu/Menu.Provider.cjs +1 -1
  138. package/dist/components/client/Menu/Menu.Provider.d.ts +1 -0
  139. package/dist/components/client/Menu/Menu.Provider.js +1 -1
  140. package/dist/components/client/Menu/Menu.Trigger.cjs +1 -1
  141. package/dist/components/client/Menu/Menu.Trigger.d.ts +1 -0
  142. package/dist/components/client/Menu/Menu.Trigger.js +1 -1
  143. package/dist/components/client/Menu/Menu.cjs +1 -1
  144. package/dist/components/client/Menu/Menu.d.ts +1 -0
  145. package/dist/components/client/Menu/Menu.index.cjs +1 -1
  146. package/dist/components/client/Menu/Menu.index.d.ts +1 -0
  147. package/dist/components/client/Menu/Menu.index.js +1 -1
  148. package/dist/components/client/Menu/Menu.js +1 -1
  149. package/dist/components/client/Menu/index.cjs +1 -1
  150. package/dist/components/client/Menu/index.d.ts +1 -0
  151. package/dist/components/client/Menu/index.js +1 -1
  152. package/dist/components/client/Menu/utils/transformAriakitPlacement.cjs +1 -1
  153. package/dist/components/client/Menu/utils/transformAriakitPlacement.d.ts +1 -0
  154. package/dist/components/client/Menu/utils/transformAriakitPlacement.js +1 -1
  155. package/dist/components/client/Popover/Popover.cjs +1 -1
  156. package/dist/components/client/Popover/Popover.d.ts +1 -0
  157. package/dist/components/client/Popover/Popover.js +1 -1
  158. package/dist/components/client/Popover/PopoverContent.cjs +1 -1
  159. package/dist/components/client/Popover/PopoverContent.d.ts +1 -0
  160. package/dist/components/client/Popover/PopoverContent.js +1 -1
  161. package/dist/components/client/Popover/PopoverContext.cjs +1 -1
  162. package/dist/components/client/Popover/PopoverContext.d.ts +1 -0
  163. package/dist/components/client/Popover/PopoverContext.js +1 -1
  164. package/dist/components/client/Popover/PopoverTrigger.cjs +1 -1
  165. package/dist/components/client/Popover/PopoverTrigger.d.ts +1 -0
  166. package/dist/components/client/Popover/PopoverTrigger.js +1 -1
  167. package/dist/components/client/Popover/UDSPopoverConfigProvider.cjs +1 -1
  168. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  169. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +2 -1
  170. package/dist/components/client/Popover/UDSPopoverConfigProvider.js +1 -1
  171. package/dist/components/client/Popover/index.cjs +1 -1
  172. package/dist/components/client/Popover/index.d.ts +1 -0
  173. package/dist/components/client/Popover/index.js +1 -1
  174. package/dist/components/client/Pressable.cjs +1 -1
  175. package/dist/components/client/Pressable.d.ts +1 -0
  176. package/dist/components/client/Pressable.js +1 -1
  177. package/dist/components/client/Radio/Radio.cjs +1 -1
  178. package/dist/components/client/Radio/Radio.d.ts +1 -0
  179. package/dist/components/client/Radio/Radio.js +1 -1
  180. package/dist/components/client/Radio/RadioGroupProvider.cjs +1 -1
  181. package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -0
  182. package/dist/components/client/Radio/RadioGroupProvider.js +1 -1
  183. package/dist/components/client/Radio/RadioGroupStore.cjs +1 -1
  184. package/dist/components/client/Radio/RadioGroupStore.d.ts +1 -0
  185. package/dist/components/client/Radio/RadioGroupStore.js +1 -1
  186. package/dist/components/client/Radio/index.cjs +1 -1
  187. package/dist/components/client/Radio/index.d.ts +1 -0
  188. package/dist/components/client/Radio/index.js +1 -1
  189. package/dist/components/client/Radio/useRadioGroup.cjs +1 -1
  190. package/dist/components/client/Radio/useRadioGroup.d.ts +1 -0
  191. package/dist/components/client/Radio/useRadioGroup.js +1 -1
  192. package/dist/components/client/SpringMotionConfig.cjs +1 -1
  193. package/dist/components/client/SpringMotionConfig.d.ts +1 -0
  194. package/dist/components/client/SpringMotionConfig.js +1 -1
  195. package/dist/components/client/Switch.cjs +1 -1
  196. package/dist/components/client/Switch.d.ts +1 -0
  197. package/dist/components/client/Switch.js +1 -1
  198. package/dist/components/client/Toast/Toast.cjs +1 -1
  199. package/dist/components/client/Toast/Toast.d.ts +1 -0
  200. package/dist/components/client/Toast/Toast.js +1 -1
  201. package/dist/components/client/Toast/ToastContainer.cjs +1 -1
  202. package/dist/components/client/Toast/ToastContainer.d.ts +1 -0
  203. package/dist/components/client/Toast/ToastContainer.js +1 -1
  204. package/dist/components/client/Toast/ToastPortal.cjs +1 -1
  205. package/dist/components/client/Toast/ToastPortal.d.ts +1 -0
  206. package/dist/components/client/Toast/ToastPortal.js +1 -1
  207. package/dist/components/client/Toast/UDSToastConfigProvider.cjs +1 -1
  208. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -0
  209. package/dist/components/client/Toast/UDSToastConfigProvider.js +1 -1
  210. package/dist/components/client/Toast/createToast.cjs +1 -1
  211. package/dist/components/client/Toast/createToast.d.ts +1 -0
  212. package/dist/components/client/Toast/createToast.js +1 -1
  213. package/dist/components/client/Toast/index.cjs +1 -1
  214. package/dist/components/client/Toast/index.d.ts +1 -0
  215. package/dist/components/client/Toast/index.js +1 -1
  216. package/dist/components/client/Tooltip/Tooltip.cjs +1 -1
  217. package/dist/components/client/Tooltip/Tooltip.d.ts +1 -0
  218. package/dist/components/client/Tooltip/Tooltip.js +1 -1
  219. package/dist/components/client/Tooltip/TooltipContent.cjs +1 -1
  220. package/dist/components/client/Tooltip/TooltipContent.d.ts +1 -0
  221. package/dist/components/client/Tooltip/TooltipContent.js +1 -1
  222. package/dist/components/client/Tooltip/TooltipTrigger.cjs +1 -1
  223. package/dist/components/client/Tooltip/TooltipTrigger.d.ts +1 -0
  224. package/dist/components/client/Tooltip/TooltipTrigger.js +1 -1
  225. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.cjs +1 -1
  226. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +1 -0
  227. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.js +1 -1
  228. package/dist/components/client/Tooltip/index.cjs +1 -1
  229. package/dist/components/client/Tooltip/index.d.ts +1 -0
  230. package/dist/components/client/Tooltip/index.js +1 -1
  231. package/dist/components/client/Tooltip/tooltipContext.cjs +1 -1
  232. package/dist/components/client/Tooltip/tooltipContext.d.ts +1 -0
  233. package/dist/components/client/Tooltip/tooltipContext.js +1 -1
  234. package/dist/components/client/buttonConstants.cjs +1 -1
  235. package/dist/components/client/buttonConstants.d.ts +1 -0
  236. package/dist/components/client/buttonConstants.js +1 -1
  237. package/dist/components/client/index.cjs +1 -1
  238. package/dist/components/client/index.d.ts +1 -0
  239. package/dist/components/client/index.js +1 -1
  240. package/dist/components/client/motionFeatures/domAnimation.cjs +1 -1
  241. package/dist/components/client/motionFeatures/domAnimation.d.ts +1 -0
  242. package/dist/components/client/motionFeatures/domAnimation.js +1 -1
  243. package/dist/components/client/motionFeatures/domMax.cjs +1 -1
  244. package/dist/components/client/motionFeatures/domMax.d.ts +1 -0
  245. package/dist/components/client/motionFeatures/domMax.js +1 -1
  246. package/dist/components/client/providers/UDSBreakpointsConfigProvider.cjs +1 -1
  247. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +1 -0
  248. package/dist/components/client/providers/UDSBreakpointsConfigProvider.js +1 -1
  249. package/dist/components/client/providers/UDSConfigProvider.cjs +1 -1
  250. package/dist/components/client/providers/UDSConfigProvider.d.ts +1 -0
  251. package/dist/components/client/providers/UDSConfigProvider.js +1 -1
  252. package/dist/components/experimental/client/Accordion.cjs +1 -1
  253. package/dist/components/experimental/client/Accordion.d.ts +1 -0
  254. package/dist/components/experimental/client/Accordion.js +1 -1
  255. package/dist/components/experimental/client/AvoidMotionLibraryProvider.cjs +1 -1
  256. package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.ts +1 -0
  257. package/dist/components/experimental/client/AvoidMotionLibraryProvider.js +1 -1
  258. package/dist/components/experimental/client/Modal.cjs +1 -1
  259. package/dist/components/experimental/client/Modal.d.ts +1 -0
  260. package/dist/components/experimental/client/Modal.js +1 -1
  261. package/dist/components/experimental/client/SegmentedControl.cjs +1 -1
  262. package/dist/components/experimental/client/SegmentedControl.d.ts +1 -0
  263. package/dist/components/experimental/client/SegmentedControl.js +1 -1
  264. package/dist/components/experimental/client/SwitchV2.cjs +1 -1
  265. package/dist/components/experimental/client/SwitchV2.d.ts +1 -0
  266. package/dist/components/experimental/client/SwitchV2.js +1 -1
  267. package/dist/components/experimental/client/Tabs.cjs +1 -1
  268. package/dist/components/experimental/client/Tabs.d.ts +1 -0
  269. package/dist/components/experimental/client/Tabs.js +1 -1
  270. package/dist/components/experimental/client/index.cjs +1 -1
  271. package/dist/components/experimental/client/index.d.ts +1 -0
  272. package/dist/components/experimental/client/index.js +1 -1
  273. package/dist/styles/styler.d.cts +11 -11
  274. package/dist/styles/styler.d.ts +11 -11
  275. package/dist/uds/generated/componentData.cjs +1464 -1464
  276. package/dist/uds/generated/componentData.js +1464 -1464
  277. package/generated/componentData.json +1870 -1870
  278. package/package.json +1 -1
@@ -1,4 +1,139 @@
1
1
  {
2
+ "Box": {
3
+ "name": "Box",
4
+ "defaultProps": {
5
+ "as": "div",
6
+ "display": "flex"
7
+ },
8
+ "getStylesLiterals": {},
9
+ "cxLiterals": [],
10
+ "internalComponents": [
11
+ "Comp"
12
+ ],
13
+ "internalComponentProps": {},
14
+ "propToVariantKeys": {
15
+ "elevationAlias": [
16
+ "backgroundColor",
17
+ "borderColor",
18
+ "borderWidth",
19
+ "dropShadow"
20
+ ]
21
+ },
22
+ "runtimeConfigDefaultProps": {},
23
+ "runtimeConfigGetStyles": {},
24
+ "runtimeConfigInternalComponentProps": {},
25
+ "motionVarPrefixes": []
26
+ },
27
+ "FormLabel": {
28
+ "name": "FormLabel",
29
+ "defaultProps": {
30
+ "color": "muted",
31
+ "variant": "label3",
32
+ "as": "label"
33
+ },
34
+ "getStylesLiterals": {},
35
+ "cxLiterals": [
36
+ "cursor-[inherit]"
37
+ ],
38
+ "internalComponents": [
39
+ "Text"
40
+ ],
41
+ "internalComponentProps": {
42
+ "Text": {
43
+ "as": [
44
+ "sup"
45
+ ],
46
+ "variant": [
47
+ "inherit"
48
+ ],
49
+ "spacingStart": [
50
+ "0.5"
51
+ ]
52
+ }
53
+ },
54
+ "propToVariantKeys": {},
55
+ "runtimeConfigDefaultProps": {},
56
+ "runtimeConfigGetStyles": {},
57
+ "runtimeConfigInternalComponentProps": {},
58
+ "motionVarPrefixes": []
59
+ },
60
+ "HStack": {
61
+ "name": "HStack",
62
+ "defaultProps": {},
63
+ "getStylesLiterals": {},
64
+ "cxLiterals": [],
65
+ "internalComponents": [
66
+ "Box"
67
+ ],
68
+ "internalComponentProps": {
69
+ "Box": {
70
+ "flexDirection": [
71
+ "row"
72
+ ]
73
+ }
74
+ },
75
+ "propToVariantKeys": {
76
+ "gap": [
77
+ "rowGap",
78
+ "columnGap"
79
+ ]
80
+ },
81
+ "runtimeConfigDefaultProps": {},
82
+ "runtimeConfigGetStyles": {},
83
+ "runtimeConfigInternalComponentProps": {},
84
+ "motionVarPrefixes": []
85
+ },
86
+ "Icon": {
87
+ "name": "Icon",
88
+ "defaultProps": {
89
+ "size": "md",
90
+ "variant": "outline",
91
+ "color": "primary"
92
+ },
93
+ "getStylesLiterals": {
94
+ "flex": "none"
95
+ },
96
+ "cxLiterals": [
97
+ "[&_path]:fill-current"
98
+ ],
99
+ "internalComponents": [
100
+ "SVGIcon"
101
+ ],
102
+ "internalComponentProps": {},
103
+ "propToVariantKeys": {},
104
+ "runtimeConfigDefaultProps": {},
105
+ "runtimeConfigGetStyles": {},
106
+ "runtimeConfigInternalComponentProps": {},
107
+ "motionVarPrefixes": []
108
+ },
109
+ "IconSlot": {
110
+ "name": "IconSlot",
111
+ "defaultProps": {},
112
+ "getStylesLiterals": {},
113
+ "cxLiterals": [],
114
+ "internalComponents": [
115
+ "Icon"
116
+ ],
117
+ "internalComponentProps": {},
118
+ "propToVariantKeys": {},
119
+ "runtimeConfigDefaultProps": {},
120
+ "runtimeConfigGetStyles": {},
121
+ "runtimeConfigInternalComponentProps": {},
122
+ "motionVarPrefixes": []
123
+ },
124
+ "Image": {
125
+ "name": "Image",
126
+ "defaultProps": {},
127
+ "getStylesLiterals": {},
128
+ "cxLiterals": [],
129
+ "internalComponents": [],
130
+ "internalComponentProps": {},
131
+ "propToVariantKeys": {},
132
+ "runtimeConfigDefaultProps": {},
133
+ "runtimeConfigGetStyles": {},
134
+ "runtimeConfigInternalComponentProps": {},
135
+ "motionVarPrefixes": []
136
+ },
2
137
  "Link": {
3
138
  "name": "Link",
4
139
  "defaultProps": {
@@ -52,32 +187,6 @@
52
187
  "runtimeConfigInternalComponentProps": {},
53
188
  "motionVarPrefixes": []
54
189
  },
55
- "VStack": {
56
- "name": "VStack",
57
- "defaultProps": {},
58
- "getStylesLiterals": {},
59
- "cxLiterals": [],
60
- "internalComponents": [
61
- "Box"
62
- ],
63
- "internalComponentProps": {
64
- "Box": {
65
- "flexDirection": [
66
- "column"
67
- ]
68
- }
69
- },
70
- "propToVariantKeys": {
71
- "gap": [
72
- "columnGap",
73
- "rowGap"
74
- ]
75
- },
76
- "runtimeConfigDefaultProps": {},
77
- "runtimeConfigGetStyles": {},
78
- "runtimeConfigInternalComponentProps": {},
79
- "motionVarPrefixes": []
80
- },
81
190
  "Scrim": {
82
191
  "name": "Scrim",
83
192
  "defaultProps": {
@@ -117,74 +226,56 @@
117
226
  "runtimeConfigInternalComponentProps": {},
118
227
  "motionVarPrefixes": []
119
228
  },
120
- "IconSlot": {
121
- "name": "IconSlot",
122
- "defaultProps": {},
123
- "getStylesLiterals": {},
124
- "cxLiterals": [],
125
- "internalComponents": [
126
- "Icon"
127
- ],
128
- "internalComponentProps": {},
129
- "propToVariantKeys": {},
130
- "runtimeConfigDefaultProps": {},
131
- "runtimeConfigGetStyles": {},
132
- "runtimeConfigInternalComponentProps": {},
133
- "motionVarPrefixes": []
134
- },
135
- "Box": {
136
- "name": "Box",
137
- "defaultProps": {
138
- "as": "div",
139
- "display": "flex"
140
- },
141
- "getStylesLiterals": {},
142
- "cxLiterals": [],
143
- "internalComponents": [
144
- "Comp"
145
- ],
146
- "internalComponentProps": {},
147
- "propToVariantKeys": {
148
- "elevationAlias": [
149
- "backgroundColor",
150
- "borderColor",
151
- "borderWidth",
152
- "dropShadow"
153
- ]
154
- },
155
- "runtimeConfigDefaultProps": {},
156
- "runtimeConfigGetStyles": {},
157
- "runtimeConfigInternalComponentProps": {},
158
- "motionVarPrefixes": []
159
- },
160
- "FormLabel": {
161
- "name": "FormLabel",
229
+ "SvgFloatingOverlay": {
230
+ "name": "SvgFloatingOverlay",
162
231
  "defaultProps": {
163
- "color": "muted",
164
- "variant": "label3",
165
- "as": "label"
232
+ "contentOverflow": "auto"
166
233
  },
167
234
  "getStylesLiterals": {},
168
235
  "cxLiterals": [
169
- "cursor-[inherit]"
236
+ "absolute",
237
+ "top-0",
238
+ "left-0",
239
+ "w-full",
240
+ "h-full",
241
+ "overflow-visible",
242
+ "pointer-events-none",
243
+ "z-[2]",
244
+ "z-[3]",
245
+ "max-h-full",
246
+ "gap-[inherit]"
170
247
  ],
171
248
  "internalComponents": [
172
- "Text"
249
+ "Box",
250
+ "Fragment"
173
251
  ],
174
252
  "internalComponentProps": {
175
- "Text": {
176
- "as": [
177
- "sup"
253
+ "Box": {
254
+ "position": [
255
+ "relative"
178
256
  ],
179
- "variant": [
180
- "inherit"
257
+ "flexGrow": [
258
+ "1"
181
259
  ],
182
- "spacingStart": [
183
- "0.5"
260
+ "overflow": [
261
+ "hidden"
262
+ ],
263
+ "display": [
264
+ "block"
265
+ ],
266
+ "className": [
267
+ "max-h-full gap-[inherit]"
184
268
  ]
185
269
  }
186
270
  },
187
- "propToVariantKeys": {},
271
+ "propToVariantKeys": {
272
+ "blurClassName": [
273
+ "className"
274
+ ],
275
+ "contentOverflow": [
276
+ "overflow"
277
+ ]
278
+ },
188
279
  "runtimeConfigDefaultProps": {},
189
280
  "runtimeConfigGetStyles": {},
190
281
  "runtimeConfigInternalComponentProps": {},
@@ -217,34 +308,39 @@
217
308
  "runtimeConfigInternalComponentProps": {},
218
309
  "motionVarPrefixes": []
219
310
  },
220
- "Image": {
221
- "name": "Image",
222
- "defaultProps": {},
311
+ "VStack": {
312
+ "name": "VStack",
313
+ "defaultProps": {},
223
314
  "getStylesLiterals": {},
224
315
  "cxLiterals": [],
225
- "internalComponents": [],
226
- "internalComponentProps": {},
227
- "propToVariantKeys": {},
316
+ "internalComponents": [
317
+ "Box"
318
+ ],
319
+ "internalComponentProps": {
320
+ "Box": {
321
+ "flexDirection": [
322
+ "column"
323
+ ]
324
+ }
325
+ },
326
+ "propToVariantKeys": {
327
+ "gap": [
328
+ "columnGap",
329
+ "rowGap"
330
+ ]
331
+ },
228
332
  "runtimeConfigDefaultProps": {},
229
333
  "runtimeConfigGetStyles": {},
230
334
  "runtimeConfigInternalComponentProps": {},
231
335
  "motionVarPrefixes": []
232
336
  },
233
- "Icon": {
234
- "name": "Icon",
235
- "defaultProps": {
236
- "size": "md",
237
- "variant": "outline",
238
- "color": "primary"
239
- },
240
- "getStylesLiterals": {
241
- "flex": "none"
242
- },
243
- "cxLiterals": [
244
- "[&_path]:fill-current"
245
- ],
337
+ "Divider": {
338
+ "name": "Divider",
339
+ "defaultProps": {},
340
+ "getStylesLiterals": {},
341
+ "cxLiterals": [],
246
342
  "internalComponents": [
247
- "SVGIcon"
343
+ "DividerInternal"
248
344
  ],
249
345
  "internalComponentProps": {},
250
346
  "propToVariantKeys": {},
@@ -253,25 +349,73 @@
253
349
  "runtimeConfigInternalComponentProps": {},
254
350
  "motionVarPrefixes": []
255
351
  },
256
- "HStack": {
257
- "name": "HStack",
258
- "defaultProps": {},
352
+ "DividerCore": {
353
+ "name": "DividerCore",
354
+ "defaultProps": {
355
+ "contentPosition": "center"
356
+ },
259
357
  "getStylesLiterals": {},
260
358
  "cxLiterals": [],
261
359
  "internalComponents": [
262
- "Box"
360
+ "Box",
361
+ "Line",
362
+ "InternalComponent",
363
+ "Text"
263
364
  ],
264
365
  "internalComponentProps": {
265
366
  "Box": {
266
- "flexDirection": [
267
- "row"
367
+ "flex": [
368
+ "1",
369
+ "none"
370
+ ],
371
+ "display": [
372
+ "flex"
373
+ ]
374
+ },
375
+ "InternalComponent": {
376
+ "flex": [
377
+ "1"
378
+ ],
379
+ "alignItems": [
380
+ "center"
381
+ ]
382
+ },
383
+ "Text": {
384
+ "as": [
385
+ "span"
386
+ ],
387
+ "color": [
388
+ "inherit"
389
+ ],
390
+ "variant": [
391
+ "inherit"
268
392
  ]
269
393
  }
270
394
  },
395
+ "propToVariantKeys": {},
396
+ "runtimeConfigDefaultProps": {},
397
+ "runtimeConfigGetStyles": {},
398
+ "runtimeConfigInternalComponentProps": {},
399
+ "motionVarPrefixes": []
400
+ },
401
+ "DividerInternal": {
402
+ "name": "DividerInternal",
403
+ "defaultProps": {
404
+ "variant": "primary"
405
+ },
406
+ "getStylesLiterals": {},
407
+ "cxLiterals": [
408
+ "inherit"
409
+ ],
410
+ "internalComponents": [
411
+ "DividerCore"
412
+ ],
413
+ "internalComponentProps": {},
271
414
  "propToVariantKeys": {
272
- "gap": [
273
- "rowGap",
274
- "columnGap"
415
+ "variant": [
416
+ "dividerVariantRoot",
417
+ "dividerVariantLabel",
418
+ "dividerVariantLine"
275
419
  ]
276
420
  },
277
421
  "runtimeConfigDefaultProps": {},
@@ -279,60 +423,121 @@
279
423
  "runtimeConfigInternalComponentProps": {},
280
424
  "motionVarPrefixes": []
281
425
  },
282
- "SvgFloatingOverlay": {
283
- "name": "SvgFloatingOverlay",
426
+ "Spinner": {
427
+ "name": "Spinner",
284
428
  "defaultProps": {
285
- "contentOverflow": "auto"
429
+ "color": "primary",
430
+ "size": "lg"
286
431
  },
287
432
  "getStylesLiterals": {},
288
433
  "cxLiterals": [
289
- "absolute",
290
- "top-0",
291
- "left-0",
292
- "w-full",
293
- "h-full",
294
- "overflow-visible",
295
- "pointer-events-none",
296
- "z-[2]",
297
- "z-[3]",
298
- "max-h-full",
299
- "gap-[inherit]"
434
+ "self-center",
435
+ "relative",
436
+ "sr-only"
300
437
  ],
301
438
  "internalComponents": [
302
- "Box",
303
- "Fragment"
439
+ "Icon"
304
440
  ],
305
441
  "internalComponentProps": {
306
- "Box": {
307
- "position": [
308
- "relative"
309
- ],
310
- "flexGrow": [
311
- "1"
312
- ],
313
- "overflow": [
314
- "hidden"
315
- ],
316
- "display": [
317
- "block"
442
+ "Icon": {
443
+ "role": [
444
+ "img"
318
445
  ],
319
446
  "className": [
320
- "max-h-full gap-[inherit]"
447
+ "animate-spin"
448
+ ],
449
+ "aria-hidden": [
450
+ "true"
451
+ ]
452
+ }
453
+ },
454
+ "propToVariantKeys": {},
455
+ "runtimeConfigDefaultProps": {},
456
+ "runtimeConfigGetStyles": {},
457
+ "runtimeConfigInternalComponentProps": {},
458
+ "motionVarPrefixes": []
459
+ },
460
+ "Table.mocks": {
461
+ "name": "Table.mocks",
462
+ "defaultProps": {},
463
+ "getStylesLiterals": {},
464
+ "cxLiterals": [],
465
+ "internalComponents": [],
466
+ "internalComponentProps": {},
467
+ "propToVariantKeys": {},
468
+ "runtimeConfigDefaultProps": {},
469
+ "runtimeConfigGetStyles": {},
470
+ "runtimeConfigInternalComponentProps": {},
471
+ "motionVarPrefixes": []
472
+ },
473
+ "Table": {
474
+ "name": "Table",
475
+ "defaultProps": {
476
+ "display": "table-cell",
477
+ "overflow": "hidden",
478
+ "borderColor": "muted",
479
+ "borderRadius": "md",
480
+ "spacing": "3",
481
+ "borderBottomColor": "muted",
482
+ "borderBottomWidth": "thin",
483
+ "color": "primary"
484
+ },
485
+ "getStylesLiterals": {
486
+ "textAlign": "start"
487
+ },
488
+ "cxLiterals": [],
489
+ "internalComponents": [
490
+ "CellComponent",
491
+ "Box",
492
+ "Text",
493
+ "Table.Root",
494
+ "Table.Header",
495
+ "Table.Row",
496
+ "Table.Cell",
497
+ "Table.Body"
498
+ ],
499
+ "internalComponentProps": {
500
+ "Table.Cell": {
501
+ "asHeaderCell": [
502
+ "column"
503
+ ]
504
+ }
505
+ },
506
+ "propToVariantKeys": {},
507
+ "runtimeConfigDefaultProps": {},
508
+ "runtimeConfigGetStyles": {},
509
+ "runtimeConfigInternalComponentProps": {},
510
+ "motionVarPrefixes": []
511
+ },
512
+ "AnimateHeightChange": {
513
+ "name": "AnimateHeightChange",
514
+ "defaultProps": {},
515
+ "getStylesLiterals": {},
516
+ "cxLiterals": [
517
+ "overflow-hidden"
518
+ ],
519
+ "internalComponents": [
520
+ "SpringMotionConfig"
521
+ ],
522
+ "internalComponentProps": {
523
+ "SpringMotionConfig": {
524
+ "layoutSpeed": [
525
+ "4"
321
526
  ]
322
527
  }
323
528
  },
324
529
  "propToVariantKeys": {
325
- "blurClassName": [
326
- "className"
327
- ],
328
- "contentOverflow": [
329
- "overflow"
530
+ "reduceMotion": [
531
+ "reducedMotion"
330
532
  ]
331
533
  },
332
534
  "runtimeConfigDefaultProps": {},
333
535
  "runtimeConfigGetStyles": {},
334
536
  "runtimeConfigInternalComponentProps": {},
335
- "motionVarPrefixes": []
537
+ "motionVarPrefixes": [
538
+ "--uds-motion-subtle-4-",
539
+ "--uds-motion-smooth-3-"
540
+ ]
336
541
  },
337
542
  "Badge": {
338
543
  "name": "Badge",
@@ -391,129 +596,10 @@
391
596
  "runtimeConfigInternalComponentProps": {},
392
597
  "motionVarPrefixes": []
393
598
  },
394
- "SpringMotionConfig": {
395
- "name": "SpringMotionConfig",
599
+ "Button": {
600
+ "name": "Button",
396
601
  "defaultProps": {
397
- "reducedMotion": "user"
398
- },
399
- "getStylesLiterals": {},
400
- "cxLiterals": [],
401
- "internalComponents": [
402
- "LazyMotion",
403
- "MotionConfig"
404
- ],
405
- "internalComponentProps": {},
406
- "propToVariantKeys": {
407
- "loadFeatures": [
408
- "features"
409
- ]
410
- },
411
- "runtimeConfigDefaultProps": {},
412
- "runtimeConfigGetStyles": {},
413
- "runtimeConfigInternalComponentProps": {},
414
- "motionVarPrefixes": []
415
- },
416
- "AnimateHeightChange": {
417
- "name": "AnimateHeightChange",
418
- "defaultProps": {},
419
- "getStylesLiterals": {},
420
- "cxLiterals": [
421
- "overflow-hidden"
422
- ],
423
- "internalComponents": [
424
- "SpringMotionConfig"
425
- ],
426
- "internalComponentProps": {
427
- "SpringMotionConfig": {
428
- "layoutSpeed": [
429
- "4"
430
- ]
431
- }
432
- },
433
- "propToVariantKeys": {
434
- "reduceMotion": [
435
- "reducedMotion"
436
- ]
437
- },
438
- "runtimeConfigDefaultProps": {},
439
- "runtimeConfigGetStyles": {},
440
- "runtimeConfigInternalComponentProps": {},
441
- "motionVarPrefixes": [
442
- "--uds-motion-subtle-4-",
443
- "--uds-motion-smooth-3-"
444
- ]
445
- },
446
- "IconButton": {
447
- "name": "IconButton",
448
- "defaultProps": {
449
- "type": "button"
450
- },
451
- "getStylesLiterals": {},
452
- "cxLiterals": [
453
- "uds-ring",
454
- "uds-hit-target",
455
- "inline-flex",
456
- "overflow-hidden",
457
- "justify-center",
458
- "items-center",
459
- "[transform-origin:center]",
460
- "[backface-visibility:hidden]",
461
- "[transition-property:color,background-color,border-color,",
462
- "box-shadow,text-decoration-color,fill,stroke]",
463
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
464
- "[transition-duration:220ms]",
465
- "cursor-not-allowed",
466
- "uds-button-loading",
467
- "uds-button-without-effects",
468
- "animate-spin"
469
- ],
470
- "internalComponents": [
471
- "Icon",
472
- "SpringMotionConfig",
473
- "AnimatePresence"
474
- ],
475
- "internalComponentProps": {
476
- "Icon": {
477
- "color": [
478
- "current"
479
- ]
480
- },
481
- "SpringMotionConfig": {
482
- "layoutSpeed": [
483
- "3"
484
- ]
485
- },
486
- "AnimatePresence": {
487
- "mode": [
488
- "popLayout"
489
- ]
490
- }
491
- },
492
- "propToVariantKeys": {
493
- "size": [
494
- "iconbuttonSizeRoot",
495
- "iconbuttonSizeIcon"
496
- ],
497
- "variant": [
498
- "buttonVariantRoot",
499
- "buttonVariantIcon"
500
- ],
501
- "iconVariant": [
502
- "variant"
503
- ]
504
- },
505
- "runtimeConfigDefaultProps": {},
506
- "runtimeConfigGetStyles": {},
507
- "runtimeConfigInternalComponentProps": {},
508
- "motionVarPrefixes": [
509
- "--uds-motion-subtle-3-",
510
- "--uds-motion-smooth-3-"
511
- ]
512
- },
513
- "Button": {
514
- "name": "Button",
515
- "defaultProps": {
516
- "type": "button"
602
+ "type": "button"
517
603
  },
518
604
  "getStylesLiterals": {},
519
605
  "cxLiterals": [
@@ -597,21 +683,6 @@
597
683
  "--uds-motion-smooth-3-"
598
684
  ]
599
685
  },
600
- "Pressable": {
601
- "name": "Pressable",
602
- "defaultProps": {},
603
- "getStylesLiterals": {},
604
- "cxLiterals": [],
605
- "internalComponents": [
606
- "Comp"
607
- ],
608
- "internalComponentProps": {},
609
- "propToVariantKeys": {},
610
- "runtimeConfigDefaultProps": {},
611
- "runtimeConfigGetStyles": {},
612
- "runtimeConfigInternalComponentProps": {},
613
- "motionVarPrefixes": []
614
- },
615
686
  "Checkbox": {
616
687
  "name": "Checkbox",
617
688
  "defaultProps": {
@@ -718,6 +789,110 @@
718
789
  "--uds-motion-smooth-3-"
719
790
  ]
720
791
  },
792
+ "IconButton": {
793
+ "name": "IconButton",
794
+ "defaultProps": {
795
+ "type": "button"
796
+ },
797
+ "getStylesLiterals": {},
798
+ "cxLiterals": [
799
+ "uds-ring",
800
+ "uds-hit-target",
801
+ "inline-flex",
802
+ "overflow-hidden",
803
+ "justify-center",
804
+ "items-center",
805
+ "[transform-origin:center]",
806
+ "[backface-visibility:hidden]",
807
+ "[transition-property:color,background-color,border-color,",
808
+ "box-shadow,text-decoration-color,fill,stroke]",
809
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
810
+ "[transition-duration:220ms]",
811
+ "cursor-not-allowed",
812
+ "uds-button-loading",
813
+ "uds-button-without-effects",
814
+ "animate-spin"
815
+ ],
816
+ "internalComponents": [
817
+ "Icon",
818
+ "SpringMotionConfig",
819
+ "AnimatePresence"
820
+ ],
821
+ "internalComponentProps": {
822
+ "Icon": {
823
+ "color": [
824
+ "current"
825
+ ]
826
+ },
827
+ "SpringMotionConfig": {
828
+ "layoutSpeed": [
829
+ "3"
830
+ ]
831
+ },
832
+ "AnimatePresence": {
833
+ "mode": [
834
+ "popLayout"
835
+ ]
836
+ }
837
+ },
838
+ "propToVariantKeys": {
839
+ "size": [
840
+ "iconbuttonSizeRoot",
841
+ "iconbuttonSizeIcon"
842
+ ],
843
+ "variant": [
844
+ "buttonVariantRoot",
845
+ "buttonVariantIcon"
846
+ ],
847
+ "iconVariant": [
848
+ "variant"
849
+ ]
850
+ },
851
+ "runtimeConfigDefaultProps": {},
852
+ "runtimeConfigGetStyles": {},
853
+ "runtimeConfigInternalComponentProps": {},
854
+ "motionVarPrefixes": [
855
+ "--uds-motion-subtle-3-",
856
+ "--uds-motion-smooth-3-"
857
+ ]
858
+ },
859
+ "Pressable": {
860
+ "name": "Pressable",
861
+ "defaultProps": {},
862
+ "getStylesLiterals": {},
863
+ "cxLiterals": [],
864
+ "internalComponents": [
865
+ "Comp"
866
+ ],
867
+ "internalComponentProps": {},
868
+ "propToVariantKeys": {},
869
+ "runtimeConfigDefaultProps": {},
870
+ "runtimeConfigGetStyles": {},
871
+ "runtimeConfigInternalComponentProps": {},
872
+ "motionVarPrefixes": []
873
+ },
874
+ "SpringMotionConfig": {
875
+ "name": "SpringMotionConfig",
876
+ "defaultProps": {
877
+ "reducedMotion": "user"
878
+ },
879
+ "getStylesLiterals": {},
880
+ "cxLiterals": [],
881
+ "internalComponents": [
882
+ "LazyMotion",
883
+ "MotionConfig"
884
+ ],
885
+ "internalComponentProps": {},
886
+ "propToVariantKeys": {
887
+ "loadFeatures": [
888
+ "features"
889
+ ]
890
+ },
891
+ "runtimeConfigDefaultProps": {},
892
+ "runtimeConfigGetStyles": {},
893
+ "runtimeConfigInternalComponentProps": {},
894
+ "motionVarPrefixes": []
895
+ },
721
896
  "Switch": {
722
897
  "name": "Switch",
723
898
  "defaultProps": {
@@ -835,125 +1010,139 @@
835
1010
  "--uds-motion-smooth-3-"
836
1011
  ]
837
1012
  },
838
- "Table.mocks": {
839
- "name": "Table.mocks",
840
- "defaultProps": {},
841
- "getStylesLiterals": {},
842
- "cxLiterals": [],
843
- "internalComponents": [],
844
- "internalComponentProps": {},
845
- "propToVariantKeys": {},
846
- "runtimeConfigDefaultProps": {},
847
- "runtimeConfigGetStyles": {},
848
- "runtimeConfigInternalComponentProps": {},
849
- "motionVarPrefixes": []
850
- },
851
- "Table": {
852
- "name": "Table",
1013
+ "Input": {
1014
+ "name": "Input",
853
1015
  "defaultProps": {
854
- "display": "table-cell",
855
- "overflow": "hidden",
856
- "borderColor": "muted",
857
- "borderRadius": "md",
858
- "spacing": "3",
859
- "borderBottomColor": "muted",
860
- "borderBottomWidth": "thin",
861
- "color": "primary"
1016
+ "type": "text",
1017
+ "size": "md",
1018
+ "width": "full"
862
1019
  },
863
1020
  "getStylesLiterals": {
864
- "textAlign": "start"
1021
+ "inputVariantRoot": "default",
1022
+ "inputVariantValueRoot": "empty",
1023
+ "inputVariantValueRoot:1": "filled",
1024
+ "inputVariantInputWrapper": "default",
1025
+ "inputVariantValueInputWrapper": "empty",
1026
+ "inputVariantValueInputWrapper:1": "filled",
1027
+ "inputVariantInput": "default",
1028
+ "inputVariantValueInput": "empty",
1029
+ "inputVariantValueInput:1": "filled",
1030
+ "inputVariantInputPlaceholder": "default",
1031
+ "inputVariantValueInputPlaceholder": "empty",
1032
+ "inputVariantValueInputPlaceholder:1": "filled",
1033
+ "inputVariantLabel": "default",
1034
+ "inputVariantValueLabel": "empty",
1035
+ "inputVariantValueLabel:1": "filled",
1036
+ "inputVariantLabelRequired": "default",
1037
+ "inputVariantValueLabelRequired": "empty",
1038
+ "inputVariantValueLabelRequired:1": "filled",
1039
+ "inputVariantStartIcon": "default",
1040
+ "inputVariantValueStartIcon": "empty",
1041
+ "inputVariantValueStartIcon:1": "filled",
1042
+ "inputVariantEndIcon": "default",
1043
+ "inputVariantValueEndIcon": "empty",
1044
+ "inputVariantValueEndIcon:1": "filled"
865
1045
  },
866
- "cxLiterals": [],
1046
+ "cxLiterals": [
1047
+ "opacity-50",
1048
+ "min-w-[200px]",
1049
+ "grow",
1050
+ "uds-hit-target",
1051
+ "bg-clip-text",
1052
+ "focus:outline-none",
1053
+ "cursor-text",
1054
+ "cursor-not-allowed"
1055
+ ],
867
1056
  "internalComponents": [
868
- "CellComponent",
1057
+ "IconSlot",
1058
+ "StartIcon",
1059
+ "EndIcon",
1060
+ "HelpTextContent",
869
1061
  "Box",
870
- "Text",
871
- "Table.Root",
872
- "Table.Header",
873
- "Table.Row",
874
- "Table.Cell",
875
- "Table.Body"
1062
+ "InputHelpTextInternal",
1063
+ "VStack",
1064
+ "HStack",
1065
+ "AnimateHeightChange"
876
1066
  ],
877
1067
  "internalComponentProps": {
878
- "Table.Cell": {
879
- "asHeaderCell": [
880
- "column"
1068
+ "HelpTextContent": {
1069
+ "spacingTop": [
1070
+ "2"
1071
+ ]
1072
+ },
1073
+ "Box": {
1074
+ "spacingBottom": [
1075
+ "2"
1076
+ ],
1077
+ "columnGap": [
1078
+ "0.5"
1079
+ ],
1080
+ "alignItems": [
1081
+ "flex-end",
1082
+ "center"
1083
+ ],
1084
+ "position": [
1085
+ "relative"
1086
+ ]
1087
+ },
1088
+ "HStack": {
1089
+ "alignItems": [
1090
+ "center"
1091
+ ],
1092
+ "gap": [
1093
+ "1"
881
1094
  ]
882
1095
  }
883
1096
  },
884
- "propToVariantKeys": {},
1097
+ "propToVariantKeys": {
1098
+ "size": [
1099
+ "inputSizeRoot",
1100
+ "inputSizeInputWrapper",
1101
+ "inputSizeInput",
1102
+ "inputSizeLabel",
1103
+ "inputSizeStartIcon",
1104
+ "inputSizeEndIcon"
1105
+ ],
1106
+ "startIcon": [
1107
+ "icon"
1108
+ ],
1109
+ "endIcon": [
1110
+ "icon"
1111
+ ],
1112
+ "helperTextIcon": [
1113
+ "startIcon"
1114
+ ]
1115
+ },
885
1116
  "runtimeConfigDefaultProps": {},
886
1117
  "runtimeConfigGetStyles": {},
887
1118
  "runtimeConfigInternalComponentProps": {},
888
1119
  "motionVarPrefixes": []
889
1120
  },
890
- "Spinner": {
891
- "name": "Spinner",
1121
+ "InputHelpText": {
1122
+ "name": "InputHelpText",
892
1123
  "defaultProps": {
893
- "color": "primary",
894
- "size": "lg"
1124
+ "size": "md"
895
1125
  },
896
- "getStylesLiterals": {},
897
- "cxLiterals": [
898
- "self-center",
899
- "relative",
900
- "sr-only"
901
- ],
1126
+ "getStylesLiterals": {
1127
+ "inputVariantRoot": "default",
1128
+ "inputVariantValueRoot": "empty",
1129
+ "inputVariantValueRoot:1": "filled"
1130
+ },
1131
+ "cxLiterals": [],
902
1132
  "internalComponents": [
903
- "Icon"
1133
+ "InputHelpTextInternal",
1134
+ "Box"
904
1135
  ],
905
1136
  "internalComponentProps": {
906
- "Icon": {
907
- "role": [
908
- "img"
909
- ],
910
- "className": [
911
- "animate-spin"
912
- ],
913
- "aria-hidden": [
914
- "true"
1137
+ "Box": {
1138
+ "spacingTop": [
1139
+ "2"
915
1140
  ]
916
1141
  }
917
1142
  },
918
- "propToVariantKeys": {},
919
- "runtimeConfigDefaultProps": {},
920
- "runtimeConfigGetStyles": {},
921
- "runtimeConfigInternalComponentProps": {},
922
- "motionVarPrefixes": []
923
- },
924
- "Divider": {
925
- "name": "Divider",
926
- "defaultProps": {},
927
- "getStylesLiterals": {},
928
- "cxLiterals": [],
929
- "internalComponents": [
930
- "DividerInternal"
931
- ],
932
- "internalComponentProps": {},
933
- "propToVariantKeys": {},
934
- "runtimeConfigDefaultProps": {},
935
- "runtimeConfigGetStyles": {},
936
- "runtimeConfigInternalComponentProps": {},
937
- "motionVarPrefixes": []
938
- },
939
- "DividerInternal": {
940
- "name": "DividerInternal",
941
- "defaultProps": {
942
- "variant": "primary"
943
- },
944
- "getStylesLiterals": {},
945
- "cxLiterals": [
946
- "inherit"
947
- ],
948
- "internalComponents": [
949
- "DividerCore"
950
- ],
951
- "internalComponentProps": {},
952
1143
  "propToVariantKeys": {
953
- "variant": [
954
- "dividerVariantRoot",
955
- "dividerVariantLabel",
956
- "dividerVariantLine"
1144
+ "size": [
1145
+ "inputSizeRoot"
957
1146
  ]
958
1147
  },
959
1148
  "runtimeConfigDefaultProps": {},
@@ -961,421 +1150,337 @@
961
1150
  "runtimeConfigInternalComponentProps": {},
962
1151
  "motionVarPrefixes": []
963
1152
  },
964
- "DividerCore": {
965
- "name": "DividerCore",
966
- "defaultProps": {
967
- "contentPosition": "center"
1153
+ "InputHelpTextInternal": {
1154
+ "name": "InputHelpTextInternal",
1155
+ "defaultProps": {},
1156
+ "getStylesLiterals": {
1157
+ "inputVariantHelperText": "default",
1158
+ "inputVariantValueHelperText": "empty",
1159
+ "inputVariantValueHelperText:1": "filled",
1160
+ "inputVariantHelperIcon": "default",
1161
+ "inputVariantValueHelperIcon": "empty",
1162
+ "inputVariantValueHelperIcon:1": "filled"
968
1163
  },
969
- "getStylesLiterals": {},
970
1164
  "cxLiterals": [],
971
1165
  "internalComponents": [
972
- "Box",
973
- "Line",
974
- "InternalComponent",
975
- "Text"
1166
+ "IconSlot",
1167
+ "HStack"
976
1168
  ],
977
1169
  "internalComponentProps": {
978
- "Box": {
979
- "flex": [
980
- "1",
981
- "none"
982
- ],
983
- "display": [
984
- "flex"
985
- ]
986
- },
987
- "InternalComponent": {
988
- "flex": [
1170
+ "HStack": {
1171
+ "gap": [
989
1172
  "1"
990
1173
  ],
991
1174
  "alignItems": [
992
1175
  "center"
993
1176
  ]
994
- },
995
- "Text": {
996
- "as": [
997
- "span"
998
- ],
999
- "color": [
1000
- "inherit"
1001
- ],
1002
- "variant": [
1003
- "inherit"
1004
- ]
1005
1177
  }
1006
1178
  },
1007
- "propToVariantKeys": {},
1008
- "runtimeConfigDefaultProps": {},
1009
- "runtimeConfigGetStyles": {},
1010
- "runtimeConfigInternalComponentProps": {},
1011
- "motionVarPrefixes": []
1012
- },
1013
- "UDSTooltipConfigProvider": {
1014
- "name": "UDSTooltipConfigProvider",
1015
- "defaultProps": {},
1016
- "getStylesLiterals": {},
1017
- "cxLiterals": [],
1018
- "internalComponents": [
1019
- "TooltipContext.Provider"
1020
- ],
1021
- "internalComponentProps": {},
1022
- "propToVariantKeys": {},
1179
+ "propToVariantKeys": {
1180
+ "size": [
1181
+ "inputSizeHelperText",
1182
+ "inputSizeHelperIcon"
1183
+ ],
1184
+ "startIcon": [
1185
+ "icon"
1186
+ ],
1187
+ "endIcon": [
1188
+ "icon"
1189
+ ]
1190
+ },
1023
1191
  "runtimeConfigDefaultProps": {},
1024
1192
  "runtimeConfigGetStyles": {},
1025
1193
  "runtimeConfigInternalComponentProps": {},
1026
1194
  "motionVarPrefixes": []
1027
1195
  },
1028
- "TooltipTrigger": {
1029
- "name": "TooltipTrigger",
1030
- "defaultProps": {},
1031
- "getStylesLiterals": {},
1032
- "cxLiterals": [],
1033
- "internalComponents": [
1034
- "TooltipAnchor"
1035
- ],
1036
- "internalComponentProps": {
1037
- "TooltipAnchor": {
1038
- "className": [
1039
- "inline"
1040
- ]
1041
- }
1042
- },
1043
- "propToVariantKeys": {
1044
- "children": [
1045
- "render"
1046
- ]
1047
- },
1048
- "runtimeConfigDefaultProps": {},
1049
- "runtimeConfigGetStyles": {},
1050
- "runtimeConfigInternalComponentProps": {},
1051
- "motionVarPrefixes": []
1052
- },
1053
- "Tooltip": {
1054
- "name": "Tooltip",
1055
- "defaultProps": {},
1056
- "getStylesLiterals": {},
1057
- "cxLiterals": [],
1058
- "internalComponents": [
1059
- "TooltipInternalContext.Provider",
1060
- "TooltipProvider"
1061
- ],
1062
- "internalComponentProps": {},
1063
- "propToVariantKeys": {},
1064
- "runtimeConfigDefaultProps": {},
1065
- "runtimeConfigGetStyles": {},
1066
- "runtimeConfigInternalComponentProps": {
1067
- "TooltipProvider": {
1068
- "animated": [
1069
- "tooltip.animationDuration"
1070
- ]
1071
- }
1196
+ "Radio": {
1197
+ "name": "Radio",
1198
+ "defaultProps": {
1199
+ "labelPosition": "start",
1200
+ "variant": "primary",
1201
+ "size": "md",
1202
+ "value": ""
1072
1203
  },
1073
- "motionVarPrefixes": []
1074
- },
1075
- "TooltipContent": {
1076
- "name": "TooltipContent",
1077
- "defaultProps": {},
1078
1204
  "getStylesLiterals": {
1079
- "tooltipSizeRoot": "default",
1080
- "tooltipVariantRoot": "default",
1081
- "tooltipSizeSvg": "default",
1082
- "tooltipVariantSvg": "default",
1083
- "tooltipVariantBlur": "default",
1084
- "position": "absolute",
1085
- "width": "full",
1086
- "height": "full",
1087
- "tooltipSizeTitle": "default",
1088
- "tooltipSizeBody": "default",
1089
- "tooltipSizeEndContent": "default",
1090
- "tooltipSizeIcon": "default",
1091
- "tooltipVariantIcon": "default"
1205
+ "radioVariantValueRoot": "checked",
1206
+ "radioVariantValueRoot:1": "unchecked",
1207
+ "display": "flex",
1208
+ "flexDirection": "row",
1209
+ "flexDirection:1": "row-reverse",
1210
+ "alignItems": "center",
1211
+ "radioVariantValueRadio": "checked",
1212
+ "radioVariantValueRadio:1": "unchecked",
1213
+ "radioVariantValueRadioCircle": "checked",
1214
+ "radioVariantValueRadioCircle:1": "unchecked"
1092
1215
  },
1093
1216
  "cxLiterals": [
1094
- "max-w-lg",
1095
- "flex",
1096
- "z-[9999]",
1097
- "uds-bgBlurFillFallback",
1098
- "uds-bgBlurFallback",
1099
- "top-0",
1100
- "left-0",
1101
- "z-[1]"
1217
+ "cursor-pointer",
1218
+ "cursor-default",
1219
+ "opacity-50",
1220
+ "border",
1221
+ "uds-ring",
1222
+ "uds-ring-within",
1223
+ "transition-[background-color,border-color]",
1224
+ "transition-shadow",
1225
+ "pointer-events-none",
1226
+ "w-[8px]",
1227
+ "h-[8px]",
1228
+ "transition-opacity",
1229
+ "cursor-[inherit]",
1230
+ "absolute",
1231
+ "opacity-0",
1232
+ "top-1/2",
1233
+ "left-1/2",
1234
+ "w-[calc(100%+2px)]",
1235
+ "h-[calc(100%+2px)]",
1236
+ "transform",
1237
+ "translate-x-[-50%]",
1238
+ "translate-y-[-50%]",
1239
+ "text-start",
1240
+ "text-end"
1102
1241
  ],
1103
1242
  "internalComponents": [
1104
- "IconSlot",
1105
- "TooltipArrow",
1106
- "Tooltip",
1107
- "SvgFloatingOverlay",
1108
- "VStack",
1109
1243
  "Box",
1110
- "Text"
1244
+ "FormLabel",
1245
+ "SpringMotionConfig",
1246
+ "RootElement",
1247
+ "MotionBox"
1111
1248
  ],
1112
1249
  "internalComponentProps": {
1113
- "SvgFloatingOverlay": {
1114
- "contentOverflow": [
1115
- "visible"
1250
+ "Box": {
1251
+ "borderRadius": [
1252
+ "full"
1116
1253
  ]
1117
1254
  },
1118
- "VStack": {
1119
- "className": [
1120
- "gap-[inherit]"
1255
+ "FormLabel": {
1256
+ "as": [
1257
+ "div"
1258
+ ],
1259
+ "variant": [
1260
+ "inherit"
1261
+ ],
1262
+ "color": [
1263
+ "inherit"
1121
1264
  ]
1122
1265
  },
1123
- "Box": {
1266
+ "RootElement": {
1267
+ "data-testid": [
1268
+ "container"
1269
+ ]
1270
+ },
1271
+ "MotionBox": {
1272
+ "position": [
1273
+ "relative"
1274
+ ],
1275
+ "borderRadius": [
1276
+ "full"
1277
+ ],
1124
1278
  "alignItems": [
1125
1279
  "center"
1126
1280
  ],
1127
- "columnGap": [
1128
- "1",
1129
- "1.5"
1130
- ]
1131
- },
1132
- "Text": {
1133
- "color": [
1134
- "inherit"
1281
+ "justifyContent": [
1282
+ "center"
1283
+ ],
1284
+ "flex": [
1285
+ "none"
1135
1286
  ]
1136
1287
  }
1137
1288
  },
1138
1289
  "propToVariantKeys": {
1139
- "startTitleIcon": [
1140
- "icon"
1290
+ "size": [
1291
+ "radioSizeRoot",
1292
+ "radioSizeRadio"
1293
+ ],
1294
+ "variant": [
1295
+ "radioVariantRoot",
1296
+ "radioVariantRadio",
1297
+ "radioVariantRadioCircle"
1298
+ ],
1299
+ "reduceMotion": [
1300
+ "reducedMotion"
1141
1301
  ]
1142
1302
  },
1143
1303
  "runtimeConfigDefaultProps": {},
1144
1304
  "runtimeConfigGetStyles": {},
1145
1305
  "runtimeConfigInternalComponentProps": {},
1146
- "motionVarPrefixes": []
1306
+ "motionVarPrefixes": [
1307
+ "--uds-motion-subtle-3-",
1308
+ "--uds-motion-smooth-3-"
1309
+ ]
1147
1310
  },
1148
- "InputHelpText": {
1149
- "name": "InputHelpText",
1150
- "defaultProps": {
1151
- "size": "md"
1152
- },
1153
- "getStylesLiterals": {
1154
- "inputVariantRoot": "default",
1155
- "inputVariantValueRoot": "empty",
1156
- "inputVariantValueRoot:1": "filled"
1157
- },
1311
+ "RadioGroupProvider": {
1312
+ "name": "RadioGroupProvider",
1313
+ "defaultProps": {},
1314
+ "getStylesLiterals": {},
1158
1315
  "cxLiterals": [],
1159
1316
  "internalComponents": [
1160
- "InputHelpTextInternal",
1161
- "Box"
1317
+ "DivProps",
1318
+ "Comp",
1319
+ "RadioGroupContext.Provider"
1162
1320
  ],
1163
1321
  "internalComponentProps": {
1164
- "Box": {
1165
- "spacingTop": [
1166
- "2"
1322
+ "Comp": {
1323
+ "role": [
1324
+ "radiogroup"
1167
1325
  ]
1168
1326
  }
1169
1327
  },
1170
- "propToVariantKeys": {
1171
- "size": [
1172
- "inputSizeRoot"
1173
- ]
1174
- },
1328
+ "propToVariantKeys": {},
1175
1329
  "runtimeConfigDefaultProps": {},
1176
1330
  "runtimeConfigGetStyles": {},
1177
1331
  "runtimeConfigInternalComponentProps": {},
1178
1332
  "motionVarPrefixes": []
1179
1333
  },
1180
- "InputHelpTextInternal": {
1181
- "name": "InputHelpTextInternal",
1334
+ "RadioGroupStore": {
1335
+ "name": "RadioGroupStore",
1182
1336
  "defaultProps": {},
1183
- "getStylesLiterals": {
1184
- "inputVariantHelperText": "default",
1185
- "inputVariantValueHelperText": "empty",
1186
- "inputVariantValueHelperText:1": "filled",
1187
- "inputVariantHelperIcon": "default",
1188
- "inputVariantValueHelperIcon": "empty",
1189
- "inputVariantValueHelperIcon:1": "filled"
1190
- },
1337
+ "getStylesLiterals": {},
1191
1338
  "cxLiterals": [],
1192
- "internalComponents": [
1193
- "IconSlot",
1194
- "HStack"
1195
- ],
1196
- "internalComponentProps": {
1197
- "HStack": {
1198
- "gap": [
1199
- "1"
1200
- ],
1201
- "alignItems": [
1202
- "center"
1203
- ]
1204
- }
1205
- },
1206
- "propToVariantKeys": {
1207
- "size": [
1208
- "inputSizeHelperText",
1209
- "inputSizeHelperIcon"
1210
- ],
1211
- "startIcon": [
1212
- "icon"
1213
- ],
1214
- "endIcon": [
1215
- "icon"
1216
- ]
1217
- },
1339
+ "internalComponents": [],
1340
+ "internalComponentProps": {},
1341
+ "propToVariantKeys": {},
1218
1342
  "runtimeConfigDefaultProps": {},
1219
1343
  "runtimeConfigGetStyles": {},
1220
1344
  "runtimeConfigInternalComponentProps": {},
1221
1345
  "motionVarPrefixes": []
1222
1346
  },
1223
- "Input": {
1224
- "name": "Input",
1225
- "defaultProps": {
1226
- "type": "text",
1227
- "size": "md",
1228
- "width": "full"
1229
- },
1230
- "getStylesLiterals": {
1231
- "inputVariantRoot": "default",
1232
- "inputVariantValueRoot": "empty",
1233
- "inputVariantValueRoot:1": "filled",
1234
- "inputVariantInputWrapper": "default",
1235
- "inputVariantValueInputWrapper": "empty",
1236
- "inputVariantValueInputWrapper:1": "filled",
1237
- "inputVariantInput": "default",
1238
- "inputVariantValueInput": "empty",
1239
- "inputVariantValueInput:1": "filled",
1240
- "inputVariantInputPlaceholder": "default",
1241
- "inputVariantValueInputPlaceholder": "empty",
1242
- "inputVariantValueInputPlaceholder:1": "filled",
1243
- "inputVariantLabel": "default",
1244
- "inputVariantValueLabel": "empty",
1245
- "inputVariantValueLabel:1": "filled",
1246
- "inputVariantLabelRequired": "default",
1247
- "inputVariantValueLabelRequired": "empty",
1248
- "inputVariantValueLabelRequired:1": "filled",
1249
- "inputVariantStartIcon": "default",
1250
- "inputVariantValueStartIcon": "empty",
1251
- "inputVariantValueStartIcon:1": "filled",
1252
- "inputVariantEndIcon": "default",
1253
- "inputVariantValueEndIcon": "empty",
1254
- "inputVariantValueEndIcon:1": "filled"
1347
+ "Popover": {
1348
+ "name": "Popover",
1349
+ "defaultProps": {},
1350
+ "getStylesLiterals": {},
1351
+ "cxLiterals": [],
1352
+ "internalComponents": [
1353
+ "PopoverInternalContext.Provider",
1354
+ "PopoverProvider"
1355
+ ],
1356
+ "internalComponentProps": {},
1357
+ "propToVariantKeys": {},
1358
+ "runtimeConfigDefaultProps": {
1359
+ "size": "popover.defaultSize",
1360
+ "variant": "popover.defaultVariant"
1361
+ },
1362
+ "runtimeConfigGetStyles": {},
1363
+ "runtimeConfigInternalComponentProps": {},
1364
+ "motionVarPrefixes": []
1365
+ },
1366
+ "PopoverContent": {
1367
+ "name": "PopoverContent",
1368
+ "defaultProps": {},
1369
+ "getStylesLiterals": {
1370
+ "popoverSizeRoot": "default",
1371
+ "popoverVariantRoot": "default",
1372
+ "display": "flex",
1373
+ "position": "absolute",
1374
+ "spacingTop": "0",
1375
+ "spacingStart": "0",
1376
+ "spacingBottom": "0",
1377
+ "spacingEnd": "0",
1378
+ "popoverSizeSvgBase": "default",
1379
+ "popoverVariantSvgBase": "default",
1380
+ "popoverSizeSvgBorder": "default",
1381
+ "popoverVariantSvgBorder": "default",
1382
+ "popoverVariantBlur": "default",
1383
+ "width": "full",
1384
+ "height": "full",
1385
+ "flexShrink": "0",
1386
+ "borderRadius": "full",
1387
+ "alignItems": "center",
1388
+ "justifyContent": "center",
1389
+ "popoverVariantCloseIcon": "default",
1390
+ "popoverSizeCloseIcon": "default"
1255
1391
  },
1256
1392
  "cxLiterals": [
1257
- "opacity-50",
1258
- "min-w-[200px]",
1259
- "grow",
1260
- "uds-hit-target",
1261
- "bg-clip-text",
1262
- "focus:outline-none",
1263
- "cursor-text",
1264
- "cursor-not-allowed"
1393
+ "z-[9999]",
1394
+ "outline-none",
1395
+ "focus-visible:outline-none",
1396
+ "uds-bgBlurFillFallback",
1397
+ "uds-bgBlurFallback",
1398
+ "top-0",
1399
+ "left-0",
1400
+ "z-[1]",
1401
+ "duration-0",
1402
+ "duration-120",
1403
+ "transition-[background-color]",
1404
+ "bg-carbon-15/0",
1405
+ "hover:bg-carbon-15/10",
1406
+ "active:bg-carbon-15/15",
1407
+ "uds-ring",
1408
+ "absolute",
1409
+ "z-[4]"
1265
1410
  ],
1266
1411
  "internalComponents": [
1412
+ "PopoverDismiss",
1267
1413
  "IconSlot",
1268
- "StartIcon",
1269
- "EndIcon",
1270
- "HelpTextContent",
1414
+ "PopoverArrow",
1415
+ "Popover",
1416
+ "SvgFloatingOverlay",
1271
1417
  "Box",
1272
- "InputHelpTextInternal",
1273
- "VStack",
1274
- "HStack",
1275
- "AnimateHeightChange"
1418
+ "Pressable"
1276
1419
  ],
1277
- "internalComponentProps": {
1278
- "HelpTextContent": {
1279
- "spacingTop": [
1280
- "2"
1281
- ]
1282
- },
1283
- "Box": {
1284
- "spacingBottom": [
1285
- "2"
1286
- ],
1287
- "columnGap": [
1288
- "0.5"
1289
- ],
1290
- "alignItems": [
1291
- "flex-end",
1292
- "center"
1293
- ],
1294
- "position": [
1295
- "relative"
1296
- ]
1297
- },
1298
- "HStack": {
1299
- "alignItems": [
1300
- "center"
1301
- ],
1302
- "gap": [
1303
- "1"
1304
- ]
1305
- }
1306
- },
1420
+ "internalComponentProps": {},
1307
1421
  "propToVariantKeys": {
1308
- "size": [
1309
- "inputSizeRoot",
1310
- "inputSizeInputWrapper",
1311
- "inputSizeInput",
1312
- "inputSizeLabel",
1313
- "inputSizeStartIcon",
1314
- "inputSizeEndIcon"
1315
- ],
1316
- "startIcon": [
1422
+ "closeIcon": [
1317
1423
  "icon"
1424
+ ]
1425
+ },
1426
+ "runtimeConfigDefaultProps": {
1427
+ "size": "popover.defaultSize",
1428
+ "variant": "popover.defaultVariant"
1429
+ },
1430
+ "runtimeConfigGetStyles": {
1431
+ "spacingTop": [
1432
+ "popover.spacingVertical.${size}"
1318
1433
  ],
1319
- "endIcon": [
1320
- "icon"
1434
+ "spacingStart": [
1435
+ "popover.spacingHorizontal.${size}"
1321
1436
  ],
1322
- "helperTextIcon": [
1323
- "startIcon"
1437
+ "spacingBottom": [
1438
+ "popover.spacingVertical.${size}"
1439
+ ],
1440
+ "spacingEnd": [
1441
+ "popover.spacingHorizontal.${size}"
1324
1442
  ]
1325
1443
  },
1444
+ "runtimeConfigInternalComponentProps": {
1445
+ "SvgFloatingOverlay": {
1446
+ "borderRadius": [
1447
+ "popover.borderRadius.${size}"
1448
+ ]
1449
+ }
1450
+ },
1451
+ "motionVarPrefixes": []
1452
+ },
1453
+ "PopoverContext": {
1454
+ "name": "PopoverContext",
1455
+ "defaultProps": {},
1456
+ "getStylesLiterals": {},
1457
+ "cxLiterals": [],
1458
+ "internalComponents": [],
1459
+ "internalComponentProps": {},
1460
+ "propToVariantKeys": {},
1326
1461
  "runtimeConfigDefaultProps": {},
1327
1462
  "runtimeConfigGetStyles": {},
1328
1463
  "runtimeConfigInternalComponentProps": {},
1329
1464
  "motionVarPrefixes": []
1330
1465
  },
1331
- "ChipBase": {
1332
- "name": "ChipBase",
1333
- "defaultProps": {
1334
- "size": "md",
1335
- "as": "div"
1336
- },
1466
+ "PopoverTrigger": {
1467
+ "name": "PopoverTrigger",
1468
+ "defaultProps": {},
1337
1469
  "getStylesLiterals": {},
1338
- "cxLiterals": [
1339
- "pointer-events-none",
1340
- "cursor-default",
1341
- "opacity-50",
1342
- "inline-flex",
1343
- "items-center",
1344
- "transition-[background-color,outline-color,box-shadow]",
1345
- "truncate",
1346
- "whitespace-nowrap",
1347
- "text-center",
1348
- "flex-1"
1349
- ],
1470
+ "cxLiterals": [],
1350
1471
  "internalComponents": [
1351
- "IconSlot",
1352
- "HStack",
1353
- "As",
1354
- "Text"
1472
+ "PopoverDisclosure"
1355
1473
  ],
1356
1474
  "internalComponentProps": {
1357
- "Text": {
1358
- "as": [
1359
- "span"
1360
- ],
1361
- "color": [
1362
- "current"
1363
- ],
1364
- "variant": [
1365
- "inherit"
1475
+ "PopoverDisclosure": {
1476
+ "className": [
1477
+ "inline"
1366
1478
  ]
1367
1479
  }
1368
1480
  },
1369
1481
  "propToVariantKeys": {
1370
- "size": [
1371
- "chipSizeRoot",
1372
- "chipSizeIcon"
1373
- ],
1374
- "startIcon": [
1375
- "icon"
1376
- ],
1377
- "endIcon": [
1378
- "icon"
1482
+ "children": [
1483
+ "render"
1379
1484
  ]
1380
1485
  },
1381
1486
  "runtimeConfigDefaultProps": {},
@@ -1383,16 +1488,13 @@
1383
1488
  "runtimeConfigInternalComponentProps": {},
1384
1489
  "motionVarPrefixes": []
1385
1490
  },
1386
- "Chip": {
1387
- "name": "Chip",
1491
+ "UDSPopoverConfigProvider": {
1492
+ "name": "UDSPopoverConfigProvider",
1388
1493
  "defaultProps": {},
1389
1494
  "getStylesLiterals": {},
1390
1495
  "cxLiterals": [],
1391
1496
  "internalComponents": [
1392
- "ChipDismissible",
1393
- "ChipToggle",
1394
- "ChipLink",
1395
- "ChipButton"
1497
+ "PopoverContext.Provider"
1396
1498
  ],
1397
1499
  "internalComponentProps": {},
1398
1500
  "propToVariantKeys": {},
@@ -1401,61 +1503,39 @@
1401
1503
  "runtimeConfigInternalComponentProps": {},
1402
1504
  "motionVarPrefixes": []
1403
1505
  },
1404
- "ChipLink": {
1405
- "name": "ChipLink",
1506
+ "Menu.Content": {
1507
+ "name": "Menu.Content",
1406
1508
  "defaultProps": {
1407
- "variant": "primary"
1509
+ "size": "default",
1510
+ "variant": "default",
1511
+ "gutter": "1"
1408
1512
  },
1409
1513
  "getStylesLiterals": {},
1410
1514
  "cxLiterals": [
1411
- "uds-ring"
1412
- ],
1413
- "internalComponents": [
1414
- "ChipBase"
1415
- ],
1416
- "internalComponentProps": {
1417
- "ChipBase": {
1418
- "as": [
1419
- "a"
1420
- ]
1421
- }
1422
- },
1423
- "propToVariantKeys": {
1424
- "variant": [
1425
- "chipLinkVariantRoot",
1426
- "chipLinkVariantIcon"
1427
- ]
1428
- },
1429
- "runtimeConfigDefaultProps": {},
1430
- "runtimeConfigGetStyles": {},
1431
- "runtimeConfigInternalComponentProps": {},
1432
- "motionVarPrefixes": []
1433
- },
1434
- "ChipDismissible": {
1435
- "name": "ChipDismissible",
1436
- "defaultProps": {
1437
- "variant": "primary"
1438
- },
1439
- "getStylesLiterals": {},
1440
- "cxLiterals": [
1441
- "uds-chip-dismissible-button",
1442
- "uds-hit-target",
1515
+ "uds-menu-content",
1516
+ "transition-shadow",
1517
+ "duration-200",
1518
+ "ease-in-out",
1519
+ "min-w-60",
1520
+ "max-w-lg",
1521
+ "max-h-96",
1522
+ "overflow-auto",
1443
1523
  "uds-ring",
1444
- "rounded-full"
1524
+ "z-10",
1525
+ "group"
1445
1526
  ],
1446
1527
  "internalComponents": [
1447
- "ChipBase",
1448
- "IconSlot",
1449
- "Pressable"
1528
+ "AriakitMenu",
1529
+ "AnimatePresence",
1530
+ "MotionVStack"
1450
1531
  ],
1451
1532
  "internalComponentProps": {},
1452
1533
  "propToVariantKeys": {
1453
- "variant": [
1454
- "chipDismissibleVariantRoot",
1455
- "chipDismissibleVariantIcon"
1534
+ "size": [
1535
+ "menucontentSizeRoot"
1456
1536
  ],
1457
- "dismissButtonAriaLabel": [
1458
- "aria-label"
1537
+ "variant": [
1538
+ "menucontentVariantRoot"
1459
1539
  ]
1460
1540
  },
1461
1541
  "runtimeConfigDefaultProps": {},
@@ -1463,63 +1543,125 @@
1463
1543
  "runtimeConfigInternalComponentProps": {},
1464
1544
  "motionVarPrefixes": []
1465
1545
  },
1466
- "ChipButton": {
1467
- "name": "ChipButton",
1546
+ "Menu.Divider": {
1547
+ "name": "Menu.Divider",
1468
1548
  "defaultProps": {
1469
- "variant": "primary"
1549
+ "role": "separator",
1550
+ "contentPosition": "start",
1551
+ "gap": "4"
1470
1552
  },
1471
- "getStylesLiterals": {},
1472
- "cxLiterals": [
1473
- "uds-ring"
1474
- ],
1553
+ "getStylesLiterals": {
1554
+ "menuitemDividerVariantRoot": "default",
1555
+ "menuitemDividerVariantText": "default",
1556
+ "menuitemDividerVariantLine": "default"
1557
+ },
1558
+ "cxLiterals": [],
1475
1559
  "internalComponents": [
1476
- "ChipBase"
1560
+ "DividerInternal"
1477
1561
  ],
1478
1562
  "internalComponentProps": {
1479
- "ChipBase": {
1480
- "as": [
1481
- "button"
1563
+ "DividerInternal": {
1564
+ "variant": [
1565
+ "inherit"
1482
1566
  ]
1483
1567
  }
1484
1568
  },
1485
- "propToVariantKeys": {
1486
- "variant": [
1487
- "chipLinkVariantRoot",
1488
- "chipLinkVariantIcon"
1489
- ]
1569
+ "propToVariantKeys": {},
1570
+ "runtimeConfigDefaultProps": {},
1571
+ "runtimeConfigGetStyles": {},
1572
+ "runtimeConfigInternalComponentProps": {},
1573
+ "motionVarPrefixes": []
1574
+ },
1575
+ "Menu.Item": {
1576
+ "name": "Menu.Item",
1577
+ "defaultProps": {},
1578
+ "getStylesLiterals": {
1579
+ "menuitemItemVariantRoot": "default",
1580
+ "menuitemItemVariantActiveRoot": "on",
1581
+ "menuitemItemVariantActiveRoot:1": "off",
1582
+ "menuitemItemVariantText": "default",
1583
+ "menuitemItemVariantActiveText": "on",
1584
+ "menuitemItemVariantActiveText:1": "off",
1585
+ "menuitemItemVariantIcon": "default",
1586
+ "menuitemItemVariantActiveIcon": "on",
1587
+ "menuitemItemVariantActiveIcon:1": "off"
1490
1588
  },
1589
+ "cxLiterals": [],
1590
+ "internalComponents": [
1591
+ "MenuItemBase"
1592
+ ],
1593
+ "internalComponentProps": {},
1594
+ "propToVariantKeys": {},
1491
1595
  "runtimeConfigDefaultProps": {},
1492
1596
  "runtimeConfigGetStyles": {},
1493
1597
  "runtimeConfigInternalComponentProps": {},
1494
1598
  "motionVarPrefixes": []
1495
1599
  },
1496
- "ChipToggle": {
1497
- "name": "ChipToggle",
1600
+ "Menu.ItemBase": {
1601
+ "name": "Menu.ItemBase",
1498
1602
  "defaultProps": {
1499
- "variant": "primary",
1500
- "role": "checkbox"
1603
+ "spacing": "0",
1604
+ "spacingHorizontal": "4",
1605
+ "spacingVertical": "3.5",
1606
+ "columnGap": "2",
1607
+ "alignItems": "center",
1608
+ "justifyContent": "space-between"
1501
1609
  },
1502
1610
  "getStylesLiterals": {
1503
- "chipToggleVariantActiveRoot": "on",
1504
- "chipToggleVariantActiveRoot:1": "off"
1611
+ "textAlign": "start",
1612
+ "menuitemSizeRoot": "default",
1613
+ "flexDirection": "row",
1614
+ "menuitemSizeStartIcon": "default",
1615
+ "menuitemSizeEndIcon": "default"
1505
1616
  },
1506
1617
  "cxLiterals": [
1507
- "uds-ring"
1618
+ "flex",
1619
+ "focus-visible:text-brand",
1620
+ "focus-visible:bg-brand-secondary",
1621
+ "focus-visible:z-10",
1622
+ "uds-ring",
1623
+ "!-outline-offset-2",
1624
+ "[&:not([aria-checked])]:cursor-default",
1625
+ "opacity-25",
1626
+ "cursor-not-allowed",
1627
+ "duration-20",
1628
+ "transition-[font-variation-settings]",
1629
+ "ease-in-out",
1630
+ "z-0",
1631
+ "uds-start-icon",
1632
+ "uds-end-icon"
1508
1633
  ],
1509
1634
  "internalComponents": [
1510
- "ChipBase"
1635
+ "Pressable",
1636
+ "IconSlot",
1637
+ "RootComponent",
1638
+ "HStack",
1639
+ "AnimatePresence"
1511
1640
  ],
1512
1641
  "internalComponentProps": {
1513
- "ChipBase": {
1514
- "as": [
1515
- "button"
1642
+ "HStack": {
1643
+ "alignItems": [
1644
+ "center"
1645
+ ],
1646
+ "width": [
1647
+ "full"
1648
+ ]
1649
+ },
1650
+ "AnimatePresence": {
1651
+ "mode": [
1652
+ "popLayout"
1516
1653
  ]
1517
1654
  }
1518
1655
  },
1519
1656
  "propToVariantKeys": {
1520
- "variant": [
1521
- "chipToggleVariantRoot",
1522
- "chipToggleVariantIcon"
1657
+ "startIcon": [
1658
+ "icon"
1659
+ ],
1660
+ "endIcon": [
1661
+ "icon"
1662
+ ],
1663
+ "columnGap": [
1664
+ "gap"
1523
1665
  ]
1524
1666
  },
1525
1667
  "runtimeConfigDefaultProps": {},
@@ -1527,13 +1669,28 @@
1527
1669
  "runtimeConfigInternalComponentProps": {},
1528
1670
  "motionVarPrefixes": []
1529
1671
  },
1530
- "UDSBottomSheetConfigProvider": {
1531
- "name": "UDSBottomSheetConfigProvider",
1672
+ "Menu.ItemCheckbox": {
1673
+ "name": "Menu.ItemCheckbox",
1532
1674
  "defaultProps": {},
1533
- "getStylesLiterals": {},
1534
- "cxLiterals": [],
1675
+ "getStylesLiterals": {
1676
+ "menuitemItemCheckboxVariantRoot": "default",
1677
+ "menuitemItemCheckboxVariantActiveRoot": "on",
1678
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
1679
+ "menuitemItemCheckboxVariantText": "default",
1680
+ "menuitemItemCheckboxVariantActiveText": "on",
1681
+ "menuitemItemCheckboxVariantActiveText:1": "off",
1682
+ "menuitemItemCheckboxVariantStartIcon": "default",
1683
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
1684
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1685
+ "menuitemItemCheckboxVariantEndIcon": "default",
1686
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
1687
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
1688
+ },
1689
+ "cxLiterals": [
1690
+ "uds-menu-item-checkbox"
1691
+ ],
1535
1692
  "internalComponents": [
1536
- "BottomSheetContext.Provider"
1693
+ "MenuItemBase"
1537
1694
  ],
1538
1695
  "internalComponentProps": {},
1539
1696
  "propToVariantKeys": {},
@@ -1542,45 +1699,40 @@
1542
1699
  "runtimeConfigInternalComponentProps": {},
1543
1700
  "motionVarPrefixes": []
1544
1701
  },
1545
- "BottomSheetDismiss": {
1546
- "name": "BottomSheetDismiss",
1702
+ "Menu.Provider": {
1703
+ "name": "Menu.Provider",
1547
1704
  "defaultProps": {},
1548
1705
  "getStylesLiterals": {},
1549
1706
  "cxLiterals": [],
1550
1707
  "internalComponents": [
1551
- "AriakitDialogDismiss"
1708
+ "AriakitMenuProvider",
1709
+ "SpringMotionConfig"
1552
1710
  ],
1553
1711
  "internalComponentProps": {},
1554
1712
  "propToVariantKeys": {},
1555
1713
  "runtimeConfigDefaultProps": {},
1556
1714
  "runtimeConfigGetStyles": {},
1557
1715
  "runtimeConfigInternalComponentProps": {},
1558
- "motionVarPrefixes": []
1716
+ "motionVarPrefixes": [
1717
+ "--uds-motion-subtle-3-",
1718
+ "--uds-motion-smooth-3-"
1719
+ ]
1559
1720
  },
1560
- "BottomSheetContent": {
1561
- "name": "BottomSheetContent",
1721
+ "Menu.Trigger": {
1722
+ "name": "Menu.Trigger",
1562
1723
  "defaultProps": {},
1563
1724
  "getStylesLiterals": {},
1564
1725
  "cxLiterals": [
1565
- "min-h-0",
1566
- "touch-pan-y"
1726
+ "uds-menu-trigger"
1567
1727
  ],
1568
1728
  "internalComponents": [
1569
- "Box",
1570
- "VStack"
1729
+ "AriakitMenuTrigger",
1730
+ "Box"
1571
1731
  ],
1572
1732
  "internalComponentProps": {
1573
1733
  "Box": {
1574
- "display": [
1575
- "block"
1576
- ],
1577
- "flex": [
1578
- "1"
1579
- ]
1580
- },
1581
- "VStack": {
1582
1734
  "className": [
1583
- "pb-[calc(env(safe-area-inset-bottom))]"
1735
+ "uds-ring h-fit w-fit"
1584
1736
  ]
1585
1737
  }
1586
1738
  },
@@ -1590,111 +1742,9 @@
1590
1742
  "runtimeConfigInternalComponentProps": {},
1591
1743
  "motionVarPrefixes": []
1592
1744
  },
1593
- "BottomSheetHeader": {
1594
- "name": "BottomSheetHeader",
1595
- "defaultProps": {
1596
- "variant": "default"
1597
- },
1598
- "getStylesLiterals": {},
1599
- "cxLiterals": [
1600
- "grid-cols-[40px_1fr_40px]",
1601
- "items-center",
1602
- "w-full",
1603
- "min-h-10",
1604
- "mt-2"
1605
- ],
1606
- "internalComponents": [
1607
- "Box",
1608
- "Text"
1609
- ],
1610
- "internalComponentProps": {
1611
- "Box": {
1612
- "className": [
1613
- "h-10 w-10 opacity-0 pointer-events-none"
1614
- ],
1615
- "display": [
1616
- "grid",
1617
- "flex"
1618
- ],
1619
- "justifyContent": [
1620
- "flex-start",
1621
- "flex-end"
1622
- ]
1623
- },
1624
- "Text": {
1625
- "variant": [
1626
- "inherit"
1627
- ],
1628
- "color": [
1629
- "inherit"
1630
- ],
1631
- "textAlign": [
1632
- "center"
1633
- ],
1634
- "className": [
1635
- "w-full"
1636
- ]
1637
- }
1638
- },
1639
- "propToVariantKeys": {
1640
- "variant": [
1641
- "bottomsheetVariantHeader"
1642
- ]
1643
- },
1644
- "runtimeConfigDefaultProps": {},
1645
- "runtimeConfigGetStyles": {},
1646
- "runtimeConfigInternalComponentProps": {},
1647
- "motionVarPrefixes": []
1648
- },
1649
- "BottomSheetHandle": {
1650
- "name": "BottomSheetHandle",
1651
- "defaultProps": {
1652
- "variant": "default"
1653
- },
1654
- "getStylesLiterals": {},
1655
- "cxLiterals": [
1656
- "relative",
1657
- "h-5",
1658
- "w-16",
1659
- "outline-none",
1660
- "focus-visible:outline-none",
1661
- "[touch-action:pan-y]",
1662
- "absolute",
1663
- "left-1/2",
1664
- "top-1/2",
1665
- "-translate-x-1/2",
1666
- "-translate-y-1/2",
1667
- "h-1",
1668
- "w-8",
1669
- "rounded-full"
1670
- ],
1671
- "internalComponents": [
1672
- "Box"
1673
- ],
1674
- "internalComponentProps": {
1675
- "Box": {
1676
- "display": [
1677
- "block",
1678
- "flex"
1679
- ],
1680
- "justifyContent": [
1681
- "center"
1682
- ]
1683
- }
1684
- },
1685
- "propToVariantKeys": {
1686
- "variant": [
1687
- "bottomsheetVariantHandleIndicator"
1688
- ]
1689
- },
1690
- "runtimeConfigDefaultProps": {},
1691
- "runtimeConfigGetStyles": {},
1692
- "runtimeConfigInternalComponentProps": {},
1693
- "motionVarPrefixes": []
1694
- },
1695
- "BottomSheetInternalContext": {
1696
- "name": "BottomSheetInternalContext",
1697
- "defaultProps": {},
1745
+ "Menu.index": {
1746
+ "name": "Menu.index",
1747
+ "defaultProps": {},
1698
1748
  "getStylesLiterals": {},
1699
1749
  "cxLiterals": [],
1700
1750
  "internalComponents": [],
@@ -1705,29 +1755,12 @@
1705
1755
  "runtimeConfigInternalComponentProps": {},
1706
1756
  "motionVarPrefixes": []
1707
1757
  },
1708
- "BottomSheetTrigger": {
1709
- "name": "BottomSheetTrigger",
1710
- "defaultProps": {},
1711
- "getStylesLiterals": {},
1712
- "cxLiterals": [],
1713
- "internalComponents": [
1714
- "AriakitDialogDisclosure"
1715
- ],
1716
- "internalComponentProps": {},
1717
- "propToVariantKeys": {},
1718
- "runtimeConfigDefaultProps": {},
1719
- "runtimeConfigGetStyles": {},
1720
- "runtimeConfigInternalComponentProps": {},
1721
- "motionVarPrefixes": []
1722
- },
1723
- "BottomSheetProvider": {
1724
- "name": "BottomSheetProvider",
1758
+ "Menu": {
1759
+ "name": "Menu",
1725
1760
  "defaultProps": {},
1726
1761
  "getStylesLiterals": {},
1727
1762
  "cxLiterals": [],
1728
- "internalComponents": [
1729
- "AriakitDialogProvider"
1730
- ],
1763
+ "internalComponents": [],
1731
1764
  "internalComponentProps": {},
1732
1765
  "propToVariantKeys": {},
1733
1766
  "runtimeConfigDefaultProps": {},
@@ -1803,65 +1836,47 @@
1803
1836
  "runtimeConfigInternalComponentProps": {},
1804
1837
  "motionVarPrefixes": []
1805
1838
  },
1806
- "Menu.index": {
1807
- "name": "Menu.index",
1839
+ "BottomSheetContent": {
1840
+ "name": "BottomSheetContent",
1808
1841
  "defaultProps": {},
1809
1842
  "getStylesLiterals": {},
1810
- "cxLiterals": [],
1811
- "internalComponents": [],
1812
- "internalComponentProps": {},
1813
- "propToVariantKeys": {},
1814
- "runtimeConfigDefaultProps": {},
1815
- "runtimeConfigGetStyles": {},
1816
- "runtimeConfigInternalComponentProps": {},
1817
- "motionVarPrefixes": []
1818
- },
1819
- "Menu.Content": {
1820
- "name": "Menu.Content",
1821
- "defaultProps": {
1822
- "size": "default",
1823
- "variant": "default",
1824
- "gutter": "1"
1825
- },
1826
- "getStylesLiterals": {},
1827
1843
  "cxLiterals": [
1828
- "uds-menu-content",
1829
- "transition-shadow",
1830
- "duration-200",
1831
- "ease-in-out",
1832
- "min-w-60",
1833
- "max-w-lg",
1834
- "max-h-96",
1835
- "overflow-auto",
1836
- "uds-ring",
1837
- "z-10",
1838
- "group"
1844
+ "min-h-0",
1845
+ "touch-pan-y"
1839
1846
  ],
1840
1847
  "internalComponents": [
1841
- "AriakitMenu",
1842
- "AnimatePresence",
1843
- "MotionVStack"
1848
+ "Box",
1849
+ "VStack"
1844
1850
  ],
1845
- "internalComponentProps": {},
1846
- "propToVariantKeys": {
1847
- "size": [
1848
- "menucontentSizeRoot"
1849
- ],
1850
- "variant": [
1851
- "menucontentVariantRoot"
1852
- ]
1851
+ "internalComponentProps": {
1852
+ "Box": {
1853
+ "display": [
1854
+ "block"
1855
+ ],
1856
+ "flex": [
1857
+ "1"
1858
+ ]
1859
+ },
1860
+ "VStack": {
1861
+ "className": [
1862
+ "pb-[calc(env(safe-area-inset-bottom))]"
1863
+ ]
1864
+ }
1853
1865
  },
1866
+ "propToVariantKeys": {},
1854
1867
  "runtimeConfigDefaultProps": {},
1855
1868
  "runtimeConfigGetStyles": {},
1856
1869
  "runtimeConfigInternalComponentProps": {},
1857
1870
  "motionVarPrefixes": []
1858
1871
  },
1859
- "Menu": {
1860
- "name": "Menu",
1872
+ "BottomSheetDismiss": {
1873
+ "name": "BottomSheetDismiss",
1861
1874
  "defaultProps": {},
1862
1875
  "getStylesLiterals": {},
1863
1876
  "cxLiterals": [],
1864
- "internalComponents": [],
1877
+ "internalComponents": [
1878
+ "AriakitDialogDismiss"
1879
+ ],
1865
1880
  "internalComponentProps": {},
1866
1881
  "propToVariantKeys": {},
1867
1882
  "runtimeConfigDefaultProps": {},
@@ -1869,120 +1884,101 @@
1869
1884
  "runtimeConfigInternalComponentProps": {},
1870
1885
  "motionVarPrefixes": []
1871
1886
  },
1872
- "Menu.ItemCheckbox": {
1873
- "name": "Menu.ItemCheckbox",
1874
- "defaultProps": {},
1875
- "getStylesLiterals": {
1876
- "menuitemItemCheckboxVariantRoot": "default",
1877
- "menuitemItemCheckboxVariantActiveRoot": "on",
1878
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
1879
- "menuitemItemCheckboxVariantText": "default",
1880
- "menuitemItemCheckboxVariantActiveText": "on",
1881
- "menuitemItemCheckboxVariantActiveText:1": "off",
1882
- "menuitemItemCheckboxVariantStartIcon": "default",
1883
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
1884
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1885
- "menuitemItemCheckboxVariantEndIcon": "default",
1886
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
1887
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
1887
+ "BottomSheetHandle": {
1888
+ "name": "BottomSheetHandle",
1889
+ "defaultProps": {
1890
+ "variant": "default"
1888
1891
  },
1892
+ "getStylesLiterals": {},
1889
1893
  "cxLiterals": [
1890
- "uds-menu-item-checkbox"
1894
+ "relative",
1895
+ "h-5",
1896
+ "w-16",
1897
+ "outline-none",
1898
+ "focus-visible:outline-none",
1899
+ "[touch-action:pan-y]",
1900
+ "absolute",
1901
+ "left-1/2",
1902
+ "top-1/2",
1903
+ "-translate-x-1/2",
1904
+ "-translate-y-1/2",
1905
+ "h-1",
1906
+ "w-8",
1907
+ "rounded-full"
1891
1908
  ],
1892
1909
  "internalComponents": [
1893
- "MenuItemBase"
1910
+ "Box"
1894
1911
  ],
1895
- "internalComponentProps": {},
1896
- "propToVariantKeys": {},
1912
+ "internalComponentProps": {
1913
+ "Box": {
1914
+ "display": [
1915
+ "block",
1916
+ "flex"
1917
+ ],
1918
+ "justifyContent": [
1919
+ "center"
1920
+ ]
1921
+ }
1922
+ },
1923
+ "propToVariantKeys": {
1924
+ "variant": [
1925
+ "bottomsheetVariantHandleIndicator"
1926
+ ]
1927
+ },
1897
1928
  "runtimeConfigDefaultProps": {},
1898
1929
  "runtimeConfigGetStyles": {},
1899
1930
  "runtimeConfigInternalComponentProps": {},
1900
1931
  "motionVarPrefixes": []
1901
1932
  },
1902
- "Menu.Provider": {
1903
- "name": "Menu.Provider",
1904
- "defaultProps": {},
1933
+ "BottomSheetHeader": {
1934
+ "name": "BottomSheetHeader",
1935
+ "defaultProps": {
1936
+ "variant": "default"
1937
+ },
1905
1938
  "getStylesLiterals": {},
1906
- "cxLiterals": [],
1939
+ "cxLiterals": [
1940
+ "grid-cols-[40px_1fr_40px]",
1941
+ "items-center",
1942
+ "w-full",
1943
+ "min-h-10",
1944
+ "mt-2"
1945
+ ],
1907
1946
  "internalComponents": [
1908
- "AriakitMenuProvider",
1909
- "SpringMotionConfig"
1910
- ],
1911
- "internalComponentProps": {},
1912
- "propToVariantKeys": {},
1913
- "runtimeConfigDefaultProps": {},
1914
- "runtimeConfigGetStyles": {},
1915
- "runtimeConfigInternalComponentProps": {},
1916
- "motionVarPrefixes": [
1917
- "--uds-motion-subtle-3-",
1918
- "--uds-motion-smooth-3-"
1919
- ]
1920
- },
1921
- "Menu.ItemBase": {
1922
- "name": "Menu.ItemBase",
1923
- "defaultProps": {
1924
- "spacing": "0",
1925
- "spacingHorizontal": "4",
1926
- "spacingVertical": "3.5",
1927
- "columnGap": "2",
1928
- "alignItems": "center",
1929
- "justifyContent": "space-between"
1930
- },
1931
- "getStylesLiterals": {
1932
- "textAlign": "start",
1933
- "menuitemSizeRoot": "default",
1934
- "flexDirection": "row",
1935
- "menuitemSizeStartIcon": "default",
1936
- "menuitemSizeEndIcon": "default"
1937
- },
1938
- "cxLiterals": [
1939
- "flex",
1940
- "focus-visible:text-brand",
1941
- "focus-visible:bg-brand-secondary",
1942
- "focus-visible:z-10",
1943
- "uds-ring",
1944
- "!-outline-offset-2",
1945
- "[&:not([aria-checked])]:cursor-default",
1946
- "opacity-25",
1947
- "cursor-not-allowed",
1948
- "duration-20",
1949
- "transition-[font-variation-settings]",
1950
- "ease-in-out",
1951
- "z-0",
1952
- "uds-start-icon",
1953
- "uds-end-icon"
1954
- ],
1955
- "internalComponents": [
1956
- "Pressable",
1957
- "IconSlot",
1958
- "RootComponent",
1959
- "HStack",
1960
- "AnimatePresence"
1947
+ "Box",
1948
+ "Text"
1961
1949
  ],
1962
1950
  "internalComponentProps": {
1963
- "HStack": {
1964
- "alignItems": [
1965
- "center"
1951
+ "Box": {
1952
+ "className": [
1953
+ "h-10 w-10 opacity-0 pointer-events-none"
1966
1954
  ],
1967
- "width": [
1968
- "full"
1955
+ "display": [
1956
+ "grid",
1957
+ "flex"
1958
+ ],
1959
+ "justifyContent": [
1960
+ "flex-start",
1961
+ "flex-end"
1969
1962
  ]
1970
1963
  },
1971
- "AnimatePresence": {
1972
- "mode": [
1973
- "popLayout"
1964
+ "Text": {
1965
+ "variant": [
1966
+ "inherit"
1967
+ ],
1968
+ "color": [
1969
+ "inherit"
1970
+ ],
1971
+ "textAlign": [
1972
+ "center"
1973
+ ],
1974
+ "className": [
1975
+ "w-full"
1974
1976
  ]
1975
1977
  }
1976
1978
  },
1977
1979
  "propToVariantKeys": {
1978
- "startIcon": [
1979
- "icon"
1980
- ],
1981
- "endIcon": [
1982
- "icon"
1983
- ],
1984
- "columnGap": [
1985
- "gap"
1980
+ "variant": [
1981
+ "bottomsheetVariantHeader"
1986
1982
  ]
1987
1983
  },
1988
1984
  "runtimeConfigDefaultProps": {},
@@ -1990,23 +1986,26 @@
1990
1986
  "runtimeConfigInternalComponentProps": {},
1991
1987
  "motionVarPrefixes": []
1992
1988
  },
1993
- "Menu.Item": {
1994
- "name": "Menu.Item",
1989
+ "BottomSheetInternalContext": {
1990
+ "name": "BottomSheetInternalContext",
1995
1991
  "defaultProps": {},
1996
- "getStylesLiterals": {
1997
- "menuitemItemVariantRoot": "default",
1998
- "menuitemItemVariantActiveRoot": "on",
1999
- "menuitemItemVariantActiveRoot:1": "off",
2000
- "menuitemItemVariantText": "default",
2001
- "menuitemItemVariantActiveText": "on",
2002
- "menuitemItemVariantActiveText:1": "off",
2003
- "menuitemItemVariantIcon": "default",
2004
- "menuitemItemVariantActiveIcon": "on",
2005
- "menuitemItemVariantActiveIcon:1": "off"
2006
- },
1992
+ "getStylesLiterals": {},
1993
+ "cxLiterals": [],
1994
+ "internalComponents": [],
1995
+ "internalComponentProps": {},
1996
+ "propToVariantKeys": {},
1997
+ "runtimeConfigDefaultProps": {},
1998
+ "runtimeConfigGetStyles": {},
1999
+ "runtimeConfigInternalComponentProps": {},
2000
+ "motionVarPrefixes": []
2001
+ },
2002
+ "BottomSheetProvider": {
2003
+ "name": "BottomSheetProvider",
2004
+ "defaultProps": {},
2005
+ "getStylesLiterals": {},
2007
2006
  "cxLiterals": [],
2008
2007
  "internalComponents": [
2009
- "MenuItemBase"
2008
+ "AriakitDialogProvider"
2010
2009
  ],
2011
2010
  "internalComponentProps": {},
2012
2011
  "propToVariantKeys": {},
@@ -2015,66 +2014,46 @@
2015
2014
  "runtimeConfigInternalComponentProps": {},
2016
2015
  "motionVarPrefixes": []
2017
2016
  },
2018
- "Menu.Divider": {
2019
- "name": "Menu.Divider",
2020
- "defaultProps": {
2021
- "role": "separator",
2022
- "contentPosition": "start",
2023
- "gap": "4"
2024
- },
2025
- "getStylesLiterals": {
2026
- "menuitemDividerVariantRoot": "default",
2027
- "menuitemDividerVariantText": "default",
2028
- "menuitemDividerVariantLine": "default"
2029
- },
2017
+ "BottomSheetTrigger": {
2018
+ "name": "BottomSheetTrigger",
2019
+ "defaultProps": {},
2020
+ "getStylesLiterals": {},
2030
2021
  "cxLiterals": [],
2031
2022
  "internalComponents": [
2032
- "DividerInternal"
2023
+ "AriakitDialogDisclosure"
2033
2024
  ],
2034
- "internalComponentProps": {
2035
- "DividerInternal": {
2036
- "variant": [
2037
- "inherit"
2038
- ]
2039
- }
2040
- },
2025
+ "internalComponentProps": {},
2041
2026
  "propToVariantKeys": {},
2042
2027
  "runtimeConfigDefaultProps": {},
2043
2028
  "runtimeConfigGetStyles": {},
2044
2029
  "runtimeConfigInternalComponentProps": {},
2045
2030
  "motionVarPrefixes": []
2046
2031
  },
2047
- "Menu.Trigger": {
2048
- "name": "Menu.Trigger",
2032
+ "UDSBottomSheetConfigProvider": {
2033
+ "name": "UDSBottomSheetConfigProvider",
2049
2034
  "defaultProps": {},
2050
2035
  "getStylesLiterals": {},
2051
- "cxLiterals": [
2052
- "uds-menu-trigger"
2053
- ],
2036
+ "cxLiterals": [],
2054
2037
  "internalComponents": [
2055
- "AriakitMenuTrigger",
2056
- "Box"
2038
+ "BottomSheetContext.Provider"
2057
2039
  ],
2058
- "internalComponentProps": {
2059
- "Box": {
2060
- "className": [
2061
- "uds-ring h-fit w-fit"
2062
- ]
2063
- }
2064
- },
2040
+ "internalComponentProps": {},
2065
2041
  "propToVariantKeys": {},
2066
2042
  "runtimeConfigDefaultProps": {},
2067
2043
  "runtimeConfigGetStyles": {},
2068
2044
  "runtimeConfigInternalComponentProps": {},
2069
2045
  "motionVarPrefixes": []
2070
2046
  },
2071
- "UDSToastConfigProvider": {
2072
- "name": "UDSToastConfigProvider",
2047
+ "Chip": {
2048
+ "name": "Chip",
2073
2049
  "defaultProps": {},
2074
2050
  "getStylesLiterals": {},
2075
2051
  "cxLiterals": [],
2076
2052
  "internalComponents": [
2077
- "ToastContext.Provider"
2053
+ "ChipDismissible",
2054
+ "ChipToggle",
2055
+ "ChipLink",
2056
+ "ChipButton"
2078
2057
  ],
2079
2058
  "internalComponentProps": {},
2080
2059
  "propToVariantKeys": {},
@@ -2083,187 +2062,200 @@
2083
2062
  "runtimeConfigInternalComponentProps": {},
2084
2063
  "motionVarPrefixes": []
2085
2064
  },
2086
- "Toast": {
2087
- "name": "Toast",
2088
- "defaultProps": {},
2089
- "getStylesLiterals": {
2090
- "className": "flex-none",
2091
- "spacing": "2",
2092
- "borderRadius": "full"
2065
+ "ChipBase": {
2066
+ "name": "ChipBase",
2067
+ "defaultProps": {
2068
+ "size": "md",
2069
+ "as": "div"
2093
2070
  },
2071
+ "getStylesLiterals": {},
2094
2072
  "cxLiterals": [
2095
- "duration-0",
2096
- "duration-120",
2097
- "transition-[background-color]",
2098
- "bg-carbon-15/0",
2099
- "hover:bg-carbon-15/10",
2100
- "active:bg-carbon-15/15",
2101
- "uds-ring"
2073
+ "pointer-events-none",
2074
+ "cursor-default",
2075
+ "opacity-50",
2076
+ "inline-flex",
2077
+ "items-center",
2078
+ "transition-[background-color,outline-color,box-shadow]",
2079
+ "truncate",
2080
+ "whitespace-nowrap",
2081
+ "text-center",
2082
+ "flex-1"
2102
2083
  ],
2103
2084
  "internalComponents": [
2104
2085
  "IconSlot",
2105
- "ToastContainer",
2106
- "Text",
2107
- "Button",
2108
- "Pressable"
2086
+ "HStack",
2087
+ "As",
2088
+ "Text"
2109
2089
  ],
2110
- "internalComponentProps": {},
2090
+ "internalComponentProps": {
2091
+ "Text": {
2092
+ "as": [
2093
+ "span"
2094
+ ],
2095
+ "color": [
2096
+ "current"
2097
+ ],
2098
+ "variant": [
2099
+ "inherit"
2100
+ ]
2101
+ }
2102
+ },
2111
2103
  "propToVariantKeys": {
2112
2104
  "size": [
2113
- "toastSizeLabel",
2114
- "toastSizeIcon",
2115
- "toastSizeActionButton",
2116
- "toastSizeCloseIcon"
2117
- ],
2118
- "variant": [
2119
- "toastVariantIcon",
2120
- "toastVariantActionButton",
2121
- "toastVariantCloseIcon"
2105
+ "chipSizeRoot",
2106
+ "chipSizeIcon"
2122
2107
  ],
2123
- "closeIcon": [
2108
+ "startIcon": [
2124
2109
  "icon"
2125
2110
  ],
2126
- "onClickActionButton": [
2127
- "onClick"
2111
+ "endIcon": [
2112
+ "icon"
2128
2113
  ]
2129
2114
  },
2130
- "runtimeConfigDefaultProps": {
2131
- "size": "toast.defaultSize",
2132
- "variant": "toast.defaultVariant"
2115
+ "runtimeConfigDefaultProps": {},
2116
+ "runtimeConfigGetStyles": {},
2117
+ "runtimeConfigInternalComponentProps": {},
2118
+ "motionVarPrefixes": []
2119
+ },
2120
+ "ChipButton": {
2121
+ "name": "ChipButton",
2122
+ "defaultProps": {
2123
+ "variant": "primary"
2133
2124
  },
2134
- "runtimeConfigGetStyles": {
2135
- "toastSizeLabel": [
2136
- "toast.defaultSize"
2137
- ],
2138
- "toastVariantIcon": [
2139
- "toast.defaultVariant"
2140
- ],
2141
- "toastSizeIcon": [
2142
- "toast.defaultSize"
2143
- ],
2144
- "toastSizeActionButton": [
2145
- "toast.defaultSize"
2146
- ],
2147
- "toastVariantActionButton": [
2148
- "toast.defaultVariant"
2149
- ],
2150
- "toastVariantCloseIcon": [
2151
- "toast.defaultVariant"
2152
- ],
2153
- "toastSizeCloseIcon": [
2154
- "toast.defaultSize"
2155
- ]
2156
- },
2157
- "runtimeConfigInternalComponentProps": {
2158
- "ToastContainer": {
2159
- "size": [
2160
- "toast.defaultSize"
2161
- ],
2162
- "variant": [
2163
- "toast.defaultVariant"
2164
- ]
2165
- },
2166
- "Text": {
2167
- "variant": [
2168
- "toast.textVariant.${size}"
2169
- ],
2170
- "color": [
2171
- "toast.textColor.${variant}"
2172
- ]
2173
- },
2174
- "Button": {
2175
- "size": [
2176
- "toast.buttonSize.${size}"
2177
- ],
2178
- "variant": [
2179
- "toast.buttonVariant.${variant}"
2125
+ "getStylesLiterals": {},
2126
+ "cxLiterals": [
2127
+ "uds-ring"
2128
+ ],
2129
+ "internalComponents": [
2130
+ "ChipBase"
2131
+ ],
2132
+ "internalComponentProps": {
2133
+ "ChipBase": {
2134
+ "as": [
2135
+ "button"
2180
2136
  ]
2181
2137
  }
2182
2138
  },
2139
+ "propToVariantKeys": {
2140
+ "variant": [
2141
+ "chipLinkVariantRoot",
2142
+ "chipLinkVariantIcon"
2143
+ ]
2144
+ },
2145
+ "runtimeConfigDefaultProps": {},
2146
+ "runtimeConfigGetStyles": {},
2147
+ "runtimeConfigInternalComponentProps": {},
2183
2148
  "motionVarPrefixes": []
2184
2149
  },
2185
- "ToastPortal": {
2186
- "name": "ToastPortal",
2187
- "defaultProps": {},
2150
+ "ChipDismissible": {
2151
+ "name": "ChipDismissible",
2152
+ "defaultProps": {
2153
+ "variant": "primary"
2154
+ },
2188
2155
  "getStylesLiterals": {},
2189
- "cxLiterals": [],
2156
+ "cxLiterals": [
2157
+ "uds-chip-dismissible-button",
2158
+ "uds-hit-target",
2159
+ "uds-ring",
2160
+ "rounded-full"
2161
+ ],
2190
2162
  "internalComponents": [
2191
- "ReactToastifyToastContainer"
2163
+ "ChipBase",
2164
+ "IconSlot",
2165
+ "Pressable"
2192
2166
  ],
2193
2167
  "internalComponentProps": {},
2194
- "propToVariantKeys": {},
2195
- "runtimeConfigDefaultProps": {
2196
- "size": "toast.defaultSize",
2197
- "variant": "toast.defaultVariant"
2168
+ "propToVariantKeys": {
2169
+ "variant": [
2170
+ "chipDismissibleVariantRoot",
2171
+ "chipDismissibleVariantIcon"
2172
+ ],
2173
+ "dismissButtonAriaLabel": [
2174
+ "aria-label"
2175
+ ]
2198
2176
  },
2177
+ "runtimeConfigDefaultProps": {},
2199
2178
  "runtimeConfigGetStyles": {},
2200
- "runtimeConfigInternalComponentProps": {
2201
- "ReactToastifyToastContainer": {
2202
- "autoClose": [
2203
- "toast.autoClose"
2204
- ]
2205
- }
2206
- },
2179
+ "runtimeConfigInternalComponentProps": {},
2207
2180
  "motionVarPrefixes": []
2208
2181
  },
2209
- "ToastContainer": {
2210
- "name": "ToastContainer",
2211
- "defaultProps": {},
2212
- "getStylesLiterals": {
2213
- "position": "relative",
2214
- "alignItems": "center",
2215
- "display": "flex",
2216
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
2182
+ "ChipLink": {
2183
+ "name": "ChipLink",
2184
+ "defaultProps": {
2185
+ "variant": "primary"
2217
2186
  },
2187
+ "getStylesLiterals": {},
2218
2188
  "cxLiterals": [
2219
- "w-full"
2189
+ "uds-ring"
2220
2190
  ],
2221
2191
  "internalComponents": [
2222
- "HStack"
2192
+ "ChipBase"
2223
2193
  ],
2224
2194
  "internalComponentProps": {
2225
- "HStack": {
2226
- "alignItems": [
2227
- "center"
2228
- ],
2229
- "justifyContent": [
2230
- "space-between"
2231
- ],
2232
- "overflow": [
2233
- "hidden"
2234
- ],
2235
- "position": [
2236
- "relative"
2195
+ "ChipBase": {
2196
+ "as": [
2197
+ "a"
2237
2198
  ]
2238
2199
  }
2239
2200
  },
2240
2201
  "propToVariantKeys": {
2241
2202
  "variant": [
2242
- "toastVariantRoot"
2243
- ],
2244
- "size": [
2245
- "toastSizeRoot"
2203
+ "chipLinkVariantRoot",
2204
+ "chipLinkVariantIcon"
2246
2205
  ]
2247
2206
  },
2248
- "runtimeConfigDefaultProps": {
2249
- "size": "toast.defaultSize",
2250
- "variant": "toast.defaultVariant"
2207
+ "runtimeConfigDefaultProps": {},
2208
+ "runtimeConfigGetStyles": {},
2209
+ "runtimeConfigInternalComponentProps": {},
2210
+ "motionVarPrefixes": []
2211
+ },
2212
+ "ChipToggle": {
2213
+ "name": "ChipToggle",
2214
+ "defaultProps": {
2215
+ "variant": "primary",
2216
+ "role": "checkbox"
2251
2217
  },
2252
- "runtimeConfigGetStyles": {
2253
- "toastVariantRoot": [
2254
- "toast.defaultVariant"
2255
- ],
2256
- "toastSizeRoot": [
2257
- "toast.defaultSize"
2258
- ]
2218
+ "getStylesLiterals": {
2219
+ "chipToggleVariantActiveRoot": "on",
2220
+ "chipToggleVariantActiveRoot:1": "off"
2259
2221
  },
2260
- "runtimeConfigInternalComponentProps": {
2261
- "HStack": {
2262
- "backgroundColor": [
2263
- "toast.backgroundColor.${variant}"
2222
+ "cxLiterals": [
2223
+ "uds-ring"
2224
+ ],
2225
+ "internalComponents": [
2226
+ "ChipBase"
2227
+ ],
2228
+ "internalComponentProps": {
2229
+ "ChipBase": {
2230
+ "as": [
2231
+ "button"
2264
2232
  ]
2265
2233
  }
2266
2234
  },
2235
+ "propToVariantKeys": {
2236
+ "variant": [
2237
+ "chipToggleVariantRoot",
2238
+ "chipToggleVariantIcon"
2239
+ ]
2240
+ },
2241
+ "runtimeConfigDefaultProps": {},
2242
+ "runtimeConfigGetStyles": {},
2243
+ "runtimeConfigInternalComponentProps": {},
2244
+ "motionVarPrefixes": []
2245
+ },
2246
+ "Avatar": {
2247
+ "name": "Avatar",
2248
+ "defaultProps": {},
2249
+ "getStylesLiterals": {},
2250
+ "cxLiterals": [],
2251
+ "internalComponents": [
2252
+ "AvatarImage"
2253
+ ],
2254
+ "internalComponentProps": {},
2255
+ "propToVariantKeys": {},
2256
+ "runtimeConfigDefaultProps": {},
2257
+ "runtimeConfigGetStyles": {},
2258
+ "runtimeConfigInternalComponentProps": {},
2267
2259
  "motionVarPrefixes": []
2268
2260
  },
2269
2261
  "AvatarIcon": {
@@ -2336,21 +2328,6 @@
2336
2328
  "runtimeConfigInternalComponentProps": {},
2337
2329
  "motionVarPrefixes": []
2338
2330
  },
2339
- "Avatar": {
2340
- "name": "Avatar",
2341
- "defaultProps": {},
2342
- "getStylesLiterals": {},
2343
- "cxLiterals": [],
2344
- "internalComponents": [
2345
- "AvatarImage"
2346
- ],
2347
- "internalComponentProps": {},
2348
- "propToVariantKeys": {},
2349
- "runtimeConfigDefaultProps": {},
2350
- "runtimeConfigGetStyles": {},
2351
- "runtimeConfigInternalComponentProps": {},
2352
- "motionVarPrefixes": []
2353
- },
2354
2331
  "AvatarText": {
2355
2332
  "name": "AvatarText",
2356
2333
  "defaultProps": {
@@ -2389,114 +2366,100 @@
2389
2366
  "runtimeConfigInternalComponentProps": {},
2390
2367
  "motionVarPrefixes": []
2391
2368
  },
2392
- "PopoverContent": {
2393
- "name": "PopoverContent",
2394
- "defaultProps": {},
2395
- "getStylesLiterals": {
2396
- "popoverSizeRoot": "default",
2397
- "popoverVariantRoot": "default",
2398
- "display": "flex",
2399
- "position": "absolute",
2400
- "spacingTop": "0",
2401
- "spacingStart": "0",
2402
- "spacingBottom": "0",
2403
- "spacingEnd": "0",
2404
- "popoverSizeSvgBase": "default",
2405
- "popoverVariantSvgBase": "default",
2406
- "popoverSizeSvgBorder": "default",
2407
- "popoverVariantSvgBorder": "default",
2408
- "popoverVariantBlur": "default",
2409
- "width": "full",
2410
- "height": "full",
2411
- "flexShrink": "0",
2412
- "borderRadius": "full",
2413
- "alignItems": "center",
2414
- "justifyContent": "center",
2415
- "popoverVariantCloseIcon": "default",
2416
- "popoverSizeCloseIcon": "default"
2369
+ "Accordion": {
2370
+ "name": "Accordion",
2371
+ "defaultProps": {
2372
+ "spacingHorizontal": "4",
2373
+ "spacingVertical": "4"
2417
2374
  },
2375
+ "getStylesLiterals": {},
2418
2376
  "cxLiterals": [
2419
- "z-[9999]",
2420
- "outline-none",
2421
- "focus-visible:outline-none",
2422
- "uds-bgBlurFillFallback",
2423
- "uds-bgBlurFallback",
2424
- "top-0",
2425
- "left-0",
2426
- "z-[1]",
2427
- "duration-0",
2428
- "duration-120",
2429
- "transition-[background-color]",
2430
- "bg-carbon-15/0",
2431
- "hover:bg-carbon-15/10",
2432
- "active:bg-carbon-15/15",
2433
- "uds-ring",
2434
- "absolute",
2435
- "z-[4]"
2377
+ "hover:bg-secondary/80",
2378
+ "w-full"
2436
2379
  ],
2437
2380
  "internalComponents": [
2438
- "PopoverDismiss",
2439
- "IconSlot",
2440
- "PopoverArrow",
2441
- "Popover",
2442
- "SvgFloatingOverlay",
2443
- "Box",
2444
- "Pressable"
2381
+ "Icon",
2382
+ "SpringMotionConfig",
2383
+ "Pressable",
2384
+ "Text",
2385
+ "HStack",
2386
+ "AnimatePresence",
2387
+ "VStack"
2445
2388
  ],
2446
- "internalComponentProps": {},
2447
- "propToVariantKeys": {
2448
- "closeIcon": [
2449
- "icon"
2450
- ]
2451
- },
2452
- "runtimeConfigDefaultProps": {
2453
- "size": "popover.defaultSize",
2454
- "variant": "popover.defaultVariant"
2455
- },
2456
- "runtimeConfigGetStyles": {
2457
- "spacingTop": [
2458
- "popover.spacingVertical.${size}"
2459
- ],
2460
- "spacingStart": [
2461
- "popover.spacingHorizontal.${size}"
2462
- ],
2463
- "spacingBottom": [
2464
- "popover.spacingVertical.${size}"
2465
- ],
2466
- "spacingEnd": [
2467
- "popover.spacingHorizontal.${size}"
2468
- ]
2469
- },
2470
- "runtimeConfigInternalComponentProps": {
2471
- "SvgFloatingOverlay": {
2389
+ "internalComponentProps": {
2390
+ "Icon": {
2391
+ "variant": [
2392
+ "fill"
2393
+ ],
2394
+ "size": [
2395
+ "sm"
2396
+ ],
2397
+ "color": [
2398
+ "primary"
2399
+ ]
2400
+ },
2401
+ "SpringMotionConfig": {
2402
+ "layoutVariant": [
2403
+ "smooth"
2404
+ ],
2405
+ "layoutSpeed": [
2406
+ "3"
2407
+ ]
2408
+ },
2409
+ "Pressable": {
2410
+ "display": [
2411
+ "flex"
2412
+ ],
2413
+ "flexDirection": [
2414
+ "row"
2415
+ ],
2416
+ "alignItems": [
2417
+ "center"
2418
+ ],
2419
+ "justifyContent": [
2420
+ "space-between"
2421
+ ],
2472
2422
  "borderRadius": [
2473
- "popover.borderRadius.${size}"
2423
+ "md"
2424
+ ]
2425
+ },
2426
+ "Text": {
2427
+ "variant": [
2428
+ "title4"
2429
+ ],
2430
+ "color": [
2431
+ "primary"
2432
+ ]
2433
+ },
2434
+ "HStack": {
2435
+ "display": [
2436
+ "flex"
2437
+ ],
2438
+ "alignItems": [
2439
+ "center"
2440
+ ],
2441
+ "justifyContent": [
2442
+ "space-between"
2443
+ ],
2444
+ "columnGap": [
2445
+ "2.5"
2474
2446
  ]
2475
2447
  }
2476
2448
  },
2477
- "motionVarPrefixes": []
2478
- },
2479
- "PopoverContext": {
2480
- "name": "PopoverContext",
2481
- "defaultProps": {},
2482
- "getStylesLiterals": {},
2483
- "cxLiterals": [],
2484
- "internalComponents": [],
2485
- "internalComponentProps": {},
2486
2449
  "propToVariantKeys": {},
2487
2450
  "runtimeConfigDefaultProps": {},
2488
2451
  "runtimeConfigGetStyles": {},
2489
2452
  "runtimeConfigInternalComponentProps": {},
2490
- "motionVarPrefixes": []
2453
+ "motionVarPrefixes": [
2454
+ "--uds-motion-smooth-3-"
2455
+ ]
2491
2456
  },
2492
- "UDSPopoverConfigProvider": {
2493
- "name": "UDSPopoverConfigProvider",
2457
+ "AvoidMotionLibraryProvider": {
2458
+ "name": "AvoidMotionLibraryProvider",
2494
2459
  "defaultProps": {},
2495
2460
  "getStylesLiterals": {},
2496
2461
  "cxLiterals": [],
2497
- "internalComponents": [
2498
- "PopoverContext.Provider"
2499
- ],
2462
+ "internalComponents": [],
2500
2463
  "internalComponentProps": {},
2501
2464
  "propToVariantKeys": {},
2502
2465
  "runtimeConfigDefaultProps": {},
@@ -2504,24 +2467,88 @@
2504
2467
  "runtimeConfigInternalComponentProps": {},
2505
2468
  "motionVarPrefixes": []
2506
2469
  },
2507
- "PopoverTrigger": {
2508
- "name": "PopoverTrigger",
2470
+ "Modal": {
2471
+ "name": "Modal",
2509
2472
  "defaultProps": {},
2510
2473
  "getStylesLiterals": {},
2511
- "cxLiterals": [],
2474
+ "cxLiterals": [
2475
+ "inset-8",
2476
+ "top-[250px]",
2477
+ "z-50",
2478
+ "mx-auto",
2479
+ "h-fit",
2480
+ "w-[600px]",
2481
+ "origin-center",
2482
+ "scale-95",
2483
+ "opacity-0",
2484
+ "transition",
2485
+ "duration-150",
2486
+ "data-[enter]:scale-100",
2487
+ "data-[enter]:opacity-100",
2488
+ "data-[enter]:bg-primary",
2489
+ "backdrop-blur-0",
2490
+ "data-[enter]:opacity-60",
2491
+ "data-[enter]:backdrop-blur-sm"
2492
+ ],
2512
2493
  "internalComponents": [
2513
- "PopoverDisclosure"
2494
+ "IconButton",
2495
+ "Dialog",
2496
+ "HStack",
2497
+ "Text",
2498
+ "VStack"
2514
2499
  ],
2515
2500
  "internalComponentProps": {
2516
- "PopoverDisclosure": {
2517
- "className": [
2518
- "inline"
2501
+ "IconButton": {
2502
+ "aria-label": [
2503
+ "Close"
2504
+ ],
2505
+ "size": [
2506
+ "sm"
2507
+ ],
2508
+ "variant": [
2509
+ "tertiary"
2510
+ ]
2511
+ },
2512
+ "HStack": {
2513
+ "alignItems": [
2514
+ "center"
2515
+ ],
2516
+ "justifyContent": [
2517
+ "space-between"
2518
+ ]
2519
+ },
2520
+ "Text": {
2521
+ "variant": [
2522
+ "headline1"
2523
+ ],
2524
+ "color": [
2525
+ "primary"
2526
+ ]
2527
+ },
2528
+ "VStack": {
2529
+ "borderRadius": [
2530
+ "md"
2531
+ ],
2532
+ "position": [
2533
+ "fixed"
2534
+ ],
2535
+ "backgroundColor": [
2536
+ "primary"
2537
+ ],
2538
+ "dropShadow": [
2539
+ "md"
2540
+ ],
2541
+ "spacing": [
2542
+ "8"
2543
+ ],
2544
+ "overflow": [
2545
+ "hidden"
2519
2546
  ]
2520
2547
  }
2521
2548
  },
2522
2549
  "propToVariantKeys": {
2523
- "children": [
2524
- "render"
2550
+ "handleClose": [
2551
+ "onClick"
2525
2552
  ]
2526
2553
  },
2527
2554
  "runtimeConfigDefaultProps": {},
@@ -2529,72 +2556,154 @@
2529
2556
  "runtimeConfigInternalComponentProps": {},
2530
2557
  "motionVarPrefixes": []
2531
2558
  },
2532
- "Popover": {
2533
- "name": "Popover",
2534
- "defaultProps": {},
2535
- "getStylesLiterals": {},
2536
- "cxLiterals": [],
2537
- "internalComponents": [
2538
- "PopoverInternalContext.Provider",
2539
- "PopoverProvider"
2540
- ],
2541
- "internalComponentProps": {},
2542
- "propToVariantKeys": {},
2543
- "runtimeConfigDefaultProps": {
2544
- "size": "popover.defaultSize",
2545
- "variant": "popover.defaultVariant"
2546
- },
2547
- "runtimeConfigGetStyles": {},
2548
- "runtimeConfigInternalComponentProps": {},
2549
- "motionVarPrefixes": []
2550
- },
2551
- "Radio": {
2552
- "name": "Radio",
2559
+ "SegmentedControl": {
2560
+ "name": "SegmentedControl",
2553
2561
  "defaultProps": {
2554
- "labelPosition": "start",
2555
- "variant": "primary",
2556
- "size": "md",
2557
- "value": ""
2562
+ "textVariant": "label2"
2558
2563
  },
2559
2564
  "getStylesLiterals": {
2560
- "radioVariantValueRoot": "checked",
2561
- "radioVariantValueRoot:1": "unchecked",
2562
2565
  "display": "flex",
2563
- "flexDirection": "row",
2564
- "flexDirection:1": "row-reverse",
2565
2566
  "alignItems": "center",
2566
- "radioVariantValueRadio": "checked",
2567
- "radioVariantValueRadio:1": "unchecked",
2568
- "radioVariantValueRadioCircle": "checked",
2569
- "radioVariantValueRadioCircle:1": "unchecked"
2567
+ "backgroundColor": "primary",
2568
+ "spacingVertical": "1",
2569
+ "spacingHorizontal": "3",
2570
+ "columnGap": "1.5",
2571
+ "borderWidth": "thin",
2572
+ "borderRadius": "full",
2573
+ "borderColor": "muted",
2574
+ "borderColor:1": "transparent",
2575
+ "color": "primary",
2576
+ "color:1": "tertiary",
2577
+ "color:2": "muted"
2570
2578
  },
2571
2579
  "cxLiterals": [
2572
- "cursor-pointer",
2573
- "cursor-default",
2580
+ "uds-ring",
2581
+ "cursor-not-allowed",
2574
2582
  "opacity-50",
2575
- "border",
2583
+ "pointer-events-none",
2584
+ "hover:bg-primary"
2585
+ ],
2586
+ "internalComponents": [
2587
+ "TextVariant",
2588
+ "Radio",
2589
+ "Icon",
2590
+ "RadioProvider",
2591
+ "HStack",
2592
+ "RadioGroup",
2593
+ "Pressable",
2594
+ "Text"
2595
+ ],
2596
+ "internalComponentProps": {
2597
+ "Icon": {
2598
+ "size": [
2599
+ "sm"
2600
+ ],
2601
+ "color": [
2602
+ "current"
2603
+ ],
2604
+ "aria-hidden": [
2605
+ "true"
2606
+ ]
2607
+ },
2608
+ "HStack": {
2609
+ "spacing": [
2610
+ "1"
2611
+ ],
2612
+ "gap": [
2613
+ "1"
2614
+ ],
2615
+ "backgroundColor": [
2616
+ "secondary"
2617
+ ],
2618
+ "borderRadius": [
2619
+ "full"
2620
+ ],
2621
+ "display": [
2622
+ "inline-flex"
2623
+ ]
2624
+ },
2625
+ "Text": {
2626
+ "color": [
2627
+ "current"
2628
+ ]
2629
+ }
2630
+ },
2631
+ "propToVariantKeys": {
2632
+ "value": [
2633
+ "key"
2634
+ ],
2635
+ "label": [
2636
+ "aria-label"
2637
+ ],
2638
+ "textVariant": [
2639
+ "variant"
2640
+ ]
2641
+ },
2642
+ "runtimeConfigDefaultProps": {},
2643
+ "runtimeConfigGetStyles": {},
2644
+ "runtimeConfigInternalComponentProps": {},
2645
+ "motionVarPrefixes": []
2646
+ },
2647
+ "SwitchV2": {
2648
+ "name": "SwitchV2",
2649
+ "defaultProps": {
2650
+ "labelPosition": "start",
2651
+ "size": "md"
2652
+ },
2653
+ "getStylesLiterals": {
2654
+ "switchVariantRoot": "default",
2655
+ "switchVariantActiveRoot": "on",
2656
+ "switchVariantActiveRoot:1": "off",
2657
+ "switchVariantSwitch": "default",
2658
+ "switchVariantActiveSwitch": "on",
2659
+ "switchVariantActiveSwitch:1": "off",
2660
+ "switchVariantActiveHandle": "on",
2661
+ "switchVariantActiveHandle:1": "off",
2662
+ "switchVariantHandle": "default",
2663
+ "switchVariantHandleIcon": "default",
2664
+ "switchVariantActiveHandleIcon": "on",
2665
+ "switchVariantActiveHandleIcon:1": "off"
2666
+ },
2667
+ "cxLiterals": [
2668
+ "group",
2669
+ "flex",
2670
+ "items-center",
2671
+ "flex-row",
2672
+ "flex-row-reverse",
2576
2673
  "uds-ring",
2577
2674
  "uds-ring-within",
2578
- "transition-[background-color,border-color]",
2579
- "transition-shadow",
2675
+ "relative",
2676
+ "uds-border-radius-full",
2677
+ "transition-[background-color,box-shadow]",
2580
2678
  "pointer-events-none",
2581
- "w-[8px]",
2582
- "h-[8px]",
2583
- "transition-opacity",
2584
- "cursor-[inherit]",
2679
+ "w-full",
2680
+ "h-full",
2585
2681
  "absolute",
2682
+ "top-0",
2683
+ "bottom-0",
2684
+ "right-0",
2685
+ "left-0",
2686
+ "overflow-hidden",
2687
+ "group-hover:scale-105",
2688
+ "opacity-95",
2689
+ "group-hover:opacity-100",
2690
+ "transition-[transform,opacity]",
2586
2691
  "opacity-0",
2587
2692
  "top-1/2",
2588
2693
  "left-1/2",
2589
- "w-[calc(100%+2px)]",
2590
- "h-[calc(100%+2px)]",
2591
2694
  "transform",
2592
2695
  "translate-x-[-50%]",
2593
2696
  "translate-y-[-50%]",
2697
+ "transition-opacity",
2698
+ "cursor-[inherit]",
2699
+ "w-[calc(100%+2px)]",
2700
+ "h-[calc(100%+2px)]",
2594
2701
  "text-start",
2595
- "text-end"
2702
+ "text-end",
2703
+ "opacity-100"
2596
2704
  ],
2597
2705
  "internalComponents": [
2706
+ "IconSlot",
2598
2707
  "Box",
2599
2708
  "FormLabel",
2600
2709
  "SpringMotionConfig",
@@ -2602,9 +2711,10 @@
2602
2711
  "MotionBox"
2603
2712
  ],
2604
2713
  "internalComponentProps": {
2605
- "Box": {
2606
- "borderRadius": [
2607
- "full"
2714
+ "IconSlot": {
2715
+ "data-testid": [
2716
+ "on-icon",
2717
+ "off-icon"
2608
2718
  ]
2609
2719
  },
2610
2720
  "FormLabel": {
@@ -2618,98 +2728,305 @@
2618
2728
  "inherit"
2619
2729
  ]
2620
2730
  },
2731
+ "SpringMotionConfig": {
2732
+ "layoutVariant": [
2733
+ "bouncy"
2734
+ ],
2735
+ "layoutSpeed": [
2736
+ "4"
2737
+ ]
2738
+ },
2621
2739
  "RootElement": {
2622
2740
  "data-testid": [
2623
- "container"
2741
+ "switch-root"
2624
2742
  ]
2625
2743
  },
2626
2744
  "MotionBox": {
2627
- "position": [
2628
- "relative"
2629
- ],
2630
- "borderRadius": [
2631
- "full"
2632
- ],
2633
- "alignItems": [
2634
- "center"
2635
- ],
2636
- "justifyContent": [
2637
- "center"
2638
- ],
2639
- "flex": [
2640
- "none"
2745
+ "layout": [
2746
+ "position"
2641
2747
  ]
2642
2748
  }
2643
2749
  },
2644
2750
  "propToVariantKeys": {
2645
2751
  "size": [
2646
- "radioSizeRoot",
2647
- "radioSizeRadio"
2752
+ "switchSizeRoot",
2753
+ "switchSizeSwitch",
2754
+ "switchSizeHandle",
2755
+ "switchSizeHandleIcon"
2648
2756
  ],
2649
- "variant": [
2650
- "radioVariantRoot",
2651
- "radioVariantRadio",
2652
- "radioVariantRadioCircle"
2757
+ "onIcon": [
2758
+ "icon"
2759
+ ],
2760
+ "offIcon": [
2761
+ "icon"
2653
2762
  ],
2654
2763
  "reduceMotion": [
2655
2764
  "reducedMotion"
2765
+ ],
2766
+ "isOn": [
2767
+ "layoutDependency"
2656
2768
  ]
2657
2769
  },
2658
2770
  "runtimeConfigDefaultProps": {},
2659
2771
  "runtimeConfigGetStyles": {},
2660
2772
  "runtimeConfigInternalComponentProps": {},
2661
2773
  "motionVarPrefixes": [
2662
- "--uds-motion-subtle-3-",
2774
+ "--uds-motion-bouncy-4-",
2663
2775
  "--uds-motion-smooth-3-"
2664
2776
  ]
2665
2777
  },
2666
- "RadioGroupStore": {
2667
- "name": "RadioGroupStore",
2778
+ "Tabs": {
2779
+ "name": "Tabs",
2668
2780
  "defaultProps": {},
2669
- "getStylesLiterals": {},
2670
- "cxLiterals": [],
2671
- "internalComponents": [],
2672
- "internalComponentProps": {},
2781
+ "getStylesLiterals": {
2782
+ "display": "flex",
2783
+ "flexDirection": "row",
2784
+ "columnGap": "6"
2785
+ },
2786
+ "cxLiterals": [
2787
+ "text-tertiary",
2788
+ "border-b-transparent",
2789
+ "aria-selected:border-b-brand",
2790
+ "aria-selected:text-secondary"
2791
+ ],
2792
+ "internalComponents": [
2793
+ "TabProvider",
2794
+ "OriginalTabList",
2795
+ "OriginalTab",
2796
+ "Icon",
2797
+ "OriginalTabPanel",
2798
+ "Pressable",
2799
+ "Comp",
2800
+ "Text"
2801
+ ],
2802
+ "internalComponentProps": {
2803
+ "Icon": {
2804
+ "className": [
2805
+ "text-current"
2806
+ ],
2807
+ "size": [
2808
+ "md"
2809
+ ]
2810
+ },
2811
+ "Pressable": {
2812
+ "borderBottomWidth": [
2813
+ "medium"
2814
+ ],
2815
+ "spacingBottom": [
2816
+ "1"
2817
+ ],
2818
+ "spacingTop": [
2819
+ "4"
2820
+ ]
2821
+ },
2822
+ "Text": {
2823
+ "className": [
2824
+ "text-current"
2825
+ ],
2826
+ "variant": [
2827
+ "headline1"
2828
+ ],
2829
+ "as": [
2830
+ "span"
2831
+ ]
2832
+ }
2833
+ },
2673
2834
  "propToVariantKeys": {},
2674
2835
  "runtimeConfigDefaultProps": {},
2675
2836
  "runtimeConfigGetStyles": {},
2676
2837
  "runtimeConfigInternalComponentProps": {},
2677
2838
  "motionVarPrefixes": []
2678
2839
  },
2679
- "RadioGroupProvider": {
2680
- "name": "RadioGroupProvider",
2840
+ "Toast": {
2841
+ "name": "Toast",
2842
+ "defaultProps": {},
2843
+ "getStylesLiterals": {
2844
+ "className": "flex-none",
2845
+ "spacing": "2",
2846
+ "borderRadius": "full"
2847
+ },
2848
+ "cxLiterals": [
2849
+ "duration-0",
2850
+ "duration-120",
2851
+ "transition-[background-color]",
2852
+ "bg-carbon-15/0",
2853
+ "hover:bg-carbon-15/10",
2854
+ "active:bg-carbon-15/15",
2855
+ "uds-ring"
2856
+ ],
2857
+ "internalComponents": [
2858
+ "IconSlot",
2859
+ "ToastContainer",
2860
+ "Text",
2861
+ "Button",
2862
+ "Pressable"
2863
+ ],
2864
+ "internalComponentProps": {},
2865
+ "propToVariantKeys": {
2866
+ "size": [
2867
+ "toastSizeLabel",
2868
+ "toastSizeIcon",
2869
+ "toastSizeActionButton",
2870
+ "toastSizeCloseIcon"
2871
+ ],
2872
+ "variant": [
2873
+ "toastVariantIcon",
2874
+ "toastVariantActionButton",
2875
+ "toastVariantCloseIcon"
2876
+ ],
2877
+ "closeIcon": [
2878
+ "icon"
2879
+ ],
2880
+ "onClickActionButton": [
2881
+ "onClick"
2882
+ ]
2883
+ },
2884
+ "runtimeConfigDefaultProps": {
2885
+ "size": "toast.defaultSize",
2886
+ "variant": "toast.defaultVariant"
2887
+ },
2888
+ "runtimeConfigGetStyles": {
2889
+ "toastSizeLabel": [
2890
+ "toast.defaultSize"
2891
+ ],
2892
+ "toastVariantIcon": [
2893
+ "toast.defaultVariant"
2894
+ ],
2895
+ "toastSizeIcon": [
2896
+ "toast.defaultSize"
2897
+ ],
2898
+ "toastSizeActionButton": [
2899
+ "toast.defaultSize"
2900
+ ],
2901
+ "toastVariantActionButton": [
2902
+ "toast.defaultVariant"
2903
+ ],
2904
+ "toastVariantCloseIcon": [
2905
+ "toast.defaultVariant"
2906
+ ],
2907
+ "toastSizeCloseIcon": [
2908
+ "toast.defaultSize"
2909
+ ]
2910
+ },
2911
+ "runtimeConfigInternalComponentProps": {
2912
+ "ToastContainer": {
2913
+ "size": [
2914
+ "toast.defaultSize"
2915
+ ],
2916
+ "variant": [
2917
+ "toast.defaultVariant"
2918
+ ]
2919
+ },
2920
+ "Text": {
2921
+ "variant": [
2922
+ "toast.textVariant.${size}"
2923
+ ],
2924
+ "color": [
2925
+ "toast.textColor.${variant}"
2926
+ ]
2927
+ },
2928
+ "Button": {
2929
+ "size": [
2930
+ "toast.buttonSize.${size}"
2931
+ ],
2932
+ "variant": [
2933
+ "toast.buttonVariant.${variant}"
2934
+ ]
2935
+ }
2936
+ },
2937
+ "motionVarPrefixes": []
2938
+ },
2939
+ "ToastContainer": {
2940
+ "name": "ToastContainer",
2941
+ "defaultProps": {},
2942
+ "getStylesLiterals": {
2943
+ "position": "relative",
2944
+ "alignItems": "center",
2945
+ "display": "flex",
2946
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
2947
+ },
2948
+ "cxLiterals": [
2949
+ "w-full"
2950
+ ],
2951
+ "internalComponents": [
2952
+ "HStack"
2953
+ ],
2954
+ "internalComponentProps": {
2955
+ "HStack": {
2956
+ "alignItems": [
2957
+ "center"
2958
+ ],
2959
+ "justifyContent": [
2960
+ "space-between"
2961
+ ],
2962
+ "overflow": [
2963
+ "hidden"
2964
+ ],
2965
+ "position": [
2966
+ "relative"
2967
+ ]
2968
+ }
2969
+ },
2970
+ "propToVariantKeys": {
2971
+ "variant": [
2972
+ "toastVariantRoot"
2973
+ ],
2974
+ "size": [
2975
+ "toastSizeRoot"
2976
+ ]
2977
+ },
2978
+ "runtimeConfigDefaultProps": {
2979
+ "size": "toast.defaultSize",
2980
+ "variant": "toast.defaultVariant"
2981
+ },
2982
+ "runtimeConfigGetStyles": {
2983
+ "toastVariantRoot": [
2984
+ "toast.defaultVariant"
2985
+ ],
2986
+ "toastSizeRoot": [
2987
+ "toast.defaultSize"
2988
+ ]
2989
+ },
2990
+ "runtimeConfigInternalComponentProps": {
2991
+ "HStack": {
2992
+ "backgroundColor": [
2993
+ "toast.backgroundColor.${variant}"
2994
+ ]
2995
+ }
2996
+ },
2997
+ "motionVarPrefixes": []
2998
+ },
2999
+ "ToastPortal": {
3000
+ "name": "ToastPortal",
2681
3001
  "defaultProps": {},
2682
3002
  "getStylesLiterals": {},
2683
3003
  "cxLiterals": [],
2684
3004
  "internalComponents": [
2685
- "DivProps",
2686
- "Comp",
2687
- "RadioGroupContext.Provider"
3005
+ "ReactToastifyToastContainer"
2688
3006
  ],
2689
- "internalComponentProps": {
2690
- "Comp": {
2691
- "role": [
2692
- "radiogroup"
3007
+ "internalComponentProps": {},
3008
+ "propToVariantKeys": {},
3009
+ "runtimeConfigDefaultProps": {
3010
+ "size": "toast.defaultSize",
3011
+ "variant": "toast.defaultVariant"
3012
+ },
3013
+ "runtimeConfigGetStyles": {},
3014
+ "runtimeConfigInternalComponentProps": {
3015
+ "ReactToastifyToastContainer": {
3016
+ "autoClose": [
3017
+ "toast.autoClose"
2693
3018
  ]
2694
3019
  }
2695
3020
  },
2696
- "propToVariantKeys": {},
2697
- "runtimeConfigDefaultProps": {},
2698
- "runtimeConfigGetStyles": {},
2699
- "runtimeConfigInternalComponentProps": {},
2700
3021
  "motionVarPrefixes": []
2701
3022
  },
2702
- "UDSConfigProvider": {
2703
- "name": "UDSConfigProvider",
3023
+ "UDSToastConfigProvider": {
3024
+ "name": "UDSToastConfigProvider",
2704
3025
  "defaultProps": {},
2705
3026
  "getStylesLiterals": {},
2706
3027
  "cxLiterals": [],
2707
3028
  "internalComponents": [
2708
- "UDSBreakpointsConfigProvider",
2709
- "UDSBottomSheetConfigProvider",
2710
- "UDSToastConfigProvider",
2711
- "UDSTooltipConfigProvider",
2712
- "UDSPopoverConfigProvider"
3029
+ "ToastContext.Provider"
2713
3030
  ],
2714
3031
  "internalComponentProps": {},
2715
3032
  "propToVariantKeys": {},
@@ -2733,475 +3050,158 @@
2733
3050
  "runtimeConfigInternalComponentProps": {},
2734
3051
  "motionVarPrefixes": []
2735
3052
  },
2736
- "Tabs": {
2737
- "name": "Tabs",
3053
+ "UDSConfigProvider": {
3054
+ "name": "UDSConfigProvider",
2738
3055
  "defaultProps": {},
2739
- "getStylesLiterals": {
2740
- "display": "flex",
2741
- "flexDirection": "row",
2742
- "columnGap": "6"
2743
- },
2744
- "cxLiterals": [
2745
- "text-tertiary",
2746
- "border-b-transparent",
2747
- "aria-selected:border-b-brand",
2748
- "aria-selected:text-secondary"
2749
- ],
3056
+ "getStylesLiterals": {},
3057
+ "cxLiterals": [],
2750
3058
  "internalComponents": [
2751
- "TabProvider",
2752
- "OriginalTabList",
2753
- "OriginalTab",
2754
- "Icon",
2755
- "OriginalTabPanel",
2756
- "Pressable",
2757
- "Comp",
2758
- "Text"
3059
+ "UDSBreakpointsConfigProvider",
3060
+ "UDSBottomSheetConfigProvider",
3061
+ "UDSToastConfigProvider",
3062
+ "UDSTooltipConfigProvider",
3063
+ "UDSPopoverConfigProvider"
2759
3064
  ],
2760
- "internalComponentProps": {
2761
- "Icon": {
2762
- "className": [
2763
- "text-current"
2764
- ],
2765
- "size": [
2766
- "md"
2767
- ]
2768
- },
2769
- "Pressable": {
2770
- "borderBottomWidth": [
2771
- "medium"
2772
- ],
2773
- "spacingBottom": [
2774
- "1"
2775
- ],
2776
- "spacingTop": [
2777
- "4"
2778
- ]
2779
- },
2780
- "Text": {
2781
- "className": [
2782
- "text-current"
2783
- ],
2784
- "variant": [
2785
- "headline1"
2786
- ],
2787
- "as": [
2788
- "span"
2789
- ]
2790
- }
2791
- },
3065
+ "internalComponentProps": {},
2792
3066
  "propToVariantKeys": {},
2793
3067
  "runtimeConfigDefaultProps": {},
2794
3068
  "runtimeConfigGetStyles": {},
2795
3069
  "runtimeConfigInternalComponentProps": {},
2796
3070
  "motionVarPrefixes": []
2797
3071
  },
2798
- "AvoidMotionLibraryProvider": {
2799
- "name": "AvoidMotionLibraryProvider",
3072
+ "Tooltip": {
3073
+ "name": "Tooltip",
2800
3074
  "defaultProps": {},
2801
3075
  "getStylesLiterals": {},
2802
3076
  "cxLiterals": [],
2803
- "internalComponents": [],
2804
- "internalComponentProps": {},
2805
- "propToVariantKeys": {},
2806
- "runtimeConfigDefaultProps": {},
2807
- "runtimeConfigGetStyles": {},
2808
- "runtimeConfigInternalComponentProps": {},
2809
- "motionVarPrefixes": []
2810
- },
2811
- "Accordion": {
2812
- "name": "Accordion",
2813
- "defaultProps": {
2814
- "spacingHorizontal": "4",
2815
- "spacingVertical": "4"
2816
- },
2817
- "getStylesLiterals": {},
2818
- "cxLiterals": [
2819
- "hover:bg-secondary/80",
2820
- "w-full"
2821
- ],
2822
3077
  "internalComponents": [
2823
- "Icon",
2824
- "SpringMotionConfig",
2825
- "Pressable",
2826
- "Text",
2827
- "HStack",
2828
- "AnimatePresence",
2829
- "VStack"
3078
+ "TooltipInternalContext.Provider",
3079
+ "TooltipProvider"
2830
3080
  ],
2831
- "internalComponentProps": {
2832
- "Icon": {
2833
- "variant": [
2834
- "fill"
2835
- ],
2836
- "size": [
2837
- "sm"
2838
- ],
2839
- "color": [
2840
- "primary"
2841
- ]
2842
- },
2843
- "SpringMotionConfig": {
2844
- "layoutVariant": [
2845
- "smooth"
2846
- ],
2847
- "layoutSpeed": [
2848
- "3"
2849
- ]
2850
- },
2851
- "Pressable": {
2852
- "display": [
2853
- "flex"
2854
- ],
2855
- "flexDirection": [
2856
- "row"
2857
- ],
2858
- "alignItems": [
2859
- "center"
2860
- ],
2861
- "justifyContent": [
2862
- "space-between"
2863
- ],
2864
- "borderRadius": [
2865
- "md"
2866
- ]
2867
- },
2868
- "Text": {
2869
- "variant": [
2870
- "title4"
2871
- ],
2872
- "color": [
2873
- "primary"
2874
- ]
2875
- },
2876
- "HStack": {
2877
- "display": [
2878
- "flex"
2879
- ],
2880
- "alignItems": [
2881
- "center"
2882
- ],
2883
- "justifyContent": [
2884
- "space-between"
2885
- ],
2886
- "columnGap": [
2887
- "2.5"
2888
- ]
2889
- }
2890
- },
3081
+ "internalComponentProps": {},
2891
3082
  "propToVariantKeys": {},
2892
3083
  "runtimeConfigDefaultProps": {},
2893
3084
  "runtimeConfigGetStyles": {},
2894
- "runtimeConfigInternalComponentProps": {},
2895
- "motionVarPrefixes": [
2896
- "--uds-motion-smooth-3-"
2897
- ]
2898
- },
2899
- "SegmentedControl": {
2900
- "name": "SegmentedControl",
2901
- "defaultProps": {
2902
- "textVariant": "label2"
2903
- },
2904
- "getStylesLiterals": {
2905
- "display": "flex",
2906
- "alignItems": "center",
2907
- "backgroundColor": "primary",
2908
- "spacingVertical": "1",
2909
- "spacingHorizontal": "3",
2910
- "columnGap": "1.5",
2911
- "borderWidth": "thin",
2912
- "borderRadius": "full",
2913
- "borderColor": "muted",
2914
- "borderColor:1": "transparent",
2915
- "color": "primary",
2916
- "color:1": "tertiary",
2917
- "color:2": "muted"
2918
- },
2919
- "cxLiterals": [
2920
- "uds-ring",
2921
- "cursor-not-allowed",
2922
- "opacity-50",
2923
- "pointer-events-none",
2924
- "hover:bg-primary"
2925
- ],
2926
- "internalComponents": [
2927
- "TextVariant",
2928
- "Radio",
2929
- "Icon",
2930
- "RadioProvider",
2931
- "HStack",
2932
- "RadioGroup",
2933
- "Pressable",
2934
- "Text"
2935
- ],
2936
- "internalComponentProps": {
2937
- "Icon": {
2938
- "size": [
2939
- "sm"
2940
- ],
2941
- "color": [
2942
- "current"
2943
- ],
2944
- "aria-hidden": [
2945
- "true"
2946
- ]
2947
- },
2948
- "HStack": {
2949
- "spacing": [
2950
- "1"
2951
- ],
2952
- "gap": [
2953
- "1"
2954
- ],
2955
- "backgroundColor": [
2956
- "secondary"
2957
- ],
2958
- "borderRadius": [
2959
- "full"
2960
- ],
2961
- "display": [
2962
- "inline-flex"
2963
- ]
2964
- },
2965
- "Text": {
2966
- "color": [
2967
- "current"
3085
+ "runtimeConfigInternalComponentProps": {
3086
+ "TooltipProvider": {
3087
+ "animated": [
3088
+ "tooltip.animationDuration"
2968
3089
  ]
2969
3090
  }
2970
3091
  },
2971
- "propToVariantKeys": {
2972
- "value": [
2973
- "key"
2974
- ],
2975
- "label": [
2976
- "aria-label"
2977
- ],
2978
- "textVariant": [
2979
- "variant"
2980
- ]
2981
- },
2982
- "runtimeConfigDefaultProps": {},
2983
- "runtimeConfigGetStyles": {},
2984
- "runtimeConfigInternalComponentProps": {},
2985
3092
  "motionVarPrefixes": []
2986
3093
  },
2987
- "SwitchV2": {
2988
- "name": "SwitchV2",
2989
- "defaultProps": {
2990
- "labelPosition": "start",
2991
- "size": "md"
2992
- },
3094
+ "TooltipContent": {
3095
+ "name": "TooltipContent",
3096
+ "defaultProps": {},
2993
3097
  "getStylesLiterals": {
2994
- "switchVariantRoot": "default",
2995
- "switchVariantActiveRoot": "on",
2996
- "switchVariantActiveRoot:1": "off",
2997
- "switchVariantSwitch": "default",
2998
- "switchVariantActiveSwitch": "on",
2999
- "switchVariantActiveSwitch:1": "off",
3000
- "switchVariantActiveHandle": "on",
3001
- "switchVariantActiveHandle:1": "off",
3002
- "switchVariantHandle": "default",
3003
- "switchVariantHandleIcon": "default",
3004
- "switchVariantActiveHandleIcon": "on",
3005
- "switchVariantActiveHandleIcon:1": "off"
3098
+ "tooltipSizeRoot": "default",
3099
+ "tooltipVariantRoot": "default",
3100
+ "tooltipSizeSvg": "default",
3101
+ "tooltipVariantSvg": "default",
3102
+ "tooltipVariantBlur": "default",
3103
+ "position": "absolute",
3104
+ "width": "full",
3105
+ "height": "full",
3106
+ "tooltipSizeTitle": "default",
3107
+ "tooltipSizeBody": "default",
3108
+ "tooltipSizeEndContent": "default",
3109
+ "tooltipSizeIcon": "default",
3110
+ "tooltipVariantIcon": "default"
3006
3111
  },
3007
3112
  "cxLiterals": [
3008
- "group",
3113
+ "max-w-lg",
3009
3114
  "flex",
3010
- "items-center",
3011
- "flex-row",
3012
- "flex-row-reverse",
3013
- "uds-ring",
3014
- "uds-ring-within",
3015
- "relative",
3016
- "uds-border-radius-full",
3017
- "transition-[background-color,box-shadow]",
3018
- "pointer-events-none",
3019
- "w-full",
3020
- "h-full",
3021
- "absolute",
3115
+ "z-[9999]",
3116
+ "uds-bgBlurFillFallback",
3117
+ "uds-bgBlurFallback",
3022
3118
  "top-0",
3023
- "bottom-0",
3024
- "right-0",
3025
3119
  "left-0",
3026
- "overflow-hidden",
3027
- "group-hover:scale-105",
3028
- "opacity-95",
3029
- "group-hover:opacity-100",
3030
- "transition-[transform,opacity]",
3031
- "opacity-0",
3032
- "top-1/2",
3033
- "left-1/2",
3034
- "transform",
3035
- "translate-x-[-50%]",
3036
- "translate-y-[-50%]",
3037
- "transition-opacity",
3038
- "cursor-[inherit]",
3039
- "w-[calc(100%+2px)]",
3040
- "h-[calc(100%+2px)]",
3041
- "text-start",
3042
- "text-end",
3043
- "opacity-100"
3120
+ "z-[1]"
3044
3121
  ],
3045
3122
  "internalComponents": [
3046
3123
  "IconSlot",
3124
+ "TooltipArrow",
3125
+ "Tooltip",
3126
+ "SvgFloatingOverlay",
3127
+ "VStack",
3047
3128
  "Box",
3048
- "FormLabel",
3049
- "SpringMotionConfig",
3050
- "RootElement",
3051
- "MotionBox"
3129
+ "Text"
3052
3130
  ],
3053
3131
  "internalComponentProps": {
3054
- "IconSlot": {
3055
- "data-testid": [
3056
- "on-icon",
3057
- "off-icon"
3132
+ "SvgFloatingOverlay": {
3133
+ "contentOverflow": [
3134
+ "visible"
3058
3135
  ]
3059
3136
  },
3060
- "FormLabel": {
3061
- "as": [
3062
- "div"
3063
- ],
3064
- "variant": [
3065
- "inherit"
3066
- ],
3067
- "color": [
3068
- "inherit"
3137
+ "VStack": {
3138
+ "className": [
3139
+ "gap-[inherit]"
3069
3140
  ]
3070
3141
  },
3071
- "SpringMotionConfig": {
3072
- "layoutVariant": [
3073
- "bouncy"
3142
+ "Box": {
3143
+ "alignItems": [
3144
+ "center"
3074
3145
  ],
3075
- "layoutSpeed": [
3076
- "4"
3077
- ]
3078
- },
3079
- "RootElement": {
3080
- "data-testid": [
3081
- "switch-root"
3146
+ "columnGap": [
3147
+ "1",
3148
+ "1.5"
3082
3149
  ]
3083
3150
  },
3084
- "MotionBox": {
3085
- "layout": [
3086
- "position"
3151
+ "Text": {
3152
+ "color": [
3153
+ "inherit"
3087
3154
  ]
3088
3155
  }
3089
3156
  },
3090
3157
  "propToVariantKeys": {
3091
- "size": [
3092
- "switchSizeRoot",
3093
- "switchSizeSwitch",
3094
- "switchSizeHandle",
3095
- "switchSizeHandleIcon"
3096
- ],
3097
- "onIcon": [
3098
- "icon"
3099
- ],
3100
- "offIcon": [
3158
+ "startTitleIcon": [
3101
3159
  "icon"
3102
- ],
3103
- "reduceMotion": [
3104
- "reducedMotion"
3105
- ],
3106
- "isOn": [
3107
- "layoutDependency"
3108
3160
  ]
3109
3161
  },
3110
3162
  "runtimeConfigDefaultProps": {},
3111
3163
  "runtimeConfigGetStyles": {},
3112
3164
  "runtimeConfigInternalComponentProps": {},
3113
- "motionVarPrefixes": [
3114
- "--uds-motion-bouncy-4-",
3115
- "--uds-motion-smooth-3-"
3116
- ]
3165
+ "motionVarPrefixes": []
3117
3166
  },
3118
- "Modal": {
3119
- "name": "Modal",
3167
+ "TooltipTrigger": {
3168
+ "name": "TooltipTrigger",
3120
3169
  "defaultProps": {},
3121
3170
  "getStylesLiterals": {},
3122
- "cxLiterals": [
3123
- "inset-8",
3124
- "top-[250px]",
3125
- "z-50",
3126
- "mx-auto",
3127
- "h-fit",
3128
- "w-[600px]",
3129
- "origin-center",
3130
- "scale-95",
3131
- "opacity-0",
3132
- "transition",
3133
- "duration-150",
3134
- "data-[enter]:scale-100",
3135
- "data-[enter]:opacity-100",
3136
- "data-[enter]:bg-primary",
3137
- "backdrop-blur-0",
3138
- "data-[enter]:opacity-60",
3139
- "data-[enter]:backdrop-blur-sm"
3140
- ],
3171
+ "cxLiterals": [],
3141
3172
  "internalComponents": [
3142
- "IconButton",
3143
- "Dialog",
3144
- "HStack",
3145
- "Text",
3146
- "VStack"
3173
+ "TooltipAnchor"
3147
3174
  ],
3148
3175
  "internalComponentProps": {
3149
- "IconButton": {
3150
- "aria-label": [
3151
- "Close"
3152
- ],
3153
- "size": [
3154
- "sm"
3155
- ],
3156
- "variant": [
3157
- "tertiary"
3158
- ]
3159
- },
3160
- "HStack": {
3161
- "alignItems": [
3162
- "center"
3163
- ],
3164
- "justifyContent": [
3165
- "space-between"
3166
- ]
3167
- },
3168
- "Text": {
3169
- "variant": [
3170
- "headline1"
3171
- ],
3172
- "color": [
3173
- "primary"
3174
- ]
3175
- },
3176
- "VStack": {
3177
- "borderRadius": [
3178
- "md"
3179
- ],
3180
- "position": [
3181
- "fixed"
3182
- ],
3183
- "backgroundColor": [
3184
- "primary"
3185
- ],
3186
- "dropShadow": [
3187
- "md"
3188
- ],
3189
- "spacing": [
3190
- "8"
3191
- ],
3192
- "overflow": [
3193
- "hidden"
3176
+ "TooltipAnchor": {
3177
+ "className": [
3178
+ "inline"
3194
3179
  ]
3195
3180
  }
3196
3181
  },
3197
3182
  "propToVariantKeys": {
3198
- "handleClose": [
3199
- "onClick"
3183
+ "children": [
3184
+ "render"
3200
3185
  ]
3201
3186
  },
3202
3187
  "runtimeConfigDefaultProps": {},
3203
3188
  "runtimeConfigGetStyles": {},
3204
3189
  "runtimeConfigInternalComponentProps": {},
3205
3190
  "motionVarPrefixes": []
3191
+ },
3192
+ "UDSTooltipConfigProvider": {
3193
+ "name": "UDSTooltipConfigProvider",
3194
+ "defaultProps": {},
3195
+ "getStylesLiterals": {},
3196
+ "cxLiterals": [],
3197
+ "internalComponents": [
3198
+ "TooltipContext.Provider"
3199
+ ],
3200
+ "internalComponentProps": {},
3201
+ "propToVariantKeys": {},
3202
+ "runtimeConfigDefaultProps": {},
3203
+ "runtimeConfigGetStyles": {},
3204
+ "runtimeConfigInternalComponentProps": {},
3205
+ "motionVarPrefixes": []
3206
3206
  }
3207
3207
  }