@aurodesignsystem/design-tokens 8.8.0 → 8.8.2

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 (57) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/legacy/auro-classic/CSSCustomProperties.css +1 -1
  3. package/dist/legacy/auro-classic/CSSSizeCustomProperties.css +1 -1
  4. package/dist/legacy/auro-classic/JSData--color.js +1 -1
  5. package/dist/legacy/auro-classic/JSObject--allTokens.js +1 -1
  6. package/dist/legacy/auro-classic/JSObject--deprecated.js +1 -1
  7. package/dist/legacy/auro-classic/JSVariables--color.js +1 -1
  8. package/dist/legacy/auro-classic/SCSSVariableMap.scss +1 -1
  9. package/dist/legacy/auro-classic/SCSSVariables.scss +1 -1
  10. package/dist/legacy/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  11. package/dist/legacy/auro-classic/SassCustomProperties.scss +1 -1
  12. package/dist/legacy/auro-classic/SassSizeCustomProperties.scss +1 -1
  13. package/dist/primitives/base/JSObject--allTokens.js +1 -1
  14. package/dist/primitives/base/SCSSVariables--primitivesBase.scss +1 -1
  15. package/dist/primitives/base/SCSSVariablesMapFlat--primitivesBase.scss +1 -1
  16. package/dist/themes/CSSCustomProperties--bundled.css +1 -1
  17. package/dist/themes/alaska/CSSCustomProperties--alaska.css +1 -1
  18. package/dist/themes/alaska/JSObject--allTokens.js +1 -1
  19. package/dist/themes/alaska/SCSSVariables--alaska.scss +1 -1
  20. package/dist/themes/alaska/SCSSVariablesMapFlat--alaska.scss +1 -1
  21. package/dist/themes/alaska/primitives--alaska.scss +1 -1
  22. package/dist/themes/alaska-classic/CSSCustomProperties--alaskaClassic.css +1 -1
  23. package/dist/themes/alaska-classic/JSObject--allTokens.js +1 -1
  24. package/dist/themes/alaska-classic/SCSSVariables--alaskaClassic.scss +1 -1
  25. package/dist/themes/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +1 -1
  26. package/dist/themes/alaska-classic/primitives--alaskaClassic.scss +1 -1
  27. package/dist/themes/auro-1/CSSCustomProperties--auro1.css +1 -1
  28. package/dist/themes/auro-1/JSObject--allTokens.js +1 -1
  29. package/dist/themes/auro-1/SCSSVariables--auro1.scss +1 -1
  30. package/dist/themes/auro-1/SCSSVariablesMapFlat--auro1.scss +1 -1
  31. package/dist/themes/auro-1/primitives--auro1.scss +1 -1
  32. package/dist/themes/auro-2/CSSCustomProperties--auro2.css +1 -1
  33. package/dist/themes/auro-2/JSObject--allTokens.js +1 -1
  34. package/dist/themes/auro-2/SCSSVariables--auro2.scss +1 -1
  35. package/dist/themes/auro-2/SCSSVariablesMapFlat--auro2.scss +1 -1
  36. package/dist/themes/auro-2/primitives--auro2.scss +1 -1
  37. package/dist/themes/hawaiian/CSSCustomProperties--hawaiian.css +1 -1
  38. package/dist/themes/hawaiian/JSObject--allTokens.js +1 -1
  39. package/dist/themes/hawaiian/SCSSVariables--hawaiian.scss +1 -1
  40. package/dist/themes/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +1 -1
  41. package/dist/themes/hawaiian/primitives--hawaiian.scss +1 -1
  42. package/dist/{figmaExport/web/Alaska.css → web/alaska.css} +1 -1
  43. package/dist/{figmaExport/web/Alaska.scss → web/alaska.scss} +1 -1
  44. package/dist/{figmaExport/web/Atmos.css → web/atmos.css} +1 -1
  45. package/dist/{figmaExport/web/Atmos.scss → web/atmos.scss} +1 -1
  46. package/dist/{figmaExport/web/Hawaiian.css → web/hawaiian.css} +1 -1
  47. package/dist/{figmaExport/web/Hawaiian.scss → web/hawaiian.scss} +1 -1
  48. package/outputConfigs/app/alaska.json +1 -1
  49. package/outputConfigs/app/atmos.json +1 -1
  50. package/outputConfigs/app/hawaiian.json +1 -1
  51. package/outputConfigs/web/alaska.json +4 -4
  52. package/outputConfigs/web/atmos.json +4 -4
  53. package/outputConfigs/web/hawaiian.json +4 -4
  54. package/package.json +1 -1
  55. /package/dist/{figmaExport/app → app}/alaska.json +0 -0
  56. /package/dist/{figmaExport/app → app}/atmos.json +0 -0
  57. /package/dist/{figmaExport/app → app}/hawaiian.json +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ ## [8.8.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.8.1...v8.8.2) (2026-01-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * restore casing for build script ([c6eba14](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/c6eba14d4697b645e859be0d783af66752d8dd94))
