@itcase/tokens-am 1.1.56 → 1.1.57

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.
@@ -731,12 +731,12 @@
731
731
 
732
732
  --typography-text-s-min: 14px;
733
733
  --typography-text-s-max: 14px;
734
- --typography-text-s-min-line-height: 16px;
735
- --typography-text-s-max-line-height: 18px;
734
+ --typography-text-s-min-line-height: 14px;
735
+ --typography-text-s-max-line-height: 14px;
736
736
  --typography-text-s-font: var(--font-primary);
737
737
 
738
738
  --typography-text-xs-max: 12px;
739
- --typography-text-xs-min: 10px;
739
+ --typography-text-xs-min: 12px;
740
740
  --typography-text-xs-max-line-height: 12px;
741
741
  --typography-text-xs-min-line-height: 12px;
742
742
  --typography-text-xs-font: var(--font-primary);
@@ -108,12 +108,12 @@
108
108
 
109
109
  --typography-text-s-min: 14px;
110
110
  --typography-text-s-max: 14px;
111
- --typography-text-s-min-line-height: 16px;
112
- --typography-text-s-max-line-height: 18px;
111
+ --typography-text-s-min-line-height: 14px;
112
+ --typography-text-s-max-line-height: 14px;
113
113
  --typography-text-s-font: var(--font-primary);
114
114
 
115
115
  --typography-text-xs-max: 12px;
116
- --typography-text-xs-min: 10px;
116
+ --typography-text-xs-min: 12px;
117
117
  --typography-text-xs-max-line-height: 12px;
118
118
  --typography-text-xs-min-line-height: 12px;
119
119
  --typography-text-xs-font: var(--font-primary);
@@ -4,8 +4,6 @@
4
4
 
5
5
  :root:where(.am) {
6
6
  --font-primary: 'Wix Madefor Display', sans-serif, system-ui;
7
-
8
-
9
7
  --font-secondary: 'Fira Sans Condensed', sans-serif;
10
8
  --font-tertiary: system-ui;
11
9
  --font-print: 'Fira Sans Condensed', sans-serif;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/tokens-am",
3
3
  "description": "",
4
- "version": "1.1.56",
4
+ "version": "1.1.57",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "repository": {
@@ -23,5 +23,5 @@
23
23
  "access": "public",
24
24
  "registry": "https://registry.npmjs.org/"
25
25
  },
26
- "gitHead": "0287282324c582e4bb9624e52f06bbb9799505ee"
26
+ "gitHead": "62de771dfc6bce52d159c5e49a5c380815d9fa44"
27
27
  }