@adobe/spectrum-tokens 14.6.0 → 14.8.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.
- package/CHANGELOG.md +64 -4
- package/dist/json/drover.json +8 -311
- package/dist/json/variables.json +539 -4038
- package/naming-exceptions.json +632 -3543
- package/package.json +1 -1
- package/schemas/token-file.json +1 -1
- package/schemas/token-types/{text-align.json → alignment.json} +4 -4
- package/snapshots/validation-snapshot.json +21 -175
- package/src/color-aliases.json +27 -262
- package/src/color-component.json +17 -161
- package/src/color-palette.json +2212 -369
- package/src/icons.json +23 -454
- package/src/layout-component.json +516 -1450
- package/src/layout.json +38 -132
- package/src/semantic-color-palette.json +5 -45
- package/src/typography.json +67 -741
- package/test/checkComponentProps.js +4 -6
- package/schemas/token-types/typography-scale.json +0 -82
package/src/typography.json
CHANGED
|
@@ -2,7 +2,11 @@
|
|
|
2
2
|
"black-font-weight": {
|
|
3
3
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
4
4
|
"uuid": "e2f23ca1-802b-40a2-a211-33090f9a043e",
|
|
5
|
-
"value": "black"
|
|
5
|
+
"value": "black",
|
|
6
|
+
"name": {
|
|
7
|
+
"property": "font-weight",
|
|
8
|
+
"weight": "black"
|
|
9
|
+
}
|
|
6
10
|
},
|
|
7
11
|
"body-cjk-emphasized-font-style": {
|
|
8
12
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
@@ -230,128 +234,61 @@
|
|
|
230
234
|
"uuid": "be263571-bd6b-4383-bdf9-3cdf80248b6a",
|
|
231
235
|
"value": "{bold-font-weight}"
|
|
232
236
|
},
|
|
233
|
-
"body-size-2x-large": {
|
|
234
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
235
|
-
"component": "body",
|
|
236
|
-
"uuid": "6a138500-a7a8-4aa4-9269-1da4cdc8fed7",
|
|
237
|
-
"value": "{font-size-500}"
|
|
238
|
-
},
|
|
239
|
-
"body-size-2x-small": {
|
|
240
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
241
|
-
"uuid": "315cf673-7fa1-41a2-affe-425050b84232",
|
|
242
|
-
"value": "{font-size-50}"
|
|
243
|
-
},
|
|
244
|
-
"body-size-3x-large": {
|
|
245
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
246
|
-
"component": "body",
|
|
247
|
-
"uuid": "631c3893-b90e-42c0-a863-eca6cab06372",
|
|
248
|
-
"value": "{font-size-600}"
|
|
249
|
-
},
|
|
250
|
-
"body-size-extra-large": {
|
|
251
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
252
|
-
"component": "body",
|
|
253
|
-
"uuid": "cd8fd724-6ef6-4186-84a4-b41de2d37cd4",
|
|
254
|
-
"value": "{font-size-400}"
|
|
255
|
-
},
|
|
256
|
-
"body-size-extra-small": {
|
|
257
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
258
|
-
"component": "body",
|
|
259
|
-
"uuid": "f711e6d7-a953-4c81-a221-4be5e253446b",
|
|
260
|
-
"value": "{font-size-75}"
|
|
261
|
-
},
|
|
262
237
|
"body-size-l": {
|
|
263
238
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
264
239
|
"component": "body",
|
|
265
240
|
"uuid": "884b74cb-d247-491d-acb9-d3dc84bfd9a6",
|
|
266
|
-
"value": "{font-size-300}",
|
|
267
|
-
"deprecated": true,
|
|
268
|
-
"deprecated_comment": "Renamed to spec-order name. Use `body-size-large` instead.",
|
|
269
|
-
"renamed": "body-size-large"
|
|
270
|
-
},
|
|
271
|
-
"body-size-large": {
|
|
272
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
273
|
-
"component": "body",
|
|
274
|
-
"uuid": "0fa08c71-7e94-4460-96b6-c81135988dba",
|
|
275
241
|
"value": "{font-size-300}"
|
|
276
242
|
},
|
|
277
243
|
"body-size-m": {
|
|
278
244
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
279
245
|
"component": "body",
|
|
280
246
|
"uuid": "4f7f6878-5304-48d3-8a42-5bb452c2163b",
|
|
281
|
-
"value": "{font-size-200}",
|
|
282
|
-
"deprecated": true,
|
|
283
|
-
"deprecated_comment": "Renamed to spec-order name. Use `body-size-medium` instead.",
|
|
284
|
-
"renamed": "body-size-medium"
|
|
285
|
-
},
|
|
286
|
-
"body-size-medium": {
|
|
287
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
288
|
-
"component": "body",
|
|
289
|
-
"uuid": "0235dc51-7d6b-43ba-aa67-5b23e2178aef",
|
|
290
247
|
"value": "{font-size-200}"
|
|
291
248
|
},
|
|
292
249
|
"body-size-s": {
|
|
293
250
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
294
251
|
"component": "body",
|
|
295
252
|
"uuid": "1194f7e3-e4c3-4a3a-bd19-50f4b48e1a6e",
|
|
296
|
-
"value": "{font-size-100}",
|
|
297
|
-
"deprecated": true,
|
|
298
|
-
"deprecated_comment": "Renamed to spec-order name. Use `body-size-small` instead.",
|
|
299
|
-
"renamed": "body-size-small"
|
|
300
|
-
},
|
|
301
|
-
"body-size-small": {
|
|
302
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
303
|
-
"component": "body",
|
|
304
|
-
"uuid": "c1ffe59b-1099-4cad-b6c8-a147383bebd2",
|
|
305
253
|
"value": "{font-size-100}"
|
|
306
254
|
},
|
|
307
255
|
"body-size-xl": {
|
|
308
256
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
309
257
|
"component": "body",
|
|
310
258
|
"uuid": "3927604f-eaf3-4605-aa34-80b7bc88ac0f",
|
|
311
|
-
"value": "{font-size-400}"
|
|
312
|
-
"deprecated": true,
|
|
313
|
-
"deprecated_comment": "Renamed to spec-order name. Use `body-size-extra-large` instead.",
|
|
314
|
-
"renamed": "body-size-extra-large"
|
|
259
|
+
"value": "{font-size-400}"
|
|
315
260
|
},
|
|
316
261
|
"body-size-xs": {
|
|
317
262
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
318
263
|
"component": "body",
|
|
319
264
|
"uuid": "25e93322-8f0b-45f8-ae9a-18668251f064",
|
|
320
|
-
"value": "{font-size-75}"
|
|
321
|
-
"deprecated": true,
|
|
322
|
-
"deprecated_comment": "Renamed to spec-order name. Use `body-size-extra-small` instead.",
|
|
323
|
-
"renamed": "body-size-extra-small"
|
|
265
|
+
"value": "{font-size-75}"
|
|
324
266
|
},
|
|
325
267
|
"body-size-xxl": {
|
|
326
268
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
327
269
|
"component": "body",
|
|
328
270
|
"uuid": "4d0d4ed9-af14-4d88-98f1-9237f65e192a",
|
|
329
|
-
"value": "{font-size-500}"
|
|
330
|
-
"deprecated": true,
|
|
331
|
-
"deprecated_comment": "Renamed to spec-order name. Use `body-size-2x-large` instead.",
|
|
332
|
-
"renamed": "body-size-2x-large"
|
|
271
|
+
"value": "{font-size-500}"
|
|
333
272
|
},
|
|
334
273
|
"body-size-xxs": {
|
|
335
274
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
336
275
|
"uuid": "3aa79ac7-9e78-4413-b500-b8d1937705cb",
|
|
337
|
-
"value": "{font-size-50}"
|
|
338
|
-
"deprecated": true,
|
|
339
|
-
"deprecated_comment": "Renamed to spec-order name. Use `body-size-2x-small` instead.",
|
|
340
|
-
"renamed": "body-size-2x-small"
|
|
276
|
+
"value": "{font-size-50}"
|
|
341
277
|
},
|
|
342
278
|
"body-size-xxxl": {
|
|
343
279
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
344
280
|
"component": "body",
|
|
345
281
|
"uuid": "e0b8ceea-3404-4c4b-9145-fe5d445020fe",
|
|
346
|
-
"value": "{font-size-600}"
|
|
347
|
-
"deprecated": true,
|
|
348
|
-
"deprecated_comment": "Renamed to spec-order name. Use `body-size-3x-large` instead.",
|
|
349
|
-
"renamed": "body-size-3x-large"
|
|
282
|
+
"value": "{font-size-600}"
|
|
350
283
|
},
|
|
351
284
|
"bold-font-weight": {
|
|
352
285
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
353
286
|
"uuid": "ff246e6b-7515-49a2-9dc6-8cdf1ea9b2d8",
|
|
354
|
-
"value": "bold"
|
|
287
|
+
"value": "bold",
|
|
288
|
+
"name": {
|
|
289
|
+
"property": "font-weight",
|
|
290
|
+
"weight": "bold"
|
|
291
|
+
}
|
|
355
292
|
},
|
|
356
293
|
"cjk-font-family": {
|
|
357
294
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
|
|
@@ -475,80 +412,35 @@
|
|
|
475
412
|
"uuid": "0d33b30d-96d6-4b5a-90d2-2a708bdae623",
|
|
476
413
|
"value": "{line-height-200}"
|
|
477
414
|
},
|
|
478
|
-
"code-size-extra-large": {
|
|
479
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
480
|
-
"component": "code",
|
|
481
|
-
"uuid": "30d05fe0-2bc8-4d2e-84f6-9caa56f30987",
|
|
482
|
-
"value": "{font-size-400}"
|
|
483
|
-
},
|
|
484
|
-
"code-size-extra-small": {
|
|
485
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
486
|
-
"component": "code",
|
|
487
|
-
"uuid": "3d3b9715-b930-447e-8077-83f75263f645",
|
|
488
|
-
"value": "{font-size-75}"
|
|
489
|
-
},
|
|
490
415
|
"code-size-l": {
|
|
491
416
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
492
417
|
"component": "code",
|
|
493
418
|
"uuid": "b7010f1a-c994-4b19-b273-3f609fe4be2b",
|
|
494
|
-
"value": "{font-size-300}",
|
|
495
|
-
"deprecated": true,
|
|
496
|
-
"deprecated_comment": "Renamed to spec-order name. Use `code-size-large` instead.",
|
|
497
|
-
"renamed": "code-size-large"
|
|
498
|
-
},
|
|
499
|
-
"code-size-large": {
|
|
500
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
501
|
-
"component": "code",
|
|
502
|
-
"uuid": "0ded433c-53b8-45f9-983c-a382c2469f65",
|
|
503
419
|
"value": "{font-size-300}"
|
|
504
420
|
},
|
|
505
421
|
"code-size-m": {
|
|
506
422
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
507
423
|
"component": "code",
|
|
508
424
|
"uuid": "e5b76091-7cbb-4d1e-8d27-48f00759c9f3",
|
|
509
|
-
"value": "{font-size-200}",
|
|
510
|
-
"deprecated": true,
|
|
511
|
-
"deprecated_comment": "Renamed to spec-order name. Use `code-size-medium` instead.",
|
|
512
|
-
"renamed": "code-size-medium"
|
|
513
|
-
},
|
|
514
|
-
"code-size-medium": {
|
|
515
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
516
|
-
"component": "code",
|
|
517
|
-
"uuid": "4d9ed9a3-5af9-41a7-b897-6928741528da",
|
|
518
425
|
"value": "{font-size-200}"
|
|
519
426
|
},
|
|
520
427
|
"code-size-s": {
|
|
521
428
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
522
429
|
"component": "code",
|
|
523
430
|
"uuid": "efa9311b-27c5-45ea-93a7-bef6f9370179",
|
|
524
|
-
"value": "{font-size-100}",
|
|
525
|
-
"deprecated": true,
|
|
526
|
-
"deprecated_comment": "Renamed to spec-order name. Use `code-size-small` instead.",
|
|
527
|
-
"renamed": "code-size-small"
|
|
528
|
-
},
|
|
529
|
-
"code-size-small": {
|
|
530
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
531
|
-
"component": "code",
|
|
532
|
-
"uuid": "fb0c98dc-8bf7-4a0e-991d-53dfb8c7d593",
|
|
533
431
|
"value": "{font-size-100}"
|
|
534
432
|
},
|
|
535
433
|
"code-size-xl": {
|
|
536
434
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
537
435
|
"component": "code",
|
|
538
436
|
"uuid": "7879adbc-6c38-4d29-9a90-a4ad91c75b90",
|
|
539
|
-
"value": "{font-size-400}"
|
|
540
|
-
"deprecated": true,
|
|
541
|
-
"deprecated_comment": "Renamed to spec-order name. Use `code-size-extra-large` instead.",
|
|
542
|
-
"renamed": "code-size-extra-large"
|
|
437
|
+
"value": "{font-size-400}"
|
|
543
438
|
},
|
|
544
439
|
"code-size-xs": {
|
|
545
440
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
546
441
|
"component": "code",
|
|
547
442
|
"uuid": "f0c5e6fb-fb48-45d2-a043-558b3dc28bc7",
|
|
548
|
-
"value": "{font-size-75}"
|
|
549
|
-
"deprecated": true,
|
|
550
|
-
"deprecated_comment": "Renamed to spec-order name. Use `code-size-extra-small` instead.",
|
|
551
|
-
"renamed": "code-size-extra-small"
|
|
443
|
+
"value": "{font-size-75}"
|
|
552
444
|
},
|
|
553
445
|
"code-strong-emphasized-font-style": {
|
|
554
446
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
@@ -742,18 +634,12 @@
|
|
|
742
634
|
"default-font-family": {
|
|
743
635
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
744
636
|
"uuid": "45d43d4e-a4e4-4c5f-94ec-644a81300eb0",
|
|
745
|
-
"value": "{sans-serif-font-family}"
|
|
746
|
-
"deprecated": true,
|
|
747
|
-
"deprecated_comment": "Renamed to spec-order name. Use `font-family-default` instead.",
|
|
748
|
-
"renamed": "font-family-default"
|
|
637
|
+
"value": "{sans-serif-font-family}"
|
|
749
638
|
},
|
|
750
639
|
"default-font-style": {
|
|
751
640
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-style.json",
|
|
752
641
|
"uuid": "25668698-bf78-46f4-bc6c-8fea068ddb34",
|
|
753
|
-
"value": "normal"
|
|
754
|
-
"deprecated": true,
|
|
755
|
-
"deprecated_comment": "Renamed to spec-order name. Use `font-style-default` instead.",
|
|
756
|
-
"renamed": "font-style-default"
|
|
642
|
+
"value": "normal"
|
|
757
643
|
},
|
|
758
644
|
"detail-cjk-emphasized-font-style": {
|
|
759
645
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
@@ -924,31 +810,13 @@
|
|
|
924
810
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
|
|
925
811
|
"component": "detail",
|
|
926
812
|
"uuid": "35ac24a4-0338-44c6-b780-120a0af0fc51",
|
|
927
|
-
"value": 0.25,
|
|
928
|
-
"deprecated": true,
|
|
929
|
-
"deprecated_comment": "Renamed to spec-order name. Use `detail-margin-multiplier-bottom` instead.",
|
|
930
|
-
"renamed": "detail-margin-multiplier-bottom"
|
|
931
|
-
},
|
|
932
|
-
"detail-margin-multiplier-bottom": {
|
|
933
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
|
|
934
|
-
"component": "detail",
|
|
935
|
-
"uuid": "5d63fee5-8022-44f6-be9b-a5b52ac306ed",
|
|
936
813
|
"value": 0.25
|
|
937
814
|
},
|
|
938
|
-
"detail-margin-multiplier-top": {
|
|
939
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
|
|
940
|
-
"component": "detail",
|
|
941
|
-
"uuid": "1be5695c-733e-4567-901f-796d2e683d68",
|
|
942
|
-
"value": 0.88888889
|
|
943
|
-
},
|
|
944
815
|
"detail-margin-top-multiplier": {
|
|
945
816
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
|
|
946
817
|
"component": "detail",
|
|
947
818
|
"uuid": "5d34c3b5-fddd-420b-bfe4-0dee4e07701c",
|
|
948
|
-
"value": 0.88888889
|
|
949
|
-
"deprecated": true,
|
|
950
|
-
"deprecated_comment": "Renamed to spec-order name. Use `detail-margin-multiplier-top` instead.",
|
|
951
|
-
"renamed": "detail-margin-multiplier-top"
|
|
819
|
+
"value": 0.88888889
|
|
952
820
|
},
|
|
953
821
|
"detail-sans-serif-emphasized-font-style": {
|
|
954
822
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
@@ -1184,90 +1052,44 @@
|
|
|
1184
1052
|
"uuid": "0e161c32-c412-4cda-bacb-7eaa548b5534",
|
|
1185
1053
|
"value": "uppercase"
|
|
1186
1054
|
},
|
|
1187
|
-
"detail-size-extra-large": {
|
|
1188
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1189
|
-
"component": "detail",
|
|
1190
|
-
"uuid": "6e54c8e3-4e0b-41fd-8d05-23b7a60fb67d",
|
|
1191
|
-
"value": "{font-size-300}"
|
|
1192
|
-
},
|
|
1193
|
-
"detail-size-extra-small": {
|
|
1194
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1195
|
-
"component": "detail",
|
|
1196
|
-
"uuid": "1986333b-dd1e-4022-a6b6-5b800ac0231f",
|
|
1197
|
-
"value": "{font-size-50}"
|
|
1198
|
-
},
|
|
1199
1055
|
"detail-size-l": {
|
|
1200
1056
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1201
1057
|
"component": "detail",
|
|
1202
1058
|
"uuid": "613da587-5c48-4efa-abb5-36378c1e81f0",
|
|
1203
|
-
"value": "{font-size-200}",
|
|
1204
|
-
"deprecated": true,
|
|
1205
|
-
"deprecated_comment": "Renamed to spec-order name. Use `detail-size-large` instead.",
|
|
1206
|
-
"renamed": "detail-size-large"
|
|
1207
|
-
},
|
|
1208
|
-
"detail-size-large": {
|
|
1209
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1210
|
-
"component": "detail",
|
|
1211
|
-
"uuid": "ea69659b-2580-4ae9-92d2-8150e3cfc42c",
|
|
1212
1059
|
"value": "{font-size-200}"
|
|
1213
1060
|
},
|
|
1214
1061
|
"detail-size-m": {
|
|
1215
1062
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1216
1063
|
"component": "detail",
|
|
1217
1064
|
"uuid": "07840554-1ec1-4823-b119-474ec9cc31f0",
|
|
1218
|
-
"value": "{font-size-100}",
|
|
1219
|
-
"deprecated": true,
|
|
1220
|
-
"deprecated_comment": "Renamed to spec-order name. Use `detail-size-medium` instead.",
|
|
1221
|
-
"renamed": "detail-size-medium"
|
|
1222
|
-
},
|
|
1223
|
-
"detail-size-medium": {
|
|
1224
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1225
|
-
"component": "detail",
|
|
1226
|
-
"uuid": "fd38954e-2f44-47e6-bbb7-c707a6ee8695",
|
|
1227
1065
|
"value": "{font-size-100}"
|
|
1228
1066
|
},
|
|
1229
1067
|
"detail-size-s": {
|
|
1230
1068
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1231
1069
|
"component": "detail",
|
|
1232
1070
|
"uuid": "585e1bec-ee93-4983-b0bb-3a1f6ec28218",
|
|
1233
|
-
"value": "{font-size-75}",
|
|
1234
|
-
"deprecated": true,
|
|
1235
|
-
"deprecated_comment": "Renamed to spec-order name. Use `detail-size-small` instead.",
|
|
1236
|
-
"renamed": "detail-size-small"
|
|
1237
|
-
},
|
|
1238
|
-
"detail-size-small": {
|
|
1239
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1240
|
-
"component": "detail",
|
|
1241
|
-
"uuid": "0e9b9e46-dc23-4440-b9c4-bd2e8b979706",
|
|
1242
1071
|
"value": "{font-size-75}"
|
|
1243
1072
|
},
|
|
1244
1073
|
"detail-size-xl": {
|
|
1245
1074
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1246
1075
|
"component": "detail",
|
|
1247
1076
|
"uuid": "ab476eec-b592-4890-af8f-74de808cb87f",
|
|
1248
|
-
"value": "{font-size-300}"
|
|
1249
|
-
"deprecated": true,
|
|
1250
|
-
"deprecated_comment": "Renamed to spec-order name. Use `detail-size-extra-large` instead.",
|
|
1251
|
-
"renamed": "detail-size-extra-large"
|
|
1077
|
+
"value": "{font-size-300}"
|
|
1252
1078
|
},
|
|
1253
1079
|
"detail-size-xs": {
|
|
1254
1080
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1255
1081
|
"component": "detail",
|
|
1256
1082
|
"uuid": "b33a59b4-1ec2-4f09-8cb3-9bfd09d7c695",
|
|
1257
|
-
"value": "{font-size-50}"
|
|
1258
|
-
"deprecated": true,
|
|
1259
|
-
"deprecated_comment": "Renamed to spec-order name. Use `detail-size-extra-small` instead.",
|
|
1260
|
-
"renamed": "detail-size-extra-small"
|
|
1083
|
+
"value": "{font-size-50}"
|
|
1261
1084
|
},
|
|
1262
1085
|
"extra-bold-font-weight": {
|
|
1263
1086
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
1264
1087
|
"uuid": "ccadf44e-5424-4920-979f-ea1ef39687c4",
|
|
1265
|
-
"value": "extra-bold"
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
"value": "{sans-serif-font-family}"
|
|
1088
|
+
"value": "extra-bold",
|
|
1089
|
+
"name": {
|
|
1090
|
+
"property": "font-weight",
|
|
1091
|
+
"weight": "extra-bold"
|
|
1092
|
+
}
|
|
1271
1093
|
},
|
|
1272
1094
|
"font-size-100": {
|
|
1273
1095
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -1557,16 +1379,6 @@
|
|
|
1557
1379
|
},
|
|
1558
1380
|
"uuid": "cf1791b4-dcc2-4620-a508-d95bbd44504b"
|
|
1559
1381
|
},
|
|
1560
|
-
"font-style-default": {
|
|
1561
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-style.json",
|
|
1562
|
-
"uuid": "b0b2830d-48b9-45da-8b23-8c151c2379cf",
|
|
1563
|
-
"value": "normal"
|
|
1564
|
-
},
|
|
1565
|
-
"font-weight-medium": {
|
|
1566
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
1567
|
-
"uuid": "be682fd4-7bd7-45f3-b588-f285e74aae22",
|
|
1568
|
-
"value": "medium"
|
|
1569
|
-
},
|
|
1570
1382
|
"heading-cjk-emphasized-font-style": {
|
|
1571
1383
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
1572
1384
|
"component": "heading",
|
|
@@ -1800,31 +1612,13 @@
|
|
|
1800
1612
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
|
|
1801
1613
|
"component": "heading",
|
|
1802
1614
|
"uuid": "dd2035b4-506f-41ab-a656-de3668d44e0f",
|
|
1803
|
-
"value": 0.25,
|
|
1804
|
-
"deprecated": true,
|
|
1805
|
-
"deprecated_comment": "Renamed to spec-order name. Use `heading-margin-multiplier-bottom` instead.",
|
|
1806
|
-
"renamed": "heading-margin-multiplier-bottom"
|
|
1807
|
-
},
|
|
1808
|
-
"heading-margin-multiplier-bottom": {
|
|
1809
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
|
|
1810
|
-
"component": "heading",
|
|
1811
|
-
"uuid": "a1ffb4fb-f69a-485b-a23d-dcf013dc212a",
|
|
1812
1615
|
"value": 0.25
|
|
1813
1616
|
},
|
|
1814
|
-
"heading-margin-multiplier-top": {
|
|
1815
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
|
|
1816
|
-
"component": "heading",
|
|
1817
|
-
"uuid": "5afa61a3-7caf-49ad-b3c9-9845b97d35f9",
|
|
1818
|
-
"value": 0.88888889
|
|
1819
|
-
},
|
|
1820
1617
|
"heading-margin-top-multiplier": {
|
|
1821
1618
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
|
|
1822
1619
|
"component": "heading",
|
|
1823
1620
|
"uuid": "008fa04b-6d74-416b-a6ae-ceec90f08642",
|
|
1824
|
-
"value": 0.88888889
|
|
1825
|
-
"deprecated": true,
|
|
1826
|
-
"deprecated_comment": "Renamed to spec-order name. Use `heading-margin-multiplier-top` instead.",
|
|
1827
|
-
"renamed": "heading-margin-multiplier-top"
|
|
1621
|
+
"value": 0.88888889
|
|
1828
1622
|
},
|
|
1829
1623
|
"heading-sans-serif-emphasized-font-style": {
|
|
1830
1624
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
@@ -2138,101 +1932,41 @@
|
|
|
2138
1932
|
"uuid": "6df0fb95-4aa0-4c67-896d-fa6aa3d34e95",
|
|
2139
1933
|
"value": "{black-font-weight}"
|
|
2140
1934
|
},
|
|
2141
|
-
"heading-size-2x-large": {
|
|
2142
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2143
|
-
"component": "heading",
|
|
2144
|
-
"uuid": "0b6a6b83-28c1-448c-ad0d-4c64628cb3f5",
|
|
2145
|
-
"value": "{font-size-1100}"
|
|
2146
|
-
},
|
|
2147
|
-
"heading-size-3x-large": {
|
|
2148
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2149
|
-
"component": "heading",
|
|
2150
|
-
"uuid": "11a347b9-f67a-4d04-a3d9-a309d70874b1",
|
|
2151
|
-
"value": "{font-size-1300}"
|
|
2152
|
-
},
|
|
2153
|
-
"heading-size-extra-large": {
|
|
2154
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2155
|
-
"component": "heading",
|
|
2156
|
-
"uuid": "b0c84987-b71c-4651-8acd-5de165f0a9c5",
|
|
2157
|
-
"value": "{font-size-900}"
|
|
2158
|
-
},
|
|
2159
|
-
"heading-size-extra-small": {
|
|
2160
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2161
|
-
"component": "heading",
|
|
2162
|
-
"uuid": "824e5d79-ef27-4953-b2c5-0c7de408ce76",
|
|
2163
|
-
"value": "{font-size-300}"
|
|
2164
|
-
},
|
|
2165
1935
|
"heading-size-l": {
|
|
2166
1936
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2167
1937
|
"component": "heading",
|
|
2168
1938
|
"uuid": "336e434c-9026-4bb3-96b1-5bb44376b868",
|
|
2169
|
-
"value": "{font-size-700}",
|
|
2170
|
-
"deprecated": true,
|
|
2171
|
-
"deprecated_comment": "Renamed to spec-order name. Use `heading-size-large` instead.",
|
|
2172
|
-
"renamed": "heading-size-large"
|
|
2173
|
-
},
|
|
2174
|
-
"heading-size-large": {
|
|
2175
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2176
|
-
"component": "heading",
|
|
2177
|
-
"uuid": "97049167-ddb5-4a8c-94f2-5bf12a2a46f4",
|
|
2178
1939
|
"value": "{font-size-700}"
|
|
2179
1940
|
},
|
|
2180
1941
|
"heading-size-m": {
|
|
2181
1942
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2182
1943
|
"component": "heading",
|
|
2183
1944
|
"uuid": "4cdcefe1-2006-4560-839f-5bdef6db8c1a",
|
|
2184
|
-
"value": "{font-size-500}",
|
|
2185
|
-
"deprecated": true,
|
|
2186
|
-
"deprecated_comment": "Renamed to spec-order name. Use `heading-size-medium` instead.",
|
|
2187
|
-
"renamed": "heading-size-medium"
|
|
2188
|
-
},
|
|
2189
|
-
"heading-size-medium": {
|
|
2190
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2191
|
-
"component": "heading",
|
|
2192
|
-
"uuid": "bf69bd12-e883-43a7-a395-09593ee51f61",
|
|
2193
1945
|
"value": "{font-size-500}"
|
|
2194
1946
|
},
|
|
2195
1947
|
"heading-size-s": {
|
|
2196
1948
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2197
1949
|
"component": "heading",
|
|
2198
1950
|
"uuid": "96673fee-b75c-4867-9041-48362af044bc",
|
|
2199
|
-
"value": "{font-size-400}",
|
|
2200
|
-
"deprecated": true,
|
|
2201
|
-
"deprecated_comment": "Renamed to spec-order name. Use `heading-size-small` instead.",
|
|
2202
|
-
"renamed": "heading-size-small"
|
|
2203
|
-
},
|
|
2204
|
-
"heading-size-small": {
|
|
2205
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2206
|
-
"component": "heading",
|
|
2207
|
-
"uuid": "5e708da3-df22-4085-a3e6-158dabc1277e",
|
|
2208
1951
|
"value": "{font-size-400}"
|
|
2209
1952
|
},
|
|
2210
1953
|
"heading-size-xl": {
|
|
2211
1954
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2212
1955
|
"component": "heading",
|
|
2213
1956
|
"uuid": "94bb5ad9-503a-428a-a8ba-6cf3f70592ac",
|
|
2214
|
-
"value": "{font-size-900}"
|
|
2215
|
-
"deprecated": true,
|
|
2216
|
-
"deprecated_comment": "Renamed to spec-order name. Use `heading-size-extra-large` instead.",
|
|
2217
|
-
"renamed": "heading-size-extra-large"
|
|
1957
|
+
"value": "{font-size-900}"
|
|
2218
1958
|
},
|
|
2219
1959
|
"heading-size-xs": {
|
|
2220
1960
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2221
1961
|
"component": "heading",
|
|
2222
1962
|
"uuid": "4f179af6-c31f-48f8-927c-a45150668ad3",
|
|
2223
|
-
"value": "{font-size-300}"
|
|
2224
|
-
"deprecated": true,
|
|
2225
|
-
"deprecated_comment": "Renamed to spec-order name. Use `heading-size-extra-small` instead.",
|
|
2226
|
-
"renamed": "heading-size-extra-small"
|
|
1963
|
+
"value": "{font-size-300}"
|
|
2227
1964
|
},
|
|
2228
1965
|
"heading-size-xxl": {
|
|
2229
1966
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2230
1967
|
"component": "heading",
|
|
2231
1968
|
"uuid": "464e34cd-e768-4a38-a72b-cae1a4852ef3",
|
|
2232
|
-
"value": "{font-size-1100}"
|
|
2233
|
-
"deprecated": true,
|
|
2234
|
-
"deprecated_comment": "Renamed to spec-order name. Use `heading-size-2x-large` instead.",
|
|
2235
|
-
"renamed": "heading-size-2x-large"
|
|
1969
|
+
"value": "{font-size-1100}"
|
|
2236
1970
|
},
|
|
2237
1971
|
"heading-size-xxs": {
|
|
2238
1972
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
@@ -2245,10 +1979,7 @@
|
|
|
2245
1979
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
2246
1980
|
"component": "heading",
|
|
2247
1981
|
"uuid": "db884bf9-e7b5-420a-b408-bd9a4d6bb0a4",
|
|
2248
|
-
"value": "{font-size-1300}"
|
|
2249
|
-
"deprecated": true,
|
|
2250
|
-
"deprecated_comment": "Renamed to spec-order name. Use `heading-size-3x-large` instead.",
|
|
2251
|
-
"renamed": "heading-size-3x-large"
|
|
1982
|
+
"value": "{font-size-1300}"
|
|
2252
1983
|
},
|
|
2253
1984
|
"heading-size-xxxxl": {
|
|
2254
1985
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
|
|
@@ -2268,7 +1999,11 @@
|
|
|
2268
1999
|
"light-font-weight": {
|
|
2269
2000
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
2270
2001
|
"uuid": "fd477873-3767-4883-ab3f-5ee2758b923b",
|
|
2271
|
-
"value": "light"
|
|
2002
|
+
"value": "light",
|
|
2003
|
+
"name": {
|
|
2004
|
+
"property": "font-weight",
|
|
2005
|
+
"weight": "light"
|
|
2006
|
+
}
|
|
2272
2007
|
},
|
|
2273
2008
|
"line-height-100": {
|
|
2274
2009
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
|
|
@@ -2294,10 +2029,7 @@
|
|
|
2294
2029
|
"value": "22px"
|
|
2295
2030
|
}
|
|
2296
2031
|
},
|
|
2297
|
-
"uuid": "65b87e13-5799-43e0-a8d3-7f8288ccc3f7"
|
|
2298
|
-
"deprecated": true,
|
|
2299
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-100` instead.",
|
|
2300
|
-
"renamed": "typography-scale-100"
|
|
2032
|
+
"uuid": "65b87e13-5799-43e0-a8d3-7f8288ccc3f7"
|
|
2301
2033
|
},
|
|
2302
2034
|
"line-height-font-size-1000": {
|
|
2303
2035
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2313,10 +2045,7 @@
|
|
|
2313
2045
|
"value": "56px"
|
|
2314
2046
|
}
|
|
2315
2047
|
},
|
|
2316
|
-
"uuid": "9c0a5092-0faa-4f70-bd5e-dfeda66ae286"
|
|
2317
|
-
"deprecated": true,
|
|
2318
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-1000` instead.",
|
|
2319
|
-
"renamed": "typography-scale-1000"
|
|
2048
|
+
"uuid": "9c0a5092-0faa-4f70-bd5e-dfeda66ae286"
|
|
2320
2049
|
},
|
|
2321
2050
|
"line-height-font-size-1100": {
|
|
2322
2051
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2332,10 +2061,7 @@
|
|
|
2332
2061
|
"value": "64px"
|
|
2333
2062
|
}
|
|
2334
2063
|
},
|
|
2335
|
-
"uuid": "55494016-ab3d-475c-99b3-6824e8df227a"
|
|
2336
|
-
"deprecated": true,
|
|
2337
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-1100` instead.",
|
|
2338
|
-
"renamed": "typography-scale-1100"
|
|
2064
|
+
"uuid": "55494016-ab3d-475c-99b3-6824e8df227a"
|
|
2339
2065
|
},
|
|
2340
2066
|
"line-height-font-size-1200": {
|
|
2341
2067
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2351,10 +2077,7 @@
|
|
|
2351
2077
|
"value": "72px"
|
|
2352
2078
|
}
|
|
2353
2079
|
},
|
|
2354
|
-
"uuid": "f94ee04e-f2d7-4cb3-8d5f-f35119766fc8"
|
|
2355
|
-
"deprecated": true,
|
|
2356
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-1200` instead.",
|
|
2357
|
-
"renamed": "typography-scale-1200"
|
|
2080
|
+
"uuid": "f94ee04e-f2d7-4cb3-8d5f-f35119766fc8"
|
|
2358
2081
|
},
|
|
2359
2082
|
"line-height-font-size-1300": {
|
|
2360
2083
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2370,10 +2093,7 @@
|
|
|
2370
2093
|
"value": "80px"
|
|
2371
2094
|
}
|
|
2372
2095
|
},
|
|
2373
|
-
"uuid": "6a5986cd-4bcb-4de2-a474-d5d0fad5187f"
|
|
2374
|
-
"deprecated": true,
|
|
2375
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-1300` instead.",
|
|
2376
|
-
"renamed": "typography-scale-1300"
|
|
2096
|
+
"uuid": "6a5986cd-4bcb-4de2-a474-d5d0fad5187f"
|
|
2377
2097
|
},
|
|
2378
2098
|
"line-height-font-size-1400": {
|
|
2379
2099
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2389,10 +2109,7 @@
|
|
|
2389
2109
|
"value": "90px"
|
|
2390
2110
|
}
|
|
2391
2111
|
},
|
|
2392
|
-
"uuid": "15edb168-9840-4fad-ab60-c1c3423ec855"
|
|
2393
|
-
"deprecated": true,
|
|
2394
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-1400` instead.",
|
|
2395
|
-
"renamed": "typography-scale-1400"
|
|
2112
|
+
"uuid": "15edb168-9840-4fad-ab60-c1c3423ec855"
|
|
2396
2113
|
},
|
|
2397
2114
|
"line-height-font-size-1500": {
|
|
2398
2115
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2408,10 +2125,7 @@
|
|
|
2408
2125
|
"value": "102px"
|
|
2409
2126
|
}
|
|
2410
2127
|
},
|
|
2411
|
-
"uuid": "330c5167-53ef-46cc-8a7c-3cb5b3ee0b2b"
|
|
2412
|
-
"deprecated": true,
|
|
2413
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-1500` instead.",
|
|
2414
|
-
"renamed": "typography-scale-1500"
|
|
2128
|
+
"uuid": "330c5167-53ef-46cc-8a7c-3cb5b3ee0b2b"
|
|
2415
2129
|
},
|
|
2416
2130
|
"line-height-font-size-200": {
|
|
2417
2131
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2427,10 +2141,7 @@
|
|
|
2427
2141
|
"value": "24px"
|
|
2428
2142
|
}
|
|
2429
2143
|
},
|
|
2430
|
-
"uuid": "f8763297-f04f-4294-a7ba-376e3b12f1eb"
|
|
2431
|
-
"deprecated": true,
|
|
2432
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-200` instead.",
|
|
2433
|
-
"renamed": "typography-scale-200"
|
|
2144
|
+
"uuid": "f8763297-f04f-4294-a7ba-376e3b12f1eb"
|
|
2434
2145
|
},
|
|
2435
2146
|
"line-height-font-size-25": {
|
|
2436
2147
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2446,10 +2157,7 @@
|
|
|
2446
2157
|
"value": "14px"
|
|
2447
2158
|
}
|
|
2448
2159
|
},
|
|
2449
|
-
"uuid": "1894b682-105c-409b-916a-d2e08de4f6a8"
|
|
2450
|
-
"deprecated": true,
|
|
2451
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-25` instead.",
|
|
2452
|
-
"renamed": "typography-scale-25"
|
|
2160
|
+
"uuid": "1894b682-105c-409b-916a-d2e08de4f6a8"
|
|
2453
2161
|
},
|
|
2454
2162
|
"line-height-font-size-300": {
|
|
2455
2163
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2465,10 +2173,7 @@
|
|
|
2465
2173
|
"value": "26px"
|
|
2466
2174
|
}
|
|
2467
2175
|
},
|
|
2468
|
-
"uuid": "228d27b4-ff57-4308-9761-3ad5cf7f39d1"
|
|
2469
|
-
"deprecated": true,
|
|
2470
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-300` instead.",
|
|
2471
|
-
"renamed": "typography-scale-300"
|
|
2176
|
+
"uuid": "228d27b4-ff57-4308-9761-3ad5cf7f39d1"
|
|
2472
2177
|
},
|
|
2473
2178
|
"line-height-font-size-400": {
|
|
2474
2179
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2484,10 +2189,7 @@
|
|
|
2484
2189
|
"value": "28px"
|
|
2485
2190
|
}
|
|
2486
2191
|
},
|
|
2487
|
-
"uuid": "97f2ab52-9c62-43c3-b7b6-3eeb6c561e87"
|
|
2488
|
-
"deprecated": true,
|
|
2489
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-400` instead.",
|
|
2490
|
-
"renamed": "typography-scale-400"
|
|
2192
|
+
"uuid": "97f2ab52-9c62-43c3-b7b6-3eeb6c561e87"
|
|
2491
2193
|
},
|
|
2492
2194
|
"line-height-font-size-50": {
|
|
2493
2195
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2503,10 +2205,7 @@
|
|
|
2503
2205
|
"value": "16px"
|
|
2504
2206
|
}
|
|
2505
2207
|
},
|
|
2506
|
-
"uuid": "1553daaa-14c0-405e-bd80-e04a059b52e2"
|
|
2507
|
-
"deprecated": true,
|
|
2508
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-50` instead.",
|
|
2509
|
-
"renamed": "typography-scale-50"
|
|
2208
|
+
"uuid": "1553daaa-14c0-405e-bd80-e04a059b52e2"
|
|
2510
2209
|
},
|
|
2511
2210
|
"line-height-font-size-500": {
|
|
2512
2211
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2522,10 +2221,7 @@
|
|
|
2522
2221
|
"value": "32px"
|
|
2523
2222
|
}
|
|
2524
2223
|
},
|
|
2525
|
-
"uuid": "7f8c6173-2708-4196-b04d-2d5027fface8"
|
|
2526
|
-
"deprecated": true,
|
|
2527
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-500` instead.",
|
|
2528
|
-
"renamed": "typography-scale-500"
|
|
2224
|
+
"uuid": "7f8c6173-2708-4196-b04d-2d5027fface8"
|
|
2529
2225
|
},
|
|
2530
2226
|
"line-height-font-size-600": {
|
|
2531
2227
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2541,10 +2237,7 @@
|
|
|
2541
2237
|
"value": "36px"
|
|
2542
2238
|
}
|
|
2543
2239
|
},
|
|
2544
|
-
"uuid": "7d112d28-28c4-4bca-aef7-a7a0af1b7d1d"
|
|
2545
|
-
"deprecated": true,
|
|
2546
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-600` instead.",
|
|
2547
|
-
"renamed": "typography-scale-600"
|
|
2240
|
+
"uuid": "7d112d28-28c4-4bca-aef7-a7a0af1b7d1d"
|
|
2548
2241
|
},
|
|
2549
2242
|
"line-height-font-size-700": {
|
|
2550
2243
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2560,10 +2253,7 @@
|
|
|
2560
2253
|
"value": "40px"
|
|
2561
2254
|
}
|
|
2562
2255
|
},
|
|
2563
|
-
"uuid": "cbb416af-7b54-4024-b495-fa87fb9f742f"
|
|
2564
|
-
"deprecated": true,
|
|
2565
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-700` instead.",
|
|
2566
|
-
"renamed": "typography-scale-700"
|
|
2256
|
+
"uuid": "cbb416af-7b54-4024-b495-fa87fb9f742f"
|
|
2567
2257
|
},
|
|
2568
2258
|
"line-height-font-size-75": {
|
|
2569
2259
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2579,10 +2269,7 @@
|
|
|
2579
2269
|
"value": "20px"
|
|
2580
2270
|
}
|
|
2581
2271
|
},
|
|
2582
|
-
"uuid": "6214acc2-2130-4b31-857f-0f865673a9ad"
|
|
2583
|
-
"deprecated": true,
|
|
2584
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-75` instead.",
|
|
2585
|
-
"renamed": "typography-scale-75"
|
|
2272
|
+
"uuid": "6214acc2-2130-4b31-857f-0f865673a9ad"
|
|
2586
2273
|
},
|
|
2587
2274
|
"line-height-font-size-800": {
|
|
2588
2275
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2598,10 +2285,7 @@
|
|
|
2598
2285
|
"value": "44px"
|
|
2599
2286
|
}
|
|
2600
2287
|
},
|
|
2601
|
-
"uuid": "8bd1d897-56c3-432f-a2c7-d6138e337de6"
|
|
2602
|
-
"deprecated": true,
|
|
2603
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-800` instead.",
|
|
2604
|
-
"renamed": "typography-scale-800"
|
|
2288
|
+
"uuid": "8bd1d897-56c3-432f-a2c7-d6138e337de6"
|
|
2605
2289
|
},
|
|
2606
2290
|
"line-height-font-size-900": {
|
|
2607
2291
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
|
|
@@ -2617,23 +2301,25 @@
|
|
|
2617
2301
|
"value": "50px"
|
|
2618
2302
|
}
|
|
2619
2303
|
},
|
|
2620
|
-
"uuid": "4ff1f344-dad7-4b12-9c38-2d9561d433a7"
|
|
2621
|
-
"deprecated": true,
|
|
2622
|
-
"deprecated_comment": "Replaced by typography-scale composite. Use `typography-scale-900` instead.",
|
|
2623
|
-
"renamed": "typography-scale-900"
|
|
2304
|
+
"uuid": "4ff1f344-dad7-4b12-9c38-2d9561d433a7"
|
|
2624
2305
|
},
|
|
2625
2306
|
"medium-font-weight": {
|
|
2626
2307
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
2627
2308
|
"uuid": "c966c3b6-1bf5-4064-89f9-00d9ec673fd4",
|
|
2628
2309
|
"value": "medium",
|
|
2629
|
-
"
|
|
2630
|
-
|
|
2631
|
-
|
|
2310
|
+
"name": {
|
|
2311
|
+
"property": "font-weight",
|
|
2312
|
+
"weight": "medium"
|
|
2313
|
+
}
|
|
2632
2314
|
},
|
|
2633
2315
|
"regular-font-weight": {
|
|
2634
2316
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
|
|
2635
2317
|
"uuid": "02a94ddf-1007-4c86-8863-905874e40f95",
|
|
2636
|
-
"value": "regular"
|
|
2318
|
+
"value": "regular",
|
|
2319
|
+
"name": {
|
|
2320
|
+
"property": "font-weight",
|
|
2321
|
+
"weight": "regular"
|
|
2322
|
+
}
|
|
2637
2323
|
},
|
|
2638
2324
|
"sans-serif-font-family": {
|
|
2639
2325
|
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
|
|
@@ -2646,378 +2332,18 @@
|
|
|
2646
2332
|
"value": "Adobe Clean Serif"
|
|
2647
2333
|
},
|
|
2648
2334
|
"text-align-center": {
|
|
2649
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/
|
|
2335
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alignment.json",
|
|
2650
2336
|
"uuid": "df252e5a-f115-471d-bb35-c79e733d868b",
|
|
2651
2337
|
"value": "center"
|
|
2652
2338
|
},
|
|
2653
2339
|
"text-align-end": {
|
|
2654
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/
|
|
2340
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alignment.json",
|
|
2655
2341
|
"uuid": "a0c425b3-668b-4413-8739-c7844b26ebad",
|
|
2656
2342
|
"value": "end"
|
|
2657
2343
|
},
|
|
2658
2344
|
"text-align-start": {
|
|
2659
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/
|
|
2345
|
+
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alignment.json",
|
|
2660
2346
|
"uuid": "3a7f9e91-6e1a-4937-a6d2-6c39566dc875",
|
|
2661
2347
|
"value": "start"
|
|
2662
|
-
},
|
|
2663
|
-
"typography-scale-100": {
|
|
2664
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2665
|
-
"uuid": "377145e8-079b-43fd-b522-8f16b1b8f883",
|
|
2666
|
-
"sets": {
|
|
2667
|
-
"desktop": {
|
|
2668
|
-
"uuid": "ba2beafe-8b0d-4b1f-bb03-01d3dac95c28",
|
|
2669
|
-
"value": {
|
|
2670
|
-
"fontSize": "14px",
|
|
2671
|
-
"lineHeight": "18px"
|
|
2672
|
-
}
|
|
2673
|
-
},
|
|
2674
|
-
"mobile": {
|
|
2675
|
-
"uuid": "a1cc6770-74a6-44c9-ab5b-c1df19464c38",
|
|
2676
|
-
"value": {
|
|
2677
|
-
"fontSize": "17px",
|
|
2678
|
-
"lineHeight": "22px"
|
|
2679
|
-
}
|
|
2680
|
-
}
|
|
2681
|
-
}
|
|
2682
|
-
},
|
|
2683
|
-
"typography-scale-1000": {
|
|
2684
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2685
|
-
"uuid": "cf262dd0-1817-4dd3-93db-11d82ce8c247",
|
|
2686
|
-
"sets": {
|
|
2687
|
-
"desktop": {
|
|
2688
|
-
"uuid": "35f487c5-2383-4b8d-be67-ce75f5209024",
|
|
2689
|
-
"value": {
|
|
2690
|
-
"fontSize": "40px",
|
|
2691
|
-
"lineHeight": "46px"
|
|
2692
|
-
}
|
|
2693
|
-
},
|
|
2694
|
-
"mobile": {
|
|
2695
|
-
"uuid": "364bf7a0-a2cf-4d17-b5e0-4cfbfb333758",
|
|
2696
|
-
"value": {
|
|
2697
|
-
"fontSize": "49px",
|
|
2698
|
-
"lineHeight": "56px"
|
|
2699
|
-
}
|
|
2700
|
-
}
|
|
2701
|
-
}
|
|
2702
|
-
},
|
|
2703
|
-
"typography-scale-1100": {
|
|
2704
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2705
|
-
"uuid": "7dff1377-0670-4f3a-b0b3-2116eea013f1",
|
|
2706
|
-
"sets": {
|
|
2707
|
-
"desktop": {
|
|
2708
|
-
"uuid": "5d351c85-e5f8-4b68-bcad-ed0210d417a5",
|
|
2709
|
-
"value": {
|
|
2710
|
-
"fontSize": "45px",
|
|
2711
|
-
"lineHeight": "52px"
|
|
2712
|
-
}
|
|
2713
|
-
},
|
|
2714
|
-
"mobile": {
|
|
2715
|
-
"uuid": "16b353d7-2713-42b6-b8fe-a062da28eda5",
|
|
2716
|
-
"value": {
|
|
2717
|
-
"fontSize": "55px",
|
|
2718
|
-
"lineHeight": "64px"
|
|
2719
|
-
}
|
|
2720
|
-
}
|
|
2721
|
-
}
|
|
2722
|
-
},
|
|
2723
|
-
"typography-scale-1200": {
|
|
2724
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2725
|
-
"uuid": "bbff6c93-4eed-485e-96c0-4469703600f5",
|
|
2726
|
-
"sets": {
|
|
2727
|
-
"desktop": {
|
|
2728
|
-
"uuid": "7533486a-9420-4e24-bcfc-a9932aa415fc",
|
|
2729
|
-
"value": {
|
|
2730
|
-
"fontSize": "51px",
|
|
2731
|
-
"lineHeight": "58px"
|
|
2732
|
-
}
|
|
2733
|
-
},
|
|
2734
|
-
"mobile": {
|
|
2735
|
-
"uuid": "5362788b-a754-48b4-bef0-bd969c1c0b0c",
|
|
2736
|
-
"value": {
|
|
2737
|
-
"fontSize": "62px",
|
|
2738
|
-
"lineHeight": "72px"
|
|
2739
|
-
}
|
|
2740
|
-
}
|
|
2741
|
-
}
|
|
2742
|
-
},
|
|
2743
|
-
"typography-scale-1300": {
|
|
2744
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2745
|
-
"uuid": "382dfd3c-4be5-4a8b-b84b-5d0341dfdb72",
|
|
2746
|
-
"sets": {
|
|
2747
|
-
"desktop": {
|
|
2748
|
-
"uuid": "5ac38a15-4a50-4c83-8cb3-7e4c8e48fe37",
|
|
2749
|
-
"value": {
|
|
2750
|
-
"fontSize": "58px",
|
|
2751
|
-
"lineHeight": "66px"
|
|
2752
|
-
}
|
|
2753
|
-
},
|
|
2754
|
-
"mobile": {
|
|
2755
|
-
"uuid": "2ed03c6d-08e0-49b3-815a-554873417954",
|
|
2756
|
-
"value": {
|
|
2757
|
-
"fontSize": "70px",
|
|
2758
|
-
"lineHeight": "80px"
|
|
2759
|
-
}
|
|
2760
|
-
}
|
|
2761
|
-
}
|
|
2762
|
-
},
|
|
2763
|
-
"typography-scale-1400": {
|
|
2764
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2765
|
-
"uuid": "75d60fd7-97f9-4c89-99fa-46ea60bef800",
|
|
2766
|
-
"sets": {
|
|
2767
|
-
"desktop": {
|
|
2768
|
-
"uuid": "2f31d7d2-a105-4560-98ab-765855332ce7",
|
|
2769
|
-
"value": {
|
|
2770
|
-
"fontSize": "65px",
|
|
2771
|
-
"lineHeight": "74px"
|
|
2772
|
-
}
|
|
2773
|
-
},
|
|
2774
|
-
"mobile": {
|
|
2775
|
-
"uuid": "e6d56fa5-6e69-4b14-939b-9a3dd7f34d3f",
|
|
2776
|
-
"value": {
|
|
2777
|
-
"fontSize": "79px",
|
|
2778
|
-
"lineHeight": "90px"
|
|
2779
|
-
}
|
|
2780
|
-
}
|
|
2781
|
-
}
|
|
2782
|
-
},
|
|
2783
|
-
"typography-scale-1500": {
|
|
2784
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2785
|
-
"uuid": "632ced24-ea3c-43ba-84ea-5a4b0056187f",
|
|
2786
|
-
"sets": {
|
|
2787
|
-
"desktop": {
|
|
2788
|
-
"uuid": "4b3fd472-50c5-4b20-8d83-c8d776c92460",
|
|
2789
|
-
"value": {
|
|
2790
|
-
"fontSize": "73px",
|
|
2791
|
-
"lineHeight": "84px"
|
|
2792
|
-
}
|
|
2793
|
-
},
|
|
2794
|
-
"mobile": {
|
|
2795
|
-
"uuid": "d16a36fd-0981-46a4-bf3d-288303646261",
|
|
2796
|
-
"value": {
|
|
2797
|
-
"fontSize": "88px",
|
|
2798
|
-
"lineHeight": "102px"
|
|
2799
|
-
}
|
|
2800
|
-
}
|
|
2801
|
-
}
|
|
2802
|
-
},
|
|
2803
|
-
"typography-scale-200": {
|
|
2804
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2805
|
-
"uuid": "3e27045b-debe-4d6f-9027-c2bf41f61ae1",
|
|
2806
|
-
"sets": {
|
|
2807
|
-
"desktop": {
|
|
2808
|
-
"uuid": "cae3cb05-c030-4788-95b5-e3dedcbc70b2",
|
|
2809
|
-
"value": {
|
|
2810
|
-
"fontSize": "16px",
|
|
2811
|
-
"lineHeight": "20px"
|
|
2812
|
-
}
|
|
2813
|
-
},
|
|
2814
|
-
"mobile": {
|
|
2815
|
-
"uuid": "25e9dc05-ae1d-4f17-98eb-ef6445cb6981",
|
|
2816
|
-
"value": {
|
|
2817
|
-
"fontSize": "19px",
|
|
2818
|
-
"lineHeight": "24px"
|
|
2819
|
-
}
|
|
2820
|
-
}
|
|
2821
|
-
}
|
|
2822
|
-
},
|
|
2823
|
-
"typography-scale-25": {
|
|
2824
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2825
|
-
"uuid": "68d0c016-71e2-4e88-bed5-b134f002cc57",
|
|
2826
|
-
"sets": {
|
|
2827
|
-
"desktop": {
|
|
2828
|
-
"uuid": "48b8d679-f846-40c0-8b8d-b38aed4cdb57",
|
|
2829
|
-
"value": {
|
|
2830
|
-
"fontSize": "10px",
|
|
2831
|
-
"lineHeight": "12px"
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
"mobile": {
|
|
2835
|
-
"uuid": "e4d05ea2-d472-4bb9-ab1b-6579b0ef5490",
|
|
2836
|
-
"value": {
|
|
2837
|
-
"fontSize": "12px",
|
|
2838
|
-
"lineHeight": "14px"
|
|
2839
|
-
}
|
|
2840
|
-
}
|
|
2841
|
-
}
|
|
2842
|
-
},
|
|
2843
|
-
"typography-scale-300": {
|
|
2844
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2845
|
-
"uuid": "7ed10edc-e541-4caf-8025-4db985385a06",
|
|
2846
|
-
"sets": {
|
|
2847
|
-
"desktop": {
|
|
2848
|
-
"uuid": "91669441-2c38-4849-a7c7-a07743955d20",
|
|
2849
|
-
"value": {
|
|
2850
|
-
"fontSize": "18px",
|
|
2851
|
-
"lineHeight": "22px"
|
|
2852
|
-
}
|
|
2853
|
-
},
|
|
2854
|
-
"mobile": {
|
|
2855
|
-
"uuid": "8b60fbbe-18e8-4014-8c76-f3726192b9aa",
|
|
2856
|
-
"value": {
|
|
2857
|
-
"fontSize": "22px",
|
|
2858
|
-
"lineHeight": "26px"
|
|
2859
|
-
}
|
|
2860
|
-
}
|
|
2861
|
-
}
|
|
2862
|
-
},
|
|
2863
|
-
"typography-scale-400": {
|
|
2864
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2865
|
-
"uuid": "acf9b47b-8bf8-4fa2-bd3b-045faa10f812",
|
|
2866
|
-
"sets": {
|
|
2867
|
-
"desktop": {
|
|
2868
|
-
"uuid": "f2026656-ee9f-4b43-8353-047a62ce76b7",
|
|
2869
|
-
"value": {
|
|
2870
|
-
"fontSize": "20px",
|
|
2871
|
-
"lineHeight": "24px"
|
|
2872
|
-
}
|
|
2873
|
-
},
|
|
2874
|
-
"mobile": {
|
|
2875
|
-
"uuid": "02376a01-6d5c-41c5-a541-daad8d81f229",
|
|
2876
|
-
"value": {
|
|
2877
|
-
"fontSize": "24px",
|
|
2878
|
-
"lineHeight": "28px"
|
|
2879
|
-
}
|
|
2880
|
-
}
|
|
2881
|
-
}
|
|
2882
|
-
},
|
|
2883
|
-
"typography-scale-50": {
|
|
2884
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2885
|
-
"uuid": "15d26a66-6607-4b05-9670-f0f9bdc6ea24",
|
|
2886
|
-
"sets": {
|
|
2887
|
-
"desktop": {
|
|
2888
|
-
"uuid": "d2c83802-52c7-4355-b72e-277709cffe5e",
|
|
2889
|
-
"value": {
|
|
2890
|
-
"fontSize": "11px",
|
|
2891
|
-
"lineHeight": "14px"
|
|
2892
|
-
}
|
|
2893
|
-
},
|
|
2894
|
-
"mobile": {
|
|
2895
|
-
"uuid": "5eb1521d-1f63-4194-95fc-830032800b77",
|
|
2896
|
-
"value": {
|
|
2897
|
-
"fontSize": "13px",
|
|
2898
|
-
"lineHeight": "16px"
|
|
2899
|
-
}
|
|
2900
|
-
}
|
|
2901
|
-
}
|
|
2902
|
-
},
|
|
2903
|
-
"typography-scale-500": {
|
|
2904
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2905
|
-
"uuid": "61058262-9b3d-4e91-a710-e59a41eff7ea",
|
|
2906
|
-
"sets": {
|
|
2907
|
-
"desktop": {
|
|
2908
|
-
"uuid": "ed00598b-6641-4e2d-bd32-8caa7d245f83",
|
|
2909
|
-
"value": {
|
|
2910
|
-
"fontSize": "22px",
|
|
2911
|
-
"lineHeight": "26px"
|
|
2912
|
-
}
|
|
2913
|
-
},
|
|
2914
|
-
"mobile": {
|
|
2915
|
-
"uuid": "5f7b8f1c-c64d-4f85-924c-c1ce1ebdc75a",
|
|
2916
|
-
"value": {
|
|
2917
|
-
"fontSize": "27px",
|
|
2918
|
-
"lineHeight": "32px"
|
|
2919
|
-
}
|
|
2920
|
-
}
|
|
2921
|
-
}
|
|
2922
|
-
},
|
|
2923
|
-
"typography-scale-600": {
|
|
2924
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2925
|
-
"uuid": "3ad482b8-8249-4fba-9694-4c79d9f368eb",
|
|
2926
|
-
"sets": {
|
|
2927
|
-
"desktop": {
|
|
2928
|
-
"uuid": "28a1f1a0-619b-4dce-b242-bc797f5c2470",
|
|
2929
|
-
"value": {
|
|
2930
|
-
"fontSize": "25px",
|
|
2931
|
-
"lineHeight": "30px"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
|
-
"mobile": {
|
|
2935
|
-
"uuid": "e22662f5-06d6-4e82-87ae-663fc443a0b2",
|
|
2936
|
-
"value": {
|
|
2937
|
-
"fontSize": "31px",
|
|
2938
|
-
"lineHeight": "36px"
|
|
2939
|
-
}
|
|
2940
|
-
}
|
|
2941
|
-
}
|
|
2942
|
-
},
|
|
2943
|
-
"typography-scale-700": {
|
|
2944
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2945
|
-
"uuid": "3207ffd2-3acf-424a-bb7f-58d7e9b6ebae",
|
|
2946
|
-
"sets": {
|
|
2947
|
-
"desktop": {
|
|
2948
|
-
"uuid": "f9ff8085-b43b-40fc-9476-ecd1d7d8edf0",
|
|
2949
|
-
"value": {
|
|
2950
|
-
"fontSize": "28px",
|
|
2951
|
-
"lineHeight": "32px"
|
|
2952
|
-
}
|
|
2953
|
-
},
|
|
2954
|
-
"mobile": {
|
|
2955
|
-
"uuid": "58b6ca4e-ea2e-4f66-af08-4ab576c35a5d",
|
|
2956
|
-
"value": {
|
|
2957
|
-
"fontSize": "34px",
|
|
2958
|
-
"lineHeight": "40px"
|
|
2959
|
-
}
|
|
2960
|
-
}
|
|
2961
|
-
}
|
|
2962
|
-
},
|
|
2963
|
-
"typography-scale-75": {
|
|
2964
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2965
|
-
"uuid": "ecee0498-31a5-4866-a66f-fc87e2def8fe",
|
|
2966
|
-
"sets": {
|
|
2967
|
-
"desktop": {
|
|
2968
|
-
"uuid": "f22d052f-ebaa-47ab-a4c9-d5f98f3dc83d",
|
|
2969
|
-
"value": {
|
|
2970
|
-
"fontSize": "12px",
|
|
2971
|
-
"lineHeight": "16px"
|
|
2972
|
-
}
|
|
2973
|
-
},
|
|
2974
|
-
"mobile": {
|
|
2975
|
-
"uuid": "7e785c71-957a-44b8-adba-93b6b770d79e",
|
|
2976
|
-
"value": {
|
|
2977
|
-
"fontSize": "15px",
|
|
2978
|
-
"lineHeight": "20px"
|
|
2979
|
-
}
|
|
2980
|
-
}
|
|
2981
|
-
}
|
|
2982
|
-
},
|
|
2983
|
-
"typography-scale-800": {
|
|
2984
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
2985
|
-
"uuid": "41738f7a-1e60-4bfe-a910-0291c2f36e59",
|
|
2986
|
-
"sets": {
|
|
2987
|
-
"desktop": {
|
|
2988
|
-
"uuid": "3f8d2489-f334-40b2-8bfd-b41037ab0ead",
|
|
2989
|
-
"value": {
|
|
2990
|
-
"fontSize": "32px",
|
|
2991
|
-
"lineHeight": "36px"
|
|
2992
|
-
}
|
|
2993
|
-
},
|
|
2994
|
-
"mobile": {
|
|
2995
|
-
"uuid": "0b278062-e998-4668-934f-f7305bdd14d9",
|
|
2996
|
-
"value": {
|
|
2997
|
-
"fontSize": "39px",
|
|
2998
|
-
"lineHeight": "44px"
|
|
2999
|
-
}
|
|
3000
|
-
}
|
|
3001
|
-
}
|
|
3002
|
-
},
|
|
3003
|
-
"typography-scale-900": {
|
|
3004
|
-
"$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography-scale.json",
|
|
3005
|
-
"uuid": "a42b84cf-1bb5-438c-83e6-01e90914e4be",
|
|
3006
|
-
"sets": {
|
|
3007
|
-
"desktop": {
|
|
3008
|
-
"uuid": "5d36890e-12de-4b18-8901-e9073dc97bf0",
|
|
3009
|
-
"value": {
|
|
3010
|
-
"fontSize": "36px",
|
|
3011
|
-
"lineHeight": "42px"
|
|
3012
|
-
}
|
|
3013
|
-
},
|
|
3014
|
-
"mobile": {
|
|
3015
|
-
"uuid": "a33ae3c0-9aa5-4d72-a8b7-8f8d4ebde52e",
|
|
3016
|
-
"value": {
|
|
3017
|
-
"fontSize": "44px",
|
|
3018
|
-
"lineHeight": "50px"
|
|
3019
|
-
}
|
|
3020
|
-
}
|
|
3021
|
-
}
|
|
3022
2348
|
}
|
|
3023
2349
|
}
|