@aurodesignsystem/design-tokens 4.0.0 → 4.1.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 (51) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +20 -26
  3. package/dist/tokens/CSSCustomProperties.css +1 -1
  4. package/dist/tokens/CSSSizeCustomProperties.css +1 -1
  5. package/dist/tokens/JSData--color.js +1 -1
  6. package/dist/tokens/JSObject--allTokens.js +1 -1
  7. package/dist/tokens/JSObject--deprecated.js +1 -1
  8. package/dist/tokens/JSVariables--color.js +1 -1
  9. package/dist/tokens/SCSSVariableMap.scss +1 -1
  10. package/dist/tokens/SCSSVariables.scss +1 -1
  11. package/dist/tokens/SCSSVariablesMapFlat.scss +1 -1
  12. package/dist/tokens/SassCustomProperties.scss +1 -1
  13. package/dist/tokens/SassSizeCustomProperties.scss +1 -1
  14. package/dist/tokens/darkmode/CSSCustomProperties.css +22 -0
  15. package/dist/tokens/darkmode/JSDataColor.js +464 -0
  16. package/dist/tokens/darkmode/JSObject--allDarkTokens.js +464 -0
  17. package/dist/tokens/darkmode/JSVariablesColor.js +20 -0
  18. package/dist/tokens/darkmode/SCSSVariables.scss +19 -0
  19. package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +25 -0
  20. package/dist/tokens/darkmode/SassCustomProperties.scss +22 -0
  21. package/package.json +1 -1
  22. package/src/color-darkmode/base.json +6 -126
  23. package/src/color-darkmode/border.json +2 -40
  24. package/src/color-darkmode/icon.json +2 -20
  25. package/src/color-darkmode/text.json +5 -10
  26. package/src/color-darkmode/tier.json +2 -26
  27. package/dist/tokens/CSSCustomProperties--darkmode.css +0 -302
  28. package/dist/tokens/CSSCustomPropertiesColorRGB--darkmode.css +0 -155
  29. package/dist/tokens/CSSCustomPropertiesColorRGB.css +0 -168
  30. package/dist/tokens/CSSOpacityProperties--darkmode.scss +0 -10
  31. package/dist/tokens/CSSOpacityProperties.scss +0 -10
  32. package/dist/tokens/CSSSizeCustomProperties--darkmode.css +0 -20
  33. package/dist/tokens/CSSVariables--darkmode.css +0 -302
  34. package/dist/tokens/CSSVariablesMapFlat--darkmode.css +0 -368
  35. package/dist/tokens/JSData--darkmodeColor.js +0 -3254
  36. package/dist/tokens/JSObject--allDarkTokens.js +0 -7087
  37. package/dist/tokens/JSObject--deprecatedDark.js +0 -675
  38. package/dist/tokens/JSVariables--darkmodeColor.js +0 -153
  39. package/dist/tokens/SCSSOpacityVariables--darkmode.scss +0 -7
  40. package/dist/tokens/SCSSOpacityVariables.scss +0 -7
  41. package/dist/tokens/SCSSVariableMap--darkmode.scss +0 -37
  42. package/dist/tokens/SCSSVariables--darkmode.scss +0 -299
  43. package/dist/tokens/SCSSVariablesMapFlat--darkmode.scss +0 -368
  44. package/dist/tokens/SassCustomProperties--darkmode.scss +0 -302
  45. package/dist/tokens/SassCustomPropertiesColorRGB--darkmode.scss +0 -155
  46. package/dist/tokens/SassCustomPropertiesColorRGB.scss +0 -168
  47. package/dist/tokens/SassSizeCustomProperties--darkmode.scss +0 -20
  48. package/src/color-darkmode/alert.json +0 -56
  49. package/src/color-darkmode/background.json +0 -38
  50. package/src/color-darkmode/brand.json +0 -530
  51. package/src/color-darkmode/ui.json +0 -57
