@yahoo/uds 3.125.0 → 3.126.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 (280) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +7 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +7 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +35 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +222 -1
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +222 -1
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +314 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +314 -0
  13. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  14. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  15. package/dist/components/Banner/Banner.cjs +167 -0
  16. package/dist/components/Banner/Banner.d.cts +56 -0
  17. package/dist/components/Banner/Banner.d.ts +56 -0
  18. package/dist/components/Banner/Banner.js +165 -0
  19. package/dist/components/Banner/BannerContent.cjs +20 -0
  20. package/dist/components/Banner/BannerContent.d.cts +13 -0
  21. package/dist/components/Banner/BannerContent.d.ts +13 -0
  22. package/dist/components/Banner/BannerContent.js +18 -0
  23. package/dist/components/Banner/BannerDescription.cjs +47 -0
  24. package/dist/components/Banner/BannerDescription.d.cts +36 -0
  25. package/dist/components/Banner/BannerDescription.d.ts +36 -0
  26. package/dist/components/Banner/BannerDescription.js +45 -0
  27. package/dist/components/Banner/BannerTitle.cjs +42 -0
  28. package/dist/components/Banner/BannerTitle.d.cts +34 -0
  29. package/dist/components/Banner/BannerTitle.d.ts +34 -0
  30. package/dist/components/Banner/BannerTitle.js +40 -0
  31. package/dist/components/Banner/index.cjs +11 -0
  32. package/dist/components/Banner/index.d.cts +6 -0
  33. package/dist/components/Banner/index.d.ts +6 -0
  34. package/dist/components/Banner/index.js +7 -0
  35. package/dist/components/Banner/utils.cjs +56 -0
  36. package/dist/components/Banner/utils.d.cts +26 -0
  37. package/dist/components/Banner/utils.d.ts +26 -0
  38. package/dist/components/Banner/utils.js +52 -0
  39. package/dist/components/Divider/DividerCore.cjs +1 -1
  40. package/dist/components/Divider/DividerCore.js +1 -1
  41. package/dist/components/FormLabel.cjs +4 -2
  42. package/dist/components/FormLabel.d.cts +2 -17
  43. package/dist/components/FormLabel.d.ts +2 -17
  44. package/dist/components/FormLabel.js +4 -2
  45. package/dist/components/Image.cjs +4 -2
  46. package/dist/components/Image.d.cts +2 -61
  47. package/dist/components/Image.d.ts +2 -61
  48. package/dist/components/Image.js +4 -2
  49. package/dist/components/client/Avatar/AvatarIcon.cjs +2 -2
  50. package/dist/components/client/Avatar/AvatarIcon.js +2 -2
  51. package/dist/components/client/Avatar/AvatarImage.cjs +1 -0
  52. package/dist/components/client/Avatar/AvatarImage.js +1 -0
  53. package/dist/components/client/Avatar/AvatarText.cjs +1 -1
  54. package/dist/components/client/Avatar/AvatarText.js +1 -1
  55. package/dist/components/client/Badge.cjs +1 -1
  56. package/dist/components/client/Badge.js +1 -1
  57. package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
  58. package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
  59. package/dist/components/client/Button.cjs +1 -1
  60. package/dist/components/client/Button.js +1 -1
  61. package/dist/components/client/Checkbox.cjs +4 -3
  62. package/dist/components/client/Checkbox.js +4 -3
  63. package/dist/components/client/Chip/ChipBase.cjs +2 -2
  64. package/dist/components/client/Chip/ChipBase.js +2 -2
  65. package/dist/components/client/Chip/ChipDismissible.cjs +2 -2
  66. package/dist/components/client/Chip/ChipDismissible.js +2 -2
  67. package/dist/components/client/IconButton.cjs +1 -1
  68. package/dist/components/client/IconButton.js +1 -1
  69. package/dist/components/client/Input/Input.cjs +3 -2
  70. package/dist/components/client/Input/Input.js +3 -2
  71. package/dist/components/client/Input/InputHelpTextInternal.cjs +4 -3
  72. package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -14
  73. package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -14
  74. package/dist/components/client/Input/InputHelpTextInternal.js +5 -4
  75. package/dist/components/client/Menu/Menu.ItemBase.cjs +2 -2
  76. package/dist/components/client/Menu/Menu.ItemBase.js +2 -2
  77. package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
  78. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  79. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  80. package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
  81. package/dist/components/client/Popover/PopoverContent.cjs +3 -3
  82. package/dist/components/client/Popover/PopoverContent.js +3 -3
  83. package/dist/components/client/Radio/Radio.cjs +2 -1
  84. package/dist/components/client/Radio/Radio.js +2 -1
  85. package/dist/components/client/Switch.cjs +4 -4
  86. package/dist/components/client/Switch.js +4 -4
  87. package/dist/components/client/Toast/Toast.cjs +3 -3
  88. package/dist/components/client/Toast/Toast.js +3 -3
  89. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  90. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  91. package/dist/components/client/Tooltip/TooltipContent.cjs +2 -2
  92. package/dist/components/client/Tooltip/TooltipContent.js +2 -2
  93. package/dist/components/client/index.cjs +1 -1
  94. package/dist/components/client/index.js +1 -1
  95. package/dist/components/experimental/Spinner.cjs +1 -1
  96. package/dist/components/experimental/Spinner.js +1 -1
  97. package/dist/components/experimental/Table.cjs +1 -1
  98. package/dist/components/experimental/Table.js +1 -1
  99. package/dist/components/experimental/client/Accordion.cjs +4 -4
  100. package/dist/components/experimental/client/Accordion.js +4 -4
  101. package/dist/components/experimental/client/Modal.cjs +2 -2
  102. package/dist/components/experimental/client/Modal.js +2 -2
  103. package/dist/components/experimental/client/SegmentedControl.cjs +3 -3
  104. package/dist/components/experimental/client/SegmentedControl.d.cts +1 -2
  105. package/dist/components/experimental/client/SegmentedControl.js +3 -3
  106. package/dist/components/experimental/client/SwitchV2.cjs +1 -1
  107. package/dist/components/experimental/client/SwitchV2.js +1 -1
  108. package/dist/components/experimental/client/Tabs.cjs +2 -2
  109. package/dist/components/experimental/client/Tabs.js +2 -2
  110. package/dist/components/index.cjs +15 -3
  111. package/dist/components/index.d.cts +6 -1
  112. package/dist/components/index.d.ts +6 -1
  113. package/dist/components/index.js +12 -4
  114. package/dist/config/dist/index.cjs +381 -46
  115. package/dist/config/dist/index.js +381 -46
  116. package/dist/index.cjs +12 -3
  117. package/dist/index.d.cts +7 -3
  118. package/dist/index.d.ts +7 -3
  119. package/dist/index.js +9 -5
  120. package/dist/styles/styler.d.cts +100 -93
  121. package/dist/styles/styler.d.ts +100 -93
  122. package/dist/styles/variants.d.cts +45 -0
  123. package/dist/styles/variants.d.ts +45 -0
  124. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
  125. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +35 -0
  126. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  127. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
  128. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
  129. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  130. package/dist/tailwind/dist/config/dist/index.cjs +381 -46
  131. package/dist/tailwind/dist/config/dist/index.js +381 -46
  132. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  133. package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
  134. package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
  135. package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
  136. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  137. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  138. package/dist/tokens/automation/configs/index.cjs +1 -0
  139. package/dist/tokens/automation/configs/index.d.cts +2 -2
  140. package/dist/tokens/automation/configs/index.d.ts +2 -2
  141. package/dist/tokens/automation/configs/index.js +2 -2
  142. package/dist/tokens/automation/index.cjs +1 -0
  143. package/dist/tokens/automation/index.d.cts +2 -2
  144. package/dist/tokens/automation/index.d.ts +2 -2
  145. package/dist/tokens/automation/index.js +2 -2
  146. package/dist/tokens/index.cjs +1 -0
  147. package/dist/tokens/index.d.cts +3 -3
  148. package/dist/tokens/index.d.ts +3 -3
  149. package/dist/tokens/index.js +2 -2
  150. package/dist/tokens/types.d.cts +2 -2
  151. package/dist/tokens/types.d.ts +2 -2
  152. package/dist/types/dist/index.d.cts +19 -1
  153. package/dist/types/dist/index.d.ts +19 -1
  154. package/dist/uds/generated/componentData.cjs +1486 -1338
  155. package/dist/uds/generated/componentData.js +1465 -1341
  156. package/dist/uds/generated/tailwindPurge.cjs +28 -1
  157. package/dist/uds/generated/tailwindPurge.js +28 -1
  158. package/generated/componentData.json +1916 -1765
  159. package/generated/tailwindPurge.ts +4 -4
  160. package/package.json +1 -1
  161. package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +0 -2
  162. package/dist/uds/dist/automated-config/dist/properties.d.cts +0 -5
  163. package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +0 -3
  164. package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +0 -2
  165. package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +0 -2
  166. package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +0 -7
  167. package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +0 -2
  168. package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +0 -2
  169. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +0 -2
  170. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +0 -3
  171. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +0 -3
  172. package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +0 -2
  173. package/dist/uds/dist/automated-config/dist/utils/index.d.cts +0 -12
  174. package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +0 -2
  175. package/dist/uds/dist/components/Box.d.cts +0 -4
  176. package/dist/uds/dist/components/Divider/Divider.d.cts +0 -3
  177. package/dist/uds/dist/components/Divider/DividerCore.d.cts +0 -5
  178. package/dist/uds/dist/components/Divider/DividerInternal.d.cts +0 -5
  179. package/dist/uds/dist/components/Divider/index.d.cts +0 -2
  180. package/dist/uds/dist/components/FormLabel.d.cts +0 -4
  181. package/dist/uds/dist/components/HStack.d.cts +0 -5
  182. package/dist/uds/dist/components/Icon.d.cts +0 -4
  183. package/dist/uds/dist/components/Image.d.cts +0 -3
  184. package/dist/uds/dist/components/Link.d.cts +0 -4
  185. package/dist/uds/dist/components/Scrim.d.cts +0 -3
  186. package/dist/uds/dist/components/Text.d.cts +0 -4
  187. package/dist/uds/dist/components/VStack.d.cts +0 -5
  188. package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +0 -5
  189. package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +0 -7
  190. package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +0 -9
  191. package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +0 -7
  192. package/dist/uds/dist/components/client/Avatar/index.d.cts +0 -7
  193. package/dist/uds/dist/components/client/Badge.d.cts +0 -6
  194. package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +0 -7
  195. package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +0 -4
  196. package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +0 -4
  197. package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +0 -5
  198. package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +0 -5
  199. package/dist/uds/dist/components/client/BottomSheet/index.d.cts +0 -9
  200. package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +0 -4
  201. package/dist/uds/dist/components/client/Button.d.cts +0 -7
  202. package/dist/uds/dist/components/client/Checkbox.d.cts +0 -6
  203. package/dist/uds/dist/components/client/Chip/Chip.d.cts +0 -7
  204. package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +0 -8
  205. package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +0 -7
  206. package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +0 -7
  207. package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +0 -7
  208. package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +0 -7
  209. package/dist/uds/dist/components/client/Chip/index.d.cts +0 -8
  210. package/dist/uds/dist/components/client/IconButton.d.cts +0 -7
  211. package/dist/uds/dist/components/client/Input/Input.d.cts +0 -9
  212. package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +0 -4
  213. package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +0 -8
  214. package/dist/uds/dist/components/client/Input/index.d.cts +0 -5
  215. package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +0 -8
  216. package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +0 -5
  217. package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +0 -8
  218. package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +0 -8
  219. package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +0 -5
  220. package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +0 -7
  221. package/dist/uds/dist/components/client/Menu/Menu.d.cts +0 -4
  222. package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +0 -11
  223. package/dist/uds/dist/components/client/Menu/index.d.cts +0 -11
  224. package/dist/uds/dist/components/client/Popover/Popover.d.cts +0 -4
  225. package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +0 -7
  226. package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +0 -4
  227. package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +0 -6
  228. package/dist/uds/dist/components/client/Popover/index.d.cts +0 -8
  229. package/dist/uds/dist/components/client/Pressable.d.cts +0 -6
  230. package/dist/uds/dist/components/client/Radio/Radio.d.cts +0 -6
  231. package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +0 -6
  232. package/dist/uds/dist/components/client/Radio/index.d.cts +0 -5
  233. package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +0 -7
  234. package/dist/uds/dist/components/client/Switch.d.cts +0 -6
  235. package/dist/uds/dist/components/client/Toast/Toast.d.cts +0 -10
  236. package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +0 -8
  237. package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +0 -5
  238. package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +0 -7
  239. package/dist/uds/dist/components/client/Toast/createToast.d.cts +0 -8
  240. package/dist/uds/dist/components/client/Toast/index.d.cts +0 -8
  241. package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +0 -4
  242. package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +0 -5
  243. package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +0 -4
  244. package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +0 -7
  245. package/dist/uds/dist/components/client/Tooltip/index.d.cts +0 -8
  246. package/dist/uds/dist/components/client/index.d.cts +0 -61
  247. package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +0 -6
  248. package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +0 -5
  249. package/dist/uds/dist/components/index.d.cts +0 -61
  250. package/dist/uds/dist/config/dist/index.d.cts +0 -4
  251. package/dist/uds/dist/css-tokens/dist/index.d.cts +0 -2
  252. package/dist/uds/dist/fixtures/dist/index.d.cts +0 -2
  253. package/dist/uds/dist/fonts/dist/index.d.cts +0 -2
  254. package/dist/uds/dist/index.d.cts +0 -93
  255. package/dist/uds/dist/modes/dist/index.d.cts +0 -2
  256. package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +0 -3
  257. package/dist/uds/dist/runtime/breakpointsConfig.d.cts +0 -4
  258. package/dist/uds/dist/runtime/index.d.cts +0 -7
  259. package/dist/uds/dist/runtime/popoverConfig.d.cts +0 -5
  260. package/dist/uds/dist/runtime/toastConfig.d.cts +0 -4
  261. package/dist/uds/dist/runtime/tooltipConfig.d.cts +0 -5
  262. package/dist/uds/dist/runtime/udsConfig.d.cts +0 -8
  263. package/dist/uds/dist/styles/styler.d.cts +0 -2
  264. package/dist/uds/dist/styles/stylerTypes.d.cts +0 -3
  265. package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +0 -2
  266. package/dist/uds/dist/tailwind/dist/index.d.cts +0 -3
  267. package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +0 -2
  268. package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +0 -2
  269. package/dist/uds/dist/tokens/automation/index.d.cts +0 -10
  270. package/dist/uds/dist/tokens/configs/shadow.d.cts +0 -3
  271. package/dist/uds/dist/tokens/consts/cssTokens.d.cts +0 -2
  272. package/dist/uds/dist/tokens/consts/defaultModes.d.cts +0 -2
  273. package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +0 -2
  274. package/dist/uds/dist/tokens/index.d.cts +0 -28
  275. package/dist/uds/dist/tokens/parseButtonVariants.d.cts +0 -3
  276. package/dist/uds/dist/tokens/types.d.cts +0 -9
  277. package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +0 -4
  278. package/dist/uds/dist/tokens/utils/spectrum.d.cts +0 -3
  279. package/dist/uds/dist/types/dist/index.d.cts +0 -11
  280. package/dist/uds/dist/types.d.cts +0 -2
