@depersgroep/lfvp-design-tokens 0.346.0 → 0.347.0-e32d258
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 +1 -0
- package/tokens/$themes.json +16 -8
- package/tokens/brands/vtmgo.json +5 -5
- package/tokens/components/button.json +70 -18
- package/tokens/components/tv-hero.json +13 -0
- package/tokens/screen/tv.json +106 -6
package/package.json
CHANGED
package/tokens/$metadata.json
CHANGED
package/tokens/$themes.json
CHANGED
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
"components/genre-filter": "enabled",
|
|
44
44
|
"components/upsell": "enabled",
|
|
45
45
|
"components/selectable-button": "enabled",
|
|
46
|
-
"components/dropdown-list": "enabled"
|
|
46
|
+
"components/dropdown-list": "enabled",
|
|
47
|
+
"components/tv-hero": "enabled"
|
|
47
48
|
},
|
|
48
49
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
49
50
|
"$figmaModeId": "3:0",
|
|
@@ -94,7 +95,8 @@
|
|
|
94
95
|
"components/genre-filter": "enabled",
|
|
95
96
|
"components/upsell": "enabled",
|
|
96
97
|
"components/selectable-button": "enabled",
|
|
97
|
-
"components/dropdown-list": "enabled"
|
|
98
|
+
"components/dropdown-list": "enabled",
|
|
99
|
+
"components/tv-hero": "enabled"
|
|
98
100
|
},
|
|
99
101
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
100
102
|
"$figmaModeId": "3:1",
|
|
@@ -145,7 +147,8 @@
|
|
|
145
147
|
"components/genre-filter": "enabled",
|
|
146
148
|
"components/upsell": "enabled",
|
|
147
149
|
"components/selectable-button": "enabled",
|
|
148
|
-
"components/dropdown-list": "enabled"
|
|
150
|
+
"components/dropdown-list": "enabled",
|
|
151
|
+
"components/tv-hero": "enabled"
|
|
149
152
|
},
|
|
150
153
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
151
154
|
"$figmaModeId": "3:2",
|
|
@@ -196,7 +199,8 @@
|
|
|
196
199
|
"components/genre-filter": "enabled",
|
|
197
200
|
"components/upsell": "enabled",
|
|
198
201
|
"components/selectable-button": "enabled",
|
|
199
|
-
"components/dropdown-list": "enabled"
|
|
202
|
+
"components/dropdown-list": "enabled",
|
|
203
|
+
"components/tv-hero": "enabled"
|
|
200
204
|
},
|
|
201
205
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
202
206
|
"$figmaModeId": "3:3",
|
|
@@ -208,7 +212,8 @@
|
|
|
208
212
|
"name": "small",
|
|
209
213
|
"$figmaStyleReferences": {},
|
|
210
214
|
"selectedTokenSets": {
|
|
211
|
-
"screen/small": "enabled"
|
|
215
|
+
"screen/small": "enabled",
|
|
216
|
+
"components/tv-hero": "disabled"
|
|
212
217
|
},
|
|
213
218
|
"$figmaVariableReferences": {},
|
|
214
219
|
"$figmaCollectionId": "VariableCollectionId:3:8038",
|
|
@@ -220,7 +225,8 @@
|
|
|
220
225
|
"name": "medium",
|
|
221
226
|
"$figmaStyleReferences": {},
|
|
222
227
|
"selectedTokenSets": {
|
|
223
|
-
"screen/medium": "enabled"
|
|
228
|
+
"screen/medium": "enabled",
|
|
229
|
+
"components/tv-hero": "disabled"
|
|
224
230
|
},
|
|
225
231
|
"$figmaVariableReferences": {},
|
|
226
232
|
"$figmaCollectionId": "VariableCollectionId:3:8038",
|
|
@@ -232,7 +238,8 @@
|
|
|
232
238
|
"name": "large",
|
|
233
239
|
"$figmaStyleReferences": {},
|
|
234
240
|
"selectedTokenSets": {
|
|
235
|
-
"screen/large": "enabled"
|
|
241
|
+
"screen/large": "enabled",
|
|
242
|
+
"components/tv-hero": "disabled"
|
|
236
243
|
},
|
|
237
244
|
"$figmaVariableReferences": {},
|
|
238
245
|
"$figmaCollectionId": "VariableCollectionId:3:8038",
|
|
@@ -244,7 +251,8 @@
|
|
|
244
251
|
"name": "tv",
|
|
245
252
|
"$figmaStyleReferences": {},
|
|
246
253
|
"selectedTokenSets": {
|
|
247
|
-
"screen/tv": "enabled"
|
|
254
|
+
"screen/tv": "enabled",
|
|
255
|
+
"components/tv-hero": "disabled"
|
|
248
256
|
},
|
|
249
257
|
"$figmaVariableReferences": {},
|
|
250
258
|
"$figmaCollectionId": "VariableCollectionId:3:8038",
|
package/tokens/brands/vtmgo.json
CHANGED
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"interaction": {
|
|
590
590
|
"normal": {
|
|
591
591
|
"$type": "color",
|
|
592
|
-
"$value": "{
|
|
592
|
+
"$value": "{base.color.primary.default}"
|
|
593
593
|
},
|
|
594
594
|
"onNormal": {
|
|
595
595
|
"$type": "color",
|
|
@@ -597,15 +597,15 @@
|
|
|
597
597
|
},
|
|
598
598
|
"hover": {
|
|
599
599
|
"$type": "color",
|
|
600
|
-
"$value": "{
|
|
600
|
+
"$value": "{base.color.primary.darker}"
|
|
601
601
|
},
|
|
602
602
|
"onHover": {
|
|
603
603
|
"$type": "color",
|
|
604
|
-
"$value": "{
|
|
604
|
+
"$value": "{core.color.neutrals.100}"
|
|
605
605
|
},
|
|
606
606
|
"active": {
|
|
607
607
|
"$type": "color",
|
|
608
|
-
"$value": "{
|
|
608
|
+
"$value": "{base.color.primary.darker}"
|
|
609
609
|
},
|
|
610
610
|
"onActive": {
|
|
611
611
|
"$type": "color",
|
|
@@ -613,7 +613,7 @@
|
|
|
613
613
|
},
|
|
614
614
|
"focus": {
|
|
615
615
|
"$type": "color",
|
|
616
|
-
"$value": "{
|
|
616
|
+
"$value": "{base.color.primary.default}"
|
|
617
617
|
},
|
|
618
618
|
"onFocus": {
|
|
619
619
|
"$type": "color",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"normal": {
|
|
109
109
|
"backgroundColor": {
|
|
110
110
|
"$type": "color",
|
|
111
|
-
"$value": "{core.color.softAlpha.
|
|
111
|
+
"$value": "{core.color.softAlpha.40}"
|
|
112
112
|
},
|
|
113
113
|
"textColor": {
|
|
114
114
|
"$type": "color",
|
|
@@ -118,21 +118,21 @@
|
|
|
118
118
|
"hover": {
|
|
119
119
|
"backgroundColor": {
|
|
120
120
|
"$type": "color",
|
|
121
|
-
"$value": "{core.color.
|
|
121
|
+
"$value": "{core.color.neutrals.95}"
|
|
122
122
|
},
|
|
123
123
|
"textColor": {
|
|
124
124
|
"$type": "color",
|
|
125
|
-
"$value": "{
|
|
125
|
+
"$value": "{core.color.neutrals.5}"
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"active": {
|
|
129
129
|
"backgroundColor": {
|
|
130
130
|
"$type": "color",
|
|
131
|
-
"$value": "{core.color.
|
|
131
|
+
"$value": "{core.color.neutrals.90}"
|
|
132
132
|
},
|
|
133
133
|
"textColor": {
|
|
134
134
|
"$type": "color",
|
|
135
|
-
"$value": "{
|
|
135
|
+
"$value": "{core.color.neutrals.5}"
|
|
136
136
|
}
|
|
137
137
|
},
|
|
138
138
|
"disabled": {
|
|
@@ -156,11 +156,11 @@
|
|
|
156
156
|
"focus": {
|
|
157
157
|
"backgroundColor": {
|
|
158
158
|
"$type": "color",
|
|
159
|
-
"$value": "{core.color.
|
|
159
|
+
"$value": "{core.color.neutrals.100}"
|
|
160
160
|
},
|
|
161
161
|
"textColor": {
|
|
162
162
|
"$type": "color",
|
|
163
|
-
"$value": "{
|
|
163
|
+
"$value": "{core.color.neutrals.0}"
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
},
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"normal": {
|
|
169
169
|
"backgroundColor": {
|
|
170
170
|
"$type": "color",
|
|
171
|
-
"$value": "{core.color.
|
|
171
|
+
"$value": "{core.color.softAlpha.40}"
|
|
172
172
|
},
|
|
173
173
|
"textColor": {
|
|
174
174
|
"$type": "color",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"hover": {
|
|
179
179
|
"backgroundColor": {
|
|
180
180
|
"$type": "color",
|
|
181
|
-
"$value": "{core.color.
|
|
181
|
+
"$value": "{core.color.softAlpha.50}"
|
|
182
182
|
},
|
|
183
183
|
"textColor": {
|
|
184
184
|
"$type": "color",
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"active": {
|
|
189
189
|
"backgroundColor": {
|
|
190
190
|
"$type": "color",
|
|
191
|
-
"$value": "{core.color.
|
|
191
|
+
"$value": "{core.color.softAlpha.40}"
|
|
192
192
|
},
|
|
193
193
|
"textColor": {
|
|
194
194
|
"$type": "color",
|
|
@@ -228,31 +228,31 @@
|
|
|
228
228
|
"normal": {
|
|
229
229
|
"backgroundColor": {
|
|
230
230
|
"$type": "color",
|
|
231
|
-
"$value": "{
|
|
231
|
+
"$value": "{core.color.neutrals.100}"
|
|
232
232
|
},
|
|
233
233
|
"textColor": {
|
|
234
234
|
"$type": "color",
|
|
235
|
-
"$value": "{
|
|
235
|
+
"$value": "{core.color.neutrals.0}"
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
238
|
"hover": {
|
|
239
239
|
"backgroundColor": {
|
|
240
240
|
"$type": "color",
|
|
241
|
-
"$value": "{
|
|
241
|
+
"$value": "{core.color.neutrals.95}"
|
|
242
242
|
},
|
|
243
243
|
"textColor": {
|
|
244
244
|
"$type": "color",
|
|
245
|
-
"$value": "{
|
|
245
|
+
"$value": "{core.color.neutrals.5}"
|
|
246
246
|
}
|
|
247
247
|
},
|
|
248
248
|
"active": {
|
|
249
249
|
"backgroundColor": {
|
|
250
250
|
"$type": "color",
|
|
251
|
-
"$value": "{
|
|
251
|
+
"$value": "{core.color.neutrals.90}"
|
|
252
252
|
},
|
|
253
253
|
"textColor": {
|
|
254
254
|
"$type": "color",
|
|
255
|
-
"$value": "{
|
|
255
|
+
"$value": "{core.color.neutrals.5}"
|
|
256
256
|
}
|
|
257
257
|
},
|
|
258
258
|
"disabled": {
|
|
@@ -276,11 +276,11 @@
|
|
|
276
276
|
"focus": {
|
|
277
277
|
"backgroundColor": {
|
|
278
278
|
"$type": "color",
|
|
279
|
-
"$value": "{
|
|
279
|
+
"$value": "{core.color.neutrals.100}"
|
|
280
280
|
},
|
|
281
281
|
"textColor": {
|
|
282
282
|
"$type": "color",
|
|
283
|
-
"$value": "{
|
|
283
|
+
"$value": "{core.color.neutrals.0}"
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
},
|
|
@@ -470,6 +470,58 @@
|
|
|
470
470
|
"$type": "fontSizes",
|
|
471
471
|
"$value": "{core.fontSize.14}"
|
|
472
472
|
}
|
|
473
|
+
},
|
|
474
|
+
"branded": {
|
|
475
|
+
"normal": {
|
|
476
|
+
"backgroundColor": {
|
|
477
|
+
"$type": "color",
|
|
478
|
+
"$value": "{base.colorSet.interaction.normal}"
|
|
479
|
+
},
|
|
480
|
+
"textColor": {
|
|
481
|
+
"$type": "color",
|
|
482
|
+
"$value": "{base.colorSet.interaction.onNormal}"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"hover": {
|
|
486
|
+
"backgroundColor": {
|
|
487
|
+
"$type": "color",
|
|
488
|
+
"$value": "{base.colorSet.interaction.hover}"
|
|
489
|
+
},
|
|
490
|
+
"textColor": {
|
|
491
|
+
"$type": "color",
|
|
492
|
+
"$value": "{base.colorSet.interaction.onHover}"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"active": {
|
|
496
|
+
"backgroundColor": {
|
|
497
|
+
"$type": "color",
|
|
498
|
+
"$value": "{base.colorSet.interaction.active}"
|
|
499
|
+
},
|
|
500
|
+
"textColor": {
|
|
501
|
+
"$type": "color",
|
|
502
|
+
"$value": "{base.colorSet.interaction.onActive}"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
"disabled": {
|
|
506
|
+
"textColor": {
|
|
507
|
+
"$type": "color",
|
|
508
|
+
"$value": "{base.colorSet.interaction.onDisabled}"
|
|
509
|
+
},
|
|
510
|
+
"backgroundColor": {
|
|
511
|
+
"$type": "color",
|
|
512
|
+
"$value": "{base.colorSet.interaction.disabled}"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
"focus": {
|
|
516
|
+
"backgroundColor": {
|
|
517
|
+
"$type": "color",
|
|
518
|
+
"$value": "{base.colorSet.interaction.focus}"
|
|
519
|
+
},
|
|
520
|
+
"textColor": {
|
|
521
|
+
"$type": "color",
|
|
522
|
+
"$value": "{base.colorSet.interaction.onFocus}"
|
|
523
|
+
}
|
|
524
|
+
}
|
|
473
525
|
}
|
|
474
526
|
},
|
|
475
527
|
"iconButton": {
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
}
|
package/tokens/screen/tv.json
CHANGED
|
@@ -35,24 +35,40 @@
|
|
|
35
35
|
"backgroundColor": {
|
|
36
36
|
"$type": "color",
|
|
37
37
|
"$value": "{core.color.softAlpha.60}"
|
|
38
|
+
},
|
|
39
|
+
"textColor": {
|
|
40
|
+
"$type": "color",
|
|
41
|
+
"$value": "{core.color.neutrals.100}"
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"hover": {
|
|
41
45
|
"backgroundColor": {
|
|
42
46
|
"$type": "color",
|
|
43
|
-
"$value": "{
|
|
47
|
+
"$value": "{core.color.neutrals.100}"
|
|
48
|
+
},
|
|
49
|
+
"textColor": {
|
|
50
|
+
"$type": "color",
|
|
51
|
+
"$value": "{core.color.neutrals.0}"
|
|
44
52
|
}
|
|
45
53
|
},
|
|
46
54
|
"active": {
|
|
47
55
|
"backgroundColor": {
|
|
48
56
|
"$type": "color",
|
|
49
|
-
"$value": "{
|
|
57
|
+
"$value": "{core.color.neutrals.100}"
|
|
58
|
+
},
|
|
59
|
+
"textColor": {
|
|
60
|
+
"$type": "color",
|
|
61
|
+
"$value": "{core.color.neutrals.0}"
|
|
50
62
|
}
|
|
51
63
|
},
|
|
52
64
|
"focus": {
|
|
53
65
|
"backgroundColor": {
|
|
54
66
|
"$type": "color",
|
|
55
|
-
"$value": "{
|
|
67
|
+
"$value": "{core.color.neutrals.100}"
|
|
68
|
+
},
|
|
69
|
+
"textColor": {
|
|
70
|
+
"$type": "color",
|
|
71
|
+
"$value": "{core.color.neutrals.0}"
|
|
56
72
|
}
|
|
57
73
|
}
|
|
58
74
|
},
|
|
@@ -97,24 +113,40 @@
|
|
|
97
113
|
"backgroundColor": {
|
|
98
114
|
"$type": "color",
|
|
99
115
|
"$value": "{core.color.softAlpha.60}"
|
|
116
|
+
},
|
|
117
|
+
"textColor": {
|
|
118
|
+
"$type": "color",
|
|
119
|
+
"$value": "{core.color.neutrals.100}"
|
|
100
120
|
}
|
|
101
121
|
},
|
|
102
122
|
"hover": {
|
|
103
123
|
"backgroundColor": {
|
|
104
124
|
"$type": "color",
|
|
105
|
-
"$value": "{
|
|
125
|
+
"$value": "{core.color.neutrals.100}"
|
|
126
|
+
},
|
|
127
|
+
"textColor": {
|
|
128
|
+
"$type": "color",
|
|
129
|
+
"$value": "{core.color.neutrals.0}"
|
|
106
130
|
}
|
|
107
131
|
},
|
|
108
132
|
"active": {
|
|
109
133
|
"backgroundColor": {
|
|
110
134
|
"$type": "color",
|
|
111
|
-
"$value": "{
|
|
135
|
+
"$value": "{core.color.neutrals.100}"
|
|
136
|
+
},
|
|
137
|
+
"textColor": {
|
|
138
|
+
"$type": "color",
|
|
139
|
+
"$value": "{core.color.neutrals.0}"
|
|
112
140
|
}
|
|
113
141
|
},
|
|
114
142
|
"focus": {
|
|
115
143
|
"backgroundColor": {
|
|
116
144
|
"$type": "color",
|
|
117
|
-
"$value": "{
|
|
145
|
+
"$value": "{core.color.neutrals.100}"
|
|
146
|
+
},
|
|
147
|
+
"textColor": {
|
|
148
|
+
"$type": "color",
|
|
149
|
+
"$value": "{core.color.neutrals.0}"
|
|
118
150
|
}
|
|
119
151
|
}
|
|
120
152
|
},
|
|
@@ -123,24 +155,92 @@
|
|
|
123
155
|
"backgroundColor": {
|
|
124
156
|
"$type": "color",
|
|
125
157
|
"$value": "{core.color.softAlpha.60}"
|
|
158
|
+
},
|
|
159
|
+
"textColor": {
|
|
160
|
+
"$type": "color",
|
|
161
|
+
"$value": "{core.color.neutrals.100}"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"hover": {
|
|
165
|
+
"backgroundColor": {
|
|
166
|
+
"$type": "color",
|
|
167
|
+
"$value": "{core.color.neutrals.100}"
|
|
168
|
+
},
|
|
169
|
+
"textColor": {
|
|
170
|
+
"$type": "color",
|
|
171
|
+
"$value": "{core.color.neutrals.0}"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"active": {
|
|
175
|
+
"backgroundColor": {
|
|
176
|
+
"$type": "color",
|
|
177
|
+
"$value": "{core.color.neutrals.100}"
|
|
178
|
+
},
|
|
179
|
+
"textColor": {
|
|
180
|
+
"$type": "color",
|
|
181
|
+
"$value": "{core.color.neutrals.0}"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"focus": {
|
|
185
|
+
"backgroundColor": {
|
|
186
|
+
"$type": "color",
|
|
187
|
+
"$value": "{core.color.neutrals.100}"
|
|
188
|
+
},
|
|
189
|
+
"textColor": {
|
|
190
|
+
"$type": "color",
|
|
191
|
+
"$value": "{core.color.neutrals.0}"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"branded": {
|
|
196
|
+
"normal": {
|
|
197
|
+
"backgroundColor": {
|
|
198
|
+
"$type": "color",
|
|
199
|
+
"$value": "{core.color.softAlpha.60}"
|
|
200
|
+
},
|
|
201
|
+
"textColor": {
|
|
202
|
+
"$type": "color",
|
|
203
|
+
"$value": "{base.colorSet.interaction.onNormal}"
|
|
126
204
|
}
|
|
127
205
|
},
|
|
128
206
|
"hover": {
|
|
129
207
|
"backgroundColor": {
|
|
130
208
|
"$type": "color",
|
|
131
209
|
"$value": "{base.colorSet.interaction.normal}"
|
|
210
|
+
},
|
|
211
|
+
"textColor": {
|
|
212
|
+
"$type": "color",
|
|
213
|
+
"$value": "{base.colorSet.interaction.onHover}"
|
|
132
214
|
}
|
|
133
215
|
},
|
|
134
216
|
"active": {
|
|
135
217
|
"backgroundColor": {
|
|
136
218
|
"$type": "color",
|
|
137
219
|
"$value": "{base.colorSet.interaction.normal}"
|
|
220
|
+
},
|
|
221
|
+
"textColor": {
|
|
222
|
+
"$type": "color",
|
|
223
|
+
"$value": "{base.colorSet.interaction.onActive}"
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
"disabled": {
|
|
227
|
+
"textColor": {
|
|
228
|
+
"$type": "color",
|
|
229
|
+
"$value": "{base.colorSet.interaction.onDisabled}"
|
|
230
|
+
},
|
|
231
|
+
"backgroundColor": {
|
|
232
|
+
"$type": "color",
|
|
233
|
+
"$value": "{base.colorSet.interaction.disabled}"
|
|
138
234
|
}
|
|
139
235
|
},
|
|
140
236
|
"focus": {
|
|
141
237
|
"backgroundColor": {
|
|
142
238
|
"$type": "color",
|
|
143
239
|
"$value": "{base.colorSet.interaction.normal}"
|
|
240
|
+
},
|
|
241
|
+
"textColor": {
|
|
242
|
+
"$type": "color",
|
|
243
|
+
"$value": "{base.colorSet.interaction.onFocus}"
|
|
144
244
|
}
|
|
145
245
|
}
|
|
146
246
|
}
|