villa-design-tokens 1.0.134 → 1.0.135

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.134",
5
+ "version": "1.0.135",
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.normal}",
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.normal}",
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.normal}",
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.normal}",
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.normal}",
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.normal}",
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.normal}",
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.normal}",
73
+ "fontWeight": "{fontweight.body}",
74
74
  "fontSize": "{fontsize.global.140}",
75
75
  "lineHeight": "{lineheight.body}"
76
76
  },
@@ -83,7 +83,7 @@
83
83
  "intro": {
84
84
  "value": {
85
85
  "fontFamily": "{fontfamily.display}",
86
- "fontWeight": "{fontweight.medium}",
86
+ "fontWeight": "{fontweight.display}",
87
87
  "fontSize": "{fontsize.global.200}",
88
88
  "lineHeight": "{lineheight.global.400}"
89
89
  },
@@ -92,16 +92,16 @@
92
92
  "name": {
93
93
  "value": {
94
94
  "fontFamily": "{fontfamily.display}",
95
- "fontWeight": "{fontweight.bold}",
95
+ "fontWeight": "{fontweight.heading}",
96
96
  "fontSize": "{fontsize.global.380}",
97
- "lineHeight": "{lineheight.heading}"
97
+ "lineHeight": "{lineheight.global.100}"
98
98
  },
99
99
  "type": "typography"
100
100
  },
101
101
  "quote": {
102
102
  "value": {
103
103
  "fontFamily": "{fontfamily.display}",
104
- "fontWeight": "{fontweight.medium}",
104
+ "fontWeight": "{fontweight.display}",
105
105
  "fontSize": "{fontsize.global.220}",
106
106
  "lineHeight": "{lineheight.global.400}"
107
107
  },
@@ -112,7 +112,7 @@
112
112
  "intro": {
113
113
  "value": {
114
114
  "fontFamily": "{fontfamily.display}",
115
- "fontWeight": "{fontweight.medium}",
115
+ "fontWeight": "{fontweight.display}",
116
116
  "fontSize": "{fontsize.global.180}",
117
117
  "lineHeight": "{lineheight.global.400}"
118
118
  },
@@ -121,16 +121,16 @@
121
121
  "name": {
122
122
  "value": {
123
123
  "fontFamily": "{fontfamily.display}",
124
- "fontWeight": "{fontweight.bold}",
124
+ "fontWeight": "{fontweight.heading}",
125
125
  "fontSize": "{fontsize.global.360}",
126
- "lineHeight": "{lineheight.heading}"
126
+ "lineHeight": "{lineheight.global.100}"
127
127
  },
128
128
  "type": "typography"
129
129
  },
130
130
  "quote": {
131
131
  "value": {
132
132
  "fontFamily": "{fontfamily.display}",
133
- "fontWeight": "{fontweight.medium}",
133
+ "fontWeight": "{fontweight.display}",
134
134
  "fontSize": "{fontsize.global.200}",
135
135
  "lineHeight": "{lineheight.global.400}"
136
136
  },
@@ -143,7 +143,7 @@
143
143
  "xxl": {
144
144
  "value": {
145
145
  "fontFamily": "{fontfamily.utility}",
146
- "fontWeight": "{fontweight.normal}",
146
+ "fontWeight": "{fontweight.utility}",
147
147
  "fontSize": "{fontsize.global.180}",
148
148
  "lineHeight": "{lineheight.utility}"
149
149
  },
@@ -152,7 +152,7 @@
152
152
  "xl": {
153
153
  "value": {
154
154
  "fontFamily": "{fontfamily.utility}",
155
- "fontWeight": "{fontweight.normal}",
155
+ "fontWeight": "{fontweight.utility}",
156
156
  "fontSize": "{fontsize.global.140}",
157
157
  "lineHeight": "{lineheight.utility}"
158
158
  },
@@ -161,7 +161,7 @@
161
161
  "lg": {
162
162
  "value": {
163
163
  "fontFamily": "{fontfamily.utility}",
164
- "fontWeight": "{fontweight.normal}",
164
+ "fontWeight": "{fontweight.utility}",
165
165
  "fontSize": "{fontsize.global.100}",
166
166
  "lineHeight": "{lineheight.utility}"
167
167
  },
@@ -172,14 +172,14 @@
172
172
  "fontFamily": "{fontfamily.utility}",
173
173
  "fontSize": "{fontsize.global.60}",
174
174
  "lineHeight": "{lineheight.utility}",
175
- "fontWeight": "{fontweight.normal}"
175
+ "fontWeight": "{fontweight.utility}"
176
176
  },
177
177
  "type": "typography"
178
178
  },
179
179
  "sm": {
180
180
  "value": {
181
181
  "fontFamily": "{fontfamily.utility}",
182
- "fontWeight": "{fontweight.normal}",
182
+ "fontWeight": "{fontweight.utility}",
183
183
  "fontSize": "{fontsize.global.20}",
184
184
  "lineHeight": "{lineheight.utility}"
185
185
  },
@@ -190,7 +190,7 @@
190
190
  "xxl": {
191
191
  "value": {
192
192
  "fontFamily": "{fontfamily.utility}",
193
- "fontWeight": "{fontweight.normal}",
193
+ "fontWeight": "{fontweight.utility}",
194
194
  "fontSize": "{fontsize.global.180}",
195
195
  "lineHeight": "{lineheight.utility}"
196
196
  },
@@ -199,7 +199,7 @@
199
199
  "xl": {
200
200
  "value": {
201
201
  "fontFamily": "{fontfamily.utility}",
202
- "fontWeight": "{fontweight.normal}",
202
+ "fontWeight": "{fontweight.utility}",
203
203
  "fontSize": "{fontsize.global.140}",
204
204
  "lineHeight": "{lineheight.utility}"
205
205
  },
@@ -208,7 +208,7 @@
208
208
  "lg": {
209
209
  "value": {
210
210
  "fontFamily": "{fontfamily.utility}",
211
- "fontWeight": "{fontweight.normal}",
211
+ "fontWeight": "{fontweight.utility}",
212
212
  "fontSize": "{fontsize.global.100}",
213
213
  "lineHeight": "{lineheight.utility}"
214
214
  },
@@ -217,7 +217,7 @@
217
217
  "md": {
218
218
  "value": {
219
219
  "fontFamily": "{fontfamily.utility}",
220
- "fontWeight": "{fontweight.normal}",
220
+ "fontWeight": "{fontweight.utility}",
221
221
  "fontSize": "{fontsize.global.60}",
222
222
  "lineHeight": "{lineheight.utility}"
223
223
  },
@@ -226,7 +226,7 @@
226
226
  "sm": {
227
227
  "value": {
228
228
  "fontFamily": "{fontfamily.utility}",
229
- "fontWeight": "{fontweight.normal}",
229
+ "fontWeight": "{fontweight.utility}",
230
230
  "fontSize": "{fontsize.global.20}",
231
231
  "lineHeight": "{lineheight.utility}"
232
232
  },
@@ -239,7 +239,7 @@
239
239
  "xxxl": {
240
240
  "value": {
241
241
  "fontFamily": "{fontfamily.heading}",
242
- "fontWeight": "{fontweight.bold}",
242
+ "fontWeight": "{fontweight.heading}",
243
243
  "fontSize": "{fontsize.global.400}",
244
244
  "lineHeight": "{lineheight.heading}"
245
245
  },
@@ -248,7 +248,7 @@
248
248
  "xxl": {
249
249
  "value": {
250
250
  "fontFamily": "{fontfamily.heading}",
251
- "fontWeight": "{fontweight.bold}",
251
+ "fontWeight": "{fontweight.heading}",
252
252
  "fontSize": "{fontsize.global.360}",
253
253
  "lineHeight": "{lineheight.heading}"
254
254
  },
@@ -257,7 +257,7 @@
257
257
  "xl": {
258
258
  "value": {
259
259
  "fontFamily": "{fontfamily.heading}",
260
- "fontWeight": "{fontweight.bold}",
260
+ "fontWeight": "{fontweight.heading}",
261
261
  "fontSize": "{fontsize.global.340}",
262
262
  "lineHeight": "{lineheight.heading}"
263
263
  },
@@ -266,7 +266,7 @@
266
266
  "lg": {
267
267
  "value": {
268
268
  "fontFamily": "{fontfamily.heading}",
269
- "fontWeight": "{fontweight.bold}",
269
+ "fontWeight": "{fontweight.heading}",
270
270
  "fontSize": "{fontsize.global.300}",
271
271
  "lineHeight": "{lineheight.heading}"
272
272
  },
@@ -275,7 +275,7 @@
275
275
  "md": {
276
276
  "value": {
277
277
  "fontFamily": "{fontfamily.heading}",
278
- "fontWeight": "{fontweight.bold}",
278
+ "fontWeight": "{fontweight.heading}",
279
279
  "fontSize": "{fontsize.global.280}",
280
280
  "lineHeight": "{lineheight.heading}"
281
281
  },
@@ -284,7 +284,7 @@
284
284
  "sm": {
285
285
  "value": {
286
286
  "fontFamily": "{fontfamily.heading}",
287
- "fontWeight": "{fontweight.bold}",
287
+ "fontWeight": "{fontweight.heading}",
288
288
  "fontSize": "{fontsize.global.240}",
289
289
  "lineHeight": "{lineheight.heading}"
290
290
  },
@@ -293,7 +293,7 @@
293
293
  "xs": {
294
294
  "value": {
295
295
  "fontFamily": "{fontfamily.heading}",
296
- "fontWeight": "{fontweight.bold}",
296
+ "fontWeight": "{fontweight.heading}",
297
297
  "fontSize": "{fontsize.global.200}",
298
298
  "lineHeight": "{lineheight.heading}"
299
299
  },
@@ -302,7 +302,7 @@
302
302
  "xxs": {
303
303
  "value": {
304
304
  "fontFamily": "{fontfamily.heading}",
305
- "fontWeight": "{fontweight.bold}",
305
+ "fontWeight": "{fontweight.heading}",
306
306
  "fontSize": "{fontsize.global.160}",
307
307
  "lineHeight": "{lineheight.heading}"
308
308
  },
@@ -313,7 +313,7 @@
313
313
  "xxxl": {
314
314
  "value": {
315
315
  "fontFamily": "{fontfamily.heading}",
316
- "fontWeight": "{fontweight.bold}",
316
+ "fontWeight": "{fontweight.heading}",
317
317
  "fontSize": "{fontsize.global.480}",
318
318
  "lineHeight": "{lineheight.heading}"
319
319
  },
@@ -322,7 +322,7 @@
322
322
  "xxl": {
323
323
  "value": {
324
324
  "fontFamily": "{fontfamily.heading}",
325
- "fontWeight": "{fontweight.bold}",
325
+ "fontWeight": "{fontweight.heading}",
326
326
  "fontSize": "{fontsize.global.460}",
327
327
  "lineHeight": "{lineheight.heading}"
328
328
  },
@@ -331,7 +331,7 @@
331
331
  "xl": {
332
332
  "value": {
333
333
  "fontFamily": "{fontfamily.heading}",
334
- "fontWeight": "{fontweight.bold}",
334
+ "fontWeight": "{fontweight.heading}",
335
335
  "fontSize": "{fontsize.global.440}",
336
336
  "lineHeight": "{lineheight.heading}"
337
337
  },
@@ -340,7 +340,7 @@
340
340
  "lg": {
341
341
  "value": {
342
342
  "fontFamily": "{fontfamily.heading}",
343
- "fontWeight": "{fontweight.bold}",
343
+ "fontWeight": "{fontweight.heading}",
344
344
  "fontSize": "{fontsize.global.420}",
345
345
  "lineHeight": "{lineheight.heading}"
346
346
  },
@@ -349,7 +349,7 @@
349
349
  "md": {
350
350
  "value": {
351
351
  "fontFamily": "{fontfamily.heading}",
352
- "fontWeight": "{fontweight.bold}",
352
+ "fontWeight": "{fontweight.heading}",
353
353
  "fontSize": "{fontsize.global.380}",
354
354
  "lineHeight": "{lineheight.heading}"
355
355
  },
@@ -358,7 +358,7 @@
358
358
  "sm": {
359
359
  "value": {
360
360
  "fontFamily": "{fontfamily.heading}",
361
- "fontWeight": "{fontweight.bold}",
361
+ "fontWeight": "{fontweight.heading}",
362
362
  "fontSize": "{fontsize.global.320}",
363
363
  "lineHeight": "{lineheight.heading}"
364
364
  },
@@ -367,7 +367,7 @@
367
367
  "xs": {
368
368
  "value": {
369
369
  "fontFamily": "{fontfamily.heading}",
370
- "fontWeight": "{fontweight.bold}",
370
+ "fontWeight": "{fontweight.heading}",
371
371
  "fontSize": "{fontsize.global.260}",
372
372
  "lineHeight": "{lineheight.heading}"
373
373
  },
@@ -376,7 +376,7 @@
376
376
  "xxs": {
377
377
  "value": {
378
378
  "fontFamily": "{fontfamily.heading}",
379
- "fontWeight": "{fontweight.bold}",
379
+ "fontWeight": "{fontweight.heading}",
380
380
  "fontSize": "{fontsize.global.220}",
381
381
  "lineHeight": "{lineheight.heading}"
382
382
  },
@@ -385,24 +385,6 @@
385
385
  }
386
386
  }
387
387
  },
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
388
  "spacing": {
407
389
  "100": {
408
390
  "value": "4px",
@@ -35,22 +35,22 @@
35
35
  "type": "lineHeights"
36
36
  }
37
37
  },
38
- "letterspacing": {
38
+ "fontweight": {
39
39
  "body": {
40
- "value": "{letterspacing.global.200}",
41
- "type": "letterSpacing"
40
+ "value": "{fontweight.global.400}",
41
+ "type": "fontWeights"
42
42
  },
43
43
  "utility": {
44
- "value": "{letterspacing.global.200}",
45
- "type": "letterSpacing"
44
+ "value": "{fontweight.global.400}",
45
+ "type": "fontWeights"
46
46
  },
47
47
  "heading": {
48
- "value": "{letterspacing.global.200}",
49
- "type": "letterSpacing"
48
+ "value": "{fontweight.global.700}",
49
+ "type": "fontWeights"
50
50
  },
51
51
  "display": {
52
- "value": "{letterspacing.global.200}",
53
- "type": "letterSpacing"
52
+ "value": "{fontweight.global.500}",
53
+ "type": "fontWeights"
54
54
  }
55
55
  },
56
56
  "color": {
@@ -35,22 +35,22 @@
35
35
  "type": "lineHeights"
36
36
  }
37
37
  },
38
- "letterspacing": {
38
+ "fontweight": {
39
39
  "body": {
40
- "value": "{letterspacing.global.200}",
41
- "type": "letterSpacing"
40
+ "value": "{fontweight.global.400}",
41
+ "type": "fontWeights"
42
42
  },
43
43
  "utility": {
44
- "value": "{letterspacing.global.200}",
45
- "type": "letterSpacing"
44
+ "value": "{fontweight.global.400}",
45
+ "type": "fontWeights"
46
46
  },
47
47
  "heading": {
48
- "value": "{letterspacing.global.200}",
49
- "type": "letterSpacing"
48
+ "value": "{fontweight.global.700}",
49
+ "type": "fontWeights"
50
50
  },
51
51
  "display": {
52
- "value": "{letterspacing.global.200}",
53
- "type": "letterSpacing"
52
+ "value": "{fontweight.global.500}",
53
+ "type": "fontWeights"
54
54
  }
55
55
  },
56
56
  "color": {
@@ -35,22 +35,22 @@
35
35
  "type": "lineHeights"
36
36
  }
37
37
  },
38
- "letterspacing": {
38
+ "fontweight": {
39
39
  "body": {
40
- "value": "{letterspacing.global.200}",
41
- "type": "letterSpacing"
40
+ "value": "{fontweight.global.400}",
41
+ "type": "fontWeights"
42
42
  },
43
43
  "utility": {
44
- "value": "{letterspacing.global.200}",
45
- "type": "letterSpacing"
44
+ "value": "{fontweight.global.400}",
45
+ "type": "fontWeights"
46
46
  },
47
47
  "heading": {
48
- "value": "{letterspacing.global.200}",
49
- "type": "letterSpacing"
48
+ "value": "{fontweight.global.700}",
49
+ "type": "fontWeights"
50
50
  },
51
51
  "display": {
52
- "value": "{letterspacing.global.200}",
53
- "type": "letterSpacing"
52
+ "value": "{fontweight.global.500}",
53
+ "type": "fontWeights"
54
54
  }
55
55
  },
56
56
  "color": {
@@ -35,22 +35,22 @@
35
35
  "type": "lineHeights"
36
36
  }
37
37
  },
38
- "letterspacing": {
38
+ "fontweight": {
39
39
  "body": {
40
- "value": "{letterspacing.global.200}",
41
- "type": "letterSpacing"
40
+ "value": "{fontweight.global.400}",
41
+ "type": "fontWeights"
42
42
  },
43
43
  "utility": {
44
- "value": "{letterspacing.global.200}",
45
- "type": "letterSpacing"
44
+ "value": "{fontweight.global.400}",
45
+ "type": "fontWeights"
46
46
  },
47
47
  "heading": {
48
- "value": "{letterspacing.global.200}",
49
- "type": "letterSpacing"
48
+ "value": "{fontweight.global.700}",
49
+ "type": "fontWeights"
50
50
  },
51
51
  "display": {
52
- "value": "{letterspacing.global.200}",
53
- "type": "letterSpacing"
52
+ "value": "{fontweight.global.500}",
53
+ "type": "fontWeights"
54
54
  }
55
55
  },
56
56
  "color": {
@@ -35,22 +35,22 @@
35
35
  "type": "lineHeights"
36
36
  }
37
37
  },
38
- "letterspacing": {
38
+ "fontweight": {
39
39
  "body": {
40
- "value": "{letterspacing.global.200}",
41
- "type": "letterSpacing"
40
+ "value": "{fontweight.global.400}",
41
+ "type": "fontWeights"
42
42
  },
43
43
  "utility": {
44
- "value": "{letterspacing.global.200}",
45
- "type": "letterSpacing"
44
+ "value": "{fontweight.global.400}",
45
+ "type": "fontWeights"
46
46
  },
47
47
  "heading": {
48
- "value": "{letterspacing.global.200}",
49
- "type": "letterSpacing"
48
+ "value": "{fontweight.global.700}",
49
+ "type": "fontWeights"
50
50
  },
51
51
  "display": {
52
- "value": "{letterspacing.global.200}",
53
- "type": "letterSpacing"
52
+ "value": "{fontweight.global.500}",
53
+ "type": "fontWeights"
54
54
  }
55
55
  },
56
56
  "color": {
@@ -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": {