@depersgroep/lfvp-design-tokens 0.387.0 → 0.388.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.387.0",
3
+ "version": "0.388.0",
4
4
  "description": "Figma design tokens for LFVP",
5
5
  "keywords": [
6
6
  "design",
@@ -68,6 +68,27 @@
68
68
  "padding": {
69
69
  "$type": "spacing",
70
70
  "$value": "{core.spacing.4}"
71
+ },
72
+ "gap": {
73
+ "$type": "spacing",
74
+ "$value": "{core.spacing.4}"
75
+ },
76
+ "typography": {
77
+ "$type": "typography",
78
+ "$value": {
79
+ "fontFamily": "{base.primaryFont}",
80
+ "fontWeight": "{base.fontWeight.button}",
81
+ "fontSize": "{core.fontSize.12}",
82
+ "lineHeight": "{core.lineHeight.120}"
83
+ }
84
+ },
85
+ "width": {
86
+ "$type": "sizing",
87
+ "$value": "{core.sizing.120}"
88
+ },
89
+ "height": {
90
+ "$type": "sizing",
91
+ "$value": "{core.sizing.56}"
71
92
  }
72
93
  }
73
94
  }
package/tokens/core.json CHANGED
@@ -421,6 +421,10 @@
421
421
  "88": {
422
422
  "$type": "sizing",
423
423
  "$value": "88"
424
+ },
425
+ "120": {
426
+ "$type": "sizing",
427
+ "$value": "120"
424
428
  }
425
429
  }
426
430
  }