villa-design-tokens 1.0.186 → 1.0.188

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.186",
5
+ "version": "1.0.188",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
package/tokens/base.json CHANGED
@@ -158,6 +158,15 @@
158
158
  },
159
159
  "utility": {
160
160
  "max": {
161
+ "xxxl": {
162
+ "value": {
163
+ "fontFamily": "{fontfamily.utility}",
164
+ "fontWeight": "{fontweight.utility}",
165
+ "fontSize": "{fontsize.global.200}",
166
+ "lineHeight": "{lineheight.utility}"
167
+ },
168
+ "type": "typography"
169
+ },
161
170
  "xxl": {
162
171
  "value": {
163
172
  "fontFamily": "{fontfamily.utility}",
@@ -205,6 +214,15 @@
205
214
  }
206
215
  },
207
216
  "min": {
217
+ "xxxl": {
218
+ "value": {
219
+ "fontFamily": "{fontfamily.utility}",
220
+ "fontWeight": "{fontweight.utility}",
221
+ "fontSize": "{fontsize.global.200}",
222
+ "lineHeight": "{lineheight.utility}"
223
+ },
224
+ "type": "typography"
225
+ },
208
226
  "xxl": {
209
227
  "value": {
210
228
  "fontFamily": "{fontfamily.utility}",
@@ -3,23 +3,23 @@
3
3
  "palette": {
4
4
  "primary": {
5
5
  "faded": {
6
- "value": "{color.global.orchid.25}",
6
+ "value": "{color.global.electricity.25}",
7
7
  "type": "color"
8
8
  },
9
9
  "pastel": {
10
- "value": "{color.global.orchid.50}",
10
+ "value": "{color.global.electricity.50}",
11
11
  "type": "color"
12
12
  },
13
13
  "main": {
14
- "value": "{color.global.orchid.100}",
14
+ "value": "{color.global.electricity.100}",
15
15
  "type": "color"
16
16
  },
17
17
  "muted": {
18
- "value": "{color.global.orchid.150}",
18
+ "value": "{color.global.electricity.150}",
19
19
  "type": "color"
20
20
  },
21
21
  "dark": {
22
- "value": "{color.global.orchid.200}",
22
+ "value": "{color.global.electricity.200}",
23
23
  "type": "color"
24
24
  }
25
25
  },
@@ -809,6 +809,28 @@
809
809
  "type": "color"
810
810
  }
811
811
  },
812
+ "electricity": {
813
+ "25": {
814
+ "value": "#E6E6FF",
815
+ "type": "color"
816
+ },
817
+ "50": {
818
+ "value": "#8080FF",
819
+ "type": "color"
820
+ },
821
+ "100": {
822
+ "value": "#0000FF",
823
+ "type": "color"
824
+ },
825
+ "150": {
826
+ "value": "#000099",
827
+ "type": "color"
828
+ },
829
+ "200": {
830
+ "value": "#00004C",
831
+ "type": "color"
832
+ }
833
+ },
812
834
  "salmon": {
813
835
  "100": {
814
836
  "value": "#CF88B0",