@fluid-topics/ft-tooltip 2.0.14 → 2.0.16

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.
@@ -12,7 +12,7 @@ import { styles } from "./ft-tooltip.styles";
12
12
  import { computeOffsetPosition } from "@fluid-topics/ft-wc-utils/build/floating";
13
13
  import { i18nAttribute, } from "@fluid-topics/ft-i18n/build/decorators/i18nAttribute";
14
14
  import { FtLitElementWithI18n } from "@fluid-topics/ft-i18n";
15
- class FtTooltip extends FtLitElementWithI18n {
15
+ export class FtTooltip extends FtLitElementWithI18n {
16
16
  constructor() {
17
17
  super(...arguments);
18
18
  this.manual = false;
@@ -251,4 +251,3 @@ __decorate([
251
251
  __decorate([
252
252
  state()
253
253
  ], FtTooltip.prototype, "visible", void 0);
254
- export { FtTooltip };