@yahoo/uds 3.157.0 → 3.158.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 (220) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +26 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +17 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +17 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +26 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +3287 -596
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +350 -12
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +350 -12
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +3285 -597
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +276 -45
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +8 -2
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +8 -2
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +276 -45
  13. package/dist/automated-config/dist/properties.cjs +8 -1
  14. package/dist/automated-config/dist/properties.d.cts +8 -0
  15. package/dist/automated-config/dist/properties.d.ts +8 -0
  16. package/dist/automated-config/dist/properties.js +8 -1
  17. package/dist/automated-config/dist/types/ComponentConfig.d.cts +3 -1
  18. package/dist/automated-config/dist/types/ComponentConfig.d.ts +3 -1
  19. package/dist/automated-config/dist/utils/buildConfigSchema.cjs +48 -33
  20. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +14 -4
  21. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +14 -4
  22. package/dist/automated-config/dist/utils/buildConfigSchema.js +49 -34
  23. package/dist/automated-config/dist/utils/componentStatePseudoStates.cjs +4 -0
  24. package/dist/automated-config/dist/utils/componentStatePseudoStates.js +4 -1
  25. package/dist/automated-config/dist/utils/getButtonControlHeight.cjs +129 -0
  26. package/dist/automated-config/dist/utils/getButtonControlHeight.d.cts +133 -0
  27. package/dist/automated-config/dist/utils/getButtonControlHeight.d.ts +133 -0
  28. package/dist/automated-config/dist/utils/getButtonControlHeight.js +122 -0
  29. package/dist/automated-config/dist/utils/getButtonControlHeightPx.cjs +114 -0
  30. package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.cts +78 -0
  31. package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.ts +78 -0
  32. package/dist/automated-config/dist/utils/getButtonControlHeightPx.js +108 -0
  33. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  34. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  35. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.cjs +5 -2
  36. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.js +6 -3
  37. package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.cjs +110 -0
  38. package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.cts +19 -0
  39. package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.ts +19 -0
  40. package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.js +108 -0
  41. package/dist/automated-config/dist/utils/index.cjs +106 -33
  42. package/dist/automated-config/dist/utils/index.d.cts +16 -4
  43. package/dist/automated-config/dist/utils/index.d.ts +16 -4
  44. package/dist/automated-config/dist/utils/index.js +107 -34
  45. package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.cjs +15 -0
  46. package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.cts +20 -0
  47. package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.ts +20 -0
  48. package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.js +15 -0
  49. package/dist/automated-config/dist/utils/pseudoStateSelectors.cjs +6 -3
  50. package/dist/automated-config/dist/utils/pseudoStateSelectors.d.cts +1 -1
  51. package/dist/automated-config/dist/utils/pseudoStateSelectors.d.ts +1 -1
  52. package/dist/automated-config/dist/utils/pseudoStateSelectors.js +6 -3
  53. package/dist/components/client/Button.cjs +3 -3
  54. package/dist/components/client/Button.js +3 -3
  55. package/dist/components/client/Input/Input.cjs +1 -1
  56. package/dist/components/client/Input/Input.js +1 -1
  57. package/dist/components/client/Menu/Menu.Item.cjs +1 -0
  58. package/dist/components/client/Menu/Menu.Item.js +1 -0
  59. package/dist/components/client/Select/Select.cjs +179 -0
  60. package/dist/components/client/Select/Select.d.cts +55 -0
  61. package/dist/components/client/Select/Select.d.ts +56 -0
  62. package/dist/components/client/Select/Select.js +176 -0
  63. package/dist/components/client/Select/SelectContent.cjs +75 -0
  64. package/dist/components/client/Select/SelectContent.d.cts +44 -0
  65. package/dist/components/client/Select/SelectContent.d.ts +45 -0
  66. package/dist/components/client/Select/SelectContent.js +73 -0
  67. package/dist/components/client/Select/SelectDivider.cjs +63 -0
  68. package/dist/components/client/Select/SelectDivider.d.cts +44 -0
  69. package/dist/components/client/Select/SelectDivider.d.ts +45 -0
  70. package/dist/components/client/Select/SelectDivider.js +61 -0
  71. package/dist/components/client/Select/SelectHelpText.cjs +51 -0
  72. package/dist/components/client/Select/SelectHelpText.d.cts +27 -0
  73. package/dist/components/client/Select/SelectHelpText.d.ts +28 -0
  74. package/dist/components/client/Select/SelectHelpText.js +48 -0
  75. package/dist/components/client/Select/SelectItem.cjs +172 -0
  76. package/dist/components/client/Select/SelectItem.d.cts +29 -0
  77. package/dist/components/client/Select/SelectItem.d.ts +30 -0
  78. package/dist/components/client/Select/SelectItem.js +170 -0
  79. package/dist/components/client/Select/SelectTrigger.cjs +138 -0
  80. package/dist/components/client/Select/SelectTrigger.d.cts +27 -0
  81. package/dist/components/client/Select/SelectTrigger.d.ts +28 -0
  82. package/dist/components/client/Select/SelectTrigger.js +136 -0
  83. package/dist/components/client/Select/SelectValue.cjs +28 -0
  84. package/dist/components/client/Select/SelectValue.d.cts +19 -0
  85. package/dist/components/client/Select/SelectValue.d.ts +20 -0
  86. package/dist/components/client/Select/SelectValue.js +26 -0
  87. package/dist/components/client/Select/index.cjs +11 -0
  88. package/dist/components/client/Select/index.d.cts +6 -0
  89. package/dist/components/client/Select/index.d.ts +7 -0
  90. package/dist/components/client/Select/index.js +7 -0
  91. package/dist/components/client/Select/selectContext.cjs +20 -0
  92. package/dist/components/client/Select/selectContext.d.cts +23 -0
  93. package/dist/components/client/Select/selectContext.d.ts +24 -0
  94. package/dist/components/client/Select/selectContext.js +16 -0
  95. package/dist/components/client/Select/selectFieldStyles.cjs +85 -0
  96. package/dist/components/client/Select/selectFieldStyles.d.cts +37 -0
  97. package/dist/components/client/Select/selectFieldStyles.d.ts +38 -0
  98. package/dist/components/client/Select/selectFieldStyles.js +75 -0
  99. package/dist/components/client/index.cjs +8 -0
  100. package/dist/components/client/index.d.cts +5 -1
  101. package/dist/components/client/index.d.ts +5 -1
  102. package/dist/components/client/index.js +5 -1
  103. package/dist/components/index.cjs +8 -0
  104. package/dist/components/index.d.cts +5 -1
  105. package/dist/components/index.d.ts +5 -1
  106. package/dist/components/index.js +5 -1
  107. package/dist/config/dist/index.cjs +383 -73
  108. package/dist/config/dist/index.js +383 -73
  109. package/dist/css/dist/css/utils.cjs +3 -0
  110. package/dist/css/dist/css/utils.js +3 -0
  111. package/dist/css/dist/packages/automated-config/dist/properties.cjs +8 -1
  112. package/dist/css/dist/packages/automated-config/dist/properties.js +8 -1
  113. package/dist/css/dist/packages/config/dist/index.cjs +383 -73
  114. package/dist/css/dist/packages/config/dist/index.js +383 -73
  115. package/dist/css-tokens/dist/index.cjs +2 -0
  116. package/dist/css-tokens/dist/index.d.cts +2 -1
  117. package/dist/css-tokens/dist/index.d.ts +2 -1
  118. package/dist/css-tokens/dist/index.js +2 -1
  119. package/dist/index.cjs +34 -0
  120. package/dist/index.d.cts +12 -4
  121. package/dist/index.d.ts +12 -4
  122. package/dist/index.js +11 -3
  123. package/dist/styles/styler.d.cts +29 -12
  124. package/dist/styles/styler.d.ts +29 -12
  125. package/dist/styles/variants.d.cts +54 -0
  126. package/dist/styles/variants.d.ts +54 -0
  127. package/dist/tailwind/utils/index.cjs +3 -0
  128. package/dist/tailwind/utils/index.d.cts +2 -1
  129. package/dist/tailwind/utils/index.d.ts +2 -1
  130. package/dist/tailwind/utils/index.js +2 -1
  131. package/dist/tailwind-internal/dist/base/addColorModeVars.cjs +1 -1
  132. package/dist/tailwind-internal/dist/base/addColorModeVars.js +1 -1
  133. package/dist/tailwind-internal/dist/base/addColorModeVarsV2.cjs +1 -1
  134. package/dist/tailwind-internal/dist/base/addColorModeVarsV2.js +1 -1
  135. package/dist/tailwind-internal/dist/components/getFocusRingStyles.cjs +74 -6
  136. package/dist/tailwind-internal/dist/components/getFocusRingStyles.d.cts +14 -0
  137. package/dist/tailwind-internal/dist/components/getFocusRingStyles.d.ts +14 -0
  138. package/dist/tailwind-internal/dist/components/getFocusRingStyles.js +74 -7
  139. package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.cjs +1 -1
  140. package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.js +1 -1
  141. package/dist/tailwind-internal/dist/index.d.cts +1 -0
  142. package/dist/tailwind-internal/dist/index.d.ts +1 -0
  143. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +3287 -596
  144. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +3285 -597
  145. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.cjs +8 -1
  146. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.js +8 -1
  147. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/componentStatePseudoStates.cjs +4 -0
  148. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/componentStatePseudoStates.js +4 -1
  149. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.cjs +126 -0
  150. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.js +123 -0
  151. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.cjs +20 -0
  152. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.js +20 -0
  153. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +103 -33
  154. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +104 -34
  155. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/pseudoStateSelectors.cjs +6 -3
  156. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/pseudoStateSelectors.js +6 -3
  157. package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +383 -73
  158. package/dist/tailwind-internal/dist/packages/config/dist/index.js +383 -73
  159. package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.cjs +12 -10
  160. package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.js +3 -2
  161. package/dist/tailwind-internal/dist/plugins/a11y.cjs +6 -2
  162. package/dist/tailwind-internal/dist/plugins/a11y.js +6 -2
  163. package/dist/tailwind-internal/dist/plugins/blurBgFallback.cjs +1 -1
  164. package/dist/tailwind-internal/dist/plugins/blurBgFallback.js +1 -1
  165. package/dist/tailwind-internal/dist/plugins/borderRadius.cjs +1 -1
  166. package/dist/tailwind-internal/dist/plugins/borderRadius.js +1 -1
  167. package/dist/tailwind-internal/dist/plugins/borderWidth.cjs +1 -1
  168. package/dist/tailwind-internal/dist/plugins/borderWidth.js +1 -1
  169. package/dist/tailwind-internal/dist/plugins/colors.cjs +2 -2
  170. package/dist/tailwind-internal/dist/plugins/colors.js +2 -2
  171. package/dist/tailwind-internal/dist/plugins/components.cjs +5 -2
  172. package/dist/tailwind-internal/dist/plugins/components.js +6 -3
  173. package/dist/tailwind-internal/dist/plugins/elevation.cjs +1 -1
  174. package/dist/tailwind-internal/dist/plugins/elevation.js +1 -1
  175. package/dist/tailwind-internal/dist/plugins/shadows.cjs +1 -1
  176. package/dist/tailwind-internal/dist/plugins/shadows.js +1 -1
  177. package/dist/tailwind-internal/dist/plugins/typography.cjs +2 -2
  178. package/dist/tailwind-internal/dist/plugins/typography.js +2 -2
  179. package/dist/tailwind-internal/dist/utils/getElevationStyles.cjs +1 -1
  180. package/dist/tailwind-internal/dist/utils/getElevationStyles.js +1 -1
  181. package/dist/tailwind-internal/dist/utils/getFontStyles.cjs +1 -1
  182. package/dist/tailwind-internal/dist/utils/getFontStyles.js +1 -1
  183. package/dist/tailwind-internal/dist/utils/getMotionStyles.cjs +1 -1
  184. package/dist/tailwind-internal/dist/utils/getMotionStyles.js +1 -1
  185. package/dist/tailwind-internal/dist/utils/getShadowPresetValues.cjs +1 -1
  186. package/dist/tailwind-internal/dist/utils/getShadowPresetValues.js +1 -1
  187. package/dist/tailwind-internal/dist/utils/getShadowStyles.cjs +1 -1
  188. package/dist/tailwind-internal/dist/utils/getShadowStyles.js +1 -1
  189. package/dist/tailwind-internal/dist/utils/parseTokens.cjs +2 -2
  190. package/dist/tailwind-internal/dist/utils/parseTokens.js +2 -2
  191. package/dist/tokens/automation/configs/index.cjs +3 -0
  192. package/dist/tokens/automation/configs/index.d.cts +2 -2
  193. package/dist/tokens/automation/configs/index.d.ts +2 -2
  194. package/dist/tokens/automation/configs/index.js +2 -2
  195. package/dist/tokens/automation/index.cjs +25 -0
  196. package/dist/tokens/automation/index.d.cts +6 -2
  197. package/dist/tokens/automation/index.d.ts +6 -2
  198. package/dist/tokens/automation/index.js +6 -2
  199. package/dist/tokens/consts/cssTokens.cjs +1 -0
  200. package/dist/tokens/consts/cssTokens.d.cts +2 -2
  201. package/dist/tokens/consts/cssTokens.d.ts +2 -2
  202. package/dist/tokens/consts/cssTokens.js +2 -2
  203. package/dist/tokens/index.cjs +26 -0
  204. package/dist/tokens/index.d.cts +8 -4
  205. package/dist/tokens/index.d.ts +8 -4
  206. package/dist/tokens/index.js +7 -3
  207. package/dist/tokens/types.d.cts +2 -2
  208. package/dist/tokens/types.d.ts +2 -2
  209. package/dist/types/dist/index.d.cts +36 -1
  210. package/dist/types/dist/index.d.ts +36 -1
  211. package/dist/uds/generated/componentData.cjs +718 -308
  212. package/dist/uds/generated/componentData.js +718 -308
  213. package/dist/uds/generated/migrationSchemaVersion.cjs +1 -1
  214. package/dist/uds/generated/migrationSchemaVersion.js +1 -1
  215. package/dist/uds/generated/tailwindPurge.cjs +1501 -315
  216. package/dist/uds/generated/tailwindPurge.js +1501 -315
  217. package/generated/componentData.json +897 -398
  218. package/generated/migrationSchemaVersion.ts +1 -1
  219. package/generated/tailwindPurge.ts +4 -4
  220. package/package.json +1 -1
