@iframe-resizer/react 5.5.6-beta.1 → 5.5.6-beta.2

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
@@ -25,4 +25,4 @@ yarn add @iframe-resizer/react
25
25
 
26
26
  ---
27
27
 
28
- _iframe-resizer version 5.5.6-beta.1 2025-09-04 - 10:55:49.979Z_
28
+ _iframe-resizer version 5.5.6-beta.2 2025-09-05 - 13:24:50.871Z_
@@ -41,6 +41,7 @@ declare module '@iframe-resizer/react' {
41
41
  offsetSize?: number
42
42
  scrolling?: boolean | 'omit'
43
43
  tolerance?: number
44
+ waitForLoad?: boolean
44
45
  warningTimeout?: number
45
46
  }
46
47
 
package/index.cjs.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @preserve
3
3
  *
4
- * @module iframe-resizer/react 5.5.6-beta.1 (cjs) - 2025-09-04
4
+ * @module iframe-resizer/react 5.5.6-beta.2 (cjs) - 2025-09-05
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.5.6-beta.1 (esm) - 2025-09-04
4
+ * @module iframe-resizer/react 5.5.6-beta.2 (esm) - 2025-09-05
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.5.6-beta.1",
3
+ "version": "5.5.6-beta.2",
4
4
  "license": "GPL-3.0",
5
5
  "homepage": "https://iframe-resizer.com",
6
6
  "author": {
@@ -39,7 +39,7 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@babel/runtime": "^7.28.3",
42
- "@iframe-resizer/core": "5.5.6-beta.1",
42
+ "@iframe-resizer/core": "5.5.6-beta.2",
43
43
  "auto-console-group": "1.2.11"
44
44
  }
45
45
  }