@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
|
@@ -12,17 +12,17 @@ const utils = require('./utils-6847bc06.js');
|
|
|
12
12
|
const JSS = require('./JSS-8503a151.js');
|
|
13
13
|
require('./mixins-4761d472.js');
|
|
14
14
|
require('./AsYouType-d15caac8.js');
|
|
15
|
-
const subregions = require('./subregions-
|
|
15
|
+
const subregions = require('./subregions-d12829d6.js');
|
|
16
16
|
const GenericTableView = require('./GenericTableView-4c48c630.js');
|
|
17
17
|
const reRender = require('./re-render-72a0ef45.js');
|
|
18
18
|
const useReferralTable = require('./useReferralTable-06887d9a.js');
|
|
19
19
|
const useChildElements = require('./useChildElements-041127d7.js');
|
|
20
20
|
const luxon = require('./luxon-c1ad356a.js');
|
|
21
|
-
const sqmUserInfoFormView = require('./sqm-user-info-form-view-
|
|
22
|
-
const data = require('./data-
|
|
21
|
+
const sqmUserInfoFormView = require('./sqm-user-info-form-view-9745956d.js');
|
|
22
|
+
const data = require('./data-04ef5511.js');
|
|
23
23
|
const keys = require('./keys-5a2c9ed2.js');
|
|
24
24
|
const eventKeys = require('./eventKeys-7af4df4d.js');
|
|
25
|
-
const useIndirectTaxForm = require('./useIndirectTaxForm-
|
|
25
|
+
const useIndirectTaxForm = require('./useIndirectTaxForm-0969e194.js');
|
|
26
26
|
|
|
27
27
|
function getFormMap({ props, getValidationErrorMessage, bankCountry, }) {
|
|
28
28
|
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;
|
|
@@ -796,7 +796,7 @@ const BankingInfoFormView = (props) => {
|
|
|
796
796
|
id: "generalDescription",
|
|
797
797
|
defaultMessage: text.error.generalDescription,
|
|
798
798
|
}, {
|
|
799
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
799
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
800
800
|
}))),
|
|
801
801
|
states.isPartner && !states.hideSteps && (index.h("sqm-form-message", { type: "info" },
|
|
802
802
|
index.h("p", { part: "alert-title" }, text.isPartnerAlertHeader),
|
|
@@ -804,7 +804,7 @@ const BankingInfoFormView = (props) => {
|
|
|
804
804
|
id: "isPartnerAlertDescription",
|
|
805
805
|
defaultMessage: text.isPartnerAlertDescription,
|
|
806
806
|
}, {
|
|
807
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
807
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
808
808
|
}))),
|
|
809
809
|
index.h("div", null,
|
|
810
810
|
index.h("h4", null, text.paymentMethod),
|
|
@@ -2450,7 +2450,7 @@ const DocusignFormView = (props) => {
|
|
|
2450
2450
|
id: "loadingErrorAlertDescription",
|
|
2451
2451
|
defaultMessage: text.error.loadingErrorAlertDescription,
|
|
2452
2452
|
}, {
|
|
2453
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2453
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2454
2454
|
})))),
|
|
2455
2455
|
((_a = formState.errors) === null || _a === void 0 ? void 0 : _a.general) && (index.h("sqm-form-message", { type: "error" },
|
|
2456
2456
|
index.h("p", { part: "alert-title" }, text.error.generalTitle),
|
|
@@ -2458,7 +2458,7 @@ const DocusignFormView = (props) => {
|
|
|
2458
2458
|
id: "generalDescription",
|
|
2459
2459
|
defaultMessage: text.error.generalDescription,
|
|
2460
2460
|
}, {
|
|
2461
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2461
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2462
2462
|
}))),
|
|
2463
2463
|
index.h("div", null,
|
|
2464
2464
|
index.h("div", null,
|
|
@@ -2830,7 +2830,7 @@ const IndirectTaxFormView = (props) => {
|
|
|
2830
2830
|
id: "loadingErrorAlertDescription",
|
|
2831
2831
|
defaultMessage: text.error.loadingErrorAlertDescription,
|
|
2832
2832
|
}, {
|
|
2833
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2833
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2834
2834
|
})))),
|
|
2835
2835
|
((_a = formState.errors) === null || _a === void 0 ? void 0 : _a.general) && (index.h("sqm-form-message", { type: "error" },
|
|
2836
2836
|
index.h("p", { part: "alert-title" }, text.error.generalTitle),
|
|
@@ -2838,7 +2838,7 @@ const IndirectTaxFormView = (props) => {
|
|
|
2838
2838
|
id: "generalDescription",
|
|
2839
2839
|
defaultMessage: text.error.generalDescription,
|
|
2840
2840
|
}, {
|
|
2841
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2841
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2842
2842
|
}))),
|
|
2843
2843
|
states.isPartnerLegacy && (index.h("sqm-form-message", { loading: states.loading, type: "info" },
|
|
2844
2844
|
index.h("p", { part: "alert-title" }, text.isPartnerAlertHeader),
|
|
@@ -2846,7 +2846,7 @@ const IndirectTaxFormView = (props) => {
|
|
|
2846
2846
|
id: "isPartnerAlertDescription",
|
|
2847
2847
|
defaultMessage: text.isPartnerAlertDescription,
|
|
2848
2848
|
}, {
|
|
2849
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2849
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2850
2850
|
}))),
|
|
2851
2851
|
index.h("div", null,
|
|
2852
2852
|
index.h("h4", null, text.indirectTaxDetails))),
|
|
@@ -2866,7 +2866,7 @@ const IndirectTaxFormView = (props) => {
|
|
|
2866
2866
|
id: "cannotChangeInfoAlert",
|
|
2867
2867
|
defaultMessage: text.cannotChangeInfoAlert,
|
|
2868
2868
|
}, {
|
|
2869
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
2869
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
2870
2870
|
})),
|
|
2871
2871
|
index.h("div", { class: classes.BtnContainer },
|
|
2872
2872
|
index.h("sl-button", { class: classes.PrimaryButton, type: "primary", disabled: states.disabled, submit: true, exportparts: "base: primarybutton-base" }, text.continueButton),
|
|
@@ -3706,18 +3706,22 @@ function PayoutDetailsCardView(props) {
|
|
|
3706
3706
|
}, {
|
|
3707
3707
|
thresholdBalance: states.thresholdBalance,
|
|
3708
3708
|
});
|
|
3709
|
+
// No payout is scheduled while the balance sits under the minimum
|
|
3710
|
+
const scheduleText = states.badgeStatus === "thresholdPayout"
|
|
3711
|
+
? states.thresholdBalance
|
|
3712
|
+
? thresholdText
|
|
3713
|
+
: ""
|
|
3714
|
+
: states.belowPayoutThreshold
|
|
3715
|
+
? ""
|
|
3716
|
+
: states.nextPayoutDate;
|
|
3717
|
+
const showBadge = states.badgeStatus !== "thresholdPayout" && !states.belowPayoutThreshold;
|
|
3709
3718
|
return (index.h("div", { class: classes.Container },
|
|
3710
3719
|
index.h("style", { type: "text/css" }, styleString),
|
|
3711
3720
|
states.loading ? (renderLoadingSkeleton()) : (index.h("div", { class: classes.CardContainer },
|
|
3712
3721
|
index.h("div", { class: classes.StatusContainer },
|
|
3713
|
-
index.h("p", { class: classes.SubduedRegularText },
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
: ""
|
|
3717
|
-
: states.nextPayoutDate),
|
|
3718
|
-
states.badgeStatus === "thresholdPayout"
|
|
3719
|
-
? null
|
|
3720
|
-
: renderStatusBadge(states.badgeStatus, text.statusBadgeText)),
|
|
3722
|
+
index.h("p", { class: classes.SubduedRegularText }, scheduleText),
|
|
3723
|
+
showBadge &&
|
|
3724
|
+
renderStatusBadge(states.badgeStatus, text.statusBadgeText)),
|
|
3721
3725
|
index.h("h1", { class: classes.MainCurrency }, states.balance),
|
|
3722
3726
|
states.payoutType === "PAYPAL" ? (index.h("div", { class: classes.PaypalDetailsContainer },
|
|
3723
3727
|
index.h("span", { class: classes.PaypalEmail }, states.paypalEmailAddress),
|
|
@@ -3728,7 +3732,7 @@ function PayoutDetailsCardView(props) {
|
|
|
3728
3732
|
}
|
|
3729
3733
|
|
|
3730
3734
|
function usePayoutDetailsCard(props) {
|
|
3731
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j
|
|
3735
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
3732
3736
|
const { data: data$1, loading } = index_module.$n(data.USER_QUERY_NAMESPACE);
|
|
3733
3737
|
const publisher = (_b = (_a = data$1 === null || data$1 === void 0 ? void 0 : data$1.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher;
|
|
3734
3738
|
function getPayoutDetailedStatusText(paymentDay) {
|
|
@@ -3767,18 +3771,18 @@ function usePayoutDetailsCard(props) {
|
|
|
3767
3771
|
return {
|
|
3768
3772
|
states: {
|
|
3769
3773
|
loading,
|
|
3770
|
-
thresholdBalance:
|
|
3771
|
-
|
|
3772
|
-
balance: (
|
|
3773
|
-
badgeStatus: ((
|
|
3774
|
+
thresholdBalance: subregions.formatPayoutThreshold(publisher),
|
|
3775
|
+
belowPayoutThreshold: subregions.isBalanceUnderPayoutThreshold(publisher),
|
|
3776
|
+
balance: (_d = publisher === null || publisher === void 0 ? void 0 : publisher.payoutsAccount) === null || _d === void 0 ? void 0 : _d.balance,
|
|
3777
|
+
badgeStatus: ((_e = publisher === null || publisher === void 0 ? void 0 : publisher.withdrawalSettings) === null || _e === void 0 ? void 0 : _e.paymentSchedulingType) !== "FIXED_DAY"
|
|
3774
3778
|
? "thresholdPayout"
|
|
3775
3779
|
: isPayoutToday
|
|
3776
3780
|
? "payoutToday"
|
|
3777
3781
|
: "nextPayout",
|
|
3778
|
-
payoutType: (
|
|
3779
|
-
error: (
|
|
3780
|
-
paypalEmailAddress: (
|
|
3781
|
-
cardNumberPreview: (
|
|
3782
|
+
payoutType: (_f = publisher === null || publisher === void 0 ? void 0 : publisher.withdrawalSettings) === null || _f === void 0 ? void 0 : _f.paymentMethod,
|
|
3783
|
+
error: (_g = publisher === null || publisher === void 0 ? void 0 : publisher.payoutsAccount) === null || _g === void 0 ? void 0 : _g.hold,
|
|
3784
|
+
paypalEmailAddress: (_h = publisher === null || publisher === void 0 ? void 0 : publisher.withdrawalSettings) === null || _h === void 0 ? void 0 : _h.paypalEmailAddress,
|
|
3785
|
+
cardNumberPreview: (_j = publisher === null || publisher === void 0 ? void 0 : publisher.withdrawalSettings) === null || _j === void 0 ? void 0 : _j.bankAccountNumber,
|
|
3782
3786
|
nextPayoutDate: paymentDay,
|
|
3783
3787
|
},
|
|
3784
3788
|
text: props.getTextProps(),
|
|
@@ -3834,6 +3838,7 @@ function useDemoPayoutDetailsCard(props) {
|
|
|
3834
3838
|
loading: false,
|
|
3835
3839
|
error: false,
|
|
3836
3840
|
thresholdBalance: "$50",
|
|
3841
|
+
belowPayoutThreshold: false,
|
|
3837
3842
|
mainCurrency: { currencyText: "USD", amountText: "100.00" },
|
|
3838
3843
|
badgeStatus: "nextPayout",
|
|
3839
3844
|
payoutType: "BANK_TRANSFER",
|
|
@@ -3967,6 +3972,7 @@ const useTaxAndCashDashboard = (props) => {
|
|
|
3967
3972
|
showNewFormDialog: showDialog,
|
|
3968
3973
|
hasHold: !!((_o = publisher === null || publisher === void 0 ? void 0 : publisher.payoutsAccount) === null || _o === void 0 ? void 0 : _o.hold),
|
|
3969
3974
|
payoutStatus,
|
|
3975
|
+
minPayoutAmount: subregions.formatPayoutThreshold(publisher),
|
|
3970
3976
|
veriffLoading,
|
|
3971
3977
|
enforceUsTaxComplianceOption,
|
|
3972
3978
|
},
|
|
@@ -4227,6 +4233,14 @@ const TaxAndCashDashboard = class {
|
|
|
4227
4233
|
* @uiName Account review alert description
|
|
4228
4234
|
*/
|
|
4229
4235
|
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}.";
|
|
4236
|
+
/**
|
|
4237
|
+
* @uiName Balance under payout minimum alert header
|
|
4238
|
+
*/
|
|
4239
|
+
this.balanceUnderThresholdHeader = "Your balance is under the minimum payout";
|
|
4240
|
+
/**
|
|
4241
|
+
* @uiName Balance under payout minimum alert description
|
|
4242
|
+
*/
|
|
4243
|
+
this.balanceUnderThresholdDescription = "Your total balance is under {minPayoutAmount}, the minimum required for payout.";
|
|
4230
4244
|
/**
|
|
4231
4245
|
* @uiName Payment hold on change alert header
|
|
4232
4246
|
*/
|
|
@@ -15,7 +15,7 @@ require('./mixins-4761d472.js');
|
|
|
15
15
|
const copyTextView = require('./copy-text-view-bb2c0ea7.js');
|
|
16
16
|
require('./sqm-text-span-view-b9e10f5d.js');
|
|
17
17
|
const AsYouType = require('./AsYouType-d15caac8.js');
|
|
18
|
-
const subregions = require('./subregions-
|
|
18
|
+
const subregions = require('./subregions-d12829d6.js');
|
|
19
19
|
const useRegistrationFormState = require('./useRegistrationFormState-4fe5b770.js');
|
|
20
20
|
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-a45f7a52.js');
|
|
21
21
|
const usePortalRegistrationForm = require('./usePortalRegistrationForm-8a3a14ac.js');
|
|
@@ -31,10 +31,10 @@ const utilities = require('./utilities-fcdb9504.js');
|
|
|
31
31
|
const ErrorView = require('./ErrorView-ee7b0f36.js');
|
|
32
32
|
const ShadowViewAddon = require('./ShadowViewAddon-331ac9e4.js');
|
|
33
33
|
require('./sqm-portal-container-view-757f921b.js');
|
|
34
|
-
const data = require('./data-
|
|
34
|
+
const data = require('./data-04ef5511.js');
|
|
35
35
|
const keys = require('./keys-5a2c9ed2.js');
|
|
36
36
|
require('./eventKeys-7af4df4d.js');
|
|
37
|
-
const useIndirectTaxForm = require('./useIndirectTaxForm-
|
|
37
|
+
const useIndirectTaxForm = require('./useIndirectTaxForm-0969e194.js');
|
|
38
38
|
const parseStates = require('./parseStates-d1effc19.js');
|
|
39
39
|
|
|
40
40
|
/**
|
|
@@ -3002,7 +3002,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3002
3002
|
id: "verificationRequiredDescription",
|
|
3003
3003
|
defaultMessage: text.verificationRequiredDescription,
|
|
3004
3004
|
}, {
|
|
3005
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3005
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3006
3006
|
}),
|
|
3007
3007
|
buttonText: text.verificationRequiredButtonText,
|
|
3008
3008
|
alertType: "warning",
|
|
@@ -3014,7 +3014,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3014
3014
|
id: "verificationRequiredInternalDescription",
|
|
3015
3015
|
defaultMessage: text.verificationRequiredInternalDescription,
|
|
3016
3016
|
}, {
|
|
3017
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3017
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3018
3018
|
}),
|
|
3019
3019
|
alertType: "warning",
|
|
3020
3020
|
};
|
|
@@ -3025,7 +3025,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3025
3025
|
id: "verificationReviewInternalDescription",
|
|
3026
3026
|
defaultMessage: text.verificationReviewInternalDescription,
|
|
3027
3027
|
}, {
|
|
3028
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3028
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3029
3029
|
}),
|
|
3030
3030
|
alertType: "warning",
|
|
3031
3031
|
};
|
|
@@ -3036,7 +3036,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3036
3036
|
id: "verificationFailedInternalDescription",
|
|
3037
3037
|
defaultMessage: text.verificationFailedInternalDescription,
|
|
3038
3038
|
}, {
|
|
3039
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3039
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3040
3040
|
}),
|
|
3041
3041
|
alertType: "error",
|
|
3042
3042
|
};
|
|
@@ -3062,7 +3062,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3062
3062
|
id: "holdDescription",
|
|
3063
3063
|
defaultMessage: text.holdDescription,
|
|
3064
3064
|
}, {
|
|
3065
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3065
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3066
3066
|
}),
|
|
3067
3067
|
buttonText: null,
|
|
3068
3068
|
alertType: "warning",
|
|
@@ -3076,12 +3076,23 @@ function PayoutStatusAlertView(props) {
|
|
|
3076
3076
|
id: "accountReviewDescription",
|
|
3077
3077
|
defaultMessage: text.accountReviewDescription,
|
|
3078
3078
|
}, {
|
|
3079
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3079
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3080
3080
|
}),
|
|
3081
3081
|
buttonText: null,
|
|
3082
3082
|
alertType: "warning",
|
|
3083
3083
|
icon: "exclamation-triangle",
|
|
3084
3084
|
};
|
|
3085
|
+
case "BALANCE_UNDER_THRESHOLD":
|
|
3086
|
+
return {
|
|
3087
|
+
header: text.balanceUnderThresholdHeader,
|
|
3088
|
+
description: global.intl.formatMessage({
|
|
3089
|
+
id: "balanceUnderThresholdDescription",
|
|
3090
|
+
defaultMessage: text.balanceUnderThresholdDescription,
|
|
3091
|
+
}, { minPayoutAmount: states.minPayoutAmount }),
|
|
3092
|
+
buttonText: null,
|
|
3093
|
+
alertType: "info",
|
|
3094
|
+
icon: "info-circle",
|
|
3095
|
+
};
|
|
3085
3096
|
case "PAYMENT_HOLD_ON_CHANGE":
|
|
3086
3097
|
return {
|
|
3087
3098
|
header: text.paymentHoldOnChangeHeader,
|
|
@@ -3089,7 +3100,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3089
3100
|
id: "accountReviewDescription",
|
|
3090
3101
|
defaultMessage: text.paymentHoldOnChangeDescription,
|
|
3091
3102
|
}, {
|
|
3092
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3103
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3093
3104
|
}),
|
|
3094
3105
|
buttonText: null,
|
|
3095
3106
|
alertType: "warning",
|
|
@@ -3102,7 +3113,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3102
3113
|
id: "accountReviewDescription",
|
|
3103
3114
|
defaultMessage: text.beneficiaryNameInvalidDescription,
|
|
3104
3115
|
}, {
|
|
3105
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3116
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3106
3117
|
}),
|
|
3107
3118
|
button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
|
|
3108
3119
|
index.h("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
@@ -3117,7 +3128,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3117
3128
|
id: "accountReviewDescription",
|
|
3118
3129
|
defaultMessage: text.beneficiaryNameMismatchDescription,
|
|
3119
3130
|
}, {
|
|
3120
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3131
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3121
3132
|
}),
|
|
3122
3133
|
button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
|
|
3123
3134
|
index.h("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
@@ -3132,7 +3143,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3132
3143
|
id: "accountReviewDescription",
|
|
3133
3144
|
defaultMessage: text.bankTaxNameMismatchDescription,
|
|
3134
3145
|
}, {
|
|
3135
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3146
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3136
3147
|
}),
|
|
3137
3148
|
button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
|
|
3138
3149
|
index.h("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
@@ -3147,7 +3158,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3147
3158
|
id: "accountReviewDescription",
|
|
3148
3159
|
defaultMessage: text.withdrawalSettingsInvalidDescription,
|
|
3149
3160
|
}, {
|
|
3150
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3161
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3151
3162
|
}),
|
|
3152
3163
|
button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
|
|
3153
3164
|
index.h("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
@@ -3161,7 +3172,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3161
3172
|
id: "accountReviewDescription",
|
|
3162
3173
|
defaultMessage: text.paymentReturnedDescription,
|
|
3163
3174
|
}, {
|
|
3164
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3175
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3165
3176
|
}),
|
|
3166
3177
|
button: (index.h("div", { class: sheet$2.classes.ButtonContainer },
|
|
3167
3178
|
index.h("sl-button", { disabled: states.loading, type: "primary", exportparts: "base: primarybutton-base", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
@@ -3175,7 +3186,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3175
3186
|
id: "holdDescription",
|
|
3176
3187
|
defaultMessage: text.holdDescription,
|
|
3177
3188
|
}, {
|
|
3178
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3189
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
3179
3190
|
}),
|
|
3180
3191
|
buttonText: null,
|
|
3181
3192
|
alertType: "warning",
|
|
@@ -3289,6 +3300,14 @@ const PayoutStatusAlert = class {
|
|
|
3289
3300
|
* @uiName Account review alert description
|
|
3290
3301
|
*/
|
|
3291
3302
|
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}.";
|
|
3303
|
+
/**
|
|
3304
|
+
* @uiName Balance under payout minimum alert header
|
|
3305
|
+
*/
|
|
3306
|
+
this.balanceUnderThresholdHeader = "Your balance is under the minimum payout";
|
|
3307
|
+
/**
|
|
3308
|
+
* @uiName Balance under payout minimum alert description
|
|
3309
|
+
*/
|
|
3310
|
+
this.balanceUnderThresholdDescription = "Your total balance is under {minPayoutAmount}, the minimum required for payout.";
|
|
3292
3311
|
/**
|
|
3293
3312
|
* @uiName Payment on hold alert header
|
|
3294
3313
|
*/
|
|
@@ -7816,6 +7835,17 @@ const TaxAndCashMonolith = class {
|
|
|
7816
7835
|
* @uiName Account review alert description
|
|
7817
7836
|
*/
|
|
7818
7837
|
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}.";
|
|
7838
|
+
/**
|
|
7839
|
+
* @uiName Balance under payout minimum alert header
|
|
7840
|
+
* @uiGroup Dashboard Properties
|
|
7841
|
+
*/
|
|
7842
|
+
this.dashboard_balanceUnderThresholdHeader = "Your balance is under the minimum payout";
|
|
7843
|
+
/**
|
|
7844
|
+
* @uiName Balance under payout minimum alert description
|
|
7845
|
+
* @uiGroup Dashboard Properties
|
|
7846
|
+
* @uiWidget textArea
|
|
7847
|
+
*/
|
|
7848
|
+
this.dashboard_balanceUnderThresholdDescription = "Your total balance is under {minPayoutAmount}, the minimum required for payout.";
|
|
7819
7849
|
/**
|
|
7820
7850
|
* @uiName Payment on hold alert header
|
|
7821
7851
|
*/
|
|
@@ -8046,7 +8076,7 @@ const TaxAndCashMonolith = class {
|
|
|
8046
8076
|
id: "loadingErrorAlertDescription",
|
|
8047
8077
|
defaultMessage: this.loadingErrorAlertDescription,
|
|
8048
8078
|
}, {
|
|
8049
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, this.supportLink)),
|
|
8079
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, this.supportLink)),
|
|
8050
8080
|
}) }));
|
|
8051
8081
|
}
|
|
8052
8082
|
return index.h(subregions.LoadingView, null);
|
|
@@ -10,8 +10,8 @@ const cjs = require('./cjs-1066ec21.js');
|
|
|
10
10
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
12
|
const sqmTextSpanView = require('./sqm-text-span-view-b9e10f5d.js');
|
|
13
|
-
const data = require('./data-
|
|
14
|
-
const sqmPartnerInfoModalView = require('./sqm-partner-info-modal-view-
|
|
13
|
+
const data = require('./data-04ef5511.js');
|
|
14
|
+
const sqmPartnerInfoModalView = require('./sqm-partner-info-modal-view-d9b61d54.js');
|
|
15
15
|
const keys = require('./keys-5a2c9ed2.js');
|
|
16
16
|
const eventKeys = require('./eventKeys-7af4df4d.js');
|
|
17
17
|
const parseStates = require('./parseStates-d1effc19.js');
|
|
@@ -351,7 +351,7 @@ function WidgetEmailVerificationView(props) {
|
|
|
351
351
|
id: "sendCodeErrorDescription",
|
|
352
352
|
defaultMessage: text.sendCodeErrorDescription,
|
|
353
353
|
}, {
|
|
354
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
354
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
355
355
|
}))),
|
|
356
356
|
states.initialLoading ? (renderLoadingSkeleton()) : (index.h("div", { class: sheet.classes.Wrapper },
|
|
357
357
|
index.h(sqmTextSpanView.TextSpanView, { type: "p" }, text.verifyEmailHeaderText),
|
package/dist/cjs/{sqm-partner-info-modal-view-431100ad.js → sqm-partner-info-modal-view-d9b61d54.js}
RENAMED
|
@@ -88,7 +88,7 @@ function PartnerInfoModalContentView(props) {
|
|
|
88
88
|
id: "supportDescriptionExistingPartner",
|
|
89
89
|
defaultMessage: text.supportDescriptionExistingPartner,
|
|
90
90
|
}, {
|
|
91
|
-
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
91
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-payment-support@impact.com` }, text.supportLink)),
|
|
92
92
|
});
|
|
93
93
|
const description = states.isExistingPartner ? (index.h("span", { class: sheet.classes.DescriptionContainer },
|
|
94
94
|
index.h("p", null, text.descriptionExistingPartner),
|
|
@@ -494,6 +494,11 @@ const style = {
|
|
|
494
494
|
"margin-right": "var(--sl-spacing-small)",
|
|
495
495
|
"flex-wrap": "wrap",
|
|
496
496
|
},
|
|
497
|
+
/**
|
|
498
|
+
* @csspart sqm-reward-cell-value - The reward value
|
|
499
|
+
* @csspart sqm-reward-cell-progress - The reward progress
|
|
500
|
+
* @csspart sqm-reward-cell-subtext - The reward subtext
|
|
501
|
+
*/
|
|
497
502
|
Details: {
|
|
498
503
|
"padding-bottom": "var(--sl-spacing-small)",
|
|
499
504
|
"max-width": "500px",
|
|
@@ -15,7 +15,7 @@ const copyTextView = require('./copy-text-view-bb2c0ea7.js');
|
|
|
15
15
|
require('./sqm-text-span-view-b9e10f5d.js');
|
|
16
16
|
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-717d0633.js');
|
|
17
17
|
require('./AsYouType-d15caac8.js');
|
|
18
|
-
const subregions = require('./subregions-
|
|
18
|
+
const subregions = require('./subregions-d12829d6.js');
|
|
19
19
|
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-a45f7a52.js');
|
|
20
20
|
const GenericTableView = require('./GenericTableView-4c48c630.js');
|
|
21
21
|
require('./useChildElements-041127d7.js');
|
|
@@ -37,10 +37,10 @@ require('./ErrorView-ee7b0f36.js');
|
|
|
37
37
|
const sqmQrCodeView = require('./sqm-qr-code-view-1f2daa76.js');
|
|
38
38
|
const ShadowViewAddon = require('./ShadowViewAddon-331ac9e4.js');
|
|
39
39
|
const sqmPortalContainerView = require('./sqm-portal-container-view-757f921b.js');
|
|
40
|
-
const sqmUserInfoFormView = require('./sqm-user-info-form-view-
|
|
40
|
+
const sqmUserInfoFormView = require('./sqm-user-info-form-view-9745956d.js');
|
|
41
41
|
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-88de1b78.js');
|
|
42
|
-
require('./data-
|
|
43
|
-
const sqmPartnerInfoModalView = require('./sqm-partner-info-modal-view-
|
|
42
|
+
require('./data-04ef5511.js');
|
|
43
|
+
const sqmPartnerInfoModalView = require('./sqm-partner-info-modal-view-d9b61d54.js');
|
|
44
44
|
|
|
45
45
|
/**
|
|
46
46
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -16586,6 +16586,8 @@ const defaultText = {
|
|
|
16586
16586
|
w9RequiredButtonText: "Submit W-9",
|
|
16587
16587
|
accountReviewHeader: "Your account is under review",
|
|
16588
16588
|
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}.",
|
|
16589
|
+
balanceUnderThresholdHeader: "Your balance is under the minimum payout",
|
|
16590
|
+
balanceUnderThresholdDescription: "Your total balance is under {minPayoutAmount}, the minimum required for payout.",
|
|
16589
16591
|
paymentHoldOnChangeHeader: "We are reviewing your new payout settings",
|
|
16590
16592
|
paymentHoldOnChangeDescription: "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.",
|
|
16591
16593
|
beneficiaryNameInvalidHeader: "Your payment information does not match your tax form",
|
|
@@ -16613,9 +16615,10 @@ const defaultCallbacks$1 = {
|
|
|
16613
16615
|
onNewFormCancel: () => { },
|
|
16614
16616
|
onNewFormClick: () => { },
|
|
16615
16617
|
};
|
|
16616
|
-
const
|
|
16617
|
-
payoutDetailsCardSlot: (index.h("sqm-payout-details-card", { demoData: { states: { badgeStatus: "nextPayout" } } })),
|
|
16618
|
-
};
|
|
16618
|
+
const buildSlots = (cardStates = {}) => ({
|
|
16619
|
+
payoutDetailsCardSlot: (index.h("sqm-payout-details-card", { demoData: { states: { badgeStatus: "nextPayout", ...cardStates } } })),
|
|
16620
|
+
});
|
|
16621
|
+
const defaultSlots = buildSlots();
|
|
16619
16622
|
const baseStates = {
|
|
16620
16623
|
payoutStatus: "DONE",
|
|
16621
16624
|
veriffLoading: false,
|
|
@@ -16647,6 +16650,11 @@ const TaxFormRequired = () => (index.h(sqmUserInfoFormView.TaxAndCashDashboardVi
|
|
|
16647
16650
|
// ─── Payout hold statuses not in TaxForm.stories.tsx ─────────────────────────
|
|
16648
16651
|
const AccountUnderReview = () => (index.h(sqmUserInfoFormView.TaxAndCashDashboardView, { states: { ...baseStates, payoutStatus: "NEW_PAYEE_REVIEW" }, text: defaultText, callbacks: defaultCallbacks$1, slots: defaultSlots }));
|
|
16649
16652
|
const PaymentHoldOnChange = () => (index.h(sqmUserInfoFormView.TaxAndCashDashboardView, { states: { ...baseStates, payoutStatus: "PAYMENT_HOLD_ON_CHANGE" }, text: defaultText, callbacks: defaultCallbacks$1, slots: defaultSlots }));
|
|
16653
|
+
const BalanceUnderThreshold = () => (index.h(sqmUserInfoFormView.TaxAndCashDashboardView, { states: {
|
|
16654
|
+
...baseStates,
|
|
16655
|
+
payoutStatus: "BALANCE_UNDER_THRESHOLD",
|
|
16656
|
+
minPayoutAmount: "USD50.00",
|
|
16657
|
+
}, text: defaultText, callbacks: defaultCallbacks$1, slots: buildSlots({ belowPayoutThreshold: true }) }));
|
|
16650
16658
|
const BeneficiaryNameInvalid = () => (index.h(sqmUserInfoFormView.TaxAndCashDashboardView, { states: { ...baseStates, payoutStatus: "BENEFICIARY_NAME_INVALID" }, text: defaultText, callbacks: defaultCallbacks$1, slots: defaultSlots }));
|
|
16651
16659
|
const BeneficiaryNameMismatch = () => (index.h(sqmUserInfoFormView.TaxAndCashDashboardView, { states: { ...baseStates, payoutStatus: "BENEFICIARY_NAME_MISMATCH" }, text: defaultText, callbacks: defaultCallbacks$1, slots: defaultSlots }));
|
|
16652
16660
|
const BankTaxNameMismatch = () => (index.h(sqmUserInfoFormView.TaxAndCashDashboardView, { states: { ...baseStates, payoutStatus: "BANK_TAX_NAME_MISMATCH" }, text: defaultText, callbacks: defaultCallbacks$1, slots: defaultSlots }));
|
|
@@ -16678,6 +16686,7 @@ const TaxAndCashDashboardView = /*#__PURE__*/Object.freeze({
|
|
|
16678
16686
|
TaxFormRequired: TaxFormRequired,
|
|
16679
16687
|
AccountUnderReview: AccountUnderReview,
|
|
16680
16688
|
PaymentHoldOnChange: PaymentHoldOnChange,
|
|
16689
|
+
BalanceUnderThreshold: BalanceUnderThreshold,
|
|
16681
16690
|
BeneficiaryNameInvalid: BeneficiaryNameInvalid,
|
|
16682
16691
|
BeneficiaryNameMismatch: BeneficiaryNameMismatch,
|
|
16683
16692
|
BankTaxNameMismatch: BankTaxNameMismatch,
|
|
@@ -17905,6 +17914,25 @@ const TaxAndCashDashboardPayoutsOnHold = () => {
|
|
|
17905
17914
|
},
|
|
17906
17915
|
} }));
|
|
17907
17916
|
};
|
|
17917
|
+
const TaxAndCashDashboardBalanceUnderThreshold = () => {
|
|
17918
|
+
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
17919
|
+
...dashboardProps,
|
|
17920
|
+
states: {
|
|
17921
|
+
payoutStatus: "BALANCE_UNDER_THRESHOLD",
|
|
17922
|
+
minPayoutAmount: "USD50.00",
|
|
17923
|
+
veriffLoading: false,
|
|
17924
|
+
canEditPayoutInfo: true,
|
|
17925
|
+
status: "ACTIVE",
|
|
17926
|
+
documentType: "W8BEN",
|
|
17927
|
+
documentTypeString: subregions.taxTypeToName("W8BEN"),
|
|
17928
|
+
dateSubmitted: "Jan 18th, 2025",
|
|
17929
|
+
noFormNeeded: false,
|
|
17930
|
+
indirectTaxNumber: "123456",
|
|
17931
|
+
showNewFormDialog: false,
|
|
17932
|
+
hasHold: false,
|
|
17933
|
+
},
|
|
17934
|
+
} }));
|
|
17935
|
+
};
|
|
17908
17936
|
const TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalid = () => {
|
|
17909
17937
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
17910
17938
|
...dashboardProps,
|
|
@@ -18206,6 +18234,7 @@ const TaxForm = /*#__PURE__*/Object.freeze({
|
|
|
18206
18234
|
TaxAndCashDashboardW9ThresholdReached: TaxAndCashDashboardW9ThresholdReached,
|
|
18207
18235
|
TaxAndCashDashboardNewTaxForm: TaxAndCashDashboardNewTaxForm,
|
|
18208
18236
|
TaxAndCashDashboardPayoutsOnHold: TaxAndCashDashboardPayoutsOnHold,
|
|
18237
|
+
TaxAndCashDashboardBalanceUnderThreshold: TaxAndCashDashboardBalanceUnderThreshold,
|
|
18209
18238
|
TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalid: TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalid,
|
|
18210
18239
|
TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalidUS: TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalidUS,
|
|
18211
18240
|
TaxAndCashDashboardNoDocumentType: TaxAndCashDashboardNoDocumentType,
|
|
@@ -18252,6 +18281,31 @@ const ThresholdPayout = () => {
|
|
|
18252
18281
|
},
|
|
18253
18282
|
} }));
|
|
18254
18283
|
};
|
|
18284
|
+
const BelowPayoutThresholdFixedDay = () => {
|
|
18285
|
+
return (index.h("sqm-payout-details-card", { demoData: {
|
|
18286
|
+
states: {
|
|
18287
|
+
badgeStatus: "nextPayout",
|
|
18288
|
+
belowPayoutThreshold: true,
|
|
18289
|
+
},
|
|
18290
|
+
} }));
|
|
18291
|
+
};
|
|
18292
|
+
const BelowPayoutThresholdPayoutToday = () => {
|
|
18293
|
+
return (index.h("sqm-payout-details-card", { demoData: {
|
|
18294
|
+
states: {
|
|
18295
|
+
badgeStatus: "payoutToday",
|
|
18296
|
+
belowPayoutThreshold: true,
|
|
18297
|
+
},
|
|
18298
|
+
} }));
|
|
18299
|
+
};
|
|
18300
|
+
const BelowPayoutThresholdBalanceThreshold = () => {
|
|
18301
|
+
return (index.h("sqm-payout-details-card", { demoData: {
|
|
18302
|
+
states: {
|
|
18303
|
+
thresholdBalance: "50 USD",
|
|
18304
|
+
badgeStatus: "thresholdPayout",
|
|
18305
|
+
belowPayoutThreshold: true,
|
|
18306
|
+
},
|
|
18307
|
+
} }));
|
|
18308
|
+
};
|
|
18255
18309
|
const PaypalPayout = () => {
|
|
18256
18310
|
return (index.h("sqm-payout-details-card", { demoData: {
|
|
18257
18311
|
states: {
|
|
@@ -18273,6 +18327,9 @@ const PayoutDetailsCard = /*#__PURE__*/Object.freeze({
|
|
|
18273
18327
|
NextPayout: NextPayout,
|
|
18274
18328
|
PayoutToday: PayoutToday,
|
|
18275
18329
|
ThresholdPayout: ThresholdPayout,
|
|
18330
|
+
BelowPayoutThresholdFixedDay: BelowPayoutThresholdFixedDay,
|
|
18331
|
+
BelowPayoutThresholdPayoutToday: BelowPayoutThresholdPayoutToday,
|
|
18332
|
+
BelowPayoutThresholdBalanceThreshold: BelowPayoutThresholdBalanceThreshold,
|
|
18276
18333
|
PaypalPayout: PaypalPayout,
|
|
18277
18334
|
BadgeTextICUParsing: BadgeTextICUParsing
|
|
18278
18335
|
});
|
|
@@ -18308,6 +18365,13 @@ const Loading$e = () => (index.h("sqm-payout-status-alert", { demoData: { states
|
|
|
18308
18365
|
const Error$b = () => (index.h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$s, error: true } } }));
|
|
18309
18366
|
const NewPayeeReview = () => (index.h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$s, status: "NEW_PAYEE_REVIEW" } } }));
|
|
18310
18367
|
const PaymentHoldOnChange$1 = () => (index.h("sqm-payout-status-alert", { demoData: { states: { ...defaultProps$s, status: "PAYMENT_HOLD_ON_CHANGE" } } }));
|
|
18368
|
+
const BalanceUnderThreshold$1 = () => (index.h("sqm-payout-status-alert", { demoData: {
|
|
18369
|
+
states: {
|
|
18370
|
+
...defaultProps$s,
|
|
18371
|
+
status: "BALANCE_UNDER_THRESHOLD",
|
|
18372
|
+
minPayoutAmount: "USD50.00",
|
|
18373
|
+
},
|
|
18374
|
+
} }));
|
|
18311
18375
|
const BeneficiaryNameInvalid$1 = () => (index.h("sqm-payout-status-alert", { demoData: {
|
|
18312
18376
|
states: { ...defaultProps$s, status: "BENEFICIARY_NAME_INVALID" },
|
|
18313
18377
|
} }));
|
|
@@ -18334,6 +18398,7 @@ const PayoutStatusAlert = /*#__PURE__*/Object.freeze({
|
|
|
18334
18398
|
Error: Error$b,
|
|
18335
18399
|
NewPayeeReview: NewPayeeReview,
|
|
18336
18400
|
PaymentHoldOnChange: PaymentHoldOnChange$1,
|
|
18401
|
+
BalanceUnderThreshold: BalanceUnderThreshold$1,
|
|
18337
18402
|
BeneficiaryNameInvalid: BeneficiaryNameInvalid$1,
|
|
18338
18403
|
BeneficiaryNameMismatch: BeneficiaryNameMismatch$1,
|
|
18339
18404
|
BankTaxNameMismatch: BankTaxNameMismatch$1,
|
|
@@ -18934,7 +18999,9 @@ const mockPartnerData = {
|
|
|
18934
18999
|
payoutsAccount: {
|
|
18935
19000
|
hold: false,
|
|
18936
19001
|
holdReasons: [],
|
|
18937
|
-
balance: "0",
|
|
19002
|
+
balance: "$0.00",
|
|
19003
|
+
balanceAmount: 0,
|
|
19004
|
+
currencyCode: "USD",
|
|
18938
19005
|
},
|
|
18939
19006
|
};
|
|
18940
19007
|
const defaultText$1 = {
|