@aurodesignsystem/design-tokens 8.17.0 → 8.19.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,20 @@
1
1
  # Semantic Release Automated Changelog
2
2
 
3
+ # [8.19.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.18.0...v8.19.0) (2026-05-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * update app typography manual tokens ([64defc2](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/64defc209396987ea0081c621c773053f6a69e25))
9
+ * update app typography manual tokens and add emphasized body styles [#448](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/448) ([69d9382](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/69d93823cd8eb8b075c58e43221a0d85756df83a))
10
+
11
+ # [8.18.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.17.0...v8.18.0) (2026-04-29)
12
+
13
+
14
+ ### Features
15
+
16
+ * update tokens from figma [#444](https://github.com/AlaskaAirlines/AuroDesignTokens/issues/444) ([54df5d9](https://github.com/AlaskaAirlines/AuroDesignTokens/commit/54df5d9eb4cf21f7d898a59389f5593855f3c331))
17
+
3
18
  # [8.17.0](https://github.com/AlaskaAirlines/AuroDesignTokens/compare/v8.16.0...v8.17.0) (2026-04-28)
4
19
 
5
20
 
@@ -29,7 +29,9 @@
29
29
  "business": "#01426a",
30
30
  "economy": "#0074ca",
31
31
  "first": "#00274a",
32
- "premiumEconomy": "#005154"
32
+ "premiumEconomy": "#005154",
33
+ "suitesBack": "#00274a",
34
+ "suitesFront": "#005154"
33
35
  },
34
36
  "pageBackground": {
35
37
  "standard": "#ffffff",
@@ -151,6 +153,13 @@
151
153
  "letterSpacing": 0,
152
154
  "lineHeight": 14
153
155
  },
156
+ "body2xsEmphasized": {
157
+ "fontFamily": "AS Circular",
158
+ "fontSize": 10,
159
+ "fontWeight": "Medium",
160
+ "letterSpacing": 0,
161
+ "lineHeight": 14
162
+ },
154
163
  "bodyDefault": {
155
164
  "fontFamily": "AS Circular",
156
165
  "fontSize": 16,
@@ -158,6 +167,13 @@
158
167
  "letterSpacing": 0,
159
168
  "lineHeight": 24
160
169
  },
170
+ "bodyDefaultEmphasized": {
171
+ "fontFamily": "AS Circular",
172
+ "fontSize": 16,
173
+ "fontWeight": "Medium",
174
+ "letterSpacing": 0,
175
+ "lineHeight": 24
176
+ },
161
177
  "bodyLg": {
162
178
  "fontFamily": "AS Circular",
163
179
  "fontSize": 18,
@@ -165,6 +181,13 @@
165
181
  "letterSpacing": 0,
166
182
  "lineHeight": 26
167
183
  },
184
+ "bodyLgEmphasized": {
185
+ "fontFamily": "AS Circular",
186
+ "fontSize": 18,
187
+ "fontWeight": "Medium",
188
+ "letterSpacing": 0,
189
+ "lineHeight": 26
190
+ },
168
191
  "bodySm": {
169
192
  "fontFamily": "AS Circular",
170
193
  "fontSize": 14,
@@ -172,6 +195,13 @@
172
195
  "letterSpacing": 0,
173
196
  "lineHeight": 20
174
197
  },
198
+ "bodySmEmphasized": {
199
+ "fontFamily": "AS Circular",
200
+ "fontSize": 14,
201
+ "fontWeight": "Medium",
202
+ "letterSpacing": 0,
203
+ "lineHeight": 20
204
+ },
175
205
  "bodyXs": {
176
206
  "fontFamily": "AS Circular",
177
207
  "fontSize": 12,
@@ -179,6 +209,13 @@
179
209
  "letterSpacing": 0,
180
210
  "lineHeight": 16
181
211
  },
212
+ "bodyXsEmphasized": {
213
+ "fontFamily": "AS Circular",
214
+ "fontSize": 12,
215
+ "fontWeight": "Medium",
216
+ "letterSpacing": 0,
217
+ "lineHeight": 16
218
+ },
182
219
  "display2xl": {
183
220
  "fontFamily": "AS Circular",
184
221
  "fontSize": 56,
@@ -224,7 +261,7 @@
224
261
  "heading2xs": {
225
262
  "fontFamily": "AS Circular",
226
263
  "fontSize": 18,
227
- "fontWeight": "Book",
264
+ "fontWeight": "Light",
228
265
  "letterSpacing": 0,
229
266
  "lineHeight": "130%"
230
267
  },
@@ -259,7 +296,7 @@
259
296
  "headingXs": {
260
297
  "fontFamily": "AS Circular",
261
298
  "fontSize": 20,
262
- "fontWeight": "Book",
299
+ "fontWeight": "Light",
263
300
  "letterSpacing": 0,
264
301
  "lineHeight": "130%"
265
302
  }
@@ -337,9 +374,11 @@
337
374
  "selectedMuted": "#ffffffcc"
338
375
  },
339
376
  "searchWidget": {
377
+ "divider": "#00274a",
340
378
  "fieldIcon": "#5de3f7",
341
379
  "routeDestination": "#a3cd6a",
342
- "routeOrigin": "#5de3f7"
380
+ "routeOrigin": "#5de3f7",
381
+ "routeSwitcher": "#00274a"
343
382
  }
344
383
  }
