villa-design-tokens 1.0.134 → 1.0.136
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 +70 -70
- package/tokens/brands/argos.json +55 -13
- package/tokens/brands/brainwash.json +55 -13
- package/tokens/brands/human.json +55 -13
- package/tokens/brands/vpro.json +55 -13
- package/tokens/brands/whitelabel.json +55 -13
- package/tokens/global.json +0 -19
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.136",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/base.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"xl": {
|
|
6
6
|
"value": {
|
|
7
7
|
"fontFamily": "{fontfamily.body}",
|
|
8
|
-
"fontWeight": "{fontweight.
|
|
8
|
+
"fontWeight": "{fontweight.body}",
|
|
9
9
|
"fontSize": "{fontsize.global.200}",
|
|
10
10
|
"lineHeight": "{lineheight.body}"
|
|
11
11
|
},
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"lg": {
|
|
15
15
|
"value": {
|
|
16
16
|
"fontFamily": "{fontfamily.body}",
|
|
17
|
-
"fontWeight": "{fontweight.
|
|
17
|
+
"fontWeight": "{fontweight.body}",
|
|
18
18
|
"fontSize": "{fontsize.global.180}",
|
|
19
19
|
"lineHeight": "{lineheight.body}"
|
|
20
20
|
},
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"md": {
|
|
24
24
|
"value": {
|
|
25
25
|
"fontFamily": "{fontfamily.body}",
|
|
26
|
-
"fontWeight": "{fontweight.
|
|
26
|
+
"fontWeight": "{fontweight.body}",
|
|
27
27
|
"fontSize": "{fontsize.global.140}",
|
|
28
28
|
"lineHeight": "{lineheight.body}"
|
|
29
29
|
},
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"sm": {
|
|
33
33
|
"value": {
|
|
34
34
|
"fontFamily": "{fontfamily.body}",
|
|
35
|
-
"fontWeight": "{fontweight.
|
|
35
|
+
"fontWeight": "{fontweight.body}",
|
|
36
36
|
"fontSize": "{fontsize.global.120}",
|
|
37
37
|
"lineHeight": "{lineheight.body}"
|
|
38
38
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"xl": {
|
|
44
44
|
"value": {
|
|
45
45
|
"fontFamily": "{fontfamily.body}",
|
|
46
|
-
"fontWeight": "{fontweight.
|
|
46
|
+
"fontWeight": "{fontweight.body}",
|
|
47
47
|
"fontSize": "{fontsize.global.220}",
|
|
48
48
|
"lineHeight": "{lineheight.body}"
|
|
49
49
|
},
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"lg": {
|
|
53
53
|
"value": {
|
|
54
54
|
"fontFamily": "{fontfamily.body}",
|
|
55
|
-
"fontWeight": "{fontweight.
|
|
55
|
+
"fontWeight": "{fontweight.body}",
|
|
56
56
|
"fontSize": "{fontsize.global.200}",
|
|
57
57
|
"lineHeight": "{lineheight.body}"
|
|
58
58
|
},
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"md": {
|
|
62
62
|
"value": {
|
|
63
63
|
"fontFamily": "{fontfamily.body}",
|
|
64
|
-
"fontWeight": "{fontweight.
|
|
64
|
+
"fontWeight": "{fontweight.body}",
|
|
65
65
|
"fontSize": "{fontsize.global.160}",
|
|
66
66
|
"lineHeight": "{lineheight.body}"
|
|
67
67
|
},
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"sm": {
|
|
71
71
|
"value": {
|
|
72
72
|
"fontFamily": "{fontfamily.body}",
|
|
73
|
-
"fontWeight": "{fontweight.
|
|
73
|
+
"fontWeight": "{fontweight.body}",
|
|
74
74
|
"fontSize": "{fontsize.global.140}",
|
|
75
75
|
"lineHeight": "{lineheight.body}"
|
|
76
76
|
},
|
|
@@ -82,28 +82,37 @@
|
|
|
82
82
|
"max": {
|
|
83
83
|
"intro": {
|
|
84
84
|
"value": {
|
|
85
|
-
"fontFamily": "{fontfamily.display}",
|
|
86
|
-
"fontWeight": "{fontweight.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
}
|
|
@@ -143,7 +161,7 @@
|
|
|
143
161
|
"xxl": {
|
|
144
162
|
"value": {
|
|
145
163
|
"fontFamily": "{fontfamily.utility}",
|
|
146
|
-
"fontWeight": "{fontweight.
|
|
164
|
+
"fontWeight": "{fontweight.utility}",
|
|
147
165
|
"fontSize": "{fontsize.global.180}",
|
|
148
166
|
"lineHeight": "{lineheight.utility}"
|
|
149
167
|
},
|
|
@@ -152,7 +170,7 @@
|
|
|
152
170
|
"xl": {
|
|
153
171
|
"value": {
|
|
154
172
|
"fontFamily": "{fontfamily.utility}",
|
|
155
|
-
"fontWeight": "{fontweight.
|
|
173
|
+
"fontWeight": "{fontweight.utility}",
|
|
156
174
|
"fontSize": "{fontsize.global.140}",
|
|
157
175
|
"lineHeight": "{lineheight.utility}"
|
|
158
176
|
},
|
|
@@ -161,7 +179,7 @@
|
|
|
161
179
|
"lg": {
|
|
162
180
|
"value": {
|
|
163
181
|
"fontFamily": "{fontfamily.utility}",
|
|
164
|
-
"fontWeight": "{fontweight.
|
|
182
|
+
"fontWeight": "{fontweight.utility}",
|
|
165
183
|
"fontSize": "{fontsize.global.100}",
|
|
166
184
|
"lineHeight": "{lineheight.utility}"
|
|
167
185
|
},
|
|
@@ -172,14 +190,14 @@
|
|
|
172
190
|
"fontFamily": "{fontfamily.utility}",
|
|
173
191
|
"fontSize": "{fontsize.global.60}",
|
|
174
192
|
"lineHeight": "{lineheight.utility}",
|
|
175
|
-
"fontWeight": "{fontweight.
|
|
193
|
+
"fontWeight": "{fontweight.utility}"
|
|
176
194
|
},
|
|
177
195
|
"type": "typography"
|
|
178
196
|
},
|
|
179
197
|
"sm": {
|
|
180
198
|
"value": {
|
|
181
199
|
"fontFamily": "{fontfamily.utility}",
|
|
182
|
-
"fontWeight": "{fontweight.
|
|
200
|
+
"fontWeight": "{fontweight.utility}",
|
|
183
201
|
"fontSize": "{fontsize.global.20}",
|
|
184
202
|
"lineHeight": "{lineheight.utility}"
|
|
185
203
|
},
|
|
@@ -190,7 +208,7 @@
|
|
|
190
208
|
"xxl": {
|
|
191
209
|
"value": {
|
|
192
210
|
"fontFamily": "{fontfamily.utility}",
|
|
193
|
-
"fontWeight": "{fontweight.
|
|
211
|
+
"fontWeight": "{fontweight.utility}",
|
|
194
212
|
"fontSize": "{fontsize.global.180}",
|
|
195
213
|
"lineHeight": "{lineheight.utility}"
|
|
196
214
|
},
|
|
@@ -199,7 +217,7 @@
|
|
|
199
217
|
"xl": {
|
|
200
218
|
"value": {
|
|
201
219
|
"fontFamily": "{fontfamily.utility}",
|
|
202
|
-
"fontWeight": "{fontweight.
|
|
220
|
+
"fontWeight": "{fontweight.utility}",
|
|
203
221
|
"fontSize": "{fontsize.global.140}",
|
|
204
222
|
"lineHeight": "{lineheight.utility}"
|
|
205
223
|
},
|
|
@@ -208,7 +226,7 @@
|
|
|
208
226
|
"lg": {
|
|
209
227
|
"value": {
|
|
210
228
|
"fontFamily": "{fontfamily.utility}",
|
|
211
|
-
"fontWeight": "{fontweight.
|
|
229
|
+
"fontWeight": "{fontweight.utility}",
|
|
212
230
|
"fontSize": "{fontsize.global.100}",
|
|
213
231
|
"lineHeight": "{lineheight.utility}"
|
|
214
232
|
},
|
|
@@ -217,7 +235,7 @@
|
|
|
217
235
|
"md": {
|
|
218
236
|
"value": {
|
|
219
237
|
"fontFamily": "{fontfamily.utility}",
|
|
220
|
-
"fontWeight": "{fontweight.
|
|
238
|
+
"fontWeight": "{fontweight.utility}",
|
|
221
239
|
"fontSize": "{fontsize.global.60}",
|
|
222
240
|
"lineHeight": "{lineheight.utility}"
|
|
223
241
|
},
|
|
@@ -226,7 +244,7 @@
|
|
|
226
244
|
"sm": {
|
|
227
245
|
"value": {
|
|
228
246
|
"fontFamily": "{fontfamily.utility}",
|
|
229
|
-
"fontWeight": "{fontweight.
|
|
247
|
+
"fontWeight": "{fontweight.utility}",
|
|
230
248
|
"fontSize": "{fontsize.global.20}",
|
|
231
249
|
"lineHeight": "{lineheight.utility}"
|
|
232
250
|
},
|
|
@@ -239,7 +257,7 @@
|
|
|
239
257
|
"xxxl": {
|
|
240
258
|
"value": {
|
|
241
259
|
"fontFamily": "{fontfamily.heading}",
|
|
242
|
-
"fontWeight": "{fontweight.
|
|
260
|
+
"fontWeight": "{fontweight.heading}",
|
|
243
261
|
"fontSize": "{fontsize.global.400}",
|
|
244
262
|
"lineHeight": "{lineheight.heading}"
|
|
245
263
|
},
|
|
@@ -248,7 +266,7 @@
|
|
|
248
266
|
"xxl": {
|
|
249
267
|
"value": {
|
|
250
268
|
"fontFamily": "{fontfamily.heading}",
|
|
251
|
-
"fontWeight": "{fontweight.
|
|
269
|
+
"fontWeight": "{fontweight.heading}",
|
|
252
270
|
"fontSize": "{fontsize.global.360}",
|
|
253
271
|
"lineHeight": "{lineheight.heading}"
|
|
254
272
|
},
|
|
@@ -257,7 +275,7 @@
|
|
|
257
275
|
"xl": {
|
|
258
276
|
"value": {
|
|
259
277
|
"fontFamily": "{fontfamily.heading}",
|
|
260
|
-
"fontWeight": "{fontweight.
|
|
278
|
+
"fontWeight": "{fontweight.heading}",
|
|
261
279
|
"fontSize": "{fontsize.global.340}",
|
|
262
280
|
"lineHeight": "{lineheight.heading}"
|
|
263
281
|
},
|
|
@@ -266,7 +284,7 @@
|
|
|
266
284
|
"lg": {
|
|
267
285
|
"value": {
|
|
268
286
|
"fontFamily": "{fontfamily.heading}",
|
|
269
|
-
"fontWeight": "{fontweight.
|
|
287
|
+
"fontWeight": "{fontweight.heading}",
|
|
270
288
|
"fontSize": "{fontsize.global.300}",
|
|
271
289
|
"lineHeight": "{lineheight.heading}"
|
|
272
290
|
},
|
|
@@ -275,7 +293,7 @@
|
|
|
275
293
|
"md": {
|
|
276
294
|
"value": {
|
|
277
295
|
"fontFamily": "{fontfamily.heading}",
|
|
278
|
-
"fontWeight": "{fontweight.
|
|
296
|
+
"fontWeight": "{fontweight.heading}",
|
|
279
297
|
"fontSize": "{fontsize.global.280}",
|
|
280
298
|
"lineHeight": "{lineheight.heading}"
|
|
281
299
|
},
|
|
@@ -284,7 +302,7 @@
|
|
|
284
302
|
"sm": {
|
|
285
303
|
"value": {
|
|
286
304
|
"fontFamily": "{fontfamily.heading}",
|
|
287
|
-
"fontWeight": "{fontweight.
|
|
305
|
+
"fontWeight": "{fontweight.heading}",
|
|
288
306
|
"fontSize": "{fontsize.global.240}",
|
|
289
307
|
"lineHeight": "{lineheight.heading}"
|
|
290
308
|
},
|
|
@@ -293,7 +311,7 @@
|
|
|
293
311
|
"xs": {
|
|
294
312
|
"value": {
|
|
295
313
|
"fontFamily": "{fontfamily.heading}",
|
|
296
|
-
"fontWeight": "{fontweight.
|
|
314
|
+
"fontWeight": "{fontweight.heading}",
|
|
297
315
|
"fontSize": "{fontsize.global.200}",
|
|
298
316
|
"lineHeight": "{lineheight.heading}"
|
|
299
317
|
},
|
|
@@ -302,7 +320,7 @@
|
|
|
302
320
|
"xxs": {
|
|
303
321
|
"value": {
|
|
304
322
|
"fontFamily": "{fontfamily.heading}",
|
|
305
|
-
"fontWeight": "{fontweight.
|
|
323
|
+
"fontWeight": "{fontweight.heading}",
|
|
306
324
|
"fontSize": "{fontsize.global.160}",
|
|
307
325
|
"lineHeight": "{lineheight.heading}"
|
|
308
326
|
},
|
|
@@ -313,7 +331,7 @@
|
|
|
313
331
|
"xxxl": {
|
|
314
332
|
"value": {
|
|
315
333
|
"fontFamily": "{fontfamily.heading}",
|
|
316
|
-
"fontWeight": "{fontweight.
|
|
334
|
+
"fontWeight": "{fontweight.heading}",
|
|
317
335
|
"fontSize": "{fontsize.global.480}",
|
|
318
336
|
"lineHeight": "{lineheight.heading}"
|
|
319
337
|
},
|
|
@@ -322,7 +340,7 @@
|
|
|
322
340
|
"xxl": {
|
|
323
341
|
"value": {
|
|
324
342
|
"fontFamily": "{fontfamily.heading}",
|
|
325
|
-
"fontWeight": "{fontweight.
|
|
343
|
+
"fontWeight": "{fontweight.heading}",
|
|
326
344
|
"fontSize": "{fontsize.global.460}",
|
|
327
345
|
"lineHeight": "{lineheight.heading}"
|
|
328
346
|
},
|
|
@@ -331,7 +349,7 @@
|
|
|
331
349
|
"xl": {
|
|
332
350
|
"value": {
|
|
333
351
|
"fontFamily": "{fontfamily.heading}",
|
|
334
|
-
"fontWeight": "{fontweight.
|
|
352
|
+
"fontWeight": "{fontweight.heading}",
|
|
335
353
|
"fontSize": "{fontsize.global.440}",
|
|
336
354
|
"lineHeight": "{lineheight.heading}"
|
|
337
355
|
},
|
|
@@ -340,7 +358,7 @@
|
|
|
340
358
|
"lg": {
|
|
341
359
|
"value": {
|
|
342
360
|
"fontFamily": "{fontfamily.heading}",
|
|
343
|
-
"fontWeight": "{fontweight.
|
|
361
|
+
"fontWeight": "{fontweight.heading}",
|
|
344
362
|
"fontSize": "{fontsize.global.420}",
|
|
345
363
|
"lineHeight": "{lineheight.heading}"
|
|
346
364
|
},
|
|
@@ -349,7 +367,7 @@
|
|
|
349
367
|
"md": {
|
|
350
368
|
"value": {
|
|
351
369
|
"fontFamily": "{fontfamily.heading}",
|
|
352
|
-
"fontWeight": "{fontweight.
|
|
370
|
+
"fontWeight": "{fontweight.heading}",
|
|
353
371
|
"fontSize": "{fontsize.global.380}",
|
|
354
372
|
"lineHeight": "{lineheight.heading}"
|
|
355
373
|
},
|
|
@@ -358,7 +376,7 @@
|
|
|
358
376
|
"sm": {
|
|
359
377
|
"value": {
|
|
360
378
|
"fontFamily": "{fontfamily.heading}",
|
|
361
|
-
"fontWeight": "{fontweight.
|
|
379
|
+
"fontWeight": "{fontweight.heading}",
|
|
362
380
|
"fontSize": "{fontsize.global.320}",
|
|
363
381
|
"lineHeight": "{lineheight.heading}"
|
|
364
382
|
},
|
|
@@ -367,7 +385,7 @@
|
|
|
367
385
|
"xs": {
|
|
368
386
|
"value": {
|
|
369
387
|
"fontFamily": "{fontfamily.heading}",
|
|
370
|
-
"fontWeight": "{fontweight.
|
|
388
|
+
"fontWeight": "{fontweight.heading}",
|
|
371
389
|
"fontSize": "{fontsize.global.260}",
|
|
372
390
|
"lineHeight": "{lineheight.heading}"
|
|
373
391
|
},
|
|
@@ -376,7 +394,7 @@
|
|
|
376
394
|
"xxs": {
|
|
377
395
|
"value": {
|
|
378
396
|
"fontFamily": "{fontfamily.heading}",
|
|
379
|
-
"fontWeight": "{fontweight.
|
|
397
|
+
"fontWeight": "{fontweight.heading}",
|
|
380
398
|
"fontSize": "{fontsize.global.220}",
|
|
381
399
|
"lineHeight": "{lineheight.heading}"
|
|
382
400
|
},
|
|
@@ -385,24 +403,6 @@
|
|
|
385
403
|
}
|
|
386
404
|
}
|
|
387
405
|
},
|
|
388
|
-
"fontweight": {
|
|
389
|
-
"light": {
|
|
390
|
-
"value": "300",
|
|
391
|
-
"type": "fontWeights"
|
|
392
|
-
},
|
|
393
|
-
"normal": {
|
|
394
|
-
"value": "400",
|
|
395
|
-
"type": "fontWeights"
|
|
396
|
-
},
|
|
397
|
-
"medium": {
|
|
398
|
-
"value": "500",
|
|
399
|
-
"type": "fontWeights"
|
|
400
|
-
},
|
|
401
|
-
"bold": {
|
|
402
|
-
"value": "700",
|
|
403
|
-
"type": "fontWeights"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
406
|
"spacing": {
|
|
407
407
|
"100": {
|
|
408
408
|
"value": "4px",
|
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,26 +45,54 @@
|
|
|
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": {
|
|
39
67
|
"body": {
|
|
40
|
-
"value": "{
|
|
41
|
-
"type": "
|
|
68
|
+
"value": "{fontweight.global.400}",
|
|
69
|
+
"type": "fontWeights"
|
|
42
70
|
},
|
|
43
71
|
"utility": {
|
|
44
|
-
"value": "{
|
|
45
|
-
"type": "
|
|
72
|
+
"value": "{fontweight.global.400}",
|
|
73
|
+
"type": "fontWeights"
|
|
46
74
|
},
|
|
47
75
|
"heading": {
|
|
48
|
-
"value": "{
|
|
49
|
-
"type": "
|
|
76
|
+
"value": "{fontweight.global.700}",
|
|
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": {
|
|
@@ -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,26 +45,54 @@
|
|
|
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": {
|
|
39
67
|
"body": {
|
|
40
|
-
"value": "{
|
|
41
|
-
"type": "
|
|
68
|
+
"value": "{fontweight.global.400}",
|
|
69
|
+
"type": "fontWeights"
|
|
42
70
|
},
|
|
43
71
|
"utility": {
|
|
44
|
-
"value": "{
|
|
45
|
-
"type": "
|
|
72
|
+
"value": "{fontweight.global.400}",
|
|
73
|
+
"type": "fontWeights"
|
|
46
74
|
},
|
|
47
75
|
"heading": {
|
|
48
|
-
"value": "{
|
|
49
|
-
"type": "
|
|
76
|
+
"value": "{fontweight.global.700}",
|
|
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/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,26 +45,54 @@
|
|
|
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": {
|
|
39
67
|
"body": {
|
|
40
|
-
"value": "{
|
|
41
|
-
"type": "
|
|
68
|
+
"value": "{fontweight.global.400}",
|
|
69
|
+
"type": "fontWeights"
|
|
42
70
|
},
|
|
43
71
|
"utility": {
|
|
44
|
-
"value": "{
|
|
45
|
-
"type": "
|
|
72
|
+
"value": "{fontweight.global.400}",
|
|
73
|
+
"type": "fontWeights"
|
|
46
74
|
},
|
|
47
75
|
"heading": {
|
|
48
|
-
"value": "{
|
|
49
|
-
"type": "
|
|
76
|
+
"value": "{fontweight.global.700}",
|
|
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,26 +45,54 @@
|
|
|
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": {
|
|
39
67
|
"body": {
|
|
40
|
-
"value": "{
|
|
41
|
-
"type": "
|
|
68
|
+
"value": "{fontweight.global.400}",
|
|
69
|
+
"type": "fontWeights"
|
|
42
70
|
},
|
|
43
71
|
"utility": {
|
|
44
|
-
"value": "{
|
|
45
|
-
"type": "
|
|
72
|
+
"value": "{fontweight.global.400}",
|
|
73
|
+
"type": "fontWeights"
|
|
46
74
|
},
|
|
47
75
|
"heading": {
|
|
48
|
-
"value": "{
|
|
49
|
-
"type": "
|
|
76
|
+
"value": "{fontweight.global.700}",
|
|
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": {
|
|
@@ -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,26 +45,54 @@
|
|
|
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": {
|
|
39
67
|
"body": {
|
|
40
|
-
"value": "{
|
|
41
|
-
"type": "
|
|
68
|
+
"value": "{fontweight.global.400}",
|
|
69
|
+
"type": "fontWeights"
|
|
42
70
|
},
|
|
43
71
|
"utility": {
|
|
44
|
-
"value": "{
|
|
45
|
-
"type": "
|
|
72
|
+
"value": "{fontweight.global.400}",
|
|
73
|
+
"type": "fontWeights"
|
|
46
74
|
},
|
|
47
75
|
"heading": {
|
|
48
|
-
"value": "{
|
|
49
|
-
"type": "
|
|
76
|
+
"value": "{fontweight.global.700}",
|
|
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/global.json
CHANGED
|
@@ -195,25 +195,6 @@
|
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
|
-
"letterspacing": {
|
|
199
|
-
"global": {
|
|
200
|
-
"100": {
|
|
201
|
-
"value": "-0.05em",
|
|
202
|
-
"type": "letterSpacing",
|
|
203
|
-
"description": "Tight"
|
|
204
|
-
},
|
|
205
|
-
"200": {
|
|
206
|
-
"value": "0em",
|
|
207
|
-
"type": "letterSpacing",
|
|
208
|
-
"description": "Normal"
|
|
209
|
-
},
|
|
210
|
-
"300": {
|
|
211
|
-
"value": "0.05em",
|
|
212
|
-
"type": "letterSpacing",
|
|
213
|
-
"description": "Breathable"
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
198
|
"color": {
|
|
218
199
|
"global": {
|
|
219
200
|
"grey": {
|