@yahoo/uds 3.131.0-beta.2 → 3.132.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (265) hide show
  1. package/dist/automated-config/dist/properties.d.cts +1 -1
  2. package/dist/automated-config/dist/properties.d.ts +1 -1
  3. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +1 -1
  4. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +1 -1
  5. package/dist/components/Banner/Banner.cjs +5 -2
  6. package/dist/components/Banner/Banner.d.cts +10 -1
  7. package/dist/components/Banner/Banner.d.ts +10 -1
  8. package/dist/components/Banner/Banner.js +5 -2
  9. package/dist/components/Banner/utils.d.cts +1 -1
  10. package/dist/components/Banner/utils.d.ts +1 -1
  11. package/dist/components/Box.d.cts +1 -1
  12. package/dist/components/Box.d.ts +1 -1
  13. package/dist/components/Divider/Divider.d.cts +2 -2
  14. package/dist/components/Divider/Divider.d.ts +2 -2
  15. package/dist/components/Divider/DividerCore.cjs +17 -10
  16. package/dist/components/Divider/DividerCore.d.cts +11 -5
  17. package/dist/components/Divider/DividerCore.d.ts +11 -5
  18. package/dist/components/Divider/DividerCore.js +17 -10
  19. package/dist/components/Divider/DividerInternal.cjs +15 -11
  20. package/dist/components/Divider/DividerInternal.d.cts +1 -1
  21. package/dist/components/Divider/DividerInternal.d.ts +1 -1
  22. package/dist/components/Divider/DividerInternal.js +15 -11
  23. package/dist/components/FormLabel.d.cts +1 -1
  24. package/dist/components/FormLabel.d.ts +1 -1
  25. package/dist/components/HStack.d.cts +1 -1
  26. package/dist/components/HStack.d.ts +1 -1
  27. package/dist/components/Icon.cjs +6 -15
  28. package/dist/components/Icon.d.cts +1 -0
  29. package/dist/components/Icon.d.ts +1 -0
  30. package/dist/components/Icon.js +7 -16
  31. package/dist/components/IconSlot.cjs +6 -25
  32. package/dist/components/IconSlot.d.cts +2 -3
  33. package/dist/components/IconSlot.d.ts +2 -3
  34. package/dist/components/IconSlot.js +5 -25
  35. package/dist/components/Image.d.cts +1 -1
  36. package/dist/components/Image.d.ts +1 -1
  37. package/dist/components/Link.cjs +13 -6
  38. package/dist/components/Link.d.cts +11 -1
  39. package/dist/components/Link.d.ts +11 -1
  40. package/dist/components/Link.js +13 -6
  41. package/dist/components/Text.d.cts +1 -1
  42. package/dist/components/Text.d.ts +1 -1
  43. package/dist/components/VStack.d.cts +1 -1
  44. package/dist/components/VStack.d.ts +1 -1
  45. package/dist/components/client/Avatar/AvatarIcon.d.cts +1 -1
  46. package/dist/components/client/Avatar/AvatarIcon.d.ts +1 -1
  47. package/dist/components/client/Avatar/AvatarImage.d.cts +1 -1
  48. package/dist/components/client/Avatar/AvatarImage.d.ts +1 -1
  49. package/dist/components/client/Avatar/AvatarText.d.cts +1 -1
  50. package/dist/components/client/Avatar/AvatarText.d.ts +1 -1
  51. package/dist/components/client/Avatar/utils.d.cts +1 -1
  52. package/dist/components/client/Avatar/utils.d.ts +1 -1
  53. package/dist/components/client/Badge.cjs +10 -4
  54. package/dist/components/client/Badge.d.cts +13 -2
  55. package/dist/components/client/Badge.d.ts +13 -2
  56. package/dist/components/client/Badge.js +10 -4
  57. package/dist/components/client/BottomSheet/BottomSheet.d.cts +1 -1
  58. package/dist/components/client/BottomSheet/BottomSheet.d.ts +1 -1
  59. package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +1 -1
  60. package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +1 -1
  61. package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +1 -1
  62. package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +1 -1
  63. package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +1 -1
  64. package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +1 -1
  65. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +1 -1
  66. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +1 -1
  67. package/dist/components/client/BottomSheet/utils.d.cts +1 -1
  68. package/dist/components/client/BottomSheet/utils.d.ts +1 -1
  69. package/dist/components/client/Button.cjs +20 -9
  70. package/dist/components/client/Button.d.cts +13 -2
  71. package/dist/components/client/Button.d.ts +13 -2
  72. package/dist/components/client/Button.js +20 -9
  73. package/dist/components/client/Checkbox.cjs +14 -6
  74. package/dist/components/client/Checkbox.d.cts +10 -5
  75. package/dist/components/client/Checkbox.d.ts +10 -5
  76. package/dist/components/client/Checkbox.js +14 -6
  77. package/dist/components/client/Chip/Chip.d.cts +1 -1
  78. package/dist/components/client/Chip/Chip.d.ts +1 -1
  79. package/dist/components/client/Chip/ChipBase.d.cts +1 -1
  80. package/dist/components/client/Chip/ChipBase.d.ts +1 -1
  81. package/dist/components/client/Chip/ChipButton.d.cts +1 -1
  82. package/dist/components/client/Chip/ChipButton.d.ts +1 -1
  83. package/dist/components/client/Chip/ChipDismissible.d.cts +1 -1
  84. package/dist/components/client/Chip/ChipDismissible.d.ts +1 -1
  85. package/dist/components/client/Chip/ChipLink.d.cts +1 -1
  86. package/dist/components/client/Chip/ChipLink.d.ts +1 -1
  87. package/dist/components/client/Chip/ChipToggle.d.cts +1 -1
  88. package/dist/components/client/Chip/ChipToggle.d.ts +1 -1
  89. package/dist/components/client/IconButton.cjs +5 -8
  90. package/dist/components/client/IconButton.d.cts +10 -2
  91. package/dist/components/client/IconButton.d.ts +10 -2
  92. package/dist/components/client/IconButton.js +5 -8
  93. package/dist/components/client/Input/Input.cjs +8 -2
  94. package/dist/components/client/Input/Input.d.cts +4 -1
  95. package/dist/components/client/Input/Input.d.ts +4 -1
  96. package/dist/components/client/Input/Input.js +8 -2
  97. package/dist/components/client/Input/InputHelpTextInternal.cjs +16 -6
  98. package/dist/components/client/Input/InputHelpTextInternal.d.cts +11 -1
  99. package/dist/components/client/Input/InputHelpTextInternal.d.ts +11 -1
  100. package/dist/components/client/Input/InputHelpTextInternal.js +16 -6
  101. package/dist/components/client/Menu/Menu.Content.cjs +2 -1
  102. package/dist/components/client/Menu/Menu.Content.d.cts +8 -1
  103. package/dist/components/client/Menu/Menu.Content.d.ts +8 -1
  104. package/dist/components/client/Menu/Menu.Content.js +2 -1
  105. package/dist/components/client/Menu/Menu.Divider.cjs +8 -10
  106. package/dist/components/client/Menu/Menu.Divider.js +8 -10
  107. package/dist/components/client/Menu/Menu.Item.cjs +23 -14
  108. package/dist/components/client/Menu/Menu.Item.d.cts +12 -1
  109. package/dist/components/client/Menu/Menu.Item.d.ts +12 -1
  110. package/dist/components/client/Menu/Menu.Item.js +24 -15
  111. package/dist/components/client/Menu/Menu.ItemBase.cjs +17 -9
  112. package/dist/components/client/Menu/Menu.ItemBase.d.cts +10 -6
  113. package/dist/components/client/Menu/Menu.ItemBase.d.ts +10 -6
  114. package/dist/components/client/Menu/Menu.ItemBase.js +17 -9
  115. package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +10 -10
  116. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
  117. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
  118. package/dist/components/client/Menu/Menu.ItemCheckbox.js +10 -10
  119. package/dist/components/client/Popover/Popover.d.cts +1 -1
  120. package/dist/components/client/Popover/Popover.d.ts +1 -1
  121. package/dist/components/client/Popover/PopoverContent.cjs +4 -1
  122. package/dist/components/client/Popover/PopoverContent.d.cts +4 -1
  123. package/dist/components/client/Popover/PopoverContent.d.ts +4 -1
  124. package/dist/components/client/Popover/PopoverContent.js +4 -1
  125. package/dist/components/client/Popover/PopoverTrigger.d.cts +1 -1
  126. package/dist/components/client/Popover/PopoverTrigger.d.ts +1 -1
  127. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +2 -2
  128. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +2 -2
  129. package/dist/components/client/Popover/index.d.cts +1 -1
  130. package/dist/components/client/Popover/index.d.ts +1 -1
  131. package/dist/components/client/Pressable.d.cts +1 -1
  132. package/dist/components/client/Pressable.d.ts +1 -1
  133. package/dist/components/client/Radio/Radio.cjs +18 -15
  134. package/dist/components/client/Radio/Radio.d.cts +10 -5
  135. package/dist/components/client/Radio/Radio.d.ts +10 -5
  136. package/dist/components/client/Radio/Radio.js +18 -15
  137. package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -1
  138. package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -1
  139. package/dist/components/client/SpringMotionConfig.d.cts +1 -1
  140. package/dist/components/client/SpringMotionConfig.d.ts +1 -1
  141. package/dist/components/client/Switch.cjs +14 -6
  142. package/dist/components/client/Switch.d.cts +10 -6
  143. package/dist/components/client/Switch.d.ts +10 -6
  144. package/dist/components/client/Switch.js +14 -6
  145. package/dist/components/client/Tabs/Tab.cjs +11 -5
  146. package/dist/components/client/Tabs/Tab.d.cts +14 -3
  147. package/dist/components/client/Tabs/Tab.d.ts +14 -3
  148. package/dist/components/client/Tabs/Tab.js +11 -5
  149. package/dist/components/client/Tabs/TabList.d.cts +1 -1
  150. package/dist/components/client/Tabs/TabList.d.ts +1 -1
  151. package/dist/components/client/Tabs/TabPanel.d.cts +1 -1
  152. package/dist/components/client/Tabs/TabPanel.d.ts +1 -1
  153. package/dist/components/client/Tabs/Tabs.d.cts +1 -1
  154. package/dist/components/client/Tabs/Tabs.d.ts +1 -1
  155. package/dist/components/client/Tabs/tabsContext.d.cts +1 -1
  156. package/dist/components/client/Tabs/tabsContext.d.ts +1 -1
  157. package/dist/components/client/Toast/Toast.d.cts +1 -1
  158. package/dist/components/client/Toast/Toast.d.ts +1 -1
  159. package/dist/components/client/Toast/ToastContainer.d.cts +1 -1
  160. package/dist/components/client/Toast/ToastContainer.d.ts +1 -1
  161. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
  162. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
  163. package/dist/components/client/Toast/createToast.d.cts +1 -1
  164. package/dist/components/client/Toast/createToast.d.ts +1 -1
  165. package/dist/components/client/Tooltip/Tooltip.d.cts +1 -1
  166. package/dist/components/client/Tooltip/Tooltip.d.ts +1 -1
  167. package/dist/components/client/Tooltip/TooltipContent.cjs +9 -3
  168. package/dist/components/client/Tooltip/TooltipContent.d.cts +14 -3
  169. package/dist/components/client/Tooltip/TooltipContent.d.ts +14 -3
  170. package/dist/components/client/Tooltip/TooltipContent.js +9 -3
  171. package/dist/components/client/Tooltip/TooltipTrigger.d.cts +1 -1
  172. package/dist/components/client/Tooltip/TooltipTrigger.d.ts +1 -1
  173. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +1 -1
  174. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +1 -1
  175. package/dist/components/client/Tooltip/index.d.cts +1 -1
  176. package/dist/components/client/Tooltip/index.d.ts +1 -1
  177. package/dist/components/client/buttonConstants.d.cts +1 -1
  178. package/dist/components/client/buttonConstants.d.ts +1 -1
  179. package/dist/components/client/index.d.cts +1 -1
  180. package/dist/components/client/index.d.ts +1 -1
  181. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +1 -1
  182. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +1 -1
  183. package/dist/components/experimental/Table.d.cts +1 -1
  184. package/dist/components/experimental/Table.d.ts +1 -1
  185. package/dist/components/experimental/client/SwitchV2.cjs +14 -6
  186. package/dist/components/experimental/client/SwitchV2.d.cts +10 -6
  187. package/dist/components/experimental/client/SwitchV2.d.ts +10 -6
  188. package/dist/components/experimental/client/SwitchV2.js +14 -6
  189. package/dist/components/index.d.cts +2 -2
  190. package/dist/components/index.d.ts +2 -2
  191. package/dist/config/dist/index.d.cts +1 -1
  192. package/dist/config/dist/index.d.ts +1 -1
  193. package/dist/css-tokens/dist/index.d.cts +1 -1
  194. package/dist/css-tokens/dist/index.d.ts +1 -1
  195. package/dist/fixtures/dist/index.d.cts +1 -1
  196. package/dist/fixtures/dist/index.d.ts +1 -1
  197. package/dist/fixtures/index.d.cts +1 -1
  198. package/dist/fixtures/index.d.ts +1 -1
  199. package/dist/fonts/dist/index.d.cts +1 -1
  200. package/dist/fonts/dist/index.d.ts +1 -1
  201. package/dist/icons/dist/types.d.cts +30 -0
  202. package/dist/icons/dist/types.d.ts +30 -0
  203. package/dist/index.d.cts +3 -3
  204. package/dist/index.d.ts +3 -3
  205. package/dist/modes/dist/index.d.cts +1 -1
  206. package/dist/modes/dist/index.d.ts +1 -1
  207. package/dist/motion-tokens/dist/index.d.cts +1 -1
  208. package/dist/motion-tokens/dist/index.d.ts +1 -1
  209. package/dist/providers/ColorModeProvider.d.cts +1 -1
  210. package/dist/providers/ColorModeProvider.d.ts +1 -1
  211. package/dist/providers/ScaleModeProvider.d.cts +1 -1
  212. package/dist/providers/ScaleModeProvider.d.ts +1 -1
  213. package/dist/providers/ThemeProvider.d.cts +1 -1
  214. package/dist/providers/ThemeProvider.d.ts +1 -1
  215. package/dist/runtime/bottomSheetConfig.d.cts +1 -1
  216. package/dist/runtime/bottomSheetConfig.d.ts +1 -1
  217. package/dist/runtime/breakpointsConfig.d.cts +1 -1
  218. package/dist/runtime/breakpointsConfig.d.ts +1 -1
  219. package/dist/runtime/popoverConfig.d.cts +1 -1
  220. package/dist/runtime/popoverConfig.d.ts +1 -1
  221. package/dist/runtime/toastConfig.d.cts +1 -1
  222. package/dist/runtime/toastConfig.d.ts +1 -1
  223. package/dist/runtime/tooltipConfig.d.cts +1 -1
  224. package/dist/runtime/tooltipConfig.d.ts +1 -1
  225. package/dist/styles/styler.d.cts +76 -76
  226. package/dist/styles/styler.d.ts +76 -76
  227. package/dist/styles/stylerTypes.d.cts +1 -1
  228. package/dist/styles/stylerTypes.d.ts +1 -1
  229. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  230. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  231. package/dist/tokens/configs/borderRadius.d.cts +1 -1
  232. package/dist/tokens/configs/borderRadius.d.ts +1 -1
  233. package/dist/tokens/configs/borderWidth.d.cts +1 -1
  234. package/dist/tokens/configs/borderWidth.d.ts +1 -1
  235. package/dist/tokens/configs/font.d.cts +1 -1
  236. package/dist/tokens/configs/font.d.ts +1 -1
  237. package/dist/tokens/configs/scaleMode.d.cts +1 -1
  238. package/dist/tokens/configs/scaleMode.d.ts +1 -1
  239. package/dist/tokens/configs/shadow.d.cts +1 -1
  240. package/dist/tokens/configs/shadow.d.ts +1 -1
  241. package/dist/tokens/configs/sizes.d.cts +1 -1
  242. package/dist/tokens/configs/sizes.d.ts +1 -1
  243. package/dist/tokens/configs/typography.d.cts +1 -1
  244. package/dist/tokens/configs/typography.d.ts +1 -1
  245. package/dist/tokens/index.d.cts +2 -2
  246. package/dist/tokens/index.d.ts +2 -2
  247. package/dist/tokens/parseButtonVariants.d.cts +1 -1
  248. package/dist/tokens/parseButtonVariants.d.ts +1 -1
  249. package/dist/tokens/types.d.cts +7 -7
  250. package/dist/tokens/types.d.ts +7 -7
  251. package/dist/tokens/utils/spectrum.d.cts +1 -1
  252. package/dist/tokens/utils/spectrum.d.ts +1 -1
  253. package/dist/types/{src → dist}/index.d.cts +26 -38
  254. package/dist/types/{src → dist}/index.d.ts +26 -38
  255. package/dist/uds/generated/componentData.cjs +109 -106
  256. package/dist/uds/generated/componentData.js +109 -106
  257. package/dist/uds/generated/tailwindPurge.cjs +73 -73
  258. package/dist/uds/generated/tailwindPurge.js +73 -73
  259. package/dist/uds/package.cjs +1 -1
  260. package/dist/uds/package.js +1 -1
  261. package/dist/utils/isElevationAlias.d.cts +1 -1
  262. package/dist/utils/isElevationAlias.d.ts +1 -1
  263. package/generated/componentData.json +135 -124
  264. package/generated/tailwindPurge.ts +1 -1
  265. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
 
