villa-design-tokens 1.0.54 → 1.0.56

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.54",
5
+ "version": "1.0.56",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -18,7 +18,7 @@
18
18
  "min": {
19
19
  "value": {
20
20
  "fontFamily": "{fontfamily.body}",
21
- "fontWeight": "{fontweight.normal}",
21
+ "fontWeight": "{fontweight.medium}",
22
22
  "fontSize": "{fontsize.global.140}",
23
23
  "lineHeight": "{lineheight.normal}",
24
24
  "letterSpacing": "{letterspacing.normal}"
@@ -28,7 +28,7 @@
28
28
  "max": {
29
29
  "value": {
30
30
  "fontFamily": "{fontfamily.body}",
31
- "fontWeight": "{fontweight.normal}",
31
+ "fontWeight": "{fontweight.medium}",
32
32
  "fontSize": "{fontsize.global.180}",
33
33
  "lineHeight": "{lineheight.normal}",
34
34
  "letterSpacing": "{letterspacing.normal}"
@@ -41,7 +41,7 @@
41
41
  "lg": {
42
42
  "value": {
43
43
  "fontFamily": "{fontfamily.label}",
44
- "fontWeight": "{fontweight.normal}",
44
+ "fontWeight": "{fontweight.medium}",
45
45
  "fontSize": "{fontsize.global.100}",
46
46
  "lineHeight": "{lineheight.tight}",
47
47
  "letterSpacing": "{letterspacing.normal}"
@@ -51,7 +51,7 @@
51
51
  "md": {
52
52
  "value": {
53
53
  "fontFamily": "{fontfamily.label}",
54
- "fontWeight": "{fontweight.normal}",
54
+ "fontWeight": "{fontweight.medium}",
55
55
  "fontSize": "{fontsize.global.60}",
56
56
  "lineHeight": "{lineheight.tight}",
57
57
  "letterSpacing": "{letterspacing.normal}"
@@ -61,7 +61,7 @@
61
61
  "sm": {
62
62
  "value": {
63
63
  "fontFamily": "{fontfamily.label}",
64
- "fontWeight": "{fontweight.normal}",
64
+ "fontWeight": "{fontweight.medium}",
65
65
  "fontSize": "{fontsize.global.40}",
66
66
  "lineHeight": "{lineheight.tight}",
67
67
  "letterSpacing": "{letterspacing.normal}"
@@ -73,7 +73,7 @@
73
73
  "lg": {
74
74
  "value": {
75
75
  "fontFamily": "{fontfamily.label}",
76
- "fontWeight": "{fontweight.normal}",
76
+ "fontWeight": "{fontweight.medium}",
77
77
  "fontSize": "{fontsize.global.120}",
78
78
  "lineHeight": "{lineheight.tight}",
79
79
  "letterSpacing": "{letterspacing.normal}"
@@ -83,7 +83,7 @@
83
83
  "md": {
84
84
  "value": {
85
85
  "fontFamily": "{fontfamily.label}",
86
- "fontWeight": "{fontweight.normal}",
86
+ "fontWeight": "{fontweight.medium}",
87
87
  "fontSize": "{fontsize.global.80}",
88
88
  "lineHeight": "{lineheight.tight}",
89
89
  "letterSpacing": "{letterspacing.normal}"
@@ -93,7 +93,7 @@
93
93
  "sm": {
94
94
  "value": {
95
95
  "fontFamily": "{fontfamily.label}",
96
- "fontWeight": "{fontweight.normal}",
96
+ "fontWeight": "{fontweight.medium}",
97
97
  "fontSize": "{fontsize.global.20}",
98
98
  "lineHeight": "{lineheight.tight}",
99
99
  "letterSpacing": "{letterspacing.normal}"
@@ -248,7 +248,7 @@
248
248
  },
249
249
  "xs": {
250
250
  "value": {
251
- "fontFamily": "{fontfamily.global.bureau}",
251
+ "fontFamily": "{fontfamily.heading}",
252
252
  "fontWeight": "{fontweight.bold}",
253
253
  "fontSize": "{fontsize.global.260}",
254
254
  "lineHeight": "{lineheight.tight}",
@@ -258,7 +258,7 @@
258
258
  },
259
259
  "xxs": {
260
260
  "value": {
261
- "fontFamily": "{fontfamily.body}",
261
+ "fontFamily": "{fontfamily.heading}",
262
262
  "fontWeight": "{fontweight.bold}",
263
263
  "fontSize": "{fontsize.global.220}",
264
264
  "lineHeight": "{lineheight.tight}",