@depersgroep/lfvp-design-tokens 0.372.0-1483f2f → 0.372.0-256b7fe

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@depersgroep/lfvp-design-tokens",
3
- "version": "0.372.0-1483f2f",
3
+ "version": "0.372.0-256b7fe",
4
4
  "description": "Figma design tokens for LFVP",
5
5
  "keywords": [
6
6
  "design",
@@ -10,7 +10,6 @@
10
10
  "brands/vtmgo",
11
11
  "brands/whitelabel",
12
12
  "components/avatar",
13
- "components/badge",
14
13
  "components/billboard",
15
14
  "components/box",
16
15
  "components/boxcover",
@@ -43,7 +42,6 @@
43
42
  "components/top-10",
44
43
  "components/top-banner",
45
44
  "components/top-of-screen",
46
- "components/tv-button-list",
47
45
  "components/tv-hero",
48
46
  "components/upsell",
49
47
  "screen/large",
@@ -44,9 +44,7 @@
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
+ "components/tv-hero": "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/tv-hero": "enabled",
102
- "components/tv-button-list": "enabled",
103
- "components/badge": "enabled"
99
+ "components/tv-hero": "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/tv-hero": "enabled",
156
- "components/tv-button-list": "enabled",
157
- "components/badge": "enabled"
151
+ "components/tv-hero": "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/tv-hero": "enabled",
210
- "components/tv-button-list": "enabled",
211
- "components/badge": "enabled"
203
+ "components/tv-hero": "enabled"
212
204
  },
213
205
  "$figmaCollectionId": "VariableCollectionId:3:7330",
214
206
  "$figmaModeId": "3:3",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "fade1": {
60
60
  "$type": "color",
61
- "$value": "{core.color.darkAlpha.90}"
61
+ "$value": "{core.color.darkAlpha.95}"
62
62
  },
63
63
  "fade2": {
64
64
  "$type": "color",
@@ -100,6 +100,10 @@
100
100
  "borderWidth": {
101
101
  "$type": "borderWidth",
102
102
  "$value": "{base.ui.borderWidth.fixed.bw3}"
103
+ },
104
+ "borderWidth-copy": {
105
+ "$type": "borderWidth",
106
+ "$value": "{base.ui.borderWidth.fixed.bw3}"
103
107
  }
104
108
  },
