@fluid-topics/ft-reader-feedback 1.3.6 → 1.3.8

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.
@@ -32,7 +32,6 @@ export declare class FtReaderMapFeedback extends FtReaderMapFeedback_base implem
32
32
  protected render(): import("lit-html").TemplateResult<1>;
33
33
  protected willUpdate(props: PropertyValues): void;
34
34
  connectedCallback(): void;
35
- onStoreAvailable(name?: string): void;
36
35
  protected fetchRatingSummary(): Promise<void>;
37
36
  protected sendRatingDebouncer: Debouncer;
38
37
  protected rate(ratingEvent: CustomEvent<number | undefined>): void;
@@ -82,9 +82,6 @@ class FtReaderMapFeedback extends withI18n(FtReaderComponent) {
82
82
  connectedCallback() {
83
83
  super.connectedCallback();
84
84
  }
85
- onStoreAvailable(name) {
86
- super.onStoreAvailable(name);
87
- }
88
85
  // Used in GWT
89
86
  async fetchRatingSummary() {
90
87
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-feedback",
3
- "version": "1.3.6",
3
+ "version": "1.3.8",
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": "1.3.6",
23
- "@fluid-topics/ft-reader-context": "1.3.6",
24
- "@fluid-topics/ft-wc-utils": "1.3.6",
22
+ "@fluid-topics/ft-app-context": "1.3.8",
23
+ "@fluid-topics/ft-reader-context": "1.3.8",
24
+ "@fluid-topics/ft-wc-utils": "1.3.8",
25
25
  "lit": "3.1.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluid-topics/public-api": "1.0.99"
29
29
  },
30
- "gitHead": "595e5b638bbf265e174474722661e26767cfbd9d"
30
+ "gitHead": "cafb3e5814e9a916392cb95050a9e0f36d30227f"
31
31
  }