@depersgroep/lfvp-design-tokens 0.372.0-62e12e5 → 0.372.0-989d172

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.372.0-62e12e5",
3
+ "version": "0.372.0-989d172",
4
4
  "description": "Figma design tokens for LFVP",
5
5
  "keywords": [
6
6
  "design",
@@ -10,12 +10,12 @@
10
10
  "brands/vtmgo",
11
11
  "brands/whitelabel",
12
12
  "components/avatar",
13
+ "components/badge",
13
14
  "components/billboard",
14
15
  "components/box",
15
16
  "components/boxcover",
16
- "components/button",
17
17
  "components/button-group",
18
- "components/tv-button-list",
18
+ "components/button",
19
19
  "components/detail-header",
20
20
  "components/dropdown-list",
21
21
  "components/form",
@@ -43,6 +43,7 @@
43
43
  "components/top-10",
44
44
  "components/top-banner",
45
45
  "components/top-of-screen",
46
+ "components/tv-button-list",
46
47
  "components/tv-hero",
47
48
  "components/upsell",
48
49
  "screen/large",
@@ -45,7 +45,8 @@
45
45
  "components/selectable-button": "enabled",
46
46
  "components/dropdown-list": "enabled",
47
47
  "components/tv-hero": "enabled",
48
- "components/tv-button-list": "enabled"
48
+ "components/tv-button-list": "enabled",
49
+ "components/badge": "enabled"
49
50
  },
50
51
  "$figmaCollectionId": "VariableCollectionId:3:7330",
51
52
  "$figmaModeId": "3:0",
@@ -98,7 +99,8 @@
98
99
  "components/selectable-button": "enabled",
99
100
  "components/dropdown-list": "enabled",
100
101
  "components/tv-hero": "enabled",
101
- "components/tv-button-list": "enabled"
102
+ "components/tv-button-list": "enabled",
103
+ "components/badge": "enabled"
102
104
  },
103
105
  "$figmaCollectionId": "VariableCollectionId:3:7330",
104
106
  "$figmaModeId": "3:1",
@@ -151,7 +153,8 @@
151
153
  "components/selectable-button": "enabled",
152
154
  "components/dropdown-list": "enabled",
153
155
  "components/tv-hero": "enabled",
154
- "components/tv-button-list": "enabled"
156
+ "components/tv-button-list": "enabled",
157
+ "components/badge": "enabled"
155
158
  },
156
159
  "$figmaCollectionId": "VariableCollectionId:3:7330",
157
160
  "$figmaModeId": "3:2",
@@ -204,7 +207,8 @@
204
207
  "components/selectable-button": "enabled",
205
208
  "components/dropdown-list": "enabled",
206
209
  "components/tv-hero": "enabled",
207
- "components/tv-button-list": "enabled"
210
+ "components/tv-button-list": "enabled",
211
+ "components/badge": "enabled"
208
212
  },
209
213
  "$figmaCollectionId": "VariableCollectionId:3:7330",
210
214
  "$figmaModeId": "3:3",
@@ -216,8 +220,7 @@
216
220
  "name": "small",
217
221
  "$figmaStyleReferences": {},
218
222
  "selectedTokenSets": {
219
- "screen/small": "enabled",
220
- "components/tv-button-list": "disabled"
223
+ "screen/small": "enabled"
221
224
  },
222
225
  "$figmaVariableReferences": {},
223
226
  "$figmaCollectionId": "VariableCollectionId:3:8038",
@@ -229,8 +232,7 @@
229
232
  "name": "medium",
230
233
  "$figmaStyleReferences": {},
231
234
  "selectedTokenSets": {
232
- "screen/medium": "enabled",
233
- "components/tv-button-list": "disabled"
235
+ "screen/medium": "enabled"
234
236
  },
235
237
  "$figmaVariableReferences": {},
236
238
  "$figmaCollectionId": "VariableCollectionId:3:8038",
@@ -242,8 +244,7 @@
242
244
  "name": "large",
243
245
  "$figmaStyleReferences": {},
244
246
  "selectedTokenSets": {
245
- "screen/large": "enabled",
246
- "components/tv-button-list": "disabled"
247
+ "screen/large": "enabled"
247
248
  },
248
249
  "$figmaVariableReferences": {},
249
250
  "$figmaCollectionId": "VariableCollectionId:3:8038",
@@ -255,8 +256,7 @@
255
256
  "name": "tv",
256
257
  "$figmaStyleReferences": {},
257
258
  "selectedTokenSets": {
258
- "screen/tv": "enabled",
259
- "components/tv-button-list": "disabled"
259
+ "screen/tv": "enabled"
260
260
  },
261
261
  "$figmaVariableReferences": {},
262
262
  "$figmaCollectionId": "VariableCollectionId:3:8038",
