@aurodesignsystem/design-tokens 8.13.2 → 8.14.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.
Files changed (103) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/app/alaska.json +29 -49
  3. package/dist/app/atmos.json +29 -49
  4. package/dist/app/blueprint.json +29 -49
  5. package/dist/app/hawaiian.json +29 -49
  6. package/dist/legacy/auro-classic/CSSCustomProperties.css +1 -1
  7. package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
  8. package/dist/legacy/auro-classic/JSData--color.js +1 -1
  9. package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
  10. package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
  11. package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
  12. package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
  13. package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
  14. package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  15. package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
  16. package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
  17. package/dist/primitives/base/JSObject--allTokens.js +1 -1
  18. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +1 -1
  19. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +1 -1
  20. package/dist/themes/CSSCustomProperties--bundled.css +1 -1
  21. package/dist/themes/alaska/CSSCustomProperties--alaska.css +1 -1
  22. package/dist/themes/alaska/JSObject--allTokens.js +1 -1
  23. package/dist/themes/alaska/SCSSVariables--alaska.scss +1 -1
  24. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +1 -1
  25. package/dist/themes/alaska/primitives--alaska.scss +1 -1
  26. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +1 -1
  27. package/dist/themes/alaska-classic/JSObject--allTokens.js +1 -1
  28. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +1 -1
  29. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +1 -1
  30. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +1 -1
  31. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +1 -1
  32. package/dist/themes/auro-1/JSObject--allTokens.js +1 -1
  33. package/dist/themes/auro-1/SCSSVariables--auro1.scss +1 -1
  34. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +1 -1
  35. package/dist/themes/auro-1/primitives--auro1.scss +1 -1
  36. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +1 -1
  37. package/dist/themes/auro-2/JSObject--allTokens.js +1 -1
  38. package/dist/themes/auro-2/SCSSVariables--auro2.scss +1 -1
  39. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +1 -1
  40. package/dist/themes/auro-2/primitives--auro2.scss +1 -1
  41. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +1 -1
  42. package/dist/themes/hawaiian/JSObject--allTokens.js +1 -1
  43. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +1 -1
  44. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +1 -1
  45. package/dist/themes/hawaiian/primitives--hawaiian.scss +1 -1
  46. package/dist/web/JSONVariablesNested--alaska.json +7 -5
  47. package/dist/web/JSONVariablesNested--atmos.json +7 -5
  48. package/dist/web/JSONVariablesNested--hawaiian.json +7 -5
  49. package/dist/web/JSONVariablesNested--test.json +7 -5
  50. package/dist/web/JSObject--allTokens--alaska.js +63 -21
  51. package/dist/web/JSObject--allTokens--atmos.js +63 -21
  52. package/dist/web/JSObject--allTokens--hawaiian.js +63 -21
  53. package/dist/web/JSObject--allTokens--test.js +63 -21
  54. package/dist/web/alaska.css +8 -6
  55. package/dist/web/alaska.min.css +1 -1
  56. package/dist/web/alaska.scss +8 -6
  57. package/dist/web/atmos.css +8 -6
  58. package/dist/web/atmos.min.css +1 -1
  59. package/dist/web/atmos.scss +8 -6
  60. package/dist/web/blueprint.css +8 -6
  61. package/dist/web/blueprint.min.css +1 -1
  62. package/dist/web/blueprint.scss +8 -6
  63. package/dist/web/hawaiian.css +8 -6
  64. package/dist/web/hawaiian.min.css +1 -1
  65. package/dist/web/hawaiian.scss +8 -6
  66. package/package.json +1 -1
  67. package/.env.example +0 -2
  68. package/.vscode/settings.json +0 -7
  69. package/outputConfigs/app/alaska.json +0 -18
  70. package/outputConfigs/app/atmos.json +0 -18
  71. package/outputConfigs/app/blueprint.json +0 -18
  72. package/outputConfigs/app/hawaiian.json +0 -18
  73. package/outputConfigs/web/alaska.json +0 -59
  74. package/outputConfigs/web/atmos.json +0 -59
  75. package/outputConfigs/web/blueprint.json +0 -59
  76. package/outputConfigs/web/hawaiian.json +0 -59
  77. package/packageScripts/postinstall.mjs +0 -36
  78. package/postcss.config.js +0 -7
  79. package/processed/app/Alaska_theme.Light.json +0 -585
  80. package/processed/app/Atmos_theme.Light.json +0 -585
  81. package/processed/app/Blueprint_theme.Light.json +0 -585
  82. package/processed/app/Hawaiian_theme.Light.json +0 -585
  83. package/processed/web/Alaska_theme.Light.json +0 -767
  84. package/processed/web/Atmos_theme.Light.json +0 -769
  85. package/processed/web/Blueprint_theme.Light.json +0 -767
  86. package/processed/web/Hawaiian_theme.Light.json +0 -748
  87. package/tokenDefinitions/figmaExports/Alaska_Classic_theme.Light.json +0 -5481
  88. package/tokenDefinitions/figmaExports/Alaska_theme.Light.json +0 -4665
  89. package/tokenDefinitions/figmaExports/Atmos_theme.Light.json +0 -5481
  90. package/tokenDefinitions/figmaExports/Blueprint_theme.Light.json +0 -5481
  91. package/tokenDefinitions/figmaExports/Hawaiian_theme.Light.json +0 -5481
  92. package/tokenDefinitions/figmaExports/Type_Size.LG_Screen.json +0 -988
  93. package/tokenDefinitions/figmaExports/Type_Size.MD_Screen.json +0 -988
  94. package/tokenDefinitions/figmaExports/Type_Size.SM_Screen.json +0 -988
  95. package/tokenDefinitions/figmaExports/util.AS.json +0 -1028
  96. package/tokenDefinitions/manualTokens/app/Alaska_theme.Light.json +0 -181
  97. package/tokenDefinitions/manualTokens/app/Atmos_theme.Light.json +0 -181
  98. package/tokenDefinitions/manualTokens/app/Blueprint_theme.Light.json +0 -181
  99. package/tokenDefinitions/manualTokens/app/Hawaiian_theme.Light.json +0 -181
  100. package/tokenDefinitions/manualTokens/web/Alaska_theme.Light.json +0 -125
  101. package/tokenDefinitions/manualTokens/web/Atmos_theme.Light.json +0 -125
  102. package/tokenDefinitions/manualTokens/web/Blueprint_theme.Light.json +0 -125
  103. package/tokenDefinitions/manualTokens/web/Hawaiian_theme.Light.json +0 -104
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ # [8.14.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.13.2...v8.14.0) (2026-01-21)
4
+
5
+
6
+ ### Features
7
+
8
+ * update tokens from figma [#411](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/411) ([2bf5165](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/2bf5165ab344a1c33c542fe24c9f851d20c6ea3b))
9
+
3
10
  ## [8.13.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.13.1...v8.13.2) (2026-01-16)
4
11
 
5
12
 
@@ -275,72 +275,52 @@
275
275
  "uiTokens": {
276
276
  "button": {
277
277
  "disabled": {
278
- "color": {
279
- "background": "#0000000d",
280
- "text": "#d0d0d0"
281
- }
278
+ "background": "#0000000d",
279
+ "text": "#d0d0d0"
282
280
  },
283
281
  "disabledInverse": {
284
- "color": {
285
- "background": "#ffffff0d",
286
- "text": "#7e8894"
287
- }
282
+ "background": "#ffffff0d",
283
+ "text": "#7e8894"
288
284
  },
289
285
  "primary": {
290
- "color": {
291
- "background": "#01426a",
292
- "backgroundPressed": "#00274a",
293
- "text": "#ffffff"
294
- }
286
+ "background": "#01426a",
287
+ "backgroundPressed": "#00274a",
288
+ "text": "#ffffff"
295
289
  },
296
290
  "primaryInverse": {
297
- "color": {
298
- "background": "#ffffff",
299
- "backgroundPressed": "#ffffffcc",
300
- "text": "#01426a"
301
- }
291
+ "background": "#ffffff",
292
+ "backgroundPressed": "#ffffffcc",
293
+ "text": "#01426a"
302
294
  },
303
295
  "quaternary": {
304
- "color": {
305
- "backgroundPressed": "#00274a",
306
- "text": "#01426a"
307
- }
296
+ "backgroundPressed": "#00274a",
297
+ "text": "#01426a"
308
298
  },
309
299
  "quaternaryInverse": {
310
- "color": {
311
- "backgroundPressed": "#00274a",
312
- "text": "#ffffff"
313
- }
300
+ "backgroundPressed": "#00274a",
301
+ "text": "#ffffff"
314
302
  },
315
303
  "secondary": {
316
- "color": {
317
- "background": "#ebf3f9",
318
- "backgroundPressed": "#aedeff",
319
- "text": "#01426a"
320
- }
304
+ "background": "#ebf3f9",
305
+ "backgroundPressed": "#aedeff",
306
+ "text": "#01426a"
321
307
  },
322
308
  "secondaryInverse": {
323
- "color": {
324
- "background": "#ebf3f9",
325
- "backgroundPressed": "#cfe0ef",
326
- "text": "#01426a"
327
- }
309
+ "background": "#ebf3f9",
310
+ "backgroundPressed": "#cfe0ef",
311
+ "text": "#01426a"
328
312
  },
329
313
  "tertiary": {
330
- "color": {
331
- "background": "#00000014",
332
- "backgroundPressed": "#0000001f",
333
- "border": "#dddddd",
334
- "text": "#01426a"
335
- }
314
+ "background": "#00000014",
315
+ "backgroundPressed": "#0000001f",
316
+ "border": "#dddddd",
317
+ "text": "#01426a"
336
318
  },
337
319
  "tertiaryInverse": {
338
- "color": {
339
- "background": "#ffffff14",
340
- "backgroundPressed": "#ffffff1f",
341
- "border": "#ffffff",
342
- "text": "#ffffff"
343
- }
320
+ "background": "#ffffff14",
321
+ "backgroundPressed": "#ffffff1f",
322
+ "border": "#ffffff",
323
+ "text": "#ffffff"
344
324
  }
345
325
  },
346
326
  "component": {
@@ -359,7 +339,7 @@
359
339
  "searchWidget": {
360
340
  "fieldIcon": "#5de3f7",
361
341
  "routeDestination": "#a3cd6a",
362
- "routeOrgin": "#5de3f7"
342
+ "routeOrigin": "#5de3f7"
363
343
  }
364
344
  }
365
345
  }
@@ -275,72 +275,52 @@
275
275
  "uiTokens": {
276
276
  "button": {
277
277
  "disabled": {
278
- "color": {
279
- "background": "#0000000d",
280
- "text": "#dddddd"
281
- }
278
+ "background": "#0000000d",
279
+ "text": "#dddddd"
282
280
  },
283
281
  "disabledInverse": {
284
- "color": {
285
- "background": "#ffffff0d",
286
- "text": "#7e8894"
287
- }
282
+ "background": "#ffffff0d",
283
+ "text": "#7e8894"
288
284
  },
289
285
  "primary": {
290
- "color": {
291
- "background": "#aedeff",
292
- "backgroundPressed": "#63beff",
293
- "text": "#101d2c"
294
- }
286
+ "background": "#aedeff",
287
+ "backgroundPressed": "#63beff",
288
+ "text": "#101d2c"
295
289
  },
296
290
  "primaryInverse": {
297
- "color": {
298
- "background": "#ffffff",
299
- "backgroundPressed": "#ffffffcc",
300
- "text": "#101d2c"
301
- }
291
+ "background": "#ffffff",
292
+ "backgroundPressed": "#ffffffcc",
293
+ "text": "#101d2c"
302
294
  },
303
295
  "quaternary": {
304
- "color": {
305
- "backgroundPressed": "#63beff",
306
- "text": "#101d2c"
307
- }
296
+ "backgroundPressed": "#63beff",
297
+ "text": "#101d2c"
308
298
  },
309
299
  "quaternaryInverse": {
310
- "color": {
311
- "backgroundPressed": "#63beff",
312
- "text": "#ffffff"
313
- }
300
+ "backgroundPressed": "#63beff",
301
+ "text": "#ffffff"
314
302
  },
315
303
  "secondary": {
316
- "color": {
317
- "background": "#ebf7ff",
318
- "backgroundPressed": "#aedeff",
319
- "text": "#101d2c"
320
- }
304
+ "background": "#ebf7ff",
305
+ "backgroundPressed": "#aedeff",
306
+ "text": "#101d2c"
321
307
  },
322
308
  "secondaryInverse": {
323
- "color": {
324
- "background": "#ebf7ff",
325
- "backgroundPressed": "#aedeff",
326
- "text": "#101d2c"
327
- }
309
+ "background": "#ebf7ff",
310
+ "backgroundPressed": "#aedeff",
311
+ "text": "#101d2c"
328
312
  },
329
313
  "tertiary": {
330
- "color": {
331
- "background": "#00000014",
332
- "backgroundPressed": "#0000001f",
333
- "border": "#e9e6d9",
334
- "text": "#101d2c"
335
- }
314
+ "background": "#00000014",
315
+ "backgroundPressed": "#0000001f",
316
+ "border": "#e9e6d9",
317
+ "text": "#101d2c"
336
318
  },
337
319
  "tertiaryInverse": {
338
- "color": {
339
- "background": "#ffffff14",
340
- "backgroundPressed": "#ffffff1f",
341
- "border": "#ffffff",
342
- "text": "#ffffff"
343
- }
320
+ "background": "#ffffff14",
321
+ "backgroundPressed": "#ffffff1f",
322
+ "border": "#ffffff",
323
+ "text": "#ffffff"
344
324
  }
345
325
  },
346
326
  "component": {
@@ -359,7 +339,7 @@
359
339
  "searchWidget": {
360
340
  "fieldIcon": "#c7d6e5",
361
341
  "routeDestination": "#e9e6d9",
362
- "routeOrgin": "#c7d6e5"
342
+ "routeOrigin": "#c7d6e5"
363
343
  }
364
344
  }
365
345
  }
@@ -275,72 +275,52 @@
275
275
  "uiTokens": {
276
276
  "button": {
277
277
  "disabled": {
278
- "color": {
279
- "background": "#0000000d",
280
- "text": "#d0d0d0"
281
- }
278
+ "background": "#0000000d",
279
+ "text": "#d0d0d0"
282
280
  },
283
281
  "disabledInverse": {
284
- "color": {
285
- "background": "#ffffff0d",
286
- "text": "#7e7e7e"
287
- }
282
+ "background": "#ffffff0d",
283
+ "text": "#7e7e7e"
288
284
  },
289
285
  "primary": {
290
- "color": {
291
- "background": "#7e7e7e",
292
- "backgroundPressed": "#525252",
293
- "text": "#ffffff"
294
- }
286
+ "background": "#7e7e7e",
287
+ "backgroundPressed": "#525252",
288
+ "text": "#ffffff"
295
289
  },
296
290
  "primaryInverse": {
297
- "color": {
298
- "background": "#ffffff",
299
- "backgroundPressed": "#ffffffcc",
300
- "text": "#7e7e7e"
301
- }
291
+ "background": "#ffffff",
292
+ "backgroundPressed": "#ffffffcc",
293
+ "text": "#7e7e7e"
302
294
  },
303
295
  "quaternary": {
304
- "color": {
305
- "backgroundPressed": "#525252",
306
- "text": "#7e7e7e"
307
- }
296
+ "backgroundPressed": "#525252",
297
+ "text": "#7e7e7e"
308
298
  },
309
299
  "quaternaryInverse": {
310
- "color": {
311
- "backgroundPressed": "#525252",
312
- "text": "#ffffff"
313
- }
300
+ "backgroundPressed": "#525252",
301
+ "text": "#ffffff"
314
302
  },
315
303
  "secondary": {
316
- "color": {
317
- "background": "#dddddd",
318
- "backgroundPressed": "#f2f2f2",
319
- "text": "#7e7e7e"
320
- }
304
+ "background": "#dddddd",
305
+ "backgroundPressed": "#f2f2f2",
306
+ "text": "#7e7e7e"
321
307
  },
322
308
  "secondaryInverse": {
323
- "color": {
324
- "background": "#dddddd",
325
- "backgroundPressed": "#c5c5c5",
326
- "text": "#7e7e7e"
327
- }
309
+ "background": "#dddddd",
310
+ "backgroundPressed": "#c5c5c5",
311
+ "text": "#7e7e7e"
328
312
  },
329
313
  "tertiary": {
330
- "color": {
331
- "background": "#00000014",
332
- "backgroundPressed": "#0000001f",
333
- "border": "#dddddd",
334
- "text": "#7e7e7e"
335
- }
314
+ "background": "#00000014",
315
+ "backgroundPressed": "#0000001f",
316
+ "border": "#dddddd",
317
+ "text": "#7e7e7e"
336
318
  },
337
319
  "tertiaryInverse": {
338
- "color": {
339
- "background": "#ffffff14",
340
- "backgroundPressed": "#ffffff1f",
341
- "border": "#ffffff",
342
- "text": "#ffffff"
343
- }
320
+ "background": "#ffffff14",
321
+ "backgroundPressed": "#ffffff1f",
322
+ "border": "#ffffff",
323
+ "text": "#ffffff"
344
324
  }
345
325
  },
346
326
  "component": {
@@ -359,7 +339,7 @@
359
339
  "searchWidget": {
360
340
  "fieldIcon": "#dddddd",
361
341
  "routeDestination": "#adadad",
362
- "routeOrgin": "#dddddd"
342
+ "routeOrigin": "#dddddd"
363
343
  }
364
344
  }
365
345
  }
@@ -275,72 +275,52 @@
275
275
  "uiTokens": {
276
276
  "button": {
277
277
  "disabled": {
278
- "color": {
279
- "background": "#0000000d",
280
- "text": "#d0d0d0"
281
- }
278
+ "background": "#0000000d",
279
+ "text": "#d0d0d0"
282
280
  },
283
281
  "disabledInverse": {
284
- "color": {
285
- "background": "#ffffff0d",
286
- "text": "#7e8894"
287
- }
282
+ "background": "#ffffff0d",
283
+ "text": "#7e8894"
288
284
  },
289
285
  "primary": {
290
- "color": {
291
- "background": "#ce0c88",
292
- "backgroundPressed": "#831a57",
293
- "text": "#ffffff"
294
- }
286
+ "background": "#ce0c88",
287
+ "backgroundPressed": "#831a57",
288
+ "text": "#ffffff"
295
289
  },
296
290
  "primaryInverse": {
297
- "color": {
298
- "background": "#ffffff",
299
- "backgroundPressed": "#ffffffcc",
300
- "text": "#463c8f"
301
- }
291
+ "background": "#ffffff",
292
+ "backgroundPressed": "#ffffffcc",
293
+ "text": "#ce0c88"
302
294
  },
303
295
  "quaternary": {
304
- "color": {
305
- "backgroundPressed": "#831a57",
306
- "text": "#ce0c88"
307
- }
296
+ "backgroundPressed": "#831a57",
297
+ "text": "#ce0c88"
308
298
  },
309
299
  "quaternaryInverse": {
310
- "color": {
311
- "backgroundPressed": "#831a57",
312
- "text": "#ffffff"
313
- }
300
+ "backgroundPressed": "#831a57",
301
+ "text": "#ffffff"
314
302
  },
315
303
  "secondary": {
316
- "color": {
317
- "background": "#fdf1f8",
318
- "backgroundPressed": "#ccc5e0",
319
- "text": "#ce0c88"
320
- }
304
+ "background": "#fdf1f8",
305
+ "backgroundPressed": "#fad8eb",
306
+ "text": "#ce0c88"
321
307
  },
322
308
  "secondaryInverse": {
323
- "color": {
324
- "background": "#fdf1f8",
325
- "backgroundPressed": "#fad8eb",
326
- "text": "#ce0c88"
327
- }
309
+ "background": "#fdf1f8",
310
+ "backgroundPressed": "#fad8eb",
311
+ "text": "#ce0c88"
328
312
  },
329
313
  "tertiary": {
330
- "color": {
331
- "background": "#00000014",
332
- "backgroundPressed": "#0000001f",
333
- "border": "#dddddd",
334
- "text": "#ce0c88"
335
- }
314
+ "background": "#00000014",
315
+ "backgroundPressed": "#0000001f",
316
+ "border": "#dddddd",
317
+ "text": "#ce0c88"
336
318
  },
337
319
  "tertiaryInverse": {
338
- "color": {
339
- "background": "#ffffff14",
340
- "backgroundPressed": "#ffffff1f",
341
- "border": "#ffffff",
342
- "text": "#ffffff"
343
- }
320
+ "background": "#ffffff14",
321
+ "backgroundPressed": "#ffffff1f",
322
+ "border": "#ffffff",
323
+ "text": "#ffffff"
344
324
  }
345
325
  },
346
326
  "component": {
@@ -359,7 +339,7 @@
359
339
  "searchWidget": {
360
340
  "fieldIcon": "#d4abea",
361
341
  "routeDestination": "#8ec891",
362
- "routeOrgin": "#d4abea"
342
+ "routeOrigin": "#d4abea"
363
343
  }
364
344
  }
365
345
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  export const DsColorAlertNotificationDefault = "#0074c8";
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
4
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
5
5
  */
6
6
 
7
7
  $ds-size-25: 0.125rem !default; // 2px
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
 
5
5
  $ds-color-alert-notification-default: #0074c8;
6
6
  $ds-color-alert-warning-default: #de750c;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 16 Jan 2026 18:51:00 GMT
4
+ Generated on Wed, 21 Jan 2026 00:47:15 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:15 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:15 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;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 16 Jan 2026 18:51:00 GMT
4
+ Generated on Wed, 21 Jan 2026 00:47:15 GMT
5
5
  */
6
6
 
7
7
  $auroPrimitiveBaseTokens: (
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  Do not edit directly
3
- Generated on Fri, 16 Jan 2026 18:51:00 GMT
3
+ Generated on Wed, 21 Jan 2026 00:47:16 GMT
4
4
  */
5
5
 
6
6
  /* Properties from CSSCustomProperties--alaska.css */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:14 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ * Generated on Wed, 21 Jan 2026 00:47:14 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:14 GMT
4
4
 
5
5
  $ds-advanced-color-button-flat-text: #676767;
6
6
  $ds-advanced-color-button-flat-text-disabled: #d0d0d0;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 16 Jan 2026 18:50:59 GMT
4
+ Generated on Wed, 21 Jan 2026 00:47:14 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 16 Jan 2026 18:50:59 GMT
3
+ // Generated on Wed, 21 Jan 2026 00:47:14 GMT
4
4
 
5
5
  $as-color-atlas-100: #ebf7ff;
6
6
  $as-color-atlas-200: #aedeff;