@fluid-topics/ft-reader-navigation-button 0.3.71 → 1.0.0-alpha.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.
@@ -1,6 +1,6 @@
1
1
  import { Position } from "@fluid-topics/ft-tooltip/build/ft-tooltip.properties";
2
2
  import { FtIconVariants } from "@fluid-topics/ft-icon";
3
- export declare type FtReaderNavigationTarget = "next" | "previous";
3
+ export type FtReaderNavigationTarget = "next" | "previous";
4
4
  export interface FtReaderNavigationButtonProperties {
5
5
  target?: FtReaderNavigationTarget;
6
6
  content?: string;
@@ -11,4 +11,3 @@ export interface FtReaderNavigationButtonProperties {
11
11
  trailingIcon?: boolean;
12
12
  editorMode?: boolean;
13
13
  }
14
- //# sourceMappingURL=ft-reader-navigation-button.properties.d.ts.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=ft-reader-navigation-button.properties.js.map
package/build/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  export * from "./ft-reader-navigation-button.css";
2
2
  export * from "./ft-reader-navigation-button.properties";
3
3
  export * from "./ft-reader-navigation-button";
4
- //# sourceMappingURL=index.d.ts.map
package/build/index.js CHANGED
@@ -4,4 +4,3 @@ export * from "./ft-reader-navigation-button.css";
4
4
  export * from "./ft-reader-navigation-button.properties";
5
5
  export * from "./ft-reader-navigation-button";
6
6
  customElement("ft-reader-navigation-button")(FtReaderNavigationButton);
7
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-navigation-button",
3
- "version": "0.3.71",
3
+ "version": "1.0.0-alpha.0",
4
4
  "description": "Button used to navigate between pages in an integrated reader context.",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,12 +19,12 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-button": "0.3.71",
23
- "@fluid-topics/ft-reader-context": "0.3.71",
24
- "@fluid-topics/ft-reader-internal-link": "0.3.71",
25
- "@fluid-topics/ft-tooltip": "0.3.71",
26
- "@fluid-topics/ft-wc-utils": "0.3.71",
27
- "lit": "2.2.8"
22
+ "@fluid-topics/ft-button": "1.0.0-alpha.0",
23
+ "@fluid-topics/ft-reader-context": "1.0.0-alpha.0",
24
+ "@fluid-topics/ft-reader-internal-link": "1.0.0-alpha.0",
25
+ "@fluid-topics/ft-tooltip": "1.0.0-alpha.0",
26
+ "@fluid-topics/ft-wc-utils": "1.0.0-alpha.0",
27
+ "lit": "2.7.2"
28
28
  },
29
- "gitHead": "aeaa883cc0e3596e6cc75d282aa99de3c603f6a2"
29
+ "gitHead": "e20baae36b79d721b948090d552affaf92c4f12f"
30
30
  }