villa-design-tokens 1.0.16 → 1.0.18

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.16",
5
+ "version": "1.0.18",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -28,15 +28,15 @@
28
28
  "font-weight": {
29
29
  "alias": {
30
30
  "normal": {
31
- "value": "{font-weight-300}",
31
+ "value": "300",
32
32
  "type": "fontWeights"
33
33
  },
34
34
  "medium": {
35
- "value": "{font-weight-500}",
35
+ "value": "500",
36
36
  "type": "fontWeights"
37
37
  },
38
38
  "bold": {
39
- "value": "{font-weight-700}",
39
+ "value": "700",
40
40
  "type": "fontWeights"
41
41
  }
42
42
  }
@@ -85,11 +85,11 @@
85
85
  },
86
86
  "brand": {
87
87
  "accent": {
88
- "value": "{color.global.gold.700}",
88
+ "value": "{color.global.violet.500}",
89
89
  "type": "color"
90
90
  },
91
91
  "primary": {
92
- "value": "{color.global.grey.900}",
92
+ "value": "{color.global.plum.700}",
93
93
  "type": "color"
94
94
  },
95
95
  "secondary": {
@@ -121,7 +121,7 @@
121
121
  },
122
122
  "text": {
123
123
  "default": {
124
- "value": "{color.global.red.500}",
124
+ "value": "{color.global.grey.900}",
125
125
  "type": "color"
126
126
  },
127
127
  "hover": {
@@ -28,15 +28,15 @@
28
28
  "font-weight": {
29
29
  "alias": {
30
30
  "normal": {
31
- "value": "{font-weight-300}",
31
+ "value": "300",
32
32
  "type": "fontWeights"
33
33
  },
34
34
  "medium": {
35
- "value": "{font-weight-500}",
35
+ "value": "500",
36
36
  "type": "fontWeights"
37
37
  },
38
38
  "bold": {
39
- "value": "{font-weight-700}",
39
+ "value": "700",
40
40
  "type": "fontWeights"
41
41
  }
42
42
  }
@@ -143,10 +143,6 @@
143
143
  "warning": {
144
144
  "value": "{color.global.orange.500}",
145
145
  "type": "color"
146
- },
147
- "body": {
148
- "value": "{color.global.grey.900}",
149
- "type": "color"
150
146
  }
151
147
  },
152
148
  "icon": {
@@ -139,7 +139,7 @@
139
139
  "type": "spacing"
140
140
  },
141
141
  "spacing-600": {
142
- "value": "64",
142
+ "value": "64px",
143
143
  "type": "spacing"
144
144
  },
145
145
  "spacing-700": {