345
384
  }
@@ -29,7 +29,9 @@
29
29
  "business": "#002c4e",
30
30
  "economy": "#0074ca",
31
31
  "first": "#101d2c",
32
- "premiumEconomy": "#005154"
32
+ "premiumEconomy": "#005154",
33
+ "suitesBack": "#101d2c",
34
+ "suitesFront": "#101d2c"
33
35
  },
34
36
  "pageBackground": {
35
37
  "standard": "#ffffff",
@@ -151,6 +153,13 @@
151
153
  "letterSpacing": 0,
152
154
  "lineHeight": 14
153
155
  },
156
+ "body2xsEmphasized": {
157
+ "fontFamily": "AS Circular",
158
+ "fontSize": 10,
159
+ "fontWeight": "Medium",
160
+ "letterSpacing": 0,
161
+ "lineHeight": 14
162
+ },
154
163
  "bodyDefault": {
155
164
  "fontFamily": "AS Circular",
156
165
  "fontSize": 16,
@@ -158,6 +167,13 @@
158
167
  "letterSpacing": 0,
159
168
  "lineHeight": 24
160
169
  },
170
+ "bodyDefaultEmphasized": {
171
+ "fontFamily": "AS Circular",
172
+ "fontSize": 16,
173
+ "fontWeight": "Medium",
174
+ "letterSpacing": 0,
175
+ "lineHeight": 24
176
+ },
161
177
  "bodyLg": {
162
178
  "fontFamily": "AS Circular",
163
179
  "fontSize": 18,
@@ -165,6 +181,13 @@
165
181
  "letterSpacing": 0,
166
182
  "lineHeight": 26
167
183
  },
184
+ "bodyLgEmphasized": {
185
+ "fontFamily": "AS Circular",
186
+ "fontSize": 18,
187
+ "fontWeight": "Medium",
188
+ "letterSpacing": 0,
189
+ "lineHeight": 26
190
+ },
168
191
  "bodySm": {
169
192
  "fontFamily": "AS Circular",
170
193
  "fontSize": 14,
@@ -172,6 +195,13 @@
172
195
  "letterSpacing": 0,
173
196
  "lineHeight": 20
174
197
  },
198
+ "bodySmEmphasized": {
199
+ "fontFamily": "AS Circular",
200
+ "fontSize": 14,
201
+ "fontWeight": "Medium",
202
+ "letterSpacing": 0,
203
+ "lineHeight": 20
204
+ },
175
205
  "bodyXs": {
176
206
  "fontFamily": "AS Circular",
177
207
  "fontSize": 12,
@@ -179,6 +209,13 @@
179
209
  "letterSpacing": 0,
180
210
  "lineHeight": 16
181
211
  },
212
+ "bodyXsEmphasized": {
213
+ "fontFamily": "AS Circular",
214
+ "fontSize": 12,
215
+ "fontWeight": "Medium",
216
+ "letterSpacing": 0,
217
+ "lineHeight": 16
218
+ },
182
219
  "display2xl": {
183
220
  "fontFamily": "Teodor",
184
221
  "fontSize": 56,
@@ -337,9 +374,11 @@
337
374
  "selectedMuted": "#ffffffcc"
338
375
  },
