@fluid-topics/ft-reader-metadata 1.0.63 → 1.1.0

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.
@@ -7,7 +7,7 @@ export declare class FtReaderMetadata extends FtReaderComponent implements FtRea
7
7
  key?: string;
8
8
  editorMode: boolean;
9
9
  private metadata?;
10
- protected render(): import("lit-html").TemplateResult<1>;
10
+ protected render(): import("lit").TemplateResult<1>;
11
11
  private renderContent;
12
12
  private hideIfEmpty;
13
13
  private get valueText();