@7shifts/sous-chef 4.4.0 → 4.4.1
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/index.css +186 -43
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.modern.js +3 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "SF Pro";
|
|
3
|
+
src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYTHIN.OTF") format("opentype");
|
|
4
|
+
font-weight: 100;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
/* Preload the font */
|
|
7
|
+
unicode-range: U+0000-00FF; /* Basic Latin */
|
|
8
|
+
}
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: "SF Pro";
|
|
11
|
+
src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYLIGHT.OTF") format("opentype");
|
|
12
|
+
font-weight: 200;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
/* Preload the font */
|
|
15
|
+
unicode-range: U+0000-00FF; /* Basic Latin */
|
|
16
|
+
}
|
|
1
17
|
@font-face {
|
|
2
18
|
font-family: "SF Pro";
|
|
3
19
|
src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYREGULAR.OTF") format("opentype");
|
|
4
|
-
font-weight:
|
|
20
|
+
font-weight: 300;
|
|
5
21
|
font-style: normal;
|
|
6
22
|
/* Preload the font */
|
|
7
23
|
unicode-range: U+0000-00FF; /* Basic Latin */
|
|
@@ -9,11 +25,43 @@
|
|
|
9
25
|
@font-face {
|
|
10
26
|
font-family: "SF Pro";
|
|
11
27
|
src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYMEDIUM.OTF") format("opentype");
|
|
28
|
+
font-weight: 400;
|
|
29
|
+
font-style: normal;
|
|
30
|
+
/* Preload the font */
|
|
31
|
+
unicode-range: U+0000-00FF; /* Basic Latin */
|
|
32
|
+
}
|
|
33
|
+
@font-face {
|
|
34
|
+
font-family: "SF Pro";
|
|
35
|
+
src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYSEMIBOLD.OTF") format("opentype");
|
|
36
|
+
font-weight: 500;
|
|
37
|
+
font-style: normal;
|
|
38
|
+
/* Preload the font */
|
|
39
|
+
unicode-range: U+0000-00FF; /* Basic Latin */
|
|
40
|
+
}
|
|
41
|
+
@font-face {
|
|
42
|
+
font-family: "SF Pro";
|
|
43
|
+
src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYBOLD.OTF") format("opentype");
|
|
12
44
|
font-weight: 600;
|
|
13
45
|
font-style: normal;
|
|
14
46
|
/* Preload the font */
|
|
15
47
|
unicode-range: U+0000-00FF; /* Basic Latin */
|
|
16
48
|
}
|
|
49
|
+
@font-face {
|
|
50
|
+
font-family: "SF Pro";
|
|
51
|
+
src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYHEAVY.OTF") format("opentype");
|
|
52
|
+
font-weight: 700;
|
|
53
|
+
font-style: normal;
|
|
54
|
+
/* Preload the font */
|
|
55
|
+
unicode-range: U+0000-00FF; /* Basic Latin */
|
|
56
|
+
}
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: "SF Pro";
|
|
59
|
+
src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYBLACK.OTF") format("opentype");
|
|
60
|
+
font-weight: 800;
|
|
61
|
+
font-style: normal;
|
|
62
|
+
/* Preload the font */
|
|
63
|
+
unicode-range: U+0000-00FF; /* Basic Latin */
|
|
64
|
+
}
|
|
17
65
|
@font-face {
|
|
18
66
|
font-family: "Universal Sans Display";
|
|
19
67
|
src: url("https://cdn.7shifts.com/fonts/UniversalSans/Universal-Sans-Display-500.ttf");
|
|
@@ -39,10 +87,14 @@
|
|
|
39
87
|
--font-line-height-500: 1.75rem;
|
|
40
88
|
--font-line-height-600: 2rem;
|
|
41
89
|
--font-line-height-700: 2.75rem;
|
|
42
|
-
--p-font-weight-
|
|
43
|
-
--p-font-weight-
|
|
90
|
+
--p-font-weight-thin: 100;
|
|
91
|
+
--p-font-weight-light: 200;
|
|
92
|
+
--p-font-weight-normal: 300;
|
|
93
|
+
--p-font-weight-medium: 400;
|
|
44
94
|
--p-font-weight-semibold: 500;
|
|
45
95
|
--p-font-weight-bold: 600;
|
|
96
|
+
--p-font-weight-heavy: 700;
|
|
97
|
+
--p-font-weight-black: 800;
|
|
46
98
|
}
|
|
47
99
|
:root {
|
|
48
100
|
--color-white: #fff;
|
|
@@ -294,7 +346,30 @@
|
|
|
294
346
|
--color-hover-lighten: var(--color-neutral-white-transparent-20);
|
|
295
347
|
--color-hover-darken: var(--color-neutral-black-transparent-05);
|
|
296
348
|
--color-brand-neutrals-caviar-dynamic: #000;
|
|
349
|
+
--color-brand-neutrals-caviar-hue: #000;
|
|
297
350
|
--color-brand-neutrals-chefscoat-dynamic: #fff;
|
|
351
|
+
--color-brand-neutrals-chefscoat-hue: #fff;
|
|
352
|
+
--color-brand-neutrals-marshmallow-hue: #f1f0ec;
|
|
353
|
+
--color-brand-neutrals-oat-hue: #e2ded6;
|
|
354
|
+
--color-brand-neutrals-earl-hue: #6e6d6c;
|
|
355
|
+
--color-brand-primary-spritz-hue: #ff6808;
|
|
356
|
+
--color-brand-primary-spritz-tint: #fcab91;
|
|
357
|
+
--color-brand-primary-spritz-shade: #cf5406;
|
|
358
|
+
--color-brand-primary-curacao-hue: #4570ff;
|
|
359
|
+
--color-brand-primary-curacao-tint: #a0bbff;
|
|
360
|
+
--color-brand-primary-curacao-shade: #1c5cbb;
|
|
361
|
+
--color-brand-primary-mojito-hue: #00feb2;
|
|
362
|
+
--color-brand-primary-mojito-tint: #81ffac;
|
|
363
|
+
--color-brand-primary-mojito-shade: #3fb994;
|
|
364
|
+
--color-brand-primary-empress-hue: #c293f1;
|
|
365
|
+
--color-brand-primary-empress-tint: #d9bff4;
|
|
366
|
+
--color-brand-primary-empress-shade: #846db3;
|
|
367
|
+
--color-brand-secondary-ice-hue: #d6e0ff;
|
|
368
|
+
--color-brand-secondary-zest-hue: #c6ff94;
|
|
369
|
+
--color-brand-secondary-lavender-hue: #ebdcff;
|
|
370
|
+
--color-brand-secondary-ranch-hue: #193f78;
|
|
371
|
+
--color-brand-secondary-pesto-hue: #244f47;
|
|
372
|
+
--color-brand-secondary-babaganoush-hue: #453e75;
|
|
298
373
|
--color-on-graphic-black: #000;
|
|
299
374
|
--color-on-graphic-white: #fff;
|
|
300
375
|
--color-canvas-background-color: #fff;
|
|
@@ -404,7 +479,30 @@
|
|
|
404
479
|
--color-hover-lighten: var(--color-neutral-black-transparent-20);
|
|
405
480
|
--color-hover-darken: var(--color-neutral-white-transparent-05);
|
|
406
481
|
--color-brand-neutrals-caviar-dynamic: #fff;
|
|
482
|
+
--color-brand-neutrals-caviar-hue: #000;
|
|
407
483
|
--color-brand-neutrals-chefscoat-dynamic: #000;
|
|
484
|
+
--color-brand-neutrals-chefscoat-hue: #fff;
|
|
485
|
+
--color-brand-neutrals-marshmallow-hue: #f1f0ec;
|
|
486
|
+
--color-brand-neutrals-oat-hue: #e2ded6;
|
|
487
|
+
--color-brand-neutrals-earl-hue: #6e6d6c;
|
|
488
|
+
--color-brand-primary-spritz-hue: #ff6808;
|
|
489
|
+
--color-brand-primary-spritz-tint: #fcab91;
|
|
490
|
+
--color-brand-primary-spritz-shade: #cf5406;
|
|
491
|
+
--color-brand-primary-curacao-hue: #4570ff;
|
|
492
|
+
--color-brand-primary-curacao-tint: #a0bbff;
|
|
493
|
+
--color-brand-primary-curacao-shade: #1c5cbb;
|
|
494
|
+
--color-brand-primary-mojito-hue: #00feb2;
|
|
495
|
+
--color-brand-primary-mojito-tint: #81ffac;
|
|
496
|
+
--color-brand-primary-mojito-shade: #3fb994;
|
|
497
|
+
--color-brand-primary-empress-hue: #c293f1;
|
|
498
|
+
--color-brand-primary-empress-tint: #d9bff4;
|
|
499
|
+
--color-brand-primary-empress-shade: #846db3;
|
|
500
|
+
--color-brand-secondary-ice-hue: #d6e0ff;
|
|
501
|
+
--color-brand-secondary-zest-hue: #c6ff94;
|
|
502
|
+
--color-brand-secondary-lavender-hue: #ebdcff;
|
|
503
|
+
--color-brand-secondary-ranch-hue: #193f78;
|
|
504
|
+
--color-brand-secondary-pesto-hue: #244f47;
|
|
505
|
+
--color-brand-secondary-babaganoush-hue: #453e75;
|
|
408
506
|
--color-on-graphic-black: #000;
|
|
409
507
|
--color-on-graphic-white: #fff;
|
|
410
508
|
--color-canvas-background-color: #2c2c2c;
|
|
@@ -496,7 +594,7 @@ body * {
|
|
|
496
594
|
font-size: var(--font-size-200);
|
|
497
595
|
line-height: var(--font-line-height-200);
|
|
498
596
|
font-weight: var(--p-font-weight-normal);
|
|
499
|
-
font-weight: var(--p-font-weight-
|
|
597
|
+
font-weight: var(--p-font-weight-medium);
|
|
500
598
|
padding: 0;
|
|
501
599
|
width: auto;
|
|
502
600
|
float: none;
|
|
@@ -534,7 +632,7 @@ Just for future references:
|
|
|
534
632
|
font-size: var(--font-size-200);
|
|
535
633
|
line-height: var(--font-line-height-200);
|
|
536
634
|
font-weight: var(--p-font-weight-normal);
|
|
537
|
-
font-weight: var(--p-font-weight-
|
|
635
|
+
font-weight: var(--p-font-weight-medium);
|
|
538
636
|
padding: 0;
|
|
539
637
|
width: auto;
|
|
540
638
|
float: none;
|
|
@@ -711,7 +809,7 @@ Just for future references:
|
|
|
711
809
|
font-size: var(--font-size-200);
|
|
712
810
|
line-height: var(--font-line-height-200);
|
|
713
811
|
font-weight: var(--p-font-weight-normal);
|
|
714
|
-
font-weight: var(--p-font-weight-
|
|
812
|
+
font-weight: var(--p-font-weight-medium);
|
|
715
813
|
}
|
|
716
814
|
|
|
717
815
|
._MjV6R {
|
|
@@ -747,7 +845,7 @@ Just for future references:
|
|
|
747
845
|
font-size: var(--font-size-200);
|
|
748
846
|
line-height: var(--font-line-height-200);
|
|
749
847
|
font-weight: var(--p-font-weight-normal);
|
|
750
|
-
font-weight: var(--p-font-weight-
|
|
848
|
+
font-weight: var(--p-font-weight-medium);
|
|
751
849
|
line-height: normal;
|
|
752
850
|
text-align: center;
|
|
753
851
|
padding: 9px 12px;
|
|
@@ -1197,7 +1295,7 @@ Just for future references:
|
|
|
1197
1295
|
font-size: var(--font-size-200);
|
|
1198
1296
|
line-height: var(--font-line-height-200);
|
|
1199
1297
|
font-weight: var(--p-font-weight-normal);
|
|
1200
|
-
font-weight: var(--p-font-weight-
|
|
1298
|
+
font-weight: var(--p-font-weight-medium);
|
|
1201
1299
|
padding: 0;
|
|
1202
1300
|
width: auto;
|
|
1203
1301
|
float: none;
|
|
@@ -1228,30 +1326,30 @@ h1._6SgoN {
|
|
|
1228
1326
|
font-family: var(--font-family-heading);
|
|
1229
1327
|
font-size: var(--font-size-600);
|
|
1230
1328
|
line-height: var(--font-line-height-600);
|
|
1231
|
-
font-weight: var(--p-font-weight-
|
|
1329
|
+
font-weight: var(--p-font-weight-medium);
|
|
1232
1330
|
}
|
|
1233
1331
|
h1._i2LHD {
|
|
1234
|
-
font-weight: var(--p-font-weight-
|
|
1332
|
+
font-weight: var(--p-font-weight-medium);
|
|
1235
1333
|
}
|
|
1236
1334
|
|
|
1237
1335
|
h2._6SgoN {
|
|
1238
1336
|
font-family: var(--font-family-heading);
|
|
1239
1337
|
font-size: var(--font-size-500);
|
|
1240
1338
|
line-height: var(--font-line-height-500);
|
|
1241
|
-
font-weight: var(--p-font-weight-
|
|
1339
|
+
font-weight: var(--p-font-weight-medium);
|
|
1242
1340
|
}
|
|
1243
1341
|
h2._i2LHD {
|
|
1244
|
-
font-weight: var(--p-font-weight-
|
|
1342
|
+
font-weight: var(--p-font-weight-medium);
|
|
1245
1343
|
}
|
|
1246
1344
|
|
|
1247
1345
|
h3._6SgoN {
|
|
1248
1346
|
font-family: var(--font-family-heading);
|
|
1249
1347
|
font-size: var(--font-size-400);
|
|
1250
1348
|
line-height: var(--font-line-height-400);
|
|
1251
|
-
font-weight: var(--p-font-weight-
|
|
1349
|
+
font-weight: var(--p-font-weight-medium);
|
|
1252
1350
|
}
|
|
1253
1351
|
h3._i2LHD {
|
|
1254
|
-
font-weight: var(--p-font-weight-
|
|
1352
|
+
font-weight: var(--p-font-weight-medium);
|
|
1255
1353
|
}
|
|
1256
1354
|
|
|
1257
1355
|
h4._6SgoN {
|
|
@@ -1261,7 +1359,7 @@ h4._6SgoN {
|
|
|
1261
1359
|
font-weight: var(--p-font-weight-normal);
|
|
1262
1360
|
}
|
|
1263
1361
|
h4._i2LHD {
|
|
1264
|
-
font-weight: var(--p-font-weight-
|
|
1362
|
+
font-weight: var(--p-font-weight-medium);
|
|
1265
1363
|
}
|
|
1266
1364
|
|
|
1267
1365
|
h5._6SgoN {
|
|
@@ -1271,7 +1369,7 @@ h5._6SgoN {
|
|
|
1271
1369
|
font-weight: var(--p-font-weight-normal);
|
|
1272
1370
|
}
|
|
1273
1371
|
h5._i2LHD {
|
|
1274
|
-
font-weight: var(--p-font-weight-
|
|
1372
|
+
font-weight: var(--p-font-weight-medium);
|
|
1275
1373
|
}
|
|
1276
1374
|
|
|
1277
1375
|
._6SgoN {
|
|
@@ -1293,7 +1391,7 @@ h5._i2LHD {
|
|
|
1293
1391
|
font-family: var(--font-family-heading);
|
|
1294
1392
|
font-size: var(--font-size-700);
|
|
1295
1393
|
line-height: var(--font-line-height-700);
|
|
1296
|
-
font-weight: var(--p-font-weight-
|
|
1394
|
+
font-weight: var(--p-font-weight-medium);
|
|
1297
1395
|
}
|
|
1298
1396
|
._yZbuO {
|
|
1299
1397
|
font-family: var(--font-family-body);
|
|
@@ -1302,8 +1400,8 @@ h5._i2LHD {
|
|
|
1302
1400
|
font-weight: var(--p-font-weight-normal);
|
|
1303
1401
|
}
|
|
1304
1402
|
._i2LHD {
|
|
1305
|
-
font-weight: var(--p-font-weight-
|
|
1306
|
-
font-weight: var(--p-font-weight-
|
|
1403
|
+
font-weight: var(--p-font-weight-medium);
|
|
1404
|
+
font-weight: var(--p-font-weight-medium);
|
|
1307
1405
|
}
|
|
1308
1406
|
._NgSTT {
|
|
1309
1407
|
font-style: italic;
|
|
@@ -1485,7 +1583,7 @@ h5._i2LHD {
|
|
|
1485
1583
|
}
|
|
1486
1584
|
._Zu9cD ._xS6fS {
|
|
1487
1585
|
color: var(--color-primary-on-container-variant);
|
|
1488
|
-
font-weight: var(--p-font-weight-
|
|
1586
|
+
font-weight: var(--p-font-weight-medium);
|
|
1489
1587
|
}
|
|
1490
1588
|
._Zu9cD ._7EI7m {
|
|
1491
1589
|
color: var(--color-primary-on-container-variant);
|
|
@@ -1755,7 +1853,7 @@ h5._i2LHD {
|
|
|
1755
1853
|
font-size: var(--font-size-200);
|
|
1756
1854
|
line-height: var(--font-line-height-200);
|
|
1757
1855
|
font-weight: var(--p-font-weight-normal);
|
|
1758
|
-
font-weight: var(--p-font-weight-
|
|
1856
|
+
font-weight: var(--p-font-weight-medium);
|
|
1759
1857
|
background: var(--color-surface-container-high);
|
|
1760
1858
|
color: var(--color-surface-on-color-bold);
|
|
1761
1859
|
border-left: 2px solid var(--color-outline);
|
|
@@ -1870,7 +1968,7 @@ h5._i2LHD {
|
|
|
1870
1968
|
font-family: var(--font-family-heading);
|
|
1871
1969
|
font-size: var(--font-size-500);
|
|
1872
1970
|
line-height: var(--font-line-height-500);
|
|
1873
|
-
font-weight: var(--p-font-weight-
|
|
1971
|
+
font-weight: var(--p-font-weight-medium);
|
|
1874
1972
|
color: var(--color-surface-on-color-bold);
|
|
1875
1973
|
padding: 0;
|
|
1876
1974
|
}
|
|
@@ -1987,7 +2085,7 @@ h5._i2LHD {
|
|
|
1987
2085
|
|
|
1988
2086
|
._X7MoW:not(._AeJUw) {
|
|
1989
2087
|
color: var(--color-primary-color);
|
|
1990
|
-
font-weight: var(--p-font-weight-
|
|
2088
|
+
font-weight: var(--p-font-weight-medium);
|
|
1991
2089
|
text-decoration: underline;
|
|
1992
2090
|
}
|
|
1993
2091
|
|
|
@@ -2006,6 +2104,21 @@ h5._i2LHD {
|
|
|
2006
2104
|
color: var(--color-surface-on-color-disabled);
|
|
2007
2105
|
}
|
|
2008
2106
|
|
|
2107
|
+
._Mlgd- {
|
|
2108
|
+
position: relative;
|
|
2109
|
+
z-index: 1;
|
|
2110
|
+
display: inline-flex;
|
|
2111
|
+
align-items: center;
|
|
2112
|
+
margin: 0;
|
|
2113
|
+
padding: 0 0.25em;
|
|
2114
|
+
white-space: nowrap;
|
|
2115
|
+
color: currentColor;
|
|
2116
|
+
border: 0;
|
|
2117
|
+
border: 2px solid transparent;
|
|
2118
|
+
font-size: var(--rdp-caption-font-size);
|
|
2119
|
+
font-weight: var(--p-font-weight-medium);
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2009
2122
|
._eK8pw._eK8pw._eK8pw._eK8pw:not(:disabled) {
|
|
2010
2123
|
background-color: var(--color-primary-container-variant);
|
|
2011
2124
|
color: var(--color-primary-on-container-variant);
|
|
@@ -2071,7 +2184,7 @@ h5._i2LHD {
|
|
|
2071
2184
|
|
|
2072
2185
|
._Snv-V:not(._Zf-6C) {
|
|
2073
2186
|
color: var(--color-primary-color);
|
|
2074
|
-
font-weight: var(--p-font-weight-
|
|
2187
|
+
font-weight: var(--p-font-weight-medium);
|
|
2075
2188
|
text-decoration: underline;
|
|
2076
2189
|
}
|
|
2077
2190
|
|
|
@@ -2090,6 +2203,21 @@ h5._i2LHD {
|
|
|
2090
2203
|
color: var(--color-surface-on-color-disabled);
|
|
2091
2204
|
}
|
|
2092
2205
|
|
|
2206
|
+
._-s7XO {
|
|
2207
|
+
position: relative;
|
|
2208
|
+
z-index: 1;
|
|
2209
|
+
display: inline-flex;
|
|
2210
|
+
align-items: center;
|
|
2211
|
+
margin: 0;
|
|
2212
|
+
padding: 0 0.25em;
|
|
2213
|
+
white-space: nowrap;
|
|
2214
|
+
color: currentColor;
|
|
2215
|
+
border: 0;
|
|
2216
|
+
border: 2px solid transparent;
|
|
2217
|
+
font-size: var(--rdp-caption-font-size);
|
|
2218
|
+
font-weight: var(--p-font-weight-medium);
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2093
2221
|
._e0lOH._e0lOH {
|
|
2094
2222
|
color: var(--color-primary-on-container-variant);
|
|
2095
2223
|
border-radius: 0;
|
|
@@ -2292,7 +2420,7 @@ input:disabled + ._kmvBP::after {
|
|
|
2292
2420
|
font-size: var(--font-size-100);
|
|
2293
2421
|
line-height: var(--font-line-height-100);
|
|
2294
2422
|
font-weight: var(--p-font-weight-normal);
|
|
2295
|
-
font-weight: var(--p-font-weight-
|
|
2423
|
+
font-weight: var(--p-font-weight-medium);
|
|
2296
2424
|
padding: 0 16px 8px 16px;
|
|
2297
2425
|
background-color: unset;
|
|
2298
2426
|
color: var(--color-surface-on-color-bold);
|
|
@@ -2396,7 +2524,7 @@ input:disabled + ._kmvBP::after {
|
|
|
2396
2524
|
font-size: var(--font-size-200);
|
|
2397
2525
|
line-height: var(--font-line-height-200);
|
|
2398
2526
|
font-weight: var(--p-font-weight-normal);
|
|
2399
|
-
font-weight: var(--p-font-weight-
|
|
2527
|
+
font-weight: var(--p-font-weight-medium);
|
|
2400
2528
|
}
|
|
2401
2529
|
._mp1Ok tr td {
|
|
2402
2530
|
background: var(--color-surface-container-high);
|
|
@@ -2516,7 +2644,7 @@ input:disabled + ._kmvBP::after {
|
|
|
2516
2644
|
font-size: var(--font-size-200);
|
|
2517
2645
|
line-height: var(--font-line-height-200);
|
|
2518
2646
|
font-weight: var(--p-font-weight-normal);
|
|
2519
|
-
font-weight: var(--p-font-weight-
|
|
2647
|
+
font-weight: var(--p-font-weight-medium);
|
|
2520
2648
|
color: var(--color-surface-on-color-bold);
|
|
2521
2649
|
}
|
|
2522
2650
|
|
|
@@ -2864,8 +2992,7 @@ input:disabled + ._kmvBP::after {
|
|
|
2864
2992
|
border-bottom: 1px solid var(--color-outline-variant);
|
|
2865
2993
|
padding: 16px;
|
|
2866
2994
|
word-break: break-word;
|
|
2867
|
-
|
|
2868
|
-
hyphens: auto;
|
|
2995
|
+
hyphens: auto;
|
|
2869
2996
|
background: var(--color-surface-color);
|
|
2870
2997
|
}
|
|
2871
2998
|
._cp8xi:first-of-type {
|
|
@@ -3326,7 +3453,7 @@ input:disabled + ._kmvBP::after {
|
|
|
3326
3453
|
background-color: var(--color-surface-color);
|
|
3327
3454
|
padding: 16px;
|
|
3328
3455
|
color: var(--color-surface-on-color-bold);
|
|
3329
|
-
font-weight: var(--p-font-weight-
|
|
3456
|
+
font-weight: var(--p-font-weight-medium);
|
|
3330
3457
|
position: sticky;
|
|
3331
3458
|
top: 0;
|
|
3332
3459
|
z-index: 2;
|
|
@@ -3485,7 +3612,7 @@ input:disabled + ._kmvBP::after {
|
|
|
3485
3612
|
box-sizing: border-box;
|
|
3486
3613
|
}
|
|
3487
3614
|
._Mn-1P {
|
|
3488
|
-
font-weight: var(--p-font-weight-
|
|
3615
|
+
font-weight: var(--p-font-weight-medium);
|
|
3489
3616
|
font-size: var(--font-size-normal);
|
|
3490
3617
|
border: none;
|
|
3491
3618
|
background-color: transparent;
|
|
@@ -3528,7 +3655,7 @@ input:disabled + ._kmvBP::after {
|
|
|
3528
3655
|
font-size: var(--font-size-200);
|
|
3529
3656
|
line-height: var(--font-line-height-200);
|
|
3530
3657
|
font-weight: var(--p-font-weight-normal);
|
|
3531
|
-
font-weight: var(--p-font-weight-
|
|
3658
|
+
font-weight: var(--p-font-weight-medium);
|
|
3532
3659
|
position: relative;
|
|
3533
3660
|
background-color: transparent;
|
|
3534
3661
|
color: var(--color-surface-on-color-bold);
|
|
@@ -3562,7 +3689,7 @@ input:disabled + ._kmvBP::after {
|
|
|
3562
3689
|
font-family: var(--font-family-heading);
|
|
3563
3690
|
font-size: var(--font-size-400);
|
|
3564
3691
|
line-height: var(--font-line-height-400);
|
|
3565
|
-
font-weight: var(--p-font-weight-
|
|
3692
|
+
font-weight: var(--p-font-weight-medium);
|
|
3566
3693
|
margin: 0;
|
|
3567
3694
|
}
|
|
3568
3695
|
._zybxx {
|
|
@@ -3669,7 +3796,7 @@ input:disabled + ._kmvBP::after {
|
|
|
3669
3796
|
font-size: var(--font-size-200);
|
|
3670
3797
|
line-height: var(--font-line-height-200);
|
|
3671
3798
|
font-weight: var(--p-font-weight-normal);
|
|
3672
|
-
font-weight: var(--p-font-weight-
|
|
3799
|
+
font-weight: var(--p-font-weight-medium);
|
|
3673
3800
|
color: var(--color-surface-on-color-bold);
|
|
3674
3801
|
display: flex;
|
|
3675
3802
|
align-items: center;
|
|
@@ -3747,7 +3874,7 @@ input:focus-visible + ._JXakU, input:focus-visible + ._ZxEwG {
|
|
|
3747
3874
|
font-size: var(--font-size-200);
|
|
3748
3875
|
line-height: var(--font-line-height-200);
|
|
3749
3876
|
font-weight: var(--p-font-weight-normal);
|
|
3750
|
-
font-weight: var(--p-font-weight-
|
|
3877
|
+
font-weight: var(--p-font-weight-medium);
|
|
3751
3878
|
padding: 0;
|
|
3752
3879
|
width: auto;
|
|
3753
3880
|
float: none;
|
|
@@ -3774,7 +3901,7 @@ input:focus-visible + ._JXakU, input:focus-visible + ._ZxEwG {
|
|
|
3774
3901
|
font-size: var(--font-size-200);
|
|
3775
3902
|
line-height: var(--font-line-height-200);
|
|
3776
3903
|
font-weight: var(--p-font-weight-normal);
|
|
3777
|
-
font-weight: var(--p-font-weight-
|
|
3904
|
+
font-weight: var(--p-font-weight-medium);
|
|
3778
3905
|
padding: 0;
|
|
3779
3906
|
width: auto;
|
|
3780
3907
|
float: none;
|
|
@@ -3793,7 +3920,7 @@ input:focus-visible + ._JXakU, input:focus-visible + ._ZxEwG {
|
|
|
3793
3920
|
font-size: var(--font-size-200);
|
|
3794
3921
|
line-height: var(--font-line-height-200);
|
|
3795
3922
|
font-weight: var(--p-font-weight-normal);
|
|
3796
|
-
font-weight: var(--p-font-weight-
|
|
3923
|
+
font-weight: var(--p-font-weight-medium);
|
|
3797
3924
|
padding: 0;
|
|
3798
3925
|
width: auto;
|
|
3799
3926
|
float: none;
|
|
@@ -3867,7 +3994,7 @@ input:checked ~ ._P588B {
|
|
|
3867
3994
|
font-size: var(--font-size-200);
|
|
3868
3995
|
line-height: var(--font-line-height-200);
|
|
3869
3996
|
font-weight: var(--p-font-weight-normal);
|
|
3870
|
-
font-weight: var(--p-font-weight-
|
|
3997
|
+
font-weight: var(--p-font-weight-medium);
|
|
3871
3998
|
padding: 0;
|
|
3872
3999
|
width: auto;
|
|
3873
4000
|
float: none;
|
|
@@ -4234,7 +4361,7 @@ input:disabled + ._Yfxkl::after {
|
|
|
4234
4361
|
|
|
4235
4362
|
._lFzs7:not(._TjttB) {
|
|
4236
4363
|
color: var(--color-primary-color);
|
|
4237
|
-
font-weight: var(--p-font-weight-
|
|
4364
|
+
font-weight: var(--p-font-weight-medium);
|
|
4238
4365
|
text-decoration: underline;
|
|
4239
4366
|
}
|
|
4240
4367
|
|
|
@@ -4253,6 +4380,21 @@ input:disabled + ._Yfxkl::after {
|
|
|
4253
4380
|
color: var(--color-surface-on-color-disabled);
|
|
4254
4381
|
}
|
|
4255
4382
|
|
|
4383
|
+
._rpq6- {
|
|
4384
|
+
position: relative;
|
|
4385
|
+
z-index: 1;
|
|
4386
|
+
display: inline-flex;
|
|
4387
|
+
align-items: center;
|
|
4388
|
+
margin: 0;
|
|
4389
|
+
padding: 0 0.25em;
|
|
4390
|
+
white-space: nowrap;
|
|
4391
|
+
color: currentColor;
|
|
4392
|
+
border: 0;
|
|
4393
|
+
border: 2px solid transparent;
|
|
4394
|
+
font-size: var(--rdp-caption-font-size);
|
|
4395
|
+
font-weight: var(--p-font-weight-medium);
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4256
4398
|
._rJolM._rJolM {
|
|
4257
4399
|
color: var(--color-primary-color);
|
|
4258
4400
|
border-radius: 0;
|
|
@@ -5553,7 +5695,7 @@ input._TEU6N {
|
|
|
5553
5695
|
font-family: var(--font-family-heading);
|
|
5554
5696
|
font-size: var(--font-size-500);
|
|
5555
5697
|
line-height: var(--font-line-height-500);
|
|
5556
|
-
font-weight: var(--p-font-weight-
|
|
5698
|
+
font-weight: var(--p-font-weight-medium);
|
|
5557
5699
|
width: 40px;
|
|
5558
5700
|
height: 40px;
|
|
5559
5701
|
}
|
|
@@ -5565,7 +5707,7 @@ input._TEU6N {
|
|
|
5565
5707
|
font-family: var(--font-family-heading);
|
|
5566
5708
|
font-size: var(--font-size-600);
|
|
5567
5709
|
line-height: var(--font-line-height-600);
|
|
5568
|
-
font-weight: var(--p-font-weight-
|
|
5710
|
+
font-weight: var(--p-font-weight-medium);
|
|
5569
5711
|
width: 80px;
|
|
5570
5712
|
height: 80px;
|
|
5571
5713
|
}
|
|
@@ -5587,7 +5729,7 @@ input._TEU6N {
|
|
|
5587
5729
|
font-size: var(--font-size-100);
|
|
5588
5730
|
line-height: var(--font-line-height-100);
|
|
5589
5731
|
font-weight: var(--p-font-weight-normal);
|
|
5590
|
-
font-weight: var(--p-font-weight-
|
|
5732
|
+
font-weight: var(--p-font-weight-medium);
|
|
5591
5733
|
border-radius: var(--border-radius-300);
|
|
5592
5734
|
padding: 2px 8px;
|
|
5593
5735
|
display: inline-block;
|
|
@@ -5638,7 +5780,7 @@ input._TEU6N {
|
|
|
5638
5780
|
font-size: var(--font-size-200);
|
|
5639
5781
|
line-height: var(--font-line-height-200);
|
|
5640
5782
|
font-weight: var(--p-font-weight-normal);
|
|
5641
|
-
font-weight: var(--p-font-weight-
|
|
5783
|
+
font-weight: var(--p-font-weight-medium);
|
|
5642
5784
|
border-radius: 25px;
|
|
5643
5785
|
padding: 5px 12px;
|
|
5644
5786
|
max-width: -moz-fit-content;
|
|
@@ -5828,6 +5970,7 @@ input._TEU6N {
|
|
|
5828
5970
|
text-overflow: ellipsis;
|
|
5829
5971
|
color: var(--nav-object-normal-color);
|
|
5830
5972
|
font-family: var(--font-family-body);
|
|
5973
|
+
font-weight: var(--p-font-weight-medium);
|
|
5831
5974
|
}
|
|
5832
5975
|
._MFqwx {
|
|
5833
5976
|
position: absolute;
|