villa-design-tokens 1.0.115 → 1.0.117
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.117",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/brands/human.json
CHANGED
|
@@ -202,6 +202,14 @@
|
|
|
202
202
|
"inverse": {
|
|
203
203
|
"value": "{color.global.grey.300}",
|
|
204
204
|
"type": "color"
|
|
205
|
+
},
|
|
206
|
+
"focus": {
|
|
207
|
+
"value": "{color.brand.primary}",
|
|
208
|
+
"type": "color"
|
|
209
|
+
},
|
|
210
|
+
"filled": {
|
|
211
|
+
"value": "{color.global.grey.500}",
|
|
212
|
+
"type": "color"
|
|
205
213
|
}
|
|
206
214
|
},
|
|
207
215
|
"link": {
|
|
@@ -165,10 +165,6 @@
|
|
|
165
165
|
"active": {
|
|
166
166
|
"value": "{color.global.blue.150}",
|
|
167
167
|
"type": "color"
|
|
168
|
-
},
|
|
169
|
-
"focus": {
|
|
170
|
-
"value": "{color.brand.primary}",
|
|
171
|
-
"type": "color"
|
|
172
168
|
}
|
|
173
169
|
},
|
|
174
170
|
"on-interactive": {
|
|
@@ -183,10 +179,6 @@
|
|
|
183
179
|
"active": {
|
|
184
180
|
"value": "{color.global.grey.100}",
|
|
185
181
|
"type": "color"
|
|
186
|
-
},
|
|
187
|
-
"focus": {
|
|
188
|
-
"value": "{color.global.grey.100}",
|
|
189
|
-
"type": "color"
|
|
190
182
|
}
|
|
191
183
|
}
|
|
192
184
|
},
|
|
@@ -214,6 +206,10 @@
|
|
|
214
206
|
"focus": {
|
|
215
207
|
"value": "{color.global.blue.100}",
|
|
216
208
|
"type": "color"
|
|
209
|
+
},
|
|
210
|
+
"filled": {
|
|
211
|
+
"value": "{color.global.grey.500}",
|
|
212
|
+
"type": "color"
|
|
217
213
|
}
|
|
218
214
|
},
|
|
219
215
|
"link": {
|
|
@@ -259,10 +255,6 @@
|
|
|
259
255
|
"active": {
|
|
260
256
|
"value": "{color.global.grey.450}",
|
|
261
257
|
"type": "color"
|
|
262
|
-
},
|
|
263
|
-
"focus": {
|
|
264
|
-
"value": "{color.global.grey.500}",
|
|
265
|
-
"type": "color"
|
|
266
258
|
}
|
|
267
259
|
},
|
|
268
260
|
"on-interactive": {
|
|
@@ -277,10 +269,6 @@
|
|
|
277
269
|
"active": {
|
|
278
270
|
"value": "{color.global.grey.100}",
|
|
279
271
|
"type": "color"
|
|
280
|
-
},
|
|
281
|
-
"focus": {
|
|
282
|
-
"value": "{color.global.grey.100}",
|
|
283
|
-
"type": "color"
|
|
284
272
|
}
|
|
285
273
|
}
|
|
286
274
|
}
|