villa-design-tokens 1.0.16 → 1.0.17

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.17",
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
  }
@@ -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
  }
@@ -119,23 +119,23 @@
119
119
  "description": "Breathable"
120
120
  },
121
121
  "spacing-100": {
122
- "value": "4px",
122
+ "value": "4",
123
123
  "type": "spacing"
124
124
  },
125
125
  "spacing-200": {
126
- "value": "8px",
126
+ "value": "8",
127
127
  "type": "spacing"
128
128
  },
129
129
  "spacing-300": {
130
- "value": "12px",
130
+ "value": "12",
131
131
  "type": "spacing"
132
132
  },
133
133
  "spacing-400": {
134
- "value": "16px",
134
+ "value": "16",
135
135
  "type": "spacing"
136
136
  },
137
137
  "spacing-500": {
138
- "value": "32px",
138
+ "value": "32",
139
139
  "type": "spacing"
140
140
  },
141
141
  "spacing-600": {
@@ -143,7 +143,7 @@
143
143
  "type": "spacing"
144
144
  },
145
145
  "spacing-700": {
146
- "value": "128px",
146
+ "value": "128",
147
147
  "type": "spacing"
148
148
  },
149
149
  "color": {