@depersgroep/lfvp-design-tokens 0.384.0 → 0.386.0

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.
@@ -30,6 +30,10 @@
30
30
  "$type": "color",
31
31
  "$value": "#CC00AA"
32
32
  },
33
+ "45": {
34
+ "$type": "color",
35
+ "$value": "#D901B5"
36
+ },
33
37
  "50": {
34
38
  "$type": "color",
35
39
  "$value": "#FF01D5",
@@ -275,6 +279,12 @@
275
279
  "$type": "color",
276
280
  "$value": "rgba(16,4,24,0.95)"
277
281
  }
282
+ },
283
+ "various": {
284
+ "1": {
285
+ "$type": "color",
286
+ "$value": "#4B0B70"
287
+ }
278
288
  }
279
289
  }
280
290
  },
@@ -290,23 +300,23 @@
290
300
  "fontWeight": {
291
301
  "title": {
292
302
  "$type": "fontWeights",
293
- "$value": "{core.fontWeight.heavy}"
303
+ "$value": "{core.fontWeight.900}"
294
304
  },
295
305
  "default": {
296
306
  "$type": "fontWeights",
297
- "$value": "{core.fontWeight.regular}"
307
+ "$value": "{core.fontWeight.400}"
298
308
  },
299
309
  "emphasized": {
300
310
  "$type": "fontWeights",
301
- "$value": "{core.fontWeight.bold}"
311
+ "$value": "{core.fontWeight.700}"
302
312
  },
303
313
  "bold": {
304
314
  "$type": "fontWeights",
305
- "$value": "{core.fontWeight.bold}"
315
+ "$value": "{core.fontWeight.700}"
306
316
  },
307
317
  "button": {
308
318
  "$type": "fontWeights",
309
- "$value": "{core.fontWeight.bold}"
319
+ "$value": "{core.fontWeight.700}"
310
320
  }
311
321
  },
312
322
  "typography": {
@@ -382,6 +392,10 @@
382
392
  "$type": "borderRadius",
383
393
  "$value": "{base.ui.borderRadius.flex.br4}"
384
394
  },
395
+ "badge": {
396
+ "$type": "borderRadius",
397
+ "$value": "{badge.small.fontSize}/3"
398
+ },
385
399
  "pill": {
386
400
  "$type": "borderRadius",
387
401
  "$value": "{base.ui.borderRadius.flex.br4}"
@@ -539,6 +553,16 @@
539
553
  "$type": "color",
540
554
  "$value": "{base.colorSet.neutrals.dark4}"
541
555
  }
556
+ },
557
+ "badge": {
558
+ "backgroundColor": {
559
+ "$type": "color",
560
+ "$value": "{core.color.primary.40}"
561
+ },
562
+ "iconColor": {
563
+ "$type": "color",
564
+ "$value": "{core.color.primary.50}"
565
+ }
542
566
  }
543
567
  },
