@itcase/tokens-baikal 1.0.25 → 1.0.26
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 +18 -18
- package/package.json +2 -2
package/dist/css/styles/main.css
CHANGED
|
@@ -204,46 +204,46 @@
|
|
|
204
204
|
--typography-p-min-line-height: 18px;
|
|
205
205
|
--typography-p-font: var(--font-primary);
|
|
206
206
|
|
|
207
|
-
--typography-text-xxl-max: 24px;
|
|
208
207
|
--typography-text-xxl-min: 20px;
|
|
209
|
-
--typography-text-xxl-max
|
|
210
|
-
--typography-text-xxl-min-line-height:
|
|
208
|
+
--typography-text-xxl-max: 24px;
|
|
209
|
+
--typography-text-xxl-min-line-height: 24px;
|
|
210
|
+
--typography-text-xxl-max-line-height: 28px;
|
|
211
211
|
--typography-text-xxl-font: var(--font-primary);
|
|
212
212
|
|
|
213
|
-
--typography-text-xl-max: 20px;
|
|
214
213
|
--typography-text-xl-min: 18px;
|
|
215
|
-
--typography-text-xl-max
|
|
216
|
-
--typography-text-xl-min-line-height:
|
|
214
|
+
--typography-text-xl-max: 20px;
|
|
215
|
+
--typography-text-xl-min-line-height: 22px;
|
|
216
|
+
--typography-text-xl-max-line-height: 24px;
|
|
217
217
|
--typography-text-xl-font: var(--font-primary);
|
|
218
218
|
|
|
219
|
-
--typography-text-l-max: 18px;
|
|
220
219
|
--typography-text-l-min: 16px;
|
|
221
|
-
--typography-text-l-max
|
|
220
|
+
--typography-text-l-max: 18px;
|
|
222
221
|
--typography-text-l-min-line-height: 20px;
|
|
222
|
+
--typography-text-l-max-line-height: 22px;
|
|
223
223
|
--typography-text-l-font: var(--font-primary);
|
|
224
224
|
|
|
225
|
-
--typography-text-m-max: 16px;
|
|
226
225
|
--typography-text-m-min: 14px;
|
|
227
|
-
--typography-text-m-max
|
|
228
|
-
--typography-text-m-min-line-height:
|
|
226
|
+
--typography-text-m-max: 16px;
|
|
227
|
+
--typography-text-m-min-line-height: 18px;
|
|
228
|
+
--typography-text-m-max-line-height: 20px;
|
|
229
229
|
--typography-text-m-font: var(--font-primary);
|
|
230
230
|
|
|
231
|
-
--typography-text-s-max: 14px;
|
|
232
231
|
--typography-text-s-min: 14px;
|
|
233
|
-
--typography-text-s-max
|
|
232
|
+
--typography-text-s-max: 14px;
|
|
234
233
|
--typography-text-s-min-line-height: 16px;
|
|
234
|
+
--typography-text-s-max-line-height: 18px;
|
|
235
235
|
--typography-text-s-font: var(--font-primary);
|
|
236
236
|
|
|
237
|
+
--typography-text-xs-min: 12px;
|
|
237
238
|
--typography-text-xs-max: 12px;
|
|
238
|
-
--typography-text-xs-min:
|
|
239
|
-
--typography-text-xs-max-line-height:
|
|
240
|
-
--typography-text-xs-min-line-height: 14px;
|
|
239
|
+
--typography-text-xs-min-line-height: 12px;
|
|
240
|
+
--typography-text-xs-max-line-height: 16px;
|
|
241
241
|
--typography-text-xs-font: var(--font-primary);
|
|
242
242
|
|
|
243
|
-
--typography-text-xxs-max: 10px;
|
|
244
243
|
--typography-text-xxs-min: 10px;
|
|
245
|
-
--typography-text-xxs-max
|
|
244
|
+
--typography-text-xxs-max: 10px;
|
|
246
245
|
--typography-text-xxs-min-line-height: 12px;
|
|
246
|
+
--typography-text-xxs-max-line-height: 12px;
|
|
247
247
|
--typography-text-xxs-font: var(--font-primary);
|
|
248
248
|
|
|
249
249
|
--typography-email-h1: 32px;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/tokens-baikal",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.26",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"access": "public",
|
|
26
26
|
"registry": "https://registry.npmjs.org/"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "e448f0d10a2dc2d1a2eb1706c37f385d71f5c6d3"
|
|
29
29
|
}
|