@fluid-topics/ft-reader-topic-metadata 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.
@@ -14,7 +14,7 @@ export declare class FtReaderTopicMetadata extends FtReaderTopicMetadata_base im
14
14
  editorMode: boolean;
15
15
  private metadata?;
16
16
  private flatMetadata?;
17
- protected render(): import("lit").TemplateResult<1>;
17
+ protected render(): import("lit-html").TemplateResult<1>;
18
18
  private renderChip;
19
19
  private get metadataValue();
20
20
  private hideIfEmpty;