villa-design-tokens 1.0.263 → 1.0.265

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- retest again",
4
4
  "author": "VPRO",
5
- "version": "1.0.263",
5
+ "version": "1.0.265",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -4,8 +4,9 @@
4
4
  "base",
5
5
  "brands/unbranded",
6
6
  "brands/human",
7
+ "brands/vpro",
7
8
  "brands/argos",
8
9
  "brands/brainwash",
9
- "brands/vpro"
10
+ "brands/tegenlicht"
10
11
  ]
11
12
  }
@@ -207,7 +207,8 @@
207
207
  "selectedTokenSets": {
208
208
  "global": "source",
209
209
  "base": "enabled",
210
- "brands/unbranded": "enabled"
210
+ "brands/unbranded": "enabled",
211
+ "brands/tegenlicht": "disabled"
211
212
  },
212
213
  "$figmaCollectionId": "VariableCollectionId:396:2",
213
214
  "$figmaModeId": "396:0",
@@ -536,7 +537,8 @@
536
537
  "selectedTokenSets": {
537
538
  "global": "source",
538
539
  "brands/human": "enabled",
539
- "base": "enabled"
540
+ "base": "enabled",
541
+ "brands/tegenlicht": "disabled"
540
542
  },
541
543
  "$figmaCollectionId": "VariableCollectionId:606:334",
542
544
  "$figmaModeId": "606:0",
@@ -909,7 +911,8 @@
909
911
  "selectedTokenSets": {
910
912
  "global": "source",
911
913
  "base": "enabled",
912
- "brands/vpro": "enabled"
914
+ "brands/vpro": "enabled",
915
+ "brands/tegenlicht": "disabled"
913
916
  },
914
917
  "$figmaCollectionId": "VariableCollectionId:606:383",
915
918
  "$figmaModeId": "606:2",
@@ -1327,7 +1330,8 @@
1327
1330
  "selectedTokenSets": {
1328
1331
  "global": "source",
1329
1332
  "base": "enabled",
1330
- "brands/brainwash": "enabled"
1333
+ "brands/brainwash": "enabled",
1334
+ "brands/tegenlicht": "disabled"
1331
1335
  },
1332
1336
  "$figmaCollectionId": "VariableCollectionId:606:384",
1333
1337
  "$figmaModeId": "606:3",
@@ -1758,7 +1762,8 @@
1758
1762
  "selectedTokenSets": {
1759
1763
  "global": "source",
1760
1764
  "base": "enabled",
1761
- "brands/argos": "enabled"
1765
+ "brands/argos": "enabled",
1766
+ "brands/tegenlicht": "disabled"
1762
1767
  },
1763
1768
  "$figmaCollectionId": "VariableCollectionId:606:385",
1764
1769
  "$figmaModeId": "606:4",
