@iframe-resizer/react 5.4.7-beta.3 → 5.4.7-beta.4

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/README.md CHANGED
@@ -22,4 +22,4 @@ yarn add @iframe-resizer/react
22
22
 
23
23
  ---
24
24
 
25
- _iframe-resizer version 5.4.7-beta.3 2025-06-16 - 12:20:35.267Z_
25
+ _iframe-resizer version 5.4.7-beta.4 2025-06-30 - 16:51:23.328Z_
@@ -33,7 +33,7 @@ declare module '@iframe-resizer/react' {
33
33
  bodyMargin?: string | number | null
34
34
  bodyPadding?: string | number | null
35
35
  checkOrigin?: boolean | string[]
36
- direction?: 'vertical' | 'horizontal' | 'none'
36
+ direction?: 'vertical' | 'horizontal' | 'none' | 'both'
37
37
  forwardRef?: any
38
38
  inPageLinks?: boolean
39
39
  license: string
package/index.cjs.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/react 5.4.7-beta.3 (cjs) - 2025-06-16
4
+ * @module iframe-resizer/react 5.4.7-beta.4 (cjs) - 2025-06-30
5
5
  *
6
6
  * @license GPL-3.0 for non-commercial use only.
7
7
  * For commercial use, you must purchase a license from
package/index.esm.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/react 5.4.7-beta.3 (esm) - 2025-06-16
4
+ * @module iframe-resizer/react 5.4.7-beta.4 (esm) - 2025-06-30
5
5
  *
6
6
  * @license GPL-3.0 for non-commercial use only.
7
7
  * For commercial use, you must purchase a license from
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iframe-resizer/react",
3
- "version": "5.4.7-beta.3",
3
+ "version": "5.4.7-beta.4",
4
4
  "license": "GPL-3.0",
5
5
  "homepage": "https://iframe-resizer.com",
6
6
  "author": {
@@ -43,8 +43,8 @@
43
43
  "react"
44
44
  ],
45
45
  "dependencies": {
46
- "@babel/runtime": "^7.27.4",
47
- "@iframe-resizer/core": "5.4.7-beta.3",
46
+ "@babel/runtime": "^7.27.6",
47
+ "@iframe-resizer/core": "5.4.7-beta.4",
48
48
  "auto-console-group": "1.2.9"
49
49
  }
50
50
  }