@fluid-topics/ft-tooltip 1.0.62 → 1.1.0

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.
@@ -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-html").TemplateResult<1>;
19
+ protected render(): import("lit").TemplateResult<1>;
20
20
  protected updated(props: PropertyValues): void;
21
21
  protected contentAvailableCallback(props: PropertyValues): void;
22
22
  private hideDebounce;
@@ -194,7 +194,7 @@ __decorate([
194
194
  property()
195
195
  ], FtTooltip.prototype, "position", void 0);
196
196
  __decorate([
197
- queryAssignedNodes("", true)
197
+ queryAssignedNodes()
198
198
  ], FtTooltip.prototype, "slotNodes", void 0);
199
199
  __decorate([
200
200
  query(".ft-tooltip--container")