@yahoo/uds 3.131.0-beta.1 → 3.131.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 (216) hide show
  1. package/dist/automated-config/dist/properties.d.cts +1 -1
  2. package/dist/automated-config/dist/properties.d.ts +1 -1
  3. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +1 -1
  4. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +1 -1
  5. package/dist/components/Banner/Banner.d.cts +1 -1
  6. package/dist/components/Banner/Banner.d.ts +1 -1
  7. package/dist/components/Banner/utils.d.cts +1 -1
  8. package/dist/components/Banner/utils.d.ts +1 -1
  9. package/dist/components/Box.d.cts +1 -1
  10. package/dist/components/Box.d.ts +1 -1
  11. package/dist/components/Divider/DividerCore.d.cts +1 -1
  12. package/dist/components/Divider/DividerCore.d.ts +1 -1
  13. package/dist/components/Divider/DividerInternal.d.cts +1 -1
  14. package/dist/components/Divider/DividerInternal.d.ts +1 -1
  15. package/dist/components/FormLabel.d.cts +1 -1
  16. package/dist/components/FormLabel.d.ts +1 -1
  17. package/dist/components/HStack.d.cts +1 -1
  18. package/dist/components/HStack.d.ts +1 -1
  19. package/dist/components/Icon.cjs +6 -15
  20. package/dist/components/Icon.d.cts +1 -0
  21. package/dist/components/Icon.d.ts +1 -0
  22. package/dist/components/Icon.js +7 -16
  23. package/dist/components/IconSlot.cjs +6 -25
  24. package/dist/components/IconSlot.d.cts +2 -3
  25. package/dist/components/IconSlot.d.ts +2 -3
  26. package/dist/components/IconSlot.js +5 -25
  27. package/dist/components/Image.d.cts +1 -1
  28. package/dist/components/Image.d.ts +1 -1
  29. package/dist/components/Link.d.cts +1 -1
  30. package/dist/components/Link.d.ts +1 -1
  31. package/dist/components/Text.d.cts +1 -1
  32. package/dist/components/Text.d.ts +1 -1
  33. package/dist/components/VStack.d.cts +1 -1
  34. package/dist/components/VStack.d.ts +1 -1
  35. package/dist/components/client/Avatar/AvatarIcon.d.cts +1 -1
  36. package/dist/components/client/Avatar/AvatarIcon.d.ts +1 -1
  37. package/dist/components/client/Avatar/AvatarImage.d.cts +1 -1
  38. package/dist/components/client/Avatar/AvatarImage.d.ts +1 -1
  39. package/dist/components/client/Avatar/AvatarText.d.cts +1 -1
  40. package/dist/components/client/Avatar/AvatarText.d.ts +1 -1
  41. package/dist/components/client/Avatar/utils.d.cts +1 -1
  42. package/dist/components/client/Avatar/utils.d.ts +1 -1
  43. package/dist/components/client/Badge.d.cts +1 -1
  44. package/dist/components/client/Badge.d.ts +1 -1
  45. package/dist/components/client/BottomSheet/BottomSheet.d.cts +1 -1
  46. package/dist/components/client/BottomSheet/BottomSheet.d.ts +1 -1
  47. package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +1 -1
  48. package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +1 -1
  49. package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +1 -1
  50. package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +1 -1
  51. package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +1 -1
  52. package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +1 -1
  53. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +1 -1
  54. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +1 -1
  55. package/dist/components/client/BottomSheet/utils.d.cts +1 -1
  56. package/dist/components/client/BottomSheet/utils.d.ts +1 -1
  57. package/dist/components/client/Button.d.cts +1 -1
  58. package/dist/components/client/Button.d.ts +1 -1
  59. package/dist/components/client/Checkbox.d.cts +1 -1
  60. package/dist/components/client/Checkbox.d.ts +1 -1
  61. package/dist/components/client/Chip/ChipBase.d.cts +1 -1
  62. package/dist/components/client/Chip/ChipBase.d.ts +1 -1
  63. package/dist/components/client/Chip/ChipButton.d.cts +1 -1
  64. package/dist/components/client/Chip/ChipButton.d.ts +1 -1
  65. package/dist/components/client/Chip/ChipDismissible.d.cts +1 -1
  66. package/dist/components/client/Chip/ChipDismissible.d.ts +1 -1
  67. package/dist/components/client/Chip/ChipLink.d.cts +1 -1
  68. package/dist/components/client/Chip/ChipLink.d.ts +1 -1
  69. package/dist/components/client/Chip/ChipToggle.d.cts +1 -1
  70. package/dist/components/client/Chip/ChipToggle.d.ts +1 -1
  71. package/dist/components/client/IconButton.cjs +1 -6
  72. package/dist/components/client/IconButton.js +1 -6
  73. package/dist/components/client/Input/Input.d.cts +1 -1
  74. package/dist/components/client/Input/Input.d.ts +1 -1
  75. package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -1
  76. package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -1
  77. package/dist/components/client/Menu/Menu.Content.d.cts +1 -1
  78. package/dist/components/client/Menu/Menu.Content.d.ts +1 -1
  79. package/dist/components/client/Menu/Menu.Item.d.cts +1 -1
  80. package/dist/components/client/Menu/Menu.Item.d.ts +1 -1
  81. package/dist/components/client/Menu/Menu.ItemBase.d.cts +1 -1
  82. package/dist/components/client/Menu/Menu.ItemBase.d.ts +1 -1
  83. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
  84. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
  85. package/dist/components/client/Popover/Popover.d.cts +1 -1
  86. package/dist/components/client/Popover/Popover.d.ts +1 -1
  87. package/dist/components/client/Popover/PopoverContent.d.cts +1 -1
  88. package/dist/components/client/Popover/PopoverContent.d.ts +1 -1
  89. package/dist/components/client/Popover/PopoverTrigger.d.cts +1 -1
  90. package/dist/components/client/Popover/PopoverTrigger.d.ts +1 -1
  91. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  92. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  93. package/dist/components/client/Popover/index.d.cts +1 -1
  94. package/dist/components/client/Popover/index.d.ts +1 -1
  95. package/dist/components/client/Pressable.d.cts +1 -1
  96. package/dist/components/client/Pressable.d.ts +1 -1
  97. package/dist/components/client/Radio/Radio.d.cts +1 -1
  98. package/dist/components/client/Radio/Radio.d.ts +1 -1
  99. package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -1
  100. package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -1
  101. package/dist/components/client/SpringMotionConfig.d.cts +1 -1
  102. package/dist/components/client/SpringMotionConfig.d.ts +1 -1
  103. package/dist/components/client/Switch.d.cts +1 -1
  104. package/dist/components/client/Switch.d.ts +1 -1
  105. package/dist/components/client/Tabs/Tab.d.cts +1 -1
  106. package/dist/components/client/Tabs/Tab.d.ts +1 -1
  107. package/dist/components/client/Tabs/TabList.d.cts +1 -1
  108. package/dist/components/client/Tabs/TabList.d.ts +1 -1
  109. package/dist/components/client/Tabs/TabPanel.d.cts +1 -1
  110. package/dist/components/client/Tabs/TabPanel.d.ts +1 -1
  111. package/dist/components/client/Tabs/Tabs.d.cts +1 -1
  112. package/dist/components/client/Tabs/Tabs.d.ts +1 -1
  113. package/dist/components/client/Tabs/tabsContext.d.cts +1 -1
  114. package/dist/components/client/Tabs/tabsContext.d.ts +1 -1
  115. package/dist/components/client/Toast/Toast.d.cts +1 -1
  116. package/dist/components/client/Toast/Toast.d.ts +1 -1
  117. package/dist/components/client/Toast/ToastContainer.d.cts +1 -1
  118. package/dist/components/client/Toast/ToastContainer.d.ts +1 -1
  119. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +2 -2
  120. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +2 -2
  121. package/dist/components/client/Toast/createToast.d.cts +1 -1
  122. package/dist/components/client/Toast/createToast.d.ts +1 -1
  123. package/dist/components/client/Tooltip/Tooltip.d.cts +1 -1
  124. package/dist/components/client/Tooltip/Tooltip.d.ts +1 -1
  125. package/dist/components/client/Tooltip/TooltipContent.d.cts +2 -3
  126. package/dist/components/client/Tooltip/TooltipContent.d.ts +2 -3
  127. package/dist/components/client/Tooltip/TooltipTrigger.d.cts +1 -1
  128. package/dist/components/client/Tooltip/TooltipTrigger.d.ts +1 -1
  129. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +1 -1
  130. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +1 -1
  131. package/dist/components/client/Tooltip/index.d.cts +1 -1
  132. package/dist/components/client/Tooltip/index.d.ts +1 -1
  133. package/dist/components/client/buttonConstants.d.cts +1 -1
  134. package/dist/components/client/buttonConstants.d.ts +1 -1
  135. package/dist/components/client/index.d.cts +1 -1
  136. package/dist/components/client/index.d.ts +1 -1
  137. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +1 -1
  138. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +1 -1
  139. package/dist/components/experimental/Table.d.cts +1 -1
  140. package/dist/components/experimental/Table.d.ts +1 -1
  141. package/dist/components/experimental/client/SwitchV2.d.cts +1 -1
  142. package/dist/components/experimental/client/SwitchV2.d.ts +1 -1
  143. package/dist/components/index.d.cts +1 -1
  144. package/dist/components/index.d.ts +1 -1
  145. package/dist/config/dist/index.d.cts +1 -1
  146. package/dist/config/dist/index.d.ts +1 -1
  147. package/dist/css-tokens/dist/index.d.cts +1 -1
  148. package/dist/css-tokens/dist/index.d.ts +1 -1
  149. package/dist/fixtures/dist/index.d.cts +1 -1
  150. package/dist/fixtures/dist/index.d.ts +1 -1
  151. package/dist/fixtures/index.d.cts +1 -1
  152. package/dist/fixtures/index.d.ts +1 -1
  153. package/dist/fonts/dist/index.d.cts +1 -1
  154. package/dist/fonts/dist/index.d.ts +1 -1
  155. package/dist/icons/dist/types.d.cts +30 -0
  156. package/dist/icons/dist/types.d.ts +30 -0
  157. package/dist/index.d.cts +2 -2
  158. package/dist/index.d.ts +2 -2
  159. package/dist/modes/dist/index.d.cts +1 -1
  160. package/dist/modes/dist/index.d.ts +1 -1
  161. package/dist/motion-tokens/dist/index.d.cts +1 -1
  162. package/dist/motion-tokens/dist/index.d.ts +1 -1
  163. package/dist/providers/ColorModeProvider.d.cts +1 -1
  164. package/dist/providers/ColorModeProvider.d.ts +1 -1
  165. package/dist/providers/ScaleModeProvider.d.cts +1 -1
  166. package/dist/providers/ScaleModeProvider.d.ts +1 -1
  167. package/dist/providers/ThemeProvider.d.cts +1 -1
  168. package/dist/providers/ThemeProvider.d.ts +1 -1
  169. package/dist/runtime/bottomSheetConfig.d.cts +1 -1
  170. package/dist/runtime/bottomSheetConfig.d.ts +1 -1
  171. package/dist/runtime/breakpointsConfig.d.cts +1 -1
  172. package/dist/runtime/breakpointsConfig.d.ts +1 -1
  173. package/dist/runtime/popoverConfig.d.cts +1 -1
  174. package/dist/runtime/popoverConfig.d.ts +1 -1
  175. package/dist/runtime/toastConfig.d.cts +1 -1
  176. package/dist/runtime/toastConfig.d.ts +1 -1
  177. package/dist/runtime/tooltipConfig.d.cts +1 -1
  178. package/dist/runtime/tooltipConfig.d.ts +1 -1
  179. package/dist/styles/styler.d.cts +48 -48
  180. package/dist/styles/styler.d.ts +48 -48
  181. package/dist/styles/stylerTypes.d.cts +1 -1
  182. package/dist/styles/stylerTypes.d.ts +1 -1
  183. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  184. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  185. package/dist/tokens/configs/borderRadius.d.cts +1 -1
  186. package/dist/tokens/configs/borderRadius.d.ts +1 -1
  187. package/dist/tokens/configs/borderWidth.d.cts +1 -1
  188. package/dist/tokens/configs/borderWidth.d.ts +1 -1
  189. package/dist/tokens/configs/font.d.cts +1 -1
  190. package/dist/tokens/configs/font.d.ts +1 -1
  191. package/dist/tokens/configs/scaleMode.d.cts +1 -1
  192. package/dist/tokens/configs/scaleMode.d.ts +1 -1
  193. package/dist/tokens/configs/shadow.d.cts +1 -1
  194. package/dist/tokens/configs/shadow.d.ts +1 -1
  195. package/dist/tokens/configs/sizes.d.cts +1 -1
  196. package/dist/tokens/configs/sizes.d.ts +1 -1
  197. package/dist/tokens/configs/typography.d.cts +1 -1
  198. package/dist/tokens/configs/typography.d.ts +1 -1
  199. package/dist/tokens/index.d.cts +2 -2
  200. package/dist/tokens/index.d.ts +2 -2
  201. package/dist/tokens/parseButtonVariants.d.cts +1 -1
  202. package/dist/tokens/parseButtonVariants.d.ts +1 -1
  203. package/dist/tokens/types.d.cts +7 -7
  204. package/dist/tokens/types.d.ts +7 -7
  205. package/dist/tokens/utils/spectrum.d.cts +1 -1
  206. package/dist/tokens/utils/spectrum.d.ts +1 -1
  207. package/dist/types/{src → dist}/index.d.cts +23 -35
  208. package/dist/types/{src → dist}/index.d.ts +23 -35
  209. package/dist/uds/generated/componentData.cjs +1348 -1348
  210. package/dist/uds/generated/componentData.js +1348 -1348
  211. package/dist/uds/package.cjs +1 -1
  212. package/dist/uds/package.js +1 -1
  213. package/dist/utils/isElevationAlias.d.cts +1 -1
  214. package/dist/utils/isElevationAlias.d.ts +1 -1
  215. package/generated/componentData.json +1566 -1564
  216. package/package.json +2 -2
