villa-design-tokens 1.0.90 → 1.0.92

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.90",
5
+ "version": "1.0.92",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -203,7 +203,17 @@
203
203
  "text.utility.min.xl": "S:af06df104d47b76fcc7d0f55ce3186f9211794a7,",
204
204
  "color.primary.interactive.default": "S:6d2198548d71108e8e6ebad09a3afe8f901f58c5,",
205
205
  "color.primary.interactive.hover": "S:d03298b9495d554abd65f024ae1eb50d7b4691db,",
206
- "color.primary.interactive.active": "S:93af04365d6d7f89b4ce64d425adbab45a465746,"
206
+ "color.primary.interactive.active": "S:93af04365d6d7f89b4ce64d425adbab45a465746,",
207
+ "color.surface.tertiary": "S:123a7941f7d9a67e29fac4f258359409db00432b,",
208
+ "color.surface.dark": "S:af5feb3091335c3699789e0e24f1786e288066a1,",
209
+ "color.primary.interactive.outline": "S:7945b4b98dff52a614df51d1aaa9e609375f4611,",
210
+ "color.primary.border-interactive.default": "S:a2c2060b0c4e01e00595f1d24c19c2059b3cb029,",
211
+ "color.primary.border-interactive.hover": "S:e101901a3d9db34e2f2e497b2adc0deb6e859d73,",
212
+ "color.primary.border-interactive.active": "S:2eef510aba3ccb841f4f2a202cb30e042cc84f5d,",
213
+ "color.link.inverse": "S:e942e1881e15007ace91b4849ad8838fce39b85f,",
214
+ "color.secondary.border-interactive.default": "S:6cc988c086c28317de286abfb529c25f7798bc5d,",
215
+ "color.secondary.border-interactive.hover": "S:49965240fe789bac0d9266576d111dc1c005466c,",
216
+ "color.secondary.border-interactive.active": "S:c6d63444bba23f59123ef4d342beae1b8b5c8960,"
207
217
  },
208
218
  "selectedTokenSets": {
209
219
  "global": "source",
@@ -272,6 +272,20 @@
272
272
  "value": "{color.global.grey.100}",
273
273
  "type": "color"
274
274
  }
275
+ },
276
+ "border-interactive": {
277
+ "default": {
278
+ "value": "{color.secondary.interactive.default}",
279
+ "type": "color"
280
+ },
281
+ "hover": {
282
+ "value": "{color.secondary.interactive.hover}",
283
+ "type": "color"
284
+ },
285
+ "active": {
286
+ "value": "{color.secondary.interactive.active}",
287
+ "type": "color"
288
+ }
275
289
  }
276
290
  }
277
291
  }
@@ -281,11 +281,9 @@
281
281
  "hover": {
282
282
  "value": "{color.secondary.interactive.hover}",
283
283
  "type": "color"
284
- }
285
- },
286
- "bg-outline": {
287
- "hover": {
288
- "value": "{color.global.grey.200}",
284
+ },
285
+ "active": {
286
+ "value": "{color.secondary.interactive.active}",
289
287
  "type": "color"
290
288
  }
291
289
  }