@fluid-topics/ft-reader-topic-metadata 0.3.71 → 1.0.0-alpha.1

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.
@@ -1,3 +1,2 @@
1
1
  export declare const FtReaderTopicMetadataCssVariables: {};
2
2
  export declare const styles: import("lit").CSSResult;
3
- //# sourceMappingURL=ft-reader-topic-metadata.css.d.ts.map
@@ -6,4 +6,3 @@ export const styles = css `
6
6
  display: inline-block;
7
7
  }
8
8
  `;
9
- //# sourceMappingURL=ft-reader-topic-metadata.css.js.map
@@ -17,4 +17,3 @@ export declare class FtReaderTopicMetadata extends FtReaderTopicComponent implem
17
17
  protected onStoreAvailable(): void;
18
18
  private updateContent;
19
19
  }
20
- //# sourceMappingURL=ft-reader-topic-metadata.d.ts.map
@@ -10,7 +10,7 @@ import { styles } from "./ft-reader-topic-metadata.css";
10
10
  import { FtReaderTopicComponent } from "@fluid-topics/ft-reader-topic-context/build/registration";
11
11
  import { FtTooltip } from "@fluid-topics/ft-tooltip";
12
12
  import { FtChip } from "@fluid-topics/ft-chip";
13
- export class FtReaderTopicMetadata extends FtReaderTopicComponent {
13
+ class FtReaderTopicMetadata extends FtReaderTopicComponent {
14
14
  constructor() {
15
15
  super(...arguments);
16
16
  this.editorMode = false;
@@ -88,4 +88,4 @@ __decorate([
88
88
  __decorate([
89
89
  state()
90
90
  ], FtReaderTopicMetadata.prototype, "metadata", void 0);
91
- //# sourceMappingURL=ft-reader-topic-metadata.js.map
91
+ export { FtReaderTopicMetadata };