@saasquatch/mint-components 1.8.0-67 → 1.8.0-68

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.
@@ -1721,12 +1721,12 @@ const BankingInfoForm = class {
1721
1721
  * Heading text for the payment method section
1722
1722
  * @uiName Payment method heading text
1723
1723
  */
1724
- this.paymentMethod = "Payment Method";
1724
+ this.paymentMethod = "Payment method";
1725
1725
  /**
1726
1726
  * Heading text for the payment schedule section
1727
1727
  * @uiName Payment schedule heading text
1728
1728
  */
1729
- this.paymentSchedule = "Payment Schedule";
1729
+ this.paymentSchedule = "Payment schedule";
1730
1730
  /**
1731
1731
  * Subtext for the payment method section
1732
1732
  * @uiName Payment method subtext
@@ -1736,22 +1736,22 @@ const BankingInfoForm = class {
1736
1736
  * Label text for the PayPal email input field
1737
1737
  * @uiName PayPal email input label
1738
1738
  */
1739
- this.payPalInputLabel = "PayPal Email";
1739
+ this.payPalInputLabel = "PayPal email";
1740
1740
  /**
1741
1741
  * Label text for the bank country location input field
1742
1742
  * @uiName Bank country location input label
1743
1743
  */
1744
- this.bankLocationLabel = "Bank Country Location";
1744
+ this.bankLocationLabel = "Bank country location";
1745
1745
  /**
1746
1746
  * Label text for the beneficiary account name input field
1747
1747
  * @uiName Beneficiary account name input label
1748
1748
  */
1749
- this.beneficiaryAccountNameLabel = "Beneficiary Account Name";
1749
+ this.beneficiaryAccountNameLabel = "Beneficiary account name";
1750
1750
  /**
1751
1751
  * Label text for the bank account type input field
1752
1752
  * @uiName Bank account type input label
1753
1753
  */
1754
- this.bankAccountTypeLabel = "Bank Account Type";
1754
+ this.bankAccountTypeLabel = "Bank account type";
1755
1755
  /**
1756
1756
  * Label text for the checking account type select item
1757
1757
  * @uiName Checking select item label
@@ -1766,7 +1766,7 @@ const BankingInfoForm = class {
1766
1766
  * Label text for the bank account number input field
1767
1767
  * @uiName Bank account number input label
1768
1768
  */
1769
- this.bankAccountNumberLabel = "Bank Account Number";
1769
+ this.bankAccountNumberLabel = "Bank account number";
1770
1770
  /**
1771
1771
  * Label text for the IBAN input field
1772
1772
  * @uiName IBAN input label
@@ -1776,12 +1776,12 @@ const BankingInfoForm = class {
1776
1776
  * Label text for the SWIFT code input field
1777
1777
  * @uiName SWIFT code input label
1778
1778
  */
1779
- this.swiftCodeLabel = "SWIFT Code";
1779
+ this.swiftCodeLabel = "SWIFT code";
1780
1780
  /**
1781
1781
  * Label text for the routing code input field
1782
1782
  * @uiName Routing code input label
1783
1783
  */
1784
- this.routingCodeLabel = "{country, select, AU {BSB Number} CA {Routing Number} CZ {Bank Code} HK {Clearing Code} SG {Clearing Code} US {ABA Routing Number} NZ {BSB Number} ZA {Bank/Branch Number} IN {IFSC} CNY {CNAPS} other {Routing Code} }";
1784
+ this.routingCodeLabel = "{country, select, AU {BSB number} CA {Routing number} CZ {Bank code} HK {Clearing code} SG {Clearing code} US {ABA routing number} NZ {BSB number} ZA {Bank/Branch cumber} IN {IFSC} CNY {CNAPS} other {Routing code} }";
1785
1785
  /**
1786
1786
  * Label text for the bank name input field
1787
1787
  * @uiName Bank name input label
@@ -1816,22 +1816,22 @@ const BankingInfoForm = class {
1816
1816
  * Label text for the patronymic name input field
1817
1817
  * @uiName Patronymic name input label
1818
1818
  */
1819
- this.patronymicNameLabel = "Patronymic Name";
1819
+ this.patronymicNameLabel = "Patronymic name";
1820
1820
  /**
1821
1821
  * Label text for the VO code input field
1822
1822
  * @uiName VO code input label
1823
1823
  */
1824
- this.voCodeLabel = "VO Code";
1824
+ this.voCodeLabel = "VO code";
1825
1825
  /**
1826
1826
  * Label text for the agency code input field
1827
1827
  * @uiName Agency code input label
1828
1828
  */
1829
- this.agencyCodeLabel = "Agency Code";
1829
+ this.agencyCodeLabel = "Agency code";
1830
1830
  /**
1831
1831
  * Label text for the branch code input field
1832
1832
  * @uiName Branch code input label
1833
1833
  */
1834
- this.branchCodeLabel = "Branch Code";
1834
+ this.branchCodeLabel = "Branch code";
1835
1835
  /**
1836
1836
  * Label text for the classification input field
1837
1837
  * @uiName Classification input label
@@ -1846,26 +1846,26 @@ const BankingInfoForm = class {
1846
1846
  * Label text for the Bank Address input
1847
1847
  * @uiName Bank Address input item label
1848
1848
  */
1849
- this.bankAddressLabel = "Bank Address";
1849
+ this.bankAddressLabel = "Bank address";
1850
1850
  /**
1851
1851
  * Label text for the Bank City input
1852
1852
  * @uiName Bank City Label input label
1853
1853
  */
1854
- this.bankCityLabel = "Bank City";
1854
+ this.bankCityLabel = "Bank city";
1855
1855
  /**
1856
1856
  * Label text for the Bank Province / State input
1857
1857
  * @uiName Bank Province / State input label
1858
1858
  */
1859
- this.bankStateLabel = "Bank Province/State";
1859
+ this.bankStateLabel = "Bank province/state";
1860
1860
  /**
1861
1861
  * Label text for the Bank Postal Code
1862
1862
  * @uiName Bank Postal Code input label
1863
1863
  */
1864
- this.bankPostalCodeLabel = "Bank Postal Code";
1864
+ this.bankPostalCodeLabel = "Bank postal code";
1865
1865
  /**
1866
1866
  * @uiName EFT Withdrawal label text
1867
1867
  */
1868
- this.eftWithdrawalLabel = "EFT Withdrawal (free)";
1868
+ this.eftWithdrawalLabel = "EFT withdrawal (free)";
1869
1869
  /**
1870
1870
  * @uiName FX Wire Processing fee text
1871
1871
  */
@@ -3159,7 +3159,7 @@ const IndirectTaxForm = class {
3159
3159
  * Heading text for the indirect tax details section
3160
3160
  * @uiName Indirect tax details heading text
3161
3161
  */
3162
- this.indirectTaxDetails = "Indirect Tax Details";
3162
+ this.indirectTaxDetails = "Indirect tax details";
3163
3163
  /**
3164
3164
  * Text shown below the indirect tax details heading text
3165
3165
  * @uiName Indirect tax details subtext
@@ -3189,7 +3189,7 @@ const IndirectTaxForm = class {
3189
3189
  * Label text for the country/region select input
3190
3190
  * @uiName Selected country/region label
3191
3191
  */
3192
- this.selectedRegion = "Country / Region of Indirect Tax";
3192
+ this.selectedRegion = "Country / region of indirect tax";
3193
3193
  /**
3194
3194
  * Label text for the province input
3195
3195
  * @uiName Province input label
@@ -3199,12 +3199,12 @@ const IndirectTaxForm = class {
3199
3199
  * Label text for the indirect tax number input with a dynamic placeholder based on tax type
3200
3200
  * @uiName Indirect tax number input label
3201
3201
  */
3202
- this.indirectTaxNumber = "{taxType, select, GST {GST Number} HST {HST Number} VAT {VAT Number} CT {CT Number} SST {SST Number} GENERAL {Indirect Tax Number}}";
3202
+ this.indirectTaxNumber = "{taxType, select, GST {GST number} HST {HST number} VAT {VAT number} CT {CT number} SST {SST number} GENERAL {Indirect tax number}}";
3203
3203
  /**
3204
3204
  * Label text for the QST number input field
3205
3205
  * @uiName QST number input label
3206
3206
  */
3207
- this.qstNumber = "QST Number";
3207
+ this.qstNumber = "QST number";
3208
3208
  /**
3209
3209
  * Text for the option indicating registration for QST tax
3210
3210
  * @uiName Registered for QST tax option text
@@ -3234,12 +3234,12 @@ const IndirectTaxForm = class {
3234
3234
  * Alert text indicating participant cannot change info after it has been submitted
3235
3235
  * @uiName Cannot change info Alert text
3236
3236
  */
3237
- this.cannotChangeInfoAlert = "Changes to your personal information and indirect tax can only be made through our Support team after you complete this step. Ensure these are correct before continuing.";
3237
+ this.cannotChangeInfoAlert = "Changes to your personal and indirect tax information can only be made through our Support team after you complete this step. Make sure these are correct before continuing.";
3238
3238
  /**
3239
3239
  * Error message for the indirect tax number input field with a dynamic placeholder based on tax type
3240
3240
  * @uiName Indirect tax number error message
3241
3241
  */
3242
- this.indirectTaxNumberError = "{taxType, select, GST {GST Number} HST {HST Number} VAT {VAT Number} CT {CT Number} SST {SST Number} GENERAL {Indirect Tax Number}} is required";
3242
+ this.indirectTaxNumberError = "{taxType, select, GST {GST number} HST {HST number} VAT {VAT number} CT {CT number} SST {SST number} GENERAL {Indirect tax number}} is required";
3243
3243
  /**
3244
3244
  * Required error text shown at the bottom of field inputs
3245
3245
  * @uiName Field inputs error text
@@ -3910,12 +3910,12 @@ const style$4 = {
3910
3910
  },
3911
3911
  Alert: {
3912
3912
  "&::part(base)": {
3913
- backgroundColor: "var(--sl-color-red-100)",
3914
- borderTop: "none",
3913
+ backgroundColor: "var(--sl-color-warning-100)",
3914
+ border: "1px solid var(--sl-color-warning-300)",
3915
3915
  padding: "0 16px",
3916
3916
  },
3917
3917
  "& sl-icon::part(base)": {
3918
- color: "var(--sl-color-danger-500)",
3918
+ color: "var(--sl-color-warning-500)",
3919
3919
  },
3920
3920
  },
3921
3921
  AlertContent: {
@@ -3961,8 +3961,8 @@ function PayoutDetailsCardView(props) {
3961
3961
  });
3962
3962
  return (index.h("div", { class: classes.Container },
3963
3963
  index.h("style", { type: "text/css" }, styleString),
3964
- states.error && (index.h("sl-alert", { exportparts: "base: alert-base, icon:alert-icon", class: classes.Alert, type: "danger", open: true },
3965
- index.h("sl-icon", { slot: "icon", name: "exclamation-octagon" }),
3964
+ states.error && (index.h("sl-alert", { exportparts: "base: alert-base, icon:alert-icon", class: classes.Alert, type: "warning", open: true },
3965
+ index.h("sl-icon", { slot: "icon", name: "exclamation-triangle" }),
3966
3966
  index.h("div", { class: classes.AlertContent },
3967
3967
  index.h("b", null, text.error.errorTitleText),
3968
3968
  text.error.errorDescriptionText))),
@@ -4066,12 +4066,12 @@ const PayoutDetailsCard = class {
4066
4066
  * Error alert header shown above payout details card
4067
4067
  * @uiName Error alert header
4068
4068
  */
4069
- this.errorTitleText = "There was an error with your payout infomation";
4069
+ this.errorTitleText = "Your payout is on hold ";
4070
4070
  /**
4071
4071
  * Error alert description shown above payout details card
4072
4072
  * @uiName Error alert description
4073
4073
  */
4074
- this.errorDescriptionText = "Please ensure your payout information is correct. If this problem continues, contact Support.";
4074
+ this.errorDescriptionText = "If you’ve recently added your payout information, please wait while we verify your information. If it’s still on hold after a few days, please contact Support or check your inbox for an email from our referral program provider, impact.com.";
4075
4075
  stencilHooks_module.h$1(this);
4076
4076
  }
4077
4077
  disconnectedCallback() { }
@@ -4210,7 +4210,7 @@ function useTaxAndCash() {
4210
4210
  namespace: COUNTRIES_NAMESPACE,
4211
4211
  initialValue: [],
4212
4212
  });
