@fluid-topics/ft-reader-topic-metadata 2.0.15 → 2.0.16

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.
@@ -12,7 +12,7 @@ import { ClusteringHelper } from "@fluid-topics/ft-wc-utils";
12
12
  import { FtTooltip } from "@fluid-topics/ft-tooltip";
13
13
  import { FtChip } from "@fluid-topics/ft-chip";
14
14
  import { withDateFormat } from "@fluid-topics/ft-app-context/build/mixins/withDateFormat";
15
- class FtReaderTopicMetadata extends withDateFormat(FtReaderTopicComponent) {
15
+ export class FtReaderTopicMetadata extends withDateFormat(FtReaderTopicComponent) {
16
16
  constructor() {
17
17
  super(...arguments);
18
18
  this.multiLine = false;
@@ -128,4 +128,3 @@ __decorate([
128
128
  __decorate([
129
129
  state()
130
130
  ], FtReaderTopicMetadata.prototype, "flatMetadata", void 0);
131
- export { FtReaderTopicMetadata };