@vue-pdf-viewer/viewer 3.7.0-beta.1 → 3.7.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.
@@ -748,5 +748,6 @@ export declare const useAnnotationHighlight: (props: UseAnnotationHighlightProps
748
748
  height: number;
749
749
  }[];
750
750
  };
751
+ prepareHighlightElements: (editorActive?: boolean) => Promise<void>;
751
752
  };
752
753
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/viewer",
3
3
  "private": false,
4
- "version": "3.7.0-beta.1",
4
+ "version": "3.7.0-beta.2",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
7
7
  "module": "./dist/index.js",