@carbon/type 10.14.0 → 10.16.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/es/index.js +59 -60
- package/lib/index.js +59 -60
- package/package.json +4 -4
- package/scss/_font-family.scss +2 -2
- package/scss/_inlined/_font-family.scss +2 -2
- package/scss/_inlined/_reset.scss +1 -1
- package/scss/_inlined/_scale.scss +2 -2
- package/scss/_inlined/_styles.scss +59 -59
- package/scss/_reset.scss +1 -1
- package/scss/_scale.scss +2 -2
- package/scss/_styles.scss +59 -59
- package/src/__tests__/__snapshots__/styles-test.js.snap +31 -31
- package/src/__tests__/fluid-test.js +26 -26
- package/src/styles.js +58 -59
- package/umd/index.js +59 -60
package/scss/_styles.scss
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
$caption-01: (
|
|
16
16
|
font-size: carbon--type-scale(1),
|
|
17
17
|
font-weight: carbon--font-weight('regular'),
|
|
18
|
-
line-height:
|
|
18
|
+
line-height: 1.34,
|
|
19
19
|
letter-spacing: 0.32px,
|
|
20
20
|
) !default;
|
|
21
21
|
|
|
@@ -25,7 +25,7 @@ $caption-01: (
|
|
|
25
25
|
$label-01: (
|
|
26
26
|
font-size: carbon--type-scale(1),
|
|
27
27
|
font-weight: carbon--font-weight('regular'),
|
|
28
|
-
line-height:
|
|
28
|
+
line-height: 1.34,
|
|
29
29
|
letter-spacing: 0.32px,
|
|
30
30
|
) !default;
|
|
31
31
|
|
|
@@ -34,7 +34,7 @@ $label-01: (
|
|
|
34
34
|
/// @group @carbon/type
|
|
35
35
|
$helper-text-01: (
|
|
36
36
|
font-size: carbon--type-scale(1),
|
|
37
|
-
line-height:
|
|
37
|
+
line-height: 1.34,
|
|
38
38
|
letter-spacing: 0.32px,
|
|
39
39
|
) !default;
|
|
40
40
|
|
|
@@ -44,7 +44,7 @@ $helper-text-01: (
|
|
|
44
44
|
$body-short-01: (
|
|
45
45
|
font-size: carbon--type-scale(2),
|
|
46
46
|
font-weight: carbon--font-weight('regular'),
|
|
47
|
-
line-height:
|
|
47
|
+
line-height: 1.29,
|
|
48
48
|
letter-spacing: 0.16px,
|
|
49
49
|
) !default;
|
|
50
50
|
|
|
@@ -54,7 +54,7 @@ $body-short-01: (
|
|
|
54
54
|
$body-long-01: (
|
|
55
55
|
font-size: carbon--type-scale(2),
|
|
56
56
|
font-weight: carbon--font-weight('regular'),
|
|
57
|
-
line-height:
|
|
57
|
+
line-height: 1.43,
|
|
58
58
|
letter-spacing: 0.16px,
|
|
59
59
|
) !default;
|
|
60
60
|
|
|
@@ -64,7 +64,7 @@ $body-long-01: (
|
|
|
64
64
|
$body-short-02: (
|
|
65
65
|
font-size: carbon--type-scale(3),
|
|
66
66
|
font-weight: carbon--font-weight('regular'),
|
|
67
|
-
line-height:
|
|
67
|
+
line-height: 1.375,
|
|
68
68
|
letter-spacing: 0,
|
|
69
69
|
) !default;
|
|
70
70
|
|
|
@@ -74,7 +74,7 @@ $body-short-02: (
|
|
|
74
74
|
$body-long-02: (
|
|
75
75
|
font-size: carbon--type-scale(3),
|
|
76
76
|
font-weight: carbon--font-weight('regular'),
|
|
77
|
-
line-height:
|
|
77
|
+
line-height: 1.5,
|
|
78
78
|
letter-spacing: 0,
|
|
79
79
|
) !default;
|
|
80
80
|
|
|
@@ -85,7 +85,7 @@ $code-01: (
|
|
|
85
85
|
font-family: carbon--font-family('mono'),
|
|
86
86
|
font-size: carbon--type-scale(1),
|
|
87
87
|
font-weight: carbon--font-weight('regular'),
|
|
88
|
-
line-height:
|
|
88
|
+
line-height: 1.34,
|
|
89
89
|
letter-spacing: 0.32px,
|
|
90
90
|
) !default;
|
|
91
91
|
|
|
@@ -96,7 +96,7 @@ $code-02: (
|
|
|
96
96
|
font-family: carbon--font-family('mono'),
|
|
97
97
|
font-size: carbon--type-scale(2),
|
|
98
98
|
font-weight: carbon--font-weight('regular'),
|
|
99
|
-
line-height:
|
|
99
|
+
line-height: 1.43,
|
|
100
100
|
letter-spacing: 0.32px,
|
|
101
101
|
) !default;
|
|
102
102
|
|
|
@@ -106,7 +106,7 @@ $code-02: (
|
|
|
106
106
|
$heading-01: (
|
|
107
107
|
font-size: carbon--type-scale(2),
|
|
108
108
|
font-weight: carbon--font-weight('semibold'),
|
|
109
|
-
line-height:
|
|
109
|
+
line-height: 1.29,
|
|
110
110
|
letter-spacing: 0.16px,
|
|
111
111
|
) !default;
|
|
112
112
|
|
|
@@ -121,7 +121,7 @@ $productive-heading-01: $heading-01 !default;
|
|
|
121
121
|
$heading-02: (
|
|
122
122
|
font-size: carbon--type-scale(3),
|
|
123
123
|
font-weight: carbon--font-weight('semibold'),
|
|
124
|
-
line-height:
|
|
124
|
+
line-height: 1.375,
|
|
125
125
|
letter-spacing: 0,
|
|
126
126
|
) !default;
|
|
127
127
|
|
|
@@ -136,7 +136,7 @@ $productive-heading-02: $heading-02 !default;
|
|
|
136
136
|
$productive-heading-03: (
|
|
137
137
|
font-size: carbon--type-scale(5),
|
|
138
138
|
font-weight: carbon--font-weight('regular'),
|
|
139
|
-
line-height:
|
|
139
|
+
line-height: 1.4,
|
|
140
140
|
letter-spacing: 0,
|
|
141
141
|
) !default;
|
|
142
142
|
|
|
@@ -146,7 +146,7 @@ $productive-heading-03: (
|
|
|
146
146
|
$productive-heading-04: (
|
|
147
147
|
font-size: carbon--type-scale(7),
|
|
148
148
|
font-weight: carbon--font-weight('regular'),
|
|
149
|
-
line-height:
|
|
149
|
+
line-height: 1.29,
|
|
150
150
|
letter-spacing: 0,
|
|
151
151
|
) !default;
|
|
152
152
|
|
|
@@ -156,7 +156,7 @@ $productive-heading-04: (
|
|
|
156
156
|
$productive-heading-05: (
|
|
157
157
|
font-size: carbon--type-scale(8),
|
|
158
158
|
font-weight: carbon--font-weight('regular'),
|
|
159
|
-
line-height:
|
|
159
|
+
line-height: 1.25,
|
|
160
160
|
letter-spacing: 0,
|
|
161
161
|
) !default;
|
|
162
162
|
|
|
@@ -166,7 +166,8 @@ $productive-heading-05: (
|
|
|
166
166
|
$productive-heading-06: (
|
|
167
167
|
font-size: carbon--type-scale(8),
|
|
168
168
|
font-weight: carbon--font-weight('light'),
|
|
169
|
-
|
|
169
|
+
// Extra digit needed for precision in Chrome
|
|
170
|
+
line-height: 1.199,
|
|
170
171
|
letter-spacing: 0,
|
|
171
172
|
) !default;
|
|
172
173
|
|
|
@@ -176,7 +177,7 @@ $productive-heading-06: (
|
|
|
176
177
|
$productive-heading-07: (
|
|
177
178
|
font-size: carbon--type-scale(10),
|
|
178
179
|
font-weight: carbon--font-weight('light'),
|
|
179
|
-
line-height:
|
|
180
|
+
line-height: 1.19,
|
|
180
181
|
letter-spacing: 0,
|
|
181
182
|
) !default;
|
|
182
183
|
|
|
@@ -186,7 +187,7 @@ $productive-heading-07: (
|
|
|
186
187
|
$expressive-heading-01: map-merge(
|
|
187
188
|
$heading-01,
|
|
188
189
|
(
|
|
189
|
-
line-height:
|
|
190
|
+
line-height: 1.25,
|
|
190
191
|
)
|
|
191
192
|
) !default;
|
|
192
193
|
|
|
@@ -196,7 +197,7 @@ $expressive-heading-01: map-merge(
|
|
|
196
197
|
$expressive-heading-02: map-merge(
|
|
197
198
|
$heading-02,
|
|
198
199
|
(
|
|
199
|
-
line-height:
|
|
200
|
+
line-height: 1.5,
|
|
200
201
|
)
|
|
201
202
|
) !default;
|
|
202
203
|
|
|
@@ -206,15 +207,16 @@ $expressive-heading-02: map-merge(
|
|
|
206
207
|
$expressive-heading-03: (
|
|
207
208
|
font-size: carbon--type-scale(5),
|
|
208
209
|
font-weight: carbon--font-weight('regular'),
|
|
209
|
-
line-height:
|
|
210
|
+
line-height: 1.4,
|
|
210
211
|
letter-spacing: 0,
|
|
211
212
|
breakpoints: (
|
|
212
213
|
xlg: (
|
|
213
214
|
font-size: carbon--type-scale(5),
|
|
214
|
-
line-height:
|
|
215
|
+
line-height: 1.25,
|
|
215
216
|
),
|
|
216
217
|
max: (
|
|
217
218
|
font-size: carbon--type-scale(6),
|
|
219
|
+
line-height: 1.334,
|
|
218
220
|
),
|
|
219
221
|
),
|
|
220
222
|
) !default;
|
|
@@ -225,12 +227,12 @@ $expressive-heading-03: (
|
|
|
225
227
|
$expressive-heading-04: (
|
|
226
228
|
font-size: carbon--type-scale(7),
|
|
227
229
|
font-weight: carbon--font-weight('regular'),
|
|
228
|
-
line-height:
|
|
230
|
+
line-height: 1.29,
|
|
229
231
|
letter-spacing: 0,
|
|
230
232
|
breakpoints: (
|
|
231
233
|
xlg: (
|
|
232
234
|
font-size: carbon--type-scale(7),
|
|
233
|
-
line-height:
|
|
235
|
+
line-height: 1.25,
|
|
234
236
|
),
|
|
235
237
|
max: (
|
|
236
238
|
font-size: carbon--type-scale(8),
|
|
@@ -244,25 +246,24 @@ $expressive-heading-04: (
|
|
|
244
246
|
$expressive-heading-05: (
|
|
245
247
|
font-size: carbon--type-scale(8),
|
|
246
248
|
font-weight: carbon--font-weight('regular'),
|
|
247
|
-
line-height:
|
|
249
|
+
line-height: 1.25,
|
|
248
250
|
letter-spacing: 0,
|
|
249
251
|
breakpoints: (
|
|
250
252
|
md: (
|
|
251
253
|
font-size: carbon--type-scale(9),
|
|
252
254
|
font-weight: carbon--font-weight('light'),
|
|
253
|
-
line-height:
|
|
255
|
+
line-height: 1.22,
|
|
254
256
|
),
|
|
255
257
|
lg: (
|
|
256
258
|
font-size: carbon--type-scale(10),
|
|
257
|
-
line-height:
|
|
259
|
+
line-height: 1.19,
|
|
258
260
|
),
|
|
259
261
|
xlg: (
|
|
260
262
|
font-size: carbon--type-scale(11),
|
|
261
|
-
line-height:
|
|
263
|
+
line-height: 1.17,
|
|
262
264
|
),
|
|
263
265
|
max: (
|
|
264
266
|
font-size: carbon--type-scale(13),
|
|
265
|
-
line-height: carbon--rem(70px),
|
|
266
267
|
),
|
|
267
268
|
),
|
|
268
269
|
) !default;
|
|
@@ -273,24 +274,23 @@ $expressive-heading-05: (
|
|
|
273
274
|
$expressive-heading-06: (
|
|
274
275
|
font-size: carbon--type-scale(8),
|
|
275
276
|
font-weight: carbon--font-weight('semibold'),
|
|
276
|
-
line-height:
|
|
277
|
+
line-height: 1.25,
|
|
277
278
|
letter-spacing: 0,
|
|
278
279
|
breakpoints: (
|
|
279
280
|
md: (
|
|
280
281
|
font-size: carbon--type-scale(9),
|
|
281
|
-
line-height:
|
|
282
|
+
line-height: 1.22,
|
|
282
283
|
),
|
|
283
284
|
lg: (
|
|
284
285
|
font-size: carbon--type-scale(10),
|
|
285
|
-
line-height:
|
|
286
|
+
line-height: 1.19,
|
|
286
287
|
),
|
|
287
288
|
xlg: (
|
|
288
289
|
font-size: carbon--type-scale(11),
|
|
289
|
-
line-height:
|
|
290
|
+
line-height: 1.17,
|
|
290
291
|
),
|
|
291
292
|
max: (
|
|
292
293
|
font-size: carbon--type-scale(13),
|
|
293
|
-
line-height: carbon--rem(70px),
|
|
294
294
|
),
|
|
295
295
|
),
|
|
296
296
|
) !default;
|
|
@@ -301,16 +301,16 @@ $expressive-heading-06: (
|
|
|
301
301
|
$expressive-paragraph-01: (
|
|
302
302
|
font-size: carbon--type-scale(6),
|
|
303
303
|
font-weight: carbon--font-weight('light'),
|
|
304
|
-
line-height:
|
|
304
|
+
line-height: 1.334,
|
|
305
305
|
letter-spacing: 0,
|
|
306
306
|
breakpoints: (
|
|
307
307
|
lg: (
|
|
308
308
|
font-size: carbon--type-scale(7),
|
|
309
|
-
line-height:
|
|
309
|
+
line-height: 1.29,
|
|
310
310
|
),
|
|
311
311
|
max: (
|
|
312
312
|
font-size: carbon--type-scale(8),
|
|
313
|
-
line-height:
|
|
313
|
+
line-height: 1.25,
|
|
314
314
|
),
|
|
315
315
|
),
|
|
316
316
|
);
|
|
@@ -321,7 +321,7 @@ $expressive-paragraph-01: (
|
|
|
321
321
|
$quotation-01: (
|
|
322
322
|
font-size: carbon--type-scale(5),
|
|
323
323
|
font-weight: carbon--font-weight('regular'),
|
|
324
|
-
line-height:
|
|
324
|
+
line-height: 1.3,
|
|
325
325
|
letter-spacing: 0,
|
|
326
326
|
breakpoints: (
|
|
327
327
|
md: (
|
|
@@ -329,15 +329,15 @@ $quotation-01: (
|
|
|
329
329
|
),
|
|
330
330
|
lg: (
|
|
331
331
|
font-size: carbon--type-scale(6),
|
|
332
|
-
line-height:
|
|
332
|
+
line-height: 1.334,
|
|
333
333
|
),
|
|
334
334
|
xlg: (
|
|
335
335
|
font-size: carbon--type-scale(7),
|
|
336
|
-
line-height:
|
|
336
|
+
line-height: 1.29,
|
|
337
337
|
),
|
|
338
338
|
max: (
|
|
339
339
|
font-size: carbon--type-scale(8),
|
|
340
|
-
line-height:
|
|
340
|
+
line-height: 1.25,
|
|
341
341
|
),
|
|
342
342
|
),
|
|
343
343
|
) !default;
|
|
@@ -348,20 +348,20 @@ $quotation-01: (
|
|
|
348
348
|
$quotation-02: (
|
|
349
349
|
font-size: carbon--type-scale(8),
|
|
350
350
|
font-weight: carbon--font-weight('light'),
|
|
351
|
-
line-height:
|
|
351
|
+
line-height: 1.25,
|
|
352
352
|
letter-spacing: 0,
|
|
353
353
|
breakpoints: (
|
|
354
354
|
md: (
|
|
355
355
|
font-size: carbon--type-scale(9),
|
|
356
|
-
line-height:
|
|
356
|
+
line-height: 1.22,
|
|
357
357
|
),
|
|
358
358
|
lg: (
|
|
359
359
|
font-size: carbon--type-scale(10),
|
|
360
|
-
line-height:
|
|
360
|
+
line-height: 1.19,
|
|
361
361
|
),
|
|
362
362
|
xlg: (
|
|
363
363
|
font-size: carbon--type-scale(11),
|
|
364
|
-
line-height:
|
|
364
|
+
line-height: 1.17,
|
|
365
365
|
),
|
|
366
366
|
max: (
|
|
367
367
|
font-size: carbon--type-scale(13),
|
|
@@ -375,7 +375,7 @@ $quotation-02: (
|
|
|
375
375
|
$display-01: (
|
|
376
376
|
font-size: carbon--type-scale(10),
|
|
377
377
|
font-weight: carbon--font-weight('light'),
|
|
378
|
-
line-height:
|
|
378
|
+
line-height: 1.19,
|
|
379
379
|
letter-spacing: 0,
|
|
380
380
|
breakpoints: (
|
|
381
381
|
md: (
|
|
@@ -386,11 +386,11 @@ $display-01: (
|
|
|
386
386
|
),
|
|
387
387
|
xlg: (
|
|
388
388
|
font-size: carbon--type-scale(13),
|
|
389
|
-
line-height:
|
|
389
|
+
line-height: 1.17,
|
|
390
390
|
),
|
|
391
391
|
max: (
|
|
392
392
|
font-size: carbon--type-scale(15),
|
|
393
|
-
line-height:
|
|
393
|
+
line-height: 1.13,
|
|
394
394
|
),
|
|
395
395
|
),
|
|
396
396
|
) !default;
|
|
@@ -401,7 +401,7 @@ $display-01: (
|
|
|
401
401
|
$display-02: (
|
|
402
402
|
font-size: carbon--type-scale(10),
|
|
403
403
|
font-weight: carbon--font-weight('semibold'),
|
|
404
|
-
line-height:
|
|
404
|
+
line-height: 1.19,
|
|
405
405
|
letter-spacing: 0,
|
|
406
406
|
breakpoints: (
|
|
407
407
|
md: (
|
|
@@ -412,11 +412,11 @@ $display-02: (
|
|
|
412
412
|
),
|
|
413
413
|
xlg: (
|
|
414
414
|
font-size: carbon--type-scale(13),
|
|
415
|
-
line-height:
|
|
415
|
+
line-height: 1.16,
|
|
416
416
|
),
|
|
417
417
|
max: (
|
|
418
418
|
font-size: carbon--type-scale(15),
|
|
419
|
-
line-height:
|
|
419
|
+
line-height: 1.13,
|
|
420
420
|
),
|
|
421
421
|
),
|
|
422
422
|
) !default;
|
|
@@ -427,26 +427,26 @@ $display-02: (
|
|
|
427
427
|
$display-03: (
|
|
428
428
|
font-size: carbon--type-scale(10),
|
|
429
429
|
font-weight: carbon--font-weight('light'),
|
|
430
|
-
line-height:
|
|
430
|
+
line-height: 1.19,
|
|
431
431
|
letter-spacing: 0,
|
|
432
432
|
breakpoints: (
|
|
433
433
|
md: (
|
|
434
434
|
font-size: carbon--type-scale(14),
|
|
435
|
-
line-height:
|
|
435
|
+
line-height: 1.15,
|
|
436
436
|
),
|
|
437
437
|
lg: (
|
|
438
438
|
font-size: carbon--type-scale(17),
|
|
439
|
-
line-height:
|
|
439
|
+
line-height: 1.11,
|
|
440
440
|
letter-spacing: -0.64px,
|
|
441
441
|
),
|
|
442
442
|
xlg: (
|
|
443
443
|
font-size: carbon--type-scale(20),
|
|
444
|
-
line-height:
|
|
444
|
+
line-height: 1.07,
|
|
445
445
|
letter-spacing: -0.64px,
|
|
446
446
|
),
|
|
447
447
|
max: (
|
|
448
448
|
font-size: carbon--type-scale(23),
|
|
449
|
-
line-height:
|
|
449
|
+
line-height: 1.05,
|
|
450
450
|
letter-spacing: -0.96px,
|
|
451
451
|
),
|
|
452
452
|
),
|
|
@@ -458,26 +458,26 @@ $display-03: (
|
|
|
458
458
|
$display-04: (
|
|
459
459
|
font-size: carbon--type-scale(10),
|
|
460
460
|
font-weight: carbon--font-weight('semibold'),
|
|
461
|
-
line-height:
|
|
461
|
+
line-height: 1.19,
|
|
462
462
|
letter-spacing: 0,
|
|
463
463
|
breakpoints: (
|
|
464
464
|
md: (
|
|
465
465
|
font-size: carbon--type-scale(14),
|
|
466
|
-
line-height:
|
|
466
|
+
line-height: 1.15,
|
|
467
467
|
),
|
|
468
468
|
lg: (
|
|
469
469
|
font-size: carbon--type-scale(17),
|
|
470
|
-
line-height:
|
|
470
|
+
line-height: 1.11,
|
|
471
471
|
letter-spacing: -0.64px,
|
|
472
472
|
),
|
|
473
473
|
xlg: (
|
|
474
474
|
font-size: carbon--type-scale(20),
|
|
475
|
-
line-height:
|
|
475
|
+
line-height: 1.07,
|
|
476
476
|
letter-spacing: -0.64px,
|
|
477
477
|
),
|
|
478
478
|
max: (
|
|
479
479
|
font-size: carbon--type-scale(23),
|
|
480
|
-
line-height:
|
|
480
|
+
line-height: 1.05,
|
|
481
481
|
letter-spacing: -0.96px,
|
|
482
482
|
),
|
|
483
483
|
),
|
|
@@ -3,35 +3,35 @@
|
|
|
3
3
|
exports[`styles bodyLong01 should be printable 1`] = `
|
|
4
4
|
"font-size: 0.875rem;
|
|
5
5
|
font-weight: 400;
|
|
6
|
-
line-height: 1.
|
|
6
|
+
line-height: 1.43;
|
|
7
7
|
letter-spacing: 0.16px;"
|
|
8
8
|
`;
|
|
9
9
|
|
|
10
10
|
exports[`styles bodyLong02 should be printable 1`] = `
|
|
11
11
|
"font-size: 1rem;
|
|
12
12
|
font-weight: 400;
|
|
13
|
-
line-height: 1.
|
|
13
|
+
line-height: 1.5;
|
|
14
14
|
letter-spacing: 0;"
|
|
15
15
|
`;
|
|
16
16
|
|
|
17
17
|
exports[`styles bodyShort01 should be printable 1`] = `
|
|
18
18
|
"font-size: 0.875rem;
|
|
19
19
|
font-weight: 400;
|
|
20
|
-
line-height: 1.
|
|
20
|
+
line-height: 1.29;
|
|
21
21
|
letter-spacing: 0.16px;"
|
|
22
22
|
`;
|
|
23
23
|
|
|
24
24
|
exports[`styles bodyShort02 should be printable 1`] = `
|
|
25
25
|
"font-size: 1rem;
|
|
26
26
|
font-weight: 400;
|
|
27
|
-
line-height: 1.
|
|
27
|
+
line-height: 1.375;
|
|
28
28
|
letter-spacing: 0;"
|
|
29
29
|
`;
|
|
30
30
|
|
|
31
31
|
exports[`styles caption01 should be printable 1`] = `
|
|
32
32
|
"font-size: 0.75rem;
|
|
33
33
|
font-weight: 400;
|
|
34
|
-
line-height:
|
|
34
|
+
line-height: 1.34;
|
|
35
35
|
letter-spacing: 0.32px;"
|
|
36
36
|
`;
|
|
37
37
|
|
|
@@ -39,7 +39,7 @@ exports[`styles code01 should be printable 1`] = `
|
|
|
39
39
|
"font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
|
|
40
40
|
font-size: 0.75rem;
|
|
41
41
|
font-weight: 400;
|
|
42
|
-
line-height:
|
|
42
|
+
line-height: 1.34;
|
|
43
43
|
letter-spacing: 0.32px;"
|
|
44
44
|
`;
|
|
45
45
|
|
|
@@ -47,84 +47,84 @@ exports[`styles code02 should be printable 1`] = `
|
|
|
47
47
|
"font-family: 'IBM Plex Mono', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', Courier, monospace;
|
|
48
48
|
font-size: 0.875rem;
|
|
49
49
|
font-weight: 400;
|
|
50
|
-
line-height: 1.
|
|
50
|
+
line-height: 1.43;
|
|
51
51
|
letter-spacing: 0.32px;"
|
|
52
52
|
`;
|
|
53
53
|
|
|
54
54
|
exports[`styles display01 should be printable 1`] = `
|
|
55
55
|
"font-size: 2.625rem;
|
|
56
56
|
font-weight: 300;
|
|
57
|
-
line-height:
|
|
57
|
+
line-height: 1.19;
|
|
58
58
|
letter-spacing: 0;"
|
|
59
59
|
`;
|
|
60
60
|
|
|
61
61
|
exports[`styles display02 should be printable 1`] = `
|
|
62
62
|
"font-size: 2.625rem;
|
|
63
63
|
font-weight: 600;
|
|
64
|
-
line-height:
|
|
64
|
+
line-height: 1.19;
|
|
65
65
|
letter-spacing: 0;"
|
|
66
66
|
`;
|
|
67
67
|
|
|
68
68
|
exports[`styles display03 should be printable 1`] = `
|
|
69
69
|
"font-size: 2.625rem;
|
|
70
70
|
font-weight: 300;
|
|
71
|
-
line-height:
|
|
71
|
+
line-height: 1.19;
|
|
72
72
|
letter-spacing: 0;"
|
|
73
73
|
`;
|
|
74
74
|
|
|
75
75
|
exports[`styles display04 should be printable 1`] = `
|
|
76
76
|
"font-size: 2.625rem;
|
|
77
77
|
font-weight: 600;
|
|
78
|
-
line-height:
|
|
78
|
+
line-height: 1.19;
|
|
79
79
|
letter-spacing: 0;"
|
|
80
80
|
`;
|
|
81
81
|
|
|
82
82
|
exports[`styles expressiveHeading01 should be printable 1`] = `
|
|
83
83
|
"font-size: 0.875rem;
|
|
84
84
|
font-weight: 600;
|
|
85
|
-
line-height: 1.
|
|
85
|
+
line-height: 1.25;
|
|
86
86
|
letter-spacing: 0.16px;"
|
|
87
87
|
`;
|
|
88
88
|
|
|
89
89
|
exports[`styles expressiveHeading02 should be printable 1`] = `
|
|
90
90
|
"font-size: 1rem;
|
|
91
91
|
font-weight: 600;
|
|
92
|
-
line-height: 1.
|
|
92
|
+
line-height: 1.5;
|
|
93
93
|
letter-spacing: 0;"
|
|
94
94
|
`;
|
|
95
95
|
|
|
96
96
|
exports[`styles expressiveHeading03 should be printable 1`] = `
|
|
97
97
|
"font-size: 1.25rem;
|
|
98
98
|
font-weight: 400;
|
|
99
|
-
line-height:
|
|
99
|
+
line-height: 1.4;
|
|
100
100
|
letter-spacing: 0;"
|
|
101
101
|
`;
|
|
102
102
|
|
|
103
103
|
exports[`styles expressiveHeading04 should be printable 1`] = `
|
|
104
104
|
"font-size: 1.75rem;
|
|
105
105
|
font-weight: 400;
|
|
106
|
-
line-height:
|
|
106
|
+
line-height: 1.29;
|
|
107
107
|
letter-spacing: 0;"
|
|
108
108
|
`;
|
|
109
109
|
|
|
110
110
|
exports[`styles expressiveHeading05 should be printable 1`] = `
|
|
111
111
|
"font-size: 2rem;
|
|
112
112
|
font-weight: 400;
|
|
113
|
-
line-height:
|
|
113
|
+
line-height: 1.25;
|
|
114
114
|
letter-spacing: 0;"
|
|
115
115
|
`;
|
|
116
116
|
|
|
117
117
|
exports[`styles expressiveHeading06 should be printable 1`] = `
|
|
118
118
|
"font-size: 2rem;
|
|
119
119
|
font-weight: 600;
|
|
120
|
-
line-height:
|
|
120
|
+
line-height: 1.25;
|
|
121
121
|
letter-spacing: 0;"
|
|
122
122
|
`;
|
|
123
123
|
|
|
124
124
|
exports[`styles expressiveParagraph01 should be printable 1`] = `
|
|
125
125
|
"font-size: 1.5rem;
|
|
126
126
|
font-weight: 300;
|
|
127
|
-
line-height:
|
|
127
|
+
line-height: 1.334;
|
|
128
128
|
letter-spacing: 0;
|
|
129
129
|
lg: [object Object];
|
|
130
130
|
max: [object Object];"
|
|
@@ -133,89 +133,89 @@ max: [object Object];"
|
|
|
133
133
|
exports[`styles heading01 should be printable 1`] = `
|
|
134
134
|
"font-size: 0.875rem;
|
|
135
135
|
font-weight: 600;
|
|
136
|
-
line-height: 1.
|
|
136
|
+
line-height: 1.29;
|
|
137
137
|
letter-spacing: 0.16px;"
|
|
138
138
|
`;
|
|
139
139
|
|
|
140
140
|
exports[`styles heading02 should be printable 1`] = `
|
|
141
141
|
"font-size: 1rem;
|
|
142
142
|
font-weight: 600;
|
|
143
|
-
line-height: 1.
|
|
143
|
+
line-height: 1.375;
|
|
144
144
|
letter-spacing: 0;"
|
|
145
145
|
`;
|
|
146
146
|
|
|
147
147
|
exports[`styles helperText01 should be printable 1`] = `
|
|
148
148
|
"font-size: 0.75rem;
|
|
149
|
-
line-height:
|
|
149
|
+
line-height: 1.34;
|
|
150
150
|
letter-spacing: 0.32px;"
|
|
151
151
|
`;
|
|
152
152
|
|
|
153
153
|
exports[`styles label01 should be printable 1`] = `
|
|
154
154
|
"font-size: 0.75rem;
|
|
155
155
|
font-weight: 400;
|
|
156
|
-
line-height:
|
|
156
|
+
line-height: 1.34;
|
|
157
157
|
letter-spacing: 0.32px;"
|
|
158
158
|
`;
|
|
159
159
|
|
|
160
160
|
exports[`styles productiveHeading01 should be printable 1`] = `
|
|
161
161
|
"font-size: 0.875rem;
|
|
162
162
|
font-weight: 600;
|
|
163
|
-
line-height: 1.
|
|
163
|
+
line-height: 1.29;
|
|
164
164
|
letter-spacing: 0.16px;"
|
|
165
165
|
`;
|
|
166
166
|
|
|
167
167
|
exports[`styles productiveHeading02 should be printable 1`] = `
|
|
168
168
|
"font-size: 1rem;
|
|
169
169
|
font-weight: 600;
|
|
170
|
-
line-height: 1.
|
|
170
|
+
line-height: 1.375;
|
|
171
171
|
letter-spacing: 0;"
|
|
172
172
|
`;
|
|
173
173
|
|
|
174
174
|
exports[`styles productiveHeading03 should be printable 1`] = `
|
|
175
175
|
"font-size: 1.25rem;
|
|
176
176
|
font-weight: 400;
|
|
177
|
-
line-height: 1.
|
|
177
|
+
line-height: 1.4;
|
|
178
178
|
letter-spacing: 0;"
|
|
179
179
|
`;
|
|
180
180
|
|
|
181
181
|
exports[`styles productiveHeading04 should be printable 1`] = `
|
|
182
182
|
"font-size: 1.75rem;
|
|
183
183
|
font-weight: 400;
|
|
184
|
-
line-height:
|
|
184
|
+
line-height: 1.29;
|
|
185
185
|
letter-spacing: 0;"
|
|
186
186
|
`;
|
|
187
187
|
|
|
188
188
|
exports[`styles productiveHeading05 should be printable 1`] = `
|
|
189
189
|
"font-size: 2rem;
|
|
190
190
|
font-weight: 400;
|
|
191
|
-
line-height:
|
|
191
|
+
line-height: 1.25;
|
|
192
192
|
letter-spacing: 0;"
|
|
193
193
|
`;
|
|
194
194
|
|
|
195
195
|
exports[`styles productiveHeading06 should be printable 1`] = `
|
|
196
196
|
"font-size: 2.625rem;
|
|
197
197
|
font-weight: 300;
|
|
198
|
-
line-height:
|
|
198
|
+
line-height: 1.199;
|
|
199
199
|
letter-spacing: 0;"
|
|
200
200
|
`;
|
|
201
201
|
|
|
202
202
|
exports[`styles productiveHeading07 should be printable 1`] = `
|
|
203
203
|
"font-size: 3.375rem;
|
|
204
204
|
font-weight: 300;
|
|
205
|
-
line-height:
|
|
205
|
+
line-height: 1.19;
|
|
206
206
|
letter-spacing: 0;"
|
|
207
207
|
`;
|
|
208
208
|
|
|
209
209
|
exports[`styles quotation01 should be printable 1`] = `
|
|
210
210
|
"font-size: 1.25rem;
|
|
211
211
|
font-weight: 400;
|
|
212
|
-
line-height:
|
|
212
|
+
line-height: 1.3;
|
|
213
213
|
letter-spacing: 0;"
|
|
214
214
|
`;
|
|
215
215
|
|
|
216
216
|
exports[`styles quotation02 should be printable 1`] = `
|
|
217
217
|
"font-size: 2rem;
|
|
218
218
|
font-weight: 300;
|
|
219
|
-
line-height:
|
|
219
|
+
line-height: 1.25;
|
|
220
220
|
letter-spacing: 0;"
|
|
221
221
|
`;
|