villa-design-tokens 1.0.116 → 1.0.118

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.116",
5
+ "version": "1.0.118",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -206,6 +206,10 @@
206
206
  "focus": {
207
207
  "value": "{color.brand.primary}",
208
208
  "type": "color"
209
+ },
210
+ "filled": {
211
+ "value": "{color.global.grey.500}",
212
+ "type": "color"
209
213
  }
210
214
  },
211
215
  "link": {
@@ -263,6 +267,36 @@
263
267
  "type": "color"
264
268
  }
265
269
  }
270
+ },
271
+ "tertiary": {
272
+ "interactive": {
273
+ "default": {
274
+ "value": "{color.background.default}",
275
+ "type": "color"
276
+ },
277
+ "hover": {
278
+ "value": "{color.global.blue.100}",
279
+ "type": "color"
280
+ },
281
+ "active": {
282
+ "value": "{color.global.grey.450}",
283
+ "type": "color"
284
+ }
285
+ },
286
+ "on-interactive": {
287
+ "default": {
288
+ "value": "{color.global.blue.150}",
289
+ "type": "color"
290
+ },
291
+ "hover": {
292
+ "value": "{color.global.grey.100}",
293
+ "type": "color"
294
+ },
295
+ "active": {
296
+ "value": "{color.global.grey.100}",
297
+ "type": "color"
298
+ }
299
+ }
266
300
  }
267
301
  }
268
302
  }
@@ -206,6 +206,10 @@
206
206
  "focus": {
207
207
  "value": "{color.global.blue.100}",
208
208
  "type": "color"
209
+ },
210
+ "filled": {
211
+ "value": "{color.global.grey.500}",
212
+ "type": "color"
209
213
  }
210
214
  },
211
215
  "link": {
@@ -267,6 +271,36 @@
267
271
  "type": "color"
268
272
  }
269
273
  }
274
+ },
275
+ "tertiary": {
276
+ "interactive": {
277
+ "default": {
278
+ "value": "{color.background.default}",
279
+ "type": "color"
280
+ },
281
+ "hover": {
282
+ "value": "{color.global.blue.100}",
283
+ "type": "color"
284
+ },
285
+ "active": {
286
+ "value": "{color.global.grey.450}",
287
+ "type": "color"
288
+ }
289
+ },
290
+ "on-interactive": {
291
+ "default": {
292
+ "value": "{color.global.blue.150}",
293
+ "type": "color"
294
+ },
295
+ "hover": {
296
+ "value": "{color.global.grey.100}",
297
+ "type": "color"
298
+ },
299
+ "active": {
300
+ "value": "{color.global.grey.100}",
301
+ "type": "color"
302
+ }
303
+ }
270
304
  }
271
305
  }
272
306
  }