@aurodesignsystem/design-tokens 8.15.0 → 8.16.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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ # [8.16.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.15.1...v8.16.0) (2026-03-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * add multi-theme selector rewriting for web CSS files [#430](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/430) ([e86896c](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/e86896c03837128aa80010aac6c91a31ac132424)), closes [AB#1504036](https://github.com/AB/issues/1504036)
9
+
10
+ ## [8.15.1](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.15.0...v8.15.1) (2026-02-05)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * app token name casing AB[#1475780](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/1475780) ([176b593](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/176b5933a63e789979ce860e71376a4f1f17d327))
16
+
3
17
  # [8.15.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.14.2...v8.15.0) (2026-01-29)
4
18
 
5
19
 
@@ -25,11 +25,11 @@
25
25
  "tertiarySubtle": "#c9e1a7"
26
26
  },
27
27
  "fare": {
28
- "basiceconomy": "#97eaf8",
28
+ "basicEconomy": "#97eaf8",
29
29
  "business": "#01426a",
30
30
  "economy": "#0074ca",
31
31
  "first": "#00274a",
32
- "premiumeconomy": "#005154"
32
+ "premiumEconomy": "#005154"
33
33
  },
34
34
  "pageBackground": {
35
35
  "standard": "#ffffff",
@@ -44,7 +44,7 @@
44
44
  "success": "#447a1f",
45
45
  "successSubtle": "#d6eac7",
46
46
  "warning": "#fac200",
47
- "warningSubtle": "#fff0b2"
47
+ "warningSubtle": "#fff6d2"
48
48
  },
49
49
  "surface": {
50
50
  "accent1": "#5de3f7",
@@ -60,7 +60,7 @@
60
60
  "standard": "#ffffff"
61
61
  },
62
62
  "textIcon": {
63
- "accent1": "#265688",
63
+ "accent1": "#01426a",
64
64
  "disabled": "#d0d0d0",
65
65
  "inverse": "#ffffff",
66
66
  "inverseDisabled": "#7e8894",
@@ -73,11 +73,11 @@
73
73
  "standard": "#2a2a2a"
74
74
  },
