@yahoo/uds 3.133.0-beta.2 → 3.133.1

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