@aurodesignsystem/design-tokens 5.6.1 → 5.8.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.
Files changed (73) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/CSSCustomProperties--bundled.css +507 -41
  3. package/dist/alaska/CSSCustomProperties--alaska.css +25 -22
  4. package/dist/alaska/JSONVariablesNested--alaska.json +26 -21
  5. package/dist/alaska/JSObject--allTokens.js +277 -180
  6. package/dist/alaska/SCSSVariables--alaska.scss +25 -22
  7. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +25 -22
  8. package/dist/alaska/primitives--alaska.scss +27 -27
  9. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +463 -0
  10. package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +714 -0
  11. package/dist/alaska-classic/JSObject--allTokens.js +15671 -0
  12. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +460 -0
  13. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +464 -0
  14. package/dist/alaska-classic/primitives--alaskaClassic.scss +246 -0
  15. package/dist/auro-classic/CSSCustomProperties.css +1 -1
  16. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  17. package/dist/auro-classic/JSData--color.js +1 -1
  18. package/dist/auro-classic/JSObject--allTokens.js +1 -1
  19. package/dist/auro-classic/JSObject--deprecated.js +1 -1
  20. package/dist/auro-classic/JSVariables--color.js +1 -1
  21. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  22. package/dist/auro-classic/SCSSVariables.scss +1 -1
  23. package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  24. package/dist/auro-classic/SassCustomProperties.scss +1 -1
  25. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  26. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +23 -20
  27. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +24 -19
  28. package/dist/hawaiian/JSObject--allTokens.js +273 -176
  29. package/dist/hawaiian/SCSSVariables--hawaiian.scss +23 -20
  30. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +23 -20
  31. package/dist/hawaiian/primitives--hawaiian.scss +27 -27
  32. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  33. package/package.json +1 -1
  34. package/src/primitives/base/transparency.json +38 -38
  35. package/src/themes/alaska/advanced/boolean.json +2 -2
  36. package/src/themes/alaska/advanced/button/flat.json +58 -0
  37. package/src/themes/alaska/advanced/button/primary.json +0 -8
  38. package/src/themes/alaska/advanced/button/secondary.json +4 -4
  39. package/src/themes/alaska/advanced/button/tertiary.json +0 -32
  40. package/src/themes/alaska/basic/color/text-icon.json +16 -0
  41. package/src/themes/alaska-classic/advanced/accents.json +104 -0
  42. package/src/themes/alaska-classic/advanced/boolean.json +144 -0
  43. package/src/themes/alaska-classic/advanced/button/flat.json +58 -0
  44. package/src/themes/alaska-classic/advanced/button/primary.json +138 -0
  45. package/src/themes/alaska-classic/advanced/button/secondary.json +106 -0
  46. package/src/themes/alaska-classic/advanced/button/tertiary.json +66 -0
  47. package/src/themes/alaska-classic/advanced/hyperlink.json +40 -0
  48. package/src/themes/alaska-classic/advanced/shared.json +48 -0
  49. package/src/themes/alaska-classic/advanced/state.json +72 -0
  50. package/src/themes/alaska-classic/basic/color/border.json +64 -0
  51. package/src/themes/alaska-classic/basic/color/brand.json +104 -0
  52. package/src/themes/alaska-classic/basic/color/fare-brand.json +74 -0
  53. package/src/themes/alaska-classic/basic/color/page-background.json +24 -0
  54. package/src/themes/alaska-classic/basic/color/status.json +80 -0
  55. package/src/themes/alaska-classic/basic/color/surface.json +88 -0
  56. package/src/themes/alaska-classic/basic/color/text-icon.json +72 -0
  57. package/src/themes/alaska-classic/basic/corner-radius.json +30 -0
  58. package/src/themes/alaska-classic/basic/font/accent.json +918 -0
  59. package/src/themes/alaska-classic/basic/font/body.json +218 -0
  60. package/src/themes/alaska-classic/basic/font/display.json +788 -0
  61. package/src/themes/alaska-classic/basic/font/heading.json +788 -0
  62. package/src/themes/hawaiian/advanced/button/flat.json +58 -0
  63. package/src/themes/hawaiian/advanced/button/primary.json +0 -8
  64. package/src/themes/hawaiian/advanced/button/secondary.json +4 -4
  65. package/src/themes/hawaiian/advanced/button/tertiary.json +0 -32
  66. package/src/themes/hawaiian/basic/color/text-icon.json +16 -0
  67. package/src/themes/alaska-classic/color.json +0 -444
  68. package/src/themes/alaska-classic/component/boolean.json +0 -70
  69. package/src/themes/alaska-classic/component/button.json +0 -260
  70. package/src/themes/alaska-classic/component/hyperlink.json +0 -62
  71. package/src/themes/alaska-classic/component/shared.json +0 -46
  72. package/src/themes/alaska-classic/component/state.json +0 -70
  73. package/src/themes/alaska-classic/typography.json +0 -824