@@ -0,0 +1,108 @@
1
+ {
2
+ "badge": {
3
+ "small": {
4
+ "label": {
5
+ "$type": "typography",
6
+ "$value": "{base.typography.meta.bold}"
7
+ },
8
+ "horizontalPadding": {
9
+ "$type": "spacing",
10
+ "$value": "{badge.small.fontSize}/3"
11
+ },
12
+ "gap": {
13
+ "$type": "spacing",
14
+ "$value": "{badge.small.fontSize}/3"
15
+ },
16
+ "margin": {
17
+ "$type": "spacing",
18
+ "$value": "{badge.small.fontSize}/3"
19
+ },
20
+ "verticalPadding": {
21
+ "$type": "spacing",
22
+ "$value": "{badge.small.fontSize}/6"
23
+ },
24
+ "borderRadius": {
25
+ "$type": "borderRadius",
26
+ "$value": "{badge.small.fontSize}/3"
27
+ },
28
+ "iconSize": {
29
+ "$type": "sizing",
30
+ "$value": "{badge.small.fontSize}*1.4"
31
+ },
32
+ "fontSize": {
33
+ "$type": "fontSizes",
34
+ "$value": "{core.fontSize.12}*{scale.text}"
35
+ },
36
+ "height": {
37
+ "$type": "sizing",
38
+ "$value": "{badge.small.fontSize}*1.8"
39
+ }
40
+ },
41
+ "medium": {
42
+ "label": {
43
+ "$type": "typography",
44
+ "$value": "{base.typography.text.bold.xSmall}"
45
+ },
46
+ "horizontalPadding": {
47
+ "$type": "spacing",
48
+ "$value": "{badge.medium.fontSize}/3"
49
+ },
50
+ "gap": {
51
+ "$type": "spacing",
52
+ "$value": "{badge.medium.fontSize}/3"
53
+ },
54
+ "margin": {
55
+ "$type": "spacing",
56
+ "$value": "{badge.medium.fontSize}/3"
57
+ },
58
+ "verticalPadding": {
59
+ "$type": "spacing",
60
+ "$value": "{badge.medium.fontSize}/3"
61
+ },
62
+ "borderRadius": {
63
+ "$type": "borderRadius",
64
+ "$value": "{badge.medium.fontSize}/3"
65
+ },
66
+ "iconSize": {
67
+ "$type": "sizing",
68
+ "$value": "{badge.medium.fontSize}*1.4"
69
+ },
70
+ "height": {
71
+ "$type": "sizing",
72
+ "$value": "{badge.medium.fontSize}*2.1"
73
+ },
74
+ "fontSize": {
75
+ "$type": "fontSizes",
76
+ "$value": "{core.fontSize.13}* {scale.text}"
77
+ }
78
+ },
79
+ "default": {
80
+ "backgroundColor": {
81
+ "$type": "color",
82
+ "$value": "{base.color.ui.fade4}"
83
+ },
84
+ "iconColor": {
85
+ "$type": "color",
86
+ "$value": "{base.color.primary.default}"
87
+ },
88
+ "textColor": {
89
+ "$type": "color",
90
+ "$value": "{base.color.text.default}"
91
+ }
92
+ },
93
+ "highlight": {
94
+ "backgroundColor": {
95
+ "$type": "color",
96
+ "$value": "{base.color.primary.darker}"
97
+ },
98
+ "iconColor": {
99
+ "$type": "color",
100
+ "$value": "{base.color.ui.white}"
101
+ },
102
+ "textColor": {
103
+ "$type": "color",
104
+ "$value": "{base.color.ui.white}"
105
+ }
106
+ }
107
+ }
108
+ }
@@ -1,12 +1,25 @@
1
1
  {
2
2
  "detailHeader": {
3
- "title": {
4
- "$type": "typography",
5
- "$value": {
6
- "fontFamily": "{base.heroFont}",
7
- "fontWeight": "{base.fontWeight.title}",
8
- "lineHeight": "{core.lineHeight.120}",
9
- "fontSize": "{core.fontSize.24}*{scale.title}"
3
+ "level1": {
4
+ "title": {
5
+ "$type": "typography",
6
+ "$value": {
7
+ "fontFamily": "{base.heroFont}",
8
+ "fontWeight": "{base.fontWeight.title}",
9
+ "lineHeight": "{core.lineHeight.120}",
10
+ "fontSize": "{core.fontSize.24}*{scale.title}"
11
+ }
12
+ }
13
+ },
14
+ "level2": {
15
+ "title": {
16
+ "$type": "typography",
17
+ "$value": {
18
+ "fontFamily": "{base.heroFont}",
19
+ "fontWeight": "{base.fontWeight.title}",
20
+ "lineHeight": "{core.lineHeight.120}",
21
+ "fontSize": "{core.fontSize.20} *{scale.title}"
22
+ }
10
23
  }
11
24
  }
12
25
  }
@@ -100,10 +100,6 @@
100
100
  "borderWidth": {
101
101
  "$type": "borderWidth",
102
102
  "$value": "{base.ui.borderWidth.fixed.bw3}"
103
- },
104
- "borderWidth-copy": {
105
- "$type": "borderWidth",
106
- "$value": "{base.ui.borderWidth.fixed.bw3}"
107
103
  }
108
104
  },
109
105
  "padding": {
@@ -1,50 +1,114 @@
1
1
  {
2
2
  "tvButtonList": {
3
- "inactive": {
4
- "backgroundColor": {
5
- "$type": "color",
6
- "$value": "transparent"
7
- },
8
- "textColor": {
9
- "$type": "color",
10
- "$value": "{core.color.lightAlpha.70}"
11
- },
12
- "iconColor": {
13
- "$type": "color",
14
- "$value": "{core.color.lightAlpha.70}"
3
+ "gap": {
4
+ "$type": "spacing",
5
+ "$value": "{base.ui.spacing.fixed.sp4}"
6
+ }
7
+ },
8
+ "tvSelectableButtonList": {
9
+ "unselected": {
10
+ "normal": {
11
+ "backgroundColor": {
12
+ "$type": "color",
13
+ "$value": "transparent"
14
+ },
15
+ "textColor": {
16
+ "$type": "color",
17
+ "$value": "{core.color.lightAlpha.70}"
18
+ }
19
+ },
20
+ "hover": {
21
+ "backgroundColor": {
22
+ "$type": "color",
23
+ "$value": "{base.colorSet.interaction.normal}"
24
+ },
25
+ "textColor": {
26
+ "$type": "color",
27
+ "$value": "{base.colorSet.interaction.onNormal}"
28
+ }
29
+ },
30
+ "active": {
31
+ "backgroundColor": {
32
+ "$type": "color",
33
+ "$value": "{base.colorSet.interaction.normal}"
34
+ },
35
+ "textColor": {
36
+ "$type": "color",
37
+ "$value": "{base.colorSet.interaction.onNormal}"
38
+ }
39
+ },
40
+ "disabled": {
41
+ "backgroundColor": {
42
+ "$type": "color",
43
+ "$value": "transparent"
44
+ },
45
+ "textColor": {
46
+ "$type": "color",
47
+ "$value": "{core.color.lightAlpha.40}"
48
+ }
49
+ },
50
+ "focus": {
51
+ "backgroundColor": {
52
+ "$type": "color",
53
+ "$value": "{base.colorSet.interaction.normal}"
54
+ },
55
+ "textColor": {
56
+ "$type": "color",
57
+ "$value": "{base.colorSet.interaction.onNormal}"
58
+ }
15
59
  }
16
60
  },
17
61
  "selected": {
18
- "backgroundColor": {
19
- "$type": "color",
20
- "$value": "{base.colorSet.interaction.normal}"
62
+ "normal": {
63
+ "backgroundColor": {
64
+ "$type": "color",
65
+ "$value": "{core.color.softAlpha.50}"
66
+ },
67
+ "textColor": {
68
+ "$type": "color",
69
+ "$value": "{base.color.text.default}"
70
+ }
21
71
  },
22
- "textColor": {
23
- "$type": "color",
24
- "$value": "{base.colorSet.interaction.onNormal}"
72
+ "hover": {
73
+ "backgroundColor": {
74
+ "$type": "color",
75
+ "$value": "{base.colorSet.interaction.normal}"
76
+ },
77
+ "textColor": {
78
+ "$type": "color",
79
+ "$value": "{base.colorSet.interaction.onNormal}"
80
+ }
25
81
  },
26
- "iconColor": {
27
- "$type": "color",
28
- "$value": "{base.colorSet.interaction.onNormal}"
29
- }
30
- },
31
- "active": {
32
- "backgroundColor": {
33
- "$type": "color",
34
- "$value": "{core.color.softAlpha.50}"
35
- },
36
- "textColor": {
37
- "$type": "color",
38
- "$value": "{base.color.text.default}"
39
- },
40
- "iconColor": {
41
- "$type": "color",
42
- "$value": "{base.color.text.default}"
82
+ "active": {
83
+ "backgroundColor": {
84
+ "$type": "color",
85
+ "$value": "{base.colorSet.interaction.normal}"
86
+ },
87
+ "textColor": {
88
+ "$type": "color",
89
+ "$value": "{base.colorSet.interaction.onNormal}"
90
+ }
91
+ },
92
+ "disabled": {
93
+ "backgroundColor": {
94
+ "$type": "color",
95
+ "$value": "transparent"
96
+ },
97
+ "iconColor": {
98
+ "$type": "color",
99
+ "$value": "{core.color.lightAlpha.40}"
100
+ }
101
+ },
102
+ "focus": {
103
+ "backgroundColor": {
104
+ "$type": "color",
105
+ "$value": "{base.colorSet.interaction.normal}"
106
+ },
107
+ "textColor": {
108
+ "$type": "color",
109
+ "$value": "{base.colorSet.interaction.onNormal}"
110
+ }
43
111
  }
44
- },
45
- "gap": {
46
- "$type": "spacing",
47
- "$value": "{base.ui.spacing.fixed.sp2}"
48
112
  }
49
113
  }
50
114
  }