villa-design-tokens 1.0.118 → 1.0.119

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.118",
5
+ "version": "1.0.119",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -159,7 +159,7 @@
159
159
  "type": "color"
160
160
  },
161
161
  "hover": {
162
- "value": "{color.global.blue.100}",
162
+ "value": "{color.global.orange.50}",
163
163
  "type": "color"
164
164
  },
165
165
  "active": {
@@ -173,7 +173,7 @@
173
173
  "type": "color"
174
174
  },
175
175
  "hover": {
176
- "value": "{color.global.grey.100}",
176
+ "value": "{color.global.grey.500}",
177
177
  "type": "color"
178
178
  },
179
179
  "active": {
@@ -275,21 +275,21 @@
275
275
  "type": "color"
276
276
  },
277
277
  "hover": {
278
- "value": "{color.global.blue.100}",
278
+ "value": "{color.global.orange.50}",
279
279
  "type": "color"
280
280
  },
281
281
  "active": {
282
- "value": "{color.global.grey.450}",
282
+ "value": "{color.global.blue.150}",
283
283
  "type": "color"
284
284
  }
285
285
  },
286
286
  "on-interactive": {
287
287
  "default": {
288
- "value": "{color.global.blue.150}",
288
+ "value": "{color.global.grey.500}",
289
289
  "type": "color"
290
290
  },
291
291
  "hover": {
292
- "value": "{color.global.grey.100}",
292
+ "value": "{color.global.grey.500}",
293
293
  "type": "color"
294
294
  },
295
295
  "active": {