@aurodesignsystem/design-tokens 8.12.2 → 8.13.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 +7 -0
- package/dist/app/alaska.json +48 -28
- package/dist/app/atmos.json +48 -28
- package/dist/app/blueprint.json +48 -28
- package/dist/app/hawaiian.json +48 -28
- package/dist/legacy/auro-classic/CSSCustomProperties.css +1 -1
- package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/legacy/auro-classic/JSData--color.js +1 -1
- package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
- package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
- package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
- package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
- package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
- package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
- package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/primitives/base/JSObject--allTokens.js +1 -1
- package/dist/primitives/base/SCSSVariables--primitivesBase.scss +1 -1
- package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +1 -1
- package/dist/themes/CSSCustomProperties--bundled.css +1 -1
- package/dist/themes/alaska/CSSCustomProperties--alaska.css +1 -1
- package/dist/themes/alaska/JSObject--allTokens.js +1 -1
- package/dist/themes/alaska/SCSSVariables--alaska.scss +1 -1
- package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +1 -1
- package/dist/themes/alaska/primitives--alaska.scss +1 -1
- package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +1 -1
- package/dist/themes/alaska-classic/JSObject--allTokens.js +1 -1
- package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +1 -1
- package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +1 -1
- package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +1 -1
- package/dist/themes/auro-1/CSSCustomProperties--auro1.css +1 -1
- package/dist/themes/auro-1/JSObject--allTokens.js +1 -1
- package/dist/themes/auro-1/SCSSVariables--auro1.scss +1 -1
- package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +1 -1
- package/dist/themes/auro-1/primitives--auro1.scss +1 -1
- package/dist/themes/auro-2/CSSCustomProperties--auro2.css +1 -1
- package/dist/themes/auro-2/JSObject--allTokens.js +1 -1
- package/dist/themes/auro-2/SCSSVariables--auro2.scss +1 -1
- package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +1 -1
- package/dist/themes/auro-2/primitives--auro2.scss +1 -1
- package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +1 -1
- package/dist/themes/hawaiian/JSObject--allTokens.js +1 -1
- package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +1 -1
- package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +1 -1
- package/dist/themes/hawaiian/primitives--hawaiian.scss +1 -1
- package/dist/web/JSObject--allTokens--alaska.js +1 -1
- package/dist/web/JSObject--allTokens--atmos.js +1 -1
- package/dist/web/JSObject--allTokens--hawaiian.js +1 -1
- package/dist/web/JSObject--allTokens--test.js +1 -1
- package/dist/web/alaska.css +1 -1
- package/dist/web/alaska.scss +1 -1
- package/dist/web/atmos.css +1 -1
- package/dist/web/atmos.scss +1 -1
- package/dist/web/blueprint.css +1 -1
- package/dist/web/blueprint.scss +1 -1
- package/dist/web/hawaiian.css +1 -1
- package/dist/web/hawaiian.scss +1 -1
- package/package.json +1 -1
- package/processed/app/Alaska_theme.Light.json +94 -74
- package/processed/app/Atmos_theme.Light.json +94 -74
- package/processed/app/Blueprint_theme.Light.json +94 -74
- package/processed/app/Hawaiian_theme.Light.json +94 -74
- package/tokenDefinitions/figmaExports/Alaska_Classic_theme.Light.json +561 -541
- package/tokenDefinitions/figmaExports/Alaska_theme.Light.json +449 -429
- package/tokenDefinitions/figmaExports/Atmos_theme.Light.json +561 -541
- package/tokenDefinitions/figmaExports/Blueprint_theme.Light.json +561 -541
- package/tokenDefinitions/figmaExports/Hawaiian_theme.Light.json +561 -541
- package/tokenDefinitions/figmaExports/util.AS.json +32 -32
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Semantic Release Automated Changelog
|
|
2
2
|
|
|
3
|
+
# [8.13.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.12.2...v8.13.0) (2026-01-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* update tokens from figma [#402](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/402) ([5a7ea47](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/5a7ea4724ad1ee01ac7318df8ee6319ae7fa67a7))
|
|
9
|
+
|
|
3
10
|
## [8.12.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.12.1...v8.12.2) (2026-01-13)
|
|
4
11
|
|
|
5
12
|
|
package/dist/app/alaska.json
CHANGED
|
@@ -275,52 +275,72 @@
|
|
|
275
275
|
"uiTokens": {
|
|
276
276
|
"button": {
|
|
277
277
|
"disabled": {
|
|
278
|
-
"
|
|
279
|
-
|
|
278
|
+
"color": {
|
|
279
|
+
"background": "#0000000d",
|
|
280
|
+
"text": "#d0d0d0"
|
|
281
|
+
}
|
|
280
282
|
},
|
|
281
283
|
"disabledInverse": {
|
|
282
|
-
"
|
|
283
|
-
|
|
284
|
+
"color": {
|
|
285
|
+
"background": "#ffffff0d",
|
|
286
|
+
"text": "#7e8894"
|
|
287
|
+
}
|
|
284
288
|
},
|
|
285
289
|
"primary": {
|
|
286
|
-
"
|
|
287
|
-
|
|
288
|
-
|
|
290
|
+
"color": {
|
|
291
|
+
"background": "#01426a",
|
|
292
|
+
"backgroundPressed": "#00274a",
|
|
293
|
+
"text": "#ffffff"
|
|
294
|
+
}
|
|
289
295
|
},
|
|
290
296
|
"primaryInverse": {
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
|
|
297
|
+
"color": {
|
|
298
|
+
"background": "#ffffff",
|
|
299
|
+
"backgroundPressed": "#ffffffcc",
|
|
300
|
+
"text": "#01426a"
|
|
301
|
+
}
|
|
294
302
|
},
|
|
295
303
|
"quaternary": {
|
|
296
|
-
"
|
|
297
|
-
|
|
304
|
+
"color": {
|
|
305
|
+
"backgroundPressed": "#00274a",
|
|
306
|
+
"text": "#01426a"
|
|
307
|
+
}
|
|
298
308
|
},
|
|
299
309
|
"quaternaryInverse": {
|
|
300
|
-
"
|
|
301
|
-
|
|
310
|
+
"color": {
|
|
311
|
+
"backgroundPressed": "#00274a",
|
|
312
|
+
"text": "#ffffff"
|
|
313
|
+
}
|
|
302
314
|
},
|
|
303
315
|
"secondary": {
|
|
304
|
-
"
|
|
305
|
-
|
|
306
|
-
|
|
316
|
+
"color": {
|
|
317
|
+
"background": "#ebf3f9",
|
|
318
|
+
"backgroundPressed": "#aedeff",
|
|
319
|
+
"text": "#01426a"
|
|
320
|
+
}
|
|
307
321
|
},
|
|
308
322
|
"secondaryInverse": {
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
323
|
+
"color": {
|
|
324
|
+
"background": "#ebf3f9",
|
|
325
|
+
"backgroundPressed": "#cfe0ef",
|
|
326
|
+
"text": "#01426a"
|
|
327
|
+
}
|
|
312
328
|
},
|
|
313
329
|
"tertiary": {
|
|
314
|
-
"
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
330
|
+
"color": {
|
|
331
|
+
"background": "#00000014",
|
|
332
|
+
"backgroundPressed": "#0000001f",
|
|
333
|
+
"border": "#dddddd",
|
|
334
|
+
"text": "#01426a"
|
|
335
|
+
}
|
|
318
336
|
},
|
|
319
337
|
"tertiaryInverse": {
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
338
|
+
"color": {
|
|
339
|
+
"background": "#ffffff14",
|
|
340
|
+
"backgroundPressed": "#ffffff1f",
|
|
341
|
+
"border": "#ffffff",
|
|
342
|
+
"text": "#ffffff"
|
|
343
|
+
}
|
|
324
344
|
}
|
|
325
345
|
},
|
|
326
346
|
"component": {
|
package/dist/app/atmos.json
CHANGED
|
@@ -275,52 +275,72 @@
|
|
|
275
275
|
"uiTokens": {
|
|
276
276
|
"button": {
|
|
277
277
|
"disabled": {
|
|
278
|
-
"
|
|
279
|
-
|
|
278
|
+
"color": {
|
|
279
|
+
"background": "#0000000d",
|
|
280
|
+
"text": "#dddddd"
|
|
281
|
+
}
|
|
280
282
|
},
|
|
281
283
|
"disabledInverse": {
|
|
282
|
-
"
|
|
283
|
-
|
|
284
|
+
"color": {
|
|
285
|
+
"background": "#ffffff0d",
|
|
286
|
+
"text": "#7e8894"
|
|
287
|
+
}
|
|
284
288
|
},
|
|
285
289
|
"primary": {
|
|
286
|
-
"
|
|
287
|
-
|
|
288
|
-
|
|
290
|
+
"color": {
|
|
291
|
+
"background": "#aedeff",
|
|
292
|
+
"backgroundPressed": "#63beff",
|
|
293
|
+
"text": "#101d2c"
|
|
294
|
+
}
|
|
289
295
|
},
|
|
290
296
|
"primaryInverse": {
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
|
|
297
|
+
"color": {
|
|
298
|
+
"background": "#ffffff",
|
|
299
|
+
"backgroundPressed": "#ffffffcc",
|
|
300
|
+
"text": "#101d2c"
|
|
301
|
+
}
|
|
294
302
|
},
|
|
295
303
|
"quaternary": {
|
|
296
|
-
"
|
|
297
|
-
|
|
304
|
+
"color": {
|
|
305
|
+
"backgroundPressed": "#63beff",
|
|
306
|
+
"text": "#101d2c"
|
|
307
|
+
}
|
|
298
308
|
},
|
|
299
309
|
"quaternaryInverse": {
|
|
300
|
-
"
|
|
301
|
-
|
|
310
|
+
"color": {
|
|
311
|
+
"backgroundPressed": "#63beff",
|
|
312
|
+
"text": "#ffffff"
|
|
313
|
+
}
|
|
302
314
|
},
|
|
303
315
|
"secondary": {
|
|
304
|
-
"
|
|
305
|
-
|
|
306
|
-
|
|
316
|
+
"color": {
|
|
317
|
+
"background": "#ebf7ff",
|
|
318
|
+
"backgroundPressed": "#aedeff",
|
|
319
|
+
"text": "#101d2c"
|
|
320
|
+
}
|
|
307
321
|
},
|
|
308
322
|
"secondaryInverse": {
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
323
|
+
"color": {
|
|
324
|
+
"background": "#ebf7ff",
|
|
325
|
+
"backgroundPressed": "#aedeff",
|
|
326
|
+
"text": "#101d2c"
|
|
327
|
+
}
|
|
312
328
|
},
|
|
313
329
|
"tertiary": {
|
|
314
|
-
"
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
330
|
+
"color": {
|
|
331
|
+
"background": "#00000014",
|
|
332
|
+
"backgroundPressed": "#0000001f",
|
|
333
|
+
"border": "#e9e6d9",
|
|
334
|
+
"text": "#101d2c"
|
|
335
|
+
}
|
|
318
336
|
},
|
|
319
337
|
"tertiaryInverse": {
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
338
|
+
"color": {
|
|
339
|
+
"background": "#ffffff14",
|
|
340
|
+
"backgroundPressed": "#ffffff1f",
|
|
341
|
+
"border": "#ffffff",
|
|
342
|
+
"text": "#ffffff"
|
|
343
|
+
}
|
|
324
344
|
}
|
|
325
345
|
},
|
|
326
346
|
"component": {
|
package/dist/app/blueprint.json
CHANGED
|
@@ -275,52 +275,72 @@
|
|
|
275
275
|
"uiTokens": {
|
|
276
276
|
"button": {
|
|
277
277
|
"disabled": {
|
|
278
|
-
"
|
|
279
|
-
|
|
278
|
+
"color": {
|
|
279
|
+
"background": "#0000000d",
|
|
280
|
+
"text": "#d0d0d0"
|
|
281
|
+
}
|
|
280
282
|
},
|
|
281
283
|
"disabledInverse": {
|
|
282
|
-
"
|
|
283
|
-
|
|
284
|
+
"color": {
|
|
285
|
+
"background": "#ffffff0d",
|
|
286
|
+
"text": "#7e7e7e"
|
|
287
|
+
}
|
|
284
288
|
},
|
|
285
289
|
"primary": {
|
|
286
|
-
"
|
|
287
|
-
|
|
288
|
-
|
|
290
|
+
"color": {
|
|
291
|
+
"background": "#7e7e7e",
|
|
292
|
+
"backgroundPressed": "#525252",
|
|
293
|
+
"text": "#ffffff"
|
|
294
|
+
}
|
|
289
295
|
},
|
|
290
296
|
"primaryInverse": {
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
|
|
297
|
+
"color": {
|
|
298
|
+
"background": "#ffffff",
|
|
299
|
+
"backgroundPressed": "#ffffffcc",
|
|
300
|
+
"text": "#7e7e7e"
|
|
301
|
+
}
|
|
294
302
|
},
|
|
295
303
|
"quaternary": {
|
|
296
|
-
"
|
|
297
|
-
|
|
304
|
+
"color": {
|
|
305
|
+
"backgroundPressed": "#525252",
|
|
306
|
+
"text": "#7e7e7e"
|
|
307
|
+
}
|
|
298
308
|
},
|
|
299
309
|
"quaternaryInverse": {
|
|
300
|
-
"
|
|
301
|
-
|
|
310
|
+
"color": {
|
|
311
|
+
"backgroundPressed": "#525252",
|
|
312
|
+
"text": "#ffffff"
|
|
313
|
+
}
|
|
302
314
|
},
|
|
303
315
|
"secondary": {
|
|
304
|
-
"
|
|
305
|
-
|
|
306
|
-
|
|
316
|
+
"color": {
|
|
317
|
+
"background": "#dddddd",
|
|
318
|
+
"backgroundPressed": "#f2f2f2",
|
|
319
|
+
"text": "#7e7e7e"
|
|
320
|
+
}
|
|
307
321
|
},
|
|
308
322
|
"secondaryInverse": {
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
323
|
+
"color": {
|
|
324
|
+
"background": "#dddddd",
|
|
325
|
+
"backgroundPressed": "#c5c5c5",
|
|
326
|
+
"text": "#7e7e7e"
|
|
327
|
+
}
|
|
312
328
|
},
|
|
313
329
|
"tertiary": {
|
|
314
|
-
"
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
330
|
+
"color": {
|
|
331
|
+
"background": "#00000014",
|
|
332
|
+
"backgroundPressed": "#0000001f",
|
|
333
|
+
"border": "#dddddd",
|
|
334
|
+
"text": "#7e7e7e"
|
|
335
|
+
}
|
|
318
336
|
},
|
|
319
337
|
"tertiaryInverse": {
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
338
|
+
"color": {
|
|
339
|
+
"background": "#ffffff14",
|
|
340
|
+
"backgroundPressed": "#ffffff1f",
|
|
341
|
+
"border": "#ffffff",
|
|
342
|
+
"text": "#ffffff"
|
|
343
|
+
}
|
|
324
344
|
}
|
|
325
345
|
},
|
|
326
346
|
"component": {
|
package/dist/app/hawaiian.json
CHANGED
|
@@ -275,52 +275,72 @@
|
|
|
275
275
|
"uiTokens": {
|
|
276
276
|
"button": {
|
|
277
277
|
"disabled": {
|
|
278
|
-
"
|
|
279
|
-
|
|
278
|
+
"color": {
|
|
279
|
+
"background": "#0000000d",
|
|
280
|
+
"text": "#d0d0d0"
|
|
281
|
+
}
|
|
280
282
|
},
|
|
281
283
|
"disabledInverse": {
|
|
282
|
-
"
|
|
283
|
-
|
|
284
|
+
"color": {
|
|
285
|
+
"background": "#ffffff0d",
|
|
286
|
+
"text": "#7e8894"
|
|
287
|
+
}
|
|
284
288
|
},
|
|
285
289
|
"primary": {
|
|
286
|
-
"
|
|
287
|
-
|
|
288
|
-
|
|
290
|
+
"color": {
|
|
291
|
+
"background": "#ce0c88",
|
|
292
|
+
"backgroundPressed": "#831a57",
|
|
293
|
+
"text": "#ffffff"
|
|
294
|
+
}
|
|
289
295
|
},
|
|
290
296
|
"primaryInverse": {
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
|
|
297
|
+
"color": {
|
|
298
|
+
"background": "#ffffff",
|
|
299
|
+
"backgroundPressed": "#ffffffcc",
|
|
300
|
+
"text": "#463c8f"
|
|
301
|
+
}
|
|
294
302
|
},
|
|
295
303
|
"quaternary": {
|
|
296
|
-
"
|
|
297
|
-
|
|
304
|
+
"color": {
|
|
305
|
+
"backgroundPressed": "#831a57",
|
|
306
|
+
"text": "#ce0c88"
|
|
307
|
+
}
|
|
298
308
|
},
|
|
299
309
|
"quaternaryInverse": {
|
|
300
|
-
"
|
|
301
|
-
|
|
310
|
+
"color": {
|
|
311
|
+
"backgroundPressed": "#831a57",
|
|
312
|
+
"text": "#ffffff"
|
|
313
|
+
}
|
|
302
314
|
},
|
|
303
315
|
"secondary": {
|
|
304
|
-
"
|
|
305
|
-
|
|
306
|
-
|
|
316
|
+
"color": {
|
|
317
|
+
"background": "#fdf1f8",
|
|
318
|
+
"backgroundPressed": "#ccc5e0",
|
|
319
|
+
"text": "#ce0c88"
|
|
320
|
+
}
|
|
307
321
|
},
|
|
308
322
|
"secondaryInverse": {
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
323
|
+
"color": {
|
|
324
|
+
"background": "#fdf1f8",
|
|
325
|
+
"backgroundPressed": "#fad8eb",
|
|
326
|
+
"text": "#ce0c88"
|
|
327
|
+
}
|
|
312
328
|
},
|
|
313
329
|
"tertiary": {
|
|
314
|
-
"
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
330
|
+
"color": {
|
|
331
|
+
"background": "#00000014",
|
|
332
|
+
"backgroundPressed": "#0000001f",
|
|
333
|
+
"border": "#dddddd",
|
|
334
|
+
"text": "#ce0c88"
|
|
335
|
+
}
|
|
318
336
|
},
|
|
319
337
|
"tertiaryInverse": {
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
338
|
+
"color": {
|
|
339
|
+
"background": "#ffffff14",
|
|
340
|
+
"backgroundPressed": "#ffffff1f",
|
|
341
|
+
"border": "#ffffff",
|
|
342
|
+
"text": "#ffffff"
|
|
343
|
+
}
|
|
324
344
|
}
|
|
325
345
|
},
|
|
326
346
|
"component": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 16 Jan 2026 00:21:22 GMT
|
|
4
4
|
|
|
5
5
|
$ds-type-family-fallback: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
|
6
6
|
$ds-type-family-fallback-serif: Georgia, serif;
|