@itcase/tokens-am 1.1.0 → 1.1.2

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.
@@ -164,73 +164,113 @@
164
164
  --min-max: 360px 1440px;
165
165
  --min: 360px;
166
166
  --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 {
167
171
  --typography-min-viewport: 360px;
168
172
  --typography-max-viewport: 1920px;
169
173
 
174
+ --typography-hero1-max: 128px;
175
+ --typography-hero1-min: 72px;
176
+ --typography-hero1-max-line-height: 156px;
177
+ --typography-hero1-min-line-height: 88px;
178
+ --typography-hero1-font: var(--font-primary);
179
+
180
+ --typography-hero2-max: 96px;
181
+ --typography-hero2-min: 56px;
182
+ --typography-hero2-max-line-height: 112px;
183
+ --typography-hero2-min-line-height: 72px;
184
+ --typography-hero2-font: var(--font-primary);
185
+
186
+ --typography-hero3-max: 72px;
187
+ --typography-hero3-min: 48px;
188
+ --typography-hero3-max-line-height: 88px;
189
+ --typography-hero3-min-line-height: 56px;
190
+ --typography-hero3-font: var(--font-primary);
191
+
192
+ --typography-hero4-max: 56px;
193
+ --typography-hero4-min: 40px;
194
+ --typography-hero4-max-line-height: 72px;
195
+ --typography-hero4-min-line-height: 48px;
196
+ --typography-hero4-font: var(--font-primary);
197
+
198
+ --typography-hero5-max: 40px;
199
+ --typography-hero5-min: 32px;
200
+ --typography-hero5-max-line-height: 48px;
201
+ --typography-hero5-min-line-height: 40px;
202
+ --typography-hero5-font: var(--font-primary);
203
+
204
+ --typography-hero6-max: 32px;
205
+ --typography-hero6-min: 28px;
206
+ --typography-hero6-max-line-height: 40px;
207
+ --typography-hero6-min-line-height: 32px;
208
+ --typography-hero6-font: var(--font-primary);
209
+
170
210
  --typography-h1-max: 64px;
171
- --typography-h1-min: 32px;
172
- --typography-h1-max-line-height: 64px;
173
- --typography-h1-min-line-height: 40px;
211
+ --typography-h1-min: 56px;
212
+ --typography-h1-max-line-height: 80px;
213
+ --typography-h1-min-line-height: 60px;
174
214
  --typography-h1-font: var(--font-primary);
175
215
 
176
216
  --typography-h2-max: 48px;
177
- --typography-h2-min: 28px;
178
- --typography-h2-max-line-height: 48px;
179
- --typography-h2-min-line-height: 32px;
217
+ --typography-h2-min: 40px;
218
+ --typography-h2-max-line-height: 56px;
219
+ --typography-h2-min-line-height: 48px;
180
220
  --typography-h2-font: var(--font-primary);
181
221
 
182
222
  --typography-h3-max: 32px;
183
- --typography-h3-min: 18px;
184
- --typography-h3-max-line-height: 32px;
185
- --typography-h3-min-line-height: 24px;
223
+ --typography-h3-min: 28px;
224
+ --typography-h3-max-line-height: 40px;
225
+ --typography-h3-min-line-height: 32px;
186
226
  --typography-h3-font: var(--font-primary);
187
227
 
188
228
  --typography-h4-max: 24px;
189
- --typography-h4-min: 16px;
190
- --typography-h4-max-line-height: 24px;
191
- --typography-h4-min-line-height: 18px;
229
+ --typography-h4-min: 24px;
230
+ --typography-h4-max-line-height: 32px;
231
+ --typography-h4-min-line-height: 32px;
192
232
  --typography-h4-font: var(--font-primary);
193
233
 
194
234
  --typography-h5-max: 18px;
195
- --typography-h5-min: 14px;
235
+ --typography-h5-min: 18px;
196
236
  --typography-h5-max-line-height: 18px;
197
237
  --typography-h5-min-line-height: 16px;
198
238
  --typography-h5-font: var(--font-primary);
199
239
 
200
240
  --typography-h6-max: 16px;
201
- --typography-h6-min: 12px;
202
- --typography-h6-max-line-height: 16px;
203
- --typography-h6-min-line-height: 14px;
241
+ --typography-h6-min: 16px;
242
+ --typography-h6-max-line-height: 24px;
243
+ --typography-h6-min-line-height: 24px;
204
244
  --typography-h6-font: var(--font-primary);
205
245
 
206
- --typography-p-max: 16px;
207
- --typography-p-min: 14px;
208
- --typography-p-max-line-height: 20px;
209
- --typography-p-min-line-height: 18px;
246
+ --typography-p-max: 24px;
247
+ --typography-p-min: 20px;
248
+ --typography-p-max-line-height: 24px;
249
+ --typography-p-min-line-height: 28px;
210
250
  --typography-p-font: var(--font-primary);
211
251
 
212
- --typography-text-xxl-min: 20px;
213
252
  --typography-text-xxl-max: 24px;
214
- --typography-text-xxl-min-line-height: 24px;
253
+ --typography-text-xxl-min: 20px;
215
254
  --typography-text-xxl-max-line-height: 28px;
255
+ --typography-text-xxl-min-line-height: 24px;
216
256
  --typography-text-xxl-font: var(--font-primary);
217
257
 
218
- --typography-text-xl-min: 18px;
219
258
  --typography-text-xl-max: 20px;
220
- --typography-text-xl-min-line-height: 22px;
221
- --typography-text-xl-max-line-height: 24px;
259
+ --typography-text-xl-min: 18px;
260
+ --typography-text-xl-min-line-height: 24px;
261
+ --typography-text-xl-max-line-height: 20px;
222
262
  --typography-text-xl-font: var(--font-primary);
223
263
 
224
- --typography-text-l-min: 16px;
225
264
  --typography-text-l-max: 18px;
226
- --typography-text-l-min-line-height: 20px;
227
- --typography-text-l-max-line-height: 22px;
265
+ --typography-text-l-min: 16px;
266
+ --typography-text-l-max-line-height: 20px;
267
+ --typography-text-l-min-line-height: 18px;
228
268
  --typography-text-l-font: var(--font-primary);
229
269
 
230
- --typography-text-m-min: 14px;
231
270
  --typography-text-m-max: 16px;
232
- --typography-text-m-min-line-height: 18px;
233
- --typography-text-m-max-line-height: 20px;
271
+ --typography-text-m-min: 14px;
272
+ --typography-text-m-max-line-height: 18px;
273
+ --typography-text-m-min-line-height: 16px;
234
274
  --typography-text-m-font: var(--font-primary);
235
275
 
236
276
  --typography-text-s-min: 14px;
@@ -239,16 +279,16 @@
239
279
  --typography-text-s-max-line-height: 18px;
240
280
  --typography-text-s-font: var(--font-primary);
241
281
 
242
- --typography-text-xs-min: 12px;
243
282
  --typography-text-xs-max: 12px;
283
+ --typography-text-xs-min: 10px;
284
+ --typography-text-xs-max-line-height: 12px;
244
285
  --typography-text-xs-min-line-height: 12px;
245
- --typography-text-xs-max-line-height: 16px;
246
286
  --typography-text-xs-font: var(--font-primary);
247
287
 
248
- --typography-text-xxs-min: 10px;
249
288
  --typography-text-xxs-max: 10px;
250
- --typography-text-xxs-min-line-height: 12px;
251
- --typography-text-xxs-max-line-height: 12px;
289
+ --typography-text-xxs-min: 8px;
290
+ --typography-text-xxs-max-line-height: 10px;
291
+ --typography-text-xxs-min-line-height: 10px;
252
292
  --typography-text-xxs-font: var(--font-primary);
253
293
 
254
294
  --typography-email-h1: 32px;
@@ -292,23 +332,21 @@
292
332
 
293
333
  --typography-email-text-xxs: 10px;
294
334
  --typography-email-text-xxs-line-height: 14px;
295
- --font-primary: 'Wix Madefor Display', sans-serif, system-ui;
296
- --font-email: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
297
335
  }
