@yahoo/uds 3.131.0-beta.2 → 3.131.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 (216) 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.d.cts +1 -1
  6. package/dist/components/Banner/Banner.d.ts +1 -1
  7. package/dist/components/Banner/utils.d.cts +1 -1
  8. package/dist/components/Banner/utils.d.ts +1 -1
  9. package/dist/components/Box.d.cts +1 -1
  10. package/dist/components/Box.d.ts +1 -1
  11. package/dist/components/Divider/DividerCore.d.cts +1 -1
  12. package/dist/components/Divider/DividerCore.d.ts +1 -1
  13. package/dist/components/Divider/DividerInternal.d.cts +1 -1
  14. package/dist/components/Divider/DividerInternal.d.ts +1 -1
  15. package/dist/components/FormLabel.d.cts +1 -1
  16. package/dist/components/FormLabel.d.ts +1 -1
  17. package/dist/components/HStack.d.cts +1 -1
  18. package/dist/components/HStack.d.ts +1 -1
  19. package/dist/components/Icon.cjs +6 -15
  20. package/dist/components/Icon.d.cts +1 -0
  21. package/dist/components/Icon.d.ts +1 -0
  22. package/dist/components/Icon.js +7 -16
  23. package/dist/components/IconSlot.cjs +6 -25
  24. package/dist/components/IconSlot.d.cts +2 -3
  25. package/dist/components/IconSlot.d.ts +2 -3
  26. package/dist/components/IconSlot.js +5 -25
  27. package/dist/components/Image.d.cts +1 -1
  28. package/dist/components/Image.d.ts +1 -1
  29. package/dist/components/Link.d.cts +1 -1
  30. package/dist/components/Link.d.ts +1 -1
  31. package/dist/components/Text.d.cts +1 -1
  32. package/dist/components/Text.d.ts +1 -1
  33. package/dist/components/VStack.d.cts +1 -1
  34. package/dist/components/VStack.d.ts +1 -1
  35. package/dist/components/client/Avatar/AvatarIcon.d.cts +1 -1
  36. package/dist/components/client/Avatar/AvatarIcon.d.ts +1 -1
  37. package/dist/components/client/Avatar/AvatarImage.d.cts +1 -1
  38. package/dist/components/client/Avatar/AvatarImage.d.ts +1 -1
  39. package/dist/components/client/Avatar/AvatarText.d.cts +1 -1
  40. package/dist/components/client/Avatar/AvatarText.d.ts +1 -1
  41. package/dist/components/client/Avatar/utils.d.cts +1 -1
  42. package/dist/components/client/Avatar/utils.d.ts +1 -1
  43. package/dist/components/client/Badge.d.cts +1 -1
  44. package/dist/components/client/Badge.d.ts +1 -1
  45. package/dist/components/client/BottomSheet/BottomSheet.d.cts +1 -1
  46. package/dist/components/client/BottomSheet/BottomSheet.d.ts +1 -1
  47. package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +1 -1
  48. package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +1 -1
  49. package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +1 -1
  50. package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +1 -1
  51. package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +1 -1
  52. package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +1 -1
  53. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +1 -1
  54. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +1 -1
  55. package/dist/components/client/BottomSheet/utils.d.cts +1 -1
  56. package/dist/components/client/BottomSheet/utils.d.ts +1 -1
  57. package/dist/components/client/Button.d.cts +1 -1
  58. package/dist/components/client/Button.d.ts +1 -1
  59. package/dist/components/client/Checkbox.d.cts +1 -1
  60. package/dist/components/client/Checkbox.d.ts +1 -1
  61. package/dist/components/client/Chip/ChipBase.d.cts +1 -1
  62. package/dist/components/client/Chip/ChipBase.d.ts +1 -1
  63. package/dist/components/client/Chip/ChipButton.d.cts +1 -1
  64. package/dist/components/client/Chip/ChipButton.d.ts +1 -1
  65. package/dist/components/client/Chip/ChipDismissible.d.cts +1 -1
  66. package/dist/components/client/Chip/ChipDismissible.d.ts +1 -1
  67. package/dist/components/client/Chip/ChipLink.d.cts +1 -1
  68. package/dist/components/client/Chip/ChipLink.d.ts +1 -1
  69. package/dist/components/client/Chip/ChipToggle.d.cts +1 -1
  70. package/dist/components/client/Chip/ChipToggle.d.ts +1 -1
  71. package/dist/components/client/IconButton.cjs +1 -6
  72. package/dist/components/client/IconButton.js +1 -6
  73. package/dist/components/client/Input/Input.d.cts +1 -1
  74. package/dist/components/client/Input/Input.d.ts +1 -1
  75. package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -1
  76. package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -1
  77. package/dist/components/client/Menu/Menu.Content.d.cts +1 -1
  78. package/dist/components/client/Menu/Menu.Content.d.ts +1 -1
  79. package/dist/components/client/Menu/Menu.Item.d.cts +1 -1
  80. package/dist/components/client/Menu/Menu.Item.d.ts +1 -1
  81. package/dist/components/client/Menu/Menu.ItemBase.d.cts +1 -1
  82. package/dist/components/client/Menu/Menu.ItemBase.d.ts +1 -1
  83. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
  84. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
  85. package/dist/components/client/Popover/Popover.d.cts +1 -1
  86. package/dist/components/client/Popover/Popover.d.ts +1 -1
  87. package/dist/components/client/Popover/PopoverContent.d.cts +1 -1
  88. package/dist/components/client/Popover/PopoverContent.d.ts +1 -1
  89. package/dist/components/client/Popover/PopoverTrigger.d.cts +1 -1
  90. package/dist/components/client/Popover/PopoverTrigger.d.ts +1 -1
  91. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +2 -2
  92. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +2 -2
  93. package/dist/components/client/Popover/index.d.cts +1 -1
  94. package/dist/components/client/Popover/index.d.ts +1 -1
  95. package/dist/components/client/Pressable.d.cts +1 -1
  96. package/dist/components/client/Pressable.d.ts +1 -1
  97. package/dist/components/client/Radio/Radio.d.cts +1 -1
  98. package/dist/components/client/Radio/Radio.d.ts +1 -1
  99. package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -1
  100. package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -1
  101. package/dist/components/client/SpringMotionConfig.d.cts +1 -1
  102. package/dist/components/client/SpringMotionConfig.d.ts +1 -1
  103. package/dist/components/client/Switch.d.cts +1 -1
  104. package/dist/components/client/Switch.d.ts +1 -1
  105. package/dist/components/client/Tabs/Tab.d.cts +1 -1
  106. package/dist/components/client/Tabs/Tab.d.ts +1 -1
  107. package/dist/components/client/Tabs/TabList.d.cts +1 -1
  108. package/dist/components/client/Tabs/TabList.d.ts +1 -1
  109. package/dist/components/client/Tabs/TabPanel.d.cts +1 -1
  110. package/dist/components/client/Tabs/TabPanel.d.ts +1 -1
  111. package/dist/components/client/Tabs/Tabs.d.cts +1 -1
  112. package/dist/components/client/Tabs/Tabs.d.ts +1 -1
  113. package/dist/components/client/Tabs/tabsContext.d.cts +1 -1
  114. package/dist/components/client/Tabs/tabsContext.d.ts +1 -1
  115. package/dist/components/client/Toast/Toast.d.cts +1 -1
  116. package/dist/components/client/Toast/Toast.d.ts +1 -1
  117. package/dist/components/client/Toast/ToastContainer.d.cts +1 -1
  118. package/dist/components/client/Toast/ToastContainer.d.ts +1 -1
  119. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +2 -2
  120. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +2 -2
  121. package/dist/components/client/Toast/createToast.d.cts +1 -1
  122. package/dist/components/client/Toast/createToast.d.ts +1 -1
  123. package/dist/components/client/Tooltip/Tooltip.d.cts +1 -1
  124. package/dist/components/client/Tooltip/Tooltip.d.ts +1 -1
  125. package/dist/components/client/Tooltip/TooltipContent.d.cts +2 -3
  126. package/dist/components/client/Tooltip/TooltipContent.d.ts +2 -3
  127. package/dist/components/client/Tooltip/TooltipTrigger.d.cts +1 -1
  128. package/dist/components/client/Tooltip/TooltipTrigger.d.ts +1 -1
  129. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +1 -1
  130. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +1 -1
  131. package/dist/components/client/Tooltip/index.d.cts +1 -1
  132. package/dist/components/client/Tooltip/index.d.ts +1 -1
  133. package/dist/components/client/buttonConstants.d.cts +1 -1
  134. package/dist/components/client/buttonConstants.d.ts +1 -1
  135. package/dist/components/client/index.d.cts +1 -1
  136. package/dist/components/client/index.d.ts +1 -1
  137. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +1 -1
  138. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +1 -1
  139. package/dist/components/experimental/Table.d.cts +1 -1
  140. package/dist/components/experimental/Table.d.ts +1 -1
  141. package/dist/components/experimental/client/SwitchV2.d.cts +1 -1
  142. package/dist/components/experimental/client/SwitchV2.d.ts +1 -1
  143. package/dist/components/index.d.cts +1 -1
  144. package/dist/components/index.d.ts +1 -1
  145. package/dist/config/dist/index.d.cts +1 -1
  146. package/dist/config/dist/index.d.ts +1 -1
  147. package/dist/css-tokens/dist/index.d.cts +1 -1
  148. package/dist/css-tokens/dist/index.d.ts +1 -1
  149. package/dist/fixtures/dist/index.d.cts +1 -1
  150. package/dist/fixtures/dist/index.d.ts +1 -1
  151. package/dist/fixtures/index.d.cts +1 -1
  152. package/dist/fixtures/index.d.ts +1 -1
  153. package/dist/fonts/dist/index.d.cts +1 -1
  154. package/dist/fonts/dist/index.d.ts +1 -1
  155. package/dist/icons/dist/types.d.cts +30 -0
  156. package/dist/icons/dist/types.d.ts +30 -0
  157. package/dist/index.d.cts +2 -2
  158. package/dist/index.d.ts +2 -2
  159. package/dist/modes/dist/index.d.cts +1 -1
  160. package/dist/modes/dist/index.d.ts +1 -1
  161. package/dist/motion-tokens/dist/index.d.cts +1 -1
  162. package/dist/motion-tokens/dist/index.d.ts +1 -1
  163. package/dist/providers/ColorModeProvider.d.cts +1 -1
  164. package/dist/providers/ColorModeProvider.d.ts +1 -1
  165. package/dist/providers/ScaleModeProvider.d.cts +1 -1
  166. package/dist/providers/ScaleModeProvider.d.ts +1 -1
  167. package/dist/providers/ThemeProvider.d.cts +1 -1
  168. package/dist/providers/ThemeProvider.d.ts +1 -1
  169. package/dist/runtime/bottomSheetConfig.d.cts +1 -1
  170. package/dist/runtime/bottomSheetConfig.d.ts +1 -1
  171. package/dist/runtime/breakpointsConfig.d.cts +1 -1
  172. package/dist/runtime/breakpointsConfig.d.ts +1 -1
  173. package/dist/runtime/popoverConfig.d.cts +1 -1
  174. package/dist/runtime/popoverConfig.d.ts +1 -1
  175. package/dist/runtime/toastConfig.d.cts +1 -1
  176. package/dist/runtime/toastConfig.d.ts +1 -1
  177. package/dist/runtime/tooltipConfig.d.cts +1 -1
  178. package/dist/runtime/tooltipConfig.d.ts +1 -1
  179. package/dist/styles/styler.d.cts +66 -66
  180. package/dist/styles/styler.d.ts +66 -66
  181. package/dist/styles/stylerTypes.d.cts +1 -1
  182. package/dist/styles/stylerTypes.d.ts +1 -1
  183. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  184. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  185. package/dist/tokens/configs/borderRadius.d.cts +1 -1
  186. package/dist/tokens/configs/borderRadius.d.ts +1 -1
  187. package/dist/tokens/configs/borderWidth.d.cts +1 -1
  188. package/dist/tokens/configs/borderWidth.d.ts +1 -1
  189. package/dist/tokens/configs/font.d.cts +1 -1
  190. package/dist/tokens/configs/font.d.ts +1 -1
  191. package/dist/tokens/configs/scaleMode.d.cts +1 -1
  192. package/dist/tokens/configs/scaleMode.d.ts +1 -1
  193. package/dist/tokens/configs/shadow.d.cts +1 -1
  194. package/dist/tokens/configs/shadow.d.ts +1 -1
  195. package/dist/tokens/configs/sizes.d.cts +1 -1
  196. package/dist/tokens/configs/sizes.d.ts +1 -1
  197. package/dist/tokens/configs/typography.d.cts +1 -1
  198. package/dist/tokens/configs/typography.d.ts +1 -1
  199. package/dist/tokens/index.d.cts +2 -2
  200. package/dist/tokens/index.d.ts +2 -2
  201. package/dist/tokens/parseButtonVariants.d.cts +1 -1
  202. package/dist/tokens/parseButtonVariants.d.ts +1 -1
  203. package/dist/tokens/types.d.cts +7 -7
  204. package/dist/tokens/types.d.ts +7 -7
  205. package/dist/tokens/utils/spectrum.d.cts +1 -1
  206. package/dist/tokens/utils/spectrum.d.ts +1 -1
  207. package/dist/types/{src → dist}/index.d.cts +23 -35
  208. package/dist/types/{src → dist}/index.d.ts +23 -35
  209. package/dist/uds/generated/componentData.cjs +1547 -1547
  210. package/dist/uds/generated/componentData.js +1547 -1547
  211. package/dist/uds/package.cjs +1 -1
  212. package/dist/uds/package.js +1 -1
  213. package/dist/utils/isElevationAlias.d.cts +1 -1
  214. package/dist/utils/isElevationAlias.d.ts +1 -1
  215. package/generated/componentData.json +2006 -2004
  216. package/package.json +2 -2
