pdf_editor_aleon35_react_plugin
Advanced tools
Comparing version 1.0.26 to 1.0.28
@@ -14,2 +14,3 @@ "use strict"; | ||
tools = _ref.tools, | ||
locale = _ref.locale, | ||
container = _ref.container, | ||
@@ -44,3 +45,4 @@ iframeSrc = _ref.iframeSrc, | ||
fileName: fileName, | ||
tools: tools | ||
tools: tools, | ||
locale: locale | ||
}; | ||
@@ -47,0 +49,0 @@ |
{ | ||
"name": "pdf_editor_aleon35_react_plugin", | ||
"version": "1.0.26", | ||
"version": "1.0.28", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,2 +8,3 @@ import * as React from 'react'; | ||
fileName: string; | ||
locale: "en" | "es", | ||
tools: { | ||
@@ -10,0 +11,0 @@ thumbnails?: ("zoom" | "expand")[]; |
@@ -8,2 +8,3 @@ import { useEffect, useRef } from 'react'; | ||
tools, | ||
locale, | ||
container, | ||
@@ -39,3 +40,3 @@ iframeSrc, | ||
const targetOrigin = window.location.origin; | ||
const message = { file, fileName, tools }; | ||
const message = { file, fileName, tools, locale }; | ||
@@ -42,0 +43,0 @@ // Set up a function to send the message |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4602649
242