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