villa-design-tokens 1.0.24 → 1.0.26

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.
@@ -0,0 +1,520 @@
1
+ {
2
+ "fontfamily": {
3
+ "body": {
4
+ "value": "{fontfamily.global.bureau}",
5
+ "type": "fontFamilies"
6
+ },
7
+ "label": {
8
+ "value": "{fontfamily.global.bureau}",
9
+ "type": "fontFamilies"
10
+ },
11
+ "heading": {
12
+ "value": "{fontfamily.global.bureau-condensed}",
13
+ "type": "fontFamilies"
14
+ }
15
+ },
16
+ "text": {
17
+ "body": {
18
+ "min": {
19
+ "value": {
20
+ "fontFamily": "{fontfamily.body}",
21
+ "fontWeight": "{fontweight.normal}",
22
+ "fontSize": "{fontsize.global.140}",
23
+ "lineHeight": "{lineheight.body}",
24
+ "letterSpacing": "{letterspacing.normal}"
25
+ },
26
+ "type": "typography"
27
+ },
28
+ "max": {
29
+ "value": {
30
+ "fontFamily": "{fontfamily.body}",
31
+ "fontWeight": "{fontweight.normal}",
32
+ "fontSize": "{fontsize.global.180}",
33
+ "lineHeight": "{lineheight.body}",
34
+ "letterSpacing": "{letterspacing.normal}"
35
+ },
36
+ "type": "typography"
37
+ }
38
+ },
39
+ "label": {
40
+ "min": {
41
+ "lg": {
42
+ "value": {
43
+ "fontFamily": "{fontfamily.label}",
44
+ "fontWeight": "{fontweight.normal}",
45
+ "fontSize": "{fontsize.global.100}",
46
+ "lineHeight": "{lineheight.label}",
47
+ "letterSpacing": "{letterspacing.normal}"
48
+ },
49
+ "type": "typography"
50
+ },
51
+ "md": {
52
+ "value": {
53
+ "fontFamily": "{fontfamily.label}",
54
+ "fontWeight": "{fontweight.normal}",
55
+ "fontSize": "{fontsize.global.60}",
56
+ "lineHeight": "{lineheight.label}",
57
+ "letterSpacing": "{letterspacing.normal}"
58
+ },
59
+ "type": "typography"
60
+ },
61
+ "sm": {
62
+ "value": {
63
+ "fontFamily": "{fontfamily.label}",
64
+ "fontWeight": "{fontweight.normal}",
65
+ "fontSize": "{fontsize.global.40}",
66
+ "lineHeight": "{lineheight.label}",
67
+ "letterSpacing": "{letterspacing.normal}"
68
+ },
69
+ "type": "typography"
70
+ }
71
+ },
72
+ "max": {
73
+ "lg": {
74
+ "value": {
75
+ "fontFamily": "{fontfamily.label}",
76
+ "fontWeight": "{fontweight.normal}",
77
+ "fontSize": "{fontsize.global.120}",
78
+ "lineHeight": "{lineheight.label}",
79
+ "letterSpacing": "{letterspacing.normal}"
80
+ },
81
+ "type": "typography"
82
+ },
83
+ "md": {
84
+ "value": {
85
+ "fontFamily": "{fontfamily.label}",
86
+ "fontWeight": "{fontweight.normal}",
87
+ "fontSize": "{fontsize.global.80}",
88
+ "lineHeight": "{lineheight.label}",
89
+ "letterSpacing": "{letterspacing.normal}"
90
+ },
91
+ "type": "typography"
92
+ },
93
+ "sm": {
94
+ "value": {
95
+ "fontFamily": "{fontfamily.label}",
96
+ "fontWeight": "{fontweight.normal}",
97
+ "fontSize": "{fontsize.global.20}",
98
+ "lineHeight": "{lineheight.label}",
99
+ "letterSpacing": "{letterspacing.normal}"
100
+ },
101
+ "type": "typography"
102
+ }
103
+ }
104
+ },
105
+ "heading": {
106
+ "min": {
107
+ "xxxl": {
108
+ "value": {
109
+ "fontFamily": "{fontfamily.heading}",
110
+ "fontWeight": "{fontweight.bold}",
111
+ "fontSize": "{fontsize.global.400}",
112
+ "lineHeight": "{lineheight.heading}",
113
+ "letterSpacing": "{letterspacing.normal}"
114
+ },
115
+ "type": "typography"
116
+ },
117
+ "xxl": {
118
+ "value": {
119
+ "fontFamily": "{fontfamily.heading}",
120
+ "fontWeight": "{fontweight.bold}",
121
+ "fontSize": "{fontsize.global.360}",
122
+ "lineHeight": "{lineheight.heading}",
123
+ "letterSpacing": "{letterspacing.normal}"
124
+ },
125
+ "type": "typography"
126
+ },
127
+ "xl": {
128
+ "value": {
129
+ "fontFamily": "{fontfamily.heading}",
130
+ "fontWeight": "{fontweight.bold}",
131
+ "fontSize": "{fontsize.global.340}",
132
+ "lineHeight": "{lineheight.heading}",
133
+ "letterSpacing": "{letterspacing.normal}"
134
+ },
135
+ "type": "typography"
136
+ },
137
+ "lg": {
138
+ "value": {
139
+ "fontFamily": "{fontfamily.heading}",
140
+ "fontWeight": "{fontweight.bold}",
141
+ "fontSize": "{fontsize.global.300}",
142
+ "lineHeight": "{lineheight.heading}",
143
+ "letterSpacing": "{letterspacing.normal}"
144
+ },
145
+ "type": "typography"
146
+ },
147
+ "md": {
148
+ "value": {
149
+ "fontFamily": "{fontfamily.heading}",
150
+ "fontWeight": "{fontweight.medium}",
151
+ "fontSize": "{fontsize.global.280}",
152
+ "lineHeight": "{lineheight.heading}",
153
+ "letterSpacing": "{letterspacing.normal}"
154
+ },
155
+ "type": "typography"
156
+ },
157
+ "sm": {
158
+ "value": {
159
+ "fontFamily": "{fontfamily.heading}",
160
+ "fontWeight": "{fontweight.medium}",
161
+ "fontSize": "{fontsize.global.240}",
162
+ "lineHeight": "{lineheight.heading}",
163
+ "letterSpacing": "{letterspacing.normal}"
164
+ },
165
+ "type": "typography"
166
+ },
167
+ "xs": {
168
+ "value": {
169
+ "fontFamily": "{fontfamily.heading}",
170
+ "fontWeight": "{fontweight.medium}",
171
+ "fontSize": "{fontsize.global.200}",
172
+ "lineHeight": "{lineheight.heading}",
173
+ "letterSpacing": "{letterspacing.normal}"
174
+ },
175
+ "type": "typography"
176
+ },
177
+ "xxs": {
178
+ "value": {
179
+ "fontFamily": "{fontfamily.heading}",
180
+ "fontWeight": "{fontweight.normal}",
181
+ "fontSize": "{fontsize.global.160}",
182
+ "lineHeight": "{lineheight.heading}",
183
+ "letterSpacing": "{letterspacing.normal}"
184
+ },
185
+ "type": "typography"
186
+ }
187
+ },
188
+ "max": {
189
+ "xxxl": {
190
+ "value": {
191
+ "fontFamily": "{fontfamily.heading}",
192
+ "fontWeight": "{fontweight.bold}",
193
+ "fontSize": "{fontsize.global.480}",
194
+ "lineHeight": "{lineheight.heading}",
195
+ "letterSpacing": "{letterspacing.normal}"
196
+ },
197
+ "type": "typography"
198
+ },
199
+ "xxl": {
200
+ "value": {
201
+ "fontFamily": "{fontfamily.heading}",
202
+ "fontWeight": "{fontweight.bold}",
203
+ "fontSize": "{fontsize.global.460}",
204
+ "lineHeight": "{lineheight.heading}",
205
+ "letterSpacing": "{letterspacing.normal}"
206
+ },
207
+ "type": "typography"
208
+ },
209
+ "xl": {
210
+ "value": {
211
+ "fontFamily": "{fontfamily.heading}",
212
+ "fontWeight": "{fontweight.bold}",
213
+ "fontSize": "{fontsize.global.440}",
214
+ "lineHeight": "{lineheight.heading}",
215
+ "letterSpacing": "{letterspacing.normal}"
216
+ },
217
+ "type": "typography"
218
+ },
219
+ "lg": {
220
+ "value": {
221
+ "fontFamily": "{fontfamily.heading}",
222
+ "fontWeight": "{fontweight.medium}",
223
+ "fontSize": "{fontsize.global.420}",
224
+ "lineHeight": "{lineheight.heading}",
225
+ "letterSpacing": "{letterspacing.normal}"
226
+ },
227
+ "type": "typography"
228
+ },
229
+ "md": {
230
+ "value": {
231
+ "fontFamily": "{fontfamily.heading}",
232
+ "fontWeight": "{fontweight.medium}",
233
+ "fontSize": "{fontsize.global.380}",
234
+ "lineHeight": "{lineheight.heading}",
235
+ "letterSpacing": "{letterspacing.normal}"
236
+ },
237
+ "type": "typography"
238
+ },
239
+ "sm": {
240
+ "value": {
241
+ "fontFamily": "{fontfamily.heading}",
242
+ "fontWeight": "{fontweight.medium}",
243
+ "fontSize": "{fontsize.global.320}",
244
+ "lineHeight": "{lineheight.heading}",
245
+ "letterSpacing": "{letterspacing.normal}"
246
+ },
247
+ "type": "typography"
248
+ },
249
+ "xs": {
250
+ "value": {
251
+ "fontFamily": "{fontfamily.heading}",
252
+ "fontWeight": "{fontweight.medium}",
253
+ "fontSize": "{fontsize.global.260}",
254
+ "lineHeight": "{lineheight.heading}",
255
+ "letterSpacing": "{letterspacing.normal}"
256
+ },
257
+ "type": "typography"
258
+ },
259
+ "xxs": {
260
+ "value": {
261
+ "fontFamily": "{fontfamily.heading}",
262
+ "fontWeight": "{fontweight.normal}",
263
+ "fontSize": "{fontsize.global.220}",
264
+ "lineHeight": "{lineheight.heading}",
265
+ "letterSpacing": "{letterspacing.normal}"
266
+ },
267
+ "type": "typography"
268
+ }
269
+ }
270
+ }
271
+ },
272
+ "fontweight": {
273
+ "normal": {
274
+ "value": "{fontweight.global.300}",
275
+ "type": "fontWeights"
276
+ },
277
+ "medium": {
278
+ "value": "{fontweight.global.500}",
279
+ "type": "fontWeights"
280
+ },
281
+ "bold": {
282
+ "value": "{fontweight.global.700}",
283
+ "type": "fontWeights"
284
+ }
285
+ },
286
+ "lineheight": {
287
+ "body": {
288
+ "value": "{lineheight.global.300}",
289
+ "type": "lineHeights"
290
+ },
291
+ "label": {
292
+ "value": "{lineheight.global.200}",
293
+ "type": "lineHeights"
294
+ },
295
+ "heading": {
296
+ "value": "{lineheight.global.400}",
297
+ "type": "lineHeights"
298
+ }
299
+ },
300
+ "letterspacing": {
301
+ "tight": {
302
+ "value": "{letterspacing.global.100}",
303
+ "type": "letterSpacing"
304
+ },
305
+ "normal": {
306
+ "value": "{letterspacing.global.200}",
307
+ "type": "letterSpacing"
308
+ },
309
+ "loose": {
310
+ "value": "{letterspacing.global.300}",
311
+ "type": "letterSpacing"
312
+ }
313
+ },
314
+ "color": {
315
+ "brand": {
316
+ "accent": {
317
+ "value": "{color.global.orange.500}",
318
+ "type": "color"
319
+ },
320
+ "primary": {
321
+ "value": "{color.global.grey.900}",
322
+ "type": "color"
323
+ },
324
+ "secondary": {
325
+ "value": "{color.global.turquoise.500}",
326
+ "type": "color"
327
+ },
328
+ "tertiary": {
329
+ "value": "{color.global.grey.200}",
330
+ "type": "color"
331
+ }
332
+ },
333
+ "background": {
334
+ "default": {
335
+ "value": "{color.global.grey.100}",
336
+ "type": "color"
337
+ },
338
+ "secondary": {
339
+ "value": "{color.global.grey.200}",
340
+ "type": "color"
341
+ },
342
+ "tertiairy": {
343
+ "value": "{color.global.grey.300}",
344
+ "type": "color"
345
+ }
346
+ },
347
+ "surface": {
348
+ "default": {
349
+ "value": "{color.global.grey.100}",
350
+ "type": "color"
351
+ },
352
+ "secondary": {
353
+ "value": "{color.global.grey.200}",
354
+ "type": "color"
355
+ },
356
+ "tertiairy": {
357
+ "value": "{color.global.grey.300}",
358
+ "type": "color"
359
+ }
360
+ },
361
+ "functional": {
362
+ "error": {
363
+ "value": "{color.global.red.500}",
364
+ "type": "color"
365
+ },
366
+ "warning": {
367
+ "value": "{color.global.orange.500}",
368
+ "type": "color"
369
+ },
370
+ "success": {
371
+ "value": "{color.global.green.500}",
372
+ "type": "color"
373
+ },
374
+ "info": {
375
+ "value": "{color.global.blue.500}",
376
+ "type": "color"
377
+ }
378
+ },
379
+ "text": {
380
+ "title": {
381
+ "value": "{color.global.grey.900}",
382
+ "type": "color"
383
+ },
384
+ "default": {
385
+ "value": "{color.global.grey.900}",
386
+ "type": "color"
387
+ },
388
+ "subtle": {
389
+ "value": "{color.global.grey.700}",
390
+ "type": "color"
391
+ },
392
+ "tertiary": {
393
+ "value": "{color.global.grey.600}",
394
+ "type": "color"
395
+ },
396
+ "disabled": {
397
+ "value": "{color.global.grey.500}",
398
+ "type": "color"
399
+ },
400
+ "inverse": {
401
+ "value": "{color.global.grey.100}",
402
+ "type": "color"
403
+ },
404
+ "error": {
405
+ "value": "{color.global.red.500}",
406
+ "type": "color"
407
+ },
408
+ "warning": {
409
+ "value": "{color.global.orange.500}",
410
+ "type": "color"
411
+ }
412
+ },
413
+ "icon": {
414
+ "primary": {
415
+ "value": "{color.global.grey.900}",
416
+ "type": "color"
417
+ },
418
+ "secondary": {
419
+ "value": "{color.global.grey.700}",
420
+ "type": "color"
421
+ },
422
+ "tertiary": {
423
+ "value": "{color.global.grey.500}",
424
+ "type": "color"
425
+ },
426
+ "inverse": {
427
+ "value": "{color.global.grey.100}",
428
+ "type": "color"
429
+ },
430
+ "error": {
431
+ "value": "{color.global.red.500}",
432
+ "type": "color"
433
+ },
434
+ "warning": {
435
+ "value": "{color.global.orange.500}",
436
+ "type": "color"
437
+ }
438
+ },
439
+ "fill-primary": {
440
+ "default": {
441
+ "value": "{color.global.orange.500}",
442
+ "type": "color"
443
+ },
444
+ "hover": {
445
+ "value": "{color.global.orange.700}",
446
+ "type": "color"
447
+ },
448
+ "disabled": {
449
+ "value": "{color.global.grey.400}",
450
+ "type": "color"
451
+ },
452
+ "active": {
453
+ "value": "{color.global.orange.300}",
454
+ "type": "color"
455
+ }
456
+ },
457
+ "on-fill-primary": {
458
+ "default": {
459
+ "value": "{color.global.grey.900}",
460
+ "type": "color"
461
+ },
462
+ "hover": {
463
+ "value": "{color.global.grey.700}",
464
+ "type": "color"
465
+ },
466
+ "disabled": {
467
+ "value": "{color.global.grey.700}",
468
+ "type": "color"
469
+ },
470
+ "active": {
471
+ "value": "{color.global.grey.900}",
472
+ "type": "color"
473
+ }
474
+ },
475
+ "border": {
476
+ "default": {
477
+ "value": "{color.global.orange.700}",
478
+ "type": "color"
479
+ },
480
+ "hover": {
481
+ "value": "{color.global.orange.500}",
482
+ "type": "color"
483
+ },
484
+ "disabled": {
485
+ "value": "{color.global.orange.300}",
486
+ "type": "color"
487
+ },
488
+ "active": {
489
+ "value": "{color.global.orange.500}",
490
+ "type": "color"
491
+ },
492
+ "error": {
493
+ "value": "{color.global.red.500}",
494
+ "type": "color"
495
+ },
496
+ "filled": {
497
+ "value": "{color.global.grey.900}",
498
+ "type": "color"
499
+ }
500
+ },
501
+ "link": {
502
+ "default": {
503
+ "value": "{color.global.blue.700}",
504
+ "type": "color"
505
+ },
506
+ "hover": {
507
+ "value": "{color.global.blue.500}",
508
+ "type": "color"
509
+ },
510
+ "disabled": {
511
+ "value": "{color.global.orange.700}",
512
+ "type": "color"
513
+ },
514
+ "active": {
515
+ "value": "{color.global.blue.700}",
516
+ "type": "color"
517
+ }
518
+ }
519
+ }
520
+ }