@saasquatch/mint-components 1.15.0-126 → 1.15.0-127
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_10.cjs.entry.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +2 -2
- package/dist/esm/sqm-banking-info-form_10.entry.js +2 -2
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-947fd788.entry.js → p-55c47a8f.entry.js} +1 -1
- package/dist/mint-components/p-cb39dc04.system.js +1 -1
- package/dist/mint-components/{p-bf78da40.system.entry.js → p-e4434681.system.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -4072,7 +4072,7 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
4072
4072
|
index.h("div", { class: sheet$4.classes.BankingInformationContainer },
|
|
4073
4073
|
slots.payoutDetailsCardSlot,
|
|
4074
4074
|
!states.loading && (index.h("p", { class: sheet$4.classes.DescriptionText }, text.payoutFromImpact)),
|
|
4075
|
-
states.canEditPayoutInfo && (index.h("sl-button", { disabled: states.disabled || states.loading, type: "
|
|
4075
|
+
states.canEditPayoutInfo && (index.h("sl-button", { disabled: states.disabled || states.loading, type: "secondary", exportparts: "base: secondarybutton-base", onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)))),
|
|
4076
4076
|
index.h("div", { class: sheet$4.classes.TaxDocumentsContainer },
|
|
4077
4077
|
index.h("div", null, states.loading ? (index.h("div", { class: sheet$4.classes.TaxSectionSkeletonContainer },
|
|
4078
4078
|
index.h("sl-skeleton", { class: sheet$4.classes.SkeletonOne }),
|
|
@@ -4088,7 +4088,7 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
4088
4088
|
documentType: states.documentTypeString,
|
|
4089
4089
|
})),
|
|
4090
4090
|
index.h("span", { class: sheet$4.classes.StatusAlert }, statusMap[states.status]))),
|
|
4091
|
-
states.status !== "NOT_VERIFIED" && (index.h("sl-button", { style: { marginTop: "20px" }, disabled: states.disabled || states.loading, onClick: callbacks.onClick, type: "
|
|
4091
|
+
states.status !== "NOT_VERIFIED" && (index.h("sl-button", { style: { marginTop: "20px" }, disabled: states.disabled || states.loading, onClick: callbacks.onClick, type: "secondary", exportparts: "base: secondarybutton-base" }, text.newFormButton)))))))),
|
|
4092
4092
|
index.h("div", { class: sheet$4.classes.IndirectTaxPreviewContainer }, states.loading ? (index.h("div", { class: sheet$4.classes.TaxSectionSkeletonContainer },
|
|
4093
4093
|
index.h("sl-skeleton", { class: sheet$4.classes.SkeletonOne }),
|
|
4094
4094
|
index.h("sl-skeleton", { class: sheet$4.classes.SkeletonTwo }))) : (index.h("div", null,
|
|
@@ -386,7 +386,7 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
386
386
|
h("div", { class: sheet.classes.BankingInformationContainer },
|
|
387
387
|
slots.payoutDetailsCardSlot,
|
|
388
388
|
!states.loading && (h("p", { class: sheet.classes.DescriptionText }, text.payoutFromImpact)),
|
|
389
|
-
states.canEditPayoutInfo && (h("sl-button", { disabled: states.disabled || states.loading, type: "
|
|
389
|
+
states.canEditPayoutInfo && (h("sl-button", { disabled: states.disabled || states.loading, type: "secondary", exportparts: "base: secondarybutton-base", onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)))),
|
|
390
390
|
h("div", { class: sheet.classes.TaxDocumentsContainer },
|
|
391
391
|
h("div", null, states.loading ? (h("div", { class: sheet.classes.TaxSectionSkeletonContainer },
|
|
392
392
|
h("sl-skeleton", { class: sheet.classes.SkeletonOne }),
|
|
@@ -402,7 +402,7 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
402
402
|
documentType: states.documentTypeString,
|
|
403
403
|
})),
|
|
404
404
|
h("span", { class: sheet.classes.StatusAlert }, statusMap[states.status]))),
|
|
405
|
-
states.status !== "NOT_VERIFIED" && (h("sl-button", { style: { marginTop: "20px" }, disabled: states.disabled || states.loading, onClick: callbacks.onClick, type: "
|
|
405
|
+
states.status !== "NOT_VERIFIED" && (h("sl-button", { style: { marginTop: "20px" }, disabled: states.disabled || states.loading, onClick: callbacks.onClick, type: "secondary", exportparts: "base: secondarybutton-base" }, text.newFormButton)))))))),
|
|
406
406
|
h("div", { class: sheet.classes.IndirectTaxPreviewContainer }, states.loading ? (h("div", { class: sheet.classes.TaxSectionSkeletonContainer },
|
|
407
407
|
h("sl-skeleton", { class: sheet.classes.SkeletonOne }),
|
|
408
408
|
h("sl-skeleton", { class: sheet.classes.SkeletonTwo }))) : (h("div", null,
|
|
@@ -4068,7 +4068,7 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
4068
4068
|
h("div", { class: sheet$4.classes.BankingInformationContainer },
|
|
4069
4069
|
slots.payoutDetailsCardSlot,
|
|
4070
4070
|
!states.loading && (h("p", { class: sheet$4.classes.DescriptionText }, text.payoutFromImpact)),
|
|
4071
|
-
states.canEditPayoutInfo && (h("sl-button", { disabled: states.disabled || states.loading, type: "
|
|
4071
|
+
states.canEditPayoutInfo && (h("sl-button", { disabled: states.disabled || states.loading, type: "secondary", exportparts: "base: secondarybutton-base", onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)))),
|
|
4072
4072
|
h("div", { class: sheet$4.classes.TaxDocumentsContainer },
|
|
4073
4073
|
h("div", null, states.loading ? (h("div", { class: sheet$4.classes.TaxSectionSkeletonContainer },
|
|
4074
4074
|
h("sl-skeleton", { class: sheet$4.classes.SkeletonOne }),
|
|
@@ -4084,7 +4084,7 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
4084
4084
|
documentType: states.documentTypeString,
|
|
4085
4085
|
})),
|
|
4086
4086
|
h("span", { class: sheet$4.classes.StatusAlert }, statusMap[states.status]))),
|
|
4087
|
-
states.status !== "NOT_VERIFIED" && (h("sl-button", { style: { marginTop: "20px" }, disabled: states.disabled || states.loading, onClick: callbacks.onClick, type: "
|
|
4087
|
+
states.status !== "NOT_VERIFIED" && (h("sl-button", { style: { marginTop: "20px" }, disabled: states.disabled || states.loading, onClick: callbacks.onClick, type: "secondary", exportparts: "base: secondarybutton-base" }, text.newFormButton)))))))),
|
|
4088
4088
|
h("div", { class: sheet$4.classes.IndirectTaxPreviewContainer }, states.loading ? (h("div", { class: sheet$4.classes.TaxSectionSkeletonContainer },
|
|
4089
4089
|
h("sl-skeleton", { class: sheet$4.classes.SkeletonOne }),
|
|
4090
4090
|
h("sl-skeleton", { class: sheet$4.classes.SkeletonTwo }))) : (h("div", null,
|