@depersgroep/lfvp-design-tokens 0.391.0-c0b7fc7 → 0.391.0-ff5686d

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.391.0-c0b7fc7",
3
+ "version": "0.391.0-ff5686d",
4
4
  "description": "Figma design tokens for LFVP",
5
5
  "keywords": [
6
6
  "design",
@@ -152,6 +152,10 @@
152
152
  "bw3": {
153
153
  "$type": "borderWidth",
154
154
  "$value": "{core.borderWidth.3} * {scale.border}"
155
+ },
156
+ "bw4": {
157
+ "$type": "borderWidth",
158
+ "$value": "{core.borderWidth.4}*{scale.border}"
155
159
  }
156
160
  },
157
161
  "fixed": {
@@ -130,7 +130,7 @@
130
130
  },
131
131
  "borderWidth": {
132
132
  "$type": "borderWidth",
133
- "$value": "{core.borderWidth.4}* {scale.border}"
133
+ "$value": "{base.ui.borderWidth.flex.bw4}"
134
134
  }
135
135
  }
136
136
  }
@@ -36,13 +36,15 @@
36
36
  }
37
37
  },
38
38
  "message": {
39
- "margin": {
40
- "$type": "spacing",
41
- "$value": "{base.ui.spacing.fixed.sp5}"
42
- },
43
- "maxWidth": {
44
- "$type": "sizing",
45
- "$value": "50%"
39
+ "toast": {
40
+ "margin": {
41
+ "$type": "spacing",
42
+ "$value": "{base.ui.spacing.fixed.sp5}"
43
+ },
44
+ "maxWidth": {
45
+ "$type": "sizing",
46
+ "$value": "50%"
47
+ }
46
48
  }
47
49
  },
48
50
  "topNavigationLogo": {
@@ -36,9 +36,11 @@
36
36
  }
37
37
  },
38
38
  "message": {
39
- "maxWidth": {
40
- "$type": "sizing",
41
- "$value": "70%"
39
+ "toast": {
40
+ "maxWidth": {
41
+ "$type": "sizing",
42
+ "$value": "70%"
43
+ }
42
44
  }
43
45
  },
44
46
  "pricingTable": {
@@ -399,13 +399,15 @@
399
399
  }
400
400
  },
401
401
  "message": {
402
- "margin": {
403
- "$type": "spacing",
404
- "$value": "{base.ui.spacing.fixed.sp5}"
405
- },
406
- "maxWidth": {
407
- "$type": "sizing",
408
- "$value": "50%"
402
+ "toast": {
403
+ "margin": {
404
+ "$type": "spacing",
405
+ "$value": "{base.ui.spacing.fixed.sp5}"
406
+ },
407
+ "maxWidth": {
408
+ "$type": "sizing",
409
+ "$value": "50%"
410
+ }
409
411
  }
410
412
  },
411
413
  "topOfScreen": {