@aurodesignsystem/design-tokens 8.21.2 → 9.0.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 +12 -0
- package/dist/app/alaskaLight.json +2 -1
- package/dist/app/atmosLight.json +2 -1
- package/dist/app/hawaiianLight.json +2 -1
- package/dist/app/test.json +2 -1
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Semantic Release Automated Changelog
|
|
2
2
|
|
|
3
|
+
# [9.0.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.21.2...v9.0.0) (2026-06-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **themes:** add analytics metadata, drop unused iconUrl ([ac471a7](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/ac471a77213cc091c4753f9495383245d98defff))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### BREAKING CHANGES
|
|
12
|
+
|
|
13
|
+
* **themes:** themeMetadata.iconUrl is no longer emitted in dist/app/{alaskaLight,hawaiianLight,atmosLight,test}.json.
|
|
14
|
+
|
|
3
15
|
## [8.21.2](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.21.1...v8.21.2) (2026-06-12)
|
|
4
16
|
|
|
5
17
|
|
|
@@ -303,9 +303,10 @@
|
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
"themeMetadata": {
|
|
306
|
+
"analyticsBrandVariable": "AS-Light",
|
|
307
|
+
"analyticsTrackingPrefix": "AS_",
|
|
306
308
|
"code": "asLight",
|
|
307
309
|
"displayName": "Alaska Airlines",
|
|
308
|
-
"iconUrl": "https://images.contentstack.io/v3/assets/blt2cefe12c88e9dd91/blt52aa7bbcad1a728f/favicon.ico",
|
|
309
310
|
"name": "Alaska Airlines",
|
|
310
311
|
"webviewCode": "renderingContext.rootTheme.alaska"
|
|
311
312
|
},
|
package/dist/app/atmosLight.json
CHANGED
|
@@ -303,9 +303,10 @@
|
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
"themeMetadata": {
|
|
306
|
+
"analyticsBrandVariable": "Atmos-Light",
|
|
307
|
+
"analyticsTrackingPrefix": "Atmos_",
|
|
306
308
|
"code": "atmosLight",
|
|
307
309
|
"displayName": "Atmos Rewards",
|
|
308
|
-
"iconUrl": "https://images.contentstack.io/v3/assets/blt2cefe12c88e9dd91/blt745797a1be05e381/atmos-favicon.ico",
|
|
309
310
|
"name": "Atmos Rewards",
|
|
310
311
|
"webviewCode": "renderingContext.rootTheme.atmos"
|
|
311
312
|
},
|
|
@@ -303,9 +303,10 @@
|
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
"themeMetadata": {
|
|
306
|
+
"analyticsBrandVariable": "HA-Light",
|
|
307
|
+
"analyticsTrackingPrefix": "HA_",
|
|
306
308
|
"code": "haLight",
|
|
307
309
|
"displayName": "Hawaiian Airlines",
|
|
308
|
-
"iconUrl": "https://resource.alaskaair.net/v3/assets/blt2cefe12c88e9dd91/blt9c8b19b678650fc0/68dadf0eb0736f7fefe5fdb3/ha_favicon.ico",
|
|
309
310
|
"name": "Hawaiian Airlines",
|
|
310
311
|
"webviewCode": "renderingContext.rootTheme.hawaiian"
|
|
311
312
|
},
|
package/dist/app/test.json
CHANGED
|
@@ -303,9 +303,10 @@
|
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
"themeMetadata": {
|
|
306
|
+
"analyticsBrandVariable": "TEST",
|
|
307
|
+
"analyticsTrackingPrefix": "Test_",
|
|
306
308
|
"code": "TEST",
|
|
307
309
|
"displayName": "Test",
|
|
308
|
-
"iconUrl": "https://generalaviationnews.s3.amazonaws.com/uploads/2016/02/Alaska-Airlines-logo-old.jpeg",
|
|
309
310
|
"name": "Test theme",
|
|
310
311
|
"webviewCode": "renderingContext.rootTheme.test"
|
|
311
312
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem/design-tokens",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.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",
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "npm run build:processFigmaExport && npm run test:tokens && npm run build:tokens && npm run transform:css",
|
|
39
|
-
"build:ci": "npm-run-all sweep test build:tokens",
|
|
40
39
|
"build:processFigmaExport": "node scripts/processFigmaExport.mjs",
|
|
41
40
|
"build:tokens": "node scripts/styleDictionary.mjs",
|
|
42
41
|
"transform:css": "node scripts/transformCSS.mjs",
|