villa-design-tokens 1.0.15 → 1.0.16

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "villa-design-tokens",
3
3
  "description": "Design Tokens published by Design Token Studio with VPRO's Figma Design System",
4
4
  "author": "VPRO",
5
- "version": "1.0.15",
5
+ "version": "1.0.16",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -26,17 +26,19 @@
26
26
  }
27
27
  },
28
28
  "font-weight": {
29
- "normal": {
30
- "value": "{font-weight-300}",
31
- "type": "fontWeights"
32
- },
33
- "medium": {
34
- "value": "{font-weight-500}",
35
- "type": "fontWeights"
36
- },
37
- "bold": {
38
- "value": "{font-weight-700}",
39
- "type": "fontWeights"
29
+ "alias": {
30
+ "normal": {
31
+ "value": "{font-weight-300}",
32
+ "type": "fontWeights"
33
+ },
34
+ "medium": {
35
+ "value": "{font-weight-500}",
36
+ "type": "fontWeights"
37
+ },
38
+ "bold": {
39
+ "value": "{font-weight-700}",
40
+ "type": "fontWeights"
41
+ }
40
42
  }
41
43
  },
42
44
  "line-height": {
@@ -256,7 +258,7 @@
256
258
  "xl": {
257
259
  "value": {
258
260
  "fontFamily": "{font-family.alias.heading}",
259
- "fontWeight": "{font-weight.bold}",
261
+ "fontWeight": "{font-weight.alias.bold}",
260
262
  "lineHeight": "{line-height.compact}",
261
263
  "fontSize": "{font-size-500}",
262
264
  "letterSpacing": "{letter-spacing.normal}"
@@ -266,7 +268,7 @@
266
268
  "lg": {
267
269
  "value": {
268
270
  "fontFamily": "{font-family.alias.heading}",
269
- "fontWeight": "{font-weight.bold}",
271
+ "fontWeight": "{font-weight.alias.bold}",
270
272
  "lineHeight": "{line-height.compact}",
271
273
  "fontSize": "{font-size-400}",
272
274
  "letterSpacing": "{letter-spacing.normal}"
@@ -276,7 +278,7 @@
276
278
  "md": {
277
279
  "value": {
278
280
  "fontFamily": "{font-family.alias.heading}",
279
- "fontWeight": "{font-weight.bold}",
281
+ "fontWeight": "{font-weight.alias.bold}",
280
282
  "lineHeight": "{line-height.relaxed}",
281
283
  "fontSize": "{font-size-300}",
282
284
  "letterSpacing": "{letter-spacing.normal}"
@@ -286,7 +288,7 @@
286
288
  "sm": {
287
289
  "value": {
288
290
  "fontFamily": "{font-family.alias.heading}",
289
- "fontWeight": "{font-weight.bold}",
291
+ "fontWeight": "{font-weight.alias.bold}",
290
292
  "lineHeight": "{line-height.relaxed}",
291
293
  "fontSize": "{font-size-200}",
292
294
  "letterSpacing": "{letter-spacing.normal}"
@@ -296,7 +298,7 @@
296
298
  "xs": {
297
299
  "value": {
298
300
  "fontFamily": "{font-family.alias.heading}",
299
- "fontWeight": "{font-weight.bold}",
301
+ "fontWeight": "{font-weight.alias.bold}",
300
302
  "lineHeight": "{line-height.relaxed}",
301
303
  "fontSize": "{font-size-100}",
302
304
  "letterSpacing": "{letter-spacing.normal}"
@@ -306,7 +308,7 @@
306
308
  "xxs": {
307
309
  "value": {
308
310
  "fontFamily": "{font-family.alias.heading}",
309
- "fontWeight": "{font-weight.bold}",
311
+ "fontWeight": "{font-weight.alias.bold}",
310
312
  "lineHeight": "{line-height.relaxed}",
311
313
  "fontSize": "{font-size-100}",
312
314
  "letterSpacing": "{letter-spacing.tight}"
@@ -314,11 +316,11 @@
314
316
  "type": "typography"
315
317
  }
316
318
  },
317
- "subtitle": {
319
+ "subheading": {
318
320
  "lg": {
319
321
  "value": {
320
- "fontFamily": "{font-family.alias.heading}",
321
- "fontWeight": "{font-weight.medium}",
322
+ "fontFamily": "{font-family.alias.subheading}",
323
+ "fontWeight": "{font-weight.alias.medium}",
322
324
  "lineHeight": "{line-height.compact}",
323
325
  "fontSize": "{font-size-300}",
324
326
  "letterSpacing": "{letter-spacing.normal}"
@@ -328,7 +330,7 @@
328
330
  "md": {
329
331
  "value": {
330
332
  "fontFamily": "{font-family.alias.subheading}",
331
- "fontWeight": "{font-weight.medium}",
333
+ "fontWeight": "{font-weight.alias.medium}",
332
334
  "lineHeight": "{line-height.relaxed}",
333
335
  "fontSize": "{font-size-200}",
334
336
  "letterSpacing": "{letter-spacing.normal}"
@@ -338,7 +340,7 @@
338
340
  "sm": {
339
341
  "value": {
340
342
  "fontFamily": "{font-family.alias.subheading}",
341
- "fontWeight": "{font-weight.medium}",
343
+ "fontWeight": "{font-weight.alias.medium}",
342
344
  "lineHeight": "{line-height.relaxed}",
343
345
  "fontSize": "{font-size-100}",
344
346
  "letterSpacing": "{letter-spacing.normal}"
@@ -348,7 +350,7 @@
348
350
  "xs": {
349
351
  "value": {
350
352
  "fontFamily": "{font-family.alias.subheading}",
351
- "fontWeight": "{font-weight.medium}",
353
+ "fontWeight": "{font-weight.alias.medium}",
352
354
  "lineHeight": "{line-height.relaxed}",
353
355
  "fontSize": "{font-size-100}",
354
356
  "letterSpacing": "{letter-spacing.normal}"
@@ -358,7 +360,7 @@
358
360
  "xxs": {
359
361
  "value": {
360
362
  "fontFamily": "{font-family.alias.subheading}",
361
- "fontWeight": "{font-weight.medium}",
363
+ "fontWeight": "{font-weight.alias.medium}",
362
364
  "lineHeight": "{line-height.relaxed}",
363
365
  "fontSize": "{font-size-100}",
364
366
  "letterSpacing": "{letter-spacing.normal}"
@@ -370,7 +372,7 @@
370
372
  "lg": {
371
373
  "value": {
372
374
  "fontFamily": "{font-family.alias.body}",
373
- "fontWeight": "{font-weight.normal}",
375
+ "fontWeight": "{font-weight.alias.normal}",
374
376
  "lineHeight": "{line-height.reading}",
375
377
  "fontSize": "{font-size-300}",
376
378
  "letterSpacing": "{letter-spacing.normal}"
@@ -380,7 +382,7 @@
380
382
  "md": {
381
383
  "value": {
382
384
  "fontFamily": "{font-family.alias.body}",
383
- "fontWeight": "{font-weight.normal}",
385
+ "fontWeight": "{font-weight.alias.normal}",
384
386
  "lineHeight": "{line-height.reading}",
385
387
  "fontSize": "{font-size-200}",
386
388
  "letterSpacing": "{letter-spacing.normal}"
@@ -390,7 +392,7 @@
390
392
  "sm": {
391
393
  "value": {
392
394
  "fontFamily": "{font-family.alias.body}",
393
- "fontWeight": "{font-weight.normal}",
395
+ "fontWeight": "{font-weight.alias.normal}",
394
396
  "lineHeight": "{line-height.reading}",
395
397
  "fontSize": "{font-size-100}",
396
398
  "letterSpacing": "{letter-spacing.tight}"
@@ -26,17 +26,19 @@
26
26
  }
27
27
  },
28
28
  "font-weight": {
29
- "normal": {
30
- "value": "{font-weight-300}",
31
- "type": "fontWeights"
32
- },
33
- "medium": {
34
- "value": "{font-weight-500}",
35
- "type": "fontWeights"
36
- },
37
- "bold": {
38
- "value": "{font-weight-700}",
39
- "type": "fontWeights"
29
+ "alias": {
30
+ "normal": {
31
+ "value": "{font-weight-300}",
32
+ "type": "fontWeights"
33
+ },
34
+ "medium": {
35
+ "value": "{font-weight-500}",
36
+ "type": "fontWeights"
37
+ },
38
+ "bold": {
39
+ "value": "{font-weight-700}",
40
+ "type": "fontWeights"
41
+ }
40
42
  }
41
43
  },
42
44
  "line-height": {
@@ -260,7 +262,7 @@
260
262
  "xl": {
261
263
  "value": {
262
264
  "fontFamily": "{font-family.alias.heading}",
263
- "fontWeight": "{font-weight.bold}",
265
+ "fontWeight": "{font-weight.alias.bold}",
264
266
  "lineHeight": "{line-height.compact}",
265
267
  "fontSize": "{font-size-500}",
266
268
  "letterSpacing": "{letter-spacing.normal}"
@@ -270,7 +272,7 @@
270
272
  "lg": {
271
273
  "value": {
272
274
  "fontFamily": "{font-family.alias.heading}",
273
- "fontWeight": "{font-weight.bold}",
275
+ "fontWeight": "{font-weight.alias.bold}",
274
276
  "lineHeight": "{line-height.compact}",
275
277
  "fontSize": "{font-size-400}",
276
278
  "letterSpacing": "{letter-spacing.normal}"
@@ -280,7 +282,7 @@
280
282
  "md": {
281
283
  "value": {
282
284
  "fontFamily": "{font-family.alias.heading}",
283
- "fontWeight": "{font-weight.bold}",
285
+ "fontWeight": "{font-weight.alias.bold}",
284
286
  "lineHeight": "{line-height.relaxed}",
285
287
  "fontSize": "{font-size-300}",
286
288
  "letterSpacing": "{letter-spacing.normal}"
@@ -290,7 +292,7 @@
290
292
  "sm": {
291
293
  "value": {
292
294
  "fontFamily": "{font-family.alias.heading}",
293
- "fontWeight": "{font-weight.bold}",
295
+ "fontWeight": "{font-weight.alias.bold}",
294
296
  "lineHeight": "{line-height.relaxed}",
295
297
  "fontSize": "{font-size-200}",
296
298
  "letterSpacing": "{letter-spacing.normal}"
@@ -300,7 +302,7 @@
300
302
  "xs": {
301
303
  "value": {
302
304
  "fontFamily": "{font-family.alias.heading}",
303
- "fontWeight": "{font-weight.bold}",
305
+ "fontWeight": "{font-weight.alias.bold}",
304
306
  "lineHeight": "{line-height.relaxed}",
305
307
  "fontSize": "{font-size-100}",
306
308
  "letterSpacing": "{letter-spacing.normal}"
@@ -310,7 +312,7 @@
310
312
  "xxs": {
311
313
  "value": {
312
314
  "fontFamily": "{font-family.alias.heading}",
313
- "fontWeight": "{font-weight.bold}",
315
+ "fontWeight": "{font-weight.alias.bold}",
314
316
  "lineHeight": "{line-height.relaxed}",
315
317
  "fontSize": "{font-size-100}",
316
318
  "letterSpacing": "{letter-spacing.tight}"
@@ -318,11 +320,11 @@
318
320
  "type": "typography"
319
321
  }
320
322
  },
321
- "subtitle": {
323
+ "subheading": {
322
324
  "lg": {
323
325
  "value": {
324
- "fontFamily": "{font-family.alias.heading}",
325
- "fontWeight": "{font-weight.medium}",
326
+ "fontFamily": "{font-family.alias.subheading}",
327
+ "fontWeight": "{font-weight.alias.medium}",
326
328
  "lineHeight": "{line-height.compact}",
327
329
  "fontSize": "{font-size-300}",
328
330
  "letterSpacing": "{letter-spacing.normal}"
@@ -332,7 +334,7 @@
332
334
  "md": {
333
335
  "value": {
334
336
  "fontFamily": "{font-family.alias.subheading}",
335
- "fontWeight": "{font-weight.medium}",
337
+ "fontWeight": "{font-weight.alias.medium}",
336
338
  "lineHeight": "{line-height.relaxed}",
337
339
  "fontSize": "{font-size-200}",
338
340
  "letterSpacing": "{letter-spacing.normal}"
@@ -342,7 +344,7 @@
342
344
  "sm": {
343
345
  "value": {
344
346
  "fontFamily": "{font-family.alias.subheading}",
345
- "fontWeight": "{font-weight.medium}",
347
+ "fontWeight": "{font-weight.alias.medium}",
346
348
  "lineHeight": "{line-height.relaxed}",
347
349
  "fontSize": "{font-size-100}",
348
350
  "letterSpacing": "{letter-spacing.normal}"
@@ -352,7 +354,7 @@
352
354
  "xs": {
353
355
  "value": {
354
356
  "fontFamily": "{font-family.alias.subheading}",
355
- "fontWeight": "{font-weight.medium}",
357
+ "fontWeight": "{font-weight.alias.medium}",
356
358
  "lineHeight": "{line-height.relaxed}",
357
359
  "fontSize": "{font-size-100}",
358
360
  "letterSpacing": "{letter-spacing.normal}"
@@ -362,7 +364,7 @@
362
364
  "xxs": {
363
365
  "value": {
364
366
  "fontFamily": "{font-family.alias.subheading}",
365
- "fontWeight": "{font-weight.medium}",
367
+ "fontWeight": "{font-weight.alias.medium}",
366
368
  "lineHeight": "{line-height.relaxed}",
367
369
  "fontSize": "{font-size-100}",
368
370
  "letterSpacing": "{letter-spacing.normal}"
@@ -374,7 +376,7 @@
374
376
  "lg": {
375
377
  "value": {
376
378
  "fontFamily": "{font-family.alias.body}",
377
- "fontWeight": "{font-weight.normal}",
379
+ "fontWeight": "{font-weight.alias.normal}",
378
380
  "lineHeight": "{line-height.reading}",
379
381
  "fontSize": "{font-size-300}",
380
382
  "letterSpacing": "{letter-spacing.normal}"
@@ -384,7 +386,7 @@
384
386
  "md": {
385
387
  "value": {
386
388
  "fontFamily": "{font-family.alias.body}",
387
- "fontWeight": "{font-weight.normal}",
389
+ "fontWeight": "{font-weight.alias.normal}",
388
390
  "lineHeight": "{line-height.reading}",
389
391
  "fontSize": "{font-size-200}",
390
392
  "letterSpacing": "{letter-spacing.normal}"
@@ -394,7 +396,7 @@
394
396
  "sm": {
395
397
  "value": {
396
398
  "fontFamily": "{font-family.alias.body}",
397
- "fontWeight": "{font-weight.normal}",
399
+ "fontWeight": "{font-weight.alias.normal}",
398
400
  "lineHeight": "{line-height.reading}",
399
401
  "fontSize": "{font-size-100}",
400
402
  "letterSpacing": "{letter-spacing.tight}"