@depersgroep/lfvp-design-tokens 0.386.0 → 0.388.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 +2 -1
- package/tokens/$themes.json +8 -4
- package/tokens/components/rating.json +95 -0
- package/tokens/core.json +4 -0
package/package.json
CHANGED
package/tokens/$metadata.json
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"components/boxcover",
|
|
17
17
|
"components/button-group",
|
|
18
18
|
"components/button",
|
|
19
|
+
"components/chapter-swimlane",
|
|
19
20
|
"components/detail-header",
|
|
20
21
|
"components/dropdown-list",
|
|
21
22
|
"components/form",
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
"components/top-of-screen",
|
|
46
47
|
"components/tv-button-list",
|
|
47
48
|
"components/tv-hero",
|
|
48
|
-
"components/
|
|
49
|
+
"components/rating",
|
|
49
50
|
"components/upsell",
|
|
50
51
|
"screen/large",
|
|
51
52
|
"screen/medium",
|
package/tokens/$themes.json
CHANGED
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"components/tv-hero": "enabled",
|
|
48
48
|
"components/tv-button-list": "enabled",
|
|
49
49
|
"components/badge": "enabled",
|
|
50
|
-
"components/chapter-swimlane": "enabled"
|
|
50
|
+
"components/chapter-swimlane": "enabled",
|
|
51
|
+
"components/rating": "enabled"
|
|
51
52
|
},
|
|
52
53
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
53
54
|
"$figmaModeId": "3:0",
|
|
@@ -102,7 +103,8 @@
|
|
|
102
103
|
"components/tv-hero": "enabled",
|
|
103
104
|
"components/tv-button-list": "enabled",
|
|
104
105
|
"components/badge": "enabled",
|
|
105
|
-
"components/chapter-swimlane": "enabled"
|
|
106
|
+
"components/chapter-swimlane": "enabled",
|
|
107
|
+
"components/rating": "enabled"
|
|
106
108
|
},
|
|
107
109
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
108
110
|
"$figmaModeId": "3:1",
|
|
@@ -157,7 +159,8 @@
|
|
|
157
159
|
"components/tv-hero": "enabled",
|
|
158
160
|
"components/tv-button-list": "enabled",
|
|
159
161
|
"components/badge": "enabled",
|
|
160
|
-
"components/chapter-swimlane": "enabled"
|
|
162
|
+
"components/chapter-swimlane": "enabled",
|
|
163
|
+
"components/rating": "enabled"
|
|
161
164
|
},
|
|
162
165
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
163
166
|
"$figmaModeId": "3:2",
|
|
@@ -212,7 +215,8 @@
|
|
|
212
215
|
"components/tv-hero": "enabled",
|
|
213
216
|
"components/tv-button-list": "enabled",
|
|
214
217
|
"components/badge": "enabled",
|
|
215
|
-
"components/chapter-swimlane": "enabled"
|
|
218
|
+
"components/chapter-swimlane": "enabled",
|
|
219
|
+
"components/rating": "enabled"
|
|
216
220
|
},
|
|
217
221
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
218
222
|
"$figmaModeId": "3:3",
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"rating": {
|
|
3
|
+
"bar": {
|
|
4
|
+
"backgroundColor": {
|
|
5
|
+
"$type": "color",
|
|
6
|
+
"$value": "{base.color.ui.dark4}"
|
|
7
|
+
},
|
|
8
|
+
"padding": {
|
|
9
|
+
"$type": "spacing",
|
|
10
|
+
"$value": "{core.spacing.4}"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"borderRadius": {
|
|
14
|
+
"$type": "borderRadius",
|
|
15
|
+
"$value": "{core.borderRadius.full}"
|
|
16
|
+
},
|
|
17
|
+
"item": {
|
|
18
|
+
"normal": {
|
|
19
|
+
"textColor": {
|
|
20
|
+
"$type": "color",
|
|
21
|
+
"$value": "{base.color.text.default}"
|
|
22
|
+
},
|
|
23
|
+
"backgroundColor": {
|
|
24
|
+
"$type": "color",
|
|
25
|
+
"$value": "transparent"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"hover": {
|
|
29
|
+
"textColor": {
|
|
30
|
+
"$type": "color",
|
|
31
|
+
"$value": "{base.color.text.default}"
|
|
32
|
+
},
|
|
33
|
+
"backgroundColor": {
|
|
34
|
+
"$type": "color",
|
|
35
|
+
"$value": "{base.color.ui.dark3}"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"active": {
|
|
39
|
+
"textColor": {
|
|
40
|
+
"$type": "color",
|
|
41
|
+
"$value": "{base.color.text.default}"
|
|
42
|
+
},
|
|
43
|
+
"backgroundColor": {
|
|
44
|
+
"$type": "color",
|
|
45
|
+
"$value": "{base.color.ui.dark3}"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"focus": {
|
|
49
|
+
"textColor": {
|
|
50
|
+
"$type": "color",
|
|
51
|
+
"$value": "{base.color.text.default}"
|
|
52
|
+
},
|
|
53
|
+
"backgroundColor": {
|
|
54
|
+
"$type": "color",
|
|
55
|
+
"$value": "transparent"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"disabled": {
|
|
59
|
+
"textColor": {
|
|
60
|
+
"$type": "color",
|
|
61
|
+
"$value": "{base.color.ui.accent2}"
|
|
62
|
+
},
|
|
63
|
+
"backgroundColor": {
|
|
64
|
+
"$type": "color",
|
|
65
|
+
"$value": "transparent"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"padding": {
|
|
69
|
+
"$type": "spacing",
|
|
70
|
+
"$value": "{core.spacing.4}"
|
|
71
|
+
},
|
|
72
|
+
"gap": {
|
|
73
|
+
"$type": "spacing",
|
|
74
|
+
"$value": "{core.spacing.4}"
|
|
75
|
+
},
|
|
76
|
+
"typography": {
|
|
77
|
+
"$type": "typography",
|
|
78
|
+
"$value": {
|
|
79
|
+
"fontFamily": "{base.primaryFont}",
|
|
80
|
+
"fontWeight": "{base.fontWeight.button}",
|
|
81
|
+
"fontSize": "{core.fontSize.12}",
|
|
82
|
+
"lineHeight": "{core.lineHeight.120}"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"width": {
|
|
86
|
+
"$type": "sizing",
|
|
87
|
+
"$value": "{core.sizing.120}"
|
|
88
|
+
},
|
|
89
|
+
"height": {
|
|
90
|
+
"$type": "sizing",
|
|
91
|
+
"$value": "{core.sizing.56}"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|