@yahoo/uds 3.175.2 → 3.175.4

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 (1047) hide show
  1. package/dist/_virtual/_rolldown/runtime.cjs +1 -1
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +1 -1
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +1 -1
  4. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +1 -1
  5. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +1 -1
  6. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +4 -5
  7. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +4 -5
  8. package/dist/automated-config/dist/properties.d.cts +3 -4
  9. package/dist/automated-config/dist/properties.d.ts +3 -4
  10. package/dist/automated-config/dist/types/ComponentConfig.d.cts +2 -3
  11. package/dist/automated-config/dist/types/ComponentConfig.d.ts +2 -3
  12. package/dist/automated-config/dist/types/ComponentStyles.d.cts +2 -3
  13. package/dist/automated-config/dist/types/ComponentStyles.d.ts +2 -3
  14. package/dist/automated-config/dist/types/ConfigSchema.d.cts +2 -4
  15. package/dist/automated-config/dist/types/ConfigSchema.d.ts +2 -4
  16. package/dist/automated-config/dist/types/StateAxis.cjs +25 -2
  17. package/dist/automated-config/dist/types/StateAxis.d.cts +0 -21
  18. package/dist/automated-config/dist/types/StateAxis.d.ts +0 -21
  19. package/dist/automated-config/dist/types/StateAxis.js +25 -3
  20. package/dist/automated-config/dist/utils/buildConfigSchema.cjs +1 -0
  21. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +15 -15
  22. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +15 -15
  23. package/dist/automated-config/dist/utils/buildConfigSchema.js +1 -1
  24. package/dist/automated-config/dist/utils/canonicalizeStateKey.d.cts +1 -2
  25. package/dist/automated-config/dist/utils/canonicalizeStateKey.d.ts +1 -2
  26. package/dist/automated-config/dist/utils/cartesianProduct.d.cts +1 -1
  27. package/dist/automated-config/dist/utils/cartesianProduct.d.ts +1 -1
  28. package/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +1 -2
  29. package/dist/automated-config/dist/utils/coalesceConfigVariant.d.ts +1 -2
  30. package/dist/automated-config/dist/utils/defaults.d.cts +1 -2
  31. package/dist/automated-config/dist/utils/defaults.d.ts +1 -2
  32. package/dist/automated-config/dist/utils/generateDefaultClassName.d.cts +1 -1
  33. package/dist/automated-config/dist/utils/generateDefaultClassName.d.ts +1 -1
  34. package/dist/automated-config/dist/utils/generateKeyFromFlatConfigPath.d.cts +1 -1
  35. package/dist/automated-config/dist/utils/generateKeyFromFlatConfigPath.d.ts +1 -1
  36. package/dist/automated-config/dist/utils/generateSchemaKey.d.cts +2 -9
  37. package/dist/automated-config/dist/utils/generateSchemaKey.d.ts +2 -9
  38. package/dist/automated-config/dist/utils/getButtonControlHeight.cjs +1 -1
  39. package/dist/automated-config/dist/utils/getButtonControlHeight.d.cts +8 -56
  40. package/dist/automated-config/dist/utils/getButtonControlHeight.d.ts +8 -56
  41. package/dist/automated-config/dist/utils/getButtonControlHeight.js +1 -1
  42. package/dist/automated-config/dist/utils/getButtonControlHeightPx.cjs +4 -4
  43. package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.cts +1 -2
  44. package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.ts +1 -2
  45. package/dist/automated-config/dist/utils/getButtonControlHeightPx.js +4 -3
  46. package/dist/automated-config/dist/utils/getConfigComponentVariant.d.cts +1 -2
  47. package/dist/automated-config/dist/utils/getConfigComponentVariant.d.ts +1 -2
  48. package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.cjs +0 -1
  49. package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +1 -2
  50. package/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.ts +1 -2
  51. package/dist/automated-config/dist/utils/getConfigVariantProperties.cjs +0 -1
  52. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -4
  53. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +3 -4
  54. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +1 -2
  55. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.ts +1 -2
  56. package/dist/automated-config/dist/utils/getConfigVariants.cjs +0 -1
  57. package/dist/automated-config/dist/utils/getConfigVariants.d.cts +1 -2
  58. package/dist/automated-config/dist/utils/getConfigVariants.d.ts +1 -2
  59. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.cjs +3 -3
  60. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.d.cts +1 -1
  61. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.d.ts +1 -1
  62. package/dist/automated-config/dist/utils/getPaginationControlWidthPx.js +3 -2
  63. package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.cts +1 -2
  64. package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.ts +1 -2
  65. package/dist/automated-config/dist/utils/index.cjs +130 -66
  66. package/dist/automated-config/dist/utils/index.d.cts +7 -39
  67. package/dist/automated-config/dist/utils/index.d.ts +7 -39
  68. package/dist/automated-config/dist/utils/index.js +83 -71
  69. package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.cts +2 -3
  70. package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.ts +2 -3
  71. package/dist/automated-config/dist/utils/pseudoStateSelectors.cjs +3 -1
  72. package/dist/automated-config/dist/utils/pseudoStateSelectors.d.cts +1 -43
  73. package/dist/automated-config/dist/utils/pseudoStateSelectors.d.ts +1 -43
  74. package/dist/automated-config/dist/utils/pseudoStateSelectors.js +2 -2
  75. package/dist/automated-config/dist/utils/resolvePropertyStates.cjs +1 -0
  76. package/dist/automated-config/dist/utils/resolvePropertyStates.d.cts +2 -12
  77. package/dist/automated-config/dist/utils/resolvePropertyStates.d.ts +2 -12
  78. package/dist/automated-config/dist/utils/resolvePropertyStates.js +1 -1
  79. package/dist/automated-config/dist/utils/resolveSlotByCascade.d.cts +1 -1
  80. package/dist/automated-config/dist/utils/resolveSlotByCascade.d.ts +1 -1
  81. package/dist/automated-config/dist/utils/subcomponents.d.cts +1 -2
  82. package/dist/automated-config/dist/utils/subcomponents.d.ts +1 -2
  83. package/dist/automated-config/dist/utils/variantConfigGuards.d.cts +1 -2
  84. package/dist/automated-config/dist/utils/variantConfigGuards.d.ts +1 -2
  85. package/dist/cli/commands/purge.d.cts +1 -1
  86. package/dist/cli/commands/purge.d.ts +1 -1
  87. package/dist/cli/commands/sync.cjs +4 -1
  88. package/dist/cli/commands/sync.d.cts +1 -6
  89. package/dist/cli/commands/sync.d.ts +1 -6
  90. package/dist/cli/commands/sync.js +4 -1
  91. package/dist/cli/commands/version.d.cts +0 -1
  92. package/dist/cli/commands/version.d.ts +0 -1
  93. package/dist/cli/dist/cli.cjs +10 -5
  94. package/dist/cli/dist/cli.js +10 -5
  95. package/dist/cli/dist/commands/codemod/codemod.cjs +1 -1
  96. package/dist/cli/dist/commands/codemod/codemod.js +1 -1
  97. package/dist/cli/dist/commands/editor-rules.cjs +1 -2
  98. package/dist/cli/dist/commands/editor-rules.js +1 -1
  99. package/dist/cli/dist/lib/box.cjs +1 -1
  100. package/dist/cli/dist/lib/box.js +1 -1
  101. package/dist/cli/dist/utils/analytics.cjs +0 -1
  102. package/dist/cli/dist/utils/getCommandHelp.cjs +4 -1
  103. package/dist/cli/dist/utils/getCommandHelp.js +4 -1
  104. package/dist/cli/dist/utils/rules/config.cjs +10 -5
  105. package/dist/cli/dist/utils/rules/config.js +10 -4
  106. package/dist/cli/runner.cjs +5 -3
  107. package/dist/cli/runner.d.cts +1 -1
  108. package/dist/cli/runner.d.ts +1 -1
  109. package/dist/cli/runner.js +5 -3
  110. package/dist/components/Banner/Banner.cjs +0 -1
  111. package/dist/components/Banner/Banner.d.cts +2 -3
  112. package/dist/components/Banner/Banner.d.ts +2 -3
  113. package/dist/components/Banner/BannerContent.cjs +0 -1
  114. package/dist/components/Banner/BannerContent.d.cts +1 -3
  115. package/dist/components/Banner/BannerContent.d.ts +1 -3
  116. package/dist/components/Banner/BannerDescription.cjs +5 -5
  117. package/dist/components/Banner/BannerDescription.d.cts +1 -3
  118. package/dist/components/Banner/BannerDescription.d.ts +1 -3
  119. package/dist/components/Banner/BannerDescription.js +5 -4
  120. package/dist/components/Banner/BannerTitle.cjs +2 -2
  121. package/dist/components/Banner/BannerTitle.d.cts +1 -3
  122. package/dist/components/Banner/BannerTitle.d.ts +1 -3
  123. package/dist/components/Banner/BannerTitle.js +2 -1
  124. package/dist/components/Banner/utils.cjs +0 -1
  125. package/dist/components/Banner/utils.d.cts +0 -1
  126. package/dist/components/Banner/utils.d.ts +0 -1
  127. package/dist/components/Box.cjs +0 -1
  128. package/dist/components/Box.d.cts +2 -3
  129. package/dist/components/Box.d.ts +2 -3
  130. package/dist/components/Divider/Divider.cjs +0 -1
  131. package/dist/components/Divider/Divider.d.cts +1 -3
  132. package/dist/components/Divider/Divider.d.ts +1 -3
  133. package/dist/components/Divider/DividerLabel.cjs +2 -2
  134. package/dist/components/Divider/DividerLabel.d.cts +1 -3
  135. package/dist/components/Divider/DividerLabel.d.ts +1 -3
  136. package/dist/components/Divider/DividerLabel.js +2 -1
  137. package/dist/components/Divider/DividerLine.cjs +14 -13
  138. package/dist/components/Divider/DividerLine.d.cts +1 -3
  139. package/dist/components/Divider/DividerLine.d.ts +1 -3
  140. package/dist/components/Divider/DividerLine.js +14 -12
  141. package/dist/components/Divider/types.d.cts +2 -2
  142. package/dist/components/Divider/types.d.ts +2 -2
  143. package/dist/components/Divider/utils.cjs +0 -1
  144. package/dist/components/Divider/utils.d.cts +1 -3
  145. package/dist/components/Divider/utils.d.ts +1 -3
  146. package/dist/components/FormLabel.cjs +1 -1
  147. package/dist/components/FormLabel.d.cts +2 -3
  148. package/dist/components/FormLabel.d.ts +2 -3
  149. package/dist/components/HStack.cjs +0 -1
  150. package/dist/components/HStack.d.cts +2 -4
  151. package/dist/components/HStack.d.ts +2 -4
  152. package/dist/components/Icon.cjs +0 -1
  153. package/dist/components/Icon.d.cts +2 -3
  154. package/dist/components/Icon.d.ts +2 -3
  155. package/dist/components/IconSlot.cjs +2 -2
  156. package/dist/components/IconSlot.d.cts +1 -1
  157. package/dist/components/IconSlot.d.ts +1 -1
  158. package/dist/components/Image.cjs +54 -54
  159. package/dist/components/Image.d.cts +2 -3
  160. package/dist/components/Image.d.ts +2 -3
  161. package/dist/components/Image.js +54 -53
  162. package/dist/components/Link.cjs +9 -9
  163. package/dist/components/Link.d.cts +2 -3
  164. package/dist/components/Link.d.ts +2 -3
  165. package/dist/components/Link.js +9 -8
  166. package/dist/components/Scrim.cjs +0 -1
  167. package/dist/components/Scrim.d.cts +1 -3
  168. package/dist/components/Scrim.d.ts +1 -3
  169. package/dist/components/SvgFloatingOverlay.cjs +0 -1
  170. package/dist/components/SvgFloatingOverlay.d.cts +1 -20
  171. package/dist/components/SvgFloatingOverlay.d.ts +1 -20
  172. package/dist/components/Text.cjs +6 -4
  173. package/dist/components/Text.d.cts +5 -4
  174. package/dist/components/Text.d.ts +5 -4
  175. package/dist/components/Text.js +6 -3
  176. package/dist/components/VStack.cjs +0 -1
  177. package/dist/components/VStack.d.cts +2 -3
  178. package/dist/components/VStack.d.ts +2 -3
  179. package/dist/components/client/AnimateHeightChange.cjs +0 -1
  180. package/dist/components/client/AnimateHeightChange.d.cts +1 -7
  181. package/dist/components/client/AnimateHeightChange.d.ts +1 -7
  182. package/dist/components/client/Avatar/Avatar.cjs +0 -1
  183. package/dist/components/client/Avatar/Avatar.d.cts +1 -3
  184. package/dist/components/client/Avatar/Avatar.d.ts +1 -3
  185. package/dist/components/client/Avatar/AvatarIcon.cjs +0 -1
  186. package/dist/components/client/Avatar/AvatarIcon.d.cts +2 -3
  187. package/dist/components/client/Avatar/AvatarIcon.d.ts +2 -3
  188. package/dist/components/client/Avatar/AvatarImage.cjs +0 -1
  189. package/dist/components/client/Avatar/AvatarImage.d.cts +2 -3
  190. package/dist/components/client/Avatar/AvatarImage.d.ts +2 -3
  191. package/dist/components/client/Avatar/AvatarText.cjs +0 -1
  192. package/dist/components/client/Avatar/AvatarText.d.cts +2 -3
  193. package/dist/components/client/Avatar/AvatarText.d.ts +2 -3
  194. package/dist/components/client/Avatar/UDSAvatarConfigProvider.d.cts +2 -6
  195. package/dist/components/client/Avatar/UDSAvatarConfigProvider.d.ts +2 -6
  196. package/dist/components/client/Avatar/utils.d.cts +1 -1
  197. package/dist/components/client/Avatar/utils.d.ts +1 -1
  198. package/dist/components/client/Badge.cjs +1 -1
  199. package/dist/components/client/Badge.d.cts +1 -1
  200. package/dist/components/client/Badge.d.ts +1 -1
  201. package/dist/components/client/BottomSheet/BottomSheet.cjs +44 -38
  202. package/dist/components/client/BottomSheet/BottomSheet.d.cts +5 -31
  203. package/dist/components/client/BottomSheet/BottomSheet.d.ts +5 -31
  204. package/dist/components/client/BottomSheet/BottomSheet.js +44 -37
  205. package/dist/components/client/BottomSheet/BottomSheetContent.cjs +0 -1
  206. package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +1 -6
  207. package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +1 -6
  208. package/dist/components/client/BottomSheet/BottomSheetDismiss.cjs +0 -1
  209. package/dist/components/client/BottomSheet/BottomSheetDismiss.d.cts +1 -3
  210. package/dist/components/client/BottomSheet/BottomSheetDismiss.d.ts +1 -3
  211. package/dist/components/client/BottomSheet/BottomSheetHandle.cjs +0 -1
  212. package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +1 -8
  213. package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +1 -8
  214. package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +0 -1
  215. package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +1 -9
  216. package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +1 -9
  217. package/dist/components/client/BottomSheet/BottomSheetInternalContext.cjs +0 -1
  218. package/dist/components/client/BottomSheet/BottomSheetInternalContext.d.cts +1 -3
  219. package/dist/components/client/BottomSheet/BottomSheetInternalContext.d.ts +1 -3
  220. package/dist/components/client/BottomSheet/BottomSheetProvider.cjs +2 -2
  221. package/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +1 -6
  222. package/dist/components/client/BottomSheet/BottomSheetProvider.d.ts +1 -6
  223. package/dist/components/client/BottomSheet/BottomSheetProvider.js +2 -1
  224. package/dist/components/client/BottomSheet/BottomSheetTrigger.cjs +0 -1
  225. package/dist/components/client/BottomSheet/BottomSheetTrigger.d.cts +1 -3
  226. package/dist/components/client/BottomSheet/BottomSheetTrigger.d.ts +1 -3
  227. package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.cjs +0 -1
  228. package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +1 -6
  229. package/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.ts +1 -6
  230. package/dist/components/client/BottomSheet/getBottomSheetSnapTransition.d.cts +1 -4
  231. package/dist/components/client/BottomSheet/getBottomSheetSnapTransition.d.ts +1 -4
  232. package/dist/components/client/BottomSheet/index.d.cts +1 -1
  233. package/dist/components/client/BottomSheet/index.d.ts +1 -1
  234. package/dist/components/client/BottomSheet/useBottomSheetDrag.d.cts +1 -17
  235. package/dist/components/client/BottomSheet/useBottomSheetDrag.d.ts +1 -17
  236. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +2 -13
  237. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +2 -13
  238. package/dist/components/client/BottomSheet/useBottomSheetStore.cjs +0 -1
  239. package/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +2 -8
  240. package/dist/components/client/BottomSheet/useBottomSheetStore.d.ts +2 -8
  241. package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.cjs +0 -1
  242. package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.d.cts +1 -7
  243. package/dist/components/client/BottomSheet/useBottomSheetStoreInternal.d.ts +1 -7
  244. package/dist/components/client/BottomSheet/useExpansionMargins.cjs +0 -1
  245. package/dist/components/client/BottomSheet/useExpansionMargins.d.cts +1 -9
  246. package/dist/components/client/BottomSheet/useExpansionMargins.d.ts +1 -9
  247. package/dist/components/client/BottomSheet/useViewportHeight.cjs +0 -1
  248. package/dist/components/client/BottomSheet/useVirtualKeyboard.cjs +0 -1
  249. package/dist/components/client/BottomSheet/utils.d.cts +0 -1
  250. package/dist/components/client/BottomSheet/utils.d.ts +0 -1
  251. package/dist/components/client/Button/Button.cjs +1 -1
  252. package/dist/components/client/Button/Button.d.cts +0 -1
  253. package/dist/components/client/Button/Button.d.ts +0 -1
  254. package/dist/components/client/Button/ButtonBase.cjs +1 -1
  255. package/dist/components/client/Button/ButtonBase.d.cts +1 -1
  256. package/dist/components/client/Button/ButtonBase.d.ts +1 -1
  257. package/dist/components/client/Button/UDSButtonConfigProvider.cjs +0 -1
  258. package/dist/components/client/Button/UDSButtonConfigProvider.d.cts +2 -6
  259. package/dist/components/client/Button/UDSButtonConfigProvider.d.ts +2 -6
  260. package/dist/components/client/Button/buttonConstants.d.cts +1 -0
  261. package/dist/components/client/Button/buttonConstants.d.ts +1 -0
  262. package/dist/components/client/Checkbox/Checkbox.cjs +1 -1
  263. package/dist/components/client/Checkbox/Checkbox.d.cts +0 -1
  264. package/dist/components/client/Checkbox/Checkbox.d.ts +0 -1
  265. package/dist/components/client/Checkbox/CheckboxBase.cjs +1 -1
  266. package/dist/components/client/Checkbox/CheckboxBase.d.cts +1 -1
  267. package/dist/components/client/Checkbox/CheckboxBase.d.ts +1 -1
  268. package/dist/components/client/Checkbox/checkboxConstants.cjs +0 -1
  269. package/dist/components/client/Checkbox/checkboxConstants.d.cts +2 -6
  270. package/dist/components/client/Checkbox/checkboxConstants.d.ts +2 -6
  271. package/dist/components/client/Checkbox/types.d.cts +2 -2
  272. package/dist/components/client/Checkbox/types.d.ts +2 -2
  273. package/dist/components/client/Chip/Chip.cjs +1 -1
  274. package/dist/components/client/Chip/Chip.d.cts +1 -1
  275. package/dist/components/client/Chip/Chip.d.ts +1 -1
  276. package/dist/components/client/Chip/ChipBase.cjs +1 -1
  277. package/dist/components/client/Chip/ChipBase.d.cts +1 -1
  278. package/dist/components/client/Chip/ChipBase.d.ts +1 -1
  279. package/dist/components/client/Chip/ChipButton.cjs +1 -1
  280. package/dist/components/client/Chip/ChipButton.d.cts +1 -1
  281. package/dist/components/client/Chip/ChipButton.d.ts +1 -1
  282. package/dist/components/client/Chip/ChipDismissible.cjs +1 -1
  283. package/dist/components/client/Chip/ChipDismissible.d.cts +1 -1
  284. package/dist/components/client/Chip/ChipDismissible.d.ts +1 -1
  285. package/dist/components/client/Chip/ChipLink.cjs +1 -1
  286. package/dist/components/client/Chip/ChipLink.d.cts +1 -1
  287. package/dist/components/client/Chip/ChipLink.d.ts +1 -1
  288. package/dist/components/client/Chip/ChipToggle.cjs +1 -1
  289. package/dist/components/client/Chip/ChipToggle.d.cts +1 -1
  290. package/dist/components/client/Chip/ChipToggle.d.ts +1 -1
  291. package/dist/components/client/Chip/UDSChipConfigProvider.d.cts +2 -6
  292. package/dist/components/client/Chip/UDSChipConfigProvider.d.ts +2 -6
  293. package/dist/components/client/IconButton/IconButton.cjs +0 -1
  294. package/dist/components/client/IconButton/IconButton.d.cts +1 -3
  295. package/dist/components/client/IconButton/IconButton.d.ts +1 -3
  296. package/dist/components/client/IconButton/IconButtonBase.cjs +0 -1
  297. package/dist/components/client/IconButton/IconButtonBase.d.cts +3 -4
  298. package/dist/components/client/IconButton/IconButtonBase.d.ts +3 -4
  299. package/dist/components/client/IconButton/UDSIconButtonConfigProvider.cjs +0 -1
  300. package/dist/components/client/IconButton/UDSIconButtonConfigProvider.d.cts +2 -6
  301. package/dist/components/client/IconButton/UDSIconButtonConfigProvider.d.ts +2 -6
  302. package/dist/components/client/Input/Input.cjs +1 -1
  303. package/dist/components/client/Input/Input.d.cts +2 -3
  304. package/dist/components/client/Input/Input.d.ts +2 -3
  305. package/dist/components/client/Input/InputHelpText.cjs +6 -6
  306. package/dist/components/client/Input/InputHelpText.d.cts +1 -7
  307. package/dist/components/client/Input/InputHelpText.d.ts +1 -7
  308. package/dist/components/client/Input/InputHelpText.js +6 -5
  309. package/dist/components/client/Input/InputHelpTextInternal.cjs +0 -1
  310. package/dist/components/client/Input/InputHelpTextInternal.d.cts +2 -3
  311. package/dist/components/client/Input/InputHelpTextInternal.d.ts +2 -3
  312. package/dist/components/client/Input/UDSInputConfigProvider.d.cts +2 -6
  313. package/dist/components/client/Input/UDSInputConfigProvider.d.ts +2 -6
  314. package/dist/components/client/Menu/Menu.Content.cjs +0 -1
  315. package/dist/components/client/Menu/Menu.Content.d.cts +2 -3
  316. package/dist/components/client/Menu/Menu.Content.d.ts +2 -3
  317. package/dist/components/client/Menu/Menu.Divider.cjs +9 -9
  318. package/dist/components/client/Menu/Menu.Divider.d.cts +2 -3
  319. package/dist/components/client/Menu/Menu.Divider.d.ts +2 -3
  320. package/dist/components/client/Menu/Menu.Divider.js +9 -8
  321. package/dist/components/client/Menu/Menu.Item.cjs +25 -25
  322. package/dist/components/client/Menu/Menu.Item.d.cts +2 -3
  323. package/dist/components/client/Menu/Menu.Item.d.ts +2 -3
  324. package/dist/components/client/Menu/Menu.Item.js +25 -24
  325. package/dist/components/client/Menu/Menu.ItemBase.cjs +0 -1
  326. package/dist/components/client/Menu/Menu.ItemBase.d.cts +2 -3
  327. package/dist/components/client/Menu/Menu.ItemBase.d.ts +2 -3
  328. package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +0 -1
  329. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -3
  330. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -3
  331. package/dist/components/client/Menu/Menu.Provider.cjs +2 -2
  332. package/dist/components/client/Menu/Menu.Provider.d.cts +1 -7
  333. package/dist/components/client/Menu/Menu.Provider.d.ts +1 -7
  334. package/dist/components/client/Menu/Menu.Provider.js +2 -1
  335. package/dist/components/client/Menu/Menu.Trigger.cjs +0 -1
  336. package/dist/components/client/Menu/Menu.Trigger.d.cts +1 -3
  337. package/dist/components/client/Menu/Menu.Trigger.d.ts +1 -3
  338. package/dist/components/client/Menu/Menu.index.d.cts +0 -2
  339. package/dist/components/client/Menu/Menu.index.d.ts +0 -2
  340. package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.cts +2 -6
  341. package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.ts +2 -6
  342. package/dist/components/client/Menu/index.d.cts +1 -0
  343. package/dist/components/client/Menu/index.d.ts +1 -0
  344. package/dist/components/client/Menu/utils/transformAriakitPlacement.d.cts +7 -3
  345. package/dist/components/client/Menu/utils/transformAriakitPlacement.d.ts +7 -3
  346. package/dist/components/client/Modal/ManagedModal.cjs +0 -1
  347. package/dist/components/client/Modal/ManagedModal.d.cts +1 -5
  348. package/dist/components/client/Modal/ManagedModal.d.ts +1 -5
  349. package/dist/components/client/Modal/Modal.cjs +0 -1
  350. package/dist/components/client/Modal/Modal.d.cts +2 -28
  351. package/dist/components/client/Modal/Modal.d.ts +2 -28
  352. package/dist/components/client/Modal/ModalActions.cjs +0 -1
  353. package/dist/components/client/Modal/ModalActions.d.cts +1 -8
  354. package/dist/components/client/Modal/ModalActions.d.ts +1 -8
  355. package/dist/components/client/Modal/ModalContent.cjs +0 -1
  356. package/dist/components/client/Modal/ModalContent.d.cts +1 -7
  357. package/dist/components/client/Modal/ModalContent.d.ts +1 -7
  358. package/dist/components/client/Modal/ModalContext.cjs +0 -1
  359. package/dist/components/client/Modal/ModalContext.d.cts +1 -3
  360. package/dist/components/client/Modal/ModalContext.d.ts +1 -3
  361. package/dist/components/client/Modal/ModalDescription.cjs +0 -1
  362. package/dist/components/client/Modal/ModalDescription.d.cts +1 -6
  363. package/dist/components/client/Modal/ModalDescription.d.ts +1 -6
  364. package/dist/components/client/Modal/ModalPortal.cjs +0 -1
  365. package/dist/components/client/Modal/ModalPortal.d.cts +1 -3
  366. package/dist/components/client/Modal/ModalPortal.d.ts +1 -3
  367. package/dist/components/client/Modal/ModalTitle.cjs +0 -1
  368. package/dist/components/client/Modal/ModalTitle.d.cts +1 -6
  369. package/dist/components/client/Modal/ModalTitle.d.ts +1 -6
  370. package/dist/components/client/Modal/UDSModalConfigProvider.cjs +0 -1
  371. package/dist/components/client/Modal/UDSModalConfigProvider.d.cts +1 -6
  372. package/dist/components/client/Modal/UDSModalConfigProvider.d.ts +1 -6
  373. package/dist/components/client/Modal/createModal.d.cts +0 -1
  374. package/dist/components/client/Modal/createModal.d.ts +0 -1
  375. package/dist/components/client/Modal/modalStore.d.cts +0 -1
  376. package/dist/components/client/Modal/modalStore.d.ts +0 -1
  377. package/dist/components/client/Modal/useScrollFade.cjs +0 -1
  378. package/dist/components/client/Modal/utils.cjs +0 -1
  379. package/dist/components/client/Modal/utils.d.cts +0 -1
  380. package/dist/components/client/Modal/utils.d.ts +0 -1
  381. package/dist/components/client/PaddleNav/PaddleButton.cjs +0 -1
  382. package/dist/components/client/PaddleNav/PaddleButton.d.cts +7 -6
  383. package/dist/components/client/PaddleNav/PaddleButton.d.ts +7 -6
  384. package/dist/components/client/PaddleNav/PaddleButtonNext.cjs +0 -1
  385. package/dist/components/client/PaddleNav/PaddleButtonNext.d.cts +2 -3
  386. package/dist/components/client/PaddleNav/PaddleButtonNext.d.ts +2 -3
  387. package/dist/components/client/PaddleNav/PaddleButtonPrevious.cjs +0 -1
  388. package/dist/components/client/PaddleNav/PaddleButtonPrevious.d.cts +2 -3
  389. package/dist/components/client/PaddleNav/PaddleButtonPrevious.d.ts +2 -3
  390. package/dist/components/client/PaddleNav/PaddleNav.cjs +0 -1
  391. package/dist/components/client/PaddleNav/PaddleNav.d.cts +1 -3
  392. package/dist/components/client/PaddleNav/PaddleNav.d.ts +1 -3
  393. package/dist/components/client/PaddleNav/PaddleNavContent.cjs +0 -1
  394. package/dist/components/client/PaddleNav/PaddleNavContent.d.cts +1 -3
  395. package/dist/components/client/PaddleNav/PaddleNavContent.d.ts +1 -3
  396. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.cts +2 -6
  397. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.ts +2 -6
  398. package/dist/components/client/PaddleNav/index.d.cts +1 -1
  399. package/dist/components/client/PaddleNav/index.d.ts +1 -1
  400. package/dist/components/client/PaddleNav/paddleButtonIcons.cjs +0 -1
  401. package/dist/components/client/PaddleNav/paddleButtonIcons.d.cts +1 -6
  402. package/dist/components/client/PaddleNav/paddleButtonIcons.d.ts +1 -6
  403. package/dist/components/client/PaddleNav/paddleNavContext.cjs +0 -1
  404. package/dist/components/client/PaddleNav/paddleNavContext.d.cts +1 -3
  405. package/dist/components/client/PaddleNav/paddleNavContext.d.ts +1 -3
  406. package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.d.cts +0 -1
  407. package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.d.ts +0 -1
  408. package/dist/components/client/Pagination/Pagination.cjs +22 -22
  409. package/dist/components/client/Pagination/Pagination.d.cts +1 -3
  410. package/dist/components/client/Pagination/Pagination.d.ts +1 -3
  411. package/dist/components/client/Pagination/Pagination.js +22 -21
  412. package/dist/components/client/Pagination/PaginationEllipsis.cjs +4 -3
  413. package/dist/components/client/Pagination/PaginationEllipsis.d.cts +1 -3
  414. package/dist/components/client/Pagination/PaginationEllipsis.d.ts +1 -3
  415. package/dist/components/client/Pagination/PaginationEllipsis.js +4 -2
  416. package/dist/components/client/Pagination/PaginationItem.cjs +0 -1
  417. package/dist/components/client/Pagination/PaginationItem.d.cts +1 -3
  418. package/dist/components/client/Pagination/PaginationItem.d.ts +1 -3
  419. package/dist/components/client/Pagination/PaginationLink.cjs +0 -1
  420. package/dist/components/client/Pagination/PaginationLink.d.cts +1 -3
  421. package/dist/components/client/Pagination/PaginationLink.d.ts +1 -3
  422. package/dist/components/client/Pagination/PaginationNext.cjs +0 -1
  423. package/dist/components/client/Pagination/PaginationNext.d.cts +1 -3
  424. package/dist/components/client/Pagination/PaginationNext.d.ts +1 -3
  425. package/dist/components/client/Pagination/PaginationNumbers.cjs +2 -2
  426. package/dist/components/client/Pagination/PaginationNumbers.d.cts +1 -3
  427. package/dist/components/client/Pagination/PaginationNumbers.d.ts +1 -3
  428. package/dist/components/client/Pagination/PaginationNumbers.js +2 -1
  429. package/dist/components/client/Pagination/PaginationPrev.cjs +0 -1
  430. package/dist/components/client/Pagination/PaginationPrev.d.cts +1 -3
  431. package/dist/components/client/Pagination/PaginationPrev.d.ts +1 -3
  432. package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.cts +2 -6
  433. package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.ts +2 -6
  434. package/dist/components/client/Pagination/computeVisiblePages.d.cts +1 -7
  435. package/dist/components/client/Pagination/computeVisiblePages.d.ts +1 -7
  436. package/dist/components/client/Pagination/ellipsisDefault.cjs +1 -1
  437. package/dist/components/client/Pagination/ellipsisDefault.d.cts +0 -1
  438. package/dist/components/client/Pagination/ellipsisDefault.d.ts +0 -1
  439. package/dist/components/client/Pagination/ellipsisDefault.js +1 -1
  440. package/dist/components/client/Pagination/ellipsisNone.d.cts +0 -1
  441. package/dist/components/client/Pagination/ellipsisNone.d.ts +0 -1
  442. package/dist/components/client/Pagination/paginationContext.cjs +0 -1
  443. package/dist/components/client/Pagination/paginationContext.d.cts +2 -8
  444. package/dist/components/client/Pagination/paginationContext.d.ts +2 -8
  445. package/dist/components/client/Pagination/paginationStyles.cjs +0 -1
  446. package/dist/components/client/Pagination/paginationStyles.d.cts +0 -1
  447. package/dist/components/client/Pagination/paginationStyles.d.ts +0 -1
  448. package/dist/components/client/Popover/Popover.cjs +0 -1
  449. package/dist/components/client/Popover/Popover.d.cts +1 -20
  450. package/dist/components/client/Popover/Popover.d.ts +1 -20
  451. package/dist/components/client/Popover/PopoverContent.cjs +0 -1
  452. package/dist/components/client/Popover/PopoverContent.d.cts +2 -3
  453. package/dist/components/client/Popover/PopoverContent.d.ts +2 -3
  454. package/dist/components/client/Popover/PopoverContext.cjs +0 -1
  455. package/dist/components/client/Popover/PopoverContext.d.cts +1 -3
  456. package/dist/components/client/Popover/PopoverContext.d.ts +1 -3
  457. package/dist/components/client/Popover/PopoverTrigger.cjs +2 -2
  458. package/dist/components/client/Popover/PopoverTrigger.d.cts +1 -5
  459. package/dist/components/client/Popover/PopoverTrigger.d.ts +1 -5
  460. package/dist/components/client/Popover/PopoverTrigger.js +2 -1
  461. package/dist/components/client/Popover/UDSPopoverConfigProvider.cjs +0 -1
  462. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -6
  463. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -6
  464. package/dist/components/client/Pressable.cjs +0 -1
  465. package/dist/components/client/Pressable.d.cts +2 -3
  466. package/dist/components/client/Pressable.d.ts +2 -3
  467. package/dist/components/client/Radio/Radio.cjs +1 -1
  468. package/dist/components/client/Radio/Radio.d.cts +0 -1
  469. package/dist/components/client/Radio/Radio.d.ts +0 -1
  470. package/dist/components/client/Radio/RadioBase.cjs +1 -1
  471. package/dist/components/client/Radio/RadioBase.d.cts +1 -1
  472. package/dist/components/client/Radio/RadioBase.d.ts +1 -1
  473. package/dist/components/client/Radio/RadioGroupProvider.cjs +1 -1
  474. package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -1
  475. package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -1
  476. package/dist/components/client/Radio/RadioGroupStore.cjs +0 -1
  477. package/dist/components/client/Radio/RadioGroupStore.d.cts +1 -3
  478. package/dist/components/client/Radio/RadioGroupStore.d.ts +1 -3
  479. package/dist/components/client/Radio/radioConstants.d.cts +1 -0
  480. package/dist/components/client/Radio/radioConstants.d.ts +1 -0
  481. package/dist/components/client/Radio/types.d.cts +2 -2
  482. package/dist/components/client/Radio/types.d.ts +2 -2
  483. package/dist/components/client/Radio/useRadioGroup.cjs +0 -1
  484. package/dist/components/client/Radio/useRadioGroup.d.cts +1 -6
  485. package/dist/components/client/Radio/useRadioGroup.d.ts +1 -6
  486. package/dist/components/client/Select/Select.cjs +16 -14
  487. package/dist/components/client/Select/Select.d.cts +2 -3
  488. package/dist/components/client/Select/Select.d.ts +2 -3
  489. package/dist/components/client/Select/Select.js +15 -13
  490. package/dist/components/client/Select/SelectContent.cjs +0 -1
  491. package/dist/components/client/Select/SelectContent.d.cts +1 -3
  492. package/dist/components/client/Select/SelectContent.d.ts +1 -3
  493. package/dist/components/client/Select/SelectDivider.cjs +9 -9
  494. package/dist/components/client/Select/SelectDivider.d.cts +2 -3
  495. package/dist/components/client/Select/SelectDivider.d.ts +2 -3
  496. package/dist/components/client/Select/SelectDivider.js +9 -8
  497. package/dist/components/client/Select/SelectHelpText.cjs +3 -2
  498. package/dist/components/client/Select/SelectHelpText.d.cts +2 -8
  499. package/dist/components/client/Select/SelectHelpText.d.ts +2 -8
  500. package/dist/components/client/Select/SelectHelpText.js +2 -1
  501. package/dist/components/client/Select/SelectItem.cjs +2 -2
  502. package/dist/components/client/Select/SelectItem.d.cts +2 -3
  503. package/dist/components/client/Select/SelectItem.d.ts +2 -3
  504. package/dist/components/client/Select/SelectItem.js +2 -1
  505. package/dist/components/client/Select/SelectTrigger.cjs +0 -1
  506. package/dist/components/client/Select/SelectTrigger.d.cts +2 -3
  507. package/dist/components/client/Select/SelectTrigger.d.ts +2 -3
  508. package/dist/components/client/Select/SelectValue.cjs +0 -1
  509. package/dist/components/client/Select/SelectValue.d.cts +1 -6
  510. package/dist/components/client/Select/SelectValue.d.ts +1 -6
  511. package/dist/components/client/Select/UDSSelectItemConfigProvider.d.cts +2 -6
  512. package/dist/components/client/Select/UDSSelectItemConfigProvider.d.ts +2 -6
  513. package/dist/components/client/Select/index.d.cts +1 -1
  514. package/dist/components/client/Select/index.d.ts +1 -1
  515. package/dist/components/client/Select/selectContext.cjs +0 -1
  516. package/dist/components/client/Select/selectContext.d.cts +4 -4
  517. package/dist/components/client/Select/selectContext.d.ts +4 -4
  518. package/dist/components/client/Select/selectFieldStyles.d.cts +3 -12
  519. package/dist/components/client/Select/selectFieldStyles.d.ts +3 -12
  520. package/dist/components/client/SpringMotionConfig.cjs +11 -11
  521. package/dist/components/client/SpringMotionConfig.d.cts +2 -10
  522. package/dist/components/client/SpringMotionConfig.d.ts +2 -10
  523. package/dist/components/client/SpringMotionConfig.js +11 -10
  524. package/dist/components/client/Switch/Switch.cjs +2 -2
  525. package/dist/components/client/Switch/Switch.d.cts +0 -1
  526. package/dist/components/client/Switch/Switch.d.ts +0 -1
  527. package/dist/components/client/Switch/SwitchBase.cjs +1 -1
  528. package/dist/components/client/Switch/SwitchBase.d.cts +0 -1
  529. package/dist/components/client/Switch/SwitchBase.d.ts +0 -1
  530. package/dist/components/client/Switch/switchStyles.d.cts +1 -0
  531. package/dist/components/client/Switch/switchStyles.d.ts +1 -0
  532. package/dist/components/client/Switch/types.d.cts +2 -2
  533. package/dist/components/client/Switch/types.d.ts +2 -2
  534. package/dist/components/client/Tabs/Tab.cjs +0 -1
  535. package/dist/components/client/Tabs/Tab.d.cts +1 -12
  536. package/dist/components/client/Tabs/Tab.d.ts +1 -12
  537. package/dist/components/client/Tabs/TabList.cjs +2 -2
  538. package/dist/components/client/Tabs/TabList.d.cts +1 -3
  539. package/dist/components/client/Tabs/TabList.d.ts +1 -3
  540. package/dist/components/client/Tabs/TabList.js +2 -1
  541. package/dist/components/client/Tabs/TabPanel.cjs +0 -1
  542. package/dist/components/client/Tabs/TabPanel.d.cts +1 -3
  543. package/dist/components/client/Tabs/TabPanel.d.ts +1 -3
  544. package/dist/components/client/Tabs/Tabs.cjs +0 -1
  545. package/dist/components/client/Tabs/Tabs.d.cts +1 -10
  546. package/dist/components/client/Tabs/Tabs.d.ts +1 -10
  547. package/dist/components/client/Tabs/UDSTabConfigProvider.d.cts +2 -6
  548. package/dist/components/client/Tabs/UDSTabConfigProvider.d.ts +2 -6
  549. package/dist/components/client/Tabs/index.d.cts +1 -1
  550. package/dist/components/client/Tabs/index.d.ts +1 -1
  551. package/dist/components/client/Tabs/tabsContext.cjs +0 -1
  552. package/dist/components/client/Tabs/tabsContext.d.cts +1 -3
  553. package/dist/components/client/Tabs/tabsContext.d.ts +1 -3
  554. package/dist/components/client/Toast/Toast.cjs +0 -1
  555. package/dist/components/client/Toast/Toast.d.cts +3 -17
  556. package/dist/components/client/Toast/Toast.d.ts +3 -17
  557. package/dist/components/client/Toast/ToastContainer.cjs +10 -8
  558. package/dist/components/client/Toast/ToastContainer.d.cts +2 -9
  559. package/dist/components/client/Toast/ToastContainer.d.ts +2 -9
  560. package/dist/components/client/Toast/ToastContainer.js +9 -7
  561. package/dist/components/client/Toast/ToastPortal.cjs +0 -1
  562. package/dist/components/client/Toast/ToastPortal.d.cts +1 -6
  563. package/dist/components/client/Toast/ToastPortal.d.ts +1 -6
  564. package/dist/components/client/Toast/UDSToastConfigProvider.cjs +0 -1
  565. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +2 -6
  566. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +2 -6
  567. package/dist/components/client/Toast/createToast.cjs +2 -2
  568. package/dist/components/client/Toast/createToast.d.cts +1 -1
  569. package/dist/components/client/Toast/createToast.d.ts +1 -1
  570. package/dist/components/client/Tooltip/Tooltip.cjs +0 -1
  571. package/dist/components/client/Tooltip/Tooltip.d.cts +1 -13
  572. package/dist/components/client/Tooltip/Tooltip.d.ts +1 -13
  573. package/dist/components/client/Tooltip/TooltipContent.cjs +0 -1
  574. package/dist/components/client/Tooltip/TooltipContent.d.cts +2 -4
  575. package/dist/components/client/Tooltip/TooltipContent.d.ts +2 -4
  576. package/dist/components/client/Tooltip/TooltipTrigger.cjs +0 -1
  577. package/dist/components/client/Tooltip/TooltipTrigger.d.cts +1 -5
  578. package/dist/components/client/Tooltip/TooltipTrigger.d.ts +1 -5
  579. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.cjs +0 -1
  580. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +1 -6
  581. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +1 -6
  582. package/dist/components/client/Tooltip/tooltipContext.cjs +0 -1
  583. package/dist/components/client/Tooltip/tooltipContext.d.cts +1 -3
  584. package/dist/components/client/Tooltip/tooltipContext.d.ts +1 -3
  585. package/dist/components/client/UDSBadgeConfigProvider.d.cts +2 -6
  586. package/dist/components/client/UDSBadgeConfigProvider.d.ts +2 -6
  587. package/dist/components/client/index.d.cts +18 -0
  588. package/dist/components/client/index.d.ts +18 -0
  589. package/dist/components/client/motionFeatures/domAnimation.cjs +0 -1
  590. package/dist/components/client/motionFeatures/domMax.cjs +0 -1
  591. package/dist/components/client/providers/UDSBreakpointsConfigProvider.cjs +0 -1
  592. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +2 -7
  593. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +2 -7
  594. package/dist/components/client/providers/UDSConfigProvider.cjs +0 -1
  595. package/dist/components/client/providers/UDSConfigProvider.d.cts +1 -24
  596. package/dist/components/client/providers/UDSConfigProvider.d.ts +1 -24
  597. package/dist/components/client/providers/createUDSConfigProvider.cjs +0 -1
  598. package/dist/components/client/providers/createUDSConfigProvider.d.cts +1 -6
  599. package/dist/components/client/providers/createUDSConfigProvider.d.ts +1 -6
  600. package/dist/components/experimental/Spinner.cjs +0 -1
  601. package/dist/components/experimental/Spinner.d.cts +1 -8
  602. package/dist/components/experimental/Spinner.d.ts +1 -8
  603. package/dist/components/experimental/Table.cjs +1 -1
  604. package/dist/components/experimental/Table.d.cts +3 -7
  605. package/dist/components/experimental/Table.d.ts +3 -7
  606. package/dist/components/experimental/Table.mocks.cjs +0 -1
  607. package/dist/components/experimental/Table.mocks.d.cts +0 -1
  608. package/dist/components/experimental/Table.mocks.d.ts +0 -1
  609. package/dist/components/experimental/client/Accordion.cjs +0 -1
  610. package/dist/components/experimental/client/Accordion.d.cts +2 -15
  611. package/dist/components/experimental/client/Accordion.d.ts +2 -15
  612. package/dist/components/experimental/client/SegmentedControl.cjs +1 -1
  613. package/dist/components/experimental/client/SegmentedControl.d.cts +2 -9
  614. package/dist/components/experimental/client/SegmentedControl.d.ts +2 -9
  615. package/dist/components/experimental/client/index.d.cts +1 -1
  616. package/dist/components/experimental/client/index.d.ts +1 -1
  617. package/dist/components/experimental/index.d.cts +2 -1
  618. package/dist/components/experimental/index.d.ts +2 -1
  619. package/dist/components/index.d.cts +3 -0
  620. package/dist/components/index.d.ts +3 -0
  621. package/dist/config/dist/index.d.cts +3 -12
  622. package/dist/config/dist/index.d.ts +3 -12
  623. package/dist/css/dist/commands/css.cjs +2 -1
  624. package/dist/css/dist/commands/css.helpers.cjs +3 -0
  625. package/dist/css/dist/commands/css.helpers.js +1 -1
  626. package/dist/css/dist/commands/css.js +2 -1
  627. package/dist/css/dist/commands/generateComponentData.d.cts +2 -2
  628. package/dist/css/dist/commands/generateComponentData.d.ts +2 -2
  629. package/dist/css/dist/css/generate.cjs +15 -12
  630. package/dist/css/dist/css/generate.d.cts +4 -5
  631. package/dist/css/dist/css/generate.d.ts +4 -5
  632. package/dist/css/dist/css/generate.helpers.cjs +3 -0
  633. package/dist/css/dist/css/generate.helpers.d.cts +3 -0
  634. package/dist/css/dist/css/generate.helpers.d.ts +2 -1
  635. package/dist/css/dist/css/generate.helpers.js +1 -1
  636. package/dist/css/dist/css/generate.js +15 -12
  637. package/dist/css/dist/css/nodeUtils.cjs +11 -5
  638. package/dist/css/dist/css/nodeUtils.js +11 -5
  639. package/dist/css/dist/css/perf.cjs +6 -1
  640. package/dist/css/dist/css/perf.js +1 -1
  641. package/dist/css/dist/css/postcss.helpers.cjs +1 -0
  642. package/dist/css/dist/css/postcss.helpers.js +1 -1
  643. package/dist/css/dist/css/runner.cjs +12 -5
  644. package/dist/css/dist/css/runner.helpers.cjs +1 -0
  645. package/dist/css/dist/css/runner.helpers.js +1 -1
  646. package/dist/css/dist/css/runner.js +12 -5
  647. package/dist/css/dist/css/theme.d.cts +2 -3
  648. package/dist/css/dist/css/theme.d.ts +2 -3
  649. package/dist/css/dist/css/utils.cjs +1 -1
  650. package/dist/css/dist/css/utils.js +1 -1
  651. package/dist/css/dist/css/workerPool.cjs +1 -0
  652. package/dist/css/dist/css/workerPool.js +1 -1
  653. package/dist/css/dist/index.d.cts +2 -1
  654. package/dist/css/dist/index.d.ts +2 -1
  655. package/dist/css/dist/packages/automated-config/dist/utils/index.d.cts +1 -1
  656. package/dist/css/dist/packages/automated-config/dist/utils/index.d.ts +1 -1
  657. package/dist/css/dist/packages/config/dist/index.d.cts +1 -1
  658. package/dist/css/dist/packages/config/dist/index.d.ts +1 -1
  659. package/dist/css/dist/packages/fixtures/dist/index.cjs +19 -4
  660. package/dist/css/dist/packages/fixtures/dist/index.js +7 -5
  661. package/dist/css/dist/packages/palette/dist/index.cjs +1 -0
  662. package/dist/css/dist/packages/palette/dist/index.js +1 -1
  663. package/dist/css/dist/postcss/filterUnusedVariantRules.d.cts +3 -0
  664. package/dist/css/dist/postcss/filterUnusedVariantRules.d.ts +3 -0
  665. package/dist/css/dist/postcss/pruneVars.d.cts +1 -2
  666. package/dist/css/dist/postcss/pruneVars.d.ts +1 -2
  667. package/dist/css/dist/postcss.d.cts +2 -1
  668. package/dist/css/dist/postcss.d.ts +2 -1
  669. package/dist/css/dist/purger/optimized/ast/expressions.cjs +4 -2
  670. package/dist/css/dist/purger/optimized/ast/expressions.js +4 -3
  671. package/dist/css/dist/purger/optimized/ast/jsx.cjs +3 -0
  672. package/dist/css/dist/purger/optimized/ast/jsx.js +1 -1
  673. package/dist/css/dist/purger/optimized/ast/oxc.cjs +4 -6
  674. package/dist/css/dist/purger/optimized/ast/oxc.js +4 -6
  675. package/dist/css/dist/purger/optimized/ast/props.cjs +1 -0
  676. package/dist/css/dist/purger/optimized/ast/props.js +1 -1
  677. package/dist/css/dist/purger/optimized/ast/spread.cjs +1 -0
  678. package/dist/css/dist/purger/optimized/ast/spread.js +1 -1
  679. package/dist/css/dist/purger/optimized/purge.cjs +6 -2
  680. package/dist/css/dist/purger/optimized/purge.js +6 -3
  681. package/dist/css/dist/purger/optimized/purgeFromCode.cjs +6 -3
  682. package/dist/css/dist/purger/optimized/purgeFromCode.js +5 -4
  683. package/dist/css/dist/purger/optimized/utils/files.cjs +1 -0
  684. package/dist/css/dist/purger/optimized/utils/files.js +1 -1
  685. package/dist/css/dist/runtimeConfig/hookMetadata.cjs +4 -1
  686. package/dist/css/dist/runtimeConfig/hookMetadata.js +3 -2
  687. package/dist/css/dist/utils/optimizeCSS.cjs +5 -0
  688. package/dist/css/dist/utils/optimizeCSS.js +1 -1
  689. package/dist/css-animation/Button/Button.cjs +1 -1
  690. package/dist/css-animation/Button/Button.d.cts +1 -1
  691. package/dist/css-animation/Button/Button.d.ts +1 -1
  692. package/dist/css-animation/Checkbox/Checkbox.cjs +1 -1
  693. package/dist/css-animation/Checkbox/Checkbox.d.cts +0 -1
  694. package/dist/css-animation/Checkbox/Checkbox.d.ts +0 -1
  695. package/dist/css-animation/IconButton/IconButton.cjs +0 -1
  696. package/dist/css-animation/IconButton/IconButton.d.cts +2 -3
  697. package/dist/css-animation/IconButton/IconButton.d.ts +2 -3
  698. package/dist/css-animation/Radio/Radio.cjs +1 -1
  699. package/dist/css-animation/Radio/Radio.d.cts +0 -1
  700. package/dist/css-animation/Radio/Radio.d.ts +0 -1
  701. package/dist/css-animation/Switch/Switch.cjs +1 -1
  702. package/dist/css-animation/Switch/Switch.d.cts +0 -1
  703. package/dist/css-animation/Switch/Switch.d.ts +0 -1
  704. package/dist/css-animation/Switch/SwitchStaticHandle.cjs +0 -1
  705. package/dist/css-animation/Switch/SwitchStaticHandle.d.cts +2 -12
  706. package/dist/css-animation/Switch/SwitchStaticHandle.d.ts +2 -12
  707. package/dist/css-animation/index.d.cts +5 -0
  708. package/dist/css-animation/index.d.ts +5 -0
  709. package/dist/css-tokens/dist/index.d.cts +2 -12
  710. package/dist/css-tokens/dist/index.d.ts +2 -12
  711. package/dist/defaultTokensConfig.d.cts +1 -0
  712. package/dist/defaultTokensConfig.d.ts +1 -0
  713. package/dist/fixtures/dist/arbitrary.d.cts +1 -1
  714. package/dist/fixtures/dist/arbitrary.d.ts +1 -1
  715. package/dist/fixtures/dist/index.d.cts +1 -3
  716. package/dist/fixtures/dist/index.d.ts +1 -3
  717. package/dist/fixtures/index.d.cts +0 -1
  718. package/dist/fixtures/index.d.ts +0 -1
  719. package/dist/fixtures/src/arbitrary.cjs +1 -0
  720. package/dist/fixtures/src/arbitrary.d.cts +1 -2
  721. package/dist/fixtures/src/arbitrary.d.ts +1 -2
  722. package/dist/fixtures/src/arbitrary.js +1 -1
  723. package/dist/fixtures/src/util.d.cts +0 -1
  724. package/dist/fixtures/src/util.d.ts +0 -1
  725. package/dist/fonts/dist/index.d.cts +20 -12
  726. package/dist/fonts/dist/index.d.ts +20 -12
  727. package/dist/hooks/useForkRef.cjs +0 -1
  728. package/dist/hooks/useForkRef.d.cts +0 -1
  729. package/dist/hooks/useForkRef.d.ts +0 -1
  730. package/dist/hooks/usePrefersReducedMotion.cjs +0 -1
  731. package/dist/hooks/useRtl.cjs +0 -1
  732. package/dist/hooks/useSvgFloatingContent.cjs +1 -4
  733. package/dist/hooks/useSvgFloatingContent.d.cts +1 -12
  734. package/dist/hooks/useSvgFloatingContent.d.ts +1 -12
  735. package/dist/hooks/useSvgFloatingContent.js +1 -3
  736. package/dist/icons/dist/types.d.cts +7 -4
  737. package/dist/icons/dist/types.d.ts +7 -4
  738. package/dist/index.d.cts +5 -1
  739. package/dist/index.d.ts +5 -1
  740. package/dist/modes/dist/index.d.cts +1 -2
  741. package/dist/modes/dist/index.d.ts +1 -2
  742. package/dist/motion-tokens/dist/index.d.cts +0 -5
  743. package/dist/motion-tokens/dist/index.d.ts +0 -5
  744. package/dist/palette/dist/index.d.cts +1 -1
  745. package/dist/palette/dist/index.d.ts +1 -1
  746. package/dist/postcss.d.cts +1 -0
  747. package/dist/postcss.d.ts +1 -0
  748. package/dist/providers/ColorModeProvider.cjs +0 -1
  749. package/dist/providers/ColorModeProvider.d.cts +3 -8
  750. package/dist/providers/ColorModeProvider.d.ts +3 -8
  751. package/dist/providers/ScaleModeProvider.cjs +0 -1
  752. package/dist/providers/ScaleModeProvider.d.cts +3 -8
  753. package/dist/providers/ScaleModeProvider.d.ts +3 -8
  754. package/dist/providers/ThemeProvider.cjs +0 -1
  755. package/dist/providers/ThemeProvider.d.cts +2 -7
  756. package/dist/providers/ThemeProvider.d.ts +2 -7
  757. package/dist/runtime/avatarConfig.d.cts +2 -3
  758. package/dist/runtime/avatarConfig.d.ts +2 -3
  759. package/dist/runtime/badgeConfig.d.cts +2 -3
  760. package/dist/runtime/badgeConfig.d.ts +2 -3
  761. package/dist/runtime/bottomSheetConfig.d.cts +1 -4
  762. package/dist/runtime/bottomSheetConfig.d.ts +1 -4
  763. package/dist/runtime/breakpointsConfig.d.cts +3 -4
  764. package/dist/runtime/breakpointsConfig.d.ts +3 -4
  765. package/dist/runtime/buttonConfig.d.cts +2 -3
  766. package/dist/runtime/buttonConfig.d.ts +2 -3
  767. package/dist/runtime/chipConfig.d.cts +2 -3
  768. package/dist/runtime/chipConfig.d.ts +2 -3
  769. package/dist/runtime/iconButtonConfig.d.cts +2 -3
  770. package/dist/runtime/iconButtonConfig.d.ts +2 -3
  771. package/dist/runtime/index.d.cts +1 -1
  772. package/dist/runtime/index.d.ts +1 -1
  773. package/dist/runtime/inputConfig.d.cts +2 -3
  774. package/dist/runtime/inputConfig.d.ts +2 -3
  775. package/dist/runtime/menuItemConfig.d.cts +2 -3
  776. package/dist/runtime/menuItemConfig.d.ts +2 -3
  777. package/dist/runtime/modalConfig.d.cts +2 -3
  778. package/dist/runtime/modalConfig.d.ts +2 -3
  779. package/dist/runtime/paddleNavConfig.d.cts +2 -3
  780. package/dist/runtime/paddleNavConfig.d.ts +2 -3
  781. package/dist/runtime/paginationConfig.d.cts +2 -3
  782. package/dist/runtime/paginationConfig.d.ts +2 -3
  783. package/dist/runtime/popoverConfig.cjs +12 -6
  784. package/dist/runtime/popoverConfig.d.cts +2 -5
  785. package/dist/runtime/popoverConfig.d.ts +2 -5
  786. package/dist/runtime/popoverConfig.js +12 -6
  787. package/dist/runtime/selectItemConfig.d.cts +2 -3
  788. package/dist/runtime/selectItemConfig.d.ts +2 -3
  789. package/dist/runtime/tabConfig.d.cts +2 -3
  790. package/dist/runtime/tabConfig.d.ts +2 -3
  791. package/dist/runtime/toastConfig.d.cts +2 -3
  792. package/dist/runtime/toastConfig.d.ts +2 -3
  793. package/dist/runtime/tooltipConfig.d.cts +2 -5
  794. package/dist/runtime/tooltipConfig.d.ts +2 -5
  795. package/dist/runtime/udsConfig.d.cts +1 -1
  796. package/dist/runtime/udsConfig.d.ts +1 -1
  797. package/dist/styles/styler.cjs +0 -1
  798. package/dist/styles/styler.d.cts +0 -1
  799. package/dist/styles/styler.d.ts +0 -1
  800. package/dist/styles/stylerTypes.d.cts +5 -5
  801. package/dist/styles/stylerTypes.d.ts +5 -5
  802. package/dist/styles/udsTailwindMerge.cjs +0 -1
  803. package/dist/styles/udsTailwindMerge.d.cts +1 -3
  804. package/dist/styles/udsTailwindMerge.d.ts +1 -3
  805. package/dist/tailwind/plugin.d.cts +1 -0
  806. package/dist/tailwind/plugin.d.ts +1 -0
  807. package/dist/tailwind/utils/index.d.cts +1 -0
  808. package/dist/tailwind/utils/index.d.ts +1 -0
  809. package/dist/tailwind/utils/node.d.cts +1 -0
  810. package/dist/tailwind/utils/node.d.ts +1 -0
  811. package/dist/tailwind-internal/dist/_virtual/_rolldown/runtime.cjs +1 -1
  812. package/dist/tailwind-internal/dist/_virtual/_rolldown/runtime.js +1 -1
  813. package/dist/tailwind-internal/dist/base/addColorModeVars.cjs +0 -1
  814. package/dist/tailwind-internal/dist/base/addColorModeVarsV2.cjs +0 -1
  815. package/dist/tailwind-internal/dist/components/getFocusRingStyles.d.cts +1 -2
  816. package/dist/tailwind-internal/dist/components/getFocusRingStyles.d.ts +1 -2
  817. package/dist/tailwind-internal/dist/components/getHitTargetStyles.cjs +1 -0
  818. package/dist/tailwind-internal/dist/components/getHitTargetStyles.js +1 -1
  819. package/dist/tailwind-internal/dist/components/getIconStyles.d.cts +1 -2
  820. package/dist/tailwind-internal/dist/components/getIconStyles.d.ts +1 -2
  821. package/dist/tailwind-internal/dist/components/getInputStyles.d.cts +1 -2
  822. package/dist/tailwind-internal/dist/components/getInputStyles.d.ts +1 -2
  823. package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.cjs +1 -1
  824. package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.d.cts +2 -2
  825. package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.d.ts +2 -2
  826. package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.js +1 -1
  827. package/dist/tailwind-internal/dist/components/types.d.cts +2 -3
  828. package/dist/tailwind-internal/dist/components/types.d.ts +2 -3
  829. package/dist/tailwind-internal/dist/defaultTailwindThemeAsUdsConfig.d.cts +2 -3
  830. package/dist/tailwind-internal/dist/defaultTailwindThemeAsUdsConfig.d.ts +2 -3
  831. package/dist/tailwind-internal/dist/index.d.cts +2 -1
  832. package/dist/tailwind-internal/dist/index.d.ts +2 -1
  833. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/defaultTheme.d.cts +2 -4
  834. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/defaultTheme.d.ts +2 -3
  835. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/lib/public/create-plugin.cjs +1 -1
  836. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/lib/public/create-plugin.js +1 -1
  837. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/plugin.d.cts +2 -4
  838. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/plugin.d.ts +2 -3
  839. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/config.d.cts +70 -38
  840. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/config.d.ts +70 -38
  841. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/colors.d.cts +6 -11
  842. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/colors.d.ts +6 -11
  843. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/corePluginList.d.cts +1 -1
  844. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/corePluginList.d.ts +1 -1
  845. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/default-theme.d.cts +1 -1
  846. package/dist/tailwind-internal/dist/node_modules/.bun/tailwindcss@3.4.19_028b7be3b865fa1a/node_modules/tailwindcss/types/generated/default-theme.d.ts +1 -1
  847. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -0
  848. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -0
  849. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.d.cts +5 -0
  850. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.d.ts +5 -0
  851. package/dist/tailwind-internal/dist/packages/automated-config/dist/types/ComponentConfig.d.cts +3 -0
  852. package/dist/tailwind-internal/dist/packages/automated-config/dist/types/ComponentConfig.d.ts +3 -0
  853. package/dist/tailwind-internal/dist/packages/automated-config/dist/types/ConfigSchema.d.cts +2 -0
  854. package/dist/tailwind-internal/dist/packages/automated-config/dist/types/ConfigSchema.d.ts +2 -0
  855. package/dist/tailwind-internal/dist/packages/automated-config/dist/types/StateAxis.cjs +25 -2
  856. package/dist/tailwind-internal/dist/packages/automated-config/dist/types/StateAxis.js +25 -3
  857. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/buildConfigSchema.d.cts +7 -0
  858. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/buildConfigSchema.d.ts +7 -0
  859. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/canonicalizeStateKey.d.cts +2 -0
  860. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/canonicalizeStateKey.d.ts +2 -0
  861. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/coalesceConfigVariant.d.cts +2 -0
  862. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/coalesceConfigVariant.d.ts +2 -0
  863. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/defaults.d.cts +2 -0
  864. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/defaults.d.ts +2 -0
  865. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.cjs +5 -1
  866. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.d.cts +2 -0
  867. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.d.ts +2 -0
  868. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.js +2 -2
  869. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeightPx.d.cts +3 -0
  870. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeightPx.d.ts +3 -0
  871. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigComponentVariant.d.cts +2 -0
  872. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigComponentVariant.d.ts +2 -0
  873. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +2 -0
  874. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.ts +2 -0
  875. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -0
  876. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantProperties.d.ts +3 -0
  877. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +3 -0
  878. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariantPseudoStates.d.ts +3 -0
  879. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariants.d.cts +2 -0
  880. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getConfigVariants.d.ts +2 -0
  881. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.d.cts +2 -0
  882. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.d.ts +2 -0
  883. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +81 -51
  884. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.d.cts +21 -1
  885. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.d.ts +21 -1
  886. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +63 -51
  887. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/isConfiguratorPropertyVisible.d.cts +2 -0
  888. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/isConfiguratorPropertyVisible.d.ts +2 -0
  889. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/pseudoStateSelectors.cjs +4 -1
  890. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/pseudoStateSelectors.js +2 -2
  891. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolvePropertyStates.cjs +1 -0
  892. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolvePropertyStates.d.cts +3 -0
  893. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolvePropertyStates.d.ts +3 -0
  894. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/resolvePropertyStates.js +1 -1
  895. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/subcomponents.d.cts +2 -0
  896. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/subcomponents.d.ts +2 -0
  897. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/variantConfigGuards.d.cts +2 -0
  898. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/variantConfigGuards.d.ts +2 -0
  899. package/dist/tailwind-internal/dist/packages/config/dist/index.d.cts +3 -3
  900. package/dist/tailwind-internal/dist/packages/config/dist/index.d.ts +3 -3
  901. package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.cjs +1 -0
  902. package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.js +1 -1
  903. package/dist/tailwind-internal/dist/packages/fixtures/dist/index.cjs +19 -4
  904. package/dist/tailwind-internal/dist/packages/fixtures/dist/index.d.cts +2 -0
  905. package/dist/tailwind-internal/dist/packages/fixtures/dist/index.d.ts +2 -0
  906. package/dist/tailwind-internal/dist/packages/fixtures/dist/index.js +7 -5
  907. package/dist/tailwind-internal/dist/packages/fonts/dist/index.d.cts +17 -9
  908. package/dist/tailwind-internal/dist/packages/fonts/dist/index.d.ts +17 -9
  909. package/dist/tailwind-internal/dist/packages/types/dist/index.d.cts +3 -8
  910. package/dist/tailwind-internal/dist/packages/types/dist/index.d.ts +3 -8
  911. package/dist/tailwind-internal/dist/plugins/borderRadius.cjs +2 -0
  912. package/dist/tailwind-internal/dist/plugins/borderRadius.js +1 -1
  913. package/dist/tailwind-internal/dist/plugins/borderWidth.cjs +1 -0
  914. package/dist/tailwind-internal/dist/plugins/borderWidth.js +1 -1
  915. package/dist/tailwind-internal/dist/plugins/breakpoints.cjs +2 -0
  916. package/dist/tailwind-internal/dist/plugins/breakpoints.js +1 -1
  917. package/dist/tailwind-internal/dist/plugins/colors.cjs +2 -3
  918. package/dist/tailwind-internal/dist/plugins/scaleMode.cjs +2 -1
  919. package/dist/tailwind-internal/dist/plugins/scaleMode.js +2 -1
  920. package/dist/tailwind-internal/dist/plugins/typography.cjs +7 -0
  921. package/dist/tailwind-internal/dist/plugins/typography.js +1 -1
  922. package/dist/tailwind-internal/dist/tailwindPlugin.cjs +2 -0
  923. package/dist/tailwind-internal/dist/tailwindPlugin.d.cts +4 -2
  924. package/dist/tailwind-internal/dist/tailwindPlugin.d.ts +4 -2
  925. package/dist/tailwind-internal/dist/tailwindPlugin.js +2 -0
  926. package/dist/tailwind-internal/dist/utils/addFontsPlugin.d.cts +2 -3
  927. package/dist/tailwind-internal/dist/utils/addFontsPlugin.d.ts +2 -3
  928. package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.cjs +3 -4
  929. package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.cts +2 -3
  930. package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.d.ts +2 -3
  931. package/dist/tailwind-internal/dist/utils/composeTailwindPlugins.js +1 -1
  932. package/dist/tailwind-internal/dist/utils/entryPoints.d.cts +1 -1
  933. package/dist/tailwind-internal/dist/utils/entryPoints.d.ts +1 -1
  934. package/dist/tailwind-internal/dist/utils/getColorModeStyles.d.cts +1 -2
  935. package/dist/tailwind-internal/dist/utils/getColorModeStyles.d.ts +1 -2
  936. package/dist/tailwind-internal/dist/utils/getElevationStyles.d.cts +2 -5
  937. package/dist/tailwind-internal/dist/utils/getElevationStyles.d.ts +2 -5
  938. package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.d.cts +1 -2
  939. package/dist/tailwind-internal/dist/utils/getFontFaceDeclarations.d.ts +1 -2
  940. package/dist/tailwind-internal/dist/utils/getFontStyles.d.cts +1 -2
  941. package/dist/tailwind-internal/dist/utils/getFontStyles.d.ts +1 -2
  942. package/dist/tailwind-internal/dist/utils/getMotionStyles.cjs +3 -2
  943. package/dist/tailwind-internal/dist/utils/getMotionStyles.d.cts +1 -2
  944. package/dist/tailwind-internal/dist/utils/getMotionStyles.d.ts +1 -2
  945. package/dist/tailwind-internal/dist/utils/getMotionStyles.js +3 -2
  946. package/dist/tailwind-internal/dist/utils/getScaleModeStyles.d.cts +1 -2
  947. package/dist/tailwind-internal/dist/utils/getScaleModeStyles.d.ts +1 -2
  948. package/dist/tailwind-internal/dist/utils/getShadowPresetValues.d.cts +2 -6
  949. package/dist/tailwind-internal/dist/utils/getShadowPresetValues.d.ts +2 -6
  950. package/dist/tailwind-internal/dist/utils/getShadowStyles.cjs +2 -1
  951. package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +4 -8
  952. package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +4 -8
  953. package/dist/tailwind-internal/dist/utils/getShadowStyles.js +2 -1
  954. package/dist/tailwind-internal/dist/utils/getShadowVars.cjs +3 -2
  955. package/dist/tailwind-internal/dist/utils/getShadowVars.d.cts +1 -2
  956. package/dist/tailwind-internal/dist/utils/getShadowVars.d.ts +1 -2
  957. package/dist/tailwind-internal/dist/utils/getShadowVars.js +3 -2
  958. package/dist/tailwind-internal/dist/utils/opacity.cjs +0 -1
  959. package/dist/tailwind-internal/dist/utils/opacity.d.cts +1 -2
  960. package/dist/tailwind-internal/dist/utils/opacity.d.ts +1 -2
  961. package/dist/tailwind-internal/dist/utils/parseTokens.cjs +2 -1
  962. package/dist/tailwind-internal/dist/utils/parseTokens.d.cts +2 -3
  963. package/dist/tailwind-internal/dist/utils/parseTokens.d.ts +2 -3
  964. package/dist/tailwind-internal/dist/utils/parseTokens.js +2 -1
  965. package/dist/tailwind-internal/dist/utils/postcssPreserveVars.d.cts +1 -2
  966. package/dist/tailwind-internal/dist/utils/postcssPreserveVars.d.ts +1 -2
  967. package/dist/tailwind-v3/dist/packages/css-tokens/dist/index.cjs +1 -0
  968. package/dist/tailwind-v3/dist/packages/css-tokens/dist/index.js +1 -1
  969. package/dist/tailwind-v3/dist/packages/palette/dist/index.cjs +1 -0
  970. package/dist/tailwind-v3/dist/packages/palette/dist/index.js +1 -1
  971. package/dist/tailwind-v3/dist/purger/legacy/index.d.cts +2 -0
  972. package/dist/tailwind-v3/dist/purger/legacy/index.d.ts +2 -0
  973. package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.cjs +11 -1
  974. package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.d.cts +2 -1
  975. package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.d.ts +1 -2
  976. package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.js +3 -2
  977. package/dist/tailwind-v3/dist/purger/legacy/purgeFromCode.d.cts +1 -1
  978. package/dist/tailwind-v3/dist/purger/legacy/purgeFromCode.d.ts +1 -1
  979. package/dist/tailwind-v3/dist/purger.d.cts +4 -1
  980. package/dist/tailwind-v3/dist/purger.d.ts +4 -1
  981. package/dist/tailwind-v3/dist/utils/tsMorph.cjs +6 -2
  982. package/dist/tailwind-v3/dist/utils/tsMorph.js +3 -2
  983. package/dist/tailwind-v4/dist/cli.cjs +3 -3
  984. package/dist/tailwind-v4/dist/cli.js +2 -2
  985. package/dist/tailwind-v4/dist/{generateTheme-DkTgUwTM.cjs → generateTheme-CybuHI3b.cjs} +3 -3
  986. package/dist/tailwind-v4/dist/{generateTheme-DkTgUwTM.js → generateTheme-CybuHI3b.js} +3 -3
  987. package/dist/tokens/automation/index.d.cts +1 -1
  988. package/dist/tokens/automation/index.d.ts +1 -1
  989. package/dist/tokens/automation/properties.d.cts +1 -1
  990. package/dist/tokens/automation/properties.d.ts +1 -1
  991. package/dist/tokens/configs/borderRadius.d.cts +1 -0
  992. package/dist/tokens/configs/borderRadius.d.ts +1 -0
  993. package/dist/tokens/configs/borderWidth.d.cts +1 -0
  994. package/dist/tokens/configs/borderWidth.d.ts +1 -0
  995. package/dist/tokens/configs/font.d.cts +1 -0
  996. package/dist/tokens/configs/font.d.ts +1 -0
  997. package/dist/tokens/configs/scaleMode.d.cts +1 -0
  998. package/dist/tokens/configs/scaleMode.d.ts +1 -0
  999. package/dist/tokens/configs/shadow.d.cts +1 -0
  1000. package/dist/tokens/configs/shadow.d.ts +1 -0
  1001. package/dist/tokens/configs/sizes.cjs +0 -1
  1002. package/dist/tokens/configs/sizes.d.cts +1 -0
  1003. package/dist/tokens/configs/sizes.d.ts +1 -0
  1004. package/dist/tokens/configs/typography.d.cts +1 -0
  1005. package/dist/tokens/configs/typography.d.ts +1 -0
  1006. package/dist/tokens/index.d.cts +5 -1
  1007. package/dist/tokens/index.d.ts +5 -1
  1008. package/dist/tokens/parseButtonVariants.d.cts +2 -4
  1009. package/dist/tokens/parseButtonVariants.d.ts +2 -4
  1010. package/dist/tokens/parseTokens.d.cts +1 -0
  1011. package/dist/tokens/parseTokens.d.ts +1 -0
  1012. package/dist/tokens/types.d.cts +1 -2
  1013. package/dist/tokens/types.d.ts +1 -2
  1014. package/dist/tokens/utils/getFontUrls.d.cts +3 -1
  1015. package/dist/tokens/utils/getFontUrls.d.ts +3 -1
  1016. package/dist/tokens/utils/spectrum.d.cts +1 -0
  1017. package/dist/tokens/utils/spectrum.d.ts +1 -0
  1018. package/dist/types/dist/index.d.cts +4 -5
  1019. package/dist/types/dist/index.d.ts +4 -5
  1020. package/dist/types.d.cts +0 -1
  1021. package/dist/types.d.ts +0 -1
  1022. package/dist/uds/generated/componentData.cjs +1881 -1881
  1023. package/dist/uds/generated/componentData.js +1881 -1881
  1024. package/dist/uds/package.cjs +2 -2
  1025. package/dist/uds/package.js +2 -2
  1026. package/dist/utils/createSlot.cjs +0 -1
  1027. package/dist/utils/dist/entries.d.cts +1 -1
  1028. package/dist/utils/dist/entries.d.ts +1 -1
  1029. package/dist/utils/dist/fromEntries.d.cts +1 -1
  1030. package/dist/utils/dist/fromEntries.d.ts +1 -1
  1031. package/dist/utils/dist/mapValues.d.cts +1 -1
  1032. package/dist/utils/dist/mapValues.d.ts +1 -1
  1033. package/dist/utils/hasDisplayName.cjs +0 -1
  1034. package/dist/utils/hasDisplayName.d.cts +0 -1
  1035. package/dist/utils/hasDisplayName.d.ts +0 -1
  1036. package/dist/utils/intersperse.d.cts +1 -3
  1037. package/dist/utils/intersperse.d.ts +1 -3
  1038. package/dist/utils/isElevationAlias.d.cts +0 -1
  1039. package/dist/utils/isElevationAlias.d.ts +0 -1
  1040. package/dist/utils/mergeSlotProps.cjs +2 -2
  1041. package/dist/utils/mergeSlotProps.d.cts +1 -1
  1042. package/dist/utils/mergeSlotProps.d.ts +1 -1
  1043. package/dist/utils/mergeSlotProps.js +2 -2
  1044. package/dist/utils/svgFloatingContentUtils.d.cts +2 -20
  1045. package/dist/utils/svgFloatingContentUtils.d.ts +2 -20
  1046. package/generated/componentData.json +2771 -2771
  1047. package/package.json +3 -3
