villa-design-tokens 1.0.106 → 1.0.107

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.106",
5
+ "version": "1.0.107",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -100,8 +100,7 @@
100
100
  "color.link.inverse-hover": "S:54800c9f284a1d9ca261ef00e701196c112630f7,",
101
101
  "color.secondary.border-interactive.active": "S:2ccedcc3bb7c1d9356b08afb5f190583c3b3ad31,",
102
102
  "text.utility.max.xxl": "S:5946269fecfabb1fbae445d562754c7a22a19d13,",
103
- "text.utility.min.xxl": "S:c59dff4c9b0f3b49068c2a9e2913208009e1284c,",
104
- "color.primary.interactive.outline-hover": "S:1be352613115b24032357ea619adad1bc888a570,"
103
+ "text.utility.min.xxl": "S:c59dff4c9b0f3b49068c2a9e2913208009e1284c,"
105
104
  },
106
105
  "selectedTokenSets": {
107
106
  "global": "source",
@@ -117,7 +116,6 @@
117
116
  "color.border.hover": "S:92819682befb8eade013e8f0146dc93ed2793537,",
118
117
  "color.border.active": "S:08eb9ff8a753983802f0fea6363fae02a7649b9f,",
119
118
  "color.border.error": "S:537fd113c1afc88fdd51b9b1fc5695b2c28b7bda,",
120
- "color.border.filled": "S:335d0681bde4122aaa69aec22907b03bccc69c05,",
121
119
  "color.link.default": "S:17d4e8367ba96a65f6b67ef0af848f31574a5f5e,",
122
120
  "color.link.hover": "S:55a2ea3b5d08702071dcc4da719706e7b4a272bc,",
123
121
  "text.body.min": "S:c45204787e8ad75bcba380dbafe588e08d92a3c4,",
@@ -217,7 +215,6 @@
217
215
  "color.link.inverse-hover": "S:1dea6d80af574ef79c5ee62fcf32bbe45767fb87,",
218
216
  "text.utility.max.xxl": "S:290a9115fe3661f6b8a05014412f623b2f7aa09e,",
219
217
  "text.utility.min.xxl": "S:93a3b1aa6063897d9788ec98973da9306bbf9465,",
220
- "color.primary.interactive.outline-hover": "S:7945b4b98dff52a614df51d1aaa9e609375f4611,",
221
218
  "color.link.inverse-subtle": "S:b17cf1f853d1699a35288a43dfb7f37a9345125e,",
222
219
  "color.link.inverse-subtle-hover": "S:e32a69fe9516ab24118ef48d4645ee42e20f5ca4,"
223
220
  },
@@ -173,10 +173,6 @@
173
173
  "active": {
174
174
  "value": "{color.global.blue.150}",
175
175
  "type": "color"
176
- },
177
- "outline-hover": {
178
- "value": "{color.global.orange.50}",
179
- "type": "color"
180
176
  }
181
177
  },
182
178
  "on-interactive": {
@@ -192,20 +188,6 @@
192
188
  "value": "{color.global.grey.100}",
193
189
  "type": "color"
194
190
  }
195
- },
196
- "border-interactive": {
197
- "default": {
198
- "value": "{color.primary.interactive.default}",
199
- "type": "color"
200
- },
201
- "hover": {
202
- "value": "{color.primary.interactive.hover}",
203
- "type": "color"
204
- },
205
- "active": {
206
- "value": "{color.primary.interactive.active}",
207
- "type": "color"
208
- }
209
191
  }
210
192
  },
211
193
  "border": {
@@ -218,17 +200,13 @@
218
200
  "type": "color"
219
201
  },
220
202
  "active": {
221
- "value": "{color.global.orange.100}",
203
+ "value": "{color.global.blue.100}",
222
204
  "type": "color"
223
205
  },
224
206
  "error": {
225
207
  "value": "{color.global.red.100}",
226
208
  "type": "color"
227
209
  },
228
- "filled": {
229
- "value": "{color.global.grey.500}",
230
- "type": "color"
231
- },
232
210
  "inverse": {
233
211
  "value": "{color.global.grey.300}",
234
212
  "type": "color"
@@ -273,10 +251,6 @@
273
251
  "active": {
274
252
  "value": "{color.global.grey.450}",
275
253
  "type": "color"
276
- },
277
- "outline-hover": {
278
- "value": "{color.global.grey.200}",
279
- "type": "color"
280
254
  }
281
255
  },
282
256
  "on-interactive": {
@@ -292,20 +266,6 @@
292
266
  "value": "{color.global.grey.100}",
293
267
  "type": "color"
294
268
  }
295
- },
296
- "border-interactive": {
297
- "default": {
298
- "value": "{color.secondary.interactive.default}",
299
- "type": "color"
300
- },
301
- "hover": {
302
- "value": "{color.secondary.interactive.hover}",
303
- "type": "color"
304
- },
305
- "active": {
306
- "value": "{color.secondary.interactive.active}",
307
- "type": "color"
308
- }
309
269
  }
310
270
  }
311
271
  }
@@ -173,10 +173,6 @@
173
173
  "active": {
174
174
  "value": "{color.global.blue.150}",
175
175
  "type": "color"
176
- },
177
- "outline-hover": {
178
- "value": "{color.global.blue.50}",
179
- "type": "color"
180
176
  }
181
177
  },
182
178
  "on-interactive": {
@@ -192,20 +188,6 @@
192
188
  "value": "{color.global.grey.100}",
193
189
  "type": "color"
194
190
  }
195
- },
196
- "border-interactive": {
197
- "default": {
198
- "value": "{color.primary.interactive.default}",
199
- "type": "color"
200
- },
201
- "hover": {
202
- "value": "{color.primary.interactive.hover}",
203
- "type": "color"
204
- },
205
- "active": {
206
- "value": "{color.primary.interactive.active}",
207
- "type": "color"
208
- }
209
191
  }
210
192
  },
211
193
  "border": {
@@ -273,10 +255,6 @@
273
255
  "active": {
274
256
  "value": "{color.global.grey.450}",
275
257
  "type": "color"
276
- },
277
- "outline-hover": {
278
- "value": "{color.global.grey.200}",
279
- "type": "color"
280
258
  }
281
259
  },
282
260
  "on-interactive": {
@@ -292,20 +270,6 @@
292
270
  "value": "{color.global.grey.100}",
293
271
  "type": "color"
294
272
  }
295
- },
296
- "border-interactive": {
297
- "default": {
298
- "value": "{color.secondary.interactive.default}",
299
- "type": "color"
300
- },
301
- "hover": {
302
- "value": "{color.secondary.interactive.hover}",
303
- "type": "color"
304
- },
305
- "active": {
306
- "value": "{color.secondary.interactive.active}",
307
- "type": "color"
308
- }
309
273
  }
310
274
  }
311
275
  }