villa-design-tokens 1.0.135 → 1.0.137
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/base.json +36 -18
- package/tokens/brands/argos.json +51 -9
- package/tokens/brands/brainwash.json +52 -10
- package/tokens/brands/human.json +48 -6
- package/tokens/brands/vpro.json +53 -11
- package/tokens/brands/whitelabel.json +51 -13
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.137",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/base.json
CHANGED
|
@@ -82,28 +82,37 @@
|
|
|
82
82
|
"max": {
|
|
83
83
|
"intro": {
|
|
84
84
|
"value": {
|
|
85
|
-
"fontFamily": "{fontfamily.display}",
|
|
86
|
-
"fontWeight": "{fontweight.display}",
|
|
85
|
+
"fontFamily": "{fontfamily.display.intro}",
|
|
86
|
+
"fontWeight": "{fontweight.display.intro}",
|
|
87
87
|
"fontSize": "{fontsize.global.200}",
|
|
88
|
-
"lineHeight": "{lineheight.
|
|
88
|
+
"lineHeight": "{lineheight.display.intro}"
|
|
89
89
|
},
|
|
90
90
|
"type": "typography"
|
|
91
91
|
},
|
|
92
92
|
"name": {
|
|
93
93
|
"value": {
|
|
94
|
-
"fontFamily": "{fontfamily.display}",
|
|
95
|
-
"fontWeight": "{fontweight.
|
|
94
|
+
"fontFamily": "{fontfamily.display.name}",
|
|
95
|
+
"fontWeight": "{fontweight.display.name}",
|
|
96
96
|
"fontSize": "{fontsize.global.380}",
|
|
97
|
-
"lineHeight": "{lineheight.
|
|
97
|
+
"lineHeight": "{lineheight.display.name}"
|
|
98
98
|
},
|
|
99
99
|
"type": "typography"
|
|
100
100
|
},
|
|
101
101
|
"quote": {
|
|
102
102
|
"value": {
|
|
103
|
-
"fontFamily": "{fontfamily.display}",
|
|
104
|
-
"fontWeight": "{fontweight.display}",
|
|
103
|
+
"fontFamily": "{fontfamily.display.quote}",
|
|
104
|
+
"fontWeight": "{fontweight.display.quote}",
|
|
105
105
|
"fontSize": "{fontsize.global.220}",
|
|
106
|
-
"lineHeight": "{lineheight.
|
|
106
|
+
"lineHeight": "{lineheight.display.quote}"
|
|
107
|
+
},
|
|
108
|
+
"type": "typography"
|
|
109
|
+
},
|
|
110
|
+
"question": {
|
|
111
|
+
"value": {
|
|
112
|
+
"fontFamily": "{fontfamily.display.question}",
|
|
113
|
+
"fontWeight": "{fontweight.display.question}",
|
|
114
|
+
"fontSize": "{fontsize.global.120}",
|
|
115
|
+
"lineHeight": "{lineheight.display.question}"
|
|
107
116
|
},
|
|
108
117
|
"type": "typography"
|
|
109
118
|
}
|
|
@@ -111,28 +120,37 @@
|
|
|
111
120
|
"min": {
|
|
112
121
|
"intro": {
|
|
113
122
|
"value": {
|
|
114
|
-
"fontFamily": "{fontfamily.display}",
|
|
115
|
-
"fontWeight": "{fontweight.display}",
|
|
123
|
+
"fontFamily": "{fontfamily.display.intro}",
|
|
124
|
+
"fontWeight": "{fontweight.display.intro}",
|
|
116
125
|
"fontSize": "{fontsize.global.180}",
|
|
117
|
-
"lineHeight": "{lineheight.
|
|
126
|
+
"lineHeight": "{lineheight.display.intro}"
|
|
118
127
|
},
|
|
119
128
|
"type": "typography"
|
|
120
129
|
},
|
|
121
130
|
"name": {
|
|
122
131
|
"value": {
|
|
123
|
-
"fontFamily": "{fontfamily.display}",
|
|
124
|
-
"fontWeight": "{fontweight.
|
|
132
|
+
"fontFamily": "{fontfamily.display.name}",
|
|
133
|
+
"fontWeight": "{fontweight.display.name}",
|
|
125
134
|
"fontSize": "{fontsize.global.360}",
|
|
126
|
-
"lineHeight": "{lineheight.
|
|
135
|
+
"lineHeight": "{lineheight.display.name}"
|
|
127
136
|
},
|
|
128
137
|
"type": "typography"
|
|
129
138
|
},
|
|
130
139
|
"quote": {
|
|
131
140
|
"value": {
|
|
132
|
-
"fontFamily": "{fontfamily.display}",
|
|
133
|
-
"fontWeight": "{fontweight.display}",
|
|
141
|
+
"fontFamily": "{fontfamily.display.quote}",
|
|
142
|
+
"fontWeight": "{fontweight.display.quote}",
|
|
134
143
|
"fontSize": "{fontsize.global.200}",
|
|
135
|
-
"lineHeight": "{lineheight.
|
|
144
|
+
"lineHeight": "{lineheight.display.quote}"
|
|
145
|
+
},
|
|
146
|
+
"type": "typography"
|
|
147
|
+
},
|
|
148
|
+
"question": {
|
|
149
|
+
"value": {
|
|
150
|
+
"fontFamily": "{fontfamily.display.question}",
|
|
151
|
+
"fontWeight": "{fontweight.display.question}",
|
|
152
|
+
"fontSize": "{fontsize.global.140}",
|
|
153
|
+
"lineHeight": "{lineheight.display.question}"
|
|
136
154
|
},
|
|
137
155
|
"type": "typography"
|
|
138
156
|
}
|
package/tokens/brands/argos.json
CHANGED
|
@@ -13,8 +13,22 @@
|
|
|
13
13
|
"type": "fontFamilies"
|
|
14
14
|
},
|
|
15
15
|
"display": {
|
|
16
|
-
"
|
|
17
|
-
|
|
16
|
+
"intro": {
|
|
17
|
+
"value": "{fontfamily.global.agrandir-medium}",
|
|
18
|
+
"type": "fontFamilies"
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"value": "{fontfamily.global.agrandir-medium}",
|
|
22
|
+
"type": "fontFamilies"
|
|
23
|
+
},
|
|
24
|
+
"quote": {
|
|
25
|
+
"value": "{fontfamily.global.agrandir-medium}",
|
|
26
|
+
"type": "fontFamilies"
|
|
27
|
+
},
|
|
28
|
+
"question": {
|
|
29
|
+
"value": "{fontfamily.global.agrandir-regular}",
|
|
30
|
+
"type": "fontFamilies"
|
|
31
|
+
}
|
|
18
32
|
}
|
|
19
33
|
},
|
|
20
34
|
"lineheight": {
|
|
@@ -31,8 +45,22 @@
|
|
|
31
45
|
"type": "lineHeights"
|
|
32
46
|
},
|
|
33
47
|
"display": {
|
|
34
|
-
"
|
|
35
|
-
|
|
48
|
+
"intro": {
|
|
49
|
+
"value": "{lineheight.global.400}",
|
|
50
|
+
"type": "lineHeights"
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"value": "{lineheight.global.100}",
|
|
54
|
+
"type": "lineHeights"
|
|
55
|
+
},
|
|
56
|
+
"quote": {
|
|
57
|
+
"value": "{lineheight.global.400}",
|
|
58
|
+
"type": "lineHeights"
|
|
59
|
+
},
|
|
60
|
+
"question": {
|
|
61
|
+
"value": "{lineheight.global.300}",
|
|
62
|
+
"type": "lineHeights"
|
|
63
|
+
}
|
|
36
64
|
}
|
|
37
65
|
},
|
|
38
66
|
"fontweight": {
|
|
@@ -49,8 +77,22 @@
|
|
|
49
77
|
"type": "fontWeights"
|
|
50
78
|
},
|
|
51
79
|
"display": {
|
|
52
|
-
"
|
|
53
|
-
|
|
80
|
+
"intro": {
|
|
81
|
+
"value": "{fontweight.global.500}",
|
|
82
|
+
"type": "fontWeights"
|
|
83
|
+
},
|
|
84
|
+
"name": {
|
|
85
|
+
"value": "{fontweight.global.700}",
|
|
86
|
+
"type": "fontWeights"
|
|
87
|
+
},
|
|
88
|
+
"quote": {
|
|
89
|
+
"value": "{fontweight.global.500}",
|
|
90
|
+
"type": "fontWeights"
|
|
91
|
+
},
|
|
92
|
+
"question": {
|
|
93
|
+
"value": "{fontweight.global.700}",
|
|
94
|
+
"type": "fontWeights"
|
|
95
|
+
}
|
|
54
96
|
}
|
|
55
97
|
},
|
|
56
98
|
"color": {
|
|
@@ -188,7 +230,7 @@
|
|
|
188
230
|
"type": "color"
|
|
189
231
|
},
|
|
190
232
|
"hover": {
|
|
191
|
-
"value": "{color.brand.
|
|
233
|
+
"value": "{color.brand.primary}",
|
|
192
234
|
"type": "color"
|
|
193
235
|
},
|
|
194
236
|
"active": {
|
|
@@ -204,7 +246,7 @@
|
|
|
204
246
|
"type": "color"
|
|
205
247
|
},
|
|
206
248
|
"focus": {
|
|
207
|
-
"value": "{color.brand.
|
|
249
|
+
"value": "{color.brand.primary}",
|
|
208
250
|
"type": "color"
|
|
209
251
|
},
|
|
210
252
|
"filled": {
|
|
@@ -275,7 +317,7 @@
|
|
|
275
317
|
"type": "color"
|
|
276
318
|
},
|
|
277
319
|
"hover": {
|
|
278
|
-
"value": "{color.brand.
|
|
320
|
+
"value": "{color.brand.primary}",
|
|
279
321
|
"type": "color"
|
|
280
322
|
},
|
|
281
323
|
"active": {
|
|
@@ -13,8 +13,22 @@
|
|
|
13
13
|
"type": "fontFamilies"
|
|
14
14
|
},
|
|
15
15
|
"display": {
|
|
16
|
-
"
|
|
17
|
-
|
|
16
|
+
"intro": {
|
|
17
|
+
"value": "{fontfamily.global.poppins}",
|
|
18
|
+
"type": "fontFamilies"
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"value": "{fontfamily.global.poppins}",
|
|
22
|
+
"type": "fontFamilies"
|
|
23
|
+
},
|
|
24
|
+
"quote": {
|
|
25
|
+
"value": "{fontfamily.global.poppins}",
|
|
26
|
+
"type": "fontFamilies"
|
|
27
|
+
},
|
|
28
|
+
"question": {
|
|
29
|
+
"value": "{fontfamily.global.roboto}",
|
|
30
|
+
"type": "fontFamilies"
|
|
31
|
+
}
|
|
18
32
|
}
|
|
19
33
|
},
|
|
20
34
|
"lineheight": {
|
|
@@ -31,8 +45,22 @@
|
|
|
31
45
|
"type": "lineHeights"
|
|
32
46
|
},
|
|
33
47
|
"display": {
|
|
34
|
-
"
|
|
35
|
-
|
|
48
|
+
"intro": {
|
|
49
|
+
"value": "{lineheight.global.400}",
|
|
50
|
+
"type": "lineHeights"
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"value": "{lineheight.global.100}",
|
|
54
|
+
"type": "lineHeights"
|
|
55
|
+
},
|
|
56
|
+
"quote": {
|
|
57
|
+
"value": "{lineheight.global.400}",
|
|
58
|
+
"type": "lineHeights"
|
|
59
|
+
},
|
|
60
|
+
"question": {
|
|
61
|
+
"value": "{lineheight.global.300}",
|
|
62
|
+
"type": "lineHeights"
|
|
63
|
+
}
|
|
36
64
|
}
|
|
37
65
|
},
|
|
38
66
|
"fontweight": {
|
|
@@ -49,8 +77,22 @@
|
|
|
49
77
|
"type": "fontWeights"
|
|
50
78
|
},
|
|
51
79
|
"display": {
|
|
52
|
-
"
|
|
53
|
-
|
|
80
|
+
"intro": {
|
|
81
|
+
"value": "{fontweight.global.500}",
|
|
82
|
+
"type": "fontWeights"
|
|
83
|
+
},
|
|
84
|
+
"name": {
|
|
85
|
+
"value": "{fontweight.global.700}",
|
|
86
|
+
"type": "fontWeights"
|
|
87
|
+
},
|
|
88
|
+
"quote": {
|
|
89
|
+
"value": "{fontweight.global.500}",
|
|
90
|
+
"type": "fontWeights"
|
|
91
|
+
},
|
|
92
|
+
"question": {
|
|
93
|
+
"value": "{fontweight.global.700}",
|
|
94
|
+
"type": "fontWeights"
|
|
95
|
+
}
|
|
54
96
|
}
|
|
55
97
|
},
|
|
56
98
|
"color": {
|
|
@@ -155,7 +197,7 @@
|
|
|
155
197
|
"primary": {
|
|
156
198
|
"interactive": {
|
|
157
199
|
"default": {
|
|
158
|
-
"value": "{color.brand.
|
|
200
|
+
"value": "{color.brand.primary}",
|
|
159
201
|
"type": "color"
|
|
160
202
|
},
|
|
161
203
|
"hover": {
|
|
@@ -188,7 +230,7 @@
|
|
|
188
230
|
"type": "color"
|
|
189
231
|
},
|
|
190
232
|
"hover": {
|
|
191
|
-
"value": "{color.brand.
|
|
233
|
+
"value": "{color.brand.primary}",
|
|
192
234
|
"type": "color"
|
|
193
235
|
},
|
|
194
236
|
"active": {
|
|
@@ -204,7 +246,7 @@
|
|
|
204
246
|
"type": "color"
|
|
205
247
|
},
|
|
206
248
|
"focus": {
|
|
207
|
-
"value": "{color.brand.
|
|
249
|
+
"value": "{color.brand.primary}",
|
|
208
250
|
"type": "color"
|
|
209
251
|
},
|
|
210
252
|
"filled": {
|
|
@@ -275,7 +317,7 @@
|
|
|
275
317
|
"type": "color"
|
|
276
318
|
},
|
|
277
319
|
"hover": {
|
|
278
|
-
"value": "{color.brand.
|
|
320
|
+
"value": "{color.brand.primary}",
|
|
279
321
|
"type": "color"
|
|
280
322
|
},
|
|
281
323
|
"active": {
|
package/tokens/brands/human.json
CHANGED
|
@@ -13,8 +13,22 @@
|
|
|
13
13
|
"type": "fontFamilies"
|
|
14
14
|
},
|
|
15
15
|
"display": {
|
|
16
|
-
"
|
|
17
|
-
|
|
16
|
+
"intro": {
|
|
17
|
+
"value": "{fontfamily.global.bureau}",
|
|
18
|
+
"type": "fontFamilies"
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"value": "{fontfamily.global.bureau}",
|
|
22
|
+
"type": "fontFamilies"
|
|
23
|
+
},
|
|
24
|
+
"quote": {
|
|
25
|
+
"value": "{fontfamily.global.bureau}",
|
|
26
|
+
"type": "fontFamilies"
|
|
27
|
+
},
|
|
28
|
+
"question": {
|
|
29
|
+
"value": "{fontfamily.global.roboto}",
|
|
30
|
+
"type": "fontFamilies"
|
|
31
|
+
}
|
|
18
32
|
}
|
|
19
33
|
},
|
|
20
34
|
"lineheight": {
|
|
@@ -31,8 +45,22 @@
|
|
|
31
45
|
"type": "lineHeights"
|
|
32
46
|
},
|
|
33
47
|
"display": {
|
|
34
|
-
"
|
|
35
|
-
|
|
48
|
+
"intro": {
|
|
49
|
+
"value": "{lineheight.global.400}",
|
|
50
|
+
"type": "lineHeights"
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"value": "{lineheight.global.100}",
|
|
54
|
+
"type": "lineHeights"
|
|
55
|
+
},
|
|
56
|
+
"quote": {
|
|
57
|
+
"value": "{lineheight.global.400}",
|
|
58
|
+
"type": "lineHeights"
|
|
59
|
+
},
|
|
60
|
+
"question": {
|
|
61
|
+
"value": "{lineheight.global.300}",
|
|
62
|
+
"type": "lineHeights"
|
|
63
|
+
}
|
|
36
64
|
}
|
|
37
65
|
},
|
|
38
66
|
"fontweight": {
|
|
@@ -49,8 +77,22 @@
|
|
|
49
77
|
"type": "fontWeights"
|
|
50
78
|
},
|
|
51
79
|
"display": {
|
|
52
|
-
"
|
|
53
|
-
|
|
80
|
+
"intro": {
|
|
81
|
+
"value": "{fontweight.global.500}",
|
|
82
|
+
"type": "fontWeights"
|
|
83
|
+
},
|
|
84
|
+
"name": {
|
|
85
|
+
"value": "{fontweight.global.700}",
|
|
86
|
+
"type": "fontWeights"
|
|
87
|
+
},
|
|
88
|
+
"quote": {
|
|
89
|
+
"value": "{fontweight.global.500}",
|
|
90
|
+
"type": "fontWeights"
|
|
91
|
+
},
|
|
92
|
+
"question": {
|
|
93
|
+
"value": "{fontweight.global.700}",
|
|
94
|
+
"type": "fontWeights"
|
|
95
|
+
}
|
|
54
96
|
}
|
|
55
97
|
},
|
|
56
98
|
"color": {
|
package/tokens/brands/vpro.json
CHANGED
|
@@ -13,8 +13,22 @@
|
|
|
13
13
|
"type": "fontFamilies"
|
|
14
14
|
},
|
|
15
15
|
"display": {
|
|
16
|
-
"
|
|
17
|
-
|
|
16
|
+
"intro": {
|
|
17
|
+
"value": "{fontfamily.global.simplistic}",
|
|
18
|
+
"type": "fontFamilies"
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"value": "{fontfamily.global.simplistic}",
|
|
22
|
+
"type": "fontFamilies"
|
|
23
|
+
},
|
|
24
|
+
"quote": {
|
|
25
|
+
"value": "{fontfamily.global.simplistic}",
|
|
26
|
+
"type": "fontFamilies"
|
|
27
|
+
},
|
|
28
|
+
"question": {
|
|
29
|
+
"value": "{fontfamily.global.helvetica}",
|
|
30
|
+
"type": "fontFamilies"
|
|
31
|
+
}
|
|
18
32
|
}
|
|
19
33
|
},
|
|
20
34
|
"lineheight": {
|
|
@@ -31,8 +45,22 @@
|
|
|
31
45
|
"type": "lineHeights"
|
|
32
46
|
},
|
|
33
47
|
"display": {
|
|
34
|
-
"
|
|
35
|
-
|
|
48
|
+
"intro": {
|
|
49
|
+
"value": "{lineheight.global.400}",
|
|
50
|
+
"type": "lineHeights"
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"value": "{lineheight.global.100}",
|
|
54
|
+
"type": "lineHeights"
|
|
55
|
+
},
|
|
56
|
+
"quote": {
|
|
57
|
+
"value": "{lineheight.global.400}",
|
|
58
|
+
"type": "lineHeights"
|
|
59
|
+
},
|
|
60
|
+
"question": {
|
|
61
|
+
"value": "{lineheight.global.300}",
|
|
62
|
+
"type": "lineHeights"
|
|
63
|
+
}
|
|
36
64
|
}
|
|
37
65
|
},
|
|
38
66
|
"fontweight": {
|
|
@@ -49,8 +77,22 @@
|
|
|
49
77
|
"type": "fontWeights"
|
|
50
78
|
},
|
|
51
79
|
"display": {
|
|
52
|
-
"
|
|
53
|
-
|
|
80
|
+
"intro": {
|
|
81
|
+
"value": "{fontweight.global.500}",
|
|
82
|
+
"type": "fontWeights"
|
|
83
|
+
},
|
|
84
|
+
"name": {
|
|
85
|
+
"value": "{fontweight.global.700}",
|
|
86
|
+
"type": "fontWeights"
|
|
87
|
+
},
|
|
88
|
+
"quote": {
|
|
89
|
+
"value": "{fontweight.global.500}",
|
|
90
|
+
"type": "fontWeights"
|
|
91
|
+
},
|
|
92
|
+
"question": {
|
|
93
|
+
"value": "{fontweight.global.700}",
|
|
94
|
+
"type": "fontWeights"
|
|
95
|
+
}
|
|
54
96
|
}
|
|
55
97
|
},
|
|
56
98
|
"color": {
|
|
@@ -100,7 +142,7 @@
|
|
|
100
142
|
"type": "color"
|
|
101
143
|
},
|
|
102
144
|
"brand": {
|
|
103
|
-
"value": "{color.brand.
|
|
145
|
+
"value": "{color.brand.primary}",
|
|
104
146
|
"type": "color"
|
|
105
147
|
}
|
|
106
148
|
},
|
|
@@ -188,7 +230,7 @@
|
|
|
188
230
|
"type": "color"
|
|
189
231
|
},
|
|
190
232
|
"hover": {
|
|
191
|
-
"value": "{color.brand.
|
|
233
|
+
"value": "{color.brand.primary}",
|
|
192
234
|
"type": "color"
|
|
193
235
|
},
|
|
194
236
|
"active": {
|
|
@@ -204,7 +246,7 @@
|
|
|
204
246
|
"type": "color"
|
|
205
247
|
},
|
|
206
248
|
"focus": {
|
|
207
|
-
"value": "{color.brand.
|
|
249
|
+
"value": "{color.brand.primary}",
|
|
208
250
|
"type": "color"
|
|
209
251
|
},
|
|
210
252
|
"filled": {
|
|
@@ -214,7 +256,7 @@
|
|
|
214
256
|
},
|
|
215
257
|
"link": {
|
|
216
258
|
"default": {
|
|
217
|
-
"value": "{color.brand.
|
|
259
|
+
"value": "{color.brand.primary}",
|
|
218
260
|
"type": "color"
|
|
219
261
|
},
|
|
220
262
|
"hover": {
|
|
@@ -275,7 +317,7 @@
|
|
|
275
317
|
"type": "color"
|
|
276
318
|
},
|
|
277
319
|
"hover": {
|
|
278
|
-
"value": "{color.brand.
|
|
320
|
+
"value": "{color.brand.primary}",
|
|
279
321
|
"type": "color"
|
|
280
322
|
},
|
|
281
323
|
"active": {
|
|
@@ -13,8 +13,22 @@
|
|
|
13
13
|
"type": "fontFamilies"
|
|
14
14
|
},
|
|
15
15
|
"display": {
|
|
16
|
-
"
|
|
17
|
-
|
|
16
|
+
"intro": {
|
|
17
|
+
"value": "{fontfamily.global.helvetica}",
|
|
18
|
+
"type": "fontFamilies"
|
|
19
|
+
},
|
|
20
|
+
"name": {
|
|
21
|
+
"value": "{fontfamily.global.helvetica}",
|
|
22
|
+
"type": "fontFamilies"
|
|
23
|
+
},
|
|
24
|
+
"quote": {
|
|
25
|
+
"value": "{fontfamily.global.helvetica}",
|
|
26
|
+
"type": "fontFamilies"
|
|
27
|
+
},
|
|
28
|
+
"question": {
|
|
29
|
+
"value": "{fontfamily.global.helvetica}",
|
|
30
|
+
"type": "fontFamilies"
|
|
31
|
+
}
|
|
18
32
|
}
|
|
19
33
|
},
|
|
20
34
|
"lineheight": {
|
|
@@ -31,8 +45,22 @@
|
|
|
31
45
|
"type": "lineHeights"
|
|
32
46
|
},
|
|
33
47
|
"display": {
|
|
34
|
-
"
|
|
35
|
-
|
|
48
|
+
"intro": {
|
|
49
|
+
"value": "{lineheight.global.400}",
|
|
50
|
+
"type": "lineHeights"
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"value": "{lineheight.global.100}",
|
|
54
|
+
"type": "lineHeights"
|
|
55
|
+
},
|
|
56
|
+
"quote": {
|
|
57
|
+
"value": "{lineheight.global.400}",
|
|
58
|
+
"type": "lineHeights"
|
|
59
|
+
},
|
|
60
|
+
"question": {
|
|
61
|
+
"value": "{lineheight.global.300}",
|
|
62
|
+
"type": "lineHeights"
|
|
63
|
+
}
|
|
36
64
|
}
|
|
37
65
|
},
|
|
38
66
|
"fontweight": {
|
|
@@ -49,8 +77,22 @@
|
|
|
49
77
|
"type": "fontWeights"
|
|
50
78
|
},
|
|
51
79
|
"display": {
|
|
52
|
-
"
|
|
53
|
-
|
|
80
|
+
"intro": {
|
|
81
|
+
"value": "{fontweight.global.500}",
|
|
82
|
+
"type": "fontWeights"
|
|
83
|
+
},
|
|
84
|
+
"name": {
|
|
85
|
+
"value": "{fontweight.global.700}",
|
|
86
|
+
"type": "fontWeights"
|
|
87
|
+
},
|
|
88
|
+
"quote": {
|
|
89
|
+
"value": "{fontweight.global.500}",
|
|
90
|
+
"type": "fontWeights"
|
|
91
|
+
},
|
|
92
|
+
"question": {
|
|
93
|
+
"value": "{fontweight.global.700}",
|
|
94
|
+
"type": "fontWeights"
|
|
95
|
+
}
|
|
54
96
|
}
|
|
55
97
|
},
|
|
56
98
|
"color": {
|
|
@@ -100,7 +142,7 @@
|
|
|
100
142
|
"type": "color"
|
|
101
143
|
},
|
|
102
144
|
"brand": {
|
|
103
|
-
"value": "{color.brand.
|
|
145
|
+
"value": "{color.brand.primary}",
|
|
104
146
|
"type": "color"
|
|
105
147
|
}
|
|
106
148
|
},
|
|
@@ -155,7 +197,7 @@
|
|
|
155
197
|
"primary": {
|
|
156
198
|
"interactive": {
|
|
157
199
|
"default": {
|
|
158
|
-
"value": "{color.brand.
|
|
200
|
+
"value": "{color.brand.primary}",
|
|
159
201
|
"type": "color"
|
|
160
202
|
},
|
|
161
203
|
"hover": {
|
|
@@ -223,11 +265,7 @@
|
|
|
223
265
|
},
|
|
224
266
|
"inverse": {
|
|
225
267
|
"value": "{color.global.grey.100}",
|
|
226
|
-
"type": "color"
|
|
227
|
-
"hover": {
|
|
228
|
-
"value": "#9E9E9E",
|
|
229
|
-
"type": "color"
|
|
230
|
-
}
|
|
268
|
+
"type": "color"
|
|
231
269
|
},
|
|
232
270
|
"inverse-hover": {
|
|
233
271
|
"value": "{color.global.grey.300}",
|