@itcase/tokens-baikal 1.1.15 → 1.1.17
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 +2 -33
- package/package.json +2 -2
package/dist/css/styles/main.css
CHANGED
|
@@ -156,6 +156,8 @@
|
|
|
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';
|
|
159
161
|
--min-max: 360px 1440px;
|
|
160
162
|
--min: 360px;
|
|
161
163
|
--max: 1440px;
|
|
@@ -287,10 +289,7 @@
|
|
|
287
289
|
|
|
288
290
|
--typography-email-text-xxs: 10px;
|
|
289
291
|
--typography-email-text-xxs-line-height: 14px;
|
|
290
|
-
--font-primary: 'PF-Din-Display-Pro', sans-serif, system-ui;
|
|
291
|
-
--font-email: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
|
292
292
|
}
|
|
293
|
-
/* stylelint-disable custom-property-empty-line-before, value-keyword-case */
|
|
294
293
|
/* stylelint-disable prettier/prettier */
|
|
295
294
|
/* stylelint-disable at-rule-descriptor-no-unknown */
|
|
296
295
|
/* stylelint-disable value-keyword-case */
|
|
@@ -348,34 +347,4 @@
|
|
|
348
347
|
font-weight: 100;
|
|
349
348
|
font-style: normal;
|
|
350
349
|
font-optical-sizing: auto;
|
|
351
|
-
}
|
|
352
|
-
@media (--desktop) {
|
|
353
|
-
:root:where(.baikal) {
|
|
354
|
-
--wrapper-margin: 40px;
|
|
355
|
-
|
|
356
|
-
/* Warning first column 1fr by default */
|
|
357
|
-
--grid-system-columns: 23;
|
|
358
|
-
--grid-system-gutter: 12px;
|
|
359
|
-
--grid-system-margin: 40px;
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
@media (--mobile) {
|
|
363
|
-
:root:where(.baikal) {
|
|
364
|
-
--wrapper-margin: 12px;
|
|
365
|
-
|
|
366
|
-
/* Warning first column 1fr by default */
|
|
367
|
-
--grid-system-columns: 11;
|
|
368
|
-
--grid-system-gutter: 12px;
|
|
369
|
-
--grid-system-margin: 12px;
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
@media (--tablet) {
|
|
373
|
-
:root:where(.baikal) {
|
|
374
|
-
--wrapper-margin: 24px;
|
|
375
|
-
|
|
376
|
-
/* Warning first column 1fr by default */
|
|
377
|
-
--grid-system-columns: 15;
|
|
378
|
-
--grid-system-gutter: 12px;
|
|
379
|
-
--grid-system-margin: 24px;
|
|
380
|
-
}
|
|
381
350
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/tokens-baikal",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.17",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"access": "public",
|
|
29
29
|
"registry": "https://registry.npmjs.org/"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "da71b42b3e29361c4e9409c06d1b43fe35f65401"
|
|
32
32
|
}
|