villa-design-tokens 1.0.20 → 1.0.22
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.22",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/vpro/Design-tokens.git"
|
package/tokens/$metadata.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"fontFamily": {
|
|
3
3
|
"alias": {
|
|
4
4
|
"body": {
|
|
5
|
-
"value": "{
|
|
5
|
+
"value": "{fontFamily-vesta}",
|
|
6
6
|
"type": "fontFamilies"
|
|
7
7
|
},
|
|
8
8
|
"heading": {
|
|
9
|
-
"value": "{
|
|
9
|
+
"value": "{fontFamily-simplistic}",
|
|
10
10
|
"type": "fontFamilies"
|
|
11
11
|
},
|
|
12
12
|
"subheading": {
|
|
13
|
-
"value": "{
|
|
13
|
+
"value": "{fontFamily-simplistic}",
|
|
14
14
|
"type": "fontFamilies"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"fontSize": {
|
|
19
19
|
"reading": {
|
|
20
|
-
"value": "{
|
|
20
|
+
"value": "{fontSize-100}",
|
|
21
21
|
"type": "fontSizes"
|
|
22
22
|
},
|
|
23
|
-
"
|
|
24
|
-
"value": "{
|
|
23
|
+
"subHeading": {
|
|
24
|
+
"value": "{fontSize-200}",
|
|
25
25
|
"type": "fontSizes"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
-
"
|
|
28
|
+
"fontWeight": {
|
|
29
29
|
"alias": {
|
|
30
30
|
"normal": {
|
|
31
31
|
"value": "300",
|
|
@@ -41,31 +41,31 @@
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"
|
|
44
|
+
"lineHeight": {
|
|
45
45
|
"compact": {
|
|
46
|
-
"value": "{
|
|
46
|
+
"value": "{lineHeight-100}",
|
|
47
47
|
"type": "lineHeights"
|
|
48
48
|
},
|
|
49
49
|
"reading": {
|
|
50
|
-
"value": "{
|
|
50
|
+
"value": "{lineHeight-200}",
|
|
51
51
|
"type": "lineHeights"
|
|
52
52
|
},
|
|
53
53
|
"relaxed": {
|
|
54
|
-
"value": "{
|
|
54
|
+
"value": "{lineHeight-400}",
|
|
55
55
|
"type": "lineHeights"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"
|
|
58
|
+
"letterSpacing": {
|
|
59
59
|
"tight": {
|
|
60
|
-
"value": "{
|
|
60
|
+
"value": "{letterSpacing-100}",
|
|
61
61
|
"type": "letterSpacing"
|
|
62
62
|
},
|
|
63
63
|
"normal": {
|
|
64
|
-
"value": "{
|
|
64
|
+
"value": "{letterSpacing-200}",
|
|
65
65
|
"type": "letterSpacing"
|
|
66
66
|
},
|
|
67
67
|
"relaxed": {
|
|
68
|
-
"value": "{
|
|
68
|
+
"value": "{letterSpacing-300}",
|
|
69
69
|
"type": "letterSpacing"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
@@ -257,61 +257,61 @@
|
|
|
257
257
|
"heading": {
|
|
258
258
|
"xl": {
|
|
259
259
|
"value": {
|
|
260
|
-
"fontFamily": "{
|
|
261
|
-
"fontWeight": "{
|
|
262
|
-
"lineHeight": "{
|
|
263
|
-
"fontSize": "{
|
|
264
|
-
"letterSpacing": "{
|
|
260
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
261
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
262
|
+
"lineHeight": "{lineHeight.compact}",
|
|
263
|
+
"fontSize": "{fontSize-500}",
|
|
264
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
265
265
|
},
|
|
266
266
|
"type": "typography"
|
|
267
267
|
},
|
|
268
268
|
"lg": {
|
|
269
269
|
"value": {
|
|
270
|
-
"fontFamily": "{
|
|
271
|
-
"fontWeight": "{
|
|
272
|
-
"lineHeight": "{
|
|
273
|
-
"fontSize": "{
|
|
274
|
-
"letterSpacing": "{
|
|
270
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
271
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
272
|
+
"lineHeight": "{lineHeight.compact}",
|
|
273
|
+
"fontSize": "{fontSize-400}",
|
|
274
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
275
275
|
},
|
|
276
276
|
"type": "typography"
|
|
277
277
|
},
|
|
278
278
|
"md": {
|
|
279
279
|
"value": {
|
|
280
|
-
"fontFamily": "{
|
|
281
|
-
"fontWeight": "{
|
|
282
|
-
"lineHeight": "{
|
|
283
|
-
"fontSize": "{
|
|
284
|
-
"letterSpacing": "{
|
|
280
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
281
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
282
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
283
|
+
"fontSize": "{fontSize-300}",
|
|
284
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
285
285
|
},
|
|
286
286
|
"type": "typography"
|
|
287
287
|
},
|
|
288
288
|
"sm": {
|
|
289
289
|
"value": {
|
|
290
|
-
"fontFamily": "{
|
|
291
|
-
"fontWeight": "{
|
|
292
|
-
"lineHeight": "{
|
|
293
|
-
"fontSize": "{
|
|
294
|
-
"letterSpacing": "{
|
|
290
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
291
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
292
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
293
|
+
"fontSize": "{fontSize-200}",
|
|
294
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
295
295
|
},
|
|
296
296
|
"type": "typography"
|
|
297
297
|
},
|
|
298
298
|
"xs": {
|
|
299
299
|
"value": {
|
|
300
|
-
"fontFamily": "{
|
|
301
|
-
"fontWeight": "{
|
|
302
|
-
"lineHeight": "{
|
|
303
|
-
"fontSize": "{
|
|
304
|
-
"letterSpacing": "{
|
|
300
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
301
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
302
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
303
|
+
"fontSize": "{fontSize-100}",
|
|
304
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
305
305
|
},
|
|
306
306
|
"type": "typography"
|
|
307
307
|
},
|
|
308
308
|
"xxs": {
|
|
309
309
|
"value": {
|
|
310
|
-
"fontFamily": "{
|
|
311
|
-
"fontWeight": "{
|
|
312
|
-
"lineHeight": "{
|
|
313
|
-
"fontSize": "{
|
|
314
|
-
"letterSpacing": "{
|
|
310
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
311
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
312
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
313
|
+
"fontSize": "{fontSize-100}",
|
|
314
|
+
"letterSpacing": "{letterSpacing.tight}"
|
|
315
315
|
},
|
|
316
316
|
"type": "typography"
|
|
317
317
|
}
|
|
@@ -319,51 +319,51 @@
|
|
|
319
319
|
"subheading": {
|
|
320
320
|
"lg": {
|
|
321
321
|
"value": {
|
|
322
|
-
"fontFamily": "{
|
|
323
|
-
"fontWeight": "{
|
|
324
|
-
"lineHeight": "{
|
|
325
|
-
"fontSize": "{
|
|
326
|
-
"letterSpacing": "{
|
|
322
|
+
"fontFamily": "{fontFamily.alias.subheading}",
|
|
323
|
+
"fontWeight": "{fontWeight.alias.medium}",
|
|
324
|
+
"lineHeight": "{lineHeight.compact}",
|
|
325
|
+
"fontSize": "{fontSize-300}",
|
|
326
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
327
327
|
},
|
|
328
328
|
"type": "typography"
|
|
329
329
|
},
|
|
330
330
|
"md": {
|
|
331
331
|
"value": {
|
|
332
|
-
"fontFamily": "{
|
|
333
|
-
"fontWeight": "{
|
|
334
|
-
"lineHeight": "{
|
|
335
|
-
"fontSize": "{
|
|
336
|
-
"letterSpacing": "{
|
|
332
|
+
"fontFamily": "{fontFamily.alias.subheading}",
|
|
333
|
+
"fontWeight": "{fontWeight.alias.medium}",
|
|
334
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
335
|
+
"fontSize": "{fontSize-200}",
|
|
336
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
337
337
|
},
|
|
338
338
|
"type": "typography"
|
|
339
339
|
},
|
|
340
340
|
"sm": {
|
|
341
341
|
"value": {
|
|
342
|
-
"fontFamily": "{
|
|
343
|
-
"fontWeight": "{
|
|
344
|
-
"lineHeight": "{
|
|
345
|
-
"fontSize": "{
|
|
346
|
-
"letterSpacing": "{
|
|
342
|
+
"fontFamily": "{fontFamily.alias.subheading}",
|
|
343
|
+
"fontWeight": "{fontWeight.alias.medium}",
|
|
344
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
345
|
+
"fontSize": "{fontSize-100}",
|
|
346
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
347
347
|
},
|
|
348
348
|
"type": "typography"
|
|
349
349
|
},
|
|
350
350
|
"xs": {
|
|
351
351
|
"value": {
|
|
352
|
-
"fontFamily": "{
|
|
353
|
-
"fontWeight": "{
|
|
354
|
-
"lineHeight": "{
|
|
355
|
-
"fontSize": "{
|
|
356
|
-
"letterSpacing": "{
|
|
352
|
+
"fontFamily": "{fontFamily.alias.subheading}",
|
|
353
|
+
"fontWeight": "{fontWeight.alias.medium}",
|
|
354
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
355
|
+
"fontSize": "{fontSize-100}",
|
|
356
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
357
357
|
},
|
|
358
358
|
"type": "typography"
|
|
359
359
|
},
|
|
360
360
|
"xxs": {
|
|
361
361
|
"value": {
|
|
362
|
-
"fontFamily": "{
|
|
363
|
-
"fontWeight": "{
|
|
364
|
-
"lineHeight": "{
|
|
365
|
-
"fontSize": "{
|
|
366
|
-
"letterSpacing": "{
|
|
362
|
+
"fontFamily": "{fontFamily.alias.subheading}",
|
|
363
|
+
"fontWeight": "{fontWeight.alias.medium}",
|
|
364
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
365
|
+
"fontSize": "{fontSize-100}",
|
|
366
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
367
367
|
},
|
|
368
368
|
"type": "typography"
|
|
369
369
|
}
|
|
@@ -371,38 +371,34 @@
|
|
|
371
371
|
"body": {
|
|
372
372
|
"lg": {
|
|
373
373
|
"value": {
|
|
374
|
-
"fontFamily": "{
|
|
375
|
-
"fontWeight": "{
|
|
376
|
-
"lineHeight": "{
|
|
377
|
-
"fontSize": "{
|
|
378
|
-
"letterSpacing": "{
|
|
374
|
+
"fontFamily": "{fontFamily.alias.body}",
|
|
375
|
+
"fontWeight": "{fontWeight.alias.normal}",
|
|
376
|
+
"lineHeight": "{lineHeight.reading}",
|
|
377
|
+
"fontSize": "{fontSize-300}",
|
|
378
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
379
379
|
},
|
|
380
380
|
"type": "typography"
|
|
381
381
|
},
|
|
382
382
|
"md": {
|
|
383
383
|
"value": {
|
|
384
|
-
"fontFamily": "{
|
|
385
|
-
"fontWeight": "{
|
|
386
|
-
"lineHeight": "{
|
|
387
|
-
"fontSize": "{
|
|
388
|
-
"letterSpacing": "{
|
|
384
|
+
"fontFamily": "{fontFamily.alias.body}",
|
|
385
|
+
"fontWeight": "{fontWeight.alias.normal}",
|
|
386
|
+
"lineHeight": "{lineHeight.reading}",
|
|
387
|
+
"fontSize": "{fontSize-200}",
|
|
388
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
389
389
|
},
|
|
390
390
|
"type": "typography"
|
|
391
391
|
},
|
|
392
392
|
"sm": {
|
|
393
393
|
"value": {
|
|
394
|
-
"fontFamily": "{
|
|
395
|
-
"fontWeight": "{
|
|
396
|
-
"lineHeight": "{
|
|
397
|
-
"fontSize": "{
|
|
398
|
-
"letterSpacing": "{
|
|
394
|
+
"fontFamily": "{fontFamily.alias.body}",
|
|
395
|
+
"fontWeight": "{fontWeight.alias.normal}",
|
|
396
|
+
"lineHeight": "{lineHeight.reading}",
|
|
397
|
+
"fontSize": "{fontSize-100}",
|
|
398
|
+
"letterSpacing": "{letterSpacing.tight}"
|
|
399
399
|
},
|
|
400
400
|
"type": "typography"
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
|
-
},
|
|
404
|
-
"button-radius": {
|
|
405
|
-
"value": "{radius-big}",
|
|
406
|
-
"type": "borderRadius"
|
|
407
403
|
}
|
|
408
404
|
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"fontFamily": {
|
|
3
3
|
"alias": {
|
|
4
4
|
"body": {
|
|
5
|
-
"value": "{
|
|
5
|
+
"value": "{fontFamily-helvetica}",
|
|
6
6
|
"type": "fontFamilies"
|
|
7
7
|
},
|
|
8
8
|
"heading": {
|
|
9
|
-
"value": "{
|
|
9
|
+
"value": "{fontFamily-bureau}",
|
|
10
10
|
"type": "fontFamilies"
|
|
11
11
|
},
|
|
12
12
|
"subheading": {
|
|
13
|
-
"value": "{
|
|
13
|
+
"value": "{fontFamily-bureau}",
|
|
14
14
|
"type": "fontFamilies"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"fontSize": {
|
|
19
19
|
"reading": {
|
|
20
|
-
"value": "{
|
|
20
|
+
"value": "{fontSize-100}",
|
|
21
21
|
"type": "fontSizes"
|
|
22
22
|
},
|
|
23
|
-
"
|
|
24
|
-
"value": "{
|
|
23
|
+
"subHeading": {
|
|
24
|
+
"value": "{fontSize-200}",
|
|
25
25
|
"type": "fontSizes"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
-
"
|
|
28
|
+
"fontWeight": {
|
|
29
29
|
"alias": {
|
|
30
30
|
"normal": {
|
|
31
31
|
"value": "300",
|
|
@@ -41,31 +41,31 @@
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"
|
|
44
|
+
"lineHeight": {
|
|
45
45
|
"compact": {
|
|
46
|
-
"value": "{
|
|
46
|
+
"value": "{lineHeight-100}",
|
|
47
47
|
"type": "lineHeights"
|
|
48
48
|
},
|
|
49
49
|
"reading": {
|
|
50
|
-
"value": "{
|
|
50
|
+
"value": "{lineHeight-200}",
|
|
51
51
|
"type": "lineHeights"
|
|
52
52
|
},
|
|
53
53
|
"relaxed": {
|
|
54
|
-
"value": "{
|
|
54
|
+
"value": "{lineHeight-400}",
|
|
55
55
|
"type": "lineHeights"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
|
-
"
|
|
58
|
+
"letterSpacing": {
|
|
59
59
|
"tight": {
|
|
60
|
-
"value": "{
|
|
60
|
+
"value": "{letterSpacing-100}",
|
|
61
61
|
"type": "letterSpacing"
|
|
62
62
|
},
|
|
63
63
|
"normal": {
|
|
64
|
-
"value": "{
|
|
64
|
+
"value": "{letterSpacing-200}",
|
|
65
65
|
"type": "letterSpacing"
|
|
66
66
|
},
|
|
67
67
|
"relaxed": {
|
|
68
|
-
"value": "{
|
|
68
|
+
"value": "{letterSpacing-300}",
|
|
69
69
|
"type": "letterSpacing"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
@@ -257,61 +257,61 @@
|
|
|
257
257
|
"heading": {
|
|
258
258
|
"xl": {
|
|
259
259
|
"value": {
|
|
260
|
-
"fontFamily": "{
|
|
261
|
-
"fontWeight": "{
|
|
262
|
-
"lineHeight": "{
|
|
263
|
-
"fontSize": "{
|
|
264
|
-
"letterSpacing": "{
|
|
260
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
261
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
262
|
+
"lineHeight": "{lineHeight.compact}",
|
|
263
|
+
"fontSize": "{fontSize-500}",
|
|
264
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
265
265
|
},
|
|
266
266
|
"type": "typography"
|
|
267
267
|
},
|
|
268
268
|
"lg": {
|
|
269
269
|
"value": {
|
|
270
|
-
"fontFamily": "{
|
|
271
|
-
"fontWeight": "{
|
|
272
|
-
"lineHeight": "{
|
|
273
|
-
"fontSize": "{
|
|
274
|
-
"letterSpacing": "{
|
|
270
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
271
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
272
|
+
"lineHeight": "{lineHeight.compact}",
|
|
273
|
+
"fontSize": "{fontSize-400}",
|
|
274
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
275
275
|
},
|
|
276
276
|
"type": "typography"
|
|
277
277
|
},
|
|
278
278
|
"md": {
|
|
279
279
|
"value": {
|
|
280
|
-
"fontFamily": "{
|
|
281
|
-
"fontWeight": "{
|
|
282
|
-
"lineHeight": "{
|
|
283
|
-
"fontSize": "{
|
|
284
|
-
"letterSpacing": "{
|
|
280
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
281
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
282
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
283
|
+
"fontSize": "{fontSize-300}",
|
|
284
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
285
285
|
},
|
|
286
286
|
"type": "typography"
|
|
287
287
|
},
|
|
288
288
|
"sm": {
|
|
289
289
|
"value": {
|
|
290
|
-
"fontFamily": "{
|
|
291
|
-
"fontWeight": "{
|
|
292
|
-
"lineHeight": "{
|
|
293
|
-
"fontSize": "{
|
|
294
|
-
"letterSpacing": "{
|
|
290
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
291
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
292
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
293
|
+
"fontSize": "{fontSize-200}",
|
|
294
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
295
295
|
},
|
|
296
296
|
"type": "typography"
|
|
297
297
|
},
|
|
298
298
|
"xs": {
|
|
299
299
|
"value": {
|
|
300
|
-
"fontFamily": "{
|
|
301
|
-
"fontWeight": "{
|
|
302
|
-
"lineHeight": "{
|
|
303
|
-
"fontSize": "{
|
|
304
|
-
"letterSpacing": "{
|
|
300
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
301
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
302
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
303
|
+
"fontSize": "{fontSize-100}",
|
|
304
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
305
305
|
},
|
|
306
306
|
"type": "typography"
|
|
307
307
|
},
|
|
308
308
|
"xxs": {
|
|
309
309
|
"value": {
|
|
310
|
-
"fontFamily": "{
|
|
311
|
-
"fontWeight": "{
|
|
312
|
-
"lineHeight": "{
|
|
313
|
-
"fontSize": "{
|
|
314
|
-
"letterSpacing": "{
|
|
310
|
+
"fontFamily": "{fontFamily.alias.heading}",
|
|
311
|
+
"fontWeight": "{fontWeight.alias.bold}",
|
|
312
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
313
|
+
"fontSize": "{fontSize-100}",
|
|
314
|
+
"letterSpacing": "{letterSpacing.tight}"
|
|
315
315
|
},
|
|
316
316
|
"type": "typography"
|
|
317
317
|
}
|
|
@@ -319,51 +319,51 @@
|
|
|
319
319
|
"subheading": {
|
|
320
320
|
"lg": {
|
|
321
321
|
"value": {
|
|
322
|
-
"fontFamily": "{
|
|
323
|
-
"fontWeight": "{
|
|
324
|
-
"lineHeight": "{
|
|
325
|
-
"fontSize": "{
|
|
326
|
-
"letterSpacing": "{
|
|
322
|
+
"fontFamily": "{fontFamily.alias.subheading}",
|
|
323
|
+
"fontWeight": "{fontWeight.alias.medium}",
|
|
324
|
+
"lineHeight": "{lineHeight.compact}",
|
|
325
|
+
"fontSize": "{fontSize-300}",
|
|
326
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
327
327
|
},
|
|
328
328
|
"type": "typography"
|
|
329
329
|
},
|
|
330
330
|
"md": {
|
|
331
331
|
"value": {
|
|
332
|
-
"fontFamily": "{
|
|
333
|
-
"fontWeight": "{
|
|
334
|
-
"lineHeight": "{
|
|
335
|
-
"fontSize": "{
|
|
336
|
-
"letterSpacing": "{
|
|
332
|
+
"fontFamily": "{fontFamily.alias.subheading}",
|
|
333
|
+
"fontWeight": "{fontWeight.alias.medium}",
|
|
334
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
335
|
+
"fontSize": "{fontSize-200}",
|
|
336
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
337
337
|
},
|
|
338
338
|
"type": "typography"
|
|
339
339
|
},
|
|
340
340
|
"sm": {
|
|
341
341
|
"value": {
|
|
342
|
-
"fontFamily": "{
|
|
343
|
-
"fontWeight": "{
|
|
344
|
-
"lineHeight": "{
|
|
345
|
-
"fontSize": "{
|
|
346
|
-
"letterSpacing": "{
|
|
342
|
+
"fontFamily": "{fontFamily.alias.subheading}",
|
|
343
|
+
"fontWeight": "{fontWeight.alias.medium}",
|
|
344
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
345
|
+
"fontSize": "{fontSize-100}",
|
|
346
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
347
347
|
},
|
|
348
348
|
"type": "typography"
|
|
349
349
|
},
|
|
350
350
|
"xs": {
|
|
351
351
|
"value": {
|
|
352
|
-
"fontFamily": "{
|
|
353
|
-
"fontWeight": "{
|
|
354
|
-
"lineHeight": "{
|
|
355
|
-
"fontSize": "{
|
|
356
|
-
"letterSpacing": "{
|
|
352
|
+
"fontFamily": "{fontFamily.alias.subheading}",
|
|
353
|
+
"fontWeight": "{fontWeight.alias.medium}",
|
|
354
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
355
|
+
"fontSize": "{fontSize-100}",
|
|
356
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
357
357
|
},
|
|
358
358
|
"type": "typography"
|
|
359
359
|
},
|
|
360
360
|
"xxs": {
|
|
361
361
|
"value": {
|
|
362
|
-
"fontFamily": "{
|
|
363
|
-
"fontWeight": "{
|
|
364
|
-
"lineHeight": "{
|
|
365
|
-
"fontSize": "{
|
|
366
|
-
"letterSpacing": "{
|
|
362
|
+
"fontFamily": "{fontFamily.alias.subheading}",
|
|
363
|
+
"fontWeight": "{fontWeight.alias.medium}",
|
|
364
|
+
"lineHeight": "{lineHeight.relaxed}",
|
|
365
|
+
"fontSize": "{fontSize-100}",
|
|
366
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
367
367
|
},
|
|
368
368
|
"type": "typography"
|
|
369
369
|
}
|
|
@@ -371,38 +371,34 @@
|
|
|
371
371
|
"body": {
|
|
372
372
|
"lg": {
|
|
373
373
|
"value": {
|
|
374
|
-
"fontFamily": "{
|
|
375
|
-
"fontWeight": "{
|
|
376
|
-
"lineHeight": "{
|
|
377
|
-
"fontSize": "{
|
|
378
|
-
"letterSpacing": "{
|
|
374
|
+
"fontFamily": "{fontFamily.alias.body}",
|
|
375
|
+
"fontWeight": "{fontWeight.alias.normal}",
|
|
376
|
+
"lineHeight": "{lineHeight.reading}",
|
|
377
|
+
"fontSize": "{fontSize-300}",
|
|
378
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
379
379
|
},
|
|
380
380
|
"type": "typography"
|
|
381
381
|
},
|
|
382
382
|
"md": {
|
|
383
383
|
"value": {
|
|
384
|
-
"fontFamily": "{
|
|
385
|
-
"fontWeight": "{
|
|
386
|
-
"lineHeight": "{
|
|
387
|
-
"fontSize": "{
|
|
388
|
-
"letterSpacing": "{
|
|
384
|
+
"fontFamily": "{fontFamily.alias.body}",
|
|
385
|
+
"fontWeight": "{fontWeight.alias.normal}",
|
|
386
|
+
"lineHeight": "{lineHeight.reading}",
|
|
387
|
+
"fontSize": "{fontSize-200}",
|
|
388
|
+
"letterSpacing": "{letterSpacing.normal}"
|
|
389
389
|
},
|
|
390
390
|
"type": "typography"
|
|
391
391
|
},
|
|
392
392
|
"sm": {
|
|
393
393
|
"value": {
|
|
394
|
-
"fontFamily": "{
|
|
395
|
-
"fontWeight": "{
|
|
396
|
-
"lineHeight": "{
|
|
397
|
-
"fontSize": "{
|
|
398
|
-
"letterSpacing": "{
|
|
394
|
+
"fontFamily": "{fontFamily.alias.body}",
|
|
395
|
+
"fontWeight": "{fontWeight.alias.normal}",
|
|
396
|
+
"lineHeight": "{lineHeight.reading}",
|
|
397
|
+
"fontSize": "{fontSize-100}",
|
|
398
|
+
"letterSpacing": "{letterSpacing.tight}"
|
|
399
399
|
},
|
|
400
400
|
"type": "typography"
|
|
401
401
|
}
|
|
402
402
|
}
|
|
403
|
-
},
|
|
404
|
-
"button-radius": {
|
|
405
|
-
"value": "{radius-none}",
|
|
406
|
-
"type": "borderRadius"
|
|
407
403
|
}
|
|
408
404
|
}
|
|
@@ -1,119 +1,119 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"fontFamily-simplistic": {
|
|
3
3
|
"value": "Simplistic Sans",
|
|
4
4
|
"type": "fontFamilies"
|
|
5
5
|
},
|
|
6
|
-
"
|
|
6
|
+
"fontFamily-simplistic-outline": {
|
|
7
7
|
"value": "Simplistic Sans Outline",
|
|
8
8
|
"type": "fontFamilies"
|
|
9
9
|
},
|
|
10
|
-
"
|
|
10
|
+
"fontFamily-vesta": {
|
|
11
11
|
"value": "VPRO Vesta",
|
|
12
12
|
"type": "fontFamilies"
|
|
13
13
|
},
|
|
14
|
-
"
|
|
14
|
+
"fontFamily-bureau": {
|
|
15
15
|
"value": "BureauGrotesque FiveOne",
|
|
16
16
|
"type": "fontFamilies"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"fontFamily-helvetica": {
|
|
19
19
|
"value": "Helvetica Neue",
|
|
20
20
|
"type": "fontFamilies"
|
|
21
21
|
},
|
|
22
|
-
"
|
|
22
|
+
"fontSize-50": {
|
|
23
23
|
"value": "12px",
|
|
24
24
|
"type": "fontSizes"
|
|
25
25
|
},
|
|
26
|
-
"
|
|
26
|
+
"fontSize-75": {
|
|
27
27
|
"value": "14px",
|
|
28
28
|
"type": "fontSizes"
|
|
29
29
|
},
|
|
30
|
-
"
|
|
30
|
+
"fontSize-100": {
|
|
31
31
|
"value": "16px",
|
|
32
32
|
"type": "fontSizes"
|
|
33
33
|
},
|
|
34
|
-
"
|
|
34
|
+
"fontSize-200": {
|
|
35
35
|
"value": "20px",
|
|
36
36
|
"type": "fontSizes"
|
|
37
37
|
},
|
|
38
|
-
"
|
|
38
|
+
"fontSize-300": {
|
|
39
39
|
"value": "24px",
|
|
40
40
|
"type": "fontSizes"
|
|
41
41
|
},
|
|
42
|
-
"
|
|
42
|
+
"fontSize-400": {
|
|
43
43
|
"value": "32px",
|
|
44
44
|
"type": "fontSizes"
|
|
45
45
|
},
|
|
46
|
-
"
|
|
46
|
+
"fontSize-500": {
|
|
47
47
|
"value": "48px",
|
|
48
48
|
"type": "fontSizes"
|
|
49
49
|
},
|
|
50
|
-
"
|
|
50
|
+
"fontSize-600": {
|
|
51
51
|
"value": "56px",
|
|
52
52
|
"type": "fontSizes"
|
|
53
53
|
},
|
|
54
|
-
"
|
|
54
|
+
"fontSize-700": {
|
|
55
55
|
"value": "64px",
|
|
56
56
|
"type": "fontSizes"
|
|
57
57
|
},
|
|
58
|
-
"
|
|
58
|
+
"fontWeight-100": {
|
|
59
59
|
"value": "100",
|
|
60
60
|
"type": "fontWeights"
|
|
61
61
|
},
|
|
62
|
-
"
|
|
62
|
+
"fontWeight-200": {
|
|
63
63
|
"value": "200",
|
|
64
64
|
"type": "fontWeights"
|
|
65
65
|
},
|
|
66
|
-
"
|
|
66
|
+
"fontWeight-300": {
|
|
67
67
|
"value": "300",
|
|
68
68
|
"type": "fontWeights"
|
|
69
69
|
},
|
|
70
|
-
"
|
|
70
|
+
"fontWeight-400": {
|
|
71
71
|
"value": "400",
|
|
72
72
|
"type": "fontWeights"
|
|
73
73
|
},
|
|
74
|
-
"
|
|
74
|
+
"fontWeight-500": {
|
|
75
75
|
"value": "500",
|
|
76
76
|
"type": "fontWeights"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"fontWeight-600": {
|
|
79
79
|
"value": "600",
|
|
80
80
|
"type": "fontWeights"
|
|
81
81
|
},
|
|
82
|
-
"
|
|
82
|
+
"fontWeight-700": {
|
|
83
83
|
"value": "700",
|
|
84
84
|
"type": "fontWeights"
|
|
85
85
|
},
|
|
86
|
-
"
|
|
86
|
+
"lineHeight-100": {
|
|
87
87
|
"value": "100%",
|
|
88
88
|
"type": "lineHeights",
|
|
89
89
|
"description": "Typically for captions or dense text"
|
|
90
90
|
},
|
|
91
|
-
"
|
|
91
|
+
"lineHeight-200": {
|
|
92
92
|
"value": "140%",
|
|
93
93
|
"type": "lineHeights",
|
|
94
94
|
"description": "Standard for body text"
|
|
95
95
|
},
|
|
96
|
-
"
|
|
96
|
+
"lineHeight-300": {
|
|
97
97
|
"value": "160%",
|
|
98
98
|
"type": "lineHeights",
|
|
99
99
|
"description": "Breathable body text or for headers"
|
|
100
100
|
},
|
|
101
|
-
"
|
|
101
|
+
"lineHeight-400": {
|
|
102
102
|
"value": "180%",
|
|
103
103
|
"type": "lineHeights",
|
|
104
104
|
"description": "For larger headers"
|
|
105
105
|
},
|
|
106
|
-
"
|
|
106
|
+
"letterSpacing-100": {
|
|
107
107
|
"value": "-0.05em",
|
|
108
108
|
"type": "letterSpacing",
|
|
109
109
|
"description": "Tight"
|
|
110
110
|
},
|
|
111
|
-
"
|
|
111
|
+
"letterSpacing-200": {
|
|
112
112
|
"value": "0em",
|
|
113
113
|
"type": "letterSpacing",
|
|
114
114
|
"description": "Normal"
|
|
115
115
|
},
|
|
116
|
-
"
|
|
116
|
+
"letterSpacing-300": {
|
|
117
117
|
"value": "0.05em",
|
|
118
118
|
"type": "letterSpacing",
|
|
119
119
|
"description": "Breathable"
|
|
@@ -355,21 +355,5 @@
|
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
},
|
|
359
|
-
"radius-small": {
|
|
360
|
-
"value": "4",
|
|
361
|
-
"type": "borderRadius"
|
|
362
|
-
},
|
|
363
|
-
"radius-medium": {
|
|
364
|
-
"value": "16",
|
|
365
|
-
"type": "borderRadius"
|
|
366
|
-
},
|
|
367
|
-
"radius-big": {
|
|
368
|
-
"value": "64",
|
|
369
|
-
"type": "borderRadius"
|
|
370
|
-
},
|
|
371
|
-
"radius-none": {
|
|
372
|
-
"value": "0",
|
|
373
|
-
"type": "borderRadius"
|
|
374
358
|
}
|
|
375
359
|
}
|