@betterstore/react 0.3.49 → 0.3.50

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @betterstore/sdk
2
2
 
3
+ ## 0.3.50
4
+
5
+ ### Patch Changes
6
+
7
+ - bug fixes
8
+
3
9
  ## 0.3.49
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -560,7 +560,7 @@ const IframeWrapper = ({ children, iframeRef, }) => {
560
560
  height: "100%",
561
561
  border: "none",
562
562
  minHeight: "100vh",
563
- }, sandbox: "allow-same-origin allow-scripts" }),
563
+ }, sandbox: "allow-same-origin allow-scripts allow-forms" }),
564
564
  iframeBody && ReactDOM.createPortal(children, iframeBody)));
565
565
  };
566
566
 
package/dist/index.mjs CHANGED
@@ -537,7 +537,7 @@ const IframeWrapper = ({ children, iframeRef, }) => {
537
537
  height: "100%",
538
538
  border: "none",
539
539
  minHeight: "100vh",
540
- }, sandbox: "allow-same-origin allow-scripts" }),
540
+ }, sandbox: "allow-same-origin allow-scripts allow-forms" }),
541
541
  iframeBody && ReactDOM.createPortal(children, iframeBody)));
542
542
  };
543
543
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterstore/react",
3
- "version": "0.3.49",
3
+ "version": "0.3.50",
4
4
  "description": "E-commerce for Developers",
5
5
  "private": false,
6
6
  "publishConfig": {