544
568
  "sizing": {
@@ -589,35 +613,35 @@
589
613
  "interaction": {
590
614
  "normal": {
591
615
  "$type": "color",
592
- "$value": "{core.color.primary.50}"
616
+ "$value": "{core.color.neutrals.100}"
593
617
  },
594
618
  "onNormal": {
595
619
  "$type": "color",
596
- "$value": "{base.color.text.default}"
620
+ "$value": "{core.color.neutrals.5}"
597
621
  },
598
622
  "hover": {
599
623
  "$type": "color",
600
- "$value": "{core.color.primary.40}"
624
+ "$value": "{core.color.neutrals.80}"
601
625
  },
602
626
  "onHover": {
603
627
  "$type": "color",
604
- "$value": "{base.color.text.default}"
628
+ "$value": "{core.color.neutrals.5}"
605
629
  },
606
630
  "active": {
607
631
  "$type": "color",
608
- "$value": "{core.color.primary.30}"
632
+ "$value": "{core.color.neutrals.80}"
609
633
  },
610
634
  "onActive": {
611
635
  "$type": "color",
612
- "$value": "{base.color.text.default}"
636
+ "$value": "{core.color.neutrals.5}"
613
637
  },
614
638
  "focus": {
615
639
  "$type": "color",
616
- "$value": "{core.color.primary.40}"
640
+ "$value": "{core.color.neutrals.100}"
617
641
  },
618
642
  "onFocus": {
619
643
  "$type": "color",
620
- "$value": "{base.color.text.default}"
644
+ "$value": "{core.color.neutrals.5}"
621
645
  },
622
646
  "disabled": {
623
647
  "$type": "color",
@@ -669,6 +693,48 @@
669
693
  "$type": "color",
670
694
  "$value": "{core.color.neutrals.20}"
671
695
  }
696
+ },
697
+ "branded": {
698
+ "normal": {
699
+ "$type": "color",
700
+ "$value": "linear-gradient(60deg, {core.color.various.1} 0%, {core.color.primary.45} 100%)"
701
+ },
702
+ "onNormal": {
703
+ "$type": "color",
704
+ "$value": "{core.color.neutrals.100}"
705
+ },
706
+ "hover": {
707
+ "$type": "color",
708
+ "$value": "linear-gradient(60deg, {core.color.various.1} 0%, {core.color.primary.30} 100%)"
709
+ },
710
+ "onHover": {
711
+ "$type": "color",
712
+ "$value": "{core.color.primary.95}"
713
+ },
714
+ "active": {
715
+ "$type": "color",
716
+ "$value": "linear-gradient(60deg, {core.color.various.1} 0%, {core.color.primary.30} 100%)"
717
+ },
718
+ "onActive": {
719
+ "$type": "color",
720
+ "$value": "{core.color.primary.95}"
721
+ },
722
+ "focus": {
723
+ "$type": "color",
724
+ "$value": "linear-gradient(60deg, {core.color.various.1} 0%, {core.color.primary.45} 100%)"
725
+ },
726
+ "onFocus": {
727
+ "$type": "color",
728
+ "$value": "{core.color.neutrals.100}"
729
+ },
730
+ "disabled": {
731
+ "$type": "color",
732
+ "$value": "{core.color.softAlpha.20}"
733
+ },
734
+ "onDisabled": {
735
+ "$type": "color",
736
+ "$value": "{core.color.neutrals.60}"
737
+ }
672
738
  }
673
739
  },
674
740
  "plan": {
@@ -30,6 +30,10 @@
30
30
  "$type": "color",
31
31
  "$value": "#2D22AA"
32
32
  },
33
+ "45": {
34
+ "$type": "color",
35
+ "$value": "#2D22AA"
36
+ },
33
37
  "50": {
34
38
  "$type": "color",
35
39
  "$value": "#382AD5",
@@ -275,6 +279,12 @@
275
279
  "$type": "color",
276
280
  "$value": "rgba(0,0,0,0.95)"
277
281
  }
282
+ },
283
+ "various": {
284
+ "1": {
285
+ "$type": "color",
286
+ "$value": "#ffffff"
287
+ }
278
288
  }
279
289
  }
280
290
  },
@@ -290,23 +300,23 @@
290
300
  "fontWeight": {
291
301
  "title": {
292
302
  "$type": "fontWeights",
293
- "$value": "{core.fontWeight.extraBold}"
303
+ "$value": "{core.fontWeight.900}"
294
304
  },
295
305
  "default": {
296
306
  "$type": "fontWeights",
297
- "$value": "{core.fontWeight.regular}"
307
+ "$value": "{core.fontWeight.400}"
298
308
  },
299
309
  "emphasized": {
300
310
  "$type": "fontWeights",
301
- "$value": "{core.fontWeight.regular}"
311
+ "$value": "{core.fontWeight.700}"
302
312
  },
303
313
  "bold": {
304
314
  "$type": "fontWeights",
305
- "$value": "{core.fontWeight.bold}"
315
+ "$value": "{core.fontWeight.900}"
306
316
  },
307
317
  "button": {
308
318
  "$type": "fontWeights",
309
- "$value": "{base.fontWeight.bold}"
319
+ "$value": "{core.fontWeight.900}"
310
320
  }
311
321
  },
