@fluid-topics/ft-reader-toc 2.0.15 → 2.0.17

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.
@@ -21,7 +21,7 @@ import { FtReaderTocCssVariables, styles } from "./ft-reader-toc.styles";
21
21
  import { FtSkeleton } from "@fluid-topics/ft-skeleton";
22
22
  import { withI18n } from "@fluid-topics/ft-i18n";
23
23
  import { readerToc, readerTocDefaultMessages } from "./FtReaderTocMessages";
24
- class FtReaderToc extends withI18n(FtReaderComponent) {
24
+ export class FtReaderToc extends withI18n(FtReaderComponent) {
25
25
  get isCurrentPageToc() {
26
26
  return this.scope === "current-page";
27
27
  }
@@ -322,4 +322,3 @@ __decorate([
322
322
  __decorate([
323
323
  state()
324
324
  ], FtReaderToc.prototype, "viewportSize", void 0);
325
- export { FtReaderToc };