villa-design-tokens 1.0.133 → 1.0.134
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.134",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/$themes.json
CHANGED
|
@@ -101,16 +101,7 @@
|
|
|
101
101
|
"color.surface.disabled": "S:f9bc53746c4791872afbdae42351147d7f86e1ab,",
|
|
102
102
|
"color.border.inverse": "S:056f70742a801add2df5fe6f58adeb55a63a5147,",
|
|
103
103
|
"color.link.inverse-subtle": "S:a965e7d09c3f1b81698199003fb3fb295873d85f,",
|
|
104
|
-
"color.link.inverse-subtle-hover": "S:4f4f19fd90344d3aaec345726049310abcbd7ecb,"
|
|
105
|
-
"color.brand.primary": "S:c35b02e99663a30e988aabbce7d753283226997f,",
|
|
106
|
-
"color.border.focus": "S:d9ccbe717e00adc28ddde8b88131fbf57b6fe8d2,",
|
|
107
|
-
"color.border.filled": "S:46ef86bcba766b5abc1942832a47ba88044424c6,",
|
|
108
|
-
"color.tertiary.interactive.default": "S:73c82859a1bd1efa2af7ac48373ce6b91cc450ad,",
|
|
109
|
-
"color.tertiary.interactive.hover": "S:36e2c99f67039b2eef19716e0cf73287628cec9e,",
|
|
110
|
-
"color.tertiary.interactive.active": "S:73c8e358ed945ce3a84c6c14b009ffd8c10eba3e,",
|
|
111
|
-
"color.tertiary.on-interactive.default": "S:ccf305186164bab78382af9f0c07a5a5df363f30,",
|
|
112
|
-
"color.tertiary.on-interactive.hover": "S:1b41c56f6dfcbe2db289332bb1b8094e30120e3a,",
|
|
113
|
-
"color.tertiary.on-interactive.active": "S:26e2875ecca56a706f6e5224301bca073f4a1b5e,"
|
|
104
|
+
"color.link.inverse-subtle-hover": "S:4f4f19fd90344d3aaec345726049310abcbd7ecb,"
|
|
114
105
|
},
|
|
115
106
|
"selectedTokenSets": {
|
|
116
107
|
"global": "source",
|
package/tokens/brands/human.json
CHANGED
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"type": "color"
|
|
101
101
|
},
|
|
102
102
|
"brand": {
|
|
103
|
-
"value": "{color.brand.
|
|
103
|
+
"value": "{color.brand.primary}",
|
|
104
104
|
"type": "color"
|
|
105
105
|
}
|
|
106
106
|
},
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"type": "color"
|
|
205
205
|
},
|
|
206
206
|
"focus": {
|
|
207
|
-
"value": "{color.brand.
|
|
207
|
+
"value": "{color.brand.primary}",
|
|
208
208
|
"type": "color"
|
|
209
209
|
},
|
|
210
210
|
"filled": {
|
package/tokens/brands/vpro.json
CHANGED