@depersgroep/lfvp-design-tokens 0.372.0-bab086c → 0.372.0-e7cccc5
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
CHANGED
|
@@ -1,78 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"tvButtonList": {
|
|
3
|
-
"normal": {
|
|
4
|
-
"backgroundColor": {
|
|
5
|
-
"$type": "color",
|
|
6
|
-
"$value": "transparent"
|
|
7
|
-
},
|
|
8
|
-
"textColor": {
|
|
9
|
-
"$type": "color",
|
|
10
|
-
"$value": "{core.color.lightAlpha.70}"
|
|
11
|
-
},
|
|
12
|
-
"iconColor": {
|
|
13
|
-
"$type": "color",
|
|
14
|
-
"$value": "{core.color.lightAlpha.70}"
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"hover": {
|
|
18
|
-
"backgroundColor": {
|
|
19
|
-
"$type": "color",
|
|
20
|
-
"$value": "{base.colorSet.interaction.normal}"
|
|
21
|
-
},
|
|
22
|
-
"textColor": {
|
|
23
|
-
"$type": "color",
|
|
24
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
25
|
-
},
|
|
26
|
-
"iconColor": {
|
|
27
|
-
"$type": "color",
|
|
28
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"active": {
|
|
32
|
-
"backgroundColor": {
|
|
33
|
-
"$type": "color",
|
|
34
|
-
"$value": "{base.colorSet.interaction.normal}"
|
|
35
|
-
},
|
|
36
|
-
"textColor": {
|
|
37
|
-
"$type": "color",
|
|
38
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
39
|
-
},
|
|
40
|
-
"iconColor": {
|
|
41
|
-
"$type": "color",
|
|
42
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
3
|
"gap": {
|
|
46
4
|
"$type": "spacing",
|
|
47
5
|
"$value": "{base.ui.spacing.fixed.sp4}"
|
|
48
|
-
},
|
|
49
|
-
"focus": {
|
|
50
|
-
"backgroundColor": {
|
|
51
|
-
"$type": "color",
|
|
52
|
-
"$value": "{base.colorSet.interaction.normal}"
|
|
53
|
-
},
|
|
54
|
-
"textColor": {
|
|
55
|
-
"$type": "color",
|
|
56
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
57
|
-
},
|
|
58
|
-
"iconColor": {
|
|
59
|
-
"$type": "color",
|
|
60
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
"disabled": {
|
|
64
|
-
"backgroundColor": {
|
|
65
|
-
"$type": "color",
|
|
66
|
-
"$value": "transparent"
|
|
67
|
-
},
|
|
68
|
-
"textColor": {
|
|
69
|
-
"$type": "color",
|
|
70
|
-
"$value": "{core.color.lightAlpha.40}"
|
|
71
|
-
},
|
|
72
|
-
"iconColor": {
|
|
73
|
-
"$type": "color",
|
|
74
|
-
"$value": "{core.color.lightAlpha.40}"
|
|
75
|
-
}
|
|
76
6
|
}
|
|
77
7
|
},
|
|
78
8
|
"tvSelectableButtonList": {
|
|
@@ -85,10 +15,6 @@
|
|
|
85
15
|
"textColor": {
|
|
86
16
|
"$type": "color",
|
|
87
17
|
"$value": "{core.color.lightAlpha.70}"
|
|
88
|
-
},
|
|
89
|
-
"iconColor": {
|
|
90
|
-
"$type": "color",
|
|
91
|
-
"$value": "{core.color.lightAlpha.70}"
|
|
92
18
|
}
|
|
93
19
|
},
|
|
94
20
|
"hover": {
|
|
@@ -99,10 +25,6 @@
|
|
|
99
25
|
"textColor": {
|
|
100
26
|
"$type": "color",
|
|
101
27
|
"$value": "{base.colorSet.interaction.onNormal}"
|
|
102
|
-
},
|
|
103
|
-
"iconColor": {
|
|
104
|
-
"$type": "color",
|
|
105
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
106
28
|
}
|
|
107
29
|
},
|
|
108
30
|
"active": {
|
|
@@ -113,10 +35,6 @@
|
|
|
113
35
|
"textColor": {
|
|
114
36
|
"$type": "color",
|
|
115
37
|
"$value": "{base.colorSet.interaction.onNormal}"
|
|
116
|
-
},
|
|
117
|
-
"iconColor": {
|
|
118
|
-
"$type": "color",
|
|
119
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
120
38
|
}
|
|
121
39
|
},
|
|
122
40
|
"disabled": {
|
|
@@ -127,10 +45,6 @@
|
|
|
127
45
|
"textColor": {
|
|
128
46
|
"$type": "color",
|
|
129
47
|
"$value": "{core.color.lightAlpha.40}"
|
|
130
|
-
},
|
|
131
|
-
"iconColor": {
|
|
132
|
-
"$type": "color",
|
|
133
|
-
"$value": "{core.color.lightAlpha.40}"
|
|
134
48
|
}
|
|
135
49
|
},
|
|
136
50
|
"focus": {
|
|
@@ -141,10 +55,6 @@
|
|
|
141
55
|
"textColor": {
|
|
142
56
|
"$type": "color",
|
|
143
57
|
"$value": "{base.colorSet.interaction.onNormal}"
|
|
144
|
-
},
|
|
145
|
-
"iconColor": {
|
|
146
|
-
"$type": "color",
|
|
147
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
148
58
|
}
|
|
149
59
|
}
|
|
150
60
|
},
|
|
@@ -157,10 +67,6 @@
|
|
|
157
67
|
"textColor": {
|
|
158
68
|
"$type": "color",
|
|
159
69
|
"$value": "{base.color.text.default}"
|
|
160
|
-
},
|
|
161
|
-
"iconColor": {
|
|
162
|
-
"$type": "color",
|
|
163
|
-
"$value": "{base.color.text.default}"
|
|
164
70
|
}
|
|
165
71
|
},
|
|
166
72
|
"hover": {
|
|
@@ -171,10 +77,6 @@
|
|
|
171
77
|
"textColor": {
|
|
172
78
|
"$type": "color",
|
|
173
79
|
"$value": "{base.colorSet.interaction.onNormal}"
|
|
174
|
-
},
|
|
175
|
-
"iconColor": {
|
|
176
|
-
"$type": "color",
|
|
177
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
178
80
|
}
|
|
179
81
|
},
|
|
180
82
|
"active": {
|
|
@@ -185,10 +87,6 @@
|
|
|
185
87
|
"textColor": {
|
|
186
88
|
"$type": "color",
|
|
187
89
|
"$value": "{base.colorSet.interaction.onNormal}"
|
|
188
|
-
},
|
|
189
|
-
"iconColor": {
|
|
190
|
-
"$type": "color",
|
|
191
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
192
90
|
}
|
|
193
91
|
},
|
|
194
92
|
"disabled": {
|
|
@@ -199,10 +97,6 @@
|
|
|
199
97
|
"iconColor": {
|
|
200
98
|
"$type": "color",
|
|
201
99
|
"$value": "{core.color.lightAlpha.40}"
|
|
202
|
-
},
|
|
203
|
-
"textColor": {
|
|
204
|
-
"$type": "color",
|
|
205
|
-
"$value": "{core.color.lightAlpha.40}"
|
|
206
100
|
}
|
|
207
101
|
},
|
|
208
102
|
"focus": {
|
|
@@ -213,10 +107,6 @@
|
|
|
213
107
|
"textColor": {
|
|
214
108
|
"$type": "color",
|
|
215
109
|
"$value": "{base.colorSet.interaction.onNormal}"
|
|
216
|
-
},
|
|
217
|
-
"iconColor": {
|
|
218
|
-
"$type": "color",
|
|
219
|
-
"$value": "{base.colorSet.interaction.onNormal}"
|
|
220
110
|
}
|
|
221
111
|
}
|
|
222
112
|
}
|