@saasquatch/mint-components 1.15.5-2 → 1.15.5-3
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 +2 -1
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +0 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +2 -0
- package/dist/esm/sqm-banking-info-form_17.entry.js +2 -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-50988798.system.entry.js +1 -0
- package/dist/mint-components/{p-d0b404d5.entry.js → p-e8981f26.entry.js} +2 -2
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +0 -8
- 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-ba14b5f7.system.entry.js +0 -1
|
@@ -3170,7 +3170,6 @@ function useIndirectTaxForm(props) {
|
|
|
3170
3170
|
...p,
|
|
3171
3171
|
hasSubRegionTaxNumber: !p.hasSubRegionTaxNumber,
|
|
3172
3172
|
})),
|
|
3173
|
-
connectPartner,
|
|
3174
3173
|
},
|
|
3175
3174
|
data: {
|
|
3176
3175
|
esRegions: sqmInvoiceTableView.INDIRECT_TAX_SPAIN_REGIONS,
|
|
@@ -8194,9 +8193,11 @@ function useUserInfoForm(props) {
|
|
|
8194
8193
|
setStep("/dashboard");
|
|
8195
8194
|
}
|
|
8196
8195
|
}
|
|
8196
|
+
return;
|
|
8197
8197
|
}
|
|
8198
8198
|
catch (e) {
|
|
8199
8199
|
setErrors({ general: true });
|
|
8200
|
+
return;
|
|
8200
8201
|
}
|
|
8201
8202
|
}
|
|
8202
8203
|
const nextStep = context.overrideNextStep || skipNextStep ? "/3" : "/2";
|
|
@@ -220,9 +220,11 @@ export function useUserInfoForm(props) {
|
|
|
220
220
|
setStep("/dashboard");
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
|
+
return;
|
|
223
224
|
}
|
|
224
225
|
catch (e) {
|
|
225
226
|
setErrors({ general: true });
|
|
227
|
+
return;
|
|
226
228
|
}
|
|
227
229
|
}
|
|
228
230
|
const nextStep = context.overrideNextStep || skipNextStep ? "/3" : "/2";
|
|
@@ -3166,7 +3166,6 @@ function useIndirectTaxForm(props) {
|
|
|
3166
3166
|
...p,
|
|
3167
3167
|
hasSubRegionTaxNumber: !p.hasSubRegionTaxNumber,
|
|
3168
3168
|
})),
|
|
3169
|
-
connectPartner,
|
|
3170
3169
|
},
|
|
3171
3170
|
data: {
|
|
3172
3171
|
esRegions: INDIRECT_TAX_SPAIN_REGIONS,
|
|
@@ -8190,9 +8189,11 @@ function useUserInfoForm(props) {
|
|
|
8190
8189
|
setStep("/dashboard");
|
|
8191
8190
|
}
|
|
8192
8191
|
}
|
|
8192
|
+
return;
|
|
8193
8193
|
}
|
|
8194
8194
|
catch (e) {
|
|
8195
8195
|
setErrors({ general: true });
|
|
8196
|
+
return;
|
|
8196
8197
|
}
|
|
8197
8198
|
}
|
|
8198
8199
|
const nextStep = context.overrideNextStep || skipNextStep ? "/3" : "/2";
|