@aurodesignsystem/design-tokens 5.0.2 → 5.0.4
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.
- package/CHANGELOG.md +14 -0
- package/README.md +86 -62
- package/dist/alaska/CSSCustomProperties--alaska.css +66 -0
- package/dist/alaska/JSObject--allTokens.js +2124 -0
- package/dist/alaska/SCSSVariables--alaska.scss +63 -0
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +67 -0
- package/dist/alaska/primitives--alaska.scss +215 -0
- package/dist/{tokens → auro-classic}/CSSCustomProperties.css +320 -312
- package/dist/{tokens → auro-classic}/CSSSizeCustomProperties.css +1 -1
- package/dist/{tokens → auro-classic}/JSData--color.js +3145 -2071
- package/dist/{tokens → auro-classic}/JSONVariablesFlat.json +12 -4
- package/dist/{tokens → auro-classic}/JSONVariablesNested.json +13 -9
- package/dist/{tokens/JSObject--allTokens.js → auro-classic/JSObject--deprecated.js} +14311 -8433
- package/dist/{tokens → auro-classic}/JSVariables--color.js +308 -312
- package/dist/{tokens → auro-classic}/SCSSVariableMap.scss +1 -1
- package/dist/{tokens/base → auro-classic}/SCSSVariables.scss +320 -312
- package/dist/{tokens → auro-classic}/SCSSVariablesMapFlat.scss +320 -312
- package/dist/{tokens → auro-classic}/SassCustomProperties.scss +320 -312
- package/dist/{tokens → auro-classic}/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +66 -0
- package/dist/hawaiian/JSObject--allTokens.js +2124 -0
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +63 -0
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +67 -0
- package/dist/hawaiian/primitives--hawaiian.scss +175 -0
- package/dist/{tokens/transparent/CSSCustomProperties.css → transparent/CSSCustomProperties--transparent.css} +1 -5
- package/package.json +5 -3
- package/src/primitives/alaska/color.json +796 -0
- package/src/primitives/alaska/typography.json +27 -0
- package/src/primitives/base/color.json +489 -0
- package/src/primitives/base/transparency.json +183 -0
- package/src/primitives/base/typography.json +210 -0
- package/src/primitives/hawaiian/color.json +508 -0
- package/src/primitives/hawaiian/typography.json +28 -0
- package/src/themes/alaska/color.json +394 -0
- package/src/themes/alaska/typography.json +132 -0
- package/src/themes/{excursion → auro-classic}/animation.json +6 -3
- package/src/{color → themes/auro-classic/color}/alert.json +7 -0
- package/src/{color → themes/auro-classic/color}/background.json +53 -25
- package/src/{color → themes/auro-classic/color}/base.json +303 -147
- package/src/{color → themes/auro-classic/color}/border.json +68 -32
- package/src/{color → themes/auro-classic/color}/brand.json +289 -158
- package/src/{color → themes/auro-classic/color}/container.json +101 -50
- package/src/{color → themes/auro-classic/color}/icon.json +129 -64
- package/src/{color → themes/auro-classic/color}/text.json +58 -28
- package/src/{color → themes/auro-classic/color}/tier.json +43 -22
- package/src/themes/{excursion → auro-classic}/color/ui.json +12 -1
- package/src/{color → themes/auro-classic/color}/utility.json +60 -30
- package/src/themes/auro-classic/comments.json +50 -0
- package/src/{depth.json → themes/auro-classic/depth.json} +9 -4
- package/src/{elevation.json → themes/auro-classic/elevation.json} +6 -3
- package/src/{asset → themes/auro-classic}/font.json +10 -5
- package/src/themes/{excursion → auro-classic}/grid-breakpoint.json +10 -5
- package/src/themes/{excursion → auro-classic}/grid-column.json +10 -5
- package/src/{grid-gutter.json → themes/auro-classic/grid-gutter.json} +10 -5
- package/src/{grid-margin.json → themes/auro-classic/grid-margin.json} +10 -5
- package/src/{size → themes/auro-classic/size}/radius.json +2 -1
- package/src/themes/auro-classic/size/scale.json +347 -0
- package/src/themes/auro-classic/size/unitless-scale.json +126 -0
- package/src/{text.json → themes/auro-classic/text.json} +192 -97
- package/src/themes/hawaiian/color.json +394 -0
- package/src/themes/hawaiian/typography.json +132 -0
- package/src/themes/transparent/color/alert.json +7 -0
- package/src/themes/transparent/color/background.json +30 -2
- package/src/themes/transparent/color/base.json +156 -0
- package/src/themes/transparent/color/border.json +36 -0
- package/src/themes/transparent/color/brand.json +167 -36
- package/src/themes/transparent/color/container.json +50 -0
- package/src/themes/transparent/color/icon.json +65 -0
- package/src/themes/transparent/color/text.json +30 -0
- package/src/themes/transparent/color/tier.json +22 -1
- package/src/themes/transparent/color/ui.json +12 -1
- package/src/themes/transparent/color/utility.json +30 -0
- package/src/themes/transparent/elevation.json +3 -0
- package/dist/tokens/JSObject--deprecated.js +0 -3157
- package/dist/tokens/SCSSVariables.scss +0 -1372
- package/dist/tokens/darkmode/CSSCustomProperties.css +0 -28
- package/dist/tokens/darkmode/JSDataColor.js +0 -528
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +0 -528
- package/dist/tokens/darkmode/JSVariablesColor.js +0 -20
- package/dist/tokens/darkmode/SCSSVariables.scss +0 -21
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +0 -25
- package/dist/tokens/darkmode/SassCustomProperties.scss +0 -28
- package/dist/tokens/excursion/JSONVariablesFlat.json +0 -736
- package/dist/tokens/excursion/JSONVariablesNested.json +0 -1222
- package/dist/tokens/hawaiian/CSSCustomProperties.css +0 -20
- package/src/animation.json +0 -21
- package/src/color/ui.json +0 -125
- package/src/color-darkmode/base.json +0 -24
- package/src/color-darkmode/border.json +0 -32
- package/src/color-darkmode/icon.json +0 -32
- package/src/color-darkmode/text.json +0 -71
- package/src/color-darkmode/tier.json +0 -34
- package/src/comments.json +0 -34
- package/src/grid-breakpoint.json +0 -29
- package/src/grid-column.json +0 -29
- package/src/size/scale.json +0 -240
- package/src/size/unitless-scale.json +0 -82
- package/src/themes/excursion/asset/font.json +0 -35
- package/src/themes/excursion/color/alert.json +0 -90
- package/src/themes/excursion/color/background.json +0 -280
- package/src/themes/excursion/color/base.json +0 -1303
- package/src/themes/excursion/color/border.json +0 -288
- package/src/themes/excursion/color/brand.json +0 -1549
- package/src/themes/excursion/color/container.json +0 -464
- package/src/themes/excursion/color/excursion.json +0 -254
- package/src/themes/excursion/color/icon.json +0 -476
- package/src/themes/excursion/color/text.json +0 -270
- package/src/themes/excursion/color/tier.json +0 -180
- package/src/themes/excursion/comments.json +0 -34
- package/src/themes/excursion/depth copy.json +0 -22
- package/src/themes/excursion/elevation.json +0 -22
- package/src/themes/excursion/grid-gutter.json +0 -29
- package/src/themes/excursion/grid-margin.json +0 -29
- package/src/themes/excursion/size/radius.json +0 -9
- package/src/themes/excursion/size/scale.json +0 -234
- package/src/themes/excursion/size/unitless-scale.json +0 -82
- package/src/themes/excursion/text.json +0 -572
- package/src/themes/hawaiian/color/background.json +0 -15
- package/src/themes/hawaiian/color/border.json +0 -18
- package/src/themes/hawaiian/color/container.json +0 -56
- package/src/themes/hawaiian/color/icon.json +0 -24
- package/src/themes/hawaiian/color/text.json +0 -44
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"primary": {
|
|
5
5
|
"default": {
|
|
6
6
|
"value": "{color.brand.gray.1000.value}",
|
|
7
|
+
"type": "semantic",
|
|
7
8
|
"public": true,
|
|
8
9
|
"default": true,
|
|
9
10
|
"usage": "Primary color for body and header text light mode and light backgrounds",
|
|
@@ -12,6 +13,7 @@
|
|
|
12
13
|
},
|
|
13
14
|
"inverse": {
|
|
14
15
|
"value": "{color.base.white.value}",
|
|
16
|
+
"type": "semantic",
|
|
15
17
|
"public": true,
|
|
16
18
|
"inverse": true,
|
|
17
19
|
"usage": "Primary color for body and header text for dark mode and dark backgrounds",
|
|
@@ -22,6 +24,7 @@
|
|
|
22
24
|
"secondary": {
|
|
23
25
|
"default": {
|
|
24
26
|
"value": "{color.brand.gray.800.value}",
|
|
27
|
+
"type": "semantic",
|
|
25
28
|
"public": true,
|
|
26
29
|
"default": true,
|
|
27
30
|
"usage": "Secondary color for body text on light backgrounds",
|
|
@@ -30,6 +33,7 @@
|
|
|
30
33
|
},
|
|
31
34
|
"inverse": {
|
|
32
35
|
"value": "{color.brand.gray.200.value}",
|
|
36
|
+
"type": "semantic",
|
|
33
37
|
"public": true,
|
|
34
38
|
"inverse": true,
|
|
35
39
|
"usage": "Secondary color for body text on dark backgrounds",
|
|
@@ -40,6 +44,7 @@
|
|
|
40
44
|
"tertiary": {
|
|
41
45
|
"default": {
|
|
42
46
|
"value": "{color.brand.neutral.700.value}",
|
|
47
|
+
"type": "semantic",
|
|
43
48
|
"public": true,
|
|
44
49
|
"default": true,
|
|
45
50
|
"usage": "Tertiary color for body text on light backgrounds",
|
|
@@ -48,6 +53,7 @@
|
|
|
48
53
|
},
|
|
49
54
|
"inverse": {
|
|
50
55
|
"value": "{color.brand.gray.400.value}",
|
|
56
|
+
"type": "semantic",
|
|
51
57
|
"public": true,
|
|
52
58
|
"inverse": true,
|
|
53
59
|
"usage": "Tertiary color for body text on dark backgrounds",
|
|
@@ -58,6 +64,7 @@
|
|
|
58
64
|
"error": {
|
|
59
65
|
"default": {
|
|
60
66
|
"value": "{color.base.error.400.value}",
|
|
67
|
+
"type": "semantic",
|
|
61
68
|
"public": true,
|
|
62
69
|
"default": true,
|
|
63
70
|
"usage": "Error text color on light backgrounds",
|
|
@@ -66,6 +73,7 @@
|
|
|
66
73
|
},
|
|
67
74
|
"inverse": {
|
|
68
75
|
"value": "{color.base.error.200.value}",
|
|
76
|
+
"type": "semantic",
|
|
69
77
|
"public": true,
|
|
70
78
|
"inverse": true,
|
|
71
79
|
"usage": "Error text color on dark backgrounds",
|
|
@@ -76,6 +84,7 @@
|
|
|
76
84
|
"emphasis": {
|
|
77
85
|
"default": {
|
|
78
86
|
"value": "{color.brand.navy.800.value}",
|
|
87
|
+
"type": "semantic",
|
|
79
88
|
"public": true,
|
|
80
89
|
"default": true,
|
|
81
90
|
"usage": "Emphasized text color on light backgrounds",
|
|
@@ -84,6 +93,7 @@
|
|
|
84
93
|
},
|
|
85
94
|
"inverse": {
|
|
86
95
|
"value": "{color.brand.navy.200.value}",
|
|
96
|
+
"type": "semantic",
|
|
87
97
|
"public": true,
|
|
88
98
|
"inverse": true,
|
|
89
99
|
"usage": "Emphasized text color on dark backgrounds",
|
|
@@ -94,6 +104,7 @@
|
|
|
94
104
|
"accent": {
|
|
95
105
|
"default": {
|
|
96
106
|
"value": "{color.brand.lime.700.value}",
|
|
107
|
+
"type": "semantic",
|
|
97
108
|
"public": true,
|
|
98
109
|
"default": true,
|
|
99
110
|
"usage": "Accent text color on light backgrounds",
|
|
@@ -102,6 +113,7 @@
|
|
|
102
113
|
},
|
|
103
114
|
"inverse": {
|
|
104
115
|
"value": "{color.brand.lime.300.value}",
|
|
116
|
+
"type": "semantic",
|
|
105
117
|
"public": true,
|
|
106
118
|
"inverse": true,
|
|
107
119
|
"usage": "Accent text color on dark backgrounds",
|
|
@@ -112,6 +124,7 @@
|
|
|
112
124
|
"info": {
|
|
113
125
|
"default": {
|
|
114
126
|
"value": "{color.brand.navy.700.value}",
|
|
127
|
+
"type": "semantic",
|
|
115
128
|
"public": true,
|
|
116
129
|
"default": true,
|
|
117
130
|
"usage": "Info text color on light backgrounds",
|
|
@@ -120,6 +133,7 @@
|
|
|
120
133
|
},
|
|
121
134
|
"inverse": {
|
|
122
135
|
"value": "{color.brand.navy.300.value}",
|
|
136
|
+
"type": "semantic",
|
|
123
137
|
"public": true,
|
|
124
138
|
"inverse": true,
|
|
125
139
|
"usage": "Info text color on dark backgrounds",
|
|
@@ -130,6 +144,7 @@
|
|
|
130
144
|
"subtle": {
|
|
131
145
|
"default": {
|
|
132
146
|
"value": "{color.brand.cyan.700.value}",
|
|
147
|
+
"type": "semantic",
|
|
133
148
|
"public": true,
|
|
134
149
|
"default": true,
|
|
135
150
|
"usage": "Subtle text color on light backgrounds",
|
|
@@ -138,6 +153,7 @@
|
|
|
138
153
|
},
|
|
139
154
|
"inverse": {
|
|
140
155
|
"value": "{color.brand.cyan.400.value}",
|
|
156
|
+
"type": "semantic",
|
|
141
157
|
"public": true,
|
|
142
158
|
"inverse": true,
|
|
143
159
|
"usage": "Subtle text color on dark backgrounds",
|
|
@@ -148,6 +164,7 @@
|
|
|
148
164
|
"success": {
|
|
149
165
|
"default": {
|
|
150
166
|
"value": "{color.base.success.400.value}",
|
|
167
|
+
"type": "semantic",
|
|
151
168
|
"public": true,
|
|
152
169
|
"default": true,
|
|
153
170
|
"usage": "Success text color on light backgrounds",
|
|
@@ -156,6 +173,7 @@
|
|
|
156
173
|
},
|
|
157
174
|
"inverse": {
|
|
158
175
|
"value": "{color.base.success.200.value}",
|
|
176
|
+
"type": "semantic",
|
|
159
177
|
"public": true,
|
|
160
178
|
"inverse": true,
|
|
161
179
|
"usage": "Success text color on dark backgrounds",
|
|
@@ -167,6 +185,7 @@
|
|
|
167
185
|
"active": {
|
|
168
186
|
"default": {
|
|
169
187
|
"value": "{color.brand.blue.800.value}",
|
|
188
|
+
"type": "semantic",
|
|
170
189
|
"public": true,
|
|
171
190
|
"default": true,
|
|
172
191
|
"usage": "Active UI text color on light backgrounds",
|
|
@@ -175,6 +194,7 @@
|
|
|
175
194
|
},
|
|
176
195
|
"inverse": {
|
|
177
196
|
"value": "{color.brand.cyan.300.value}",
|
|
197
|
+
"type": "semantic",
|
|
178
198
|
"public": true,
|
|
179
199
|
"inverse": true,
|
|
180
200
|
"usage": "Active UI text color on dark backgrounds",
|
|
@@ -185,6 +205,7 @@
|
|
|
185
205
|
"default": {
|
|
186
206
|
"default": {
|
|
187
207
|
"value": "{color.brand.blue.700.value}",
|
|
208
|
+
"type": "semantic",
|
|
188
209
|
"public": true,
|
|
189
210
|
"default": true,
|
|
190
211
|
"usage": "Default UI text color on light backgrounds",
|
|
@@ -193,6 +214,7 @@
|
|
|
193
214
|
},
|
|
194
215
|
"inverse": {
|
|
195
216
|
"value": "{color.brand.cyan.400.value}",
|
|
217
|
+
"type": "semantic",
|
|
196
218
|
"public": true,
|
|
197
219
|
"inverse": true,
|
|
198
220
|
"usage": "Default UI text color on dark backgrounds",
|
|
@@ -203,6 +225,7 @@
|
|
|
203
225
|
"disabled": {
|
|
204
226
|
"default": {
|
|
205
227
|
"value": "{color.base.gray.400.value}",
|
|
228
|
+
"type": "semantic",
|
|
206
229
|
"public": true,
|
|
207
230
|
"default": true,
|
|
208
231
|
"usage": "Disabled UI text color on light backgrounds",
|
|
@@ -211,6 +234,7 @@
|
|
|
211
234
|
},
|
|
212
235
|
"inverse": {
|
|
213
236
|
"value": "{color.base.gray.600.value}",
|
|
237
|
+
"type": "semantic",
|
|
214
238
|
"public": true,
|
|
215
239
|
"inverse": true,
|
|
216
240
|
"usage": "Disabled UI text color on dark backgrounds",
|
|
@@ -221,6 +245,7 @@
|
|
|
221
245
|
"focus": {
|
|
222
246
|
"default": {
|
|
223
247
|
"value": "{color.brand.blue.700.value}",
|
|
248
|
+
"type": "semantic",
|
|
224
249
|
"public": true,
|
|
225
250
|
"default": true,
|
|
226
251
|
"usage": "Focus UI text color on light backgrounds",
|
|
@@ -229,6 +254,7 @@
|
|
|
229
254
|
},
|
|
230
255
|
"inverse": {
|
|
231
256
|
"value": "{color.brand.cyan.400.value}",
|
|
257
|
+
"type": "semantic",
|
|
232
258
|
"public": true,
|
|
233
259
|
"inverse": true,
|
|
234
260
|
"usage": "Focus UI text color on dark backgrounds",
|
|
@@ -239,6 +265,7 @@
|
|
|
239
265
|
"hover": {
|
|
240
266
|
"default": {
|
|
241
267
|
"value": "{color.brand.blue.900.value}",
|
|
268
|
+
"type": "semantic",
|
|
242
269
|
"public": true,
|
|
243
270
|
"default": true,
|
|
244
271
|
"usage": "Hover UI text color on light backgrounds",
|
|
@@ -247,6 +274,7 @@
|
|
|
247
274
|
},
|
|
248
275
|
"inverse": {
|
|
249
276
|
"value": "{color.brand.cyan.200.value}",
|
|
277
|
+
"type": "semantic",
|
|
250
278
|
"public": true,
|
|
251
279
|
"inverse": true,
|
|
252
280
|
"usage": "Hover UI text color on dark backgrounds",
|
|
@@ -258,6 +286,7 @@
|
|
|
258
286
|
"link": {
|
|
259
287
|
"default": {
|
|
260
288
|
"value": "{color.brand.atlas.400.value}",
|
|
289
|
+
"type": "semantic",
|
|
261
290
|
"public": true,
|
|
262
291
|
"default": true,
|
|
263
292
|
"usage": "Link text color on light backgrounds",
|
|
@@ -268,6 +297,7 @@
|
|
|
268
297
|
},
|
|
269
298
|
"inverse": {
|
|
270
299
|
"value": "{color.brand.breeze.300.value}",
|
|
300
|
+
"type": "semantic",
|
|
271
301
|
"public": true,
|
|
272
302
|
"inverse": true,
|
|
273
303
|
"usage": "Link text color on light backgrounds",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"mvp": {
|
|
6
6
|
"default": {
|
|
7
7
|
"value": "#726e6c",
|
|
8
|
+
"type": "semantic",
|
|
8
9
|
"public": true,
|
|
9
10
|
"default": true,
|
|
10
11
|
"usage": "MVP tier color for Alaska Airlines on light backgrounds",
|
|
@@ -13,6 +14,7 @@
|
|
|
13
14
|
},
|
|
14
15
|
"inverse": {
|
|
15
16
|
"value": "#c5c1bf",
|
|
17
|
+
"type": "semantic",
|
|
16
18
|
"public": true,
|
|
17
19
|
"inverse": true,
|
|
18
20
|
"usage": "MVP tier color for Alaska Airlines on dark backgrounds",
|
|
@@ -23,6 +25,7 @@
|
|
|
23
25
|
"mvpgold": {
|
|
24
26
|
"default": {
|
|
25
27
|
"value": "#7f682e",
|
|
28
|
+
"type": "semantic",
|
|
26
29
|
"public": true,
|
|
27
30
|
"default": true,
|
|
28
31
|
"usage": "MVP Gold tier color for Alaska Airlines on light backgrounds",
|
|
@@ -31,6 +34,7 @@
|
|
|
31
34
|
},
|
|
32
35
|
"inverse": {
|
|
33
36
|
"value": "#c5c1bf",
|
|
37
|
+
"type": "semantic",
|
|
34
38
|
"public": true,
|
|
35
39
|
"inverse": true,
|
|
36
40
|
"usage": "MVP Gold tier color for Alaska Airlines on dark backgrounds",
|
|
@@ -38,9 +42,10 @@
|
|
|
38
42
|
"deprecated": false
|
|
39
43
|
}
|
|
40
44
|
},
|
|
41
|
-
"mvpgold75k"
|
|
45
|
+
"mvpgold75k": {
|
|
42
46
|
"default": {
|
|
43
47
|
"value": "#7f682e",
|
|
48
|
+
"type": "semantic",
|
|
44
49
|
"public": true,
|
|
45
50
|
"default": true,
|
|
46
51
|
"usage": "MVP Gold 75k tier color for Alaska Airlines on light backgrounds",
|
|
@@ -49,6 +54,7 @@
|
|
|
49
54
|
},
|
|
50
55
|
"inverse": {
|
|
51
56
|
"value": "#c5c1bf",
|
|
57
|
+
"type": "semantic",
|
|
52
58
|
"public": true,
|
|
53
59
|
"inverse": true,
|
|
54
60
|
"usage": "MVP Gold 75k tier color for Alaska Airlines on dark backgrounds",
|
|
@@ -59,6 +65,7 @@
|
|
|
59
65
|
"mvpgold100k": {
|
|
60
66
|
"default": {
|
|
61
67
|
"value": "#7f682e",
|
|
68
|
+
"type": "semantic",
|
|
62
69
|
"public": true,
|
|
63
70
|
"default": true,
|
|
64
71
|
"usage": "MVP Gold 100k tier color for Alaska Airlines on light backgrounds",
|
|
@@ -67,6 +74,7 @@
|
|
|
67
74
|
},
|
|
68
75
|
"inverse": {
|
|
69
76
|
"value": "#c5c1bf",
|
|
77
|
+
"type": "semantic",
|
|
70
78
|
"public": true,
|
|
71
79
|
"inverse": true,
|
|
72
80
|
"usage": "MVP Gold 100k tier color for Alaska Airlines on dark backgrounds",
|
|
@@ -76,6 +84,7 @@
|
|
|
76
84
|
},
|
|
77
85
|
"lounge": {
|
|
78
86
|
"value": "{color.brand.lounge.value}",
|
|
87
|
+
"type": "semantic",
|
|
79
88
|
"public": true,
|
|
80
89
|
"usage": "lounge tier color for Alaska Airlines",
|
|
81
90
|
"wcag": "n/a",
|
|
@@ -83,6 +92,7 @@
|
|
|
83
92
|
},
|
|
84
93
|
"loungeplus": {
|
|
85
94
|
"value": "{color.brand.loungeplus.value}",
|
|
95
|
+
"type": "semantic",
|
|
86
96
|
"public": true,
|
|
87
97
|
"usage": "loungeplus tier color for Alaska Airlines",
|
|
88
98
|
"wcag": "n/a",
|
|
@@ -93,6 +103,7 @@
|
|
|
93
103
|
"business": {
|
|
94
104
|
"default": {
|
|
95
105
|
"value": "#005154",
|
|
106
|
+
"type": "semantic",
|
|
96
107
|
"public": true,
|
|
97
108
|
"default": true,
|
|
98
109
|
"usage": "Business class tier color for fares on light backgrounds",
|
|
@@ -101,6 +112,7 @@
|
|
|
101
112
|
},
|
|
102
113
|
"inverse": {
|
|
103
114
|
"value": "{color.brand.turquoise.400.value}",
|
|
115
|
+
"type": "semantic",
|
|
104
116
|
"public": true,
|
|
105
117
|
"inverse": true,
|
|
106
118
|
"usage": "Business class tier color for fares on dark backgrounds",
|
|
@@ -111,6 +123,7 @@
|
|
|
111
123
|
"economy": {
|
|
112
124
|
"default": {
|
|
113
125
|
"value": "{color.brand.blue.700.value}",
|
|
126
|
+
"type": "semantic",
|
|
114
127
|
"public": true,
|
|
115
128
|
"default": true,
|
|
116
129
|
"usage": "Economy class tier color for fares on light backgrounds",
|
|
@@ -119,6 +132,7 @@
|
|
|
119
132
|
},
|
|
120
133
|
"inverse": {
|
|
121
134
|
"value": "{color.brand.blue.300.value}",
|
|
135
|
+
"type": "semantic",
|
|
122
136
|
"public": true,
|
|
123
137
|
"inverse": true,
|
|
124
138
|
"usage": "Economy class tier color for fares on dark backgrounds",
|
|
@@ -129,6 +143,7 @@
|
|
|
129
143
|
"first-class": {
|
|
130
144
|
"default": {
|
|
131
145
|
"value": "#002c4e",
|
|
146
|
+
"type": "semantic",
|
|
132
147
|
"public": true,
|
|
133
148
|
"default": true,
|
|
134
149
|
"usage": "First class tier color for fares on light backgrounds",
|
|
@@ -137,6 +152,7 @@
|
|
|
137
152
|
},
|
|
138
153
|
"inverse": {
|
|
139
154
|
"value": "{color.brand.navy.400.value}",
|
|
155
|
+
"type": "semantic",
|
|
140
156
|
"public": true,
|
|
141
157
|
"inverse": true,
|
|
142
158
|
"usage": "First class tier color for fares on dark backgrounds",
|
|
@@ -147,6 +163,7 @@
|
|
|
147
163
|
"saver": {
|
|
148
164
|
"default": {
|
|
149
165
|
"value": "{color.brand.cyan.500.value}",
|
|
166
|
+
"type": "semantic",
|
|
150
167
|
"public": true,
|
|
151
168
|
"default": true,
|
|
152
169
|
"usage": "Saver class tier color for fares on light backgrounds",
|
|
@@ -155,6 +172,7 @@
|
|
|
155
172
|
},
|
|
156
173
|
"inverse": {
|
|
157
174
|
"value": "{color.brand.cyan.200.value}",
|
|
175
|
+
"type": "semantic",
|
|
158
176
|
"public": true,
|
|
159
177
|
"inverse": true,
|
|
160
178
|
"usage": "Saver class tier color for fares on dark backgrounds",
|
|
@@ -166,6 +184,7 @@
|
|
|
166
184
|
"oneworld": {
|
|
167
185
|
"emerald": {
|
|
168
186
|
"value": "#139142",
|
|
187
|
+
"type": "semantic",
|
|
169
188
|
"public": true,
|
|
170
189
|
"onLight": true,
|
|
171
190
|
"usage": "Emerald tier color for Oneworld",
|
|
@@ -174,6 +193,7 @@
|
|
|
174
193
|
},
|
|
175
194
|
"sapphire": {
|
|
176
195
|
"value": "#015daa",
|
|
196
|
+
"type": "semantic",
|
|
177
197
|
"public": true,
|
|
178
198
|
"onDark": true,
|
|
179
199
|
"usage": "Sapphire tier color for Oneworld",
|
|
@@ -182,6 +202,7 @@
|
|
|
182
202
|
},
|
|
183
203
|
"ruby": {
|
|
184
204
|
"value": "#a41d4a",
|
|
205
|
+
"type": "semantic",
|
|
185
206
|
"public": true,
|
|
186
207
|
"onDark": true,
|
|
187
208
|
"usage": "Ruby tier color for Oneworld",
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"default": {
|
|
5
5
|
"default": {
|
|
6
6
|
"value": "{color.brand.atlas.400.value}",
|
|
7
|
+
"type": "semantic",
|
|
7
8
|
"public": true,
|
|
8
9
|
"default": true,
|
|
9
10
|
"usage": "Default interaction color affordance",
|
|
@@ -14,6 +15,7 @@
|
|
|
14
15
|
},
|
|
15
16
|
"inverse": {
|
|
16
17
|
"value": "{color.brand.breeze.300.value}",
|
|
18
|
+
"type": "semantic",
|
|
17
19
|
"public": true,
|
|
18
20
|
"inverse": true,
|
|
19
21
|
"usage": "OnDark interaction color affordance",
|
|
@@ -26,6 +28,7 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"default": {
|
|
28
30
|
"value": "{color.brand.atlas.500.value}",
|
|
31
|
+
"type": "semantic",
|
|
29
32
|
"public": true,
|
|
30
33
|
"default": true,
|
|
31
34
|
"usage": "Default hover color affordance",
|
|
@@ -36,6 +39,7 @@
|
|
|
36
39
|
},
|
|
37
40
|
"inverse": {
|
|
38
41
|
"value": "{color.brand.breeze.200.value}",
|
|
42
|
+
"type": "semantic",
|
|
39
43
|
"public": true,
|
|
40
44
|
"inverse": true,
|
|
41
45
|
"usage": "Hover interaction color on dark backgrounds",
|
|
@@ -48,6 +52,7 @@
|
|
|
48
52
|
"active": {
|
|
49
53
|
"default": {
|
|
50
54
|
"value": "{color.brand.atlas.500.value}",
|
|
55
|
+
"type": "semantic",
|
|
51
56
|
"public": true,
|
|
52
57
|
"default": true,
|
|
53
58
|
"usage": "Active state color affordance",
|
|
@@ -58,6 +63,7 @@
|
|
|
58
63
|
},
|
|
59
64
|
"inverse": {
|
|
60
65
|
"value": "{color.brand.breeze.200.value}",
|
|
66
|
+
"type": "semantic",
|
|
61
67
|
"public": true,
|
|
62
68
|
"inverse": true,
|
|
63
69
|
"usage": "Active state color affordance on dark backgrounds",
|
|
@@ -69,6 +75,7 @@
|
|
|
69
75
|
"disabled": {
|
|
70
76
|
"default": {
|
|
71
77
|
"value": "{color.brand.atlas.400-opacity-20.value}",
|
|
78
|
+
"type": "semantic",
|
|
72
79
|
"public": true,
|
|
73
80
|
"default": true,
|
|
74
81
|
"usage": "Disabled state color affordance",
|
|
@@ -82,6 +89,7 @@
|
|
|
82
89
|
"default": {
|
|
83
90
|
"default": {
|
|
84
91
|
"value": "transparent",
|
|
92
|
+
"type": "semantic",
|
|
85
93
|
"public": true,
|
|
86
94
|
"default": true,
|
|
87
95
|
"usage": "Default affordance for background colors",
|
|
@@ -91,17 +99,19 @@
|
|
|
91
99
|
},
|
|
92
100
|
"inverse": {
|
|
93
101
|
"value": "transparent",
|
|
102
|
+
"type": "semantic",
|
|
94
103
|
"public": true,
|
|
95
104
|
"inverse": true,
|
|
96
105
|
"usage": "Default affordance for dark background colors",
|
|
97
106
|
"deprecated": true,
|
|
98
107
|
"version": "4.5.0",
|
|
99
108
|
"reference": "n/a"
|
|
100
|
-
}
|
|
109
|
+
}
|
|
101
110
|
},
|
|
102
111
|
"hover": {
|
|
103
112
|
"default": {
|
|
104
113
|
"value": "transparent",
|
|
114
|
+
"type": "semantic",
|
|
105
115
|
"public": true,
|
|
106
116
|
"default": true,
|
|
107
117
|
"usage": "Default hover affordance for background colors",
|
|
@@ -111,6 +121,7 @@
|
|
|
111
121
|
},
|
|
112
122
|
"inverse": {
|
|
113
123
|
"value": "transparent",
|
|
124
|
+
"type": "semantic",
|
|
114
125
|
"public": true,
|
|
115
126
|
"inverse": true,
|
|
116
127
|
"usage": "Default hover affordance for dark background colors",
|