@depersgroep/lfvp-design-tokens 0.385.0 → 0.387.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depersgroep/lfvp-design-tokens",
3
- "version": "0.385.0",
3
+ "version": "0.387.0",
4
4
  "description": "Figma design tokens for LFVP",
5
5
  "keywords": [
6
6
  "design",
@@ -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,6 +46,7 @@
45
46
  "components/top-of-screen",
46
47
  "components/tv-button-list",
47
48
  "components/tv-hero",
49
+ "components/rating",
48
50
  "components/upsell",
49
51
  "screen/large",
50
52
  "screen/medium",
@@ -46,7 +46,9 @@
46
46
  "components/dropdown-list": "enabled",
47
47
  "components/tv-hero": "enabled",
48
48
  "components/tv-button-list": "enabled",
49
- "components/badge": "enabled"
49
+ "components/badge": "enabled",
50
+ "components/chapter-swimlane": "enabled",
51
+ "components/rating": "enabled"
50
52
  },
51
53
  "$figmaCollectionId": "VariableCollectionId:3:7330",
52
54
  "$figmaModeId": "3:0",
@@ -100,7 +102,9 @@
100
102
  "components/dropdown-list": "enabled",
101
103
  "components/tv-hero": "enabled",
102
104
  "components/tv-button-list": "enabled",
103
- "components/badge": "enabled"
105
+ "components/badge": "enabled",
106
+ "components/chapter-swimlane": "enabled",
107
+ "components/rating": "enabled"
104
108
  },
105
109
  "$figmaCollectionId": "VariableCollectionId:3:7330",
106
110
  "$figmaModeId": "3:1",
@@ -154,7 +158,9 @@
154
158
  "components/dropdown-list": "enabled",
155
159
  "components/tv-hero": "enabled",
156
160
  "components/tv-button-list": "enabled",
157
- "components/badge": "enabled"
161
+ "components/badge": "enabled",
162
+ "components/chapter-swimlane": "enabled",
163
+ "components/rating": "enabled"
158
164
  },
159
165
  "$figmaCollectionId": "VariableCollectionId:3:7330",
160
166
  "$figmaModeId": "3:2",
@@ -208,7 +214,9 @@
208
214
  "components/dropdown-list": "enabled",
209
215
  "components/tv-hero": "enabled",
210
216
  "components/tv-button-list": "enabled",
211
- "components/badge": "enabled"
217
+ "components/badge": "enabled",
218
+ "components/chapter-swimlane": "enabled",
219
+ "components/rating": "enabled"
212
220
  },
213
221
  "$figmaCollectionId": "VariableCollectionId:3:7330",
214
222
  "$figmaModeId": "3:3",
@@ -0,0 +1,8 @@
1
+ {
2
+ "chapterSwimlane": {
3
+ "overlayColor": {
4
+ "$type": "color",
5
+ "$value": "linear-gradient(0deg, {base.color.ui.dark1} 0%, {core.color.darkAlpha.80} 50%, {core.color.darkAlpha.20} 100%)"
6
+ }
7
+ }
8
+ }
@@ -0,0 +1,74 @@
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
+ }
73
+ }
74
+ }
@@ -123,5 +123,11 @@
123
123
  "fontSize": "{core.fontSize.28}*{scale.title}"
124
124
  }
125
125
  }
126
+ },
127
+ "chapterSwimlane": {
128
+ "overlayColor": {
129
+ "$type": "color",
130
+ "$value": "linear-gradient(-90deg, {base.color.ui.dark1} 0%, {core.color.darkAlpha.80} 50%, {core.color.darkAlpha.20} 100%)"
131
+ }
126
132
  }
127
133
  }
@@ -88,5 +88,11 @@
88
88
  "$type": "color",
89
89
  "$value": "{core.color.darkAlpha.0}"
90
90
  }
91
+ },
92
+ "chapterSwimlane": {
93
+ "overlayColor": {
94
+ "$type": "color",
95
+ "$value": "linear-gradient(-90deg, {base.color.ui.dark1} 0%, {core.color.darkAlpha.80} 50%, {core.color.darkAlpha.20} 100%)"
96
+ }
91
97
  }
92
98
  }
@@ -477,5 +477,11 @@
477
477
  }
478
478
  }
479
479
  }
480
+ },
481
+ "chapterSwimlane": {
482
+ "overlayColor": {
483
+ "$type": "color",
484
+ "$value": "linear-gradient(-90deg, {base.color.ui.dark1} 0%, {core.color.darkAlpha.80} 50%, {core.color.darkAlpha.20} 100%)"
485
+ }
480
486
  }
481
487
  }