@fluid-topics/ft-reader-topic-metadata 2.0.38 → 2.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.
@@ -2,7 +2,7 @@ import { PropertyValues } from "lit";
2
2
  import { FtReaderTopicMetadataProperties } from "./ft-reader-topic-metadata.properties";
3
3
  import { FtReaderTopicComponent } from "@fluid-topics/ft-reader-topic-context/build/registration";
4
4
  import { ElementDefinitionsMap } from "@fluid-topics/ft-wc-utils";
5
- declare const FtReaderTopicMetadata_base: typeof FtReaderTopicComponent & import("@fluid-topics/ft-wc-utils").Constructor<import("@fluid-topics/ft-app-context/build/mixins/withDateFormat").FtLitElementWithDateFormatInterface>;
5
+ declare const FtReaderTopicMetadata_base: typeof FtReaderTopicComponent & import("@fluid-topics/ft-wc-utils").Constructor<import("@fluid-topics/ft-app-context").FtLitElementWithDateFormatInterface>;
6
6
  export declare class FtReaderTopicMetadata extends FtReaderTopicMetadata_base implements FtReaderTopicMetadataProperties {
7
7
  static elementDefinitions: ElementDefinitionsMap;
8
8
  static styles: import("lit").CSSResult;