@yahoo/uds 3.133.0-beta.1 → 3.133.0

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