@depersgroep/lfvp-design-tokens 0.383.0 → 0.384.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.
@@ -1,114 +0,0 @@
1
- {
2
- "tvButtonList": {
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
- }
59
- }
60
- },
61
- "selected": {
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
- }
71
- },
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
- }
81
- },
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
- }
111
- }
112
- }
113
- }
114
- }
@@ -1,13 +0,0 @@
1
- {
2
- "tvHero": {
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.28}*{scale.title}"
10
- }
11
- }
12
- }
13
- }