@saasbase-io/core-elements 1.1.10 → 1.1.11

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/dist/index.mjs CHANGED
@@ -24299,9 +24299,9 @@ let xo = class extends y {
24299
24299
  style=${k(m)}
24300
24300
  .onclick=${this._onClick}
24301
24301
  >
24302
- ${n === "start" ? this._renderIcon : v}
24302
+ ${n === "start" ? this._renderIcon() : v}
24303
24303
  ${i}
24304
- ${n !== "start" ? this._renderIcon : v}
24304
+ ${n !== "start" ? this._renderIcon() : v}
24305
24305
  </rtg-button>
24306
24306
  `;
24307
24307
  }