villa-design-tokens 1.0.89 → 1.0.91

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.89",
5
+ "version": "1.0.91",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -90,7 +90,16 @@
90
90
  "color.primary.interactive.default": "S:3029562e936e200353489af6899c551809a66465,",
91
91
  "color.primary.interactive.hover": "S:e9b58c98125742b7854d466151fc23850ee81468,",
92
92
  "color.primary.interactive.active": "S:2748565552e899024e9d6cda9e2cb887b27d696f,",
93
- "color.surface.tertiary": "S:dd033dbc3df5f37e45166256b12b39d66fd14efc,"
93
+ "color.surface.tertiary": "S:dd033dbc3df5f37e45166256b12b39d66fd14efc,",
94
+ "color.surface.dark": "S:04a2233d421ff7f2d5f61852bda7f3a102eeef21,",
95
+ "color.primary.border-interactive.default": "S:35586aa24abf203a565717eb6b8c132b43a4d5ab,",
96
+ "color.primary.border-interactive.hover": "S:7b3b075014efd56700066934f5b5867b1f373c85,",
97
+ "color.link.inverse": "S:fad4b18b3a9633d872cc42935c855bdbc36bda76,",
98
+ "color.secondary.border-interactive.default": "S:1b6bbe1f11b317b3bfed73cc1fc9a11612b8eefc,",
99
+ "color.secondary.border-interactive.hover": "S:17b850363d69d8eae170f47d6d5c8f2f55f875c1,",
100
+ "color.secondary.bg-outline.hover": "S:79922acc6ac505e4dfbd52ca38af63ffe1a3a43e,",
101
+ "color.primary.border-interactive.active": "S:6787b154cbf74bbe92febaab19441a5614631acc,",
102
+ "color.primary.interactive.outline": "S:1be352613115b24032357ea619adad1bc888a570,"
94
103
  },
95
104
  "selectedTokenSets": {
96
105
  "global": "source",
@@ -194,7 +203,17 @@
194
203
  "text.utility.min.xl": "S:af06df104d47b76fcc7d0f55ce3186f9211794a7,",
195
204
  "color.primary.interactive.default": "S:6d2198548d71108e8e6ebad09a3afe8f901f58c5,",
196
205
  "color.primary.interactive.hover": "S:d03298b9495d554abd65f024ae1eb50d7b4691db,",
197
- "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,"
198
217
  },
199
218
  "selectedTokenSets": {
200
219
  "global": "source",
@@ -197,6 +197,10 @@
197
197
  "hover": {
198
198
  "value": "{color.primary.interactive.hover}",
199
199
  "type": "color"
200
+ },
201
+ "active": {
202
+ "value": "{color.primary.interactive.active}",
203
+ "type": "color"
200
204
  }
201
205
  }
202
206
  },
@@ -268,6 +272,20 @@
268
272
  "value": "{color.global.grey.100}",
269
273
  "type": "color"
270
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
+ }
271
289
  }
272
290
  }
273
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
  }