@@ -30,6 +30,7 @@ import { PropertyStates, StateSlot, propertyUsesPerStateEnabled, resolveSlotByCa
30
30
  import { getConfigSubcomponents } from "../automated-config/dist/utils/subcomponents.js";
31
31
  import { isVariantConfigWithComponentStates, isVariantConfigWithProperties } from "../automated-config/dist/utils/variantConfigGuards.js";
32
32
  import { EmitMode, applyBoxShadowBorder, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration, generateStyles, mergeUniversalUnderOverride, statePseudoMapDocsMode } from "../automated-config/dist/utils/index.js";
33
+ import "./automation/index.js";
33
34
  import { ALWAYS_PREFIX, alwaysPalette, deprecatedAlwaysPalette, newAlwaysPalette } from "../palette/dist/index.js";
34
35
  import { ResolvedTokensConfig, UniversalTokensConfig } from "../config/dist/index.js";
35
36
  import { FONT_DECLARATIONS_MAP, FontAxisConfig, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontID, FontWeightForFont } from "../fonts/dist/index.js";
@@ -37,11 +38,14 @@ import { AllSelectors, BaseSelector, CssStyleObject, ParentVariantSelector } fro
37
38
  import { ConfigurableComponentName, IconPropsWithSVGProps, UniversalAvatarImageProps, UniversalChipProps, UniversalIconButtonProps, UniversalPaddleButtonProps } from "./types.js";
38
39
  import { shadow } from "./configs/shadow.js";
39
40
  import { AVATAR_SIZE_PREFIX, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_SCALE_MODE_CLASSNAME, DROP_SHADOW_PREFIX, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, GetMotionVarParams, ICON_COLOR_OVERRIDE_ATTRIBUTE, ICON_SIZE_OVERRIDE_ATTRIBUTE, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INVERT_COLOR_MODE_CLASSNAME, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, MEDIUM_SCALE_MODE_CLASSNAME, MOTION_PREFIX, OUTLINE_PREFIX, PSEUDO_STYLE_SELECTOR_MAP, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SYSTEM_COLOR_MODE_CLASSNAME, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, UDS_PREFIX, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, getMotionVar, getShadowLayerValue, textVariantsSafe } from "../css-tokens/dist/index.js";
41
+ import "./consts/cssTokens.js";
40
42
  import { DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_FOR_APP } from "../modes/dist/index.js";
43
+ import "./consts/defaultModes.js";
44
+ import "./consts/fontDeclarationsMap.js";
41
45
  import { parseButtonVariantFlat } from "./parseButtonVariants.js";
42
46
  import { entries } from "../utils/dist/entries.js";
43
47
  import { fromEntries } from "../utils/dist/fromEntries.js";
44
48
  import { mapValues } from "../utils/dist/mapValues.js";
45
49
  import { FontUrlConfig, FontUrlMap, fontUrls, getFontUrls, getFontUrlsByIds } from "./utils/getFontUrls.js";
46
50
  import { spectrumRgbToString, toRgbChannel, toSpectrumValueEntry } from "./utils/spectrum.js";
47
- export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, AllPossibleProperties, AllSelectors, type AllVariantKeys, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AtomicState, type AutoComponentName, AvatarAbbreviationStrategy, AvatarConfig, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, BadgeConfig, BadgeSize, BadgeVariant, BannerConfig, BannerInnerShadowOption, BannerSize, BannerVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheetConfig, BottomSheetHeight, BottomSheetSnapPoints, BottomSheetVariant, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, ButtonConfig, ButtonControlSchema, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxConfig, CheckboxSize, CheckboxValue, CheckboxVariant, ChipConfig, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentSchema, ComponentStateConfig, ConfigurableComponentName, ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, DividerConfig, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, EmitMode, ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontAxisConfig, FontConfig, FontCssVar, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontFamilyConfig, FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontUrlConfig, FontUrlMap, FontWeightConfig, FontWeightDescriptive, FontWeightForFont, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GenericIconComponent, GetMotionVarParams, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, ICON_COLOR_OVERRIDE_ATTRIBUTE, ICON_SIZE_OVERRIDE_ATTRIBUTE, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, IconButtonConfig, IconButtonMatchButtonHeightConfig, IconButtonMatchButtonHeightSize, IconButtonSize, IconPixelSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, InputConfig, InputSize, InteractiveAtomic, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, LinkConfig, LinkTextVariant, LinkVariant, LinkableValue, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, MaxLengthArray, MenuContentConfig, MenuItemConfig, ModalConfig, ModalSize, ModalVariant, Modes, ModifierAtomic, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OUTLINE_PREFIX, OpacityStep, Overflow, PSEUDO_STYLE_SELECTOR_MAP, PaddleNavConfig, PaddleNavOrientation, PaddleNavSize, PaddleNavVariant, PaginationConfig, PaginationEllipsisPlacement, PaginationSize, PaginationVariant, PaginationVisibleItem, PaginationWidthConfig, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, PopoverConfig, PopoverPlacement, PopoverSize, PopoverVariant, Position, PossibleStates, PossibleStatesWithRest, PropertyStates, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, RadioConfig, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, ResolvedTokensConfig, SHARED_BUTTON_ICONBUTTON_SIZES, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, ScrimConfig, SelectConfig, SelectContentConfig, SelectItemConfig, SelectOption, SelectSize, SelectedConfigurableProperty, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, StateSlot, StateStyleProps, StyleProps, SubComponentConfig, SwitchConfig, SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, TShirtSize, TShirtSizeCommon, TabConfig, TabsConfig, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, ToastConfig, ToastPosition, ToastSize, ToastVariant, TooltipConfig, TooltipPlacement, TooltipSize, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UDS_PREFIX, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPaginationItemProps, UniversalPaginationLinkProps, UniversalPaginationNextProps, UniversalPaginationNumbersProps, UniversalPaginationPrevProps, UniversalPaginationProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalSelectProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfig, UniversalTokensConfigAuto, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps, UserOverridableProperty, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, deprecatedAlwaysPalette, disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonControlHeightPx, getButtonIconSizeVar, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getIconButtonControlHeight, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, isAtomicState, isConfigDefaultValue, isConfiguratorPropertyVisible, isIconButtonMatchButtonHeightEnabled, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, variants };
51
+ export { ALWAYS_PREFIX, AVATAR_SIZE_PREFIX, type AllPossibleProperties, type AllSelectors, type AllVariantKeys, type AlwaysPaletteAlias, type AlwaysPaletteAliasWithPrefix, type AlwaysPaletteColor, type Animation, type AriaAttribute, type AtomicState, type AutoComponentName, type AvatarAbbreviationStrategy, AvatarConfig, type AvatarShape, type AvatarSize, type AvatarSizeConfig, type AvatarVariant, BACKGROUND_BLUR_COLOR_PREFIX, BACKGROUND_BLUR_FALLBACK_COLOR_PREFIX, BACKGROUND_BLUR_RADIUS_PREFIX, BACKGROUND_COLOR_PREFIX, BORDER_RADIUS_PREFIX, BORDER_WIDTH_PREFIX, BUTTON_CONTROL_HEIGHT_VAR, BUTTON_GAP_VAR, BUTTON_SCALE_EFFECT, BUTTON_SCALE_EFFECT_HOVER, BUTTON_SCALE_EFFECT_PRESSED, BUTTON_SCALE_EFFECT_REST, type BackgroundColor, type BackgroundPalette, type BackgroundPaletteAlias, type BackgroundStyleProps, type BackwardsCompatibleReactElement, BadgeConfig, type BadgeSize, type BadgeVariant, BannerConfig, type BannerInnerShadowOption, type BannerSize, type BannerVariant, type BaseSelector, type BorderRadius, type BorderRadiusConfig, type BorderStyleProps, type BorderWidth, type BorderWidthConfig, type BorderWidthWithElevation, BottomSheetConfig, type BottomSheetHeight, type BottomSheetSnapPoints, type BottomSheetVariant, type Breakpoint, type BreakpointValue, type BreakpointWithBase, type BreakpointsConfig, ButtonConfig, type ButtonControlSchema, type ButtonPalette, type ButtonPaletteColor, type ButtonSize, type ButtonSpectrumColor, type ButtonVariant, type ButtonVariantFlat, CheckboxConfig, type CheckboxSize, type CheckboxValue, type CheckboxVariant, ChipConfig, type ChipSize, type ChipVariant, type ColorMode, type ColorModeConfig, type ColorModeForApp, type ColorsConfig, type ComponentConfig, type ComponentSchema, type ComponentStateConfig, type ConfigurableComponentName, type ConfigurablePropertiesName, type CssStyleObject, type CustomSizingStyleProps, DARK_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_CLASSNAME, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_CLASSNAME, DEFAULT_SCALE_MODE_FOR_APP, DROP_SHADOW_PREFIX, type DataAttribute, type DeprecatedAlwaysPaletteAlias, type Display, DividerConfig, type DividerVariant, type ElevationAlias, type ElevationBackgroundFillColor, type ElevationBorderColor, type ElevationConfig, type ElevationCustomInsetShadows, type ElevationCustomShadows, type ElevationGlobalRampConfig, type ElevationGlobalRampSettings, type ElevationLevel, type ElevationPreset, type ElevationSurfaceColor, EmitMode, type ExtractUrlFromFontFaceRule, FONT_DECLARATIONS_MAP, FONT_FAMILY_PREFIX, FONT_SIZE_PREFIX, FONT_SLANT_PREFIX, FONT_WEIGHT_PREFIX, FONT_WIDTH_PREFIX, type Flex, type FlexAlignContent, type FlexAlignItems, type FlexAlignSelf, type FlexBasis, type FlexDirection, type FlexGrow, type FlexJustifyContent, type FlexShrink, type FlexStyleProps, type FlexWrap, type FocusRingColor, type FocusRingConfig, type FocusRingModeConfig, type FocusRingOffset, type FocusRingWidth, type FontAlias, type FontAxisConfig, type FontConfig, type FontCssVar, type FontDeclarationConfig, type FontDeclarationItemConfig, type FontDeclarationMap, type FontFamilyCDNUrl, type FontFamilyConfig, type FontID, type FontSize, type FontSizeConfig, type FontSlantConfig, type FontType, FontUrlConfig, FontUrlMap, type FontWeightConfig, type FontWeightDescriptive, type FontWeightForFont, type FontWeightNumeric, type FontWidthConfig, type ForegroundColor, type ForegroundPalette, type ForegroundPaletteAlias, type GenericIconComponent, GetMotionVarParams, type GlobalDefaultsConfig, type HighContrastMode, type Hue, type HueStep, ICON_COLOR_OVERRIDE_ATTRIBUTE, ICON_SIZE_OVERRIDE_ATTRIBUTE, ICON_SIZE_PREFIX, INSET_SHADOW_PREFIX, INTERACTIVE_ATOMICS, INVERT_COLOR_MODE_CLASSNAME, IconButtonConfig, type IconButtonMatchButtonHeightConfig, type IconButtonMatchButtonHeightSize, type IconButtonSize, type IconPixelSize, type IconPropsWithSVGProps, type IconSize, type IconSizeConfig, type IconSlotRenderProps, type IconVariant, type ImagePropsWithImgProps, type ImageStyleProps, type ImgElementProps, InputConfig, type InputSize, type InteractiveAtomic, LARGE_SCALE_MODE_CLASSNAME, LETTER_SPACING_PREFIX, LIGHT_COLOR_MODE_CLASSNAME, LINE_COLOR_PREFIX, LINE_HEIGHT_PREFIX, type LayerConfig, type LayoutStyleProps, type LineClampAlias, type LineColor, type LineHeight, type LineHeightConfig, type LinePalette, type LinePaletteAlias, LinkConfig, type LinkTextVariant, type LinkVariant, type LinkableValue, MAX_MODIFIERS_PER_COMPOUND, MEDIUM_SCALE_MODE_CLASSNAME, MODIFIER_ATOMICS, MOTION_PREFIX, type MaxLengthArray, MenuContentConfig, MenuItemConfig, ModalConfig, type ModalSize, type ModalVariant, type Modes, type ModifierAtomic, type MotionConfig, type MotionCssVar, type MotionSpringConfig, type MotionSpringConfigOptions, type MotionVariant, type MotionVariantSpeed, type MotionVariantValues, type NestedBorderRadiusStyleProps, OUTLINE_PREFIX, type OpacityStep, type Overflow, PSEUDO_STYLE_SELECTOR_MAP, PaddleNavConfig, type PaddleNavOrientation, type PaddleNavSize, type PaddleNavVariant, PaginationConfig, type PaginationEllipsisPlacement, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type PaginationWidthConfig, type Palette, type PaletteConfig, type PaletteType, type PaletteValue, type ParentVariantSelector, type Percentage, type PercentageUnit, type PixelsUnit, type PlatformMode, PopoverConfig, type PopoverPlacement, type PopoverSize, type PopoverVariant, type Position, type PossibleStates, type PossibleStatesWithRest, type PropertyStates, type PropertyToPaletteAliasMap, type RGBAUnit, type RGBColorValue, type RGBUnit, RadioConfig, type RadioSize, type RadioValue, type RadioVariant, type RegionMode, type RemsUnit, type ResolvedTokensConfig, SHARED_BUTTON_ICONBUTTON_SIZES, SMALL_SCALE_MODE_CLASSNAME, SPECTRUM_COLOR_PREFIX, type SVGElementProps, SYSTEM_COLOR_MODE_CLASSNAME, type ScaleConfig, type ScaleEffect, type ScaleMode, type ScaleModeConfig, type ScaleModeForApp, ScrimConfig, SelectConfig, SelectContentConfig, SelectItemConfig, type SelectOption, type SelectSize, type SelectedConfigurableProperty, type ShadowAlwaysColor, type ShadowColor, type ShadowColorConfig, type ShadowConfig, type ShadowOffset, type ShadowOpacity, type ShadowPalette, type ShadowPaletteAlias, type ShadowPaletteColor, type ShadowPreset, type ShadowSpectrumColor, type ShadowSpreadRadius, type ShadowStyleProps, type ShadowType, type ShadowTypeConfig, type ShadowVariant, type ShadowVariantConfig, type ShadowVariantInvert, type ShadowVariantWithElevation, type ShadowVariantWithInvert, type SharedPaletteAlias, type SizeStyleProps, type SpacingAlias, type SpacingConfig, type SpacingStyleProps, type SpectrumColor, type SpectrumConfig, type SpectrumRGB, type SpectrumValue, type SpectrumValueEntry, type StateSlot, type StateStyleProps, type StyleProps, type SubComponentConfig, SwitchConfig, type SwitchSize, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, TEXT_RESPONSIVE_CLASSNAME, TEXT_TRANSFORM_PREFIX, type TShirtSize, type TShirtSizeCommon, TabConfig, TabsConfig, type TextDecorationLine, type TextProperty, type TextStyleProps, type TextTransform, type TextTransformConfig, type TextVariant, type TextVariantTypography, type TextVariantUi, type TextVariantWithoutEmphasized, ToastConfig, type ToastPosition, type ToastSize, type ToastVariant, TooltipConfig, type TooltipPlacement, type TooltipSize, type TooltipVariant, type TransitionDelay, type TransitionDuration, type TransitionTiming, type TypographyConfig, type TypographyResponsiveProperty, type TypographyStyle, type TypographyStyleProperty, type TypographyUnitValue, UDS_PREFIX, type UdsCssVar, type UnitlessUnit, type UniversalAvatarBaseProps, type UniversalAvatarIconProps, type UniversalAvatarImageProps, type UniversalAvatarProps, type UniversalAvatarTextProps, type UniversalBadgeProps, type UniversalBannerProps, type UniversalBottomSheetContentProps, type UniversalBottomSheetHeaderProps, type UniversalBottomSheetProps, type UniversalBoxProps, type UniversalButtonProps, type UniversalCheckboxProps, type UniversalChipBaseProps, type UniversalChipButtonProps, type UniversalChipDismissibleProps, type UniversalChipLinkProps, type UniversalChipProps, type UniversalChipToggleProps, type UniversalDividerProps, type UniversalFormLabelProps, type UniversalIconButtonProps, type UniversalIconProps, type UniversalIconSlot, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalMenuItemProps, type UniversalModalActionsProps, type UniversalModalContentProps, type UniversalModalDescriptionProps, type UniversalModalProps, type UniversalModalTitleProps, type UniversalPaddleButtonProps, type UniversalPaddleNavContentProps, type UniversalPaddleNavProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalPopoverContentProps, type UniversalPopoverProps, type UniversalPopoverTriggerProps, type UniversalPressableProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSelectProps, type UniversalStackProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant, type UniversalTextProps, type UniversalToastProps, type UniversalTokensConfig, type UniversalTokensConfigAuto, type UniversalTokensConfigAutoBase, type UniversalTokensConfigBase, type UniversalTokensConfigGeneric, type UniversalTooltipContentProps, type UniversalTooltipProps, type UniversalTooltipTriggerProps, type UserOverridableProperty, type VariantConfig, type VariantConfigWithComponentStates, type VariantConfigWithProperties, XLARGE_SCALE_MODE_CLASSNAME, XSMALL_SCALE_MODE_CLASSNAME, XXLARGE_SCALE_MODE_CLASSNAME, XXXLARGE_SCALE_MODE_CLASSNAME, alwaysPalette, applyBoxShadowBorder, applyButtonControlHeightDeclarations, applyIconButtonControlHeightDeclarations, buildConfigSchema, canonicalizeStateKey, cartesianProduct, coalesceConfigVariant, createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, deprecatedAlwaysPalette, disableIconButtonMatchButtonHeight, enableIconButtonMatchButtonHeight, entries, findFixtureType, findFixtureTypeForValue, fontUrls, fromEntries, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateKeyFromFlatConfigPath, generateSchemaKey, generateStyles, getButtonContentLineHeight, getButtonControlContentSize, getButtonControlHeight, getButtonControlHeightPx, getButtonIconSizeVar, getConfigComponentVariant, getConfigDefaultValue, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getFontUrls, getFontUrlsByIds, getIconButtonControlHeight, getIconButtonControlHeightPx, getIconButtonOnlyControlHeightPx, getMotionVar, getPaginationControlWidthPx, getShadowLayerValue, getStateDocsClass, getStateSelector, isAtomicState, isConfigDefaultValue, isConfiguratorPropertyVisible, isIconButtonMatchButtonHeightEnabled, isInteractiveAtomic, isKnownStateAtom, isModifierAtomic, isVariantConfigWithComponentStates, isVariantConfigWithProperties, mapValues, mergeUniversalUnderOverride, newAlwaysPalette, parseButtonVariantFlat, propertyUsesPerStateEnabled, resolvePropertyStates, resolveSlotByCascade, shadow, spectrumRgbToString, splitStateKey, statePseudoMapDocsMode, syncButtonControlHeightVarForSize, syncIconButtonControlHeightVarForSize, syncIconButtonOnlyControlHeightVarForSize, syncPaginationWidthVarForSize, textVariantsSafe, toRgbChannel, toSpectrumValueEntry, variants };
@@ -1,13 +1,11 @@
1
1
 
