@depersgroep/lfvp-design-tokens 0.396.0 → 0.398.0
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 +3 -2
- package/tokens/$themes.json +8 -4
- package/tokens/brands/rtlplay.json +4 -0
- package/tokens/brands/streamz.json +4 -0
- package/tokens/brands/vtmgo.json +4 -0
- package/tokens/brands/whitelabel.json +4 -0
- package/tokens/components/message.json +4 -0
- package/tokens/components/promo-box.json +60 -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/promo-box",
|
|
35
36
|
"components/rating",
|
|
36
37
|
"components/selectable-box",
|
|
37
38
|
"components/selectable-button",
|
|
@@ -50,9 +51,9 @@
|
|
|
50
51
|
"components/tv-hero",
|
|
51
52
|
"components/upsell",
|
|
52
53
|
"components/wallet",
|
|
53
|
-
"screen/small",
|
|
54
|
-
"screen/medium",
|
|
55
54
|
"screen/large",
|
|
55
|
+
"screen/medium",
|
|
56
|
+
"screen/small",
|
|
56
57
|
"screen/tv"
|
|
57
58
|
]
|
|
58
59
|
}
|
package/tokens/$themes.json
CHANGED
|
@@ -50,7 +50,8 @@
|
|
|
50
50
|
"components/chapter-swimlane": "enabled",
|
|
51
51
|
"components/rating": "enabled",
|
|
52
52
|
"components/wallet": "enabled",
|
|
53
|
-
"components/toolbar": "enabled"
|
|
53
|
+
"components/toolbar": "enabled",
|
|
54
|
+
"components/promo-box": "enabled"
|
|
54
55
|
},
|
|
55
56
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
56
57
|
"$figmaModeId": "3:0",
|
|
@@ -108,7 +109,8 @@
|
|
|
108
109
|
"components/chapter-swimlane": "enabled",
|
|
109
110
|
"components/rating": "enabled",
|
|
110
111
|
"components/wallet": "enabled",
|
|
111
|
-
"components/toolbar": "enabled"
|
|
112
|
+
"components/toolbar": "enabled",
|
|
113
|
+
"components/promo-box": "enabled"
|
|
112
114
|
},
|
|
113
115
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
114
116
|
"$figmaModeId": "3:1",
|
|
@@ -166,7 +168,8 @@
|
|
|
166
168
|
"components/chapter-swimlane": "enabled",
|
|
167
169
|
"components/rating": "enabled",
|
|
168
170
|
"components/wallet": "enabled",
|
|
169
|
-
"components/toolbar": "enabled"
|
|
171
|
+
"components/toolbar": "enabled",
|
|
172
|
+
"components/promo-box": "enabled"
|
|
170
173
|
},
|
|
171
174
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
172
175
|
"$figmaModeId": "3:2",
|
|
@@ -224,7 +227,8 @@
|
|
|
224
227
|
"components/chapter-swimlane": "enabled",
|
|
225
228
|
"components/rating": "enabled",
|
|
226
229
|
"components/wallet": "enabled",
|
|
227
|
-
"components/toolbar": "enabled"
|
|
230
|
+
"components/toolbar": "enabled",
|
|
231
|
+
"components/promo-box": "enabled"
|
|
228
232
|
},
|
|
229
233
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
230
234
|
"$figmaModeId": "3:3",
|
package/tokens/brands/vtmgo.json
CHANGED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"promoBox": {
|
|
3
|
+
"textColor": {
|
|
4
|
+
"$type": "color",
|
|
5
|
+
"$value": "{base.color.text.default}"
|
|
6
|
+
},
|
|
7
|
+
"backgroundColor": {
|
|
8
|
+
"$type": "color",
|
|
9
|
+
"$value": "{core.color.various.2}"
|
|
10
|
+
},
|
|
11
|
+
"borderColor": {
|
|
12
|
+
"$type": "color",
|
|
13
|
+
"$value": "{base.color.ui.fade4}"
|
|
14
|
+
},
|
|
15
|
+
"borderRadius": {
|
|
16
|
+
"$type": "borderRadius",
|
|
17
|
+
"$value": "{base.ui.borderRadius.flex.br3}"
|
|
18
|
+
},
|
|
19
|
+
"small": {
|
|
20
|
+
"horizontalPadding": {
|
|
21
|
+
"$type": "spacing",
|
|
22
|
+
"$value": "{base.ui.spacing.flex.sp2}"
|
|
23
|
+
},
|
|
24
|
+
"verticalPadding": {
|
|
25
|
+
"$type": "spacing",
|
|
26
|
+
"$value": "{base.ui.spacing.flex.sp1}"
|
|
27
|
+
},
|
|
28
|
+
"title": {
|
|
29
|
+
"$type": "typography",
|
|
30
|
+
"$value": "{base.typography.text.bold.xSmall}"
|
|
31
|
+
},
|
|
32
|
+
"text": {
|
|
33
|
+
"$type": "typography",
|
|
34
|
+
"$value": "{base.typography.text.regular.xSmall}"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"medium": {
|
|
38
|
+
"horizontalPadding": {
|
|
39
|
+
"$type": "spacing",
|
|
40
|
+
"$value": "{base.ui.spacing.flex.sp3}"
|
|
41
|
+
},
|
|
42
|
+
"verticalPadding": {
|
|
43
|
+
"$type": "spacing",
|
|
44
|
+
"$value": "{base.ui.spacing.flex.sp3}"
|
|
45
|
+
},
|
|
46
|
+
"title": {
|
|
47
|
+
"$type": "typography",
|
|
48
|
+
"$value": "{base.typography.text.bold.small}"
|
|
49
|
+
},
|
|
50
|
+
"text": {
|
|
51
|
+
"$type": "typography",
|
|
52
|
+
"$value": "{base.typography.text.regular.small}"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"borderWidth": {
|
|
56
|
+
"$type": "borderWidth",
|
|
57
|
+
"$value": "{base.ui.borderWidth.fixed.bw2}"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|