4213
- const { data } = useParentQuery({
4213
+ const { data, errors } = useParentQuery({
4214
4214
  namespace: USER_QUERY_NAMESPACE,
4215
4215
  query: GET_USER,
4216
4216
  skip: !user,
@@ -4259,7 +4259,13 @@ function useTaxAndCash() {
4259
4259
  if (supportedCurrencies)
4260
4260
  setCurrenciesContext(supportedCurrencies);
4261
4261
  }, [supportedCurrencies]);
4262
+ // console.log({ errors });
4262
4263
  stencilHooks_module.useEffect(() => {
4264
+ console.log({ errors, data });
4265
+ if (errors) {
4266
+ setStep("/error");
4267
+ return;
4268
+ }
4263
4269
  if (!host || !user)
4264
4270
  return;
4265
4271
  if (data) {
@@ -4269,7 +4275,7 @@ function useTaxAndCash() {
4269
4275
  const currentStep = getCurrentStep(user);
4270
4276
  setStep(currentStep);
4271
4277
  }
4272
- }, [host, user, (_d = data === null || data === void 0 ? void 0 : data.user) === null || _d === void 0 ? void 0 : _d.email]);
4278
+ }, [host, user, (_d = data === null || data === void 0 ? void 0 : data.user) === null || _d === void 0 ? void 0 : _d.email, errors]);
4273
4279
  function getFinanceNetworkFilter() {
4274
4280
  var _a, _b, _c;
4275
4281
  if (step === "/4")
@@ -4372,7 +4378,7 @@ const TaxAndCashMonolith = class {
4372
4378
  * @uiName Indirect tax details heading
4373
4379
  * @uiGroup Step 2 Properties
4374
4380
  */
4375
- this.step2_indirectTaxDetails = "Indirect Tax Details";
4381
+ this.step2_indirectTaxDetails = "Indirect tax details";
4376
4382
  /**
4377
4383
  * Sub text shown above the tax details radio buttons
4378
4384
  * @uiName Indirect tax details sub text
@@ -4408,7 +4414,7 @@ const TaxAndCashMonolith = class {
4408
4414
  * @uiName Selected region select input label
4409
4415
  * @uiGroup Step 2 Properties
4410
4416
  */
4411
- this.step2_selectedRegion = "Country / Region of Indirect Tax";
4417
+ this.step2_selectedRegion = "Country / region of indirect tax";
4412
4418
  /**
4413
4419
  * Label text for the Province select input
4414
4420
  * @uiName Province select input label
@@ -4420,13 +4426,13 @@ const TaxAndCashMonolith = class {
4420
4426
  * @uiName Indirect Tax Number input label
4421
4427
  * @uiGroup Step 2 Properties
4422
4428
  */
4423
- this.step2_indirectTaxNumber = "{taxType, select, GST {GST Number} HST {HST Number} VAT {VAT Number} CT {CT Number} SST {SST Number} GENERAL {Indirect Tax Number}}";
4429
+ this.step2_indirectTaxNumber = "{taxType, select, GST {GST number} HST {HST number} VAT {VAT number} CT {CT number} SST {SST number} GENERAL {Indirect tax number}}";
4424
4430
  /**
4425
4431
  * Label text for the QST Tax Number input
4426
4432
  * @uiName QST Tax Number input label
4427
4433
  * @uiGroup Step 2 Properties
4428
4434
  */
4429
- this.step2_qstNumber = "QST Number";
4435
+ this.step2_qstNumber = "QST number";
4430
4436
  /**
4431
4437
  * Label text for the QST checkbox
4432
4438
  * @uiName checkbox label
@@ -4456,13 +4462,13 @@ const TaxAndCashMonolith = class {
4456
4462
  * @uiName Cannot change info Alert text
4457
4463
  * @uiGroup Step 2 Properties
4458
4464
  */
4459
- this.step2_cannotChangeInfoAlert = "Changes to your personal information and indirect tax can only be made through our Support team after you complete this step. Ensure these are correct before continuing.";
4465
+ this.step2_cannotChangeInfoAlert = "Changes to your personal and indirect tax information can only be made through our Support team after you complete this step. Make sure these are correct before continuing.";
4460
4466
  /**
4461
4467
  * Error text shown below the Indirect Tax Number select input
4462
4468
  * @uiName Indirect Tax Number error text
4463
4469
  * @uiGroup Step 2 Properties
4464
4470
  */
4465
- this.step2_indirectTaxNumberError = "{taxType, select, GST {GST Number} HST {HST Number} VAT {VAT Number} CT {CT Number} SST {SST Number} GENERAL {Indirect Tax Number}} is required";
4471
+ this.step2_indirectTaxNumberError = "{taxType, select, GST {GST number} HST {HST number} VAT {VAT number} CT {CT number} SST {SST number} GENERAL {Indirect tax number}} is required";
4466
4472
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4467
4473
  STEP 3 PROPS:
4468
4474
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@ -4619,7 +4625,7 @@ const TaxAndCashMonolith = class {
4619
4625
  * @uiName Payment day select label
4620
4626
  * @uiGroup Step 4 Properties
4621
4627
  */
4622
- this.step4_paymentThresholdSelectLabel = "Payment Threshold";
4628
+ this.step4_paymentThresholdSelectLabel = "Payment threshold";
4623
4629
  /**
4624
4630
  * Label text for the payment day select option for the first of the month
4625
4631
  * @uiName First of month label text
@@ -4637,13 +4643,13 @@ const TaxAndCashMonolith = class {
4637
4643
  * @uiName Payment method heading text
4638
4644
  * @uiGroup Step 4 Properties
4639
4645
  */
4640
- this.step4_paymentMethod = "Payment Method";
4646
+ this.step4_paymentMethod = "Payment method";
4641
4647
  /**
4642
4648
  * Heading text for the payment schedule section
4643
4649
  * @uiName Payment schedule heading text
4644
4650
  * @uiGroup Step 4 Properties
4645
4651
  */
4646
- this.step4_paymentSchedule = "Payment Schedule";
4652
+ this.step4_paymentSchedule = "Payment schedule";
4647
4653
  /**
4648
4654
  * Subtext for the payment method section
4649
4655
  * @uiName Payment method subtext
@@ -4655,13 +4661,13 @@ const TaxAndCashMonolith = class {
4655
4661
  * @uiName PayPal email input label
4656
4662
  * @uiGroup Step 4 Properties
4657
4663
  */
4658
- this.step4_payPalInputLabel = "PayPal Email";
4664
+ this.step4_payPalInputLabel = "PayPal email";
4659
4665
  /**
4660
4666
  * Label text for the bank country location input field
4661
4667
  * @uiName Bank country location input label
4662
4668
  * @uiGroup Step 4 Properties
4663
4669
  */
4664
- this.step4_bankLocationLabel = "Bank Country Location";
4670
+ this.step4_bankLocationLabel = "Bank country location";
4665
4671
  /**
4666
4672
  * Label text for the beneficiary account name input field
4667
4673
  * @uiName Beneficiary account name input label
@@ -4673,7 +4679,7 @@ const TaxAndCashMonolith = class {
4673
4679
  * @uiName Bank account type input label
4674
4680
  * @uiGroup Step 4 Properties
4675
4681
  */
4676
- this.step4_bankAccountTypeLabel = "Bank Account Type";
4682
+ this.step4_bankAccountTypeLabel = "Bank account type";
4677
4683
  /**
4678
4684
  * Label text for the checking account type select item
4679
4685
  * @uiName Checking select item label
@@ -4691,7 +4697,7 @@ const TaxAndCashMonolith = class {
4691
4697
  * @uiName Bank account number input label
4692
4698
  * @uiGroup Step 4 Properties
4693
4699
  */
4694
- this.step4_bankAccountNumberLabel = "Bank Account Number";
4700
+ this.step4_bankAccountNumberLabel = "Bank account number";
4695
4701
  /**
4696
4702
  * Label text for the IBAN input field
4697
4703
  * @uiName IBAN input label
@@ -4703,25 +4709,25 @@ const TaxAndCashMonolith = class {
4703
4709
  * @uiName SWIFT code input label
4704
4710
  * @uiGroup Step 4 Properties
4705
4711
  */
4706
- this.step4_swiftCodeLabel = "SWIFT Code";
4712
+ this.step4_swiftCodeLabel = "SWIFT code";
4707
4713
  /**
4708
4714
  * Label text for the routing code input field
4709
4715
  * @uiName Routing code input label
4710
4716
  * @uiGroup Step 4 Properties
4711
4717
  */
4712
- this.step4_routingCodeLabel = "Routing Code";
4718
+ this.step4_routingCodeLabel = "Routing code";
4713
4719
  /**
4714
4720
  * Label text for the bank name input field
4715
4721
  * @uiName Bank name input label
4716
4722
  * @uiGroup Step 4 Properties
4717
4723
  */
4718
- this.step4_bankNameLabel = "Bank Name";
4724
+ this.step4_bankNameLabel = "Bank name";
4719
4725
  /**
4720
4726
  * Label text for the classification entity input field
4721
4727
  * @uiName Classification entity input label
4722
4728
  * @uiGroup Step 4 Properties
4723
4729
  */
4724
- this.step4_classificationEntityLabel = "Classification Entity";
4730
+ this.step4_classificationEntityLabel = "Classification entity";
4725
4731
  /**
4726
4732
  * Label text for the business select item
4727
4733
  * @uiName Business select item label
@@ -4751,25 +4757,25 @@ const TaxAndCashMonolith = class {
4751
4757
  * @uiName Patronymic name input label
4752
4758
  * @uiGroup Step 4 Properties
4753
4759
  */
4754
- this.step4_patronymicNameLabel = "Patronymic Name";
4760
+ this.step4_patronymicNameLabel = "Patronymic name";
4755
4761
  /**
4756
4762
  * Label text for the VO code input field
4757
4763
  * @uiName VO code input label
4758
4764
  * @uiGroup Step 4 Properties
4759
4765
  */
4760
- this.step4_voCodeLabel = "VO Code";
4766
+ this.step4_voCodeLabel = "VO code";
4761
4767
  /**
4762
4768
  * Label text for the agency code input field
4763
4769
  * @uiName Agency code input label
4764
4770
  * @uiGroup Step 4 Properties
4765
4771
  */
4766
- this.step4_agencyCodeLabel = "Agency Code";
4772
+ this.step4_agencyCodeLabel = "Agency code";
4767
4773
  /**
4768
4774
  * Label text for the branch code input field
4769
4775
  * @uiName Branch code input label
4770
4776
  * @uiGroup Step 4 Properties
4771
4777
  */
4772
- this.step4_branchCodeLabel = "Branch Code";
4778
+ this.step4_branchCodeLabel = "Branch code";
4773
4779
  /**
4774
4780
  * Label text for the classification input field
4775
4781
  * @uiName Classification input label
@@ -4787,13 +4793,13 @@ const TaxAndCashMonolith = class {
4787
4793
  * @uiName Bank Address input item label
4788
4794
  * @uiGroup Step 4 Properties
4789
4795
  */
4790
- this.step4_bankAddressLabel = "Bank Address";
4796
+ this.step4_bankAddressLabel = "Bank address";
4791
4797
  /**
4792
4798
  * Label text for the Bank City input
4793
4799
  * @uiName Bank City Label input label
4794
4800
  * @uiGroup Step 4 Properties
4795
4801
  */
4796
- this.step4_bankCityLabel = "Bank City";
4802
+ this.step4_bankCityLabel = "Bank city";
4797
4803
  /**
4798
4804
  * Label text for the Bank Province / State input
4799
4805
  * @uiName Bank Province / State input label
@@ -4805,7 +4811,7 @@ const TaxAndCashMonolith = class {
4805
4811
  * @uiName Bank Postal Code input label
4806
4812
  * @uiGroup Step 4 Properties
4807
4813
  */
4808
- this.step4_bankPostalCodeLabel = "Bank Postal Code";
4814
+ this.step4_bankPostalCodeLabel = "Bank postal code";
4809
4815
  /**
4810
4816
  * Alert text indicating participant cannot change info after it has been submitted
4811
4817
  * @uiName Cannot change info Alert text
@@ -5058,13 +5064,13 @@ const TaxAndCashMonolith = class {
5058
5064
  * @uiName Error title text
5059
5065
  * @uiGroup Dashboard Properties
5060
5066
  */
5061
- this.dashboard_errorTitleText = "There was an error with your payout infomation";
5067
+ this.dashboard_errorTitleText = "Your payout is on hold ";
5062
5068
  /**
5063
5069
  * Error alert description shown above payout details card
5064
5070
  * @uiName Error description text
5065
5071
  * @uiGroup Dashboard Properties
5066
5072
  */
5067
- this.dashboard_errorDescriptionText = "Please ensure your payout information is correct. If this problem continues, contact Support.";
5073
+ this.dashboard_errorDescriptionText = "If you’ve recently added your payout information, please wait while we verify your information. If it’s still on hold after a few days, please contact Support or check your inbox for an email from our referral program provider, impact.com.";
5068
5074
  /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5069
5075
  GENERAL PROPS:
5070
5076
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@@ -5187,6 +5193,8 @@ const TaxAndCashMonolith = class {
5187
5193
  return (index.h("sqm-banking-info-form", Object.assign({}, this.getGeneralStepTextProps("step4_"))));
5188
5194
  case "/dashboard":
5189
5195
  return (index.h("sqm-tax-and-cash-dashboard", Object.assign({}, this.getGeneralStepTextProps("dashboard_"))));
5196
+ case "/error":
5197
+ return (index.h("sl-alert", { exportparts: "base: alert-base, icon:alert-icon", type: "danger", open: true }, index.h("sl-icon", { slot: "icon", name: "exclamation-octagon" }), index.h("strong", null, this.loadingErrorAlertHeader), index.h("br", null), this.loadingErrorAlertDescription));
5190
5198
  }
5191
5199
  return index.h(sqmInvoiceTableView.LoadingView, null);
5192
5200
  }
@@ -5757,11 +5765,11 @@ const TaxAndCashDashboard = class {
5757
5765
  /**
5758
5766
  * @uiName Error banner title text
5759
5767
  */
5760
- this.errorTitleText = "There was an error with your payout infomation";
5768
+ this.errorTitleText = "Your payout is on hold ";
5761
5769
  /**
5762
5770
  * @uiName Error banner description text
5763
5771
  */
5764
- this.errorDescriptionText = "Please ensure your payout information is correct. If this problem continues, contact Support.";
5772
+ this.errorDescriptionText = "If you’ve recently added your payout information, please wait while we verify your information. If it’s still on hold after a few days, please contact Support or check your inbox for an email from our referral program provider, impact.com.";
5765
5773
  /**
5766
5774
  * The title for error message shown at the top of the page in an error banner
5767
5775
  *