villa-design-tokens 1.0.117 → 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.117",
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": {
@@ -267,6 +267,36 @@
267
267
  "type": "color"
268
268
  }
269
269
  }
270
+ },
271
+ "tertiary": {
272
+ "interactive": {
273
+ "default": {
274
+ "value": "{color.background.default}",
275
+ "type": "color"
276
+ },
277
+ "hover": {
278
+ "value": "{color.global.orange.50}",
279
+ "type": "color"
280
+ },
281
+ "active": {
282
+ "value": "{color.global.blue.150}",
283
+ "type": "color"
284
+ }
285
+ },
286
+ "on-interactive": {
287
+ "default": {
288
+ "value": "{color.global.grey.500}",
289
+ "type": "color"
290
+ },
291
+ "hover": {
292
+ "value": "{color.global.grey.500}",
293
+ "type": "color"
294
+ },
295
+ "active": {
296
+ "value": "{color.global.grey.100}",
297
+ "type": "color"
298
+ }
299
+ }
270
300
  }
271
301
  }
272
302
  }
@@ -271,6 +271,36 @@
271
271
  "type": "color"
272
272
  }
273
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
+ }
274
304
  }
275
305
  }
276
306
  }