@aurodesignsystem/design-tokens 5.15.0 → 6.0.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 (113) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/README.md +2 -2
  3. package/dist/CSSCustomProperties--bundled.css +428 -1798
  4. package/dist/CSSCustomProperties--bundled.min.css +1 -1
  5. package/dist/alaska/CSSCustomProperties--alaska.css +113 -387
  6. package/dist/alaska/CSSCustomProperties--alaska.min.css +1 -1
  7. package/dist/alaska/JSONVariablesNested--alaska.json +150 -624
  8. package/dist/alaska/JSObject--allTokens.js +4689 -14093
  9. package/dist/alaska/SCSSVariables--alaska.scss +113 -387
  10. package/dist/alaska/SCSSVariablesMapFlat--alaska.scss +114 -388
  11. package/dist/alaska/primitives--alaska.scss +1 -40
  12. package/dist/alaska-classic/CSSCustomProperties--alaskaclassic.css +217 -0
  13. package/dist/alaska-classic/CSSCustomProperties--alaskaclassic.min.css +1 -0
  14. package/dist/alaska-classic/JSONVariablesNested--alaskaclassic.json +280 -0
  15. package/dist/alaska-classic/JSObject--allTokens.js +4689 -14093
  16. package/dist/alaska-classic/SCSSVariables--alaskaclassic.scss +214 -0
  17. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaclassic.scss +218 -0
  18. package/dist/alaska-classic/{primitives--alaskaClassic.scss → primitives--alaskaclassic.scss} +1 -40
  19. package/dist/auro-1/CSSCustomProperties--auro1.css +116 -390
  20. package/dist/auro-1/CSSCustomProperties--auro1.min.css +1 -1
  21. package/dist/auro-1/JSONVariablesNested--auro1.json +153 -627
  22. package/dist/auro-1/JSObject--allTokens.js +4688 -14092
  23. package/dist/auro-1/SCSSVariables--auro1.scss +116 -390
  24. package/dist/auro-1/SCSSVariablesMapFlat--auro1.scss +117 -391
  25. package/dist/auro-1/primitives--auro1.scss +223 -262
  26. package/dist/auro-2/CSSCustomProperties--auro2.css +116 -390
  27. package/dist/auro-2/CSSCustomProperties--auro2.min.css +1 -1
  28. package/dist/auro-2/JSONVariablesNested--auro2.json +153 -627
  29. package/dist/auro-2/JSObject--allTokens.js +4688 -14092
  30. package/dist/auro-2/SCSSVariables--auro2.scss +116 -390
  31. package/dist/auro-2/SCSSVariablesMapFlat--auro2.scss +117 -391
  32. package/dist/auro-2/primitives--auro2.scss +223 -262
  33. package/dist/auro-classic/CSSCustomProperties.css +14 -14
  34. package/dist/auro-classic/CSSSizeCustomProperties.css +1 -1
  35. package/dist/auro-classic/JSData--color.js +1 -1
  36. package/dist/auro-classic/JSONVariablesFlat.json +13 -13
  37. package/dist/auro-classic/JSONVariablesNested.json +13 -13
  38. package/dist/auro-classic/JSObject--allTokens.js +1 -1
  39. package/dist/auro-classic/JSObject--deprecated.js +1 -1
  40. package/dist/auro-classic/JSVariables--color.js +1 -1
  41. package/dist/auro-classic/SCSSVariableMap.scss +1 -1
  42. package/dist/auro-classic/SCSSVariables.scss +14 -14
  43. package/dist/auro-classic/SCSSVariablesMapFlat.scss +14 -14
  44. package/dist/auro-classic/SassCustomProperties.scss +14 -14
  45. package/dist/auro-classic/SassSizeCustomProperties.scss +1 -1
  46. package/dist/hawaiian/CSSCustomProperties--hawaiian.css +113 -387
  47. package/dist/hawaiian/CSSCustomProperties--hawaiian.min.css +1 -1
  48. package/dist/hawaiian/JSONVariablesNested--hawaiian.json +150 -624
  49. package/dist/hawaiian/JSObject--allTokens.js +4689 -14093
  50. package/dist/hawaiian/SCSSVariables--hawaiian.scss +113 -387
  51. package/dist/hawaiian/SCSSVariablesMapFlat--hawaiian.scss +114 -388
  52. package/dist/hawaiian/primitives--hawaiian.scss +1 -40
  53. package/dist/transparent/CSSCustomProperties--transparent.css +1 -1
  54. package/package.json +2 -2
  55. package/packageScripts/postinstall.mjs +9 -7
  56. package/src/config/cssnano.js +3 -0
  57. package/src/config/themes.js +3 -3
  58. package/src/shared/basic/type/letter-spacing.json +26 -0
  59. package/src/shared/basic/type/line-height.json +44 -0
  60. package/src/shared/basic/type/size.json +128 -0
  61. package/src/shared/basic/type/weight.json +50 -0
  62. package/src/themes/alaska/advanced/color/button/primary.json +7 -0
  63. package/src/themes/alaska/basic/type/family.json +20 -0
  64. package/src/themes/alaska-classic/advanced/color/button/primary.json +7 -0
  65. package/src/themes/alaska-classic/basic/color/fare-brand.json +1 -1
  66. package/src/themes/alaska-classic/basic/type/family.json +20 -0
  67. package/src/themes/auro-1/advanced/color/button/primary.json +9 -2
  68. package/src/themes/auro-1/advanced/color/hyperlink.json +1 -1
  69. package/src/themes/auro-1/basic/color/fare-brand.json +4 -4
  70. package/src/themes/auro-1/basic/type/family.json +20 -0
  71. package/src/themes/auro-2/advanced/color/button/primary.json +9 -2
  72. package/src/themes/auro-2/advanced/color/hyperlink.json +1 -1
  73. package/src/themes/auro-2/basic/color/fare-brand.json +4 -4
  74. package/src/themes/auro-2/basic/type/family.json +20 -0
  75. package/src/themes/hawaiian/advanced/color/button/primary.json +7 -0
  76. package/src/themes/hawaiian/basic/color/page-background.json +1 -1
  77. package/src/themes/hawaiian/basic/type/family.json +20 -0
  78. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.css +0 -491
  79. package/dist/alaska-classic/CSSCustomProperties--alaskaClassic.min.css +0 -1
  80. package/dist/alaska-classic/JSONVariablesNested--alaskaClassic.json +0 -754
  81. package/dist/alaska-classic/SCSSVariables--alaskaClassic.scss +0 -488
  82. package/dist/alaska-classic/SCSSVariablesMapFlat--alaskaClassic.scss +0 -492
  83. package/src/primitives/alaska/font.json +0 -18
  84. package/src/primitives/alaska-classic/font.json +0 -18
  85. package/src/primitives/auro-1/font.json +0 -18
  86. package/src/primitives/auro-2/font.json +0 -18
  87. package/src/primitives/base/font.json +0 -238
  88. package/src/primitives/hawaiian/font.json +0 -18
  89. package/src/themes/alaska/basic/corner-radius.json +0 -27
  90. package/src/themes/alaska/basic/font/accent.json +0 -813
  91. package/src/themes/alaska/basic/font/body.json +0 -193
  92. package/src/themes/alaska/basic/font/display.json +0 -698
  93. package/src/themes/alaska/basic/font/heading.json +0 -698
  94. package/src/themes/alaska-classic/basic/corner-radius.json +0 -27
  95. package/src/themes/alaska-classic/basic/font/accent.json +0 -813
  96. package/src/themes/alaska-classic/basic/font/body.json +0 -193
  97. package/src/themes/alaska-classic/basic/font/display.json +0 -698
  98. package/src/themes/alaska-classic/basic/font/heading.json +0 -698
  99. package/src/themes/auro-1/basic/corner-radius.json +0 -27
  100. package/src/themes/auro-1/basic/font/accent.json +0 -813
  101. package/src/themes/auro-1/basic/font/body.json +0 -193
  102. package/src/themes/auro-1/basic/font/display.json +0 -698
  103. package/src/themes/auro-1/basic/font/heading.json +0 -698
  104. package/src/themes/auro-2/basic/corner-radius.json +0 -27
  105. package/src/themes/auro-2/basic/font/accent.json +0 -813
  106. package/src/themes/auro-2/basic/font/body.json +0 -193
  107. package/src/themes/auro-2/basic/font/display.json +0 -698
  108. package/src/themes/auro-2/basic/font/heading.json +0 -698
  109. package/src/themes/hawaiian/basic/corner-radius.json +0 -27
  110. package/src/themes/hawaiian/basic/font/accent.json +0 -813
  111. package/src/themes/hawaiian/basic/font/body.json +0 -193
  112. package/src/themes/hawaiian/basic/font/display.json +0 -698
  113. package/src/themes/hawaiian/basic/font/heading.json +0 -698
