@vue-pdf-viewer/shared 1.2.0-rc.5 → 1.2.0-rc.6

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 +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -134,7 +134,7 @@ export interface PluginContext<PDFDocumentProxy = any> {
134
134
  AppButton?: Component;
135
135
  AppTooltip?: Component;
136
136
  AppPopover?: Component;
137
- AppHighlightColorPicker?: Component;
137
+ AppColorPicker?: Component;
138
138
  AppSignatures?: Component;
139
139
  };
140
140
  pdf?: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/shared",
3
3
  "private": false,
4
- "version": "1.2.0-rc.5",
4
+ "version": "1.2.0-rc.6",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",