@saasquatch/mint-components 2.1.5-6 → 2.1.6-0
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 +0 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -2
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +0 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +0 -1
- package/dist/esm/sqm-stencilbook.entry.js +2 -2
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-27ddb9b6.entry.js → p-11066aa8.entry.js} +1 -1
- package/dist/mint-components/{p-104f7610.system.entry.js → p-519863e8.system.entry.js} +1 -1
- package/dist/mint-components/{p-4b4d3179.entry.js → p-57ea1470.entry.js} +1 -1
- package/dist/mint-components/p-af123d2b.system.js +1 -1
- package/dist/mint-components/{p-01b0693c.system.entry.js → p-b77ce001.system.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -4322,7 +4322,6 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
4322
4322
|
clearTimeout(hideTimeout);
|
|
4323
4323
|
};
|
|
4324
4324
|
};
|
|
4325
|
-
console.log(states.status, states.noFormNeeded, "tax form status");
|
|
4326
4325
|
return (index.h("div", null,
|
|
4327
4326
|
index.h("div", null,
|
|
4328
4327
|
index.h("style", { type: "text/css" },
|
|
@@ -17014,9 +17014,8 @@ const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
17014
17014
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
17015
17015
|
...dashboardProps,
|
|
17016
17016
|
states: {
|
|
17017
|
-
payoutStatus: "DONE",
|
|
17018
17017
|
veriffLoading: false,
|
|
17019
|
-
noFormNeeded:
|
|
17018
|
+
noFormNeeded: true,
|
|
17020
17019
|
canEditPayoutInfo: true,
|
|
17021
17020
|
status: "INACTIVE",
|
|
17022
17021
|
documentType: "W9",
|
|
@@ -17025,6 +17024,7 @@ const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
17025
17024
|
indirectTaxType: "VAT",
|
|
17026
17025
|
indirectTaxNumber: "123456",
|
|
17027
17026
|
showNewFormDialog: false,
|
|
17027
|
+
payoutStatus: "OVER_W9_THRESHOLD",
|
|
17028
17028
|
hasHold: false,
|
|
17029
17029
|
},
|
|
17030
17030
|
} }));
|
|
@@ -841,9 +841,8 @@ export const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
841
841
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
842
842
|
...dashboardProps,
|
|
843
843
|
states: {
|
|
844
|
-
payoutStatus: "DONE",
|
|
845
844
|
veriffLoading: false,
|
|
846
|
-
noFormNeeded:
|
|
845
|
+
noFormNeeded: true,
|
|
847
846
|
canEditPayoutInfo: true,
|
|
848
847
|
status: "INACTIVE",
|
|
849
848
|
documentType: "W9",
|
|
@@ -852,6 +851,7 @@ export const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
852
851
|
indirectTaxType: "VAT",
|
|
853
852
|
indirectTaxNumber: "123456",
|
|
854
853
|
showNewFormDialog: false,
|
|
854
|
+
payoutStatus: "OVER_W9_THRESHOLD",
|
|
855
855
|
hasHold: false,
|
|
856
856
|
},
|
|
857
857
|
} }));
|
|
@@ -4318,7 +4318,6 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
4318
4318
|
clearTimeout(hideTimeout);
|
|
4319
4319
|
};
|
|
4320
4320
|
};
|
|
4321
|
-
console.log(states.status, states.noFormNeeded, "tax form status");
|
|
4322
4321
|
return (h("div", null,
|
|
4323
4322
|
h("div", null,
|
|
4324
4323
|
h("style", { type: "text/css" },
|
|
@@ -17010,9 +17010,8 @@ const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
17010
17010
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
17011
17011
|
...dashboardProps,
|
|
17012
17012
|
states: {
|
|
17013
|
-
payoutStatus: "DONE",
|
|
17014
17013
|
veriffLoading: false,
|
|
17015
|
-
noFormNeeded:
|
|
17014
|
+
noFormNeeded: true,
|
|
17016
17015
|
canEditPayoutInfo: true,
|
|
17017
17016
|
status: "INACTIVE",
|
|
17018
17017
|
documentType: "W9",
|
|
@@ -17021,6 +17020,7 @@ const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
17021
17020
|
indirectTaxType: "VAT",
|
|
17022
17021
|
indirectTaxNumber: "123456",
|
|
17023
17022
|
showNewFormDialog: false,
|
|
17023
|
+
payoutStatus: "OVER_W9_THRESHOLD",
|
|
17024
17024
|
hasHold: false,
|
|
17025
17025
|
},
|
|
17026
17026
|
} }));
|