sf-i-events 1.0.745 → 1.0.747

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,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.745",
4
+ "version": "1.0.747",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -13675,6 +13675,7 @@ let SfIEvents = class SfIEvents extends LitElement {
13675
13675
  text: title,
13676
13676
  font: {
13677
13677
  size: Array.isArray(title) ? 14 : 16,
13678
+ lineHeight: 1.5
13678
13679
  }
13679
13680
  }
13680
13681
  },
@@ -18666,6 +18666,7 @@ export class SfIEvents extends LitElement {
18666
18666
  text: title,
18667
18667
  font: {
18668
18668
  size: Array.isArray(title) ? 14 : 16,
18669
+ lineHeight: 1.5
18669
18670
  }
18670
18671
  }
18671
18672
  },