@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
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tvButtonList": {
|
|
3
|
-
"gap": {
|
|
4
|
-
"$type": "spacing",
|
|
5
|
-
"$value": "{base.ui.spacing.fixed.sp4}"
|
|
6
|
-
}
|
|
7
|
-
},
|
|
8
|
-
"tvSelectableButtonList": {
|
|
9
|
-
"unselected": {
|
|
10
|
-
"normal": {
|
|
11
|
-
"backgroundColor": {
|
|
12
|
-
"$type": "color",
|
|
13
|
-
"$value": "transparent"
|
|
14
|
-
},
|
|
15
|
-
"textColor": {
|
|
16
|
-
"$type": "color",
|
|
17
|
-
"$value": "{core.color.lightAlpha.70}"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"hover": {
|
|
21
|
-
"backgroundColor": {
|
|
22
|
-
"$type": "color",
|
|
23
|
-
"$value": "{base.colorSet.interaction.normal}"
|
|
24
|
-
},
|
|
25
|
-
"textColor": {
|
|
26
|
-
"$type": "color",
|
|
27
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"active": {
|
|
31
|
-
"backgroundColor": {
|
|
32
|
-
"$type": "color",
|
|
33
|
-
"$value": "{base.colorSet.interaction.normal}"
|
|
34
|
-
},
|
|
35
|
-
"textColor": {
|
|
36
|
-
"$type": "color",
|
|
37
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"disabled": {
|
|
41
|
-
"backgroundColor": {
|
|
42
|
-
"$type": "color",
|
|
43
|
-
"$value": "transparent"
|
|
44
|
-
},
|
|
45
|
-
"textColor": {
|
|
46
|
-
"$type": "color",
|
|
47
|
-
"$value": "{core.color.lightAlpha.40}"
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
"focus": {
|
|
51
|
-
"backgroundColor": {
|
|
52
|
-
"$type": "color",
|
|
53
|
-
"$value": "{base.colorSet.interaction.normal}"
|
|
54
|
-
},
|
|
55
|
-
"textColor": {
|
|
56
|
-
"$type": "color",
|
|
57
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"selected": {
|
|
62
|
-
"normal": {
|
|
63
|
-
"backgroundColor": {
|
|
64
|
-
"$type": "color",
|
|
65
|
-
"$value": "{core.color.softAlpha.50}"
|
|
66
|
-
},
|
|
67
|
-
"textColor": {
|
|
68
|
-
"$type": "color",
|
|
69
|
-
"$value": "{base.color.text.default}"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
"hover": {
|
|
73
|
-
"backgroundColor": {
|
|
74
|
-
"$type": "color",
|
|
75
|
-
"$value": "{base.colorSet.interaction.normal}"
|
|
76
|
-
},
|
|
77
|
-
"textColor": {
|
|
78
|
-
"$type": "color",
|
|
79
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"active": {
|
|
83
|
-
"backgroundColor": {
|
|
84
|
-
"$type": "color",
|
|
85
|
-
"$value": "{base.colorSet.interaction.normal}"
|
|
86
|
-
},
|
|
87
|
-
"textColor": {
|
|
88
|
-
"$type": "color",
|
|
89
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"disabled": {
|
|
93
|
-
"backgroundColor": {
|
|
94
|
-
"$type": "color",
|
|
95
|
-
"$value": "transparent"
|
|
96
|
-
},
|
|
97
|
-
"iconColor": {
|
|
98
|
-
"$type": "color",
|
|
99
|
-
"$value": "{core.color.lightAlpha.40}"
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
"focus": {
|
|
103
|
-
"backgroundColor": {
|
|
104
|
-
"$type": "color",
|
|
105
|
-
"$value": "{base.colorSet.interaction.normal}"
|
|
106
|
-
},
|
|
107
|
-
"textColor": {
|
|
108
|
-
"$type": "color",
|
|
109
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tvHero": {
|
|
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.28}*{scale.title}"
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
}
|