@fluid-topics/ft-reader-content 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.
@@ -13,7 +13,7 @@ import { styles } from "./ft-reader-content.styles";
13
13
  import "@fluid-topics/ft-reader-topic-context";
14
14
  import { FtReaderStoreEvents } from "@fluid-topics/ft-reader-context";
15
15
  import { FtContentWatermark } from "@fluid-topics/ft-content-watermark";
16
- class FtReaderContent extends FtReaderComponent {
16
+ export class FtReaderContent extends FtReaderComponent {
17
17
  constructor() {
18
18
  super(...arguments);
19
19
  this.renderTopic = () => html `
@@ -140,4 +140,3 @@ __decorate([
140
140
  __decorate([
141
141
  redux({ selector: (state) => { var _a; return (_a = state.map) === null || _a === void 0 ? void 0 : _a.watermark; } })
142
142
  ], FtReaderContent.prototype, "watermark", void 0);
143
- export { FtReaderContent };