villa-design-tokens 1.0.114 → 1.0.115

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.114",
5
+ "version": "1.0.115",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -165,6 +165,10 @@
165
165
  "active": {
166
166
  "value": "{color.global.blue.150}",
167
167
  "type": "color"
168
+ },
169
+ "focus": {
170
+ "value": "{color.brand.primary}",
171
+ "type": "color"
168
172
  }
169
173
  },
170
174
  "on-interactive": {
@@ -179,6 +183,10 @@
179
183
  "active": {
180
184
  "value": "{color.global.grey.100}",
181
185
  "type": "color"
186
+ },
187
+ "focus": {
188
+ "value": "{color.global.grey.100}",
189
+ "type": "color"
182
190
  }
183
191
  }
184
192
  },
@@ -202,6 +210,10 @@
202
210
  "error": {
203
211
  "value": "{color.global.red.100}",
204
212
  "type": "color"
213
+ },
214
+ "focus": {
215
+ "value": "{color.global.blue.100}",
216
+ "type": "color"
205
217
  }
206
218
  },
207
219
  "link": {
@@ -247,6 +259,10 @@
247
259
  "active": {
248
260
  "value": "{color.global.grey.450}",
249
261
  "type": "color"
262
+ },
263
+ "focus": {
264
+ "value": "{color.global.grey.500}",
265
+ "type": "color"
250
266
  }
251
267
  },
252
268
  "on-interactive": {
@@ -261,6 +277,10 @@
261
277
  "active": {
262
278
  "value": "{color.global.grey.100}",
263
279
  "type": "color"
280
+ },
281
+ "focus": {
282
+ "value": "{color.global.grey.100}",
283
+ "type": "color"
264
284
  }
265
285
  }
266
286
  }