@depersgroep/lfvp-design-tokens 0.331.0 → 0.333.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.331.0",
3
+ "version": "0.333.0",
4
4
  "description": "Figma design tokens for LFVP",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "tile": {
55
55
  "borderRadius": {
56
- "value": "{core.borderRadius.4}",
56
+ "value": "{base.ui.borderRadius.flex.br2}",
57
57
  "type": "borderRadius"
58
58
  },
59
59
  "highlightOffset": {
package/tokens/core.json CHANGED
@@ -232,6 +232,10 @@
232
232
  "4": {
233
233
  "value": "4",
234
234
  "type": "borderWidth"
235
+ },
236
+ "8": {
237
+ "value": "8",
238
+ "type": "borderWidth"
235
239
  }
236
240
  },
237
241
  "borderRadius": {
@@ -329,7 +329,7 @@
329
329
  "top10": {
330
330
  "border": {
331
331
  "value": {
332
- "width": "8"
332
+ "width": "{core.borderWidth.8}"
333
333
  },
334
334
  "type": "border"
335
335
  },