75
75
  "tierProgram": {
76
- "loungetier": {
76
+ "loungeTier": {
77
77
  "lounge": "#01426a",
78
- "loungeplus": "#53b390"
78
+ "loungePlus": "#53b390"
79
79
  },
80
- "loyaltytier": {
80
+ "loyaltyTier": {
81
81
  "gold": "#fbdc7a",
82
82
  "goldMuted": "#fdefc4",
83
83
  "platinum": "#bcb8a4",
@@ -109,35 +109,35 @@
109
109
  "letterSpacing": 1.4,
110
110
  "lineHeight": "130%"
111
111
  },
112
- "accentlg": {
112
+ "accentLg": {
113
113
  "fontFamily": "Good OT",
114
114
  "fontSize": 24,
115
115
  "fontWeight": "Cond News",
116
116
  "letterSpacing": 1.2,
117
117
  "lineHeight": "130%"
118
118
  },
119
- "accentmd": {
119
+ "accentMd": {
120
120
  "fontFamily": "Good OT",
121
121
  "fontSize": 22,
122
122
  "fontWeight": "Cond Medium",
123
123
  "letterSpacing": 1.1,
124
124
  "lineHeight": "130%"
125
125
  },
126
- "accentsm": {
126
+ "accentSm": {
127
127
  "fontFamily": "Good OT",
128
128
  "fontSize": 18,
129
129
  "fontWeight": "Cond Medium",
130
130
  "letterSpacing": 0.9,
131
131
  "lineHeight": "130%"
132
132
  },
133
- "accentxl": {
133
+ "accentXl": {
134
134
  "fontFamily": "Good OT",
135
135
  "fontSize": 26,
136
136
  "fontWeight": "Cond News",
137
137
  "letterSpacing": 1.3,
138
138
  "lineHeight": "130%"
139
139
  },
140
- "accentxs": {
140
+ "accentXs": {
141
141
  "fontFamily": "Good OT",
142
142
  "fontSize": 16,
143
143
  "fontWeight": "Cond Medium",
@@ -151,28 +151,28 @@
151
151
  "letterSpacing": 0,
152
152
  "lineHeight": 14
153
153
  },
154
- "bodydefault": {
154
+ "bodyDefault": {
155
155
  "fontFamily": "AS Circular",
156
156
  "fontSize": 16,
157
157
  "fontWeight": "Book",
158
158
  "letterSpacing": 0,
159
159
  "lineHeight": 24
160
160
  },
161
- "bodylg": {
161
+ "bodyLg": {
162
162
  "fontFamily": "AS Circular",
163
163
  "fontSize": 18,
164
164
  "fontWeight": "Book",
165
165
  "letterSpacing": 0,
166
166
  "lineHeight": 26
167
167
  },
168
- "bodysm": {
168
+ "bodySm": {
169
169
  "fontFamily": "AS Circular",
170
170
  "fontSize": 14,
171
171
  "fontWeight": "Book",
172
172
  "letterSpacing": 0,
173
173
  "lineHeight": 20
174
174
  },
175
- "bodyxs": {
175
+ "bodyXs": {
176
176
  "fontFamily": "AS Circular",
177
177
  "fontSize": 12,
178
178
  "fontWeight": "Book",
@@ -186,35 +186,35 @@
186
186
  "letterSpacing": 0,
187
187
  "lineHeight": "130%"
188
188
  },
189
- "displaylg": {
189
+ "displayLg": {
190
190
  "fontFamily": "AS Circular",
191
191
  "fontSize": 44,
192
192
  "fontWeight": "Light",
193
193
  "letterSpacing": 0,
194
194
  "lineHeight": "130%"
195
195
  },
196
- "displaymd": {
196
+ "displayMd": {
197
197
  "fontFamily": "AS Circular",
198
198
  "fontSize": 40,
199
199
  "fontWeight": "Light",
200
200
  "letterSpacing": 0,
201
201
  "lineHeight": "130%"
202
202
  },
203
- "displaysm": {
203
+ "displaySm": {
204
204
  "fontFamily": "AS Circular",
205
205
  "fontSize": 32,
206
206
  "fontWeight": "Light",
207
207
  "letterSpacing": 0,
208
208
  "lineHeight": "130%"
209
209
  },
210
- "displayxl": {
210
+ "displayXl": {
211
211
  "fontFamily": "AS Circular",
212
212
  "fontSize": 48,
213
213
  "fontWeight": "Light",
214
214
  "letterSpacing": 0,
215
215
  "lineHeight": "130%"
216
216
  },
217
- "displayxs": {
217
+ "displayXs": {
218
218
  "fontFamily": "AS Circular",
219
219
  "fontSize": 28,
220
220
  "fontWeight": "Light",
@@ -228,35 +228,35 @@
228
228
  "letterSpacing": 0,
229
229
  "lineHeight": "130%"
230
230
  },
231
- "headinglg": {
231
+ "headingLg": {
232
232
  "fontFamily": "AS Circular",
233
233
  "fontSize": 28,
234
234
  "fontWeight": "Light",
235
235
  "letterSpacing": 0,
236
236
  "lineHeight": "130%"
237
237
  },
238
- "headingmd": {
238
+ "headingMd": {
239
239
  "fontFamily": "AS Circular",
240
240
  "fontSize": 26,
241
241
  "fontWeight": "Light",
242
242
  "letterSpacing": 0,
243
243
  "lineHeight": "130%"
244
244
  },
245
- "headingsm": {
245
+ "headingSm": {
246
246
  "fontFamily": "AS Circular",
247
247
  "fontSize": 22,
248
248
  "fontWeight": "Light",
249
249
  "letterSpacing": 0,
250
250
  "lineHeight": "130%"
251
251
  },
252
- "headingxl": {
252
+ "headingXl": {
253
253
  "fontFamily": "AS Circular",
254
254
  "fontSize": 32,
255
255
  "fontWeight": "Light",
256
256
  "letterSpacing": 0,
257
257
  "lineHeight": "130%"
258
258
  },
259
- "headingxs": {
259
+ "headingXs": {
260
260
  "fontFamily": "AS Circular",
261
261
  "fontSize": 20,
262
262
  "fontWeight": "Book",
@@ -25,11 +25,11 @@
25
25
  "tertiarySubtle": "#e9e6d9"
26
26
  },
27
27
  "fare": {
28
- "basiceconomy": "#97eaf8",
28
+ "basicEconomy": "#97eaf8",
29
29
  "business": "#002c4e",
30
30
  "economy": "#0074ca",
31
31
  "first": "#101d2c",
32
- "premiumeconomy": "#005154"
32
+ "premiumEconomy": "#005154"
33
33
  },
34
34
  "pageBackground": {
35
35
  "standard": "#ffffff",
@@ -38,13 +38,13 @@
38
38
  "status": {
39
39
  "error": "#e31f26",
40
40
  "errorSubtle": "#fbc6c6",
41
- "info": "#c7d6e5",
42
- "infoSubtle": "#ebf7ff",
41
+ "info": "#007db1",
42
+ "infoSubtle": "#e8f2f8",
43
43
  "standard": "#afb9c6",
44
44
  "success": "#447a1f",
45
45
  "successSubtle": "#d6eac7",
46
46
  "warning": "#fac200",
47
- "warningSubtle": "#fff0b2"
47
+ "warningSubtle": "#fff6d2"
48
48
  },
49
49
  "surface": {
50
50
  "accent1": "#c7d6e5",
@@ -73,11 +73,11 @@
73
73
  "standard": "#101d2c"
74
74
  },
75
75
  "tierProgram": {
76
- "loungetier": {
76
+ "loungeTier": {
77
77
  "lounge": "#01426a",
78
- "loungeplus": "#53b390"
78
+ "loungePlus": "#53b390"
79
79
  },
80
- "loyaltytier": {
80
+ "loyaltyTier": {
81
81
  "gold": "#fbdc7a",
82
82
  "goldMuted": "#fdefc4",
83
83
  "platinum": "#bcb8a4",
@@ -109,35 +109,35 @@
109
109
  "letterSpacing": 1.4,
110
110
  "lineHeight": "130%"
111
111
  },
112
- "accentlg": {
112
+ "accentLg": {
113
113
  "fontFamily": "AS Circular",
114
114
  "fontSize": 24,
115
115
  "fontWeight": "Medium",
116
116
  "letterSpacing": 1.2,
117
117
  "lineHeight": "130%"
118
118
  },
119
- "accentmd": {
119
+ "accentMd": {
120
120
  "fontFamily": "AS Circular",
121
121
  "fontSize": 22,
122
122
  "fontWeight": "Medium",
123
123
  "letterSpacing": 1.1,
124
124
  "lineHeight": "130%"
125
125
  },
126
- "accentsm": {
126
+ "accentSm": {
127
127
  "fontFamily": "AS Circular",
128
128
  "fontSize": 18,
129
129
  "fontWeight": "Medium",
130
130
  "letterSpacing": 0.9,
131
131
  "lineHeight": "130%"
132
132
  },
133
- "accentxl": {
133
+ "accentXl": {
134
134
  "fontFamily": "AS Circular",
135
135
  "fontSize": 26,
136
136
  "fontWeight": "Medium",
137
137
  "letterSpacing": 1.3,
138
138
  "lineHeight": "130%"
139
139
  },
140
- "accentxs": {
140
+ "accentXs": {
141
141
  "fontFamily": "AS Circular",
142
142
  "fontSize": 16,
143
143
  "fontWeight": "Medium",
@@ -151,28 +151,28 @@
151
151
  "letterSpacing": 0,
152
152
  "lineHeight": 14
153
153
  },
154
- "bodydefault": {
154
+ "bodyDefault": {
155
155
  "fontFamily": "AS Circular",
156
156
  "fontSize": 16,
157
157
  "fontWeight": "Book",
158
158
  "letterSpacing": 0,
159
159
  "lineHeight": 24
160
160
  },
161
- "bodylg": {
161
+ "bodyLg": {
162
162
  "fontFamily": "AS Circular",
163
163
  "fontSize": 18,
164
164
  "fontWeight": "Book",
165
165
  "letterSpacing": 0,
166
166
  "lineHeight": 26
167
167
  },
168
- "bodysm": {
168
+ "bodySm": {
169
169
  "fontFamily": "AS Circular",
170
170
  "fontSize": 14,
171
171
  "fontWeight": "Book",
172
172
  "letterSpacing": 0,
173
173
  "lineHeight": 20
174
174
  },
175
- "bodyxs": {
175
+ "bodyXs": {
176
176
  "fontFamily": "AS Circular",
177
177
  "fontSize": 12,
178
178
  "fontWeight": "Book",
@@ -186,35 +186,35 @@
186
186
  "letterSpacing": 0,
187
187
  "lineHeight": "130%"
188
188
  },
189
- "displaylg": {
189
+ "displayLg": {
190
190
  "fontFamily": "Teodor",
191
191
  "fontSize": 44,
192
192
  "fontWeight": "Light",
193
193
  "letterSpacing": 0,
194
194
  "lineHeight": "130%"
195
195
  },
196
- "displaymd": {
196
+ "displayMd": {
197
197
  "fontFamily": "Teodor",
198
198
  "fontSize": 40,
199
199
  "fontWeight": "Light",
200
200
  "letterSpacing": 0,
201
201
  "lineHeight": "130%"
202
202
  },
203
- "displaysm": {
203
+ "displaySm": {
204
204
  "fontFamily": "Teodor",
205
205
  "fontSize": 32,
206
206
  "fontWeight": "Light",
207
207
  "letterSpacing": 0,
208
208
  "lineHeight": "130%"
209
209
  },
210
- "displayxl": {
210
+ "displayXl": {
211
211
  "fontFamily": "Teodor",
212
212
  "fontSize": 48,
213
213
  "fontWeight": "Light",
214
214
  "letterSpacing": 0,
215
215
  "lineHeight": "130%"
216
216
  },
217
- "displayxs": {
217
+ "displayXs": {
218
218
  "fontFamily": "Teodor",
219
219
  "fontSize": 28,
220
220
  "fontWeight": "Light",
@@ -228,35 +228,35 @@
228
228
  "letterSpacing": 0,
229
229
  "lineHeight": "130%"
230
230
  },
231
- "headinglg": {
231
+ "headingLg": {
232
232
  "fontFamily": "AS Circular",
233
233
  "fontSize": 28,
234
234
  "fontWeight": "Light",
235
235
  "letterSpacing": 0,
236
236
  "lineHeight": "130%"
237
237
  },
238
- "headingmd": {
238
+ "headingMd": {
239
239
  "fontFamily": "AS Circular",
240
240
  "fontSize": 26,
241
241
  "fontWeight": "Light",
242
242
  "letterSpacing": 0,
243
243
  "lineHeight": "130%"
244
244
  },
245
- "headingsm": {
245
+ "headingSm": {
246
246
  "fontFamily": "AS Circular",
247
247
  "fontSize": 22,
248
248
  "fontWeight": "Light",
249
249
  "letterSpacing": 0,
250
250
  "lineHeight": "130%"
251
251
  },
252
- "headingxl": {
252
+ "headingXl": {
253
253
  "fontFamily": "AS Circular",
254
254
  "fontSize": 32,
255
255
  "fontWeight": "Light",
256
256
  "letterSpacing": 0,
257
257
  "lineHeight": "130%"
258
258
  },
259
- "headingxs": {
259
+ "headingXs": {
260
260
  "fontFamily": "AS Circular",
261
261
  "fontSize": 20,
262
262
  "fontWeight": "Light",
@@ -25,11 +25,11 @@
25
25
  "tertiarySubtle": "#ff9080"
26
26
  },
27
27
  "fare": {
28
- "basiceconomy": "#d0d0d0",
28
+ "basicEconomy": "#d0d0d0",
29
29
  "business": "#463c8f",
30
30
  "economy": "#ce0c88",
31
31
  "first": "#463c8f",
32
- "premiumeconomy": "#1b6976"
32
+ "premiumEconomy": "#1b6976"
33
33
  },
34
34
  "pageBackground": {
35
35
  "standard": "#ffffff",
@@ -44,7 +44,7 @@
44
44
  "success": "#447a1f",
45
45
  "successSubtle": "#d6eac7",
46
46
  "warning": "#fac200",
47
- "warningSubtle": "#fff0b2"
47
+ "warningSubtle": "#fff6d2"
48
48
  },
49
49
  "surface": {
50
50
  "accent1": "#aca1cc",
@@ -60,7 +60,7 @@
60
60
  "standard": "#ffffff"
61
61
  },
62
62
  "textIcon": {
63
- "accent1": "#463c8f",
63
+ "accent1": "#000000",
64
64
  "disabled": "#d0d0d0",
65
65
  "inverse": "#ffffff",
66
66
  "inverseDisabled": "#7e8894",
@@ -73,11 +73,11 @@
73
73
  "standard": "#000000"
74
74
  },
75
75
  "tierProgram": {
76
- "loungetier": {
76
+ "loungeTier": {
77
77
  "lounge": "#01426a",
78
- "loungeplus": "#53b390"
78
+ "loungePlus": "#53b390"
79
79
  },
80
- "loyaltytier": {
80
+ "loyaltyTier": {
81
81
  "gold": "#fbdc7a",
82
82
  "goldMuted": "#fdefc4",
83
83
  "platinum": "#bcb8a4",
@@ -109,35 +109,35 @@
109
109
  "letterSpacing": 1.4,
110
110
  "lineHeight": "130%"
111
111
  },
112
- "accentlg": {
112
+ "accentLg": {
113
113
  "fontFamily": "Slate Pro",
114
114
  "fontSize": 24,
115
115
  "fontWeight": "Regular",
116
116
  "letterSpacing": 1.2,
117
117
  "lineHeight": "130%"
118
118
  },
119
- "accentmd": {
119
+ "accentMd": {
120
120
  "fontFamily": "Slate Pro",
121
121
  "fontSize": 22,
122
122
  "fontWeight": "Medium",
123
123
  "letterSpacing": 1.1,
124
124
  "lineHeight": "130%"
125
125
  },
126
- "accentsm": {
126
+ "accentSm": {
127
127
  "fontFamily": "Slate Pro",
128
128
  "fontSize": 18,
129
129
  "fontWeight": "Medium",
130
130
  "letterSpacing": 0.9,
131
131
  "lineHeight": "130%"
132
132
  },
133
- "accentxl": {
133
+ "accentXl": {
134
134
  "fontFamily": "Slate Pro",
135
135
  "fontSize": 26,
136
136
  "fontWeight": "Regular",
137
137
  "letterSpacing": 1.3,
138
138
  "lineHeight": "130%"
139
139
  },
140
- "accentxs": {
140
+ "accentXs": {
141
141
  "fontFamily": "Slate Pro",
142
142
  "fontSize": 16,
143
143
  "fontWeight": "Medium",
@@ -151,28 +151,28 @@
151
151
  "letterSpacing": 0,
152
152
  "lineHeight": 14
153
153
  },
154
- "bodydefault": {
154
+ "bodyDefault": {
155
155
  "fontFamily": "Slate Pro",
156
156
  "fontSize": 16,
157
157
  "fontWeight": "Regular",
158
158
  "letterSpacing": 0,
159
159
  "lineHeight": 24
160
160
  },
161
- "bodylg": {
161
+ "bodyLg": {
162
162
  "fontFamily": "Slate Pro",
163
163
  "fontSize": 18,
164
164
  "fontWeight": "Regular",
165
165
  "letterSpacing": 0,
166
166
  "lineHeight": 26
167
167
  },
168
- "bodysm": {
168
+ "bodySm": {
169
169
  "fontFamily": "Slate Pro",
170
170
  "fontSize": 14,
171
171
  "fontWeight": "Regular",
172
172
  "letterSpacing": 0,
173
173
  "lineHeight": 20
174
174
  },
175
- "bodyxs": {
175
+ "bodyXs": {
176
176
  "fontFamily": "Slate Pro",
177
177
  "fontSize": 12,
178
178
  "fontWeight": "Regular",
@@ -186,35 +186,35 @@
186
186
  "letterSpacing": 0,
187
187
  "lineHeight": "130%"
188
188
  },
189
- "displaylg": {
189
+ "displayLg": {
190
190
  "fontFamily": "Chronicle Display",
191
191
  "fontSize": 44,
192
192
  "fontWeight": "Semibold",
193
193
  "letterSpacing": 0,
194
194
  "lineHeight": "130%"
195
195
  },
196
- "displaymd": {
196
+ "displayMd": {
197
197
  "fontFamily": "Chronicle Display",
198
198
  "fontSize": 40,
199
199
  "fontWeight": "Semibold",
200
200
  "letterSpacing": 0,
201
201
  "lineHeight": "130%"
202
202
  },
203
- "displaysm": {
203
+ "displaySm": {
204
204
  "fontFamily": "Chronicle Display",
205
205
  "fontSize": 32,
206
206
  "fontWeight": "Semibold",
207
207
  "letterSpacing": 0,
208
208
  "lineHeight": "130%"
209
209
  },
210
- "displayxl": {
210
+ "displayXl": {
211
211
  "fontFamily": "Chronicle Display",
212
212
  "fontSize": 48,
213
213
  "fontWeight": "Semibold",
214
214
  "letterSpacing": 0,
215
215
  "lineHeight": "130%"
216
216
  },
217
- "displayxs": {
217
+ "displayXs": {
218
218
  "fontFamily": "Chronicle Display",
219
219
  "fontSize": 28,
220
220
  "fontWeight": "Semibold",
@@ -228,35 +228,35 @@
228
228
  "letterSpacing": 0,
229
229
  "lineHeight": "130%"
230
230
  },
231
- "headinglg": {
231
+ "headingLg": {
232
232
  "fontFamily": "Slate Pro",
233
233
  "fontSize": 28,
234
234
  "fontWeight": "Regular",
235
235
  "letterSpacing": 0,
236
236
  "lineHeight": "130%"
237
237
  },
238
- "headingmd": {
238
+ "headingMd": {
239
239
  "fontFamily": "Slate Pro",
240
240
  "fontSize": 26,
241
241
  "fontWeight": "Medium",
242
242
  "letterSpacing": 0,
243
243
  "lineHeight": "130%"
244
244
  },
245
- "headingsm": {
245
+ "headingSm": {
246
246
  "fontFamily": "Slate Pro",
247
247
  "fontSize": 22,
248
248
  "fontWeight": "Medium",
249
249
  "letterSpacing": 0,
250
250
  "lineHeight": "130%"
251
251
  },
252
- "headingxl": {
252
+ "headingXl": {
253
253
  "fontFamily": "Slate Pro",
254
254
  "fontSize": 32,
255
255
  "fontWeight": "Regular",
256
256
  "letterSpacing": 0,
257
257
  "lineHeight": "130%"
258
258
  },
259
- "headingxs": {
259
+ "headingXs": {
260
260
  "fontFamily": "Slate Pro",
261
261
  "fontSize": 20,
262
262
  "fontWeight": "Medium",