2
2
  import { ButtonPalette, ButtonVariant, ButtonVariantFlat } from "../types/dist/index.cjs";
3
+ import "./types.cjs";
3
4
  //#region src/tokens/parseButtonVariants.d.ts
4
5
  interface ParseButtonVariantFlatArgs {
5
6
  palette?: ButtonPalette;
6
7
  variant?: ButtonVariant;
7
8
  }
8
- declare function parseButtonVariantFlat({
9
- palette,
10
- variant
11
- }: ParseButtonVariantFlatArgs): ButtonVariantFlat;
9
+ declare function parseButtonVariantFlat({ palette, variant }: ParseButtonVariantFlatArgs): ButtonVariantFlat;
12
10
  //#endregion
13
11
  export { parseButtonVariantFlat };
@@ -1,13 +1,11 @@
1
1
 
2
2
  import { ButtonPalette, ButtonVariant, ButtonVariantFlat } from "../types/dist/index.js";
3
+ import "./types.js";
3
4
  //#region src/tokens/parseButtonVariants.d.ts
4
5
  interface ParseButtonVariantFlatArgs {
5
6
  palette?: ButtonPalette;
6
7
  variant?: ButtonVariant;
7
8
  }
8
- declare function parseButtonVariantFlat({
9
- palette,
10
- variant
11
- }: ParseButtonVariantFlatArgs): ButtonVariantFlat;
9
+ declare function parseButtonVariantFlat({ palette, variant }: ParseButtonVariantFlatArgs): ButtonVariantFlat;
12
10
  //#endregion