@@ -1,813 +0,0 @@
1
- {
2
- "basic": {
3
- "text": {
4
- "accent": {
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.28.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.sm.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.26.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.sm.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.24.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.sm.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.24.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.sm.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.22.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.sm.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.22.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.sm.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.20.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.sm.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.18.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.sm.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.18.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.sm.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.32.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.sm.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.28.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.sm.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.26.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.sm.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.16.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.md.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.16.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.md.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.16.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.md.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
- "xxl": {
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.38.value}"
596
- },
597
- "fontWeight": {
598
- "deprecated": false,
599
- "public": true,
600
- "type": "semantic",
601
- "usage": "",
602
- "value": "{font.weight.book.value}"
603
- },
604
- "letterSpacing": {
605
- "deprecated": false,
606
- "public": true,
607
- "type": "semantic",
608
- "usage": "",
609
- "value": "{font.letterSpacing.sm.value}"
610
- },
611
- "lineHeight": {
612
- "deprecated": false,
613
- "public": true,
614
- "type": "semantic",
615
- "usage": "",
616
- "value": "{font.lineHeight.percent.100.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.38.value}"
633
- },
634
- "fontWeight": {
635
- "deprecated": false,
636
- "public": true,
637
- "type": "semantic",
638
- "usage": "",
639
- "value": "{font.weight.book.value}"
640
- },
641
- "letterSpacing": {
642
- "deprecated": false,
643
- "public": true,
644
- "type": "semantic",
645
- "usage": "",
646
- "value": "{font.letterSpacing.sm.value}"
647
- },
648
- "lineHeight": {
649
- "deprecated": false,
650
- "public": true,
651
- "type": "semantic",
652
- "usage": "",
653
- "value": "{font.lineHeight.percent.100.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.32.value}"
670
- },
671
- "fontWeight": {
672
- "deprecated": false,
673
- "public": true,
674
- "type": "semantic",
675
- "usage": "",
676
- "value": "{font.weight.book.value}"
677
- },
678
- "letterSpacing": {
679
- "deprecated": false,
680
- "public": true,
681
- "type": "semantic",
682
- "usage": "",
683
- "value": "{font.letterSpacing.sm.value}"
684
- },
685
- "lineHeight": {
686
- "deprecated": false,
687
- "public": true,
688
- "type": "semantic",
689
- "usage": "",
690
- "value": "{font.lineHeight.percent.100.value}"
691
- }
692
- }
693
- }
694
- },
695
- "xxs": {
696
- "breakpoint": {
697
- "lg": {
698
- "fontFamily": {
699
- "deprecated": false,
700
- "public": true,
701
- "type": "semantic",
702
- "usage": "",
703
- "value": "{font.family.asCircular.value}"
704
- },
705
- "fontSize": {
706
- "deprecated": false,
707
- "public": true,
708
- "type": "semantic",
709
- "usage": "",
710
- "value": "{font.size.14.value}"
711
- },
712
- "fontWeight": {
713
- "deprecated": false,
714
- "public": true,
715
- "type": "semantic",
716
- "usage": "",
717
- "value": "{font.weight.book.value}"
718
- },
719
- "letterSpacing": {
720
- "deprecated": false,
721
- "public": true,
722
- "type": "semantic",
723
- "usage": "",
724
- "value": "{font.letterSpacing.md.value}"
725
- },
726
- "lineHeight": {
727
- "deprecated": false,
728
- "public": true,
729
- "type": "semantic",
730
- "usage": "",
731
- "value": "{font.lineHeight.percent.130.value}"
732
- }
733
- },
734
- "md": {
735
- "fontFamily": {
736
- "deprecated": false,
737
- "public": true,
738
- "type": "semantic",
739
- "usage": "",
740
- "value": "{font.family.asCircular.value}"
741
- },
742
- "fontSize": {
743
- "deprecated": false,
744
- "public": true,
745
- "type": "semantic",
746
- "usage": "",
747
- "value": "{font.size.14.value}"
748
- },
749
- "fontWeight": {
750
- "deprecated": false,
751
- "public": true,
752
- "type": "semantic",
753
- "usage": "",
754
- "value": "{font.weight.book.value}"
755
- },
756
- "letterSpacing": {
757
- "deprecated": false,
758
- "public": true,
759
- "type": "semantic",
760
- "usage": "",
761
- "value": "{font.letterSpacing.md.value}"
762
- },
763
- "lineHeight": {
764
- "deprecated": false,
765
- "public": true,
766
- "type": "semantic",
767
- "usage": "",
768
- "value": "{font.lineHeight.percent.130.value}"
769
- }
770
- },
771
- "sm": {
772
- "fontFamily": {
773
- "deprecated": false,
774
- "public": true,
775
- "type": "semantic",
776
- "usage": "",
777
- "value": "{font.family.asCircular.value}"
778
- },
779
- "fontSize": {
780
- "deprecated": false,
781
- "public": true,
782
- "type": "semantic",
783
- "usage": "",
784
- "value": "{font.size.14.value}"
785
- },
786
- "fontWeight": {
787
- "deprecated": false,
788
- "public": true,
789
- "type": "semantic",
790
- "usage": "",
791
- "value": "{font.weight.book.value}"
792
- },
793
- "letterSpacing": {
794
- "deprecated": false,
795
- "public": true,
796
- "type": "semantic",
797
- "usage": "",
798
- "value": "{font.letterSpacing.md.value}"
799
- },
800
- "lineHeight": {
801
- "deprecated": false,
802
- "public": true,
803
- "type": "semantic",
804
- "usage": "",
805
- "value": "{font.lineHeight.percent.130.value}"
806
- }
807
- }
808
- }
809
- }
810
- }
811
- }
812
- }
813
- }