villa-design-tokens 1.0.100 → 1.0.101
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/$themes.json +4 -4
- package/tokens/brands/human.json +13 -1
- package/tokens/brands/whitelabel.json +13 -1
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.101",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/$themes.json
CHANGED
|
@@ -99,11 +99,11 @@
|
|
|
99
99
|
"color.secondary.border-interactive.hover": "S:17b850363d69d8eae170f47d6d5c8f2f55f875c1,",
|
|
100
100
|
"color.secondary.bg-outline.hover": "S:79922acc6ac505e4dfbd52ca38af63ffe1a3a43e,",
|
|
101
101
|
"color.primary.border-interactive.active": "S:6787b154cbf74bbe92febaab19441a5614631acc,",
|
|
102
|
-
"color.primary.interactive.outline": "S:1be352613115b24032357ea619adad1bc888a570,",
|
|
103
102
|
"color.link.inverse-hover": "S:54800c9f284a1d9ca261ef00e701196c112630f7,",
|
|
104
103
|
"color.secondary.border-interactive.active": "S:2ccedcc3bb7c1d9356b08afb5f190583c3b3ad31,",
|
|
105
104
|
"text.utility.max.xxl": "S:5946269fecfabb1fbae445d562754c7a22a19d13,",
|
|
106
|
-
"text.utility.min.xxl": "S:c59dff4c9b0f3b49068c2a9e2913208009e1284c,"
|
|
105
|
+
"text.utility.min.xxl": "S:c59dff4c9b0f3b49068c2a9e2913208009e1284c,",
|
|
106
|
+
"color.primary.interactive.outline-hover": "S:1be352613115b24032357ea619adad1bc888a570,"
|
|
107
107
|
},
|
|
108
108
|
"selectedTokenSets": {
|
|
109
109
|
"global": "source",
|
|
@@ -210,7 +210,6 @@
|
|
|
210
210
|
"color.primary.interactive.active": "S:93af04365d6d7f89b4ce64d425adbab45a465746,",
|
|
211
211
|
"color.surface.tertiary": "S:123a7941f7d9a67e29fac4f258359409db00432b,",
|
|
212
212
|
"color.surface.dark": "S:af5feb3091335c3699789e0e24f1786e288066a1,",
|
|
213
|
-
"color.primary.interactive.outline": "S:7945b4b98dff52a614df51d1aaa9e609375f4611,",
|
|
214
213
|
"color.primary.border-interactive.default": "S:a2c2060b0c4e01e00595f1d24c19c2059b3cb029,",
|
|
215
214
|
"color.primary.border-interactive.hover": "S:e101901a3d9db34e2f2e497b2adc0deb6e859d73,",
|
|
216
215
|
"color.primary.border-interactive.active": "S:2eef510aba3ccb841f4f2a202cb30e042cc84f5d,",
|
|
@@ -222,7 +221,8 @@
|
|
|
222
221
|
"color.link.subtle": "S:b17cf1f853d1699a35288a43dfb7f37a9345125e,",
|
|
223
222
|
"color.link.subtle-hover": "S:e32a69fe9516ab24118ef48d4645ee42e20f5ca4,",
|
|
224
223
|
"text.utility.max.xxl": "S:290a9115fe3661f6b8a05014412f623b2f7aa09e,",
|
|
225
|
-
"text.utility.min.xxl": "S:93a3b1aa6063897d9788ec98973da9306bbf9465,"
|
|
224
|
+
"text.utility.min.xxl": "S:93a3b1aa6063897d9788ec98973da9306bbf9465,",
|
|
225
|
+
"color.primary.interactive.outline-hover": "S:7945b4b98dff52a614df51d1aaa9e609375f4611,"
|
|
226
226
|
},
|
|
227
227
|
"selectedTokenSets": {
|
|
228
228
|
"global": "source",
|
package/tokens/brands/human.json
CHANGED
|
@@ -91,6 +91,10 @@
|
|
|
91
91
|
"value": "{color.global.grey.300}",
|
|
92
92
|
"type": "color"
|
|
93
93
|
},
|
|
94
|
+
"disabled": {
|
|
95
|
+
"value": "{color.global.grey.300}",
|
|
96
|
+
"type": "color"
|
|
97
|
+
},
|
|
94
98
|
"dark": {
|
|
95
99
|
"value": "{color.global.grey.500}",
|
|
96
100
|
"type": "color"
|
|
@@ -170,7 +174,7 @@
|
|
|
170
174
|
"value": "{color.global.orange.150}",
|
|
171
175
|
"type": "color"
|
|
172
176
|
},
|
|
173
|
-
"outline": {
|
|
177
|
+
"outline-hover": {
|
|
174
178
|
"value": "{color.global.orange.50}",
|
|
175
179
|
"type": "color"
|
|
176
180
|
}
|
|
@@ -224,6 +228,10 @@
|
|
|
224
228
|
"filled": {
|
|
225
229
|
"value": "{color.global.grey.500}",
|
|
226
230
|
"type": "color"
|
|
231
|
+
},
|
|
232
|
+
"inverse": {
|
|
233
|
+
"value": "{color.global.grey.300}",
|
|
234
|
+
"type": "color"
|
|
227
235
|
}
|
|
228
236
|
},
|
|
229
237
|
"link": {
|
|
@@ -269,6 +277,10 @@
|
|
|
269
277
|
"active": {
|
|
270
278
|
"value": "{color.global.grey.450}",
|
|
271
279
|
"type": "color"
|
|
280
|
+
},
|
|
281
|
+
"outline-hover": {
|
|
282
|
+
"value": "{color.global.grey.200}",
|
|
283
|
+
"type": "color"
|
|
272
284
|
}
|
|
273
285
|
},
|
|
274
286
|
"on-interactive": {
|
|
@@ -91,6 +91,10 @@
|
|
|
91
91
|
"value": "{color.global.grey.300}",
|
|
92
92
|
"type": "color"
|
|
93
93
|
},
|
|
94
|
+
"disabled": {
|
|
95
|
+
"value": "{color.global.grey.300}",
|
|
96
|
+
"type": "color"
|
|
97
|
+
},
|
|
94
98
|
"dark": {
|
|
95
99
|
"value": "{color.global.grey.500}",
|
|
96
100
|
"type": "color"
|
|
@@ -170,7 +174,7 @@
|
|
|
170
174
|
"value": "{color.global.blue.150}",
|
|
171
175
|
"type": "color"
|
|
172
176
|
},
|
|
173
|
-
"outline": {
|
|
177
|
+
"outline-hover": {
|
|
174
178
|
"value": "{color.global.blue.50}",
|
|
175
179
|
"type": "color"
|
|
176
180
|
}
|
|
@@ -209,6 +213,10 @@
|
|
|
209
213
|
"value": "{color.global.grey.250}",
|
|
210
214
|
"type": "color"
|
|
211
215
|
},
|
|
216
|
+
"inverse": {
|
|
217
|
+
"value": "{color.global.grey.300}",
|
|
218
|
+
"type": "color"
|
|
219
|
+
},
|
|
212
220
|
"hover": {
|
|
213
221
|
"value": "{color.global.grey.500}",
|
|
214
222
|
"type": "color"
|
|
@@ -273,6 +281,10 @@
|
|
|
273
281
|
"active": {
|
|
274
282
|
"value": "{color.global.grey.450}",
|
|
275
283
|
"type": "color"
|
|
284
|
+
},
|
|
285
|
+
"outline-hover": {
|
|
286
|
+
"value": "{color.global.grey.200}",
|
|
287
|
+
"type": "color"
|
|
276
288
|
}
|
|
277
289
|
},
|
|
278
290
|
"on-interactive": {
|