@adobe/spectrum-tokens 12.26.0 → 12.27.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 +47 -0
- package/dist/json/drover.json +17 -6
- package/dist/json/variables.json +217 -46
- package/package.json +1 -1
- package/src/layout-component.json +67 -1
- package/src/typography.json +34 -13
- package/test/snapshots/deprecateExpress.test.js.md +1 -1
- package/test/snapshots/deprecateExpress.test.js.snap +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 12.27.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#409](https://github.com/adobe/spectrum-tokens/pull/409) [`a61060a`](https://github.com/adobe/spectrum-tokens/commit/a61060a164a944907f236c8df7fcab31220cdd01) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Token changes for CJK typography improvements.
|
|
8
|
+
|
|
9
|
+
Updated S1 tokens - typography, foundations
|
|
10
|
+
|
|
11
|
+
## Design Motivation
|
|
12
|
+
|
|
13
|
+
The S1 type token changes fix some minor issues with CJK font-sizing, font-weight, and removes the added letter-spacing (since we got feedback this was unnecessary and both latin and CJK characters look too spaced out with the current letter-spacing applied).
|
|
14
|
+
|
|
15
|
+
## Token Diff
|
|
16
|
+
|
|
17
|
+
_Tokens added (13):_
|
|
18
|
+
|
|
19
|
+
- `body-cjk-size-l`
|
|
20
|
+
- `body-cjk-size-m`
|
|
21
|
+
- `body-cjk-size-s`
|
|
22
|
+
- `body-cjk-size-xl`
|
|
23
|
+
- `body-cjk-size-xs`
|
|
24
|
+
- `body-cjk-size-xxl`
|
|
25
|
+
- `body-cjk-size-xxxl`
|
|
26
|
+
- `detail-cjk-size-l`
|
|
27
|
+
- `detail-cjk-size-m`
|
|
28
|
+
- `detail-cjk-size-s`
|
|
29
|
+
- `detail-cjk-size-xl`
|
|
30
|
+
- `font-size-25`
|
|
31
|
+
- `letter-spacing`
|
|
32
|
+
|
|
33
|
+
_Token values updated (14):_
|
|
34
|
+
|
|
35
|
+
- `body-cjk-strong-emphasized-font-weight`
|
|
36
|
+
- `body-cjk-strong-font-weight`
|
|
37
|
+
- `cjk-letter-spacing`
|
|
38
|
+
- `detail-cjk-emphasized-font-weight`
|
|
39
|
+
- `detail-cjk-strong-emphasized-font-weight`
|
|
40
|
+
- `detail-cjk-strong-font-weight`
|
|
41
|
+
- `drop-zone-cjk-title-size`
|
|
42
|
+
- `heading-cjk-heavy-font-weight`
|
|
43
|
+
- `heading-cjk-size-s`
|
|
44
|
+
- `heading-cjk-size-xs`
|
|
45
|
+
- `heading-cjk-size-xxl`
|
|
46
|
+
- `heading-cjk-size-xxs`
|
|
47
|
+
- `heading-cjk-size-xxxl`
|
|
48
|
+
- `illustrated-message-cjk-title-size`
|
|
49
|
+
|
|
3
50
|
## 12.26.0
|
|
4
51
|
|
|
5
52
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -1423,6 +1423,13 @@
|
|
|
1423
1423
|
"background-opacity-hover": "0.1",
|
|
1424
1424
|
"background-opacity-key-focus": "0.1",
|
|
1425
1425
|
"body-cjk-line-height": "1.7",
|
|
1426
|
+
"body-cjk-size-l": "16px",
|
|
1427
|
+
"body-cjk-size-m": "14px",
|
|
1428
|
+
"body-cjk-size-s": "12px",
|
|
1429
|
+
"body-cjk-size-xl": "18px",
|
|
1430
|
+
"body-cjk-size-xs": "11px",
|
|
1431
|
+
"body-cjk-size-xxl": "20px",
|
|
1432
|
+
"body-cjk-size-xxxl": "22px",
|
|
1426
1433
|
"body-line-height": "1.5",
|
|
1427
1434
|
"body-margin-multiplier": "0.75",
|
|
1428
1435
|
"body-size-l": "18px",
|
|
@@ -1489,7 +1496,6 @@
|
|
|
1489
1496
|
"chevron-icon-size-500": "16px",
|
|
1490
1497
|
"chevron-icon-size-600": "18px",
|
|
1491
1498
|
"chevron-icon-size-75": "10px",
|
|
1492
|
-
"cjk-letter-spacing": "0.05em",
|
|
1493
1499
|
"cjk-line-height-100": "1.5",
|
|
1494
1500
|
"cjk-line-height-200": "1.7",
|
|
1495
1501
|
"coach-mark-body-size": "14px",
|
|
@@ -1623,6 +1629,10 @@
|
|
|
1623
1629
|
"dash-icon-size-600": "18px",
|
|
1624
1630
|
"dash-icon-size-75": "8px",
|
|
1625
1631
|
"detail-cjk-line-height": "1.5",
|
|
1632
|
+
"detail-cjk-size-l": "12px",
|
|
1633
|
+
"detail-cjk-size-m": "11px",
|
|
1634
|
+
"detail-cjk-size-s": "10px",
|
|
1635
|
+
"detail-cjk-size-xl": "14px",
|
|
1626
1636
|
"detail-letter-spacing": "0.06em",
|
|
1627
1637
|
"detail-line-height": "1.3",
|
|
1628
1638
|
"detail-margin-bottom-multiplier": "0.25",
|
|
@@ -1723,6 +1733,7 @@
|
|
|
1723
1733
|
"font-size-1200": "50px",
|
|
1724
1734
|
"font-size-1300": "60px",
|
|
1725
1735
|
"font-size-200": "16px",
|
|
1736
|
+
"font-size-25": "10px",
|
|
1726
1737
|
"font-size-300": "18px",
|
|
1727
1738
|
"font-size-400": "20px",
|
|
1728
1739
|
"font-size-50": "11px",
|
|
@@ -1736,12 +1747,12 @@
|
|
|
1736
1747
|
"heading-cjk-line-height": "1.5",
|
|
1737
1748
|
"heading-cjk-size-l": "25px",
|
|
1738
1749
|
"heading-cjk-size-m": "20px",
|
|
1739
|
-
"heading-cjk-size-s": "
|
|
1750
|
+
"heading-cjk-size-s": "16px",
|
|
1740
1751
|
"heading-cjk-size-xl": "32px",
|
|
1741
|
-
"heading-cjk-size-xs": "
|
|
1742
|
-
"heading-cjk-size-xxl": "
|
|
1743
|
-
"heading-cjk-size-xxs": "
|
|
1744
|
-
"heading-cjk-size-xxxl": "
|
|
1752
|
+
"heading-cjk-size-xs": "14px",
|
|
1753
|
+
"heading-cjk-size-xxl": "40px",
|
|
1754
|
+
"heading-cjk-size-xxs": "12px",
|
|
1755
|
+
"heading-cjk-size-xxxl": "50px",
|
|
1745
1756
|
"heading-line-height": "1.3",
|
|
1746
1757
|
"heading-margin-bottom-multiplier": "0.25",
|
|
1747
1758
|
"heading-margin-top-multiplier": "0.88888889",
|
package/dist/json/variables.json
CHANGED
|
@@ -16458,12 +16458,12 @@
|
|
|
16458
16458
|
"ref": "{heading-cjk-size-s}",
|
|
16459
16459
|
"sets": {
|
|
16460
16460
|
"desktop": {
|
|
16461
|
-
"value": "
|
|
16462
|
-
"uuid": "
|
|
16461
|
+
"value": "16px",
|
|
16462
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
|
|
16463
16463
|
},
|
|
16464
16464
|
"mobile": {
|
|
16465
|
-
"value": "
|
|
16466
|
-
"uuid": "
|
|
16465
|
+
"value": "19px",
|
|
16466
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
16467
16467
|
}
|
|
16468
16468
|
},
|
|
16469
16469
|
"uuid": "00c938e6-e62e-4bc3-8884-cf23b10e286c"
|
|
@@ -16619,12 +16619,12 @@
|
|
|
16619
16619
|
"ref": "{heading-cjk-size-s}",
|
|
16620
16620
|
"sets": {
|
|
16621
16621
|
"desktop": {
|
|
16622
|
-
"value": "
|
|
16623
|
-
"uuid": "
|
|
16622
|
+
"value": "16px",
|
|
16623
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
|
|
16624
16624
|
},
|
|
16625
16625
|
"mobile": {
|
|
16626
|
-
"value": "
|
|
16627
|
-
"uuid": "
|
|
16626
|
+
"value": "19px",
|
|
16627
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
16628
16628
|
}
|
|
16629
16629
|
},
|
|
16630
16630
|
"uuid": "00c938e6-e62e-4bc3-8884-cf23b10e286c"
|
|
@@ -19116,6 +19116,160 @@
|
|
|
19116
19116
|
}
|
|
19117
19117
|
}
|
|
19118
19118
|
},
|
|
19119
|
+
"detail-cjk-size-xl": {
|
|
19120
|
+
"ref": "{font-size-100}",
|
|
19121
|
+
"sets": {
|
|
19122
|
+
"desktop": {
|
|
19123
|
+
"value": "14px",
|
|
19124
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
19125
|
+
},
|
|
19126
|
+
"mobile": {
|
|
19127
|
+
"value": "17px",
|
|
19128
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
19129
|
+
}
|
|
19130
|
+
},
|
|
19131
|
+
"uuid": "1bbf01a7-c624-452f-a6b6-8486724bc362"
|
|
19132
|
+
},
|
|
19133
|
+
"detail-cjk-size-l": {
|
|
19134
|
+
"ref": "{font-size-75}",
|
|
19135
|
+
"sets": {
|
|
19136
|
+
"desktop": {
|
|
19137
|
+
"value": "12px",
|
|
19138
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
|
|
19139
|
+
},
|
|
19140
|
+
"mobile": {
|
|
19141
|
+
"value": "15px",
|
|
19142
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
|
|
19143
|
+
}
|
|
19144
|
+
},
|
|
19145
|
+
"uuid": "e9c9bf5a-b7a1-4a53-8335-66697c5bd44f"
|
|
19146
|
+
},
|
|
19147
|
+
"detail-cjk-size-m": {
|
|
19148
|
+
"ref": "{font-size-50}",
|
|
19149
|
+
"sets": {
|
|
19150
|
+
"desktop": {
|
|
19151
|
+
"value": "11px",
|
|
19152
|
+
"uuid": "8593a326-de37-414d-b3f6-5254b41dce07"
|
|
19153
|
+
},
|
|
19154
|
+
"mobile": {
|
|
19155
|
+
"value": "13px",
|
|
19156
|
+
"uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e"
|
|
19157
|
+
}
|
|
19158
|
+
},
|
|
19159
|
+
"uuid": "16915081-2765-4553-9e8c-7acb686938cc"
|
|
19160
|
+
},
|
|
19161
|
+
"detail-cjk-size-s": {
|
|
19162
|
+
"ref": "{font-size-25}",
|
|
19163
|
+
"sets": {
|
|
19164
|
+
"desktop": {
|
|
19165
|
+
"value": "10px",
|
|
19166
|
+
"uuid": "26ab49ea-7e86-4f0d-812e-ef1ba794c8a8"
|
|
19167
|
+
},
|
|
19168
|
+
"mobile": {
|
|
19169
|
+
"value": "12px",
|
|
19170
|
+
"uuid": "5946a4e5-8bed-4dd7-aa73-9ebe232f9790"
|
|
19171
|
+
}
|
|
19172
|
+
},
|
|
19173
|
+
"uuid": "648162b2-154f-459c-a261-8226bf855714"
|
|
19174
|
+
},
|
|
19175
|
+
"body-cjk-size-xxxl": {
|
|
19176
|
+
"ref": "{font-size-500}",
|
|
19177
|
+
"sets": {
|
|
19178
|
+
"desktop": {
|
|
19179
|
+
"value": "22px",
|
|
19180
|
+
"uuid": "9be56e29-2e79-41e0-b5a9-6a2dabc70aa1"
|
|
19181
|
+
},
|
|
19182
|
+
"mobile": {
|
|
19183
|
+
"value": "27px",
|
|
19184
|
+
"uuid": "a69a5079-1b5b-4ccf-946f-8b6e3fae4d7e"
|
|
19185
|
+
}
|
|
19186
|
+
},
|
|
19187
|
+
"uuid": "71a41f9e-73da-4632-8877-7af7acf4db03"
|
|
19188
|
+
},
|
|
19189
|
+
"body-cjk-size-xxl": {
|
|
19190
|
+
"ref": "{font-size-400}",
|
|
19191
|
+
"sets": {
|
|
19192
|
+
"desktop": {
|
|
19193
|
+
"value": "20px",
|
|
19194
|
+
"uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5"
|
|
19195
|
+
},
|
|
19196
|
+
"mobile": {
|
|
19197
|
+
"value": "24px",
|
|
19198
|
+
"uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
|
|
19199
|
+
}
|
|
19200
|
+
},
|
|
19201
|
+
"uuid": "9aab03eb-c0c1-462c-aa7c-88c93b06f714"
|
|
19202
|
+
},
|
|
19203
|
+
"body-cjk-size-xl": {
|
|
19204
|
+
"ref": "{font-size-300}",
|
|
19205
|
+
"sets": {
|
|
19206
|
+
"desktop": {
|
|
19207
|
+
"value": "18px",
|
|
19208
|
+
"uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
|
|
19209
|
+
},
|
|
19210
|
+
"mobile": {
|
|
19211
|
+
"value": "22px",
|
|
19212
|
+
"uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
|
|
19213
|
+
}
|
|
19214
|
+
},
|
|
19215
|
+
"uuid": "25d65a6e-e8e1-4849-848a-984373fd9cf9"
|
|
19216
|
+
},
|
|
19217
|
+
"body-cjk-size-l": {
|
|
19218
|
+
"ref": "{font-size-200}",
|
|
19219
|
+
"sets": {
|
|
19220
|
+
"desktop": {
|
|
19221
|
+
"value": "16px",
|
|
19222
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
|
|
19223
|
+
},
|
|
19224
|
+
"mobile": {
|
|
19225
|
+
"value": "19px",
|
|
19226
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
19227
|
+
}
|
|
19228
|
+
},
|
|
19229
|
+
"uuid": "9f0e0ddb-a4d2-416e-a425-8d71527f77b2"
|
|
19230
|
+
},
|
|
19231
|
+
"body-cjk-size-m": {
|
|
19232
|
+
"ref": "{font-size-100}",
|
|
19233
|
+
"sets": {
|
|
19234
|
+
"desktop": {
|
|
19235
|
+
"value": "14px",
|
|
19236
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
19237
|
+
},
|
|
19238
|
+
"mobile": {
|
|
19239
|
+
"value": "17px",
|
|
19240
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
19241
|
+
}
|
|
19242
|
+
},
|
|
19243
|
+
"uuid": "7e01bc65-5823-456f-a830-9848a96ad85a"
|
|
19244
|
+
},
|
|
19245
|
+
"body-cjk-size-s": {
|
|
19246
|
+
"ref": "{font-size-75}",
|
|
19247
|
+
"sets": {
|
|
19248
|
+
"desktop": {
|
|
19249
|
+
"value": "12px",
|
|
19250
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
|
|
19251
|
+
},
|
|
19252
|
+
"mobile": {
|
|
19253
|
+
"value": "15px",
|
|
19254
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
|
|
19255
|
+
}
|
|
19256
|
+
},
|
|
19257
|
+
"uuid": "081aa502-e2f1-4bc8-8fb2-a00dcd4236dd"
|
|
19258
|
+
},
|
|
19259
|
+
"body-cjk-size-xs": {
|
|
19260
|
+
"ref": "{font-size-50}",
|
|
19261
|
+
"sets": {
|
|
19262
|
+
"desktop": {
|
|
19263
|
+
"value": "11px",
|
|
19264
|
+
"uuid": "8593a326-de37-414d-b3f6-5254b41dce07"
|
|
19265
|
+
},
|
|
19266
|
+
"mobile": {
|
|
19267
|
+
"value": "13px",
|
|
19268
|
+
"uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e"
|
|
19269
|
+
}
|
|
19270
|
+
},
|
|
19271
|
+
"uuid": "ba73926d-2ef4-4d7b-86c2-9044aa1cdf95"
|
|
19272
|
+
},
|
|
19119
19273
|
"corner-radius-75": {
|
|
19120
19274
|
"sets": {
|
|
19121
19275
|
"spectrum": {
|
|
@@ -22781,6 +22935,18 @@
|
|
|
22781
22935
|
"value": "normal",
|
|
22782
22936
|
"uuid": "25668698-bf78-46f4-bc6c-8fea068ddb34"
|
|
22783
22937
|
},
|
|
22938
|
+
"font-size-25": {
|
|
22939
|
+
"sets": {
|
|
22940
|
+
"desktop": {
|
|
22941
|
+
"value": "10px",
|
|
22942
|
+
"uuid": "26ab49ea-7e86-4f0d-812e-ef1ba794c8a8"
|
|
22943
|
+
},
|
|
22944
|
+
"mobile": {
|
|
22945
|
+
"value": "12px",
|
|
22946
|
+
"uuid": "5946a4e5-8bed-4dd7-aa73-9ebe232f9790"
|
|
22947
|
+
}
|
|
22948
|
+
}
|
|
22949
|
+
},
|
|
22784
22950
|
"font-size-50": {
|
|
22785
22951
|
"sets": {
|
|
22786
22952
|
"desktop": {
|
|
@@ -22961,6 +23127,10 @@
|
|
|
22961
23127
|
}
|
|
22962
23128
|
}
|
|
22963
23129
|
},
|
|
23130
|
+
"letter-spacing": {
|
|
23131
|
+
"value": "0em",
|
|
23132
|
+
"uuid": "d8caf3aa-1261-411f-b383-18f87334c117"
|
|
23133
|
+
},
|
|
22964
23134
|
"line-height-100": {
|
|
22965
23135
|
"value": "1.3",
|
|
22966
23136
|
"uuid": "dd125d1d-cf4d-45c8-ab21-52331a9a264b"
|
|
@@ -22978,7 +23148,8 @@
|
|
|
22978
23148
|
"uuid": "c5a5d186-54b3-44a0-b1c6-e9b102871015"
|
|
22979
23149
|
},
|
|
22980
23150
|
"cjk-letter-spacing": {
|
|
22981
|
-
"
|
|
23151
|
+
"ref": "{letter-spacing}",
|
|
23152
|
+
"value": "0em",
|
|
22982
23153
|
"uuid": "12e27721-35f5-4d03-95f3-3fc9e1cf50e4"
|
|
22983
23154
|
},
|
|
22984
23155
|
"heading-sans-serif-font-family": {
|
|
@@ -23104,8 +23275,8 @@
|
|
|
23104
23275
|
"uuid": "14532cb8-6c88-46ce-886b-96fac971e7b9"
|
|
23105
23276
|
},
|
|
23106
23277
|
"heading-cjk-heavy-font-weight": {
|
|
23107
|
-
"ref": "{
|
|
23108
|
-
"value": "
|
|
23278
|
+
"ref": "{extra-bold-font-weight}",
|
|
23279
|
+
"value": "extra-bold",
|
|
23109
23280
|
"uuid": "73c20d2f-1227-46bc-8548-102358405b0b"
|
|
23110
23281
|
},
|
|
23111
23282
|
"heading-cjk-heavy-font-style": {
|
|
@@ -23514,29 +23685,29 @@
|
|
|
23514
23685
|
"uuid": "82a831b4-b624-475b-b2be-4eb949e48626"
|
|
23515
23686
|
},
|
|
23516
23687
|
"heading-cjk-size-xxxl": {
|
|
23517
|
-
"ref": "{font-size-
|
|
23688
|
+
"ref": "{font-size-1200}",
|
|
23518
23689
|
"sets": {
|
|
23519
23690
|
"desktop": {
|
|
23520
|
-
"value": "
|
|
23521
|
-
"uuid": "
|
|
23691
|
+
"value": "50px",
|
|
23692
|
+
"uuid": "b73bfb12-80ef-453f-b7dc-52bf2258ef47"
|
|
23522
23693
|
},
|
|
23523
23694
|
"mobile": {
|
|
23524
|
-
"value": "
|
|
23525
|
-
"uuid": "
|
|
23695
|
+
"value": "62px",
|
|
23696
|
+
"uuid": "0ab38fb2-0de9-4be0-8967-8241379706be"
|
|
23526
23697
|
}
|
|
23527
23698
|
},
|
|
23528
23699
|
"uuid": "5a44e177-2478-4bb0-9212-ba2df64c8b00"
|
|
23529
23700
|
},
|
|
23530
23701
|
"heading-cjk-size-xxl": {
|
|
23531
|
-
"ref": "{font-size-
|
|
23702
|
+
"ref": "{font-size-1000}",
|
|
23532
23703
|
"sets": {
|
|
23533
23704
|
"desktop": {
|
|
23534
|
-
"value": "
|
|
23535
|
-
"uuid": "
|
|
23705
|
+
"value": "40px",
|
|
23706
|
+
"uuid": "27f694f9-6770-49e0-b7fc-833618b3fc2f"
|
|
23536
23707
|
},
|
|
23537
23708
|
"mobile": {
|
|
23538
|
-
"value": "
|
|
23539
|
-
"uuid": "
|
|
23709
|
+
"value": "49px",
|
|
23710
|
+
"uuid": "8b158ab0-7e82-4dab-a4d9-84cf7a71fa0a"
|
|
23540
23711
|
}
|
|
23541
23712
|
},
|
|
23542
23713
|
"uuid": "fbf59302-1ad2-4327-bfde-d638a0ca2429"
|
|
@@ -23584,43 +23755,43 @@
|
|
|
23584
23755
|
"uuid": "43f45659-314b-45aa-9886-1beb096fc4ce"
|
|
23585
23756
|
},
|
|
23586
23757
|
"heading-cjk-size-s": {
|
|
23587
|
-
"ref": "{font-size-
|
|
23758
|
+
"ref": "{font-size-200}",
|
|
23588
23759
|
"sets": {
|
|
23589
23760
|
"desktop": {
|
|
23590
|
-
"value": "
|
|
23591
|
-
"uuid": "
|
|
23761
|
+
"value": "16px",
|
|
23762
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
|
|
23592
23763
|
},
|
|
23593
23764
|
"mobile": {
|
|
23594
|
-
"value": "
|
|
23595
|
-
"uuid": "
|
|
23765
|
+
"value": "19px",
|
|
23766
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
23596
23767
|
}
|
|
23597
23768
|
},
|
|
23598
23769
|
"uuid": "c1242a8c-ca10-40d0-8fc4-67bbbce8fc5f"
|
|
23599
23770
|
},
|
|
23600
23771
|
"heading-cjk-size-xs": {
|
|
23601
|
-
"ref": "{font-size-
|
|
23772
|
+
"ref": "{font-size-100}",
|
|
23602
23773
|
"sets": {
|
|
23603
23774
|
"desktop": {
|
|
23604
|
-
"value": "
|
|
23605
|
-
"uuid": "
|
|
23775
|
+
"value": "14px",
|
|
23776
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
23606
23777
|
},
|
|
23607
23778
|
"mobile": {
|
|
23608
|
-
"value": "
|
|
23609
|
-
"uuid": "
|
|
23779
|
+
"value": "17px",
|
|
23780
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
23610
23781
|
}
|
|
23611
23782
|
},
|
|
23612
23783
|
"uuid": "132688a7-917d-44b9-a34f-a7135599b299"
|
|
23613
23784
|
},
|
|
23614
23785
|
"heading-cjk-size-xxs": {
|
|
23615
|
-
"ref": "{font-size-
|
|
23786
|
+
"ref": "{font-size-75}",
|
|
23616
23787
|
"sets": {
|
|
23617
23788
|
"desktop": {
|
|
23618
|
-
"value": "
|
|
23619
|
-
"uuid": "
|
|
23789
|
+
"value": "12px",
|
|
23790
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
|
|
23620
23791
|
},
|
|
23621
23792
|
"mobile": {
|
|
23622
|
-
"value": "
|
|
23623
|
-
"uuid": "
|
|
23793
|
+
"value": "15px",
|
|
23794
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
|
|
23624
23795
|
}
|
|
23625
23796
|
},
|
|
23626
23797
|
"uuid": "bddd6a96-c280-47ca-8858-20df055e488d"
|
|
@@ -23731,8 +23902,8 @@
|
|
|
23731
23902
|
"uuid": "c8b531d1-949e-4492-9897-450a477983ce"
|
|
23732
23903
|
},
|
|
23733
23904
|
"body-cjk-strong-font-weight": {
|
|
23734
|
-
"ref": "{
|
|
23735
|
-
"value": "
|
|
23905
|
+
"ref": "{extra-bold-font-weight}",
|
|
23906
|
+
"value": "extra-bold",
|
|
23736
23907
|
"uuid": "d79de2c4-ca7c-4316-ac44-fee1a66983d7"
|
|
23737
23908
|
},
|
|
23738
23909
|
"body-cjk-strong-font-style": {
|
|
@@ -23791,8 +23962,8 @@
|
|
|
23791
23962
|
"uuid": "b940bdc8-d373-4bd0-8620-d6c04134698b"
|
|
23792
23963
|
},
|
|
23793
23964
|
"body-cjk-strong-emphasized-font-weight": {
|
|
23794
|
-
"ref": "{
|
|
23795
|
-
"value": "
|
|
23965
|
+
"ref": "{extra-bold-font-weight}",
|
|
23966
|
+
"value": "extra-bold",
|
|
23796
23967
|
"uuid": "54020791-a975-4e5d-a905-8bffcc9d2d93"
|
|
23797
23968
|
},
|
|
23798
23969
|
"body-cjk-strong-emphasized-font-style": {
|
|
@@ -24030,8 +24201,8 @@
|
|
|
24030
24201
|
"uuid": "3b2124e3-e50b-4ab7-8340-f97b1f8fef1e"
|
|
24031
24202
|
},
|
|
24032
24203
|
"detail-cjk-strong-font-weight": {
|
|
24033
|
-
"ref": "{
|
|
24034
|
-
"value": "
|
|
24204
|
+
"ref": "{extra-bold-font-weight}",
|
|
24205
|
+
"value": "extra-bold",
|
|
24035
24206
|
"uuid": "ef2997f3-276c-4662-8644-9514590114f4"
|
|
24036
24207
|
},
|
|
24037
24208
|
"detail-cjk-strong-font-style": {
|
|
@@ -24090,8 +24261,8 @@
|
|
|
24090
24261
|
"uuid": "cfaf6a70-3eb5-4887-bae6-8ae41c094192"
|
|
24091
24262
|
},
|
|
24092
24263
|
"detail-cjk-emphasized-font-weight": {
|
|
24093
|
-
"ref": "{
|
|
24094
|
-
"value": "
|
|
24264
|
+
"ref": "{extra-bold-font-weight}",
|
|
24265
|
+
"value": "extra-bold",
|
|
24095
24266
|
"uuid": "aa70fa2d-87ee-4e67-b230-85f400ddd7d1"
|
|
24096
24267
|
},
|
|
24097
24268
|
"detail-cjk-emphasized-font-style": {
|
|
@@ -24150,8 +24321,8 @@
|
|
|
24150
24321
|
"uuid": "7fdffa4e-4370-45cf-aab0-316561a56a24"
|
|
24151
24322
|
},
|
|
24152
24323
|
"detail-cjk-strong-emphasized-font-weight": {
|
|
24153
|
-
"ref": "{
|
|
24154
|
-
"value": "
|
|
24324
|
+
"ref": "{extra-bold-font-weight}",
|
|
24325
|
+
"value": "extra-bold",
|
|
24155
24326
|
"uuid": "a7007c07-15a4-4671-bd3b-7406f4b374bb"
|
|
24156
24327
|
},
|
|
24157
24328
|
"detail-cjk-strong-emphasized-font-style": {
|
package/package.json
CHANGED
|
@@ -7971,8 +7971,8 @@
|
|
|
7971
7971
|
"uuid": "e2f9f620-b8f0-4fb7-a9b0-e78f13a0ac03"
|
|
7972
7972
|
},
|
|
7973
7973
|
"accordion-top-to-text-spacious-small": {
|
|
7974
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
7975
7974
|
"component": "accordion",
|
|
7975
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
7976
7976
|
"sets": {
|
|
7977
7977
|
"desktop": {
|
|
7978
7978
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
@@ -7986,5 +7986,71 @@
|
|
|
7986
7986
|
}
|
|
7987
7987
|
},
|
|
7988
7988
|
"uuid": "bdf7a208-dbfa-4a66-9138-baec261d2908"
|
|
7989
|
+
},
|
|
7990
|
+
"detail-cjk-size-xl": {
|
|
7991
|
+
"component": "detail",
|
|
7992
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7993
|
+
"value": "{font-size-100}",
|
|
7994
|
+
"uuid": "1bbf01a7-c624-452f-a6b6-8486724bc362"
|
|
7995
|
+
},
|
|
7996
|
+
"detail-cjk-size-l": {
|
|
7997
|
+
"component": "detail",
|
|
7998
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
7999
|
+
"value": "{font-size-75}",
|
|
8000
|
+
"uuid": "e9c9bf5a-b7a1-4a53-8335-66697c5bd44f"
|
|
8001
|
+
},
|
|
8002
|
+
"detail-cjk-size-m": {
|
|
8003
|
+
"component": "detail",
|
|
8004
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8005
|
+
"value": "{font-size-50}",
|
|
8006
|
+
"uuid": "16915081-2765-4553-9e8c-7acb686938cc"
|
|
8007
|
+
},
|
|
8008
|
+
"detail-cjk-size-s": {
|
|
8009
|
+
"component": "detail",
|
|
8010
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8011
|
+
"value": "{font-size-25}",
|
|
8012
|
+
"uuid": "648162b2-154f-459c-a261-8226bf855714"
|
|
8013
|
+
},
|
|
8014
|
+
"body-cjk-size-xxxl": {
|
|
8015
|
+
"component": "body",
|
|
8016
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8017
|
+
"value": "{font-size-500}",
|
|
8018
|
+
"uuid": "71a41f9e-73da-4632-8877-7af7acf4db03"
|
|
8019
|
+
},
|
|
8020
|
+
"body-cjk-size-xxl": {
|
|
8021
|
+
"component": "body",
|
|
8022
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8023
|
+
"value": "{font-size-400}",
|
|
8024
|
+
"uuid": "9aab03eb-c0c1-462c-aa7c-88c93b06f714"
|
|
8025
|
+
},
|
|
8026
|
+
"body-cjk-size-xl": {
|
|
8027
|
+
"component": "body",
|
|
8028
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8029
|
+
"value": "{font-size-300}",
|
|
8030
|
+
"uuid": "25d65a6e-e8e1-4849-848a-984373fd9cf9"
|
|
8031
|
+
},
|
|
8032
|
+
"body-cjk-size-l": {
|
|
8033
|
+
"component": "body",
|
|
8034
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8035
|
+
"value": "{font-size-200}",
|
|
8036
|
+
"uuid": "9f0e0ddb-a4d2-416e-a425-8d71527f77b2"
|
|
8037
|
+
},
|
|
8038
|
+
"body-cjk-size-m": {
|
|
8039
|
+
"component": "body",
|
|
8040
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8041
|
+
"value": "{font-size-100}",
|
|
8042
|
+
"uuid": "7e01bc65-5823-456f-a830-9848a96ad85a"
|
|
8043
|
+
},
|
|
8044
|
+
"body-cjk-size-s": {
|
|
8045
|
+
"component": "body",
|
|
8046
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8047
|
+
"value": "{font-size-75}",
|
|
8048
|
+
"uuid": "081aa502-e2f1-4bc8-8fb2-a00dcd4236dd"
|
|
8049
|
+
},
|
|
8050
|
+
"body-cjk-size-xs": {
|
|
8051
|
+
"component": "body",
|
|
8052
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8053
|
+
"value": "{font-size-50}",
|
|
8054
|
+
"uuid": "ba73926d-2ef4-4d7b-86c2-9044aa1cdf95"
|
|
7989
8055
|
}
|
|
7990
8056
|
}
|
package/src/typography.json
CHANGED
|
@@ -59,6 +59,22 @@
|
|
|
59
59
|
"value": "normal",
|
|
60
60
|
"uuid": "25668698-bf78-46f4-bc6c-8fea068ddb34"
|
|
61
61
|
},
|
|
62
|
+
"font-size-25": {
|
|
63
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
64
|
+
"sets": {
|
|
65
|
+
"desktop": {
|
|
66
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
67
|
+
"value": "10px",
|
|
68
|
+
"uuid": "26ab49ea-7e86-4f0d-812e-ef1ba794c8a8"
|
|
69
|
+
},
|
|
70
|
+
"mobile": {
|
|
71
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
|
|
72
|
+
"value": "12px",
|
|
73
|
+
"uuid": "5946a4e5-8bed-4dd7-aa73-9ebe232f9790"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"uuid": "f0c5ab51-5fc0-417d-a57a-edd12a62847e"
|
|
77
|
+
},
|
|
62
78
|
"font-size-50": {
|
|
63
79
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
64
80
|
"sets": {
|
|
@@ -299,6 +315,11 @@
|
|
|
299
315
|
},
|
|
300
316
|
"uuid": "db26e411-a118-4bef-a413-eeb383e85f37"
|
|
301
317
|
},
|
|
318
|
+
"letter-spacing": {
|
|
319
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
320
|
+
"value": "0em",
|
|
321
|
+
"uuid": "d8caf3aa-1261-411f-b383-18f87334c117"
|
|
322
|
+
},
|
|
302
323
|
"line-height-100": {
|
|
303
324
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
|
|
304
325
|
"value": "1.3",
|
|
@@ -320,8 +341,8 @@
|
|
|
320
341
|
"uuid": "c5a5d186-54b3-44a0-b1c6-e9b102871015"
|
|
321
342
|
},
|
|
322
343
|
"cjk-letter-spacing": {
|
|
323
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/
|
|
324
|
-
"value": "
|
|
344
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
345
|
+
"value": "{letter-spacing}",
|
|
325
346
|
"uuid": "12e27721-35f5-4d03-95f3-3fc9e1cf50e4"
|
|
326
347
|
},
|
|
327
348
|
"heading-sans-serif-font-family": {
|
|
@@ -480,7 +501,7 @@
|
|
|
480
501
|
"heading-cjk-heavy-font-weight": {
|
|
481
502
|
"component": "heading",
|
|
482
503
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
483
|
-
"value": "{
|
|
504
|
+
"value": "{extra-bold-font-weight}",
|
|
484
505
|
"uuid": "73c20d2f-1227-46bc-8548-102358405b0b"
|
|
485
506
|
},
|
|
486
507
|
"heading-cjk-heavy-font-style": {
|
|
@@ -890,13 +911,13 @@
|
|
|
890
911
|
"heading-cjk-size-xxxl": {
|
|
891
912
|
"component": "heading",
|
|
892
913
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
893
|
-
"value": "{font-size-
|
|
914
|
+
"value": "{font-size-1200}",
|
|
894
915
|
"uuid": "5a44e177-2478-4bb0-9212-ba2df64c8b00"
|
|
895
916
|
},
|
|
896
917
|
"heading-cjk-size-xxl": {
|
|
897
918
|
"component": "heading",
|
|
898
919
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
899
|
-
"value": "{font-size-
|
|
920
|
+
"value": "{font-size-1000}",
|
|
900
921
|
"uuid": "fbf59302-1ad2-4327-bfde-d638a0ca2429"
|
|
901
922
|
},
|
|
902
923
|
"heading-cjk-size-xl": {
|
|
@@ -920,19 +941,19 @@
|
|
|
920
941
|
"heading-cjk-size-s": {
|
|
921
942
|
"component": "heading",
|
|
922
943
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
923
|
-
"value": "{font-size-
|
|
944
|
+
"value": "{font-size-200}",
|
|
924
945
|
"uuid": "c1242a8c-ca10-40d0-8fc4-67bbbce8fc5f"
|
|
925
946
|
},
|
|
926
947
|
"heading-cjk-size-xs": {
|
|
927
948
|
"component": "heading",
|
|
928
949
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
929
|
-
"value": "{font-size-
|
|
950
|
+
"value": "{font-size-100}",
|
|
930
951
|
"uuid": "132688a7-917d-44b9-a34f-a7135599b299"
|
|
931
952
|
},
|
|
932
953
|
"heading-cjk-size-xxs": {
|
|
933
954
|
"component": "heading",
|
|
934
955
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
935
|
-
"value": "{font-size-
|
|
956
|
+
"value": "{font-size-75}",
|
|
936
957
|
"uuid": "bddd6a96-c280-47ca-8858-20df055e488d"
|
|
937
958
|
},
|
|
938
959
|
"heading-line-height": {
|
|
@@ -1046,7 +1067,7 @@
|
|
|
1046
1067
|
"body-cjk-strong-font-weight": {
|
|
1047
1068
|
"component": "body",
|
|
1048
1069
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1049
|
-
"value": "{
|
|
1070
|
+
"value": "{extra-bold-font-weight}",
|
|
1050
1071
|
"uuid": "d79de2c4-ca7c-4316-ac44-fee1a66983d7"
|
|
1051
1072
|
},
|
|
1052
1073
|
"body-cjk-strong-font-style": {
|
|
@@ -1118,7 +1139,7 @@
|
|
|
1118
1139
|
"body-cjk-strong-emphasized-font-weight": {
|
|
1119
1140
|
"component": "body",
|
|
1120
1141
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1121
|
-
"value": "{
|
|
1142
|
+
"value": "{extra-bold-font-weight}",
|
|
1122
1143
|
"uuid": "54020791-a975-4e5d-a905-8bffcc9d2d93"
|
|
1123
1144
|
},
|
|
1124
1145
|
"body-cjk-strong-emphasized-font-style": {
|
|
@@ -1310,7 +1331,7 @@
|
|
|
1310
1331
|
"detail-cjk-strong-font-weight": {
|
|
1311
1332
|
"component": "detail",
|
|
1312
1333
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1313
|
-
"value": "{
|
|
1334
|
+
"value": "{extra-bold-font-weight}",
|
|
1314
1335
|
"uuid": "ef2997f3-276c-4662-8644-9514590114f4"
|
|
1315
1336
|
},
|
|
1316
1337
|
"detail-cjk-strong-font-style": {
|
|
@@ -1382,7 +1403,7 @@
|
|
|
1382
1403
|
"detail-cjk-emphasized-font-weight": {
|
|
1383
1404
|
"component": "detail",
|
|
1384
1405
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1385
|
-
"value": "{
|
|
1406
|
+
"value": "{extra-bold-font-weight}",
|
|
1386
1407
|
"uuid": "aa70fa2d-87ee-4e67-b230-85f400ddd7d1"
|
|
1387
1408
|
},
|
|
1388
1409
|
"detail-cjk-emphasized-font-style": {
|
|
@@ -1454,7 +1475,7 @@
|
|
|
1454
1475
|
"detail-cjk-strong-emphasized-font-weight": {
|
|
1455
1476
|
"component": "detail",
|
|
1456
1477
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1457
|
-
"value": "{
|
|
1478
|
+
"value": "{extra-bold-font-weight}",
|
|
1458
1479
|
"uuid": "a7007c07-15a4-4671-bd3b-7406f4b374bb"
|
|
1459
1480
|
},
|
|
1460
1481
|
"detail-cjk-strong-emphasized-font-style": {
|
|
Binary file
|