339
376
  "searchWidget": {
377
+ "divider": "#101d2c",
340
378
  "fieldIcon": "#c7d6e5",
341
379
  "routeDestination": "#e9e6d9",
342
- "routeOrigin": "#c7d6e5"
380
+ "routeOrigin": "#c7d6e5",
381
+ "routeSwitcher": "#101d2c"
343
382
  }
344
383
  }
345
384
  }
@@ -29,7 +29,9 @@
29
29
  "business": "#463c8f",
30
30
  "economy": "#ce0c88",
31
31
  "first": "#463c8f",
32
- "premiumEconomy": "#1b6976"
32
+ "premiumEconomy": "#1b6976",
33
+ "suitesBack": "#ce0c88",
34
+ "suitesFront": "#463c8f"
33
35
  },
34
36
  "pageBackground": {
35
37
  "standard": "#ffffff",
@@ -99,49 +101,49 @@
99
101
  "fontFamily": "Slate Pro",
100
102
  "fontSize": 32,
101
103
  "fontWeight": "Regular",
102
- "letterSpacing": 1.6,
104
+ "letterSpacing": 0,
103
105
  "lineHeight": "100%"
104
106
  },
105
107
  "accent2xs": {
106
108
  "fontFamily": "Slate Pro",
107
109
  "fontSize": 14,
108
110
  "fontWeight": "Regular",
109
- "letterSpacing": 1.4,
111
+ "letterSpacing": 0,
110
112
  "lineHeight": "130%"
111
113
  },
112
114
  "accentLg": {
113
115
  "fontFamily": "Slate Pro",
114
116
  "fontSize": 24,
115
117
  "fontWeight": "Regular",
116
- "letterSpacing": 1.2,
118
+ "letterSpacing": 0,
117
119
  "lineHeight": "130%"
118
120
  },
119
121
  "accentMd": {
120
122
  "fontFamily": "Slate Pro",
121
123
  "fontSize": 22,
122
124
  "fontWeight": "Medium",
123
- "letterSpacing": 1.1,
125
+ "letterSpacing": 0,
124
126
  "lineHeight": "130%"
125
127
  },
126
128
  "accentSm": {
127
129
  "fontFamily": "Slate Pro",
128
130
  "fontSize": 18,
129
131
  "fontWeight": "Medium",
130
- "letterSpacing": 0.9,
132
+ "letterSpacing": 0,
131
133
  "lineHeight": "130%"
132
134
  },
133
135
  "accentXl": {
134
136
  "fontFamily": "Slate Pro",
135
137
  "fontSize": 26,
136
138
  "fontWeight": "Regular",
137
- "letterSpacing": 1.3,
139
+ "letterSpacing": 0,
138
140
  "lineHeight": "130%"
139
141
  },
140
142
  "accentXs": {
141
143
  "fontFamily": "Slate Pro",
142
144
  "fontSize": 16,
143
145
  "fontWeight": "Medium",
144
- "letterSpacing": 1.6,
146
+ "letterSpacing": 0,
145
147
  "lineHeight": "130%"
146
148
  },
147
149
  "body2xs": {
@@ -151,6 +153,13 @@
151
153
  "letterSpacing": 0,
152
154
  "lineHeight": 14
153
155
  },
156
+ "body2xsEmphasized": {
157
+ "fontFamily": "Slate Pro",
158
+ "fontSize": 10,
159
+ "fontWeight": "Medium",
160
+ "letterSpacing": 0,
161
+ "lineHeight": 14
162
+ },
154
163
  "bodyDefault": {
155
164
  "fontFamily": "Slate Pro",
156
165
  "fontSize": 16,
@@ -158,6 +167,13 @@
158
167
  "letterSpacing": 0,
159
168
  "lineHeight": 24
160
169
  },
170
+ "bodyDefaultEmphasized": {
171
+ "fontFamily": "Slate Pro",
172
+ "fontSize": 16,
173
+ "fontWeight": "Medium",
174
+ "letterSpacing": 0,
175
+ "lineHeight": 24
176
+ },
161
177
  "bodyLg": {
162
178
  "fontFamily": "Slate Pro",
163
179
  "fontSize": 18,
@@ -165,6 +181,13 @@
165
181
  "letterSpacing": 0,
166
182
  "lineHeight": 26
167
183
  },