298
336
  /* stylelint-disable prettier/prettier */
299
337
  /* stylelint-disable at-rule-descriptor-no-unknown */
300
338
  /* stylelint-disable value-keyword-case */
301
339
  @font-face {
302
340
  font-family: 'Wix Madefor Display';
303
- src: url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.eot');
341
+ src: url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.eot');
304
342
  src:
305
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.eot?#iefix')
343
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.eot?#iefix')
306
344
  format('embedded-opentype'),
307
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff2')
345
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff2')
308
346
  format('woff2'),
309
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff')
347
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.woff')
310
348
  format('woff'),
311
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.ttf')
349
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Bold.ttf')
312
350
  format('truetype');
313
351
  font-weight: 700;
314
352
  font-style: normal;
@@ -316,15 +354,15 @@
316
354
  }
317
355
  @font-face {
318
356
  font-family: 'Wix Madefor Display';
319
- src: url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.eot');
357
+ src: url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.eot');
320
358
  src:
321
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.eot?#iefix')
359
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.eot?#iefix')
322
360
  format('embedded-opentype'),
323
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff2')
361
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff2')
324
362
  format('woff2'),
325
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff')
363
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.woff')
326
364
  format('woff'),
327
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.ttf')
365
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-SemiBold.ttf')
328
366
  format('truetype');
329
367
  font-weight: 600;
330
368
  font-style: normal;
@@ -332,15 +370,15 @@
332
370
  }
333
371
  @font-face {
334
372
  font-family: 'Wix Madefor Display';
335
- src: url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.eot');
373
+ src: url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.eot');
336
374
  src:
337
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.eot?#iefix')
375
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.eot?#iefix')
338
376
  format('embedded-opentype'),
339
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff2')
377
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff2')
340
378
  format('woff2'),
341
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff')
379
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.woff')
342
380
  format('woff'),
343
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.ttf')
381
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Medium.ttf')
344
382
  format('truetype');
345
383
  font-weight: 500;
346
384
  font-style: normal;
@@ -348,15 +386,15 @@
348
386
  }
349
387
  @font-face {
350
388
  font-family: 'Wix Madefor Display';
351
- src: url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.eot');
389
+ src: url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.eot');
352
390
  src:
353
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.eot?#iefix')
391
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.eot?#iefix')
354
392
  format('embedded-opentype'),
355
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.woff2')
393
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.woff2')
356
394
  format('woff2'),
357
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.woff')
395
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.woff')
358
396
  format('woff'),
359
- url('@itcase/tokens-am/dist/fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.ttf')
397
+ url('./../../fonts/WixMadeforDisplay/WixMadeforDisplay-Regular.ttf')
360
398
  format('truetype');
361
399
  font-weight: 400;
362
400
  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.0",
4
+ "version": "1.1.2",
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": "da3e790bf979d37e08e66e89436d50f403eec6f3"
28
+ "gitHead": "ea8beb27b73568a6697e3be417b1f04e8eb731a3"
29
29
  }