312
322
  "typography": {
@@ -382,6 +392,10 @@
382
392
  "$type": "borderRadius",
383
393
  "$value": "{core.borderRadius.4}"
384
394
  },
395
+ "badge": {
396
+ "$type": "borderRadius",
397
+ "$value": "{core.borderRadius.4}"
398
+ },
385
399
  "pill": {
386
400
  "$type": "borderRadius",
387
401
  "$value": "{base.ui.borderRadius.flex.br2}"
@@ -539,6 +553,16 @@
539
553
  "$type": "color",
540
554
  "$value": "{base.colorSet.neutrals.dark2}"
541
555
  }
556
+ },
557
+ "badge": {
558
+ "backgroundColor": {
559
+ "$type": "color",
560
+ "$value": "{core.color.primary.45}"
561
+ },
562
+ "iconColor": {
563
+ "$type": "color",
564
+ "$value": "{core.color.primary.45}"
565
+ }
542
566
  }
543
567
  },
544
568
  "sizing": {
@@ -593,7 +617,7 @@
593
617
  },
594
618
  "onNormal": {
595
619
  "$type": "color",
596
- "$value": "{base.color.text.default}"
620
+ "$value": "{core.color.neutrals.100}"
597
621
  },
598
622
  "hover": {
599
623
  "$type": "color",
@@ -601,7 +625,7 @@
601
625
  },
602
626
  "onHover": {
603
627
  "$type": "color",
604
- "$value": "{base.color.text.default}"
628
+ "$value": "{core.color.neutrals.100}"
605
629
  },
606
630
  "active": {
607
631
  "$type": "color",
@@ -609,7 +633,7 @@
609
633
  },
610
634
  "onActive": {
611
635
  "$type": "color",
612
- "$value": "{base.color.text.default}"
636
+ "$value": "{core.color.neutrals.100}"
613
637
  },
614
638
  "focus": {
615
639
  "$type": "color",
@@ -617,7 +641,7 @@
617
641
  },
618
642
  "onFocus": {
619
643
  "$type": "color",
620
- "$value": "{base.color.text.default}"
644
+ "$value": "{core.color.neutrals.100}"
621
645
  },
622
646
  "disabled": {
623
647
  "$type": "color",
@@ -669,6 +693,48 @@
669
693
  "$type": "color",
670
694
  "$value": "{core.color.neutrals.10}"
671
695
  }
696
+ },
697
+ "branded": {
698
+ "normal": {
699
+ "$type": "color",
700
+ "$value": "{core.color.primary.50}"
701
+ },
702
+ "onNormal": {
703
+ "$type": "color",
704
+ "$value": "{core.color.neutrals.100}"
705
+ },
706
+ "hover": {
707
+ "$type": "color",
708
+ "$value": "{core.color.primary.40}"
709
+ },
710
+ "onHover": {
711
+ "$type": "color",
712
+ "$value": "{core.color.neutrals.100}"
713
+ },
714
+ "active": {
715
+ "$type": "color",
716
+ "$value": "{core.color.primary.30}"
717
+ },
718
+ "onActive": {
719
+ "$type": "color",
720
+ "$value": "{core.color.neutrals.100}"
721
+ },
722
+ "focus": {
723
+ "$type": "color",
724
+ "$value": "{core.color.primary.40}"
725
+ },
726
+ "onFocus": {
727
+ "$type": "color",
728
+ "$value": "{core.color.neutrals.100}"
729
+ },
730
+ "disabled": {
731
+ "$type": "color",
732
+ "$value": "{core.color.softAlpha.20}"
733
+ },
734
+ "onDisabled": {
735
+ "$type": "color",
736
+ "$value": "{core.color.neutrals.60}"
737
+ }
672
738
  }
673
739
  },