184
+ "bodyLgEmphasized": {
185
+ "fontFamily": "Slate Pro",
186
+ "fontSize": 18,
187
+ "fontWeight": "Medium",
188
+ "letterSpacing": 0,
189
+ "lineHeight": 26
190
+ },
168
191
  "bodySm": {
169
192
  "fontFamily": "Slate Pro",
170
193
  "fontSize": 14,
@@ -172,6 +195,13 @@
172
195
  "letterSpacing": 0,
173
196
  "lineHeight": 20
174
197
  },
198
+ "bodySmEmphasized": {
199
+ "fontFamily": "Slate Pro",
200
+ "fontSize": 14,
201
+ "fontWeight": "Medium",
202
+ "letterSpacing": 0,
203
+ "lineHeight": 20
204
+ },
175
205
  "bodyXs": {
176
206
  "fontFamily": "Slate Pro",
177
207
  "fontSize": 12,
@@ -179,6 +209,13 @@
179
209
  "letterSpacing": 0,
180
210
  "lineHeight": 16
181
211
  },
212
+ "bodyXsEmphasized": {
213
+ "fontFamily": "Slate Pro",
214
+ "fontSize": 12,
215
+ "fontWeight": "Medium",
216
+ "letterSpacing": 0,
217
+ "lineHeight": 16
218
+ },
182
219
  "display2xl": {
183
220
  "fontFamily": "Chronicle Display",
184
221
  "fontSize": 56,
@@ -231,7 +268,7 @@
231
268
  "headingLg": {
232
269
  "fontFamily": "Slate Pro",
233
270
  "fontSize": 28,
234
- "fontWeight": "Regular",
271
+ "fontWeight": "Medium",
235
272
  "letterSpacing": 0,
236
273
  "lineHeight": "130%"
237
274
  },
@@ -252,7 +289,7 @@
252
289
  "headingXl": {
253
290
  "fontFamily": "Slate Pro",
254
291
  "fontSize": 32,
255
- "fontWeight": "Regular",
292
+ "fontWeight": "Medium",
256
293
  "letterSpacing": 0,
257
294
  "lineHeight": "130%"
258
295
  },
@@ -337,9 +374,11 @@
337
374
  "selectedMuted": "#ffffffcc"
338
375
  },
339
376
  "searchWidget": {
377
+ "divider": "#3c3376",
340
378
  "fieldIcon": "#d4abea",
341
379
  "routeDestination": "#8ec891",
342
- "routeOrigin": "#d4abea"
380
+ "routeOrigin": "#d4abea",
381
+ "routeSwitcher": "#3c3376"
343
382
  }
344
383
  }
345
384
  }
@@ -29,7 +29,9 @@
29
29
  "business": "#3d3d3d",
30
30
  "economy": "#676767",
31
31
  "first": "#2a2a2a",
32
- "premiumEconomy": "#525252"
32
+ "premiumEconomy": "#525252",
33
+ "suitesBack": "#525252",
34
+ "suitesFront": "#7e7e7e"
33
35
  },
34
36
  "pageBackground": {
35
37
  "standard": "#ffffff",
@@ -151,6 +153,13 @@
151
153
  "letterSpacing": 0,
152
154
  "lineHeight": 14
153
155
  },
156
+ "body2xsEmphasized": {
157
+ "fontFamily": "OpenSans-MediumItalic",
158
+ "fontSize": 10,
159
+ "fontWeight": "Medium",
160
+ "letterSpacing": 0,
161
+ "lineHeight": 14
162
+ },
154
163
  "bodyDefault": {
155
164
  "fontFamily": "OpenSans-MediumItalic",
156
165
  "fontSize": 16,
@@ -158,6 +167,13 @@
158
167
  "letterSpacing": 0,
159
168
  "lineHeight": 24
160
169
  },
170
+ "bodyDefaultEmphasized": {
171
+ "fontFamily": "OpenSans-MediumItalic",
172
+ "fontSize": 16,
173
+ "fontWeight": "Medium",
174
+ "letterSpacing": 0,
175
+ "lineHeight": 24
176
+ },
161
177
  "bodyLg": {
162
178
  "fontFamily": "OpenSans-MediumItalic",
163
179
  "fontSize": 18,
@@ -165,6 +181,13 @@
165
181
  "letterSpacing": 0,
166
182
  "lineHeight": 26
167
183
  },
