@saasquatch/mint-components 1.8.0-117 → 1.8.0-118
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_16.cjs.entry.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +1 -0
- package/dist/esm/sqm-banking-info-form_16.entry.js +1 -0
- package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-e9db9c5a.entry.js → p-20de1121.entry.js} +1 -1
- package/dist/mint-components/{p-a655881e.system.entry.js → p-b02079b9.system.entry.js} +1 -1
- package/dist/mint-components/p-d5364cae.system.js +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +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
|
@@ -5124,6 +5124,7 @@ const TaxAndCashMonolith = class {
|
|
|
5124
5124
|
loadingErrorAlertHeader: props.loadingErrorAlertHeader,
|
|
5125
5125
|
loadingErrorAlertDescription: props.loadingErrorAlertDescription,
|
|
5126
5126
|
taxAndPayoutsDescription: props.taxAndPayoutsDescription,
|
|
5127
|
+
searchForCountryText: props.searchForCountryText,
|
|
5127
5128
|
formStep: props.formStep,
|
|
5128
5129
|
};
|
|
5129
5130
|
}
|
|
@@ -824,6 +824,7 @@ export class TaxAndCashMonolith {
|
|
|
824
824
|
loadingErrorAlertHeader: props.loadingErrorAlertHeader,
|
|
825
825
|
loadingErrorAlertDescription: props.loadingErrorAlertDescription,
|
|
826
826
|
taxAndPayoutsDescription: props.taxAndPayoutsDescription,
|
|
827
|
+
searchForCountryText: props.searchForCountryText,
|
|
827
828
|
formStep: props.formStep,
|
|
828
829
|
};
|
|
829
830
|
}
|
|
@@ -5120,6 +5120,7 @@ const TaxAndCashMonolith = class {
|
|
|
5120
5120
|
loadingErrorAlertHeader: props.loadingErrorAlertHeader,
|
|
5121
5121
|
loadingErrorAlertDescription: props.loadingErrorAlertDescription,
|
|
5122
5122
|
taxAndPayoutsDescription: props.taxAndPayoutsDescription,
|
|
5123
|
+
searchForCountryText: props.searchForCountryText,
|
|
5123
5124
|
formStep: props.formStep,
|
|
5124
5125
|
};
|
|
5125
5126
|
}
|