@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.
Files changed (68) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/app/alaska.json +48 -28
  3. package/dist/app/atmos.json +48 -28
  4. package/dist/app/blueprint.json +48 -28
  5. package/dist/app/hawaiian.json +48 -28
  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/JSObject--allTokens--alaska.js +1 -1
  47. package/dist/web/JSObject--allTokens--atmos.js +1 -1
  48. package/dist/web/JSObject--allTokens--hawaiian.js +1 -1
  49. package/dist/web/JSObject--allTokens--test.js +1 -1
  50. package/dist/web/alaska.css +1 -1
  51. package/dist/web/alaska.scss +1 -1
  52. package/dist/web/atmos.css +1 -1
  53. package/dist/web/atmos.scss +1 -1
  54. package/dist/web/blueprint.css +1 -1
  55. package/dist/web/blueprint.scss +1 -1
  56. package/dist/web/hawaiian.css +1 -1
  57. package/dist/web/hawaiian.scss +1 -1
  58. package/package.json +1 -1
  59. package/processed/app/Alaska_theme.Light.json +94 -74
  60. package/processed/app/Atmos_theme.Light.json +94 -74
  61. package/processed/app/Blueprint_theme.Light.json +94 -74
  62. package/processed/app/Hawaiian_theme.Light.json +94 -74
  63. package/tokenDefinitions/figmaExports/Alaska_Classic_theme.Light.json +561 -541
  64. package/tokenDefinitions/figmaExports/Alaska_theme.Light.json +449 -429
  65. package/tokenDefinitions/figmaExports/Atmos_theme.Light.json +561 -541
  66. package/tokenDefinitions/figmaExports/Blueprint_theme.Light.json +561 -541
  67. package/tokenDefinitions/figmaExports/Hawaiian_theme.Light.json +561 -541
  68. 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
 
