@fluid-topics/ft-reader-navigation-button 0.3.70 → 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,3 +1,2 @@
1
1
  export declare const FtReaderNavigationButtonCssVariables: {};
2
2
  export declare const styles: import("lit").CSSResult;
3
- //# sourceMappingURL=ft-reader-navigation-button.css.d.ts.map
@@ -8,4 +8,3 @@ export const styles = css `
8
8
  ${setVariable(FtReaderInternalLinkCssVariables.outlineColor, "transparent")}
9
9
  }
10
10
  `;
11
- //# sourceMappingURL=ft-reader-navigation-button.css.js.map
@@ -25,4 +25,3 @@ export declare class FtReaderNavigationButton extends FtReaderComponent implemen
25
25
  protected update(props: PropertyValues): void;
26
26
  private updateTarget;
27
27
  }
28
- //# sourceMappingURL=ft-reader-navigation-button.d.ts.map
@@ -11,14 +11,13 @@ import { styles } from "./ft-reader-navigation-button.css";
11
11
  import { FtButton } from "@fluid-topics/ft-button";
12
12
  import { FtReaderInternalLink } from "@fluid-topics/ft-reader-internal-link";
13
13
  import { FtReaderComponent } from "@fluid-topics/ft-reader-context/build/registration";
14
- import { FtIcons, FtIconVariants } from "@fluid-topics/ft-icon";
15
- export class FtReaderNavigationButton extends FtReaderComponent {
14
+ import { FtIcons } from "@fluid-topics/ft-icon";
15
+ class FtReaderNavigationButton extends FtReaderComponent {
16
16
  constructor() {
17
17
  super(...arguments);
18
18
  this.target = "next";
19
19
  this.tooltipPosition = "bottom";
20
20
  this.hideTooltip = false;
21
- this.iconVariant = FtIconVariants.fluid_topics;
22
21
  this.trailingIcon = false;
23
22
  this.editorMode = false;
24
23
  this.isReady = false;
@@ -112,4 +111,4 @@ __decorate([
112
111
  __decorate([
113
112
  state()
114
113
  ], FtReaderNavigationButton.prototype, "targetPage", void 0);
115
- //# sourceMappingURL=ft-reader-navigation-button.js.map
114
+ export { FtReaderNavigationButton };