villa-design-tokens 1.0.129 → 1.0.131

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",
4
4
  "author": "VPRO",
5
- "version": "1.0.129",
5
+ "version": "1.0.131",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -653,7 +653,10 @@
653
653
  "color.global.pine.100": "S:4c01e682be8ae06349ef8d4153fccd1178af55ba,",
654
654
  "color.global.pine.50": "S:b76ff3d89ef821a76600b6b9978177bc5cafbf6e,",
655
655
  "color.global.oxford.100": "S:5fb9de662ccc89ee91127db684685cffcce8fd7e,",
656
- "color.global.oxford.150": "S:a89e623ab819054af50b9954ebd2b458246016e6,"
656
+ "color.global.oxford.150": "S:a89e623ab819054af50b9954ebd2b458246016e6,",
657
+ "color.background.dark": "S:a2e23eeb23865eb4ba00a537a14c3496e9e16c89,",
658
+ "color.global.pine.150": "S:101a1c621a9aae00ef14302c9d1b46633b5f1b2a,",
659
+ "color.global.oxford.50": "S:35f43dd678292d62f90963f6472f7a3179861386,"
657
660
  },
658
661
  "selectedTokenSets": {
659
662
  "global": "enabled",
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "fontfamily": {
3
3
  "body": {
4
- "value": "{fontfamily.global.agrandir-regular}",
4
+ "value": "{fontfamily.global.agrandir}",
5
5
  "type": "fontFamilies"
6
6
  },
7
7
  "utility": {
8
- "value": "{fontfamily.global.agrandir-regular}",
8
+ "value": "{fontfamily.global.agrandir}",
9
9
  "type": "fontFamilies"
10
10
  },
11
11
  "heading": {
12
- "value": "{fontfamily.global.agrandir-medium}",
12
+ "value": "{fontfamily.global.agrandir}",
13
13
  "type": "fontFamilies"
14
14
  },
15
15
  "display": {
16
- "value": "{fontfamily.global.agrandir-medium}",
16
+ "value": "{fontfamily.global.agrandir}",
17
17
  "type": "fontFamilies"
18
18
  }
19
19
  },
@@ -66,16 +66,20 @@
66
66
  },
67
67
  "background": {
68
68
  "default": {
69
- "value": "{color.global.mist.100}",
69
+ "value": "{color.global.mist.150}",
70
70
  "type": "color"
71
71
  },
72
72
  "secondary": {
73
- "value": "{color.global.mist.150}",
73
+ "value": "{color.global.mist.200}",
74
74
  "type": "color"
75
75
  },
76
76
  "tertiairy": {
77
77
  "value": "{color.brand.secondary}",
78
78
  "type": "color"
79
+ },
80
+ "dark": {
81
+ "value": "{color.global.oxford.150}",
82
+ "type": "color"
79
83
  }
80
84
  },
81
85
  "surface": {
@@ -29,13 +29,9 @@
29
29
  "value": "Poppins",
30
30
  "type": "fontFamilies"
31
31
  },
32
- "agrandir-medium": {
32
+ "agrandir": {
33
33
  "value": "Agrandir",
34
34
  "type": "fontFamilies"
35
- },
36
- "agrandir-regular": {
37
- "value": "PP Agrandir",
38
- "type": "fontFamilies"
39
35
  }
40
36
  }
41
37
  },