@saasquatch/mint-components 2.0.2-6 → 2.0.2-8

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.
Files changed (184) hide show
  1. package/dist/cjs/{IndirectTaxDetailsView-dce2a79b.js → IndirectTaxDetailsView-e5f70b8b.js} +2 -2
  2. package/dist/cjs/{ShadowViewAddon-357bc625.js → ShadowViewAddon-925a8fa6.js} +8 -8
  3. package/dist/cjs/{global-3d01d469.js → global-8bba5b3a.js} +1 -5
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/mint-components.cjs.js +2 -2
  6. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +345 -115
  7. package/dist/cjs/sqm-big-stat_47.cjs.entry.js +224 -29
  8. package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
  9. package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  11. package/dist/cjs/sqm-header-logo.cjs.entry.js +14 -1
  12. package/dist/cjs/{sqm-lead-checkbox-field-view-ebb9ead9.js → sqm-lead-checkbox-field-view-340acad0.js} +1 -1
  13. package/dist/cjs/sqm-lead-checkbox-field.cjs.entry.js +3 -3
  14. package/dist/cjs/{sqm-lead-input-field-view-62debb73.js → sqm-lead-input-field-view-06ed3632.js} +1 -1
  15. package/dist/cjs/sqm-lead-input-field.cjs.entry.js +3 -3
  16. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
  17. package/dist/cjs/sqm-pagination_3.cjs.entry.js +1 -1
  18. package/dist/cjs/{sqm-portal-email-verification-view-c280139a.js → sqm-portal-email-verification-view-5518eb0d.js} +1 -1
  19. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  20. package/dist/cjs/{sqm-portal-profile-view-7bca5749.js → sqm-portal-profile-view-615e6975.js} +1 -1
  21. package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
  22. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
  23. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +1 -1
  24. package/dist/cjs/sqm-stencilbook.cjs.entry.js +9 -8
  25. package/dist/cjs/{useLeadFormState-593f5d39.js → useLeadFormState-fd0445f9.js} +1 -1
  26. package/dist/cjs/{data-16106637.js → usePayoutStatus-9abe2de8.js} +158 -129
  27. package/dist/cjs/{utils-5167439f.js → utils-83d125fa.js} +1 -1
  28. package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +80 -3
  29. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +3 -3
  30. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +4 -4
  31. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +1 -0
  32. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +2 -1
  33. package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +46 -40
  34. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +90 -2
  35. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +353 -0
  36. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +33 -3
  37. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +301 -1
  38. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +92 -2
  39. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +302 -2
  40. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +23 -12
  41. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +1 -1
  42. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +92 -9
  43. package/dist/collection/global/styles.js +1 -5
  44. package/dist/collection/global/styles.ts +1 -5
  45. package/dist/esm/{IndirectTaxDetailsView-b7fa596b.js → IndirectTaxDetailsView-0a57b622.js} +2 -2
  46. package/dist/esm/{ShadowViewAddon-32559cba.js → ShadowViewAddon-aae27c2e.js} +8 -8
  47. package/dist/esm/{global-55e73040.js → global-1099f20d.js} +1 -5
  48. package/dist/esm/loader.js +2 -2
  49. package/dist/esm/mint-components.js +2 -2
  50. package/dist/esm/sqm-banking-info-form_10.entry.js +296 -66
  51. package/dist/esm/sqm-big-stat_47.entry.js +202 -7
  52. package/dist/esm/sqm-code-verification.entry.js +1 -1
  53. package/dist/esm/sqm-email-verification.entry.js +1 -1
  54. package/dist/esm/sqm-empty_4.entry.js +1 -1
  55. package/dist/esm/sqm-header-logo.entry.js +14 -1
  56. package/dist/esm/{sqm-lead-checkbox-field-view-c359cc95.js → sqm-lead-checkbox-field-view-cbafee07.js} +1 -1
  57. package/dist/esm/sqm-lead-checkbox-field.entry.js +3 -3
  58. package/dist/esm/{sqm-lead-input-field-view-6fe71f32.js → sqm-lead-input-field-view-f3775c28.js} +1 -1
  59. package/dist/esm/sqm-lead-input-field.entry.js +3 -3
  60. package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
  61. package/dist/esm/sqm-pagination_3.entry.js +1 -1
  62. package/dist/esm/{sqm-portal-email-verification-view-176ddb91.js → sqm-portal-email-verification-view-7d86299c.js} +1 -1
  63. package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
  64. package/dist/esm/{sqm-portal-profile-view-6a53716b.js → sqm-portal-profile-view-3ed13e4d.js} +1 -1
  65. package/dist/esm/sqm-portal-profile.entry.js +2 -2
  66. package/dist/esm/sqm-referral-table_11.entry.js +1 -1
  67. package/dist/esm/sqm-rewards-table_9.entry.js +1 -1
  68. package/dist/esm/sqm-stencilbook.entry.js +9 -8
  69. package/dist/esm/{useLeadFormState-d8667862.js → useLeadFormState-c379e5d7.js} +1 -1
  70. package/dist/esm/{data-acdb790f.js → usePayoutStatus-e0ef2374.js} +159 -130
  71. package/dist/esm/{utils-27fdc7d7.js → utils-6122971b.js} +1 -1
  72. package/dist/esm-es5/{IndirectTaxDetailsView-b7fa596b.js → IndirectTaxDetailsView-0a57b622.js} +1 -1
  73. package/dist/esm-es5/{ShadowViewAddon-32559cba.js → ShadowViewAddon-aae27c2e.js} +1 -1
  74. package/dist/esm-es5/{global-55e73040.js → global-1099f20d.js} +1 -1
  75. package/dist/esm-es5/loader.js +1 -1
  76. package/dist/esm-es5/mint-components.js +1 -1
  77. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  78. package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
  79. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  80. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  81. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  82. package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
  83. package/dist/esm-es5/{sqm-lead-checkbox-field-view-c359cc95.js → sqm-lead-checkbox-field-view-cbafee07.js} +1 -1
  84. package/dist/esm-es5/sqm-lead-checkbox-field.entry.js +1 -1
  85. package/dist/esm-es5/{sqm-lead-input-field-view-6fe71f32.js → sqm-lead-input-field-view-f3775c28.js} +1 -1
  86. package/dist/esm-es5/sqm-lead-input-field.entry.js +1 -1
  87. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  88. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  89. package/dist/esm-es5/{sqm-portal-email-verification-view-176ddb91.js → sqm-portal-email-verification-view-7d86299c.js} +1 -1
  90. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  91. package/dist/esm-es5/{sqm-portal-profile-view-6a53716b.js → sqm-portal-profile-view-3ed13e4d.js} +1 -1
  92. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  93. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  94. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  95. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  96. package/dist/esm-es5/{useLeadFormState-d8667862.js → useLeadFormState-c379e5d7.js} +1 -1
  97. package/dist/esm-es5/usePayoutStatus-e0ef2374.js +6 -0
  98. package/dist/esm-es5/{utils-27fdc7d7.js → utils-6122971b.js} +1 -1
  99. package/dist/mint-components/global/styles.ts +1 -5
  100. package/dist/mint-components/mint-components.esm.js +1 -1
  101. package/dist/mint-components/mint-components.js +1 -1
  102. package/dist/mint-components/{p-c25e76f7.js → p-00bc7211.js} +1 -1
  103. package/dist/mint-components/p-0279c71d.system.entry.js +1 -0
  104. package/dist/mint-components/{p-3aba7c3a.system.entry.js → p-0649123a.system.entry.js} +1 -1
  105. package/dist/mint-components/p-09ab53fb.system.entry.js +1 -0
  106. package/dist/mint-components/{p-b9d63ca9.system.entry.js → p-14e813a7.system.entry.js} +1 -1
  107. package/dist/mint-components/{p-7a2375c3.system.entry.js → p-18720462.system.entry.js} +1 -1
  108. package/dist/mint-components/{p-6ec7b746.system.entry.js → p-22a9114f.system.entry.js} +1 -1
  109. package/dist/mint-components/p-27bc4daa.system.entry.js +1 -0
  110. package/dist/mint-components/{p-73fdd315.system.js → p-38f932ae.system.js} +1 -1
  111. package/dist/mint-components/{p-5a8911c7.entry.js → p-47c83656.entry.js} +1 -1
  112. package/dist/mint-components/{p-449314ca.entry.js → p-4c811d12.entry.js} +1 -1
  113. package/dist/mint-components/{p-745a27ee.system.entry.js → p-4ce51b1c.system.entry.js} +1 -1
  114. package/dist/mint-components/{p-9db05d78.js → p-4fed8672.js} +1 -1
  115. package/dist/mint-components/{p-b5905137.system.entry.js → p-511c87ce.system.entry.js} +1 -1
  116. package/dist/mint-components/{p-5b088b96.system.entry.js → p-56009bf0.system.entry.js} +1 -1
  117. package/dist/mint-components/{p-47b73018.js → p-57ce33dd.js} +2 -2
  118. package/dist/mint-components/p-59bb2d52.system.js +6 -0
  119. package/dist/mint-components/{p-da0a7fa5.entry.js → p-5d059c95.entry.js} +1 -1
  120. package/dist/mint-components/{p-2e0a3d84.entry.js → p-5f3eafd4.entry.js} +2 -2
  121. package/dist/mint-components/{p-4cfa1432.system.js → p-60465a2d.system.js} +1 -1
  122. package/dist/mint-components/{p-93f37676.entry.js → p-60c14cec.entry.js} +1 -1
  123. package/dist/mint-components/{p-709cdbf7.system.entry.js → p-6445e926.system.entry.js} +1 -1
  124. package/dist/mint-components/{p-c803eaed.entry.js → p-6c006998.entry.js} +1 -1
  125. package/dist/mint-components/{p-618d249d.js → p-6d5bd95a.js} +1 -1
  126. package/dist/mint-components/{p-757820a4.entry.js → p-6d9ce4e5.entry.js} +1 -1
  127. package/dist/mint-components/{p-959925bf.system.entry.js → p-717b6730.system.entry.js} +1 -1
  128. package/dist/mint-components/p-72bc9830.entry.js +273 -0
  129. package/dist/mint-components/{p-f9c3290d.system.js → p-74f43a08.system.js} +1 -1
  130. package/dist/mint-components/{p-ec0f9326.js → p-79a3344f.js} +1 -1
  131. package/dist/mint-components/{p-9504b639.js → p-7a268047.js} +1 -1
  132. package/dist/mint-components/p-8b5b2acc.entry.js +1 -0
  133. package/dist/mint-components/p-967a9040.system.js +1 -0
  134. package/dist/mint-components/{p-bcb8532f.entry.js → p-a217cc8d.entry.js} +1 -1
  135. package/dist/mint-components/{p-b427cf9e.entry.js → p-a5c63310.entry.js} +1 -1
  136. package/dist/mint-components/{p-271c092c.system.js → p-aa08457e.system.js} +1 -1
  137. package/dist/mint-components/{p-887e3b03.js → p-aa8c6332.js} +1 -1
  138. package/dist/mint-components/p-ab111e29.entry.js +1 -0
  139. package/dist/mint-components/{p-e8661eaa.system.js → p-ad4348c3.system.js} +1 -1
  140. package/dist/mint-components/{p-130fd1d8.entry.js → p-aefaec37.entry.js} +1 -1
  141. package/dist/mint-components/{p-54154ed4.system.entry.js → p-bec87ac9.system.entry.js} +1 -1
  142. package/dist/mint-components/p-c41108ae.js +157 -0
  143. package/dist/mint-components/{p-52123353.system.js → p-c85f204b.system.js} +1 -1
  144. package/dist/mint-components/{p-aeea89b4.system.js → p-c994512c.system.js} +1 -1
  145. package/dist/mint-components/{p-84632241.system.entry.js → p-d3120982.system.entry.js} +1 -1
  146. package/dist/mint-components/{p-1b7900ed.js → p-db1a0db1.js} +1 -1
  147. package/dist/mint-components/p-e09c13e3.entry.js +99 -0
  148. package/dist/mint-components/{p-bcc61fbe.system.js → p-e0a724dd.system.js} +1 -1
  149. package/dist/mint-components/p-ea0bc627.entry.js +1 -0
  150. package/dist/mint-components/{p-23c21cf4.js → p-ed16b35a.js} +1 -1
  151. package/dist/mint-components/{p-0c6259b2.system.js → p-f0eae4e6.system.js} +1 -1
  152. package/dist/mint-components/{p-46a22d08.system.entry.js → p-f401ef19.system.entry.js} +1 -1
  153. package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +14 -1
  154. package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +24 -0
  155. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +16 -0
  156. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +57 -0
  157. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +3 -1
  158. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +48 -0
  159. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +12 -0
  160. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +48 -0
  161. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +2 -0
  162. package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +1 -0
  163. package/dist/types/components.d.ts +331 -41
  164. package/dist/types/global/android.d.ts +7 -0
  165. package/dist/types/global/demo.d.ts +2 -0
  166. package/dist/types/stories/features.d.ts +4 -0
  167. package/dist/types/stories/templates.d.ts +4 -0
  168. package/docs/docs.docx +0 -0
  169. package/docs/raisins.json +1 -1
  170. package/grapesjs/grapesjs.js +1 -1
  171. package/package.json +1 -1
  172. package/dist/esm-es5/data-acdb790f.js +0 -6
  173. package/dist/mint-components/p-17e3f564.system.entry.js +0 -1
  174. package/dist/mint-components/p-469a6450.system.js +0 -6
  175. package/dist/mint-components/p-8a2ec966.entry.js +0 -1
  176. package/dist/mint-components/p-8a458176.entry.js +0 -273
  177. package/dist/mint-components/p-9d4f1401.system.entry.js +0 -1
  178. package/dist/mint-components/p-9ff60e10.system.js +0 -1
  179. package/dist/mint-components/p-a7ee19dc.entry.js +0 -1
  180. package/dist/mint-components/p-c8bbd212.entry.js +0 -99
  181. package/dist/mint-components/p-e1e7d01c.js +0 -157
  182. package/dist/mint-components/p-eea87fdc.system.entry.js +0 -1
  183. package/dist/mint-components/p-fac02d24.entry.js +0 -1
  184. package/shoelace/assets/icons/twitter-x.svg +0 -4
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-3d01d469.js');
6
+ const global = require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const jsonpointer = require('./jsonpointer-11327262.js');
@@ -21,17 +21,17 @@ const index$1 = require('./index-8c6255f5.js');
21
21
  const emailRegistrationView = require('./email-registration-view-ace50780.js');