184
+ "bodyLgEmphasized": {
185
+ "fontFamily": "OpenSans-MediumItalic",
186
+ "fontSize": 18,
187
+ "fontWeight": "Medium",
188
+ "letterSpacing": 0,
189
+ "lineHeight": 26
190
+ },
168
191
  "bodySm": {
169
192
  "fontFamily": "OpenSans-MediumItalic",
170
193
  "fontSize": 14,
@@ -172,6 +195,13 @@
172
195
  "letterSpacing": 0,
173
196
  "lineHeight": 20
174
197
  },
198
+ "bodySmEmphasized": {
199
+ "fontFamily": "OpenSans-MediumItalic",
200
+ "fontSize": 14,
201
+ "fontWeight": "Medium",
202
+ "letterSpacing": 0,
203
+ "lineHeight": 20
204
+ },
175
205
  "bodyXs": {
176
206
  "fontFamily": "OpenSans-MediumItalic",
177
207
  "fontSize": 12,
@@ -179,6 +209,13 @@
179
209
  "letterSpacing": 0,
180
210
  "lineHeight": 16
181
211
  },
212
+ "bodyXsEmphasized": {
213
+ "fontFamily": "OpenSans-MediumItalic",
214
+ "fontSize": 12,
215
+ "fontWeight": "Medium",
216
+ "letterSpacing": 0,
217
+ "lineHeight": 16
218
+ },
182
219
  "display2xl": {
183
220
  "fontFamily": "OpenSans-MediumItalic",
184
221
  "fontSize": 56,
@@ -337,9 +374,11 @@
337
374
  "selectedMuted": "#ffffffcc"
338
375
  },
339
376
  "searchWidget": {
377
+ "divider": "#7e7e7e",
340
378
  "fieldIcon": "#dddddd",
341
379
  "routeDestination": "#adadad",
342
- "routeOrigin": "#dddddd"
380
+ "routeOrigin": "#dddddd",
381
+ "routeSwitcher": "#7e7e7e"
343
382
  }
344
383
  }
345
384
  }
Binary file
@@ -34,7 +34,7 @@
34
34
  "isfalse": "#ffffff",
35
35
  "isfalse-border": "#585e67",
36
36
  "isfalse-border-inverse": "#ffffff",
37
- "isfalse-hover": "#f2f2f2",
37
+ "isfalse-hover": "#00000014",
38
38
  "isfalse-inverse": "#ffffff26",
39
39
  "isfalse-inverse-hover": "#ffffff33",
40
40
  "istrue": "#01426a",
@@ -158,7 +158,7 @@
158
158
  },
159
159
  "state": {
160
160
  "background-disabled": "#dddddd",
161
- "background-hover": "#f2f2f2",
161
+ "background-hover": "#00000014",
162
162
  "background-inverse-disabled": "#7e8894",
163
163
  "error-inverse": "#f9a4a8",
164
164
  "focused": "#01426a",
@@ -200,7 +200,9 @@
200
200
  "business": "#01426a",
201
201
  "economy": "#0074ca",
202
202
  "first": "#00274a",
203
- "premiumeconomy": "#005154"
203
+ "premiumeconomy": "#005154",
204
+ "suites-back": "#00274a",
205
+ "suites-front": "#005154"
204
206
  },
