@vue-pdf-viewer/shared 0.0.0-experimental.17 → 0.0.0-experimental.18

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +0 -2
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -98,12 +98,10 @@ export type Localization = {
98
98
  annotationImageTooltip: string;
99
99
  annotationImageUnsupportedFileMessage: string;
100
100
  };
101
- export type AnnotationSlug = "highlight" | "freeText" | "signature" | "image";
102
101
  export type ToolbarDirection = "top" | "left" | "right";
103
102
  export interface PluginItem {
104
103
  id: string;
105
104
  component: Component;
106
- slug: AnnotationSlug;
107
105
  toolbarDirection: ToolbarDirection;
108
106
  }
109
107
  export interface PluginContext {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/shared",
3
3
  "private": false,
4
- "version": "0.0.0-experimental.17",
4
+ "version": "0.0.0-experimental.18",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",