2
- import { PopoverPlacement, PopoverSize, PopoverVariant, SpacingAlias } from "../types/src/index.js";
2
+ import { PopoverPlacement, PopoverSize, PopoverVariant, SpacingAlias } from "../types/dist/index.js";
3
3
  import { UniversalTokensConfig } from "../config/dist/index.js";
4
4
  import "../tokens/index.js";
5
5
  import { PopoverProviderProps } from "@ariakit/react";
@@ -1,5 +1,5 @@
1
1
 
2
- import { ButtonSize, ButtonVariant, IconSize, IconVariant, TextVariant, ToastPosition, ToastSize, ToastVariant, UniversalTextProps } from "../types/src/index.cjs";
2
+ import { ButtonSize, ButtonVariant, IconSize, IconVariant, TextVariant, ToastPosition, ToastSize, ToastVariant, UniversalTextProps } from "../types/dist/index.cjs";
3
3
  import { UniversalTokensConfig } from "../config/dist/index.cjs";
4
4
  import "../tokens/index.cjs";
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import { ButtonSize, ButtonVariant, IconSize, IconVariant, TextVariant, ToastPosition, ToastSize, ToastVariant, UniversalTextProps } from "../types/src/index.js";
2
+ import { ButtonSize, ButtonVariant, IconSize, IconVariant, TextVariant, ToastPosition, ToastSize, ToastVariant, UniversalTextProps } from "../types/dist/index.js";
3
3
  import { UniversalTokensConfig } from "../config/dist/index.js";
