villa-design-tokens 1.0.301 → 1.0.303

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- retest again",
4
4
  "author": "VPRO",
5
- "version": "1.0.301",
5
+ "version": "1.0.303",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -138,7 +138,7 @@
138
138
  "type": "color"
139
139
  },
140
140
  "title": {
141
- "value": "{color.palette.primary.muted}",
141
+ "value": "{color.palette.primary.dark}",
142
142
  "type": "color"
143
143
  },
144
144
  "subtle": {
@@ -204,7 +204,7 @@
204
204
  "type": "color"
205
205
  },
206
206
  "hover": {
207
- "value": "{color.palette.secondary.muted}",
207
+ "value": "{color.palette.secondary.dark}",
208
208
  "type": "color"
209
209
  },
210
210
  "active": {
@@ -349,7 +349,7 @@
349
349
  "type": "color"
350
350
  },
351
351
  "hover": {
352
- "value": "{color.palette.secondary.dark}",
352
+ "value": "{color.palette.secondary.muted}",
353
353
  "type": "color"
354
354
  }
355
355
  },
@@ -367,7 +367,7 @@
367
367
  "type": "color"
368
368
  },
369
369
  "hover-foreground": {
370
- "value": "{color.palette.primary.faded}",
370
+ "value": "{color.palette.secondary.faded}",
371
371
  "type": "color"
372
372
  }
373
373
  },
@@ -473,33 +473,34 @@
473
473
  "type": "color"
474
474
  },
475
475
  "accent": {
476
- "value": "{color.palette.primary.dark}",
476
+ "value": "{color.palette.primary.pastel}",
477
477
  "type": "color",
478
478
  "$extensions": {
479
479
  "studio.tokens": {
480
480
  "modify": {
481
481
  "type": "alpha",
482
482
  "value": ".33",
483
- "space": "srgb"
483
+ "space": "srgb",
484
+ "color": "rgba(0,0,0,0.5)"
484
485
  }
485
486
  }
486
487
  }
487
488
  },
488
489
  "text": {
489
490
  "default": {
490
- "value": "{color.palette.tertiary.dark}",
491
+ "value": "{color.palette.greyscale.faded}",
491
492
  "type": "color"
492
493
  },
493
494
  "subtle": {
494
- "value": "{color.palette.tertiary.muted}",
495
+ "value": "{color.palette.greyscale.faded}",
495
496
  "type": "color"
496
497
  },
497
498
  "title": {
498
- "value": "{color.palette.tertiary.muted}",
499
+ "value": "{color.palette.greyscale.faded}",
499
500
  "type": "color"
500
501
  },
501
502
  "link": {
502
- "value": "{color.palette.tertiary.muted}",
503
+ "value": "{color.palette.secondary.pastel}",
503
504
  "type": "color"
504
505
  },
505
506
  "hover": {
@@ -513,7 +514,7 @@
513
514
  "type": "color"
514
515
  },
515
516
  "foreground": {
516
- "value": "{color.palette.tertiary.dark}",
517
+ "value": "{color.palette.primary.dark}",
517
518
  "type": "color"
518
519
  },
519
520
  "hover-background": {