villa-design-tokens 1.0.102 → 1.0.104
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 +1 -1
- package/tokens/$themes.json +1 -4
- package/tokens/base.json +20 -0
- package/tokens/global.json +41 -0
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.
|
|
5
|
+
"version": "1.0.104",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/$themes.json
CHANGED
|
@@ -222,10 +222,7 @@
|
|
|
222
222
|
"color.link.subtle-hover": "S:e32a69fe9516ab24118ef48d4645ee42e20f5ca4,",
|
|
223
223
|
"text.utility.max.xxl": "S:290a9115fe3661f6b8a05014412f623b2f7aa09e,",
|
|
224
224
|
"text.utility.min.xxl": "S:93a3b1aa6063897d9788ec98973da9306bbf9465,",
|
|
225
|
-
"color.primary.interactive.outline-hover": "S:7945b4b98dff52a614df51d1aaa9e609375f4611,"
|
|
226
|
-
"color.surface.disabled": "S:f3af6d44263a15a252cdd44c4e40a7ef341574c7,",
|
|
227
|
-
"color.border.inverse": "S:dd3f0bac0e2b0c705a6f333b70f6eeace9a3d12a,",
|
|
228
|
-
"color.secondary.interactive.outline-hover": "S:3540675c1373d3695abd44d207d0bf5b4b46721e,"
|
|
225
|
+
"color.primary.interactive.outline-hover": "S:7945b4b98dff52a614df51d1aaa9e609375f4611,"
|
|
229
226
|
},
|
|
230
227
|
"selectedTokenSets": {
|
|
231
228
|
"global": "source",
|
package/tokens/base.json
CHANGED
|
@@ -489,5 +489,25 @@
|
|
|
489
489
|
"type": "color"
|
|
490
490
|
}
|
|
491
491
|
}
|
|
492
|
+
},
|
|
493
|
+
"motion": {
|
|
494
|
+
"button-hover": {
|
|
495
|
+
"value": "{motion.property.color} {motion.style.ease-in-out} {motion.duration.fast}",
|
|
496
|
+
"type": "other"
|
|
497
|
+
},
|
|
498
|
+
"link-hover": {
|
|
499
|
+
"value": "{motion.property.color} {motion.style.ease-in-out} {motion.duration.fast}",
|
|
500
|
+
"type": "other"
|
|
501
|
+
},
|
|
502
|
+
"duration": {
|
|
503
|
+
"fast": {
|
|
504
|
+
"value": "{motion.duration.25}",
|
|
505
|
+
"type": "other"
|
|
506
|
+
},
|
|
507
|
+
"slow": {
|
|
508
|
+
"value": "{motion.duration.50}",
|
|
509
|
+
"type": "other"
|
|
510
|
+
}
|
|
511
|
+
}
|
|
492
512
|
}
|
|
493
513
|
}
|
package/tokens/global.json
CHANGED
|
@@ -423,5 +423,46 @@
|
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
|
+
},
|
|
427
|
+
"motion": {
|
|
428
|
+
"style": {
|
|
429
|
+
"ease-in-out": {
|
|
430
|
+
"value": "cubic-bezier(0.42, 0, 0.58, 1)",
|
|
431
|
+
"type": "other",
|
|
432
|
+
"description": "Responds quickly and finishes with control. A great default for any user interaction."
|
|
433
|
+
},
|
|
434
|
+
"ease-out": {
|
|
435
|
+
"value": "cubic-bezier(0.19, 0.91, 0.38, 1)",
|
|
436
|
+
"type": "other"
|
|
437
|
+
},
|
|
438
|
+
"ease-in": {
|
|
439
|
+
"value": "cubic-bezier(0.42, 0, 1, 1)",
|
|
440
|
+
"type": "other"
|
|
441
|
+
},
|
|
442
|
+
"linear": {
|
|
443
|
+
"value": "cubic-bezier(0, 0, 1, 1)",
|
|
444
|
+
"type": "other"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"duration": {
|
|
448
|
+
"25": {
|
|
449
|
+
"value": "25ms",
|
|
450
|
+
"type": "other"
|
|
451
|
+
},
|
|
452
|
+
"50": {
|
|
453
|
+
"value": "50ms",
|
|
454
|
+
"type": "other"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"property": {
|
|
458
|
+
"color": {
|
|
459
|
+
"value": "color",
|
|
460
|
+
"type": "other"
|
|
461
|
+
},
|
|
462
|
+
"size": {
|
|
463
|
+
"value": "size",
|
|
464
|
+
"type": "other"
|
|
465
|
+
}
|
|
466
|
+
}
|
|
426
467
|
}
|
|
427
468
|
}
|