@fluid-topics/ft-reader-feedback 1.2.29 → 1.2.31

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.
@@ -28,7 +28,7 @@ export declare class FtReaderMapFeedback extends FtReaderMapFeedback_base implem
28
28
  mailSubject: string;
29
29
  i18nProperties: FeedbackI18nProperties;
30
30
  constructor();
31
- protected render(): import("lit").TemplateResult<1>;
31
+ protected render(): import("lit-html").TemplateResult<1>;
32
32
  protected update(props: PropertyValues): void;
33
33
  connectedCallback(): void;
34
34
  onStoreAvailable(name?: string): void;
@@ -30,7 +30,7 @@ export declare class FtReaderTopicFeedback extends FtReaderTopicFeedback_base im
30
30
  mailSubject: string;
31
31
  i18nProperties: FeedbackI18nProperties;
32
32
  constructor();
33
- protected render(): import("lit").TemplateResult<1>;
33
+ protected render(): import("lit-html").TemplateResult<1>;
34
34
  protected update(props: PropertyValues): void;
35
35
  connectedCallback(): void;
36
36
  private updateDebouncer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-feedback",
3
- "version": "1.2.29",
3
+ "version": "1.2.31",
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.2.29",
23
- "@fluid-topics/ft-reader-context": "1.2.29",
24
- "@fluid-topics/ft-wc-utils": "1.2.29",
22
+ "@fluid-topics/ft-app-context": "1.2.31",
23
+ "@fluid-topics/ft-reader-context": "1.2.31",
24
+ "@fluid-topics/ft-wc-utils": "1.2.31",
25
25
  "lit": "3.1.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluid-topics/public-api": "1.0.87"
29
29
  },
30
- "gitHead": "245caf9b8a13c25cd1caca091ed037aabc2846ab"
30
+ "gitHead": "dd027a4d6c7e999665e9d54ea45d7d4bf5dd1487"
31
31
  }