22
22
  const useRegistrationFormState = require('./useRegistrationFormState-bbee6e7b.js');
23
23
  const useInstantAccessRegistration = require('./useInstantAccessRegistration-08bcb487.js');
24
- const useLeadFormState = require('./useLeadFormState-593f5d39.js');
24
+ const useLeadFormState = require('./useLeadFormState-fd0445f9.js');
25
25
  const sqmPortalLoginView = require('./sqm-portal-login-view-bb50304c.js');
26
26
  const usePortalLogin = require('./usePortalLogin-1c022d8d.js');
27
27
  const AsYouType = require('./AsYouType-6788393a.js');
28
28
  const utilities = require('./utilities-9a0c5e91.js');
29
29
  const ErrorView = require('./ErrorView-3f91e5ab.js');
30
- const ShadowViewAddon = require('./ShadowViewAddon-357bc625.js');
30
+ const ShadowViewAddon = require('./ShadowViewAddon-925a8fa6.js');
31
31
  require('./sqm-portal-container-view-07e4343f.js');
32
- const utils$1 = require('./utils-5167439f.js');
32
+ const utils$1 = require('./utils-83d125fa.js');
33
33
  const extractProps = require('./extractProps-e9c55ba8.js');
34
- const data = require('./data-16106637.js');
34
+ const usePayoutStatus = require('./usePayoutStatus-9abe2de8.js');
35
35
 
