@saasquatch/mint-components 1.12.1-2 → 1.12.1-21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ShadowViewAddon-88821c64.js → ShadowViewAddon-e7d97410.js} +152 -117
- package/dist/cjs/{global-c3637175.js → global-02e50f09.js} +2 -2
- package/dist/cjs/{index.module-b8d9d0ba.js → index.module-df530553.js} +18 -55
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/mint-components.cjs.js +3 -3
- package/dist/cjs/{re-render-5bde3d2e.js → re-render-1976e05e.js} +4 -4
- package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
- package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +61 -61
- package/dist/cjs/{sqm-big-stat_39.cjs.entry.js → sqm-big-stat_40.cjs.entry.js} +241 -68
- package/dist/cjs/sqm-close-button.cjs.entry.js +1 -1
- package/dist/cjs/sqm-context-router.cjs.entry.js +2 -2
- package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -2
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-invoice-table-view-a9133a11.js → sqm-invoice-table-view-e3b03a00.js} +1 -1
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +5 -5
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-navigation-sidebar-item-view-a2135064.js → sqm-navigation-sidebar-item-view-a125ec5f.js} +2 -2
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +3 -3
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +3 -3
- package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
- package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-email-verification-view-050dbe0f.js → sqm-portal-email-verification-view-292b5bf4.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +9 -9
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +5 -5
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-profile-view-d97086bc.js → sqm-portal-profile-view-fde54e35.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +7 -7
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +5 -5
- package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +7 -11
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +7 -7
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +7 -7
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +5 -5
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +3 -3
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +10 -10
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +243 -179
- package/dist/cjs/sqm-tab.cjs.entry.js +2 -2
- package/dist/cjs/sqm-tabs.cjs.entry.js +4 -4
- package/dist/cjs/{useChildElements-410d2435.js → useChildElements-e0d44916.js} +2 -2
- package/dist/cjs/{useInstantAccessRegistration-ccf81eae.js → useInstantAccessRegistration-bbe746d1.js} +3 -3
- package/dist/cjs/{useReferralTable-824ac152.js → useReferralTable-a76adb0d.js} +9 -9
- package/dist/cjs/{useRegistrationFormState-f9ce55be.js → useRegistrationFormState-876ed65d.js} +2 -2
- package/dist/cjs/{utilities-f7de6c04.js → utilities-cec9dd36.js} +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/sqm-checkbox-field/CheckboxField.stories.js +1 -1
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field-view.js +6 -15
- package/dist/collection/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.js +12 -43
- package/dist/collection/components/sqm-portal-change-marketing/ChangeMarketing.stories.js +55 -0
- package/dist/collection/components/sqm-portal-change-marketing/sqm-portal-change-marketing-view.js +47 -0
- package/dist/collection/components/sqm-portal-change-marketing/sqm-portal-change-marketing.js +217 -0
- package/dist/collection/components/sqm-portal-change-marketing/usePortalChangeMarketing.js +115 -0
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +3 -3
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +3 -3
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +3 -3
- package/dist/collection/components/sqm-portal-registration-form/usePortalRegistrationForm.js +0 -4
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +3 -3
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +3 -3
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -0
- package/dist/esm/{ShadowViewAddon-65c8679e.js → ShadowViewAddon-149b4015.js} +152 -118
- package/dist/esm/{global-6306a9b8.js → global-04c7d3b5.js} +2 -2
- package/dist/esm/{index.module-6c840c4e.js → index.module-def4aec5.js} +3 -40
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mint-components.js +3 -3
- package/dist/esm/{re-render-1bcfd0de.js → re-render-12fd274a.js} +4 -4
- package/dist/esm/sqm-asset-card.entry.js +1 -1
- package/dist/esm/sqm-banking-info-form_16.entry.js +61 -61
- package/dist/esm/{sqm-big-stat_39.entry.js → sqm-big-stat_40.entry.js} +241 -69
- package/dist/esm/sqm-close-button.entry.js +1 -1
- package/dist/esm/sqm-context-router.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +2 -2
- package/dist/esm/sqm-graphql-client-provider.entry.js +5 -5
- package/dist/esm/sqm-instant-access-registration.entry.js +3 -3
- package/dist/esm/{sqm-invoice-table-view-71915a5e.js → sqm-invoice-table-view-6e13a323.js} +1 -1
- package/dist/esm/sqm-leaderboard-rank.entry.js +5 -5
- package/dist/esm/sqm-logout-current-user.entry.js +3 -3
- package/dist/esm/{sqm-navigation-sidebar-item-view-f8e78810.js → sqm-navigation-sidebar-item-view-60ef06cc.js} +2 -2
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +3 -3
- package/dist/esm/sqm-navigation-sidebar.entry.js +3 -3
- package/dist/esm/sqm-password-field.entry.js +2 -2
- package/dist/esm/sqm-popup-container.entry.js +4 -4
- package/dist/esm/{sqm-portal-email-verification-view-c6ac5430.js → sqm-portal-email-verification-view-4307c992.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +9 -9
- package/dist/esm/sqm-portal-forgot-password.entry.js +5 -5
- package/dist/esm/sqm-portal-logout.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-15ddbec8.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +7 -7
- package/dist/esm/sqm-portal-protected-route.entry.js +5 -5
- package/dist/esm/sqm-portal-registration-form.entry.js +7 -11
- package/dist/esm/sqm-portal-reset-password.entry.js +7 -7
- package/dist/esm/sqm-portal-verify-email.entry.js +7 -7
- package/dist/esm/sqm-referral-table_11.entry.js +5 -5
- package/dist/esm/sqm-referred-registration.entry.js +3 -3
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +2 -2
- package/dist/esm/sqm-rewards-table_9.entry.js +10 -10
- package/dist/esm/sqm-stencilbook.entry.js +243 -179
- package/dist/esm/sqm-tab.entry.js +2 -2
- package/dist/esm/sqm-tabs.entry.js +4 -4
- package/dist/esm/{useChildElements-fc84e640.js → useChildElements-32e1bda1.js} +2 -2
- package/dist/esm/{useInstantAccessRegistration-8b0a4556.js → useInstantAccessRegistration-46b89952.js} +3 -3
- package/dist/esm/{useReferralTable-f6ffa103.js → useReferralTable-f4de0650.js} +9 -9
- package/dist/esm/{useRegistrationFormState-849e27f7.js → useRegistrationFormState-9fc1ac80.js} +2 -2
- package/dist/esm/{utilities-443732be.js → utilities-3f5bba22.js} +1 -1
- package/dist/esm-es5/ShadowViewAddon-149b4015.js +1 -0
- package/dist/esm-es5/{global-6306a9b8.js → global-04c7d3b5.js} +2 -2
- package/dist/esm-es5/index.module-def4aec5.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{re-render-1bcfd0de.js → re-render-12fd274a.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_40.entry.js +1 -0
- package/dist/esm-es5/sqm-close-button.entry.js +1 -1
- package/dist/esm-es5/sqm-context-router.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/{sqm-invoice-table-view-71915a5e.js → sqm-invoice-table-view-6e13a323.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-60ef06cc.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm-es5/sqm-password-field.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-c6ac5430.js → sqm-portal-email-verification-view-4307c992.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-15ddbec8.js → sqm-portal-profile-view-ffe955c8.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tab.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/{useChildElements-fc84e640.js → useChildElements-32e1bda1.js} +1 -1
- package/dist/esm-es5/useInstantAccessRegistration-46b89952.js +1 -0
- package/dist/esm-es5/{useReferralTable-f6ffa103.js → useReferralTable-f4de0650.js} +1 -1
- package/dist/esm-es5/useRegistrationFormState-9fc1ac80.js +1 -0
- package/dist/esm-es5/{utilities-443732be.js → utilities-3f5bba22.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-f450654b.system.entry.js → p-01cfff8a.system.entry.js} +1 -1
- package/dist/mint-components/{p-94454880.entry.js → p-021a735d.entry.js} +1 -1
- package/dist/mint-components/{p-ac51940e.system.js → p-02424350.system.js} +1 -1
- package/dist/mint-components/p-03494732.entry.js +1 -0
- package/dist/mint-components/{p-59818690.system.entry.js → p-07f675ab.system.entry.js} +1 -1
- package/dist/mint-components/{p-11d1b212.js → p-0b9fa97f.js} +1 -1
- package/dist/mint-components/{p-5becb2ff.system.js → p-0d8c53ac.system.js} +1 -1
- package/dist/mint-components/p-10e89d0a.entry.js +1 -0
- package/dist/mint-components/{p-012daf3c.entry.js → p-137ea86e.entry.js} +1 -1
- package/dist/mint-components/p-1bfc8eb0.system.entry.js +1 -0
- package/dist/mint-components/p-1c857edb.entry.js +33 -0
- package/dist/mint-components/{p-e12d3414.system.entry.js → p-1dd69917.system.entry.js} +1 -1
- package/dist/mint-components/{p-d468925f.entry.js → p-2dd67762.entry.js} +1 -1
- package/dist/mint-components/{p-1d27da33.js → p-2ee2ebba.js} +2 -2
- package/dist/mint-components/{p-84b25a46.entry.js → p-3223ba7b.entry.js} +1 -1
- package/dist/mint-components/{p-f4cbbe47.entry.js → p-32d1d162.entry.js} +1 -1
- package/dist/mint-components/{p-cb433855.system.entry.js → p-35d84041.system.entry.js} +1 -1
- package/dist/mint-components/{p-4babe350.system.js → p-3d4656bb.system.js} +1 -1
- package/dist/mint-components/{p-f36e33ff.entry.js → p-3ec16698.entry.js} +2 -2
- package/dist/mint-components/{p-04348a9b.js → p-41a11a7f.js} +1 -1
- package/dist/mint-components/{p-3cb18382.system.js → p-44787d6e.system.js} +1 -1
- package/dist/mint-components/{p-be1ae1ed.system.entry.js → p-4502ed11.system.entry.js} +1 -1
- package/dist/mint-components/{p-e0e7635a.js → p-4d233cd4.js} +1 -1
- package/dist/mint-components/{p-cd44de66.system.js → p-4df8f1d2.system.js} +1 -1
- package/dist/mint-components/{p-7dd1ff31.system.entry.js → p-4ea58025.system.entry.js} +1 -1
- package/dist/mint-components/{p-a45b03d2.entry.js → p-4edde470.entry.js} +1 -1
- package/dist/mint-components/p-51f517a2.js +1 -0
- package/dist/mint-components/{p-bee1e573.entry.js → p-56f14840.entry.js} +1 -1
- package/dist/mint-components/{p-0527d90b.system.entry.js → p-58ef25d3.system.entry.js} +1 -1
- package/dist/mint-components/{p-fc422446.system.js → p-59fe4ad1.system.js} +1 -1
- package/dist/mint-components/{p-cb38b9b0.system.entry.js → p-5b333fa8.system.entry.js} +1 -1
- package/dist/mint-components/p-5be235f9.entry.js +1 -0
- package/dist/mint-components/{p-bc826117.system.entry.js → p-5cac90e8.system.entry.js} +1 -1
- package/dist/mint-components/{p-22425c71.system.entry.js → p-5f1c4160.system.entry.js} +1 -1
- package/dist/mint-components/{p-0121e044.js → p-61eab172.js} +1 -1
- package/dist/mint-components/{p-4eae91a9.system.js → p-674a64fe.system.js} +1 -1
- package/dist/mint-components/{p-76392386.entry.js → p-6cef104b.entry.js} +1 -1
- package/dist/mint-components/{p-acd77a6e.entry.js → p-6f6a6518.entry.js} +32 -15
- package/dist/mint-components/{p-0893073b.entry.js → p-7049e9b0.entry.js} +1 -1
- package/dist/mint-components/p-711ba77e.system.entry.js +1 -0
- package/dist/mint-components/p-770368bc.system.js +1 -0
- package/dist/mint-components/{p-c3babfa4.system.entry.js → p-7731f793.system.entry.js} +1 -1
- package/dist/mint-components/p-79186b05.entry.js +9 -0
- package/dist/mint-components/p-79191f88.entry.js +1 -0
- package/dist/mint-components/p-7c6c96e2.system.entry.js +1 -0
- package/dist/mint-components/p-7f088154.entry.js +1 -0
- package/dist/mint-components/{p-3e7ec0f3.system.entry.js → p-8679ed9f.system.entry.js} +1 -1
- package/dist/mint-components/{p-6c928c7d.entry.js → p-86990110.entry.js} +1 -1
- package/dist/mint-components/{p-d83b0cf3.js → p-8704937c.js} +1 -1
- package/dist/mint-components/p-8b5b78ca.entry.js +1 -0
- package/dist/mint-components/p-8e907ac7.system.entry.js +1 -0
- package/dist/mint-components/p-91669312.entry.js +1 -0
- package/dist/mint-components/{p-f56348dc.system.entry.js → p-9c310991.system.entry.js} +1 -1
- package/dist/mint-components/{p-9ec008cb.system.entry.js → p-9f0629ba.system.entry.js} +1 -1
- package/dist/mint-components/{p-f531a5c9.system.entry.js → p-a1dba9a1.system.entry.js} +1 -1
- package/dist/mint-components/p-a6a7dcaa.js +1 -0
- package/dist/mint-components/{p-9cdbd1ac.system.entry.js → p-a7c2ced2.system.entry.js} +1 -1
- package/dist/mint-components/p-a8f7cb95.js +1 -0
- package/dist/mint-components/{p-03dbe2ce.entry.js → p-a9050eb0.entry.js} +1 -1
- package/dist/mint-components/{p-fd21ae8f.entry.js → p-aad11a68.entry.js} +1 -1
- package/dist/mint-components/p-ace06b9b.system.js +1 -0
- package/dist/mint-components/{p-04ced592.system.entry.js → p-af062c8f.system.entry.js} +1 -1
- package/dist/mint-components/{p-1f7d7524.system.entry.js → p-afd366ae.system.entry.js} +1 -1
- package/dist/mint-components/p-b370fca8.system.js +1 -0
- package/dist/mint-components/{p-5291891c.entry.js → p-b4c52c5a.entry.js} +2 -2
- package/dist/mint-components/{p-36e9296e.system.entry.js → p-b5861974.system.entry.js} +1 -1
- package/dist/mint-components/{p-83c9f37b.system.entry.js → p-b6fc1227.system.entry.js} +1 -1
- package/dist/mint-components/p-ba0dfda9.js +391 -0
- package/dist/mint-components/{p-5cd917db.js → p-bb00db59.js} +1 -1
- package/dist/mint-components/{p-5fba1a04.system.entry.js → p-be4b748a.system.entry.js} +1 -1
- package/dist/mint-components/{p-8d554a89.system.js → p-c84659a3.system.js} +1 -1
- package/dist/mint-components/{p-9e0230c3.entry.js → p-ce5afa40.entry.js} +1 -1
- package/dist/mint-components/{p-2816bf6a.js → p-ce621bcc.js} +1 -1
- package/dist/mint-components/{p-88bf51b7.system.entry.js → p-cf690d55.system.entry.js} +1 -1
- package/dist/mint-components/p-d0ea10c3.system.entry.js +1 -0
- package/dist/mint-components/{p-4671e644.entry.js → p-d8d2de11.entry.js} +1 -1
- package/dist/mint-components/{p-4e373c3d.system.js → p-dd7ee007.system.js} +1 -1
- package/dist/mint-components/{p-d35d8c06.entry.js → p-e3735866.entry.js} +2 -2
- package/dist/mint-components/{p-68747d88.js → p-eaada4da.js} +1 -1
- package/dist/mint-components/{p-51d53165.system.entry.js → p-eba44835.system.entry.js} +1 -1
- package/dist/mint-components/{p-b8233366.entry.js → p-ec41d6a4.entry.js} +1 -1
- package/dist/mint-components/{p-43621f12.system.js → p-ed095674.system.js} +1 -1
- package/dist/mint-components/{p-ca809fdd.system.js → p-ed17e637.system.js} +1 -1
- package/dist/mint-components/p-f3dd15c5.entry.js +13 -0
- package/dist/mint-components/{p-c1f4fb6d.system.entry.js → p-fb20eb5e.system.entry.js} +1 -1
- package/dist/types/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.d.ts +3 -10
- package/dist/types/components/sqm-portal-change-marketing/ChangeMarketing.stories.d.ts +8 -0
- package/dist/types/components/sqm-portal-change-marketing/sqm-portal-change-marketing-view.d.ts +28 -0
- package/dist/types/components/sqm-portal-change-marketing/sqm-portal-change-marketing.d.ts +39 -0
- package/dist/types/components/sqm-portal-change-marketing/usePortalChangeMarketing.d.ts +3 -0
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +1 -1
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +1 -1
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +1 -1
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +1 -1
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +1 -1
- package/dist/types/components.d.ts +88 -24
- 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/ShadowViewAddon-65c8679e.js +0 -1
- package/dist/esm-es5/index.module-6c840c4e.js +0 -1
- package/dist/esm-es5/sqm-big-stat_39.entry.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-f8e78810.js +0 -1
- package/dist/esm-es5/useInstantAccessRegistration-8b0a4556.js +0 -1
- package/dist/esm-es5/useRegistrationFormState-849e27f7.js +0 -1
- package/dist/mint-components/p-0c9ad5f3.system.entry.js +0 -1
- package/dist/mint-components/p-1279f7a3.system.entry.js +0 -1
- package/dist/mint-components/p-15a64357.entry.js +0 -13
- package/dist/mint-components/p-17f56865.entry.js +0 -9
- package/dist/mint-components/p-1b861be5.entry.js +0 -1
- package/dist/mint-components/p-2868f475.entry.js +0 -1
- package/dist/mint-components/p-6792c8d8.system.entry.js +0 -1
- package/dist/mint-components/p-93576222.system.js +0 -1
- package/dist/mint-components/p-947fe79b.entry.js +0 -1
- package/dist/mint-components/p-99c15c5e.entry.js +0 -1
- package/dist/mint-components/p-9d34f4f0.entry.js +0 -33
- package/dist/mint-components/p-a02afa72.system.js +0 -1
- package/dist/mint-components/p-a4282d02.system.entry.js +0 -1
- package/dist/mint-components/p-b1e8a802.entry.js +0 -1
- package/dist/mint-components/p-b3e97f8a.system.entry.js +0 -1
- package/dist/mint-components/p-b651706a.js +0 -391
- package/dist/mint-components/p-bdd6bb13.js +0 -1
- package/dist/mint-components/p-c3b37bbf.js +0 -1
- package/dist/mint-components/p-c92a743e.entry.js +0 -1
- package/dist/mint-components/p-c9fb6102.entry.js +0 -1
- package/dist/mint-components/p-def516b8.system.js +0 -1
- package/dist/mint-components/p-f655a7df.js +0 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { h, r as registerInstance, c as Host, g as getElement } from './index-17b4da69.js';
|
|
2
2
|
import { m as useRef, k as useState, f as useEffect, n as h$1, u as useMemo, b as browser, j as useReducer } from './stencil-hooks.module-ac12ca1c.js';
|
|
3
|
-
import { i as intl } from './global-
|
|
4
|
-
import { d as dist,
|
|
3
|
+
import { i as intl } from './global-04c7d3b5.js';
|
|
4
|
+
import { d as dist, L, Q, t as bn, I as In, M as Mn, f as $e, i as isDemo, w as wn, u as useCallback, k as kn, v as Pn, _, C as Cn, F as Fn } from './index.module-def4aec5.js';
|
|
5
5
|
import { j as jsonpointer } from './jsonpointer-388a7082.js';
|
|
6
6
|
import { c as cjs } from './cjs-bdfb4486.js';
|
|
7
7
|
import './mixins-f60a614c.js';
|
|
8
8
|
import { c as createStyleSheet } from './JSS-67b5cff8.js';
|
|
9
9
|
import { G as GenericTableView } from './GenericTableView-d59d8ab4.js';
|
|
10
|
-
import { u as useRerenderListener, a as useRequestRerender } from './re-render-
|
|
11
|
-
import { u as useChildElements } from './useChildElements-
|
|
10
|
+
import { u as useRerenderListener, a as useRequestRerender } from './re-render-12fd274a.js';
|
|
11
|
+
import { u as useChildElements } from './useChildElements-32e1bda1.js';
|
|
12
12
|
import { l as luxon } from './luxon-7600be8d.js';
|
|
13
|
-
import { g as generateUserError } from './useReferralTable-
|
|
13
|
+
import { g as generateUserError } from './useReferralTable-f4de0650.js';
|
|
14
14
|
import { g as getProps, l as luxonLocale } from './utils-334c1e34.js';
|
|
15
|
-
import { t as taxTypeToName, v as validTaxDocument, a as INDIRECT_TAX_SPAIN_REGIONS, b as INDIRECT_TAX_PROVINCES, g as getCountryObj, O as OtherRegionSlotView, I as InvoiceTableView, E as ErrorView, L as LoadingView, c as vatLabels, G as GeneralLoadingView, f as formatErrorMessage, d as validateBillingField, o as objectIsFull, A as ADDRESS_REGIONS } from './sqm-invoice-table-view-
|
|
15
|
+
import { t as taxTypeToName, v as validTaxDocument, a as INDIRECT_TAX_SPAIN_REGIONS, b as INDIRECT_TAX_PROVINCES, g as getCountryObj, O as OtherRegionSlotView, I as InvoiceTableView, E as ErrorView, L as LoadingView, c as vatLabels, G as GeneralLoadingView, f as formatErrorMessage, d as validateBillingField, o as objectIsFull, A as ADDRESS_REGIONS } from './sqm-invoice-table-view-6e13a323.js';
|
|
16
16
|
|
|
17
17
|
const TAX_CONTEXT_NAMESPACE = "sq:tax-and-cash";
|
|
18
18
|
const TAX_FORM_CONTEXT_NAMESPACE = "sq:tax-form-context";
|
|
@@ -956,15 +956,15 @@ function parseImpactThreshold(threshold) {
|
|
|
956
956
|
}
|
|
957
957
|
function useBankingInfoForm(props) {
|
|
958
958
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
959
|
-
const locale =
|
|
960
|
-
const user =
|
|
961
|
-
const [step, setStep] =
|
|
962
|
-
const context =
|
|
963
|
-
const countries =
|
|
959
|
+
const locale = L();
|
|
960
|
+
const user = Q();
|
|
961
|
+
const [step, setStep] = bn(TAX_CONTEXT_NAMESPACE);
|
|
962
|
+
const context = In(TAX_FORM_CONTEXT_NAMESPACE);
|
|
963
|
+
const countries = In(SORTED_COUNTRIES_NAMESPACE);
|
|
964
964
|
const formRef = useRef(null);
|
|
965
|
-
const { data: paymentOptionsData, loading: paymentOptionsLoading, errors: paymentOptionsError, } =
|
|
966
|
-
const { data: userData, refetch, errors: userError, } =
|
|
967
|
-
const [saveWithdrawalSettings] =
|
|
965
|
+
const { data: paymentOptionsData, loading: paymentOptionsLoading, errors: paymentOptionsError, } = Mn(FINANCE_NETWORK_SETTINGS_NAMESPACE);
|
|
966
|
+
const { data: userData, refetch, errors: userError, } = Mn(USER_QUERY_NAMESPACE);
|
|
967
|
+
const [saveWithdrawalSettings] = $e(SAVE_WITHDRAWAL_SETTINGS);
|
|
968
968
|
const [formState, setFormState] = useState({});
|
|
969
969
|
const [currentPaymentOption, setCurrentPaymentOption] = useState(null);
|
|
970
970
|
const [loading, setLoading] = useState(false);
|
|
@@ -1532,7 +1532,7 @@ function useDemoBankingInfoForm(props) {
|
|
|
1532
1532
|
const defaultPaymentScheduleChecked = (_f = (_e = (_d = props.demoData) === null || _d === void 0 ? void 0 : _d.states) === null || _e === void 0 ? void 0 : _e.formState) === null || _f === void 0 ? void 0 : _f.paymentScheduleChecked;
|
|
1533
1533
|
const defaultCurrency = (_h = (_g = props.demoData) === null || _g === void 0 ? void 0 : _g.states) === null || _h === void 0 ? void 0 : _h.currency;
|
|
1534
1534
|
const defaultCountry = (_l = (_k = (_j = props.demoData) === null || _j === void 0 ? void 0 : _j.states) === null || _k === void 0 ? void 0 : _k.formState) === null || _l === void 0 ? void 0 : _l.bankCountry;
|
|
1535
|
-
const setStep =
|
|
1535
|
+
const setStep = wn(TAX_CONTEXT_NAMESPACE);
|
|
1536
1536
|
const [paymentMethodChecked, setPaymentMethodChecked] = useState(undefined);
|
|
1537
1537
|
const [paymentScheduleChecked, setPaymentScheduleChecked] = useState(undefined);
|
|
1538
1538
|
const [currency, setCurrency] = useState(defaultCurrency);
|
|
@@ -1650,13 +1650,13 @@ const DOCUSIGN_ERROR_STATES = [
|
|
|
1650
1650
|
const DOCUSIGN_EXPIRED_STATES = ["ttl_expired", "session_timeout"];
|
|
1651
1651
|
function useDocusignForm(props) {
|
|
1652
1652
|
var _a, _b, _c;
|
|
1653
|
-
const user =
|
|
1654
|
-
const context =
|
|
1655
|
-
const [step, setStep] =
|
|
1656
|
-
const { data, loading: userLoading, refetch, } =
|
|
1653
|
+
const user = Q();
|
|
1654
|
+
const context = In(TAX_FORM_CONTEXT_NAMESPACE);
|
|
1655
|
+
const [step, setStep] = bn(TAX_CONTEXT_NAMESPACE);
|
|
1656
|
+
const { data, loading: userLoading, refetch, } = Mn(USER_QUERY_NAMESPACE);
|
|
1657
1657
|
const publisher = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher;
|
|
1658
|
-
const [createTaxDocument, { loading: documentLoading, data: document, errors: documentErrors },] =
|
|
1659
|
-
const [completeTaxDocument, { loading: completeDocumentLoading, data: completeData, errors: completeErrors, },] =
|
|
1658
|
+
const [createTaxDocument, { loading: documentLoading, data: document, errors: documentErrors },] = $e(GET_TAX_DOCUMENT);
|
|
1659
|
+
const [completeTaxDocument, { loading: completeDocumentLoading, data: completeData, errors: completeErrors, },] = $e(COMPLETE_TAX_DOCUMENT);
|
|
1660
1660
|
const [docusignStatus, setDocusignStatus] = useState(undefined);
|
|
1661
1661
|
const [participantType, setParticipantType] = useState(undefined);
|
|
1662
1662
|
const [errors, setErrors] = useState({});
|
|
@@ -2191,7 +2191,7 @@ const DocusignForm = class {
|
|
|
2191
2191
|
get el() { return getElement(this); }
|
|
2192
2192
|
};
|
|
2193
2193
|
function useDocusignFormDemo(props) {
|
|
2194
|
-
const setStep =
|
|
2194
|
+
const setStep = wn(TAX_CONTEXT_NAMESPACE);
|
|
2195
2195
|
return cjs({
|
|
2196
2196
|
text: props.getTextProps(),
|
|
2197
2197
|
states: {
|
|
@@ -2461,15 +2461,15 @@ function getOption(countries, countryCode) {
|
|
|
2461
2461
|
}
|
|
2462
2462
|
function useIndirectTaxForm(props) {
|
|
2463
2463
|
var _a, _b, _c, _d, _e;
|
|
2464
|
-
const user =
|
|
2465
|
-
const locale =
|
|
2464
|
+
const user = Q();
|
|
2465
|
+
const locale = L();
|
|
2466
2466
|
const formRef = useRef(null);
|
|
2467
|
-
const context =
|
|
2468
|
-
const [step, setStep] =
|
|
2469
|
-
const [connectImpactPartner, { loading: connectLoading, errors: connectErrors },] =
|
|
2470
|
-
const userForm =
|
|
2471
|
-
const { data: userData, refetch, errors: userError, } =
|
|
2472
|
-
const { data: _countriesRes, loading: countriesLoading } =
|
|
2467
|
+
const context = In(TAX_FORM_CONTEXT_NAMESPACE);
|
|
2468
|
+
const [step, setStep] = bn(TAX_CONTEXT_NAMESPACE);
|
|
2469
|
+
const [connectImpactPartner, { loading: connectLoading, errors: connectErrors },] = $e(CONNECT_PARTNER);
|
|
2470
|
+
const userForm = In(USER_FORM_CONTEXT_NAMESPACE);
|
|
2471
|
+
const { data: userData, refetch, errors: userError, } = Mn(USER_QUERY_NAMESPACE);
|
|
2472
|
+
const { data: _countriesRes, loading: countriesLoading } = Mn(COUNTRIES_QUERY_NAMESPACE);
|
|
2473
2473
|
const intlLocale = (locale === null || locale === void 0 ? void 0 : locale.replace("_", "-")) || "en";
|
|
2474
2474
|
const _countries = useMemo(() => { var _a, _b; return (_b = (_a = _countriesRes === null || _countriesRes === void 0 ? void 0 : _countriesRes.impactPayoutCountries) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.map((country) => getCountryObj({ countryCode: country.countryCode, locale: intlLocale })); }, [(_a = _countriesRes === null || _countriesRes === void 0 ? void 0 : _countriesRes.impactPayoutCountries) === null || _a === void 0 ? void 0 : _a.data]);
|
|
2475
2475
|
const [loading, setLoading] = useState(false);
|
|
@@ -2858,7 +2858,7 @@ const IndirectTaxForm = class {
|
|
|
2858
2858
|
}
|
|
2859
2859
|
};
|
|
2860
2860
|
function useDemoIndirectTaxForm(props) {
|
|
2861
|
-
const setStep =
|
|
2861
|
+
const setStep = wn(TAX_CONTEXT_NAMESPACE);
|
|
2862
2862
|
const [option, setOption] = useState(null);
|
|
2863
2863
|
const [demoFormState, setDemoFormState] = useState({});
|
|
2864
2864
|
return cjs({
|
|
@@ -2968,8 +2968,8 @@ const GET_INVOICES = dist.gql `
|
|
|
2968
2968
|
`;
|
|
2969
2969
|
function useInvoiceTable(props, emptyElement, loadingElement) {
|
|
2970
2970
|
var _a;
|
|
2971
|
-
const user =
|
|
2972
|
-
const locale =
|
|
2971
|
+
const user = Q();
|
|
2972
|
+
const locale = L();
|
|
2973
2973
|
const [content, setContent] = useReducer((state, next) => ({
|
|
2974
2974
|
...state,
|
|
2975
2975
|
...next,
|
|
@@ -2979,7 +2979,7 @@ function useInvoiceTable(props, emptyElement, loadingElement) {
|
|
|
2979
2979
|
loading: false,
|
|
2980
2980
|
page: 0,
|
|
2981
2981
|
});
|
|
2982
|
-
const { envelope: invoicesData, states, callbacks, } =
|
|
2982
|
+
const { envelope: invoicesData, states, callbacks, } = kn(GET_INVOICES, (data) => { var _a, _b, _c; return (_c = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.invoices; }, {
|
|
2983
2983
|
limit: props.perPage,
|
|
2984
2984
|
offset: 0,
|
|
2985
2985
|
}, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
|
|
@@ -3545,7 +3545,7 @@ function PayoutDetailsCardView(props) {
|
|
|
3545
3545
|
|
|
3546
3546
|
function usePayoutDetailsCard(props) {
|
|
3547
3547
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
3548
|
-
const { data, loading } =
|
|
3548
|
+
const { data, loading } = Mn(USER_QUERY_NAMESPACE);
|
|
3549
3549
|
const publisher = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher;
|
|
3550
3550
|
function getPayoutDetailedStatusText(paymentDay) {
|
|
3551
3551
|
var _a;
|
|
@@ -3734,21 +3734,21 @@ function getCurrentStep(user) {
|
|
|
3734
3734
|
}
|
|
3735
3735
|
function useTaxAndCash() {
|
|
3736
3736
|
var _a, _b, _c, _d, _e;
|
|
3737
|
-
const host =
|
|
3738
|
-
const user =
|
|
3739
|
-
const locale =
|
|
3737
|
+
const host = _();
|
|
3738
|
+
const user = Q();
|
|
3739
|
+
const locale = L();
|
|
3740
3740
|
// State for current step of form
|
|
3741
|
-
const [step, setStep] =
|
|
3741
|
+
const [step, setStep] = Cn({
|
|
3742
3742
|
namespace: TAX_CONTEXT_NAMESPACE,
|
|
3743
3743
|
initialValue: "/loading",
|
|
3744
3744
|
});
|
|
3745
3745
|
// State for when to hide steps, or override certain actions
|
|
3746
|
-
const [context, _setContext] =
|
|
3746
|
+
const [context, _setContext] = Cn({
|
|
3747
3747
|
namespace: TAX_FORM_CONTEXT_NAMESPACE,
|
|
3748
3748
|
initialValue: {},
|
|
3749
3749
|
});
|
|
3750
3750
|
// State to carry user form information into step 2
|
|
3751
|
-
const [userFormContext, _setUserFormContext] =
|
|
3751
|
+
const [userFormContext, _setUserFormContext] = Cn({
|
|
3752
3752
|
namespace: USER_FORM_CONTEXT_NAMESPACE,
|
|
3753
3753
|
initialValue: {
|
|
3754
3754
|
firstName: undefined,
|
|
@@ -3758,19 +3758,19 @@ function useTaxAndCash() {
|
|
|
3758
3758
|
currency: undefined,
|
|
3759
3759
|
},
|
|
3760
3760
|
});
|
|
3761
|
-
const [_currenciesContext, setCurrenciesContext] =
|
|
3761
|
+
const [_currenciesContext, setCurrenciesContext] = Cn({
|
|
3762
3762
|
namespace: CURRENCIES_NAMESPACE,
|
|
3763
3763
|
initialValue: [],
|
|
3764
3764
|
});
|
|
3765
|
-
const [_countriesContext, _setCountriesContext] =
|
|
3765
|
+
const [_countriesContext, _setCountriesContext] = Cn({
|
|
3766
3766
|
namespace: COUNTRIES_NAMESPACE,
|
|
3767
3767
|
initialValue: [],
|
|
3768
3768
|
});
|
|
3769
|
-
const [_sortedCountriesContext, setSortedCountriesContext] =
|
|
3769
|
+
const [_sortedCountriesContext, setSortedCountriesContext] = Cn({
|
|
3770
3770
|
namespace: SORTED_COUNTRIES_NAMESPACE,
|
|
3771
3771
|
initialValue: [],
|
|
3772
3772
|
});
|
|
3773
|
-
const { data, errors } =
|
|
3773
|
+
const { data, errors } = Fn({
|
|
3774
3774
|
namespace: USER_QUERY_NAMESPACE,
|
|
3775
3775
|
query: GET_USER,
|
|
3776
3776
|
skip: !user,
|
|
@@ -3780,12 +3780,12 @@ function useTaxAndCash() {
|
|
|
3780
3780
|
});
|
|
3781
3781
|
const countryCode = ((_c = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher) === null || _c === void 0 ? void 0 : _c.countryCode) ||
|
|
3782
3782
|
userFormContext.countryCode;
|
|
3783
|
-
|
|
3783
|
+
Fn({
|
|
3784
3784
|
namespace: COUNTRIES_QUERY_NAMESPACE,
|
|
3785
3785
|
query: GET_COUNTRIES,
|
|
3786
3786
|
skip: !user,
|
|
3787
3787
|
});
|
|
3788
|
-
const { data: financeNetworkData, refetch } =
|
|
3788
|
+
const { data: financeNetworkData, refetch } = Fn({
|
|
3789
3789
|
namespace: FINANCE_NETWORK_SETTINGS_NAMESPACE,
|
|
3790
3790
|
query: GET_FINANCE_NETWORK_SETTINGS,
|
|
3791
3791
|
skip: !user,
|
|
@@ -3793,7 +3793,7 @@ function useTaxAndCash() {
|
|
|
3793
3793
|
filter: getFinanceNetworkFilter(),
|
|
3794
3794
|
},
|
|
3795
3795
|
});
|
|
3796
|
-
const { data: currenciesData } =
|
|
3796
|
+
const { data: currenciesData } = Fn({
|
|
3797
3797
|
namespace: CURRENCIES_QUERY_NAMESPACE,
|
|
3798
3798
|
query: GET_CURRENCIES,
|
|
3799
3799
|
skip: !user,
|
|
@@ -3874,7 +3874,7 @@ function useTaxAndCash() {
|
|
|
3874
3874
|
step,
|
|
3875
3875
|
setStep,
|
|
3876
3876
|
context,
|
|
3877
|
-
namespace:
|
|
3877
|
+
namespace: Pn(TAX_CONTEXT_NAMESPACE),
|
|
3878
3878
|
loading: step === "/loading",
|
|
3879
3879
|
};
|
|
3880
3880
|
}
|
|
@@ -4820,7 +4820,7 @@ const TaxAndCashMonolith = class {
|
|
|
4820
4820
|
}
|
|
4821
4821
|
};
|
|
4822
4822
|
function useDemoTaxAndCash(props) {
|
|
4823
|
-
const [step, setStep] =
|
|
4823
|
+
const [step, setStep] = Cn({
|
|
4824
4824
|
namespace: TAX_CONTEXT_NAMESPACE,
|
|
4825
4825
|
initialValue: "/1",
|
|
4826
4826
|
});
|
|
@@ -5182,15 +5182,15 @@ function getIndirectTaxType(taxInformation) {
|
|
|
5182
5182
|
}
|
|
5183
5183
|
const useTaxAndCashDashboard = (props) => {
|
|
5184
5184
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
5185
|
-
const setStep =
|
|
5186
|
-
const setContext =
|
|
5185
|
+
const setStep = wn(TAX_CONTEXT_NAMESPACE);
|
|
5186
|
+
const setContext = wn(TAX_FORM_CONTEXT_NAMESPACE);
|
|
5187
5187
|
const [showDialog, setShowDialog] = useState(false);
|
|
5188
|
-
const locale =
|
|
5188
|
+
const locale = L();
|
|
5189
5189
|
useEffect(() => {
|
|
5190
5190
|
// Clear override context once on submitted
|
|
5191
5191
|
setContext({});
|
|
5192
5192
|
}, []);
|
|
5193
|
-
const { data, loading, errors: userError, } =
|
|
5193
|
+
const { data, loading, errors: userError, } = Mn(USER_QUERY_NAMESPACE);
|
|
5194
5194
|
const publisher = (_b = (_a = data === null || data === void 0 ? void 0 : data.user) === null || _a === void 0 ? void 0 : _a.impactConnection) === null || _b === void 0 ? void 0 : _b.publisher;
|
|
5195
5195
|
const documentType = publisher === null || publisher === void 0 ? void 0 : publisher.requiredTaxDocumentType;
|
|
5196
5196
|
const submissionDate = (_c = publisher === null || publisher === void 0 ? void 0 : publisher.currentTaxDocument) === null || _c === void 0 ? void 0 : _c.dateCreated;
|
|
@@ -6827,12 +6827,12 @@ function useUserInfoForm(props) {
|
|
|
6827
6827
|
const currencyRef = useRef(undefined);
|
|
6828
6828
|
const phoneCountryRef = useRef(undefined);
|
|
6829
6829
|
const formRef = useRef(null);
|
|
6830
|
-
const context =
|
|
6831
|
-
const countries =
|
|
6832
|
-
const [step, setStep] =
|
|
6833
|
-
const [userFormContext, setUserFormContext] =
|
|
6834
|
-
const { data, loading, errors: userError, } =
|
|
6835
|
-
const _currencies =
|
|
6830
|
+
const context = In(TAX_FORM_CONTEXT_NAMESPACE);
|
|
6831
|
+
const countries = In(SORTED_COUNTRIES_NAMESPACE);
|
|
6832
|
+
const [step, setStep] = bn(TAX_CONTEXT_NAMESPACE);
|
|
6833
|
+
const [userFormContext, setUserFormContext] = bn(USER_FORM_CONTEXT_NAMESPACE);
|
|
6834
|
+
const { data, loading, errors: userError, } = Mn(USER_QUERY_NAMESPACE);
|
|
6835
|
+
const _currencies = In(CURRENCIES_NAMESPACE);
|
|
6836
6836
|
const currencies = useMemo(() => [...(_currencies || [])].sort((a, b) => a.displayName.localeCompare(b.displayName)), [_currencies]);
|
|
6837
6837
|
const [countrySearch, setCountrySearch] = useState("");
|
|
6838
6838
|
const [phoneCountrySearch, setPhoneCountrySearch] = useState("");
|
|
@@ -7193,7 +7193,7 @@ const TaxForm = class {
|
|
|
7193
7193
|
}
|
|
7194
7194
|
};
|
|
7195
7195
|
function useDemoUserInfoForm(props) {
|
|
7196
|
-
const setStep =
|
|
7196
|
+
const setStep = wn(TAX_CONTEXT_NAMESPACE);
|
|
7197
7197
|
return cjs({
|
|
7198
7198
|
setStep,
|
|
7199
7199
|
onSubmit: () => {
|