13
11
  export { parseButtonVariantFlat };
@@ -1,3 +1,4 @@
1
1
 
2
2
  import { WebTokens, parseTokens } from "../tailwind-internal/dist/utils/parseTokens.cjs";
3
+ import "../tailwind-internal/dist/index.cjs";
3
4
  export { type WebTokens, parseTokens };
@@ -1,3 +1,4 @@
1
1
 
2
2
  import { WebTokens, parseTokens } from "../tailwind-internal/dist/utils/parseTokens.js";
3
+ import "../tailwind-internal/dist/index.js";
3
4
  export { type WebTokens, parseTokens };
@@ -8,7 +8,6 @@ import { ResolvedTokensConfig, UniversalTokensConfig } from "../config/dist/inde
8
8
  import { FontFamilyCDNUrl, FontID } from "../fonts/dist/index.cjs";
9
9
  import { AllSelectors, BaseSelector, CssStyleObject, ParentVariantSelector } from "../automated-config/dist/types/ComponentStyles.cjs";
10
10
  import { AnchorHTMLAttributes } from "react";
11
-
12
11
  //#region src/tokens/types.d.ts
13
12
  /**
14
13
  * Web-only: `Icon` props expect `SvgIcon`s from `@yahoo/uds-icons` (for `metadata` access).
@@ -45,4 +44,4 @@ interface UniversalChipProps extends UniversalChipProps$1 {
45
44
  */
