@adobe/spectrum-tokens 12.0.0-beta.9 → 12.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.
@@ -0,0 +1,1140 @@
1
+ {
2
+ "default-font-family": {
3
+ "value": "{sans-serif-font-family}"
4
+ },
5
+ "sans-serif-font-family": {
6
+ "value": "Adobe Clean"
7
+ },
8
+ "serif-font-family": {
9
+ "value": "Adobe Clean Serif"
10
+ },
11
+ "cjk-font-family": {
12
+ "value": "Adobe Clean Han"
13
+ },
14
+ "light-font-weight": {
15
+ "value": "light"
16
+ },
17
+ "regular-font-weight": {
18
+ "value": "regular"
19
+ },
20
+ "medium-font-weight": {
21
+ "value": "medium"
22
+ },
23
+ "bold-font-weight": {
24
+ "value": "bold"
25
+ },
26
+ "extra-bold-font-weight": {
27
+ "value": "extra-bold"
28
+ },
29
+ "black-font-weight": {
30
+ "value": "black"
31
+ },
32
+ "italic-font-style": {
33
+ "value": "italic"
34
+ },
35
+ "default-font-style": {
36
+ "value": "normal"
37
+ },
38
+ "font-size-50": {
39
+ "sets": {
40
+ "desktop": {
41
+ "value": "11px"
42
+ },
43
+ "mobile": {
44
+ "value": "13px"
45
+ }
46
+ }
47
+ },
48
+ "font-size-75": {
49
+ "sets": {
50
+ "desktop": {
51
+ "value": "12px"
52
+ },
53
+ "mobile": {
54
+ "value": "15px"
55
+ }
56
+ }
57
+ },
58
+ "font-size-100": {
59
+ "sets": {
60
+ "desktop": {
61
+ "value": "14px"
62
+ },
63
+ "mobile": {
64
+ "value": "17px"
65
+ }
66
+ }
67
+ },
68
+ "font-size-200": {
69
+ "sets": {
70
+ "desktop": {
71
+ "value": "16px"
72
+ },
73
+ "mobile": {
74
+ "value": "19px"
75
+ }
76
+ }
77
+ },
78
+ "font-size-300": {
79
+ "sets": {
80
+ "desktop": {
81
+ "value": "18px"
82
+ },
83
+ "mobile": {
84
+ "value": "22px"
85
+ }
86
+ }
87
+ },
88
+ "font-size-400": {
89
+ "sets": {
90
+ "desktop": {
91
+ "value": "20px"
92
+ },
93
+ "mobile": {
94
+ "value": "24px"
95
+ }
96
+ }
97
+ },
98
+ "font-size-500": {
99
+ "sets": {
100
+ "desktop": {
101
+ "value": "22px"
102
+ },
103
+ "mobile": {
104
+ "value": "27px"
105
+ }
106
+ }
107
+ },
108
+ "font-size-600": {
109
+ "sets": {
110
+ "desktop": {
111
+ "value": "25px"
112
+ },
113
+ "mobile": {
114
+ "value": "31px"
115
+ }
116
+ }
117
+ },
118
+ "font-size-700": {
119
+ "sets": {
120
+ "desktop": {
121
+ "value": "28px"
122
+ },
123
+ "mobile": {
124
+ "value": "34px"
125
+ }
126
+ }
127
+ },
128
+ "font-size-800": {
129
+ "sets": {
130
+ "desktop": {
131
+ "value": "32px"
132
+ },
133
+ "mobile": {
134
+ "value": "39px"
135
+ }
136
+ }
137
+ },
138
+ "font-size-900": {
139
+ "sets": {
140
+ "desktop": {
141
+ "value": "36px"
142
+ },
143
+ "mobile": {
144
+ "value": "44px"
145
+ }
146
+ }
147
+ },
148
+ "font-size-1000": {
149
+ "sets": {
150
+ "desktop": {
151
+ "value": "40px"
152
+ },
153
+ "mobile": {
154
+ "value": "49px"
155
+ }
156
+ }
157
+ },
158
+ "font-size-1100": {
159
+ "sets": {
160
+ "desktop": {
161
+ "value": "45px"
162
+ },
163
+ "mobile": {
164
+ "value": "55px"
165
+ }
166
+ }
167
+ },
168
+ "font-size-1200": {
169
+ "sets": {
170
+ "desktop": {
171
+ "value": "50px"
172
+ },
173
+ "mobile": {
174
+ "value": "62px"
175
+ }
176
+ }
177
+ },
178
+ "font-size-1300": {
179
+ "sets": {
180
+ "desktop": {
181
+ "value": "60px"
182
+ },
183
+ "mobile": {
184
+ "value": "70px"
185
+ }
186
+ }
187
+ },
188
+ "line-height-100": {
189
+ "value": "1.3"
190
+ },
191
+ "line-height-200": {
192
+ "value": "1.5"
193
+ },
194
+ "cjk-line-height-100": {
195
+ "value": "1.5"
196
+ },
197
+ "cjk-line-height-200": {
198
+ "value": "1.7"
199
+ },
200
+ "cjk-letter-spacing": {
201
+ "value": "0.05em"
202
+ },
203
+ "heading-sans-serif-font-family": {
204
+ "component": "heading",
205
+ "value": "{sans-serif-font-family}"
206
+ },
207
+ "heading-serif-font-family": {
208
+ "component": "heading",
209
+ "value": "{serif-font-family}"
210
+ },
211
+ "heading-cjk-font-family": {
212
+ "component": "heading",
213
+ "value": "{cjk-font-family}"
214
+ },
215
+ "heading-sans-serif-light-font-weight": {
216
+ "component": "heading",
217
+ "value": "{light-font-weight}"
218
+ },
219
+ "heading-sans-serif-light-font-style": {
220
+ "component": "heading",
221
+ "value": "{default-font-style}"
222
+ },
223
+ "heading-serif-light-font-weight": {
224
+ "component": "heading",
225
+ "value": "{regular-font-weight}"
226
+ },
227
+ "heading-serif-light-font-style": {
228
+ "component": "heading",
229
+ "value": "{default-font-style}"
230
+ },
231
+ "heading-cjk-light-font-weight": {
232
+ "component": "heading",
233
+ "value": "{light-font-weight}"
234
+ },
235
+ "heading-cjk-light-font-style": {
236
+ "component": "heading",
237
+ "value": "{default-font-style}"
238
+ },
239
+ "heading-sans-serif-font-weight": {
240
+ "component": "heading",
241
+ "sets": {
242
+ "spectrum": {
243
+ "value": "{bold-font-weight}"
244
+ },
245
+ "express": {
246
+ "value": "{black-font-weight}",
247
+ "deprecated": true,
248
+ "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
249
+ }
250
+ }
251
+ },
252
+ "heading-sans-serif-font-style": {
253
+ "component": "heading",
254
+ "value": "{default-font-style}"
255
+ },
256
+ "heading-serif-font-weight": {
257
+ "component": "heading",
258
+ "sets": {
259
+ "spectrum": {
260
+ "value": "{bold-font-weight}"
261
+ },
262
+ "express": {
263
+ "value": "{black-font-weight}",
264
+ "deprecated": true,
265
+ "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
266
+ }
267
+ }
268
+ },
269
+ "heading-serif-font-style": {
270
+ "component": "heading",
271
+ "value": "{default-font-style}"
272
+ },
273
+ "heading-cjk-font-weight": {
274
+ "component": "heading",
275
+ "sets": {
276
+ "spectrum": {
277
+ "value": "{extra-bold-font-weight}"
278
+ },
279
+ "express": {
280
+ "value": "{black-font-weight}",
281
+ "deprecated": true,
282
+ "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
283
+ }
284
+ }
285
+ },
286
+ "heading-cjk-font-style": {
287
+ "component": "heading",
288
+ "value": "{default-font-style}"
289
+ },
290
+ "heading-sans-serif-heavy-font-weight": {
291
+ "component": "heading",
292
+ "value": "{black-font-weight}"
293
+ },
294
+ "heading-sans-serif-heavy-font-style": {
295
+ "component": "heading",
296
+ "value": "{default-font-style}"
297
+ },
298
+ "heading-serif-heavy-font-weight": {
299
+ "component": "heading",
300
+ "value": "{black-font-weight}"
301
+ },
302
+ "heading-serif-heavy-font-style": {
303
+ "component": "heading",
304
+ "value": "{default-font-style}"
305
+ },
306
+ "heading-cjk-heavy-font-weight": {
307
+ "component": "heading",
308
+ "value": "{black-font-weight}"
309
+ },
310
+ "heading-cjk-heavy-font-style": {
311
+ "component": "heading",
312
+ "value": "{default-font-style}"
313
+ },
314
+ "heading-sans-serif-light-strong-font-weight": {
315
+ "component": "heading",
316
+ "value": "{bold-font-weight}"
317
+ },
318
+ "heading-sans-serif-light-strong-font-style": {
319
+ "component": "heading",
320
+ "value": "{default-font-style}"
321
+ },
322
+ "heading-serif-light-strong-font-weight": {
323
+ "component": "heading",
324
+ "value": "{bold-font-weight}"
325
+ },
326
+ "heading-serif-light-strong-font-style": {
327
+ "component": "heading",
328
+ "value": "{default-font-style}"
329
+ },
330
+ "heading-cjk-light-strong-font-weight": {
331
+ "component": "heading",
332
+ "value": "{extra-bold-font-weight}"
333
+ },
334
+ "heading-cjk-light-strong-font-style": {
335
+ "component": "heading",
336
+ "value": "{default-font-style}"
337
+ },
338
+ "heading-sans-serif-strong-font-weight": {
339
+ "component": "heading",
340
+ "value": "{black-font-weight}"
341
+ },
342
+ "heading-sans-serif-strong-font-style": {
343
+ "component": "heading",
344
+ "value": "{default-font-style}"
345
+ },
346
+ "heading-serif-strong-font-weight": {
347
+ "component": "heading",
348
+ "value": "{black-font-weight}"
349
+ },
350
+ "heading-serif-strong-font-style": {
351
+ "component": "heading",
352
+ "value": "{default-font-style}"
353
+ },
354
+ "heading-cjk-strong-font-weight": {
355
+ "component": "heading",
356
+ "value": "{black-font-weight}"
357
+ },
358
+ "heading-cjk-strong-font-style": {
359
+ "component": "heading",
360
+ "value": "{default-font-style}"
361
+ },
362
+ "heading-sans-serif-heavy-strong-font-weight": {
363
+ "component": "heading",
364
+ "value": "{black-font-weight}"
365
+ },
366
+ "heading-sans-serif-heavy-strong-font-style": {
367
+ "component": "heading",
368
+ "value": "{default-font-style}"
369
+ },
370
+ "heading-serif-heavy-strong-font-weight": {
371
+ "component": "heading",
372
+ "value": "{black-font-weight}"
373
+ },
374
+ "heading-serif-heavy-strong-font-style": {
375
+ "component": "heading",
376
+ "value": "{default-font-style}"
377
+ },
378
+ "heading-cjk-heavy-strong-font-weight": {
379
+ "component": "heading",
380
+ "value": "{black-font-weight}"
381
+ },
382
+ "heading-cjk-heavy-strong-font-style": {
383
+ "component": "heading",
384
+ "value": "{default-font-style}"
385
+ },
386
+ "heading-sans-serif-light-emphasized-font-weight": {
387
+ "component": "heading",
388
+ "value": "{light-font-weight}"
389
+ },
390
+ "heading-sans-serif-light-emphasized-font-style": {
391
+ "component": "heading",
392
+ "value": "{italic-font-style}"
393
+ },
394
+ "heading-serif-light-emphasized-font-weight": {
395
+ "component": "heading",
396
+ "value": "{regular-font-weight}"
397
+ },
398
+ "heading-serif-light-emphasized-font-style": {
399
+ "component": "heading",
400
+ "value": "{italic-font-style}"
401
+ },
402
+ "heading-cjk-light-emphasized-font-weight": {
403
+ "component": "heading",
404
+ "value": "{regular-font-weight}"
405
+ },
406
+ "heading-cjk-light-emphasized-font-style": {
407
+ "component": "heading",
408
+ "value": "{default-font-style}"
409
+ },
410
+ "heading-sans-serif-emphasized-font-weight": {
411
+ "component": "heading",
412
+ "sets": {
413
+ "spectrum": {
414
+ "value": "{bold-font-weight}"
415
+ },
416
+ "express": {
417
+ "value": "{black-font-weight}",
418
+ "deprecated": true,
419
+ "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
420
+ }
421
+ }
422
+ },
423
+ "heading-sans-serif-emphasized-font-style": {
424
+ "component": "heading",
425
+ "value": "{italic-font-style}"
426
+ },
427
+ "heading-serif-emphasized-font-weight": {
428
+ "component": "heading",
429
+ "sets": {
430
+ "spectrum": {
431
+ "value": "{bold-font-weight}"
432
+ },
433
+ "express": {
434
+ "value": "{black-font-weight}",
435
+ "deprecated": true,
436
+ "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2."
437
+ }
438
+ }
439
+ },
440
+ "heading-serif-emphasized-font-style": {
441
+ "component": "heading",
442
+ "value": "{italic-font-style}"
443
+ },
444
+ "heading-cjk-emphasized-font-weight": {
445
+ "component": "heading",
446
+ "value": "{black-font-weight}"
447
+ },
448
+ "heading-cjk-emphasized-font-style": {
449
+ "component": "heading",
450
+ "value": "{default-font-style}"
451
+ },
452
+ "heading-sans-serif-heavy-emphasized-font-weight": {
453
+ "component": "heading",
454
+ "value": "{black-font-weight}"
455
+ },
456
+ "heading-sans-serif-heavy-emphasized-font-style": {
457
+ "component": "heading",
458
+ "value": "{italic-font-style}"
459
+ },
460
+ "heading-serif-heavy-emphasized-font-weight": {
461
+ "component": "heading",
462
+ "value": "{black-font-weight}"
463
+ },
464
+ "heading-serif-heavy-emphasized-font-style": {
465
+ "component": "heading",
466
+ "value": "{italic-font-style}"
467
+ },
468
+ "heading-cjk-heavy-emphasized-font-weight": {
469
+ "component": "heading",
470
+ "value": "{black-font-weight}"
471
+ },
472
+ "heading-cjk-heavy-emphasized-font-style": {
473
+ "component": "heading",
474
+ "value": "{default-font-style}"
475
+ },
476
+ "heading-sans-serif-light-strong-emphasized-font-weight": {
477
+ "component": "heading",
478
+ "value": "{bold-font-weight}"
479
+ },
480
+ "heading-sans-serif-light-strong-emphasized-font-style": {
481
+ "component": "heading",
482
+ "value": "{italic-font-style}"
483
+ },
484
+ "heading-serif-light-strong-emphasized-font-weight": {
485
+ "component": "heading",
486
+ "value": "{bold-font-weight}"
487
+ },
488
+ "heading-serif-light-strong-emphasized-font-style": {
489
+ "component": "heading",
490
+ "value": "{italic-font-style}"
491
+ },
492
+ "heading-cjk-light-strong-emphasized-font-weight": {
493
+ "component": "heading",
494
+ "value": "{extra-bold-font-weight}"
495
+ },
496
+ "heading-cjk-light-strong-emphasized-font-style": {
497
+ "component": "heading",
498
+ "value": "{default-font-style}"
499
+ },
500
+ "heading-sans-serif-strong-emphasized-font-weight": {
501
+ "component": "heading",
502
+ "value": "{black-font-weight}"
503
+ },
504
+ "heading-sans-serif-strong-emphasized-font-style": {
505
+ "component": "heading",
506
+ "value": "{italic-font-style}"
507
+ },
508
+ "heading-serif-strong-emphasized-font-weight": {
509
+ "component": "heading",
510
+ "value": "{black-font-weight}"
511
+ },
512
+ "heading-serif-strong-emphasized-font-style": {
513
+ "component": "heading",
514
+ "value": "{italic-font-style}"
515
+ },
516
+ "heading-cjk-strong-emphasized-font-weight": {
517
+ "component": "heading",
518
+ "value": "{black-font-weight}"
519
+ },
520
+ "heading-cjk-strong-emphasized-font-style": {
521
+ "component": "heading",
522
+ "value": "{default-font-style}"
523
+ },
524
+ "heading-sans-serif-heavy-strong-emphasized-font-weight": {
525
+ "component": "heading",
526
+ "value": "{black-font-weight}"
527
+ },
528
+ "heading-sans-serif-heavy-strong-emphasized-font-style": {
529
+ "component": "heading",
530
+ "value": "{italic-font-style}"
531
+ },
532
+ "heading-serif-heavy-strong-emphasized-font-weight": {
533
+ "component": "heading",
534
+ "value": "{black-font-weight}"
535
+ },
536
+ "heading-serif-heavy-strong-emphasized-font-style": {
537
+ "component": "heading",
538
+ "value": "{italic-font-style}"
539
+ },
540
+ "heading-cjk-heavy-strong-emphasized-font-weight": {
541
+ "component": "heading",
542
+ "value": "{black-font-weight}"
543
+ },
544
+ "heading-cjk-heavy-strong-emphasized-font-style": {
545
+ "component": "heading",
546
+ "value": "{default-font-style}"
547
+ },
548
+ "heading-size-xxxl": {
549
+ "component": "heading",
550
+ "value": "{font-size-1300}"
551
+ },
552
+ "heading-size-xxl": {
553
+ "component": "heading",
554
+ "value": "{font-size-1100}"
555
+ },
556
+ "heading-size-xl": {
557
+ "component": "heading",
558
+ "value": "{font-size-900}"
559
+ },
560
+ "heading-size-l": {
561
+ "component": "heading",
562
+ "value": "{font-size-700}"
563
+ },
564
+ "heading-size-m": {
565
+ "component": "heading",
566
+ "value": "{font-size-500}"
567
+ },
568
+ "heading-size-s": {
569
+ "component": "heading",
570
+ "value": "{font-size-300}"
571
+ },
572
+ "heading-size-xs": {
573
+ "component": "heading",
574
+ "value": "{font-size-200}"
575
+ },
576
+ "heading-size-xxs": {
577
+ "component": "heading",
578
+ "value": "{font-size-100}"
579
+ },
580
+ "heading-cjk-size-xxxl": {
581
+ "component": "heading",
582
+ "value": "{font-size-1300}"
583
+ },
584
+ "heading-cjk-size-xxl": {
585
+ "component": "heading",
586
+ "value": "{font-size-900}"
587
+ },
588
+ "heading-cjk-size-xl": {
589
+ "component": "heading",
590
+ "value": "{font-size-800}"
591
+ },
592
+ "heading-cjk-size-l": {
593
+ "component": "heading",
594
+ "value": "{font-size-600}"
595
+ },
596
+ "heading-cjk-size-m": {
597
+ "component": "heading",
598
+ "value": "{font-size-400}"
599
+ },
600
+ "heading-cjk-size-s": {
601
+ "component": "heading",
602
+ "value": "{font-size-300}"
603
+ },
604
+ "heading-cjk-size-xs": {
605
+ "component": "heading",
606
+ "value": "{font-size-200}"
607
+ },
608
+ "heading-cjk-size-xxs": {
609
+ "component": "heading",
610
+ "value": "{font-size-100}"
611
+ },
612
+ "heading-line-height": {
613
+ "component": "heading",
614
+ "value": "{line-height-100}"
615
+ },
616
+ "heading-cjk-line-height": {
617
+ "component": "heading",
618
+ "value": "{cjk-line-height-100}"
619
+ },
620
+ "heading-margin-top-multiplier": {
621
+ "component": "heading",
622
+ "value": "0.88888889"
623
+ },
624
+ "heading-margin-bottom-multiplier": {
625
+ "component": "heading",
626
+ "value": "0.25"
627
+ },
628
+ "heading-color": {
629
+ "component": "heading",
630
+ "value": "{gray-900}"
631
+ },
632
+ "body-sans-serif-font-family": {
633
+ "component": "body",
634
+ "value": "{sans-serif-font-family}"
635
+ },
636
+ "body-serif-font-family": {
637
+ "component": "body",
638
+ "value": "{serif-font-family}"
639
+ },
640
+ "body-cjk-font-family": {
641
+ "component": "body",
642
+ "value": "{cjk-font-family}"
643
+ },
644
+ "body-sans-serif-font-weight": {
645
+ "component": "body",
646
+ "value": "{regular-font-weight}"
647
+ },
648
+ "body-sans-serif-font-style": {
649
+ "component": "body",
650
+ "value": "{default-font-style}"
651
+ },
652
+ "body-serif-font-weight": {
653
+ "component": "body",
654
+ "value": "{regular-font-weight}"
655
+ },
656
+ "body-serif-font-style": {
657
+ "component": "body",
658
+ "value": "{default-font-style}"
659
+ },
660
+ "body-cjk-font-weight": {
661
+ "component": "body",
662
+ "value": "{regular-font-weight}"
663
+ },
664
+ "body-cjk-font-style": {
665
+ "component": "body",
666
+ "value": "{default-font-style}"
667
+ },
668
+ "body-sans-serif-strong-font-weight": {
669
+ "component": "body",
670
+ "value": "{bold-font-weight}"
671
+ },
672
+ "body-sans-serif-strong-font-style": {
673
+ "component": "body",
674
+ "value": "{default-font-style}"
675
+ },
676
+ "body-serif-strong-font-weight": {
677
+ "component": "body",
678
+ "value": "{bold-font-weight}"
679
+ },
680
+ "body-serif-strong-font-style": {
681
+ "component": "body",
682
+ "value": "{default-font-style}"
683
+ },
684
+ "body-cjk-strong-font-weight": {
685
+ "component": "body",
686
+ "value": "{black-font-weight}"
687
+ },
688
+ "body-cjk-strong-font-style": {
689
+ "component": "body",
690
+ "value": "{default-font-style}"
691
+ },
692
+ "body-sans-serif-emphasized-font-weight": {
693
+ "component": "body",
694
+ "value": "{regular-font-weight}"
695
+ },
696
+ "body-sans-serif-emphasized-font-style": {
697
+ "component": "body",
698
+ "value": "{italic-font-style}"
699
+ },
700
+ "body-serif-emphasized-font-weight": {
701
+ "component": "body",
702
+ "value": "{regular-font-weight}"
703
+ },
704
+ "body-serif-emphasized-font-style": {
705
+ "component": "body",
706
+ "value": "{italic-font-style}"
707
+ },
708
+ "body-cjk-emphasized-font-weight": {
709
+ "component": "body",
710
+ "value": "{extra-bold-font-weight}"
711
+ },
712
+ "body-cjk-emphasized-font-style": {
713
+ "component": "body",
714
+ "value": "{default-font-style}"
715
+ },
716
+ "body-sans-serif-strong-emphasized-font-weight": {
717
+ "component": "body",
718
+ "value": "{bold-font-weight}"
719
+ },
720
+ "body-sans-serif-strong-emphasized-font-style": {
721
+ "component": "body",
722
+ "value": "{italic-font-style}"
723
+ },
724
+ "body-serif-strong-emphasized-font-weight": {
725
+ "component": "body",
726
+ "value": "{bold-font-weight}"
727
+ },
728
+ "body-serif-strong-emphasized-font-style": {
729
+ "component": "body",
730
+ "value": "{italic-font-style}"
731
+ },
732
+ "body-cjk-strong-emphasized-font-weight": {
733
+ "component": "body",
734
+ "value": "{black-font-weight}"
735
+ },
736
+ "body-cjk-strong-emphasized-font-style": {
737
+ "component": "body",
738
+ "value": "{default-font-style}"
739
+ },
740
+ "body-size-xxxl": {
741
+ "component": "body",
742
+ "value": "{font-size-600}"
743
+ },
744
+ "body-size-xxl": {
745
+ "component": "body",
746
+ "value": "{font-size-500}"
747
+ },
748
+ "body-size-xl": {
749
+ "component": "body",
750
+ "value": "{font-size-400}"
751
+ },
752
+ "body-size-l": {
753
+ "component": "body",
754
+ "value": "{font-size-300}"
755
+ },
756
+ "body-size-m": {
757
+ "component": "body",
758
+ "value": "{font-size-200}"
759
+ },
760
+ "body-size-s": {
761
+ "component": "body",
762
+ "value": "{font-size-100}"
763
+ },
764
+ "body-size-xs": {
765
+ "component": "body",
766
+ "value": "{font-size-75}"
767
+ },
768
+ "body-line-height": {
769
+ "component": "body",
770
+ "value": "{line-height-200}"
771
+ },
772
+ "body-cjk-line-height": {
773
+ "component": "body",
774
+ "value": "{cjk-line-height-200}"
775
+ },
776
+ "body-margin-multiplier": {
777
+ "component": "body",
778
+ "value": "0.75"
779
+ },
780
+ "body-color": {
781
+ "component": "body",
782
+ "value": "{gray-800}"
783
+ },
784
+ "detail-sans-serif-font-family": {
785
+ "component": "detail",
786
+ "value": "{sans-serif-font-family}"
787
+ },
788
+ "detail-serif-font-family": {
789
+ "component": "detail",
790
+ "value": "{serif-font-family}"
791
+ },
792
+ "detail-cjk-font-family": {
793
+ "component": "detail",
794
+ "value": "{cjk-font-family}"
795
+ },
796
+ "detail-sans-serif-font-weight": {
797
+ "component": "detail",
798
+ "value": "{bold-font-weight}"
799
+ },
800
+ "detail-sans-serif-font-style": {
801
+ "component": "detail",
802
+ "value": "{default-font-style}"
803
+ },
804
+ "detail-serif-font-weight": {
805
+ "component": "detail",
806
+ "value": "{bold-font-weight}"
807
+ },
808
+ "detail-serif-font-style": {
809
+ "component": "detail",
810
+ "value": "{default-font-style}"
811
+ },
812
+ "detail-cjk-font-weight": {
813
+ "component": "detail",
814
+ "value": "{extra-bold-font-weight}"
815
+ },
816
+ "detail-cjk-font-style": {
817
+ "component": "detail",
818
+ "value": "{default-font-style}"
819
+ },
820
+ "detail-sans-serif-light-font-weight": {
821
+ "component": "detail",
822
+ "value": "{regular-font-weight}"
823
+ },
824
+ "detail-sans-serif-light-font-style": {
825
+ "component": "detail",
826
+ "value": "{default-font-style}"
827
+ },
828
+ "detail-serif-light-font-weight": {
829
+ "component": "detail",
830
+ "value": "{regular-font-weight}"
831
+ },
832
+ "detail-serif-light-font-style": {
833
+ "component": "detail",
834
+ "value": "{default-font-style}"
835
+ },
836
+ "detail-cjk-light-font-weight": {
837
+ "component": "detail",
838
+ "value": "{light-font-weight}"
839
+ },
840
+ "detail-cjk-light-font-style": {
841
+ "component": "detail",
842
+ "value": "{default-font-style}"
843
+ },
844
+ "detail-sans-serif-strong-font-weight": {
845
+ "component": "detail",
846
+ "value": "{bold-font-weight}"
847
+ },
848
+ "detail-sans-serif-strong-font-style": {
849
+ "component": "detail",
850
+ "value": "{default-font-style}"
851
+ },
852
+ "detail-serif-strong-font-weight": {
853
+ "component": "detail",
854
+ "value": "{bold-font-weight}"
855
+ },
856
+ "detail-serif-strong-font-style": {
857
+ "component": "detail",
858
+ "value": "{default-font-style}"
859
+ },
860
+ "detail-cjk-strong-font-weight": {
861
+ "component": "detail",
862
+ "value": "{black-font-weight}"
863
+ },
864
+ "detail-cjk-strong-font-style": {
865
+ "component": "detail",
866
+ "value": "{default-font-style}"
867
+ },
868
+ "detail-sans-serif-light-strong-font-weight": {
869
+ "component": "detail",
870
+ "value": "{regular-font-weight}"
871
+ },
872
+ "detail-sans-serif-light-strong-font-style": {
873
+ "component": "detail",
874
+ "value": "{default-font-style}"
875
+ },
876
+ "detail-serif-light-strong-font-weight": {
877
+ "component": "detail",
878
+ "value": "{regular-font-weight}"
879
+ },
880
+ "detail-serif-light-strong-font-style": {
881
+ "component": "detail",
882
+ "value": "{default-font-style}"
883
+ },
884
+ "detail-cjk-light-strong-font-weight": {
885
+ "component": "detail",
886
+ "value": "{extra-bold-font-weight}"
887
+ },
888
+ "detail-cjk-light-strong-font-style": {
889
+ "component": "detail",
890
+ "value": "{default-font-style}"
891
+ },
892
+ "detail-sans-serif-emphasized-font-weight": {
893
+ "component": "detail",
894
+ "value": "{bold-font-weight}"
895
+ },
896
+ "detail-sans-serif-emphasized-font-style": {
897
+ "component": "detail",
898
+ "value": "{italic-font-style}"
899
+ },
900
+ "detail-serif-emphasized-font-weight": {
901
+ "component": "detail",
902
+ "value": "{bold-font-weight}"
903
+ },
904
+ "detail-serif-emphasized-font-style": {
905
+ "component": "detail",
906
+ "value": "{italic-font-style}"
907
+ },
908
+ "detail-cjk-emphasized-font-weight": {
909
+ "component": "detail",
910
+ "value": "{black-font-weight}"
911
+ },
912
+ "detail-cjk-emphasized-font-style": {
913
+ "component": "detail",
914
+ "value": "{default-font-style}"
915
+ },
916
+ "detail-sans-serif-light-emphasized-font-weight": {
917
+ "component": "detail",
918
+ "value": "{regular-font-weight}"
919
+ },
920
+ "detail-sans-serif-light-emphasized-font-style": {
921
+ "component": "detail",
922
+ "value": "{italic-font-style}"
923
+ },
924
+ "detail-serif-light-emphasized-font-weight": {
925
+ "component": "detail",
926
+ "value": "{regular-font-weight}"
927
+ },
928
+ "detail-serif-light-emphasized-font-style": {
929
+ "component": "detail",
930
+ "value": "{italic-font-style}"
931
+ },
932
+ "detail-cjk-light-emphasized-font-weight": {
933
+ "component": "detail",
934
+ "value": "{regular-font-weight}"
935
+ },
936
+ "detail-cjk-light-emphasized-font-style": {
937
+ "component": "detail",
938
+ "value": "{default-font-style}"
939
+ },
940
+ "detail-sans-serif-strong-emphasized-font-weight": {
941
+ "component": "detail",
942
+ "value": "{bold-font-weight}"
943
+ },
944
+ "detail-sans-serif-strong-emphasized-font-style": {
945
+ "component": "detail",
946
+ "value": "{italic-font-style}"
947
+ },
948
+ "detail-serif-strong-emphasized-font-weight": {
949
+ "component": "detail",
950
+ "value": "{bold-font-weight}"
951
+ },
952
+ "detail-serif-strong-emphasized-font-style": {
953
+ "component": "detail",
954
+ "value": "{italic-font-style}"
955
+ },
956
+ "detail-cjk-strong-emphasized-font-weight": {
957
+ "component": "detail",
958
+ "value": "{black-font-weight}"
959
+ },
960
+ "detail-cjk-strong-emphasized-font-style": {
961
+ "component": "detail",
962
+ "value": "{default-font-style}"
963
+ },
964
+ "detail-sans-serif-light-strong-emphasized-font-weight": {
965
+ "component": "detail",
966
+ "value": "{regular-font-weight}"
967
+ },
968
+ "detail-sans-serif-light-strong-emphasized-font-style": {
969
+ "component": "detail",
970
+ "value": "{italic-font-style}"
971
+ },
972
+ "detail-serif-light-strong-emphasized-font-weight": {
973
+ "component": "detail",
974
+ "value": "{regular-font-weight}"
975
+ },
976
+ "detail-serif-light-strong-emphasized-font-style": {
977
+ "component": "detail",
978
+ "value": "{italic-font-style}"
979
+ },
980
+ "detail-cjk-light-strong-emphasized-font-weight": {
981
+ "component": "detail",
982
+ "value": "{extra-bold-font-weight}"
983
+ },
984
+ "detail-cjk-light-strong-emphasized-font-style": {
985
+ "component": "detail",
986
+ "value": "{default-font-style}"
987
+ },
988
+ "detail-size-xl": {
989
+ "component": "detail",
990
+ "value": "{font-size-200}"
991
+ },
992
+ "detail-size-l": {
993
+ "component": "detail",
994
+ "value": "{font-size-100}"
995
+ },
996
+ "detail-size-m": {
997
+ "component": "detail",
998
+ "value": "{font-size-75}"
999
+ },
1000
+ "detail-size-s": {
1001
+ "component": "detail",
1002
+ "value": "{font-size-50}"
1003
+ },
1004
+ "detail-line-height": {
1005
+ "component": "detail",
1006
+ "value": "{line-height-100}"
1007
+ },
1008
+ "detail-cjk-line-height": {
1009
+ "component": "detail",
1010
+ "value": "{cjk-line-height-100}"
1011
+ },
1012
+ "detail-margin-top-multiplier": {
1013
+ "component": "detail",
1014
+ "value": "0.88888889"
1015
+ },
1016
+ "detail-margin-bottom-multiplier": {
1017
+ "component": "detail",
1018
+ "value": "0.25"
1019
+ },
1020
+ "detail-letter-spacing": {
1021
+ "component": "detail",
1022
+ "value": "0.06em"
1023
+ },
1024
+ "detail-sans-serif-text-transform": {
1025
+ "component": "detail",
1026
+ "value": "uppercase"
1027
+ },
1028
+ "detail-serif-text-transform": {
1029
+ "component": "detail",
1030
+ "value": "uppercase"
1031
+ },
1032
+ "detail-color": {
1033
+ "component": "detail",
1034
+ "value": "{gray-900}"
1035
+ },
1036
+ "code-font-family": {
1037
+ "component": "code",
1038
+ "value": "Source Code Pro"
1039
+ },
1040
+ "code-cjk-font-family": {
1041
+ "component": "code",
1042
+ "value": "{code-font-family}"
1043
+ },
1044
+ "code-font-weight": {
1045
+ "component": "code",
1046
+ "value": "{regular-font-weight}"
1047
+ },
1048
+ "code-font-style": {
1049
+ "component": "code",
1050
+ "value": "{default-font-style}"
1051
+ },
1052
+ "code-cjk-font-weight": {
1053
+ "component": "code",
1054
+ "value": "{regular-font-weight}"
1055
+ },
1056
+ "code-cjk-font-style": {
1057
+ "component": "code",
1058
+ "value": "{default-font-style}"
1059
+ },
1060
+ "code-strong-font-weight": {
1061
+ "component": "code",
1062
+ "value": "{bold-font-weight}"
1063
+ },
1064
+ "code-strong-font-style": {
1065
+ "component": "code",
1066
+ "value": "{default-font-style}"
1067
+ },
1068
+ "code-cjk-strong-font-weight": {
1069
+ "component": "code",
1070
+ "value": "{black-font-weight}"
1071
+ },
1072
+ "code-cjk-strong-font-style": {
1073
+ "component": "code",
1074
+ "value": "{default-font-style}"
1075
+ },
1076
+ "code-emphasized-font-weight": {
1077
+ "component": "code",
1078
+ "value": "{regular-font-weight}"
1079
+ },
1080
+ "code-emphasized-font-style": {
1081
+ "component": "code",
1082
+ "value": "{italic-font-style}"
1083
+ },
1084
+ "code-cjk-emphasized-font-weight": {
1085
+ "component": "code",
1086
+ "value": "{bold-font-weight}"
1087
+ },
1088
+ "code-cjk-emphasized-font-style": {
1089
+ "component": "code",
1090
+ "value": "{default-font-style}"
1091
+ },
1092
+ "code-strong-emphasized-font-weight": {
1093
+ "component": "code",
1094
+ "value": "{bold-font-weight}"
1095
+ },
1096
+ "code-strong-emphasized-font-style": {
1097
+ "component": "code",
1098
+ "value": "{italic-font-style}"
1099
+ },
1100
+ "code-cjk-strong-emphasized-font-weight": {
1101
+ "component": "code",
1102
+ "value": "{black-font-weight}"
1103
+ },
1104
+ "code-cjk-strong-emphasized-font-style": {
1105
+ "component": "code",
1106
+ "value": "{default-font-style}"
1107
+ },
1108
+ "code-size-xl": {
1109
+ "component": "code",
1110
+ "value": "{font-size-400}"
1111
+ },
1112
+ "code-size-l": {
1113
+ "component": "code",
1114
+ "value": "{font-size-300}"
1115
+ },
1116
+ "code-size-m": {
1117
+ "component": "code",
1118
+ "value": "{font-size-200}"
1119
+ },
1120
+ "code-size-s": {
1121
+ "component": "code",
1122
+ "value": "{font-size-100}"
1123
+ },
1124
+ "code-size-xs": {
1125
+ "component": "code",
1126
+ "value": "{font-size-75}"
1127
+ },
1128
+ "code-line-height": {
1129
+ "component": "code",
1130
+ "value": "{line-height-200}"
1131
+ },
1132
+ "code-cjk-line-height": {
1133
+ "component": "code",
1134
+ "value": "{cjk-line-height-200}"
1135
+ },
1136
+ "code-color": {
1137
+ "component": "code",
1138
+ "value": "{gray-800}"
1139
+ }
1140
+ }