villa-design-tokens 1.0.197 → 1.0.199
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 +3 -1
- package/tokens/brands/argos.json +41 -4
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.199",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/$themes.json
CHANGED
|
@@ -202,7 +202,9 @@
|
|
|
202
202
|
"color.surface.alt-secondary.interactive.foreground": "S:bb629339053ee5dbf01c06da2eb8d80c988d7b12,",
|
|
203
203
|
"color.surface.alt-secondary.interactive.hover-background": "S:96c7e773e48e981b7aac0cf6017e7d984b4d84b7,",
|
|
204
204
|
"color.surface.alt-secondary.interactive.hover-foreground": "S:6d8ac29f88dab9d01cf8a8b734e9ed57c0f938bf,",
|
|
205
|
-
"color.functional.disabled": "S:75128b531e7cadeeeedd5791433b3ebc06914079,"
|
|
205
|
+
"color.functional.disabled": "S:75128b531e7cadeeeedd5791433b3ebc06914079,",
|
|
206
|
+
"text.utility.max.xxxl": "S:1ffe52bd52c2a762295d3338f5315f886780d1ef,",
|
|
207
|
+
"text.utility.min.xxxl": "S:0e861d41b3e95e74fa876a6833f240be589fa0b1,"
|
|
206
208
|
},
|
|
207
209
|
"selectedTokenSets": {
|
|
208
210
|
"global": "source",
|
package/tokens/brands/argos.json
CHANGED
|
@@ -260,7 +260,16 @@
|
|
|
260
260
|
},
|
|
261
261
|
"accent": {
|
|
262
262
|
"value": "{color.palette.primary.pastel}",
|
|
263
|
-
"type": "color"
|
|
263
|
+
"type": "color",
|
|
264
|
+
"$extensions": {
|
|
265
|
+
"studio.tokens": {
|
|
266
|
+
"modify": {
|
|
267
|
+
"type": "alpha",
|
|
268
|
+
"value": ".5",
|
|
269
|
+
"space": "lch"
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
264
273
|
},
|
|
265
274
|
"text": {
|
|
266
275
|
"default": {
|
|
@@ -310,7 +319,16 @@
|
|
|
310
319
|
},
|
|
311
320
|
"accent": {
|
|
312
321
|
"value": "{color.palette.secondary.pastel}",
|
|
313
|
-
"type": "color"
|
|
322
|
+
"type": "color",
|
|
323
|
+
"$extensions": {
|
|
324
|
+
"studio.tokens": {
|
|
325
|
+
"modify": {
|
|
326
|
+
"type": "alpha",
|
|
327
|
+
"value": ".20",
|
|
328
|
+
"space": "srgb"
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
}
|
|
314
332
|
},
|
|
315
333
|
"text": {
|
|
316
334
|
"default": {
|
|
@@ -360,7 +378,17 @@
|
|
|
360
378
|
},
|
|
361
379
|
"accent": {
|
|
362
380
|
"value": "{color.palette.primary.pastel}",
|
|
363
|
-
"type": "color"
|
|
381
|
+
"type": "color",
|
|
382
|
+
"$extensions": {
|
|
383
|
+
"studio.tokens": {
|
|
384
|
+
"modify": {
|
|
385
|
+
"type": "alpha",
|
|
386
|
+
"value": ".2",
|
|
387
|
+
"space": "srgb",
|
|
388
|
+
"color": "rgba(0,0,0,0.5)"
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
}
|
|
364
392
|
},
|
|
365
393
|
"text": {
|
|
366
394
|
"default": {
|
|
@@ -410,7 +438,16 @@
|
|
|
410
438
|
},
|
|
411
439
|
"accent": {
|
|
412
440
|
"value": "{color.palette.secondary.muted}",
|
|
413
|
-
"type": "color"
|
|
441
|
+
"type": "color",
|
|
442
|
+
"$extensions": {
|
|
443
|
+
"studio.tokens": {
|
|
444
|
+
"modify": {
|
|
445
|
+
"type": "alpha",
|
|
446
|
+
"value": ".5",
|
|
447
|
+
"space": "lch"
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
414
451
|
},
|
|
415
452
|
"text": {
|
|
416
453
|
"default": {
|