villa-design-tokens 1.0.186 → 1.0.187
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 +1 -1
- package/tokens/brands/vpro.json +5 -5
- package/tokens/global.json +22 -0
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.187",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/brands/vpro.json
CHANGED
|
@@ -3,23 +3,23 @@
|
|
|
3
3
|
"palette": {
|
|
4
4
|
"primary": {
|
|
5
5
|
"faded": {
|
|
6
|
-
"value": "{color.global.
|
|
6
|
+
"value": "{color.global.electricity.25}",
|
|
7
7
|
"type": "color"
|
|
8
8
|
},
|
|
9
9
|
"pastel": {
|
|
10
|
-
"value": "{color.global.
|
|
10
|
+
"value": "{color.global.electricity.50}",
|
|
11
11
|
"type": "color"
|
|
12
12
|
},
|
|
13
13
|
"main": {
|
|
14
|
-
"value": "{color.global.
|
|
14
|
+
"value": "{color.global.electricity.100}",
|
|
15
15
|
"type": "color"
|
|
16
16
|
},
|
|
17
17
|
"muted": {
|
|
18
|
-
"value": "{color.global.
|
|
18
|
+
"value": "{color.global.electricity.150}",
|
|
19
19
|
"type": "color"
|
|
20
20
|
},
|
|
21
21
|
"dark": {
|
|
22
|
-
"value": "{color.global.
|
|
22
|
+
"value": "{color.global.electricity.200}",
|
|
23
23
|
"type": "color"
|
|
24
24
|
}
|
|
25
25
|
},
|
package/tokens/global.json
CHANGED
|
@@ -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",
|