villa-design-tokens 1.0.23 → 1.0.24

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.23",
5
+ "version": "1.0.24",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -25,15 +25,15 @@
25
25
  },
26
26
  "fontweight": {
27
27
  "normal": {
28
- "value": "{fontweight.global.300}",
28
+ "value": "300",
29
29
  "type": "fontWeights"
30
30
  },
31
31
  "medium": {
32
- "value": "{fontweight.global.500}",
32
+ "value": "500",
33
33
  "type": "fontWeights"
34
34
  },
35
35
  "bold": {
36
- "value": "{fontweight.global.700}",
36
+ "value": "700",
37
37
  "type": "fontWeights"
38
38
  }
39
39
  },
@@ -253,7 +253,7 @@
253
253
  "value": {
254
254
  "fontFamily": "{fontfamily.heading}",
255
255
  "fontWeight": "{fontweight.bold}",
256
- "lineHeight": "{lineheight.compact}",
256
+ "lineHeight": "{lineheight.relaxed}",
257
257
  "fontSize": "{fontsize.global.500}",
258
258
  "letterSpacing": "{letterspacing.normal}"
259
259
  },
@@ -263,7 +263,7 @@
263
263
  "value": {
264
264
  "fontFamily": "{fontfamily.heading}",
265
265
  "fontWeight": "{fontweight.bold}",
266
- "lineHeight": "{lineheight.compact}",
266
+ "lineHeight": "{lineheight.relaxed}",
267
267
  "fontSize": "{fontsize.global.400}",
268
268
  "letterSpacing": "{letterspacing.normal}"
269
269
  },
@@ -315,7 +315,7 @@
315
315
  "value": {
316
316
  "fontFamily": "{fontfamily.subheading}",
317
317
  "fontWeight": "{fontweight.medium}",
318
- "lineHeight": "{lineheight.compact}",
318
+ "lineHeight": "{lineheight.relaxed}",
319
319
  "fontSize": "{fontsize.global.300}",
320
320
  "letterSpacing": "{letterspacing.normal}"
321
321
  },
@@ -389,7 +389,7 @@
389
389
  "fontWeight": "{fontweight.normal}",
390
390
  "lineHeight": "{lineheight.reading}",
391
391
  "fontSize": "{fontsize.global.100}",
392
- "letterSpacing": "{letterspacing.tight}"
392
+ "letterSpacing": "{letterspacing.normal}"
393
393
  },
394
394
  "type": "typography"
395
395
  }
@@ -25,15 +25,15 @@
25
25
  },
26
26
  "fontweight": {
27
27
  "normal": {
28
- "value": "{fontweight.global.300}",
28
+ "value": "300",
29
29
  "type": "fontWeights"
30
30
  },
31
31
  "medium": {
32
- "value": "{fontweight.global.500}",
32
+ "value": "500",
33
33
  "type": "fontWeights"
34
34
  },
35
35
  "bold": {
36
- "value": "{fontweight.global.700}",
36
+ "value": "700",
37
37
  "type": "fontWeights"
38
38
  }
39
39
  },
@@ -253,7 +253,7 @@
253
253
  "value": {
254
254
  "fontFamily": "{fontfamily.heading}",
255
255
  "fontWeight": "{fontweight.bold}",
256
- "lineHeight": "{lineheight.compact}",
256
+ "lineHeight": "{lineheight.relaxed}",
257
257
  "fontSize": "{fontsize.global.500}",
258
258
  "letterSpacing": "{letterspacing.normal}"
259
259
  },
@@ -263,7 +263,7 @@
263
263
  "value": {
264
264
  "fontFamily": "{fontfamily.heading}",
265
265
  "fontWeight": "{fontweight.bold}",
266
- "lineHeight": "{lineheight.compact}",
266
+ "lineHeight": "{lineheight.relaxed}",
267
267
  "fontSize": "{fontsize.global.400}",
268
268
  "letterSpacing": "{letterspacing.normal}"
269
269
  },
@@ -315,7 +315,7 @@
315
315
  "value": {
316
316
  "fontFamily": "{fontfamily.subheading}",
317
317
  "fontWeight": "{fontweight.medium}",
318
- "lineHeight": "{lineheight.compact}",
318
+ "lineHeight": "{lineheight.relaxed}",
319
319
  "fontSize": "{fontsize.global.300}",
320
320
  "letterSpacing": "{letterspacing.normal}"
321
321
  },