@saasquatch/mint-components 1.5.6-2 → 1.6.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ShadowViewAddon-1bbdf477.js → ShadowViewAddon-67ab6be4.js} +16 -16
- package/dist/cjs/{global-22fb2ec7.js → global-aaa3f929.js} +2 -2
- package/dist/cjs/{index.module-fb61a163.js → index.module-b9e4136f.js} +21 -21
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/{re-render-7248fc06.js → re-render-90da06a2.js} +4 -4
- package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
- package/dist/cjs/sqm-big-stat_35.cjs.entry.js +151 -216
- package/dist/cjs/sqm-empty_5.cjs.entry.js +2 -2
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
- package/dist/cjs/sqm-hero.cjs.entry.js +7 -15
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +6 -6
- package/dist/cjs/{sqm-navigation-sidebar-item-view-52ab014f.js → sqm-navigation-sidebar-item-view-919190ec.js} +2 -2
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
- package/dist/cjs/sqm-password-field.cjs.entry.js +4 -7
- package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
- package/dist/cjs/{sqm-portal-email-verification-view-fc30fd1a.js → sqm-portal-email-verification-view-83e44767.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +13 -12
- package/dist/cjs/{sqm-portal-footer-view-78528c31.js → sqm-portal-footer-view-b2dc31a2.js} +1 -1
- package/dist/cjs/sqm-portal-footer.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +11 -10
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +5 -5
- package/dist/cjs/{sqm-portal-profile-view-64e85659.js → sqm-portal-profile-view-3b7650df.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +15 -25
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +7 -7
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +20 -21
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +11 -10
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +14 -27
- package/dist/cjs/sqm-rewards-table-customer-note-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +14 -18
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +161 -89
- package/dist/cjs/sqm-tabs.cjs.entry.js +3 -3
- package/dist/cjs/{useChildElements-24538fc5.js → useChildElements-315320bd.js} +2 -2
- package/dist/cjs/{useReferralTable-1e71d2dc.js → useReferralTable-32fed069.js} +8 -8
- package/dist/collection/components/sqm-asset-card/sqm-asset-card.js +2 -2
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +8 -13
- package/dist/collection/components/sqm-brand/sqm-brand.js +1 -1
- package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +0 -1
- package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +10 -11
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +4 -4
- package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +5 -5
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +9 -9
- package/dist/collection/components/sqm-empty/sqm-empty.js +0 -1
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +3 -3
- package/dist/collection/components/sqm-hero/sqm-hero.js +15 -23
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +3 -7
- package/dist/collection/components/sqm-hook-story-container/sqm-hook-story-container.js +0 -3
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +74 -2
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +8 -10
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.js +4 -4
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -4
- package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +3 -3
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +1 -1
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +1 -1
- package/dist/collection/components/sqm-password-field/sqm-password-field.js +6 -9
- package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +11 -11
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +22 -34
- package/dist/collection/components/sqm-portal-change-password/usePortalChangePassword.js +2 -2
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +4 -5
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +8 -8
- package/dist/collection/components/sqm-portal-email-verification/usePortalEmailVerification.js +3 -2
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +8 -8
- package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +3 -2
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +26 -42
- package/dist/collection/components/sqm-portal-login/usePortalLogin.js +3 -2
- package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +2 -2
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +21 -31
- package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +2 -2
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +28 -36
- package/dist/collection/components/sqm-portal-register/usePortalRegister.js +2 -2
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +21 -23
- package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +4 -3
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +4 -4
- package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +3 -2
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +0 -1
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +0 -2
- package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +0 -2
- package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +9 -11
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +0 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +0 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +0 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +0 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +6 -11
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +14 -23
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +13 -21
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +0 -1
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +0 -1
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +2 -3
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +8 -13
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +0 -1
- package/dist/collection/components/sqm-route/sqm-route.js +1 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +15 -25
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +7 -7
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +7 -7
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +2 -3
- package/dist/collection/components/sqm-tab/sqm-tab.js +0 -1
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +8 -95
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +1 -1
- package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +0 -2
- package/dist/collection/components/sqm-timeline/sqm-timeline.js +2 -4
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +4 -4
- package/dist/collection/components/sqm-user-name/sqm-user-name.js +5 -6
- package/dist/esm/{ShadowViewAddon-e2996624.js → ShadowViewAddon-2b1e68bd.js} +18 -18
- package/dist/esm/{global-5c84f57f.js → global-3b481fc7.js} +3 -3
- package/dist/esm/{index.module-f5e17a4e.js → index.module-23da8fa0.js} +4 -4
- package/dist/esm/loader.js +4 -4
- package/dist/esm/{luxon-f44215d9.js → luxon-578505e2.js} +1 -1
- package/dist/esm/mint-components.js +4 -4
- package/dist/esm/{re-render-69774e13.js → re-render-3368de52.js} +5 -5
- package/dist/esm/sqm-asset-card.entry.js +4 -4
- package/dist/esm/sqm-big-stat_35.entry.js +154 -219
- package/dist/esm/sqm-empty_5.entry.js +3 -3
- package/dist/esm/sqm-form-message.entry.js +1 -1
- package/dist/esm/sqm-graphql-client-provider.entry.js +7 -7
- package/dist/esm/{sqm-hero-view-71d1202f.js → sqm-hero-view-b54265df.js} +2 -2
- package/dist/esm/sqm-hero.entry.js +10 -18
- package/dist/esm/sqm-leaderboard-rank.entry.js +8 -8
- package/dist/esm/{sqm-navigation-sidebar-item-view-51714c31.js → sqm-navigation-sidebar-item-view-fbbc41b5.js} +2 -2
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +6 -6
- package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
- package/dist/esm/sqm-password-field.entry.js +6 -9
- package/dist/esm/sqm-popup-container.entry.js +6 -6
- package/dist/esm/{sqm-portal-email-verification-view-ac38b167.js → sqm-portal-email-verification-view-825ee492.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +15 -14
- package/dist/esm/{sqm-portal-footer-view-a6d09022.js → sqm-portal-footer-view-fd0225f4.js} +1 -1
- package/dist/esm/sqm-portal-footer.entry.js +5 -5
- package/dist/esm/sqm-portal-forgot-password.entry.js +13 -12
- package/dist/esm/sqm-portal-logout.entry.js +7 -7
- package/dist/esm/{sqm-portal-profile-view-419d1eb9.js → sqm-portal-profile-view-61c2c482.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +17 -27
- package/dist/esm/sqm-portal-protected-route.entry.js +9 -9
- package/dist/esm/sqm-portal-reset-password.entry.js +22 -23
- package/dist/esm/sqm-portal-verify-email.entry.js +13 -12
- package/dist/esm/sqm-referral-table_11.entry.js +17 -30
- package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm/sqm-rewards-table-customer-note-column.entry.js +4 -4
- package/dist/esm/sqm-rewards-table_9.entry.js +17 -21
- package/dist/esm/sqm-stencilbook.entry.js +165 -93
- package/dist/esm/sqm-tabs.entry.js +5 -5
- package/dist/esm/sqm-text-span.entry.js +1 -1
- package/dist/esm/{stencil-hooks.module-acc8a613.js → stencil-hooks.module-e39af977.js} +1 -1
- package/dist/esm/{use-callback-7e0bfd3b.js → use-callback-697e2ff0.js} +1 -1
- package/dist/esm/{useChildElements-a8347aea.js → useChildElements-ad0746fa.js} +3 -3
- package/dist/esm/{useReferralTable-5cac5b13.js → useReferralTable-8fe4bd12.js} +9 -9
- package/dist/esm-es5/ShadowViewAddon-2b1e68bd.js +1 -0
- package/dist/esm-es5/{global-5c84f57f.js → global-3b481fc7.js} +2 -2
- package/dist/esm-es5/{index.module-f5e17a4e.js → index.module-23da8fa0.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/{luxon-f44215d9.js → luxon-578505e2.js} +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{re-render-69774e13.js → re-render-3368de52.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_35.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_5.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/{sqm-hero-view-71d1202f.js → sqm-hero-view-b54265df.js} +1 -1
- package/dist/esm-es5/sqm-hero.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-fbbc41b5.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-ac38b167.js → sqm-portal-email-verification-view-825ee492.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-footer-view-a6d09022.js → sqm-portal-footer-view-fd0225f4.js} +1 -1
- package/dist/esm-es5/sqm-portal-footer.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-419d1eb9.js → sqm-portal-profile-view-61c2c482.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-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-rewards-table-customer-note-cell.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table-customer-note-column.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tabs.entry.js +1 -1
- package/dist/esm-es5/sqm-text-span.entry.js +1 -1
- package/dist/esm-es5/{stencil-hooks.module-acc8a613.js → stencil-hooks.module-e39af977.js} +1 -1
- package/dist/esm-es5/use-callback-697e2ff0.js +1 -0
- package/dist/esm-es5/{useChildElements-a8347aea.js → useChildElements-ad0746fa.js} +1 -1
- package/dist/esm-es5/useReferralTable-8fe4bd12.js +1 -0
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/p-0568ccb2.system.entry.js +1 -0
- package/dist/mint-components/{p-f92e3e87.system.js → p-0732a954.system.js} +1 -1
- package/dist/mint-components/p-076a5ca5.entry.js +1 -0
- package/dist/mint-components/{p-f6d3a2d4.system.js → p-092c73b2.system.js} +1 -1
- package/dist/mint-components/p-09d29174.entry.js +1 -0
- package/dist/mint-components/{p-48f9babc.system.entry.js → p-0accfb5c.system.entry.js} +1 -1
- package/dist/mint-components/p-0b115074.system.entry.js +1 -0
- package/dist/mint-components/{p-bd7b8620.system.entry.js → p-1706b667.system.entry.js} +1 -1
- package/dist/mint-components/{p-3970de96.js → p-1f1ea7b5.js} +1 -1
- package/dist/mint-components/p-2617d103.system.entry.js +1 -0
- package/dist/mint-components/{p-78640db1.system.entry.js → p-2620c909.system.entry.js} +1 -1
- package/dist/mint-components/{p-63136070.system.entry.js → p-2b7af7c4.system.entry.js} +1 -1
- package/dist/mint-components/{p-4b0e876f.js → p-2d37c91f.js} +2 -2
- package/dist/mint-components/{p-27455c4c.js → p-30b3592f.js} +1 -1
- package/dist/mint-components/p-37232f63.system.js +1 -0
- package/dist/mint-components/{p-0494f792.js → p-37f18cb2.js} +1 -1
- package/dist/mint-components/{p-e1d01511.system.js → p-3d6b2357.system.js} +1 -1
- package/dist/mint-components/p-3dd20384.entry.js +1 -0
- package/dist/mint-components/{p-82ecbcd1.js → p-40104334.js} +1 -1
- package/dist/mint-components/p-408f983a.system.js +1 -0
- package/dist/mint-components/{p-6738565c.entry.js → p-41633759.entry.js} +1 -1
- package/dist/mint-components/p-4502a264.entry.js +1 -0
- package/dist/mint-components/{p-bbf96ff3.system.js → p-4519c6d9.system.js} +1 -1
- package/dist/mint-components/{p-e707831a.entry.js → p-46aabfb7.entry.js} +1 -1
- package/dist/mint-components/{p-ee26e870.entry.js → p-48476882.entry.js} +2 -2
- package/dist/mint-components/{p-cf9cfac0.entry.js → p-48a1e759.entry.js} +1 -1
- package/dist/mint-components/{p-e0d5d38e.system.entry.js → p-5eec9992.system.entry.js} +1 -1
- package/dist/mint-components/{p-60de562c.entry.js → p-6237c202.entry.js} +1 -1
- package/dist/mint-components/{p-12a9ade0.entry.js → p-692db6d6.entry.js} +2 -2
- package/dist/mint-components/{p-c7b0f076.entry.js → p-69ebe7e3.entry.js} +2 -2
- package/dist/mint-components/{p-4ebe044d.entry.js → p-69f10938.entry.js} +1 -1
- package/dist/mint-components/p-69fbe6a4.entry.js +1 -0
- package/dist/mint-components/{p-5cdcff11.system.entry.js → p-6ae460a6.system.entry.js} +1 -1
- package/dist/mint-components/{p-6549ad6a.system.js → p-6b5830c0.system.js} +1 -1
- package/dist/mint-components/{p-596902cd.system.entry.js → p-6badb7b8.system.entry.js} +1 -1
- package/dist/mint-components/{p-3facf714.js → p-6cb7ca36.js} +1 -1
- package/dist/mint-components/{p-38d6112f.entry.js → p-6e33fcfe.entry.js} +1 -1
- package/dist/mint-components/{p-eb314fed.js → p-72ebbd38.js} +1 -1
- package/dist/mint-components/{p-13086b8d.js → p-75b9bdf1.js} +1 -1
- package/dist/mint-components/{p-4ac2d13b.system.entry.js → p-7607d5b8.system.entry.js} +1 -1
- package/dist/mint-components/{p-232672a2.entry.js → p-7669b806.entry.js} +2 -2
- package/dist/mint-components/{p-c0d24b76.system.entry.js → p-79db0843.system.entry.js} +1 -1
- package/dist/mint-components/{p-3c96bae3.entry.js → p-7cec4e63.entry.js} +1 -1
- package/dist/mint-components/{p-95398ce2.js → p-85087b21.js} +1 -1
- package/dist/mint-components/{p-dcdbf128.system.js → p-8a0aa2c2.system.js} +1 -1
- package/dist/mint-components/{p-6ee04453.entry.js → p-8f09f202.entry.js} +1 -1
- package/dist/mint-components/p-90efeeb4.entry.js +1 -0
- package/dist/mint-components/{p-7794c289.js → p-916a8f50.js} +1 -1
- package/dist/mint-components/{p-e01d8fdc.system.js → p-98164439.system.js} +1 -1
- package/dist/mint-components/{p-4f8830b7.entry.js → p-9a03d2d8.entry.js} +1 -1
- package/dist/mint-components/p-a2c865c1.system.entry.js +1 -0
- package/dist/mint-components/{p-94096609.system.js → p-a7fe3715.system.js} +1 -1
- package/dist/mint-components/{p-fd4d90b9.system.js → p-a96702e2.system.js} +1 -1
- package/dist/mint-components/p-ab2f103f.system.entry.js +1 -0
- package/dist/mint-components/p-b0edbe25.system.entry.js +1 -0
- package/dist/mint-components/{p-e2f8b782.system.entry.js → p-b1918aeb.system.entry.js} +1 -1
- package/dist/mint-components/p-b46d6eb0.entry.js +1 -0
- package/dist/mint-components/{p-5ab46a89.entry.js → p-bc72afd4.entry.js} +1 -1
- package/dist/mint-components/{p-819298a8.system.js → p-bef21e92.system.js} +1 -1
- package/dist/mint-components/p-bfcd61f9.entry.js +1 -0
- package/dist/mint-components/p-c34200f5.entry.js +159 -0
- package/dist/mint-components/{p-c0a8476e.system.entry.js → p-c4b55529.system.entry.js} +1 -1
- package/dist/mint-components/p-c564c4bf.entry.js +1 -0
- package/dist/mint-components/{p-7548e059.system.entry.js → p-c6c911a5.system.entry.js} +1 -1
- package/dist/mint-components/{p-d3cc0d60.system.js → p-c750d5c5.system.js} +1 -1
- package/dist/mint-components/{p-a6d4cffd.system.entry.js → p-c8c83a9e.system.entry.js} +1 -1
- package/dist/mint-components/{p-ba99d04e.system.entry.js → p-c922af25.system.entry.js} +1 -1
- package/dist/mint-components/p-c9afecee.system.entry.js +1 -0
- package/dist/mint-components/{p-f7fba9e4.system.entry.js → p-c9f239c4.system.entry.js} +1 -1
- package/dist/mint-components/{p-19042a54.system.entry.js → p-cdf31925.system.entry.js} +1 -1
- package/dist/mint-components/{p-f298a1bc.system.entry.js → p-ce86e36f.system.entry.js} +1 -1
- package/dist/mint-components/{p-c7d34b6a.system.entry.js → p-db3637b4.system.entry.js} +1 -1
- package/dist/mint-components/{p-48ec6605.system.js → p-dc7b06ef.system.js} +1 -1
- package/dist/mint-components/{p-e4e5168b.entry.js → p-e9a11c35.entry.js} +1 -1
- package/dist/mint-components/p-ea63fd6f.entry.js +1 -0
- package/dist/mint-components/p-ee461c80.js +1 -0
- package/dist/mint-components/{p-28d44352.js → p-f4008f63.js} +1 -1
- package/dist/mint-components/{p-047a840f.system.entry.js → p-f86ba72a.system.entry.js} +1 -1
- package/dist/mint-components/{p-97650e34.js → p-f97cf424.js} +1 -1
- package/dist/mint-components/{p-0ee797b8.system.js → p-fb7288a2.system.js} +1 -1
- package/dist/mint-components/p-fc789a00.js +1 -0
- package/dist/types/components/sqm-asset-card/sqm-asset-card.d.ts +2 -2
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +5 -12
- package/dist/types/components/sqm-brand/sqm-brand.d.ts +1 -1
- package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +0 -1
- package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +5 -6
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +2 -2
- package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +3 -3
- package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +7 -10
- package/dist/types/components/sqm-empty/sqm-empty.d.ts +0 -1
- package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +2 -8
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +8 -20
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +1 -5
- package/dist/types/components/sqm-hook-story-container/sqm-hook-story-container.d.ts +0 -3
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +7 -7
- package/dist/types/components/sqm-leaderboard-rank/sqm-leaderboard-rank.d.ts +4 -4
- package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +2 -2
- package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +2 -4
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +1 -1
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +1 -1
- package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +2 -5
- package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +6 -21
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +8 -20
- package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +3 -6
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +4 -4
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +4 -4
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +9 -25
- package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +1 -1
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +8 -18
- package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +1 -1
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +12 -20
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +10 -12
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +2 -2
- package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +0 -1
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +0 -2
- package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +0 -2
- package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +4 -7
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +0 -1
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +2 -7
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +6 -15
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +9 -17
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +1 -2
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +3 -8
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +0 -1
- package/dist/types/components/sqm-route/sqm-route.d.ts +1 -1
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +9 -24
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +2 -3
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +2 -3
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +1 -2
- package/dist/types/components/sqm-tab/sqm-tab.d.ts +0 -1
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +8 -34
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +1 -1
- package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +0 -2
- package/dist/types/components/sqm-timeline/sqm-timeline.d.ts +2 -4
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +2 -2
- package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +2 -3
- package/dist/types/components.d.ts +318 -478
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +4 -9
- package/dist/esm-es5/ShadowViewAddon-e2996624.js +0 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-51714c31.js +0 -1
- package/dist/esm-es5/use-callback-7e0bfd3b.js +0 -1
- package/dist/esm-es5/useReferralTable-5cac5b13.js +0 -1
- package/dist/mint-components/p-25ac7c14.system.entry.js +0 -1
- package/dist/mint-components/p-4a1f24ef.entry.js +0 -1
- package/dist/mint-components/p-4a2782fd.system.entry.js +0 -1
- package/dist/mint-components/p-4fe59c93.system.entry.js +0 -1
- package/dist/mint-components/p-5bef951d.system.entry.js +0 -1
- package/dist/mint-components/p-60b01103.js +0 -1
- package/dist/mint-components/p-71969ce5.system.entry.js +0 -1
- package/dist/mint-components/p-71ecbb3b.system.js +0 -1
- package/dist/mint-components/p-83e4168e.system.entry.js +0 -1
- package/dist/mint-components/p-91acec3d.entry.js +0 -159
- package/dist/mint-components/p-95bbe8a7.entry.js +0 -1
- package/dist/mint-components/p-982ad256.js +0 -1
- package/dist/mint-components/p-9eb6d960.entry.js +0 -1
- package/dist/mint-components/p-a57057c4.system.entry.js +0 -1
- package/dist/mint-components/p-ac6c93ee.entry.js +0 -1
- package/dist/mint-components/p-cc6d91bd.entry.js +0 -1
- package/dist/mint-components/p-cccba50e.entry.js +0 -1
- package/dist/mint-components/p-d7bc7e50.entry.js +0 -1
- package/dist/mint-components/p-d815567f.system.js +0 -1
- package/dist/mint-components/p-ef3f3523.entry.js +0 -1
- package/dist/mint-components/p-fd2852a7.entry.js +0 -1
- package/dist/mint-components/p-ff932bfa.entry.js +0 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +0 -1
|
@@ -6,25 +6,24 @@ import { CheckboxFieldViewProps } from "./sqm-checkbox-field-view";
|
|
|
6
6
|
export declare class CheckboxField {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* @uiName Checkbox
|
|
9
|
+
* @uiName Checkbox name attribute
|
|
10
10
|
*/
|
|
11
11
|
checkboxName: string;
|
|
12
12
|
/**
|
|
13
|
-
* @uiName Checkbox
|
|
13
|
+
* @uiName Checkbox label
|
|
14
14
|
*/
|
|
15
15
|
checkboxLabel: string;
|
|
16
16
|
/**
|
|
17
|
+
* @uiName Checkbox label link
|
|
17
18
|
* Used with link text if the checkbox label contains {labelLink}
|
|
18
|
-
*
|
|
19
|
-
* @uiName Checkbox Label Link
|
|
20
19
|
*/
|
|
21
20
|
checkboxLabelLink: string;
|
|
22
21
|
/**
|
|
23
|
-
* @uiName Checkbox
|
|
22
|
+
* @uiName Checkbox label link text
|
|
24
23
|
*/
|
|
25
24
|
checkboxLabelLinkText: string;
|
|
26
25
|
/**
|
|
27
|
-
* @uiName Unchecked
|
|
26
|
+
* @uiName Unchecked error message
|
|
28
27
|
*/
|
|
29
28
|
errorMessage: string;
|
|
30
29
|
/**
|
|
@@ -6,15 +6,15 @@ import { DropdownFieldViewProps } from "./sqm-dropdown-field-view";
|
|
|
6
6
|
export declare class DropdownField {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* @uiName Dropdown
|
|
9
|
+
* @uiName Dropdown name attribute
|
|
10
10
|
*/
|
|
11
11
|
dropdownName: string;
|
|
12
12
|
/**
|
|
13
|
-
* @uiName Dropdown
|
|
13
|
+
* @uiName Dropdown label
|
|
14
14
|
*/
|
|
15
15
|
dropdownLabel: string;
|
|
16
16
|
/**
|
|
17
|
-
* @uiName Unselected
|
|
17
|
+
* @uiName Unselected error message
|
|
18
18
|
*/
|
|
19
19
|
errorMessage: string;
|
|
20
20
|
/**
|
|
@@ -10,34 +10,31 @@ export declare class EditProfile {
|
|
|
10
10
|
*/
|
|
11
11
|
editprofileheader: string;
|
|
12
12
|
/**
|
|
13
|
-
* Enable editing button text
|
|
14
|
-
*
|
|
15
|
-
* @uiName Edit Profile Text
|
|
13
|
+
* @uiName Enable editing button text
|
|
16
14
|
*/
|
|
17
15
|
editprofiletext: string;
|
|
18
16
|
/**
|
|
19
|
-
* @uiName Cancel
|
|
17
|
+
* @uiName Cancel button text
|
|
20
18
|
*/
|
|
21
19
|
canceltext: string;
|
|
22
20
|
/**
|
|
23
|
-
* @uiName
|
|
21
|
+
* @uiName Update info button text
|
|
24
22
|
*/
|
|
25
23
|
updatetext: string;
|
|
26
24
|
/**
|
|
27
|
-
* @uiName First
|
|
25
|
+
* @uiName First name field label
|
|
28
26
|
*/
|
|
29
27
|
firstnametext: string;
|
|
30
28
|
/**
|
|
31
|
-
* @uiName Last
|
|
29
|
+
* @uiName Last name field label
|
|
32
30
|
*/
|
|
33
31
|
lastnametext: string;
|
|
34
32
|
/**
|
|
35
|
-
* @uiName Region
|
|
33
|
+
* @uiName Region field label
|
|
36
34
|
*/
|
|
37
35
|
currentregiontext: string;
|
|
38
36
|
/**
|
|
39
|
-
* Show or hide current region
|
|
40
|
-
* @uiName Show Region
|
|
37
|
+
* @uiName Show or hide current region
|
|
41
38
|
*/
|
|
42
39
|
showregion: boolean;
|
|
43
40
|
/**
|
|
@@ -3,15 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare class FormMessage {
|
|
5
5
|
ignored: boolean;
|
|
6
|
-
/**
|
|
7
|
-
* @uiName Alert Type
|
|
8
|
-
*/
|
|
6
|
+
/** @uiName Type of alert */
|
|
9
7
|
type: string;
|
|
10
|
-
/**
|
|
11
|
-
* Icon to use in alert
|
|
12
|
-
*
|
|
13
|
-
* @uiName Icon
|
|
14
|
-
*/
|
|
8
|
+
/** @uiName Icon to use in alert */
|
|
15
9
|
icon?: string;
|
|
16
10
|
constructor();
|
|
17
11
|
disconnectedCallback(): void;
|
|
@@ -4,31 +4,19 @@
|
|
|
4
4
|
* @uiName Hero Layout
|
|
5
5
|
*/
|
|
6
6
|
export declare class Hero {
|
|
7
|
-
/**
|
|
8
|
-
* Number of columns in the layout
|
|
9
|
-
*
|
|
10
|
-
* @uiName Columns
|
|
11
|
-
*/
|
|
7
|
+
/** @uiName Number of columns in the layout */
|
|
12
8
|
columns: 1 | 2;
|
|
13
9
|
/**
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
* Can either be an image url, colour or Shoelace variable.
|
|
11
|
+
*
|
|
12
|
+
* @uiName Background
|
|
13
|
+
*/
|
|
18
14
|
background?: string;
|
|
19
|
-
/** @uiName Padding
|
|
15
|
+
/** @uiName Padding size */
|
|
20
16
|
paddingSize: "none" | "small" | "medium" | "large";
|
|
21
|
-
/**
|
|
22
|
-
* Secondary background image or color (for use in the right column)
|
|
23
|
-
*
|
|
24
|
-
* @uiName Secondary Background
|
|
25
|
-
*/
|
|
17
|
+
/** @uiName Secondary background image or color (for use in right column)*/
|
|
26
18
|
secondaryBackground?: string;
|
|
27
|
-
/**
|
|
28
|
-
* Flexbox wrap direction, accepts wrap or wrap-reverse
|
|
29
|
-
*
|
|
30
|
-
* @uiName Wrap Direction
|
|
31
|
-
*/
|
|
19
|
+
/** @uiName Wrap direction */
|
|
32
20
|
wrapDirection: "wrap" | "wrap-reverse";
|
|
33
21
|
constructor();
|
|
34
22
|
disconnectedCallback(): void;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Spacing } from "../../global/mixins";
|
|
2
2
|
/**
|
|
3
3
|
* @uiName Hero Image
|
|
4
|
-
* @example Two Column Layout - <sqm-hero-image image-url="https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png" header="MyCompany Rewards" description="Refer a friend and earn up to $1200 in rewards" layout="columns" image-pos="right" background-color="#F9F9F9"></sqm-hero-image>
|
|
5
|
-
* @example Overlay - <sqm-hero-image image-url="https://res.cloudinary.com/saasquatch/image/upload/v1644000275/squatch-assets/yr6ER3R.png" header="MyCompany Rewards" description="Refer a friend and earn up to $1200 in rewards" layout="overlay" image-pos="center" background-color="#F9F9F9" button-link="https://www.example.com" button-new-tab button-text="Earn!" image-percentage="45" overlay-opacity=".5" padding-image="small" padding-text="xxxx-large"></sqm-hero-image>
|
|
6
4
|
*/
|
|
7
5
|
export declare class HeroImage {
|
|
8
6
|
/**
|
|
@@ -72,9 +70,7 @@ export declare class HeroImage {
|
|
|
72
70
|
*/
|
|
73
71
|
buttonLink?: string;
|
|
74
72
|
/**
|
|
75
|
-
* CTA Button
|
|
76
|
-
*
|
|
77
|
-
* @uiName Button New Tab
|
|
73
|
+
* @uiName CTA Button Link Open in New Tab
|
|
78
74
|
*/
|
|
79
75
|
buttonNewTab?: boolean;
|
|
80
76
|
/**
|
|
@@ -2,9 +2,6 @@ import { DemoData } from "../../global/demo";
|
|
|
2
2
|
import { LeaderboardViewProps } from "./sqm-leaderboard-view";
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Leaderboard
|
|
5
|
-
* @example Referral Converted Leaderboard - <sqm-leaderboard usersheading="Referrer" statsheading="Referrals" rankheading="Rank" rank-type="rowNumber" leaderboard-type="topConvertedReferrers" show-rank anonymous-user="Anonymous User"> <sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644000223/squatch-assets/empty_leaderboard2.png" empty-state-header="View your rank in the leaderboard" empty-state-text="Be the first to refer a friend and reach the top of the leaderboard" > </sqm-empty></sqm-leaderboard>
|
|
6
|
-
* @example Referral Started Leaderboard - <sqm-leaderboard usersheading="Referrer" statsheading="Referrals" rankheading="Rank" rank-type="rowNumber" leaderboard-type="topStartedReferrers" show-rank anonymous-user="Anonymous User"> <sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644000223/squatch-assets/empty_leaderboard2.png" empty-state-header="View your rank in the leaderboard" empty-state-text="Be the first to refer a friend and reach the top of the leaderboard" > </sqm-empty></sqm-leaderboard>
|
|
7
|
-
* @example Point Earners Leaderboard - <sqm-leaderboard usersheading="Users" statsheading="Points Earned" rankheading="Rank" rank-type="rowNumber" leaderboard-type="topPointEarners" show-rank anonymous-user="Anonymous User"> <sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644000223/squatch-assets/empty_leaderboard2.png" empty-state-header="View your rank in the leaderboard" empty-state-text="Be the first to earn points and reach the top of the leaderboard" ></sqm-empty></sqm-leaderboard>
|
|
8
5
|
*/
|
|
9
6
|
export declare class Leaderboard {
|
|
10
7
|
/**
|
|
@@ -27,7 +24,7 @@ export declare class Leaderboard {
|
|
|
27
24
|
*/
|
|
28
25
|
rankheading?: string;
|
|
29
26
|
/**
|
|
30
|
-
* @uiName Show
|
|
27
|
+
* @uiName Show Rank Column
|
|
31
28
|
*/
|
|
32
29
|
showRank: boolean;
|
|
33
30
|
/**
|
|
@@ -51,14 +48,17 @@ export declare class Leaderboard {
|
|
|
51
48
|
*/
|
|
52
49
|
leaderboardType: "topStartedReferrers" | "topConvertedReferrers" | "topPointEarners";
|
|
53
50
|
/**
|
|
54
|
-
*
|
|
55
|
-
*
|
|
51
|
+
* Text displayed for users without names in the leaderboard
|
|
52
|
+
*
|
|
53
|
+
* @uiName Anonymous User Name
|
|
56
54
|
*/
|
|
57
55
|
anonymousUser: string;
|
|
58
56
|
/**
|
|
57
|
+
* Only count leaderboard activity within a given interval
|
|
58
|
+
*
|
|
59
59
|
* @uiName Leaderboard Time Interval
|
|
60
60
|
* @uiWidget DateRange
|
|
61
|
-
* @
|
|
61
|
+
* @uiOptions {"allowPastDates":true, "months": 1}
|
|
62
62
|
*/
|
|
63
63
|
interval: string;
|
|
64
64
|
/**
|
|
@@ -5,7 +5,7 @@ import { DemoData } from "../../global/demo";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class LeaderboardRank {
|
|
7
7
|
/**
|
|
8
|
-
* @uiName Default
|
|
8
|
+
* @uiName Default rank
|
|
9
9
|
* @uiType string
|
|
10
10
|
* @uiEnum ["rowNumber", "rank", "denseRank"]
|
|
11
11
|
* @uiEnumNames ["Row Number", "Rank", "Dense Rank"]
|
|
@@ -16,7 +16,7 @@ export declare class LeaderboardRank {
|
|
|
16
16
|
*/
|
|
17
17
|
rankText: string;
|
|
18
18
|
/**
|
|
19
|
-
* @uiName Leaderboard
|
|
19
|
+
* @uiName Leaderboard type
|
|
20
20
|
* @uiType string
|
|
21
21
|
* @uiEnum ["topStartedReferrers", "topConvertedReferrers", "topPointEarners"]
|
|
22
22
|
* @uiEnumNames ["Top Started Referrers", "Top Converted Referrers", "Top Point Earners"]
|
|
@@ -27,9 +27,9 @@ export declare class LeaderboardRank {
|
|
|
27
27
|
*/
|
|
28
28
|
unrankedText: string;
|
|
29
29
|
/**
|
|
30
|
-
* @uiName Leaderboard
|
|
30
|
+
* @uiName Leaderboard time interval
|
|
31
31
|
* @uiWidget DateRange
|
|
32
|
-
* @
|
|
32
|
+
* @uiOptions {"allowPastDates":true, "months": 1}
|
|
33
33
|
*/
|
|
34
34
|
interval: string;
|
|
35
35
|
/**
|
|
@@ -6,11 +6,11 @@ import { NameFieldsViewProps } from "./sqm-name-fields-view";
|
|
|
6
6
|
export declare class NameFields {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* @uiName First
|
|
9
|
+
* @uiName First name field label
|
|
10
10
|
*/
|
|
11
11
|
firstNameLabel: string;
|
|
12
12
|
/**
|
|
13
|
-
* @uiName Last
|
|
13
|
+
* @uiName Last name field label
|
|
14
14
|
*/
|
|
15
15
|
lastNameLabel: string;
|
|
16
16
|
/**
|
|
@@ -6,13 +6,11 @@ import { DemoData } from "../../global/demo";
|
|
|
6
6
|
export declare class NavigationMenu {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* @uiName Include
|
|
9
|
+
* @uiName Include dropdown menu
|
|
10
10
|
*/
|
|
11
11
|
includeDropdown: boolean;
|
|
12
12
|
/**
|
|
13
|
-
* Label on the header menu
|
|
14
|
-
*
|
|
15
|
-
* @uiName Menu Label
|
|
13
|
+
* @uiName Label on the header menu
|
|
16
14
|
*/
|
|
17
15
|
menuLabel: string;
|
|
18
16
|
/**
|
|
@@ -14,14 +14,11 @@ export interface PasswordFieldViewDemoProps {
|
|
|
14
14
|
export declare class PortalPasswordField {
|
|
15
15
|
ignored: boolean;
|
|
16
16
|
/**
|
|
17
|
-
* Label for password field
|
|
18
|
-
*
|
|
19
|
-
* @uiName Password Label
|
|
17
|
+
* @uiName Label for password field
|
|
20
18
|
*/
|
|
21
19
|
fieldLabel: string;
|
|
22
20
|
/**
|
|
23
|
-
* Enable live password validation
|
|
24
|
-
* @uiName Enable Validation
|
|
21
|
+
* @uiName Enable live password validation
|
|
25
22
|
*/
|
|
26
23
|
enableValidation: boolean;
|
|
27
24
|
/**
|
|
@@ -1,37 +1,22 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @uiName Popup
|
|
2
|
+
* @uiName Popup container for widgets
|
|
3
3
|
*/
|
|
4
4
|
export declare class PopupContainer {
|
|
5
|
-
/**
|
|
6
|
-
* Show Powered By SaaSquatch link
|
|
7
|
-
*
|
|
8
|
-
* @uiName Show Powered By
|
|
9
|
-
*/
|
|
5
|
+
/** @uiName Show SaaSquatch Powered By messaging */
|
|
10
6
|
poweredBy: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* Display a close button on the popup
|
|
13
|
-
*
|
|
14
|
-
* @uiName Show Close Button
|
|
15
|
-
*/
|
|
7
|
+
/** @uiName Display a close button on the popup */
|
|
16
8
|
closeButton: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* Text inside the close button
|
|
19
|
-
*
|
|
20
|
-
* @uiName Close Button Text
|
|
21
|
-
*/
|
|
9
|
+
/** @uiName Text to be used as the close button */
|
|
22
10
|
closeButtonText: string;
|
|
23
11
|
/**
|
|
24
|
-
* Specify padding on the popup contents when in embedded mode
|
|
25
|
-
*
|
|
26
|
-
* @uiName Embed Padding
|
|
12
|
+
* @uiName Specify padding on the popup contents when in embedded mode
|
|
27
13
|
* @uiType string
|
|
28
14
|
* @uiEnum ["none", "small", "medium", "large"]
|
|
29
15
|
* @uiEnumNames ["None", "Small", "Medium", "Large"]
|
|
30
16
|
*/
|
|
31
17
|
embedPadding?: "none" | "small" | "medium" | "large";
|
|
32
18
|
/**
|
|
33
|
-
* Specify padding on the popup contents when in popup mode
|
|
34
|
-
* @uiName Popup Padding
|
|
19
|
+
* @uiName Specify padding on the popup contents when in popup mode
|
|
35
20
|
* @uiType string
|
|
36
21
|
* @uiEnum ["none", "small", "medium", "large"]
|
|
37
22
|
* @uiEnumNames ["None", "Small", "Medium", "Large"]
|
|
@@ -6,47 +6,35 @@ import { DemoData } from "../../global/demo";
|
|
|
6
6
|
export declare class PortalChangePassword {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* @uiName Change
|
|
9
|
+
* @uiName Change password modal header
|
|
10
10
|
*/
|
|
11
11
|
modalChangePasswordHeader: string;
|
|
12
12
|
/**
|
|
13
|
-
* Modal cancel button text
|
|
14
|
-
*
|
|
15
|
-
* @uiName Cancel Button Text
|
|
13
|
+
* @uiName Modal cancel password change button text
|
|
16
14
|
*/
|
|
17
15
|
cancelText: string;
|
|
18
16
|
/**
|
|
19
|
-
* Modal change password button text
|
|
20
|
-
*
|
|
21
|
-
* @uiName Change Password Button Text
|
|
17
|
+
* @uiName Modal change password button text
|
|
22
18
|
*/
|
|
23
19
|
changePasswordButtonText: string;
|
|
24
20
|
/**
|
|
25
|
-
* Password input field label
|
|
26
|
-
*
|
|
27
|
-
* @uiName Password Label
|
|
21
|
+
* @uiName Password input field label
|
|
28
22
|
*/
|
|
29
23
|
passwordFieldLabel: string;
|
|
30
24
|
/**
|
|
31
|
-
* Password confirmation input field label
|
|
32
|
-
*
|
|
33
|
-
* @uiName Confirm Password Label
|
|
25
|
+
* @uiName Password confirmation input field label
|
|
34
26
|
*/
|
|
35
27
|
confirmPasswordFieldLabel: string;
|
|
36
28
|
/**
|
|
37
|
-
* Successful password change message
|
|
38
|
-
*
|
|
39
|
-
* @uiName Successful Message
|
|
29
|
+
* @uiName Successful password change message
|
|
40
30
|
*/
|
|
41
31
|
successMessage: string;
|
|
42
32
|
/**
|
|
43
|
-
* Portal change password section header
|
|
44
|
-
*
|
|
45
|
-
* @uiName Change Password Header
|
|
33
|
+
* @uiName Portal change password section header
|
|
46
34
|
*/
|
|
47
35
|
portalChangePasswordHeader: string;
|
|
48
36
|
/**
|
|
49
|
-
* @uiName
|
|
37
|
+
* @uiName Portal change password button text
|
|
50
38
|
*/
|
|
51
39
|
portalChangePasswordButtonText: string;
|
|
52
40
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Spacing } from "../../global/mixins";
|
|
2
2
|
/**
|
|
3
3
|
* @uiName Portal Container
|
|
4
|
-
* @slots [{"name":"","title":"Widget Content"}]
|
|
5
4
|
*/
|
|
6
5
|
export declare class PortalContainer {
|
|
7
6
|
ignored: boolean;
|
|
@@ -26,7 +25,7 @@ export declare class PortalContainer {
|
|
|
26
25
|
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
27
26
|
*/
|
|
28
27
|
gap: Spacing;
|
|
29
|
-
/** @uiName Minimum
|
|
28
|
+
/** @uiName Minimum width */
|
|
30
29
|
minWidth?: string;
|
|
31
30
|
/**
|
|
32
31
|
* @uiName Display
|
|
@@ -36,9 +35,7 @@ export declare class PortalContainer {
|
|
|
36
35
|
*/
|
|
37
36
|
display: "grid" | "flex";
|
|
38
37
|
/**
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
* @uiName Justify Content
|
|
38
|
+
* @uiName Justify content
|
|
42
39
|
* @uiType string
|
|
43
40
|
* @uiEnum ["start", "center", "end", "space-between", "space-around", "space-evenly"]
|
|
44
41
|
* @uiEnumNames ["Start", "Center", "End", "Space Between", "Space Around", "Space Evenly"]
|
|
@@ -49,7 +46,7 @@ export declare class PortalContainer {
|
|
|
49
46
|
*/
|
|
50
47
|
maxWidth?: string;
|
|
51
48
|
/**
|
|
52
|
-
* @uiName Center
|
|
49
|
+
* @uiName Center content
|
|
53
50
|
*/
|
|
54
51
|
center?: boolean;
|
|
55
52
|
constructor();
|
package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts
CHANGED
|
@@ -8,19 +8,19 @@ export declare class PortalEmailVerification {
|
|
|
8
8
|
/**
|
|
9
9
|
* The page that users are redirected to from the verification email.
|
|
10
10
|
*
|
|
11
|
-
* @uiName Email
|
|
11
|
+
* @uiName Email redirection base path
|
|
12
12
|
*/
|
|
13
13
|
redirectPath: string;
|
|
14
14
|
/**
|
|
15
|
-
* @uiName Email
|
|
15
|
+
* @uiName Email verification header text
|
|
16
16
|
*/
|
|
17
17
|
emailVerificationHeader: string;
|
|
18
18
|
/**
|
|
19
|
-
* @uiName Re-send
|
|
19
|
+
* @uiName Re-send email button text
|
|
20
20
|
*/
|
|
21
21
|
resendEmailButtonText: string;
|
|
22
22
|
/**
|
|
23
|
-
* @uiName Email
|
|
23
|
+
* @uiName Email verification body text
|
|
24
24
|
*/
|
|
25
25
|
verifyMessage: string;
|
|
26
26
|
/**
|
|
@@ -8,19 +8,19 @@ export declare class PortalForgotPassword {
|
|
|
8
8
|
/**
|
|
9
9
|
* The page that users are redirected to from the password reset email.
|
|
10
10
|
*
|
|
11
|
-
* @uiName Email
|
|
11
|
+
* @uiName Email redirection base path
|
|
12
12
|
*/
|
|
13
13
|
redirectPath: string;
|
|
14
14
|
/**
|
|
15
|
-
* @uiName Email
|
|
15
|
+
* @uiName Email label
|
|
16
16
|
*/
|
|
17
17
|
emailLabel: string;
|
|
18
18
|
/**
|
|
19
|
-
* @uiName Password
|
|
19
|
+
* @uiName Password reset button text
|
|
20
20
|
*/
|
|
21
21
|
submitLabel: string;
|
|
22
22
|
/**
|
|
23
|
-
* @uiName
|
|
23
|
+
* @uiName Routing path to login page
|
|
24
24
|
*/
|
|
25
25
|
loginPath: string;
|
|
26
26
|
/**
|
|
@@ -6,55 +6,39 @@ import { PortalLoginViewProps } from "./sqm-portal-login-view";
|
|
|
6
6
|
export declare class PortalLogin {
|
|
7
7
|
ignored: boolean;
|
|
8
8
|
/**
|
|
9
|
-
* Page navigated to after sign-in
|
|
10
|
-
*
|
|
11
|
-
* @uiName Next Page Path
|
|
9
|
+
* @uiName Page navigated to after sign-in
|
|
12
10
|
*/
|
|
13
11
|
nextPage: string;
|
|
14
12
|
/**
|
|
15
|
-
* Label for email field
|
|
16
|
-
*
|
|
17
|
-
* @uiName Email Label
|
|
13
|
+
* @uiName Label for email field
|
|
18
14
|
*/
|
|
19
15
|
emailLabel: string;
|
|
20
16
|
/**
|
|
21
|
-
* Label for password field
|
|
22
|
-
*
|
|
23
|
-
* @uiName Password Label
|
|
17
|
+
* @uiName Label for password field
|
|
24
18
|
*/
|
|
25
19
|
passwordLabel: string;
|
|
26
20
|
/**
|
|
27
|
-
* Label for submit button
|
|
28
|
-
*
|
|
29
|
-
* @uiName Submit Button Text
|
|
21
|
+
* @uiName Label for submit button
|
|
30
22
|
*/
|
|
31
23
|
submitLabel: string;
|
|
32
24
|
/**
|
|
33
|
-
* Label for forgotten password button
|
|
34
|
-
*
|
|
35
|
-
* @uiName Forgot Password Text
|
|
25
|
+
* @uiName Label for forgotten password button
|
|
36
26
|
*/
|
|
37
27
|
forgotPasswordLabel: string;
|
|
38
28
|
/**
|
|
39
|
-
* Label for register button
|
|
40
|
-
*
|
|
41
|
-
* @uiName Register Button Text
|
|
29
|
+
* @uiName Label for register navigation button
|
|
42
30
|
*/
|
|
43
31
|
registerLabel: string;
|
|
44
32
|
/**
|
|
45
|
-
* @uiName Heading
|
|
33
|
+
* @uiName Heading label
|
|
46
34
|
*/
|
|
47
35
|
pageLabel: string;
|
|
48
36
|
/**
|
|
49
|
-
* Register
|
|
50
|
-
*
|
|
51
|
-
* @uiName Register Path
|
|
37
|
+
* @uiName Register button redirection path
|
|
52
38
|
*/
|
|
53
39
|
registerPath: string;
|
|
54
40
|
/**
|
|
55
|
-
* Forgot password redirect path
|
|
56
|
-
*
|
|
57
|
-
* @uiName Forgot Password Path
|
|
41
|
+
* @uiName Forgot password button redirect path
|
|
58
42
|
*/
|
|
59
43
|
forgotPasswordPath: string;
|
|
60
44
|
/**
|