villa-design-tokens 1.0.64 → 1.0.66
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 +1 -1
- package/tokens/base.json +43 -3
- package/tokens/brands/human.json +2 -2
- package/tokens/global.json +5 -1
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.
|
|
5
|
+
"version": "1.0.66",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/base.json
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
"text": {
|
|
3
3
|
"body": {
|
|
4
4
|
"min": {
|
|
5
|
+
"lg": {
|
|
6
|
+
"value": {
|
|
7
|
+
"fontFamily": "{fontfamily.body}",
|
|
8
|
+
"fontWeight": "{fontweight.normal}",
|
|
9
|
+
"fontSize": "{fontsize.global.140}",
|
|
10
|
+
"lineHeight": "{lineheight.body}",
|
|
11
|
+
"letterSpacing": "{letterspacing.body}"
|
|
12
|
+
},
|
|
13
|
+
"type": "typography"
|
|
14
|
+
},
|
|
5
15
|
"md": {
|
|
6
16
|
"value": {
|
|
7
17
|
"fontFamily": "{fontfamily.body}",
|
|
@@ -11,10 +21,20 @@
|
|
|
11
21
|
"letterSpacing": "{letterspacing.body}"
|
|
12
22
|
},
|
|
13
23
|
"type": "typography"
|
|
24
|
+
},
|
|
25
|
+
"sm": {
|
|
26
|
+
"value": {
|
|
27
|
+
"fontFamily": "{fontfamily.body}",
|
|
28
|
+
"fontWeight": "{fontweight.normal}",
|
|
29
|
+
"fontSize": "{fontsize.global.120}",
|
|
30
|
+
"lineHeight": "{lineheight.body}",
|
|
31
|
+
"letterSpacing": "{letterspacing.body}"
|
|
32
|
+
},
|
|
33
|
+
"type": "typography"
|
|
14
34
|
}
|
|
15
35
|
},
|
|
16
36
|
"max": {
|
|
17
|
-
"
|
|
37
|
+
"lg": {
|
|
18
38
|
"value": {
|
|
19
39
|
"fontFamily": "{fontfamily.body}",
|
|
20
40
|
"fontWeight": "{fontweight.normal}",
|
|
@@ -23,6 +43,26 @@
|
|
|
23
43
|
"letterSpacing": "{letterspacing.body}"
|
|
24
44
|
},
|
|
25
45
|
"type": "typography"
|
|
46
|
+
},
|
|
47
|
+
"md": {
|
|
48
|
+
"value": {
|
|
49
|
+
"fontFamily": "{fontfamily.body}",
|
|
50
|
+
"fontWeight": "{fontweight.normal}",
|
|
51
|
+
"fontSize": "{fontsize.global.140}",
|
|
52
|
+
"lineHeight": "{lineheight.body}",
|
|
53
|
+
"letterSpacing": "{letterspacing.body}"
|
|
54
|
+
},
|
|
55
|
+
"type": "typography"
|
|
56
|
+
},
|
|
57
|
+
"sm": {
|
|
58
|
+
"value": {
|
|
59
|
+
"fontFamily": "{fontfamily.body}",
|
|
60
|
+
"fontWeight": "{fontweight.normal}",
|
|
61
|
+
"fontSize": "{fontsize.global.140}",
|
|
62
|
+
"lineHeight": "{lineheight.body}",
|
|
63
|
+
"letterSpacing": "{letterspacing.body}"
|
|
64
|
+
},
|
|
65
|
+
"type": "typography"
|
|
26
66
|
}
|
|
27
67
|
}
|
|
28
68
|
},
|
|
@@ -52,7 +92,7 @@
|
|
|
52
92
|
"value": {
|
|
53
93
|
"fontFamily": "{fontfamily.label}",
|
|
54
94
|
"fontWeight": "{fontweight.medium}",
|
|
55
|
-
"fontSize": "{fontsize.global.
|
|
95
|
+
"fontSize": "{fontsize.global.20}",
|
|
56
96
|
"lineHeight": "{lineheight.label}",
|
|
57
97
|
"letterSpacing": "{letterspacing.label}"
|
|
58
98
|
},
|
|
@@ -84,7 +124,7 @@
|
|
|
84
124
|
"value": {
|
|
85
125
|
"fontFamily": "{fontfamily.label}",
|
|
86
126
|
"fontWeight": "{fontweight.medium}",
|
|
87
|
-
"fontSize": "{fontsize.global.
|
|
127
|
+
"fontSize": "{fontsize.global.40}",
|
|
88
128
|
"lineHeight": "{lineheight.label}",
|
|
89
129
|
"letterSpacing": "{letterspacing.label}"
|
|
90
130
|
},
|
package/tokens/brands/human.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fontfamily": {
|
|
3
3
|
"body": {
|
|
4
|
-
"value": "{fontfamily.global.
|
|
4
|
+
"value": "{fontfamily.global.roboto}",
|
|
5
5
|
"type": "fontFamilies"
|
|
6
6
|
},
|
|
7
7
|
"label": {
|
|
8
|
-
"value": "{fontfamily.
|
|
8
|
+
"value": "{fontfamily.body}",
|
|
9
9
|
"type": "fontFamilies"
|
|
10
10
|
},
|
|
11
11
|
"heading": {
|
package/tokens/global.json
CHANGED
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
"helvetica": {
|
|
25
25
|
"value": "Helvetica Neue",
|
|
26
26
|
"type": "fontFamilies"
|
|
27
|
+
},
|
|
28
|
+
"roboto": {
|
|
29
|
+
"value": "Roboto",
|
|
30
|
+
"type": "fontFamilies"
|
|
27
31
|
}
|
|
28
32
|
}
|
|
29
33
|
},
|
|
@@ -54,7 +58,7 @@
|
|
|
54
58
|
"type": "fontSizes"
|
|
55
59
|
},
|
|
56
60
|
"140": {
|
|
57
|
-
"value": "
|
|
61
|
+
"value": "16",
|
|
58
62
|
"type": "fontSizes"
|
|
59
63
|
},
|
|
60
64
|
"160": {
|