@hopper-ui/styled-system 0.0.0 → 0.2.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 (39) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +38 -17
  3. package/dist/StyledSystemProvider-173b78af.d.ts +226 -0
  4. package/dist/StyledSystemProvider.css +1 -0
  5. package/dist/StyledSystemProvider.d.ts +5 -28
  6. package/dist/StyledSystemProvider.js +11 -9
  7. package/dist/index.css +1 -0
  8. package/dist/index.d.ts +2387 -12
  9. package/dist/index.js +10 -8
  10. package/dist/styled-system-props-1c231c50.d.ts +3403 -0
  11. package/dist/styled-system-props.d.ts +3 -0
  12. package/dist/styled-system-props.js +3 -0
  13. package/dist/styled-system-root-css-class.js +2 -2
  14. package/dist/useStyledSystem.css +1 -0
  15. package/dist/useStyledSystem.d.ts +24 -0
  16. package/dist/useStyledSystem.js +5 -0
  17. package/package.json +29 -17
  18. package/dist/global-styles/BodyStyleProvider.d.ts +0 -5
  19. package/dist/global-styles/BodyStyleProvider.js +0 -23
  20. package/dist/tokens/TokenProvider.d.ts +0 -20
  21. package/dist/tokens/TokenProvider.js +0 -6
  22. package/dist/tokens/generated/dark-semantic-tokens.d.ts +0 -258
  23. package/dist/tokens/generated/dark-semantic-tokens.js +0 -3
  24. package/dist/tokens/generated/light-tokens.d.ts +0 -609
  25. package/dist/tokens/generated/light-tokens.js +0 -3
  26. package/dist/tokens/tokens.d.ts +0 -866
  27. package/dist/tokens/tokens.js +0 -3
  28. package/dist/utils/assertion.d.ts +0 -15
  29. package/dist/utils/assertion.js +0 -3
  30. package/dist/utils/clsx.d.ts +0 -6
  31. package/dist/utils/clsx.js +0 -3
  32. package/dist/utils/useInsertStyleElement.d.ts +0 -6
  33. package/dist/utils/useInsertStyleElement.js +0 -5
  34. package/dist/utils/useIsomorphicInsertionEffect.d.ts +0 -16
  35. package/dist/utils/useIsomorphicInsertionEffect.js +0 -5
  36. package/dist/utils/useIsomorphicLayoutEffect.d.ts +0 -16
  37. package/dist/utils/useIsomorphicLayoutEffect.js +0 -5
  38. package/dist/utils/useThemeComputedStyle.d.ts +0 -14
  39. package/dist/utils/useThemeComputedStyle.js +0 -3
