@saasquatch/mint-components 2.0.0 → 2.0.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/{IndirectTaxDetailsView-3e88d710.js → IndirectTaxDetailsView-e5f70b8b.js} +2 -2
- package/dist/cjs/{ShadowViewAddon-646dec73.js → ShadowViewAddon-1b38dcfc.js} +1 -1
- package/dist/cjs/{global-39cb0afc.js → global-8bba5b3a.js} +2 -745
- 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 +342 -113
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +218 -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 +8 -1
- package/dist/cjs/{sqm-lead-checkbox-field-view-f1c46d4b.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-6d388092.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-6b17e545.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-845367bb.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-b355759b.js → useLeadFormState-fd0445f9.js} +1 -1
- package/dist/cjs/{data-16106637.js → usePayoutStatus-67c78085.js} +161 -129
- package/dist/cjs/{utils-ac82f977.js → utils-83d125fa.js} +1 -1
- package/dist/collection/components/sqm-header-logo/sqm-header-logo.js +73 -3
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +1 -0
- 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 +84 -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 +36 -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 +300 -0
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +23 -12
- 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/global.js +3 -14
- package/dist/esm/{IndirectTaxDetailsView-e5d8767d.js → IndirectTaxDetailsView-0a57b622.js} +2 -2
- package/dist/esm/{ShadowViewAddon-5928ca9d.js → ShadowViewAddon-1adaf077.js} +1 -1
- package/dist/esm/{global-943536b9.js → global-1099f20d.js} +2 -745
- 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 +293 -64
- package/dist/esm/sqm-big-stat_47.entry.js +196 -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 +8 -1
- package/dist/esm/{sqm-lead-checkbox-field-view-adcc49c0.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-c0b5aed5.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-8ceb6302.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-2ec60449.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-9a652a42.js → useLeadFormState-c379e5d7.js} +1 -1
- package/dist/esm/{data-acdb790f.js → usePayoutStatus-f064247b.js} +162 -130
- package/dist/esm/{utils-f27e62dc.js → utils-6122971b.js} +1 -1
- package/dist/esm-es5/{IndirectTaxDetailsView-e5d8767d.js → IndirectTaxDetailsView-0a57b622.js} +1 -1
- package/dist/esm-es5/{ShadowViewAddon-5928ca9d.js → ShadowViewAddon-1adaf077.js} +1 -1
- package/dist/esm-es5/{global-943536b9.js → global-1099f20d.js} +4 -4
- 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-adcc49c0.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-c0b5aed5.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-8ceb6302.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-2ec60449.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-9a652a42.js → useLeadFormState-c379e5d7.js} +1 -1
- package/dist/esm-es5/usePayoutStatus-f064247b.js +6 -0
- package/dist/esm-es5/{utils-f27e62dc.js → utils-6122971b.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-a1b3f61a.js → p-00bc7211.js} +1 -1
- package/dist/mint-components/p-014dc2be.entry.js +1 -0
- package/dist/mint-components/p-09707418.system.entry.js +1 -0
- package/dist/mint-components/{p-58b668a0.js → p-0e1a1b14.js} +1 -1
- package/dist/mint-components/{p-0cb51ea1.system.entry.js → p-14e813a7.system.entry.js} +1 -1
- package/dist/mint-components/{p-c67ffd25.system.entry.js → p-18720462.system.entry.js} +1 -1
- package/dist/mint-components/{p-a30d7069.system.entry.js → p-22a9114f.system.entry.js} +1 -1
- package/dist/mint-components/p-2c86af62.system.entry.js +1 -0
- package/dist/mint-components/p-3219fdbe.entry.js +99 -0
- package/dist/mint-components/p-333d5597.system.entry.js +1 -0
- package/dist/mint-components/p-40e0251f.system.js +6 -0
- package/dist/mint-components/{p-bef123be.entry.js → p-47c83656.entry.js} +1 -1
- package/dist/mint-components/{p-5a3e2966.entry.js → p-4c811d12.entry.js} +1 -1
- package/dist/mint-components/{p-1e406d04.system.entry.js → p-4ce51b1c.system.entry.js} +1 -1
- package/dist/mint-components/{p-dbb79392.js → p-4fed8672.js} +1 -1
- package/dist/mint-components/{p-3fa99fea.system.entry.js → p-511c87ce.system.entry.js} +1 -1
- package/dist/mint-components/{p-9f57e731.system.entry.js → p-56009bf0.system.entry.js} +1 -1
- package/dist/mint-components/{p-8677688c.entry.js → p-5d059c95.entry.js} +1 -1
- package/dist/mint-components/{p-c90fcb02.system.js → p-60465a2d.system.js} +1 -1
- package/dist/mint-components/{p-58f4bf7a.entry.js → p-60c14cec.entry.js} +1 -1
- package/dist/mint-components/{p-c5f92183.system.entry.js → p-612062cd.system.entry.js} +1 -1
- package/dist/mint-components/{p-0ac84da5.system.entry.js → p-6445e926.system.entry.js} +1 -1
- package/dist/mint-components/{p-db64c957.entry.js → p-6c006998.entry.js} +2 -2
- package/dist/mint-components/{p-252465eb.js → p-6d5bd95a.js} +1 -1
- package/dist/mint-components/{p-e4017ba5.entry.js → p-6d9ce4e5.entry.js} +1 -1
- package/dist/mint-components/{p-fc86ba65.system.entry.js → p-717b6730.system.entry.js} +1 -1
- package/dist/mint-components/{p-a275725a.system.js → p-74f43a08.system.js} +1 -1
- package/dist/mint-components/{p-c44b3725.js → p-79a3344f.js} +1 -1
- package/dist/mint-components/{p-d181b17c.js → p-7a268047.js} +1 -1
- package/dist/mint-components/p-8b5b2acc.entry.js +1 -0
- package/dist/mint-components/p-967a9040.system.js +1 -0
- package/dist/mint-components/{p-ee3d2ae4.system.js → p-9f8d34d1.system.js} +1 -1
- package/dist/mint-components/{p-8e913ce5.entry.js → p-a217cc8d.entry.js} +1 -1
- package/dist/mint-components/{p-124af9d6.entry.js → p-a5c63310.entry.js} +1 -1
- package/dist/mint-components/{p-08b373b9.system.js → p-aa08457e.system.js} +1 -1
- package/dist/mint-components/{p-38c4653d.js → p-aa8c6332.js} +1 -1
- package/dist/mint-components/{p-ee290b30.system.js → p-ad4348c3.system.js} +1 -1
- package/dist/mint-components/{p-2fd2f22b.entry.js → p-aefaec37.entry.js} +1 -1
- package/dist/mint-components/{p-5bb24669.system.entry.js → p-bec87ac9.system.entry.js} +1 -1
- package/dist/mint-components/{p-6b55555b.system.js → p-c85f204b.system.js} +1 -1
- package/dist/mint-components/{p-b5fd4fb6.system.js → p-c994512c.system.js} +1 -1
- package/dist/mint-components/{p-19de8749.system.entry.js → p-d3120982.system.entry.js} +1 -1
- package/dist/mint-components/p-db1a0db1.js +1233 -0
- package/dist/mint-components/{p-f3ccba80.system.js → p-e0a724dd.system.js} +19 -19
- package/dist/mint-components/{p-94ae86fc.entry.js → p-ea0bc627.entry.js} +1 -1
- package/dist/mint-components/{p-946f8a2c.js → p-ed16b35a.js} +1 -1
- package/dist/mint-components/p-ef8c9f73.entry.js +273 -0
- package/dist/mint-components/{p-6dd86003.system.js → p-f0eae4e6.system.js} +1 -1
- package/dist/mint-components/p-f17b6de6.js +157 -0
- package/dist/mint-components/{p-54c250de.system.entry.js → p-f401ef19.system.entry.js} +1 -1
- package/dist/mint-components/{p-735c9185.entry.js → p-f6a7d4d3.entry.js} +2 -2
- 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 -1
- 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/collection/global/styles.v1.js +0 -733
- package/dist/collection/global/styles.v1.ts +0 -735
- package/dist/esm-es5/data-acdb790f.js +0 -6
- package/dist/mint-components/global/styles.v1.ts +0 -735
- package/dist/mint-components/p-06b4fa6a.entry.js +0 -273
- package/dist/mint-components/p-11927355.system.entry.js +0 -1
- package/dist/mint-components/p-20f8e7ca.entry.js +0 -99
- package/dist/mint-components/p-37ef2ce1.entry.js +0 -1
- package/dist/mint-components/p-469a6450.system.js +0 -6
- package/dist/mint-components/p-53b49d27.system.js +0 -1
- package/dist/mint-components/p-8ea16fb6.js +0 -1233
- package/dist/mint-components/p-a7ee19dc.entry.js +0 -1
- package/dist/mint-components/p-c4f275db.system.entry.js +0 -1
- package/dist/mint-components/p-e1e7d01c.js +0 -157
- package/dist/mint-components/p-eea87fdc.system.entry.js +0 -1
- package/dist/types/global/styles.v1.d.ts +0 -2
- /package/dist/collection/global/{styles.v2.js → styles.js} +0 -0
- /package/dist/collection/global/{styles.v2.ts → styles.ts} +0 -0
- /package/dist/mint-components/global/{styles.v2.ts → styles.ts} +0 -0
- /package/dist/types/global/{styles.v2.d.ts → styles.d.ts} +0 -0
|
@@ -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-1adaf077.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-f064247b.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,86 @@ 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
|
+
buttonText: text.editPaymentInformationButton,
|
|
3062
|
+
alertType: "warning",
|
|
3063
|
+
icon: "exclamation-triangle",
|
|
3064
|
+
};
|
|
3065
|
+
case "BENEFICIARY_NAME_MISMATCH":
|
|
3066
|
+
return {
|
|
3067
|
+
header: text.beneficiaryNameMismatchHeader,
|
|
3068
|
+
description: intl.formatMessage({
|
|
3069
|
+
id: "accountReviewDescription",
|
|
3070
|
+
defaultMessage: text.beneficiaryNameMismatchDescription,
|
|
3071
|
+
}, {
|
|
3072
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3073
|
+
}),
|
|
3074
|
+
buttonText: text.editPaymentInformationButton,
|
|
3075
|
+
alertType: "warning",
|
|
3076
|
+
icon: "exclamation-triangle",
|
|
3077
|
+
};
|
|
3078
|
+
case "BANK_TAX_NAME_MISMATCH":
|
|
3079
|
+
return {
|
|
3080
|
+
header: text.bankTaxNameMismatchHeader,
|
|
3081
|
+
description: intl.formatMessage({
|
|
3082
|
+
id: "accountReviewDescription",
|
|
3083
|
+
defaultMessage: text.bankTaxNameMismatchDescription,
|
|
3084
|
+
}, {
|
|
3085
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3086
|
+
}),
|
|
3087
|
+
buttonText: text.editPaymentInformationButton,
|
|
3088
|
+
alertType: "warning",
|
|
3089
|
+
icon: "exclamation-triangle",
|
|
3090
|
+
};
|
|
3091
|
+
case "WITHDRAWAL_SETTINGS_INVALID":
|
|
3092
|
+
return {
|
|
3093
|
+
header: text.withdrawalSettingsInvalidHeader,
|
|
3094
|
+
description: intl.formatMessage({
|
|
3095
|
+
id: "accountReviewDescription",
|
|
3096
|
+
defaultMessage: text.withdrawalSettingsInvalidDescription,
|
|
3097
|
+
}, {
|
|
3098
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3099
|
+
}),
|
|
3100
|
+
buttonText: text.editPaymentInformationButton,
|
|
3101
|
+
alertType: "warning",
|
|
3102
|
+
icon: "exclamation-triangle",
|
|
3103
|
+
};
|
|
3104
|
+
case "PAYMENT_RETURNED":
|
|
3105
|
+
return {
|
|
3106
|
+
header: text.paymentReturnedHeader,
|
|
3107
|
+
description: intl.formatMessage({
|
|
3108
|
+
id: "accountReviewDescription",
|
|
3109
|
+
defaultMessage: text.paymentReturnedDescription,
|
|
3110
|
+
}, {
|
|
3111
|
+
supportLink: (h$1("a", { target: "_blank", href: `mailto:advocate-support@impact.com` }, text.supportLink)),
|
|
3112
|
+
}),
|
|
3113
|
+
button: (h$1(Fragment, null,
|
|
3114
|
+
h$1("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onPaymentInfoClick }, text.editPaymentInformationButton),
|
|
3115
|
+
h$1("sl-button", { disabled: states.loading, type: "default", onClick: callbacks.onNewFormClick }, text.newFormButton))),
|
|
3116
|
+
alertType: "warning",
|
|
3117
|
+
icon: "exclamation-triangle",
|
|
3118
|
+
};
|
|
3039
3119
|
case "HOLD":
|
|
3040
3120
|
return {
|
|
3041
3121
|
header: text.holdHeader,
|
|
@@ -3071,6 +3151,8 @@ function PayoutStatusAlertView(props) {
|
|
|
3071
3151
|
return (h$1("div", { style: { paddingTop: "10px" } },
|
|
3072
3152
|
h$1("sl-button", { type: "secondary", exportparts: "base: secondarybutton-base", loading: states.veriffLoading, onClick: callbacks.onClick }, text.verificationRequiredButtonText)));
|
|
3073
3153
|
default:
|
|
3154
|
+
if (alertDetails.button)
|
|
3155
|
+
return alertDetails.button;
|
|
3074
3156
|
return;
|
|
3075
3157
|
}
|
|
3076
3158
|
}
|
|
@@ -3097,6 +3179,15 @@ const PayoutStatusAlert = class {
|
|
|
3097
3179
|
* @uiName Info required alert header
|
|
3098
3180
|
*/
|
|
3099
3181
|
this.informationRequiredHeader = "Payout and tax information required";
|
|
3182
|
+
/**
|
|
3183
|
+
*
|
|
3184
|
+
* @uiName Edit payment info button label
|
|
3185
|
+
*/
|
|
3186
|
+
this.editPaymentInformationButton = "Edit Payout Information";
|
|
3187
|
+
/**
|
|
3188
|
+
* @uiName Submit new tax form button label
|
|
3189
|
+
*/
|
|
3190
|
+
this.newFormButton = "Submit new form";
|
|
3100
3191
|
/**
|
|
3101
3192
|
* @uiName Info required alert description
|
|
3102
3193
|
*/
|
|
@@ -3149,6 +3240,54 @@ const PayoutStatusAlert = class {
|
|
|
3149
3240
|
* @uiName Account review alert description
|
|
3150
3241
|
*/
|
|
3151
3242
|
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}.";
|
|
3243
|
+
/**
|
|
3244
|
+
* @uiName Payment on hold alert header
|
|
3245
|
+
*/
|
|
3246
|
+
this.paymentHoldOnChangeHeader = "We are reviewing your new payout settings";
|
|
3247
|
+
/**
|
|
3248
|
+
* @uiName Payment on hold alert description
|
|
3249
|
+
*/
|
|
3250
|
+
this.paymentHoldOnChangeDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
|
|
3251
|
+
/**
|
|
3252
|
+
* @uiName Beneficiary name invalid alert header
|
|
3253
|
+
*/
|
|
3254
|
+
this.beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
|
|
3255
|
+
/**
|
|
3256
|
+
* @uiName Beneficiary name invalid description
|
|
3257
|
+
*/
|
|
3258
|
+
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.";
|
|
3259
|
+
/**
|
|
3260
|
+
* @uiName Beneficiary name mismatch alert header
|
|
3261
|
+
*/
|
|
3262
|
+
this.beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
|
|
3263
|
+
/**
|
|
3264
|
+
* @uiName Beneficiary name mismatch alert description
|
|
3265
|
+
*/
|
|
3266
|
+
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.";
|
|
3267
|
+
/**
|
|
3268
|
+
* @uiName Bank name mismatch alert header
|
|
3269
|
+
*/
|
|
3270
|
+
this.bankTaxNameMismatchHeader = "Your payment information does not match your tax form";
|
|
3271
|
+
/**
|
|
3272
|
+
* @uiName Bank name mismatch alert description
|
|
3273
|
+
*/
|
|
3274
|
+
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.";
|
|
3275
|
+
/**
|
|
3276
|
+
* @uiName Withdrawal settings invalid alert header
|
|
3277
|
+
*/
|
|
3278
|
+
this.withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
3279
|
+
/**
|
|
3280
|
+
* @uiName Withdrawal settings invalid alert description
|
|
3281
|
+
*/
|
|
3282
|
+
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.";
|
|
3283
|
+
/**
|
|
3284
|
+
* @uiName Payment returned alert header
|
|
3285
|
+
*/
|
|
3286
|
+
this.paymentReturnedHeader = "Payout unsuccessful";
|
|
3287
|
+
/**
|
|
3288
|
+
* @uiName Payment returned alert description
|
|
3289
|
+
*/
|
|
3290
|
+
this.paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
|
|
3152
3291
|
/**
|
|
3153
3292
|
* @uiName W-9 payment threshold alert header
|
|
3154
3293
|
*/
|
|
@@ -3227,6 +3366,8 @@ function useDemoPayoutStatusAlert(props) {
|
|
|
3227
3366
|
callbacks: {
|
|
3228
3367
|
onTermsClick: () => { },
|
|
3229
3368
|
onClick: () => console.log("show"),
|
|
3369
|
+
onPaymentInfoClick: () => { },
|
|
3370
|
+
onNewFormClick: () => { },
|
|
3230
3371
|
},
|
|
3231
3372
|
}, formatted || props.demoData || {}, { arrayMerge: (_, a) => a });
|
|
3232
3373
|
}
|
|
@@ -7479,6 +7620,54 @@ const TaxAndCashMonolith = class {
|
|
|
7479
7620
|
* @uiName Account review alert description
|
|
7480
7621
|
*/
|
|
7481
7622
|
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}.";
|
|
7623
|
+
/**
|
|
7624
|
+
* @uiName Payment on hold alert header
|
|
7625
|
+
*/
|
|
7626
|
+
this.dashboard_paymentOnHoldHeader = "We are reviewing your new payout settings";
|
|
7627
|
+
/**
|
|
7628
|
+
* @uiName Payment on hold alert description
|
|
7629
|
+
*/
|
|
7630
|
+
this.dashboard_paymentOnHoldDescription = "Your payout is temporarily on hold while we review your new payment information, this process is usually resolved within 48 hours.";
|
|
7631
|
+
/**
|
|
7632
|
+
* @uiName Beneficiary name invalid alert header
|
|
7633
|
+
*/
|
|
7634
|
+
this.dashboard_beneficiaryNameInvalidHeader = "Your payment information does not match your tax form";
|
|
7635
|
+
/**
|
|
7636
|
+
* @uiName Beneficiary name invalid description
|
|
7637
|
+
*/
|
|
7638
|
+
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.";
|
|
7639
|
+
/**
|
|
7640
|
+
* @uiName Beneficiary name mismatch alert header
|
|
7641
|
+
*/
|
|
7642
|
+
this.dashboard_beneficiaryNameMismatchHeader = "Your payment information does not match your tax form";
|
|
7643
|
+
/**
|
|
7644
|
+
* @uiName Beneficiary name mismatch alert description
|
|
7645
|
+
*/
|
|
7646
|
+
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.";
|
|
7647
|
+
/**
|
|
7648
|
+
* @uiName Bank name mismatch alert header
|
|
7649
|
+
*/
|
|
7650
|
+
this.dashboard_bankNameMismatchHeader = "Your payment information does not match your tax form";
|
|
7651
|
+
/**
|
|
7652
|
+
* @uiName Bank name mismatch alert description
|
|
7653
|
+
*/
|
|
7654
|
+
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.";
|
|
7655
|
+
/**
|
|
7656
|
+
* @uiName Withdrawal settings invalid alert header
|
|
7657
|
+
*/
|
|
7658
|
+
this.dashboard_withdrawalSettingsInvalidHeader = "Your payment information includes invalid characters";
|
|
7659
|
+
/**
|
|
7660
|
+
* @uiName Withdrawal settings invalid alert description
|
|
7661
|
+
*/
|
|
7662
|
+
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.";
|
|
7663
|
+
/**
|
|
7664
|
+
* @uiName Payment returned alert header
|
|
7665
|
+
*/
|
|
7666
|
+
this.dashboard_paymentReturnedHeader = "Payout unsuccessful";
|
|
7667
|
+
/**
|
|
7668
|
+
* @uiName Payment returned alert description
|
|
7669
|
+
*/
|
|
7670
|
+
this.dashboard_paymentReturnedDescription = "Our recent payment attempt for your earnings was unsuccessful. Please review your payment information and make sure it is correct.";
|
|
7482
7671
|
/**
|
|
7483
7672
|
* @uiName Terms and Conditions text
|
|
7484
7673
|
* @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,10 @@ 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
|
|
9
|
+
*/
|
|
10
|
+
this.logoTextSize = "24px";
|
|
7
11
|
/**
|
|
8
12
|
* Page participants are navigated to after clicking the header logo.
|
|
9
13
|
*
|
|
@@ -19,7 +23,10 @@ const HeroImage = class {
|
|
|
19
23
|
}
|
|
20
24
|
disconnectedCallback() { }
|
|
21
25
|
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 }))
|
|
26
|
+
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: {
|
|
27
|
+
fontSize: this.logoTextSize,
|
|
28
|
+
color: this.logoTextColor || "inherit",
|
|
29
|
+
} }, this.logoText)))));
|
|
23
30
|
}
|
|
24
31
|
};
|
|
25
32
|
|
|
@@ -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-2ec60449.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-1adaf077.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';
|