@itcase/tokens-am 1.1.30 → 1.1.31

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.
@@ -3,7 +3,9 @@
3
3
  /* stylelint-disable value-keyword-case */
4
4
 
5
5
  :root:where(.am) {
6
- --font-primary: 'Wix Madefor Display', sans-serif, system-ui;
6
+ --font-primary: 'Wix Madefor Display', sans-serif, system-ui;
7
+ --font-secondary: 'Fira Sans Condensed', sans-serif;
8
+ --font-tertiary: system-ui;
7
9
  --font-map-print: 'Fira Sans Condensed', sans-serif;
8
10
  --font-email: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
9
11
  }
@@ -3,6 +3,8 @@
3
3
  /* stylelint-disable value-keyword-case */
4
4
  :root:where(.am) {
5
5
  --font-primary: 'Wix Madefor Display', sans-serif, system-ui;
6
+ --font-secondary: 'Fira Sans Condensed', sans-serif;
7
+ --font-tertiary: system-ui;
6
8
  --font-map-print: 'Fira Sans Condensed', sans-serif;
7
9
  --font-email: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
8
10
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/tokens-am",
3
3
  "description": "",
4
- "version": "1.1.30",
4
+ "version": "1.1.31",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -24,5 +24,5 @@
24
24
  "access": "public",
25
25
  "registry": "https://registry.npmjs.org/"
26
26
  },
27
- "gitHead": "73747f96e3359ef518bb8cc0232f5f581412537f"
27
+ "gitHead": "970fccb10f67b9e4569598c18b943bc72ceb6e4a"
28
28
  }