205
207
  "page-background": {
206
208
  "default": "#ffffff",
@@ -34,7 +34,7 @@
34
34
  "isfalse": "#ffffff",
35
35
  "isfalse-border": "#585e67",
36
36
  "isfalse-border-inverse": "#ffffff",
37
- "isfalse-hover": "#f2f2f2",
37
+ "isfalse-hover": "#00000014",
38
38
  "isfalse-inverse": "#ffffff26",
39
39
  "isfalse-inverse-hover": "#ffffff33",
40
40
  "istrue": "#101d2c",
@@ -81,7 +81,7 @@
81
81
  "secondary": {
82
82
  "background": "#ffffff00",
83
83
  "background-disabled": "#f7f7f7",
84
- "background-hover": "#f2f2f2",
84
+ "background-hover": "#0000000d",
85
85
  "background-inverse-hover": "#ffffff1a",
86
86
  "border": "#101d2c",
87
87
  "border-disabled": "#f7f7f7",
@@ -158,7 +158,7 @@
158
158
  },
159
159
  "state": {
160
160
  "background-disabled": "#dddddd",
161
- "background-hover": "#f2f2f2",
161
+ "background-hover": "#00000014",
162
162
  "background-inverse-disabled": "#7e8894",
163
163
  "error-inverse": "#f9a4a8",
164
164
  "focused": "#101d2c",
@@ -200,7 +200,9 @@
200
200
  "business": "#002c4e",
201
201
  "economy": "#0074ca",
202
202
  "first": "#101d2c",
203
- "premiumeconomy": "#005154"
203
+ "premiumeconomy": "#005154",
204
+ "suites-back": "#101d2c",
205
+ "suites-front": "#101d2c"
204
206
  },
205
207
  "page-background": {
206
208
  "default": "#ffffff",
@@ -34,7 +34,7 @@
34
34
  "isfalse": "#ffffff",
35
35
  "isfalse-border": "#adadad",
36
36
  "isfalse-border-inverse": "#ffffff",
37
- "isfalse-hover": "#f2f2f2",
37
+ "isfalse-hover": "#00000014",
38
38
  "isfalse-inverse": "#ffffff26",
39
39
  "isfalse-inverse-hover": "#ffffff33",
40
40
  "istrue": "#463c8f",
@@ -81,7 +81,7 @@
81
81
  "secondary": {
82
82
  "background": "#ffffff",
83
83
  "background-disabled": "#f7f7f7",
84
- "background-hover": "#f2f2f2",
84
+ "background-hover": "#0000000d",
85
85
  "background-inverse-hover": "#0000000d",
86
86
  "border": "#ce0c88",
87
87
  "border-disabled": "#f7f7f7",
@@ -158,7 +158,7 @@
158
158
  },
159
159
  "state": {
160
160
  "background-disabled": "#dddddd",
161
- "background-hover": "#f2f2f2",
161
+ "background-hover": "#00000014",
162
162
  "background-inverse-disabled": "#7e8894",
163
163
  "error-inverse": "#f9a4a8",
164
164
  "focused": "#463c8f",
@@ -200,7 +200,9 @@
200
200
  "business": "#463c8f",
201
201
  "economy": "#ce0c88",
202
202
  "first": "#463c8f",
203
- "premiumeconomy": "#1b6976"
203
+ "premiumeconomy": "#1b6976",
204
+ "suites-back": "#ce0c88",
205
+ "suites-front": "#463c8f"
204
206
  },
205
207
  "page-background": {
206
208
  "default": "#ffffff",
@@ -34,7 +34,7 @@
34
34
  "isfalse": "#ffffff",
35
35
  "isfalse-border": "#adadad",
36
36
  "isfalse-border-inverse": "#ffffff",
37
- "isfalse-hover": "#f2f2f2",
37
+ "isfalse-hover": "#00000014",
38
38
  "isfalse-inverse": "#ffffff33",
39
39
  "isfalse-inverse-hover": "#ffffff26",
40
40
  "istrue": "#7e7e7e",
@@ -81,7 +81,7 @@
81
81
  "secondary": {
82
82
  "background": "#ffffff",
83
83
  "background-disabled": "#f7f7f7",
84
- "background-hover": "#f2f2f2",
84
+ "background-hover": "#0000000d",
85
85
  "background-inverse-hover": "#f7f7f7",
86
86
  "border": "#d0d0d0",
87
87
  "border-disabled": "#f7f7f7",
@@ -125,7 +125,7 @@
125
125
  "background-interior": "#ffffff",
126
126
  "button": {
127
127
  "background": "#ffffff00",
128
- "background-hover": "#f2f2f2",
128
+ "background-hover": "#0000000d",
129
129
  "border": "#d0d0d0",
130
130
  "signedin-background": "#7e7e7e",
131
131
  "signedin-background-hover": "#525252",
@@ -158,7 +158,7 @@
158
158
  },
159
159
  "state": {
160
160
  "background-disabled": "#dddddd",
161
- "background-hover": "#f2f2f2",
161
+ "background-hover": "#00000014",
162
162
  "background-inverse-disabled": "#7e7e7e",
163
163
  "error-inverse": "#ffffff",
164
164
  "focused": "#7e7e7e",
@@ -200,7 +200,9 @@
200
200
  "business": "#3d3d3d",
201
201
  "economy": "#676767",
202
202
  "first": "#2a2a2a",
203
- "premiumeconomy": "#525252"
203
+ "premiumeconomy": "#525252",
204
+ "suites-back": "#525252",
205
+ "suites-front": "#7e7e7e"
204
206
  },
205
207
  "page-background": {
206
208
  "default": "#ffffff",