villa-design-tokens 1.0.217 → 1.0.219
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 +6 -12
- package/tokens/base.json +18 -0
- package/tokens/brands/argos.json +12 -0
- package/tokens/brands/brainwash.json +21 -9
- package/tokens/brands/dpt.json +12 -0
- package/tokens/brands/human.json +12 -0
- package/tokens/brands/unbranded.json +12 -0
- package/tokens/brands/vpro.json +12 -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- retest again",
|
|
4
4
|
"author": "VPRO",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.219",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/$themes.json
CHANGED
|
@@ -536,8 +536,7 @@
|
|
|
536
536
|
"selectedTokenSets": {
|
|
537
537
|
"global": "source",
|
|
538
538
|
"brands/human": "enabled",
|
|
539
|
-
"base": "enabled"
|
|
540
|
-
"brands/unbranded": "disabled"
|
|
539
|
+
"base": "enabled"
|
|
541
540
|
},
|
|
542
541
|
"$figmaCollectionId": "VariableCollectionId:606:334",
|
|
543
542
|
"$figmaModeId": "606:0",
|
|
@@ -910,8 +909,7 @@
|
|
|
910
909
|
"selectedTokenSets": {
|
|
911
910
|
"global": "source",
|
|
912
911
|
"base": "enabled",
|
|
913
|
-
"brands/vpro": "enabled"
|
|
914
|
-
"brands/unbranded": "disabled"
|
|
912
|
+
"brands/vpro": "enabled"
|
|
915
913
|
},
|
|
916
914
|
"$figmaCollectionId": "VariableCollectionId:606:383",
|
|
917
915
|
"$figmaModeId": "606:2",
|
|
@@ -1329,8 +1327,7 @@
|
|
|
1329
1327
|
"selectedTokenSets": {
|
|
1330
1328
|
"global": "source",
|
|
1331
1329
|
"base": "enabled",
|
|
1332
|
-
"brands/brainwash": "enabled"
|
|
1333
|
-
"brands/unbranded": "disabled"
|
|
1330
|
+
"brands/brainwash": "enabled"
|
|
1334
1331
|
},
|
|
1335
1332
|
"$figmaCollectionId": "VariableCollectionId:606:384",
|
|
1336
1333
|
"$figmaModeId": "606:3",
|
|
@@ -1761,8 +1758,7 @@
|
|
|
1761
1758
|
"selectedTokenSets": {
|
|
1762
1759
|
"global": "source",
|
|
1763
1760
|
"base": "enabled",
|
|
1764
|
-
"brands/argos": "enabled"
|
|
1765
|
-
"brands/unbranded": "disabled"
|
|
1761
|
+
"brands/argos": "enabled"
|
|
1766
1762
|
},
|
|
1767
1763
|
"$figmaCollectionId": "VariableCollectionId:606:385",
|
|
1768
1764
|
"$figmaModeId": "606:4",
|
|
@@ -1835,8 +1831,7 @@
|
|
|
1835
1831
|
"selectedTokenSets": {
|
|
1836
1832
|
"global": "source",
|
|
1837
1833
|
"base": "enabled",
|
|
1838
|
-
"brands/dpt": "enabled"
|
|
1839
|
-
"brands/unbranded": "disabled"
|
|
1834
|
+
"brands/dpt": "enabled"
|
|
1840
1835
|
}
|
|
1841
1836
|
},
|
|
1842
1837
|
{
|
|
@@ -1845,8 +1840,7 @@
|
|
|
1845
1840
|
"$figmaStyleReferences": {},
|
|
1846
1841
|
"selectedTokenSets": {
|
|
1847
1842
|
"global": "source",
|
|
1848
|
-
"base": "enabled"
|
|
1849
|
-
"brands/unbranded": "disabled"
|
|
1843
|
+
"base": "enabled"
|
|
1850
1844
|
}
|
|
1851
1845
|
}
|
|
1852
1846
|
]
|
package/tokens/base.json
CHANGED
|
@@ -106,6 +106,15 @@
|
|
|
106
106
|
"lineHeight": "{lineheight.display.quote}"
|
|
107
107
|
},
|
|
108
108
|
"type": "typography"
|
|
109
|
+
},
|
|
110
|
+
"headline": {
|
|
111
|
+
"value": {
|
|
112
|
+
"fontFamily": "{fontfamily.display.headline}",
|
|
113
|
+
"fontWeight": "{fontweight.display.headline}",
|
|
114
|
+
"fontSize": "{fontsize.global.440}",
|
|
115
|
+
"lineHeight": "{lineheight.display.headline}"
|
|
116
|
+
},
|
|
117
|
+
"type": "typography"
|
|
109
118
|
}
|
|
110
119
|
},
|
|
111
120
|
"min": {
|
|
@@ -135,6 +144,15 @@
|
|
|
135
144
|
"lineHeight": "{lineheight.display.quote}"
|
|
136
145
|
},
|
|
137
146
|
"type": "typography"
|
|
147
|
+
},
|
|
148
|
+
"headline": {
|
|
149
|
+
"value": {
|
|
150
|
+
"fontFamily": "{fontfamily.display.headline}",
|
|
151
|
+
"fontWeight": "{fontweight.display.headline}",
|
|
152
|
+
"fontSize": "{fontsize.global.340}",
|
|
153
|
+
"lineHeight": "{lineheight.display.headline}"
|
|
154
|
+
},
|
|
155
|
+
"type": "typography"
|
|
138
156
|
}
|
|
139
157
|
}
|
|
140
158
|
},
|
package/tokens/brands/argos.json
CHANGED
|
@@ -517,6 +517,10 @@
|
|
|
517
517
|
"quote": {
|
|
518
518
|
"value": "{fontfamily.global.agrandir}",
|
|
519
519
|
"type": "fontFamilies"
|
|
520
|
+
},
|
|
521
|
+
"headline": {
|
|
522
|
+
"value": "{fontfamily.global.agrandir}",
|
|
523
|
+
"type": "fontFamilies"
|
|
520
524
|
}
|
|
521
525
|
}
|
|
522
526
|
},
|
|
@@ -545,6 +549,10 @@
|
|
|
545
549
|
"quote": {
|
|
546
550
|
"value": "{lineheight.global.275}",
|
|
547
551
|
"type": "lineHeights"
|
|
552
|
+
},
|
|
553
|
+
"headline": {
|
|
554
|
+
"value": "{lineheight.global.200}",
|
|
555
|
+
"type": "lineHeights"
|
|
548
556
|
}
|
|
549
557
|
}
|
|
550
558
|
},
|
|
@@ -573,6 +581,10 @@
|
|
|
573
581
|
"quote": {
|
|
574
582
|
"value": "{fontweight.global.500}",
|
|
575
583
|
"type": "fontWeights"
|
|
584
|
+
},
|
|
585
|
+
"headline": {
|
|
586
|
+
"value": "{fontweight.global.500}",
|
|
587
|
+
"type": "fontWeights"
|
|
576
588
|
}
|
|
577
589
|
}
|
|
578
590
|
}
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
},
|
|
105
105
|
"text": {
|
|
106
106
|
"default": {
|
|
107
|
-
"value": "{color.palette.
|
|
107
|
+
"value": "{color.palette.tertiary.dark}",
|
|
108
108
|
"type": "color"
|
|
109
109
|
},
|
|
110
110
|
"title": {
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
},
|
|
296
296
|
"text": {
|
|
297
297
|
"default": {
|
|
298
|
-
"value": "{color.palette.
|
|
298
|
+
"value": "{color.palette.tertiary.dark}",
|
|
299
299
|
"type": "color"
|
|
300
300
|
},
|
|
301
301
|
"subtle": {
|
|
@@ -317,11 +317,11 @@
|
|
|
317
317
|
},
|
|
318
318
|
"interactive": {
|
|
319
319
|
"background": {
|
|
320
|
-
"value": "{color.palette.
|
|
320
|
+
"value": "{color.palette.secondary.main}",
|
|
321
321
|
"type": "color"
|
|
322
322
|
},
|
|
323
323
|
"foreground": {
|
|
324
|
-
"value": "{color.palette.
|
|
324
|
+
"value": "{color.palette.tertiary.dark}",
|
|
325
325
|
"type": "color"
|
|
326
326
|
},
|
|
327
327
|
"hover-background": {
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
"type": "color"
|
|
341
341
|
},
|
|
342
342
|
"accent": {
|
|
343
|
-
"value": "{color.palette.
|
|
343
|
+
"value": "{color.palette.tertiary.dark}",
|
|
344
344
|
"type": "color",
|
|
345
345
|
"$extensions": {
|
|
346
346
|
"studio.tokens": {
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
},
|
|
355
355
|
"text": {
|
|
356
356
|
"default": {
|
|
357
|
-
"value": "{color.palette.
|
|
357
|
+
"value": "{color.palette.tertiary.dark}",
|
|
358
358
|
"type": "color"
|
|
359
359
|
},
|
|
360
360
|
"subtle": {
|
|
@@ -376,11 +376,11 @@
|
|
|
376
376
|
},
|
|
377
377
|
"interactive": {
|
|
378
378
|
"background": {
|
|
379
|
-
"value": "{color.palette.
|
|
379
|
+
"value": "{color.palette.secondary.main}",
|
|
380
380
|
"type": "color"
|
|
381
381
|
},
|
|
382
382
|
"foreground": {
|
|
383
|
-
"value": "{color.palette.
|
|
383
|
+
"value": "{color.palette.tertiary.dark}",
|
|
384
384
|
"type": "color"
|
|
385
385
|
},
|
|
386
386
|
"hover-background": {
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
},
|
|
473
473
|
"text": {
|
|
474
474
|
"default": {
|
|
475
|
-
"value": "{color.palette.
|
|
475
|
+
"value": "{color.palette.tertiary.dark}",
|
|
476
476
|
"type": "color"
|
|
477
477
|
},
|
|
478
478
|
"subtle": {
|
|
@@ -538,6 +538,10 @@
|
|
|
538
538
|
"quote": {
|
|
539
539
|
"value": "{fontfamily.global.poppins}",
|
|
540
540
|
"type": "fontFamilies"
|
|
541
|
+
},
|
|
542
|
+
"headline": {
|
|
543
|
+
"value": "{fontfamily.global.poppins}",
|
|
544
|
+
"type": "fontFamilies"
|
|
541
545
|
}
|
|
542
546
|
}
|
|
543
547
|
},
|
|
@@ -566,6 +570,10 @@
|
|
|
566
570
|
"quote": {
|
|
567
571
|
"value": "{lineheight.global.275}",
|
|
568
572
|
"type": "lineHeights"
|
|
573
|
+
},
|
|
574
|
+
"headline": {
|
|
575
|
+
"value": "{lineheight.global.200}",
|
|
576
|
+
"type": "lineHeights"
|
|
569
577
|
}
|
|
570
578
|
}
|
|
571
579
|
},
|
|
@@ -594,6 +602,10 @@
|
|
|
594
602
|
"quote": {
|
|
595
603
|
"value": "{fontweight.global.500}",
|
|
596
604
|
"type": "fontWeights"
|
|
605
|
+
},
|
|
606
|
+
"headline": {
|
|
607
|
+
"value": "{fontweight.global.500}",
|
|
608
|
+
"type": "fontWeights"
|
|
597
609
|
}
|
|
598
610
|
}
|
|
599
611
|
}
|
package/tokens/brands/dpt.json
CHANGED
|
@@ -542,6 +542,10 @@
|
|
|
542
542
|
"quote": {
|
|
543
543
|
"value": "{fontfamily.global.bureau}",
|
|
544
544
|
"type": "fontFamilies"
|
|
545
|
+
},
|
|
546
|
+
"headline": {
|
|
547
|
+
"value": "{fontfamily.global.bureau}",
|
|
548
|
+
"type": "fontFamilies"
|
|
545
549
|
}
|
|
546
550
|
}
|
|
547
551
|
},
|
|
@@ -570,6 +574,10 @@
|
|
|
570
574
|
"quote": {
|
|
571
575
|
"value": "{lineheight.global.275}",
|
|
572
576
|
"type": "lineHeights"
|
|
577
|
+
},
|
|
578
|
+
"headline": {
|
|
579
|
+
"value": "{lineheight.global.200}",
|
|
580
|
+
"type": "lineHeights"
|
|
573
581
|
}
|
|
574
582
|
}
|
|
575
583
|
},
|
|
@@ -598,6 +606,10 @@
|
|
|
598
606
|
"quote": {
|
|
599
607
|
"value": "{fontweight.global.500}",
|
|
600
608
|
"type": "fontWeights"
|
|
609
|
+
},
|
|
610
|
+
"headline": {
|
|
611
|
+
"value": "{fontweight.global.700}",
|
|
612
|
+
"type": "fontWeights"
|
|
601
613
|
}
|
|
602
614
|
}
|
|
603
615
|
}
|
package/tokens/brands/human.json
CHANGED
|
@@ -542,6 +542,10 @@
|
|
|
542
542
|
"quote": {
|
|
543
543
|
"value": "{fontfamily.global.bureau}",
|
|
544
544
|
"type": "fontFamilies"
|
|
545
|
+
},
|
|
546
|
+
"headline": {
|
|
547
|
+
"value": "{fontfamily.global.bureau}",
|
|
548
|
+
"type": "fontFamilies"
|
|
545
549
|
}
|
|
546
550
|
}
|
|
547
551
|
},
|
|
@@ -570,6 +574,10 @@
|
|
|
570
574
|
"quote": {
|
|
571
575
|
"value": "{lineheight.global.275}",
|
|
572
576
|
"type": "lineHeights"
|
|
577
|
+
},
|
|
578
|
+
"headline": {
|
|
579
|
+
"value": "{lineheight.global.200}",
|
|
580
|
+
"type": "lineHeights"
|
|
573
581
|
}
|
|
574
582
|
}
|
|
575
583
|
},
|
|
@@ -598,6 +606,10 @@
|
|
|
598
606
|
"quote": {
|
|
599
607
|
"value": "{fontweight.global.500}",
|
|
600
608
|
"type": "fontWeights"
|
|
609
|
+
},
|
|
610
|
+
"headline": {
|
|
611
|
+
"value": "{fontweight.global.700}",
|
|
612
|
+
"type": "fontWeights"
|
|
601
613
|
}
|
|
602
614
|
}
|
|
603
615
|
}
|
|
@@ -520,6 +520,10 @@
|
|
|
520
520
|
"quote": {
|
|
521
521
|
"value": "{fontfamily.global.helvetica}",
|
|
522
522
|
"type": "fontFamilies"
|
|
523
|
+
},
|
|
524
|
+
"headline": {
|
|
525
|
+
"value": "{fontfamily.global.helvetica}",
|
|
526
|
+
"type": "fontFamilies"
|
|
523
527
|
}
|
|
524
528
|
}
|
|
525
529
|
},
|
|
@@ -548,6 +552,10 @@
|
|
|
548
552
|
"quote": {
|
|
549
553
|
"value": "{lineheight.global.275}",
|
|
550
554
|
"type": "lineHeights"
|
|
555
|
+
},
|
|
556
|
+
"headline": {
|
|
557
|
+
"value": "{lineheight.global.200}",
|
|
558
|
+
"type": "lineHeights"
|
|
551
559
|
}
|
|
552
560
|
}
|
|
553
561
|
},
|
|
@@ -576,6 +584,10 @@
|
|
|
576
584
|
"quote": {
|
|
577
585
|
"value": "{fontweight.global.500}",
|
|
578
586
|
"type": "fontWeights"
|
|
587
|
+
},
|
|
588
|
+
"headline": {
|
|
589
|
+
"value": "{fontweight.global.700}",
|
|
590
|
+
"type": "fontWeights"
|
|
579
591
|
}
|
|
580
592
|
}
|
|
581
593
|
}
|
package/tokens/brands/vpro.json
CHANGED
|
@@ -516,6 +516,10 @@
|
|
|
516
516
|
"quote": {
|
|
517
517
|
"value": "{fontfamily.global.simplistic}",
|
|
518
518
|
"type": "fontFamilies"
|
|
519
|
+
},
|
|
520
|
+
"headline": {
|
|
521
|
+
"value": "{fontfamily.global.simplistic}",
|
|
522
|
+
"type": "fontFamilies"
|
|
519
523
|
}
|
|
520
524
|
}
|
|
521
525
|
},
|
|
@@ -544,6 +548,10 @@
|
|
|
544
548
|
"quote": {
|
|
545
549
|
"value": "{lineheight.global.275}",
|
|
546
550
|
"type": "lineHeights"
|
|
551
|
+
},
|
|
552
|
+
"headline": {
|
|
553
|
+
"value": "{lineheight.global.200}",
|
|
554
|
+
"type": "lineHeights"
|
|
547
555
|
}
|
|
548
556
|
}
|
|
549
557
|
},
|
|
@@ -572,6 +580,10 @@
|
|
|
572
580
|
"quote": {
|
|
573
581
|
"value": "{fontweight.global.500}",
|
|
574
582
|
"type": "fontWeights"
|
|
583
|
+
},
|
|
584
|
+
"headline": {
|
|
585
|
+
"value": "{fontweight.global.700}",
|
|
586
|
+
"type": "fontWeights"
|
|
575
587
|
}
|
|
576
588
|
}
|
|
577
589
|
}
|