@saasquatch/mint-components 1.16.0-10 → 1.16.0-11
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 +0 -4
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +0 -4
- package/dist/esm/sqm-banking-info-form_17.entry.js +0 -4
- 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-960e1269.system.entry.js +1 -0
- package/dist/mint-components/{p-19d60c22.entry.js → p-dbcc9aa0.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-1086f9c1.system.entry.js +0 -1
|
@@ -2203,10 +2203,6 @@ function useDocusignForm(props) {
|
|
|
2203
2203
|
? publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType : undefined;
|
|
2204
2204
|
const actualDocumentType = existingDocumentType ||
|
|
2205
2205
|
getDocumentType(participantType) || (publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType);
|
|
2206
|
-
stencilHooks_module.useEffect(() => {
|
|
2207
|
-
// reset redirect hash
|
|
2208
|
-
window.location.hash = "";
|
|
2209
|
-
}, []);
|
|
2210
2206
|
stencilHooks_module.useEffect(() => {
|
|
2211
2207
|
if (!existingDocumentType)
|
|
2212
2208
|
return;
|
|
@@ -50,10 +50,6 @@ export function useDocusignForm(props) {
|
|
|
50
50
|
? publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType : undefined;
|
|
51
51
|
const actualDocumentType = existingDocumentType ||
|
|
52
52
|
getDocumentType(participantType) || (publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType);
|
|
53
|
-
useEffect(() => {
|
|
54
|
-
// reset redirect hash
|
|
55
|
-
window.location.hash = "";
|
|
56
|
-
}, []);
|
|
57
53
|
useEffect(() => {
|
|
58
54
|
if (!existingDocumentType)
|
|
59
55
|
return;
|
|
@@ -2199,10 +2199,6 @@ function useDocusignForm(props) {
|
|
|
2199
2199
|
? publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType : undefined;
|
|
2200
2200
|
const actualDocumentType = existingDocumentType ||
|
|
2201
2201
|
getDocumentType(participantType) || (publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType);
|
|
2202
|
-
useEffect(() => {
|
|
2203
|
-
// reset redirect hash
|
|
2204
|
-
window.location.hash = "";
|
|
2205
|
-
}, []);
|
|
2206
2202
|
useEffect(() => {
|
|
2207
2203
|
if (!existingDocumentType)
|
|
2208
2204
|
return;
|