46
45
  type ConfigurableComponentName = keyof UniversalTokensConfigAuto;
47
46
  //#endregion
48
- export { AllPossibleProperties, AllSelectors, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AvatarAbbreviationStrategy, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, BadgeSize, BadgeVariant, BannerInnerShadowOption, BannerSize, BannerVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheetHeight, BottomSheetSnapPoints, BottomSheetVariant, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxSize, CheckboxValue, CheckboxVariant, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentStateConfig, ConfigurableComponentName, type ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, ExtractUrlFromFontFaceRule, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontConfig, FontCssVar, type FontFamilyCDNUrl, FontFamilyConfig, type FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GenericIconComponent, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, IconButtonSize, IconPixelSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, InputSize, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, LinkTextVariant, LinkVariant, LinkableValue, MaxLengthArray, ModalSize, ModalVariant, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OpacityStep, Overflow, PaddleNavOrientation, PaddleNavSize, PaddleNavVariant, PaginationEllipsisPlacement, PaginationSize, PaginationVariant, PaginationVisibleItem, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, PopoverPlacement, PopoverSize, PopoverVariant, Position, PossibleStates, PossibleStatesWithRest, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, type ResolvedTokensConfig, SVGElementProps, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, SelectOption, SelectSize, type SelectedConfigurableProperty, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, StateStyleProps, StyleProps, SubComponentConfig, SwitchSize, TShirtSize, TShirtSizeCommon, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, ToastPosition, ToastSize, ToastVariant, TooltipPlacement, TooltipSize, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPaginationItemProps, UniversalPaginationLinkProps, UniversalPaginationNextProps, UniversalPaginationNumbersProps, UniversalPaginationPrevProps, UniversalPaginationProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalSelectProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, type UniversalTokensConfig, type UniversalTokensConfigAuto, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps, UserOverridableProperty, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties };
47
+ export { type AllPossibleProperties, type AllSelectors, type AlwaysPaletteAlias, type AlwaysPaletteAliasWithPrefix, type AlwaysPaletteColor, type Animation, type AriaAttribute, type AvatarAbbreviationStrategy, type AvatarShape, type AvatarSize, type AvatarSizeConfig, type AvatarVariant, type BackgroundColor, type BackgroundPalette, type BackgroundPaletteAlias, type BackgroundStyleProps, type BackwardsCompatibleReactElement, type BadgeSize, type BadgeVariant, type BannerInnerShadowOption, type BannerSize, type BannerVariant, type BaseSelector, type BorderRadius, type BorderRadiusConfig, type BorderStyleProps, type BorderWidth, type BorderWidthConfig, type BorderWidthWithElevation, type BottomSheetHeight, type BottomSheetSnapPoints, type BottomSheetVariant, type Breakpoint, type BreakpointValue, type BreakpointWithBase, type BreakpointsConfig, type ButtonPalette, type ButtonPaletteColor, type ButtonSize, type ButtonSpectrumColor, type ButtonVariant, type ButtonVariantFlat, type CheckboxSize, type CheckboxValue, type CheckboxVariant, type ChipSize, type ChipVariant, type ColorMode, type ColorModeConfig, type ColorModeForApp, type ColorsConfig, type ComponentConfig, type ComponentStateConfig, ConfigurableComponentName, type ConfigurablePropertiesName, type CssStyleObject, type CustomSizingStyleProps, type DataAttribute, type DeprecatedAlwaysPaletteAlias, type Display, type DividerVariant, type ElevationAlias, type ElevationBackgroundFillColor, type ElevationBorderColor, type ElevationConfig, type ElevationCustomInsetShadows, type ElevationCustomShadows, type ElevationGlobalRampConfig, type ElevationGlobalRampSettings, type ElevationLevel, type ElevationPreset, type ElevationSurfaceColor, type ExtractUrlFromFontFaceRule, type Flex, type FlexAlignContent, type FlexAlignItems, type FlexAlignSelf, type FlexBasis, type FlexDirection, type FlexGrow, type FlexJustifyContent, type FlexShrink, type FlexStyleProps, type FlexWrap, type FocusRingColor, type FocusRingConfig, type FocusRingModeConfig, type FocusRingOffset, type FocusRingWidth, type FontAlias, type FontConfig, type FontCssVar, type FontFamilyCDNUrl, type FontFamilyConfig, type FontID, type FontSize, type FontSizeConfig, type FontSlantConfig, type FontType, type FontWeightConfig, type FontWeightDescriptive, type FontWeightNumeric, type FontWidthConfig, type ForegroundColor, type ForegroundPalette, type ForegroundPaletteAlias, type GenericIconComponent, type GlobalDefaultsConfig, type HighContrastMode, type Hue, type HueStep, type IconButtonSize, type IconPixelSize, IconPropsWithSVGProps, type IconSize, type IconSizeConfig, type IconSlotRenderProps, type IconVariant, type ImagePropsWithImgProps, type ImageStyleProps, type ImgElementProps, type InputSize, type LayerConfig, type LayoutStyleProps, type LineClampAlias, type LineColor, type LineHeight, type LineHeightConfig, type LinePalette, type LinePaletteAlias, type LinkTextVariant, type LinkVariant, type LinkableValue, type MaxLengthArray, type ModalSize, type ModalVariant, type Modes, type MotionConfig, type MotionCssVar, type MotionSpringConfig, type MotionSpringConfigOptions, type MotionVariant, type MotionVariantSpeed, type MotionVariantValues, type NestedBorderRadiusStyleProps, type OpacityStep, type Overflow, type PaddleNavOrientation, type PaddleNavSize, type PaddleNavVariant, type PaginationEllipsisPlacement, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type Palette, type PaletteConfig, type PaletteType, type PaletteValue, type ParentVariantSelector, type Percentage, type PercentageUnit, type PixelsUnit, type PlatformMode, type PopoverPlacement, type PopoverSize, type PopoverVariant, type Position, type PossibleStates, type PossibleStatesWithRest, type PropertyToPaletteAliasMap, type RGBAUnit, type RGBColorValue, type RGBUnit, type RadioSize, type RadioValue, type RadioVariant, type RegionMode, type RemsUnit, type ResolvedTokensConfig, type SVGElementProps, type ScaleConfig, type ScaleEffect, type ScaleMode, type ScaleModeConfig, type ScaleModeForApp, type SelectOption, type SelectSize, type SelectedConfigurableProperty, type ShadowAlwaysColor, type ShadowColor, type ShadowColorConfig, type ShadowConfig, type ShadowOffset, type ShadowOpacity, type ShadowPalette, type ShadowPaletteAlias, type ShadowPaletteColor, type ShadowPreset, type ShadowSpectrumColor, type ShadowSpreadRadius, type ShadowStyleProps, type ShadowType, type ShadowTypeConfig, type ShadowVariant, type ShadowVariantConfig, type ShadowVariantInvert, type ShadowVariantWithElevation, type ShadowVariantWithInvert, type SharedPaletteAlias, type SizeStyleProps, type SpacingAlias, type SpacingConfig, type SpacingStyleProps, type SpectrumColor, type SpectrumConfig, type SpectrumRGB, type SpectrumValue, type SpectrumValueEntry, type StateStyleProps, type StyleProps, type SubComponentConfig, type SwitchSize, type TShirtSize, type TShirtSizeCommon, type TextDecorationLine, type TextProperty, type TextStyleProps, type TextTransform, type TextTransformConfig, type TextVariant, type TextVariantTypography, type TextVariantUi, type TextVariantWithoutEmphasized, type ToastPosition, type ToastSize, type ToastVariant, type TooltipPlacement, type TooltipSize, type TooltipVariant, type TransitionDelay, type TransitionDuration, type TransitionTiming, type TypographyConfig, type TypographyResponsiveProperty, type TypographyStyle, type TypographyStyleProperty, type TypographyUnitValue, type UdsCssVar, type UnitlessUnit, type UniversalAvatarBaseProps, type UniversalAvatarIconProps, UniversalAvatarImageProps, type UniversalAvatarProps, type UniversalAvatarTextProps, type UniversalBadgeProps, type UniversalBannerProps, type UniversalBottomSheetContentProps, type UniversalBottomSheetHeaderProps, type UniversalBottomSheetProps, type UniversalBoxProps, type UniversalButtonProps, type UniversalCheckboxProps, type UniversalChipBaseProps, type UniversalChipButtonProps, type UniversalChipDismissibleProps, type UniversalChipLinkProps, UniversalChipProps, type UniversalChipToggleProps, type UniversalDividerProps, type UniversalFormLabelProps, UniversalIconButtonProps, type UniversalIconProps, type UniversalIconSlot, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalMenuItemProps, type UniversalModalActionsProps, type UniversalModalContentProps, type UniversalModalDescriptionProps, type UniversalModalProps, type UniversalModalTitleProps, UniversalPaddleButtonProps, type UniversalPaddleNavContentProps, type UniversalPaddleNavProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalPopoverContentProps, type UniversalPopoverProps, type UniversalPopoverTriggerProps, type UniversalPressableProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSelectProps, type UniversalStackProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant, type UniversalTextProps, type UniversalToastProps, type UniversalTokensConfig, type UniversalTokensConfigAuto, type UniversalTokensConfigAutoBase, type UniversalTokensConfigBase, type UniversalTokensConfigGeneric, type UniversalTooltipContentProps, type UniversalTooltipProps, type UniversalTooltipTriggerProps, type UserOverridableProperty, type VariantConfig, type VariantConfigWithComponentStates, type VariantConfigWithProperties };
@@ -8,7 +8,6 @@ import { ResolvedTokensConfig, UniversalTokensConfig } from "../config/dist/inde
8
8
  import { FontFamilyCDNUrl, FontID } from "../fonts/dist/index.js";
