@adobe/spectrum-tokens 12.22.0 → 12.23.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 (83) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/README.md +4 -0
  3. package/dist/json/drover.json +4 -2
  4. package/dist/json/variables.json +35 -39
  5. package/package.json +1 -1
  6. package/schemas/components/action-bar.json +1 -1
  7. package/schemas/components/action-button.json +1 -1
  8. package/schemas/components/action-group.json +1 -1
  9. package/schemas/components/alert-banner.json +1 -1
  10. package/schemas/components/alert-dialog.json +1 -1
  11. package/schemas/components/avatar.json +1 -1
  12. package/schemas/components/badge.json +1 -1
  13. package/schemas/components/body.json +1 -1
  14. package/schemas/components/bottom-navigation-android.json +1 -1
  15. package/schemas/components/breadcrumbs.json +1 -1
  16. package/schemas/components/button-group.json +1 -1
  17. package/schemas/components/button.json +1 -1
  18. package/schemas/components/checkbox-group.json +1 -1
  19. package/schemas/components/checkbox.json +1 -1
  20. package/schemas/components/close-button.json +1 -1
  21. package/schemas/components/code.json +1 -1
  22. package/schemas/components/color-area.json +1 -1
  23. package/schemas/components/color-loupe.json +1 -1
  24. package/schemas/components/color-slider.json +1 -1
  25. package/schemas/components/color-wheel.json +1 -1
  26. package/schemas/components/combo-box.json +1 -1
  27. package/schemas/components/contextual-help.json +1 -1
  28. package/schemas/components/detail.json +1 -1
  29. package/schemas/components/divider.json +1 -1
  30. package/schemas/components/field-label.json +1 -1
  31. package/schemas/components/heading.json +1 -1
  32. package/schemas/components/help-text.json +1 -1
  33. package/schemas/components/in-line-alert.json +1 -1
  34. package/schemas/components/link.json +1 -1
  35. package/schemas/components/menu.json +1 -1
  36. package/schemas/components/meter.json +1 -1
  37. package/schemas/components/picker.json +1 -1
  38. package/schemas/components/popover.json +1 -1
  39. package/schemas/components/progress-bar.json +1 -1
  40. package/schemas/components/progress-circle.json +1 -1
  41. package/schemas/components/radio-group.json +1 -1
  42. package/schemas/components/rating.json +1 -1
  43. package/schemas/components/scroll-zoom-bar.json +1 -1
  44. package/schemas/components/side-navigation.json +1 -1
  45. package/schemas/components/slider.json +1 -1
  46. package/schemas/components/status-light.json +1 -1
  47. package/schemas/components/swatch-group.json +1 -1
  48. package/schemas/components/swatch.json +1 -1
  49. package/schemas/components/switch.json +1 -1
  50. package/schemas/components/tab-bar-ios.json +1 -1
  51. package/schemas/components/tabs.json +1 -1
  52. package/schemas/components/tag.json +1 -1
  53. package/schemas/components/text-area.json +1 -1
  54. package/schemas/components/text-field.json +1 -1
  55. package/schemas/components/toast.json +1 -1
  56. package/schemas/components/tooltip.json +1 -1
  57. package/schemas/components/tray.json +1 -1
  58. package/schemas/components/tree-view.json +1 -1
  59. package/schemas/token-types/alias.json +25 -0
  60. package/schemas/token-types/color-set.json +78 -0
  61. package/schemas/token-types/color.json +25 -0
  62. package/schemas/token-types/dimension.json +25 -0
  63. package/schemas/token-types/font-family.json +25 -0
  64. package/schemas/token-types/font-style.json +25 -0
  65. package/schemas/token-types/font-weight.json +25 -0
  66. package/schemas/token-types/multiplier.json +25 -0
  67. package/schemas/token-types/percent.json +25 -0
  68. package/schemas/token-types/scale-set.json +48 -0
  69. package/schemas/token-types/set.json +22 -0
  70. package/schemas/token-types/system-set.json +71 -0
  71. package/schemas/token-types/text-transform.json +25 -0
  72. package/schemas/token-types/token.json +27 -0
  73. package/src/color-aliases.json +376 -0
  74. package/src/color-component.json +47 -12
  75. package/src/color-palette.json +985 -0
  76. package/src/icons.json +175 -0
  77. package/src/layout-component.json +1396 -2
  78. package/src/layout.json +432 -0
  79. package/src/semantic-color-palette.json +98 -0
  80. package/src/typography.json +295 -0
  81. package/test/schemaValidators/alias.test.js +41 -0
  82. package/test/tokenSchemaValidator.test.js +97 -0
  83. /package/test/{schemaValidator.test.js → componentSchemaValidator.test.js} +0 -0
