@itcase/tokens-am 1.1.3 → 1.1.5

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.
@@ -117,6 +117,7 @@
117
117
  --color-error-item-secondary: hsl(0, 0%, 100%, 1);
118
118
 
119
119
  --color-success-primary: hsl(92, 56%, 38%, 1);
120
+ --color-success-secondary: hsl(92, 56%, 38%, 1);
120
121
 
121
122
  --color-success-text-primary: hsl(92, 56%, 38%, 1);
122
123
  --color-success-text-secondary: hsl(0, 0%, 100%, 1);
@@ -164,10 +165,6 @@
164
165
  --min-max: 360px 1440px;
165
166
  --min: 360px;
166
167
  --max: 1440px;
167
- --font-primary: 'Wix Madefor Display', sans-serif, system-ui;
168
- --font-email: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
169
- }
170
- :root {
171
168
  --typography-min-viewport: 360px;
172
169
  --typography-max-viewport: 1920px;
173
170
 
@@ -332,6 +329,8 @@
332
329
 
333
330
  --typography-email-text-xxs: 10px;
334
331
  --typography-email-text-xxs-line-height: 14px;
332
+ --font-primary: 'Wix Madefor Display', sans-serif, system-ui;
333
+ --font-email: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
335
334
  }
336
335
  /* stylelint-disable prettier/prettier */
337
336
  /* stylelint-disable at-rule-descriptor-no-unknown */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/tokens-am",
3
3
  "description": "",
4
- "version": "1.1.3",
4
+ "version": "1.1.5",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -25,5 +25,5 @@
25
25
  "access": "public",
26
26
  "registry": "https://registry.npmjs.org/"
27
27
  },
28
- "gitHead": "a01bc6244f814d7841bbb87fa1672de3b9e6c25b"
28
+ "gitHead": "cd2f9e6d3474f6be56dac5750ec45d8eea649ba8"
29
29
  }