@primer/primitives 10.8.0-rc.2155b901 → 10.8.0-rc.4b626bdd
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/dist/css/base/motion/motion.css +4 -4
- package/dist/css/functional/size/border.css +2 -2
- package/dist/css/functional/typography/typography.css +11 -11
- package/dist/css/primitives.css +17 -17
- package/dist/docs/base/motion/motion.json +48 -32
- package/dist/docs/base/size/size.json +57 -38
- package/dist/docs/base/typography/typography.json +12 -8
- package/dist/docs/functional/size/border.json +42 -28
- package/dist/docs/functional/size/breakpoints.json +18 -12
- package/dist/docs/functional/size/size-coarse.json +9 -6
- package/dist/docs/functional/size/size-fine.json +9 -6
- package/dist/docs/functional/size/size.json +198 -132
- package/dist/docs/functional/size/viewport.json +18 -12
- package/dist/docs/functional/themes/dark-colorblind.json +2472 -1648
- package/dist/docs/functional/themes/dark-dimmed.json +2472 -1648
- package/dist/docs/functional/themes/dark-high-contrast.json +2472 -1648
- package/dist/docs/functional/themes/dark-tritanopia.json +2472 -1648
- package/dist/docs/functional/themes/dark.json +2472 -1648
- package/dist/docs/functional/themes/light-colorblind.json +2472 -1648
- package/dist/docs/functional/themes/light-high-contrast.json +2472 -1648
- package/dist/docs/functional/themes/light-tritanopia.json +2472 -1648
- package/dist/docs/functional/themes/light.json +2472 -1648
- package/dist/docs/functional/typography/typography.json +138 -92
- package/dist/internalCss/dark-colorblind.css +4 -4
- package/dist/internalCss/dark-dimmed.css +4 -4
- package/dist/internalCss/dark-high-contrast.css +4 -4
- package/dist/internalCss/dark-tritanopia.css +4 -4
- package/dist/internalCss/dark.css +4 -4
- package/dist/internalCss/light-colorblind.css +4 -4
- package/dist/internalCss/light-high-contrast.css +4 -4
- package/dist/internalCss/light-tritanopia.css +4 -4
- package/dist/internalCss/light.css +4 -4
- package/dist/styleLint/base/motion/motion.json +64 -48
- package/dist/styleLint/base/size/size.json +76 -57
- package/dist/styleLint/base/typography/typography.json +16 -12
- package/dist/styleLint/functional/size/border.json +59 -45
- package/dist/styleLint/functional/size/breakpoints.json +24 -18
- package/dist/styleLint/functional/size/size-coarse.json +12 -9
- package/dist/styleLint/functional/size/size-fine.json +12 -9
- package/dist/styleLint/functional/size/size.json +264 -198
- package/dist/styleLint/functional/size/viewport.json +28 -22
- package/dist/styleLint/functional/themes/dark-colorblind.json +3296 -2472
- package/dist/styleLint/functional/themes/dark-dimmed.json +3296 -2472
- package/dist/styleLint/functional/themes/dark-high-contrast.json +3296 -2472
- package/dist/styleLint/functional/themes/dark-tritanopia.json +3296 -2472
- package/dist/styleLint/functional/themes/dark.json +3296 -2472
- package/dist/styleLint/functional/themes/light-colorblind.json +3296 -2472
- package/dist/styleLint/functional/themes/light-high-contrast.json +3296 -2472
- package/dist/styleLint/functional/themes/light-tritanopia.json +3296 -2472
- package/dist/styleLint/functional/themes/light.json +3296 -2472
- package/dist/styleLint/functional/typography/typography.json +184 -138
- package/package.json +2 -2
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fontStack-monospace": {
|
|
3
|
+
"key": "{fontStack.monospace}",
|
|
3
4
|
"$value": "ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace",
|
|
4
5
|
"$type": "fontFamily",
|
|
5
6
|
"$extensions": {
|
|
@@ -18,14 +19,15 @@
|
|
|
18
19
|
"collection": "typography",
|
|
19
20
|
"scopes": ["fontFamily"]
|
|
20
21
|
}
|
|
21
|
-
}
|
|
22
|
+
},
|
|
23
|
+
"key": "{fontStack.monospace}"
|
|
22
24
|
},
|
|
23
25
|
"name": "fontStack-monospace",
|
|
24
26
|
"attributes": {},
|
|
25
|
-
"path": ["fontStack", "monospace"]
|
|
26
|
-
"key": "{fontStack.monospace}"
|
|
27
|
+
"path": ["fontStack", "monospace"]
|
|
27
28
|
},
|
|
28
29
|
"fontStack-sansSerif": {
|
|
30
|
+
"key": "{fontStack.sansSerif}",
|
|
29
31
|
"$value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
30
32
|
"$type": "fontFamily",
|
|
31
33
|
"$extensions": {
|
|
@@ -44,14 +46,15 @@
|
|
|
44
46
|
"collection": "typography",
|
|
45
47
|
"scopes": ["fontFamily"]
|
|
46
48
|
}
|
|
47
|
-
}
|
|
49
|
+
},
|
|
50
|
+
"key": "{fontStack.sansSerif}"
|
|
48
51
|
},
|
|
49
52
|
"name": "fontStack-sansSerif",
|
|
50
53
|
"attributes": {},
|
|
51
|
-
"path": ["fontStack", "sansSerif"]
|
|
52
|
-
"key": "{fontStack.sansSerif}"
|
|
54
|
+
"path": ["fontStack", "sansSerif"]
|
|
53
55
|
},
|
|
54
56
|
"fontStack-sansSerifDisplay": {
|
|
57
|
+
"key": "{fontStack.sansSerifDisplay}",
|
|
55
58
|
"$value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
56
59
|
"$type": "fontFamily",
|
|
57
60
|
"$extensions": {
|
|
@@ -70,14 +73,15 @@
|
|
|
70
73
|
"collection": "typography",
|
|
71
74
|
"scopes": ["fontFamily"]
|
|
72
75
|
}
|
|
73
|
-
}
|
|
76
|
+
},
|
|
77
|
+
"key": "{fontStack.sansSerifDisplay}"
|
|
74
78
|
},
|
|
75
79
|
"name": "fontStack-sansSerifDisplay",
|
|
76
80
|
"attributes": {},
|
|
77
|
-
"path": ["fontStack", "sansSerifDisplay"]
|
|
78
|
-
"key": "{fontStack.sansSerifDisplay}"
|
|
81
|
+
"path": ["fontStack", "sansSerifDisplay"]
|
|
79
82
|
},
|
|
80
83
|
"fontStack-system": {
|
|
84
|
+
"key": "{fontStack.system}",
|
|
81
85
|
"$value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
82
86
|
"$type": "fontFamily",
|
|
83
87
|
"$extensions": {
|
|
@@ -96,14 +100,15 @@
|
|
|
96
100
|
"collection": "typography",
|
|
97
101
|
"scopes": ["fontFamily"]
|
|
98
102
|
}
|
|
99
|
-
}
|
|
103
|
+
},
|
|
104
|
+
"key": "{fontStack.system}"
|
|
100
105
|
},
|
|
101
106
|
"name": "fontStack-system",
|
|
102
107
|
"attributes": {},
|
|
103
|
-
"path": ["fontStack", "system"]
|
|
104
|
-
"key": "{fontStack.system}"
|
|
108
|
+
"path": ["fontStack", "system"]
|
|
105
109
|
},
|
|
106
110
|
"text-body-lineHeight-large": {
|
|
111
|
+
"key": "{text.body.lineHeight.large}",
|
|
107
112
|
"$value": 1.5,
|
|
108
113
|
"$type": "number",
|
|
109
114
|
"$extensions": {
|
|
@@ -128,14 +133,15 @@
|
|
|
128
133
|
"collection": "typography",
|
|
129
134
|
"scopes": ["lineHeight"]
|
|
130
135
|
}
|
|
131
|
-
}
|
|
136
|
+
},
|
|
137
|
+
"key": "{text.body.lineHeight.large}"
|
|
132
138
|
},
|
|
133
139
|
"name": "text-body-lineHeight-large",
|
|
134
140
|
"attributes": {},
|
|
135
|
-
"path": ["text", "body", "lineHeight", "large"]
|
|
136
|
-
"key": "{text.body.lineHeight.large}"
|
|
141
|
+
"path": ["text", "body", "lineHeight", "large"]
|
|
137
142
|
},
|
|
138
143
|
"text-body-lineHeight-medium": {
|
|
144
|
+
"key": "{text.body.lineHeight.medium}",
|
|
139
145
|
"$value": 1.4285,
|
|
140
146
|
"$type": "number",
|
|
141
147
|
"$extensions": {
|
|
@@ -160,14 +166,15 @@
|
|
|
160
166
|
"collection": "typography",
|
|
161
167
|
"scopes": ["lineHeight"]
|
|
162
168
|
}
|
|
163
|
-
}
|
|
169
|
+
},
|
|
170
|
+
"key": "{text.body.lineHeight.medium}"
|
|
164
171
|
},
|
|
165
172
|
"name": "text-body-lineHeight-medium",
|
|
166
173
|
"attributes": {},
|
|
167
|
-
"path": ["text", "body", "lineHeight", "medium"]
|
|
168
|
-
"key": "{text.body.lineHeight.medium}"
|
|
174
|
+
"path": ["text", "body", "lineHeight", "medium"]
|
|
169
175
|
},
|
|
170
176
|
"text-body-lineHeight-small": {
|
|
177
|
+
"key": "{text.body.lineHeight.small}",
|
|
171
178
|
"$value": 1.6666,
|
|
172
179
|
"$type": "number",
|
|
173
180
|
"$extensions": {
|
|
@@ -192,14 +199,15 @@
|
|
|
192
199
|
"collection": "typography",
|
|
193
200
|
"scopes": ["lineHeight"]
|
|
194
201
|
}
|
|
195
|
-
}
|
|
202
|
+
},
|
|
203
|
+
"key": "{text.body.lineHeight.small}"
|
|
196
204
|
},
|
|
197
205
|
"name": "text-body-lineHeight-small",
|
|
198
206
|
"attributes": {},
|
|
199
|
-
"path": ["text", "body", "lineHeight", "small"]
|
|
200
|
-
"key": "{text.body.lineHeight.small}"
|
|
207
|
+
"path": ["text", "body", "lineHeight", "small"]
|
|
201
208
|
},
|
|
202
209
|
"text-body-shorthand-large": {
|
|
210
|
+
"key": "{text.body.shorthand.large}",
|
|
203
211
|
"$value": "400 1rem,16px/1.5 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
204
212
|
"$type": "typography",
|
|
205
213
|
"$description": "User-generated content, markdown rendering.",
|
|
@@ -213,14 +221,15 @@
|
|
|
213
221
|
"fontFamily": "{fontStack.sansSerif}"
|
|
214
222
|
},
|
|
215
223
|
"$type": "typography",
|
|
216
|
-
"$description": "User-generated content, markdown rendering."
|
|
224
|
+
"$description": "User-generated content, markdown rendering.",
|
|
225
|
+
"key": "{text.body.shorthand.large}"
|
|
217
226
|
},
|
|
218
227
|
"name": "text-body-shorthand-large",
|
|
219
228
|
"attributes": {},
|
|
220
|
-
"path": ["text", "body", "shorthand", "large"]
|
|
221
|
-
"key": "{text.body.shorthand.large}"
|
|
229
|
+
"path": ["text", "body", "shorthand", "large"]
|
|
222
230
|
},
|
|
223
231
|
"text-body-shorthand-medium": {
|
|
232
|
+
"key": "{text.body.shorthand.medium}",
|
|
224
233
|
"$value": "400 0.875rem,14px/1.4285 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
225
234
|
"$type": "typography",
|
|
226
235
|
"$description": "Default UI font. Most commonly used for body text.",
|
|
@@ -234,14 +243,15 @@
|
|
|
234
243
|
"fontFamily": "{fontStack.sansSerif}"
|
|
235
244
|
},
|
|
236
245
|
"$type": "typography",
|
|
237
|
-
"$description": "Default UI font. Most commonly used for body text."
|
|
246
|
+
"$description": "Default UI font. Most commonly used for body text.",
|
|
247
|
+
"key": "{text.body.shorthand.medium}"
|
|
238
248
|
},
|
|
239
249
|
"name": "text-body-shorthand-medium",
|
|
240
250
|
"attributes": {},
|
|
241
|
-
"path": ["text", "body", "shorthand", "medium"]
|
|
242
|
-
"key": "{text.body.shorthand.medium}"
|
|
251
|
+
"path": ["text", "body", "shorthand", "medium"]
|
|
243
252
|
},
|
|
244
253
|
"text-body-shorthand-small": {
|
|
254
|
+
"key": "{text.body.shorthand.small}",
|
|
245
255
|
"$value": "400 0.75rem,12px/1.6666 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
246
256
|
"$type": "typography",
|
|
247
257
|
"$description": "Small body text for discrete UI applications, such as helper, footnote text. Should be used sparingly across pages. Line-height matches Body (medium) at 20px.",
|
|
@@ -255,14 +265,15 @@
|
|
|
255
265
|
"fontFamily": "{fontStack.sansSerif}"
|
|
256
266
|
},
|
|
257
267
|
"$type": "typography",
|
|
258
|
-
"$description": "Small body text for discrete UI applications, such as helper, footnote text. Should be used sparingly across pages. Line-height matches Body (medium) at 20px."
|
|
268
|
+
"$description": "Small body text for discrete UI applications, such as helper, footnote text. Should be used sparingly across pages. Line-height matches Body (medium) at 20px.",
|
|
269
|
+
"key": "{text.body.shorthand.small}"
|
|
259
270
|
},
|
|
260
271
|
"name": "text-body-shorthand-small",
|
|
261
272
|
"attributes": {},
|
|
262
|
-
"path": ["text", "body", "shorthand", "small"]
|
|
263
|
-
"key": "{text.body.shorthand.small}"
|
|
273
|
+
"path": ["text", "body", "shorthand", "small"]
|
|
264
274
|
},
|
|
265
275
|
"text-body-size-large": {
|
|
276
|
+
"key": "{text.body.size.large}",
|
|
266
277
|
"$value": ["1rem", "16px"],
|
|
267
278
|
"$type": "dimension",
|
|
268
279
|
"$extensions": {
|
|
@@ -281,14 +292,15 @@
|
|
|
281
292
|
"collection": "typography",
|
|
282
293
|
"scopes": ["fontSize"]
|
|
283
294
|
}
|
|
284
|
-
}
|
|
295
|
+
},
|
|
296
|
+
"key": "{text.body.size.large}"
|
|
285
297
|
},
|
|
286
298
|
"name": "text-body-size-large",
|
|
287
299
|
"attributes": {},
|
|
288
|
-
"path": ["text", "body", "size", "large"]
|
|
289
|
-
"key": "{text.body.size.large}"
|
|
300
|
+
"path": ["text", "body", "size", "large"]
|
|
290
301
|
},
|
|
291
302
|
"text-body-size-medium": {
|
|
303
|
+
"key": "{text.body.size.medium}",
|
|
292
304
|
"$value": ["0.875rem", "14px"],
|
|
293
305
|
"$type": "dimension",
|
|
294
306
|
"$extensions": {
|
|
@@ -307,14 +319,15 @@
|
|
|
307
319
|
"collection": "typography",
|
|
308
320
|
"scopes": ["fontSize"]
|
|
309
321
|
}
|
|
310
|
-
}
|
|
322
|
+
},
|
|
323
|
+
"key": "{text.body.size.medium}"
|
|
311
324
|
},
|
|
312
325
|
"name": "text-body-size-medium",
|
|
313
326
|
"attributes": {},
|
|
314
|
-
"path": ["text", "body", "size", "medium"]
|
|
315
|
-
"key": "{text.body.size.medium}"
|
|
327
|
+
"path": ["text", "body", "size", "medium"]
|
|
316
328
|
},
|
|
317
329
|
"text-body-size-small": {
|
|
330
|
+
"key": "{text.body.size.small}",
|
|
318
331
|
"$value": ["0.75rem", "12px"],
|
|
319
332
|
"$type": "dimension",
|
|
320
333
|
"$extensions": {
|
|
@@ -333,14 +346,15 @@
|
|
|
333
346
|
"collection": "typography",
|
|
334
347
|
"scopes": ["fontSize"]
|
|
335
348
|
}
|
|
336
|
-
}
|
|
349
|
+
},
|
|
350
|
+
"key": "{text.body.size.small}"
|
|
337
351
|
},
|
|
338
352
|
"name": "text-body-size-small",
|
|
339
353
|
"attributes": {},
|
|
340
|
-
"path": ["text", "body", "size", "small"]
|
|
341
|
-
"key": "{text.body.size.small}"
|
|
354
|
+
"path": ["text", "body", "size", "small"]
|
|
342
355
|
},
|
|
343
356
|
"text-body-weight": {
|
|
357
|
+
"key": "{text.body.weight}",
|
|
344
358
|
"$value": 400,
|
|
345
359
|
"$type": "fontWeight",
|
|
346
360
|
"$extensions": {
|
|
@@ -359,14 +373,15 @@
|
|
|
359
373
|
"collection": "typography",
|
|
360
374
|
"scopes": ["fontWeight"]
|
|
361
375
|
}
|
|
362
|
-
}
|
|
376
|
+
},
|
|
377
|
+
"key": "{text.body.weight}"
|
|
363
378
|
},
|
|
364
379
|
"name": "text-body-weight",
|
|
365
380
|
"attributes": {},
|
|
366
|
-
"path": ["text", "body", "weight"]
|
|
367
|
-
"key": "{text.body.weight}"
|
|
381
|
+
"path": ["text", "body", "weight"]
|
|
368
382
|
},
|
|
369
383
|
"text-caption-lineHeight": {
|
|
384
|
+
"key": "{text.caption.lineHeight}",
|
|
370
385
|
"$value": 1.3333,
|
|
371
386
|
"$type": "number",
|
|
372
387
|
"$extensions": {
|
|
@@ -391,14 +406,15 @@
|
|
|
391
406
|
"collection": "typography",
|
|
392
407
|
"scopes": ["lineHeight"]
|
|
393
408
|
}
|
|
394
|
-
}
|
|
409
|
+
},
|
|
410
|
+
"key": "{text.caption.lineHeight}"
|
|
395
411
|
},
|
|
396
412
|
"name": "text-caption-lineHeight",
|
|
397
413
|
"attributes": {},
|
|
398
|
-
"path": ["text", "caption", "lineHeight"]
|
|
399
|
-
"key": "{text.caption.lineHeight}"
|
|
414
|
+
"path": ["text", "caption", "lineHeight"]
|
|
400
415
|
},
|
|
401
416
|
"text-caption-shorthand": {
|
|
417
|
+
"key": "{text.caption.shorthand}",
|
|
402
418
|
"$value": "400 0.75rem,12px/1.3333 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
403
419
|
"$type": "typography",
|
|
404
420
|
"$description": "Compact small font with a smaller line height of 16px. Use it for single-line scenarios, as the small sizing doesn’t pass accessibility requirements.",
|
|
@@ -412,14 +428,15 @@
|
|
|
412
428
|
"fontFamily": "{fontStack.sansSerif}"
|
|
413
429
|
},
|
|
414
430
|
"$type": "typography",
|
|
415
|
-
"$description": "Compact small font with a smaller line height of 16px. Use it for single-line scenarios, as the small sizing doesn’t pass accessibility requirements."
|
|
431
|
+
"$description": "Compact small font with a smaller line height of 16px. Use it for single-line scenarios, as the small sizing doesn’t pass accessibility requirements.",
|
|
432
|
+
"key": "{text.caption.shorthand}"
|
|
416
433
|
},
|
|
417
434
|
"name": "text-caption-shorthand",
|
|
418
435
|
"attributes": {},
|
|
419
|
-
"path": ["text", "caption", "shorthand"]
|
|
420
|
-
"key": "{text.caption.shorthand}"
|
|
436
|
+
"path": ["text", "caption", "shorthand"]
|
|
421
437
|
},
|
|
422
438
|
"text-caption-size": {
|
|
439
|
+
"key": "{text.caption.size}",
|
|
423
440
|
"$value": ["0.75rem", "12px"],
|
|
424
441
|
"$type": "dimension",
|
|
425
442
|
"$extensions": {
|
|
@@ -438,14 +455,15 @@
|
|
|
438
455
|
"collection": "typography",
|
|
439
456
|
"scopes": ["fontSize"]
|
|
440
457
|
}
|
|
441
|
-
}
|
|
458
|
+
},
|
|
459
|
+
"key": "{text.caption.size}"
|
|
442
460
|
},
|
|
443
461
|
"name": "text-caption-size",
|
|
444
462
|
"attributes": {},
|
|
445
|
-
"path": ["text", "caption", "size"]
|
|
446
|
-
"key": "{text.caption.size}"
|
|
463
|
+
"path": ["text", "caption", "size"]
|
|
447
464
|
},
|
|
448
465
|
"text-caption-weight": {
|
|
466
|
+
"key": "{text.caption.weight}",
|
|
449
467
|
"$value": 400,
|
|
450
468
|
"$type": "fontWeight",
|
|
451
469
|
"$extensions": {
|
|
@@ -464,14 +482,15 @@
|
|
|
464
482
|
"collection": "typography",
|
|
465
483
|
"scopes": ["fontWeight"]
|
|
466
484
|
}
|
|
467
|
-
}
|
|
485
|
+
},
|
|
486
|
+
"key": "{text.caption.weight}"
|
|
468
487
|
},
|
|
469
488
|
"name": "text-caption-weight",
|
|
470
489
|
"attributes": {},
|
|
471
|
-
"path": ["text", "caption", "weight"]
|
|
472
|
-
"key": "{text.caption.weight}"
|
|
490
|
+
"path": ["text", "caption", "weight"]
|
|
473
491
|
},
|
|
474
492
|
"text-codeBlock-lineHeight": {
|
|
493
|
+
"key": "{text.codeBlock.lineHeight}",
|
|
475
494
|
"$value": 1.5385,
|
|
476
495
|
"$type": "number",
|
|
477
496
|
"$extensions": {
|
|
@@ -496,14 +515,15 @@
|
|
|
496
515
|
"collection": "typography",
|
|
497
516
|
"scopes": ["lineHeight"]
|
|
498
517
|
}
|
|
499
|
-
}
|
|
518
|
+
},
|
|
519
|
+
"key": "{text.codeBlock.lineHeight}"
|
|
500
520
|
},
|
|
501
521
|
"name": "text-codeBlock-lineHeight",
|
|
502
522
|
"attributes": {},
|
|
503
|
-
"path": ["text", "codeBlock", "lineHeight"]
|
|
504
|
-
"key": "{text.codeBlock.lineHeight}"
|
|
523
|
+
"path": ["text", "codeBlock", "lineHeight"]
|
|
505
524
|
},
|
|
506
525
|
"text-codeBlock-shorthand": {
|
|
526
|
+
"key": "{text.codeBlock.shorthand}",
|
|
507
527
|
"$value": "400 0.8125rem,13px/1.5385 ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace",
|
|
508
528
|
"$type": "typography",
|
|
509
529
|
"$description": "Default style for rendering code blocks.",
|
|
@@ -517,14 +537,15 @@
|
|
|
517
537
|
"fontFamily": "{fontStack.monospace}"
|
|
518
538
|
},
|
|
519
539
|
"$type": "typography",
|
|
520
|
-
"$description": "Default style for rendering code blocks."
|
|
540
|
+
"$description": "Default style for rendering code blocks.",
|
|
541
|
+
"key": "{text.codeBlock.shorthand}"
|
|
521
542
|
},
|
|
522
543
|
"name": "text-codeBlock-shorthand",
|
|
523
544
|
"attributes": {},
|
|
524
|
-
"path": ["text", "codeBlock", "shorthand"]
|
|
525
|
-
"key": "{text.codeBlock.shorthand}"
|
|
545
|
+
"path": ["text", "codeBlock", "shorthand"]
|
|
526
546
|
},
|
|
527
547
|
"text-codeBlock-size": {
|
|
548
|
+
"key": "{text.codeBlock.size}",
|
|
528
549
|
"$value": ["0.8125rem", "13px"],
|
|
529
550
|
"$type": "dimension",
|
|
530
551
|
"$extensions": {
|
|
@@ -543,14 +564,15 @@
|
|
|
543
564
|
"collection": "typography",
|
|
544
565
|
"scopes": ["fontSize"]
|
|
545
566
|
}
|
|
546
|
-
}
|
|
567
|
+
},
|
|
568
|
+
"key": "{text.codeBlock.size}"
|
|
547
569
|
},
|
|
548
570
|
"name": "text-codeBlock-size",
|
|
549
571
|
"attributes": {},
|
|
550
|
-
"path": ["text", "codeBlock", "size"]
|
|
551
|
-
"key": "{text.codeBlock.size}"
|
|
572
|
+
"path": ["text", "codeBlock", "size"]
|
|
552
573
|
},
|
|
553
574
|
"text-codeBlock-weight": {
|
|
575
|
+
"key": "{text.codeBlock.weight}",
|
|
554
576
|
"$value": 400,
|
|
555
577
|
"$type": "fontWeight",
|
|
556
578
|
"$extensions": {
|
|
@@ -569,14 +591,15 @@
|
|
|
569
591
|
"collection": "typography",
|
|
570
592
|
"scopes": ["fontWeight"]
|
|
571
593
|
}
|
|
572
|
-
}
|
|
594
|
+
},
|
|
595
|
+
"key": "{text.codeBlock.weight}"
|
|
573
596
|
},
|
|
574
597
|
"name": "text-codeBlock-weight",
|
|
575
598
|
"attributes": {},
|
|
576
|
-
"path": ["text", "codeBlock", "weight"]
|
|
577
|
-
"key": "{text.codeBlock.weight}"
|
|
599
|
+
"path": ["text", "codeBlock", "weight"]
|
|
578
600
|
},
|
|
579
601
|
"text-codeInline-shorthand": {
|
|
602
|
+
"key": "{text.codeInline.shorthand}",
|
|
580
603
|
"$value": "400 ,14.856px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace",
|
|
581
604
|
"$type": "typography",
|
|
582
605
|
"$description": "Inline code blocks using em units to inherit size from its parent.",
|
|
@@ -589,14 +612,15 @@
|
|
|
589
612
|
"fontFamily": "{fontStack.monospace}"
|
|
590
613
|
},
|
|
591
614
|
"$type": "typography",
|
|
592
|
-
"$description": "Inline code blocks using em units to inherit size from its parent."
|
|
615
|
+
"$description": "Inline code blocks using em units to inherit size from its parent.",
|
|
616
|
+
"key": "{text.codeInline.shorthand}"
|
|
593
617
|
},
|
|
594
618
|
"name": "text-codeInline-shorthand",
|
|
595
619
|
"attributes": {},
|
|
596
|
-
"path": ["text", "codeInline", "shorthand"]
|
|
597
|
-
"key": "{text.codeInline.shorthand}"
|
|
620
|
+
"path": ["text", "codeInline", "shorthand"]
|
|
598
621
|
},
|
|
599
622
|
"text-codeInline-size": {
|
|
623
|
+
"key": "{text.codeInline.size}",
|
|
600
624
|
"$value": [null, "14.856px"],
|
|
601
625
|
"$type": "dimension",
|
|
602
626
|
"$extensions": {
|
|
@@ -615,14 +639,15 @@
|
|
|
615
639
|
"collection": "typography",
|
|
616
640
|
"scopes": ["fontSize"]
|
|
617
641
|
}
|
|
618
|
-
}
|
|
642
|
+
},
|
|
643
|
+
"key": "{text.codeInline.size}"
|
|
619
644
|
},
|
|
620
645
|
"name": "text-codeInline-size",
|
|
621
646
|
"attributes": {},
|
|
622
|
-
"path": ["text", "codeInline", "size"]
|
|
623
|
-
"key": "{text.codeInline.size}"
|
|
647
|
+
"path": ["text", "codeInline", "size"]
|
|
624
648
|
},
|
|
625
649
|
"text-codeInline-weight": {
|
|
650
|
+
"key": "{text.codeInline.weight}",
|
|
626
651
|
"$value": 400,
|
|
627
652
|
"$type": "fontWeight",
|
|
628
653
|
"$extensions": {
|
|
@@ -641,14 +666,15 @@
|
|
|
641
666
|
"collection": "typography",
|
|
642
667
|
"scopes": ["fontWeight"]
|
|
643
668
|
}
|
|
644
|
-
}
|
|
669
|
+
},
|
|
670
|
+
"key": "{text.codeInline.weight}"
|
|
645
671
|
},
|
|
646
672
|
"name": "text-codeInline-weight",
|
|
647
673
|
"attributes": {},
|
|
648
|
-
"path": ["text", "codeInline", "weight"]
|
|
649
|
-
"key": "{text.codeInline.weight}"
|
|
674
|
+
"path": ["text", "codeInline", "weight"]
|
|
650
675
|
},
|
|
651
676
|
"text-display-lineBoxHeight": {
|
|
677
|
+
"key": "{text.display.lineBoxHeight}",
|
|
652
678
|
"$value": 1.4,
|
|
653
679
|
"$type": "number",
|
|
654
680
|
"$extensions": {
|
|
@@ -675,14 +701,15 @@
|
|
|
675
701
|
"scopes": ["lineHeight"],
|
|
676
702
|
"fontSizeInPx": 40
|
|
677
703
|
}
|
|
678
|
-
}
|
|
704
|
+
},
|
|
705
|
+
"key": "{text.display.lineBoxHeight}"
|
|
679
706
|
},
|
|
680
707
|
"name": "text-display-lineBoxHeight",
|
|
681
708
|
"attributes": {},
|
|
682
|
-
"path": ["text", "display", "lineBoxHeight"]
|
|
683
|
-
"key": "{text.display.lineBoxHeight}"
|
|
709
|
+
"path": ["text", "display", "lineBoxHeight"]
|
|
684
710
|
},
|
|
685
711
|
"text-display-lineHeight": {
|
|
712
|
+
"key": "{text.display.lineHeight}",
|
|
686
713
|
"$value": 1.4,
|
|
687
714
|
"$type": "number",
|
|
688
715
|
"$extensions": {
|
|
@@ -707,14 +734,15 @@
|
|
|
707
734
|
"collection": "typography",
|
|
708
735
|
"scopes": ["lineHeight"]
|
|
709
736
|
}
|
|
710
|
-
}
|
|
737
|
+
},
|
|
738
|
+
"key": "{text.display.lineHeight}"
|
|
711
739
|
},
|
|
712
740
|
"name": "text-display-lineHeight",
|
|
713
741
|
"attributes": {},
|
|
714
|
-
"path": ["text", "display", "lineHeight"]
|
|
715
|
-
"key": "{text.display.lineHeight}"
|
|
742
|
+
"path": ["text", "display", "lineHeight"]
|
|
716
743
|
},
|
|
717
744
|
"text-display-shorthand": {
|
|
745
|
+
"key": "{text.display.shorthand}",
|
|
718
746
|
"$value": "500 2.5rem,40px/1.4 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
719
747
|
"$type": "typography",
|
|
720
748
|
"$description": "Hero-style text for brand to product transition pages. Utilize Title (large) styles on narrow viewports.",
|
|
@@ -728,14 +756,15 @@
|
|
|
728
756
|
"fontFamily": "{fontStack.sansSerifDisplay}"
|
|
729
757
|
},
|
|
730
758
|
"$type": "typography",
|
|
731
|
-
"$description": "Hero-style text for brand to product transition pages. Utilize Title (large) styles on narrow viewports."
|
|
759
|
+
"$description": "Hero-style text for brand to product transition pages. Utilize Title (large) styles on narrow viewports.",
|
|
760
|
+
"key": "{text.display.shorthand}"
|
|
732
761
|
},
|
|
733
762
|
"name": "text-display-shorthand",
|
|
734
763
|
"attributes": {},
|
|
735
|
-
"path": ["text", "display", "shorthand"]
|
|
736
|
-
"key": "{text.display.shorthand}"
|
|
764
|
+
"path": ["text", "display", "shorthand"]
|
|
737
765
|
},
|
|
738
766
|
"text-display-size": {
|
|
767
|
+
"key": "{text.display.size}",
|
|
739
768
|
"$value": ["2.5rem", "40px"],
|
|
740
769
|
"$type": "dimension",
|
|
741
770
|
"$extensions": {
|
|
@@ -754,14 +783,15 @@
|
|
|
754
783
|
"collection": "typography",
|
|
755
784
|
"scopes": ["fontSize"]
|
|
756
785
|
}
|
|
757
|
-
}
|
|
786
|
+
},
|
|
787
|
+
"key": "{text.display.size}"
|
|
758
788
|
},
|
|
759
789
|
"name": "text-display-size",
|
|
760
790
|
"attributes": {},
|
|
761
|
-
"path": ["text", "display", "size"]
|
|
762
|
-
"key": "{text.display.size}"
|
|
791
|
+
"path": ["text", "display", "size"]
|
|
763
792
|
},
|
|
764
793
|
"text-display-weight": {
|
|
794
|
+
"key": "{text.display.weight}",
|
|
765
795
|
"$value": 500,
|
|
766
796
|
"$type": "fontWeight",
|
|
767
797
|
"$extensions": {
|
|
@@ -780,14 +810,15 @@
|
|
|
780
810
|
"collection": "typography",
|
|
781
811
|
"scopes": ["fontWeight"]
|
|
782
812
|
}
|
|
783
|
-
}
|
|
813
|
+
},
|
|
814
|
+
"key": "{text.display.weight}"
|
|
784
815
|
},
|
|
785
816
|
"name": "text-display-weight",
|
|
786
817
|
"attributes": {},
|
|
787
|
-
"path": ["text", "display", "weight"]
|
|
788
|
-
"key": "{text.display.weight}"
|
|
818
|
+
"path": ["text", "display", "weight"]
|
|
789
819
|
},
|
|
790
820
|
"text-subtitle-lineHeight": {
|
|
821
|
+
"key": "{text.subtitle.lineHeight}",
|
|
791
822
|
"$value": 1.6,
|
|
792
823
|
"$type": "number",
|
|
793
824
|
"$extensions": {
|
|
@@ -812,14 +843,15 @@
|
|
|
812
843
|
"collection": "typography",
|
|
813
844
|
"scopes": ["lineHeight"]
|
|
814
845
|
}
|
|
815
|
-
}
|
|
846
|
+
},
|
|
847
|
+
"key": "{text.subtitle.lineHeight}"
|
|
816
848
|
},
|
|
817
849
|
"name": "text-subtitle-lineHeight",
|
|
818
850
|
"attributes": {},
|
|
819
|
-
"path": ["text", "subtitle", "lineHeight"]
|
|
820
|
-
"key": "{text.subtitle.lineHeight}"
|
|
851
|
+
"path": ["text", "subtitle", "lineHeight"]
|
|
821
852
|
},
|
|
822
853
|
"text-subtitle-shorthand": {
|
|
854
|
+
"key": "{text.subtitle.shorthand}",
|
|
823
855
|
"$value": "400 1.25rem,20px/1.6 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
824
856
|
"$type": "typography",
|
|
825
857
|
"$description": "Page sections/sub headings, or less important object names in page titles (automated action titles, for example). Same line-height as title (medium).",
|
|
@@ -833,14 +865,15 @@
|
|
|
833
865
|
"fontFamily": "{fontStack.sansSerifDisplay}"
|
|
834
866
|
},
|
|
835
867
|
"$type": "typography",
|
|
836
|
-
"$description": "Page sections/sub headings, or less important object names in page titles (automated action titles, for example). Same line-height as title (medium)."
|
|
868
|
+
"$description": "Page sections/sub headings, or less important object names in page titles (automated action titles, for example). Same line-height as title (medium).",
|
|
869
|
+
"key": "{text.subtitle.shorthand}"
|
|
837
870
|
},
|
|
838
871
|
"name": "text-subtitle-shorthand",
|
|
839
872
|
"attributes": {},
|
|
840
|
-
"path": ["text", "subtitle", "shorthand"]
|
|
841
|
-
"key": "{text.subtitle.shorthand}"
|
|
873
|
+
"path": ["text", "subtitle", "shorthand"]
|
|
842
874
|
},
|
|
843
875
|
"text-subtitle-size": {
|
|
876
|
+
"key": "{text.subtitle.size}",
|
|
844
877
|
"$value": ["1.25rem", "20px"],
|
|
845
878
|
"$type": "dimension",
|
|
846
879
|
"$extensions": {
|
|
@@ -859,14 +892,15 @@
|
|
|
859
892
|
"collection": "typography",
|
|
860
893
|
"scopes": ["fontSize"]
|
|
861
894
|
}
|
|
862
|
-
}
|
|
895
|
+
},
|
|
896
|
+
"key": "{text.subtitle.size}"
|
|
863
897
|
},
|
|
864
898
|
"name": "text-subtitle-size",
|
|
865
899
|
"attributes": {},
|
|
866
|
-
"path": ["text", "subtitle", "size"]
|
|
867
|
-
"key": "{text.subtitle.size}"
|
|
900
|
+
"path": ["text", "subtitle", "size"]
|
|
868
901
|
},
|
|
869
902
|
"text-subtitle-weight": {
|
|
903
|
+
"key": "{text.subtitle.weight}",
|
|
870
904
|
"$value": 400,
|
|
871
905
|
"$type": "fontWeight",
|
|
872
906
|
"$extensions": {
|
|
@@ -885,14 +919,15 @@
|
|
|
885
919
|
"collection": "typography",
|
|
886
920
|
"scopes": ["fontWeight"]
|
|
887
921
|
}
|
|
888
|
-
}
|
|
922
|
+
},
|
|
923
|
+
"key": "{text.subtitle.weight}"
|
|
889
924
|
},
|
|
890
925
|
"name": "text-subtitle-weight",
|
|
891
926
|
"attributes": {},
|
|
892
|
-
"path": ["text", "subtitle", "weight"]
|
|
893
|
-
"key": "{text.subtitle.weight}"
|
|
927
|
+
"path": ["text", "subtitle", "weight"]
|
|
894
928
|
},
|
|
895
929
|
"text-title-lineHeight-large": {
|
|
930
|
+
"key": "{text.title.lineHeight.large}",
|
|
896
931
|
"$value": 1.5,
|
|
897
932
|
"$type": "number",
|
|
898
933
|
"$extensions": {
|
|
@@ -917,14 +952,15 @@
|
|
|
917
952
|
"collection": "typography",
|
|
918
953
|
"scopes": ["lineHeight"]
|
|
919
954
|
}
|
|
920
|
-
}
|
|
955
|
+
},
|
|
956
|
+
"key": "{text.title.lineHeight.large}"
|
|
921
957
|
},
|
|
922
958
|
"name": "text-title-lineHeight-large",
|
|
923
959
|
"attributes": {},
|
|
924
|
-
"path": ["text", "title", "lineHeight", "large"]
|
|
925
|
-
"key": "{text.title.lineHeight.large}"
|
|
960
|
+
"path": ["text", "title", "lineHeight", "large"]
|
|
926
961
|
},
|
|
927
962
|
"text-title-lineHeight-medium": {
|
|
963
|
+
"key": "{text.title.lineHeight.medium}",
|
|
928
964
|
"$value": 1.6,
|
|
929
965
|
"$type": "number",
|
|
930
966
|
"$extensions": {
|
|
@@ -949,14 +985,15 @@
|
|
|
949
985
|
"collection": "typography",
|
|
950
986
|
"scopes": ["lineHeight"]
|
|
951
987
|
}
|
|
952
|
-
}
|
|
988
|
+
},
|
|
989
|
+
"key": "{text.title.lineHeight.medium}"
|
|
953
990
|
},
|
|
954
991
|
"name": "text-title-lineHeight-medium",
|
|
955
992
|
"attributes": {},
|
|
956
|
-
"path": ["text", "title", "lineHeight", "medium"]
|
|
957
|
-
"key": "{text.title.lineHeight.medium}"
|
|
993
|
+
"path": ["text", "title", "lineHeight", "medium"]
|
|
958
994
|
},
|
|
959
995
|
"text-title-lineHeight-small": {
|
|
996
|
+
"key": "{text.title.lineHeight.small}",
|
|
960
997
|
"$value": 1.5,
|
|
961
998
|
"$type": "number",
|
|
962
999
|
"$extensions": {
|
|
@@ -981,14 +1018,15 @@
|
|
|
981
1018
|
"collection": "typography",
|
|
982
1019
|
"scopes": ["lineHeight"]
|
|
983
1020
|
}
|
|
984
|
-
}
|
|
1021
|
+
},
|
|
1022
|
+
"key": "{text.title.lineHeight.small}"
|
|
985
1023
|
},
|
|
986
1024
|
"name": "text-title-lineHeight-small",
|
|
987
1025
|
"attributes": {},
|
|
988
|
-
"path": ["text", "title", "lineHeight", "small"]
|
|
989
|
-
"key": "{text.title.lineHeight.small}"
|
|
1026
|
+
"path": ["text", "title", "lineHeight", "small"]
|
|
990
1027
|
},
|
|
991
1028
|
"text-title-shorthand-large": {
|
|
1029
|
+
"key": "{text.title.shorthand.large}",
|
|
992
1030
|
"$value": "600 2rem,32px/1.5 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
993
1031
|
"$type": "typography",
|
|
994
1032
|
"$description": "Page headings for user-created objects, such as issues or pull requests. Utilize title (medium) styles on narrow viewports.",
|
|
@@ -1002,14 +1040,15 @@
|
|
|
1002
1040
|
"fontFamily": "{fontStack.sansSerifDisplay}"
|
|
1003
1041
|
},
|
|
1004
1042
|
"$type": "typography",
|
|
1005
|
-
"$description": "Page headings for user-created objects, such as issues or pull requests. Utilize title (medium) styles on narrow viewports."
|
|
1043
|
+
"$description": "Page headings for user-created objects, such as issues or pull requests. Utilize title (medium) styles on narrow viewports.",
|
|
1044
|
+
"key": "{text.title.shorthand.large}"
|
|
1006
1045
|
},
|
|
1007
1046
|
"name": "text-title-shorthand-large",
|
|
1008
1047
|
"attributes": {},
|
|
1009
|
-
"path": ["text", "title", "shorthand", "large"]
|
|
1010
|
-
"key": "{text.title.shorthand.large}"
|
|
1048
|
+
"path": ["text", "title", "shorthand", "large"]
|
|
1011
1049
|
},
|
|
1012
1050
|
"text-title-shorthand-medium": {
|
|
1051
|
+
"key": "{text.title.shorthand.medium}",
|
|
1013
1052
|
"$value": "600 1.25rem,20px/1.6 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
1014
1053
|
"$type": "typography",
|
|
1015
1054
|
"$description": "Default page title. The 32px-equivalent line-height matches with button and other medium control heights. Great for page header composition.",
|
|
@@ -1023,14 +1062,15 @@
|
|
|
1023
1062
|
"fontFamily": "{fontStack.sansSerifDisplay}"
|
|
1024
1063
|
},
|
|
1025
1064
|
"$type": "typography",
|
|
1026
|
-
"$description": "Default page title. The 32px-equivalent line-height matches with button and other medium control heights. Great for page header composition."
|
|
1065
|
+
"$description": "Default page title. The 32px-equivalent line-height matches with button and other medium control heights. Great for page header composition.",
|
|
1066
|
+
"key": "{text.title.shorthand.medium}"
|
|
1027
1067
|
},
|
|
1028
1068
|
"name": "text-title-shorthand-medium",
|
|
1029
1069
|
"attributes": {},
|
|
1030
|
-
"path": ["text", "title", "shorthand", "medium"]
|
|
1031
|
-
"key": "{text.title.shorthand.medium}"
|
|
1070
|
+
"path": ["text", "title", "shorthand", "medium"]
|
|
1032
1071
|
},
|
|
1033
1072
|
"text-title-shorthand-small": {
|
|
1073
|
+
"key": "{text.title.shorthand.small}",
|
|
1034
1074
|
"$value": "600 1rem,16px/1.5 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
1035
1075
|
"$type": "typography",
|
|
1036
1076
|
"$description": "Uses the same size as body (large) with a heavier weight of semibold (600).",
|
|
@@ -1044,14 +1084,15 @@
|
|
|
1044
1084
|
"fontFamily": "{fontStack.sansSerif}"
|
|
1045
1085
|
},
|
|
1046
1086
|
"$type": "typography",
|
|
1047
|
-
"$description": "Uses the same size as body (large) with a heavier weight of semibold (600)."
|
|
1087
|
+
"$description": "Uses the same size as body (large) with a heavier weight of semibold (600).",
|
|
1088
|
+
"key": "{text.title.shorthand.small}"
|
|
1048
1089
|
},
|
|
1049
1090
|
"name": "text-title-shorthand-small",
|
|
1050
1091
|
"attributes": {},
|
|
1051
|
-
"path": ["text", "title", "shorthand", "small"]
|
|
1052
|
-
"key": "{text.title.shorthand.small}"
|
|
1092
|
+
"path": ["text", "title", "shorthand", "small"]
|
|
1053
1093
|
},
|
|
1054
1094
|
"text-title-size-large": {
|
|
1095
|
+
"key": "{text.title.size.large}",
|
|
1055
1096
|
"$value": ["2rem", "32px"],
|
|
1056
1097
|
"$type": "dimension",
|
|
1057
1098
|
"$extensions": {
|
|
@@ -1070,14 +1111,15 @@
|
|
|
1070
1111
|
"collection": "typography",
|
|
1071
1112
|
"scopes": ["fontSize"]
|
|
1072
1113
|
}
|
|
1073
|
-
}
|
|
1114
|
+
},
|
|
1115
|
+
"key": "{text.title.size.large}"
|
|
1074
1116
|
},
|
|
1075
1117
|
"name": "text-title-size-large",
|
|
1076
1118
|
"attributes": {},
|
|
1077
|
-
"path": ["text", "title", "size", "large"]
|
|
1078
|
-
"key": "{text.title.size.large}"
|
|
1119
|
+
"path": ["text", "title", "size", "large"]
|
|
1079
1120
|
},
|
|
1080
1121
|
"text-title-size-medium": {
|
|
1122
|
+
"key": "{text.title.size.medium}",
|
|
1081
1123
|
"$value": ["1.25rem", "20px"],
|
|
1082
1124
|
"$type": "dimension",
|
|
1083
1125
|
"$extensions": {
|
|
@@ -1096,14 +1138,15 @@
|
|
|
1096
1138
|
"collection": "typography",
|
|
1097
1139
|
"scopes": ["fontSize"]
|
|
1098
1140
|
}
|
|
1099
|
-
}
|
|
1141
|
+
},
|
|
1142
|
+
"key": "{text.title.size.medium}"
|
|
1100
1143
|
},
|
|
1101
1144
|
"name": "text-title-size-medium",
|
|
1102
1145
|
"attributes": {},
|
|
1103
|
-
"path": ["text", "title", "size", "medium"]
|
|
1104
|
-
"key": "{text.title.size.medium}"
|
|
1146
|
+
"path": ["text", "title", "size", "medium"]
|
|
1105
1147
|
},
|
|
1106
1148
|
"text-title-size-small": {
|
|
1149
|
+
"key": "{text.title.size.small}",
|
|
1107
1150
|
"$value": ["1rem", "16px"],
|
|
1108
1151
|
"$type": "dimension",
|
|
1109
1152
|
"$extensions": {
|
|
@@ -1122,14 +1165,15 @@
|
|
|
1122
1165
|
"collection": "typography",
|
|
1123
1166
|
"scopes": ["fontSize"]
|
|
1124
1167
|
}
|
|
1125
|
-
}
|
|
1168
|
+
},
|
|
1169
|
+
"key": "{text.title.size.small}"
|
|
1126
1170
|
},
|
|
1127
1171
|
"name": "text-title-size-small",
|
|
1128
1172
|
"attributes": {},
|
|
1129
|
-
"path": ["text", "title", "size", "small"]
|
|
1130
|
-
"key": "{text.title.size.small}"
|
|
1173
|
+
"path": ["text", "title", "size", "small"]
|
|
1131
1174
|
},
|
|
1132
1175
|
"text-title-weight-large": {
|
|
1176
|
+
"key": "{text.title.weight.large}",
|
|
1133
1177
|
"$value": 600,
|
|
1134
1178
|
"$type": "fontWeight",
|
|
1135
1179
|
"$extensions": {
|
|
@@ -1148,14 +1192,15 @@
|
|
|
1148
1192
|
"collection": "typography",
|
|
1149
1193
|
"scopes": ["fontWeight"]
|
|
1150
1194
|
}
|
|
1151
|
-
}
|
|
1195
|
+
},
|
|
1196
|
+
"key": "{text.title.weight.large}"
|
|
1152
1197
|
},
|
|
1153
1198
|
"name": "text-title-weight-large",
|
|
1154
1199
|
"attributes": {},
|
|
1155
|
-
"path": ["text", "title", "weight", "large"]
|
|
1156
|
-
"key": "{text.title.weight.large}"
|
|
1200
|
+
"path": ["text", "title", "weight", "large"]
|
|
1157
1201
|
},
|
|
1158
1202
|
"text-title-weight-medium": {
|
|
1203
|
+
"key": "{text.title.weight.medium}",
|
|
1159
1204
|
"$value": 600,
|
|
1160
1205
|
"$type": "fontWeight",
|
|
1161
1206
|
"$extensions": {
|
|
@@ -1174,14 +1219,15 @@
|
|
|
1174
1219
|
"collection": "typography",
|
|
1175
1220
|
"scopes": ["fontWeight"]
|
|
1176
1221
|
}
|
|
1177
|
-
}
|
|
1222
|
+
},
|
|
1223
|
+
"key": "{text.title.weight.medium}"
|
|
1178
1224
|
},
|
|
1179
1225
|
"name": "text-title-weight-medium",
|
|
1180
1226
|
"attributes": {},
|
|
1181
|
-
"path": ["text", "title", "weight", "medium"]
|
|
1182
|
-
"key": "{text.title.weight.medium}"
|
|
1227
|
+
"path": ["text", "title", "weight", "medium"]
|
|
1183
1228
|
},
|
|
1184
1229
|
"text-title-weight-small": {
|
|
1230
|
+
"key": "{text.title.weight.small}",
|
|
1185
1231
|
"$value": 600,
|
|
1186
1232
|
"$type": "fontWeight",
|
|
1187
1233
|
"$extensions": {
|
|
@@ -1200,11 +1246,11 @@
|
|
|
1200
1246
|
"collection": "typography",
|
|
1201
1247
|
"scopes": ["fontWeight"]
|
|
1202
1248
|
}
|
|
1203
|
-
}
|
|
1249
|
+
},
|
|
1250
|
+
"key": "{text.title.weight.small}"
|
|
1204
1251
|
},
|
|
1205
1252
|
"name": "text-title-weight-small",
|
|
1206
1253
|
"attributes": {},
|
|
1207
|
-
"path": ["text", "title", "weight", "small"]
|
|
1208
|
-
"key": "{text.title.weight.small}"
|
|
1254
|
+
"path": ["text", "title", "weight", "small"]
|
|
1209
1255
|
}
|
|
1210
1256
|
}
|