@itcase/tokens-am 1.1.18 → 1.1.19

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,3 +1,5 @@
1
+ /* DO NOT SET :root:where(.am) this will breacks postCSSFluid Typo */
2
+
1
3
  :root {
2
4
  --elevation-1: 0px 1px 1px rgb(0, 0, 0, 0.24);
3
5
  --elevation-2: 0px 2px 8px 0px rgb(0, 0, 0, 0.1);
@@ -7,7 +9,6 @@
7
9
  --elevation-12: 0px 6px 12px rgb(0, 0, 0, 0.16);
8
10
  --elevation-16: 0px 8px 16px rgb(0, 0, 0, 0.16);
9
11
  --elevation-24: 0px 16px 24px rgb(0, 0, 0, 0.12);
10
- --color-gradient-primary: #e00000, #e5802d, #5e982b;
11
12
  --min-max: 360px 1440px;
12
13
  --min: 360px;
13
14
  --max: 1440px;
@@ -186,6 +187,7 @@
186
187
  :root:where(.am) {
187
188
  --font-primary: 'Wix Madefor Display', sans-serif, system-ui;
188
189
  --font-email: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
190
+ --color-gradient-primary: #e00000, #e5802d, #5e982b;
189
191
  }
190
192
 
191
193
  @font-face {
@@ -256,6 +258,10 @@
256
258
  font-optical-sizing: auto;
257
259
  }
258
260
 
261
+ /* DO NOT SET :root:where(.am) this will breacks postCSSFluid Typo */
262
+
263
+ /* DO NOT SET :root:where(.am) this will breacks postCSSFluid Typo */
264
+
259
265
  @media screen {
260
266
 
261
267
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/tokens-am",
3
3
  "description": "",
4
- "version": "1.1.18",
4
+ "version": "1.1.19",
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": "3a5b05797411ee0d5486cb2af2655ec61b560620"
31
+ "gitHead": "70031a8d0e23019ae96c579fbbeb65e928fb2749"
32
32
  }