@@ -1121,6 +1121,7 @@
1121
1121
  "uds-ring",
1122
1122
  "uds-hit-target",
1123
1123
  "inline-flex",
1124
+ "max-w-full",
1124
1125
  "overflow-hidden",
1125
1126
  "justify-center",
1126
1127
  "items-center",
@@ -1137,8 +1138,10 @@
1137
1138
  "withIcon",
1138
1139
  "uds-button-with-gap",
1139
1140
  "animate-spin",
1141
+ "min-w-0",
1140
1142
  "truncate",
1141
1143
  "flex",
1144
+ "shrink-0",
1142
1145
  "overflow-clip",
1143
1146
  "uds-button-icon-container"
1144
1147
  ],
@@ -1527,6 +1530,7 @@
1527
1530
  "menuitemItemVariantRoot": "default",
1528
1531
  "menuitemItemVariantActiveRoot": "on",
1529
1532
  "menuitemItemVariantActiveRoot:1": "off",
1533
+ "menuitemSizeText": "default",
1530
1534
  "menuitemItemVariantText": "default",
1531
1535
  "menuitemItemVariantActiveText": "on",
1532
1536
  "menuitemItemVariantActiveText:1": "off",
@@ -2253,198 +2257,146 @@
2253
2257
  "runtimeConfigInternalComponentProps": {},
2254
2258
  "motionVarPrefixes": []
2255
2259
  },