36
36
  /**
37
37
  *
@@ -3027,7 +3027,7 @@ function PayoutStatusAlertView(props) {
3027
3027
  icon: "exclamation-triangle",
3028
3028
  };
3029
3029
  }
3030
- case "ACCOUNT_REVIEW":
3030
+ case "NEW_PAYEE_REVIEW":
3031
3031
  return {
3032
3032
  header: text.accountReviewHeader,
3033
3033
  description: global.intl.formatMessage({
@@ -3040,6 +3040,92 @@ function PayoutStatusAlertView(props) {
3040
3040
  alertType: "warning",
3041
3041
  icon: "exclamation-triangle",
3042
3042
  };
3043
+ case "PAYMENT_HOLD_ON_CHANGE":
3044
+ return {
3045
+ header: text.paymentHoldOnChangeHeader,
3046
+ description: global.intl.formatMessage({
3047
+ id: "accountReviewDescription",
3048
+ defaultMessage: text.paymentHoldOnChangeDescription,
3049
+ }, {
3050
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3051
+ }),
3052
+ buttonText: null,
3053
+ alertType: "warning",
3054
+ icon: "exclamation-triangle",
3055
+ };
3056
+ case "BENEFICIARY_NAME_INVALID":
3057
+ return {
3058
+ header: text.beneficiaryNameInvalidHeader,
3059
+ description: global.intl.formatMessage({
3060
+ id: "accountReviewDescription",
3061
+ defaultMessage: text.beneficiaryNameInvalidDescription,
3062
+ }, {
3063
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3064
+ }),
3065
+ button: (index.h(index.Fragment, null,
3066
+ index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
3067
+ index.h("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
3068
+ alertType: "warning",
3069
+ icon: "exclamation-triangle",
3070
+ };
3071
+ case "BENEFICIARY_NAME_MISMATCH":
3072
+ return {
3073
+ header: text.beneficiaryNameMismatchHeader,
3074
+ description: global.intl.formatMessage({
3075
+ id: "accountReviewDescription",
3076
+ defaultMessage: text.beneficiaryNameMismatchDescription,
3077
+ }, {
3078
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3079
+ }),
3080
+ button: (index.h(index.Fragment, null,
3081
+ index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
3082
+ index.h("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
3083
+ alertType: "warning",
3084
+ icon: "exclamation-triangle",
3085
+ };
3086
+ case "BANK_TAX_NAME_MISMATCH":
3087
+ return {
3088
+ header: text.bankTaxNameMismatchHeader,
3089
+ description: global.intl.formatMessage({
3090
+ id: "accountReviewDescription",
3091
+ defaultMessage: text.bankTaxNameMismatchDescription,
3092
+ }, {
3093
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3094
+ }),
3095
+ button: (index.h(index.Fragment, null,
3096
+ index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
3097
+ index.h("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
3098
+ alertType: "warning",
3099
+ icon: "exclamation-triangle",
3100
+ };
3101
+ case "WITHDRAWAL_SETTINGS_INVALID":
3102
+ return {
3103
+ header: text.withdrawalSettingsInvalidHeader,
3104
+ description: global.intl.formatMessage({
3105
+ id: "accountReviewDescription",
3106
+ defaultMessage: text.withdrawalSettingsInvalidDescription,
3107
+ }, {
3108
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3109
+ }),
3110
+ button: (index.h(index.Fragment, null,
3111
+ index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
3112
+ alertType: "warning",
3113
+ icon: "exclamation-triangle",
3114
+ };
3115
+ case "PAYMENT_RETURNED":
3116
+ return {
3117
+ header: text.paymentReturnedHeader,
3118
+ description: global.intl.formatMessage({
3119
+ id: "accountReviewDescription",
3120
+ defaultMessage: text.paymentReturnedDescription,
3121
+ }, {
3122
+ supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
3123
+ }),
3124
+ button: (index.h(index.Fragment, null,
3125
+ index.h("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
3126
+ alertType: "error",
3127
+ icon: "exclamation-triangle",
3128
+ };
3043
3129
  case "HOLD":
3044
3130
  return {
3045
3131
  header: text.holdHeader,
@@ -3075,6 +3161,8 @@ function PayoutStatusAlertView(props) {
3075
3161
  return (index.h("div", { style: { paddingTop: "10px" } },
3076
3162
  index.h("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base", loading: states.veriffLoading, onClick: callbacks.onClick }, text.verificationRequiredButtonText)));
3077
3163
  default:
3164
+ if (alertDetails.button)
3165
+ return alertDetails.button;
3078
3166
  return;
3079
3167
  }
3080
3168
  }
@@ -3101,6 +3189,15 @@ const PayoutStatusAlert = class {
3101
3189
  * @uiName Info required alert header
3102
3190
  */