@@ -1,305 +1,379 @@
1
1
  {
2
2
  "default-font-family": {
3
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3
4
  "value": "{sans-serif-font-family}",
4
5
  "uuid": "45d43d4e-a4e4-4c5f-94ec-644a81300eb0"
5
6
  },
6
7
  "sans-serif-font-family": {
8
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json",
7
9
  "value": "Adobe Clean",
8
10
  "uuid": "a552c422-c51c-458a-87b0-c6fe5178bf4b"
9
11
  },
10
12
  "serif-font-family": {
13
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json",
11
14
  "value": "Adobe Clean Serif",
12
15
  "uuid": "7f83198f-26ec-4156-9573-826dd7feb718"
13
16
  },
14
17
  "cjk-font-family": {
18
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json",
15
19
  "value": "Adobe Clean Han",
16
20
  "uuid": "034892ba-eff6-4193-b4c5-61d20c8f22eb"
17
21
  },
18
22
  "light-font-weight": {
23
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
19
24
  "value": "light",
20
25
  "uuid": "fd477873-3767-4883-ab3f-5ee2758b923b"
21
26
  },
22
27
  "regular-font-weight": {
28
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
23
29
  "value": "regular",
24
30
  "uuid": "02a94ddf-1007-4c86-8863-905874e40f95"
25
31
  },
26
32
  "medium-font-weight": {
33
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
27
34
  "value": "medium",
28
35
  "uuid": "c966c3b6-1bf5-4064-89f9-00d9ec673fd4"
29
36
  },
30
37
  "bold-font-weight": {
38
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
31
39
  "value": "bold",
32
40
  "uuid": "ff246e6b-7515-49a2-9dc6-8cdf1ea9b2d8"
33
41
  },
34
42
  "extra-bold-font-weight": {
43
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
35
44
  "value": "extra-bold",
36
45
  "uuid": "ccadf44e-5424-4920-979f-ea1ef39687c4"
37
46
  },
38
47
  "black-font-weight": {
48
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
39
49
  "value": "black",
40
50
  "uuid": "e2f23ca1-802b-40a2-a211-33090f9a043e"
41
51
  },
42
52
  "italic-font-style": {
53
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json",
43
54
  "value": "italic",
44
55
  "uuid": "9a58e4ae-dfa1-428b-9d90-11f4275418da"
45
56
  },
46
57
  "default-font-style": {
58
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json",
47
59
  "value": "normal",
48
60
  "uuid": "25668698-bf78-46f4-bc6c-8fea068ddb34"
49
61
  },
50
62
  "font-size-50": {
63
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
51
64
  "sets": {
52
65
  "desktop": {
66
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
53
67
  "value": "11px",
54
68
  "uuid": "8593a326-de37-414d-b3f6-5254b41dce07"
55
69
  },
56
70
  "mobile": {
71
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
57
72
  "value": "13px",
58
73
  "uuid": "b7561ce1-e12e-4aed-9766-181f7eca309e"
59
74
  }
60
75
  }
61
76
  },
62
77
  "font-size-75": {
78
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
63
79
  "sets": {
64
80
  "desktop": {
81
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
65
82
  "value": "12px",
66
83
  "uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
67
84
  },
68
85
  "mobile": {
86
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
69
87
  "value": "15px",
70
88
  "uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
71
89
  }
72
90
  }
73
91
  },
74
92
  "font-size-100": {
93
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
75
94
  "sets": {
76
95
  "desktop": {
96
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
77
97
  "value": "14px",
78
98
  "uuid": "938e2d24-1e90-48f0-a596-595a69103707"
79
99
  },
80
100
  "mobile": {
101
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
81
102
  "value": "17px",
82
103
  "uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
83
104
  }
84
105
  }
85
106
  },
86
107
  "font-size-200": {
108
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
87
109
  "sets": {
88
110
  "desktop": {
111
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
89
112
  "value": "16px",
90
113
  "uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
91
114
  },
92
115
  "mobile": {
116
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
93
117
  "value": "19px",
94
118
  "uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
95
119
  }
96
120
  }
97
121
  },
98
122
  "font-size-300": {
123
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
99
124
  "sets": {
100
125
  "desktop": {
126
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
101
127
  "value": "18px",
102
128
  "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
103
129
  },
104
130
  "mobile": {
131
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
105
132
  "value": "22px",
106
133
  "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
107
134
  }
108
135
  }
109
136
  },
110
137
  "font-size-400": {
138
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
111
139
  "sets": {
112
140
  "desktop": {
141
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
113
142
  "value": "20px",
114
143
  "uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5"
115
144
  },
116
145
  "mobile": {
146
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
117
147
  "value": "24px",
118
148
  "uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
119
149
  }
120
150
  }
121
151
  },
122
152
  "font-size-500": {
153
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
123
154
  "sets": {
124
155
  "desktop": {
156
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
125
157
  "value": "22px",
126
158
  "uuid": "9be56e29-2e79-41e0-b5a9-6a2dabc70aa1"
127
159
  },
128
160
  "mobile": {
161
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
129
162
  "value": "27px",
130
163
  "uuid": "a69a5079-1b5b-4ccf-946f-8b6e3fae4d7e"
131
164
  }
132
165
  }
133
166
  },
134
167
  "font-size-600": {
168
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
135
169
  "sets": {
136
170
  "desktop": {
171
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
137
172
  "value": "25px",
138
173
  "uuid": "db1d7d01-8dd4-4c27-b58c-686f030e5e46"
139
174
  },
140
175
  "mobile": {
176
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
141
177
  "value": "31px",
142
178
  "uuid": "ac892307-2559-48f5-9e2c-98dabbb0abc2"
143
179
  }
144
180
  }
145
181
  },
146
182
  "font-size-700": {
183
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
147
184
  "sets": {
148
185
  "desktop": {
186
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
149
187
  "value": "28px",
150
188
  "uuid": "77da1638-cb39-4c80-8c13-db77b9aa528e"
151
189
  },
152
190
  "mobile": {
191
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
153
192
  "value": "34px",
154
193
  "uuid": "6bd6456c-b73b-4926-8e67-7b942e32bbc2"
155
194
  }
156
195
  }
157
196
  },
158
197
  "font-size-800": {
198
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
159
199
  "sets": {
160
200
  "desktop": {
201
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
161
202
  "value": "32px",
162
203
  "uuid": "8425654d-7f46-4b6d-8997-5ae6b6980e06"
163
204
  },
164
205
  "mobile": {
206
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
165
207
  "value": "39px",
166
208
  "uuid": "bdfae93d-ae49-456b-af54-8620ea976ca8"
167
209
  }
168
210
  }
169
211
  },
170
212
  "font-size-900": {
213
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
171
214
  "sets": {
172
215
  "desktop": {
216
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
173
217
  "value": "36px",
174
218
  "uuid": "df2d6c8d-dc03-4581-96c6-d6a92a270b77"
175
219
  },
176
220
  "mobile": {
221
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
177
222
  "value": "44px",
178
223
  "uuid": "5296e771-6d04-4e9a-b1fe-ab22d4dfd92b"
179
224
  }
180
225
  }
181
226
  },
182
227
  "font-size-1000": {
228
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
183
229
  "sets": {
184
230
  "desktop": {
231
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
185
232
  "value": "40px",
186
233
  "uuid": "27f694f9-6770-49e0-b7fc-833618b3fc2f"
187
234
  },
188
235
  "mobile": {
236
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
189
237
  "value": "49px",
190
238
  "uuid": "8b158ab0-7e82-4dab-a4d9-84cf7a71fa0a"
191
239
  }
192
240
  }
193
241
  },
194
242
  "font-size-1100": {
243
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
195
244
  "sets": {
196
245
  "desktop": {
246
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
197
247
  "value": "45px",
198
248
  "uuid": "00dc3fcd-383f-4bc6-8940-e0884f0ffb7e"
199
249
  },
200
250
  "mobile": {
251
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
201
252
  "value": "55px",
202
253
  "uuid": "5eb96c78-c8f6-4e31-9bc8-fa62794ac4db"
203
254
  }
204
255
  }
205
256
  },
206
257
  "font-size-1200": {
258
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
207
259
  "sets": {
208
260
  "desktop": {
261
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
209
262
  "value": "50px",
210
263
  "uuid": "b73bfb12-80ef-453f-b7dc-52bf2258ef47"
211
264
  },
212
265
  "mobile": {
266
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
213
267
  "value": "62px",
214
268
  "uuid": "0ab38fb2-0de9-4be0-8967-8241379706be"
215
269
  }
216
270
  }
217
271
  },
218
272
  "font-size-1300": {
273
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
219
274
  "sets": {
220
275
  "desktop": {
276
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
221
277
  "value": "60px",
222
278
  "uuid": "e8853e10-cc03-47c1-9b66-11755ff513a5"
223
279
  },
224
280
  "mobile": {
281
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
225
282
  "value": "70px",
226
283
  "uuid": "bd880141-81f6-47fe-a421-01124fe66b67"
227
284
  }
228
285
  }
229
286
  },
230
287
  "line-height-100": {
288
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
231
289
  "value": "1.3",
232
290
  "uuid": "dd125d1d-cf4d-45c8-ab21-52331a9a264b"
233
291
  },
234
292
  "line-height-200": {
293
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
235
294
  "value": "1.5",
236
295
  "uuid": "832f2589-0e75-48dd-bbe3-e3f5b98e6c97"
237
296
  },
238
297
  "cjk-line-height-100": {
298
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
239
299
  "value": "1.5",
240
300
  "uuid": "8b4ab68d-9060-4e11-9ecc-3b9d3db27fe4"
241
301
  },
242
302
  "cjk-line-height-200": {
303
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
243
304
  "value": "1.7",
244
305
  "uuid": "c5a5d186-54b3-44a0-b1c6-e9b102871015"
245
306
  },
246
307
  "cjk-letter-spacing": {
308
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
247
309
  "value": "0.05em",
248
310
  "uuid": "12e27721-35f5-4d03-95f3-3fc9e1cf50e4"
249
311
  },
250
312
  "heading-sans-serif-font-family": {
251
313
  "component": "heading",
314
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
252
315
  "value": "{sans-serif-font-family}",
253
316
  "uuid": "234d7b9d-bddc-4988-8be5-ef5e41e08185"
254
317
  },
255
318
  "heading-serif-font-family": {
256
319
  "component": "heading",
320
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
257
321
  "value": "{serif-font-family}",
258
322
  "uuid": "f2430818-41b5-439a-8347-6b384e78d141"
259
323
  },
260
324
  "heading-cjk-font-family": {
261
325
  "component": "heading",
326
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
262
327
  "value": "{cjk-font-family}",
263
328
  "uuid": "b6652ee5-466f-4117-a77c-a93a40f2a791"
264
329
  },
265
330
  "heading-sans-serif-light-font-weight": {
266
331
  "component": "heading",
332
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
267
333
  "value": "{light-font-weight}",
268
334
  "uuid": "ff84a748-5923-451d-967c-a346d2dee46c"
269
335
  },
270
336
  "heading-sans-serif-light-font-style": {
271
337
  "component": "heading",
338
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
272
339
  "value": "{default-font-style}",
273
340
  "uuid": "c5551fd5-4ee2-4c93-b91f-9ed295fa63a4"
274
341
  },
275
342
  "heading-serif-light-font-weight": {
276
343
  "component": "heading",
344
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
277
345
  "value": "{regular-font-weight}",
278
346
  "uuid": "66958795-6459-4750-8c68-dc39ab383837"
279
347
  },
280
348
  "heading-serif-light-font-style": {
281
349
  "component": "heading",
350
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
282
351
  "value": "{default-font-style}",
283
352
  "uuid": "5f30418a-aa76-434e-bca9-902d5be0d929"
284
353
  },
285
354
  "heading-cjk-light-font-weight": {
286
355
  "component": "heading",
356
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
287
357
  "value": "{light-font-weight}",
288
358
  "uuid": "9da0ba4c-b4e3-4052-8b2e-d2fde714bb9d"
289
359
  },
290
360
  "heading-cjk-light-font-style": {
291
361
  "component": "heading",
362
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
292
363
  "value": "{default-font-style}",
293
364
  "uuid": "b5704c75-2914-4268-9023-7f7452e826c1"
294
365
  },
295
366
  "heading-sans-serif-font-weight": {
296
367
  "component": "heading",
368
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
297
369
  "sets": {
298
370
  "spectrum": {
371
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
299
372
  "value": "{bold-font-weight}",
300
373
  "uuid": "1d4d09b4-021a-48e8-a724-bfecc13df325"
301
374
  },
302
375
  "express": {
376
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
303
377
  "value": "{black-font-weight}",
304
378
  "deprecated": true,
305
379
  "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
@@ -309,17 +383,21 @@
309
383
  },
310
384
  "heading-sans-serif-font-style": {
311
385
  "component": "heading",
386
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
312
387
  "value": "{default-font-style}",
313
388
  "uuid": "561d905e-7f44-43da-b2b4-26e12551ef6d"
314
389
  },
315
390
  "heading-serif-font-weight": {
316
391
  "component": "heading",
392
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
317
393
  "sets": {
318
394
  "spectrum": {
395
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
319
396
  "value": "{bold-font-weight}",
320
397
  "uuid": "350aa193-9996-49c8-b5e4-54d4f7bef3c2"
321
398
  },
322
399
  "express": {
400
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
323
401
  "value": "{black-font-weight}",
324
402
  "deprecated": true,
325
403
  "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
@@ -329,17 +407,21 @@
329
407
  },
330
408
  "heading-serif-font-style": {
331
409
  "component": "heading",
410
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
332
411
  "value": "{default-font-style}",
333
412
  "uuid": "938f3684-44c6-4ae2-935a-b88921fcd7fe"
334
413
  },
335
414
  "heading-cjk-font-weight": {
336
415
  "component": "heading",
416
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
337
417
  "sets": {
338
418
  "spectrum": {
419
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
339
420
  "value": "{extra-bold-font-weight}",
340
421
  "uuid": "bd54516c-2fda-4421-ab62-720c3a887a34"
341
422
  },
342
423
  "express": {
424
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
343
425
  "value": "{black-font-weight}",
344
426
  "deprecated": true,
345
427
  "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
@@ -349,167 +431,201 @@
349
431
  },
350
432
  "heading-cjk-font-style": {
351
433
  "component": "heading",
434
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
352
435
  "value": "{default-font-style}",
353
436
  "uuid": "c93b39df-82e9-4e87-920f-1747e5d48e8e"
354
437
  },
355
438
  "heading-sans-serif-heavy-font-weight": {
356
439
  "component": "heading",
440
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
357
441
  "value": "{black-font-weight}",
358
442
  "uuid": "ef13b8f0-f686-492d-990f-691ec91ebb96"
359
443
  },
360
444
  "heading-sans-serif-heavy-font-style": {
361
445
  "component": "heading",
446
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
362
447
  "value": "{default-font-style}",
363
448
  "uuid": "0c4cdd06-8180-40b1-9b1f-d7d973a7b772"
364
449
  },
365
450
  "heading-serif-heavy-font-weight": {
366
451
  "component": "heading",
452
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
367
453
  "value": "{black-font-weight}",
368
454
  "uuid": "6b74c5ea-6bf4-46bb-bee1-3841606f1500"
369
455
  },
370
456
  "heading-serif-heavy-font-style": {
371
457
  "component": "heading",
458
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
372
459
  "value": "{default-font-style}",
373
460
  "uuid": "14532cb8-6c88-46ce-886b-96fac971e7b9"
374
461
  },
375
462
  "heading-cjk-heavy-font-weight": {
376
463
  "component": "heading",
464
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
377
465
  "value": "{black-font-weight}",
378
466
  "uuid": "73c20d2f-1227-46bc-8548-102358405b0b"
379
467
  },
380
468
  "heading-cjk-heavy-font-style": {
381
469
  "component": "heading",
470
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
382
471
  "value": "{default-font-style}",
383
472
  "uuid": "b2f50ba2-e694-47ba-b81a-ea8fc813247e"
384
473
  },
385
474
  "heading-sans-serif-light-strong-font-weight": {
386
475
  "component": "heading",
476
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
387
477
  "value": "{bold-font-weight}",
388
478
  "uuid": "75437f9a-7ee8-4194-b4b3-0746be097396"
389
479
  },
390
480
  "heading-sans-serif-light-strong-font-style": {
391
481
  "component": "heading",
482
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
392
483
  "value": "{default-font-style}",
393
484
  "uuid": "67271ca0-c9fd-4047-a615-6314d7333f7a"
394
485
  },
395
486
  "heading-serif-light-strong-font-weight": {
396
487
  "component": "heading",
488
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
397
489
  "value": "{bold-font-weight}",
398
490
  "uuid": "29ad1c96-62e4-4143-88e8-fc8e08913a52"
399
491
  },
400
492
  "heading-serif-light-strong-font-style": {
401
493
  "component": "heading",
494
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
402
495
  "value": "{default-font-style}",
403
496
  "uuid": "73906871-24e5-48cc-9140-ec700c08d144"
404
497
  },
405
498
  "heading-cjk-light-strong-font-weight": {
406
499
  "component": "heading",
500
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
407
501
  "value": "{extra-bold-font-weight}",
408
502
  "uuid": "5ca91bc2-215b-4cbb-b966-80bfffd569ad"
409
503
  },
410
504
  "heading-cjk-light-strong-font-style": {
411
505
  "component": "heading",
506
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
412
507
  "value": "{default-font-style}",
413
508
  "uuid": "be854057-43b1-40ce-bdc7-69960cd7638c"
414
509
  },
415
510
  "heading-sans-serif-strong-font-weight": {
416
511
  "component": "heading",
512
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
417
513
  "value": "{black-font-weight}",
418
514
  "uuid": "79275989-91ed-408a-b884-a31d9f8bac26"
419
515
  },
420
516
  "heading-sans-serif-strong-font-style": {
421
517
  "component": "heading",
518
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
422
519
  "value": "{default-font-style}",
423
520
  "uuid": "2117cb6e-67f7-4509-b4fb-e9e442b6dc0e"
424
521
  },
425
522
  "heading-serif-strong-font-weight": {
426
523
  "component": "heading",
524
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
427
525
  "value": "{black-font-weight}",
428
526
  "uuid": "6df0fb95-4aa0-4c67-896d-fa6aa3d34e95"
429
527
  },
430
528
  "heading-serif-strong-font-style": {
431
529
  "component": "heading",
530
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
432
531
  "value": "{default-font-style}",
433
532
  "uuid": "2e0ef484-406a-4902-995d-9a3d5177ec12"
434
533
  },
435
534
  "heading-cjk-strong-font-weight": {
436
535
  "component": "heading",
536
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
437
537
  "value": "{black-font-weight}",
438
538
  "uuid": "eaf179aa-4514-4206-b3e2-a99b7d4d2029"
439
539
  },
440
540
  "heading-cjk-strong-font-style": {
441
541
  "component": "heading",
542
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
442
543
  "value": "{default-font-style}",
443
544
  "uuid": "4f061165-0e86-46b9-83c3-c95eeb8ff956"
444
545
  },
445
546
  "heading-sans-serif-heavy-strong-font-weight": {
446
547
  "component": "heading",
548
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
447
549
  "value": "{black-font-weight}",
448
550
  "uuid": "2104c3c2-d834-436a-a26d-508056f1013d"
449
551
  },
450
552
  "heading-sans-serif-heavy-strong-font-style": {
451
553
  "component": "heading",
554
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
452
555
  "value": "{default-font-style}",
453
556
  "uuid": "86775b10-5682-49fb-9d38-6bdb857da801"
454
557
  },
455
558
  "heading-serif-heavy-strong-font-weight": {
456
559
  "component": "heading",
560
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
457
561
  "value": "{black-font-weight}",
458
562
  "uuid": "af0010c7-5134-4fe4-bee1-bbb7dd31de3a"
459
563
  },
460
564
  "heading-serif-heavy-strong-font-style": {
461
565
  "component": "heading",
566
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
462
567
  "value": "{default-font-style}",
463
568
  "uuid": "b2875bbe-b5cb-452f-b7d6-3dcb4fc59921"
464
569
  },
465
570
  "heading-cjk-heavy-strong-font-weight": {
466
571
  "component": "heading",
572
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
467
573
  "value": "{black-font-weight}",
468
574
  "uuid": "b7d2203c-c651-493e-80c2-b71b7c7c2692"
469
575
  },
470
576
  "heading-cjk-heavy-strong-font-style": {
471
577
  "component": "heading",
578
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
472
579
  "value": "{default-font-style}",
473
580
  "uuid": "26817f91-2742-4170-aa01-1e1e67ef01e8"
474
581
  },
475
582
  "heading-sans-serif-light-emphasized-font-weight": {
476
583
  "component": "heading",
584
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
477
585
  "value": "{light-font-weight}",
478
586
  "uuid": "e882ea46-8f0a-4313-84f5-85bb8d9f1f5e"
479
587
  },
480
588
  "heading-sans-serif-light-emphasized-font-style": {
481
589
  "component": "heading",
590
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
482
591
  "value": "{italic-font-style}",
483
592
  "uuid": "5f88eb81-7052-4c21-9896-f14cb09f0e70"
484
593
  },
485
594
  "heading-serif-light-emphasized-font-weight": {
486
595
  "component": "heading",
596
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
487
597
  "value": "{regular-font-weight}",
488
598
  "uuid": "b5f79fde-07f7-4c07-897e-0bfdf27e2839"
489
599
  },
490
600
  "heading-serif-light-emphasized-font-style": {
491
601
  "component": "heading",
602
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
492
603
  "value": "{italic-font-style}",
493
604
  "uuid": "7bd831cd-3fe0-402b-a105-f65b8e8023e2"
494
605
  },
495
606
  "heading-cjk-light-emphasized-font-weight": {
496
607
  "component": "heading",
608
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
497
609
  "value": "{regular-font-weight}",
498
610
  "uuid": "aea9787b-ee0b-40cc-9089-5973e52b18bd"
499
611
  },
500
612
  "heading-cjk-light-emphasized-font-style": {
501
613
  "component": "heading",
614
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
502
615
  "value": "{default-font-style}",
503
616
  "uuid": "dac03eec-6910-4176-bfca-33f8a57cf3d7"
504
617
  },
505
618
  "heading-sans-serif-emphasized-font-weight": {
506
619
  "component": "heading",
620
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
507
621
  "sets": {
508
622
  "spectrum": {
623
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
509
624
  "value": "{bold-font-weight}",
510
625
  "uuid": "e4a183fd-53c5-4dbb-afd1-6308e2e74f80"
511
626
  },
512
627
  "express": {
628
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
513
629
  "value": "{black-font-weight}",
514
630
  "deprecated": true,
515
631
  "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
@@ -519,17 +635,21 @@
519
635
  },
520
636
  "heading-sans-serif-emphasized-font-style": {
521
637
  "component": "heading",
638
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
522
639
  "value": "{italic-font-style}",
523
640
  "uuid": "2f17833a-28a4-4152-8999-12b077557797"
524
641
  },
525
642
  "heading-serif-emphasized-font-weight": {
526
643
  "component": "heading",
644
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
527
645
  "sets": {
528
646
  "spectrum": {
647
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
529
648
  "value": "{bold-font-weight}",
530
649
  "uuid": "a0983216-b0c5-4a3f-97dc-96ee711acb1f"
531
650
  },
532
651
  "express": {
652
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
533
653
  "value": "{black-font-weight}",
534
654
  "deprecated": true,
535
655
  "deprecated_comment": "Express will merge with Spectrum with the release of Spectrum 2.",
@@ -539,876 +659,1051 @@
539
659
  },
540
660
  "heading-serif-emphasized-font-style": {
541
661
  "component": "heading",
662
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
542
663
  "value": "{italic-font-style}",
543
664
  "uuid": "fe694554-832d-457d-a320-f02629f9c441"
544
665
  },
545
666
  "heading-cjk-emphasized-font-weight": {
546
667
  "component": "heading",
668
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
547
669
  "value": "{black-font-weight}",
548
670
  "uuid": "d854afd2-290a-40ae-a627-c4cdabeb546a"
549
671
  },
550
672
  "heading-cjk-emphasized-font-style": {
551
673
  "component": "heading",
674
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
552
675
  "value": "{default-font-style}",
553
676
  "uuid": "05c74b28-3051-498c-874a-5dc523bc27e5"
554
677
  },
555
678
  "heading-sans-serif-heavy-emphasized-font-weight": {
556
679
  "component": "heading",
680
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
557
681
  "value": "{black-font-weight}",
558
682
  "uuid": "a7cb3274-e48e-435b-a066-32027ac19e84"
559
683
  },
560
684
  "heading-sans-serif-heavy-emphasized-font-style": {
561
685
  "component": "heading",
686
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
562
687
  "value": "{italic-font-style}",
563
688
  "uuid": "924c338f-7141-490a-a842-ad632c26160c"
564
689
  },
565
690
  "heading-serif-heavy-emphasized-font-weight": {
566
691
  "component": "heading",
692
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
567
693
  "value": "{black-font-weight}",
568
694
  "uuid": "82e9d579-8918-4114-bafa-3a9757556f84"
569
695
  },
570
696
  "heading-serif-heavy-emphasized-font-style": {
571
697
  "component": "heading",
698
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
572
699
  "value": "{italic-font-style}",
573
700
  "uuid": "a18ac621-eade-4224-9660-3e9a080219ec"
574
701
  },
575
702
  "heading-cjk-heavy-emphasized-font-weight": {
576
703
  "component": "heading",
704
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
577
705
  "value": "{black-font-weight}",
578
706
  "uuid": "9315971c-6e83-42c8-9c24-d1bc6fa5e106"
579
707
  },
580
708
  "heading-cjk-heavy-emphasized-font-style": {
581
709
  "component": "heading",
710
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
582
711
  "value": "{default-font-style}",
583
712
  "uuid": "aef21944-3dac-4b2d-ba7b-0a4df3f406bb"
584
713
  },
585
714
  "heading-sans-serif-light-strong-emphasized-font-weight": {
586
715
  "component": "heading",
716
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
587
717
  "value": "{bold-font-weight}",
588
718
  "uuid": "c297a503-fc3c-4939-8c5a-6611b9b04719"
589
719
  },
590
720
  "heading-sans-serif-light-strong-emphasized-font-style": {
591
721
  "component": "heading",
722
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
592
723
  "value": "{italic-font-style}",
593
724
  "uuid": "bc5d65e0-e13a-424c-a260-9268a0dee66c"
594
725
  },
595
726
  "heading-serif-light-strong-emphasized-font-weight": {
596
727
  "component": "heading",
728
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
597
729
  "value": "{bold-font-weight}",
598
730
  "uuid": "98c61df3-057d-4345-881e-0c04628757f3"
599
731
  },
600
732
  "heading-serif-light-strong-emphasized-font-style": {
601
733
  "component": "heading",
734
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
602
735
  "value": "{italic-font-style}",
603
736
  "uuid": "71c8e302-6bc1-4f45-b804-c847dd153d1b"
604
737
  },
605
738
  "heading-cjk-light-strong-emphasized-font-weight": {
606
739
  "component": "heading",
740
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
607
741
  "value": "{extra-bold-font-weight}",
608
742
  "uuid": "83cc347c-7a1a-4665-9de4-cf19903f1043"
609
743
  },
610
744
  "heading-cjk-light-strong-emphasized-font-style": {
611
745
  "component": "heading",
746
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
612
747
  "value": "{default-font-style}",
613
748
  "uuid": "9136e25e-563b-4485-bad7-41809d5317de"
614
749
  },
615
750
  "heading-sans-serif-strong-emphasized-font-weight": {
616
751
  "component": "heading",
752
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
617
753
  "value": "{black-font-weight}",
618
754
  "uuid": "9d834e30-53c1-4cea-9e17-2326038cb6cb"
619
755
  },
620
756
  "heading-sans-serif-strong-emphasized-font-style": {
621
757
  "component": "heading",
758
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
622
759
  "value": "{italic-font-style}",
623
760
  "uuid": "f692d35f-1b11-43d1-ad29-967436b90928"
624
761
  },
625
762
  "heading-serif-strong-emphasized-font-weight": {
626
763
  "component": "heading",
764
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
627
765
  "value": "{black-font-weight}",
628
766
  "uuid": "cd32f2b7-3e9f-47ae-ad34-2c7783dd5b2f"
629
767
  },
630
768
  "heading-serif-strong-emphasized-font-style": {
631
769
  "component": "heading",
770
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
632
771
  "value": "{italic-font-style}",
633
772
  "uuid": "da6e1593-9d2a-4fd8-8877-d30d6e1d1c07"
634
773
  },
635
774
  "heading-cjk-strong-emphasized-font-weight": {
636
775
  "component": "heading",
776
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
637
777
  "value": "{black-font-weight}",
638
778
  "uuid": "0080a817-b26f-42f1-84c4-5ed1ac08c12c"
639
779
  },
640
780
  "heading-cjk-strong-emphasized-font-style": {
641
781
  "component": "heading",
782
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
642
783
  "value": "{default-font-style}",
643
784
  "uuid": "22934d4d-4952-40a7-a5e5-256a7a3c9371"
644
785
  },
645
786
  "heading-sans-serif-heavy-strong-emphasized-font-weight": {
646
787
  "component": "heading",
788
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
647
789
  "value": "{black-font-weight}",
648
790
  "uuid": "8779e773-7b37-4eb0-ae7a-2ba0104ad9d5"
649
791
  },
650
792
  "heading-sans-serif-heavy-strong-emphasized-font-style": {
651
793
  "component": "heading",
794
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
652
795
  "value": "{italic-font-style}",
653
796
  "uuid": "c20ea22a-c34d-4c7c-a816-75b533e28c92"
654
797
  },
655
798
  "heading-serif-heavy-strong-emphasized-font-weight": {
656
799
  "component": "heading",
800
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
657
801
  "value": "{black-font-weight}",
658
802
  "uuid": "2d8e76cd-f123-488d-893d-54a9f48f679e"
659
803
  },
660
804
  "heading-serif-heavy-strong-emphasized-font-style": {
661
805
  "component": "heading",
806
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
662
807
  "value": "{italic-font-style}",
663
808
  "uuid": "adf303e8-1e27-4aec-9bbc-5abe166358ec"
664
809
  },
665
810
  "heading-cjk-heavy-strong-emphasized-font-weight": {
666
811
  "component": "heading",
812
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
667
813
  "value": "{black-font-weight}",
668
814
  "uuid": "a0f680fa-2453-4bcc-b06c-9ff82de50c0c"
669
815
  },
670
816
  "heading-cjk-heavy-strong-emphasized-font-style": {
671
817
  "component": "heading",
818
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
672
819
  "value": "{default-font-style}",
673
820
  "uuid": "619a15ba-f74e-4ff4-a604-312b810f1a50"
674
821
  },
675
822
  "heading-size-xxxl": {
676
823
  "component": "heading",
824
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
677
825
  "value": "{font-size-1300}",
678
826
  "uuid": "db884bf9-e7b5-420a-b408-bd9a4d6bb0a4"
679
827
  },
680
828
  "heading-size-xxl": {
681
829
  "component": "heading",
830
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
682
831
  "value": "{font-size-1100}",
683
832
  "uuid": "464e34cd-e768-4a38-a72b-cae1a4852ef3"
684
833
  },
685
834
  "heading-size-xl": {
686
835
  "component": "heading",
836
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
687
837
  "value": "{font-size-900}",
688
838
  "uuid": "94bb5ad9-503a-428a-a8ba-6cf3f70592ac"
689
839
  },
690
840
  "heading-size-l": {
691
841
  "component": "heading",
842
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
692
843
  "value": "{font-size-700}",
693
844
  "uuid": "336e434c-9026-4bb3-96b1-5bb44376b868"
694
845
  },
695
846
  "heading-size-m": {
696
847
  "component": "heading",
848
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
697
849
  "value": "{font-size-500}",
698
850
  "uuid": "4cdcefe1-2006-4560-839f-5bdef6db8c1a"
699
851
  },
700
852
  "heading-size-s": {
701
853
  "component": "heading",
854
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
702
855
  "value": "{font-size-300}",
703
856
  "uuid": "96673fee-b75c-4867-9041-48362af044bc"
704
857
  },
705
858
  "heading-size-xs": {
706
859
  "component": "heading",
860
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
707
861
  "value": "{font-size-200}",
708
862
  "uuid": "4f179af6-c31f-48f8-927c-a45150668ad3"
709
863
  },
710
864
  "heading-size-xxs": {
711
865
  "component": "heading",
866
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
712
867
  "value": "{font-size-100}",
713
868
  "uuid": "82a831b4-b624-475b-b2be-4eb949e48626"
714
869
  },
715
870
  "heading-cjk-size-xxxl": {
716
871
  "component": "heading",
872
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
717
873
  "value": "{font-size-1300}",
718
874
  "uuid": "5a44e177-2478-4bb0-9212-ba2df64c8b00"
719
875
  },
720
876
  "heading-cjk-size-xxl": {
721
877
  "component": "heading",
878
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
722
879
  "value": "{font-size-900}",
723
880
  "uuid": "fbf59302-1ad2-4327-bfde-d638a0ca2429"
724
881
  },
725
882
  "heading-cjk-size-xl": {
726
883
  "component": "heading",
884
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
727
885
  "value": "{font-size-800}",
728
886
  "uuid": "43535e5f-607e-43f4-bd37-8230b1f7993f"
729
887
  },
730
888
  "heading-cjk-size-l": {
731
889
  "component": "heading",
890
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
732
891
  "value": "{font-size-600}",
733
892
  "uuid": "f57ffe02-2e41-46f3-a0ac-1feb63bdd748"
734
893
  },
735
894
  "heading-cjk-size-m": {
736
895
  "component": "heading",
896
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
737
897
  "value": "{font-size-400}",
738
898
  "uuid": "43f45659-314b-45aa-9886-1beb096fc4ce"
739
899
  },
740
900
  "heading-cjk-size-s": {
741
901
  "component": "heading",
902
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
742
903
  "value": "{font-size-300}",
743
904
  "uuid": "c1242a8c-ca10-40d0-8fc4-67bbbce8fc5f"
744
905
  },
745
906
  "heading-cjk-size-xs": {
746
907
  "component": "heading",
908
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
747
909
  "value": "{font-size-200}",
748
910
  "uuid": "132688a7-917d-44b9-a34f-a7135599b299"
749
911
  },
750
912
  "heading-cjk-size-xxs": {
751
913
  "component": "heading",
914
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
752
915
  "value": "{font-size-100}",
753
916
  "uuid": "bddd6a96-c280-47ca-8858-20df055e488d"
754
917
  },
755
918
  "heading-line-height": {
756
919
  "component": "heading",
920
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
757
921
  "value": "{line-height-100}",
758
922
  "uuid": "64f28fe4-20f7-48cb-baeb-ff1898573727"
759
923
  },
760
924
  "heading-cjk-line-height": {
761
925
  "component": "heading",
926
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
762
927
  "value": "{cjk-line-height-100}",
763
928
  "uuid": "3e038db9-c5f7-4b8b-b1af-31075a31e0cc"
764
929
  },
765
930
  "heading-margin-top-multiplier": {
766
931
  "component": "heading",
932
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
767
933
  "value": "0.88888889",
768
934
  "uuid": "008fa04b-6d74-416b-a6ae-ceec90f08642"
769
935
  },
770
936
  "heading-margin-bottom-multiplier": {
771
937
  "component": "heading",
938
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
772
939
  "value": "0.25",
773
940
  "uuid": "dd2035b4-506f-41ab-a656-de3668d44e0f"
774
941
  },
775
942
  "heading-color": {
776
943
  "component": "heading",
944
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
777
945
  "value": "{gray-900}",
778
946
  "uuid": "60300cd2-9b30-4ee3-b7a1-b8dae00270d9"
779
947
  },
780
948
  "body-sans-serif-font-family": {
781
949
  "component": "body",
950
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
782
951
  "value": "{sans-serif-font-family}",
783
952
  "uuid": "32c3d84f-2b0d-4ccd-ba3c-b8475d82550b"
784
953
  },
785
954
  "body-serif-font-family": {
786
955
  "component": "body",
956
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
787
957
  "value": "{serif-font-family}",
788
958
  "uuid": "20df8bd4-5a61-4614-aa86-5b76c5976860"
789
959
  },
790
960
  "body-cjk-font-family": {
791
961
  "component": "body",
962
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
792
963
  "value": "{cjk-font-family}",
793
964
  "uuid": "06d5790c-21e9-4135-843d-05007b046677"
794
965
  },
795
966
  "body-sans-serif-font-weight": {
796
967
  "component": "body",
968
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
797
969
  "value": "{regular-font-weight}",
798
970
  "uuid": "6813005d-9df4-459b-9fab-b2a054c32c31"
799
971
  },
800
972
  "body-sans-serif-font-style": {
801
973
  "component": "body",
974
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
802
975
  "value": "{default-font-style}",
803
976
  "uuid": "e1da0eff-7482-46a0-8190-4c54c6b1e1dd"
804
977
  },
805
978
  "body-serif-font-weight": {
806
979
  "component": "body",
980
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
807
981
  "value": "{regular-font-weight}",
808
982
  "uuid": "f049ba7a-c52f-4d39-b38e-911b2b91d031"
809
983
  },
810
984
  "body-serif-font-style": {
811
985
  "component": "body",
986
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
812
987
  "value": "{default-font-style}",
813
988
  "uuid": "d317d387-9bc8-4258-a79a-a0dd4e22d952"
814
989
  },
815
990
  "body-cjk-font-weight": {
816
991
  "component": "body",
992
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
817
993
  "value": "{regular-font-weight}",
818
994
  "uuid": "a754c16b-2f0c-485f-813d-d472ee650660"
819
995
  },
820
996
  "body-cjk-font-style": {
821
997
  "component": "body",
998
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
822
999
  "value": "{default-font-style}",
823
1000
  "uuid": "41389b62-c449-485b-bfa8-1659bacc8c42"
824
1001
  },
825
1002
  "body-sans-serif-strong-font-weight": {
826
1003
  "component": "body",
1004
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
827
1005
  "value": "{bold-font-weight}",
828
1006
  "uuid": "633953a9-c61b-44cc-9dee-aebece97ccbc"
829
1007
  },
830
1008
  "body-sans-serif-strong-font-style": {
831
1009
  "component": "body",
1010
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
832
1011
  "value": "{default-font-style}",
833
1012
  "uuid": "b36db31f-eaaa-4310-9f54-f7b509d5f571"
834
1013
  },
835
1014
  "body-serif-strong-font-weight": {
836
1015
  "component": "body",
1016
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
837
1017
  "value": "{bold-font-weight}",
838
1018
  "uuid": "be263571-bd6b-4383-bdf9-3cdf80248b6a"
839
1019
  },
840
1020
  "body-serif-strong-font-style": {
841
1021
  "component": "body",
1022
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
842
1023
  "value": "{default-font-style}",
843
1024
  "uuid": "c8b531d1-949e-4492-9897-450a477983ce"
844
1025
  },
845
1026
  "body-cjk-strong-font-weight": {
846
1027
  "component": "body",
1028
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
847
1029
  "value": "{black-font-weight}",
848
1030
  "uuid": "d79de2c4-ca7c-4316-ac44-fee1a66983d7"
849
1031
  },
850
1032
  "body-cjk-strong-font-style": {
851
1033
  "component": "body",
1034
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
852
1035
  "value": "{default-font-style}",
853
1036
  "uuid": "11fe09ad-92eb-4d7d-8872-467cdd69659b"
854
1037
  },
855
1038
  "body-sans-serif-emphasized-font-weight": {
856
1039
  "component": "body",
1040
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
857
1041
  "value": "{regular-font-weight}",
858
1042
  "uuid": "5640ac73-a482-4787-9ab2-035b57a87833"
859
1043
  },
860
1044
  "body-sans-serif-emphasized-font-style": {
861
1045
  "component": "body",
1046
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
862
1047
  "value": "{italic-font-style}",
863
1048
  "uuid": "717c067c-55d1-4927-ad9c-8784769f581d"
864
1049
  },
865
1050
  "body-serif-emphasized-font-weight": {
866
1051
  "component": "body",
1052
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
867
1053
  "value": "{regular-font-weight}",
868
1054
  "uuid": "be2a8ff3-6117-4235-bcb8-72257b75d622"
869
1055
  },
870
1056
  "body-serif-emphasized-font-style": {
871
1057
  "component": "body",
1058
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
872
1059
  "value": "{italic-font-style}",
873
1060
  "uuid": "c817210d-2b1a-4648-bff3-33fa212491f1"
874
1061
  },
875
1062
  "body-cjk-emphasized-font-weight": {
876
1063
  "component": "body",
1064
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
877
1065
  "value": "{extra-bold-font-weight}",
878
1066
  "uuid": "0d8ada2f-272d-4f76-bf37-095e0b48cdae"
879
1067
  },
880
1068
  "body-cjk-emphasized-font-style": {
881
1069
  "component": "body",
1070
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
882
1071
  "value": "{default-font-style}",
883
1072
  "uuid": "3e90be19-62fd-4e53-abf9-4c697baba5da"
884
1073
  },
885
1074
  "body-sans-serif-strong-emphasized-font-weight": {
886
1075
  "component": "body",
1076
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
887
1077
  "value": "{bold-font-weight}",
888
1078
  "uuid": "421dc907-5862-4ed5-95f4-41d654b2fdc0"
889
1079
  },
890
1080
  "body-sans-serif-strong-emphasized-font-style": {
891
1081
  "component": "body",
1082
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
892
1083
  "value": "{italic-font-style}",
893
1084
  "uuid": "b87e6738-af38-49be-9945-f3a307ce7b6f"
894
1085
  },
895
1086
  "body-serif-strong-emphasized-font-weight": {
896
1087
  "component": "body",
1088
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
897
1089
  "value": "{bold-font-weight}",
898
1090
  "uuid": "a87b77ff-5b27-47e0-a7df-f15092fb783e"
899
1091
  },
900
1092
  "body-serif-strong-emphasized-font-style": {
901
1093
  "component": "body",
1094
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
902
1095
  "value": "{italic-font-style}",
903
1096
  "uuid": "b940bdc8-d373-4bd0-8620-d6c04134698b"
904
1097
  },
905
1098
  "body-cjk-strong-emphasized-font-weight": {
906
1099
  "component": "body",
1100
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
907
1101
  "value": "{black-font-weight}",
908
1102
  "uuid": "54020791-a975-4e5d-a905-8bffcc9d2d93"
909
1103
  },
910
1104
  "body-cjk-strong-emphasized-font-style": {
911
1105
  "component": "body",
1106
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
912
1107
  "value": "{default-font-style}",
913
1108
  "uuid": "f792aac0-62f2-47e3-b6ac-158ae009d9c3"
914
1109
  },
915
1110
  "body-size-xxxl": {
916
1111
  "component": "body",
1112
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
917
1113
  "value": "{font-size-600}",
918
1114
  "uuid": "e0b8ceea-3404-4c4b-9145-fe5d445020fe"
919
1115
  },
920
1116
  "body-size-xxl": {
921
1117
  "component": "body",
1118
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
922
1119
  "value": "{font-size-500}",
923
1120
  "uuid": "4d0d4ed9-af14-4d88-98f1-9237f65e192a"
924
1121
  },
925
1122
  "body-size-xl": {
926
1123
  "component": "body",
1124
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
927
1125
  "value": "{font-size-400}",
928
1126
  "uuid": "3927604f-eaf3-4605-aa34-80b7bc88ac0f"
929
1127
  },
930
1128
  "body-size-l": {
931
1129
  "component": "body",
1130
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
932
1131
  "value": "{font-size-300}",
933
1132
  "uuid": "884b74cb-d247-491d-acb9-d3dc84bfd9a6"
934
1133
  },
935
1134
  "body-size-m": {
936
1135
  "component": "body",
1136
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
937
1137
  "value": "{font-size-200}",
938
1138
  "uuid": "4f7f6878-5304-48d3-8a42-5bb452c2163b"
939
1139
  },
940
1140
  "body-size-s": {
941
1141
  "component": "body",
1142
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
942
1143
  "value": "{font-size-100}",
943
1144
  "uuid": "1194f7e3-e4c3-4a3a-bd19-50f4b48e1a6e"
944
1145
  },
945
1146
  "body-size-xs": {
946
1147
  "component": "body",
1148
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
947
1149
  "value": "{font-size-75}",
948
1150
  "uuid": "25e93322-8f0b-45f8-ae9a-18668251f064"
949
1151
  },
950
1152
  "body-line-height": {
951
1153
  "component": "body",
1154
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
952
1155
  "value": "{line-height-200}",
953
1156
  "uuid": "39accad7-3de1-4850-9773-4e0ff8080049"
954
1157
  },
955
1158
  "body-cjk-line-height": {
956
1159
  "component": "body",
1160
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
957
1161
  "value": "{cjk-line-height-200}",
958
1162
  "uuid": "2106b188-8520-4261-968b-2eb2928857f9"
959
1163
  },
960
1164
  "body-margin-multiplier": {
961
1165
  "component": "body",
1166
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
962
1167
  "value": "0.75",
963
1168
  "uuid": "8f2e9283-4cbc-4374-9757-ed8d68542c89"
964
1169
  },
965
1170
  "body-color": {
966
1171
  "component": "body",
1172
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
967
1173
  "value": "{gray-800}",
968
1174
  "uuid": "a7218010-91c1-4f20-8072-7b1801593014"
969
1175
  },
970
1176
  "detail-sans-serif-font-family": {
971
1177
  "component": "detail",
1178
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
972
1179
  "value": "{sans-serif-font-family}",
973
1180
  "uuid": "34101c26-b4cd-43aa-bddd-0758d21fef01"
974
1181
  },
975
1182
  "detail-serif-font-family": {
976
1183
  "component": "detail",
1184
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
977
1185
  "value": "{serif-font-family}",
978
1186
  "uuid": "365c6166-e17d-40bd-841e-495aa9c6acd7"
979
1187
  },
980
1188
  "detail-cjk-font-family": {
981
1189
  "component": "detail",
1190
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
982
1191
  "value": "{cjk-font-family}",
983
1192
  "uuid": "6cc647ab-1474-4094-974d-d079d7ef7565"
984
1193
  },
985
1194
  "detail-sans-serif-font-weight": {
986
1195
  "component": "detail",
1196
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
987
1197
  "value": "{bold-font-weight}",
988
1198
  "uuid": "d06a4346-ec24-4922-8985-4b8a05e0bfc6"
989
1199
  },
990
1200
  "detail-sans-serif-font-style": {
991
1201
  "component": "detail",
1202
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
992
1203
  "value": "{default-font-style}",
993
1204
  "uuid": "21a9500c-f9a4-4ff3-9eb5-6da81bf314f6"
994
1205
  },
995
1206
  "detail-serif-font-weight": {
996
1207
  "component": "detail",
1208
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
997
1209
  "value": "{bold-font-weight}",
998
1210
  "uuid": "87ef8843-f44e-4526-80cd-9635f3e0261e"
999
1211
  },
1000
1212
  "detail-serif-font-style": {
1001
1213
  "component": "detail",
1214
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1002
1215
  "value": "{default-font-style}",
1003
1216
  "uuid": "524c5101-f745-47e6-b233-62cd005850f8"
1004
1217
  },
1005
1218
  "detail-cjk-font-weight": {
1006
1219
  "component": "detail",
1220
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1007
1221
  "value": "{extra-bold-font-weight}",
1008
1222
  "uuid": "9b11f80a-7600-4a6b-a366-218ba320a5cc"
1009
1223
  },
1010
1224
  "detail-cjk-font-style": {
1011
1225
  "component": "detail",
1226
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1012
1227
  "value": "{default-font-style}",
1013
1228
  "uuid": "4d2a9b37-101b-4025-95d6-aba18b701a58"
1014
1229
  },
1015
1230
  "detail-sans-serif-light-font-weight": {
1016
1231
  "component": "detail",
1232
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1017
1233
  "value": "{regular-font-weight}",
1018
1234
  "uuid": "cf8f93e2-2b79-4a4c-bb31-313e013148e3"
1019
1235
  },
1020
1236
  "detail-sans-serif-light-font-style": {
1021
1237
  "component": "detail",
1238
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1022
1239
  "value": "{default-font-style}",
1023
1240
  "uuid": "a6b7c26e-3ff5-4241-b9cc-3026604fe30e"
1024
1241
  },
1025
1242
  "detail-serif-light-font-weight": {
1026
1243
  "component": "detail",
1244
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1027
1245
  "value": "{regular-font-weight}",
1028
1246
  "uuid": "2a15a805-fd08-4f8e-82e6-9264ef8937cb"
1029
1247
  },
1030
1248
  "detail-serif-light-font-style": {
1031
1249
  "component": "detail",
1250
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1032
1251
  "value": "{default-font-style}",
1033
1252
  "uuid": "f6478d1d-5dcf-43eb-a4fc-498479b29aa7"
1034
1253
  },
1035
1254
  "detail-cjk-light-font-weight": {
1036
1255
  "component": "detail",
1256
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1037
1257
  "value": "{light-font-weight}",
1038
1258
  "uuid": "3b531775-a1fd-4a40-b169-7c42b8c6de38"
1039
1259
  },
1040
1260
  "detail-cjk-light-font-style": {
1041
1261
  "component": "detail",
1262
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1042
1263
  "value": "{default-font-style}",
1043
1264
  "uuid": "4cc06d86-326e-4b6f-a751-99445bb1d131"
1044
1265
  },
1045
1266
  "detail-sans-serif-strong-font-weight": {
1046
1267
  "component": "detail",
1268
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1047
1269
  "value": "{bold-font-weight}",
1048
1270
  "uuid": "a150e66c-daf4-4c71-a2e2-577600878988"
1049
1271
  },
1050
1272
  "detail-sans-serif-strong-font-style": {
1051
1273
  "component": "detail",
1274
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1052
1275
  "value": "{default-font-style}",
1053
1276
  "uuid": "c56642f3-043c-4738-bed0-61b324221f4e"
1054
1277
  },
1055
1278
  "detail-serif-strong-font-weight": {
1056
1279
  "component": "detail",
1280
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1057
1281
  "value": "{bold-font-weight}",
1058
1282
  "uuid": "d737931b-f63c-4874-8fa5-872b95048727"
1059
1283
  },
1060
1284
  "detail-serif-strong-font-style": {
1061
1285
  "component": "detail",
1286
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1062
1287
  "value": "{default-font-style}",
1063
1288
  "uuid": "3b2124e3-e50b-4ab7-8340-f97b1f8fef1e"
1064
1289
  },
1065
1290
  "detail-cjk-strong-font-weight": {
1066
1291
  "component": "detail",
1292
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1067
1293
  "value": "{black-font-weight}",
1068
1294
  "uuid": "ef2997f3-276c-4662-8644-9514590114f4"
1069
1295
  },
1070
1296
  "detail-cjk-strong-font-style": {
1071
1297
  "component": "detail",
1298
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1072
1299
  "value": "{default-font-style}",
1073
1300
  "uuid": "653358fc-5ee4-4e97-affc-c56896d370c0"
1074
1301
  },
1075
1302
  "detail-sans-serif-light-strong-font-weight": {
1076
1303
  "component": "detail",
1304
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1077
1305
  "value": "{regular-font-weight}",
1078
1306
  "uuid": "4f0f95d3-098a-4852-bd21-785f5bf054b5"
1079
1307
  },
1080
1308
  "detail-sans-serif-light-strong-font-style": {
1081
1309
  "component": "detail",
1310
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1082
1311
  "value": "{default-font-style}",
1083
1312
  "uuid": "c1966f09-1c6e-4fe0-89ad-8fb8e847e3ba"
1084
1313
  },
1085
1314
  "detail-serif-light-strong-font-weight": {
1086
1315
  "component": "detail",
1316
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1087
1317
  "value": "{regular-font-weight}",
1088
1318
  "uuid": "fc5df058-f678-4dc8-953f-e2738798ee2b"
1089
1319
  },
1090
1320
  "detail-serif-light-strong-font-style": {
1091
1321
  "component": "detail",
1322
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1092
1323
  "value": "{default-font-style}",
1093
1324
  "uuid": "7a878a3f-b663-41ee-8357-6e62f2e51d80"
1094
1325
  },
1095
1326
  "detail-cjk-light-strong-font-weight": {
1096
1327
  "component": "detail",
1328
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1097
1329
  "value": "{extra-bold-font-weight}",
1098
1330
  "uuid": "91231878-73dc-46ce-a277-1d14e0e36842"
1099
1331
  },
1100
1332
  "detail-cjk-light-strong-font-style": {
1101
1333
  "component": "detail",
1334
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1102
1335
  "value": "{default-font-style}",
1103
1336
  "uuid": "ec87fefe-f35f-41a0-9be1-6d076f0db230"
1104
1337
  },
1105
1338
  "detail-sans-serif-emphasized-font-weight": {
1106
1339
  "component": "detail",
1340
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1107
1341
  "value": "{bold-font-weight}",
1108
1342
  "uuid": "6ca600be-010a-4aaa-a815-e5bfdbe36b21"
1109
1343
  },
1110
1344
  "detail-sans-serif-emphasized-font-style": {
1111
1345
  "component": "detail",
1346
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1112
1347
  "value": "{italic-font-style}",
1113
1348
  "uuid": "5c7dcef1-514e-4d43-b2ef-76639e214b8c"
1114
1349
  },
1115
1350
  "detail-serif-emphasized-font-weight": {
1116
1351
  "component": "detail",
1352
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1117
1353
  "value": "{bold-font-weight}",
1118
1354
  "uuid": "247b2004-e0bc-42b9-ba83-6edbe417c4cb"
1119
1355
  },
1120
1356
  "detail-serif-emphasized-font-style": {
1121
1357
  "component": "detail",
1358
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1122
1359
  "value": "{italic-font-style}",
1123
1360
  "uuid": "cfaf6a70-3eb5-4887-bae6-8ae41c094192"
1124
1361
  },
1125
1362
  "detail-cjk-emphasized-font-weight": {
1126
1363
  "component": "detail",
1364
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1127
1365
  "value": "{black-font-weight}",
1128
1366
  "uuid": "aa70fa2d-87ee-4e67-b230-85f400ddd7d1"
1129
1367
  },
1130
1368
  "detail-cjk-emphasized-font-style": {
1131
1369
  "component": "detail",
1370
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1132
1371
  "value": "{default-font-style}",
1133
1372
  "uuid": "3dca0579-91c4-4f60-a2a6-25f16eb673b3"
1134
1373
  },
1135
1374
  "detail-sans-serif-light-emphasized-font-weight": {
1136
1375
  "component": "detail",
1376
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1137
1377
  "value": "{regular-font-weight}",
1138
1378
  "uuid": "64972012-5050-41d0-9c9b-269b533a58b7"
1139
1379
  },
1140
1380
  "detail-sans-serif-light-emphasized-font-style": {
1141
1381
  "component": "detail",
1382
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1142
1383
  "value": "{italic-font-style}",
1143
1384
  "uuid": "fc6098a2-3263-433c-8378-ba609629ef53"
1144
1385
  },
1145
1386
  "detail-serif-light-emphasized-font-weight": {
1146
1387
  "component": "detail",
1388
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1147
1389
  "value": "{regular-font-weight}",
1148
1390
  "uuid": "3d27f76e-b068-4f06-bea8-ee31fcbc49b2"
1149
1391
  },
1150
1392
  "detail-serif-light-emphasized-font-style": {
1151
1393
  "component": "detail",
1394
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1152
1395
  "value": "{italic-font-style}",
1153
1396
  "uuid": "320bcd8e-2bb8-4e9e-9b1d-4838b2966857"
1154
1397
  },
1155
1398
  "detail-cjk-light-emphasized-font-weight": {
1156
1399
  "component": "detail",
1400
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1157
1401
  "value": "{regular-font-weight}",
1158
1402
  "uuid": "279d9a16-279f-4788-b5b0-af825a4b5d40"
1159
1403
  },
1160
1404
  "detail-cjk-light-emphasized-font-style": {
1161
1405
  "component": "detail",
1406
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1162
1407
  "value": "{default-font-style}",
1163
1408
  "uuid": "c7b1b312-cd81-4c65-8a67-017f91aee40b"
1164
1409
  },
1165
1410
  "detail-sans-serif-strong-emphasized-font-weight": {
1166
1411
  "component": "detail",
1412
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1167
1413
  "value": "{bold-font-weight}",
1168
1414
  "uuid": "c57f8682-52d2-43fa-a306-a588a13ead6b"
1169
1415
  },
1170
1416
  "detail-sans-serif-strong-emphasized-font-style": {
1171
1417
  "component": "detail",
1418
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1172
1419
  "value": "{italic-font-style}",
1173
1420
  "uuid": "82d04795-da5f-4868-a90d-980f5376a878"
1174
1421
  },
1175
1422
  "detail-serif-strong-emphasized-font-weight": {
1176
1423
  "component": "detail",
1424
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1177
1425
  "value": "{bold-font-weight}",
1178
1426
  "uuid": "863cf841-7b83-4f66-a01f-12dccd47fee6"
1179
1427
  },
1180
1428
  "detail-serif-strong-emphasized-font-style": {
1181
1429
  "component": "detail",
1430
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1182
1431
  "value": "{italic-font-style}",
1183
1432
  "uuid": "7fdffa4e-4370-45cf-aab0-316561a56a24"
1184
1433
  },
1185
1434
  "detail-cjk-strong-emphasized-font-weight": {
1186
1435
  "component": "detail",
1436
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1187
1437
  "value": "{black-font-weight}",
1188
1438
  "uuid": "a7007c07-15a4-4671-bd3b-7406f4b374bb"
1189
1439
  },
1190
1440
  "detail-cjk-strong-emphasized-font-style": {
1191
1441
  "component": "detail",
1442
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1192
1443
  "value": "{default-font-style}",
1193
1444
  "uuid": "75a3a4ec-2b57-4a49-b3bd-84b41a3cd314"
1194
1445
  },
1195
1446
  "detail-sans-serif-light-strong-emphasized-font-weight": {
1196
1447
  "component": "detail",
1448
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1197
1449
  "value": "{regular-font-weight}",
1198
1450
  "uuid": "53f16a1c-9d44-4384-9a7e-88a2c4319486"
1199
1451
  },
1200
1452
  "detail-sans-serif-light-strong-emphasized-font-style": {
1201
1453
  "component": "detail",
1454
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1202
1455
  "value": "{italic-font-style}",
1203
1456
  "uuid": "b7364639-2686-4e12-9ede-d6543d0d0d6d"
1204
1457
  },
1205
1458
  "detail-serif-light-strong-emphasized-font-weight": {
1206
1459
  "component": "detail",
1460
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1207
1461
  "value": "{regular-font-weight}",
1208
1462
  "uuid": "1c524d85-9fca-433c-b5c4-5eaa456cc3a2"
1209
1463
  },
1210
1464
  "detail-serif-light-strong-emphasized-font-style": {
1211
1465
  "component": "detail",
1466
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1212
1467
  "value": "{italic-font-style}",
1213
1468
  "uuid": "42d2049f-cda2-4ae4-8d0a-41f7789f768b"
1214
1469
  },
1215
1470
  "detail-cjk-light-strong-emphasized-font-weight": {
1216
1471
  "component": "detail",
1472
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1217
1473
  "value": "{extra-bold-font-weight}",
1218
1474
  "uuid": "0bc51146-a3e5-48c4-8324-4490b9d30f4d"
1219
1475
  },
1220
1476
  "detail-cjk-light-strong-emphasized-font-style": {
1221
1477
  "component": "detail",
1478
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1222
1479
  "value": "{default-font-style}",
1223
1480
  "uuid": "1d4235ff-c183-4d6c-8277-9783e3e1ce7a"
1224
1481
  },
1225
1482
  "detail-size-xl": {
1226
1483
  "component": "detail",
1484
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1227
1485
  "value": "{font-size-200}",
1228
1486
  "uuid": "ab476eec-b592-4890-af8f-74de808cb87f"
1229
1487
  },
1230
1488
  "detail-size-l": {
1231
1489
  "component": "detail",
1490
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1232
1491
  "value": "{font-size-100}",
1233
1492
  "uuid": "613da587-5c48-4efa-abb5-36378c1e81f0"
1234
1493
  },
1235
1494
  "detail-size-m": {
1236
1495
  "component": "detail",
1496
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1237
1497
  "value": "{font-size-75}",
1238
1498
  "uuid": "07840554-1ec1-4823-b119-474ec9cc31f0"
1239
1499
  },
1240
1500
  "detail-size-s": {
1241
1501
  "component": "detail",
1502
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1242
1503
  "value": "{font-size-50}",
1243
1504
  "uuid": "585e1bec-ee93-4983-b0bb-3a1f6ec28218"
1244
1505
  },
1245
1506
  "detail-line-height": {
1246
1507
  "component": "detail",
1508
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1247
1509
  "value": "{line-height-100}",
1248
1510
  "uuid": "4ca9965a-24f9-454e-b0a7-dd5a0c5ae170"
1249
1511
  },
1250
1512
  "detail-cjk-line-height": {
1251
1513
  "component": "detail",
1514
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1252
1515
  "value": "{cjk-line-height-100}",
1253
1516
  "uuid": "93434006-5ed7-4656-96b7-8f355a1f07b2"
1254
1517
  },
1255
1518
  "detail-margin-top-multiplier": {
1256
1519
  "component": "detail",
1520
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
1257
1521
  "value": "0.88888889",
1258
1522
  "uuid": "5d34c3b5-fddd-420b-bfe4-0dee4e07701c"
1259
1523
  },
1260
1524
  "detail-margin-bottom-multiplier": {
1261
1525
  "component": "detail",
1526
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
1262
1527
  "value": "0.25",
1263
1528
  "uuid": "35ac24a4-0338-44c6-b780-120a0af0fc51"
1264
1529
  },
1265
1530
  "detail-letter-spacing": {
1266
1531
  "component": "detail",
1532
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
1267
1533
  "value": "0.06em",
1268
1534
  "uuid": "c4dbe044-dc8c-4722-b36c-5442cd2bc279"
1269
1535
  },
1270
1536
  "detail-sans-serif-text-transform": {
1271
1537
  "component": "detail",
1538
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json",
1272
1539
  "value": "uppercase",
1273
1540
  "uuid": "8646d403-21f9-4e77-8a21-92289c303715"
1274
1541
  },
1275
1542
  "detail-serif-text-transform": {
1276
1543
  "component": "detail",
1544
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json",
1277
1545
  "value": "uppercase",
1278
1546
  "uuid": "0e161c32-c412-4cda-bacb-7eaa548b5534"
1279
1547
  },
1280
1548
  "detail-color": {
1281
1549
  "component": "detail",
1550
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1282
1551
  "value": "{gray-900}",
1283
1552
  "uuid": "5f6b9d7a-2433-44fa-8de5-1fb40137e334"
1284
1553
  },
1285
1554
  "code-font-family": {
1286
1555
  "component": "code",
1556
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json",
1287
1557
  "value": "Source Code Pro",
1288
1558
  "uuid": "79b6c1f9-d1d5-4053-be47-36ecb666d0c1"
1289
1559
  },
1290
1560
  "code-cjk-font-family": {
1291
1561
  "component": "code",
1562
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1292
1563
  "value": "{code-font-family}",
1293
1564
  "uuid": "322cb744-5837-4d0a-94a8-3c885d54568d"
1294
1565
  },
1295
1566
  "code-font-weight": {
1296
1567
  "component": "code",
1568
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1297
1569
  "value": "{regular-font-weight}",
1298
1570
  "uuid": "bf02dd59-4b3c-435a-b33b-49fff22674a3"
1299
1571
  },
1300
1572
  "code-font-style": {
1301
1573
  "component": "code",
1574
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1302
1575
  "value": "{default-font-style}",
1303
1576
  "uuid": "b98a9c39-7d39-4b6d-ad35-46c8b1725c0c"
1304
1577
  },
1305
1578
  "code-cjk-font-weight": {
1306
1579
  "component": "code",
1580
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1307
1581
  "value": "{regular-font-weight}",
1308
1582
  "uuid": "8455f34c-0c79-4699-aa7c-c77d28bfa617"
1309
1583
  },
1310
1584
  "code-cjk-font-style": {
1311
1585
  "component": "code",
1586
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1312
1587
  "value": "{default-font-style}",
1313
1588
  "uuid": "b26477bc-8bf1-41aa-b849-cfde54e27780"
1314
1589
  },
1315
1590
  "code-strong-font-weight": {
1316
1591
  "component": "code",
1592
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1317
1593
  "value": "{bold-font-weight}",
1318
1594
  "uuid": "48d2b9b8-beac-4185-827d-0c552e47663f"
1319
1595
  },
1320
1596
  "code-strong-font-style": {
1321
1597
  "component": "code",
1598
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1322
1599
  "value": "{default-font-style}",
1323
1600
  "uuid": "dac3d8d5-3005-4fa6-b71a-6679470176cf"
1324
1601
  },
1325
1602
  "code-cjk-strong-font-weight": {
1326
1603
  "component": "code",
1604
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1327
1605
  "value": "{black-font-weight}",
1328
1606
  "uuid": "ed73f5fc-5b7a-4414-8f1c-325e7944a9e1"
1329
1607
  },
1330
1608
  "code-cjk-strong-font-style": {
1331
1609
  "component": "code",
1610
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1332
1611
  "value": "{default-font-style}",
1333
1612
  "uuid": "a30c9a18-1a49-4b16-87a0-e882c81dd1bd"
1334
1613
  },
1335
1614
  "code-emphasized-font-weight": {
1336
1615
  "component": "code",
1616
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1337
1617
  "value": "{regular-font-weight}",
1338
1618
  "uuid": "948436ba-23d7-4eec-a3fe-ef5829ccadb0"
1339
1619
  },
1340
1620
  "code-emphasized-font-style": {
1341
1621
  "component": "code",
1622
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1342
1623
  "value": "{italic-font-style}",
1343
1624
  "uuid": "9d3151ad-4a37-4eeb-aadd-7389ccb09345"
1344
1625
  },
1345
1626
  "code-cjk-emphasized-font-weight": {
1346
1627
  "component": "code",
1628
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1347
1629
  "value": "{bold-font-weight}",
1348
1630
  "uuid": "61f8b443-95fa-46fd-8876-b4d7a2244af9"
1349
1631
  },
1350
1632
  "code-cjk-emphasized-font-style": {
1351
1633
  "component": "code",
1634
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1352
1635
  "value": "{default-font-style}",
1353
1636
  "uuid": "f892e676-5218-4dc9-870b-c9d2df6f3152"
1354
1637
  },
1355
1638
  "code-strong-emphasized-font-weight": {
1356
1639
  "component": "code",
1640
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1357
1641
  "value": "{bold-font-weight}",
1358
1642
  "uuid": "4d5f1937-552d-44a4-be8e-2edafefa46aa"
1359
1643
  },
1360
1644
  "code-strong-emphasized-font-style": {
1361
1645
  "component": "code",
1646
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1362
1647
  "value": "{italic-font-style}",
1363
1648
  "uuid": "83d53fe1-372f-46ba-b8e0-f90ca2e59647"
1364
1649
  },
1365
1650
  "code-cjk-strong-emphasized-font-weight": {
1366
1651
  "component": "code",
1652
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1367
1653
  "value": "{black-font-weight}",
1368
1654
  "uuid": "8ed5c5e0-ff72-4937-98fd-fd09f1fab288"
1369
1655
  },
1370
1656
  "code-cjk-strong-emphasized-font-style": {
1371
1657
  "component": "code",
1658
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1372
1659
  "value": "{default-font-style}",
1373
1660
  "uuid": "38006d42-4f02-46ff-917f-6c0163525642"
1374
1661
  },
1375
1662
  "code-size-xl": {
1376
1663
  "component": "code",
1664
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1377
1665
  "value": "{font-size-400}",
1378
1666
  "uuid": "7879adbc-6c38-4d29-9a90-a4ad91c75b90"
1379
1667
  },
1380
1668
  "code-size-l": {
1381
1669
  "component": "code",
1670
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1382
1671
  "value": "{font-size-300}",
1383
1672
  "uuid": "b7010f1a-c994-4b19-b273-3f609fe4be2b"
1384
1673
  },
1385
1674
  "code-size-m": {
1386
1675
  "component": "code",
1676
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1387
1677
  "value": "{font-size-200}",
1388
1678
  "uuid": "e5b76091-7cbb-4d1e-8d27-48f00759c9f3"
1389
1679
  },
1390
1680
  "code-size-s": {
1391
1681
  "component": "code",
1682
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1392
1683
  "value": "{font-size-100}",
1393
1684
  "uuid": "efa9311b-27c5-45ea-93a7-bef6f9370179"
1394
1685
  },
1395
1686
  "code-size-xs": {
1396
1687
  "component": "code",
1688
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1397
1689
  "value": "{font-size-75}",
1398
1690
  "uuid": "f0c5e6fb-fb48-45d2-a043-558b3dc28bc7"
1399
1691
  },
1400
1692
  "code-line-height": {
1401
1693
  "component": "code",
1694
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1402
1695
  "value": "{line-height-200}",
1403
1696
  "uuid": "0d33b30d-96d6-4b5a-90d2-2a708bdae623"
1404
1697
  },
1405
1698
  "code-cjk-line-height": {
1406
1699
  "component": "code",
1700
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1407
1701
  "value": "{cjk-line-height-200}",
1408
1702
  "uuid": "35580910-cb91-44df-9613-7b2e40a75a7c"
1409
1703
  },
1410
1704
  "code-color": {
1411
1705
  "component": "code",
1706
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1412
1707
  "value": "{gray-800}",
1413
1708
  "uuid": "851aebc5-5aa2-42ae-9032-59a5c9e8db5f"
1414
1709
  }