@fluid-topics/ft-reader-feedback 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.
@@ -20,7 +20,7 @@ import { FtTextField } from "@fluid-topics/ft-text-field";
20
20
  import { FtReaderComponent } from "@fluid-topics/ft-reader-context/build/registration";
21
21
  import { FtReaderFeatures } from "@fluid-topics/ft-reader-context";
22
22
  import { SendFeedbackEvent } from "./utils/events";
23
- class FtReaderFeedback extends withI18n(FtReaderComponent) {
23
+ export class FtReaderFeedback extends withI18n(FtReaderComponent) {
24
24
  constructor() {
25
25
  super();
26
26
  this.editorMode = false;
@@ -343,4 +343,3 @@ __decorate([
343
343
  __decorate([
344
344
  property()
345
345
  ], FtReaderFeedback.prototype, "feedbackMailLinkBuilder", void 0);
346
- export { FtReaderFeedback };