@adobe/spectrum-tokens 14.2.3 → 14.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/CHANGELOG.md +800 -0
  2. package/dist/json/drover.json +118 -1
  3. package/dist/json/variables.json +22715 -22110
  4. package/moon.yml +12 -0
  5. package/package.json +1 -1
  6. package/schemas/token-types/alias.json +1 -0
  7. package/schemas/token-types/color-set.json +3 -1
  8. package/schemas/token-types/color.json +1 -0
  9. package/schemas/token-types/dimension.json +1 -0
  10. package/schemas/token-types/drop-shadow.json +1 -0
  11. package/schemas/token-types/font-family.json +1 -0
  12. package/schemas/token-types/font-size.json +1 -0
  13. package/schemas/token-types/font-style.json +1 -0
  14. package/schemas/token-types/font-weight.json +1 -0
  15. package/schemas/token-types/gradient-stop.json +1 -0
  16. package/schemas/token-types/multiplier.json +1 -0
  17. package/schemas/token-types/opacity.json +1 -0
  18. package/schemas/token-types/scale-set.json +3 -1
  19. package/schemas/token-types/set.json +8 -0
  20. package/schemas/token-types/system-set.json +2 -0
  21. package/schemas/token-types/text-align.json +1 -0
  22. package/schemas/token-types/text-transform.json +1 -0
  23. package/schemas/token-types/token.json +19 -3
  24. package/schemas/token-types/typography.json +1 -0
  25. package/snapshots/validation-snapshot.json +7 -0
  26. package/src/color-aliases.json +1555 -1457
  27. package/src/color-component.json +405 -395
  28. package/src/color-palette.json +3527 -3226
  29. package/src/icons.json +794 -738
  30. package/src/layout-component.json +8837 -7033
  31. package/src/layout.json +2590 -1312
  32. package/src/semantic-color-palette.json +344 -339
  33. package/src/typography.json +1685 -1649
