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