3103
3191
  this.informationRequiredHeader = "Payout and tax information required";
3192
+ /**
3193
+ *
3194
+ * @uiName Edit payment info button label
3195
+ */
3196
+ this.editPaymentInformationButton = "Edit Payout Information";
3197
+ /**
3198
+ * @uiName Submit new tax form button label
3199
+ */
3200
+ this.newFormButton = "Submit new form";
3104
3201
  /**
3105
3202
  * @uiName Info required alert description
3106
3203
  */
@@ -3153,6 +3250,54 @@ const PayoutStatusAlert = class {
3153
3250
  * @uiName Account review alert description
3154
3251
  */
3155
3252
  this.accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
3253
+ /**
3254
+ * @uiName Payment on hold alert header
3255
+ */
3256
+ this.paymentHoldOnChangeHeader = "We are reviewing your new payout settings";
3257
+ /**
3258
+ * @uiName Payment on hold alert description
3259
+ */
3260
+ this.paymentHoldOnChangeDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
3261
+ /**
3262
+ * @uiName Beneficiary name invalid alert header
3263
+ */
3264
+ this.beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
3265
+ /**
3266
+ * @uiName Beneficiary name invalid description
3267
+ */
3268
+ this.beneficiaryNameInvalidDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
3269
+ /**
3270
+ * @uiName Beneficiary name mismatch alert header
3271
+ */
3272
+ this.beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
3273
+ /**
3274
+ * @uiName Beneficiary name mismatch alert description
3275
+ */
3276
+ this.beneficiaryNameMismatchDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
3277
+ /**
3278
+ * @uiName Bank name mismatch alert header
3279
+ */
3280
+ this.bankTaxNameMismatchHeader = "Your payment information does not match your tax form";
3281
+ /**
3282
+ * @uiName Bank name mismatch alert description
3283
+ */
3284
+ this.bankTaxNameMismatchDescription = "The bank name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
3285
+ /**
3286
+ * @uiName Withdrawal settings invalid alert header
3287
+ */
3288
+ this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
3289
+ /**
3290
+ * @uiName Withdrawal settings invalid alert description
3291
+ */
3292
+ this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
3293
+ /**
3294
+ * @uiName Payment returned alert header
3295
+ */
3296
+ this.paymentReturnedHeader = "Payout unsuccessful";
3297
+ /**
3298
+ * @uiName Payment returned alert description
3299
+ */
3300
+ this.paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
3156
3301
  /**
3157
3302
  * @uiName W-9 payment threshold alert header
3158
3303
  */
@@ -3210,7 +3355,7 @@ const PayoutStatusAlert = class {
3210
3355
  render() {
3211
3356
  const props = index_module.isDemo()
3212
3357
  ? useDemoPayoutStatusAlert(this)
3213
- : data.usePayoutStatus(this);
3358
+ : usePayoutStatus.usePayoutStatus(this);
3214
3359
  return index.h(PayoutStatusAlertView, Object.assign({}, props));
3215
3360
  }
3216
3361
  };
@@ -3231,6 +3376,8 @@ function useDemoPayoutStatusAlert(props) {
3231
3376
  callbacks: {
3232
3377
  onTermsClick: () => { },
3233
3378
  onClick: () => console.log("show"),
3379
+ onPaymentInfoClick: () => { },
3380
+ onNewFormClick: () => { },
3234
3381
  },
3235
3382
  }, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
3236
3383
  }
