@lukso/web-components 1.53.1 → 1.53.2
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.
|
@@ -3559,14 +3559,14 @@ exports.LuksoTooltip = class LuksoTooltip extends shared_tailwindElement_index.T
|
|
|
3559
3559
|
>
|
|
3560
3560
|
<div
|
|
3561
3561
|
id="trigger"
|
|
3562
|
-
class="cursor-pointer flex"
|
|
3562
|
+
class="cursor-pointer flex flex-col items-center"
|
|
3563
3563
|
@click=${this.handleClick}
|
|
3564
3564
|
>
|
|
3565
3565
|
<slot></slot>
|
|
3566
3566
|
</div>
|
|
3567
3567
|
</lukso-tooltip>` : shared_tailwindElement_index.x`<div
|
|
3568
3568
|
id="trigger"
|
|
3569
|
-
class="cursor-pointer flex"
|
|
3569
|
+
class="cursor-pointer flex flex-col items-center"
|
|
3570
3570
|
@click=${this.handleClick}
|
|
3571
3571
|
>
|
|
3572
3572
|
<slot></slot>
|
|
@@ -3555,14 +3555,14 @@ let LuksoTooltip = class extends TailwindStyledElement(style) {
|
|
|
3555
3555
|
>
|
|
3556
3556
|
<div
|
|
3557
3557
|
id="trigger"
|
|
3558
|
-
class="cursor-pointer flex"
|
|
3558
|
+
class="cursor-pointer flex flex-col items-center"
|
|
3559
3559
|
@click=${this.handleClick}
|
|
3560
3560
|
>
|
|
3561
3561
|
<slot></slot>
|
|
3562
3562
|
</div>
|
|
3563
3563
|
</lukso-tooltip>` : x`<div
|
|
3564
3564
|
id="trigger"
|
|
3565
|
-
class="cursor-pointer flex"
|
|
3565
|
+
class="cursor-pointer flex flex-col items-center"
|
|
3566
3566
|
@click=${this.handleClick}
|
|
3567
3567
|
>
|
|
3568
3568
|
<slot></slot>
|