villa-design-tokens 1.0.31 → 1.0.32

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.31",
5
+ "version": "1.0.32",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -316,124 +316,6 @@
316
316
  "accent": {
317
317
  "value": "{color.global.orange.100}",
318
318
  "type": "color"
319
- },
320
- "primary": {
321
- "value": "{color.global.grey.500}",
322
- "type": "color"
323
- },
324
- "secondary": {
325
- "value": "{color.global.rose.100}",
326
- "type": "color"
327
- },
328
- "tertiary": {
329
- "value": "{color.global.grey.150}",
330
- "type": "color"
331
- }
332
- },
333
- "background": {
334
- "default": {
335
- "value": "{color.global.grey.100}",
336
- "type": "color"
337
- },
338
- "secondary": {
339
- "value": "{color.global.grey.150}",
340
- "type": "color"
341
- },
342
- "tertiairy": {
343
- "value": "{color.global.grey.200}",
344
- "type": "color"
345
- }
346
- },
347
- "surface": {
348
- "default": {
349
- "value": "{color.global.grey.100}",
350
- "type": "color"
351
- },
352
- "secondary": {
353
- "value": "{color.global.grey.150}",
354
- "type": "color"
355
- },
356
- "tertiairy": {
357
- "value": "{color.global.grey.200}",
358
- "type": "color"
359
- }
360
- },
361
- "functional": {
362
- "error": {
363
- "value": "{color.global.red.100}",
364
- "type": "color"
365
- },
366
- "warning": {
367
- "value": "{color.global.orange.100}",
368
- "type": "color"
369
- },
370
- "success": {
371
- "value": "{color.global.green.100}",
372
- "type": "color"
373
- },
374
- "info": {
375
- "value": "{color.global.blue.100}",
376
- "type": "color"
377
- }
378
- },
379
- "text": {
380
- "title": {
381
- "value": "{color.global.grey.500}",
382
- "type": "color"
383
- },
384
- "default": {
385
- "value": "{color.global.grey.500}",
386
- "type": "color"
387
- },
388
- "subtle": {
389
- "value": "{color.global.grey.400}",
390
- "type": "color"
391
- },
392
- "tertiary": {
393
- "value": "{color.global.grey.350}",
394
- "type": "color"
395
- },
396
- "disabled": {
397
- "value": "{color.global.grey.300}",
398
- "type": "color"
399
- },
400
- "inverse": {
401
- "value": "{color.global.grey.100}",
402
- "type": "color"
403
- },
404
- "error": {
405
- "value": "{color.global.red.100}",
406
- "type": "color"
407
- },
408
- "warning": {
409
- "value": "{color.global.orange.100}",
410
- "type": "color"
411
- }
412
- },
413
- "icon": {
414
- "primary": {
415
- "value": "{color.global.grey.500}",
416
- "type": "color"
417
- },
418
- "secondary": {
419
- "value": "{color.global.grey.400}",
420
- "type": "color"
421
- },
422
- "tertiary": {
423
- "value": "{color.global.grey.300}",
424
- "type": "color"
425
- },
426
- "inverse": {
427
- "value": "{color.global.grey.100}",
428
- "type": "color"
429
- },
430
- "error": {
431
- "value": "{color.global.red.100}",
432
- "type": "color"
433
- },
434
- "warning": {
435
- "value": "{color.global.orange.100}",
436
- "type": "color"
437
319
  }
438
320
  },
439
321
  "fill-primary": {
@@ -474,7 +356,7 @@
474
356
  },
475
357
  "border": {
476
358
  "default": {
477
- "value": "{color.global.orange.150}",
359
+ "value": "{color.global.grey.250}",
478
360
  "type": "color"
479
361
  },
480
362
  "hover": {
@@ -271,7 +271,7 @@
271
271
  },
272
272
  "fontweight": {
273
273
  "normal": {
274
- "value": "{fontweight.global.300}",
274
+ "value": "{fontweight.global.400}",
275
275
  "type": "fontWeights"
276
276
  },
277
277
  "medium": {