@saasquatch/mint-components 1.14.3-2 → 1.14.3-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 +1 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.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-12fd5498.system.entry.js +1 -0
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-1d30361f.entry.js → p-94bb2626.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-5acddbf2.system.entry.js +0 -1
|
@@ -888,7 +888,7 @@ const BankingInfoFormView = (props) => {
|
|
|
888
888
|
index.h("sl-icon", { name: "info-circle" })),
|
|
889
889
|
text.modalTitle),
|
|
890
890
|
index.h("p", null, text.modalDescription),
|
|
891
|
-
index.h("sl-button", { slot: "footer", type: "primary", class: sheet.classes.DialogButton,
|
|
891
|
+
index.h("sl-button", { slot: "footer", type: "primary", class: sheet.classes.DialogButton, submit: true }, text.modalButtonText)),
|
|
892
892
|
index.h("div", { class: classes.TextContainer },
|
|
893
893
|
index.h("div", null,
|
|
894
894
|
!states.hideSteps && (index.h("p", null, global.intl.formatMessage({
|
package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js
CHANGED
|
@@ -242,7 +242,7 @@ export const BankingInfoFormView = (props) => {
|
|
|
242
242
|
h("sl-icon", { name: "info-circle" })),
|
|
243
243
|
text.modalTitle),
|
|
244
244
|
h("p", null, text.modalDescription),
|
|
245
|
-
h("sl-button", { slot: "footer", type: "primary", class: sheet.classes.DialogButton,
|
|
245
|
+
h("sl-button", { slot: "footer", type: "primary", class: sheet.classes.DialogButton, submit: true }, text.modalButtonText)),
|
|
246
246
|
h("div", { class: classes.TextContainer },
|
|
247
247
|
h("div", null,
|
|
248
248
|
!states.hideSteps && (h("p", null, intl.formatMessage({
|
|
@@ -884,7 +884,7 @@ const BankingInfoFormView = (props) => {
|
|
|
884
884
|
h("sl-icon", { name: "info-circle" })),
|
|
885
885
|
text.modalTitle),
|
|
886
886
|
h("p", null, text.modalDescription),
|
|
887
|
-
h("sl-button", { slot: "footer", type: "primary", class: sheet.classes.DialogButton,
|
|
887
|
+
h("sl-button", { slot: "footer", type: "primary", class: sheet.classes.DialogButton, submit: true }, text.modalButtonText)),
|
|
888
888
|
h("div", { class: classes.TextContainer },
|
|
889
889
|
h("div", null,
|
|
890
890
|
!states.hideSteps && (h("p", null, intl.formatMessage({
|