674
740
  "plan": {
@@ -0,0 +1,108 @@
1
+ {
2
+ "badge": {
3
+ "small": {
4
+ "label": {
5
+ "$type": "typography",
6
+ "$value": "{base.typography.meta.bold}"
7
+ },
8
+ "horizontalPadding": {
9
+ "$type": "spacing",
10
+ "$value": "{badge.small.fontSize}/2.5"
11
+ },
12
+ "gap": {
13
+ "$type": "spacing",
14
+ "$value": "{badge.small.fontSize}/3"
15
+ },
16
+ "margin": {
17
+ "$type": "spacing",
18
+ "$value": "{badge.small.fontSize}/3"
19
+ },
20
+ "verticalPadding": {
21
+ "$type": "spacing",
22
+ "$value": "{badge.small.fontSize}/6"
23
+ },
24
+ "borderRadius": {
25
+ "$type": "borderRadius",
26
+ "$value": "{base.borderRadius.badge}"
27
+ },
28
+ "iconSize": {
29
+ "$type": "sizing",
30
+ "$value": "{badge.small.fontSize}*1.4"
31
+ },
32
+ "fontSize": {
33
+ "$type": "fontSizes",
34
+ "$value": "{core.fontSize.12}*{scale.text}"
35
+ },
36
+ "height": {
37
+ "$type": "sizing",
38
+ "$value": "{badge.small.fontSize}*1.8"
39
+ }
40
+ },
41
+ "medium": {
42
+ "label": {
43
+ "$type": "typography",
44
+ "$value": "{base.typography.text.bold.xSmall}"
45
+ },
46
+ "horizontalPadding": {
47
+ "$type": "spacing",
48
+ "$value": "{badge.medium.fontSize}/2.5"
49
+ },
50
+ "gap": {
51
+ "$type": "spacing",
52
+ "$value": "{badge.medium.fontSize}/2"
53
+ },
54
+ "margin": {
55
+ "$type": "spacing",
56
+ "$value": "{badge.medium.fontSize}/3"
57
+ },
58
+ "verticalPadding": {
59
+ "$type": "spacing",
60
+ "$value": "{badge.medium.fontSize}/3"
61
+ },
62
+ "borderRadius": {
63
+ "$type": "borderRadius",
64
+ "$value": "{base.borderRadius.badge}"
65
+ },
66
+ "iconSize": {
67
+ "$type": "sizing",
68
+ "$value": "{badge.medium.fontSize}*1.4"
69
+ },
70
+ "height": {
71
+ "$type": "sizing",
72
+ "$value": "{badge.medium.fontSize}*2.1"
73
+ },
74
+ "fontSize": {
75
+ "$type": "fontSizes",
76
+ "$value": "{core.fontSize.13}*{scale.text}"
77
+ }
78
+ },
79
+ "default": {
80
+ "backgroundColor": {
81
+ "$type": "color",
82
+ "$value": "{base.color.ui.fade4}"
83
+ },
84
+ "iconColor": {
85
+ "$type": "color",
86
+ "$value": "{base.color.badge.iconColor}"
87
+ },
88
+ "textColor": {
89
+ "$type": "color",
90
+ "$value": "{base.color.text.default}"
91
+ }
92
+ },
93
+ "highlight": {
94
+ "backgroundColor": {
95
+ "$type": "color",
96
+ "$value": "{base.color.badge.backgroundColor}"
97
+ },
98
+ "iconColor": {
99
+ "$type": "color",
100
+ "$value": "{base.color.ui.white}"
101
+ },
102
+ "textColor": {
103
+ "$type": "color",
104
+ "$value": "{base.color.ui.white}"
105
+ }
106
+ }
107
+ }
108
+ }
@@ -50,12 +50,12 @@
50
50
  "boxHeading": {
51
51
  "verticalPadding": {
52
52
  "$type": "spacing",
53
- "$value": "{core.spacing.4}"
53
+ "$value": "{base.ui.spacing.flex.sp1}"
54
54
  },
55
55
  "default": {
56
56
  "backgroundColor": {
57
57
  "$type": "color",
58
- "$value": "{base.color.ui.dark3}"
58
+ "$value": "{base.color.ui.accent1}"
59
59
  },
60
60
  "textColor": {
61
61
  "$type": "color",
@@ -74,12 +74,7 @@
74
74
  },
75
75
  "text": {
76
76
  "$type": "typography",
77
- "$value": {
78
- "fontFamily": "{button.default.fontFamily}",
79
- "fontWeight": "{base.fontWeight.bold}",
80
- "fontSize": "{button.medium.fontSize}",
81
- "lineHeight": "{button.default.lineHeight}"
82
- }
77
+ "$value": "{base.typography.text.bold.small}"
83
78
  }
84
79
  }
85
80
  }
@@ -16,6 +16,10 @@
16
16
  "focusColor": {
17
17
  "$type": "color",
18
18
  "$value": "{base.color.functional.focus}"
19
+ },
20
+ "progressColor": {
21
+ "$type": "color",
22
+ "$value": "{base.color.ui.fade3}"
19
23
  }
20
24
  },
