@yahoo/uds 3.100.0-beta.4 → 3.101.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (343) hide show
  1. package/dist/_virtual/_rolldown/runtime.js +1 -2
  2. package/dist/automated-config/dist/utils/coalesceConfigVariant.cjs +2 -4
  3. package/dist/automated-config/dist/utils/coalesceConfigVariant.js +1 -1
  4. package/dist/automated-config/dist/utils/mapValues.cjs +13 -0
  5. package/dist/automated-config/dist/utils/mapValues.js +12 -0
  6. package/dist/cli/commands/sync.cjs +1 -1
  7. package/dist/cli/commands/sync.js +1 -1
  8. package/dist/cli/dist/commands/editor-rules.cjs +1 -1
  9. package/dist/cli/dist/commands/editor-rules.js +1 -1
  10. package/dist/cli/dist/utils/rules/config.cjs +1 -1
  11. package/dist/cli/dist/utils/rules/config.js +1 -1
  12. package/dist/cli/runner.cjs +23 -3
  13. package/dist/cli/runner.js +22 -3
  14. package/dist/components/client/SpringMotionConfig.cjs +8 -8
  15. package/dist/components/client/SpringMotionConfig.js +1 -1
  16. package/dist/components/experimental/index.cjs +36 -0
  17. package/dist/components/experimental/index.js +32 -1
  18. package/dist/components/index.cjs +55 -0
  19. package/dist/components/index.js +50 -1
  20. package/dist/css-tokens/dist/index.cjs +9 -0
  21. package/dist/css-tokens/dist/index.d.cts +13 -3
  22. package/dist/css-tokens/dist/index.d.ts +13 -3
  23. package/dist/css-tokens/dist/index.js +9 -1
  24. package/dist/index.cjs +10 -13
  25. package/dist/index.d.cts +2 -4
  26. package/dist/index.d.ts +2 -4
  27. package/dist/index.js +11 -13
  28. package/dist/styles/styler.d.cts +58 -58
  29. package/dist/styles/styler.d.ts +58 -58
  30. package/dist/tailwind/dist/.prettierrc.cjs +13 -0
  31. package/dist/tailwind/dist/.prettierrc.js +12 -0
  32. package/dist/tailwind/dist/_virtual/_rolldown/runtime.cjs +11 -0
  33. package/dist/tailwind/dist/_virtual/_rolldown/runtime.js +12 -0
  34. package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +52 -0
  35. package/dist/tailwind/dist/commands/generatePurgeCSSData.d.ts +3 -0
  36. package/dist/tailwind/dist/commands/generatePurgeCSSData.js +50 -0
  37. package/dist/tailwind/dist/commands/purge.cjs +27 -0
  38. package/dist/tailwind/dist/commands/purge.d.ts +3 -0
  39. package/dist/tailwind/dist/commands/purge.js +27 -0
  40. package/dist/tailwind/dist/index.d.cts +3 -0
  41. package/dist/tailwind/dist/index.d.ts +5 -0
  42. package/dist/tailwind/dist/plugin.cjs +39 -0
  43. package/dist/tailwind/{tailwindPlugin.d.ts → dist/plugin.d.cts} +6 -5
  44. package/dist/tailwind/{tailwindPlugin.d.cts → dist/plugin.d.ts} +6 -5
  45. package/dist/tailwind/dist/plugin.js +38 -0
  46. package/dist/tailwind/dist/tailwind/base/addColorModeVars.cjs +21 -0
  47. package/dist/tailwind/{base → dist/tailwind/base}/addColorModeVars.js +4 -3
  48. package/dist/tailwind/{base → dist/tailwind/base}/addColorModeVarsV2.cjs +9 -10
  49. package/dist/tailwind/{base → dist/tailwind/base}/addColorModeVarsV2.js +4 -3
  50. package/dist/tailwind/dist/tailwind/base/addFontFaceDeclarations.cjs +12 -0
  51. package/dist/tailwind/{base → dist/tailwind/base}/addFontFaceDeclarations.js +2 -1
  52. package/dist/tailwind/dist/tailwind/base/addFontVars.cjs +11 -0
  53. package/dist/tailwind/{base → dist/tailwind/base}/addFontVars.js +2 -1
  54. package/dist/tailwind/dist/tailwind/base/addMotionVars.cjs +11 -0
  55. package/dist/tailwind/{base → dist/tailwind/base}/addMotionVars.js +2 -1
  56. package/dist/tailwind/{base → dist/tailwind/base}/addScaleModeVars.cjs +6 -6
  57. package/dist/tailwind/{base → dist/tailwind/base}/addScaleModeVars.js +4 -3
  58. package/dist/tailwind/{components → dist/tailwind/components}/getFocusRingStyles.cjs +3 -3
  59. package/dist/tailwind/{components → dist/tailwind/components}/getFocusRingStyles.js +3 -2
  60. package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.cjs +20 -0
  61. package/dist/tailwind/{components → dist/tailwind/components}/getGroupedTextStyles.js +4 -3
  62. package/dist/tailwind/{components → dist/tailwind/components}/getHitTargetStyles.cjs +2 -3
  63. package/dist/tailwind/{components → dist/tailwind/components}/getHitTargetStyles.js +3 -2
  64. package/dist/tailwind/{components → dist/tailwind/components}/getIconStyles.cjs +2 -2
  65. package/dist/tailwind/{components → dist/tailwind/components}/getIconStyles.js +2 -1
  66. package/dist/tailwind/{components → dist/tailwind/components}/getInputStyles.cjs +2 -2
  67. package/dist/tailwind/dist/tailwind/components/getInputStyles.d.cts +11 -0
  68. package/dist/tailwind/dist/tailwind/components/getInputStyles.d.ts +11 -0
  69. package/dist/tailwind/{components → dist/tailwind/components}/getInputStyles.js +2 -1
  70. package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.cjs +72 -0
  71. package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +9 -0
  72. package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.ts +9 -0
  73. package/dist/tailwind/{components → dist/tailwind/components}/getResponsiveTextStyles.js +5 -4
  74. package/dist/tailwind/{components → dist/tailwind/components}/types.d.cts +3 -4
  75. package/dist/tailwind/{components → dist/tailwind/components}/types.d.ts +3 -4
  76. package/dist/tailwind/{defaultTailwindThemeAsUdsConfig.cjs → dist/tailwind/defaultTailwindThemeAsUdsConfig.cjs} +2 -2
  77. package/dist/tailwind/{defaultTailwindThemeAsUdsConfig.d.cts → dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts} +3 -2
  78. package/dist/tailwind/{defaultTailwindThemeAsUdsConfig.d.ts → dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts} +3 -2
  79. package/dist/tailwind/{defaultTailwindThemeAsUdsConfig.js → dist/tailwind/defaultTailwindThemeAsUdsConfig.js} +2 -1
  80. package/dist/tailwind/{plugins → dist/tailwind/plugins}/a11y.cjs +7 -7
  81. package/dist/tailwind/{plugins → dist/tailwind/plugins}/a11y.js +2 -1
  82. package/dist/tailwind/{plugins → dist/tailwind/plugins}/blurBgFallback.cjs +4 -4
  83. package/dist/tailwind/{plugins → dist/tailwind/plugins}/blurBgFallback.js +3 -2
  84. package/dist/tailwind/{plugins → dist/tailwind/plugins}/borderRadius.cjs +10 -12
  85. package/dist/tailwind/{plugins → dist/tailwind/plugins}/borderRadius.js +6 -5
  86. package/dist/tailwind/{plugins → dist/tailwind/plugins}/borderWidth.cjs +10 -11
  87. package/dist/tailwind/{plugins → dist/tailwind/plugins}/borderWidth.js +6 -5
  88. package/dist/tailwind/dist/tailwind/plugins/breakpoints.cjs +35 -0
  89. package/dist/tailwind/{plugins → dist/tailwind/plugins}/breakpoints.js +5 -4
  90. package/dist/tailwind/{plugins → dist/tailwind/plugins}/colors.cjs +19 -20
  91. package/dist/tailwind/{plugins → dist/tailwind/plugins}/colors.js +8 -7
  92. package/dist/tailwind/dist/tailwind/plugins/components.cjs +32 -0
  93. package/dist/tailwind/{plugins → dist/tailwind/plugins}/components.js +5 -4
  94. package/dist/tailwind/dist/tailwind/plugins/elevation.cjs +38 -0
  95. package/dist/tailwind/{plugins → dist/tailwind/plugins}/elevation.js +5 -4
  96. package/dist/tailwind/{utils → dist/tailwind/plugins}/getTailwindAsUdsColors.cjs +11 -11
  97. package/dist/tailwind/{utils → dist/tailwind/plugins}/getTailwindAsUdsColors.js +4 -3
  98. package/dist/tailwind/dist/tailwind/plugins/icons.cjs +14 -0
  99. package/dist/tailwind/{plugins → dist/tailwind/plugins}/icons.js +2 -1
  100. package/dist/tailwind/{plugins → dist/tailwind/plugins}/input.cjs +5 -5
  101. package/dist/tailwind/{plugins → dist/tailwind/plugins}/input.js +2 -1
  102. package/dist/tailwind/dist/tailwind/plugins/motion.cjs +15 -0
  103. package/dist/tailwind/{plugins → dist/tailwind/plugins}/motion.js +2 -1
  104. package/dist/tailwind/{plugins → dist/tailwind/plugins}/nestedBorderRadius.cjs +9 -9
  105. package/dist/tailwind/{plugins → dist/tailwind/plugins}/nestedBorderRadius.js +2 -1
  106. package/dist/tailwind/dist/tailwind/plugins/scaleMode.cjs +18 -0
  107. package/dist/tailwind/{plugins → dist/tailwind/plugins}/scaleMode.js +3 -2
  108. package/dist/tailwind/dist/tailwind/plugins/shadows.cjs +46 -0
  109. package/dist/tailwind/{plugins → dist/tailwind/plugins}/shadows.js +3 -2
  110. package/dist/tailwind/{plugins → dist/tailwind/plugins}/sizing.cjs +6 -6
  111. package/dist/tailwind/{plugins → dist/tailwind/plugins}/sizing.js +4 -3
  112. package/dist/tailwind/{plugins → dist/tailwind/plugins}/spacing.cjs +3 -3
  113. package/dist/tailwind/{plugins → dist/tailwind/plugins}/spacing.js +2 -1
  114. package/dist/tailwind/dist/tailwind/plugins/typography.cjs +86 -0
  115. package/dist/tailwind/{plugins → dist/tailwind/plugins}/typography.js +21 -7
  116. package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.cjs +24 -0
  117. package/dist/tailwind/{theme → dist/tailwind/theme}/getFontFamilyTheme.js +4 -3
  118. package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.cjs +16 -0
  119. package/dist/tailwind/{utils → dist/tailwind/utils}/addFontsPlugin.d.cts +3 -3
  120. package/dist/tailwind/{utils → dist/tailwind/utils}/addFontsPlugin.d.ts +3 -3
  121. package/dist/tailwind/{utils → dist/tailwind/utils}/addFontsPlugin.js +2 -1
  122. package/dist/tailwind/{utils → dist/tailwind/utils}/composeTailwindPlugins.cjs +10 -17
  123. package/dist/tailwind/{utils → dist/tailwind/utils}/composeTailwindPlugins.d.cts +4 -16
  124. package/dist/tailwind/{utils → dist/tailwind/utils}/composeTailwindPlugins.d.ts +4 -15
  125. package/dist/tailwind/{utils → dist/tailwind/utils}/composeTailwindPlugins.js +2 -1
  126. package/dist/tailwind/{utils → dist/tailwind/utils}/flattenColorPalette.cjs +2 -2
  127. package/dist/tailwind/{utils → dist/tailwind/utils}/flattenColorPalette.js +2 -1
  128. package/dist/tailwind/{utils → dist/tailwind/utils}/getColorModeStyles.cjs +2 -2
  129. package/dist/tailwind/{utils → dist/tailwind/utils}/getColorModeStyles.d.cts +3 -2
  130. package/dist/tailwind/{utils → dist/tailwind/utils}/getColorModeStyles.d.ts +3 -2
  131. package/dist/tailwind/{utils → dist/tailwind/utils}/getColorModeStyles.js +2 -1
  132. package/dist/tailwind/dist/tailwind/utils/getElevationStyles.cjs +33 -0
  133. package/dist/tailwind/{utils → dist/tailwind/utils}/getElevationStyles.d.cts +3 -3
  134. package/dist/tailwind/{utils → dist/tailwind/utils}/getElevationStyles.d.ts +3 -3
  135. package/dist/tailwind/{utils → dist/tailwind/utils}/getElevationStyles.js +5 -4
  136. package/dist/tailwind/{utils → dist/tailwind/utils}/getFontFaceDeclarations.cjs +3 -3
  137. package/dist/tailwind/{utils → dist/tailwind/utils}/getFontFaceDeclarations.d.cts +3 -3
  138. package/dist/tailwind/{utils → dist/tailwind/utils}/getFontFaceDeclarations.d.ts +3 -3
  139. package/dist/tailwind/{utils → dist/tailwind/utils}/getFontFaceDeclarations.js +3 -2
  140. package/dist/tailwind/{utils → dist/tailwind/utils}/getFontStyles.cjs +7 -7
  141. package/dist/tailwind/{utils → dist/tailwind/utils}/getFontStyles.d.cts +3 -3
  142. package/dist/tailwind/{utils → dist/tailwind/utils}/getFontStyles.d.ts +3 -3
  143. package/dist/tailwind/{utils → dist/tailwind/utils}/getFontStyles.js +6 -5
  144. package/dist/tailwind/dist/tailwind/utils/getMotionStyles.cjs +38 -0
  145. package/dist/tailwind/{utils → dist/tailwind/utils}/getMotionStyles.d.cts +3 -3
  146. package/dist/tailwind/{utils → dist/tailwind/utils}/getMotionStyles.d.ts +3 -3
  147. package/dist/tailwind/{utils → dist/tailwind/utils}/getMotionStyles.js +6 -5
  148. package/dist/tailwind/{utils → dist/tailwind/utils}/getNestedBorderRadiusUtilities.cjs +2 -2
  149. package/dist/tailwind/{utils → dist/tailwind/utils}/getNestedBorderRadiusUtilities.js +2 -1
  150. package/dist/tailwind/{utils → dist/tailwind/utils}/getScaleModeStyles.cjs +2 -2
  151. package/dist/tailwind/{utils → dist/tailwind/utils}/getScaleModeStyles.d.cts +3 -2
  152. package/dist/tailwind/{utils → dist/tailwind/utils}/getScaleModeStyles.d.ts +3 -2
  153. package/dist/tailwind/{utils → dist/tailwind/utils}/getScaleModeStyles.js +2 -1
  154. package/dist/tailwind/{utils → dist/tailwind/utils}/getShadowPresetValues.cjs +5 -5
  155. package/dist/tailwind/{utils → dist/tailwind/utils}/getShadowPresetValues.d.cts +4 -4
  156. package/dist/tailwind/{utils → dist/tailwind/utils}/getShadowPresetValues.d.ts +4 -4
  157. package/dist/tailwind/{utils → dist/tailwind/utils}/getShadowPresetValues.js +4 -3
  158. package/dist/tailwind/{utils → dist/tailwind/utils}/getShadowStyles.cjs +6 -6
  159. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +22 -0
  160. package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +22 -0
  161. package/dist/tailwind/{utils → dist/tailwind/utils}/getShadowStyles.js +5 -4
  162. package/dist/tailwind/dist/utils/assertUnreachable.cjs +10 -0
  163. package/dist/tailwind/dist/utils/assertUnreachable.js +9 -0
  164. package/dist/tailwind/dist/utils/entries.cjs +10 -0
  165. package/dist/tailwind/dist/utils/entries.js +9 -0
  166. package/dist/tailwind/dist/utils/fromEntries.cjs +18 -0
  167. package/dist/tailwind/dist/utils/fromEntries.js +17 -0
  168. package/dist/tailwind/dist/utils/generatePurgeCSSData.cjs +190 -0
  169. package/dist/tailwind/dist/utils/generatePurgeCSSData.js +181 -0
  170. package/dist/tailwind/dist/utils/mapValues.cjs +13 -0
  171. package/dist/tailwind/dist/utils/mapValues.js +12 -0
  172. package/dist/{tokens → tailwind/dist}/utils/opacity.cjs +5 -6
  173. package/dist/{tokens → tailwind/dist}/utils/opacity.js +2 -1
  174. package/dist/tailwind/dist/utils/parseTokens.cjs +136 -0
  175. package/dist/tailwind/dist/utils/parseTokens.d.cts +32 -0
  176. package/dist/tailwind/dist/utils/parseTokens.d.ts +32 -0
  177. package/dist/tailwind/dist/utils/parseTokens.js +136 -0
  178. package/dist/{cli/commands → tailwind/dist}/utils/purgeCSS.cjs +35 -46
  179. package/dist/tailwind/dist/utils/purgeCSS.d.ts +2 -0
  180. package/dist/{cli/commands → tailwind/dist}/utils/purgeCSS.js +26 -26
  181. package/dist/{uds/scripts → tailwind/dist}/utils/tsMorph.cjs +11 -27
  182. package/dist/{uds/scripts → tailwind/dist}/utils/tsMorph.js +4 -12
  183. package/dist/tailwind/dist/utils.d.cts +11 -0
  184. package/dist/tailwind/dist/utils.d.ts +11 -0
  185. package/dist/tailwind/plugin.cjs +10 -0
  186. package/dist/tailwind/plugin.d.cts +5 -0
  187. package/dist/tailwind/plugin.d.ts +5 -0
  188. package/dist/tailwind/plugin.js +6 -0
  189. package/dist/tailwind/{purger/index.cjs → purger.cjs} +1 -1
  190. package/dist/tailwind/{purger/index.d.ts → purger.d.cts} +1 -1
  191. package/dist/tailwind/{purger/index.d.cts → purger.d.ts} +1 -1
  192. package/dist/tailwind/{purger/index.js → purger.js} +1 -1
  193. package/dist/tailwind/utils.cjs +25 -0
  194. package/dist/tailwind/utils.d.cts +13 -0
  195. package/dist/tailwind/utils.d.ts +13 -0
  196. package/dist/tailwind/utils.js +13 -0
  197. package/dist/tokens/configs/typography.cjs +0 -15
  198. package/dist/tokens/configs/typography.d.cts +2 -6
  199. package/dist/tokens/configs/typography.d.ts +2 -6
  200. package/dist/tokens/configs/typography.js +1 -15
  201. package/dist/tokens/consts/cssTokens.cjs +1 -0
  202. package/dist/tokens/consts/cssTokens.d.cts +2 -2
  203. package/dist/tokens/consts/cssTokens.d.ts +2 -2
  204. package/dist/tokens/consts/cssTokens.js +2 -2
  205. package/dist/tokens/index.cjs +2 -5
  206. package/dist/tokens/index.d.cts +2 -4
  207. package/dist/tokens/index.d.ts +2 -4
  208. package/dist/tokens/index.js +3 -5
  209. package/dist/tokens/parseTokens.cjs +2 -133
  210. package/dist/tokens/parseTokens.d.cts +2 -30
  211. package/dist/tokens/parseTokens.d.ts +2 -30
  212. package/dist/tokens/parseTokens.js +1 -132
  213. package/dist/uds/package.cjs +285 -0
  214. package/dist/uds/package.js +279 -0
  215. package/dist/utils/fromEntries.cjs +18 -0
  216. package/dist/utils/fromEntries.d.cts +13 -0
  217. package/dist/utils/fromEntries.d.ts +13 -0
  218. package/dist/utils/fromEntries.js +16 -0
  219. package/package.json +15 -27
  220. package/dist/cli/commands/purge.cjs +0 -26
  221. package/dist/cli/commands/purge.d.cts +0 -15
  222. package/dist/cli/commands/purge.d.ts +0 -15
  223. package/dist/cli/commands/purge.js +0 -25
  224. package/dist/cli/commands/utils/purgeCSS.d.cts +0 -59
  225. package/dist/cli/commands/utils/purgeCSS.d.ts +0 -59
  226. package/dist/tailwind/base/addColorModeVars.cjs +0 -22
  227. package/dist/tailwind/base/addColorModeVars.d.cts +0 -11
  228. package/dist/tailwind/base/addColorModeVars.d.ts +0 -11
  229. package/dist/tailwind/base/addColorModeVarsV2.d.cts +0 -11
  230. package/dist/tailwind/base/addColorModeVarsV2.d.ts +0 -11
  231. package/dist/tailwind/base/addFontFaceDeclarations.cjs +0 -12
  232. package/dist/tailwind/base/addFontFaceDeclarations.d.cts +0 -11
  233. package/dist/tailwind/base/addFontFaceDeclarations.d.ts +0 -11
  234. package/dist/tailwind/base/addFontVars.cjs +0 -11
  235. package/dist/tailwind/base/addFontVars.d.cts +0 -11
  236. package/dist/tailwind/base/addFontVars.d.ts +0 -11
  237. package/dist/tailwind/base/addMotionVars.cjs +0 -11
  238. package/dist/tailwind/base/addMotionVars.d.cts +0 -11
  239. package/dist/tailwind/base/addMotionVars.d.ts +0 -11
  240. package/dist/tailwind/base/addScaleModeVars.d.cts +0 -10
  241. package/dist/tailwind/base/addScaleModeVars.d.ts +0 -10
  242. package/dist/tailwind/components/getFocusRingStyles.d.cts +0 -14
  243. package/dist/tailwind/components/getFocusRingStyles.d.ts +0 -14
  244. package/dist/tailwind/components/getGroupedTextStyles.cjs +0 -21
  245. package/dist/tailwind/components/getGroupedTextStyles.d.cts +0 -26
  246. package/dist/tailwind/components/getGroupedTextStyles.d.ts +0 -26
  247. package/dist/tailwind/components/getHitTargetStyles.d.cts +0 -8
  248. package/dist/tailwind/components/getHitTargetStyles.d.ts +0 -8
  249. package/dist/tailwind/components/getIconStyles.d.cts +0 -10
  250. package/dist/tailwind/components/getIconStyles.d.ts +0 -10
  251. package/dist/tailwind/components/getInputStyles.d.cts +0 -10
  252. package/dist/tailwind/components/getInputStyles.d.ts +0 -10
  253. package/dist/tailwind/components/getResponsiveTextStyles.cjs +0 -74
  254. package/dist/tailwind/components/getResponsiveTextStyles.d.cts +0 -39
  255. package/dist/tailwind/components/getResponsiveTextStyles.d.ts +0 -39
  256. package/dist/tailwind/components/types.cjs +0 -1
  257. package/dist/tailwind/components/types.js +0 -1
  258. package/dist/tailwind/plugins/a11y.d.cts +0 -14
  259. package/dist/tailwind/plugins/a11y.d.ts +0 -14
  260. package/dist/tailwind/plugins/blurBgFallback.d.cts +0 -14
  261. package/dist/tailwind/plugins/blurBgFallback.d.ts +0 -14
  262. package/dist/tailwind/plugins/borderRadius.d.cts +0 -28
  263. package/dist/tailwind/plugins/borderRadius.d.ts +0 -28
  264. package/dist/tailwind/plugins/borderWidth.d.cts +0 -16
  265. package/dist/tailwind/plugins/borderWidth.d.ts +0 -16
  266. package/dist/tailwind/plugins/breakpoints.cjs +0 -37
  267. package/dist/tailwind/plugins/breakpoints.d.cts +0 -42
  268. package/dist/tailwind/plugins/breakpoints.d.ts +0 -42
  269. package/dist/tailwind/plugins/colors.d.cts +0 -14
  270. package/dist/tailwind/plugins/colors.d.ts +0 -14
  271. package/dist/tailwind/plugins/components.cjs +0 -32
  272. package/dist/tailwind/plugins/components.d.cts +0 -14
  273. package/dist/tailwind/plugins/components.d.ts +0 -14
  274. package/dist/tailwind/plugins/elevation.cjs +0 -38
  275. package/dist/tailwind/plugins/elevation.d.cts +0 -14
  276. package/dist/tailwind/plugins/elevation.d.ts +0 -14
  277. package/dist/tailwind/plugins/icons.cjs +0 -14
  278. package/dist/tailwind/plugins/icons.d.cts +0 -14
  279. package/dist/tailwind/plugins/icons.d.ts +0 -14
  280. package/dist/tailwind/plugins/input.d.cts +0 -17
  281. package/dist/tailwind/plugins/input.d.ts +0 -17
  282. package/dist/tailwind/plugins/motion.cjs +0 -15
  283. package/dist/tailwind/plugins/motion.d.cts +0 -14
  284. package/dist/tailwind/plugins/motion.d.ts +0 -14
  285. package/dist/tailwind/plugins/nestedBorderRadius.d.cts +0 -14
  286. package/dist/tailwind/plugins/nestedBorderRadius.d.ts +0 -14
  287. package/dist/tailwind/plugins/scaleMode.cjs +0 -18
  288. package/dist/tailwind/plugins/scaleMode.d.cts +0 -17
  289. package/dist/tailwind/plugins/scaleMode.d.ts +0 -17
  290. package/dist/tailwind/plugins/shadows.cjs +0 -46
  291. package/dist/tailwind/plugins/shadows.d.cts +0 -14
  292. package/dist/tailwind/plugins/shadows.d.ts +0 -14
  293. package/dist/tailwind/plugins/sizing.d.cts +0 -17
  294. package/dist/tailwind/plugins/sizing.d.ts +0 -17
  295. package/dist/tailwind/plugins/spacing.d.cts +0 -14
  296. package/dist/tailwind/plugins/spacing.d.ts +0 -14
  297. package/dist/tailwind/plugins/typography.cjs +0 -73
  298. package/dist/tailwind/plugins/typography.d.cts +0 -14
  299. package/dist/tailwind/plugins/typography.d.ts +0 -14
  300. package/dist/tailwind/postcss.config.cjs +0 -9
  301. package/dist/tailwind/postcss.config.d.cts +0 -2
  302. package/dist/tailwind/postcss.config.d.ts +0 -2
  303. package/dist/tailwind/postcss.config.js +0 -13
  304. package/dist/tailwind/tailwind.config.cjs +0 -30
  305. package/dist/tailwind/tailwind.config.d.cts +0 -19
  306. package/dist/tailwind/tailwind.config.d.ts +0 -20
  307. package/dist/tailwind/tailwind.config.js +0 -30
  308. package/dist/tailwind/tailwindPlugin.cjs +0 -40
  309. package/dist/tailwind/tailwindPlugin.js +0 -37
  310. package/dist/tailwind/theme/getFontFamilyTheme.cjs +0 -25
  311. package/dist/tailwind/theme/getFontFamilyTheme.d.cts +0 -7
  312. package/dist/tailwind/theme/getFontFamilyTheme.d.ts +0 -7
  313. package/dist/tailwind/tsMorph.cjs +0 -12
  314. package/dist/tailwind/tsMorph.d.cts +0 -3
  315. package/dist/tailwind/tsMorph.d.ts +0 -3
  316. package/dist/tailwind/tsMorph.js +0 -4
  317. package/dist/tailwind/utils/addFontsPlugin.cjs +0 -16
  318. package/dist/tailwind/utils/flattenColorPalette.d.cts +0 -5
  319. package/dist/tailwind/utils/flattenColorPalette.d.ts +0 -5
  320. package/dist/tailwind/utils/getElevationStyles.cjs +0 -33
  321. package/dist/tailwind/utils/getMotionStyles.cjs +0 -39
  322. package/dist/tailwind/utils/getNestedBorderRadiusUtilities.d.cts +0 -27
  323. package/dist/tailwind/utils/getNestedBorderRadiusUtilities.d.ts +0 -27
  324. package/dist/tailwind/utils/getShadowStyles.d.cts +0 -22
  325. package/dist/tailwind/utils/getShadowStyles.d.ts +0 -22
  326. package/dist/tailwind/utils/getShadowVars.cjs +0 -27
  327. package/dist/tailwind/utils/getShadowVars.d.cts +0 -8
  328. package/dist/tailwind/utils/getShadowVars.d.ts +0 -8
  329. package/dist/tailwind/utils/getShadowVars.js +0 -26
  330. package/dist/tailwind/utils/getTailwindAsUdsColors.d.cts +0 -9
  331. package/dist/tailwind/utils/getTailwindAsUdsColors.d.ts +0 -9
  332. package/dist/tailwind/utils/index.cjs +0 -25
  333. package/dist/tailwind/utils/index.d.cts +0 -12
  334. package/dist/tailwind/utils/index.d.ts +0 -12
  335. package/dist/tailwind/utils/index.js +0 -13
  336. package/dist/tokens/utils/opacity.d.cts +0 -20
  337. package/dist/tokens/utils/opacity.d.ts +0 -20
  338. package/dist/uds/scripts/utils/tsMorph.d.cts +0 -33
  339. package/dist/uds/scripts/utils/tsMorph.d.ts +0 -33
  340. package/dist/utils/getMotionVar.cjs +0 -16
  341. package/dist/utils/getMotionVar.d.cts +0 -17
  342. package/dist/utils/getMotionVar.d.ts +0 -17
  343. package/dist/utils/getMotionVar.js +0 -15
