@fluid-topics/ft-reader-context 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.
@@ -19,7 +19,7 @@ class FluidTopicsReaderServiceImpl {
19
19
  this.stateManager.setSearchInDocumentQuery(query !== null && query !== void 0 ? query : "");
20
20
  }
21
21
  }
22
- class FtReaderContext extends FtLitElementRedux {
22
+ export class FtReaderContext extends FtLitElementRedux {
23
23
  constructor() {
24
24
  super();
25
25
  this.visibleTopics = [];
@@ -242,4 +242,3 @@ __decorate([
242
242
  __decorate([
243
243
  property({ attribute: false })
244
244
  ], FtReaderContext.prototype, "readerServiceProvider", void 0);
245
- export { FtReaderContext };