@lukso/web-components 1.134.0 → 1.134.1
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.
|
@@ -3528,7 +3528,7 @@ exports.LuksoTooltip = class LuksoTooltip extends shared_tailwindElement_index.T
|
|
|
3528
3528
|
const trigger = this.shadowRoot.getElementById("trigger");
|
|
3529
3529
|
const tooltip = this.shadowRoot.getElementById("tooltip");
|
|
3530
3530
|
if (this.tooltipInstance) {
|
|
3531
|
-
this.tooltipInstance
|
|
3531
|
+
this.tooltipInstance?.destroy();
|
|
3532
3532
|
this.tooltipInstance = void 0;
|
|
3533
3533
|
}
|
|
3534
3534
|
if (!this.text) {
|
|
@@ -3524,7 +3524,7 @@ let LuksoTooltip = class extends TailwindStyledElement(style) {
|
|
|
3524
3524
|
const trigger = this.shadowRoot.getElementById("trigger");
|
|
3525
3525
|
const tooltip = this.shadowRoot.getElementById("tooltip");
|
|
3526
3526
|
if (this.tooltipInstance) {
|
|
3527
|
-
this.tooltipInstance
|
|
3527
|
+
this.tooltipInstance?.destroy();
|
|
3528
3528
|
this.tooltipInstance = void 0;
|
|
3529
3529
|
}
|
|
3530
3530
|
if (!this.text) {
|