villa-design-tokens 1.0.135 → 1.0.136
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 +36 -18
- package/tokens/brands/argos.json +48 -6
- package/tokens/brands/brainwash.json +48 -6
- package/tokens/brands/human.json +48 -6
- package/tokens/brands/vpro.json +48 -6
- package/tokens/brands/whitelabel.json +48 -6
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.136",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/base.json
CHANGED
|
@@ -82,28 +82,37 @@
|
|
|
82
82
|
"max": {
|
|
83
83
|
"intro": {
|
|
84
84
|
"value": {
|
|
85
|
-
"fontFamily": "{fontfamily.display}",
|
|
86
|
-
"fontWeight": "{fontweight.display}",
|
|
85
|
+
"fontFamily": "{fontfamily.display.intro}",
|
|
86
|
+
"fontWeight": "{fontweight.display.intro}",
|
|
87
87
|
"fontSize": "{fontsize.global.200}",
|
|
88
|
-
"lineHeight": "{lineheight.
|
|
88
|
+
"lineHeight": "{lineheight.display.intro}"
|
|
89
89
|
},
|
|
90
90
|
"type": "typography"
|
|
91
91
|
},
|
|
92
92
|
"name": {
|
|
93
93
|
"value": {
|
|
94
|
-
"fontFamily": "{fontfamily.display}",
|
|
95
|
-
"fontWeight": "{fontweight.
|
|
94
|
+
"fontFamily": "{fontfamily.display.name}",
|
|
95
|
+
"fontWeight": "{fontweight.display.name}",
|
|
96
96
|
"fontSize": "{fontsize.global.380}",
|
|
97
|
-
"lineHeight": "{lineheight.
|
|
97
|
+
"lineHeight": "{lineheight.display.name}"
|
|
98
98
|
},
|
|
99
99
|
"type": "typography"
|
|
100
100
|
},
|
|
101
101
|
"quote": {
|
|
102
102
|
"value": {
|
|
103
|
-
"fontFamily": "{fontfamily.display}",
|
|
104
|
-
"fontWeight": "{fontweight.display}",
|
|
103
|
+
"fontFamily": "{fontfamily.display.quote}",
|
|
104
|
+
"fontWeight": "{fontweight.display.quote}",
|
|
105
105
|
"fontSize": "{fontsize.global.220}",
|
|
106
|
-
"lineHeight": "{lineheight.
|
|
106
|
+
"lineHeight": "{lineheight.display.quote}"
|
|
107
|
+
},
|
|
108
|
+
"type": "typography"
|
|
109
|
+
},
|
|
110
|
+
"question": {
|
|
111
|
+
"value": {
|
|
112
|
+
"fontFamily": "{fontfamily.display.question}",
|
|
113
|
+
"fontWeight": "{fontweight.display.question}",
|
|
114
|
+
"fontSize": "{fontsize.global.120}",
|
|
115
|
+
"lineHeight": "{lineheight.display.question}"
|
|
107
116
|
},
|
|
108
117
|
"type": "typography"
|
|
109
118
|
}
|
|
@@ -111,28 +120,37 @@
|
|
|
111
120
|
"min": {
|
|
112
121
|
"intro": {
|
|
113
122
|
"value": {
|
|
114
|
-
"fontFamily": "{fontfamily.display}",
|
|
115
|
-
"fontWeight": "{fontweight.display}",
|
|
123
|
+
"fontFamily": "{fontfamily.display.intro}",
|
|
124
|
+
"fontWeight": "{fontweight.display.intro}",
|
|
116
125
|
"fontSize": "{fontsize.global.180}",
|
|
117
|
-
"lineHeight": "{lineheight.
|
|
126
|
+
"lineHeight": "{lineheight.display.intro}"
|
|
118
127
|
},
|
|
119
128
|
"type": "typography"
|
|
120
129
|
},
|
|
121
130
|
"name": {
|
|
122
131
|
"value": {
|
|
123
|
-
"fontFamily": "{fontfamily.display}",
|
|
124
|
-
"fontWeight": "{fontweight.
|
|
132
|
+
"fontFamily": "{fontfamily.display.name}",
|
|
133
|
+
"fontWeight": "{fontweight.display.name}",
|
|
125
134
|
"fontSize": "{fontsize.global.360}",
|
|
126
|
-
"lineHeight": "{lineheight.
|
|
135
|
+
"lineHeight": "{lineheight.display.name}"
|
|
127
136
|
},
|
|
128
137
|
"type": "typography"
|
|
129
138
|
},
|
|
130
139
|
"quote": {
|
|
131
140
|
"value": {
|
|
132
|
-
"fontFamily": "{fontfamily.display}",
|
|
133
|
-
"fontWeight": "{fontweight.display}",
|
|
141
|
+
"fontFamily": "{fontfamily.display.quote}",
|
|
142
|
+
"fontWeight": "{fontweight.display.quote}",
|
|
134
143
|
"fontSize": "{fontsize.global.200}",
|
|
135
|
-
"lineHeight": "{lineheight.
|
|
144
|
+
"lineHeight": "{lineheight.display.quote}"
|
|
145
|
+
},
|
|
146
|
+
"type": "typography"
|
|
147
|
+
},
|
|
148
|
+
"question": {
|
|
149
|
+
"value": {
|
|
150
|
+
"fontFamily": "{fontfamily.display.question}",
|
|
151
|
+
"fontWeight": "{fontweight.display.question}",
|
|
152
|
+
"fontSize": "{fontsize.global.140}",
|
|
153
|
+
"lineHeight": "{lineheight.display.question}"
|
|
136
154
|
},
|
|
137
155
|
"type": "typography"
|
|
138
156
|
}
|
package/tokens/brands/argos.json
CHANGED
|
@@ -13,8 +13,22 @@
|
|
|
13
13
|
"type": "fontFamilies"
|
|
14
14
|
},
|
|
15
15
|
"display": {
|
|
16
|
-
"
|
|
17
|
-
|
|
16
|
+
"intro": {
|
|
17
|
+
"value": "{fontfamily.global.agrandir-medium}",
|
|
18
|
+
"type": "fontFamilies"
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"value": "{fontfamily.global.agrandir-medium}",
|
|
22
|
+
"type": "fontFamilies"
|
|
23
|
+
},
|
|
24
|
+
"quote": {
|
|
25
|
+
"value": "{fontfamily.global.agrandir-medium}",
|
|
26
|
+
"type": "fontFamilies"
|
|
27
|
+
},
|
|
28
|
+
"question": {
|
|
29
|
+
"value": "{fontfamily.global.agrandir-regular}",
|
|
30
|
+
"type": "fontFamilies"
|
|
31
|
+
}
|
|
18
32
|
}
|
|
19
33
|
},
|
|
20
34
|
"lineheight": {
|
|
@@ -31,8 +45,22 @@
|
|
|
31
45
|
"type": "lineHeights"
|
|
32
46
|
},
|
|
33
47
|
"display": {
|
|
34
|
-
"
|
|
35
|
-
|
|
48
|
+
"intro": {
|
|
49
|
+
"value": "{lineheight.global.400}",
|
|
50
|
+
"type": "lineHeights"
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"value": "{lineheight.global.100}",
|
|
54
|
+
"type": "lineHeights"
|
|
55
|
+
},
|
|
56
|
+
"quote": {
|
|
57
|
+
"value": "{lineheight.global.400}",
|
|
58
|
+
"type": "lineHeights"
|
|
59
|
+
},
|
|
60
|
+
"question": {
|
|
61
|
+
"value": "{lineheight.global.300}",
|
|
62
|
+
"type": "lineHeights"
|
|
63
|
+
}
|
|
36
64
|
}
|
|
37
65
|
},
|
|
38
66
|
"fontweight": {
|
|
@@ -49,8 +77,22 @@
|
|
|
49
77
|
"type": "fontWeights"
|
|
50
78
|
},
|
|
51
79
|
"display": {
|
|
52
|
-
"
|
|
53
|
-
|
|
80
|
+
"intro": {
|
|
81
|
+
"value": "{fontweight.global.500}",
|
|
82
|
+
"type": "fontWeights"
|
|
83
|
+
},
|
|
84
|
+
"name": {
|
|
85
|
+
"value": "{fontweight.global.700}",
|
|
86
|
+
"type": "fontWeights"
|
|
87
|
+
},
|
|
88
|
+
"quote": {
|
|
89
|
+
"value": "{fontweight.global.500}",
|
|
90
|
+
"type": "fontWeights"
|
|
91
|
+
},
|
|
92
|
+
"question": {
|
|
93
|
+
"value": "{fontweight.global.700}",
|
|
94
|
+
"type": "fontWeights"
|
|
95
|
+
}
|
|
54
96
|
}
|
|
55
97
|
},
|
|
56
98
|
"color": {
|
|
@@ -13,8 +13,22 @@
|
|
|
13
13
|
"type": "fontFamilies"
|
|
14
14
|
},
|
|
15
15
|
"display": {
|
|
16
|
-
"
|
|
17
|
-
|
|
16
|
+
"intro": {
|
|
17
|
+
"value": "{fontfamily.global.poppins}",
|
|
18
|
+
"type": "fontFamilies"
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"value": "{fontfamily.global.poppins}",
|
|
22
|
+
"type": "fontFamilies"
|
|
23
|
+
},
|
|
24
|
+
"quote": {
|
|
25
|
+
"value": "{fontfamily.global.poppins}",
|
|
26
|
+
"type": "fontFamilies"
|
|
27
|
+
},
|
|
28
|
+
"question": {
|
|
29
|
+
"value": "{fontfamily.global.roboto}",
|
|
30
|
+
"type": "fontFamilies"
|
|
31
|
+
}
|
|
18
32
|
}
|
|
19
33
|
},
|
|
20
34
|
"lineheight": {
|
|
@@ -31,8 +45,22 @@
|
|
|
31
45
|
"type": "lineHeights"
|
|
32
46
|
},
|
|
33
47
|
"display": {
|
|
34
|
-
"
|
|
35
|
-
|
|
48
|
+
"intro": {
|
|
49
|
+
"value": "{lineheight.global.400}",
|
|
50
|
+
"type": "lineHeights"
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"value": "{lineheight.global.100}",
|
|
54
|
+
"type": "lineHeights"
|
|
55
|
+
},
|
|
56
|
+
"quote": {
|
|
57
|
+
"value": "{lineheight.global.400}",
|
|
58
|
+
"type": "lineHeights"
|
|
59
|
+
},
|
|
60
|
+
"question": {
|
|
61
|
+
"value": "{lineheight.global.300}",
|
|
62
|
+
"type": "lineHeights"
|
|
63
|
+
}
|
|
36
64
|
}
|
|
37
65
|
},
|
|
38
66
|
"fontweight": {
|
|
@@ -49,8 +77,22 @@
|
|
|
49
77
|
"type": "fontWeights"
|
|
50
78
|
},
|
|
51
79
|
"display": {
|
|
52
|
-
"
|
|
53
|
-
|
|
80
|
+
"intro": {
|
|
81
|
+
"value": "{fontweight.global.500}",
|
|
82
|
+
"type": "fontWeights"
|
|
83
|
+
},
|
|
84
|
+
"name": {
|
|
85
|
+
"value": "{fontweight.global.700}",
|
|
86
|
+
"type": "fontWeights"
|
|
87
|
+
},
|
|
88
|
+
"quote": {
|
|
89
|
+
"value": "{fontweight.global.500}",
|
|
90
|
+
"type": "fontWeights"
|
|
91
|
+
},
|
|
92
|
+
"question": {
|
|
93
|
+
"value": "{fontweight.global.700}",
|
|
94
|
+
"type": "fontWeights"
|
|
95
|
+
}
|
|
54
96
|
}
|
|
55
97
|
},
|
|
56
98
|
"color": {
|
package/tokens/brands/human.json
CHANGED
|
@@ -13,8 +13,22 @@
|
|
|
13
13
|
"type": "fontFamilies"
|
|
14
14
|
},
|
|
15
15
|
"display": {
|
|
16
|
-
"
|
|
17
|
-
|
|
16
|
+
"intro": {
|
|
17
|
+
"value": "{fontfamily.global.bureau}",
|
|
18
|
+
"type": "fontFamilies"
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"value": "{fontfamily.global.bureau}",
|
|
22
|
+
"type": "fontFamilies"
|
|
23
|
+
},
|
|
24
|
+
"quote": {
|
|
25
|
+
"value": "{fontfamily.global.bureau}",
|
|
26
|
+
"type": "fontFamilies"
|
|
27
|
+
},
|
|
28
|
+
"question": {
|
|
29
|
+
"value": "{fontfamily.global.roboto}",
|
|
30
|
+
"type": "fontFamilies"
|
|
31
|
+
}
|
|
18
32
|
}
|
|
19
33
|
},
|
|
20
34
|
"lineheight": {
|
|
@@ -31,8 +45,22 @@
|
|
|
31
45
|
"type": "lineHeights"
|
|
32
46
|
},
|
|
33
47
|
"display": {
|
|
34
|
-
"
|
|
35
|
-
|
|
48
|
+
"intro": {
|
|
49
|
+
"value": "{lineheight.global.400}",
|
|
50
|
+
"type": "lineHeights"
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"value": "{lineheight.global.100}",
|
|
54
|
+
"type": "lineHeights"
|
|
55
|
+
},
|
|
56
|
+
"quote": {
|
|
57
|
+
"value": "{lineheight.global.400}",
|
|
58
|
+
"type": "lineHeights"
|
|
59
|
+
},
|
|
60
|
+
"question": {
|
|
61
|
+
"value": "{lineheight.global.300}",
|
|
62
|
+
"type": "lineHeights"
|
|
63
|
+
}
|
|
36
64
|
}
|
|
37
65
|
},
|
|
38
66
|
"fontweight": {
|
|
@@ -49,8 +77,22 @@
|
|
|
49
77
|
"type": "fontWeights"
|
|
50
78
|
},
|
|
51
79
|
"display": {
|
|
52
|
-
"
|
|
53
|
-
|
|
80
|
+
"intro": {
|
|
81
|
+
"value": "{fontweight.global.500}",
|
|
82
|
+
"type": "fontWeights"
|
|
83
|
+
},
|
|
84
|
+
"name": {
|
|
85
|
+
"value": "{fontweight.global.700}",
|
|
86
|
+
"type": "fontWeights"
|
|
87
|
+
},
|
|
88
|
+
"quote": {
|
|
89
|
+
"value": "{fontweight.global.500}",
|
|
90
|
+
"type": "fontWeights"
|
|
91
|
+
},
|
|
92
|
+
"question": {
|
|
93
|
+
"value": "{fontweight.global.700}",
|
|
94
|
+
"type": "fontWeights"
|
|
95
|
+
}
|
|
54
96
|
}
|
|
55
97
|
},
|
|
56
98
|
"color": {
|
package/tokens/brands/vpro.json
CHANGED
|
@@ -13,8 +13,22 @@
|
|
|
13
13
|
"type": "fontFamilies"
|
|
14
14
|
},
|
|
15
15
|
"display": {
|
|
16
|
-
"
|
|
17
|
-
|
|
16
|
+
"intro": {
|
|
17
|
+
"value": "{fontfamily.global.simplistic}",
|
|
18
|
+
"type": "fontFamilies"
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"value": "{fontfamily.global.simplistic}",
|
|
22
|
+
"type": "fontFamilies"
|
|
23
|
+
},
|
|
24
|
+
"quote": {
|
|
25
|
+
"value": "{fontfamily.global.simplistic}",
|
|
26
|
+
"type": "fontFamilies"
|
|
27
|
+
},
|
|
28
|
+
"question": {
|
|
29
|
+
"value": "{fontfamily.global.helvetica}",
|
|
30
|
+
"type": "fontFamilies"
|
|
31
|
+
}
|
|
18
32
|
}
|
|
19
33
|
},
|
|
20
34
|
"lineheight": {
|
|
@@ -31,8 +45,22 @@
|
|
|
31
45
|
"type": "lineHeights"
|
|
32
46
|
},
|
|
33
47
|
"display": {
|
|
34
|
-
"
|
|
35
|
-
|
|
48
|
+
"intro": {
|
|
49
|
+
"value": "{lineheight.global.400}",
|
|
50
|
+
"type": "lineHeights"
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"value": "{lineheight.global.100}",
|
|
54
|
+
"type": "lineHeights"
|
|
55
|
+
},
|
|
56
|
+
"quote": {
|
|
57
|
+
"value": "{lineheight.global.400}",
|
|
58
|
+
"type": "lineHeights"
|
|
59
|
+
},
|
|
60
|
+
"question": {
|
|
61
|
+
"value": "{lineheight.global.300}",
|
|
62
|
+
"type": "lineHeights"
|
|
63
|
+
}
|
|
36
64
|
}
|
|
37
65
|
},
|
|
38
66
|
"fontweight": {
|
|
@@ -49,8 +77,22 @@
|
|
|
49
77
|
"type": "fontWeights"
|
|
50
78
|
},
|
|
51
79
|
"display": {
|
|
52
|
-
"
|
|
53
|
-
|
|
80
|
+
"intro": {
|
|
81
|
+
"value": "{fontweight.global.500}",
|
|
82
|
+
"type": "fontWeights"
|
|
83
|
+
},
|
|
84
|
+
"name": {
|
|
85
|
+
"value": "{fontweight.global.700}",
|
|
86
|
+
"type": "fontWeights"
|
|
87
|
+
},
|
|
88
|
+
"quote": {
|
|
89
|
+
"value": "{fontweight.global.500}",
|
|
90
|
+
"type": "fontWeights"
|
|
91
|
+
},
|
|
92
|
+
"question": {
|
|
93
|
+
"value": "{fontweight.global.700}",
|
|
94
|
+
"type": "fontWeights"
|
|
95
|
+
}
|
|
54
96
|
}
|
|
55
97
|
},
|
|
56
98
|
"color": {
|
|
@@ -13,8 +13,22 @@
|
|
|
13
13
|
"type": "fontFamilies"
|
|
14
14
|
},
|
|
15
15
|
"display": {
|
|
16
|
-
"
|
|
17
|
-
|
|
16
|
+
"intro": {
|
|
17
|
+
"value": "{fontfamily.global.helvetica}",
|
|
18
|
+
"type": "fontFamilies"
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"value": "{fontfamily.global.helvetica}",
|
|
22
|
+
"type": "fontFamilies"
|
|
23
|
+
},
|
|
24
|
+
"quote": {
|
|
25
|
+
"value": "{fontfamily.global.helvetica}",
|
|
26
|
+
"type": "fontFamilies"
|
|
27
|
+
},
|
|
28
|
+
"question": {
|
|
29
|
+
"value": "{fontfamily.global.helvetica}",
|
|
30
|
+
"type": "fontFamilies"
|
|
31
|
+
}
|
|
18
32
|
}
|
|
19
33
|
},
|
|
20
34
|
"lineheight": {
|
|
@@ -31,8 +45,22 @@
|
|
|
31
45
|
"type": "lineHeights"
|
|
32
46
|
},
|
|
33
47
|
"display": {
|
|
34
|
-
"
|
|
35
|
-
|
|
48
|
+
"intro": {
|
|
49
|
+
"value": "{lineheight.global.400}",
|
|
50
|
+
"type": "lineHeights"
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"value": "{lineheight.global.100}",
|
|
54
|
+
"type": "lineHeights"
|
|
55
|
+
},
|
|
56
|
+
"quote": {
|
|
57
|
+
"value": "{lineheight.global.400}",
|
|
58
|
+
"type": "lineHeights"
|
|
59
|
+
},
|
|
60
|
+
"question": {
|
|
61
|
+
"value": "{lineheight.global.300}",
|
|
62
|
+
"type": "lineHeights"
|
|
63
|
+
}
|
|
36
64
|
}
|
|
37
65
|
},
|
|
38
66
|
"fontweight": {
|
|
@@ -49,8 +77,22 @@
|
|
|
49
77
|
"type": "fontWeights"
|
|
50
78
|
},
|
|
51
79
|
"display": {
|
|
52
|
-
"
|
|
53
|
-
|
|
80
|
+
"intro": {
|
|
81
|
+
"value": "{fontweight.global.500}",
|
|
82
|
+
"type": "fontWeights"
|
|
83
|
+
},
|
|
84
|
+
"name": {
|
|
85
|
+
"value": "{fontweight.global.700}",
|
|
86
|
+
"type": "fontWeights"
|
|
87
|
+
},
|
|
88
|
+
"quote": {
|
|
89
|
+
"value": "{fontweight.global.500}",
|
|
90
|
+
"type": "fontWeights"
|
|
91
|
+
},
|
|
92
|
+
"question": {
|
|
93
|
+
"value": "{fontweight.global.700}",
|
|
94
|
+
"type": "fontWeights"
|
|
95
|
+
}
|
|
54
96
|
}
|
|
55
97
|
},
|
|
56
98
|
"color": {
|