@@ -17,17 +17,17 @@ declare const getStylesInternal: (props?: ({
17
17
  avatarTextVariantRoot?: "primary" | "secondary" | undefined;
18
18
  badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
19
19
  badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
20
- badgeVariantIcon?: "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
21
- badgeVariantRoot?: "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
20
+ badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
21
+ badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
22
22
  buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
23
23
  buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
24
- buttonVariantIcon?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
25
- buttonVariantRoot?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
24
+ buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
25
+ buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
26
26
  checkboxSizeCheckbox?: "sm" | "md" | undefined;
27
27
  checkboxSizeRoot?: "sm" | "md" | undefined;
28
- checkboxVariantCheckbox?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
29
- checkboxVariantCheckboxIcon?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
30
- checkboxVariantRoot?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
28
+ checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
29
+ checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
30
+ checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
31
31
  checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
32
32
  checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
33
33
  checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
@@ -103,9 +103,9 @@ declare const getStylesInternal: (props?: ({
103
103
  menuitemSizeStartIcon?: "default" | undefined;
104
104
  radioSizeRadio?: "sm" | "md" | undefined;
105
105
  radioSizeRoot?: "sm" | "md" | undefined;
106
- radioVariantRadio?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
107
- radioVariantRadioCircle?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
108
- radioVariantRoot?: "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
106
+ radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
107
+ radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
108
+ radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
109
109
  radioVariantValueRadio?: "checked" | "unchecked" | undefined;
110
110
  radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
111
111
  radioVariantValueRoot?: "checked" | "unchecked" | undefined;
@@ -140,76 +140,76 @@ declare const getStylesInternal: (props?: ({
140
140
  tooltipVariantIcon?: "default" | undefined;
141
141
  tooltipVariantRoot?: "default" | undefined;
142
142
  tooltipVariantSvg?: "default" | undefined;
143
- color?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "on-color" | undefined;
144
- placeholderColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "on-color" | undefined;
143
+ color?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
144
+ placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
145
145
  fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
146
146
  fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
147
- fontWeight?: "bold" | "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
147
+ fontWeight?: "light" | "medium" | "black" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "thin" | "extralight" | "regular" | "semibold" | "bold" | "extrabold" | undefined;
148
148
  lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
149
149
  letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
150
- textAlign?: "center" | "start" | "end" | "justify" | undefined;
151
- textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
152
- spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
153
- spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
154
- spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
155
- spacingBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
156
- spacingEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
157
- spacingStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
158
- spacingTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
159
- offset?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
160
- offsetVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
161
- offsetHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
162
- offsetBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
163
- offsetEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
164
- offsetStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
165
- offsetTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
166
- columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
167
- rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
168
- backgroundColor?: "alert" | "current" | "primary" | "secondary" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
169
- borderColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
170
- borderStartColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
171
- borderEndColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
172
- borderBottomColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
173
- borderTopColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
174
- borderRadius?: "full" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
175
- borderTopStartRadius?: "full" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
176
- borderTopEndRadius?: "full" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
177
- borderBottomStartRadius?: "full" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
178
- borderBottomEndRadius?: "full" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
179
- borderWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
180
- borderVerticalWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
181
- borderHorizontalWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
182
- borderStartWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
183
- borderEndWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
184
- borderTopWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
185
- borderBottomWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
150
+ textAlign?: "center" | "justify" | "start" | "end" | undefined;
151
+ textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
152
+ spacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
153
+ spacingHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
154
+ spacingVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
155
+ spacingBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
156
+ spacingEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
157
+ spacingStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
158
+ spacingTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
159
+ offset?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
160
+ offsetVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
161
+ offsetHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
162
+ offsetBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
163
+ offsetEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
164
+ offsetStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
165
+ offsetTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
166
+ columnGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
167
+ rowGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
168
+ backgroundColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
169
+ borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
170
+ borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
171
+ borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
172
+ borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
173
+ borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
174
+ borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
175
+ borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
176
+ borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
177
+ borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
178
+ borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
179
+ borderWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
180
+ borderVerticalWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
181
+ borderHorizontalWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
182
+ borderStartWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
183
+ borderEndWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
184
+ borderTopWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
185
+ borderBottomWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
186
186
  avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
187
187
  iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
188
188
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
189
189
  alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
190
- alignSelf?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
191
- flex?: "none" | "auto" | "1" | "initial" | undefined;
190
+ alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | "auto" | undefined;
191
+ flex?: "none" | "1" | "auto" | "initial" | undefined;
192
192
  flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
193
193
  flexGrow?: "0" | "1" | "2" | "3" | undefined;
194
194
  flexShrink?: "0" | "1" | undefined;
195
195
  flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
196
196
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
197
197
  flexBasis?: "min-content" | undefined;
198
- display?: "none" | "grid" | "table" | "block" | "inline-block" | "inline" | "flex" | "inline-flex" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "contents" | undefined;
198
+ display?: "flex" | "none" | "block" | "inline-block" | "inline" | "inline-flex" | "table" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "grid" | "contents" | undefined;
199
199
  overflow?: "auto" | "hidden" | "clip" | "visible" | "scroll" | undefined;
200
200
  overflowX?: "auto" | "hidden" | "clip" | "visible" | "scroll" | undefined;
201
201
  overflowY?: "auto" | "hidden" | "clip" | "visible" | "scroll" | undefined;
202
- position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
203
- contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
202
+ position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
203
+ contentFit?: "none" | "cover" | "contain" | "fill" | "scale-down" | undefined;
204
204
  colorMode?: "light" | "dark" | undefined;
205
- scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
205
+ scaleMode?: "xSmall" | "small" | "medium" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
206
206
  width?: "full" | "fit" | "screen" | undefined;
207
207
  height?: "full" | "fit" | "screen" | undefined;
208
208
  dropShadow?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
209
209
  insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
210
- nestedBorderRadiusSize?: "full" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
211
- nestedBorderRadiusWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
212
- nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
210
+ nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
211
+ nestedBorderRadiusWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
212
+ nestedBorderRadiusSpacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
213
213
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
214
214
  } & {
215
215
  className?: string | undefined;
@@ -0,0 +1,13 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+
3
+ //#region ../tailwind/dist/.prettierrc.js
4
+ /*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
5
+ var _prettierrc_default = {
6
+ trailingComma: "all",
7
+ tabWidth: 2,
8
+ singleQuote: true,
9
+ printWidth: 100
10
+ };
11
+
12
+ //#endregion
13
+ exports._prettierrc_default = _prettierrc_default;
@@ -0,0 +1,12 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ //#region ../tailwind/dist/.prettierrc.js
3
+ /*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
4
+ var _prettierrc_default = {
5
+ trailingComma: "all",
6
+ tabWidth: 2,
7
+ singleQuote: true,
8
+ printWidth: 100
9
+ };
10
+
11
+ //#endregion
12
+ export { _prettierrc_default };
@@ -0,0 +1,11 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+
3
+ //#region ../tailwind/dist/_virtual/_rolldown/runtime.js
4
+ /*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
5
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof require !== "undefined" ? require : a)[b] }) : x)(function(x) {
6
+ if (typeof require !== "undefined") return require.apply(this, arguments);
7
+ throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
8
+ });
9
+
10
+ //#endregion
11
+ exports.__require = __require;
@@ -0,0 +1,12 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ import { __require as __require$1 } from "../../../../_virtual/_rolldown/runtime.js";
3
+
4
+ //#region ../tailwind/dist/_virtual/_rolldown/runtime.js
5
+ /*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
6
+ var __require = /* @__PURE__ */ ((x) => typeof __require$1 !== "undefined" ? __require$1 : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof __require$1 !== "undefined" ? __require$1 : a)[b] }) : x)(function(x) {
7
+ if (typeof __require$1 !== "undefined") return __require$1.apply(this, arguments);
8
+ throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
9
+ });
10
+
11
+ //#endregion
12
+ export { __require };
@@ -0,0 +1,52 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ const require_runtime = require('../../../_virtual/_rolldown/runtime.cjs');
3
+ const require_colors = require('../../../cli/dist/lib/colors.cjs');
4
+ const require_print = require('../../../cli/dist/lib/print.cjs');
5
+ const require__prettierrc = require('../.prettierrc.cjs');
6
+ const require_generatePurgeCSSData = require('../utils/generatePurgeCSSData.cjs');
7
+ let node_path = require("node:path");
8
+ node_path = require_runtime.__toESM(node_path);
9
+ let prettier = require("prettier");
10
+
11
+ //#region ../tailwind/dist/commands/generatePurgeCSSData.js
12
+ /*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
13
+ const makeGeneratePurgeCSSDataCommand = (getContext) => ({
14
+ name: "generatePurgeCSSData",
15
+ description: `Generates purge CSS data for UDS components. This is an internal command used to generate the data needed to purge unused CSS in UDS. It should not be used directly by users.`,
16
+ tag: "hidden",
17
+ run: async (_props) => {
18
+ const { project, variants, UDS, UDS_EXPERIMENTAL } = await getContext();
19
+ const exportedComponents = require_generatePurgeCSSData.getExportedComponents(UDS, UDS_EXPERIMENTAL);
20
+ const exportsToFilePath = require_generatePurgeCSSData.getExportsToFilePath(project);
21
+ const variantsList = require_generatePurgeCSSData.convertVariantsIntoTailwindClass(variants);
22
+ const componentToVariants = require_generatePurgeCSSData.getComponentsProps(project, exportedComponents, variants, variantsList, exportsToFilePath);
23
+ const componentsDependencies = require_generatePurgeCSSData.getComponentsDependencies(project, exportedComponents, exportsToFilePath);
24
+ let componentToTwClasses = await require_generatePurgeCSSData.getTwClassesInComponent(exportedComponents, exportsToFilePath);
25
+ componentToTwClasses = require_generatePurgeCSSData.addAutoVariantsToComponentClasses(componentToTwClasses);
26
+ const outputFilePath = node_path.default.resolve(process.cwd(), "./generated/tailwindPurge.ts");
27
+ const formattedContent = await (0, prettier.format)(`
28
+ //! This file is generated by purgeCSS.ts from @yahoo/uds
29
+ //! Do not edit directly
30
+ //! If there is issue with this file please report to #ask-uds
31
+
32
+ export type PropToUsedOptions = [string, string[]];
33
+ export type ComponentToVariants = { [key: string]: PropToUsedOptions[] };
34
+ export type VariantsList = string[];
35
+ export type ComponentDependencies = { [key: string]: string[] };
36
+ export type ComponentToTwClasses = { [key: string]: string };
37
+
38
+ export const variantsList: VariantsList = ${JSON.stringify(variantsList)};
39
+ export const componentToVariants: ComponentToVariants = ${JSON.stringify(componentToVariants)};
40
+ export const componentToTwClasses: ComponentToTwClasses = ${JSON.stringify(componentToTwClasses)};
41
+ export const componentsDependencies: ComponentDependencies = ${JSON.stringify(componentsDependencies)};
42
+ `, {
43
+ parser: "typescript",
44
+ ...require__prettierrc._prettierrc_default
45
+ });
46
+ await Bun.write(outputFilePath, formattedContent);
47
+ require_print.print(require_colors.green(`✅ Purge CSS Data saved ${outputFilePath}`));
48
+ }
49
+ });
50
+
51
+ //#endregion
52
+ exports.makeGeneratePurgeCSSDataCommand = makeGeneratePurgeCSSDataCommand;
@@ -0,0 +1,3 @@
1
+
2
+ import { Project } from "ts-morph";
3
+ import { Command } from "@yahoo/uds-cli";
@@ -0,0 +1,50 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ import { green } from "../../../cli/dist/lib/colors.js";
3
+ import { print } from "../../../cli/dist/lib/print.js";
4
+ import { _prettierrc_default } from "../.prettierrc.js";
5
+ import { addAutoVariantsToComponentClasses, convertVariantsIntoTailwindClass, getComponentsDependencies, getComponentsProps, getExportedComponents, getExportsToFilePath, getTwClassesInComponent } from "../utils/generatePurgeCSSData.js";
6
+ import path from "node:path";
7
+ import { format } from "prettier";
8
+
9
+ //#region ../tailwind/dist/commands/generatePurgeCSSData.js
10
+ /*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
11
+ const makeGeneratePurgeCSSDataCommand = (getContext) => ({
12
+ name: "generatePurgeCSSData",
13
+ description: `Generates purge CSS data for UDS components. This is an internal command used to generate the data needed to purge unused CSS in UDS. It should not be used directly by users.`,
14
+ tag: "hidden",
15
+ run: async (_props) => {
16
+ const { project, variants, UDS, UDS_EXPERIMENTAL } = await getContext();
17
+ const exportedComponents = getExportedComponents(UDS, UDS_EXPERIMENTAL);
18
+ const exportsToFilePath = getExportsToFilePath(project);
19
+ const variantsList = convertVariantsIntoTailwindClass(variants);
20
+ const componentToVariants = getComponentsProps(project, exportedComponents, variants, variantsList, exportsToFilePath);
21
+ const componentsDependencies = getComponentsDependencies(project, exportedComponents, exportsToFilePath);
22
+ let componentToTwClasses = await getTwClassesInComponent(exportedComponents, exportsToFilePath);
23
+ componentToTwClasses = addAutoVariantsToComponentClasses(componentToTwClasses);
24
+ const outputFilePath = path.resolve(process.cwd(), "./generated/tailwindPurge.ts");
25
+ const formattedContent = await format(`
26
+ //! This file is generated by purgeCSS.ts from @yahoo/uds
27
+ //! Do not edit directly
28
+ //! If there is issue with this file please report to #ask-uds
29
+
30
+ export type PropToUsedOptions = [string, string[]];
31
+ export type ComponentToVariants = { [key: string]: PropToUsedOptions[] };
32
+ export type VariantsList = string[];
33
+ export type ComponentDependencies = { [key: string]: string[] };
34
+ export type ComponentToTwClasses = { [key: string]: string };
35
+
36
+ export const variantsList: VariantsList = ${JSON.stringify(variantsList)};
37
+ export const componentToVariants: ComponentToVariants = ${JSON.stringify(componentToVariants)};
38
+ export const componentToTwClasses: ComponentToTwClasses = ${JSON.stringify(componentToTwClasses)};
39
+ export const componentsDependencies: ComponentDependencies = ${JSON.stringify(componentsDependencies)};
40
+ `, {
41
+ parser: "typescript",
42
+ ..._prettierrc_default
43
+ });
44
+ await Bun.write(outputFilePath, formattedContent);
45
+ print(green(`✅ Purge CSS Data saved ${outputFilePath}`));
46
+ }
47
+ });
48
+
49
+ //#endregion
50
+ export { makeGeneratePurgeCSSDataCommand };
@@ -0,0 +1,27 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ const require_analytics = require('../../../cli/dist/utils/analytics.cjs');
3
+ const require_spinner = require('../../../cli/dist/lib/spinner.cjs');
4
+ const require_purgeCSS = require('../utils/purgeCSS.cjs');
5
+
6
+ //#region ../tailwind/dist/commands/purge.js
7
+ /*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
8
+ const makePurgeCommand = (getContext) => ({
9
+ name: "purge",
10
+ description: `Purge unused CSS`,
11
+ run: async (props) => {
12
+ require_spinner.spinStart("Purging css started...");
13
+ try {
14
+ const { variants, packageJson, generatedPurgeCssData } = await getContext();
15
+ await require_purgeCSS.purge(variants, packageJson, generatedPurgeCssData, props.options);
16
+ require_spinner.spinStop("✅", "Purging css done!");
17
+ return await require_analytics.trackEvent("purge");
18
+ } catch (error) {
19
+ if (error instanceof Error) require_spinner.spinStop("❌", error.message);
20
+ else require_spinner.spinStop("❌", "Purging css failed! Please reach out to #uds-ask channel for support.");
21
+ process.exitCode = 1;
22
+ }
23
+ }
24
+ });
25
+
26
+ //#endregion
27
+ exports.makePurgeCommand = makePurgeCommand;
@@ -0,0 +1,3 @@
1
+
2
+ import "../utils/purgeCSS.js";
3
+ import { Command } from "@yahoo/uds-cli";
@@ -0,0 +1,27 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ import { trackEvent } from "../../../cli/dist/utils/analytics.js";
3
+ import { spinStart, spinStop } from "../../../cli/dist/lib/spinner.js";
4
+ import { purge } from "../utils/purgeCSS.js";
5
+
6
+ //#region ../tailwind/dist/commands/purge.js
7
+ /*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
8
+ const makePurgeCommand = (getContext) => ({
9
+ name: "purge",
10
+ description: `Purge unused CSS`,
11
+ run: async (props) => {
12
+ spinStart("Purging css started...");
13
+ try {
14
+ const { variants, packageJson, generatedPurgeCssData } = await getContext();
15
+ await purge(variants, packageJson, generatedPurgeCssData, props.options);
16
+ spinStop("✅", "Purging css done!");
17
+ return await trackEvent("purge");
18
+ } catch (error) {
19
+ if (error instanceof Error) spinStop("❌", error.message);
20
+ else spinStop("❌", "Purging css failed! Please reach out to #uds-ask channel for support.");
21
+ process.exitCode = 1;
22
+ }
23
+ }
24
+ });
25
+
26
+ //#endregion
27
+ export { makePurgeCommand };
@@ -0,0 +1,3 @@
1
+
2
+ import "./tailwind/components/getResponsiveTextStyles.cjs";
3
+ import { WebTokens, parseTokens } from "./utils/parseTokens.cjs";
@@ -0,0 +1,5 @@
1
+
2
+ import "./tailwind/components/getResponsiveTextStyles.js";
3
+ import { WebTokens, parseTokens } from "./utils/parseTokens.js";
4
+ import "./commands/generatePurgeCSSData.js";
5
+ import "./commands/purge.js";
@@ -0,0 +1,39 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
3
+ const require_getInputStyles = require('./tailwind/components/getInputStyles.cjs');
4
+ const require_defaultTailwindThemeAsUdsConfig = require('./tailwind/defaultTailwindThemeAsUdsConfig.cjs');
5
+ const require_a11y = require('./tailwind/plugins/a11y.cjs');
6
+ const require_blurBgFallback = require('./tailwind/plugins/blurBgFallback.cjs');
7
+ const require_composeTailwindPlugins = require('./tailwind/utils/composeTailwindPlugins.cjs');
8
+ const require_borderRadius = require('./tailwind/plugins/borderRadius.cjs');
9
+ const require_borderWidth = require('./tailwind/plugins/borderWidth.cjs');
10
+ const require_breakpoints = require('./tailwind/plugins/breakpoints.cjs');
11
+ const require_colors = require('./tailwind/plugins/colors.cjs');
12
+ const require_components = require('./tailwind/plugins/components.cjs');
13
+ const require_elevation = require('./tailwind/plugins/elevation.cjs');
14
+ const require_icons = require('./tailwind/plugins/icons.cjs');
15
+ const require_input = require('./tailwind/plugins/input.cjs');
16
+ const require_motion = require('./tailwind/plugins/motion.cjs');
17
+ const require_nestedBorderRadius = require('./tailwind/plugins/nestedBorderRadius.cjs');
18
+ const require_scaleMode = require('./tailwind/plugins/scaleMode.cjs');
19
+ const require_shadows = require('./tailwind/plugins/shadows.cjs');
20
+ const require_sizing = require('./tailwind/plugins/sizing.cjs');
21
+ const require_spacing = require('./tailwind/plugins/spacing.cjs');
22
+ const require_typography = require('./tailwind/plugins/typography.cjs');
23
+
24
+ //#region ../tailwind/dist/plugin.js
25
+ /*! © 2026 Yahoo, Inc. UDS Tailwind and Purger v0.0.0-development */
26
+ const tailwindPlugin = require_composeTailwindPlugins.composeTailwindPlugins(require_colors.colorsPlugin, require_icons.iconsPlugin, require_a11y.a11yPlugin, require_breakpoints.breakpointsPlugin, require_typography.typographyPlugin, require_components.componentsPlugin, require_shadows.shadowsPlugin, require_elevation.elevationPlugin, require_motion.motionPlugin, require_spacing.spacingPlugin, require_borderWidth.borderWidthPlugin, require_borderRadius.borderRadiusPlugin, require_nestedBorderRadius.nestedBorderRadiusPlugin, require_blurBgFallback.blurBgFallbackPlugin, require_sizing.sizingPlugin, require_input.inputPlugin, require_scaleMode.scaleModePlugin);
27
+ /**
28
+ * Use in `tailwindConfig.content` to ensure UDS package(s) styles are
29
+ * included in the app.
30
+ * Note: wrapped in a function so client side usage of the tailwind plugin package
31
+ * (e.g. configurator) doesn't error out on require() being undefined.
32
+ * */
33
+ const getUDSContent = () => {
34
+ return [require_runtime.__require.resolve("@yahoo/uds").replace("/dist/index.cjs", "/dist/**/*.{js,cjs}")];
35
+ };
36
+
37
+ //#endregion
38
+ exports.getUDSContent = getUDSContent;
39
+ exports.tailwindPlugin = tailwindPlugin;
@@ -1,9 +1,10 @@
1
1
 
2
- import { getInputStyles } from "./components/getInputStyles.js";
3
- import { udsToTailwindMap } from "./defaultTailwindThemeAsUdsConfig.js";
4
- import { TailwindPluginOptions } from "./utils/composeTailwindPlugins.js";
2
+ import { TailwindPluginOptions } from "./tailwind/utils/composeTailwindPlugins.cjs";
3
+ import { getInputStyles } from "./tailwind/components/getInputStyles.cjs";
4
+ import { udsToTailwindMap } from "./tailwind/defaultTailwindThemeAsUdsConfig.cjs";
5
5
  import * as tailwindcss_types_config0 from "tailwindcss/types/config";
6
6
 
7
+ //#region ../tailwind/dist/plugin.d.ts
7
8
  //#region src/tailwind/tailwindPlugin.d.ts
8
9
  declare const tailwindPlugin: {
9
10
  (options: TailwindPluginOptions): {
@@ -18,6 +19,6 @@ declare const tailwindPlugin: {
18
19
  * Note: wrapped in a function so client side usage of the tailwind plugin package
19
20
  * (e.g. configurator) doesn't error out on require() being undefined.
20
21
  * */
21
- declare const getUDSContent: () => string[];
22
+ declare const getUDSContent: () => string[]; //#endregion
22
23
  //#endregion
23
- export { getInputStyles, getUDSContent, tailwindPlugin, udsToTailwindMap };
24
+ export { getUDSContent, tailwindPlugin };