@depersgroep/lfvp-design-tokens 0.383.0 → 0.384.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 +25 -27
- package/tokens/$themes.json +4 -12
- package/tokens/base/color.json +4 -16
- package/tokens/brands/rtlplay.json +17 -83
- package/tokens/brands/streamz.json +10 -76
- package/tokens/brands/vtmgo.json +13 -79
- package/tokens/brands/whitelabel.json +9 -75
- package/tokens/components/box.json +8 -3
- package/tokens/components/button.json +12 -76
- package/tokens/components/chapter-swimlane.json +8 -0
- package/tokens/components/detail-header.json +7 -20
- package/tokens/components/input.json +4 -0
- package/tokens/components/navigation.json +0 -26
- package/tokens/components/toggle.json +14 -98
- package/tokens/components/top-banner.json +2 -2
- package/tokens/core.json +12 -24
- package/tokens/screen/large.json +12 -0
- package/tokens/screen/medium.json +12 -0
- package/tokens/screen/small.json +1 -5
- package/tokens/screen/tv.json +13 -101
- package/tokens/components/badge.json +0 -108
- package/tokens/components/tv-button-list.json +0 -114
- package/tokens/components/tv-hero.json +0 -13
package/package.json
CHANGED
package/tokens/$metadata.json
CHANGED
|
@@ -1,54 +1,52 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tokenSetOrder": [
|
|
3
3
|
"core",
|
|
4
|
+
"brands/whitelabel",
|
|
5
|
+
"brands/vtmgo",
|
|
6
|
+
"brands/streamz",
|
|
7
|
+
"brands/rtlplay",
|
|
4
8
|
"base/color",
|
|
5
|
-
"base/stroke",
|
|
6
9
|
"base/typography",
|
|
7
10
|
"base/ui",
|
|
8
|
-
"
|
|
9
|
-
"brands/streamz",
|
|
10
|
-
"brands/vtmgo",
|
|
11
|
-
"brands/whitelabel",
|
|
11
|
+
"base/stroke",
|
|
12
12
|
"components/avatar",
|
|
13
|
-
"components/badge",
|
|
14
|
-
"components/billboard",
|
|
15
13
|
"components/box",
|
|
14
|
+
"components/billboard",
|
|
16
15
|
"components/boxcover",
|
|
17
|
-
"components/button-group",
|
|
18
16
|
"components/button",
|
|
19
|
-
"components/
|
|
17
|
+
"components/selectable-button",
|
|
18
|
+
"components/button-group",
|
|
20
19
|
"components/dropdown-list",
|
|
20
|
+
"components/selectable-box",
|
|
21
21
|
"components/form",
|
|
22
|
-
"components/
|
|
22
|
+
"components/selectable",
|
|
23
23
|
"components/input",
|
|
24
24
|
"components/landingpage",
|
|
25
|
-
"components/
|
|
26
|
-
"components/
|
|
27
|
-
"components/mid-banner",
|
|
28
|
-
"components/modal",
|
|
25
|
+
"components/toggle",
|
|
26
|
+
"components/top-10",
|
|
29
27
|
"components/navigation",
|
|
28
|
+
"components/modal",
|
|
29
|
+
"components/mid-banner",
|
|
30
|
+
"components/thumbnail",
|
|
31
|
+
"components/top-banner",
|
|
32
|
+
"components/top-of-screen",
|
|
30
33
|
"components/pill",
|
|
31
34
|
"components/player",
|
|
32
35
|
"components/pricing-table",
|
|
33
36
|
"components/product-card",
|
|
34
|
-
"components/
|
|
35
|
-
"components/selectable-button",
|
|
36
|
-
"components/selectable",
|
|
37
|
-
"components/springboard",
|
|
37
|
+
"components/message",
|
|
38
38
|
"components/swimlane",
|
|
39
39
|
"components/tab-bar",
|
|
40
|
-
"components/thumbnail",
|
|
41
40
|
"components/tile",
|
|
42
|
-
"components/
|
|
43
|
-
"components/
|
|
44
|
-
"components/
|
|
45
|
-
"components/
|
|
46
|
-
"components/
|
|
47
|
-
"components/tv-hero",
|
|
41
|
+
"components/springboard",
|
|
42
|
+
"components/login",
|
|
43
|
+
"components/detail-header",
|
|
44
|
+
"components/genre-filter",
|
|
45
|
+
"components/chapter-swimlane",
|
|
48
46
|
"components/upsell",
|
|
49
|
-
"screen/large",
|
|
50
|
-
"screen/medium",
|
|
51
47
|
"screen/small",
|
|
48
|
+
"screen/medium",
|
|
49
|
+
"screen/large",
|
|
52
50
|
"screen/tv"
|
|
53
51
|
]
|
|
54
52
|
}
|
package/tokens/$themes.json
CHANGED
|
@@ -44,9 +44,7 @@
|
|
|
44
44
|
"components/upsell": "enabled",
|
|
45
45
|
"components/selectable-button": "enabled",
|
|
46
46
|
"components/dropdown-list": "enabled",
|
|
47
|
-
"components/
|
|
48
|
-
"components/tv-button-list": "enabled",
|
|
49
|
-
"components/badge": "enabled"
|
|
47
|
+
"components/chapter-swimlane": "enabled"
|
|
50
48
|
},
|
|
51
49
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
52
50
|
"$figmaModeId": "3:0",
|
|
@@ -98,9 +96,7 @@
|
|
|
98
96
|
"components/upsell": "enabled",
|
|
99
97
|
"components/selectable-button": "enabled",
|
|
100
98
|
"components/dropdown-list": "enabled",
|
|
101
|
-
"components/
|
|
102
|
-
"components/tv-button-list": "enabled",
|
|
103
|
-
"components/badge": "enabled"
|
|
99
|
+
"components/chapter-swimlane": "enabled"
|
|
104
100
|
},
|
|
105
101
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
106
102
|
"$figmaModeId": "3:1",
|
|
@@ -152,9 +148,7 @@
|
|
|
152
148
|
"components/upsell": "enabled",
|
|
153
149
|
"components/selectable-button": "enabled",
|
|
154
150
|
"components/dropdown-list": "enabled",
|
|
155
|
-
"components/
|
|
156
|
-
"components/tv-button-list": "enabled",
|
|
157
|
-
"components/badge": "enabled"
|
|
151
|
+
"components/chapter-swimlane": "enabled"
|
|
158
152
|
},
|
|
159
153
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
160
154
|
"$figmaModeId": "3:2",
|
|
@@ -206,9 +200,7 @@
|
|
|
206
200
|
"components/upsell": "enabled",
|
|
207
201
|
"components/selectable-button": "enabled",
|
|
208
202
|
"components/dropdown-list": "enabled",
|
|
209
|
-
"components/
|
|
210
|
-
"components/tv-button-list": "enabled",
|
|
211
|
-
"components/badge": "enabled"
|
|
203
|
+
"components/chapter-swimlane": "enabled"
|
|
212
204
|
},
|
|
213
205
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
214
206
|
"$figmaModeId": "3:3",
|
package/tokens/base/color.json
CHANGED
|
@@ -21,10 +21,6 @@
|
|
|
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}"
|
|
28
24
|
}
|
|
29
25
|
},
|
|
30
26
|
"ui": {
|
|
@@ -36,14 +32,14 @@
|
|
|
36
32
|
"$type": "color",
|
|
37
33
|
"$value": "{base.colorSet.neutrals.dark2}"
|
|
38
34
|
},
|
|
39
|
-
"dark3": {
|
|
40
|
-
"$type": "color",
|
|
41
|
-
"$value": "{base.colorSet.neutrals.dark3}"
|
|
42
|
-
},
|
|
43
35
|
"dark4": {
|
|
44
36
|
"$type": "color",
|
|
45
37
|
"$value": "{base.colorSet.neutrals.dark4}"
|
|
46
38
|
},
|
|
39
|
+
"dark3": {
|
|
40
|
+
"$type": "color",
|
|
41
|
+
"$value": "{base.colorSet.neutrals.dark3}"
|
|
42
|
+
},
|
|
47
43
|
"accent1": {
|
|
48
44
|
"$type": "color",
|
|
49
45
|
"$value": "{base.colorSet.neutrals.accent1}"
|
|
@@ -75,10 +71,6 @@
|
|
|
75
71
|
"fade5": {
|
|
76
72
|
"$type": "color",
|
|
77
73
|
"$value": "{core.color.darkAlpha.15}"
|
|
78
|
-
},
|
|
79
|
-
"fade6": {
|
|
80
|
-
"$type": "color",
|
|
81
|
-
"$value": "{core.color.darkAlpha.0}"
|
|
82
74
|
}
|
|
83
75
|
},
|
|
84
76
|
"gradient": {
|
|
@@ -105,10 +97,6 @@
|
|
|
105
97
|
"6": {
|
|
106
98
|
"$type": "color",
|
|
107
99
|
"$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%)"
|
|
112
100
|
}
|
|
113
101
|
},
|
|
114
102
|
"functional": {
|
|
@@ -24,24 +24,20 @@
|
|
|
24
24
|
},
|
|
25
25
|
"30": {
|
|
26
26
|
"$type": "color",
|
|
27
|
-
"$value": "#
|
|
27
|
+
"$value": "#99001D"
|
|
28
28
|
},
|
|
29
29
|
"40": {
|
|
30
30
|
"$type": "color",
|
|
31
|
-
"$value": "#
|
|
32
|
-
},
|
|
33
|
-
"45": {
|
|
34
|
-
"$type": "color",
|
|
35
|
-
"$value": "#C5214D"
|
|
31
|
+
"$value": "#CB0138"
|
|
36
32
|
},
|
|
37
33
|
"50": {
|
|
38
34
|
"$type": "color",
|
|
39
|
-
"$value": "#
|
|
35
|
+
"$value": "#FE0146",
|
|
40
36
|
"$description": "Primary"
|
|
41
37
|
},
|
|
42
38
|
"60": {
|
|
43
39
|
"$type": "color",
|
|
44
|
-
"$value": "#
|
|
40
|
+
"$value": "#FE2963"
|
|
45
41
|
},
|
|
46
42
|
"70": {
|
|
47
43
|
"$type": "color",
|
|
@@ -279,12 +275,6 @@
|
|
|
279
275
|
"$type": "color",
|
|
280
276
|
"$value": "rgba(18, 23, 38, 0.95)"
|
|
281
277
|
}
|
|
282
|
-
},
|
|
283
|
-
"various": {
|
|
284
|
-
"1": {
|
|
285
|
-
"$type": "color",
|
|
286
|
-
"$value": "#ffffff"
|
|
287
|
-
}
|
|
288
278
|
}
|
|
289
279
|
}
|
|
290
280
|
},
|
|
@@ -300,23 +290,23 @@
|
|
|
300
290
|
"fontWeight": {
|
|
301
291
|
"title": {
|
|
302
292
|
"$type": "fontWeights",
|
|
303
|
-
"$value": "{core.fontWeight.
|
|
293
|
+
"$value": "{core.fontWeight.black}"
|
|
304
294
|
},
|
|
305
295
|
"default": {
|
|
306
296
|
"$type": "fontWeights",
|
|
307
|
-
"$value": "{core.fontWeight.
|
|
297
|
+
"$value": "{core.fontWeight.regular}"
|
|
308
298
|
},
|
|
309
299
|
"emphasized": {
|
|
310
300
|
"$type": "fontWeights",
|
|
311
|
-
"$value": "{core.fontWeight.
|
|
301
|
+
"$value": "{core.fontWeight.bold}"
|
|
312
302
|
},
|
|
313
303
|
"bold": {
|
|
314
304
|
"$type": "fontWeights",
|
|
315
|
-
"$value": "{core.fontWeight.
|
|
305
|
+
"$value": "{core.fontWeight.black}"
|
|
316
306
|
},
|
|
317
307
|
"button": {
|
|
318
308
|
"$type": "fontWeights",
|
|
319
|
-
"$value": "{core.fontWeight.
|
|
309
|
+
"$value": "{core.fontWeight.bold}"
|
|
320
310
|
}
|
|
321
311
|
},
|
|
322
312
|
"typography": {
|
|
@@ -392,10 +382,6 @@
|
|
|
392
382
|
"$type": "borderRadius",
|
|
393
383
|
"$value": "{core.borderRadius.full}"
|
|
394
384
|
},
|
|
395
|
-
"badge": {
|
|
396
|
-
"$type": "borderRadius",
|
|
397
|
-
"$value": "{core.borderRadius.full}"
|
|
398
|
-
},
|
|
399
385
|
"pill": {
|
|
400
386
|
"$type": "borderRadius",
|
|
401
387
|
"$value": "{core.borderRadius.full}"
|
|
@@ -553,16 +539,6 @@
|
|
|
553
539
|
"$type": "color",
|
|
554
540
|
"$value": "{base.colorSet.neutrals.dark3}"
|
|
555
541
|
}
|
|
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
|
-
}
|
|
566
542
|
}
|
|
567
543
|
},
|
|
568
544
|
"sizing": {
|
|
@@ -613,35 +589,35 @@
|
|
|
613
589
|
"interaction": {
|
|
614
590
|
"normal": {
|
|
615
591
|
"$type": "color",
|
|
616
|
-
"$value": "{core.color.
|
|
592
|
+
"$value": "{core.color.primary.60}"
|
|
617
593
|
},
|
|
618
594
|
"onNormal": {
|
|
619
595
|
"$type": "color",
|
|
620
|
-
"$value": "{
|
|
596
|
+
"$value": "{base.color.text.default}"
|
|
621
597
|
},
|
|
622
598
|
"hover": {
|
|
623
599
|
"$type": "color",
|
|
624
|
-
"$value": "{core.color.
|
|
600
|
+
"$value": "{core.color.primary.50}"
|
|
625
601
|
},
|
|
626
602
|
"onHover": {
|
|
627
603
|
"$type": "color",
|
|
628
|
-
"$value": "{
|
|
604
|
+
"$value": "{base.color.text.default}"
|
|
629
605
|
},
|
|
630
606
|
"active": {
|
|
631
607
|
"$type": "color",
|
|
632
|
-
"$value": "{core.color.
|
|
608
|
+
"$value": "{core.color.primary.40}"
|
|
633
609
|
},
|
|
634
610
|
"onActive": {
|
|
635
611
|
"$type": "color",
|
|
636
|
-
"$value": "{
|
|
612
|
+
"$value": "{base.color.text.default}"
|
|
637
613
|
},
|
|
638
614
|
"focus": {
|
|
639
615
|
"$type": "color",
|
|
640
|
-
"$value": "{core.color.
|
|
616
|
+
"$value": "{core.color.primary.50}"
|
|
641
617
|
},
|
|
642
618
|
"onFocus": {
|
|
643
619
|
"$type": "color",
|
|
644
|
-
"$value": "{
|
|
620
|
+
"$value": "{base.color.text.default}"
|
|
645
621
|
},
|
|
646
622
|
"disabled": {
|
|
647
623
|
"$type": "color",
|
|
@@ -693,48 +669,6 @@
|
|
|
693
669
|
"$type": "color",
|
|
694
670
|
"$value": "{core.color.neutrals.30}"
|
|
695
671
|
}
|
|
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
|
-
}
|
|
738
672
|
}
|
|
739
673
|
},
|
|
740
674
|
"plan": {
|
|
@@ -30,10 +30,6 @@
|
|
|
30
30
|
"$type": "color",
|
|
31
31
|
"$value": "#cc0043"
|
|
32
32
|
},
|
|
33
|
-
"45": {
|
|
34
|
-
"$type": "color",
|
|
35
|
-
"$value": "#E8024B"
|
|
36
|
-
},
|
|
37
33
|
"50": {
|
|
38
34
|
"$type": "color",
|
|
39
35
|
"$value": "#ff0a5a",
|
|
@@ -279,12 +275,6 @@
|
|
|
279
275
|
"$type": "color",
|
|
280
276
|
"$value": "rgba(2,0,18,0.95)"
|
|
281
277
|
}
|
|
282
|
-
},
|
|
283
|
-
"various": {
|
|
284
|
-
"1": {
|
|
285
|
-
"$type": "color",
|
|
286
|
-
"$value": "#4B0B70"
|
|
287
|
-
}
|
|
288
278
|
}
|
|
289
279
|
}
|
|
290
280
|
},
|
|
@@ -300,23 +290,23 @@
|
|
|
300
290
|
"fontWeight": {
|
|
301
291
|
"title": {
|
|
302
292
|
"$type": "fontWeights",
|
|
303
|
-
"$value": "{core.fontWeight.
|
|
293
|
+
"$value": "{core.fontWeight.extraBold}"
|
|
304
294
|
},
|
|
305
295
|
"default": {
|
|
306
296
|
"$type": "fontWeights",
|
|
307
|
-
"$value": "{core.fontWeight.
|
|
297
|
+
"$value": "{core.fontWeight.semiBold}"
|
|
308
298
|
},
|
|
309
299
|
"emphasized": {
|
|
310
300
|
"$type": "fontWeights",
|
|
311
|
-
"$value": "{core.fontWeight.
|
|
301
|
+
"$value": "{core.fontWeight.semiBold}"
|
|
312
302
|
},
|
|
313
303
|
"bold": {
|
|
314
304
|
"$type": "fontWeights",
|
|
315
|
-
"$value": "{core.fontWeight.
|
|
305
|
+
"$value": "{core.fontWeight.extraBold}"
|
|
316
306
|
},
|
|
317
307
|
"button": {
|
|
318
308
|
"$type": "fontWeights",
|
|
319
|
-
"$value": "{
|
|
309
|
+
"$value": "{base.fontWeight.emphasized}"
|
|
320
310
|
}
|
|
321
311
|
},
|
|
322
312
|
"typography": {
|
|
@@ -392,10 +382,6 @@
|
|
|
392
382
|
"$type": "borderRadius",
|
|
393
383
|
"$value": "{base.ui.borderRadius.flex.br3}"
|
|
394
384
|
},
|
|
395
|
-
"badge": {
|
|
396
|
-
"$type": "borderRadius",
|
|
397
|
-
"$value": "{badge.small.fontSize}/3"
|
|
398
|
-
},
|
|
399
385
|
"pill": {
|
|
400
386
|
"$type": "borderRadius",
|
|
401
387
|
"$value": "{base.ui.borderRadius.flex.br2}"
|
|
@@ -553,16 +539,6 @@
|
|
|
553
539
|
"$type": "color",
|
|
554
540
|
"$value": "{base.colorSet.neutrals.dark2}"
|
|
555
541
|
}
|
|
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
|
-
}
|
|
566
542
|
}
|
|
567
543
|
},
|
|
568
544
|
"sizing": {
|
|
@@ -613,11 +589,11 @@
|
|
|
613
589
|
"interaction": {
|
|
614
590
|
"normal": {
|
|
615
591
|
"$type": "color",
|
|
616
|
-
"$value": "{core.color.primary.
|
|
592
|
+
"$value": "{core.color.primary.50}"
|
|
617
593
|
},
|
|
618
594
|
"onNormal": {
|
|
619
595
|
"$type": "color",
|
|
620
|
-
"$value": "{
|
|
596
|
+
"$value": "{base.color.text.default}"
|
|
621
597
|
},
|
|
622
598
|
"hover": {
|
|
623
599
|
"$type": "color",
|
|
@@ -625,7 +601,7 @@
|
|
|
625
601
|
},
|
|
626
602
|
"onHover": {
|
|
627
603
|
"$type": "color",
|
|
628
|
-
"$value": "{
|
|
604
|
+
"$value": "{base.color.text.default}"
|
|
629
605
|
},
|
|
630
606
|
"active": {
|
|
631
607
|
"$type": "color",
|
|
@@ -633,7 +609,7 @@
|
|
|
633
609
|
},
|
|
634
610
|
"onActive": {
|
|
635
611
|
"$type": "color",
|
|
636
|
-
"$value": "{
|
|
612
|
+
"$value": "{base.color.text.default}"
|
|
637
613
|
},
|
|
638
614
|
"focus": {
|
|
639
615
|
"$type": "color",
|
|
@@ -641,7 +617,7 @@
|
|
|
641
617
|
},
|
|
642
618
|
"onFocus": {
|
|
643
619
|
"$type": "color",
|
|
644
|
-
"$value": "{
|
|
620
|
+
"$value": "{base.color.text.default}"
|
|
645
621
|
},
|
|
646
622
|
"disabled": {
|
|
647
623
|
"$type": "color",
|
|
@@ -693,48 +669,6 @@
|
|
|
693
669
|
"$type": "color",
|
|
694
670
|
"$value": "{core.color.neutrals.20}"
|
|
695
671
|
}
|
|
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
|
-
}
|
|
738
672
|
}
|
|
739
673
|
},
|
|
740
674
|
"plan": {
|