4
4
  import "../tokens/index.js";
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import { TooltipPlacement, TooltipSize } from "../types/src/index.cjs";
2
+ import { TooltipPlacement, TooltipSize } from "../types/dist/index.cjs";
3
3
  import { UniversalTokensConfig } from "../config/dist/index.cjs";
4
4
  import "../tokens/index.cjs";
5
5
  import { TooltipProviderProps } from "@ariakit/react";
@@ -1,5 +1,5 @@
1
1
 
2
- import { TooltipPlacement, TooltipSize } from "../types/src/index.js";
2
+ import { TooltipPlacement, TooltipSize } from "../types/dist/index.js";
3
3
  import { UniversalTokensConfig } from "../config/dist/index.js";
4
4
  import "../tokens/index.js";
5
5
  import { TooltipProviderProps } from "@ariakit/react";
@@ -10,62 +10,62 @@ declare function normalizeObject(props: Record<string, unknown>): Record<string,
10
10
  declare const cx: CX<string>;
11
11
  declare const cva: CVA<string>;
12
12
  declare const getStylesInternal: (props?: ({
13
- avatarIconVariantRoot?: "default" | "primary" | "secondary" | undefined;
14
- avatarImageVariantRoot?: "default" | "primary" | "secondary" | undefined;
15
- avatarSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
16
- avatarSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
17
- avatarTextVariantRoot?: "default" | "primary" | "secondary" | undefined;
18
- badgeSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
19
- badgeSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
20
- badgeVariantIcon?: "default" | "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
21
- badgeVariantRoot?: "default" | "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
13
+ avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
14
+ avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
15
+ avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "2xs" | "3xl" | undefined;
16
+ avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "2xs" | "3xl" | undefined;
17
+ avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
18
+ badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
19
+ badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
20
+ badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
21
+ badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
22
22
  bannerSizeClose?: "default" | undefined;
23
23
  bannerSizeDescription?: "default" | undefined;
24
24
  bannerSizeIcon?: "default" | undefined;
25
25
  bannerSizeRoot?: "default" | undefined;
26
26
  bannerSizeTitle?: "default" | undefined;
27
- bannerVariantDescription?: "default" | "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "success" | "success-secondary" | undefined;
28
- bannerVariantIcon?: "default" | "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "success" | "success-secondary" | undefined;
29
- bannerVariantRoot?: "default" | "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "success" | "success-secondary" | undefined;
30
- bannerVariantTitle?: "default" | "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "success" | "success-secondary" | undefined;
27
+ bannerVariantDescription?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
28
+ bannerVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
29
+ bannerVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
30
+ bannerVariantTitle?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
31
31
  bottomsheetVariantHandleIndicator?: "default" | undefined;
32
32
  bottomsheetVariantHeader?: "default" | undefined;
33
33
  bottomsheetVariantRoot?: "default" | undefined;
34
- buttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
35
- buttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
36
- buttonVariantIcon?: "default" | "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
37
- buttonVariantRoot?: "default" | "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
38
- checkboxSizeCheckbox?: "default" | "sm" | "md" | undefined;
39
- checkboxSizeRoot?: "default" | "sm" | "md" | undefined;
40
- checkboxVariantCheckbox?: "default" | "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
41
- checkboxVariantCheckboxIcon?: "default" | "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
42
- checkboxVariantRoot?: "default" | "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
34
+ buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
35
+ buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
36
+ buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
37
+ buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
38
+ checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
39
+ checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
40
+ checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
41
+ checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
42
+ checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
43
43
  checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
44
44
  checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
45
45
  checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
46
- chipDismissibleVariantIcon?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
47
- chipDismissibleVariantRoot?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
48
- chipLinkVariantIcon?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
49
- chipLinkVariantRoot?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
50
- chipSizeIcon?: "default" | "sm" | "md" | undefined;
51
- chipSizeRoot?: "default" | "sm" | "md" | undefined;
46
+ chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
47
+ chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
48
+ chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
49
+ chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
50
+ chipSizeIcon?: "sm" | "md" | "default" | undefined;
51
+ chipSizeRoot?: "sm" | "md" | "default" | undefined;
52
52
  chipToggleVariantActiveIcon?: "off" | "on" | undefined;
53
53
  chipToggleVariantActiveRoot?: "off" | "on" | undefined;
54
- chipToggleVariantIcon?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
55
- chipToggleVariantRoot?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
56
- dividerVariantLabel?: "default" | "primary" | "secondary" | "tertiary" | "muted" | undefined;
57
- dividerVariantLine?: "default" | "primary" | "secondary" | "tertiary" | "muted" | undefined;
58
- dividerVariantRoot?: "default" | "primary" | "secondary" | "tertiary" | "muted" | undefined;
59
- iconbuttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
60
- iconbuttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
61
- inputSizeEndIcon?: "default" | "md" | "lg" | undefined;
62
- inputSizeHelperIcon?: "default" | "md" | "lg" | undefined;
63
- inputSizeHelperText?: "default" | "md" | "lg" | undefined;
64
- inputSizeInput?: "default" | "md" | "lg" | undefined;
65
- inputSizeInputWrapper?: "default" | "md" | "lg" | undefined;
66
- inputSizeLabel?: "default" | "md" | "lg" | undefined;
67
- inputSizeRoot?: "default" | "md" | "lg" | undefined;
68
- inputSizeStartIcon?: "default" | "md" | "lg" | undefined;
54
+ chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
55
+ chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
56
+ dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
57
+ dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
58
+ dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
59
+ iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
60
+ iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
61
+ inputSizeEndIcon?: "md" | "lg" | "default" | undefined;
62
+ inputSizeHelperIcon?: "md" | "lg" | "default" | undefined;
63
+ inputSizeHelperText?: "md" | "lg" | "default" | undefined;
64
+ inputSizeInput?: "md" | "lg" | "default" | undefined;
65
+ inputSizeInputWrapper?: "md" | "lg" | "default" | undefined;
66
+ inputSizeLabel?: "md" | "lg" | "default" | undefined;
67
+ inputSizeRoot?: "md" | "lg" | "default" | undefined;
68
+ inputSizeStartIcon?: "md" | "lg" | "default" | undefined;
69
69
  inputVariantEndIcon?: "default" | undefined;
70
70
  inputVariantHelperIcon?: "default" | undefined;
71
71
  inputVariantHelperText?: "default" | undefined;
@@ -86,11 +86,11 @@ declare const getStylesInternal: (props?: ({
86
86
  inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
87
87
  inputVariantValueRoot?: "empty" | "filled" | undefined;
88
88
  inputVariantValueStartIcon?: "empty" | "filled" | undefined;
89
- linkTextStyleIcon?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
90
- linkTextStyleRoot?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
91
- linkVariantIconEnd?: "default" | "primary" | "secondary" | "tertiary" | "on-color" | undefined;
92
- linkVariantIconStart?: "default" | "primary" | "secondary" | "tertiary" | "on-color" | undefined;
93
- linkVariantRoot?: "default" | "primary" | "secondary" | "tertiary" | "on-color" | undefined;
89
+ linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
90
+ linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
91
+ linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
92
+ linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
93
+ linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
94
94
  menucontentSizeRoot?: "default" | undefined;
95
95
  menucontentVariantRoot?: "default" | undefined;
96
96
  menuitemDividerVariantLine?: "default" | undefined;
@@ -124,19 +124,19 @@ declare const getStylesInternal: (props?: ({
124
124
  popoverVariantRoot?: "default" | undefined;
125
125
  popoverVariantSvgBase?: "default" | undefined;
126
126
  popoverVariantSvgBorder?: "default" | undefined;
127
- radioSizeRadio?: "default" | "sm" | "md" | undefined;
128
- radioSizeRoot?: "default" | "sm" | "md" | undefined;
129
- radioVariantRadio?: "default" | "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
130
- radioVariantRadioCircle?: "default" | "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
131
- radioVariantRoot?: "default" | "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
127
+ radioSizeRadio?: "sm" | "md" | "default" | undefined;
128
+ radioSizeRoot?: "sm" | "md" | "default" | undefined;
129
+ radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
130
+ radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
131
+ radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
132
132
  radioVariantValueRadio?: "checked" | "unchecked" | undefined;
133
133
  radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
134
134
  radioVariantValueRoot?: "checked" | "unchecked" | undefined;
135
135
  scrimVariantRoot?: "default" | undefined;
136
- switchSizeHandle?: "default" | "sm" | "md" | undefined;
137
- switchSizeHandleIcon?: "default" | "sm" | "md" | undefined;
138
- switchSizeRoot?: "default" | "sm" | "md" | undefined;
139
- switchSizeSwitch?: "default" | "sm" | "md" | undefined;
136
+ switchSizeHandle?: "sm" | "md" | "default" | undefined;
137
+ switchSizeHandleIcon?: "sm" | "md" | "default" | undefined;
138
+ switchSizeRoot?: "sm" | "md" | "default" | undefined;
139
+ switchSizeSwitch?: "sm" | "md" | "default" | undefined;
140
140
  switchVariantActiveHandle?: "off" | "on" | undefined;
141
141
  switchVariantActiveHandleIcon?: "off" | "on" | undefined;
142
142
  switchVariantActiveRoot?: "off" | "on" | undefined;
@@ -149,18 +149,18 @@ declare const getStylesInternal: (props?: ({
149
149
  tabSizeRoot?: "default" | undefined;
150
150
  tabVariantActiveIcon?: "off" | "on" | undefined;
151
151
  tabVariantActiveRoot?: "off" | "on" | undefined;
152
- tabVariantIcon?: "default" | "primary" | "secondary" | undefined;
153
- tabVariantRoot?: "default" | "primary" | "secondary" | undefined;
154
- tabsVariantRoot?: "default" | "primary" | "secondary" | undefined;
152
+ tabVariantIcon?: "primary" | "secondary" | "default" | undefined;
153
+ tabVariantRoot?: "primary" | "secondary" | "default" | undefined;
154
+ tabsVariantRoot?: "primary" | "secondary" | "default" | undefined;
155
155
  toastSizeActionButton?: "default" | undefined;
156
156
  toastSizeCloseIcon?: "default" | undefined;
157
157
  toastSizeIcon?: "default" | undefined;
158
158
  toastSizeLabel?: "default" | undefined;
159
159
  toastSizeRoot?: "default" | undefined;
160
- toastVariantActionButton?: "default" | "warning" | "info" | "loading" | "success" | "error" | undefined;
161
- toastVariantCloseIcon?: "default" | "warning" | "info" | "loading" | "success" | "error" | undefined;
162
- toastVariantIcon?: "default" | "warning" | "info" | "loading" | "success" | "error" | undefined;
163
- toastVariantRoot?: "default" | "warning" | "info" | "loading" | "success" | "error" | undefined;
160
+ toastVariantActionButton?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
161
+ toastVariantCloseIcon?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
162
+ toastVariantIcon?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
163
+ toastVariantRoot?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
164
164
  tooltipSizeBody?: "default" | undefined;
165
165
  tooltipSizeEndContent?: "default" | undefined;
166
166
  tooltipSizeIcon?: "default" | undefined;
@@ -175,10 +175,10 @@ declare const getStylesInternal: (props?: ({
175
175
  placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
176
176
  fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
177
177
  fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
178
- fontWeight?: "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
178
+ fontWeight?: "medium" | "black" | "thin" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
179
179
  lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
180
180
  letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
181
- textAlign?: "start" | "end" | "center" | "justify" | undefined;
181
+ textAlign?: "center" | "justify" | "start" | "end" | undefined;
182
182
  textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
183
183
  spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
184
184
  spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
@@ -207,13 +207,13 @@ declare const getStylesInternal: (props?: ({
207
207
  borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
208
208
  borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
209
209
  borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
210
- borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
211
- borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
212
- borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
213
- borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
214
- borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
215
- borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
216
- borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
210
+ borderWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
211
+ borderVerticalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
212
+ borderHorizontalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
213
+ borderStartWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
214
+ borderEndWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
215
+ borderTopWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
216
+ borderBottomWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
217
217
  avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
218
218
  iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
219
219
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
@@ -230,16 +230,16 @@ declare const getStylesInternal: (props?: ({
230
230
  overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
231
231
  overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
232
232
  overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
233
- position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
233
+ position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
234
234
  contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
235
235
  colorMode?: "light" | "dark" | undefined;
236
- scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
236
+ scaleMode?: "xSmall" | "small" | "medium" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
237
237
  width?: "full" | "fit" | "screen" | undefined;
238
238
  height?: "full" | "fit" | "screen" | undefined;
239
239
  dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
240
240
  insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
241
241
  nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
242
- nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
242
+ nestedBorderRadiusWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
243
243
  nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
244
244
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
245
245
  } & {