@vue-pdf-viewer/viewer 3.2.1 → 3.2.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.
@@ -29,6 +29,7 @@ export declare const DEFAULT_PROPS: {
29
29
  afterCanvasLoaded: undefined;
30
30
  };
31
31
  export declare const DEFAULT_OFFSET: Offset;
32
+ export declare const DEFAULT_VIEWER_HEIGHT = 768;
32
33
  export declare const PERCENTAGE = 100;
33
34
  export declare const MIN_ZOOM_SCALE = 0.25;
34
35
  export declare const MAX_ZOOM_SCALE = 10;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/viewer",
3
3
  "private": false,
4
- "version": "3.2.1",
4
+ "version": "3.2.2",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.cjs",
7
7
  "module": "./dist/index.js",