9
+
10
+ ## [8.8.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.8.0...v8.8.1) (2026-01-02)
11
+
12
+
13
+ ### Performance Improvements
14
+
15
+ * lowercase token file names and sources in JSON config files ([c49c5fc](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/c49c5fc68b8307224fc3f7d467e533375787e7f8))
16
+
3
17
  # [8.8.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.7.0...v8.8.0) (2026-01-02)
4
18
 
5
19
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04:14 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, 02 Jan 2026 17:45:44 GMT
4
+ * Generated on Fri, 02 Jan 2026 20:04:14 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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 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, 02 Jan 2026 17:45:44 GMT
4
+ Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 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, 02 Jan 2026 17:45:44 GMT
4
+ Generated on Fri, 02 Jan 2026 20:04:14 GMT
5
5
  */
6
6
 
7
7
  $auroPrimitiveBaseTokens: (
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  Do not edit directly
3
- Generated on Fri, 02 Jan 2026 17:45:32 GMT
3
+ Generated on Fri, 02 Jan 2026 20:04:02 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, 02 Jan 2026 17:45:43 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:43 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:43 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:43 GMT
4
+ Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:43 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 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 Fri, 02 Jan 2026 17:45:43 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:43 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:43 GMT
4
+ Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 GMT
4
4
 
5
5
  $asc-color-atlas-100: #ebf7ff;
6
6
  $asc-color-atlas-200: #aedeff;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 GMT
4
4
 
5
5
  $ds-advanced-color-button-flat-text: #6a717c;
6
6
  $ds-advanced-color-button-flat-text-disabled: #585e67;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 02 Jan 2026 17:45:44 GMT
4
+ Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 GMT
4
4
 
5
5
  $a1-color-atlas-100: #ebf7ff;
6
6
  $a1-color-atlas-200: #aedeff;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 GMT
4
4
 
5
5
  $ds-advanced-color-button-flat-text: #6a717c;
6
6
  $ds-advanced-color-button-flat-text-disabled: #585e67;
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Fri, 02 Jan 2026 17:45:44 GMT
4
+ Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 GMT
4
4
 
5
5
  $a2-color-atlas-100: #ebf7ff;
6
6
  $a2-color-atlas-200: #aedeff;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
4
+ Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 GMT
4
4
 
5
5
  $ha-color-alohapink-100: #fdf1f8;
6
6
  $ha-color-alohapink-200: #fad8eb;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 GMT
4
4
 
5
5
  $ds-advanced-color-accents-accent1: #B2D583;
6
6
  $ds-advanced-color-accents-accent1-bold: #92C450;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 GMT
4
4
 
5
5
  $ds-advanced-color-accents-accent1: #C2D5D6;
6
6
  $ds-advanced-color-accents-accent1-bold: #3D7A7D;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 02 Jan 2026 17:45:44 GMT
3
+ * Generated on Fri, 02 Jan 2026 20:04: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, 02 Jan 2026 17:45:44 GMT
3
+ // Generated on Fri, 02 Jan 2026 20:04:14 GMT
4
4
 
5
5
  $ds-advanced-color-accents-accent1: #8EC891;
6
6
  $ds-advanced-color-accents-accent1-bold: #5DB060;
@@ -6,7 +6,7 @@
6
6
  "JSONVariables": {
7
7
  "transformGroup": "css",
8
8
  "comment": "File type: JSON",
9
- "buildPath": "./dist/figmaExport/app/",
9
+ "buildPath": "./dist/app/",
10
10
  "files": [
11
11
  {
12
12
  "destination": "alaska.json",
@@ -6,7 +6,7 @@
6
6
  "JSONVariables": {
7
7
  "transformGroup": "css",
8
8
  "comment": "File type: JSON",
9
- "buildPath": "./dist/figmaExport/app/",
9
+ "buildPath": "./dist/app/",
10
10
  "files": [
11
11
  {
12
12
  "destination": "atmos.json",
@@ -6,7 +6,7 @@
6
6
  "JSONVariables": {
7
7
  "transformGroup": "css",
8
8
  "comment": "File type: JSON",
9
- "buildPath": "./dist/figmaExport/app/",
9
+ "buildPath": "./dist/app/",
10
10
  "files": [
11
11
  {
12
12
  "destination": "hawaiian.json",
@@ -6,10 +6,10 @@
6
6
  "transformGroup": "scss",
7
7
  "prefix": "ds",
8
8
  "comment": "File type: SCSS; variable type: Sass",
9
- "buildPath": "./dist/figmaExport/web/",
9
+ "buildPath": "./dist/web/",
10
10
  "files": [
11
11
  {
12
- "destination": "Alaska.scss",
12
+ "destination": "alaska.scss",
13
13
  "format": "scss/variables"
14
14
  }
15
15
  ]
@@ -18,10 +18,10 @@
18
18
  "transformGroup": "css",
19
19
  "prefix": "ds",
20
20
  "comment": "File type: CSS; variable type: CSS",
21
- "buildPath": "./dist/figmaExport/web/",
21
+ "buildPath": "./dist/web/",
22
22
  "files": [
23
23
  {
24
- "destination": "Alaska.css",
24
+ "destination": "alaska.css",
25
25
  "format": "css/variables"
26
26
  }
27
27
  ]
@@ -6,10 +6,10 @@
6
6
  "transformGroup": "scss",
7
7
  "prefix": "ds",
8
8
  "comment": "File type: SCSS; variable type: Sass",
9
- "buildPath": "./dist/figmaExport/web/",
9
+ "buildPath": "./dist/web/",
10
10
  "files": [
11
11
  {
12
- "destination": "Atmos.scss",
12
+ "destination": "atmos.scss",
13
13
  "format": "scss/variables"
14
14
  }
15
15
  ]
@@ -18,10 +18,10 @@
18
18
  "transformGroup": "css",
19
19
  "prefix": "ds",
20
20
  "comment": "File type: CSS; variable type: CSS",
21
- "buildPath": "./dist/figmaExport/web/",
21
+ "buildPath": "./dist/web/",
22
22
  "files": [
23
23
  {
24
- "destination": "Atmos.css",
24
+ "destination": "atmos.css",
25
25
  "format": "css/variables"
26
26
  }
27
27
  ]
@@ -6,10 +6,10 @@
6
6
  "transformGroup": "scss",
7
7
  "prefix": "ds",
8
8
  "comment": "File type: SCSS; variable type: Sass",
9
- "buildPath": "./dist/figmaExport/web/",
9
+ "buildPath": "./dist/web/",
10
10
  "files": [
11
11
  {
12
- "destination": "Hawaiian.scss",
12
+ "destination": "hawaiian.scss",
13
13
  "format": "scss/variables"
14
14
  }
15
15
  ]
@@ -18,10 +18,10 @@
18
18
  "transformGroup": "css",
19
19
  "prefix": "ds",
20
20
  "comment": "File type: CSS; variable type: CSS",
21
- "buildPath": "./dist/figmaExport/web/",
21
+ "buildPath": "./dist/web/",
22
22
  "files": [
23
23
  {
24
- "destination": "Hawaiian.css",
24
+ "destination": "hawaiian.css",
25
25
  "format": "css/variables"
26
26
  }
27
27
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem/design-tokens",
3
- "version": "8.8.0",
3
+ "version": "8.8.2",
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",
File without changes
File without changes
File without changes