@aurodesignsystem/design-tokens 5.0.5 → 5.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.
- package/CHANGELOG.md +15 -0
- package/README.md +187 -75
- package/dist/CSSCustomProperties--bundled.css +61 -49
- package/dist/alaska/CSSCustomProperties--alaska.css +38 -32
- package/dist/alaska/JSObject--allTokens.js +364 -182
- package/dist/alaska/SCSSVariables--alaska.scss +38 -32
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +38 -32
- package/dist/alaska/primitives--alaska.scss +37 -37
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +72 -0
- package/dist/alaska-classic/JSObject--allTokens.js +2306 -0
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +69 -0
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +73 -0
- package/dist/alaska-classic/primitives--alaskaClassic.scss +215 -0
- package/dist/auro-classic/CSSCustomProperties.css +1 -1
- package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/auro-classic/JSData--color.js +1 -1
- package/dist/auro-classic/JSObject--allTokens.js +25377 -0
- package/dist/auro-classic/JSObject--deprecated.js +1 -1
- package/dist/auro-classic/JSVariables--color.js +1 -1
- package/dist/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/auro-classic/SCSSVariables.scss +1 -1
- package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
- package/dist/auro-classic/SassCustomProperties.scss +1 -1
- package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +24 -18
- package/dist/hawaiian/JSObject--allTokens.js +336 -154
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +24 -18
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +24 -18
- package/dist/hawaiian/primitives--hawaiian.scss +6 -6
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +1 -1
- package/src/primitives/alaska/color.json +84 -84
- package/src/primitives/alaska-classic/color.json +796 -0
- package/src/primitives/alaska-classic/typography.json +27 -0
- package/src/primitives/base/color.json +3 -3
- package/src/themes/alaska/color.json +112 -62
- package/src/themes/alaska-classic/color.json +444 -0
- package/src/themes/alaska-classic/typography.json +132 -0
- package/src/themes/hawaiian/color.json +97 -47
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"font": {
|
|
3
|
+
"family": {
|
|
4
|
+
"body": {
|
|
5
|
+
"value": "AS Circular",
|
|
6
|
+
"type": "primitive",
|
|
7
|
+
"public": false,
|
|
8
|
+
"default": true,
|
|
9
|
+
"deprecated": false
|
|
10
|
+
},
|
|
11
|
+
"display": {
|
|
12
|
+
"value": "AS Circular",
|
|
13
|
+
"type": "primitive",
|
|
14
|
+
"public": false,
|
|
15
|
+
"default": true,
|
|
16
|
+
"deprecated": false
|
|
17
|
+
},
|
|
18
|
+
"heading": {
|
|
19
|
+
"value": "AS Circular",
|
|
20
|
+
"type": "primitive",
|
|
21
|
+
"public": false,
|
|
22
|
+
"default": true,
|
|
23
|
+
"deprecated": false
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"default": true,
|
|
15
15
|
"deprecated": false
|
|
16
16
|
},
|
|
17
|
-
"
|
|
17
|
+
"oneworld": {
|
|
18
18
|
"emerald": {
|
|
19
19
|
"value": "#139142",
|
|
20
20
|
"type": "primitive",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
},
|
|
40
40
|
"gray": {
|
|
41
41
|
"50": {
|
|
42
|
-
"value": "#
|
|
42
|
+
"value": "#f7f7f7",
|
|
43
43
|
"type": "primitive",
|
|
44
44
|
"public": false,
|
|
45
45
|
"default": true,
|
|
46
46
|
"deprecated": false
|
|
47
47
|
},
|
|
48
48
|
"100": {
|
|
49
|
-
"value": "#
|
|
49
|
+
"value": "#f2f2f2",
|
|
50
50
|
"type": "primitive",
|
|
51
51
|
"public": false,
|
|
52
52
|
"default": true,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"deprecated": false
|
|
11
11
|
},
|
|
12
12
|
"brand": {
|
|
13
|
-
"value": "{color.
|
|
13
|
+
"value": "{color.brand.primary.value}",
|
|
14
14
|
"type": "semantic",
|
|
15
15
|
"public": true,
|
|
16
16
|
"default": true,
|
|
@@ -59,32 +59,32 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"brand": {
|
|
62
|
-
"
|
|
63
|
-
"value": "{color.
|
|
62
|
+
"primary": {
|
|
63
|
+
"value": "{color.midnight.900.value}",
|
|
64
64
|
"type": "semantic",
|
|
65
65
|
"public": true,
|
|
66
66
|
"default": true,
|
|
67
|
-
"usage": "
|
|
67
|
+
"usage": "Primary brand color",
|
|
68
68
|
"deprecated": false
|
|
69
69
|
},
|
|
70
|
-
"
|
|
71
|
-
"value": "{color.
|
|
70
|
+
"primaryBold": {
|
|
71
|
+
"value": "{color.midnight.1000.value}",
|
|
72
72
|
"type": "semantic",
|
|
73
73
|
"public": true,
|
|
74
74
|
"default": true,
|
|
75
|
-
"usage": "
|
|
75
|
+
"usage": "Bold primary brand color",
|
|
76
76
|
"deprecated": false
|
|
77
77
|
},
|
|
78
|
-
"
|
|
79
|
-
"value": "{color.
|
|
78
|
+
"primaryMuted": {
|
|
79
|
+
"value": "{color.midnight.100.value}",
|
|
80
80
|
"type": "semantic",
|
|
81
81
|
"public": true,
|
|
82
82
|
"default": true,
|
|
83
|
-
"usage": "
|
|
83
|
+
"usage": "Muted primary brand color",
|
|
84
84
|
"deprecated": false
|
|
85
85
|
},
|
|
86
86
|
"primarySubtle": {
|
|
87
|
-
"value": "{color.
|
|
87
|
+
"value": "{color.midnight.600.value}",
|
|
88
88
|
"type": "semantic",
|
|
89
89
|
"public": true,
|
|
90
90
|
"default": true,
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"deprecated": false
|
|
93
93
|
},
|
|
94
94
|
"secondary": {
|
|
95
|
-
"value": "{color.
|
|
95
|
+
"value": "{color.bliss.500.value}",
|
|
96
96
|
"type": "semantic",
|
|
97
97
|
"public": true,
|
|
98
98
|
"default": true,
|
|
@@ -100,15 +100,23 @@
|
|
|
100
100
|
"deprecated": false
|
|
101
101
|
},
|
|
102
102
|
"secondaryBold": {
|
|
103
|
-
"value": "{color.
|
|
103
|
+
"value": "{color.bliss.700.value}",
|
|
104
104
|
"type": "semantic",
|
|
105
105
|
"public": true,
|
|
106
106
|
"default": true,
|
|
107
107
|
"usage": "Bold secondary brand color",
|
|
108
108
|
"deprecated": false
|
|
109
109
|
},
|
|
110
|
+
"secondaryMuted": {
|
|
111
|
+
"value": "{color.bliss.100.value}",
|
|
112
|
+
"type": "semantic",
|
|
113
|
+
"public": true,
|
|
114
|
+
"default": true,
|
|
115
|
+
"usage": "Muted secondary brand color",
|
|
116
|
+
"deprecated": false
|
|
117
|
+
},
|
|
110
118
|
"secondarySubtle": {
|
|
111
|
-
"value": "{color.
|
|
119
|
+
"value": "{color.bliss.300.value}",
|
|
112
120
|
"type": "semantic",
|
|
113
121
|
"public": true,
|
|
114
122
|
"default": true,
|
|
@@ -116,7 +124,7 @@
|
|
|
116
124
|
"deprecated": false
|
|
117
125
|
},
|
|
118
126
|
"tertiary": {
|
|
119
|
-
"value": "{color.
|
|
127
|
+
"value": "{color.tropical.500.value}",
|
|
120
128
|
"type": "semantic",
|
|
121
129
|
"public": true,
|
|
122
130
|
"default": true,
|
|
@@ -124,15 +132,23 @@
|
|
|
124
132
|
"deprecated": false
|
|
125
133
|
},
|
|
126
134
|
"tertiaryBold": {
|
|
127
|
-
"value": "{color.
|
|
135
|
+
"value": "{color.tropical.700.value}",
|
|
128
136
|
"type": "semantic",
|
|
129
137
|
"public": true,
|
|
130
138
|
"default": true,
|
|
131
139
|
"usage": "Bold tertiary brand color",
|
|
132
140
|
"deprecated": false
|
|
133
141
|
},
|
|
142
|
+
"tertiaryMuted": {
|
|
143
|
+
"value": "{color.tropical.100.value}",
|
|
144
|
+
"type": "semantic",
|
|
145
|
+
"public": true,
|
|
146
|
+
"default": true,
|
|
147
|
+
"usage": "Muted tertiary brand color",
|
|
148
|
+
"deprecated": false
|
|
149
|
+
},
|
|
134
150
|
"tertiarySubtle": {
|
|
135
|
-
"value": "{color.
|
|
151
|
+
"value": "{color.tropical.300.value}",
|
|
136
152
|
"type": "semantic",
|
|
137
153
|
"public": true,
|
|
138
154
|
"default": true,
|
|
@@ -140,16 +156,16 @@
|
|
|
140
156
|
"deprecated": false
|
|
141
157
|
}
|
|
142
158
|
},
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"value": "{color.
|
|
159
|
+
"farebrand": {
|
|
160
|
+
"basiceconomy": {
|
|
161
|
+
"value": "{color.bliss.400.value}",
|
|
146
162
|
"type": "semantic",
|
|
147
163
|
"public": true,
|
|
148
164
|
"default": true,
|
|
149
165
|
"usage": "Basic fare brand color",
|
|
150
166
|
"deprecated": false
|
|
151
167
|
},
|
|
152
|
-
"
|
|
168
|
+
"businessFirst": {
|
|
153
169
|
"value": "{color.midnight.1000.value}",
|
|
154
170
|
"type": "semantic",
|
|
155
171
|
"public": true,
|
|
@@ -157,15 +173,15 @@
|
|
|
157
173
|
"usage": "First class fare brand color",
|
|
158
174
|
"deprecated": false
|
|
159
175
|
},
|
|
160
|
-
"
|
|
161
|
-
"value": "{color.atlas.
|
|
176
|
+
"economy": {
|
|
177
|
+
"value": "{color.atlas.500.value}",
|
|
162
178
|
"type": "semantic",
|
|
163
179
|
"public": true,
|
|
164
180
|
"default": true,
|
|
165
181
|
"usage": "Economy fare brand color",
|
|
166
182
|
"deprecated": false
|
|
167
183
|
},
|
|
168
|
-
"
|
|
184
|
+
"premiumeconomy": {
|
|
169
185
|
"value": "{color.summit.900.value}",
|
|
170
186
|
"type": "semantic",
|
|
171
187
|
"public": true,
|
|
@@ -173,42 +189,44 @@
|
|
|
173
189
|
"usage": "Premium fare brand color",
|
|
174
190
|
"deprecated": false
|
|
175
191
|
},
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
"
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
"
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
192
|
+
"oneworld": {
|
|
193
|
+
"emerald": {
|
|
194
|
+
"value": "{color.oneworld.emerald.value}",
|
|
195
|
+
"type": "semantic",
|
|
196
|
+
"public": true,
|
|
197
|
+
"default": true,
|
|
198
|
+
"usage": "OneWorld Emerald brand color",
|
|
199
|
+
"deprecated": false
|
|
200
|
+
},
|
|
201
|
+
"sapphire": {
|
|
202
|
+
"value": "{color.oneworld.sapphire.value}",
|
|
203
|
+
"type": "semantic",
|
|
204
|
+
"public": true,
|
|
205
|
+
"default": true,
|
|
206
|
+
"usage": "OneWorld Sapphire brand color",
|
|
207
|
+
"deprecated": false
|
|
208
|
+
},
|
|
209
|
+
"ruby": {
|
|
210
|
+
"value": "{color.oneworld.ruby.value}",
|
|
211
|
+
"type": "semantic",
|
|
212
|
+
"public": true,
|
|
213
|
+
"default": true,
|
|
214
|
+
"usage": "OneWorld Ruby brand color",
|
|
215
|
+
"deprecated": false
|
|
216
|
+
}
|
|
199
217
|
}
|
|
200
218
|
},
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"value": "{color.
|
|
219
|
+
"pagebackground": {
|
|
220
|
+
"default": {
|
|
221
|
+
"value": "{color.brand.secondaryMuted.value}",
|
|
204
222
|
"type": "semantic",
|
|
205
223
|
"public": true,
|
|
206
224
|
"default": true,
|
|
207
225
|
"usage": "Default page background color",
|
|
208
226
|
"deprecated": false
|
|
209
227
|
},
|
|
210
|
-
"
|
|
211
|
-
"value": "{color.
|
|
228
|
+
"utility": {
|
|
229
|
+
"value": "{color.white.value}",
|
|
212
230
|
"type": "semantic",
|
|
213
231
|
"public": true,
|
|
214
232
|
"default": true,
|
|
@@ -226,7 +244,7 @@
|
|
|
226
244
|
"deprecated": false
|
|
227
245
|
},
|
|
228
246
|
"error": {
|
|
229
|
-
"value": "{color.status.error.
|
|
247
|
+
"value": "{color.status.error.600.value}",
|
|
230
248
|
"type": "semantic",
|
|
231
249
|
"public": true,
|
|
232
250
|
"default": true,
|
|
@@ -242,7 +260,7 @@
|
|
|
242
260
|
"deprecated": false
|
|
243
261
|
},
|
|
244
262
|
"info": {
|
|
245
|
-
"value": "{color.
|
|
263
|
+
"value": "{color.brand.primary.value}",
|
|
246
264
|
"type": "semantic",
|
|
247
265
|
"public": true,
|
|
248
266
|
"default": true,
|
|
@@ -250,7 +268,7 @@
|
|
|
250
268
|
"deprecated": false
|
|
251
269
|
},
|
|
252
270
|
"infoSubtle": {
|
|
253
|
-
"value": "{color.
|
|
271
|
+
"value": "{color.status.help.100.value}",
|
|
254
272
|
"type": "semantic",
|
|
255
273
|
"public": true,
|
|
256
274
|
"default": true,
|
|
@@ -258,7 +276,7 @@
|
|
|
258
276
|
"deprecated": false
|
|
259
277
|
},
|
|
260
278
|
"success": {
|
|
261
|
-
"value": "{color.status.success.
|
|
279
|
+
"value": "{color.status.success.600.value}",
|
|
262
280
|
"type": "semantic",
|
|
263
281
|
"public": true,
|
|
264
282
|
"default": true,
|
|
@@ -292,7 +310,7 @@
|
|
|
292
310
|
},
|
|
293
311
|
"surface": {
|
|
294
312
|
"accent1": {
|
|
295
|
-
"value": "{color.
|
|
313
|
+
"value": "{color.brand.secondary.value}",
|
|
296
314
|
"type": "semantic",
|
|
297
315
|
"public": true,
|
|
298
316
|
"default": true,
|
|
@@ -300,7 +318,31 @@
|
|
|
300
318
|
"deprecated": false
|
|
301
319
|
},
|
|
302
320
|
"accent1Muted": {
|
|
303
|
-
"value": "{color.
|
|
321
|
+
"value": "{color.brand.secondaryMuted.value}",
|
|
322
|
+
"type": "semantic",
|
|
323
|
+
"public": true,
|
|
324
|
+
"default": true,
|
|
325
|
+
"usage": "Muted accent surface color",
|
|
326
|
+
"deprecated": false
|
|
327
|
+
},
|
|
328
|
+
"accent1Subtle": {
|
|
329
|
+
"value": "{color.brand.secondarySubtle.value}",
|
|
330
|
+
"type": "semantic",
|
|
331
|
+
"public": true,
|
|
332
|
+
"default": true,
|
|
333
|
+
"usage": "Subtle accent surface color",
|
|
334
|
+
"deprecated": false
|
|
335
|
+
},
|
|
336
|
+
"accent2": {
|
|
337
|
+
"value": "{color.brand.tertiary.value}",
|
|
338
|
+
"type": "semantic",
|
|
339
|
+
"public": true,
|
|
340
|
+
"default": true,
|
|
341
|
+
"usage": "Accent surface color",
|
|
342
|
+
"deprecated": false
|
|
343
|
+
},
|
|
344
|
+
"accent2Muted": {
|
|
345
|
+
"value": "{color.brand.tertiaryMuted.value}",
|
|
304
346
|
"type": "semantic",
|
|
305
347
|
"public": true,
|
|
306
348
|
"default": true,
|
|
@@ -316,7 +358,7 @@
|
|
|
316
358
|
"deprecated": false
|
|
317
359
|
},
|
|
318
360
|
"inverse": {
|
|
319
|
-
"value": "{color.
|
|
361
|
+
"value": "{color.brand.primaryBold.value}",
|
|
320
362
|
"type": "semantic",
|
|
321
363
|
"public": true,
|
|
322
364
|
"default": true,
|
|
@@ -324,7 +366,7 @@
|
|
|
324
366
|
"deprecated": false
|
|
325
367
|
},
|
|
326
368
|
"inverseSubtle": {
|
|
327
|
-
"value": "{color.
|
|
369
|
+
"value": "{color.brand.primarySubtle.value}",
|
|
328
370
|
"type": "semantic",
|
|
329
371
|
"public": true,
|
|
330
372
|
"default": true,
|
|
@@ -350,7 +392,7 @@
|
|
|
350
392
|
},
|
|
351
393
|
"texticon": {
|
|
352
394
|
"accent1": {
|
|
353
|
-
"value": "{color.
|
|
395
|
+
"value": "{color.brand.primaryBold.value}",
|
|
354
396
|
"type": "semantic",
|
|
355
397
|
"public": true,
|
|
356
398
|
"default": true,
|
|
@@ -366,7 +408,7 @@
|
|
|
366
408
|
"deprecated": false
|
|
367
409
|
},
|
|
368
410
|
"disabled": {
|
|
369
|
-
"value": "{color.gray.
|
|
411
|
+
"value": "{color.gray.250.value}",
|
|
370
412
|
"type": "semantic",
|
|
371
413
|
"public": true,
|
|
372
414
|
"default": true,
|
|
@@ -381,6 +423,14 @@
|
|
|
381
423
|
"usage": "Inverse text/icon color",
|
|
382
424
|
"deprecated": false
|
|
383
425
|
},
|
|
426
|
+
"inverseDisabled": {
|
|
427
|
+
"value": "{color.gray.250.value}",
|
|
428
|
+
"type": "semantic",
|
|
429
|
+
"public": true,
|
|
430
|
+
"default": true,
|
|
431
|
+
"usage": "Disabled inverse text/icon color",
|
|
432
|
+
"deprecated": false
|
|
433
|
+
},
|
|
384
434
|
"muted": {
|
|
385
435
|
"value": "{color.gray.700.value}",
|
|
386
436
|
"type": "semantic",
|