@@ -275,52 +275,72 @@
275
275
  "uiTokens": {
276
276
  "button": {
277
277
  "disabled": {
278
- "background": "#0000000d",
279
- "text": "#d0d0d0"
278
+ "color": {
279
+ "background": "#0000000d",
280
+ "text": "#d0d0d0"
281
+ }
280
282
  },
281
283
  "disabledInverse": {
282
- "background": "#ffffff0d",
283
- "text": "#7e8894"
284
+ "color": {
285
+ "background": "#ffffff0d",
286
+ "text": "#7e8894"
287
+ }
284
288
  },
285
289
  "primary": {
286
- "background": "#01426a",
287
- "backgroundPressed": "#00274a",
288
- "text": "#ffffff"
290
+ "color": {
291
+ "background": "#01426a",
292
+ "backgroundPressed": "#00274a",
293
+ "text": "#ffffff"
294
+ }
289
295
  },
290
296
  "primaryInverse": {
291
- "background": "#ffffff",
292
- "backgroundPressed": "#ffffffcc",
293
- "text": "#01426a"
297
+ "color": {
298
+ "background": "#ffffff",
299
+ "backgroundPressed": "#ffffffcc",
300
+ "text": "#01426a"
301
+ }
294
302
  },
295
303
  "quaternary": {
296
- "backgroundPressed": "#00274a",
297
- "text": "#01426a"
304
+ "color": {
305
+ "backgroundPressed": "#00274a",
306
+ "text": "#01426a"
307
+ }
298
308
  },
299
309
  "quaternaryInverse": {
300
- "backgroundPressed": "#00274a",
301
- "text": "#ffffff"
310
+ "color": {
311
+ "backgroundPressed": "#00274a",
312
+ "text": "#ffffff"
313
+ }
302
314
  },
303
315
  "secondary": {
304
- "background": "#ebf3f9",
305
- "backgroundPressed": "#aedeff",
306
- "text": "#01426a"
316
+ "color": {
317
+ "background": "#ebf3f9",
318
+ "backgroundPressed": "#aedeff",
319
+ "text": "#01426a"
320
+ }
307
321
  },
308
322
  "secondaryInverse": {
309
- "background": "#ebf3f9",
310
- "backgroundPressed": "#cfe0ef",
311
- "text": "#01426a"
323
+ "color": {
324
+ "background": "#ebf3f9",
325
+ "backgroundPressed": "#cfe0ef",
326
+ "text": "#01426a"
327
+ }
312
328
  },
313
329
  "tertiary": {
314
- "background": "#00000014",
315
- "backgroundPressed": "#0000001f",
316
- "border": "#dddddd",
317
- "text": "#01426a"
330
+ "color": {
331
+ "background": "#00000014",
332
+ "backgroundPressed": "#0000001f",
333
+ "border": "#dddddd",
334
+ "text": "#01426a"
335
+ }
318
336
  },
319
337
  "tertiaryInverse": {
320
- "background": "#ffffff14",
321
- "backgroundPressed": "#ffffff1f",
322
- "border": "#ffffff",
323
- "text": "#ffffff"
338
+ "color": {
339
+ "background": "#ffffff14",
340
+ "backgroundPressed": "#ffffff1f",
341
+ "border": "#ffffff",
342
+ "text": "#ffffff"
343
+ }
324
344
  }
325
345
  },
326
346
  "component": {
@@ -275,52 +275,72 @@
275
275
  "uiTokens": {
276
276
  "button": {
277
277
  "disabled": {
278
- "background": "#0000000d",
279
- "text": "#dddddd"
278
+ "color": {
279
+ "background": "#0000000d",
280
+ "text": "#dddddd"
281
+ }
280
282
  },
281
283
  "disabledInverse": {
282
- "background": "#ffffff0d",
283
- "text": "#7e8894"
284
+ "color": {
285
+ "background": "#ffffff0d",
286
+ "text": "#7e8894"
287
+ }
284
288
  },
285
289
  "primary": {
286
- "background": "#aedeff",
287
- "backgroundPressed": "#63beff",
288
- "text": "#101d2c"
290
+ "color": {
291
+ "background": "#aedeff",
292
+ "backgroundPressed": "#63beff",
293
+ "text": "#101d2c"
294
+ }
289
295
  },
290
296
  "primaryInverse": {
291
- "background": "#ffffff",
292
- "backgroundPressed": "#ffffffcc",
293
- "text": "#101d2c"
297
+ "color": {
298
+ "background": "#ffffff",
299
+ "backgroundPressed": "#ffffffcc",
300
+ "text": "#101d2c"
301
+ }
294
302
  },
295
303
  "quaternary": {
296
- "backgroundPressed": "#63beff",
297
- "text": "#101d2c"
304
+ "color": {
305
+ "backgroundPressed": "#63beff",
306
+ "text": "#101d2c"
307
+ }
298
308
  },
299
309
  "quaternaryInverse": {
300
- "backgroundPressed": "#63beff",
301
- "text": "#ffffff"
310
+ "color": {
311
+ "backgroundPressed": "#63beff",
312
+ "text": "#ffffff"
313
+ }
302
314
  },
303
315
  "secondary": {
304
- "background": "#ebf7ff",
305
- "backgroundPressed": "#aedeff",
306
- "text": "#101d2c"
316
+ "color": {
317
+ "background": "#ebf7ff",
318
+ "backgroundPressed": "#aedeff",
319
+ "text": "#101d2c"
320
+ }
307
321
  },
308
322
  "secondaryInverse": {
309
- "background": "#ebf7ff",
310
- "backgroundPressed": "#aedeff",
311
- "text": "#101d2c"
323
+ "color": {
324
+ "background": "#ebf7ff",
325
+ "backgroundPressed": "#aedeff",
326
+ "text": "#101d2c"
327
+ }
312
328
  },
313
329
  "tertiary": {
314
- "background": "#00000014",
315
- "backgroundPressed": "#0000001f",
316
- "border": "#e9e6d9",
317
- "text": "#101d2c"
330
+ "color": {
331
+ "background": "#00000014",
332
+ "backgroundPressed": "#0000001f",
333
+ "border": "#e9e6d9",
334
+ "text": "#101d2c"
335
+ }
318
336
  },
319
337
  "tertiaryInverse": {
320
- "background": "#ffffff14",
321
- "backgroundPressed": "#ffffff1f",
322
- "border": "#ffffff",
323
- "text": "#ffffff"
338
+ "color": {
339
+ "background": "#ffffff14",
340
+ "backgroundPressed": "#ffffff1f",
341
+ "border": "#ffffff",
342
+ "text": "#ffffff"
343
+ }
324
344
  }
325
345
  },
326
346
  "component": {
@@ -275,52 +275,72 @@
275
275
  "uiTokens": {
276
276
  "button": {
277
277
  "disabled": {
278
- "background": "#0000000d",
279
- "text": "#d0d0d0"
278
+ "color": {
279
+ "background": "#0000000d",
280
+ "text": "#d0d0d0"
281
+ }
280
282
  },
281
283
  "disabledInverse": {
282
- "background": "#ffffff0d",
283
- "text": "#7e7e7e"
284
+ "color": {
285
+ "background": "#ffffff0d",
286
+ "text": "#7e7e7e"
287
+ }
284
288
  },
285
289
  "primary": {
286
- "background": "#7e7e7e",
287
- "backgroundPressed": "#525252",
288
- "text": "#ffffff"
290
+ "color": {
291
+ "background": "#7e7e7e",
292
+ "backgroundPressed": "#525252",
293
+ "text": "#ffffff"
294
+ }
289
295
  },
290
296
  "primaryInverse": {
291
- "background": "#ffffff",
292
- "backgroundPressed": "#ffffffcc",
293
- "text": "#7e7e7e"
297
+ "color": {
298
+ "background": "#ffffff",
299
+ "backgroundPressed": "#ffffffcc",
300
+ "text": "#7e7e7e"
301
+ }
294
302
  },
295
303
  "quaternary": {
296
- "backgroundPressed": "#525252",
297
- "text": "#7e7e7e"
304
+ "color": {
305
+ "backgroundPressed": "#525252",
306
+ "text": "#7e7e7e"
307
+ }
298
308
  },
299
309
  "quaternaryInverse": {
300
- "backgroundPressed": "#525252",
301
- "text": "#ffffff"
310
+ "color": {
311
+ "backgroundPressed": "#525252",
312
+ "text": "#ffffff"
313
+ }
302
314
  },
303
315
  "secondary": {
304
- "background": "#dddddd",
305
- "backgroundPressed": "#f2f2f2",
306
- "text": "#7e7e7e"
316
+ "color": {
317
+ "background": "#dddddd",
318
+ "backgroundPressed": "#f2f2f2",
319
+ "text": "#7e7e7e"
320
+ }
307
321
  },
308
322
  "secondaryInverse": {
309
- "background": "#dddddd",
310
- "backgroundPressed": "#c5c5c5",
311
- "text": "#7e7e7e"
323
+ "color": {
324
+ "background": "#dddddd",
325
+ "backgroundPressed": "#c5c5c5",
326
+ "text": "#7e7e7e"
327
+ }
312
328
  },
313
329
  "tertiary": {
314
- "background": "#00000014",
315
- "backgroundPressed": "#0000001f",
316
- "border": "#dddddd",
317
- "text": "#7e7e7e"
330
+ "color": {
331
+ "background": "#00000014",
332
+ "backgroundPressed": "#0000001f",
333
+ "border": "#dddddd",
334
+ "text": "#7e7e7e"
335
+ }
318
336
  },
319
337
  "tertiaryInverse": {
320
- "background": "#ffffff14",
321
- "backgroundPressed": "#ffffff1f",
322
- "border": "#ffffff",
323
- "text": "#ffffff"
338
+ "color": {
339
+ "background": "#ffffff14",
340
+ "backgroundPressed": "#ffffff1f",
341
+ "border": "#ffffff",
342
+ "text": "#ffffff"
343
+ }
324
344
  }
325
345
  },
326
346
  "component": {
@@ -275,52 +275,72 @@
275
275
  "uiTokens": {
276
276
  "button": {
277
277
  "disabled": {
278
- "background": "#0000000d",
279
- "text": "#d0d0d0"
278
+ "color": {
279
+ "background": "#0000000d",
280
+ "text": "#d0d0d0"
281
+ }
280
282
  },
281
283
  "disabledInverse": {
282
- "background": "#ffffff0d",
283
- "text": "#7e8894"
284
+ "color": {
285
+ "background": "#ffffff0d",
286
+ "text": "#7e8894"
287
+ }
284
288
  },
285
289
  "primary": {
286
- "background": "#ce0c88",
287
- "backgroundPressed": "#831a57",
288
- "text": "#ffffff"
290
+ "color": {
291
+ "background": "#ce0c88",
292
+ "backgroundPressed": "#831a57",
293
+ "text": "#ffffff"
294
+ }
289
295
  },
290
296
  "primaryInverse": {
291
- "background": "#ffffff",
292
- "backgroundPressed": "#ffffffcc",
293
- "text": "#463c8f"
297
+ "color": {
298
+ "background": "#ffffff",
299
+ "backgroundPressed": "#ffffffcc",
300
+ "text": "#463c8f"
301
+ }
294
302
  },
295
303
  "quaternary": {
296
- "backgroundPressed": "#831a57",
297
- "text": "#ce0c88"
304
+ "color": {
305
+ "backgroundPressed": "#831a57",
306
+ "text": "#ce0c88"
307
+ }
298
308
  },
299
309
  "quaternaryInverse": {
300
- "backgroundPressed": "#831a57",
301
- "text": "#ffffff"
310
+ "color": {
311
+ "backgroundPressed": "#831a57",
312
+ "text": "#ffffff"
313
+ }
302
314
  },
303
315
  "secondary": {
304
- "background": "#fdf1f8",
305
- "backgroundPressed": "#ccc5e0",
306
- "text": "#ce0c88"
316
+ "color": {
317
+ "background": "#fdf1f8",
318
+ "backgroundPressed": "#ccc5e0",
319
+ "text": "#ce0c88"
320
+ }
307
321
  },
308
322
  "secondaryInverse": {
309
- "background": "#fdf1f8",
310
- "backgroundPressed": "#fad8eb",
311
- "text": "#ce0c88"
323
+ "color": {
324
+ "background": "#fdf1f8",
325
+ "backgroundPressed": "#fad8eb",
326
+ "text": "#ce0c88"
327
+ }
312
328
  },
313
329
  "tertiary": {
314
- "background": "#00000014",
315
- "backgroundPressed": "#0000001f",
316
- "border": "#dddddd",
317
- "text": "#ce0c88"
330
+ "color": {
331
+ "background": "#00000014",
332
+ "backgroundPressed": "#0000001f",
333
+ "border": "#dddddd",
334
+ "text": "#ce0c88"
335
+ }
318
336
  },
319
337
  "tertiaryInverse": {
320
- "background": "#ffffff14",
321
- "backgroundPressed": "#ffffff1f",
322
- "border": "#ffffff",
323
- "text": "#ffffff"
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 Tue, 13 Jan 2026 19:44:44 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:22 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Jan 2026 19:44:45 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:22 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Jan 2026 19:44:45 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:22 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Jan 2026 19:44:45 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:22 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Jan 2026 19:44:45 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:22 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Jan 2026 19:44:45 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:22 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 Tue, 13 Jan 2026 19:44:44 GMT
4
+ * Generated on Fri, 16 Jan 2026 00:21:22 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 Tue, 13 Jan 2026 19:44:44 GMT
3
+ // Generated on Fri, 16 Jan 2026 00:21:22 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 Tue, 13 Jan 2026 19:44:44 GMT
4
+ Generated on Fri, 16 Jan 2026 00:21:22 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Jan 2026 19:44:45 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:22 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Jan 2026 19:44:45 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:22 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Jan 2026 19:44:45 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:22 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 13 Jan 2026 19:44:45 GMT
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;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Tue, 13 Jan 2026 19:44:45 GMT
4
+ Generated on Fri, 16 Jan 2026 00:21:22 GMT
5
5
  */
6
6
 
7
7
  $auroPrimitiveBaseTokens: (
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  Do not edit directly
3
- Generated on Tue, 13 Jan 2026 19:44:45 GMT
3
+ Generated on Fri, 16 Jan 2026 00:21:23 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 Tue, 13 Jan 2026 19:44:44 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:21 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Jan 2026 19:44:44 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:21 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 13 Jan 2026 19:44:44 GMT
3
+ // Generated on Fri, 16 Jan 2026 00:21:21 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 Tue, 13 Jan 2026 19:44:44 GMT
4
+ Generated on Fri, 16 Jan 2026 00:21:21 GMT
5
5
  */
6
6
 
7
7
  $auroTokens: (
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 13 Jan 2026 19:44:44 GMT
3
+ // Generated on Fri, 16 Jan 2026 00:21:21 GMT
4
4
 
5
5
  $as-color-atlas-100: #ebf7ff;
6
6
  $as-color-atlas-200: #aedeff;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Jan 2026 19:44:44 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:21 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 13 Jan 2026 19:44:44 GMT
3
+ * Generated on Fri, 16 Jan 2026 00:21:21 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 13 Jan 2026 19:44:44 GMT
3
+ // Generated on Fri, 16 Jan 2026 00:21:21 GMT
4
4
 
5
5
  $ds-advanced-color-button-flat-text: #676767;
6
6
  $ds-advanced-color-button-flat-text-disabled: #d0d0d0;