@@ -6416,17 +6563,17 @@ function useTaxAndCash() {
6416
6563
  const locale = index_module.L();
6417
6564
  // State for current step of form
6418
6565
  const [step, setStep] = index_module.In({
6419
- namespace: data.TAX_CONTEXT_NAMESPACE,
6566
+ namespace: usePayoutStatus.TAX_CONTEXT_NAMESPACE,
6420
6567
  initialValue: "/loading",
6421
6568
  });
6422
6569
  // State for when to hide steps, or override certain actions
6423
6570
  const [context, _setContext] = index_module.In({
6424
- namespace: data.TAX_FORM_CONTEXT_NAMESPACE,
6571
+ namespace: usePayoutStatus.TAX_FORM_CONTEXT_NAMESPACE,
6425
6572
  initialValue: {},
6426
6573
  });
6427
6574
  // State to carry user form information into step 2
6428
6575
  const [userFormContext, _setUserFormContext] = index_module.In({
6429
- namespace: data.USER_FORM_CONTEXT_NAMESPACE,
6576
+ namespace: usePayoutStatus.USER_FORM_CONTEXT_NAMESPACE,
6430
6577
  initialValue: {
6431
6578
  firstName: undefined,
6432
6579
  lastName: undefined,
@@ -6436,43 +6583,43 @@ function useTaxAndCash() {
6436
6583
  },
6437
6584
  });
6438
6585
  const [_currenciesContext, setCurrenciesContext] = index_module.In({
6439
- namespace: data.CURRENCIES_NAMESPACE,
6586
+ namespace: usePayoutStatus.CURRENCIES_NAMESPACE,
6440
6587
  initialValue: [],
6441
6588
  });
6442
6589
  const [_countriesContext, _setCountriesContext] = index_module.In({
6443
- namespace: data.COUNTRIES_NAMESPACE,
6590
+ namespace: usePayoutStatus.COUNTRIES_NAMESPACE,
6444
6591
  initialValue: [],
6445
6592
  });
6446
6593
  const [_sortedCountriesContext, setSortedCountriesContext] = index_module.In({
6447
- namespace: data.SORTED_COUNTRIES_NAMESPACE,
6594
+ namespace: usePayoutStatus.SORTED_COUNTRIES_NAMESPACE,
6448
6595
  initialValue: [],
6449
6596
  });
6450
- const { data: data$1, errors } = index_module.Sn({
6451
- namespace: data.USER_QUERY_NAMESPACE,
6452
- query: data.GET_USER,
6597
+ const { data, errors } = index_module.Sn({
6598
+ namespace: usePayoutStatus.USER_QUERY_NAMESPACE,
6599
+ query: usePayoutStatus.GET_USER,
6453
6600
  skip: !user,
6454
6601
  options: {
6455
6602
  batch: false,
6456
6603
  },
6457
6604
  });
6458
- const countryCode = ((_c = (_b = (_a = data$1 === null || data$1 === void 0 ? void 0 : data$1.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.countryCode) ||
6605
+ const countryCode = ((_c = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.countryCode) ||
6459
6606
  userFormContext.countryCode;
6460
6607
  index_module.Sn({
6461
- namespace: data.COUNTRIES_QUERY_NAMESPACE,
6462
- query: data.GET_COUNTRIES,
6608
+ namespace: usePayoutStatus.COUNTRIES_QUERY_NAMESPACE,
6609
+ query: usePayoutStatus.GET_COUNTRIES,
6463
6610
  skip: !user,
6464
6611
  });
6465
6612
  const { data: financeNetworkData, refetch } = index_module.Sn({
6466
- namespace: data.FINANCE_NETWORK_SETTINGS_NAMESPACE,
6467
- query: data.GET_FINANCE_NETWORK_SETTINGS,
6613
+ namespace: usePayoutStatus.FINANCE_NETWORK_SETTINGS_NAMESPACE,
6614
+ query: usePayoutStatus.GET_FINANCE_NETWORK_SETTINGS,
6468
6615
  skip: !user,
6469
6616
  variables: {
6470
6617
  filter: getFinanceNetworkFilter(),
6471
6618
  },
6472
6619
  });
6473
6620
  const { data: currenciesData } = index_module.Sn({
6474
- namespace: data.CURRENCIES_QUERY_NAMESPACE,
6475
- query: data.GET_CURRENCIES,
6621
+ namespace: usePayoutStatus.CURRENCIES_QUERY_NAMESPACE,
6622
+ query: usePayoutStatus.GET_CURRENCIES,
6476
6623
  skip: !user,
6477
6624
  variables: {
6478
6625
  locale,
@@ -6527,20 +6674,20 @@ function useTaxAndCash() {
6527
6674
  }
6528
6675
  if (!host || !user)
6529
6676
  return;
6530
- if (data$1) {
6531
- const user = data$1 === null || data$1 === void 0 ? void 0 : data$1.user;
6677
+ if (data) {
6678
+ const user = data === null || data === void 0 ? void 0 : data.user;
6532
6679
  if (!user || step !== "/loading")
6533
6680
  return;
6534
6681
  const currentStep = getCurrentStep(user);
6535
6682
  setStep(currentStep);
6536
6683
  }
6537
- }, [host, user, (_e = data$1 === null || data$1 === void 0 ? void 0 : data$1.user) === null || _e === void 0 ? void 0 : _e.email, errors]);
6684
+ }, [host, user, (_e = data === null || data === void 0 ? void 0 : data.user) === null || _e === void 0 ? void 0 : _e.email, errors]);
6538
6685
  function getFinanceNetworkFilter() {
6539
6686
  var _a, _b, _c;
6540
6687
  if (step === "/1")
6541
6688
  return {};
6542
6689
  if (step === "/4")
6543
- return { currency_eq: (_c = (_b = (_a = data$1 === null || data$1 === void 0 ? void 0 : data$1.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.currency };
6690
+ return { currency_eq: (_c = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.currency };
6544
6691
  if (countryCode)
6545
6692
  return {
6546
6693
  countryCode_eq: countryCode,
@@ -6551,7 +6698,7 @@ function useTaxAndCash() {
6551
6698
  step,
6552
6699
  setStep,
6553
6700
  context,
6554
- namespace: index_module.Mn(data.TAX_CONTEXT_NAMESPACE),
6701
+ namespace: index_module.Mn(usePayoutStatus.TAX_CONTEXT_NAMESPACE),
6555
6702
  loading: step === "/loading",
6556
6703
  };
6557
6704
  }
@@ -7483,6 +7630,54 @@ const TaxAndCashMonolith = class {
7483
7630
  * @uiName Account review alert description
7484
7631
  */
7485
7632
  this.dashboard_accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
7633
+ /**
7634
+ * @uiName Payment on hold alert header
7635
+ */
7636
+ this.dashboard_paymentOnHoldHeader = "We are reviewing your new payout settings";
7637
+ /**
7638
+ * @uiName Payment on hold alert description
7639
+ */
7640
+ this.dashboard_paymentOnHoldDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
7641
+ /**
7642
+ * @uiName Beneficiary name invalid alert header
7643
+ */
7644
+ this.dashboard_beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
7645
+ /**
7646
+ * @uiName Beneficiary name invalid description
7647
+ */
7648
+ this.dashboard_beneficiaryNameInvalidDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
7649
+ /**
7650
+ * @uiName Beneficiary name mismatch alert header
7651
+ */
7652
+ this.dashboard_beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
7653
+ /**
7654
+ * @uiName Beneficiary name mismatch alert description
7655
+ */
7656
+ this.dashboard_beneficiaryNameMismatchDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
7657
+ /**
7658
+ * @uiName Bank name mismatch alert header
7659
+ */
7660
+ this.dashboard_bankNameMismatchHeader = "Your payment information does not match your tax form";
7661
+ /**
7662
+ * @uiName Bank name mismatch alert description
7663
+ */
7664
+ this.dashboard_bankNameMismatchDescription = "The bank name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
7665
+ /**
7666
+ * @uiName Withdrawal settings invalid alert header
7667
+ */
7668
+ this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
7669
+ /**
7670
+ * @uiName Withdrawal settings invalid alert description
7671
+ */
7672
+ this.dashboard_withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
7673
+ /**
7674
+ * @uiName Payment returned alert header
7675
+ */
7676
+ this.dashboard_paymentReturnedHeader = "Payout unsuccessful";
7677
+ /**
7678
+ * @uiName Payment returned alert description
7679
+ */
7680
+ this.dashboard_paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
7486
7681
  /**
7487
7682
  * @uiName Terms and Conditions text
7488
7683
  * @uiGroup Dashboard Properties
@@ -7673,7 +7868,7 @@ const TaxAndCashMonolith = class {
7673
7868
  };
7674
7869
  function useDemoTaxAndCash(props) {
7675
7870
  const [step, setStep] = index_module.In({
7676
- namespace: data.TAX_CONTEXT_NAMESPACE,
7871
+ namespace: usePayoutStatus.TAX_CONTEXT_NAMESPACE,
7677
7872
  initialValue: "/1",
7678
7873
  });
7679
7874
  const states = extractProps.parseStates(props.stateController);
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-3d01d469.js');
6
+ const global = require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-3d01d469.js');
6
+ const global = require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-3d01d469.js');
6
+ const global = require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  require('./index.module-4f54e412.js');
9
9
  const utils = require('./utils-6847bc06.js');
@@ -8,6 +8,15 @@ const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js')
8
8
  const HeroImage = class {
9
9
  constructor(hostRef) {
10
10
  index.registerInstance(this, hostRef);
11
+ /**
12
+ * @uiName Logo text size
13
+ */
14
+ this.logoTextSize = 32;
15
+ /**
16
+ * @uiWidget color
17
+ * @uiName Logo text color
18
+ */
19
+ this.logoTextColor = "#555555";
11
20
  /**
12
21
  * Page participants are navigated to after clicking the header logo.
13
22
  *
@@ -23,7 +32,11 @@ const HeroImage = class {
23
32
  }
24
33
  disconnectedCallback() { }
25
34
  render() {
26
- return (index.h(index.Host, null, index.h("a", { href: this.nextPage, part: "sqm-link" }, index.h("img", { style: { height: `${this === null || this === void 0 ? void 0 : this.height}px` }, src: this === null || this === void 0 ? void 0 : this.imageUrl }))));
35
+ return (index.h(index.Host, null, index.h("a", { href: this.nextPage, part: "sqm-link" }, this.imageUrl ? (index.h("img", { style: { height: `${this === null || this === void 0 ? void 0 : this.height}px` }, src: this === null || this === void 0 ? void 0 : this.imageUrl })) : (index.h("h3", { style: {
36
+ fontSize: `${this.logoTextSize}px`,
37
+ color: this.logoTextColor || "#555555",
38
+ textDecoration: "none",
39
+ } }, this.logoText)))));
27
40
  }
28
41
  };
29
42
 
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-a43a63b4.js');
4
- const global = require('./global-3d01d469.js');
4
+ const global = require('./global-8bba5b3a.js');
5
5
  const JSS = require('./JSS-8503a151.js');
6
6
 
7
7
  const style = {
@@ -3,14 +3,14 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- require('./global-3d01d469.js');
6
+ require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  const utils = require('./utils-6847bc06.js');
11
11
  require('./JSS-8503a151.js');
12
- const useLeadFormState = require('./useLeadFormState-593f5d39.js');
13
- const sqmLeadCheckboxFieldView = require('./sqm-lead-checkbox-field-view-ebb9ead9.js');
12
+ const useLeadFormState = require('./useLeadFormState-fd0445f9.js');
13
+ const sqmLeadCheckboxFieldView = require('./sqm-lead-checkbox-field-view-340acad0.js');
14
14
 
15
15
  function useLeadCheckboxField() {
16
16
  const leadFormState = domContextHooks_module.d(useLeadFormState.LEAD_FORM_STATE_CONTEXT);
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-a43a63b4.js');
4
- const global = require('./global-3d01d469.js');
4
+ const global = require('./global-8bba5b3a.js');
5
5
  const JSS = require('./JSS-8503a151.js');
6
6
  const mixins = require('./mixins-4761d472.js');
7
7
 
@@ -3,15 +3,15 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- require('./global-3d01d469.js');
6
+ require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  const utils = require('./utils-6847bc06.js');
11
11
  require('./JSS-8503a151.js');
12
12
  require('./mixins-4761d472.js');
13
- const useLeadFormState = require('./useLeadFormState-593f5d39.js');
14
- const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-62debb73.js');
13
+ const useLeadFormState = require('./useLeadFormState-fd0445f9.js');
14
+ const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-06ed3632.js');
15
15
 
16
16
  function useLeadInputField() {
17
17
  const leadFormState = domContextHooks_module.d(useLeadFormState.LEAD_FORM_STATE_CONTEXT);
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-3d01d469.js');
6
+ const global = require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-3d01d469.js');
6
+ const global = require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-a43a63b4.js');
4
- const global = require('./global-3d01d469.js');
4
+ const global = require('./global-8bba5b3a.js');
5
5
  const JSS = require('./JSS-8503a151.js');
6
6
  const mixins = require('./mixins-4761d472.js');
7
7
  const sqmTextSpanView = require('./sqm-text-span-view-7a61ae4c.js');
@@ -3,14 +3,14 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- require('./global-3d01d469.js');
6
+ require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  require('./JSS-8503a151.js');
11
11
  require('./mixins-4761d472.js');
12
12
  require('./sqm-text-span-view-7a61ae4c.js');
13
- const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-c280139a.js');
13
+ const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-5518eb0d.js');
14
14
 
15
15
  function usePortalEmailVerification(props) {
16
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-a43a63b4.js');
4
- const global = require('./global-3d01d469.js');
4
+ const global = require('./global-8bba5b3a.js');
5
5
  const JSS = require('./JSS-8503a151.js');
6
6
  const sqmTextSpanView = require('./sqm-text-span-view-7a61ae4c.js');
7
7
 
@@ -3,14 +3,14 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- require('./global-3d01d469.js');
6
+ require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
10
10
  const utils = require('./utils-6847bc06.js');
11
11
  require('./JSS-8503a151.js');
12
12
  require('./sqm-text-span-view-7a61ae4c.js');
13
- const sqmPortalProfileView = require('./sqm-portal-profile-view-7bca5749.js');
13
+ const sqmPortalProfileView = require('./sqm-portal-profile-view-615e6975.js');
14
14
  const utilities = require('./utilities-9a0c5e91.js');
15
15
 
16
16
  const GET_USER = index_module.dist.gql `
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-3d01d469.js');
6
+ const global = require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-a43a63b4.js');
6
- const global = require('./global-3d01d469.js');
6
+ const global = require('./global-8bba5b3a.js');
7
7
  const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js');
8
8
  const index_module = require('./index.module-4f54e412.js');
9
9
  const cjs = require('./cjs-1066ec21.js');