villa-design-tokens 1.0.247 → 1.0.248
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/base.json +62 -2
- package/tokens/brands/argos.json +12 -0
- package/tokens/brands/brainwash.json +12 -0
- package/tokens/brands/dpt.json +12 -0
- package/tokens/brands/human.json +13 -13
- package/tokens/brands/unbranded.json +12 -0
- package/tokens/brands/vpro.json +12 -0
- package/tokens/global.json +4 -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.248",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/base.json
CHANGED
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
},
|
|
119
119
|
"title": {
|
|
120
120
|
"value": {
|
|
121
|
-
"fontFamily": "{fontfamily.
|
|
121
|
+
"fontFamily": "{fontfamily.program}",
|
|
122
122
|
"fontWeight": "{fontweight.display.title}",
|
|
123
123
|
"fontSize": "{fontsize.global.600}",
|
|
124
124
|
"lineHeight": "{lineheight.display.title}"
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
},
|
|
166
166
|
"title": {
|
|
167
167
|
"value": {
|
|
168
|
-
"fontFamily": "{fontfamily.
|
|
168
|
+
"fontFamily": "{fontfamily.program}",
|
|
169
169
|
"fontWeight": "{fontweight.display.title}",
|
|
170
170
|
"fontSize": "{fontsize.global.450}",
|
|
171
171
|
"lineHeight": "{lineheight.display.title}"
|
|
@@ -437,6 +437,66 @@
|
|
|
437
437
|
"type": "typography"
|
|
438
438
|
}
|
|
439
439
|
}
|
|
440
|
+
},
|
|
441
|
+
"program": {
|
|
442
|
+
"min": {
|
|
443
|
+
"xxl": {
|
|
444
|
+
"value": {
|
|
445
|
+
"fontFamily": "{fontfamily.program}",
|
|
446
|
+
"fontWeight": "{fontweight.program}",
|
|
447
|
+
"fontSize": "{fontsize.global.450}",
|
|
448
|
+
"lineHeight": "{lineheight.program}"
|
|
449
|
+
},
|
|
450
|
+
"type": "typography"
|
|
451
|
+
},
|
|
452
|
+
"xl": {
|
|
453
|
+
"value": {
|
|
454
|
+
"fontFamily": "{fontfamily.program}",
|
|
455
|
+
"fontWeight": "{fontweight.program}",
|
|
456
|
+
"fontSize": "{fontsize.global.420}",
|
|
457
|
+
"lineHeight": "{lineheight.program}"
|
|
458
|
+
},
|
|
459
|
+
"type": "typography"
|
|
460
|
+
},
|
|
461
|
+
"lg": {
|
|
462
|
+
"value": {
|
|
463
|
+
"fontFamily": "{fontfamily.program}",
|
|
464
|
+
"fontWeight": "{fontweight.program}",
|
|
465
|
+
"fontSize": "{fontsize.global.340}",
|
|
466
|
+
"lineHeight": "{lineheight.program}"
|
|
467
|
+
},
|
|
468
|
+
"type": "typography"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"max": {
|
|
472
|
+
"xxl": {
|
|
473
|
+
"value": {
|
|
474
|
+
"fontFamily": "{fontfamily.program}",
|
|
475
|
+
"fontWeight": "{fontweight.program}",
|
|
476
|
+
"fontSize": "{fontsize.global.600}",
|
|
477
|
+
"lineHeight": "{lineheight.program}"
|
|
478
|
+
},
|
|
479
|
+
"type": "typography"
|
|
480
|
+
},
|
|
481
|
+
"xl": {
|
|
482
|
+
"value": {
|
|
483
|
+
"fontFamily": "{fontfamily.program}",
|
|
484
|
+
"fontWeight": "{fontweight.program}",
|
|
485
|
+
"fontSize": "{fontsize.global.560}",
|
|
486
|
+
"lineHeight": "{lineheight.program}"
|
|
487
|
+
},
|
|
488
|
+
"type": "typography"
|
|
489
|
+
},
|
|
490
|
+
"lg": {
|
|
491
|
+
"value": {
|
|
492
|
+
"fontFamily": "{fontfamily.program}",
|
|
493
|
+
"fontWeight": "{fontweight.program}",
|
|
494
|
+
"fontSize": "{fontsize.global.400}",
|
|
495
|
+
"lineHeight": "{lineheight.program}"
|
|
496
|
+
},
|
|
497
|
+
"type": "typography"
|
|
498
|
+
}
|
|
499
|
+
}
|
|
440
500
|
}
|
|
441
501
|
},
|
|
442
502
|
"spacing": {
|
package/tokens/brands/argos.json
CHANGED
|
@@ -710,6 +710,10 @@
|
|
|
710
710
|
"value": "{fontfamily.global.agrandir}",
|
|
711
711
|
"type": "fontFamilies"
|
|
712
712
|
},
|
|
713
|
+
"program": {
|
|
714
|
+
"value": "{fontfamily.global.agrandir}",
|
|
715
|
+
"type": "fontFamilies"
|
|
716
|
+
},
|
|
713
717
|
"display": {
|
|
714
718
|
"intro": {
|
|
715
719
|
"value": "{fontfamily.global.agrandir}",
|
|
@@ -742,6 +746,10 @@
|
|
|
742
746
|
"value": "{lineheight.global.200}",
|
|
743
747
|
"type": "lineHeights"
|
|
744
748
|
},
|
|
749
|
+
"program": {
|
|
750
|
+
"value": "{lineheight.global.150}",
|
|
751
|
+
"type": "lineHeights"
|
|
752
|
+
},
|
|
745
753
|
"display": {
|
|
746
754
|
"intro": {
|
|
747
755
|
"value": "{lineheight.global.500}",
|
|
@@ -774,6 +782,10 @@
|
|
|
774
782
|
"value": "{fontweight.global.700}",
|
|
775
783
|
"type": "fontWeights"
|
|
776
784
|
},
|
|
785
|
+
"program": {
|
|
786
|
+
"value": "{fontweight.global.700}",
|
|
787
|
+
"type": "fontWeights"
|
|
788
|
+
},
|
|
777
789
|
"display": {
|
|
778
790
|
"intro": {
|
|
779
791
|
"value": "{fontweight.global.500}",
|
|
@@ -709,6 +709,10 @@
|
|
|
709
709
|
"value": "{fontfamily.global.poppins}",
|
|
710
710
|
"type": "fontFamilies"
|
|
711
711
|
},
|
|
712
|
+
"program": {
|
|
713
|
+
"value": "{fontfamily.global.poppins}",
|
|
714
|
+
"type": "fontFamilies"
|
|
715
|
+
},
|
|
712
716
|
"display": {
|
|
713
717
|
"intro": {
|
|
714
718
|
"value": "{fontfamily.global.poppins}",
|
|
@@ -741,6 +745,10 @@
|
|
|
741
745
|
"value": "{lineheight.global.200}",
|
|
742
746
|
"type": "lineHeights"
|
|
743
747
|
},
|
|
748
|
+
"program": {
|
|
749
|
+
"value": "{lineheight.global.150}",
|
|
750
|
+
"type": "lineHeights"
|
|
751
|
+
},
|
|
744
752
|
"display": {
|
|
745
753
|
"intro": {
|
|
746
754
|
"value": "{lineheight.global.500}",
|
|
@@ -773,6 +781,10 @@
|
|
|
773
781
|
"value": "{fontweight.global.700}",
|
|
774
782
|
"type": "fontWeights"
|
|
775
783
|
},
|
|
784
|
+
"program": {
|
|
785
|
+
"value": "{fontweight.global.700}",
|
|
786
|
+
"type": "fontWeights"
|
|
787
|
+
},
|
|
776
788
|
"display": {
|
|
777
789
|
"intro": {
|
|
778
790
|
"value": "{fontweight.global.500}",
|
package/tokens/brands/dpt.json
CHANGED
|
@@ -713,6 +713,10 @@
|
|
|
713
713
|
"value": "{fontfamily.global.bureau}",
|
|
714
714
|
"type": "fontFamilies"
|
|
715
715
|
},
|
|
716
|
+
"program": {
|
|
717
|
+
"value": "{fontfamily.global.bureau}",
|
|
718
|
+
"type": "fontFamilies"
|
|
719
|
+
},
|
|
716
720
|
"display": {
|
|
717
721
|
"intro": {
|
|
718
722
|
"value": "{fontfamily.global.bureau}",
|
|
@@ -745,6 +749,10 @@
|
|
|
745
749
|
"value": "{lineheight.global.200}",
|
|
746
750
|
"type": "lineHeights"
|
|
747
751
|
},
|
|
752
|
+
"program": {
|
|
753
|
+
"value": "{lineheight.global.150}",
|
|
754
|
+
"type": "lineHeights"
|
|
755
|
+
},
|
|
748
756
|
"display": {
|
|
749
757
|
"intro": {
|
|
750
758
|
"value": "{lineheight.global.500}",
|
|
@@ -777,6 +785,10 @@
|
|
|
777
785
|
"value": "{fontweight.global.700}",
|
|
778
786
|
"type": "fontWeights"
|
|
779
787
|
},
|
|
788
|
+
"program": {
|
|
789
|
+
"value": "{fontweight.global.700}",
|
|
790
|
+
"type": "fontWeights"
|
|
791
|
+
},
|
|
780
792
|
"display": {
|
|
781
793
|
"intro": {
|
|
782
794
|
"value": "{fontweight.global.500}",
|
package/tokens/brands/human.json
CHANGED
|
@@ -1103,7 +1103,7 @@
|
|
|
1103
1103
|
}
|
|
1104
1104
|
}
|
|
1105
1105
|
},
|
|
1106
|
-
"
|
|
1106
|
+
"portal": {
|
|
1107
1107
|
"0": {
|
|
1108
1108
|
"value": "#4D0E2F",
|
|
1109
1109
|
"type": "color"
|
|
@@ -1199,6 +1199,10 @@
|
|
|
1199
1199
|
"value": "{fontfamily.global.riforma}",
|
|
1200
1200
|
"type": "fontFamilies"
|
|
1201
1201
|
},
|
|
1202
|
+
"program": {
|
|
1203
|
+
"value": "{fontfamily.global.riforma}",
|
|
1204
|
+
"type": "fontFamilies"
|
|
1205
|
+
},
|
|
1202
1206
|
"display": {
|
|
1203
1207
|
"intro": {
|
|
1204
1208
|
"value": "{fontfamily.global.riforma}",
|
|
@@ -1215,10 +1219,6 @@
|
|
|
1215
1219
|
"headline": {
|
|
1216
1220
|
"value": "{fontfamily.global.riforma}",
|
|
1217
1221
|
"type": "fontFamilies"
|
|
1218
|
-
},
|
|
1219
|
-
"title": {
|
|
1220
|
-
"value": "{fontfamily.global.riforma}",
|
|
1221
|
-
"type": "fontFamilies"
|
|
1222
1222
|
}
|
|
1223
1223
|
}
|
|
1224
1224
|
},
|
|
@@ -1235,6 +1235,10 @@
|
|
|
1235
1235
|
"value": "{lineheight.global.200}",
|
|
1236
1236
|
"type": "lineHeights"
|
|
1237
1237
|
},
|
|
1238
|
+
"program": {
|
|
1239
|
+
"value": "{lineheight.global.150}",
|
|
1240
|
+
"type": "lineHeights"
|
|
1241
|
+
},
|
|
1238
1242
|
"display": {
|
|
1239
1243
|
"intro": {
|
|
1240
1244
|
"value": "{lineheight.global.300}",
|
|
@@ -1251,10 +1255,6 @@
|
|
|
1251
1255
|
"headline": {
|
|
1252
1256
|
"value": "{lineheight.global.200}",
|
|
1253
1257
|
"type": "lineHeights"
|
|
1254
|
-
},
|
|
1255
|
-
"title": {
|
|
1256
|
-
"value": "{lineheight.global.150}",
|
|
1257
|
-
"type": "lineHeights"
|
|
1258
1258
|
}
|
|
1259
1259
|
}
|
|
1260
1260
|
},
|
|
@@ -1271,6 +1271,10 @@
|
|
|
1271
1271
|
"value": "{fontweight.global.700}",
|
|
1272
1272
|
"type": "fontWeights"
|
|
1273
1273
|
},
|
|
1274
|
+
"program": {
|
|
1275
|
+
"value": "{fontweight.global.700}",
|
|
1276
|
+
"type": "fontWeights"
|
|
1277
|
+
},
|
|
1274
1278
|
"display": {
|
|
1275
1279
|
"intro": {
|
|
1276
1280
|
"value": "{fontweight.global.500}",
|
|
@@ -1287,10 +1291,6 @@
|
|
|
1287
1291
|
"headline": {
|
|
1288
1292
|
"value": "{fontweight.global.700}",
|
|
1289
1293
|
"type": "fontWeights"
|
|
1290
|
-
},
|
|
1291
|
-
"title": {
|
|
1292
|
-
"value": "{fontweight.global.700}",
|
|
1293
|
-
"type": "fontWeights"
|
|
1294
1294
|
}
|
|
1295
1295
|
}
|
|
1296
1296
|
}
|
|
@@ -713,6 +713,10 @@
|
|
|
713
713
|
"value": "{fontfamily.global.helvetica}",
|
|
714
714
|
"type": "fontFamilies"
|
|
715
715
|
},
|
|
716
|
+
"program": {
|
|
717
|
+
"value": "{fontfamily.global.helvetica}",
|
|
718
|
+
"type": "fontFamilies"
|
|
719
|
+
},
|
|
716
720
|
"display": {
|
|
717
721
|
"intro": {
|
|
718
722
|
"value": "{fontfamily.global.helvetica}",
|
|
@@ -745,6 +749,10 @@
|
|
|
745
749
|
"value": "{lineheight.global.200}",
|
|
746
750
|
"type": "lineHeights"
|
|
747
751
|
},
|
|
752
|
+
"program": {
|
|
753
|
+
"value": "{lineheight.global.150}",
|
|
754
|
+
"type": "lineHeights"
|
|
755
|
+
},
|
|
748
756
|
"display": {
|
|
749
757
|
"intro": {
|
|
750
758
|
"value": "{lineheight.global.500}",
|
|
@@ -777,6 +785,10 @@
|
|
|
777
785
|
"value": "{fontweight.global.700}",
|
|
778
786
|
"type": "fontWeights"
|
|
779
787
|
},
|
|
788
|
+
"program": {
|
|
789
|
+
"value": "{fontweight.global.700}",
|
|
790
|
+
"type": "fontWeights"
|
|
791
|
+
},
|
|
780
792
|
"display": {
|
|
781
793
|
"intro": {
|
|
782
794
|
"value": "{fontweight.global.500}",
|
package/tokens/brands/vpro.json
CHANGED
|
@@ -709,6 +709,10 @@
|
|
|
709
709
|
"value": "{fontfamily.global.simplistic}",
|
|
710
710
|
"type": "fontFamilies"
|
|
711
711
|
},
|
|
712
|
+
"program": {
|
|
713
|
+
"value": "{fontfamily.global.simplistic}",
|
|
714
|
+
"type": "fontFamilies"
|
|
715
|
+
},
|
|
712
716
|
"display": {
|
|
713
717
|
"intro": {
|
|
714
718
|
"value": "{fontfamily.global.simplistic}",
|
|
@@ -741,6 +745,10 @@
|
|
|
741
745
|
"value": "{lineheight.global.200}",
|
|
742
746
|
"type": "lineHeights"
|
|
743
747
|
},
|
|
748
|
+
"program": {
|
|
749
|
+
"value": "{lineheight.global.150}",
|
|
750
|
+
"type": "lineHeights"
|
|
751
|
+
},
|
|
744
752
|
"display": {
|
|
745
753
|
"intro": {
|
|
746
754
|
"value": "{lineheight.global.500}",
|
|
@@ -773,6 +781,10 @@
|
|
|
773
781
|
"value": "{fontweight.global.700}",
|
|
774
782
|
"type": "fontWeights"
|
|
775
783
|
},
|
|
784
|
+
"program": {
|
|
785
|
+
"value": "{fontweight.global.700}",
|
|
786
|
+
"type": "fontWeights"
|
|
787
|
+
},
|
|
776
788
|
"display": {
|
|
777
789
|
"intro": {
|
|
778
790
|
"value": "{fontweight.global.500}",
|