@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.
- package/package.json +1 -1
- package/tokens/$metadata.json +27 -24
- package/tokens/$themes.json +12 -0
- package/tokens/base/color.json +16 -4
- package/tokens/brands/rtlplay.json +83 -17
- package/tokens/brands/streamz.json +76 -10
- package/tokens/brands/vtmgo.json +79 -13
- package/tokens/brands/whitelabel.json +75 -9
- package/tokens/components/badge.json +108 -0
- package/tokens/components/box.json +3 -8
- package/tokens/components/button.json +76 -12
- package/tokens/components/detail-header.json +20 -7
- package/tokens/components/input.json +0 -4
- package/tokens/components/navigation.json +26 -0
- package/tokens/components/toggle.json +98 -14
- package/tokens/components/top-banner.json +2 -2
- package/tokens/components/tv-button-list.json +114 -0
- package/tokens/components/tv-hero.json +13 -0
- package/tokens/core.json +24 -12
- package/tokens/screen/large.json +0 -6
- package/tokens/screen/medium.json +0 -6
- package/tokens/screen/small.json +5 -1
- package/tokens/screen/tv.json +101 -7
package/package.json
CHANGED
package/tokens/$metadata.json
CHANGED
|
@@ -1,52 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tokenSetOrder": [
|
|
3
3
|
"core",
|
|
4
|
-
"brands/whitelabel",
|
|
5
|
-
"brands/vtmgo",
|
|
6
|
-
"brands/streamz",
|
|
7
|
-
"brands/rtlplay",
|
|
8
4
|
"base/color",
|
|
5
|
+
"base/stroke",
|
|
9
6
|
"base/typography",
|
|
10
7
|
"base/ui",
|
|
11
|
-
"
|
|
8
|
+
"brands/rtlplay",
|
|
9
|
+
"brands/streamz",
|
|
10
|
+
"brands/vtmgo",
|
|
11
|
+
"brands/whitelabel",
|
|
12
12
|
"components/avatar",
|
|
13
|
-
"components/
|
|
13
|
+
"components/badge",
|
|
14
14
|
"components/billboard",
|
|
15
|
+
"components/box",
|
|
15
16
|
"components/boxcover",
|
|
16
|
-
"components/button",
|
|
17
|
-
"components/selectable-button",
|
|
18
17
|
"components/button-group",
|
|
18
|
+
"components/button",
|
|
19
|
+
"components/detail-header",
|
|
19
20
|
"components/dropdown-list",
|
|
20
|
-
"components/selectable-box",
|
|
21
21
|
"components/form",
|
|
22
|
-
"components/
|
|
22
|
+
"components/genre-filter",
|
|
23
23
|
"components/input",
|
|
24
24
|
"components/landingpage",
|
|
25
|
-
"components/
|
|
26
|
-
"components/
|
|
27
|
-
"components/navigation",
|
|
28
|
-
"components/modal",
|
|
25
|
+
"components/login",
|
|
26
|
+
"components/message",
|
|
29
27
|
"components/mid-banner",
|
|
30
|
-
"components/
|
|
31
|
-
"components/
|
|
32
|
-
"components/top-of-screen",
|
|
28
|
+
"components/modal",
|
|
29
|
+
"components/navigation",
|
|
33
30
|
"components/pill",
|
|
34
31
|
"components/player",
|
|
35
32
|
"components/pricing-table",
|
|
36
33
|
"components/product-card",
|
|
37
|
-
"components/
|
|
34
|
+
"components/selectable-box",
|
|
35
|
+
"components/selectable-button",
|
|
36
|
+
"components/selectable",
|
|
37
|
+
"components/springboard",
|
|
38
38
|
"components/swimlane",
|
|
39
39
|
"components/tab-bar",
|
|
40
|
+
"components/thumbnail",
|
|
40
41
|
"components/tile",
|
|
41
|
-
"components/
|
|
42
|
-
"components/
|
|
43
|
-
"components/
|
|
44
|
-
"components/
|
|
42
|
+
"components/toggle",
|
|
43
|
+
"components/top-10",
|
|
44
|
+
"components/top-banner",
|
|
45
|
+
"components/top-of-screen",
|
|
46
|
+
"components/tv-button-list",
|
|
47
|
+
"components/tv-hero",
|
|
45
48
|
"components/chapter-swimlane",
|
|
46
49
|
"components/upsell",
|
|
47
|
-
"screen/small",
|
|
48
|
-
"screen/medium",
|
|
49
50
|
"screen/large",
|
|
51
|
+
"screen/medium",
|
|
52
|
+
"screen/small",
|
|
50
53
|
"screen/tv"
|
|
51
54
|
]
|
|
52
55
|
}
|
package/tokens/$themes.json
CHANGED
|
@@ -44,6 +44,9 @@
|
|
|
44
44
|
"components/upsell": "enabled",
|
|
45
45
|
"components/selectable-button": "enabled",
|
|
46
46
|
"components/dropdown-list": "enabled",
|
|
47
|
+
"components/tv-hero": "enabled",
|
|
48
|
+
"components/tv-button-list": "enabled",
|
|
49
|
+
"components/badge": "enabled",
|
|
47
50
|
"components/chapter-swimlane": "enabled"
|
|
48
51
|
},
|
|
49
52
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
@@ -96,6 +99,9 @@
|
|
|
96
99
|
"components/upsell": "enabled",
|
|
97
100
|
"components/selectable-button": "enabled",
|
|
98
101
|
"components/dropdown-list": "enabled",
|
|
102
|
+
"components/tv-hero": "enabled",
|
|
103
|
+
"components/tv-button-list": "enabled",
|
|
104
|
+
"components/badge": "enabled",
|
|
99
105
|
"components/chapter-swimlane": "enabled"
|
|
100
106
|
},
|
|
101
107
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
@@ -148,6 +154,9 @@
|
|
|
148
154
|
"components/upsell": "enabled",
|
|
149
155
|
"components/selectable-button": "enabled",
|
|
150
156
|
"components/dropdown-list": "enabled",
|
|
157
|
+
"components/tv-hero": "enabled",
|
|
158
|
+
"components/tv-button-list": "enabled",
|
|
159
|
+
"components/badge": "enabled",
|
|
151
160
|
"components/chapter-swimlane": "enabled"
|
|
152
161
|
},
|
|
153
162
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
@@ -200,6 +209,9 @@
|
|
|
200
209
|
"components/upsell": "enabled",
|
|
201
210
|
"components/selectable-button": "enabled",
|
|
202
211
|
"components/dropdown-list": "enabled",
|
|
212
|
+
"components/tv-hero": "enabled",
|
|
213
|
+
"components/tv-button-list": "enabled",
|
|
214
|
+
"components/badge": "enabled",
|
|
203
215
|
"components/chapter-swimlane": "enabled"
|
|
204
216
|
},
|
|
205
217
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
package/tokens/base/color.json
CHANGED
|
@@ -21,6 +21,10 @@
|
|
|
21
21
|
"darkest": {
|
|
22
22
|
"$type": "color",
|
|
23
23
|
"$value": "{core.color.primary.30}"
|
|
24
|
+
},
|
|
25
|
+
"dusk": {
|
|
26
|
+
"$type": "color",
|
|
27
|
+
"$value": "{core.color.primary.20}"
|
|
24
28
|
}
|
|
25
29
|
},
|
|
26
30
|
"ui": {
|
|
@@ -32,14 +36,14 @@
|
|
|
32
36
|
"$type": "color",
|
|
33
37
|
"$value": "{base.colorSet.neutrals.dark2}"
|
|
34
38
|
},
|
|
35
|
-
"dark4": {
|
|
36
|
-
"$type": "color",
|
|
37
|
-
"$value": "{base.colorSet.neutrals.dark4}"
|
|
38
|
-
},
|
|
39
39
|
"dark3": {
|
|
40
40
|
"$type": "color",
|
|
41
41
|
"$value": "{base.colorSet.neutrals.dark3}"
|
|
42
42
|
},
|
|
43
|
+
"dark4": {
|
|
44
|
+
"$type": "color",
|
|
45
|
+
"$value": "{base.colorSet.neutrals.dark4}"
|
|
46
|
+
},
|
|
43
47
|
"accent1": {
|
|
44
48
|
"$type": "color",
|
|
45
49
|
"$value": "{base.colorSet.neutrals.accent1}"
|
|
@@ -71,6 +75,10 @@
|
|
|
71
75
|
"fade5": {
|
|
72
76
|
"$type": "color",
|
|
73
77
|
"$value": "{core.color.darkAlpha.15}"
|
|
78
|
+
},
|
|
79
|
+
"fade6": {
|
|
80
|
+
"$type": "color",
|
|
81
|
+
"$value": "{core.color.darkAlpha.0}"
|
|
74
82
|
}
|
|
75
83
|
},
|
|
76
84
|
"gradient": {
|
|
@@ -97,6 +105,10 @@
|
|
|
97
105
|
"6": {
|
|
98
106
|
"$type": "color",
|
|
99
107
|
"$value": "linear-gradient(-90deg, {core.color.darkAlpha.10} 0%, {core.color.darkAlpha.90} 50%, {base.color.ui.dark1} 100%)"
|
|
108
|
+
},
|
|
109
|
+
"7": {
|
|
110
|
+
"$type": "color",
|
|
111
|
+
"$value": "linear-gradient(-90deg, {core.color.darkAlpha.0} 0%, {base.color.ui.dark1} 100%)"
|
|
100
112
|
}
|
|
101
113
|
},
|
|
102
114
|
"functional": {
|
|
@@ -24,20 +24,24 @@
|
|
|
24
24
|
},
|
|
25
25
|
"30": {
|
|
26
26
|
"$type": "color",
|
|
27
|
-
"$value": "#
|
|
27
|
+
"$value": "#831633"
|
|
28
28
|
},
|
|
29
29
|
"40": {
|
|
30
30
|
"$type": "color",
|
|
31
|
-
"$value": "#
|
|
31
|
+
"$value": "#AF1D45"
|
|
32
|
+
},
|
|
33
|
+
"45": {
|
|
34
|
+
"$type": "color",
|
|
35
|
+
"$value": "#C5214D"
|
|
32
36
|
},
|
|
33
37
|
"50": {
|
|
34
38
|
"$type": "color",
|
|
35
|
-
"$value": "#
|
|
39
|
+
"$value": "#D92455",
|
|
36
40
|
"$description": "Primary"
|
|
37
41
|
},
|
|
38
42
|
"60": {
|
|
39
43
|
"$type": "color",
|
|
40
|
-
"$value": "#
|
|
44
|
+
"$value": "#E25078"
|
|
41
45
|
},
|
|
42
46
|
"70": {
|
|
43
47
|
"$type": "color",
|
|
@@ -275,6 +279,12 @@
|
|
|
275
279
|
"$type": "color",
|
|
276
280
|
"$value": "rgba(18, 23, 38, 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.
|
|
303
|
+
"$value": "{core.fontWeight.900}"
|
|
294
304
|
},
|
|
295
305
|
"default": {
|
|
296
306
|
"$type": "fontWeights",
|
|
297
|
-
"$value": "{core.fontWeight.
|
|
307
|
+
"$value": "{core.fontWeight.400}"
|
|
298
308
|
},
|
|
299
309
|
"emphasized": {
|
|
300
310
|
"$type": "fontWeights",
|
|
301
|
-
"$value": "{core.fontWeight.
|
|
311
|
+
"$value": "{core.fontWeight.800}"
|
|
302
312
|
},
|
|
303
313
|
"bold": {
|
|
304
314
|
"$type": "fontWeights",
|
|
305
|
-
"$value": "{core.fontWeight.
|
|
315
|
+
"$value": "{core.fontWeight.900}"
|
|
306
316
|
},
|
|
307
317
|
"button": {
|
|
308
318
|
"$type": "fontWeights",
|
|
309
|
-
"$value": "{core.fontWeight.
|
|
319
|
+
"$value": "{core.fontWeight.800}"
|
|
310
320
|
}
|
|
311
321
|
},
|
|
312
322
|
"typography": {
|
|
@@ -382,6 +392,10 @@
|
|
|
382
392
|
"$type": "borderRadius",
|
|
383
393
|
"$value": "{core.borderRadius.full}"
|
|
384
394
|
},
|
|
395
|
+
"badge": {
|
|
396
|
+
"$type": "borderRadius",
|
|
397
|
+
"$value": "{core.borderRadius.full}"
|
|
398
|
+
},
|
|
385
399
|
"pill": {
|
|
386
400
|
"$type": "borderRadius",
|
|
387
401
|
"$value": "{core.borderRadius.full}"
|
|
@@ -539,6 +553,16 @@
|
|
|
539
553
|
"$type": "color",
|
|
540
554
|
"$value": "{base.colorSet.neutrals.dark3}"
|
|
541
555
|
}
|
|
556
|
+
},
|
|
557
|
+
"badge": {
|
|
558
|
+
"backgroundColor": {
|
|
559
|
+
"$type": "color",
|
|
560
|
+
"$value": "{core.color.primary.50}"
|
|
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.
|
|
616
|
+
"$value": "{core.color.neutrals.100}"
|
|
593
617
|
},
|
|
594
618
|
"onNormal": {
|
|
595
619
|
"$type": "color",
|
|
596
|
-
"$value": "{
|
|
620
|
+
"$value": "{core.color.neutrals.5}"
|
|
597
621
|
},
|
|
598
622
|
"hover": {
|
|
599
623
|
"$type": "color",
|
|
600
|
-
"$value": "{core.color.
|
|
624
|
+
"$value": "{core.color.neutrals.90}"
|
|
601
625
|
},
|
|
602
626
|
"onHover": {
|
|
603
627
|
"$type": "color",
|
|
604
|
-
"$value": "{
|
|
628
|
+
"$value": "{core.color.neutrals.5}"
|
|
605
629
|
},
|
|
606
630
|
"active": {
|
|
607
631
|
"$type": "color",
|
|
608
|
-
"$value": "{core.color.
|
|
632
|
+
"$value": "{core.color.neutrals.80}"
|
|
609
633
|
},
|
|
610
634
|
"onActive": {
|
|
611
635
|
"$type": "color",
|
|
612
|
-
"$value": "{
|
|
636
|
+
"$value": "{core.color.neutrals.5}"
|
|
613
637
|
},
|
|
614
638
|
"focus": {
|
|
615
639
|
"$type": "color",
|
|
616
|
-
"$value": "{core.color.
|
|
640
|
+
"$value": "{core.color.neutrals.100}"
|
|
617
641
|
},
|
|
618
642
|
"onFocus": {
|
|
619
643
|
"$type": "color",
|
|
620
|
-
"$value": "{
|
|
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.30}"
|
|
671
695
|
}
|
|
696
|
+
},
|
|
697
|
+
"branded": {
|
|
698
|
+
"normal": {
|
|
699
|
+
"$type": "color",
|
|
700
|
+
"$value": "{core.color.primary.45}"
|
|
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.45}"
|
|
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": "#cc0043"
|
|
32
32
|
},
|
|
33
|
+
"45": {
|
|
34
|
+
"$type": "color",
|
|
35
|
+
"$value": "#E8024B"
|
|
36
|
+
},
|
|
33
37
|
"50": {
|
|
34
38
|
"$type": "color",
|
|
35
39
|
"$value": "#ff0a5a",
|
|
@@ -275,6 +279,12 @@
|
|
|
275
279
|
"$type": "color",
|
|
276
280
|
"$value": "rgba(2,0,18,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.
|
|
303
|
+
"$value": "{core.fontWeight.800}"
|
|
294
304
|
},
|
|
295
305
|
"default": {
|
|
296
306
|
"$type": "fontWeights",
|
|
297
|
-
"$value": "{core.fontWeight.
|
|
307
|
+
"$value": "{core.fontWeight.600}"
|
|
298
308
|
},
|
|
299
309
|
"emphasized": {
|
|
300
310
|
"$type": "fontWeights",
|
|
301
|
-
"$value": "{core.fontWeight.
|
|
311
|
+
"$value": "{core.fontWeight.600}"
|
|
302
312
|
},
|
|
303
313
|
"bold": {
|
|
304
314
|
"$type": "fontWeights",
|
|
305
|
-
"$value": "{core.fontWeight.
|
|
315
|
+
"$value": "{core.fontWeight.800}"
|
|
306
316
|
},
|
|
307
317
|
"button": {
|
|
308
318
|
"$type": "fontWeights",
|
|
309
|
-
"$value": "{
|
|
319
|
+
"$value": "{core.fontWeight.600}"
|
|
310
320
|
}
|
|
311
321
|
},
|
|
312
322
|
"typography": {
|
|
@@ -382,6 +392,10 @@
|
|
|
382
392
|
"$type": "borderRadius",
|
|
383
393
|
"$value": "{base.ui.borderRadius.flex.br3}"
|
|
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.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.40}"
|
|
561
|
+
},
|
|
562
|
+
"iconColor": {
|
|
563
|
+
"$type": "color",
|
|
564
|
+
"$value": "{core.color.primary.50}"
|
|
565
|
+
}
|
|
542
566
|
}
|
|
543
567
|
},
|
|
544
568
|
"sizing": {
|
|
@@ -589,11 +613,11 @@
|
|
|
589
613
|
"interaction": {
|
|
590
614
|
"normal": {
|
|
591
615
|
"$type": "color",
|
|
592
|
-
"$value": "{core.color.primary.
|
|
616
|
+
"$value": "{core.color.primary.45}"
|
|
593
617
|
},
|
|
594
618
|
"onNormal": {
|
|
595
619
|
"$type": "color",
|
|
596
|
-
"$value": "{
|
|
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": "{
|
|
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": "{
|
|
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": "{
|
|
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.20}"
|
|
671
695
|
}
|
|
696
|
+
},
|
|
697
|
+
"branded": {
|
|
698
|
+
"normal": {
|
|
699
|
+
"$type": "color",
|
|
700
|
+
"$value": "{core.color.primary.45}"
|
|
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": {
|