@fluid-topics/ft-reader-topic-context 1.1.29 → 1.1.30

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.
@@ -3,7 +3,8 @@ import { FtReaderTopicContextProperties } from "./ft-reader-topic-context.proper
3
3
  import { FtReaderComponent } from "@fluid-topics/ft-reader-context/build/registration";
4
4
  import { FtReaderTopicComponentInterface } from "./registration";
5
5
  import { FtReaderTocNode } from "@fluid-topics/ft-reader-context/build/store/model";
6
- export declare class FtReaderTopicContext extends FtReaderComponent implements FtReaderTopicContextProperties {
6
+ import { FtRegistrationContext } from "@fluid-topics/ft-wc-utils";
7
+ export declare class FtReaderTopicContext extends FtReaderComponent implements FtReaderTopicContextProperties, FtRegistrationContext<FtReaderTopicComponentInterface> {
7
8
  static styles: import("lit").CSSResult;
8
9
  mapId?: string;
9
10
  tocId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-topic-context",
3
- "version": "1.1.29",
3
+ "version": "1.1.30",
4
4
  "description": "Context block for integrated reader topic components.",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,8 +19,8 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "1.1.29",
22
+ "@fluid-topics/ft-wc-utils": "1.1.30",
23
23
  "lit": "3.1.0"
24
24
  },
25
- "gitHead": "0d8f67879e2608a03b96d18ba7b3ad25e065178b"
25
+ "gitHead": "2eadc3ab5cdc677c1db2564a74d18440cd553d42"
26
26
  }