@saasquatch/mint-components 1.12.1-2 → 1.12.1-20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ShadowViewAddon-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 -41
- 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 +219 -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 -8
- 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 +41 -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
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -4,13 +4,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-b0129cd6.js');
|
|
6
6
|
const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
|
|
7
|
-
require('./global-
|
|
8
|
-
const index_module = require('./index.module-
|
|
7
|
+
require('./global-02e50f09.js');
|
|
8
|
+
const index_module = require('./index.module-df530553.js');
|
|
9
9
|
require('./cjs-1066ec21.js');
|
|
10
10
|
require('./mixins-fe9d4112.js');
|
|
11
11
|
const JSS = require('./JSS-8503a151.js');
|
|
12
12
|
const GenericTableView = require('./GenericTableView-80d7642e.js');
|
|
13
|
-
require('./useChildElements-
|
|
13
|
+
require('./useChildElements-e0d44916.js');
|
|
14
14
|
const luxon = require('./luxon-05098e19.js');
|
|
15
15
|
require('./utils-6847bc06.js');
|
|
16
16
|
require('./sqm-text-span-view-e1cd9bd3.js');
|
|
@@ -21,17 +21,17 @@ const emailRegistrationView = require('./email-registration-view-248652bb.js');
|
|
|
21
21
|
const sqmLeaderboardRankView = require('./sqm-leaderboard-rank-view-5a3d4a88.js');
|
|
22
22
|
const sqmLogoutCurrentUserView = require('./sqm-logout-current-user-view-c9f18d96.js');
|
|
23
23
|
const sqmNavigationSidebarView = require('./sqm-navigation-sidebar-view-921704fb.js');
|
|
24
|
-
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-
|
|
25
|
-
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-
|
|
24
|
+
const sqmNavigationSidebarItemView = require('./sqm-navigation-sidebar-item-view-a125ec5f.js');
|
|
25
|
+
const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-view-292b5bf4.js');
|
|
26
26
|
const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-969c49ed.js');
|
|
27
|
-
const sqmPortalProfileView = require('./sqm-portal-profile-view-
|
|
28
|
-
require('./utilities-
|
|
27
|
+
const sqmPortalProfileView = require('./sqm-portal-profile-view-fde54e35.js');
|
|
28
|
+
require('./utilities-cec9dd36.js');
|
|
29
29
|
const sqmPortalRegistrationFormView = require('./sqm-portal-registration-form-view-621348a6.js');
|
|
30
30
|
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-96f329ed.js');
|
|
31
31
|
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-7ffcc0d4.js');
|
|
32
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
32
|
+
const ShadowViewAddon = require('./ShadowViewAddon-e7d97410.js');
|
|
33
33
|
const sqmPortalContainerView = require('./sqm-portal-container-view-990a85a3.js');
|
|
34
|
-
const sqmInvoiceTableView = require('./sqm-invoice-table-view-
|
|
34
|
+
const sqmInvoiceTableView = require('./sqm-invoice-table-view-e3b03a00.js');
|
|
35
35
|
|
|
36
36
|
/**
|
|
37
37
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -2540,36 +2540,36 @@ const routes = `
|
|
|
2540
2540
|
`;
|
|
2541
2541
|
const TemplateNavigation = createHookStory(() => {
|
|
2542
2542
|
return (index.h("div", null,
|
|
2543
|
-
index.h("button", { onClick: () => index_module.
|
|
2544
|
-
index.h("button", { onClick: () => index_module.
|
|
2545
|
-
index.h("button", { onClick: () => index_module.
|
|
2546
|
-
index.h("button", { onClick: () => index_module.
|
|
2547
|
-
index.h("button", { onClick: () => index_module.
|
|
2548
|
-
index.h("button", { onClick: () => index_module.
|
|
2549
|
-
index.h("button", { onClick: () => index_module.
|
|
2550
|
-
index.h("button", { onClick: () => index_module.
|
|
2551
|
-
index.h("button", { onClick: () => index_module.
|
|
2543
|
+
index.h("button", { onClick: () => index_module.$n.push("/") }, "/"),
|
|
2544
|
+
index.h("button", { onClick: () => index_module.$n.push("/foo") }, "/foo"),
|
|
2545
|
+
index.h("button", { onClick: () => index_module.$n.push("/bar") }, "/bar"),
|
|
2546
|
+
index.h("button", { onClick: () => index_module.$n.push("/baz/bang") }, "/baz/bang"),
|
|
2547
|
+
index.h("button", { onClick: () => index_module.$n.push("/refer") }, "/refer"),
|
|
2548
|
+
index.h("button", { onClick: () => index_module.$n.push("/refer/1") }, "/refer/1"),
|
|
2549
|
+
index.h("button", { onClick: () => index_module.$n.push("/refer/2") }, "/refer/2"),
|
|
2550
|
+
index.h("button", { onClick: () => index_module.$n.back() }, "Back"),
|
|
2551
|
+
index.h("button", { onClick: () => index_module.$n.forward() }, "Forward"),
|
|
2552
2552
|
index.h("hr", null),
|
|
2553
2553
|
index.h("sqm-router", { innerHTML: templates })));
|
|
2554
2554
|
});
|
|
2555
2555
|
const RouteNavigation = createHookStory(() => {
|
|
2556
2556
|
return (index.h("div", null,
|
|
2557
|
-
index.h("button", { onClick: () => index_module.
|
|
2558
|
-
index.h("button", { onClick: () => index_module.
|
|
2559
|
-
index.h("button", { onClick: () => index_module.
|
|
2560
|
-
index.h("button", { onClick: () => index_module.
|
|
2561
|
-
index.h("button", { onClick: () => index_module.
|
|
2562
|
-
index.h("button", { onClick: () => index_module.
|
|
2563
|
-
index.h("button", { onClick: () => index_module.
|
|
2564
|
-
index.h("button", { onClick: () => index_module.
|
|
2565
|
-
index.h("button", { onClick: () => index_module.
|
|
2557
|
+
index.h("button", { onClick: () => index_module.$n.push("/") }, "/"),
|
|
2558
|
+
index.h("button", { onClick: () => index_module.$n.push("/foo") }, "/foo"),
|
|
2559
|
+
index.h("button", { onClick: () => index_module.$n.push("/bar") }, "/bar"),
|
|
2560
|
+
index.h("button", { onClick: () => index_module.$n.push("/baz/bang") }, "/baz/bang"),
|
|
2561
|
+
index.h("button", { onClick: () => index_module.$n.push("/refer") }, "/refer"),
|
|
2562
|
+
index.h("button", { onClick: () => index_module.$n.push("/refer/1") }, "/refer/1"),
|
|
2563
|
+
index.h("button", { onClick: () => index_module.$n.push("/refer/2") }, "/refer/2"),
|
|
2564
|
+
index.h("button", { onClick: () => index_module.$n.back() }, "Back"),
|
|
2565
|
+
index.h("button", { onClick: () => index_module.$n.forward() }, "Forward"),
|
|
2566
2566
|
index.h("hr", null),
|
|
2567
2567
|
index.h("sqm-router", { innerHTML: routes })));
|
|
2568
2568
|
});
|
|
2569
2569
|
const Styling = createHookStory(() => {
|
|
2570
2570
|
return (index.h("div", null,
|
|
2571
|
-
index.h("button", { onClick: () => index_module.
|
|
2572
|
-
index.h("button", { onClick: () => index_module.
|
|
2571
|
+
index.h("button", { onClick: () => index_module.$n.push("/") }, "/"),
|
|
2572
|
+
index.h("button", { onClick: () => index_module.$n.push("/foo") }, "/foo"),
|
|
2573
2573
|
index.h("hr", null),
|
|
2574
2574
|
index.h("div", { style: { display: "flex", justifyContent: "space-around" } },
|
|
2575
2575
|
index.h("sqm-router", { innerHTML: `<template path="/">
|
|
@@ -2583,7 +2583,7 @@ function useTemplate(templateString) {
|
|
|
2583
2583
|
const [previewTemplate, setPreviewTemplate] = stencilHooks_module.useState(templateString);
|
|
2584
2584
|
function setPath(e) {
|
|
2585
2585
|
//@ts-ignore
|
|
2586
|
-
index_module.
|
|
2586
|
+
index_module.$n.push(e.target.value);
|
|
2587
2587
|
}
|
|
2588
2588
|
return {
|
|
2589
2589
|
states: { previewTemplate, editedTemplate },
|
|
@@ -2747,8 +2747,8 @@ const FullStackFrame = () => {
|
|
|
2747
2747
|
"Current path:",
|
|
2748
2748
|
" ",
|
|
2749
2749
|
index.h("code", null,
|
|
2750
|
-
index.h("strong", null, (_a = index_module.
|
|
2751
|
-
index.h("button", { onClick: index_module.
|
|
2750
|
+
index.h("strong", null, (_a = index_module.Sn()) === null || _a === void 0 ? void 0 : _a.pathname))),
|
|
2751
|
+
index.h("button", { onClick: index_module.$n.back }, "Go Back")));
|
|
2752
2752
|
};
|
|
2753
2753
|
const FullStackFrameLoggedOut = () => {
|
|
2754
2754
|
var _a;
|
|
@@ -2772,8 +2772,8 @@ const FullStackFrameLoggedOut = () => {
|
|
|
2772
2772
|
"Current path:",
|
|
2773
2773
|
" ",
|
|
2774
2774
|
index.h("code", null,
|
|
2775
|
-
index.h("strong", null, (_a = index_module.
|
|
2776
|
-
index.h("button", { onClick: index_module.
|
|
2775
|
+
index.h("strong", null, (_a = index_module.Sn()) === null || _a === void 0 ? void 0 : _a.pathname))),
|
|
2776
|
+
index.h("button", { onClick: index_module.$n.back }, "Go Back")));
|
|
2777
2777
|
};
|
|
2778
2778
|
|
|
2779
2779
|
const PortalFrame = /*#__PURE__*/Object.freeze({
|
|
@@ -3500,7 +3500,7 @@ function useExchangeButton() {
|
|
|
3500
3500
|
const { id, accountId } = setupGraphQL$6();
|
|
3501
3501
|
const [points, setPoints] = stencilHooks_module.useState(10);
|
|
3502
3502
|
const [rate, setRate] = stencilHooks_module.useState(100);
|
|
3503
|
-
const [exchange, { data, errors }] = index_module.
|
|
3503
|
+
const [exchange, { data, errors }] = index_module.Xe(EXCHANGE);
|
|
3504
3504
|
return {
|
|
3505
3505
|
states: {
|
|
3506
3506
|
points,
|
|
@@ -4101,16 +4101,16 @@ function DefaultTemplateView(props) {
|
|
|
4101
4101
|
gridTemplateColumns: "repeat(9, 80px)",
|
|
4102
4102
|
gridGap: "10px",
|
|
4103
4103
|
} },
|
|
4104
|
-
index.h("button", { onClick: () => index_module.
|
|
4105
|
-
props.leadSubmit && (index.h("button", { onClick: () => index_module.
|
|
4106
|
-
index.h("button", { onClick: () => index_module.
|
|
4107
|
-
index.h("button", { onClick: () => index_module.
|
|
4108
|
-
index.h("button", { onClick: () => index_module.
|
|
4109
|
-
index.h("button", { onClick: () => index_module.
|
|
4110
|
-
index.h("button", { onClick: () => index_module.
|
|
4111
|
-
index.h("button", { onClick: () => index_module.
|
|
4112
|
-
index.h("button", { onClick: () => index_module.
|
|
4113
|
-
index.h("button", { onClick: () => index_module.
|
|
4104
|
+
index.h("button", { onClick: () => index_module.$n.push("/") }, "Dashboard"),
|
|
4105
|
+
props.leadSubmit && (index.h("button", { onClick: () => index_module.$n.push("/refer") }, "Submit a Referral")),
|
|
4106
|
+
index.h("button", { onClick: () => index_module.$n.push("/activity") }, "Activity"),
|
|
4107
|
+
index.h("button", { onClick: () => index_module.$n.push("/editProfile") }, "Edit Profile"),
|
|
4108
|
+
index.h("button", { onClick: () => index_module.$n.push("/login") }, "Login"),
|
|
4109
|
+
index.h("button", { onClick: () => index_module.$n.push("/register") }, "Register"),
|
|
4110
|
+
index.h("button", { onClick: () => index_module.$n.push("/emailVerification") }, "Email Verification"),
|
|
4111
|
+
index.h("button", { onClick: () => index_module.$n.push("/verifyEmail") }, "Verify Email"),
|
|
4112
|
+
index.h("button", { onClick: () => index_module.$n.push("/forgotPassword") }, "Forgot Password"),
|
|
4113
|
+
index.h("button", { onClick: () => index_module.$n.push("/resetPassword") }, "Reset Password")),
|
|
4114
4114
|
index.h("br", null),
|
|
4115
4115
|
index.h("div", { innerHTML: states.previewTemplate })));
|
|
4116
4116
|
}
|
|
@@ -8191,10 +8191,73 @@ const ChangePassword = /*#__PURE__*/Object.freeze({
|
|
|
8191
8191
|
Success: Success
|
|
8192
8192
|
});
|
|
8193
8193
|
|
|
8194
|
+
// import scenario from "./sqm-marketing-emails-checkbox.feature";
|
|
8195
|
+
const ChangeMarketing_stories = {
|
|
8196
|
+
title: "Components/Change Marketing Emails Status",
|
|
8197
|
+
};
|
|
8198
|
+
const defaultProps$9 = {
|
|
8199
|
+
states: {
|
|
8200
|
+
success: false,
|
|
8201
|
+
loading: false,
|
|
8202
|
+
submitDisabled: false,
|
|
8203
|
+
formState: {
|
|
8204
|
+
marketingEmailOptIn: false,
|
|
8205
|
+
errors: null,
|
|
8206
|
+
error: "",
|
|
8207
|
+
},
|
|
8208
|
+
user: {
|
|
8209
|
+
id: "zach",
|
|
8210
|
+
accountId: "zach",
|
|
8211
|
+
marketingEmailOptIn: false,
|
|
8212
|
+
},
|
|
8213
|
+
text: {
|
|
8214
|
+
emailPreferencesHeader: "Email preferences",
|
|
8215
|
+
marketingCheckboxLabel: "I want to receive marketing emails and promotions for this referral program from impact.com",
|
|
8216
|
+
submitChangeButtonText: "Save",
|
|
8217
|
+
successMessage: "Opt-in preference has been changed.",
|
|
8218
|
+
},
|
|
8219
|
+
},
|
|
8220
|
+
callbacks: {
|
|
8221
|
+
onSubmit: (props) => console.log(props),
|
|
8222
|
+
setChecked: (value) => console.log(value),
|
|
8223
|
+
},
|
|
8224
|
+
};
|
|
8225
|
+
const Default$a = () => {
|
|
8226
|
+
return index.h("sqm-portal-change-marketing", null);
|
|
8227
|
+
};
|
|
8228
|
+
const Loading$2 = () => {
|
|
8229
|
+
return (index.h(ShadowViewAddon.ChangeMarktingView, Object.assign({}, defaultProps$9, { states: { ...defaultProps$9.states, loading: true } })));
|
|
8230
|
+
};
|
|
8231
|
+
const Error$3 = () => {
|
|
8232
|
+
return (index.h(ShadowViewAddon.ChangeMarktingView, Object.assign({}, defaultProps$9, { states: {
|
|
8233
|
+
...defaultProps$9.states,
|
|
8234
|
+
formState: {
|
|
8235
|
+
...defaultProps$9.states.formState,
|
|
8236
|
+
errors: { error: true },
|
|
8237
|
+
error: "An error string",
|
|
8238
|
+
},
|
|
8239
|
+
} })));
|
|
8240
|
+
};
|
|
8241
|
+
const Success$1 = () => {
|
|
8242
|
+
return (index.h(ShadowViewAddon.ChangeMarktingView, Object.assign({}, defaultProps$9, { states: {
|
|
8243
|
+
...defaultProps$9.states,
|
|
8244
|
+
success: true,
|
|
8245
|
+
} })));
|
|
8246
|
+
};
|
|
8247
|
+
|
|
8248
|
+
const ChangeMarketing = /*#__PURE__*/Object.freeze({
|
|
8249
|
+
__proto__: null,
|
|
8250
|
+
'default': ChangeMarketing_stories,
|
|
8251
|
+
Default: Default$a,
|
|
8252
|
+
Loading: Loading$2,
|
|
8253
|
+
Error: Error$3,
|
|
8254
|
+
Success: Success$1
|
|
8255
|
+
});
|
|
8256
|
+
|
|
8194
8257
|
const PortalProfile_stories = {
|
|
8195
8258
|
title: "Components/Microsite Profile",
|
|
8196
8259
|
};
|
|
8197
|
-
const defaultProps$
|
|
8260
|
+
const defaultProps$a = {
|
|
8198
8261
|
states: {
|
|
8199
8262
|
success: false,
|
|
8200
8263
|
loading: false,
|
|
@@ -8410,22 +8473,22 @@ const successProps$4 = {
|
|
|
8410
8473
|
onChange: (e) => console.log(e),
|
|
8411
8474
|
},
|
|
8412
8475
|
};
|
|
8413
|
-
const Default$
|
|
8476
|
+
const Default$b = () => index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, defaultProps$a));
|
|
8414
8477
|
const DefaultNoCountry = () => index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, noCountry));
|
|
8415
|
-
const Loading$
|
|
8478
|
+
const Loading$3 = () => index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, loadingProps$7));
|
|
8416
8479
|
const Disabled$1 = () => index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, disabledProps));
|
|
8417
|
-
const Error$
|
|
8418
|
-
const Success$
|
|
8480
|
+
const Error$4 = () => index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, errorProps$8));
|
|
8481
|
+
const Success$2 = () => index.h(sqmPortalProfileView.PortalProfileView, Object.assign({}, successProps$4));
|
|
8419
8482
|
|
|
8420
8483
|
const PortalProfile = /*#__PURE__*/Object.freeze({
|
|
8421
8484
|
__proto__: null,
|
|
8422
8485
|
'default': PortalProfile_stories,
|
|
8423
|
-
Default: Default$
|
|
8486
|
+
Default: Default$b,
|
|
8424
8487
|
DefaultNoCountry: DefaultNoCountry,
|
|
8425
|
-
Loading: Loading$
|
|
8488
|
+
Loading: Loading$3,
|
|
8426
8489
|
Disabled: Disabled$1,
|
|
8427
|
-
Error: Error$
|
|
8428
|
-
Success: Success$
|
|
8490
|
+
Error: Error$4,
|
|
8491
|
+
Success: Success$2
|
|
8429
8492
|
});
|
|
8430
8493
|
|
|
8431
8494
|
const column = "@author:noah\n@owner:noah\nFeature: Referral Table User Column\n\n Shows the same custom content for each referral\n\n Background:\n Given the column in included in the referral table\n\n @motivating\n Scenario: The title of the date column is configurable\n Given the \"column-title\" prop is set to \"My column title\"\n Then the date column is shown with \"My column title\"\n\n @motivating\n Scenario: The same custom content is shown for each referral\n Given there is at least one referral\n Then for each referral custom content is shown\n And the custom content is provided as slot content";
|
|
@@ -10183,7 +10246,7 @@ const dashboardTemplate = "<sqm-portal-container direction=\"column\" padding=\"
|
|
|
10183
10246
|
|
|
10184
10247
|
const leadSubmitTemplate = "<sqm-referral-iframe></sqm-referral-iframe>\n";
|
|
10185
10248
|
|
|
10186
|
-
const editProfileTemplate = "<sqm-portal-protected-route\n require-email-verification=\"true\"\n redirect-to=\"/login\"\n redirect-to-unverified=\"/emailVerification\"\n></sqm-portal-protected-route>\n<sqm-portal-container direction=\"column\" gap=\"xxx-large\">\n <sqm-portal-profile></sqm-portal-profile> </sqm-portal-container\n><sqm-portal-container direction=\"column\" gap=\"xxx-large\">\n <sqm-portal-change-password></sqm-portal-change-password>\n</sqm-portal-container>\n";
|
|
10249
|
+
const editProfileTemplate = "<sqm-portal-protected-route\n require-email-verification=\"true\"\n redirect-to=\"/login\"\n redirect-to-unverified=\"/emailVerification\"\n></sqm-portal-protected-route>\n<sqm-portal-container direction=\"column\" gap=\"xxx-large\">\n <sqm-portal-profile></sqm-portal-profile> </sqm-portal-container\n><sqm-portal-container direction=\"column\" gap=\"xxx-large\">\n <sqm-portal-change-password></sqm-portal-change-password>\n</sqm-portal-container>\n<sqm-portal-container direction=\"column\" gap=\"xxx-large\">\n <sqm-portal-change-marketing></sqm-portal-change-marketing>\n</sqm-portal-container>\n";
|
|
10187
10250
|
|
|
10188
10251
|
const activityTemplate = "<sqm-portal-protected-route\n require-email-verification=\"true\"\n redirect-to=\"/login\"\n redirect-to-unverified=\"/emailVerification\"\n></sqm-portal-protected-route>\n<sqm-portal-container direction=\"column\" padding=\"xxx-large\" gap=\"xxx-large\">\n <sqm-text> <h1>Activity</h1></sqm-text>\n <sqm-stat-container space=\"xxxx-large\"\n ><sqm-big-stat\n flex-reverse=\"true\"\n alignment=\"left\"\n stat-type=\"/referralsCount\"\n ><sqm-text><p>Referrals</p></sqm-text></sqm-big-stat\n >\n <sqm-big-stat\n flex-reverse=\"true\"\n alignment=\"left\"\n stat-type=\"/rewardsCountFiltered/AVAILABLE\"\n ><sqm-text><p>Rewards Earned</p></sqm-text></sqm-big-stat\n >\n <sqm-big-stat\n flex-reverse=\"true\"\n alignment=\"left\"\n stat-type=\"/rewardBalance/CREDIT/CENTS\"\n ><sqm-text><p>Reward Balance</p></sqm-text></sqm-big-stat\n >\n </sqm-stat-container>\n <sqm-referral-table>\n <sqm-referral-table-user-column></sqm-referral-table-user-column>\n <sqm-referral-table-rewards-column></sqm-referral-table-rewards-column>\n <sqm-referral-table-status-column></sqm-referral-table-status-column>\n <sqm-referral-table-date-column\n column-title=\"Referred\"\n date-shown=\"dateReferralStarted\"\n ></sqm-referral-table-date-column> </sqm-referral-table\n></sqm-portal-container>\n";
|
|
10189
10252
|
|
|
@@ -10205,21 +10268,21 @@ const emailVerifiedTemplate = "<sqm-portal-verify-email></sqm-portal-verify-emai
|
|
|
10205
10268
|
|
|
10206
10269
|
const emailVerificationTemplate = "<sqm-portal-protected-route redirect-to=\"/login\"></sqm-portal-protected-route>\n<sqm-portal-email-verification></sqm-portal-email-verification>\n";
|
|
10207
10270
|
|
|
10208
|
-
const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description
|
|
10271
|
+
const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; forgotPasswordPath: string; registerPath: string; }; content?: { forgotPasswordButton?: any; secondaryButton?: any; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `forgotPasswordLabel` | `forgot-password-label` | | `string` | `\"Forgot Password?\"` |\n| `forgotPasswordPath` | `forgot-password-path` | Redirect participants to this page to reset their password | `string` | `\"/forgotPassword\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when the login fails due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while logging you in. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page after they successfully login. | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Sign in to your account\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `registerLabel` | `register-label` | | `string` | `\"Register\"` |\n| `registerPath` | `register-path` | Redirect participants to this page to start registration. | `string` | `\"/register\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Sign In\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-login --> sqm-form-message\n sqm-stencilbook --> sqm-portal-login\n style sqm-portal-login fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10209
10272
|
|
|
10210
10273
|
const ReferralIframeReadme = "# sqm-referral-iframe\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |\n| `demoData` | -- | | `{ states?: { content: { iframeSrc: string; iframeHeight: string; iframeWidth: string; }; }; data?: { shareCode: string; }; }` | `undefined` |\n| `iframeHeight` | `iframe-height` | Define the height of the iframe with any valid CSS height value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | URL of iframe to display | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | Define the width of the iframe with any valid CSS width value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-stencilbook --> sqm-referral-iframe\n style sqm-referral-iframe fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10211
10274
|
|
|
10212
|
-
const ForgotPasswordReadme = "# sqm-portal-forgot-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description
|
|
10275
|
+
const ForgotPasswordReadme = "# sqm-portal-forgot-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; loginPath: string; }; content?: { secondaryButton: any; messageSlot: any; emailLabel?: string; submitLabel?: string; successAlertText?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `headerText` | `header-text` | | `string` | `\"Enter your email below to receive a password reset link.\"` |\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\n| `loginText` | `login-text` | | `string` | `\"Sign In\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when the forgot password action fails due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while loading this page. Please refresh the page.\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page after they verify their email. | `string` | `\"/resetPassword\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Request Password Reset\"` |\n| `successAlertText` | `success-alert-text` | | `string` | `\"If an account with that email exists, a password reset email will be sent.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-forgot-password --> sqm-form-message\n style sqm-portal-forgot-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10213
10276
|
|
|
10214
10277
|
const RegisterReadme = "# sqm-portal-register\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------------ | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordLabel` | `confirm-password-label` | | `string` | `\"Confirm Password\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; confirmPassword: boolean; hideInputs: boolean; registrationFormState: RegistrationFormState; disablePasswordValidation?: boolean; loginPath: string; }; refs?: { formRef: any; }; content?: { formData?: VNode; terms?: VNode; passwordField?: VNode; secondaryButton?: VNode; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; confirmPasswordLabel: string; requiredFieldErrorMessage: string; invalidEmailErrorMessage: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; }; }` | `undefined` |\n| `disablePasswordValidation` | `disable-password-validation` | | `boolean` | `false` |\n| `doesNotMeetRequirementsText` | `does-not-meet-requirements-text` | | `string` | `\"Password must meet the following requirements:\"` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `hasErrorText` | `has-error-text` | | `string` | `\"contain at least 1 number or symbol\"` |\n| `hideInputs` | `hide-inputs` | Hides the email and password fields. Note: If you hide default inputs, you must add additional input fields. They must have the input name attributes \"email\" and \"password\" for this form to succeed. | `boolean` | `false` |\n| `invalidEmailErrorMessage` | `invalid-email-error-message` | The message to be displayed when the email used is invalid or blocked. | `string` | `\"Must be a valid email address\"` |\n| `loginLabel` | `login-label` | | `string` | `\"Sign in\"` |\n| `loginPath` | `login-path` | Redirect participants to this page after clicking the login button. | `string` | `\"/login\"` |\n| `lowercaseErrorText` | `lowercase-error-text` | | `string` | `\"contain at least 1 lowercase character\"` |\n| `meetsRequirementsText` | `meets-requirements-text` | | `string` | `\"Password has met all requirements\"` |\n| `minErrorText` | `min-error-text` | | `string` | `\"be a minimum of 8 characters\"` |\n| `networkErrorMessage` | `network-error-message` | The message to be displayed when a the form submission fails unexpectedly. | `string` | `\"Network request failed.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page from their verification email | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Register\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `passwordMismatchErrorMessage` | `password-mismatch-error-message` | The message to be displayed when password inputs do not match. | `string` | `\"Passwords do not match.\"` |\n| `redirectPath` | `redirect-path` | The page that participants are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\n| `requiredFieldErrorMessage` | `required-field-error-message` | The message to be displayed when a required field is not filled. | `string` | `\"Cannot be empty\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Register\"` |\n| `uppercaseErrorText` | `uppercase-error-text` | | `string` | `\"contain at least 1 uppercase character\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-register --> sqm-form-message\n sqm-portal-register --> sqm-password-field\n sqm-stencilbook --> sqm-portal-register\n style sqm-portal-register fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10215
10278
|
|
|
10216
10279
|
const EditProfileReadme = "# sqm-portal-profile\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------ | --------------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |\n| `countrytext` | `countrytext` | | `string` | `\"Country\"` |\n| `demoData` | -- | | `{ states?: { success: boolean; loading: boolean; submitDisabled: boolean; showCountry: boolean; formState: { country: string; firstName: string; lastName: string; errors: any; error: string; }; user: { id: string; accountId: string; firstName: string; lastName: string; email: string; countryCode: string; }; text: { firstnametext: string; lastnametext: string; emailtext: string; countrytext: string; editProfileHeader: string; editProfileSubHeader: string; submitChangeButtonText: string; submissionSuccessText?: string; fieldEmptyText?: string; }; }; }` | `undefined` |\n| `editProfileHeader` | `edit-profile-header` | | `string` | `\"Edit your profile\"` |\n| `editProfileSubHeader` | `edit-profile-sub-header` | | `string` | `\"Personal Information\"` |\n| `emailtext` | `emailtext` | | `string` | `\"Email\"` |\n| `fieldEmptyText` | `field-empty-text` | | `string` | `\"Field is required\"` |\n| `firstnametext` | `firstnametext` | | `string` | `\"First Name\"` |\n| `formErrorText` | `form-error-text` | | `string` | `\"Please correct the errors below to update your profile.\"` |\n| `hideCountry` | `hide-country` | | `boolean` | `false` |\n| `lastnametext` | `lastnametext` | | `string` | `\"Last Name\"` |\n| `networkRequestMessage` | `network-request-message` | | `string` | `\"An error occurred while loading this page. Please refresh the page.\"` |\n| `submissionSuccessText` | `submission-success-text` | | `string` | `\"Your profile has been successfully updated.\"` |\n| `submitChangeButtonText` | `submit-change-button-text` | | `string` | `\"Submit Changes\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-profile --> sqm-form-message\n style sqm-portal-profile fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10217
10280
|
|
|
10218
|
-
const ResetPasswordReadme = "# sqm-portal-reset-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ----------------------------- | --------------------------------- | -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| `codeInvalidText` | `code-invalid-text` | | `string` | `\"The password reset code is invalid or has expired, please try again.\"` |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordFieldLabel` | `confirm-password-field-label` | | `string` | `\"Confirm Password\"` |\n| `continueButtonText` | `continue-button-text` | Button text displayed after a successful password reset. | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; reset: boolean; confirmPassword: boolean; oobCodeValidating: boolean; oobCodeValid: boolean; passwordDemoData?: PasswordFieldViewDemoProps; content: { passwordResetHeader: string; resetPasswordHeader: string; continueButtonText: string; resetPasswordButtonText: string; confirmPasswordFieldLabel: string; passwordFieldLabel: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; resetSuccessText?: string; passwordMismatchText?: string; codeInvalidText?: string; }; }; }` | `undefined` |\n| `doesNotMeetRequirementsText` | `does-not-meet-requirements-text` | | `string` | `\"Password must meet the following requirements:\"` |\n| `failedPage` | `failed-page` | Redirect participants to this page if password reset fails due to an outdated reset attempt. | `string` | `\"/\"` |\n| `hasErrorText` | `has-error-text` | | `string` | `\"contain at least 1 number or symbol\"` |\n| `lowercaseErrorText` | `lowercase-error-text` | | `string` | `\"contain at least 1 lowercase character\"` |\n| `meetsRequirementsText` | `meets-requirements-text` | | `string` | `\"Password has met all requirements\"` |\n| `minErrorText` | `min-error-text` | | `string` | `\"be a minimum of 8 characters\"` |\n| `networkErrorMessage` | `network-error-message` | | `string` | `\"An error occurred while resetting your password. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page when they successfully reset their password. | `string` | `\"/\"` |\n| `passwordFieldLabel` | `password-field-label` | | `string` | `\"New Password\"` |\n| `passwordMismatchText` | `password-mismatch-text` | | `string` | `\"Passwords do not match.\"` |\n| `passwordResetHeader` | `password-reset-header` | Displayed after a successful password reset. | `string` | `\"Password reset\"` |\n| `resetPasswordButtonText` | `reset-password-button-text` | | `string` | `\"Reset Password\"` |\n| `resetPasswordHeader` | `reset-password-header` | | `string` | `\"Reset your password\"` |\n| `resetSuccessText` | `reset-success-text` | | `string` | `\"Your password has been reset and you are being redirected. If you are not redirected, please click Continue.\"` |\n| `uppercaseErrorText` | `uppercase-error-text` | | `string` | `\"contain at least 1 uppercase character\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-reset-password --> sqm-form-message\n sqm-portal-reset-password --> sqm-password-field\n style sqm-portal-reset-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10281
|
+
const ResetPasswordReadme = "# sqm-portal-reset-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ----------------------------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| `codeInvalidText` | `code-invalid-text` | | `string` | `\"The password reset code is invalid or has expired, please try again.\"` |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordFieldLabel` | `confirm-password-field-label` | | `string` | `\"Confirm Password\"` |\n| `continueButtonText` | `continue-button-text` | Button text displayed after a successful password reset. | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; reset: boolean; confirmPassword: boolean; oobCodeValidating: boolean; oobCodeValid: boolean; passwordDemoData?: PasswordFieldViewDemoProps; content: { passwordResetHeader: string; resetPasswordHeader: string; continueButtonText: string; resetPasswordButtonText: string; confirmPasswordFieldLabel: string; passwordFieldLabel: string; meetsRequirementsText?: string; doesNotMeetRequirementsText?: string; minErrorText?: string; uppercaseErrorText?: string; lowercaseErrorText?: string; hasErrorText?: string; resetSuccessText?: string; passwordMismatchText?: string; codeInvalidText?: string; }; }; }` | `undefined` |\n| `doesNotMeetRequirementsText` | `does-not-meet-requirements-text` | | `string` | `\"Password must meet the following requirements:\"` |\n| `failedPage` | `failed-page` | Redirect participants to this page if password reset fails due to an outdated reset attempt. | `string` | `\"/\"` |\n| `hasErrorText` | `has-error-text` | | `string` | `\"contain at least 1 number or symbol\"` |\n| `lowercaseErrorText` | `lowercase-error-text` | | `string` | `\"contain at least 1 lowercase character\"` |\n| `meetsRequirementsText` | `meets-requirements-text` | | `string` | `\"Password has met all requirements\"` |\n| `minErrorText` | `min-error-text` | | `string` | `\"be a minimum of 8 characters\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when the password reset fails due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while resetting your password. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page when they successfully reset their password. | `string` | `\"/\"` |\n| `passwordFieldLabel` | `password-field-label` | | `string` | `\"New Password\"` |\n| `passwordMismatchText` | `password-mismatch-text` | | `string` | `\"Passwords do not match.\"` |\n| `passwordResetHeader` | `password-reset-header` | Displayed after a successful password reset. | `string` | `\"Password reset\"` |\n| `resetPasswordButtonText` | `reset-password-button-text` | | `string` | `\"Reset Password\"` |\n| `resetPasswordHeader` | `reset-password-header` | | `string` | `\"Reset your password\"` |\n| `resetSuccessText` | `reset-success-text` | | `string` | `\"Your password has been reset and you are being redirected. If you are not redirected, please click Continue.\"` |\n| `uppercaseErrorText` | `uppercase-error-text` | | `string` | `\"contain at least 1 uppercase character\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-reset-password --> sqm-form-message\n sqm-portal-reset-password --> sqm-password-field\n style sqm-portal-reset-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10219
10282
|
|
|
10220
|
-
const EmailVerificationReadme = "# sqm-portal-email-verification\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description
|
|
10283
|
+
const EmailVerificationReadme = "# sqm-portal-email-verification\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ---------------------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; isVerified?: boolean; loadingVerification?: boolean; countdown?: number; }; content?: { email: string; verifyMessage: string; emailVerificationHeader: string; resendEmailButtonText: string; verificationStatusMessage?: string; verificationLoadingMessage?: string; verificationResentMessage?: string; }; }` | `undefined` |\n| `emailVerificationHeader` | `email-verification-header` | | `string` | `\"Verify your email\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when your verification email fails to send due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while verifying your password. Please refresh the page.\"` |\n| `redirectPath` | `redirect-path` | Redirect participants to this page from their verification email. | `string` | `\"/verifyEmail\"` |\n| `resendEmailButtonText` | `resend-email-button-text` | | `string` | `\"Re-send Email\"` |\n| `verificationLoadingMessage` | `verification-loading-message` | | `string` | `\"Checking verification status\"` |\n| `verificationResentMessage` | `verification-resent-message` | | `string` | `\"Your verification email has been resent successfully\"` |\n| `verificationStatusMessage` | `verification-status-message` | | `string` | `\"Checking verification status in {countdown}\"` |\n| `verifyMessage` | `verify-message` | | `string` | `\"A verification email was sent to {email}. Please verify your email to continue to the portal. Resending an email will invalidate the previous email.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-email-verification --> sqm-form-message\n style sqm-portal-email-verification fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10221
10284
|
|
|
10222
|
-
const EmailVerifiedReadme = "# sqm-portal-verify-email\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description
|
|
10285
|
+
const EmailVerifiedReadme = "# sqm-portal-verify-email\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |\n| `continueText` | `continue-text` | | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; }; data?: { oobCode: string; }; content?: { verifySuccessText?: string; verifyEmailText?: string; verifyInvalidText?: string; continueText?: string; }; }` | `undefined` |\n| `failedPage` | `failed-page` | Redirect participants to this page if verification fails due to an outdated verification attempt. | `string` | `\"/\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when the email verification fails due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while verifying your email. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page when they successfully verify their email. | `string` | `\"/\"` |\n| `verifyEmailText` | `verify-email-text` | | `string` | `\"Verify your email\"` |\n| `verifyInvalidText` | `verify-invalid-text` | | `string` | `\"The email verification code is invalid or has expired, please try again.\"` |\n| `verifySuccessText` | `verify-success-text` | | `string` | `\"Your email has been verified and you are being redirected. If you are not redirected, please click Continue.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-verify-email --> sqm-form-message\n style sqm-portal-verify-email fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10223
10286
|
|
|
10224
10287
|
const PortalTemplates_stories = {
|
|
10225
10288
|
title: "Templates / Microsite",
|
|
@@ -10380,7 +10443,7 @@ const ProgramMenu = /*#__PURE__*/Object.freeze({
|
|
|
10380
10443
|
const PoweredByImg_stories = {
|
|
10381
10444
|
title: "Powered By",
|
|
10382
10445
|
};
|
|
10383
|
-
const Default$
|
|
10446
|
+
const Default$c = () => {
|
|
10384
10447
|
return index.h(ShadowViewAddon.PoweredByImg, null);
|
|
10385
10448
|
};
|
|
10386
10449
|
const CustomColor = () => {
|
|
@@ -10393,7 +10456,7 @@ const CustomWidthAndHeight = () => {
|
|
|
10393
10456
|
const PoweredByImg = /*#__PURE__*/Object.freeze({
|
|
10394
10457
|
__proto__: null,
|
|
10395
10458
|
'default': PoweredByImg_stories,
|
|
10396
|
-
Default: Default$
|
|
10459
|
+
Default: Default$c,
|
|
10397
10460
|
CustomColor: CustomColor,
|
|
10398
10461
|
CustomWidthAndHeight: CustomWidthAndHeight
|
|
10399
10462
|
});
|
|
@@ -10406,7 +10469,7 @@ const PortalFooter_stories = {
|
|
|
10406
10469
|
scenario: scenario$f,
|
|
10407
10470
|
},
|
|
10408
10471
|
};
|
|
10409
|
-
const defaultProps$
|
|
10472
|
+
const defaultProps$b = {
|
|
10410
10473
|
supportEmail: "support@example.com",
|
|
10411
10474
|
supportText: "For program support, contact {email}",
|
|
10412
10475
|
hidePoweredBy: false,
|
|
@@ -10416,12 +10479,12 @@ const defaultProps$a = {
|
|
|
10416
10479
|
paddingBottom: "large",
|
|
10417
10480
|
paddingLeft: "large",
|
|
10418
10481
|
};
|
|
10419
|
-
const DefaultFooter = () => index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$
|
|
10420
|
-
const FooterWithTerms = () => (index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$
|
|
10421
|
-
const FooterWithFAQ = () => (index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$
|
|
10422
|
-
const FooterWithTermsAndFAQ = () => (index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$
|
|
10423
|
-
const FooterNoPoweredBy = () => (index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$
|
|
10424
|
-
const FooterNoSupportText = () => (index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$
|
|
10482
|
+
const DefaultFooter = () => index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$b));
|
|
10483
|
+
const FooterWithTerms = () => (index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$b, { termsLink: "https://example.com", termsText: "Terms and Conditions" })));
|
|
10484
|
+
const FooterWithFAQ = () => (index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$b, { faqLink: "https://example.com", faqText: "FAQ" })));
|
|
10485
|
+
const FooterWithTermsAndFAQ = () => (index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$b, { termsLink: "https://example.com", termsText: "Terms and Conditions", faqLink: "https://example.com", faqText: "FAQ" })));
|
|
10486
|
+
const FooterNoPoweredBy = () => (index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$b, { termsLink: "https://example.com", termsText: "Terms and Conditions", faqLink: "https://example.com", faqText: "FAQ", hidePoweredBy: true })));
|
|
10487
|
+
const FooterNoSupportText = () => (index.h(ShadowViewAddon.PortalFooterView, Object.assign({}, defaultProps$b, { termsLink: "https://example.com", termsText: "Terms and Conditions", faqLink: "https://example.com", faqText: "FAQ", hideSupportText: true })));
|
|
10425
10488
|
|
|
10426
10489
|
const PortalFooter = /*#__PURE__*/Object.freeze({
|
|
10427
10490
|
__proto__: null,
|
|
@@ -10739,7 +10802,7 @@ const CheckboxField_stories = {
|
|
|
10739
10802
|
scenario: scenario$j,
|
|
10740
10803
|
},
|
|
10741
10804
|
};
|
|
10742
|
-
const defaultProps$
|
|
10805
|
+
const defaultProps$c = {
|
|
10743
10806
|
states: {
|
|
10744
10807
|
registrationFormState: {
|
|
10745
10808
|
validationErrors: {},
|
|
@@ -10747,7 +10810,7 @@ const defaultProps$b = {
|
|
|
10747
10810
|
checked: false,
|
|
10748
10811
|
},
|
|
10749
10812
|
content: {
|
|
10750
|
-
checkboxName: "
|
|
10813
|
+
checkboxName: "terms",
|
|
10751
10814
|
checkboxLabel: "By signing up you agree to the {labelLink}",
|
|
10752
10815
|
checkboxLabelLink: "https://example.com",
|
|
10753
10816
|
checkboxLabelLinkText: "Terms and Conditions",
|
|
@@ -10780,32 +10843,32 @@ const defaultRegisterProps = {
|
|
|
10780
10843
|
invalidEmailErrorMessage: "Must be a valid email address",
|
|
10781
10844
|
},
|
|
10782
10845
|
};
|
|
10783
|
-
const Default$
|
|
10784
|
-
const DefaultChecked = createHookStory(() => (index.h(ShadowViewAddon.CheckboxFieldView, Object.assign({}, defaultProps$
|
|
10785
|
-
...defaultProps$
|
|
10846
|
+
const Default$d = createHookStory(() => (index.h(ShadowViewAddon.CheckboxFieldView, Object.assign({}, defaultProps$c))));
|
|
10847
|
+
const DefaultChecked = createHookStory(() => (index.h(ShadowViewAddon.CheckboxFieldView, Object.assign({}, defaultProps$c, { states: {
|
|
10848
|
+
...defaultProps$c.states,
|
|
10786
10849
|
checked: true,
|
|
10787
10850
|
} }))));
|
|
10788
|
-
const CustomLabel = createHookStory(() => (index.h(ShadowViewAddon.CheckboxFieldView, Object.assign({}, defaultProps$
|
|
10789
|
-
...defaultProps$
|
|
10851
|
+
const CustomLabel = createHookStory(() => (index.h(ShadowViewAddon.CheckboxFieldView, Object.assign({}, defaultProps$c, { content: {
|
|
10852
|
+
...defaultProps$c.content,
|
|
10790
10853
|
checkboxLabel: "I Agree",
|
|
10791
10854
|
} }))));
|
|
10792
|
-
const Error$
|
|
10793
|
-
...defaultProps$
|
|
10855
|
+
const Error$5 = createHookStory(() => (index.h(ShadowViewAddon.CheckboxFieldView, Object.assign({}, defaultProps$c, { states: {
|
|
10856
|
+
...defaultProps$c.states,
|
|
10794
10857
|
registrationFormState: {
|
|
10795
10858
|
validationErrors: {
|
|
10796
10859
|
agree: "Must be checked",
|
|
10797
10860
|
},
|
|
10798
10861
|
},
|
|
10799
10862
|
} }))));
|
|
10800
|
-
const CustomError = createHookStory(() => (index.h(ShadowViewAddon.CheckboxFieldView, Object.assign({}, defaultProps$
|
|
10801
|
-
...defaultProps$
|
|
10863
|
+
const CustomError = createHookStory(() => (index.h(ShadowViewAddon.CheckboxFieldView, Object.assign({}, defaultProps$c, { states: {
|
|
10864
|
+
...defaultProps$c.states,
|
|
10802
10865
|
registrationFormState: {
|
|
10803
10866
|
validationErrors: {
|
|
10804
10867
|
agree: "Must be checked",
|
|
10805
10868
|
},
|
|
10806
10869
|
},
|
|
10807
10870
|
}, content: {
|
|
10808
|
-
...defaultProps$
|
|
10871
|
+
...defaultProps$c.content,
|
|
10809
10872
|
errorMessage: "This checkbox must be checked to continue",
|
|
10810
10873
|
} }))));
|
|
10811
10874
|
const TermsAndConditions$2 = createHookStory(() => (index.h(ShadowViewAddon.PortalRegisterView, Object.assign({}, defaultRegisterProps, {
|
|
@@ -10835,17 +10898,17 @@ const TermsAndConditionsLongCustomLabel = createHookStory(() => (index.h(ShadowV
|
|
|
10835
10898
|
const CheckboxField = /*#__PURE__*/Object.freeze({
|
|
10836
10899
|
__proto__: null,
|
|
10837
10900
|
'default': CheckboxField_stories,
|
|
10838
|
-
Default: Default$
|
|
10901
|
+
Default: Default$d,
|
|
10839
10902
|
DefaultChecked: DefaultChecked,
|
|
10840
10903
|
CustomLabel: CustomLabel,
|
|
10841
|
-
Error: Error$
|
|
10904
|
+
Error: Error$5,
|
|
10842
10905
|
CustomError: CustomError,
|
|
10843
10906
|
TermsAndConditions: TermsAndConditions$2,
|
|
10844
10907
|
TermsAndConditionsCustomLabel: TermsAndConditionsCustomLabel,
|
|
10845
10908
|
TermsAndConditionsLongCustomLabel: TermsAndConditionsLongCustomLabel
|
|
10846
10909
|
});
|
|
10847
10910
|
|
|
10848
|
-
const scenario$k = "@owner:zach\n@author:zach\nFeature: Marketing Emails Checkbox\n\n
|
|
10911
|
+
const scenario$k = "@owner:zach\n@author:zach\nFeature: Marketing Emails Checkbox\n\n A checkbox that is used to opt in for marketing emails.\n\n Background: The microsite registration form contains a marketing emails checkbox\n\n Scenario: The registration form can be configured to include a marketing emails checkbox\n Given a user is viewing the \"/register\"\n And \"/register\" contains the registration form\n And they have added a marketing emails checkbox to the form in the content editor\n Then the registration form has the following fields\n | fields |\n | first name |\n | last name |\n | email |\n | password |\n | Marketing Emails Checkbox |\n\n\n Scenario: The user can opt in to marketing emails\n Given the user is filling out the registration form\n And the fields have valid input\n And the marketing emails checkbox is checked\n When they try to register\n Then the form is submitted\n And there are no errors\n And the \"marketingEmailOptIn\" value is set to true\n And the user is opted in to marketing emails\n\n\n @motivating\n Scenario: Checkbox is optional by default\n Given the user is filling out the registration form\n And the name fields have valid input\n And the email field has valid input\n And the password field has valid input\n And the checkbox is not checked\n When they try to register\n Then the form is submitted\n And there is no error for the checkbox\n\n Scenario: The form field name is provided by default\n Given the customer has added a marketing emails checkbox to their registration form\n Then the field name is automatically set to \"marketingEmailOptIn\"\n And the name is not configurable";
|
|
10849
10912
|
|
|
10850
10913
|
const MarketingEmailsCheckbox_stories = {
|
|
10851
10914
|
title: "Components/Marketing Emails Checkbox",
|
|
@@ -10853,14 +10916,14 @@ const MarketingEmailsCheckbox_stories = {
|
|
|
10853
10916
|
scenario: scenario$k,
|
|
10854
10917
|
},
|
|
10855
10918
|
};
|
|
10856
|
-
const Default$
|
|
10919
|
+
const Default$e = () => {
|
|
10857
10920
|
return index.h("sqm-marketing-emails-checkbox", null);
|
|
10858
10921
|
};
|
|
10859
10922
|
|
|
10860
10923
|
const MarketingEmailsCheckbox = /*#__PURE__*/Object.freeze({
|
|
10861
10924
|
__proto__: null,
|
|
10862
10925
|
'default': MarketingEmailsCheckbox_stories,
|
|
10863
|
-
Default: Default$
|
|
10926
|
+
Default: Default$e
|
|
10864
10927
|
});
|
|
10865
10928
|
|
|
10866
10929
|
const UseCheckboxField_stories = {
|
|
@@ -10940,7 +11003,7 @@ const UseCheckboxField = /*#__PURE__*/Object.freeze({
|
|
|
10940
11003
|
const DropdownField_stories = {
|
|
10941
11004
|
title: "Components/Dropdown Field",
|
|
10942
11005
|
};
|
|
10943
|
-
const defaultProps$
|
|
11006
|
+
const defaultProps$d = {
|
|
10944
11007
|
states: {
|
|
10945
11008
|
registrationFormState: {},
|
|
10946
11009
|
},
|
|
@@ -10955,24 +11018,24 @@ const defaultProps$c = {
|
|
|
10955
11018
|
],
|
|
10956
11019
|
},
|
|
10957
11020
|
};
|
|
10958
|
-
const Default$
|
|
10959
|
-
const CustomLabel$1 = createHookStory(() => (index.h(ShadowViewAddon.DropdownFieldView, Object.assign({}, defaultProps$
|
|
10960
|
-
...defaultProps$
|
|
11021
|
+
const Default$f = createHookStory(() => (index.h(ShadowViewAddon.DropdownFieldView, Object.assign({}, defaultProps$d))));
|
|
11022
|
+
const CustomLabel$1 = createHookStory(() => (index.h(ShadowViewAddon.DropdownFieldView, Object.assign({}, defaultProps$d, { content: {
|
|
11023
|
+
...defaultProps$d.content,
|
|
10961
11024
|
dropdownLabel: "Pick your favorite",
|
|
10962
11025
|
} }))));
|
|
10963
|
-
const Error$
|
|
10964
|
-
...defaultProps$
|
|
11026
|
+
const Error$6 = createHookStory(() => (index.h(ShadowViewAddon.DropdownFieldView, Object.assign({}, defaultProps$d, { states: {
|
|
11027
|
+
...defaultProps$d.states,
|
|
10965
11028
|
registrationFormState: {
|
|
10966
11029
|
validationErrors: {
|
|
10967
11030
|
options: "Must select an option",
|
|
10968
11031
|
},
|
|
10969
11032
|
},
|
|
10970
11033
|
} }))));
|
|
10971
|
-
const CustomError$1 = createHookStory(() => (index.h(ShadowViewAddon.DropdownFieldView, Object.assign({}, defaultProps$
|
|
10972
|
-
...defaultProps$
|
|
11034
|
+
const CustomError$1 = createHookStory(() => (index.h(ShadowViewAddon.DropdownFieldView, Object.assign({}, defaultProps$d, { content: {
|
|
11035
|
+
...defaultProps$d.content,
|
|
10973
11036
|
errorMessage: "An option must be selected to continue",
|
|
10974
11037
|
}, states: {
|
|
10975
|
-
...defaultProps$
|
|
11038
|
+
...defaultProps$d.states,
|
|
10976
11039
|
registrationFormState: {
|
|
10977
11040
|
validationErrors: {
|
|
10978
11041
|
options: "Must select an option",
|
|
@@ -10983,9 +11046,9 @@ const CustomError$1 = createHookStory(() => (index.h(ShadowViewAddon.DropdownFie
|
|
|
10983
11046
|
const DropdownField = /*#__PURE__*/Object.freeze({
|
|
10984
11047
|
__proto__: null,
|
|
10985
11048
|
'default': DropdownField_stories,
|
|
10986
|
-
Default: Default$
|
|
11049
|
+
Default: Default$f,
|
|
10987
11050
|
CustomLabel: CustomLabel$1,
|
|
10988
|
-
Error: Error$
|
|
11051
|
+
Error: Error$6,
|
|
10989
11052
|
CustomError: CustomError$1
|
|
10990
11053
|
});
|
|
10991
11054
|
|
|
@@ -11056,7 +11119,7 @@ const InputField_stories = {
|
|
|
11056
11119
|
scenario: scenario$l,
|
|
11057
11120
|
},
|
|
11058
11121
|
};
|
|
11059
|
-
const defaultProps$
|
|
11122
|
+
const defaultProps$e = {
|
|
11060
11123
|
states: {
|
|
11061
11124
|
registrationFormState: {
|
|
11062
11125
|
validationErrors: {},
|
|
@@ -11093,21 +11156,21 @@ const defaultRegisterProps$1 = {
|
|
|
11093
11156
|
invalidEmailErrorMessage: "Must be a valid email address",
|
|
11094
11157
|
},
|
|
11095
11158
|
};
|
|
11096
|
-
const Default$
|
|
11097
|
-
const CustomLabel$2 = () => (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$
|
|
11098
|
-
const Error$
|
|
11099
|
-
...defaultProps$
|
|
11159
|
+
const Default$g = () => index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$e));
|
|
11160
|
+
const CustomLabel$2 = () => (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$e, { content: { ...defaultProps$e.content, fieldLabel: "My Label" } })));
|
|
11161
|
+
const Error$7 = () => (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$e, { states: {
|
|
11162
|
+
...defaultProps$e.states,
|
|
11100
11163
|
registrationFormState: {
|
|
11101
11164
|
validationErrors: {
|
|
11102
11165
|
field: "Cannot be empty",
|
|
11103
11166
|
},
|
|
11104
11167
|
},
|
|
11105
11168
|
} })));
|
|
11106
|
-
const CustomError$2 = () => (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$
|
|
11107
|
-
...defaultProps$
|
|
11169
|
+
const CustomError$2 = () => (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$e, { content: {
|
|
11170
|
+
...defaultProps$e.content,
|
|
11108
11171
|
errorMessage: "A value must be entered to continue",
|
|
11109
11172
|
}, states: {
|
|
11110
|
-
...defaultProps$
|
|
11173
|
+
...defaultProps$e.states,
|
|
11111
11174
|
registrationFormState: {
|
|
11112
11175
|
validationErrors: {
|
|
11113
11176
|
field: "Cannot be empty",
|
|
@@ -11115,27 +11178,27 @@ const CustomError$2 = () => (index.h(ShadowViewAddon.InputFieldView, Object.assi
|
|
|
11115
11178
|
},
|
|
11116
11179
|
} })));
|
|
11117
11180
|
const DateType = () => {
|
|
11118
|
-
return (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$
|
|
11119
|
-
...defaultProps$
|
|
11181
|
+
return (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$e, { content: {
|
|
11182
|
+
...defaultProps$e.content,
|
|
11120
11183
|
fieldLabel: "Date",
|
|
11121
11184
|
fieldType: "date",
|
|
11122
11185
|
} })));
|
|
11123
11186
|
};
|
|
11124
11187
|
const TelType = () => {
|
|
11125
|
-
return (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$
|
|
11126
|
-
...defaultProps$
|
|
11188
|
+
return (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$e, { content: {
|
|
11189
|
+
...defaultProps$e.content,
|
|
11127
11190
|
fieldLabel: "Phone Number",
|
|
11128
11191
|
fieldType: "tel",
|
|
11129
11192
|
} })));
|
|
11130
11193
|
};
|
|
11131
11194
|
const RegistrationField = () => (index.h(ShadowViewAddon.PortalRegisterView, Object.assign({}, defaultRegisterProps$1, { content: {
|
|
11132
11195
|
...defaultRegisterProps$1.content,
|
|
11133
|
-
formData: index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$
|
|
11196
|
+
formData: index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$e)),
|
|
11134
11197
|
} })));
|
|
11135
11198
|
const RegistrationFieldCustomLabel = () => (index.h(ShadowViewAddon.PortalRegisterView, Object.assign({}, defaultRegisterProps$1, { content: {
|
|
11136
11199
|
...defaultRegisterProps$1.content,
|
|
11137
|
-
formData: (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$
|
|
11138
|
-
...defaultProps$
|
|
11200
|
+
formData: (index.h(ShadowViewAddon.InputFieldView, Object.assign({}, defaultProps$e, { content: {
|
|
11201
|
+
...defaultProps$e.content,
|
|
11139
11202
|
fieldLabel: "Data",
|
|
11140
11203
|
} }))),
|
|
11141
11204
|
} })));
|
|
@@ -11143,9 +11206,9 @@ const RegistrationFieldCustomLabel = () => (index.h(ShadowViewAddon.PortalRegist
|
|
|
11143
11206
|
const InputField = /*#__PURE__*/Object.freeze({
|
|
11144
11207
|
__proto__: null,
|
|
11145
11208
|
'default': InputField_stories,
|
|
11146
|
-
Default: Default$
|
|
11209
|
+
Default: Default$g,
|
|
11147
11210
|
CustomLabel: CustomLabel$2,
|
|
11148
|
-
Error: Error$
|
|
11211
|
+
Error: Error$7,
|
|
11149
11212
|
CustomError: CustomError$2,
|
|
11150
11213
|
DateType: DateType,
|
|
11151
11214
|
TelType: TelType,
|
|
@@ -11265,7 +11328,7 @@ const RedemptionError = StoryBase(ShadowViewAddon.redemptionError);
|
|
|
11265
11328
|
const QueryError = StoryBase(ShadowViewAddon.queryError);
|
|
11266
11329
|
const SuccessPromo = StoryBase(ShadowViewAddon.success);
|
|
11267
11330
|
const SuccessVariableAndStepped = StoryBase(ShadowViewAddon.successVariable);
|
|
11268
|
-
const Loading$
|
|
11331
|
+
const Loading$4 = StoryBase(ShadowViewAddon.loading);
|
|
11269
11332
|
const Empty$2 = StoryBase(ShadowViewAddon.empty);
|
|
11270
11333
|
|
|
11271
11334
|
const RewardExchangeList = /*#__PURE__*/Object.freeze({
|
|
@@ -11287,7 +11350,7 @@ const RewardExchangeList = /*#__PURE__*/Object.freeze({
|
|
|
11287
11350
|
QueryError: QueryError,
|
|
11288
11351
|
SuccessPromo: SuccessPromo,
|
|
11289
11352
|
SuccessVariableAndStepped: SuccessVariableAndStepped,
|
|
11290
|
-
Loading: Loading$
|
|
11353
|
+
Loading: Loading$4,
|
|
11291
11354
|
Empty: Empty$2
|
|
11292
11355
|
});
|
|
11293
11356
|
|
|
@@ -13941,7 +14004,7 @@ const CopyButtonBelow$1 = () => {
|
|
|
13941
14004
|
buttonStyle: "button-below",
|
|
13942
14005
|
})));
|
|
13943
14006
|
};
|
|
13944
|
-
const Error$
|
|
14007
|
+
const Error$8 = () => {
|
|
13945
14008
|
const props = {
|
|
13946
14009
|
copyString: "https://noah.example.com",
|
|
13947
14010
|
disabled: true,
|
|
@@ -13962,7 +14025,7 @@ const ShareCode$1 = /*#__PURE__*/Object.freeze({
|
|
|
13962
14025
|
CustomTooltipDuration: CustomTooltipDuration,
|
|
13963
14026
|
CopyButton: CopyButton$1,
|
|
13964
14027
|
CopyButtonBelow: CopyButtonBelow$1,
|
|
13965
|
-
Error: Error$
|
|
14028
|
+
Error: Error$8
|
|
13966
14029
|
});
|
|
13967
14030
|
|
|
13968
14031
|
// import scenario from "./ShareCode.feature";
|
|
@@ -13972,7 +14035,7 @@ const EmailRegistration_stories = {
|
|
|
13972
14035
|
// scenario,
|
|
13973
14036
|
},
|
|
13974
14037
|
};
|
|
13975
|
-
const defaultProps$
|
|
14038
|
+
const defaultProps$f = {
|
|
13976
14039
|
states: {
|
|
13977
14040
|
error: "",
|
|
13978
14041
|
loading: false,
|
|
@@ -13991,59 +14054,59 @@ const defaultProps$e = {
|
|
|
13991
14054
|
fraudErrorMessageTitle: "Looks like you tried referring yourself",
|
|
13992
14055
|
},
|
|
13993
14056
|
};
|
|
13994
|
-
const Default$
|
|
14057
|
+
const Default$h = () => index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, defaultProps$f));
|
|
13995
14058
|
const HasFirstNameLastName = () => (index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, {
|
|
13996
|
-
...defaultProps$
|
|
14059
|
+
...defaultProps$f,
|
|
13997
14060
|
content: {
|
|
13998
|
-
...defaultProps$
|
|
14061
|
+
...defaultProps$f.content,
|
|
13999
14062
|
includeName: true,
|
|
14000
14063
|
},
|
|
14001
14064
|
})));
|
|
14002
14065
|
const WithSlots = () => (index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, {
|
|
14003
|
-
...defaultProps$
|
|
14066
|
+
...defaultProps$f,
|
|
14004
14067
|
content: {
|
|
14005
|
-
...defaultProps$
|
|
14068
|
+
...defaultProps$f.content,
|
|
14006
14069
|
topSlot: index.h("div", null, "Hello this is the top slot"),
|
|
14007
14070
|
bottomSlot: index.h("div", null, "Hello this is the bottom slot"),
|
|
14008
14071
|
},
|
|
14009
14072
|
})));
|
|
14010
14073
|
const NoBorder$1 = () => (index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, {
|
|
14011
|
-
...defaultProps$
|
|
14074
|
+
...defaultProps$f,
|
|
14012
14075
|
content: {
|
|
14013
|
-
...defaultProps$
|
|
14076
|
+
...defaultProps$f.content,
|
|
14014
14077
|
hideBorder: true,
|
|
14015
14078
|
},
|
|
14016
14079
|
})));
|
|
14017
14080
|
const BackgroundColor$2 = () => (index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, {
|
|
14018
|
-
...defaultProps$
|
|
14081
|
+
...defaultProps$f,
|
|
14019
14082
|
content: {
|
|
14020
|
-
...defaultProps$
|
|
14083
|
+
...defaultProps$f.content,
|
|
14021
14084
|
backgroundColor: "aquamarine",
|
|
14022
14085
|
},
|
|
14023
14086
|
})));
|
|
14024
|
-
const Loading$
|
|
14025
|
-
...defaultProps$
|
|
14087
|
+
const Loading$5 = () => (index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, {
|
|
14088
|
+
...defaultProps$f,
|
|
14026
14089
|
states: {
|
|
14027
14090
|
error: "",
|
|
14028
14091
|
loading: true,
|
|
14029
14092
|
},
|
|
14030
14093
|
})));
|
|
14031
|
-
const Error$
|
|
14032
|
-
...defaultProps$
|
|
14094
|
+
const Error$9 = () => (index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, {
|
|
14095
|
+
...defaultProps$f,
|
|
14033
14096
|
states: {
|
|
14034
14097
|
error: "Something went wrong. Please try again.",
|
|
14035
14098
|
loading: false,
|
|
14036
14099
|
},
|
|
14037
14100
|
})));
|
|
14038
14101
|
const FraudError = () => (index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, {
|
|
14039
|
-
...defaultProps$
|
|
14102
|
+
...defaultProps$f,
|
|
14040
14103
|
states: {
|
|
14041
14104
|
error: "FRAUD",
|
|
14042
14105
|
loading: false,
|
|
14043
14106
|
},
|
|
14044
14107
|
})));
|
|
14045
14108
|
const EmptyEmailError = () => (index.h(emailRegistrationView.EmailRegistrationView, Object.assign({}, {
|
|
14046
|
-
...defaultProps$
|
|
14109
|
+
...defaultProps$f,
|
|
14047
14110
|
states: {
|
|
14048
14111
|
error: "Something went wrong. Please try again.",
|
|
14049
14112
|
loading: false,
|
|
@@ -14056,13 +14119,13 @@ const EmptyEmailError = () => (index.h(emailRegistrationView.EmailRegistrationVi
|
|
|
14056
14119
|
const EmailRegistration = /*#__PURE__*/Object.freeze({
|
|
14057
14120
|
__proto__: null,
|
|
14058
14121
|
'default': EmailRegistration_stories,
|
|
14059
|
-
Default: Default$
|
|
14122
|
+
Default: Default$h,
|
|
14060
14123
|
HasFirstNameLastName: HasFirstNameLastName,
|
|
14061
14124
|
WithSlots: WithSlots,
|
|
14062
14125
|
NoBorder: NoBorder$1,
|
|
14063
14126
|
BackgroundColor: BackgroundColor$2,
|
|
14064
|
-
Loading: Loading$
|
|
14065
|
-
Error: Error$
|
|
14127
|
+
Loading: Loading$5,
|
|
14128
|
+
Error: Error$9,
|
|
14066
14129
|
FraudError: FraudError,
|
|
14067
14130
|
EmptyEmailError: EmptyEmailError
|
|
14068
14131
|
});
|
|
@@ -14075,7 +14138,7 @@ const CouponCode_stories = {
|
|
|
14075
14138
|
scenario: scenario$B,
|
|
14076
14139
|
},
|
|
14077
14140
|
};
|
|
14078
|
-
const defaultProps$
|
|
14141
|
+
const defaultProps$g = {
|
|
14079
14142
|
tooltiptext: "Copied to Clipboard",
|
|
14080
14143
|
copyString: "THANKSJANE125uv125",
|
|
14081
14144
|
open: false,
|
|
@@ -14100,43 +14163,43 @@ const TextAlignRight$2 = () => {
|
|
|
14100
14163
|
return index.h("sqm-coupon-code", { textAlign: "right" });
|
|
14101
14164
|
};
|
|
14102
14165
|
const CopyButton$2 = () => {
|
|
14103
|
-
return (index.h("sqm-coupon-code", Object.assign({}, defaultProps$
|
|
14166
|
+
return (index.h("sqm-coupon-code", Object.assign({}, defaultProps$g, { buttonStyle: "button-outside" })));
|
|
14104
14167
|
};
|
|
14105
14168
|
const CopyButtonCustomLabel = () => {
|
|
14106
|
-
return (index.h("sqm-coupon-code", Object.assign({}, defaultProps$
|
|
14169
|
+
return (index.h("sqm-coupon-code", Object.assign({}, defaultProps$g, { buttonStyle: "button-outside", "copy-button-label": "test long custom label" })));
|
|
14107
14170
|
};
|
|
14108
14171
|
const CopyButtonBelow$2 = () => {
|
|
14109
|
-
return (index.h("sqm-coupon-code", Object.assign({}, defaultProps$
|
|
14172
|
+
return (index.h("sqm-coupon-code", Object.assign({}, defaultProps$g, { buttonStyle: "button-below" })));
|
|
14110
14173
|
};
|
|
14111
14174
|
const CopyButtonBelowCustomLabel = () => {
|
|
14112
|
-
return (index.h("sqm-coupon-code", Object.assign({}, defaultProps$
|
|
14175
|
+
return (index.h("sqm-coupon-code", Object.assign({}, defaultProps$g, { buttonStyle: "button-below", "copy-button-label": "test long custom label" })));
|
|
14113
14176
|
};
|
|
14114
|
-
const Loading$
|
|
14115
|
-
return index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$
|
|
14177
|
+
const Loading$6 = () => {
|
|
14178
|
+
return index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$g, { loading: true }));
|
|
14116
14179
|
};
|
|
14117
14180
|
const CopyButtonLoading = () => {
|
|
14118
|
-
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$
|
|
14181
|
+
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$g, { buttonStyle: "button-outside", loading: true })));
|
|
14119
14182
|
};
|
|
14120
14183
|
const CopyButtonBelowLoading = () => {
|
|
14121
|
-
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$
|
|
14184
|
+
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$g, { buttonStyle: "button-below", loading: true })));
|
|
14122
14185
|
};
|
|
14123
14186
|
const ErrorGeneric = () => {
|
|
14124
|
-
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$
|
|
14187
|
+
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "warning", error: true, errorText: "We couldn't fetch your code. Please try again later or reach out to the Support team for help resolving this issue." })));
|
|
14125
14188
|
};
|
|
14126
14189
|
const ErrorPending = () => {
|
|
14127
|
-
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$
|
|
14190
|
+
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "info", error: true, errorText: "Your code will be available on April 24, 2023. Mark your calendar and come back then to redeem your reward!" })));
|
|
14128
14191
|
};
|
|
14129
14192
|
const ErrorFullfillment = () => {
|
|
14130
|
-
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$
|
|
14193
|
+
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "warning", error: true, errorText: "We couldn't fetch your code. Please try again later or reach out to the Support team for help resolving this issue." })));
|
|
14131
14194
|
};
|
|
14132
14195
|
const ErrorCancelled = () => {
|
|
14133
|
-
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$
|
|
14196
|
+
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "warning", error: true, errorText: "This code has been cancelled. Please reach out to the Support team for help resolving this issue." })));
|
|
14134
14197
|
};
|
|
14135
14198
|
const ErrorExpired = () => {
|
|
14136
|
-
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$
|
|
14199
|
+
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "warning", error: true, errorText: "Looks like this code has expired. Please reach out to the Support team for help resolving this issue." })));
|
|
14137
14200
|
};
|
|
14138
14201
|
const ErrorRedeemed = () => {
|
|
14139
|
-
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$
|
|
14202
|
+
return (index.h(ShadowViewAddon.CouponCodeView, Object.assign({}, defaultProps$g, { errorType: "success", error: true, errorText: "Looks like you\u2019ve already redeemed this code." })));
|
|
14140
14203
|
};
|
|
14141
14204
|
|
|
14142
14205
|
const CouponCode$1 = /*#__PURE__*/Object.freeze({
|
|
@@ -14151,7 +14214,7 @@ const CouponCode$1 = /*#__PURE__*/Object.freeze({
|
|
|
14151
14214
|
CopyButtonCustomLabel: CopyButtonCustomLabel,
|
|
14152
14215
|
CopyButtonBelow: CopyButtonBelow$2,
|
|
14153
14216
|
CopyButtonBelowCustomLabel: CopyButtonBelowCustomLabel,
|
|
14154
|
-
Loading: Loading$
|
|
14217
|
+
Loading: Loading$6,
|
|
14155
14218
|
CopyButtonLoading: CopyButtonLoading,
|
|
14156
14219
|
CopyButtonBelowLoading: CopyButtonBelowLoading,
|
|
14157
14220
|
ErrorGeneric: ErrorGeneric,
|
|
@@ -14170,21 +14233,21 @@ const LogoutCurrentUser_stories = {
|
|
|
14170
14233
|
scenario: scenario$C,
|
|
14171
14234
|
},
|
|
14172
14235
|
};
|
|
14173
|
-
const defaultProps$
|
|
14236
|
+
const defaultProps$h = {
|
|
14174
14237
|
filledInEmailText: "Currently showing referral data for noah.clarke@saasquatch.com",
|
|
14175
14238
|
onSwitchClick: () => console.log("clicked"),
|
|
14176
14239
|
switchUserText: "not you?",
|
|
14177
14240
|
loading: false,
|
|
14178
14241
|
emailErrorText: "Error fetching email",
|
|
14179
14242
|
};
|
|
14180
|
-
const Default$
|
|
14181
|
-
return index.h(sqmLogoutCurrentUserView.LogoutCurrentUserView, Object.assign({}, defaultProps$
|
|
14243
|
+
const Default$i = () => {
|
|
14244
|
+
return index.h(sqmLogoutCurrentUserView.LogoutCurrentUserView, Object.assign({}, defaultProps$h));
|
|
14182
14245
|
};
|
|
14183
14246
|
|
|
14184
14247
|
const LogoutCurrentUser = /*#__PURE__*/Object.freeze({
|
|
14185
14248
|
__proto__: null,
|
|
14186
14249
|
'default': LogoutCurrentUser_stories,
|
|
14187
|
-
Default: Default$
|
|
14250
|
+
Default: Default$i
|
|
14188
14251
|
});
|
|
14189
14252
|
|
|
14190
14253
|
const scenario$D = "@author:noah\n@owner:noah\n\nFeature: Link Button\n\n\t@ui\n\tScenario: Links can be opened in the same tab\n\t\tWhen a user clicks the button\n\t\tThen a link opens in the same tab\n\t\tAnd if the component is in an iFrame then the link is opened in the parent window not the iFrame\n\n\t@ui\n\tScenario: Links can be opened in a new tab\n\t\tWhen a user clicks the button\n\t\tThen a link opens in a new tab\n\t\tAnd if the component is in an iFrame then the link is still opened in a new tab\n\n\n\t@ui\n\tScenario: Props control the link and button text\n\t\tGiven the \"link\" prop is set to \"https://www.example.com\"\n\t\tAnd the \"buttonText\" prop is set to \"Click me!\"\n\t\tThen a button is shown with the text \"Click me!\"\n\t\tAnd when clicked the button opens https://www.example.com\n\n\t@ui\n\tScenario Outline: The button type can be set\n\t\tGiven the button type is set to <value>\n\t\tThen a <buttonType> is shown\n\t\tExamples:\n\t\t\t| value | buttonType |\n\t\t\t| <null> | primary |\n\t\t\t| default | default |\n\t\t\t| primary | primary |\n\t\t\t| success | success |\n\t\t\t| neutral | neutral |\n\t\t\t| warning | warning |\n\t\t\t| danger | danger |";
|
|
@@ -14195,22 +14258,22 @@ const LinkButton_stories = {
|
|
|
14195
14258
|
scenario: scenario$D,
|
|
14196
14259
|
},
|
|
14197
14260
|
};
|
|
14198
|
-
const defaultProps$
|
|
14261
|
+
const defaultProps$i = {
|
|
14199
14262
|
link: "https://example.com",
|
|
14200
14263
|
openInNewTab: false,
|
|
14201
14264
|
buttonText: "Button Text",
|
|
14202
14265
|
};
|
|
14203
|
-
const Default$
|
|
14204
|
-
return index.h("sqm-link-button", Object.assign({}, defaultProps$
|
|
14266
|
+
const Default$j = () => {
|
|
14267
|
+
return index.h("sqm-link-button", Object.assign({}, defaultProps$i));
|
|
14205
14268
|
};
|
|
14206
14269
|
const OpenInNewTab = () => {
|
|
14207
|
-
return (index.h("sqm-link-button", Object.assign({}, { ...defaultProps$
|
|
14270
|
+
return (index.h("sqm-link-button", Object.assign({}, { ...defaultProps$i, openInNewTab: true })));
|
|
14208
14271
|
};
|
|
14209
14272
|
|
|
14210
14273
|
const LinkButton = /*#__PURE__*/Object.freeze({
|
|
14211
14274
|
__proto__: null,
|
|
14212
14275
|
'default': LinkButton_stories,
|
|
14213
|
-
Default: Default$
|
|
14276
|
+
Default: Default$j,
|
|
14214
14277
|
OpenInNewTab: OpenInNewTab
|
|
14215
14278
|
});
|
|
14216
14279
|
|
|
@@ -14220,7 +14283,7 @@ const CloseButton_stories = {
|
|
|
14220
14283
|
// scenario,
|
|
14221
14284
|
},
|
|
14222
14285
|
};
|
|
14223
|
-
const defaultProps$
|
|
14286
|
+
const defaultProps$j = {};
|
|
14224
14287
|
const containerStyles = {
|
|
14225
14288
|
position: "relative",
|
|
14226
14289
|
width: "500px",
|
|
@@ -14228,22 +14291,22 @@ const containerStyles = {
|
|
|
14228
14291
|
border: "1px solid black",
|
|
14229
14292
|
padding: "25px",
|
|
14230
14293
|
};
|
|
14231
|
-
const Default$
|
|
14232
|
-
return index.h(sqmCloseButtonView.CloseButtonView, Object.assign({}, defaultProps$
|
|
14294
|
+
const Default$k = () => {
|
|
14295
|
+
return index.h(sqmCloseButtonView.CloseButtonView, Object.assign({}, defaultProps$j));
|
|
14233
14296
|
};
|
|
14234
14297
|
const InAContainer = () => {
|
|
14235
14298
|
return (index.h("div", { style: containerStyles },
|
|
14236
|
-
index.h(sqmCloseButtonView.CloseButtonView, Object.assign({}, defaultProps$
|
|
14299
|
+
index.h(sqmCloseButtonView.CloseButtonView, Object.assign({}, defaultProps$j))));
|
|
14237
14300
|
};
|
|
14238
14301
|
const CustomColor$1 = () => {
|
|
14239
14302
|
return (index.h("div", { style: containerStyles },
|
|
14240
|
-
index.h(sqmCloseButtonView.CloseButtonView, Object.assign({}, { ...defaultProps$
|
|
14303
|
+
index.h(sqmCloseButtonView.CloseButtonView, Object.assign({}, { ...defaultProps$j, color: "blue" }))));
|
|
14241
14304
|
};
|
|
14242
14305
|
|
|
14243
14306
|
const CloseButton = /*#__PURE__*/Object.freeze({
|
|
14244
14307
|
__proto__: null,
|
|
14245
14308
|
'default': CloseButton_stories,
|
|
14246
|
-
Default: Default$
|
|
14309
|
+
Default: Default$k,
|
|
14247
14310
|
InAContainer: InAContainer,
|
|
14248
14311
|
CustomColor: CustomColor$1
|
|
14249
14312
|
});
|
|
@@ -14433,17 +14496,17 @@ const RadioCardView = ({ title, icon, description, selected, }) => {
|
|
|
14433
14496
|
const RadioCard_stories = {
|
|
14434
14497
|
title: "Components/Radio Card",
|
|
14435
14498
|
};
|
|
14436
|
-
const defaultProps$
|
|
14499
|
+
const defaultProps$k = {
|
|
14437
14500
|
selected: false,
|
|
14438
14501
|
title: "Card Title",
|
|
14439
14502
|
description: "Description text goes here",
|
|
14440
14503
|
icon: "apple",
|
|
14441
14504
|
};
|
|
14442
14505
|
const DefaultView$1 = () => {
|
|
14443
|
-
return index.h(RadioCardView, Object.assign({}, defaultProps$
|
|
14506
|
+
return index.h(RadioCardView, Object.assign({}, defaultProps$k));
|
|
14444
14507
|
};
|
|
14445
14508
|
const Selected = () => {
|
|
14446
|
-
return index.h(RadioCardView, Object.assign({}, defaultProps$
|
|
14509
|
+
return index.h(RadioCardView, Object.assign({}, defaultProps$k, { selected: true }));
|
|
14447
14510
|
};
|
|
14448
14511
|
|
|
14449
14512
|
const RadioCard = /*#__PURE__*/Object.freeze({
|
|
@@ -14456,13 +14519,13 @@ const RadioCard = /*#__PURE__*/Object.freeze({
|
|
|
14456
14519
|
const ProgressBar_stories = {
|
|
14457
14520
|
title: "Components/Progress Bar",
|
|
14458
14521
|
};
|
|
14459
|
-
const defaultProps$
|
|
14522
|
+
const defaultProps$l = {
|
|
14460
14523
|
progress: 2,
|
|
14461
14524
|
goal: 4,
|
|
14462
14525
|
steps: true,
|
|
14463
14526
|
};
|
|
14464
14527
|
const TaxAndPayoutsProgressBar = () => {
|
|
14465
|
-
return index.h(ShadowViewAddon.ProgressBar, Object.assign({}, defaultProps$
|
|
14528
|
+
return index.h(ShadowViewAddon.ProgressBar, Object.assign({}, defaultProps$l, { stageCount: 4, currentStage: 2 }));
|
|
14466
14529
|
};
|
|
14467
14530
|
|
|
14468
14531
|
const ProgressBar$1 = /*#__PURE__*/Object.freeze({
|
|
@@ -14474,14 +14537,14 @@ const ProgressBar$1 = /*#__PURE__*/Object.freeze({
|
|
|
14474
14537
|
const PayoutDetailsCard_stories = {
|
|
14475
14538
|
title: "Components/Payout Details Card",
|
|
14476
14539
|
};
|
|
14477
|
-
const Loading$
|
|
14540
|
+
const Loading$7 = () => {
|
|
14478
14541
|
return (index.h("sqm-payout-details-card", { demoData: {
|
|
14479
14542
|
states: {
|
|
14480
14543
|
loading: true,
|
|
14481
14544
|
},
|
|
14482
14545
|
} }));
|
|
14483
14546
|
};
|
|
14484
|
-
const Error$
|
|
14547
|
+
const Error$a = () => {
|
|
14485
14548
|
return (index.h("sqm-payout-details-card", { demoData: {
|
|
14486
14549
|
states: {
|
|
14487
14550
|
error: true,
|
|
@@ -14521,8 +14584,8 @@ const PaypalPayout = () => {
|
|
|
14521
14584
|
const PayoutDetailsCard = /*#__PURE__*/Object.freeze({
|
|
14522
14585
|
__proto__: null,
|
|
14523
14586
|
'default': PayoutDetailsCard_stories,
|
|
14524
|
-
Loading: Loading$
|
|
14525
|
-
Error: Error$
|
|
14587
|
+
Loading: Loading$7,
|
|
14588
|
+
Error: Error$a,
|
|
14526
14589
|
NextPayout: NextPayout,
|
|
14527
14590
|
PayoutToday: PayoutToday,
|
|
14528
14591
|
ThresholdPayout: ThresholdPayout,
|
|
@@ -15144,7 +15207,7 @@ const UseInvoiceTableCells = /*#__PURE__*/Object.freeze({
|
|
|
15144
15207
|
*
|
|
15145
15208
|
*/
|
|
15146
15209
|
//
|
|
15147
|
-
const Default$
|
|
15210
|
+
const Default$l = `
|
|
15148
15211
|
// No CSS
|
|
15149
15212
|
`;
|
|
15150
15213
|
const Orangey = `
|
|
@@ -15178,7 +15241,7 @@ const Klip = `
|
|
|
15178
15241
|
|
|
15179
15242
|
const Themes = /*#__PURE__*/Object.freeze({
|
|
15180
15243
|
__proto__: null,
|
|
15181
|
-
Default: Default$
|
|
15244
|
+
Default: Default$l,
|
|
15182
15245
|
Orangey: Orangey,
|
|
15183
15246
|
Netflix: Netflix,
|
|
15184
15247
|
SaaSquatchCorporate: SaaSquatchCorporate,
|
|
@@ -17857,6 +17920,7 @@ const stories = [
|
|
|
17857
17920
|
PayoutDetailsCard,
|
|
17858
17921
|
BankingInfoForm,
|
|
17859
17922
|
NewPortalRegistrationForm,
|
|
17923
|
+
ChangeMarketing,
|
|
17860
17924
|
];
|
|
17861
17925
|
const StencilStorybook = class {
|
|
17862
17926
|
constructor(hostRef) {
|