@saasquatch/mint-components 2.0.2-5 → 2.0.2-7
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/{IndirectTaxDetailsView-20d5b4c5.js → IndirectTaxDetailsView-e5f70b8b.js} +2 -2
- package/dist/cjs/{ShadowViewAddon-21e729d3.js → ShadowViewAddon-925a8fa6.js} +8 -8
- package/dist/cjs/{global-560ac58f.js → global-8bba5b3a.js} +0 -4
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +346 -116
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +224 -29
- package/dist/cjs/sqm-code-verification.cjs.entry.js +1 -1
- package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
- package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
- package/dist/cjs/sqm-header-logo.cjs.entry.js +14 -1
- package/dist/cjs/{sqm-lead-checkbox-field-view-f7910206.js → sqm-lead-checkbox-field-view-340acad0.js} +1 -1
- package/dist/cjs/sqm-lead-checkbox-field.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-lead-input-field-view-4e2a0c1a.js → sqm-lead-input-field-view-06ed3632.js} +1 -1
- package/dist/cjs/sqm-lead-input-field.cjs.entry.js +3 -3
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-556c645c.js → sqm-portal-email-verification-view-5518eb0d.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-profile-view-4a41c680.js → sqm-portal-profile-view-615e6975.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +9 -8
- package/dist/cjs/{useLeadFormState-b916bf5d.js → useLeadFormState-fd0445f9.js} +1 -1
- package/dist/cjs/{data-16106637.js → usePayoutStatus-95874989.js} +155 -129
- package/dist/cjs/{utils-f6c4eed4.js → utils-83d125fa.js} +1 -1
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +80 -3
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +3 -3
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +4 -4
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +2 -1
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +46 -40
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +90 -2
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +353 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +30 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +301 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +92 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +302 -2
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +25 -14
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +92 -9
- package/dist/collection/global/styles.js +0 -4
- package/dist/collection/global/styles.ts +0 -4
- package/dist/esm/{IndirectTaxDetailsView-d1816a57.js → IndirectTaxDetailsView-0a57b622.js} +2 -2
- package/dist/esm/{ShadowViewAddon-5ecab399.js → ShadowViewAddon-aae27c2e.js} +8 -8
- package/dist/esm/{global-80e8f351.js → global-1099f20d.js} +0 -4
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/sqm-banking-info-form_10.entry.js +298 -68
- package/dist/esm/sqm-big-stat_47.entry.js +202 -7
- package/dist/esm/sqm-code-verification.entry.js +1 -1
- package/dist/esm/sqm-email-verification.entry.js +1 -1
- package/dist/esm/sqm-empty_4.entry.js +1 -1
- package/dist/esm/sqm-header-logo.entry.js +14 -1
- package/dist/esm/{sqm-lead-checkbox-field-view-babfef96.js → sqm-lead-checkbox-field-view-cbafee07.js} +1 -1
- package/dist/esm/sqm-lead-checkbox-field.entry.js +3 -3
- package/dist/esm/{sqm-lead-input-field-view-5e9001b5.js → sqm-lead-input-field-view-f3775c28.js} +1 -1
- package/dist/esm/sqm-lead-input-field.entry.js +3 -3
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/sqm-pagination_3.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-2e84bb34.js → sqm-portal-email-verification-view-7d86299c.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-87621310.js → sqm-portal-profile-view-3ed13e4d.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +9 -8
- package/dist/esm/{useLeadFormState-53b556e3.js → useLeadFormState-c379e5d7.js} +1 -1
- package/dist/esm/{data-acdb790f.js → usePayoutStatus-c515b24b.js} +156 -130
- package/dist/esm/{utils-7e72d7ed.js → utils-6122971b.js} +1 -1
- package/dist/esm-es5/{IndirectTaxDetailsView-d1816a57.js → IndirectTaxDetailsView-0a57b622.js} +1 -1
- package/dist/esm-es5/{ShadowViewAddon-5ecab399.js → ShadowViewAddon-aae27c2e.js} +1 -1
- package/dist/esm-es5/{global-80e8f351.js → global-1099f20d.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
- package/dist/esm-es5/sqm-code-verification.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-header-logo.entry.js +1 -1
- package/dist/esm-es5/{sqm-lead-checkbox-field-view-babfef96.js → sqm-lead-checkbox-field-view-cbafee07.js} +1 -1
- package/dist/esm-es5/sqm-lead-checkbox-field.entry.js +1 -1
- package/dist/esm-es5/{sqm-lead-input-field-view-5e9001b5.js → sqm-lead-input-field-view-f3775c28.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-pagination_3.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-2e84bb34.js → sqm-portal-email-verification-view-7d86299c.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-87621310.js → sqm-portal-profile-view-3ed13e4d.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.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/{useLeadFormState-53b556e3.js → useLeadFormState-c379e5d7.js} +1 -1
- package/dist/esm-es5/usePayoutStatus-c515b24b.js +6 -0
- package/dist/esm-es5/{utils-7e72d7ed.js → utils-6122971b.js} +1 -1
- package/dist/mint-components/global/styles.ts +0 -4
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/{p-51c8c4a3.js → p-00bc7211.js} +1 -1
- package/dist/mint-components/{p-4d5845ac.system.entry.js → p-0649123a.system.entry.js} +1 -1
- package/dist/mint-components/p-09ab53fb.system.entry.js +1 -0
- package/dist/mint-components/{p-2923b3b7.system.entry.js → p-14e813a7.system.entry.js} +1 -1
- package/dist/mint-components/{p-364e5ac9.system.entry.js → p-18720462.system.entry.js} +1 -1
- package/dist/mint-components/p-1c1ae908.system.js +6 -0
- package/dist/mint-components/{p-70a53a17.system.entry.js → p-22a9114f.system.entry.js} +1 -1
- package/dist/mint-components/p-37544d95.system.entry.js +1 -0
- package/dist/mint-components/{p-d5db98bf.system.js → p-38f932ae.system.js} +1 -1
- package/dist/mint-components/{p-84ec18aa.entry.js → p-47c83656.entry.js} +1 -1
- package/dist/mint-components/p-49da7b73.entry.js +273 -0
- package/dist/mint-components/{p-f5e9fa02.entry.js → p-4c811d12.entry.js} +2 -2
- package/dist/mint-components/{p-4f194ece.system.entry.js → p-4ce51b1c.system.entry.js} +1 -1
- package/dist/mint-components/{p-a6264af4.js → p-4fed8672.js} +1 -1
- package/dist/mint-components/{p-4deeebde.system.entry.js → p-511c87ce.system.entry.js} +1 -1
- package/dist/mint-components/{p-31d32dc8.system.entry.js → p-56009bf0.system.entry.js} +1 -1
- package/dist/mint-components/{p-6b287172.js → p-57ce33dd.js} +2 -2
- package/dist/mint-components/{p-70b14f52.entry.js → p-5d059c95.entry.js} +1 -1
- package/dist/mint-components/{p-9c235f83.entry.js → p-5f3eafd4.entry.js} +2 -2
- package/dist/mint-components/{p-9de8768b.system.js → p-60465a2d.system.js} +1 -1
- package/dist/mint-components/{p-190407f1.entry.js → p-60c14cec.entry.js} +1 -1
- package/dist/mint-components/{p-74bfa4d7.system.entry.js → p-6445e926.system.entry.js} +1 -1
- package/dist/mint-components/{p-6483aea3.entry.js → p-6c006998.entry.js} +2 -2
- package/dist/mint-components/{p-4765a7b5.js → p-6d5bd95a.js} +1 -1
- package/dist/mint-components/{p-6c3f484f.entry.js → p-6d9ce4e5.entry.js} +1 -1
- package/dist/mint-components/{p-ee5fd8d3.system.entry.js → p-717b6730.system.entry.js} +1 -1
- package/dist/mint-components/{p-9dc453c2.system.js → p-74f43a08.system.js} +1 -1
- package/dist/mint-components/{p-0605808e.js → p-79a3344f.js} +1 -1
- package/dist/mint-components/{p-d52d3dd7.js → p-7a268047.js} +1 -1
- package/dist/mint-components/{p-35dd7d31.entry.js → p-8b5b2acc.entry.js} +1 -1
- package/dist/mint-components/p-8b726fe1.system.entry.js +1 -0
- package/dist/mint-components/p-8b73f5bf.entry.js +99 -0
- package/dist/mint-components/p-967a9040.system.js +1 -0
- package/dist/mint-components/{p-36d4d879.entry.js → p-a217cc8d.entry.js} +1 -1
- package/dist/mint-components/{p-909fe833.entry.js → p-a5c63310.entry.js} +1 -1
- package/dist/mint-components/{p-c594cd6a.system.js → p-aa08457e.system.js} +1 -1
- package/dist/mint-components/{p-0d0cbf6a.js → p-aa8c6332.js} +1 -1
- package/dist/mint-components/p-ab111e29.entry.js +1 -0
- package/dist/mint-components/{p-5eff6672.system.js → p-ad4348c3.system.js} +1 -1
- package/dist/mint-components/{p-506f8db5.entry.js → p-aefaec37.entry.js} +1 -1
- package/dist/mint-components/{p-a9be3cea.system.entry.js → p-bec87ac9.system.entry.js} +1 -1
- package/dist/mint-components/{p-6653236d.system.js → p-c85f204b.system.js} +1 -1
- package/dist/mint-components/{p-65bc35d5.system.js → p-c994512c.system.js} +1 -1
- package/dist/mint-components/p-c9cceb05.js +157 -0
- package/dist/mint-components/{p-499c11c0.system.entry.js → p-d3120982.system.entry.js} +1 -1
- package/dist/mint-components/{p-3dfd91d9.js → p-db1a0db1.js} +1 -1
- package/dist/mint-components/{p-abad7828.system.js → p-e0a724dd.system.js} +1 -1
- package/dist/mint-components/{p-bffd1ff7.entry.js → p-ea0bc627.entry.js} +1 -1
- package/dist/mint-components/{p-21cb9d95.js → p-ed16b35a.js} +1 -1
- package/dist/mint-components/{p-8f07cca2.system.js → p-f0eae4e6.system.js} +1 -1
- package/dist/mint-components/{p-f092162f.system.entry.js → p-f401ef19.system.entry.js} +1 -1
- package/dist/types/components/sqm-header-logo/sqm-header-logo.d.ts +14 -1
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.d.ts +24 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +16 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +57 -0
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +3 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +48 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +12 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +48 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +1 -0
- package/dist/types/components.d.ts +331 -41
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/data-acdb790f.js +0 -6
- package/dist/mint-components/p-27bb4223.system.js +0 -1
- package/dist/mint-components/p-469a6450.system.js +0 -6
- package/dist/mint-components/p-914e5b02.entry.js +0 -99
- package/dist/mint-components/p-a7ee19dc.entry.js +0 -1
- package/dist/mint-components/p-db1e009d.system.entry.js +0 -1
- package/dist/mint-components/p-e1e7d01c.js +0 -157
- package/dist/mint-components/p-e8b74744.entry.js +0 -273
- package/dist/mint-components/p-ed5629ca.system.entry.js +0 -1
- package/dist/mint-components/p-eea87fdc.system.entry.js +0 -1
- package/shoelace/assets/icons/twitter-x.svg +0 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h as h$1, c as Host } from './index-b3a06de8.js';
|
|
2
|
-
import { b as buildFontsCssUrl, i as intl } from './global-
|
|
1
|
+
import { r as registerInstance, h as h$1, c as Host, F as Fragment } from './index-b3a06de8.js';
|
|
2
|
+
import { b as buildFontsCssUrl, i as intl } from './global-1099f20d.js';
|
|
3
3
|
import { n as h, f as useEffect, i as d, k as useState, m as useRef, u as useMemo, b as browser, j as useReducer } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { i as isDemo, _ as _$1, d as dist, J, H, B, $ as $e, w as wn, u as useCallback, L, y as yn, j as jn, q as Ue, r as un, V as Ve, b as setUserIdentity, Q as Qe, k as kn, M as Mn, I as In, S as Sn } from './index.module-c9811a48.js';
|
|
5
5
|
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
@@ -17,17 +17,17 @@ import { p as pathToRegexp } from './index-ffa26b43.js';
|
|
|
17
17
|
import { E as EmailRegistrationView } from './email-registration-view-1f587f8b.js';
|
|
18
18
|
import { R as REGISTRATION_FORM_STATE_CONTEXT, u as useRegistrationFormState } from './useRegistrationFormState-24d594ea.js';
|
|
19
19
|
import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-dda1f52b.js';
|
|
20
|
-
import { R as RequiredPropsError, L as LEAD_FORM_STATE_CONTEXT, u as useLeadFormState } from './useLeadFormState-
|
|
20
|
+
import { R as RequiredPropsError, L as LEAD_FORM_STATE_CONTEXT, u as useLeadFormState } from './useLeadFormState-c379e5d7.js';
|
|
21
21
|
import { P as PortalLoginView } from './sqm-portal-login-view-7670cd86.js';
|
|
22
22
|
import { u as usePortalLogin } from './usePortalLogin-f95bbc67.js';
|
|
23
23
|
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
24
24
|
import { i as isEmpty } from './utilities-72c07b09.js';
|
|
25
25
|
import { E as ErrorView } from './ErrorView-bbf0a042.js';
|
|
26
|
-
import { u as useDemoBigStat, W as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as LeadDropdownFieldView, Q as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalForgotPasswordView, i as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, j as RewardExchangeView, Y as demoRewardExchange, J as useShareButton, a as ShareButtonView, K as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-
|
|
26
|
+
import { u as useDemoBigStat, W as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as LeadDropdownFieldView, Q as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalForgotPasswordView, i as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, j as RewardExchangeView, Y as demoRewardExchange, J as useShareButton, a as ShareButtonView, K as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-aae27c2e.js';
|
|
27
27
|
import './sqm-portal-container-view-176e92e3.js';
|
|
28
|
-
import { g as getCountryObj, L as LoadingView } from './utils-
|
|
28
|
+
import { g as getCountryObj, L as LoadingView } from './utils-6122971b.js';
|
|
29
29
|
import { p as parseStates, e as extractProps } from './extractProps-54064fb0.js';
|
|
30
|
-
import { u as usePayoutStatus, T as TAX_CONTEXT_NAMESPACE, a as TAX_FORM_CONTEXT_NAMESPACE, U as USER_FORM_CONTEXT_NAMESPACE, C as CURRENCIES_NAMESPACE, b as COUNTRIES_NAMESPACE, S as SORTED_COUNTRIES_NAMESPACE, c as USER_QUERY_NAMESPACE, G as GET_USER$2, d as COUNTRIES_QUERY_NAMESPACE, e as GET_COUNTRIES, F as FINANCE_NETWORK_SETTINGS_NAMESPACE, f as GET_FINANCE_NETWORK_SETTINGS, g as CURRENCIES_QUERY_NAMESPACE, h as GET_CURRENCIES } from './
|
|
30
|
+
import { u as usePayoutStatus, T as TAX_CONTEXT_NAMESPACE, a as TAX_FORM_CONTEXT_NAMESPACE, U as USER_FORM_CONTEXT_NAMESPACE, C as CURRENCIES_NAMESPACE, b as COUNTRIES_NAMESPACE, S as SORTED_COUNTRIES_NAMESPACE, c as USER_QUERY_NAMESPACE, G as GET_USER$2, d as COUNTRIES_QUERY_NAMESPACE, e as GET_COUNTRIES, F as FINANCE_NETWORK_SETTINGS_NAMESPACE, f as GET_FINANCE_NETWORK_SETTINGS, g as CURRENCIES_QUERY_NAMESPACE, h as GET_CURRENCIES } from './usePayoutStatus-c515b24b.js';
|
|
31
31
|
|
|
32
32
|
/**
|
|
33
33
|
*
|
|
@@ -3023,7 +3023,7 @@ function PayoutStatusAlertView(props) {
|
|
|
3023
3023
|
icon: "exclamation-triangle",
|
|
3024
3024
|
};
|
|
3025
3025
|
}
|
|
3026
|
-
case "
|
|
3026
|
+
case "NEW_PAYEE_REVIEW":
|
|
3027
3027
|
return {
|
|
3028
3028
|
header: text.accountReviewHeader,
|
|
3029
3029
|
description: intl.formatMessage({
|
|
@@ -3036,6 +3036,92 @@ function PayoutStatusAlertView(props) {
|
|
|
3036
3036
|
alertType: "warning",
|
|
3037
3037
|
icon: "exclamation-triangle",
|
|
3038
3038
|
};
|
|
3039
|
+
case "PAYMENT_HOLD_ON_CHANGE":
|
|
3040
|
+
return {
|
|
3041
|
+
header: text.paymentHoldOnChangeHeader,
|
|
3042
|
+
description: intl.formatMessage({
|
|
3043
|
+
id: "accountReviewDescription",
|
|
3044
|
+
defaultMessage: text.paymentHoldOnChangeDescription,
|
|
3045
|
+
}, {
|
|
3046
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3047
|
+
}),
|
|
3048
|
+
buttonText: null,
|
|
3049
|
+
alertType: "warning",
|
|
3050
|
+
icon: "exclamation-triangle",
|
|
3051
|
+
};
|
|
3052
|
+
case "BENEFICIARY_NAME_INVALID":
|
|
3053
|
+
return {
|
|
3054
|
+
header: text.beneficiaryNameInvalidHeader,
|
|
3055
|
+
description: intl.formatMessage({
|
|
3056
|
+
id: "accountReviewDescription",
|
|
3057
|
+
defaultMessage: text.beneficiaryNameInvalidDescription,
|
|
3058
|
+
}, {
|
|
3059
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3060
|
+
}),
|
|
3061
|
+
button: (h$1(Fragment, null,
|
|
3062
|
+
h$1("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3063
|
+
h$1("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3064
|
+
alertType: "warning",
|
|
3065
|
+
icon: "exclamation-triangle",
|
|
3066
|
+
};
|
|
3067
|
+
case "BENEFICIARY_NAME_MISMATCH":
|
|
3068
|
+
return {
|
|
3069
|
+
header: text.beneficiaryNameMismatchHeader,
|
|
3070
|
+
description: intl.formatMessage({
|
|
3071
|
+
id: "accountReviewDescription",
|
|
3072
|
+
defaultMessage: text.beneficiaryNameMismatchDescription,
|
|
3073
|
+
}, {
|
|
3074
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3075
|
+
}),
|
|
3076
|
+
button: (h$1(Fragment, null,
|
|
3077
|
+
h$1("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3078
|
+
h$1("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3079
|
+
alertType: "warning",
|
|
3080
|
+
icon: "exclamation-triangle",
|
|
3081
|
+
};
|
|
3082
|
+
case "BANK_TAX_NAME_MISMATCH":
|
|
3083
|
+
return {
|
|
3084
|
+
header: text.bankTaxNameMismatchHeader,
|
|
3085
|
+
description: intl.formatMessage({
|
|
3086
|
+
id: "accountReviewDescription",
|
|
3087
|
+
defaultMessage: text.bankTaxNameMismatchDescription,
|
|
3088
|
+
}, {
|
|
3089
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3090
|
+
}),
|
|
3091
|
+
button: (h$1(Fragment, null,
|
|
3092
|
+
h$1("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3093
|
+
h$1("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3094
|
+
alertType: "warning",
|
|
3095
|
+
icon: "exclamation-triangle",
|
|
3096
|
+
};
|
|
3097
|
+
case "WITHDRAWAL_SETTINGS_INVALID":
|
|
3098
|
+
return {
|
|
3099
|
+
header: text.withdrawalSettingsInvalidHeader,
|
|
3100
|
+
description: intl.formatMessage({
|
|
3101
|
+
id: "accountReviewDescription",
|
|
3102
|
+
defaultMessage: text.withdrawalSettingsInvalidDescription,
|
|
3103
|
+
}, {
|
|
3104
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3105
|
+
}),
|
|
3106
|
+
button: (h$1(Fragment, null,
|
|
3107
|
+
h$1("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
3108
|
+
alertType: "warning",
|
|
3109
|
+
icon: "exclamation-triangle",
|
|
3110
|
+
};
|
|
3111
|
+
case "PAYMENT_RETURNED":
|
|
3112
|
+
return {
|
|
3113
|
+
header: text.paymentReturnedHeader,
|
|
3114
|
+
description: intl.formatMessage({
|
|
3115
|
+
id: "accountReviewDescription",
|
|
3116
|
+
defaultMessage: text.paymentReturnedDescription,
|
|
3117
|
+
}, {
|
|
3118
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3119
|
+
}),
|
|
3120
|
+
button: (h$1(Fragment, null,
|
|
3121
|
+
h$1("sl-button", { disabled: states.loading, type: "primary", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton))),
|
|
3122
|
+
alertType: "error",
|
|
3123
|
+
icon: "exclamation-triangle",
|
|
3124
|
+
};
|
|
3039
3125
|
case "HOLD":
|
|
3040
3126
|
return {
|
|
3041
3127
|
header: text.holdHeader,
|
|
@@ -3071,6 +3157,8 @@ function PayoutStatusAlertView(props) {
|
|
|
3071
3157
|
return (h$1("div", { style: { paddingTop: "10px" } },
|
|
3072
3158
|
h$1("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base", loading: states.veriffLoading, onClick: callbacks.onClick }, text.verificationRequiredButtonText)));
|
|
3073
3159
|
default:
|
|
3160
|
+
if (alertDetails.button)
|
|
3161
|
+
return alertDetails.button;
|
|
3074
3162
|
return;
|
|
3075
3163
|
}
|
|
3076
3164
|
}
|
|
@@ -3097,6 +3185,15 @@ const PayoutStatusAlert = class {
|
|
|
3097
3185
|
* @uiName Info required alert header
|
|
3098
3186
|
*/
|
|
3099
3187
|
this.informationRequiredHeader = "Payout and tax information required";
|
|
3188
|
+
/**
|
|
3189
|
+
*
|
|
3190
|
+
* @uiName Edit payment info button label
|
|
3191
|
+
*/
|
|
3192
|
+
this.editPaymentInformationButton = "Edit Payout Information";
|
|
3193
|
+
/**
|
|
3194
|
+
* @uiName Submit new tax form button label
|
|
3195
|
+
*/
|
|
3196
|
+
this.newFormButton = "Submit new form";
|
|
3100
3197
|
/**
|
|
3101
3198
|
* @uiName Info required alert description
|
|
3102
3199
|
*/
|
|
@@ -3149,6 +3246,54 @@ const PayoutStatusAlert = class {
|
|
|
3149
3246
|
* @uiName Account review alert description
|
|
3150
3247
|
*/
|
|
3151
3248
|
this.accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
|
|
3249
|
+
/**
|
|
3250
|
+
* @uiName Payment on hold alert header
|
|
3251
|
+
*/
|
|
3252
|
+
this.paymentHoldOnChangeHeader = "We are reviewing your new payout settings";
|
|
3253
|
+
/**
|
|
3254
|
+
* @uiName Payment on hold alert description
|
|
3255
|
+
*/
|
|
3256
|
+
this.paymentHoldOnChangeDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
|
|
3257
|
+
/**
|
|
3258
|
+
* @uiName Beneficiary name invalid alert header
|
|
3259
|
+
*/
|
|
3260
|
+
this.beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
|
|
3261
|
+
/**
|
|
3262
|
+
* @uiName Beneficiary name invalid description
|
|
3263
|
+
*/
|
|
3264
|
+
this.beneficiaryNameInvalidDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
3265
|
+
/**
|
|
3266
|
+
* @uiName Beneficiary name mismatch alert header
|
|
3267
|
+
*/
|
|
3268
|
+
this.beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
|
|
3269
|
+
/**
|
|
3270
|
+
* @uiName Beneficiary name mismatch alert description
|
|
3271
|
+
*/
|
|
3272
|
+
this.beneficiaryNameMismatchDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
3273
|
+
/**
|
|
3274
|
+
* @uiName Bank name mismatch alert header
|
|
3275
|
+
*/
|
|
3276
|
+
this.bankTaxNameMismatchHeader = "Your payment information does not match your tax form";
|
|
3277
|
+
/**
|
|
3278
|
+
* @uiName Bank name mismatch alert description
|
|
3279
|
+
*/
|
|
3280
|
+
this.bankTaxNameMismatchDescription = "The bank name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
3281
|
+
/**
|
|
3282
|
+
* @uiName Withdrawal settings invalid alert header
|
|
3283
|
+
*/
|
|
3284
|
+
this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
3285
|
+
/**
|
|
3286
|
+
* @uiName Withdrawal settings invalid alert description
|
|
3287
|
+
*/
|
|
3288
|
+
this.withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
|
|
3289
|
+
/**
|
|
3290
|
+
* @uiName Payment returned alert header
|
|
3291
|
+
*/
|
|
3292
|
+
this.paymentReturnedHeader = "Payout unsuccessful";
|
|
3293
|
+
/**
|
|
3294
|
+
* @uiName Payment returned alert description
|
|
3295
|
+
*/
|
|
3296
|
+
this.paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
|
|
3152
3297
|
/**
|
|
3153
3298
|
* @uiName W-9 payment threshold alert header
|
|
3154
3299
|
*/
|
|
@@ -3227,6 +3372,8 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3227
3372
|
callbacks: {
|
|
3228
3373
|
onTermsClick: () => { },
|
|
3229
3374
|
onClick: () => console.log("show"),
|
|
3375
|
+
onPaymentInfoClick: () => { },
|
|
3376
|
+
onNewFormClick: () => { },
|
|
3230
3377
|
},
|
|
3231
3378
|
}, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
3232
3379
|
}
|
|
@@ -7479,6 +7626,54 @@ const TaxAndCashMonolith = class {
|
|
|
7479
7626
|
* @uiName Account review alert description
|
|
7480
7627
|
*/
|
|
7481
7628
|
this.dashboard_accountReviewDescription = "This process takes 48 hours, payouts are on hold until it's completed. You will receive an email from our referral provider, Impact.com, if any issues arise. It contains details on how to resolve this issue. If you need further assistance, please reach out to our {supportLink}.";
|
|
7629
|
+
/**
|
|
7630
|
+
* @uiName Payment on hold alert header
|
|
7631
|
+
*/
|
|
7632
|
+
this.dashboard_paymentOnHoldHeader = "We are reviewing your new payout settings";
|
|
7633
|
+
/**
|
|
7634
|
+
* @uiName Payment on hold alert description
|
|
7635
|
+
*/
|
|
7636
|
+
this.dashboard_paymentOnHoldDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
|
|
7637
|
+
/**
|
|
7638
|
+
* @uiName Beneficiary name invalid alert header
|
|
7639
|
+
*/
|
|
7640
|
+
this.dashboard_beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
|
|
7641
|
+
/**
|
|
7642
|
+
* @uiName Beneficiary name invalid description
|
|
7643
|
+
*/
|
|
7644
|
+
this.dashboard_beneficiaryNameInvalidDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
7645
|
+
/**
|
|
7646
|
+
* @uiName Beneficiary name mismatch alert header
|
|
7647
|
+
*/
|
|
7648
|
+
this.dashboard_beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
|
|
7649
|
+
/**
|
|
7650
|
+
* @uiName Beneficiary name mismatch alert description
|
|
7651
|
+
*/
|
|
7652
|
+
this.dashboard_beneficiaryNameMismatchDescription = "The beneficiary name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
7653
|
+
/**
|
|
7654
|
+
* @uiName Bank name mismatch alert header
|
|
7655
|
+
*/
|
|
7656
|
+
this.dashboard_bankNameMismatchHeader = "Your payment information does not match your tax form";
|
|
7657
|
+
/**
|
|
7658
|
+
* @uiName Bank name mismatch alert description
|
|
7659
|
+
*/
|
|
7660
|
+
this.dashboard_bankNameMismatchDescription = "The bank name in your payment information does not match what was submitted in your tax form. Please review and update your payment information or tax form so that they match exactly and do not include any invalid characters. Your payouts are on hold until this is resolved.";
|
|
7661
|
+
/**
|
|
7662
|
+
* @uiName Withdrawal settings invalid alert header
|
|
7663
|
+
*/
|
|
7664
|
+
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
7665
|
+
/**
|
|
7666
|
+
* @uiName Withdrawal settings invalid alert description
|
|
7667
|
+
*/
|
|
7668
|
+
this.dashboard_withdrawalSettingsInvalidDescription = "There are invalid characters in your payment information. Please review your information and make sure it is correct with no invalid characters. Your payouts are on hold until this is resolved.";
|
|
7669
|
+
/**
|
|
7670
|
+
* @uiName Payment returned alert header
|
|
7671
|
+
*/
|
|
7672
|
+
this.dashboard_paymentReturnedHeader = "Payout unsuccessful";
|
|
7673
|
+
/**
|
|
7674
|
+
* @uiName Payment returned alert description
|
|
7675
|
+
*/
|
|
7676
|
+
this.dashboard_paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
|
|
7482
7677
|
/**
|
|
7483
7678
|
* @uiName Terms and Conditions text
|
|
7484
7679
|
* @uiGroup Dashboard Properties
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, r as registerInstance } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-1099f20d.js';
|
|
3
3
|
import { l, k as useState, f as useEffect, n as h$1 } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { d as dist, t as Pn, F as Fn, i as isDemo, p as En } from './index.module-c9811a48.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, r as registerInstance } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-1099f20d.js';
|
|
3
3
|
import { k as useState, f as useEffect, n as h$1 } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { d as dist, t as Pn, w as wn, J, $ as $e, i as isDemo, p as En } from './index.module-c9811a48.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-1099f20d.js';
|
|
3
3
|
import { n as h$1 } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import './index.module-c9811a48.js';
|
|
5
5
|
import { g as getProps } from './utils-334c1e34.js';
|
|
@@ -4,6 +4,15 @@ import { n as h } from './dom-context-hooks.module-63370afd.js';
|
|
|
4
4
|
const HeroImage = class {
|
|
5
5
|
constructor(hostRef) {
|
|
6
6
|
registerInstance(this, hostRef);
|
|
7
|
+
/**
|
|
8
|
+
* @uiName Logo text size
|
|
9
|
+
*/
|
|
10
|
+
this.logoTextSize = 32;
|
|
11
|
+
/**
|
|
12
|
+
* @uiWidget color
|
|
13
|
+
* @uiName Logo text color
|
|
14
|
+
*/
|
|
15
|
+
this.logoTextColor = "#555555";
|
|
7
16
|
/**
|
|
8
17
|
* Page participants are navigated to after clicking the header logo.
|
|
9
18
|
*
|
|
@@ -19,7 +28,11 @@ const HeroImage = class {
|
|
|
19
28
|
}
|
|
20
29
|
disconnectedCallback() { }
|
|
21
30
|
render() {
|
|
22
|
-
return (h$1(Host, null, h$1("a", { href: this.nextPage, part: "sqm-link" }, h$1("img", { style: { height: `${this === null || this === void 0 ? void 0 : this.height}px` }, src: this === null || this === void 0 ? void 0 : this.imageUrl }))
|
|
31
|
+
return (h$1(Host, null, h$1("a", { href: this.nextPage, part: "sqm-link" }, this.imageUrl ? (h$1("img", { style: { height: `${this === null || this === void 0 ? void 0 : this.height}px` }, src: this === null || this === void 0 ? void 0 : this.imageUrl })) : (h$1("h3", { style: {
|
|
32
|
+
fontSize: `${this.logoTextSize}px`,
|
|
33
|
+
color: this.logoTextColor || "#555555",
|
|
34
|
+
textDecoration: "none",
|
|
35
|
+
} }, this.logoText)))));
|
|
23
36
|
}
|
|
24
37
|
};
|
|
25
38
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
2
|
-
import './global-
|
|
2
|
+
import './global-1099f20d.js';
|
|
3
3
|
import { i as d, n as h } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { i as isDemo } from './index.module-c9811a48.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { a as getMissingProps, g as getProps } from './utils-334c1e34.js';
|
|
7
7
|
import './JSS-67b5cff8.js';
|
|
8
|
-
import { L as LEAD_FORM_STATE_CONTEXT, R as RequiredPropsError } from './useLeadFormState-
|
|
9
|
-
import { L as LeadCheckboxFieldView } from './sqm-lead-checkbox-field-view-
|
|
8
|
+
import { L as LEAD_FORM_STATE_CONTEXT, R as RequiredPropsError } from './useLeadFormState-c379e5d7.js';
|
|
9
|
+
import { L as LeadCheckboxFieldView } from './sqm-lead-checkbox-field-view-cbafee07.js';
|
|
10
10
|
|
|
11
11
|
function useLeadCheckboxField() {
|
|
12
12
|
const leadFormState = d(LEAD_FORM_STATE_CONTEXT);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
2
|
-
import './global-
|
|
2
|
+
import './global-1099f20d.js';
|
|
3
3
|
import { i as d, n as h } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { i as isDemo } from './index.module-c9811a48.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { g as getProps, a as getMissingProps } from './utils-334c1e34.js';
|
|
7
7
|
import './JSS-67b5cff8.js';
|
|
8
8
|
import './mixins-f750863a.js';
|
|
9
|
-
import { L as LEAD_FORM_STATE_CONTEXT, R as RequiredPropsError } from './useLeadFormState-
|
|
10
|
-
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-
|
|
9
|
+
import { L as LEAD_FORM_STATE_CONTEXT, R as RequiredPropsError } from './useLeadFormState-c379e5d7.js';
|
|
10
|
+
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-f3775c28.js';
|
|
11
11
|
|
|
12
12
|
function useLeadInputField() {
|
|
13
13
|
const leadFormState = d(LEAD_FORM_STATE_CONTEXT);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-1099f20d.js';
|
|
3
3
|
import { n as h } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { d as dist, H, J, w as wn, i as isDemo } from './index.module-c9811a48.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, F as Fragment, r as registerInstance } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-1099f20d.js';
|
|
3
3
|
import { n as h$1, k as useState } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { F as Fn, i as isDemo, d as dist, H, J, B, w as wn, $ as $e } from './index.module-c9811a48.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-1099f20d.js';
|
|
3
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
4
4
|
import { A as AuthWrapper, a as AuthColumn } from './mixins-f750863a.js';
|
|
5
5
|
import { T as TextSpanView } from './sqm-text-span-view-4c17b8c9.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
2
|
-
import './global-
|
|
2
|
+
import './global-1099f20d.js';
|
|
3
3
|
import { k as useState, m as useRef, f as useEffect, n as h } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { l as ln, n as nn, J, j as jn, u as useCallback, i as isDemo } from './index.module-c9811a48.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import './mixins-f750863a.js';
|
|
8
8
|
import './sqm-text-span-view-4c17b8c9.js';
|
|
9
|
-
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-
|
|
9
|
+
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-7d86299c.js';
|
|
10
10
|
|
|
11
11
|
function usePortalEmailVerification(props) {
|
|
12
12
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
package/dist/esm/{sqm-portal-profile-view-87621310.js → sqm-portal-profile-view-3ed13e4d.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-1099f20d.js';
|
|
3
3
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
4
4
|
import { T as TextSpanView } from './sqm-text-span-view-4c17b8c9.js';
|
|
5
5
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1 } from './index-b3a06de8.js';
|
|
2
|
-
import './global-
|
|
2
|
+
import './global-1099f20d.js';
|
|
3
3
|
import { k as useState, f as useEffect, n as h } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { d as dist, J, w as wn, $ as $e, i as isDemo } from './index.module-c9811a48.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
6
6
|
import { g as getProps } from './utils-334c1e34.js';
|
|
7
7
|
import './JSS-67b5cff8.js';
|
|
8
8
|
import './sqm-text-span-view-4c17b8c9.js';
|
|
9
|
-
import { P as PortalProfileView } from './sqm-portal-profile-view-
|
|
9
|
+
import { P as PortalProfileView } from './sqm-portal-profile-view-3ed13e4d.js';
|
|
10
10
|
import { i as isEmpty } from './utilities-72c07b09.js';
|
|
11
11
|
|
|
12
12
|
const GET_USER = dist.gql `
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h as h$1, g as getElement, c as Host } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-1099f20d.js';
|
|
3
3
|
import { n as h, j as useReducer, u as useMemo, f as useEffect } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { i as isDemo } from './index.module-c9811a48.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-1099f20d.js';
|
|
3
3
|
import { b as browser, j as useReducer, f as useEffect, n as h$1, u as useMemo } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { d as dist, J, H, L, w as wn, R as Rn, i as isDemo } from './index.module-c9811a48.js';
|
|
5
5
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host } from './index-b3a06de8.js';
|
|
2
|
-
import './global-
|
|
2
|
+
import './global-1099f20d.js';
|
|
3
3
|
import { a as commonjsGlobal, u as useMemo, k as useState, c as createCommonjsModule, f as useEffect, n as h$1 } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { j as jn, b as setUserIdentity, o as setProgramId, k as kn, d as dist, X as Xe } from './index.module-c9811a48.js';
|
|
5
5
|
import './cjs-bdfb4486.js';
|
|
@@ -15,26 +15,26 @@ import './sqm-text-span-view-4c17b8c9.js';
|
|
|
15
15
|
import { C as CloseButtonView } from './sqm-close-button-view-2fa57229.js';
|
|
16
16
|
import './index-ffa26b43.js';
|
|
17
17
|
import { E as EmailRegistrationView } from './email-registration-view-1f587f8b.js';
|
|
18
|
-
import { L as LeadCheckboxFieldView } from './sqm-lead-checkbox-field-view-
|
|
18
|
+
import { L as LeadCheckboxFieldView } from './sqm-lead-checkbox-field-view-cbafee07.js';
|
|
19
19
|
import { L as LeaderboardRankView } from './sqm-leaderboard-rank-view-18baae5b.js';
|
|
20
20
|
import { L as LogoutCurrentUserView } from './sqm-logout-current-user-view-f21e54e3.js';
|
|
21
21
|
import { N as NavigationSidebarView } from './sqm-navigation-sidebar-view-0a2ec560.js';
|
|
22
22
|
import { N as NavigationSidebarItemView } from './sqm-navigation-sidebar-item-view-5a452423.js';
|
|
23
|
-
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-
|
|
23
|
+
import { P as PortalEmailVerificationView } from './sqm-portal-email-verification-view-7d86299c.js';
|
|
24
24
|
import { P as PortalLoginView } from './sqm-portal-login-view-7670cd86.js';
|
|
25
25
|
import { B as BaseRegistrationFormView } from './sqm-base-registration-form-view-9e97d8b4.js';
|
|
26
26
|
import { P as PortalRegistrationFormView } from './sqm-portal-registration-form-view-8bdc3804.js';
|
|
27
|
-
import { P as PortalProfileView } from './sqm-portal-profile-view-
|
|
27
|
+
import { P as PortalProfileView } from './sqm-portal-profile-view-3ed13e4d.js';
|
|
28
28
|
import './utilities-72c07b09.js';
|
|
29
29
|
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-abef7286.js';
|
|
30
30
|
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-33805220.js';
|
|
31
31
|
import './ErrorView-bbf0a042.js';
|
|
32
32
|
import { Q as QrCodeView } from './sqm-qr-code-view-ea505213.js';
|
|
33
|
-
import { S as StatContainerView, B as BigStatView, a as ShareButtonView, P as PortalChangePasswordView, b as PoweredByImg$1, u as useDemoBigStat, T as TaskCardView, C as CardFeedView, c as CheckboxFieldView, d as PortalRegisterView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, L as LeaderboardView, H as HeroView, I as InputFieldView, N as NameFieldsView, f as ChangeMarktingView, g as PortalFooterView, h as PortalForgotPasswordView, i as PortalFrameView, R as ReferralIframeView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as useShareButton, K as useShareLink, M as ProgressBarView, O as ProgressBar$2, Q as LeadFormView, U as LeadDropdownFieldView, V as ShadowViewAddon } from './ShadowViewAddon-
|
|
33
|
+
import { S as StatContainerView, B as BigStatView, a as ShareButtonView, P as PortalChangePasswordView, b as PoweredByImg$1, u as useDemoBigStat, T as TaskCardView, C as CardFeedView, c as CheckboxFieldView, d as PortalRegisterView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, L as LeaderboardView, H as HeroView, I as InputFieldView, N as NameFieldsView, f as ChangeMarktingView, g as PortalFooterView, h as PortalForgotPasswordView, i as PortalFrameView, R as ReferralIframeView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as useShareButton, K as useShareLink, M as ProgressBarView, O as ProgressBar$2, Q as LeadFormView, U as LeadDropdownFieldView, V as ShadowViewAddon } from './ShadowViewAddon-aae27c2e.js';
|
|
34
34
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-176e92e3.js';
|
|
35
|
-
import { I as InvoiceTableView, a as INDIRECT_TAX_SPAIN_REGIONS, b as INDIRECT_TAX_PROVINCES, O as OtherRegionSlotView } from './IndirectTaxDetailsView-
|
|
36
|
-
import { t as taxTypeToName, L as LoadingView } from './utils-
|
|
37
|
-
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-
|
|
35
|
+
import { I as InvoiceTableView, a as INDIRECT_TAX_SPAIN_REGIONS, b as INDIRECT_TAX_PROVINCES, O as OtherRegionSlotView } from './IndirectTaxDetailsView-0a57b622.js';
|
|
36
|
+
import { t as taxTypeToName, L as LoadingView } from './utils-6122971b.js';
|
|
37
|
+
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-f3775c28.js';
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -15646,6 +15646,7 @@ const stepOneProps = {
|
|
|
15646
15646
|
},
|
|
15647
15647
|
},
|
|
15648
15648
|
data: {
|
|
15649
|
+
partnerData: {},
|
|
15649
15650
|
regionLabelEnum: "STATE",
|
|
15650
15651
|
regions: [],
|
|
15651
15652
|
phoneCountries: [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { h } from './index-b3a06de8.js';
|
|
2
|
-
import { i as intl } from './global-
|
|
2
|
+
import { i as intl } from './global-1099f20d.js';
|
|
3
3
|
import { k as useState, y } from './dom-context-hooks.module-63370afd.js';
|
|
4
4
|
import { _ } from './index.module-c9811a48.js';
|
|
5
5
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|