@d-i-t-a/reader 2.1.0-beta.1 → 2.1.0-beta.2

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.
@@ -149,7 +149,10 @@ export declare class TextHighlighter {
149
149
  initializeToolbox(): void;
150
150
  toolboxMode(mode: "colors" | "edit" | "add" | "action"): void;
151
151
  toolboxHide(): void;
152
- toolboxShowDelayed(ev: any): void;
152
+ toolboxShowDelayed(event: TouchEvent | MouseEvent): void;
153
+ showTool: ((b: boolean) => void) & {
154
+ clear(): void;
155
+ };
153
156
  snapSelectionToWord(trimmed?: boolean): any;
154
157
  toolboxShow(): void;
155
158
  isSelectionMenuOpen: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-i-t-a/reader",
3
- "version": "2.1.0-beta.1",
3
+ "version": "2.1.0-beta.2",
4
4
  "description": "A viewer application for EPUB files.",
5
5
  "repository": "https://github.com/d-i-t-a/R2D2BC",
6
6
  "license": "Apache-2.0",