@itcase/tokens-am 1.1.37 → 1.1.38
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.
- package/dist/css/styles/main.css +3 -3
- package/package.json +2 -2
package/dist/css/styles/main.css
CHANGED
|
@@ -690,13 +690,13 @@
|
|
|
690
690
|
--typography-h5-max: 18px;
|
|
691
691
|
--typography-h5-min: 18px;
|
|
692
692
|
--typography-h5-max-line-height: 18px;
|
|
693
|
-
--typography-h5-min-line-height:
|
|
693
|
+
--typography-h5-min-line-height: 18px;
|
|
694
694
|
--typography-h5-font: var(--font-primary);
|
|
695
695
|
|
|
696
696
|
--typography-h6-max: 16px;
|
|
697
697
|
--typography-h6-min: 16px;
|
|
698
|
-
--typography-h6-max-line-height:
|
|
699
|
-
--typography-h6-min-line-height:
|
|
698
|
+
--typography-h6-max-line-height: 20px;
|
|
699
|
+
--typography-h6-min-line-height: 20px;
|
|
700
700
|
--typography-h6-font: var(--font-primary);
|
|
701
701
|
|
|
702
702
|
--typography-p-max: 24px;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/tokens-am",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.38",
|
|
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": "
|
|
27
|
+
"gitHead": "429ebcb8423b8aad98aeb04feda910074de4207c"
|
|
28
28
|
}
|