21
25
  "small": {
@@ -108,7 +112,7 @@
108
112
  "normal": {
109
113
  "backgroundColor": {
110
114
  "$type": "color",
111
- "$value": "{core.color.softAlpha.60}"
115
+ "$value": "{core.color.softAlpha.50}"
112
116
  },
113
117
  "textColor": {
114
118
  "$type": "color",
@@ -118,7 +122,7 @@
118
122
  "hover": {
119
123
  "backgroundColor": {
120
124
  "$type": "color",
121
- "$value": "{core.color.softAlpha.70}"
125
+ "$value": "{core.color.softAlpha.40}"
122
126
  },
123
127
  "textColor": {
124
128
  "$type": "color",
@@ -128,7 +132,7 @@
128
132
  "active": {
129
133
  "backgroundColor": {
130
134
  "$type": "color",
131
- "$value": "{core.color.softAlpha.80}"
135
+ "$value": "{core.color.softAlpha.30}"
132
136
  },
133
137
  "textColor": {
134
138
  "$type": "color",
@@ -151,12 +155,12 @@
151
155
  },
152
156
  "textShadow": {
153
157
  "$type": "boxShadow",
154
- "$value": "{core.boxShadow.1}"
158
+ "$value": "{core.boxShadow.0}"
155
159
  },
156
160
  "focus": {
157
161
  "backgroundColor": {
158
162
  "$type": "color",
159
- "$value": "{core.color.softAlpha.70}"
163
+ "$value": "{core.color.softAlpha.50}"
160
164
  },
161
165
  "textColor": {
162
166
  "$type": "color",
@@ -211,12 +215,12 @@
211
215
  },
212
216
  "textShadow": {
213
217
  "$type": "boxShadow",
214
- "$value": "{core.boxShadow.1}"
218
+ "$value": "{core.boxShadow.0}"
215
219
  },
216
220
  "focus": {
217
221
  "backgroundColor": {
218
222
  "$type": "color",
219
- "$value": "{core.color.neutrals.20}"
223
+ "$value": "{core.color.neutrals.15}"
220
224
  },
221
225
  "textColor": {
222
226
  "$type": "color",
@@ -267,11 +271,11 @@
267
271
  },
268
272
  "boxShadow": {
269
273
  "$type": "boxShadow",
270
- "$value": "{core.boxShadow.2}"
274
+ "$value": "{core.boxShadow.0}"
271
275
  },
272
276
  "textShadow": {
273
277
  "$type": "boxShadow",
274
- "$value": "{core.boxShadow.1}"
278
+ "$value": "{core.boxShadow.0}"
275
279
  },
276
280
  "focus": {
277
281
  "backgroundColor": {
@@ -443,7 +447,7 @@
443
447
  },
444
448
  "horizontalPadding": {
445
449
  "$type": "spacing",
446
- "$value": "{button.small.fontSize}*0.75"
450
+ "$value": "{button.small.fontSize}*0.25"
447
451
  },
448
452
  "verticalPadding": {
449
453
  "$type": "spacing",
@@ -451,7 +455,7 @@
451
455
  },
452
456
  "gap": {
453
457
  "$type": "spacing",
454
- "$value": "{button.small.fontSize}*0.25"
458
+ "$value": "{button.small.fontSize}*0.20"
455
459
  },
456
460
  "borderRadius": {
457
461
  "$type": "borderRadius",
@@ -468,7 +472,67 @@
468
472
  },
469
473
  "fontSize": {
470
474
  "$type": "fontSizes",
471
- "$value": "{core.fontSize.14}"
475
+ "$value": "{core.fontSize.12}"
476
+ }
477
+ },
478
+ "branded": {
479
+ "normal": {
480
+ "backgroundColor": {
481
+ "$type": "color",
482
+ "$value": "{base.colorSet.branded.normal}"
483
+ },
484
+ "textColor": {
485
+ "$type": "color",
486
+ "$value": "{base.colorSet.branded.onNormal}"
487
+ }
488
+ },
489
+ "hover": {
490
+ "backgroundColor": {
491
+ "$type": "color",
492
+ "$value": "{base.colorSet.branded.hover}"
493
+ },
494
+ "textColor": {
495
+ "$type": "color",
496
+ "$value": "{base.colorSet.branded.onHover}"
497
+ }
498
+ },
499
+ "active": {
500
+ "backgroundColor": {
501
+ "$type": "color",
502
+ "$value": "{base.colorSet.branded.active}"
503
+ },
504
+ "textColor": {
505
+ "$type": "color",
506
+ "$value": "{base.colorSet.branded.onActive}"
507
+ }
508
+ },
509
+ "disabled": {
510
+ "textColor": {
511
+ "$type": "color",
512
+ "$value": "{base.colorSet.branded.onDisabled}"
513
+ },
514
+ "backgroundColor": {
515
+ "$type": "color",
516
+ "$value": "{base.colorSet.branded.disabled}"
517
+ }
518
+ },
519
+ "focus": {
520
+ "backgroundColor": {
521
+ "$type": "color",
522
+ "$value": "{base.colorSet.branded.focus}"
523
+ },
524
+ "textColor": {
525
+ "$type": "color",
526
+ "$value": "{base.colorSet.branded.onFocus}"
527
+ }
528
+ },
529
+ "boxShadow": {
530
+ "$type": "boxShadow",
531
+ "$value": "{core.boxShadow.0}"
532
+ },
533
+ "textShadow": {
534
+ "$type": "boxShadow",
535
+ "$value": "{core.boxShadow.0}"
472
536
  }
473
537
  }
474
538
  },
@@ -1,12 +1,25 @@
1
1
  {
2
2
  "detailHeader": {
3
- "title": {
4
- "$type": "typography",
5
- "$value": {
6
- "fontFamily": "{base.heroFont}",
7
- "fontWeight": "{base.fontWeight.title}",
8
- "lineHeight": "{core.lineHeight.120}",
9
- "fontSize": "{core.fontSize.24}*{scale.title}"
3
+ "level1": {
4
+ "title": {
5
+ "$type": "typography",
6
+ "$value": {
7
+ "fontFamily": "{base.heroFont}",
8
+ "fontWeight": "{base.fontWeight.title}",
9
+ "lineHeight": "{core.lineHeight.120}",
10
+ "fontSize": "{core.fontSize.24}*{scale.title}"
11
+ }
12
+ }
13
+ },
14
+ "level2": {
15
+ "title": {
16
+ "$type": "typography",
17
+ "$value": {
18
+ "fontFamily": "{base.heroFont}",
19
+ "fontWeight": "{base.fontWeight.title}",
20
+ "lineHeight": "{core.lineHeight.120}",
21
+ "fontSize": "{core.fontSize.20}*{scale.title}"
22
+ }
10
23
  }
11
24
  }
12
25
  }
@@ -100,10 +100,6 @@
100
100
  "borderWidth": {
101
101
  "$type": "borderWidth",
102
102
  "$value": "{base.ui.borderWidth.fixed.bw3}"
103
- },
104
- "borderWidth-copy": {
105
- "$type": "borderWidth",
106
- "$value": "{base.ui.borderWidth.fixed.bw3}"
107
103
  }
108
104
  },
109
105
  "padding": {