@aurodesignsystem/design-tokens 4.7.0 → 4.9.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/dist/tokens/CSSCustomProperties.css +15 -1
- package/dist/tokens/CSSSizeCustomProperties.css +1 -1
- package/dist/tokens/JSData--color.js +461 -1
- package/dist/tokens/JSONVariablesFlat.json +14 -0
- package/dist/tokens/JSONVariablesNested.json +28 -2
- package/dist/tokens/JSObject--allTokens.js +461 -1
- package/dist/tokens/JSObject--deprecated.js +1 -1
- package/dist/tokens/JSVariables--color.js +15 -1
- package/dist/tokens/SCSSVariableMap.scss +1 -1
- package/dist/tokens/SCSSVariables.scss +15 -1
- package/dist/tokens/SCSSVariablesMapFlat.scss +15 -1
- package/dist/tokens/SassCustomProperties.scss +15 -1
- package/dist/tokens/SassSizeCustomProperties.scss +1 -1
- package/dist/tokens/darkmode/CSSCustomProperties.css +1 -1
- package/dist/tokens/darkmode/JSDataColor.js +1 -1
- package/dist/tokens/darkmode/JSObject--deprecatedDark.js +1 -1
- package/dist/tokens/darkmode/JSVariablesColor.js +1 -1
- package/dist/tokens/darkmode/SCSSVariables.scss +1 -1
- package/dist/tokens/darkmode/SCSSVariablesMapFlat.scss +1 -1
- package/dist/tokens/darkmode/SassCustomProperties.scss +1 -1
- package/package.json +1 -1
- package/src/color/brand.json +12 -0
- package/src/color/icon.json +92 -0
- package/src/color/tier.json +14 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem/design-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.9.0",
|
|
4
4
|
"description": "Alaska Air Auro Design System token repository",
|
|
5
5
|
"homepage": "https://github.com/AlaskaAirlines/DesignTokens",
|
|
6
6
|
"author": "Alaska Airlines Product design and engineering",
|
package/src/color/brand.json
CHANGED
|
@@ -1543,6 +1543,18 @@
|
|
|
1543
1543
|
"deprecated": true,
|
|
1544
1544
|
"version": "4.5.0",
|
|
1545
1545
|
"reference": "n/a"
|
|
1546
|
+
},
|
|
1547
|
+
"lounge": {
|
|
1548
|
+
"value": "01426a",
|
|
1549
|
+
"public": true,
|
|
1550
|
+
"usage": "Tier branding color",
|
|
1551
|
+
"deprecated": false
|
|
1552
|
+
},
|
|
1553
|
+
"loungeplus": {
|
|
1554
|
+
"value": "53b390",
|
|
1555
|
+
"public": true,
|
|
1556
|
+
"usage": "Tier branding color",
|
|
1557
|
+
"deprecated": false
|
|
1546
1558
|
}
|
|
1547
1559
|
}
|
|
1548
1560
|
}
|
package/src/color/icon.json
CHANGED
|
@@ -271,6 +271,98 @@
|
|
|
271
271
|
"wcag": "n/a",
|
|
272
272
|
"deprecated": false
|
|
273
273
|
}
|
|
274
|
+
},
|
|
275
|
+
"secondary": {
|
|
276
|
+
"active": {
|
|
277
|
+
"default": {
|
|
278
|
+
"value": "{color.brand.gray.700.value}",
|
|
279
|
+
"public": true,
|
|
280
|
+
"default": true,
|
|
281
|
+
"usage": "Focus color for UI icons on light backgrounds",
|
|
282
|
+
"wcag": "n/a",
|
|
283
|
+
"deprecated": false
|
|
284
|
+
},
|
|
285
|
+
"inverse": {
|
|
286
|
+
"value": "{color.brand.gray.300.value}",
|
|
287
|
+
"public": true,
|
|
288
|
+
"inverse": true,
|
|
289
|
+
"usage": "Focus color for UI icons on dark backgrounds",
|
|
290
|
+
"wcag": "n/a",
|
|
291
|
+
"deprecated": false
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"default": {
|
|
295
|
+
"default": {
|
|
296
|
+
"value": "{color.brand.gray.600.value}",
|
|
297
|
+
"public": true,
|
|
298
|
+
"default": true,
|
|
299
|
+
"usage": "Focus color for UI icons on light backgrounds",
|
|
300
|
+
"wcag": "n/a",
|
|
301
|
+
"deprecated": false
|
|
302
|
+
},
|
|
303
|
+
"inverse": {
|
|
304
|
+
"value": "{color.brand.gray.400.value}",
|
|
305
|
+
"public": true,
|
|
306
|
+
"inverse": true,
|
|
307
|
+
"usage": "Focus color for UI icons on dark backgrounds",
|
|
308
|
+
"wcag": "n/a",
|
|
309
|
+
"deprecated": false
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"disabled": {
|
|
313
|
+
"default": {
|
|
314
|
+
"value": "{color.brand.gray.400.value}",
|
|
315
|
+
"public": true,
|
|
316
|
+
"default": true,
|
|
317
|
+
"usage": "Focus color for UI icons on light backgrounds",
|
|
318
|
+
"wcag": "n/a",
|
|
319
|
+
"deprecated": false
|
|
320
|
+
},
|
|
321
|
+
"inverse": {
|
|
322
|
+
"value": "{color.brand.gray.600.value}",
|
|
323
|
+
"public": true,
|
|
324
|
+
"inverse": true,
|
|
325
|
+
"usage": "Focus color for UI icons on dark backgrounds",
|
|
326
|
+
"wcag": "n/a",
|
|
327
|
+
"deprecated": false
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"focus": {
|
|
331
|
+
"default": {
|
|
332
|
+
"value": "{color.brand.gray.600.value}",
|
|
333
|
+
"public": true,
|
|
334
|
+
"default": true,
|
|
335
|
+
"usage": "Focus color for UI icons on light backgrounds",
|
|
336
|
+
"wcag": "n/a",
|
|
337
|
+
"deprecated": false
|
|
338
|
+
},
|
|
339
|
+
"inverse": {
|
|
340
|
+
"value": "{color.brand.gray.400.value}",
|
|
341
|
+
"public": true,
|
|
342
|
+
"inverse": true,
|
|
343
|
+
"usage": "Focus color for UI icons on dark backgrounds",
|
|
344
|
+
"wcag": "n/a",
|
|
345
|
+
"deprecated": false
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"hover": {
|
|
349
|
+
"default": {
|
|
350
|
+
"value": "{color.brand.gray.800.value}",
|
|
351
|
+
"public": true,
|
|
352
|
+
"default": true,
|
|
353
|
+
"usage": "Focus color for UI icons on light backgrounds",
|
|
354
|
+
"wcag": "n/a",
|
|
355
|
+
"deprecated": false
|
|
356
|
+
},
|
|
357
|
+
"inverse": {
|
|
358
|
+
"value": "{color.brand.gray.200.value}",
|
|
359
|
+
"public": true,
|
|
360
|
+
"inverse": true,
|
|
361
|
+
"usage": "Focus color for UI icons on dark backgrounds",
|
|
362
|
+
"wcag": "n/a",
|
|
363
|
+
"deprecated": false
|
|
364
|
+
}
|
|
365
|
+
}
|
|
274
366
|
}
|
|
275
367
|
},
|
|
276
368
|
"brand": {
|
package/src/color/tier.json
CHANGED
|
@@ -73,6 +73,20 @@
|
|
|
73
73
|
"wcag": "n/a",
|
|
74
74
|
"deprecated": false
|
|
75
75
|
}
|
|
76
|
+
},
|
|
77
|
+
"lounge": {
|
|
78
|
+
"value": "{color.brand.lounge.value}",
|
|
79
|
+
"public": true,
|
|
80
|
+
"usage": "lounge tier color for Alaska Airlines",
|
|
81
|
+
"wcag": "n/a",
|
|
82
|
+
"deprecated": false
|
|
83
|
+
},
|
|
84
|
+
"loungeplus": {
|
|
85
|
+
"value": "{color.brand.loungeplus.value}",
|
|
86
|
+
"public": true,
|
|
87
|
+
"usage": "loungeplus tier color for Alaska Airlines",
|
|
88
|
+
"wcag": "n/a",
|
|
89
|
+
"deprecated": false
|
|
76
90
|
}
|
|
77
91
|
},
|
|
78
92
|
"fare": {
|