villa-design-tokens 1.0.250 → 1.0.251
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 +1 -1
- package/tokens/brands/human.json +1 -1
- package/tokens/global.json +4 -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- retest again",
|
|
4
4
|
"author": "VPRO",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.251",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/base.json
CHANGED
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
"value": {
|
|
446
446
|
"fontFamily": "{fontfamily.program}",
|
|
447
447
|
"fontWeight": "{fontweight.program}",
|
|
448
|
-
"fontSize": "{fontsize.global.
|
|
448
|
+
"fontSize": "{fontsize.global.300}",
|
|
449
449
|
"lineHeight": "{lineheight.program}"
|
|
450
450
|
},
|
|
451
451
|
"type": "typography"
|
package/tokens/brands/human.json
CHANGED