villa-design-tokens 1.0.17 → 1.0.19
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.
|
|
5
|
+
"version": "1.0.19",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"type": "fontFamilies"
|
|
11
11
|
},
|
|
12
12
|
"subheading": {
|
|
13
|
-
"value": "{font-family-simplistic}",
|
|
13
|
+
"value": "{font-family-simplistic-outline}",
|
|
14
14
|
"type": "fontFamilies"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
},
|
|
86
86
|
"brand": {
|
|
87
87
|
"accent": {
|
|
88
|
-
"value": "{color.global.
|
|
88
|
+
"value": "{color.global.violet.500}",
|
|
89
89
|
"type": "color"
|
|
90
90
|
},
|
|
91
91
|
"primary": {
|
|
92
|
-
"value": "{color.global.
|
|
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.
|
|
124
|
+
"value": "{color.global.gold.700}",
|
|
125
125
|
"type": "color"
|
|
126
126
|
},
|
|
127
127
|
"hover": {
|
|
@@ -119,31 +119,31 @@
|
|
|
119
119
|
"description": "Breathable"
|
|
120
120
|
},
|
|
121
121
|
"spacing-100": {
|
|
122
|
-
"value": "
|
|
122
|
+
"value": "4px",
|
|
123
123
|
"type": "spacing"
|
|
124
124
|
},
|
|
125
125
|
"spacing-200": {
|
|
126
|
-
"value": "
|
|
126
|
+
"value": "8px",
|
|
127
127
|
"type": "spacing"
|
|
128
128
|
},
|
|
129
129
|
"spacing-300": {
|
|
130
|
-
"value": "
|
|
130
|
+
"value": "12px",
|
|
131
131
|
"type": "spacing"
|
|
132
132
|
},
|
|
133
133
|
"spacing-400": {
|
|
134
|
-
"value": "
|
|
134
|
+
"value": "16px",
|
|
135
135
|
"type": "spacing"
|
|
136
136
|
},
|
|
137
137
|
"spacing-500": {
|
|
138
|
-
"value": "
|
|
138
|
+
"value": "32px",
|
|
139
139
|
"type": "spacing"
|
|
140
140
|
},
|
|
141
141
|
"spacing-600": {
|
|
142
|
-
"value": "
|
|
142
|
+
"value": "64px",
|
|
143
143
|
"type": "spacing"
|
|
144
144
|
},
|
|
145
145
|
"spacing-700": {
|
|
146
|
-
"value": "
|
|
146
|
+
"value": "128px",
|
|
147
147
|
"type": "spacing"
|
|
148
148
|
},
|
|
149
149
|
"color": {
|