@aurodesignsystem/design-tokens 5.13.0 → 5.15.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 (112) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/CSSCustomProperties--bundled.css +983 -1
  3. package/dist/CSSCustomProperties--bundled.min.css +1 -0
  4. package/dist/alaska/CSSCustomProperties--alaska.css +3 -1
  5. package/dist/alaska/CSSCustomProperties--alaska.min.css +1 -0
  6. package/dist/alaska/JSONVariablesNested--alaska.json +3 -1
  7. package/dist/alaska/JSObject--allTokens.js +59 -1
  8. package/dist/alaska/SCSSVariables--alaska.scss +3 -1
  9. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +3 -1
  10. package/dist/alaska/primitives--alaska.scss +2 -1
  11. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +3 -1
  12. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +1 -0
  13. package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +3 -1
  14. package/dist/alaska-classic/JSObject--allTokens.js +59 -1
  15. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +3 -1
  16. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +3 -1
  17. package/dist/alaska-classic/primitives--alaskaClassic.scss +2 -1
  18. package/dist/auro-1/CSSCustomProperties--auro1.css +491 -0
  19. package/dist/auro-1/CSSCustomProperties--auro1.min.css +1 -0
  20. package/dist/auro-1/JSONVariablesNested--auro1.json +754 -0
  21. package/dist/auro-1/JSObject--allTokens.js +15619 -0
  22. package/dist/auro-1/SCSSVariables--auro1.scss +488 -0
  23. package/dist/auro-1/SCSSVariablesMapFlat--auro1.scss +492 -0
  24. package/dist/auro-1/primitives--auro1.scss +265 -0
  25. package/dist/auro-2/CSSCustomProperties--auro2.css +491 -0
  26. package/dist/auro-2/CSSCustomProperties--auro2.min.css +1 -0
  27. package/dist/auro-2/JSONVariablesNested--auro2.json +754 -0
  28. package/dist/auro-2/JSObject--allTokens.js +15619 -0
  29. package/dist/auro-2/SCSSVariables--auro2.scss +488 -0
  30. package/dist/auro-2/SCSSVariablesMapFlat--auro2.scss +492 -0
  31. package/dist/auro-2/primitives--auro2.scss +265 -0
  32. package/dist/auro-classic/CSSCustomProperties.css +1 -1
  33. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  34. package/dist/auro-classic/JSData--color.js +1 -1
  35. package/dist/auro-classic/JSObject--allTokens.js +1 -1
  36. package/dist/auro-classic/JSObject--deprecated.js +1 -1
  37. package/dist/auro-classic/JSVariables--color.js +1 -1
  38. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  39. package/dist/auro-classic/SCSSVariables.scss +1 -1
  40. package/dist/auro-classic/SCSSVariablesMapFlat.scss +1 -1
  41. package/dist/auro-classic/SassCustomProperties.scss +1 -1
  42. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  43. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +3 -1
  44. package/dist/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -0
  45. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +3 -1
  46. package/dist/hawaiian/JSObject--allTokens.js +59 -1
  47. package/dist/hawaiian/SCSSVariables--hawaiian.scss +3 -1
  48. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +3 -1
  49. package/dist/hawaiian/primitives--hawaiian.scss +2 -1
  50. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  51. package/package.json +3 -2
  52. package/postcss.config.js +7 -0
  53. package/src/config/cssnano.js +20 -0
  54. package/src/config/themes.js +2 -1
  55. package/src/primitives/auro-1/color.json +686 -0
  56. package/src/primitives/auro-1/font.json +18 -0
  57. package/src/primitives/auro-2/color.json +686 -0
  58. package/src/primitives/auro-2/font.json +18 -0
  59. package/src/primitives/base/transparency.json +6 -0
  60. package/src/themes/alaska/advanced/color/accents.json +14 -0
  61. package/src/themes/alaska-classic/advanced/color/accents.json +14 -0
  62. package/src/themes/auro-1/advanced/color/accents.json +106 -0
  63. package/src/themes/auro-1/advanced/color/avatar.json +22 -0
  64. package/src/themes/auro-1/advanced/color/boolean.json +127 -0
  65. package/src/themes/auro-1/advanced/color/button/flat.json +52 -0
  66. package/src/themes/auro-1/advanced/color/button/primary.json +122 -0
  67. package/src/themes/auro-1/advanced/color/button/secondary.json +94 -0
  68. package/src/themes/auro-1/advanced/color/button/tertiary.json +59 -0
  69. package/src/themes/auro-1/advanced/color/flightline.json +22 -0
  70. package/src/themes/auro-1/advanced/color/hyperlink.json +36 -0
  71. package/src/themes/auro-1/advanced/color/shared.json +64 -0
  72. package/src/themes/auro-1/advanced/color/skeleton.json +22 -0
  73. package/src/themes/auro-1/advanced/color/state.json +64 -0
  74. package/src/themes/auro-1/basic/color/border.json +57 -0
  75. package/src/themes/auro-1/basic/color/brand.json +92 -0
  76. package/src/themes/auro-1/basic/color/fare-brand.json +43 -0
  77. package/src/themes/auro-1/basic/color/page-background.json +22 -0
  78. package/src/themes/auro-1/basic/color/status.json +71 -0
  79. package/src/themes/auro-1/basic/color/surface.json +78 -0
  80. package/src/themes/auro-1/basic/color/text-icon.json +57 -0
  81. package/src/themes/auro-1/basic/color/tier-program.json +161 -0
  82. package/src/themes/auro-1/basic/corner-radius.json +27 -0
  83. package/src/themes/auro-1/basic/font/accent.json +813 -0
  84. package/src/themes/auro-1/basic/font/body.json +193 -0
  85. package/src/themes/auro-1/basic/font/display.json +698 -0
  86. package/src/themes/auro-1/basic/font/heading.json +698 -0
  87. package/src/themes/auro-2/advanced/color/accents.json +106 -0
  88. package/src/themes/auro-2/advanced/color/avatar.json +22 -0
  89. package/src/themes/auro-2/advanced/color/boolean.json +127 -0
  90. package/src/themes/auro-2/advanced/color/button/flat.json +52 -0
  91. package/src/themes/auro-2/advanced/color/button/primary.json +122 -0
  92. package/src/themes/auro-2/advanced/color/button/secondary.json +94 -0
  93. package/src/themes/auro-2/advanced/color/button/tertiary.json +59 -0
  94. package/src/themes/auro-2/advanced/color/flightline.json +22 -0
  95. package/src/themes/auro-2/advanced/color/hyperlink.json +36 -0
  96. package/src/themes/auro-2/advanced/color/shared.json +64 -0
  97. package/src/themes/auro-2/advanced/color/skeleton.json +22 -0
  98. package/src/themes/auro-2/advanced/color/state.json +64 -0
  99. package/src/themes/auro-2/basic/color/border.json +57 -0
  100. package/src/themes/auro-2/basic/color/brand.json +92 -0
  101. package/src/themes/auro-2/basic/color/fare-brand.json +43 -0
  102. package/src/themes/auro-2/basic/color/page-background.json +22 -0
  103. package/src/themes/auro-2/basic/color/status.json +71 -0
  104. package/src/themes/auro-2/basic/color/surface.json +78 -0
  105. package/src/themes/auro-2/basic/color/text-icon.json +57 -0
  106. package/src/themes/auro-2/basic/color/tier-program.json +161 -0
  107. package/src/themes/auro-2/basic/corner-radius.json +27 -0
  108. package/src/themes/auro-2/basic/font/accent.json +813 -0
  109. package/src/themes/auro-2/basic/font/body.json +193 -0
  110. package/src/themes/auro-2/basic/font/display.json +698 -0
  111. package/src/themes/auro-2/basic/font/heading.json +698 -0
  112. package/src/themes/hawaiian/advanced/color/accents.json +14 -0