9
9
  import { AllSelectors, BaseSelector, CssStyleObject, ParentVariantSelector } from "../automated-config/dist/types/ComponentStyles.js";
10
10
  import { AnchorHTMLAttributes } from "react";
11
-
12
11
  //#region src/tokens/types.d.ts
13
12
  /**
14
13
  * Web-only: `Icon` props expect `SvgIcon`s from `@yahoo/uds-icons` (for `metadata` access).
@@ -45,4 +44,4 @@ interface UniversalChipProps extends UniversalChipProps$1 {
45
44
  */
46
45
  type ConfigurableComponentName = keyof UniversalTokensConfigAuto;
47
46
  //#endregion
48
- export { AllPossibleProperties, AllSelectors, AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AvatarAbbreviationStrategy, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, BadgeSize, BadgeVariant, BannerInnerShadowOption, BannerSize, BannerVariant, BaseSelector, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheetHeight, BottomSheetSnapPoints, BottomSheetVariant, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxSize, CheckboxValue, CheckboxVariant, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ComponentConfig, ComponentStateConfig, ConfigurableComponentName, type ConfigurablePropertiesName, CssStyleObject, CustomSizingStyleProps, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, ExtractUrlFromFontFaceRule, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontConfig, FontCssVar, type FontFamilyCDNUrl, FontFamilyConfig, type FontID, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GenericIconComponent, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, IconButtonSize, IconPixelSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, InputSize, LayerConfig, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, LinkTextVariant, LinkVariant, LinkableValue, MaxLengthArray, ModalSize, ModalVariant, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OpacityStep, Overflow, PaddleNavOrientation, PaddleNavSize, PaddleNavVariant, PaginationEllipsisPlacement, PaginationSize, PaginationVariant, PaginationVisibleItem, Palette, PaletteConfig, PaletteType, PaletteValue, ParentVariantSelector, Percentage, PercentageUnit, PixelsUnit, PlatformMode, PopoverPlacement, PopoverSize, PopoverVariant, Position, PossibleStates, PossibleStatesWithRest, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, type ResolvedTokensConfig, SVGElementProps, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, SelectOption, SelectSize, type SelectedConfigurableProperty, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, StateStyleProps, StyleProps, SubComponentConfig, SwitchSize, TShirtSize, TShirtSizeCommon, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, ToastPosition, ToastSize, ToastVariant, TooltipPlacement, TooltipSize, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPaginationItemProps, UniversalPaginationLinkProps, UniversalPaginationNextProps, UniversalPaginationNumbersProps, UniversalPaginationPrevProps, UniversalPaginationProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalSelectProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, type UniversalTokensConfig, type UniversalTokensConfigAuto, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps, UserOverridableProperty, VariantConfig, VariantConfigWithComponentStates, VariantConfigWithProperties };
47
+ export { type AllPossibleProperties, type AllSelectors, type AlwaysPaletteAlias, type AlwaysPaletteAliasWithPrefix, type AlwaysPaletteColor, type Animation, type AriaAttribute, type AvatarAbbreviationStrategy, type AvatarShape, type AvatarSize, type AvatarSizeConfig, type AvatarVariant, type BackgroundColor, type BackgroundPalette, type BackgroundPaletteAlias, type BackgroundStyleProps, type BackwardsCompatibleReactElement, type BadgeSize, type BadgeVariant, type BannerInnerShadowOption, type BannerSize, type BannerVariant, type BaseSelector, type BorderRadius, type BorderRadiusConfig, type BorderStyleProps, type BorderWidth, type BorderWidthConfig, type BorderWidthWithElevation, type BottomSheetHeight, type BottomSheetSnapPoints, type BottomSheetVariant, type Breakpoint, type BreakpointValue, type BreakpointWithBase, type BreakpointsConfig, type ButtonPalette, type ButtonPaletteColor, type ButtonSize, type ButtonSpectrumColor, type ButtonVariant, type ButtonVariantFlat, type CheckboxSize, type CheckboxValue, type CheckboxVariant, type ChipSize, type ChipVariant, type ColorMode, type ColorModeConfig, type ColorModeForApp, type ColorsConfig, type ComponentConfig, type ComponentStateConfig, ConfigurableComponentName, type ConfigurablePropertiesName, type CssStyleObject, type CustomSizingStyleProps, type DataAttribute, type DeprecatedAlwaysPaletteAlias, type Display, type DividerVariant, type ElevationAlias, type ElevationBackgroundFillColor, type ElevationBorderColor, type ElevationConfig, type ElevationCustomInsetShadows, type ElevationCustomShadows, type ElevationGlobalRampConfig, type ElevationGlobalRampSettings, type ElevationLevel, type ElevationPreset, type ElevationSurfaceColor, type ExtractUrlFromFontFaceRule, type Flex, type FlexAlignContent, type FlexAlignItems, type FlexAlignSelf, type FlexBasis, type FlexDirection, type FlexGrow, type FlexJustifyContent, type FlexShrink, type FlexStyleProps, type FlexWrap, type FocusRingColor, type FocusRingConfig, type FocusRingModeConfig, type FocusRingOffset, type FocusRingWidth, type FontAlias, type FontConfig, type FontCssVar, type FontFamilyCDNUrl, type FontFamilyConfig, type FontID, type FontSize, type FontSizeConfig, type FontSlantConfig, type FontType, type FontWeightConfig, type FontWeightDescriptive, type FontWeightNumeric, type FontWidthConfig, type ForegroundColor, type ForegroundPalette, type ForegroundPaletteAlias, type GenericIconComponent, type GlobalDefaultsConfig, type HighContrastMode, type Hue, type HueStep, type IconButtonSize, type IconPixelSize, IconPropsWithSVGProps, type IconSize, type IconSizeConfig, type IconSlotRenderProps, type IconVariant, type ImagePropsWithImgProps, type ImageStyleProps, type ImgElementProps, type InputSize, type LayerConfig, type LayoutStyleProps, type LineClampAlias, type LineColor, type LineHeight, type LineHeightConfig, type LinePalette, type LinePaletteAlias, type LinkTextVariant, type LinkVariant, type LinkableValue, type MaxLengthArray, type ModalSize, type ModalVariant, type Modes, type MotionConfig, type MotionCssVar, type MotionSpringConfig, type MotionSpringConfigOptions, type MotionVariant, type MotionVariantSpeed, type MotionVariantValues, type NestedBorderRadiusStyleProps, type OpacityStep, type Overflow, type PaddleNavOrientation, type PaddleNavSize, type PaddleNavVariant, type PaginationEllipsisPlacement, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type Palette, type PaletteConfig, type PaletteType, type PaletteValue, type ParentVariantSelector, type Percentage, type PercentageUnit, type PixelsUnit, type PlatformMode, type PopoverPlacement, type PopoverSize, type PopoverVariant, type Position, type PossibleStates, type PossibleStatesWithRest, type PropertyToPaletteAliasMap, type RGBAUnit, type RGBColorValue, type RGBUnit, type RadioSize, type RadioValue, type RadioVariant, type RegionMode, type RemsUnit, type ResolvedTokensConfig, type SVGElementProps, type ScaleConfig, type ScaleEffect, type ScaleMode, type ScaleModeConfig, type ScaleModeForApp, type SelectOption, type SelectSize, type SelectedConfigurableProperty, type ShadowAlwaysColor, type ShadowColor, type ShadowColorConfig, type ShadowConfig, type ShadowOffset, type ShadowOpacity, type ShadowPalette, type ShadowPaletteAlias, type ShadowPaletteColor, type ShadowPreset, type ShadowSpectrumColor, type ShadowSpreadRadius, type ShadowStyleProps, type ShadowType, type ShadowTypeConfig, type ShadowVariant, type ShadowVariantConfig, type ShadowVariantInvert, type ShadowVariantWithElevation, type ShadowVariantWithInvert, type SharedPaletteAlias, type SizeStyleProps, type SpacingAlias, type SpacingConfig, type SpacingStyleProps, type SpectrumColor, type SpectrumConfig, type SpectrumRGB, type SpectrumValue, type SpectrumValueEntry, type StateStyleProps, type StyleProps, type SubComponentConfig, type SwitchSize, type TShirtSize, type TShirtSizeCommon, type TextDecorationLine, type TextProperty, type TextStyleProps, type TextTransform, type TextTransformConfig, type TextVariant, type TextVariantTypography, type TextVariantUi, type TextVariantWithoutEmphasized, type ToastPosition, type ToastSize, type ToastVariant, type TooltipPlacement, type TooltipSize, type TooltipVariant, type TransitionDelay, type TransitionDuration, type TransitionTiming, type TypographyConfig, type TypographyResponsiveProperty, type TypographyStyle, type TypographyStyleProperty, type TypographyUnitValue, type UdsCssVar, type UnitlessUnit, type UniversalAvatarBaseProps, type UniversalAvatarIconProps, UniversalAvatarImageProps, type UniversalAvatarProps, type UniversalAvatarTextProps, type UniversalBadgeProps, type UniversalBannerProps, type UniversalBottomSheetContentProps, type UniversalBottomSheetHeaderProps, type UniversalBottomSheetProps, type UniversalBoxProps, type UniversalButtonProps, type UniversalCheckboxProps, type UniversalChipBaseProps, type UniversalChipButtonProps, type UniversalChipDismissibleProps, type UniversalChipLinkProps, UniversalChipProps, type UniversalChipToggleProps, type UniversalDividerProps, type UniversalFormLabelProps, UniversalIconButtonProps, type UniversalIconProps, type UniversalIconSlot, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalMenuItemProps, type UniversalModalActionsProps, type UniversalModalContentProps, type UniversalModalDescriptionProps, type UniversalModalProps, type UniversalModalTitleProps, UniversalPaddleButtonProps, type UniversalPaddleNavContentProps, type UniversalPaddleNavProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalPopoverContentProps, type UniversalPopoverProps, type UniversalPopoverTriggerProps, type UniversalPressableProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSelectProps, type UniversalStackProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant, type UniversalTextProps, type UniversalToastProps, type UniversalTokensConfig, type UniversalTokensConfigAuto, type UniversalTokensConfigAutoBase, type UniversalTokensConfigBase, type UniversalTokensConfigGeneric, type UniversalTooltipContentProps, type UniversalTooltipProps, type UniversalTooltipTriggerProps, type UserOverridableProperty, type VariantConfig, type VariantConfigWithComponentStates, type VariantConfigWithProperties };
@@ -1,5 +1,7 @@
1
1
 
