villa-design-tokens 1.0.130 → 1.0.132
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.132",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/$themes.json
CHANGED
|
@@ -653,7 +653,10 @@
|
|
|
653
653
|
"color.global.pine.100": "S:4c01e682be8ae06349ef8d4153fccd1178af55ba,",
|
|
654
654
|
"color.global.pine.50": "S:b76ff3d89ef821a76600b6b9978177bc5cafbf6e,",
|
|
655
655
|
"color.global.oxford.100": "S:5fb9de662ccc89ee91127db684685cffcce8fd7e,",
|
|
656
|
-
"color.global.oxford.150": "S:a89e623ab819054af50b9954ebd2b458246016e6,"
|
|
656
|
+
"color.global.oxford.150": "S:a89e623ab819054af50b9954ebd2b458246016e6,",
|
|
657
|
+
"color.background.dark": "S:a2e23eeb23865eb4ba00a537a14c3496e9e16c89,",
|
|
658
|
+
"color.global.pine.150": "S:101a1c621a9aae00ef14302c9d1b46633b5f1b2a,",
|
|
659
|
+
"color.global.oxford.50": "S:35f43dd678292d62f90963f6472f7a3179861386,"
|
|
657
660
|
},
|
|
658
661
|
"selectedTokenSets": {
|
|
659
662
|
"global": "enabled",
|
package/tokens/brands/argos.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"fontfamily": {
|
|
3
3
|
"body": {
|
|
4
|
-
"value": "{fontfamily.global.agrandir
|
|
4
|
+
"value": "{fontfamily.global.agrandir}",
|
|
5
5
|
"type": "fontFamilies"
|
|
6
6
|
},
|
|
7
7
|
"utility": {
|
|
8
|
-
"value": "{fontfamily.global.agrandir
|
|
8
|
+
"value": "{fontfamily.global.agrandir}",
|
|
9
9
|
"type": "fontFamilies"
|
|
10
10
|
},
|
|
11
11
|
"heading": {
|
|
12
|
-
"value": "{fontfamily.global.agrandir
|
|
12
|
+
"value": "{fontfamily.global.agrandir}",
|
|
13
13
|
"type": "fontFamilies"
|
|
14
14
|
},
|
|
15
15
|
"display": {
|
|
16
|
-
"value": "{fontfamily.global.agrandir
|
|
16
|
+
"value": "{fontfamily.global.agrandir}",
|
|
17
17
|
"type": "fontFamilies"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"primary": {
|
|
156
156
|
"interactive": {
|
|
157
157
|
"default": {
|
|
158
|
-
"value": "{color.brand.
|
|
158
|
+
"value": "{color.brand.primary}",
|
|
159
159
|
"type": "color"
|
|
160
160
|
},
|
|
161
161
|
"hover": {
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"type": "color"
|
|
189
189
|
},
|
|
190
190
|
"hover": {
|
|
191
|
-
"value": "{color.brand.
|
|
191
|
+
"value": "{color.brand.primary}",
|
|
192
192
|
"type": "color"
|
|
193
193
|
},
|
|
194
194
|
"active": {
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"type": "color"
|
|
205
205
|
},
|
|
206
206
|
"focus": {
|
|
207
|
-
"value": "{color.brand.
|
|
207
|
+
"value": "{color.brand.primary}",
|
|
208
208
|
"type": "color"
|
|
209
209
|
},
|
|
210
210
|
"filled": {
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"type": "color"
|
|
276
276
|
},
|
|
277
277
|
"hover": {
|
|
278
|
-
"value": "{color.brand.
|
|
278
|
+
"value": "{color.brand.primary}",
|
|
279
279
|
"type": "color"
|
|
280
280
|
},
|
|
281
281
|
"active": {
|
package/tokens/global.json
CHANGED
|
@@ -29,13 +29,9 @@
|
|
|
29
29
|
"value": "Poppins",
|
|
30
30
|
"type": "fontFamilies"
|
|
31
31
|
},
|
|
32
|
-
"agrandir
|
|
32
|
+
"agrandir": {
|
|
33
33
|
"value": "Agrandir",
|
|
34
34
|
"type": "fontFamilies"
|
|
35
|
-
},
|
|
36
|
-
"agrandir-regular": {
|
|
37
|
-
"value": "PP Agrandir",
|
|
38
|
-
"type": "fontFamilies"
|
|
39
35
|
}
|
|
40
36
|
}
|
|
41
37
|
},
|