@saasquatch/mint-components 2.0.0-47 → 2.0.0-48
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 +7 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +7 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +7 -1
- 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-5f05a0e4.entry.js → p-0e638cd3.entry.js} +1 -1
- package/dist/mint-components/{p-ce26148d.system.entry.js → p-622c14ea.system.entry.js} +1 -1
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -3822,6 +3822,10 @@ const style$5 = {
|
|
|
3822
3822
|
},
|
|
3823
3823
|
EditBankDetailsButton: {
|
|
3824
3824
|
marginTop: "var(--sl-spacing-large)",
|
|
3825
|
+
backgroundColor: "var(--sqm-secondary-button-background)",
|
|
3826
|
+
color: "var(--sqm-secondary-button-color)",
|
|
3827
|
+
borderColor: "var(--sqm-secondary-button-color-border)",
|
|
3828
|
+
borderRadius: "var(--sqm-secondary-button-radius)",
|
|
3825
3829
|
},
|
|
3826
3830
|
SkeletonOne: {
|
|
3827
3831
|
width: "15%",
|
|
@@ -4143,7 +4147,9 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
4143
4147
|
index.h("div", { class: sheet$4.classes.BankingInformationContainer },
|
|
4144
4148
|
slots.payoutDetailsCardSlot,
|
|
4145
4149
|
!states.loading && (index.h("p", { class: sheet$4.classes.DescriptionText }, text.payoutFromImpact)),
|
|
4146
|
-
states.canEditPayoutInfo && (index.h("sl-button", { disabled: states.disabled || states.loading, type: "default", exportparts: "base: secondarybutton-base",
|
|
4150
|
+
states.canEditPayoutInfo && (index.h("sl-button", { disabled: states.disabled || states.loading, type: "default", exportparts: "base: secondarybutton-base",
|
|
4151
|
+
// class={sheet.classes.EditBankDetailsButton}
|
|
4152
|
+
onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)))),
|
|
4147
4153
|
(!states.noFormNeeded || states.status === "NOT_VERIFIED") && (index.h("div", { class: sheet$4.classes.TaxDocumentsContainer },
|
|
4148
4154
|
index.h("div", null, states.loading ? (index.h("div", { class: sheet$4.classes.TaxSectionSkeletonContainer },
|
|
4149
4155
|
index.h("sl-skeleton", { class: sheet$4.classes.SkeletonOne }),
|
|
@@ -115,6 +115,10 @@ const style = {
|
|
|
115
115
|
},
|
|
116
116
|
EditBankDetailsButton: {
|
|
117
117
|
marginTop: "var(--sl-spacing-large)",
|
|
118
|
+
backgroundColor: "var(--sqm-secondary-button-background)",
|
|
119
|
+
color: "var(--sqm-secondary-button-color)",
|
|
120
|
+
borderColor: "var(--sqm-secondary-button-color-border)",
|
|
121
|
+
borderRadius: "var(--sqm-secondary-button-radius)",
|
|
118
122
|
},
|
|
119
123
|
SkeletonOne: {
|
|
120
124
|
width: "15%",
|
|
@@ -436,7 +440,9 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
436
440
|
h("div", { class: sheet.classes.BankingInformationContainer },
|
|
437
441
|
slots.payoutDetailsCardSlot,
|
|
438
442
|
!states.loading && (h("p", { class: sheet.classes.DescriptionText }, text.payoutFromImpact)),
|
|
439
|
-
states.canEditPayoutInfo && (h("sl-button", { disabled: states.disabled || states.loading, type: "default", exportparts: "base: secondarybutton-base",
|
|
443
|
+
states.canEditPayoutInfo && (h("sl-button", { disabled: states.disabled || states.loading, type: "default", exportparts: "base: secondarybutton-base",
|
|
444
|
+
// class={sheet.classes.EditBankDetailsButton}
|
|
445
|
+
onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)))),
|
|
440
446
|
(!states.noFormNeeded || states.status === "NOT_VERIFIED") && (h("div", { class: sheet.classes.TaxDocumentsContainer },
|
|
441
447
|
h("div", null, states.loading ? (h("div", { class: sheet.classes.TaxSectionSkeletonContainer },
|
|
442
448
|
h("sl-skeleton", { class: sheet.classes.SkeletonOne }),
|
|
@@ -3818,6 +3818,10 @@ const style$5 = {
|
|
|
3818
3818
|
},
|
|
3819
3819
|
EditBankDetailsButton: {
|
|
3820
3820
|
marginTop: "var(--sl-spacing-large)",
|
|
3821
|
+
backgroundColor: "var(--sqm-secondary-button-background)",
|
|
3822
|
+
color: "var(--sqm-secondary-button-color)",
|
|
3823
|
+
borderColor: "var(--sqm-secondary-button-color-border)",
|
|
3824
|
+
borderRadius: "var(--sqm-secondary-button-radius)",
|
|
3821
3825
|
},
|
|
3822
3826
|
SkeletonOne: {
|
|
3823
3827
|
width: "15%",
|
|
@@ -4139,7 +4143,9 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
4139
4143
|
h("div", { class: sheet$4.classes.BankingInformationContainer },
|
|
4140
4144
|
slots.payoutDetailsCardSlot,
|
|
4141
4145
|
!states.loading && (h("p", { class: sheet$4.classes.DescriptionText }, text.payoutFromImpact)),
|
|
4142
|
-
states.canEditPayoutInfo && (h("sl-button", { disabled: states.disabled || states.loading, type: "default", exportparts: "base: secondarybutton-base",
|
|
4146
|
+
states.canEditPayoutInfo && (h("sl-button", { disabled: states.disabled || states.loading, type: "default", exportparts: "base: secondarybutton-base",
|
|
4147
|
+
// class={sheet.classes.EditBankDetailsButton}
|
|
4148
|
+
onClick: callbacks.onEditPayoutInfo }, text.editPaymentInformationButton)))),
|
|
4143
4149
|
(!states.noFormNeeded || states.status === "NOT_VERIFIED") && (h("div", { class: sheet$4.classes.TaxDocumentsContainer },
|
|
4144
4150
|
h("div", null, states.loading ? (h("div", { class: sheet$4.classes.TaxSectionSkeletonContainer },
|
|
4145
4151
|
h("sl-skeleton", { class: sheet$4.classes.SkeletonOne }),
|