@saasquatch/mint-components 2.2.0-6 → 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-0f042aa6.entry.js +0 -116
- 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-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-d6ccb6fc.entry.js +0 -1
- package/dist/mint-components/p-e516e8ca.system.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
|
@@ -7,35 +7,6 @@ import { getProps } from "../../utils/utils";
|
|
|
7
7
|
import { extractProps } from "../tax-and-cash/sqm-tax-and-cash/extractProps";
|
|
8
8
|
import { SHOW_CODE_NAMESPACE, VERIFICATION_EMAIL_NAMESPACE, VERIFICATION_PARENT_NAMESPACE, } from "./keys";
|
|
9
9
|
import { useWidgetVerification } from "./useWidgetVerification";
|
|
10
|
-
import { createStyleSheet } from "../../styling/JSS";
|
|
11
|
-
const style = {
|
|
12
|
-
Dialog: {
|
|
13
|
-
"&::part(panel)": {
|
|
14
|
-
maxWidth: "480px",
|
|
15
|
-
},
|
|
16
|
-
"&::part(body)": {
|
|
17
|
-
padding: "0 var(--sl-spacing-x-large)",
|
|
18
|
-
fontSize: "var(--sl-font-size-small)",
|
|
19
|
-
overflow: "visible",
|
|
20
|
-
},
|
|
21
|
-
"&::part(footer)": {
|
|
22
|
-
display: "flex",
|
|
23
|
-
flexDirection: "column",
|
|
24
|
-
gap: "var(--sl-spacing-small)",
|
|
25
|
-
},
|
|
26
|
-
"&::part(overlay)": {
|
|
27
|
-
background: "rgba(0, 0, 0, 0.5)",
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
DialogTitle: {
|
|
31
|
-
fontSize: "var(--sl-font-size-x-large)",
|
|
32
|
-
fontWeight: "600",
|
|
33
|
-
padding: "var(--sl-spacing-x-large) 0 0 0",
|
|
34
|
-
margin: "0",
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
const sheet = createStyleSheet(style);
|
|
38
|
-
const styleString = sheet.toString();
|
|
39
10
|
/**
|
|
40
11
|
* @uiName Widget Verification Flow
|
|
41
12
|
* @exampleGroup Widget Verification
|
|
@@ -43,15 +14,20 @@ const styleString = sheet.toString();
|
|
|
43
14
|
*/
|
|
44
15
|
export class WidgetVerification {
|
|
45
16
|
constructor() {
|
|
46
|
-
// ! Any updated must be reflected in sqm-widget-verification-internal AND sqm-email-verification AND sqm-code-verification
|
|
17
|
+
// ! Any updated must be reflected in sqm-widget-verification-internal AND sqm-email-verification AND sqm-code-verification
|
|
47
18
|
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
48
19
|
GENERAL PROPS
|
|
49
20
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
|
|
50
21
|
/**
|
|
51
|
-
* @uiName General widget header text
|
|
22
|
+
* @uiName General verify widget header text
|
|
23
|
+
* @uiGroup General Text
|
|
24
|
+
*/
|
|
25
|
+
this.general_verifyEmailHeader = "Verify your email";
|
|
26
|
+
/**
|
|
27
|
+
* @uiName General verify widget description text
|
|
52
28
|
* @uiGroup General Text
|
|
53
29
|
*/
|
|
54
|
-
this.
|
|
30
|
+
this.general_verifyEmailDescription = "To get your cash paid out directly to your bank account, please complete your account setup";
|
|
55
31
|
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
56
32
|
EMAIL STEP PROPS
|
|
57
33
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
|
|
@@ -86,7 +62,7 @@ export class WidgetVerification {
|
|
|
86
62
|
*/
|
|
87
63
|
this.emailStep_emailValidationErrorText = "Please enter a valid email";
|
|
88
64
|
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
89
|
-
|
|
65
|
+
EMAIL STEP PROPS
|
|
90
66
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
|
|
91
67
|
/**
|
|
92
68
|
* @uiName Verify code widget header text
|
|
@@ -133,86 +109,10 @@ export class WidgetVerification {
|
|
|
133
109
|
* @uiGroup Code Verification Step
|
|
134
110
|
*/
|
|
135
111
|
this.codeStep_networkErrorMessage = "An error occurred while verifying your email. Please refresh the page and try again.";
|
|
136
|
-
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
137
|
-
PARTNER CREATION STEP PROPS
|
|
138
|
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
|
|
139
|
-
/**
|
|
140
|
-
* @uiName New partner header
|
|
141
|
-
* @uiGroup Partner Creation Step
|
|
142
|
-
* @uiWidget textArea
|
|
143
|
-
*/
|
|
144
|
-
this.createPartnerStep_modalHeader = "Let's get you ready for rewards";
|
|
145
|
-
/**
|
|
146
|
-
* @uiName Existing partner header
|
|
147
|
-
* @uiGroup Partner Creation Step
|
|
148
|
-
* @uiWidget textArea
|
|
149
|
-
*/
|
|
150
|
-
this.createPartnerStep_modalHeaderExistingPartner = "We found an existing account";
|
|
151
|
-
/**
|
|
152
|
-
* @uiName New partner description
|
|
153
|
-
* @uiGroup Partner Creation Step
|
|
154
|
-
* @uiWidget textArea
|
|
155
|
-
*/
|
|
156
|
-
this.createPartnerStep_descriptionNewPartner = "Confirm your country and currency now to get your future rewards faster.";
|
|
157
|
-
/**
|
|
158
|
-
* @uiName Existing partner description
|
|
159
|
-
* @uiGroup Partner Creation Step
|
|
160
|
-
* @uiWidget textArea
|
|
161
|
-
*/
|
|
162
|
-
this.createPartnerStep_descriptionExistingPartner = "We found an account with this email on our referral program provider, impact.com. Please confirm your country and currency now to get your future rewards faster.";
|
|
163
|
-
/**
|
|
164
|
-
* @uiName Existing partner support description
|
|
165
|
-
* @uiGroup Partner Creation Step
|
|
166
|
-
* @uiWidget textArea
|
|
167
|
-
*/
|
|
168
|
-
this.createPartnerStep_supportDescriptionExistingPartner = "If this is a mistake, please contact Support or sign up for this referral program with a different email.";
|
|
169
|
-
/**
|
|
170
|
-
* @uiName Country label
|
|
171
|
-
* @uiGroup Partner Creation Step
|
|
172
|
-
*/
|
|
173
|
-
this.createPartnerStep_countryLabel = "Country";
|
|
174
|
-
/**
|
|
175
|
-
* @uiName Currency label
|
|
176
|
-
* @uiGroup Partner Creation Step
|
|
177
|
-
*/
|
|
178
|
-
this.createPartnerStep_currencyLabel = "Currency";
|
|
179
|
-
/**
|
|
180
|
-
* @uiName Submit button label
|
|
181
|
-
* @uiGroup Partner Creation Step
|
|
182
|
-
*/
|
|
183
|
-
this.createPartnerStep_submitButtonLabel = "Submit";
|
|
184
|
-
/**
|
|
185
|
-
* @uiName Confirm button label
|
|
186
|
-
* @uiGroup Partner Creation Step
|
|
187
|
-
*/
|
|
188
|
-
this.createPartnerStep_confirmButtonLabel = "Confirm";
|
|
189
|
-
/**
|
|
190
|
-
* @uiName Search country placeholder
|
|
191
|
-
* @uiGroup Partner Creation Step
|
|
192
|
-
*/
|
|
193
|
-
this.createPartnerStep_searchCountryPlaceholder = "Search for a country";
|
|
194
|
-
/**
|
|
195
|
-
* @uiName Search currency placeholder
|
|
196
|
-
* @uiGroup Partner Creation Step
|
|
197
|
-
*/
|
|
198
|
-
this.createPartnerStep_searchCurrencyPlaceholder = "Search for a currency";
|
|
199
|
-
/**
|
|
200
|
-
* @uiName Network error text
|
|
201
|
-
* @uiGroup Partner Creation Step
|
|
202
|
-
* @uiWidget textArea
|
|
203
|
-
*/
|
|
204
|
-
this.createPartnerStep_networkErrorText = "An error occurred. Please try again.";
|
|
205
|
-
/**
|
|
206
|
-
* @uiName Missing fields error text
|
|
207
|
-
* @uiGroup Partner Creation Step
|
|
208
|
-
* @uiWidget textArea
|
|
209
|
-
*/
|
|
210
|
-
this.createPartnerStep_missingFieldsErrorText = "Please select both a country and currency.";
|
|
211
112
|
/**
|
|
212
113
|
* @undocumented
|
|
213
114
|
* @componentState { "title": "Step 1: Enter email", "props": { "showCode": false }, "dependencies": ["sqm-email-verification"], "uiGroup": "Email Verification Step" }
|
|
214
115
|
* @componentState { "title": "Step 2: Enter code", "props": { "showCode": true }, "dependencies": ["sqm-code-verification"], "uiGroup": "Code Verification Step" }
|
|
215
|
-
* @componentState { "title": "Step 3: Create Partner", "props": { "showPartnerModal": true }, "dependencies": ["sqm-partner-info-modal"], "uiGroup": "Partner Creation Step" }
|
|
216
116
|
*/
|
|
217
117
|
this.stateController = "{}";
|
|
218
118
|
withHooks(this);
|
|
@@ -223,47 +123,25 @@ export class WidgetVerification {
|
|
|
223
123
|
return extractProps(props, prefix);
|
|
224
124
|
}
|
|
225
125
|
render() {
|
|
226
|
-
var _a;
|
|
227
126
|
const props = isDemo()
|
|
228
127
|
? useDemoWidgetVerificationInternal(this)
|
|
229
128
|
: useWidgetVerification();
|
|
230
129
|
if (props.loading)
|
|
231
130
|
return h("sl-spinner", null);
|
|
232
|
-
|
|
233
|
-
const partnerState = typeof props["sqm-partner-info-modal_stateController"] === "string"
|
|
234
|
-
? parseStates(props["sqm-partner-info-modal_stateController"])
|
|
235
|
-
: props["sqm-partner-info-modal_stateController"];
|
|
236
|
-
if (props.showPartnerModal && ((_a = partnerState === null || partnerState === void 0 ? void 0 : partnerState.states) === null || _a === void 0 ? void 0 : _a.open) === false) {
|
|
237
|
-
return h("div", null);
|
|
238
|
-
}
|
|
239
|
-
const partnerText = this.getStepTextProps("createPartnerStep_");
|
|
240
|
-
const dialogLabel = this.general_widgetHeaderWithPartnerCreation;
|
|
241
|
-
const renderStepContent = () => {
|
|
242
|
-
if (props.showPartnerModal) {
|
|
243
|
-
return (h("sqm-partner-info-modal", Object.assign({ inModal: true }, partnerText, { stateController: props["sqm-partner-info-modal_stateController"] || "{}" })));
|
|
244
|
-
}
|
|
245
|
-
if (props.showCode) {
|
|
246
|
-
return (h("sqm-code-verification", Object.assign({ onVerification: props.onVerification }, this.getStepTextProps("codeStep_"), extractProps(props, "sqm-code-verification_"))));
|
|
247
|
-
}
|
|
248
|
-
return (h("sqm-email-verification", Object.assign({}, this.getStepTextProps("emailStep_"), extractProps(props, "sqm-email-verification_"))));
|
|
249
|
-
};
|
|
131
|
+
const generalText = this.getStepTextProps("general_");
|
|
250
132
|
return (h("div", null,
|
|
251
|
-
h("
|
|
252
|
-
h("
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
}
|
|
259
|
-
} },
|
|
260
|
-
h("h2", { class: sheet.classes.DialogTitle }, dialogLabel),
|
|
261
|
-
renderStepContent())));
|
|
133
|
+
h("h3", { style: { fontSize: "24px", margin: "0" } }, generalText.verifyEmailHeader),
|
|
134
|
+
h("p", { style: {
|
|
135
|
+
color: "var(--sl-color-neutral-500)",
|
|
136
|
+
fontSize: "var(--sl-font-size-medium)",
|
|
137
|
+
margin: "0",
|
|
138
|
+
} }, generalText.verifyEmailDescription),
|
|
139
|
+
props.showCode ? (h("sqm-code-verification", Object.assign({ onVerification: props.onVerification }, this.getStepTextProps("codeStep_"), extractProps(props, "sqm-code-verification_")))) : (h("sqm-email-verification", Object.assign({}, this.getStepTextProps("emailStep_"), extractProps(props, "sqm-email-verification_"))))));
|
|
262
140
|
}
|
|
263
141
|
static get is() { return "sqm-widget-verification"; }
|
|
264
142
|
static get encapsulation() { return "shadow"; }
|
|
265
143
|
static get properties() { return {
|
|
266
|
-
"
|
|
144
|
+
"general_verifyEmailHeader": {
|
|
267
145
|
"type": "string",
|
|
268
146
|
"mutable": false,
|
|
269
147
|
"complexType": {
|
|
@@ -275,7 +153,7 @@ export class WidgetVerification {
|
|
|
275
153
|
"optional": false,
|
|
276
154
|
"docs": {
|
|
277
155
|
"tags": [{
|
|
278
|
-
"text": "General widget header text
|
|
156
|
+
"text": "General verify widget header text",
|
|
279
157
|
"name": "uiName"
|
|
280
158
|
}, {
|
|
281
159
|
"text": "General Text",
|
|
@@ -283,9 +161,33 @@ export class WidgetVerification {
|
|
|
283
161
|
}],
|
|
284
162
|
"text": ""
|
|
285
163
|
},
|
|
286
|
-
"attribute": "
|
|
164
|
+
"attribute": "general_verify-email-header",
|
|
287
165
|
"reflect": false,
|
|
288
|
-
"defaultValue": "\"
|
|
166
|
+
"defaultValue": "\"Verify your email\""
|
|
167
|
+
},
|
|
168
|
+
"general_verifyEmailDescription": {
|
|
169
|
+
"type": "string",
|
|
170
|
+
"mutable": false,
|
|
171
|
+
"complexType": {
|
|
172
|
+
"original": "string",
|
|
173
|
+
"resolved": "string",
|
|
174
|
+
"references": {}
|
|
175
|
+
},
|
|
176
|
+
"required": false,
|
|
177
|
+
"optional": false,
|
|
178
|
+
"docs": {
|
|
179
|
+
"tags": [{
|
|
180
|
+
"text": "General verify widget description text",
|
|
181
|
+
"name": "uiName"
|
|
182
|
+
}, {
|
|
183
|
+
"text": "General Text",
|
|
184
|
+
"name": "uiGroup"
|
|
185
|
+
}],
|
|
186
|
+
"text": ""
|
|
187
|
+
},
|
|
188
|
+
"attribute": "general_verify-email-description",
|
|
189
|
+
"reflect": false,
|
|
190
|
+
"defaultValue": "\"To get your cash paid out directly to your bank account, please complete your account setup\""
|
|
289
191
|
},
|
|
290
192
|
"emailStep_verifyEmailHeaderText": {
|
|
291
193
|
"type": "string",
|
|
@@ -623,339 +525,6 @@ export class WidgetVerification {
|
|
|
623
525
|
"reflect": false,
|
|
624
526
|
"defaultValue": "\"An error occurred while verifying your email. Please refresh the page and try again.\""
|
|
625
527
|
},
|
|
626
|
-
"createPartnerStep_modalHeader": {
|
|
627
|
-
"type": "string",
|
|
628
|
-
"mutable": false,
|
|
629
|
-
"complexType": {
|
|
630
|
-
"original": "string",
|
|
631
|
-
"resolved": "string",
|
|
632
|
-
"references": {}
|
|
633
|
-
},
|
|
634
|
-
"required": false,
|
|
635
|
-
"optional": false,
|
|
636
|
-
"docs": {
|
|
637
|
-
"tags": [{
|
|
638
|
-
"text": "New partner header",
|
|
639
|
-
"name": "uiName"
|
|
640
|
-
}, {
|
|
641
|
-
"text": "Partner Creation Step",
|
|
642
|
-
"name": "uiGroup"
|
|
643
|
-
}, {
|
|
644
|
-
"text": "textArea",
|
|
645
|
-
"name": "uiWidget"
|
|
646
|
-
}],
|
|
647
|
-
"text": ""
|
|
648
|
-
},
|
|
649
|
-
"attribute": "create-partner-step_modal-header",
|
|
650
|
-
"reflect": false,
|
|
651
|
-
"defaultValue": "\"Let's get you ready for rewards\""
|
|
652
|
-
},
|
|
653
|
-
"createPartnerStep_modalHeaderExistingPartner": {
|
|
654
|
-
"type": "string",
|
|
655
|
-
"mutable": false,
|
|
656
|
-
"complexType": {
|
|
657
|
-
"original": "string",
|
|
658
|
-
"resolved": "string",
|
|
659
|
-
"references": {}
|
|
660
|
-
},
|
|
661
|
-
"required": false,
|
|
662
|
-
"optional": false,
|
|
663
|
-
"docs": {
|
|
664
|
-
"tags": [{
|
|
665
|
-
"text": "Existing partner header",
|
|
666
|
-
"name": "uiName"
|
|
667
|
-
}, {
|
|
668
|
-
"text": "Partner Creation Step",
|
|
669
|
-
"name": "uiGroup"
|
|
670
|
-
}, {
|
|
671
|
-
"text": "textArea",
|
|
672
|
-
"name": "uiWidget"
|
|
673
|
-
}],
|
|
674
|
-
"text": ""
|
|
675
|
-
},
|
|
676
|
-
"attribute": "create-partner-step_modal-header-existing-partner",
|
|
677
|
-
"reflect": false,
|
|
678
|
-
"defaultValue": "\"We found an existing account\""
|
|
679
|
-
},
|
|
680
|
-
"createPartnerStep_descriptionNewPartner": {
|
|
681
|
-
"type": "string",
|
|
682
|
-
"mutable": false,
|
|
683
|
-
"complexType": {
|
|
684
|
-
"original": "string",
|
|
685
|
-
"resolved": "string",
|
|
686
|
-
"references": {}
|
|
687
|
-
},
|
|
688
|
-
"required": false,
|
|
689
|
-
"optional": false,
|
|
690
|
-
"docs": {
|
|
691
|
-
"tags": [{
|
|
692
|
-
"text": "New partner description",
|
|
693
|
-
"name": "uiName"
|
|
694
|
-
}, {
|
|
695
|
-
"text": "Partner Creation Step",
|
|
696
|
-
"name": "uiGroup"
|
|
697
|
-
}, {
|
|
698
|
-
"text": "textArea",
|
|
699
|
-
"name": "uiWidget"
|
|
700
|
-
}],
|
|
701
|
-
"text": ""
|
|
702
|
-
},
|
|
703
|
-
"attribute": "create-partner-step_description-new-partner",
|
|
704
|
-
"reflect": false,
|
|
705
|
-
"defaultValue": "\"Confirm your country and currency now to get your future rewards faster.\""
|
|
706
|
-
},
|
|
707
|
-
"createPartnerStep_descriptionExistingPartner": {
|
|
708
|
-
"type": "string",
|
|
709
|
-
"mutable": false,
|
|
710
|
-
"complexType": {
|
|
711
|
-
"original": "string",
|
|
712
|
-
"resolved": "string",
|
|
713
|
-
"references": {}
|
|
714
|
-
},
|
|
715
|
-
"required": false,
|
|
716
|
-
"optional": false,
|
|
717
|
-
"docs": {
|
|
718
|
-
"tags": [{
|
|
719
|
-
"text": "Existing partner description",
|
|
720
|
-
"name": "uiName"
|
|
721
|
-
}, {
|
|
722
|
-
"text": "Partner Creation Step",
|
|
723
|
-
"name": "uiGroup"
|
|
724
|
-
}, {
|
|
725
|
-
"text": "textArea",
|
|
726
|
-
"name": "uiWidget"
|
|
727
|
-
}],
|
|
728
|
-
"text": ""
|
|
729
|
-
},
|
|
730
|
-
"attribute": "create-partner-step_description-existing-partner",
|
|
731
|
-
"reflect": false,
|
|
732
|
-
"defaultValue": "\"We found an account with this email on our referral program provider, impact.com. Please confirm your country and currency now to get your future rewards faster.\""
|
|
733
|
-
},
|
|
734
|
-
"createPartnerStep_supportDescriptionExistingPartner": {
|
|
735
|
-
"type": "string",
|
|
736
|
-
"mutable": false,
|
|
737
|
-
"complexType": {
|
|
738
|
-
"original": "string",
|
|
739
|
-
"resolved": "string",
|
|
740
|
-
"references": {}
|
|
741
|
-
},
|
|
742
|
-
"required": false,
|
|
743
|
-
"optional": false,
|
|
744
|
-
"docs": {
|
|
745
|
-
"tags": [{
|
|
746
|
-
"text": "Existing partner support description",
|
|
747
|
-
"name": "uiName"
|
|
748
|
-
}, {
|
|
749
|
-
"text": "Partner Creation Step",
|
|
750
|
-
"name": "uiGroup"
|
|
751
|
-
}, {
|
|
752
|
-
"text": "textArea",
|
|
753
|
-
"name": "uiWidget"
|
|
754
|
-
}],
|
|
755
|
-
"text": ""
|
|
756
|
-
},
|
|
757
|
-
"attribute": "create-partner-step_support-description-existing-partner",
|
|
758
|
-
"reflect": false,
|
|
759
|
-
"defaultValue": "\"If this is a mistake, please contact Support or sign up for this referral program with a different email.\""
|
|
760
|
-
},
|
|
761
|
-
"createPartnerStep_countryLabel": {
|
|
762
|
-
"type": "string",
|
|
763
|
-
"mutable": false,
|
|
764
|
-
"complexType": {
|
|
765
|
-
"original": "string",
|
|
766
|
-
"resolved": "string",
|
|
767
|
-
"references": {}
|
|
768
|
-
},
|
|
769
|
-
"required": false,
|
|
770
|
-
"optional": false,
|
|
771
|
-
"docs": {
|
|
772
|
-
"tags": [{
|
|
773
|
-
"text": "Country label",
|
|
774
|
-
"name": "uiName"
|
|
775
|
-
}, {
|
|
776
|
-
"text": "Partner Creation Step",
|
|
777
|
-
"name": "uiGroup"
|
|
778
|
-
}],
|
|
779
|
-
"text": ""
|
|
780
|
-
},
|
|
781
|
-
"attribute": "create-partner-step_country-label",
|
|
782
|
-
"reflect": false,
|
|
783
|
-
"defaultValue": "\"Country\""
|
|
784
|
-
},
|
|
785
|
-
"createPartnerStep_currencyLabel": {
|
|
786
|
-
"type": "string",
|
|
787
|
-
"mutable": false,
|
|
788
|
-
"complexType": {
|
|
789
|
-
"original": "string",
|
|
790
|
-
"resolved": "string",
|
|
791
|
-
"references": {}
|
|
792
|
-
},
|
|
793
|
-
"required": false,
|
|
794
|
-
"optional": false,
|
|
795
|
-
"docs": {
|
|
796
|
-
"tags": [{
|
|
797
|
-
"text": "Currency label",
|
|
798
|
-
"name": "uiName"
|
|
799
|
-
}, {
|
|
800
|
-
"text": "Partner Creation Step",
|
|
801
|
-
"name": "uiGroup"
|
|
802
|
-
}],
|
|
803
|
-
"text": ""
|
|
804
|
-
},
|
|
805
|
-
"attribute": "create-partner-step_currency-label",
|
|
806
|
-
"reflect": false,
|
|
807
|
-
"defaultValue": "\"Currency\""
|
|
808
|
-
},
|
|
809
|
-
"createPartnerStep_submitButtonLabel": {
|
|
810
|
-
"type": "string",
|
|
811
|
-
"mutable": false,
|
|
812
|
-
"complexType": {
|
|
813
|
-
"original": "string",
|
|
814
|
-
"resolved": "string",
|
|
815
|
-
"references": {}
|
|
816
|
-
},
|
|
817
|
-
"required": false,
|
|
818
|
-
"optional": false,
|
|
819
|
-
"docs": {
|
|
820
|
-
"tags": [{
|
|
821
|
-
"text": "Submit button label",
|
|
822
|
-
"name": "uiName"
|
|
823
|
-
}, {
|
|
824
|
-
"text": "Partner Creation Step",
|
|
825
|
-
"name": "uiGroup"
|
|
826
|
-
}],
|
|
827
|
-
"text": ""
|
|
828
|
-
},
|
|
829
|
-
"attribute": "create-partner-step_submit-button-label",
|
|
830
|
-
"reflect": false,
|
|
831
|
-
"defaultValue": "\"Submit\""
|
|
832
|
-
},
|
|
833
|
-
"createPartnerStep_confirmButtonLabel": {
|
|
834
|
-
"type": "string",
|
|
835
|
-
"mutable": false,
|
|
836
|
-
"complexType": {
|
|
837
|
-
"original": "string",
|
|
838
|
-
"resolved": "string",
|
|
839
|
-
"references": {}
|
|
840
|
-
},
|
|
841
|
-
"required": false,
|
|
842
|
-
"optional": false,
|
|
843
|
-
"docs": {
|
|
844
|
-
"tags": [{
|
|
845
|
-
"text": "Confirm button label",
|
|
846
|
-
"name": "uiName"
|
|
847
|
-
}, {
|
|
848
|
-
"text": "Partner Creation Step",
|
|
849
|
-
"name": "uiGroup"
|
|
850
|
-
}],
|
|
851
|
-
"text": ""
|
|
852
|
-
},
|
|
853
|
-
"attribute": "create-partner-step_confirm-button-label",
|
|
854
|
-
"reflect": false,
|
|
855
|
-
"defaultValue": "\"Confirm\""
|
|
856
|
-
},
|
|
857
|
-
"createPartnerStep_searchCountryPlaceholder": {
|
|
858
|
-
"type": "string",
|
|
859
|
-
"mutable": false,
|
|
860
|
-
"complexType": {
|
|
861
|
-
"original": "string",
|
|
862
|
-
"resolved": "string",
|
|
863
|
-
"references": {}
|
|
864
|
-
},
|
|
865
|
-
"required": false,
|
|
866
|
-
"optional": false,
|
|
867
|
-
"docs": {
|
|
868
|
-
"tags": [{
|
|
869
|
-
"text": "Search country placeholder",
|
|
870
|
-
"name": "uiName"
|
|
871
|
-
}, {
|
|
872
|
-
"text": "Partner Creation Step",
|
|
873
|
-
"name": "uiGroup"
|
|
874
|
-
}],
|
|
875
|
-
"text": ""
|
|
876
|
-
},
|
|
877
|
-
"attribute": "create-partner-step_search-country-placeholder",
|
|
878
|
-
"reflect": false,
|
|
879
|
-
"defaultValue": "\"Search for a country\""
|
|
880
|
-
},
|
|
881
|
-
"createPartnerStep_searchCurrencyPlaceholder": {
|
|
882
|
-
"type": "string",
|
|
883
|
-
"mutable": false,
|
|
884
|
-
"complexType": {
|
|
885
|
-
"original": "string",
|
|
886
|
-
"resolved": "string",
|
|
887
|
-
"references": {}
|
|
888
|
-
},
|
|
889
|
-
"required": false,
|
|
890
|
-
"optional": false,
|
|
891
|
-
"docs": {
|
|
892
|
-
"tags": [{
|
|
893
|
-
"text": "Search currency placeholder",
|
|
894
|
-
"name": "uiName"
|
|
895
|
-
}, {
|
|
896
|
-
"text": "Partner Creation Step",
|
|
897
|
-
"name": "uiGroup"
|
|
898
|
-
}],
|
|
899
|
-
"text": ""
|
|
900
|
-
},
|
|
901
|
-
"attribute": "create-partner-step_search-currency-placeholder",
|
|
902
|
-
"reflect": false,
|
|
903
|
-
"defaultValue": "\"Search for a currency\""
|
|
904
|
-
},
|
|
905
|
-
"createPartnerStep_networkErrorText": {
|
|
906
|
-
"type": "string",
|
|
907
|
-
"mutable": false,
|
|
908
|
-
"complexType": {
|
|
909
|
-
"original": "string",
|
|
910
|
-
"resolved": "string",
|
|
911
|
-
"references": {}
|
|
912
|
-
},
|
|
913
|
-
"required": false,
|
|
914
|
-
"optional": false,
|
|
915
|
-
"docs": {
|
|
916
|
-
"tags": [{
|
|
917
|
-
"text": "Network error text",
|
|
918
|
-
"name": "uiName"
|
|
919
|
-
}, {
|
|
920
|
-
"text": "Partner Creation Step",
|
|
921
|
-
"name": "uiGroup"
|
|
922
|
-
}, {
|
|
923
|
-
"text": "textArea",
|
|
924
|
-
"name": "uiWidget"
|
|
925
|
-
}],
|
|
926
|
-
"text": ""
|
|
927
|
-
},
|
|
928
|
-
"attribute": "create-partner-step_network-error-text",
|
|
929
|
-
"reflect": false,
|
|
930
|
-
"defaultValue": "\"An error occurred. Please try again.\""
|
|
931
|
-
},
|
|
932
|
-
"createPartnerStep_missingFieldsErrorText": {
|
|
933
|
-
"type": "string",
|
|
934
|
-
"mutable": false,
|
|
935
|
-
"complexType": {
|
|
936
|
-
"original": "string",
|
|
937
|
-
"resolved": "string",
|
|
938
|
-
"references": {}
|
|
939
|
-
},
|
|
940
|
-
"required": false,
|
|
941
|
-
"optional": false,
|
|
942
|
-
"docs": {
|
|
943
|
-
"tags": [{
|
|
944
|
-
"text": "Missing fields error text",
|
|
945
|
-
"name": "uiName"
|
|
946
|
-
}, {
|
|
947
|
-
"text": "Partner Creation Step",
|
|
948
|
-
"name": "uiGroup"
|
|
949
|
-
}, {
|
|
950
|
-
"text": "textArea",
|
|
951
|
-
"name": "uiWidget"
|
|
952
|
-
}],
|
|
953
|
-
"text": ""
|
|
954
|
-
},
|
|
955
|
-
"attribute": "create-partner-step_missing-fields-error-text",
|
|
956
|
-
"reflect": false,
|
|
957
|
-
"defaultValue": "\"Please select both a country and currency.\""
|
|
958
|
-
},
|
|
959
528
|
"stateController": {
|
|
960
529
|
"type": "string",
|
|
961
530
|
"mutable": false,
|
|
@@ -976,9 +545,6 @@ export class WidgetVerification {
|
|
|
976
545
|
}, {
|
|
977
546
|
"text": "{ \"title\": \"Step 2: Enter code\", \"props\": { \"showCode\": true }, \"dependencies\": [\"sqm-code-verification\"], \"uiGroup\": \"Code Verification Step\" }",
|
|
978
547
|
"name": "componentState"
|
|
979
|
-
}, {
|
|
980
|
-
"text": "{ \"title\": \"Step 3: Create Partner\", \"props\": { \"showPartnerModal\": true }, \"dependencies\": [\"sqm-partner-info-modal\"], \"uiGroup\": \"Partner Creation Step\" }",
|
|
981
|
-
"name": "componentState"
|
|
982
548
|
}],
|
|
983
549
|
"text": ""
|
|
984
550
|
},
|
|
@@ -1005,11 +571,5 @@ function useDemoWidgetVerificationInternal(props) {
|
|
|
1005
571
|
const onVerification = () => {
|
|
1006
572
|
setContext(true);
|
|
1007
573
|
};
|
|
1008
|
-
return deepmerge({
|
|
1009
|
-
showCode,
|
|
1010
|
-
showPartnerModal: false,
|
|
1011
|
-
onVerification,
|
|
1012
|
-
onPartnerModalComplete: () => { },
|
|
1013
|
-
loading: false,
|
|
1014
|
-
}, formatted || {}, { arrayMerge: (_, a) => a });
|
|
574
|
+
return deepmerge({ showCode, onVerification, loading: false }, formatted || {}, { arrayMerge: (_, a) => a });
|
|
1015
575
|
}
|