@depersgroep/lfvp-design-tokens 0.391.0 → 0.393.0-7b5e1e4
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 +5 -4
- package/tokens/$themes.json +8 -4
- package/tokens/base/ui.json +4 -0
- package/tokens/brands/rtlplay.json +20 -0
- package/tokens/brands/streamz.json +20 -0
- package/tokens/brands/vtmgo.json +20 -0
- package/tokens/brands/whitelabel.json +20 -0
- package/tokens/components/message.json +111 -19
- package/tokens/components/swimlane.json +10 -0
- package/tokens/components/toolbar.json +8 -0
- package/tokens/screen/large.json +9 -7
- package/tokens/screen/medium.json +5 -3
- package/tokens/screen/tv.json +15 -7
package/package.json
CHANGED
package/tokens/$metadata.json
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"components/player",
|
|
33
33
|
"components/pricing-table",
|
|
34
34
|
"components/product-card",
|
|
35
|
+
"components/rating",
|
|
35
36
|
"components/selectable-box",
|
|
36
37
|
"components/selectable-button",
|
|
37
38
|
"components/selectable",
|
|
@@ -41,17 +42,17 @@
|
|
|
41
42
|
"components/thumbnail",
|
|
42
43
|
"components/tile",
|
|
43
44
|
"components/toggle",
|
|
45
|
+
"components/toolbar",
|
|
44
46
|
"components/top-10",
|
|
45
47
|
"components/top-banner",
|
|
46
48
|
"components/top-of-screen",
|
|
47
49
|
"components/tv-button-list",
|
|
48
50
|
"components/tv-hero",
|
|
49
|
-
"components/rating",
|
|
50
|
-
"components/wallet",
|
|
51
51
|
"components/upsell",
|
|
52
|
-
"
|
|
53
|
-
"screen/medium",
|
|
52
|
+
"components/wallet",
|
|
54
53
|
"screen/small",
|
|
54
|
+
"screen/medium",
|
|
55
|
+
"screen/large",
|
|
55
56
|
"screen/tv"
|
|
56
57
|
]
|
|
57
58
|
}
|
package/tokens/$themes.json
CHANGED
|
@@ -49,7 +49,8 @@
|
|
|
49
49
|
"components/badge": "enabled",
|
|
50
50
|
"components/chapter-swimlane": "enabled",
|
|
51
51
|
"components/rating": "enabled",
|
|
52
|
-
"components/wallet": "enabled"
|
|
52
|
+
"components/wallet": "enabled",
|
|
53
|
+
"components/toolbar": "enabled"
|
|
53
54
|
},
|
|
54
55
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
55
56
|
"$figmaModeId": "3:0",
|
|
@@ -106,7 +107,8 @@
|
|
|
106
107
|
"components/badge": "enabled",
|
|
107
108
|
"components/chapter-swimlane": "enabled",
|
|
108
109
|
"components/rating": "enabled",
|
|
109
|
-
"components/wallet": "enabled"
|
|
110
|
+
"components/wallet": "enabled",
|
|
111
|
+
"components/toolbar": "enabled"
|
|
110
112
|
},
|
|
111
113
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
112
114
|
"$figmaModeId": "3:1",
|
|
@@ -163,7 +165,8 @@
|
|
|
163
165
|
"components/badge": "enabled",
|
|
164
166
|
"components/chapter-swimlane": "enabled",
|
|
165
167
|
"components/rating": "enabled",
|
|
166
|
-
"components/wallet": "enabled"
|
|
168
|
+
"components/wallet": "enabled",
|
|
169
|
+
"components/toolbar": "enabled"
|
|
167
170
|
},
|
|
168
171
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
169
172
|
"$figmaModeId": "3:2",
|
|
@@ -220,7 +223,8 @@
|
|
|
220
223
|
"components/badge": "enabled",
|
|
221
224
|
"components/chapter-swimlane": "enabled",
|
|
222
225
|
"components/rating": "enabled",
|
|
223
|
-
"components/wallet": "enabled"
|
|
226
|
+
"components/wallet": "enabled",
|
|
227
|
+
"components/toolbar": "enabled"
|
|
224
228
|
},
|
|
225
229
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
226
230
|
"$figmaModeId": "3:3",
|
package/tokens/base/ui.json
CHANGED
|
@@ -285,6 +285,26 @@
|
|
|
285
285
|
"$type": "color",
|
|
286
286
|
"$value": "#ffffff"
|
|
287
287
|
}
|
|
288
|
+
},
|
|
289
|
+
"positive": {
|
|
290
|
+
"20": {
|
|
291
|
+
"$type": "color",
|
|
292
|
+
"$value": "#1B3327"
|
|
293
|
+
},
|
|
294
|
+
"50": {
|
|
295
|
+
"$type": "color",
|
|
296
|
+
"$value": "#44CE87"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"negative": {
|
|
300
|
+
"20": {
|
|
301
|
+
"$type": "color",
|
|
302
|
+
"$value": "#330001"
|
|
303
|
+
},
|
|
304
|
+
"50": {
|
|
305
|
+
"$type": "color",
|
|
306
|
+
"$value": "#E42454"
|
|
307
|
+
}
|
|
288
308
|
}
|
|
289
309
|
}
|
|
290
310
|
},
|
|
@@ -285,6 +285,26 @@
|
|
|
285
285
|
"$type": "color",
|
|
286
286
|
"$value": "#4B0B70"
|
|
287
287
|
}
|
|
288
|
+
},
|
|
289
|
+
"positive": {
|
|
290
|
+
"20": {
|
|
291
|
+
"$type": "color",
|
|
292
|
+
"$value": "#1B3327"
|
|
293
|
+
},
|
|
294
|
+
"50": {
|
|
295
|
+
"$type": "color",
|
|
296
|
+
"$value": "#44CE87"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"negative": {
|
|
300
|
+
"20": {
|
|
301
|
+
"$type": "color",
|
|
302
|
+
"$value": "#330001"
|
|
303
|
+
},
|
|
304
|
+
"50": {
|
|
305
|
+
"$type": "color",
|
|
306
|
+
"$value": "#E42454"
|
|
307
|
+
}
|
|
288
308
|
}
|
|
289
309
|
}
|
|
290
310
|
},
|
package/tokens/brands/vtmgo.json
CHANGED
|
@@ -285,6 +285,26 @@
|
|
|
285
285
|
"$type": "color",
|
|
286
286
|
"$value": "#4B0B70"
|
|
287
287
|
}
|
|
288
|
+
},
|
|
289
|
+
"positive": {
|
|
290
|
+
"20": {
|
|
291
|
+
"$type": "color",
|
|
292
|
+
"$value": "#1B3327"
|
|
293
|
+
},
|
|
294
|
+
"50": {
|
|
295
|
+
"$type": "color",
|
|
296
|
+
"$value": "#44CE87"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"negative": {
|
|
300
|
+
"20": {
|
|
301
|
+
"$type": "color",
|
|
302
|
+
"$value": "#330001"
|
|
303
|
+
},
|
|
304
|
+
"50": {
|
|
305
|
+
"$type": "color",
|
|
306
|
+
"$value": "#E42454"
|
|
307
|
+
}
|
|
288
308
|
}
|
|
289
309
|
}
|
|
290
310
|
},
|
|
@@ -285,6 +285,26 @@
|
|
|
285
285
|
"$type": "color",
|
|
286
286
|
"$value": "#ffffff"
|
|
287
287
|
}
|
|
288
|
+
},
|
|
289
|
+
"positive": {
|
|
290
|
+
"20": {
|
|
291
|
+
"$type": "color",
|
|
292
|
+
"$value": "#1B3327"
|
|
293
|
+
},
|
|
294
|
+
"50": {
|
|
295
|
+
"$type": "color",
|
|
296
|
+
"$value": "#44CE87"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"negative": {
|
|
300
|
+
"20": {
|
|
301
|
+
"$type": "color",
|
|
302
|
+
"$value": "#330001"
|
|
303
|
+
},
|
|
304
|
+
"50": {
|
|
305
|
+
"$type": "color",
|
|
306
|
+
"$value": "#E42454"
|
|
307
|
+
}
|
|
288
308
|
}
|
|
289
309
|
}
|
|
290
310
|
},
|
|
@@ -1,20 +1,116 @@
|
|
|
1
1
|
{
|
|
2
2
|
"message": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
3
|
+
"toast": {
|
|
4
|
+
"backgroundColor": {
|
|
5
|
+
"$type": "color",
|
|
6
|
+
"$value": "{base.color.primary.darkest}"
|
|
7
|
+
},
|
|
8
|
+
"borderColor": {
|
|
9
|
+
"$type": "color",
|
|
10
|
+
"$value": "{base.color.primary.default}"
|
|
11
|
+
},
|
|
12
|
+
"iconColor": {
|
|
13
|
+
"$type": "color",
|
|
14
|
+
"$value": "{base.color.ui.white}"
|
|
15
|
+
},
|
|
16
|
+
"textColor": {
|
|
17
|
+
"$type": "color",
|
|
18
|
+
"$value": "{base.color.text.default}"
|
|
19
|
+
},
|
|
20
|
+
"margin": {
|
|
21
|
+
"$type": "spacing",
|
|
22
|
+
"$value": "{base.ui.spacing.fixed.sp2}"
|
|
23
|
+
},
|
|
24
|
+
"text": {
|
|
25
|
+
"$type": "typography",
|
|
26
|
+
"$value": "{base.typography.text.bold.small}"
|
|
27
|
+
},
|
|
28
|
+
"maxWidth": {
|
|
29
|
+
"$type": "sizing",
|
|
30
|
+
"$value": "100%"
|
|
31
|
+
}
|
|
10
32
|
},
|
|
11
33
|
"borderRadius": {
|
|
12
34
|
"$type": "borderRadius",
|
|
13
35
|
"$value": "{base.ui.borderRadius.flex.br2}"
|
|
14
36
|
},
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
|
|
37
|
+
"inline": {
|
|
38
|
+
"text": {
|
|
39
|
+
"$type": "typography",
|
|
40
|
+
"$value": "{base.typography.text.regular.small}"
|
|
41
|
+
},
|
|
42
|
+
"branded": {
|
|
43
|
+
"backgroundColor": {
|
|
44
|
+
"$type": "color",
|
|
45
|
+
"$value": "{core.color.primary.10}"
|
|
46
|
+
},
|
|
47
|
+
"borderColor": {
|
|
48
|
+
"$type": "color",
|
|
49
|
+
"$value": "{base.color.primary.default}"
|
|
50
|
+
},
|
|
51
|
+
"iconColor": {
|
|
52
|
+
"$type": "color",
|
|
53
|
+
"$value": "{base.color.primary.default}"
|
|
54
|
+
},
|
|
55
|
+
"textColor": {
|
|
56
|
+
"$type": "color",
|
|
57
|
+
"$value": "{base.color.text.default}"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"neutral": {
|
|
61
|
+
"backgroundColor": {
|
|
62
|
+
"$type": "color",
|
|
63
|
+
"$value": "{core.color.neutrals.15}"
|
|
64
|
+
},
|
|
65
|
+
"borderColor": {
|
|
66
|
+
"$type": "color",
|
|
67
|
+
"$value": "{core.color.neutrals.60}"
|
|
68
|
+
},
|
|
69
|
+
"iconColor": {
|
|
70
|
+
"$type": "color",
|
|
71
|
+
"$value": "{core.color.neutrals.60}"
|
|
72
|
+
},
|
|
73
|
+
"textColor": {
|
|
74
|
+
"$type": "color",
|
|
75
|
+
"$value": "{base.color.text.default}"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"positive": {
|
|
79
|
+
"backgroundColor": {
|
|
80
|
+
"$type": "color",
|
|
81
|
+
"$value": "{core.color.positive.20}"
|
|
82
|
+
},
|
|
83
|
+
"borderColor": {
|
|
84
|
+
"$type": "color",
|
|
85
|
+
"$value": "{core.color.positive.50}"
|
|
86
|
+
},
|
|
87
|
+
"iconColor": {
|
|
88
|
+
"$type": "color",
|
|
89
|
+
"$value": "{core.color.positive.50}"
|
|
90
|
+
},
|
|
91
|
+
"textColor": {
|
|
92
|
+
"$type": "color",
|
|
93
|
+
"$value": "{base.color.text.default}"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"negative": {
|
|
97
|
+
"backgroundColor": {
|
|
98
|
+
"$type": "color",
|
|
99
|
+
"$value": "{core.color.negative.20}"
|
|
100
|
+
},
|
|
101
|
+
"borderColor": {
|
|
102
|
+
"$type": "color",
|
|
103
|
+
"$value": "{core.color.negative.50}"
|
|
104
|
+
},
|
|
105
|
+
"iconColor": {
|
|
106
|
+
"$type": "color",
|
|
107
|
+
"$value": "{core.color.negative.50}"
|
|
108
|
+
},
|
|
109
|
+
"textColor": {
|
|
110
|
+
"$type": "color",
|
|
111
|
+
"$value": "{base.color.text.default}"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
18
114
|
},
|
|
19
115
|
"iconSize": {
|
|
20
116
|
"$type": "sizing",
|
|
@@ -22,23 +118,19 @@
|
|
|
22
118
|
},
|
|
23
119
|
"horizontalPadding": {
|
|
24
120
|
"$type": "spacing",
|
|
25
|
-
"$value": "{base.ui.spacing.flex.
|
|
121
|
+
"$value": "{base.ui.spacing.flex.sp3}"
|
|
26
122
|
},
|
|
27
123
|
"gap": {
|
|
28
124
|
"$type": "spacing",
|
|
29
|
-
"$value": "{base.ui.spacing.flex.
|
|
125
|
+
"$value": "{base.ui.spacing.flex.sp2}"
|
|
30
126
|
},
|
|
31
127
|
"verticalPadding": {
|
|
32
128
|
"$type": "spacing",
|
|
33
129
|
"$value": "{base.ui.spacing.flex.sp2}"
|
|
34
130
|
},
|
|
35
|
-
"
|
|
36
|
-
"$type": "
|
|
37
|
-
"$value": "{base.ui.
|
|
38
|
-
},
|
|
39
|
-
"maxWidth": {
|
|
40
|
-
"$type": "sizing",
|
|
41
|
-
"$value": "100%"
|
|
131
|
+
"borderWidth": {
|
|
132
|
+
"$type": "borderWidth",
|
|
133
|
+
"$value": "{base.ui.borderWidth.flex.bw4}"
|
|
42
134
|
}
|
|
43
135
|
}
|
|
44
136
|
}
|
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
"title": {
|
|
4
4
|
"$type": "typography",
|
|
5
5
|
"$value": "{base.typography.title.level11}"
|
|
6
|
+
},
|
|
7
|
+
"chapter": {
|
|
8
|
+
"subtitle": {
|
|
9
|
+
"$type": "typography",
|
|
10
|
+
"$value": "{base.typography.text.bold.medium}"
|
|
11
|
+
},
|
|
12
|
+
"title": {
|
|
13
|
+
"$type": "typography",
|
|
14
|
+
"$value": "{base.typography.title.level8}"
|
|
15
|
+
}
|
|
6
16
|
}
|
|
7
17
|
}
|
|
8
18
|
}
|
package/tokens/screen/large.json
CHANGED
|
@@ -36,13 +36,15 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"message": {
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
|
|
39
|
+
"toast": {
|
|
40
|
+
"margin": {
|
|
41
|
+
"$type": "spacing",
|
|
42
|
+
"$value": "{base.ui.spacing.fixed.sp5}"
|
|
43
|
+
},
|
|
44
|
+
"maxWidth": {
|
|
45
|
+
"$type": "sizing",
|
|
46
|
+
"$value": "50%"
|
|
47
|
+
}
|
|
46
48
|
}
|
|
47
49
|
},
|
|
48
50
|
"topNavigationLogo": {
|
package/tokens/screen/tv.json
CHANGED
|
@@ -399,13 +399,15 @@
|
|
|
399
399
|
}
|
|
400
400
|
},
|
|
401
401
|
"message": {
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
"
|
|
408
|
-
|
|
402
|
+
"toast": {
|
|
403
|
+
"margin": {
|
|
404
|
+
"$type": "spacing",
|
|
405
|
+
"$value": "{base.ui.spacing.fixed.sp5}"
|
|
406
|
+
},
|
|
407
|
+
"maxWidth": {
|
|
408
|
+
"$type": "sizing",
|
|
409
|
+
"$value": "50%"
|
|
410
|
+
}
|
|
409
411
|
}
|
|
410
412
|
},
|
|
411
413
|
"topOfScreen": {
|
|
@@ -483,5 +485,11 @@
|
|
|
483
485
|
"$type": "color",
|
|
484
486
|
"$value": "linear-gradient(-90deg, {base.color.ui.dark1} 0%, {core.color.darkAlpha.80} 50%, {core.color.darkAlpha.20} 100%)"
|
|
485
487
|
}
|
|
488
|
+
},
|
|
489
|
+
"toolbar": {
|
|
490
|
+
"title": {
|
|
491
|
+
"$type": "typography",
|
|
492
|
+
"$value": "{base.typography.title.level9}"
|
|
493
|
+
}
|
|
486
494
|
}
|
|
487
495
|
}
|