villa-design-tokens 1.0.276 → 1.0.278

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- retest again",
4
4
  "author": "VPRO",
5
- "version": "1.0.276",
5
+ "version": "1.0.278",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -33,7 +33,7 @@
33
33
  "type": "color"
34
34
  },
35
35
  "main": {
36
- "value": "{color.global.red.100}",
36
+ "value": "{color.global.lavender.100}",
37
37
  "type": "color"
38
38
  },
39
39
  "muted": {
@@ -702,36 +702,36 @@
702
702
  },
703
703
  "fontfamily": {
704
704
  "body": {
705
- "value": "{fontfamily.global.npo-sans}",
705
+ "value": "{fontfamily.global.npo-scandia}",
706
706
  "type": "fontFamilies"
707
707
  },
708
708
  "utility": {
709
- "value": "{fontfamily.global.npo-sans}",
709
+ "value": "{fontfamily.global.npo-scandia}",
710
710
  "type": "fontFamilies"
711
711
  },
712
712
  "heading": {
713
- "value": "{fontfamily.global.npo-sans}",
713
+ "value": "{fontfamily.global.npo-scandia}",
714
714
  "type": "fontFamilies"
715
715
  },
716
716
  "program": {
717
- "value": "{fontfamily.global.npo-sans}",
717
+ "value": "{fontfamily.global.npo-scandia}",
718
718
  "type": "fontFamilies"
719
719
  },
720
720
  "display": {
721
721
  "intro": {
722
- "value": "{fontfamily.global.npo-sans}",
722
+ "value": "{fontfamily.global.npo-scandia}",
723
723
  "type": "fontFamilies"
724
724
  },
725
725
  "name": {
726
- "value": "{fontfamily.global.npo-sans}",
726
+ "value": "{fontfamily.global.npo-scandia}",
727
727
  "type": "fontFamilies"
728
728
  },
729
729
  "quote": {
730
- "value": "{fontfamily.global.npo-sans}",
730
+ "value": "{fontfamily.global.npo-scandia}",
731
731
  "type": "fontFamilies"
732
732
  },
733
733
  "headline": {
734
- "value": "{fontfamily.global.npo-sans}",
734
+ "value": "{fontfamily.global.npo-scandia}",
735
735
  "type": "fontFamilies"
736
736
  }
737
737
  }
@@ -48,6 +48,10 @@
48
48
  "npo-sans": {
49
49
  "value": "NPO sans",
50
50
  "type": "fontFamilies"
51
+ },
52
+ "npo-scandia": {
53
+ "value": "NPOScandia",
54
+ "type": "fontFamilies"
51
55
  }
52
56
  }
53
57
  },