villa-design-tokens 1.0.163 → 1.0.164

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.163",
5
+ "version": "1.0.164",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -365,19 +365,19 @@
365
365
  },
366
366
  "primary": {
367
367
  "background": {
368
- "value": "{color.global.salmon.150}",
368
+ "value": "{color.global.mist.150}",
369
369
  "type": "color"
370
370
  },
371
371
  "foreground": {
372
- "value": "{color.global.grey.100}",
372
+ "value": "{color.global.grey.500}",
373
373
  "type": "color"
374
374
  },
375
375
  "hover": {
376
- "value": "{color.transparent.75}",
376
+ "value": "{color.transparent-dark.75}",
377
377
  "type": "color"
378
378
  },
379
379
  "active": {
380
- "value": "{color.transparent.50}",
380
+ "value": "{color.transparent-dark.50}",
381
381
  "type": "color"
382
382
  }
383
383
  },
@@ -401,19 +401,19 @@
401
401
  },
402
402
  "tertiary": {
403
403
  "background": {
404
- "value": "{color.global.mist.150}",
404
+ "value": "{color.global.salmon.150}",
405
405
  "type": "color"
406
406
  },
407
407
  "foreground": {
408
- "value": "{color.global.grey.500}",
408
+ "value": "{color.global.grey.100}",
409
409
  "type": "color"
410
410
  },
411
411
  "hover": {
412
- "value": "{color.transparent-dark.75}",
412
+ "value": "{color.transparent.75}",
413
413
  "type": "color"
414
414
  },
415
415
  "active": {
416
- "value": "{color.transparent-dark.50}",
416
+ "value": "{color.transparent.50}",
417
417
  "type": "color"
418
418
  }
419
419
  },