@fluid-topics/ft-reader-topic-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.
@@ -12,7 +12,7 @@ import { highlightHtml, highlightHtmlStyles, redux, waitFor } from "@fluid-topic
12
12
  import { property, query, queryAll, state } from "lit/decorators.js";
13
13
  import "@fluid-topics/ft-icon";
14
14
  import { context } from "./i18n/TopicContentMessages";
15
- class FtReaderTopicContent extends FtReaderTopicComponent {
15
+ export class FtReaderTopicContent extends FtReaderTopicComponent {
16
16
  constructor() {
17
17
  super(...arguments);
18
18
  this.contentPreprocessor = (content) => content;
@@ -216,4 +216,3 @@ __decorate([
216
216
  __decorate([
217
217
  queryAll("a.ft-internal-xlink")
218
218
  ], FtReaderTopicContent.prototype, "crossMapLinks", void 0);
219
- export { FtReaderTopicContent };