@saasquatch/mint-components 1.15.0-49 → 1.15.0-50

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 (167) hide show
  1. package/dist/cjs/{IndirectTaxDetailsView-e379406f.js → IndirectTaxDetailsView-6e117dd3.js} +2 -2
  2. package/dist/cjs/{ShadowViewAddon-3558387a.js → ShadowViewAddon-e1bcffe2.js} +81 -58
  3. package/dist/cjs/{global-4a3008b4.js → global-6d0d196d.js} +1 -1
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/mint-components.cjs.js +2 -2
  6. package/dist/cjs/{mockRewardData-6e4a90f9.js → mockRewardData-baa02051.js} +1 -1
  7. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +124 -6
  8. package/dist/cjs/sqm-big-stat_42.cjs.entry.js +9 -6
  9. package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
  11. package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -8
  12. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
  13. package/dist/cjs/sqm-pagination_3.cjs.entry.js +1 -1
  14. package/dist/cjs/{sqm-portal-container-view-70eaf785.js → sqm-portal-container-view-07e4343f.js} +1 -1
  15. package/dist/cjs/{sqm-portal-email-verification-view-9ba1a75d.js → sqm-portal-email-verification-view-14ea3a91.js} +1 -1
  16. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
  17. package/dist/cjs/{sqm-portal-profile-view-c4c80164.js → sqm-portal-profile-view-570d2ae3.js} +1 -1
  18. package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
  19. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +4 -4
  20. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +3 -3
  21. package/dist/cjs/sqm-stencilbook.cjs.entry.js +62 -32
  22. package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +38 -3
  23. package/dist/cjs/{utils-1b04e1c8.js → utils-0b09e2cb.js} +1 -1
  24. package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +1 -1
  25. package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
  26. package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +1 -8
  27. package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +1 -1
  28. package/dist/collection/components/sqm-referral-table/mockReferralData.js +1 -1
  29. package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeList.stories.js +19 -19
  30. package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeListData.js +31 -5
  31. package/dist/collection/components/sqm-reward-exchange-list/progressBar.js +10 -10
  32. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +38 -41
  33. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +1 -2
  34. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +2 -2
  35. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +1 -1
  36. package/dist/collection/components/sqm-rewards-table/mockRewardData.js +1 -1
  37. package/dist/collection/components/sqm-stencilbook/Themes.js +4 -0
  38. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +12 -0
  39. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +16 -0
  40. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +1 -1
  41. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +36 -1
  42. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +106 -3
  43. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +7 -0
  44. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +38 -0
  45. package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +79 -1
  46. package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +4 -0
  47. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +206 -3
  48. package/dist/collection/components/tax-and-cash/sqm-user-info-form/small-views/DocusignExpiredView.js +1 -1
  49. package/dist/collection/global/styles.js +1 -1
  50. package/dist/collection/global/styles.ts +1 -1
  51. package/dist/esm/{IndirectTaxDetailsView-1600022e.js → IndirectTaxDetailsView-2eff2cc8.js} +2 -2
  52. package/dist/esm/{ShadowViewAddon-8af65b53.js → ShadowViewAddon-dc890af9.js} +81 -58
  53. package/dist/esm/{global-9c1112d1.js → global-64286824.js} +1 -1
  54. package/dist/esm/loader.js +2 -2
  55. package/dist/esm/mint-components.js +2 -2
  56. package/dist/esm/{mockRewardData-bdc54f2e.js → mockRewardData-3d8fe7b0.js} +1 -1
  57. package/dist/esm/sqm-banking-info-form_10.entry.js +124 -6
  58. package/dist/esm/sqm-big-stat_42.entry.js +9 -6
  59. package/dist/esm/sqm-code-verification.entry.js +1 -1
  60. package/dist/esm/sqm-email-verification.entry.js +1 -1
  61. package/dist/esm/sqm-empty_4.entry.js +2 -8
  62. package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
  63. package/dist/esm/sqm-pagination_3.entry.js +1 -1
  64. package/dist/esm/{sqm-portal-container-view-f0b1ccfc.js → sqm-portal-container-view-176e92e3.js} +1 -1
  65. package/dist/esm/{sqm-portal-email-verification-view-10d41c81.js → sqm-portal-email-verification-view-86d50913.js} +1 -1
  66. package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
  67. package/dist/esm/{sqm-portal-profile-view-7709257a.js → sqm-portal-profile-view-c2b82f77.js} +1 -1
  68. package/dist/esm/sqm-portal-profile.entry.js +2 -2
  69. package/dist/esm/sqm-referral-table_11.entry.js +4 -4
  70. package/dist/esm/sqm-rewards-table_9.entry.js +3 -3
  71. package/dist/esm/sqm-stencilbook.entry.js +62 -32
  72. package/dist/esm/sqm-tax-and-cash.entry.js +38 -3
  73. package/dist/esm/{utils-1d251439.js → utils-517e9b20.js} +1 -1
  74. package/dist/esm-es5/{IndirectTaxDetailsView-1600022e.js → IndirectTaxDetailsView-2eff2cc8.js} +1 -1
  75. package/dist/esm-es5/{ShadowViewAddon-8af65b53.js → ShadowViewAddon-dc890af9.js} +1 -1
  76. package/dist/esm-es5/{global-9c1112d1.js → global-64286824.js} +1 -1
  77. package/dist/esm-es5/loader.js +1 -1
  78. package/dist/esm-es5/mint-components.js +1 -1
  79. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  80. package/dist/esm-es5/sqm-big-stat_42.entry.js +1 -1
  81. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  82. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  83. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  84. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  85. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  86. package/dist/esm-es5/{sqm-portal-container-view-f0b1ccfc.js → sqm-portal-container-view-176e92e3.js} +1 -1
  87. package/dist/esm-es5/{sqm-portal-email-verification-view-10d41c81.js → sqm-portal-email-verification-view-86d50913.js} +1 -1
  88. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  89. package/dist/esm-es5/{sqm-portal-profile-view-7709257a.js → sqm-portal-profile-view-c2b82f77.js} +1 -1
  90. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  91. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  92. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  93. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  94. package/dist/esm-es5/sqm-tax-and-cash.entry.js +1 -1
  95. package/dist/esm-es5/{utils-1d251439.js → utils-517e9b20.js} +1 -1
  96. package/dist/mint-components/global/styles.ts +1 -1
  97. package/dist/mint-components/mint-components.esm.js +1 -1
  98. package/dist/mint-components/mint-components.js +1 -1
  99. package/dist/mint-components/{p-01082bad.js → p-01c508cc.js} +1 -1
  100. package/dist/mint-components/{p-a5177c16.system.entry.js → p-08cf4237.system.entry.js} +1 -1
  101. package/dist/mint-components/{p-1c8e7298.entry.js → p-106e808d.entry.js} +1 -1
  102. package/dist/mint-components/{p-76bfc42f.entry.js → p-191c1dbf.entry.js} +1 -1
  103. package/dist/mint-components/{p-ec6ec018.entry.js → p-1fb297f9.entry.js} +5 -5
  104. package/dist/mint-components/{p-9c954c08.entry.js → p-305cbc9b.entry.js} +1 -1
  105. package/dist/mint-components/{p-2f46db5e.system.entry.js → p-3ca0adb2.system.entry.js} +1 -1
  106. package/dist/mint-components/{p-314ad8e8.entry.js → p-3f35ded4.entry.js} +1 -1
  107. package/dist/mint-components/p-4904d54f.system.js +1 -0
  108. package/dist/mint-components/{p-68e6e362.js → p-50ee4d5e.js} +1 -1
  109. package/dist/mint-components/p-51810653.system.entry.js +1 -0
  110. package/dist/mint-components/{p-53c69c51.system.js → p-5856f946.system.js} +1 -1
  111. package/dist/mint-components/{p-e94a37bc.system.entry.js → p-59270c5f.system.entry.js} +1 -1
  112. package/dist/mint-components/{p-cf616a3d.system.entry.js → p-5a44e1d2.system.entry.js} +1 -1
  113. package/dist/mint-components/{p-aea6d974.system.js → p-5c362093.system.js} +1 -1
  114. package/dist/mint-components/p-620e625b.system.entry.js +1 -0
  115. package/dist/mint-components/{p-26fe5b91.entry.js → p-6491939b.entry.js} +11 -11
  116. package/dist/mint-components/{p-b34966f6.system.js → p-71bc7f52.system.js} +1 -1
  117. package/dist/mint-components/{p-5737a72e.system.entry.js → p-73a761b4.system.entry.js} +1 -1
  118. package/dist/mint-components/p-79a50a65.entry.js +1 -0
  119. package/dist/mint-components/p-7e0c12e3.entry.js +1 -0
  120. package/dist/mint-components/p-9199ab6d.system.entry.js +1 -0
  121. package/dist/mint-components/{p-572ec8d4.js → p-9580aac3.js} +1 -1
  122. package/dist/mint-components/{p-afe1ea2d.system.entry.js → p-9697bb3f.system.entry.js} +1 -1
  123. package/dist/mint-components/p-9b52645f.entry.js +9 -0
  124. package/dist/mint-components/{p-07bcefdc.js → p-9b7745db.js} +4 -4
  125. package/dist/mint-components/{p-f063930a.entry.js → p-9c73e84d.entry.js} +2 -2
  126. package/dist/mint-components/{p-07ad62e8.system.entry.js → p-a2e377aa.system.entry.js} +1 -1
  127. package/dist/mint-components/p-a6f4fb03.system.js +1 -0
  128. package/dist/mint-components/{p-880bbd84.system.js → p-aadb1a8a.system.js} +1 -1
  129. package/dist/mint-components/{p-11d52524.js → p-b12bd1e1.js} +1 -1
  130. package/dist/mint-components/{p-6964a69b.system.js → p-b3f6377c.system.js} +1 -1
  131. package/dist/mint-components/{p-9c298d88.entry.js → p-bcee8002.entry.js} +1 -1
  132. package/dist/mint-components/{p-16034601.entry.js → p-c2b880ef.entry.js} +1 -1
  133. package/dist/mint-components/p-cbc93735.system.entry.js +1 -0
  134. package/dist/mint-components/p-d5b01068.system.entry.js +1 -0
  135. package/dist/mint-components/{p-208b3b3d.js → p-dbf52a1f.js} +1 -1
  136. package/dist/mint-components/{p-8314626a.js → p-e078e746.js} +1 -1
  137. package/dist/mint-components/{p-9aa2c2fe.entry.js → p-e59eba75.entry.js} +1 -1
  138. package/dist/mint-components/{p-4e2e901f.system.entry.js → p-edfa670f.system.entry.js} +1 -1
  139. package/dist/mint-components/{p-972b9791.system.js → p-f03bd6ad.system.js} +1 -1
  140. package/dist/types/components/sqm-reward-exchange-list/RewardExchangeListData.d.ts +457 -437
  141. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +1 -1
  142. package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +1 -0
  143. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
  144. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +6 -0
  145. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +16 -0
  146. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +6 -0
  147. package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +12 -0
  148. package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +3 -0
  149. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +35 -0
  150. package/dist/types/components.d.ts +126 -0
  151. package/docs/docs.docx +0 -0
  152. package/docs/raisins.json +1 -1
  153. package/grapesjs/grapesjs.js +1 -1
  154. package/package.json +1 -1
  155. package/dist/mint-components/p-0592dc0b.system.js +0 -1
  156. package/dist/mint-components/p-114fcd0e.entry.js +0 -1
  157. package/dist/mint-components/p-1f7a26e2.entry.js +0 -9
  158. package/dist/mint-components/p-5b1ae2f4.system.entry.js +0 -1
  159. package/dist/mint-components/p-67d1a31e.entry.js +0 -1
  160. package/dist/mint-components/p-802762ab.system.js +0 -1
  161. package/dist/mint-components/p-8f33e814.system.entry.js +0 -1
  162. package/dist/mint-components/p-ba2c9746.system.entry.js +0 -1
  163. package/dist/mint-components/p-d2df58a5.system.entry.js +0 -1
  164. package/dist/mint-components/p-e3a9496d.system.entry.js +0 -1
  165. /package/dist/esm-es5/{mockRewardData-bdc54f2e.js → mockRewardData-3d8fe7b0.js} +0 -0
  166. /package/dist/mint-components/{p-6cff599f.system.js → p-9841c478.system.js} +0 -0
  167. /package/dist/mint-components/{p-4254a9b6.js → p-a11426b2.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  import { h, r as registerInstance, c as Host, g as getElement } from './index-b3a06de8.js';
2
2
  import { m as useRef, k as useState, f as useEffect, n as h$1, u as useMemo, b as browser, j as useReducer } from './stencil-hooks.module-20ad2b5f.js';
3
- import { i as intl } from './global-9c1112d1.js';
3
+ import { i as intl } from './global-64286824.js';
4
4
  import { d as dist, _, L, J, t as Pn, F as Fn, x as $n, $ as $e, i as isDemo, q as En, u as useCallback, R as Rn } from './index.module-d49ae5e7.js';
5
5
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
@@ -12,8 +12,8 @@ import { u as useRerenderListener, a as useRequestRerender } from './re-render-7
12
12
  import { u as useChildElements } from './useChildElements-0ca9a015.js';
13
13
  import { l as luxon } from './luxon-793b7f13.js';
14
14
  import { g as generateUserError } from './useReferralTable-c1511d9d.js';
15
- import { a as INDIRECT_TAX_SPAIN_REGIONS, b as INDIRECT_TAX_PROVINCES, O as OtherRegionSlotView, I as InvoiceTableView, v as vatLabels, A as ADDRESS_REGIONS } from './IndirectTaxDetailsView-1600022e.js';
16
- import { t as taxTypeToName, v as validTaxDocument, g as getCountryObj, L as LoadingView, f as formatErrorMessage, a as validateBillingField, o as objectIsFull } from './utils-1d251439.js';
15
+ import { a as INDIRECT_TAX_SPAIN_REGIONS, b as INDIRECT_TAX_PROVINCES, O as OtherRegionSlotView, I as InvoiceTableView, v as vatLabels, A as ADDRESS_REGIONS } from './IndirectTaxDetailsView-2eff2cc8.js';
16
+ import { t as taxTypeToName, v as validTaxDocument, g as getCountryObj, L as LoadingView, f as formatErrorMessage, a as validateBillingField, o as objectIsFull } from './utils-517e9b20.js';
17
17
  import { i as FORM_STEPS, a as TAX_FORM_CONTEXT_NAMESPACE, S as SORTED_COUNTRIES_NAMESPACE, c as USER_QUERY_NAMESPACE, T as TAX_CONTEXT_NAMESPACE, F as FINANCE_NETWORK_SETTINGS_NAMESPACE, U as USER_FORM_CONTEXT_NAMESPACE, d as COUNTRIES_QUERY_NAMESPACE, C as CURRENCIES_NAMESPACE } from './data-ce8ed0ae.js';
18
18
  import { b as VERIFICATION_EVENT_KEY } from './keys-406491dc.js';
19
19
  import { T as TAX_FORM_UPDATED_EVENT_KEY, a as useVeriffApp, g as getStatus, V as VERIFF_COMPLETE_EVENT_KEY } from './usePayoutStatus-e92a6e43.js';
@@ -23,7 +23,7 @@ function getFormMap({ props, getValidationErrorMessage, bankCountry, }) {
23
23
  const { errors, ...formState } = props.states.formState;
24
24
  return {
25
25
  0: {
26
- input: (h("sl-input", Object.assign({ required: true, label: props.text.beneficiaryAccountNameLabel, name: "/beneficiaryAccountName", id: "beneficiaryAccountName", key: "beneficiaryAccountName", type: "text" }, (((_a = errors === null || errors === void 0 ? void 0 : errors.inputErrors) === null || _a === void 0 ? void 0 : _a.beneficiaryAccountName) && {
26
+ input: (h("sl-input", Object.assign({ required: true, label: props.text.beneficiaryAccountNameLabel, name: "/beneficiaryAccountName", id: "beneficiaryAccountName", key: "beneficiaryAccountName", type: "text", "help-text": props.text.beneficiaryAccountNameDescription }, (((_a = errors === null || errors === void 0 ? void 0 : errors.inputErrors) === null || _a === void 0 ? void 0 : _a.beneficiaryAccountName) && {
27
27
  class: "error-input",
28
28
  helpText: getValidationErrorMessage({
29
29
  type: (_c = (_b = errors === null || errors === void 0 ? void 0 : errors.inputErrors) === null || _b === void 0 ? void 0 : _b.beneficiaryAccountName) === null || _c === void 0 ? void 0 : _c.type,
@@ -525,6 +525,11 @@ const mockPaymentOptions = {
525
525
  };
526
526
 
527
527
  const style = {
528
+ ModalTitleContainer: {
529
+ display: "flex",
530
+ gap: "var(--sl-spacing-small)",
531
+ alignItems: "center",
532
+ },
528
533
  FormWrapper: {
529
534
  display: "flex",
530
535
  justifyContent: "flex-start",
@@ -647,6 +652,28 @@ const style = {
647
652
  height: "26px",
648
653
  width: "26px",
649
654
  },
655
+ Dialog: {
656
+ "&::part(panel)": {
657
+ maxWidth: "420px",
658
+ },
659
+ "&::part(title)": {
660
+ fontSize: "var(--sl-font-size-large)",
661
+ fontWeight: "600",
662
+ },
663
+ "&::part(body)": {
664
+ padding: "0 var(--sl-spacing-x-large) 0 var(--sl-spacing-x-large)",
665
+ fontSize: "var(--sl-font-size-small)",
666
+ },
667
+ "&::part(footer)": {
668
+ display: "flex",
669
+ flexDirection: "column",
670
+ gap: "var(--sl-spacing-small)",
671
+ marginBottom: "var(--sl-spacing-xx-small)",
672
+ alignItems: "center",
673
+ flex: "1",
674
+ },
675
+ },
676
+ DialogButton: { margin: "auto", width: "100%" },
650
677
  };
651
678
  const sheet = createStyleSheet(style);
652
679
  const styleString = sheet.toString();
@@ -712,6 +739,12 @@ const BankingInfoFormView = (props) => {
712
739
  h("style", { type: "text/css" },
713
740
  styleString,
714
741
  vanillaStyle),
742
+ h("sl-dialog", { class: sheet.classes.Dialog, open: states.showModal, "onSl-hide": callbacks.onModalClose },
743
+ h("div", { class: classes.ModalTitleContainer, slot: "label" },
744
+ h("sl-icon", { name: "info-circle", style: { color: "var(--sl-color-info-500)" } }),
745
+ h("h2", { style: { fontSize: "var(--sl-font-size-large)" } }, text.modalTitle)),
746
+ h("p", null, text.modalDescription),
747
+ h("sl-button", { slot: "footer", type: "primary", class: sheet.classes.DialogButton, submit: true, exportparts: "base: primarybutton-base" }, text.modalButtonText)),
715
748
  h("div", { class: classes.TextContainer },
716
749
  h("div", null,
717
750
  !states.hideSteps && (h("p", null, intl.formatMessage({
@@ -771,7 +804,9 @@ const BankingInfoFormView = (props) => {
771
804
  ? getLoadingSkeleton("toPayPalAccount")
772
805
  : slots.paymentFixedDaySelectSlot))))),
773
806
  h("div", { class: classes.BtnContainer },
774
- h("sl-button", { type: "primary", disabled: states.disabled || states.saveDisabled, loading: states.saveLoading, submit: true, exportparts: "base: primarybutton-base" }, text.continueButton),
807
+ h("sl-button", Object.assign({ type: "primary", disabled: states.disabled || states.saveDisabled, loading: states.saveLoading }, (states.hideSteps
808
+ ? { onClick: callbacks.onModalOpen }
809
+ : { submit: "submit" }), { exportparts: "base: primarybutton-base" }), text.continueButton),
775
810
  !states.hideBackButton && (h("sl-button", { exportparts: "base: secondarybutton-base", type: "secondary", onClick: callbacks.onBack }, text.backButton))))));
776
811
  };
777
812
 
@@ -874,6 +909,7 @@ function useBankingInfoForm(props) {
874
909
  const [paymentScheduleChecked, setPaymentScheduleChecked] = useState(undefined);
875
910
  const [countrySearch, setCountrySearch] = useState("");
876
911
  const [filteredCountries, setFilteredCountries] = useState(countries || []);
912
+ const [showModal, setShowModal] = useState(false);
877
913
  const currency = ((_c = (_b = (_a = userData === null || userData === void 0 ? void 0 : userData.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) || "";
878
914
  const isPartner = !!((_f = (_e = (_d = userData === null || userData === void 0 ? void 0 : userData.user) === null || _d === void 0 ? void 0 : _d.impactConnection) === null || _e === void 0 ? void 0 : _e.publisher) === null || _f === void 0 ? void 0 : _f.withdrawalSettings);
879
915
  const feeCap = paypalFeeMap[currency] || "";
@@ -1045,10 +1081,12 @@ function useBankingInfoForm(props) {
1045
1081
  });
1046
1082
  setErrors({ inputErrors: validationErrors });
1047
1083
  if (Object.keys(validationErrors).length) {
1084
+ setShowModal(false);
1048
1085
  return;
1049
1086
  }
1050
1087
  let token = undefined;
1051
1088
  if (isPartner) {
1089
+ setShowModal(false);
1052
1090
  setShowVerification(true);
1053
1091
  token = await new Promise((res) => {
1054
1092
  const cb = (e) => {
@@ -1061,6 +1099,7 @@ function useBankingInfoForm(props) {
1061
1099
  setShowVerification(false);
1062
1100
  }
1063
1101
  await runMutation(formData, token);
1102
+ setShowModal(false);
1064
1103
  };
1065
1104
  const onVerification = async (token) => {
1066
1105
  host.dispatchEvent(new CustomEvent(VERIFICATION_EVENT_KEY, {
@@ -1094,6 +1133,8 @@ function useBankingInfoForm(props) {
1094
1133
  setCountrySearch,
1095
1134
  onVerification,
1096
1135
  onVerificationHide: () => onVerification(null),
1136
+ onModalClose: () => setShowModal(false),
1137
+ onModalOpen: () => setShowModal(true),
1097
1138
  },
1098
1139
  states: {
1099
1140
  showVerification,
@@ -1127,6 +1168,7 @@ function useBankingInfoForm(props) {
1127
1168
  bankCountry: formState.bankCountry,
1128
1169
  countrySearch,
1129
1170
  email: (_j = userData === null || userData === void 0 ? void 0 : userData.user) === null || _j === void 0 ? void 0 : _j.email,
1171
+ showModal,
1130
1172
  },
1131
1173
  refs: {
1132
1174
  formRef,
@@ -1211,7 +1253,11 @@ const BankingInfoForm = class {
1211
1253
  /**
1212
1254
  * @uiName Beneficiary account field label
1213
1255
  */
1214
- this.beneficiaryAccountNameLabel = "Beneficiary account name";
1256
+ this.beneficiaryAccountNameLabel = "Account holder name";
1257
+ /**
1258
+ * @uiName Beneficiary account field description
1259
+ */
1260
+ this.beneficiaryAccountNameDescription = "The beneficiary name of your bank account. Ensure this matches the name on your tax form.";
1215
1261
  /**
1216
1262
  * @uiName Bank account type field label
1217
1263
  */
@@ -1390,6 +1436,18 @@ const BankingInfoForm = class {
1390
1436
  * @uiWidget textArea
1391
1437
  */
1392
1438
  this.loadingErrorAlertDescription = "Please refresh the page and try again. If this problem continues, contact Support.";
1439
+ /**
1440
+ * @uiName Information modal title
1441
+ */
1442
+ this.modalTitle = "Important Note";
1443
+ /**
1444
+ * @uiName Information modal description text
1445
+ */
1446
+ this.modalDescription = "Updating payment information places your account and payouts on hold for up to 48 hours while we verify your change. Payments scheduled during the hold period are skipped.";
1447
+ /**
1448
+ * @uiName Information modal button text
1449
+ */
1450
+ this.modalButtonText = "I understand, update my information";
1393
1451
  h$1(this);
1394
1452
  }
1395
1453
  disconnectedCallback() { }
@@ -1603,6 +1661,7 @@ function useDemoBankingInfoForm(props) {
1603
1661
  currency,
1604
1662
  setCurrency,
1605
1663
  hasPayPal: true,
1664
+ showModal: false,
1606
1665
  },
1607
1666
  callbacks: {
1608
1667
  onVerificationHide: () => { },
@@ -1615,6 +1674,8 @@ function useDemoBankingInfoForm(props) {
1615
1674
  setCountrySearch: () => { },
1616
1675
  onBack: async () => setStep("/dashboard"),
1617
1676
  onVerification: () => { },
1677
+ onModalOpen: () => { },
1678
+ onModalClose: () => { },
1618
1679
  },
1619
1680
  text: props.getTextProps(),
1620
1681
  refs: {
@@ -1662,6 +1723,7 @@ function useDocusignForm(props) {
1662
1723
  const [errors, setErrors] = useState({});
1663
1724
  const [loading, setLoading] = useState(false);
1664
1725
  const [showExitButton, setShowExitButton] = useState(false);
1726
+ const [showModal, setShowModal] = useState(true);
1665
1727
  // Only look at current document if it's valid (same as required type)
1666
1728
  const existingDocumentType = validTaxDocument(publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType) && (publisher === null || publisher === void 0 ? void 0 : publisher.currentTaxDocument)
1667
1729
  ? publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType : undefined;
@@ -1757,6 +1819,7 @@ function useDocusignForm(props) {
1757
1819
  documentType: actualDocumentType,
1758
1820
  documentTypeString: taxTypeToName(actualDocumentType),
1759
1821
  showExitButton,
1822
+ showModal,
1760
1823
  },
1761
1824
  data: {
1762
1825
  taxForm: actualDocumentType,
@@ -1767,6 +1830,8 @@ function useDocusignForm(props) {
1767
1830
  completeDocument,
1768
1831
  onExit: progressStep,
1769
1832
  setParticipantType,
1833
+ onModalClose: () => setShowModal(false),
1834
+ onModalOpen: () => setShowModal(true),
1770
1835
  },
1771
1836
  text: props.getTextProps(),
1772
1837
  };
@@ -1886,6 +1951,11 @@ const DocusignIframe = ({ states, data, callbacks, text, }) => {
1886
1951
  };
1887
1952
 
1888
1953
  const style$2 = {
1954
+ ModalTitleContainer: {
1955
+ display: "flex",
1956
+ gap: "var(--sl-spacing-small)",
1957
+ alignItems: "center",
1958
+ },
1889
1959
  FormWrapper: {
1890
1960
  display: "flex",
1891
1961
  justifyContent: "flex-start",
@@ -1974,6 +2044,28 @@ const style$2 = {
1974
2044
  color: "var(--sqm-text-subdued)",
1975
2045
  fontSize: "var(--sl-font-size-medium)",
1976
2046
  },
2047
+ Dialog: {
2048
+ "&::part(panel)": {
2049
+ maxWidth: "420px",
2050
+ },
2051
+ "&::part(title)": {
2052
+ fontSize: "var(--sl-font-size-large)",
2053
+ fontWeight: "600",
2054
+ },
2055
+ "&::part(body)": {
2056
+ padding: "0 var(--sl-spacing-x-large) 0 var(--sl-spacing-x-large)",
2057
+ fontSize: "var(--sl-font-size-small)",
2058
+ },
2059
+ "&::part(footer)": {
2060
+ display: "flex",
2061
+ flexDirection: "column",
2062
+ gap: "var(--sl-spacing-small)",
2063
+ marginBottom: "var(--sl-spacing-xx-small)",
2064
+ alignItems: "center",
2065
+ flex: "1",
2066
+ },
2067
+ },
2068
+ DialogButton: { margin: "auto", width: "100%" },
1977
2069
  };
1978
2070
  const sheet$2 = createStyleSheet(style$2);
1979
2071
  const styleString$2 = sheet$2.toString();
@@ -2003,6 +2095,17 @@ const DocusignFormView = (props) => {
2003
2095
  h("style", { type: "text/css" },
2004
2096
  styleString$2,
2005
2097
  vanillaStyle$1),
2098
+ h("sl-dialog", { class: sheet$2.classes.Dialog, open: states.showModal, "onSl-hide": callbacks.onModalClose },
2099
+ h("div", { class: classes.ModalTitleContainer, slot: "label" },
2100
+ h("sl-icon", { name: "info-circle", style: { color: "var(--sl-color-info-500)" } }),
2101
+ h("h2", { style: { fontSize: "var(--sl-font-size-large)" } }, text.modalTitle)),
2102
+ h("p", null, intl.formatMessage({
2103
+ id: "modalText",
2104
+ defaultMessage: text.modalDescription,
2105
+ }, {
2106
+ br: h("br", null),
2107
+ })),
2108
+ h("sl-button", { slot: "footer", type: "primary", class: sheet$2.classes.DialogButton, onClick: callbacks.onModalClose, exportparts: "base: primarybutton-base" }, text.modalButtonText)),
2006
2109
  h("div", { class: classes.TextContainer },
2007
2110
  h("div", null,
2008
2111
  !states.hideSteps && (h("p", null, intl.formatMessage({
@@ -2156,6 +2259,18 @@ const DocusignForm = class {
2156
2259
  * @uiName Exit button text
2157
2260
  */
2158
2261
  this.exitButton = "Exit";
2262
+ /**
2263
+ * @uiName Information modal title
2264
+ */
2265
+ this.modalTitle = "Important Note";
2266
+ /**
2267
+ * @uiName Information modal description text
2268
+ */
2269
+ this.modalDescription = "Remember the name you enter in your tax form. It must exactly match the bank account holder name configured in the next step. {br}{br}Otherwise you will have to resubmit your form again and there will be delays receiving your payout.";
2270
+ /**
2271
+ * @uiName Information modal button text
2272
+ */
2273
+ this.modalButtonText = "I understand";
2159
2274
  h$1(this);
2160
2275
  }
2161
2276
  disconnectedCallback() { }
@@ -2210,6 +2325,7 @@ function useDocusignFormDemo(props) {
2210
2325
  errors: {},
2211
2326
  },
2212
2327
  documentType: "W9",
2328
+ showModal: false,
2213
2329
  },
2214
2330
  data: {
2215
2331
  taxForm: "W9",
@@ -2220,6 +2336,8 @@ function useDocusignFormDemo(props) {
2220
2336
  demo: {
2221
2337
  onSubmit: () => setStep("/4"),
2222
2338
  onBack: () => setStep("/3"),
2339
+ onModalOpen: () => { },
2340
+ onModalClose: () => { },
2223
2341
  },
2224
2342
  setParticipantType: (p) => console.log({ p }),
2225
2343
  setDocusignStatus: (status) => console.log(status),
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h as h$1, c as Host } from './index-b3a06de8.js';
2
2
  import { n as h, f as useEffect, k as useState, i as d, u as useMemo, m as useRef, b as browser, j as useReducer } from './stencil-hooks.module-20ad2b5f.js';
3
- import { i as intl } from './global-9c1112d1.js';
3
+ import { i as intl } from './global-64286824.js';
4
4
  import { i as isDemo, _ as _$1, d as dist, J, H, $ as $e, w as wn, B, L, y as yn, j as jn, r as Ue, V as Ve, u as useCallback, Q as Qe, k as kn } from './index.module-d49ae5e7.js';
5
5
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
6
6
  import { c as cjs } from './cjs-bdfb4486.js';
@@ -19,8 +19,8 @@ import { P as PortalLoginView } from './sqm-portal-login-view-7670cd86.js';
19
19
  import { u as usePortalLogin } from './usePortalLogin-6b1951c6.js';
20
20
  import { A as AsYouType } from './AsYouType-46f67d0d.js';
21
21
  import { i as isEmpty } from './utilities-6341d9fd.js';
22
- import { u as useDemoBigStat, Q as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, V as demoRewardExchange, i as RewardExchangeView, G as useShareButton, a as ShareButtonView, J as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-8af65b53.js';
23
- import './sqm-portal-container-view-f0b1ccfc.js';
22
+ import { u as useDemoBigStat, Q as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, i as RewardExchangeView, V as demoRewardExchange, G as useShareButton, a as ShareButtonView, J as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-dc890af9.js';
23
+ import './sqm-portal-container-view-176e92e3.js';
24
24
  import { u as usePayoutStatus } from './usePayoutStatus-e92a6e43.js';
25
25
 
26
26
  /**
@@ -123,6 +123,7 @@ const Netflix = {
123
123
  },
124
124
  hoverStateColor: "#777777",
125
125
  selectedStateColor: "#E50914",
126
+ borderRadius: 4,
126
127
  },
127
128
  };
128
129
  const Amazon = {
@@ -210,6 +211,7 @@ const Amazon = {
210
211
  border: "#D5D9D9",
211
212
  inputText: "#2f2f2f",
212
213
  },
214
+ borderRadius: 4,
213
215
  hoverStateColor: "#A2A2A2",
214
216
  selectedStateColor: "#007185",
215
217
  },
@@ -265,6 +267,7 @@ const Spotify = {
265
267
  border: "#7c7c7c",
266
268
  inputText: "#fff",
267
269
  },
270
+ borderRadius: 30,
268
271
  hoverStateColor: "white",
269
272
  selectedStateColor: "white",
270
273
  },
@@ -351,6 +354,7 @@ const Google = {
351
354
  border: "#DADCE0",
352
355
  inputText: "#202124",
353
356
  },
357
+ borderRadius: 4,
354
358
  hoverStateColor: "#9AA0A6",
355
359
  selectedStateColor: "#4285F4",
356
360
  },
@@ -2419,7 +2423,7 @@ const style$2 = {
2419
2423
  marginLeft: "auto",
2420
2424
  },
2421
2425
  PayoutButtonDescription: {
2422
- color: "var(--sl-color-neutral-500)",
2426
+ color: "var(--sqm-text-subdued)",
2423
2427
  fontSize: "var(--sl-font-size-small)",
2424
2428
  margin: "0",
2425
2429
  },
@@ -5029,10 +5033,9 @@ function useRewardExchangeListDemo(props) {
5029
5033
  queryError: false,
5030
5034
  loading: false,
5031
5035
  noExchangeOptions: false,
5032
- empty: EmptySlot$1(),
5033
5036
  },
5034
5037
  data: {
5035
- shareCode: "SHARECODE123",
5038
+ // shareCode: "SHARECODE123",
5036
5039
  exchangeList: demoRewardExchange.data.exchangeList,
5037
5040
  },
5038
5041
  callbacks: {
@@ -1,6 +1,6 @@
1
1
  import { h, r as registerInstance } from './index-b3a06de8.js';
2
2
  import { l, k as useState, f as useEffect, n as h$1 } from './stencil-hooks.module-20ad2b5f.js';
3
- import { i as intl } from './global-9c1112d1.js';
3
+ import { i as intl } from './global-64286824.js';
4
4
  import { d as dist, t as Pn, F as Fn, i as isDemo, q as En } from './index.module-d49ae5e7.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import { g as getProps } from './utils-334c1e34.js';
@@ -1,6 +1,6 @@
1
1
  import { h, r as registerInstance } from './index-b3a06de8.js';
2
2
  import { k as useState, f as useEffect, n as h$1 } from './stencil-hooks.module-20ad2b5f.js';
3
- import { i as intl } from './global-9c1112d1.js';
3
+ import { i as intl } from './global-64286824.js';
4
4
  import { d as dist, t as Pn, w as wn, J, $ as $e, i as isDemo, q as En } from './index.module-d49ae5e7.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import { g as getProps } from './utils-334c1e34.js';
@@ -1,10 +1,10 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-b3a06de8.js';
2
2
  import { n as h$1 } from './stencil-hooks.module-20ad2b5f.js';
3
- import { i as intl } from './global-9c1112d1.js';
3
+ import { i as intl } from './global-64286824.js';
4
4
  import './index.module-d49ae5e7.js';
5
5
  import { g as getProps } from './utils-334c1e34.js';
6
6
  import './JSS-67b5cff8.js';
7
- import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-f0b1ccfc.js';
7
+ import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-176e92e3.js';
8
8
 
9
9
  function EmptyStateView(props) {
10
10
  const { emptyStateHeader, emptyStateImage, emptyStateText, supportText, missingFeature = "", } = props;
@@ -79,12 +79,6 @@ const PortalContainer = class {
79
79
  * @uiEnumNames ["Wrap", "No Wrap"]
80
80
  */
81
81
  this.flexWrap = "wrap";
82
- /**
83
- * @uiName Background color
84
- * @uiWidget color
85
- * @uiType string
86
- */
87
- this.backgroundColor = "#ffffff00";
88
82
  h$1(this);
89
83
  }
90
84
  disconnectedCallback() { }
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
2
2
  import { n as h } from './stencil-hooks.module-20ad2b5f.js';
3
- import { i as intl } from './global-9c1112d1.js';
3
+ import { i as intl } from './global-64286824.js';
4
4
  import { d as dist, H, J, w as wn, i as isDemo } from './index.module-d49ae5e7.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-18baae5b.js';
@@ -1,6 +1,6 @@
1
1
  import { h, F as Fragment, r as registerInstance } from './index-b3a06de8.js';
2
2
  import { n as h$1, k as useState } from './stencil-hooks.module-20ad2b5f.js';
3
- import { i as intl } from './global-9c1112d1.js';
3
+ import { i as intl } from './global-64286824.js';
4
4
  import { F as Fn, i as isDemo, d as dist, H, J, w as wn, $ as $e, B } from './index.module-d49ae5e7.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import { g as getProps } from './utils-334c1e34.js';
@@ -36,7 +36,7 @@ function PortalContainerView(props, children) {
36
36
  maxWidth: props.maxWidth,
37
37
  margin: props.center && "auto",
38
38
  justifyContent: props.justifyContent,
39
- backgroundColor: props.backgroundColor || "transparent",
39
+ backgroundColor: props.backgroundColor || "var(--sqm-portal-background)",
40
40
  },
41
41
  };
42
42
  const vanillaStyle = `
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-b3a06de8.js';
2
- import { i as intl } from './global-9c1112d1.js';
2
+ import { i as intl } from './global-64286824.js';
3
3
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
4
4
  import { A as AuthWrapper, a as AuthColumn } from './mixins-f750863a.js';
5
5
  import { T as TextSpanView } from './sqm-text-span-view-4c17b8c9.js';
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
2
2
  import { k as useState, m as useRef, f as useEffect, n as h } from './stencil-hooks.module-20ad2b5f.js';
3
- import './global-9c1112d1.js';
3
+ import './global-64286824.js';
4
4
  import { l as ln, n as nn, J, j as jn, u as useCallback, i as isDemo } from './index.module-d49ae5e7.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import './JSS-67b5cff8.js';
7
7
  import './mixins-f750863a.js';
8
8
  import './sqm-text-span-view-4c17b8c9.js';
9
- import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-10d41c81.js';
9
+ import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-86d50913.js';
10
10
 
11
11
  function usePortalEmailVerification(props) {
12
12
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
@@ -1,5 +1,5 @@
1
1
  import { h } from './index-b3a06de8.js';
2
- import { i as intl } from './global-9c1112d1.js';
2
+ import { i as intl } from './global-64286824.js';
3
3
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
4
4
  import { T as TextSpanView } from './sqm-text-span-view-4c17b8c9.js';
5
5
 
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
2
2
  import { k as useState, f as useEffect, n as h } from './stencil-hooks.module-20ad2b5f.js';
3
- import './global-9c1112d1.js';
3
+ import './global-64286824.js';
4
4
  import { d as dist, J, w as wn, $ as $e, i as isDemo } from './index.module-d49ae5e7.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import { g as getProps } from './utils-334c1e34.js';
7
7
  import './JSS-67b5cff8.js';
8
8
  import './sqm-text-span-view-4c17b8c9.js';
9
- import { P as PortalProfileView } from './sqm-portal-profile-view-7709257a.js';
9
+ import { P as PortalProfileView } from './sqm-portal-profile-view-c2b82f77.js';
10
10
  import { i as isEmpty } from './utilities-6341d9fd.js';
11
11
 
12
12
  const GET_USER = dist.gql `
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h as h$1, g as getElement, c as Host } from './index-b3a06de8.js';
2
2
  import { n as h, j as useReducer, u as useMemo, f as useEffect } from './stencil-hooks.module-20ad2b5f.js';
3
- import { i as intl } from './global-9c1112d1.js';
3
+ import { i as intl } from './global-64286824.js';
4
4
  import { i as isDemo } from './index.module-d49ae5e7.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import { l as luxonLocale } from './utils-334c1e34.js';
@@ -10,7 +10,7 @@ import { G as GenericTableView } from './GenericTableView-dd9be3ea.js';
10
10
  import { a as useRequestRerender, u as useRerenderListener } from './re-render-789f9123.js';
11
11
  import { u as useChildElements } from './useChildElements-0ca9a015.js';
12
12
  import { l as luxon } from './luxon-793b7f13.js';
13
- import { g as getPaypalMeta } from './mockRewardData-bdc54f2e.js';
13
+ import { g as getPaypalMeta } from './mockRewardData-3d8fe7b0.js';
14
14
  import { u as useReferralTable, t as tryMethod } from './useReferralTable-c1511d9d.js';
15
15
  import { T as TextSpanView } from './sqm-text-span-view-4c17b8c9.js';
16
16
 
@@ -110,7 +110,7 @@ const getMockData = () => {
110
110
  prettyValue: "1 Point",
111
111
  statuses: statuses[Math.floor(Math.random() * statuses.length)],
112
112
  // statuses: ["PENDING"],
113
- // pendingReasons: ["US_TAX", "PAYOUT_CONFIGURATION_MISSING"],
113
+ // pendingReasons: ["US_TAX", "MISSING_PAYOUT_CONFIGURATION"],
114
114
  globalRewardKey: null,
115
115
  programRewardKey: "partnerReward",
116
116
  meta: {
@@ -579,7 +579,7 @@ const ReferralTableRewardsCell = class {
579
579
  if (!((_l = taxConnection === null || taxConnection === void 0 ? void 0 : taxConnection.publisher) === null || _l === void 0 ? void 0 : _l.withdrawalSettings))
580
580
  return "PENDING_PARTNER_CREATION";
581
581
  }
582
- if ((_m = reward === null || reward === void 0 ? void 0 : reward.pendingReasons) === null || _m === void 0 ? void 0 : _m.includes("PAYOUT_CONFIGURATION_MISSING")) {
582
+ if ((_m = reward === null || reward === void 0 ? void 0 : reward.pendingReasons) === null || _m === void 0 ? void 0 : _m.includes("MISSING_PAYOUT_CONFIGURATION")) {
583
583
  return "PENDING_PARTNER_CREATION";
584
584
  }
585
585
  if (reward.statuses.length === 1)
@@ -1,6 +1,6 @@
1
1
  import { h, r as registerInstance, c as Host } from './index-b3a06de8.js';
2
2
  import { b as browser, j as useReducer, f as useEffect, n as h$1, u as useMemo } from './stencil-hooks.module-20ad2b5f.js';
3
- import { i as intl } from './global-9c1112d1.js';
3
+ import { i as intl } from './global-64286824.js';
4
4
  import { d as dist, J, H, L, w as wn, R as Rn, i as isDemo } from './index.module-d49ae5e7.js';
5
5
  import { c as cjs } from './cjs-bdfb4486.js';
6
6
  import { l as luxonLocale } from './utils-334c1e34.js';
@@ -10,7 +10,7 @@ import { G as GenericTableView } from './GenericTableView-dd9be3ea.js';
10
10
  import { u as useRerenderListener, a as useRequestRerender } from './re-render-789f9123.js';
11
11
  import { u as useChildElements } from './useChildElements-0ca9a015.js';
12
12
  import { l as luxon } from './luxon-793b7f13.js';
13
- import { m as mockRewardData } from './mockRewardData-bdc54f2e.js';
13
+ import { m as mockRewardData } from './mockRewardData-3d8fe7b0.js';
14
14
  import { g as generateUserError } from './useReferralTable-c1511d9d.js';
15
15
 
16
16
  const debug = browser("sq:useRewardsTable");
@@ -915,7 +915,7 @@ const RewardTableStatusCell = class {
915
915
  if (!((_d = taxConnection === null || taxConnection === void 0 ? void 0 : taxConnection.publisher) === null || _d === void 0 ? void 0 : _d.withdrawalSettings))
916
916
  return this.pendingPartnerCreation;
917
917
  }
918
- if ((_e = reward === null || reward === void 0 ? void 0 : reward.pendingReasons) === null || _e === void 0 ? void 0 : _e.includes("PAYOUT_CONFIGURATION_MISSING")) {
918
+ if ((_e = reward === null || reward === void 0 ? void 0 : reward.pendingReasons) === null || _e === void 0 ? void 0 : _e.includes("MISSING_PAYOUT_CONFIGURATION")) {
919
919
  return this.pendingPartnerCreation;
920
920
  }
921
921
  return "";