@depersgroep/lfvp-design-tokens 0.388.0 → 0.390.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
package/tokens/$metadata.json
CHANGED
package/tokens/$themes.json
CHANGED
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
"components/tv-button-list": "enabled",
|
|
49
49
|
"components/badge": "enabled",
|
|
50
50
|
"components/chapter-swimlane": "enabled",
|
|
51
|
-
"components/rating": "enabled"
|
|
51
|
+
"components/rating": "enabled",
|
|
52
|
+
"components/wallet": "enabled"
|
|
52
53
|
},
|
|
53
54
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
54
55
|
"$figmaModeId": "3:0",
|
|
@@ -104,7 +105,8 @@
|
|
|
104
105
|
"components/tv-button-list": "enabled",
|
|
105
106
|
"components/badge": "enabled",
|
|
106
107
|
"components/chapter-swimlane": "enabled",
|
|
107
|
-
"components/rating": "enabled"
|
|
108
|
+
"components/rating": "enabled",
|
|
109
|
+
"components/wallet": "enabled"
|
|
108
110
|
},
|
|
109
111
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
110
112
|
"$figmaModeId": "3:1",
|
|
@@ -160,7 +162,8 @@
|
|
|
160
162
|
"components/tv-button-list": "enabled",
|
|
161
163
|
"components/badge": "enabled",
|
|
162
164
|
"components/chapter-swimlane": "enabled",
|
|
163
|
-
"components/rating": "enabled"
|
|
165
|
+
"components/rating": "enabled",
|
|
166
|
+
"components/wallet": "enabled"
|
|
164
167
|
},
|
|
165
168
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
166
169
|
"$figmaModeId": "3:2",
|
|
@@ -216,7 +219,8 @@
|
|
|
216
219
|
"components/tv-button-list": "enabled",
|
|
217
220
|
"components/badge": "enabled",
|
|
218
221
|
"components/chapter-swimlane": "enabled",
|
|
219
|
-
"components/rating": "enabled"
|
|
222
|
+
"components/rating": "enabled",
|
|
223
|
+
"components/wallet": "enabled"
|
|
220
224
|
},
|
|
221
225
|
"$figmaCollectionId": "VariableCollectionId:3:7330",
|
|
222
226
|
"$figmaModeId": "3:3",
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"wallet": {
|
|
3
|
+
"borderRadius": {
|
|
4
|
+
"$type": "borderRadius",
|
|
5
|
+
"$value": "{core.borderRadius.16}"
|
|
6
|
+
},
|
|
7
|
+
"borderColor": {
|
|
8
|
+
"$type": "color",
|
|
9
|
+
"$value": "{base.color.ui.dark4}"
|
|
10
|
+
},
|
|
11
|
+
"borderWidth": {
|
|
12
|
+
"$type": "borderWidth",
|
|
13
|
+
"$value": "{base.ui.borderWidth.fixed.bw2}"
|
|
14
|
+
},
|
|
15
|
+
"backgroundColor": {
|
|
16
|
+
"$type": "color",
|
|
17
|
+
"$value": "linear-gradient(180deg, {base.color.ui.dark1} 0%, {base.color.ui.dark3} 100%)"
|
|
18
|
+
},
|
|
19
|
+
"horizontalPadding": {
|
|
20
|
+
"$type": "spacing",
|
|
21
|
+
"$value": "{base.ui.spacing.fixed.sp5}"
|
|
22
|
+
},
|
|
23
|
+
"verticalPadding": {
|
|
24
|
+
"$type": "spacing",
|
|
25
|
+
"$value": "{base.ui.spacing.fixed.sp5}"
|
|
26
|
+
},
|
|
27
|
+
"key": {
|
|
28
|
+
"$type": "typography",
|
|
29
|
+
"$value": "{base.typography.content.label}"
|
|
30
|
+
},
|
|
31
|
+
"value": {
|
|
32
|
+
"$type": "typography",
|
|
33
|
+
"$value": "{base.typography.title.level6}"
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|