sf-i-events 1.0.745 → 1.0.748

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.748",
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
@@ -12225,7 +12225,7 @@ let SfIEvents = class SfIEvents extends LitElement {
12225
12225
  this.renderChartSettingsSettings = (container, selectedTab = 1) => {
12226
12226
  var _a, _b, _c, _f;
12227
12227
  var html = ``;
12228
- if (selectedTab == 1) {
12228
+ if (selectedTab == -1) {
12229
12229
  html = `
12230
12230
 
12231
12231
  <div class="m-10" part="settings-container">
@@ -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
  },
@@ -16983,7 +16983,7 @@ export class SfIEvents extends LitElement {
16983
16983
  renderChartSettingsSettings = (container: HTMLDivElement, selectedTab: number = 1) => {
16984
16984
 
16985
16985
  var html = ``
16986
- if(selectedTab == 1){
16986
+ if(selectedTab == -1){
16987
16987
  html = `
16988
16988
 
16989
16989
  <div class="m-10" part="settings-container">
@@ -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
  },