@itcase/tokens-baikal 1.1.28 → 1.1.30
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/styles/main.css +0 -60
- package/dist/fonts/fonts.css +68 -0
- package/dist/fonts/fonts_embed.css +62 -0
- package/dist/fonts/postcss.config.js +12 -0
- package/package.json +4 -4
- /package/dist/{css/fonts → fonts}/PF-Din-Display-Pro/pf-din-display-pro_bold.woff +0 -0
- /package/dist/{css/fonts → fonts}/PF-Din-Display-Pro/pf-din-display-pro_bold.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/PF-Din-Display-Pro/pf-din-display-pro_light.woff +0 -0
- /package/dist/{css/fonts → fonts}/PF-Din-Display-Pro/pf-din-display-pro_light.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/PF-Din-Display-Pro/pf-din-display-pro_medium.woff +0 -0
- /package/dist/{css/fonts → fonts}/PF-Din-Display-Pro/pf-din-display-pro_medium.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/PF-Din-Display-Pro/pf-din-display-pro_regular.woff +0 -0
- /package/dist/{css/fonts → fonts}/PF-Din-Display-Pro/pf-din-display-pro_regular.woff2 +0 -0
- /package/dist/{css/fonts → fonts}/PF-Din-Display-Pro/pf-din-display-pro_thin.woff +0 -0
- /package/dist/{css/fonts → fonts}/PF-Din-Display-Pro/pf-din-display-pro_thin.woff2 +0 -0
package/dist/css/styles/main.css
CHANGED
|
@@ -156,8 +156,6 @@
|
|
|
156
156
|
--elevation-12: 0px 6px 12px rgb(0, 0, 0, 0.16);
|
|
157
157
|
--elevation-16: 0px 8px 16px rgb(0, 0, 0, 0.16);
|
|
158
158
|
--elevation-24: 0px 16px 24px rgb(0, 0, 0, 0.12);
|
|
159
|
-
--font-primary: 'PF-Din-Display-Pro', sans-serif, system-ui;
|
|
160
|
-
--font-email: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
161
159
|
--min-max: 360px 1440px;
|
|
162
160
|
--min: 360px;
|
|
163
161
|
--max: 1440px;
|
|
@@ -326,62 +324,4 @@
|
|
|
326
324
|
--typography-email-text-xxs: 10px;
|
|
327
325
|
--typography-email-text-xxs-line-height: 14px;
|
|
328
326
|
}
|
|
329
|
-
/* stylelint-disable prettier/prettier */
|
|
330
|
-
/* stylelint-disable at-rule-descriptor-no-unknown */
|
|
331
|
-
/* stylelint-disable value-keyword-case */
|
|
332
|
-
@font-face {
|
|
333
|
-
font-family: PF-Din-Display-Pro;
|
|
334
|
-
src:
|
|
335
|
-
url('../fonts/PF-Din-Display-Pro/pf-din-display-pro_bold.woff2')
|
|
336
|
-
format('woff2'),
|
|
337
|
-
url('../fonts/PF-Din-Display-Pro/pf-din-display-pro_bold.woff')
|
|
338
|
-
format('woff');
|
|
339
|
-
font-weight: 700;
|
|
340
|
-
font-style: normal;
|
|
341
|
-
font-optical-sizing: auto;
|
|
342
|
-
}
|
|
343
|
-
@font-face {
|
|
344
|
-
font-family: PF-Din-Display-Pro;
|
|
345
|
-
src:
|
|
346
|
-
url('../fonts/PF-Din-Display-Pro/pf-din-display-pro_medium.woff2')
|
|
347
|
-
format('woff2'),
|
|
348
|
-
url('../fonts/PF-Din-Display-Pro/pf-din-display-pro_medium.woff')
|
|
349
|
-
format('woff');
|
|
350
|
-
font-weight: 500;
|
|
351
|
-
font-style: normal;
|
|
352
|
-
font-optical-sizing: auto;
|
|
353
|
-
}
|
|
354
|
-
@font-face {
|
|
355
|
-
font-family: PF-Din-Display-Pro;
|
|
356
|
-
src:
|
|
357
|
-
url('../fonts/PF-Din-Display-Pro/pf-din-display-pro_regular.woff2')
|
|
358
|
-
format('woff2'),
|
|
359
|
-
url('../fonts/PF-Din-Display-Pro/pf-din-display-pro_regular.woff')
|
|
360
|
-
format('woff');
|
|
361
|
-
font-weight: 400;
|
|
362
|
-
font-style: normal;
|
|
363
|
-
font-optical-sizing: auto;
|
|
364
|
-
}
|
|
365
|
-
@font-face {
|
|
366
|
-
font-family: PF-Din-Display-Pro;
|
|
367
|
-
src:
|
|
368
|
-
url('../fonts/PF-Din-Display-Pro/pf-din-display-pro_light.woff2')
|
|
369
|
-
format('woff2'),
|
|
370
|
-
url('../fonts/PF-Din-Display-Pro/pf-din-display-pro_light.woff')
|
|
371
|
-
format('woff');
|
|
372
|
-
font-weight: 300;
|
|
373
|
-
font-style: normal;
|
|
374
|
-
font-optical-sizing: auto;
|
|
375
|
-
}
|
|
376
|
-
@font-face {
|
|
377
|
-
font-family: PF-Din-Display-Pro;
|
|
378
|
-
src:
|
|
379
|
-
url('../fonts/PF-Din-Display-Pro/pf-din-display-pro_thin.woff2')
|
|
380
|
-
format('woff2'),
|
|
381
|
-
url('../fonts/PF-Din-Display-Pro/pf-din-display-pro_thin.woff')
|
|
382
|
-
format('woff');
|
|
383
|
-
font-weight: 100;
|
|
384
|
-
font-style: normal;
|
|
385
|
-
font-optical-sizing: auto;
|
|
386
|
-
}
|
|
387
327
|
/* Empty */
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/* stylelint-disable prettier/prettier */
|
|
2
|
+
/* stylelint-disable at-rule-descriptor-no-unknown */
|
|
3
|
+
/* stylelint-disable value-keyword-case */
|
|
4
|
+
|
|
5
|
+
:root:where(.baikal) {
|
|
6
|
+
--font-primary: 'PF-Din-Display-Pro', sans-serif, system-ui;
|
|
7
|
+
--font-email: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: PF-Din-Display-Pro;
|
|
12
|
+
src:
|
|
13
|
+
url('/fonts/PF-Din-Display-Pro/pf-din-display-pro_bold.woff2')
|
|
14
|
+
format('woff2'),
|
|
15
|
+
url('/fonts/PF-Din-Display-Pro/pf-din-display-pro_bold.woff')
|
|
16
|
+
format('woff');
|
|
17
|
+
font-weight: 700;
|
|
18
|
+
font-style: normal;
|
|
19
|
+
font-optical-sizing: auto;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: PF-Din-Display-Pro;
|
|
24
|
+
src:
|
|
25
|
+
url('/fonts/PF-Din-Display-Pro/pf-din-display-pro_medium.woff2')
|
|
26
|
+
format('woff2'),
|
|
27
|
+
url('/fonts/PF-Din-Display-Pro/pf-din-display-pro_medium.woff')
|
|
28
|
+
format('woff');
|
|
29
|
+
font-weight: 500;
|
|
30
|
+
font-style: normal;
|
|
31
|
+
font-optical-sizing: auto;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@font-face {
|
|
35
|
+
font-family: PF-Din-Display-Pro;
|
|
36
|
+
src:
|
|
37
|
+
url('/fonts/PF-Din-Display-Pro/pf-din-display-pro_regular.woff2')
|
|
38
|
+
format('woff2'),
|
|
39
|
+
url('/fonts/PF-Din-Display-Pro/pf-din-display-pro_regular.woff')
|
|
40
|
+
format('woff');
|
|
41
|
+
font-weight: 400;
|
|
42
|
+
font-style: normal;
|
|
43
|
+
font-optical-sizing: auto;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@font-face {
|
|
47
|
+
font-family: PF-Din-Display-Pro;
|
|
48
|
+
src:
|
|
49
|
+
url('/fonts/PF-Din-Display-Pro/pf-din-display-pro_light.woff2')
|
|
50
|
+
format('woff2'),
|
|
51
|
+
url('/fonts/PF-Din-Display-Pro/pf-din-display-pro_light.woff')
|
|
52
|
+
format('woff');
|
|
53
|
+
font-weight: 300;
|
|
54
|
+
font-style: normal;
|
|
55
|
+
font-optical-sizing: auto;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@font-face {
|
|
59
|
+
font-family: PF-Din-Display-Pro;
|
|
60
|
+
src:
|
|
61
|
+
url('/fonts/PF-Din-Display-Pro/pf-din-display-pro_thin.woff2')
|
|
62
|
+
format('woff2'),
|
|
63
|
+
url('/fonts/PF-Din-Display-Pro/pf-din-display-pro_thin.woff')
|
|
64
|
+
format('woff');
|
|
65
|
+
font-weight: 100;
|
|
66
|
+
font-style: normal;
|
|
67
|
+
font-optical-sizing: auto;
|
|
68
|
+
}
|