@@ -1,30 +1,9 @@
1
1
  {
2
- "Icon": {
3
- "name": "Icon",
4
- "defaultProps": {
5
- "size": "md",
6
- "variant": "outline",
7
- "color": "primary"
8
- },
9
- "getStylesLiterals": {
10
- "flex": "none"
11
- },
12
- "cxLiterals": [
13
- "[&_path]:fill-current"
14
- ],
15
- "internalComponents": [],
16
- "internalComponentProps": {},
17
- "propToVariantKeys": {},
18
- "runtimeConfigDefaultProps": {},
19
- "runtimeConfigGetStyles": {},
20
- "runtimeConfigInternalComponentProps": {},
21
- "motionVarPrefixes": []
22
- },
23
- "Text": {
24
- "name": "Text",
2
+ "Box": {
3
+ "name": "Box",
25
4
  "defaultProps": {
26
- "color": "primary",
27
- "variant": "body1"
5
+ "as": "div",
6
+ "display": "flex"
28
7
  },
29
8
  "getStylesLiterals": {},
30
9
  "cxLiterals": [],
@@ -33,65 +12,11 @@
33
12
  ],
34
13
  "internalComponentProps": {},
35
14
  "propToVariantKeys": {
36
- "variant": [
37
- "fontFamily",
38
- "fontSize",
39
- "fontWeight",
40
- "lineHeight",
41
- "textTransform",
42
- "letterSpacing"
43
- ]
44
- },
45
- "runtimeConfigDefaultProps": {},
46
- "runtimeConfigGetStyles": {},
47
- "runtimeConfigInternalComponentProps": {},
48
- "motionVarPrefixes": []
49
- },
50
- "Image": {
51
- "name": "Image",
52
- "defaultProps": {},
53
- "getStylesLiterals": {},
54
- "cxLiterals": [],
55
- "internalComponents": [],
56
- "internalComponentProps": {},
57
- "propToVariantKeys": {},
58
- "runtimeConfigDefaultProps": {},
59
- "runtimeConfigGetStyles": {},
60
- "runtimeConfigInternalComponentProps": {},
61
- "motionVarPrefixes": []
62
- },
63
- "Scrim": {
64
- "name": "Scrim",
65
- "defaultProps": {
66
- "variant": "default",
67
- "position": "fixed"
68
- },
69
- "getStylesLiterals": {},
70
- "cxLiterals": [
71
- "fixed",
72
- "absolute",
73
- "inset-0",
74
- "z-40",
75
- "transition-opacity",
76
- "duration-150",
77
- "data-[enter]:opacity-100",
78
- "[&:not([data-enter])]:opacity-0",
79
- "opacity-100",
80
- "uds-bgBlurFallback"
81
- ],
82
- "internalComponents": [
83
- "Box"
84
- ],
85
- "internalComponentProps": {
86
- "Box": {
87
- "display": [
88
- "block"
89
- ]
90
- }
91
- },
92
- "propToVariantKeys": {
93
- "variant": [
94
- "scrimVariantRoot"
15
+ "elevationAlias": [
16
+ "backgroundColor",
17
+ "borderColor",
18
+ "borderWidth",
19
+ "dropShadow"
95
20
  ]
96
21
  },
97
22
  "runtimeConfigDefaultProps": {},
@@ -132,8 +57,8 @@
132
57
  "runtimeConfigInternalComponentProps": {},
133
58
  "motionVarPrefixes": []
134
59
  },
135
- "VStack": {
136
- "name": "VStack",
60
+ "HStack": {
61
+ "name": "HStack",
137
62
  "defaultProps": {},
138
63
  "getStylesLiterals": {},
139
64
  "cxLiterals": [],
@@ -143,14 +68,14 @@
143
68
  "internalComponentProps": {
144
69
  "Box": {
145
70
  "flexDirection": [
146
- "column"
71
+ "row"
147
72
  ]
148
73
  }
149
74
  },
150
75
  "propToVariantKeys": {
151
76
  "gap": [
152
- "columnGap",
153
- "rowGap"
77
+ "rowGap",
78
+ "columnGap"
154
79
  ]
155
80
  },
156
81
  "runtimeConfigDefaultProps": {},
@@ -158,6 +83,29 @@
158
83
  "runtimeConfigInternalComponentProps": {},
159
84
  "motionVarPrefixes": []
160
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
+ },
161
109
  "IconSlot": {
162
110
  "name": "IconSlot",
163
111
  "defaultProps": {},
@@ -173,24 +121,104 @@
173
121
  "runtimeConfigInternalComponentProps": {},
174
122
  "motionVarPrefixes": []
175
123
  },
176
- "Box": {
177
- "name": "Box",
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
+ },
137
+ "Link": {
138
+ "name": "Link",
178
139
  "defaultProps": {
179
- "as": "div",
180
- "display": "flex"
140
+ "variant": "primary"
141
+ },
142
+ "getStylesLiterals": {
143
+ "display": "inline-flex",
144
+ "alignItems": "center"
145
+ },
146
+ "cxLiterals": [
147
+ "uds-ring",
148
+ "underline",
149
+ "w-[0.7em]",
150
+ "h-[0.7em]"
151
+ ],
152
+ "internalComponents": [
153
+ "IconSlot"
154
+ ],
155
+ "internalComponentProps": {
156
+ "IconSlot": {
157
+ "data-testid": [
158
+ "start-icon",
159
+ "end-icon"
160
+ ]
161
+ }
162
+ },
163
+ "propToVariantKeys": {
164
+ "textVariant": [
165
+ "linkTextStyleRoot",
166
+ "fontSize",
167
+ "fontFamily",
168
+ "fontWeight",
169
+ "lineHeight",
170
+ "textTransform",
171
+ "linkTextStyleIcon"
172
+ ],
173
+ "variant": [
174
+ "linkVariantRoot",
175
+ "linkVariantIconStart",
176
+ "linkVariantIconEnd"
177
+ ],
178
+ "startIcon": [
179
+ "icon"
180
+ ],
181
+ "endIcon": [
182
+ "icon"
183
+ ]
184
+ },
185
+ "runtimeConfigDefaultProps": {},
186
+ "runtimeConfigGetStyles": {},
187
+ "runtimeConfigInternalComponentProps": {},
188
+ "motionVarPrefixes": []
189
+ },
190
+ "Scrim": {
191
+ "name": "Scrim",
192
+ "defaultProps": {
193
+ "variant": "default",
194
+ "position": "fixed"
181
195
  },
182
196
  "getStylesLiterals": {},
183
- "cxLiterals": [],
197
+ "cxLiterals": [
198
+ "fixed",
199
+ "absolute",
200
+ "inset-0",
201
+ "z-40",
202
+ "transition-opacity",
203
+ "duration-150",
204
+ "data-[enter]:opacity-100",
205
+ "[&:not([data-enter])]:opacity-0",
206
+ "opacity-100",
207
+ "uds-bgBlurFallback"
208
+ ],
184
209
  "internalComponents": [
185
- "Comp"
210
+ "Box"
186
211
  ],
187
- "internalComponentProps": {},
212
+ "internalComponentProps": {
213
+ "Box": {
214
+ "display": [
215
+ "block"
216
+ ]
217
+ }
218
+ },
188
219
  "propToVariantKeys": {
189
- "elevationAlias": [
190
- "backgroundColor",
191
- "borderColor",
192
- "borderWidth",
193
- "dropShadow"
220
+ "variant": [
221
+ "scrimVariantRoot"
194
222
  ]
195
223
  },
196
224
  "runtimeConfigDefaultProps": {},
@@ -253,78 +281,26 @@
253
281
  "runtimeConfigInternalComponentProps": {},
254
282
  "motionVarPrefixes": []
255
283
  },
256
- "HStack": {
257
- "name": "HStack",
258
- "defaultProps": {},
284
+ "Text": {
285
+ "name": "Text",
286
+ "defaultProps": {
287
+ "color": "primary",
288
+ "variant": "body1"
289
+ },
259
290
  "getStylesLiterals": {},
260
291
  "cxLiterals": [],
261
292
  "internalComponents": [
262
- "Box"
293
+ "Comp"
263
294
  ],
264
- "internalComponentProps": {
265
- "Box": {
266
- "flexDirection": [
267
- "row"
268
- ]
269
- }
270
- },
295
+ "internalComponentProps": {},
271
296
  "propToVariantKeys": {
272
- "gap": [
273
- "rowGap",
274
- "columnGap"
275
- ]
276
- },
277
- "runtimeConfigDefaultProps": {},
278
- "runtimeConfigGetStyles": {},
279
- "runtimeConfigInternalComponentProps": {},
280
- "motionVarPrefixes": []
281
- },
282
- "Link": {
283
- "name": "Link",
284
- "defaultProps": {
285
- "variant": "primary"
286
- },
287
- "getStylesLiterals": {
288
- "display": "inline-flex",
289
- "alignItems": "center"
290
- },
291
- "cxLiterals": [
292
- "uds-ring",
293
- "underline",
294
- "w-[0.7em]",
295
- "h-[0.7em]"
296
- ],
297
- "internalComponents": [
298
- "IconSlot"
299
- ],
300
- "internalComponentProps": {
301
- "IconSlot": {
302
- "data-testid": [
303
- "start-icon",
304
- "end-icon"
305
- ]
306
- }
307
- },
308
- "propToVariantKeys": {
309
- "textVariant": [
310
- "linkTextStyleRoot",
311
- "fontSize",
297
+ "variant": [
312
298
  "fontFamily",
299
+ "fontSize",
313
300
  "fontWeight",
314
301
  "lineHeight",
315
302
  "textTransform",
316
- "linkTextStyleIcon"
317
- ],
318
- "variant": [
319
- "linkVariantRoot",
320
- "linkVariantIconStart",
321
- "linkVariantIconEnd"
322
- ],
323
- "startIcon": [
324
- "icon"
325
- ],
326
- "endIcon": [
327
- "icon"
303
+ "letterSpacing"
328
304
  ]
329
305
  },
330
306
  "runtimeConfigDefaultProps": {},
@@ -332,19 +308,27 @@
332
308
  "runtimeConfigInternalComponentProps": {},
333
309
  "motionVarPrefixes": []
334
310
  },
335
- "BannerDescription": {
336
- "name": "BannerDescription",
311
+ "VStack": {
312
+ "name": "VStack",
337
313
  "defaultProps": {},
338
- "getStylesLiterals": {
339
- "bannerSizeDescription": "default",
340
- "className": "w-full line-clamp-3"
341
- },
314
+ "getStylesLiterals": {},
342
315
  "cxLiterals": [],
343
316
  "internalComponents": [
344
- "Text"
317
+ "Box"
345
318
  ],
346
- "internalComponentProps": {},
347
- "propToVariantKeys": {},
319
+ "internalComponentProps": {
320
+ "Box": {
321
+ "flexDirection": [
322
+ "column"
323
+ ]
324
+ }
325
+ },
326
+ "propToVariantKeys": {
327
+ "gap": [
328
+ "columnGap",
329
+ "rowGap"
330
+ ]
331
+ },
348
332
  "runtimeConfigDefaultProps": {},
349
333
  "runtimeConfigGetStyles": {},
350
334
  "runtimeConfigInternalComponentProps": {},
@@ -466,6 +450,24 @@
466
450
  "runtimeConfigInternalComponentProps": {},
467
451
  "motionVarPrefixes": []
468
452
  },
453
+ "BannerDescription": {
454
+ "name": "BannerDescription",
455
+ "defaultProps": {},
456
+ "getStylesLiterals": {
457
+ "bannerSizeDescription": "default",
458
+ "className": "w-full line-clamp-3"
459
+ },
460
+ "cxLiterals": [],
461
+ "internalComponents": [
462
+ "Text"
463
+ ],
464
+ "internalComponentProps": {},
465
+ "propToVariantKeys": {},
466
+ "runtimeConfigDefaultProps": {},
467
+ "runtimeConfigGetStyles": {},
468
+ "runtimeConfigInternalComponentProps": {},
469
+ "motionVarPrefixes": []
470
+ },
469
471
  "BannerTitle": {
470
472
  "name": "BannerTitle",
471
473
  "defaultProps": {},
@@ -486,88 +488,86 @@
486
488
  "runtimeConfigInternalComponentProps": {},
487
489
  "motionVarPrefixes": []
488
490
  },
489
- "Divider": {
490
- "name": "Divider",
491
+ "AnimateHeightChange": {
492
+ "name": "AnimateHeightChange",
491
493
  "defaultProps": {},
492
494
  "getStylesLiterals": {},
493
- "cxLiterals": [],
495
+ "cxLiterals": [
496
+ "overflow-hidden"
497
+ ],
494
498
  "internalComponents": [
495
- "DividerInternal"
499
+ "SpringMotionConfig"
496
500
  ],
497
- "internalComponentProps": {},
498
- "propToVariantKeys": {},
501
+ "internalComponentProps": {
502
+ "SpringMotionConfig": {
503
+ "layoutSpeed": [
504
+ "4"
505
+ ]
506
+ }
507
+ },
508
+ "propToVariantKeys": {
509
+ "reduceMotion": [
510
+ "reducedMotion"
511
+ ]
512
+ },
499
513
  "runtimeConfigDefaultProps": {},
500
514
  "runtimeConfigGetStyles": {},
501
515
  "runtimeConfigInternalComponentProps": {},
502
- "motionVarPrefixes": []
516
+ "motionVarPrefixes": [
517
+ "--uds-motion-subtle-4-",
518
+ "--uds-motion-smooth-3-"
519
+ ]
503
520
  },
504
- "DividerCore": {
505
- "name": "DividerCore",
521
+ "Badge": {
522
+ "name": "Badge",
506
523
  "defaultProps": {
507
- "contentPosition": "center"
524
+ "variant": "primary",
525
+ "size": "md"
508
526
  },
509
527
  "getStylesLiterals": {},
510
- "cxLiterals": [],
528
+ "cxLiterals": [
529
+ "flex-1",
530
+ "truncate",
531
+ "whitespace-nowrap",
532
+ "text-center"
533
+ ],
511
534
  "internalComponents": [
512
- "Box",
513
- "Line",
514
- "InternalComponent",
515
- "Text"
535
+ "IconSlot",
536
+ "HStack"
516
537
  ],
517
538
  "internalComponentProps": {
518
- "Box": {
519
- "flex": [
520
- "1",
521
- "none"
522
- ],
523
- "display": [
524
- "flex"
539
+ "IconSlot": {
540
+ "data-testid": [
541
+ "start-icon",
542
+ "end-icon"
525
543
  ]
526
544
  },
527
- "InternalComponent": {
528
- "flex": [
529
- "1"
545
+ "HStack": {
546
+ "gap": [
547
+ "2"
548
+ ],
549
+ "display": [
550
+ "inline-flex"
530
551
  ],
531
552
  "alignItems": [
532
553
  "center"
533
554
  ]
534
- },
535
- "Text": {
536
- "as": [
537
- "span"
538
- ],
539
- "color": [
540
- "inherit"
541
- ],
542
- "variant": [
543
- "inherit"
544
- ]
545
555
  }
546
556
  },
547
- "propToVariantKeys": {},
548
- "runtimeConfigDefaultProps": {},
549
- "runtimeConfigGetStyles": {},
550
- "runtimeConfigInternalComponentProps": {},
551
- "motionVarPrefixes": []
552
- },
553
- "DividerInternal": {
554
- "name": "DividerInternal",
555
- "defaultProps": {
556
- "variant": "primary"
557
- },
558
- "getStylesLiterals": {},
559
- "cxLiterals": [
560
- "inherit"
561
- ],
562
- "internalComponents": [
563
- "DividerCore"
564
- ],
565
- "internalComponentProps": {},
566
557
  "propToVariantKeys": {
558
+ "size": [
559
+ "badgeSizeRoot",
560
+ "badgeSizeIcon"
561
+ ],
567
562
  "variant": [
568
- "dividerVariantRoot",
569
- "dividerVariantLabel",
570
- "dividerVariantLine"
563
+ "badgeVariantRoot",
564
+ "badgeVariantIcon"
565
+ ],
566
+ "startIcon": [
567
+ "icon"
568
+ ],
569
+ "endIcon": [
570
+ "icon"
571
571
  ]
572
572
  },
573
573
  "runtimeConfigDefaultProps": {},
@@ -575,232 +575,139 @@
575
575
  "runtimeConfigInternalComponentProps": {},
576
576
  "motionVarPrefixes": []
577
577
  },
578
- "Table.mocks": {
579
- "name": "Table.mocks",
580
- "defaultProps": {},
581
- "getStylesLiterals": {},
582
- "cxLiterals": [],
583
- "internalComponents": [],
584
- "internalComponentProps": {},
585
- "propToVariantKeys": {},
586
- "runtimeConfigDefaultProps": {},
587
- "runtimeConfigGetStyles": {},
588
- "runtimeConfigInternalComponentProps": {},
589
- "motionVarPrefixes": []
590
- },
591
- "Spinner": {
592
- "name": "Spinner",
578
+ "Button": {
579
+ "name": "Button",
593
580
  "defaultProps": {
594
- "color": "primary",
595
- "size": "lg"
581
+ "type": "button"
596
582
  },
597
583
  "getStylesLiterals": {},
598
584
  "cxLiterals": [
599
- "self-center",
600
- "relative",
601
- "sr-only"
585
+ "uds-ring",
586
+ "uds-hit-target",
587
+ "inline-flex",
588
+ "overflow-hidden",
589
+ "justify-center",
590
+ "items-center",
591
+ "whitespace-nowrap",
592
+ "select-none",
593
+ "[transform-origin:center]",
594
+ "[backface-visibility:hidden]",
595
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
596
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
597
+ "[transition-duration:220ms]",
598
+ "cursor-not-allowed",
599
+ "uds-button-loading",
600
+ "uds-button-without-effects",
601
+ "withIcon",
602
+ "uds-button-with-gap",
603
+ "animate-spin",
604
+ "truncate"
602
605
  ],
603
606
  "internalComponents": [
604
- "Icon"
607
+ "Icon",
608
+ "IconSlot",
609
+ "AnimatePresence",
610
+ "SpringMotionConfig",
611
+ "MotionSlot"
605
612
  ],
606
613
  "internalComponentProps": {
607
614
  "Icon": {
608
- "role": [
609
- "img"
610
- ],
611
- "className": [
612
- "animate-spin"
613
- ],
614
- "aria-hidden": [
615
- "true"
615
+ "color": [
616
+ "current"
616
617
  ]
617
- }
618
- },
619
- "propToVariantKeys": {},
620
- "runtimeConfigDefaultProps": {},
621
- "runtimeConfigGetStyles": {},
622
- "runtimeConfigInternalComponentProps": {},
623
- "motionVarPrefixes": []
624
- },
625
- "Table": {
626
- "name": "Table",
627
- "defaultProps": {
628
- "display": "table-cell",
629
- "overflow": "hidden",
630
- "borderColor": "muted",
631
- "borderRadius": "md",
632
- "spacing": "3",
633
- "borderBottomColor": "muted",
634
- "borderBottomWidth": "thin",
635
- "color": "primary"
636
- },
637
- "getStylesLiterals": {
638
- "textAlign": "start"
639
- },
640
- "cxLiterals": [],
641
- "internalComponents": [
642
- "CellComponent",
643
- "Box",
644
- "Text",
645
- "Table.Root",
646
- "Table.Header",
647
- "Table.Row",
648
- "Table.Cell",
649
- "Table.Body"
650
- ],
651
- "internalComponentProps": {
652
- "Table.Cell": {
653
- "asHeaderCell": [
654
- "column"
618
+ },
619
+ "AnimatePresence": {
620
+ "mode": [
621
+ "popLayout"
655
622
  ]
656
- }
657
- },
658
- "propToVariantKeys": {},
659
- "runtimeConfigDefaultProps": {},
660
- "runtimeConfigGetStyles": {},
661
- "runtimeConfigInternalComponentProps": {},
662
- "motionVarPrefixes": []
663
- },
664
- "Pressable": {
665
- "name": "Pressable",
666
- "defaultProps": {},
667
- "getStylesLiterals": {},
668
- "cxLiterals": [],
669
- "internalComponents": [
670
- "Comp"
671
- ],
672
- "internalComponentProps": {},
673
- "propToVariantKeys": {},
674
- "runtimeConfigDefaultProps": {},
675
- "runtimeConfigGetStyles": {},
676
- "runtimeConfigInternalComponentProps": {},
677
- "motionVarPrefixes": []
678
- },
679
- "SpringMotionConfig": {
680
- "name": "SpringMotionConfig",
681
- "defaultProps": {
682
- "reducedMotion": "user"
683
- },
684
- "getStylesLiterals": {},
685
- "cxLiterals": [],
686
- "internalComponents": [
687
- "LazyMotion",
688
- "MotionConfig"
689
- ],
690
- "internalComponentProps": {},
691
- "propToVariantKeys": {
692
- "loadFeatures": [
693
- "features"
694
- ]
695
- },
696
- "runtimeConfigDefaultProps": {},
697
- "runtimeConfigGetStyles": {},
698
- "runtimeConfigInternalComponentProps": {},
699
- "motionVarPrefixes": []
700
- },
701
- "AnimateHeightChange": {
702
- "name": "AnimateHeightChange",
703
- "defaultProps": {},
704
- "getStylesLiterals": {},
705
- "cxLiterals": [
706
- "overflow-hidden"
707
- ],
708
- "internalComponents": [
709
- "SpringMotionConfig"
710
- ],
711
- "internalComponentProps": {
623
+ },
712
624
  "SpringMotionConfig": {
713
625
  "layoutSpeed": [
714
- "4"
626
+ "3"
627
+ ]
628
+ },
629
+ "MotionSlot": {
630
+ "whileHover": [
631
+ "hover"
632
+ ],
633
+ "whileTap": [
634
+ "pressed"
715
635
  ]
716
636
  }
717
637
  },
718
638
  "propToVariantKeys": {
719
- "reduceMotion": [
720
- "reducedMotion"
639
+ "size": [
640
+ "buttonSizeRoot",
641
+ "buttonSizeIcon"
642
+ ],
643
+ "variant": [
644
+ "buttonVariantRoot",
645
+ "buttonVariantIcon"
646
+ ],
647
+ "iconVariant": [
648
+ "variant"
649
+ ],
650
+ "startIcon": [
651
+ "icon"
652
+ ],
653
+ "endIcon": [
654
+ "icon"
721
655
  ]
722
656
  },
723
657
  "runtimeConfigDefaultProps": {},
724
658
  "runtimeConfigGetStyles": {},
725
659
  "runtimeConfigInternalComponentProps": {},
726
660
  "motionVarPrefixes": [
727
- "--uds-motion-subtle-4-",
661
+ "--uds-motion-subtle-3-",
728
662
  "--uds-motion-smooth-3-"
729
663
  ]
730
664
  },
731
- "Switch": {
732
- "name": "Switch",
665
+ "Checkbox": {
666
+ "name": "Checkbox",
733
667
  "defaultProps": {
734
668
  "labelPosition": "start",
669
+ "variant": "primary",
735
670
  "size": "md"
736
671
  },
737
672
  "getStylesLiterals": {
738
- "switchVariantRoot": "default",
739
- "switchVariantActiveRoot": "on",
740
- "switchVariantActiveRoot:1": "off",
741
673
  "display": "flex",
742
674
  "flexDirection": "row",
743
675
  "flexDirection:1": "row-reverse",
744
- "alignItems": "center",
745
- "switchVariantSwitch": "default",
746
- "switchVariantActiveSwitch": "on",
747
- "switchVariantActiveSwitch:1": "off",
748
- "borderRadius": "full",
749
- "position": "relative",
750
- "switchVariantActiveHandle": "on",
751
- "switchVariantActiveHandle:1": "off",
752
- "switchVariantHandle": "default",
753
- "switchVariantHandleIcon": "default",
754
- "switchVariantActiveHandleIcon": "on",
755
- "switchVariantActiveHandleIcon:1": "off"
676
+ "alignItems": "center"
756
677
  },
757
678
  "cxLiterals": [
758
- "group",
759
679
  "cursor-pointer",
760
680
  "cursor-default",
761
681
  "opacity-50",
762
682
  "uds-ring",
763
683
  "uds-ring-within",
764
- "transition-[background-color,box-shadow]",
765
- "relative",
684
+ "transition-[background-color,border-color,box-shadow]",
766
685
  "pointer-events-none",
767
- "uds-border-radius-full",
768
- "overflow-hidden",
686
+ "transition-opacity",
687
+ "cursor-[inherit]",
769
688
  "absolute",
770
- "top-0",
771
- "left-0",
772
- "right-0",
773
- "bottom-0",
774
- "opacity-95",
775
- "group-hover:opacity-100",
776
- "transition-[background-color,box-shadow,opacity]",
777
689
  "opacity-0",
778
690
  "top-1/2",
779
691
  "left-1/2",
692
+ "w-[calc(100%+2px)]",
693
+ "h-[calc(100%+2px)]",
780
694
  "transform",
781
695
  "translate-x-[-50%]",
782
696
  "translate-y-[-50%]",
783
- "transition-opacity",
784
- "cursor-[inherit]",
785
- "w-[calc(100%+2px)]",
786
- "h-[calc(100%+2px)]",
787
697
  "text-start",
788
- "text-end",
789
- "opacity-100"
698
+ "text-end"
790
699
  ],
791
700
  "internalComponents": [
792
- "IconSlot",
793
- "Box",
701
+ "Icon",
794
702
  "FormLabel",
795
703
  "SpringMotionConfig",
796
704
  "RootElement",
797
705
  "MotionBox"
798
706
  ],
799
707
  "internalComponentProps": {
800
- "IconSlot": {
801
- "data-testid": [
802
- "on-icon",
803
- "off-icon"
708
+ "Icon": {
709
+ "size": [
710
+ "sm"
804
711
  ]
805
712
  },
806
713
  "FormLabel": {
@@ -818,20 +725,36 @@
818
725
  "data-testid": [
819
726
  "container"
820
727
  ]
728
+ },
729
+ "MotionBox": {
730
+ "position": [
731
+ "relative"
732
+ ],
733
+ "alignItems": [
734
+ "center"
735
+ ],
736
+ "justifyContent": [
737
+ "center"
738
+ ],
739
+ "flex": [
740
+ "none"
741
+ ]
821
742
  }
822
743
  },
823
744
  "propToVariantKeys": {
824
745
  "size": [
825
- "switchSizeRoot",
826
- "switchSizeSwitch",
827
- "switchSizeHandle",
828
- "switchSizeHandleIcon"
746
+ "checkboxSizeRoot",
747
+ "checkboxSizeCheckbox"
829
748
  ],
830
- "onIcon": [
831
- "icon"
749
+ "variant": [
750
+ "checkboxVariantRoot",
751
+ "checkboxVariantCheckbox",
752
+ "checkboxVariantCheckboxIcon"
832
753
  ],
833
- "offIcon": [
834
- "icon"
754
+ "valueState": [
755
+ "checkboxVariantValueRoot",
756
+ "checkboxVariantValueCheckbox",
757
+ "checkboxVariantValueCheckboxIcon"
835
758
  ],
836
759
  "reduceMotion": [
837
760
  "reducedMotion"
@@ -841,7 +764,7 @@
841
764
  "runtimeConfigGetStyles": {},
842
765
  "runtimeConfigInternalComponentProps": {},
843
766
  "motionVarPrefixes": [
844
- "--uds-motion-bouncy-4-",
767
+ "--uds-motion-subtle-3-",
845
768
  "--uds-motion-smooth-3-"
846
769
  ]
847
770
  },
@@ -912,56 +835,36 @@
912
835
  "--uds-motion-smooth-3-"
913
836
  ]
914
837
  },
915
- "Badge": {
916
- "name": "Badge",
838
+ "Pressable": {
839
+ "name": "Pressable",
840
+ "defaultProps": {},
841
+ "getStylesLiterals": {},
842
+ "cxLiterals": [],
843
+ "internalComponents": [
844
+ "Comp"
845
+ ],
846
+ "internalComponentProps": {},
847
+ "propToVariantKeys": {},
848
+ "runtimeConfigDefaultProps": {},
849
+ "runtimeConfigGetStyles": {},
850
+ "runtimeConfigInternalComponentProps": {},
851
+ "motionVarPrefixes": []
852
+ },
853
+ "SpringMotionConfig": {
854
+ "name": "SpringMotionConfig",
917
855
  "defaultProps": {
918
- "variant": "primary",
919
- "size": "md"
856
+ "reducedMotion": "user"
920
857
  },
921
858
  "getStylesLiterals": {},
922
- "cxLiterals": [
923
- "flex-1",
924
- "truncate",
925
- "whitespace-nowrap",
926
- "text-center"
927
- ],
859
+ "cxLiterals": [],
928
860
  "internalComponents": [
929
- "IconSlot",
930
- "HStack"
861
+ "LazyMotion",
862
+ "MotionConfig"
931
863
  ],
932
- "internalComponentProps": {
933
- "IconSlot": {
934
- "data-testid": [
935
- "start-icon",
936
- "end-icon"
937
- ]
938
- },
939
- "HStack": {
940
- "gap": [
941
- "2"
942
- ],
943
- "display": [
944
- "inline-flex"
945
- ],
946
- "alignItems": [
947
- "center"
948
- ]
949
- }
950
- },
864
+ "internalComponentProps": {},
951
865
  "propToVariantKeys": {
952
- "size": [
953
- "badgeSizeRoot",
954
- "badgeSizeIcon"
955
- ],
956
- "variant": [
957
- "badgeVariantRoot",
958
- "badgeVariantIcon"
959
- ],
960
- "startIcon": [
961
- "icon"
962
- ],
963
- "endIcon": [
964
- "icon"
866
+ "loadFeatures": [
867
+ "features"
965
868
  ]
966
869
  },
967
870
  "runtimeConfigDefaultProps": {},
@@ -969,52 +872,79 @@
969
872
  "runtimeConfigInternalComponentProps": {},
970
873
  "motionVarPrefixes": []
971
874
  },
972
- "Checkbox": {
973
- "name": "Checkbox",
875
+ "Switch": {
876
+ "name": "Switch",
974
877
  "defaultProps": {
975
878
  "labelPosition": "start",
976
- "variant": "primary",
977
879
  "size": "md"
978
880
  },
979
881
  "getStylesLiterals": {
882
+ "switchVariantRoot": "default",
883
+ "switchVariantActiveRoot": "on",
884
+ "switchVariantActiveRoot:1": "off",
980
885
  "display": "flex",
981
886
  "flexDirection": "row",
982
887
  "flexDirection:1": "row-reverse",
983
- "alignItems": "center"
888
+ "alignItems": "center",
889
+ "switchVariantSwitch": "default",
890
+ "switchVariantActiveSwitch": "on",
891
+ "switchVariantActiveSwitch:1": "off",
892
+ "borderRadius": "full",
893
+ "position": "relative",
894
+ "switchVariantActiveHandle": "on",
895
+ "switchVariantActiveHandle:1": "off",
896
+ "switchVariantHandle": "default",
897
+ "switchVariantHandleIcon": "default",
898
+ "switchVariantActiveHandleIcon": "on",
899
+ "switchVariantActiveHandleIcon:1": "off"
984
900
  },
985
901
  "cxLiterals": [
902
+ "group",
986
903
  "cursor-pointer",
987
904
  "cursor-default",
988
905
  "opacity-50",
989
906
  "uds-ring",
990
907
  "uds-ring-within",
991
- "transition-[background-color,border-color,box-shadow]",
908
+ "transition-[background-color,box-shadow]",
909
+ "relative",
992
910
  "pointer-events-none",
993
- "transition-opacity",
994
- "cursor-[inherit]",
911
+ "uds-border-radius-full",
912
+ "overflow-hidden",
995
913
  "absolute",
914
+ "top-0",
915
+ "left-0",
916
+ "right-0",
917
+ "bottom-0",
918
+ "opacity-95",
919
+ "group-hover:opacity-100",
920
+ "transition-[background-color,box-shadow,opacity]",
996
921
  "opacity-0",
997
922
  "top-1/2",
998
923
  "left-1/2",
999
- "w-[calc(100%+2px)]",
1000
- "h-[calc(100%+2px)]",
1001
924
  "transform",
1002
925
  "translate-x-[-50%]",
1003
926
  "translate-y-[-50%]",
927
+ "transition-opacity",
928
+ "cursor-[inherit]",
929
+ "w-[calc(100%+2px)]",
930
+ "h-[calc(100%+2px)]",
1004
931
  "text-start",
1005
- "text-end"
932
+ "text-end",
933
+ "opacity-100"
1006
934
  ],
1007
935
  "internalComponents": [
1008
- "Icon",
936
+ "IconSlot",
937
+ "Box",
1009
938
  "FormLabel",
1010
939
  "SpringMotionConfig",
1011
940
  "RootElement",
1012
941
  "MotionBox"
1013
942
  ],
1014
943
  "internalComponentProps": {
1015
- "Icon": {
1016
- "size": [
1017
- "sm"
944
+ "IconSlot": {
945
+ "data-testid": [
946
+ "on-icon",
947
+ "off-icon"
1018
948
  ]
1019
949
  },
1020
950
  "FormLabel": {
@@ -1032,36 +962,20 @@
1032
962
  "data-testid": [
1033
963
  "container"
1034
964
  ]
1035
- },
1036
- "MotionBox": {
1037
- "position": [
1038
- "relative"
1039
- ],
1040
- "alignItems": [
1041
- "center"
1042
- ],
1043
- "justifyContent": [
1044
- "center"
1045
- ],
1046
- "flex": [
1047
- "none"
1048
- ]
1049
965
  }
1050
966
  },
1051
967
  "propToVariantKeys": {
1052
968
  "size": [
1053
- "checkboxSizeRoot",
1054
- "checkboxSizeCheckbox"
969
+ "switchSizeRoot",
970
+ "switchSizeSwitch",
971
+ "switchSizeHandle",
972
+ "switchSizeHandleIcon"
1055
973
  ],
1056
- "variant": [
1057
- "checkboxVariantRoot",
1058
- "checkboxVariantCheckbox",
1059
- "checkboxVariantCheckboxIcon"
974
+ "onIcon": [
975
+ "icon"
1060
976
  ],
1061
- "valueState": [
1062
- "checkboxVariantValueRoot",
1063
- "checkboxVariantValueCheckbox",
1064
- "checkboxVariantValueCheckboxIcon"
977
+ "offIcon": [
978
+ "icon"
1065
979
  ],
1066
980
  "reduceMotion": [
1067
981
  "reducedMotion"
@@ -1071,304 +985,371 @@
1071
985
  "runtimeConfigGetStyles": {},
1072
986
  "runtimeConfigInternalComponentProps": {},
1073
987
  "motionVarPrefixes": [
1074
- "--uds-motion-subtle-3-",
988
+ "--uds-motion-bouncy-4-",
1075
989
  "--uds-motion-smooth-3-"
1076
990
  ]
1077
991
  },
1078
- "Button": {
1079
- "name": "Button",
992
+ "Divider": {
993
+ "name": "Divider",
994
+ "defaultProps": {},
995
+ "getStylesLiterals": {},
996
+ "cxLiterals": [],
997
+ "internalComponents": [
998
+ "DividerInternal"
999
+ ],
1000
+ "internalComponentProps": {},
1001
+ "propToVariantKeys": {},
1002
+ "runtimeConfigDefaultProps": {},
1003
+ "runtimeConfigGetStyles": {},
1004
+ "runtimeConfigInternalComponentProps": {},
1005
+ "motionVarPrefixes": []
1006
+ },
1007
+ "DividerCore": {
1008
+ "name": "DividerCore",
1080
1009
  "defaultProps": {
1081
- "type": "button"
1010
+ "contentPosition": "center"
1082
1011
  },
1083
1012
  "getStylesLiterals": {},
1084
- "cxLiterals": [
1085
- "uds-ring",
1086
- "uds-hit-target",
1087
- "inline-flex",
1088
- "overflow-hidden",
1089
- "justify-center",
1090
- "items-center",
1091
- "whitespace-nowrap",
1092
- "select-none",
1093
- "[transform-origin:center]",
1094
- "[backface-visibility:hidden]",
1095
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
1096
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
1097
- "[transition-duration:220ms]",
1098
- "cursor-not-allowed",
1099
- "uds-button-loading",
1100
- "uds-button-without-effects",
1101
- "withIcon",
1102
- "uds-button-with-gap",
1103
- "animate-spin",
1104
- "truncate"
1105
- ],
1013
+ "cxLiterals": [],
1106
1014
  "internalComponents": [
1107
- "Icon",
1108
- "IconSlot",
1109
- "AnimatePresence",
1110
- "SpringMotionConfig",
1111
- "MotionSlot"
1015
+ "Box",
1016
+ "Line",
1017
+ "InternalComponent",
1018
+ "Text"
1112
1019
  ],
1113
1020
  "internalComponentProps": {
1114
- "Icon": {
1115
- "color": [
1116
- "current"
1117
- ]
1118
- },
1119
- "AnimatePresence": {
1120
- "mode": [
1121
- "popLayout"
1021
+ "Box": {
1022
+ "flex": [
1023
+ "1",
1024
+ "none"
1025
+ ],
1026
+ "display": [
1027
+ "flex"
1122
1028
  ]
1123
1029
  },
1124
- "SpringMotionConfig": {
1125
- "layoutSpeed": [
1126
- "3"
1030
+ "InternalComponent": {
1031
+ "flex": [
1032
+ "1"
1033
+ ],
1034
+ "alignItems": [
1035
+ "center"
1127
1036
  ]
1128
1037
  },
1129
- "MotionSlot": {
1130
- "whileHover": [
1131
- "hover"
1038
+ "Text": {
1039
+ "as": [
1040
+ "span"
1132
1041
  ],
1133
- "whileTap": [
1134
- "pressed"
1042
+ "color": [
1043
+ "inherit"
1044
+ ],
1045
+ "variant": [
1046
+ "inherit"
1135
1047
  ]
1136
1048
  }
1137
1049
  },
1138
- "propToVariantKeys": {
1139
- "size": [
1140
- "buttonSizeRoot",
1141
- "buttonSizeIcon"
1142
- ],
1143
- "variant": [
1144
- "buttonVariantRoot",
1145
- "buttonVariantIcon"
1146
- ],
1147
- "iconVariant": [
1148
- "variant"
1149
- ],
1150
- "startIcon": [
1151
- "icon"
1152
- ],
1153
- "endIcon": [
1154
- "icon"
1155
- ]
1156
- },
1050
+ "propToVariantKeys": {},
1157
1051
  "runtimeConfigDefaultProps": {},
1158
1052
  "runtimeConfigGetStyles": {},
1159
1053
  "runtimeConfigInternalComponentProps": {},
1160
- "motionVarPrefixes": [
1161
- "--uds-motion-subtle-3-",
1162
- "--uds-motion-smooth-3-"
1163
- ]
1054
+ "motionVarPrefixes": []
1164
1055
  },
1165
- "UDSToastConfigProvider": {
1166
- "name": "UDSToastConfigProvider",
1167
- "defaultProps": {},
1056
+ "DividerInternal": {
1057
+ "name": "DividerInternal",
1058
+ "defaultProps": {
1059
+ "variant": "primary"
1060
+ },
1168
1061
  "getStylesLiterals": {},
1169
- "cxLiterals": [],
1062
+ "cxLiterals": [
1063
+ "inherit"
1064
+ ],
1170
1065
  "internalComponents": [
1171
- "ToastContext.Provider"
1066
+ "DividerCore"
1172
1067
  ],
1173
1068
  "internalComponentProps": {},
1069
+ "propToVariantKeys": {
1070
+ "variant": [
1071
+ "dividerVariantRoot",
1072
+ "dividerVariantLabel",
1073
+ "dividerVariantLine"
1074
+ ]
1075
+ },
1076
+ "runtimeConfigDefaultProps": {},
1077
+ "runtimeConfigGetStyles": {},
1078
+ "runtimeConfigInternalComponentProps": {},
1079
+ "motionVarPrefixes": []
1080
+ },
1081
+ "Spinner": {
1082
+ "name": "Spinner",
1083
+ "defaultProps": {
1084
+ "color": "primary",
1085
+ "size": "lg"
1086
+ },
1087
+ "getStylesLiterals": {},
1088
+ "cxLiterals": [
1089
+ "self-center",
1090
+ "relative",
1091
+ "sr-only"
1092
+ ],
1093
+ "internalComponents": [
1094
+ "Icon"
1095
+ ],
1096
+ "internalComponentProps": {
1097
+ "Icon": {
1098
+ "role": [
1099
+ "img"
1100
+ ],
1101
+ "className": [
1102
+ "animate-spin"
1103
+ ],
1104
+ "aria-hidden": [
1105
+ "true"
1106
+ ]
1107
+ }
1108
+ },
1174
1109
  "propToVariantKeys": {},
1175
1110
  "runtimeConfigDefaultProps": {},
1176
1111
  "runtimeConfigGetStyles": {},
1177
1112
  "runtimeConfigInternalComponentProps": {},
1178
1113
  "motionVarPrefixes": []
1179
1114
  },
1180
- "ToastPortal": {
1181
- "name": "ToastPortal",
1115
+ "Table.mocks": {
1116
+ "name": "Table.mocks",
1182
1117
  "defaultProps": {},
1183
1118
  "getStylesLiterals": {},
1184
1119
  "cxLiterals": [],
1185
- "internalComponents": [
1186
- "ReactToastifyToastContainer"
1187
- ],
1120
+ "internalComponents": [],
1188
1121
  "internalComponentProps": {},
1189
1122
  "propToVariantKeys": {},
1190
- "runtimeConfigDefaultProps": {
1191
- "size": "toast.defaultSize",
1192
- "variant": "toast.defaultVariant"
1193
- },
1123
+ "runtimeConfigDefaultProps": {},
1194
1124
  "runtimeConfigGetStyles": {},
1195
- "runtimeConfigInternalComponentProps": {
1196
- "ReactToastifyToastContainer": {
1197
- "autoClose": [
1198
- "toast.autoClose"
1125
+ "runtimeConfigInternalComponentProps": {},
1126
+ "motionVarPrefixes": []
1127
+ },
1128
+ "Table": {
1129
+ "name": "Table",
1130
+ "defaultProps": {
1131
+ "display": "table-cell",
1132
+ "overflow": "hidden",
1133
+ "borderColor": "muted",
1134
+ "borderRadius": "md",
1135
+ "spacing": "3",
1136
+ "borderBottomColor": "muted",
1137
+ "borderBottomWidth": "thin",
1138
+ "color": "primary"
1139
+ },
1140
+ "getStylesLiterals": {
1141
+ "textAlign": "start"
1142
+ },
1143
+ "cxLiterals": [],
1144
+ "internalComponents": [
1145
+ "CellComponent",
1146
+ "Box",
1147
+ "Text",
1148
+ "Table.Root",
1149
+ "Table.Header",
1150
+ "Table.Row",
1151
+ "Table.Cell",
1152
+ "Table.Body"
1153
+ ],
1154
+ "internalComponentProps": {
1155
+ "Table.Cell": {
1156
+ "asHeaderCell": [
1157
+ "column"
1199
1158
  ]
1200
1159
  }
1201
1160
  },
1161
+ "propToVariantKeys": {},
1162
+ "runtimeConfigDefaultProps": {},
1163
+ "runtimeConfigGetStyles": {},
1164
+ "runtimeConfigInternalComponentProps": {},
1202
1165
  "motionVarPrefixes": []
1203
1166
  },
1204
- "Toast": {
1205
- "name": "Toast",
1167
+ "Avatar": {
1168
+ "name": "Avatar",
1206
1169
  "defaultProps": {},
1207
- "getStylesLiterals": {
1208
- "className": "animate-spin",
1209
- "className:1": "flex-none",
1210
- "spacing": "2",
1211
- "borderRadius": "full"
1170
+ "getStylesLiterals": {},
1171
+ "cxLiterals": [],
1172
+ "internalComponents": [
1173
+ "AvatarImage"
1174
+ ],
1175
+ "internalComponentProps": {},
1176
+ "propToVariantKeys": {},
1177
+ "runtimeConfigDefaultProps": {},
1178
+ "runtimeConfigGetStyles": {},
1179
+ "runtimeConfigInternalComponentProps": {},
1180
+ "motionVarPrefixes": []
1181
+ },
1182
+ "AvatarIcon": {
1183
+ "name": "AvatarIcon",
1184
+ "defaultProps": {
1185
+ "size": "md",
1186
+ "variant": "primary"
1212
1187
  },
1188
+ "getStylesLiterals": {},
1213
1189
  "cxLiterals": [
1214
- "duration-0",
1215
- "duration-120",
1216
- "transition-[background-color]",
1217
- "bg-carbon-15/0",
1218
- "hover:bg-carbon-15/10",
1219
- "active:bg-carbon-15/15",
1220
- "uds-ring"
1190
+ "overflow-hidden",
1191
+ "w-full",
1192
+ "h-full",
1193
+ "shrink-0",
1194
+ "text-center",
1195
+ "inline-flex",
1196
+ "justify-center",
1197
+ "items-center"
1221
1198
  ],
1222
1199
  "internalComponents": [
1223
1200
  "IconSlot",
1224
- "ToastContainer",
1225
- "Text",
1226
- "Button",
1227
- "Pressable"
1201
+ "Box"
1228
1202
  ],
1229
1203
  "internalComponentProps": {},
1230
1204
  "propToVariantKeys": {
1231
1205
  "size": [
1232
- "toastSizeLabel",
1233
- "toastSizeIcon",
1234
- "toastSizeActionButton",
1235
- "toastSizeCloseIcon"
1236
- ],
1237
- "variant": [
1238
- "toastVariantIcon",
1239
- "toastVariantActionButton",
1240
- "toastVariantCloseIcon"
1241
- ],
1242
- "closeIcon": [
1243
- "icon"
1244
- ],
1245
- "onClickActionButton": [
1246
- "onClick"
1206
+ "avatarSizeIcon"
1247
1207
  ]
1248
1208
  },
1249
- "runtimeConfigDefaultProps": {
1250
- "size": "toast.defaultSize",
1251
- "variant": "toast.defaultVariant"
1209
+ "runtimeConfigDefaultProps": {},
1210
+ "runtimeConfigGetStyles": {},
1211
+ "runtimeConfigInternalComponentProps": {},
1212
+ "motionVarPrefixes": []
1213
+ },
1214
+ "AvatarImage": {
1215
+ "name": "AvatarImage",
1216
+ "defaultProps": {
1217
+ "size": "md",
1218
+ "variant": "primary"
1252
1219
  },
1253
- "runtimeConfigGetStyles": {
1254
- "toastSizeLabel": [
1255
- "toast.defaultSize"
1256
- ],
1257
- "toastVariantIcon": [
1258
- "toast.defaultVariant"
1259
- ],
1260
- "toastSizeIcon": [
1261
- "toast.defaultSize"
1262
- ],
1263
- "toastSizeActionButton": [
1264
- "toast.defaultSize"
1265
- ],
1266
- "toastVariantActionButton": [
1267
- "toast.defaultVariant"
1268
- ],
1269
- "toastVariantCloseIcon": [
1270
- "toast.defaultVariant"
1220
+ "getStylesLiterals": {},
1221
+ "cxLiterals": [
1222
+ "overflow-hidden",
1223
+ "w-full",
1224
+ "h-full",
1225
+ "shrink-0",
1226
+ "text-center",
1227
+ "inline-flex",
1228
+ "justify-center",
1229
+ "items-center",
1230
+ "object-cover"
1231
+ ],
1232
+ "internalComponents": [
1233
+ "UDSImage",
1234
+ "AvatarText",
1235
+ "AvatarIcon",
1236
+ "Box"
1237
+ ],
1238
+ "internalComponentProps": {},
1239
+ "propToVariantKeys": {
1240
+ "alt": [
1241
+ "name"
1271
1242
  ],
1272
- "toastSizeCloseIcon": [
1273
- "toast.defaultSize"
1243
+ "fallback": [
1244
+ "initials"
1274
1245
  ]
1275
1246
  },
1276
- "runtimeConfigInternalComponentProps": {
1277
- "ToastContainer": {
1278
- "size": [
1279
- "toast.defaultSize"
1280
- ],
1281
- "variant": [
1282
- "toast.defaultVariant"
1283
- ]
1284
- },
1247
+ "runtimeConfigDefaultProps": {},
1248
+ "runtimeConfigGetStyles": {},
1249
+ "runtimeConfigInternalComponentProps": {},
1250
+ "motionVarPrefixes": []
1251
+ },
1252
+ "AvatarText": {
1253
+ "name": "AvatarText",
1254
+ "defaultProps": {
1255
+ "size": "md",
1256
+ "variant": "primary"
1257
+ },
1258
+ "getStylesLiterals": {},
1259
+ "cxLiterals": [
1260
+ "overflow-hidden",
1261
+ "truncate",
1262
+ "w-full",
1263
+ "h-full",
1264
+ "shrink-0",
1265
+ "text-center",
1266
+ "inline-flex",
1267
+ "justify-center",
1268
+ "items-center"
1269
+ ],
1270
+ "internalComponents": [
1271
+ "Box",
1272
+ "Text"
1273
+ ],
1274
+ "internalComponentProps": {
1285
1275
  "Text": {
1286
- "variant": [
1287
- "toast.textVariant.${size}"
1288
- ],
1289
1276
  "color": [
1290
- "toast.textColor.${variant}"
1291
- ]
1292
- },
1293
- "Button": {
1294
- "size": [
1295
- "toast.buttonSize.${size}"
1277
+ "inherit"
1296
1278
  ],
1297
1279
  "variant": [
1298
- "toast.buttonVariant.${variant}"
1280
+ "inherit"
1299
1281
  ]
1300
1282
  }
1301
1283
  },
1284
+ "propToVariantKeys": {},
1285
+ "runtimeConfigDefaultProps": {},
1286
+ "runtimeConfigGetStyles": {},
1287
+ "runtimeConfigInternalComponentProps": {},
1302
1288
  "motionVarPrefixes": []
1303
1289
  },
1304
- "ToastContainer": {
1305
- "name": "ToastContainer",
1306
- "defaultProps": {},
1307
- "getStylesLiterals": {
1308
- "position": "relative",
1309
- "alignItems": "center",
1310
- "display": "flex",
1311
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
1290
+ "BottomSheet": {
1291
+ "name": "BottomSheet",
1292
+ "defaultProps": {
1293
+ "variant": "default"
1312
1294
  },
1295
+ "getStylesLiterals": {},
1313
1296
  "cxLiterals": [
1314
- "w-full"
1297
+ "fixed",
1298
+ "overflow-hidden",
1299
+ "inset-x-0",
1300
+ "bottom-0",
1301
+ "z-50",
1302
+ "[will-change:transform]",
1303
+ "touch-none",
1304
+ "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
1305
+ "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
1306
+ "transition-transform",
1307
+ "duration-500",
1308
+ "ease-[cubic-bezier(0.32,0.72,0,1)]",
1309
+ "motion-reduce:transition-none",
1310
+ "top-[-4px]",
1311
+ "z-[1]",
1312
+ "touch-pan-y"
1315
1313
  ],
1316
1314
  "internalComponents": [
1317
- "HStack"
1315
+ "Scrim",
1316
+ "BottomSheetHandle",
1317
+ "Dialog",
1318
+ "Box",
1319
+ "BottomSheetInternalContext.Provider"
1318
1320
  ],
1319
1321
  "internalComponentProps": {
1320
- "HStack": {
1321
- "alignItems": [
1322
- "center"
1322
+ "BottomSheetHandle": {
1323
+ "ariaLabel": [
1324
+ "Resize sheet"
1325
+ ]
1326
+ },
1327
+ "Dialog": {
1328
+ "data-testid": [
1329
+ "bottom-sheet"
1330
+ ]
1331
+ },
1332
+ "Box": {
1333
+ "display": [
1334
+ "block",
1335
+ "flex"
1323
1336
  ],
1324
- "justifyContent": [
1325
- "space-between"
1337
+ "position": [
1338
+ "absolute"
1326
1339
  ],
1327
- "overflow": [
1328
- "hidden"
1340
+ "flexDirection": [
1341
+ "column"
1329
1342
  ],
1330
- "position": [
1331
- "relative"
1343
+ "className": [
1344
+ "absolute inset-0 min-h-0 p-[inherit]"
1332
1345
  ]
1333
1346
  }
1334
1347
  },
1335
1348
  "propToVariantKeys": {
1336
1349
  "variant": [
1337
- "toastVariantRoot"
1338
- ],
1339
- "size": [
1340
- "toastSizeRoot"
1341
- ]
1342
- },
1343
- "runtimeConfigDefaultProps": {
1344
- "size": "toast.defaultSize",
1345
- "variant": "toast.defaultVariant"
1346
- },
1347
- "runtimeConfigGetStyles": {
1348
- "toastVariantRoot": [
1349
- "toast.defaultVariant"
1350
- ],
1351
- "toastSizeRoot": [
1352
- "toast.defaultSize"
1350
+ "bottomsheetVariantRoot"
1353
1351
  ]
1354
1352
  },
1355
- "runtimeConfigInternalComponentProps": {
1356
- "HStack": {
1357
- "backgroundColor": [
1358
- "toast.backgroundColor.${variant}"
1359
- ]
1360
- }
1361
- },
1362
- "motionVarPrefixes": []
1363
- },
1364
- "BottomSheetInternalContext": {
1365
- "name": "BottomSheetInternalContext",
1366
- "defaultProps": {},
1367
- "getStylesLiterals": {},
1368
- "cxLiterals": [],
1369
- "internalComponents": [],
1370
- "internalComponentProps": {},
1371
- "propToVariantKeys": {},
1372
1353
  "runtimeConfigDefaultProps": {},
1373
1354
  "runtimeConfigGetStyles": {},
1374
1355
  "runtimeConfigInternalComponentProps": {},
@@ -1407,6 +1388,21 @@
1407
1388
  "runtimeConfigInternalComponentProps": {},
1408
1389
  "motionVarPrefixes": []
1409
1390
  },
1391
+ "BottomSheetDismiss": {
1392
+ "name": "BottomSheetDismiss",
1393
+ "defaultProps": {},
1394
+ "getStylesLiterals": {},
1395
+ "cxLiterals": [],
1396
+ "internalComponents": [
1397
+ "AriakitDialogDismiss"
1398
+ ],
1399
+ "internalComponentProps": {},
1400
+ "propToVariantKeys": {},
1401
+ "runtimeConfigDefaultProps": {},
1402
+ "runtimeConfigGetStyles": {},
1403
+ "runtimeConfigInternalComponentProps": {},
1404
+ "motionVarPrefixes": []
1405
+ },
1410
1406
  "BottomSheetHandle": {
1411
1407
  "name": "BottomSheetHandle",
1412
1408
  "defaultProps": {
@@ -1453,74 +1449,6 @@
1453
1449
  "runtimeConfigInternalComponentProps": {},
1454
1450
  "motionVarPrefixes": []
1455
1451
  },
1456
- "BottomSheet": {
1457
- "name": "BottomSheet",
1458
- "defaultProps": {
1459
- "variant": "default"
1460
- },
1461
- "getStylesLiterals": {},
1462
- "cxLiterals": [
1463
- "fixed",
1464
- "overflow-hidden",
1465
- "inset-x-0",
1466
- "bottom-0",
1467
- "z-50",
1468
- "[will-change:transform]",
1469
- "touch-none",
1470
- "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
1471
- "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
1472
- "transition-transform",
1473
- "duration-500",
1474
- "ease-[cubic-bezier(0.32,0.72,0,1)]",
1475
- "motion-reduce:transition-none",
1476
- "top-[-4px]",
1477
- "z-[1]",
1478
- "touch-pan-y"
1479
- ],
1480
- "internalComponents": [
1481
- "Scrim",
1482
- "BottomSheetHandle",
1483
- "Dialog",
1484
- "Box",
1485
- "BottomSheetInternalContext.Provider"
1486
- ],
1487
- "internalComponentProps": {
1488
- "BottomSheetHandle": {
1489
- "ariaLabel": [
1490
- "Resize sheet"
1491
- ]
1492
- },
1493
- "Dialog": {
1494
- "data-testid": [
1495
- "bottom-sheet"
1496
- ]
1497
- },
1498
- "Box": {
1499
- "display": [
1500
- "block",
1501
- "flex"
1502
- ],
1503
- "position": [
1504
- "absolute"
1505
- ],
1506
- "flexDirection": [
1507
- "column"
1508
- ],
1509
- "className": [
1510
- "absolute inset-0 min-h-0 p-[inherit]"
1511
- ]
1512
- }
1513
- },
1514
- "propToVariantKeys": {
1515
- "variant": [
1516
- "bottomsheetVariantRoot"
1517
- ]
1518
- },
1519
- "runtimeConfigDefaultProps": {},
1520
- "runtimeConfigGetStyles": {},
1521
- "runtimeConfigInternalComponentProps": {},
1522
- "motionVarPrefixes": []
1523
- },
1524
1452
  "BottomSheetHeader": {
1525
1453
  "name": "BottomSheetHeader",
1526
1454
  "defaultProps": {
@@ -1577,14 +1505,12 @@
1577
1505
  "runtimeConfigInternalComponentProps": {},
1578
1506
  "motionVarPrefixes": []
1579
1507
  },
1580
- "BottomSheetTrigger": {
1581
- "name": "BottomSheetTrigger",
1508
+ "BottomSheetInternalContext": {
1509
+ "name": "BottomSheetInternalContext",
1582
1510
  "defaultProps": {},
1583
1511
  "getStylesLiterals": {},
1584
1512
  "cxLiterals": [],
1585
- "internalComponents": [
1586
- "AriakitDialogDisclosure"
1587
- ],
1513
+ "internalComponents": [],
1588
1514
  "internalComponentProps": {},
1589
1515
  "propToVariantKeys": {},
1590
1516
  "runtimeConfigDefaultProps": {},
@@ -1592,13 +1518,13 @@
1592
1518
  "runtimeConfigInternalComponentProps": {},
1593
1519
  "motionVarPrefixes": []
1594
1520
  },
1595
- "UDSBottomSheetConfigProvider": {
1596
- "name": "UDSBottomSheetConfigProvider",
1521
+ "BottomSheetProvider": {
1522
+ "name": "BottomSheetProvider",
1597
1523
  "defaultProps": {},
1598
1524
  "getStylesLiterals": {},
1599
1525
  "cxLiterals": [],
1600
1526
  "internalComponents": [
1601
- "BottomSheetContext.Provider"
1527
+ "AriakitDialogProvider"
1602
1528
  ],
1603
1529
  "internalComponentProps": {},
1604
1530
  "propToVariantKeys": {},
@@ -1607,13 +1533,13 @@
1607
1533
  "runtimeConfigInternalComponentProps": {},
1608
1534
  "motionVarPrefixes": []
1609
1535
  },
1610
- "BottomSheetDismiss": {
1611
- "name": "BottomSheetDismiss",
1536
+ "BottomSheetTrigger": {
1537
+ "name": "BottomSheetTrigger",
1612
1538
  "defaultProps": {},
1613
1539
  "getStylesLiterals": {},
1614
1540
  "cxLiterals": [],
1615
1541
  "internalComponents": [
1616
- "AriakitDialogDismiss"
1542
+ "AriakitDialogDisclosure"
1617
1543
  ],
1618
1544
  "internalComponentProps": {},
1619
1545
  "propToVariantKeys": {},
@@ -1622,13 +1548,13 @@
1622
1548
  "runtimeConfigInternalComponentProps": {},
1623
1549
  "motionVarPrefixes": []
1624
1550
  },
1625
- "BottomSheetProvider": {
1626
- "name": "BottomSheetProvider",
1551
+ "UDSBottomSheetConfigProvider": {
1552
+ "name": "UDSBottomSheetConfigProvider",
1627
1553
  "defaultProps": {},
1628
1554
  "getStylesLiterals": {},
1629
1555
  "cxLiterals": [],
1630
1556
  "internalComponents": [
1631
- "AriakitDialogProvider"
1557
+ "BottomSheetContext.Provider"
1632
1558
  ],
1633
1559
  "internalComponentProps": {},
1634
1560
  "propToVariantKeys": {},
@@ -1637,97 +1563,19 @@
1637
1563
  "runtimeConfigInternalComponentProps": {},
1638
1564
  "motionVarPrefixes": []
1639
1565
  },
1640
- "ChipLink": {
1641
- "name": "ChipLink",
1642
- "defaultProps": {
1643
- "variant": "primary"
1644
- },
1645
- "getStylesLiterals": {},
1646
- "cxLiterals": [
1647
- "uds-ring"
1648
- ],
1649
- "internalComponents": [
1650
- "ChipBase"
1651
- ],
1652
- "internalComponentProps": {
1653
- "ChipBase": {
1654
- "as": [
1655
- "a"
1656
- ]
1657
- }
1658
- },
1659
- "propToVariantKeys": {
1660
- "variant": [
1661
- "chipLinkVariantRoot",
1662
- "chipLinkVariantIcon"
1663
- ]
1664
- },
1665
- "runtimeConfigDefaultProps": {},
1666
- "runtimeConfigGetStyles": {},
1667
- "runtimeConfigInternalComponentProps": {},
1668
- "motionVarPrefixes": []
1669
- },
1670
- "ChipDismissible": {
1671
- "name": "ChipDismissible",
1672
- "defaultProps": {
1673
- "variant": "primary"
1674
- },
1566
+ "Chip": {
1567
+ "name": "Chip",
1568
+ "defaultProps": {},
1675
1569
  "getStylesLiterals": {},
1676
- "cxLiterals": [
1677
- "uds-chip-dismissible-button",
1678
- "uds-hit-target",
1679
- "uds-ring",
1680
- "rounded-full"
1681
- ],
1682
- "internalComponents": [
1683
- "ChipBase",
1684
- "IconSlot",
1685
- "Pressable"
1686
- ],
1687
- "internalComponentProps": {},
1688
- "propToVariantKeys": {
1689
- "variant": [
1690
- "chipDismissibleVariantRoot",
1691
- "chipDismissibleVariantIcon"
1692
- ],
1693
- "dismissButtonAriaLabel": [
1694
- "aria-label"
1695
- ]
1696
- },
1697
- "runtimeConfigDefaultProps": {},
1698
- "runtimeConfigGetStyles": {},
1699
- "runtimeConfigInternalComponentProps": {},
1700
- "motionVarPrefixes": []
1701
- },
1702
- "ChipToggle": {
1703
- "name": "ChipToggle",
1704
- "defaultProps": {
1705
- "variant": "primary",
1706
- "role": "checkbox"
1707
- },
1708
- "getStylesLiterals": {
1709
- "chipToggleVariantActiveRoot": "on",
1710
- "chipToggleVariantActiveRoot:1": "off"
1711
- },
1712
- "cxLiterals": [
1713
- "uds-ring"
1714
- ],
1570
+ "cxLiterals": [],
1715
1571
  "internalComponents": [
1716
- "ChipBase"
1717
- ],
1718
- "internalComponentProps": {
1719
- "ChipBase": {
1720
- "as": [
1721
- "button"
1722
- ]
1723
- }
1724
- },
1725
- "propToVariantKeys": {
1726
- "variant": [
1727
- "chipToggleVariantRoot",
1728
- "chipToggleVariantIcon"
1729
- ]
1730
- },
1572
+ "ChipDismissible",
1573
+ "ChipToggle",
1574
+ "ChipLink",
1575
+ "ChipButton"
1576
+ ],
1577
+ "internalComponentProps": {},
1578
+ "propToVariantKeys": {},
1731
1579
  "runtimeConfigDefaultProps": {},
1732
1580
  "runtimeConfigGetStyles": {},
1733
1581
  "runtimeConfigInternalComponentProps": {},
@@ -1788,24 +1636,6 @@
1788
1636
  "runtimeConfigInternalComponentProps": {},
1789
1637
  "motionVarPrefixes": []
1790
1638
  },
1791
- "Chip": {
1792
- "name": "Chip",
1793
- "defaultProps": {},
1794
- "getStylesLiterals": {},
1795
- "cxLiterals": [],
1796
- "internalComponents": [
1797
- "ChipDismissible",
1798
- "ChipToggle",
1799
- "ChipLink",
1800
- "ChipButton"
1801
- ],
1802
- "internalComponentProps": {},
1803
- "propToVariantKeys": {},
1804
- "runtimeConfigDefaultProps": {},
1805
- "runtimeConfigGetStyles": {},
1806
- "runtimeConfigInternalComponentProps": {},
1807
- "motionVarPrefixes": []
1808
- },
1809
1639
  "ChipButton": {
1810
1640
  "name": "ChipButton",
1811
1641
  "defaultProps": {
@@ -1836,69 +1666,95 @@
1836
1666
  "runtimeConfigInternalComponentProps": {},
1837
1667
  "motionVarPrefixes": []
1838
1668
  },
1839
- "AvatarText": {
1840
- "name": "AvatarText",
1669
+ "ChipDismissible": {
1670
+ "name": "ChipDismissible",
1841
1671
  "defaultProps": {
1842
- "size": "md",
1843
1672
  "variant": "primary"
1844
1673
  },
1845
1674
  "getStylesLiterals": {},
1846
1675
  "cxLiterals": [
1847
- "overflow-hidden",
1848
- "truncate",
1849
- "w-full",
1850
- "h-full",
1851
- "shrink-0",
1852
- "text-center",
1853
- "inline-flex",
1854
- "justify-center",
1855
- "items-center"
1676
+ "uds-chip-dismissible-button",
1677
+ "uds-hit-target",
1678
+ "uds-ring",
1679
+ "rounded-full"
1856
1680
  ],
1857
1681
  "internalComponents": [
1858
- "Box",
1859
- "Text"
1682
+ "ChipBase",
1683
+ "IconSlot",
1684
+ "Pressable"
1685
+ ],
1686
+ "internalComponentProps": {},
1687
+ "propToVariantKeys": {
1688
+ "variant": [
1689
+ "chipDismissibleVariantRoot",
1690
+ "chipDismissibleVariantIcon"
1691
+ ],
1692
+ "dismissButtonAriaLabel": [
1693
+ "aria-label"
1694
+ ]
1695
+ },
1696
+ "runtimeConfigDefaultProps": {},
1697
+ "runtimeConfigGetStyles": {},
1698
+ "runtimeConfigInternalComponentProps": {},
1699
+ "motionVarPrefixes": []
1700
+ },
1701
+ "ChipLink": {
1702
+ "name": "ChipLink",
1703
+ "defaultProps": {
1704
+ "variant": "primary"
1705
+ },
1706
+ "getStylesLiterals": {},
1707
+ "cxLiterals": [
1708
+ "uds-ring"
1709
+ ],
1710
+ "internalComponents": [
1711
+ "ChipBase"
1860
1712
  ],
1861
1713
  "internalComponentProps": {
1862
- "Text": {
1863
- "color": [
1864
- "inherit"
1865
- ],
1866
- "variant": [
1867
- "inherit"
1714
+ "ChipBase": {
1715
+ "as": [
1716
+ "a"
1868
1717
  ]
1869
1718
  }
1870
1719
  },
1871
- "propToVariantKeys": {},
1720
+ "propToVariantKeys": {
1721
+ "variant": [
1722
+ "chipLinkVariantRoot",
1723
+ "chipLinkVariantIcon"
1724
+ ]
1725
+ },
1872
1726
  "runtimeConfigDefaultProps": {},
1873
1727
  "runtimeConfigGetStyles": {},
1874
1728
  "runtimeConfigInternalComponentProps": {},
1875
1729
  "motionVarPrefixes": []
1876
1730
  },
1877
- "AvatarIcon": {
1878
- "name": "AvatarIcon",
1731
+ "ChipToggle": {
1732
+ "name": "ChipToggle",
1879
1733
  "defaultProps": {
1880
- "size": "md",
1881
- "variant": "primary"
1734
+ "variant": "primary",
1735
+ "role": "checkbox"
1736
+ },
1737
+ "getStylesLiterals": {
1738
+ "chipToggleVariantActiveRoot": "on",
1739
+ "chipToggleVariantActiveRoot:1": "off"
1882
1740
  },
1883
- "getStylesLiterals": {},
1884
1741
  "cxLiterals": [
1885
- "overflow-hidden",
1886
- "w-full",
1887
- "h-full",
1888
- "shrink-0",
1889
- "text-center",
1890
- "inline-flex",
1891
- "justify-center",
1892
- "items-center"
1742
+ "uds-ring"
1893
1743
  ],
1894
1744
  "internalComponents": [
1895
- "IconSlot",
1896
- "Box"
1745
+ "ChipBase"
1897
1746
  ],
1898
- "internalComponentProps": {},
1747
+ "internalComponentProps": {
1748
+ "ChipBase": {
1749
+ "as": [
1750
+ "button"
1751
+ ]
1752
+ }
1753
+ },
1899
1754
  "propToVariantKeys": {
1900
- "size": [
1901
- "avatarSizeIcon"
1755
+ "variant": [
1756
+ "chipToggleVariantRoot",
1757
+ "chipToggleVariantIcon"
1902
1758
  ]
1903
1759
  },
1904
1760
  "runtimeConfigDefaultProps": {},
@@ -1906,52 +1762,145 @@
1906
1762
  "runtimeConfigInternalComponentProps": {},
1907
1763
  "motionVarPrefixes": []
1908
1764
  },
1909
- "Avatar": {
1910
- "name": "Avatar",
1765
+ "Popover": {
1766
+ "name": "Popover",
1911
1767
  "defaultProps": {},
1912
1768
  "getStylesLiterals": {},
1913
1769
  "cxLiterals": [],
1914
1770
  "internalComponents": [
1915
- "AvatarImage"
1771
+ "PopoverInternalContext.Provider",
1772
+ "PopoverProvider"
1916
1773
  ],
1917
1774
  "internalComponentProps": {},
1918
1775
  "propToVariantKeys": {},
1919
- "runtimeConfigDefaultProps": {},
1776
+ "runtimeConfigDefaultProps": {
1777
+ "size": "popover.defaultSize",
1778
+ "variant": "popover.defaultVariant"
1779
+ },
1920
1780
  "runtimeConfigGetStyles": {},
1921
1781
  "runtimeConfigInternalComponentProps": {},
1922
1782
  "motionVarPrefixes": []
1923
1783
  },
1924
- "AvatarImage": {
1925
- "name": "AvatarImage",
1926
- "defaultProps": {
1927
- "size": "md",
1928
- "variant": "primary"
1784
+ "PopoverContent": {
1785
+ "name": "PopoverContent",
1786
+ "defaultProps": {},
1787
+ "getStylesLiterals": {
1788
+ "popoverSizeRoot": "default",
1789
+ "popoverVariantRoot": "default",
1790
+ "display": "flex",
1791
+ "position": "relative",
1792
+ "display:1": "block",
1793
+ "spacingTop": "0",
1794
+ "spacingStart": "0",
1795
+ "spacingBottom": "0",
1796
+ "spacingEnd": "0",
1797
+ "popoverSizeSvgBase": "default",
1798
+ "popoverVariantSvgBase": "default",
1799
+ "popoverSizeSvgBorder": "default",
1800
+ "popoverVariantSvgBorder": "default",
1801
+ "popoverVariantBlur": "default",
1802
+ "position:1": "absolute",
1803
+ "width": "full",
1804
+ "height": "full",
1805
+ "flexShrink": "0",
1806
+ "borderRadius": "full",
1807
+ "alignItems": "center",
1808
+ "justifyContent": "center",
1809
+ "popoverVariantCloseIcon": "default",
1810
+ "popoverSizeCloseIcon": "default"
1929
1811
  },
1930
- "getStylesLiterals": {},
1931
1812
  "cxLiterals": [
1932
- "overflow-hidden",
1933
- "w-full",
1934
- "h-full",
1935
- "shrink-0",
1936
- "text-center",
1937
- "inline-flex",
1938
- "justify-center",
1939
- "items-center",
1940
- "object-cover"
1813
+ "z-[9999]",
1814
+ "outline-none",
1815
+ "focus-visible:outline-none",
1816
+ "uds-bgBlurFillFallback",
1817
+ "uds-bgBlurFallback",
1818
+ "top-0",
1819
+ "left-0",
1820
+ "z-[1]",
1821
+ "duration-0",
1822
+ "duration-120",
1823
+ "transition-[background-color]",
1824
+ "bg-carbon-15/0",
1825
+ "hover:bg-carbon-15/10",
1826
+ "active:bg-carbon-15/15",
1827
+ "uds-ring",
1828
+ "absolute",
1829
+ "z-[4]"
1830
+ ],
1831
+ "internalComponents": [
1832
+ "PopoverDismiss",
1833
+ "IconSlot",
1834
+ "PopoverArrow",
1835
+ "Popover",
1836
+ "SvgFloatingOverlay",
1837
+ "Box",
1838
+ "Pressable"
1941
1839
  ],
1840
+ "internalComponentProps": {},
1841
+ "propToVariantKeys": {
1842
+ "closeIcon": [
1843
+ "icon"
1844
+ ]
1845
+ },
1846
+ "runtimeConfigDefaultProps": {
1847
+ "size": "popover.defaultSize",
1848
+ "variant": "popover.defaultVariant"
1849
+ },
1850
+ "runtimeConfigGetStyles": {
1851
+ "spacingTop": [
1852
+ "popover.spacingVertical.${size}"
1853
+ ],
1854
+ "spacingStart": [
1855
+ "popover.spacingHorizontal.${size}"
1856
+ ],
1857
+ "spacingBottom": [
1858
+ "popover.spacingVertical.${size}"
1859
+ ],
1860
+ "spacingEnd": [
1861
+ "popover.spacingHorizontal.${size}"
1862
+ ]
1863
+ },
1864
+ "runtimeConfigInternalComponentProps": {
1865
+ "SvgFloatingOverlay": {
1866
+ "borderRadius": [
1867
+ "popover.borderRadius.${size}"
1868
+ ]
1869
+ }
1870
+ },
1871
+ "motionVarPrefixes": []
1872
+ },
1873
+ "PopoverContext": {
1874
+ "name": "PopoverContext",
1875
+ "defaultProps": {},
1876
+ "getStylesLiterals": {},
1877
+ "cxLiterals": [],
1878
+ "internalComponents": [],
1879
+ "internalComponentProps": {},
1880
+ "propToVariantKeys": {},
1881
+ "runtimeConfigDefaultProps": {},
1882
+ "runtimeConfigGetStyles": {},
1883
+ "runtimeConfigInternalComponentProps": {},
1884
+ "motionVarPrefixes": []
1885
+ },
1886
+ "PopoverTrigger": {
1887
+ "name": "PopoverTrigger",
1888
+ "defaultProps": {},
1889
+ "getStylesLiterals": {},
1890
+ "cxLiterals": [],
1942
1891
  "internalComponents": [
1943
- "UDSImage",
1944
- "AvatarText",
1945
- "AvatarIcon",
1946
- "Box"
1892
+ "PopoverDisclosure"
1947
1893
  ],
1948
- "internalComponentProps": {},
1894
+ "internalComponentProps": {
1895
+ "PopoverDisclosure": {
1896
+ "className": [
1897
+ "inline"
1898
+ ]
1899
+ }
1900
+ },
1949
1901
  "propToVariantKeys": {
1950
- "alt": [
1951
- "name"
1952
- ],
1953
- "fallback": [
1954
- "initials"
1902
+ "children": [
1903
+ "render"
1955
1904
  ]
1956
1905
  },
1957
1906
  "runtimeConfigDefaultProps": {},
@@ -1959,13 +1908,13 @@
1959
1908
  "runtimeConfigInternalComponentProps": {},
1960
1909
  "motionVarPrefixes": []
1961
1910
  },
1962
- "TabPanel": {
1963
- "name": "TabPanel",
1911
+ "UDSPopoverConfigProvider": {
1912
+ "name": "UDSPopoverConfigProvider",
1964
1913
  "defaultProps": {},
1965
1914
  "getStylesLiterals": {},
1966
1915
  "cxLiterals": [],
1967
1916
  "internalComponents": [
1968
- "AriakitTabPanel"
1917
+ "PopoverContext.Provider"
1969
1918
  ],
1970
1919
  "internalComponentProps": {},
1971
1920
  "propToVariantKeys": {},
@@ -1974,21 +1923,39 @@
1974
1923
  "runtimeConfigInternalComponentProps": {},
1975
1924
  "motionVarPrefixes": []
1976
1925
  },
1977
- "Tabs": {
1978
- "name": "Tabs",
1926
+ "Menu.Content": {
1927
+ "name": "Menu.Content",
1979
1928
  "defaultProps": {
1980
- "variant": "primary"
1929
+ "size": "default",
1930
+ "variant": "default",
1931
+ "gutter": "1"
1981
1932
  },
1982
1933
  "getStylesLiterals": {},
1983
- "cxLiterals": [],
1934
+ "cxLiterals": [
1935
+ "uds-menu-content",
1936
+ "transition-shadow",
1937
+ "duration-200",
1938
+ "ease-in-out",
1939
+ "min-w-60",
1940
+ "max-w-lg",
1941
+ "max-h-96",
1942
+ "overflow-auto",
1943
+ "uds-ring",
1944
+ "z-10",
1945
+ "group"
1946
+ ],
1984
1947
  "internalComponents": [
1985
- "TabsContext.Provider",
1986
- "TabProvider"
1948
+ "AriakitMenu",
1949
+ "AnimatePresence",
1950
+ "MotionVStack"
1987
1951
  ],
1988
1952
  "internalComponentProps": {},
1989
1953
  "propToVariantKeys": {
1990
- "onSelectionChange": [
1991
- "setSelectedId"
1954
+ "size": [
1955
+ "menucontentSizeRoot"
1956
+ ],
1957
+ "variant": [
1958
+ "menucontentVariantRoot"
1992
1959
  ]
1993
1960
  },
1994
1961
  "runtimeConfigDefaultProps": {},
@@ -1996,130 +1963,125 @@
1996
1963
  "runtimeConfigInternalComponentProps": {},
1997
1964
  "motionVarPrefixes": []
1998
1965
  },
1999
- "TabList": {
2000
- "name": "TabList",
1966
+ "Menu.Divider": {
1967
+ "name": "Menu.Divider",
2001
1968
  "defaultProps": {
2002
- "variant": "primary"
1969
+ "role": "separator",
1970
+ "contentPosition": "start",
1971
+ "gap": "4"
2003
1972
  },
2004
1973
  "getStylesLiterals": {
2005
- "tabSizeRoot": "default",
2006
- "tabVariantActiveRoot": "on"
1974
+ "menuitemDividerVariantRoot": "default",
1975
+ "menuitemDividerVariantText": "default",
1976
+ "menuitemDividerVariantLine": "default"
2007
1977
  },
2008
- "cxLiterals": [
2009
- "pointer-events-none",
2010
- "absolute",
2011
- "bottom-0",
2012
- "left-0",
2013
- "right-0",
2014
- "h-[var(--uds-tab-underline-width,0px)]",
2015
- "bg-[var(--uds-tab-underline-color,transparent)]",
2016
- "transition-[height,background-color]",
2017
- "duration-[240ms]",
2018
- "ease-[cubic-bezier(0.2,0,0,1)]",
2019
- "!m-0",
2020
- "!p-0",
2021
- "!gap-0",
2022
- "box-border",
2023
- "z-0",
2024
- "min-w-0",
2025
- "min-h-0",
2026
- "flex",
2027
- "flex-row",
2028
- "items-center",
2029
- "overflow-x-auto",
2030
- "overflow-y-clip",
2031
- "scrollbar-none",
2032
- "[overflow-clip-margin:6px]",
2033
- "overflow-clip",
2034
- "[overflow-clip-margin:8px]",
2035
- "relative"
1978
+ "cxLiterals": [],
1979
+ "internalComponents": [
1980
+ "DividerInternal"
2036
1981
  ],
1982
+ "internalComponentProps": {
1983
+ "DividerInternal": {
1984
+ "variant": [
1985
+ "inherit"
1986
+ ]
1987
+ }
1988
+ },
1989
+ "propToVariantKeys": {},
1990
+ "runtimeConfigDefaultProps": {},
1991
+ "runtimeConfigGetStyles": {},
1992
+ "runtimeConfigInternalComponentProps": {},
1993
+ "motionVarPrefixes": []
1994
+ },
1995
+ "Menu.Item": {
1996
+ "name": "Menu.Item",
1997
+ "defaultProps": {},
1998
+ "getStylesLiterals": {
1999
+ "menuitemItemVariantRoot": "default",
2000
+ "menuitemItemVariantActiveRoot": "on",
2001
+ "menuitemItemVariantActiveRoot:1": "off",
2002
+ "menuitemItemVariantText": "default",
2003
+ "menuitemItemVariantActiveText": "on",
2004
+ "menuitemItemVariantActiveText:1": "off",
2005
+ "menuitemItemVariantIcon": "default",
2006
+ "menuitemItemVariantActiveIcon": "on",
2007
+ "menuitemItemVariantActiveIcon:1": "off"
2008
+ },
2009
+ "cxLiterals": [],
2037
2010
  "internalComponents": [
2038
- "AriakitTabList"
2011
+ "MenuItemBase"
2039
2012
  ],
2040
2013
  "internalComponentProps": {},
2041
- "propToVariantKeys": {
2042
- "variant": [
2043
- "tabsVariantRoot",
2044
- "tabVariantRoot"
2045
- ]
2046
- },
2014
+ "propToVariantKeys": {},
2047
2015
  "runtimeConfigDefaultProps": {},
2048
2016
  "runtimeConfigGetStyles": {},
2049
2017
  "runtimeConfigInternalComponentProps": {},
2050
2018
  "motionVarPrefixes": []
2051
2019
  },
2052
- "Tab": {
2053
- "name": "Tab",
2020
+ "Menu.ItemBase": {
2021
+ "name": "Menu.ItemBase",
2054
2022
  "defaultProps": {
2055
- "variant": "primary"
2023
+ "spacing": "0",
2024
+ "spacingHorizontal": "4",
2025
+ "spacingVertical": "3.5",
2026
+ "columnGap": "2",
2027
+ "alignItems": "center",
2028
+ "justifyContent": "space-between"
2056
2029
  },
2057
2030
  "getStylesLiterals": {
2058
- "tabSizeRoot": "default",
2059
- "tabVariantActiveRoot": "off",
2060
- "tabVariantActiveRoot:1": "on",
2061
- "tabSizeIcon": "default"
2031
+ "textAlign": "start",
2032
+ "menuitemSizeRoot": "default",
2033
+ "flexDirection": "row",
2034
+ "menuitemSizeStartIcon": "default",
2035
+ "menuitemSizeEndIcon": "default"
2062
2036
  },
2063
2037
  "cxLiterals": [
2064
- "pointer-events-none",
2065
- "absolute",
2066
- "bottom-0",
2067
- "left-0",
2068
- "right-0",
2069
- "h-[var(--uds-tab-underline-width,0px)]",
2070
- "bg-[var(--uds-tab-underline-color,transparent)]",
2071
- "transition-[height,background-color]",
2072
- "duration-[240ms]",
2073
- "ease-[cubic-bezier(0.2,0,0,1)]",
2074
- "!bg-transparent",
2075
- "!shadow-none",
2076
- "inline-flex",
2077
- "items-center",
2078
- "shrink-0",
2079
- "box-border",
2080
- "relative",
2081
- "z-[1]",
2082
- "cursor-pointer",
2083
- "select-none",
2084
- "whitespace-nowrap",
2038
+ "flex",
2039
+ "focus-visible:text-brand",
2040
+ "focus-visible:bg-brand-secondary",
2041
+ "focus-visible:z-10",
2085
2042
  "uds-ring",
2086
- "opacity-50",
2087
- "cursor-default",
2088
- "border-solid",
2089
- "border-b-solid",
2090
- "transition-colors"
2043
+ "!-outline-offset-2",
2044
+ "[&:not([aria-checked])]:cursor-default",
2045
+ "opacity-25",
2046
+ "cursor-not-allowed",
2047
+ "duration-20",
2048
+ "transition-[font-variation-settings]",
2049
+ "ease-in-out",
2050
+ "z-0",
2051
+ "uds-start-icon",
2052
+ "uds-end-icon"
2091
2053
  ],
2092
2054
  "internalComponents": [
2055
+ "Pressable",
2093
2056
  "IconSlot",
2094
- "AriakitTab",
2095
- "Text"
2057
+ "RootComponent",
2058
+ "HStack",
2059
+ "AnimatePresence"
2096
2060
  ],
2097
2061
  "internalComponentProps": {
2098
- "Text": {
2099
- "variant": [
2100
- "inherit"
2101
- ],
2102
- "as": [
2103
- "span"
2062
+ "HStack": {
2063
+ "alignItems": [
2064
+ "center"
2104
2065
  ],
2105
- "color": [
2106
- "current"
2066
+ "width": [
2067
+ "full"
2068
+ ]
2069
+ },
2070
+ "AnimatePresence": {
2071
+ "mode": [
2072
+ "popLayout"
2107
2073
  ]
2108
2074
  }
2109
2075
  },
2110
2076
  "propToVariantKeys": {
2111
- "variant": [
2112
- "tabVariantRoot",
2113
- "tabVariantIcon"
2114
- ],
2115
- "activeState": [
2116
- "tabVariantActiveIcon"
2117
- ],
2118
2077
  "startIcon": [
2119
2078
  "icon"
2120
2079
  ],
2121
2080
  "endIcon": [
2122
2081
  "icon"
2082
+ ],
2083
+ "columnGap": [
2084
+ "gap"
2123
2085
  ]
2124
2086
  },
2125
2087
  "runtimeConfigDefaultProps": {},
@@ -2127,13 +2089,28 @@
2127
2089
  "runtimeConfigInternalComponentProps": {},
2128
2090
  "motionVarPrefixes": []
2129
2091
  },
2130
- "UDSPopoverConfigProvider": {
2131
- "name": "UDSPopoverConfigProvider",
2092
+ "Menu.ItemCheckbox": {
2093
+ "name": "Menu.ItemCheckbox",
2132
2094
  "defaultProps": {},
2133
- "getStylesLiterals": {},
2134
- "cxLiterals": [],
2095
+ "getStylesLiterals": {
2096
+ "menuitemItemCheckboxVariantRoot": "default",
2097
+ "menuitemItemCheckboxVariantActiveRoot": "on",
2098
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
2099
+ "menuitemItemCheckboxVariantText": "default",
2100
+ "menuitemItemCheckboxVariantActiveText": "on",
2101
+ "menuitemItemCheckboxVariantActiveText:1": "off",
2102
+ "menuitemItemCheckboxVariantStartIcon": "default",
2103
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
2104
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2105
+ "menuitemItemCheckboxVariantEndIcon": "default",
2106
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
2107
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2108
+ },
2109
+ "cxLiterals": [
2110
+ "uds-menu-item-checkbox"
2111
+ ],
2135
2112
  "internalComponents": [
2136
- "PopoverContext.Provider"
2113
+ "MenuItemBase"
2137
2114
  ],
2138
2115
  "internalComponentProps": {},
2139
2116
  "propToVariantKeys": {},
@@ -2142,52 +2119,51 @@
2142
2119
  "runtimeConfigInternalComponentProps": {},
2143
2120
  "motionVarPrefixes": []
2144
2121
  },
2145
- "Popover": {
2146
- "name": "Popover",
2122
+ "Menu.Provider": {
2123
+ "name": "Menu.Provider",
2147
2124
  "defaultProps": {},
2148
2125
  "getStylesLiterals": {},
2149
2126
  "cxLiterals": [],
2150
2127
  "internalComponents": [
2151
- "PopoverInternalContext.Provider",
2152
- "PopoverProvider"
2128
+ "AriakitMenuProvider",
2129
+ "SpringMotionConfig"
2153
2130
  ],
2154
2131
  "internalComponentProps": {},
2155
2132
  "propToVariantKeys": {},
2156
- "runtimeConfigDefaultProps": {
2157
- "size": "popover.defaultSize",
2158
- "variant": "popover.defaultVariant"
2159
- },
2133
+ "runtimeConfigDefaultProps": {},
2160
2134
  "runtimeConfigGetStyles": {},
2161
2135
  "runtimeConfigInternalComponentProps": {},
2162
- "motionVarPrefixes": []
2136
+ "motionVarPrefixes": [
2137
+ "--uds-motion-subtle-3-",
2138
+ "--uds-motion-smooth-3-"
2139
+ ]
2163
2140
  },
2164
- "PopoverTrigger": {
2165
- "name": "PopoverTrigger",
2141
+ "Menu.Trigger": {
2142
+ "name": "Menu.Trigger",
2166
2143
  "defaultProps": {},
2167
2144
  "getStylesLiterals": {},
2168
- "cxLiterals": [],
2145
+ "cxLiterals": [
2146
+ "uds-menu-trigger"
2147
+ ],
2169
2148
  "internalComponents": [
2170
- "PopoverDisclosure"
2149
+ "AriakitMenuTrigger",
2150
+ "Box"
2171
2151
  ],
2172
2152
  "internalComponentProps": {
2173
- "PopoverDisclosure": {
2153
+ "Box": {
2174
2154
  "className": [
2175
- "inline"
2155
+ "uds-ring h-fit w-fit"
2176
2156
  ]
2177
2157
  }
2178
2158
  },
2179
- "propToVariantKeys": {
2180
- "children": [
2181
- "render"
2182
- ]
2183
- },
2159
+ "propToVariantKeys": {},
2184
2160
  "runtimeConfigDefaultProps": {},
2185
2161
  "runtimeConfigGetStyles": {},
2186
2162
  "runtimeConfigInternalComponentProps": {},
2187
2163
  "motionVarPrefixes": []
2188
2164
  },
2189
- "PopoverContext": {
2190
- "name": "PopoverContext",
2165
+ "Menu.index": {
2166
+ "name": "Menu.index",
2191
2167
  "defaultProps": {},
2192
2168
  "getStylesLiterals": {},
2193
2169
  "cxLiterals": [],
@@ -2199,93 +2175,17 @@
2199
2175
  "runtimeConfigInternalComponentProps": {},
2200
2176
  "motionVarPrefixes": []
2201
2177
  },
2202
- "PopoverContent": {
2203
- "name": "PopoverContent",
2178
+ "Menu": {
2179
+ "name": "Menu",
2204
2180
  "defaultProps": {},
2205
- "getStylesLiterals": {
2206
- "popoverSizeRoot": "default",
2207
- "popoverVariantRoot": "default",
2208
- "display": "flex",
2209
- "position": "relative",
2210
- "display:1": "block",
2211
- "spacingTop": "0",
2212
- "spacingStart": "0",
2213
- "spacingBottom": "0",
2214
- "spacingEnd": "0",
2215
- "popoverSizeSvgBase": "default",
2216
- "popoverVariantSvgBase": "default",
2217
- "popoverSizeSvgBorder": "default",
2218
- "popoverVariantSvgBorder": "default",
2219
- "popoverVariantBlur": "default",
2220
- "position:1": "absolute",
2221
- "width": "full",
2222
- "height": "full",
2223
- "flexShrink": "0",
2224
- "borderRadius": "full",
2225
- "alignItems": "center",
2226
- "justifyContent": "center",
2227
- "popoverVariantCloseIcon": "default",
2228
- "popoverSizeCloseIcon": "default"
2229
- },
2230
- "cxLiterals": [
2231
- "z-[9999]",
2232
- "outline-none",
2233
- "focus-visible:outline-none",
2234
- "uds-bgBlurFillFallback",
2235
- "uds-bgBlurFallback",
2236
- "top-0",
2237
- "left-0",
2238
- "z-[1]",
2239
- "duration-0",
2240
- "duration-120",
2241
- "transition-[background-color]",
2242
- "bg-carbon-15/0",
2243
- "hover:bg-carbon-15/10",
2244
- "active:bg-carbon-15/15",
2245
- "uds-ring",
2246
- "absolute",
2247
- "z-[4]"
2248
- ],
2249
- "internalComponents": [
2250
- "PopoverDismiss",
2251
- "IconSlot",
2252
- "PopoverArrow",
2253
- "Popover",
2254
- "SvgFloatingOverlay",
2255
- "Box",
2256
- "Pressable"
2257
- ],
2181
+ "getStylesLiterals": {},
2182
+ "cxLiterals": [],
2183
+ "internalComponents": [],
2258
2184
  "internalComponentProps": {},
2259
- "propToVariantKeys": {
2260
- "closeIcon": [
2261
- "icon"
2262
- ]
2263
- },
2264
- "runtimeConfigDefaultProps": {
2265
- "size": "popover.defaultSize",
2266
- "variant": "popover.defaultVariant"
2267
- },
2268
- "runtimeConfigGetStyles": {
2269
- "spacingTop": [
2270
- "popover.spacingVertical.${size}"
2271
- ],
2272
- "spacingStart": [
2273
- "popover.spacingHorizontal.${size}"
2274
- ],
2275
- "spacingBottom": [
2276
- "popover.spacingVertical.${size}"
2277
- ],
2278
- "spacingEnd": [
2279
- "popover.spacingHorizontal.${size}"
2280
- ]
2281
- },
2282
- "runtimeConfigInternalComponentProps": {
2283
- "SvgFloatingOverlay": {
2284
- "borderRadius": [
2285
- "popover.borderRadius.${size}"
2286
- ]
2287
- }
2288
- },
2185
+ "propToVariantKeys": {},
2186
+ "runtimeConfigDefaultProps": {},
2187
+ "runtimeConfigGetStyles": {},
2188
+ "runtimeConfigInternalComponentProps": {},
2289
2189
  "motionVarPrefixes": []
2290
2190
  },
2291
2191
  "Input": {
@@ -2413,104 +2313,204 @@
2413
2313
  ],
2414
2314
  "internalComponentProps": {
2415
2315
  "Box": {
2416
- "spacingTop": [
2417
- "2"
2316
+ "spacingTop": [
2317
+ "2"
2318
+ ]
2319
+ }
2320
+ },
2321
+ "propToVariantKeys": {
2322
+ "size": [
2323
+ "inputSizeRoot"
2324
+ ]
2325
+ },
2326
+ "runtimeConfigDefaultProps": {},
2327
+ "runtimeConfigGetStyles": {},
2328
+ "runtimeConfigInternalComponentProps": {},
2329
+ "motionVarPrefixes": []
2330
+ },
2331
+ "InputHelpTextInternal": {
2332
+ "name": "InputHelpTextInternal",
2333
+ "defaultProps": {},
2334
+ "getStylesLiterals": {
2335
+ "inputVariantHelperText": "default",
2336
+ "inputVariantValueHelperText": "empty",
2337
+ "inputVariantValueHelperText:1": "filled",
2338
+ "inputVariantHelperIcon": "default",
2339
+ "inputVariantValueHelperIcon": "empty",
2340
+ "inputVariantValueHelperIcon:1": "filled"
2341
+ },
2342
+ "cxLiterals": [],
2343
+ "internalComponents": [
2344
+ "IconSlot",
2345
+ "HStack"
2346
+ ],
2347
+ "internalComponentProps": {
2348
+ "HStack": {
2349
+ "gap": [
2350
+ "1"
2351
+ ],
2352
+ "alignItems": [
2353
+ "center"
2354
+ ]
2355
+ }
2356
+ },
2357
+ "propToVariantKeys": {
2358
+ "size": [
2359
+ "inputSizeHelperText",
2360
+ "inputSizeHelperIcon"
2361
+ ],
2362
+ "startIcon": [
2363
+ "icon"
2364
+ ],
2365
+ "endIcon": [
2366
+ "icon"
2367
+ ]
2368
+ },
2369
+ "runtimeConfigDefaultProps": {},
2370
+ "runtimeConfigGetStyles": {},
2371
+ "runtimeConfigInternalComponentProps": {},
2372
+ "motionVarPrefixes": []
2373
+ },
2374
+ "Radio": {
2375
+ "name": "Radio",
2376
+ "defaultProps": {
2377
+ "labelPosition": "start",
2378
+ "variant": "primary",
2379
+ "size": "md",
2380
+ "value": ""
2381
+ },
2382
+ "getStylesLiterals": {
2383
+ "radioVariantValueRoot": "checked",
2384
+ "radioVariantValueRoot:1": "unchecked",
2385
+ "display": "flex",
2386
+ "flexDirection": "row",
2387
+ "flexDirection:1": "row-reverse",
2388
+ "alignItems": "center",
2389
+ "radioVariantValueRadio": "checked",
2390
+ "radioVariantValueRadio:1": "unchecked",
2391
+ "radioVariantValueRadioCircle": "checked",
2392
+ "radioVariantValueRadioCircle:1": "unchecked"
2393
+ },
2394
+ "cxLiterals": [
2395
+ "cursor-pointer",
2396
+ "cursor-default",
2397
+ "opacity-50",
2398
+ "border",
2399
+ "uds-ring",
2400
+ "uds-ring-within",
2401
+ "transition-[background-color,border-color]",
2402
+ "transition-shadow",
2403
+ "pointer-events-none",
2404
+ "w-[8px]",
2405
+ "h-[8px]",
2406
+ "transition-opacity",
2407
+ "cursor-[inherit]",
2408
+ "absolute",
2409
+ "opacity-0",
2410
+ "top-1/2",
2411
+ "left-1/2",
2412
+ "w-[calc(100%+2px)]",
2413
+ "h-[calc(100%+2px)]",
2414
+ "transform",
2415
+ "translate-x-[-50%]",
2416
+ "translate-y-[-50%]",
2417
+ "text-start",
2418
+ "text-end"
2419
+ ],
2420
+ "internalComponents": [
2421
+ "Box",
2422
+ "FormLabel",
2423
+ "SpringMotionConfig",
2424
+ "RootElement",
2425
+ "MotionBox"
2426
+ ],
2427
+ "internalComponentProps": {
2428
+ "Box": {
2429
+ "borderRadius": [
2430
+ "full"
2418
2431
  ]
2419
- }
2420
- },
2421
- "propToVariantKeys": {
2422
- "size": [
2423
- "inputSizeRoot"
2424
- ]
2425
- },
2426
- "runtimeConfigDefaultProps": {},
2427
- "runtimeConfigGetStyles": {},
2428
- "runtimeConfigInternalComponentProps": {},
2429
- "motionVarPrefixes": []
2430
- },
2431
- "InputHelpTextInternal": {
2432
- "name": "InputHelpTextInternal",
2433
- "defaultProps": {},
2434
- "getStylesLiterals": {
2435
- "inputVariantHelperText": "default",
2436
- "inputVariantValueHelperText": "empty",
2437
- "inputVariantValueHelperText:1": "filled",
2438
- "inputVariantHelperIcon": "default",
2439
- "inputVariantValueHelperIcon": "empty",
2440
- "inputVariantValueHelperIcon:1": "filled"
2441
- },
2442
- "cxLiterals": [],
2443
- "internalComponents": [
2444
- "IconSlot",
2445
- "HStack"
2446
- ],
2447
- "internalComponentProps": {
2448
- "HStack": {
2449
- "gap": [
2450
- "1"
2432
+ },
2433
+ "FormLabel": {
2434
+ "as": [
2435
+ "div"
2436
+ ],
2437
+ "variant": [
2438
+ "inherit"
2439
+ ],
2440
+ "color": [
2441
+ "inherit"
2442
+ ]
2443
+ },
2444
+ "RootElement": {
2445
+ "data-testid": [
2446
+ "container"
2447
+ ]
2448
+ },
2449
+ "MotionBox": {
2450
+ "position": [
2451
+ "relative"
2452
+ ],
2453
+ "borderRadius": [
2454
+ "full"
2451
2455
  ],
2452
2456
  "alignItems": [
2453
2457
  "center"
2458
+ ],
2459
+ "justifyContent": [
2460
+ "center"
2461
+ ],
2462
+ "flex": [
2463
+ "none"
2454
2464
  ]
2455
2465
  }
2456
2466
  },
2457
2467
  "propToVariantKeys": {
2458
2468
  "size": [
2459
- "inputSizeHelperText",
2460
- "inputSizeHelperIcon"
2469
+ "radioSizeRoot",
2470
+ "radioSizeRadio"
2461
2471
  ],
2462
- "startIcon": [
2463
- "icon"
2472
+ "variant": [
2473
+ "radioVariantRoot",
2474
+ "radioVariantRadio",
2475
+ "radioVariantRadioCircle"
2464
2476
  ],
2465
- "endIcon": [
2466
- "icon"
2477
+ "reduceMotion": [
2478
+ "reducedMotion"
2467
2479
  ]
2468
2480
  },
2469
2481
  "runtimeConfigDefaultProps": {},
2470
2482
  "runtimeConfigGetStyles": {},
2471
2483
  "runtimeConfigInternalComponentProps": {},
2472
- "motionVarPrefixes": []
2484
+ "motionVarPrefixes": [
2485
+ "--uds-motion-subtle-3-",
2486
+ "--uds-motion-smooth-3-"
2487
+ ]
2473
2488
  },
2474
- "Menu.Item": {
2475
- "name": "Menu.Item",
2489
+ "RadioGroupProvider": {
2490
+ "name": "RadioGroupProvider",
2476
2491
  "defaultProps": {},
2477
- "getStylesLiterals": {
2478
- "menuitemItemVariantRoot": "default",
2479
- "menuitemItemVariantActiveRoot": "on",
2480
- "menuitemItemVariantActiveRoot:1": "off",
2481
- "menuitemItemVariantText": "default",
2482
- "menuitemItemVariantActiveText": "on",
2483
- "menuitemItemVariantActiveText:1": "off",
2484
- "menuitemItemVariantIcon": "default",
2485
- "menuitemItemVariantActiveIcon": "on",
2486
- "menuitemItemVariantActiveIcon:1": "off"
2487
- },
2492
+ "getStylesLiterals": {},
2488
2493
  "cxLiterals": [],
2489
2494
  "internalComponents": [
2490
- "MenuItemBase"
2495
+ "DivProps",
2496
+ "Comp",
2497
+ "RadioGroupContext.Provider"
2491
2498
  ],
2492
- "internalComponentProps": {},
2493
- "propToVariantKeys": {},
2494
- "runtimeConfigDefaultProps": {},
2495
- "runtimeConfigGetStyles": {},
2496
- "runtimeConfigInternalComponentProps": {},
2497
- "motionVarPrefixes": []
2498
- },
2499
- "Menu.index": {
2500
- "name": "Menu.index",
2501
- "defaultProps": {},
2502
- "getStylesLiterals": {},
2503
- "cxLiterals": [],
2504
- "internalComponents": [],
2505
- "internalComponentProps": {},
2499
+ "internalComponentProps": {
2500
+ "Comp": {
2501
+ "role": [
2502
+ "radiogroup"
2503
+ ]
2504
+ }
2505
+ },
2506
2506
  "propToVariantKeys": {},
2507
2507
  "runtimeConfigDefaultProps": {},
2508
2508
  "runtimeConfigGetStyles": {},
2509
2509
  "runtimeConfigInternalComponentProps": {},
2510
2510
  "motionVarPrefixes": []
2511
2511
  },
2512
- "Menu": {
2513
- "name": "Menu",
2512
+ "RadioGroupStore": {
2513
+ "name": "RadioGroupStore",
2514
2514
  "defaultProps": {},
2515
2515
  "getStylesLiterals": {},
2516
2516
  "cxLiterals": [],
@@ -2522,39 +2522,77 @@
2522
2522
  "runtimeConfigInternalComponentProps": {},
2523
2523
  "motionVarPrefixes": []
2524
2524
  },
2525
- "Menu.Content": {
2526
- "name": "Menu.Content",
2525
+ "Tab": {
2526
+ "name": "Tab",
2527
2527
  "defaultProps": {
2528
- "size": "default",
2529
- "variant": "default",
2530
- "gutter": "1"
2528
+ "variant": "primary"
2529
+ },
2530
+ "getStylesLiterals": {
2531
+ "tabSizeRoot": "default",
2532
+ "tabVariantActiveRoot": "off",
2533
+ "tabVariantActiveRoot:1": "on",
2534
+ "tabSizeIcon": "default"
2531
2535
  },
2532
- "getStylesLiterals": {},
2533
2536
  "cxLiterals": [
2534
- "uds-menu-content",
2535
- "transition-shadow",
2536
- "duration-200",
2537
- "ease-in-out",
2538
- "min-w-60",
2539
- "max-w-lg",
2540
- "max-h-96",
2541
- "overflow-auto",
2537
+ "pointer-events-none",
2538
+ "absolute",
2539
+ "bottom-0",
2540
+ "left-0",
2541
+ "right-0",
2542
+ "h-[var(--uds-tab-underline-width,0px)]",
2543
+ "bg-[var(--uds-tab-underline-color,transparent)]",
2544
+ "transition-[height,background-color]",
2545
+ "duration-[240ms]",
2546
+ "ease-[cubic-bezier(0.2,0,0,1)]",
2547
+ "!bg-transparent",
2548
+ "!shadow-none",
2549
+ "inline-flex",
2550
+ "items-center",
2551
+ "shrink-0",
2552
+ "box-border",
2553
+ "relative",
2554
+ "z-[1]",
2555
+ "cursor-pointer",
2556
+ "select-none",
2557
+ "whitespace-nowrap",
2542
2558
  "uds-ring",
2543
- "z-10",
2544
- "group"
2559
+ "opacity-50",
2560
+ "cursor-default",
2561
+ "border-solid",
2562
+ "border-b-solid",
2563
+ "transition-colors"
2545
2564
  ],
2546
2565
  "internalComponents": [
2547
- "AriakitMenu",
2548
- "AnimatePresence",
2549
- "MotionVStack"
2566
+ "IconSlot",
2567
+ "AriakitTab",
2568
+ "Text"
2550
2569
  ],
2551
- "internalComponentProps": {},
2570
+ "internalComponentProps": {
2571
+ "Text": {
2572
+ "variant": [
2573
+ "inherit"
2574
+ ],
2575
+ "as": [
2576
+ "span"
2577
+ ],
2578
+ "color": [
2579
+ "current"
2580
+ ]
2581
+ }
2582
+ },
2552
2583
  "propToVariantKeys": {
2553
- "size": [
2554
- "menucontentSizeRoot"
2555
- ],
2556
2584
  "variant": [
2557
- "menucontentVariantRoot"
2585
+ "tabVariantRoot",
2586
+ "tabVariantIcon"
2587
+ ],
2588
+ "activeState": [
2589
+ "tabVariantActiveIcon"
2590
+ ],
2591
+ "startIcon": [
2592
+ "icon"
2593
+ ],
2594
+ "endIcon": [
2595
+ "icon"
2558
2596
  ]
2559
2597
  },
2560
2598
  "runtimeConfigDefaultProps": {},
@@ -2562,206 +2600,287 @@
2562
2600
  "runtimeConfigInternalComponentProps": {},
2563
2601
  "motionVarPrefixes": []
2564
2602
  },
2565
- "Menu.Trigger": {
2566
- "name": "Menu.Trigger",
2567
- "defaultProps": {},
2568
- "getStylesLiterals": {},
2603
+ "TabList": {
2604
+ "name": "TabList",
2605
+ "defaultProps": {
2606
+ "variant": "primary"
2607
+ },
2608
+ "getStylesLiterals": {
2609
+ "tabSizeRoot": "default",
2610
+ "tabVariantActiveRoot": "on"
2611
+ },
2569
2612
  "cxLiterals": [
2570
- "uds-menu-trigger"
2613
+ "pointer-events-none",
2614
+ "absolute",
2615
+ "bottom-0",
2616
+ "left-0",
2617
+ "right-0",
2618
+ "h-[var(--uds-tab-underline-width,0px)]",
2619
+ "bg-[var(--uds-tab-underline-color,transparent)]",
2620
+ "transition-[height,background-color]",
2621
+ "duration-[240ms]",
2622
+ "ease-[cubic-bezier(0.2,0,0,1)]",
2623
+ "!m-0",
2624
+ "!p-0",
2625
+ "!gap-0",
2626
+ "box-border",
2627
+ "z-0",
2628
+ "min-w-0",
2629
+ "min-h-0",
2630
+ "flex",
2631
+ "flex-row",
2632
+ "items-center",
2633
+ "overflow-x-auto",
2634
+ "overflow-y-clip",
2635
+ "scrollbar-none",
2636
+ "[overflow-clip-margin:6px]",
2637
+ "overflow-clip",
2638
+ "[overflow-clip-margin:8px]",
2639
+ "relative"
2571
2640
  ],
2572
2641
  "internalComponents": [
2573
- "AriakitMenuTrigger",
2574
- "Box"
2642
+ "AriakitTabList"
2575
2643
  ],
2576
- "internalComponentProps": {
2577
- "Box": {
2578
- "className": [
2579
- "uds-ring h-fit w-fit"
2580
- ]
2581
- }
2644
+ "internalComponentProps": {},
2645
+ "propToVariantKeys": {
2646
+ "variant": [
2647
+ "tabsVariantRoot",
2648
+ "tabVariantRoot"
2649
+ ]
2582
2650
  },
2583
- "propToVariantKeys": {},
2584
2651
  "runtimeConfigDefaultProps": {},
2585
2652
  "runtimeConfigGetStyles": {},
2586
2653
  "runtimeConfigInternalComponentProps": {},
2587
2654
  "motionVarPrefixes": []
2588
2655
  },
2589
- "Menu.Divider": {
2590
- "name": "Menu.Divider",
2591
- "defaultProps": {
2592
- "role": "separator",
2593
- "contentPosition": "start",
2594
- "gap": "4"
2595
- },
2596
- "getStylesLiterals": {
2597
- "menuitemDividerVariantRoot": "default",
2598
- "menuitemDividerVariantText": "default",
2599
- "menuitemDividerVariantLine": "default"
2600
- },
2656
+ "TabPanel": {
2657
+ "name": "TabPanel",
2658
+ "defaultProps": {},
2659
+ "getStylesLiterals": {},
2601
2660
  "cxLiterals": [],
2602
2661
  "internalComponents": [
2603
- "DividerInternal"
2662
+ "AriakitTabPanel"
2604
2663
  ],
2605
- "internalComponentProps": {
2606
- "DividerInternal": {
2607
- "variant": [
2608
- "inherit"
2609
- ]
2610
- }
2611
- },
2664
+ "internalComponentProps": {},
2612
2665
  "propToVariantKeys": {},
2613
2666
  "runtimeConfigDefaultProps": {},
2614
2667
  "runtimeConfigGetStyles": {},
2615
2668
  "runtimeConfigInternalComponentProps": {},
2616
2669
  "motionVarPrefixes": []
2617
2670
  },
2618
- "Menu.Provider": {
2619
- "name": "Menu.Provider",
2620
- "defaultProps": {},
2671
+ "Tabs": {
2672
+ "name": "Tabs",
2673
+ "defaultProps": {
2674
+ "variant": "primary"
2675
+ },
2621
2676
  "getStylesLiterals": {},
2622
2677
  "cxLiterals": [],
2623
2678
  "internalComponents": [
2624
- "AriakitMenuProvider",
2625
- "SpringMotionConfig"
2679
+ "TabsContext.Provider",
2680
+ "TabProvider"
2626
2681
  ],
2627
2682
  "internalComponentProps": {},
2628
- "propToVariantKeys": {},
2683
+ "propToVariantKeys": {
2684
+ "onSelectionChange": [
2685
+ "setSelectedId"
2686
+ ]
2687
+ },
2629
2688
  "runtimeConfigDefaultProps": {},
2630
2689
  "runtimeConfigGetStyles": {},
2631
2690
  "runtimeConfigInternalComponentProps": {},
2632
- "motionVarPrefixes": [
2633
- "--uds-motion-subtle-3-",
2634
- "--uds-motion-smooth-3-"
2635
- ]
2691
+ "motionVarPrefixes": []
2636
2692
  },
2637
- "Menu.ItemCheckbox": {
2638
- "name": "Menu.ItemCheckbox",
2693
+ "Toast": {
2694
+ "name": "Toast",
2639
2695
  "defaultProps": {},
2640
2696
  "getStylesLiterals": {
2641
- "menuitemItemCheckboxVariantRoot": "default",
2642
- "menuitemItemCheckboxVariantActiveRoot": "on",
2643
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
2644
- "menuitemItemCheckboxVariantText": "default",
2645
- "menuitemItemCheckboxVariantActiveText": "on",
2646
- "menuitemItemCheckboxVariantActiveText:1": "off",
2647
- "menuitemItemCheckboxVariantStartIcon": "default",
2648
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
2649
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2650
- "menuitemItemCheckboxVariantEndIcon": "default",
2651
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
2652
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2697
+ "className": "animate-spin",
2698
+ "className:1": "flex-none",
2699
+ "spacing": "2",
2700
+ "borderRadius": "full"
2653
2701
  },
2654
2702
  "cxLiterals": [
2655
- "uds-menu-item-checkbox"
2703
+ "duration-0",
2704
+ "duration-120",
2705
+ "transition-[background-color]",
2706
+ "bg-carbon-15/0",
2707
+ "hover:bg-carbon-15/10",
2708
+ "active:bg-carbon-15/15",
2709
+ "uds-ring"
2656
2710
  ],
2657
2711
  "internalComponents": [
2658
- "MenuItemBase"
2712
+ "IconSlot",
2713
+ "ToastContainer",
2714
+ "Text",
2715
+ "Button",
2716
+ "Pressable"
2659
2717
  ],
2660
2718
  "internalComponentProps": {},
2661
- "propToVariantKeys": {},
2662
- "runtimeConfigDefaultProps": {},
2663
- "runtimeConfigGetStyles": {},
2664
- "runtimeConfigInternalComponentProps": {},
2719
+ "propToVariantKeys": {
2720
+ "size": [
2721
+ "toastSizeLabel",
2722
+ "toastSizeIcon",
2723
+ "toastSizeActionButton",
2724
+ "toastSizeCloseIcon"
2725
+ ],
2726
+ "variant": [
2727
+ "toastVariantIcon",
2728
+ "toastVariantActionButton",
2729
+ "toastVariantCloseIcon"
2730
+ ],
2731
+ "closeIcon": [
2732
+ "icon"
2733
+ ],
2734
+ "onClickActionButton": [
2735
+ "onClick"
2736
+ ]
2737
+ },
2738
+ "runtimeConfigDefaultProps": {
2739
+ "size": "toast.defaultSize",
2740
+ "variant": "toast.defaultVariant"
2741
+ },
2742
+ "runtimeConfigGetStyles": {
2743
+ "toastSizeLabel": [
2744
+ "toast.defaultSize"
2745
+ ],
2746
+ "toastVariantIcon": [
2747
+ "toast.defaultVariant"
2748
+ ],
2749
+ "toastSizeIcon": [
2750
+ "toast.defaultSize"
2751
+ ],
2752
+ "toastSizeActionButton": [
2753
+ "toast.defaultSize"
2754
+ ],
2755
+ "toastVariantActionButton": [
2756
+ "toast.defaultVariant"
2757
+ ],
2758
+ "toastVariantCloseIcon": [
2759
+ "toast.defaultVariant"
2760
+ ],
2761
+ "toastSizeCloseIcon": [
2762
+ "toast.defaultSize"
2763
+ ]
2764
+ },
2765
+ "runtimeConfigInternalComponentProps": {
2766
+ "ToastContainer": {
2767
+ "size": [
2768
+ "toast.defaultSize"
2769
+ ],
2770
+ "variant": [
2771
+ "toast.defaultVariant"
2772
+ ]
2773
+ },
2774
+ "Text": {
2775
+ "variant": [
2776
+ "toast.textVariant.${size}"
2777
+ ],
2778
+ "color": [
2779
+ "toast.textColor.${variant}"
2780
+ ]
2781
+ },
2782
+ "Button": {
2783
+ "size": [
2784
+ "toast.buttonSize.${size}"
2785
+ ],
2786
+ "variant": [
2787
+ "toast.buttonVariant.${variant}"
2788
+ ]
2789
+ }
2790
+ },
2665
2791
  "motionVarPrefixes": []
2666
2792
  },
2667
- "Menu.ItemBase": {
2668
- "name": "Menu.ItemBase",
2669
- "defaultProps": {
2670
- "spacing": "0",
2671
- "spacingHorizontal": "4",
2672
- "spacingVertical": "3.5",
2673
- "columnGap": "2",
2674
- "alignItems": "center",
2675
- "justifyContent": "space-between"
2676
- },
2793
+ "ToastContainer": {
2794
+ "name": "ToastContainer",
2795
+ "defaultProps": {},
2677
2796
  "getStylesLiterals": {
2678
- "textAlign": "start",
2679
- "menuitemSizeRoot": "default",
2680
- "flexDirection": "row",
2681
- "menuitemSizeStartIcon": "default",
2682
- "menuitemSizeEndIcon": "default"
2797
+ "position": "relative",
2798
+ "alignItems": "center",
2799
+ "display": "flex",
2800
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
2683
2801
  },
2684
2802
  "cxLiterals": [
2685
- "flex",
2686
- "focus-visible:text-brand",
2687
- "focus-visible:bg-brand-secondary",
2688
- "focus-visible:z-10",
2689
- "uds-ring",
2690
- "!-outline-offset-2",
2691
- "[&:not([aria-checked])]:cursor-default",
2692
- "opacity-25",
2693
- "cursor-not-allowed",
2694
- "duration-20",
2695
- "transition-[font-variation-settings]",
2696
- "ease-in-out",
2697
- "z-0",
2698
- "uds-start-icon",
2699
- "uds-end-icon"
2803
+ "w-full"
2700
2804
  ],
2701
2805
  "internalComponents": [
2702
- "Pressable",
2703
- "IconSlot",
2704
- "RootComponent",
2705
- "HStack",
2706
- "AnimatePresence"
2806
+ "HStack"
2707
2807
  ],
2708
2808
  "internalComponentProps": {
2709
2809
  "HStack": {
2710
2810
  "alignItems": [
2711
2811
  "center"
2712
2812
  ],
2713
- "width": [
2714
- "full"
2715
- ]
2716
- },
2717
- "AnimatePresence": {
2718
- "mode": [
2719
- "popLayout"
2813
+ "justifyContent": [
2814
+ "space-between"
2815
+ ],
2816
+ "overflow": [
2817
+ "hidden"
2818
+ ],
2819
+ "position": [
2820
+ "relative"
2720
2821
  ]
2721
2822
  }
2722
2823
  },
2723
2824
  "propToVariantKeys": {
2724
- "startIcon": [
2725
- "icon"
2825
+ "variant": [
2826
+ "toastVariantRoot"
2726
2827
  ],
2727
- "endIcon": [
2728
- "icon"
2828
+ "size": [
2829
+ "toastSizeRoot"
2830
+ ]
2831
+ },
2832
+ "runtimeConfigDefaultProps": {
2833
+ "size": "toast.defaultSize",
2834
+ "variant": "toast.defaultVariant"
2835
+ },
2836
+ "runtimeConfigGetStyles": {
2837
+ "toastVariantRoot": [
2838
+ "toast.defaultVariant"
2729
2839
  ],
2730
- "columnGap": [
2731
- "gap"
2840
+ "toastSizeRoot": [
2841
+ "toast.defaultSize"
2732
2842
  ]
2733
2843
  },
2734
- "runtimeConfigDefaultProps": {},
2735
- "runtimeConfigGetStyles": {},
2736
- "runtimeConfigInternalComponentProps": {},
2844
+ "runtimeConfigInternalComponentProps": {
2845
+ "HStack": {
2846
+ "backgroundColor": [
2847
+ "toast.backgroundColor.${variant}"
2848
+ ]
2849
+ }
2850
+ },
2737
2851
  "motionVarPrefixes": []
2738
2852
  },
2739
- "UDSBreakpointsConfigProvider": {
2740
- "name": "UDSBreakpointsConfigProvider",
2853
+ "ToastPortal": {
2854
+ "name": "ToastPortal",
2741
2855
  "defaultProps": {},
2742
2856
  "getStylesLiterals": {},
2743
2857
  "cxLiterals": [],
2744
2858
  "internalComponents": [
2745
- "UDSBreakpointsConfigContext.Provider"
2859
+ "ReactToastifyToastContainer"
2746
2860
  ],
2747
2861
  "internalComponentProps": {},
2748
2862
  "propToVariantKeys": {},
2749
- "runtimeConfigDefaultProps": {},
2863
+ "runtimeConfigDefaultProps": {
2864
+ "size": "toast.defaultSize",
2865
+ "variant": "toast.defaultVariant"
2866
+ },
2750
2867
  "runtimeConfigGetStyles": {},
2751
- "runtimeConfigInternalComponentProps": {},
2868
+ "runtimeConfigInternalComponentProps": {
2869
+ "ReactToastifyToastContainer": {
2870
+ "autoClose": [
2871
+ "toast.autoClose"
2872
+ ]
2873
+ }
2874
+ },
2752
2875
  "motionVarPrefixes": []
2753
2876
  },
2754
- "UDSConfigProvider": {
2755
- "name": "UDSConfigProvider",
2877
+ "UDSToastConfigProvider": {
2878
+ "name": "UDSToastConfigProvider",
2756
2879
  "defaultProps": {},
2757
2880
  "getStylesLiterals": {},
2758
2881
  "cxLiterals": [],
2759
2882
  "internalComponents": [
2760
- "UDSBreakpointsConfigProvider",
2761
- "UDSBottomSheetConfigProvider",
2762
- "UDSToastConfigProvider",
2763
- "UDSTooltipConfigProvider",
2764
- "UDSPopoverConfigProvider"
2883
+ "ToastContext.Provider"
2765
2884
  ],
2766
2885
  "internalComponentProps": {},
2767
2886
  "propToVariantKeys": {},
@@ -2865,21 +2984,6 @@
2865
2984
  "runtimeConfigInternalComponentProps": {},
2866
2985
  "motionVarPrefixes": []
2867
2986
  },
2868
- "UDSTooltipConfigProvider": {
2869
- "name": "UDSTooltipConfigProvider",
2870
- "defaultProps": {},
2871
- "getStylesLiterals": {},
2872
- "cxLiterals": [],
2873
- "internalComponents": [
2874
- "TooltipContext.Provider"
2875
- ],
2876
- "internalComponentProps": {},
2877
- "propToVariantKeys": {},
2878
- "runtimeConfigDefaultProps": {},
2879
- "runtimeConfigGetStyles": {},
2880
- "runtimeConfigInternalComponentProps": {},
2881
- "motionVarPrefixes": []
2882
- },
2883
2987
  "TooltipTrigger": {
2884
2988
  "name": "TooltipTrigger",
2885
2989
  "defaultProps": {},
@@ -2905,35 +3009,14 @@
2905
3009
  "runtimeConfigInternalComponentProps": {},
2906
3010
  "motionVarPrefixes": []
2907
3011
  },
2908
- "RadioGroupProvider": {
2909
- "name": "RadioGroupProvider",
3012
+ "UDSTooltipConfigProvider": {
3013
+ "name": "UDSTooltipConfigProvider",
2910
3014
  "defaultProps": {},
2911
3015
  "getStylesLiterals": {},
2912
3016
  "cxLiterals": [],
2913
3017
  "internalComponents": [
2914
- "DivProps",
2915
- "Comp",
2916
- "RadioGroupContext.Provider"
3018
+ "TooltipContext.Provider"
2917
3019
  ],
2918
- "internalComponentProps": {
2919
- "Comp": {
2920
- "role": [
2921
- "radiogroup"
2922
- ]
2923
- }
2924
- },
2925
- "propToVariantKeys": {},
2926
- "runtimeConfigDefaultProps": {},
2927
- "runtimeConfigGetStyles": {},
2928
- "runtimeConfigInternalComponentProps": {},
2929
- "motionVarPrefixes": []
2930
- },
2931
- "RadioGroupStore": {
2932
- "name": "RadioGroupStore",
2933
- "defaultProps": {},
2934
- "getStylesLiterals": {},
2935
- "cxLiterals": [],
2936
- "internalComponents": [],
2937
3020
  "internalComponentProps": {},
2938
3021
  "propToVariantKeys": {},
2939
3022
  "runtimeConfigDefaultProps": {},
@@ -2941,121 +3024,6 @@
2941
3024
  "runtimeConfigInternalComponentProps": {},
2942
3025
  "motionVarPrefixes": []
2943
3026
  },
2944
- "Radio": {
2945
- "name": "Radio",
2946
- "defaultProps": {
2947
- "labelPosition": "start",
2948
- "variant": "primary",
2949
- "size": "md",
2950
- "value": ""
2951
- },
2952
- "getStylesLiterals": {
2953
- "radioVariantValueRoot": "checked",
2954
- "radioVariantValueRoot:1": "unchecked",
2955
- "display": "flex",
2956
- "flexDirection": "row",
2957
- "flexDirection:1": "row-reverse",
2958
- "alignItems": "center",
2959
- "radioVariantValueRadio": "checked",
2960
- "radioVariantValueRadio:1": "unchecked",
2961
- "radioVariantValueRadioCircle": "checked",
2962
- "radioVariantValueRadioCircle:1": "unchecked"
2963
- },
2964
- "cxLiterals": [
2965
- "cursor-pointer",
2966
- "cursor-default",
2967
- "opacity-50",
2968
- "border",
2969
- "uds-ring",
2970
- "uds-ring-within",
2971
- "transition-[background-color,border-color]",
2972
- "transition-shadow",
2973
- "pointer-events-none",
2974
- "w-[8px]",
2975
- "h-[8px]",
2976
- "transition-opacity",
2977
- "cursor-[inherit]",
2978
- "absolute",
2979
- "opacity-0",
2980
- "top-1/2",
2981
- "left-1/2",
2982
- "w-[calc(100%+2px)]",
2983
- "h-[calc(100%+2px)]",
2984
- "transform",
2985
- "translate-x-[-50%]",
2986
- "translate-y-[-50%]",
2987
- "text-start",
2988
- "text-end"
2989
- ],
2990
- "internalComponents": [
2991
- "Box",
2992
- "FormLabel",
2993
- "SpringMotionConfig",
2994
- "RootElement",
2995
- "MotionBox"
2996
- ],
2997
- "internalComponentProps": {
2998
- "Box": {
2999
- "borderRadius": [
3000
- "full"
3001
- ]
3002
- },
3003
- "FormLabel": {
3004
- "as": [
3005
- "div"
3006
- ],
3007
- "variant": [
3008
- "inherit"
3009
- ],
3010
- "color": [
3011
- "inherit"
3012
- ]
3013
- },
3014
- "RootElement": {
3015
- "data-testid": [
3016
- "container"
3017
- ]
3018
- },
3019
- "MotionBox": {
3020
- "position": [
3021
- "relative"
3022
- ],
3023
- "borderRadius": [
3024
- "full"
3025
- ],
3026
- "alignItems": [
3027
- "center"
3028
- ],
3029
- "justifyContent": [
3030
- "center"
3031
- ],
3032
- "flex": [
3033
- "none"
3034
- ]
3035
- }
3036
- },
3037
- "propToVariantKeys": {
3038
- "size": [
3039
- "radioSizeRoot",
3040
- "radioSizeRadio"
3041
- ],
3042
- "variant": [
3043
- "radioVariantRoot",
3044
- "radioVariantRadio",
3045
- "radioVariantRadioCircle"
3046
- ],
3047
- "reduceMotion": [
3048
- "reducedMotion"
3049
- ]
3050
- },
3051
- "runtimeConfigDefaultProps": {},
3052
- "runtimeConfigGetStyles": {},
3053
- "runtimeConfigInternalComponentProps": {},
3054
- "motionVarPrefixes": [
3055
- "--uds-motion-subtle-3-",
3056
- "--uds-motion-smooth-3-"
3057
- ]
3058
- },
3059
3027
  "Accordion": {
3060
3028
  "name": "Accordion",
3061
3029
  "defaultProps": {
@@ -3144,6 +3112,19 @@
3144
3112
  "--uds-motion-smooth-3-"
3145
3113
  ]
3146
3114
  },
3115
+ "AvoidMotionLibraryProvider": {
3116
+ "name": "AvoidMotionLibraryProvider",
3117
+ "defaultProps": {},
3118
+ "getStylesLiterals": {},
3119
+ "cxLiterals": [],
3120
+ "internalComponents": [],
3121
+ "internalComponentProps": {},
3122
+ "propToVariantKeys": {},
3123
+ "runtimeConfigDefaultProps": {},
3124
+ "runtimeConfigGetStyles": {},
3125
+ "runtimeConfigInternalComponentProps": {},
3126
+ "motionVarPrefixes": []
3127
+ },
3147
3128
  "Modal": {
3148
3129
  "name": "Modal",
3149
3130
  "defaultProps": {},
@@ -3233,19 +3214,6 @@
3233
3214
  "runtimeConfigInternalComponentProps": {},
3234
3215
  "motionVarPrefixes": []
3235
3216
  },
3236
- "AvoidMotionLibraryProvider": {
3237
- "name": "AvoidMotionLibraryProvider",
3238
- "defaultProps": {},
3239
- "getStylesLiterals": {},
3240
- "cxLiterals": [],
3241
- "internalComponents": [],
3242
- "internalComponentProps": {},
3243
- "propToVariantKeys": {},
3244
- "runtimeConfigDefaultProps": {},
3245
- "runtimeConfigGetStyles": {},
3246
- "runtimeConfigInternalComponentProps": {},
3247
- "motionVarPrefixes": []
3248
- },
3249
3217
  "SegmentedControl": {
3250
3218
  "name": "SegmentedControl",
3251
3219
  "defaultProps": {
@@ -3464,5 +3432,39 @@
3464
3432
  "--uds-motion-bouncy-4-",
3465
3433
  "--uds-motion-smooth-3-"
3466
3434
  ]
3435
+ },
3436
+ "UDSBreakpointsConfigProvider": {
3437
+ "name": "UDSBreakpointsConfigProvider",
3438
+ "defaultProps": {},
3439
+ "getStylesLiterals": {},
3440
+ "cxLiterals": [],
3441
+ "internalComponents": [
3442
+ "UDSBreakpointsConfigContext.Provider"
3443
+ ],
3444
+ "internalComponentProps": {},
3445
+ "propToVariantKeys": {},
3446
+ "runtimeConfigDefaultProps": {},
3447
+ "runtimeConfigGetStyles": {},
3448
+ "runtimeConfigInternalComponentProps": {},
3449
+ "motionVarPrefixes": []
3450
+ },
3451
+ "UDSConfigProvider": {
3452
+ "name": "UDSConfigProvider",
3453
+ "defaultProps": {},
3454
+ "getStylesLiterals": {},
3455
+ "cxLiterals": [],
3456
+ "internalComponents": [
3457
+ "UDSBreakpointsConfigProvider",
3458
+ "UDSBottomSheetConfigProvider",
3459
+ "UDSToastConfigProvider",
3460
+ "UDSTooltipConfigProvider",
3461
+ "UDSPopoverConfigProvider"
3462
+ ],
3463
+ "internalComponentProps": {},
3464
+ "propToVariantKeys": {},
3465
+ "runtimeConfigDefaultProps": {},
3466
+ "runtimeConfigGetStyles": {},
3467
+ "runtimeConfigInternalComponentProps": {},
3468
+ "motionVarPrefixes": []
3467
3469
  }
3468
3470
  }