@@ -2,138 +2,18 @@
2
2
  "color": {
3
3
  "base": {
4
4
  "white": {
5
- "value": "ffffff",
5
+ "value": "000000",
6
6
  "comment": "{comments.color.base.value.comment}",
7
7
  "public": true,
8
- "deprecated": false
9
- },
10
- "white-opacity-40": {
11
- "value": "ffffff66",
12
- "comment": "white @ 40%",
13
- "public": true,
14
- "opacity": true,
15
- "deprecated": false
8
+ "deprecated": false,
9
+ "darkmode": true
16
10
  },
17
11
  "black": {
18
- "value": "000000",
12
+ "value": "ffffff",
19
13
  "comment": "{comments.color.base.value.comment}",
20
14
  "public": true,
21
- "deprecated": false
22
- },
23
- "black-opacity-15": {
24
- "value": "00000026",
25
- "comment": "black @ 15%",
26
- "public": true,
27
- "opacity": true,
28
- "deprecated": false
29
- },
30
- "gray": {
31
- "100": {
32
- "value": "f8f8f8",
33
- "version": "3.1.0",
34
- "public": false,
35
- "neutral": true,
36
- "usage": "Neutral accent",
37
- "wcag": "n/a",
38
- "deprecated": true,
39
- "reference": "color-brand-gray-100",
40
- "comment": "{comments.reference.comment} color-brand-gray-100"
41
- },
42
- "200": {
43
- "value": "dbdbdb",
44
- "public": false,
45
- "neutral": true,
46
- "usage": "Neutral accent",
47
- "wcag": "n/a",
48
- "deprecated": true,
49
- "version": "3.1.0",
50
- "reference": "color-brand-gray-200",
51
- "comment": "{comments.reference.comment} color-brand-gray-200"
52
- },
53
- "300": {
54
- "value": "b2b2b2",
55
- "public": false,
56
- "neutral": true,
57
- "usage": "Neutral accent",
58
- "wcag": "n/a",
59
- "deprecated": true,
60
- "version": "3.1.0",
61
- "reference": "color-brand-gray-300",
62
- "comment": "{comments.reference.comment} color-brand-gray-300"
63
- },
64
- "400": {
65
- "value": "767676",
66
- "public": false,
67
- "neutral": true,
68
- "usage": "Neutral accent",
69
- "wcag": "n/a",
70
- "deprecated": true,
71
- "version": "3.1.0",
72
- "reference": "color-brand-gray-400",
73
- "comment": "{comments.reference.comment} color-brand-gray-400"
74
- },
75
- "500": {
76
- "value": "222222",
77
- "public": false,
78
- "neutral": true,
79
- "usage": "Neutral accent",
80
- "wcag": "n/a",
81
- "deprecated": true,
82
- "version": "3.1.0",
83
- "reference": "color-brand-gray-500",
84
- "comment": "{comments.reference.comment} color-brand-gray-500"
85
- }
86
- },
87
- "neutral": {
88
- "400": {
89
- "value": "9fabbb",
90
- "public": false,
91
- "deprecated": true,
92
- "version": "3.1.0",
93
- "reference": "color-brand-neutral-400",
94
- "comment": "{comments.reference.comment} color-brand-neutral-400"
95
- },
96
- "500": {
97
- "value": "626b79",
98
- "public": false,
99
- "deprecated": true,
100
- "version": "3.1.0",
101
- "reference": "color-brand-neutral-500",
102
- "comment": "{comments.reference.comment} color-brand-neutral-500"
103
- }
104
- }
105
- },
106
- "state": {
107
- "error": {
108
- "100": {
109
- "value": "ff999b",
110
- "public": true,
111
- "deprecated": false
112
- },
113
- "500": {
114
- "value": "df0b37",
115
- "public": true,
116
- "deprecated": false
117
- }
118
- },
119
- "success": {
120
- "100": {
121
- "value": "69cf96",
122
- "public": true,
123
- "deprecated": false
124
- },
125
- "500": {
126
- "value": "00805d",
127
- "public": true,
128
- "deprecated": false
129
- }
130
- },
131
- "warning": {
132
- "500": {
133
- "value": "de750c",
134
- "public": true,
135
- "deprecated": false
136
- }
15
+ "deprecated": false,
16
+ "darkmode": true
137
17
  }
138
18
  }
139
19
  }
@@ -5,56 +5,18 @@
5
5
  "default": {
6
6
  "value": "{color.brand.neutral.400.value}",
7
7
  "public": true,
8
+ "darkmode": true,
8
9
  "default": true,
9
10
  "usage": "Primary border color on dark background",
10
11
  "wcag": "n/a",
11
12
  "deprecated": false
12
13
  }
13
14
  },
