@cimplify/sdk 0.8.3 → 0.8.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/dist/advanced.js +1 -0
- package/dist/advanced.mjs +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/dist/react.js +1 -0
- package/dist/react.mjs +1 -0
- package/package.json +1 -1
package/dist/advanced.js
CHANGED
|
@@ -2741,6 +2741,7 @@ var CimplifyElement = class {
|
|
|
2741
2741
|
iframe.src = url.toString();
|
|
2742
2742
|
iframe.style.border = "none";
|
|
2743
2743
|
iframe.style.width = "100%";
|
|
2744
|
+
iframe.style.minHeight = "200px";
|
|
2744
2745
|
iframe.style.display = "block";
|
|
2745
2746
|
iframe.style.overflow = "hidden";
|
|
2746
2747
|
iframe.style.background = "transparent";
|
package/dist/advanced.mjs
CHANGED
|
@@ -2739,6 +2739,7 @@ var CimplifyElement = class {
|
|
|
2739
2739
|
iframe.src = url.toString();
|
|
2740
2740
|
iframe.style.border = "none";
|
|
2741
2741
|
iframe.style.width = "100%";
|
|
2742
|
+
iframe.style.minHeight = "200px";
|
|
2742
2743
|
iframe.style.display = "block";
|
|
2743
2744
|
iframe.style.overflow = "hidden";
|
|
2744
2745
|
iframe.style.background = "transparent";
|
package/dist/index.js
CHANGED
|
@@ -3281,6 +3281,7 @@ var CimplifyElement = class {
|
|
|
3281
3281
|
iframe.src = url.toString();
|
|
3282
3282
|
iframe.style.border = "none";
|
|
3283
3283
|
iframe.style.width = "100%";
|
|
3284
|
+
iframe.style.minHeight = "200px";
|
|
3284
3285
|
iframe.style.display = "block";
|
|
3285
3286
|
iframe.style.overflow = "hidden";
|
|
3286
3287
|
iframe.style.background = "transparent";
|
package/dist/index.mjs
CHANGED
|
@@ -3279,6 +3279,7 @@ var CimplifyElement = class {
|
|
|
3279
3279
|
iframe.src = url.toString();
|
|
3280
3280
|
iframe.style.border = "none";
|
|
3281
3281
|
iframe.style.width = "100%";
|
|
3282
|
+
iframe.style.minHeight = "200px";
|
|
3282
3283
|
iframe.style.display = "block";
|
|
3283
3284
|
iframe.style.overflow = "hidden";
|
|
3284
3285
|
iframe.style.background = "transparent";
|
package/dist/react.js
CHANGED
|
@@ -3459,6 +3459,7 @@ var CimplifyElement = class {
|
|
|
3459
3459
|
iframe.src = url.toString();
|
|
3460
3460
|
iframe.style.border = "none";
|
|
3461
3461
|
iframe.style.width = "100%";
|
|
3462
|
+
iframe.style.minHeight = "200px";
|
|
3462
3463
|
iframe.style.display = "block";
|
|
3463
3464
|
iframe.style.overflow = "hidden";
|
|
3464
3465
|
iframe.style.background = "transparent";
|
package/dist/react.mjs
CHANGED
|
@@ -3453,6 +3453,7 @@ var CimplifyElement = class {
|
|
|
3453
3453
|
iframe.src = url.toString();
|
|
3454
3454
|
iframe.style.border = "none";
|
|
3455
3455
|
iframe.style.width = "100%";
|
|
3456
|
+
iframe.style.minHeight = "200px";
|
|
3456
3457
|
iframe.style.display = "block";
|
|
3457
3458
|
iframe.style.overflow = "hidden";
|
|
3458
3459
|
iframe.style.background = "transparent";
|