villa-design-tokens 1.0.187 → 1.0.188
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 +18 -0
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.188",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/base.json
CHANGED
|
@@ -158,6 +158,15 @@
|
|
|
158
158
|
},
|
|
159
159
|
"utility": {
|
|
160
160
|
"max": {
|
|
161
|
+
"xxxl": {
|
|
162
|
+
"value": {
|
|
163
|
+
"fontFamily": "{fontfamily.utility}",
|
|
164
|
+
"fontWeight": "{fontweight.utility}",
|
|
165
|
+
"fontSize": "{fontsize.global.200}",
|
|
166
|
+
"lineHeight": "{lineheight.utility}"
|
|
167
|
+
},
|
|
168
|
+
"type": "typography"
|
|
169
|
+
},
|
|
161
170
|
"xxl": {
|
|
162
171
|
"value": {
|
|
163
172
|
"fontFamily": "{fontfamily.utility}",
|
|
@@ -205,6 +214,15 @@
|
|
|
205
214
|
}
|
|
206
215
|
},
|
|
207
216
|
"min": {
|
|
217
|
+
"xxxl": {
|
|
218
|
+
"value": {
|
|
219
|
+
"fontFamily": "{fontfamily.utility}",
|
|
220
|
+
"fontWeight": "{fontweight.utility}",
|
|
221
|
+
"fontSize": "{fontsize.global.200}",
|
|
222
|
+
"lineHeight": "{lineheight.utility}"
|
|
223
|
+
},
|
|
224
|
+
"type": "typography"
|
|
225
|
+
},
|
|
208
226
|
"xxl": {
|
|
209
227
|
"value": {
|
|
210
228
|
"fontFamily": "{fontfamily.utility}",
|