105
109
  "padding": {
@@ -1,173 +1,173 @@
1
1
  {
2
- "productSelector": {
3
- "borderRadius": {
4
- "$type": "borderRadius",
5
- "$value": "{core.borderRadius.4}"
6
- },
7
- "logoHeight": {
8
- "$type": "sizing",
9
- "$value": "{base.ui.sizing.fixed.sz4}"
10
- },
11
- "gap": {
12
- "$type": "spacing",
13
- "$value": "{core.spacing.8}"
14
- },
15
- "horizontalPadding": {
16
- "$type": "spacing",
17
- "$value": "{base.ui.spacing.flex.sp2}"
18
- },
19
- "topPadding": {
20
- "$type": "spacing",
21
- "$value": "{base.ui.spacing.flex.sp5}"
22
- },
23
- "bottomPadding": {
24
- "$type": "spacing",
25
- "$value": "{base.ui.spacing.flex.sp4}"
26
- },
27
- "normal": {
28
- "backgroundColor": {
29
- "$type": "color",
30
- "$value": "none"
2
+ "pricingTable": {
3
+ "productSelector": {
4
+ "borderRadius": {
5
+ "$type": "borderRadius",
6
+ "$value": "{core.borderRadius.4}"
31
7
  },
32
- "textColor": {
33
- "$type": "color",
34
- "$value": "{base.color.ui.accent2}"
8
+ "logoHeight": {
9
+ "$type": "sizing",
10
+ "$value": "{base.ui.sizing.fixed.sz4}"
35
11
  },
36
- "arrowColor": {
37
- "$type": "color",
38
- "$value": "{base.color.transparent}"
12
+ "gap": {
13
+ "$type": "spacing",
14
+ "$value": "{core.spacing.8}"
39
15
  },
40
- "border": {
41
- "$type": "border",
42
- "$value": {
43
- "color": "{base.color.transparent}",
44
- "width": "{base.plan.normalBorderWidth}",
45
- "style": "{base.stroke.style.solid}"
46
- }
47
- }
48
- },
49
- "active": {
50
- "backgroundColor": {
51
- "$type": "color",
52
- "$value": "{base.color.plan.active.backgroundColor}"
16
+ "horizontalPadding": {
17
+ "$type": "spacing",
18
+ "$value": "{base.ui.spacing.flex.sp2}"
53
19
  },
54
- "arrowColor": {
55
- "$type": "color",
56
- "$value": "{base.color.plan.active.arrowColor}"
20
+ "topPadding": {
21
+ "$type": "spacing",
22
+ "$value": "{base.ui.spacing.flex.sp5}"
57
23
  },
58
- "textColor": {
59
- "$type": "color",
60
- "$value": "{base.color.ui.white}"
24
+ "bottomPadding": {
25
+ "$type": "spacing",
26
+ "$value": "{base.ui.spacing.flex.sp4}"
61
27
  },
62
- "border": {
63
- "$type": "border",
64
- "$value": {
65
- "color": "{base.color.plan.active.borderColor}",
66
- "width": "{base.plan.activeBorderWidth}",
67
- "style": "{base.stroke.style.solid}"
28
+ "normal": {
29
+ "backgroundColor": {
30
+ "$type": "color",
31
+ "$value": "none"
32
+ },
33
+ "textColor": {
34
+ "$type": "color",
35
+ "$value": "{base.color.ui.accent2}"
36
+ },
37
+ "arrowColor": {
38
+ "$type": "color",
39
+ "$value": "{base.color.transparent}"
40
+ },
41
+ "border": {
42
+ "$type": "border",
43
+ "$value": {
44
+ "color": "{base.color.transparent}",
45
+ "width": "{base.plan.normalBorderWidth}",
46
+ "style": "{base.stroke.style.solid}"
47
+ }
68
48
  }
69
- }
70
- },
71
- "text": {
72
- "$type": "typography",
73
- "$value": {
74
- "fontFamily": "{base.primaryFont}",
75
- "lineHeight": "{core.lineHeight.140}",
76
- "fontSize": "{core.fontSize.12}*{scale.text}",
77
- "fontWeight": "{base.fontWeight.emphasized}"
78
- }
79
- }
80
- },
81
- "productProperty": {
82
- "borderRadius": {
83
- "$type": "borderRadius",
84
- "$value": "{core.borderRadius.4}"
85
- },
86
- "normal": {
87
- "backgroundColor": {
88
- "$type": "color",
89
- "$value": "{base.color.transparent}"
90
49
  },
91
- "textColor": {
92
- "$type": "color",
93
- "$value": "{base.color.text.default}"
50
+ "active": {
51
+ "backgroundColor": {
52
+ "$type": "color",
53
+ "$value": "{base.color.plan.active.backgroundColor}"
54
+ },
55
+ "arrowColor": {
56
+ "$type": "color",
57
+ "$value": "{base.color.plan.active.arrowColor}"
58
+ },
59
+ "textColor": {
60
+ "$type": "color",
61
+ "$value": "{base.color.ui.white}"
62
+ },
63
+ "border": {
64
+ "$type": "border",
65
+ "$value": {
66
+ "color": "{base.color.plan.active.borderColor}",
67
+ "width": "{base.plan.activeBorderWidth}",
68
+ "style": "{base.stroke.style.solid}"
69
+ }
70
+ }
94
71
  },
95
- "discountColor": {
96
- "$type": "color",
97
- "$value": "{base.color.primary.lighter}"
72
+ "text": {
73
+ "$type": "typography",
74
+ "$value": {
75
+ "fontFamily": "{base.primaryFont}",
76
+ "lineHeight": "{core.lineHeight.140}",
77
+ "fontSize": "{core.fontSize.12}*{scale.text}",
78
+ "fontWeight": "{base.fontWeight.emphasized}"
79
+ }
98
80
  }
99
81
  },
100
- "active": {
101
- "discountColor": {
102
- "$type": "color",
103
- "$value": "{base.color.primary.lighter}"
82
+ "productProperty": {
83
+ "borderRadius": {
84
+ "$type": "borderRadius",
85
+ "$value": "{core.borderRadius.4}"
104
86
  },
105
- "backgroundColor": {
106
- "$type": "color",
107
- "$value": "{base.color.ui.dark3}"
87
+ "normal": {
88
+ "backgroundColor": {
89
+ "$type": "color",
90
+ "$value": "{base.color.transparent}"
91
+ },
92
+ "textColor": {
93
+ "$type": "color",
94
+ "$value": "{base.color.text.default}"
95
+ },
96
+ "discountColor": {
97
+ "$type": "color",
98
+ "$value": "{base.color.primary.lighter}"
99
+ }
108
100
  },
109
- "textColor": {
110
- "$type": "color",
111
- "$value": "{base.color.text.default}"
112
- }
113
- },
114
- "text": {
115
- "$type": "typography",
116
- "$value": {
117
- "fontFamily": "{base.primaryFont}",
118
- "fontWeight": "{base.fontWeight.bold}",
119
- "fontSize": "{core.fontSize.20}",
120
- "lineHeight": "{core.lineHeight.120}"
121
- }
122
- },
123
- "padding": {
124
- "$type": "spacing",
125
- "$value": "{base.ui.spacing.fixed.sp2}"
126
- },
127
- "discountText": {
128
- "$type": "typography",
129
- "$value": {
130
- "fontFamily": "{base.primaryFont}",
131
- "fontWeight": "{base.fontWeight.emphasized}",
132
- "fontSize": "{core.fontSize.12}",
133
- "lineHeight": "{core.lineHeight.120}"
134
- }
135
- }
136
- },
137
- "promotedProductProperty": {
138
- "heading": {
139
- "textColor": {
140
- "$type": "color",
141
- "$value": "{base.color.ui.dark4}"
101
+ "active": {
102
+ "discountColor": {
103
+ "$type": "color",
104
+ "$value": "{base.color.primary.lighter}"
105
+ },
106
+ "backgroundColor": {
107
+ "$type": "color",
108
+ "$value": "{base.color.ui.dark3}"
109
+ },
110
+ "textColor": {
111
+ "$type": "color",
112
+ "$value": "{base.color.text.default}"
113
+ }
142
114
  },
143
- "backgroundColor": {
144
- "$type": "color",
145
- "$value": "{base.color.text.default}"
115
+ "text": {
116
+ "$type": "typography",
117
+ "$value": {
118
+ "fontFamily": "{base.primaryFont}",
119
+ "fontWeight": "{base.fontWeight.bold}",
120
+ "fontSize": "{core.fontSize.20}",
121
+ "lineHeight": "{core.lineHeight.120}"
122
+ }
146
123
  },
147
124
  "padding": {
148
125
  "$type": "spacing",
149
- "$value": "{core.spacing.4}"
126
+ "$value": "{base.ui.spacing.fixed.sp2}"
150
127
  },
151
- "text": {
128
+ "discountText": {
152
129
  "$type": "typography",
153
130
  "$value": {
154
131
  "fontFamily": "{base.primaryFont}",
155
- "fontWeight": "{base.fontWeight.bold}",
132
+ "fontWeight": "{base.fontWeight.emphasized}",
156
133
  "fontSize": "{core.fontSize.12}",
157
134
  "lineHeight": "{core.lineHeight.120}"
158
135
  }
159
136
  }
160
137
  },
161
- "border": {
162
- "$type": "border",
163
- "$value": {
164
- "color": "{base.color.ui.white}",
165
- "width": "{core.borderWidth.2}",
166
- "style": "{base.stroke.style.solid}"
138
+ "promotedProductProperty": {
139
+ "heading": {
140
+ "textColor": {
141
+ "$type": "color",
142
+ "$value": "{base.color.ui.dark4}"
143
+ },
144
+ "backgroundColor": {
145
+ "$type": "color",
146
+ "$value": "{base.color.text.default}"
147
+ },
148
+ "padding": {
149
+ "$type": "spacing",
150
+ "$value": "{core.spacing.4}"
151
+ },
152
+ "text": {
153
+ "$type": "typography",
154
+ "$value": {
155
+ "fontFamily": "{base.primaryFont}",
156
+ "fontWeight": "{base.fontWeight.bold}",
157
+ "fontSize": "{core.fontSize.12}",
158
+ "lineHeight": "{core.lineHeight.120}"
159
+ }
160
+ }
161
+ },
162
+ "border": {
163
+ "$type": "border",
164
+ "$value": {
165
+ "color": "{base.color.ui.white}",
166
+ "width": "{core.borderWidth.2}",
167
+ "style": "{base.stroke.style.solid}"
168
+ }
167
169
  }
168
- }
169
- },
170
- "pricingTable": {
170
+ },
171
171
  "horizontalGap": {
172
172
  "$type": "spacing",
173
173
  "$value": "{base.ui.spacing.fixed.sp1}"
@@ -195,6 +195,111 @@
195
195
  "gap": {
196
196
  "$type": "spacing",
197
197
  "$value": "{core.spacing.24}"
198
+ },
199
+ "promoTag": {
200
+ "margin": {
201
+ "$type": "spacing",
202
+ "$value": "{core.spacing.4}"
203
+ },
204
+ "padding": {
205
+ "$type": "spacing",
206
+ "$value": "{core.spacing.4}"
207
+ },
208
+ "backgroundColor": {
209
+ "$type": "color",
210
+ "$value": "{base.color.ui.white}"
211
+ },
212
+ "textColor": {
213
+ "$type": "color",
214
+ "$value": "{base.color.ui.dark1}"
215
+ },
216
+ "borderRadius": {
217
+ "$type": "borderRadius",
218
+ "$value": "{base.ui.borderRadius.fixed.br2}"
219
+ },
220
+ "text": {
221
+ "$type": "typography",
222
+ "$value": {
223
+ "fontFamily": "{base.primaryFont}",
224
+ "fontWeight": "{base.fontWeight.bold}",
225
+ "fontSize": "{core.fontSize.12}",
226
+ "lineHeight": "{core.lineHeight.110}"
227
+ }
228
+ }
229
+ },
230
+ "tab": {
231
+ "padding": {
232
+ "$type": "spacing",
233
+ "$value": "{base.ui.spacing.flex.sp2}"
234
+ },
235
+ "normal": {
236
+ "labelColor": {
237
+ "$type": "color",
238
+ "$value": "{base.color.ui.white}"
239
+ },
240
+ "backgroundColor": {
241
+ "$type": "color",
242
+ "$value": "none"
243
+ },
244
+ "subLabelColor": {
245
+ "$type": "color",
246
+ "$value": "{base.color.primary.lighter}"
247
+ }
248
+ },
249
+ "active": {
250
+ "labelColor": {
251
+ "$type": "color",
252
+ "$value": "{base.color.ui.white}"
253
+ },
254
+ "backgroundColor": {
255
+ "$type": "color",
256
+ "$value": "{base.color.primary.default}"
257
+ },
258
+ "subLabelColor": {
259
+ "$type": "color",
260
+ "$value": "{base.color.ui.dark1}"
261
+ }
262
+ },
263
+ "borderRadius": {
264
+ "$type": "borderRadius",
265
+ "$value": "{base.ui.borderRadius.fixed.br4}"
266
+ },
267
+ "label": {
268
+ "$type": "typography",
269
+ "$value": {
270
+ "fontFamily": "{base.primaryFont}",
271
+ "fontWeight": "{base.fontWeight.bold}",
272
+ "fontSize": "{core.fontSize.14}*{scale.text}",
273
+ "lineHeight": "{core.lineHeight.120}"
274
+ }
275
+ },
276
+ "subLabel": {
277
+ "$type": "typography",
278
+ "$value": {
279
+ "fontFamily": "{base.primaryFont}",
280
+ "fontWeight": "{base.fontWeight.emphasized}",
281
+ "fontSize": "{core.fontSize.11}*{scale.text}",
282
+ "lineHeight": "{core.lineHeight.120}"
283
+ }
284
+ }
285
+ },
286
+ "tabBar": {
287
+ "offset": {
288
+ "$type": "spacing",
289
+ "$value": "{core.spacing.2}"
290
+ },
291
+ "borderRadius": {
292
+ "$type": "borderRadius",
293
+ "$value": "{base.ui.borderRadius.fixed.br4}"
294
+ },
295
+ "border": {
296
+ "$type": "border",
297
+ "$value": {
298
+ "color": "{base.color.ui.white}",
299
+ "width": "{core.borderWidth.2}",
300
+ "style": "{base.stroke.style.solid}"
301
+ }
302
+ }
198
303
  }
199
304
  }
200
305
  }
@@ -1,107 +1 @@
1
- {
2
- "promoTag": {
3
- "text": {
4
- "$type": "typography",
5
- "$value": {
6
- "fontFamily": "{base.primaryFont}",
7
- "fontWeight": "{base.fontWeight.bold}",
8
- "fontSize": "{core.fontSize.12}",
9
- "lineHeight": "{core.lineHeight.110}"
10
- }
11
- },
12
- "backgroundColor": {
13
- "$type": "color",
14
- "$value": "{base.color.ui.white}"
15
- },
16
- "textColor": {
17
- "$type": "color",
18
- "$value": "{base.color.ui.dark1}"
19
- },
20
- "borderRadius": {
21
- "$type": "borderRadius",
22
- "$value": "{base.ui.borderRadius.fixed.br2}"
23
- },
24
- "margin": {
25
- "$type": "spacing",
26
- "$value": "{core.spacing.4}"
27
- },
28
- "padding": {
29
- "$type": "spacing",
30
- "$value": "{core.spacing.4}"
31
- }
32
- },
33
- "tab": {
34
- "normal": {
35
- "labelColor": {
36
- "$type": "color",
37
- "$value": "{base.color.ui.white}"
38
- },
39
- "backgroundColor": {
40
- "$type": "color",
41
- "$value": "none"
42
- },
43
- "subLabelColor": {
44
- "$type": "color",
45
- "$value": "{base.color.primary.lighter}"
46
- }
47
- },
48
- "label": {
49
- "$type": "typography",
50
- "$value": {
51
- "fontFamily": "{base.primaryFont}",
52
- "fontWeight": "{base.fontWeight.bold}",
53
- "fontSize": "{core.fontSize.14}*{scale.text}",
54
- "lineHeight": "{core.lineHeight.120}"
55
- }
56
- },
57
- "subLabel": {
58
- "$type": "typography",
59
- "$value": {
60
- "fontFamily": "{base.primaryFont}",
61
- "fontWeight": "{base.fontWeight.emphasized}",
62
- "fontSize": "{core.fontSize.11}*{scale.text}",
63
- "lineHeight": "{core.lineHeight.120}"
64
- }
65
- },
66
- "active": {
67
- "labelColor": {
68
- "$type": "color",
69
- "$value": "{base.color.ui.white}"
70
- },
71
- "backgroundColor": {
72
- "$type": "color",
73
- "$value": "{base.color.primary.default}"
74
- },
75
- "subLabelColor": {
76
- "$type": "color",
77
- "$value": "{base.color.ui.dark1}"
78
- }
79
- },
80
- "borderRadius": {
81
- "$type": "borderRadius",
82
- "$value": "{base.ui.borderRadius.fixed.br4}"
83
- },
84
- "padding": {
85
- "$type": "spacing",
86
- "$value": "{base.ui.spacing.flex.sp2}"
87
- }
88
- },
89
- "tabBar": {
90
- "offset": {
91
- "$type": "spacing",
92
- "$value": "{core.spacing.2}"
93
- },
94
- "border": {
95
- "$type": "border",
96
- "$value": {
97
- "color": "{base.color.ui.white}",
98
- "width": "{core.borderWidth.2}",
99
- "style": "{base.stroke.style.solid}"
100
- }
101
- },
102
- "borderRadius": {
103
- "$type": "borderRadius",
104
- "$value": "{base.ui.borderRadius.fixed.br4}"
105
- }
106
- }
107
- }
1
+ {}
@@ -1,108 +0,0 @@
1
- {
2
- "badge": {
3
- "small": {
4
- "label": {
5
- "$type": "typography",
6
- "$value": "{base.typography.meta.bold}"
7
- },
8
- "horizontalPadding": {
9
- "$type": "spacing",
10
- "$value": "{badge.small.fontSize}/3"
11
- },
12
- "gap": {
13
- "$type": "spacing",
14
- "$value": "{badge.small.fontSize}/3"
15
- },
16
- "margin": {
17
- "$type": "spacing",
18
- "$value": "{badge.small.fontSize}/3"
19
- },
20
- "verticalPadding": {
21
- "$type": "spacing",
22
- "$value": "{badge.small.fontSize}/6"
23
- },
24
- "borderRadius": {
25
- "$type": "borderRadius",
26
- "$value": "{badge.small.fontSize}/3"
27
- },
28
- "iconSize": {
29
- "$type": "sizing",
30
- "$value": "{badge.small.fontSize}*1.4"
31
- },
32
- "fontSize": {
33
- "$type": "fontSizes",
34
- "$value": "{core.fontSize.12}*{scale.text}"
35
- },
36
- "height": {
37
- "$type": "sizing",
38
- "$value": "{badge.small.fontSize}*1.8"
39
- }
40
- },
41
- "medium": {
42
- "label": {
43
- "$type": "typography",
44
- "$value": "{base.typography.text.bold.xSmall}"
45
- },
46
- "horizontalPadding": {
47
- "$type": "spacing",
48
- "$value": "{badge.medium.fontSize}/3"
49
- },
50
- "gap": {
51
- "$type": "spacing",
52
- "$value": "{badge.medium.fontSize}/3"
53
- },
54
- "margin": {
55
- "$type": "spacing",
56
- "$value": "{badge.medium.fontSize}/3"
57
- },
58
- "verticalPadding": {
59
- "$type": "spacing",
60
- "$value": "{badge.medium.fontSize}/3"
61
- },
62
- "borderRadius": {
63
- "$type": "borderRadius",
64
- "$value": "{badge.medium.fontSize}/3"
65
- },
66
- "iconSize": {
67
- "$type": "sizing",
68
- "$value": "{badge.medium.fontSize}*1.4"
69
- },
70
- "height": {
71
- "$type": "sizing",
72
- "$value": "{badge.medium.fontSize}*2.1"
73
- },
74
- "fontSize": {
75
- "$type": "fontSizes",
76
- "$value": "{core.fontSize.13}* {scale.text}"
77
- }
78
- },
79
- "default": {
80
- "backgroundColor": {
81
- "$type": "color",
82
- "$value": "{base.color.ui.fade4}"
83
- },
84
- "iconColor": {
85
- "$type": "color",
86
- "$value": "{base.color.primary.default}"
87
- },
88
- "textColor": {
89
- "$type": "color",
90
- "$value": "{base.color.text.default}"
91
- }
92
- },
93
- "highlight": {
94
- "backgroundColor": {
95
- "$type": "color",
96
- "$value": "{base.color.primary.darker}"
97
- },
98
- "iconColor": {
99
- "$type": "color",
100
- "$value": "{base.color.ui.white}"
101
- },
102
- "textColor": {
103
- "$type": "color",
104
- "$value": "{base.color.ui.white}"
105
- }
106
- }
107
- }
108
- }
@@ -1,224 +0,0 @@
1
- {
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
- "gap": {
46
- "$type": "spacing",
47
- "$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
- }
77
- },
78
- "tvSelectableButtonList": {
79
- "unselected": {
80
- "normal": {
81
- "backgroundColor": {
82
- "$type": "color",
83
- "$value": "transparent"
84
- },
85
- "textColor": {
86
- "$type": "color",
87
- "$value": "{core.color.lightAlpha.70}"
88
- },
89
- "iconColor": {
90
- "$type": "color",
91
- "$value": "{core.color.lightAlpha.70}"
92
- }
93
- },
94
- "hover": {
95
- "backgroundColor": {
96
- "$type": "color",
97
- "$value": "{base.colorSet.interaction.normal}"
98
- },
99
- "textColor": {
100
- "$type": "color",
101
- "$value": "{base.colorSet.interaction.onNormal}"
102
- },
103
- "iconColor": {
104
- "$type": "color",
105
- "$value": "{base.colorSet.interaction.onNormal}"
106
- }
107
- },
108
- "active": {
109
- "backgroundColor": {
110
- "$type": "color",
111
- "$value": "{base.colorSet.interaction.normal}"
112
- },
113
- "textColor": {
114
- "$type": "color",
115
- "$value": "{base.colorSet.interaction.onNormal}"
116
- },
117
- "iconColor": {
118
- "$type": "color",
119
- "$value": "{base.colorSet.interaction.onNormal}"
120
- }
121
- },
122
- "disabled": {
123
- "backgroundColor": {
124
- "$type": "color",
125
- "$value": "transparent"
126
- },
127
- "textColor": {
128
- "$type": "color",
129
- "$value": "{core.color.lightAlpha.40}"
130
- },
131
- "iconColor": {
132
- "$type": "color",
133
- "$value": "{core.color.lightAlpha.40}"
134
- }
135
- },
136
- "focus": {
137
- "backgroundColor": {
138
- "$type": "color",
139
- "$value": "{base.colorSet.interaction.normal}"
140
- },
141
- "textColor": {
142
- "$type": "color",
143
- "$value": "{base.colorSet.interaction.onNormal}"
144
- },
145
- "iconColor": {
146
- "$type": "color",
147
- "$value": "{base.colorSet.interaction.onNormal}"
148
- }
149
- }
150
- },
151
- "selected": {
152
- "normal": {
153
- "backgroundColor": {
154
- "$type": "color",
155
- "$value": "{core.color.softAlpha.50}"
156
- },
157
- "textColor": {
158
- "$type": "color",
159
- "$value": "{base.color.text.default}"
160
- },
161
- "iconColor": {
162
- "$type": "color",
163
- "$value": "{base.color.text.default}"
164
- }
165
- },
166
- "hover": {
167
- "backgroundColor": {
168
- "$type": "color",
169
- "$value": "{base.colorSet.interaction.normal}"
170
- },
171
- "textColor": {
172
- "$type": "color",
173
- "$value": "{base.colorSet.interaction.onNormal}"
174
- },
175
- "iconColor": {
176
- "$type": "color",
177
- "$value": "{base.colorSet.interaction.onNormal}"
178
- }
179
- },
180
- "active": {
181
- "backgroundColor": {
182
- "$type": "color",
183
- "$value": "{base.colorSet.interaction.normal}"
184
- },
185
- "textColor": {
186
- "$type": "color",
187
- "$value": "{base.colorSet.interaction.onNormal}"
188
- },
189
- "iconColor": {
190
- "$type": "color",
191
- "$value": "{base.colorSet.interaction.onNormal}"
192
- }
193
- },
194
- "disabled": {
195
- "backgroundColor": {
196
- "$type": "color",
197
- "$value": "transparent"
198
- },
199
- "iconColor": {
200
- "$type": "color",
201
- "$value": "{core.color.lightAlpha.40}"
202
- },
203
- "textColor": {
204
- "$type": "color",
205
- "$value": "{core.color.lightAlpha.40}"
206
- }
207
- },
208
- "focus": {
209
- "backgroundColor": {
210
- "$type": "color",
211
- "$value": "{base.colorSet.interaction.normal}"
212
- },
213
- "textColor": {
214
- "$type": "color",
215
- "$value": "{base.colorSet.interaction.onNormal}"
216
- },
217
- "iconColor": {
218
- "$type": "color",
219
- "$value": "{base.colorSet.interaction.onNormal}"
220
- }
221
- }
222
- }
223
- }
224
- }