@fluid-topics/ft-tooltip 1.2.28 → 1.2.30
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/build/ft-tooltip.d.ts +1 -1
- package/build/ft-tooltip.light.js +46 -46
- package/build/ft-tooltip.min.js +88 -118
- package/package.json +4 -4
package/build/ft-tooltip.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare class FtTooltip extends FtLitElement implements FtTooltipProperti
|
|
|
16
16
|
private visible;
|
|
17
17
|
private readonly validPositions;
|
|
18
18
|
private get validPosition();
|
|
19
|
-
protected render(): import("lit").TemplateResult<1>;
|
|
19
|
+
protected render(): import("lit-html").TemplateResult<1>;
|
|
20
20
|
protected updated(props: PropertyValues): void;
|
|
21
21
|
protected contentAvailableCallback(props: PropertyValues): void;
|
|
22
22
|
private hideDebounce;
|