@fluid-topics/ft-reader-feedback 2.0.14 → 2.0.16

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.
@@ -18,7 +18,7 @@ import { feedback } from "./utils/IntegratedFeedbackComponentMessages";
18
18
  import { i18n, withI18n, } from "@fluid-topics/ft-i18n";
19
19
  import { defaultDesignerMessages, designer, } from "./utils/InDesignerFeedbackComponentMessages";
20
20
  import { OpenMapFeedbackDrawerEvent, SendMailerMapFeedbackEvent, } from "./utils/events";
21
- class FtReaderMapFeedback extends withI18n(FtReaderComponent) {
21
+ export class FtReaderMapFeedback extends withI18n(FtReaderComponent) {
22
22
  constructor(guestStorage = new GuestLocalStorage()) {
23
23
  super();
24
24
  this.guestStorage = guestStorage;
@@ -252,4 +252,3 @@ __decorate([
252
252
  __decorate([
253
253
  reduxEventListener({ eventName: "rating-changed" })
254
254
  ], FtReaderMapFeedback.prototype, "fetchRatingSummary", null);
255
- export { FtReaderMapFeedback };
@@ -18,7 +18,7 @@ import { server } from "./utils/ServerMessages";
18
18
  import { i18n, withI18n, } from "@fluid-topics/ft-i18n";
19
19
  import { defaultDesignerMessages, designer, } from "./utils/InDesignerFeedbackComponentMessages";
20
20
  import { OpenTopicFeedbackDrawerEvent, SendMailerTopicFeedbackEvent, } from "./utils/events";
21
- class FtReaderTopicFeedback extends withI18n(FtReaderTopicComponent) {
21
+ export class FtReaderTopicFeedback extends withI18n(FtReaderTopicComponent) {
22
22
  constructor(guestStorage = new GuestLocalStorage()) {
23
23
  super();
24
24
  this.guestStorage = guestStorage;
@@ -260,4 +260,3 @@ __decorate([
260
260
  __decorate([
261
261
  reduxEventListener({ eventName: "rating-changed" })
262
262
  ], FtReaderTopicFeedback.prototype, "fetchRatingSummary", null);
263
- export { FtReaderTopicFeedback };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-feedback",
3
- "version": "2.0.14",
3
+ "version": "2.0.16",
4
4
  "description": "Feedback forms for a map and its topics in an integrated reader",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,13 +19,13 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-app-context": "2.0.14",
23
- "@fluid-topics/ft-reader-context": "2.0.14",
24
- "@fluid-topics/ft-wc-utils": "2.0.14",
22
+ "@fluid-topics/ft-app-context": "2.0.16",
23
+ "@fluid-topics/ft-reader-context": "2.0.16",
24
+ "@fluid-topics/ft-wc-utils": "2.0.16",
25
25
  "lit": "3.1.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@fluid-topics/public-api": "1.0.119"
28
+ "@fluid-topics/public-api": "1.0.120"
29
29
  },
30
- "gitHead": "4c50289bffd5b4b58542856830adc1399b93a70f"
30
+ "gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
31
31
  }