@fluid-topics/ft-reader-content 1.3.38 → 1.3.39

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.
@@ -11,7 +11,7 @@ import { FtReaderComponent } from "@fluid-topics/ft-reader-context/build/registr
11
11
  import { FtInfiniteScroll } from "@fluid-topics/ft-infinite-scroll";
12
12
  import { styles } from "./ft-reader-content.styles";
13
13
  import "@fluid-topics/ft-reader-topic-context";
14
- import { FtReaderWatermark } from "./watermark/ft-reader-watermark";
14
+ import { FtReaderWatermark } from "./watermark";
15
15
  import { FtReaderStoreEvents } from "@fluid-topics/ft-reader-context";
16
16
  class FtReaderContent extends FtReaderComponent {
17
17
  constructor() {
@@ -47,7 +47,7 @@ class FtReaderContent extends FtReaderComponent {
47
47
  @scrolled-to-target=${this.onScrollDone}>
48
48
  </ft-infinite-scroll>
49
49
  <ft-reader-watermark part="watermark"
50
- watermark=${this.watermark}
50
+ .watermark=${this.watermark}
51
51
  .exportpartsPrefixes=${["watermark"]}
52
52
  height="${(_c = this.container) === null || _c === void 0 ? void 0 : _c.scrollable.clientHeight}px"></ft-reader-watermark>
53
53
  `;
@@ -94,7 +94,7 @@ class FtReaderContent extends FtReaderComponent {
94
94
  }
95
95
  FtReaderContent.elementDefinitions = {
96
96
  "ft-infinite-scroll": FtInfiniteScroll,
97
- "ft-reader-watermark": FtReaderWatermark
97
+ "ft-reader-watermark": FtReaderWatermark,
98
98
  };
99
99
  FtReaderContent.styles = styles;
100
100
  __decorate([