@@ -0,0 +1,812 @@
1
+ {
2
+ "color": {
3
+ "palette": {
4
+ "primary": {
5
+ "faded": {
6
+ "value": "{color.global.midnight.25}",
7
+ "type": "color"
8
+ },
9
+ "pastel": {
10
+ "value": "{color.global.midnight.50}",
11
+ "type": "color"
12
+ },
13
+ "main": {
14
+ "value": "{color.global.midnight.100}",
15
+ "type": "color"
16
+ },
17
+ "muted": {
18
+ "value": "{color.global.midnight.150}",
19
+ "type": "color"
20
+ },
21
+ "dark": {
22
+ "value": "{color.global.midnight.200}",
23
+ "type": "color"
24
+ }
25
+ },
26
+ "secondary": {
27
+ "faded": {
28
+ "value": "{color.global.neon-orange.25}",
29
+ "type": "color"
30
+ },
31
+ "pastel": {
32
+ "value": "{color.global.neon-orange.50}",
33
+ "type": "color"
34
+ },
35
+ "main": {
36
+ "value": "{color.global.neon-orange.100}",
37
+ "type": "color"
38
+ },
39
+ "muted": {
40
+ "value": "{color.global.neon-orange.150}",
41
+ "type": "color"
42
+ },
43
+ "dark": {
44
+ "value": "{color.global.neon-orange.200}",
45
+ "type": "color"
46
+ }
47
+ },
48
+ "tertiary": {
49
+ "faded": {
50
+ "value": "{color.global.azure.25}",
51
+ "type": "color"
52
+ },
53
+ "pastel": {
54
+ "value": "{color.global.azure.50}",
55
+ "type": "color"
56
+ },
57
+ "main": {
58
+ "value": "{color.global.azure.100}",
59
+ "type": "color"
60
+ },
61
+ "muted": {
62
+ "value": "{color.global.azure.150}",
63
+ "type": "color"
64
+ },
65
+ "dark": {
66
+ "value": "{color.global.azure.200}",
67
+ "type": "color"
68
+ }
69
+ },
70
+ "greyscale": {
71
+ "faded": {
72
+ "value": "{color.global.grey.100}",
73
+ "type": "color"
74
+ },
75
+ "pastel": {
76
+ "value": "{color.global.grey.150}",
77
+ "type": "color"
78
+ },
79
+ "main": {
80
+ "value": "{color.global.grey.300}",
81
+ "type": "color"
82
+ },
83
+ "muted": {
84
+ "value": "{color.global.grey.450}",
85
+ "type": "color"
86
+ },
87
+ "dark": {
88
+ "value": "{color.global.grey.550}",
89
+ "type": "color"
90
+ }
91
+ }
92
+ },
93
+ "background": {
94
+ "default": {
95
+ "value": "{color.global.grey.100}",
96
+ "type": "color"
97
+ },
98
+ "primary": {
99
+ "value": "{color.palette.primary.faded}",
100
+ "type": "color"
101
+ },
102
+ "secondary": {
103
+ "value": "{color.palette.primary.pastel}",
104
+ "type": "color"
105
+ },
106
+ "tertiary": {
107
+ "value": "{color.palette.secondary.pastel}",
108
+ "type": "color"
109
+ },
110
+ "brand": {
111
+ "value": "{color.palette.primary.main}",
112
+ "type": "color"
113
+ },
114
+ "interactive": {
115
+ "value": "{color.palette.secondary.main}",
116
+ "type": "color"
117
+ },
118
+ "dark": {
119
+ "value": "{color.palette.primary.dark}",
120
+ "type": "color"
121
+ },
122
+ "disabled": {
123
+ "value": "{color.global.grey.200}",
124
+ "type": "color"
125
+ },
126
+ "neutral-light": {
127
+ "value": "{color.palette.greyscale.pastel}",
128
+ "type": "color"
129
+ },
130
+ "neutral-dark": {
131
+ "value": "{color.palette.greyscale.muted}",
132
+ "type": "color"
133
+ }
134
+ },
135
+ "text": {
136
+ "default": {
137
+ "value": "{color.palette.primary.dark}",
138
+ "type": "color"
139
+ },
140
+ "title": {
141
+ "value": "{color.palette.primary.muted}",
142
+ "type": "color"
143
+ },
144
+ "subtle": {
145
+ "value": "{color.global.grey.400}",
146
+ "type": "color"
147
+ },
148
+ "disabled": {
149
+ "value": "{color.global.grey.300}",
150
+ "type": "color"
151
+ },
152
+ "inverse": {
153
+ "value": "{color.global.grey.100}",
154
+ "type": "color"
155
+ },
156
+ "neutral": {
157
+ "value": "{color.palette.greyscale.dark}",
158
+ "type": "color"
159
+ }
160
+ },
161
+ "icon": {
162
+ "primary": {
163
+ "value": "{color.palette.primary.dark}",
164
+ "type": "color"
165
+ },
166
+ "secondary": {
167
+ "value": "{color.palette.primary.pastel}",
168
+ "type": "color"
169
+ },
170
+ "tertiary": {
171
+ "value": "{color.global.grey.300}",
172
+ "type": "color"
173
+ },
174
+ "inverse": {
175
+ "value": "{color.global.grey.100}",
176
+ "type": "color"
177
+ }
178
+ },
179
+ "border": {
180
+ "default": {
181
+ "value": "{color.global.grey.300}",
182
+ "type": "color"
183
+ },
184
+ "hover": {
185
+ "value": "{color.palette.secondary.main}",
186
+ "type": "color"
187
+ },
188
+ "focus": {
189
+ "value": "{color.palette.primary.main}",
190
+ "type": "color"
191
+ },
192
+ "filled": {
193
+ "value": "{color.palette.primary.dark}",
194
+ "type": "color"
195
+ },
196
+ "inverse": {
197
+ "value": "{color.palette.primary.pastel}",
198
+ "type": "color"
199
+ }
200
+ },
201
+ "link": {
202
+ "default": {
203
+ "value": "{color.palette.secondary.muted}",
204
+ "type": "color"
205
+ },
206
+ "hover": {
207
+ "value": "{color.palette.secondary.main}",
208
+ "type": "color"
209
+ },
210
+ "active": {
211
+ "value": "{color.palette.secondary.dark}",
212
+ "type": "color"
213
+ },
214
+ "inverse": {
215
+ "value": "{color.palette.secondary.faded}",
216
+ "type": "color"
217
+ },
218
+ "inverse-hover": {
219
+ "value": "{color.palette.primary.faded}",
220
+ "type": "color"
221
+ }
222
+ },
223
+ "interactive": {
224
+ "primary": {
225
+ "background": {
226
+ "default": {
227
+ "value": "{color.palette.secondary.main}",
228
+ "type": "color"
229
+ },
230
+ "hover": {
231
+ "value": "{color.palette.secondary.muted}",
232
+ "type": "color"
233
+ },
234
+ "active": {
235
+ "value": "{color.palette.secondary.dark}",
236
+ "type": "color"
237
+ }
238
+ },
239
+ "foreground": {
240
+ "default": {
241
+ "value": "{color.palette.primary.dark}",
242
+ "type": "color"
243
+ },
244
+ "hover": {
245
+ "value": "{color.palette.secondary.faded}",
246
+ "type": "color"
247
+ },
248
+ "active": {
249
+ "value": "{color.global.grey.100}",
250
+ "type": "color"
251
+ }
252
+ }
253
+ },
254
+ "secondary": {
255
+ "background": {
256
+ "default": {
257
+ "value": "{color.palette.secondary.muted}",
258
+ "type": "color"
259
+ },
260
+ "hover": {
261
+ "value": "{color.palette.secondary.dark}",
262
+ "type": "color"
263
+ },
264
+ "active": {
265
+ "value": "{color.palette.secondary.dark}",
266
+ "type": "color"
267
+ }
268
+ },
269
+ "foreground": {
270
+ "default": {
271
+ "value": "{color.palette.primary.dark}",
272
+ "type": "color"
273
+ },
274
+ "hover": {
275
+ "value": "{color.palette.secondary.faded}",
276
+ "type": "color"
277
+ },
278
+ "active": {
279
+ "value": "{color.global.grey.100}",
280
+ "type": "color"
281
+ }
282
+ }
283
+ },
284
+ "tertiary": {
285
+ "background": {
286
+ "default": {
287
+ "value": "{color.transparent.0}",
288
+ "type": "color"
289
+ },
290
+ "hover": {
291
+ "value": "{color.palette.secondary.muted}",
292
+ "type": "color"
293
+ },
294
+ "active": {
295
+ "value": "{color.palette.secondary.dark}",
296
+ "type": "color"
297
+ }
298
+ },
299
+ "foreground": {
300
+ "default": {
301
+ "value": "{color.palette.secondary.main}",
302
+ "type": "color"
303
+ },
304
+ "hover": {
305
+ "value": "{color.palette.secondary.faded}",
306
+ "type": "color"
307
+ },
308
+ "active": {
309
+ "value": "{color.global.grey.100}",
310
+ "type": "color"
311
+ }
312
+ }
313
+ }
314
+ },
315
+ "surface": {
316
+ "primary": {
317
+ "background": {
318
+ "value": "{color.palette.primary.faded}",
319
+ "type": "color"
320
+ },
321
+ "accent": {
322
+ "value": "{color.palette.primary.pastel}",
323
+ "type": "color",
324
+ "$extensions": {
325
+ "studio.tokens": {
326
+ "modify": {
327
+ "type": "alpha",
328
+ "value": ".33",
329
+ "space": "lch"
330
+ }
331
+ }
332
+ }
333
+ },
334
+ "text": {
335
+ "default": {
336
+ "value": "{color.palette.primary.dark}",
337
+ "type": "color"
338
+ },
339
+ "subtle": {
340
+ "value": "{color.palette.primary.muted}",
341
+ "type": "color"
342
+ },
343
+ "title": {
344
+ "value": "{color.palette.primary.main}",
345
+ "type": "color"
346
+ },
347
+ "link": {
348
+ "value": "{color.palette.secondary.muted}",
349
+ "type": "color"
350
+ },
351
+ "hover": {
352
+ "value": "{color.palette.secondary.main}",
353
+ "type": "color"
354
+ }
355
+ },
356
+ "interactive": {
357
+ "background": {
358
+ "value": "{color.palette.secondary.main}",
359
+ "type": "color"
360
+ },
361
+ "foreground": {
362
+ "value": "{color.palette.primary.dark}",
363
+ "type": "color"
364
+ },
365
+ "hover-background": {
366
+ "value": "{color.palette.secondary.muted}",
367
+ "type": "color"
368
+ },
369
+ "hover-foreground": {
370
+ "value": "{color.global.grey.100}",
371
+ "type": "color"
372
+ }
373
+ },
374
+ "input": {
375
+ "background": {
376
+ "value": "{color.global.grey.100}",
377
+ "type": "color"
378
+ },
379
+ "foreground": {
380
+ "value": "{color.palette.primary.muted}",
381
+ "type": "color"
382
+ },
383
+ "border-default": {
384
+ "value": "{color.palette.tertiary.muted}",
385
+ "type": "color"
386
+ },
387
+ "border-active": {
388
+ "value": "{color.palette.tertiary.main}",
389
+ "type": "color"
390
+ }
391
+ }
392
+ },
393
+ "secondary": {
394
+ "background": {
395
+ "value": "{color.palette.secondary.faded}",
396
+ "type": "color"
397
+ },
398
+ "accent": {
399
+ "value": "{color.palette.secondary.pastel}",
400
+ "type": "color",
401
+ "$extensions": {
402
+ "studio.tokens": {
403
+ "modify": {
404
+ "type": "alpha",
405
+ "value": ".33",
406
+ "space": "srgb"
407
+ }
408
+ }
409
+ }
410
+ },
411
+ "text": {
412
+ "default": {
413
+ "value": "{color.palette.primary.dark}",
414
+ "type": "color"
415
+ },
416
+ "subtle": {
417
+ "value": "{color.palette.primary.muted}",
418
+ "type": "color"
419
+ },
420
+ "title": {
421
+ "value": "{color.palette.primary.dark}",
422
+ "type": "color"
423
+ },
424
+ "link": {
425
+ "value": "{color.palette.secondary.muted}",
426
+ "type": "color"
427
+ },
428
+ "hover": {
429
+ "value": "{color.palette.secondary.main}",
430
+ "type": "color"
431
+ }
432
+ },
433
+ "interactive": {
434
+ "background": {
435
+ "value": "{color.palette.secondary.main}",
436
+ "type": "color"
437
+ },
438
+ "foreground": {
439
+ "value": "{color.palette.primary.dark}",
440
+ "type": "color"
441
+ },
442
+ "hover-background": {
443
+ "value": "{color.palette.secondary.muted}",
444
+ "type": "color"
445
+ },
446
+ "hover-foreground": {
447
+ "value": "{color.global.grey.100}",
448
+ "type": "color"
449
+ }
450
+ },
451
+ "input": {
452
+ "background": {
453
+ "value": "{color.global.grey.100}",
454
+ "type": "color"
455
+ },
456
+ "foreground": {
457
+ "value": "{color.palette.primary.muted}",
458
+ "type": "color"
459
+ },
460
+ "border-default": {
461
+ "value": "{color.palette.tertiary.muted}",
462
+ "type": "color"
463
+ },
464
+ "border-active": {
465
+ "value": "{color.palette.tertiary.main}",
466
+ "type": "color"
467
+ }
468
+ }
469
+ },
470
+ "alt-primary": {
471
+ "background": {
472
+ "value": "{color.palette.primary.main}",
473
+ "type": "color"
474
+ },
475
+ "accent": {
476
+ "value": "{color.palette.primary.pastel}",
477
+ "type": "color",
478
+ "$extensions": {
479
+ "studio.tokens": {
480
+ "modify": {
481
+ "type": "alpha",
482
+ "value": ".33",
483
+ "space": "srgb",
484
+ "color": "rgba(0,0,0,0.5)"
485
+ }
486
+ }
487
+ }
488
+ },
489
+ "text": {
490
+ "default": {
491
+ "value": "{color.palette.primary.faded}",
492
+ "type": "color"
493
+ },
494
+ "subtle": {
495
+ "value": "{color.palette.primary.pastel}",
496
+ "type": "color"
497
+ },
498
+ "title": {
499
+ "value": "{color.palette.primary.pastel}",
500
+ "type": "color"
501
+ },
502
+ "link": {
503
+ "value": "{color.palette.secondary.pastel}",
504
+ "type": "color"
505
+ },
506
+ "hover": {
507
+ "value": "{color.palette.secondary.main}",
508
+ "type": "color"
509
+ }
510
+ },
511
+ "interactive": {
512
+ "background": {
513
+ "value": "{color.palette.secondary.main}",
514
+ "type": "color"
515
+ },
516
+ "foreground": {
517
+ "value": "{color.palette.primary.dark}",
518
+ "type": "color"
519
+ },
520
+ "hover-background": {
521
+ "value": "{color.palette.secondary.muted}",
522
+ "type": "color"
523
+ },
524
+ "hover-foreground": {
525
+ "value": "{color.palette.primary.faded}",
526
+ "type": "color"
527
+ }
528
+ },
529
+ "input": {
530
+ "background": {
531
+ "value": "{color.global.grey.100}",
532
+ "type": "color"
533
+ },
534
+ "foreground": {
535
+ "value": "{color.palette.primary.muted}",
536
+ "type": "color"
537
+ },
538
+ "border-default": {
539
+ "value": "{color.palette.tertiary.dark}",
540
+ "type": "color"
541
+ },
542
+ "border-active": {
543
+ "value": "{color.palette.tertiary.main}",
544
+ "type": "color"
545
+ }
546
+ }
547
+ },
548
+ "alt-secondary": {
549
+ "background": {
550
+ "value": "{color.palette.secondary.main}",
551
+ "type": "color"
552
+ },
553
+ "accent": {
554
+ "value": "{color.palette.secondary.muted}",
555
+ "type": "color",
556
+ "$extensions": {
557
+ "studio.tokens": {
558
+ "modify": {
559
+ "type": "alpha",
560
+ "value": ".33",
561
+ "space": "lch"
562
+ }
563
+ }
564
+ }
565
+ },
566
+ "text": {
567
+ "default": {
568
+ "value": "{color.palette.primary.dark}",
569
+ "type": "color"
570
+ },
571
+ "subtle": {
572
+ "value": "{color.palette.primary.main}",
573
+ "type": "color"
574
+ },
575
+ "title": {
576
+ "value": "{color.palette.primary.muted}",
577
+ "type": "color"
578
+ },
579
+ "link": {
580
+ "value": "{color.palette.primary.dark}",
581
+ "type": "color"
582
+ },
583
+ "hover": {
584
+ "value": "{color.global.grey.100}",
585
+ "type": "color"
586
+ }
587
+ },
588
+ "interactive": {
589
+ "background": {
590
+ "value": "{color.palette.primary.main}",
591
+ "type": "color"
592
+ },
593
+ "foreground": {
594
+ "value": "{color.global.grey.100}",
595
+ "type": "color"
596
+ },
597
+ "hover-background": {
598
+ "value": "{color.palette.secondary.muted}",
599
+ "type": "color"
600
+ },
601
+ "hover-foreground": {
602
+ "value": "{color.global.grey.100}",
603
+ "type": "color"
604
+ }
605
+ },
606
+ "input": {
607
+ "background": {
608
+ "value": "{color.global.grey.100}",
609
+ "type": "color"
610
+ },
611
+ "foreground": {
612
+ "value": "{color.palette.primary.muted}",
613
+ "type": "color"
614
+ },
615
+ "border-default": {
616
+ "value": "{color.palette.tertiary.dark}",
617
+ "type": "color"
618
+ },
619
+ "border-active": {
620
+ "value": "{color.palette.tertiary.main}",
621
+ "type": "color"
622
+ }
623
+ }
624
+ },
625
+ "neutral": {
626
+ "background": {
627
+ "value": "{color.palette.greyscale.pastel}",
628
+ "type": "color"
629
+ },
630
+ "accent": {
631
+ "value": "{color.palette.greyscale.pastel}",
632
+ "type": "color",
633
+ "$extensions": {
634
+ "studio.tokens": {
635
+ "modify": {
636
+ "type": "alpha",
637
+ "value": ".33",
638
+ "space": "srgb"
639
+ }
640
+ }
641
+ }
642
+ },
643
+ "text": {
644
+ "default": {
645
+ "value": "{color.palette.greyscale.dark}",
646
+ "type": "color"
647
+ },
648
+ "subtle": {
649
+ "value": "{color.palette.greyscale.main}",
650
+ "type": "color"
651
+ },
652
+ "title": {
653
+ "value": "{color.palette.greyscale.muted}",
654
+ "type": "color"
655
+ },
656
+ "link": {
657
+ "value": "{color.link.default}",
658
+ "type": "color"
659
+ },
660
+ "hover": {
661
+ "value": "{color.link.hover}",
662
+ "type": "color"
663
+ }
664
+ },
665
+ "interactive": {
666
+ "background": {
667
+ "value": "{color.link.default}",
668
+ "type": "color"
669
+ },
670
+ "foreground": {
671
+ "value": "{color.palette.greyscale.dark}",
672
+ "type": "color"
673
+ },
674
+ "hover-background": {
675
+ "value": "{color.palette.greyscale.muted}",
676
+ "type": "color"
677
+ },
678
+ "hover-foreground": {
679
+ "value": "{color.palette.greyscale.faded}",
680
+ "type": "color"
681
+ }
682
+ },
683
+ "input": {
684
+ "background": {
685
+ "value": "{color.global.grey.100}",
686
+ "type": "color"
687
+ },
688
+ "foreground": {
689
+ "value": "{color.palette.greyscale.dark}",
690
+ "type": "color"
691
+ },
692
+ "border-default": {
693
+ "value": "{color.palette.greyscale.muted}",
694
+ "type": "color"
695
+ },
696
+ "border-active": {
697
+ "value": "{color.palette.greyscale.main}",
698
+ "type": "color"
699
+ }
700
+ }
701
+ }
702
+ }
703
+ },
704
+ "fontfamily": {
705
+ "body": {
706
+ "value": "{fontfamily.global.simplistic}",
707
+ "type": "fontFamilies"
708
+ },
709
+ "utility": {
710
+ "value": "{fontfamily.global.simplistic}",
711
+ "type": "fontFamilies"
712
+ },
713
+ "heading": {
714
+ "value": "{fontfamily.global.simplistic}",
715
+ "type": "fontFamilies"
716
+ },
717
+ "program": {
718
+ "value": "{fontfamily.global.simplistic}",
719
+ "type": "fontFamilies"
720
+ },
721
+ "display": {
722
+ "intro": {
723
+ "value": "{fontfamily.global.simplistic}",
724
+ "type": "fontFamilies"
725
+ },
726
+ "name": {
727
+ "value": "{fontfamily.global.simplistic}",
728
+ "type": "fontFamilies"
729
+ },
730
+ "quote": {
731
+ "value": "{fontfamily.global.simplistic}",
732
+ "type": "fontFamilies"
733
+ },
734
+ "headline": {
735
+ "value": "{fontfamily.global.simplistic}",
736
+ "type": "fontFamilies"
737
+ }
738
+ }
739
+ },
740
+ "fontweight": {
741
+ "body": {
742
+ "value": "{fontweight.global.400}",
743
+ "type": "fontWeights"
744
+ },
745
+ "utility": {
746
+ "value": "{fontweight.global.400}",
747
+ "type": "fontWeights"
748
+ },
749
+ "heading": {
750
+ "value": "{fontweight.global.700}",
751
+ "type": "fontWeights"
752
+ },
753
+ "program": {
754
+ "value": "{fontweight.global.500}",
755
+ "type": "fontWeights"
756
+ },
757
+ "display": {
758
+ "intro": {
759
+ "value": "{fontweight.global.500}",
760
+ "type": "fontWeights"
761
+ },
762
+ "name": {
763
+ "value": "{fontweight.global.700}",
764
+ "type": "fontWeights"
765
+ },
766
+ "quote": {
767
+ "value": "{fontweight.global.500}",
768
+ "type": "fontWeights"
769
+ },
770
+ "headline": {
771
+ "value": "{fontweight.global.500}",
772
+ "type": "fontWeights"
773
+ }
774
+ }
775
+ },
776
+ "lineheight": {
777
+ "body": {
778
+ "value": "{lineheight.global.500}",
779
+ "type": "lineHeights"
780
+ },
781
+ "utility": {
782
+ "value": "{lineheight.global.200}",
783
+ "type": "lineHeights"
784
+ },
785
+ "heading": {
786
+ "value": "{lineheight.global.200}",
787
+ "type": "lineHeights"
788
+ },
789
+ "program": {
790
+ "value": "{lineheight.global.80}",
791
+ "type": "lineHeights"
792
+ },
793
+ "display": {
794
+ "intro": {
795
+ "value": "{lineheight.global.500}",
796
+ "type": "lineHeights"
797
+ },
798
+ "name": {
799
+ "value": "{lineheight.global.100}",
800
+ "type": "lineHeights"
801
+ },
802
+ "quote": {
803
+ "value": "{lineheight.global.275}",
804
+ "type": "lineHeights"
805
+ },
806
+ "headline": {
807
+ "value": "{lineheight.global.200}",
808
+ "type": "lineHeights"
809
+ }
810
+ }
811
+ }
812
+ }
@@ -702,281 +702,281 @@
702
702
  "combo": {
703
703
  "0": {
704
704
  "primary": {
705
- "value": "#FFC2B2",
705
+ "value": "#B2FFC2",
706
706
  "type": "color"
707
707
  },
708
708
  "secondary": {
709
- "value": "#002E73",
709
+ "value": "#004573",
710
710
  "type": "color"
711
711
  }
712
712
  },
713
713
  "1": {
714
714
  "primary": {
715
- "value": "#FFD7CC",
715
+ "value": "#CCFFE1",
716
716
  "type": "color"
717
717
  },
718
718
  "secondary": {
719
- "value": "#005924",
719
+ "value": "#730045",
720
720
  "type": "color"
721
721
  }
722
722
  },
723
723
  "2": {
724
724
  "primary": {
725
- "value": "#FFD1B2",
725
+ "value": "#B2FFE0",
726
726
  "type": "color"
727
727
  },
728
728
  "secondary": {
729
- "value": "#006652",
729
+ "value": "#660052",
730
730
  "type": "color"
731
731
  }
732
732
  },
733
733
  "3": {
734
734
  "primary": {
735
- "value": "#FFE0B2",
735
+ "value": "#B2FFF0",
736
736
  "type": "color"
737
737
  },
738
738
  "secondary": {
739
- "value": "#73005C",
739
+ "value": "#2E0073",
740
740
  "type": "color"
741
741
  }
742
742
  },
743
743
  "4": {
744
744
  "primary": {
745
- "value": "#FFF0B2",
745
+ "value": "#B2FFFF",
746
746
  "type": "color"
747
747
  },
748
748
  "secondary": {
749
- "value": "#73002E",
749
+ "value": "#730000",
750
750
  "type": "color"
751
751
  }
752
752
  },
753
753
  "5": {
754
754
  "primary": {
755
- "value": "#FCFFB2",
755
+ "value": "#CCEAFF",
756
756
  "type": "color"
757
757
  },
758
758
  "secondary": {
759
- "value": "#001773",
759
+ "value": "#593600",
760
760
  "type": "color"
761
761
  }
762
762
  },
763
763
  "6": {
764
764
  "primary": {
765
- "value": "#F0FFB2",
765
+ "value": "#B2D1FF",
766
766
  "type": "color"
767
767
  },
768
768
  "secondary": {
769
- "value": "#170073",
769
+ "value": "#004000",
770
770
  "type": "color"
771
771
  }
772
772
  },
773
773
  "7": {
774
774
  "primary": {
775
- "value": "#E0FFB2",
775
+ "value": "#B2C2FF",
776
776
  "type": "color"
777
777
  },
778
778
  "secondary": {
779
- "value": "#730073",
779
+ "value": "#001773",
780
780
  "type": "color"
781
781
  }
782
782
  },
783
783
  "8": {
784
784
  "primary": {
785
- "value": "#D1FFB2",
785
+ "value": "#D9D9FF",
786
786
  "type": "color"
787
787
  },
788
788
  "secondary": {
789
- "value": "#5C0073",
789
+ "value": "#125900",
790
790
  "type": "color"
791
791
  }
792
792
  },
793
793
  "9": {
794
794
  "primary": {
795
- "value": "#C2FFB2",
795
+ "value": "#C2B2FF",
796
796
  "type": "color"
797
797
  },
798
798
  "secondary": {
799
- "value": "#731700",
799
+ "value": "#73002E",
800
800
  "type": "color"
801
801
  }
802
802
  },
803
803
  "10": {
804
804
  "primary": {
805
- "value": "#B2FFB2",
805
+ "value": "#D1B2FF",
806
806
  "type": "color"
807
807
  },
808
808
  "secondary": {
809
- "value": "#450073",
809
+ "value": "#002E73",
810
810
  "type": "color"
811
811
  }
812
812
  },
813
813
  "11": {
814
814
  "primary": {
815
- "value": "#B2FFC2",
815
+ "value": "#EACCFF",
816
816
  "type": "color"
817
817
  },
818
818
  "secondary": {
819
- "value": "#004573",
819
+ "value": "#731700",
820
820
  "type": "color"
821
821
  }
822
822
  },
823
823
  "12": {
824
824
  "primary": {
825
- "value": "#CCFFE1",
825
+ "value": "#F0B2FF",
826
826
  "type": "color"
827
827
  },
828
828
  "secondary": {
829
- "value": "#730045",
829
+ "value": "#005912",
830
830
  "type": "color"
831
831
  }
832
832
  },
833
833
  "13": {
834
834
  "primary": {
835
- "value": "#B2FFE0",
835
+ "value": "#FFB2FF",
836
836
  "type": "color"
837
837
  },
838
838
  "secondary": {
839
- "value": "#660052",
839
+ "value": "#494D00",
840
840
  "type": "color"
841
841
  }
842
842
  },
843
843
  "14": {
844
844
  "primary": {
845
- "value": "#B2FFF0",
845
+ "value": "#FFB2F0",
846
846
  "type": "color"
847
847
  },
848
848
  "secondary": {
849
- "value": "#2E0073",
849
+ "value": "#732E00",
850
850
  "type": "color"
851
851
  }
852
852
  },
853
853
  "15": {
854
854
  "primary": {
855
- "value": "#B2FFFF",
855
+ "value": "#FFB2E0",
856
856
  "type": "color"
857
857
  },
858
858
  "secondary": {
859
- "value": "#730000",
859
+ "value": "#000073",
860
860
  "type": "color"
861
861
  }
862
862
  },
863
863
  "16": {
864
864
  "primary": {
865
- "value": "#CCEAFF",
865
+ "value": "#FFCCE1",
866
866
  "type": "color"
867
867
  },
868
868
  "secondary": {
869
- "value": "#593600",
869
+ "value": "#005959",
870
870
  "type": "color"
871
871
  }
872
872
  },
873
873
  "17": {
874
874
  "primary": {
875
- "value": "#B2D1FF",
875
+ "value": "#FFC2B2",
876
876
  "type": "color"
877
877
  },
878
878
  "secondary": {
879
- "value": "#004000",
879
+ "value": "#002E73",
880
880
  "type": "color"
881
881
  }
882
882
  },
883
883
  "18": {
884
884
  "primary": {
885
- "value": "#B2C2FF",
885
+ "value": "#FFD7CC",
886
886
  "type": "color"
887
887
  },
888
888
  "secondary": {
889
- "value": "#001773",
889
+ "value": "#005924",
890
890
  "type": "color"
891
891
  }
892
892
  },
893
893
  "19": {
894
894
  "primary": {
895
- "value": "#D9D9FF",
895
+ "value": "#FFD1B2",
896
896
  "type": "color"
897
897
  },
898
898
  "secondary": {
899
- "value": "#125900",
899
+ "value": "#006652",
900
900
  "type": "color"
901
901
  }
902
902
  },
903
903
  "20": {
904
904
  "primary": {
905
- "value": "#C2B2FF",
905
+ "value": "#FFE0B2",
906
906
  "type": "color"
907
907
  },
908
908
  "secondary": {
909
- "value": "#73002E",
909
+ "value": "#73005C",
910
910
  "type": "color"
911
911
  }
912
912
  },
913
913
  "21": {
914
914
  "primary": {
915
- "value": "#D1B2FF",
915
+ "value": "#FFF0B2",
916
916
  "type": "color"
917
917
  },
918
918
  "secondary": {
919
- "value": "#002E73",
919
+ "value": "#73002E",
920
920
  "type": "color"
921
921
  }
922
922
  },
923
923
  "22": {
924
924
  "primary": {
925
- "value": "#EACCFF",
925
+ "value": "#FCFFB2",
926
926
  "type": "color"
927
927
  },
928
928
  "secondary": {
929
- "value": "#731700",
929
+ "value": "#001773",
930
930
  "type": "color"
931
931
  }
932
932
  },
933
933
  "23": {
934
934
  "primary": {
935
- "value": "#F0B2FF",
935
+ "value": "#F0FFB2",
936
936
  "type": "color"
937
937
  },
938
938
  "secondary": {
939
- "value": "#005912",
939
+ "value": "#170073",
940
940
  "type": "color"
941
941
  }
942
942
  },
943
943
  "24": {
944
944
  "primary": {
945
- "value": "#FFB2FF",
945
+ "value": "#E0FFB2",
946
946
  "type": "color"
947
947
  },
948
948
  "secondary": {
949
- "value": "#494D00",
949
+ "value": "#730073",
950
950
  "type": "color"
951
951
  }
952
952
  },
953
953
  "25": {
954
954
  "primary": {
955
- "value": "#FFB2F0",
955
+ "value": "#D1FFB2",
956
956
  "type": "color"
957
957
  },
958
958
  "secondary": {
959
- "value": "#732E00",
959
+ "value": "#5C0073",
960
960
  "type": "color"
961
961
  }
962
962
  },
963
963
  "26": {
964
964
  "primary": {
965
- "value": "#FFB2E0",
965
+ "value": "#C2FFB2",
966
966
  "type": "color"
967
967
  },
968
968
  "secondary": {
969
- "value": "#000073",
969
+ "value": "#731700",
970
970
  "type": "color"
971
971
  }
972
972
  },
973
973
  "27": {
974
974
  "primary": {
975
- "value": "#FFCCE1",
975
+ "value": "#B2FFB2",
976
976
  "type": "color"
977
977
  },
978
978
  "secondary": {
979
- "value": "#005959",
979
+ "value": "#450073",
980
980
  "type": "color"
981
981
  }
982
982
  },
@@ -989,6 +989,72 @@
989
989
  "type": "color"
990
990
  }
