@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.
package/dist/css/styles/main.css
CHANGED
|
@@ -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:
|
|
735
|
-
--typography-text-s-max-line-height:
|
|
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:
|
|
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:
|
|
112
|
-
--typography-text-s-max-line-height:
|
|
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:
|
|
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);
|
package/dist/fonts/fonts.css
CHANGED
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.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": "
|
|
26
|
+
"gitHead": "62de771dfc6bce52d159c5e49a5c380815d9fa44"
|
|
27
27
|
}
|