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