react-pdf-editor-1 1.2.40 → 1.2.41

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.
package/dist/index.js CHANGED
@@ -132,6 +132,7 @@ var useCreateIframeAndLoadViewer = function useCreateIframeAndLoadViewer(_ref) {
132
132
  setAnnotations(event.data.message);
133
133
  }
134
134
  if (event.data.type === 'has-seal-change') {
135
+ console.log('has-seal-change', event.data.message);
135
136
  setHasSeal(!!event.data.message);
136
137
  }
137
138
  if (event.data.type === "annotation-modal-open-change") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-pdf-editor-1",
3
- "version": "1.2.40",
3
+ "version": "1.2.41",
4
4
  "description": "## Core",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/index.js CHANGED
@@ -86,6 +86,7 @@ export const useCreateIframeAndLoadViewer = ({
86
86
  setAnnotations(event.data.message);
87
87
  }
88
88
  if (event.data.type === 'has-seal-change') {
89
+ console.log('has-seal-change', event.data.message);
89
90
  setHasSeal(!!event.data.message);
90
91
  }
91
92
  if (event.data.type === "annotation-modal-open-change") {