@@ -1,2289 +1,2325 @@
1
1
  {
2
- "default-font-family": {
3
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
4
- "value": "{sans-serif-font-family}",
5
- "uuid": "45d43d4e-a4e4-4c5f-94ec-644a81300eb0"
6
- },
7
- "letter-spacing": {
8
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
9
- "value": "0em",
10
- "uuid": "d8caf3aa-1261-411f-b383-18f87334c117"
11
- },
12
- "text-align-start": {
13
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-align.json",
14
- "value": "start",
15
- "uuid": "3a7f9e91-6e1a-4937-a6d2-6c39566dc875"
16
- },
17
- "text-align-center": {
18
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-align.json",
19
- "value": "center",
20
- "uuid": "df252e5a-f115-471d-bb35-c79e733d868b"
21
- },
22
- "text-align-end": {
23
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-align.json",
24
- "value": "end",
25
- "uuid": "a0c425b3-668b-4413-8739-c7844b26ebad"
26
- },
27
- "sans-serif-font-family": {
28
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
29
- "value": "Adobe Clean Spectrum VF",
30
- "uuid": "a552c422-c51c-458a-87b0-c6fe5178bf4b"
31
- },
32
- "serif-font-family": {
33
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
34
- "value": "Adobe Clean Serif",
35
- "uuid": "7f83198f-26ec-4156-9573-826dd7feb718"
36
- },
37
- "cjk-font-family": {
38
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
39
- "value": "Adobe Clean Han",
40
- "uuid": "034892ba-eff6-4193-b4c5-61d20c8f22eb"
41
- },
42
- "light-font-weight": {
43
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
44
- "value": "light",
45
- "uuid": "fd477873-3767-4883-ab3f-5ee2758b923b"
46
- },
47
- "regular-font-weight": {
2
+ "black-font-weight": {
48
3
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
49
- "value": "regular",
50
- "uuid": "02a94ddf-1007-4c86-8863-905874e40f95"
4
+ "uuid": "e2f23ca1-802b-40a2-a211-33090f9a043e",
5
+ "value": "black"
51
6
  },
52
- "medium-font-weight": {
53
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
54
- "value": "medium",
55
- "uuid": "c966c3b6-1bf5-4064-89f9-00d9ec673fd4"
7
+ "body-cjk-emphasized-font-style": {
8
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
9
+ "component": "body",
10
+ "uuid": "3e90be19-62fd-4e53-abf9-4c697baba5da",
11
+ "value": "{default-font-style}"
56
12
  },
57
- "bold-font-weight": {
58
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
59
- "value": "bold",
60
- "uuid": "ff246e6b-7515-49a2-9dc6-8cdf1ea9b2d8"
13
+ "body-cjk-emphasized-font-weight": {
14
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
15
+ "component": "body",
16
+ "uuid": "0d8ada2f-272d-4f76-bf37-095e0b48cdae",
17
+ "value": "{extra-bold-font-weight}"
61
18
  },
62
- "extra-bold-font-weight": {
63
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
64
- "value": "extra-bold",
65
- "uuid": "ccadf44e-5424-4920-979f-ea1ef39687c4"
19
+ "body-cjk-font-family": {
20
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
21
+ "component": "body",
22
+ "uuid": "06d5790c-21e9-4135-843d-05007b046677",
23
+ "value": "{cjk-font-family}"
66
24
  },
67
- "black-font-weight": {
68
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
69
- "value": "black",
70
- "uuid": "e2f23ca1-802b-40a2-a211-33090f9a043e"
25
+ "body-cjk-font-style": {
26
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
27
+ "component": "body",
28
+ "uuid": "41389b62-c449-485b-bfa8-1659bacc8c42",
29
+ "value": "{default-font-style}"
71
30
  },
72
- "italic-font-style": {
73
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-style.json",
74
- "value": "italic",
75
- "uuid": "9a58e4ae-dfa1-428b-9d90-11f4275418da"
31
+ "body-cjk-font-weight": {
32
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
33
+ "component": "body",
34
+ "uuid": "a754c16b-2f0c-485f-813d-d472ee650660",
35
+ "value": "{regular-font-weight}"
76
36
  },
77
- "default-font-style": {
78
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-style.json",
79
- "value": "normal",
80
- "uuid": "25668698-bf78-46f4-bc6c-8fea068ddb34"
37
+ "body-cjk-line-height": {
38
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
39
+ "component": "body",
40
+ "uuid": "2106b188-8520-4261-968b-2eb2928857f9",
41
+ "value": "{cjk-line-height-200}"
81
42
  },
82
- "font-size-25": {
83
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
84
- "sets": {
85
- "desktop": {
86
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
87
- "value": "10px",
88
- "uuid": "26ab49ea-7e86-4f0d-812e-ef1ba794c8a8"
89
- },
90
- "mobile": {
91
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
92
- "value": "12px",
93
- "uuid": "5946a4e5-8bed-4dd7-aa73-9ebe232f9790"
94
- }
95
- }
43
+ "body-cjk-size-l": {
44
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
45
+ "uuid": "9f0e0ddb-a4d2-416e-a425-8d71527f77b2",
46
+ "value": "{font-size-200}"
96
47
  },
97
- "font-size-50": {
98
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
99
- "sets": {
100
- "desktop": {
101
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
102
- "value": "11px",
103
- "uuid": "8593a326-de37-414d-b3f6-5254b41dce07"
104
- },
105
- "mobile": {
106
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
107
- "value": "13px",
108
- "uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e"
109
- }
110
- }
48
+ "body-cjk-size-m": {
49
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
50
+ "uuid": "7e01bc65-5823-456f-a830-9848a96ad85a",
51
+ "value": "{font-size-100}"
111
52
  },
112
- "font-size-75": {
113
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
114
- "sets": {
115
- "desktop": {
116
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
117
- "value": "12px",
118
- "uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
119
- },
120
- "mobile": {
121
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
122
- "value": "15px",
123
- "uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
124
- }
125
- }
53
+ "body-cjk-size-s": {
54
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
55
+ "uuid": "081aa502-e2f1-4bc8-8fb2-a00dcd4236dd",
56
+ "value": "{font-size-75}"
126
57
  },
127
- "font-size-100": {
128
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
129
- "sets": {
130
- "desktop": {
131
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
132
- "value": "14px",
133
- "uuid": "938e2d24-1e90-48f0-a596-595a69103707"
134
- },
135
- "mobile": {
136
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
137
- "value": "17px",
138
- "uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
139
- }
140
- }
58
+ "body-cjk-size-xl": {
59
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
60
+ "uuid": "25d65a6e-e8e1-4849-848a-984373fd9cf9",
61
+ "value": "{font-size-300}"
141
62
  },
142
- "font-size-200": {
143
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
144
- "sets": {
145
- "desktop": {
146
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
147
- "value": "16px",
148
- "uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
149
- },
150
- "mobile": {
151
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
152
- "value": "19px",
153
- "uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
154
- }
155
- }
63
+ "body-cjk-size-xs": {
64
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
65
+ "uuid": "ba73926d-2ef4-4d7b-86c2-9044aa1cdf95",
66
+ "value": "{font-size-50}"
156
67
  },
157
- "font-size-300": {
158
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
159
- "sets": {
160
- "desktop": {
161
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
162
- "value": "18px",
163
- "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
164
- },
165
- "mobile": {
166
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
167
- "value": "22px",
168
- "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
169
- }
170
- }
68
+ "body-cjk-size-xxl": {
69
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
70
+ "uuid": "9aab03eb-c0c1-462c-aa7c-88c93b06f714",
71
+ "value": "{font-size-400}"
171
72
  },
172
- "font-size-400": {
173
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
174
- "sets": {
175
- "desktop": {
176
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
177
- "value": "20px",
178
- "uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5"
179
- },
180
- "mobile": {
181
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
182
- "value": "24px",
183
- "uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
184
- }
185
- }
73
+ "body-cjk-size-xxs": {
74
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
75
+ "uuid": "218f04ed-0679-4090-b1ad-76ef062dd07c",
76
+ "value": "{font-size-25}"
186
77
  },
187
- "font-size-500": {
188
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
189
- "sets": {
190
- "desktop": {
191
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
192
- "value": "22px",
193
- "uuid": "9be56e29-2e79-41e0-b5a9-6a2dabc70aa1"
194
- },
195
- "mobile": {
196
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
197
- "value": "27px",
198
- "uuid": "a69a5079-1b5b-4ccf-946f-8b6e3fae4d7e"
199
- }
200
- }
78
+ "body-cjk-size-xxxl": {
79
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
80
+ "uuid": "71a41f9e-73da-4632-8877-7af7acf4db03",
81
+ "value": "{font-size-500}"
201
82
  },
202
- "font-size-600": {
203
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
204
- "sets": {
205
- "desktop": {
206
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
207
- "value": "25px",
208
- "uuid": "db1d7d01-8dd4-4c27-b58c-686f030e5e46"
209
- },
210
- "mobile": {
211
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
212
- "value": "31px",
213
- "uuid": "ac892307-2559-48f5-9e2c-98dabbb0abc2"
214
- }
215
- }
83
+ "body-cjk-strong-emphasized-font-style": {
84
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
85
+ "component": "body",
86
+ "uuid": "f792aac0-62f2-47e3-b6ac-158ae009d9c3",
87
+ "value": "{default-font-style}"
216
88
  },
217
- "font-size-700": {
218
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
219
- "sets": {
220
- "desktop": {
221
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
222
- "value": "28px",
223
- "uuid": "77da1638-cb39-4c80-8c13-db77b9aa528e"
224
- },
225
- "mobile": {
226
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
227
- "value": "34px",
228
- "uuid": "6bd6456c-b73b-4926-8e67-7b942e32bbc2"
229
- }
230
- }
89
+ "body-cjk-strong-emphasized-font-weight": {
90
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
91
+ "component": "body",
92
+ "uuid": "54020791-a975-4e5d-a905-8bffcc9d2d93",
93
+ "value": "{extra-bold-font-weight}"
231
94
  },
232
- "font-size-800": {
233
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
234
- "sets": {
235
- "desktop": {
236
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
237
- "value": "32px",
238
- "uuid": "8425654d-7f46-4b6d-8997-5ae6b6980e06"
239
- },
240
- "mobile": {
241
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
242
- "value": "39px",
243
- "uuid": "bdfae93d-ae49-456b-af54-8620ea976ca8"
244
- }
245
- }
95
+ "body-cjk-strong-font-style": {
96
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
97
+ "component": "body",
98
+ "uuid": "11fe09ad-92eb-4d7d-8872-467cdd69659b",
99
+ "value": "{default-font-style}"
246
100
  },
247
- "font-size-900": {
248
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
249
- "sets": {
250
- "desktop": {
251
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
252
- "value": "36px",
253
- "uuid": "df2d6c8d-dc03-4581-96c6-d6a92a270b77"
254
- },
255
- "mobile": {
256
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
257
- "value": "44px",
258
- "uuid": "5296e771-6d04-4e9a-b1fe-ab22d4dfd92b"
259
- }
260
- }
101
+ "body-cjk-strong-font-weight": {
102
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
103
+ "component": "body",
104
+ "uuid": "d79de2c4-ca7c-4316-ac44-fee1a66983d7",
105
+ "value": "{extra-bold-font-weight}"
261
106
  },
262
- "font-size-1000": {
263
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
264
- "sets": {
265
- "desktop": {
266
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
267
- "value": "40px",
268
- "uuid": "27f694f9-6770-49e0-b7fc-833618b3fc2f"
269
- },
270
- "mobile": {
271
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
272
- "value": "49px",
273
- "uuid": "8b158ab0-7e82-4dab-a4d9-84cf7a71fa0a"
274
- }
275
- }
107
+ "body-color": {
108
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
109
+ "component": "body",
110
+ "uuid": "a7218010-91c1-4f20-8072-7b1801593014",
111
+ "value": "{gray-800}"
276
112
  },
277
- "font-size-1100": {
278
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
279
- "sets": {
280
- "desktop": {
281
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
282
- "value": "45px",
283
- "uuid": "00dc3fcd-383f-4bc6-8940-e0884f0ffb7e"
284
- },
285
- "mobile": {
286
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
287
- "value": "55px",
288
- "uuid": "5eb96c78-c8f6-4e31-9bc8-fa62794ac4db"
289
- }
290
- }
113
+ "body-line-height": {
114
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
115
+ "component": "body",
116
+ "uuid": "39accad7-3de1-4850-9773-4e0ff8080049",
117
+ "value": "{line-height-200}"
291
118
  },
292
- "font-size-1200": {
293
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
294
- "sets": {
295
- "desktop": {
296
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
297
- "value": "51px",
298
- "uuid": "b73bfb12-80ef-453f-b7dc-52bf2258ef47"
299
- },
300
- "mobile": {
301
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
302
- "value": "62px",
303
- "uuid": "0ab38fb2-0de9-4be0-8967-8241379706be"
304
- }
305
- }
119
+ "body-margin-multiplier": {
120
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
121
+ "component": "body",
122
+ "uuid": "8f2e9283-4cbc-4374-9757-ed8d68542c89",
123
+ "value": 0.75
306
124
  },
307
- "font-size-1300": {
308
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
309
- "sets": {
310
- "desktop": {
311
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
312
- "value": "58px",
313
- "uuid": "e8853e10-cc03-47c1-9b66-11755ff513a5"
314
- },
315
- "mobile": {
316
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
317
- "value": "70px",
318
- "uuid": "bd880141-81f6-47fe-a421-01124fe66b67"
319
- }
320
- }
125
+ "body-sans-serif-emphasized-font-style": {
126
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
127
+ "component": "body",
128
+ "uuid": "717c067c-55d1-4927-ad9c-8784769f581d",
129
+ "value": "{italic-font-style}"
321
130
  },
322
- "font-size-1400": {
323
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
324
- "sets": {
325
- "desktop": {
326
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
327
- "value": "65px",
328
- "uuid": "5af5e5bd-fc76-4688-aae9-6e7528d41341"
329
- },
330
- "mobile": {
331
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
332
- "value": "79px",
333
- "uuid": "999b22ec-e19e-4fee-a1db-3cb89c58a51c"
334
- }
335
- }
131
+ "body-sans-serif-emphasized-font-weight": {
132
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
133
+ "component": "body",
134
+ "uuid": "5640ac73-a482-4787-9ab2-035b57a87833",
135
+ "value": "{regular-font-weight}"
336
136
  },
337
- "font-size-1500": {
338
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
339
- "sets": {
340
- "desktop": {
341
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
342
- "value": "73px",
343
- "uuid": "509b3100-9034-4b23-adb0-8c56dbd72a48"
344
- },
345
- "mobile": {
346
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
347
- "value": "88px",
348
- "uuid": "94741f6e-8c95-4329-8e06-d6f261e5b0eb"
349
- }
350
- }
137
+ "body-sans-serif-font-family": {
138
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
139
+ "component": "body",
140
+ "uuid": "32c3d84f-2b0d-4ccd-ba3c-b8475d82550b",
141
+ "value": "{sans-serif-font-family}"
351
142
  },
352
- "line-height-100": {
353
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
354
- "value": 1.3,
355
- "uuid": "dd125d1d-cf4d-45c8-ab21-52331a9a264b"
143
+ "body-sans-serif-font-style": {
144
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
145
+ "component": "body",
146
+ "uuid": "e1da0eff-7482-46a0-8190-4c54c6b1e1dd",
147
+ "value": "{default-font-style}"
356
148
  },
357
- "line-height-200": {
358
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
359
- "value": 1.5,
360
- "uuid": "832f2589-0e75-48dd-bbe3-e3f5b98e6c97"
149
+ "body-sans-serif-font-weight": {
150
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
151
+ "component": "body",
152
+ "uuid": "6813005d-9df4-459b-9fab-b2a054c32c31",
153
+ "value": "{regular-font-weight}"
361
154
  },
362
- "cjk-line-height-100": {
363
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
364
- "value": 1.5,
365
- "uuid": "8b4ab68d-9060-4e11-9ecc-3b9d3db27fe4"
155
+ "body-sans-serif-strong-emphasized-font-style": {
156
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
157
+ "component": "body",
158
+ "uuid": "b87e6738-af38-49be-9945-f3a307ce7b6f",
159
+ "value": "{italic-font-style}"
366
160
  },
367
- "cjk-line-height-200": {
368
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
369
- "value": 1.7,
370
- "uuid": "c5a5d186-54b3-44a0-b1c6-e9b102871015"
161
+ "body-sans-serif-strong-emphasized-font-weight": {
162
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
163
+ "component": "body",
164
+ "uuid": "421dc907-5862-4ed5-95f4-41d654b2fdc0",
165
+ "value": "{bold-font-weight}"
371
166
  },
372
- "cjk-letter-spacing": {
167
+ "body-sans-serif-strong-font-style": {
373
168
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
374
- "value": "{letter-spacing}",
375
- "uuid": "12e27721-35f5-4d03-95f3-3fc9e1cf50e4"
169
+ "component": "body",
170
+ "uuid": "b36db31f-eaaa-4310-9f54-f7b509d5f571",
171
+ "value": "{default-font-style}"
376
172
  },
377
- "heading-sans-serif-font-family": {
378
- "component": "heading",
173
+ "body-sans-serif-strong-font-weight": {
379
174
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
380
- "value": "{sans-serif-font-family}",
381
- "uuid": "234d7b9d-bddc-4988-8be5-ef5e41e08185"
175
+ "component": "body",
176
+ "uuid": "633953a9-c61b-44cc-9dee-aebece97ccbc",
177
+ "value": "{bold-font-weight}"
382
178
  },
383
- "heading-serif-font-family": {
384
- "component": "heading",
179
+ "body-serif-emphasized-font-style": {
385
180
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
386
- "value": "{serif-font-family}",
387
- "uuid": "f2430818-41b5-439a-8347-6b384e78d141"
181
+ "component": "body",
182
+ "uuid": "c817210d-2b1a-4648-bff3-33fa212491f1",
183
+ "value": "{italic-font-style}"
388
184
  },
389
- "heading-cjk-font-family": {
390
- "component": "heading",
185
+ "body-serif-emphasized-font-weight": {
391
186
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
392
- "value": "{cjk-font-family}",
393
- "uuid": "b6652ee5-466f-4117-a77c-a93a40f2a791"
187
+ "component": "body",
188
+ "uuid": "be2a8ff3-6117-4235-bcb8-72257b75d622",
189
+ "value": "{regular-font-weight}"
394
190
  },
395
- "heading-sans-serif-light-font-weight": {
396
- "component": "heading",
191
+ "body-serif-font-family": {
397
192
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
398
- "value": "{light-font-weight}",
399
- "uuid": "ff84a748-5923-451d-967c-a346d2dee46c",
400
- "deprecated": true
193
+ "component": "body",
194
+ "uuid": "20df8bd4-5a61-4614-aa86-5b76c5976860",
195
+ "value": "{serif-font-family}"
401
196
  },
402
- "heading-sans-serif-light-font-style": {
403
- "component": "heading",
197
+ "body-serif-font-style": {
404
198
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
405
- "value": "{default-font-style}",
406
- "uuid": "c5551fd5-4ee2-4c93-b91f-9ed295fa63a4",
407
- "deprecated": true
199
+ "component": "body",
200
+ "uuid": "d317d387-9bc8-4258-a79a-a0dd4e22d952",
201
+ "value": "{default-font-style}"
408
202
  },
409
- "heading-serif-light-font-weight": {
410
- "component": "heading",
203
+ "body-serif-font-weight": {
411
204
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
412
- "value": "{regular-font-weight}",
413
- "uuid": "66958795-6459-4750-8c68-dc39ab383837",
414
- "deprecated": true
205
+ "component": "body",
206
+ "uuid": "f049ba7a-c52f-4d39-b38e-911b2b91d031",
207
+ "value": "{regular-font-weight}"
415
208
  },
416
- "heading-serif-light-font-style": {
417
- "component": "heading",
209
+ "body-serif-strong-emphasized-font-style": {
418
210
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
419
- "value": "{default-font-style}",
420
- "uuid": "5f30418a-aa76-434e-bca9-902d5be0d929",
421
- "deprecated": true
211
+ "component": "body",
212
+ "uuid": "b940bdc8-d373-4bd0-8620-d6c04134698b",
213
+ "value": "{italic-font-style}"
422
214
  },
423
- "heading-cjk-light-font-weight": {
424
- "component": "heading",
215
+ "body-serif-strong-emphasized-font-weight": {
425
216
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
426
- "value": "{light-font-weight}",
427
- "uuid": "9da0ba4c-b4e3-4052-8b2e-d2fde714bb9d",
428
- "deprecated": true
217
+ "component": "body",
218
+ "uuid": "a87b77ff-5b27-47e0-a7df-f15092fb783e",
219
+ "value": "{bold-font-weight}"
429
220
  },
430
- "heading-cjk-light-font-style": {
431
- "component": "heading",
221
+ "body-serif-strong-font-style": {
432
222
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
433
- "value": "{default-font-style}",
434
- "uuid": "b5704c75-2914-4268-9023-7f7452e826c1",
435
- "deprecated": true
223
+ "component": "body",
224
+ "uuid": "c8b531d1-949e-4492-9897-450a477983ce",
225
+ "value": "{default-font-style}"
436
226
  },
437
- "heading-sans-serif-font-weight": {
227
+ "body-serif-strong-font-weight": {
438
228
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
439
- "value": "{extra-bold-font-weight}",
440
- "uuid": "1d4d09b4-021a-48e8-a724-bfecc13df325"
229
+ "component": "body",
230
+ "uuid": "be263571-bd6b-4383-bdf9-3cdf80248b6a",
231
+ "value": "{bold-font-weight}"
441
232
  },
442
- "heading-sans-serif-font-style": {
443
- "component": "heading",
233
+ "body-size-l": {
444
234
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
445
- "value": "{default-font-style}",
446
- "uuid": "561d905e-7f44-43da-b2b4-26e12551ef6d"
235
+ "component": "body",
236
+ "uuid": "884b74cb-d247-491d-acb9-d3dc84bfd9a6",
237
+ "value": "{font-size-300}"
447
238
  },
448
- "heading-serif-font-weight": {
239
+ "body-size-m": {
449
240
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
450
- "value": "{bold-font-weight}",
451
- "uuid": "350aa193-9996-49c8-b5e4-54d4f7bef3c2"
241
+ "component": "body",
242
+ "uuid": "4f7f6878-5304-48d3-8a42-5bb452c2163b",
243
+ "value": "{font-size-200}"
452
244
  },
453
- "heading-serif-font-style": {
454
- "component": "heading",
245
+ "body-size-s": {
455
246
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
456
- "value": "{default-font-style}",
457
- "uuid": "938f3684-44c6-4ae2-935a-b88921fcd7fe"
247
+ "component": "body",
248
+ "uuid": "1194f7e3-e4c3-4a3a-bd19-50f4b48e1a6e",
249
+ "value": "{font-size-100}"
458
250
  },
459
- "heading-cjk-font-weight": {
251
+ "body-size-xl": {
460
252
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
461
- "value": "{extra-bold-font-weight}",
462
- "uuid": "bd54516c-2fda-4421-ab62-720c3a887a34"
253
+ "component": "body",
254
+ "uuid": "3927604f-eaf3-4605-aa34-80b7bc88ac0f",
255
+ "value": "{font-size-400}"
463
256
  },
464
- "heading-cjk-font-style": {
465
- "component": "heading",
257
+ "body-size-xs": {
466
258
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
467
- "value": "{default-font-style}",
468
- "uuid": "c93b39df-82e9-4e87-920f-1747e5d48e8e"
259
+ "component": "body",
260
+ "uuid": "25e93322-8f0b-45f8-ae9a-18668251f064",
261
+ "value": "{font-size-75}"
469
262
  },
470
- "heading-sans-serif-heavy-font-weight": {
471
- "component": "heading",
263
+ "body-size-xxl": {
472
264
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
473
- "value": "{black-font-weight}",
474
- "uuid": "ef13b8f0-f686-492d-990f-691ec91ebb96"
265
+ "component": "body",
266
+ "uuid": "4d0d4ed9-af14-4d88-98f1-9237f65e192a",
267
+ "value": "{font-size-500}"
475
268
  },
476
- "heading-sans-serif-heavy-font-style": {
477
- "component": "heading",
269
+ "body-size-xxs": {
478
270
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
479
- "value": "{default-font-style}",
480
- "uuid": "0c4cdd06-8180-40b1-9b1f-d7d973a7b772"
271
+ "uuid": "3aa79ac7-9e78-4413-b500-b8d1937705cb",
272
+ "value": "{font-size-50}"
481
273
  },
482
- "heading-serif-heavy-font-weight": {
483
- "component": "heading",
274
+ "body-size-xxxl": {
484
275
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
485
- "value": "{black-font-weight}",
486
- "uuid": "6b74c5ea-6bf4-46bb-bee1-3841606f1500"
276
+ "component": "body",
277
+ "uuid": "e0b8ceea-3404-4c4b-9145-fe5d445020fe",
278
+ "value": "{font-size-600}"
487
279
  },
488
- "heading-serif-heavy-font-style": {
489
- "component": "heading",
280
+ "bold-font-weight": {
281
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
282
+ "uuid": "ff246e6b-7515-49a2-9dc6-8cdf1ea9b2d8",
283
+ "value": "bold"
284
+ },
285
+ "cjk-font-family": {
286
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
287
+ "uuid": "034892ba-eff6-4193-b4c5-61d20c8f22eb",
288
+ "value": "Adobe Clean Han"
289
+ },
290
+ "cjk-letter-spacing": {
490
291
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
491
- "value": "{default-font-style}",
492
- "uuid": "14532cb8-6c88-46ce-886b-96fac971e7b9"
292
+ "uuid": "12e27721-35f5-4d03-95f3-3fc9e1cf50e4",
293
+ "value": "{letter-spacing}"
493
294
  },
494
- "heading-cjk-heavy-font-weight": {
495
- "component": "heading",
295
+ "cjk-line-height-100": {
296
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
297
+ "uuid": "8b4ab68d-9060-4e11-9ecc-3b9d3db27fe4",
298
+ "value": 1.5
299
+ },
300
+ "cjk-line-height-200": {
301
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
302
+ "uuid": "c5a5d186-54b3-44a0-b1c6-e9b102871015",
303
+ "value": 1.7
304
+ },
305
+ "code-cjk-emphasized-font-style": {
496
306
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
497
- "value": "{extra-bold-font-weight}",
498
- "uuid": "73c20d2f-1227-46bc-8548-102358405b0b"
307
+ "component": "code",
308
+ "uuid": "f892e676-5218-4dc9-870b-c9d2df6f3152",
309
+ "value": "{default-font-style}"
499
310
  },
500
- "heading-cjk-heavy-font-style": {
501
- "component": "heading",
311
+ "code-cjk-emphasized-font-weight": {
502
312
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
503
- "value": "{default-font-style}",
504
- "uuid": "b2f50ba2-e694-47ba-b81a-ea8fc813247e"
313
+ "component": "code",
314
+ "uuid": "61f8b443-95fa-46fd-8876-b4d7a2244af9",
315
+ "value": "{bold-font-weight}"
505
316
  },
506
- "heading-sans-serif-light-strong-font-weight": {
507
- "component": "heading",
317
+ "code-cjk-font-family": {
508
318
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
509
- "value": "{bold-font-weight}",
510
- "uuid": "75437f9a-7ee8-4194-b4b3-0746be097396",
511
- "deprecated": true
319
+ "component": "code",
320
+ "uuid": "322cb744-5837-4d0a-94a8-3c885d54568d",
321
+ "value": "{code-font-family}"
512
322
  },
513
- "heading-sans-serif-light-strong-font-style": {
514
- "component": "heading",
323
+ "code-cjk-font-style": {
515
324
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
516
- "value": "{default-font-style}",
517
- "uuid": "67271ca0-c9fd-4047-a615-6314d7333f7a",
518
- "deprecated": true
325
+ "component": "code",
326
+ "uuid": "b26477bc-8bf1-41aa-b849-cfde54e27780",
327
+ "value": "{default-font-style}"
519
328
  },
520
- "heading-serif-light-strong-font-weight": {
521
- "component": "heading",
329
+ "code-cjk-font-weight": {
522
330
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
523
- "value": "{bold-font-weight}",
524
- "uuid": "29ad1c96-62e4-4143-88e8-fc8e08913a52",
525
- "deprecated": true
331
+ "component": "code",
332
+ "uuid": "8455f34c-0c79-4699-aa7c-c77d28bfa617",
333
+ "value": "{regular-font-weight}"
526
334
  },
527
- "heading-serif-light-strong-font-style": {
528
- "component": "heading",
335
+ "code-cjk-line-height": {
529
336
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
530
- "value": "{default-font-style}",
531
- "uuid": "73906871-24e5-48cc-9140-ec700c08d144",
532
- "deprecated": true
337
+ "component": "code",
338
+ "uuid": "35580910-cb91-44df-9613-7b2e40a75a7c",
339
+ "value": "{cjk-line-height-200}"
533
340
  },
534
- "heading-cjk-light-strong-font-weight": {
535
- "component": "heading",
341
+ "code-cjk-strong-emphasized-font-style": {
536
342
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
537
- "value": "{extra-bold-font-weight}",
538
- "uuid": "5ca91bc2-215b-4cbb-b966-80bfffd569ad",
539
- "deprecated": true
343
+ "component": "code",
344
+ "uuid": "38006d42-4f02-46ff-917f-6c0163525642",
345
+ "value": "{default-font-style}"
540
346
  },
541
- "heading-cjk-light-strong-font-style": {
542
- "component": "heading",
347
+ "code-cjk-strong-emphasized-font-weight": {
543
348
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
544
- "value": "{default-font-style}",
545
- "uuid": "be854057-43b1-40ce-bdc7-69960cd7638c",
546
- "deprecated": true
349
+ "component": "code",
350
+ "uuid": "8ed5c5e0-ff72-4937-98fd-fd09f1fab288",
351
+ "value": "{bold-font-weight}"
547
352
  },
548
- "heading-sans-serif-strong-font-weight": {
549
- "component": "heading",
353
+ "code-cjk-strong-font-style": {
550
354
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
551
- "value": "{black-font-weight}",
552
- "uuid": "79275989-91ed-408a-b884-a31d9f8bac26"
355
+ "component": "code",
356
+ "uuid": "a30c9a18-1a49-4b16-87a0-e882c81dd1bd",
357
+ "value": "{default-font-style}"
553
358
  },
554
- "heading-sans-serif-strong-font-style": {
555
- "component": "heading",
359
+ "code-cjk-strong-font-weight": {
556
360
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
557
- "value": "{default-font-style}",
558
- "uuid": "2117cb6e-67f7-4509-b4fb-e9e442b6dc0e"
361
+ "component": "code",
362
+ "uuid": "ed73f5fc-5b7a-4414-8f1c-325e7944a9e1",
363
+ "value": "{bold-font-weight}"
559
364
  },
560
- "heading-serif-strong-font-weight": {
561
- "component": "heading",
365
+ "code-color": {
562
366
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
563
- "value": "{black-font-weight}",
564
- "uuid": "6df0fb95-4aa0-4c67-896d-fa6aa3d34e95"
367
+ "component": "code",
368
+ "uuid": "851aebc5-5aa2-42ae-9032-59a5c9e8db5f",
369
+ "value": "{gray-800}"
565
370
  },
566
- "heading-serif-strong-font-style": {
567
- "component": "heading",
371
+ "code-emphasized-font-style": {
568
372
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
569
- "value": "{default-font-style}",
570
- "uuid": "2e0ef484-406a-4902-995d-9a3d5177ec12"
373
+ "component": "code",
374
+ "uuid": "9d3151ad-4a37-4eeb-aadd-7389ccb09345",
375
+ "value": "{italic-font-style}"
571
376
  },
572
- "heading-cjk-strong-font-weight": {
573
- "component": "heading",
377
+ "code-emphasized-font-weight": {
574
378
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
575
- "value": "{black-font-weight}",
576
- "uuid": "eaf179aa-4514-4206-b3e2-a99b7d4d2029"
379
+ "component": "code",
380
+ "uuid": "948436ba-23d7-4eec-a3fe-ef5829ccadb0",
381
+ "value": "{regular-font-weight}"
577
382
  },
578
- "heading-cjk-strong-font-style": {
579
- "component": "heading",
580
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
581
- "value": "{default-font-style}",
582
- "uuid": "4f061165-0e86-46b9-83c3-c95eeb8ff956"
383
+ "code-font-family": {
384
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
385
+ "component": "code",
386
+ "uuid": "79b6c1f9-d1d5-4053-be47-36ecb666d0c1",
387
+ "value": "Source Code Pro"
583
388
  },
584
- "heading-sans-serif-heavy-strong-font-weight": {
585
- "component": "heading",
389
+ "code-font-style": {
586
390
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
587
- "value": "{black-font-weight}",
588
- "uuid": "2104c3c2-d834-436a-a26d-508056f1013d"
391
+ "component": "code",
392
+ "uuid": "b98a9c39-7d39-4b6d-ad35-46c8b1725c0c",
393
+ "value": "{default-font-style}"
589
394
  },
590
- "heading-sans-serif-heavy-strong-font-style": {
591
- "component": "heading",
395
+ "code-font-weight": {
592
396
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
593
- "value": "{default-font-style}",
594
- "uuid": "86775b10-5682-49fb-9d38-6bdb857da801"
397
+ "component": "code",
398
+ "uuid": "bf02dd59-4b3c-435a-b33b-49fff22674a3",
399
+ "value": "{regular-font-weight}"
595
400
  },
596
- "heading-serif-heavy-strong-font-weight": {
597
- "component": "heading",
401
+ "code-line-height": {
598
402
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
599
- "value": "{black-font-weight}",
600
- "uuid": "af0010c7-5134-4fe4-bee1-bbb7dd31de3a"
403
+ "component": "code",
404
+ "uuid": "0d33b30d-96d6-4b5a-90d2-2a708bdae623",
405
+ "value": "{line-height-200}"
601
406
  },
602
- "heading-serif-heavy-strong-font-style": {
603
- "component": "heading",
407
+ "code-size-l": {
604
408
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
605
- "value": "{default-font-style}",
606
- "uuid": "b2875bbe-b5cb-452f-b7d6-3dcb4fc59921"
409
+ "component": "code",
410
+ "uuid": "b7010f1a-c994-4b19-b273-3f609fe4be2b",
411
+ "value": "{font-size-300}"
607
412
  },
608
- "heading-cjk-heavy-strong-font-weight": {
609
- "component": "heading",
413
+ "code-size-m": {
610
414
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
611
- "value": "{black-font-weight}",
612
- "uuid": "b7d2203c-c651-493e-80c2-b71b7c7c2692"
415
+ "component": "code",
416
+ "uuid": "e5b76091-7cbb-4d1e-8d27-48f00759c9f3",
417
+ "value": "{font-size-200}"
613
418
  },
614
- "heading-cjk-heavy-strong-font-style": {
615
- "component": "heading",
419
+ "code-size-s": {
616
420
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
617
- "value": "{default-font-style}",
618
- "uuid": "26817f91-2742-4170-aa01-1e1e67ef01e8"
421
+ "component": "code",
422
+ "uuid": "efa9311b-27c5-45ea-93a7-bef6f9370179",
423
+ "value": "{font-size-100}"
619
424
  },
620
- "heading-sans-serif-light-emphasized-font-weight": {
621
- "component": "heading",
425
+ "code-size-xl": {
622
426
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
623
- "value": "{light-font-weight}",
624
- "uuid": "e882ea46-8f0a-4313-84f5-85bb8d9f1f5e",
625
- "deprecated": true
427
+ "component": "code",
428
+ "uuid": "7879adbc-6c38-4d29-9a90-a4ad91c75b90",
429
+ "value": "{font-size-400}"
626
430
  },
627
- "heading-sans-serif-light-emphasized-font-style": {
628
- "component": "heading",
431
+ "code-size-xs": {
629
432
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
630
- "value": "{italic-font-style}",
631
- "uuid": "5f88eb81-7052-4c21-9896-f14cb09f0e70",
632
- "deprecated": true
433
+ "component": "code",
434
+ "uuid": "f0c5e6fb-fb48-45d2-a043-558b3dc28bc7",
435
+ "value": "{font-size-75}"
633
436
  },
634
- "heading-serif-light-emphasized-font-weight": {
635
- "component": "heading",
437
+ "code-strong-emphasized-font-style": {
636
438
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
637
- "value": "{regular-font-weight}",
638
- "uuid": "b5f79fde-07f7-4c07-897e-0bfdf27e2839",
639
- "deprecated": true
439
+ "component": "code",
440
+ "uuid": "83d53fe1-372f-46ba-b8e0-f90ca2e59647",
441
+ "value": "{italic-font-style}"
640
442
  },
641
- "heading-serif-light-emphasized-font-style": {
642
- "component": "heading",
443
+ "code-strong-emphasized-font-weight": {
643
444
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
644
- "value": "{italic-font-style}",
645
- "uuid": "7bd831cd-3fe0-402b-a105-f65b8e8023e2",
646
- "deprecated": true
445
+ "component": "code",
446
+ "uuid": "4d5f1937-552d-44a4-be8e-2edafefa46aa",
447
+ "value": "{bold-font-weight}"
647
448
  },
648
- "heading-cjk-light-emphasized-font-weight": {
649
- "component": "heading",
449
+ "code-strong-font-style": {
650
450
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
651
- "value": "{regular-font-weight}",
652
- "uuid": "aea9787b-ee0b-40cc-9089-5973e52b18bd",
653
- "deprecated": true
451
+ "component": "code",
452
+ "uuid": "dac3d8d5-3005-4fa6-b71a-6679470176cf",
453
+ "value": "{default-font-style}"
654
454
  },
655
- "heading-cjk-light-emphasized-font-style": {
656
- "component": "heading",
455
+ "code-strong-font-weight": {
657
456
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
658
- "value": "{default-font-style}",
659
- "uuid": "dac03eec-6910-4176-bfca-33f8a57cf3d7",
660
- "deprecated": true
457
+ "component": "code",
458
+ "uuid": "48d2b9b8-beac-4185-827d-0c552e47663f",
459
+ "value": "{bold-font-weight}"
661
460
  },
662
- "heading-sans-serif-emphasized-font-weight": {
663
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
664
- "value": "{extra-bold-font-weight}",
665
- "uuid": "e4a183fd-53c5-4dbb-afd1-6308e2e74f80"
461
+ "component-l-bold": {
462
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
463
+ "uuid": "861ac736-b95b-4350-b40b-0dde0036c796",
464
+ "value": {
465
+ "fontFamily": "{sans-serif-font-family}",
466
+ "fontSize": "{font-size-200}",
467
+ "fontWeight": "{bold-font-weight}",
468
+ "letterSpacing": "{letter-spacing}",
469
+ "lineHeight": "{line-height-font-size-200}"
470
+ }
666
471
  },
667
- "heading-sans-serif-emphasized-font-style": {
668
- "component": "heading",
669
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
670
- "value": "{italic-font-style}",
671
- "uuid": "2f17833a-28a4-4152-8999-12b077557797"
472
+ "component-l-medium": {
473
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
474
+ "uuid": "aa7cd308-279c-4c0f-ab5e-5053341c963b",
475
+ "value": {
476
+ "fontFamily": "{sans-serif-font-family}",
477
+ "fontSize": "{font-size-200}",
478
+ "fontWeight": "{medium-font-weight}",
479
+ "letterSpacing": "{letter-spacing}",
480
+ "lineHeight": "{line-height-font-size-200}"
481
+ }
672
482
  },
673
- "heading-serif-emphasized-font-weight": {
674
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
675
- "value": "{bold-font-weight}",
676
- "uuid": "a0983216-b0c5-4a3f-97dc-96ee711acb1f"
483
+ "component-l-regular": {
484
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
485
+ "uuid": "5a58a097-2235-4302-a6ed-6c1fa854c523",
486
+ "value": {
487
+ "fontFamily": "{sans-serif-font-family}",
488
+ "fontSize": "{font-size-200}",
489
+ "fontWeight": "{regular-font-weight}",
490
+ "letterSpacing": "{letter-spacing}",
491
+ "lineHeight": "{line-height-font-size-200}"
492
+ }
677
493
  },
678
- "heading-serif-emphasized-font-style": {
679
- "component": "heading",
680
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
681
- "value": "{italic-font-style}",
682
- "uuid": "fe694554-832d-457d-a320-f02629f9c441"
494
+ "component-m-bold": {
495
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
496
+ "uuid": "48422ecb-3993-4a96-b785-7661b9f662d2",
497
+ "value": {
498
+ "fontFamily": "{sans-serif-font-family}",
499
+ "fontSize": "{font-size-100}",
500
+ "fontWeight": "{bold-font-weight}",
501
+ "letterSpacing": "{letter-spacing}",
502
+ "lineHeight": "{line-height-font-size-100}"
503
+ }
683
504
  },
684
- "heading-cjk-emphasized-font-weight": {
685
- "component": "heading",
686
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
687
- "value": "{black-font-weight}",
688
- "uuid": "d854afd2-290a-40ae-a627-c4cdabeb546a"
505
+ "component-m-medium": {
506
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
507
+ "uuid": "633b828a-8623-4905-9dda-5a7b989768d7",
508
+ "value": {
509
+ "fontFamily": "{sans-serif-font-family}",
510
+ "fontSize": "{font-size-100}",
511
+ "fontWeight": "{medium-font-weight}",
512
+ "letterSpacing": "{letter-spacing}",
513
+ "lineHeight": "{line-height-font-size-100}"
514
+ }
689
515
  },
690
- "heading-cjk-emphasized-font-style": {
691
- "component": "heading",
692
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
693
- "value": "{default-font-style}",
694
- "uuid": "05c74b28-3051-498c-874a-5dc523bc27e5"
516
+ "component-m-regular": {
517
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
518
+ "uuid": "567a8eff-028f-4de1-b58a-a0473775219f",
519
+ "value": {
520
+ "fontFamily": "{sans-serif-font-family}",
521
+ "fontSize": "{font-size-100}",
522
+ "fontWeight": "{regular-font-weight}",
523
+ "letterSpacing": "{letter-spacing}",
524
+ "lineHeight": "{line-height-font-size-100}"
525
+ }
526
+ },
527
+ "component-s-bold": {
528
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
529
+ "uuid": "6510c875-e551-43f2-9e84-111cfccafce8",
530
+ "value": {
531
+ "fontFamily": "{sans-serif-font-family}",
532
+ "fontSize": "{font-size-75}",
533
+ "fontWeight": "{bold-font-weight}",
534
+ "letterSpacing": "{letter-spacing}",
535
+ "lineHeight": "{line-height-font-size-75}"
536
+ }
537
+ },
538
+ "component-s-medium": {
539
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
540
+ "uuid": "afa00f39-1fe1-4026-8693-189e6d051eb3",
541
+ "value": {
542
+ "fontFamily": "{sans-serif-font-family}",
543
+ "fontSize": "{font-size-75}",
544
+ "fontWeight": "{medium-font-weight}",
545
+ "letterSpacing": "{letter-spacing}",
546
+ "lineHeight": "{line-height-font-size-75}"
547
+ }
548
+ },
549
+ "component-s-regular": {
550
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
551
+ "uuid": "cde5212c-520d-4657-8184-f07739ffed07",
552
+ "value": {
553
+ "fontFamily": "{sans-serif-font-family}",
554
+ "fontSize": "{font-size-75}",
555
+ "fontWeight": "{regular-font-weight}",
556
+ "letterSpacing": "{letter-spacing}",
557
+ "lineHeight": "{line-height-font-size-75}"
558
+ }
559
+ },
560
+ "component-xl-bold": {
561
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
562
+ "uuid": "1e7e87a6-cf8f-4827-ba46-ca6a9152a6d7",
563
+ "value": {
564
+ "fontFamily": "{sans-serif-font-family}",
565
+ "fontSize": "{font-size-300}",
566
+ "fontWeight": "{bold-font-weight}",
567
+ "letterSpacing": "{letter-spacing}",
568
+ "lineHeight": "{line-height-font-size-300}"
569
+ }
570
+ },
571
+ "component-xl-medium": {
572
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
573
+ "uuid": "657ca53c-178e-4526-9c37-e023499f3659",
574
+ "value": {
575
+ "fontFamily": "{sans-serif-font-family}",
576
+ "fontSize": "{font-size-300}",
577
+ "fontWeight": "{medium-font-weight}",
578
+ "letterSpacing": "{letter-spacing}",
579
+ "lineHeight": "{line-height-font-size-300}"
580
+ }
581
+ },
582
+ "component-xl-regular": {
583
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
584
+ "uuid": "5096f188-f728-4db4-8cd9-cc23b08956e1",
585
+ "value": {
586
+ "fontFamily": "{sans-serif-font-family}",
587
+ "fontSize": "{font-size-300}",
588
+ "fontWeight": "{regular-font-weight}",
589
+ "letterSpacing": "{letter-spacing}",
590
+ "lineHeight": "{line-height-font-size-300}"
591
+ }
592
+ },
593
+ "component-xs-bold": {
594
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
595
+ "uuid": "dc560f13-3f9d-47ed-9adf-646c24fd5a0a",
596
+ "value": {
597
+ "fontFamily": "{sans-serif-font-family}",
598
+ "fontSize": "{font-size-50}",
599
+ "fontWeight": "{bold-font-weight}",
600
+ "letterSpacing": "{letter-spacing}",
601
+ "lineHeight": "{line-height-font-size-50}"
602
+ }
603
+ },
604
+ "component-xs-medium": {
605
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
606
+ "uuid": "8bf6d008-d3d8-446d-afe8-62613b1c53a2",
607
+ "value": {
608
+ "fontFamily": "{sans-serif-font-family}",
609
+ "fontSize": "{font-size-50}",
610
+ "fontWeight": "{medium-font-weight}",
611
+ "letterSpacing": "{letter-spacing}",
612
+ "lineHeight": "{line-height-font-size-50}"
613
+ }
695
614
  },
696
- "heading-sans-serif-heavy-emphasized-font-weight": {
697
- "component": "heading",
698
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
699
- "value": "{black-font-weight}",
700
- "uuid": "a7cb3274-e48e-435b-a066-32027ac19e84"
615
+ "component-xs-regular": {
616
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
617
+ "uuid": "5dca28f2-77f5-4b29-85f3-0075bf2cbe7f",
618
+ "value": {
619
+ "fontFamily": "{sans-serif-font-family}",
620
+ "fontSize": "{font-size-50}",
621
+ "fontWeight": "{regular-font-weight}",
622
+ "letterSpacing": "{letter-spacing}",
623
+ "lineHeight": "{line-height-font-size-50}"
624
+ }
701
625
  },
702
- "heading-sans-serif-heavy-emphasized-font-style": {
703
- "component": "heading",
626
+ "default-font-family": {
704
627
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
705
- "value": "{italic-font-style}",
706
- "uuid": "924c338f-7141-490a-a842-ad632c26160c"
628
+ "uuid": "45d43d4e-a4e4-4c5f-94ec-644a81300eb0",
629
+ "value": "{sans-serif-font-family}"
707
630
  },
708
- "heading-serif-heavy-emphasized-font-weight": {
709
- "component": "heading",
710
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
711
- "value": "{black-font-weight}",
712
- "uuid": "82e9d579-8918-4114-bafa-3a9757556f84"
631
+ "default-font-style": {
632
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-style.json",
633
+ "uuid": "25668698-bf78-46f4-bc6c-8fea068ddb34",
634
+ "value": "normal"
713
635
  },
714
- "heading-serif-heavy-emphasized-font-style": {
715
- "component": "heading",
636
+ "detail-cjk-emphasized-font-style": {
716
637
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
717
- "value": "{italic-font-style}",
718
- "uuid": "a18ac621-eade-4224-9660-3e9a080219ec"
638
+ "component": "detail",
639
+ "uuid": "3dca0579-91c4-4f60-a2a6-25f16eb673b3",
640
+ "value": "{default-font-style}"
719
641
  },
720
- "heading-cjk-heavy-emphasized-font-weight": {
721
- "component": "heading",
642
+ "detail-cjk-emphasized-font-weight": {
722
643
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
723
- "value": "{black-font-weight}",
724
- "uuid": "9315971c-6e83-42c8-9c24-d1bc6fa5e106"
644
+ "component": "detail",
645
+ "uuid": "aa70fa2d-87ee-4e67-b230-85f400ddd7d1",
646
+ "value": "{extra-bold-font-weight}"
725
647
  },
726
- "heading-cjk-heavy-emphasized-font-style": {
727
- "component": "heading",
648
+ "detail-cjk-font-family": {
728
649
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
729
- "value": "{default-font-style}",
730
- "uuid": "aef21944-3dac-4b2d-ba7b-0a4df3f406bb"
650
+ "component": "detail",
651
+ "uuid": "6cc647ab-1474-4094-974d-d079d7ef7565",
652
+ "value": "{cjk-font-family}"
731
653
  },
732
- "heading-sans-serif-light-strong-emphasized-font-weight": {
733
- "component": "heading",
654
+ "detail-cjk-font-style": {
734
655
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
735
- "value": "{bold-font-weight}",
736
- "uuid": "c297a503-fc3c-4939-8c5a-6611b9b04719",
737
- "deprecated": true
656
+ "component": "detail",
657
+ "uuid": "4d2a9b37-101b-4025-95d6-aba18b701a58",
658
+ "value": "{default-font-style}"
738
659
  },
739
- "heading-sans-serif-light-strong-emphasized-font-style": {
740
- "component": "heading",
660
+ "detail-cjk-font-weight": {
741
661
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
742
- "value": "{italic-font-style}",
743
- "uuid": "bc5d65e0-e13a-424c-a260-9268a0dee66c",
744
- "deprecated": true
662
+ "component": "detail",
663
+ "uuid": "9b11f80a-7600-4a6b-a366-218ba320a5cc",
664
+ "value": "{bold-font-weight}"
745
665
  },
746
- "heading-serif-light-strong-emphasized-font-weight": {
747
- "component": "heading",
666
+ "detail-cjk-light-emphasized-font-style": {
748
667
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
749
- "value": "{bold-font-weight}",
750
- "uuid": "98c61df3-057d-4345-881e-0c04628757f3",
751
- "deprecated": true
668
+ "component": "detail",
669
+ "deprecated": true,
670
+ "uuid": "c7b1b312-cd81-4c65-8a67-017f91aee40b",
671
+ "value": "{default-font-style}"
752
672
  },
753
- "heading-serif-light-strong-emphasized-font-style": {
754
- "component": "heading",
673
+ "detail-cjk-light-emphasized-font-weight": {
755
674
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
756
- "value": "{italic-font-style}",
757
- "uuid": "71c8e302-6bc1-4f45-b804-c847dd153d1b",
758
- "deprecated": true
675
+ "component": "detail",
676
+ "deprecated": true,
677
+ "uuid": "279d9a16-279f-4788-b5b0-af825a4b5d40",
678
+ "value": "{regular-font-weight}"
759
679
  },
760
- "heading-cjk-light-strong-emphasized-font-weight": {
761
- "component": "heading",
680
+ "detail-cjk-light-font-style": {
762
681
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
763
- "value": "{extra-bold-font-weight}",
764
- "uuid": "83cc347c-7a1a-4665-9de4-cf19903f1043",
765
- "deprecated": true
682
+ "component": "detail",
683
+ "deprecated": true,
684
+ "uuid": "4cc06d86-326e-4b6f-a751-99445bb1d131",
685
+ "value": "{default-font-style}"
766
686
  },
767
- "heading-cjk-light-strong-emphasized-font-style": {
768
- "component": "heading",
687
+ "detail-cjk-light-font-weight": {
769
688
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
770
- "value": "{default-font-style}",
771
- "uuid": "9136e25e-563b-4485-bad7-41809d5317de",
772
- "deprecated": true
689
+ "component": "detail",
690
+ "deprecated": true,
691
+ "uuid": "3b531775-a1fd-4a40-b169-7c42b8c6de38",
692
+ "value": "{light-font-weight}"
773
693
  },
774
- "heading-sans-serif-strong-emphasized-font-weight": {
775
- "component": "heading",
694
+ "detail-cjk-light-strong-emphasized-font-style": {
776
695
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
777
- "value": "{black-font-weight}",
778
- "uuid": "9d834e30-53c1-4cea-9e17-2326038cb6cb"
696
+ "component": "detail",
697
+ "deprecated": true,
698
+ "uuid": "1d4235ff-c183-4d6c-8277-9783e3e1ce7a",
699
+ "value": "{default-font-style}"
779
700
  },
780
- "heading-sans-serif-strong-emphasized-font-style": {
781
- "component": "heading",
701
+ "detail-cjk-light-strong-emphasized-font-weight": {
782
702
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
783
- "value": "{italic-font-style}",
784
- "uuid": "f692d35f-1b11-43d1-ad29-967436b90928"
703
+ "component": "detail",
704
+ "deprecated": true,
705
+ "uuid": "0bc51146-a3e5-48c4-8324-4490b9d30f4d",
706
+ "value": "{extra-bold-font-weight}"
785
707
  },
786
- "heading-serif-strong-emphasized-font-weight": {
787
- "component": "heading",
708
+ "detail-cjk-light-strong-font-style": {
788
709
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
789
- "value": "{black-font-weight}",
790
- "uuid": "cd32f2b7-3e9f-47ae-ad34-2c7783dd5b2f"
710
+ "component": "detail",
711
+ "deprecated": true,
712
+ "uuid": "ec87fefe-f35f-41a0-9be1-6d076f0db230",
713
+ "value": "{default-font-style}"
791
714
  },
792
- "heading-serif-strong-emphasized-font-style": {
793
- "component": "heading",
715
+ "detail-cjk-light-strong-font-weight": {
794
716
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
795
- "value": "{italic-font-style}",
796
- "uuid": "da6e1593-9d2a-4fd8-8877-d30d6e1d1c07"
717
+ "component": "detail",
718
+ "deprecated": true,
719
+ "uuid": "91231878-73dc-46ce-a277-1d14e0e36842",
720
+ "value": "{extra-bold-font-weight}"
797
721
  },
798
- "heading-cjk-strong-emphasized-font-weight": {
799
- "component": "heading",
722
+ "detail-cjk-line-height": {
800
723
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
801
- "value": "{black-font-weight}",
802
- "uuid": "0080a817-b26f-42f1-84c4-5ed1ac08c12c"
724
+ "component": "detail",
725
+ "uuid": "93434006-5ed7-4656-96b7-8f355a1f07b2",
726
+ "value": "{cjk-line-height-100}"
803
727
  },
804
- "heading-cjk-strong-emphasized-font-style": {
805
- "component": "heading",
728
+ "detail-cjk-size-l": {
806
729
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
807
- "value": "{default-font-style}",
808
- "uuid": "22934d4d-4952-40a7-a5e5-256a7a3c9371"
730
+ "component": "detail",
731
+ "uuid": "92399d83-aa71-4207-b533-4fe69e6271e2",
732
+ "value": "{font-size-100}"
809
733
  },
810
- "heading-sans-serif-heavy-strong-emphasized-font-weight": {
811
- "component": "heading",
734
+ "detail-cjk-size-m": {
812
735
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
813
- "value": "{black-font-weight}",
814
- "uuid": "8779e773-7b37-4eb0-ae7a-2ba0104ad9d5"
736
+ "component": "detail",
737
+ "uuid": "236c73fb-d3bc-4390-8682-dd06fbd92d23",
738
+ "value": "{font-size-75}"
815
739
  },
816
- "heading-sans-serif-heavy-strong-emphasized-font-style": {
817
- "component": "heading",
740
+ "detail-cjk-size-s": {
818
741
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
819
- "value": "{italic-font-style}",
820
- "uuid": "c20ea22a-c34d-4c7c-a816-75b533e28c92"
742
+ "component": "detail",
743
+ "uuid": "8eb0f29f-71a1-4aa5-a3ed-98a373baf620",
744
+ "value": "{font-size-50}"
821
745
  },
822
- "heading-serif-heavy-strong-emphasized-font-weight": {
823
- "component": "heading",
746
+ "detail-cjk-size-xl": {
824
747
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
825
- "value": "{black-font-weight}",
826
- "uuid": "2d8e76cd-f123-488d-893d-54a9f48f679e"
748
+ "component": "detail",
749
+ "uuid": "533265d4-7304-4688-b2fb-379a086b20bf",
750
+ "value": "{font-size-200}"
827
751
  },
828
- "heading-serif-heavy-strong-emphasized-font-style": {
829
- "component": "heading",
752
+ "detail-cjk-size-xs": {
830
753
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
831
- "value": "{italic-font-style}",
832
- "uuid": "adf303e8-1e27-4aec-9bbc-5abe166358ec"
754
+ "component": "detail",
755
+ "uuid": "e6d8e8ae-d9a3-42fb-b4c7-f2e893b926f1",
756
+ "value": "{font-size-25}"
833
757
  },
834
- "heading-cjk-heavy-strong-emphasized-font-weight": {
835
- "component": "heading",
758
+ "detail-cjk-strong-emphasized-font-style": {
836
759
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
837
- "value": "{black-font-weight}",
838
- "uuid": "a0f680fa-2453-4bcc-b06c-9ff82de50c0c"
760
+ "component": "detail",
761
+ "uuid": "75a3a4ec-2b57-4a49-b3bd-84b41a3cd314",
762
+ "value": "{default-font-style}"
839
763
  },
840
- "heading-cjk-heavy-strong-emphasized-font-style": {
841
- "component": "heading",
764
+ "detail-cjk-strong-emphasized-font-weight": {
842
765
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
843
- "value": "{default-font-style}",
844
- "uuid": "619a15ba-f74e-4ff4-a604-312b810f1a50"
766
+ "component": "detail",
767
+ "uuid": "a7007c07-15a4-4671-bd3b-7406f4b374bb",
768
+ "value": "{extra-bold-font-weight}"
845
769
  },
846
- "heading-size-xxxl": {
847
- "component": "heading",
770
+ "detail-cjk-strong-font-style": {
848
771
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
849
- "value": "{font-size-1300}",
850
- "uuid": "db884bf9-e7b5-420a-b408-bd9a4d6bb0a4"
772
+ "component": "detail",
773
+ "uuid": "653358fc-5ee4-4e97-affc-c56896d370c0",
774
+ "value": "{default-font-style}"
851
775
  },
852
- "heading-size-xxl": {
853
- "component": "heading",
776
+ "detail-cjk-strong-font-weight": {
854
777
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
855
- "value": "{font-size-1100}",
856
- "uuid": "464e34cd-e768-4a38-a72b-cae1a4852ef3"
778
+ "component": "detail",
779
+ "uuid": "ef2997f3-276c-4662-8644-9514590114f4",
780
+ "value": "{extra-bold-font-weight}"
857
781
  },
858
- "heading-size-xl": {
859
- "component": "heading",
782
+ "detail-color": {
860
783
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
861
- "value": "{font-size-900}",
862
- "uuid": "94bb5ad9-503a-428a-a8ba-6cf3f70592ac"
784
+ "component": "detail",
785
+ "uuid": "5f6b9d7a-2433-44fa-8de5-1fb40137e334",
786
+ "value": "{gray-600}"
863
787
  },
864
- "heading-size-l": {
865
- "component": "heading",
866
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
867
- "value": "{font-size-700}",
868
- "uuid": "336e434c-9026-4bb3-96b1-5bb44376b868"
788
+ "detail-letter-spacing": {
789
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
790
+ "component": "detail",
791
+ "deprecated": true,
792
+ "uuid": "c4dbe044-dc8c-4722-b36c-5442cd2bc279",
793
+ "value": "0.06em"
869
794
  },
870
- "heading-size-m": {
871
- "component": "heading",
795
+ "detail-line-height": {
872
796
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
873
- "value": "{font-size-500}",
874
- "uuid": "4cdcefe1-2006-4560-839f-5bdef6db8c1a"
797
+ "component": "detail",
798
+ "uuid": "4ca9965a-24f9-454e-b0a7-dd5a0c5ae170",
799
+ "value": "{line-height-100}"
875
800
  },
876
- "heading-size-s": {
877
- "component": "heading",
878
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
879
- "value": "{font-size-400}",
880
- "uuid": "96673fee-b75c-4867-9041-48362af044bc"
801
+ "detail-margin-bottom-multiplier": {
802
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
803
+ "component": "detail",
804
+ "uuid": "35ac24a4-0338-44c6-b780-120a0af0fc51",
805
+ "value": 0.25
881
806
  },
882
- "heading-size-xs": {
883
- "component": "heading",
884
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
885
- "value": "{font-size-300}",
886
- "uuid": "4f179af6-c31f-48f8-927c-a45150668ad3"
807
+ "detail-margin-top-multiplier": {
808
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
809
+ "component": "detail",
810
+ "uuid": "5d34c3b5-fddd-420b-bfe4-0dee4e07701c",
811
+ "value": 0.88888889
887
812
  },
888
- "heading-size-xxs": {
889
- "component": "heading",
813
+ "detail-sans-serif-emphasized-font-style": {
890
814
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
891
- "value": "{font-size-100}",
892
- "uuid": "82a831b4-b624-475b-b2be-4eb949e48626",
893
- "deprecated": true
815
+ "component": "detail",
816
+ "uuid": "5c7dcef1-514e-4d43-b2ef-76639e214b8c",
817
+ "value": "{italic-font-style}"
894
818
  },
895
- "heading-cjk-size-xxxxl": {
819
+ "detail-sans-serif-emphasized-font-weight": {
896
820
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
897
- "value": "{font-size-1400}",
898
- "uuid": "3b954e15-341a-40f4-a47e-9abd2813fec4"
821
+ "component": "detail",
822
+ "uuid": "6ca600be-010a-4aaa-a815-e5bfdbe36b21",
823
+ "value": "{regular-font-weight}"
899
824
  },
900
- "heading-size-xxxxl": {
825
+ "detail-sans-serif-font-family": {
901
826
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
902
- "value": "{font-size-1500}",
903
- "uuid": "517d86cc-2e66-4cdc-8841-cb32db9e56f4"
827
+ "component": "detail",
828
+ "uuid": "34101c26-b4cd-43aa-bddd-0758d21fef01",
829
+ "value": "{sans-serif-font-family}"
904
830
  },
905
- "heading-cjk-size-xxxl": {
906
- "component": "heading",
831
+ "detail-sans-serif-font-style": {
907
832
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
908
- "value": "{font-size-1200}",
909
- "uuid": "5a44e177-2478-4bb0-9212-ba2df64c8b00"
833
+ "component": "detail",
834
+ "uuid": "21a9500c-f9a4-4ff3-9eb5-6da81bf314f6",
835
+ "value": "{default-font-style}"
910
836
  },
911
- "heading-cjk-size-xxl": {
912
- "component": "heading",
837
+ "detail-sans-serif-font-weight": {
913
838
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
914
- "value": "{font-size-1000}",
915
- "uuid": "fbf59302-1ad2-4327-bfde-d638a0ca2429"
839
+ "component": "detail",
840
+ "uuid": "d06a4346-ec24-4922-8985-4b8a05e0bfc6",
841
+ "value": "{medium-font-weight}"
916
842
  },
917
- "heading-cjk-size-xl": {
918
- "component": "heading",
843
+ "detail-sans-serif-light-emphasized-font-style": {
919
844
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
920
- "value": "{font-size-800}",
921
- "uuid": "43535e5f-607e-43f4-bd37-8230b1f7993f"
845
+ "component": "detail",
846
+ "deprecated": true,
847
+ "uuid": "fc6098a2-3263-433c-8378-ba609629ef53",
848
+ "value": "{italic-font-style}"
922
849
  },
923
- "heading-cjk-size-l": {
924
- "component": "heading",
850
+ "detail-sans-serif-light-emphasized-font-weight": {
925
851
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
926
- "value": "{font-size-600}",
927
- "uuid": "f57ffe02-2e41-46f3-a0ac-1feb63bdd748"
852
+ "component": "detail",
853
+ "deprecated": true,
854
+ "uuid": "64972012-5050-41d0-9c9b-269b533a58b7",
855
+ "value": "{regular-font-weight}"
928
856
  },
929
- "heading-cjk-size-m": {
930
- "component": "heading",
857
+ "detail-sans-serif-light-font-style": {
931
858
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
932
- "value": "{font-size-400}",
933
- "uuid": "43f45659-314b-45aa-9886-1beb096fc4ce"
859
+ "component": "detail",
860
+ "deprecated": true,
861
+ "uuid": "a6b7c26e-3ff5-4241-b9cc-3026604fe30e",
862
+ "value": "{default-font-style}"
934
863
  },
935
- "heading-cjk-size-s": {
936
- "component": "heading",
864
+ "detail-sans-serif-light-font-weight": {
937
865
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
938
- "value": "{font-size-300}",
939
- "uuid": "c1242a8c-ca10-40d0-8fc4-67bbbce8fc5f"
866
+ "component": "detail",
867
+ "deprecated": true,
868
+ "uuid": "cf8f93e2-2b79-4a4c-bb31-313e013148e3",
869
+ "value": "{regular-font-weight}"
940
870
  },
941
- "heading-cjk-size-xs": {
942
- "component": "heading",
871
+ "detail-sans-serif-light-strong-emphasized-font-style": {
943
872
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
944
- "value": "{font-size-200}",
945
- "uuid": "132688a7-917d-44b9-a34f-a7135599b299"
873
+ "component": "detail",
874
+ "deprecated": true,
875
+ "uuid": "b7364639-2686-4e12-9ede-d6543d0d0d6d",
876
+ "value": "{italic-font-style}"
946
877
  },
947
- "heading-cjk-size-xxs": {
948
- "component": "heading",
878
+ "detail-sans-serif-light-strong-emphasized-font-weight": {
949
879
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
950
- "value": "{font-size-100}",
951
- "uuid": "bddd6a96-c280-47ca-8858-20df055e488d",
952
- "deprecated": true
880
+ "component": "detail",
881
+ "deprecated": true,
882
+ "uuid": "53f16a1c-9d44-4384-9a7e-88a2c4319486",
883
+ "value": "{regular-font-weight}"
953
884
  },
954
- "heading-line-height": {
955
- "component": "heading",
885
+ "detail-sans-serif-light-strong-font-style": {
956
886
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
957
- "value": "{line-height-100}",
958
- "uuid": "64f28fe4-20f7-48cb-baeb-ff1898573727"
887
+ "component": "detail",
888
+ "deprecated": true,
889
+ "uuid": "c1966f09-1c6e-4fe0-89ad-8fb8e847e3ba",
890
+ "value": "{default-font-style}"
959
891
  },
960
- "heading-cjk-line-height": {
961
- "component": "heading",
892
+ "detail-sans-serif-light-strong-font-weight": {
962
893
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
963
- "value": "{cjk-line-height-100}",
964
- "uuid": "3e038db9-c5f7-4b8b-b1af-31075a31e0cc"
965
- },
966
- "heading-margin-top-multiplier": {
967
- "component": "heading",
968
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
969
- "value": 0.88888889,
970
- "uuid": "008fa04b-6d74-416b-a6ae-ceec90f08642"
971
- },
972
- "heading-margin-bottom-multiplier": {
973
- "component": "heading",
974
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
975
- "value": 0.25,
976
- "uuid": "dd2035b4-506f-41ab-a656-de3668d44e0f"
894
+ "component": "detail",
895
+ "deprecated": true,
896
+ "uuid": "4f0f95d3-098a-4852-bd21-785f5bf054b5",
897
+ "value": "{regular-font-weight}"
977
898
  },
978
- "heading-color": {
979
- "component": "heading",
899
+ "detail-sans-serif-strong-emphasized-font-style": {
980
900
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
981
- "value": "{gray-900}",
982
- "uuid": "60300cd2-9b30-4ee3-b7a1-b8dae00270d9"
901
+ "component": "detail",
902
+ "uuid": "82d04795-da5f-4868-a90d-980f5376a878",
903
+ "value": "{italic-font-style}"
983
904
  },
984
- "body-sans-serif-font-family": {
985
- "component": "body",
905
+ "detail-sans-serif-strong-emphasized-font-weight": {
986
906
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
987
- "value": "{sans-serif-font-family}",
988
- "uuid": "32c3d84f-2b0d-4ccd-ba3c-b8475d82550b"
907
+ "component": "detail",
908
+ "uuid": "c57f8682-52d2-43fa-a306-a588a13ead6b",
909
+ "value": "{bold-font-weight}"
989
910
  },
990
- "body-serif-font-family": {
991
- "component": "body",
911
+ "detail-sans-serif-strong-font-style": {
992
912
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
993
- "value": "{serif-font-family}",
994
- "uuid": "20df8bd4-5a61-4614-aa86-5b76c5976860"
913
+ "component": "detail",
914
+ "uuid": "c56642f3-043c-4738-bed0-61b324221f4e",
915
+ "value": "{default-font-style}"
995
916
  },
996
- "body-cjk-font-family": {
997
- "component": "body",
917
+ "detail-sans-serif-strong-font-weight": {
998
918
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
999
- "value": "{cjk-font-family}",
1000
- "uuid": "06d5790c-21e9-4135-843d-05007b046677"
919
+ "component": "detail",
920
+ "uuid": "a150e66c-daf4-4c71-a2e2-577600878988",
921
+ "value": "{bold-font-weight}"
1001
922
  },
1002
- "body-sans-serif-font-weight": {
1003
- "component": "body",
1004
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1005
- "value": "{regular-font-weight}",
1006
- "uuid": "6813005d-9df4-459b-9fab-b2a054c32c31"
923
+ "detail-sans-serif-text-transform": {
924
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-transform.json",
925
+ "component": "detail",
926
+ "deprecated": true,
927
+ "uuid": "8646d403-21f9-4e77-8a21-92289c303715",
928
+ "value": "uppercase"
1007
929
  },
1008
- "body-sans-serif-font-style": {
1009
- "component": "body",
930
+ "detail-serif-emphasized-font-style": {
1010
931
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1011
- "value": "{default-font-style}",
1012
- "uuid": "e1da0eff-7482-46a0-8190-4c54c6b1e1dd"
932
+ "component": "detail",
933
+ "uuid": "cfaf6a70-3eb5-4887-bae6-8ae41c094192",
934
+ "value": "{italic-font-style}"
1013
935
  },
1014
- "body-serif-font-weight": {
1015
- "component": "body",
936
+ "detail-serif-emphasized-font-weight": {
1016
937
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1017
- "value": "{regular-font-weight}",
1018
- "uuid": "f049ba7a-c52f-4d39-b38e-911b2b91d031"
938
+ "component": "detail",
939
+ "uuid": "247b2004-e0bc-42b9-ba83-6edbe417c4cb",
940
+ "value": "{medium-font-weight}"
1019
941
  },
1020
- "body-serif-font-style": {
1021
- "component": "body",
942
+ "detail-serif-font-family": {
1022
943
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1023
- "value": "{default-font-style}",
1024
- "uuid": "d317d387-9bc8-4258-a79a-a0dd4e22d952"
944
+ "component": "detail",
945
+ "uuid": "365c6166-e17d-40bd-841e-495aa9c6acd7",
946
+ "value": "{serif-font-family}"
1025
947
  },
1026
- "body-cjk-font-weight": {
1027
- "component": "body",
948
+ "detail-serif-font-style": {
1028
949
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1029
- "value": "{regular-font-weight}",
1030
- "uuid": "a754c16b-2f0c-485f-813d-d472ee650660"
950
+ "component": "detail",
951
+ "uuid": "524c5101-f745-47e6-b233-62cd005850f8",
952
+ "value": "{default-font-style}"
1031
953
  },
1032
- "body-cjk-font-style": {
1033
- "component": "body",
954
+ "detail-serif-font-weight": {
1034
955
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1035
- "value": "{default-font-style}",
1036
- "uuid": "41389b62-c449-485b-bfa8-1659bacc8c42"
956
+ "component": "detail",
957
+ "uuid": "87ef8843-f44e-4526-80cd-9635f3e0261e",
958
+ "value": "{medium-font-weight}"
1037
959
  },
1038
- "body-sans-serif-strong-font-weight": {
1039
- "component": "body",
960
+ "detail-serif-light-emphasized-font-style": {
1040
961
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1041
- "value": "{bold-font-weight}",
1042
- "uuid": "633953a9-c61b-44cc-9dee-aebece97ccbc"
962
+ "component": "detail",
963
+ "deprecated": true,
964
+ "uuid": "320bcd8e-2bb8-4e9e-9b1d-4838b2966857",
965
+ "value": "{italic-font-style}"
1043
966
  },
1044
- "body-sans-serif-strong-font-style": {
1045
- "component": "body",
967
+ "detail-serif-light-emphasized-font-weight": {
1046
968
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1047
- "value": "{default-font-style}",
1048
- "uuid": "b36db31f-eaaa-4310-9f54-f7b509d5f571"
969
+ "component": "detail",
970
+ "deprecated": true,
971
+ "uuid": "3d27f76e-b068-4f06-bea8-ee31fcbc49b2",
972
+ "value": "{regular-font-weight}"
1049
973
  },
1050
- "body-serif-strong-font-weight": {
1051
- "component": "body",
974
+ "detail-serif-light-font-style": {
1052
975
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1053
- "value": "{bold-font-weight}",
1054
- "uuid": "be263571-bd6b-4383-bdf9-3cdf80248b6a"
976
+ "component": "detail",
977
+ "deprecated": true,
978
+ "uuid": "f6478d1d-5dcf-43eb-a4fc-498479b29aa7",
979
+ "value": "{default-font-style}"
1055
980
  },
1056
- "body-serif-strong-font-style": {
1057
- "component": "body",
981
+ "detail-serif-light-font-weight": {
1058
982
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1059
- "value": "{default-font-style}",
1060
- "uuid": "c8b531d1-949e-4492-9897-450a477983ce"
983
+ "component": "detail",
984
+ "deprecated": true,
985
+ "uuid": "2a15a805-fd08-4f8e-82e6-9264ef8937cb",
986
+ "value": "{regular-font-weight}"
1061
987
  },
1062
- "body-cjk-strong-font-weight": {
1063
- "component": "body",
988
+ "detail-serif-light-strong-emphasized-font-style": {
1064
989
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1065
- "value": "{extra-bold-font-weight}",
1066
- "uuid": "d79de2c4-ca7c-4316-ac44-fee1a66983d7"
990
+ "component": "detail",
991
+ "deprecated": true,
992
+ "uuid": "42d2049f-cda2-4ae4-8d0a-41f7789f768b",
993
+ "value": "{italic-font-style}"
1067
994
  },
1068
- "body-cjk-strong-font-style": {
1069
- "component": "body",
995
+ "detail-serif-light-strong-emphasized-font-weight": {
1070
996
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1071
- "value": "{default-font-style}",
1072
- "uuid": "11fe09ad-92eb-4d7d-8872-467cdd69659b"
997
+ "component": "detail",
998
+ "deprecated": true,
999
+ "uuid": "1c524d85-9fca-433c-b5c4-5eaa456cc3a2",
1000
+ "value": "{regular-font-weight}"
1073
1001
  },
1074
- "body-sans-serif-emphasized-font-weight": {
1075
- "component": "body",
1002
+ "detail-serif-light-strong-font-style": {
1076
1003
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1077
- "value": "{regular-font-weight}",
1078
- "uuid": "5640ac73-a482-4787-9ab2-035b57a87833"
1004
+ "component": "detail",
1005
+ "deprecated": true,
1006
+ "uuid": "7a878a3f-b663-41ee-8357-6e62f2e51d80",
1007
+ "value": "{default-font-style}"
1079
1008
  },
1080
- "body-sans-serif-emphasized-font-style": {
1081
- "component": "body",
1009
+ "detail-serif-light-strong-font-weight": {
1082
1010
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1083
- "value": "{italic-font-style}",
1084
- "uuid": "717c067c-55d1-4927-ad9c-8784769f581d"
1011
+ "component": "detail",
1012
+ "deprecated": true,
1013
+ "uuid": "fc5df058-f678-4dc8-953f-e2738798ee2b",
1014
+ "value": "{regular-font-weight}"
1085
1015
  },
1086
- "body-serif-emphasized-font-weight": {
1087
- "component": "body",
1016
+ "detail-serif-strong-emphasized-font-style": {
1088
1017
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1089
- "value": "{regular-font-weight}",
1090
- "uuid": "be2a8ff3-6117-4235-bcb8-72257b75d622"
1018
+ "component": "detail",
1019
+ "uuid": "7fdffa4e-4370-45cf-aab0-316561a56a24",
1020
+ "value": "{italic-font-style}"
1091
1021
  },
1092
- "body-serif-emphasized-font-style": {
1093
- "component": "body",
1022
+ "detail-serif-strong-emphasized-font-weight": {
1094
1023
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1095
- "value": "{italic-font-style}",
1096
- "uuid": "c817210d-2b1a-4648-bff3-33fa212491f1"
1024
+ "component": "detail",
1025
+ "uuid": "863cf841-7b83-4f66-a01f-12dccd47fee6",
1026
+ "value": "{bold-font-weight}"
1097
1027
  },
1098
- "body-cjk-emphasized-font-weight": {
1099
- "component": "body",
1028
+ "detail-serif-strong-font-style": {
1100
1029
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1101
- "value": "{extra-bold-font-weight}",
1102
- "uuid": "0d8ada2f-272d-4f76-bf37-095e0b48cdae"
1030
+ "component": "detail",
1031
+ "uuid": "3b2124e3-e50b-4ab7-8340-f97b1f8fef1e",
1032
+ "value": "{default-font-style}"
1103
1033
  },
1104
- "body-cjk-emphasized-font-style": {
1105
- "component": "body",
1034
+ "detail-serif-strong-font-weight": {
1106
1035
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1107
- "value": "{default-font-style}",
1108
- "uuid": "3e90be19-62fd-4e53-abf9-4c697baba5da"
1036
+ "component": "detail",
1037
+ "uuid": "d737931b-f63c-4874-8fa5-872b95048727",
1038
+ "value": "{bold-font-weight}"
1109
1039
  },
1110
- "body-sans-serif-strong-emphasized-font-weight": {
1111
- "component": "body",
1112
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1113
- "value": "{bold-font-weight}",
1114
- "uuid": "421dc907-5862-4ed5-95f4-41d654b2fdc0"
1040
+ "detail-serif-text-transform": {
1041
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-transform.json",
1042
+ "component": "detail",
1043
+ "deprecated": true,
1044
+ "uuid": "0e161c32-c412-4cda-bacb-7eaa548b5534",
1045
+ "value": "uppercase"
1115
1046
  },
1116
- "body-sans-serif-strong-emphasized-font-style": {
1117
- "component": "body",
1047
+ "detail-size-l": {
1118
1048
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1119
- "value": "{italic-font-style}",
1120
- "uuid": "b87e6738-af38-49be-9945-f3a307ce7b6f"
1049
+ "component": "detail",
1050
+ "uuid": "613da587-5c48-4efa-abb5-36378c1e81f0",
1051
+ "value": "{font-size-200}"
1121
1052
  },
1122
- "body-serif-strong-emphasized-font-weight": {
1123
- "component": "body",
1053
+ "detail-size-m": {
1124
1054
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1125
- "value": "{bold-font-weight}",
1126
- "uuid": "a87b77ff-5b27-47e0-a7df-f15092fb783e"
1055
+ "component": "detail",
1056
+ "uuid": "07840554-1ec1-4823-b119-474ec9cc31f0",
1057
+ "value": "{font-size-100}"
1127
1058
  },
1128
- "body-serif-strong-emphasized-font-style": {
1129
- "component": "body",
1059
+ "detail-size-s": {
1130
1060
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1131
- "value": "{italic-font-style}",
1132
- "uuid": "b940bdc8-d373-4bd0-8620-d6c04134698b"
1061
+ "component": "detail",
1062
+ "uuid": "585e1bec-ee93-4983-b0bb-3a1f6ec28218",
1063
+ "value": "{font-size-75}"
1133
1064
  },
1134
- "body-cjk-strong-emphasized-font-weight": {
1135
- "component": "body",
1065
+ "detail-size-xl": {
1136
1066
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1137
- "value": "{extra-bold-font-weight}",
1138
- "uuid": "54020791-a975-4e5d-a905-8bffcc9d2d93"
1067
+ "component": "detail",
1068
+ "uuid": "ab476eec-b592-4890-af8f-74de808cb87f",
1069
+ "value": "{font-size-300}"
1139
1070
  },
1140
- "body-cjk-strong-emphasized-font-style": {
1141
- "component": "body",
1071
+ "detail-size-xs": {
1142
1072
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1143
- "value": "{default-font-style}",
1144
- "uuid": "f792aac0-62f2-47e3-b6ac-158ae009d9c3"
1073
+ "component": "detail",
1074
+ "uuid": "b33a59b4-1ec2-4f09-8cb3-9bfd09d7c695",
1075
+ "value": "{font-size-50}"
1145
1076
  },
1146
- "body-size-xxxl": {
1147
- "component": "body",
1148
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1149
- "value": "{font-size-600}",
1150
- "uuid": "e0b8ceea-3404-4c4b-9145-fe5d445020fe"
1077
+ "extra-bold-font-weight": {
1078
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
1079
+ "uuid": "ccadf44e-5424-4920-979f-ea1ef39687c4",
1080
+ "value": "extra-bold"
1151
1081
  },
1152
- "body-size-xxl": {
1153
- "component": "body",
1154
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1155
- "value": "{font-size-500}",
1156
- "uuid": "4d0d4ed9-af14-4d88-98f1-9237f65e192a"
1082
+ "font-size-100": {
1083
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1084
+ "sets": {
1085
+ "desktop": {
1086
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1087
+ "uuid": "938e2d24-1e90-48f0-a596-595a69103707",
1088
+ "value": "14px"
1089
+ },
1090
+ "mobile": {
1091
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1092
+ "uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411",
1093
+ "value": "17px"
1094
+ }
1095
+ },
1096
+ "uuid": "ee894aad-f166-42eb-b08b-859f73db742a"
1157
1097
  },
1158
- "body-size-xl": {
1159
- "component": "body",
1160
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1161
- "value": "{font-size-400}",
1162
- "uuid": "3927604f-eaf3-4605-aa34-80b7bc88ac0f"
1098
+ "font-size-1000": {
1099
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1100
+ "sets": {
1101
+ "desktop": {
1102
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1103
+ "uuid": "27f694f9-6770-49e0-b7fc-833618b3fc2f",
1104
+ "value": "40px"
1105
+ },
1106
+ "mobile": {
1107
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1108
+ "uuid": "8b158ab0-7e82-4dab-a4d9-84cf7a71fa0a",
1109
+ "value": "49px"
1110
+ }
1111
+ },
1112
+ "uuid": "200d964e-b6f4-4011-a40d-33b1bfb7aa68"
1163
1113
  },
1164
- "body-size-xxs": {
1165
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1166
- "value": "{font-size-50}",
1167
- "uuid": "3aa79ac7-9e78-4413-b500-b8d1937705cb"
1114
+ "font-size-1100": {
1115
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1116
+ "sets": {
1117
+ "desktop": {
1118
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1119
+ "uuid": "00dc3fcd-383f-4bc6-8940-e0884f0ffb7e",
1120
+ "value": "45px"
1121
+ },
1122
+ "mobile": {
1123
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1124
+ "uuid": "5eb96c78-c8f6-4e31-9bc8-fa62794ac4db",
1125
+ "value": "55px"
1126
+ }
1127
+ },
1128
+ "uuid": "202a2c3e-5bfc-4871-9481-13c771bdc8dc"
1168
1129
  },
1169
- "body-cjk-size-xxxl": {
1170
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1171
- "value": "{font-size-500}",
1172
- "uuid": "71a41f9e-73da-4632-8877-7af7acf4db03"
1130
+ "font-size-1200": {
1131
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1132
+ "sets": {
1133
+ "desktop": {
1134
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1135
+ "uuid": "b73bfb12-80ef-453f-b7dc-52bf2258ef47",
1136
+ "value": "51px"
1137
+ },
1138
+ "mobile": {
1139
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1140
+ "uuid": "0ab38fb2-0de9-4be0-8967-8241379706be",
1141
+ "value": "62px"
1142
+ }
1143
+ },
1144
+ "uuid": "dbd67b04-f114-4549-8e36-223b7d7007c7"
1173
1145
  },
1174
- "body-cjk-size-xxl": {
1175
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1176
- "value": "{font-size-400}",
1177
- "uuid": "9aab03eb-c0c1-462c-aa7c-88c93b06f714"
1146
+ "font-size-1300": {
1147
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1148
+ "sets": {
1149
+ "desktop": {
1150
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1151
+ "uuid": "e8853e10-cc03-47c1-9b66-11755ff513a5",
1152
+ "value": "58px"
1153
+ },
1154
+ "mobile": {
1155
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1156
+ "uuid": "bd880141-81f6-47fe-a421-01124fe66b67",
1157
+ "value": "70px"
1158
+ }
1159
+ },
1160
+ "uuid": "760d6969-7e0e-4744-b1c6-d89d3a02af8d"
1178
1161
  },
1179
- "body-cjk-size-xl": {
1180
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1181
- "value": "{font-size-300}",
1182
- "uuid": "25d65a6e-e8e1-4849-848a-984373fd9cf9"
1162
+ "font-size-1400": {
1163
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1164
+ "sets": {
1165
+ "desktop": {
1166
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1167
+ "uuid": "5af5e5bd-fc76-4688-aae9-6e7528d41341",
1168
+ "value": "65px"
1169
+ },
1170
+ "mobile": {
1171
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1172
+ "uuid": "999b22ec-e19e-4fee-a1db-3cb89c58a51c",
1173
+ "value": "79px"
1174
+ }
1175
+ },
1176
+ "uuid": "21c1f04f-3a63-4bf8-9f60-e9afa0e672a2"
1177
+ },
1178
+ "font-size-1500": {
1179
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1180
+ "sets": {
1181
+ "desktop": {
1182
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1183
+ "uuid": "509b3100-9034-4b23-adb0-8c56dbd72a48",
1184
+ "value": "73px"
1185
+ },
1186
+ "mobile": {
1187
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1188
+ "uuid": "94741f6e-8c95-4329-8e06-d6f261e5b0eb",
1189
+ "value": "88px"
1190
+ }
1191
+ },
1192
+ "uuid": "d59c0cd1-efb8-4f5b-9d5a-7ecbcd79f758"
1193
+ },
1194
+ "font-size-200": {
1195
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1196
+ "sets": {
1197
+ "desktop": {
1198
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1199
+ "uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91",
1200
+ "value": "16px"
1201
+ },
1202
+ "mobile": {
1203
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1204
+ "uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991",
1205
+ "value": "19px"
1206
+ }
1207
+ },
1208
+ "uuid": "fe457dd7-582a-4f0a-badc-7850adfd8cb7"
1209
+ },
1210
+ "font-size-25": {
1211
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1212
+ "sets": {
1213
+ "desktop": {
1214
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1215
+ "uuid": "26ab49ea-7e86-4f0d-812e-ef1ba794c8a8",
1216
+ "value": "10px"
1217
+ },
1218
+ "mobile": {
1219
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1220
+ "uuid": "5946a4e5-8bed-4dd7-aa73-9ebe232f9790",
1221
+ "value": "12px"
1222
+ }
1223
+ },
1224
+ "uuid": "73ef03ac-5b7b-4182-8991-0bb62006d276"
1225
+ },
1226
+ "font-size-300": {
1227
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1228
+ "sets": {
1229
+ "desktop": {
1230
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1231
+ "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175",
1232
+ "value": "18px"
1233
+ },
1234
+ "mobile": {
1235
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1236
+ "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7",
1237
+ "value": "22px"
1238
+ }
1239
+ },
1240
+ "uuid": "278998ed-3a83-4c4d-aed3-ab5f6e1b218a"
1241
+ },
1242
+ "font-size-400": {
1243
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1244
+ "sets": {
1245
+ "desktop": {
1246
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1247
+ "uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5",
1248
+ "value": "20px"
1249
+ },
1250
+ "mobile": {
1251
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1252
+ "uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4",
1253
+ "value": "24px"
1254
+ }
1255
+ },
1256
+ "uuid": "7560656c-41c2-4b51-ba29-b04aa3cd386b"
1257
+ },
1258
+ "font-size-50": {
1259
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1260
+ "sets": {
1261
+ "desktop": {
1262
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1263
+ "uuid": "8593a326-de37-414d-b3f6-5254b41dce07",
1264
+ "value": "11px"
1265
+ },
1266
+ "mobile": {
1267
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1268
+ "uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e",
1269
+ "value": "13px"
1270
+ }
1271
+ },
1272
+ "uuid": "c6074b73-d460-439d-9401-498f52c88340"
1273
+ },
1274
+ "font-size-500": {
1275
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1276
+ "sets": {
1277
+ "desktop": {
1278
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1279
+ "uuid": "9be56e29-2e79-41e0-b5a9-6a2dabc70aa1",
1280
+ "value": "22px"
1281
+ },
1282
+ "mobile": {
1283
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1284
+ "uuid": "a69a5079-1b5b-4ccf-946f-8b6e3fae4d7e",
1285
+ "value": "27px"
1286
+ }
1287
+ },
1288
+ "uuid": "935af8c5-6f70-49ee-b5ba-5e9650682753"
1183
1289
  },
1184
- "body-cjk-size-l": {
1185
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1186
- "value": "{font-size-200}",
1187
- "uuid": "9f0e0ddb-a4d2-416e-a425-8d71527f77b2"
1290
+ "font-size-600": {
1291
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1292
+ "sets": {
1293
+ "desktop": {
1294
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1295
+ "uuid": "db1d7d01-8dd4-4c27-b58c-686f030e5e46",
1296
+ "value": "25px"
1297
+ },
1298
+ "mobile": {
1299
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1300
+ "uuid": "ac892307-2559-48f5-9e2c-98dabbb0abc2",
1301
+ "value": "31px"
1302
+ }
1303
+ },
1304
+ "uuid": "8a6fc0d3-e584-4ce6-82d8-be8c275c865e"
1188
1305
  },
1189
- "body-cjk-size-m": {
1190
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1191
- "value": "{font-size-100}",
1192
- "uuid": "7e01bc65-5823-456f-a830-9848a96ad85a"
1306
+ "font-size-700": {
1307
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1308
+ "sets": {
1309
+ "desktop": {
1310
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1311
+ "uuid": "77da1638-cb39-4c80-8c13-db77b9aa528e",
1312
+ "value": "28px"
1313
+ },
1314
+ "mobile": {
1315
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1316
+ "uuid": "6bd6456c-b73b-4926-8e67-7b942e32bbc2",
1317
+ "value": "34px"
1318
+ }
1319
+ },
1320
+ "uuid": "c9a3ec61-f116-4298-be2d-6149d6eae889"
1193
1321
  },
1194
- "body-cjk-size-s": {
1195
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1196
- "value": "{font-size-75}",
1197
- "uuid": "081aa502-e2f1-4bc8-8fb2-a00dcd4236dd"
1322
+ "font-size-75": {
1323
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1324
+ "sets": {
1325
+ "desktop": {
1326
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1327
+ "uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a",
1328
+ "value": "12px"
1329
+ },
1330
+ "mobile": {
1331
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1332
+ "uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c",
1333
+ "value": "15px"
1334
+ }
1335
+ },
1336
+ "uuid": "8ce57c4e-6bbb-415f-b823-81c3af0acd6e"
1198
1337
  },
1199
- "body-cjk-size-xs": {
1200
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1201
- "value": "{font-size-50}",
1202
- "uuid": "ba73926d-2ef4-4d7b-86c2-9044aa1cdf95"
1338
+ "font-size-800": {
1339
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1340
+ "sets": {
1341
+ "desktop": {
1342
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1343
+ "uuid": "8425654d-7f46-4b6d-8997-5ae6b6980e06",
1344
+ "value": "32px"
1345
+ },
1346
+ "mobile": {
1347
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1348
+ "uuid": "bdfae93d-ae49-456b-af54-8620ea976ca8",
1349
+ "value": "39px"
1350
+ }
1351
+ },
1352
+ "uuid": "d46d987e-44dd-4113-81b3-1b28c0f5cfe6"
1203
1353
  },
1204
- "body-cjk-size-xxs": {
1205
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1206
- "value": "{font-size-25}",
1207
- "uuid": "218f04ed-0679-4090-b1ad-76ef062dd07c"
1354
+ "font-size-900": {
1355
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1356
+ "sets": {
1357
+ "desktop": {
1358
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1359
+ "uuid": "df2d6c8d-dc03-4581-96c6-d6a92a270b77",
1360
+ "value": "36px"
1361
+ },
1362
+ "mobile": {
1363
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-size.json",
1364
+ "uuid": "5296e771-6d04-4e9a-b1fe-ab22d4dfd92b",
1365
+ "value": "44px"
1366
+ }
1367
+ },
1368
+ "uuid": "cf1791b4-dcc2-4620-a508-d95bbd44504b"
1208
1369
  },
1209
- "body-size-l": {
1210
- "component": "body",
1370
+ "heading-cjk-emphasized-font-style": {
1211
1371
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1212
- "value": "{font-size-300}",
1213
- "uuid": "884b74cb-d247-491d-acb9-d3dc84bfd9a6"
1372
+ "component": "heading",
1373
+ "uuid": "05c74b28-3051-498c-874a-5dc523bc27e5",
1374
+ "value": "{default-font-style}"
1214
1375
  },
1215
- "body-size-m": {
1216
- "component": "body",
1376
+ "heading-cjk-emphasized-font-weight": {
1217
1377
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1218
- "value": "{font-size-200}",
1219
- "uuid": "4f7f6878-5304-48d3-8a42-5bb452c2163b"
1378
+ "component": "heading",
1379
+ "uuid": "d854afd2-290a-40ae-a627-c4cdabeb546a",
1380
+ "value": "{black-font-weight}"
1220
1381
  },
1221
- "body-size-s": {
1222
- "component": "body",
1382
+ "heading-cjk-font-family": {
1223
1383
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1224
- "value": "{font-size-100}",
1225
- "uuid": "1194f7e3-e4c3-4a3a-bd19-50f4b48e1a6e"
1384
+ "component": "heading",
1385
+ "uuid": "b6652ee5-466f-4117-a77c-a93a40f2a791",
1386
+ "value": "{cjk-font-family}"
1226
1387
  },
1227
- "body-size-xs": {
1228
- "component": "body",
1388
+ "heading-cjk-font-style": {
1229
1389
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1230
- "value": "{font-size-75}",
1231
- "uuid": "25e93322-8f0b-45f8-ae9a-18668251f064"
1390
+ "component": "heading",
1391
+ "uuid": "c93b39df-82e9-4e87-920f-1747e5d48e8e",
1392
+ "value": "{default-font-style}"
1232
1393
  },
1233
- "body-line-height": {
1234
- "component": "body",
1394
+ "heading-cjk-font-weight": {
1235
1395
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1236
- "value": "{line-height-200}",
1237
- "uuid": "39accad7-3de1-4850-9773-4e0ff8080049"
1396
+ "uuid": "bd54516c-2fda-4421-ab62-720c3a887a34",
1397
+ "value": "{extra-bold-font-weight}"
1238
1398
  },
1239
- "body-cjk-line-height": {
1240
- "component": "body",
1399
+ "heading-cjk-heavy-emphasized-font-style": {
1241
1400
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1242
- "value": "{cjk-line-height-200}",
1243
- "uuid": "2106b188-8520-4261-968b-2eb2928857f9"
1244
- },
1245
- "body-margin-multiplier": {
1246
- "component": "body",
1247
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
1248
- "value": 0.75,
1249
- "uuid": "8f2e9283-4cbc-4374-9757-ed8d68542c89"
1401
+ "component": "heading",
1402
+ "uuid": "aef21944-3dac-4b2d-ba7b-0a4df3f406bb",
1403
+ "value": "{default-font-style}"
1250
1404
  },
1251
- "body-color": {
1252
- "component": "body",
1405
+ "heading-cjk-heavy-emphasized-font-weight": {
1253
1406
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1254
- "value": "{gray-800}",
1255
- "uuid": "a7218010-91c1-4f20-8072-7b1801593014"
1407
+ "component": "heading",
1408
+ "uuid": "9315971c-6e83-42c8-9c24-d1bc6fa5e106",
1409
+ "value": "{black-font-weight}"
1256
1410
  },
1257
- "detail-sans-serif-font-family": {
1258
- "component": "detail",
1411
+ "heading-cjk-heavy-font-style": {
1259
1412
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1260
- "value": "{sans-serif-font-family}",
1261
- "uuid": "34101c26-b4cd-43aa-bddd-0758d21fef01"
1413
+ "component": "heading",
1414
+ "uuid": "b2f50ba2-e694-47ba-b81a-ea8fc813247e",
1415
+ "value": "{default-font-style}"
1262
1416
  },
1263
- "detail-serif-font-family": {
1264
- "component": "detail",
1417
+ "heading-cjk-heavy-font-weight": {
1265
1418
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1266
- "value": "{serif-font-family}",
1267
- "uuid": "365c6166-e17d-40bd-841e-495aa9c6acd7"
1419
+ "component": "heading",
1420
+ "uuid": "73c20d2f-1227-46bc-8548-102358405b0b",
1421
+ "value": "{extra-bold-font-weight}"
1268
1422
  },
1269
- "detail-cjk-font-family": {
1270
- "component": "detail",
1423
+ "heading-cjk-heavy-strong-emphasized-font-style": {
1271
1424
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1272
- "value": "{cjk-font-family}",
1273
- "uuid": "6cc647ab-1474-4094-974d-d079d7ef7565"
1425
+ "component": "heading",
1426
+ "uuid": "619a15ba-f74e-4ff4-a604-312b810f1a50",
1427
+ "value": "{default-font-style}"
1274
1428
  },
1275
- "detail-sans-serif-font-weight": {
1276
- "component": "detail",
1429
+ "heading-cjk-heavy-strong-emphasized-font-weight": {
1277
1430
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1278
- "value": "{medium-font-weight}",
1279
- "uuid": "d06a4346-ec24-4922-8985-4b8a05e0bfc6"
1431
+ "component": "heading",
1432
+ "uuid": "a0f680fa-2453-4bcc-b06c-9ff82de50c0c",
1433
+ "value": "{black-font-weight}"
1280
1434
  },
1281
- "detail-sans-serif-font-style": {
1282
- "component": "detail",
1435
+ "heading-cjk-heavy-strong-font-style": {
1283
1436
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1284
- "value": "{default-font-style}",
1285
- "uuid": "21a9500c-f9a4-4ff3-9eb5-6da81bf314f6"
1437
+ "component": "heading",
1438
+ "uuid": "26817f91-2742-4170-aa01-1e1e67ef01e8",
1439
+ "value": "{default-font-style}"
1286
1440
  },
1287
- "detail-serif-font-weight": {
1288
- "component": "detail",
1441
+ "heading-cjk-heavy-strong-font-weight": {
1289
1442
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1290
- "value": "{medium-font-weight}",
1291
- "uuid": "87ef8843-f44e-4526-80cd-9635f3e0261e"
1443
+ "component": "heading",
1444
+ "uuid": "b7d2203c-c651-493e-80c2-b71b7c7c2692",
1445
+ "value": "{black-font-weight}"
1292
1446
  },
1293
- "detail-serif-font-style": {
1294
- "component": "detail",
1447
+ "heading-cjk-light-emphasized-font-style": {
1295
1448
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1296
- "value": "{default-font-style}",
1297
- "uuid": "524c5101-f745-47e6-b233-62cd005850f8"
1449
+ "component": "heading",
1450
+ "deprecated": true,
1451
+ "uuid": "dac03eec-6910-4176-bfca-33f8a57cf3d7",
1452
+ "value": "{default-font-style}"
1298
1453
  },
1299
- "detail-cjk-font-weight": {
1300
- "component": "detail",
1454
+ "heading-cjk-light-emphasized-font-weight": {
1301
1455
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1302
- "value": "{bold-font-weight}",
1303
- "uuid": "9b11f80a-7600-4a6b-a366-218ba320a5cc"
1456
+ "component": "heading",
1457
+ "deprecated": true,
1458
+ "uuid": "aea9787b-ee0b-40cc-9089-5973e52b18bd",
1459
+ "value": "{regular-font-weight}"
1304
1460
  },
1305
- "detail-cjk-font-style": {
1306
- "component": "detail",
1461
+ "heading-cjk-light-font-style": {
1307
1462
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1308
- "value": "{default-font-style}",
1309
- "uuid": "4d2a9b37-101b-4025-95d6-aba18b701a58"
1463
+ "component": "heading",
1464
+ "deprecated": true,
1465
+ "uuid": "b5704c75-2914-4268-9023-7f7452e826c1",
1466
+ "value": "{default-font-style}"
1310
1467
  },
1311
- "detail-sans-serif-light-font-weight": {
1312
- "component": "detail",
1468
+ "heading-cjk-light-font-weight": {
1313
1469
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1314
- "value": "{regular-font-weight}",
1315
- "uuid": "cf8f93e2-2b79-4a4c-bb31-313e013148e3",
1316
- "deprecated": true
1470
+ "component": "heading",
1471
+ "deprecated": true,
1472
+ "uuid": "9da0ba4c-b4e3-4052-8b2e-d2fde714bb9d",
1473
+ "value": "{light-font-weight}"
1317
1474
  },
1318
- "detail-sans-serif-light-font-style": {
1319
- "component": "detail",
1475
+ "heading-cjk-light-strong-emphasized-font-style": {
1320
1476
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1321
- "value": "{default-font-style}",
1322
- "uuid": "a6b7c26e-3ff5-4241-b9cc-3026604fe30e",
1323
- "deprecated": true
1477
+ "component": "heading",
1478
+ "deprecated": true,
1479
+ "uuid": "9136e25e-563b-4485-bad7-41809d5317de",
1480
+ "value": "{default-font-style}"
1324
1481
  },
1325
- "detail-serif-light-font-weight": {
1326
- "component": "detail",
1482
+ "heading-cjk-light-strong-emphasized-font-weight": {
1327
1483
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1328
- "value": "{regular-font-weight}",
1329
- "uuid": "2a15a805-fd08-4f8e-82e6-9264ef8937cb",
1330
- "deprecated": true
1484
+ "component": "heading",
1485
+ "deprecated": true,
1486
+ "uuid": "83cc347c-7a1a-4665-9de4-cf19903f1043",
1487
+ "value": "{extra-bold-font-weight}"
1331
1488
  },
1332
- "detail-serif-light-font-style": {
1333
- "component": "detail",
1489
+ "heading-cjk-light-strong-font-style": {
1334
1490
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1335
- "value": "{default-font-style}",
1336
- "uuid": "f6478d1d-5dcf-43eb-a4fc-498479b29aa7",
1337
- "deprecated": true
1491
+ "component": "heading",
1492
+ "deprecated": true,
1493
+ "uuid": "be854057-43b1-40ce-bdc7-69960cd7638c",
1494
+ "value": "{default-font-style}"
1338
1495
  },
1339
- "detail-cjk-light-font-weight": {
1340
- "component": "detail",
1496
+ "heading-cjk-light-strong-font-weight": {
1341
1497
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1342
- "value": "{light-font-weight}",
1343
- "uuid": "3b531775-a1fd-4a40-b169-7c42b8c6de38",
1344
- "deprecated": true
1498
+ "component": "heading",
1499
+ "deprecated": true,
1500
+ "uuid": "5ca91bc2-215b-4cbb-b966-80bfffd569ad",
1501
+ "value": "{extra-bold-font-weight}"
1345
1502
  },
1346
- "detail-cjk-light-font-style": {
1347
- "component": "detail",
1503
+ "heading-cjk-line-height": {
1348
1504
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1349
- "value": "{default-font-style}",
1350
- "uuid": "4cc06d86-326e-4b6f-a751-99445bb1d131",
1351
- "deprecated": true
1505
+ "component": "heading",
1506
+ "uuid": "3e038db9-c5f7-4b8b-b1af-31075a31e0cc",
1507
+ "value": "{cjk-line-height-100}"
1352
1508
  },
1353
- "detail-sans-serif-strong-font-weight": {
1354
- "component": "detail",
1509
+ "heading-cjk-size-l": {
1355
1510
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1356
- "value": "{bold-font-weight}",
1357
- "uuid": "a150e66c-daf4-4c71-a2e2-577600878988"
1511
+ "component": "heading",
1512
+ "uuid": "f57ffe02-2e41-46f3-a0ac-1feb63bdd748",
1513
+ "value": "{font-size-600}"
1358
1514
  },
1359
- "detail-sans-serif-strong-font-style": {
1360
- "component": "detail",
1515
+ "heading-cjk-size-m": {
1361
1516
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1362
- "value": "{default-font-style}",
1363
- "uuid": "c56642f3-043c-4738-bed0-61b324221f4e"
1517
+ "component": "heading",
1518
+ "uuid": "43f45659-314b-45aa-9886-1beb096fc4ce",
1519
+ "value": "{font-size-400}"
1364
1520
  },
1365
- "detail-serif-strong-font-weight": {
1366
- "component": "detail",
1521
+ "heading-cjk-size-s": {
1367
1522
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1368
- "value": "{bold-font-weight}",
1369
- "uuid": "d737931b-f63c-4874-8fa5-872b95048727"
1523
+ "component": "heading",
1524
+ "uuid": "c1242a8c-ca10-40d0-8fc4-67bbbce8fc5f",
1525
+ "value": "{font-size-300}"
1370
1526
  },
1371
- "detail-serif-strong-font-style": {
1372
- "component": "detail",
1527
+ "heading-cjk-size-xl": {
1373
1528
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1374
- "value": "{default-font-style}",
1375
- "uuid": "3b2124e3-e50b-4ab7-8340-f97b1f8fef1e"
1529
+ "component": "heading",
1530
+ "uuid": "43535e5f-607e-43f4-bd37-8230b1f7993f",
1531
+ "value": "{font-size-800}"
1376
1532
  },
1377
- "detail-cjk-strong-font-weight": {
1378
- "component": "detail",
1533
+ "heading-cjk-size-xs": {
1379
1534
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1380
- "value": "{extra-bold-font-weight}",
1381
- "uuid": "ef2997f3-276c-4662-8644-9514590114f4"
1535
+ "component": "heading",
1536
+ "uuid": "132688a7-917d-44b9-a34f-a7135599b299",
1537
+ "value": "{font-size-200}"
1382
1538
  },
1383
- "detail-cjk-strong-font-style": {
1384
- "component": "detail",
1539
+ "heading-cjk-size-xxl": {
1385
1540
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1386
- "value": "{default-font-style}",
1387
- "uuid": "653358fc-5ee4-4e97-affc-c56896d370c0"
1541
+ "component": "heading",
1542
+ "uuid": "fbf59302-1ad2-4327-bfde-d638a0ca2429",
1543
+ "value": "{font-size-1000}"
1388
1544
  },
1389
- "detail-sans-serif-light-strong-font-weight": {
1390
- "component": "detail",
1545
+ "heading-cjk-size-xxs": {
1391
1546
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1392
- "value": "{regular-font-weight}",
1393
- "uuid": "4f0f95d3-098a-4852-bd21-785f5bf054b5",
1394
- "deprecated": true
1547
+ "component": "heading",
1548
+ "deprecated": true,
1549
+ "uuid": "bddd6a96-c280-47ca-8858-20df055e488d",
1550
+ "value": "{font-size-100}"
1395
1551
  },
1396
- "detail-sans-serif-light-strong-font-style": {
1397
- "component": "detail",
1552
+ "heading-cjk-size-xxxl": {
1398
1553
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1399
- "value": "{default-font-style}",
1400
- "uuid": "c1966f09-1c6e-4fe0-89ad-8fb8e847e3ba",
1401
- "deprecated": true
1554
+ "component": "heading",
1555
+ "uuid": "5a44e177-2478-4bb0-9212-ba2df64c8b00",
1556
+ "value": "{font-size-1200}"
1402
1557
  },
1403
- "detail-serif-light-strong-font-weight": {
1404
- "component": "detail",
1558
+ "heading-cjk-size-xxxxl": {
1405
1559
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1406
- "value": "{regular-font-weight}",
1407
- "uuid": "fc5df058-f678-4dc8-953f-e2738798ee2b",
1408
- "deprecated": true
1560
+ "uuid": "3b954e15-341a-40f4-a47e-9abd2813fec4",
1561
+ "value": "{font-size-1400}"
1409
1562
  },
1410
- "detail-serif-light-strong-font-style": {
1411
- "component": "detail",
1563
+ "heading-cjk-strong-emphasized-font-style": {
1412
1564
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1413
- "value": "{default-font-style}",
1414
- "uuid": "7a878a3f-b663-41ee-8357-6e62f2e51d80",
1415
- "deprecated": true
1565
+ "component": "heading",
1566
+ "uuid": "22934d4d-4952-40a7-a5e5-256a7a3c9371",
1567
+ "value": "{default-font-style}"
1416
1568
  },
1417
- "detail-cjk-light-strong-font-weight": {
1418
- "component": "detail",
1569
+ "heading-cjk-strong-emphasized-font-weight": {
1419
1570
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1420
- "value": "{extra-bold-font-weight}",
1421
- "uuid": "91231878-73dc-46ce-a277-1d14e0e36842",
1422
- "deprecated": true
1571
+ "component": "heading",
1572
+ "uuid": "0080a817-b26f-42f1-84c4-5ed1ac08c12c",
1573
+ "value": "{black-font-weight}"
1423
1574
  },
1424
- "detail-cjk-light-strong-font-style": {
1425
- "component": "detail",
1575
+ "heading-cjk-strong-font-style": {
1426
1576
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1427
- "value": "{default-font-style}",
1428
- "uuid": "ec87fefe-f35f-41a0-9be1-6d076f0db230",
1429
- "deprecated": true
1577
+ "component": "heading",
1578
+ "uuid": "4f061165-0e86-46b9-83c3-c95eeb8ff956",
1579
+ "value": "{default-font-style}"
1430
1580
  },
1431
- "detail-sans-serif-emphasized-font-weight": {
1432
- "component": "detail",
1581
+ "heading-cjk-strong-font-weight": {
1433
1582
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1434
- "value": "{regular-font-weight}",
1435
- "uuid": "6ca600be-010a-4aaa-a815-e5bfdbe36b21"
1583
+ "component": "heading",
1584
+ "uuid": "eaf179aa-4514-4206-b3e2-a99b7d4d2029",
1585
+ "value": "{black-font-weight}"
1436
1586
  },
1437
- "detail-sans-serif-emphasized-font-style": {
1438
- "component": "detail",
1587
+ "heading-color": {
1439
1588
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1440
- "value": "{italic-font-style}",
1441
- "uuid": "5c7dcef1-514e-4d43-b2ef-76639e214b8c"
1589
+ "component": "heading",
1590
+ "uuid": "60300cd2-9b30-4ee3-b7a1-b8dae00270d9",
1591
+ "value": "{gray-900}"
1442
1592
  },
1443
- "detail-serif-emphasized-font-weight": {
1444
- "component": "detail",
1593
+ "heading-line-height": {
1445
1594
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1446
- "value": "{medium-font-weight}",
1447
- "uuid": "247b2004-e0bc-42b9-ba83-6edbe417c4cb"
1595
+ "component": "heading",
1596
+ "uuid": "64f28fe4-20f7-48cb-baeb-ff1898573727",
1597
+ "value": "{line-height-100}"
1448
1598
  },
1449
- "detail-serif-emphasized-font-style": {
1450
- "component": "detail",
1451
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1452
- "value": "{italic-font-style}",
1453
- "uuid": "cfaf6a70-3eb5-4887-bae6-8ae41c094192"
1599
+ "heading-margin-bottom-multiplier": {
1600
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
1601
+ "component": "heading",
1602
+ "uuid": "dd2035b4-506f-41ab-a656-de3668d44e0f",
1603
+ "value": 0.25
1454
1604
  },
1455
- "detail-cjk-emphasized-font-weight": {
1456
- "component": "detail",
1605
+ "heading-margin-top-multiplier": {
1606
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
1607
+ "component": "heading",
1608
+ "uuid": "008fa04b-6d74-416b-a6ae-ceec90f08642",
1609
+ "value": 0.88888889
1610
+ },
1611
+ "heading-sans-serif-emphasized-font-style": {
1457
1612
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1458
- "value": "{extra-bold-font-weight}",
1459
- "uuid": "aa70fa2d-87ee-4e67-b230-85f400ddd7d1"
1613
+ "component": "heading",
1614
+ "uuid": "2f17833a-28a4-4152-8999-12b077557797",
1615
+ "value": "{italic-font-style}"
1460
1616
  },
1461
- "detail-cjk-emphasized-font-style": {
1462
- "component": "detail",
1617
+ "heading-sans-serif-emphasized-font-weight": {
1463
1618
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1464
- "value": "{default-font-style}",
1465
- "uuid": "3dca0579-91c4-4f60-a2a6-25f16eb673b3"
1619
+ "uuid": "e4a183fd-53c5-4dbb-afd1-6308e2e74f80",
1620
+ "value": "{extra-bold-font-weight}"
1466
1621
  },
1467
- "detail-sans-serif-light-emphasized-font-weight": {
1468
- "component": "detail",
1622
+ "heading-sans-serif-font-family": {
1469
1623
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1470
- "value": "{regular-font-weight}",
1471
- "uuid": "64972012-5050-41d0-9c9b-269b533a58b7",
1472
- "deprecated": true
1624
+ "component": "heading",
1625
+ "uuid": "234d7b9d-bddc-4988-8be5-ef5e41e08185",
1626
+ "value": "{sans-serif-font-family}"
1473
1627
  },
1474
- "detail-sans-serif-light-emphasized-font-style": {
1475
- "component": "detail",
1628
+ "heading-sans-serif-font-style": {
1476
1629
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1477
- "value": "{italic-font-style}",
1478
- "uuid": "fc6098a2-3263-433c-8378-ba609629ef53",
1479
- "deprecated": true
1630
+ "component": "heading",
1631
+ "uuid": "561d905e-7f44-43da-b2b4-26e12551ef6d",
1632
+ "value": "{default-font-style}"
1480
1633
  },
1481
- "detail-serif-light-emphasized-font-weight": {
1482
- "component": "detail",
1634
+ "heading-sans-serif-font-weight": {
1483
1635
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1484
- "value": "{regular-font-weight}",
1485
- "uuid": "3d27f76e-b068-4f06-bea8-ee31fcbc49b2",
1486
- "deprecated": true
1636
+ "uuid": "1d4d09b4-021a-48e8-a724-bfecc13df325",
1637
+ "value": "{extra-bold-font-weight}"
1487
1638
  },
1488
- "detail-serif-light-emphasized-font-style": {
1489
- "component": "detail",
1639
+ "heading-sans-serif-heavy-emphasized-font-style": {
1490
1640
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1491
- "value": "{italic-font-style}",
1492
- "uuid": "320bcd8e-2bb8-4e9e-9b1d-4838b2966857",
1493
- "deprecated": true
1641
+ "component": "heading",
1642
+ "uuid": "924c338f-7141-490a-a842-ad632c26160c",
1643
+ "value": "{italic-font-style}"
1494
1644
  },
1495
- "detail-cjk-light-emphasized-font-weight": {
1496
- "component": "detail",
1645
+ "heading-sans-serif-heavy-emphasized-font-weight": {
1497
1646
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1498
- "value": "{regular-font-weight}",
1499
- "uuid": "279d9a16-279f-4788-b5b0-af825a4b5d40",
1500
- "deprecated": true
1647
+ "component": "heading",
1648
+ "uuid": "a7cb3274-e48e-435b-a066-32027ac19e84",
1649
+ "value": "{black-font-weight}"
1501
1650
  },
1502
- "detail-cjk-light-emphasized-font-style": {
1503
- "component": "detail",
1651
+ "heading-sans-serif-heavy-font-style": {
1504
1652
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1505
- "value": "{default-font-style}",
1506
- "uuid": "c7b1b312-cd81-4c65-8a67-017f91aee40b",
1507
- "deprecated": true
1653
+ "component": "heading",
1654
+ "uuid": "0c4cdd06-8180-40b1-9b1f-d7d973a7b772",
1655
+ "value": "{default-font-style}"
1508
1656
  },
1509
- "detail-sans-serif-strong-emphasized-font-weight": {
1510
- "component": "detail",
1657
+ "heading-sans-serif-heavy-font-weight": {
1511
1658
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1512
- "value": "{bold-font-weight}",
1513
- "uuid": "c57f8682-52d2-43fa-a306-a588a13ead6b"
1659
+ "component": "heading",
1660
+ "uuid": "ef13b8f0-f686-492d-990f-691ec91ebb96",
1661
+ "value": "{black-font-weight}"
1514
1662
  },
1515
- "detail-sans-serif-strong-emphasized-font-style": {
1516
- "component": "detail",
1663
+ "heading-sans-serif-heavy-strong-emphasized-font-style": {
1517
1664
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1518
- "value": "{italic-font-style}",
1519
- "uuid": "82d04795-da5f-4868-a90d-980f5376a878"
1665
+ "component": "heading",
1666
+ "uuid": "c20ea22a-c34d-4c7c-a816-75b533e28c92",
1667
+ "value": "{italic-font-style}"
1520
1668
  },
1521
- "detail-serif-strong-emphasized-font-weight": {
1522
- "component": "detail",
1669
+ "heading-sans-serif-heavy-strong-emphasized-font-weight": {
1523
1670
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1524
- "value": "{bold-font-weight}",
1525
- "uuid": "863cf841-7b83-4f66-a01f-12dccd47fee6"
1671
+ "component": "heading",
1672
+ "uuid": "8779e773-7b37-4eb0-ae7a-2ba0104ad9d5",
1673
+ "value": "{black-font-weight}"
1526
1674
  },
1527
- "detail-serif-strong-emphasized-font-style": {
1528
- "component": "detail",
1675
+ "heading-sans-serif-heavy-strong-font-style": {
1529
1676
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1530
- "value": "{italic-font-style}",
1531
- "uuid": "7fdffa4e-4370-45cf-aab0-316561a56a24"
1677
+ "component": "heading",
1678
+ "uuid": "86775b10-5682-49fb-9d38-6bdb857da801",
1679
+ "value": "{default-font-style}"
1532
1680
  },
1533
- "detail-cjk-strong-emphasized-font-weight": {
1534
- "component": "detail",
1681
+ "heading-sans-serif-heavy-strong-font-weight": {
1535
1682
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1536
- "value": "{extra-bold-font-weight}",
1537
- "uuid": "a7007c07-15a4-4671-bd3b-7406f4b374bb"
1683
+ "component": "heading",
1684
+ "uuid": "2104c3c2-d834-436a-a26d-508056f1013d",
1685
+ "value": "{black-font-weight}"
1538
1686
  },
1539
- "detail-cjk-strong-emphasized-font-style": {
1540
- "component": "detail",
1687
+ "heading-sans-serif-light-emphasized-font-style": {
1541
1688
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1542
- "value": "{default-font-style}",
1543
- "uuid": "75a3a4ec-2b57-4a49-b3bd-84b41a3cd314"
1689
+ "component": "heading",
1690
+ "deprecated": true,
1691
+ "uuid": "5f88eb81-7052-4c21-9896-f14cb09f0e70",
1692
+ "value": "{italic-font-style}"
1544
1693
  },
1545
- "detail-sans-serif-light-strong-emphasized-font-weight": {
1546
- "component": "detail",
1694
+ "heading-sans-serif-light-emphasized-font-weight": {
1547
1695
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1548
- "value": "{regular-font-weight}",
1549
- "uuid": "53f16a1c-9d44-4384-9a7e-88a2c4319486",
1550
- "deprecated": true
1696
+ "component": "heading",
1697
+ "deprecated": true,
1698
+ "uuid": "e882ea46-8f0a-4313-84f5-85bb8d9f1f5e",
1699
+ "value": "{light-font-weight}"
1551
1700
  },
1552
- "detail-sans-serif-light-strong-emphasized-font-style": {
1553
- "component": "detail",
1701
+ "heading-sans-serif-light-font-style": {
1554
1702
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1555
- "value": "{italic-font-style}",
1556
- "uuid": "b7364639-2686-4e12-9ede-d6543d0d0d6d",
1557
- "deprecated": true
1703
+ "component": "heading",
1704
+ "deprecated": true,
1705
+ "uuid": "c5551fd5-4ee2-4c93-b91f-9ed295fa63a4",
1706
+ "value": "{default-font-style}"
1558
1707
  },
1559
- "detail-serif-light-strong-emphasized-font-weight": {
1560
- "component": "detail",
1708
+ "heading-sans-serif-light-font-weight": {
1561
1709
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1562
- "value": "{regular-font-weight}",
1563
- "uuid": "1c524d85-9fca-433c-b5c4-5eaa456cc3a2",
1564
- "deprecated": true
1710
+ "component": "heading",
1711
+ "deprecated": true,
1712
+ "uuid": "ff84a748-5923-451d-967c-a346d2dee46c",
1713
+ "value": "{light-font-weight}"
1565
1714
  },
1566
- "detail-serif-light-strong-emphasized-font-style": {
1567
- "component": "detail",
1715
+ "heading-sans-serif-light-strong-emphasized-font-style": {
1568
1716
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1569
- "value": "{italic-font-style}",
1570
- "uuid": "42d2049f-cda2-4ae4-8d0a-41f7789f768b",
1571
- "deprecated": true
1717
+ "component": "heading",
1718
+ "deprecated": true,
1719
+ "uuid": "bc5d65e0-e13a-424c-a260-9268a0dee66c",
1720
+ "value": "{italic-font-style}"
1572
1721
  },
1573
- "detail-cjk-light-strong-emphasized-font-weight": {
1574
- "component": "detail",
1722
+ "heading-sans-serif-light-strong-emphasized-font-weight": {
1575
1723
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1576
- "value": "{extra-bold-font-weight}",
1577
- "uuid": "0bc51146-a3e5-48c4-8324-4490b9d30f4d",
1578
- "deprecated": true
1724
+ "component": "heading",
1725
+ "deprecated": true,
1726
+ "uuid": "c297a503-fc3c-4939-8c5a-6611b9b04719",
1727
+ "value": "{bold-font-weight}"
1579
1728
  },
1580
- "detail-cjk-light-strong-emphasized-font-style": {
1581
- "component": "detail",
1729
+ "heading-sans-serif-light-strong-font-style": {
1582
1730
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1583
- "value": "{default-font-style}",
1584
- "uuid": "1d4235ff-c183-4d6c-8277-9783e3e1ce7a",
1585
- "deprecated": true
1731
+ "component": "heading",
1732
+ "deprecated": true,
1733
+ "uuid": "67271ca0-c9fd-4047-a615-6314d7333f7a",
1734
+ "value": "{default-font-style}"
1586
1735
  },
1587
- "detail-size-xl": {
1588
- "component": "detail",
1736
+ "heading-sans-serif-light-strong-font-weight": {
1589
1737
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1590
- "value": "{font-size-300}",
1591
- "uuid": "ab476eec-b592-4890-af8f-74de808cb87f"
1738
+ "component": "heading",
1739
+ "deprecated": true,
1740
+ "uuid": "75437f9a-7ee8-4194-b4b3-0746be097396",
1741
+ "value": "{bold-font-weight}"
1592
1742
  },
1593
- "detail-size-l": {
1594
- "component": "detail",
1743
+ "heading-sans-serif-strong-emphasized-font-style": {
1595
1744
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1596
- "value": "{font-size-200}",
1597
- "uuid": "613da587-5c48-4efa-abb5-36378c1e81f0"
1745
+ "component": "heading",
1746
+ "uuid": "f692d35f-1b11-43d1-ad29-967436b90928",
1747
+ "value": "{italic-font-style}"
1598
1748
  },
1599
- "detail-size-m": {
1600
- "component": "detail",
1749
+ "heading-sans-serif-strong-emphasized-font-weight": {
1601
1750
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1602
- "value": "{font-size-100}",
1603
- "uuid": "07840554-1ec1-4823-b119-474ec9cc31f0"
1751
+ "component": "heading",
1752
+ "uuid": "9d834e30-53c1-4cea-9e17-2326038cb6cb",
1753
+ "value": "{black-font-weight}"
1604
1754
  },
1605
- "detail-size-s": {
1606
- "component": "detail",
1755
+ "heading-sans-serif-strong-font-style": {
1607
1756
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1608
- "value": "{font-size-75}",
1609
- "uuid": "585e1bec-ee93-4983-b0bb-3a1f6ec28218"
1757
+ "component": "heading",
1758
+ "uuid": "2117cb6e-67f7-4509-b4fb-e9e442b6dc0e",
1759
+ "value": "{default-font-style}"
1610
1760
  },
1611
- "detail-line-height": {
1612
- "component": "detail",
1761
+ "heading-sans-serif-strong-font-weight": {
1613
1762
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1614
- "value": "{line-height-100}",
1615
- "uuid": "4ca9965a-24f9-454e-b0a7-dd5a0c5ae170"
1763
+ "component": "heading",
1764
+ "uuid": "79275989-91ed-408a-b884-a31d9f8bac26",
1765
+ "value": "{black-font-weight}"
1616
1766
  },
1617
- "detail-cjk-line-height": {
1618
- "component": "detail",
1767
+ "heading-serif-emphasized-font-style": {
1619
1768
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1620
- "value": "{cjk-line-height-100}",
1621
- "uuid": "93434006-5ed7-4656-96b7-8f355a1f07b2"
1769
+ "component": "heading",
1770
+ "uuid": "fe694554-832d-457d-a320-f02629f9c441",
1771
+ "value": "{italic-font-style}"
1622
1772
  },
1623
- "detail-margin-top-multiplier": {
1624
- "component": "detail",
1625
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
1626
- "value": 0.88888889,
1627
- "uuid": "5d34c3b5-fddd-420b-bfe4-0dee4e07701c"
1773
+ "heading-serif-emphasized-font-weight": {
1774
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1775
+ "uuid": "a0983216-b0c5-4a3f-97dc-96ee711acb1f",
1776
+ "value": "{bold-font-weight}"
1628
1777
  },
1629
- "detail-margin-bottom-multiplier": {
1630
- "component": "detail",
1631
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
1632
- "value": 0.25,
1633
- "uuid": "35ac24a4-0338-44c6-b780-120a0af0fc51"
1778
+ "heading-serif-font-family": {
1779
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1780
+ "component": "heading",
1781
+ "uuid": "f2430818-41b5-439a-8347-6b384e78d141",
1782
+ "value": "{serif-font-family}"
1634
1783
  },
1635
- "detail-letter-spacing": {
1636
- "component": "detail",
1637
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1638
- "value": "0.06em",
1639
- "uuid": "c4dbe044-dc8c-4722-b36c-5442cd2bc279",
1640
- "deprecated": true
1784
+ "heading-serif-font-style": {
1785
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1786
+ "component": "heading",
1787
+ "uuid": "938f3684-44c6-4ae2-935a-b88921fcd7fe",
1788
+ "value": "{default-font-style}"
1641
1789
  },
1642
- "detail-sans-serif-text-transform": {
1643
- "component": "detail",
1644
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-transform.json",
1645
- "value": "uppercase",
1646
- "uuid": "8646d403-21f9-4e77-8a21-92289c303715",
1647
- "deprecated": true
1790
+ "heading-serif-font-weight": {
1791
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1792
+ "uuid": "350aa193-9996-49c8-b5e4-54d4f7bef3c2",
1793
+ "value": "{bold-font-weight}"
1648
1794
  },
1649
- "detail-serif-text-transform": {
1650
- "component": "detail",
1651
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-transform.json",
1652
- "value": "uppercase",
1653
- "uuid": "0e161c32-c412-4cda-bacb-7eaa548b5534",
1654
- "deprecated": true
1795
+ "heading-serif-heavy-emphasized-font-style": {
1796
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1797
+ "component": "heading",
1798
+ "uuid": "a18ac621-eade-4224-9660-3e9a080219ec",
1799
+ "value": "{italic-font-style}"
1655
1800
  },
1656
- "detail-color": {
1657
- "component": "detail",
1801
+ "heading-serif-heavy-emphasized-font-weight": {
1658
1802
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1659
- "value": "{gray-600}",
1660
- "uuid": "5f6b9d7a-2433-44fa-8de5-1fb40137e334"
1803
+ "component": "heading",
1804
+ "uuid": "82e9d579-8918-4114-bafa-3a9757556f84",
1805
+ "value": "{black-font-weight}"
1661
1806
  },
1662
- "detail-cjk-size-xs": {
1663
- "component": "detail",
1807
+ "heading-serif-heavy-font-style": {
1664
1808
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1665
- "value": "{font-size-25}",
1666
- "uuid": "e6d8e8ae-d9a3-42fb-b4c7-f2e893b926f1"
1809
+ "component": "heading",
1810
+ "uuid": "14532cb8-6c88-46ce-886b-96fac971e7b9",
1811
+ "value": "{default-font-style}"
1667
1812
  },
1668
- "detail-cjk-size-s": {
1669
- "component": "detail",
1813
+ "heading-serif-heavy-font-weight": {
1670
1814
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1671
- "value": "{font-size-50}",
1672
- "uuid": "8eb0f29f-71a1-4aa5-a3ed-98a373baf620"
1815
+ "component": "heading",
1816
+ "uuid": "6b74c5ea-6bf4-46bb-bee1-3841606f1500",
1817
+ "value": "{black-font-weight}"
1673
1818
  },
1674
- "detail-cjk-size-m": {
1675
- "component": "detail",
1819
+ "heading-serif-heavy-strong-emphasized-font-style": {
1676
1820
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1677
- "value": "{font-size-75}",
1678
- "uuid": "236c73fb-d3bc-4390-8682-dd06fbd92d23"
1821
+ "component": "heading",
1822
+ "uuid": "adf303e8-1e27-4aec-9bbc-5abe166358ec",
1823
+ "value": "{italic-font-style}"
1679
1824
  },
1680
- "detail-cjk-size-l": {
1681
- "component": "detail",
1825
+ "heading-serif-heavy-strong-emphasized-font-weight": {
1682
1826
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1683
- "value": "{font-size-100}",
1684
- "uuid": "92399d83-aa71-4207-b533-4fe69e6271e2"
1827
+ "component": "heading",
1828
+ "uuid": "2d8e76cd-f123-488d-893d-54a9f48f679e",
1829
+ "value": "{black-font-weight}"
1685
1830
  },
1686
- "detail-cjk-size-xl": {
1687
- "component": "detail",
1831
+ "heading-serif-heavy-strong-font-style": {
1688
1832
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1689
- "value": "{font-size-200}",
1690
- "uuid": "533265d4-7304-4688-b2fb-379a086b20bf"
1833
+ "component": "heading",
1834
+ "uuid": "b2875bbe-b5cb-452f-b7d6-3dcb4fc59921",
1835
+ "value": "{default-font-style}"
1691
1836
  },
1692
- "detail-size-xs": {
1693
- "component": "detail",
1837
+ "heading-serif-heavy-strong-font-weight": {
1694
1838
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1695
- "value": "{font-size-50}",
1696
- "uuid": "b33a59b4-1ec2-4f09-8cb3-9bfd09d7c695"
1839
+ "component": "heading",
1840
+ "uuid": "af0010c7-5134-4fe4-bee1-bbb7dd31de3a",
1841
+ "value": "{black-font-weight}"
1697
1842
  },
1698
- "code-font-family": {
1699
- "component": "code",
1700
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
1701
- "value": "Source Code Pro",
1702
- "uuid": "79b6c1f9-d1d5-4053-be47-36ecb666d0c1"
1843
+ "heading-serif-light-emphasized-font-style": {
1844
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1845
+ "component": "heading",
1846
+ "deprecated": true,
1847
+ "uuid": "7bd831cd-3fe0-402b-a105-f65b8e8023e2",
1848
+ "value": "{italic-font-style}"
1703
1849
  },
1704
- "code-cjk-font-family": {
1705
- "component": "code",
1850
+ "heading-serif-light-emphasized-font-weight": {
1706
1851
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1707
- "value": "{code-font-family}",
1708
- "uuid": "322cb744-5837-4d0a-94a8-3c885d54568d"
1852
+ "component": "heading",
1853
+ "deprecated": true,
1854
+ "uuid": "b5f79fde-07f7-4c07-897e-0bfdf27e2839",
1855
+ "value": "{regular-font-weight}"
1709
1856
  },
1710
- "code-font-weight": {
1711
- "component": "code",
1857
+ "heading-serif-light-font-style": {
1712
1858
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1713
- "value": "{regular-font-weight}",
1714
- "uuid": "bf02dd59-4b3c-435a-b33b-49fff22674a3"
1859
+ "component": "heading",
1860
+ "deprecated": true,
1861
+ "uuid": "5f30418a-aa76-434e-bca9-902d5be0d929",
1862
+ "value": "{default-font-style}"
1715
1863
  },
1716
- "code-font-style": {
1717
- "component": "code",
1864
+ "heading-serif-light-font-weight": {
1718
1865
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1719
- "value": "{default-font-style}",
1720
- "uuid": "b98a9c39-7d39-4b6d-ad35-46c8b1725c0c"
1866
+ "component": "heading",
1867
+ "deprecated": true,
1868
+ "uuid": "66958795-6459-4750-8c68-dc39ab383837",
1869
+ "value": "{regular-font-weight}"
1721
1870
  },
1722
- "code-cjk-font-weight": {
1723
- "component": "code",
1871
+ "heading-serif-light-strong-emphasized-font-style": {
1724
1872
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1725
- "value": "{regular-font-weight}",
1726
- "uuid": "8455f34c-0c79-4699-aa7c-c77d28bfa617"
1873
+ "component": "heading",
1874
+ "deprecated": true,
1875
+ "uuid": "71c8e302-6bc1-4f45-b804-c847dd153d1b",
1876
+ "value": "{italic-font-style}"
1727
1877
  },
1728
- "code-cjk-font-style": {
1729
- "component": "code",
1878
+ "heading-serif-light-strong-emphasized-font-weight": {
1730
1879
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1731
- "value": "{default-font-style}",
1732
- "uuid": "b26477bc-8bf1-41aa-b849-cfde54e27780"
1880
+ "component": "heading",
1881
+ "deprecated": true,
1882
+ "uuid": "98c61df3-057d-4345-881e-0c04628757f3",
1883
+ "value": "{bold-font-weight}"
1733
1884
  },
1734
- "code-strong-font-weight": {
1735
- "component": "code",
1885
+ "heading-serif-light-strong-font-style": {
1736
1886
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1737
- "value": "{bold-font-weight}",
1738
- "uuid": "48d2b9b8-beac-4185-827d-0c552e47663f"
1887
+ "component": "heading",
1888
+ "deprecated": true,
1889
+ "uuid": "73906871-24e5-48cc-9140-ec700c08d144",
1890
+ "value": "{default-font-style}"
1739
1891
  },
1740
- "code-strong-font-style": {
1741
- "component": "code",
1892
+ "heading-serif-light-strong-font-weight": {
1742
1893
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1743
- "value": "{default-font-style}",
1744
- "uuid": "dac3d8d5-3005-4fa6-b71a-6679470176cf"
1894
+ "component": "heading",
1895
+ "deprecated": true,
1896
+ "uuid": "29ad1c96-62e4-4143-88e8-fc8e08913a52",
1897
+ "value": "{bold-font-weight}"
1745
1898
  },
1746
- "code-cjk-strong-font-weight": {
1747
- "component": "code",
1899
+ "heading-serif-strong-emphasized-font-style": {
1748
1900
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1749
- "value": "{bold-font-weight}",
1750
- "uuid": "ed73f5fc-5b7a-4414-8f1c-325e7944a9e1"
1901
+ "component": "heading",
1902
+ "uuid": "da6e1593-9d2a-4fd8-8877-d30d6e1d1c07",
1903
+ "value": "{italic-font-style}"
1751
1904
  },
1752
- "code-cjk-strong-font-style": {
1753
- "component": "code",
1905
+ "heading-serif-strong-emphasized-font-weight": {
1754
1906
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1755
- "value": "{default-font-style}",
1756
- "uuid": "a30c9a18-1a49-4b16-87a0-e882c81dd1bd"
1907
+ "component": "heading",
1908
+ "uuid": "cd32f2b7-3e9f-47ae-ad34-2c7783dd5b2f",
1909
+ "value": "{black-font-weight}"
1757
1910
  },
1758
- "code-emphasized-font-weight": {
1759
- "component": "code",
1911
+ "heading-serif-strong-font-style": {
1760
1912
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1761
- "value": "{regular-font-weight}",
1762
- "uuid": "948436ba-23d7-4eec-a3fe-ef5829ccadb0"
1913
+ "component": "heading",
1914
+ "uuid": "2e0ef484-406a-4902-995d-9a3d5177ec12",
1915
+ "value": "{default-font-style}"
1763
1916
  },
1764
- "code-emphasized-font-style": {
1765
- "component": "code",
1917
+ "heading-serif-strong-font-weight": {
1766
1918
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1767
- "value": "{italic-font-style}",
1768
- "uuid": "9d3151ad-4a37-4eeb-aadd-7389ccb09345"
1919
+ "component": "heading",
1920
+ "uuid": "6df0fb95-4aa0-4c67-896d-fa6aa3d34e95",
1921
+ "value": "{black-font-weight}"
1769
1922
  },
1770
- "code-cjk-emphasized-font-weight": {
1771
- "component": "code",
1923
+ "heading-size-l": {
1772
1924
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1773
- "value": "{bold-font-weight}",
1774
- "uuid": "61f8b443-95fa-46fd-8876-b4d7a2244af9"
1925
+ "component": "heading",
1926
+ "uuid": "336e434c-9026-4bb3-96b1-5bb44376b868",
1927
+ "value": "{font-size-700}"
1775
1928
  },
1776
- "code-cjk-emphasized-font-style": {
1777
- "component": "code",
1929
+ "heading-size-m": {
1778
1930
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1779
- "value": "{default-font-style}",
1780
- "uuid": "f892e676-5218-4dc9-870b-c9d2df6f3152"
1931
+ "component": "heading",
1932
+ "uuid": "4cdcefe1-2006-4560-839f-5bdef6db8c1a",
1933
+ "value": "{font-size-500}"
1781
1934
  },
1782
- "code-strong-emphasized-font-weight": {
1783
- "component": "code",
1935
+ "heading-size-s": {
1784
1936
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1785
- "value": "{bold-font-weight}",
1786
- "uuid": "4d5f1937-552d-44a4-be8e-2edafefa46aa"
1937
+ "component": "heading",
1938
+ "uuid": "96673fee-b75c-4867-9041-48362af044bc",
1939
+ "value": "{font-size-400}"
1787
1940
  },
1788
- "code-strong-emphasized-font-style": {
1789
- "component": "code",
1941
+ "heading-size-xl": {
1790
1942
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1791
- "value": "{italic-font-style}",
1792
- "uuid": "83d53fe1-372f-46ba-b8e0-f90ca2e59647"
1943
+ "component": "heading",
1944
+ "uuid": "94bb5ad9-503a-428a-a8ba-6cf3f70592ac",
1945
+ "value": "{font-size-900}"
1793
1946
  },
1794
- "code-cjk-strong-emphasized-font-weight": {
1795
- "component": "code",
1947
+ "heading-size-xs": {
1796
1948
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1797
- "value": "{bold-font-weight}",
1798
- "uuid": "8ed5c5e0-ff72-4937-98fd-fd09f1fab288"
1949
+ "component": "heading",
1950
+ "uuid": "4f179af6-c31f-48f8-927c-a45150668ad3",
1951
+ "value": "{font-size-300}"
1799
1952
  },
1800
- "code-cjk-strong-emphasized-font-style": {
1801
- "component": "code",
1953
+ "heading-size-xxl": {
1802
1954
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1803
- "value": "{default-font-style}",
1804
- "uuid": "38006d42-4f02-46ff-917f-6c0163525642"
1955
+ "component": "heading",
1956
+ "uuid": "464e34cd-e768-4a38-a72b-cae1a4852ef3",
1957
+ "value": "{font-size-1100}"
1805
1958
  },
1806
- "code-size-xl": {
1807
- "component": "code",
1959
+ "heading-size-xxs": {
1808
1960
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1809
- "value": "{font-size-400}",
1810
- "uuid": "7879adbc-6c38-4d29-9a90-a4ad91c75b90"
1961
+ "component": "heading",
1962
+ "deprecated": true,
1963
+ "uuid": "82a831b4-b624-475b-b2be-4eb949e48626",
1964
+ "value": "{font-size-100}"
1811
1965
  },
1812
- "code-size-l": {
1813
- "component": "code",
1966
+ "heading-size-xxxl": {
1814
1967
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1815
- "value": "{font-size-300}",
1816
- "uuid": "b7010f1a-c994-4b19-b273-3f609fe4be2b"
1968
+ "component": "heading",
1969
+ "uuid": "db884bf9-e7b5-420a-b408-bd9a4d6bb0a4",
1970
+ "value": "{font-size-1300}"
1817
1971
  },
1818
- "code-size-m": {
1819
- "component": "code",
1972
+ "heading-size-xxxxl": {
1820
1973
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1821
- "value": "{font-size-200}",
1822
- "uuid": "e5b76091-7cbb-4d1e-8d27-48f00759c9f3"
1974
+ "uuid": "517d86cc-2e66-4cdc-8841-cb32db9e56f4",
1975
+ "value": "{font-size-1500}"
1823
1976
  },
1824
- "code-size-s": {
1825
- "component": "code",
1826
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1827
- "value": "{font-size-100}",
1828
- "uuid": "efa9311b-27c5-45ea-93a7-bef6f9370179"
1977
+ "italic-font-style": {
1978
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-style.json",
1979
+ "uuid": "9a58e4ae-dfa1-428b-9d90-11f4275418da",
1980
+ "value": "italic"
1829
1981
  },
1830
- "code-size-xs": {
1831
- "component": "code",
1832
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1833
- "value": "{font-size-75}",
1834
- "uuid": "f0c5e6fb-fb48-45d2-a043-558b3dc28bc7"
1982
+ "letter-spacing": {
1983
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1984
+ "uuid": "d8caf3aa-1261-411f-b383-18f87334c117",
1985
+ "value": "0em"
1835
1986
  },
1836
- "code-line-height": {
1837
- "component": "code",
1838
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1839
- "value": "{line-height-200}",
1840
- "uuid": "0d33b30d-96d6-4b5a-90d2-2a708bdae623"
1987
+ "light-font-weight": {
1988
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
1989
+ "uuid": "fd477873-3767-4883-ab3f-5ee2758b923b",
1990
+ "value": "light"
1841
1991
  },
1842
- "code-cjk-line-height": {
1843
- "component": "code",
1844
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1845
- "value": "{cjk-line-height-200}",
1846
- "uuid": "35580910-cb91-44df-9613-7b2e40a75a7c"
1992
+ "line-height-100": {
1993
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
1994
+ "uuid": "dd125d1d-cf4d-45c8-ab21-52331a9a264b",
1995
+ "value": 1.3
1847
1996
  },
1848
- "code-color": {
1849
- "component": "code",
1850
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/alias.json",
1851
- "value": "{gray-800}",
1852
- "uuid": "851aebc5-5aa2-42ae-9032-59a5c9e8db5f"
1997
+ "line-height-200": {
1998
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/multiplier.json",
1999
+ "uuid": "832f2589-0e75-48dd-bbe3-e3f5b98e6c97",
2000
+ "value": 1.5
1853
2001
  },
1854
- "line-height-font-size-25": {
2002
+ "line-height-font-size-100": {
1855
2003
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1856
2004
  "sets": {
1857
2005
  "desktop": {
1858
2006
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1859
- "value": "12px",
1860
- "uuid": "d1853d46-038f-4fd1-a0b2-4434bbf95099"
2007
+ "uuid": "0c323ed8-47c4-4fbb-bb66-a393a1e992cd",
2008
+ "value": "18px"
1861
2009
  },
1862
2010
  "mobile": {
1863
2011
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1864
- "value": "14px",
1865
- "uuid": "422ef89d-75dc-4110-b38d-45abf2b12f8d"
2012
+ "uuid": "898fde6d-f477-46a6-8323-698dee558580",
2013
+ "value": "22px"
1866
2014
  }
1867
- }
2015
+ },
2016
+ "uuid": "65b87e13-5799-43e0-a8d3-7f8288ccc3f7"
1868
2017
  },
1869
- "line-height-font-size-50": {
2018
+ "line-height-font-size-1000": {
1870
2019
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1871
2020
  "sets": {
1872
2021
  "desktop": {
1873
2022
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1874
- "value": "14px",
1875
- "uuid": "3696e3bf-2b72-4b08-9893-ac618f904771"
2023
+ "uuid": "8b37acbd-a978-4de3-aa1e-981afa09868c",
2024
+ "value": "46px"
1876
2025
  },
1877
2026
  "mobile": {
1878
2027
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1879
- "value": "16px",
1880
- "uuid": "242bf245-e7f0-4826-bcec-e19c0ed5e93f"
2028
+ "uuid": "48b573ce-0e43-4550-83db-1f44d06aafda",
2029
+ "value": "56px"
1881
2030
  }
1882
- }
2031
+ },
2032
+ "uuid": "9c0a5092-0faa-4f70-bd5e-dfeda66ae286"
1883
2033
  },
1884
- "line-height-font-size-75": {
2034
+ "line-height-font-size-1100": {
1885
2035
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1886
2036
  "sets": {
1887
2037
  "desktop": {
1888
2038
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1889
- "value": "16px",
1890
- "uuid": "8e85a017-2c5d-4a52-92df-c0426e00c3c3"
2039
+ "uuid": "a8db4407-791a-4fca-9e2a-12f703089223",
2040
+ "value": "52px"
1891
2041
  },
1892
2042
  "mobile": {
1893
2043
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1894
- "value": "20px",
1895
- "uuid": "25be5bf4-e450-4a58-89e2-a04e02b7b78b"
2044
+ "uuid": "cd0d821b-015c-40be-9156-c2dab18b5977",
2045
+ "value": "64px"
1896
2046
  }
1897
- }
2047
+ },
2048
+ "uuid": "55494016-ab3d-475c-99b3-6824e8df227a"
1898
2049
  },
1899
- "line-height-font-size-100": {
2050
+ "line-height-font-size-1200": {
1900
2051
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1901
2052
  "sets": {
1902
2053
  "desktop": {
1903
2054
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1904
- "value": "18px",
1905
- "uuid": "0c323ed8-47c4-4fbb-bb66-a393a1e992cd"
2055
+ "uuid": "f3b61670-1a19-4c9f-aae7-cac247d24af6",
2056
+ "value": "58px"
1906
2057
  },
1907
2058
  "mobile": {
1908
2059
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1909
- "value": "22px",
1910
- "uuid": "898fde6d-f477-46a6-8323-698dee558580"
2060
+ "uuid": "10f70d36-8574-4476-bc0a-2b03b7db5448",
2061
+ "value": "72px"
1911
2062
  }
1912
- }
2063
+ },
2064
+ "uuid": "f94ee04e-f2d7-4cb3-8d5f-f35119766fc8"
1913
2065
  },
1914
- "line-height-font-size-200": {
2066
+ "line-height-font-size-1300": {
1915
2067
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1916
2068
  "sets": {
1917
2069
  "desktop": {
1918
2070
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1919
- "value": "20px",
1920
- "uuid": "efb450f9-976a-47cb-a7cc-667b9fe967a9"
2071
+ "uuid": "9b7a0ea3-22e1-472e-af82-153eac1e077e",
2072
+ "value": "66px"
1921
2073
  },
1922
2074
  "mobile": {
1923
2075
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1924
- "value": "24px",
1925
- "uuid": "790dde8d-c117-4759-be93-2498297c6fa3"
2076
+ "uuid": "533402b6-9b8b-4615-b9db-17ea35914369",
2077
+ "value": "80px"
1926
2078
  }
1927
- }
2079
+ },
2080
+ "uuid": "6a5986cd-4bcb-4de2-a474-d5d0fad5187f"
1928
2081
  },
1929
- "line-height-font-size-300": {
2082
+ "line-height-font-size-1400": {
1930
2083
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1931
2084
  "sets": {
1932
2085
  "desktop": {
1933
2086
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1934
- "value": "22px",
1935
- "uuid": "52e64384-f918-4415-8d02-da3af639890f"
2087
+ "uuid": "76fa374d-f759-4198-9fc0-e61d378c3258",
2088
+ "value": "74px"
1936
2089
  },
1937
2090
  "mobile": {
1938
2091
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1939
- "value": "26px",
1940
- "uuid": "80beb678-586c-4277-9db0-1ab373ec8f80"
2092
+ "uuid": "1251799e-a10a-4625-b487-6b93839c6be8",
2093
+ "value": "90px"
1941
2094
  }
1942
- }
2095
+ },
2096
+ "uuid": "15edb168-9840-4fad-ab60-c1c3423ec855"
1943
2097
  },
1944
- "line-height-font-size-400": {
2098
+ "line-height-font-size-1500": {
1945
2099
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1946
2100
  "sets": {
1947
2101
  "desktop": {
1948
2102
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1949
- "value": "24px",
1950
- "uuid": "03676924-ace1-418a-97a0-17ce62f4a832"
2103
+ "uuid": "c915185b-86ab-421b-8a58-e3965e9904dc",
2104
+ "value": "84px"
1951
2105
  },
1952
2106
  "mobile": {
1953
2107
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1954
- "value": "28px",
1955
- "uuid": "92adf566-babe-43cf-aefa-e4d04364cdbe"
2108
+ "uuid": "185be0f6-8283-4068-80f1-68ee8dd06c25",
2109
+ "value": "102px"
1956
2110
  }
1957
- }
2111
+ },
2112
+ "uuid": "330c5167-53ef-46cc-8a7c-3cb5b3ee0b2b"
1958
2113
  },
1959
- "line-height-font-size-500": {
2114
+ "line-height-font-size-200": {
1960
2115
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1961
2116
  "sets": {
1962
2117
  "desktop": {
1963
2118
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1964
- "value": "26px",
1965
- "uuid": "cec9acbc-6b54-480f-91a2-067d947dd73e"
2119
+ "uuid": "efb450f9-976a-47cb-a7cc-667b9fe967a9",
2120
+ "value": "20px"
1966
2121
  },
1967
2122
  "mobile": {
1968
2123
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1969
- "value": "32px",
1970
- "uuid": "143a00de-eac6-4bb5-9b25-18011efa69f5"
2124
+ "uuid": "790dde8d-c117-4759-be93-2498297c6fa3",
2125
+ "value": "24px"
1971
2126
  }
1972
- }
2127
+ },
2128
+ "uuid": "f8763297-f04f-4294-a7ba-376e3b12f1eb"
1973
2129
  },
1974
- "line-height-font-size-600": {
2130
+ "line-height-font-size-25": {
1975
2131
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1976
2132
  "sets": {
1977
2133
  "desktop": {
1978
2134
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1979
- "value": "30px",
1980
- "uuid": "1cb847c8-4b6d-494f-b50f-98e46e82c9c0"
2135
+ "uuid": "d1853d46-038f-4fd1-a0b2-4434bbf95099",
2136
+ "value": "12px"
1981
2137
  },
1982
2138
  "mobile": {
1983
2139
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1984
- "value": "36px",
1985
- "uuid": "51dbd9c7-37e5-4968-a84b-9f8563030f89"
2140
+ "uuid": "422ef89d-75dc-4110-b38d-45abf2b12f8d",
2141
+ "value": "14px"
1986
2142
  }
1987
- }
2143
+ },
2144
+ "uuid": "1894b682-105c-409b-916a-d2e08de4f6a8"
1988
2145
  },
1989
- "line-height-font-size-700": {
2146
+ "line-height-font-size-300": {
1990
2147
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
1991
2148
  "sets": {
1992
2149
  "desktop": {
1993
2150
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1994
- "value": "32px",
1995
- "uuid": "2629dfc5-f358-4bd0-a24b-e683b214efb4"
2151
+ "uuid": "52e64384-f918-4415-8d02-da3af639890f",
2152
+ "value": "22px"
1996
2153
  },
1997
2154
  "mobile": {
1998
2155
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
1999
- "value": "40px",
2000
- "uuid": "3a43e8bf-6d36-4f4d-8b32-0c5b69d68cfd"
2156
+ "uuid": "80beb678-586c-4277-9db0-1ab373ec8f80",
2157
+ "value": "26px"
2001
2158
  }
2002
- }
2159
+ },
2160
+ "uuid": "228d27b4-ff57-4308-9761-3ad5cf7f39d1"
2003
2161
  },
2004
- "line-height-font-size-800": {
2162
+ "line-height-font-size-400": {
2005
2163
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
2006
2164
  "sets": {
2007
2165
  "desktop": {
2008
2166
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2009
- "value": "36px",
2010
- "uuid": "3e6bd373-90f5-4164-80a0-6dcdfdc87beb"
2167
+ "uuid": "03676924-ace1-418a-97a0-17ce62f4a832",
2168
+ "value": "24px"
2011
2169
  },
2012
2170
  "mobile": {
2013
2171
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2014
- "value": "44px",
2015
- "uuid": "05f9ed71-4b9e-4109-a8ec-bb09edfd6348"
2172
+ "uuid": "92adf566-babe-43cf-aefa-e4d04364cdbe",
2173
+ "value": "28px"
2016
2174
  }
2017
- }
2175
+ },
2176
+ "uuid": "97f2ab52-9c62-43c3-b7b6-3eeb6c561e87"
2018
2177
  },
2019
- "line-height-font-size-900": {
2178
+ "line-height-font-size-50": {
2020
2179
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
2021
2180
  "sets": {
2022
2181
  "desktop": {
2023
2182
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2024
- "value": "42px",
2025
- "uuid": "6f6a137d-f54e-45b4-a7a4-2586fa99bf3a"
2183
+ "uuid": "3696e3bf-2b72-4b08-9893-ac618f904771",
2184
+ "value": "14px"
2026
2185
  },
2027
2186
  "mobile": {
2028
2187
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2029
- "value": "50px",
2030
- "uuid": "c881e6cd-404b-48eb-a6f1-5dd84313de72"
2188
+ "uuid": "242bf245-e7f0-4826-bcec-e19c0ed5e93f",
2189
+ "value": "16px"
2031
2190
  }
2032
- }
2191
+ },
2192
+ "uuid": "1553daaa-14c0-405e-bd80-e04a059b52e2"
2033
2193
  },
2034
- "line-height-font-size-1000": {
2194
+ "line-height-font-size-500": {
2035
2195
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
2036
2196
  "sets": {
2037
2197
  "desktop": {
2038
2198
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2039
- "value": "46px",
2040
- "uuid": "8b37acbd-a978-4de3-aa1e-981afa09868c"
2199
+ "uuid": "cec9acbc-6b54-480f-91a2-067d947dd73e",
2200
+ "value": "26px"
2041
2201
  },
2042
2202
  "mobile": {
2043
2203
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2044
- "value": "56px",
2045
- "uuid": "48b573ce-0e43-4550-83db-1f44d06aafda"
2204
+ "uuid": "143a00de-eac6-4bb5-9b25-18011efa69f5",
2205
+ "value": "32px"
2046
2206
  }
2047
- }
2207
+ },
2208
+ "uuid": "7f8c6173-2708-4196-b04d-2d5027fface8"
2048
2209
  },
2049
- "line-height-font-size-1100": {
2210
+ "line-height-font-size-600": {
2050
2211
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
2051
2212
  "sets": {
2052
2213
  "desktop": {
2053
2214
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2054
- "value": "52px",
2055
- "uuid": "a8db4407-791a-4fca-9e2a-12f703089223"
2215
+ "uuid": "1cb847c8-4b6d-494f-b50f-98e46e82c9c0",
2216
+ "value": "30px"
2056
2217
  },
2057
2218
  "mobile": {
2058
2219
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2059
- "value": "64px",
2060
- "uuid": "cd0d821b-015c-40be-9156-c2dab18b5977"
2220
+ "uuid": "51dbd9c7-37e5-4968-a84b-9f8563030f89",
2221
+ "value": "36px"
2061
2222
  }
2062
- }
2223
+ },
2224
+ "uuid": "7d112d28-28c4-4bca-aef7-a7a0af1b7d1d"
2063
2225
  },
2064
- "line-height-font-size-1200": {
2226
+ "line-height-font-size-700": {
2065
2227
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
2066
2228
  "sets": {
2067
2229
  "desktop": {
2068
2230
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2069
- "value": "58px",
2070
- "uuid": "f3b61670-1a19-4c9f-aae7-cac247d24af6"
2231
+ "uuid": "2629dfc5-f358-4bd0-a24b-e683b214efb4",
2232
+ "value": "32px"
2071
2233
  },
2072
2234
  "mobile": {
2073
2235
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2074
- "value": "72px",
2075
- "uuid": "10f70d36-8574-4476-bc0a-2b03b7db5448"
2236
+ "uuid": "3a43e8bf-6d36-4f4d-8b32-0c5b69d68cfd",
2237
+ "value": "40px"
2076
2238
  }
2077
- }
2239
+ },
2240
+ "uuid": "cbb416af-7b54-4024-b495-fa87fb9f742f"
2078
2241
  },
2079
- "line-height-font-size-1300": {
2242
+ "line-height-font-size-75": {
2080
2243
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
2081
2244
  "sets": {
2082
2245
  "desktop": {
2083
2246
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2084
- "value": "66px",
2085
- "uuid": "9b7a0ea3-22e1-472e-af82-153eac1e077e"
2247
+ "uuid": "8e85a017-2c5d-4a52-92df-c0426e00c3c3",
2248
+ "value": "16px"
2086
2249
  },
2087
2250
  "mobile": {
2088
2251
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2089
- "value": "80px",
2090
- "uuid": "533402b6-9b8b-4615-b9db-17ea35914369"
2252
+ "uuid": "25be5bf4-e450-4a58-89e2-a04e02b7b78b",
2253
+ "value": "20px"
2091
2254
  }
2092
- }
2255
+ },
2256
+ "uuid": "6214acc2-2130-4b31-857f-0f865673a9ad"
2093
2257
  },
2094
- "line-height-font-size-1400": {
2258
+ "line-height-font-size-800": {
2095
2259
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
2096
2260
  "sets": {
2097
2261
  "desktop": {
2098
2262
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2099
- "value": "74px",
2100
- "uuid": "76fa374d-f759-4198-9fc0-e61d378c3258"
2263
+ "uuid": "3e6bd373-90f5-4164-80a0-6dcdfdc87beb",
2264
+ "value": "36px"
2101
2265
  },
2102
2266
  "mobile": {
2103
2267
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2104
- "value": "90px",
2105
- "uuid": "1251799e-a10a-4625-b487-6b93839c6be8"
2268
+ "uuid": "05f9ed71-4b9e-4109-a8ec-bb09edfd6348",
2269
+ "value": "44px"
2106
2270
  }
2107
- }
2271
+ },
2272
+ "uuid": "8bd1d897-56c3-432f-a2c7-d6138e337de6"
2108
2273
  },
2109
- "line-height-font-size-1500": {
2274
+ "line-height-font-size-900": {
2110
2275
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/scale-set.json",
2111
2276
  "sets": {
2112
2277
  "desktop": {
2113
2278
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2114
- "value": "84px",
2115
- "uuid": "c915185b-86ab-421b-8a58-e3965e9904dc"
2279
+ "uuid": "6f6a137d-f54e-45b4-a7a4-2586fa99bf3a",
2280
+ "value": "42px"
2116
2281
  },
2117
2282
  "mobile": {
2118
2283
  "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/dimension.json",
2119
- "value": "102px",
2120
- "uuid": "185be0f6-8283-4068-80f1-68ee8dd06c25"
2284
+ "uuid": "c881e6cd-404b-48eb-a6f1-5dd84313de72",
2285
+ "value": "50px"
2121
2286
  }
2122
- }
2123
- },
2124
- "component-xs-regular": {
2125
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2126
- "value": {
2127
- "fontFamily": "{sans-serif-font-family}",
2128
- "fontSize": "{font-size-50}",
2129
- "fontWeight": "{regular-font-weight}",
2130
- "letterSpacing": "{letter-spacing}",
2131
- "lineHeight": "{line-height-font-size-50}"
2132
- },
2133
- "uuid": "5dca28f2-77f5-4b29-85f3-0075bf2cbe7f"
2134
- },
2135
- "component-xs-medium": {
2136
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2137
- "value": {
2138
- "fontFamily": "{sans-serif-font-family}",
2139
- "fontSize": "{font-size-50}",
2140
- "fontWeight": "{medium-font-weight}",
2141
- "letterSpacing": "{letter-spacing}",
2142
- "lineHeight": "{line-height-font-size-50}"
2143
- },
2144
- "uuid": "8bf6d008-d3d8-446d-afe8-62613b1c53a2"
2145
- },
2146
- "component-xs-bold": {
2147
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2148
- "value": {
2149
- "fontFamily": "{sans-serif-font-family}",
2150
- "fontSize": "{font-size-50}",
2151
- "fontWeight": "{bold-font-weight}",
2152
- "letterSpacing": "{letter-spacing}",
2153
- "lineHeight": "{line-height-font-size-50}"
2154
- },
2155
- "uuid": "dc560f13-3f9d-47ed-9adf-646c24fd5a0a"
2156
- },
2157
- "component-s-regular": {
2158
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2159
- "value": {
2160
- "fontFamily": "{sans-serif-font-family}",
2161
- "fontSize": "{font-size-75}",
2162
- "fontWeight": "{regular-font-weight}",
2163
- "letterSpacing": "{letter-spacing}",
2164
- "lineHeight": "{line-height-font-size-75}"
2165
- },
2166
- "uuid": "cde5212c-520d-4657-8184-f07739ffed07"
2167
- },
2168
- "component-s-medium": {
2169
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2170
- "value": {
2171
- "fontFamily": "{sans-serif-font-family}",
2172
- "fontSize": "{font-size-75}",
2173
- "fontWeight": "{medium-font-weight}",
2174
- "letterSpacing": "{letter-spacing}",
2175
- "lineHeight": "{line-height-font-size-75}"
2176
- },
2177
- "uuid": "afa00f39-1fe1-4026-8693-189e6d051eb3"
2178
- },
2179
- "component-s-bold": {
2180
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2181
- "value": {
2182
- "fontFamily": "{sans-serif-font-family}",
2183
- "fontSize": "{font-size-75}",
2184
- "fontWeight": "{bold-font-weight}",
2185
- "letterSpacing": "{letter-spacing}",
2186
- "lineHeight": "{line-height-font-size-75}"
2187
- },
2188
- "uuid": "6510c875-e551-43f2-9e84-111cfccafce8"
2189
- },
2190
- "component-m-regular": {
2191
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2192
- "value": {
2193
- "fontFamily": "{sans-serif-font-family}",
2194
- "fontSize": "{font-size-100}",
2195
- "fontWeight": "{regular-font-weight}",
2196
- "letterSpacing": "{letter-spacing}",
2197
- "lineHeight": "{line-height-font-size-100}"
2198
- },
2199
- "uuid": "567a8eff-028f-4de1-b58a-a0473775219f"
2200
- },
2201
- "component-m-medium": {
2202
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2203
- "value": {
2204
- "fontFamily": "{sans-serif-font-family}",
2205
- "fontSize": "{font-size-100}",
2206
- "fontWeight": "{medium-font-weight}",
2207
- "letterSpacing": "{letter-spacing}",
2208
- "lineHeight": "{line-height-font-size-100}"
2209
2287
  },
2210
- "uuid": "633b828a-8623-4905-9dda-5a7b989768d7"
2288
+ "uuid": "4ff1f344-dad7-4b12-9c38-2d9561d433a7"
2211
2289
  },
2212
- "component-m-bold": {
2213
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2214
- "value": {
2215
- "fontFamily": "{sans-serif-font-family}",
2216
- "fontSize": "{font-size-100}",
2217
- "fontWeight": "{bold-font-weight}",
2218
- "letterSpacing": "{letter-spacing}",
2219
- "lineHeight": "{line-height-font-size-100}"
2220
- },
2221
- "uuid": "48422ecb-3993-4a96-b785-7661b9f662d2"
2290
+ "medium-font-weight": {
2291
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
2292
+ "uuid": "c966c3b6-1bf5-4064-89f9-00d9ec673fd4",
2293
+ "value": "medium"
2222
2294
  },
2223
- "component-l-regular": {
2224
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2225
- "value": {
2226
- "fontFamily": "{sans-serif-font-family}",
2227
- "fontSize": "{font-size-200}",
2228
- "fontWeight": "{regular-font-weight}",
2229
- "letterSpacing": "{letter-spacing}",
2230
- "lineHeight": "{line-height-font-size-200}"
2231
- },
2232
- "uuid": "5a58a097-2235-4302-a6ed-6c1fa854c523"
2295
+ "regular-font-weight": {
2296
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-weight.json",
2297
+ "uuid": "02a94ddf-1007-4c86-8863-905874e40f95",
2298
+ "value": "regular"
2233
2299
  },
2234
- "component-l-medium": {
2235
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2236
- "value": {
2237
- "fontFamily": "{sans-serif-font-family}",
2238
- "fontSize": "{font-size-200}",
2239
- "fontWeight": "{medium-font-weight}",
2240
- "letterSpacing": "{letter-spacing}",
2241
- "lineHeight": "{line-height-font-size-200}"
2242
- },
2243
- "uuid": "aa7cd308-279c-4c0f-ab5e-5053341c963b"
2300
+ "sans-serif-font-family": {
2301
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
2302
+ "uuid": "a552c422-c51c-458a-87b0-c6fe5178bf4b",
2303
+ "value": "Adobe Clean Spectrum VF"
2244
2304
  },
2245
- "component-l-bold": {
2246
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2247
- "value": {
2248
- "fontFamily": "{sans-serif-font-family}",
2249
- "fontSize": "{font-size-200}",
2250
- "fontWeight": "{bold-font-weight}",
2251
- "letterSpacing": "{letter-spacing}",
2252
- "lineHeight": "{line-height-font-size-200}"
2253
- },
2254
- "uuid": "861ac736-b95b-4350-b40b-0dde0036c796"
2305
+ "serif-font-family": {
2306
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/font-family.json",
2307
+ "uuid": "7f83198f-26ec-4156-9573-826dd7feb718",
2308
+ "value": "Adobe Clean Serif"
2255
2309
  },
2256
- "component-xl-regular": {
2257
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2258
- "value": {
2259
- "fontFamily": "{sans-serif-font-family}",
2260
- "fontSize": "{font-size-300}",
2261
- "fontWeight": "{regular-font-weight}",
2262
- "letterSpacing": "{letter-spacing}",
2263
- "lineHeight": "{line-height-font-size-300}"
2264
- },
2265
- "uuid": "5096f188-f728-4db4-8cd9-cc23b08956e1"
2310
+ "text-align-center": {
2311
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-align.json",
2312
+ "uuid": "df252e5a-f115-471d-bb35-c79e733d868b",
2313
+ "value": "center"
2266
2314
  },
2267
- "component-xl-medium": {
2268
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2269
- "value": {
2270
- "fontFamily": "{sans-serif-font-family}",
2271
- "fontSize": "{font-size-300}",
2272
- "fontWeight": "{medium-font-weight}",
2273
- "letterSpacing": "{letter-spacing}",
2274
- "lineHeight": "{line-height-font-size-300}"
2275
- },
2276
- "uuid": "657ca53c-178e-4526-9c37-e023499f3659"
2315
+ "text-align-end": {
2316
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-align.json",
2317
+ "uuid": "a0c425b3-668b-4413-8739-c7844b26ebad",
2318
+ "value": "end"
2277
2319
  },
2278
- "component-xl-bold": {
2279
- "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/typography.json",
2280
- "value": {
2281
- "fontFamily": "{sans-serif-font-family}",
2282
- "fontSize": "{font-size-300}",
2283
- "fontWeight": "{bold-font-weight}",
2284
- "letterSpacing": "{letter-spacing}",
2285
- "lineHeight": "{line-height-font-size-300}"
2286
- },
2287
- "uuid": "1e7e87a6-cf8f-4827-ba46-ca6a9152a6d7"
2320
+ "text-align-start": {
2321
+ "$schema": "https://opensource.adobe.com/spectrum-design-data/schemas/token-types/text-align.json",
2322
+ "uuid": "3a7f9e91-6e1a-4937-a6d2-6c39566dc875",
2323
+ "value": "start"
2288
2324
  }
2289
2325
  }