@depersgroep/lfvp-design-tokens 0.389.0 → 0.391.0-db6e5d5
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 +2 -1
- package/tokens/$themes.json +8 -4
- 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/box.json +20 -0
- package/tokens/components/message.json +92 -16
- package/tokens/components/wallet.json +36 -0
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",
|
|
@@ -46,8 +47,8 @@
|
|
|
46
47
|
"components/top-of-screen",
|
|
47
48
|
"components/tv-button-list",
|
|
48
49
|
"components/tv-hero",
|
|
49
|
-
"components/rating",
|
|
50
50
|
"components/upsell",
|
|
51
|
+
"components/wallet",
|
|
51
52
|
"screen/large",
|
|
52
53
|
"screen/medium",
|
|
53
54
|
"screen/small",
|
package/tokens/$themes.json
CHANGED
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
"components/tv-button-list": "enabled",
|
|
49
49
|
"components/badge": "enabled",
|
|
50
50
|
"components/chapter-swimlane": "enabled",
|
|
51
|
-
"components/rating": "enabled"
|
|
51
|
+
"components/rating": "enabled",
|
|
52
|
+
"components/wallet": "enabled"
|
|
52
53
|
},
|
|
53
54
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
54
55
|
"$figmaModeId": "3:0",
|
|
@@ -104,7 +105,8 @@
|
|
|
104
105
|
"components/tv-button-list": "enabled",
|
|
105
106
|
"components/badge": "enabled",
|
|
106
107
|
"components/chapter-swimlane": "enabled",
|
|
107
|
-
"components/rating": "enabled"
|
|
108
|
+
"components/rating": "enabled",
|
|
109
|
+
"components/wallet": "enabled"
|
|
108
110
|
},
|
|
109
111
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
110
112
|
"$figmaModeId": "3:1",
|
|
@@ -160,7 +162,8 @@
|
|
|
160
162
|
"components/tv-button-list": "enabled",
|
|
161
163
|
"components/badge": "enabled",
|
|
162
164
|
"components/chapter-swimlane": "enabled",
|
|
163
|
-
"components/rating": "enabled"
|
|
165
|
+
"components/rating": "enabled",
|
|
166
|
+
"components/wallet": "enabled"
|
|
164
167
|
},
|
|
165
168
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
166
169
|
"$figmaModeId": "3:2",
|
|
@@ -216,7 +219,8 @@
|
|
|
216
219
|
"components/tv-button-list": "enabled",
|
|
217
220
|
"components/badge": "enabled",
|
|
218
221
|
"components/chapter-swimlane": "enabled",
|
|
219
|
-
"components/rating": "enabled"
|
|
222
|
+
"components/rating": "enabled",
|
|
223
|
+
"components/wallet": "enabled"
|
|
220
224
|
},
|
|
221
225
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
222
226
|
"$figmaModeId": "3:3",
|
|
@@ -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
|
},
|
|
@@ -45,6 +45,16 @@
|
|
|
45
45
|
"$type": "spacing",
|
|
46
46
|
"$value": "{core.spacing.12}"
|
|
47
47
|
}
|
|
48
|
+
},
|
|
49
|
+
"large": {
|
|
50
|
+
"horizontalPadding": {
|
|
51
|
+
"$type": "spacing",
|
|
52
|
+
"$value": "{core.spacing.32}"
|
|
53
|
+
},
|
|
54
|
+
"verticalPadding": {
|
|
55
|
+
"$type": "spacing",
|
|
56
|
+
"$value": "{core.spacing.32}"
|
|
57
|
+
}
|
|
48
58
|
}
|
|
49
59
|
},
|
|
50
60
|
"boxHeading": {
|
|
@@ -75,6 +85,16 @@
|
|
|
75
85
|
"text": {
|
|
76
86
|
"$type": "typography",
|
|
77
87
|
"$value": "{base.typography.text.bold.small}"
|
|
88
|
+
},
|
|
89
|
+
"subtle": {
|
|
90
|
+
"backgroundColor": {
|
|
91
|
+
"$type": "color",
|
|
92
|
+
"$value": "{base.color.ui.dark4}"
|
|
93
|
+
},
|
|
94
|
+
"textColor": {
|
|
95
|
+
"$type": "color",
|
|
96
|
+
"$value": "{base.color.text.default}"
|
|
97
|
+
}
|
|
78
98
|
}
|
|
79
99
|
}
|
|
80
100
|
}
|
|
@@ -1,20 +1,96 @@
|
|
|
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
|
+
}
|
|
10
28
|
},
|
|
11
29
|
"borderRadius": {
|
|
12
30
|
"$type": "borderRadius",
|
|
13
31
|
"$value": "{base.ui.borderRadius.flex.br2}"
|
|
14
32
|
},
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
|
|
33
|
+
"inline": {
|
|
34
|
+
"text": {
|
|
35
|
+
"$type": "typography",
|
|
36
|
+
"$value": "{base.typography.text.regular.small}"
|
|
37
|
+
},
|
|
38
|
+
"branded": {
|
|
39
|
+
"backgroundColor": {
|
|
40
|
+
"$type": "color",
|
|
41
|
+
"$value": "{core.color.primary.10}"
|
|
42
|
+
},
|
|
43
|
+
"highlightColor": {
|
|
44
|
+
"$type": "color",
|
|
45
|
+
"$value": "{base.color.primary.default}"
|
|
46
|
+
},
|
|
47
|
+
"textColor": {
|
|
48
|
+
"$type": "color",
|
|
49
|
+
"$value": "{base.color.text.default}"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"neutral": {
|
|
53
|
+
"backgroundColor": {
|
|
54
|
+
"$type": "color",
|
|
55
|
+
"$value": "{core.color.neutrals.15}"
|
|
56
|
+
},
|
|
57
|
+
"highlightColor": {
|
|
58
|
+
"$type": "color",
|
|
59
|
+
"$value": "{core.color.neutrals.60}"
|
|
60
|
+
},
|
|
61
|
+
"textColor": {
|
|
62
|
+
"$type": "color",
|
|
63
|
+
"$value": "{base.color.text.default}"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"positive": {
|
|
67
|
+
"backgroundColor": {
|
|
68
|
+
"$type": "color",
|
|
69
|
+
"$value": "{core.color.positive.20}"
|
|
70
|
+
},
|
|
71
|
+
"highlightColor": {
|
|
72
|
+
"$type": "color",
|
|
73
|
+
"$value": "{core.color.positive.50}"
|
|
74
|
+
},
|
|
75
|
+
"textColor": {
|
|
76
|
+
"$type": "color",
|
|
77
|
+
"$value": "{base.color.text.default}"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"negative": {
|
|
81
|
+
"backgroundColor": {
|
|
82
|
+
"$type": "color",
|
|
83
|
+
"$value": "{core.color.negative.20}"
|
|
84
|
+
},
|
|
85
|
+
"highlightColor": {
|
|
86
|
+
"$type": "color",
|
|
87
|
+
"$value": "{core.color.negative.50}"
|
|
88
|
+
},
|
|
89
|
+
"textColor": {
|
|
90
|
+
"$type": "color",
|
|
91
|
+
"$value": "{base.color.text.default}"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
18
94
|
},
|
|
19
95
|
"iconSize": {
|
|
20
96
|
"$type": "sizing",
|
|
@@ -22,23 +98,23 @@
|
|
|
22
98
|
},
|
|
23
99
|
"horizontalPadding": {
|
|
24
100
|
"$type": "spacing",
|
|
25
|
-
"$value": "{base.ui.spacing.flex.
|
|
101
|
+
"$value": "{base.ui.spacing.flex.sp3}"
|
|
26
102
|
},
|
|
27
103
|
"gap": {
|
|
28
104
|
"$type": "spacing",
|
|
29
|
-
"$value": "{base.ui.spacing.flex.
|
|
105
|
+
"$value": "{base.ui.spacing.flex.sp2}"
|
|
30
106
|
},
|
|
31
107
|
"verticalPadding": {
|
|
32
108
|
"$type": "spacing",
|
|
33
109
|
"$value": "{base.ui.spacing.flex.sp2}"
|
|
34
110
|
},
|
|
35
|
-
"margin": {
|
|
36
|
-
"$type": "spacing",
|
|
37
|
-
"$value": "{base.ui.spacing.fixed.sp2}"
|
|
38
|
-
},
|
|
39
111
|
"maxWidth": {
|
|
40
112
|
"$type": "sizing",
|
|
41
113
|
"$value": "100%"
|
|
114
|
+
},
|
|
115
|
+
"borderWidth": {
|
|
116
|
+
"$type": "borderWidth",
|
|
117
|
+
"$value": "{core.borderWidth.4}* {scale.border}"
|
|
42
118
|
}
|
|
43
119
|
}
|
|
44
120
|
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"wallet": {
|
|
3
|
+
"borderRadius": {
|
|
4
|
+
"$type": "borderRadius",
|
|
5
|
+
"$value": "{core.borderRadius.16}"
|
|
6
|
+
},
|
|
7
|
+
"borderColor": {
|
|
8
|
+
"$type": "color",
|
|
9
|
+
"$value": "{base.color.ui.dark4}"
|
|
10
|
+
},
|
|
11
|
+
"borderWidth": {
|
|
12
|
+
"$type": "borderWidth",
|
|
13
|
+
"$value": "{base.ui.borderWidth.fixed.bw2}"
|
|
14
|
+
},
|
|
15
|
+
"backgroundColor": {
|
|
16
|
+
"$type": "color",
|
|
17
|
+
"$value": "linear-gradient(180deg, {base.color.ui.dark1} 0%, {base.color.ui.dark3} 100%)"
|
|
18
|
+
},
|
|
19
|
+
"horizontalPadding": {
|
|
20
|
+
"$type": "spacing",
|
|
21
|
+
"$value": "{base.ui.spacing.fixed.sp5}"
|
|
22
|
+
},
|
|
23
|
+
"verticalPadding": {
|
|
24
|
+
"$type": "spacing",
|
|
25
|
+
"$value": "{base.ui.spacing.fixed.sp5}"
|
|
26
|
+
},
|
|
27
|
+
"key": {
|
|
28
|
+
"$type": "typography",
|
|
29
|
+
"$value": "{base.typography.content.label}"
|
|
30
|
+
},
|
|
31
|
+
"value": {
|
|
32
|
+
"$type": "typography",
|
|
33
|
+
"$value": "{base.typography.title.level6}"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|