@@ -0,0 +1,714 @@
1
+ {
2
+ "advanced": {
3
+ "color": {
4
+ "button": {
5
+ "flat": {
6
+ "text": "#676767",
7
+ "textDisabled": "#d0d0d0",
8
+ "textHover": "#525252",
9
+ "textInverse": "#ffffff",
10
+ "textInverseDisabled": "#7e8894",
11
+ "textInverseHover": "#adadad"
12
+ },
13
+ "primary": {
14
+ "background": "#0074ca",
15
+ "backgroundDisabled": "#acc9e2",
16
+ "backgroundHover": "#003761",
17
+ "backgroundInactive": "#aedeff",
18
+ "backgroundInactiveHover": "#289bee",
19
+ "backgroundInverse": "#5de3f7",
20
+ "backgroundInverseDisabled": "rgba(255, 255, 255, 0.75)",
21
+ "backgroundInverseHover": "#b4eff9",
22
+ "border": "#0074ca",
23
+ "borderDisabled": "#acc9e2",
24
+ "borderHover": "#003761",
25
+ "borderInverse": "#5de3f7",
26
+ "borderInverseDisabled": "rgba(255, 255, 255, 0.75)",
27
+ "borderInverseHover": "#b4eff9",
28
+ "text": "#ffffff",
29
+ "textInverse": "#2a2a2a"
30
+ },
31
+ "secondary": {
32
+ "background": "#ffffff",
33
+ "backgroundDisabled": "#f7f7f7",
34
+ "backgroundHover": "#f2f2f2",
35
+ "backgroundInverseHover": "#ebfafd",
36
+ "border": "#0074ca",
37
+ "borderHover": "#003761",
38
+ "borderDisabled": "#dddddd",
39
+ "borderInverse": "#5de3f7",
40
+ "borderInverseDisabled": "#dddddd",
41
+ "text": "#0074ca",
42
+ "textHover": "#01426a",
43
+ "textInverse": "#5de3f7"
44
+ },
45
+ "tertiary": {
46
+ "background": "rgba(0, 0, 0, 0.05)",
47
+ "backgroundHover": "rgba(0, 0, 0, 0.1)",
48
+ "backgroundInverse": "rgba(255, 255, 255, 0.05)",
49
+ "backgroundInverseHover": "rgba(255, 255, 255, 0.1)",
50
+ "text": "#0074ca",
51
+ "textHover": "#003761",
52
+ "textInverse": "#5de3f7"
53
+ }
54
+ },
55
+ "accents": {
56
+ "accent1": "#b2d583",
57
+ "accent1Bold": "#92c450",
58
+ "accent1Muted": "#deedca",
59
+ "accent2": "#fad362",
60
+ "accent2Bold": "#f2ba14",
61
+ "accent2Muted": "#fde398",
62
+ "accent3": "#63beff",
63
+ "accent3Bold": "#0074ca",
64
+ "accent3Muted": "#aedeff",
65
+ "accent4": "#feb17a",
66
+ "accent4Bold": "#fb7f24",
67
+ "accent4Muted": "#ffe2cf"
68
+ },
69
+ "boolean": {
70
+ "disabledInverse": "#7e8894",
71
+ "error": "#e31f26",
72
+ "errorHover": "#b1161c",
73
+ "errorInverse": "#f9a4a8",
74
+ "errorInverseHover": "#f15f65",
75
+ "indicator": "#ffffff",
76
+ "indicatorInverse": "#0074ca",
77
+ "isfalse": "#ffffff",
78
+ "isfalseBorder": "#585e67",
79
+ "isfalseBorderInverse": "#ffffff",
80
+ "isfalseHover": "#f2f2f2",
81
+ "isfalseInverse": "rgba(255, 255, 255, 0.05)",
82
+ "isfalseInverseHover": "rgba(255, 255, 255, 0.15)",
83
+ "istrue": "#0074ca",
84
+ "istrueHover": "#003761",
85
+ "istrueInverse": "#ffffff",
86
+ "istrueInverseHover": "rgba(255, 255, 255, 0.7)"
87
+ },
88
+ "hyperlink": {
89
+ "text": "#0074ca",
90
+ "textHover": "#01426a",
91
+ "textInverse": "#97eaf8",
92
+ "textInverseHover": "#b4eff9"
93
+ },
94
+ "shared": {
95
+ "background": "#ffffff",
96
+ "backgroundInverse": "rgba(255, 255, 255, 0.05)",
97
+ "backgroundMuted": "#f7f7f7",
98
+ "backgroundStrong": "#7e7e7e",
99
+ "textAccent": "#0074ca"
100
+ },
101
+ "state": {
102
+ "backgroundDisabled": "#dddddd",
103
+ "backgroundHover": "#f2f2f2",
104
+ "backgroundInverseHover": "rgba(255, 255, 255, 0.15)",
105
+ "errorInverse": "#e31f26",
106
+ "focused": "#0074ca",
107
+ "focusedInverse": "#5de3f7",
108
+ "selected": "#0074ca",
109
+ "selectedHover": "#003761"
110
+ }
111
+ }
112
+ },
113
+ "basic": {
114
+ "color": {
115
+ "border": {
116
+ "bold": "#585e67",
117
+ "brand": "#01426a",
118
+ "default": "#959595",
119
+ "divider": "rgba(0, 0, 0, 0.15)",
120
+ "dividerInverse": "rgba(255, 255, 255, 0.4)",
121
+ "inverse": "#ffffff",
122
+ "subtle": "#dddddd"
123
+ },
124
+ "brand": {
125
+ "primary": "#0074ca",
126
+ "primaryBold": "#003761",
127
+ "primaryMuted": "#ebf7ff",
128
+ "primarySubtle": "#289bee",
129
+ "secondary": "#01426a",
130
+ "secondaryBold": "#00274a",
131
+ "secondaryMuted": "#ebf3f9",
132
+ "secondarySubtle": "#2875b5",
133
+ "tertiary": "#5de3f7",
134
+ "tertiaryBold": "#18c3dd",
135
+ "tertiaryMuted": "#ebfafd",
136
+ "tertiarySubtle": "#b4eff9"
137
+ },
138
+ "fare": {
139
+ "basiceconomy": "#97eaf8",
140
+ "business": "#01426a",
141
+ "economy": "#0074ca",
142
+ "first": "#00274a",
143
+ "oneworld": {
144
+ "emerald": "#139142",
145
+ "ruby": "#a41d4a",
146
+ "sapphire": "#015daa"
147
+ },
148
+ "premiumeconomy": "#005154"
149
+ },
150
+ "pageBackground": {
151
+ "default": "#ffffff",
152
+ "utility": "#f7f8fa"
153
+ },
154
+ "status": {
155
+ "default": "#afb9c6",
156
+ "error": "#e31f26",
157
+ "errorSubtle": "#fbc6c6",
158
+ "info": "#007db1",
159
+ "infoSubtle": "#e8f2f8",
160
+ "success": "#447a1f",
161
+ "successSubtle": "#d6eac7",
162
+ "warning": "#fac200",
163
+ "warningSubtle": "#fff0b2"
164
+ },
165
+ "surface": {
166
+ "accent1": "#0074ca",
167
+ "accent1Muted": "#ebf7ff",
168
+ "accent1Subtle": "#289bee",
169
+ "accent2": "#959595",
170
+ "accent2Muted": "#c5c5c5",
171
+ "default": "#ffffff",
172
+ "inverse": "#01426a",
173
+ "inverseSubtle": "#2875b5",
174
+ "neutralMedium": "#c5c5c5",
175
+ "neutralSubtle": "#f7f7f7"
176
+ },
177
+ "texticon": {
178
+ "accent1": "#01426a",
179
+ "default": "#2a2a2a",
180
+ "disabled": "#d0d0d0",
181
+ "disabledInverse": "#7e8894",
182
+ "inverse": "#ffffff",
183
+ "inverseDisabled": "#7e8894",
184
+ "inverseMuted": "#ccd2db",
185
+ "muted": "#676767"
186
+ }
187
+ },
188
+ "text": {
189
+ "accent": {
190
+ "xxl": {
191
+ "breakpoint": {
192
+ "lg": {
193
+ "fontFamily": "AS Circular",
194
+ "fontSize": "38px",
195
+ "fontWeight": "Book",
196
+ "letterSpacing": ".05em",
197
+ "lineHeight": "100%"
198
+ },
199
+ "md": {
200
+ "fontFamily": "AS Circular",
201
+ "fontSize": "38px",
202
+ "fontWeight": "Book",
203
+ "letterSpacing": ".05em",
204
+ "lineHeight": "100%"
205
+ },
206
+ "sm": {
207
+ "fontFamily": "AS Circular",
208
+ "fontSize": "32px",
209
+ "fontWeight": "Book",
210
+ "letterSpacing": ".05em",
211
+ "lineHeight": "100%"
212
+ }
213
+ }
214
+ },
215
+ "xl": {
216
+ "breakpoint": {
217
+ "lg": {
218
+ "fontFamily": "AS Circular",
219
+ "fontSize": "32px",
220
+ "fontWeight": "Book",
221
+ "letterSpacing": ".05em",
222
+ "lineHeight": "130%"
223
+ },
224
+ "md": {
225
+ "fontFamily": "AS Circular",
226
+ "fontSize": "28px",
227
+ "fontWeight": "Book",
228
+ "letterSpacing": ".05em",
229
+ "lineHeight": "130%"
230
+ },
231
+ "sm": {
232
+ "fontFamily": "AS Circular",
233
+ "fontSize": "26px",
234
+ "fontWeight": "Book",
235
+ "letterSpacing": ".05em",
236
+ "lineHeight": "130%"
237
+ }
238
+ }
239
+ },
240
+ "lg": {
241
+ "breakpoint": {
242
+ "lg": {
243
+ "fontFamily": "AS Circular",
244
+ "fontSize": "28px",
245
+ "fontWeight": "Book",
246
+ "letterSpacing": ".05em",
247
+ "lineHeight": "130%"
248
+ },
249
+ "md": {
250
+ "fontFamily": "AS Circular",
251
+ "fontSize": "26px",
252
+ "fontWeight": "Book",
253
+ "letterSpacing": ".05em",
254
+ "lineHeight": "130%"
255
+ },
256
+ "sm": {
257
+ "fontFamily": "AS Circular",
258
+ "fontSize": "24px",
259
+ "fontWeight": "Book",
260
+ "letterSpacing": ".05em",
261
+ "lineHeight": "130%"
262
+ }
263
+ }
264
+ },
265
+ "md": {
266
+ "breakpoint": {
267
+ "lg": {
268
+ "fontFamily": "AS Circular",
269
+ "fontSize": "24px",
270
+ "fontWeight": "Cond Medium",
271
+ "letterSpacing": ".05em",
272
+ "lineHeight": "130%"
273
+ },
274
+ "md": {
275
+ "fontFamily": "AS Circular",
276
+ "fontSize": "22px",
277
+ "fontWeight": "Cond Medium",
278
+ "letterSpacing": ".05em",
279
+ "lineHeight": "130%"
280
+ },
281
+ "sm": {
282
+ "fontFamily": "AS Circular",
283
+ "fontSize": "22px",
284
+ "fontWeight": "Cond Medium",
285
+ "letterSpacing": ".05em",
286
+ "lineHeight": "130%"
287
+ }
288
+ }
289
+ },
290
+ "sm": {
291
+ "breakpoint": {
292
+ "lg": {
293
+ "fontFamily": "AS Circular",
294
+ "fontSize": "20px",
295
+ "fontWeight": "Cond Medium",
296
+ "letterSpacing": ".05em",
297
+ "lineHeight": "130%"
298
+ },
299
+ "md": {
300
+ "fontFamily": "AS Circular",
301
+ "fontSize": "18px",
302
+ "fontWeight": "Cond Medium",
303
+ "letterSpacing": ".05em",
304
+ "lineHeight": "130%"
305
+ },
306
+ "sm": {
307
+ "fontFamily": "AS Circular",
308
+ "fontSize": "18px",
309
+ "fontWeight": "Cond Medium",
310
+ "letterSpacing": ".05em",
311
+ "lineHeight": "130%"
312
+ }
313
+ }
314
+ },
315
+ "xs": {
316
+ "breakpoint": {
317
+ "lg": {
318
+ "fontFamily": "AS Circular",
319
+ "fontSize": "16px",
320
+ "fontWeight": "Cond Medium",
321
+ "letterSpacing": ".10em",
322
+ "lineHeight": "130%"
323
+ },
324
+ "md": {
325
+ "fontFamily": "AS Circular",
326
+ "fontSize": "16px",
327
+ "fontWeight": "Cond Medium",
328
+ "letterSpacing": ".10em",
329
+ "lineHeight": "130%"
330
+ },
331
+ "sm": {
332
+ "fontFamily": "AS Circular",
333
+ "fontSize": "16px",
334
+ "fontWeight": "Cond Medium",
335
+ "letterSpacing": ".10em",
336
+ "lineHeight": "130%"
337
+ }
338
+ }
339
+ },
340
+ "xxs": {
341
+ "breakpoint": {
342
+ "lg": {
343
+ "fontFamily": "AS Circular",
344
+ "fontSize": "14px",
345
+ "fontWeight": "Book",
346
+ "letterSpacing": ".10em",
347
+ "lineHeight": "130%"
348
+ },
349
+ "md": {
350
+ "fontFamily": "AS Circular",
351
+ "fontSize": "14px",
352
+ "fontWeight": "Book",
353
+ "letterSpacing": ".10em",
354
+ "lineHeight": "130%"
355
+ },
356
+ "sm": {
357
+ "fontFamily": "AS Circular",
358
+ "fontSize": "14px",
359
+ "fontWeight": "Book",
360
+ "letterSpacing": ".10em",
361
+ "lineHeight": "130%"
362
+ }
363
+ }
364
+ }
365
+ },
366
+ "body": {
367
+ "lg": {
368
+ "fontFamily": "AS Circular",
369
+ "fontSize": "18px",
370
+ "fontWeight": "Book",
371
+ "letterSpacing": "0",
372
+ "lineHeight": "26px"
373
+ },
374
+ "default": {
375
+ "fontFamily": "AS Circular",
376
+ "fontSize": "16px",
377
+ "fontWeight": "Book",
378
+ "letterSpacing": "0",
379
+ "lineHeight": "24px"
380
+ },
381
+ "sm": {
382
+ "fontFamily": "AS Circular",
383
+ "fontSize": "14px",
384
+ "fontWeight": "Book",
385
+ "letterSpacing": "0",
386
+ "lineHeight": "20px"
387
+ },
388
+ "xs": {
389
+ "fontFamily": "AS Circular",
390
+ "fontSize": "12px",
391
+ "fontWeight": "Book",
392
+ "letterSpacing": "0",
393
+ "lineHeight": "16px"
394
+ },
395
+ "xxs": {
396
+ "fontFamily": "AS Circular",
397
+ "fontSize": "10px",
398
+ "fontWeight": "Book",
399
+ "letterSpacing": "0",
400
+ "lineHeight": "14px"
401
+ }
402
+ },
403
+ "display": {
404
+ "xxl": {
405
+ "breakpoint": {
406
+ "lg": {
407
+ "fontFamily": "AS Circular",
408
+ "fontSize": "86px",
409
+ "fontWeight": "Light",
410
+ "letterSpacing": "0",
411
+ "lineHeight": "130%"
412
+ },
413
+ "md": {
414
+ "fontFamily": "AS Circular",
415
+ "fontSize": "72px",
416
+ "fontWeight": "Light",
417
+ "letterSpacing": "0",
418
+ "lineHeight": "130%"
419
+ },
420
+ "sm": {
421
+ "fontFamily": "AS Circular",
422
+ "fontSize": "56px",
423
+ "fontWeight": "Light",
424
+ "letterSpacing": "0",
425
+ "lineHeight": "130%"
426
+ }
427
+ }
428
+ },
429
+ "xl": {
430
+ "breakpoint": {
431
+ "lg": {
432
+ "fontFamily": "AS Circular",
433
+ "fontSize": "72px",
434
+ "fontWeight": "Light",
435
+ "letterSpacing": "0",
436
+ "lineHeight": "130%"
437
+ },
438
+ "md": {
439
+ "fontFamily": "AS Circular",
440
+ "fontSize": "64px",
441
+ "fontWeight": "Light",
442
+ "letterSpacing": "0",
443
+ "lineHeight": "130%"
444
+ },
445
+ "sm": {
446
+ "fontFamily": "AS Circular",
447
+ "fontSize": "48px",
448
+ "fontWeight": "Light",
449
+ "letterSpacing": "0",
450
+ "lineHeight": "130%"
451
+ }
452
+ }
453
+ },
454
+ "lg": {
455
+ "breakpoint": {
456
+ "lg": {
457
+ "fontFamily": "AS Circular",
458
+ "fontSize": "64px",
459
+ "fontWeight": "Light",
460
+ "letterSpacing": "0",
461
+ "lineHeight": "130%"
462
+ },
463
+ "md": {
464
+ "fontFamily": "AS Circular",
465
+ "fontSize": "56px",
466
+ "fontWeight": "Light",
467
+ "letterSpacing": "0",
468
+ "lineHeight": "130%"
469
+ },
470
+ "sm": {
471
+ "fontFamily": "AS Circular",
472
+ "fontSize": "44px",
473
+ "fontWeight": "Light",
474
+ "letterSpacing": "0",
475
+ "lineHeight": "130%"
476
+ }
477
+ }
478
+ },
479
+ "md": {
480
+ "breakpoint": {
481
+ "lg": {
482
+ "fontFamily": "AS Circular",
483
+ "fontSize": "56px",
484
+ "fontWeight": "Light",
485
+ "letterSpacing": "0",
486
+ "lineHeight": "130%"
487
+ },
488
+ "md": {
489
+ "fontFamily": "AS Circular",
490
+ "fontSize": "48px",
491
+ "fontWeight": "Light",
492
+ "letterSpacing": "0",
493
+ "lineHeight": "130%"
494
+ },
495
+ "sm": {
496
+ "fontFamily": "AS Circular",
497
+ "fontSize": "40px",
498
+ "fontWeight": "Light",
499
+ "letterSpacing": "0",
500
+ "lineHeight": "130%"
501
+ }
502
+ }
503
+ },
504
+ "sm": {
505
+ "breakpoint": {
506
+ "lg": {
507
+ "fontFamily": "AS Circular",
508
+ "fontSize": "48px",
509
+ "fontWeight": "Light",
510
+ "letterSpacing": "0",
511
+ "lineHeight": "130%"
512
+ },
513
+ "md": {
514
+ "fontFamily": "AS Circular",
515
+ "fontSize": "44px",
516
+ "fontWeight": "Light",
517
+ "letterSpacing": "0",
518
+ "lineHeight": "130%"
519
+ },
520
+ "sm": {
521
+ "fontFamily": "AS Circular",
522
+ "fontSize": "32px",
523
+ "fontWeight": "Light",
524
+ "letterSpacing": "0",
525
+ "lineHeight": "130%"
526
+ }
527
+ }
528
+ },
529
+ "xs": {
530
+ "breakpoint": {
531
+ "lg": {
532
+ "fontFamily": "AS Circular",
533
+ "fontSize": "38px",
534
+ "fontWeight": "Light",
535
+ "letterSpacing": "0",
536
+ "lineHeight": "130%"
537
+ },
538
+ "md": {
539
+ "fontFamily": "AS Circular",
540
+ "fontSize": "36px",
541
+ "fontWeight": "Light",
542
+ "letterSpacing": "0",
543
+ "lineHeight": "130%"
544
+ },
545
+ "sm": {
546
+ "fontFamily": "AS Circular",
547
+ "fontSize": "28px",
548
+ "fontWeight": "Light",
549
+ "letterSpacing": "0",
550
+ "lineHeight": "130%"
551
+ }
552
+ }
553
+ }
554
+ },
555
+ "heading": {
556
+ "xl": {
557
+ "breakpoint": {
558
+ "lg": {
559
+ "fontFamily": "AS Circular",
560
+ "fontSize": "40px",
561
+ "fontWeight": "Book",
562
+ "letterSpacing": ".05em",
563
+ "lineHeight": "130%"
564
+ },
565
+ "md": {
566
+ "fontFamily": "AS Circular",
567
+ "fontSize": "36px",
568
+ "fontWeight": "Book",
569
+ "letterSpacing": ".05em",
570
+ "lineHeight": "130%"
571
+ },
572
+ "sm": {
573
+ "fontFamily": "AS Circular",
574
+ "fontSize": "32px",
575
+ "fontWeight": "Book",
576
+ "letterSpacing": ".05em",
577
+ "lineHeight": "130%"
578
+ }
579
+ }
580
+ },
581
+ "lg": {
582
+ "breakpoint": {
583
+ "lg": {
584
+ "fontFamily": "AS Circular",
585
+ "fontSize": "36px",
586
+ "fontWeight": "Book",
587
+ "letterSpacing": ".05em",
588
+ "lineHeight": "130%"
589
+ },
590
+ "md": {
591
+ "fontFamily": "AS Circular",
592
+ "fontSize": "32px",
593
+ "fontWeight": "Book",
594
+ "letterSpacing": ".05em",
595
+ "lineHeight": "130%"
596
+ },
597
+ "sm": {
598
+ "fontFamily": "AS Circular",
599
+ "fontSize": "28px",
600
+ "fontWeight": "Book",
601
+ "letterSpacing": ".05em",
602
+ "lineHeight": "130%"
603
+ }
604
+ }
605
+ },
606
+ "md": {
607
+ "breakpoint": {
608
+ "lg": {
609
+ "fontFamily": "AS Circular",
610
+ "fontSize": "28px",
611
+ "fontWeight": "Medium",
612
+ "letterSpacing": ".05em",
613
+ "lineHeight": "130%"
614
+ },
615
+ "md": {
616
+ "fontFamily": "AS Circular",
617
+ "fontSize": "28px",
618
+ "fontWeight": "Medium",
619
+ "letterSpacing": ".05em",
620
+ "lineHeight": "130%"
621
+ },
622
+ "sm": {
623
+ "fontFamily": "AS Circular",
624
+ "fontSize": "26px",
625
+ "fontWeight": "Medium",
626
+ "letterSpacing": ".05em",
627
+ "lineHeight": "130%"
628
+ }
629
+ }
630
+ },
631
+ "sm": {
632
+ "breakpoint": {
633
+ "lg": {
634
+ "fontFamily": "AS Circular",
635
+ "fontSize": "24px",
636
+ "fontWeight": "Medium",
637
+ "letterSpacing": ".05em",
638
+ "lineHeight": "130%"
639
+ },
640
+ "md": {
641
+ "fontFamily": "AS Circular",
642
+ "fontSize": "24px",
643
+ "fontWeight": "Medium",
644
+ "letterSpacing": ".05em",
645
+ "lineHeight": "130%"
646
+ },
647
+ "sm": {
648
+ "fontFamily": "AS Circular",
649
+ "fontSize": "22px",
650
+ "fontWeight": "Medium",
651
+ "letterSpacing": ".05em",
652
+ "lineHeight": "130%"
653
+ }
654
+ }
655
+ },
656
+ "xs": {
657
+ "breakpoint": {
658
+ "lg": {
659
+ "fontFamily": "AS Circular",
660
+ "fontSize": "20px",
661
+ "fontWeight": "Medium",
662
+ "letterSpacing": ".05em",
663
+ "lineHeight": "130%"
664
+ },
665
+ "md": {
666
+ "fontFamily": "AS Circular",
667
+ "fontSize": "20px",
668
+ "fontWeight": "Medium",
669
+ "letterSpacing": ".05em",
670
+ "lineHeight": "130%"
671
+ },
672
+ "sm": {
673
+ "fontFamily": "AS Circular",
674
+ "fontSize": "20px",
675
+ "fontWeight": "Medium",
676
+ "letterSpacing": ".05em",
677
+ "lineHeight": "130%"
678
+ }
679
+ }
680
+ },
681
+ "xxs": {
682
+ "breakpoint": {
683
+ "lg": {
684
+ "fontFamily": "AS Circular",
685
+ "fontSize": "18px",
686
+ "fontWeight": "Medium",
687
+ "letterSpacing": "0",
688
+ "lineHeight": "130%"
689
+ },
690
+ "md": {
691
+ "fontFamily": "AS Circular",
692
+ "fontSize": "18px",
693
+ "fontWeight": "Medium",
694
+ "letterSpacing": "0",
695
+ "lineHeight": "130%"
696
+ },
697
+ "sm": {
698
+ "fontFamily": "AS Circular",
699
+ "fontSize": "18px",
700
+ "fontWeight": "Medium",
701
+ "letterSpacing": "0",
702
+ "lineHeight": "130%"
703
+ }
704
+ }
705
+ }
706
+ }
707
+ },
708
+ "cornerRadius": {
709
+ "large": "100px",
710
+ "medium": "6px",
711
+ "small": "6px"
712
+ }
713
+ }
714
+ }