@yahoo/uds 3.133.0-beta.2 → 3.133.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1107) hide show
  1. package/dist/_virtual/_rolldown/runtime.cjs +12 -22
  2. package/dist/_virtual/_rolldown/runtime.js +6 -11
  3. package/dist/automated-config/dist/generated/autoVariants.cjs +1 -3
  4. package/dist/automated-config/dist/generated/autoVariants.js +1 -2
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +1 -3
  6. package/dist/automated-config/dist/generated/generatedConfigs.js +1 -2
  7. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +1 -3
  8. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +1 -2
  9. package/dist/automated-config/dist/mapTextVariantFixtureToValue.cjs +3 -5
  10. package/dist/automated-config/dist/mapTextVariantFixtureToValue.js +1 -3
  11. package/dist/automated-config/dist/properties.cjs +7 -10
  12. package/dist/automated-config/dist/properties.d.cts +1 -1
  13. package/dist/automated-config/dist/properties.d.ts +1 -1
  14. package/dist/automated-config/dist/properties.js +2 -5
  15. package/dist/automated-config/dist/utils/assertUnreachable.cjs +1 -3
  16. package/dist/automated-config/dist/utils/assertUnreachable.js +1 -2
  17. package/dist/automated-config/dist/utils/buildConfigSchema.cjs +4 -6
  18. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +1 -1
  19. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +1 -1
  20. package/dist/automated-config/dist/utils/buildConfigSchema.js +1 -3
  21. package/dist/automated-config/dist/utils/cartesianProduct.cjs +1 -3
  22. package/dist/automated-config/dist/utils/cartesianProduct.js +1 -2
  23. package/dist/automated-config/dist/utils/coalesceConfigVariant.cjs +3 -5
  24. package/dist/automated-config/dist/utils/coalesceConfigVariant.js +1 -3
  25. package/dist/automated-config/dist/utils/defaults.cjs +1 -3
  26. package/dist/automated-config/dist/utils/defaults.js +1 -2
  27. package/dist/automated-config/dist/utils/generateDefaultClassName.cjs +1 -3
  28. package/dist/automated-config/dist/utils/generateDefaultClassName.js +1 -2
  29. package/dist/automated-config/dist/utils/generateKeyFromFlatConfigPath.cjs +1 -3
  30. package/dist/automated-config/dist/utils/generateKeyFromFlatConfigPath.js +1 -2
  31. package/dist/automated-config/dist/utils/generateSchemaKey.cjs +1 -3
  32. package/dist/automated-config/dist/utils/generateSchemaKey.js +1 -2
  33. package/dist/automated-config/dist/utils/getConfigComponentVariant.cjs +2 -4
  34. package/dist/automated-config/dist/utils/getConfigComponentVariant.js +1 -3
  35. package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.cjs +5 -7
  36. package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.js +1 -3
  37. package/dist/automated-config/dist/utils/getConfigVariantProperties.cjs +3 -5
  38. package/dist/automated-config/dist/utils/getConfigVariantProperties.js +1 -3
  39. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.cjs +3 -5
  40. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.js +1 -3
  41. package/dist/automated-config/dist/utils/getConfigVariants.cjs +4 -6
  42. package/dist/automated-config/dist/utils/getConfigVariants.js +1 -3
  43. package/dist/automated-config/dist/utils/index.cjs +17 -19
  44. package/dist/automated-config/dist/utils/index.js +11 -13
  45. package/dist/automated-config/dist/utils/mapColorFixtureToValue.cjs +4 -6
  46. package/dist/automated-config/dist/utils/mapColorFixtureToValue.js +3 -5
  47. package/dist/automated-config/dist/utils/mapValues.cjs +1 -3
  48. package/dist/automated-config/dist/utils/mapValues.js +1 -2
  49. package/dist/automated-config/dist/utils/subcomponents.cjs +1 -3
  50. package/dist/automated-config/dist/utils/subcomponents.js +1 -2
  51. package/dist/automated-config/dist/utils/variantConfigGuards.cjs +1 -3
  52. package/dist/automated-config/dist/utils/variantConfigGuards.js +1 -2
  53. package/dist/cli/commands/sync.cjs +16 -18
  54. package/dist/cli/commands/sync.js +1 -3
  55. package/dist/cli/commands/utils/sortKeys.cjs +2 -4
  56. package/dist/cli/commands/utils/sortKeys.js +1 -2
  57. package/dist/cli/commands/version.cjs +5 -7
  58. package/dist/cli/commands/version.js +1 -3
  59. package/dist/cli/dist/cli.cjs +8 -10
  60. package/dist/cli/dist/cli.js +1 -3
  61. package/dist/cli/dist/commands/codemod/codemod.cjs +6 -8
  62. package/dist/cli/dist/commands/codemod/codemod.js +1 -3
  63. package/dist/cli/dist/commands/editor-rules.cjs +6 -8
  64. package/dist/cli/dist/commands/editor-rules.js +1 -3
  65. package/dist/cli/dist/lib/args.cjs +1 -3
  66. package/dist/cli/dist/lib/args.js +1 -2
  67. package/dist/cli/dist/lib/box.cjs +3 -5
  68. package/dist/cli/dist/lib/box.js +1 -3
  69. package/dist/cli/dist/lib/colors.cjs +1 -3
  70. package/dist/cli/dist/lib/colors.js +1 -2
  71. package/dist/cli/dist/lib/print.cjs +1 -3
  72. package/dist/cli/dist/lib/print.js +1 -2
  73. package/dist/cli/dist/utils/analytics.cjs +2 -4
  74. package/dist/cli/dist/utils/analytics.js +1 -3
  75. package/dist/cli/dist/utils/getCommandHelp.cjs +3 -5
  76. package/dist/cli/dist/utils/getCommandHelp.js +1 -3
  77. package/dist/cli/dist/utils/getDirChoices.cjs +3 -5
  78. package/dist/cli/dist/utils/getDirChoices.js +1 -3
  79. package/dist/cli/dist/utils/rules/config.cjs +2 -4
  80. package/dist/cli/dist/utils/rules/config.js +1 -3
  81. package/dist/cli/runner.cjs +13 -15
  82. package/dist/cli/runner.js +1 -3
  83. package/dist/components/Banner/Banner.cjs +9 -11
  84. package/dist/components/Banner/Banner.d.cts +3 -4
  85. package/dist/components/Banner/Banner.d.ts +3 -4
  86. package/dist/components/Banner/Banner.js +3 -5
  87. package/dist/components/Banner/BannerContent.cjs +4 -6
  88. package/dist/components/Banner/BannerContent.d.cts +2 -2
  89. package/dist/components/Banner/BannerContent.d.ts +2 -2
  90. package/dist/components/Banner/BannerContent.js +1 -3
  91. package/dist/components/Banner/BannerDescription.cjs +5 -7
  92. package/dist/components/Banner/BannerDescription.d.cts +2 -2
  93. package/dist/components/Banner/BannerDescription.d.ts +2 -2
  94. package/dist/components/Banner/BannerDescription.js +1 -3
  95. package/dist/components/Banner/BannerTitle.cjs +5 -7
  96. package/dist/components/Banner/BannerTitle.d.cts +2 -2
  97. package/dist/components/Banner/BannerTitle.d.ts +2 -2
  98. package/dist/components/Banner/BannerTitle.js +1 -3
  99. package/dist/components/Banner/index.cjs +6 -7
  100. package/dist/components/Banner/index.js +1 -2
  101. package/dist/components/Banner/utils.cjs +3 -5
  102. package/dist/components/Banner/utils.d.cts +1 -1
  103. package/dist/components/Banner/utils.d.ts +1 -1
  104. package/dist/components/Banner/utils.js +1 -3
  105. package/dist/components/Box.cjs +5 -7
  106. package/dist/components/Box.d.cts +3 -4
  107. package/dist/components/Box.d.ts +3 -4
  108. package/dist/components/Box.js +1 -3
  109. package/dist/components/Divider/Divider.cjs +4 -6
  110. package/dist/components/Divider/Divider.d.cts +2 -2
  111. package/dist/components/Divider/Divider.d.ts +2 -2
  112. package/dist/components/Divider/Divider.js +1 -3
  113. package/dist/components/Divider/DividerCore.cjs +8 -10
  114. package/dist/components/Divider/DividerCore.d.cts +4 -5
  115. package/dist/components/Divider/DividerCore.d.ts +4 -5
  116. package/dist/components/Divider/DividerCore.js +2 -4
  117. package/dist/components/Divider/DividerInternal.cjs +5 -7
  118. package/dist/components/Divider/DividerInternal.d.cts +3 -4
  119. package/dist/components/Divider/DividerInternal.d.ts +3 -4
  120. package/dist/components/Divider/DividerInternal.js +1 -3
  121. package/dist/components/Divider/index.cjs +3 -4
  122. package/dist/components/Divider/index.js +1 -2
  123. package/dist/components/FormLabel.cjs +5 -7
  124. package/dist/components/FormLabel.d.cts +3 -4
  125. package/dist/components/FormLabel.d.ts +3 -4
  126. package/dist/components/FormLabel.js +1 -3
  127. package/dist/components/HStack.cjs +5 -7
  128. package/dist/components/HStack.d.cts +3 -4
  129. package/dist/components/HStack.d.ts +3 -4
  130. package/dist/components/HStack.js +1 -3
  131. package/dist/components/Icon.cjs +11 -22
  132. package/dist/components/Icon.d.cts +3 -3
  133. package/dist/components/Icon.d.ts +3 -3
  134. package/dist/components/Icon.js +8 -19
  135. package/dist/components/IconSlot.cjs +11 -32
  136. package/dist/components/IconSlot.d.cts +2 -4
  137. package/dist/components/IconSlot.d.ts +2 -4
  138. package/dist/components/IconSlot.js +7 -29
  139. package/dist/components/Image.cjs +4 -6
  140. package/dist/components/Image.d.cts +3 -4
  141. package/dist/components/Image.d.ts +3 -4
  142. package/dist/components/Image.js +1 -3
  143. package/dist/components/Link.cjs +5 -7
  144. package/dist/components/Link.d.cts +3 -4
  145. package/dist/components/Link.d.ts +3 -4
  146. package/dist/components/Link.js +1 -3
  147. package/dist/components/Scrim.cjs +5 -7
  148. package/dist/components/Scrim.d.cts +2 -2
  149. package/dist/components/Scrim.d.ts +2 -2
  150. package/dist/components/Scrim.js +1 -3
  151. package/dist/components/SvgFloatingOverlay.cjs +5 -7
  152. package/dist/components/SvgFloatingOverlay.d.cts +2 -2
  153. package/dist/components/SvgFloatingOverlay.d.ts +2 -2
  154. package/dist/components/SvgFloatingOverlay.js +1 -3
  155. package/dist/components/Text.cjs +5 -7
  156. package/dist/components/Text.d.cts +3 -4
  157. package/dist/components/Text.d.ts +3 -4
  158. package/dist/components/Text.js +1 -3
  159. package/dist/components/VStack.cjs +5 -7
  160. package/dist/components/VStack.d.cts +3 -4
  161. package/dist/components/VStack.d.ts +3 -4
  162. package/dist/components/VStack.js +1 -3
  163. package/dist/components/client/AnimateHeightChange.cjs +4 -6
  164. package/dist/components/client/AnimateHeightChange.d.cts +2 -2
  165. package/dist/components/client/AnimateHeightChange.d.ts +2 -2
  166. package/dist/components/client/AnimateHeightChange.js +1 -3
  167. package/dist/components/{Avatar → client/Avatar}/Avatar.cjs +8 -25
  168. package/dist/components/{Avatar → client/Avatar}/Avatar.d.cts +5 -5
  169. package/dist/components/{Avatar → client/Avatar}/Avatar.d.ts +6 -5
  170. package/dist/components/{Avatar → client/Avatar}/Avatar.js +6 -23
  171. package/dist/components/{Avatar → client/Avatar}/AvatarIcon.cjs +14 -15
  172. package/dist/components/{Avatar → client/Avatar}/AvatarIcon.d.cts +5 -7
  173. package/dist/components/{Avatar → client/Avatar}/AvatarIcon.d.ts +6 -7
  174. package/dist/components/{Avatar → client/Avatar}/AvatarIcon.js +10 -11
  175. package/dist/components/client/Avatar/AvatarImage.cjs +61 -42
  176. package/dist/components/client/Avatar/AvatarImage.d.cts +17 -4
  177. package/dist/components/client/Avatar/AvatarImage.d.ts +17 -4
  178. package/dist/components/client/Avatar/AvatarImage.js +58 -39
  179. package/dist/components/{Avatar → client/Avatar}/AvatarText.cjs +13 -15
  180. package/dist/components/{Avatar → client/Avatar}/AvatarText.d.cts +5 -7
  181. package/dist/components/{Avatar → client/Avatar}/AvatarText.d.ts +6 -7
  182. package/dist/components/{Avatar → client/Avatar}/AvatarText.js +8 -10
  183. package/dist/components/client/Avatar/index.cjs +9 -4
  184. package/dist/components/client/Avatar/index.d.cts +5 -3
  185. package/dist/components/client/Avatar/index.d.ts +5 -3
  186. package/dist/components/client/Avatar/index.js +4 -2
  187. package/dist/components/{Avatar → client/Avatar}/utils.cjs +7 -8
  188. package/dist/components/{Avatar → client/Avatar}/utils.d.cts +3 -4
  189. package/dist/components/{Avatar → client/Avatar}/utils.d.ts +4 -4
  190. package/dist/components/{Avatar → client/Avatar}/utils.js +4 -5
  191. package/dist/components/client/Badge.cjs +6 -8
  192. package/dist/components/client/Badge.d.cts +1 -2
  193. package/dist/components/client/Badge.d.ts +1 -2
  194. package/dist/components/client/Badge.js +2 -4
  195. package/dist/components/client/BottomSheet/BottomSheet.cjs +15 -17
  196. package/dist/components/client/BottomSheet/BottomSheet.d.cts +3 -3
  197. package/dist/components/client/BottomSheet/BottomSheet.d.ts +3 -3
  198. package/dist/components/client/BottomSheet/BottomSheet.js +1 -3
  199. package/dist/components/client/BottomSheet/BottomSheetContent.cjs +7 -9
  200. package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +3 -3
  201. package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +3 -3
  202. package/dist/components/client/BottomSheet/BottomSheetContent.js +1 -3
  203. package/dist/components/client/BottomSheet/BottomSheetDismiss.cjs +3 -5
  204. package/dist/components/client/BottomSheet/BottomSheetDismiss.d.cts +2 -2
  205. package/dist/components/client/BottomSheet/BottomSheetDismiss.d.ts +2 -2
  206. package/dist/components/client/BottomSheet/BottomSheetDismiss.js +1 -3
  207. package/dist/components/client/BottomSheet/BottomSheetHandle.cjs +5 -7
  208. package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +3 -3
  209. package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +3 -3
  210. package/dist/components/client/BottomSheet/BottomSheetHandle.js +1 -3
  211. package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +6 -8
  212. package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +3 -3
  213. package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +3 -3
  214. package/dist/components/client/BottomSheet/BottomSheetHeader.js +2 -4
  215. package/dist/components/client/BottomSheet/BottomSheetInternalContext.cjs +3 -5
  216. package/dist/components/client/BottomSheet/BottomSheetInternalContext.d.cts +2 -2
  217. package/dist/components/client/BottomSheet/BottomSheetInternalContext.d.ts +2 -2
  218. package/dist/components/client/BottomSheet/BottomSheetInternalContext.js +1 -3
  219. package/dist/components/client/BottomSheet/BottomSheetProvider.cjs +5 -7
  220. package/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +2 -2
  221. package/dist/components/client/BottomSheet/BottomSheetProvider.d.ts +2 -2
  222. package/dist/components/client/BottomSheet/BottomSheetProvider.js +1 -3
  223. package/dist/components/client/BottomSheet/BottomSheetTrigger.cjs +3 -5
  224. package/dist/components/client/BottomSheet/BottomSheetTrigger.d.cts +2 -2
  225. package/dist/components/client/BottomSheet/BottomSheetTrigger.d.ts +2 -2
  226. package/dist/components/client/BottomSheet/BottomSheetTrigger.js +1 -3
  227. package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.cjs +3 -5
  228. package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +2 -2
  229. package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.ts +2 -2
  230. package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.js +1 -3
  231. package/dist/components/client/BottomSheet/index.cjs +10 -11
  232. package/dist/components/client/BottomSheet/index.js +1 -2
  233. package/dist/components/client/BottomSheet/useBottomSheetDrag.cjs +5 -7
  234. package/dist/components/client/BottomSheet/useBottomSheetDrag.js +1 -3
  235. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.cjs +5 -7
  236. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +1 -2
  237. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +1 -2
  238. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.js +1 -3
  239. package/dist/components/client/BottomSheet/useBottomSheetStore.cjs +4 -6
  240. package/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +2 -2
  241. package/dist/components/client/BottomSheet/useBottomSheetStore.d.ts +2 -2
  242. package/dist/components/client/BottomSheet/useBottomSheetStore.js +1 -3
  243. package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.cjs +3 -5
  244. package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.d.cts +2 -2
  245. package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.d.ts +2 -2
  246. package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.js +1 -3
  247. package/dist/components/client/BottomSheet/useExpansionMargins.cjs +3 -5
  248. package/dist/components/client/BottomSheet/useExpansionMargins.js +1 -3
  249. package/dist/components/client/BottomSheet/useViewportHeight.cjs +4 -6
  250. package/dist/components/client/BottomSheet/useViewportHeight.js +1 -3
  251. package/dist/components/client/BottomSheet/useVirtualKeyboard.cjs +4 -6
  252. package/dist/components/client/BottomSheet/useVirtualKeyboard.js +1 -3
  253. package/dist/components/client/BottomSheet/utils.cjs +4 -6
  254. package/dist/components/client/BottomSheet/utils.d.cts +1 -1
  255. package/dist/components/client/BottomSheet/utils.d.ts +1 -1
  256. package/dist/components/client/BottomSheet/utils.js +1 -3
  257. package/dist/components/client/Button.cjs +15 -17
  258. package/dist/components/client/Button.d.cts +1 -2
  259. package/dist/components/client/Button.d.ts +1 -2
  260. package/dist/components/client/Button.js +6 -8
  261. package/dist/components/client/Checkbox.cjs +9 -11
  262. package/dist/components/client/Checkbox.d.cts +1 -2
  263. package/dist/components/client/Checkbox.d.ts +1 -2
  264. package/dist/components/client/Checkbox.js +3 -5
  265. package/dist/components/client/Chip/Chip.cjs +7 -9
  266. package/dist/components/client/Chip/Chip.d.cts +0 -1
  267. package/dist/components/client/Chip/Chip.d.ts +0 -1
  268. package/dist/components/client/Chip/Chip.js +2 -4
  269. package/dist/components/client/Chip/ChipBase.cjs +7 -9
  270. package/dist/components/client/Chip/ChipBase.d.cts +1 -2
  271. package/dist/components/client/Chip/ChipBase.d.ts +1 -2
  272. package/dist/components/client/Chip/ChipBase.js +2 -4
  273. package/dist/components/client/Chip/ChipButton.cjs +6 -8
  274. package/dist/components/client/Chip/ChipButton.d.cts +1 -2
  275. package/dist/components/client/Chip/ChipButton.d.ts +1 -2
  276. package/dist/components/client/Chip/ChipButton.js +2 -4
  277. package/dist/components/client/Chip/ChipDismissible.cjs +9 -11
  278. package/dist/components/client/Chip/ChipDismissible.d.cts +1 -2
  279. package/dist/components/client/Chip/ChipDismissible.d.ts +1 -2
  280. package/dist/components/client/Chip/ChipDismissible.js +3 -5
  281. package/dist/components/client/Chip/ChipLink.cjs +6 -8
  282. package/dist/components/client/Chip/ChipLink.d.cts +1 -2
  283. package/dist/components/client/Chip/ChipLink.d.ts +1 -2
  284. package/dist/components/client/Chip/ChipLink.js +2 -4
  285. package/dist/components/client/Chip/ChipToggle.cjs +7 -10
  286. package/dist/components/client/Chip/ChipToggle.d.cts +1 -2
  287. package/dist/components/client/Chip/ChipToggle.d.ts +1 -2
  288. package/dist/components/client/Chip/ChipToggle.js +3 -6
  289. package/dist/components/client/Chip/index.cjs +7 -8
  290. package/dist/components/client/Chip/index.js +1 -2
  291. package/dist/components/client/IconButton.cjs +14 -21
  292. package/dist/components/client/IconButton.d.cts +2 -3
  293. package/dist/components/client/IconButton.d.ts +2 -3
  294. package/dist/components/client/IconButton.js +6 -13
  295. package/dist/components/client/Input/Input.cjs +18 -16
  296. package/dist/components/client/Input/Input.d.cts +3 -4
  297. package/dist/components/client/Input/Input.d.ts +3 -4
  298. package/dist/components/client/Input/Input.js +11 -9
  299. package/dist/components/client/Input/InputHelpText.cjs +6 -8
  300. package/dist/components/client/Input/InputHelpText.d.cts +2 -2
  301. package/dist/components/client/Input/InputHelpText.d.ts +2 -2
  302. package/dist/components/client/Input/InputHelpText.js +1 -3
  303. package/dist/components/client/Input/InputHelpTextInternal.cjs +6 -8
  304. package/dist/components/client/Input/InputHelpTextInternal.d.cts +3 -4
  305. package/dist/components/client/Input/InputHelpTextInternal.d.ts +3 -4
  306. package/dist/components/client/Input/InputHelpTextInternal.js +1 -3
  307. package/dist/components/client/Input/index.cjs +4 -5
  308. package/dist/components/client/Input/index.js +1 -2
  309. package/dist/components/client/Menu/Menu.Content.cjs +5 -7
  310. package/dist/components/client/Menu/Menu.Content.d.cts +3 -4
  311. package/dist/components/client/Menu/Menu.Content.d.ts +3 -4
  312. package/dist/components/client/Menu/Menu.Content.js +1 -3
  313. package/dist/components/client/Menu/Menu.Divider.cjs +5 -7
  314. package/dist/components/client/Menu/Menu.Divider.d.cts +2 -2
  315. package/dist/components/client/Menu/Menu.Divider.d.ts +2 -2
  316. package/dist/components/client/Menu/Menu.Divider.js +1 -3
  317. package/dist/components/client/Menu/Menu.Item.cjs +5 -7
  318. package/dist/components/client/Menu/Menu.Item.d.cts +3 -4
  319. package/dist/components/client/Menu/Menu.Item.d.ts +3 -4
  320. package/dist/components/client/Menu/Menu.Item.js +1 -3
  321. package/dist/components/client/Menu/Menu.ItemBase.cjs +7 -9
  322. package/dist/components/client/Menu/Menu.ItemBase.d.cts +3 -4
  323. package/dist/components/client/Menu/Menu.ItemBase.d.ts +3 -4
  324. package/dist/components/client/Menu/Menu.ItemBase.js +2 -4
  325. package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +6 -8
  326. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +3 -4
  327. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +3 -4
  328. package/dist/components/client/Menu/Menu.ItemCheckbox.js +2 -4
  329. package/dist/components/client/Menu/Menu.Provider.cjs +6 -8
  330. package/dist/components/client/Menu/Menu.Provider.d.cts +2 -2
  331. package/dist/components/client/Menu/Menu.Provider.d.ts +2 -2
  332. package/dist/components/client/Menu/Menu.Provider.js +1 -3
  333. package/dist/components/client/Menu/Menu.Trigger.cjs +5 -7
  334. package/dist/components/client/Menu/Menu.Trigger.d.cts +2 -2
  335. package/dist/components/client/Menu/Menu.Trigger.d.ts +2 -2
  336. package/dist/components/client/Menu/Menu.Trigger.js +1 -3
  337. package/dist/components/client/Menu/Menu.cjs +8 -9
  338. package/dist/components/client/Menu/Menu.index.cjs +29 -31
  339. package/dist/components/client/Menu/Menu.index.js +1 -3
  340. package/dist/components/client/Menu/Menu.js +1 -2
  341. package/dist/components/client/Menu/index.cjs +8 -9
  342. package/dist/components/client/Menu/index.d.cts +0 -1
  343. package/dist/components/client/Menu/index.d.ts +0 -1
  344. package/dist/components/client/Menu/index.js +1 -2
  345. package/dist/components/client/Menu/utils/transformAriakitPlacement.cjs +2 -4
  346. package/dist/components/client/Menu/utils/transformAriakitPlacement.js +1 -2
  347. package/dist/components/client/Popover/Popover.cjs +5 -7
  348. package/dist/components/client/Popover/Popover.d.cts +3 -3
  349. package/dist/components/client/Popover/Popover.d.ts +3 -3
  350. package/dist/components/client/Popover/Popover.js +1 -3
  351. package/dist/components/client/Popover/PopoverContent.cjs +15 -17
  352. package/dist/components/client/Popover/PopoverContent.d.cts +3 -4
  353. package/dist/components/client/Popover/PopoverContent.d.ts +3 -4
  354. package/dist/components/client/Popover/PopoverContent.js +4 -6
  355. package/dist/components/client/Popover/PopoverContext.cjs +4 -7
  356. package/dist/components/client/Popover/PopoverContext.d.cts +2 -2
  357. package/dist/components/client/Popover/PopoverContext.d.ts +2 -2
  358. package/dist/components/client/Popover/PopoverContext.js +1 -3
  359. package/dist/components/client/Popover/PopoverTrigger.cjs +4 -6
  360. package/dist/components/client/Popover/PopoverTrigger.d.cts +3 -3
  361. package/dist/components/client/Popover/PopoverTrigger.d.ts +3 -3
  362. package/dist/components/client/Popover/PopoverTrigger.js +1 -3
  363. package/dist/components/client/Popover/UDSPopoverConfigProvider.cjs +3 -5
  364. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +3 -3
  365. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +3 -3
  366. package/dist/components/client/Popover/UDSPopoverConfigProvider.js +1 -3
  367. package/dist/components/client/Popover/index.cjs +6 -7
  368. package/dist/components/client/Popover/index.d.cts +1 -1
  369. package/dist/components/client/Popover/index.d.ts +1 -1
  370. package/dist/components/client/Popover/index.js +1 -2
  371. package/dist/components/client/Pressable.cjs +5 -7
  372. package/dist/components/client/Pressable.d.cts +3 -4
  373. package/dist/components/client/Pressable.d.ts +3 -4
  374. package/dist/components/client/Pressable.js +1 -3
  375. package/dist/components/client/Radio/Radio.cjs +8 -10
  376. package/dist/components/client/Radio/Radio.d.cts +1 -2
  377. package/dist/components/client/Radio/Radio.d.ts +1 -2
  378. package/dist/components/client/Radio/Radio.js +2 -4
  379. package/dist/components/client/Radio/RadioGroupProvider.cjs +6 -8
  380. package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -2
  381. package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -2
  382. package/dist/components/client/Radio/RadioGroupProvider.js +2 -4
  383. package/dist/components/client/Radio/RadioGroupStore.cjs +3 -5
  384. package/dist/components/client/Radio/RadioGroupStore.d.cts +2 -2
  385. package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
  386. package/dist/components/client/Radio/RadioGroupStore.js +1 -3
  387. package/dist/components/client/Radio/index.cjs +4 -5
  388. package/dist/components/client/Radio/index.js +1 -2
  389. package/dist/components/client/Radio/useRadioGroup.cjs +4 -6
  390. package/dist/components/client/Radio/useRadioGroup.js +1 -3
  391. package/dist/components/client/SpringMotionConfig.cjs +6 -8
  392. package/dist/components/client/SpringMotionConfig.d.cts +1 -2
  393. package/dist/components/client/SpringMotionConfig.d.ts +1 -2
  394. package/dist/components/client/SpringMotionConfig.js +1 -3
  395. package/dist/components/client/Switch.cjs +8 -10
  396. package/dist/components/client/Switch.d.cts +1 -2
  397. package/dist/components/client/Switch.d.ts +1 -2
  398. package/dist/components/client/Switch.js +3 -5
  399. package/dist/components/client/Tabs/Tab.cjs +7 -9
  400. package/dist/components/client/Tabs/Tab.d.cts +3 -3
  401. package/dist/components/client/Tabs/Tab.d.ts +3 -3
  402. package/dist/components/client/Tabs/Tab.js +1 -3
  403. package/dist/components/client/Tabs/TabList.cjs +5 -7
  404. package/dist/components/client/Tabs/TabList.d.cts +3 -3
  405. package/dist/components/client/Tabs/TabList.d.ts +3 -3
  406. package/dist/components/client/Tabs/TabList.js +1 -3
  407. package/dist/components/client/Tabs/TabPanel.cjs +3 -5
  408. package/dist/components/client/Tabs/TabPanel.d.cts +3 -3
  409. package/dist/components/client/Tabs/TabPanel.d.ts +3 -3
  410. package/dist/components/client/Tabs/TabPanel.js +1 -3
  411. package/dist/components/client/Tabs/Tabs.cjs +4 -6
  412. package/dist/components/client/Tabs/Tabs.d.cts +3 -3
  413. package/dist/components/client/Tabs/Tabs.d.ts +3 -3
  414. package/dist/components/client/Tabs/Tabs.js +1 -3
  415. package/dist/components/client/Tabs/index.cjs +6 -7
  416. package/dist/components/client/Tabs/index.js +1 -2
  417. package/dist/components/client/Tabs/tabsContext.cjs +3 -5
  418. package/dist/components/client/Tabs/tabsContext.d.cts +3 -3
  419. package/dist/components/client/Tabs/tabsContext.d.ts +3 -3
  420. package/dist/components/client/Tabs/tabsContext.js +1 -3
  421. package/dist/components/client/Toast/Toast.cjs +10 -12
  422. package/dist/components/client/Toast/Toast.d.cts +3 -4
  423. package/dist/components/client/Toast/Toast.d.ts +3 -4
  424. package/dist/components/client/Toast/Toast.js +2 -4
  425. package/dist/components/client/Toast/ToastContainer.cjs +7 -9
  426. package/dist/components/client/Toast/ToastContainer.d.cts +3 -4
  427. package/dist/components/client/Toast/ToastContainer.d.ts +3 -4
  428. package/dist/components/client/Toast/ToastContainer.js +1 -3
  429. package/dist/components/client/Toast/ToastPortal.cjs +6 -8
  430. package/dist/components/client/Toast/ToastPortal.d.cts +2 -2
  431. package/dist/components/client/Toast/ToastPortal.d.ts +2 -2
  432. package/dist/components/client/Toast/ToastPortal.js +1 -3
  433. package/dist/components/client/Toast/UDSToastConfigProvider.cjs +3 -5
  434. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +3 -4
  435. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +3 -4
  436. package/dist/components/client/Toast/UDSToastConfigProvider.js +1 -3
  437. package/dist/components/client/Toast/createToast.cjs +7 -9
  438. package/dist/components/client/Toast/createToast.d.cts +1 -2
  439. package/dist/components/client/Toast/createToast.d.ts +1 -2
  440. package/dist/components/client/Toast/createToast.js +1 -3
  441. package/dist/components/client/Toast/index.cjs +7 -8
  442. package/dist/components/client/Toast/index.js +1 -2
  443. package/dist/components/client/Tooltip/Tooltip.cjs +5 -7
  444. package/dist/components/client/Tooltip/Tooltip.d.cts +3 -3
  445. package/dist/components/client/Tooltip/Tooltip.d.ts +3 -3
  446. package/dist/components/client/Tooltip/Tooltip.js +1 -3
  447. package/dist/components/client/Tooltip/TooltipContent.cjs +14 -16
  448. package/dist/components/client/Tooltip/TooltipContent.d.cts +4 -4
  449. package/dist/components/client/Tooltip/TooltipContent.d.ts +4 -4
  450. package/dist/components/client/Tooltip/TooltipContent.js +2 -4
  451. package/dist/components/client/Tooltip/TooltipTrigger.cjs +3 -5
  452. package/dist/components/client/Tooltip/TooltipTrigger.d.cts +3 -3
  453. package/dist/components/client/Tooltip/TooltipTrigger.d.ts +3 -3
  454. package/dist/components/client/Tooltip/TooltipTrigger.js +1 -3
  455. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.cjs +3 -5
  456. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +3 -3
  457. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +3 -3
  458. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.js +1 -3
  459. package/dist/components/client/Tooltip/index.cjs +6 -7
  460. package/dist/components/client/Tooltip/index.d.cts +1 -1
  461. package/dist/components/client/Tooltip/index.d.ts +1 -1
  462. package/dist/components/client/Tooltip/index.js +1 -2
  463. package/dist/components/client/Tooltip/tooltipContext.cjs +4 -7
  464. package/dist/components/client/Tooltip/tooltipContext.d.cts +2 -2
  465. package/dist/components/client/Tooltip/tooltipContext.d.ts +2 -2
  466. package/dist/components/client/Tooltip/tooltipContext.js +1 -3
  467. package/dist/components/client/buttonConstants.cjs +2 -4
  468. package/dist/components/client/buttonConstants.d.cts +1 -3
  469. package/dist/components/client/buttonConstants.d.ts +1 -3
  470. package/dist/components/client/buttonConstants.js +1 -2
  471. package/dist/components/client/index.cjs +58 -53
  472. package/dist/components/client/index.d.cts +6 -14
  473. package/dist/components/client/index.d.ts +6 -14
  474. package/dist/components/client/index.js +5 -3
  475. package/dist/components/client/motionFeatures/domAnimation.cjs +8 -9
  476. package/dist/components/client/motionFeatures/domAnimation.js +1 -2
  477. package/dist/components/client/motionFeatures/domMax.cjs +8 -9
  478. package/dist/components/client/motionFeatures/domMax.js +1 -2
  479. package/dist/components/client/providers/UDSBreakpointsConfigProvider.cjs +3 -5
  480. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +3 -3
  481. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +3 -3
  482. package/dist/components/client/providers/UDSBreakpointsConfigProvider.js +1 -3
  483. package/dist/components/client/providers/UDSConfigProvider.cjs +8 -10
  484. package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -2
  485. package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -2
  486. package/dist/components/client/providers/UDSConfigProvider.js +1 -3
  487. package/dist/components/experimental/Spinner.cjs +5 -7
  488. package/dist/components/experimental/Spinner.d.cts +2 -2
  489. package/dist/components/experimental/Spinner.d.ts +2 -2
  490. package/dist/components/experimental/Spinner.js +1 -3
  491. package/dist/components/experimental/Table.cjs +6 -8
  492. package/dist/components/experimental/Table.d.cts +4 -6
  493. package/dist/components/experimental/Table.d.ts +4 -6
  494. package/dist/components/experimental/Table.js +3 -5
  495. package/dist/components/experimental/Table.mocks.cjs +3 -5
  496. package/dist/components/experimental/Table.mocks.js +1 -3
  497. package/dist/components/experimental/client/Accordion.cjs +10 -12
  498. package/dist/components/experimental/client/Accordion.d.cts +2 -3
  499. package/dist/components/experimental/client/Accordion.d.ts +2 -3
  500. package/dist/components/experimental/client/Accordion.js +2 -4
  501. package/dist/components/experimental/client/AvoidMotionLibraryProvider.cjs +3 -5
  502. package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +2 -2
  503. package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.ts +2 -2
  504. package/dist/components/experimental/client/AvoidMotionLibraryProvider.js +1 -3
  505. package/dist/components/experimental/client/Modal.cjs +8 -10
  506. package/dist/components/experimental/client/Modal.d.cts +3 -3
  507. package/dist/components/experimental/client/Modal.d.ts +3 -3
  508. package/dist/components/experimental/client/Modal.js +1 -3
  509. package/dist/components/experimental/client/SegmentedControl.cjs +9 -12
  510. package/dist/components/experimental/client/SegmentedControl.d.cts +2 -3
  511. package/dist/components/experimental/client/SegmentedControl.d.ts +2 -3
  512. package/dist/components/experimental/client/SegmentedControl.js +4 -7
  513. package/dist/components/experimental/client/SwitchV2.cjs +9 -11
  514. package/dist/components/experimental/client/SwitchV2.d.cts +1 -2
  515. package/dist/components/experimental/client/SwitchV2.d.ts +1 -2
  516. package/dist/components/experimental/client/SwitchV2.js +3 -5
  517. package/dist/components/experimental/client/index.cjs +7 -8
  518. package/dist/components/experimental/client/index.js +1 -2
  519. package/dist/components/experimental/index.cjs +15 -17
  520. package/dist/components/experimental/index.d.cts +0 -1
  521. package/dist/components/experimental/index.d.ts +0 -1
  522. package/dist/components/experimental/index.js +1 -3
  523. package/dist/components/index.cjs +80 -85
  524. package/dist/components/index.d.cts +7 -13
  525. package/dist/components/index.d.ts +7 -13
  526. package/dist/components/index.js +8 -12
  527. package/dist/config/dist/index.cjs +2 -5
  528. package/dist/config/dist/index.d.cts +1 -1
  529. package/dist/config/dist/index.d.ts +1 -1
  530. package/dist/config/dist/index.js +2 -4
  531. package/dist/css-tokens/dist/index.cjs +37 -39
  532. package/dist/css-tokens/dist/index.d.cts +1 -1
  533. package/dist/css-tokens/dist/index.d.ts +1 -1
  534. package/dist/css-tokens/dist/index.js +35 -37
  535. package/dist/defaultTokensConfig.cjs +4 -6
  536. package/dist/defaultTokensConfig.d.cts +0 -2
  537. package/dist/defaultTokensConfig.d.ts +0 -2
  538. package/dist/defaultTokensConfig.js +1 -3
  539. package/dist/fixtures/dist/index.cjs +1 -3
  540. package/dist/fixtures/dist/index.d.cts +1 -1
  541. package/dist/fixtures/dist/index.d.ts +1 -1
  542. package/dist/fixtures/dist/index.js +1 -2
  543. package/dist/fixtures/index.cjs +4 -6
  544. package/dist/fixtures/index.d.cts +1 -1
  545. package/dist/fixtures/index.d.ts +1 -1
  546. package/dist/fixtures/index.js +1 -3
  547. package/dist/fixtures/src/arbitrary.cjs +7 -10
  548. package/dist/fixtures/src/arbitrary.js +1 -3
  549. package/dist/fixtures/src/util.cjs +2 -4
  550. package/dist/fixtures/src/util.js +1 -3
  551. package/dist/flags.cjs +6 -4
  552. package/dist/flags.js +5 -2
  553. package/dist/fonts/dist/index.cjs +22 -14
  554. package/dist/fonts/dist/index.d.cts +1 -1
  555. package/dist/fonts/dist/index.d.ts +1 -1
  556. package/dist/fonts/dist/index.js +22 -13
  557. package/dist/hooks/useForkRef.cjs +3 -5
  558. package/dist/hooks/useForkRef.js +1 -3
  559. package/dist/hooks/useRtl.cjs +3 -5
  560. package/dist/hooks/useRtl.js +1 -3
  561. package/dist/hooks/useSvgFloatingContent.cjs +6 -8
  562. package/dist/hooks/useSvgFloatingContent.js +1 -3
  563. package/dist/icons/dist/types.d.cts +30 -0
  564. package/dist/icons/dist/types.d.ts +30 -0
  565. package/dist/index.cjs +105 -108
  566. package/dist/index.d.cts +8 -14
  567. package/dist/index.d.ts +8 -14
  568. package/dist/index.js +8 -10
  569. package/dist/modes/dist/index.cjs +1 -3
  570. package/dist/modes/dist/index.d.cts +1 -1
  571. package/dist/modes/dist/index.d.ts +1 -1
  572. package/dist/modes/dist/index.js +1 -2
  573. package/dist/motion-tokens/dist/index.cjs +1 -3
  574. package/dist/motion-tokens/dist/index.d.cts +1 -1
  575. package/dist/motion-tokens/dist/index.d.ts +1 -1
  576. package/dist/motion-tokens/dist/index.js +1 -2
  577. package/dist/palette/dist/index.cjs +13 -3
  578. package/dist/palette/dist/index.js +13 -2
  579. package/dist/providers/ColorModeProvider.cjs +4 -6
  580. package/dist/providers/ColorModeProvider.d.cts +5 -6
  581. package/dist/providers/ColorModeProvider.d.ts +5 -6
  582. package/dist/providers/ColorModeProvider.js +1 -3
  583. package/dist/providers/ScaleModeProvider.cjs +4 -6
  584. package/dist/providers/ScaleModeProvider.d.cts +5 -6
  585. package/dist/providers/ScaleModeProvider.d.ts +5 -6
  586. package/dist/providers/ScaleModeProvider.js +1 -3
  587. package/dist/providers/ThemeProvider.cjs +5 -7
  588. package/dist/providers/ThemeProvider.d.cts +3 -4
  589. package/dist/providers/ThemeProvider.d.ts +3 -4
  590. package/dist/providers/ThemeProvider.js +1 -3
  591. package/dist/runtime/bottomSheetConfig.cjs +2 -4
  592. package/dist/runtime/bottomSheetConfig.d.cts +1 -1
  593. package/dist/runtime/bottomSheetConfig.d.ts +1 -1
  594. package/dist/runtime/bottomSheetConfig.js +1 -2
  595. package/dist/runtime/breakpointsConfig.cjs +4 -6
  596. package/dist/runtime/breakpointsConfig.d.cts +1 -3
  597. package/dist/runtime/breakpointsConfig.d.ts +1 -3
  598. package/dist/runtime/breakpointsConfig.js +1 -3
  599. package/dist/runtime/index.cjs +8 -9
  600. package/dist/runtime/index.js +1 -2
  601. package/dist/runtime/popoverConfig.cjs +3 -5
  602. package/dist/runtime/popoverConfig.d.cts +1 -2
  603. package/dist/runtime/popoverConfig.d.ts +1 -2
  604. package/dist/runtime/popoverConfig.js +1 -3
  605. package/dist/runtime/toastConfig.cjs +2 -4
  606. package/dist/runtime/toastConfig.d.cts +1 -3
  607. package/dist/runtime/toastConfig.d.ts +1 -3
  608. package/dist/runtime/toastConfig.js +1 -2
  609. package/dist/runtime/tooltipConfig.cjs +3 -5
  610. package/dist/runtime/tooltipConfig.d.cts +1 -2
  611. package/dist/runtime/tooltipConfig.d.ts +1 -2
  612. package/dist/runtime/tooltipConfig.js +1 -3
  613. package/dist/runtime/udsConfig.cjs +7 -9
  614. package/dist/runtime/udsConfig.d.cts +0 -1
  615. package/dist/runtime/udsConfig.d.ts +0 -1
  616. package/dist/runtime/udsConfig.js +1 -3
  617. package/dist/styles/styler.cjs +6 -8
  618. package/dist/styles/styler.d.cts +37 -37
  619. package/dist/styles/styler.d.ts +37 -37
  620. package/dist/styles/styler.js +1 -3
  621. package/dist/styles/stylerTypes.d.cts +1 -2
  622. package/dist/styles/stylerTypes.d.ts +1 -2
  623. package/dist/styles/variants.cjs +4 -6
  624. package/dist/styles/variants.js +1 -3
  625. package/dist/tailwind/dist/_virtual/_rolldown/runtime.cjs +7 -13
  626. package/dist/tailwind/dist/_virtual/_rolldown/runtime.js +1 -2
  627. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +1 -3
  628. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +1 -1
  629. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  630. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +1 -3
  631. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +1 -1
  632. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  633. package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.cjs +3 -5
  634. package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js +1 -2
  635. package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js.map +1 -1
  636. package/dist/tailwind/dist/automated-config/dist/properties.cjs +7 -10
  637. package/dist/tailwind/dist/automated-config/dist/properties.js +2 -4
  638. package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
  639. package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.cjs +1 -3
  640. package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js +1 -1
  641. package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js.map +1 -1
  642. package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.cjs +1 -3
  643. package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js +1 -1
  644. package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js.map +1 -1
  645. package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.cjs +1 -3
  646. package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js +1 -1
  647. package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js.map +1 -1
  648. package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +7 -9
  649. package/dist/tailwind/dist/automated-config/dist/utils/index.js +1 -2
  650. package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
  651. package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.cjs +4 -6
  652. package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js +3 -4
  653. package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js.map +1 -1
  654. package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.cjs +1 -3
  655. package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.js +1 -1
  656. package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.js.map +1 -1
  657. package/dist/tailwind/dist/cli/dist/lib/colors.cjs +1 -3
  658. package/dist/tailwind/dist/cli/dist/lib/colors.js +1 -1
  659. package/dist/tailwind/dist/cli/dist/lib/colors.js.map +1 -1
  660. package/dist/tailwind/dist/cli/dist/lib/logger.cjs +18 -6
  661. package/dist/tailwind/dist/cli/dist/lib/logger.js +15 -2
  662. package/dist/tailwind/dist/cli/dist/lib/logger.js.map +1 -1
  663. package/dist/tailwind/dist/cli/dist/lib/print.cjs +1 -3
  664. package/dist/tailwind/dist/cli/dist/lib/print.js +1 -1
  665. package/dist/tailwind/dist/cli/dist/lib/print.js.map +1 -1
  666. package/dist/tailwind/dist/cli/dist/lib/spinner.cjs +1 -3
  667. package/dist/tailwind/dist/cli/dist/lib/spinner.js +1 -1
  668. package/dist/tailwind/dist/cli/dist/lib/spinner.js.map +1 -1
  669. package/dist/tailwind/dist/cli.cjs +6 -7
  670. package/dist/tailwind/dist/cli.js +1 -2
  671. package/dist/tailwind/dist/commands/css.cjs +6 -8
  672. package/dist/tailwind/dist/commands/css.helpers.cjs +1 -3
  673. package/dist/tailwind/dist/commands/css.helpers.js +1 -1
  674. package/dist/tailwind/dist/commands/css.helpers.js.map +1 -1
  675. package/dist/tailwind/dist/commands/css.js +1 -2
  676. package/dist/tailwind/dist/commands/css.js.map +1 -1
  677. package/dist/tailwind/dist/commands/generateComponentData.cjs +4 -6
  678. package/dist/tailwind/dist/commands/generateComponentData.js +1 -2
  679. package/dist/tailwind/dist/commands/generateComponentData.js.map +1 -1
  680. package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +6 -8
  681. package/dist/tailwind/dist/commands/generatePurgeCSSData.js +1 -2
  682. package/dist/tailwind/dist/commands/generatePurgeCSSData.js.map +1 -1
  683. package/dist/tailwind/dist/commands/purge.cjs +5 -7
  684. package/dist/tailwind/dist/commands/purge.js +1 -2
  685. package/dist/tailwind/dist/commands/purge.js.map +1 -1
  686. package/dist/tailwind/dist/config/dist/index.cjs +2 -5
  687. package/dist/tailwind/dist/config/dist/index.d.cts +0 -1
  688. package/dist/tailwind/dist/config/dist/index.d.cts.map +1 -1
  689. package/dist/tailwind/dist/config/dist/index.d.ts +0 -1
  690. package/dist/tailwind/dist/config/dist/index.d.ts.map +1 -1
  691. package/dist/tailwind/dist/config/dist/index.js +2 -3
  692. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  693. package/dist/tailwind/dist/css/generate.cjs +14 -16
  694. package/dist/tailwind/dist/css/generate.d.ts +0 -1
  695. package/dist/tailwind/dist/css/generate.d.ts.map +1 -1
  696. package/dist/tailwind/dist/css/generate.helpers.cjs +18 -20
  697. package/dist/tailwind/dist/css/generate.helpers.js +1 -2
  698. package/dist/tailwind/dist/css/generate.helpers.js.map +1 -1
  699. package/dist/tailwind/dist/css/generate.js +1 -2
  700. package/dist/tailwind/dist/css/generate.js.map +1 -1
  701. package/dist/tailwind/dist/css/nodeUtils.cjs +9 -11
  702. package/dist/tailwind/dist/css/nodeUtils.js +1 -2
  703. package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
  704. package/dist/tailwind/dist/css/postcss.cjs +2 -4
  705. package/dist/tailwind/dist/css/postcss.helpers.cjs +1 -3
  706. package/dist/tailwind/dist/css/postcss.helpers.js +1 -1
  707. package/dist/tailwind/dist/css/postcss.helpers.js.map +1 -1
  708. package/dist/tailwind/dist/css/postcss.js +1 -2
  709. package/dist/tailwind/dist/css/postcss.js.map +1 -1
  710. package/dist/tailwind/dist/css/runner.cjs +16 -18
  711. package/dist/tailwind/dist/css/runner.helpers.cjs +3 -5
  712. package/dist/tailwind/dist/css/runner.helpers.js +1 -2
  713. package/dist/tailwind/dist/css/runner.helpers.js.map +1 -1
  714. package/dist/tailwind/dist/css/runner.js +3 -4
  715. package/dist/tailwind/dist/css/runner.js.map +1 -1
  716. package/dist/tailwind/dist/css/theme.cjs +1 -3
  717. package/dist/tailwind/dist/css/theme.js +1 -1
  718. package/dist/tailwind/dist/css/utils.cjs +3 -5
  719. package/dist/tailwind/dist/css/utils.js +1 -2
  720. package/dist/tailwind/dist/css/utils.js.map +1 -1
  721. package/dist/tailwind/dist/css-tokens/dist/index.cjs +37 -41
  722. package/dist/tailwind/dist/css-tokens/dist/index.js +36 -38
  723. package/dist/tailwind/dist/css-tokens/dist/index.js.map +1 -1
  724. package/dist/tailwind/dist/fixtures/dist/index.cjs +16 -20
  725. package/dist/tailwind/dist/fixtures/dist/index.js +16 -18
  726. package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
  727. package/dist/tailwind/dist/fonts/dist/index.cjs +22 -14
  728. package/dist/tailwind/dist/fonts/dist/index.d.cts.map +1 -1
  729. package/dist/tailwind/dist/fonts/dist/index.d.ts.map +1 -1
  730. package/dist/tailwind/dist/fonts/dist/index.js +22 -12
  731. package/dist/tailwind/dist/fonts/dist/index.js.map +1 -1
  732. package/dist/tailwind/dist/icons/src/safelist.cjs +1 -3
  733. package/dist/tailwind/dist/icons/src/safelist.js +1 -1
  734. package/dist/tailwind/dist/index.cjs +5 -6
  735. package/dist/tailwind/dist/index.js +1 -2
  736. package/dist/tailwind/dist/modes/dist/index.cjs +1 -3
  737. package/dist/tailwind/dist/modes/dist/index.js +1 -1
  738. package/dist/tailwind/dist/modes/dist/index.js.map +1 -1
  739. package/dist/tailwind/dist/motion-tokens/dist/index.cjs +1 -3
  740. package/dist/tailwind/dist/motion-tokens/dist/index.js +1 -1
  741. package/dist/tailwind/dist/motion-tokens/dist/index.js.map +1 -1
  742. package/dist/tailwind/dist/palette/dist/index.cjs +13 -3
  743. package/dist/tailwind/dist/palette/dist/index.js +13 -1
  744. package/dist/tailwind/dist/palette/dist/index.js.map +1 -1
  745. package/dist/tailwind/dist/plugin.cjs +22 -24
  746. package/dist/tailwind/dist/plugin.d.cts +3 -3
  747. package/dist/tailwind/dist/plugin.d.cts.map +1 -1
  748. package/dist/tailwind/dist/plugin.d.ts +3 -3
  749. package/dist/tailwind/dist/plugin.d.ts.map +1 -1
  750. package/dist/tailwind/dist/plugin.js +1 -2
  751. package/dist/tailwind/dist/plugin.js.map +1 -1
  752. package/dist/tailwind/dist/purger/legacy/index.d.cts +2 -0
  753. package/dist/tailwind/dist/purger/legacy/purgeCSS.cjs +10 -12
  754. package/dist/tailwind/dist/purger/legacy/purgeCSS.js +2 -3
  755. package/dist/tailwind/dist/purger/legacy/purgeCSS.js.map +1 -1
  756. package/dist/tailwind/dist/purger/legacy/purgeFromCode.cjs +4 -6
  757. package/dist/tailwind/dist/purger/legacy/purgeFromCode.d.cts +1 -1
  758. package/dist/tailwind/dist/purger/legacy/purgeFromCode.js +1 -2
  759. package/dist/tailwind/dist/purger/legacy/purgeFromCode.js.map +1 -1
  760. package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +4 -6
  761. package/dist/tailwind/dist/purger/optimized/ast/expressions.d.cts +2 -0
  762. package/dist/tailwind/dist/purger/optimized/ast/expressions.js +1 -2
  763. package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
  764. package/dist/tailwind/dist/purger/optimized/ast/index.d.cts +2 -0
  765. package/dist/tailwind/dist/purger/optimized/ast/index.d.ts +1 -4
  766. package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +2 -4
  767. package/dist/tailwind/dist/purger/optimized/ast/jsx.d.cts +2 -0
  768. package/dist/tailwind/dist/purger/optimized/ast/jsx.d.ts +0 -1
  769. package/dist/tailwind/dist/purger/optimized/ast/jsx.js +2 -3
  770. package/dist/tailwind/dist/purger/optimized/ast/jsx.js.map +1 -1
  771. package/dist/tailwind/dist/purger/optimized/ast/props.d.cts +2 -0
  772. package/dist/tailwind/dist/purger/optimized/ast/props.d.ts +1 -1
  773. package/dist/tailwind/dist/purger/optimized/ast/spread.d.cts +2 -0
  774. package/dist/tailwind/dist/purger/optimized/ast/spread.d.ts +0 -1
  775. package/dist/tailwind/dist/purger/optimized/index.d.cts +3 -0
  776. package/dist/tailwind/dist/purger/optimized/index.d.ts +1 -4
  777. package/dist/tailwind/dist/purger/optimized/purge.cjs +8 -10
  778. package/dist/tailwind/dist/purger/optimized/purge.d.cts +2 -0
  779. package/dist/tailwind/dist/purger/optimized/purge.d.ts +1 -1
  780. package/dist/tailwind/dist/purger/optimized/purge.js +1 -2
  781. package/dist/tailwind/dist/purger/optimized/purge.js.map +1 -1
  782. package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +4 -6
  783. package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts +1 -1
  784. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +1 -2
  785. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
  786. package/dist/tailwind/dist/purger/optimized/types.d.ts +0 -1
  787. package/dist/tailwind/dist/purger/optimized/types.d.ts.map +1 -1
  788. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +7 -9
  789. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +1 -2
  790. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
  791. package/dist/tailwind/dist/purger/optimized/utils/files.cjs +4 -6
  792. package/dist/tailwind/dist/purger/optimized/utils/files.d.cts +2 -0
  793. package/dist/tailwind/dist/purger/optimized/utils/files.js +1 -2
  794. package/dist/tailwind/dist/purger/optimized/utils/files.js.map +1 -1
  795. package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +4 -6
  796. package/dist/tailwind/dist/purger/optimized/utils/safelist.js +1 -2
  797. package/dist/tailwind/dist/purger/optimized/utils/safelist.js.map +1 -1
  798. package/dist/tailwind/dist/purger.cjs +4 -5
  799. package/dist/tailwind/dist/purger.d.ts +0 -2
  800. package/dist/tailwind/dist/purger.js +1 -2
  801. package/dist/tailwind/dist/runtimeConfig/hookMetadata.cjs +1 -3
  802. package/dist/tailwind/dist/runtimeConfig/hookMetadata.js +1 -1
  803. package/dist/tailwind/dist/runtimeConfig/hookMetadata.js.map +1 -1
  804. package/dist/tailwind/dist/tailwind/base/addColorModeVars.cjs +6 -8
  805. package/dist/tailwind/dist/tailwind/base/addColorModeVars.js +1 -2
  806. package/dist/tailwind/dist/tailwind/base/addColorModeVars.js.map +1 -1
  807. package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.cjs +6 -8
  808. package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js +1 -2
  809. package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js.map +1 -1
  810. package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.cjs +2 -4
  811. package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.js +1 -2
  812. package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.js.map +1 -1
  813. package/dist/tailwind/dist/tailwind/base/addFontVars.cjs +2 -4
  814. package/dist/tailwind/dist/tailwind/base/addFontVars.js +1 -2
  815. package/dist/tailwind/dist/tailwind/base/addFontVars.js.map +1 -1
  816. package/dist/tailwind/dist/tailwind/base/addMotionVars.cjs +2 -4
  817. package/dist/tailwind/dist/tailwind/base/addMotionVars.js +1 -2
  818. package/dist/tailwind/dist/tailwind/base/addMotionVars.js.map +1 -1
  819. package/dist/tailwind/dist/tailwind/base/addScaleModeVars.cjs +4 -6
  820. package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js +1 -2
  821. package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js.map +1 -1
  822. package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.cjs +3 -4
  823. package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js +2 -2
  824. package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js.map +1 -1
  825. package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.cjs +10 -6
  826. package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.js +7 -2
  827. package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.js.map +1 -1
  828. package/dist/tailwind/dist/tailwind/components/getHitTargetStyles.cjs +1 -3
  829. package/dist/tailwind/dist/tailwind/components/getHitTargetStyles.js +1 -1
  830. package/dist/tailwind/dist/tailwind/components/getIconStyles.cjs +1 -3
  831. package/dist/tailwind/dist/tailwind/components/getIconStyles.js +1 -1
  832. package/dist/tailwind/dist/tailwind/components/getInputStyles.cjs +1 -3
  833. package/dist/tailwind/dist/tailwind/components/getInputStyles.js +1 -1
  834. package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.cjs +7 -9
  835. package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js +1 -2
  836. package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js.map +1 -1
  837. package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.cjs +1 -3
  838. package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +1 -1
  839. package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +1 -1
  840. package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.js +1 -1
  841. package/dist/tailwind/dist/tailwind/plugins/a11y.cjs +21 -7
  842. package/dist/tailwind/dist/tailwind/plugins/a11y.js +17 -2
  843. package/dist/tailwind/dist/tailwind/plugins/a11y.js.map +1 -1
  844. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +4 -6
  845. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +1 -2
  846. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js.map +1 -1
  847. package/dist/tailwind/dist/tailwind/plugins/borderRadius.cjs +7 -9
  848. package/dist/tailwind/dist/tailwind/plugins/borderRadius.js +1 -2
  849. package/dist/tailwind/dist/tailwind/plugins/borderRadius.js.map +1 -1
  850. package/dist/tailwind/dist/tailwind/plugins/borderWidth.cjs +7 -9
  851. package/dist/tailwind/dist/tailwind/plugins/borderWidth.js +1 -2
  852. package/dist/tailwind/dist/tailwind/plugins/borderWidth.js.map +1 -1
  853. package/dist/tailwind/dist/tailwind/plugins/breakpoints.cjs +7 -9
  854. package/dist/tailwind/dist/tailwind/plugins/breakpoints.js +1 -2
  855. package/dist/tailwind/dist/tailwind/plugins/breakpoints.js.map +1 -1
  856. package/dist/tailwind/dist/tailwind/plugins/colors.cjs +73 -15
  857. package/dist/tailwind/dist/tailwind/plugins/colors.js +62 -3
  858. package/dist/tailwind/dist/tailwind/plugins/colors.js.map +1 -1
  859. package/dist/tailwind/dist/tailwind/plugins/components.cjs +6 -8
  860. package/dist/tailwind/dist/tailwind/plugins/components.js +1 -2
  861. package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
  862. package/dist/tailwind/dist/tailwind/plugins/elevation.cjs +9 -11
  863. package/dist/tailwind/dist/tailwind/plugins/elevation.js +1 -2
  864. package/dist/tailwind/dist/tailwind/plugins/elevation.js.map +1 -1
  865. package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.cjs +3 -5
  866. package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js +1 -2
  867. package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js.map +1 -1
  868. package/dist/tailwind/dist/tailwind/plugins/icons.cjs +4 -6
  869. package/dist/tailwind/dist/tailwind/plugins/icons.js +1 -2
  870. package/dist/tailwind/dist/tailwind/plugins/icons.js.map +1 -1
  871. package/dist/tailwind/dist/tailwind/plugins/input.cjs +4 -6
  872. package/dist/tailwind/dist/tailwind/plugins/input.js +1 -2
  873. package/dist/tailwind/dist/tailwind/plugins/input.js.map +1 -1
  874. package/dist/tailwind/dist/tailwind/plugins/motion.cjs +4 -6
  875. package/dist/tailwind/dist/tailwind/plugins/motion.js +1 -2
  876. package/dist/tailwind/dist/tailwind/plugins/motion.js.map +1 -1
  877. package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.cjs +6 -8
  878. package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.js +1 -2
  879. package/dist/tailwind/dist/tailwind/plugins/nestedBorderRadius.js.map +1 -1
  880. package/dist/tailwind/dist/tailwind/plugins/scaleMode.cjs +5 -7
  881. package/dist/tailwind/dist/tailwind/plugins/scaleMode.js +1 -2
  882. package/dist/tailwind/dist/tailwind/plugins/scaleMode.js.map +1 -1
  883. package/dist/tailwind/dist/tailwind/plugins/shadows.cjs +6 -8
  884. package/dist/tailwind/dist/tailwind/plugins/shadows.js +1 -2
  885. package/dist/tailwind/dist/tailwind/plugins/shadows.js.map +1 -1
  886. package/dist/tailwind/dist/tailwind/plugins/sizing.cjs +5 -7
  887. package/dist/tailwind/dist/tailwind/plugins/sizing.js +1 -2
  888. package/dist/tailwind/dist/tailwind/plugins/sizing.js.map +1 -1
  889. package/dist/tailwind/dist/tailwind/plugins/spacing.cjs +3 -5
  890. package/dist/tailwind/dist/tailwind/plugins/spacing.js +1 -2
  891. package/dist/tailwind/dist/tailwind/plugins/spacing.js.map +1 -1
  892. package/dist/tailwind/dist/tailwind/plugins/typography.cjs +14 -16
  893. package/dist/tailwind/dist/tailwind/plugins/typography.js +1 -2
  894. package/dist/tailwind/dist/tailwind/plugins/typography.js.map +1 -1
  895. package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.cjs +4 -6
  896. package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js +1 -2
  897. package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js.map +1 -1
  898. package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.cjs +4 -6
  899. package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.cts +3 -3
  900. package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.cts.map +1 -1
  901. package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.ts +3 -3
  902. package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.ts.map +1 -1
  903. package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.js +1 -2
  904. package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.js.map +1 -1
  905. package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.cjs +8 -10
  906. package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.cts +0 -1
  907. package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.cts.map +1 -1
  908. package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.ts +0 -1
  909. package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.ts.map +1 -1
  910. package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.js +1 -2
  911. package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.js.map +1 -1
  912. package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.cjs +1 -3
  913. package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js +1 -1
  914. package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js.map +1 -1
  915. package/dist/tailwind/dist/tailwind/utils/getElevationStyles.cjs +5 -7
  916. package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js +1 -2
  917. package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js.map +1 -1
  918. package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.cjs +2 -4
  919. package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js +1 -2
  920. package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js.map +1 -1
  921. package/dist/tailwind/dist/tailwind/utils/getFontStyles.cjs +5 -7
  922. package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
  923. package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
  924. package/dist/tailwind/dist/tailwind/utils/getFontStyles.js +1 -2
  925. package/dist/tailwind/dist/tailwind/utils/getFontStyles.js.map +1 -1
  926. package/dist/tailwind/dist/tailwind/utils/getMotionStyles.cjs +5 -7
  927. package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js +1 -2
  928. package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js.map +1 -1
  929. package/dist/tailwind/dist/tailwind/utils/getNestedBorderRadiusUtilities.cjs +1 -3
  930. package/dist/tailwind/dist/tailwind/utils/getNestedBorderRadiusUtilities.js +1 -1
  931. package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.cjs +1 -3
  932. package/dist/tailwind/dist/tailwind/utils/getScaleModeStyles.js +1 -1
  933. package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.cjs +3 -5
  934. package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js +1 -2
  935. package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js.map +1 -1
  936. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.cjs +6 -8
  937. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
  938. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
  939. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.js +4 -5
  940. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.js.map +1 -1
  941. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  942. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  943. package/dist/tailwind/dist/utils/assertUnreachable.cjs +1 -3
  944. package/dist/tailwind/dist/utils/assertUnreachable.js +1 -1
  945. package/dist/tailwind/dist/utils/entries.cjs +1 -3
  946. package/dist/tailwind/dist/utils/entries.js +1 -1
  947. package/dist/tailwind/dist/utils/entryPoints.cjs +4 -6
  948. package/dist/tailwind/dist/utils/entryPoints.js +1 -2
  949. package/dist/tailwind/dist/utils/entryPoints.js.map +1 -1
  950. package/dist/tailwind/dist/utils/fromEntries.cjs +1 -3
  951. package/dist/tailwind/dist/utils/fromEntries.js +1 -1
  952. package/dist/tailwind/dist/utils/generatePurgeCSSData.cjs +11 -15
  953. package/dist/tailwind/dist/utils/generatePurgeCSSData.js +2 -5
  954. package/dist/tailwind/dist/utils/generatePurgeCSSData.js.map +1 -1
  955. package/dist/tailwind/dist/utils/mapValues.cjs +1 -3
  956. package/dist/tailwind/dist/utils/mapValues.js +1 -1
  957. package/dist/tailwind/dist/utils/opacity.cjs +3 -5
  958. package/dist/tailwind/dist/utils/opacity.js +1 -2
  959. package/dist/tailwind/dist/utils/opacity.js.map +1 -1
  960. package/dist/tailwind/dist/utils/optimizeCSS.cjs +3 -5
  961. package/dist/tailwind/dist/utils/optimizeCSS.js +1 -2
  962. package/dist/tailwind/dist/utils/optimizeCSS.js.map +1 -1
  963. package/dist/tailwind/dist/utils/parseTokens.cjs +7 -9
  964. package/dist/tailwind/dist/utils/parseTokens.js +3 -4
  965. package/dist/tailwind/dist/utils/parseTokens.js.map +1 -1
  966. package/dist/tailwind/dist/utils/postcssPreserveVars.cjs +1 -3
  967. package/dist/tailwind/dist/utils/postcssPreserveVars.js +1 -1
  968. package/dist/tailwind/dist/utils/tsMorph.cjs +4 -6
  969. package/dist/tailwind/dist/utils/tsMorph.js +1 -2
  970. package/dist/tailwind/dist/utils/tsMorph.js.map +1 -1
  971. package/dist/tailwind/dist/utils.cjs +12 -13
  972. package/dist/tailwind/dist/utils.js +1 -2
  973. package/dist/tailwind/plugin.cjs +5 -6
  974. package/dist/tailwind/plugin.js +1 -2
  975. package/dist/tailwind/purger.cjs +3 -4
  976. package/dist/tailwind/purger.js +1 -2
  977. package/dist/tailwind/utils.cjs +12 -13
  978. package/dist/tailwind/utils.d.cts +0 -1
  979. package/dist/tailwind/utils.d.ts +0 -1
  980. package/dist/tailwind/utils.js +1 -2
  981. package/dist/tokens/automation/configs/index.cjs +3 -4
  982. package/dist/tokens/automation/configs/index.js +1 -2
  983. package/dist/tokens/automation/index.cjs +16 -17
  984. package/dist/tokens/automation/index.js +1 -2
  985. package/dist/tokens/automation/properties.cjs +3 -4
  986. package/dist/tokens/automation/properties.js +1 -2
  987. package/dist/tokens/configs/borderRadius.cjs +2 -4
  988. package/dist/tokens/configs/borderRadius.d.cts +1 -3
  989. package/dist/tokens/configs/borderRadius.d.ts +1 -3
  990. package/dist/tokens/configs/borderRadius.js +1 -2
  991. package/dist/tokens/configs/borderWidth.cjs +2 -4
  992. package/dist/tokens/configs/borderWidth.d.cts +1 -3
  993. package/dist/tokens/configs/borderWidth.d.ts +1 -3
  994. package/dist/tokens/configs/borderWidth.js +1 -2
  995. package/dist/tokens/configs/font.cjs +2 -4
  996. package/dist/tokens/configs/font.d.cts +1 -3
  997. package/dist/tokens/configs/font.d.ts +1 -3
  998. package/dist/tokens/configs/font.js +1 -2
  999. package/dist/tokens/configs/motion.cjs +3 -4
  1000. package/dist/tokens/configs/motion.js +1 -2
  1001. package/dist/tokens/configs/palette/alwaysPalette.cjs +3 -4
  1002. package/dist/tokens/configs/palette/alwaysPalette.js +1 -2
  1003. package/dist/tokens/configs/palette/index.cjs +3 -4
  1004. package/dist/tokens/configs/palette/index.js +1 -2
  1005. package/dist/tokens/configs/scaleMode.cjs +5 -7
  1006. package/dist/tokens/configs/scaleMode.d.cts +1 -3
  1007. package/dist/tokens/configs/scaleMode.d.ts +1 -3
  1008. package/dist/tokens/configs/scaleMode.js +1 -3
  1009. package/dist/tokens/configs/shadow.cjs +2 -4
  1010. package/dist/tokens/configs/shadow.d.cts +1 -3
  1011. package/dist/tokens/configs/shadow.d.ts +1 -3
  1012. package/dist/tokens/configs/shadow.js +1 -2
  1013. package/dist/tokens/configs/sizes.cjs +3 -5
  1014. package/dist/tokens/configs/sizes.d.cts +1 -3
  1015. package/dist/tokens/configs/sizes.d.ts +1 -3
  1016. package/dist/tokens/configs/sizes.js +1 -3
  1017. package/dist/tokens/configs/typography.cjs +2 -4
  1018. package/dist/tokens/configs/typography.d.cts +1 -3
  1019. package/dist/tokens/configs/typography.d.ts +1 -3
  1020. package/dist/tokens/configs/typography.js +1 -2
  1021. package/dist/tokens/consts/cssTokens.cjs +3 -4
  1022. package/dist/tokens/consts/cssTokens.js +1 -2
  1023. package/dist/tokens/consts/defaultModes.cjs +3 -4
  1024. package/dist/tokens/consts/defaultModes.js +1 -2
  1025. package/dist/tokens/consts/fontDeclarationsMap.cjs +3 -4
  1026. package/dist/tokens/consts/fontDeclarationsMap.js +1 -2
  1027. package/dist/tokens/index.cjs +28 -29
  1028. package/dist/tokens/index.d.cts +2 -6
  1029. package/dist/tokens/index.d.ts +2 -6
  1030. package/dist/tokens/index.js +1 -2
  1031. package/dist/tokens/parseButtonVariants.cjs +2 -4
  1032. package/dist/tokens/parseButtonVariants.d.cts +1 -3
  1033. package/dist/tokens/parseButtonVariants.d.ts +1 -3
  1034. package/dist/tokens/parseButtonVariants.js +1 -2
  1035. package/dist/tokens/parseTokens.cjs +3 -4
  1036. package/dist/tokens/parseTokens.d.cts +0 -1
  1037. package/dist/tokens/parseTokens.d.ts +0 -1
  1038. package/dist/tokens/parseTokens.js +1 -2
  1039. package/dist/tokens/types.d.cts +7 -7
  1040. package/dist/tokens/types.d.ts +7 -7
  1041. package/dist/tokens/utils/entries.cjs +2 -4
  1042. package/dist/tokens/utils/entries.js +1 -2
  1043. package/dist/tokens/utils/fromEntries.cjs +2 -4
  1044. package/dist/tokens/utils/fromEntries.js +1 -2
  1045. package/dist/tokens/utils/getFontUrls.cjs +4 -6
  1046. package/dist/tokens/utils/getFontUrls.d.cts +0 -3
  1047. package/dist/tokens/utils/getFontUrls.d.ts +0 -3
  1048. package/dist/tokens/utils/getFontUrls.js +1 -3
  1049. package/dist/tokens/utils/mapValues.cjs +2 -4
  1050. package/dist/tokens/utils/mapValues.js +1 -2
  1051. package/dist/tokens/utils/spectrum.cjs +2 -4
  1052. package/dist/tokens/utils/spectrum.d.cts +1 -3
  1053. package/dist/tokens/utils/spectrum.d.ts +1 -3
  1054. package/dist/tokens/utils/spectrum.js +1 -2
  1055. package/dist/types/{src → dist}/index.d.cts +23 -35
  1056. package/dist/types/{src → dist}/index.d.ts +23 -35
  1057. package/dist/uds/generated/componentData.cjs +2040 -2062
  1058. package/dist/uds/generated/componentData.js +1514 -1529
  1059. package/dist/uds/generated/tailwindPurge.cjs +105 -131
  1060. package/dist/uds/generated/tailwindPurge.js +105 -130
  1061. package/dist/uds/package.cjs +7 -9
  1062. package/dist/uds/package.js +2 -3
  1063. package/dist/utils/assertUnreachable.cjs +2 -4
  1064. package/dist/utils/assertUnreachable.js +1 -2
  1065. package/dist/utils/composeRefs.cjs +2 -4
  1066. package/dist/utils/composeRefs.js +1 -2
  1067. package/dist/utils/createSlot.cjs +4 -6
  1068. package/dist/utils/createSlot.js +1 -3
  1069. package/dist/utils/entries.cjs +2 -4
  1070. package/dist/utils/entries.js +1 -2
  1071. package/dist/utils/falsyToString.cjs +2 -4
  1072. package/dist/utils/falsyToString.js +1 -2
  1073. package/dist/utils/fromEntries.cjs +2 -4
  1074. package/dist/utils/fromEntries.js +1 -2
  1075. package/dist/utils/getUnscaledAnchorRect.cjs +2 -4
  1076. package/dist/utils/getUnscaledAnchorRect.js +1 -2
  1077. package/dist/utils/intersperse.cjs +4 -6
  1078. package/dist/utils/intersperse.d.cts +2 -2
  1079. package/dist/utils/intersperse.d.ts +2 -2
  1080. package/dist/utils/intersperse.js +1 -3
  1081. package/dist/utils/isElevationAlias.cjs +3 -5
  1082. package/dist/utils/isElevationAlias.d.cts +1 -1
  1083. package/dist/utils/isElevationAlias.d.ts +1 -1
  1084. package/dist/utils/isElevationAlias.js +1 -3
  1085. package/dist/utils/mapValues.cjs +2 -4
  1086. package/dist/utils/mapValues.js +1 -2
  1087. package/dist/utils/mergeSlotProps.cjs +3 -5
  1088. package/dist/utils/mergeSlotProps.js +1 -3
  1089. package/dist/utils/parseShadow.cjs +2 -4
  1090. package/dist/utils/parseShadow.js +1 -2
  1091. package/dist/utils/svgFloatingContentUtils.cjs +4 -8
  1092. package/dist/utils/svgFloatingContentUtils.js +3 -6
  1093. package/generated/componentData.json +2047 -2055
  1094. package/generated/tailwindPurge.ts +3 -3
  1095. package/package.json +2 -2
  1096. package/dist/components/Avatar/AvatarImage.types.cjs +0 -1
  1097. package/dist/components/Avatar/AvatarImage.types.d.cts +0 -19
  1098. package/dist/components/Avatar/AvatarImage.types.d.ts +0 -19
  1099. package/dist/components/Avatar/AvatarImage.types.js +0 -1
  1100. package/dist/components/Avatar/AvatarImageNoFallback.cjs +0 -53
  1101. package/dist/components/Avatar/AvatarImageNoFallback.d.cts +0 -18
  1102. package/dist/components/Avatar/AvatarImageNoFallback.d.ts +0 -18
  1103. package/dist/components/Avatar/AvatarImageNoFallback.js +0 -51
  1104. package/dist/components/Avatar/index.cjs +0 -11
  1105. package/dist/components/Avatar/index.d.cts +0 -6
  1106. package/dist/components/Avatar/index.d.ts +0 -6
  1107. package/dist/components/Avatar/index.js +0 -7
