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