@saasquatch/mint-components 2.5.0-2 → 2.5.0-3
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.
- package/dist/cjs/{data-89ac73dd.js → data-04ef5511.js} +2 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +43 -29
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +47 -17
- package/dist/cjs/sqm-email-verification_2.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-partner-info-modal-view-431100ad.js → sqm-partner-info-modal-view-d9b61d54.js} +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +5 -0
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +75 -8
- package/dist/cjs/{sqm-user-info-form-view-c5f9b79b.js → sqm-user-info-form-view-9745956d.js} +49 -46
- package/dist/cjs/{subregions-3d27e279.js → subregions-d12829d6.js} +28 -0
- package/dist/cjs/{useIndirectTaxForm-5211013b.js → useIndirectTaxForm-0969e194.js} +26 -3
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +1 -0
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +2 -0
- package/dist/collection/components/sqm-coupon-code/sqm-coupon-code.js +5 -0
- package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +2 -0
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +7 -0
- package/dist/collection/components/sqm-empty/sqm-empty.js +2 -0
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +8 -0
- package/dist/collection/components/sqm-hero/sqm-hero.js +4 -0
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +8 -0
- package/dist/collection/components/sqm-image/sqm-image.js +1 -0
- package/dist/collection/components/sqm-input-field/sqm-input-field.js +2 -0
- package/dist/collection/components/sqm-instant-access-registration/sqm-instant-access-registration.js +4 -0
- package/dist/collection/components/sqm-lead-form/sqm-lead-form.js +7 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +1 -0
- package/dist/collection/components/sqm-logout-current-user/sqm-logout-current-user.js +1 -0
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +2 -0
- package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +1 -0
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +1 -0
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +2 -0
- package/dist/collection/components/sqm-pagination/sqm-pagination.js +3 -0
- package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal-view.js +1 -1
- package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal.js +5 -0
- package/dist/collection/components/sqm-password-field/sqm-password-field.js +2 -0
- package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +1 -0
- package/dist/collection/components/sqm-portal-change-marketing/sqm-portal-change-marketing.js +4 -0
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +8 -0
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +5 -0
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +8 -0
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame.js +2 -0
- package/dist/collection/components/sqm-portal-google-login/sqm-portal-google-login.js +1 -0
- package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +3 -0
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +7 -0
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +7 -0
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +5 -0
- package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form.js +5 -0
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +7 -0
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +5 -0
- package/dist/collection/components/sqm-qr-code/sqm-qr-code.js +3 -0
- package/dist/collection/components/sqm-referral-code/sqm-referral-code.js +3 -0
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +3 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +1 -0
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +9 -0
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +5 -0
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +3 -0
- package/dist/collection/components/sqm-scroll/sqm-scroll.js +1 -0
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +3 -0
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +3 -0
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +4 -0
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +2 -0
- package/dist/collection/components/sqm-tabs/sqm-tabs.js +1 -0
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +9 -0
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +1 -0
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +4 -0
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +1 -0
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +4 -0
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +4 -0
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +19 -0
- package/dist/collection/components/tax-and-cash/data.js +2 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +4 -0
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +2 -0
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +4 -4
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +4 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.js +25 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +12 -8
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/usePayoutDetailsCard.js +10 -9
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +7 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +24 -13
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +55 -1
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +25 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +64 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/TaxAndCashDashboardView.stories.js +11 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +44 -41
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +55 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +2 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/UserInfoFormView.stories.js +3 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +3 -3
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +5 -0
- package/dist/collection/components/tax-and-cash/utils.js +26 -0
- package/dist/esm/{data-8698cbc6.js → data-0be04430.js} +2 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +43 -29
- package/dist/esm/sqm-big-stat_47.entry.js +47 -17
- package/dist/esm/sqm-email-verification_2.entry.js +3 -3
- package/dist/esm/{sqm-partner-info-modal-view-34d4be5b.js → sqm-partner-info-modal-view-b921fed1.js} +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +5 -0
- package/dist/esm/sqm-stencilbook.entry.js +75 -8
- package/dist/esm/{sqm-user-info-form-view-ceb3917a.js → sqm-user-info-form-view-81526655.js} +49 -46
- package/dist/esm/{subregions-810a5c2d.js → subregions-98789b46.js} +27 -1
- package/dist/esm/{useIndirectTaxForm-4dc576f0.js → useIndirectTaxForm-bbe8779d.js} +26 -3
- package/dist/esm-es5/data-0be04430.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification_2.entry.js +1 -1
- package/dist/esm-es5/sqm-partner-info-modal-view-b921fed1.js +1 -0
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-user-info-form-view-81526655.js +1 -0
- package/dist/esm-es5/subregions-98789b46.js +1 -0
- package/dist/esm-es5/useIndirectTaxForm-bbe8779d.js +6 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-07b989a3.system.js +6 -0
- package/dist/mint-components/{p-05466678.entry.js → p-0d89ef44.entry.js} +3 -3
- package/dist/mint-components/p-14f4cce8.js +1 -0
- package/dist/mint-components/{p-8bdabf61.entry.js → p-1e9c339f.entry.js} +2 -2
- package/dist/mint-components/p-227ca8d4.system.js +1 -0
- package/dist/mint-components/p-231926a3.system.entry.js +1 -0
- package/dist/mint-components/p-288249ae.system.entry.js +1 -0
- package/dist/mint-components/p-53575d04.js +1 -0
- package/dist/mint-components/p-549d60ee.system.entry.js +1 -0
- package/dist/mint-components/{p-7468e5b8.entry.js → p-654cdee8.entry.js} +2 -2
- package/dist/mint-components/{p-5c52100b.js → p-7aa89fa8.js} +2 -0
- package/dist/mint-components/p-826e3db0.system.js +1 -0
- package/dist/mint-components/p-a1b655ba.system.js +1 -0
- package/dist/mint-components/p-b1feb0f1.js +108 -0
- package/dist/mint-components/p-bfb00685.system.js +1 -1
- package/dist/mint-components/{p-ee6700a3.system.entry.js → p-cf12347b.system.entry.js} +1 -1
- package/dist/mint-components/p-db73312a.system.js +1 -0
- package/dist/mint-components/p-e1b917ff.entry.js +83 -0
- package/dist/mint-components/p-f75ead20.js +1 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +1 -0
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +2 -0
- package/dist/types/components/sqm-coupon-code/sqm-coupon-code.d.ts +5 -0
- package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +2 -0
- package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +7 -0
- package/dist/types/components/sqm-empty/sqm-empty.d.ts +2 -0
- package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +8 -0
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +4 -0
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +8 -0
- package/dist/types/components/sqm-image/sqm-image.d.ts +1 -0
- package/dist/types/components/sqm-input-field/sqm-input-field.d.ts +2 -0
- package/dist/types/components/sqm-instant-access-registration/sqm-instant-access-registration.d.ts +4 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-form.d.ts +7 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +1 -0
- package/dist/types/components/sqm-logout-current-user/sqm-logout-current-user.d.ts +1 -0
- package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +2 -0
- package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +1 -0
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +1 -0
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +2 -0
- package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +3 -0
- package/dist/types/components/sqm-partner-info-modal/sqm-partner-info-modal.d.ts +5 -0
- package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +2 -0
- package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +1 -0
- package/dist/types/components/sqm-portal-change-marketing/sqm-portal-change-marketing.d.ts +4 -0
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +8 -0
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +5 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +8 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame.d.ts +2 -0
- package/dist/types/components/sqm-portal-google-login/sqm-portal-google-login.d.ts +1 -0
- package/dist/types/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.d.ts +3 -0
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +7 -0
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +7 -0
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +5 -0
- package/dist/types/components/sqm-portal-registration-form/sqm-portal-registration-form.d.ts +5 -0
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +7 -0
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +5 -0
- package/dist/types/components/sqm-qr-code/sqm-qr-code.d.ts +3 -0
- package/dist/types/components/sqm-referral-code/sqm-referral-code.d.ts +3 -0
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.d.ts +3 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +1 -0
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +9 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +3 -0
- package/dist/types/components/sqm-scroll/sqm-scroll.d.ts +1 -0
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +3 -0
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +3 -0
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +4 -0
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +2 -0
- package/dist/types/components/sqm-tabs/sqm-tabs.d.ts +1 -0
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +9 -0
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +1 -0
- package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +4 -0
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +1 -0
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +4 -0
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +4 -0
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/data.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +4 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.d.ts +4 -0
- package/dist/types/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.d.ts +3 -0
- package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +3 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +12 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +2 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +11 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/TaxAndCashDashboardView.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +3 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +12 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +5 -0
- package/dist/types/components/tax-and-cash/utils.d.ts +5 -1
- package/dist/types/components.d.ts +54 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/data-8698cbc6.js +0 -1
- package/dist/esm-es5/sqm-partner-info-modal-view-34d4be5b.js +0 -1
- package/dist/esm-es5/sqm-user-info-form-view-ceb3917a.js +0 -1
- package/dist/esm-es5/subregions-810a5c2d.js +0 -1
- package/dist/esm-es5/useIndirectTaxForm-4dc576f0.js +0 -6
- package/dist/mint-components/p-0ad64881.js +0 -101
- package/dist/mint-components/p-41e1547d.system.entry.js +0 -1
- package/dist/mint-components/p-4481f259.entry.js +0 -83
- package/dist/mint-components/p-6c31a79b.system.entry.js +0 -1
- package/dist/mint-components/p-6cd93ea3.system.js +0 -6
- package/dist/mint-components/p-765e3379.js +0 -1
- package/dist/mint-components/p-92f520c9.js +0 -1
- package/dist/mint-components/p-93f1e26a.system.entry.js +0 -1
- package/dist/mint-components/p-9c1f5317.system.js +0 -1
- package/dist/mint-components/p-ad90628d.system.js +0 -1
- package/dist/mint-components/p-aef2db59.system.js +0 -1
- package/dist/mint-components/p-c36fedea.js +0 -1
- package/dist/mint-components/p-fd231c49.system.js +0 -1
|
@@ -8,17 +8,17 @@ import { g as getProps } from './utils-334c1e34.js';
|
|
|
8
8
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
9
9
|
import './mixins-f750863a.js';
|
|
10
10
|
import './AsYouType-2d56519e.js';
|
|
11
|
-
import { t as taxTypeToName,
|
|
11
|
+
import { t as taxTypeToName, d as validTaxDocument, I as INDIRECT_TAX_SPAIN_REGIONS, a as INDIRECT_TAX_PROVINCES, b as formatPayoutThreshold, c as isBalanceUnderPayoutThreshold, o as objectIsFull, e as toDomesticNumber, A as ADDRESS_REGIONS } from './subregions-98789b46.js';
|
|
12
12
|
import { G as GenericTableView } from './GenericTableView-471a9386.js';
|
|
13
13
|
import { u as useRerenderListener, a as useRequestRerender } from './re-render-bf46ba54.js';
|
|
14
14
|
import { g as generateUserError, d as dropZoneColumnIndexes } from './useReferralTable-3aa4b527.js';
|
|
15
15
|
import { u as useChildElements } from './useChildElements-06937df7.js';
|
|
16
16
|
import { l as luxon } from './luxon-1be92a8e.js';
|
|
17
|
-
import { O as OtherRegionSlotView, I as InvoiceTableView, v as vatLabels, T as TaxAndCashDashboardView, U as UserInfoFormView } from './sqm-user-info-form-view-
|
|
18
|
-
import { F as FORM_STEPS, a as TAX_FORM_CONTEXT_NAMESPACE, S as SORTED_COUNTRIES_NAMESPACE, f as FINANCE_NETWORK_SETTINGS_NAMESPACE, c as USER_QUERY_NAMESPACE, T as TAX_CONTEXT_NAMESPACE, C as CURRENCIES_NAMESPACE, U as USER_FORM_CONTEXT_NAMESPACE } from './data-
|
|
17
|
+
import { O as OtherRegionSlotView, I as InvoiceTableView, v as vatLabels, T as TaxAndCashDashboardView, U as UserInfoFormView } from './sqm-user-info-form-view-81526655.js';
|
|
18
|
+
import { F as FORM_STEPS, a as TAX_FORM_CONTEXT_NAMESPACE, S as SORTED_COUNTRIES_NAMESPACE, f as FINANCE_NETWORK_SETTINGS_NAMESPACE, c as USER_QUERY_NAMESPACE, T as TAX_CONTEXT_NAMESPACE, C as CURRENCIES_NAMESPACE, U as USER_FORM_CONTEXT_NAMESPACE } from './data-0be04430.js';
|
|
19
19
|
import { c as VERIFICATION_EVENT_KEY } from './keys-1054056a.js';
|
|
20
20
|
import { T as TAX_FORM_UPDATED_EVENT_KEY } from './eventKeys-f76b6a03.js';
|
|
21
|
-
import { a as useIndirectTaxForm, b as useVeriffApp, g as getStatus, V as VERIFF_COMPLETE_EVENT_KEY, c as CONNECT_PARTNER, C as COMPLETE_PARTNER } from './useIndirectTaxForm-
|
|
21
|
+
import { a as useIndirectTaxForm, b as useVeriffApp, g as getStatus, V as VERIFF_COMPLETE_EVENT_KEY, c as CONNECT_PARTNER, C as COMPLETE_PARTNER } from './useIndirectTaxForm-bbe8779d.js';
|
|
22
22
|
|
|
23
23
|
function getFormMap({ props, getValidationErrorMessage, bankCountry, }) {
|
|
24
24
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31, _32, _33, _34, _35, _36, _37, _38, _39, _40, _41, _42, _43, _44, _45, _46, _47, _48, _49, _50, _51, _52, _53, _54, _55, _56, _57, _58, _59, _60, _61, _62, _63, _64, _65, _66, _67, _68, _69, _70, _71, _72, _73, _74, _75, _76;
|
|
@@ -792,7 +792,7 @@ const BankingInfoFormView = (props) => {
|
|
|
792
792
|
id: "generalDescription",
|
|
793
793
|
defaultMessage: text.error.generalDescription,
|
|
794
794
|
}, {
|
|
795
|
-
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
795
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
796
796
|
}))),
|
|
797
797
|
states.isPartner && !states.hideSteps && (h("sqm-form-message", { type: "info" },
|
|
798
798
|
h("p", { part: "alert-title" }, text.isPartnerAlertHeader),
|
|
@@ -800,7 +800,7 @@ const BankingInfoFormView = (props) => {
|
|
|
800
800
|
id: "isPartnerAlertDescription",
|
|
801
801
|
defaultMessage: text.isPartnerAlertDescription,
|
|
802
802
|
}, {
|
|
803
|
-
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
803
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
804
804
|
}))),
|
|
805
805
|
h("div", null,
|
|
806
806
|
h("h4", null, text.paymentMethod),
|
|
@@ -2446,7 +2446,7 @@ const DocusignFormView = (props) => {
|
|
|
2446
2446
|
id: "loadingErrorAlertDescription",
|
|
2447
2447
|
defaultMessage: text.error.loadingErrorAlertDescription,
|
|
2448
2448
|
}, {
|
|
2449
|
-
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2449
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2450
2450
|
})))),
|
|
2451
2451
|
((_a = formState.errors) === null || _a === void 0 ? void 0 : _a.general) && (h("sqm-form-message", { type: "error" },
|
|
2452
2452
|
h("p", { part: "alert-title" }, text.error.generalTitle),
|
|
@@ -2454,7 +2454,7 @@ const DocusignFormView = (props) => {
|
|
|
2454
2454
|
id: "generalDescription",
|
|
2455
2455
|
defaultMessage: text.error.generalDescription,
|
|
2456
2456
|
}, {
|
|
2457
|
-
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2457
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2458
2458
|
}))),
|
|
2459
2459
|
h("div", null,
|
|
2460
2460
|
h("div", null,
|
|
@@ -2826,7 +2826,7 @@ const IndirectTaxFormView = (props) => {
|
|
|
2826
2826
|
id: "loadingErrorAlertDescription",
|
|
2827
2827
|
defaultMessage: text.error.loadingErrorAlertDescription,
|
|
2828
2828
|
}, {
|
|
2829
|
-
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2829
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2830
2830
|
})))),
|
|
2831
2831
|
((_a = formState.errors) === null || _a === void 0 ? void 0 : _a.general) && (h("sqm-form-message", { type: "error" },
|
|
2832
2832
|
h("p", { part: "alert-title" }, text.error.generalTitle),
|
|
@@ -2834,7 +2834,7 @@ const IndirectTaxFormView = (props) => {
|
|
|
2834
2834
|
id: "generalDescription",
|
|
2835
2835
|
defaultMessage: text.error.generalDescription,
|
|
2836
2836
|
}, {
|
|
2837
|
-
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2837
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2838
2838
|
}))),
|
|
2839
2839
|
states.isPartnerLegacy && (h("sqm-form-message", { loading: states.loading, type: "info" },
|
|
2840
2840
|
h("p", { part: "alert-title" }, text.isPartnerAlertHeader),
|
|
@@ -2842,7 +2842,7 @@ const IndirectTaxFormView = (props) => {
|
|
|
2842
2842
|
id: "isPartnerAlertDescription",
|
|
2843
2843
|
defaultMessage: text.isPartnerAlertDescription,
|
|
2844
2844
|
}, {
|
|
2845
|
-
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2845
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2846
2846
|
}))),
|
|
2847
2847
|
h("div", null,
|
|
2848
2848
|
h("h4", null, text.indirectTaxDetails))),
|
|
@@ -2862,7 +2862,7 @@ const IndirectTaxFormView = (props) => {
|
|
|
2862
2862
|
id: "cannotChangeInfoAlert",
|
|
2863
2863
|
defaultMessage: text.cannotChangeInfoAlert,
|
|
2864
2864
|
}, {
|
|
2865
|
-
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2865
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2866
2866
|
})),
|
|
2867
2867
|
h("div", { class: classes.BtnContainer },
|
|
2868
2868
|
h("sl-button", { class: classes.PrimaryButton, type: "primary", disabled: states.disabled, submit: true, exportparts: "base: primarybutton-base" }, text.continueButton),
|
|
@@ -3702,18 +3702,22 @@ function PayoutDetailsCardView(props) {
|
|
|
3702
3702
|
}, {
|
|
3703
3703
|
thresholdBalance: states.thresholdBalance,
|
|
3704
3704
|
});
|
|
3705
|
+
// No payout is scheduled while the balance sits under the minimum
|
|
3706
|
+
const scheduleText = states.badgeStatus === "thresholdPayout"
|
|
3707
|
+
? states.thresholdBalance
|
|
3708
|
+
? thresholdText
|
|
3709
|
+
: ""
|
|
3710
|
+
: states.belowPayoutThreshold
|
|
3711
|
+
? ""
|
|
3712
|
+
: states.nextPayoutDate;
|
|
3713
|
+
const showBadge = states.badgeStatus !== "thresholdPayout" && !states.belowPayoutThreshold;
|
|
3705
3714
|
return (h("div", { class: classes.Container },
|
|
3706
3715
|
h("style", { type: "text/css" }, styleString),
|
|
3707
3716
|
states.loading ? (renderLoadingSkeleton()) : (h("div", { class: classes.CardContainer },
|
|
3708
3717
|
h("div", { class: classes.StatusContainer },
|
|
3709
|
-
h("p", { class: classes.SubduedRegularText },
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
: ""
|
|
3713
|
-
: states.nextPayoutDate),
|
|
3714
|
-
states.badgeStatus === "thresholdPayout"
|
|
3715
|
-
? null
|
|
3716
|
-
: renderStatusBadge(states.badgeStatus, text.statusBadgeText)),
|
|
3718
|
+
h("p", { class: classes.SubduedRegularText }, scheduleText),
|
|
3719
|
+
showBadge &&
|
|
3720
|
+
renderStatusBadge(states.badgeStatus, text.statusBadgeText)),
|
|
3717
3721
|
h("h1", { class: classes.MainCurrency }, states.balance),
|
|
3718
3722
|
states.payoutType === "PAYPAL" ? (h("div", { class: classes.PaypalDetailsContainer },
|
|
3719
3723
|
h("span", { class: classes.PaypalEmail }, states.paypalEmailAddress),
|
|
@@ -3724,7 +3728,7 @@ function PayoutDetailsCardView(props) {
|
|
|
3724
3728
|
}
|
|
3725
3729
|
|
|
3726
3730
|
function usePayoutDetailsCard(props) {
|
|
3727
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j
|
|
3731
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
3728
3732
|
const { data, loading } = $n(USER_QUERY_NAMESPACE);
|
|
3729
3733
|
const publisher = (_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;
|
|
3730
3734
|
function getPayoutDetailedStatusText(paymentDay) {
|
|
@@ -3763,18 +3767,18 @@ function usePayoutDetailsCard(props) {
|
|
|
3763
3767
|
return {
|
|
3764
3768
|
states: {
|
|
3765
3769
|
loading,
|
|
3766
|
-
thresholdBalance: (
|
|
3767
|
-
|
|
3768
|
-
balance: (
|
|
3769
|
-
badgeStatus: ((
|
|
3770
|
+
thresholdBalance: formatPayoutThreshold(publisher),
|
|
3771
|
+
belowPayoutThreshold: isBalanceUnderPayoutThreshold(publisher),
|
|
3772
|
+
balance: (_d = publisher === null || publisher === void 0 ? void 0 : publisher.payoutsAccount) === null || _d === void 0 ? void 0 : _d.balance,
|
|
3773
|
+
badgeStatus: ((_e = publisher === null || publisher === void 0 ? void 0 : publisher.withdrawalSettings) === null || _e === void 0 ? void 0 : _e.paymentSchedulingType) !== "FIXED_DAY"
|
|
3770
3774
|
? "thresholdPayout"
|
|
3771
3775
|
: isPayoutToday
|
|
3772
3776
|
? "payoutToday"
|
|
3773
3777
|
: "nextPayout",
|
|
3774
|
-
payoutType: (
|
|
3775
|
-
error: (
|
|
3776
|
-
paypalEmailAddress: (
|
|
3777
|
-
cardNumberPreview: (
|
|
3778
|
+
payoutType: (_f = publisher === null || publisher === void 0 ? void 0 : publisher.withdrawalSettings) === null || _f === void 0 ? void 0 : _f.paymentMethod,
|
|
3779
|
+
error: (_g = publisher === null || publisher === void 0 ? void 0 : publisher.payoutsAccount) === null || _g === void 0 ? void 0 : _g.hold,
|
|
3780
|
+
paypalEmailAddress: (_h = publisher === null || publisher === void 0 ? void 0 : publisher.withdrawalSettings) === null || _h === void 0 ? void 0 : _h.paypalEmailAddress,
|
|
3781
|
+
cardNumberPreview: (_j = publisher === null || publisher === void 0 ? void 0 : publisher.withdrawalSettings) === null || _j === void 0 ? void 0 : _j.bankAccountNumber,
|
|
3778
3782
|
nextPayoutDate: paymentDay,
|
|
3779
3783
|
},
|
|
3780
3784
|
text: props.getTextProps(),
|
|
@@ -3830,6 +3834,7 @@ function useDemoPayoutDetailsCard(props) {
|
|
|
3830
3834
|
loading: false,
|
|
3831
3835
|
error: false,
|
|
3832
3836
|
thresholdBalance: "$50",
|
|
3837
|
+
belowPayoutThreshold: false,
|
|
3833
3838
|
mainCurrency: { currencyText: "USD", amountText: "100.00" },
|
|
3834
3839
|
badgeStatus: "nextPayout",
|
|
3835
3840
|
payoutType: "BANK_TRANSFER",
|
|
@@ -3963,6 +3968,7 @@ const useTaxAndCashDashboard = (props) => {
|
|
|
3963
3968
|
showNewFormDialog: showDialog,
|
|
3964
3969
|
hasHold: !!((_o = publisher === null || publisher === void 0 ? void 0 : publisher.payoutsAccount) === null || _o === void 0 ? void 0 : _o.hold),
|
|
3965
3970
|
payoutStatus,
|
|
3971
|
+
minPayoutAmount: formatPayoutThreshold(publisher),
|
|
3966
3972
|
veriffLoading,
|
|
3967
3973
|
enforceUsTaxComplianceOption,
|
|
3968
3974
|
},
|
|
@@ -4223,6 +4229,14 @@ const TaxAndCashDashboard = class {
|
|
|
4223
4229
|
* @uiName Account review alert description
|
|
4224
4230
|
*/
|
|
4225
4231
|
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}.";
|
|
4232
|
+
/**
|
|
4233
|
+
* @uiName Balance under payout minimum alert header
|
|
4234
|
+
*/
|
|
4235
|
+
this.balanceUnderThresholdHeader = "Your balance is under the minimum payout";
|
|
4236
|
+
/**
|
|
4237
|
+
* @uiName Balance under payout minimum alert description
|
|
4238
|
+
*/
|
|
4239
|
+
this.balanceUnderThresholdDescription = "Your total balance is under {minPayoutAmount}, the minimum required for payout.";
|
|
4226
4240
|
/**
|
|
4227
4241
|
* @uiName Payment hold on change alert header
|
|
4228
4242
|
*/
|
|
@@ -11,7 +11,7 @@ import './mixins-f750863a.js';
|
|
|
11
11
|
import { C as CopyTextView } from './copy-text-view-87259b11.js';
|
|
12
12
|
import './sqm-text-span-view-72f43dff.js';
|
|
13
13
|
import { A as AsYouType } from './AsYouType-2d56519e.js';
|
|
14
|
-
import { g as getCountryObj, i as isValidI18nPhoneNumber, L as LoadingView } from './subregions-
|
|
14
|
+
import { g as getCountryObj, i as isValidI18nPhoneNumber, L as LoadingView } from './subregions-98789b46.js';
|
|
15
15
|
import { R as REGISTRATION_FORM_STATE_CONTEXT, a as useRegistrationForm } from './useRegistrationFormState-aa44cfff.js';
|
|
16
16
|
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-79265df5.js';
|
|
17
17
|
import { u as usePortalRegistrationForm } from './usePortalRegistrationForm-78fdfd93.js';
|
|
@@ -27,10 +27,10 @@ import { i as isEmpty } from './utilities-cbd8f2eb.js';
|
|
|
27
27
|
import { E as ErrorView } from './ErrorView-74cb3af8.js';
|
|
28
28
|
import { u as useDemoBigStat, W as useBigStat, B as BigStatView, C as CardFeedView, d as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as LeadDropdownFieldView, Q as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalFrameView, c as BaseRegistrationFormView, R as ReferralIframeView, i as RewardExchangeView, Y as demoRewardExchange, G as useShareButton, a as ShareButtonView, K as useShareLink, J as ShareLinkView, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-ae0cd8b9.js';
|
|
29
29
|
import './sqm-portal-container-view-200c9df8.js';
|
|
30
|
-
import { T as TAX_CONTEXT_NAMESPACE, a as TAX_FORM_CONTEXT_NAMESPACE, U as USER_FORM_CONTEXT_NAMESPACE, C as CURRENCIES_NAMESPACE, b as COUNTRIES_NAMESPACE, S as SORTED_COUNTRIES_NAMESPACE, c as USER_QUERY_NAMESPACE, G as GET_USER$2, d as COUNTRIES_QUERY_NAMESPACE, e as GET_COUNTRIES, f as FINANCE_NETWORK_SETTINGS_NAMESPACE, g as GET_FINANCE_NETWORK_SETTINGS, h as CURRENCIES_QUERY_NAMESPACE, i as GET_CURRENCIES } from './data-
|
|
30
|
+
import { T as TAX_CONTEXT_NAMESPACE, a as TAX_FORM_CONTEXT_NAMESPACE, U as USER_FORM_CONTEXT_NAMESPACE, C as CURRENCIES_NAMESPACE, b as COUNTRIES_NAMESPACE, S as SORTED_COUNTRIES_NAMESPACE, c as USER_QUERY_NAMESPACE, G as GET_USER$2, d as COUNTRIES_QUERY_NAMESPACE, e as GET_COUNTRIES, f as FINANCE_NETWORK_SETTINGS_NAMESPACE, g as GET_FINANCE_NETWORK_SETTINGS, h as CURRENCIES_QUERY_NAMESPACE, i as GET_CURRENCIES } from './data-0be04430.js';
|
|
31
31
|
import { S as SHOW_CODE_NAMESPACE, a as VERIFICATION_EMAIL_NAMESPACE, b as SHOW_PARTNER_MODAL_NAMESPACE, P as PARTNER_CREATED_NAMESPACE, V as VERIFICATION_PARENT_NAMESPACE } from './keys-1054056a.js';
|
|
32
32
|
import './eventKeys-f76b6a03.js';
|
|
33
|
-
import { u as usePayoutStatus, C as COMPLETE_PARTNER } from './useIndirectTaxForm-
|
|
33
|
+
import { u as usePayoutStatus, C as COMPLETE_PARTNER } from './useIndirectTaxForm-bbe8779d.js';
|
|
34
34
|
import { p as parseStates } from './parseStates-ed75e224.js';
|
|
35
35
|
|
|
36
36
|
/**
|
|
@@ -2998,7 +2998,7 @@ function PayoutStatusAlertView(props) {
|
|
|
2998
2998
|
id: "verificationRequiredDescription",
|
|
2999
2999
|
defaultMessage: text.verificationRequiredDescription,
|
|
3000
3000
|
}, {
|
|
3001
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3001
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3002
3002
|
}),
|
|
3003
3003
|
buttonText: text.verificationRequiredButtonText,
|
|
3004
3004
|
alertType: "warning",
|
|
@@ -3010,7 +3010,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3010
3010
|
id: "verificationRequiredInternalDescription",
|
|
3011
3011
|
defaultMessage: text.verificationRequiredInternalDescription,
|
|
3012
3012
|
}, {
|
|
3013
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3013
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3014
3014
|
}),
|
|
3015
3015
|
alertType: "warning",
|
|
3016
3016
|
};
|
|
@@ -3021,7 +3021,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3021
3021
|
id: "verificationReviewInternalDescription",
|
|
3022
3022
|
defaultMessage: text.verificationReviewInternalDescription,
|
|
3023
3023
|
}, {
|
|
3024
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3024
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3025
3025
|
}),
|
|
3026
3026
|
alertType: "warning",
|
|
3027
3027
|
};
|
|
@@ -3032,7 +3032,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3032
3032
|
id: "verificationFailedInternalDescription",
|
|
3033
3033
|
defaultMessage: text.verificationFailedInternalDescription,
|
|
3034
3034
|
}, {
|
|
3035
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3035
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3036
3036
|
}),
|
|
3037
3037
|
alertType: "error",
|
|
3038
3038
|
};
|
|
@@ -3058,7 +3058,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3058
3058
|
id: "holdDescription",
|
|
3059
3059
|
defaultMessage: text.holdDescription,
|
|
3060
3060
|
}, {
|
|
3061
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3061
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3062
3062
|
}),
|
|
3063
3063
|
buttonText: null,
|
|
3064
3064
|
alertType: "warning",
|
|
@@ -3072,12 +3072,23 @@ function PayoutStatusAlertView(props) {
|
|
|
3072
3072
|
id: "accountReviewDescription",
|
|
3073
3073
|
defaultMessage: text.accountReviewDescription,
|
|
3074
3074
|
}, {
|
|
3075
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3075
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3076
3076
|
}),
|
|
3077
3077
|
buttonText: null,
|
|
3078
3078
|
alertType: "warning",
|
|
3079
3079
|
icon: "exclamation-triangle",
|
|
3080
3080
|
};
|
|
3081
|
+
case "BALANCE_UNDER_THRESHOLD":
|
|
3082
|
+
return {
|
|
3083
|
+
header: text.balanceUnderThresholdHeader,
|
|
3084
|
+
description: intl.formatMessage({
|
|
3085
|
+
id: "balanceUnderThresholdDescription",
|
|
3086
|
+
defaultMessage: text.balanceUnderThresholdDescription,
|
|
3087
|
+
}, { minPayoutAmount: states.minPayoutAmount }),
|
|
3088
|
+
buttonText: null,
|
|
3089
|
+
alertType: "info",
|
|
3090
|
+
icon: "info-circle",
|
|
3091
|
+
};
|
|
3081
3092
|
case "PAYMENT_HOLD_ON_CHANGE":
|
|
3082
3093
|
return {
|
|
3083
3094
|
header: text.paymentHoldOnChangeHeader,
|
|
@@ -3085,7 +3096,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3085
3096
|
id: "accountReviewDescription",
|
|
3086
3097
|
defaultMessage: text.paymentHoldOnChangeDescription,
|
|
3087
3098
|
}, {
|
|
3088
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3099
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3089
3100
|
}),
|
|
3090
3101
|
buttonText: null,
|
|
3091
3102
|
alertType: "warning",
|
|
@@ -3098,7 +3109,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3098
3109
|
id: "accountReviewDescription",
|
|
3099
3110
|
defaultMessage: text.beneficiaryNameInvalidDescription,
|
|
3100
3111
|
}, {
|
|
3101
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3112
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3102
3113
|
}),
|
|
3103
3114
|
button: (h$1("div", { class: sheet$2.classes.ButtonContainer },
|
|
3104
3115
|
h$1("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
@@ -3113,7 +3124,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3113
3124
|
id: "accountReviewDescription",
|
|
3114
3125
|
defaultMessage: text.beneficiaryNameMismatchDescription,
|
|
3115
3126
|
}, {
|
|
3116
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3127
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3117
3128
|
}),
|
|
3118
3129
|
button: (h$1("div", { class: sheet$2.classes.ButtonContainer },
|
|
3119
3130
|
h$1("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
@@ -3128,7 +3139,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3128
3139
|
id: "accountReviewDescription",
|
|
3129
3140
|
defaultMessage: text.bankTaxNameMismatchDescription,
|
|
3130
3141
|
}, {
|
|
3131
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3142
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3132
3143
|
}),
|
|
3133
3144
|
button: (h$1("div", { class: sheet$2.classes.ButtonContainer },
|
|
3134
3145
|
h$1("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
@@ -3143,7 +3154,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3143
3154
|
id: "accountReviewDescription",
|
|
3144
3155
|
defaultMessage: text.withdrawalSettingsInvalidDescription,
|
|
3145
3156
|
}, {
|
|
3146
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3157
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3147
3158
|
}),
|
|
3148
3159
|
button: (h$1("div", { class: sheet$2.classes.ButtonContainer },
|
|
3149
3160
|
h$1("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
@@ -3157,7 +3168,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3157
3168
|
id: "accountReviewDescription",
|
|
3158
3169
|
defaultMessage: text.paymentReturnedDescription,
|
|
3159
3170
|
}, {
|
|
3160
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3171
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3161
3172
|
}),
|
|
3162
3173
|
button: (h$1("div", { class: sheet$2.classes.ButtonContainer },
|
|
3163
3174
|
h$1("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
@@ -3171,7 +3182,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3171
3182
|
id: "holdDescription",
|
|
3172
3183
|
defaultMessage: text.holdDescription,
|
|
3173
3184
|
}, {
|
|
3174
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3185
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3175
3186
|
}),
|
|
3176
3187
|
buttonText: null,
|
|
3177
3188
|
alertType: "warning",
|
|
@@ -3285,6 +3296,14 @@ const PayoutStatusAlert = class {
|
|
|
3285
3296
|
* @uiName Account review alert description
|
|
3286
3297
|
*/
|
|
3287
3298
|
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}.";
|
|
3299
|
+
/**
|
|
3300
|
+
* @uiName Balance under payout minimum alert header
|
|
3301
|
+
*/
|
|
3302
|
+
this.balanceUnderThresholdHeader = "Your balance is under the minimum payout";
|
|
3303
|
+
/**
|
|
3304
|
+
* @uiName Balance under payout minimum alert description
|
|
3305
|
+
*/
|
|
3306
|
+
this.balanceUnderThresholdDescription = "Your total balance is under {minPayoutAmount}, the minimum required for payout.";
|
|
3288
3307
|
/**
|
|
3289
3308
|
* @uiName Payment on hold alert header
|
|
3290
3309
|
*/
|
|
@@ -7812,6 +7831,17 @@ const TaxAndCashMonolith = class {
|
|
|
7812
7831
|
* @uiName Account review alert description
|
|
7813
7832
|
*/
|
|
7814
7833
|
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}.";
|
|
7834
|
+
/**
|
|
7835
|
+
* @uiName Balance under payout minimum alert header
|
|
7836
|
+
* @uiGroup Dashboard Properties
|
|
7837
|
+
*/
|
|
7838
|
+
this.dashboard_balanceUnderThresholdHeader = "Your balance is under the minimum payout";
|
|
7839
|
+
/**
|
|
7840
|
+
* @uiName Balance under payout minimum alert description
|
|
7841
|
+
* @uiGroup Dashboard Properties
|
|
7842
|
+
* @uiWidget textArea
|
|
7843
|
+
*/
|
|
7844
|
+
this.dashboard_balanceUnderThresholdDescription = "Your total balance is under {minPayoutAmount}, the minimum required for payout.";
|
|
7815
7845
|
/**
|
|
7816
7846
|
* @uiName Payment on hold alert header
|
|
7817
7847
|
*/
|
|
@@ -8042,7 +8072,7 @@ const TaxAndCashMonolith = class {
|
|
|
8042
8072
|
id: "loadingErrorAlertDescription",
|
|
8043
8073
|
defaultMessage: this.loadingErrorAlertDescription,
|
|
8044
8074
|
}, {
|
|
8045
|
-
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, this.supportLink)),
|
|
8075
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, this.supportLink)),
|
|
8046
8076
|
}) }));
|
|
8047
8077
|
}
|
|
8048
8078
|
return h$1(LoadingView, null);
|
|
@@ -6,8 +6,8 @@ import { c as cjs } from './cjs-bdfb4486.js';
|
|
|
6
6
|
import { g as getProps } from './utils-334c1e34.js';
|
|
7
7
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
8
8
|
import { T as TextSpanView } from './sqm-text-span-view-72f43dff.js';
|
|
9
|
-
import { g as GET_FINANCE_NETWORK_SETTINGS } from './data-
|
|
10
|
-
import { a as PartnerInfoModalContentView, P as PartnerInfoModalView } from './sqm-partner-info-modal-view-
|
|
9
|
+
import { g as GET_FINANCE_NETWORK_SETTINGS } from './data-0be04430.js';
|
|
10
|
+
import { a as PartnerInfoModalContentView, P as PartnerInfoModalView } from './sqm-partner-info-modal-view-b921fed1.js';
|
|
11
11
|
import { S as SHOW_CODE_NAMESPACE, a as VERIFICATION_EMAIL_NAMESPACE, P as PARTNER_CREATED_NAMESPACE } from './keys-1054056a.js';
|
|
12
12
|
import { T as TAX_FORM_UPDATED_EVENT_KEY } from './eventKeys-f76b6a03.js';
|
|
13
13
|
import { p as parseStates } from './parseStates-ed75e224.js';
|
|
@@ -347,7 +347,7 @@ function WidgetEmailVerificationView(props) {
|
|
|
347
347
|
id: "sendCodeErrorDescription",
|
|
348
348
|
defaultMessage: text.sendCodeErrorDescription,
|
|
349
349
|
}, {
|
|
350
|
-
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
350
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
351
351
|
}))),
|
|
352
352
|
states.initialLoading ? (renderLoadingSkeleton()) : (h("div", { class: sheet.classes.Wrapper },
|
|
353
353
|
h(TextSpanView, { type: "p" }, text.verifyEmailHeaderText),
|
package/dist/esm/{sqm-partner-info-modal-view-34d4be5b.js → sqm-partner-info-modal-view-b921fed1.js}
RENAMED
|
@@ -86,7 +86,7 @@ function PartnerInfoModalContentView(props) {
|
|
|
86
86
|
id: "supportDescriptionExistingPartner",
|
|
87
87
|
defaultMessage: text.supportDescriptionExistingPartner,
|
|
88
88
|
}, {
|
|
89
|
-
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
89
|
+
supportLink: (h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
90
90
|
});
|
|
91
91
|
const description = states.isExistingPartner ? (h("span", { class: sheet.classes.DescriptionContainer },
|
|
92
92
|
h("p", null, text.descriptionExistingPartner),
|
|
@@ -490,6 +490,11 @@ const style = {
|
|
|
490
490
|
"margin-right": "var(--sl-spacing-small)",
|
|
491
491
|
"flex-wrap": "wrap",
|
|
492
492
|
},
|
|
493
|
+
/**
|
|
494
|
+
* @csspart sqm-reward-cell-value - The reward value
|
|
495
|
+
* @csspart sqm-reward-cell-progress - The reward progress
|
|
496
|
+
* @csspart sqm-reward-cell-subtext - The reward subtext
|
|
497
|
+
*/
|
|
493
498
|
Details: {
|
|
494
499
|
"padding-bottom": "var(--sl-spacing-small)",
|
|
495
500
|
"max-width": "500px",
|
|
@@ -11,7 +11,7 @@ import { C as CopyTextView } from './copy-text-view-87259b11.js';
|
|
|
11
11
|
import './sqm-text-span-view-72f43dff.js';
|
|
12
12
|
import { b as PortalRegisterView, P as PortalForgotPasswordView, a as PortalLoginView, c as PortalVerifyEmailView } from './sqm-portal-verify-email-view-590f964b.js';
|
|
13
13
|
import './AsYouType-2d56519e.js';
|
|
14
|
-
import { t as taxTypeToName, L as LoadingView, I as INDIRECT_TAX_SPAIN_REGIONS, a as INDIRECT_TAX_PROVINCES } from './subregions-
|
|
14
|
+
import { t as taxTypeToName, L as LoadingView, I as INDIRECT_TAX_SPAIN_REGIONS, a as INDIRECT_TAX_PROVINCES } from './subregions-98789b46.js';
|
|
15
15
|
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-79265df5.js';
|
|
16
16
|
import { G as GenericTableView } from './GenericTableView-471a9386.js';
|
|
17
17
|
import './useChildElements-06937df7.js';
|
|
@@ -33,10 +33,10 @@ import './ErrorView-74cb3af8.js';
|
|
|
33
33
|
import { Q as QrCodeView } from './sqm-qr-code-view-ce476721.js';
|
|
34
34
|
import { S as StatContainerView, B as BigStatView, a as ShareButtonView, P as PortalChangePasswordView, b as PoweredByImg$1, c as BaseRegistrationFormView, u as useDemoBigStat, T as TaskCardView, C as CardFeedView, d as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, L as LeaderboardView, H as HeroView, I as InputFieldView, N as NameFieldsView, f as ChangeMarktingView, g as PortalFooterView, h as PortalFrameView, R as ReferralIframeView, i as RewardExchangeView, r as rewardExchangeCustomErrorMsg, j as rewardExchangeLongText, k as rewardExchangeSelected, l as chooseAmountFixed, m as chooseAmountFixedNoDescription, n as chooseAmountVariable, o as chooseAmountVariableNoDescription, p as chooseAmountVariableDisabled, q as chooseAmountVariableUnavailable, s as confirmFixed, t as confirmVariable, v as redemptionError, w as queryError, x as success, y as successVariable, z as loading, A as empty$1, F as rewardExchange, G as useShareButton, J as ShareLinkView, K as useShareLink, M as ProgressBarView, O as ProgressBar$2, Q as LeadFormView, U as LeadDropdownFieldView, V as ShadowViewAddon } from './ShadowViewAddon-ae0cd8b9.js';
|
|
35
35
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-200c9df8.js';
|
|
36
|
-
import { I as InvoiceTableView, T as TaxAndCashDashboardView$1, O as OtherRegionSlotView, U as UserInfoFormView$1 } from './sqm-user-info-form-view-
|
|
36
|
+
import { I as InvoiceTableView, T as TaxAndCashDashboardView$1, O as OtherRegionSlotView, U as UserInfoFormView$1 } from './sqm-user-info-form-view-81526655.js';
|
|
37
37
|
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-671ff96f.js';
|
|
38
|
-
import './data-
|
|
39
|
-
import { P as PartnerInfoModalView } from './sqm-partner-info-modal-view-
|
|
38
|
+
import './data-0be04430.js';
|
|
39
|
+
import { P as PartnerInfoModalView } from './sqm-partner-info-modal-view-b921fed1.js';
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
42
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -16582,6 +16582,8 @@ const defaultText = {
|
|
|
16582
16582
|
w9RequiredButtonText: "Submit W-9",
|
|
16583
16583
|
accountReviewHeader: "Your account is under review",
|
|
16584
16584
|
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}.",
|
|
16585
|
+
balanceUnderThresholdHeader: "Your balance is under the minimum payout",
|
|
16586
|
+
balanceUnderThresholdDescription: "Your total balance is under {minPayoutAmount}, the minimum required for payout.",
|
|
16585
16587
|
paymentHoldOnChangeHeader: "We are reviewing your new payout settings",
|
|
16586
16588
|
paymentHoldOnChangeDescription: "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.",
|
|
16587
16589
|
beneficiaryNameInvalidHeader: "Your payment information does not match your tax form",
|
|
@@ -16609,9 +16611,10 @@ const defaultCallbacks$1 = {
|
|
|
16609
16611
|
onNewFormCancel: () => { },
|
|
16610
16612
|
onNewFormClick: () => { },
|
|
16611
16613
|
};
|
|
16612
|
-
const
|
|
16613
|
-
payoutDetailsCardSlot: (h("sqm-payout-details-card", { demoData: { states: { badgeStatus: "nextPayout" } } })),
|
|
16614
|
-
};
|
|
16614
|
+
const buildSlots = (cardStates = {}) => ({
|
|
16615
|
+
payoutDetailsCardSlot: (h("sqm-payout-details-card", { demoData: { states: { badgeStatus: "nextPayout", ...cardStates } } })),
|
|
16616
|
+
});
|
|
16617
|
+
const defaultSlots = buildSlots();
|
|
16615
16618
|
const baseStates = {
|
|
16616
16619
|
payoutStatus: "DONE",
|
|
16617
16620
|
veriffLoading: false,
|
|
@@ -16643,6 +16646,11 @@ const TaxFormRequired = () => (h(TaxAndCashDashboardView$1, { states: {
|
|
|
16643
16646
|
// ─── Payout hold statuses not in TaxForm.stories.tsx ─────────────────────────
|
|
16644
16647
|
const AccountUnderReview = () => (h(TaxAndCashDashboardView$1, { states: { ...baseStates, payoutStatus: "NEW_PAYEE_REVIEW" }, text: defaultText, callbacks: defaultCallbacks$1, slots: defaultSlots }));
|
|
16645
16648
|
const PaymentHoldOnChange = () => (h(TaxAndCashDashboardView$1, { states: { ...baseStates, payoutStatus: "PAYMENT_HOLD_ON_CHANGE" }, text: defaultText, callbacks: defaultCallbacks$1, slots: defaultSlots }));
|
|
16649
|
+
const BalanceUnderThreshold = () => (h(TaxAndCashDashboardView$1, { states: {
|
|
16650
|
+
...baseStates,
|
|
16651
|
+
payoutStatus: "BALANCE_UNDER_THRESHOLD",
|
|
16652
|
+
minPayoutAmount: "USD50.00",
|
|
16653
|
+
}, text: defaultText, callbacks: defaultCallbacks$1, slots: buildSlots({ belowPayoutThreshold: true }) }));
|
|
16646
16654
|
const BeneficiaryNameInvalid = () => (h(TaxAndCashDashboardView$1, { states: { ...baseStates, payoutStatus: "BENEFICIARY_NAME_INVALID" }, text: defaultText, callbacks: defaultCallbacks$1, slots: defaultSlots }));
|
|
16647
16655
|
const BeneficiaryNameMismatch = () => (h(TaxAndCashDashboardView$1, { states: { ...baseStates, payoutStatus: "BENEFICIARY_NAME_MISMATCH" }, text: defaultText, callbacks: defaultCallbacks$1, slots: defaultSlots }));
|
|
16648
16656
|
const BankTaxNameMismatch = () => (h(TaxAndCashDashboardView$1, { states: { ...baseStates, payoutStatus: "BANK_TAX_NAME_MISMATCH" }, text: defaultText, callbacks: defaultCallbacks$1, slots: defaultSlots }));
|
|
@@ -16674,6 +16682,7 @@ const TaxAndCashDashboardView = /*#__PURE__*/Object.freeze({
|
|
|
16674
16682
|
TaxFormRequired: TaxFormRequired,
|
|
16675
16683
|
AccountUnderReview: AccountUnderReview,
|
|
16676
16684
|
PaymentHoldOnChange: PaymentHoldOnChange,
|
|
16685
|
+
BalanceUnderThreshold: BalanceUnderThreshold,
|
|
16677
16686
|
BeneficiaryNameInvalid: BeneficiaryNameInvalid,
|
|
16678
16687
|
BeneficiaryNameMismatch: BeneficiaryNameMismatch,
|
|
16679
16688
|
BankTaxNameMismatch: BankTaxNameMismatch,
|
|
@@ -17901,6 +17910,25 @@ const TaxAndCashDashboardPayoutsOnHold = () => {
|
|
|
17901
17910
|
},
|
|
17902
17911
|
} }));
|
|
17903
17912
|
};
|
|
17913
|
+
const TaxAndCashDashboardBalanceUnderThreshold = () => {
|
|
17914
|
+
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
17915
|
+
...dashboardProps,
|
|
17916
|
+
states: {
|
|
17917
|
+
payoutStatus: "BALANCE_UNDER_THRESHOLD",
|
|
17918
|
+
minPayoutAmount: "USD50.00",
|
|
17919
|
+
veriffLoading: false,
|
|
17920
|
+
canEditPayoutInfo: true,
|
|
17921
|
+
status: "ACTIVE",
|
|
17922
|
+
documentType: "W8BEN",
|
|
17923
|
+
documentTypeString: taxTypeToName("W8BEN"),
|
|
17924
|
+
dateSubmitted: "Jan 18th, 2025",
|
|
17925
|
+
noFormNeeded: false,
|
|
17926
|
+
indirectTaxNumber: "123456",
|
|
17927
|
+
showNewFormDialog: false,
|
|
17928
|
+
hasHold: false,
|
|
17929
|
+
},
|
|
17930
|
+
} }));
|
|
17931
|
+
};
|
|
17904
17932
|
const TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalid = () => {
|
|
17905
17933
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
17906
17934
|
...dashboardProps,
|
|
@@ -18202,6 +18230,7 @@ const TaxForm = /*#__PURE__*/Object.freeze({
|
|
|
18202
18230
|
TaxAndCashDashboardW9ThresholdReached: TaxAndCashDashboardW9ThresholdReached,
|
|
18203
18231
|
TaxAndCashDashboardNewTaxForm: TaxAndCashDashboardNewTaxForm,
|
|
18204
18232
|
TaxAndCashDashboardPayoutsOnHold: TaxAndCashDashboardPayoutsOnHold,
|
|
18233
|
+
TaxAndCashDashboardBalanceUnderThreshold: TaxAndCashDashboardBalanceUnderThreshold,
|
|
18205
18234
|
TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalid: TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalid,
|
|
18206
18235
|
TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalidUS: TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalidUS,
|
|
18207
18236
|
TaxAndCashDashboardNoDocumentType: TaxAndCashDashboardNoDocumentType,
|
|
@@ -18248,6 +18277,31 @@ const ThresholdPayout = () => {
|
|
|
18248
18277
|
},
|
|
18249
18278
|
} }));
|
|
18250
18279
|
};
|
|
18280
|
+
const BelowPayoutThresholdFixedDay = () => {
|
|
18281
|
+
return (h("sqm-payout-details-card", { demoData: {
|
|
18282
|
+
states: {
|
|
18283
|
+
badgeStatus: "nextPayout",
|
|
18284
|
+
belowPayoutThreshold: true,
|
|
18285
|
+
},
|
|
18286
|
+
} }));
|
|
18287
|
+
};
|
|
18288
|
+
const BelowPayoutThresholdPayoutToday = () => {
|
|
18289
|
+
return (h("sqm-payout-details-card", { demoData: {
|
|
18290
|
+
states: {
|
|
18291
|
+
badgeStatus: "payoutToday",
|
|
18292
|
+
belowPayoutThreshold: true,
|
|
18293
|
+
},
|
|
18294
|
+
} }));
|
|
18295
|
+
};
|
|
18296
|
+
const BelowPayoutThresholdBalanceThreshold = () => {
|
|
18297
|
+
return (h("sqm-payout-details-card", { demoData: {
|
|
18298
|
+
states: {
|
|
18299
|
+
thresholdBalance: "50 USD",
|
|
18300
|
+
badgeStatus: "thresholdPayout",
|
|
18301
|
+
belowPayoutThreshold: true,
|
|
18302
|
+
},
|
|
18303
|
+
} }));
|
|
18304
|
+
};
|
|
18251
18305
|
const PaypalPayout = () => {
|
|
18252
18306
|
return (h("sqm-payout-details-card", { demoData: {
|
|
18253
18307
|
states: {
|
|
@@ -18269,6 +18323,9 @@ const PayoutDetailsCard = /*#__PURE__*/Object.freeze({
|
|
|
18269
18323
|
NextPayout: NextPayout,
|
|
18270
18324
|
PayoutToday: PayoutToday,
|
|
18271
18325
|
ThresholdPayout: ThresholdPayout,
|
|
18326
|
+
BelowPayoutThresholdFixedDay: BelowPayoutThresholdFixedDay,
|
|
18327
|
+
BelowPayoutThresholdPayoutToday: BelowPayoutThresholdPayoutToday,
|
|
18328
|
+
BelowPayoutThresholdBalanceThreshold: BelowPayoutThresholdBalanceThreshold,
|
|
18272
18329
|
PaypalPayout: PaypalPayout,
|
|
18273
18330
|
BadgeTextICUParsing: BadgeTextICUParsing
|
|
18274
18331
|
});
|
|
@@ -18304,6 +18361,13 @@ const Loading$e = () => (h("sqm-payout-status-alert", { demoData: { states: { ..
|
|
|
18304
18361
|
const Error$b = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$s, error: true } } }));
|
|
18305
18362
|
const NewPayeeReview = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$s, status: "NEW_PAYEE_REVIEW" } } }));
|
|
18306
18363
|
const PaymentHoldOnChange$1 = () => (h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$s, status: "PAYMENT_HOLD_ON_CHANGE" } } }));
|
|
18364
|
+
const BalanceUnderThreshold$1 = () => (h("sqm-payout-status-alert", { demoData: {
|
|
18365
|
+
states: {
|
|
18366
|
+
...defaultProps$s,
|
|
18367
|
+
status: "BALANCE_UNDER_THRESHOLD",
|
|
18368
|
+
minPayoutAmount: "USD50.00",
|
|
18369
|
+
},
|
|
18370
|
+
} }));
|
|
18307
18371
|
const BeneficiaryNameInvalid$1 = () => (h("sqm-payout-status-alert", { demoData: {
|
|
18308
18372
|
states: { ...defaultProps$s, status: "BENEFICIARY_NAME_INVALID" },
|
|
18309
18373
|
} }));
|
|
@@ -18330,6 +18394,7 @@ const PayoutStatusAlert = /*#__PURE__*/Object.freeze({
|
|
|
18330
18394
|
Error: Error$b,
|
|
18331
18395
|
NewPayeeReview: NewPayeeReview,
|
|
18332
18396
|
PaymentHoldOnChange: PaymentHoldOnChange$1,
|
|
18397
|
+
BalanceUnderThreshold: BalanceUnderThreshold$1,
|
|
18333
18398
|
BeneficiaryNameInvalid: BeneficiaryNameInvalid$1,
|
|
18334
18399
|
BeneficiaryNameMismatch: BeneficiaryNameMismatch$1,
|
|
18335
18400
|
BankTaxNameMismatch: BankTaxNameMismatch$1,
|
|
@@ -18930,7 +18995,9 @@ const mockPartnerData = {
|
|
|
18930
18995
|
payoutsAccount: {
|
|
18931
18996
|
hold: false,
|
|
18932
18997
|
holdReasons: [],
|
|
18933
|
-
balance: "0",
|
|
18998
|
+
balance: "$0.00",
|
|
18999
|
+
balanceAmount: 0,
|
|
19000
|
+
currencyCode: "USD",
|
|
18934
19001
|
},
|
|
18935
19002
|
};
|
|
18936
19003
|
const defaultText$1 = {
|