@itcase/tokens-am 1.1.33 → 1.1.35
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 +20 -6
- package/package.json +2 -2
package/dist/css/styles/main.css
CHANGED
|
@@ -179,45 +179,59 @@
|
|
|
179
179
|
|
|
180
180
|
--typography-h1-print: 22px;
|
|
181
181
|
--typography-h1-line-height-print: 22px;
|
|
182
|
+
--typography-h1-font-print: var(--font-print);
|
|
182
183
|
|
|
183
184
|
--typography-h2-print: 20px;
|
|
184
185
|
--typography-h2-line-height-print: 20px;
|
|
186
|
+
--typography-h2-font-print: var(--font-print);
|
|
185
187
|
|
|
186
188
|
--typography-h3-print: 18px;
|
|
187
189
|
--typography-h3-line-height-print: 18px;
|
|
190
|
+
--typography-h3-font-print: var(--font-print);
|
|
188
191
|
|
|
189
192
|
--typography-h4-print: 16px;
|
|
190
193
|
--typography-h4-line-height-print: 16px;
|
|
194
|
+
--typography-h4-font-print: var(--font-print);
|
|
191
195
|
|
|
192
196
|
--typography-h5-print: 14px;
|
|
193
197
|
--typography-h5-line-height-print: 14px;
|
|
198
|
+
--typography-h5-font-print: var(--font-print);
|
|
194
199
|
|
|
195
200
|
--typography-h6-print: 12px;
|
|
196
201
|
--typography-h6-line-height-print: 12px;
|
|
202
|
+
--typography-h6-font-print: var(--font-print);
|
|
197
203
|
|
|
198
204
|
--typography-p-print: 12px;
|
|
199
205
|
--typography-p-line-height-print: 12px;
|
|
206
|
+
--typography-p-font-print: var(--font-print);
|
|
200
207
|
|
|
201
208
|
--typography-text-xxl-print: 12px;
|
|
202
209
|
--typography-text-xxl-line-height-print: 12px;
|
|
210
|
+
--typography-text-xxl-font-print: var(--font-print);
|
|
203
211
|
|
|
204
212
|
--typography-text-xl-print: 11px;
|
|
205
213
|
--typography-text-xl-line-height-print: 11px;
|
|
214
|
+
--typography-text-xl-font-print: var(--font-print);
|
|
206
215
|
|
|
207
216
|
--typography-text-l-print: 10px;
|
|
208
217
|
--typography-text-l-line-height-print: 10px;
|
|
218
|
+
--typography-text-l-font-print: var(--font-print);
|
|
209
219
|
|
|
210
220
|
--typography-text-m-print: 9px;
|
|
211
221
|
--typography-text-m-line-height-print: 9px;
|
|
222
|
+
--typography-text-m-font-print: var(--font-print);
|
|
212
223
|
|
|
213
|
-
--typography-text-s: 8px;
|
|
214
|
-
--typography-text-s-line-height: 8px;
|
|
224
|
+
--typography-text-s-print: 8px;
|
|
225
|
+
--typography-text-s-line-height-print: 8px;
|
|
226
|
+
--typography-text-s-font-print: var(--font-print);
|
|
215
227
|
|
|
216
|
-
--typography-text-xs: 7px;
|
|
217
|
-
--typography-text-xs-line-height: 7px;
|
|
228
|
+
--typography-text-xs-print: 7px;
|
|
229
|
+
--typography-text-xs-line-height-print: 7px;
|
|
230
|
+
--typography-text-xs-font-print: var(--font-print);
|
|
218
231
|
|
|
219
|
-
--typography-text-xxs: 6px;
|
|
220
|
-
--typography-text-xxs-line-height: 6px;
|
|
232
|
+
--typography-text-xxs-print: 6px;
|
|
233
|
+
--typography-text-xxs-line-height-print: 6px;
|
|
234
|
+
--typography-text-xxs-font-print: var(--font-print);
|
|
221
235
|
}
|
|
222
236
|
|
|
223
237
|
:root:where(.am) {
|
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.35",
|
|
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": "f344e8630583803efd6038a150f2fcd1abdb09b3"
|
|
28
28
|
}
|