14
- "active": {
15
- "default": {
16
- "value": "{color.brand.breeze.300.value}",
17
- "public": true,
18
- "default": true,
19
- "usage": "Active border color on dark backgrounds",
20
- "wcag": "n/a",
21
- "deprecated": false
22
- }
23
- },
24
- "error": {
25
- "default": {
26
- "value": "{color.state.error.100.value}",
27
- "public": true,
28
- "default": true,
29
- "usage": "Error states border color on dark background",
30
- "wcag": "n/a",
31
- "deprecated": false
32
- }
33
- },
34
- "disabled": {
35
- "default": {
36
- "value": "{color.base.gray.200.value}",
37
- "public": true,
38
- "default": true,
39
- "usage": "Disabled border color on dark background",
40
- "wcag": "n/a",
41
- "deprecated": false
42
- }
43
- },
44
- "Focus": {
45
- "default": {
46
- "value": "{color.base.white.value}",
47
- "public": true,
48
- "default": true,
49
- "usage": "Focus border color for dark backgrounds",
50
- "wcag": "n/a",
51
- "deprecated": false
52
- }
53
- },
54
15
  "divider": {
55
16
  "default": {
56
17
  "value": "{color.base.white.value}",
57
18
  "public": true,
19
+ "darkmode": true,
58
20
  "default": true,
59
21
  "usage": "Strict use as divider between elements on dark backgrounds",
60
22
  "wcag": "n/a",
@@ -5,6 +5,7 @@
5
5
  "default": {
6
6
  "value": "{color.base.neutral.400.value}",
7
7
  "public": true,
8
+ "darkmode": true,
8
9
  "default": true,
9
10
  "usage": "Primary color for icons on dark backgrounds",
10
11
  "wcag": "AAA",
@@ -15,31 +16,12 @@
15
16
  "default": {
16
17
  "value": "{color.base.white.value}",
17
18
  "public": true,
19
+ "darkmode": true,
18
20
  "default": true,
19
21
  "usage": "Emphasis or lightest icon color on dark backgrounds",
20
22
  "wcag": "AAA",
21
23
  "deprecated": false
22
24
  }
23
- },
24
- "accent": {
25
- "default": {
26
- "value": "{color.brand.breeze.300.value}",
27
- "public": true,
28
- "default": true,
29
- "usage": "Accent color for icon color on dark backgrounds",
30
- "wcag": "AA",
31
- "deprecated": false
32
- }
33
- },
34
- "disabled": {
35
- "default": {
36
- "value": "{color.base.white-opacity-40.value}",
37
- "public": true,
38
- "default": true,
39
- "usage": "Disabled icon color on dark backgrounds",
40
- "wcag": "n/a",
41
- "deprecated": false
42
- }
43
25
  }
44
26
  }
45
27
  }
