@iframe-resizer/react 5.5.2-beta.9 → 5.5.3-beta.1
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 +4 -3
- package/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<p align="center"><br>
|
|
2
|
-
<img src="https://iframe-resizer.com/logo-full.svg" alt="iframe-resizer - keep iframes sized to their content" title="" width="
|
|
3
|
-
<p
|
|
2
|
+
<img src="https://iframe-resizer.com/logo-full.svg" alt="iframe-resizer - keep iframes sized to their content" title="" width="90%" style="width: 90%">
|
|
3
|
+
<p>
|
|
4
|
+
|
|
4
5
|
# @iframe-resizer/react
|
|
5
6
|
|
|
6
7
|
This package is part of __[iframe-resizer](https://iframe-resizer.com)__, a library that enables the automatic resizing of the height and width of both same and cross origin iframes to fit their contained content. Additionally it provides a range of features to address the most common issues with using iframes.
|
|
@@ -23,4 +24,4 @@ yarn add @iframe-resizer/react
|
|
|
23
24
|
|
|
24
25
|
---
|
|
25
26
|
|
|
26
|
-
_iframe-resizer version 5.5.
|
|
27
|
+
_iframe-resizer version 5.5.3-beta.1 2025-08-14 - 20:23:51.236Z_
|
package/index.cjs.js
CHANGED
package/index.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iframe-resizer/react",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.3-beta.1",
|
|
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.2",
|
|
42
|
-
"@iframe-resizer/core": "5.5.
|
|
42
|
+
"@iframe-resizer/core": "5.5.3-beta.1",
|
|
43
43
|
"auto-console-group": "1.2.10"
|
|
44
44
|
}
|
|
45
45
|
}
|