@aurodesignsystem/design-tokens 5.10.0 → 5.12.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 +26 -0
- package/dist/CSSCustomProperties--bundled.css +394 -388
- package/dist/alaska/CSSCustomProperties--alaska.css +132 -130
- package/dist/alaska/JSONVariablesNested--alaska.json +139 -133
- package/dist/alaska/JSObject--allTokens.js +346 -284
- package/dist/alaska/SCSSVariables--alaska.scss +132 -130
- package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +132 -130
- package/dist/alaska/primitives--alaska.scss +10 -10
- package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +132 -130
- package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +139 -133
- package/dist/alaska-classic/JSObject--allTokens.js +346 -284
- package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +132 -130
- package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +132 -130
- package/dist/alaska-classic/primitives--alaskaClassic.scss +10 -10
- package/dist/auro-classic/CSSCustomProperties.css +2 -2
- package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
- package/dist/auro-classic/JSData--color.js +1 -1
- package/dist/auro-classic/JSONVariablesFlat.json +1 -1
- package/dist/auro-classic/JSONVariablesNested.json +1 -1
- package/dist/auro-classic/JSObject--allTokens.js +1 -1
- package/dist/auro-classic/JSObject--deprecated.js +1 -1
- package/dist/auro-classic/JSVariables--color.js +1 -1
- package/dist/auro-classic/SCSSVariableMap.scss +1 -1
- package/dist/auro-classic/SCSSVariables.scss +2 -2
- package/dist/auro-classic/SCSSVariablesMapFlat.scss +2 -2
- package/dist/auro-classic/SassCustomProperties.scss +2 -2
- package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
- package/dist/hawaiian/CSSCustomProperties--hawaiian.css +132 -130
- package/dist/hawaiian/JSONVariablesNested--hawaiian.json +139 -133
- package/dist/hawaiian/JSObject--allTokens.js +346 -284
- package/dist/hawaiian/SCSSVariables--hawaiian.scss +132 -130
- package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +132 -130
- package/dist/hawaiian/primitives--hawaiian.scss +10 -10
- package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
- package/package.json +1 -1
- package/src/primitives/base/font.json +14 -14
- package/src/themes/alaska/advanced/color/flightline.json +22 -0
- package/src/themes/alaska/basic/color/fare-brand.json +0 -39
- package/src/themes/alaska/basic/color/tier-program.json +47 -0
- package/src/themes/alaska/basic/font/accent.json +21 -21
- package/src/themes/alaska/basic/font/body.json +5 -5
- package/src/themes/alaska/basic/font/display.json +18 -18
- package/src/themes/alaska/basic/font/heading.json +18 -18
- package/src/themes/alaska-classic/advanced/color/flightline.json +22 -0
- package/src/themes/alaska-classic/basic/color/fare-brand.json +0 -39
- package/src/themes/alaska-classic/basic/color/tier-program.json +47 -0
- package/src/themes/alaska-classic/basic/font/accent.json +21 -21
- package/src/themes/alaska-classic/basic/font/body.json +5 -5
- package/src/themes/alaska-classic/basic/font/display.json +18 -18
- package/src/themes/alaska-classic/basic/font/heading.json +18 -18
- package/src/themes/hawaiian/advanced/color/flightline.json +22 -0
- package/src/themes/hawaiian/basic/color/fare-brand.json +0 -39
- package/src/themes/hawaiian/basic/color/tier-program.json +47 -0
- package/src/themes/hawaiian/basic/font/accent.json +21 -21
- package/src/themes/hawaiian/basic/font/body.json +5 -5
- package/src/themes/hawaiian/basic/font/display.json +18 -18
- package/src/themes/hawaiian/basic/font/heading.json +18 -18
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
Do not edit directly
|
|
4
|
-
Generated on Wed,
|
|
4
|
+
Generated on Wed, 30 Apr 2025 16:05:20 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
$auroTokens: (
|
|
@@ -77,6 +77,8 @@ $auroTokens: (
|
|
|
77
77
|
'ds-advanced-color-boolean-istrue-hover': (#31295c),
|
|
78
78
|
'ds-advanced-color-boolean-istrue-inverse': (#ffffff),
|
|
79
79
|
'ds-advanced-color-boolean-istrue-inverse-hover': (rgba(255, 255, 255, 0.7)),
|
|
80
|
+
'ds-advanced-color-flightline-indicator': (#463c8f),
|
|
81
|
+
'ds-advanced-color-flightline-line': (#d0d0d0),
|
|
80
82
|
'ds-advanced-color-hyperlink-text': (#463c8f),
|
|
81
83
|
'ds-advanced-color-hyperlink-text-hover': (#31295c),
|
|
82
84
|
'ds-advanced-color-hyperlink-text-inverse': (#ffffff),
|
|
@@ -122,11 +124,6 @@ $auroTokens: (
|
|
|
122
124
|
'ds-basic-color-fare-business': (#463c8f),
|
|
123
125
|
'ds-basic-color-fare-economy': (#ce0c88),
|
|
124
126
|
'ds-basic-color-fare-first': (#463c8f),
|
|
125
|
-
'ds-basic-color-fare-loungetier-lounge': (#01426a),
|
|
126
|
-
'ds-basic-color-fare-loungetier-loungeplus': (#53b390),
|
|
127
|
-
'ds-basic-color-fare-oneworld-emerald': (#139142),
|
|
128
|
-
'ds-basic-color-fare-oneworld-ruby': (#a41d4a),
|
|
129
|
-
'ds-basic-color-fare-oneworld-sapphire': (#015daa),
|
|
130
127
|
'ds-basic-color-fare-premiumeconomy': (#1b6976),
|
|
131
128
|
'ds-basic-color-page-background-default': (#ffffff),
|
|
132
129
|
'ds-basic-color-page-background-utility': (#f2f2f2),
|
|
@@ -156,314 +153,319 @@ $auroTokens: (
|
|
|
156
153
|
'ds-basic-color-texticon-inverse-disabled': (#7e8894),
|
|
157
154
|
'ds-basic-color-texticon-inverse-muted': (#ccd2db),
|
|
158
155
|
'ds-basic-color-texticon-muted': (#3d3d3d),
|
|
159
|
-
'ds-basic-
|
|
156
|
+
'ds-basic-color-tier-program-loungetier-lounge': (#01426a),
|
|
157
|
+
'ds-basic-color-tier-program-loungetier-loungeplus': (#53b390),
|
|
158
|
+
'ds-basic-color-tier-program-oneworld-emerald': (#139142),
|
|
159
|
+
'ds-basic-color-tier-program-oneworld-ruby': (#a41d4a),
|
|
160
|
+
'ds-basic-color-tier-program-oneworld-sapphire': (#015daa),
|
|
161
|
+
'ds-basic-text-accent-lg-breakpoint-lg-font-family': ('Slate Pro'),
|
|
160
162
|
'ds-basic-text-accent-lg-breakpoint-lg-font-size': (28px),
|
|
161
|
-
'ds-basic-text-accent-lg-breakpoint-lg-font-weight': (
|
|
163
|
+
'ds-basic-text-accent-lg-breakpoint-lg-font-weight': (400),
|
|
162
164
|
'ds-basic-text-accent-lg-breakpoint-lg-letter-spacing': (.05em),
|
|
163
165
|
'ds-basic-text-accent-lg-breakpoint-lg-line-height': (130%),
|
|
164
|
-
'ds-basic-text-accent-lg-breakpoint-md-font-family': (Slate Pro),
|
|
166
|
+
'ds-basic-text-accent-lg-breakpoint-md-font-family': ('Slate Pro'),
|
|
165
167
|
'ds-basic-text-accent-lg-breakpoint-md-font-size': (26px),
|
|
166
|
-
'ds-basic-text-accent-lg-breakpoint-md-font-weight': (
|
|
168
|
+
'ds-basic-text-accent-lg-breakpoint-md-font-weight': (400),
|
|
167
169
|
'ds-basic-text-accent-lg-breakpoint-md-letter-spacing': (.05em),
|
|
168
170
|
'ds-basic-text-accent-lg-breakpoint-md-line-height': (130%),
|
|
169
|
-
'ds-basic-text-accent-lg-breakpoint-sm-font-family': (Slate Pro),
|
|
171
|
+
'ds-basic-text-accent-lg-breakpoint-sm-font-family': ('Slate Pro'),
|
|
170
172
|
'ds-basic-text-accent-lg-breakpoint-sm-font-size': (24px),
|
|
171
|
-
'ds-basic-text-accent-lg-breakpoint-sm-font-weight': (
|
|
173
|
+
'ds-basic-text-accent-lg-breakpoint-sm-font-weight': (400),
|
|
172
174
|
'ds-basic-text-accent-lg-breakpoint-sm-letter-spacing': (.05em),
|
|
173
175
|
'ds-basic-text-accent-lg-breakpoint-sm-line-height': (130%),
|
|
174
|
-
'ds-basic-text-accent-md-breakpoint-lg-font-family': (Slate Pro),
|
|
176
|
+
'ds-basic-text-accent-md-breakpoint-lg-font-family': ('Slate Pro'),
|
|
175
177
|
'ds-basic-text-accent-md-breakpoint-lg-font-size': (24px),
|
|
176
|
-
'ds-basic-text-accent-md-breakpoint-lg-font-weight': (
|
|
178
|
+
'ds-basic-text-accent-md-breakpoint-lg-font-weight': (500),
|
|
177
179
|
'ds-basic-text-accent-md-breakpoint-lg-letter-spacing': (.05em),
|
|
178
180
|
'ds-basic-text-accent-md-breakpoint-lg-line-height': (130%),
|
|
179
|
-
'ds-basic-text-accent-md-breakpoint-md-font-family': (Slate Pro),
|
|
181
|
+
'ds-basic-text-accent-md-breakpoint-md-font-family': ('Slate Pro'),
|
|
180
182
|
'ds-basic-text-accent-md-breakpoint-md-font-size': (22px),
|
|
181
|
-
'ds-basic-text-accent-md-breakpoint-md-font-weight': (
|
|
183
|
+
'ds-basic-text-accent-md-breakpoint-md-font-weight': (500),
|
|
182
184
|
'ds-basic-text-accent-md-breakpoint-md-letter-spacing': (.05em),
|
|
183
185
|
'ds-basic-text-accent-md-breakpoint-md-line-height': (130%),
|
|
184
|
-
'ds-basic-text-accent-md-breakpoint-sm-font-family': (Slate Pro),
|
|
186
|
+
'ds-basic-text-accent-md-breakpoint-sm-font-family': ('Slate Pro'),
|
|
185
187
|
'ds-basic-text-accent-md-breakpoint-sm-font-size': (22px),
|
|
186
|
-
'ds-basic-text-accent-md-breakpoint-sm-font-weight': (
|
|
188
|
+
'ds-basic-text-accent-md-breakpoint-sm-font-weight': (500),
|
|
187
189
|
'ds-basic-text-accent-md-breakpoint-sm-letter-spacing': (.05em),
|
|
188
190
|
'ds-basic-text-accent-md-breakpoint-sm-line-height': (130%),
|
|
189
|
-
'ds-basic-text-accent-sm-breakpoint-lg-font-family': (Slate Pro),
|
|
191
|
+
'ds-basic-text-accent-sm-breakpoint-lg-font-family': ('Slate Pro'),
|
|
190
192
|
'ds-basic-text-accent-sm-breakpoint-lg-font-size': (20px),
|
|
191
|
-
'ds-basic-text-accent-sm-breakpoint-lg-font-weight': (
|
|
193
|
+
'ds-basic-text-accent-sm-breakpoint-lg-font-weight': (500),
|
|
192
194
|
'ds-basic-text-accent-sm-breakpoint-lg-letter-spacing': (.05em),
|
|
193
195
|
'ds-basic-text-accent-sm-breakpoint-lg-line-height': (130%),
|
|
194
|
-
'ds-basic-text-accent-sm-breakpoint-md-font-family': (Slate Pro),
|
|
196
|
+
'ds-basic-text-accent-sm-breakpoint-md-font-family': ('Slate Pro'),
|
|
195
197
|
'ds-basic-text-accent-sm-breakpoint-md-font-size': (18px),
|
|
196
|
-
'ds-basic-text-accent-sm-breakpoint-md-font-weight': (
|
|
198
|
+
'ds-basic-text-accent-sm-breakpoint-md-font-weight': (500),
|
|
197
199
|
'ds-basic-text-accent-sm-breakpoint-md-letter-spacing': (.05em),
|
|
198
200
|
'ds-basic-text-accent-sm-breakpoint-md-line-height': (130%),
|
|
199
|
-
'ds-basic-text-accent-sm-breakpoint-sm-font-family': (Slate Pro),
|
|
201
|
+
'ds-basic-text-accent-sm-breakpoint-sm-font-family': ('Slate Pro'),
|
|
200
202
|
'ds-basic-text-accent-sm-breakpoint-sm-font-size': (18px),
|
|
201
|
-
'ds-basic-text-accent-sm-breakpoint-sm-font-weight': (
|
|
203
|
+
'ds-basic-text-accent-sm-breakpoint-sm-font-weight': (500),
|
|
202
204
|
'ds-basic-text-accent-sm-breakpoint-sm-letter-spacing': (.05em),
|
|
203
205
|
'ds-basic-text-accent-sm-breakpoint-sm-line-height': (130%),
|
|
204
|
-
'ds-basic-text-accent-xl-breakpoint-lg-font-family': (Slate Pro),
|
|
206
|
+
'ds-basic-text-accent-xl-breakpoint-lg-font-family': ('Slate Pro'),
|
|
205
207
|
'ds-basic-text-accent-xl-breakpoint-lg-font-size': (32px),
|
|
206
|
-
'ds-basic-text-accent-xl-breakpoint-lg-font-weight': (
|
|
208
|
+
'ds-basic-text-accent-xl-breakpoint-lg-font-weight': (400),
|
|
207
209
|
'ds-basic-text-accent-xl-breakpoint-lg-letter-spacing': (.05em),
|
|
208
210
|
'ds-basic-text-accent-xl-breakpoint-lg-line-height': (130%),
|
|
209
|
-
'ds-basic-text-accent-xl-breakpoint-md-font-family': (Slate Pro),
|
|
211
|
+
'ds-basic-text-accent-xl-breakpoint-md-font-family': ('Slate Pro'),
|
|
210
212
|
'ds-basic-text-accent-xl-breakpoint-md-font-size': (28px),
|
|
211
|
-
'ds-basic-text-accent-xl-breakpoint-md-font-weight': (
|
|
213
|
+
'ds-basic-text-accent-xl-breakpoint-md-font-weight': (400),
|
|
212
214
|
'ds-basic-text-accent-xl-breakpoint-md-letter-spacing': (.05em),
|
|
213
215
|
'ds-basic-text-accent-xl-breakpoint-md-line-height': (130%),
|
|
214
|
-
'ds-basic-text-accent-xl-breakpoint-sm-font-family': (Slate Pro),
|
|
216
|
+
'ds-basic-text-accent-xl-breakpoint-sm-font-family': ('Slate Pro'),
|
|
215
217
|
'ds-basic-text-accent-xl-breakpoint-sm-font-size': (26px),
|
|
216
|
-
'ds-basic-text-accent-xl-breakpoint-sm-font-weight': (
|
|
218
|
+
'ds-basic-text-accent-xl-breakpoint-sm-font-weight': (400),
|
|
217
219
|
'ds-basic-text-accent-xl-breakpoint-sm-letter-spacing': (.05em),
|
|
218
220
|
'ds-basic-text-accent-xl-breakpoint-sm-line-height': (130%),
|
|
219
|
-
'ds-basic-text-accent-xs-breakpoint-lg-font-family': (Slate Pro),
|
|
221
|
+
'ds-basic-text-accent-xs-breakpoint-lg-font-family': ('Slate Pro'),
|
|
220
222
|
'ds-basic-text-accent-xs-breakpoint-lg-font-size': (16px),
|
|
221
|
-
'ds-basic-text-accent-xs-breakpoint-lg-font-weight': (
|
|
223
|
+
'ds-basic-text-accent-xs-breakpoint-lg-font-weight': (500),
|
|
222
224
|
'ds-basic-text-accent-xs-breakpoint-lg-letter-spacing': (.10em),
|
|
223
225
|
'ds-basic-text-accent-xs-breakpoint-lg-line-height': (130%),
|
|
224
|
-
'ds-basic-text-accent-xs-breakpoint-md-font-family': (Slate Pro),
|
|
226
|
+
'ds-basic-text-accent-xs-breakpoint-md-font-family': ('Slate Pro'),
|
|
225
227
|
'ds-basic-text-accent-xs-breakpoint-md-font-size': (16px),
|
|
226
|
-
'ds-basic-text-accent-xs-breakpoint-md-font-weight': (
|
|
228
|
+
'ds-basic-text-accent-xs-breakpoint-md-font-weight': (500),
|
|
227
229
|
'ds-basic-text-accent-xs-breakpoint-md-letter-spacing': (.10em),
|
|
228
230
|
'ds-basic-text-accent-xs-breakpoint-md-line-height': (130%),
|
|
229
|
-
'ds-basic-text-accent-xs-breakpoint-sm-font-family': (Slate Pro),
|
|
231
|
+
'ds-basic-text-accent-xs-breakpoint-sm-font-family': ('Slate Pro'),
|
|
230
232
|
'ds-basic-text-accent-xs-breakpoint-sm-font-size': (16px),
|
|
231
|
-
'ds-basic-text-accent-xs-breakpoint-sm-font-weight': (
|
|
233
|
+
'ds-basic-text-accent-xs-breakpoint-sm-font-weight': (500),
|
|
232
234
|
'ds-basic-text-accent-xs-breakpoint-sm-letter-spacing': (.10em),
|
|
233
235
|
'ds-basic-text-accent-xs-breakpoint-sm-line-height': (130%),
|
|
234
|
-
'ds-basic-text-accent-xxl-breakpoint-lg-font-family': (Slate Pro),
|
|
236
|
+
'ds-basic-text-accent-xxl-breakpoint-lg-font-family': ('Slate Pro'),
|
|
235
237
|
'ds-basic-text-accent-xxl-breakpoint-lg-font-size': (38px),
|
|
236
|
-
'ds-basic-text-accent-xxl-breakpoint-lg-font-weight': (
|
|
238
|
+
'ds-basic-text-accent-xxl-breakpoint-lg-font-weight': (400),
|
|
237
239
|
'ds-basic-text-accent-xxl-breakpoint-lg-letter-spacing': (.05em),
|
|
238
240
|
'ds-basic-text-accent-xxl-breakpoint-lg-line-height': (100%),
|
|
239
|
-
'ds-basic-text-accent-xxl-breakpoint-md-font-family': (Slate Pro),
|
|
241
|
+
'ds-basic-text-accent-xxl-breakpoint-md-font-family': ('Slate Pro'),
|
|
240
242
|
'ds-basic-text-accent-xxl-breakpoint-md-font-size': (38px),
|
|
241
|
-
'ds-basic-text-accent-xxl-breakpoint-md-font-weight': (
|
|
243
|
+
'ds-basic-text-accent-xxl-breakpoint-md-font-weight': (400),
|
|
242
244
|
'ds-basic-text-accent-xxl-breakpoint-md-letter-spacing': (.05em),
|
|
243
245
|
'ds-basic-text-accent-xxl-breakpoint-md-line-height': (100%),
|
|
244
|
-
'ds-basic-text-accent-xxl-breakpoint-sm-font-family': (Slate Pro),
|
|
246
|
+
'ds-basic-text-accent-xxl-breakpoint-sm-font-family': ('Slate Pro'),
|
|
245
247
|
'ds-basic-text-accent-xxl-breakpoint-sm-font-size': (32px),
|
|
246
|
-
'ds-basic-text-accent-xxl-breakpoint-sm-font-weight': (
|
|
248
|
+
'ds-basic-text-accent-xxl-breakpoint-sm-font-weight': (400),
|
|
247
249
|
'ds-basic-text-accent-xxl-breakpoint-sm-letter-spacing': (.05em),
|
|
248
250
|
'ds-basic-text-accent-xxl-breakpoint-sm-line-height': (100%),
|
|
249
|
-
'ds-basic-text-accent-xxs-breakpoint-lg-font-family': (Slate Pro),
|
|
251
|
+
'ds-basic-text-accent-xxs-breakpoint-lg-font-family': ('Slate Pro'),
|
|
250
252
|
'ds-basic-text-accent-xxs-breakpoint-lg-font-size': (14px),
|
|
251
|
-
'ds-basic-text-accent-xxs-breakpoint-lg-font-weight': (
|
|
253
|
+
'ds-basic-text-accent-xxs-breakpoint-lg-font-weight': (400),
|
|
252
254
|
'ds-basic-text-accent-xxs-breakpoint-lg-letter-spacing': (.10em),
|
|
253
255
|
'ds-basic-text-accent-xxs-breakpoint-lg-line-height': (130%),
|
|
254
|
-
'ds-basic-text-accent-xxs-breakpoint-md-font-family': (Slate Pro),
|
|
256
|
+
'ds-basic-text-accent-xxs-breakpoint-md-font-family': ('Slate Pro'),
|
|
255
257
|
'ds-basic-text-accent-xxs-breakpoint-md-font-size': (14px),
|
|
256
|
-
'ds-basic-text-accent-xxs-breakpoint-md-font-weight': (
|
|
258
|
+
'ds-basic-text-accent-xxs-breakpoint-md-font-weight': (400),
|
|
257
259
|
'ds-basic-text-accent-xxs-breakpoint-md-letter-spacing': (.10em),
|
|
258
260
|
'ds-basic-text-accent-xxs-breakpoint-md-line-height': (130%),
|
|
259
|
-
'ds-basic-text-accent-xxs-breakpoint-sm-font-family': (Slate Pro),
|
|
261
|
+
'ds-basic-text-accent-xxs-breakpoint-sm-font-family': ('Slate Pro'),
|
|
260
262
|
'ds-basic-text-accent-xxs-breakpoint-sm-font-size': (14px),
|
|
261
|
-
'ds-basic-text-accent-xxs-breakpoint-sm-font-weight': (
|
|
263
|
+
'ds-basic-text-accent-xxs-breakpoint-sm-font-weight': (400),
|
|
262
264
|
'ds-basic-text-accent-xxs-breakpoint-sm-letter-spacing': (.10em),
|
|
263
265
|
'ds-basic-text-accent-xxs-breakpoint-sm-line-height': (130%),
|
|
264
|
-
'ds-basic-text-body-default-font-family': (Slate Pro),
|
|
266
|
+
'ds-basic-text-body-default-font-family': ('Slate Pro'),
|
|
265
267
|
'ds-basic-text-body-default-font-size': (16px),
|
|
266
|
-
'ds-basic-text-body-default-font-weight': (
|
|
268
|
+
'ds-basic-text-body-default-font-weight': (400),
|
|
267
269
|
'ds-basic-text-body-default-letter-spacing': (0),
|
|
268
270
|
'ds-basic-text-body-default-line-height': (24px),
|
|
269
|
-
'ds-basic-text-body-lg-font-family': (Slate Pro),
|
|
271
|
+
'ds-basic-text-body-lg-font-family': ('Slate Pro'),
|
|
270
272
|
'ds-basic-text-body-lg-font-size': (18px),
|
|
271
|
-
'ds-basic-text-body-lg-font-weight': (
|
|
273
|
+
'ds-basic-text-body-lg-font-weight': (400),
|
|
272
274
|
'ds-basic-text-body-lg-letter-spacing': (0),
|
|
273
275
|
'ds-basic-text-body-lg-line-height': (26px),
|
|
274
|
-
'ds-basic-text-body-sm-font-family': (Slate Pro),
|
|
276
|
+
'ds-basic-text-body-sm-font-family': ('Slate Pro'),
|
|
275
277
|
'ds-basic-text-body-sm-font-size': (14px),
|
|
276
|
-
'ds-basic-text-body-sm-font-weight': (
|
|
278
|
+
'ds-basic-text-body-sm-font-weight': (400),
|
|
277
279
|
'ds-basic-text-body-sm-letter-spacing': (0),
|
|
278
280
|
'ds-basic-text-body-sm-line-height': (20px),
|
|
279
|
-
'ds-basic-text-body-xs-font-family': (Slate Pro),
|
|
281
|
+
'ds-basic-text-body-xs-font-family': ('Slate Pro'),
|
|
280
282
|
'ds-basic-text-body-xs-font-size': (12px),
|
|
281
|
-
'ds-basic-text-body-xs-font-weight': (
|
|
283
|
+
'ds-basic-text-body-xs-font-weight': (400),
|
|
282
284
|
'ds-basic-text-body-xs-letter-spacing': (0),
|
|
283
285
|
'ds-basic-text-body-xs-line-height': (16px),
|
|
284
|
-
'ds-basic-text-body-xxs-font-family': (Slate Pro),
|
|
286
|
+
'ds-basic-text-body-xxs-font-family': ('Slate Pro'),
|
|
285
287
|
'ds-basic-text-body-xxs-font-size': (10px),
|
|
286
|
-
'ds-basic-text-body-xxs-font-weight': (
|
|
288
|
+
'ds-basic-text-body-xxs-font-weight': (400),
|
|
287
289
|
'ds-basic-text-body-xxs-letter-spacing': (0),
|
|
288
290
|
'ds-basic-text-body-xxs-line-height': (14px),
|
|
289
|
-
'ds-basic-text-display-lg-breakpoint-lg-font-family': (Chronicle Display),
|
|
291
|
+
'ds-basic-text-display-lg-breakpoint-lg-font-family': ('Chronicle Display'),
|
|
290
292
|
'ds-basic-text-display-lg-breakpoint-lg-font-size': (64px),
|
|
291
|
-
'ds-basic-text-display-lg-breakpoint-lg-font-weight': (
|
|
293
|
+
'ds-basic-text-display-lg-breakpoint-lg-font-weight': (600),
|
|
292
294
|
'ds-basic-text-display-lg-breakpoint-lg-letter-spacing': (0),
|
|
293
295
|
'ds-basic-text-display-lg-breakpoint-lg-line-height': (130%),
|
|
294
|
-
'ds-basic-text-display-lg-breakpoint-md-font-family': (Chronicle Display),
|
|
296
|
+
'ds-basic-text-display-lg-breakpoint-md-font-family': ('Chronicle Display'),
|
|
295
297
|
'ds-basic-text-display-lg-breakpoint-md-font-size': (56px),
|
|
296
|
-
'ds-basic-text-display-lg-breakpoint-md-font-weight': (
|
|
298
|
+
'ds-basic-text-display-lg-breakpoint-md-font-weight': (600),
|
|
297
299
|
'ds-basic-text-display-lg-breakpoint-md-letter-spacing': (0),
|
|
298
300
|
'ds-basic-text-display-lg-breakpoint-md-line-height': (130%),
|
|
299
|
-
'ds-basic-text-display-lg-breakpoint-sm-font-family': (Chronicle Display),
|
|
301
|
+
'ds-basic-text-display-lg-breakpoint-sm-font-family': ('Chronicle Display'),
|
|
300
302
|
'ds-basic-text-display-lg-breakpoint-sm-font-size': (44px),
|
|
301
|
-
'ds-basic-text-display-lg-breakpoint-sm-font-weight': (
|
|
303
|
+
'ds-basic-text-display-lg-breakpoint-sm-font-weight': (600),
|
|
302
304
|
'ds-basic-text-display-lg-breakpoint-sm-letter-spacing': (0),
|
|
303
305
|
'ds-basic-text-display-lg-breakpoint-sm-line-height': (130%),
|
|
304
|
-
'ds-basic-text-display-md-breakpoint-lg-font-family': (Chronicle Display),
|
|
306
|
+
'ds-basic-text-display-md-breakpoint-lg-font-family': ('Chronicle Display'),
|
|
305
307
|
'ds-basic-text-display-md-breakpoint-lg-font-size': (56px),
|
|
306
|
-
'ds-basic-text-display-md-breakpoint-lg-font-weight': (
|
|
308
|
+
'ds-basic-text-display-md-breakpoint-lg-font-weight': (600),
|
|
307
309
|
'ds-basic-text-display-md-breakpoint-lg-letter-spacing': (0),
|
|
308
310
|
'ds-basic-text-display-md-breakpoint-lg-line-height': (130%),
|
|
309
|
-
'ds-basic-text-display-md-breakpoint-md-font-family': (Chronicle Display),
|
|
311
|
+
'ds-basic-text-display-md-breakpoint-md-font-family': ('Chronicle Display'),
|
|
310
312
|
'ds-basic-text-display-md-breakpoint-md-font-size': (48px),
|
|
311
|
-
'ds-basic-text-display-md-breakpoint-md-font-weight': (
|
|
313
|
+
'ds-basic-text-display-md-breakpoint-md-font-weight': (600),
|
|
312
314
|
'ds-basic-text-display-md-breakpoint-md-letter-spacing': (0),
|
|
313
315
|
'ds-basic-text-display-md-breakpoint-md-line-height': (130%),
|
|
314
|
-
'ds-basic-text-display-md-breakpoint-sm-font-family': (Chronicle Display),
|
|
316
|
+
'ds-basic-text-display-md-breakpoint-sm-font-family': ('Chronicle Display'),
|
|
315
317
|
'ds-basic-text-display-md-breakpoint-sm-font-size': (40px),
|
|
316
|
-
'ds-basic-text-display-md-breakpoint-sm-font-weight': (
|
|
318
|
+
'ds-basic-text-display-md-breakpoint-sm-font-weight': (600),
|
|
317
319
|
'ds-basic-text-display-md-breakpoint-sm-letter-spacing': (0),
|
|
318
320
|
'ds-basic-text-display-md-breakpoint-sm-line-height': (130%),
|
|
319
|
-
'ds-basic-text-display-sm-breakpoint-lg-font-family': (Chronicle Display),
|
|
321
|
+
'ds-basic-text-display-sm-breakpoint-lg-font-family': ('Chronicle Display'),
|
|
320
322
|
'ds-basic-text-display-sm-breakpoint-lg-font-size': (48px),
|
|
321
|
-
'ds-basic-text-display-sm-breakpoint-lg-font-weight': (
|
|
323
|
+
'ds-basic-text-display-sm-breakpoint-lg-font-weight': (600),
|
|
322
324
|
'ds-basic-text-display-sm-breakpoint-lg-letter-spacing': (0),
|
|
323
325
|
'ds-basic-text-display-sm-breakpoint-lg-line-height': (130%),
|
|
324
|
-
'ds-basic-text-display-sm-breakpoint-md-font-family': (Chronicle Display),
|
|
326
|
+
'ds-basic-text-display-sm-breakpoint-md-font-family': ('Chronicle Display'),
|
|
325
327
|
'ds-basic-text-display-sm-breakpoint-md-font-size': (44px),
|
|
326
|
-
'ds-basic-text-display-sm-breakpoint-md-font-weight': (
|
|
328
|
+
'ds-basic-text-display-sm-breakpoint-md-font-weight': (600),
|
|
327
329
|
'ds-basic-text-display-sm-breakpoint-md-letter-spacing': (0),
|
|
328
330
|
'ds-basic-text-display-sm-breakpoint-md-line-height': (130%),
|
|
329
|
-
'ds-basic-text-display-sm-breakpoint-sm-font-family': (Chronicle Display),
|
|
331
|
+
'ds-basic-text-display-sm-breakpoint-sm-font-family': ('Chronicle Display'),
|
|
330
332
|
'ds-basic-text-display-sm-breakpoint-sm-font-size': (32px),
|
|
331
|
-
'ds-basic-text-display-sm-breakpoint-sm-font-weight': (
|
|
333
|
+
'ds-basic-text-display-sm-breakpoint-sm-font-weight': (600),
|
|
332
334
|
'ds-basic-text-display-sm-breakpoint-sm-letter-spacing': (0),
|
|
333
335
|
'ds-basic-text-display-sm-breakpoint-sm-line-height': (130%),
|
|
334
|
-
'ds-basic-text-display-xl-breakpoint-lg-font-family': (Chronicle Display),
|
|
336
|
+
'ds-basic-text-display-xl-breakpoint-lg-font-family': ('Chronicle Display'),
|
|
335
337
|
'ds-basic-text-display-xl-breakpoint-lg-font-size': (72px),
|
|
336
|
-
'ds-basic-text-display-xl-breakpoint-lg-font-weight': (
|
|
338
|
+
'ds-basic-text-display-xl-breakpoint-lg-font-weight': (600),
|
|
337
339
|
'ds-basic-text-display-xl-breakpoint-lg-letter-spacing': (0),
|
|
338
340
|
'ds-basic-text-display-xl-breakpoint-lg-line-height': (130%),
|
|
339
|
-
'ds-basic-text-display-xl-breakpoint-md-font-family': (Chronicle Display),
|
|
341
|
+
'ds-basic-text-display-xl-breakpoint-md-font-family': ('Chronicle Display'),
|
|
340
342
|
'ds-basic-text-display-xl-breakpoint-md-font-size': (64px),
|
|
341
|
-
'ds-basic-text-display-xl-breakpoint-md-font-weight': (
|
|
343
|
+
'ds-basic-text-display-xl-breakpoint-md-font-weight': (600),
|
|
342
344
|
'ds-basic-text-display-xl-breakpoint-md-letter-spacing': (0),
|
|
343
345
|
'ds-basic-text-display-xl-breakpoint-md-line-height': (130%),
|
|
344
|
-
'ds-basic-text-display-xl-breakpoint-sm-font-family': (Chronicle Display),
|
|
346
|
+
'ds-basic-text-display-xl-breakpoint-sm-font-family': ('Chronicle Display'),
|
|
345
347
|
'ds-basic-text-display-xl-breakpoint-sm-font-size': (48px),
|
|
346
|
-
'ds-basic-text-display-xl-breakpoint-sm-font-weight': (
|
|
348
|
+
'ds-basic-text-display-xl-breakpoint-sm-font-weight': (600),
|
|
347
349
|
'ds-basic-text-display-xl-breakpoint-sm-letter-spacing': (0),
|
|
348
350
|
'ds-basic-text-display-xl-breakpoint-sm-line-height': (130%),
|
|
349
|
-
'ds-basic-text-display-xs-breakpoint-lg-font-family': (Chronicle Display),
|
|
351
|
+
'ds-basic-text-display-xs-breakpoint-lg-font-family': ('Chronicle Display'),
|
|
350
352
|
'ds-basic-text-display-xs-breakpoint-lg-font-size': (38px),
|
|
351
|
-
'ds-basic-text-display-xs-breakpoint-lg-font-weight': (
|
|
353
|
+
'ds-basic-text-display-xs-breakpoint-lg-font-weight': (600),
|
|
352
354
|
'ds-basic-text-display-xs-breakpoint-lg-letter-spacing': (0),
|
|
353
355
|
'ds-basic-text-display-xs-breakpoint-lg-line-height': (130%),
|
|
354
|
-
'ds-basic-text-display-xs-breakpoint-md-font-family': (Chronicle Display),
|
|
356
|
+
'ds-basic-text-display-xs-breakpoint-md-font-family': ('Chronicle Display'),
|
|
355
357
|
'ds-basic-text-display-xs-breakpoint-md-font-size': (36px),
|
|
356
|
-
'ds-basic-text-display-xs-breakpoint-md-font-weight': (
|
|
358
|
+
'ds-basic-text-display-xs-breakpoint-md-font-weight': (600),
|
|
357
359
|
'ds-basic-text-display-xs-breakpoint-md-letter-spacing': (0),
|
|
358
360
|
'ds-basic-text-display-xs-breakpoint-md-line-height': (130%),
|
|
359
|
-
'ds-basic-text-display-xs-breakpoint-sm-font-family': (Chronicle Display),
|
|
361
|
+
'ds-basic-text-display-xs-breakpoint-sm-font-family': ('Chronicle Display'),
|
|
360
362
|
'ds-basic-text-display-xs-breakpoint-sm-font-size': (28px),
|
|
361
|
-
'ds-basic-text-display-xs-breakpoint-sm-font-weight': (
|
|
363
|
+
'ds-basic-text-display-xs-breakpoint-sm-font-weight': (600),
|
|
362
364
|
'ds-basic-text-display-xs-breakpoint-sm-letter-spacing': (0),
|
|
363
365
|
'ds-basic-text-display-xs-breakpoint-sm-line-height': (130%),
|
|
364
|
-
'ds-basic-text-display-xxl-breakpoint-lg-font-family': (Chronicle Display),
|
|
366
|
+
'ds-basic-text-display-xxl-breakpoint-lg-font-family': ('Chronicle Display'),
|
|
365
367
|
'ds-basic-text-display-xxl-breakpoint-lg-font-size': (86px),
|
|
366
|
-
'ds-basic-text-display-xxl-breakpoint-lg-font-weight': (
|
|
368
|
+
'ds-basic-text-display-xxl-breakpoint-lg-font-weight': (600),
|
|
367
369
|
'ds-basic-text-display-xxl-breakpoint-lg-letter-spacing': (0),
|
|
368
370
|
'ds-basic-text-display-xxl-breakpoint-lg-line-height': (130%),
|
|
369
|
-
'ds-basic-text-display-xxl-breakpoint-md-font-family': (Chronicle Display),
|
|
371
|
+
'ds-basic-text-display-xxl-breakpoint-md-font-family': ('Chronicle Display'),
|
|
370
372
|
'ds-basic-text-display-xxl-breakpoint-md-font-size': (72px),
|
|
371
|
-
'ds-basic-text-display-xxl-breakpoint-md-font-weight': (
|
|
373
|
+
'ds-basic-text-display-xxl-breakpoint-md-font-weight': (600),
|
|
372
374
|
'ds-basic-text-display-xxl-breakpoint-md-letter-spacing': (0),
|
|
373
375
|
'ds-basic-text-display-xxl-breakpoint-md-line-height': (130%),
|
|
374
|
-
'ds-basic-text-display-xxl-breakpoint-sm-font-family': (Chronicle Display),
|
|
376
|
+
'ds-basic-text-display-xxl-breakpoint-sm-font-family': ('Chronicle Display'),
|
|
375
377
|
'ds-basic-text-display-xxl-breakpoint-sm-font-size': (56px),
|
|
376
|
-
'ds-basic-text-display-xxl-breakpoint-sm-font-weight': (
|
|
378
|
+
'ds-basic-text-display-xxl-breakpoint-sm-font-weight': (600),
|
|
377
379
|
'ds-basic-text-display-xxl-breakpoint-sm-letter-spacing': (0),
|
|
378
380
|
'ds-basic-text-display-xxl-breakpoint-sm-line-height': (130%),
|
|
379
|
-
'ds-basic-text-heading-lg-breakpoint-lg-font-family': (Slate Pro),
|
|
381
|
+
'ds-basic-text-heading-lg-breakpoint-lg-font-family': ('Slate Pro'),
|
|
380
382
|
'ds-basic-text-heading-lg-breakpoint-lg-font-size': (36px),
|
|
381
|
-
'ds-basic-text-heading-lg-breakpoint-lg-font-weight': (
|
|
383
|
+
'ds-basic-text-heading-lg-breakpoint-lg-font-weight': (400),
|
|
382
384
|
'ds-basic-text-heading-lg-breakpoint-lg-letter-spacing': (0),
|
|
383
385
|
'ds-basic-text-heading-lg-breakpoint-lg-line-height': (130%),
|
|
384
|
-
'ds-basic-text-heading-lg-breakpoint-md-font-family': (Slate Pro),
|
|
386
|
+
'ds-basic-text-heading-lg-breakpoint-md-font-family': ('Slate Pro'),
|
|
385
387
|
'ds-basic-text-heading-lg-breakpoint-md-font-size': (32px),
|
|
386
|
-
'ds-basic-text-heading-lg-breakpoint-md-font-weight': (
|
|
388
|
+
'ds-basic-text-heading-lg-breakpoint-md-font-weight': (400),
|
|
387
389
|
'ds-basic-text-heading-lg-breakpoint-md-letter-spacing': (0),
|
|
388
390
|
'ds-basic-text-heading-lg-breakpoint-md-line-height': (130%),
|
|
389
|
-
'ds-basic-text-heading-lg-breakpoint-sm-font-family': (Slate Pro),
|
|
391
|
+
'ds-basic-text-heading-lg-breakpoint-sm-font-family': ('Slate Pro'),
|
|
390
392
|
'ds-basic-text-heading-lg-breakpoint-sm-font-size': (28px),
|
|
391
|
-
'ds-basic-text-heading-lg-breakpoint-sm-font-weight': (
|
|
393
|
+
'ds-basic-text-heading-lg-breakpoint-sm-font-weight': (400),
|
|
392
394
|
'ds-basic-text-heading-lg-breakpoint-sm-letter-spacing': (0),
|
|
393
395
|
'ds-basic-text-heading-lg-breakpoint-sm-line-height': (130%),
|
|
394
|
-
'ds-basic-text-heading-md-breakpoint-lg-font-family': (Slate Pro),
|
|
396
|
+
'ds-basic-text-heading-md-breakpoint-lg-font-family': ('Slate Pro'),
|
|
395
397
|
'ds-basic-text-heading-md-breakpoint-lg-font-size': (28px),
|
|
396
|
-
'ds-basic-text-heading-md-breakpoint-lg-font-weight': (
|
|
398
|
+
'ds-basic-text-heading-md-breakpoint-lg-font-weight': (500),
|
|
397
399
|
'ds-basic-text-heading-md-breakpoint-lg-letter-spacing': (0),
|
|
398
400
|
'ds-basic-text-heading-md-breakpoint-lg-line-height': (130%),
|
|
399
|
-
'ds-basic-text-heading-md-breakpoint-md-font-family': (Slate Pro),
|
|
401
|
+
'ds-basic-text-heading-md-breakpoint-md-font-family': ('Slate Pro'),
|
|
400
402
|
'ds-basic-text-heading-md-breakpoint-md-font-size': (28px),
|
|
401
|
-
'ds-basic-text-heading-md-breakpoint-md-font-weight': (
|
|
403
|
+
'ds-basic-text-heading-md-breakpoint-md-font-weight': (500),
|
|
402
404
|
'ds-basic-text-heading-md-breakpoint-md-letter-spacing': (0),
|
|
403
405
|
'ds-basic-text-heading-md-breakpoint-md-line-height': (130%),
|
|
404
|
-
'ds-basic-text-heading-md-breakpoint-sm-font-family': (Slate Pro),
|
|
406
|
+
'ds-basic-text-heading-md-breakpoint-sm-font-family': ('Slate Pro'),
|
|
405
407
|
'ds-basic-text-heading-md-breakpoint-sm-font-size': (26px),
|
|
406
|
-
'ds-basic-text-heading-md-breakpoint-sm-font-weight': (
|
|
408
|
+
'ds-basic-text-heading-md-breakpoint-sm-font-weight': (500),
|
|
407
409
|
'ds-basic-text-heading-md-breakpoint-sm-letter-spacing': (0),
|
|
408
410
|
'ds-basic-text-heading-md-breakpoint-sm-line-height': (130%),
|
|
409
|
-
'ds-basic-text-heading-sm-breakpoint-lg-font-family': (Slate Pro),
|
|
411
|
+
'ds-basic-text-heading-sm-breakpoint-lg-font-family': ('Slate Pro'),
|
|
410
412
|
'ds-basic-text-heading-sm-breakpoint-lg-font-size': (24px),
|
|
411
|
-
'ds-basic-text-heading-sm-breakpoint-lg-font-weight': (
|
|
413
|
+
'ds-basic-text-heading-sm-breakpoint-lg-font-weight': (500),
|
|
412
414
|
'ds-basic-text-heading-sm-breakpoint-lg-letter-spacing': (0),
|
|
413
415
|
'ds-basic-text-heading-sm-breakpoint-lg-line-height': (130%),
|
|
414
|
-
'ds-basic-text-heading-sm-breakpoint-md-font-family': (Slate Pro),
|
|
416
|
+
'ds-basic-text-heading-sm-breakpoint-md-font-family': ('Slate Pro'),
|
|
415
417
|
'ds-basic-text-heading-sm-breakpoint-md-font-size': (24px),
|
|
416
|
-
'ds-basic-text-heading-sm-breakpoint-md-font-weight': (
|
|
418
|
+
'ds-basic-text-heading-sm-breakpoint-md-font-weight': (500),
|
|
417
419
|
'ds-basic-text-heading-sm-breakpoint-md-letter-spacing': (0),
|
|
418
420
|
'ds-basic-text-heading-sm-breakpoint-md-line-height': (130%),
|
|
419
|
-
'ds-basic-text-heading-sm-breakpoint-sm-font-family': (Slate Pro),
|
|
421
|
+
'ds-basic-text-heading-sm-breakpoint-sm-font-family': ('Slate Pro'),
|
|
420
422
|
'ds-basic-text-heading-sm-breakpoint-sm-font-size': (22px),
|
|
421
|
-
'ds-basic-text-heading-sm-breakpoint-sm-font-weight': (
|
|
423
|
+
'ds-basic-text-heading-sm-breakpoint-sm-font-weight': (500),
|
|
422
424
|
'ds-basic-text-heading-sm-breakpoint-sm-letter-spacing': (0),
|
|
423
425
|
'ds-basic-text-heading-sm-breakpoint-sm-line-height': (130%),
|
|
424
|
-
'ds-basic-text-heading-xl-breakpoint-lg-font-family': (Slate Pro),
|
|
426
|
+
'ds-basic-text-heading-xl-breakpoint-lg-font-family': ('Slate Pro'),
|
|
425
427
|
'ds-basic-text-heading-xl-breakpoint-lg-font-size': (40px),
|
|
426
|
-
'ds-basic-text-heading-xl-breakpoint-lg-font-weight': (
|
|
428
|
+
'ds-basic-text-heading-xl-breakpoint-lg-font-weight': (400),
|
|
427
429
|
'ds-basic-text-heading-xl-breakpoint-lg-letter-spacing': (0),
|
|
428
430
|
'ds-basic-text-heading-xl-breakpoint-lg-line-height': (130%),
|
|
429
|
-
'ds-basic-text-heading-xl-breakpoint-md-font-family': (Slate Pro),
|
|
431
|
+
'ds-basic-text-heading-xl-breakpoint-md-font-family': ('Slate Pro'),
|
|
430
432
|
'ds-basic-text-heading-xl-breakpoint-md-font-size': (36px),
|
|
431
|
-
'ds-basic-text-heading-xl-breakpoint-md-font-weight': (
|
|
433
|
+
'ds-basic-text-heading-xl-breakpoint-md-font-weight': (400),
|
|
432
434
|
'ds-basic-text-heading-xl-breakpoint-md-letter-spacing': (0),
|
|
433
435
|
'ds-basic-text-heading-xl-breakpoint-md-line-height': (130%),
|
|
434
|
-
'ds-basic-text-heading-xl-breakpoint-sm-font-family': (Slate Pro),
|
|
436
|
+
'ds-basic-text-heading-xl-breakpoint-sm-font-family': ('Slate Pro'),
|
|
435
437
|
'ds-basic-text-heading-xl-breakpoint-sm-font-size': (32px),
|
|
436
|
-
'ds-basic-text-heading-xl-breakpoint-sm-font-weight': (
|
|
438
|
+
'ds-basic-text-heading-xl-breakpoint-sm-font-weight': (400),
|
|
437
439
|
'ds-basic-text-heading-xl-breakpoint-sm-letter-spacing': (0),
|
|
438
440
|
'ds-basic-text-heading-xl-breakpoint-sm-line-height': (130%),
|
|
439
|
-
'ds-basic-text-heading-xs-breakpoint-lg-font-family': (Slate Pro),
|
|
441
|
+
'ds-basic-text-heading-xs-breakpoint-lg-font-family': ('Slate Pro'),
|
|
440
442
|
'ds-basic-text-heading-xs-breakpoint-lg-font-size': (20px),
|
|
441
|
-
'ds-basic-text-heading-xs-breakpoint-lg-font-weight': (
|
|
443
|
+
'ds-basic-text-heading-xs-breakpoint-lg-font-weight': (500),
|
|
442
444
|
'ds-basic-text-heading-xs-breakpoint-lg-letter-spacing': (0),
|
|
443
445
|
'ds-basic-text-heading-xs-breakpoint-lg-line-height': (130%),
|
|
444
|
-
'ds-basic-text-heading-xs-breakpoint-md-font-family': (Slate Pro),
|
|
446
|
+
'ds-basic-text-heading-xs-breakpoint-md-font-family': ('Slate Pro'),
|
|
445
447
|
'ds-basic-text-heading-xs-breakpoint-md-font-size': (20px),
|
|
446
|
-
'ds-basic-text-heading-xs-breakpoint-md-font-weight': (
|
|
448
|
+
'ds-basic-text-heading-xs-breakpoint-md-font-weight': (500),
|
|
447
449
|
'ds-basic-text-heading-xs-breakpoint-md-letter-spacing': (0),
|
|
448
450
|
'ds-basic-text-heading-xs-breakpoint-md-line-height': (130%),
|
|
449
|
-
'ds-basic-text-heading-xs-breakpoint-sm-font-family': (Slate Pro),
|
|
451
|
+
'ds-basic-text-heading-xs-breakpoint-sm-font-family': ('Slate Pro'),
|
|
450
452
|
'ds-basic-text-heading-xs-breakpoint-sm-font-size': (20px),
|
|
451
|
-
'ds-basic-text-heading-xs-breakpoint-sm-font-weight': (
|
|
453
|
+
'ds-basic-text-heading-xs-breakpoint-sm-font-weight': (500),
|
|
452
454
|
'ds-basic-text-heading-xs-breakpoint-sm-letter-spacing': (0),
|
|
453
455
|
'ds-basic-text-heading-xs-breakpoint-sm-line-height': (130%),
|
|
454
|
-
'ds-basic-text-heading-xxs-breakpoint-lg-font-family': (Slate Pro),
|
|
456
|
+
'ds-basic-text-heading-xxs-breakpoint-lg-font-family': ('Slate Pro'),
|
|
455
457
|
'ds-basic-text-heading-xxs-breakpoint-lg-font-size': (18px),
|
|
456
|
-
'ds-basic-text-heading-xxs-breakpoint-lg-font-weight': (
|
|
458
|
+
'ds-basic-text-heading-xxs-breakpoint-lg-font-weight': (500),
|
|
457
459
|
'ds-basic-text-heading-xxs-breakpoint-lg-letter-spacing': (0),
|
|
458
460
|
'ds-basic-text-heading-xxs-breakpoint-lg-line-height': (130%),
|
|
459
|
-
'ds-basic-text-heading-xxs-breakpoint-md-font-family': (Slate Pro),
|
|
461
|
+
'ds-basic-text-heading-xxs-breakpoint-md-font-family': ('Slate Pro'),
|
|
460
462
|
'ds-basic-text-heading-xxs-breakpoint-md-font-size': (18px),
|
|
461
|
-
'ds-basic-text-heading-xxs-breakpoint-md-font-weight': (
|
|
463
|
+
'ds-basic-text-heading-xxs-breakpoint-md-font-weight': (500),
|
|
462
464
|
'ds-basic-text-heading-xxs-breakpoint-md-letter-spacing': (0),
|
|
463
465
|
'ds-basic-text-heading-xxs-breakpoint-md-line-height': (130%),
|
|
464
|
-
'ds-basic-text-heading-xxs-breakpoint-sm-font-family': (Slate Pro),
|
|
466
|
+
'ds-basic-text-heading-xxs-breakpoint-sm-font-family': ('Slate Pro'),
|
|
465
467
|
'ds-basic-text-heading-xxs-breakpoint-sm-font-size': (18px),
|
|
466
|
-
'ds-basic-text-heading-xxs-breakpoint-sm-font-weight': (
|
|
468
|
+
'ds-basic-text-heading-xxs-breakpoint-sm-font-weight': (500),
|
|
467
469
|
'ds-basic-text-heading-xxs-breakpoint-sm-letter-spacing': (0),
|
|
468
470
|
'ds-basic-text-heading-xxs-breakpoint-sm-line-height': (130%),
|
|
469
471
|
'ds-basic-corner-radius-large': (24px),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed,
|
|
3
|
+
// Generated on Wed, 30 Apr 2025 16:05:20 GMT
|
|
4
4
|
|
|
5
5
|
$ha-color-alohapink-100: #fdf1f8;
|
|
6
6
|
$ha-color-alohapink-200: #fad8eb;
|
|
@@ -141,8 +141,8 @@ $ha-color-status-warn-800: #6b5300;
|
|
|
141
141
|
$ha-color-status-warn-900: #523f00;
|
|
142
142
|
$ha-color-status-warn-1000: #382b00;
|
|
143
143
|
$ha-color-white: #ffffff;
|
|
144
|
-
$ha-font-family-chronicle-display: Chronicle Display;
|
|
145
|
-
$ha-font-family-slate-pro: Slate Pro;
|
|
144
|
+
$ha-font-family-chronicle-display: 'Chronicle Display';
|
|
145
|
+
$ha-font-family-slate-pro: 'Slate Pro';
|
|
146
146
|
$ha-font-letter-spacing-md: .10em;
|
|
147
147
|
$ha-font-letter-spacing-sm: .05em;
|
|
148
148
|
$ha-font-letter-spacing-xs: 0;
|
|
@@ -173,13 +173,13 @@ $ha-font-size-56: 56px;
|
|
|
173
173
|
$ha-font-size-64: 64px;
|
|
174
174
|
$ha-font-size-72: 72px;
|
|
175
175
|
$ha-font-size-86: 86px;
|
|
176
|
-
$ha-font-weight-
|
|
177
|
-
$ha-font-weight-
|
|
178
|
-
$ha-font-weight-
|
|
179
|
-
$ha-font-weight-
|
|
180
|
-
$ha-font-weight-
|
|
181
|
-
$ha-font-weight-
|
|
182
|
-
$ha-font-weight-
|
|
176
|
+
$ha-font-weight-book: 450;
|
|
177
|
+
$ha-font-weight-cond-medium: 500;
|
|
178
|
+
$ha-font-weight-cond-news: 450;
|
|
179
|
+
$ha-font-weight-light: 300;
|
|
180
|
+
$ha-font-weight-medium: 500;
|
|
181
|
+
$ha-font-weight-regular: 400;
|
|
182
|
+
$ha-font-weight-semibold: 600;
|
|
183
183
|
$ha-transparency-black-5: rgba(0, 0, 0, 0.05);
|
|
184
184
|
$ha-transparency-black-10: rgba(0, 0, 0, 0.1);
|
|
185
185
|
$ha-transparency-black-15: rgba(0, 0, 0, 0.15);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aurodesignsystem/design-tokens",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.12.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",
|
|
@@ -191,47 +191,47 @@
|
|
|
191
191
|
}
|
|
192
192
|
},
|
|
193
193
|
"weight": {
|
|
194
|
-
"
|
|
194
|
+
"book": {
|
|
195
195
|
"deprecated": false,
|
|
196
196
|
"public": false,
|
|
197
197
|
"type": "primitive",
|
|
198
|
-
"value": "
|
|
198
|
+
"value": "450"
|
|
199
199
|
},
|
|
200
|
-
"
|
|
200
|
+
"condMedium": {
|
|
201
201
|
"deprecated": false,
|
|
202
202
|
"public": false,
|
|
203
203
|
"type": "primitive",
|
|
204
|
-
"value": "
|
|
204
|
+
"value": "500"
|
|
205
205
|
},
|
|
206
|
-
"
|
|
206
|
+
"condNews": {
|
|
207
207
|
"deprecated": false,
|
|
208
208
|
"public": false,
|
|
209
209
|
"type": "primitive",
|
|
210
|
-
"value": "
|
|
210
|
+
"value": "450"
|
|
211
211
|
},
|
|
212
|
-
"
|
|
212
|
+
"light": {
|
|
213
213
|
"deprecated": false,
|
|
214
214
|
"public": false,
|
|
215
215
|
"type": "primitive",
|
|
216
|
-
"value": "
|
|
216
|
+
"value": "300"
|
|
217
217
|
},
|
|
218
|
-
"
|
|
218
|
+
"medium": {
|
|
219
219
|
"deprecated": false,
|
|
220
220
|
"public": false,
|
|
221
221
|
"type": "primitive",
|
|
222
|
-
"value": "
|
|
222
|
+
"value": "500"
|
|
223
223
|
},
|
|
224
|
-
"
|
|
224
|
+
"regular": {
|
|
225
225
|
"deprecated": false,
|
|
226
226
|
"public": false,
|
|
227
227
|
"type": "primitive",
|
|
228
|
-
"value": "
|
|
228
|
+
"value": "400"
|
|
229
229
|
},
|
|
230
|
-
"
|
|
230
|
+
"semibold": {
|
|
231
231
|
"deprecated": false,
|
|
232
232
|
"public": false,
|
|
233
233
|
"type": "primitive",
|
|
234
|
-
"value": "
|
|
234
|
+
"value": "600"
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"advanced": {
|
|
3
|
+
"color": {
|
|
4
|
+
"flightline": {
|
|
5
|
+
"indicator": {
|
|
6
|
+
"deprecated": false,
|
|
7
|
+
"public": true,
|
|
8
|
+
"type": "semantic",
|
|
9
|
+
"usage": "Flightline indicator color",
|
|
10
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
11
|
+
},
|
|
12
|
+
"line": {
|
|
13
|
+
"deprecated": false,
|
|
14
|
+
"public": true,
|
|
15
|
+
"type": "semantic",
|
|
16
|
+
"usage": "Flightline line color",
|
|
17
|
+
"value": "{basic.color.brand.primaryBold.value}"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|