villa-design-tokens 1.0.178 → 1.0.180
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.
|
|
5
|
+
"version": "1.0.180",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/brands/argos.json
CHANGED
|
@@ -67,6 +67,10 @@
|
|
|
67
67
|
"value": "{color.palette.primary.main}",
|
|
68
68
|
"type": "color"
|
|
69
69
|
},
|
|
70
|
+
"interactive": {
|
|
71
|
+
"value": "{color.palette.secondary.main}",
|
|
72
|
+
"type": "color"
|
|
73
|
+
},
|
|
70
74
|
"dark": {
|
|
71
75
|
"value": "{color.palette.primary.dark}",
|
|
72
76
|
"type": "color"
|
|
@@ -343,7 +347,7 @@
|
|
|
343
347
|
},
|
|
344
348
|
"alt-primary": {
|
|
345
349
|
"background": {
|
|
346
|
-
"value": "{color.palette.primary.
|
|
350
|
+
"value": "{color.palette.primary.main}",
|
|
347
351
|
"type": "color"
|
|
348
352
|
},
|
|
349
353
|
"text": {
|
package/tokens/brands/human.json
CHANGED
|
@@ -86,11 +86,15 @@
|
|
|
86
86
|
"type": "color"
|
|
87
87
|
},
|
|
88
88
|
"brand": {
|
|
89
|
+
"value": "{color.palette.primary.main}",
|
|
90
|
+
"type": "color"
|
|
91
|
+
},
|
|
92
|
+
"interactive": {
|
|
89
93
|
"value": "{color.palette.secondary.main}",
|
|
90
94
|
"type": "color"
|
|
91
95
|
},
|
|
92
96
|
"dark": {
|
|
93
|
-
"value": "{color.palette.primary.
|
|
97
|
+
"value": "{color.palette.primary.dark}",
|
|
94
98
|
"type": "color"
|
|
95
99
|
},
|
|
96
100
|
"disabled": {
|