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