@@ -5,6 +5,7 @@
5
5
  "default": {
6
6
  "value": "{color.base.white.value}",
7
7
  "public": true,
8
+ "darkmode": true,
8
9
  "default": true,
9
10
  "usage": "Primary color for body and header text on dark backgrounds",
10
11
  "wcag": "AAA",
@@ -15,6 +16,7 @@
15
16
  "default": {
16
17
  "value": "{color.base.neutral.400.value}",
17
18
  "public": true,
19
+ "darkmode": true,
18
20
  "default": true,
19
21
  "usage": "Secondary color for body text on dark backgrounds",
20
22
  "wcag": "AAA",
@@ -25,6 +27,7 @@
25
27
  "default": {
26
28
  "value": "{color.brand.breeze.300.value}",
27
29
  "public": true,
30
+ "darkmode": true,
28
31
  "default": true,
29
32
  "usage": "Link text color on light backgrounds",
30
33
  "wcag": "AA",
@@ -35,26 +38,18 @@
35
38
  "default": {
36
39
  "value": "{color.state.error.100.value}",
37
40
  "public": true,
41
+ "darkmode": true,
38
42
  "default": true,
39
43
  "usage": "Error text color on dark backgrounds",
40
44
  "wcag": "AA",
41
45
  "deprecated": false
42
46
  }
43
47
  },
44
- "disabled": {
45
- "default": {
46
- "value": "{color.base.gray.200.value}",
47
- "public": true,
48
- "default": true,
49
- "usage": "Disabled text color on dark backgrounds",
50
- "wcag": "n/a",
51
- "deprecated": false
52
- }
53
- },
54
48
  "emphasis": {
55
49
  "default": {
56
50
  "value": "{color.brand.midnight.100.value}",
57
51
  "public": true,
52
+ "darkmode": true,
58
53
  "default": true,
59
54
  "usage": "Emphasized text color on dark backgrounds",
60
55
  "wcag": "n/a",
@@ -6,6 +6,7 @@
6
6
  "default": {
7
7
  "value": "{color.brand.goldgray.100.value}",
8
8
  "public": true,
9
+ "darkmode": true,
9
10
  "default": true,
10
11
  "usage": "MVP tier color for Alaska Airlines",
11
12
  "wcag": "n/a",
@@ -16,38 +17,13 @@
16
17
  "default": {
17
18
  "value": "{color.brand.gold.100.value}",
18
19
  "public": true,
20
+ "darkmode": true,
19
21
  "default": true,
20
22
  "usage": "MVP Gold tier color for Alaska Airlines",
21
23
  "wcag": "n/a",
22
24
  "deprecated": false
23
25
  }
24
26
  }
25
- },
26
- "oneworld": {
27
- "emerald": {
28
- "value": "{color.brand.emerald.value}",
29
- "public": true,
30
- "onLight": true,
31
- "usage": "Emerald tier color for Oneworld",
32
- "wcag": "n/a",
33
- "deprecated": false
34
- },
35
- "sapphire": {
36
- "value": "{color.brand.sapphire.value}",
37
- "public": true,
38
- "default": true,
39
- "usage": "Sapphire tier color for Oneworld",
40
- "wcag": "n/a",
41
- "deprecated": false
42
- },
43
- "ruby": {
44
- "value": "{color.brand.ruby.value}",
45
- "public": true,
46
- "default": true,
47
- "usage": "Ruby tier color for Oneworld",
48
- "wcag": "n/a",
49
- "deprecated": false
50
- }
51
27
  }
52
28
  }
53
29
  }
@@ -1,302 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Wed, 13 Sep 2023 17:26:39 GMT
4
- */
5
-
6
- :root {
7
- --ds-asset-font-circular-family-name: "AS Circular";
8
- --ds-asset-font-circular-filename: "ASCircularWeb";
9
- --ds-asset-font-circular-weight-light: "-Light";
10
- --ds-asset-font-circular-weight-medium: "-Medium";
11
- --ds-asset-font-circular-weight-book: "-Book";
12
- --ds-border-radius: 0.375rem;
13
- --ds-size-25: 0.125rem; /* 2px */
14
- --ds-size-50: 0.25rem; /* 4px */
15
- --ds-size-100: 0.5rem; /* 8px */
16
- --ds-size-150: 0.75rem; /* 12px */
17
- --ds-size-200: 1rem; /* 16px */
18
- --ds-size-300: 1.5rem; /* 24px */
19
- --ds-size-400: 2rem; /* 32px */
20
- --ds-size-500: 2.5rem; /* 40px */
21
- --ds-size-600: 3rem; /* 48px */
22
- --ds-size-700: 3.5rem; /* 56px */
23
- --ds-size-800: 4rem; /* 64px */
24
- --ds-size-900: 4.5rem; /* 72px */
25
- --ds-size-1000: 5rem; /* 80px */
26
- --ds-unitless-scale-20: 0.25;
27
- --ds-unitless-scale-50: 0.5;
28
- --ds-unitless-scale-100: 1;
29
- --ds-unitless-scale-140: 1.4;
30
- --ds-unitless-scale-150: 1.5;
31
- --ds-unitless-scale-200: 2;
32
- --ds-unitless-scale-300: 3;
33
- --ds-unitless-scale-350: 3.5;
34
- --ds-animation-default-property: all;
35
- --ds-animation-default-duration: 0.3s;
36
- --ds-animation-default-timing: ease-out;
37
- --ds-depth-overlay: 200;
38
- --ds-depth-modal: 400;
39
- --ds-depth-tooltip: 300;
40
- --ds-elevation-100: 0px 0px 5px rgba(0, 0, 0, 0.15); /* for the least amount of emphasis */
41
- --ds-elevation-200: 0px 0px 10px rgba(0, 0, 0, 0.15); /* for more emphasis than low elevation */
42
- --ds-elevation-300: 0px 0px 15px rgba(0, 0, 0, 0.2); /* for maximum emphasis or differentiation */
43
- --ds-grid-breakpoint-xs: 320px;
44
- --ds-grid-breakpoint-sm: 576px;
45
- --ds-grid-breakpoint-md: 768px;
46
- --ds-grid-breakpoint-lg: 1024px;
47
- --ds-grid-breakpoint-xl: 1232px;
48
- --ds-grid-column-xs: 6;
49
- --ds-grid-column-sm: 12;
50
- --ds-grid-column-md: 12;
51
- --ds-grid-column-lg: 12;
52
- --ds-grid-column-xl: 12;
53
- --ds-grid-gutter-xs: 0.5rem;
54
- --ds-grid-gutter-sm: 1rem;
55
- --ds-grid-gutter-md: 1.5rem;
56
- --ds-grid-gutter-lg: 1.5rem;
57
- --ds-grid-gutter-xl: 2rem;
58
- --ds-grid-margin-xs: 1rem;
59
- --ds-grid-margin-sm: 1rem;
60
- --ds-grid-margin-md: 1.5rem;
61
- --ds-grid-margin-lg: 2rem;
62
- --ds-grid-margin-xl: 2rem;
63
- --ds-font-family-default: 'AS Circular', Helvetica Neue, Arial, sans-serif;
64
- --ds-font-family-mono: Menlo, Monaco, Consolas, 'Courier New', monospace;
65
- --ds-text-heading-300-weight: 300;
66
- --ds-text-heading-300-px: 18px;
67
- --ds-text-heading-300-size: 1.125rem;
68
- --ds-text-heading-300-height: 1.625rem;
69
- --ds-text-heading-300-height-px: 26px;
70
- --ds-text-heading-400-weight: 300;
71
- --ds-text-heading-400-px: 20px;
72
- --ds-text-heading-400-size: 1.25rem;
73
- --ds-text-heading-400-height: 1.625rem;
74
- --ds-text-heading-400-height-px: 26px;
75
- --ds-text-heading-500-weight: 300;
76
- --ds-text-heading-500-px-breakpoint-sm: 22px;
77
- --ds-text-heading-500-px-breakpoint-md: 24px;
78
- --ds-text-heading-500-px-breakpoint-lg: 24px;
79
- --ds-text-heading-500-size-breakpoint-sm: 1.375rem;
80
- --ds-text-heading-500-size-breakpoint-md: 1.5rem;
81
- --ds-text-heading-500-size-breakpoint-lg: 1.5rem;
82
- --ds-text-heading-500-height-breakpoint-sm: 1.625rem;
83
- --ds-text-heading-500-height-breakpoint-px-sm: 26px;
84
- --ds-text-heading-500-height-breakpoint-md: 1.875rem;
85
- --ds-text-heading-500-height-breakpoint-px-md: 30px;
86
- --ds-text-heading-500-height-breakpoint-lg: 2rem;
87
- --ds-text-heading-500-height-breakpoint-px-lg: 32px;
88
- --ds-text-heading-600-weight: 300;
89
- --ds-text-heading-600-px-breakpoint-sm: 26px;
90
- --ds-text-heading-600-px-breakpoint-md: 28px;
91
- --ds-text-heading-600-px-breakpoint-lg: 28px;
92
- --ds-text-heading-600-size-breakpoint-sm: 1.625rem;
93
- --ds-text-heading-600-size-breakpoint-md: 1.75rem;
94
- --ds-text-heading-600-size-breakpoint-lg: 1.75rem;
95
- --ds-text-heading-600-height-breakpoint-sm: 1.875rem;
96
- --ds-text-heading-600-height-breakpoint-px-sm: 30px;
97
- --ds-text-heading-600-height-breakpoint-md: 2.125rem;
98
- --ds-text-heading-600-height-breakpoint-px-md: 34px;
99
- --ds-text-heading-600-height-breakpoint-lg: 2.25rem;
100
- --ds-text-heading-600-height-breakpoint-px-lg: 36px;
101
- --ds-text-heading-700-weight: 500;
102
- --ds-text-heading-700-px-breakpoint-sm: 28px;
103
- --ds-text-heading-700-px-breakpoint-md: 32px;
104
- --ds-text-heading-700-px-breakpoint-lg: 36px;
105
- --ds-text-heading-700-size-breakpoint-sm: 1.75rem;
106
- --ds-text-heading-700-size-breakpoint-md: 2rem;
107
- --ds-text-heading-700-size-breakpoint-lg: 2.25rem;
108
- --ds-text-heading-700-height-breakpoint-sm: 2.125rem;
109
- --ds-text-heading-700-height-breakpoint-px-sm: 34px;
110
- --ds-text-heading-700-height-breakpoint-md: 2.375rem;
111
- --ds-text-heading-700-height-breakpoint-px-md: 38px;
112
- --ds-text-heading-700-height-breakpoint-lg: 2.75rem;
113
- --ds-text-heading-700-height-breakpoint-px-lg: 44px;
114
- --ds-text-heading-800-weight: 500;
115
- --ds-text-heading-800-px-breakpoint-sm: 32px;
116
- --ds-text-heading-800-px-breakpoint-md: 36px;
117
- --ds-text-heading-800-px-breakpoint-lg: 40px;
118
- --ds-text-heading-800-size-breakpoint-sm: 2rem;
119
- --ds-text-heading-800-size-breakpoint-md: 2.25rem;
120
- --ds-text-heading-800-size-breakpoint-lg: 2.5rem;
121
- --ds-text-heading-800-height-breakpoint-sm: 2.375rem;
122
- --ds-text-heading-800-height-breakpoint-px-sm: 38px;
123
- --ds-text-heading-800-height-breakpoint-md: 2.625rem;
124
- --ds-text-heading-800-height-breakpoint-px-md: 42px;
125
- --ds-text-heading-800-height-breakpoint-lg: 3rem;
126
- --ds-text-heading-800-height-breakpoint-px-lg: 48px;
127
- --ds-text-heading-default-weight: 500;
128
- --ds-text-heading-default-margin: 0;
129
- --ds-text-heading-default-spacing: -0.2px;
130
- --ds-text-heading-medium-weight: 300;
131
- --ds-text-heading-display-weight: 100;
132
- --ds-text-heading-display-px-breakpoint-sm: 44px;
133
- --ds-text-heading-display-px-breakpoint-md: 48px;
134
- --ds-text-heading-display-px-breakpoint-lg: 56px;
135
- --ds-text-heading-display-size-breakpoint-sm: 2.75rem;
136
- --ds-text-heading-display-size-breakpoint-md: 3rem;
137
- --ds-text-heading-display-size-breakpoint-lg: 3.5rem;
138
- --ds-text-heading-display-height-breakpoint-sm: 3.375rem;
139
- --ds-text-heading-display-height-breakpoint-px-sm: 54px;
140
- --ds-text-heading-display-height-breakpoint-md: 3.75rem;
141
- --ds-text-heading-display-height-breakpoint-px-md: 60px;
142
- --ds-text-heading-display-height-breakpoint-lg: 4.25rem;
143
- --ds-text-heading-display-height-breakpoint-px-lg: 68px;
144
- --ds-text-body-default-weight: 500;
145
- --ds-text-body-size-xxs: 0.625rem;
146
- --ds-text-body-size-xs: 0.75rem;
147
- --ds-text-body-size-sm: 0.875rem;
148
- --ds-text-body-size-default: 1rem;
149
- --ds-text-body-size-lg: 1.125rem;
150
- --ds-text-body-height-xs: 1rem;
151
- --ds-text-body-height-sm: 1.25rem;
152
- --ds-text-body-height-default: 1.5rem;
153
- --ds-text-body-height-lg: 1.625rem;
154
- --ds-color-alert-notification-default: #00cff0;
155
- --ds-color-alert-warning-default: #de750c;
156
- --ds-color-alert-error-default: #ff999b;
157
- --ds-color-alert-success-default: #69cf96;
158
- --ds-color-alert-advisory-default: #fff0cd;
159
- --ds-color-background-lightest: #ffffff;
160
- --ds-color-background-lighter: #f8f8f8;
161
- --ds-color-background-darker: #01426a;
162
- --ds-color-background-darkest: #00274a;
163
- --ds-color-base-white: #ffffff; /*
164
- // Base value for token support; should not use in code! */
165
- --ds-color-base-white-opacity-40: rgba(255, 255, 255, 0.4); /* white @ 40% */
166
- --ds-color-base-black: #000000; /*
167
- // Base value for token support; should not use in code! */
168
- --ds-color-base-black-opacity-15: rgba(0, 0, 0, 0.15); /* black @ 15% */
169
- --ds-color-state-error-100: #ff999b;
170
- --ds-color-state-error-500: #df0b37;
171
- --ds-color-state-success-100: #69cf96;
172
- --ds-color-state-success-500: #00805d;
173
- --ds-color-state-warning-500: #de750c;
174
- --ds-color-border-primary-default: #9fabbb;
175
- --ds-color-border-active-default: #00cff0;
176
- --ds-color-border-error-default: #ff999b;
177
- --ds-color-border-disabled-default: #dbdbdb;
178
- --ds-color-border-focus-default: #ffffff;
179
- --ds-color-border-divider-default: #ffffff;
180
- --ds-color-brand-midnight-100: #c1daf0; /*
181
- // Please consider descriptive token prior to using brand token */
182
- --ds-color-brand-midnight-200: #569ed7; /*
183
- // Please consider descriptive token prior to using brand token */
184
- --ds-color-brand-midnight-300: #156fad; /*
185
- // Please consider descriptive token prior to using brand token */
186
- --ds-color-brand-midnight-400: #01426a; /*
187
- // Please consider descriptive token prior to using brand token */
188
- --ds-color-brand-midnight-500: #00274a; /*
189
- // Please consider descriptive token prior to using brand token */
190
- --ds-color-brand-atlas-100: #cde6ff; /*
191
- // Please consider descriptive token prior to using brand token */
192
- --ds-color-brand-atlas-200: #6bb7fb; /*
193
- // Please consider descriptive token prior to using brand token */
194
- --ds-color-brand-atlas-300: #2492eb; /*
195
- // Please consider descriptive token prior to using brand token */
196
- --ds-color-brand-atlas-400: #0074c8; /*
197
- // Please consider descriptive token prior to using brand token */
198
- --ds-color-brand-atlas-500: #054687; /*
199
- // Please consider descriptive token prior to using brand token */
200
- --ds-color-brand-breeze-100: #c0f7ff; /*
201
- // Please consider descriptive token prior to using brand token */
202
- --ds-color-brand-breeze-200: #5de3f7; /*
203
- // Please consider descriptive token prior to using brand token */
204
- --ds-color-brand-breeze-300: #00cff0; /*
205
- // Please consider descriptive token prior to using brand token */
206
- --ds-color-brand-breeze-400: #099dc5; /*
207
- // Please consider descriptive token prior to using brand token */
208
- --ds-color-brand-breeze-500: #0b5575; /*
209
- // Please consider descriptive token prior to using brand token */
210
- --ds-color-brand-tropical-100: #e2ffcd; /*
211
- // Please consider descriptive token prior to using brand token */
212
- --ds-color-brand-tropical-200: #d0fba6; /*
213
- // Please consider descriptive token prior to using brand token */
214
- --ds-color-brand-tropical-300: #c0e585; /*
215
- // Please consider descriptive token prior to using brand token */
216
- --ds-color-brand-tropical-400: #91be62; /*
217
- // Please consider descriptive token prior to using brand token */
218
- --ds-color-brand-tropical-500: #5e8741; /*
219
- // Please consider descriptive token prior to using brand token */
220
- --ds-color-brand-alpine-100: #bcaae6; /*
221
- // Please consider descriptive token prior to using brand token */
222
- --ds-color-brand-alpine-200: #9e73ea; /*
223
- // Please consider descriptive token prior to using brand token */
224
- --ds-color-brand-alpine-300: #8439ef; /*
225
- // Please consider descriptive token prior to using brand token */
226
- --ds-color-brand-alpine-400: #631db8; /*
227
- // Please consider descriptive token prior to using brand token */
228
- --ds-color-brand-alpine-500: #39115c; /*
229
- // Please consider descriptive token prior to using brand token */
230
- --ds-color-brand-flamingo-100: #ffebee; /*
231
- // Please consider descriptive token prior to using brand token */
232
- --ds-color-brand-flamingo-200: #ffc0ca; /*
233
- // Please consider descriptive token prior to using brand token */
234
- --ds-color-brand-flamingo-300: #ff94a7; /*
235
- // Please consider descriptive token prior to using brand token */
236
- --ds-color-brand-flamingo-400: #f65b7b; /*
237
- // Please consider descriptive token prior to using brand token */
238
- --ds-color-brand-flamingo-500: #b82b47; /*
239
- // Please consider descriptive token prior to using brand token */
240
- --ds-color-brand-canyon-100: #ffcab6; /*
241
- // Please consider descriptive token prior to using brand token */
242
- --ds-color-brand-canyon-200: #f99574; /*
243
- // Please consider descriptive token prior to using brand token */
244
- --ds-color-brand-canyon-300: #f26135; /*
245
- // Please consider descriptive token prior to using brand token */
246
- --ds-color-brand-canyon-400: #de3e09; /*
247
- // Please consider descriptive token prior to using brand token */
248
- --ds-color-brand-canyon-500: #b83302; /*
249
- // Please consider descriptive token prior to using brand token */
250
- --ds-color-brand-goldcoast-100: #fff0cd; /*
251
- // Please consider descriptive token prior to using brand token */
252
- --ds-color-brand-goldcoast-200: #ffdb67; /*
253
- // Please consider descriptive token prior to using brand token */
254
- --ds-color-brand-goldcoast-300: #ffd200; /*
255
- // Please consider descriptive token prior to using brand token */
256
- --ds-color-brand-goldcoast-400: #e5ad07; /*
257
- // Please consider descriptive token prior to using brand token */
258
- --ds-color-brand-goldcoast-500: #b88624; /*
259
- // Please consider descriptive token prior to using brand token */
260
- --ds-color-brand-neutral-100: #f9fbfc; /*
261
- // Please consider descriptive token prior to using brand token */
262
- --ds-color-brand-neutral-200: #e2eaef; /*
263
- // Please consider descriptive token prior to using brand token */
264
- --ds-color-brand-neutral-300: #cbd8e2; /*
265
- // Please consider descriptive token prior to using brand token */
266
- --ds-color-brand-neutral-400: #9fabbb; /*
267
- // Please consider descriptive token prior to using brand token */
268
- --ds-color-brand-neutral-500: #626b79; /*
269
- // Please consider descriptive token prior to using brand token */
270
- --ds-color-brand-gray-100: #f8f8f8;
271
- --ds-color-brand-gray-200: #dbdbdb;
272
- --ds-color-brand-gray-300: #b2b2b2;
273
- --ds-color-brand-gray-400: #767676;
274
- --ds-color-brand-gray-500: #222222;
275
- --ds-color-brand-goldgray-100: #c5c1bf;
276
- --ds-color-brand-goldgray-200: #726e6c;
277
- --ds-color-brand-gold-100: #ccbc94;
278
- --ds-color-brand-gold-200: #7f682e;
279
- --ds-color-brand-emerald: #139142;
280
- --ds-color-brand-sapphire: #015daa;
281
- --ds-color-brand-ruby: #a41d4a;
282
- --ds-color-icon-primary-default: #9fabbb;
283
- --ds-color-icon-emphasis-default: #ffffff;
284
- --ds-color-icon-accent-default: #00cff0;
285
- --ds-color-icon-disabled-default: rgba(255, 255, 255, 0.4);
286
- --ds-color-text-primary-default: #ffffff;
287
- --ds-color-text-secondary-default: #9fabbb;
288
- --ds-color-text-link-default: #00cff0;
289
- --ds-color-text-error-default: #ff999b;
290
- --ds-color-text-disabled-default: #dbdbdb;
291
- --ds-color-text-emphasis-default: #c1daf0;
292
- --ds-color-tier-alaska-mvp-default: #c5c1bf;
293
- --ds-color-tier-alaska-mvpgold-default: #ccbc94;
294
- --ds-color-tier-oneworld-emerald: #139142;
295
- --ds-color-tier-oneworld-sapphire: #015daa;
296
- --ds-color-tier-oneworld-ruby: #a41d4a;
297
- --ds-color-ui-default-default: #00cff0;
298
- --ds-color-ui-hover-default: #5de3f7;
299
- --ds-color-ui-active-default: #5de3f7;
300
- --ds-color-ui-disabled-default: rgba(0, 207, 240, 0.3);
301
- --ds-color-ui-bkg-hover-default: rgba(93, 227, 247, 0.1);
302
- }