@itcase/tokens-baikal 1.1.6 → 1.1.8

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.
@@ -1,4 +1,4 @@
1
- :root.baikal {
1
+ :root:where(.baikal) {
2
2
  --color-accent-primary: hsl(195, 96%, 59%, 1);
3
3
  --color-accent-primary-hover: hsl(197, 100%, 47%, 1);
4
4
  --color-accent-secondary: hsl(194, 99%, 36%, 1);
@@ -350,7 +350,7 @@
350
350
  font-optical-sizing: auto;
351
351
  }
352
352
  @media (--desktop) {
353
- :root.baikal {
353
+ :root:where(.baikal) {
354
354
  --wrapper-margin: 40px;
355
355
 
356
356
  /* Warning first column 1fr by default */
@@ -360,7 +360,7 @@
360
360
  }
361
361
  }
362
362
  @media (--mobile) {
363
- :root.baikal {
363
+ :root:where(.baikal) {
364
364
  --wrapper-margin: 12px;
365
365
 
366
366
  /* Warning first column 1fr by default */
@@ -370,7 +370,7 @@
370
370
  }
371
371
  }
372
372
  @media (--tablet) {
373
- :root.baikal {
373
+ :root:where(.baikal) {
374
374
  --wrapper-margin: 24px;
375
375
 
376
376
  /* Warning first column 1fr by default */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/tokens-baikal",
3
3
  "description": "",
4
- "version": "1.1.6",
4
+ "version": "1.1.8",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -30,5 +30,5 @@
30
30
  "access": "public",
31
31
  "registry": "https://registry.npmjs.org/"
32
32
  },
33
- "gitHead": "63cf1d850aa67951bb7fbc55b7ad93cae18615b5"
33
+ "gitHead": "9e1debea5c1c9ec0be41943e87783a4d348dc106"
34
34
  }