@@ -0,0 +1,698 @@
1
+ {
2
+ "basic": {
3
+ "text": {
4
+ "heading": {
5
+ "lg": {
6
+ "breakpoint": {
7
+ "lg": {
8
+ "fontFamily": {
9
+ "deprecated": false,
10
+ "public": true,
11
+ "type": "semantic",
12
+ "usage": "",
13
+ "value": "{font.family.asCircular.value}"
14
+ },
15
+ "fontSize": {
16
+ "deprecated": false,
17
+ "public": true,
18
+ "type": "semantic",
19
+ "usage": "",
20
+ "value": "{font.size.36.value}"
21
+ },
22
+ "fontWeight": {
23
+ "deprecated": false,
24
+ "public": true,
25
+ "type": "semantic",
26
+ "usage": "",
27
+ "value": "{font.weight.book.value}"
28
+ },
29
+ "letterSpacing": {
30
+ "deprecated": false,
31
+ "public": true,
32
+ "type": "semantic",
33
+ "usage": "",
34
+ "value": "{font.letterSpacing.xs.value}"
35
+ },
36
+ "lineHeight": {
37
+ "deprecated": false,
38
+ "public": true,
39
+ "type": "semantic",
40
+ "usage": "",
41
+ "value": "{font.lineHeight.percent.130.value}"
42
+ }
43
+ },
44
+ "md": {
45
+ "fontFamily": {
46
+ "deprecated": false,
47
+ "public": true,
48
+ "type": "semantic",
49
+ "usage": "",
50
+ "value": "{font.family.asCircular.value}"
51
+ },
52
+ "fontSize": {
53
+ "deprecated": false,
54
+ "public": true,
55
+ "type": "semantic",
56
+ "usage": "",
57
+ "value": "{font.size.32.value}"
58
+ },
59
+ "fontWeight": {
60
+ "deprecated": false,
61
+ "public": true,
62
+ "type": "semantic",
63
+ "usage": "",
64
+ "value": "{font.weight.book.value}"
65
+ },
66
+ "letterSpacing": {
67
+ "deprecated": false,
68
+ "public": true,
69
+ "type": "semantic",
70
+ "usage": "",
71
+ "value": "{font.letterSpacing.xs.value}"
72
+ },
73
+ "lineHeight": {
74
+ "deprecated": false,
75
+ "public": true,
76
+ "type": "semantic",
77
+ "usage": "",
78
+ "value": "{font.lineHeight.percent.130.value}"
79
+ }
80
+ },
81
+ "sm": {
82
+ "fontFamily": {
83
+ "deprecated": false,
84
+ "public": true,
85
+ "type": "semantic",
86
+ "usage": "",
87
+ "value": "{font.family.asCircular.value}"
88
+ },
89
+ "fontSize": {
90
+ "deprecated": false,
91
+ "public": true,
92
+ "type": "semantic",
93
+ "usage": "",
94
+ "value": "{font.size.28.value}"
95
+ },
96
+ "fontWeight": {
97
+ "deprecated": false,
98
+ "public": true,
99
+ "type": "semantic",
100
+ "usage": "",
101
+ "value": "{font.weight.book.value}"
102
+ },
103
+ "letterSpacing": {
104
+ "deprecated": false,
105
+ "public": true,
106
+ "type": "semantic",
107
+ "usage": "",
108
+ "value": "{font.letterSpacing.xs.value}"
109
+ },
110
+ "lineHeight": {
111
+ "deprecated": false,
112
+ "public": true,
113
+ "type": "semantic",
114
+ "usage": "",
115
+ "value": "{font.lineHeight.percent.130.value}"
116
+ }
117
+ }
118
+ }
119
+ },
120
+ "md": {
121
+ "breakpoint": {
122
+ "lg": {
123
+ "fontFamily": {
124
+ "deprecated": false,
125
+ "public": true,
126
+ "type": "semantic",
127
+ "usage": "",
128
+ "value": "{font.family.asCircular.value}"
129
+ },
130
+ "fontSize": {
131
+ "deprecated": false,
132
+ "public": true,
133
+ "type": "semantic",
134
+ "usage": "",
135
+ "value": "{font.size.28.value}"
136
+ },
137
+ "fontWeight": {
138
+ "deprecated": false,
139
+ "public": true,
140
+ "type": "semantic",
141
+ "usage": "",
142
+ "value": "{font.weight.medium.value}"
143
+ },
144
+ "letterSpacing": {
145
+ "deprecated": false,
146
+ "public": true,
147
+ "type": "semantic",
148
+ "usage": "",
149
+ "value": "{font.letterSpacing.xs.value}"
150
+ },
151
+ "lineHeight": {
152
+ "deprecated": false,
153
+ "public": true,
154
+ "type": "semantic",
155
+ "usage": "",
156
+ "value": "{font.lineHeight.percent.130.value}"
157
+ }
158
+ },
159
+ "md": {
160
+ "fontFamily": {
161
+ "deprecated": false,
162
+ "public": true,
163
+ "type": "semantic",
164
+ "usage": "",
165
+ "value": "{font.family.asCircular.value}"
166
+ },
167
+ "fontSize": {
168
+ "deprecated": false,
169
+ "public": true,
170
+ "type": "semantic",
171
+ "usage": "",
172
+ "value": "{font.size.28.value}"
173
+ },
174
+ "fontWeight": {
175
+ "deprecated": false,
176
+ "public": true,
177
+ "type": "semantic",
178
+ "usage": "",
179
+ "value": "{font.weight.medium.value}"
180
+ },
181
+ "letterSpacing": {
182
+ "deprecated": false,
183
+ "public": true,
184
+ "type": "semantic",
185
+ "usage": "",
186
+ "value": "{font.letterSpacing.xs.value}"
187
+ },
188
+ "lineHeight": {
189
+ "deprecated": false,
190
+ "public": true,
191
+ "type": "semantic",
192
+ "usage": "",
193
+ "value": "{font.lineHeight.percent.130.value}"
194
+ }
195
+ },
196
+ "sm": {
197
+ "fontFamily": {
198
+ "deprecated": false,
199
+ "public": true,
200
+ "type": "semantic",
201
+ "usage": "",
202
+ "value": "{font.family.asCircular.value}"
203
+ },
204
+ "fontSize": {
205
+ "deprecated": false,
206
+ "public": true,
207
+ "type": "semantic",
208
+ "usage": "",
209
+ "value": "{font.size.26.value}"
210
+ },
211
+ "fontWeight": {
212
+ "deprecated": false,
213
+ "public": true,
214
+ "type": "semantic",
215
+ "usage": "",
216
+ "value": "{font.weight.medium.value}"
217
+ },
218
+ "letterSpacing": {
219
+ "deprecated": false,
220
+ "public": true,
221
+ "type": "semantic",
222
+ "usage": "",
223
+ "value": "{font.letterSpacing.xs.value}"
224
+ },
225
+ "lineHeight": {
226
+ "deprecated": false,
227
+ "public": true,
228
+ "type": "semantic",
229
+ "usage": "",
230
+ "value": "{font.lineHeight.percent.130.value}"
231
+ }
232
+ }
233
+ }
234
+ },
235
+ "sm": {
236
+ "breakpoint": {
237
+ "lg": {
238
+ "fontFamily": {
239
+ "deprecated": false,
240
+ "public": true,
241
+ "type": "semantic",
242
+ "usage": "",
243
+ "value": "{font.family.asCircular.value}"
244
+ },
245
+ "fontSize": {
246
+ "deprecated": false,
247
+ "public": true,
248
+ "type": "semantic",
249
+ "usage": "",
250
+ "value": "{font.size.24.value}"
251
+ },
252
+ "fontWeight": {
253
+ "deprecated": false,
254
+ "public": true,
255
+ "type": "semantic",
256
+ "usage": "",
257
+ "value": "{font.weight.medium.value}"
258
+ },
259
+ "letterSpacing": {
260
+ "deprecated": false,
261
+ "public": true,
262
+ "type": "semantic",
263
+ "usage": "",
264
+ "value": "{font.letterSpacing.xs.value}"
265
+ },
266
+ "lineHeight": {
267
+ "deprecated": false,
268
+ "public": true,
269
+ "type": "semantic",
270
+ "usage": "",
271
+ "value": "{font.lineHeight.percent.130.value}"
272
+ }
273
+ },
274
+ "md": {
275
+ "fontFamily": {
276
+ "deprecated": false,
277
+ "public": true,
278
+ "type": "semantic",
279
+ "usage": "",
280
+ "value": "{font.family.asCircular.value}"
281
+ },
282
+ "fontSize": {
283
+ "deprecated": false,
284
+ "public": true,
285
+ "type": "semantic",
286
+ "usage": "",
287
+ "value": "{font.size.24.value}"
288
+ },
289
+ "fontWeight": {
290
+ "deprecated": false,
291
+ "public": true,
292
+ "type": "semantic",
293
+ "usage": "",
294
+ "value": "{font.weight.medium.value}"
295
+ },
296
+ "letterSpacing": {
297
+ "deprecated": false,
298
+ "public": true,
299
+ "type": "semantic",
300
+ "usage": "",
301
+ "value": "{font.letterSpacing.xs.value}"
302
+ },
303
+ "lineHeight": {
304
+ "deprecated": false,
305
+ "public": true,
306
+ "type": "semantic",
307
+ "usage": "",
308
+ "value": "{font.lineHeight.percent.130.value}"
309
+ }
310
+ },
311
+ "sm": {
312
+ "fontFamily": {
313
+ "deprecated": false,
314
+ "public": true,
315
+ "type": "semantic",
316
+ "usage": "",
317
+ "value": "{font.family.asCircular.value}"
318
+ },
319
+ "fontSize": {
320
+ "deprecated": false,
321
+ "public": true,
322
+ "type": "semantic",
323
+ "usage": "",
324
+ "value": "{font.size.22.value}"
325
+ },
326
+ "fontWeight": {
327
+ "deprecated": false,
328
+ "public": true,
329
+ "type": "semantic",
330
+ "usage": "",
331
+ "value": "{font.weight.medium.value}"
332
+ },
333
+ "letterSpacing": {
334
+ "deprecated": false,
335
+ "public": true,
336
+ "type": "semantic",
337
+ "usage": "",
338
+ "value": "{font.letterSpacing.xs.value}"
339
+ },
340
+ "lineHeight": {
341
+ "deprecated": false,
342
+ "public": true,
343
+ "type": "semantic",
344
+ "usage": "",
345
+ "value": "{font.lineHeight.percent.130.value}"
346
+ }
347
+ }
348
+ }
349
+ },
350
+ "xl": {
351
+ "breakpoint": {
352
+ "lg": {
353
+ "fontFamily": {
354
+ "deprecated": false,
355
+ "public": true,
356
+ "type": "semantic",
357
+ "usage": "",
358
+ "value": "{font.family.asCircular.value}"
359
+ },
360
+ "fontSize": {
361
+ "deprecated": false,
362
+ "public": true,
363
+ "type": "semantic",
364
+ "usage": "",
365
+ "value": "{font.size.40.value}"
366
+ },
367
+ "fontWeight": {
368
+ "deprecated": false,
369
+ "public": true,
370
+ "type": "semantic",
371
+ "usage": "",
372
+ "value": "{font.weight.book.value}"
373
+ },
374
+ "letterSpacing": {
375
+ "deprecated": false,
376
+ "public": true,
377
+ "type": "semantic",
378
+ "usage": "",
379
+ "value": "{font.letterSpacing.xs.value}"
380
+ },
381
+ "lineHeight": {
382
+ "deprecated": false,
383
+ "public": true,
384
+ "type": "semantic",
385
+ "usage": "",
386
+ "value": "{font.lineHeight.percent.130.value}"
387
+ }
388
+ },
389
+ "md": {
390
+ "fontFamily": {
391
+ "deprecated": false,
392
+ "public": true,
393
+ "type": "semantic",
394
+ "usage": "",
395
+ "value": "{font.family.asCircular.value}"
396
+ },
397
+ "fontSize": {
398
+ "deprecated": false,
399
+ "public": true,
400
+ "type": "semantic",
401
+ "usage": "",
402
+ "value": "{font.size.36.value}"
403
+ },
404
+ "fontWeight": {
405
+ "deprecated": false,
406
+ "public": true,
407
+ "type": "semantic",
408
+ "usage": "",
409
+ "value": "{font.weight.book.value}"
410
+ },
411
+ "letterSpacing": {
412
+ "deprecated": false,
413
+ "public": true,
414
+ "type": "semantic",
415
+ "usage": "",
416
+ "value": "{font.letterSpacing.xs.value}"
417
+ },
418
+ "lineHeight": {
419
+ "deprecated": false,
420
+ "public": true,
421
+ "type": "semantic",
422
+ "usage": "",
423
+ "value": "{font.lineHeight.percent.130.value}"
424
+ }
425
+ },
426
+ "sm": {
427
+ "fontFamily": {
428
+ "deprecated": false,
429
+ "public": true,
430
+ "type": "semantic",
431
+ "usage": "",
432
+ "value": "{font.family.asCircular.value}"
433
+ },
434
+ "fontSize": {
435
+ "deprecated": false,
436
+ "public": true,
437
+ "type": "semantic",
438
+ "usage": "",
439
+ "value": "{font.size.32.value}"
440
+ },
441
+ "fontWeight": {
442
+ "deprecated": false,
443
+ "public": true,
444
+ "type": "semantic",
445
+ "usage": "",
446
+ "value": "{font.weight.book.value}"
447
+ },
448
+ "letterSpacing": {
449
+ "deprecated": false,
450
+ "public": true,
451
+ "type": "semantic",
452
+ "usage": "",
453
+ "value": "{font.letterSpacing.xs.value}"
454
+ },
455
+ "lineHeight": {
456
+ "deprecated": false,
457
+ "public": true,
458
+ "type": "semantic",
459
+ "usage": "",
460
+ "value": "{font.lineHeight.percent.130.value}"
461
+ }
462
+ }
463
+ }
464
+ },
465
+ "xs": {
466
+ "breakpoint": {
467
+ "lg": {
468
+ "fontFamily": {
469
+ "deprecated": false,
470
+ "public": true,
471
+ "type": "semantic",
472
+ "usage": "",
473
+ "value": "{font.family.asCircular.value}"
474
+ },
475
+ "fontSize": {
476
+ "deprecated": false,
477
+ "public": true,
478
+ "type": "semantic",
479
+ "usage": "",
480
+ "value": "{font.size.20.value}"
481
+ },
482
+ "fontWeight": {
483
+ "deprecated": false,
484
+ "public": true,
485
+ "type": "semantic",
486
+ "usage": "",
487
+ "value": "{font.weight.medium.value}"
488
+ },
489
+ "letterSpacing": {
490
+ "deprecated": false,
491
+ "public": true,
492
+ "type": "semantic",
493
+ "usage": "",
494
+ "value": "{font.letterSpacing.xs.value}"
495
+ },
496
+ "lineHeight": {
497
+ "deprecated": false,
498
+ "public": true,
499
+ "type": "semantic",
500
+ "usage": "",
501
+ "value": "{font.lineHeight.percent.130.value}"
502
+ }
503
+ },
504
+ "md": {
505
+ "fontFamily": {
506
+ "deprecated": false,
507
+ "public": true,
508
+ "type": "semantic",
509
+ "usage": "",
510
+ "value": "{font.family.asCircular.value}"
511
+ },
512
+ "fontSize": {
513
+ "deprecated": false,
514
+ "public": true,
515
+ "type": "semantic",
516
+ "usage": "",
517
+ "value": "{font.size.20.value}"
518
+ },
519
+ "fontWeight": {
520
+ "deprecated": false,
521
+ "public": true,
522
+ "type": "semantic",
523
+ "usage": "",
524
+ "value": "{font.weight.medium.value}"
525
+ },
526
+ "letterSpacing": {
527
+ "deprecated": false,
528
+ "public": true,
529
+ "type": "semantic",
530
+ "usage": "",
531
+ "value": "{font.letterSpacing.xs.value}"
532
+ },
533
+ "lineHeight": {
534
+ "deprecated": false,
535
+ "public": true,
536
+ "type": "semantic",
537
+ "usage": "",
538
+ "value": "{font.lineHeight.percent.130.value}"
539
+ }
540
+ },
541
+ "sm": {
542
+ "fontFamily": {
543
+ "deprecated": false,
544
+ "public": true,
545
+ "type": "semantic",
546
+ "usage": "",
547
+ "value": "{font.family.asCircular.value}"
548
+ },
549
+ "fontSize": {
550
+ "deprecated": false,
551
+ "public": true,
552
+ "type": "semantic",
553
+ "usage": "",
554
+ "value": "{font.size.20.value}"
555
+ },
556
+ "fontWeight": {
557
+ "deprecated": false,
558
+ "public": true,
559
+ "type": "semantic",
560
+ "usage": "",
561
+ "value": "{font.weight.medium.value}"
562
+ },
563
+ "letterSpacing": {
564
+ "deprecated": false,
565
+ "public": true,
566
+ "type": "semantic",
567
+ "usage": "",
568
+ "value": "{font.letterSpacing.xs.value}"
569
+ },
570
+ "lineHeight": {
571
+ "deprecated": false,
572
+ "public": true,
573
+ "type": "semantic",
574
+ "usage": "",
575
+ "value": "{font.lineHeight.percent.130.value}"
576
+ }
577
+ }
578
+ }
579
+ },
580
+ "xxs": {
581
+ "breakpoint": {
582
+ "lg": {
583
+ "fontFamily": {
584
+ "deprecated": false,
585
+ "public": true,
586
+ "type": "semantic",
587
+ "usage": "",
588
+ "value": "{font.family.asCircular.value}"
589
+ },
590
+ "fontSize": {
591
+ "deprecated": false,
592
+ "public": true,
593
+ "type": "semantic",
594
+ "usage": "",
595
+ "value": "{font.size.18.value}"
596
+ },
597
+ "fontWeight": {
598
+ "deprecated": false,
599
+ "public": true,
600
+ "type": "semantic",
601
+ "usage": "",
602
+ "value": "{font.weight.medium.value}"
603
+ },
604
+ "letterSpacing": {
605
+ "deprecated": false,
606
+ "public": true,
607
+ "type": "semantic",
608
+ "usage": "",
609
+ "value": "{font.letterSpacing.xs.value}"
610
+ },
611
+ "lineHeight": {
612
+ "deprecated": false,
613
+ "public": true,
614
+ "type": "semantic",
615
+ "usage": "",
616
+ "value": "{font.lineHeight.percent.130.value}"
617
+ }
618
+ },
619
+ "md": {
620
+ "fontFamily": {
621
+ "deprecated": false,
622
+ "public": true,
623
+ "type": "semantic",
624
+ "usage": "",
625
+ "value": "{font.family.asCircular.value}"
626
+ },
627
+ "fontSize": {
628
+ "deprecated": false,
629
+ "public": true,
630
+ "type": "semantic",
631
+ "usage": "",
632
+ "value": "{font.size.18.value}"
633
+ },
634
+ "fontWeight": {
635
+ "deprecated": false,
636
+ "public": true,
637
+ "type": "semantic",
638
+ "usage": "",
639
+ "value": "{font.weight.medium.value}"
640
+ },
641
+ "letterSpacing": {
642
+ "deprecated": false,
643
+ "public": true,
644
+ "type": "semantic",
645
+ "usage": "",
646
+ "value": "{font.letterSpacing.xs.value}"
647
+ },
648
+ "lineHeight": {
649
+ "deprecated": false,
650
+ "public": true,
651
+ "type": "semantic",
652
+ "usage": "",
653
+ "value": "{font.lineHeight.percent.130.value}"
654
+ }
655
+ },
656
+ "sm": {
657
+ "fontFamily": {
658
+ "deprecated": false,
659
+ "public": true,
660
+ "type": "semantic",
661
+ "usage": "",
662
+ "value": "{font.family.asCircular.value}"
663
+ },
664
+ "fontSize": {
665
+ "deprecated": false,
666
+ "public": true,
667
+ "type": "semantic",
668
+ "usage": "",
669
+ "value": "{font.size.18.value}"
670
+ },
671
+ "fontWeight": {
672
+ "deprecated": false,
673
+ "public": true,
674
+ "type": "semantic",
675
+ "usage": "",
676
+ "value": "{font.weight.medium.value}"
677
+ },
678
+ "letterSpacing": {
679
+ "deprecated": false,
680
+ "public": true,
681
+ "type": "semantic",
682
+ "usage": "",
683
+ "value": "{font.letterSpacing.xs.value}"
684
+ },
685
+ "lineHeight": {
686
+ "deprecated": false,
687
+ "public": true,
688
+ "type": "semantic",
689
+ "usage": "",
690
+ "value": "{font.lineHeight.percent.130.value}"
691
+ }
692
+ }
693
+ }
694
+ }
695
+ }
696
+ }
697
+ }
698
+ }