@saasquatch/mint-components 1.8.0 → 1.8.1

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.
@@ -2417,6 +2417,7 @@ const CONNECT_PARTNER = index_module.dist.gql `
2417
2417
  impactConnection {
2418
2418
  connected
2419
2419
  publisher {
2420
+ brandedSignup
2420
2421
  requiredTaxDocumentType
2421
2422
  currentTaxDocument {
2422
2423
  type
@@ -2559,7 +2560,7 @@ function useIndirectTaxForm(props) {
2559
2560
  setStep("/3");
2560
2561
  }
2561
2562
  else {
2562
- if (publisher === null || publisher === void 0 ? void 0 : publisher.brandedSignup) {
2563
+ if (resultPublisher === null || resultPublisher === void 0 ? void 0 : resultPublisher.brandedSignup) {
2563
2564
  // Go to banking information form
2564
2565
  setStep("/4");
2565
2566
  }
@@ -13,6 +13,7 @@ const CONNECT_PARTNER = gql `
13
13
  impactConnection {
14
14
  connected
15
15
  publisher {
16
+ brandedSignup
16
17
  requiredTaxDocumentType
17
18
  currentTaxDocument {
18
19
  type
@@ -155,7 +156,7 @@ export function useIndirectTaxForm(props) {
155
156
  setStep("/3");
156
157
  }
157
158
  else {
158
- if (publisher === null || publisher === void 0 ? void 0 : publisher.brandedSignup) {
159
+ if (resultPublisher === null || resultPublisher === void 0 ? void 0 : resultPublisher.brandedSignup) {
159
160
  // Go to banking information form
160
161
  setStep("/4");
161
162
  }
@@ -14,7 +14,7 @@ import editProfileTemplate from "../templates/EditProfile.html";
14
14
  import activityTemplate from "../templates/Activity.html";
15
15
  import resetPasswordEmailTemplate from "../templates/ResetPasswordEmail.html";
16
16
  import verifyEmailTemplate from "../templates/VerifyEmail.html";
17
- import taxPayoutReminderEmailTemplate from "../templates/taxPayoutReminderEmail.html";
17
+ import taxPayoutReminderEmailTemplate from "../templates/TaxPayoutReminderEmail.html";
18
18
  import loginTemplate from "../templates/Login.html";
19
19
  import registerTemplate from "../templates/Register.html";
20
20
  import forgotPasswordTemplate from "../templates/ForgotPassword.html";
@@ -2413,6 +2413,7 @@ const CONNECT_PARTNER = dist.gql `
2413
2413
  impactConnection {
2414
2414
  connected
2415
2415
  publisher {
2416
+ brandedSignup
2416
2417
  requiredTaxDocumentType
2417
2418
  currentTaxDocument {
2418
2419
  type
@@ -2555,7 +2556,7 @@ function useIndirectTaxForm(props) {
2555
2556
  setStep("/3");
2556
2557
  }
2557
2558
  else {
2558
- if (publisher === null || publisher === void 0 ? void 0 : publisher.brandedSignup) {
2559
+ if (resultPublisher === null || resultPublisher === void 0 ? void 0 : resultPublisher.brandedSignup) {
2559
2560
  // Go to banking information form
2560
2561
  setStep("/4");
2561
2562
  }