991
991
  },
992
+ "midnight": {
993
+ "25": {
994
+ "value": "#D5D5D5",
995
+ "type": "color"
996
+ },
997
+ "50": {
998
+ "value": "#828282",
999
+ "type": "color"
1000
+ },
1001
+ "100": {
1002
+ "value": "#2F2F2F",
1003
+ "type": "color"
1004
+ },
1005
+ "150": {
1006
+ "value": "#212121",
1007
+ "type": "color"
1008
+ },
1009
+ "200": {
1010
+ "value": "#000000",
1011
+ "type": "color"
1012
+ }
1013
+ },
1014
+ "neon-orange": {
1015
+ "25": {
1016
+ "value": "#FED7CC",
1017
+ "type": "color"
1018
+ },
1019
+ "50": {
1020
+ "value": "#FF8367",
1021
+ "type": "color"
1022
+ },
1023
+ "100": {
1024
+ "value": "#FF3000",
1025
+ "type": "color"
1026
+ },
1027
+ "150": {
1028
+ "value": "#B22201",
1029
+ "type": "color"
1030
+ },
1031
+ "200": {
1032
+ "value": "#661400",
1033
+ "type": "color"
1034
+ }
1035
+ },
1036
+ "azure": {
1037
+ "25": {
1038
+ "value": "#B5C9FF",
1039
+ "type": "color"
1040
+ },
1041
+ "50": {
1042
+ "value": "#6B92FF",
1043
+ "type": "color"
1044
+ },
1045
+ "100": {
1046
+ "value": "#084AFF",
1047
+ "type": "color"
1048
+ },
1049
+ "150": {
1050
+ "value": "#063BCC",
1051
+ "type": "color"
1052
+ },
1053
+ "200": {
1054
+ "value": "#052C99",
1055
+ "type": "color"
1056
+ }
1057
+ },
992
1058
  "salmon": {
993
1059
  "100": {
994
1060
  "value": "#CF88B0",