@@ -1,13 +1,13 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  "use client";
3
3
  import { cx, getStyles } from "../../../styles/styler.js";
4
- import { HStack } from "../../HStack.js";
5
4
  import { IconSlot } from "../../IconSlot.js";
6
- import { memo } from "react";
5
+ import { HStack } from "../../HStack.js";
6
+ import { forwardRef, memo } from "react";
7
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
8
 
9
9
  //#region src/components/client/Input/InputHelpTextInternal.tsx
10
- function InputHelpTextInternal({ startIcon, endIcon, iconProps, children, size, isFilled, ...rest }) {
10
+ const InputHelpTextInternal = forwardRef(function InputHelpTextInternal({ startIcon, endIcon, iconProps, children, size, isFilled, ...rest }, ref) {
11
11
  const defaultIconProps = { variant: "outline" };
12
12
  const classNames = {
13
13
  helperText: cx(getStyles({
@@ -28,6 +28,7 @@ function InputHelpTextInternal({ startIcon, endIcon, iconProps, children, size,
28
28
  return /* @__PURE__ */ jsxs(HStack, {
29
29
  gap: "1",
30
30
  alignItems: "center",
31
+ ref,
31
32
  ...rest,
32
33
  children: [
33
34
  startIcon && /* @__PURE__ */ jsx(IconSlot, {
@@ -48,7 +49,7 @@ function InputHelpTextInternal({ startIcon, endIcon, iconProps, children, size,
48
49
  })
49
50
  ]
50
51
  });
51
- }
52
+ });
52
53
  InputHelpTextInternal.displayName = "InputHelpTextInternal";
53
54
  const InputHelpTextInternalMemo = memo(InputHelpTextInternal);
54
55
 
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
  const require_runtime = require('../../../_virtual/_rolldown/runtime.cjs');
5
5
  const require_styles_styler = require('../../../styles/styler.cjs');
6
- const require_components_HStack = require('../../HStack.cjs');
7
- const require_components_IconSlot = require('../../IconSlot.cjs');
8
6
  const require_components_client_Pressable = require('../Pressable.cjs');
7
+ const require_components_IconSlot = require('../../IconSlot.cjs');
8
+ const require_components_HStack = require('../../HStack.cjs');
9
9
  let react = require("react");
10
10
  let react_jsx_runtime = require("react/jsx-runtime");
11
11
  let motion_react = require("motion/react");
@@ -1,9 +1,9 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  "use client";
3
3
  import { cx, getStyles } from "../../../styles/styler.js";
4
- import { HStack } from "../../HStack.js";
5
- import { IconSlot } from "../../IconSlot.js";
6
4
  import { Pressable } from "../Pressable.js";
5
+ import { IconSlot } from "../../IconSlot.js";
6
+ import { HStack } from "../../HStack.js";
7
7
  import { Children, forwardRef, useMemo } from "react";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
9
  import { AnimatePresence, m } from "motion/react";
@@ -4,9 +4,9 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
  const require_runtime = require('../../../_virtual/_rolldown/runtime.cjs');
5
5
  const require_styles_styler = require('../../../styles/styler.cjs');
6
6
  const require_components_client_Menu_Menu_ItemBase = require('./Menu.ItemBase.cjs');
7
+ let _yahoo_uds_icons = require("@yahoo/uds-icons");
7
8
  let react = require("react");
8
9
  let react_jsx_runtime = require("react/jsx-runtime");
9
- let _yahoo_uds_icons = require("@yahoo/uds-icons");
10
10
  let _ariakit_react = require("@ariakit/react");
11
11
  let _ariakit_react_menu = require("@ariakit/react/menu");
12
12
 
@@ -88,6 +88,6 @@ interface MenuItemCheckboxProps extends Omit<PressableProps, 'asChild'>, HtmlBut
88
88
  *
89
89
  * @related [Menu](https://uds.build/docs/components/menu), [Menu.Item](https://uds.build/docs/components/menu-item)
90
90
  **/
91
- declare const MenuItemCheckbox: react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "active" | "hideEndIcon" | "rootProps"> & react.RefAttributes<HTMLDivElement>>;
91
+ declare const MenuItemCheckbox: react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "hideEndIcon" | "rootProps" | "active"> & react.RefAttributes<HTMLDivElement>>;
92
92
  //#endregion
93
93
  export { MenuItemCheckbox, type MenuItemCheckboxProps };
@@ -89,6 +89,6 @@ interface MenuItemCheckboxProps extends Omit<PressableProps, 'asChild'>, HtmlBut
89
89
  *
90
90
  * @related [Menu](https://uds.build/docs/components/menu), [Menu.Item](https://uds.build/docs/components/menu-item)
91
91
  **/
92
- declare const MenuItemCheckbox: react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "active" | "hideEndIcon" | "rootProps"> & react.RefAttributes<HTMLDivElement>>;
92
+ declare const MenuItemCheckbox: react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "hideEndIcon" | "rootProps" | "active"> & react.RefAttributes<HTMLDivElement>>;
93
93
  //#endregion
94
94
  export { MenuItemCheckbox, type MenuItemCheckboxProps };
@@ -2,9 +2,9 @@
2
2
  "use client";
3
3
  import { cx, getStyles } from "../../../styles/styler.js";
4
4
  import { MenuItemBase } from "./Menu.ItemBase.js";
5
+ import { Check } from "@yahoo/uds-icons";
5
6
  import { forwardRef, useCallback, useEffect, useMemo, useRef } from "react";
6
7
  import { jsx } from "react/jsx-runtime";
7
- import { Check } from "@yahoo/uds-icons";
8
8
  import { useStoreState } from "@ariakit/react";
9
9
  import { MenuItemCheckbox as MenuItemCheckbox$2, useMenuContext } from "@ariakit/react/menu";
10
10
 
@@ -4,18 +4,18 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
  const require_runtime = require('../../../_virtual/_rolldown/runtime.cjs');
5
5
  const require_index = require('../../../fixtures/dist/index.cjs');
6
6
  const require_styles_styler = require('../../../styles/styler.cjs');
7
- const require_components_Box = require('../../Box.cjs');
8
- const require_components_IconSlot = require('../../IconSlot.cjs');
9
7
  const require_components_client_Pressable = require('../Pressable.cjs');
8
+ const require_components_IconSlot = require('../../IconSlot.cjs');
9
+ const require_components_Box = require('../../Box.cjs');
10
10
  const require_components_client_Popover_PopoverContext = require('./PopoverContext.cjs');
11
11
  const require_components_client_Popover_UDSPopoverConfigProvider = require('./UDSPopoverConfigProvider.cjs');
12
12
  const require_hooks_useForkRef = require('../../../hooks/useForkRef.cjs');
13
13
  const require_hooks_useSvgFloatingContent = require('../../../hooks/useSvgFloatingContent.cjs');
14
14
  const require_utils_getUnscaledAnchorRect = require('../../../utils/getUnscaledAnchorRect.cjs');
15
15
  const require_components_SvgFloatingOverlay = require('../../SvgFloatingOverlay.cjs');
16
+ let _yahoo_uds_icons = require("@yahoo/uds-icons");
16
17
  let react = require("react");
17
18
  let react_jsx_runtime = require("react/jsx-runtime");
18
- let _yahoo_uds_icons = require("@yahoo/uds-icons");
19
19
  let _ariakit_react = require("@ariakit/react");
20
20
 
21
21
  //#region src/components/client/Popover/PopoverContent.tsx
@@ -2,18 +2,18 @@
2
2
  "use client";
3
3
  import { spacingMap } from "../../../fixtures/dist/index.js";
4
4
  import { cx, getStyles } from "../../../styles/styler.js";
5
- import { Box } from "../../Box.js";
6
- import { IconSlot } from "../../IconSlot.js";
7
5
  import { Pressable } from "../Pressable.js";
6
+ import { IconSlot } from "../../IconSlot.js";
7
+ import { Box } from "../../Box.js";
8
8
  import { PopoverInternalContext } from "./PopoverContext.js";
9
9
  import { usePopoverConfig } from "./UDSPopoverConfigProvider.js";
10
10
  import { useForkRef } from "../../../hooks/useForkRef.js";
11
11
  import { useSvgFloatingContent } from "../../../hooks/useSvgFloatingContent.js";
12
12
  import { getUnscaledAnchorRect } from "../../../utils/getUnscaledAnchorRect.js";
13
13
  import { SvgFloatingOverlay } from "../../SvgFloatingOverlay.js";
14
+ import { Cross } from "@yahoo/uds-icons";
14
15
  import { forwardRef, useContext, useRef } from "react";
15
16
  import { jsx, jsxs } from "react/jsx-runtime";
16
- import { Cross } from "@yahoo/uds-icons";
17
17
  import { Popover, PopoverArrow, PopoverDismiss, usePopoverContext, useStoreState } from "@ariakit/react";
18
18
 
19
19
  //#region src/components/client/Popover/PopoverContent.tsx
@@ -52,7 +52,7 @@ const pressTransition = {
52
52
  *
53
53
  * @related [Radio](https://uds.build/docs/components/Radio).
54
54
  **/
55
- const Radio = (0, react.forwardRef)(function Radio({ id, name: nameProp, label, labelPosition = "start", variant: variantProp = "primary", size = "md", reduceMotion: forceReduceMotion, value: valueProp = "", checked: checkedProp, defaultChecked, disabled, hasError, onChange, onFocus, onBlur, className, layerClassNames, ...radioProps }, parentRef) {
55
+ const Radio = (0, react.forwardRef)(function Radio({ id, name: nameProp, label, labelPosition = "start", variant: variantProp = "primary", size = "md", reduceMotion: forceReduceMotion, value: valueProp = "", checked: checkedProp, defaultChecked, disabled, hasError, onChange, onFocus, onBlur, className, style, layerClassNames, ...radioProps }, parentRef) {
56
56
  const generatedId = (0, react.useId)();
57
57
  const uid = id ?? `uds-radio-${generatedId}`;
58
58
  const innerRef = (0, react.useRef)(null);
@@ -171,6 +171,7 @@ const Radio = (0, react.forwardRef)(function Radio({ id, name: nameProp, label,
171
171
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(RootElement, {
172
172
  className: classNames.root,
173
173
  "data-testid": "container",
174
+ style,
174
175
  onHoverStart: handleHoverStart,
175
176
  onHoverEnd: handleHoverEnd,
176
177
  onTapStart: handleTapStart,
@@ -49,7 +49,7 @@ const pressTransition = {
49
49
  *
50
50
  * @related [Radio](https://uds.build/docs/components/Radio).
51
51
  **/
52
- const Radio = forwardRef(function Radio({ id, name: nameProp, label, labelPosition = "start", variant: variantProp = "primary", size = "md", reduceMotion: forceReduceMotion, value: valueProp = "", checked: checkedProp, defaultChecked, disabled, hasError, onChange, onFocus, onBlur, className, layerClassNames, ...radioProps }, parentRef) {
52
+ const Radio = forwardRef(function Radio({ id, name: nameProp, label, labelPosition = "start", variant: variantProp = "primary", size = "md", reduceMotion: forceReduceMotion, value: valueProp = "", checked: checkedProp, defaultChecked, disabled, hasError, onChange, onFocus, onBlur, className, style, layerClassNames, ...radioProps }, parentRef) {
53
53
  const generatedId = useId();
54
54
  const uid = id ?? `uds-radio-${generatedId}`;
55
55
  const innerRef = useRef(null);
@@ -168,6 +168,7 @@ const Radio = forwardRef(function Radio({ id, name: nameProp, label, labelPositi
168
168
  children: /* @__PURE__ */ jsxs(RootElement, {
169
169
  className: classNames.root,
170
170
  "data-testid": "container",
171
+ style,
171
172
  onHoverStart: handleHoverStart,
172
173
  onHoverEnd: handleHoverEnd,
173
174
  onTapStart: handleTapStart,
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
  const require_runtime = require('../../_virtual/_rolldown/runtime.cjs');
5
5
  const require_styles_styler = require('../../styles/styler.cjs');
6
+ const require_components_IconSlot = require('../IconSlot.cjs');
6
7
  const require_components_Box = require('../Box.cjs');
7
8
  const require_components_FormLabel = require('../FormLabel.cjs');
8
- const require_components_IconSlot = require('../IconSlot.cjs');
9
9
  const require_components_client_SpringMotionConfig = require('./SpringMotionConfig.cjs');
10
10
  let react = require("react");
11
11
  react = require_runtime.__toESM(react);
@@ -46,7 +46,7 @@ const toggleTransition = {
46
46
  *
47
47
  * @related [Checkbox](https://uds.build/docs/components/checkbox).
48
48
  **/
49
- const Switch = (0, react.forwardRef)(function Switch({ id, isOn: isOnProp, defaultIsOn, onChange, label, labelPosition = "start", size = "md", onIcon, offIcon, reduceMotion: forceReduceMotion, disabled, required, onFocus, onBlur, className, layerClassNames, ...switchProps }, parentRef) {
49
+ const Switch = (0, react.forwardRef)(function Switch({ id, isOn: isOnProp, defaultIsOn, onChange, label, labelPosition = "start", size = "md", onIcon, offIcon, reduceMotion: forceReduceMotion, disabled, required, onFocus, onBlur, className, style, layerClassNames, ...switchProps }, parentRef) {
50
50
  const generatedId = (0, react.useId)();
51
51
  const uid = id ?? `uds-input-${generatedId}`;
52
52
  const innerRef = (0, react.useRef)(null);
@@ -153,6 +153,7 @@ const Switch = (0, react.forwardRef)(function Switch({ id, isOn: isOnProp, defau
153
153
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(RootElement, {
154
154
  className: classNames.root,
155
155
  "data-testid": "container",
156
+ style,
156
157
  onHoverStart: handleHoverStart,
157
158
  onHoverEnd: handleHoverEnd,
158
159
  tabIndex: -1,
@@ -175,8 +176,7 @@ const Switch = (0, react.forwardRef)(function Switch({ id, isOn: isOnProp, defau
175
176
  checked: isControlled ? isOn : void 0,
176
177
  defaultChecked: isControlled ? void 0 : defaultIsOn,
177
178
  onChange: handleChange,
178
- className: classNames.htmlCheckbox,
179
- style: {}
179
+ className: classNames.htmlCheckbox
180
180
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(MotionBox, {
181
181
  className: classNames.handle,
182
182
  ...motionInitialAndAnimate,
@@ -1,9 +1,9 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  "use client";
3
3
  import { cx, getStyles } from "../../styles/styler.js";
4
+ import { IconSlot } from "../IconSlot.js";
4
5
  import { Box } from "../Box.js";
5
6
  import { FormLabel } from "../FormLabel.js";
6
- import { IconSlot } from "../IconSlot.js";
7
7
  import { SpringMotionConfig } from "./SpringMotionConfig.js";
8
8
  import React, { forwardRef, useCallback, useEffect, useId, useMemo, useRef, useState } from "react";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -43,7 +43,7 @@ const toggleTransition = {
43
43
  *
44
44
  * @related [Checkbox](https://uds.build/docs/components/checkbox).
45
45
  **/
46
- const Switch = forwardRef(function Switch({ id, isOn: isOnProp, defaultIsOn, onChange, label, labelPosition = "start", size = "md", onIcon, offIcon, reduceMotion: forceReduceMotion, disabled, required, onFocus, onBlur, className, layerClassNames, ...switchProps }, parentRef) {
46
+ const Switch = forwardRef(function Switch({ id, isOn: isOnProp, defaultIsOn, onChange, label, labelPosition = "start", size = "md", onIcon, offIcon, reduceMotion: forceReduceMotion, disabled, required, onFocus, onBlur, className, style, layerClassNames, ...switchProps }, parentRef) {
47
47
  const generatedId = useId();
48
48
  const uid = id ?? `uds-input-${generatedId}`;
49
49
  const innerRef = useRef(null);
@@ -150,6 +150,7 @@ const Switch = forwardRef(function Switch({ id, isOn: isOnProp, defaultIsOn, onC
150
150
  children: /* @__PURE__ */ jsxs(RootElement, {
151
151
  className: classNames.root,
152
152
  "data-testid": "container",
153
+ style,
153
154
  onHoverStart: handleHoverStart,
154
155
  onHoverEnd: handleHoverEnd,
155
156
  tabIndex: -1,
@@ -172,8 +173,7 @@ const Switch = forwardRef(function Switch({ id, isOn: isOnProp, defaultIsOn, onC
172
173
  checked: isControlled ? isOn : void 0,
173
174
  defaultChecked: isControlled ? void 0 : defaultIsOn,
174
175
  onChange: handleChange,
175
- className: classNames.htmlCheckbox,
176
- style: {}
176
+ className: classNames.htmlCheckbox
177
177
  }), /* @__PURE__ */ jsxs(MotionBox, {
178
178
  className: classNames.handle,
179
179
  ...motionInitialAndAnimate,
@@ -3,14 +3,14 @@
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
  const require_runtime = require('../../../_virtual/_rolldown/runtime.cjs');
5
5
  const require_styles_styler = require('../../../styles/styler.cjs');
6
- const require_components_Text = require('../../Text.cjs');
6
+ const require_components_client_Pressable = require('../Pressable.cjs');
7
7
  const require_components_IconSlot = require('../../IconSlot.cjs');
8
+ const require_components_Text = require('../../Text.cjs');
8
9
  const require_components_client_Button = require('../Button.cjs');
9
- const require_components_client_Pressable = require('../Pressable.cjs');
10
10
  const require_components_client_Toast_UDSToastConfigProvider = require('./UDSToastConfigProvider.cjs');
11
11
  const require_components_client_Toast_ToastContainer = require('./ToastContainer.cjs');
12
- let react_jsx_runtime = require("react/jsx-runtime");
13
12
  let _yahoo_uds_icons = require("@yahoo/uds-icons");
13
+ let react_jsx_runtime = require("react/jsx-runtime");
14
14
  let motion_react = require("motion/react");
15
15
 
16
16
  //#region src/components/client/Toast/Toast.tsx
@@ -1,14 +1,14 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  "use client";
3
3
  import { cx, getStyles } from "../../../styles/styler.js";
4
- import { Text } from "../../Text.js";
4
+ import { Pressable } from "../Pressable.js";
5
5
  import { IconSlot } from "../../IconSlot.js";
6
+ import { Text } from "../../Text.js";
6
7
  import { Button } from "../Button.js";
7
- import { Pressable } from "../Pressable.js";
8
8
  import { useToastConfig } from "./UDSToastConfigProvider.js";
9
9
  import { ToastContainer } from "./ToastContainer.js";
10
- import { jsx, jsxs } from "react/jsx-runtime";
11
10
  import { CheckCircle, Cross, Error, Info, Progress, Warning } from "@yahoo/uds-icons";
11
+ import { jsx, jsxs } from "react/jsx-runtime";
12
12
  import { useReducedMotion } from "motion/react";
13
13
 
14
14
  //#region src/components/client/Toast/Toast.tsx
@@ -31,11 +31,11 @@ declare const useToastConfig: (sizeProp?: ToastSize | undefined, variantProp?: T
31
31
  autoClose: number | false;
32
32
  position: ToastPosition;
33
33
  backgroundColor: {
34
- warning: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "gray-0" | "gray-1" | "gray-2" | "gray-3" | "gray-4" | "gray-5" | "gray-6" | "gray-7" | "gray-8" | "gray-9" | "gray-10" | "gray-11" | "gray-12" | "gray-13" | "gray-14" | "gray-15" | "purple-0" | "purple-1" | "purple-2" | "purple-3" | "purple-4" | "purple-5" | "purple-6" | "purple-7" | "purple-8" | "purple-9" | "purple-10" | "purple-11" | "purple-12" | "purple-13" | "purple-14" | "purple-15" | "indigo-0" | "indigo-1" | "indigo-2" | "indigo-3" | "indigo-4" | "indigo-5" | "indigo-6" | "indigo-7" | "indigo-8" | "indigo-9" | "indigo-10" | "indigo-11" | "indigo-12" | "indigo-13" | "indigo-14" | "indigo-15" | "blue-0" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "blue-6" | "blue-7" | "blue-8" | "blue-9" | "blue-10" | "blue-11" | "blue-12" | "blue-13" | "blue-14" | "blue-15" | "cyan-0" | "cyan-1" | "cyan-2" | "cyan-3" | "cyan-4" | "cyan-5" | "cyan-6" | "cyan-7" | "cyan-8" | "cyan-9" | "cyan-10" | "cyan-11" | "cyan-12" | "cyan-13" | "cyan-14" | "cyan-15" | "teal-0" | "teal-1" | "teal-2" | "teal-3" | "teal-4" | "teal-5" | "teal-6" | "teal-7" | "teal-8" | "teal-9" | "teal-10" | "teal-11" | "teal-12" | "teal-13" | "teal-14" | "teal-15" | "mint-0" | "mint-1" | "mint-2" | "mint-3" | "mint-4" | "mint-5" | "mint-6" | "mint-7" | "mint-8" | "mint-9" | "mint-10" | "mint-11" | "mint-12" | "mint-13" | "mint-14" | "mint-15" | "green-0" | "green-1" | "green-2" | "green-3" | "green-4" | "green-5" | "green-6" | "green-7" | "green-8" | "green-9" | "green-10" | "green-11" | "green-12" | "green-13" | "green-14" | "green-15" | "lime-0" | "lime-1" | "lime-2" | "lime-3" | "lime-4" | "lime-5" | "lime-6" | "lime-7" | "lime-8" | "lime-9" | "lime-10" | "lime-11" | "lime-12" | "lime-13" | "lime-14" | "lime-15" | "citron-0" | "citron-1" | "citron-2" | "citron-3" | "citron-4" | "citron-5" | "citron-6" | "citron-7" | "citron-8" | "citron-9" | "citron-10" | "citron-11" | "citron-12" | "citron-13" | "citron-14" | "citron-15" | "yellow-0" | "yellow-1" | "yellow-2" | "yellow-3" | "yellow-4" | "yellow-5" | "yellow-6" | "yellow-7" | "yellow-8" | "yellow-9" | "yellow-10" | "yellow-11" | "yellow-12" | "yellow-13" | "yellow-14" | "yellow-15" | "brown-0" | "brown-1" | "brown-2" | "brown-3" | "brown-4" | "brown-5" | "brown-6" | "brown-7" | "brown-8" | "brown-9" | "brown-10" | "brown-11" | "brown-12" | "brown-13" | "brown-14" | "brown-15" | "nude-0" | "nude-1" | "nude-2" | "nude-3" | "nude-4" | "nude-5" | "nude-6" | "nude-7" | "nude-8" | "nude-9" | "nude-10" | "nude-11" | "nude-12" | "nude-13" | "nude-14" | "nude-15" | "orange-0" | "orange-1" | "orange-2" | "orange-3" | "orange-4" | "orange-5" | "orange-6" | "orange-7" | "orange-8" | "orange-9" | "orange-10" | "orange-11" | "orange-12" | "orange-13" | "orange-14" | "orange-15" | "sunset-0" | "sunset-1" | "sunset-2" | "sunset-3" | "sunset-4" | "sunset-5" | "sunset-6" | "sunset-7" | "sunset-8" | "sunset-9" | "sunset-10" | "sunset-11" | "sunset-12" | "sunset-13" | "sunset-14" | "sunset-15" | "red-0" | "red-1" | "red-2" | "red-3" | "red-4" | "red-5" | "red-6" | "red-7" | "red-8" | "red-9" | "red-10" | "red-11" | "red-12" | "red-13" | "red-14" | "red-15" | "rose-0" | "rose-1" | "rose-2" | "rose-3" | "rose-4" | "rose-5" | "rose-6" | "rose-7" | "rose-8" | "rose-9" | "rose-10" | "rose-11" | "rose-12" | "rose-13" | "rose-14" | "rose-15" | "pink-0" | "pink-1" | "pink-2" | "pink-3" | "pink-4" | "pink-5" | "pink-6" | "pink-7" | "pink-8" | "pink-9" | "pink-10" | "pink-11" | "pink-12" | "pink-13" | "pink-14" | "pink-15" | "magenta-0" | "magenta-1" | "magenta-2" | "magenta-3" | "magenta-4" | "magenta-5" | "magenta-6" | "magenta-7" | "magenta-8" | "magenta-9" | "magenta-10" | "magenta-11" | "magenta-12" | "magenta-13" | "magenta-14" | "magenta-15" | "carbon-0" | "carbon-1" | "carbon-2" | "carbon-3" | "carbon-4" | "carbon-5" | "carbon-6" | "carbon-7" | "carbon-8" | "carbon-9" | "carbon-10" | "carbon-11" | "carbon-12" | "carbon-13" | "carbon-14" | "carbon-15";
35
- info: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "gray-0" | "gray-1" | "gray-2" | "gray-3" | "gray-4" | "gray-5" | "gray-6" | "gray-7" | "gray-8" | "gray-9" | "gray-10" | "gray-11" | "gray-12" | "gray-13" | "gray-14" | "gray-15" | "purple-0" | "purple-1" | "purple-2" | "purple-3" | "purple-4" | "purple-5" | "purple-6" | "purple-7" | "purple-8" | "purple-9" | "purple-10" | "purple-11" | "purple-12" | "purple-13" | "purple-14" | "purple-15" | "indigo-0" | "indigo-1" | "indigo-2" | "indigo-3" | "indigo-4" | "indigo-5" | "indigo-6" | "indigo-7" | "indigo-8" | "indigo-9" | "indigo-10" | "indigo-11" | "indigo-12" | "indigo-13" | "indigo-14" | "indigo-15" | "blue-0" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "blue-6" | "blue-7" | "blue-8" | "blue-9" | "blue-10" | "blue-11" | "blue-12" | "blue-13" | "blue-14" | "blue-15" | "cyan-0" | "cyan-1" | "cyan-2" | "cyan-3" | "cyan-4" | "cyan-5" | "cyan-6" | "cyan-7" | "cyan-8" | "cyan-9" | "cyan-10" | "cyan-11" | "cyan-12" | "cyan-13" | "cyan-14" | "cyan-15" | "teal-0" | "teal-1" | "teal-2" | "teal-3" | "teal-4" | "teal-5" | "teal-6" | "teal-7" | "teal-8" | "teal-9" | "teal-10" | "teal-11" | "teal-12" | "teal-13" | "teal-14" | "teal-15" | "mint-0" | "mint-1" | "mint-2" | "mint-3" | "mint-4" | "mint-5" | "mint-6" | "mint-7" | "mint-8" | "mint-9" | "mint-10" | "mint-11" | "mint-12" | "mint-13" | "mint-14" | "mint-15" | "green-0" | "green-1" | "green-2" | "green-3" | "green-4" | "green-5" | "green-6" | "green-7" | "green-8" | "green-9" | "green-10" | "green-11" | "green-12" | "green-13" | "green-14" | "green-15" | "lime-0" | "lime-1" | "lime-2" | "lime-3" | "lime-4" | "lime-5" | "lime-6" | "lime-7" | "lime-8" | "lime-9" | "lime-10" | "lime-11" | "lime-12" | "lime-13" | "lime-14" | "lime-15" | "citron-0" | "citron-1" | "citron-2" | "citron-3" | "citron-4" | "citron-5" | "citron-6" | "citron-7" | "citron-8" | "citron-9" | "citron-10" | "citron-11" | "citron-12" | "citron-13" | "citron-14" | "citron-15" | "yellow-0" | "yellow-1" | "yellow-2" | "yellow-3" | "yellow-4" | "yellow-5" | "yellow-6" | "yellow-7" | "yellow-8" | "yellow-9" | "yellow-10" | "yellow-11" | "yellow-12" | "yellow-13" | "yellow-14" | "yellow-15" | "brown-0" | "brown-1" | "brown-2" | "brown-3" | "brown-4" | "brown-5" | "brown-6" | "brown-7" | "brown-8" | "brown-9" | "brown-10" | "brown-11" | "brown-12" | "brown-13" | "brown-14" | "brown-15" | "nude-0" | "nude-1" | "nude-2" | "nude-3" | "nude-4" | "nude-5" | "nude-6" | "nude-7" | "nude-8" | "nude-9" | "nude-10" | "nude-11" | "nude-12" | "nude-13" | "nude-14" | "nude-15" | "orange-0" | "orange-1" | "orange-2" | "orange-3" | "orange-4" | "orange-5" | "orange-6" | "orange-7" | "orange-8" | "orange-9" | "orange-10" | "orange-11" | "orange-12" | "orange-13" | "orange-14" | "orange-15" | "sunset-0" | "sunset-1" | "sunset-2" | "sunset-3" | "sunset-4" | "sunset-5" | "sunset-6" | "sunset-7" | "sunset-8" | "sunset-9" | "sunset-10" | "sunset-11" | "sunset-12" | "sunset-13" | "sunset-14" | "sunset-15" | "red-0" | "red-1" | "red-2" | "red-3" | "red-4" | "red-5" | "red-6" | "red-7" | "red-8" | "red-9" | "red-10" | "red-11" | "red-12" | "red-13" | "red-14" | "red-15" | "rose-0" | "rose-1" | "rose-2" | "rose-3" | "rose-4" | "rose-5" | "rose-6" | "rose-7" | "rose-8" | "rose-9" | "rose-10" | "rose-11" | "rose-12" | "rose-13" | "rose-14" | "rose-15" | "pink-0" | "pink-1" | "pink-2" | "pink-3" | "pink-4" | "pink-5" | "pink-6" | "pink-7" | "pink-8" | "pink-9" | "pink-10" | "pink-11" | "pink-12" | "pink-13" | "pink-14" | "pink-15" | "magenta-0" | "magenta-1" | "magenta-2" | "magenta-3" | "magenta-4" | "magenta-5" | "magenta-6" | "magenta-7" | "magenta-8" | "magenta-9" | "magenta-10" | "magenta-11" | "magenta-12" | "magenta-13" | "magenta-14" | "magenta-15" | "carbon-0" | "carbon-1" | "carbon-2" | "carbon-3" | "carbon-4" | "carbon-5" | "carbon-6" | "carbon-7" | "carbon-8" | "carbon-9" | "carbon-10" | "carbon-11" | "carbon-12" | "carbon-13" | "carbon-14" | "carbon-15";
36
- error: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "gray-0" | "gray-1" | "gray-2" | "gray-3" | "gray-4" | "gray-5" | "gray-6" | "gray-7" | "gray-8" | "gray-9" | "gray-10" | "gray-11" | "gray-12" | "gray-13" | "gray-14" | "gray-15" | "purple-0" | "purple-1" | "purple-2" | "purple-3" | "purple-4" | "purple-5" | "purple-6" | "purple-7" | "purple-8" | "purple-9" | "purple-10" | "purple-11" | "purple-12" | "purple-13" | "purple-14" | "purple-15" | "indigo-0" | "indigo-1" | "indigo-2" | "indigo-3" | "indigo-4" | "indigo-5" | "indigo-6" | "indigo-7" | "indigo-8" | "indigo-9" | "indigo-10" | "indigo-11" | "indigo-12" | "indigo-13" | "indigo-14" | "indigo-15" | "blue-0" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "blue-6" | "blue-7" | "blue-8" | "blue-9" | "blue-10" | "blue-11" | "blue-12" | "blue-13" | "blue-14" | "blue-15" | "cyan-0" | "cyan-1" | "cyan-2" | "cyan-3" | "cyan-4" | "cyan-5" | "cyan-6" | "cyan-7" | "cyan-8" | "cyan-9" | "cyan-10" | "cyan-11" | "cyan-12" | "cyan-13" | "cyan-14" | "cyan-15" | "teal-0" | "teal-1" | "teal-2" | "teal-3" | "teal-4" | "teal-5" | "teal-6" | "teal-7" | "teal-8" | "teal-9" | "teal-10" | "teal-11" | "teal-12" | "teal-13" | "teal-14" | "teal-15" | "mint-0" | "mint-1" | "mint-2" | "mint-3" | "mint-4" | "mint-5" | "mint-6" | "mint-7" | "mint-8" | "mint-9" | "mint-10" | "mint-11" | "mint-12" | "mint-13" | "mint-14" | "mint-15" | "green-0" | "green-1" | "green-2" | "green-3" | "green-4" | "green-5" | "green-6" | "green-7" | "green-8" | "green-9" | "green-10" | "green-11" | "green-12" | "green-13" | "green-14" | "green-15" | "lime-0" | "lime-1" | "lime-2" | "lime-3" | "lime-4" | "lime-5" | "lime-6" | "lime-7" | "lime-8" | "lime-9" | "lime-10" | "lime-11" | "lime-12" | "lime-13" | "lime-14" | "lime-15" | "citron-0" | "citron-1" | "citron-2" | "citron-3" | "citron-4" | "citron-5" | "citron-6" | "citron-7" | "citron-8" | "citron-9" | "citron-10" | "citron-11" | "citron-12" | "citron-13" | "citron-14" | "citron-15" | "yellow-0" | "yellow-1" | "yellow-2" | "yellow-3" | "yellow-4" | "yellow-5" | "yellow-6" | "yellow-7" | "yellow-8" | "yellow-9" | "yellow-10" | "yellow-11" | "yellow-12" | "yellow-13" | "yellow-14" | "yellow-15" | "brown-0" | "brown-1" | "brown-2" | "brown-3" | "brown-4" | "brown-5" | "brown-6" | "brown-7" | "brown-8" | "brown-9" | "brown-10" | "brown-11" | "brown-12" | "brown-13" | "brown-14" | "brown-15" | "nude-0" | "nude-1" | "nude-2" | "nude-3" | "nude-4" | "nude-5" | "nude-6" | "nude-7" | "nude-8" | "nude-9" | "nude-10" | "nude-11" | "nude-12" | "nude-13" | "nude-14" | "nude-15" | "orange-0" | "orange-1" | "orange-2" | "orange-3" | "orange-4" | "orange-5" | "orange-6" | "orange-7" | "orange-8" | "orange-9" | "orange-10" | "orange-11" | "orange-12" | "orange-13" | "orange-14" | "orange-15" | "sunset-0" | "sunset-1" | "sunset-2" | "sunset-3" | "sunset-4" | "sunset-5" | "sunset-6" | "sunset-7" | "sunset-8" | "sunset-9" | "sunset-10" | "sunset-11" | "sunset-12" | "sunset-13" | "sunset-14" | "sunset-15" | "red-0" | "red-1" | "red-2" | "red-3" | "red-4" | "red-5" | "red-6" | "red-7" | "red-8" | "red-9" | "red-10" | "red-11" | "red-12" | "red-13" | "red-14" | "red-15" | "rose-0" | "rose-1" | "rose-2" | "rose-3" | "rose-4" | "rose-5" | "rose-6" | "rose-7" | "rose-8" | "rose-9" | "rose-10" | "rose-11" | "rose-12" | "rose-13" | "rose-14" | "rose-15" | "pink-0" | "pink-1" | "pink-2" | "pink-3" | "pink-4" | "pink-5" | "pink-6" | "pink-7" | "pink-8" | "pink-9" | "pink-10" | "pink-11" | "pink-12" | "pink-13" | "pink-14" | "pink-15" | "magenta-0" | "magenta-1" | "magenta-2" | "magenta-3" | "magenta-4" | "magenta-5" | "magenta-6" | "magenta-7" | "magenta-8" | "magenta-9" | "magenta-10" | "magenta-11" | "magenta-12" | "magenta-13" | "magenta-14" | "magenta-15" | "carbon-0" | "carbon-1" | "carbon-2" | "carbon-3" | "carbon-4" | "carbon-5" | "carbon-6" | "carbon-7" | "carbon-8" | "carbon-9" | "carbon-10" | "carbon-11" | "carbon-12" | "carbon-13" | "carbon-14" | "carbon-15";
37
- loading: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "gray-0" | "gray-1" | "gray-2" | "gray-3" | "gray-4" | "gray-5" | "gray-6" | "gray-7" | "gray-8" | "gray-9" | "gray-10" | "gray-11" | "gray-12" | "gray-13" | "gray-14" | "gray-15" | "purple-0" | "purple-1" | "purple-2" | "purple-3" | "purple-4" | "purple-5" | "purple-6" | "purple-7" | "purple-8" | "purple-9" | "purple-10" | "purple-11" | "purple-12" | "purple-13" | "purple-14" | "purple-15" | "indigo-0" | "indigo-1" | "indigo-2" | "indigo-3" | "indigo-4" | "indigo-5" | "indigo-6" | "indigo-7" | "indigo-8" | "indigo-9" | "indigo-10" | "indigo-11" | "indigo-12" | "indigo-13" | "indigo-14" | "indigo-15" | "blue-0" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "blue-6" | "blue-7" | "blue-8" | "blue-9" | "blue-10" | "blue-11" | "blue-12" | "blue-13" | "blue-14" | "blue-15" | "cyan-0" | "cyan-1" | "cyan-2" | "cyan-3" | "cyan-4" | "cyan-5" | "cyan-6" | "cyan-7" | "cyan-8" | "cyan-9" | "cyan-10" | "cyan-11" | "cyan-12" | "cyan-13" | "cyan-14" | "cyan-15" | "teal-0" | "teal-1" | "teal-2" | "teal-3" | "teal-4" | "teal-5" | "teal-6" | "teal-7" | "teal-8" | "teal-9" | "teal-10" | "teal-11" | "teal-12" | "teal-13" | "teal-14" | "teal-15" | "mint-0" | "mint-1" | "mint-2" | "mint-3" | "mint-4" | "mint-5" | "mint-6" | "mint-7" | "mint-8" | "mint-9" | "mint-10" | "mint-11" | "mint-12" | "mint-13" | "mint-14" | "mint-15" | "green-0" | "green-1" | "green-2" | "green-3" | "green-4" | "green-5" | "green-6" | "green-7" | "green-8" | "green-9" | "green-10" | "green-11" | "green-12" | "green-13" | "green-14" | "green-15" | "lime-0" | "lime-1" | "lime-2" | "lime-3" | "lime-4" | "lime-5" | "lime-6" | "lime-7" | "lime-8" | "lime-9" | "lime-10" | "lime-11" | "lime-12" | "lime-13" | "lime-14" | "lime-15" | "citron-0" | "citron-1" | "citron-2" | "citron-3" | "citron-4" | "citron-5" | "citron-6" | "citron-7" | "citron-8" | "citron-9" | "citron-10" | "citron-11" | "citron-12" | "citron-13" | "citron-14" | "citron-15" | "yellow-0" | "yellow-1" | "yellow-2" | "yellow-3" | "yellow-4" | "yellow-5" | "yellow-6" | "yellow-7" | "yellow-8" | "yellow-9" | "yellow-10" | "yellow-11" | "yellow-12" | "yellow-13" | "yellow-14" | "yellow-15" | "brown-0" | "brown-1" | "brown-2" | "brown-3" | "brown-4" | "brown-5" | "brown-6" | "brown-7" | "brown-8" | "brown-9" | "brown-10" | "brown-11" | "brown-12" | "brown-13" | "brown-14" | "brown-15" | "nude-0" | "nude-1" | "nude-2" | "nude-3" | "nude-4" | "nude-5" | "nude-6" | "nude-7" | "nude-8" | "nude-9" | "nude-10" | "nude-11" | "nude-12" | "nude-13" | "nude-14" | "nude-15" | "orange-0" | "orange-1" | "orange-2" | "orange-3" | "orange-4" | "orange-5" | "orange-6" | "orange-7" | "orange-8" | "orange-9" | "orange-10" | "orange-11" | "orange-12" | "orange-13" | "orange-14" | "orange-15" | "sunset-0" | "sunset-1" | "sunset-2" | "sunset-3" | "sunset-4" | "sunset-5" | "sunset-6" | "sunset-7" | "sunset-8" | "sunset-9" | "sunset-10" | "sunset-11" | "sunset-12" | "sunset-13" | "sunset-14" | "sunset-15" | "red-0" | "red-1" | "red-2" | "red-3" | "red-4" | "red-5" | "red-6" | "red-7" | "red-8" | "red-9" | "red-10" | "red-11" | "red-12" | "red-13" | "red-14" | "red-15" | "rose-0" | "rose-1" | "rose-2" | "rose-3" | "rose-4" | "rose-5" | "rose-6" | "rose-7" | "rose-8" | "rose-9" | "rose-10" | "rose-11" | "rose-12" | "rose-13" | "rose-14" | "rose-15" | "pink-0" | "pink-1" | "pink-2" | "pink-3" | "pink-4" | "pink-5" | "pink-6" | "pink-7" | "pink-8" | "pink-9" | "pink-10" | "pink-11" | "pink-12" | "pink-13" | "pink-14" | "pink-15" | "magenta-0" | "magenta-1" | "magenta-2" | "magenta-3" | "magenta-4" | "magenta-5" | "magenta-6" | "magenta-7" | "magenta-8" | "magenta-9" | "magenta-10" | "magenta-11" | "magenta-12" | "magenta-13" | "magenta-14" | "magenta-15" | "carbon-0" | "carbon-1" | "carbon-2" | "carbon-3" | "carbon-4" | "carbon-5" | "carbon-6" | "carbon-7" | "carbon-8" | "carbon-9" | "carbon-10" | "carbon-11" | "carbon-12" | "carbon-13" | "carbon-14" | "carbon-15";
38
- success: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "gray-0" | "gray-1" | "gray-2" | "gray-3" | "gray-4" | "gray-5" | "gray-6" | "gray-7" | "gray-8" | "gray-9" | "gray-10" | "gray-11" | "gray-12" | "gray-13" | "gray-14" | "gray-15" | "purple-0" | "purple-1" | "purple-2" | "purple-3" | "purple-4" | "purple-5" | "purple-6" | "purple-7" | "purple-8" | "purple-9" | "purple-10" | "purple-11" | "purple-12" | "purple-13" | "purple-14" | "purple-15" | "indigo-0" | "indigo-1" | "indigo-2" | "indigo-3" | "indigo-4" | "indigo-5" | "indigo-6" | "indigo-7" | "indigo-8" | "indigo-9" | "indigo-10" | "indigo-11" | "indigo-12" | "indigo-13" | "indigo-14" | "indigo-15" | "blue-0" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "blue-6" | "blue-7" | "blue-8" | "blue-9" | "blue-10" | "blue-11" | "blue-12" | "blue-13" | "blue-14" | "blue-15" | "cyan-0" | "cyan-1" | "cyan-2" | "cyan-3" | "cyan-4" | "cyan-5" | "cyan-6" | "cyan-7" | "cyan-8" | "cyan-9" | "cyan-10" | "cyan-11" | "cyan-12" | "cyan-13" | "cyan-14" | "cyan-15" | "teal-0" | "teal-1" | "teal-2" | "teal-3" | "teal-4" | "teal-5" | "teal-6" | "teal-7" | "teal-8" | "teal-9" | "teal-10" | "teal-11" | "teal-12" | "teal-13" | "teal-14" | "teal-15" | "mint-0" | "mint-1" | "mint-2" | "mint-3" | "mint-4" | "mint-5" | "mint-6" | "mint-7" | "mint-8" | "mint-9" | "mint-10" | "mint-11" | "mint-12" | "mint-13" | "mint-14" | "mint-15" | "green-0" | "green-1" | "green-2" | "green-3" | "green-4" | "green-5" | "green-6" | "green-7" | "green-8" | "green-9" | "green-10" | "green-11" | "green-12" | "green-13" | "green-14" | "green-15" | "lime-0" | "lime-1" | "lime-2" | "lime-3" | "lime-4" | "lime-5" | "lime-6" | "lime-7" | "lime-8" | "lime-9" | "lime-10" | "lime-11" | "lime-12" | "lime-13" | "lime-14" | "lime-15" | "citron-0" | "citron-1" | "citron-2" | "citron-3" | "citron-4" | "citron-5" | "citron-6" | "citron-7" | "citron-8" | "citron-9" | "citron-10" | "citron-11" | "citron-12" | "citron-13" | "citron-14" | "citron-15" | "yellow-0" | "yellow-1" | "yellow-2" | "yellow-3" | "yellow-4" | "yellow-5" | "yellow-6" | "yellow-7" | "yellow-8" | "yellow-9" | "yellow-10" | "yellow-11" | "yellow-12" | "yellow-13" | "yellow-14" | "yellow-15" | "brown-0" | "brown-1" | "brown-2" | "brown-3" | "brown-4" | "brown-5" | "brown-6" | "brown-7" | "brown-8" | "brown-9" | "brown-10" | "brown-11" | "brown-12" | "brown-13" | "brown-14" | "brown-15" | "nude-0" | "nude-1" | "nude-2" | "nude-3" | "nude-4" | "nude-5" | "nude-6" | "nude-7" | "nude-8" | "nude-9" | "nude-10" | "nude-11" | "nude-12" | "nude-13" | "nude-14" | "nude-15" | "orange-0" | "orange-1" | "orange-2" | "orange-3" | "orange-4" | "orange-5" | "orange-6" | "orange-7" | "orange-8" | "orange-9" | "orange-10" | "orange-11" | "orange-12" | "orange-13" | "orange-14" | "orange-15" | "sunset-0" | "sunset-1" | "sunset-2" | "sunset-3" | "sunset-4" | "sunset-5" | "sunset-6" | "sunset-7" | "sunset-8" | "sunset-9" | "sunset-10" | "sunset-11" | "sunset-12" | "sunset-13" | "sunset-14" | "sunset-15" | "red-0" | "red-1" | "red-2" | "red-3" | "red-4" | "red-5" | "red-6" | "red-7" | "red-8" | "red-9" | "red-10" | "red-11" | "red-12" | "red-13" | "red-14" | "red-15" | "rose-0" | "rose-1" | "rose-2" | "rose-3" | "rose-4" | "rose-5" | "rose-6" | "rose-7" | "rose-8" | "rose-9" | "rose-10" | "rose-11" | "rose-12" | "rose-13" | "rose-14" | "rose-15" | "pink-0" | "pink-1" | "pink-2" | "pink-3" | "pink-4" | "pink-5" | "pink-6" | "pink-7" | "pink-8" | "pink-9" | "pink-10" | "pink-11" | "pink-12" | "pink-13" | "pink-14" | "pink-15" | "magenta-0" | "magenta-1" | "magenta-2" | "magenta-3" | "magenta-4" | "magenta-5" | "magenta-6" | "magenta-7" | "magenta-8" | "magenta-9" | "magenta-10" | "magenta-11" | "magenta-12" | "magenta-13" | "magenta-14" | "magenta-15" | "carbon-0" | "carbon-1" | "carbon-2" | "carbon-3" | "carbon-4" | "carbon-5" | "carbon-6" | "carbon-7" | "carbon-8" | "carbon-9" | "carbon-10" | "carbon-11" | "carbon-12" | "carbon-13" | "carbon-14" | "carbon-15";
34
+ warning: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "gray-0" | "gray-1" | "gray-2" | "gray-3" | "gray-4" | "gray-5" | "gray-6" | "gray-7" | "gray-8" | "gray-9" | "gray-10" | "gray-11" | "gray-12" | "gray-13" | "gray-14" | "gray-15" | "purple-0" | "purple-1" | "purple-2" | "purple-3" | "purple-4" | "purple-5" | "purple-6" | "purple-7" | "purple-8" | "purple-9" | "purple-10" | "purple-11" | "purple-12" | "purple-13" | "purple-14" | "purple-15" | "indigo-0" | "indigo-1" | "indigo-2" | "indigo-3" | "indigo-4" | "indigo-5" | "indigo-6" | "indigo-7" | "indigo-8" | "indigo-9" | "indigo-10" | "indigo-11" | "indigo-12" | "indigo-13" | "indigo-14" | "indigo-15" | "blue-0" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "blue-6" | "blue-7" | "blue-8" | "blue-9" | "blue-10" | "blue-11" | "blue-12" | "blue-13" | "blue-14" | "blue-15" | "cyan-0" | "cyan-1" | "cyan-2" | "cyan-3" | "cyan-4" | "cyan-5" | "cyan-6" | "cyan-7" | "cyan-8" | "cyan-9" | "cyan-10" | "cyan-11" | "cyan-12" | "cyan-13" | "cyan-14" | "cyan-15" | "teal-0" | "teal-1" | "teal-2" | "teal-3" | "teal-4" | "teal-5" | "teal-6" | "teal-7" | "teal-8" | "teal-9" | "teal-10" | "teal-11" | "teal-12" | "teal-13" | "teal-14" | "teal-15" | "mint-0" | "mint-1" | "mint-2" | "mint-3" | "mint-4" | "mint-5" | "mint-6" | "mint-7" | "mint-8" | "mint-9" | "mint-10" | "mint-11" | "mint-12" | "mint-13" | "mint-14" | "mint-15" | "green-0" | "green-1" | "green-2" | "green-3" | "green-4" | "green-5" | "green-6" | "green-7" | "green-8" | "green-9" | "green-10" | "green-11" | "green-12" | "green-13" | "green-14" | "green-15" | "lime-0" | "lime-1" | "lime-2" | "lime-3" | "lime-4" | "lime-5" | "lime-6" | "lime-7" | "lime-8" | "lime-9" | "lime-10" | "lime-11" | "lime-12" | "lime-13" | "lime-14" | "lime-15" | "citron-0" | "citron-1" | "citron-2" | "citron-3" | "citron-4" | "citron-5" | "citron-6" | "citron-7" | "citron-8" | "citron-9" | "citron-10" | "citron-11" | "citron-12" | "citron-13" | "citron-14" | "citron-15" | "yellow-0" | "yellow-1" | "yellow-2" | "yellow-3" | "yellow-4" | "yellow-5" | "yellow-6" | "yellow-7" | "yellow-8" | "yellow-9" | "yellow-10" | "yellow-11" | "yellow-12" | "yellow-13" | "yellow-14" | "yellow-15" | "brown-0" | "brown-1" | "brown-2" | "brown-3" | "brown-4" | "brown-5" | "brown-6" | "brown-7" | "brown-8" | "brown-9" | "brown-10" | "brown-11" | "brown-12" | "brown-13" | "brown-14" | "brown-15" | "nude-0" | "nude-1" | "nude-2" | "nude-3" | "nude-4" | "nude-5" | "nude-6" | "nude-7" | "nude-8" | "nude-9" | "nude-10" | "nude-11" | "nude-12" | "nude-13" | "nude-14" | "nude-15" | "orange-0" | "orange-1" | "orange-2" | "orange-3" | "orange-4" | "orange-5" | "orange-6" | "orange-7" | "orange-8" | "orange-9" | "orange-10" | "orange-11" | "orange-12" | "orange-13" | "orange-14" | "orange-15" | "sunset-0" | "sunset-1" | "sunset-2" | "sunset-3" | "sunset-4" | "sunset-5" | "sunset-6" | "sunset-7" | "sunset-8" | "sunset-9" | "sunset-10" | "sunset-11" | "sunset-12" | "sunset-13" | "sunset-14" | "sunset-15" | "red-0" | "red-1" | "red-2" | "red-3" | "red-4" | "red-5" | "red-6" | "red-7" | "red-8" | "red-9" | "red-10" | "red-11" | "red-12" | "red-13" | "red-14" | "red-15" | "rose-0" | "rose-1" | "rose-2" | "rose-3" | "rose-4" | "rose-5" | "rose-6" | "rose-7" | "rose-8" | "rose-9" | "rose-10" | "rose-11" | "rose-12" | "rose-13" | "rose-14" | "rose-15" | "pink-0" | "pink-1" | "pink-2" | "pink-3" | "pink-4" | "pink-5" | "pink-6" | "pink-7" | "pink-8" | "pink-9" | "pink-10" | "pink-11" | "pink-12" | "pink-13" | "pink-14" | "pink-15" | "magenta-0" | "magenta-1" | "magenta-2" | "magenta-3" | "magenta-4" | "magenta-5" | "magenta-6" | "magenta-7" | "magenta-8" | "magenta-9" | "magenta-10" | "magenta-11" | "magenta-12" | "magenta-13" | "magenta-14" | "magenta-15" | "carbon-0" | "carbon-1" | "carbon-2" | "carbon-3" | "carbon-4" | "carbon-5" | "carbon-6" | "carbon-7" | "carbon-8" | "carbon-9" | "carbon-10" | "carbon-11" | "carbon-12" | "carbon-13" | "carbon-14" | "carbon-15";
35
+ success: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "gray-0" | "gray-1" | "gray-2" | "gray-3" | "gray-4" | "gray-5" | "gray-6" | "gray-7" | "gray-8" | "gray-9" | "gray-10" | "gray-11" | "gray-12" | "gray-13" | "gray-14" | "gray-15" | "purple-0" | "purple-1" | "purple-2" | "purple-3" | "purple-4" | "purple-5" | "purple-6" | "purple-7" | "purple-8" | "purple-9" | "purple-10" | "purple-11" | "purple-12" | "purple-13" | "purple-14" | "purple-15" | "indigo-0" | "indigo-1" | "indigo-2" | "indigo-3" | "indigo-4" | "indigo-5" | "indigo-6" | "indigo-7" | "indigo-8" | "indigo-9" | "indigo-10" | "indigo-11" | "indigo-12" | "indigo-13" | "indigo-14" | "indigo-15" | "blue-0" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "blue-6" | "blue-7" | "blue-8" | "blue-9" | "blue-10" | "blue-11" | "blue-12" | "blue-13" | "blue-14" | "blue-15" | "cyan-0" | "cyan-1" | "cyan-2" | "cyan-3" | "cyan-4" | "cyan-5" | "cyan-6" | "cyan-7" | "cyan-8" | "cyan-9" | "cyan-10" | "cyan-11" | "cyan-12" | "cyan-13" | "cyan-14" | "cyan-15" | "teal-0" | "teal-1" | "teal-2" | "teal-3" | "teal-4" | "teal-5" | "teal-6" | "teal-7" | "teal-8" | "teal-9" | "teal-10" | "teal-11" | "teal-12" | "teal-13" | "teal-14" | "teal-15" | "mint-0" | "mint-1" | "mint-2" | "mint-3" | "mint-4" | "mint-5" | "mint-6" | "mint-7" | "mint-8" | "mint-9" | "mint-10" | "mint-11" | "mint-12" | "mint-13" | "mint-14" | "mint-15" | "green-0" | "green-1" | "green-2" | "green-3" | "green-4" | "green-5" | "green-6" | "green-7" | "green-8" | "green-9" | "green-10" | "green-11" | "green-12" | "green-13" | "green-14" | "green-15" | "lime-0" | "lime-1" | "lime-2" | "lime-3" | "lime-4" | "lime-5" | "lime-6" | "lime-7" | "lime-8" | "lime-9" | "lime-10" | "lime-11" | "lime-12" | "lime-13" | "lime-14" | "lime-15" | "citron-0" | "citron-1" | "citron-2" | "citron-3" | "citron-4" | "citron-5" | "citron-6" | "citron-7" | "citron-8" | "citron-9" | "citron-10" | "citron-11" | "citron-12" | "citron-13" | "citron-14" | "citron-15" | "yellow-0" | "yellow-1" | "yellow-2" | "yellow-3" | "yellow-4" | "yellow-5" | "yellow-6" | "yellow-7" | "yellow-8" | "yellow-9" | "yellow-10" | "yellow-11" | "yellow-12" | "yellow-13" | "yellow-14" | "yellow-15" | "brown-0" | "brown-1" | "brown-2" | "brown-3" | "brown-4" | "brown-5" | "brown-6" | "brown-7" | "brown-8" | "brown-9" | "brown-10" | "brown-11" | "brown-12" | "brown-13" | "brown-14" | "brown-15" | "nude-0" | "nude-1" | "nude-2" | "nude-3" | "nude-4" | "nude-5" | "nude-6" | "nude-7" | "nude-8" | "nude-9" | "nude-10" | "nude-11" | "nude-12" | "nude-13" | "nude-14" | "nude-15" | "orange-0" | "orange-1" | "orange-2" | "orange-3" | "orange-4" | "orange-5" | "orange-6" | "orange-7" | "orange-8" | "orange-9" | "orange-10" | "orange-11" | "orange-12" | "orange-13" | "orange-14" | "orange-15" | "sunset-0" | "sunset-1" | "sunset-2" | "sunset-3" | "sunset-4" | "sunset-5" | "sunset-6" | "sunset-7" | "sunset-8" | "sunset-9" | "sunset-10" | "sunset-11" | "sunset-12" | "sunset-13" | "sunset-14" | "sunset-15" | "red-0" | "red-1" | "red-2" | "red-3" | "red-4" | "red-5" | "red-6" | "red-7" | "red-8" | "red-9" | "red-10" | "red-11" | "red-12" | "red-13" | "red-14" | "red-15" | "rose-0" | "rose-1" | "rose-2" | "rose-3" | "rose-4" | "rose-5" | "rose-6" | "rose-7" | "rose-8" | "rose-9" | "rose-10" | "rose-11" | "rose-12" | "rose-13" | "rose-14" | "rose-15" | "pink-0" | "pink-1" | "pink-2" | "pink-3" | "pink-4" | "pink-5" | "pink-6" | "pink-7" | "pink-8" | "pink-9" | "pink-10" | "pink-11" | "pink-12" | "pink-13" | "pink-14" | "pink-15" | "magenta-0" | "magenta-1" | "magenta-2" | "magenta-3" | "magenta-4" | "magenta-5" | "magenta-6" | "magenta-7" | "magenta-8" | "magenta-9" | "magenta-10" | "magenta-11" | "magenta-12" | "magenta-13" | "magenta-14" | "magenta-15" | "carbon-0" | "carbon-1" | "carbon-2" | "carbon-3" | "carbon-4" | "carbon-5" | "carbon-6" | "carbon-7" | "carbon-8" | "carbon-9" | "carbon-10" | "carbon-11" | "carbon-12" | "carbon-13" | "carbon-14" | "carbon-15";
36
+ info: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "gray-0" | "gray-1" | "gray-2" | "gray-3" | "gray-4" | "gray-5" | "gray-6" | "gray-7" | "gray-8" | "gray-9" | "gray-10" | "gray-11" | "gray-12" | "gray-13" | "gray-14" | "gray-15" | "purple-0" | "purple-1" | "purple-2" | "purple-3" | "purple-4" | "purple-5" | "purple-6" | "purple-7" | "purple-8" | "purple-9" | "purple-10" | "purple-11" | "purple-12" | "purple-13" | "purple-14" | "purple-15" | "indigo-0" | "indigo-1" | "indigo-2" | "indigo-3" | "indigo-4" | "indigo-5" | "indigo-6" | "indigo-7" | "indigo-8" | "indigo-9" | "indigo-10" | "indigo-11" | "indigo-12" | "indigo-13" | "indigo-14" | "indigo-15" | "blue-0" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "blue-6" | "blue-7" | "blue-8" | "blue-9" | "blue-10" | "blue-11" | "blue-12" | "blue-13" | "blue-14" | "blue-15" | "cyan-0" | "cyan-1" | "cyan-2" | "cyan-3" | "cyan-4" | "cyan-5" | "cyan-6" | "cyan-7" | "cyan-8" | "cyan-9" | "cyan-10" | "cyan-11" | "cyan-12" | "cyan-13" | "cyan-14" | "cyan-15" | "teal-0" | "teal-1" | "teal-2" | "teal-3" | "teal-4" | "teal-5" | "teal-6" | "teal-7" | "teal-8" | "teal-9" | "teal-10" | "teal-11" | "teal-12" | "teal-13" | "teal-14" | "teal-15" | "mint-0" | "mint-1" | "mint-2" | "mint-3" | "mint-4" | "mint-5" | "mint-6" | "mint-7" | "mint-8" | "mint-9" | "mint-10" | "mint-11" | "mint-12" | "mint-13" | "mint-14" | "mint-15" | "green-0" | "green-1" | "green-2" | "green-3" | "green-4" | "green-5" | "green-6" | "green-7" | "green-8" | "green-9" | "green-10" | "green-11" | "green-12" | "green-13" | "green-14" | "green-15" | "lime-0" | "lime-1" | "lime-2" | "lime-3" | "lime-4" | "lime-5" | "lime-6" | "lime-7" | "lime-8" | "lime-9" | "lime-10" | "lime-11" | "lime-12" | "lime-13" | "lime-14" | "lime-15" | "citron-0" | "citron-1" | "citron-2" | "citron-3" | "citron-4" | "citron-5" | "citron-6" | "citron-7" | "citron-8" | "citron-9" | "citron-10" | "citron-11" | "citron-12" | "citron-13" | "citron-14" | "citron-15" | "yellow-0" | "yellow-1" | "yellow-2" | "yellow-3" | "yellow-4" | "yellow-5" | "yellow-6" | "yellow-7" | "yellow-8" | "yellow-9" | "yellow-10" | "yellow-11" | "yellow-12" | "yellow-13" | "yellow-14" | "yellow-15" | "brown-0" | "brown-1" | "brown-2" | "brown-3" | "brown-4" | "brown-5" | "brown-6" | "brown-7" | "brown-8" | "brown-9" | "brown-10" | "brown-11" | "brown-12" | "brown-13" | "brown-14" | "brown-15" | "nude-0" | "nude-1" | "nude-2" | "nude-3" | "nude-4" | "nude-5" | "nude-6" | "nude-7" | "nude-8" | "nude-9" | "nude-10" | "nude-11" | "nude-12" | "nude-13" | "nude-14" | "nude-15" | "orange-0" | "orange-1" | "orange-2" | "orange-3" | "orange-4" | "orange-5" | "orange-6" | "orange-7" | "orange-8" | "orange-9" | "orange-10" | "orange-11" | "orange-12" | "orange-13" | "orange-14" | "orange-15" | "sunset-0" | "sunset-1" | "sunset-2" | "sunset-3" | "sunset-4" | "sunset-5" | "sunset-6" | "sunset-7" | "sunset-8" | "sunset-9" | "sunset-10" | "sunset-11" | "sunset-12" | "sunset-13" | "sunset-14" | "sunset-15" | "red-0" | "red-1" | "red-2" | "red-3" | "red-4" | "red-5" | "red-6" | "red-7" | "red-8" | "red-9" | "red-10" | "red-11" | "red-12" | "red-13" | "red-14" | "red-15" | "rose-0" | "rose-1" | "rose-2" | "rose-3" | "rose-4" | "rose-5" | "rose-6" | "rose-7" | "rose-8" | "rose-9" | "rose-10" | "rose-11" | "rose-12" | "rose-13" | "rose-14" | "rose-15" | "pink-0" | "pink-1" | "pink-2" | "pink-3" | "pink-4" | "pink-5" | "pink-6" | "pink-7" | "pink-8" | "pink-9" | "pink-10" | "pink-11" | "pink-12" | "pink-13" | "pink-14" | "pink-15" | "magenta-0" | "magenta-1" | "magenta-2" | "magenta-3" | "magenta-4" | "magenta-5" | "magenta-6" | "magenta-7" | "magenta-8" | "magenta-9" | "magenta-10" | "magenta-11" | "magenta-12" | "magenta-13" | "magenta-14" | "magenta-15" | "carbon-0" | "carbon-1" | "carbon-2" | "carbon-3" | "carbon-4" | "carbon-5" | "carbon-6" | "carbon-7" | "carbon-8" | "carbon-9" | "carbon-10" | "carbon-11" | "carbon-12" | "carbon-13" | "carbon-14" | "carbon-15";
37
+ loading: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "gray-0" | "gray-1" | "gray-2" | "gray-3" | "gray-4" | "gray-5" | "gray-6" | "gray-7" | "gray-8" | "gray-9" | "gray-10" | "gray-11" | "gray-12" | "gray-13" | "gray-14" | "gray-15" | "purple-0" | "purple-1" | "purple-2" | "purple-3" | "purple-4" | "purple-5" | "purple-6" | "purple-7" | "purple-8" | "purple-9" | "purple-10" | "purple-11" | "purple-12" | "purple-13" | "purple-14" | "purple-15" | "indigo-0" | "indigo-1" | "indigo-2" | "indigo-3" | "indigo-4" | "indigo-5" | "indigo-6" | "indigo-7" | "indigo-8" | "indigo-9" | "indigo-10" | "indigo-11" | "indigo-12" | "indigo-13" | "indigo-14" | "indigo-15" | "blue-0" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "blue-6" | "blue-7" | "blue-8" | "blue-9" | "blue-10" | "blue-11" | "blue-12" | "blue-13" | "blue-14" | "blue-15" | "cyan-0" | "cyan-1" | "cyan-2" | "cyan-3" | "cyan-4" | "cyan-5" | "cyan-6" | "cyan-7" | "cyan-8" | "cyan-9" | "cyan-10" | "cyan-11" | "cyan-12" | "cyan-13" | "cyan-14" | "cyan-15" | "teal-0" | "teal-1" | "teal-2" | "teal-3" | "teal-4" | "teal-5" | "teal-6" | "teal-7" | "teal-8" | "teal-9" | "teal-10" | "teal-11" | "teal-12" | "teal-13" | "teal-14" | "teal-15" | "mint-0" | "mint-1" | "mint-2" | "mint-3" | "mint-4" | "mint-5" | "mint-6" | "mint-7" | "mint-8" | "mint-9" | "mint-10" | "mint-11" | "mint-12" | "mint-13" | "mint-14" | "mint-15" | "green-0" | "green-1" | "green-2" | "green-3" | "green-4" | "green-5" | "green-6" | "green-7" | "green-8" | "green-9" | "green-10" | "green-11" | "green-12" | "green-13" | "green-14" | "green-15" | "lime-0" | "lime-1" | "lime-2" | "lime-3" | "lime-4" | "lime-5" | "lime-6" | "lime-7" | "lime-8" | "lime-9" | "lime-10" | "lime-11" | "lime-12" | "lime-13" | "lime-14" | "lime-15" | "citron-0" | "citron-1" | "citron-2" | "citron-3" | "citron-4" | "citron-5" | "citron-6" | "citron-7" | "citron-8" | "citron-9" | "citron-10" | "citron-11" | "citron-12" | "citron-13" | "citron-14" | "citron-15" | "yellow-0" | "yellow-1" | "yellow-2" | "yellow-3" | "yellow-4" | "yellow-5" | "yellow-6" | "yellow-7" | "yellow-8" | "yellow-9" | "yellow-10" | "yellow-11" | "yellow-12" | "yellow-13" | "yellow-14" | "yellow-15" | "brown-0" | "brown-1" | "brown-2" | "brown-3" | "brown-4" | "brown-5" | "brown-6" | "brown-7" | "brown-8" | "brown-9" | "brown-10" | "brown-11" | "brown-12" | "brown-13" | "brown-14" | "brown-15" | "nude-0" | "nude-1" | "nude-2" | "nude-3" | "nude-4" | "nude-5" | "nude-6" | "nude-7" | "nude-8" | "nude-9" | "nude-10" | "nude-11" | "nude-12" | "nude-13" | "nude-14" | "nude-15" | "orange-0" | "orange-1" | "orange-2" | "orange-3" | "orange-4" | "orange-5" | "orange-6" | "orange-7" | "orange-8" | "orange-9" | "orange-10" | "orange-11" | "orange-12" | "orange-13" | "orange-14" | "orange-15" | "sunset-0" | "sunset-1" | "sunset-2" | "sunset-3" | "sunset-4" | "sunset-5" | "sunset-6" | "sunset-7" | "sunset-8" | "sunset-9" | "sunset-10" | "sunset-11" | "sunset-12" | "sunset-13" | "sunset-14" | "sunset-15" | "red-0" | "red-1" | "red-2" | "red-3" | "red-4" | "red-5" | "red-6" | "red-7" | "red-8" | "red-9" | "red-10" | "red-11" | "red-12" | "red-13" | "red-14" | "red-15" | "rose-0" | "rose-1" | "rose-2" | "rose-3" | "rose-4" | "rose-5" | "rose-6" | "rose-7" | "rose-8" | "rose-9" | "rose-10" | "rose-11" | "rose-12" | "rose-13" | "rose-14" | "rose-15" | "pink-0" | "pink-1" | "pink-2" | "pink-3" | "pink-4" | "pink-5" | "pink-6" | "pink-7" | "pink-8" | "pink-9" | "pink-10" | "pink-11" | "pink-12" | "pink-13" | "pink-14" | "pink-15" | "magenta-0" | "magenta-1" | "magenta-2" | "magenta-3" | "magenta-4" | "magenta-5" | "magenta-6" | "magenta-7" | "magenta-8" | "magenta-9" | "magenta-10" | "magenta-11" | "magenta-12" | "magenta-13" | "magenta-14" | "magenta-15" | "carbon-0" | "carbon-1" | "carbon-2" | "carbon-3" | "carbon-4" | "carbon-5" | "carbon-6" | "carbon-7" | "carbon-8" | "carbon-9" | "carbon-10" | "carbon-11" | "carbon-12" | "carbon-13" | "carbon-14" | "carbon-15";
38
+ error: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "gray-0" | "gray-1" | "gray-2" | "gray-3" | "gray-4" | "gray-5" | "gray-6" | "gray-7" | "gray-8" | "gray-9" | "gray-10" | "gray-11" | "gray-12" | "gray-13" | "gray-14" | "gray-15" | "purple-0" | "purple-1" | "purple-2" | "purple-3" | "purple-4" | "purple-5" | "purple-6" | "purple-7" | "purple-8" | "purple-9" | "purple-10" | "purple-11" | "purple-12" | "purple-13" | "purple-14" | "purple-15" | "indigo-0" | "indigo-1" | "indigo-2" | "indigo-3" | "indigo-4" | "indigo-5" | "indigo-6" | "indigo-7" | "indigo-8" | "indigo-9" | "indigo-10" | "indigo-11" | "indigo-12" | "indigo-13" | "indigo-14" | "indigo-15" | "blue-0" | "blue-1" | "blue-2" | "blue-3" | "blue-4" | "blue-5" | "blue-6" | "blue-7" | "blue-8" | "blue-9" | "blue-10" | "blue-11" | "blue-12" | "blue-13" | "blue-14" | "blue-15" | "cyan-0" | "cyan-1" | "cyan-2" | "cyan-3" | "cyan-4" | "cyan-5" | "cyan-6" | "cyan-7" | "cyan-8" | "cyan-9" | "cyan-10" | "cyan-11" | "cyan-12" | "cyan-13" | "cyan-14" | "cyan-15" | "teal-0" | "teal-1" | "teal-2" | "teal-3" | "teal-4" | "teal-5" | "teal-6" | "teal-7" | "teal-8" | "teal-9" | "teal-10" | "teal-11" | "teal-12" | "teal-13" | "teal-14" | "teal-15" | "mint-0" | "mint-1" | "mint-2" | "mint-3" | "mint-4" | "mint-5" | "mint-6" | "mint-7" | "mint-8" | "mint-9" | "mint-10" | "mint-11" | "mint-12" | "mint-13" | "mint-14" | "mint-15" | "green-0" | "green-1" | "green-2" | "green-3" | "green-4" | "green-5" | "green-6" | "green-7" | "green-8" | "green-9" | "green-10" | "green-11" | "green-12" | "green-13" | "green-14" | "green-15" | "lime-0" | "lime-1" | "lime-2" | "lime-3" | "lime-4" | "lime-5" | "lime-6" | "lime-7" | "lime-8" | "lime-9" | "lime-10" | "lime-11" | "lime-12" | "lime-13" | "lime-14" | "lime-15" | "citron-0" | "citron-1" | "citron-2" | "citron-3" | "citron-4" | "citron-5" | "citron-6" | "citron-7" | "citron-8" | "citron-9" | "citron-10" | "citron-11" | "citron-12" | "citron-13" | "citron-14" | "citron-15" | "yellow-0" | "yellow-1" | "yellow-2" | "yellow-3" | "yellow-4" | "yellow-5" | "yellow-6" | "yellow-7" | "yellow-8" | "yellow-9" | "yellow-10" | "yellow-11" | "yellow-12" | "yellow-13" | "yellow-14" | "yellow-15" | "brown-0" | "brown-1" | "brown-2" | "brown-3" | "brown-4" | "brown-5" | "brown-6" | "brown-7" | "brown-8" | "brown-9" | "brown-10" | "brown-11" | "brown-12" | "brown-13" | "brown-14" | "brown-15" | "nude-0" | "nude-1" | "nude-2" | "nude-3" | "nude-4" | "nude-5" | "nude-6" | "nude-7" | "nude-8" | "nude-9" | "nude-10" | "nude-11" | "nude-12" | "nude-13" | "nude-14" | "nude-15" | "orange-0" | "orange-1" | "orange-2" | "orange-3" | "orange-4" | "orange-5" | "orange-6" | "orange-7" | "orange-8" | "orange-9" | "orange-10" | "orange-11" | "orange-12" | "orange-13" | "orange-14" | "orange-15" | "sunset-0" | "sunset-1" | "sunset-2" | "sunset-3" | "sunset-4" | "sunset-5" | "sunset-6" | "sunset-7" | "sunset-8" | "sunset-9" | "sunset-10" | "sunset-11" | "sunset-12" | "sunset-13" | "sunset-14" | "sunset-15" | "red-0" | "red-1" | "red-2" | "red-3" | "red-4" | "red-5" | "red-6" | "red-7" | "red-8" | "red-9" | "red-10" | "red-11" | "red-12" | "red-13" | "red-14" | "red-15" | "rose-0" | "rose-1" | "rose-2" | "rose-3" | "rose-4" | "rose-5" | "rose-6" | "rose-7" | "rose-8" | "rose-9" | "rose-10" | "rose-11" | "rose-12" | "rose-13" | "rose-14" | "rose-15" | "pink-0" | "pink-1" | "pink-2" | "pink-3" | "pink-4" | "pink-5" | "pink-6" | "pink-7" | "pink-8" | "pink-9" | "pink-10" | "pink-11" | "pink-12" | "pink-13" | "pink-14" | "pink-15" | "magenta-0" | "magenta-1" | "magenta-2" | "magenta-3" | "magenta-4" | "magenta-5" | "magenta-6" | "magenta-7" | "magenta-8" | "magenta-9" | "magenta-10" | "magenta-11" | "magenta-12" | "magenta-13" | "magenta-14" | "magenta-15" | "carbon-0" | "carbon-1" | "carbon-2" | "carbon-3" | "carbon-4" | "carbon-5" | "carbon-6" | "carbon-7" | "carbon-8" | "carbon-9" | "carbon-10" | "carbon-11" | "carbon-12" | "carbon-13" | "carbon-14" | "carbon-15";
39
39
  };
40
40
  };
41
41
  //#endregion