@betterstore/react 0.3.49 → 0.3.51

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,17 @@
1
1
  # @betterstore/sdk
2
2
 
3
+ ## 0.3.51
4
+
5
+ ### Patch Changes
6
+
7
+ - bug fixes
8
+
9
+ ## 0.3.50
10
+
11
+ ### Patch Changes
12
+
13
+ - bug fixes
14
+
3
15
  ## 0.3.49
4
16
 
5
17
  ### Patch Changes
@@ -36,9 +36,6 @@ export declare const appearance: {
36
36
  fontSize: string;
37
37
  fontWeight: string;
38
38
  };
39
- ".Input:disabled, .Input--invalid:disabled": {
40
- cursor: string;
41
- };
42
39
  ".Tab": {
43
40
  padding: string;
44
41
  border: string;
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 allow-popups allow-popups-to-escape-sandbox allow-top-navigation" }),
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 allow-popups allow-popups-to-escape-sandbox allow-top-navigation" }),
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.51",
4
4
  "description": "E-commerce for Developers",
5
5
  "private": false,
6
6
  "publishConfig": {