@@ -33,8 +33,8 @@ declare const getStylesInternal: (props?: ({
33
33
  bottomsheetVariantRoot?: "default" | undefined;
34
34
  buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
35
35
  buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
36
- buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
37
- buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
36
+ buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
37
+ buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
38
38
  checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
39
39
  checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
40
40
  checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
@@ -171,49 +171,49 @@ declare const getStylesInternal: (props?: ({
171
171
  tooltipVariantIcon?: "default" | undefined;
172
172
  tooltipVariantRoot?: "default" | undefined;
173
173
  tooltipVariantSvg?: "default" | undefined;
174
- color?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
175
- placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
174
+ color?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
175
+ placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
176
176
  fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
177
177
  fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
178
- fontWeight?: "black" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "medium" | "thin" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
178
+ fontWeight?: "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
179
179
  lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
180
180
  letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
181
181
  textAlign?: "start" | "end" | "center" | "justify" | undefined;
182
- textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
183
- spacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
184
- spacingHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
185
- spacingVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
186
- spacingBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
187
- spacingEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
188
- spacingStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
189
- spacingTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
190
- offset?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
191
- offsetVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
192
- offsetHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
193
- offsetBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
194
- offsetEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
195
- offsetStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
196
- offsetTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
197
- columnGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
198
- rowGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
182
+ textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
183
+ spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
184
+ spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
185
+ spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
186
+ spacingBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
187
+ spacingEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
188
+ spacingStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
189
+ spacingTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
190
+ offset?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
191
+ offsetVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
192
+ offsetHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
193
+ offsetBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
194
+ offsetEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
195
+ offsetStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
196
+ offsetTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
197
+ columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
198
+ rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
199
199
  backgroundColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
200
- borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
201
- borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
202
- borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
203
- borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
204
- borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
200
+ borderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
201
+ borderStartColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
202
+ borderEndColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
203
+ borderBottomColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
204
+ borderTopColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
205
205
  borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
206
206
  borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
207
207
  borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
208
208
  borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
209
209
  borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
210
- borderWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
211
- borderVerticalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
212
- borderHorizontalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
213
- borderStartWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
214
- borderEndWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
215
- borderTopWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
216
- borderBottomWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
210
+ borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
211
+ borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
212
+ borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
213
+ borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
214
+ borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
215
+ borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
216
+ borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
217
217
  avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
218
218
  iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
219
219
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
@@ -233,14 +233,14 @@ declare const getStylesInternal: (props?: ({
233
233
  position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
234
234
  contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
235
235
  colorMode?: "light" | "dark" | undefined;
236
- scaleMode?: "small" | "xSmall" | "medium" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
236
+ scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
237
237
  width?: "full" | "fit" | "screen" | undefined;
238
238
  height?: "full" | "fit" | "screen" | undefined;
239
239
  dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
240
240
  insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
241
241
  nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
242
- nestedBorderRadiusWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
243
- nestedBorderRadiusSpacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
242
+ nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
243
+ nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
244
244
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
245
245
  } & {
246
246
  className?: string | undefined;
@@ -33,8 +33,8 @@ declare const getStylesInternal: (props?: ({
33
33
  bottomsheetVariantRoot?: "default" | undefined;
34
34
  buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
35
35
  buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
36
- buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
37
- buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
36
+ buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
37
+ buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
38
38
  checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
39
39
  checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
40
40
  checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
@@ -171,49 +171,49 @@ declare const getStylesInternal: (props?: ({
171
171
  tooltipVariantIcon?: "default" | undefined;
172
172
  tooltipVariantRoot?: "default" | undefined;
173
173
  tooltipVariantSvg?: "default" | undefined;
174
- color?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
175
- placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
174
+ color?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
175
+ placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
176
176
  fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
177
177
  fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
178
- fontWeight?: "black" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "medium" | "thin" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
178
+ fontWeight?: "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
179
179
  lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
180
180
  letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
181
181
  textAlign?: "start" | "end" | "center" | "justify" | undefined;
182
- textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
183
- spacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
184
- spacingHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
185
- spacingVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
186
- spacingBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
187
- spacingEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
188
- spacingStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
189
- spacingTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
190
- offset?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
191
- offsetVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
192
- offsetHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
193
- offsetBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
194
- offsetEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
195
- offsetStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
196
- offsetTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
197
- columnGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
198
- rowGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
182
+ textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
183
+ spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
184
+ spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
185
+ spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
186
+ spacingBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
187
+ spacingEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
188
+ spacingStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
189
+ spacingTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
190
+ offset?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
191
+ offsetVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
192
+ offsetHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
193
+ offsetBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
194
+ offsetEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
195
+ offsetStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
196
+ offsetTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
197
+ columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
198
+ rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
199
199
  backgroundColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
200
- borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
201
- borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
202
- borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
203
- borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
204
- borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
200
+ borderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
201
+ borderStartColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
202
+ borderEndColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
203
+ borderBottomColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
204
+ borderTopColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
205
205
  borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
206
206
  borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
207
207
  borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
208
208
  borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
209
209
  borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
210
- borderWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
211
- borderVerticalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
212
- borderHorizontalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
213
- borderStartWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
214
- borderEndWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
215
- borderTopWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
216
- borderBottomWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
210
+ borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
211
+ borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
212
+ borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
213
+ borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
214
+ borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
215
+ borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
216
+ borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
217
217
  avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
218
218
  iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
219
219
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
@@ -233,14 +233,14 @@ declare const getStylesInternal: (props?: ({
233
233
  position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
234
234
  contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
235
235
  colorMode?: "light" | "dark" | undefined;
236
- scaleMode?: "small" | "xSmall" | "medium" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
236
+ scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
237
237
  width?: "full" | "fit" | "screen" | undefined;
238
238
  height?: "full" | "fit" | "screen" | undefined;
239
239
  dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
240
240
  insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
241
241
  nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
242
- nestedBorderRadiusWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
243
- nestedBorderRadiusSpacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
242
+ nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
243
+ nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
244
244
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
245
245
  } & {
246
246
  className?: string | undefined;
@@ -5,7 +5,6 @@ import { variants } from "./variants.js";
5
5
  import { backgroundColors, borderRadii, borderWidthsWithElevation, foregroundColors, lineColors, spectrumColors, textVariants } from "@yahoo/uds/fixtures";
6
6
  import { clsx } from "clsx";
7
7
  import { extendTailwindMerge } from "tailwind-merge";
8
-
9
8
  //#region src/styles/styler.ts
10
9
  const createObjectWithoutPrototype = () => Object.create(null);
11
10
  const { useGetStylesCache, skipTailwindMerge } = getFeatureFlags();
@@ -107,6 +106,5 @@ const cachedGetStyles = (props, onHit) => {
107
106
  return styles;
108
107
  };
109
108
  const getStyles = cachedGetStyles;
110
-
111
109
  //#endregion
112
- export { cva, cx, getStyles, getStylesCacheKeySymbol, normalizeObject };
110
+ export { cva, cx, getStyles, getStylesCacheKeySymbol, normalizeObject };
@@ -1,6 +1,5 @@
1
1
 
2
- import { ColorMode, ScaleMode, StyleProps } from "../types/src/index.cjs";
3
- import "../tokens/types.cjs";
2
+ import { ColorMode, ScaleMode, StyleProps } from "../types/dist/index.cjs";
4
3
  import { StylePropsVariantsAuto } from "../automated-config/dist/generated/autoVariants.cjs";
5
4
 
6
5
  //#region src/styles/stylerTypes.d.ts
@@ -1,6 +1,5 @@
1
1
 
2
- import { ColorMode, ScaleMode, StyleProps } from "../types/src/index.js";
3
- import "../tokens/types.js";
2
+ import { ColorMode, ScaleMode, StyleProps } from "../types/dist/index.js";
4
3
  import { StylePropsVariantsAuto } from "../automated-config/dist/generated/autoVariants.js";
5
4
 
6
5
  //#region src/styles/stylerTypes.d.ts
@@ -1,8 +1,7 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
3
- const require_autoVariants = require('../automated-config/dist/generated/autoVariants.cjs');
4
- const require_index = require('../css-tokens/dist/index.cjs');
5
-
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const require_autoVariants = require("../automated-config/dist/generated/autoVariants.cjs");
4
+ const require_index = require("../css-tokens/dist/index.cjs");
6
5
  //#region src/styles/variants.ts
7
6
  const variants = {
8
7
  color: {
@@ -1561,6 +1560,5 @@ const variants = {
1561
1560
  },
1562
1561
  ...require_autoVariants.autoVariants
1563
1562
  };
1564
-
1565
1563
  //#endregion
1566
- exports.variants = variants;
1564
+ exports.variants = variants;
@@ -1,7 +1,6 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  import { autoVariants } from "../automated-config/dist/generated/autoVariants.js";
3
3
  import { DARK_COLOR_MODE_CLASSNAME, LARGE_SCALE_MODE_CLASSNAME, LIGHT_COLOR_MODE_CLASSNAME, MEDIUM_SCALE_MODE_CLASSNAME, SMALL_SCALE_MODE_CLASSNAME, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME } from "../css-tokens/dist/index.js";
4
-
5
4
  //#region src/styles/variants.ts
6
5
  const variants = {
7
6
  color: {
@@ -1560,6 +1559,5 @@ const variants = {
1560
1559
  },
1561
1560
  ...autoVariants
1562
1561
  };
1563
-
1564
1562
  //#endregion
1565
- export { variants };
1563
+ export { variants };
@@ -7,16 +7,12 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
7
7
  var __getProtoOf = Object.getPrototypeOf;
8
8
  var __hasOwnProp = Object.prototype.hasOwnProperty;
9
9
  var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
12
- key = keys[i];
13
- if (!__hasOwnProp.call(to, key) && key !== except) {
14
- __defProp(to, key, {
15
- get: ((k) => from[k]).bind(null, key),
16
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
- });
18
- }
19
- }
10
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
11
+ key = keys[i];
12
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
+ get: ((k) => from[k]).bind(null, key),
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
20
16
  }
21
17
  return to;
22
18
  };
@@ -24,7 +20,5 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
24
20
  value: mod,
25
21
  enumerable: true
26
22
  }) : target, mod));
27
-
28
23
  //#endregion
29
-
30
- exports.__toESM = __toESM;
24
+ exports.__toESM = __toESM;
@@ -4,6 +4,5 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
4
4
  if (typeof require !== "undefined") return require.apply(this, arguments);
5
5
  throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
6
6
  });
7
-
8
7
  //#endregion
9
- export { __require };
8
+ export { __require };
@@ -1,5 +1,4 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
2
-
3
2
  //#region ../automated-config/dist/generated/autoVariants.js
4
3
  /*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
5
4
  const autoVariants = {
@@ -729,6 +728,5 @@ const autoVariants = {
729
728
  tooltipVariantRoot: { default: "uds-tooltip-variant-default-root" },
730
729
  tooltipVariantSvg: { default: "uds-tooltip-variant-default-svg" }
731
730
  };
732
-
733
731
  //#endregion
734
- exports.autoVariants = autoVariants;
732
+ exports.autoVariants = autoVariants;
@@ -728,7 +728,7 @@ const autoVariants = {
728
728
  tooltipVariantRoot: { default: "uds-tooltip-variant-default-root" },
729
729
  tooltipVariantSvg: { default: "uds-tooltip-variant-default-svg" }
730
730
  };
731
-
732
731
  //#endregion
733
732
  export { autoVariants };
733
+
734
734
  //# sourceMappingURL=autoVariants.js.map