2256
- "UDSConfigProvider": {
2257
- "name": "UDSConfigProvider",
2258
- "defaultProps": {},
2259
- "getStylesLiterals": {},
2260
- "cxLiterals": [],
2261
- "internalComponents": [
2262
- "UDSBreakpointsConfigProvider",
2263
- "UDSBottomSheetConfigProvider",
2264
- "UDSToastConfigProvider",
2265
- "UDSTooltipConfigProvider",
2266
- "UDSPopoverConfigProvider",
2267
- "UDSModalConfigProvider"
2268
- ],
2269
- "internalComponentProps": {},
2270
- "propToVariantKeys": {},
2271
- "runtimeConfigDefaultProps": {},
2272
- "runtimeConfigGetStyles": {},
2273
- "runtimeConfigInternalComponentProps": {},
2274
- "motionVarPrefixes": []
2275
- },
2276
- "UDSBreakpointsConfigProvider": {
2277
- "name": "UDSBreakpointsConfigProvider",
2278
- "defaultProps": {},
2279
- "getStylesLiterals": {},
2280
- "cxLiterals": [],
2281
- "internalComponents": [
2282
- "UDSBreakpointsConfigContext.Provider"
2283
- ],
2284
- "internalComponentProps": {},
2285
- "propToVariantKeys": {},
2286
- "runtimeConfigDefaultProps": {},
2287
- "runtimeConfigGetStyles": {},
2288
- "runtimeConfigInternalComponentProps": {},
2289
- "motionVarPrefixes": []
2290
- },
2291
- "TabList": {
2292
- "name": "TabList",
2260
+ "Select": {
2261
+ "name": "Select",
2293
2262
  "defaultProps": {
2294
- "variant": "primary"
2263
+ "size": "md",
2264
+ "width": "full",
2265
+ "defaultValue": ""
2295
2266
  },
2296
2267
  "getStylesLiterals": {
2297
- "tabSizeRoot": "default",
2298
- "tabVariantActiveRoot": "on"
2268
+ "inputVariantRoot": "default",
2269
+ "inputVariantValueRoot": "empty",
2270
+ "inputVariantValueRoot:1": "filled",
2271
+ "inputVariantLabel": "default",
2272
+ "inputVariantValueLabel": "empty",
2273
+ "inputVariantValueLabel:1": "filled",
2274
+ "inputVariantLabelRequired": "default",
2275
+ "inputVariantValueLabelRequired": "empty",
2276
+ "inputVariantValueLabelRequired:1": "filled",
2277
+ "inputVariantInputWrapper": "default",
2278
+ "inputVariantValueInputWrapper": "empty",
2279
+ "inputVariantValueInputWrapper:1": "filled",
2280
+ "inputVariantInput": "default",
2281
+ "inputVariantValueInput": "empty",
2282
+ "inputVariantValueInput:1": "filled",
2283
+ "inputVariantInputPlaceholder": "default",
2284
+ "inputVariantValueInputPlaceholder": "empty",
2285
+ "inputVariantValueInputPlaceholder:1": "filled",
2286
+ "inputVariantStartIcon": "default",
2287
+ "inputVariantValueStartIcon": "empty",
2288
+ "inputVariantValueStartIcon:1": "filled",
2289
+ "inputVariantEndIcon": "default",
2290
+ "inputVariantValueEndIcon": "empty",
2291
+ "inputVariantValueEndIcon:1": "filled",
2292
+ "inputVariantHelperText": "default",
2293
+ "inputVariantValueHelperText": "empty",
2294
+ "inputVariantValueHelperText:1": "filled",
2295
+ "inputVariantHelperIcon": "default",
2296
+ "inputVariantValueHelperIcon": "empty",
2297
+ "inputVariantValueHelperIcon:1": "filled"
2299
2298
  },
2300
2299
  "cxLiterals": [
2301
- "pointer-events-none",
2302
- "absolute",
2303
- "bottom-0",
2304
- "left-0",
2305
- "right-0",
2306
- "h-[var(--uds-tab-underline-width,0px)]",
2307
- "bg-[var(--uds-tab-underline-color,transparent)]",
2308
- "transition-[height,background-color]",
2309
- "duration-[240ms]",
2310
- "ease-[cubic-bezier(0.2,0,0,1)]",
2311
- "!m-0",
2312
- "!p-0",
2313
- "!gap-0",
2314
- "box-border",
2315
- "z-0",
2316
- "min-w-0",
2317
- "min-h-0",
2300
+ "opacity-50",
2318
2301
  "flex",
2319
- "flex-row",
2302
+ "w-full",
2320
2303
  "items-center",
2321
- "overflow-x-auto",
2322
- "overflow-y-clip",
2323
- "scrollbar-none",
2324
- "[overflow-clip-margin:6px]",
2325
- "overflow-clip",
2326
- "[overflow-clip-margin:8px]",
2327
- "relative",
2328
- "left",
2329
- "240ms",
2330
- "cubic-bezier(0.2,",
2331
- "0,",
2332
- "1),",
2333
- "top",
2334
- "width",
2335
- "height",
2336
- "1)",
2337
- "--uds-tab-underline-color",
2338
- "--uds-tab-underline-width"
2304
+ "min-w-[200px]",
2305
+ "uds-ring-shadow",
2306
+ "uds-ring-within",
2307
+ "uds-select-field-trigger",
2308
+ "grow",
2309
+ "bg-transparent",
2310
+ "bg-clip-text",
2311
+ "text-left",
2312
+ "focus-visible:outline-none",
2313
+ "cursor-not-allowed",
2314
+ "cursor-pointer",
2315
+ "text-muted"
2339
2316
  ],
2340
2317
  "internalComponents": [
2341
- "AriakitTabList"
2318
+ "SelectTrigger",
2319
+ "SelectHelpText",
2320
+ "SelectFieldContext.Provider",
2321
+ "VStack",
2322
+ "Box",
2323
+ "SpringMotionConfig",
2324
+ "AriakitSelectProvider",
2325
+ "SelectRoot"
2342
2326
  ],
2343
- "internalComponentProps": {},
2344
- "propToVariantKeys": {
2345
- "variant": [
2346
- "tabsVariantRoot",
2347
- "tabVariantRoot"
2348
- ]
2349
- },
2350
- "runtimeConfigDefaultProps": {},
2351
- "runtimeConfigGetStyles": {},
2352
- "runtimeConfigInternalComponentProps": {},
2353
- "motionVarPrefixes": []
2354
- },
2355
- "Tabs": {
2356
- "name": "Tabs",
2357
- "defaultProps": {
2358
- "variant": "primary"
2327
+ "internalComponentProps": {
2328
+ "Box": {
2329
+ "spacingBottom": [
2330
+ "2"
2331
+ ],
2332
+ "columnGap": [
2333
+ "0.5"
2334
+ ],
2335
+ "alignItems": [
2336
+ "flex-end"
2337
+ ]
2338
+ },
2339
+ "SpringMotionConfig": {
2340
+ "reducedMotion": [
2341
+ "user"
2342
+ ]
2343
+ }
2359
2344
  },
2360
- "getStylesLiterals": {},
2361
- "cxLiterals": [],
2362
- "internalComponents": [
2363
- "TabsContext.Provider",
2364
- "TabProvider"
2365
- ],
2366
- "internalComponentProps": {},
2367
2345
  "propToVariantKeys": {
2368
- "onSelectionChange": [
2369
- "setSelectedId"
2346
+ "size": [
2347
+ "inputSizeRoot",
2348
+ "inputSizeLabel",
2349
+ "inputSizeInputWrapperStatic",
2350
+ "inputSizeInputWrapperDynamic",
2351
+ "inputSizeInput",
2352
+ "inputSizeStartIcon",
2353
+ "inputSizeEndIcon",
2354
+ "inputSizeHelperText",
2355
+ "inputSizeHelperIcon"
2370
2356
  ]
2371
2357
  },
2372
2358
  "runtimeConfigDefaultProps": {},
2373
2359
  "runtimeConfigGetStyles": {},
2374
2360
  "runtimeConfigInternalComponentProps": {},
2375
- "motionVarPrefixes": []
2361
+ "motionVarPrefixes": [
2362
+ "--uds-motion-subtle-3-",
2363
+ "--uds-motion-smooth-3-"
2364
+ ]
2376
2365
  },
2377
- "Tab": {
2378
- "name": "Tab",
2366
+ "SelectContent": {
2367
+ "name": "SelectContent",
2379
2368
  "defaultProps": {
2380
- "variant": "primary"
2381
- },
2382
- "getStylesLiterals": {
2383
- "tabSizeRoot": "default",
2384
- "tabVariantActiveRoot": "off",
2385
- "tabVariantActiveRoot:1": "on",
2386
- "tabSizeIcon": "default"
2369
+ "size": "default",
2370
+ "variant": "default"
2387
2371
  },
2372
+ "getStylesLiterals": {},
2388
2373
  "cxLiterals": [
2389
- "pointer-events-none",
2390
- "absolute",
2391
- "bottom-0",
2392
- "left-0",
2393
- "right-0",
2394
- "h-[var(--uds-tab-underline-width,0px)]",
2395
- "bg-[var(--uds-tab-underline-color,transparent)]",
2396
- "transition-[height,background-color]",
2397
- "duration-[240ms]",
2398
- "ease-[cubic-bezier(0.2,0,0,1)]",
2399
- "!bg-transparent",
2400
- "!shadow-none",
2401
- "inline-flex",
2402
- "items-center",
2403
- "shrink-0",
2404
- "box-border",
2405
- "relative",
2406
- "z-[1]",
2407
- "cursor-pointer",
2408
- "select-none",
2409
- "whitespace-nowrap",
2410
- "uds-ring",
2411
- "opacity-50",
2412
- "cursor-default",
2413
- "border-solid",
2414
- "border-b-solid",
2415
- "transition-colors"
2374
+ "z-50",
2375
+ "focus:outline-none"
2416
2376
  ],
2417
2377
  "internalComponents": [
2418
- "IconSlot",
2419
- "AriakitTab",
2420
- "Text"
2378
+ "SelectPopover",
2379
+ "VStack"
2421
2380
  ],
2422
2381
  "internalComponentProps": {
2423
- "Text": {
2424
- "variant": [
2425
- "inherit"
2382
+ "VStack": {
2383
+ "elevation": [
2384
+ "3"
2426
2385
  ],
2427
- "as": [
2428
- "span"
2386
+ "overflow": [
2387
+ "auto"
2429
2388
  ],
2430
- "color": [
2431
- "current"
2389
+ "borderRadius": [
2390
+ "md"
2432
2391
  ]
2433
2392
  }
2434
2393
  },
2435
2394
  "propToVariantKeys": {
2436
- "variant": [
2437
- "tabVariantRoot",
2438
- "tabVariantIcon"
2439
- ],
2440
- "activeState": [
2441
- "tabVariantActiveIcon"
2442
- ],
2443
- "startIcon": [
2444
- "icon"
2395
+ "size": [
2396
+ "selectcontentSizeRoot"
2445
2397
  ],
2446
- "endIcon": [
2447
- "icon"
2398
+ "variant": [
2399
+ "selectcontentVariantRoot"
2448
2400
  ]
2449
2401
  },
2450
2402
  "runtimeConfigDefaultProps": {},
@@ -2452,17 +2404,562 @@
2452
2404
  "runtimeConfigInternalComponentProps": {},
2453
2405
  "motionVarPrefixes": []
2454
2406
  },
2455
- "TabPanel": {
2456
- "name": "TabPanel",
2407
+ "SelectHelpText": {
2408
+ "name": "SelectHelpText",
2457
2409
  "defaultProps": {},
2458
- "getStylesLiterals": {},
2459
- "cxLiterals": [],
2460
- "internalComponents": [
2461
- "AriakitTabPanel"
2462
- ],
2463
- "internalComponentProps": {},
2464
- "propToVariantKeys": {},
2465
- "runtimeConfigDefaultProps": {},
2410
+ "getStylesLiterals": {
2411
+ "inputVariantRoot": "default",
2412
+ "inputVariantValueRoot": "empty",
2413
+ "inputVariantValueRoot:1": "filled",
2414
+ "inputVariantLabel": "default",
2415
+ "inputVariantValueLabel": "empty",
2416
+ "inputVariantValueLabel:1": "filled",
2417
+ "inputVariantLabelRequired": "default",
2418
+ "inputVariantValueLabelRequired": "empty",
2419
+ "inputVariantValueLabelRequired:1": "filled",
2420
+ "inputVariantInputWrapper": "default",
2421
+ "inputVariantValueInputWrapper": "empty",
2422
+ "inputVariantValueInputWrapper:1": "filled",
2423
+ "inputVariantInput": "default",
2424
+ "inputVariantValueInput": "empty",
2425
+ "inputVariantValueInput:1": "filled",
2426
+ "inputVariantInputPlaceholder": "default",
2427
+ "inputVariantValueInputPlaceholder": "empty",
2428
+ "inputVariantValueInputPlaceholder:1": "filled",
2429
+ "inputVariantStartIcon": "default",
2430
+ "inputVariantValueStartIcon": "empty",
2431
+ "inputVariantValueStartIcon:1": "filled",
2432
+ "inputVariantEndIcon": "default",
2433
+ "inputVariantValueEndIcon": "empty",
2434
+ "inputVariantValueEndIcon:1": "filled",
2435
+ "inputVariantHelperText": "default",
2436
+ "inputVariantValueHelperText": "empty",
2437
+ "inputVariantValueHelperText:1": "filled",
2438
+ "inputVariantHelperIcon": "default",
2439
+ "inputVariantValueHelperIcon": "empty",
2440
+ "inputVariantValueHelperIcon:1": "filled"
2441
+ },
2442
+ "cxLiterals": [
2443
+ "opacity-50",
2444
+ "flex",
2445
+ "w-full",
2446
+ "items-center",
2447
+ "min-w-[200px]",
2448
+ "uds-ring-shadow",
2449
+ "uds-ring-within",
2450
+ "uds-select-field-trigger",
2451
+ "grow",
2452
+ "bg-transparent",
2453
+ "bg-clip-text",
2454
+ "text-left",
2455
+ "focus-visible:outline-none",
2456
+ "cursor-not-allowed",
2457
+ "cursor-pointer",
2458
+ "text-muted"
2459
+ ],
2460
+ "internalComponents": [
2461
+ "IconSlot",
2462
+ "AnimateHeightChange",
2463
+ "HStack"
2464
+ ],
2465
+ "internalComponentProps": {
2466
+ "AnimateHeightChange": {
2467
+ "layoutVariant": [
2468
+ "bouncy"
2469
+ ]
2470
+ },
2471
+ "HStack": {
2472
+ "gap": [
2473
+ "1"
2474
+ ],
2475
+ "alignItems": [
2476
+ "center"
2477
+ ],
2478
+ "spacingTop": [
2479
+ "2"
2480
+ ]
2481
+ }
2482
+ },
2483
+ "propToVariantKeys": {
2484
+ "size": [
2485
+ "inputSizeRoot",
2486
+ "inputSizeLabel",
2487
+ "inputSizeInputWrapperStatic",
2488
+ "inputSizeInputWrapperDynamic",
2489
+ "inputSizeInput",
2490
+ "inputSizeStartIcon",
2491
+ "inputSizeEndIcon",
2492
+ "inputSizeHelperText",
2493
+ "inputSizeHelperIcon"
2494
+ ],
2495
+ "helperTextIcon": [
2496
+ "icon"
2497
+ ]
2498
+ },
2499
+ "runtimeConfigDefaultProps": {},
2500
+ "runtimeConfigGetStyles": {},
2501
+ "runtimeConfigInternalComponentProps": {},
2502
+ "motionVarPrefixes": []
2503
+ },
2504
+ "SelectValue": {
2505
+ "name": "SelectValue",
2506
+ "defaultProps": {},
2507
+ "getStylesLiterals": {},
2508
+ "cxLiterals": [],
2509
+ "internalComponents": [
2510
+ "AriakitSelectValue"
2511
+ ],
2512
+ "internalComponentProps": {},
2513
+ "propToVariantKeys": {},
2514
+ "runtimeConfigDefaultProps": {},
2515
+ "runtimeConfigGetStyles": {},
2516
+ "runtimeConfigInternalComponentProps": {},
2517
+ "motionVarPrefixes": []
2518
+ },
2519
+ "SelectTrigger": {
2520
+ "name": "SelectTrigger",
2521
+ "defaultProps": {},
2522
+ "getStylesLiterals": {
2523
+ "inputVariantRoot": "default",
2524
+ "inputVariantValueRoot": "empty",
2525
+ "inputVariantValueRoot:1": "filled",
2526
+ "inputVariantLabel": "default",
2527
+ "inputVariantValueLabel": "empty",
2528
+ "inputVariantValueLabel:1": "filled",
2529
+ "inputVariantLabelRequired": "default",
2530
+ "inputVariantValueLabelRequired": "empty",
2531
+ "inputVariantValueLabelRequired:1": "filled",
2532
+ "inputVariantInputWrapper": "default",
2533
+ "inputVariantValueInputWrapper": "empty",
2534
+ "inputVariantValueInputWrapper:1": "filled",
2535
+ "inputVariantInput": "default",
2536
+ "inputVariantValueInput": "empty",
2537
+ "inputVariantValueInput:1": "filled",
2538
+ "inputVariantInputPlaceholder": "default",
2539
+ "inputVariantValueInputPlaceholder": "empty",
2540
+ "inputVariantValueInputPlaceholder:1": "filled",
2541
+ "inputVariantStartIcon": "default",
2542
+ "inputVariantValueStartIcon": "empty",
2543
+ "inputVariantValueStartIcon:1": "filled",
2544
+ "inputVariantEndIcon": "default",
2545
+ "inputVariantValueEndIcon": "empty",
2546
+ "inputVariantValueEndIcon:1": "filled",
2547
+ "inputVariantHelperText": "default",
2548
+ "inputVariantValueHelperText": "empty",
2549
+ "inputVariantValueHelperText:1": "filled",
2550
+ "inputVariantHelperIcon": "default",
2551
+ "inputVariantValueHelperIcon": "empty",
2552
+ "inputVariantValueHelperIcon:1": "filled"
2553
+ },
2554
+ "cxLiterals": [
2555
+ "flex",
2556
+ "w-full",
2557
+ "min-w-0",
2558
+ "items-center",
2559
+ "border-0",
2560
+ "bg-transparent",
2561
+ "rounded-[inherit]",
2562
+ "outline-none",
2563
+ "shadow-none",
2564
+ "uds-hit-target",
2565
+ "cursor-not-allowed",
2566
+ "cursor-pointer",
2567
+ "self-stretch",
2568
+ "truncate",
2569
+ "text-left",
2570
+ "opacity-50",
2571
+ "min-w-[200px]",
2572
+ "uds-ring-shadow",
2573
+ "uds-ring-within",
2574
+ "uds-select-field-trigger",
2575
+ "grow",
2576
+ "bg-clip-text",
2577
+ "focus-visible:outline-none",
2578
+ "text-muted"
2579
+ ],
2580
+ "internalComponents": [
2581
+ "IconSlot",
2582
+ "StartIcon",
2583
+ "SelectValue",
2584
+ "EndIcon",
2585
+ "Box",
2586
+ "AriakitSelect",
2587
+ "HStack"
2588
+ ],
2589
+ "internalComponentProps": {
2590
+ "Box": {
2591
+ "position": [
2592
+ "relative"
2593
+ ],
2594
+ "display": [
2595
+ "flex"
2596
+ ],
2597
+ "alignItems": [
2598
+ "center"
2599
+ ],
2600
+ "width": [
2601
+ "full"
2602
+ ]
2603
+ },
2604
+ "HStack": {
2605
+ "alignItems": [
2606
+ "center"
2607
+ ],
2608
+ "gap": [
2609
+ "1"
2610
+ ],
2611
+ "className": [
2612
+ "shrink-0"
2613
+ ]
2614
+ }
2615
+ },
2616
+ "propToVariantKeys": {
2617
+ "size": [
2618
+ "inputSizeRoot",
2619
+ "inputSizeLabel",
2620
+ "inputSizeInputWrapperStatic",
2621
+ "inputSizeInputWrapperDynamic",
2622
+ "inputSizeInput",
2623
+ "inputSizeStartIcon",
2624
+ "inputSizeEndIcon",
2625
+ "inputSizeHelperText",
2626
+ "inputSizeHelperIcon"
2627
+ ],
2628
+ "startIcon": [
2629
+ "icon"
2630
+ ],
2631
+ "placeholder": [
2632
+ "fallback"
2633
+ ],
2634
+ "endIcon": [
2635
+ "icon"
2636
+ ]
2637
+ },
2638
+ "runtimeConfigDefaultProps": {},
2639
+ "runtimeConfigGetStyles": {},
2640
+ "runtimeConfigInternalComponentProps": {},
2641
+ "motionVarPrefixes": []
2642
+ },
2643
+ "SelectItem": {
2644
+ "name": "SelectItem",
2645
+ "defaultProps": {},
2646
+ "getStylesLiterals": {
2647
+ "selectitemItemVariantRoot": "default",
2648
+ "selectitemItemVariantActiveRoot": "on",
2649
+ "selectitemItemVariantActiveRoot:1": "off",
2650
+ "selectitemSizeText": "default",
2651
+ "selectitemItemVariantText": "default",
2652
+ "selectitemItemVariantActiveText": "on",
2653
+ "selectitemItemVariantActiveText:1": "off",
2654
+ "selectitemItemVariantIcon": "default",
2655
+ "selectitemItemVariantActiveIcon": "on",
2656
+ "selectitemItemVariantActiveIcon:1": "off",
2657
+ "textAlign": "start",
2658
+ "selectitemSizeRoot": "default",
2659
+ "flexDirection": "row",
2660
+ "spacing": "0",
2661
+ "spacingHorizontal": "4",
2662
+ "spacingVertical": "3.5",
2663
+ "columnGap": "2",
2664
+ "alignItems": "center",
2665
+ "justifyContent": "space-between",
2666
+ "width": "full",
2667
+ "selectitemSizeStartIcon": "default",
2668
+ "selectitemSizeEndIcon": "default"
2669
+ },
2670
+ "cxLiterals": [
2671
+ "uds-select-item",
2672
+ "flex",
2673
+ "cursor-pointer",
2674
+ "outline-none",
2675
+ "data-[active-item]:z-10",
2676
+ "uds-ring",
2677
+ "!-outline-offset-2",
2678
+ "duration-20",
2679
+ "transition-[font-variation-settings]",
2680
+ "ease-in-out",
2681
+ "z-0",
2682
+ "opacity-50",
2683
+ "cursor-not-allowed",
2684
+ "truncate",
2685
+ "uds-start-icon",
2686
+ "inline-flex",
2687
+ "shrink-0",
2688
+ "items-center",
2689
+ "uds-end-icon"
2690
+ ],
2691
+ "internalComponents": [
2692
+ "IconSlot",
2693
+ "AriakitSelectItem",
2694
+ "HStack",
2695
+ "AnimatePresence"
2696
+ ],
2697
+ "internalComponentProps": {
2698
+ "HStack": {
2699
+ "gap": [
2700
+ "2"
2701
+ ],
2702
+ "alignItems": [
2703
+ "center"
2704
+ ],
2705
+ "width": [
2706
+ "full"
2707
+ ]
2708
+ },
2709
+ "AnimatePresence": {
2710
+ "mode": [
2711
+ "popLayout"
2712
+ ]
2713
+ }
2714
+ },
2715
+ "propToVariantKeys": {
2716
+ "startIcon": [
2717
+ "icon"
2718
+ ]
2719
+ },
2720
+ "runtimeConfigDefaultProps": {},
2721
+ "runtimeConfigGetStyles": {},
2722
+ "runtimeConfigInternalComponentProps": {},
2723
+ "motionVarPrefixes": []
2724
+ },
2725
+ "SelectDivider": {
2726
+ "name": "SelectDivider",
2727
+ "defaultProps": {
2728
+ "contentPosition": "start",
2729
+ "gap": "4"
2730
+ },
2731
+ "getStylesLiterals": {
2732
+ "selectitemDividerVariantRoot": "default",
2733
+ "selectitemDividerVariantText": "default",
2734
+ "selectitemDividerVariantLine": "default"
2735
+ },
2736
+ "cxLiterals": [],
2737
+ "internalComponents": [
2738
+ "Divider"
2739
+ ],
2740
+ "internalComponentProps": {
2741
+ "Divider": {
2742
+ "variant": [
2743
+ "inherit"
2744
+ ]
2745
+ }
2746
+ },
2747
+ "propToVariantKeys": {},
2748
+ "runtimeConfigDefaultProps": {},
2749
+ "runtimeConfigGetStyles": {},
2750
+ "runtimeConfigInternalComponentProps": {},
2751
+ "motionVarPrefixes": []
2752
+ },
2753
+ "UDSConfigProvider": {
2754
+ "name": "UDSConfigProvider",
2755
+ "defaultProps": {},
2756
+ "getStylesLiterals": {},
2757
+ "cxLiterals": [],
2758
+ "internalComponents": [
2759
+ "UDSBreakpointsConfigProvider",
2760
+ "UDSBottomSheetConfigProvider",
2761
+ "UDSToastConfigProvider",
2762
+ "UDSTooltipConfigProvider",
2763
+ "UDSPopoverConfigProvider",
2764
+ "UDSModalConfigProvider"
2765
+ ],
2766
+ "internalComponentProps": {},
2767
+ "propToVariantKeys": {},
2768
+ "runtimeConfigDefaultProps": {},
2769
+ "runtimeConfigGetStyles": {},
2770
+ "runtimeConfigInternalComponentProps": {},
2771
+ "motionVarPrefixes": []
2772
+ },
2773
+ "UDSBreakpointsConfigProvider": {
2774
+ "name": "UDSBreakpointsConfigProvider",
2775
+ "defaultProps": {},
2776
+ "getStylesLiterals": {},
2777
+ "cxLiterals": [],
2778
+ "internalComponents": [
2779
+ "UDSBreakpointsConfigContext.Provider"
2780
+ ],
2781
+ "internalComponentProps": {},
2782
+ "propToVariantKeys": {},
2783
+ "runtimeConfigDefaultProps": {},
2784
+ "runtimeConfigGetStyles": {},
2785
+ "runtimeConfigInternalComponentProps": {},
2786
+ "motionVarPrefixes": []
2787
+ },
2788
+ "TabList": {
2789
+ "name": "TabList",
2790
+ "defaultProps": {
2791
+ "variant": "primary"
2792
+ },
2793
+ "getStylesLiterals": {
2794
+ "tabSizeRoot": "default",
2795
+ "tabVariantActiveRoot": "on"
2796
+ },
2797
+ "cxLiterals": [
2798
+ "pointer-events-none",
2799
+ "absolute",
2800
+ "bottom-0",
2801
+ "left-0",
2802
+ "right-0",
2803
+ "h-[var(--uds-tab-underline-width,0px)]",
2804
+ "bg-[var(--uds-tab-underline-color,transparent)]",
2805
+ "transition-[height,background-color]",
2806
+ "duration-[240ms]",
2807
+ "ease-[cubic-bezier(0.2,0,0,1)]",
2808
+ "!m-0",
2809
+ "!p-0",
2810
+ "!gap-0",
2811
+ "box-border",
2812
+ "z-0",
2813
+ "min-w-0",
2814
+ "min-h-0",
2815
+ "flex",
2816
+ "flex-row",
2817
+ "items-center",
2818
+ "overflow-x-auto",
2819
+ "overflow-y-clip",
2820
+ "scrollbar-none",
2821
+ "[overflow-clip-margin:6px]",
2822
+ "overflow-clip",
2823
+ "[overflow-clip-margin:8px]",
2824
+ "relative",
2825
+ "left",
2826
+ "240ms",
2827
+ "cubic-bezier(0.2,",
2828
+ "0,",
2829
+ "1),",
2830
+ "top",
2831
+ "width",
2832
+ "height",
2833
+ "1)",
2834
+ "--uds-tab-underline-color",
2835
+ "--uds-tab-underline-width"
2836
+ ],
2837
+ "internalComponents": [
2838
+ "AriakitTabList"
2839
+ ],
2840
+ "internalComponentProps": {},
2841
+ "propToVariantKeys": {
2842
+ "variant": [
2843
+ "tabsVariantRoot",
2844
+ "tabVariantRoot"
2845
+ ]
2846
+ },
2847
+ "runtimeConfigDefaultProps": {},
2848
+ "runtimeConfigGetStyles": {},
2849
+ "runtimeConfigInternalComponentProps": {},
2850
+ "motionVarPrefixes": []
2851
+ },
2852
+ "Tabs": {
2853
+ "name": "Tabs",
2854
+ "defaultProps": {
2855
+ "variant": "primary"
2856
+ },
2857
+ "getStylesLiterals": {},
2858
+ "cxLiterals": [],
2859
+ "internalComponents": [
2860
+ "TabsContext.Provider",
2861
+ "TabProvider"
2862
+ ],
2863
+ "internalComponentProps": {},
2864
+ "propToVariantKeys": {
2865
+ "onSelectionChange": [
2866
+ "setSelectedId"
2867
+ ]
2868
+ },
2869
+ "runtimeConfigDefaultProps": {},
2870
+ "runtimeConfigGetStyles": {},
2871
+ "runtimeConfigInternalComponentProps": {},
2872
+ "motionVarPrefixes": []
2873
+ },
2874
+ "Tab": {
2875
+ "name": "Tab",
2876
+ "defaultProps": {
2877
+ "variant": "primary"
2878
+ },
2879
+ "getStylesLiterals": {
2880
+ "tabSizeRoot": "default",
2881
+ "tabVariantActiveRoot": "off",
2882
+ "tabVariantActiveRoot:1": "on",
2883
+ "tabSizeIcon": "default"
2884
+ },
2885
+ "cxLiterals": [
2886
+ "pointer-events-none",
2887
+ "absolute",
2888
+ "bottom-0",
2889
+ "left-0",
2890
+ "right-0",
2891
+ "h-[var(--uds-tab-underline-width,0px)]",
2892
+ "bg-[var(--uds-tab-underline-color,transparent)]",
2893
+ "transition-[height,background-color]",
2894
+ "duration-[240ms]",
2895
+ "ease-[cubic-bezier(0.2,0,0,1)]",
2896
+ "!bg-transparent",
2897
+ "!shadow-none",
2898
+ "inline-flex",
2899
+ "items-center",
2900
+ "shrink-0",
2901
+ "box-border",
2902
+ "relative",
2903
+ "z-[1]",
2904
+ "cursor-pointer",
2905
+ "select-none",
2906
+ "whitespace-nowrap",
2907
+ "uds-ring",
2908
+ "opacity-50",
2909
+ "cursor-default",
2910
+ "border-solid",
2911
+ "border-b-solid",
2912
+ "transition-colors"
2913
+ ],
2914
+ "internalComponents": [
2915
+ "IconSlot",
2916
+ "AriakitTab",
2917
+ "Text"
2918
+ ],
2919
+ "internalComponentProps": {
2920
+ "Text": {
2921
+ "variant": [
2922
+ "inherit"
2923
+ ],
2924
+ "as": [
2925
+ "span"
2926
+ ],
2927
+ "color": [
2928
+ "current"
2929
+ ]
2930
+ }
2931
+ },
2932
+ "propToVariantKeys": {
2933
+ "variant": [
2934
+ "tabVariantRoot",
2935
+ "tabVariantIcon"
2936
+ ],
2937
+ "activeState": [
2938
+ "tabVariantActiveIcon"
2939
+ ],
2940
+ "startIcon": [
2941
+ "icon"
2942
+ ],
2943
+ "endIcon": [
2944
+ "icon"
2945
+ ]
2946
+ },
2947
+ "runtimeConfigDefaultProps": {},
2948
+ "runtimeConfigGetStyles": {},
2949
+ "runtimeConfigInternalComponentProps": {},
2950
+ "motionVarPrefixes": []
2951
+ },
2952
+ "TabPanel": {
2953
+ "name": "TabPanel",
2954
+ "defaultProps": {},
2955
+ "getStylesLiterals": {},
2956
+ "cxLiterals": [],
2957
+ "internalComponents": [
2958
+ "AriakitTabPanel"
2959
+ ],
2960
+ "internalComponentProps": {},
2961
+ "propToVariantKeys": {},
2962
+ "runtimeConfigDefaultProps": {},
2466
2963
  "runtimeConfigGetStyles": {},
2467
2964
  "runtimeConfigInternalComponentProps": {},
2468
2965
  "motionVarPrefixes": []
@@ -2903,248 +3400,39 @@
2903
3400
  ]
2904
3401
  }
2905
3402
  },
2906
- "motionVarPrefixes": []
2907
- },
2908
- "PopoverContext": {
2909
- "name": "PopoverContext",
2910
- "defaultProps": {},
2911
- "getStylesLiterals": {},
2912
- "cxLiterals": [],
2913
- "internalComponents": [],
2914
- "internalComponentProps": {},
2915
- "propToVariantKeys": {},
2916
- "runtimeConfigDefaultProps": {},
2917
- "runtimeConfigGetStyles": {},
2918
- "runtimeConfigInternalComponentProps": {},
2919
- "motionVarPrefixes": []
2920
- },
2921
- "PopoverTrigger": {
2922
- "name": "PopoverTrigger",
2923
- "defaultProps": {},
2924
- "getStylesLiterals": {},
2925
- "cxLiterals": [],
2926
- "internalComponents": [
2927
- "PopoverDisclosure"
2928
- ],
2929
- "internalComponentProps": {
2930
- "PopoverDisclosure": {
2931
- "className": [
2932
- "inline"
2933
- ]
2934
- }
2935
- },
2936
- "propToVariantKeys": {
2937
- "children": [
2938
- "render"
2939
- ]
2940
- },
2941
- "runtimeConfigDefaultProps": {},
2942
- "runtimeConfigGetStyles": {},
2943
- "runtimeConfigInternalComponentProps": {},
2944
- "motionVarPrefixes": []
2945
- },
2946
- "Popover": {
2947
- "name": "Popover",
2948
- "defaultProps": {},
2949
- "getStylesLiterals": {},
2950
- "cxLiterals": [
2951
- "uds:popover-open"
2952
- ],
2953
- "internalComponents": [
2954
- "PopoverInternalContext.Provider",
2955
- "PopoverProvider"
2956
- ],
2957
- "internalComponentProps": {},
2958
- "propToVariantKeys": {},
2959
- "runtimeConfigDefaultProps": {
2960
- "size": "popover.defaultSize",
2961
- "variant": "popover.defaultVariant"
2962
- },
2963
- "runtimeConfigGetStyles": {},
2964
- "runtimeConfigInternalComponentProps": {},
2965
- "motionVarPrefixes": []
2966
- },
2967
- "InputHelpText": {
2968
- "name": "InputHelpText",
2969
- "defaultProps": {
2970
- "size": "md"
2971
- },
2972
- "getStylesLiterals": {
2973
- "inputVariantRoot": "default",
2974
- "inputVariantValueRoot": "empty",
2975
- "inputVariantValueRoot:1": "filled"
2976
- },
2977
- "cxLiterals": [],
2978
- "internalComponents": [
2979
- "InputHelpTextInternal",
2980
- "Box"
2981
- ],
2982
- "internalComponentProps": {
2983
- "Box": {
2984
- "spacingTop": [
2985
- "2"
2986
- ]
2987
- }
2988
- },
2989
- "propToVariantKeys": {
2990
- "size": [
2991
- "inputSizeRoot"
2992
- ]
2993
- },
2994
- "runtimeConfigDefaultProps": {},
2995
- "runtimeConfigGetStyles": {},
2996
- "runtimeConfigInternalComponentProps": {},
2997
- "motionVarPrefixes": []
2998
- },
2999
- "Input": {
3000
- "name": "Input",
3001
- "defaultProps": {
3002
- "type": "text",
3003
- "size": "md",
3004
- "width": "full"
3005
- },
3006
- "getStylesLiterals": {
3007
- "inputVariantRoot": "default",
3008
- "inputVariantValueRoot": "empty",
3009
- "inputVariantValueRoot:1": "filled",
3010
- "inputVariantInputWrapper": "default",
3011
- "inputVariantValueInputWrapper": "empty",
3012
- "inputVariantValueInputWrapper:1": "filled",
3013
- "inputVariantInput": "default",
3014
- "inputVariantValueInput": "empty",
3015
- "inputVariantValueInput:1": "filled",
3016
- "inputVariantInputPlaceholder": "default",
3017
- "inputVariantValueInputPlaceholder": "empty",
3018
- "inputVariantValueInputPlaceholder:1": "filled",
3019
- "inputVariantLabel": "default",
3020
- "inputVariantValueLabel": "empty",
3021
- "inputVariantValueLabel:1": "filled",
3022
- "inputVariantLabelRequired": "default",
3023
- "inputVariantValueLabelRequired": "empty",
3024
- "inputVariantValueLabelRequired:1": "filled",
3025
- "inputVariantStartIcon": "default",
3026
- "inputVariantValueStartIcon": "empty",
3027
- "inputVariantValueStartIcon:1": "filled",
3028
- "inputVariantEndIcon": "default",
3029
- "inputVariantValueEndIcon": "empty",
3030
- "inputVariantValueEndIcon:1": "filled"
3031
- },
3032
- "cxLiterals": [
3033
- "opacity-50",
3034
- "min-w-[200px]",
3035
- "grow",
3036
- "uds-hit-target",
3037
- "bg-transparent",
3038
- "bg-clip-text",
3039
- "focus-visible:outline-none",
3040
- "cursor-text",
3041
- "cursor-not-allowed"
3042
- ],
3043
- "internalComponents": [
3044
- "IconSlot",
3045
- "StartIcon",
3046
- "EndIcon",
3047
- "HelpTextContent",
3048
- "Box",
3049
- "InputHelpTextInternal",
3050
- "VStack",
3051
- "HStack",
3052
- "AnimateHeightChange"
3053
- ],
3054
- "internalComponentProps": {
3055
- "HelpTextContent": {
3056
- "spacingTop": [
3057
- "2"
3058
- ]
3059
- },
3060
- "Box": {
3061
- "spacingBottom": [
3062
- "2"
3063
- ],
3064
- "columnGap": [
3065
- "0.5"
3066
- ],
3067
- "alignItems": [
3068
- "flex-end",
3069
- "center"
3070
- ],
3071
- "position": [
3072
- "relative"
3073
- ]
3074
- },
3075
- "HStack": {
3076
- "alignItems": [
3077
- "center"
3078
- ],
3079
- "gap": [
3080
- "1"
3081
- ]
3082
- }
3083
- },
3084
- "propToVariantKeys": {
3085
- "size": [
3086
- "inputSizeRoot",
3087
- "inputSizeInputWrapperStatic",
3088
- "inputSizeInputWrapperDynamic",
3089
- "inputSizeInput",
3090
- "inputSizeLabel",
3091
- "inputSizeStartIcon",
3092
- "inputSizeEndIcon"
3093
- ],
3094
- "startIcon": [
3095
- "icon"
3096
- ],
3097
- "endIcon": [
3098
- "icon"
3099
- ],
3100
- "slotProps": [
3101
- "helperTextSlotProps"
3102
- ],
3103
- "helperTextIcon": [
3104
- "startIcon"
3105
- ]
3106
- },
3403
+ "motionVarPrefixes": []
3404
+ },
3405
+ "PopoverContext": {
3406
+ "name": "PopoverContext",
3407
+ "defaultProps": {},
3408
+ "getStylesLiterals": {},
3409
+ "cxLiterals": [],
3410
+ "internalComponents": [],
3411
+ "internalComponentProps": {},
3412
+ "propToVariantKeys": {},
3107
3413
  "runtimeConfigDefaultProps": {},
3108
3414
  "runtimeConfigGetStyles": {},
3109
3415
  "runtimeConfigInternalComponentProps": {},
3110
3416
  "motionVarPrefixes": []
3111
3417
  },
3112
- "InputHelpTextInternal": {
3113
- "name": "InputHelpTextInternal",
3418
+ "PopoverTrigger": {
3419
+ "name": "PopoverTrigger",
3114
3420
  "defaultProps": {},
3115
- "getStylesLiterals": {
3116
- "inputVariantHelperText": "default",
3117
- "inputVariantValueHelperText": "empty",
3118
- "inputVariantValueHelperText:1": "filled",
3119
- "inputVariantHelperIcon": "default",
3120
- "inputVariantValueHelperIcon": "empty",
3121
- "inputVariantValueHelperIcon:1": "filled"
3122
- },
3421
+ "getStylesLiterals": {},
3123
3422
  "cxLiterals": [],
3124
3423
  "internalComponents": [
3125
- "IconSlot",
3126
- "HStack"
3424
+ "PopoverDisclosure"
3127
3425
  ],
3128
3426
  "internalComponentProps": {
3129
- "HStack": {
3130
- "gap": [
3131
- "1"
3132
- ],
3133
- "alignItems": [
3134
- "center"
3427
+ "PopoverDisclosure": {
3428
+ "className": [
3429
+ "inline"
3135
3430
  ]
3136
3431
  }
3137
3432
  },
3138
3433
  "propToVariantKeys": {
3139
- "size": [
3140
- "inputSizeHelperText",
3141
- "inputSizeHelperIcon"
3142
- ],
3143
- "startIcon": [
3144
- "icon"
3145
- ],
3146
- "endIcon": [
3147
- "icon"
3434
+ "children": [
3435
+ "render"
3148
3436
  ]
3149
3437
  },
3150
3438
  "runtimeConfigDefaultProps": {},
@@ -3152,6 +3440,27 @@
3152
3440
  "runtimeConfigInternalComponentProps": {},
3153
3441
  "motionVarPrefixes": []
3154
3442
  },
3443
+ "Popover": {
3444
+ "name": "Popover",
3445
+ "defaultProps": {},
3446
+ "getStylesLiterals": {},
3447
+ "cxLiterals": [
3448
+ "uds:popover-open"
3449
+ ],
3450
+ "internalComponents": [
3451
+ "PopoverInternalContext.Provider",
3452
+ "PopoverProvider"
3453
+ ],
3454
+ "internalComponentProps": {},
3455
+ "propToVariantKeys": {},
3456
+ "runtimeConfigDefaultProps": {
3457
+ "size": "popover.defaultSize",
3458
+ "variant": "popover.defaultVariant"
3459
+ },
3460
+ "runtimeConfigGetStyles": {},
3461
+ "runtimeConfigInternalComponentProps": {},
3462
+ "motionVarPrefixes": []
3463
+ },
3155
3464
  "ChipButton": {
3156
3465
  "name": "ChipButton",
3157
3466
  "defaultProps": {
@@ -3353,6 +3662,196 @@
3353
3662
  "runtimeConfigInternalComponentProps": {},
3354
3663
  "motionVarPrefixes": []
3355
3664
  },
3665
+ "InputHelpText": {
3666
+ "name": "InputHelpText",
3667
+ "defaultProps": {
3668
+ "size": "md"
3669
+ },
3670
+ "getStylesLiterals": {
3671
+ "inputVariantRoot": "default",
3672
+ "inputVariantValueRoot": "empty",
3673
+ "inputVariantValueRoot:1": "filled"
3674
+ },
3675
+ "cxLiterals": [],
3676
+ "internalComponents": [
3677
+ "InputHelpTextInternal",
3678
+ "Box"
3679
+ ],
3680
+ "internalComponentProps": {
3681
+ "Box": {
3682
+ "spacingTop": [
3683
+ "2"
3684
+ ]
3685
+ }
3686
+ },
3687
+ "propToVariantKeys": {
3688
+ "size": [
3689
+ "inputSizeRoot"
3690
+ ]
3691
+ },
3692
+ "runtimeConfigDefaultProps": {},
3693
+ "runtimeConfigGetStyles": {},
3694
+ "runtimeConfigInternalComponentProps": {},
3695
+ "motionVarPrefixes": []
3696
+ },
3697
+ "Input": {
3698
+ "name": "Input",
3699
+ "defaultProps": {
3700
+ "type": "text",
3701
+ "size": "md",
3702
+ "width": "full"
3703
+ },
3704
+ "getStylesLiterals": {
3705
+ "inputVariantRoot": "default",
3706
+ "inputVariantValueRoot": "empty",
3707
+ "inputVariantValueRoot:1": "filled",
3708
+ "inputVariantInputWrapper": "default",
3709
+ "inputVariantValueInputWrapper": "empty",
3710
+ "inputVariantValueInputWrapper:1": "filled",
3711
+ "inputVariantInput": "default",
3712
+ "inputVariantValueInput": "empty",
3713
+ "inputVariantValueInput:1": "filled",
3714
+ "inputVariantInputPlaceholder": "default",
3715
+ "inputVariantValueInputPlaceholder": "empty",
3716
+ "inputVariantValueInputPlaceholder:1": "filled",
3717
+ "inputVariantLabel": "default",
3718
+ "inputVariantValueLabel": "empty",
3719
+ "inputVariantValueLabel:1": "filled",
3720
+ "inputVariantLabelRequired": "default",
3721
+ "inputVariantValueLabelRequired": "empty",
3722
+ "inputVariantValueLabelRequired:1": "filled",
3723
+ "inputVariantStartIcon": "default",
3724
+ "inputVariantValueStartIcon": "empty",
3725
+ "inputVariantValueStartIcon:1": "filled",
3726
+ "inputVariantEndIcon": "default",
3727
+ "inputVariantValueEndIcon": "empty",
3728
+ "inputVariantValueEndIcon:1": "filled"
3729
+ },
3730
+ "cxLiterals": [
3731
+ "opacity-50",
3732
+ "min-w-[200px]",
3733
+ "uds-ring-shadow",
3734
+ "uds-ring-within",
3735
+ "grow",
3736
+ "uds-hit-target",
3737
+ "bg-transparent",
3738
+ "bg-clip-text",
3739
+ "focus-visible:outline-none",
3740
+ "cursor-text",
3741
+ "cursor-not-allowed"
3742
+ ],
3743
+ "internalComponents": [
3744
+ "IconSlot",
3745
+ "StartIcon",
3746
+ "EndIcon",
3747
+ "HelpTextContent",
3748
+ "Box",
3749
+ "InputHelpTextInternal",
3750
+ "VStack",
3751
+ "HStack",
3752
+ "AnimateHeightChange"
3753
+ ],
3754
+ "internalComponentProps": {
3755
+ "HelpTextContent": {
3756
+ "spacingTop": [
3757
+ "2"
3758
+ ]
3759
+ },
3760
+ "Box": {
3761
+ "spacingBottom": [
3762
+ "2"
3763
+ ],
3764
+ "columnGap": [
3765
+ "0.5"
3766
+ ],
3767
+ "alignItems": [
3768
+ "flex-end",
3769
+ "center"
3770
+ ],
3771
+ "position": [
3772
+ "relative"
3773
+ ]
3774
+ },
3775
+ "HStack": {
3776
+ "alignItems": [
3777
+ "center"
3778
+ ],
3779
+ "gap": [
3780
+ "1"
3781
+ ]
3782
+ }
3783
+ },
3784
+ "propToVariantKeys": {
3785
+ "size": [
3786
+ "inputSizeRoot",
3787
+ "inputSizeInputWrapperStatic",
3788
+ "inputSizeInputWrapperDynamic",
3789
+ "inputSizeInput",
3790
+ "inputSizeLabel",
3791
+ "inputSizeStartIcon",
3792
+ "inputSizeEndIcon"
3793
+ ],
3794
+ "startIcon": [
3795
+ "icon"
3796
+ ],
3797
+ "endIcon": [
3798
+ "icon"
3799
+ ],
3800
+ "slotProps": [
3801
+ "helperTextSlotProps"
3802
+ ],
3803
+ "helperTextIcon": [
3804
+ "startIcon"
3805
+ ]
3806
+ },
3807
+ "runtimeConfigDefaultProps": {},
3808
+ "runtimeConfigGetStyles": {},
3809
+ "runtimeConfigInternalComponentProps": {},
3810
+ "motionVarPrefixes": []
3811
+ },
3812
+ "InputHelpTextInternal": {
3813
+ "name": "InputHelpTextInternal",
3814
+ "defaultProps": {},
3815
+ "getStylesLiterals": {
3816
+ "inputVariantHelperText": "default",
3817
+ "inputVariantValueHelperText": "empty",
3818
+ "inputVariantValueHelperText:1": "filled",
3819
+ "inputVariantHelperIcon": "default",
3820
+ "inputVariantValueHelperIcon": "empty",
3821
+ "inputVariantValueHelperIcon:1": "filled"
3822
+ },
3823
+ "cxLiterals": [],
3824
+ "internalComponents": [
3825
+ "IconSlot",
3826
+ "HStack"
3827
+ ],
3828
+ "internalComponentProps": {
3829
+ "HStack": {
3830
+ "gap": [
3831
+ "1"
3832
+ ],
3833
+ "alignItems": [
3834
+ "center"
3835
+ ]
3836
+ }
3837
+ },
3838
+ "propToVariantKeys": {
3839
+ "size": [
3840
+ "inputSizeHelperText",
3841
+ "inputSizeHelperIcon"
3842
+ ],
3843
+ "startIcon": [
3844
+ "icon"
3845
+ ],
3846
+ "endIcon": [
3847
+ "icon"
3848
+ ]
3849
+ },
3850
+ "runtimeConfigDefaultProps": {},
3851
+ "runtimeConfigGetStyles": {},
3852
+ "runtimeConfigInternalComponentProps": {},
3853
+ "motionVarPrefixes": []
3854
+ },
3356
3855
  "AvatarImage": {
3357
3856
  "name": "AvatarImage",
3358
3857
  "defaultProps": {