villa-design-tokens 1.0.249 → 1.0.251

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
@@ -2,7 +2,7 @@
2
2
  "name": "villa-design-tokens",
3
3
  "description": "Design Tokens published by Design Token Studio with VPRO's Figma Design System- retest again",
4
4
  "author": "VPRO",
5
- "version": "1.0.249",
5
+ "version": "1.0.251",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
package/tokens/base.json CHANGED
@@ -429,7 +429,8 @@
429
429
  "fontSize": "{fontsize.global.450}",
430
430
  "lineHeight": "{lineheight.program}"
431
431
  },
432
- "type": "typography"
432
+ "type": "typography",
433
+ "description": "Program detail header"
433
434
  },
434
435
  "xl": {
435
436
  "value": {
@@ -444,7 +445,7 @@
444
445
  "value": {
445
446
  "fontFamily": "{fontfamily.program}",
446
447
  "fontWeight": "{fontweight.program}",
447
- "fontSize": "{fontsize.global.340}",
448
+ "fontSize": "{fontsize.global.300}",
448
449
  "lineHeight": "{lineheight.program}"
449
450
  },
450
451
  "type": "typography"
@@ -1236,7 +1236,7 @@
1236
1236
  "type": "lineHeights"
1237
1237
  },
1238
1238
  "program": {
1239
- "value": "{lineheight.global.150}",
1239
+ "value": "{lineheight.global.90}",
1240
1240
  "type": "lineHeights"
1241
1241
  },
1242
1242
  "display": {
@@ -193,6 +193,10 @@
193
193
  "value": "60%",
194
194
  "type": "lineHeights"
195
195
  },
196
+ "90": {
197
+ "value": "90%",
198
+ "type": "lineHeights"
199
+ },
196
200
  "100": {
197
201
  "value": "100%",
198
202
  "type": "lineHeights"