@saasquatch/mint-components 2.2.0-7 → 2.2.0
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/{ShadowViewAddon-1c054d52.js → ShadowViewAddon-3b477e58.js} +429 -27
- package/dist/cjs/{data-c03e282a.js → data-8c8a08f6.js} +90 -1
- package/dist/cjs/extractProps-e9c55ba8.js +35 -0
- package/dist/cjs/{keys-5a2c9ed2.js → keys-cff24974.js} +0 -4
- 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 +101 -482
- package/dist/cjs/sqm-big-stat_46.cjs.entry.js +360 -424
- package/dist/cjs/sqm-code-verification.cjs.entry.js +6 -5
- package/dist/cjs/sqm-email-verification.cjs.entry.js +418 -0
- package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-container-view-70a47420.js → sqm-portal-container-view-757f921b.js} +5 -6
- package/dist/cjs/{sqm-portal-email-verification-view-d51c2a06.js → sqm-portal-email-verification-view-abb773a7.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/sqm-portal-forgot-password_6.cjs.entry.js +5 -5
- package/dist/cjs/{sqm-portal-profile-view-e6927959.js → sqm-portal-profile-view-3515e1e5.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-registration-form-view-fd48f1d3.js → sqm-portal-registration-form-view-a45f7a52.js} +1 -1
- package/dist/cjs/{sqm-portal-reset-password-view-d90d77f9.js → sqm-portal-reset-password-view-a767b044.js} +1 -1
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-verify-email-view-6258dcae.js → sqm-portal-verify-email-view-717d0633.js} +1 -1
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +10 -28
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +9 -30
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +532 -740
- package/dist/cjs/{sqm-text-span-view-8a32dd8c.js → sqm-text-span-view-b9e10f5d.js} +1 -1
- package/dist/cjs/sqm-text-span.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-user-info-form-view-4d56b339.js → sqm-user-info-form-view-53306f6e.js} +40 -33
- package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +1 -1
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +214 -0
- package/dist/cjs/{usePayoutStatus-0a98ee05.js → usePayoutStatus-0192fccd.js} +5 -3
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/sqm-big-stat/useBigStat.js +5 -6
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field-view.js +1 -1
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +2 -3
- package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +6 -7
- package/dist/collection/components/sqm-portal-google-login/sqm-portal-google-login.js +1 -1
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +1 -1
- package/dist/collection/components/sqm-referral-iframe/ReferralIframe.stories.js +1 -0
- package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe-view.js +1 -1
- package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +27 -1
- package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +0 -1
- package/dist/collection/components/sqm-referral-table/ReferralTableRewardsCell.stories.js +0 -1
- package/dist/collection/components/sqm-referral-table/TaxAndCashReferralTable.stories.js +2 -2
- package/dist/collection/components/sqm-referral-table/TaxAndCashReferralTableRewardsCell.stories.js +145 -209
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +10 -30
- package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +0 -1
- package/dist/collection/components/sqm-rewards-table/TaxAndCashRewardsTable.stories.js +2 -2
- package/dist/collection/components/sqm-rewards-table/TaxAndCashRewardsTableCell.stories.js +137 -223
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +10 -30
- package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +0 -1
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +0 -1
- package/dist/collection/components/sqm-share-link/ShareLink.stories.js +136 -11
- package/dist/collection/components/sqm-share-link/UseShareLink.stories.js +14 -5
- package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +192 -0
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +935 -48
- package/dist/collection/components/sqm-share-link/useShareLink.js +227 -14
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -4
- package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +1 -1
- package/dist/collection/components/sqm-user-attribute/UserAttribute.stories.js +43 -0
- package/dist/collection/components/sqm-user-attribute/sqm-user-attribute-view.js +19 -0
- package/dist/collection/components/sqm-user-attribute/sqm-user-attribute.js +175 -0
- package/dist/collection/components/sqm-user-attribute/useUserAttribute.js +30 -0
- package/dist/collection/components/sqm-widget-verification/keys.js +0 -2
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +4 -3
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +2 -0
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +9 -19
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +46 -486
- package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +11 -43
- package/dist/collection/components/tax-and-cash/data.js +0 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +37 -75
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +13 -688
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +1 -95
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +4 -4
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +12 -51
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +36 -7
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +0 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/UserInfoFormView.stories.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +18 -10
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +25 -0
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +17 -34
- package/dist/esm/{ShadowViewAddon-4d554869.js → ShadowViewAddon-0b980200.js} +435 -34
- package/dist/esm/data-12e6aae1.js +216 -0
- package/dist/esm/extractProps-54064fb0.js +32 -0
- package/dist/esm/{global-75e96214.js → global-96c14d63.js} +1 -1
- package/dist/esm/{index.module-02cb914c.js → index.module-b23fdad8.js} +1 -1
- package/dist/esm/keys-406491dc.js +6 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mint-components.js +3 -3
- package/dist/esm/{re-render-bf46ba54.js → re-render-f30aeb6b.js} +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +95 -476
- package/dist/esm/sqm-big-stat_46.entry.js +364 -428
- package/dist/esm/sqm-close-button.entry.js +1 -1
- package/dist/esm/sqm-code-verification.entry.js +9 -8
- package/dist/esm/sqm-context-router.entry.js +1 -1
- package/dist/esm/sqm-email-verification.entry.js +414 -0
- package/dist/esm/sqm-empty_4.entry.js +3 -3
- package/dist/esm/sqm-google-sign-in.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
- package/dist/esm/{sqm-lead-checkbox-field-view-bfafee56.js → sqm-lead-checkbox-field-view-7928db07.js} +1 -1
- package/dist/esm/sqm-lead-checkbox-field.entry.js +4 -4
- package/dist/esm/{sqm-lead-input-field-view-b945edf4.js → sqm-lead-input-field-view-d1b91650.js} +1 -1
- package/dist/esm/sqm-lead-input-field.entry.js +4 -4
- package/dist/esm/sqm-leaderboard-rank.entry.js +2 -2
- package/dist/esm/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm/{sqm-navigation-sidebar-item-view-8d98fcf3.js → sqm-navigation-sidebar-item-view-b3beac5a.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
- package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm/sqm-pagination_3.entry.js +3 -3
- package/dist/esm/sqm-password-field.entry.js +2 -2
- package/dist/esm/sqm-popup-container.entry.js +1 -1
- package/dist/esm/{sqm-portal-container-view-a8c708cd.js → sqm-portal-container-view-200c9df8.js} +6 -7
- package/dist/esm/{sqm-portal-email-verification-view-58bad294.js → sqm-portal-email-verification-view-04528277.js} +2 -2
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/sqm-portal-forgot-password_6.entry.js +8 -8
- package/dist/esm/sqm-portal-logout.entry.js +1 -1
- package/dist/esm/{sqm-portal-profile-view-115bad4a.js → sqm-portal-profile-view-b5ea620f.js} +2 -2
- package/dist/esm/sqm-portal-profile.entry.js +5 -5
- package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm/{sqm-portal-registration-form-view-9bf30b56.js → sqm-portal-registration-form-view-79265df5.js} +1 -1
- package/dist/esm/{sqm-portal-reset-password-view-f8d1689c.js → sqm-portal-reset-password-view-f84c04cf.js} +1 -1
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/{sqm-portal-verify-email-view-c053ead1.js → sqm-portal-verify-email-view-c61536b7.js} +2 -2
- package/dist/esm/sqm-qr-code.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +15 -33
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
- package/dist/esm/sqm-rewards-table_9.entry.js +14 -35
- package/dist/esm/sqm-stencilbook.entry.js +506 -714
- package/dist/esm/sqm-tab.entry.js +2 -2
- package/dist/esm/sqm-tabs.entry.js +3 -3
- package/dist/esm/{sqm-text-span-view-4db9e33f.js → sqm-text-span-view-72f43dff.js} +1 -1
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/{sqm-user-info-form-view-d13f9d3e.js → sqm-user-info-form-view-19d81a2b.js} +20 -13
- package/dist/esm/sqm-widget-verification-controller.entry.js +2 -2
- package/dist/esm/sqm-widget-verification.entry.js +210 -0
- package/dist/esm/{useChildElements-06937df7.js → useChildElements-9bccfb72.js} +1 -1
- package/dist/esm/{useInstantAccessRegistration-69c9ffe0.js → useInstantAccessRegistration-69fefed0.js} +2 -2
- package/dist/esm/{useLeadFormState-332b2796.js → useLeadFormState-dd4e8b08.js} +2 -2
- package/dist/esm/{usePayoutStatus-227ae365.js → usePayoutStatus-46c0c289.js} +4 -3
- package/dist/esm/{usePortalRegistrationForm-3a1f36a2.js → usePortalRegistrationForm-62de6fb1.js} +2 -2
- package/dist/esm/{useReferralCodes-25f8b792.js → useReferralCodes-52ca720f.js} +1 -1
- package/dist/esm/{useReferralTable-03d32c6f.js → useReferralTable-92af4133.js} +3 -3
- package/dist/esm/{useRegistrationFormState-aa44cfff.js → useRegistrationFormState-2c090c38.js} +1 -1
- package/dist/esm/{useVerificationEmail-9f2c0bab.js → useVerificationEmail-c13c3b51.js} +1 -1
- package/dist/esm/{utilities-cbd8f2eb.js → utilities-77b1e0cc.js} +1 -1
- package/dist/esm-es5/ShadowViewAddon-0b980200.js +1 -0
- package/dist/esm-es5/data-12e6aae1.js +1 -0
- package/dist/esm-es5/extractProps-54064fb0.js +1 -0
- package/dist/esm-es5/{global-75e96214.js → global-96c14d63.js} +1 -1
- package/dist/esm-es5/{index.module-02cb914c.js → index.module-b23fdad8.js} +1 -1
- package/dist/esm-es5/keys-406491dc.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{re-render-bf46ba54.js → re-render-f30aeb6b.js} +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-context-router.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.entry.js +1 -0
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-google-sign-in.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/{sqm-lead-checkbox-field-view-bfafee56.js → sqm-lead-checkbox-field-view-7928db07.js} +1 -1
- package/dist/esm-es5/sqm-lead-checkbox-field.entry.js +1 -1
- package/dist/esm-es5/{sqm-lead-input-field-view-b945edf4.js → sqm-lead-input-field-view-d1b91650.js} +1 -1
- package/dist/esm-es5/sqm-lead-input-field.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm-es5/{sqm-navigation-sidebar-item-view-8d98fcf3.js → sqm-navigation-sidebar-item-view-b3beac5a.js} +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-container-view-200c9df8.js +1 -0
- package/dist/esm-es5/{sqm-portal-email-verification-view-58bad294.js → sqm-portal-email-verification-view-04528277.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password_6.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-115bad4a.js → sqm-portal-profile-view-b5ea620f.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-registration-form-view-9bf30b56.js → sqm-portal-registration-form-view-79265df5.js} +1 -1
- package/dist/esm-es5/{sqm-portal-reset-password-view-f8d1689c.js → sqm-portal-reset-password-view-f84c04cf.js} +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-verify-email-view-c053ead1.js → sqm-portal-verify-email-view-c61536b7.js} +1 -1
- package/dist/esm-es5/sqm-qr-code.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tab.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/{sqm-text-span-view-4db9e33f.js → sqm-text-span-view-72f43dff.js} +1 -1
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/esm-es5/sqm-user-info-form-view-19d81a2b.js +1 -0
- package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -1
- package/dist/esm-es5/sqm-widget-verification.entry.js +1 -0
- package/dist/esm-es5/{useChildElements-06937df7.js → useChildElements-9bccfb72.js} +1 -1
- package/dist/esm-es5/{useInstantAccessRegistration-69c9ffe0.js → useInstantAccessRegistration-69fefed0.js} +1 -1
- package/dist/esm-es5/{useLeadFormState-332b2796.js → useLeadFormState-dd4e8b08.js} +1 -1
- package/dist/esm-es5/{usePayoutStatus-227ae365.js → usePayoutStatus-46c0c289.js} +2 -2
- package/dist/esm-es5/{usePortalRegistrationForm-3a1f36a2.js → usePortalRegistrationForm-62de6fb1.js} +1 -1
- package/dist/esm-es5/{useReferralCodes-25f8b792.js → useReferralCodes-52ca720f.js} +1 -1
- package/dist/esm-es5/{useReferralTable-03d32c6f.js → useReferralTable-92af4133.js} +1 -1
- package/dist/esm-es5/{useRegistrationFormState-aa44cfff.js → useRegistrationFormState-2c090c38.js} +1 -1
- package/dist/esm-es5/{useVerificationEmail-9f2c0bab.js → useVerificationEmail-c13c3b51.js} +1 -1
- package/dist/esm-es5/{utilities-cbd8f2eb.js → utilities-77b1e0cc.js} +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/p-00b235c5.system.entry.js +1 -0
- package/dist/mint-components/{p-4eadbd5b.entry.js → p-013564b3.entry.js} +1 -1
- package/dist/mint-components/{p-1b0326d1.entry.js → p-02499e08.entry.js} +1 -1
- package/dist/mint-components/{p-d34564f8.system.entry.js → p-027fc3be.system.entry.js} +1 -1
- package/dist/mint-components/{p-bb0b5e4b.js → p-035d9b65.js} +1 -1
- package/dist/mint-components/{p-e651593c.system.js → p-036a2617.system.js} +1 -1
- package/dist/mint-components/p-044f930a.system.js +1 -0
- package/dist/mint-components/p-0706cf9e.system.entry.js +1 -0
- package/dist/mint-components/p-0797a946.js +1 -0
- package/dist/mint-components/{p-60b1f3d9.entry.js → p-09348341.entry.js} +1 -1
- package/dist/mint-components/{p-29bc5f50.entry.js → p-09f7aacd.entry.js} +2 -2
- package/dist/mint-components/p-0b1e90fe.system.js +1 -0
- package/dist/{esm/data-017e5ef2.js → mint-components/p-0c0d4065.js} +5 -24
- package/dist/mint-components/{p-cfea215d.js → p-0d83907e.js} +1 -1
- package/dist/mint-components/p-1021a49f.system.entry.js +1 -0
- package/dist/mint-components/p-13292317.entry.js +11 -0
- package/dist/mint-components/{p-731c4d33.entry.js → p-13d1b10d.entry.js} +1 -1
- package/dist/mint-components/{p-d284ae70.system.js → p-172675ca.system.js} +1 -1
- package/dist/mint-components/{p-b2ad3fca.system.js → p-19c441b2.system.js} +1 -1
- package/dist/mint-components/{p-dafe30c3.entry.js → p-1d92c169.entry.js} +1 -1
- package/dist/mint-components/{p-0815b973.system.js → p-205cfdcd.system.js} +1 -1
- package/dist/mint-components/{p-ae4994e1.js → p-2668335b.js} +1 -1
- package/dist/mint-components/{p-13bb56a8.system.entry.js → p-2b4af8e8.system.entry.js} +1 -1
- package/dist/mint-components/p-2d5c2bd4.system.entry.js +1 -0
- package/dist/mint-components/{p-2190dc73.system.js → p-30c1ef36.system.js} +1 -1
- package/dist/mint-components/{p-4eaa3eb7.js → p-3286ef38.js} +1 -1
- package/dist/mint-components/{p-eae44b42.js → p-3366b81e.js} +2 -2
- package/dist/mint-components/p-38c7775a.js +1 -0
- package/dist/mint-components/p-3adbfd0b.system.js +6 -0
- package/dist/mint-components/p-3af3e2c1.entry.js +25 -0
- package/dist/mint-components/{p-4e3db52b.entry.js → p-3bc62ca6.entry.js} +1 -1
- package/dist/mint-components/{p-d71a8b38.entry.js → p-40bad95a.entry.js} +2 -2
- package/dist/mint-components/{p-bd972473.system.js → p-43c31fd5.system.js} +1 -1
- package/dist/mint-components/{p-df897432.system.entry.js → p-4da5a3fe.system.entry.js} +1 -1
- package/dist/mint-components/{p-bcfdb510.entry.js → p-52674798.entry.js} +1 -1
- package/dist/mint-components/p-5492dd51.system.entry.js +1 -0
- package/dist/mint-components/p-57dd28bd.system.js +1 -0
- package/dist/mint-components/p-5b1d2866.system.js +1 -0
- package/dist/mint-components/{p-02c0f88e.system.entry.js → p-5b871e38.system.entry.js} +1 -1
- package/dist/mint-components/p-5bc5c61e.entry.js +1 -0
- package/dist/mint-components/{p-7ea3f49c.entry.js → p-5c4ba8a0.entry.js} +1 -1
- package/dist/mint-components/{p-81bc6dca.system.entry.js → p-5ce78407.system.entry.js} +1 -1
- package/dist/mint-components/{p-14183edc.entry.js → p-61897e72.entry.js} +1 -1
- package/dist/mint-components/{p-025ddad2.system.entry.js → p-626b31cb.system.entry.js} +1 -1
- package/dist/mint-components/{p-bf9ab2d3.js → p-642f2c89.js} +1 -1
- package/dist/mint-components/{p-78e6dc8d.entry.js → p-653db72e.entry.js} +1 -1
- package/dist/mint-components/{p-27daf264.entry.js → p-6668f9f0.entry.js} +1 -1
- package/dist/mint-components/{p-f368f04a.system.js → p-686dd5eb.system.js} +1 -1
- package/dist/mint-components/p-6c4ad51a.js +1 -0
- package/dist/mint-components/{p-8e148cb0.system.js → p-7265bbcb.system.js} +1 -1
- package/dist/mint-components/{p-2d3f7b76.system.entry.js → p-738dce27.system.entry.js} +1 -1
- package/dist/mint-components/{p-379cb9f1.system.js → p-7562cd98.system.js} +1 -1
- package/dist/mint-components/{p-5fdf0286.system.js → p-77b9cde8.system.js} +1 -1
- package/dist/mint-components/p-77fa2383.entry.js +1 -0
- package/dist/mint-components/{p-f6de2e5c.system.entry.js → p-782af7ae.system.entry.js} +1 -1
- package/dist/mint-components/p-7939e4af.entry.js +1 -0
- package/dist/mint-components/{p-1317cc92.system.js → p-7b59e13c.system.js} +1 -1
- package/dist/mint-components/{p-f32050f6.system.js → p-7efb8782.system.js} +1 -1
- package/dist/mint-components/{p-24f1d342.system.entry.js → p-80e116ec.system.entry.js} +1 -1
- package/dist/mint-components/p-8285869e.entry.js +9 -0
- package/dist/mint-components/{p-614723aa.js → p-832aea99.js} +1 -1
- package/dist/mint-components/{p-e920c95c.system.js → p-85721089.system.js} +1 -1
- package/dist/mint-components/{p-376c7608.system.js → p-8583ce0c.system.js} +1 -1
- package/dist/mint-components/{p-71561bb2.system.entry.js → p-8899ff38.system.entry.js} +1 -1
- package/dist/mint-components/p-892797eb.system.entry.js +1 -0
- package/dist/mint-components/{p-2ab31786.js → p-8962e023.js} +1 -1
- package/dist/mint-components/{p-1599a178.entry.js → p-8f2d03c7.entry.js} +1 -1
- package/dist/mint-components/{p-ab59c5eb.system.entry.js → p-90833864.system.entry.js} +1 -1
- package/dist/mint-components/p-91a96e98.entry.js +1 -0
- package/dist/mint-components/{p-ca5b9f4d.system.entry.js → p-9390586b.system.entry.js} +1 -1
- package/dist/mint-components/{p-38d04e4b.entry.js → p-95510f27.entry.js} +1 -1
- package/dist/mint-components/{p-432a44de.entry.js → p-982d1f6f.entry.js} +2 -3
- package/dist/mint-components/{p-c66e5217.system.js → p-a0c5631b.system.js} +1 -1
- package/dist/mint-components/{p-df88dcaa.system.js → p-a4825ec2.system.js} +1 -1
- package/dist/mint-components/{p-0766438e.js → p-a4f8abad.js} +1 -1
- package/dist/mint-components/{p-209157a9.system.entry.js → p-a96c9bbb.system.entry.js} +1 -1
- package/dist/mint-components/{p-eee0bcf4.entry.js → p-af407cce.entry.js} +1 -1
- package/dist/mint-components/p-b2b85238.entry.js +1 -0
- package/dist/mint-components/p-b395470f.entry.js +16 -0
- package/dist/mint-components/{p-45e2a83a.js → p-b3ad957c.js} +1 -1
- package/dist/mint-components/{p-921eb024.entry.js → p-b66f45d1.entry.js} +1 -1
- package/dist/mint-components/{p-cfba6b4e.system.entry.js → p-b96e90a2.system.entry.js} +1 -1
- package/dist/mint-components/{p-45230a44.js → p-bab4929e.js} +1 -1
- package/dist/mint-components/p-bba16a46.system.entry.js +1 -0
- package/dist/mint-components/{p-c0a85e22.js → p-bc386a7b.js} +1 -1
- package/dist/mint-components/p-be12607e.entry.js +281 -0
- package/dist/mint-components/{p-a7f72a66.js → p-bee4af5d.js} +1 -1
- package/dist/mint-components/p-bf188b72.system.entry.js +1 -0
- package/dist/mint-components/{p-6b4e5d94.system.entry.js → p-c30d0049.system.entry.js} +1 -1
- package/dist/mint-components/{p-30cfe3e3.system.entry.js → p-c45a929a.system.entry.js} +1 -1
- package/dist/mint-components/{p-50d959bd.js → p-c813ec64.js} +1 -1
- package/dist/mint-components/p-c8a3f3b0.js +499 -0
- package/dist/mint-components/{p-b3309d9b.entry.js → p-c8a8d231.entry.js} +2 -2
- package/dist/mint-components/{p-3354cc75.system.entry.js → p-c8bcbf8b.system.entry.js} +1 -1
- package/dist/mint-components/p-ca098be1.system.js +1 -0
- package/dist/mint-components/{p-623a0a0b.system.entry.js → p-d005df28.system.entry.js} +1 -1
- package/dist/mint-components/{p-8a6531d2.js → p-d0993bb9.js} +1 -1
- package/dist/mint-components/p-d18dedd4.js +1 -0
- package/dist/mint-components/{p-e1292288.system.entry.js → p-d3b1ab20.system.entry.js} +1 -1
- package/dist/mint-components/p-d4f332a7.entry.js +106 -0
- package/dist/mint-components/{p-b1765c78.system.js → p-d55c50af.system.js} +1 -1
- package/dist/mint-components/p-d6193876.system.js +1 -0
- package/dist/mint-components/{p-092c2606.entry.js → p-db0a2afd.entry.js} +1 -1
- package/dist/mint-components/p-de0d6fd7.js +49 -0
- package/dist/mint-components/p-e00ec007.js +1 -0
- package/dist/mint-components/{p-9a15cd5a.system.entry.js → p-e12754f5.system.entry.js} +1 -1
- package/dist/mint-components/p-e30abc44.js +1 -0
- package/dist/mint-components/{p-3218bb1d.entry.js → p-e506bf7f.entry.js} +1 -1
- package/dist/mint-components/p-e55aafe9.system.js +1 -0
- package/dist/mint-components/{p-3bbc0db2.entry.js → p-e5ea43b1.entry.js} +2 -2
- package/dist/mint-components/{p-abd717d4.js → p-e6240c72.js} +1 -1
- package/dist/mint-components/{p-3a41b39c.js → p-e84b874c.js} +1 -1
- package/dist/mint-components/{p-dbc8afaa.system.entry.js → p-e9485160.system.entry.js} +1 -1
- package/dist/mint-components/p-ea03e50e.system.js +1 -0
- package/dist/mint-components/p-ec0b649a.entry.js +1 -0
- package/dist/mint-components/{p-925aa740.system.entry.js → p-f1374258.system.entry.js} +1 -1
- package/dist/mint-components/{p-e6de31a7.system.entry.js → p-f39cf252.system.entry.js} +1 -1
- package/dist/mint-components/{p-6f6c3ac6.system.entry.js → p-f4e36adf.system.entry.js} +1 -1
- package/dist/mint-components/{p-02e2b13b.system.js → p-f55ecf35.system.js} +1 -1
- package/dist/mint-components/{p-7a091fa7.js → p-f581aac7.js} +1 -1
- package/dist/mint-components/{p-8d073bdf.entry.js → p-f6528f8a.entry.js} +1 -1
- package/dist/mint-components/{p-9ba8b28b.system.entry.js → p-f7ca4cc4.system.entry.js} +1 -1
- package/dist/mint-components/p-f8026ed6.system.js +1 -0
- package/dist/mint-components/{p-13d8ecad.js → p-f8a09b0f.js} +1 -1
- package/dist/mint-components/p-fb804001.system.entry.js +1 -0
- package/dist/mint-components/{p-0b32e1d4.system.entry.js → p-fc284f91.system.entry.js} +1 -1
- package/dist/mint-components/{p-099ce3d5.system.entry.js → p-fe1d3cf8.system.entry.js} +1 -1
- package/dist/mint-components/p-fe70e20c.entry.js +1 -0
- package/dist/mint-components/p-ff118a19.system.js +1 -0
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +1 -1
- package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe-view.d.ts +1 -0
- package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +5 -0
- package/dist/types/components/sqm-referral-table/TaxAndCashReferralTableRewardsCell.stories.d.ts +1 -18
- package/dist/types/components/sqm-rewards-table/TaxAndCashRewardsTableCell.stories.d.ts +7 -19
- package/dist/types/components/sqm-share-link/ShareLink.stories.d.ts +9 -0
- package/dist/types/components/sqm-share-link/UseShareLink.stories.d.ts +6 -0
- package/dist/types/components/sqm-share-link/sqm-share-link-view.d.ts +41 -0
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +195 -2
- package/dist/types/components/sqm-share-link/useShareLink.d.ts +33 -4
- package/dist/types/components/sqm-user-attribute/UserAttribute.stories.d.ts +11 -0
- package/dist/types/components/sqm-user-attribute/sqm-user-attribute-view.d.ts +8 -0
- package/dist/types/components/sqm-user-attribute/sqm-user-attribute.d.ts +45 -0
- package/dist/types/components/sqm-user-attribute/useUserAttribute.d.ts +3 -0
- package/dist/types/components/sqm-widget-verification/keys.d.ts +0 -2
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +7 -75
- package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +0 -2
- package/dist/types/components/tax-and-cash/data.d.ts +0 -1
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/formDefinitions.d.ts +0 -2
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +0 -4
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +0 -165
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +0 -7
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +5 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +4 -0
- package/dist/types/components.d.ts +472 -613
- package/dist/types/saasquatch.d.ts +0 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +15 -3
- package/readme.md +60 -1
- package/dist/cjs/eventKeys-7af4df4d.js +0 -5
- package/dist/cjs/parseStates-d1effc19.js +0 -16
- package/dist/cjs/sqm-email-verification_2.cjs.entry.js +0 -886
- package/dist/cjs/sqm-partner-info-modal-view-97770d03.js +0 -149
- package/dist/cjs/utils-15ce04e3.js +0 -93
- package/dist/collection/components/sqm-partner-info-modal/PartnerInfoModal.stories.js +0 -171
- package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal-view.js +0 -143
- package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal.js +0 -669
- package/dist/collection/components/sqm-partner-info-modal/usePartnerInfoModal.js +0 -269
- package/dist/collection/components/sqm-widget-verification/WidgetVerification.stories.js +0 -16
- package/dist/esm/eventKeys-f76b6a03.js +0 -3
- package/dist/esm/keys-1054056a.js +0 -8
- package/dist/esm/parseStates-ed75e224.js +0 -14
- package/dist/esm/sqm-email-verification_2.entry.js +0 -881
- package/dist/esm/sqm-partner-info-modal-view-5709904e.js +0 -146
- package/dist/esm/utils-17daa419.js +0 -85
- package/dist/esm-es5/ShadowViewAddon-4d554869.js +0 -1
- package/dist/esm-es5/data-017e5ef2.js +0 -1
- package/dist/esm-es5/eventKeys-f76b6a03.js +0 -1
- package/dist/esm-es5/keys-1054056a.js +0 -1
- package/dist/esm-es5/parseStates-ed75e224.js +0 -1
- package/dist/esm-es5/sqm-email-verification_2.entry.js +0 -1
- package/dist/esm-es5/sqm-partner-info-modal-view-5709904e.js +0 -1
- package/dist/esm-es5/sqm-portal-container-view-a8c708cd.js +0 -1
- package/dist/esm-es5/sqm-user-info-form-view-d13f9d3e.js +0 -1
- package/dist/esm-es5/utils-17daa419.js +0 -1
- package/dist/mint-components/p-00046ec1.js +0 -116
- package/dist/mint-components/p-00dd7f08.js +0 -1
- package/dist/mint-components/p-0102ad17.system.entry.js +0 -1
- package/dist/mint-components/p-0a6489fa.entry.js +0 -1
- package/dist/mint-components/p-115dfc03.system.js +0 -1
- package/dist/mint-components/p-13f3a647.js +0 -1
- package/dist/mint-components/p-1d86895f.system.js +0 -1
- package/dist/mint-components/p-1f387c7b.system.js +0 -1
- package/dist/mint-components/p-1faa6ddf.system.entry.js +0 -1
- package/dist/mint-components/p-28ed2ae9.js +0 -1
- package/dist/mint-components/p-31edeff4.system.js +0 -1
- package/dist/mint-components/p-3254fbb4.entry.js +0 -291
- package/dist/mint-components/p-4034f157.js +0 -1
- package/dist/mint-components/p-4691e9d5.system.js +0 -1
- package/dist/mint-components/p-4a8ffa03.system.js +0 -1
- package/dist/mint-components/p-4e34bcb1.system.js +0 -1
- package/dist/mint-components/p-4f9dc974.js +0 -1
- package/dist/mint-components/p-53d90eb5.js +0 -463
- package/dist/mint-components/p-5e300ec1.system.js +0 -6
- package/dist/mint-components/p-6af71f23.entry.js +0 -9
- package/dist/mint-components/p-6c23abd8.entry.js +0 -1
- package/dist/mint-components/p-6f8dde97.system.js +0 -1
- package/dist/mint-components/p-753d06ef.entry.js +0 -133
- package/dist/mint-components/p-7699d40a.system.entry.js +0 -1
- package/dist/mint-components/p-7aace2b3.system.js +0 -1
- package/dist/mint-components/p-87f86492.js +0 -1
- package/dist/mint-components/p-8ae8968c.js +0 -1
- package/dist/mint-components/p-8f15bf17.entry.js +0 -1
- package/dist/mint-components/p-99eecdcb.system.entry.js +0 -1
- package/dist/mint-components/p-9b15ee47.system.js +0 -1
- package/dist/mint-components/p-a49d9288.entry.js +0 -1
- package/dist/mint-components/p-b0ab1065.system.entry.js +0 -1
- package/dist/mint-components/p-b1b20d42.entry.js +0 -11
- package/dist/mint-components/p-b52a7da9.system.entry.js +0 -1
- package/dist/mint-components/p-b699f76e.system.js +0 -1
- package/dist/mint-components/p-b6a1e2ac.js +0 -1
- package/dist/mint-components/p-b7370480.js +0 -1
- package/dist/mint-components/p-badf28bb.system.js +0 -1
- package/dist/mint-components/p-c41d536d.entry.js +0 -1
- package/dist/mint-components/p-ce7d824b.js +0 -49
- package/dist/mint-components/p-d08408b3.entry.js +0 -1
- package/dist/mint-components/p-d1c1c2c9.entry.js +0 -116
- package/dist/mint-components/p-d6ccb6fc.entry.js +0 -1
- package/dist/mint-components/p-e93cdcbd.system.js +0 -1
- package/dist/mint-components/p-eb285d38.system.entry.js +0 -1
- package/dist/mint-components/p-f782ff10.system.entry.js +0 -1
- package/dist/types/components/sqm-partner-info-modal/PartnerInfoModal.stories.d.ts +0 -15
- package/dist/types/components/sqm-partner-info-modal/sqm-partner-info-modal-view.d.ts +0 -50
- package/dist/types/components/sqm-partner-info-modal/sqm-partner-info-modal.d.ts +0 -122
- package/dist/types/components/sqm-partner-info-modal/usePartnerInfoModal.d.ts +0 -17
- package/dist/types/components/sqm-widget-verification/WidgetVerification.stories.d.ts +0 -8
- package/docs/stats.json +0 -122783
|
@@ -2,9 +2,6 @@ import { h } from "@stencil/core";
|
|
|
2
2
|
export default {
|
|
3
3
|
title: "Components/Tax And Cash Rewards Table Cell",
|
|
4
4
|
};
|
|
5
|
-
// Reusable timestamps (current date is May 2026)
|
|
6
|
-
const PAST = 1640995200000; // Jan 1, 2022
|
|
7
|
-
const FUTURE = 2779257600000; // ~2058
|
|
8
5
|
const cashReward = {
|
|
9
6
|
id: "68c34fd98a6cb4f5f8394084",
|
|
10
7
|
type: "CREDIT",
|
|
@@ -24,13 +21,13 @@ const cashReward = {
|
|
|
24
21
|
name: "Cash",
|
|
25
22
|
},
|
|
26
23
|
name: null,
|
|
27
|
-
dateCreated:
|
|
28
|
-
dateScheduledFor:
|
|
29
|
-
dateGiven:
|
|
24
|
+
dateCreated: 1757630425085,
|
|
25
|
+
dateScheduledFor: 1757631025115,
|
|
26
|
+
dateGiven: 1757630737115,
|
|
30
27
|
dateExpires: null,
|
|
31
28
|
dateCancelled: null,
|
|
32
|
-
dateRedeemed:
|
|
33
|
-
dateModified:
|
|
29
|
+
dateRedeemed: 1757630737115,
|
|
30
|
+
dateModified: 1757630737115,
|
|
34
31
|
rewardSource: "MANUAL",
|
|
35
32
|
fuelTankCode: null,
|
|
36
33
|
fuelTankType: null,
|
|
@@ -63,237 +60,154 @@ const cashReward = {
|
|
|
63
60
|
},
|
|
64
61
|
referral: null,
|
|
65
62
|
description: null,
|
|
66
|
-
statuses: [],
|
|
63
|
+
statuses: ["REDEEMED"],
|
|
67
64
|
rewardRedemptionTransactions: {
|
|
68
65
|
data: null,
|
|
69
66
|
},
|
|
70
67
|
exchangedRewardRedemptionTransaction: null,
|
|
71
68
|
pendingReasons: [],
|
|
72
|
-
rewardedCash: true,
|
|
73
69
|
};
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
70
|
+
const pending = {
|
|
71
|
+
statuses: ["PENDING"],
|
|
72
|
+
};
|
|
73
|
+
const payoutSent = {
|
|
74
|
+
statuses: ["PAYOUT_APPROVED"],
|
|
75
|
+
};
|
|
76
|
+
const payoutFailed = {
|
|
77
|
+
statuses: ["PAYOUT_FAILED"],
|
|
78
|
+
};
|
|
79
|
+
const payoutCancelled = {
|
|
80
|
+
statuses: ["PAYOUT_CANCELLED"],
|
|
81
|
+
dateCancelled: 1355612521321,
|
|
82
|
+
};
|
|
83
|
+
const processingPFT = {
|
|
84
|
+
partnerFundsTransfer: {
|
|
85
|
+
id: "123",
|
|
86
|
+
status: null,
|
|
87
|
+
dateCreated: 1355612521321,
|
|
88
|
+
dateScheduled: 2779257600000,
|
|
89
|
+
dateTransferred: null,
|
|
90
90
|
},
|
|
91
91
|
};
|
|
92
|
-
const
|
|
92
|
+
const taxConnection = {
|
|
93
93
|
connected: true,
|
|
94
94
|
taxHandlingEnabled: true,
|
|
95
|
-
connectionStatus: "COMPLETED",
|
|
96
95
|
publisher: {
|
|
97
|
-
requiredTaxDocumentType: "
|
|
96
|
+
requiredTaxDocumentType: "W8BEN",
|
|
98
97
|
currentTaxDocument: {
|
|
99
|
-
status: "
|
|
100
|
-
type: "
|
|
101
|
-
dateCreated:
|
|
98
|
+
status: "NOT_VERIFIED",
|
|
99
|
+
type: "W8BEN",
|
|
100
|
+
dateCreated: 321321487,
|
|
101
|
+
},
|
|
102
|
+
withdrawalSettings: {
|
|
103
|
+
paymentMethod: "BANK_TRANSFER",
|
|
102
104
|
},
|
|
103
|
-
withdrawalSettings: null,
|
|
104
105
|
payoutsAccount: null,
|
|
105
106
|
},
|
|
106
107
|
};
|
|
107
|
-
const
|
|
108
|
-
|
|
109
|
-
taxHandlingEnabled: true,
|
|
110
|
-
connectionStatus: "NOT_STARTED",
|
|
111
|
-
publisher: null,
|
|
108
|
+
export const CashReward = () => {
|
|
109
|
+
return (h("sqm-rewards-table-reward-cell", { reward: { ...cashReward }, availableText: "{availableAmount} remaining" }));
|
|
112
110
|
};
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
export const StatusCellFraudDenied = () => (h("sqm-rewards-table-status-cell", { statusText: "Denied", reward: {
|
|
123
|
-
...cashReward,
|
|
124
|
-
referral: { fraudData: { moderationStatus: "DENIED" } },
|
|
125
|
-
}, taxConnection: fullySetupTaxConnection }));
|
|
126
|
-
// 2. Fraud check is still pending review → status is Pending Review
|
|
127
|
-
export const StatusCellFraudPendingReview = () => (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: {
|
|
128
|
-
...cashReward,
|
|
129
|
-
referral: { fraudData: { moderationStatus: "PENDING" } },
|
|
130
|
-
}, taxConnection: fullySetupTaxConnection }));
|
|
131
|
-
// 3. Partner funds transfer was reversed → status is Payout Cancelled
|
|
132
|
-
export const StatusCellPayoutCancelled = () => (h("sqm-rewards-table-status-cell", { statusText: "Payout Cancelled", reward: {
|
|
133
|
-
...cashReward,
|
|
134
|
-
partnerFundsTransfer: {
|
|
135
|
-
id: "pft-reversed",
|
|
136
|
-
status: "REVERSED",
|
|
137
|
-
dateCreated: PAST,
|
|
138
|
-
dateScheduled: PAST,
|
|
139
|
-
dateTransferred: null,
|
|
140
|
-
},
|
|
141
|
-
}, taxConnection: fullySetupTaxConnection }));
|
|
142
|
-
// 4. Partner funds transfer is overdue → status is Payout Failed
|
|
143
|
-
export const StatusCellPayoutFailed = () => (h("sqm-rewards-table-status-cell", { statusText: "Payout Failed", reward: {
|
|
144
|
-
...cashReward,
|
|
145
|
-
partnerFundsTransfer: {
|
|
146
|
-
id: "pft-overdue",
|
|
147
|
-
status: "OVERDUE",
|
|
148
|
-
dateCreated: PAST,
|
|
149
|
-
dateScheduled: PAST,
|
|
150
|
-
dateTransferred: null,
|
|
151
|
-
},
|
|
152
|
-
}, taxConnection: fullySetupTaxConnection }));
|
|
153
|
-
// 5. Connected partner has not finished withdrawal settings setup → status is Pending
|
|
154
|
-
export const StatusCellPartnerCreatedSetupStartedButIncomplete = () => (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: {
|
|
155
|
-
...cashReward,
|
|
156
|
-
partnerFundsTransfer: {
|
|
157
|
-
id: "pft-not-yet-due",
|
|
158
|
-
status: "NOT_YET_DUE",
|
|
159
|
-
dateCreated: PAST,
|
|
160
|
-
dateScheduled: FUTURE,
|
|
161
|
-
dateTransferred: null,
|
|
162
|
-
},
|
|
163
|
-
}, taxConnection: connectedNoWithdrawalSettings }));
|
|
164
|
-
// Reward is pending US_TAX and the partner has not been created yet → shows the partner-setup prompt
|
|
165
|
-
export const StatusCellPartnerNotCreatedSetupNotStarted = () => (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: {
|
|
166
|
-
...cashReward,
|
|
167
|
-
statuses: ["PENDING"],
|
|
168
|
-
pendingReasons: ["US_TAX"],
|
|
169
|
-
}, taxConnection: notConnectedTaxConnection }));
|
|
170
|
-
// 6. Reward has MISSING_PAYOUT_CONFIGURATION pending reason and no withdrawal settings → status is Pending
|
|
171
|
-
export const StatusCellMissingPayoutConfiguration = () => (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: {
|
|
172
|
-
...cashReward,
|
|
173
|
-
statuses: ["PENDING"],
|
|
174
|
-
pendingReasons: ["MISSING_PAYOUT_CONFIGURATION"],
|
|
175
|
-
}, taxConnection: connectedNoWithdrawalSettings }));
|
|
176
|
-
// 7. Partner funds transfer is scheduled for a future date → status is Processing
|
|
177
|
-
export const StatusCellPayoutProcessing = () => (h("sqm-rewards-table-status-cell", { statusText: "Processing", reward: {
|
|
178
|
-
...cashReward,
|
|
179
|
-
partnerFundsTransfer: {
|
|
180
|
-
id: "pft-processing",
|
|
181
|
-
status: null,
|
|
182
|
-
dateCreated: PAST,
|
|
183
|
-
dateScheduled: FUTURE,
|
|
184
|
-
dateTransferred: null,
|
|
185
|
-
},
|
|
186
|
-
}, taxConnection: fullySetupTaxConnection }));
|
|
187
|
-
// 8. Partner funds transfer has been transferred → status is Payout Approved
|
|
188
|
-
export const StatusCellPayoutApproved = () => (h("sqm-rewards-table-status-cell", { statusText: "Payout Approved", reward: {
|
|
189
|
-
...cashReward,
|
|
190
|
-
partnerFundsTransfer: {
|
|
191
|
-
id: "pft-transferred",
|
|
192
|
-
status: "TRANSFERRED",
|
|
193
|
-
dateCreated: PAST,
|
|
194
|
-
dateScheduled: PAST,
|
|
195
|
-
dateTransferred: PAST,
|
|
196
|
-
},
|
|
197
|
-
}, taxConnection: fullySetupTaxConnection }));
|
|
198
|
-
// 9. Reward has a cancellation date set → status is Cancelled
|
|
199
|
-
export const StatusCellRewardCancelled = () => (h("sqm-rewards-table-status-cell", { statusText: "Cancelled", reward: {
|
|
200
|
-
...cashReward,
|
|
201
|
-
statuses: ["CANCELLED"],
|
|
202
|
-
dateCancelled: PAST,
|
|
203
|
-
}, taxConnection: fullySetupTaxConnection }));
|
|
204
|
-
// 10. Reward statuses include EXPIRED → status is Expired
|
|
205
|
-
export const StatusCellRewardExpired = () => (h("sqm-rewards-table-status-cell", { statusText: "Expired", reward: {
|
|
206
|
-
...cashReward,
|
|
207
|
-
statuses: ["EXPIRED"],
|
|
208
|
-
dateExpires: PAST,
|
|
209
|
-
}, taxConnection: fullySetupTaxConnection }));
|
|
210
|
-
// 11. Reward is pending and scheduled for a future date → status is Pending with the scheduled date shown
|
|
211
|
-
export const StatusCellPendingScheduled = () => (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: {
|
|
212
|
-
...cashReward,
|
|
213
|
-
statuses: ["PENDING"],
|
|
214
|
-
pendingReasons: ["SCHEDULED"],
|
|
215
|
-
dateScheduledFor: FUTURE,
|
|
216
|
-
}, taxConnection: fullySetupTaxConnection }));
|
|
217
|
-
// 12. Reward does not match any precedence rule → no badge text, no description
|
|
218
|
-
export const StatusCellNoMatchingRule = () => (h("sqm-rewards-table-status-cell", { statusText: "", reward: {
|
|
219
|
-
...cashReward,
|
|
220
|
-
statuses: [],
|
|
221
|
-
}, taxConnection: fullySetupTaxConnection }));
|
|
222
|
-
// ============================================================
|
|
223
|
-
// US_TAX getTaxPendingReasons branches (Pending Description Resolution § 5)
|
|
224
|
-
// ============================================================
|
|
225
|
-
// Reward is pending US_TAX but tax handling is disabled → shows "W-9 required"
|
|
226
|
-
export const StatusCellPendingW9Required = () => (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: {
|
|
227
|
-
...cashReward,
|
|
228
|
-
statuses: ["PENDING"],
|
|
229
|
-
pendingReasons: ["US_TAX"],
|
|
230
|
-
}, taxConnection: { ...fullySetupTaxConnection, taxHandlingEnabled: false } }));
|
|
231
|
-
// Partner is connected but has not submitted any tax documents → shows the submit-tax-docs prompt
|
|
232
|
-
export const StatusCellPendingTaxSubmission = () => (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: {
|
|
233
|
-
...cashReward,
|
|
234
|
-
statuses: ["PENDING"],
|
|
235
|
-
pendingReasons: ["US_TAX"],
|
|
236
|
-
}, taxConnection: {
|
|
237
|
-
...fullySetupTaxConnection,
|
|
238
|
-
publisher: {
|
|
239
|
-
...fullySetupTaxConnection.publisher,
|
|
240
|
-
currentTaxDocument: null,
|
|
241
|
-
},
|
|
242
|
-
} }));
|
|
243
|
-
// Partner's tax document is inactive (rejected) → shows the submit-a-new-form prompt
|
|
244
|
-
export const StatusCellPendingNewTaxForm = () => (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: {
|
|
245
|
-
...cashReward,
|
|
246
|
-
statuses: ["PENDING"],
|
|
247
|
-
pendingReasons: ["US_TAX"],
|
|
248
|
-
}, taxConnection: {
|
|
249
|
-
...fullySetupTaxConnection,
|
|
250
|
-
publisher: {
|
|
251
|
-
...fullySetupTaxConnection.publisher,
|
|
252
|
-
currentTaxDocument: {
|
|
253
|
-
status: "INACTIVE",
|
|
254
|
-
type: "W9",
|
|
255
|
-
dateCreated: PAST,
|
|
111
|
+
export const StatusCellPendingTaxReview = () => {
|
|
112
|
+
return (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: { ...cashReward, ...pending, pendingReasons: ["US_TAX"] }, taxConnection: {
|
|
113
|
+
...taxConnection,
|
|
114
|
+
publisher: {
|
|
115
|
+
requiredTaxDocumentType: "W8BEN",
|
|
116
|
+
currentTaxDocument: {
|
|
117
|
+
status: "",
|
|
118
|
+
},
|
|
119
|
+
...taxConnection.publisher,
|
|
256
120
|
},
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
121
|
+
} }));
|
|
122
|
+
};
|
|
123
|
+
export const StatusCellPendingNewTaxForm = () => {
|
|
124
|
+
return (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: {
|
|
125
|
+
...cashReward,
|
|
126
|
+
statuses: ["PENDING"],
|
|
127
|
+
pendingReasons: ["US_TAX"],
|
|
128
|
+
}, taxConnection: {
|
|
129
|
+
connected: true,
|
|
130
|
+
taxHandlingEnabled: true,
|
|
131
|
+
publisher: {
|
|
132
|
+
requiredTaxDocumentType: "W8BEN",
|
|
133
|
+
withdrawalSettings: {
|
|
134
|
+
paymentMethod: "BANK_TRANSFER",
|
|
135
|
+
},
|
|
136
|
+
payoutsAccount: null,
|
|
137
|
+
currentTaxDocument: {
|
|
138
|
+
status: "INACTIVE",
|
|
139
|
+
type: "W8BEN",
|
|
140
|
+
dateCreated: 321321487,
|
|
141
|
+
},
|
|
272
142
|
},
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
143
|
+
} }));
|
|
144
|
+
};
|
|
145
|
+
export const StatusCellPendingTaxSubmission = () => {
|
|
146
|
+
return (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: { ...cashReward, ...pending, pendingReasons: ["US_TAX"] }, taxConnection: {
|
|
147
|
+
...taxConnection,
|
|
148
|
+
publisher: {
|
|
149
|
+
...taxConnection.publisher,
|
|
150
|
+
requiredTaxDocumentType: "W8BEN",
|
|
151
|
+
currentTaxDocument: null,
|
|
152
|
+
},
|
|
153
|
+
} }));
|
|
154
|
+
};
|
|
155
|
+
export const StatusCellPendingPartnerCreation = () => {
|
|
156
|
+
return (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: {
|
|
157
|
+
...cashReward,
|
|
158
|
+
...pending,
|
|
159
|
+
pendingReasons: ["US_TAX"],
|
|
160
|
+
}, taxConnection: {
|
|
161
|
+
...taxConnection,
|
|
162
|
+
connected: false,
|
|
163
|
+
} }));
|
|
164
|
+
};
|
|
165
|
+
export const StatusCellPendingW9 = () => {
|
|
166
|
+
return (h("sqm-rewards-table-status-cell", { statusText: "Pending", reward: {
|
|
167
|
+
...cashReward,
|
|
168
|
+
...pending,
|
|
169
|
+
pendingReasons: ["US_TAX"],
|
|
170
|
+
}, taxConnection: {
|
|
171
|
+
...taxConnection,
|
|
172
|
+
taxHandlingEnabled: false,
|
|
173
|
+
} }));
|
|
174
|
+
};
|
|
175
|
+
export const StatusCellPayoutSent = () => {
|
|
176
|
+
return (h("sqm-rewards-table-status-cell", { statusText: "Payout Sent", reward: {
|
|
177
|
+
...cashReward,
|
|
178
|
+
partnerFundsTransfer: {
|
|
179
|
+
id: "transfer-123",
|
|
180
|
+
status: "TRANSFERRED",
|
|
181
|
+
dateScheduled: 1640995200000,
|
|
182
|
+
dateTransferred: 1640995200000,
|
|
183
|
+
dateCreated: 1640995200000,
|
|
184
|
+
},
|
|
185
|
+
}, taxConnection: taxConnection }));
|
|
186
|
+
};
|
|
187
|
+
export const StatusCellPayoutFailed = () => {
|
|
188
|
+
return (h("sqm-rewards-table-status-cell", { statusText: "Payout Failed", reward: {
|
|
189
|
+
...cashReward,
|
|
190
|
+
partnerFundsTransfer: {
|
|
191
|
+
id: "transfer-failed",
|
|
192
|
+
status: "OVERDUE",
|
|
193
|
+
dateScheduled: 1640995200000,
|
|
194
|
+
dateTransferred: null,
|
|
195
|
+
dateCreated: 1640995200000,
|
|
196
|
+
},
|
|
197
|
+
} }));
|
|
198
|
+
};
|
|
199
|
+
export const StatusCellPayoutProcessing = () => {
|
|
200
|
+
return (h("sqm-rewards-table-status-cell", { statusText: "Payment Processing", reward: { ...cashReward, ...processingPFT } }));
|
|
201
|
+
};
|
|
202
|
+
export const StatusCellPayoutCancelled = () => {
|
|
203
|
+
return (h("sqm-rewards-table-status-cell", { statusText: "Payout Cancelled", reward: {
|
|
204
|
+
...cashReward,
|
|
205
|
+
partnerFundsTransfer: {
|
|
206
|
+
id: "transfer-reversed",
|
|
207
|
+
status: "REVERSED",
|
|
208
|
+
dateScheduled: 1640995200000,
|
|
209
|
+
dateTransferred: null,
|
|
210
|
+
dateCreated: 1640995200000,
|
|
211
|
+
},
|
|
212
|
+
} }));
|
|
213
|
+
};
|
|
@@ -68,7 +68,7 @@ export class RewardTableStatusCell {
|
|
|
68
68
|
this.pendingTaxReview = "Awaiting tax form review.";
|
|
69
69
|
this.pendingNewTaxForm = "Invalid tax form. Submit a new form to receive your rewards.";
|
|
70
70
|
this.pendingTaxSubmission = "Submit your tax documents to receive your rewards.";
|
|
71
|
-
this.pendingPartnerCreation = "Complete your cash payout setup to receive your rewards.";
|
|
71
|
+
this.pendingPartnerCreation = "Complete your tax and cash payout setup to receive your rewards.";
|
|
72
72
|
this.pendingScheduled = "Until";
|
|
73
73
|
this.pendingUnhandled = "Fulfillment error";
|
|
74
74
|
this.pendingReviewText = "Awaiting review";
|
|
@@ -79,26 +79,16 @@ export class RewardTableStatusCell {
|
|
|
79
79
|
this.payoutProcessing = "Processing until {date}. Payout is then scheduled based on your settings.";
|
|
80
80
|
}
|
|
81
81
|
rewardStatus(reward) {
|
|
82
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j
|
|
82
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
83
83
|
const hasExpired = (_a = reward.statuses) === null || _a === void 0 ? void 0 : _a.includes("EXPIRED");
|
|
84
84
|
const isPending = (_b = reward.statuses) === null || _b === void 0 ? void 0 : _b.includes("PENDING");
|
|
85
85
|
const integrationOrFueltankReward = reward.type === "INTEGRATION" || reward.type === "FUELTANK";
|
|
86
|
-
// AL: TODO Scott said we should change this to use pendingReasons instead of fraudStatus - probably dont want to change this for backwards compatibility
|
|
87
86
|
const fraudStatus = (_d = (_c = reward.referral) === null || _c === void 0 ? void 0 : _c.fraudData) === null || _d === void 0 ? void 0 : _d.moderationStatus;
|
|
88
87
|
if (fraudStatus === "DENIED")
|
|
89
88
|
return "DENIED";
|
|
90
89
|
if (fraudStatus === "PENDING")
|
|
91
90
|
return "PENDING_REVIEW";
|
|
92
|
-
const
|
|
93
|
-
console.log(this.reward, "reward in status cell");
|
|
94
|
-
// pft can now be created before withdrawal settings exist
|
|
95
|
-
if (isCashReward) {
|
|
96
|
-
if (!((_e = this.taxConnection) === null || _e === void 0 ? void 0 : _e.connected) ||
|
|
97
|
-
(((_f = this.taxConnection) === null || _f === void 0 ? void 0 : _f.connected) &&
|
|
98
|
-
!((_h = (_g = this.taxConnection) === null || _g === void 0 ? void 0 : _g.publisher) === null || _h === void 0 ? void 0 : _h.withdrawalSettings)))
|
|
99
|
-
return "PENDING";
|
|
100
|
-
}
|
|
101
|
-
const partnerTransferStatus = (_j = reward.partnerFundsTransfer) === null || _j === void 0 ? void 0 : _j.status;
|
|
91
|
+
const partnerTransferStatus = (_e = reward.partnerFundsTransfer) === null || _e === void 0 ? void 0 : _e.status;
|
|
102
92
|
if (reward.partnerFundsTransfer) {
|
|
103
93
|
if (partnerTransferStatus === "REVERSED")
|
|
104
94
|
return "PAYOUT_CANCELLED";
|
|
@@ -123,24 +113,24 @@ export class RewardTableStatusCell {
|
|
|
123
113
|
if (isPending)
|
|
124
114
|
return "PENDING";
|
|
125
115
|
if (reward.type === "CREDIT") {
|
|
126
|
-
return ((
|
|
116
|
+
return ((_f = reward.statuses) === null || _f === void 0 ? void 0 : _f.includes("REDEEMED")) ? "REDEEMED" : "AVAILABLE";
|
|
127
117
|
}
|
|
128
|
-
if (reward.type === "PCT_DISCOUNT" && ((
|
|
118
|
+
if (reward.type === "PCT_DISCOUNT" && ((_g = reward.statuses) === null || _g === void 0 ? void 0 : _g.includes("AVAILABLE"))) {
|
|
129
119
|
return "AVAILABLE";
|
|
130
120
|
}
|
|
131
121
|
if (integrationOrFueltankReward && isPending) {
|
|
132
122
|
return "PENDING";
|
|
133
123
|
}
|
|
134
|
-
if (integrationOrFueltankReward && ((
|
|
124
|
+
if (integrationOrFueltankReward && ((_h = reward.statuses) === null || _h === void 0 ? void 0 : _h.includes("CANCELLED"))) {
|
|
135
125
|
return "CANCELLED";
|
|
136
126
|
}
|
|
137
|
-
if (integrationOrFueltankReward && ((
|
|
127
|
+
if (integrationOrFueltankReward && ((_j = reward.statuses) === null || _j === void 0 ? void 0 : _j.includes("AVAILABLE"))) {
|
|
138
128
|
return "AVAILABLE";
|
|
139
129
|
}
|
|
140
130
|
return "";
|
|
141
131
|
}
|
|
142
132
|
getTaxPendingReasons(reward, taxConnection) {
|
|
143
|
-
var _a, _b, _c, _d, _e
|
|
133
|
+
var _a, _b, _c, _d, _e;
|
|
144
134
|
if ((_a = reward === null || reward === void 0 ? void 0 : reward.pendingReasons) === null || _a === void 0 ? void 0 : _a.includes("US_TAX")) {
|
|
145
135
|
if (!(taxConnection === null || taxConnection === void 0 ? void 0 : taxConnection.taxHandlingEnabled))
|
|
146
136
|
return this.pendingUsTax;
|
|
@@ -155,22 +145,12 @@ export class RewardTableStatusCell {
|
|
|
155
145
|
if (status === "NOT_VERIFIED")
|
|
156
146
|
return this.pendingTaxReview;
|
|
157
147
|
}
|
|
158
|
-
if (!((_d = taxConnection === null || taxConnection === void 0 ? void 0 : taxConnection.publisher) === null || _d === void 0 ? void 0 : _d.withdrawalSettings))
|
|
148
|
+
if (!((_d = taxConnection === null || taxConnection === void 0 ? void 0 : taxConnection.publisher) === null || _d === void 0 ? void 0 : _d.withdrawalSettings))
|
|
159
149
|
return this.pendingPartnerCreation;
|
|
160
|
-
}
|
|
161
150
|
}
|
|
162
151
|
if ((_e = reward === null || reward === void 0 ? void 0 : reward.pendingReasons) === null || _e === void 0 ? void 0 : _e.includes("MISSING_PAYOUT_CONFIGURATION")) {
|
|
163
152
|
return this.pendingPartnerCreation;
|
|
164
153
|
}
|
|
165
|
-
// Fallback: when rewardStatus() forced PENDING because the user is
|
|
166
|
-
// connected but hasn't set up withdrawal settings (no pendingReasons
|
|
167
|
-
// were returned by the API, e.g. for credit rewards with a PFT).
|
|
168
|
-
if (reward.rewardedCash) {
|
|
169
|
-
if (!(taxConnection === null || taxConnection === void 0 ? void 0 : taxConnection.connected) ||
|
|
170
|
-
((taxConnection === null || taxConnection === void 0 ? void 0 : taxConnection.connected) &&
|
|
171
|
-
!((_f = taxConnection === null || taxConnection === void 0 ? void 0 : taxConnection.publisher) === null || _f === void 0 ? void 0 : _f.withdrawalSettings)))
|
|
172
|
-
return this.pendingPartnerCreation;
|
|
173
|
-
}
|
|
174
154
|
return "";
|
|
175
155
|
}
|
|
176
156
|
getBadgeType(rewardStatus) {
|
|
@@ -467,7 +447,7 @@ export class RewardTableStatusCell {
|
|
|
467
447
|
},
|
|
468
448
|
"attribute": "pending-partner-creation",
|
|
469
449
|
"reflect": false,
|
|
470
|
-
"defaultValue": "\"Complete your cash payout setup to receive your rewards.\""
|
|
450
|
+
"defaultValue": "\"Complete your tax and cash payout setup to receive your rewards.\""
|
|
471
451
|
},
|
|
472
452
|
"pendingScheduled": {
|
|
473
453
|
"type": "string",
|
|
@@ -415,7 +415,6 @@ function useDemoShareCode(props) {
|
|
|
415
415
|
borderRadius: props.borderRadius,
|
|
416
416
|
borderColor: props.borderColor,
|
|
417
417
|
buttonType: props.buttonType,
|
|
418
|
-
rewardStatus: "AVAILABLE",
|
|
419
418
|
open,
|
|
420
419
|
onClick: () => {
|
|
421
420
|
// Should well supported: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard#browser_compatibility
|