@itcase/tokens-am 1.1.2 → 1.1.4
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 +23 -24
- package/package.json +2 -2
package/dist/css/styles/main.css
CHANGED
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
--color-error-item-secondary: hsl(0, 0%, 100%, 1);
|
|
118
118
|
|
|
119
119
|
--color-success-primary: hsl(92, 56%, 38%, 1);
|
|
120
|
+
--color-success-secondary: hsl(92, 56%, 38%, 1);
|
|
120
121
|
|
|
121
122
|
--color-success-text-primary: hsl(92, 56%, 38%, 1);
|
|
122
123
|
--color-success-text-secondary: hsl(0, 0%, 100%, 1);
|
|
@@ -164,10 +165,6 @@
|
|
|
164
165
|
--min-max: 360px 1440px;
|
|
165
166
|
--min: 360px;
|
|
166
167
|
--max: 1440px;
|
|
167
|
-
--font-primary: 'Wix Madefor Display', sans-serif, system-ui;
|
|
168
|
-
--font-email: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
|
|
169
|
-
}
|
|
170
|
-
:root {
|
|
171
168
|
--typography-min-viewport: 360px;
|
|
172
169
|
--typography-max-viewport: 1920px;
|
|
173
170
|
|
|
@@ -332,21 +329,23 @@
|
|
|
332
329
|
|
|
333
330
|
--typography-email-text-xxs: 10px;
|
|
334
331
|
--typography-email-text-xxs-line-height: 14px;
|
|
332
|
+
--font-primary: 'Wix Madefor Display', sans-serif, system-ui;
|
|
333
|
+
--font-email: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
|
|
335
334
|
}
|
|
336
335
|
/* stylelint-disable prettier/prettier */
|
|
337
336
|
/* stylelint-disable at-rule-descriptor-no-unknown */
|
|
338
337
|
/* stylelint-disable value-keyword-case */
|
|
339
338
|
@font-face {
|
|
340
339
|
font-family: 'Wix Madefor Display';
|
|
341
|
-
src: url('
|
|
340
|
+
src: url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.eot');
|
|
342
341
|
src:
|
|
343
|
-
url('
|
|
342
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.eot?#iefix')
|
|
344
343
|
format('embedded-opentype'),
|
|
345
|
-
url('
|
|
344
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff2')
|
|
346
345
|
format('woff2'),
|
|
347
|
-
url('
|
|
346
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff')
|
|
348
347
|
format('woff'),
|
|
349
|
-
url('
|
|
348
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.ttf')
|
|
350
349
|
format('truetype');
|
|
351
350
|
font-weight: 700;
|
|
352
351
|
font-style: normal;
|
|
@@ -354,15 +353,15 @@
|
|
|
354
353
|
}
|
|
355
354
|
@font-face {
|
|
356
355
|
font-family: 'Wix Madefor Display';
|
|
357
|
-
src: url('
|
|
356
|
+
src: url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.eot');
|
|
358
357
|
src:
|
|
359
|
-
url('
|
|
358
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.eot?#iefix')
|
|
360
359
|
format('embedded-opentype'),
|
|
361
|
-
url('
|
|
360
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff2')
|
|
362
361
|
format('woff2'),
|
|
363
|
-
url('
|
|
362
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff')
|
|
364
363
|
format('woff'),
|
|
365
|
-
url('
|
|
364
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.ttf')
|
|
366
365
|
format('truetype');
|
|
367
366
|
font-weight: 600;
|
|
368
367
|
font-style: normal;
|
|
@@ -370,15 +369,15 @@
|
|
|
370
369
|
}
|
|
371
370
|
@font-face {
|
|
372
371
|
font-family: 'Wix Madefor Display';
|
|
373
|
-
src: url('
|
|
372
|
+
src: url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.eot');
|
|
374
373
|
src:
|
|
375
|
-
url('
|
|
374
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.eot?#iefix')
|
|
376
375
|
format('embedded-opentype'),
|
|
377
|
-
url('
|
|
376
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff2')
|
|
378
377
|
format('woff2'),
|
|
379
|
-
url('
|
|
378
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff')
|
|
380
379
|
format('woff'),
|
|
381
|
-
url('
|
|
380
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.ttf')
|
|
382
381
|
format('truetype');
|
|
383
382
|
font-weight: 500;
|
|
384
383
|
font-style: normal;
|
|
@@ -386,15 +385,15 @@
|
|
|
386
385
|
}
|
|
387
386
|
@font-face {
|
|
388
387
|
font-family: 'Wix Madefor Display';
|
|
389
|
-
src: url('
|
|
388
|
+
src: url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.eot');
|
|
390
389
|
src:
|
|
391
|
-
url('
|
|
390
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.eot?#iefix')
|
|
392
391
|
format('embedded-opentype'),
|
|
393
|
-
url('
|
|
392
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.woff2')
|
|
394
393
|
format('woff2'),
|
|
395
|
-
url('
|
|
394
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.woff')
|
|
396
395
|
format('woff'),
|
|
397
|
-
url('
|
|
396
|
+
url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.ttf')
|
|
398
397
|
format('truetype');
|
|
399
398
|
font-weight: 400;
|
|
400
399
|
font-style: normal;
|
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.4",
|
|
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": "d5d8ccc1076d50c7145522872c01e8796976a6f3"
|
|
29
29
|
}
|