@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.
@@ -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: false,
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: false,
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
  } }));
@@ -600,7 +600,6 @@ export const TaxAndCashDashboardView = (props) => {
600
600
  clearTimeout(hideTimeout);
601
601
  };
602
602
  };
603
- console.log(states.status, states.noFormNeeded, "tax form status");
604
603
  return (h("div", null,
605
604
  h("div", null,
606
605
  h("style", { type: "text/css" },
@@ -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: false,
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
  } }));