@depersgroep/lfvp-design-tokens 0.382.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 +9 -73
- 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/tokens/brands/vtmgo.json
CHANGED
|
@@ -30,10 +30,6 @@
|
|
|
30
30
|
"$type": "color",
|
|
31
31
|
"$value": "#CC00AA"
|
|
32
32
|
},
|
|
33
|
-
"45": {
|
|
34
|
-
"$type": "color",
|
|
35
|
-
"$value": "#D901B5"
|
|
36
|
-
},
|
|
37
33
|
"50": {
|
|
38
34
|
"$type": "color",
|
|
39
35
|
"$value": "#FF01D5",
|
|
@@ -279,12 +275,6 @@
|
|
|
279
275
|
"$type": "color",
|
|
280
276
|
"$value": "rgba(16,4,24,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.heavy}"
|
|
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.bold}"
|
|
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": "{base.ui.borderRadius.flex.br4}"
|
|
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.br4}"
|
|
@@ -553,16 +539,6 @@
|
|
|
553
539
|
"$type": "color",
|
|
554
540
|
"$value": "{base.colorSet.neutrals.dark4}"
|
|
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,35 +589,35 @@
|
|
|
613
589
|
"interaction": {
|
|
614
590
|
"normal": {
|
|
615
591
|
"$type": "color",
|
|
616
|
-
"$value": "{core.color.
|
|
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",
|
|
624
|
-
"$value": "{core.color.
|
|
600
|
+
"$value": "{core.color.primary.40}"
|
|
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.30}"
|
|
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.40}"
|
|
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": "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
|
-
}
|
|
738
672
|
}
|
|
739
673
|
},
|
|
740
674
|
"plan": {
|
|
@@ -30,10 +30,6 @@
|
|
|
30
30
|
"$type": "color",
|
|
31
31
|
"$value": "#2D22AA"
|
|
32
32
|
},
|
|
33
|
-
"45": {
|
|
34
|
-
"$type": "color",
|
|
35
|
-
"$value": "#2D22AA"
|
|
36
|
-
},
|
|
37
33
|
"50": {
|
|
38
34
|
"$type": "color",
|
|
39
35
|
"$value": "#382AD5",
|
|
@@ -279,12 +275,6 @@
|
|
|
279
275
|
"$type": "color",
|
|
280
276
|
"$value": "rgba(0,0,0,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.extraBold}"
|
|
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.regular}"
|
|
312
302
|
},
|
|
313
303
|
"bold": {
|
|
314
304
|
"$type": "fontWeights",
|
|
315
|
-
"$value": "{core.fontWeight.
|
|
305
|
+
"$value": "{core.fontWeight.bold}"
|
|
316
306
|
},
|
|
317
307
|
"button": {
|
|
318
308
|
"$type": "fontWeights",
|
|
319
|
-
"$value": "{
|
|
309
|
+
"$value": "{base.fontWeight.bold}"
|
|
320
310
|
}
|
|
321
311
|
},
|
|
322
312
|
"typography": {
|
|
@@ -392,10 +382,6 @@
|
|
|
392
382
|
"$type": "borderRadius",
|
|
393
383
|
"$value": "{core.borderRadius.4}"
|
|
394
384
|
},
|
|
395
|
-
"badge": {
|
|
396
|
-
"$type": "borderRadius",
|
|
397
|
-
"$value": "{core.borderRadius.4}"
|
|
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.45}"
|
|
561
|
-
},
|
|
562
|
-
"iconColor": {
|
|
563
|
-
"$type": "color",
|
|
564
|
-
"$value": "{core.color.primary.45}"
|
|
565
|
-
}
|
|
566
542
|
}
|
|
567
543
|
},
|
|
568
544
|
"sizing": {
|
|
@@ -617,7 +593,7 @@
|
|
|
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.10}"
|
|
695
671
|
}
|
|
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
|
-
}
|
|
738
672
|
}
|
|
739
673
|
},
|
|
740
674
|
"plan": {
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"boxHeading": {
|
|
51
51
|
"verticalPadding": {
|
|
52
52
|
"$type": "spacing",
|
|
53
|
-
"$value": "{
|
|
53
|
+
"$value": "{core.spacing.4}"
|
|
54
54
|
},
|
|
55
55
|
"default": {
|
|
56
56
|
"backgroundColor": {
|
|
57
57
|
"$type": "color",
|
|
58
|
-
"$value": "{base.color.ui.
|
|
58
|
+
"$value": "{base.color.ui.dark3}"
|
|
59
59
|
},
|
|
60
60
|
"textColor": {
|
|
61
61
|
"$type": "color",
|
|
@@ -74,7 +74,12 @@
|
|
|
74
74
|
},
|
|
75
75
|
"text": {
|
|
76
76
|
"$type": "typography",
|
|
77
|
-
"$value":
|
|
77
|
+
"$value": {
|
|
78
|
+
"fontFamily": "{button.default.fontFamily}",
|
|
79
|
+
"fontWeight": "{base.fontWeight.bold}",
|
|
80
|
+
"fontSize": "{button.medium.fontSize}",
|
|
81
|
+
"lineHeight": "{button.default.lineHeight}"
|
|
82
|
+
}
|
|
78
83
|
}
|
|
79
84
|
}
|
|
80
85
|
}
|
|
@@ -16,10 +16,6 @@
|
|
|
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}"
|
|
23
19
|
}
|
|
24
20
|
},
|
|
25
21
|
"small": {
|
|
@@ -112,7 +108,7 @@
|
|
|
112
108
|
"normal": {
|
|
113
109
|
"backgroundColor": {
|
|
114
110
|
"$type": "color",
|
|
115
|
-
"$value": "{core.color.softAlpha.
|
|
111
|
+
"$value": "{core.color.softAlpha.60}"
|
|
116
112
|
},
|
|
117
113
|
"textColor": {
|
|
118
114
|
"$type": "color",
|
|
@@ -122,7 +118,7 @@
|
|
|
122
118
|
"hover": {
|
|
123
119
|
"backgroundColor": {
|
|
124
120
|
"$type": "color",
|
|
125
|
-
"$value": "{core.color.softAlpha.
|
|
121
|
+
"$value": "{core.color.softAlpha.70}"
|
|
126
122
|
},
|
|
127
123
|
"textColor": {
|
|
128
124
|
"$type": "color",
|
|
@@ -132,7 +128,7 @@
|
|
|
132
128
|
"active": {
|
|
133
129
|
"backgroundColor": {
|
|
134
130
|
"$type": "color",
|
|
135
|
-
"$value": "{core.color.softAlpha.
|
|
131
|
+
"$value": "{core.color.softAlpha.80}"
|
|
136
132
|
},
|
|
137
133
|
"textColor": {
|
|
138
134
|
"$type": "color",
|
|
@@ -155,12 +151,12 @@
|
|
|
155
151
|
},
|
|
156
152
|
"textShadow": {
|
|
157
153
|
"$type": "boxShadow",
|
|
158
|
-
"$value": "{core.boxShadow.
|
|
154
|
+
"$value": "{core.boxShadow.1}"
|
|
159
155
|
},
|
|
160
156
|
"focus": {
|
|
161
157
|
"backgroundColor": {
|
|
162
158
|
"$type": "color",
|
|
163
|
-
"$value": "{core.color.softAlpha.
|
|
159
|
+
"$value": "{core.color.softAlpha.70}"
|
|
164
160
|
},
|
|
165
161
|
"textColor": {
|
|
166
162
|
"$type": "color",
|
|
@@ -215,12 +211,12 @@
|
|
|
215
211
|
},
|
|
216
212
|
"textShadow": {
|
|
217
213
|
"$type": "boxShadow",
|
|
218
|
-
"$value": "{core.boxShadow.
|
|
214
|
+
"$value": "{core.boxShadow.1}"
|
|
219
215
|
},
|
|
220
216
|
"focus": {
|
|
221
217
|
"backgroundColor": {
|
|
222
218
|
"$type": "color",
|
|
223
|
-
"$value": "{core.color.neutrals.
|
|
219
|
+
"$value": "{core.color.neutrals.20}"
|
|
224
220
|
},
|
|
225
221
|
"textColor": {
|
|
226
222
|
"$type": "color",
|
|
@@ -271,11 +267,11 @@
|
|
|
271
267
|
},
|
|
272
268
|
"boxShadow": {
|
|
273
269
|
"$type": "boxShadow",
|
|
274
|
-
"$value": "{core.boxShadow.
|
|
270
|
+
"$value": "{core.boxShadow.2}"
|
|
275
271
|
},
|
|
276
272
|
"textShadow": {
|
|
277
273
|
"$type": "boxShadow",
|
|
278
|
-
"$value": "{core.boxShadow.
|
|
274
|
+
"$value": "{core.boxShadow.1}"
|
|
279
275
|
},
|
|
280
276
|
"focus": {
|
|
281
277
|
"backgroundColor": {
|
|
@@ -474,66 +470,6 @@
|
|
|
474
470
|
"$type": "fontSizes",
|
|
475
471
|
"$value": "{core.fontSize.14}"
|
|
476
472
|
}
|
|
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}"
|
|
536
|
-
}
|
|
537
473
|
}
|
|
538
474
|
},
|
|
539
475
|
"iconButton": {
|
|
@@ -1,25 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"detailHeader": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
}
|
|
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}"
|
|
23
10
|
}
|
|
24
11
|
}
|
|
25
12
|
}
|
|
@@ -178,20 +178,6 @@
|
|
|
178
178
|
"$type": "color",
|
|
179
179
|
"$value": "{core.color.lightAlpha.70}"
|
|
180
180
|
}
|
|
181
|
-
},
|
|
182
|
-
"focus": {
|
|
183
|
-
"iconColor": {
|
|
184
|
-
"$type": "color",
|
|
185
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
186
|
-
},
|
|
187
|
-
"backgroundColor": {
|
|
188
|
-
"$type": "color",
|
|
189
|
-
"$value": "{base.colorSet.interaction.normal}"
|
|
190
|
-
},
|
|
191
|
-
"textColor": {
|
|
192
|
-
"$type": "color",
|
|
193
|
-
"$value": "{base.color.ui.white}"
|
|
194
|
-
}
|
|
195
181
|
}
|
|
196
182
|
},
|
|
197
183
|
"sideNavigation": {
|
|
@@ -259,18 +245,6 @@
|
|
|
259
245
|
"iconColor": {
|
|
260
246
|
"$type": "color",
|
|
261
247
|
"$value": "{base.color.titleBar.iconColor}"
|
|
262
|
-
},
|
|
263
|
-
"alpha1": {
|
|
264
|
-
"$type": "color",
|
|
265
|
-
"$value": "{core.color.darkAlpha.95}"
|
|
266
|
-
},
|
|
267
|
-
"alpha2": {
|
|
268
|
-
"$type": "color",
|
|
269
|
-
"$value": "{core.color.darkAlpha.90}"
|
|
270
|
-
},
|
|
271
|
-
"alpha3": {
|
|
272
|
-
"$type": "color",
|
|
273
|
-
"$value": "{core.color.darkAlpha.70}"
|
|
274
248
|
}
|
|
275
249
|
},
|
|
276
250
|
"topNavigationLogo": {
|