@adobe/spectrum-tokens 13.0.0-beta.19 → 13.0.0-beta.20
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 +60 -0
- package/dist/json/drover.json +18 -0
- package/dist/json/variables.json +349 -0
- package/package.json +4 -1
- package/src/layout-component.json +225 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,65 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.20
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- fb61f17: Added Title typography tokens
|
|
8
|
+
|
|
9
|
+
## Design Motivation
|
|
10
|
+
|
|
11
|
+
Adding new typography styles for Title. While the Heading style is for the loudest, most broad message, there are still going to be other important items in your information hierarchy. The Title style is for text that’s communicating other need-to-know concepts. It’s often set in Bold weight, and it has a range of font sizes that can be paired with Body and Detail sizes to create visual balance. File names, cards, user names, panels, and other high-signal concepts in interfaces use the Title style.
|
|
12
|
+
|
|
13
|
+
## Token Diff
|
|
14
|
+
|
|
15
|
+
_Tokens added (45):_
|
|
16
|
+
|
|
17
|
+
- `title-cjk-emphasized-font-style`
|
|
18
|
+
- `title-cjk-emphasized-font-weight`
|
|
19
|
+
- `title-cjk-font-family`
|
|
20
|
+
- `title-cjk-font-style`
|
|
21
|
+
- `title-cjk-font-weight`
|
|
22
|
+
- `title-cjk-line-height`
|
|
23
|
+
- `title-cjk-size-l`
|
|
24
|
+
- `title-cjk-size-m`
|
|
25
|
+
- `title-cjk-size-s`
|
|
26
|
+
- `title-cjk-size-xl`
|
|
27
|
+
- `title-cjk-size-xs`
|
|
28
|
+
- `title-cjk-size-xxl`
|
|
29
|
+
- `title-cjk-size-xxxl`
|
|
30
|
+
- `title-cjk-strong-emphasized-font-style`
|
|
31
|
+
- `title-cjk-strong-emphasized-font-weight`
|
|
32
|
+
- `title-cjk-strong-font-style`
|
|
33
|
+
- `title-cjk-strong-font-weight`
|
|
34
|
+
- `title-line-height`
|
|
35
|
+
- `title-margin-bottom-multiplier`
|
|
36
|
+
- `title-margin-top-multiplier`
|
|
37
|
+
- `title-sans-serif-emphasized-font-style`
|
|
38
|
+
- `title-sans-serif-emphasized-font-weight`
|
|
39
|
+
- `title-sans-serif-font-family`
|
|
40
|
+
- `title-sans-serif-font-style`
|
|
41
|
+
- `title-sans-serif-font-weight`
|
|
42
|
+
- `title-sans-serif-strong-emphasized-font-style`
|
|
43
|
+
- `title-sans-serif-strong-emphasized-font-weight`
|
|
44
|
+
- `title-sans-serif-strong-font-style`
|
|
45
|
+
- `title-sans-serif-strong-font-weight`
|
|
46
|
+
- `title-serif-emphasized-font-style`
|
|
47
|
+
- `title-serif-emphasized-font-weight`
|
|
48
|
+
- `title-serif-font-family`
|
|
49
|
+
- `title-serif-font-style`
|
|
50
|
+
- `title-serif-font-weight`
|
|
51
|
+
- `title-serif-strong-emphasized-font-style`
|
|
52
|
+
- `title-serif-strong-emphasized-font-weight`
|
|
53
|
+
- `title-serif-strong-font-style`
|
|
54
|
+
- `title-serif-strong-font-weight`
|
|
55
|
+
- `title-size-l`
|
|
56
|
+
- `title-size-m`
|
|
57
|
+
- `title-size-s`
|
|
58
|
+
- `title-size-xl`
|
|
59
|
+
- `title-size-xs`
|
|
60
|
+
- `title-size-xxl`
|
|
61
|
+
- `title-size-xxxl`
|
|
62
|
+
|
|
3
63
|
## 13.0.0-beta.19
|
|
4
64
|
|
|
5
65
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -1982,6 +1982,24 @@
|
|
|
1982
1982
|
"thumbnail-size-75": "18px",
|
|
1983
1983
|
"thumbnail-size-800": "44px",
|
|
1984
1984
|
"thumbnail-size-900": "50px",
|
|
1985
|
+
"title-cjk-line-height": "1.5",
|
|
1986
|
+
"title-cjk-size-l": "16px",
|
|
1987
|
+
"title-cjk-size-m": "14px",
|
|
1988
|
+
"title-cjk-size-s": "12px",
|
|
1989
|
+
"title-cjk-size-xl": "18px",
|
|
1990
|
+
"title-cjk-size-xs": "11px",
|
|
1991
|
+
"title-cjk-size-xxl": "20px",
|
|
1992
|
+
"title-cjk-size-xxxl": "22px",
|
|
1993
|
+
"title-line-height": "1.3",
|
|
1994
|
+
"title-margin-bottom-multiplier": "0.25",
|
|
1995
|
+
"title-margin-top-multiplier": "0.88888889",
|
|
1996
|
+
"title-size-l": "18px",
|
|
1997
|
+
"title-size-m": "16px",
|
|
1998
|
+
"title-size-s": "14px",
|
|
1999
|
+
"title-size-xl": "20px",
|
|
2000
|
+
"title-size-xs": "12px",
|
|
2001
|
+
"title-size-xxl": "22px",
|
|
2002
|
+
"title-size-xxxl": "25px",
|
|
1985
2003
|
"toast-bottom-to-text": "20px",
|
|
1986
2004
|
"toast-height": "52px",
|
|
1987
2005
|
"toast-maximum-width": "336px",
|
package/dist/json/variables.json
CHANGED
|
@@ -16384,6 +16384,355 @@
|
|
|
16384
16384
|
}
|
|
16385
16385
|
}
|
|
16386
16386
|
},
|
|
16387
|
+
"title-cjk-emphasized-font-style": {
|
|
16388
|
+
"ref": "{default-font-style}",
|
|
16389
|
+
"value": "normal",
|
|
16390
|
+
"uuid": "2be8bfb1-7a0c-452d-9532-ea2eda408b82"
|
|
16391
|
+
},
|
|
16392
|
+
"title-cjk-emphasized-font-weight": {
|
|
16393
|
+
"ref": "{extra-bold-font-weight}",
|
|
16394
|
+
"value": "extra-bold",
|
|
16395
|
+
"uuid": "c03b6bc7-76b6-4533-883e-881438de975f"
|
|
16396
|
+
},
|
|
16397
|
+
"title-cjk-font-family": {
|
|
16398
|
+
"ref": "{cjk-font-family}",
|
|
16399
|
+
"value": "Adobe Clean Han",
|
|
16400
|
+
"uuid": "6fa83674-af7c-4656-8b33-d3312534ee53"
|
|
16401
|
+
},
|
|
16402
|
+
"title-cjk-font-style": {
|
|
16403
|
+
"ref": "{default-font-style}",
|
|
16404
|
+
"value": "normal",
|
|
16405
|
+
"uuid": "f421339b-fc3b-4d4e-86b4-65a63584131b"
|
|
16406
|
+
},
|
|
16407
|
+
"title-cjk-font-weight": {
|
|
16408
|
+
"ref": "{bold-font-weight}",
|
|
16409
|
+
"value": "bold",
|
|
16410
|
+
"uuid": "57a5eaba-935d-47e5-9cc4-cc1da6a330de"
|
|
16411
|
+
},
|
|
16412
|
+
"title-cjk-line-height": {
|
|
16413
|
+
"ref": "{cjk-line-height-100}",
|
|
16414
|
+
"value": "1.5",
|
|
16415
|
+
"uuid": "999ba22a-87b6-45fe-9e89-9911f34ea330"
|
|
16416
|
+
},
|
|
16417
|
+
"title-cjk-size-l": {
|
|
16418
|
+
"ref": "{font-size-200}",
|
|
16419
|
+
"sets": {
|
|
16420
|
+
"desktop": {
|
|
16421
|
+
"value": "16px",
|
|
16422
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
|
|
16423
|
+
},
|
|
16424
|
+
"mobile": {
|
|
16425
|
+
"value": "19px",
|
|
16426
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
16427
|
+
}
|
|
16428
|
+
},
|
|
16429
|
+
"uuid": "2fcf237b-6988-4c31-a806-f4176b94c2a8"
|
|
16430
|
+
},
|
|
16431
|
+
"title-cjk-size-m": {
|
|
16432
|
+
"ref": "{font-size-100}",
|
|
16433
|
+
"sets": {
|
|
16434
|
+
"desktop": {
|
|
16435
|
+
"value": "14px",
|
|
16436
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
16437
|
+
},
|
|
16438
|
+
"mobile": {
|
|
16439
|
+
"value": "17px",
|
|
16440
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
16441
|
+
}
|
|
16442
|
+
},
|
|
16443
|
+
"uuid": "d1bccaa7-731f-4df2-a4c3-9dbec33145fd"
|
|
16444
|
+
},
|
|
16445
|
+
"title-cjk-size-s": {
|
|
16446
|
+
"ref": "{font-size-75}",
|
|
16447
|
+
"sets": {
|
|
16448
|
+
"desktop": {
|
|
16449
|
+
"value": "12px",
|
|
16450
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
|
|
16451
|
+
},
|
|
16452
|
+
"mobile": {
|
|
16453
|
+
"value": "15px",
|
|
16454
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
|
|
16455
|
+
}
|
|
16456
|
+
},
|
|
16457
|
+
"uuid": "a134fab9-7606-453d-a64f-fd2daa989283"
|
|
16458
|
+
},
|
|
16459
|
+
"title-cjk-size-xl": {
|
|
16460
|
+
"ref": "{font-size-300}",
|
|
16461
|
+
"sets": {
|
|
16462
|
+
"desktop": {
|
|
16463
|
+
"value": "18px",
|
|
16464
|
+
"uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
|
|
16465
|
+
},
|
|
16466
|
+
"mobile": {
|
|
16467
|
+
"value": "22px",
|
|
16468
|
+
"uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
|
|
16469
|
+
}
|
|
16470
|
+
},
|
|
16471
|
+
"uuid": "99472fda-7d17-45d5-b2ba-0c79a45d628f"
|
|
16472
|
+
},
|
|
16473
|
+
"title-cjk-size-xs": {
|
|
16474
|
+
"ref": "{font-size-50}",
|
|
16475
|
+
"sets": {
|
|
16476
|
+
"desktop": {
|
|
16477
|
+
"value": "11px",
|
|
16478
|
+
"uuid": "8593a326-de37-414d-b3f6-5254b41dce07"
|
|
16479
|
+
},
|
|
16480
|
+
"mobile": {
|
|
16481
|
+
"value": "13px",
|
|
16482
|
+
"uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e"
|
|
16483
|
+
}
|
|
16484
|
+
},
|
|
16485
|
+
"uuid": "f5966933-93a3-4615-a19b-b94d6a0367da"
|
|
16486
|
+
},
|
|
16487
|
+
"title-cjk-size-xxl": {
|
|
16488
|
+
"ref": "{font-size-400}",
|
|
16489
|
+
"sets": {
|
|
16490
|
+
"desktop": {
|
|
16491
|
+
"value": "20px",
|
|
16492
|
+
"uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5"
|
|
16493
|
+
},
|
|
16494
|
+
"mobile": {
|
|
16495
|
+
"value": "24px",
|
|
16496
|
+
"uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
|
|
16497
|
+
}
|
|
16498
|
+
},
|
|
16499
|
+
"uuid": "abbc512e-fdce-4025-9d08-5a71692cf523"
|
|
16500
|
+
},
|
|
16501
|
+
"title-cjk-size-xxxl": {
|
|
16502
|
+
"ref": "{font-size-500}",
|
|
16503
|
+
"sets": {
|
|
16504
|
+
"desktop": {
|
|
16505
|
+
"value": "22px",
|
|
16506
|
+
"uuid": "9be56e29-2e79-41e0-b5a9-6a2dabc70aa1"
|
|
16507
|
+
},
|
|
16508
|
+
"mobile": {
|
|
16509
|
+
"value": "27px",
|
|
16510
|
+
"uuid": "a69a5079-1b5b-4ccf-946f-8b6e3fae4d7e"
|
|
16511
|
+
}
|
|
16512
|
+
},
|
|
16513
|
+
"uuid": "223b1966-4dbb-4e89-b508-9191ffedc97c"
|
|
16514
|
+
},
|
|
16515
|
+
"title-cjk-strong-emphasized-font-style": {
|
|
16516
|
+
"ref": "{default-font-style}",
|
|
16517
|
+
"value": "normal",
|
|
16518
|
+
"uuid": "55c1dcc1-f296-47eb-989b-ae5e22748869"
|
|
16519
|
+
},
|
|
16520
|
+
"title-cjk-strong-emphasized-font-weight": {
|
|
16521
|
+
"ref": "{extra-bold-font-weight}",
|
|
16522
|
+
"value": "extra-bold",
|
|
16523
|
+
"uuid": "ba6356fb-cada-4786-9306-71b940e61ca8"
|
|
16524
|
+
},
|
|
16525
|
+
"title-cjk-strong-font-style": {
|
|
16526
|
+
"ref": "{default-font-style}",
|
|
16527
|
+
"value": "normal",
|
|
16528
|
+
"uuid": "85e5ba03-3f0a-4245-a26c-ac9c3df23d1b"
|
|
16529
|
+
},
|
|
16530
|
+
"title-cjk-strong-font-weight": {
|
|
16531
|
+
"ref": "{extra-bold-font-weight}",
|
|
16532
|
+
"value": "extra-bold",
|
|
16533
|
+
"uuid": "93e5a426-7229-46ee-89f6-a84f7084592b"
|
|
16534
|
+
},
|
|
16535
|
+
"title-line-height": {
|
|
16536
|
+
"ref": "{line-height-100}",
|
|
16537
|
+
"value": "1.3",
|
|
16538
|
+
"uuid": "e1397d35-0c23-410c-a213-65db1eb4887f"
|
|
16539
|
+
},
|
|
16540
|
+
"title-margin-bottom-multiplier": {
|
|
16541
|
+
"value": "0.25",
|
|
16542
|
+
"uuid": "73a0bd28-7691-47b0-9e9b-62ec22940e63"
|
|
16543
|
+
},
|
|
16544
|
+
"title-margin-top-multiplier": {
|
|
16545
|
+
"value": "0.88888889",
|
|
16546
|
+
"uuid": "14d9dc6c-28fc-41cf-a1ae-600a150f520a"
|
|
16547
|
+
},
|
|
16548
|
+
"title-sans-serif-emphasized-font-style": {
|
|
16549
|
+
"ref": "{italic-font-style}",
|
|
16550
|
+
"value": "italic",
|
|
16551
|
+
"uuid": "98fd5c98-b53d-49f0-bce1-705b53ae9ae4"
|
|
16552
|
+
},
|
|
16553
|
+
"title-sans-serif-emphasized-font-weight": {
|
|
16554
|
+
"ref": "{bold-font-weight}",
|
|
16555
|
+
"value": "bold",
|
|
16556
|
+
"uuid": "4fe9b508-ff74-4819-8188-e080d814d9ef"
|
|
16557
|
+
},
|
|
16558
|
+
"title-sans-serif-font-family": {
|
|
16559
|
+
"ref": "{sans-serif-font-family}",
|
|
16560
|
+
"value": "Adobe Clean",
|
|
16561
|
+
"uuid": "9a65d2f0-87c0-404b-9965-6e4b00efeda8"
|
|
16562
|
+
},
|
|
16563
|
+
"title-sans-serif-font-style": {
|
|
16564
|
+
"ref": "{default-font-style}",
|
|
16565
|
+
"value": "normal",
|
|
16566
|
+
"uuid": "faa965d6-42c0-40f9-802e-ff0ea69d740d"
|
|
16567
|
+
},
|
|
16568
|
+
"title-sans-serif-font-weight": {
|
|
16569
|
+
"ref": "{bold-font-weight}",
|
|
16570
|
+
"value": "bold",
|
|
16571
|
+
"uuid": "58a27a2e-58c6-42dc-b860-1a8458966da4"
|
|
16572
|
+
},
|
|
16573
|
+
"title-sans-serif-strong-emphasized-font-style": {
|
|
16574
|
+
"ref": "{italic-font-style}",
|
|
16575
|
+
"value": "italic",
|
|
16576
|
+
"uuid": "39c10c1e-56c1-4a94-b5b9-a91a2db92050"
|
|
16577
|
+
},
|
|
16578
|
+
"title-sans-serif-strong-emphasized-font-weight": {
|
|
16579
|
+
"ref": "{extra-bold-font-weight}",
|
|
16580
|
+
"value": "extra-bold",
|
|
16581
|
+
"uuid": "ab0482d5-ff9a-4c50-876b-ed5accf067a4"
|
|
16582
|
+
},
|
|
16583
|
+
"title-sans-serif-strong-font-style": {
|
|
16584
|
+
"ref": "{default-font-style}",
|
|
16585
|
+
"value": "normal",
|
|
16586
|
+
"uuid": "871928bc-14ac-465d-b245-c39bcf265a72"
|
|
16587
|
+
},
|
|
16588
|
+
"title-sans-serif-strong-font-weight": {
|
|
16589
|
+
"ref": "{extra-bold-font-weight}",
|
|
16590
|
+
"value": "extra-bold",
|
|
16591
|
+
"uuid": "ace1f3cb-629c-4172-b64f-a8b1f5afbdcc"
|
|
16592
|
+
},
|
|
16593
|
+
"title-serif-emphasized-font-style": {
|
|
16594
|
+
"ref": "{italic-font-style}",
|
|
16595
|
+
"value": "italic",
|
|
16596
|
+
"uuid": "cf6281f7-00ef-437e-b89b-d6d774818f0b"
|
|
16597
|
+
},
|
|
16598
|
+
"title-serif-emphasized-font-weight": {
|
|
16599
|
+
"ref": "{bold-font-weight}",
|
|
16600
|
+
"value": "bold",
|
|
16601
|
+
"uuid": "3abd6cd1-42f5-4b4b-9732-bb826fe0a740"
|
|
16602
|
+
},
|
|
16603
|
+
"title-serif-font-family": {
|
|
16604
|
+
"ref": "{serif-font-family}",
|
|
16605
|
+
"value": "Adobe Clean Serif",
|
|
16606
|
+
"uuid": "b3098f42-d73e-4228-a4f9-9be4b0c46ce8"
|
|
16607
|
+
},
|
|
16608
|
+
"title-serif-font-style": {
|
|
16609
|
+
"ref": "{default-font-style}",
|
|
16610
|
+
"value": "normal",
|
|
16611
|
+
"uuid": "70955f1b-4124-432e-bd9d-c5b42c890195"
|
|
16612
|
+
},
|
|
16613
|
+
"title-serif-font-weight": {
|
|
16614
|
+
"ref": "{bold-font-weight}",
|
|
16615
|
+
"value": "bold",
|
|
16616
|
+
"uuid": "23cf3a6f-911c-4e64-8952-7412bc7f4629"
|
|
16617
|
+
},
|
|
16618
|
+
"title-serif-strong-emphasized-font-style": {
|
|
16619
|
+
"ref": "{italic-font-style}",
|
|
16620
|
+
"value": "italic",
|
|
16621
|
+
"uuid": "6359f577-d462-456b-a748-ceecb893b4a2"
|
|
16622
|
+
},
|
|
16623
|
+
"title-serif-strong-emphasized-font-weight": {
|
|
16624
|
+
"ref": "{black-font-weight}",
|
|
16625
|
+
"value": "black",
|
|
16626
|
+
"uuid": "c2a2882b-f048-4580-96c8-76556fccc87c"
|
|
16627
|
+
},
|
|
16628
|
+
"title-serif-strong-font-style": {
|
|
16629
|
+
"ref": "{default-font-style}",
|
|
16630
|
+
"value": "normal",
|
|
16631
|
+
"uuid": "6d2f0e78-e527-41c7-8843-af89a9790da6"
|
|
16632
|
+
},
|
|
16633
|
+
"title-serif-strong-font-weight": {
|
|
16634
|
+
"ref": "{black-font-weight}",
|
|
16635
|
+
"value": "black",
|
|
16636
|
+
"uuid": "a0367ebf-8cc8-4aa0-80c4-ccf4a03644a3"
|
|
16637
|
+
},
|
|
16638
|
+
"title-size-l": {
|
|
16639
|
+
"ref": "{font-size-300}",
|
|
16640
|
+
"sets": {
|
|
16641
|
+
"desktop": {
|
|
16642
|
+
"value": "18px",
|
|
16643
|
+
"uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
|
|
16644
|
+
},
|
|
16645
|
+
"mobile": {
|
|
16646
|
+
"value": "22px",
|
|
16647
|
+
"uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
|
|
16648
|
+
}
|
|
16649
|
+
},
|
|
16650
|
+
"uuid": "0fb9e5ec-e5b7-41e0-8ef4-db9e4e33e060"
|
|
16651
|
+
},
|
|
16652
|
+
"title-size-m": {
|
|
16653
|
+
"ref": "{font-size-200}",
|
|
16654
|
+
"sets": {
|
|
16655
|
+
"desktop": {
|
|
16656
|
+
"value": "16px",
|
|
16657
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
|
|
16658
|
+
},
|
|
16659
|
+
"mobile": {
|
|
16660
|
+
"value": "19px",
|
|
16661
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
16662
|
+
}
|
|
16663
|
+
},
|
|
16664
|
+
"uuid": "6d63a369-4261-44a4-bf8d-a567dffa8ef6"
|
|
16665
|
+
},
|
|
16666
|
+
"title-size-s": {
|
|
16667
|
+
"ref": "{font-size-100}",
|
|
16668
|
+
"sets": {
|
|
16669
|
+
"desktop": {
|
|
16670
|
+
"value": "14px",
|
|
16671
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
16672
|
+
},
|
|
16673
|
+
"mobile": {
|
|
16674
|
+
"value": "17px",
|
|
16675
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
16676
|
+
}
|
|
16677
|
+
},
|
|
16678
|
+
"uuid": "0babc342-b506-495d-aaf1-20fe9e571e1b"
|
|
16679
|
+
},
|
|
16680
|
+
"title-size-xl": {
|
|
16681
|
+
"ref": "{font-size-400}",
|
|
16682
|
+
"sets": {
|
|
16683
|
+
"desktop": {
|
|
16684
|
+
"value": "20px",
|
|
16685
|
+
"uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5"
|
|
16686
|
+
},
|
|
16687
|
+
"mobile": {
|
|
16688
|
+
"value": "24px",
|
|
16689
|
+
"uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
|
|
16690
|
+
}
|
|
16691
|
+
},
|
|
16692
|
+
"uuid": "b5aaaa50-721b-4b41-ad90-345cd995f69e"
|
|
16693
|
+
},
|
|
16694
|
+
"title-size-xs": {
|
|
16695
|
+
"ref": "{font-size-75}",
|
|
16696
|
+
"sets": {
|
|
16697
|
+
"desktop": {
|
|
16698
|
+
"value": "12px",
|
|
16699
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
|
|
16700
|
+
},
|
|
16701
|
+
"mobile": {
|
|
16702
|
+
"value": "15px",
|
|
16703
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
|
|
16704
|
+
}
|
|
16705
|
+
},
|
|
16706
|
+
"uuid": "68dac9e8-9b07-4453-8cb2-24ed349d2134"
|
|
16707
|
+
},
|
|
16708
|
+
"title-size-xxl": {
|
|
16709
|
+
"ref": "{font-size-500}",
|
|
16710
|
+
"sets": {
|
|
16711
|
+
"desktop": {
|
|
16712
|
+
"value": "22px",
|
|
16713
|
+
"uuid": "9be56e29-2e79-41e0-b5a9-6a2dabc70aa1"
|
|
16714
|
+
},
|
|
16715
|
+
"mobile": {
|
|
16716
|
+
"value": "27px",
|
|
16717
|
+
"uuid": "a69a5079-1b5b-4ccf-946f-8b6e3fae4d7e"
|
|
16718
|
+
}
|
|
16719
|
+
},
|
|
16720
|
+
"uuid": "d4c4db99-70f2-4c79-8595-4d23407de068"
|
|
16721
|
+
},
|
|
16722
|
+
"title-size-xxxl": {
|
|
16723
|
+
"ref": "{font-size-600}",
|
|
16724
|
+
"sets": {
|
|
16725
|
+
"desktop": {
|
|
16726
|
+
"value": "25px",
|
|
16727
|
+
"uuid": "db1d7d01-8dd4-4c27-b58c-686f030e5e46"
|
|
16728
|
+
},
|
|
16729
|
+
"mobile": {
|
|
16730
|
+
"value": "31px",
|
|
16731
|
+
"uuid": "ac892307-2559-48f5-9e2c-98dabbb0abc2"
|
|
16732
|
+
}
|
|
16733
|
+
},
|
|
16734
|
+
"uuid": "56152e6a-3058-4467-86a1-34fa2b6f75b2"
|
|
16735
|
+
},
|
|
16387
16736
|
"corner-radius-0": {
|
|
16388
16737
|
"value": "0px",
|
|
16389
16738
|
"uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/spectrum-tokens",
|
|
3
|
-
"version": "13.0.0-beta.
|
|
3
|
+
"version": "13.0.0-beta.20",
|
|
4
4
|
"description": "Design tokens for Spectrum, Adobe's design system",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "tasks/buildSpectrumTokens.js",
|
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
"bugs": {
|
|
18
18
|
"url": "https://github.com/adobe/spectrum-tokens/issues"
|
|
19
19
|
},
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"provenance": true
|
|
22
|
+
},
|
|
20
23
|
"homepage": "https://github.com/adobe/spectrum-tokens/tree/main/packages/tokens#readme",
|
|
21
24
|
"devDependencies": {
|
|
22
25
|
"ajv": "^8.12.0",
|
|
@@ -7153,5 +7153,230 @@
|
|
|
7153
7153
|
"uuid": "b046b12c-5c39-4018-8ccc-9a5cb08eb6e5"
|
|
7154
7154
|
}
|
|
7155
7155
|
}
|
|
7156
|
+
},
|
|
7157
|
+
"title-cjk-emphasized-font-style": {
|
|
7158
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7159
|
+
"value": "{default-font-style}",
|
|
7160
|
+
"uuid": "2be8bfb1-7a0c-452d-9532-ea2eda408b82"
|
|
7161
|
+
},
|
|
7162
|
+
"title-cjk-emphasized-font-weight": {
|
|
7163
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7164
|
+
"value": "{extra-bold-font-weight}",
|
|
7165
|
+
"uuid": "c03b6bc7-76b6-4533-883e-881438de975f"
|
|
7166
|
+
},
|
|
7167
|
+
"title-cjk-font-family": {
|
|
7168
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7169
|
+
"value": "{cjk-font-family}",
|
|
7170
|
+
"uuid": "6fa83674-af7c-4656-8b33-d3312534ee53"
|
|
7171
|
+
},
|
|
7172
|
+
"title-cjk-font-style": {
|
|
7173
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7174
|
+
"value": "{default-font-style}",
|
|
7175
|
+
"uuid": "f421339b-fc3b-4d4e-86b4-65a63584131b"
|
|
7176
|
+
},
|
|
7177
|
+
"title-cjk-font-weight": {
|
|
7178
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7179
|
+
"value": "{bold-font-weight}",
|
|
7180
|
+
"uuid": "57a5eaba-935d-47e5-9cc4-cc1da6a330de"
|
|
7181
|
+
},
|
|
7182
|
+
"title-cjk-line-height": {
|
|
7183
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7184
|
+
"value": "{cjk-line-height-100}",
|
|
7185
|
+
"uuid": "999ba22a-87b6-45fe-9e89-9911f34ea330"
|
|
7186
|
+
},
|
|
7187
|
+
"title-cjk-size-l": {
|
|
7188
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7189
|
+
"value": "{font-size-200}",
|
|
7190
|
+
"uuid": "2fcf237b-6988-4c31-a806-f4176b94c2a8"
|
|
7191
|
+
},
|
|
7192
|
+
"title-cjk-size-m": {
|
|
7193
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7194
|
+
"value": "{font-size-100}",
|
|
7195
|
+
"uuid": "d1bccaa7-731f-4df2-a4c3-9dbec33145fd"
|
|
7196
|
+
},
|
|
7197
|
+
"title-cjk-size-s": {
|
|
7198
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7199
|
+
"value": "{font-size-75}",
|
|
7200
|
+
"uuid": "a134fab9-7606-453d-a64f-fd2daa989283"
|
|
7201
|
+
},
|
|
7202
|
+
"title-cjk-size-xl": {
|
|
7203
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7204
|
+
"value": "{font-size-300}",
|
|
7205
|
+
"uuid": "99472fda-7d17-45d5-b2ba-0c79a45d628f"
|
|
7206
|
+
},
|
|
7207
|
+
"title-cjk-size-xs": {
|
|
7208
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7209
|
+
"value": "{font-size-50}",
|
|
7210
|
+
"uuid": "f5966933-93a3-4615-a19b-b94d6a0367da"
|
|
7211
|
+
},
|
|
7212
|
+
"title-cjk-size-xxl": {
|
|
7213
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7214
|
+
"value": "{font-size-400}",
|
|
7215
|
+
"uuid": "abbc512e-fdce-4025-9d08-5a71692cf523"
|
|
7216
|
+
},
|
|
7217
|
+
"title-cjk-size-xxxl": {
|
|
7218
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7219
|
+
"value": "{font-size-500}",
|
|
7220
|
+
"uuid": "223b1966-4dbb-4e89-b508-9191ffedc97c"
|
|
7221
|
+
},
|
|
7222
|
+
"title-cjk-strong-emphasized-font-style": {
|
|
7223
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7224
|
+
"value": "{default-font-style}",
|
|
7225
|
+
"uuid": "55c1dcc1-f296-47eb-989b-ae5e22748869"
|
|
7226
|
+
},
|
|
7227
|
+
"title-cjk-strong-emphasized-font-weight": {
|
|
7228
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7229
|
+
"value": "{extra-bold-font-weight}",
|
|
7230
|
+
"uuid": "ba6356fb-cada-4786-9306-71b940e61ca8"
|
|
7231
|
+
},
|
|
7232
|
+
"title-cjk-strong-font-style": {
|
|
7233
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7234
|
+
"value": "{default-font-style}",
|
|
7235
|
+
"uuid": "85e5ba03-3f0a-4245-a26c-ac9c3df23d1b"
|
|
7236
|
+
},
|
|
7237
|
+
"title-cjk-strong-font-weight": {
|
|
7238
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7239
|
+
"value": "{extra-bold-font-weight}",
|
|
7240
|
+
"uuid": "93e5a426-7229-46ee-89f6-a84f7084592b"
|
|
7241
|
+
},
|
|
7242
|
+
"title-line-height": {
|
|
7243
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7244
|
+
"value": "{line-height-100}",
|
|
7245
|
+
"uuid": "e1397d35-0c23-410c-a213-65db1eb4887f"
|
|
7246
|
+
},
|
|
7247
|
+
"title-margin-bottom-multiplier": {
|
|
7248
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
|
|
7249
|
+
"value": "0.25",
|
|
7250
|
+
"uuid": "73a0bd28-7691-47b0-9e9b-62ec22940e63"
|
|
7251
|
+
},
|
|
7252
|
+
"title-margin-top-multiplier": {
|
|
7253
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
|
|
7254
|
+
"value": "0.88888889",
|
|
7255
|
+
"uuid": "14d9dc6c-28fc-41cf-a1ae-600a150f520a"
|
|
7256
|
+
},
|
|
7257
|
+
"title-sans-serif-emphasized-font-style": {
|
|
7258
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7259
|
+
"value": "{italic-font-style}",
|
|
7260
|
+
"uuid": "98fd5c98-b53d-49f0-bce1-705b53ae9ae4"
|
|
7261
|
+
},
|
|
7262
|
+
"title-sans-serif-emphasized-font-weight": {
|
|
7263
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7264
|
+
"value": "{bold-font-weight}",
|
|
7265
|
+
"uuid": "4fe9b508-ff74-4819-8188-e080d814d9ef"
|
|
7266
|
+
},
|
|
7267
|
+
"title-sans-serif-font-family": {
|
|
7268
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7269
|
+
"value": "{sans-serif-font-family}",
|
|
7270
|
+
"uuid": "9a65d2f0-87c0-404b-9965-6e4b00efeda8"
|
|
7271
|
+
},
|
|
7272
|
+
"title-sans-serif-font-style": {
|
|
7273
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7274
|
+
"value": "{default-font-style}",
|
|
7275
|
+
"uuid": "faa965d6-42c0-40f9-802e-ff0ea69d740d"
|
|
7276
|
+
},
|
|
7277
|
+
"title-sans-serif-font-weight": {
|
|
7278
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7279
|
+
"value": "{bold-font-weight}",
|
|
7280
|
+
"uuid": "58a27a2e-58c6-42dc-b860-1a8458966da4"
|
|
7281
|
+
},
|
|
7282
|
+
"title-sans-serif-strong-emphasized-font-style": {
|
|
7283
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7284
|
+
"value": "{italic-font-style}",
|
|
7285
|
+
"uuid": "39c10c1e-56c1-4a94-b5b9-a91a2db92050"
|
|
7286
|
+
},
|
|
7287
|
+
"title-sans-serif-strong-emphasized-font-weight": {
|
|
7288
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7289
|
+
"value": "{extra-bold-font-weight}",
|
|
7290
|
+
"uuid": "ab0482d5-ff9a-4c50-876b-ed5accf067a4"
|
|
7291
|
+
},
|
|
7292
|
+
"title-sans-serif-strong-font-style": {
|
|
7293
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7294
|
+
"value": "{default-font-style}",
|
|
7295
|
+
"uuid": "871928bc-14ac-465d-b245-c39bcf265a72"
|
|
7296
|
+
},
|
|
7297
|
+
"title-sans-serif-strong-font-weight": {
|
|
7298
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7299
|
+
"value": "{extra-bold-font-weight}",
|
|
7300
|
+
"uuid": "ace1f3cb-629c-4172-b64f-a8b1f5afbdcc"
|
|
7301
|
+
},
|
|
7302
|
+
"title-serif-emphasized-font-style": {
|
|
7303
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7304
|
+
"value": "{italic-font-style}",
|
|
7305
|
+
"uuid": "cf6281f7-00ef-437e-b89b-d6d774818f0b"
|
|
7306
|
+
},
|
|
7307
|
+
"title-serif-emphasized-font-weight": {
|
|
7308
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7309
|
+
"value": "{bold-font-weight}",
|
|
7310
|
+
"uuid": "3abd6cd1-42f5-4b4b-9732-bb826fe0a740"
|
|
7311
|
+
},
|
|
7312
|
+
"title-serif-font-family": {
|
|
7313
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7314
|
+
"value": "{serif-font-family}",
|
|
7315
|
+
"uuid": "b3098f42-d73e-4228-a4f9-9be4b0c46ce8"
|
|
7316
|
+
},
|
|
7317
|
+
"title-serif-font-style": {
|
|
7318
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7319
|
+
"value": "{default-font-style}",
|
|
7320
|
+
"uuid": "70955f1b-4124-432e-bd9d-c5b42c890195"
|
|
7321
|
+
},
|
|
7322
|
+
"title-serif-font-weight": {
|
|
7323
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7324
|
+
"value": "{bold-font-weight}",
|
|
7325
|
+
"uuid": "23cf3a6f-911c-4e64-8952-7412bc7f4629"
|
|
7326
|
+
},
|
|
7327
|
+
"title-serif-strong-emphasized-font-style": {
|
|
7328
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7329
|
+
"value": "{italic-font-style}",
|
|
7330
|
+
"uuid": "6359f577-d462-456b-a748-ceecb893b4a2"
|
|
7331
|
+
},
|
|
7332
|
+
"title-serif-strong-emphasized-font-weight": {
|
|
7333
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7334
|
+
"value": "{black-font-weight}",
|
|
7335
|
+
"uuid": "c2a2882b-f048-4580-96c8-76556fccc87c"
|
|
7336
|
+
},
|
|
7337
|
+
"title-serif-strong-font-style": {
|
|
7338
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7339
|
+
"value": "{default-font-style}",
|
|
7340
|
+
"uuid": "6d2f0e78-e527-41c7-8843-af89a9790da6"
|
|
7341
|
+
},
|
|
7342
|
+
"title-serif-strong-font-weight": {
|
|
7343
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7344
|
+
"value": "{black-font-weight}",
|
|
7345
|
+
"uuid": "a0367ebf-8cc8-4aa0-80c4-ccf4a03644a3"
|
|
7346
|
+
},
|
|
7347
|
+
"title-size-l": {
|
|
7348
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7349
|
+
"value": "{font-size-300}",
|
|
7350
|
+
"uuid": "0fb9e5ec-e5b7-41e0-8ef4-db9e4e33e060"
|
|
7351
|
+
},
|
|
7352
|
+
"title-size-m": {
|
|
7353
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7354
|
+
"value": "{font-size-200}",
|
|
7355
|
+
"uuid": "6d63a369-4261-44a4-bf8d-a567dffa8ef6"
|
|
7356
|
+
},
|
|
7357
|
+
"title-size-s": {
|
|
7358
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7359
|
+
"value": "{font-size-100}",
|
|
7360
|
+
"uuid": "0babc342-b506-495d-aaf1-20fe9e571e1b"
|
|
7361
|
+
},
|
|
7362
|
+
"title-size-xl": {
|
|
7363
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7364
|
+
"value": "{font-size-400}",
|
|
7365
|
+
"uuid": "b5aaaa50-721b-4b41-ad90-345cd995f69e"
|
|
7366
|
+
},
|
|
7367
|
+
"title-size-xs": {
|
|
7368
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7369
|
+
"value": "{font-size-75}",
|
|
7370
|
+
"uuid": "68dac9e8-9b07-4453-8cb2-24ed349d2134"
|
|
7371
|
+
},
|
|
7372
|
+
"title-size-xxl": {
|
|
7373
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7374
|
+
"value": "{font-size-500}",
|
|
7375
|
+
"uuid": "d4c4db99-70f2-4c79-8595-4d23407de068"
|
|
7376
|
+
},
|
|
7377
|
+
"title-size-xxxl": {
|
|
7378
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7379
|
+
"value": "{font-size-600}",
|
|
7380
|
+
"uuid": "56152e6a-3058-4467-86a1-34fa2b6f75b2"
|
|
7156
7381
|
}
|
|
7157
7382
|
}
|