@saasquatch/mint-components 1.16.0-21 → 1.16.0-22
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/cjs/sqm-banking-info-form_17.cjs.entry.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +1 -1
- package/dist/esm/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-2bf6eef0.entry.js → p-baa041b9.entry.js} +1 -1
- package/dist/mint-components/p-f61bd747.system.entry.js +1 -0
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-4b29afb2.system.entry.js +0 -1
|
@@ -2400,7 +2400,7 @@ const DocusignIframe = ({ states, data, callbacks, text, }) => {
|
|
|
2400
2400
|
if (typeof e.data === "number") {
|
|
2401
2401
|
setiFrameHeight(e.data + "px");
|
|
2402
2402
|
}
|
|
2403
|
-
if (e.data === "Complyexchange Thank you page Load") {
|
|
2403
|
+
if (e.data === "Complyexchange Thank you page Load" && !states.loading) {
|
|
2404
2404
|
callbacks.completeDocument();
|
|
2405
2405
|
}
|
|
2406
2406
|
}, []);
|
package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js
CHANGED
|
@@ -83,7 +83,7 @@ export const DocusignIframe = ({ states, data, callbacks, text, }) => {
|
|
|
83
83
|
if (typeof e.data === "number") {
|
|
84
84
|
setiFrameHeight(e.data + "px");
|
|
85
85
|
}
|
|
86
|
-
if (e.data === "Complyexchange Thank you page Load") {
|
|
86
|
+
if (e.data === "Complyexchange Thank you page Load" && !states.loading) {
|
|
87
87
|
callbacks.completeDocument();
|
|
88
88
|
}
|
|
89
89
|
}, []);
|
|
@@ -2396,7 +2396,7 @@ const DocusignIframe = ({ states, data, callbacks, text, }) => {
|
|
|
2396
2396
|
if (typeof e.data === "number") {
|
|
2397
2397
|
setiFrameHeight(e.data + "px");
|
|
2398
2398
|
}
|
|
2399
|
-
if (e.data === "Complyexchange Thank you page Load") {
|
|
2399
|
+
if (e.data === "Complyexchange Thank you page Load" && !states.loading) {
|
|
2400
2400
|
callbacks.completeDocument();
|
|
2401
2401
|
}
|
|
2402
2402
|
}, []);
|