@@ -10,52 +10,52 @@ 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;
13
+ avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
14
+ avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
15
15
  avatarSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
16
16
  avatarSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
17
- avatarTextVariantRoot?: "default" | "primary" | "secondary" | undefined;
17
+ avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
18
18
  badgeSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
19
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;
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
34
  buttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
35
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;
36
+ buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
37
+ buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
38
38
  checkboxSizeCheckbox?: "default" | "sm" | "md" | undefined;
39
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;
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;
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
50
  chipSizeIcon?: "default" | "sm" | "md" | undefined;
51
51
  chipSizeRoot?: "default" | "sm" | "md" | 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;
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
59
  iconbuttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
60
60
  iconbuttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
61
61
  inputSizeEndIcon?: "default" | "md" | "lg" | 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;
@@ -126,9 +126,9 @@ declare const getStylesInternal: (props?: ({
126
126
  popoverVariantSvgBorder?: "default" | undefined;
127
127
  radioSizeRadio?: "default" | "sm" | "md" | undefined;
128
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;
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;
@@ -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" | "default" | "success" | "error" | "loading" | undefined;
161
+ toastVariantCloseIcon?: "warning" | "info" | "default" | "success" | "error" | "loading" | undefined;
162
+ toastVariantIcon?: "warning" | "info" | "default" | "success" | "error" | "loading" | undefined;
163
+ toastVariantRoot?: "warning" | "info" | "default" | "success" | "error" | "loading" | undefined;
164
164
  tooltipSizeBody?: "default" | undefined;
165
165
  tooltipSizeEndContent?: "default" | undefined;
166
166
  tooltipSizeIcon?: "default" | undefined;
@@ -171,37 +171,37 @@ declare const getStylesInternal: (props?: ({
171
171
  tooltipVariantIcon?: "default" | undefined;
172
172
  tooltipVariantRoot?: "default" | undefined;
173
173
  tooltipVariantSvg?: "default" | undefined;
174
- color?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
175
- placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
174
+ color?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
175
+ placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
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?: "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" | "medium" | "light" | "extralight" | "regular" | "semibold" | "bold" | "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;
182
- textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
183
- spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
184
- spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
185
- spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
186
- spacingBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
187
- spacingEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
188
- spacingStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
189
- spacingTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
190
- offset?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
191
- offsetVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
192
- offsetHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
193
- offsetBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
194
- offsetEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
195
- offsetStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
196
- offsetTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
197
- columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
198
- rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
181
+ textAlign?: "center" | "justify" | "start" | "end" | undefined;
182
+ textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
183
+ spacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
184
+ spacingHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
185
+ spacingVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
186
+ spacingBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
187
+ spacingEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
188
+ spacingStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
189
+ spacingTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
190
+ offset?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
191
+ offsetVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
192
+ offsetHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
193
+ offsetBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
194
+ offsetEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
195
+ offsetStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
196
+ offsetTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
197
+ columnGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
198
+ rowGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
199
199
  backgroundColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
200
- borderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
201
- borderStartColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
202
- borderEndColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
203
- borderBottomColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
204
- borderTopColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
200
+ borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
201
+ borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
202
+ borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
203
+ borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
204
+ borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
205
205
  borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
206
206
  borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
207
207
  borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
@@ -230,7 +230,7 @@ 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
236
  scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
@@ -240,7 +240,7 @@ declare const getStylesInternal: (props?: ({
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
242
  nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
243
- nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
243
+ nestedBorderRadiusSpacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
244
244
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
245
245
  } & {
246
246
  className?: string | undefined;
@@ -1,5 +1,5 @@
1
1
 
2
- import { ColorMode, ScaleMode, StyleProps } from "../types/src/index.cjs";
2
+ import { ColorMode, ScaleMode, StyleProps } from "../types/dist/index.cjs";
3
3
  import "../tokens/types.cjs";
4
4
  import { StylePropsVariantsAuto } from "../automated-config/dist/generated/autoVariants.cjs";
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import { ColorMode, ScaleMode, StyleProps } from "../types/src/index.js";
2
+ import { ColorMode, ScaleMode, StyleProps } from "../types/dist/index.js";
3
3
  import "../tokens/types.js";
4
4
  import { StylePropsVariantsAuto } from "../automated-config/dist/generated/autoVariants.js";
5
5
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.cts","names":["ElementType","HTMLAttributes","PropsWithChildren","ReactElement","ReactNode","Ref","IntRange","IconPixelSize","IconSize","IconVariant","GenericIconMetadata","name","isSvgIcon","variants","GenericIconMarkupMap","Record","Partial","GenericIconDefinition","__iconDefinition","metadata","svg","GenericIconComponent","IconSlotValue","Icon","MaxLengthArray","T","N","A","ExtractUrlFromFontFaceRule","U","Percentage","PixelsUnit","value","type","RemsUnit","UnitlessUnit","PercentageUnit","Hue","HueStep","SpectrumColor","SharedPrimaryPaletteAlias","SharedSecondaryPaletteAlias","SharedPaletteAlias","DeprecatedAccentAlias","OpacityStep","BackgroundPaletteAlias","BackgroundPalette","PaletteValue","ForegroundPaletteAlias","ForegroundPalette","LinePaletteAlias","LinePalette","ShadowPaletteAlias","ShadowPalette","AlwaysPaletteAliasWithPrefix","DeprecatedAlwaysPaletteAlias","AlwaysPaletteAlias","LinkableValue","$ref","PaletteType","PaletteConfig","hue","step","opacity","Palette","key","background","foreground","line","shadow","ForegroundColor","LineColor","ElevationAlias","BackgroundColor","ShadowColor","PropertyToPaletteAliasMap","backgroundColor","borderColor","color","ShadowSpectrumColor","ShadowPaletteColor","ShadowAlwaysColor","ShadowColorConfig","ShadowOffset","SpacingAlias","Exclude","ShadowOpacity","ShadowSpreadRadius","ShadowPreset","offsetX","offsetY","blur","spread","ShadowVariant","ShadowVariantWithElevation","ShadowVariantInvert","ShadowVariantWithInvert","ShadowVariantConfig","BannerInnerShadowOption","ShadowType","ShadowTypeConfig","ShadowConfig","drop","inset","BreakpointValue","BreakpointsConfig","sm","md","lg","xl","Breakpoint","BreakpointWithBase","TextVariantTypography","TextVariantUi","TextVariantWithoutEmphasized","TextVariant","FontAlias","FontType","FontWeightNumeric","FontWeightDescriptive","TextTransform","TextDecorationLine","LineClampAlias","LineHeight","FontSize","TextTransformConfig","FontSizeConfig","FontFamilyConfig","FontWeightConfig","FontSlantConfig","FontWidthConfig","LineHeightConfig","TextProperty","TypographyUnitValue","TypographyResponsiveProperty","base","breakpoints","TypographyStyleProperty","TypographyStyle","fontFamily","textTransform","fontSize","fontWeight","lineHeight","fontSlant","fontWidth","letterSpacing","TypographyConfig","FontConfig","TShirtSize","TShirtSizeCommon","Extract","AvatarSize","AvatarSizeConfig","AvatarShape","BorderRadius","IconSizeConfig","SpacingConfig","AlwaysPaletteColor","ElevationSurfaceColor","ElevationBackgroundFillColor","ElevationBorderColor","RGBColorValue","RGBAUnit","r","g","b","a","ElevationCustomShadows","RGBUnit","ElevationPreset","BorderWidth","surfaceColor","layerWithBackgroundFill","backgroundFill","backgroundBlurRadius","finalBackgroundOpacity","finalBackgroundValue","fallbackBlurredBackgroundValue","borderWidth","dropShadow","ElevationLevel","ElevationConfig","ColorMode","ElevationGlobalRampSettings","progression","ambientLight","shadowDistance","shadowOpacity","shadowColor","backgroundOpacity","ElevationGlobalRampConfig","isAdvancedModeEnabled","colorMode","FocusRingWidth","FocusRingOffset","FocusRingColor","FocusRingConfig","width","offset","FocusRingModeConfig","BorderRadiusConfig","BorderWidthWithElevation","BorderWidthConfig","ColorModeForApp","ColorModeConfig","ColorsConfig","SpectrumConfig","palette","spectrum","SpectrumRGB","SpectrumValueEntry","rgb","SpectrumValue","ScaleMode","ScaleModeForApp","ScaleConfig","avatarSizes","iconSizes","borderRadius","ScaleModeConfig","ButtonSize","ButtonPalette","ButtonVariant","ButtonContrastVariant","ScaleEffect","ButtonVariantFlat","ButtonSpectrumColor","ButtonPaletteColor","IconButtonSize","InputSize","PlatformMode","HighContrastMode","RegionMode","Modes","scaleMode","Animation","TransitionDelay","TransitionDuration","TransitionTiming","MotionVariant","MotionVariantSpeed","MotionSpringConfigOptions","MotionSpringConfig","damping","stiffness","MotionVariantValues","MotionConfig","FontCssVar","MotionCssVar","UdsCssVar","AriaAttribute","DataAttribute","Flex","FlexGrow","FlexShrink","FlexAlignContent","FlexAlignItems","FlexAlignSelf","FlexDirection","FlexWrap","FlexJustifyContent","FlexBasis","Display","Overflow","Position","ImageStyleProps","contentFit","BorderStyleProps","borderTopStartRadius","borderTopEndRadius","borderBottomStartRadius","borderBottomEndRadius","borderStartColor","borderEndColor","borderTopColor","borderBottomColor","borderVerticalWidth","borderHorizontalWidth","borderStartWidth","borderEndWidth","borderTopWidth","borderBottomWidth","NestedBorderRadiusStyleProps","nestedBorderRadius","nestedBorderRadiusSize","nestedBorderRadiusSpacing","nestedBorderRadiusWidth","ShadowStyleProps","insetShadow","LayoutStyleProps","display","overflow","overflowX","overflowY","position","SpacingStyleProps","spacing","spacingHorizontal","spacingVertical","spacingBottom","spacingEnd","spacingStart","spacingTop","offsetVertical","offsetHorizontal","offsetBottom","offsetEnd","offsetStart","offsetTop","columnGap","rowGap","FlexStyleProps","alignContent","alignItems","alignSelf","flex","flexDirection","flexGrow","flexShrink","flexWrap","justifyContent","flexBasis","StateStyleProps","interactable","focusable","TextStyleProps","placeholderColor","textAlign","BackgroundStyleProps","CustomSizingStyleProps","iconSize","avatarSize","SizeStyleProps","height","StyleProps","UniversalBoxProps","asChild","as","elevation","UniversalStackProps","Omit","gap","separator","index","UniversalTextProps","variant","UniversalIconProps","size","SVGElementProps","SVGSVGElement","IconPropsWithSVGProps","IconSlotRenderProps","BackwardsCompatibleReactElement","UniversalIconSlot","iconProps","UniversalPressableProps","onPress","UniversalIconButtonProps","iconVariant","htmlName","loading","disableEffects","UniversalButtonProps","IconSlotType","Pick","startIcon","endIcon","UniversalImageProps","src","alt","ImgElementProps","HTMLImageElement","React","ImgHTMLAttributes","ImagePropsWithImgProps","UniversalFormLabelProps","required","hasError","showRequiredAsterisk","label","UniversalInputProps","disabled","helpText","helperTextIcon","reduceMotion","readOnly","DividerVariant","UniversalDividerProps","vertical","contentPosition","LinkVariant","LinkTextVariant","UniversalLinkProps","textVariant","alwaysUnderline","CheckboxValue","CheckboxVariant","CheckboxSize","UniversalCheckboxProps","checked","labelPosition","RadioValue","RadioVariant","RadioSize","UniversalRadioProps","UniversalRadioGroupProps","defaultValue","onChange","SwitchSize","UniversalSwitchProps","isOn","defaultIsOn","onIcon","offIcon","ChipVariant","ChipSize","UniversalChipBaseProps","minWidth","maxWidth","UniversalChipDismissibleProps","onDismiss","dismissButtonAriaLabel","dismissIcon","UniversalChipToggleProps","isToggled","onToggle","UniversalChipButtonProps","UniversalChipLinkProps","href","UniversalChipProps","BadgeVariant","BadgeSize","UniversalBadgeProps","iconColor","BannerVariant","BannerSize","UniversalBannerProps","title","description","children","AvatarVariant","AvatarAbbreviationStrategy","UniversalAvatarBaseProps","customSize","abbreviationStrategy","className","UniversalAvatarImageProps","srcSet","fallback","UniversalAvatarTextProps","initials","UniversalAvatarIconProps","icon","UniversalAvatarProps","UniversalMenuItemProps","active","slots","root","ref","props","ToastSize","ToastVariant","ToastPosition","UniversalToastProps","message","actionButton","onClickActionButton","closeIcon","onClickCloseButton","id","VerticalPlacement","HorizontalPlacement","TooltipPlacement","TooltipSize","TooltipVariant","UniversalTabsVariant","UniversalTooltipProps","placement","open","portal","UniversalTooltipTriggerProps","UniversalTooltipContentProps","startTitleIcon","endContent","UniversalTabsProps","disableMotion","defaultSelectedId","selectedId","onSelectionChange","UniversalTabListProps","AriaAttributes","scrollable","UniversalTabPanelProps","tabId","UniversalTabProps","BottomSheetVariant","BottomSheetHeight","BottomSheetSnapPoints","UniversalBottomSheetProps","snapPoints","defaultSnapPointIndex","snapPointIndex","onSnapPointChange","dismissible","enableDrag","showHandleIndicator","fullWidthAtMaxSnap","UniversalBottomSheetHeaderProps","start","end","UniversalBottomSheetContentProps","PopoverPlacement","PopoverSize","PopoverVariant","UniversalPopoverProps","Event","hideArrow","hideDismissButton","defaultOpen","onClose","event","onOpen","disableAutoFocus","disableVerticalSpacing","disableHorizontalSpacing","sameWidth","gutter","UniversalPopoverTriggerProps","UniversalPopoverContentProps","maxHeight","ConfigurableComponentName","UniversalTokensConfigAutoBase","UniversalTokensConfigBase","GlobalDefaultsConfig","$defs","links","systems","version","font","motion","typography","elevationGlobalRamp","focusRing","globalDefaults","UniversalTokensConfigGeneric","ConfigAuto","breakpoint","enableResponsiveType"],"sources":["../../../../types/dist/index.d.ts"],"mappings":"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"}
1
+ {"version":3,"file":"index.d.cts","names":["ElementType","HTMLAttributes","PropsWithChildren","ReactElement","ReactNode","Ref","IntRange","IconPixelSize","IconSize","IconVariant","GenericIconComponent","React","ComponentType","MaxLengthArray","T","N","A","ExtractUrlFromFontFaceRule","U","Percentage","PixelsUnit","value","type","RemsUnit","UnitlessUnit","PercentageUnit","Hue","HueStep","SpectrumColor","SharedPrimaryPaletteAlias","SharedSecondaryPaletteAlias","SharedPaletteAlias","DeprecatedAccentAlias","OpacityStep","BackgroundPaletteAlias","BackgroundPalette","PaletteValue","Record","ForegroundPaletteAlias","ForegroundPalette","LinePaletteAlias","LinePalette","ShadowPaletteAlias","ShadowPalette","AlwaysPaletteAliasWithPrefix","DeprecatedAlwaysPaletteAlias","AlwaysPaletteAlias","LinkableValue","$ref","PaletteType","PaletteConfig","hue","step","opacity","Palette","key","background","foreground","line","shadow","ForegroundColor","LineColor","ElevationAlias","BackgroundColor","ShadowColor","PropertyToPaletteAliasMap","backgroundColor","borderColor","color","ShadowSpectrumColor","ShadowPaletteColor","ShadowAlwaysColor","ShadowColorConfig","ShadowOffset","SpacingAlias","Exclude","ShadowOpacity","ShadowSpreadRadius","ShadowPreset","offsetX","offsetY","blur","spread","ShadowVariant","ShadowVariantWithElevation","ShadowVariantInvert","ShadowVariantWithInvert","ShadowVariantConfig","BannerInnerShadowOption","ShadowType","ShadowTypeConfig","ShadowConfig","drop","inset","BreakpointValue","BreakpointsConfig","sm","md","lg","xl","Breakpoint","BreakpointWithBase","TextVariantTypography","TextVariantUi","TextVariantWithoutEmphasized","TextVariant","FontAlias","FontType","FontWeightNumeric","FontWeightDescriptive","TextTransform","TextDecorationLine","LineClampAlias","LineHeight","FontSize","TextTransformConfig","FontSizeConfig","FontFamilyConfig","FontWeightConfig","FontSlantConfig","FontWidthConfig","LineHeightConfig","TextProperty","TypographyUnitValue","TypographyResponsiveProperty","base","breakpoints","TypographyStyleProperty","TypographyStyle","fontFamily","textTransform","fontSize","fontWeight","lineHeight","fontSlant","fontWidth","letterSpacing","TypographyConfig","FontConfig","TShirtSize","TShirtSizeCommon","Extract","AvatarSize","AvatarSizeConfig","AvatarShape","BorderRadius","IconSizeConfig","SpacingConfig","AlwaysPaletteColor","ElevationSurfaceColor","ElevationBackgroundFillColor","ElevationBorderColor","RGBColorValue","RGBAUnit","r","g","b","a","ElevationCustomShadows","RGBUnit","ElevationPreset","BorderWidth","surfaceColor","layerWithBackgroundFill","backgroundFill","backgroundBlurRadius","finalBackgroundOpacity","finalBackgroundValue","fallbackBlurredBackgroundValue","borderWidth","dropShadow","ElevationLevel","ElevationConfig","ColorMode","ElevationGlobalRampSettings","progression","ambientLight","shadowDistance","shadowOpacity","shadowColor","backgroundOpacity","ElevationGlobalRampConfig","isAdvancedModeEnabled","colorMode","FocusRingWidth","FocusRingOffset","FocusRingColor","FocusRingConfig","width","offset","FocusRingModeConfig","BorderRadiusConfig","BorderWidthWithElevation","BorderWidthConfig","ColorModeForApp","ColorModeConfig","ColorsConfig","SpectrumConfig","palette","spectrum","SpectrumRGB","SpectrumValueEntry","rgb","SpectrumValue","ScaleMode","ScaleModeForApp","ScaleConfig","avatarSizes","iconSizes","borderRadius","ScaleModeConfig","ButtonSize","ButtonPalette","ButtonVariant","ButtonContrastVariant","ScaleEffect","ButtonVariantFlat","ButtonSpectrumColor","ButtonPaletteColor","IconButtonSize","InputSize","PlatformMode","HighContrastMode","RegionMode","Modes","scaleMode","Animation","TransitionDelay","TransitionDuration","TransitionTiming","MotionVariant","MotionVariantSpeed","MotionSpringConfigOptions","MotionSpringConfig","damping","stiffness","MotionVariantValues","MotionConfig","FontCssVar","MotionCssVar","UdsCssVar","AriaAttribute","DataAttribute","Flex","FlexGrow","FlexShrink","FlexAlignContent","FlexAlignItems","FlexAlignSelf","FlexDirection","FlexWrap","FlexJustifyContent","FlexBasis","Display","Overflow","Position","ImageStyleProps","contentFit","BorderStyleProps","borderTopStartRadius","borderTopEndRadius","borderBottomStartRadius","borderBottomEndRadius","borderStartColor","borderEndColor","borderTopColor","borderBottomColor","borderVerticalWidth","borderHorizontalWidth","borderStartWidth","borderEndWidth","borderTopWidth","borderBottomWidth","NestedBorderRadiusStyleProps","nestedBorderRadius","nestedBorderRadiusSize","nestedBorderRadiusSpacing","nestedBorderRadiusWidth","ShadowStyleProps","insetShadow","LayoutStyleProps","display","overflow","overflowX","overflowY","position","SpacingStyleProps","spacing","spacingHorizontal","spacingVertical","spacingBottom","spacingEnd","spacingStart","spacingTop","offsetVertical","offsetHorizontal","offsetBottom","offsetEnd","offsetStart","offsetTop","columnGap","rowGap","FlexStyleProps","alignContent","alignItems","alignSelf","flex","flexDirection","flexGrow","flexShrink","flexWrap","justifyContent","flexBasis","StateStyleProps","interactable","focusable","TextStyleProps","placeholderColor","textAlign","BackgroundStyleProps","CustomSizingStyleProps","iconSize","avatarSize","SizeStyleProps","height","StyleProps","UniversalBoxProps","asChild","as","elevation","UniversalStackProps","Omit","gap","separator","index","UniversalTextProps","variant","UniversalIconProps","Icon","name","size","SVGElementProps","SVGSVGElement","IconPropsWithSVGProps","IconSlotRenderProps","BackwardsCompatibleReactElement","UniversalIconSlot","iconProps","UniversalPressableProps","onPress","UniversalIconButtonProps","iconVariant","htmlName","loading","disableEffects","UniversalButtonProps","IconSlotType","Pick","startIcon","endIcon","UniversalImageProps","src","alt","ImgElementProps","HTMLImageElement","ImgHTMLAttributes","ImagePropsWithImgProps","UniversalFormLabelProps","required","hasError","showRequiredAsterisk","label","UniversalInputProps","disabled","helpText","helperTextIcon","reduceMotion","readOnly","DividerVariant","UniversalDividerProps","vertical","contentPosition","LinkVariant","LinkTextVariant","UniversalLinkProps","textVariant","alwaysUnderline","CheckboxValue","CheckboxVariant","CheckboxSize","UniversalCheckboxProps","checked","labelPosition","RadioValue","RadioVariant","RadioSize","UniversalRadioProps","UniversalRadioGroupProps","defaultValue","onChange","SwitchSize","UniversalSwitchProps","isOn","defaultIsOn","onIcon","offIcon","ChipVariant","ChipSize","UniversalChipBaseProps","minWidth","maxWidth","UniversalChipDismissibleProps","onDismiss","dismissButtonAriaLabel","dismissIcon","UniversalChipToggleProps","isToggled","onToggle","UniversalChipButtonProps","UniversalChipLinkProps","href","UniversalChipProps","BadgeVariant","BadgeSize","UniversalBadgeProps","iconColor","BannerVariant","BannerSize","UniversalBannerProps","title","description","children","AvatarVariant","AvatarAbbreviationStrategy","UniversalAvatarBaseProps","customSize","abbreviationStrategy","className","UniversalAvatarImageProps","srcSet","fallback","UniversalAvatarTextProps","initials","UniversalAvatarIconProps","icon","UniversalAvatarProps","UniversalMenuItemProps","active","slots","root","ref","props","ToastSize","ToastVariant","ToastPosition","UniversalToastProps","message","actionButton","onClickActionButton","closeIcon","onClickCloseButton","id","VerticalPlacement","HorizontalPlacement","TooltipPlacement","TooltipSize","TooltipVariant","UniversalTabsVariant","UniversalTooltipProps","placement","open","portal","UniversalTooltipTriggerProps","UniversalTooltipContentProps","startTitleIcon","endContent","UniversalTabsProps","disableMotion","defaultSelectedId","selectedId","onSelectionChange","UniversalTabListProps","AriaAttributes","scrollable","UniversalTabPanelProps","tabId","UniversalTabProps","BottomSheetVariant","BottomSheetHeight","BottomSheetSnapPoints","UniversalBottomSheetProps","snapPoints","defaultSnapPointIndex","snapPointIndex","onSnapPointChange","dismissible","enableDrag","showHandleIndicator","fullWidthAtMaxSnap","UniversalBottomSheetHeaderProps","start","end","UniversalBottomSheetContentProps","PopoverPlacement","PopoverSize","PopoverVariant","UniversalPopoverProps","Event","hideArrow","hideDismissButton","defaultOpen","onClose","event","onOpen","disableAutoFocus","disableVerticalSpacing","disableHorizontalSpacing","sameWidth","gutter","UniversalPopoverTriggerProps","UniversalPopoverContentProps","maxHeight","ConfigurableComponentName","UniversalTokensConfigAutoBase","UniversalTokensConfigBase","GlobalDefaultsConfig","$defs","links","systems","version","font","motion","typography","elevationGlobalRamp","focusRing","globalDefaults","UniversalTokensConfigGeneric","ConfigAuto","breakpoint","enableResponsiveType"],"sources":["../../../../types/dist/index.d.ts"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","names":["ElementType","HTMLAttributes","PropsWithChildren","ReactElement","ReactNode","Ref","IntRange","IconPixelSize","IconSize","IconVariant","GenericIconMetadata","name","isSvgIcon","variants","GenericIconMarkupMap","Record","Partial","GenericIconDefinition","__iconDefinition","metadata","svg","GenericIconComponent","IconSlotValue","Icon","MaxLengthArray","T","N","A","ExtractUrlFromFontFaceRule","U","Percentage","PixelsUnit","value","type","RemsUnit","UnitlessUnit","PercentageUnit","Hue","HueStep","SpectrumColor","SharedPrimaryPaletteAlias","SharedSecondaryPaletteAlias","SharedPaletteAlias","DeprecatedAccentAlias","OpacityStep","BackgroundPaletteAlias","BackgroundPalette","PaletteValue","ForegroundPaletteAlias","ForegroundPalette","LinePaletteAlias","LinePalette","ShadowPaletteAlias","ShadowPalette","AlwaysPaletteAliasWithPrefix","DeprecatedAlwaysPaletteAlias","AlwaysPaletteAlias","LinkableValue","$ref","PaletteType","PaletteConfig","hue","step","opacity","Palette","key","background","foreground","line","shadow","ForegroundColor","LineColor","ElevationAlias","BackgroundColor","ShadowColor","PropertyToPaletteAliasMap","backgroundColor","borderColor","color","ShadowSpectrumColor","ShadowPaletteColor","ShadowAlwaysColor","ShadowColorConfig","ShadowOffset","SpacingAlias","Exclude","ShadowOpacity","ShadowSpreadRadius","ShadowPreset","offsetX","offsetY","blur","spread","ShadowVariant","ShadowVariantWithElevation","ShadowVariantInvert","ShadowVariantWithInvert","ShadowVariantConfig","BannerInnerShadowOption","ShadowType","ShadowTypeConfig","ShadowConfig","drop","inset","BreakpointValue","BreakpointsConfig","sm","md","lg","xl","Breakpoint","BreakpointWithBase","TextVariantTypography","TextVariantUi","TextVariantWithoutEmphasized","TextVariant","FontAlias","FontType","FontWeightNumeric","FontWeightDescriptive","TextTransform","TextDecorationLine","LineClampAlias","LineHeight","FontSize","TextTransformConfig","FontSizeConfig","FontFamilyConfig","FontWeightConfig","FontSlantConfig","FontWidthConfig","LineHeightConfig","TextProperty","TypographyUnitValue","TypographyResponsiveProperty","base","breakpoints","TypographyStyleProperty","TypographyStyle","fontFamily","textTransform","fontSize","fontWeight","lineHeight","fontSlant","fontWidth","letterSpacing","TypographyConfig","FontConfig","TShirtSize","TShirtSizeCommon","Extract","AvatarSize","AvatarSizeConfig","AvatarShape","BorderRadius","IconSizeConfig","SpacingConfig","AlwaysPaletteColor","ElevationSurfaceColor","ElevationBackgroundFillColor","ElevationBorderColor","RGBColorValue","RGBAUnit","r","g","b","a","ElevationCustomShadows","RGBUnit","ElevationPreset","BorderWidth","surfaceColor","layerWithBackgroundFill","backgroundFill","backgroundBlurRadius","finalBackgroundOpacity","finalBackgroundValue","fallbackBlurredBackgroundValue","borderWidth","dropShadow","ElevationLevel","ElevationConfig","ColorMode","ElevationGlobalRampSettings","progression","ambientLight","shadowDistance","shadowOpacity","shadowColor","backgroundOpacity","ElevationGlobalRampConfig","isAdvancedModeEnabled","colorMode","FocusRingWidth","FocusRingOffset","FocusRingColor","FocusRingConfig","width","offset","FocusRingModeConfig","BorderRadiusConfig","BorderWidthWithElevation","BorderWidthConfig","ColorModeForApp","ColorModeConfig","ColorsConfig","SpectrumConfig","palette","spectrum","SpectrumRGB","SpectrumValueEntry","rgb","SpectrumValue","ScaleMode","ScaleModeForApp","ScaleConfig","avatarSizes","iconSizes","borderRadius","ScaleModeConfig","ButtonSize","ButtonPalette","ButtonVariant","ButtonContrastVariant","ScaleEffect","ButtonVariantFlat","ButtonSpectrumColor","ButtonPaletteColor","IconButtonSize","InputSize","PlatformMode","HighContrastMode","RegionMode","Modes","scaleMode","Animation","TransitionDelay","TransitionDuration","TransitionTiming","MotionVariant","MotionVariantSpeed","MotionSpringConfigOptions","MotionSpringConfig","damping","stiffness","MotionVariantValues","MotionConfig","FontCssVar","MotionCssVar","UdsCssVar","AriaAttribute","DataAttribute","Flex","FlexGrow","FlexShrink","FlexAlignContent","FlexAlignItems","FlexAlignSelf","FlexDirection","FlexWrap","FlexJustifyContent","FlexBasis","Display","Overflow","Position","ImageStyleProps","contentFit","BorderStyleProps","borderTopStartRadius","borderTopEndRadius","borderBottomStartRadius","borderBottomEndRadius","borderStartColor","borderEndColor","borderTopColor","borderBottomColor","borderVerticalWidth","borderHorizontalWidth","borderStartWidth","borderEndWidth","borderTopWidth","borderBottomWidth","NestedBorderRadiusStyleProps","nestedBorderRadius","nestedBorderRadiusSize","nestedBorderRadiusSpacing","nestedBorderRadiusWidth","ShadowStyleProps","insetShadow","LayoutStyleProps","display","overflow","overflowX","overflowY","position","SpacingStyleProps","spacing","spacingHorizontal","spacingVertical","spacingBottom","spacingEnd","spacingStart","spacingTop","offsetVertical","offsetHorizontal","offsetBottom","offsetEnd","offsetStart","offsetTop","columnGap","rowGap","FlexStyleProps","alignContent","alignItems","alignSelf","flex","flexDirection","flexGrow","flexShrink","flexWrap","justifyContent","flexBasis","StateStyleProps","interactable","focusable","TextStyleProps","placeholderColor","textAlign","BackgroundStyleProps","CustomSizingStyleProps","iconSize","avatarSize","SizeStyleProps","height","StyleProps","UniversalBoxProps","asChild","as","elevation","UniversalStackProps","Omit","gap","separator","index","UniversalTextProps","variant","UniversalIconProps","size","SVGElementProps","SVGSVGElement","IconPropsWithSVGProps","IconSlotRenderProps","BackwardsCompatibleReactElement","UniversalIconSlot","iconProps","UniversalPressableProps","onPress","UniversalIconButtonProps","iconVariant","htmlName","loading","disableEffects","UniversalButtonProps","IconSlotType","Pick","startIcon","endIcon","UniversalImageProps","src","alt","ImgElementProps","HTMLImageElement","React","ImgHTMLAttributes","ImagePropsWithImgProps","UniversalFormLabelProps","required","hasError","showRequiredAsterisk","label","UniversalInputProps","disabled","helpText","helperTextIcon","reduceMotion","readOnly","DividerVariant","UniversalDividerProps","vertical","contentPosition","LinkVariant","LinkTextVariant","UniversalLinkProps","textVariant","alwaysUnderline","CheckboxValue","CheckboxVariant","CheckboxSize","UniversalCheckboxProps","checked","labelPosition","RadioValue","RadioVariant","RadioSize","UniversalRadioProps","UniversalRadioGroupProps","defaultValue","onChange","SwitchSize","UniversalSwitchProps","isOn","defaultIsOn","onIcon","offIcon","ChipVariant","ChipSize","UniversalChipBaseProps","minWidth","maxWidth","UniversalChipDismissibleProps","onDismiss","dismissButtonAriaLabel","dismissIcon","UniversalChipToggleProps","isToggled","onToggle","UniversalChipButtonProps","UniversalChipLinkProps","href","UniversalChipProps","BadgeVariant","BadgeSize","UniversalBadgeProps","iconColor","BannerVariant","BannerSize","UniversalBannerProps","title","description","children","AvatarVariant","AvatarAbbreviationStrategy","UniversalAvatarBaseProps","customSize","abbreviationStrategy","className","UniversalAvatarImageProps","srcSet","fallback","UniversalAvatarTextProps","initials","UniversalAvatarIconProps","icon","UniversalAvatarProps","UniversalMenuItemProps","active","slots","root","ref","props","ToastSize","ToastVariant","ToastPosition","UniversalToastProps","message","actionButton","onClickActionButton","closeIcon","onClickCloseButton","id","VerticalPlacement","HorizontalPlacement","TooltipPlacement","TooltipSize","TooltipVariant","UniversalTabsVariant","UniversalTooltipProps","placement","open","portal","UniversalTooltipTriggerProps","UniversalTooltipContentProps","startTitleIcon","endContent","UniversalTabsProps","disableMotion","defaultSelectedId","selectedId","onSelectionChange","UniversalTabListProps","AriaAttributes","scrollable","UniversalTabPanelProps","tabId","UniversalTabProps","BottomSheetVariant","BottomSheetHeight","BottomSheetSnapPoints","UniversalBottomSheetProps","snapPoints","defaultSnapPointIndex","snapPointIndex","onSnapPointChange","dismissible","enableDrag","showHandleIndicator","fullWidthAtMaxSnap","UniversalBottomSheetHeaderProps","start","end","UniversalBottomSheetContentProps","PopoverPlacement","PopoverSize","PopoverVariant","UniversalPopoverProps","Event","hideArrow","hideDismissButton","defaultOpen","onClose","event","onOpen","disableAutoFocus","disableVerticalSpacing","disableHorizontalSpacing","sameWidth","gutter","UniversalPopoverTriggerProps","UniversalPopoverContentProps","maxHeight","ConfigurableComponentName","UniversalTokensConfigAutoBase","UniversalTokensConfigBase","GlobalDefaultsConfig","$defs","links","systems","version","font","motion","typography","elevationGlobalRamp","focusRing","globalDefaults","UniversalTokensConfigGeneric","ConfigAuto","breakpoint","enableResponsiveType"],"sources":["../../../../types/dist/index.d.ts"],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","names":["ElementType","HTMLAttributes","PropsWithChildren","ReactElement","ReactNode","Ref","IntRange","IconPixelSize","IconSize","IconVariant","GenericIconComponent","React","ComponentType","MaxLengthArray","T","N","A","ExtractUrlFromFontFaceRule","U","Percentage","PixelsUnit","value","type","RemsUnit","UnitlessUnit","PercentageUnit","Hue","HueStep","SpectrumColor","SharedPrimaryPaletteAlias","SharedSecondaryPaletteAlias","SharedPaletteAlias","DeprecatedAccentAlias","OpacityStep","BackgroundPaletteAlias","BackgroundPalette","PaletteValue","Record","ForegroundPaletteAlias","ForegroundPalette","LinePaletteAlias","LinePalette","ShadowPaletteAlias","ShadowPalette","AlwaysPaletteAliasWithPrefix","DeprecatedAlwaysPaletteAlias","AlwaysPaletteAlias","LinkableValue","$ref","PaletteType","PaletteConfig","hue","step","opacity","Palette","key","background","foreground","line","shadow","ForegroundColor","LineColor","ElevationAlias","BackgroundColor","ShadowColor","PropertyToPaletteAliasMap","backgroundColor","borderColor","color","ShadowSpectrumColor","ShadowPaletteColor","ShadowAlwaysColor","ShadowColorConfig","ShadowOffset","SpacingAlias","Exclude","ShadowOpacity","ShadowSpreadRadius","ShadowPreset","offsetX","offsetY","blur","spread","ShadowVariant","ShadowVariantWithElevation","ShadowVariantInvert","ShadowVariantWithInvert","ShadowVariantConfig","BannerInnerShadowOption","ShadowType","ShadowTypeConfig","ShadowConfig","drop","inset","BreakpointValue","BreakpointsConfig","sm","md","lg","xl","Breakpoint","BreakpointWithBase","TextVariantTypography","TextVariantUi","TextVariantWithoutEmphasized","TextVariant","FontAlias","FontType","FontWeightNumeric","FontWeightDescriptive","TextTransform","TextDecorationLine","LineClampAlias","LineHeight","FontSize","TextTransformConfig","FontSizeConfig","FontFamilyConfig","FontWeightConfig","FontSlantConfig","FontWidthConfig","LineHeightConfig","TextProperty","TypographyUnitValue","TypographyResponsiveProperty","base","breakpoints","TypographyStyleProperty","TypographyStyle","fontFamily","textTransform","fontSize","fontWeight","lineHeight","fontSlant","fontWidth","letterSpacing","TypographyConfig","FontConfig","TShirtSize","TShirtSizeCommon","Extract","AvatarSize","AvatarSizeConfig","AvatarShape","BorderRadius","IconSizeConfig","SpacingConfig","AlwaysPaletteColor","ElevationSurfaceColor","ElevationBackgroundFillColor","ElevationBorderColor","RGBColorValue","RGBAUnit","r","g","b","a","ElevationCustomShadows","RGBUnit","ElevationPreset","BorderWidth","surfaceColor","layerWithBackgroundFill","backgroundFill","backgroundBlurRadius","finalBackgroundOpacity","finalBackgroundValue","fallbackBlurredBackgroundValue","borderWidth","dropShadow","ElevationLevel","ElevationConfig","ColorMode","ElevationGlobalRampSettings","progression","ambientLight","shadowDistance","shadowOpacity","shadowColor","backgroundOpacity","ElevationGlobalRampConfig","isAdvancedModeEnabled","colorMode","FocusRingWidth","FocusRingOffset","FocusRingColor","FocusRingConfig","width","offset","FocusRingModeConfig","BorderRadiusConfig","BorderWidthWithElevation","BorderWidthConfig","ColorModeForApp","ColorModeConfig","ColorsConfig","SpectrumConfig","palette","spectrum","SpectrumRGB","SpectrumValueEntry","rgb","SpectrumValue","ScaleMode","ScaleModeForApp","ScaleConfig","avatarSizes","iconSizes","borderRadius","ScaleModeConfig","ButtonSize","ButtonPalette","ButtonVariant","ButtonContrastVariant","ScaleEffect","ButtonVariantFlat","ButtonSpectrumColor","ButtonPaletteColor","IconButtonSize","InputSize","PlatformMode","HighContrastMode","RegionMode","Modes","scaleMode","Animation","TransitionDelay","TransitionDuration","TransitionTiming","MotionVariant","MotionVariantSpeed","MotionSpringConfigOptions","MotionSpringConfig","damping","stiffness","MotionVariantValues","MotionConfig","FontCssVar","MotionCssVar","UdsCssVar","AriaAttribute","DataAttribute","Flex","FlexGrow","FlexShrink","FlexAlignContent","FlexAlignItems","FlexAlignSelf","FlexDirection","FlexWrap","FlexJustifyContent","FlexBasis","Display","Overflow","Position","ImageStyleProps","contentFit","BorderStyleProps","borderTopStartRadius","borderTopEndRadius","borderBottomStartRadius","borderBottomEndRadius","borderStartColor","borderEndColor","borderTopColor","borderBottomColor","borderVerticalWidth","borderHorizontalWidth","borderStartWidth","borderEndWidth","borderTopWidth","borderBottomWidth","NestedBorderRadiusStyleProps","nestedBorderRadius","nestedBorderRadiusSize","nestedBorderRadiusSpacing","nestedBorderRadiusWidth","ShadowStyleProps","insetShadow","LayoutStyleProps","display","overflow","overflowX","overflowY","position","SpacingStyleProps","spacing","spacingHorizontal","spacingVertical","spacingBottom","spacingEnd","spacingStart","spacingTop","offsetVertical","offsetHorizontal","offsetBottom","offsetEnd","offsetStart","offsetTop","columnGap","rowGap","FlexStyleProps","alignContent","alignItems","alignSelf","flex","flexDirection","flexGrow","flexShrink","flexWrap","justifyContent","flexBasis","StateStyleProps","interactable","focusable","TextStyleProps","placeholderColor","textAlign","BackgroundStyleProps","CustomSizingStyleProps","iconSize","avatarSize","SizeStyleProps","height","StyleProps","UniversalBoxProps","asChild","as","elevation","UniversalStackProps","Omit","gap","separator","index","UniversalTextProps","variant","UniversalIconProps","Icon","name","size","SVGElementProps","SVGSVGElement","IconPropsWithSVGProps","IconSlotRenderProps","BackwardsCompatibleReactElement","UniversalIconSlot","iconProps","UniversalPressableProps","onPress","UniversalIconButtonProps","iconVariant","htmlName","loading","disableEffects","UniversalButtonProps","IconSlotType","Pick","startIcon","endIcon","UniversalImageProps","src","alt","ImgElementProps","HTMLImageElement","ImgHTMLAttributes","ImagePropsWithImgProps","UniversalFormLabelProps","required","hasError","showRequiredAsterisk","label","UniversalInputProps","disabled","helpText","helperTextIcon","reduceMotion","readOnly","DividerVariant","UniversalDividerProps","vertical","contentPosition","LinkVariant","LinkTextVariant","UniversalLinkProps","textVariant","alwaysUnderline","CheckboxValue","CheckboxVariant","CheckboxSize","UniversalCheckboxProps","checked","labelPosition","RadioValue","RadioVariant","RadioSize","UniversalRadioProps","UniversalRadioGroupProps","defaultValue","onChange","SwitchSize","UniversalSwitchProps","isOn","defaultIsOn","onIcon","offIcon","ChipVariant","ChipSize","UniversalChipBaseProps","minWidth","maxWidth","UniversalChipDismissibleProps","onDismiss","dismissButtonAriaLabel","dismissIcon","UniversalChipToggleProps","isToggled","onToggle","UniversalChipButtonProps","UniversalChipLinkProps","href","UniversalChipProps","BadgeVariant","BadgeSize","UniversalBadgeProps","iconColor","BannerVariant","BannerSize","UniversalBannerProps","title","description","children","AvatarVariant","AvatarAbbreviationStrategy","UniversalAvatarBaseProps","customSize","abbreviationStrategy","className","UniversalAvatarImageProps","srcSet","fallback","UniversalAvatarTextProps","initials","UniversalAvatarIconProps","icon","UniversalAvatarProps","UniversalMenuItemProps","active","slots","root","ref","props","ToastSize","ToastVariant","ToastPosition","UniversalToastProps","message","actionButton","onClickActionButton","closeIcon","onClickCloseButton","id","VerticalPlacement","HorizontalPlacement","TooltipPlacement","TooltipSize","TooltipVariant","UniversalTabsVariant","UniversalTooltipProps","placement","open","portal","UniversalTooltipTriggerProps","UniversalTooltipContentProps","startTitleIcon","endContent","UniversalTabsProps","disableMotion","defaultSelectedId","selectedId","onSelectionChange","UniversalTabListProps","AriaAttributes","scrollable","UniversalTabPanelProps","tabId","UniversalTabProps","BottomSheetVariant","BottomSheetHeight","BottomSheetSnapPoints","UniversalBottomSheetProps","snapPoints","defaultSnapPointIndex","snapPointIndex","onSnapPointChange","dismissible","enableDrag","showHandleIndicator","fullWidthAtMaxSnap","UniversalBottomSheetHeaderProps","start","end","UniversalBottomSheetContentProps","PopoverPlacement","PopoverSize","PopoverVariant","UniversalPopoverProps","Event","hideArrow","hideDismissButton","defaultOpen","onClose","event","onOpen","disableAutoFocus","disableVerticalSpacing","disableHorizontalSpacing","sameWidth","gutter","UniversalPopoverTriggerProps","UniversalPopoverContentProps","maxHeight","ConfigurableComponentName","UniversalTokensConfigAutoBase","UniversalTokensConfigBase","GlobalDefaultsConfig","$defs","links","systems","version","font","motion","typography","elevationGlobalRamp","focusRing","globalDefaults","UniversalTokensConfigGeneric","ConfigAuto","breakpoint","enableResponsiveType"],"sources":["../../../../types/dist/index.d.ts"],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
 
2
- import { BorderRadiusConfig } from "../../types/src/index.cjs";
2
+ import { BorderRadiusConfig } from "../../types/dist/index.cjs";
3
3
  import "../types.cjs";
4
4
 
5
5
  //#region src/tokens/configs/borderRadius.d.ts
@@ -1,5 +1,5 @@
1
1
 
2
- import { BorderRadiusConfig } from "../../types/src/index.js";
2
+ import { BorderRadiusConfig } from "../../types/dist/index.js";
3
3
  import "../types.js";
4
4
 
5
5
  //#region src/tokens/configs/borderRadius.d.ts
@@ -1,5 +1,5 @@
1
1
 
2
- import { BorderWidthConfig } from "../../types/src/index.cjs";
2
+ import { BorderWidthConfig } from "../../types/dist/index.cjs";
3
3
  import "../types.cjs";
4
4
 
5
5
  //#region src/tokens/configs/borderWidth.d.ts
@@ -1,5 +1,5 @@
1
1
 
2
- import { BorderWidthConfig } from "../../types/src/index.js";
2
+ import { BorderWidthConfig } from "../../types/dist/index.js";
3
3
  import "../types.js";
4
4
 
5
5
  //#region src/tokens/configs/borderWidth.d.ts