villa-design-tokens 1.0.93 → 1.0.95

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.93",
5
+ "version": "1.0.95",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -98,6 +98,10 @@
98
98
  "brand": {
99
99
  "value": "{color.brand.primary}",
100
100
  "type": "color"
101
+ },
102
+ "disabled": {
103
+ "value": "{color.global.grey.300}",
104
+ "type": "color"
101
105
  }
102
106
  },
103
107
  "text": {
@@ -242,6 +246,10 @@
242
246
  "inverse": {
243
247
  "value": "{color.global.grey.100}",
244
248
  "type": "color"
249
+ },
250
+ "inverse-hover": {
251
+ "value": "{color.global.grey.300}",
252
+ "type": "color"
245
253
  }
246
254
  },
247
255
  "secondary": {
@@ -98,6 +98,10 @@
98
98
  "brand": {
99
99
  "value": "{color.brand.primary}",
100
100
  "type": "color"
101
+ },
102
+ "disabled": {
103
+ "value": "{color.global.grey.300}",
104
+ "type": "color"
101
105
  }
102
106
  },
103
107
  "text": {
@@ -242,6 +246,10 @@
242
246
  "inverse": {
243
247
  "value": "{color.global.grey.100}",
244
248
  "type": "color"
249
+ },
250
+ "inverse-hover": {
251
+ "value": "{color.global.grey.300}",
252
+ "type": "color"
245
253
  }
246
254
  },
247
255
  "secondary": {