2
2
  import { FONT_DECLARATIONS_MAP, FontID } from "../../fonts/dist/index.cjs";
3
+ import "../types.cjs";
4
+ import "../consts/fontDeclarationsMap.cjs";
3
5
  //#region src/tokens/utils/getFontUrls.d.ts
4
6
  type FONT_DECLARATIONS_MAP_TYPE = typeof FONT_DECLARATIONS_MAP;
5
7
  /**
@@ -12,7 +14,7 @@ type FontUrlConfig<T extends FontID = FontID> = FONT_DECLARATIONS_MAP_TYPE[T]['i
12
14
  * Map of all font IDs to their URLs.
13
15
  * Variable fonts have a single URL, non-variable fonts have multiple URLs keyed by weight.
14
16
  */
15
- type FontUrlMap = { [key in FontID]: FontUrlConfig<key> };
17
+ type FontUrlMap = { [key in FontID]: FontUrlConfig<key>; };
16
18
  /**
17
19
  * Get all font URLs organized by font ID.
18
20
  *
@@ -1,5 +1,7 @@
1
1
 
2
2
  import { FONT_DECLARATIONS_MAP, FontID } from "../../fonts/dist/index.js";
3
+ import "../types.js";
4
+ import "../consts/fontDeclarationsMap.js";
3
5
  //#region src/tokens/utils/getFontUrls.d.ts
4
6
  type FONT_DECLARATIONS_MAP_TYPE = typeof FONT_DECLARATIONS_MAP;
5
7
  /**
@@ -12,7 +14,7 @@ type FontUrlConfig<T extends FontID = FontID> = FONT_DECLARATIONS_MAP_TYPE[T]['i
12
14
  * Map of all font IDs to their URLs.
13
15
  * Variable fonts have a single URL, non-variable fonts have multiple URLs keyed by weight.
14
16
  */