@@ -0,0 +1,3403 @@
1
+ import { Globals, Property } from 'csstype';
2
+ import { CSSProperties, JSXElementConstructor, ComponentProps } from 'react';
3
+
4
+ declare const Breakpoints: {
5
+ readonly xs: 640;
6
+ readonly sm: 768;
7
+ readonly md: 1024;
8
+ readonly lg: 1280;
9
+ readonly xl: 1440;
10
+ };
11
+ type Breakpoint = keyof typeof Breakpoints | "base";
12
+
13
+ type ResponsiveValue<T> = {
14
+ [K in Breakpoint]?: T;
15
+ };
16
+ type ResponsiveProp<T> = T | ResponsiveValue<T>;
17
+ declare function isResponsiveObject(obj: unknown): obj is ResponsiveValue<unknown>;
18
+ declare function parseResponsiveValue<T>(value: T | ResponsiveValue<T>, matchedBreakpoints: Breakpoint[]): T | undefined;
19
+ declare function useResponsiveValue<T>(value: T | ResponsiveValue<T>): T | undefined;
20
+
21
+ declare const ColorExpressionTypes: readonly ["#", "rgb", "rgba", "hsl", "hsla"];
22
+ declare const DefaultBorderWidthAndStyle = "1px solid";
23
+ declare const ColorMapping: Record<"core_coastal-25" | "core_coastal-50" | "core_coastal-75" | "core_coastal-100" | "core_coastal-200" | "core_coastal-300" | "core_coastal-400" | "core_coastal-500" | "core_coastal-600" | "core_coastal-700" | "core_coastal-800" | "core_coastal-900" | "core_quetzal-25" | "core_quetzal-50" | "core_quetzal-75" | "core_quetzal-100" | "core_quetzal-200" | "core_quetzal-300" | "core_quetzal-400" | "core_quetzal-500" | "core_quetzal-600" | "core_quetzal-700" | "core_quetzal-800" | "core_quetzal-900" | "core_orchid-bloom-25" | "core_orchid-bloom-50" | "core_orchid-bloom-75" | "core_orchid-bloom-100" | "core_orchid-bloom-200" | "core_orchid-bloom-300" | "core_orchid-bloom-400" | "core_orchid-bloom-500" | "core_orchid-bloom-600" | "core_orchid-bloom-700" | "core_orchid-bloom-800" | "core_orchid-bloom-900" | "core_sapphire-25" | "core_sapphire-50" | "core_sapphire-75" | "core_sapphire-100" | "core_sapphire-200" | "core_sapphire-300" | "core_sapphire-400" | "core_sapphire-500" | "core_sapphire-600" | "core_sapphire-700" | "core_sapphire-800" | "core_sapphire-900" | "core_fog-25" | "core_fog-50" | "core_fog-75" | "core_fog-100" | "core_fog-200" | "core_fog-300" | "core_fog-400" | "core_fog-500" | "core_fog-600" | "core_fog-700" | "core_fog-800" | "core_fog-900" | "core_toad-25" | "core_toad-50" | "core_toad-75" | "core_toad-100" | "core_toad-200" | "core_toad-300" | "core_toad-400" | "core_toad-500" | "core_toad-600" | "core_toad-700" | "core_toad-800" | "core_toad-900" | "core_sunken-treasure-25" | "core_sunken-treasure-50" | "core_sunken-treasure-75" | "core_sunken-treasure-100" | "core_sunken-treasure-200" | "core_sunken-treasure-300" | "core_sunken-treasure-400" | "core_sunken-treasure-500" | "core_sunken-treasure-600" | "core_sunken-treasure-700" | "core_sunken-treasure-800" | "core_sunken-treasure-900" | "core_koi-25" | "core_koi-50" | "core_koi-75" | "core_koi-100" | "core_koi-200" | "core_koi-300" | "core_koi-400" | "core_koi-500" | "core_koi-600" | "core_koi-700" | "core_koi-800" | "core_koi-900" | "core_amanita-25" | "core_amanita-50" | "core_amanita-75" | "core_amanita-100" | "core_amanita-200" | "core_amanita-300" | "core_amanita-400" | "core_amanita-500" | "core_amanita-600" | "core_amanita-700" | "core_amanita-800" | "core_amanita-900" | "core_moss-25" | "core_moss-50" | "core_moss-75" | "core_moss-100" | "core_moss-200" | "core_moss-300" | "core_moss-400" | "core_moss-500" | "core_moss-600" | "core_moss-700" | "core_moss-800" | "core_moss-900" | "core_abyss" | "core_rock-20" | "core_rock-25" | "core_rock-50" | "core_rock-75" | "core_rock-100" | "core_rock-200" | "core_rock-300" | "core_rock-400" | "core_rock-500" | "core_rock-600" | "core_rock-700" | "core_rock-800" | "core_rock-900" | "core_samoyed", string>;
24
+ declare const DataVizColorMapping: Record<"dataviz_monochromatic-primary-25" | "dataviz_monochromatic-primary-50" | "dataviz_monochromatic-primary-75" | "dataviz_monochromatic-primary-100" | "dataviz_monochromatic-primary-200" | "dataviz_monochromatic-primary-300" | "dataviz_monochromatic-primary-400" | "dataviz_monochromatic-primary-500" | "dataviz_monochromatic-primary-600" | "dataviz_monochromatic-primary-700" | "dataviz_monochromatic-primary-800" | "dataviz_monochromatic-primary-900" | "dataviz_monochromatic-primary-25-hover" | "dataviz_monochromatic-primary-50-hover" | "dataviz_monochromatic-primary-75-hover" | "dataviz_monochromatic-primary-100-hover" | "dataviz_monochromatic-primary-200-hover" | "dataviz_monochromatic-primary-300-hover" | "dataviz_monochromatic-primary-400-hover" | "dataviz_monochromatic-primary-500-hover" | "dataviz_monochromatic-primary-600-hover" | "dataviz_monochromatic-primary-700-hover" | "dataviz_monochromatic-primary-800-hover" | "dataviz_monochromatic-primary-900-hover" | "dataviz_monochromatic-positive-25" | "dataviz_monochromatic-positive-50" | "dataviz_monochromatic-positive-75" | "dataviz_monochromatic-positive-100" | "dataviz_monochromatic-positive-200" | "dataviz_monochromatic-positive-300" | "dataviz_monochromatic-positive-400" | "dataviz_monochromatic-positive-500" | "dataviz_monochromatic-positive-600" | "dataviz_monochromatic-positive-700" | "dataviz_monochromatic-positive-800" | "dataviz_monochromatic-positive-900" | "dataviz_monochromatic-positive-25-hover" | "dataviz_monochromatic-positive-50-hover" | "dataviz_monochromatic-positive-75-hover" | "dataviz_monochromatic-positive-100-hover" | "dataviz_monochromatic-positive-200-hover" | "dataviz_monochromatic-positive-300-hover" | "dataviz_monochromatic-positive-400-hover" | "dataviz_monochromatic-positive-500-hover" | "dataviz_monochromatic-positive-600-hover" | "dataviz_monochromatic-positive-700-hover" | "dataviz_monochromatic-positive-800-hover" | "dataviz_monochromatic-positive-900-hover" | "dataviz_monochromatic-negative-25" | "dataviz_monochromatic-negative-50" | "dataviz_monochromatic-negative-75" | "dataviz_monochromatic-negative-100" | "dataviz_monochromatic-negative-200" | "dataviz_monochromatic-negative-300" | "dataviz_monochromatic-negative-400" | "dataviz_monochromatic-negative-500" | "dataviz_monochromatic-negative-600" | "dataviz_monochromatic-negative-700" | "dataviz_monochromatic-negative-800" | "dataviz_monochromatic-negative-900" | "dataviz_monochromatic-negative-25-hover" | "dataviz_monochromatic-negative-50-hover" | "dataviz_monochromatic-negative-75-hover" | "dataviz_monochromatic-negative-100-hover" | "dataviz_monochromatic-negative-200-hover" | "dataviz_monochromatic-negative-300-hover" | "dataviz_monochromatic-negative-400-hover" | "dataviz_monochromatic-negative-500-hover" | "dataviz_monochromatic-negative-600-hover" | "dataviz_monochromatic-negative-700-hover" | "dataviz_monochromatic-negative-800-hover" | "dataviz_monochromatic-negative-900-hover" | "dataviz_diverging-sequence-1-positive9" | "dataviz_diverging-sequence-1-positive9-hover" | "dataviz_diverging-sequence-1-positive8" | "dataviz_diverging-sequence-1-positive8-hover" | "dataviz_diverging-sequence-1-positive7" | "dataviz_diverging-sequence-1-positive7-hover" | "dataviz_diverging-sequence-1-positive6" | "dataviz_diverging-sequence-1-positive6-hover" | "dataviz_diverging-sequence-1-positive5" | "dataviz_diverging-sequence-1-positive5-hover" | "dataviz_diverging-sequence-1-positive4" | "dataviz_diverging-sequence-1-positive-4-hover" | "dataviz_diverging-sequence-1-positive3" | "dataviz_diverging-sequence-1-positive3-hover" | "dataviz_diverging-sequence-1-positive2" | "dataviz_diverging-sequence-1-positive2-hover" | "dataviz_diverging-sequence-1-positive1" | "dataviz_diverging-sequence-1-positive1-hover" | "dataviz_diverging-sequence-1-neutral" | "dataviz_diverging-sequence-1-neutral-hover" | "dataviz_diverging-sequence-1-negative1" | "dataviz_diverging-sequence-1-negative1-hover" | "dataviz_diverging-sequence-1-negative2" | "dataviz_diverging-sequence-1-negative2-hover" | "dataviz_diverging-sequence-1-negative3" | "dataviz_diverging-sequence-1-negative3-hover" | "dataviz_diverging-sequence-1-negative4" | "dataviz_diverging-sequence-1-negative4-hover" | "dataviz_diverging-sequence-1-negative5" | "dataviz_diverging-sequence-1-negative5-hover" | "dataviz_diverging-sequence-1-negative6" | "dataviz_diverging-sequence-1-negative6-hover" | "dataviz_diverging-sequence-1-negative7" | "dataviz_diverging-sequence-1-negative7-hover" | "dataviz_diverging-sequence-1-negative8" | "dataviz_diverging-sequence-1-negative8-hover" | "dataviz_diverging-sequence-1-negative9" | "dataviz_diverging-sequence-1-negative9-hover" | "dataviz_diverging-sequence-2-positive10" | "dataviz_diverging-sequence-2-positive10-hover" | "dataviz_diverging-sequence-2-positive9" | "dataviz_diverging-sequence-2-positive9-hover" | "dataviz_diverging-sequence-2-positive8" | "dataviz_diverging-sequence-2-positive8-hover" | "dataviz_diverging-sequence-2-positive7" | "dataviz_diverging-sequence-2-positive7-hover" | "dataviz_diverging-sequence-2-positive6" | "dataviz_diverging-sequence-2-positive6-hover" | "dataviz_diverging-sequence-2-positive5" | "dataviz_diverging-sequence-2-positive5-hover" | "dataviz_diverging-sequence-2-positive4" | "dataviz_diverging-sequence-2-positive4-hover" | "dataviz_diverging-sequence-2-positive3" | "dataviz_diverging-sequence-2-positive3-hover" | "dataviz_diverging-sequence-2-positive2" | "dataviz_diverging-sequence-2-positive2-hover" | "dataviz_diverging-sequence-2-positive1" | "dataviz_diverging-sequence-2-positive1-hover" | "dataviz_diverging-sequence-2-negative1" | "dataviz_diverging-sequence-2-negative1-hover" | "dataviz_diverging-sequence-2-negative2" | "dataviz_diverging-sequence-2-negative2-hover" | "dataviz_diverging-sequence-2-negative3" | "dataviz_diverging-sequence-2-negative3-hover" | "dataviz_diverging-sequence-2-negative4" | "dataviz_diverging-sequence-2-negative4-hover" | "dataviz_diverging-sequence-2-negative5" | "dataviz_diverging-sequence-2-negative5-hover" | "dataviz_diverging-sequence-2-negative6" | "dataviz_diverging-sequence-2-negative6-hover" | "dataviz_diverging-sequence-2-negative7" | "dataviz_diverging-sequence-2-negative7-hover" | "dataviz_diverging-sequence-2-negative8" | "dataviz_diverging-sequence-2-negative8-hover" | "dataviz_diverging-sequence-2-negative9" | "dataviz_diverging-sequence-2-negative9-hover" | "dataviz_diverging-sequence-2-negative10" | "dataviz_diverging-sequence-2-negative10-hover" | "dataviz_categorical-sequence-category1" | "dataviz_categorical-sequence-category1-hover" | "dataviz_categorical-sequence-category2" | "dataviz_categorical-sequence-category2-hover" | "dataviz_categorical-sequence-category3" | "dataviz_categorical-sequence-category3-hover" | "dataviz_categorical-sequence-category4" | "dataviz_categorical-sequence-category4-hover" | "dataviz_categorical-sequence-category5" | "dataviz_categorical-sequence-category5-hover" | "dataviz_categorical-sequence-category6" | "dataviz_categorical-sequence-category6-hover" | "dataviz_categorical-sequence-category7" | "dataviz_categorical-sequence-category7-hover" | "dataviz_categorical-sequence-category8" | "dataviz_categorical-sequence-category8-hover" | "dataviz_categorical-sequence-category9" | "dataviz_categorical-sequence-category9-hover" | "dataviz_categorical-sequence-category10" | "dataviz_categorical-sequence-category10-hover" | "dataviz_categorical-sequence-category11" | "dataviz_categorical-sequence-category-11-hover" | "dataviz_categorical-sequence-category12" | "dataviz_categorical-sequence-cateogry12-hover" | "dataviz_categorical-sequence-category13" | "dataviz_categorical-sequence-category13-hover" | "dataviz_categorical-2colorgroup-option6-category2" | "dataviz_categorical-2colorgroup-option6-category1" | "dataviz_categorical-2colorgroup-option5-category2" | "dataviz_categorical-2colorgroup-option5-category1" | "dataviz_categorical-2colorgroup-option4-category2" | "dataviz_categorical-2colorgroup-option4-category1" | "dataviz_categorical-2colorgroup-option3-category2" | "dataviz_categorical-2colorgroup-option3-category1" | "dataviz_categorical-2colorgroup-option2-category2" | "dataviz_categorical-2colorgroup-option2-category1" | "dataviz_categorical-2colorgroup-option1-category2" | "dataviz_categorical-2colorgroup-option1-category1" | "dataviz_categorical-3colorgroup-option1-category1" | "dataviz_categorical-3colorgroup-option1-category2" | "dataviz_categorical-3colorgroup-option1-category3" | "dataviz_categorical-3colorgroup-option2-category1" | "dataviz_categorical-3colorgroup-option2-category2" | "dataviz_categorical-3colorgroup-option2-category3" | "dataviz_categorical-3colorgroup-option3-category1" | "dataviz_categorical-3colorgroup-option3-category2" | "dataviz_categorical-3colorgroup-option3-category3" | "dataviz_categorical-3colorgroup-option4-category1" | "dataviz_categorical-3colorgroup-option4-category2" | "dataviz_categorical-3colorgroup-option4-category3" | "dataviz_categorical-4colorgroup-option1-category1" | "dataviz_categorical-4colorgroup-option1-category2" | "dataviz_categorical-4colorgroup-option1-category3" | "dataviz_categorical-4colorgroup-option1-category4" | "dataviz_categorical-4colorgroup-option2-category1" | "dataviz_categorical-4colorgroup-option2-category2" | "dataviz_categorical-4colorgroup-option2-category3" | "dataviz_categorical-4colorgroup-option2-category4" | "dataviz_categorical-4colorgroup-option3-category1" | "dataviz_categorical-4colorgroup-option3-category2" | "dataviz_categorical-4colorgroup-option3-category3" | "dataviz_categorical-4colorgroup-option3-category4" | "dataviz_categorical-4colorgroup-option4-category1" | "dataviz_categorical-4colorgroup-option4-category2" | "dataviz_categorical-4colorgroup-option4-category3" | "dataviz_categorical-4colorgroup-option4-category4" | "dataviz_categorical-5colorgroup-option1-category1" | "dataviz_categorical-5colorgroup-option1-category2" | "dataviz_categorical-5colorgroup-option1-category3" | "dataviz_categorical-5colorgroup-option1-category4" | "dataviz_categorical-5colorgroup-option1-category5" | "dataviz_categorical-5colorgroup-option2-category1" | "dataviz_categorical-5colorgroup-option2-category2" | "dataviz_categorical-5colorgroup-option2-category3" | "dataviz_categorical-5colorgroup-option2-category4" | "dataviz_categorical-5colorgroup-option2-category5" | "dataviz_categorical-5colorgroup-option3-category1" | "dataviz_categorical-5colorgroup-option3-category2" | "dataviz_categorical-5colorgroup-option3-category3" | "dataviz_categorical-5colorgroup-option3-category4" | "dataviz_categorical-5colorgroup-option3-category5" | "dataviz_categorical-5colorgroup-option4-category1" | "dataviz_categorical-5colorgroup-option4-category2" | "dataviz_categorical-5colorgroup-option4-category3" | "dataviz_categorical-5colorgroup-option4-category4" | "dataviz_categorical-5colorgroup-option4-category5" | "dataviz_categorical-6colorgroup-option1-category1" | "dataviz_categorical-6colorgroup-option1-category2" | "dataviz_categorical-6colorgroup-option1-category3" | "dataviz_categorical-6colorgroup-option1-category4" | "dataviz_categorical-6colorgroup-option1-category5" | "dataviz_categorical-6colorgroup-option1-category6" | "dataviz_categorical-6colorgroup-option2-category1" | "dataviz_categorical-6colorgroup-option2-category2" | "dataviz_categorical-6colorgroup-option2-category3" | "dataviz_categorical-6colorgroup-option2-category4" | "dataviz_categorical-6colorgroup-option2-category5" | "dataviz_categorical-6colorgroup-option2-category6" | "dataviz_categorical-6colorgroup-option3-category1" | "dataviz_categorical-6colorgroup-option3-category2" | "dataviz_categorical-6colorgroup-option3-category3" | "dataviz_categorical-6colorgroup-option3-category4" | "dataviz_categorical-6colorgroup-option3-category5" | "dataviz_categorical-6colorgroup-option3-category6" | "dataviz_categorical-6colorgroup-option4-category1" | "dataviz_categorical-6colorgroup-option4-category2" | "dataviz_categorical-6colorgroup-option4-category3" | "dataviz_categorical-6colorgroup-option4-category4" | "dataviz_categorical-6colorgroup-option4-category5" | "dataviz_categorical-6colorgroup-option4-category6" | "dataviz_unavailable" | "dataviz_unavailable-weak" | "dataviz_unavailable-strong" | "dataviz_text-onlight" | "dataviz_text-ondark", string>;
25
+ declare const BackgroundColorMapping: {
26
+ "dataviz_monochromatic-primary-25": string;
27
+ "dataviz_monochromatic-primary-50": string;
28
+ "dataviz_monochromatic-primary-75": string;
29
+ "dataviz_monochromatic-primary-100": string;
30
+ "dataviz_monochromatic-primary-200": string;
31
+ "dataviz_monochromatic-primary-300": string;
32
+ "dataviz_monochromatic-primary-400": string;
33
+ "dataviz_monochromatic-primary-500": string;
34
+ "dataviz_monochromatic-primary-600": string;
35
+ "dataviz_monochromatic-primary-700": string;
36
+ "dataviz_monochromatic-primary-800": string;
37
+ "dataviz_monochromatic-primary-900": string;
38
+ "dataviz_monochromatic-primary-25-hover": string;
39
+ "dataviz_monochromatic-primary-50-hover": string;
40
+ "dataviz_monochromatic-primary-75-hover": string;
41
+ "dataviz_monochromatic-primary-100-hover": string;
42
+ "dataviz_monochromatic-primary-200-hover": string;
43
+ "dataviz_monochromatic-primary-300-hover": string;
44
+ "dataviz_monochromatic-primary-400-hover": string;
45
+ "dataviz_monochromatic-primary-500-hover": string;
46
+ "dataviz_monochromatic-primary-600-hover": string;
47
+ "dataviz_monochromatic-primary-700-hover": string;
48
+ "dataviz_monochromatic-primary-800-hover": string;
49
+ "dataviz_monochromatic-primary-900-hover": string;
50
+ "dataviz_monochromatic-positive-25": string;
51
+ "dataviz_monochromatic-positive-50": string;
52
+ "dataviz_monochromatic-positive-75": string;
53
+ "dataviz_monochromatic-positive-100": string;
54
+ "dataviz_monochromatic-positive-200": string;
55
+ "dataviz_monochromatic-positive-300": string;
56
+ "dataviz_monochromatic-positive-400": string;
57
+ "dataviz_monochromatic-positive-500": string;
58
+ "dataviz_monochromatic-positive-600": string;
59
+ "dataviz_monochromatic-positive-700": string;
60
+ "dataviz_monochromatic-positive-800": string;
61
+ "dataviz_monochromatic-positive-900": string;
62
+ "dataviz_monochromatic-positive-25-hover": string;
63
+ "dataviz_monochromatic-positive-50-hover": string;
64
+ "dataviz_monochromatic-positive-75-hover": string;
65
+ "dataviz_monochromatic-positive-100-hover": string;
66
+ "dataviz_monochromatic-positive-200-hover": string;
67
+ "dataviz_monochromatic-positive-300-hover": string;
68
+ "dataviz_monochromatic-positive-400-hover": string;
69
+ "dataviz_monochromatic-positive-500-hover": string;
70
+ "dataviz_monochromatic-positive-600-hover": string;
71
+ "dataviz_monochromatic-positive-700-hover": string;
72
+ "dataviz_monochromatic-positive-800-hover": string;
73
+ "dataviz_monochromatic-positive-900-hover": string;
74
+ "dataviz_monochromatic-negative-25": string;
75
+ "dataviz_monochromatic-negative-50": string;
76
+ "dataviz_monochromatic-negative-75": string;
77
+ "dataviz_monochromatic-negative-100": string;
78
+ "dataviz_monochromatic-negative-200": string;
79
+ "dataviz_monochromatic-negative-300": string;
80
+ "dataviz_monochromatic-negative-400": string;
81
+ "dataviz_monochromatic-negative-500": string;
82
+ "dataviz_monochromatic-negative-600": string;
83
+ "dataviz_monochromatic-negative-700": string;
84
+ "dataviz_monochromatic-negative-800": string;
85
+ "dataviz_monochromatic-negative-900": string;
86
+ "dataviz_monochromatic-negative-25-hover": string;
87
+ "dataviz_monochromatic-negative-50-hover": string;
88
+ "dataviz_monochromatic-negative-75-hover": string;
89
+ "dataviz_monochromatic-negative-100-hover": string;
90
+ "dataviz_monochromatic-negative-200-hover": string;
91
+ "dataviz_monochromatic-negative-300-hover": string;
92
+ "dataviz_monochromatic-negative-400-hover": string;
93
+ "dataviz_monochromatic-negative-500-hover": string;
94
+ "dataviz_monochromatic-negative-600-hover": string;
95
+ "dataviz_monochromatic-negative-700-hover": string;
96
+ "dataviz_monochromatic-negative-800-hover": string;
97
+ "dataviz_monochromatic-negative-900-hover": string;
98
+ "dataviz_diverging-sequence-1-positive9": string;
99
+ "dataviz_diverging-sequence-1-positive9-hover": string;
100
+ "dataviz_diverging-sequence-1-positive8": string;
101
+ "dataviz_diverging-sequence-1-positive8-hover": string;
102
+ "dataviz_diverging-sequence-1-positive7": string;
103
+ "dataviz_diverging-sequence-1-positive7-hover": string;
104
+ "dataviz_diverging-sequence-1-positive6": string;
105
+ "dataviz_diverging-sequence-1-positive6-hover": string;
106
+ "dataviz_diverging-sequence-1-positive5": string;
107
+ "dataviz_diverging-sequence-1-positive5-hover": string;
108
+ "dataviz_diverging-sequence-1-positive4": string;
109
+ "dataviz_diverging-sequence-1-positive-4-hover": string;
110
+ "dataviz_diverging-sequence-1-positive3": string;
111
+ "dataviz_diverging-sequence-1-positive3-hover": string;
112
+ "dataviz_diverging-sequence-1-positive2": string;
113
+ "dataviz_diverging-sequence-1-positive2-hover": string;
114
+ "dataviz_diverging-sequence-1-positive1": string;
115
+ "dataviz_diverging-sequence-1-positive1-hover": string;
116
+ "dataviz_diverging-sequence-1-neutral": string;
117
+ "dataviz_diverging-sequence-1-neutral-hover": string;
118
+ "dataviz_diverging-sequence-1-negative1": string;
119
+ "dataviz_diverging-sequence-1-negative1-hover": string;
120
+ "dataviz_diverging-sequence-1-negative2": string;
121
+ "dataviz_diverging-sequence-1-negative2-hover": string;
122
+ "dataviz_diverging-sequence-1-negative3": string;
123
+ "dataviz_diverging-sequence-1-negative3-hover": string;
124
+ "dataviz_diverging-sequence-1-negative4": string;
125
+ "dataviz_diverging-sequence-1-negative4-hover": string;
126
+ "dataviz_diverging-sequence-1-negative5": string;
127
+ "dataviz_diverging-sequence-1-negative5-hover": string;
128
+ "dataviz_diverging-sequence-1-negative6": string;
129
+ "dataviz_diverging-sequence-1-negative6-hover": string;
130
+ "dataviz_diverging-sequence-1-negative7": string;
131
+ "dataviz_diverging-sequence-1-negative7-hover": string;
132
+ "dataviz_diverging-sequence-1-negative8": string;
133
+ "dataviz_diverging-sequence-1-negative8-hover": string;
134
+ "dataviz_diverging-sequence-1-negative9": string;
135
+ "dataviz_diverging-sequence-1-negative9-hover": string;
136
+ "dataviz_diverging-sequence-2-positive10": string;
137
+ "dataviz_diverging-sequence-2-positive10-hover": string;
138
+ "dataviz_diverging-sequence-2-positive9": string;
139
+ "dataviz_diverging-sequence-2-positive9-hover": string;
140
+ "dataviz_diverging-sequence-2-positive8": string;
141
+ "dataviz_diverging-sequence-2-positive8-hover": string;
142
+ "dataviz_diverging-sequence-2-positive7": string;
143
+ "dataviz_diverging-sequence-2-positive7-hover": string;
144
+ "dataviz_diverging-sequence-2-positive6": string;
145
+ "dataviz_diverging-sequence-2-positive6-hover": string;
146
+ "dataviz_diverging-sequence-2-positive5": string;
147
+ "dataviz_diverging-sequence-2-positive5-hover": string;
148
+ "dataviz_diverging-sequence-2-positive4": string;
149
+ "dataviz_diverging-sequence-2-positive4-hover": string;
150
+ "dataviz_diverging-sequence-2-positive3": string;
151
+ "dataviz_diverging-sequence-2-positive3-hover": string;
152
+ "dataviz_diverging-sequence-2-positive2": string;
153
+ "dataviz_diverging-sequence-2-positive2-hover": string;
154
+ "dataviz_diverging-sequence-2-positive1": string;
155
+ "dataviz_diverging-sequence-2-positive1-hover": string;
156
+ "dataviz_diverging-sequence-2-negative1": string;
157
+ "dataviz_diverging-sequence-2-negative1-hover": string;
158
+ "dataviz_diverging-sequence-2-negative2": string;
159
+ "dataviz_diverging-sequence-2-negative2-hover": string;
160
+ "dataviz_diverging-sequence-2-negative3": string;
161
+ "dataviz_diverging-sequence-2-negative3-hover": string;
162
+ "dataviz_diverging-sequence-2-negative4": string;
163
+ "dataviz_diverging-sequence-2-negative4-hover": string;
164
+ "dataviz_diverging-sequence-2-negative5": string;
165
+ "dataviz_diverging-sequence-2-negative5-hover": string;
166
+ "dataviz_diverging-sequence-2-negative6": string;
167
+ "dataviz_diverging-sequence-2-negative6-hover": string;
168
+ "dataviz_diverging-sequence-2-negative7": string;
169
+ "dataviz_diverging-sequence-2-negative7-hover": string;
170
+ "dataviz_diverging-sequence-2-negative8": string;
171
+ "dataviz_diverging-sequence-2-negative8-hover": string;
172
+ "dataviz_diverging-sequence-2-negative9": string;
173
+ "dataviz_diverging-sequence-2-negative9-hover": string;
174
+ "dataviz_diverging-sequence-2-negative10": string;
175
+ "dataviz_diverging-sequence-2-negative10-hover": string;
176
+ "dataviz_categorical-sequence-category1": string;
177
+ "dataviz_categorical-sequence-category1-hover": string;
178
+ "dataviz_categorical-sequence-category2": string;
179
+ "dataviz_categorical-sequence-category2-hover": string;
180
+ "dataviz_categorical-sequence-category3": string;
181
+ "dataviz_categorical-sequence-category3-hover": string;
182
+ "dataviz_categorical-sequence-category4": string;
183
+ "dataviz_categorical-sequence-category4-hover": string;
184
+ "dataviz_categorical-sequence-category5": string;
185
+ "dataviz_categorical-sequence-category5-hover": string;
186
+ "dataviz_categorical-sequence-category6": string;
187
+ "dataviz_categorical-sequence-category6-hover": string;
188
+ "dataviz_categorical-sequence-category7": string;
189
+ "dataviz_categorical-sequence-category7-hover": string;
190
+ "dataviz_categorical-sequence-category8": string;
191
+ "dataviz_categorical-sequence-category8-hover": string;
192
+ "dataviz_categorical-sequence-category9": string;
193
+ "dataviz_categorical-sequence-category9-hover": string;
194
+ "dataviz_categorical-sequence-category10": string;
195
+ "dataviz_categorical-sequence-category10-hover": string;
196
+ "dataviz_categorical-sequence-category11": string;
197
+ "dataviz_categorical-sequence-category-11-hover": string;
198
+ "dataviz_categorical-sequence-category12": string;
199
+ "dataviz_categorical-sequence-cateogry12-hover": string;
200
+ "dataviz_categorical-sequence-category13": string;
201
+ "dataviz_categorical-sequence-category13-hover": string;
202
+ "dataviz_categorical-2colorgroup-option6-category2": string;
203
+ "dataviz_categorical-2colorgroup-option6-category1": string;
204
+ "dataviz_categorical-2colorgroup-option5-category2": string;
205
+ "dataviz_categorical-2colorgroup-option5-category1": string;
206
+ "dataviz_categorical-2colorgroup-option4-category2": string;
207
+ "dataviz_categorical-2colorgroup-option4-category1": string;
208
+ "dataviz_categorical-2colorgroup-option3-category2": string;
209
+ "dataviz_categorical-2colorgroup-option3-category1": string;
210
+ "dataviz_categorical-2colorgroup-option2-category2": string;
211
+ "dataviz_categorical-2colorgroup-option2-category1": string;
212
+ "dataviz_categorical-2colorgroup-option1-category2": string;
213
+ "dataviz_categorical-2colorgroup-option1-category1": string;
214
+ "dataviz_categorical-3colorgroup-option1-category1": string;
215
+ "dataviz_categorical-3colorgroup-option1-category2": string;
216
+ "dataviz_categorical-3colorgroup-option1-category3": string;
217
+ "dataviz_categorical-3colorgroup-option2-category1": string;
218
+ "dataviz_categorical-3colorgroup-option2-category2": string;
219
+ "dataviz_categorical-3colorgroup-option2-category3": string;
220
+ "dataviz_categorical-3colorgroup-option3-category1": string;
221
+ "dataviz_categorical-3colorgroup-option3-category2": string;
222
+ "dataviz_categorical-3colorgroup-option3-category3": string;
223
+ "dataviz_categorical-3colorgroup-option4-category1": string;
224
+ "dataviz_categorical-3colorgroup-option4-category2": string;
225
+ "dataviz_categorical-3colorgroup-option4-category3": string;
226
+ "dataviz_categorical-4colorgroup-option1-category1": string;
227
+ "dataviz_categorical-4colorgroup-option1-category2": string;
228
+ "dataviz_categorical-4colorgroup-option1-category3": string;
229
+ "dataviz_categorical-4colorgroup-option1-category4": string;
230
+ "dataviz_categorical-4colorgroup-option2-category1": string;
231
+ "dataviz_categorical-4colorgroup-option2-category2": string;
232
+ "dataviz_categorical-4colorgroup-option2-category3": string;
233
+ "dataviz_categorical-4colorgroup-option2-category4": string;
234
+ "dataviz_categorical-4colorgroup-option3-category1": string;
235
+ "dataviz_categorical-4colorgroup-option3-category2": string;
236
+ "dataviz_categorical-4colorgroup-option3-category3": string;
237
+ "dataviz_categorical-4colorgroup-option3-category4": string;
238
+ "dataviz_categorical-4colorgroup-option4-category1": string;
239
+ "dataviz_categorical-4colorgroup-option4-category2": string;
240
+ "dataviz_categorical-4colorgroup-option4-category3": string;
241
+ "dataviz_categorical-4colorgroup-option4-category4": string;
242
+ "dataviz_categorical-5colorgroup-option1-category1": string;
243
+ "dataviz_categorical-5colorgroup-option1-category2": string;
244
+ "dataviz_categorical-5colorgroup-option1-category3": string;
245
+ "dataviz_categorical-5colorgroup-option1-category4": string;
246
+ "dataviz_categorical-5colorgroup-option1-category5": string;
247
+ "dataviz_categorical-5colorgroup-option2-category1": string;
248
+ "dataviz_categorical-5colorgroup-option2-category2": string;
249
+ "dataviz_categorical-5colorgroup-option2-category3": string;
250
+ "dataviz_categorical-5colorgroup-option2-category4": string;
251
+ "dataviz_categorical-5colorgroup-option2-category5": string;
252
+ "dataviz_categorical-5colorgroup-option3-category1": string;
253
+ "dataviz_categorical-5colorgroup-option3-category2": string;
254
+ "dataviz_categorical-5colorgroup-option3-category3": string;
255
+ "dataviz_categorical-5colorgroup-option3-category4": string;
256
+ "dataviz_categorical-5colorgroup-option3-category5": string;
257
+ "dataviz_categorical-5colorgroup-option4-category1": string;
258
+ "dataviz_categorical-5colorgroup-option4-category2": string;
259
+ "dataviz_categorical-5colorgroup-option4-category3": string;
260
+ "dataviz_categorical-5colorgroup-option4-category4": string;
261
+ "dataviz_categorical-5colorgroup-option4-category5": string;
262
+ "dataviz_categorical-6colorgroup-option1-category1": string;
263
+ "dataviz_categorical-6colorgroup-option1-category2": string;
264
+ "dataviz_categorical-6colorgroup-option1-category3": string;
265
+ "dataviz_categorical-6colorgroup-option1-category4": string;
266
+ "dataviz_categorical-6colorgroup-option1-category5": string;
267
+ "dataviz_categorical-6colorgroup-option1-category6": string;
268
+ "dataviz_categorical-6colorgroup-option2-category1": string;
269
+ "dataviz_categorical-6colorgroup-option2-category2": string;
270
+ "dataviz_categorical-6colorgroup-option2-category3": string;
271
+ "dataviz_categorical-6colorgroup-option2-category4": string;
272
+ "dataviz_categorical-6colorgroup-option2-category5": string;
273
+ "dataviz_categorical-6colorgroup-option2-category6": string;
274
+ "dataviz_categorical-6colorgroup-option3-category1": string;
275
+ "dataviz_categorical-6colorgroup-option3-category2": string;
276
+ "dataviz_categorical-6colorgroup-option3-category3": string;
277
+ "dataviz_categorical-6colorgroup-option3-category4": string;
278
+ "dataviz_categorical-6colorgroup-option3-category5": string;
279
+ "dataviz_categorical-6colorgroup-option3-category6": string;
280
+ "dataviz_categorical-6colorgroup-option4-category1": string;
281
+ "dataviz_categorical-6colorgroup-option4-category2": string;
282
+ "dataviz_categorical-6colorgroup-option4-category3": string;
283
+ "dataviz_categorical-6colorgroup-option4-category4": string;
284
+ "dataviz_categorical-6colorgroup-option4-category5": string;
285
+ "dataviz_categorical-6colorgroup-option4-category6": string;
286
+ dataviz_unavailable: string;
287
+ "dataviz_unavailable-weak": string;
288
+ "dataviz_unavailable-strong": string;
289
+ "dataviz_text-onlight": string;
290
+ "dataviz_text-ondark": string;
291
+ "core_coastal-25": string;
292
+ "core_coastal-50": string;
293
+ "core_coastal-75": string;
294
+ "core_coastal-100": string;
295
+ "core_coastal-200": string;
296
+ "core_coastal-300": string;
297
+ "core_coastal-400": string;
298
+ "core_coastal-500": string;
299
+ "core_coastal-600": string;
300
+ "core_coastal-700": string;
301
+ "core_coastal-800": string;
302
+ "core_coastal-900": string;
303
+ "core_quetzal-25": string;
304
+ "core_quetzal-50": string;
305
+ "core_quetzal-75": string;
306
+ "core_quetzal-100": string;
307
+ "core_quetzal-200": string;
308
+ "core_quetzal-300": string;
309
+ "core_quetzal-400": string;
310
+ "core_quetzal-500": string;
311
+ "core_quetzal-600": string;
312
+ "core_quetzal-700": string;
313
+ "core_quetzal-800": string;
314
+ "core_quetzal-900": string;
315
+ "core_orchid-bloom-25": string;
316
+ "core_orchid-bloom-50": string;
317
+ "core_orchid-bloom-75": string;
318
+ "core_orchid-bloom-100": string;
319
+ "core_orchid-bloom-200": string;
320
+ "core_orchid-bloom-300": string;
321
+ "core_orchid-bloom-400": string;
322
+ "core_orchid-bloom-500": string;
323
+ "core_orchid-bloom-600": string;
324
+ "core_orchid-bloom-700": string;
325
+ "core_orchid-bloom-800": string;
326
+ "core_orchid-bloom-900": string;
327
+ "core_sapphire-25": string;
328
+ "core_sapphire-50": string;
329
+ "core_sapphire-75": string;
330
+ "core_sapphire-100": string;
331
+ "core_sapphire-200": string;
332
+ "core_sapphire-300": string;
333
+ "core_sapphire-400": string;
334
+ "core_sapphire-500": string;
335
+ "core_sapphire-600": string;
336
+ "core_sapphire-700": string;
337
+ "core_sapphire-800": string;
338
+ "core_sapphire-900": string;
339
+ "core_fog-25": string;
340
+ "core_fog-50": string;
341
+ "core_fog-75": string;
342
+ "core_fog-100": string;
343
+ "core_fog-200": string;
344
+ "core_fog-300": string;
345
+ "core_fog-400": string;
346
+ "core_fog-500": string;
347
+ "core_fog-600": string;
348
+ "core_fog-700": string;
349
+ "core_fog-800": string;
350
+ "core_fog-900": string;
351
+ "core_toad-25": string;
352
+ "core_toad-50": string;
353
+ "core_toad-75": string;
354
+ "core_toad-100": string;
355
+ "core_toad-200": string;
356
+ "core_toad-300": string;
357
+ "core_toad-400": string;
358
+ "core_toad-500": string;
359
+ "core_toad-600": string;
360
+ "core_toad-700": string;
361
+ "core_toad-800": string;
362
+ "core_toad-900": string;
363
+ "core_sunken-treasure-25": string;
364
+ "core_sunken-treasure-50": string;
365
+ "core_sunken-treasure-75": string;
366
+ "core_sunken-treasure-100": string;
367
+ "core_sunken-treasure-200": string;
368
+ "core_sunken-treasure-300": string;
369
+ "core_sunken-treasure-400": string;
370
+ "core_sunken-treasure-500": string;
371
+ "core_sunken-treasure-600": string;
372
+ "core_sunken-treasure-700": string;
373
+ "core_sunken-treasure-800": string;
374
+ "core_sunken-treasure-900": string;
375
+ "core_koi-25": string;
376
+ "core_koi-50": string;
377
+ "core_koi-75": string;
378
+ "core_koi-100": string;
379
+ "core_koi-200": string;
380
+ "core_koi-300": string;
381
+ "core_koi-400": string;
382
+ "core_koi-500": string;
383
+ "core_koi-600": string;
384
+ "core_koi-700": string;
385
+ "core_koi-800": string;
386
+ "core_koi-900": string;
387
+ "core_amanita-25": string;
388
+ "core_amanita-50": string;
389
+ "core_amanita-75": string;
390
+ "core_amanita-100": string;
391
+ "core_amanita-200": string;
392
+ "core_amanita-300": string;
393
+ "core_amanita-400": string;
394
+ "core_amanita-500": string;
395
+ "core_amanita-600": string;
396
+ "core_amanita-700": string;
397
+ "core_amanita-800": string;
398
+ "core_amanita-900": string;
399
+ "core_moss-25": string;
400
+ "core_moss-50": string;
401
+ "core_moss-75": string;
402
+ "core_moss-100": string;
403
+ "core_moss-200": string;
404
+ "core_moss-300": string;
405
+ "core_moss-400": string;
406
+ "core_moss-500": string;
407
+ "core_moss-600": string;
408
+ "core_moss-700": string;
409
+ "core_moss-800": string;
410
+ "core_moss-900": string;
411
+ core_abyss: string;
412
+ "core_rock-20": string;
413
+ "core_rock-25": string;
414
+ "core_rock-50": string;
415
+ "core_rock-75": string;
416
+ "core_rock-100": string;
417
+ "core_rock-200": string;
418
+ "core_rock-300": string;
419
+ "core_rock-400": string;
420
+ "core_rock-500": string;
421
+ "core_rock-600": string;
422
+ "core_rock-700": string;
423
+ "core_rock-800": string;
424
+ "core_rock-900": string;
425
+ core_samoyed: string;
426
+ "upsell-hover": string;
427
+ "upsell-weak": string;
428
+ "upsell-disabled": string;
429
+ "upsell-active": string;
430
+ upsell: string;
431
+ danger: string;
432
+ "danger-disabled": string;
433
+ "danger-hover": string;
434
+ "danger-strong": string;
435
+ "danger-strong-hover": string;
436
+ "danger-weak": string;
437
+ "danger-active": string;
438
+ "primary-disabled": string;
439
+ "primary-focus": string;
440
+ primary: string;
441
+ "primary-weak": string;
442
+ "primary-strong": string;
443
+ "primary-strong-active": string;
444
+ "primary-strong-hover": string;
445
+ "primary-hover": string;
446
+ "primary-active": string;
447
+ "decorative-option9": string;
448
+ "decorative-option9-strong": string;
449
+ "decorative-option9-hover": string;
450
+ "decorative-option9-weak": string;
451
+ "decorative-option9-weak-hover": string;
452
+ "decorative-option9-weakest": string;
453
+ "decorative-option8-weakest": string;
454
+ "decorative-option8-weak": string;
455
+ "decorative-option8-weak-hover": string;
456
+ "decorative-option8-hover": string;
457
+ "decorative-option8-strong": string;
458
+ "decorative-option8": string;
459
+ "decorative-option7-weakest": string;
460
+ "decorative-option7-weak": string;
461
+ "decorative-option7-weak-hover": string;
462
+ "decorative-option7-strong": string;
463
+ "decorative-option7-hover": string;
464
+ "decorative-option7": string;
465
+ "decorative-option5-weakest": string;
466
+ "decorative-option5-weak": string;
467
+ "decorative-option5-strong": string;
468
+ "decorative-option5-hover": string;
469
+ "decorative-option5": string;
470
+ "decorative-option6-weakest": string;
471
+ "decorative-option6-weak": string;
472
+ "decorative-option6-weak-hover": string;
473
+ "decorative-option6-hover": string;
474
+ "decorative-option6-strong": string;
475
+ "decorative-option6": string;
476
+ "decorative-option4-weakest": string;
477
+ "decorative-option4-weak": string;
478
+ "decorative-option4-weak-hover": string;
479
+ "decorative-option4-strong": string;
480
+ "decorative-option4-hover": string;
481
+ "decorative-option4": string;
482
+ "decorative-option3-weak": string;
483
+ "decorative-option3-weak-hover": string;
484
+ "decorative-option3-weakest": string;
485
+ "decorative-option3-strong": string;
486
+ "decorative-option3-hover": string;
487
+ "decorative-option3": string;
488
+ "decorative-option2-weakest": string;
489
+ "decorative-option2-weak": string;
490
+ "decorative-option2-weak-hover": string;
491
+ "decorative-option2-strong": string;
492
+ "decorative-option2": string;
493
+ "decorative-option2-hover": string;
494
+ "decorative-option1-weak": string;
495
+ "decorative-option1-weak-hover": string;
496
+ "decorative-option1-weakest": string;
497
+ "decorative-option1-strong": string;
498
+ "decorative-option1-hover": string;
499
+ "decorative-option1": string;
500
+ "neutral-weakest-active": string;
501
+ "neutral-weakest-hover": string;
502
+ "neutral-disabled": string;
503
+ "neutral-active": string;
504
+ "neutral-weak": string;
505
+ neutral: string;
506
+ "neutral-strong": string;
507
+ "neutral-hover": string;
508
+ "neutral-weak-hover": string;
509
+ "neutral-weakest": string;
510
+ warning: string;
511
+ "warning-strong": string;
512
+ "warning-weak": string;
513
+ success: string;
514
+ "success-strong": string;
515
+ "success-weak": string;
516
+ "information-strong": string;
517
+ information: string;
518
+ "information-weak": string;
519
+ "status-neutral-strong": string;
520
+ "status-neutral": string;
521
+ "status-progress-strong": string;
522
+ "status-progress": string;
523
+ "status-option6-strong": string;
524
+ "status-option6": string;
525
+ "status-option5-strong": string;
526
+ "status-option5": string;
527
+ "status-option1-strong": string;
528
+ "status-option1": string;
529
+ "status-option2-strong": string;
530
+ "status-option2": string;
531
+ "status-option3-strong": string;
532
+ "status-option3": string;
533
+ "status-option4-strong": string;
534
+ "status-option4": string;
535
+ "status-caution-strong": string;
536
+ "status-caution": string;
537
+ "status-negative-strong": string;
538
+ "status-negative": string;
539
+ "status-inactive-strong": string;
540
+ "status-inactive": string;
541
+ "status-positive-strong": string;
542
+ "status-positive": string;
543
+ };
544
+ declare const BorderMapping: {
545
+ "dataviz_monochromatic-primary-25": string;
546
+ "dataviz_monochromatic-primary-50": string;
547
+ "dataviz_monochromatic-primary-75": string;
548
+ "dataviz_monochromatic-primary-100": string;
549
+ "dataviz_monochromatic-primary-200": string;
550
+ "dataviz_monochromatic-primary-300": string;
551
+ "dataviz_monochromatic-primary-400": string;
552
+ "dataviz_monochromatic-primary-500": string;
553
+ "dataviz_monochromatic-primary-600": string;
554
+ "dataviz_monochromatic-primary-700": string;
555
+ "dataviz_monochromatic-primary-800": string;
556
+ "dataviz_monochromatic-primary-900": string;
557
+ "dataviz_monochromatic-primary-25-hover": string;
558
+ "dataviz_monochromatic-primary-50-hover": string;
559
+ "dataviz_monochromatic-primary-75-hover": string;
560
+ "dataviz_monochromatic-primary-100-hover": string;
561
+ "dataviz_monochromatic-primary-200-hover": string;
562
+ "dataviz_monochromatic-primary-300-hover": string;
563
+ "dataviz_monochromatic-primary-400-hover": string;
564
+ "dataviz_monochromatic-primary-500-hover": string;
565
+ "dataviz_monochromatic-primary-600-hover": string;
566
+ "dataviz_monochromatic-primary-700-hover": string;
567
+ "dataviz_monochromatic-primary-800-hover": string;
568
+ "dataviz_monochromatic-primary-900-hover": string;
569
+ "dataviz_monochromatic-positive-25": string;
570
+ "dataviz_monochromatic-positive-50": string;
571
+ "dataviz_monochromatic-positive-75": string;
572
+ "dataviz_monochromatic-positive-100": string;
573
+ "dataviz_monochromatic-positive-200": string;
574
+ "dataviz_monochromatic-positive-300": string;
575
+ "dataviz_monochromatic-positive-400": string;
576
+ "dataviz_monochromatic-positive-500": string;
577
+ "dataviz_monochromatic-positive-600": string;
578
+ "dataviz_monochromatic-positive-700": string;
579
+ "dataviz_monochromatic-positive-800": string;
580
+ "dataviz_monochromatic-positive-900": string;
581
+ "dataviz_monochromatic-positive-25-hover": string;
582
+ "dataviz_monochromatic-positive-50-hover": string;
583
+ "dataviz_monochromatic-positive-75-hover": string;
584
+ "dataviz_monochromatic-positive-100-hover": string;
585
+ "dataviz_monochromatic-positive-200-hover": string;
586
+ "dataviz_monochromatic-positive-300-hover": string;
587
+ "dataviz_monochromatic-positive-400-hover": string;
588
+ "dataviz_monochromatic-positive-500-hover": string;
589
+ "dataviz_monochromatic-positive-600-hover": string;
590
+ "dataviz_monochromatic-positive-700-hover": string;
591
+ "dataviz_monochromatic-positive-800-hover": string;
592
+ "dataviz_monochromatic-positive-900-hover": string;
593
+ "dataviz_monochromatic-negative-25": string;
594
+ "dataviz_monochromatic-negative-50": string;
595
+ "dataviz_monochromatic-negative-75": string;
596
+ "dataviz_monochromatic-negative-100": string;
597
+ "dataviz_monochromatic-negative-200": string;
598
+ "dataviz_monochromatic-negative-300": string;
599
+ "dataviz_monochromatic-negative-400": string;
600
+ "dataviz_monochromatic-negative-500": string;
601
+ "dataviz_monochromatic-negative-600": string;
602
+ "dataviz_monochromatic-negative-700": string;
603
+ "dataviz_monochromatic-negative-800": string;
604
+ "dataviz_monochromatic-negative-900": string;
605
+ "dataviz_monochromatic-negative-25-hover": string;
606
+ "dataviz_monochromatic-negative-50-hover": string;
607
+ "dataviz_monochromatic-negative-75-hover": string;
608
+ "dataviz_monochromatic-negative-100-hover": string;
609
+ "dataviz_monochromatic-negative-200-hover": string;
610
+ "dataviz_monochromatic-negative-300-hover": string;
611
+ "dataviz_monochromatic-negative-400-hover": string;
612
+ "dataviz_monochromatic-negative-500-hover": string;
613
+ "dataviz_monochromatic-negative-600-hover": string;
614
+ "dataviz_monochromatic-negative-700-hover": string;
615
+ "dataviz_monochromatic-negative-800-hover": string;
616
+ "dataviz_monochromatic-negative-900-hover": string;
617
+ "dataviz_diverging-sequence-1-positive9": string;
618
+ "dataviz_diverging-sequence-1-positive9-hover": string;
619
+ "dataviz_diverging-sequence-1-positive8": string;
620
+ "dataviz_diverging-sequence-1-positive8-hover": string;
621
+ "dataviz_diverging-sequence-1-positive7": string;
622
+ "dataviz_diverging-sequence-1-positive7-hover": string;
623
+ "dataviz_diverging-sequence-1-positive6": string;
624
+ "dataviz_diverging-sequence-1-positive6-hover": string;
625
+ "dataviz_diverging-sequence-1-positive5": string;
626
+ "dataviz_diverging-sequence-1-positive5-hover": string;
627
+ "dataviz_diverging-sequence-1-positive4": string;
628
+ "dataviz_diverging-sequence-1-positive-4-hover": string;
629
+ "dataviz_diverging-sequence-1-positive3": string;
630
+ "dataviz_diverging-sequence-1-positive3-hover": string;
631
+ "dataviz_diverging-sequence-1-positive2": string;
632
+ "dataviz_diverging-sequence-1-positive2-hover": string;
633
+ "dataviz_diverging-sequence-1-positive1": string;
634
+ "dataviz_diverging-sequence-1-positive1-hover": string;
635
+ "dataviz_diverging-sequence-1-neutral": string;
636
+ "dataviz_diverging-sequence-1-neutral-hover": string;
637
+ "dataviz_diverging-sequence-1-negative1": string;
638
+ "dataviz_diverging-sequence-1-negative1-hover": string;
639
+ "dataviz_diverging-sequence-1-negative2": string;
640
+ "dataviz_diverging-sequence-1-negative2-hover": string;
641
+ "dataviz_diverging-sequence-1-negative3": string;
642
+ "dataviz_diverging-sequence-1-negative3-hover": string;
643
+ "dataviz_diverging-sequence-1-negative4": string;
644
+ "dataviz_diverging-sequence-1-negative4-hover": string;
645
+ "dataviz_diverging-sequence-1-negative5": string;
646
+ "dataviz_diverging-sequence-1-negative5-hover": string;
647
+ "dataviz_diverging-sequence-1-negative6": string;
648
+ "dataviz_diverging-sequence-1-negative6-hover": string;
649
+ "dataviz_diverging-sequence-1-negative7": string;
650
+ "dataviz_diverging-sequence-1-negative7-hover": string;
651
+ "dataviz_diverging-sequence-1-negative8": string;
652
+ "dataviz_diverging-sequence-1-negative8-hover": string;
653
+ "dataviz_diverging-sequence-1-negative9": string;
654
+ "dataviz_diverging-sequence-1-negative9-hover": string;
655
+ "dataviz_diverging-sequence-2-positive10": string;
656
+ "dataviz_diverging-sequence-2-positive10-hover": string;
657
+ "dataviz_diverging-sequence-2-positive9": string;
658
+ "dataviz_diverging-sequence-2-positive9-hover": string;
659
+ "dataviz_diverging-sequence-2-positive8": string;
660
+ "dataviz_diverging-sequence-2-positive8-hover": string;
661
+ "dataviz_diverging-sequence-2-positive7": string;
662
+ "dataviz_diverging-sequence-2-positive7-hover": string;
663
+ "dataviz_diverging-sequence-2-positive6": string;
664
+ "dataviz_diverging-sequence-2-positive6-hover": string;
665
+ "dataviz_diverging-sequence-2-positive5": string;
666
+ "dataviz_diverging-sequence-2-positive5-hover": string;
667
+ "dataviz_diverging-sequence-2-positive4": string;
668
+ "dataviz_diverging-sequence-2-positive4-hover": string;
669
+ "dataviz_diverging-sequence-2-positive3": string;
670
+ "dataviz_diverging-sequence-2-positive3-hover": string;
671
+ "dataviz_diverging-sequence-2-positive2": string;
672
+ "dataviz_diverging-sequence-2-positive2-hover": string;
673
+ "dataviz_diverging-sequence-2-positive1": string;
674
+ "dataviz_diverging-sequence-2-positive1-hover": string;
675
+ "dataviz_diverging-sequence-2-negative1": string;
676
+ "dataviz_diverging-sequence-2-negative1-hover": string;
677
+ "dataviz_diverging-sequence-2-negative2": string;
678
+ "dataviz_diverging-sequence-2-negative2-hover": string;
679
+ "dataviz_diverging-sequence-2-negative3": string;
680
+ "dataviz_diverging-sequence-2-negative3-hover": string;
681
+ "dataviz_diverging-sequence-2-negative4": string;
682
+ "dataviz_diverging-sequence-2-negative4-hover": string;
683
+ "dataviz_diverging-sequence-2-negative5": string;
684
+ "dataviz_diverging-sequence-2-negative5-hover": string;
685
+ "dataviz_diverging-sequence-2-negative6": string;
686
+ "dataviz_diverging-sequence-2-negative6-hover": string;
687
+ "dataviz_diverging-sequence-2-negative7": string;
688
+ "dataviz_diverging-sequence-2-negative7-hover": string;
689
+ "dataviz_diverging-sequence-2-negative8": string;
690
+ "dataviz_diverging-sequence-2-negative8-hover": string;
691
+ "dataviz_diverging-sequence-2-negative9": string;
692
+ "dataviz_diverging-sequence-2-negative9-hover": string;
693
+ "dataviz_diverging-sequence-2-negative10": string;
694
+ "dataviz_diverging-sequence-2-negative10-hover": string;
695
+ "dataviz_categorical-sequence-category1": string;
696
+ "dataviz_categorical-sequence-category1-hover": string;
697
+ "dataviz_categorical-sequence-category2": string;
698
+ "dataviz_categorical-sequence-category2-hover": string;
699
+ "dataviz_categorical-sequence-category3": string;
700
+ "dataviz_categorical-sequence-category3-hover": string;
701
+ "dataviz_categorical-sequence-category4": string;
702
+ "dataviz_categorical-sequence-category4-hover": string;
703
+ "dataviz_categorical-sequence-category5": string;
704
+ "dataviz_categorical-sequence-category5-hover": string;
705
+ "dataviz_categorical-sequence-category6": string;
706
+ "dataviz_categorical-sequence-category6-hover": string;
707
+ "dataviz_categorical-sequence-category7": string;
708
+ "dataviz_categorical-sequence-category7-hover": string;
709
+ "dataviz_categorical-sequence-category8": string;
710
+ "dataviz_categorical-sequence-category8-hover": string;
711
+ "dataviz_categorical-sequence-category9": string;
712
+ "dataviz_categorical-sequence-category9-hover": string;
713
+ "dataviz_categorical-sequence-category10": string;
714
+ "dataviz_categorical-sequence-category10-hover": string;
715
+ "dataviz_categorical-sequence-category11": string;
716
+ "dataviz_categorical-sequence-category-11-hover": string;
717
+ "dataviz_categorical-sequence-category12": string;
718
+ "dataviz_categorical-sequence-cateogry12-hover": string;
719
+ "dataviz_categorical-sequence-category13": string;
720
+ "dataviz_categorical-sequence-category13-hover": string;
721
+ "dataviz_categorical-2colorgroup-option6-category2": string;
722
+ "dataviz_categorical-2colorgroup-option6-category1": string;
723
+ "dataviz_categorical-2colorgroup-option5-category2": string;
724
+ "dataviz_categorical-2colorgroup-option5-category1": string;
725
+ "dataviz_categorical-2colorgroup-option4-category2": string;
726
+ "dataviz_categorical-2colorgroup-option4-category1": string;
727
+ "dataviz_categorical-2colorgroup-option3-category2": string;
728
+ "dataviz_categorical-2colorgroup-option3-category1": string;
729
+ "dataviz_categorical-2colorgroup-option2-category2": string;
730
+ "dataviz_categorical-2colorgroup-option2-category1": string;
731
+ "dataviz_categorical-2colorgroup-option1-category2": string;
732
+ "dataviz_categorical-2colorgroup-option1-category1": string;
733
+ "dataviz_categorical-3colorgroup-option1-category1": string;
734
+ "dataviz_categorical-3colorgroup-option1-category2": string;
735
+ "dataviz_categorical-3colorgroup-option1-category3": string;
736
+ "dataviz_categorical-3colorgroup-option2-category1": string;
737
+ "dataviz_categorical-3colorgroup-option2-category2": string;
738
+ "dataviz_categorical-3colorgroup-option2-category3": string;
739
+ "dataviz_categorical-3colorgroup-option3-category1": string;
740
+ "dataviz_categorical-3colorgroup-option3-category2": string;
741
+ "dataviz_categorical-3colorgroup-option3-category3": string;
742
+ "dataviz_categorical-3colorgroup-option4-category1": string;
743
+ "dataviz_categorical-3colorgroup-option4-category2": string;
744
+ "dataviz_categorical-3colorgroup-option4-category3": string;
745
+ "dataviz_categorical-4colorgroup-option1-category1": string;
746
+ "dataviz_categorical-4colorgroup-option1-category2": string;
747
+ "dataviz_categorical-4colorgroup-option1-category3": string;
748
+ "dataviz_categorical-4colorgroup-option1-category4": string;
749
+ "dataviz_categorical-4colorgroup-option2-category1": string;
750
+ "dataviz_categorical-4colorgroup-option2-category2": string;
751
+ "dataviz_categorical-4colorgroup-option2-category3": string;
752
+ "dataviz_categorical-4colorgroup-option2-category4": string;
753
+ "dataviz_categorical-4colorgroup-option3-category1": string;
754
+ "dataviz_categorical-4colorgroup-option3-category2": string;
755
+ "dataviz_categorical-4colorgroup-option3-category3": string;
756
+ "dataviz_categorical-4colorgroup-option3-category4": string;
757
+ "dataviz_categorical-4colorgroup-option4-category1": string;
758
+ "dataviz_categorical-4colorgroup-option4-category2": string;
759
+ "dataviz_categorical-4colorgroup-option4-category3": string;
760
+ "dataviz_categorical-4colorgroup-option4-category4": string;
761
+ "dataviz_categorical-5colorgroup-option1-category1": string;
762
+ "dataviz_categorical-5colorgroup-option1-category2": string;
763
+ "dataviz_categorical-5colorgroup-option1-category3": string;
764
+ "dataviz_categorical-5colorgroup-option1-category4": string;
765
+ "dataviz_categorical-5colorgroup-option1-category5": string;
766
+ "dataviz_categorical-5colorgroup-option2-category1": string;
767
+ "dataviz_categorical-5colorgroup-option2-category2": string;
768
+ "dataviz_categorical-5colorgroup-option2-category3": string;
769
+ "dataviz_categorical-5colorgroup-option2-category4": string;
770
+ "dataviz_categorical-5colorgroup-option2-category5": string;
771
+ "dataviz_categorical-5colorgroup-option3-category1": string;
772
+ "dataviz_categorical-5colorgroup-option3-category2": string;
773
+ "dataviz_categorical-5colorgroup-option3-category3": string;
774
+ "dataviz_categorical-5colorgroup-option3-category4": string;
775
+ "dataviz_categorical-5colorgroup-option3-category5": string;
776
+ "dataviz_categorical-5colorgroup-option4-category1": string;
777
+ "dataviz_categorical-5colorgroup-option4-category2": string;
778
+ "dataviz_categorical-5colorgroup-option4-category3": string;
779
+ "dataviz_categorical-5colorgroup-option4-category4": string;
780
+ "dataviz_categorical-5colorgroup-option4-category5": string;
781
+ "dataviz_categorical-6colorgroup-option1-category1": string;
782
+ "dataviz_categorical-6colorgroup-option1-category2": string;
783
+ "dataviz_categorical-6colorgroup-option1-category3": string;
784
+ "dataviz_categorical-6colorgroup-option1-category4": string;
785
+ "dataviz_categorical-6colorgroup-option1-category5": string;
786
+ "dataviz_categorical-6colorgroup-option1-category6": string;
787
+ "dataviz_categorical-6colorgroup-option2-category1": string;
788
+ "dataviz_categorical-6colorgroup-option2-category2": string;
789
+ "dataviz_categorical-6colorgroup-option2-category3": string;
790
+ "dataviz_categorical-6colorgroup-option2-category4": string;
791
+ "dataviz_categorical-6colorgroup-option2-category5": string;
792
+ "dataviz_categorical-6colorgroup-option2-category6": string;
793
+ "dataviz_categorical-6colorgroup-option3-category1": string;
794
+ "dataviz_categorical-6colorgroup-option3-category2": string;
795
+ "dataviz_categorical-6colorgroup-option3-category3": string;
796
+ "dataviz_categorical-6colorgroup-option3-category4": string;
797
+ "dataviz_categorical-6colorgroup-option3-category5": string;
798
+ "dataviz_categorical-6colorgroup-option3-category6": string;
799
+ "dataviz_categorical-6colorgroup-option4-category1": string;
800
+ "dataviz_categorical-6colorgroup-option4-category2": string;
801
+ "dataviz_categorical-6colorgroup-option4-category3": string;
802
+ "dataviz_categorical-6colorgroup-option4-category4": string;
803
+ "dataviz_categorical-6colorgroup-option4-category5": string;
804
+ "dataviz_categorical-6colorgroup-option4-category6": string;
805
+ dataviz_unavailable: string;
806
+ "dataviz_unavailable-weak": string;
807
+ "dataviz_unavailable-strong": string;
808
+ "dataviz_text-onlight": string;
809
+ "dataviz_text-ondark": string;
810
+ "core_coastal-25": string;
811
+ "core_coastal-50": string;
812
+ "core_coastal-75": string;
813
+ "core_coastal-100": string;
814
+ "core_coastal-200": string;
815
+ "core_coastal-300": string;
816
+ "core_coastal-400": string;
817
+ "core_coastal-500": string;
818
+ "core_coastal-600": string;
819
+ "core_coastal-700": string;
820
+ "core_coastal-800": string;
821
+ "core_coastal-900": string;
822
+ "core_quetzal-25": string;
823
+ "core_quetzal-50": string;
824
+ "core_quetzal-75": string;
825
+ "core_quetzal-100": string;
826
+ "core_quetzal-200": string;
827
+ "core_quetzal-300": string;
828
+ "core_quetzal-400": string;
829
+ "core_quetzal-500": string;
830
+ "core_quetzal-600": string;
831
+ "core_quetzal-700": string;
832
+ "core_quetzal-800": string;
833
+ "core_quetzal-900": string;
834
+ "core_orchid-bloom-25": string;
835
+ "core_orchid-bloom-50": string;
836
+ "core_orchid-bloom-75": string;
837
+ "core_orchid-bloom-100": string;
838
+ "core_orchid-bloom-200": string;
839
+ "core_orchid-bloom-300": string;
840
+ "core_orchid-bloom-400": string;
841
+ "core_orchid-bloom-500": string;
842
+ "core_orchid-bloom-600": string;
843
+ "core_orchid-bloom-700": string;
844
+ "core_orchid-bloom-800": string;
845
+ "core_orchid-bloom-900": string;
846
+ "core_sapphire-25": string;
847
+ "core_sapphire-50": string;
848
+ "core_sapphire-75": string;
849
+ "core_sapphire-100": string;
850
+ "core_sapphire-200": string;
851
+ "core_sapphire-300": string;
852
+ "core_sapphire-400": string;
853
+ "core_sapphire-500": string;
854
+ "core_sapphire-600": string;
855
+ "core_sapphire-700": string;
856
+ "core_sapphire-800": string;
857
+ "core_sapphire-900": string;
858
+ "core_fog-25": string;
859
+ "core_fog-50": string;
860
+ "core_fog-75": string;
861
+ "core_fog-100": string;
862
+ "core_fog-200": string;
863
+ "core_fog-300": string;
864
+ "core_fog-400": string;
865
+ "core_fog-500": string;
866
+ "core_fog-600": string;
867
+ "core_fog-700": string;
868
+ "core_fog-800": string;
869
+ "core_fog-900": string;
870
+ "core_toad-25": string;
871
+ "core_toad-50": string;
872
+ "core_toad-75": string;
873
+ "core_toad-100": string;
874
+ "core_toad-200": string;
875
+ "core_toad-300": string;
876
+ "core_toad-400": string;
877
+ "core_toad-500": string;
878
+ "core_toad-600": string;
879
+ "core_toad-700": string;
880
+ "core_toad-800": string;
881
+ "core_toad-900": string;
882
+ "core_sunken-treasure-25": string;
883
+ "core_sunken-treasure-50": string;
884
+ "core_sunken-treasure-75": string;
885
+ "core_sunken-treasure-100": string;
886
+ "core_sunken-treasure-200": string;
887
+ "core_sunken-treasure-300": string;
888
+ "core_sunken-treasure-400": string;
889
+ "core_sunken-treasure-500": string;
890
+ "core_sunken-treasure-600": string;
891
+ "core_sunken-treasure-700": string;
892
+ "core_sunken-treasure-800": string;
893
+ "core_sunken-treasure-900": string;
894
+ "core_koi-25": string;
895
+ "core_koi-50": string;
896
+ "core_koi-75": string;
897
+ "core_koi-100": string;
898
+ "core_koi-200": string;
899
+ "core_koi-300": string;
900
+ "core_koi-400": string;
901
+ "core_koi-500": string;
902
+ "core_koi-600": string;
903
+ "core_koi-700": string;
904
+ "core_koi-800": string;
905
+ "core_koi-900": string;
906
+ "core_amanita-25": string;
907
+ "core_amanita-50": string;
908
+ "core_amanita-75": string;
909
+ "core_amanita-100": string;
910
+ "core_amanita-200": string;
911
+ "core_amanita-300": string;
912
+ "core_amanita-400": string;
913
+ "core_amanita-500": string;
914
+ "core_amanita-600": string;
915
+ "core_amanita-700": string;
916
+ "core_amanita-800": string;
917
+ "core_amanita-900": string;
918
+ "core_moss-25": string;
919
+ "core_moss-50": string;
920
+ "core_moss-75": string;
921
+ "core_moss-100": string;
922
+ "core_moss-200": string;
923
+ "core_moss-300": string;
924
+ "core_moss-400": string;
925
+ "core_moss-500": string;
926
+ "core_moss-600": string;
927
+ "core_moss-700": string;
928
+ "core_moss-800": string;
929
+ "core_moss-900": string;
930
+ core_abyss: string;
931
+ "core_rock-20": string;
932
+ "core_rock-25": string;
933
+ "core_rock-50": string;
934
+ "core_rock-75": string;
935
+ "core_rock-100": string;
936
+ "core_rock-200": string;
937
+ "core_rock-300": string;
938
+ "core_rock-400": string;
939
+ "core_rock-500": string;
940
+ "core_rock-600": string;
941
+ "core_rock-700": string;
942
+ "core_rock-800": string;
943
+ "core_rock-900": string;
944
+ core_samoyed: string;
945
+ "upsell-hover": string;
946
+ "upsell-weak": string;
947
+ "upsell-disabled": string;
948
+ "upsell-active": string;
949
+ upsell: string;
950
+ danger: string;
951
+ "danger-disabled": string;
952
+ "danger-hover": string;
953
+ "danger-strong": string;
954
+ "danger-strong-hover": string;
955
+ "danger-weak": string;
956
+ "danger-active": string;
957
+ "primary-disabled": string;
958
+ "primary-focus": string;
959
+ primary: string;
960
+ "primary-weak": string;
961
+ "primary-strong": string;
962
+ "primary-strong-active": string;
963
+ "primary-strong-hover": string;
964
+ "primary-hover": string;
965
+ "primary-active": string;
966
+ "decorative-option9": string;
967
+ "decorative-option9-strong": string;
968
+ "decorative-option9-hover": string;
969
+ "decorative-option9-weak": string;
970
+ "decorative-option9-weak-hover": string;
971
+ "decorative-option9-weakest": string;
972
+ "decorative-option8-weakest": string;
973
+ "decorative-option8-weak": string;
974
+ "decorative-option8-weak-hover": string;
975
+ "decorative-option8-hover": string;
976
+ "decorative-option8-strong": string;
977
+ "decorative-option8": string;
978
+ "decorative-option7-weakest": string;
979
+ "decorative-option7-weak": string;
980
+ "decorative-option7-weak-hover": string;
981
+ "decorative-option7-strong": string;
982
+ "decorative-option7-hover": string;
983
+ "decorative-option7": string;
984
+ "decorative-option5-weakest": string;
985
+ "decorative-option5-weak": string;
986
+ "decorative-option5-strong": string;
987
+ "decorative-option5-hover": string;
988
+ "decorative-option5": string;
989
+ "decorative-option6-weakest": string;
990
+ "decorative-option6-weak": string;
991
+ "decorative-option6-weak-hover": string;
992
+ "decorative-option6-hover": string;
993
+ "decorative-option6-strong": string;
994
+ "decorative-option6": string;
995
+ "decorative-option4-weakest": string;
996
+ "decorative-option4-weak": string;
997
+ "decorative-option4-weak-hover": string;
998
+ "decorative-option4-strong": string;
999
+ "decorative-option4-hover": string;
1000
+ "decorative-option4": string;
1001
+ "decorative-option3-weak": string;
1002
+ "decorative-option3-weak-hover": string;
1003
+ "decorative-option3-weakest": string;
1004
+ "decorative-option3-strong": string;
1005
+ "decorative-option3-hover": string;
1006
+ "decorative-option3": string;
1007
+ "decorative-option2-weakest": string;
1008
+ "decorative-option2-weak": string;
1009
+ "decorative-option2-weak-hover": string;
1010
+ "decorative-option2-strong": string;
1011
+ "decorative-option2": string;
1012
+ "decorative-option2-hover": string;
1013
+ "decorative-option1-weak": string;
1014
+ "decorative-option1-weak-hover": string;
1015
+ "decorative-option1-weakest": string;
1016
+ "decorative-option1-strong": string;
1017
+ "decorative-option1-hover": string;
1018
+ "decorative-option1": string;
1019
+ "neutral-weakest-active": string;
1020
+ "neutral-weakest-hover": string;
1021
+ "neutral-disabled": string;
1022
+ "neutral-active": string;
1023
+ "neutral-weak": string;
1024
+ neutral: string;
1025
+ "neutral-strong": string;
1026
+ "neutral-hover": string;
1027
+ "neutral-weak-hover": string;
1028
+ "neutral-weakest": string;
1029
+ warning: string;
1030
+ "warning-strong": string;
1031
+ "warning-weak": string;
1032
+ success: string;
1033
+ "success-strong": string;
1034
+ "success-weak": string;
1035
+ "information-strong": string;
1036
+ information: string;
1037
+ "information-weak": string;
1038
+ "status-neutral-strong": string;
1039
+ "status-neutral": string;
1040
+ "status-progress-strong": string;
1041
+ "status-progress": string;
1042
+ "status-option6-strong": string;
1043
+ "status-option6": string;
1044
+ "status-option5-strong": string;
1045
+ "status-option5": string;
1046
+ "status-option1-strong": string;
1047
+ "status-option1": string;
1048
+ "status-option2-strong": string;
1049
+ "status-option2": string;
1050
+ "status-option3-strong": string;
1051
+ "status-option3": string;
1052
+ "status-option4-strong": string;
1053
+ "status-option4": string;
1054
+ "status-caution-strong": string;
1055
+ "status-caution": string;
1056
+ "status-negative-strong": string;
1057
+ "status-negative": string;
1058
+ "status-inactive-strong": string;
1059
+ "status-inactive": string;
1060
+ "status-positive-strong": string;
1061
+ "status-positive": string;
1062
+ };
1063
+ declare const TextColorMapping: {
1064
+ "dataviz_monochromatic-primary-25": string;
1065
+ "dataviz_monochromatic-primary-50": string;
1066
+ "dataviz_monochromatic-primary-75": string;
1067
+ "dataviz_monochromatic-primary-100": string;
1068
+ "dataviz_monochromatic-primary-200": string;
1069
+ "dataviz_monochromatic-primary-300": string;
1070
+ "dataviz_monochromatic-primary-400": string;
1071
+ "dataviz_monochromatic-primary-500": string;
1072
+ "dataviz_monochromatic-primary-600": string;
1073
+ "dataviz_monochromatic-primary-700": string;
1074
+ "dataviz_monochromatic-primary-800": string;
1075
+ "dataviz_monochromatic-primary-900": string;
1076
+ "dataviz_monochromatic-primary-25-hover": string;
1077
+ "dataviz_monochromatic-primary-50-hover": string;
1078
+ "dataviz_monochromatic-primary-75-hover": string;
1079
+ "dataviz_monochromatic-primary-100-hover": string;
1080
+ "dataviz_monochromatic-primary-200-hover": string;
1081
+ "dataviz_monochromatic-primary-300-hover": string;
1082
+ "dataviz_monochromatic-primary-400-hover": string;
1083
+ "dataviz_monochromatic-primary-500-hover": string;
1084
+ "dataviz_monochromatic-primary-600-hover": string;
1085
+ "dataviz_monochromatic-primary-700-hover": string;
1086
+ "dataviz_monochromatic-primary-800-hover": string;
1087
+ "dataviz_monochromatic-primary-900-hover": string;
1088
+ "dataviz_monochromatic-positive-25": string;
1089
+ "dataviz_monochromatic-positive-50": string;
1090
+ "dataviz_monochromatic-positive-75": string;
1091
+ "dataviz_monochromatic-positive-100": string;
1092
+ "dataviz_monochromatic-positive-200": string;
1093
+ "dataviz_monochromatic-positive-300": string;
1094
+ "dataviz_monochromatic-positive-400": string;
1095
+ "dataviz_monochromatic-positive-500": string;
1096
+ "dataviz_monochromatic-positive-600": string;
1097
+ "dataviz_monochromatic-positive-700": string;
1098
+ "dataviz_monochromatic-positive-800": string;
1099
+ "dataviz_monochromatic-positive-900": string;
1100
+ "dataviz_monochromatic-positive-25-hover": string;
1101
+ "dataviz_monochromatic-positive-50-hover": string;
1102
+ "dataviz_monochromatic-positive-75-hover": string;
1103
+ "dataviz_monochromatic-positive-100-hover": string;
1104
+ "dataviz_monochromatic-positive-200-hover": string;
1105
+ "dataviz_monochromatic-positive-300-hover": string;
1106
+ "dataviz_monochromatic-positive-400-hover": string;
1107
+ "dataviz_monochromatic-positive-500-hover": string;
1108
+ "dataviz_monochromatic-positive-600-hover": string;
1109
+ "dataviz_monochromatic-positive-700-hover": string;
1110
+ "dataviz_monochromatic-positive-800-hover": string;
1111
+ "dataviz_monochromatic-positive-900-hover": string;
1112
+ "dataviz_monochromatic-negative-25": string;
1113
+ "dataviz_monochromatic-negative-50": string;
1114
+ "dataviz_monochromatic-negative-75": string;
1115
+ "dataviz_monochromatic-negative-100": string;
1116
+ "dataviz_monochromatic-negative-200": string;
1117
+ "dataviz_monochromatic-negative-300": string;
1118
+ "dataviz_monochromatic-negative-400": string;
1119
+ "dataviz_monochromatic-negative-500": string;
1120
+ "dataviz_monochromatic-negative-600": string;
1121
+ "dataviz_monochromatic-negative-700": string;
1122
+ "dataviz_monochromatic-negative-800": string;
1123
+ "dataviz_monochromatic-negative-900": string;
1124
+ "dataviz_monochromatic-negative-25-hover": string;
1125
+ "dataviz_monochromatic-negative-50-hover": string;
1126
+ "dataviz_monochromatic-negative-75-hover": string;
1127
+ "dataviz_monochromatic-negative-100-hover": string;
1128
+ "dataviz_monochromatic-negative-200-hover": string;
1129
+ "dataviz_monochromatic-negative-300-hover": string;
1130
+ "dataviz_monochromatic-negative-400-hover": string;
1131
+ "dataviz_monochromatic-negative-500-hover": string;
1132
+ "dataviz_monochromatic-negative-600-hover": string;
1133
+ "dataviz_monochromatic-negative-700-hover": string;
1134
+ "dataviz_monochromatic-negative-800-hover": string;
1135
+ "dataviz_monochromatic-negative-900-hover": string;
1136
+ "dataviz_diverging-sequence-1-positive9": string;
1137
+ "dataviz_diverging-sequence-1-positive9-hover": string;
1138
+ "dataviz_diverging-sequence-1-positive8": string;
1139
+ "dataviz_diverging-sequence-1-positive8-hover": string;
1140
+ "dataviz_diverging-sequence-1-positive7": string;
1141
+ "dataviz_diverging-sequence-1-positive7-hover": string;
1142
+ "dataviz_diverging-sequence-1-positive6": string;
1143
+ "dataviz_diverging-sequence-1-positive6-hover": string;
1144
+ "dataviz_diverging-sequence-1-positive5": string;
1145
+ "dataviz_diverging-sequence-1-positive5-hover": string;
1146
+ "dataviz_diverging-sequence-1-positive4": string;
1147
+ "dataviz_diverging-sequence-1-positive-4-hover": string;
1148
+ "dataviz_diverging-sequence-1-positive3": string;
1149
+ "dataviz_diverging-sequence-1-positive3-hover": string;
1150
+ "dataviz_diverging-sequence-1-positive2": string;
1151
+ "dataviz_diverging-sequence-1-positive2-hover": string;
1152
+ "dataviz_diverging-sequence-1-positive1": string;
1153
+ "dataviz_diverging-sequence-1-positive1-hover": string;
1154
+ "dataviz_diverging-sequence-1-neutral": string;
1155
+ "dataviz_diverging-sequence-1-neutral-hover": string;
1156
+ "dataviz_diverging-sequence-1-negative1": string;
1157
+ "dataviz_diverging-sequence-1-negative1-hover": string;
1158
+ "dataviz_diverging-sequence-1-negative2": string;
1159
+ "dataviz_diverging-sequence-1-negative2-hover": string;
1160
+ "dataviz_diverging-sequence-1-negative3": string;
1161
+ "dataviz_diverging-sequence-1-negative3-hover": string;
1162
+ "dataviz_diverging-sequence-1-negative4": string;
1163
+ "dataviz_diverging-sequence-1-negative4-hover": string;
1164
+ "dataviz_diverging-sequence-1-negative5": string;
1165
+ "dataviz_diverging-sequence-1-negative5-hover": string;
1166
+ "dataviz_diverging-sequence-1-negative6": string;
1167
+ "dataviz_diverging-sequence-1-negative6-hover": string;
1168
+ "dataviz_diverging-sequence-1-negative7": string;
1169
+ "dataviz_diverging-sequence-1-negative7-hover": string;
1170
+ "dataviz_diverging-sequence-1-negative8": string;
1171
+ "dataviz_diverging-sequence-1-negative8-hover": string;
1172
+ "dataviz_diverging-sequence-1-negative9": string;
1173
+ "dataviz_diverging-sequence-1-negative9-hover": string;
1174
+ "dataviz_diverging-sequence-2-positive10": string;
1175
+ "dataviz_diverging-sequence-2-positive10-hover": string;
1176
+ "dataviz_diverging-sequence-2-positive9": string;
1177
+ "dataviz_diverging-sequence-2-positive9-hover": string;
1178
+ "dataviz_diverging-sequence-2-positive8": string;
1179
+ "dataviz_diverging-sequence-2-positive8-hover": string;
1180
+ "dataviz_diverging-sequence-2-positive7": string;
1181
+ "dataviz_diverging-sequence-2-positive7-hover": string;
1182
+ "dataviz_diverging-sequence-2-positive6": string;
1183
+ "dataviz_diverging-sequence-2-positive6-hover": string;
1184
+ "dataviz_diverging-sequence-2-positive5": string;
1185
+ "dataviz_diverging-sequence-2-positive5-hover": string;
1186
+ "dataviz_diverging-sequence-2-positive4": string;
1187
+ "dataviz_diverging-sequence-2-positive4-hover": string;
1188
+ "dataviz_diverging-sequence-2-positive3": string;
1189
+ "dataviz_diverging-sequence-2-positive3-hover": string;
1190
+ "dataviz_diverging-sequence-2-positive2": string;
1191
+ "dataviz_diverging-sequence-2-positive2-hover": string;
1192
+ "dataviz_diverging-sequence-2-positive1": string;
1193
+ "dataviz_diverging-sequence-2-positive1-hover": string;
1194
+ "dataviz_diverging-sequence-2-negative1": string;
1195
+ "dataviz_diverging-sequence-2-negative1-hover": string;
1196
+ "dataviz_diverging-sequence-2-negative2": string;
1197
+ "dataviz_diverging-sequence-2-negative2-hover": string;
1198
+ "dataviz_diverging-sequence-2-negative3": string;
1199
+ "dataviz_diverging-sequence-2-negative3-hover": string;
1200
+ "dataviz_diverging-sequence-2-negative4": string;
1201
+ "dataviz_diverging-sequence-2-negative4-hover": string;
1202
+ "dataviz_diverging-sequence-2-negative5": string;
1203
+ "dataviz_diverging-sequence-2-negative5-hover": string;
1204
+ "dataviz_diverging-sequence-2-negative6": string;
1205
+ "dataviz_diverging-sequence-2-negative6-hover": string;
1206
+ "dataviz_diverging-sequence-2-negative7": string;
1207
+ "dataviz_diverging-sequence-2-negative7-hover": string;
1208
+ "dataviz_diverging-sequence-2-negative8": string;
1209
+ "dataviz_diverging-sequence-2-negative8-hover": string;
1210
+ "dataviz_diverging-sequence-2-negative9": string;
1211
+ "dataviz_diverging-sequence-2-negative9-hover": string;
1212
+ "dataviz_diverging-sequence-2-negative10": string;
1213
+ "dataviz_diverging-sequence-2-negative10-hover": string;
1214
+ "dataviz_categorical-sequence-category1": string;
1215
+ "dataviz_categorical-sequence-category1-hover": string;
1216
+ "dataviz_categorical-sequence-category2": string;
1217
+ "dataviz_categorical-sequence-category2-hover": string;
1218
+ "dataviz_categorical-sequence-category3": string;
1219
+ "dataviz_categorical-sequence-category3-hover": string;
1220
+ "dataviz_categorical-sequence-category4": string;
1221
+ "dataviz_categorical-sequence-category4-hover": string;
1222
+ "dataviz_categorical-sequence-category5": string;
1223
+ "dataviz_categorical-sequence-category5-hover": string;
1224
+ "dataviz_categorical-sequence-category6": string;
1225
+ "dataviz_categorical-sequence-category6-hover": string;
1226
+ "dataviz_categorical-sequence-category7": string;
1227
+ "dataviz_categorical-sequence-category7-hover": string;
1228
+ "dataviz_categorical-sequence-category8": string;
1229
+ "dataviz_categorical-sequence-category8-hover": string;
1230
+ "dataviz_categorical-sequence-category9": string;
1231
+ "dataviz_categorical-sequence-category9-hover": string;
1232
+ "dataviz_categorical-sequence-category10": string;
1233
+ "dataviz_categorical-sequence-category10-hover": string;
1234
+ "dataviz_categorical-sequence-category11": string;
1235
+ "dataviz_categorical-sequence-category-11-hover": string;
1236
+ "dataviz_categorical-sequence-category12": string;
1237
+ "dataviz_categorical-sequence-cateogry12-hover": string;
1238
+ "dataviz_categorical-sequence-category13": string;
1239
+ "dataviz_categorical-sequence-category13-hover": string;
1240
+ "dataviz_categorical-2colorgroup-option6-category2": string;
1241
+ "dataviz_categorical-2colorgroup-option6-category1": string;
1242
+ "dataviz_categorical-2colorgroup-option5-category2": string;
1243
+ "dataviz_categorical-2colorgroup-option5-category1": string;
1244
+ "dataviz_categorical-2colorgroup-option4-category2": string;
1245
+ "dataviz_categorical-2colorgroup-option4-category1": string;
1246
+ "dataviz_categorical-2colorgroup-option3-category2": string;
1247
+ "dataviz_categorical-2colorgroup-option3-category1": string;
1248
+ "dataviz_categorical-2colorgroup-option2-category2": string;
1249
+ "dataviz_categorical-2colorgroup-option2-category1": string;
1250
+ "dataviz_categorical-2colorgroup-option1-category2": string;
1251
+ "dataviz_categorical-2colorgroup-option1-category1": string;
1252
+ "dataviz_categorical-3colorgroup-option1-category1": string;
1253
+ "dataviz_categorical-3colorgroup-option1-category2": string;
1254
+ "dataviz_categorical-3colorgroup-option1-category3": string;
1255
+ "dataviz_categorical-3colorgroup-option2-category1": string;
1256
+ "dataviz_categorical-3colorgroup-option2-category2": string;
1257
+ "dataviz_categorical-3colorgroup-option2-category3": string;
1258
+ "dataviz_categorical-3colorgroup-option3-category1": string;
1259
+ "dataviz_categorical-3colorgroup-option3-category2": string;
1260
+ "dataviz_categorical-3colorgroup-option3-category3": string;
1261
+ "dataviz_categorical-3colorgroup-option4-category1": string;
1262
+ "dataviz_categorical-3colorgroup-option4-category2": string;
1263
+ "dataviz_categorical-3colorgroup-option4-category3": string;
1264
+ "dataviz_categorical-4colorgroup-option1-category1": string;
1265
+ "dataviz_categorical-4colorgroup-option1-category2": string;
1266
+ "dataviz_categorical-4colorgroup-option1-category3": string;
1267
+ "dataviz_categorical-4colorgroup-option1-category4": string;
1268
+ "dataviz_categorical-4colorgroup-option2-category1": string;
1269
+ "dataviz_categorical-4colorgroup-option2-category2": string;
1270
+ "dataviz_categorical-4colorgroup-option2-category3": string;
1271
+ "dataviz_categorical-4colorgroup-option2-category4": string;
1272
+ "dataviz_categorical-4colorgroup-option3-category1": string;
1273
+ "dataviz_categorical-4colorgroup-option3-category2": string;
1274
+ "dataviz_categorical-4colorgroup-option3-category3": string;
1275
+ "dataviz_categorical-4colorgroup-option3-category4": string;
1276
+ "dataviz_categorical-4colorgroup-option4-category1": string;
1277
+ "dataviz_categorical-4colorgroup-option4-category2": string;
1278
+ "dataviz_categorical-4colorgroup-option4-category3": string;
1279
+ "dataviz_categorical-4colorgroup-option4-category4": string;
1280
+ "dataviz_categorical-5colorgroup-option1-category1": string;
1281
+ "dataviz_categorical-5colorgroup-option1-category2": string;
1282
+ "dataviz_categorical-5colorgroup-option1-category3": string;
1283
+ "dataviz_categorical-5colorgroup-option1-category4": string;
1284
+ "dataviz_categorical-5colorgroup-option1-category5": string;
1285
+ "dataviz_categorical-5colorgroup-option2-category1": string;
1286
+ "dataviz_categorical-5colorgroup-option2-category2": string;
1287
+ "dataviz_categorical-5colorgroup-option2-category3": string;
1288
+ "dataviz_categorical-5colorgroup-option2-category4": string;
1289
+ "dataviz_categorical-5colorgroup-option2-category5": string;
1290
+ "dataviz_categorical-5colorgroup-option3-category1": string;
1291
+ "dataviz_categorical-5colorgroup-option3-category2": string;
1292
+ "dataviz_categorical-5colorgroup-option3-category3": string;
1293
+ "dataviz_categorical-5colorgroup-option3-category4": string;
1294
+ "dataviz_categorical-5colorgroup-option3-category5": string;
1295
+ "dataviz_categorical-5colorgroup-option4-category1": string;
1296
+ "dataviz_categorical-5colorgroup-option4-category2": string;
1297
+ "dataviz_categorical-5colorgroup-option4-category3": string;
1298
+ "dataviz_categorical-5colorgroup-option4-category4": string;
1299
+ "dataviz_categorical-5colorgroup-option4-category5": string;
1300
+ "dataviz_categorical-6colorgroup-option1-category1": string;
1301
+ "dataviz_categorical-6colorgroup-option1-category2": string;
1302
+ "dataviz_categorical-6colorgroup-option1-category3": string;
1303
+ "dataviz_categorical-6colorgroup-option1-category4": string;
1304
+ "dataviz_categorical-6colorgroup-option1-category5": string;
1305
+ "dataviz_categorical-6colorgroup-option1-category6": string;
1306
+ "dataviz_categorical-6colorgroup-option2-category1": string;
1307
+ "dataviz_categorical-6colorgroup-option2-category2": string;
1308
+ "dataviz_categorical-6colorgroup-option2-category3": string;
1309
+ "dataviz_categorical-6colorgroup-option2-category4": string;
1310
+ "dataviz_categorical-6colorgroup-option2-category5": string;
1311
+ "dataviz_categorical-6colorgroup-option2-category6": string;
1312
+ "dataviz_categorical-6colorgroup-option3-category1": string;
1313
+ "dataviz_categorical-6colorgroup-option3-category2": string;
1314
+ "dataviz_categorical-6colorgroup-option3-category3": string;
1315
+ "dataviz_categorical-6colorgroup-option3-category4": string;
1316
+ "dataviz_categorical-6colorgroup-option3-category5": string;
1317
+ "dataviz_categorical-6colorgroup-option3-category6": string;
1318
+ "dataviz_categorical-6colorgroup-option4-category1": string;
1319
+ "dataviz_categorical-6colorgroup-option4-category2": string;
1320
+ "dataviz_categorical-6colorgroup-option4-category3": string;
1321
+ "dataviz_categorical-6colorgroup-option4-category4": string;
1322
+ "dataviz_categorical-6colorgroup-option4-category5": string;
1323
+ "dataviz_categorical-6colorgroup-option4-category6": string;
1324
+ dataviz_unavailable: string;
1325
+ "dataviz_unavailable-weak": string;
1326
+ "dataviz_unavailable-strong": string;
1327
+ "dataviz_text-onlight": string;
1328
+ "dataviz_text-ondark": string;
1329
+ "core_coastal-25": string;
1330
+ "core_coastal-50": string;
1331
+ "core_coastal-75": string;
1332
+ "core_coastal-100": string;
1333
+ "core_coastal-200": string;
1334
+ "core_coastal-300": string;
1335
+ "core_coastal-400": string;
1336
+ "core_coastal-500": string;
1337
+ "core_coastal-600": string;
1338
+ "core_coastal-700": string;
1339
+ "core_coastal-800": string;
1340
+ "core_coastal-900": string;
1341
+ "core_quetzal-25": string;
1342
+ "core_quetzal-50": string;
1343
+ "core_quetzal-75": string;
1344
+ "core_quetzal-100": string;
1345
+ "core_quetzal-200": string;
1346
+ "core_quetzal-300": string;
1347
+ "core_quetzal-400": string;
1348
+ "core_quetzal-500": string;
1349
+ "core_quetzal-600": string;
1350
+ "core_quetzal-700": string;
1351
+ "core_quetzal-800": string;
1352
+ "core_quetzal-900": string;
1353
+ "core_orchid-bloom-25": string;
1354
+ "core_orchid-bloom-50": string;
1355
+ "core_orchid-bloom-75": string;
1356
+ "core_orchid-bloom-100": string;
1357
+ "core_orchid-bloom-200": string;
1358
+ "core_orchid-bloom-300": string;
1359
+ "core_orchid-bloom-400": string;
1360
+ "core_orchid-bloom-500": string;
1361
+ "core_orchid-bloom-600": string;
1362
+ "core_orchid-bloom-700": string;
1363
+ "core_orchid-bloom-800": string;
1364
+ "core_orchid-bloom-900": string;
1365
+ "core_sapphire-25": string;
1366
+ "core_sapphire-50": string;
1367
+ "core_sapphire-75": string;
1368
+ "core_sapphire-100": string;
1369
+ "core_sapphire-200": string;
1370
+ "core_sapphire-300": string;
1371
+ "core_sapphire-400": string;
1372
+ "core_sapphire-500": string;
1373
+ "core_sapphire-600": string;
1374
+ "core_sapphire-700": string;
1375
+ "core_sapphire-800": string;
1376
+ "core_sapphire-900": string;
1377
+ "core_fog-25": string;
1378
+ "core_fog-50": string;
1379
+ "core_fog-75": string;
1380
+ "core_fog-100": string;
1381
+ "core_fog-200": string;
1382
+ "core_fog-300": string;
1383
+ "core_fog-400": string;
1384
+ "core_fog-500": string;
1385
+ "core_fog-600": string;
1386
+ "core_fog-700": string;
1387
+ "core_fog-800": string;
1388
+ "core_fog-900": string;
1389
+ "core_toad-25": string;
1390
+ "core_toad-50": string;
1391
+ "core_toad-75": string;
1392
+ "core_toad-100": string;
1393
+ "core_toad-200": string;
1394
+ "core_toad-300": string;
1395
+ "core_toad-400": string;
1396
+ "core_toad-500": string;
1397
+ "core_toad-600": string;
1398
+ "core_toad-700": string;
1399
+ "core_toad-800": string;
1400
+ "core_toad-900": string;
1401
+ "core_sunken-treasure-25": string;
1402
+ "core_sunken-treasure-50": string;
1403
+ "core_sunken-treasure-75": string;
1404
+ "core_sunken-treasure-100": string;
1405
+ "core_sunken-treasure-200": string;
1406
+ "core_sunken-treasure-300": string;
1407
+ "core_sunken-treasure-400": string;
1408
+ "core_sunken-treasure-500": string;
1409
+ "core_sunken-treasure-600": string;
1410
+ "core_sunken-treasure-700": string;
1411
+ "core_sunken-treasure-800": string;
1412
+ "core_sunken-treasure-900": string;
1413
+ "core_koi-25": string;
1414
+ "core_koi-50": string;
1415
+ "core_koi-75": string;
1416
+ "core_koi-100": string;
1417
+ "core_koi-200": string;
1418
+ "core_koi-300": string;
1419
+ "core_koi-400": string;
1420
+ "core_koi-500": string;
1421
+ "core_koi-600": string;
1422
+ "core_koi-700": string;
1423
+ "core_koi-800": string;
1424
+ "core_koi-900": string;
1425
+ "core_amanita-25": string;
1426
+ "core_amanita-50": string;
1427
+ "core_amanita-75": string;
1428
+ "core_amanita-100": string;
1429
+ "core_amanita-200": string;
1430
+ "core_amanita-300": string;
1431
+ "core_amanita-400": string;
1432
+ "core_amanita-500": string;
1433
+ "core_amanita-600": string;
1434
+ "core_amanita-700": string;
1435
+ "core_amanita-800": string;
1436
+ "core_amanita-900": string;
1437
+ "core_moss-25": string;
1438
+ "core_moss-50": string;
1439
+ "core_moss-75": string;
1440
+ "core_moss-100": string;
1441
+ "core_moss-200": string;
1442
+ "core_moss-300": string;
1443
+ "core_moss-400": string;
1444
+ "core_moss-500": string;
1445
+ "core_moss-600": string;
1446
+ "core_moss-700": string;
1447
+ "core_moss-800": string;
1448
+ "core_moss-900": string;
1449
+ core_abyss: string;
1450
+ "core_rock-20": string;
1451
+ "core_rock-25": string;
1452
+ "core_rock-50": string;
1453
+ "core_rock-75": string;
1454
+ "core_rock-100": string;
1455
+ "core_rock-200": string;
1456
+ "core_rock-300": string;
1457
+ "core_rock-400": string;
1458
+ "core_rock-500": string;
1459
+ "core_rock-600": string;
1460
+ "core_rock-700": string;
1461
+ "core_rock-800": string;
1462
+ "core_rock-900": string;
1463
+ core_samoyed: string;
1464
+ "upsell-hover": string;
1465
+ "upsell-disabled": string;
1466
+ "upsell-active": string;
1467
+ upsell: string;
1468
+ danger: string;
1469
+ "danger-disabled": string;
1470
+ "danger-hover": string;
1471
+ "danger-strong": string;
1472
+ "danger-strong-hover": string;
1473
+ "danger-weak": string;
1474
+ "danger-active": string;
1475
+ "primary-disabled": string;
1476
+ primary: string;
1477
+ "primary-strong": string;
1478
+ "primary-strong-hover": string;
1479
+ "primary-hover": string;
1480
+ "primary-active": string;
1481
+ "decorative-option9": string;
1482
+ "decorative-option9-weak": string;
1483
+ "decorative-option8-weak": string;
1484
+ "decorative-option8": string;
1485
+ "decorative-option7-weak": string;
1486
+ "decorative-option7": string;
1487
+ "decorative-option5-weak": string;
1488
+ "decorative-option5": string;
1489
+ "decorative-option6-weak": string;
1490
+ "decorative-option6": string;
1491
+ "decorative-option4-weak": string;
1492
+ "decorative-option4": string;
1493
+ "decorative-option3-weak": string;
1494
+ "decorative-option3": string;
1495
+ "decorative-option2-weak": string;
1496
+ "decorative-option2": string;
1497
+ "decorative-option1-weak": string;
1498
+ "decorative-option1": string;
1499
+ "neutral-disabled": string;
1500
+ "neutral-active": string;
1501
+ "neutral-weak": string;
1502
+ neutral: string;
1503
+ "neutral-strong": string;
1504
+ "neutral-hover": string;
1505
+ "neutral-weakest": string;
1506
+ warning: string;
1507
+ "warning-weak": string;
1508
+ success: string;
1509
+ "success-weak": string;
1510
+ information: string;
1511
+ "information-weak": string;
1512
+ "status-neutral": string;
1513
+ "status-progress": string;
1514
+ "status-option6": string;
1515
+ "status-option5": string;
1516
+ "status-option1": string;
1517
+ "status-option2": string;
1518
+ "status-option3": string;
1519
+ "status-option4": string;
1520
+ "status-caution": string;
1521
+ "status-negative": string;
1522
+ "status-inactive": string;
1523
+ "status-positive": string;
1524
+ "success-hover": string;
1525
+ };
1526
+ declare const IconColorMapping: {
1527
+ "dataviz_monochromatic-primary-25": string;
1528
+ "dataviz_monochromatic-primary-50": string;
1529
+ "dataviz_monochromatic-primary-75": string;
1530
+ "dataviz_monochromatic-primary-100": string;
1531
+ "dataviz_monochromatic-primary-200": string;
1532
+ "dataviz_monochromatic-primary-300": string;
1533
+ "dataviz_monochromatic-primary-400": string;
1534
+ "dataviz_monochromatic-primary-500": string;
1535
+ "dataviz_monochromatic-primary-600": string;
1536
+ "dataviz_monochromatic-primary-700": string;
1537
+ "dataviz_monochromatic-primary-800": string;
1538
+ "dataviz_monochromatic-primary-900": string;
1539
+ "dataviz_monochromatic-primary-25-hover": string;
1540
+ "dataviz_monochromatic-primary-50-hover": string;
1541
+ "dataviz_monochromatic-primary-75-hover": string;
1542
+ "dataviz_monochromatic-primary-100-hover": string;
1543
+ "dataviz_monochromatic-primary-200-hover": string;
1544
+ "dataviz_monochromatic-primary-300-hover": string;
1545
+ "dataviz_monochromatic-primary-400-hover": string;
1546
+ "dataviz_monochromatic-primary-500-hover": string;
1547
+ "dataviz_monochromatic-primary-600-hover": string;
1548
+ "dataviz_monochromatic-primary-700-hover": string;
1549
+ "dataviz_monochromatic-primary-800-hover": string;
1550
+ "dataviz_monochromatic-primary-900-hover": string;
1551
+ "dataviz_monochromatic-positive-25": string;
1552
+ "dataviz_monochromatic-positive-50": string;
1553
+ "dataviz_monochromatic-positive-75": string;
1554
+ "dataviz_monochromatic-positive-100": string;
1555
+ "dataviz_monochromatic-positive-200": string;
1556
+ "dataviz_monochromatic-positive-300": string;
1557
+ "dataviz_monochromatic-positive-400": string;
1558
+ "dataviz_monochromatic-positive-500": string;
1559
+ "dataviz_monochromatic-positive-600": string;
1560
+ "dataviz_monochromatic-positive-700": string;
1561
+ "dataviz_monochromatic-positive-800": string;
1562
+ "dataviz_monochromatic-positive-900": string;
1563
+ "dataviz_monochromatic-positive-25-hover": string;
1564
+ "dataviz_monochromatic-positive-50-hover": string;
1565
+ "dataviz_monochromatic-positive-75-hover": string;
1566
+ "dataviz_monochromatic-positive-100-hover": string;
1567
+ "dataviz_monochromatic-positive-200-hover": string;
1568
+ "dataviz_monochromatic-positive-300-hover": string;
1569
+ "dataviz_monochromatic-positive-400-hover": string;
1570
+ "dataviz_monochromatic-positive-500-hover": string;
1571
+ "dataviz_monochromatic-positive-600-hover": string;
1572
+ "dataviz_monochromatic-positive-700-hover": string;
1573
+ "dataviz_monochromatic-positive-800-hover": string;
1574
+ "dataviz_monochromatic-positive-900-hover": string;
1575
+ "dataviz_monochromatic-negative-25": string;
1576
+ "dataviz_monochromatic-negative-50": string;
1577
+ "dataviz_monochromatic-negative-75": string;
1578
+ "dataviz_monochromatic-negative-100": string;
1579
+ "dataviz_monochromatic-negative-200": string;
1580
+ "dataviz_monochromatic-negative-300": string;
1581
+ "dataviz_monochromatic-negative-400": string;
1582
+ "dataviz_monochromatic-negative-500": string;
1583
+ "dataviz_monochromatic-negative-600": string;
1584
+ "dataviz_monochromatic-negative-700": string;
1585
+ "dataviz_monochromatic-negative-800": string;
1586
+ "dataviz_monochromatic-negative-900": string;
1587
+ "dataviz_monochromatic-negative-25-hover": string;
1588
+ "dataviz_monochromatic-negative-50-hover": string;
1589
+ "dataviz_monochromatic-negative-75-hover": string;
1590
+ "dataviz_monochromatic-negative-100-hover": string;
1591
+ "dataviz_monochromatic-negative-200-hover": string;
1592
+ "dataviz_monochromatic-negative-300-hover": string;
1593
+ "dataviz_monochromatic-negative-400-hover": string;
1594
+ "dataviz_monochromatic-negative-500-hover": string;
1595
+ "dataviz_monochromatic-negative-600-hover": string;
1596
+ "dataviz_monochromatic-negative-700-hover": string;
1597
+ "dataviz_monochromatic-negative-800-hover": string;
1598
+ "dataviz_monochromatic-negative-900-hover": string;
1599
+ "dataviz_diverging-sequence-1-positive9": string;
1600
+ "dataviz_diverging-sequence-1-positive9-hover": string;
1601
+ "dataviz_diverging-sequence-1-positive8": string;
1602
+ "dataviz_diverging-sequence-1-positive8-hover": string;
1603
+ "dataviz_diverging-sequence-1-positive7": string;
1604
+ "dataviz_diverging-sequence-1-positive7-hover": string;
1605
+ "dataviz_diverging-sequence-1-positive6": string;
1606
+ "dataviz_diverging-sequence-1-positive6-hover": string;
1607
+ "dataviz_diverging-sequence-1-positive5": string;
1608
+ "dataviz_diverging-sequence-1-positive5-hover": string;
1609
+ "dataviz_diverging-sequence-1-positive4": string;
1610
+ "dataviz_diverging-sequence-1-positive-4-hover": string;
1611
+ "dataviz_diverging-sequence-1-positive3": string;
1612
+ "dataviz_diverging-sequence-1-positive3-hover": string;
1613
+ "dataviz_diverging-sequence-1-positive2": string;
1614
+ "dataviz_diverging-sequence-1-positive2-hover": string;
1615
+ "dataviz_diverging-sequence-1-positive1": string;
1616
+ "dataviz_diverging-sequence-1-positive1-hover": string;
1617
+ "dataviz_diverging-sequence-1-neutral": string;
1618
+ "dataviz_diverging-sequence-1-neutral-hover": string;
1619
+ "dataviz_diverging-sequence-1-negative1": string;
1620
+ "dataviz_diverging-sequence-1-negative1-hover": string;
1621
+ "dataviz_diverging-sequence-1-negative2": string;
1622
+ "dataviz_diverging-sequence-1-negative2-hover": string;
1623
+ "dataviz_diverging-sequence-1-negative3": string;
1624
+ "dataviz_diverging-sequence-1-negative3-hover": string;
1625
+ "dataviz_diverging-sequence-1-negative4": string;
1626
+ "dataviz_diverging-sequence-1-negative4-hover": string;
1627
+ "dataviz_diverging-sequence-1-negative5": string;
1628
+ "dataviz_diverging-sequence-1-negative5-hover": string;
1629
+ "dataviz_diverging-sequence-1-negative6": string;
1630
+ "dataviz_diverging-sequence-1-negative6-hover": string;
1631
+ "dataviz_diverging-sequence-1-negative7": string;
1632
+ "dataviz_diverging-sequence-1-negative7-hover": string;
1633
+ "dataviz_diverging-sequence-1-negative8": string;
1634
+ "dataviz_diverging-sequence-1-negative8-hover": string;
1635
+ "dataviz_diverging-sequence-1-negative9": string;
1636
+ "dataviz_diverging-sequence-1-negative9-hover": string;
1637
+ "dataviz_diverging-sequence-2-positive10": string;
1638
+ "dataviz_diverging-sequence-2-positive10-hover": string;
1639
+ "dataviz_diverging-sequence-2-positive9": string;
1640
+ "dataviz_diverging-sequence-2-positive9-hover": string;
1641
+ "dataviz_diverging-sequence-2-positive8": string;
1642
+ "dataviz_diverging-sequence-2-positive8-hover": string;
1643
+ "dataviz_diverging-sequence-2-positive7": string;
1644
+ "dataviz_diverging-sequence-2-positive7-hover": string;
1645
+ "dataviz_diverging-sequence-2-positive6": string;
1646
+ "dataviz_diverging-sequence-2-positive6-hover": string;
1647
+ "dataviz_diverging-sequence-2-positive5": string;
1648
+ "dataviz_diverging-sequence-2-positive5-hover": string;
1649
+ "dataviz_diverging-sequence-2-positive4": string;
1650
+ "dataviz_diverging-sequence-2-positive4-hover": string;
1651
+ "dataviz_diverging-sequence-2-positive3": string;
1652
+ "dataviz_diverging-sequence-2-positive3-hover": string;
1653
+ "dataviz_diverging-sequence-2-positive2": string;
1654
+ "dataviz_diverging-sequence-2-positive2-hover": string;
1655
+ "dataviz_diverging-sequence-2-positive1": string;
1656
+ "dataviz_diverging-sequence-2-positive1-hover": string;
1657
+ "dataviz_diverging-sequence-2-negative1": string;
1658
+ "dataviz_diverging-sequence-2-negative1-hover": string;
1659
+ "dataviz_diverging-sequence-2-negative2": string;
1660
+ "dataviz_diverging-sequence-2-negative2-hover": string;
1661
+ "dataviz_diverging-sequence-2-negative3": string;
1662
+ "dataviz_diverging-sequence-2-negative3-hover": string;
1663
+ "dataviz_diverging-sequence-2-negative4": string;
1664
+ "dataviz_diverging-sequence-2-negative4-hover": string;
1665
+ "dataviz_diverging-sequence-2-negative5": string;
1666
+ "dataviz_diverging-sequence-2-negative5-hover": string;
1667
+ "dataviz_diverging-sequence-2-negative6": string;
1668
+ "dataviz_diverging-sequence-2-negative6-hover": string;
1669
+ "dataviz_diverging-sequence-2-negative7": string;
1670
+ "dataviz_diverging-sequence-2-negative7-hover": string;
1671
+ "dataviz_diverging-sequence-2-negative8": string;
1672
+ "dataviz_diverging-sequence-2-negative8-hover": string;
1673
+ "dataviz_diverging-sequence-2-negative9": string;
1674
+ "dataviz_diverging-sequence-2-negative9-hover": string;
1675
+ "dataviz_diverging-sequence-2-negative10": string;
1676
+ "dataviz_diverging-sequence-2-negative10-hover": string;
1677
+ "dataviz_categorical-sequence-category1": string;
1678
+ "dataviz_categorical-sequence-category1-hover": string;
1679
+ "dataviz_categorical-sequence-category2": string;
1680
+ "dataviz_categorical-sequence-category2-hover": string;
1681
+ "dataviz_categorical-sequence-category3": string;
1682
+ "dataviz_categorical-sequence-category3-hover": string;
1683
+ "dataviz_categorical-sequence-category4": string;
1684
+ "dataviz_categorical-sequence-category4-hover": string;
1685
+ "dataviz_categorical-sequence-category5": string;
1686
+ "dataviz_categorical-sequence-category5-hover": string;
1687
+ "dataviz_categorical-sequence-category6": string;
1688
+ "dataviz_categorical-sequence-category6-hover": string;
1689
+ "dataviz_categorical-sequence-category7": string;
1690
+ "dataviz_categorical-sequence-category7-hover": string;
1691
+ "dataviz_categorical-sequence-category8": string;
1692
+ "dataviz_categorical-sequence-category8-hover": string;
1693
+ "dataviz_categorical-sequence-category9": string;
1694
+ "dataviz_categorical-sequence-category9-hover": string;
1695
+ "dataviz_categorical-sequence-category10": string;
1696
+ "dataviz_categorical-sequence-category10-hover": string;
1697
+ "dataviz_categorical-sequence-category11": string;
1698
+ "dataviz_categorical-sequence-category-11-hover": string;
1699
+ "dataviz_categorical-sequence-category12": string;
1700
+ "dataviz_categorical-sequence-cateogry12-hover": string;
1701
+ "dataviz_categorical-sequence-category13": string;
1702
+ "dataviz_categorical-sequence-category13-hover": string;
1703
+ "dataviz_categorical-2colorgroup-option6-category2": string;
1704
+ "dataviz_categorical-2colorgroup-option6-category1": string;
1705
+ "dataviz_categorical-2colorgroup-option5-category2": string;
1706
+ "dataviz_categorical-2colorgroup-option5-category1": string;
1707
+ "dataviz_categorical-2colorgroup-option4-category2": string;
1708
+ "dataviz_categorical-2colorgroup-option4-category1": string;
1709
+ "dataviz_categorical-2colorgroup-option3-category2": string;
1710
+ "dataviz_categorical-2colorgroup-option3-category1": string;
1711
+ "dataviz_categorical-2colorgroup-option2-category2": string;
1712
+ "dataviz_categorical-2colorgroup-option2-category1": string;
1713
+ "dataviz_categorical-2colorgroup-option1-category2": string;
1714
+ "dataviz_categorical-2colorgroup-option1-category1": string;
1715
+ "dataviz_categorical-3colorgroup-option1-category1": string;
1716
+ "dataviz_categorical-3colorgroup-option1-category2": string;
1717
+ "dataviz_categorical-3colorgroup-option1-category3": string;
1718
+ "dataviz_categorical-3colorgroup-option2-category1": string;
1719
+ "dataviz_categorical-3colorgroup-option2-category2": string;
1720
+ "dataviz_categorical-3colorgroup-option2-category3": string;
1721
+ "dataviz_categorical-3colorgroup-option3-category1": string;
1722
+ "dataviz_categorical-3colorgroup-option3-category2": string;
1723
+ "dataviz_categorical-3colorgroup-option3-category3": string;
1724
+ "dataviz_categorical-3colorgroup-option4-category1": string;
1725
+ "dataviz_categorical-3colorgroup-option4-category2": string;
1726
+ "dataviz_categorical-3colorgroup-option4-category3": string;
1727
+ "dataviz_categorical-4colorgroup-option1-category1": string;
1728
+ "dataviz_categorical-4colorgroup-option1-category2": string;
1729
+ "dataviz_categorical-4colorgroup-option1-category3": string;
1730
+ "dataviz_categorical-4colorgroup-option1-category4": string;
1731
+ "dataviz_categorical-4colorgroup-option2-category1": string;
1732
+ "dataviz_categorical-4colorgroup-option2-category2": string;
1733
+ "dataviz_categorical-4colorgroup-option2-category3": string;
1734
+ "dataviz_categorical-4colorgroup-option2-category4": string;
1735
+ "dataviz_categorical-4colorgroup-option3-category1": string;
1736
+ "dataviz_categorical-4colorgroup-option3-category2": string;
1737
+ "dataviz_categorical-4colorgroup-option3-category3": string;
1738
+ "dataviz_categorical-4colorgroup-option3-category4": string;
1739
+ "dataviz_categorical-4colorgroup-option4-category1": string;
1740
+ "dataviz_categorical-4colorgroup-option4-category2": string;
1741
+ "dataviz_categorical-4colorgroup-option4-category3": string;
1742
+ "dataviz_categorical-4colorgroup-option4-category4": string;
1743
+ "dataviz_categorical-5colorgroup-option1-category1": string;
1744
+ "dataviz_categorical-5colorgroup-option1-category2": string;
1745
+ "dataviz_categorical-5colorgroup-option1-category3": string;
1746
+ "dataviz_categorical-5colorgroup-option1-category4": string;
1747
+ "dataviz_categorical-5colorgroup-option1-category5": string;
1748
+ "dataviz_categorical-5colorgroup-option2-category1": string;
1749
+ "dataviz_categorical-5colorgroup-option2-category2": string;
1750
+ "dataviz_categorical-5colorgroup-option2-category3": string;
1751
+ "dataviz_categorical-5colorgroup-option2-category4": string;
1752
+ "dataviz_categorical-5colorgroup-option2-category5": string;
1753
+ "dataviz_categorical-5colorgroup-option3-category1": string;
1754
+ "dataviz_categorical-5colorgroup-option3-category2": string;
1755
+ "dataviz_categorical-5colorgroup-option3-category3": string;
1756
+ "dataviz_categorical-5colorgroup-option3-category4": string;
1757
+ "dataviz_categorical-5colorgroup-option3-category5": string;
1758
+ "dataviz_categorical-5colorgroup-option4-category1": string;
1759
+ "dataviz_categorical-5colorgroup-option4-category2": string;
1760
+ "dataviz_categorical-5colorgroup-option4-category3": string;
1761
+ "dataviz_categorical-5colorgroup-option4-category4": string;
1762
+ "dataviz_categorical-5colorgroup-option4-category5": string;
1763
+ "dataviz_categorical-6colorgroup-option1-category1": string;
1764
+ "dataviz_categorical-6colorgroup-option1-category2": string;
1765
+ "dataviz_categorical-6colorgroup-option1-category3": string;
1766
+ "dataviz_categorical-6colorgroup-option1-category4": string;
1767
+ "dataviz_categorical-6colorgroup-option1-category5": string;
1768
+ "dataviz_categorical-6colorgroup-option1-category6": string;
1769
+ "dataviz_categorical-6colorgroup-option2-category1": string;
1770
+ "dataviz_categorical-6colorgroup-option2-category2": string;
1771
+ "dataviz_categorical-6colorgroup-option2-category3": string;
1772
+ "dataviz_categorical-6colorgroup-option2-category4": string;
1773
+ "dataviz_categorical-6colorgroup-option2-category5": string;
1774
+ "dataviz_categorical-6colorgroup-option2-category6": string;
1775
+ "dataviz_categorical-6colorgroup-option3-category1": string;
1776
+ "dataviz_categorical-6colorgroup-option3-category2": string;
1777
+ "dataviz_categorical-6colorgroup-option3-category3": string;
1778
+ "dataviz_categorical-6colorgroup-option3-category4": string;
1779
+ "dataviz_categorical-6colorgroup-option3-category5": string;
1780
+ "dataviz_categorical-6colorgroup-option3-category6": string;
1781
+ "dataviz_categorical-6colorgroup-option4-category1": string;
1782
+ "dataviz_categorical-6colorgroup-option4-category2": string;
1783
+ "dataviz_categorical-6colorgroup-option4-category3": string;
1784
+ "dataviz_categorical-6colorgroup-option4-category4": string;
1785
+ "dataviz_categorical-6colorgroup-option4-category5": string;
1786
+ "dataviz_categorical-6colorgroup-option4-category6": string;
1787
+ dataviz_unavailable: string;
1788
+ "dataviz_unavailable-weak": string;
1789
+ "dataviz_unavailable-strong": string;
1790
+ "dataviz_text-onlight": string;
1791
+ "dataviz_text-ondark": string;
1792
+ "core_coastal-25": string;
1793
+ "core_coastal-50": string;
1794
+ "core_coastal-75": string;
1795
+ "core_coastal-100": string;
1796
+ "core_coastal-200": string;
1797
+ "core_coastal-300": string;
1798
+ "core_coastal-400": string;
1799
+ "core_coastal-500": string;
1800
+ "core_coastal-600": string;
1801
+ "core_coastal-700": string;
1802
+ "core_coastal-800": string;
1803
+ "core_coastal-900": string;
1804
+ "core_quetzal-25": string;
1805
+ "core_quetzal-50": string;
1806
+ "core_quetzal-75": string;
1807
+ "core_quetzal-100": string;
1808
+ "core_quetzal-200": string;
1809
+ "core_quetzal-300": string;
1810
+ "core_quetzal-400": string;
1811
+ "core_quetzal-500": string;
1812
+ "core_quetzal-600": string;
1813
+ "core_quetzal-700": string;
1814
+ "core_quetzal-800": string;
1815
+ "core_quetzal-900": string;
1816
+ "core_orchid-bloom-25": string;
1817
+ "core_orchid-bloom-50": string;
1818
+ "core_orchid-bloom-75": string;
1819
+ "core_orchid-bloom-100": string;
1820
+ "core_orchid-bloom-200": string;
1821
+ "core_orchid-bloom-300": string;
1822
+ "core_orchid-bloom-400": string;
1823
+ "core_orchid-bloom-500": string;
1824
+ "core_orchid-bloom-600": string;
1825
+ "core_orchid-bloom-700": string;
1826
+ "core_orchid-bloom-800": string;
1827
+ "core_orchid-bloom-900": string;
1828
+ "core_sapphire-25": string;
1829
+ "core_sapphire-50": string;
1830
+ "core_sapphire-75": string;
1831
+ "core_sapphire-100": string;
1832
+ "core_sapphire-200": string;
1833
+ "core_sapphire-300": string;
1834
+ "core_sapphire-400": string;
1835
+ "core_sapphire-500": string;
1836
+ "core_sapphire-600": string;
1837
+ "core_sapphire-700": string;
1838
+ "core_sapphire-800": string;
1839
+ "core_sapphire-900": string;
1840
+ "core_fog-25": string;
1841
+ "core_fog-50": string;
1842
+ "core_fog-75": string;
1843
+ "core_fog-100": string;
1844
+ "core_fog-200": string;
1845
+ "core_fog-300": string;
1846
+ "core_fog-400": string;
1847
+ "core_fog-500": string;
1848
+ "core_fog-600": string;
1849
+ "core_fog-700": string;
1850
+ "core_fog-800": string;
1851
+ "core_fog-900": string;
1852
+ "core_toad-25": string;
1853
+ "core_toad-50": string;
1854
+ "core_toad-75": string;
1855
+ "core_toad-100": string;
1856
+ "core_toad-200": string;
1857
+ "core_toad-300": string;
1858
+ "core_toad-400": string;
1859
+ "core_toad-500": string;
1860
+ "core_toad-600": string;
1861
+ "core_toad-700": string;
1862
+ "core_toad-800": string;
1863
+ "core_toad-900": string;
1864
+ "core_sunken-treasure-25": string;
1865
+ "core_sunken-treasure-50": string;
1866
+ "core_sunken-treasure-75": string;
1867
+ "core_sunken-treasure-100": string;
1868
+ "core_sunken-treasure-200": string;
1869
+ "core_sunken-treasure-300": string;
1870
+ "core_sunken-treasure-400": string;
1871
+ "core_sunken-treasure-500": string;
1872
+ "core_sunken-treasure-600": string;
1873
+ "core_sunken-treasure-700": string;
1874
+ "core_sunken-treasure-800": string;
1875
+ "core_sunken-treasure-900": string;
1876
+ "core_koi-25": string;
1877
+ "core_koi-50": string;
1878
+ "core_koi-75": string;
1879
+ "core_koi-100": string;
1880
+ "core_koi-200": string;
1881
+ "core_koi-300": string;
1882
+ "core_koi-400": string;
1883
+ "core_koi-500": string;
1884
+ "core_koi-600": string;
1885
+ "core_koi-700": string;
1886
+ "core_koi-800": string;
1887
+ "core_koi-900": string;
1888
+ "core_amanita-25": string;
1889
+ "core_amanita-50": string;
1890
+ "core_amanita-75": string;
1891
+ "core_amanita-100": string;
1892
+ "core_amanita-200": string;
1893
+ "core_amanita-300": string;
1894
+ "core_amanita-400": string;
1895
+ "core_amanita-500": string;
1896
+ "core_amanita-600": string;
1897
+ "core_amanita-700": string;
1898
+ "core_amanita-800": string;
1899
+ "core_amanita-900": string;
1900
+ "core_moss-25": string;
1901
+ "core_moss-50": string;
1902
+ "core_moss-75": string;
1903
+ "core_moss-100": string;
1904
+ "core_moss-200": string;
1905
+ "core_moss-300": string;
1906
+ "core_moss-400": string;
1907
+ "core_moss-500": string;
1908
+ "core_moss-600": string;
1909
+ "core_moss-700": string;
1910
+ "core_moss-800": string;
1911
+ "core_moss-900": string;
1912
+ core_abyss: string;
1913
+ "core_rock-20": string;
1914
+ "core_rock-25": string;
1915
+ "core_rock-50": string;
1916
+ "core_rock-75": string;
1917
+ "core_rock-100": string;
1918
+ "core_rock-200": string;
1919
+ "core_rock-300": string;
1920
+ "core_rock-400": string;
1921
+ "core_rock-500": string;
1922
+ "core_rock-600": string;
1923
+ "core_rock-700": string;
1924
+ "core_rock-800": string;
1925
+ "core_rock-900": string;
1926
+ core_samoyed: string;
1927
+ "upsell-weak": string;
1928
+ "upsell-active": string;
1929
+ upsell: string;
1930
+ danger: string;
1931
+ "danger-disabled": string;
1932
+ "danger-hover": string;
1933
+ "danger-strong": string;
1934
+ "danger-strong-hover": string;
1935
+ "danger-weak": string;
1936
+ "danger-active": string;
1937
+ "primary-disabled": string;
1938
+ primary: string;
1939
+ "primary-strong": string;
1940
+ "primary-strong-hover": string;
1941
+ "primary-hover": string;
1942
+ "primary-active": string;
1943
+ "decorative-option9": string;
1944
+ "decorative-option8": string;
1945
+ "decorative-option7": string;
1946
+ "decorative-option5": string;
1947
+ "decorative-option6": string;
1948
+ "decorative-option4": string;
1949
+ "decorative-option3": string;
1950
+ "decorative-option2": string;
1951
+ "decorative-option1": string;
1952
+ "neutral-disabled": string;
1953
+ "neutral-active": string;
1954
+ "neutral-weak": string;
1955
+ neutral: string;
1956
+ "neutral-strong": string;
1957
+ "neutral-hover": string;
1958
+ "neutral-weak-hover": string;
1959
+ "neutral-weakest": string;
1960
+ warning: string;
1961
+ "warning-weak": string;
1962
+ success: string;
1963
+ "success-weak": string;
1964
+ information: string;
1965
+ "information-weak": string;
1966
+ "status-neutral": string;
1967
+ "status-progress": string;
1968
+ "status-option6": string;
1969
+ "status-option5": string;
1970
+ "status-option1": string;
1971
+ "status-option2": string;
1972
+ "status-option3": string;
1973
+ "status-option4": string;
1974
+ "status-caution": string;
1975
+ "status-negative": string;
1976
+ "status-inactive": string;
1977
+ "status-positive": string;
1978
+ "upsell-weakest": string;
1979
+ "warning-weakest": string;
1980
+ "success-weakest": string;
1981
+ "information-weakest": string;
1982
+ };
1983
+ declare const BoxShadowMapping: Record<"none" | "core_none" | "core_sm" | "core_md" | "core_lg" | "raised" | "lifted" | "floating", string>;
1984
+ declare const FontSizeMapping: Record<"core_120" | "core_140" | "core_160" | "core_180" | "core_200" | "core_240" | "core_280" | "core_320" | "core_360" | "core_480" | "heading-3xl" | "heading-2xl" | "heading-xl" | "heading-lg" | "heading-md" | "heading-sm" | "heading-xs" | "heading-xs-medium" | "overline" | "body-2xl" | "body-xl" | "body-lg" | "body-lg-medium" | "body-lg-semibold" | "body-lg-bold" | "body-lg-underline" | "body-md" | "body-md-medium" | "body-md-semibold" | "body-md-bold" | "body-md-underline" | "body-sm" | "body-sm-medium" | "body-sm-semibold" | "body-sm-bold" | "body-sm-underline" | "body-xs" | "body-xs-medium" | "body-xs-semibold" | "body-xs-bold" | "body-xs-underline" | "accent-lg" | "accent-sm", string>;
1985
+ declare const FontWeightMapping: Record<"heading-3xl" | "heading-2xl" | "heading-xl" | "heading-lg" | "heading-md" | "heading-sm" | "heading-xs" | "heading-xs-medium" | "overline" | "body-2xl" | "body-xl" | "body-lg" | "body-lg-medium" | "body-lg-semibold" | "body-lg-bold" | "body-lg-underline" | "body-md" | "body-md-medium" | "body-md-semibold" | "body-md-bold" | "body-md-underline" | "body-sm" | "body-sm-medium" | "body-sm-semibold" | "body-sm-bold" | "body-sm-underline" | "body-xs" | "body-xs-medium" | "body-xs-semibold" | "body-xs-bold" | "body-xs-underline" | "accent-lg" | "accent-sm" | "core_400" | "core_410" | "core_505" | "core_580" | "core_590" | "core_680" | "core_690", string>;
1986
+ declare const LineHeightMapping: Record<"heading-3xl" | "heading-2xl" | "heading-xl" | "heading-lg" | "heading-md" | "heading-sm" | "heading-xs" | "heading-xs-medium" | "overline" | "body-2xl" | "body-xl" | "body-lg" | "body-lg-medium" | "body-lg-semibold" | "body-lg-bold" | "body-lg-underline" | "body-md" | "body-md-medium" | "body-md-semibold" | "body-md-bold" | "body-md-underline" | "body-sm" | "body-sm-medium" | "body-sm-semibold" | "body-sm-bold" | "body-sm-underline" | "body-xs" | "body-xs-medium" | "body-xs-semibold" | "body-xs-bold" | "body-xs-underline" | "accent-lg" | "accent-sm" | "core_1-125" | "core_1-14" | "core_1-20" | "core_1-25" | "core_1-33" | "core_1-4285" | "core_1-50", string>;
1987
+ declare const FontFamilyMapping: Record<"heading-3xl" | "heading-2xl" | "heading-xl" | "heading-lg" | "heading-md" | "heading-sm" | "heading-xs" | "heading-xs-medium" | "overline" | "body-2xl" | "body-xl" | "body-lg" | "body-lg-medium" | "body-lg-semibold" | "body-lg-bold" | "body-lg-underline" | "body-md" | "body-md-medium" | "body-md-semibold" | "body-md-bold" | "body-md-underline" | "body-sm" | "body-sm-medium" | "body-sm-semibold" | "body-sm-bold" | "body-sm-underline" | "body-xs" | "body-xs-medium" | "body-xs-semibold" | "body-xs-bold" | "body-xs-underline" | "accent-lg" | "accent-sm" | "core_primary" | "core_secondary" | "core_tertiary", string>;
1988
+ declare const BorderRadiusMapping: Record<"circle" | "core_0" | "core_1" | "core_2" | "core_3" | "core_4" | "core_9999" | "pill" | "rounded-lg" | "rounded-md" | "rounded-sm", string>;
1989
+ declare const SpaceMapping: Record<"core_160" | "core_240" | "core_320" | "core_480" | "core_400" | "core_0" | "core_20" | "core_40" | "core_80" | "core_640" | "core_800" | "core_960" | "core_1280", string>;
1990
+ declare const SimplePaddingMapping: {
1991
+ core_160: string;
1992
+ core_240: string;
1993
+ core_320: string;
1994
+ core_480: string;
1995
+ core_400: string;
1996
+ core_0: string;
1997
+ core_20: string;
1998
+ core_40: string;
1999
+ core_80: string;
2000
+ core_640: string;
2001
+ core_800: string;
2002
+ core_960: string;
2003
+ core_1280: string;
2004
+ "inset-xs": string;
2005
+ "inset-sm": string;
2006
+ "inset-md": string;
2007
+ "inset-lg": string;
2008
+ "inset-xl": string;
2009
+ };
2010
+ declare const ComplexPaddingMapping: {
2011
+ "inset-squish-sm": string;
2012
+ "inset-squish-md": string;
2013
+ "inset-squish-lg": string;
2014
+ "inset-stretch-sm": string;
2015
+ "inset-stretch-md": string;
2016
+ "inset-stretch-lg": string;
2017
+ core_160: string;
2018
+ core_240: string;
2019
+ core_320: string;
2020
+ core_480: string;
2021
+ core_400: string;
2022
+ core_0: string;
2023
+ core_20: string;
2024
+ core_40: string;
2025
+ core_80: string;
2026
+ core_640: string;
2027
+ core_800: string;
2028
+ core_960: string;
2029
+ core_1280: string;
2030
+ "inset-xs": string;
2031
+ "inset-sm": string;
2032
+ "inset-md": string;
2033
+ "inset-lg": string;
2034
+ "inset-xl": string;
2035
+ };
2036
+ declare const SimpleMarginMapping: {
2037
+ core_160: string;
2038
+ core_240: string;
2039
+ core_320: string;
2040
+ core_480: string;
2041
+ core_400: string;
2042
+ core_0: string;
2043
+ core_20: string;
2044
+ core_40: string;
2045
+ core_80: string;
2046
+ core_640: string;
2047
+ core_800: string;
2048
+ core_960: string;
2049
+ core_1280: string;
2050
+ "stack-xs": string;
2051
+ "stack-sm": string;
2052
+ "stack-md": string;
2053
+ "stack-lg": string;
2054
+ "stack-xl": string;
2055
+ "inline-xs": string;
2056
+ "inline-sm": string;
2057
+ "inline-md": string;
2058
+ "inline-lg": string;
2059
+ "inline-xl": string;
2060
+ };
2061
+ declare const ComplexMarginMapping: {
2062
+ core_160: string;
2063
+ core_240: string;
2064
+ core_320: string;
2065
+ core_480: string;
2066
+ core_400: string;
2067
+ core_0: string;
2068
+ core_20: string;
2069
+ core_40: string;
2070
+ core_80: string;
2071
+ core_640: string;
2072
+ core_800: string;
2073
+ core_960: string;
2074
+ core_1280: string;
2075
+ "stack-xs": string;
2076
+ "stack-sm": string;
2077
+ "stack-md": string;
2078
+ "stack-lg": string;
2079
+ "stack-xl": string;
2080
+ "inline-xs": string;
2081
+ "inline-sm": string;
2082
+ "inline-md": string;
2083
+ "inline-lg": string;
2084
+ "inline-xl": string;
2085
+ };
2086
+ declare const SizingMapping: {
2087
+ core_160: string;
2088
+ core_240: string;
2089
+ core_320: string;
2090
+ core_480: string;
2091
+ core_400: string;
2092
+ core_0: string;
2093
+ core_20: string;
2094
+ core_40: string;
2095
+ core_80: string;
2096
+ core_640: string;
2097
+ core_800: string;
2098
+ core_960: string;
2099
+ core_1280: string;
2100
+ };
2101
+ type CssColor = Globals | "currentcolor" | "transparent";
2102
+ type CssFill = Globals | "child" | "context-fill" | "context-stroke" | "none" | "transparent" | "currentcolor";
2103
+ type CssGrid = "auto" | "max-content" | "min-content" | Globals;
2104
+ type CssGridTemplate = "none" | "subgrid" | CssGrid;
2105
+ type CssBoxShadow = Globals | "none";
2106
+ type CssBorder = Globals | 0;
2107
+ type CssBorderRadius = Globals | 0;
2108
+ type CssGap = Globals | "normal" | 0;
2109
+ type BackgroundColorValue = keyof typeof BackgroundColorMapping | CssColor;
2110
+ type UNSAFE_BackgroundColorValue = keyof typeof BackgroundColorMapping | Property.BackgroundColor;
2111
+ type BorderValue = keyof typeof BorderMapping | CssColor | CssBorder;
2112
+ type UNSAFE_BorderValue = keyof typeof BorderMapping | Property.Border;
2113
+ type BorderRadiusValue = keyof typeof BorderRadiusMapping | CssBorderRadius;
2114
+ type UNSAFE_BorderRadiusValue = keyof typeof BorderRadiusMapping | Property.BorderRadius;
2115
+ type BoxShadowValue = keyof typeof BoxShadowMapping | CssBoxShadow;
2116
+ type UNSAFE_BoxShadowValue = keyof typeof BoxShadowMapping | Property.BoxShadow;
2117
+ type ColorValue = keyof typeof TextColorMapping | CssColor;
2118
+ type UNSAFE_ColorValue = keyof typeof TextColorMapping | Property.Color;
2119
+ type ColumnGapValue = keyof typeof SimpleMarginMapping | CssGap;
2120
+ type UNSAFE_ColumnGapValue = keyof typeof SimpleMarginMapping | Property.ColumnGap;
2121
+ type FillValue = keyof typeof IconColorMapping | CssFill;
2122
+ type UNSAFE_FillValue = keyof typeof IconColorMapping | Property.Fill;
2123
+ type FontSizeValue = keyof typeof FontSizeMapping | Globals;
2124
+ type UNSAFE_FontSizeValue = keyof typeof FontSizeMapping | Property.FontSize;
2125
+ type FontFamilyValue = keyof typeof FontFamilyMapping | Globals;
2126
+ type UNSAFE_FontFamilyValue = keyof typeof FontFamilyMapping | Property.FontFamily;
2127
+ type FontWeightValue = keyof typeof FontWeightMapping | Globals;
2128
+ type UNSAFE_FontWeightValue = keyof typeof FontWeightMapping | Property.FontWeight;
2129
+ type GapValue = keyof typeof SimpleMarginMapping | CssGap;
2130
+ type UNSAFE_GapValue = keyof typeof SimpleMarginMapping | Property.Gap;
2131
+ type GridAutoColumnsValue = keyof typeof SizingMapping | CssGrid;
2132
+ type UNSAFE_GridAutoColumnsValue = keyof typeof SizingMapping | Property.GridAutoColumns;
2133
+ type GridAutoRowsValue = keyof typeof SizingMapping | CssGrid;
2134
+ type UNSAFE_GridAutoRowsValue = keyof typeof SizingMapping | Property.GridAutoRows;
2135
+ type GridTemplateColumnsValue = keyof typeof SizingMapping | CssGridTemplate;
2136
+ type UNSAFE_GridTemplateColumnsValue = keyof typeof SizingMapping | Property.GridTemplateColumns;
2137
+ type GridTemplateRowsValue = keyof typeof SizingMapping | CssGridTemplate;
2138
+ type UNSAFE_GridTemplateRowsValue = keyof typeof SizingMapping | Property.GridTemplateRows;
2139
+ type HeightValue = keyof typeof SizingMapping | Globals;
2140
+ type UNSAFE_HeightValue = keyof typeof SizingMapping | Property.Height;
2141
+ type LineHeightValue = keyof typeof LineHeightMapping | Globals;
2142
+ type UNSAFE_LineHeightValue = keyof typeof LineHeightMapping | Property.LineHeight;
2143
+ type SimpleMarginValue = keyof typeof SimpleMarginMapping | Globals;
2144
+ type UNSAFE_SimpleMarginValue = keyof typeof SimpleMarginMapping | Property.Margin;
2145
+ type ComplexMarginValue = keyof typeof ComplexMarginMapping | Globals;
2146
+ type UNSAFE_ComplexMarginValue = keyof typeof ComplexMarginMapping | Property.Margin;
2147
+ type SimplePaddingValue = keyof typeof SimplePaddingMapping | Globals;
2148
+ type UNSAFE_SimplePaddingValue = keyof typeof SimplePaddingMapping | Property.Padding;
2149
+ type ComplexPaddingValue = keyof typeof ComplexPaddingMapping | Globals;
2150
+ type UNSAFE_ComplexPaddingValue = keyof typeof ComplexPaddingMapping | Property.Padding;
2151
+ type RowGapValue = keyof typeof SimpleMarginMapping | CssGap;
2152
+ type UNSAFE_RowGapValue = keyof typeof SimpleMarginMapping | Property.RowGap;
2153
+ type SizingValue = keyof typeof SizingMapping | Globals;
2154
+ type UNSAFE_SizingValue = keyof typeof SizingMapping | Property.Scale;
2155
+ type StrokeValue = keyof typeof IconColorMapping | CssFill;
2156
+ type UNSAFE_StrokeValue = keyof typeof IconColorMapping | Property.Stroke;
2157
+ type WidthValue = keyof typeof SizingMapping | Globals;
2158
+ type UNSAFE_WidthValue = keyof typeof SizingMapping | Property.Width;
2159
+ type GridColumSpanValue = number;
2160
+ type GridRowSpanValue = number;
2161
+ declare function parseResponsiveSystemValue<TValue extends string | number>(value: TValue | undefined, systemValues: Record<TValue, string>, matchedBreakpoints: Breakpoint[]): TValue | Record<TValue, string>[TValue] | undefined;
2162
+ declare function getSystemValue<T extends string | number>(value: T, systemValues: Record<T, string>): Record<T, string>[T];
2163
+
2164
+ declare const UnsafePrefix = "UNSAFE_";
2165
+ interface StyledSystemProps {
2166
+ className?: string;
2167
+ style?: CSSProperties;
2168
+ /**
2169
+ * Sets the `align-content` property.
2170
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/align-content}
2171
+ */
2172
+ alignContent?: ResponsiveProp<Property.AlignContent>;
2173
+ /**
2174
+ * Sets the `align-items` property.
2175
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/align-items}
2176
+ */
2177
+ alignItems?: ResponsiveProp<Property.AlignItems>;
2178
+ /**
2179
+ * Sets the `align-self` property.
2180
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/align-self}
2181
+ */
2182
+ alignSelf?: ResponsiveProp<Property.AlignSelf>;
2183
+ /**
2184
+ * Sets the `aspect-ratio` property.
2185
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/aspect-ratio}
2186
+ */
2187
+ aspectRatio?: ResponsiveProp<Property.AspectRatio>;
2188
+ /**
2189
+ * Sets the `background-color` property.
2190
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_backgroundColor`** property
2191
+ */
2192
+ backgroundColor?: ResponsiveProp<BackgroundColorValue>;
2193
+ /**
2194
+ * Sets the `background-color` property when active.
2195
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_backgroundColor`** property
2196
+ */
2197
+ backgroundColorActive?: ResponsiveProp<BackgroundColorValue>;
2198
+ /**
2199
+ * Sets the `background-color` property when focused.
2200
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_backgroundColor`** property
2201
+ */
2202
+ backgroundColorFocus?: ResponsiveProp<BackgroundColorValue>;
2203
+ /**
2204
+ * Sets the `background-color` property when hovered.
2205
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_backgroundColor`** property
2206
+ */
2207
+ backgroundColorHover?: ResponsiveProp<BackgroundColorValue>;
2208
+ /**
2209
+ * Sets the `background-image` property.
2210
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/background-image}
2211
+ */
2212
+ backgroundImage?: ResponsiveProp<Property.BackgroundImage>;
2213
+ /**
2214
+ * Sets the `background-position` property.
2215
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/background-position}
2216
+ */
2217
+ backgroundPosition?: ResponsiveProp<Property.BackgroundPosition>;
2218
+ /**
2219
+ * Sets the `background-repeat` property.
2220
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/background-repeat}
2221
+ */
2222
+ backgroundRepeat?: ResponsiveProp<Property.BackgroundRepeat>;
2223
+ /**
2224
+ * Sets the `background-size` property.
2225
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/background-size}
2226
+ */
2227
+ backgroundSize?: ResponsiveProp<Property.BackgroundSize>;
2228
+ /**
2229
+ * Sets the `border` property.
2230
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_border`** property
2231
+ */
2232
+ border?: ResponsiveProp<BorderValue>;
2233
+ /**
2234
+ * Sets the `border` property when active.
2235
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_border`** property
2236
+ */
2237
+ borderActive?: ResponsiveProp<BorderValue>;
2238
+ /**
2239
+ * Sets the `border-bottom` property.
2240
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottom`** property
2241
+ */
2242
+ borderBottom?: ResponsiveProp<BorderValue>;
2243
+ /**
2244
+ * Sets the `border-bottom` property when active.
2245
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottom`** property
2246
+ */
2247
+ borderBottomActive?: ResponsiveProp<BorderValue>;
2248
+ /**
2249
+ * Sets the `border-bottom` property when focused.
2250
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottom`** property
2251
+ */
2252
+ borderBottomFocus?: ResponsiveProp<BorderValue>;
2253
+ /**
2254
+ * Sets the `border-bottom` property when hovered.
2255
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottom`** property
2256
+ */
2257
+ borderBottomHover?: ResponsiveProp<BorderValue>;
2258
+ /**
2259
+ * Sets the `border-bottom-left-radius` property.
2260
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottomLeftRadius`** property
2261
+ */
2262
+ borderBottomLeftRadius?: ResponsiveProp<BorderRadiusValue>;
2263
+ /**
2264
+ * Sets the `border-bottom-right-radius` property.
2265
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderBottomRightRadius`** property
2266
+ */
2267
+ borderBottomRightRadius?: ResponsiveProp<BorderRadiusValue>;
2268
+ /**
2269
+ * Sets the `border` property when focused.
2270
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_border`** property
2271
+ */
2272
+ borderFocus?: ResponsiveProp<BorderValue>;
2273
+ /**
2274
+ * Sets the `border` property when hovered.
2275
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_border`** property
2276
+ */
2277
+ borderHover?: ResponsiveProp<BorderValue>;
2278
+ /**
2279
+ * Sets the `border-left` property.
2280
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderLeft`** property
2281
+ */
2282
+ borderLeft?: ResponsiveProp<BorderValue>;
2283
+ /**
2284
+ * Sets the `border-left` property when active.
2285
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderLeft`** property
2286
+ */
2287
+ borderLeftActive?: ResponsiveProp<BorderValue>;
2288
+ /**
2289
+ * Sets the `border-left` property when focused.
2290
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderLeft`** property
2291
+ */
2292
+ borderLeftFocus?: ResponsiveProp<BorderValue>;
2293
+ /**
2294
+ * Sets the `border-left` property when hovered.
2295
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderLeft`** property
2296
+ */
2297
+ borderLeftHover?: ResponsiveProp<BorderValue>;
2298
+ /**
2299
+ * Sets the `border-radius` property.
2300
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderRadius`** property
2301
+ */
2302
+ borderRadius?: ResponsiveProp<BorderRadiusValue>;
2303
+ /**
2304
+ * Sets the `border-right` property.
2305
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderRight`** property
2306
+ */
2307
+ borderRight?: ResponsiveProp<BorderValue>;
2308
+ /**
2309
+ * Sets the `border-right` property when active.
2310
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderRight`** property
2311
+ */
2312
+ borderRightActive?: ResponsiveProp<BorderValue>;
2313
+ /**
2314
+ * Sets the `border-right` property when focused.
2315
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderRight`** property
2316
+ */
2317
+ borderRightFocus?: ResponsiveProp<BorderValue>;
2318
+ /**
2319
+ * Sets the `border-right` property when hovered.
2320
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderRight`** property
2321
+ */
2322
+ borderRightHover?: ResponsiveProp<BorderValue>;
2323
+ /**
2324
+ * Sets the `border-top` property.
2325
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTop`** property
2326
+ */
2327
+ borderTop?: ResponsiveProp<BorderValue>;
2328
+ /**
2329
+ * Sets the `border-top` property when active.
2330
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTop`** property
2331
+ */
2332
+ borderTopActive?: ResponsiveProp<BorderValue>;
2333
+ /**
2334
+ * Sets the `border-top` property when focused.
2335
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTop`** property
2336
+ */
2337
+ borderTopFocus?: ResponsiveProp<BorderValue>;
2338
+ /**
2339
+ * Sets the `border-top` property when hovered.
2340
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTop`** property
2341
+ */
2342
+ borderTopHover?: ResponsiveProp<BorderValue>;
2343
+ /**
2344
+ * Sets the `border-top-left-radius` property.
2345
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTopLeftRadius`** property
2346
+ */
2347
+ borderTopLeftRadius?: ResponsiveProp<BorderRadiusValue>;
2348
+ /**
2349
+ * Sets the `border-top-right-radius` property.
2350
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_borderTopRightRadius`** property
2351
+ */
2352
+ borderTopRightRadius?: ResponsiveProp<BorderRadiusValue>;
2353
+ /**
2354
+ * Sets the `bottom` property.
2355
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/bottom}
2356
+ */
2357
+ bottom?: ResponsiveProp<Property.Bottom>;
2358
+ /**
2359
+ * Sets the `box-shadow` property.
2360
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_boxShadow`** property
2361
+ */
2362
+ boxShadow?: ResponsiveProp<BoxShadowValue>;
2363
+ /**
2364
+ * Sets the `box-shadow` property when active.
2365
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_boxShadow`** property
2366
+ */
2367
+ boxShadowActive?: ResponsiveProp<BoxShadowValue>;
2368
+ /**
2369
+ * Sets the `box-shadow` property when focused.
2370
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_boxShadow`** property
2371
+ */
2372
+ boxShadowFocus?: ResponsiveProp<BoxShadowValue>;
2373
+ /**
2374
+ * Sets the `box-shadow` property when hovered.
2375
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_boxShadow`** property
2376
+ */
2377
+ boxShadowHover?: ResponsiveProp<BoxShadowValue>;
2378
+ /**
2379
+ * Sets the `color` property.
2380
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_color`** property
2381
+ */
2382
+ color?: ResponsiveProp<ColorValue>;
2383
+ /**
2384
+ * Sets the `color` property when active.
2385
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_color`** property
2386
+ */
2387
+ colorActive?: ResponsiveProp<ColorValue>;
2388
+ /**
2389
+ * Sets the `color` property when focused.
2390
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_color`** property
2391
+ */
2392
+ colorFocus?: ResponsiveProp<ColorValue>;
2393
+ /**
2394
+ * Sets the `color` property when hovered.
2395
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_color`** property
2396
+ */
2397
+ colorHover?: ResponsiveProp<ColorValue>;
2398
+ /**
2399
+ * Sets the `column-gap` property.
2400
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_columnGap`** property
2401
+ */
2402
+ columnGap?: ResponsiveProp<ColumnGapValue>;
2403
+ /**
2404
+ * Sets the `content` property.
2405
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/content}
2406
+ */
2407
+ content?: ResponsiveProp<Property.Content>;
2408
+ /**
2409
+ * Sets the `content-visibility` property.
2410
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/content-visibility}
2411
+ */
2412
+ contentVisibility?: ResponsiveProp<Property.ContentVisibility>;
2413
+ /**
2414
+ * Sets the `cursor` property.
2415
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/cursor}
2416
+ */
2417
+ cursor?: ResponsiveProp<Property.Cursor>;
2418
+ /**
2419
+ * Sets the `cursor` property when hovered.
2420
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/cursor}
2421
+ */
2422
+ cursorHover?: ResponsiveProp<Property.Cursor>;
2423
+ /**
2424
+ * Sets the `display` property.
2425
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/display}
2426
+ */
2427
+ display?: ResponsiveProp<Property.Display>;
2428
+ /**
2429
+ * Sets the `fill` property.
2430
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fill`** property
2431
+ */
2432
+ fill?: ResponsiveProp<FillValue>;
2433
+ /**
2434
+ * Sets the `fill` property when focused.
2435
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fill`** property
2436
+ */
2437
+ fillFocus?: ResponsiveProp<FillValue>;
2438
+ /**
2439
+ * Sets the `fill` property when hovered.
2440
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fill`** property
2441
+ */
2442
+ fillHover?: ResponsiveProp<FillValue>;
2443
+ /**
2444
+ * Sets the `filter` property.
2445
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/filter}
2446
+ */
2447
+ filter?: ResponsiveProp<Property.Filter>;
2448
+ /**
2449
+ * Sets the `flex` property.
2450
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/flex}
2451
+ */
2452
+ flex?: ResponsiveProp<Property.Flex>;
2453
+ /**
2454
+ * Sets the `flex-basis` property.
2455
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-basis}
2456
+ */
2457
+ flexBasis?: ResponsiveProp<Property.FlexBasis>;
2458
+ /**
2459
+ * Sets the `flex-direction` property.
2460
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-direction}
2461
+ */
2462
+ flexDirection?: ResponsiveProp<Property.FlexDirection>;
2463
+ /**
2464
+ * Sets the `flex-flow` property.
2465
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-flow}
2466
+ */
2467
+ flexFlow?: ResponsiveProp<Property.FlexFlow>;
2468
+ /**
2469
+ * Sets the `flex-grow` property.
2470
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-grow}
2471
+ */
2472
+ flexGrow?: ResponsiveProp<Property.FlexGrow>;
2473
+ /**
2474
+ * Sets the `flex-shrink` property.
2475
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-shrink}
2476
+ */
2477
+ flexShrink?: ResponsiveProp<Property.FlexShrink>;
2478
+ /**
2479
+ * Sets the `flex-wrap` property.
2480
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/flex-wrap}
2481
+ */
2482
+ flexWrap?: ResponsiveProp<Property.FlexWrap>;
2483
+ /**
2484
+ * Sets the `font-family` property.
2485
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fontFamily`** property
2486
+ */
2487
+ fontFamily?: ResponsiveProp<FontFamilyValue>;
2488
+ /**
2489
+ * Sets the `font-size` property.
2490
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fontSize`** property
2491
+ */
2492
+ fontSize?: ResponsiveProp<FontSizeValue>;
2493
+ /**
2494
+ * Sets the `font-style` property.
2495
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/font-style}
2496
+ */
2497
+ fontStyle?: ResponsiveProp<Property.FontStyle>;
2498
+ /**
2499
+ * Sets the `font-weight` property.
2500
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_fontWeight`** property
2501
+ */
2502
+ fontWeight?: ResponsiveProp<FontWeightValue>;
2503
+ /**
2504
+ * Sets the `gap` property.
2505
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gap`** property
2506
+ */
2507
+ gap?: ResponsiveProp<GapValue>;
2508
+ /**
2509
+ * Sets the `grid` property.
2510
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/grid}
2511
+ */
2512
+ grid?: ResponsiveProp<Property.Grid>;
2513
+ /**
2514
+ * Sets the `grid-area` property.
2515
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-area}
2516
+ */
2517
+ gridArea?: ResponsiveProp<Property.GridArea>;
2518
+ /**
2519
+ * Sets the `grid-auto-columns` property.
2520
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridAutoColumns`** property
2521
+ */
2522
+ gridAutoColumns?: ResponsiveProp<GridAutoColumnsValue>;
2523
+ /**
2524
+ * Sets the `grid-auto-flow` property.
2525
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow}
2526
+ */
2527
+ gridAutoFlow?: ResponsiveProp<Property.GridAutoFlow>;
2528
+ /**
2529
+ * Sets the `grid-auto-rows` property.
2530
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridAutoRows`** property
2531
+ */
2532
+ gridAutoRows?: ResponsiveProp<GridAutoRowsValue>;
2533
+ /**
2534
+ * Sets the `grid-column` property.
2535
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-column}
2536
+ */
2537
+ gridColumn?: ResponsiveProp<Property.GridColumn>;
2538
+ /**
2539
+ * Sets the `grid-column-end` property.
2540
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-column-end}
2541
+ */
2542
+ gridColumnEnd?: ResponsiveProp<Property.GridColumnEnd>;
2543
+ /**
2544
+ * Sets the `grid-column-span` property.
2545
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridColumnSpan`** property
2546
+ */
2547
+ gridColumnSpan?: ResponsiveProp<GridColumSpanValue>;
2548
+ /**
2549
+ * Sets the `grid-column-start` property.
2550
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-column-start}
2551
+ */
2552
+ gridColumnStart?: ResponsiveProp<Property.GridColumnStart>;
2553
+ /**
2554
+ * Sets the `grid-row` property.
2555
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-row}
2556
+ */
2557
+ gridRow?: ResponsiveProp<Property.GridRow>;
2558
+ /**
2559
+ * Sets the `grid-row-end` property.
2560
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-row-end}
2561
+ */
2562
+ gridRowEnd?: ResponsiveProp<Property.GridRowEnd>;
2563
+ /**
2564
+ * Sets the `grid-row-span` property.
2565
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridRowSpan`** property
2566
+ */
2567
+ gridRowSpan?: ResponsiveProp<GridRowSpanValue>;
2568
+ /**
2569
+ * Sets the `grid-row-start` property.
2570
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-row-start}
2571
+ */
2572
+ gridRowStart?: ResponsiveProp<Property.GridRowStart>;
2573
+ /**
2574
+ * Sets the `grid-template` property.
2575
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-template}
2576
+ */
2577
+ gridTemplate?: ResponsiveProp<Property.GridTemplate>;
2578
+ /**
2579
+ * Sets the `grid-template-areas` property.
2580
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/grid-template-areas}
2581
+ */
2582
+ gridTemplateAreas?: ResponsiveProp<Property.GridTemplateAreas>;
2583
+ /**
2584
+ * Sets the `grid-template-columns` property.
2585
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridTemplateColumns`** property
2586
+ */
2587
+ gridTemplateColumns?: ResponsiveProp<GridTemplateColumnsValue>;
2588
+ /**
2589
+ * Sets the `grid-template-rows` property.
2590
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_gridTemplateRows`** property
2591
+ */
2592
+ gridTemplateRows?: ResponsiveProp<GridTemplateRowsValue>;
2593
+ /**
2594
+ * Sets the `height` property.
2595
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_height`** property
2596
+ */
2597
+ height?: ResponsiveProp<HeightValue>;
2598
+ /**
2599
+ * Sets the `justify-content` property.
2600
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/justify-content}
2601
+ */
2602
+ justifyContent?: ResponsiveProp<Property.JustifyContent>;
2603
+ /**
2604
+ * Sets the `justify-items` property.
2605
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/justify-items}
2606
+ */
2607
+ justifyItems?: ResponsiveProp<Property.JustifyItems>;
2608
+ /**
2609
+ * Sets the `justify-self` property.
2610
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/justify-self}
2611
+ */
2612
+ justifySelf?: ResponsiveProp<Property.JustifySelf>;
2613
+ /**
2614
+ * Sets the `left` property.
2615
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/left}
2616
+ */
2617
+ left?: ResponsiveProp<Property.Left>;
2618
+ /**
2619
+ * Sets the `letter-spacing` property.
2620
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/letter-spacing}
2621
+ */
2622
+ letterSpacing?: ResponsiveProp<Property.LetterSpacing>;
2623
+ /**
2624
+ * Sets the `line-height` property.
2625
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_lineHeight`** property
2626
+ */
2627
+ lineHeight?: ResponsiveProp<LineHeightValue>;
2628
+ /**
2629
+ * Sets the `margin` property.
2630
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_margin`** property
2631
+ */
2632
+ margin?: ResponsiveProp<ComplexMarginValue>;
2633
+ /**
2634
+ * Sets the `margin-bottom` property.
2635
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginBottom`** property
2636
+ */
2637
+ marginBottom?: ResponsiveProp<SimpleMarginValue>;
2638
+ /**
2639
+ * Sets the `margin-left` property.
2640
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginLeft`** property
2641
+ */
2642
+ marginLeft?: ResponsiveProp<SimpleMarginValue>;
2643
+ /**
2644
+ * Sets the `margin-right` property.
2645
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginRight`** property
2646
+ */
2647
+ marginRight?: ResponsiveProp<SimpleMarginValue>;
2648
+ /**
2649
+ * Sets the `margin-top` property.
2650
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginTop`** property
2651
+ */
2652
+ marginTop?: ResponsiveProp<SimpleMarginValue>;
2653
+ /**
2654
+ * Sets the horizontal margin properties (`margin-left` and `margin-right`).
2655
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginX`** property
2656
+ */
2657
+ marginX?: ResponsiveProp<SimpleMarginValue>;
2658
+ /**
2659
+ * Sets the vertical margin properties (`margin-top` and `margin-bottom`).
2660
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_marginY`** property
2661
+ */
2662
+ marginY?: ResponsiveProp<SimpleMarginValue>;
2663
+ /**
2664
+ * Sets the `max-height` property.
2665
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_maxHeight`** property
2666
+ */
2667
+ maxHeight?: ResponsiveProp<HeightValue>;
2668
+ /**
2669
+ * Sets the `max-width` property.
2670
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_maxWidth`** property
2671
+ */
2672
+ maxWidth?: ResponsiveProp<WidthValue>;
2673
+ /**
2674
+ * Sets the `min-height` property.
2675
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_minHeight`** property
2676
+ */
2677
+ minHeight?: ResponsiveProp<HeightValue>;
2678
+ /**
2679
+ * Sets the `min-width` property.
2680
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_minWidth`** property
2681
+ */
2682
+ minWidth?: ResponsiveProp<WidthValue>;
2683
+ /**
2684
+ * Sets the `object-fit` property.
2685
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/object-fit}
2686
+ */
2687
+ objectFit?: ResponsiveProp<Property.ObjectFit>;
2688
+ /**
2689
+ * Sets the `object-position` property.
2690
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/object-position}
2691
+ */
2692
+ objectPosition?: ResponsiveProp<Property.ObjectPosition>;
2693
+ /**
2694
+ * Sets the `opacity` property.
2695
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/opacity}
2696
+ */
2697
+ opacity?: ResponsiveProp<Property.Opacity>;
2698
+ /**
2699
+ * Sets the `opacity` property when active.
2700
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/opacity}
2701
+ */
2702
+ opacityActive?: ResponsiveProp<Property.Opacity>;
2703
+ /**
2704
+ * Sets the `opacity` property when focused.
2705
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/opacity}
2706
+ */
2707
+ opacityFocus?: ResponsiveProp<Property.Opacity>;
2708
+ /**
2709
+ * Sets the `opacity` property when hovered.
2710
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/opacity}
2711
+ */
2712
+ opacityHover?: ResponsiveProp<Property.Opacity>;
2713
+ /**
2714
+ * Sets the `order` property.
2715
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/order}
2716
+ */
2717
+ order?: ResponsiveProp<Property.Order>;
2718
+ /**
2719
+ * Sets the `outline` property.
2720
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/outline}
2721
+ */
2722
+ outline?: ResponsiveProp<Property.Outline>;
2723
+ /**
2724
+ * Sets the `outline` property when focused.
2725
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/outline}
2726
+ */
2727
+ outlineFocus?: ResponsiveProp<Property.Outline>;
2728
+ /**
2729
+ * Sets the `overflow` property.
2730
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/overflow}
2731
+ */
2732
+ overflow?: ResponsiveProp<Property.Overflow>;
2733
+ /**
2734
+ * Sets the `overflow-x` property.
2735
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/overflow-x}
2736
+ */
2737
+ overflowX?: ResponsiveProp<Property.OverflowX>;
2738
+ /**
2739
+ * Sets the `overflow-y` property.
2740
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/overflow-y}
2741
+ */
2742
+ overflowY?: ResponsiveProp<Property.OverflowY>;
2743
+ /**
2744
+ * Sets the `padding` property.
2745
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_padding`** property
2746
+ */
2747
+ padding?: ResponsiveProp<ComplexPaddingValue>;
2748
+ /**
2749
+ * Sets the `padding-bottom` property.
2750
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingBottom`** property
2751
+ */
2752
+ paddingBottom?: ResponsiveProp<SimplePaddingValue>;
2753
+ /**
2754
+ * Sets the `padding-left` property.
2755
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingLeft`** property
2756
+ */
2757
+ paddingLeft?: ResponsiveProp<SimplePaddingValue>;
2758
+ /**
2759
+ * Sets the `padding-right` property.
2760
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingRight`** property
2761
+ */
2762
+ paddingRight?: ResponsiveProp<SimplePaddingValue>;
2763
+ /**
2764
+ * Sets the `padding-top` property.
2765
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingTop`** property
2766
+ */
2767
+ paddingTop?: ResponsiveProp<SimplePaddingValue>;
2768
+ /**
2769
+ * Sets the horizontal padding properties (`padding-left` and `padding-right`).
2770
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingX`** property
2771
+ */
2772
+ paddingX?: ResponsiveProp<SimplePaddingValue>;
2773
+ /**
2774
+ * Sets the vertical padding properties (`padding-top` and `padding-bottom`).
2775
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_paddingY`** property
2776
+ */
2777
+ paddingY?: ResponsiveProp<SimplePaddingValue>;
2778
+ /**
2779
+ * Sets the `pointer-events` property.
2780
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/pointer-events}
2781
+ */
2782
+ pointerEvents?: ResponsiveProp<Property.PointerEvents>;
2783
+ /**
2784
+ * Sets the `position` property.
2785
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/position}
2786
+ */
2787
+ position?: ResponsiveProp<Property.Position>;
2788
+ /**
2789
+ * Sets the `resize` property.
2790
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/resize}
2791
+ */
2792
+ resize?: ResponsiveProp<Property.Resize>;
2793
+ /**
2794
+ * Sets the `right` property.
2795
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/right}
2796
+ */
2797
+ right?: ResponsiveProp<Property.Right>;
2798
+ /**
2799
+ * Sets the `row-gap` property.
2800
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_rowGap`** property
2801
+ */
2802
+ rowGap?: ResponsiveProp<RowGapValue>;
2803
+ /**
2804
+ * Sets the `stroke` property.
2805
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_stroke`** property
2806
+ */
2807
+ stroke?: ResponsiveProp<StrokeValue>;
2808
+ /**
2809
+ * Sets the `text-align` property.
2810
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/text-align}
2811
+ */
2812
+ textAlign?: ResponsiveProp<Property.TextAlign | "justify-all">;
2813
+ /**
2814
+ * Sets the `text-decoration` property.
2815
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/text-decoration}
2816
+ */
2817
+ textDecoration?: ResponsiveProp<Property.TextDecoration>;
2818
+ /**
2819
+ * Sets the `text-overflow` property.
2820
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/text-overflow}
2821
+ */
2822
+ textOverflow?: ResponsiveProp<Property.TextOverflow>;
2823
+ /**
2824
+ * Sets the `text-transform` property.
2825
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/text-transform}
2826
+ */
2827
+ textTransform?: ResponsiveProp<Property.TextTransform>;
2828
+ /**
2829
+ * Sets the `top` property.
2830
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/top}
2831
+ */
2832
+ top?: ResponsiveProp<Property.Top>;
2833
+ /**
2834
+ * Sets the `transform` property.
2835
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/transform}
2836
+ */
2837
+ transform?: ResponsiveProp<Property.Transform>;
2838
+ /**
2839
+ * Sets the `transform-origin` property.
2840
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/transform-origin}
2841
+ */
2842
+ transformOrigin?: ResponsiveProp<Property.TransformOrigin>;
2843
+ /**
2844
+ * Sets the `transform-style` property.
2845
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/transform-style}
2846
+ */
2847
+ transformStyle?: ResponsiveProp<Property.TransformStyle>;
2848
+ /**
2849
+ * Sets the `transition` property.
2850
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/transition}
2851
+ */
2852
+ transition?: ResponsiveProp<Property.Transition>;
2853
+ /**
2854
+ * Sets the `background-color` property.
2855
+ *
2856
+ * If you want to use a **token value** from the **SCALE**, use the **`backgroundColor`** property instead.
2857
+ *
2858
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2859
+ */
2860
+ UNSAFE_backgroundColor?: ResponsiveProp<UNSAFE_BackgroundColorValue>;
2861
+ /**
2862
+ * Sets the `background-color` property when active.
2863
+ *
2864
+ * If you want to use a **token value** from the **SCALE**, use the **`backgroundColorActive`** property instead.
2865
+ *
2866
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2867
+ */
2868
+ UNSAFE_backgroundColorActive?: ResponsiveProp<UNSAFE_BackgroundColorValue>;
2869
+ /**
2870
+ * Sets the `background-color` property when focused.
2871
+ *
2872
+ * If you want to use a **token value** from the **SCALE**, use the **`backgroundColorFocus`** property instead.
2873
+ *
2874
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2875
+ */
2876
+ UNSAFE_backgroundColorFocus?: ResponsiveProp<UNSAFE_BackgroundColorValue>;
2877
+ /**
2878
+ * Sets the `background-color` property when hovered.
2879
+ *
2880
+ * If you want to use a **token value** from the **SCALE**, use the **`backgroundColorHover`** property instead.
2881
+ *
2882
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2883
+ */
2884
+ UNSAFE_backgroundColorHover?: ResponsiveProp<UNSAFE_BackgroundColorValue>;
2885
+ /**
2886
+ * Sets the `border` property.
2887
+ *
2888
+ * If you want to use a **token value** from the **SCALE**, use the **`border`** property instead.
2889
+ *
2890
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2891
+ */
2892
+ UNSAFE_border?: ResponsiveProp<UNSAFE_BorderValue>;
2893
+ /**
2894
+ * Sets the `border` property when active.
2895
+ *
2896
+ * If you want to use a **token value** from the **SCALE**, use the **`borderActive`** property instead.
2897
+ *
2898
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2899
+ */
2900
+ UNSAFE_borderActive?: ResponsiveProp<UNSAFE_BorderValue>;
2901
+ /**
2902
+ * Sets the `border-bottom` property.
2903
+ *
2904
+ * If you want to use a **token value** from the **SCALE**, use the **`borderBottom`** property instead.
2905
+ *
2906
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2907
+ */
2908
+ UNSAFE_borderBottom?: ResponsiveProp<UNSAFE_BorderValue>;
2909
+ /**
2910
+ * Sets the `border-bottom` property when active.
2911
+ *
2912
+ * If you want to use a **token value** from the **SCALE**, use the **`borderBottomActive`** property instead.
2913
+ *
2914
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2915
+ */
2916
+ UNSAFE_borderBottomActive?: ResponsiveProp<UNSAFE_BorderValue>;
2917
+ /**
2918
+ * Sets the `border-bottom` property when focused.
2919
+ *
2920
+ * If you want to use a **token value** from the **SCALE**, use the **`borderBottomFocus`** property instead.
2921
+ *
2922
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2923
+ */
2924
+ UNSAFE_borderBottomFocus?: ResponsiveProp<UNSAFE_BorderValue>;
2925
+ /**
2926
+ * Sets the `border-bottom` property when hovered.
2927
+ *
2928
+ * If you want to use a **token value** from the **SCALE**, use the **`borderBottomHover`** property instead.
2929
+ *
2930
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2931
+ */
2932
+ UNSAFE_borderBottomHover?: ResponsiveProp<UNSAFE_BorderValue>;
2933
+ /**
2934
+ * Sets the `border-bottom-left-radius` property.
2935
+ *
2936
+ * If you want to use a **token value** from the **SCALE**, use the **`borderBottomLeftRadius`** property instead.
2937
+ *
2938
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2939
+ */
2940
+ UNSAFE_borderBottomLeftRadius?: ResponsiveProp<UNSAFE_BorderRadiusValue>;
2941
+ /**
2942
+ * Sets the `border-bottom-right-radius` property.
2943
+ *
2944
+ * If you want to use a **token value** from the **SCALE**, use the **`borderBottomRightRadius`** property instead.
2945
+ *
2946
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2947
+ */
2948
+ UNSAFE_borderBottomRightRadius?: ResponsiveProp<UNSAFE_BorderRadiusValue>;
2949
+ /**
2950
+ * Sets the `border` property when focused.
2951
+ *
2952
+ * If you want to use a **token value** from the **SCALE**, use the **`borderFocus`** property instead.
2953
+ *
2954
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2955
+ */
2956
+ UNSAFE_borderFocus?: ResponsiveProp<UNSAFE_BorderValue>;
2957
+ /**
2958
+ * Sets the `border` property when hovered.
2959
+ *
2960
+ * If you want to use a **token value** from the **SCALE**, use the **`borderHover`** property instead.
2961
+ *
2962
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2963
+ */
2964
+ UNSAFE_borderHover?: ResponsiveProp<UNSAFE_BorderValue>;
2965
+ /**
2966
+ * Sets the `border-left` property.
2967
+ *
2968
+ * If you want to use a **token value** from the **SCALE**, use the **`borderLeft`** property instead.
2969
+ *
2970
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2971
+ */
2972
+ UNSAFE_borderLeft?: ResponsiveProp<UNSAFE_BorderValue>;
2973
+ /**
2974
+ * Sets the `border-left` property when active.
2975
+ *
2976
+ * If you want to use a **token value** from the **SCALE**, use the **`borderLeftActive`** property instead.
2977
+ *
2978
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2979
+ */
2980
+ UNSAFE_borderLeftActive?: ResponsiveProp<UNSAFE_BorderValue>;
2981
+ /**
2982
+ * Sets the `border-left` property when focused.
2983
+ *
2984
+ * If you want to use a **token value** from the **SCALE**, use the **`borderLeftFocus`** property instead.
2985
+ *
2986
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2987
+ */
2988
+ UNSAFE_borderLeftFocus?: ResponsiveProp<UNSAFE_BorderValue>;
2989
+ /**
2990
+ * Sets the `border-left` property when hovered.
2991
+ *
2992
+ * If you want to use a **token value** from the **SCALE**, use the **`borderLeftHover`** property instead.
2993
+ *
2994
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
2995
+ */
2996
+ UNSAFE_borderLeftHover?: ResponsiveProp<UNSAFE_BorderValue>;
2997
+ /**
2998
+ * Sets the `border-radius` property.
2999
+ *
3000
+ * If you want to use a **token value** from the **SCALE**, use the **`borderRadius`** property instead.
3001
+ *
3002
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3003
+ */
3004
+ UNSAFE_borderRadius?: ResponsiveProp<UNSAFE_BorderRadiusValue>;
3005
+ /**
3006
+ * Sets the `border-right` property.
3007
+ *
3008
+ * If you want to use a **token value** from the **SCALE**, use the **`borderRight`** property instead.
3009
+ *
3010
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3011
+ */
3012
+ UNSAFE_borderRight?: ResponsiveProp<UNSAFE_BorderValue>;
3013
+ /**
3014
+ * Sets the `border-right` property when active.
3015
+ *
3016
+ * If you want to use a **token value** from the **SCALE**, use the **`borderRightActive`** property instead.
3017
+ *
3018
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3019
+ */
3020
+ UNSAFE_borderRightActive?: ResponsiveProp<UNSAFE_BorderValue>;
3021
+ /**
3022
+ * Sets the `border-right` property when focused.
3023
+ *
3024
+ * If you want to use a **token value** from the **SCALE**, use the **`borderRightFocus`** property instead.
3025
+ *
3026
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3027
+ */
3028
+ UNSAFE_borderRightFocus?: ResponsiveProp<UNSAFE_BorderValue>;
3029
+ /**
3030
+ * Sets the `border-right` property when hovered.
3031
+ *
3032
+ * If you want to use a **token value** from the **SCALE**, use the **`borderRightHover`** property instead.
3033
+ *
3034
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3035
+ */
3036
+ UNSAFE_borderRightHover?: ResponsiveProp<UNSAFE_BorderValue>;
3037
+ /**
3038
+ * Sets the `border-top` property.
3039
+ *
3040
+ * If you want to use a **token value** from the **SCALE**, use the **`borderTop`** property instead.
3041
+ *
3042
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3043
+ */
3044
+ UNSAFE_borderTop?: ResponsiveProp<UNSAFE_BorderValue>;
3045
+ /**
3046
+ * Sets the `border-top` property when active.
3047
+ *
3048
+ * If you want to use a **token value** from the **SCALE**, use the **`borderTopActive`** property instead.
3049
+ *
3050
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3051
+ */
3052
+ UNSAFE_borderTopActive?: ResponsiveProp<UNSAFE_BorderValue>;
3053
+ /**
3054
+ * Sets the `border-top` property when focused.
3055
+ *
3056
+ * If you want to use a **token value** from the **SCALE**, use the **`borderTopFocus`** property instead.
3057
+ *
3058
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3059
+ */
3060
+ UNSAFE_borderTopFocus?: ResponsiveProp<UNSAFE_BorderValue>;
3061
+ /**
3062
+ * Sets the `border-top` property when hovered.
3063
+ *
3064
+ * If you want to use a **token value** from the **SCALE**, use the **`borderTopHover`** property instead.
3065
+ *
3066
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3067
+ */
3068
+ UNSAFE_borderTopHover?: ResponsiveProp<UNSAFE_BorderValue>;
3069
+ /**
3070
+ * Sets the `border-top-left-radius` property when hovered.
3071
+ *
3072
+ * If you want to use a **token value** from the **SCALE**, use the **`borderTopLeftRadius`** property instead.
3073
+ *
3074
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3075
+ */
3076
+ UNSAFE_borderTopLeftRadius?: ResponsiveProp<UNSAFE_BorderRadiusValue>;
3077
+ /**
3078
+ * Sets the `border-top-right-radius` property when hovered.
3079
+ *
3080
+ * If you want to use a **token value** from the **SCALE**, use the **`borderTopRightRadius`** property instead.
3081
+ *
3082
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3083
+ */
3084
+ UNSAFE_borderTopRightRadius?: ResponsiveProp<UNSAFE_BorderRadiusValue>;
3085
+ /**
3086
+ * Sets the `box-shadow` property.
3087
+ *
3088
+ * If you want to use a **token value** from the **SCALE**, use the **`boxShadow`** property instead.
3089
+ *
3090
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3091
+ */
3092
+ UNSAFE_boxShadow?: ResponsiveProp<UNSAFE_BoxShadowValue>;
3093
+ /**
3094
+ * Sets the `color` property.
3095
+ *
3096
+ * If you want to use a **token value** from the **SCALE**, use the **`color`** property instead.
3097
+ *
3098
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3099
+ */
3100
+ UNSAFE_color?: ResponsiveProp<UNSAFE_ColorValue>;
3101
+ /**
3102
+ * Sets the `column-gap` property.
3103
+ *
3104
+ * If you want to use a **token value** from the **SCALE**, use the **`columnGap`** property instead.
3105
+ *
3106
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3107
+ */
3108
+ UNSAFE_columnGap?: ResponsiveProp<UNSAFE_GapValue>;
3109
+ /**
3110
+ * Sets the `fill` property.
3111
+ *
3112
+ * If you want to use a **token value** from the **SCALE**, use the **`fill`** property instead.
3113
+ *
3114
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3115
+ */
3116
+ UNSAFE_fill?: ResponsiveProp<UNSAFE_FillValue>;
3117
+ /**
3118
+ * Sets the `font-family` property.
3119
+ *
3120
+ * If you want to use a **token value** from the **SCALE**, use the **`fontFamily`** property instead.
3121
+ *
3122
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3123
+ */
3124
+ UNSAFE_fontFamily?: ResponsiveProp<UNSAFE_FontFamilyValue>;
3125
+ /**
3126
+ * Sets the `font-size` property.
3127
+ *
3128
+ * If you want to use a **token value** from the **SCALE**, use the **`fontSize`** property instead.
3129
+ *
3130
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3131
+ */
3132
+ UNSAFE_fontSize?: ResponsiveProp<UNSAFE_FontSizeValue>;
3133
+ /**
3134
+ * Sets the `font-weight` property.
3135
+ *
3136
+ * If you want to use a **token value** from the **SCALE**, use the **`fontWeight`** property instead.
3137
+ *
3138
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3139
+ */
3140
+ UNSAFE_fontWeight?: ResponsiveProp<UNSAFE_FontWeightValue>;
3141
+ /**
3142
+ * Sets the `gap` property.
3143
+ *
3144
+ * If you want to use a **token value** from the **SCALE**, use the **`gap`** property instead.
3145
+ *
3146
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3147
+ */
3148
+ UNSAFE_gap?: ResponsiveProp<UNSAFE_GapValue>;
3149
+ /**
3150
+ * Sets the `grid-auto-columns` property.
3151
+ *
3152
+ * If you want to use a **token value** from the **SCALE**, use the **`gridAutoColumns`** property instead.
3153
+ *
3154
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3155
+ */
3156
+ UNSAFE_gridAutoColumns?: ResponsiveProp<UNSAFE_GridAutoColumnsValue>;
3157
+ /**
3158
+ * Sets the `grid-auto-rows` property.
3159
+ *
3160
+ * If you want to use a **token value** from the **SCALE**, use the **`gridAutoRows`** property instead.
3161
+ *
3162
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3163
+ */
3164
+ UNSAFE_gridAutoRows?: ResponsiveProp<UNSAFE_GridAutoRowsValue>;
3165
+ /**
3166
+ * Sets the `grid-template-columns` property.
3167
+ *
3168
+ * If you want to use a **token value** from the **SCALE**, use the **`gridTemplateColumns`** property instead.
3169
+ *
3170
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3171
+ */
3172
+ UNSAFE_gridTemplateColumns?: ResponsiveProp<UNSAFE_GridTemplateColumnsValue>;
3173
+ /**
3174
+ * Sets the `grid-template-rows` property.
3175
+ *
3176
+ * If you want to use a **token value** from the **SCALE**, use the **`gridTemplateRows`** property instead.
3177
+ *
3178
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3179
+ */
3180
+ UNSAFE_gridTemplateRows?: ResponsiveProp<UNSAFE_GridTemplateRowsValue>;
3181
+ /**
3182
+ * Sets the `height` property.
3183
+ *
3184
+ * If you want to use a **token value** from the **SCALE**, use the **`height`** property instead.
3185
+ *
3186
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3187
+ */
3188
+ UNSAFE_height?: ResponsiveProp<UNSAFE_HeightValue>;
3189
+ /**
3190
+ * Sets the `line-height` property.
3191
+ *
3192
+ * If you want to use a **token value** from the **SCALE**, use the **`lineHeight`** property instead.
3193
+ *
3194
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3195
+ */
3196
+ UNSAFE_lineHeight?: ResponsiveProp<UNSAFE_LineHeightValue>;
3197
+ /**
3198
+ * Sets the `margin` property.
3199
+ *
3200
+ * If you want to use a **token value** from the **SCALE**, use the **`margin`** property instead.
3201
+ *
3202
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3203
+ */
3204
+ UNSAFE_margin?: ResponsiveProp<UNSAFE_ComplexMarginValue>;
3205
+ /**
3206
+ * Sets the `margin-bottom` property.
3207
+ *
3208
+ * If you want to use a **token value** from the **SCALE**, use the **`marginBottom`** property instead.
3209
+ *
3210
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3211
+ */
3212
+ UNSAFE_marginBottom?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
3213
+ /**
3214
+ * Sets the `margin-left` property.
3215
+ *
3216
+ * If you want to use a **token value** from the **SCALE**, use the **`marginLeft`** property instead.
3217
+ *
3218
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3219
+ */
3220
+ UNSAFE_marginLeft?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
3221
+ /**
3222
+ * Sets the `margin-right` property.
3223
+ *
3224
+ * If you want to use a **token value** from the **SCALE**, use the **`marginRight`** property instead.
3225
+ *
3226
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3227
+ */
3228
+ UNSAFE_marginRight?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
3229
+ /**
3230
+ * Sets the `margin-top` property.
3231
+ *
3232
+ * If you want to use a **token value** from the **SCALE**, use the **`marginTop`** property instead.
3233
+ *
3234
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3235
+ */
3236
+ UNSAFE_marginTop?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
3237
+ /**
3238
+ * Sets the horizontal margin (`margin-left` and `margin-right`) property.
3239
+ *
3240
+ * If you want to use a **token value** from the **SCALE**, use the **`marginX`** property instead.
3241
+ *
3242
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3243
+ */
3244
+ UNSAFE_marginX?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
3245
+ /**
3246
+ * Sets the vertical margin (`margin-top` and `margin-bottom`) property.
3247
+ *
3248
+ * If you want to use a **token value** from the **SCALE**, use the **`marginY`** property instead.
3249
+ *
3250
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3251
+ */
3252
+ UNSAFE_marginY?: ResponsiveProp<UNSAFE_SimpleMarginValue>;
3253
+ /**
3254
+ * Sets the `max-height` property.
3255
+ *
3256
+ * If you want to use a **token value** from the **SCALE**, use the **`maxHeight`** property instead.
3257
+ *
3258
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3259
+ */
3260
+ UNSAFE_maxHeight?: ResponsiveProp<UNSAFE_HeightValue>;
3261
+ /**
3262
+ * Sets the `max-width` property.
3263
+ *
3264
+ * If you want to use a **token value** from the **SCALE**, use the **`maxWidth`** property instead.
3265
+ *
3266
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3267
+ */
3268
+ UNSAFE_maxWidth?: ResponsiveProp<UNSAFE_WidthValue>;
3269
+ /**
3270
+ * Sets the `min-height` property.
3271
+ *
3272
+ * If you want to use a **token value** from the **SCALE**, use the **`minHeight`** property instead.
3273
+ *
3274
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3275
+ */
3276
+ UNSAFE_minHeight?: ResponsiveProp<UNSAFE_HeightValue>;
3277
+ /**
3278
+ * Sets the `min-width` property.
3279
+ *
3280
+ * If you want to use a **token value** from the **SCALE**, use the **`minWidth`** property instead.
3281
+ *
3282
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3283
+ */
3284
+ UNSAFE_minWidth?: ResponsiveProp<UNSAFE_WidthValue>;
3285
+ /**
3286
+ * Sets the `padding` property.
3287
+ *
3288
+ * If you want to use a **token value** from the **SCALE**, use the **`padding`** property instead.
3289
+ *
3290
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3291
+ */
3292
+ UNSAFE_padding?: ResponsiveProp<UNSAFE_ComplexPaddingValue>;
3293
+ /**
3294
+ * Sets the `padding-bottom` property.
3295
+ *
3296
+ * If you want to use a **token value** from the **SCALE**, use the **`paddingBottom`** property instead.
3297
+ *
3298
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3299
+ */
3300
+ UNSAFE_paddingBottom?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
3301
+ /**
3302
+ * Sets the `padding-left` property.
3303
+ *
3304
+ * If you want to use a **token value** from the **SCALE**, use the **`paddingLeft`** property instead.
3305
+ *
3306
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3307
+ */
3308
+ UNSAFE_paddingLeft?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
3309
+ /**
3310
+ * Sets the `padding-right` property.
3311
+ *
3312
+ * If you want to use a **token value** from the **SCALE**, use the **`paddingRight`** property instead.
3313
+ *
3314
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3315
+ */
3316
+ UNSAFE_paddingRight?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
3317
+ /**
3318
+ * Sets the `padding-top` property.
3319
+ *
3320
+ * If you want to use a **token value** from the **SCALE**, use the **`paddingTop`** property instead.
3321
+ *
3322
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3323
+ */
3324
+ UNSAFE_paddingTop?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
3325
+ /**
3326
+ * Sets the horizontal padding (`padding-left` and `padding-right`) property.
3327
+ *
3328
+ * If you want to use a **token value** from the **SCALE**, use the **`paddingX`** property instead.
3329
+ *
3330
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3331
+ */
3332
+ UNSAFE_paddingX?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
3333
+ /**
3334
+ * Sets the vertical padding (`padding-top` and `padding-bottom`) property.
3335
+ *
3336
+ * If you want to use a **token value** from the **SCALE**, use the **`paddingY`** property instead.
3337
+ *
3338
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3339
+ */
3340
+ UNSAFE_paddingY?: ResponsiveProp<UNSAFE_SimplePaddingValue>;
3341
+ /**
3342
+ * Sets the `row-gap` property.
3343
+ *
3344
+ * If you want to use a **token value** from the **SCALE**, use the **`rowGap`** property instead.
3345
+ *
3346
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3347
+ */
3348
+ UNSAFE_rowGap?: ResponsiveProp<UNSAFE_RowGapValue>;
3349
+ /**
3350
+ * Sets the `stroke` property.
3351
+ *
3352
+ * If you want to use a **token value** from the **SCALE**, use the **`stroke`** property instead.
3353
+ *
3354
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3355
+ */
3356
+ UNSAFE_stroke?: ResponsiveProp<UNSAFE_StrokeValue>;
3357
+ /**
3358
+ * Sets the `width` property.
3359
+ *
3360
+ * If you want to use a **token value** from the **SCALE**, use the **`width`** property instead.
3361
+ *
3362
+ * This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
3363
+ */
3364
+ UNSAFE_width?: ResponsiveProp<UNSAFE_WidthValue>;
3365
+ /**
3366
+ * Sets the `vertical-align` property.
3367
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/vertical-align}
3368
+ */
3369
+ verticalAlign?: ResponsiveProp<Property.VerticalAlign>;
3370
+ /**
3371
+ * Sets the `visibility` property.
3372
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/visibility}
3373
+ */
3374
+ visibility?: ResponsiveProp<Property.Visibility>;
3375
+ /**
3376
+ * Sets the `white-space` property.
3377
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/white-space}
3378
+ */
3379
+ whiteSpace?: ResponsiveProp<Property.WhiteSpace>;
3380
+ /**
3381
+ * Sets the `width` property.
3382
+ * This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_width`** property
3383
+ */
3384
+ width?: ResponsiveProp<WidthValue>;
3385
+ /**
3386
+ * Sets the `will-change` property.
3387
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/will-change}
3388
+ */
3389
+ willChange?: ResponsiveProp<Property.WillChange>;
3390
+ /**
3391
+ * Sets the `word-break` property.
3392
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/word-break}
3393
+ */
3394
+ wordBreak?: ResponsiveProp<Property.WordBreak>;
3395
+ /**
3396
+ * Sets the `z-index` property.
3397
+ * @see {@link https://developer.mozilla.org/docs/Web/CSS/z-index}
3398
+ */
3399
+ zIndex?: ResponsiveProp<Property.ZIndex>;
3400
+ }
3401
+ type StyledComponentProps<T extends keyof JSX.IntrinsicElements | JSXElementConstructor<unknown>> = Omit<ComponentProps<T>, keyof StyledSystemProps> & StyledSystemProps;
3402
+
3403
+ export { FontWeightValue as $, BackgroundColorValue as A, Breakpoint as B, ColorExpressionTypes as C, DefaultBorderWidthAndStyle as D, BorderValue as E, FontSizeMapping as F, UNSAFE_BorderValue as G, BorderRadiusValue as H, IconColorMapping as I, UNSAFE_BorderRadiusValue as J, BoxShadowValue as K, LineHeightMapping as L, UNSAFE_BoxShadowValue as M, ColorValue as N, UNSAFE_ColorValue as O, ColumnGapValue as P, UNSAFE_ColumnGapValue as Q, ResponsiveValue as R, SpaceMapping as S, TextColorMapping as T, UNSAFE_BackgroundColorValue as U, FillValue as V, UNSAFE_FillValue as W, FontSizeValue as X, UNSAFE_FontSizeValue as Y, FontFamilyValue as Z, UNSAFE_FontFamilyValue as _, Breakpoints as a, UNSAFE_FontWeightValue as a0, GapValue as a1, UNSAFE_GapValue as a2, GridAutoColumnsValue as a3, UNSAFE_GridAutoColumnsValue as a4, GridAutoRowsValue as a5, UNSAFE_GridAutoRowsValue as a6, GridTemplateColumnsValue as a7, UNSAFE_GridTemplateColumnsValue as a8, GridTemplateRowsValue as a9, StyledSystemProps as aA, StyledComponentProps as aB, UNSAFE_GridTemplateRowsValue as aa, HeightValue as ab, UNSAFE_HeightValue as ac, LineHeightValue as ad, UNSAFE_LineHeightValue as ae, SimpleMarginValue as af, UNSAFE_SimpleMarginValue as ag, ComplexMarginValue as ah, UNSAFE_ComplexMarginValue as ai, SimplePaddingValue as aj, UNSAFE_SimplePaddingValue as ak, ComplexPaddingValue as al, UNSAFE_ComplexPaddingValue as am, RowGapValue as an, UNSAFE_RowGapValue as ao, SizingValue as ap, UNSAFE_SizingValue as aq, StrokeValue as ar, UNSAFE_StrokeValue as as, WidthValue as at, UNSAFE_WidthValue as au, GridColumSpanValue as av, GridRowSpanValue as aw, parseResponsiveSystemValue as ax, getSystemValue as ay, UnsafePrefix as az, ResponsiveProp as b, ColorMapping as c, DataVizColorMapping as d, BackgroundColorMapping as e, BorderMapping as f, BoxShadowMapping as g, FontWeightMapping as h, isResponsiveObject as i, FontFamilyMapping as j, BorderRadiusMapping as k, SimplePaddingMapping as l, ComplexPaddingMapping as m, SimpleMarginMapping as n, ComplexMarginMapping as o, parseResponsiveValue as p, SizingMapping as q, CssColor as r, CssFill as s, CssGrid as t, useResponsiveValue as u, CssGridTemplate as v, CssBoxShadow as w, CssBorder as x, CssBorderRadius as y, CssGap as z };