villa-design-tokens 1.0.235 → 1.0.236

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.235",
5
+ "version": "1.0.236",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -108,7 +108,7 @@
108
108
  "type": "color"
109
109
  },
110
110
  "title": {
111
- "value": "{color.palette.primary.main}",
111
+ "value": "{color.palette.primary.dark}",
112
112
  "type": "color"
113
113
  },
114
114
  "subtle": {
@@ -295,7 +295,7 @@
295
295
  },
296
296
  "text": {
297
297
  "default": {
298
- "value": "{color.palette.primary.main}",
298
+ "value": "{color.palette.secondary.dark}",
299
299
  "type": "color"
300
300
  },
301
301
  "subtle": {
@@ -321,7 +321,7 @@
321
321
  "type": "color"
322
322
  },
323
323
  "foreground": {
324
- "value": "{color.palette.primary.main}",
324
+ "value": "{color.palette.secondary.dark}",
325
325
  "type": "color"
326
326
  },
327
327
  "hover-background": {