15
- type FontUrlMap = { [key in FontID]: FontUrlConfig<key> };
17
+ type FontUrlMap = { [key in FontID]: FontUrlConfig<key>; };
16
18
  /**
17
19
  * Get all font URLs organized by font ID.
18
20
  *
@@ -1,5 +1,6 @@
1
1
 
2
2
  import { SpectrumValueEntry } from "../../types/dist/index.cjs";
3
+ import "../types.cjs";
3
4
  //#region src/tokens/utils/spectrum.d.ts
4
5
  /**
5
6
  * Validates and coerces a value to a 0-255 integer.
@@ -1,5 +1,6 @@
1
1
 
2
2
  import { SpectrumValueEntry } from "../../types/dist/index.js";
3
+ import "../types.js";
3
4
  //#region src/tokens/utils/spectrum.d.ts
4
5
  /**
5
6
  * Validates and coerces a value to a 0-255 integer.
@@ -1,7 +1,6 @@
1
1
 
2
2
  import { CSSProperties, ElementType, HTMLAttributes, PropsWithChildren, ReactElement, ReactNode, Ref } from "react";
3
3
  import { IntRange } from "type-fest";
4
-
5
4
  //#region ../types/dist/index.d.ts
6
5
  //#region src/index.d.ts
7
6
  /**
@@ -72,7 +71,7 @@ type PaletteValue = LinkableValue<{
72
71
  step: HueStep;
73
72
  opacity?: OpacityStep;
74
73
  }>;
75
- type Palette = { [key in PaletteType]: keyof PaletteConfig[key] };
74
+ type Palette = { [key in PaletteType]: keyof PaletteConfig[key]; };
76
75
  type PaletteConfig = {
77
76
  background: BackgroundPalette;
78
77
  foreground: ForegroundPalette;
@@ -336,7 +335,7 @@ type MotionSpringConfig = {
336
335
  damping: number;
337
336
  stiffness: number;
338
337
  };
339
- type MotionVariantValues = { [key in MotionVariantSpeed]: MotionSpringConfig };
338
+ type MotionVariantValues = { [key in MotionVariantSpeed]: MotionSpringConfig; };
340
339
  type MotionConfig = Record<MotionVariant, MotionVariantValues>;
341
340
  type FontCssVar = `--uds-font-${FontAlias}`;
342
341
  type MotionCssVar = `--uds-motion-${MotionVariant}-${MotionVariantSpeed}-${keyof MotionSpringConfig}`;
@@ -1382,6 +1381,6 @@ type GlobalDefaultsConfig = {
1382
1381
  breakpoint: Breakpoint | 'base';
1383
1382
  enableResponsiveType: boolean;
1384
1383
  applyDefaultBreakpointInCode: boolean;
1385
- }; //#endregion
1384
+ };
1386
1385
  //#endregion
1387
- export { type AlwaysPaletteAlias, type AlwaysPaletteAliasWithPrefix, type AlwaysPaletteColor, type Animation, type AriaAttribute, type AvatarAbbreviationStrategy, type AvatarShape, type AvatarSize, type AvatarSizeConfig, type AvatarVariant, type BackgroundColor, type BackgroundPalette, type BackgroundPaletteAlias, type BackgroundStyleProps, type BackwardsCompatibleReactElement, type BadgeSize, type BadgeVariant, type BannerInnerShadowOption, type BannerSize, type BannerVariant, type BorderRadius, type BorderRadiusConfig, type BorderStyleProps, type BorderWidth, type BorderWidthConfig, type BorderWidthWithElevation, type BottomSheetHeight, type BottomSheetSnapPoints, type BottomSheetVariant, type Breakpoint, type BreakpointValue, type BreakpointWithBase, type BreakpointsConfig, type ButtonPalette, type ButtonPaletteColor, type ButtonSize, type ButtonSpectrumColor, type ButtonVariant, type ButtonVariantFlat, type CheckboxSize, type CheckboxValue, type CheckboxVariant, type ChipSize, type ChipVariant, type ColorMode, type ColorModeConfig, type ColorModeForApp, type ColorsConfig, type ConfigurableComponentName, type CustomSizingStyleProps, type DataAttribute, type DeprecatedAlwaysPaletteAlias, type Display, type DividerVariant, type ElevationAlias, type ElevationBackgroundFillColor, type ElevationBorderColor, type ElevationConfig, type ElevationCustomInsetShadows, type ElevationCustomShadows, type ElevationGlobalRampConfig, type ElevationGlobalRampSettings, type ElevationLevel, type ElevationPreset, type ElevationSurfaceColor, type ExtractUrlFromFontFaceRule, type Flex, type FlexAlignContent, type FlexAlignItems, type FlexAlignSelf, type FlexBasis, type FlexDirection, type FlexGrow, type FlexJustifyContent, type FlexShrink, type FlexStyleProps, type FlexWrap, type FocusRingColor, type FocusRingConfig, type FocusRingModeConfig, type FocusRingOffset, type FocusRingWidth, type FontAlias, type FontConfig, type FontCssVar, type FontFamilyConfig, type FontSize, type FontSizeConfig, type FontSlantConfig, type FontType, type FontWeightConfig, type FontWeightDescriptive, type FontWeightNumeric, type FontWidthConfig, type ForegroundColor, type ForegroundPalette, type ForegroundPaletteAlias, type GenericIconComponent, type GlobalDefaultsConfig, type HighContrastMode, type Hue, type HueStep, type IconButtonSize, type IconPixelSize, type IconPropsWithSVGProps, type IconSize, type IconSizeConfig, type IconSlotRenderProps, type IconVariant, type ImagePropsWithImgProps, type ImageStyleProps, type ImgElementProps, type InputSize, type LayoutStyleProps, type LineClampAlias, type LineColor, type LineHeight, type LineHeightConfig, type LinePalette, type LinePaletteAlias, type LinkTextVariant, type LinkVariant, type LinkableValue, type MaxLengthArray, type ModalSize, type ModalVariant, type Modes, type MotionConfig, type MotionCssVar, type MotionSpringConfig, type MotionSpringConfigOptions, type MotionVariant, type MotionVariantSpeed, type MotionVariantValues, type NestedBorderRadiusStyleProps, type OpacityStep, type Overflow, type PaddleNavOrientation, type PaddleNavSize, type PaddleNavVariant, type PaginationEllipsisPlacement, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type Palette, type PaletteConfig, type PaletteType, type PaletteValue, type Percentage, type PercentageUnit, type PixelsUnit, type PlatformMode, type PopoverPlacement, type PopoverSize, type PopoverVariant, type Position, type PropertyToPaletteAliasMap, type RGBAUnit, type RGBColorValue, type RGBUnit, type RadioSize, type RadioValue, type RadioVariant, type RegionMode, type RemsUnit, type SVGElementProps, type ScaleConfig, type ScaleEffect, type ScaleMode, type ScaleModeConfig, type ScaleModeForApp, type SelectOption, type SelectSize, type ShadowAlwaysColor, type ShadowColor, type ShadowColorConfig, type ShadowConfig, type ShadowOffset, type ShadowOpacity, type ShadowPalette, type ShadowPaletteAlias, type ShadowPaletteColor, type ShadowPreset, type ShadowSpectrumColor, type ShadowSpreadRadius, type ShadowStyleProps, type ShadowType, type ShadowTypeConfig, type ShadowVariant, type ShadowVariantConfig, type ShadowVariantInvert, type ShadowVariantWithElevation, type ShadowVariantWithInvert, type SharedPaletteAlias, type SizeStyleProps, type SpacingAlias, type SpacingConfig, type SpacingStyleProps, type SpectrumColor, type SpectrumConfig, type SpectrumRGB, type SpectrumValue, type SpectrumValueEntry, type StateStyleProps, type StyleProps, type SwitchSize, type TShirtSize, type TShirtSizeCommon, type TextDecorationLine, type TextProperty, type TextStyleProps, type TextTransform, type TextTransformConfig, type TextVariant, type TextVariantTypography, type TextVariantUi, type TextVariantWithoutEmphasized, type ToastPosition, type ToastSize, type ToastVariant, type TooltipPlacement, type TooltipSize, type TooltipVariant, type TransitionDelay, type TransitionDuration, type TransitionTiming, type TypographyConfig, type TypographyResponsiveProperty, type TypographyStyle, type TypographyStyleProperty, type TypographyUnitValue, type UdsCssVar, type UnitlessUnit, type UniversalAvatarBaseProps, type UniversalAvatarIconProps, type UniversalAvatarImageProps, type UniversalAvatarProps, type UniversalAvatarTextProps, type UniversalBadgeProps, type UniversalBannerProps, type UniversalBottomSheetContentProps, type UniversalBottomSheetHeaderProps, type UniversalBottomSheetProps, type UniversalBoxProps, type UniversalButtonProps, type UniversalCheckboxProps, type UniversalChipBaseProps, type UniversalChipButtonProps, type UniversalChipDismissibleProps, type UniversalChipLinkProps, type UniversalChipProps, type UniversalChipToggleProps, type UniversalDividerProps, type UniversalFormLabelProps, type UniversalIconButtonProps, type UniversalIconProps, type UniversalIconSlot, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalMenuItemProps, type UniversalModalActionsProps, type UniversalModalContentProps, type UniversalModalDescriptionProps, type UniversalModalProps, type UniversalModalTitleProps, type UniversalPaddleButtonProps, type UniversalPaddleNavContentProps, type UniversalPaddleNavProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalPopoverContentProps, type UniversalPopoverProps, type UniversalPopoverTriggerProps, type UniversalPressableProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSelectProps, type UniversalStackProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant, type UniversalTextProps, type UniversalToastProps, type UniversalTokensConfigAutoBase, type UniversalTokensConfigBase, type UniversalTokensConfigGeneric, type UniversalTooltipContentProps, type UniversalTooltipProps, type UniversalTooltipTriggerProps };
1386
+ export type { AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AvatarAbbreviationStrategy, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, BadgeSize, BadgeVariant, BannerInnerShadowOption, BannerSize, BannerVariant, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheetHeight, BottomSheetSnapPoints, BottomSheetVariant, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxSize, CheckboxValue, CheckboxVariant, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ConfigurableComponentName, CustomSizingStyleProps, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, ExtractUrlFromFontFaceRule, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontConfig, FontCssVar, FontFamilyConfig, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GenericIconComponent, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, IconButtonSize, IconPixelSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, InputSize, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, LinkTextVariant, LinkVariant, LinkableValue, MaxLengthArray, ModalSize, ModalVariant, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OpacityStep, Overflow, PaddleNavOrientation, PaddleNavSize, PaddleNavVariant, PaginationEllipsisPlacement, PaginationSize, PaginationVariant, PaginationVisibleItem, Palette, PaletteConfig, PaletteType, PaletteValue, Percentage, PercentageUnit, PixelsUnit, PlatformMode, PopoverPlacement, PopoverSize, PopoverVariant, Position, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, SVGElementProps, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, SelectOption, SelectSize, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, StateStyleProps, StyleProps, SwitchSize, TShirtSize, TShirtSizeCommon, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, ToastPosition, ToastSize, ToastVariant, TooltipPlacement, TooltipSize, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPaginationItemProps, UniversalPaginationLinkProps, UniversalPaginationNextProps, UniversalPaginationNumbersProps, UniversalPaginationPrevProps, UniversalPaginationProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalSelectProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps };
@@ -1,7 +1,6 @@
1
1
 
2
2
  import { CSSProperties, ElementType, HTMLAttributes, PropsWithChildren, ReactElement, ReactNode, Ref } from "react";
3
3
  import { IntRange } from "type-fest";
4
-
5
4
  //#region ../types/dist/index.d.ts
6
5
  //#region src/index.d.ts
7
6
  /**
@@ -72,7 +71,7 @@ type PaletteValue = LinkableValue<{
72
71
  step: HueStep;
73
72
  opacity?: OpacityStep;
74
73
  }>;
75
- type Palette = { [key in PaletteType]: keyof PaletteConfig[key] };
74
+ type Palette = { [key in PaletteType]: keyof PaletteConfig[key]; };
76
75
  type PaletteConfig = {
77
76
  background: BackgroundPalette;
78
77
  foreground: ForegroundPalette;
@@ -336,7 +335,7 @@ type MotionSpringConfig = {
336
335
  damping: number;
337
336
  stiffness: number;
338
337
  };
339
- type MotionVariantValues = { [key in MotionVariantSpeed]: MotionSpringConfig };
338
+ type MotionVariantValues = { [key in MotionVariantSpeed]: MotionSpringConfig; };
340
339
  type MotionConfig = Record<MotionVariant, MotionVariantValues>;
341
340
  type FontCssVar = `--uds-font-${FontAlias}`;
342
341
  type MotionCssVar = `--uds-motion-${MotionVariant}-${MotionVariantSpeed}-${keyof MotionSpringConfig}`;
@@ -1382,6 +1381,6 @@ type GlobalDefaultsConfig = {
1382
1381
  breakpoint: Breakpoint | 'base';
1383
1382
  enableResponsiveType: boolean;
1384
1383
  applyDefaultBreakpointInCode: boolean;
1385
- }; //#endregion
1384
+ };
1386
1385
  //#endregion
1387
- export { type AlwaysPaletteAlias, type AlwaysPaletteAliasWithPrefix, type AlwaysPaletteColor, type Animation, type AriaAttribute, type AvatarAbbreviationStrategy, type AvatarShape, type AvatarSize, type AvatarSizeConfig, type AvatarVariant, type BackgroundColor, type BackgroundPalette, type BackgroundPaletteAlias, type BackgroundStyleProps, type BackwardsCompatibleReactElement, type BadgeSize, type BadgeVariant, type BannerInnerShadowOption, type BannerSize, type BannerVariant, type BorderRadius, type BorderRadiusConfig, type BorderStyleProps, type BorderWidth, type BorderWidthConfig, type BorderWidthWithElevation, type BottomSheetHeight, type BottomSheetSnapPoints, type BottomSheetVariant, type Breakpoint, type BreakpointValue, type BreakpointWithBase, type BreakpointsConfig, type ButtonPalette, type ButtonPaletteColor, type ButtonSize, type ButtonSpectrumColor, type ButtonVariant, type ButtonVariantFlat, type CheckboxSize, type CheckboxValue, type CheckboxVariant, type ChipSize, type ChipVariant, type ColorMode, type ColorModeConfig, type ColorModeForApp, type ColorsConfig, type ConfigurableComponentName, type CustomSizingStyleProps, type DataAttribute, type DeprecatedAlwaysPaletteAlias, type Display, type DividerVariant, type ElevationAlias, type ElevationBackgroundFillColor, type ElevationBorderColor, type ElevationConfig, type ElevationCustomInsetShadows, type ElevationCustomShadows, type ElevationGlobalRampConfig, type ElevationGlobalRampSettings, type ElevationLevel, type ElevationPreset, type ElevationSurfaceColor, type ExtractUrlFromFontFaceRule, type Flex, type FlexAlignContent, type FlexAlignItems, type FlexAlignSelf, type FlexBasis, type FlexDirection, type FlexGrow, type FlexJustifyContent, type FlexShrink, type FlexStyleProps, type FlexWrap, type FocusRingColor, type FocusRingConfig, type FocusRingModeConfig, type FocusRingOffset, type FocusRingWidth, type FontAlias, type FontConfig, type FontCssVar, type FontFamilyConfig, type FontSize, type FontSizeConfig, type FontSlantConfig, type FontType, type FontWeightConfig, type FontWeightDescriptive, type FontWeightNumeric, type FontWidthConfig, type ForegroundColor, type ForegroundPalette, type ForegroundPaletteAlias, type GenericIconComponent, type GlobalDefaultsConfig, type HighContrastMode, type Hue, type HueStep, type IconButtonSize, type IconPixelSize, type IconPropsWithSVGProps, type IconSize, type IconSizeConfig, type IconSlotRenderProps, type IconVariant, type ImagePropsWithImgProps, type ImageStyleProps, type ImgElementProps, type InputSize, type LayoutStyleProps, type LineClampAlias, type LineColor, type LineHeight, type LineHeightConfig, type LinePalette, type LinePaletteAlias, type LinkTextVariant, type LinkVariant, type LinkableValue, type MaxLengthArray, type ModalSize, type ModalVariant, type Modes, type MotionConfig, type MotionCssVar, type MotionSpringConfig, type MotionSpringConfigOptions, type MotionVariant, type MotionVariantSpeed, type MotionVariantValues, type NestedBorderRadiusStyleProps, type OpacityStep, type Overflow, type PaddleNavOrientation, type PaddleNavSize, type PaddleNavVariant, type PaginationEllipsisPlacement, type PaginationSize, type PaginationVariant, type PaginationVisibleItem, type Palette, type PaletteConfig, type PaletteType, type PaletteValue, type Percentage, type PercentageUnit, type PixelsUnit, type PlatformMode, type PopoverPlacement, type PopoverSize, type PopoverVariant, type Position, type PropertyToPaletteAliasMap, type RGBAUnit, type RGBColorValue, type RGBUnit, type RadioSize, type RadioValue, type RadioVariant, type RegionMode, type RemsUnit, type SVGElementProps, type ScaleConfig, type ScaleEffect, type ScaleMode, type ScaleModeConfig, type ScaleModeForApp, type SelectOption, type SelectSize, type ShadowAlwaysColor, type ShadowColor, type ShadowColorConfig, type ShadowConfig, type ShadowOffset, type ShadowOpacity, type ShadowPalette, type ShadowPaletteAlias, type ShadowPaletteColor, type ShadowPreset, type ShadowSpectrumColor, type ShadowSpreadRadius, type ShadowStyleProps, type ShadowType, type ShadowTypeConfig, type ShadowVariant, type ShadowVariantConfig, type ShadowVariantInvert, type ShadowVariantWithElevation, type ShadowVariantWithInvert, type SharedPaletteAlias, type SizeStyleProps, type SpacingAlias, type SpacingConfig, type SpacingStyleProps, type SpectrumColor, type SpectrumConfig, type SpectrumRGB, type SpectrumValue, type SpectrumValueEntry, type StateStyleProps, type StyleProps, type SwitchSize, type TShirtSize, type TShirtSizeCommon, type TextDecorationLine, type TextProperty, type TextStyleProps, type TextTransform, type TextTransformConfig, type TextVariant, type TextVariantTypography, type TextVariantUi, type TextVariantWithoutEmphasized, type ToastPosition, type ToastSize, type ToastVariant, type TooltipPlacement, type TooltipSize, type TooltipVariant, type TransitionDelay, type TransitionDuration, type TransitionTiming, type TypographyConfig, type TypographyResponsiveProperty, type TypographyStyle, type TypographyStyleProperty, type TypographyUnitValue, type UdsCssVar, type UnitlessUnit, type UniversalAvatarBaseProps, type UniversalAvatarIconProps, type UniversalAvatarImageProps, type UniversalAvatarProps, type UniversalAvatarTextProps, type UniversalBadgeProps, type UniversalBannerProps, type UniversalBottomSheetContentProps, type UniversalBottomSheetHeaderProps, type UniversalBottomSheetProps, type UniversalBoxProps, type UniversalButtonProps, type UniversalCheckboxProps, type UniversalChipBaseProps, type UniversalChipButtonProps, type UniversalChipDismissibleProps, type UniversalChipLinkProps, type UniversalChipProps, type UniversalChipToggleProps, type UniversalDividerProps, type UniversalFormLabelProps, type UniversalIconButtonProps, type UniversalIconProps, type UniversalIconSlot, type UniversalImageProps, type UniversalInputProps, type UniversalLinkProps, type UniversalMenuItemProps, type UniversalModalActionsProps, type UniversalModalContentProps, type UniversalModalDescriptionProps, type UniversalModalProps, type UniversalModalTitleProps, type UniversalPaddleButtonProps, type UniversalPaddleNavContentProps, type UniversalPaddleNavProps, type UniversalPaginationItemProps, type UniversalPaginationLinkProps, type UniversalPaginationNextProps, type UniversalPaginationNumbersProps, type UniversalPaginationPrevProps, type UniversalPaginationProps, type UniversalPopoverContentProps, type UniversalPopoverProps, type UniversalPopoverTriggerProps, type UniversalPressableProps, type UniversalRadioGroupProps, type UniversalRadioProps, type UniversalSelectProps, type UniversalStackProps, type UniversalSwitchProps, type UniversalTabListProps, type UniversalTabPanelProps, type UniversalTabProps, type UniversalTabsProps, type UniversalTabsVariant, type UniversalTextProps, type UniversalToastProps, type UniversalTokensConfigAutoBase, type UniversalTokensConfigBase, type UniversalTokensConfigGeneric, type UniversalTooltipContentProps, type UniversalTooltipProps, type UniversalTooltipTriggerProps };
1386
+ export type { AlwaysPaletteAlias, AlwaysPaletteAliasWithPrefix, AlwaysPaletteColor, Animation, AriaAttribute, AvatarAbbreviationStrategy, AvatarShape, AvatarSize, AvatarSizeConfig, AvatarVariant, BackgroundColor, BackgroundPalette, BackgroundPaletteAlias, BackgroundStyleProps, BackwardsCompatibleReactElement, BadgeSize, BadgeVariant, BannerInnerShadowOption, BannerSize, BannerVariant, BorderRadius, BorderRadiusConfig, BorderStyleProps, BorderWidth, BorderWidthConfig, BorderWidthWithElevation, BottomSheetHeight, BottomSheetSnapPoints, BottomSheetVariant, Breakpoint, BreakpointValue, BreakpointWithBase, BreakpointsConfig, ButtonPalette, ButtonPaletteColor, ButtonSize, ButtonSpectrumColor, ButtonVariant, ButtonVariantFlat, CheckboxSize, CheckboxValue, CheckboxVariant, ChipSize, ChipVariant, ColorMode, ColorModeConfig, ColorModeForApp, ColorsConfig, ConfigurableComponentName, CustomSizingStyleProps, DataAttribute, DeprecatedAlwaysPaletteAlias, Display, DividerVariant, ElevationAlias, ElevationBackgroundFillColor, ElevationBorderColor, ElevationConfig, ElevationCustomInsetShadows, ElevationCustomShadows, ElevationGlobalRampConfig, ElevationGlobalRampSettings, ElevationLevel, ElevationPreset, ElevationSurfaceColor, ExtractUrlFromFontFaceRule, Flex, FlexAlignContent, FlexAlignItems, FlexAlignSelf, FlexBasis, FlexDirection, FlexGrow, FlexJustifyContent, FlexShrink, FlexStyleProps, FlexWrap, FocusRingColor, FocusRingConfig, FocusRingModeConfig, FocusRingOffset, FocusRingWidth, FontAlias, FontConfig, FontCssVar, FontFamilyConfig, FontSize, FontSizeConfig, FontSlantConfig, FontType, FontWeightConfig, FontWeightDescriptive, FontWeightNumeric, FontWidthConfig, ForegroundColor, ForegroundPalette, ForegroundPaletteAlias, GenericIconComponent, GlobalDefaultsConfig, HighContrastMode, Hue, HueStep, IconButtonSize, IconPixelSize, IconPropsWithSVGProps, IconSize, IconSizeConfig, IconSlotRenderProps, IconVariant, ImagePropsWithImgProps, ImageStyleProps, ImgElementProps, InputSize, LayoutStyleProps, LineClampAlias, LineColor, LineHeight, LineHeightConfig, LinePalette, LinePaletteAlias, LinkTextVariant, LinkVariant, LinkableValue, MaxLengthArray, ModalSize, ModalVariant, Modes, MotionConfig, MotionCssVar, MotionSpringConfig, MotionSpringConfigOptions, MotionVariant, MotionVariantSpeed, MotionVariantValues, NestedBorderRadiusStyleProps, OpacityStep, Overflow, PaddleNavOrientation, PaddleNavSize, PaddleNavVariant, PaginationEllipsisPlacement, PaginationSize, PaginationVariant, PaginationVisibleItem, Palette, PaletteConfig, PaletteType, PaletteValue, Percentage, PercentageUnit, PixelsUnit, PlatformMode, PopoverPlacement, PopoverSize, PopoverVariant, Position, PropertyToPaletteAliasMap, RGBAUnit, RGBColorValue, RGBUnit, RadioSize, RadioValue, RadioVariant, RegionMode, RemsUnit, SVGElementProps, ScaleConfig, ScaleEffect, ScaleMode, ScaleModeConfig, ScaleModeForApp, SelectOption, SelectSize, ShadowAlwaysColor, ShadowColor, ShadowColorConfig, ShadowConfig, ShadowOffset, ShadowOpacity, ShadowPalette, ShadowPaletteAlias, ShadowPaletteColor, ShadowPreset, ShadowSpectrumColor, ShadowSpreadRadius, ShadowStyleProps, ShadowType, ShadowTypeConfig, ShadowVariant, ShadowVariantConfig, ShadowVariantInvert, ShadowVariantWithElevation, ShadowVariantWithInvert, SharedPaletteAlias, SizeStyleProps, SpacingAlias, SpacingConfig, SpacingStyleProps, SpectrumColor, SpectrumConfig, SpectrumRGB, SpectrumValue, SpectrumValueEntry, StateStyleProps, StyleProps, SwitchSize, TShirtSize, TShirtSizeCommon, TextDecorationLine, TextProperty, TextStyleProps, TextTransform, TextTransformConfig, TextVariant, TextVariantTypography, TextVariantUi, TextVariantWithoutEmphasized, ToastPosition, ToastSize, ToastVariant, TooltipPlacement, TooltipSize, TooltipVariant, TransitionDelay, TransitionDuration, TransitionTiming, TypographyConfig, TypographyResponsiveProperty, TypographyStyle, TypographyStyleProperty, TypographyUnitValue, UdsCssVar, UnitlessUnit, UniversalAvatarBaseProps, UniversalAvatarIconProps, UniversalAvatarImageProps, UniversalAvatarProps, UniversalAvatarTextProps, UniversalBadgeProps, UniversalBannerProps, UniversalBottomSheetContentProps, UniversalBottomSheetHeaderProps, UniversalBottomSheetProps, UniversalBoxProps, UniversalButtonProps, UniversalCheckboxProps, UniversalChipBaseProps, UniversalChipButtonProps, UniversalChipDismissibleProps, UniversalChipLinkProps, UniversalChipProps, UniversalChipToggleProps, UniversalDividerProps, UniversalFormLabelProps, UniversalIconButtonProps, UniversalIconProps, UniversalIconSlot, UniversalImageProps, UniversalInputProps, UniversalLinkProps, UniversalMenuItemProps, UniversalModalActionsProps, UniversalModalContentProps, UniversalModalDescriptionProps, UniversalModalProps, UniversalModalTitleProps, UniversalPaddleButtonProps, UniversalPaddleNavContentProps, UniversalPaddleNavProps, UniversalPaginationItemProps, UniversalPaginationLinkProps, UniversalPaginationNextProps, UniversalPaginationNumbersProps, UniversalPaginationPrevProps, UniversalPaginationProps, UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps, UniversalPressableProps, UniversalRadioGroupProps, UniversalRadioProps, UniversalSelectProps, UniversalStackProps, UniversalSwitchProps, UniversalTabListProps, UniversalTabPanelProps, UniversalTabProps, UniversalTabsProps, UniversalTabsVariant, UniversalTextProps, UniversalToastProps, UniversalTokensConfigAutoBase, UniversalTokensConfigBase, UniversalTokensConfigGeneric, UniversalTooltipContentProps, UniversalTooltipProps, UniversalTooltipTriggerProps };
package/dist/types.d.cts CHANGED
@@ -1,6 +1,5 @@
1
1
 
2
2
  import { Dispatch, SetStateAction } from "react";
3
-
4
3
  //#region src/types.d.ts
5
4
  type SetState<T> = Dispatch<SetStateAction<T>>;
6
5
  //#endregion
package/dist/types.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
 
2
2
  import { Dispatch, SetStateAction } from "react";
3
-
4
3
  //#region src/types.d.ts
5
4
  type SetState<T> = Dispatch<SetStateAction<T>>;
6
5
  //#endregion