@saasquatch/mint-components 1.12.0-2 → 1.12.0-20
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-13173901.js → ShadowViewAddon-040cffad.js} +38 -36
- package/dist/cjs/extractProps-fd93ba62.js +21 -0
- package/dist/cjs/{global-e4ebdbcc.js → global-c3637175.js} +10 -161
- package/dist/cjs/{index.module-236d0403.js → index.module-b8d9d0ba.js} +228 -1392
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/{luxon-20eafbd9.js → luxon-05098e19.js} +1 -1
- package/dist/cjs/mint-components.cjs.js +4 -4
- package/dist/cjs/{mockRewardData-3c470512.js → mockRewardData-4258e067.js} +1 -1
- package/dist/cjs/{re-render-5de6631a.js → re-render-5bde3d2e.js} +2 -2
- package/dist/cjs/sqm-asset-card.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-banking-info-form_16.cjs.entry.js → sqm-banking-info-form_17.cjs.entry.js} +1175 -548
- package/dist/cjs/sqm-big-stat_39.cjs.entry.js +247 -127
- package/dist/cjs/sqm-close-button.cjs.entry.js +3 -3
- package/dist/cjs/sqm-context-router.cjs.entry.js +3 -3
- package/dist/cjs/sqm-email-verification.cjs.entry.js +150 -20
- package/dist/cjs/sqm-empty_4.cjs.entry.js +7 -7
- package/dist/cjs/sqm-form-message.cjs.entry.js +2 -2
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +3 -3
- package/dist/cjs/sqm-header-logo.cjs.entry.js +2 -2
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-invoice-table-view-dbba9bb4.js → sqm-invoice-table-view-4fcf021f.js} +155 -4
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +8 -9
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +7 -8
- package/dist/cjs/{sqm-navigation-sidebar-item-view-fc865ecf.js → sqm-navigation-sidebar-item-view-a2135064.js} +1 -1
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
- package/dist/cjs/sqm-password-field.cjs.entry.js +4 -4
- package/dist/cjs/sqm-popup-container.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-email-verification-view-4bc2760b.js → sqm-portal-email-verification-view-050dbe0f.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +5 -5
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-portal-profile-view-cbab7c80.js → sqm-portal-profile-view-d97086bc.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +11 -12
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +6 -7
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +4 -4
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -3
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +16 -17
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +6 -6
- package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +4 -4
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +61 -62
- package/dist/cjs/sqm-scroll.cjs.entry.js +2 -2
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +117 -48
- package/dist/cjs/sqm-tab.cjs.entry.js +4 -4
- package/dist/cjs/sqm-tabs.cjs.entry.js +5 -5
- package/dist/cjs/sqm-text-span.cjs.entry.js +2 -2
- package/dist/cjs/sqm-widget-verification-controller.cjs.entry.js +113 -0
- package/dist/cjs/sqm-widget-verification.cjs.entry.js +168 -107
- package/dist/cjs/{stencil-hooks.module-a5a04d8a.js → stencil-hooks.module-72742a0b.js} +4 -1
- package/dist/cjs/{useChildElements-23beb180.js → useChildElements-410d2435.js} +2 -2
- package/dist/cjs/{useInstantAccessRegistration-7c125c00.js → useInstantAccessRegistration-ccf81eae.js} +3 -3
- package/dist/cjs/usePayoutStatus-8f924372.js +1045 -0
- package/dist/cjs/{useReferralTable-54d0ba70.js → useReferralTable-824ac152.js} +13 -14
- package/dist/cjs/{useRegistrationFormState-e7e820d0.js → useRegistrationFormState-f9ce55be.js} +2 -2
- package/dist/cjs/useVerificationEmail-2eb28c2a.js +173 -0
- package/dist/cjs/{utilities-ac5b5f2c.js → utilities-f7de6c04.js} +2 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/sqm-big-stat/useBigStat.js +6 -3
- package/dist/collection/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.js +7 -0
- package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll-view.js +2 -1
- package/dist/collection/components/sqm-payout-button-scroll/sqm-payout-button-scroll.js +5 -1
- package/dist/collection/components/sqm-payout-button-scroll/usePayoutButton.js +3 -10
- package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +7 -1
- package/dist/collection/components/sqm-referral-table/ReferralTableRewardsCell.stories.js +16 -4
- package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +7 -12
- package/dist/collection/components/sqm-text/sqm-text.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +7 -0
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +2 -2
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +30 -7
- package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +32 -26
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.js +22 -6
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +10 -6
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.js +37 -10
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +21 -44
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +120 -0
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +513 -118
- package/dist/collection/components/sqm-widget-verification/useVerificationEmail.js +169 -0
- package/dist/collection/components/tax-and-cash/BankingForm.stories.js +19 -0
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +149 -3
- package/dist/collection/components/tax-and-cash/eventKeys.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +12 -2
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +128 -14
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +15 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +0 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +12 -2
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +31 -6
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +3 -0
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.js +26 -8
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +33 -8
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +3 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/PayoutDetailsCard.stories.js +0 -7
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.js +0 -5
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +0 -56
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +7 -1
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +92 -9
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +269 -6
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +44 -18
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +6 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +55 -22
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +138 -9
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +283 -17
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +17 -2
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +19 -9
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +31 -6
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +16 -11
- package/dist/collection/components/tax-and-cash/useVeriffApp.js +64 -0
- package/dist/esm/{ShadowViewAddon-72e231a5.js → ShadowViewAddon-69b61037.js} +12 -10
- package/dist/esm/extractProps-ae1afbb3.js +19 -0
- package/dist/esm/{global-adae7650.js → global-6306a9b8.js} +10 -161
- package/dist/esm/{index.module-c0eb7dc2.js → index.module-6c840c4e.js} +222 -1389
- package/dist/esm/{keys-a1496e39.js → keys-406491dc.js} +1 -1
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
- package/dist/esm/mint-components.js +4 -4
- package/dist/esm/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
- package/dist/esm/{re-render-5882a144.js → re-render-1bcfd0de.js} +2 -2
- package/dist/esm/sqm-asset-card.entry.js +2 -2
- package/dist/esm/{sqm-banking-info-form_16.entry.js → sqm-banking-info-form_17.entry.js} +835 -209
- package/dist/esm/sqm-big-stat_39.entry.js +192 -72
- package/dist/esm/sqm-close-button.entry.js +2 -2
- package/dist/esm/sqm-context-router.entry.js +2 -2
- package/dist/esm/sqm-email-verification.entry.js +148 -18
- package/dist/esm/sqm-empty_4.entry.js +4 -4
- package/dist/esm/sqm-form-message.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +2 -2
- package/dist/esm/sqm-header-logo.entry.js +1 -1
- package/dist/esm/sqm-instant-access-registration.entry.js +5 -5
- package/dist/esm/{sqm-invoice-table-view-663674f2.js → sqm-invoice-table-view-b3127605.js} +155 -4
- package/dist/esm/sqm-leaderboard-rank.entry.js +3 -4
- package/dist/esm/sqm-logout-current-user.entry.js +2 -3
- package/dist/esm/{sqm-navigation-sidebar-item-view-4715e546.js → sqm-navigation-sidebar-item-view-f8e78810.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
- package/dist/esm/sqm-navigation-sidebar.entry.js +2 -2
- package/dist/esm/sqm-password-field.entry.js +3 -3
- package/dist/esm/sqm-popup-container.entry.js +2 -2
- package/dist/esm/{sqm-portal-email-verification-view-598eb9a7.js → sqm-portal-email-verification-view-c6ac5430.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
- package/dist/esm/sqm-portal-forgot-password.entry.js +3 -3
- package/dist/esm/sqm-portal-logout.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-a0f6ad48.js → sqm-portal-profile-view-15ddbec8.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +5 -6
- package/dist/esm/sqm-portal-protected-route.entry.js +2 -2
- package/dist/esm/sqm-portal-registration-form.entry.js +4 -5
- package/dist/esm/sqm-portal-reset-password.entry.js +3 -3
- package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +8 -9
- package/dist/esm/sqm-referred-registration.entry.js +5 -5
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +3 -3
- package/dist/esm/sqm-rewards-table_9.entry.js +8 -9
- package/dist/esm/sqm-scroll.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +115 -46
- package/dist/esm/sqm-tab.entry.js +3 -3
- package/dist/esm/sqm-tabs.entry.js +4 -4
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/sqm-widget-verification-controller.entry.js +109 -0
- package/dist/esm/sqm-widget-verification.entry.js +169 -108
- package/dist/esm/{stencil-hooks.module-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
- package/dist/esm/{useChildElements-fe94b660.js → useChildElements-fc84e640.js} +2 -2
- package/dist/esm/{useInstantAccessRegistration-670c1b98.js → useInstantAccessRegistration-8b0a4556.js} +3 -3
- package/dist/esm/usePayoutStatus-0bc0380f.js +1039 -0
- package/dist/esm/{useReferralTable-52008143.js → useReferralTable-f6ffa103.js} +4 -5
- package/dist/esm/{useRegistrationFormState-4cfd1a8d.js → useRegistrationFormState-849e27f7.js} +2 -2
- package/dist/esm/useVerificationEmail-2a21d0e3.js +171 -0
- package/dist/esm/{utilities-98445452.js → utilities-443732be.js} +2 -2
- package/dist/esm-es5/ShadowViewAddon-69b61037.js +1 -0
- package/dist/esm-es5/extractProps-ae1afbb3.js +1 -0
- package/dist/esm-es5/global-6306a9b8.js +285 -0
- package/dist/esm-es5/index.module-6c840c4e.js +1 -0
- package/dist/esm-es5/{keys-a1496e39.js → keys-406491dc.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-63e24900.js → luxon-7600be8d.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{mockRewardData-e6b763d1.js → mockRewardData-0eb6e778.js} +1 -1
- package/dist/esm-es5/{re-render-5882a144.js → re-render-1bcfd0de.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -0
- package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
- package/dist/esm-es5/sqm-close-button.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 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/sqm-header-logo.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-b3127605.js +1 -0
- 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-4715e546.js → sqm-navigation-sidebar-item-view-f8e78810.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-password-field.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-598eb9a7.js → sqm-portal-email-verification-view-c6ac5430.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-a0f6ad48.js → sqm-portal-profile-view-15ddbec8.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.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-referred-registration.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-scroll.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.entry.js +1 -1
- package/dist/esm-es5/sqm-widget-verification-controller.entry.js +1 -0
- package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
- package/dist/esm-es5/{stencil-hooks.module-3c7f7c90.js → stencil-hooks.module-ac12ca1c.js} +1 -1
- package/dist/esm-es5/useChildElements-fc84e640.js +1 -0
- package/dist/esm-es5/{useInstantAccessRegistration-670c1b98.js → useInstantAccessRegistration-8b0a4556.js} +1 -1
- package/dist/esm-es5/usePayoutStatus-0bc0380f.js +6 -0
- package/dist/esm-es5/useReferralTable-f6ffa103.js +1 -0
- package/dist/esm-es5/useRegistrationFormState-849e27f7.js +1 -0
- package/dist/esm-es5/useVerificationEmail-2a21d0e3.js +1 -0
- package/dist/esm-es5/{utilities-98445452.js → utilities-443732be.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-0ecb3019.js → p-0121e044.js} +1 -1
- package/dist/mint-components/p-012daf3c.entry.js +1 -0
- package/dist/mint-components/p-021ccc29.entry.js +25 -0
- package/dist/mint-components/{p-1e40967f.entry.js → p-03dbe2ce.entry.js} +1 -1
- package/dist/mint-components/{p-65a449de.js → p-04348a9b.js} +1 -1
- package/dist/mint-components/{p-14488d1c.system.entry.js → p-04ced592.system.entry.js} +1 -1
- package/dist/mint-components/{p-78a831e0.system.entry.js → p-0527d90b.system.entry.js} +1 -1
- package/dist/mint-components/p-0893073b.entry.js +1 -0
- package/dist/mint-components/p-0a94fe9f.system.entry.js +1 -0
- package/dist/mint-components/p-0c9ad5f3.system.entry.js +1 -0
- package/dist/mint-components/p-11d1b212.js +1 -0
- package/dist/mint-components/p-156e37c2.system.entry.js +1 -0
- package/dist/mint-components/{p-cdd04337.entry.js → p-178d2d2e.entry.js} +1 -1
- package/dist/mint-components/{p-ee328054.entry.js → p-1b861be5.entry.js} +1 -1
- package/dist/mint-components/{p-4209cd94.js → p-1d27da33.js} +4 -4
- package/dist/mint-components/{p-5a2fd8e0.system.entry.js → p-1f7d7524.system.entry.js} +1 -1
- package/dist/mint-components/{p-f0fba496.system.entry.js → p-22425c71.system.entry.js} +1 -1
- package/dist/mint-components/{p-9223640e.js → p-251e7567.js} +1 -1
- package/dist/mint-components/p-26468242.js +1 -0
- package/dist/mint-components/{p-1602bf01.js → p-2816bf6a.js} +1 -1
- package/dist/mint-components/p-2868f475.entry.js +1 -0
- package/dist/mint-components/{p-0979f82e.system.js → p-2a414b2e.system.js} +2 -2
- package/dist/mint-components/p-2c342de3.system.entry.js +1 -0
- package/dist/mint-components/p-3007fb7d.system.entry.js +1 -0
- package/dist/mint-components/p-36e9296e.system.entry.js +1 -0
- package/dist/mint-components/{p-cb45d0a8.system.js → p-370a1a73.system.js} +1 -1
- package/dist/mint-components/p-38c7775a.js +1 -0
- package/dist/mint-components/p-3925bcd6.entry.js +13 -0
- package/dist/mint-components/{p-45d0b48a.system.entry.js → p-3e7ec0f3.system.entry.js} +1 -1
- package/dist/mint-components/{p-423821b9.system.js → p-43621f12.system.js} +1 -1
- package/dist/mint-components/p-478a3755.entry.js +9 -0
- package/dist/mint-components/p-47b47e3b.js +31 -0
- package/dist/mint-components/{p-f338ef55.system.js → p-4babe350.system.js} +1 -1
- package/dist/mint-components/{p-34a87e67.system.js → p-4e373c3d.system.js} +1 -1
- package/dist/mint-components/{p-ab89b44a.system.js → p-4eae91a9.system.js} +1 -1
- package/dist/mint-components/{p-ab7322f0.system.entry.js → p-51d53165.system.entry.js} +1 -1
- package/dist/mint-components/{p-4c0b7768.entry.js → p-5291891c.entry.js} +3 -3
- package/dist/mint-components/{p-4c9b6fbe.system.js → p-57dd28bd.system.js} +1 -1
- package/dist/mint-components/{p-34dab223.system.entry.js → p-59818690.system.entry.js} +1 -1
- package/dist/mint-components/{p-00ec17d4.system.js → p-5becb2ff.system.js} +1 -1
- package/dist/mint-components/{p-a1f0d8ba.system.entry.js → p-5fba1a04.system.entry.js} +1 -1
- package/dist/mint-components/p-64491210.system.entry.js +1 -0
- package/dist/mint-components/{p-def70672.js → p-68747d88.js} +1 -1
- package/dist/mint-components/{p-95af445c.system.entry.js → p-6afb4f48.system.entry.js} +1 -1
- package/dist/mint-components/{p-cafebf8a.entry.js → p-6c928c7d.entry.js} +1 -1
- package/dist/mint-components/{p-70886c65.system.entry.js → p-70af9ba2.system.entry.js} +1 -1
- package/dist/mint-components/{p-657b290b.entry.js → p-76392386.entry.js} +1 -1
- package/dist/mint-components/p-7dd1ff31.system.entry.js +1 -0
- package/dist/mint-components/{p-d0c4f3bf.system.entry.js → p-83c9f37b.system.entry.js} +1 -1
- package/dist/mint-components/{p-cdcd825e.entry.js → p-84b25a46.entry.js} +1 -1
- package/dist/mint-components/{p-14beec1b.system.entry.js → p-88aac6a9.system.entry.js} +1 -1
- package/dist/mint-components/{p-45d6cde6.system.entry.js → p-88bf51b7.system.entry.js} +1 -1
- package/dist/mint-components/p-8d554a89.system.js +1 -0
- package/dist/mint-components/p-93576222.system.js +1 -0
- package/dist/mint-components/p-9379ee08.js +48 -0
- package/dist/mint-components/{p-d2a925d5.entry.js → p-94454880.entry.js} +1 -1
- package/dist/mint-components/{p-3ba349a3.entry.js → p-947fe79b.entry.js} +1 -1
- package/dist/mint-components/p-97c92e75.entry.js +16 -0
- package/dist/mint-components/p-99c15c5e.entry.js +1 -0
- package/dist/mint-components/p-9bd417fd.entry.js +1 -0
- package/dist/mint-components/{p-c293f586.system.entry.js → p-9cdbd1ac.system.entry.js} +1 -1
- package/dist/mint-components/{p-56b37aeb.entry.js → p-9d34f4f0.entry.js} +3 -3
- package/dist/mint-components/{p-64acc813.entry.js → p-9e0230c3.entry.js} +1 -1
- package/dist/mint-components/{p-8ccb4267.js → p-9eae245f.js} +30 -27
- package/dist/mint-components/p-a4282d02.system.entry.js +1 -0
- package/dist/mint-components/{p-a2e1af83.entry.js → p-a45b03d2.entry.js} +1 -1
- package/dist/mint-components/{p-15e01e7a.entry.js → p-a85f57bb.entry.js} +1 -1
- package/dist/mint-components/p-a8645c1b.system.js +1 -0
- package/dist/mint-components/p-a8c28561.system.js +1 -0
- package/dist/mint-components/p-a954c299.entry.js +205 -0
- package/dist/mint-components/{p-dce3d296.system.js → p-ac51940e.system.js} +1 -1
- package/dist/mint-components/{p-d39da925.entry.js → p-b1e8a802.entry.js} +1 -1
- package/dist/mint-components/p-b3b5b4b7.system.entry.js +1 -0
- package/dist/mint-components/{p-3da2b3cf.system.entry.js → p-bc826117.system.entry.js} +1 -1
- package/dist/mint-components/p-bd1372d2.system.js +6 -0
- package/dist/mint-components/p-bdd6bb13.js +1 -0
- package/dist/mint-components/{p-3c46b3de.system.entry.js → p-be1ae1ed.system.entry.js} +1 -1
- package/dist/mint-components/{p-cadb8dba.entry.js → p-bee1e573.entry.js} +1 -1
- package/dist/mint-components/{p-18cd88c4.system.entry.js → p-c1f4fb6d.system.entry.js} +1 -1
- package/dist/mint-components/p-c1fa5e04.system.js +1 -0
- package/dist/mint-components/{p-7507d72b.js → p-c3b37bbf.js} +1 -1
- package/dist/mint-components/{p-ac69b460.system.entry.js → p-c3babfa4.system.entry.js} +1 -1
- package/dist/mint-components/p-c8878e79.entry.js +1 -0
- package/dist/mint-components/p-c92a743e.entry.js +1 -0
- package/dist/mint-components/p-c9fb6102.entry.js +1 -0
- package/dist/mint-components/p-ca809fdd.system.js +1 -0
- package/dist/mint-components/p-cb433855.system.entry.js +1 -0
- package/dist/mint-components/p-cb55d3c4.system.entry.js +1 -0
- package/dist/mint-components/{p-6a70d2d6.entry.js → p-cd200c95.entry.js} +1 -1
- package/dist/mint-components/{p-06c561ea.system.js → p-cd44de66.system.js} +1 -1
- package/dist/mint-components/{p-e5299352.system.js → p-ce9e7c98.system.js} +1 -1
- package/dist/mint-components/p-d35d8c06.entry.js +11 -0
- package/dist/mint-components/p-d468925f.entry.js +1 -0
- package/dist/mint-components/p-d4877a65.system.entry.js +1 -0
- package/dist/mint-components/{p-0db003f7.js → p-d83b0cf3.js} +153 -153
- package/dist/mint-components/{p-5c602e84.entry.js → p-dd0d79bf.entry.js} +1 -1
- package/dist/mint-components/p-def516b8.system.js +1 -0
- package/dist/mint-components/p-e01ac27c.system.js +1 -0
- package/dist/mint-components/{p-611a30f0.js → p-e0e7635a.js} +1 -1
- package/dist/mint-components/p-e12d3414.system.entry.js +1 -0
- package/dist/mint-components/{p-816fb64f.system.entry.js → p-ead27698.system.entry.js} +1 -1
- package/dist/mint-components/{p-7ab14d4b.system.entry.js → p-f0806232.system.entry.js} +1 -1
- package/dist/mint-components/p-f1184442.js +1 -0
- package/dist/mint-components/p-f196d71a.entry.js +241 -0
- package/dist/mint-components/{p-48704504.js → p-f3053c61.js} +1 -1
- package/dist/mint-components/p-f36e33ff.entry.js +13 -0
- package/dist/mint-components/p-f450654b.system.entry.js +1 -0
- package/dist/mint-components/p-f4cbbe47.entry.js +1 -0
- package/dist/mint-components/p-f531a5c9.system.entry.js +1 -0
- package/dist/mint-components/{p-b14a77e8.system.entry.js → p-f56348dc.system.entry.js} +1 -1
- package/dist/mint-components/p-f655a7df.js +1 -0
- package/dist/mint-components/{p-79097c07.entry.js → p-fbdf0738.entry.js} +1 -1
- package/dist/mint-components/{p-fda3d0ca.system.js → p-fc422446.system.js} +22 -22
- package/dist/mint-components/p-fd21ae8f.entry.js +1 -0
- package/dist/mint-components/{p-1b24bb52.js → p-fd2c5407.js} +1 -1
- package/dist/types/components/sqm-payout-button-scroll/PayoutButtonScroll.stories.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/ReferralTableRewardsCell.stories.d.ts +1 -0
- package/dist/types/components/sqm-rewards-table/RewardsTableCell.stories.d.ts +1 -0
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +1 -0
- package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.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-code-verification/useCodeVerification.d.ts +2 -1
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/WidgetEmailVerification.stories.d.ts +1 -0
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.d.ts +1 -0
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification.d.ts +4 -0
- package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +0 -6
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +12 -0
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +79 -1
- package/dist/types/components/sqm-widget-verification/useVerificationEmail.d.ts +15 -0
- package/dist/types/components/tax-and-cash/BankingForm.stories.d.ts +1 -0
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +5 -0
- package/dist/types/components/tax-and-cash/eventKeys.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +7 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +13 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.d.ts +4 -0
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form-view.d.ts +1 -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 +0 -1
- package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card-view.d.ts +0 -4
- package/dist/types/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.d.ts +1 -16
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +4 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +18 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +46 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +12 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/data.d.ts +6 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/extractProps.d.ts +5 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +15 -3
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +17 -2
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +47 -2
- 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/tax-and-cash/useVeriffApp.d.ts +6 -0
- package/dist/types/components.d.ts +461 -83
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -1
- package/dist/cjs/index-56d1fa5b.js +0 -2227
- package/dist/cjs/sqm-code-verification.cjs.entry.js +0 -356
- package/dist/cjs/sqm-widget-verification-internal.cjs.entry.js +0 -33
- package/dist/cjs/useEmailVerification-33465f36.js +0 -155
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-internal.js +0 -27
- package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +0 -3
- package/dist/esm/index-0c7b14c5.js +0 -2225
- package/dist/esm/sqm-code-verification.entry.js +0 -352
- package/dist/esm/sqm-widget-verification-internal.entry.js +0 -29
- package/dist/esm/useEmailVerification-8f2dc2bd.js +0 -152
- package/dist/esm-es5/ShadowViewAddon-72e231a5.js +0 -1
- package/dist/esm-es5/global-adae7650.js +0 -285
- package/dist/esm-es5/index-0c7b14c5.js +0 -1
- package/dist/esm-es5/index.module-c0eb7dc2.js +0 -53
- package/dist/esm-es5/sqm-banking-info-form_16.entry.js +0 -1
- package/dist/esm-es5/sqm-code-verification.entry.js +0 -1
- package/dist/esm-es5/sqm-invoice-table-view-663674f2.js +0 -1
- package/dist/esm-es5/sqm-widget-verification-internal.entry.js +0 -1
- package/dist/esm-es5/useChildElements-fe94b660.js +0 -1
- package/dist/esm-es5/useEmailVerification-8f2dc2bd.js +0 -1
- package/dist/esm-es5/useReferralTable-52008143.js +0 -1
- package/dist/esm-es5/useRegistrationFormState-4cfd1a8d.js +0 -1
- package/dist/mint-components/p-0078bc76.system.js +0 -53
- package/dist/mint-components/p-18399da0.system.entry.js +0 -1
- package/dist/mint-components/p-1f02e20b.entry.js +0 -1
- package/dist/mint-components/p-253c87e1.system.entry.js +0 -1
- package/dist/mint-components/p-25a70095.system.entry.js +0 -1
- package/dist/mint-components/p-2632464d.entry.js +0 -1
- package/dist/mint-components/p-286190c4.system.entry.js +0 -1
- package/dist/mint-components/p-414b3b6c.system.entry.js +0 -1
- package/dist/mint-components/p-4185f6f5.system.entry.js +0 -1
- package/dist/mint-components/p-4d060f15.js +0 -1
- package/dist/mint-components/p-52241ba9.system.js +0 -1
- package/dist/mint-components/p-556753b2.js +0 -42
- package/dist/mint-components/p-55dcb6ff.system.js +0 -1
- package/dist/mint-components/p-65de8fb2.js +0 -1
- package/dist/mint-components/p-6cae44d7.js +0 -1
- package/dist/mint-components/p-6eede6e5.system.entry.js +0 -1
- package/dist/mint-components/p-6fbfd683.js +0 -1
- package/dist/mint-components/p-78c1bd77.system.js +0 -1
- package/dist/mint-components/p-7c4c727c.system.entry.js +0 -1
- package/dist/mint-components/p-7e5f0292.system.entry.js +0 -1
- package/dist/mint-components/p-832eba3a.entry.js +0 -1
- package/dist/mint-components/p-858a87ce.entry.js +0 -1
- package/dist/mint-components/p-89669879.system.js +0 -1
- package/dist/mint-components/p-8b7d2f44.entry.js +0 -1
- package/dist/mint-components/p-8d696fc9.entry.js +0 -189
- package/dist/mint-components/p-8da20810.entry.js +0 -240
- package/dist/mint-components/p-8defb972.system.entry.js +0 -1
- package/dist/mint-components/p-99a09fab.entry.js +0 -9
- package/dist/mint-components/p-9cdaa099.entry.js +0 -1
- package/dist/mint-components/p-a80c8f5c.system.js +0 -1
- package/dist/mint-components/p-a9487844.system.entry.js +0 -1
- package/dist/mint-components/p-b28df069.js +0 -1
- package/dist/mint-components/p-b4771476.entry.js +0 -1
- package/dist/mint-components/p-c9ca8473.system.entry.js +0 -1
- package/dist/mint-components/p-cac64545.system.entry.js +0 -1
- package/dist/mint-components/p-d3293ac3.entry.js +0 -11
- package/dist/mint-components/p-d4138847.system.entry.js +0 -1
- package/dist/mint-components/p-d70bfe30.entry.js +0 -8
- package/dist/mint-components/p-d7b701a7.entry.js +0 -1
- package/dist/mint-components/p-d90ef1da.system.entry.js +0 -1
- package/dist/mint-components/p-e05ff098.system.js +0 -1
- package/dist/mint-components/p-e4c3817a.system.entry.js +0 -1
- package/dist/mint-components/p-e7797040.entry.js +0 -1
- package/dist/mint-components/p-e810da97.entry.js +0 -1
- package/dist/mint-components/p-e82eec3c.entry.js +0 -13
- package/dist/mint-components/p-e8bfd924.system.entry.js +0 -1
- package/dist/mint-components/p-e8fcaaa2.entry.js +0 -13
- package/dist/mint-components/p-ef49d744.entry.js +0 -1
- package/dist/mint-components/p-f5f0fc0e.entry.js +0 -1
- package/dist/mint-components/p-faf019cf.system.js +0 -1
- package/dist/mint-components/p-fcb224ab.js +0 -25
- package/dist/mint-components/p-fe8e1071.entry.js +0 -1
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-internal.d.ts +0 -5
- package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +0 -1
|
@@ -3,25 +3,25 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
|
-
const stencilHooks_module = require('./stencil-hooks.module-
|
|
7
|
-
const global = require('./global-
|
|
8
|
-
const index_module = require('./index.module-
|
|
6
|
+
const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
|
|
7
|
+
const global = require('./global-c3637175.js');
|
|
8
|
+
const index_module = require('./index.module-b8d9d0ba.js');
|
|
9
|
+
const jsonpointer = require('./jsonpointer-11327262.js');
|
|
9
10
|
const cjs = require('./cjs-1066ec21.js');
|
|
10
11
|
require('./mixins-fe9d4112.js');
|
|
11
12
|
const JSS = require('./JSS-8503a151.js');
|
|
12
|
-
const reRender = require('./re-render-
|
|
13
|
-
const useChildElements = require('./useChildElements-
|
|
14
|
-
require('./luxon-
|
|
15
|
-
const index$1 = require('./index-56d1fa5b.js');
|
|
13
|
+
const reRender = require('./re-render-5bde3d2e.js');
|
|
14
|
+
const useChildElements = require('./useChildElements-410d2435.js');
|
|
15
|
+
require('./luxon-05098e19.js');
|
|
16
16
|
const utils = require('./utils-6847bc06.js');
|
|
17
17
|
require('./sqm-text-span-view-e1cd9bd3.js');
|
|
18
|
-
const index$
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const utilities = require('./utilities-ac5b5f2c.js');
|
|
18
|
+
const index$1 = require('./index-8c6255f5.js');
|
|
19
|
+
const useRegistrationFormState = require('./useRegistrationFormState-f9ce55be.js');
|
|
20
|
+
const utilities = require('./utilities-f7de6c04.js');
|
|
22
21
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
23
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
22
|
+
const ShadowViewAddon = require('./ShadowViewAddon-040cffad.js');
|
|
24
23
|
require('./sqm-portal-container-view-990a85a3.js');
|
|
24
|
+
const usePayoutStatus = require('./usePayoutStatus-8f924372.js');
|
|
25
25
|
|
|
26
26
|
const BigStat = class {
|
|
27
27
|
constructor(hostRef) {
|
|
@@ -34,7 +34,7 @@ const BigStat = class {
|
|
|
34
34
|
*/
|
|
35
35
|
this.flexReverse = false;
|
|
36
36
|
this.ignored = true;
|
|
37
|
-
stencilHooks_module.h(this);
|
|
37
|
+
stencilHooks_module.h$1(this);
|
|
38
38
|
}
|
|
39
39
|
disconnectedCallback() { }
|
|
40
40
|
render() {
|
|
@@ -63,7 +63,7 @@ function buildFontsCssUrl(...fonts) {
|
|
|
63
63
|
const BrandComponent = class {
|
|
64
64
|
constructor(hostRef) {
|
|
65
65
|
index.registerInstance(this, hostRef);
|
|
66
|
-
stencilHooks_module.h(this);
|
|
66
|
+
stencilHooks_module.h$1(this);
|
|
67
67
|
}
|
|
68
68
|
disconnectedCallback() { }
|
|
69
69
|
render() {
|
|
@@ -129,7 +129,7 @@ const CardFeed = class {
|
|
|
129
129
|
* @uiType number
|
|
130
130
|
*/
|
|
131
131
|
this.gap = 24;
|
|
132
|
-
stencilHooks_module.h(this);
|
|
132
|
+
stencilHooks_module.h$1(this);
|
|
133
133
|
}
|
|
134
134
|
disconnectedCallback() { }
|
|
135
135
|
render() {
|
|
@@ -237,7 +237,7 @@ const CheckboxField = class {
|
|
|
237
237
|
* @uiName Optional
|
|
238
238
|
*/
|
|
239
239
|
this.checkboxOptional = false;
|
|
240
|
-
stencilHooks_module.h(this);
|
|
240
|
+
stencilHooks_module.h$1(this);
|
|
241
241
|
}
|
|
242
242
|
disconnectedCallback() { }
|
|
243
243
|
render() {
|
|
@@ -271,7 +271,7 @@ function useCheckboxFieldDemo(props) {
|
|
|
271
271
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
const FuelTankRewardsQuery =
|
|
274
|
+
const FuelTankRewardsQuery = index_module.dist.gql `
|
|
275
275
|
query fuelTankRewardsQuery($programId: ID!) {
|
|
276
276
|
user: viewer {
|
|
277
277
|
... on User {
|
|
@@ -296,7 +296,7 @@ const FuelTankRewardsQuery = index$1.dist.gql `
|
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
298
|
`;
|
|
299
|
-
const WIDGET_ENGAGEMENT_EVENT =
|
|
299
|
+
const WIDGET_ENGAGEMENT_EVENT = index_module.dist.gql `
|
|
300
300
|
mutation loadEvent($eventMeta: UserAnalyticsEvent!) {
|
|
301
301
|
createUserAnalyticsEvent(eventMeta: $eventMeta)
|
|
302
302
|
}
|
|
@@ -489,7 +489,7 @@ const CouponCode = class {
|
|
|
489
489
|
* @uiGroup Coupon code error
|
|
490
490
|
*/
|
|
491
491
|
this.couponCodePlaceholder = "...";
|
|
492
|
-
stencilHooks_module.h(this);
|
|
492
|
+
stencilHooks_module.h$1(this);
|
|
493
493
|
}
|
|
494
494
|
disconnectedCallback() { }
|
|
495
495
|
render() {
|
|
@@ -589,7 +589,7 @@ const DividedLayout = class {
|
|
|
589
589
|
* @uiName Border style
|
|
590
590
|
*/
|
|
591
591
|
this.dividerStyle = "1px solid #EAEAEA";
|
|
592
|
-
stencilHooks_module.h(this);
|
|
592
|
+
stencilHooks_module.h$1(this);
|
|
593
593
|
}
|
|
594
594
|
disconnectedCallback() { }
|
|
595
595
|
render() {
|
|
@@ -623,7 +623,7 @@ const DropdownField = class {
|
|
|
623
623
|
* @default
|
|
624
624
|
*/
|
|
625
625
|
this.dropdownOptional = false;
|
|
626
|
-
stencilHooks_module.h(this);
|
|
626
|
+
stencilHooks_module.h$1(this);
|
|
627
627
|
}
|
|
628
628
|
disconnectedCallback() { }
|
|
629
629
|
render() {
|
|
@@ -654,7 +654,7 @@ function useDropdownFieldDemo(props) {
|
|
|
654
654
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
655
655
|
}
|
|
656
656
|
|
|
657
|
-
const GET_USER =
|
|
657
|
+
const GET_USER = index_module.dist.gql `
|
|
658
658
|
query {
|
|
659
659
|
viewer {
|
|
660
660
|
... on User {
|
|
@@ -668,7 +668,7 @@ const GET_USER = index$1.dist.gql `
|
|
|
668
668
|
}
|
|
669
669
|
}
|
|
670
670
|
`;
|
|
671
|
-
const UPSERT_USER =
|
|
671
|
+
const UPSERT_USER = index_module.dist.gql `
|
|
672
672
|
mutation (
|
|
673
673
|
$id: String!
|
|
674
674
|
$accountId: String!
|
|
@@ -826,7 +826,7 @@ const EditProfile = class {
|
|
|
826
826
|
* @uiName Form error message
|
|
827
827
|
*/
|
|
828
828
|
this.formErrorText = "Please correct the errors below to update your profile.";
|
|
829
|
-
stencilHooks_module.h(this);
|
|
829
|
+
stencilHooks_module.h$1(this);
|
|
830
830
|
}
|
|
831
831
|
disconnectedCallback() { }
|
|
832
832
|
render() {
|
|
@@ -929,7 +929,7 @@ const Hero = class {
|
|
|
929
929
|
* @uiEnumNames ["Wrap", "Wrap Reverse"]
|
|
930
930
|
*/
|
|
931
931
|
this.wrapDirection = "wrap";
|
|
932
|
-
stencilHooks_module.h(this);
|
|
932
|
+
stencilHooks_module.h$1(this);
|
|
933
933
|
}
|
|
934
934
|
disconnectedCallback() { }
|
|
935
935
|
// TODO: Improve empty slot behavior with useChildElements to check for empty slot
|
|
@@ -1135,7 +1135,7 @@ const HeroImage = class {
|
|
|
1135
1135
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
1136
1136
|
*/
|
|
1137
1137
|
this.paddingImage = "none";
|
|
1138
|
-
stencilHooks_module.h(this);
|
|
1138
|
+
stencilHooks_module.h$1(this);
|
|
1139
1139
|
}
|
|
1140
1140
|
disconnectedCallback() { }
|
|
1141
1141
|
render() {
|
|
@@ -1147,7 +1147,7 @@ const SqmHookStoryContainer = class {
|
|
|
1147
1147
|
constructor(hostRef) {
|
|
1148
1148
|
index.registerInstance(this, hostRef);
|
|
1149
1149
|
this.ignored = true;
|
|
1150
|
-
stencilHooks_module.h(this);
|
|
1150
|
+
stencilHooks_module.h$1(this);
|
|
1151
1151
|
}
|
|
1152
1152
|
disconnectedCallback() { }
|
|
1153
1153
|
render() {
|
|
@@ -1232,7 +1232,7 @@ const InputField = class {
|
|
|
1232
1232
|
* @default
|
|
1233
1233
|
*/
|
|
1234
1234
|
this.fieldOptional = false;
|
|
1235
|
-
stencilHooks_module.h(this);
|
|
1235
|
+
stencilHooks_module.h$1(this);
|
|
1236
1236
|
}
|
|
1237
1237
|
disconnectedCallback() { }
|
|
1238
1238
|
render() {
|
|
@@ -1260,7 +1260,7 @@ function useInputFieldDemo(props) {
|
|
|
1260
1260
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
const GET_LEADERBOARD =
|
|
1263
|
+
const GET_LEADERBOARD = index_module.dist.gql `
|
|
1264
1264
|
query (
|
|
1265
1265
|
$type: String!
|
|
1266
1266
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1282,7 +1282,7 @@ const GET_LEADERBOARD = index$1.dist.gql `
|
|
|
1282
1282
|
}
|
|
1283
1283
|
}
|
|
1284
1284
|
`;
|
|
1285
|
-
const GET_LEADERBOARD_WITHOUT_NAMES =
|
|
1285
|
+
const GET_LEADERBOARD_WITHOUT_NAMES = index_module.dist.gql `
|
|
1286
1286
|
query (
|
|
1287
1287
|
$type: String!
|
|
1288
1288
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1302,7 +1302,7 @@ const GET_LEADERBOARD_WITHOUT_NAMES = index$1.dist.gql `
|
|
|
1302
1302
|
}
|
|
1303
1303
|
}
|
|
1304
1304
|
`;
|
|
1305
|
-
const GET_RANK =
|
|
1305
|
+
const GET_RANK = index_module.dist.gql `
|
|
1306
1306
|
query (
|
|
1307
1307
|
$type: String!
|
|
1308
1308
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1322,7 +1322,7 @@ const GET_RANK = index$1.dist.gql `
|
|
|
1322
1322
|
}
|
|
1323
1323
|
}
|
|
1324
1324
|
`;
|
|
1325
|
-
const GET_RANK_WITHOUT_NAMES =
|
|
1325
|
+
const GET_RANK_WITHOUT_NAMES = index_module.dist.gql `
|
|
1326
1326
|
query (
|
|
1327
1327
|
$type: String!
|
|
1328
1328
|
$filter: UserLeaderboardFilterInput
|
|
@@ -1453,7 +1453,7 @@ const Leaderboard = class {
|
|
|
1453
1453
|
*/
|
|
1454
1454
|
this.maxRows = 10;
|
|
1455
1455
|
this.ignored = true;
|
|
1456
|
-
stencilHooks_module.h(this);
|
|
1456
|
+
stencilHooks_module.h$1(this);
|
|
1457
1457
|
ShadowViewAddon.withShadowView(this);
|
|
1458
1458
|
}
|
|
1459
1459
|
disconnectedCallback() { }
|
|
@@ -1629,7 +1629,7 @@ const NameFields = class {
|
|
|
1629
1629
|
* @uiName Last name label
|
|
1630
1630
|
*/
|
|
1631
1631
|
this.lastNameLabel = "Last Name";
|
|
1632
|
-
stencilHooks_module.h(this);
|
|
1632
|
+
stencilHooks_module.h$1(this);
|
|
1633
1633
|
}
|
|
1634
1634
|
disconnectedCallback() { }
|
|
1635
1635
|
render() {
|
|
@@ -1694,7 +1694,7 @@ const NavigationMenu = class {
|
|
|
1694
1694
|
constructor(hostRef) {
|
|
1695
1695
|
index.registerInstance(this, hostRef);
|
|
1696
1696
|
this.ignored = true;
|
|
1697
|
-
stencilHooks_module.h(this);
|
|
1697
|
+
stencilHooks_module.h$1(this);
|
|
1698
1698
|
}
|
|
1699
1699
|
disconnectedCallback() { }
|
|
1700
1700
|
render() {
|
|
@@ -1724,6 +1724,7 @@ NavigationMenu.style = sqmNavigationMenuCss;
|
|
|
1724
1724
|
const style$2 = {
|
|
1725
1725
|
Wrapper: {
|
|
1726
1726
|
maxWidth: "200px",
|
|
1727
|
+
marginLeft: "auto",
|
|
1727
1728
|
},
|
|
1728
1729
|
PayoutButtonDescription: {
|
|
1729
1730
|
color: "var(--sl-color-neutral-500)",
|
|
@@ -1737,12 +1738,47 @@ function PayoutButtonScrollView(props) {
|
|
|
1737
1738
|
const { text, states } = props;
|
|
1738
1739
|
if (!states.payoutSettingsComplete)
|
|
1739
1740
|
return index.h("div", null);
|
|
1740
|
-
return (index.h("div", {
|
|
1741
|
+
return (index.h("div", { class: sheet$2.classes.Wrapper },
|
|
1741
1742
|
index.h("style", { type: "text/css" }, styleString$2),
|
|
1742
1743
|
index.h("sqm-scroll", { "scroll-tag-name": "sqm-tabs", "button-text": text.payoutButtonText, "scroll-animation": "smooth" }),
|
|
1743
1744
|
index.h("p", { class: sheet$2.classes.PayoutButtonDescription }, text.payoutButtonDescription)));
|
|
1744
1745
|
}
|
|
1745
1746
|
|
|
1747
|
+
const GET_PAYOUT_DETAILS = index_module.dist.gql `
|
|
1748
|
+
query getPayoutDetails {
|
|
1749
|
+
user: viewer {
|
|
1750
|
+
... on User {
|
|
1751
|
+
id
|
|
1752
|
+
impactConnection {
|
|
1753
|
+
connected
|
|
1754
|
+
publisher {
|
|
1755
|
+
id
|
|
1756
|
+
payoutsAccount {
|
|
1757
|
+
hold
|
|
1758
|
+
balance
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1765
|
+
`;
|
|
1766
|
+
function usePayoutButton(props) {
|
|
1767
|
+
var _a, _b, _c;
|
|
1768
|
+
const { data, refetch } = index_module.En(GET_PAYOUT_DETAILS, {});
|
|
1769
|
+
stencilHooks_module.useEffect(() => {
|
|
1770
|
+
const cb = () => refetch();
|
|
1771
|
+
window.addEventListener("sqm:tax-form-updated", cb);
|
|
1772
|
+
return () => window.removeEventListener("sqm:tax-form-updated", cb);
|
|
1773
|
+
}, []);
|
|
1774
|
+
return {
|
|
1775
|
+
states: {
|
|
1776
|
+
payoutSettingsComplete: !!((_c = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.payoutsAccount),
|
|
1777
|
+
},
|
|
1778
|
+
text: props.getTextProps(),
|
|
1779
|
+
};
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1746
1782
|
const PayoutButtonScroll = class {
|
|
1747
1783
|
constructor(hostRef) {
|
|
1748
1784
|
index.registerInstance(this, hostRef);
|
|
@@ -1756,14 +1792,16 @@ const PayoutButtonScroll = class {
|
|
|
1756
1792
|
*/
|
|
1757
1793
|
this.payoutButtonDescription = "Check your payout settings to see when you’ll get paid out next";
|
|
1758
1794
|
this.ignored = true;
|
|
1759
|
-
stencilHooks_module.h(this);
|
|
1795
|
+
stencilHooks_module.h$1(this);
|
|
1760
1796
|
}
|
|
1761
1797
|
disconnectedCallback() { }
|
|
1762
1798
|
getTextProps() {
|
|
1763
1799
|
return utils.getProps(this);
|
|
1764
1800
|
}
|
|
1765
1801
|
render() {
|
|
1766
|
-
const props =
|
|
1802
|
+
const props = index_module.isDemo()
|
|
1803
|
+
? useDemoPayoutButtonScroll(this)
|
|
1804
|
+
: usePayoutButton(this);
|
|
1767
1805
|
return index.h(PayoutButtonScrollView, Object.assign({}, props));
|
|
1768
1806
|
}
|
|
1769
1807
|
};
|
|
@@ -1785,6 +1823,15 @@ const style$3 = {
|
|
|
1785
1823
|
margin: "0",
|
|
1786
1824
|
marginBottom: "var(--sl-spacing-small)",
|
|
1787
1825
|
},
|
|
1826
|
+
ErrorAlertContainer: {
|
|
1827
|
+
"&::part(base)": {
|
|
1828
|
+
backgroundColor: "var(--sl-color-red-100)",
|
|
1829
|
+
borderTop: "none",
|
|
1830
|
+
},
|
|
1831
|
+
"& sl-icon::part(base)": {
|
|
1832
|
+
color: "var(--sl-color-danger-500)",
|
|
1833
|
+
},
|
|
1834
|
+
},
|
|
1788
1835
|
WarningAlertContainer: {
|
|
1789
1836
|
"&::part(base)": {
|
|
1790
1837
|
backgroundColor: "var(--sl-color-yellow-100)",
|
|
@@ -1803,12 +1850,26 @@ const style$3 = {
|
|
|
1803
1850
|
color: "var(--sl-color-blue-500)",
|
|
1804
1851
|
},
|
|
1805
1852
|
},
|
|
1853
|
+
Dialog: {
|
|
1854
|
+
"&::part(panel)": {
|
|
1855
|
+
height: "600px",
|
|
1856
|
+
},
|
|
1857
|
+
"&::part(close-button)": {
|
|
1858
|
+
marginBottom: "var(--sl-spacing-xx-large)",
|
|
1859
|
+
},
|
|
1860
|
+
"&::part(title)": {
|
|
1861
|
+
display: "none",
|
|
1862
|
+
},
|
|
1863
|
+
"&::part(header)": {},
|
|
1864
|
+
"&::part(body)": { padding: "0" },
|
|
1865
|
+
"&::part(footer)": {},
|
|
1866
|
+
},
|
|
1806
1867
|
};
|
|
1807
1868
|
const sheet$3 = JSS.createStyleSheet(style$3);
|
|
1808
1869
|
const styleString$3 = sheet$3.toString();
|
|
1809
1870
|
function PayoutStatusAlertView(props) {
|
|
1810
1871
|
var _a, _b, _c, _d, _e;
|
|
1811
|
-
const { text, states } = props;
|
|
1872
|
+
const { text, states, data, callbacks } = props;
|
|
1812
1873
|
if (states.loading) {
|
|
1813
1874
|
return index.h("sl-skeleton", { class: sheet$3.classes.SkeletonOne });
|
|
1814
1875
|
}
|
|
@@ -1816,29 +1877,87 @@ function PayoutStatusAlertView(props) {
|
|
|
1816
1877
|
return index.h("div", null);
|
|
1817
1878
|
}
|
|
1818
1879
|
function getAlert(status) {
|
|
1880
|
+
if (states.error)
|
|
1881
|
+
return {
|
|
1882
|
+
header: text.errorHeader,
|
|
1883
|
+
description: text.errorDescription,
|
|
1884
|
+
buttonText: null,
|
|
1885
|
+
alertType: "critical",
|
|
1886
|
+
icon: "exclamation-triangle",
|
|
1887
|
+
class: sheet$3.classes.ErrorAlertContainer,
|
|
1888
|
+
};
|
|
1819
1889
|
switch (status) {
|
|
1820
1890
|
case "INFORMATION_REQUIRED":
|
|
1821
1891
|
return {
|
|
1822
1892
|
header: text.informationRequiredHeader,
|
|
1823
1893
|
description: text.informationRequiredDescription,
|
|
1824
|
-
buttonText: text.
|
|
1894
|
+
buttonText: text.informationRequiredButtonText,
|
|
1825
1895
|
alertType: "info",
|
|
1826
1896
|
icon: "info-circle",
|
|
1827
1897
|
class: sheet$3.classes.InfoAlertContainer,
|
|
1828
1898
|
};
|
|
1829
|
-
case "
|
|
1899
|
+
case "VERIFICATION:REQUIRED":
|
|
1830
1900
|
return {
|
|
1831
1901
|
header: text.verificationRequiredHeader,
|
|
1832
|
-
description:
|
|
1902
|
+
description: global.intl.formatMessage({
|
|
1903
|
+
id: "verificationRequiredDescription",
|
|
1904
|
+
defaultMessage: text.verificationRequiredDescription,
|
|
1905
|
+
}, {
|
|
1906
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
1907
|
+
}),
|
|
1833
1908
|
buttonText: text.verificationRequiredButtonText,
|
|
1834
1909
|
alertType: "warning",
|
|
1835
1910
|
icon: "exclamation-triangle",
|
|
1836
1911
|
class: sheet$3.classes.WarningAlertContainer,
|
|
1837
1912
|
};
|
|
1913
|
+
case "VERIFICATION:INTERNAL":
|
|
1914
|
+
return {
|
|
1915
|
+
header: text.verificationRequiredInternalHeader,
|
|
1916
|
+
description: global.intl.formatMessage({
|
|
1917
|
+
id: "verificationRequiredInternalDescription",
|
|
1918
|
+
defaultMessage: text.verificationRequiredInternalDescription,
|
|
1919
|
+
}, {
|
|
1920
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
1921
|
+
}),
|
|
1922
|
+
alertType: "warning",
|
|
1923
|
+
icon: "exclamation-triangle",
|
|
1924
|
+
class: sheet$3.classes.WarningAlertContainer,
|
|
1925
|
+
};
|
|
1926
|
+
case "VERIFICATION:REVIEW":
|
|
1927
|
+
return {
|
|
1928
|
+
header: text.verificationReviewInternalHeader,
|
|
1929
|
+
description: global.intl.formatMessage({
|
|
1930
|
+
id: "verificationReviewInternalDescription",
|
|
1931
|
+
defaultMessage: text.verificationReviewInternalDescription,
|
|
1932
|
+
}, {
|
|
1933
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
1934
|
+
}),
|
|
1935
|
+
alertType: "warning",
|
|
1936
|
+
icon: "exclamation-triangle",
|
|
1937
|
+
class: sheet$3.classes.WarningAlertContainer,
|
|
1938
|
+
};
|
|
1939
|
+
case "VERIFICATION:FAILED":
|
|
1940
|
+
return {
|
|
1941
|
+
header: text.verificationFailedInternalHeader,
|
|
1942
|
+
description: global.intl.formatMessage({
|
|
1943
|
+
id: "verificationFailedInternalDescription",
|
|
1944
|
+
defaultMessage: text.verificationFailedInternalDescription,
|
|
1945
|
+
}, {
|
|
1946
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
1947
|
+
}),
|
|
1948
|
+
alertType: "critical",
|
|
1949
|
+
icon: "exclamation-octagon",
|
|
1950
|
+
class: sheet$3.classes.ErrorAlertContainer,
|
|
1951
|
+
};
|
|
1838
1952
|
case "HOLD":
|
|
1839
1953
|
return {
|
|
1840
1954
|
header: text.holdHeader,
|
|
1841
|
-
description:
|
|
1955
|
+
description: global.intl.formatMessage({
|
|
1956
|
+
id: "holdDescription",
|
|
1957
|
+
defaultMessage: text.holdDescription,
|
|
1958
|
+
}, {
|
|
1959
|
+
supportLink: (index.h("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
1960
|
+
}),
|
|
1842
1961
|
buttonText: null,
|
|
1843
1962
|
alertType: "warning",
|
|
1844
1963
|
icon: "exclamation-triangle",
|
|
@@ -1848,13 +1967,14 @@ function PayoutStatusAlertView(props) {
|
|
|
1848
1967
|
return;
|
|
1849
1968
|
}
|
|
1850
1969
|
}
|
|
1851
|
-
//AL: TODO hookup ID
|
|
1852
1970
|
function getButton(status) {
|
|
1853
1971
|
switch (status) {
|
|
1854
1972
|
case "INFORMATION_REQUIRED":
|
|
1855
|
-
return (index.h("sqm-scroll", { "scroll-tag-name": "sqm-tabs", "button-text": "
|
|
1856
|
-
|
|
1857
|
-
|
|
1973
|
+
return data.type === "SquatchJS2" ? (index.h("sqm-scroll", { "scroll-tag-name": "sqm-tabs", "button-text": text.informationRequiredButtonText, "scroll-animation": "smooth" })) : data.type === "SquatchPortal" ? (index.h("sl-button", { type: "default", onClick: callbacks.onTermsClick }, text.informationRequiredButtonText)) : (
|
|
1974
|
+
// Demo case
|
|
1975
|
+
index.h("sl-button", { type: "default" }, text.informationRequiredButtonText));
|
|
1976
|
+
case "VERIFICATION:REQUIRED":
|
|
1977
|
+
return (index.h("sl-button", { type: "default", loading: states.veriffLoading, onClick: callbacks.onClick }, text.verificationRequiredButtonText));
|
|
1858
1978
|
default:
|
|
1859
1979
|
return;
|
|
1860
1980
|
}
|
|
@@ -1868,54 +1988,6 @@ function PayoutStatusAlertView(props) {
|
|
|
1868
1988
|
getButton(states.status))));
|
|
1869
1989
|
}
|
|
1870
1990
|
|
|
1871
|
-
const GET_USER_STATUS = index$1.dist.gql `
|
|
1872
|
-
query getUserStatus {
|
|
1873
|
-
user: viewer {
|
|
1874
|
-
... on User {
|
|
1875
|
-
id
|
|
1876
|
-
impactConnection {
|
|
1877
|
-
connected
|
|
1878
|
-
publisher {
|
|
1879
|
-
id
|
|
1880
|
-
payoutsAccount {
|
|
1881
|
-
hold
|
|
1882
|
-
}
|
|
1883
|
-
}
|
|
1884
|
-
}
|
|
1885
|
-
}
|
|
1886
|
-
}
|
|
1887
|
-
}
|
|
1888
|
-
`;
|
|
1889
|
-
function usePayoutStatus(props) {
|
|
1890
|
-
const { loading, data, errors, refetch } = index_module.En(GET_USER_STATUS, {});
|
|
1891
|
-
const [status, setStatus] = stencilHooks_module.useState(undefined);
|
|
1892
|
-
stencilHooks_module.useEffect(() => {
|
|
1893
|
-
if (!data)
|
|
1894
|
-
return;
|
|
1895
|
-
function getStatus(data) {
|
|
1896
|
-
var _a, _b;
|
|
1897
|
-
const account = (_b = (_a = data.user.impactConnection) === null || _a === void 0 ? void 0 : _a.publisher) === null || _b === void 0 ? void 0 : _b.payoutsAccount;
|
|
1898
|
-
if (!account)
|
|
1899
|
-
return "INFORMATION_REQUIRED";
|
|
1900
|
-
if (account.hold)
|
|
1901
|
-
return "HOLD";
|
|
1902
|
-
// @ts-ignore, TODO: add check for account verification
|
|
1903
|
-
if (!account.verified)
|
|
1904
|
-
return "VERIFICATION_NEEDED";
|
|
1905
|
-
return "DONE";
|
|
1906
|
-
}
|
|
1907
|
-
const s = getStatus(data);
|
|
1908
|
-
setStatus(s);
|
|
1909
|
-
}, [data]);
|
|
1910
|
-
stencilHooks_module.useEffect(() => {
|
|
1911
|
-
const cb = () => refetch();
|
|
1912
|
-
window.addEventListener("sqm:tax-form-updated", cb);
|
|
1913
|
-
return () => window.removeEventListener("sqm:tax-form-updated", cb);
|
|
1914
|
-
}, []);
|
|
1915
|
-
console.log({ data });
|
|
1916
|
-
return { states: { loading, status }, text: props.getTextProps() };
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
1991
|
const PayoutStatusAlert = class {
|
|
1920
1992
|
constructor(hostRef) {
|
|
1921
1993
|
index.registerInstance(this, hostRef);
|
|
@@ -1938,20 +2010,61 @@ const PayoutStatusAlert = class {
|
|
|
1938
2010
|
/**
|
|
1939
2011
|
* @uiName Verification required alert description
|
|
1940
2012
|
*/
|
|
1941
|
-
this.verificationRequiredDescription = "
|
|
2013
|
+
this.verificationRequiredDescription = "It should only take a few minutes verify. If you run in to an issue verifying your identity contact our {supportLink}.";
|
|
1942
2014
|
/**
|
|
1943
2015
|
* @uiName Verification required alert button text
|
|
1944
2016
|
*/
|
|
1945
2017
|
this.verificationRequiredButtonText = "Start Verification";
|
|
2018
|
+
/**
|
|
2019
|
+
* @uiName Verification required internal alert header
|
|
2020
|
+
*/
|
|
2021
|
+
this.verificationRequiredInternalHeader = "Identity Verification in Progress";
|
|
2022
|
+
/**
|
|
2023
|
+
* @uiName Verification required internal alert description
|
|
2024
|
+
*/
|
|
2025
|
+
this.verificationRequiredInternalDescription = "Identity verification submission has been received. Our system is currently performing additional checks and analyzing the results. You will be updated shortley. If you don't hear from us contact our {supportLink}.";
|
|
2026
|
+
/**
|
|
2027
|
+
* @uiName Verification review internal alert header
|
|
2028
|
+
*/
|
|
2029
|
+
this.verificationReviewInternalHeader = "Identity Verification Under Review";
|
|
2030
|
+
/**
|
|
2031
|
+
* @uiName Verification review internal alert description
|
|
2032
|
+
*/
|
|
2033
|
+
this.verificationReviewInternalDescription = "Identity verification requires further review due to a potential error. Our team is reviewing the information and will update you shortly. If you don't hear from us contact our {supportLink}.";
|
|
2034
|
+
/**
|
|
2035
|
+
* @uiName Verification failed internal alert header
|
|
2036
|
+
*/
|
|
2037
|
+
this.verificationFailedInternalHeader = "Identity Verification Unsuccessful";
|
|
2038
|
+
/**
|
|
2039
|
+
* @uiName Verification failed internal alert description
|
|
2040
|
+
*/
|
|
2041
|
+
this.verificationFailedInternalDescription = "Identity verification has failed. Our team is reviewing the report and will contact you with further information. If you don't hear from us contact our {supportLink}.";
|
|
1946
2042
|
/**
|
|
1947
2043
|
* @uiName Payout on hold alert header
|
|
1948
2044
|
*/
|
|
1949
2045
|
this.holdHeader = "Your payouts and account are on hold";
|
|
1950
2046
|
/**
|
|
1951
2047
|
* @uiName Payout on hold alert description
|
|
2048
|
+
* AL: TODO copy not finalized for support section
|
|
2049
|
+
*/
|
|
2050
|
+
this.holdDescription = "Please check your inbox for an email from our referral provider, impact.com. It contains details on how to resolve this issue. If you need further assistance, feel free to reach out to our {supportLink}.";
|
|
2051
|
+
/**
|
|
2052
|
+
* @uiName Cash & Payouts Microsite Page (only set if alert is used in a microsite)
|
|
2053
|
+
*/
|
|
2054
|
+
this.cashPayoutsPageUrl = "/cash";
|
|
2055
|
+
/**
|
|
2056
|
+
* @uiName Support link text
|
|
1952
2057
|
*/
|
|
1953
|
-
this.
|
|
1954
|
-
|
|
2058
|
+
this.supportLink = "support team";
|
|
2059
|
+
/**
|
|
2060
|
+
* @uiName Error header
|
|
2061
|
+
*/
|
|
2062
|
+
this.errorHeader = "Could not determine payout status.";
|
|
2063
|
+
/**
|
|
2064
|
+
* @uiName Error description
|
|
2065
|
+
*/
|
|
2066
|
+
this.errorDescription = "There was an error with determining your payout status.";
|
|
2067
|
+
stencilHooks_module.h$1(this);
|
|
1955
2068
|
}
|
|
1956
2069
|
disconnectedCallback() { }
|
|
1957
2070
|
getTextProps() {
|
|
@@ -1960,17 +2073,24 @@ const PayoutStatusAlert = class {
|
|
|
1960
2073
|
render() {
|
|
1961
2074
|
const props = index_module.isDemo()
|
|
1962
2075
|
? useDemoPayoutStatusAlert(this)
|
|
1963
|
-
: usePayoutStatus(this);
|
|
2076
|
+
: usePayoutStatus.usePayoutStatus(this);
|
|
1964
2077
|
return index.h(PayoutStatusAlertView, Object.assign({}, props));
|
|
1965
2078
|
}
|
|
1966
2079
|
};
|
|
1967
2080
|
function useDemoPayoutStatusAlert(props) {
|
|
1968
2081
|
return cjs.cjs({
|
|
1969
2082
|
states: {
|
|
2083
|
+
error: false,
|
|
1970
2084
|
status: "INFORMATION_REQUIRED",
|
|
1971
2085
|
loading: false,
|
|
2086
|
+
showVerifyIdentity: false,
|
|
1972
2087
|
},
|
|
2088
|
+
data: { type: "SquatchAdmin" },
|
|
1973
2089
|
text: props.getTextProps(),
|
|
2090
|
+
callbacks: {
|
|
2091
|
+
onTermsClick: () => { },
|
|
2092
|
+
onClick: () => console.log("show"),
|
|
2093
|
+
},
|
|
1974
2094
|
}, props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
1975
2095
|
}
|
|
1976
2096
|
|
|
@@ -2117,7 +2237,7 @@ const PortalChangePassword = class {
|
|
|
2117
2237
|
* @uiName Missing number or symbol text
|
|
2118
2238
|
*/
|
|
2119
2239
|
this.hasErrorText = "contain at least 1 number or symbol";
|
|
2120
|
-
stencilHooks_module.h(this);
|
|
2240
|
+
stencilHooks_module.h$1(this);
|
|
2121
2241
|
}
|
|
2122
2242
|
disconnectedCallback() { }
|
|
2123
2243
|
render() {
|
|
@@ -2212,7 +2332,7 @@ const PortalFooter = class {
|
|
|
2212
2332
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
2213
2333
|
*/
|
|
2214
2334
|
this.paddingLeft = "large";
|
|
2215
|
-
stencilHooks_module.h(this);
|
|
2335
|
+
stencilHooks_module.h$1(this);
|
|
2216
2336
|
}
|
|
2217
2337
|
disconnectedCallback() { }
|
|
2218
2338
|
render() {
|
|
@@ -2242,7 +2362,7 @@ const PortalFrame = class {
|
|
|
2242
2362
|
* @undocumented
|
|
2243
2363
|
*/
|
|
2244
2364
|
this.notFullScreen = false;
|
|
2245
|
-
stencilHooks_module.h(this);
|
|
2365
|
+
stencilHooks_module.h$1(this);
|
|
2246
2366
|
}
|
|
2247
2367
|
disconnectedCallback() { }
|
|
2248
2368
|
render() {
|
|
@@ -2364,7 +2484,7 @@ const PortalLogin = class {
|
|
|
2364
2484
|
* Displayed when the login fails due to a network error. The participant can try refreshing the page.
|
|
2365
2485
|
*/
|
|
2366
2486
|
this.networkErrorMessage = "An error occurred while logging you in. Please refresh the page and try again.";
|
|
2367
|
-
stencilHooks_module.h(this);
|
|
2487
|
+
stencilHooks_module.h$1(this);
|
|
2368
2488
|
}
|
|
2369
2489
|
disconnectedCallback() { }
|
|
2370
2490
|
render() {
|
|
@@ -2640,7 +2760,7 @@ const PortalRegister = class {
|
|
|
2640
2760
|
* @uiName Missing number or symbol text
|
|
2641
2761
|
*/
|
|
2642
2762
|
this.hasErrorText = "contain at least 1 number or symbol";
|
|
2643
|
-
stencilHooks_module.h(this);
|
|
2763
|
+
stencilHooks_module.h$1(this);
|
|
2644
2764
|
}
|
|
2645
2765
|
disconnectedCallback() { }
|
|
2646
2766
|
render() {
|
|
@@ -2738,7 +2858,7 @@ const ProgramExplainer = class {
|
|
|
2738
2858
|
constructor(hostRef) {
|
|
2739
2859
|
index.registerInstance(this, hostRef);
|
|
2740
2860
|
this.ignored = true;
|
|
2741
|
-
stencilHooks_module.h(this);
|
|
2861
|
+
stencilHooks_module.h$1(this);
|
|
2742
2862
|
}
|
|
2743
2863
|
disconnectedCallback() { }
|
|
2744
2864
|
render() {
|
|
@@ -2809,7 +2929,7 @@ function ProgramExplainerStepView(props) {
|
|
|
2809
2929
|
const ProgramExplainerStep = class {
|
|
2810
2930
|
constructor(hostRef) {
|
|
2811
2931
|
index.registerInstance(this, hostRef);
|
|
2812
|
-
stencilHooks_module.h(this);
|
|
2932
|
+
stencilHooks_module.h$1(this);
|
|
2813
2933
|
}
|
|
2814
2934
|
disconnectedCallback() { }
|
|
2815
2935
|
render() {
|
|
@@ -2852,7 +2972,7 @@ const ProgramMenu = class {
|
|
|
2852
2972
|
constructor(hostRef) {
|
|
2853
2973
|
index.registerInstance(this, hostRef);
|
|
2854
2974
|
this.ignored = true;
|
|
2855
|
-
stencilHooks_module.h(this);
|
|
2975
|
+
stencilHooks_module.h$1(this);
|
|
2856
2976
|
}
|
|
2857
2977
|
disconnectedCallback() { }
|
|
2858
2978
|
render() {
|
|
@@ -2974,7 +3094,7 @@ const ReferralCard = class {
|
|
|
2974
3094
|
* @uiType boolean
|
|
2975
3095
|
*/
|
|
2976
3096
|
this.limitWidth = false;
|
|
2977
|
-
stencilHooks_module.h(this);
|
|
3097
|
+
stencilHooks_module.h$1(this);
|
|
2978
3098
|
}
|
|
2979
3099
|
disconnectedCallback() { }
|
|
2980
3100
|
render() {
|
|
@@ -2991,7 +3111,7 @@ const ReferralCard = class {
|
|
|
2991
3111
|
}
|
|
2992
3112
|
};
|
|
2993
3113
|
|
|
2994
|
-
const GET_USER_DETAILS =
|
|
3114
|
+
const GET_USER_DETAILS = index_module.dist.gql `
|
|
2995
3115
|
query getUser($programId: ID) {
|
|
2996
3116
|
viewer {
|
|
2997
3117
|
... on User {
|
|
@@ -3029,7 +3149,7 @@ const SqmReferralIframe = class {
|
|
|
3029
3149
|
* @uiName IFrame width
|
|
3030
3150
|
*/
|
|
3031
3151
|
this.iframeWidth = "100%";
|
|
3032
|
-
stencilHooks_module.h(this);
|
|
3152
|
+
stencilHooks_module.h$1(this);
|
|
3033
3153
|
}
|
|
3034
3154
|
disconnectedCallback() { }
|
|
3035
3155
|
render() {
|
|
@@ -3662,7 +3782,7 @@ var module$1 = {};
|
|
|
3662
3782
|
|
|
3663
3783
|
const confetti = module$1.exports;
|
|
3664
3784
|
|
|
3665
|
-
const GET_EXCHANGE_LIST =
|
|
3785
|
+
const GET_EXCHANGE_LIST = index_module.dist.gql `
|
|
3666
3786
|
query getExchangeList {
|
|
3667
3787
|
viewer {
|
|
3668
3788
|
... on User {
|
|
@@ -3705,7 +3825,7 @@ const GET_EXCHANGE_LIST = index$1.dist.gql `
|
|
|
3705
3825
|
}
|
|
3706
3826
|
}
|
|
3707
3827
|
`;
|
|
3708
|
-
const EXCHANGE =
|
|
3828
|
+
const EXCHANGE = index_module.dist.gql `
|
|
3709
3829
|
mutation exchange($exchangeRewardInput: ExchangeRewardInput!) {
|
|
3710
3830
|
exchangeReward(exchangeRewardInput: $exchangeRewardInput) {
|
|
3711
3831
|
reward {
|
|
@@ -3998,7 +4118,7 @@ const SqmRewardExchangeList = class {
|
|
|
3998
4118
|
* @uiName Cost row title
|
|
3999
4119
|
*/
|
|
4000
4120
|
this.costTitle = "Cost to Redeem";
|
|
4001
|
-
stencilHooks_module.h(this);
|
|
4121
|
+
stencilHooks_module.h$1(this);
|
|
4002
4122
|
}
|
|
4003
4123
|
disconnectedCallback() { }
|
|
4004
4124
|
render() {
|
|
@@ -4054,7 +4174,7 @@ const debug$1 = stencilHooks_module.browser("sq:useRouter");
|
|
|
4054
4174
|
function matchPath(pattern, page) {
|
|
4055
4175
|
if (!pattern)
|
|
4056
4176
|
return;
|
|
4057
|
-
const regexp = index$
|
|
4177
|
+
const regexp = index$1.pathToRegexp(pattern);
|
|
4058
4178
|
return regexp.exec(page);
|
|
4059
4179
|
}
|
|
4060
4180
|
function useRouter() {
|
|
@@ -4132,7 +4252,7 @@ const SqmRouter = class {
|
|
|
4132
4252
|
constructor(hostRef) {
|
|
4133
4253
|
index.registerInstance(this, hostRef);
|
|
4134
4254
|
this.ignored = true;
|
|
4135
|
-
stencilHooks_module.h(this);
|
|
4255
|
+
stencilHooks_module.h$1(this);
|
|
4136
4256
|
}
|
|
4137
4257
|
disconnectedCallback() { }
|
|
4138
4258
|
render() {
|
|
@@ -4181,7 +4301,7 @@ const ShareButton = class {
|
|
|
4181
4301
|
* @uiName Unsupported platform text
|
|
4182
4302
|
*/
|
|
4183
4303
|
this.unsupportedPlatformText = "Error: not on a supported device";
|
|
4184
|
-
stencilHooks_module.h(this);
|
|
4304
|
+
stencilHooks_module.h$1(this);
|
|
4185
4305
|
}
|
|
4186
4306
|
disconnectedCallback() { }
|
|
4187
4307
|
render() {
|
|
@@ -4204,7 +4324,7 @@ function useDemoShareButton(props) {
|
|
|
4204
4324
|
}
|
|
4205
4325
|
ShareButton.style = sqmShareButtonCss;
|
|
4206
4326
|
|
|
4207
|
-
const MessageLinkQuery =
|
|
4327
|
+
const MessageLinkQuery = index_module.dist.gql `
|
|
4208
4328
|
query ($programId: ID) {
|
|
4209
4329
|
user: viewer {
|
|
4210
4330
|
... on User {
|
|
@@ -4213,7 +4333,7 @@ const MessageLinkQuery = index$1.dist.gql `
|
|
|
4213
4333
|
}
|
|
4214
4334
|
}
|
|
4215
4335
|
`;
|
|
4216
|
-
const WIDGET_ENGAGEMENT_EVENT$1 =
|
|
4336
|
+
const WIDGET_ENGAGEMENT_EVENT$1 = index_module.dist.gql `
|
|
4217
4337
|
mutation loadEvent($eventMeta: UserAnalyticsEvent!) {
|
|
4218
4338
|
createUserAnalyticsEvent(eventMeta: $eventMeta)
|
|
4219
4339
|
}
|
|
@@ -4288,7 +4408,7 @@ const ShareCode = class {
|
|
|
4288
4408
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4289
4409
|
*/
|
|
4290
4410
|
this.buttonStyle = "icon";
|
|
4291
|
-
stencilHooks_module.h(this);
|
|
4411
|
+
stencilHooks_module.h$1(this);
|
|
4292
4412
|
}
|
|
4293
4413
|
disconnectedCallback() { }
|
|
4294
4414
|
render() {
|
|
@@ -4357,7 +4477,7 @@ const ShareLink = class {
|
|
|
4357
4477
|
* @uiEnumNames ["Icon", "Button outside", "Button below"]
|
|
4358
4478
|
*/
|
|
4359
4479
|
this.buttonStyle = "icon";
|
|
4360
|
-
stencilHooks_module.h(this);
|
|
4480
|
+
stencilHooks_module.h$1(this);
|
|
4361
4481
|
}
|
|
4362
4482
|
disconnectedCallback() { }
|
|
4363
4483
|
render() {
|
|
@@ -4407,7 +4527,7 @@ const StatContainer = class {
|
|
|
4407
4527
|
* @uiEnumNames ["Grid", "Flex"]
|
|
4408
4528
|
*/
|
|
4409
4529
|
this.display = "grid";
|
|
4410
|
-
stencilHooks_module.h(this);
|
|
4530
|
+
stencilHooks_module.h$1(this);
|
|
4411
4531
|
}
|
|
4412
4532
|
disconnectedCallback() { }
|
|
4413
4533
|
render() {
|
|
@@ -4415,7 +4535,7 @@ const StatContainer = class {
|
|
|
4415
4535
|
}
|
|
4416
4536
|
};
|
|
4417
4537
|
|
|
4418
|
-
const SEND_EVENT =
|
|
4538
|
+
const SEND_EVENT = index_module.dist.gql `
|
|
4419
4539
|
mutation taskCardEvent($userEventInput: UserEventInput!) {
|
|
4420
4540
|
logUserEvent(userEventInput: $userEventInput) {
|
|
4421
4541
|
userId
|
|
@@ -4565,7 +4685,7 @@ const TaskCard = class {
|
|
|
4565
4685
|
* @uiGroup Button
|
|
4566
4686
|
*/
|
|
4567
4687
|
this.hideButton = false;
|
|
4568
|
-
stencilHooks_module.h(this);
|
|
4688
|
+
stencilHooks_module.h$1(this);
|
|
4569
4689
|
}
|
|
4570
4690
|
disconnectedCallback() { }
|
|
4571
4691
|
render() {
|
|
@@ -4605,7 +4725,7 @@ const Timeline = class {
|
|
|
4605
4725
|
* @uiEnumNames ["Gift", "Circle"]
|
|
4606
4726
|
*/
|
|
4607
4727
|
this.icon = "gift";
|
|
4608
|
-
stencilHooks_module.h(this);
|
|
4728
|
+
stencilHooks_module.h$1(this);
|
|
4609
4729
|
}
|
|
4610
4730
|
disconnectedCallback() { }
|
|
4611
4731
|
render() {
|
|
@@ -4719,7 +4839,7 @@ const TimelineReward = class {
|
|
|
4719
4839
|
index.registerInstance(this, hostRef);
|
|
4720
4840
|
this.ignored = true;
|
|
4721
4841
|
this.iconState = "gift";
|
|
4722
|
-
stencilHooks_module.h(this);
|
|
4842
|
+
stencilHooks_module.h$1(this);
|
|
4723
4843
|
}
|
|
4724
4844
|
async setIcon(value) {
|
|
4725
4845
|
this.iconState = value;
|
|
@@ -4735,7 +4855,7 @@ function UserNameView(props) {
|
|
|
4735
4855
|
return index.h(index.Host, null, props.loading ? props.loadingText : props.username);
|
|
4736
4856
|
}
|
|
4737
4857
|
|
|
4738
|
-
const GET_USER_NAME =
|
|
4858
|
+
const GET_USER_NAME = index_module.dist.gql `
|
|
4739
4859
|
query getUserName {
|
|
4740
4860
|
viewer {
|
|
4741
4861
|
... on User {
|
|
@@ -4773,7 +4893,7 @@ const UserName = class {
|
|
|
4773
4893
|
* @uiName Loading text
|
|
4774
4894
|
*/
|
|
4775
4895
|
this.loadingText = "...";
|
|
4776
|
-
stencilHooks_module.h(this);
|
|
4896
|
+
stencilHooks_module.h$1(this);
|
|
4777
4897
|
}
|
|
4778
4898
|
disconnectedCallback() { }
|
|
4779
4899
|
render() {
|