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