@saasquatch/mint-components 1.4.0-0 → 1.5.0-10
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/CHANGELOG.md +24 -48
- package/dist/cjs/{ShadowViewAddon-e9bacad0.js → ShadowViewAddon-475e00d3.js} +1 -1
- package/dist/cjs/{global-0c01d88f.js → global-89f66e76.js} +282 -70
- package/dist/cjs/{index.module-2925fe3b.js → index.module-c0bf9df0.js} +3 -1
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/mint-components.cjs.js +3 -3
- package/dist/cjs/{re-render-b1ad512d.js → re-render-124b56ee.js} +1 -1
- package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
- package/dist/cjs/sqm-big-stat.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-divided-layout_26.cjs.entry.js → sqm-brand_38.cjs.entry.js} +4430 -740
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-leaderboard-rank-view-48245b30.js → sqm-leaderboard-rank-view-510f16d3.js} +2 -2
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +3 -3
- package/dist/cjs/sqm-leaderboard.cjs.entry.js +2 -2
- package/dist/cjs/sqm-name-fields.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-navigation-sidebar-item-view-1bad646a.js → sqm-navigation-sidebar-item-view-a2bdcf05.js} +1 -1
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +2 -2
- package/dist/cjs/sqm-popup-container.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-68b16f27.js → sqm-portal-email-verification-view-5093ac20.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +4 -11
- package/dist/cjs/{sqm-portal-footer-view-edeeebab.js → sqm-portal-footer-view-03408484.js} +1 -1
- package/dist/cjs/sqm-portal-footer.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +5 -17
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-profile-view-2b48529e.js → sqm-portal-profile-view-fa2db439.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +3 -3
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +1 -1
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +2 -10
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +3 -11
- package/dist/cjs/sqm-program-explainer-step-view-f8e1cd12.js +82 -0
- package/dist/cjs/sqm-program-explainer-step.cjs.entry.js +22 -0
- package/dist/cjs/sqm-program-explainer-view-512737f3.js +51 -0
- package/dist/cjs/sqm-program-explainer.cjs.entry.js +23 -0
- package/dist/cjs/sqm-referral-table-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table-date-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table-rewards-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table-status-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table-user-column.cjs.entry.js +2 -2
- package/dist/cjs/sqm-share-code.cjs.entry.js +20 -1
- package/dist/cjs/{useDemoBigStat-d7a60992.js → useDemoBigStat-5d71bbdf.js} +119 -22
- package/dist/collection/collection-manifest.json +17 -3
- package/dist/collection/{stories → components/sqm-asset-card}/AssetCard.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-big-stat}/BigStat.stories.js +10 -3
- package/dist/collection/{stories → components/sqm-big-stat}/UseBigStat.stories.js +7 -4
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +1 -21
- package/dist/collection/components/sqm-big-stat/useBigStat.js +117 -21
- package/dist/collection/components/sqm-big-stat/useDemoBigStat.js +1 -0
- package/dist/collection/components/sqm-brand/SqmBrand.stories.js +93 -0
- package/dist/collection/components/sqm-brand/sqm-brand.js +97 -0
- package/dist/collection/{stories → components/sqm-divided-layout}/DividedLayout.stories.js +4 -4
- package/dist/collection/{stories → components/sqm-edit-profile}/EditProfileForm.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-edit-profile}/UseEditProfile.stories.js +1 -1
- package/dist/collection/{stories → components/sqm-form-message}/FormMessage.stories.js +1 -1
- package/dist/collection/{stories → components/sqm-hero}/Hero.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-leaderboard}/Leaderboard.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-leaderboard}/UseLeaderboard.stories.js +3 -3
- package/dist/collection/{stories → components/sqm-leaderboard-rank}/LeaderboardRank.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-name-fields}/NameFields.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-navigation-sidebar}/NavigationSidebar.stories.js +3 -3
- package/dist/collection/{stories → components/sqm-navigation-sidebar-item}/SidebarItem.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-password-field}/PasswordField.stories.js +1 -1
- package/dist/collection/{stories → components/sqm-portal-change-password}/ChangePassword.stories.js +3 -3
- package/dist/collection/{stories → components/sqm-portal-email-verification}/PortalEmailVerification.stories.js +3 -3
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +0 -27
- package/dist/collection/components/sqm-portal-email-verification/usePortalEmailVerification.js +1 -2
- package/dist/collection/{stories → components/sqm-portal-footer}/PortalFooter.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-portal-forgot-password}/PortalForgotPassword.stories.js +3 -7
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +3 -55
- package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +2 -4
- package/dist/collection/{stories → components/sqm-portal-frame}/PortalFrame.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-portal-login}/PortalLogin.stories.js +2 -8
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +4 -59
- package/dist/collection/components/sqm-portal-login/usePortalLogin.js +2 -4
- package/dist/collection/{stories → components/sqm-portal-profile}/PortalProfile.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-portal-register}/PortalRegister.stories.js +2 -7
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +2 -55
- package/dist/collection/components/sqm-portal-register/usePortalRegister.js +0 -3
- package/dist/collection/{stories → components/sqm-portal-reset-password}/PortalResetPassword.stories.js +3 -3
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +1 -30
- package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +1 -1
- package/dist/collection/{stories → components/sqm-portal-verify-email}/PortalVerifyEmail.stories.js +3 -3
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +1 -30
- package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +2 -2
- package/dist/collection/components/sqm-program-explainer/ProgramExplainer.stories.js +51 -0
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer-view.js +47 -0
- package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +177 -0
- package/dist/collection/components/sqm-program-explainer-step/ProgramExplainerStep.stories.js +15 -0
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step-view.js +78 -0
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +123 -0
- package/dist/collection/{stories → components/sqm-program-menu}/ProgramMenu.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-referral-iframe}/ReferralIframe.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-referral-table}/ReferralTable.stories.js +3 -2
- package/dist/collection/{stories → components/sqm-referral-table}/ReferralTableCell.stories.js +2 -1
- package/dist/collection/{stories → components/sqm-referral-table}/ReferralTableRewardsCell.stories.js +2 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +1 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +1 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +1 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +1 -1
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +1 -1
- package/dist/collection/components/sqm-referral-table/useReferralTable.js +2 -2
- package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeList.stories.js +22 -0
- package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeListData.js +259 -0
- package/dist/collection/components/sqm-reward-exchange-list/SVGs.js +27 -0
- package/dist/collection/components/sqm-reward-exchange-list/UseRewardExchangeList.stories.js +143 -0
- package/dist/collection/components/sqm-reward-exchange-list/assets/Reward-icon.png +0 -0
- package/dist/collection/components/sqm-reward-exchange-list/assets/placeholder.png +0 -0
- package/dist/collection/components/sqm-reward-exchange-list/progressBar.js +64 -0
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +509 -0
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +490 -0
- package/dist/collection/components/sqm-reward-exchange-list/useRewardExchangeList.js +193 -0
- package/dist/collection/components/sqm-rewards-table/UseRewardsTable.stories.js +59 -0
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-date-cell.js +43 -0
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-rewards-cell.js +160 -0
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.js +81 -0
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +84 -0
- package/dist/collection/components/sqm-rewards-table/columns/RewardTableColumn.js +1 -0
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +130 -0
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +118 -0
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +145 -0
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +117 -0
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +222 -0
- package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +215 -0
- package/dist/collection/{stories → components/sqm-router}/Router.stories.js +1 -1
- package/dist/collection/{stories → components/sqm-share-button}/ShareButton.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-share-button}/UseShareButton.stories.js +2 -2
- package/dist/collection/components/sqm-share-code/useShareCode.js +20 -1
- package/dist/collection/{stories → components/sqm-share-link}/ShareLink.stories.js +2 -2
- package/dist/collection/{stories → components/sqm-share-link}/UseShareLink.stories.js +3 -3
- package/dist/collection/components/sqm-share-link/useShareLink.js +20 -1
- package/dist/collection/components/sqm-stencilbook/AutoColor.js +49 -0
- package/dist/collection/components/sqm-stencilbook/CucumberAddon.js +3 -1
- package/dist/collection/components/sqm-stencilbook/Matrix.js +66 -0
- package/dist/collection/components/sqm-stencilbook/Resizer.js +26 -0
- package/dist/collection/components/sqm-stencilbook/Themes.js +45 -0
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +93 -38
- package/dist/collection/components/sqm-task-card/SVGs.js +14 -0
- package/dist/collection/components/sqm-task-card/TaskCard.stories.js +424 -0
- package/dist/collection/components/sqm-task-card/UseTaskCard.stories.js +41 -0
- package/dist/collection/components/sqm-task-card/progress-bar/SVGs.js +8 -0
- package/dist/collection/components/sqm-task-card/progress-bar/progress-bar-view.js +370 -0
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +240 -0
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +443 -0
- package/dist/collection/{stories → components/sqm-user-name}/UserName.stories.js +3 -3
- package/dist/collection/components/sqm-user-name/sqm-user-name.js +1 -1
- package/dist/collection/fonts/GoogleFonts.js +12 -0
- package/dist/collection/global/styles.js +281 -69
- package/dist/collection/global/styles.ts +281 -69
- package/dist/collection/stories/NewPortal.stories.js +15 -15
- package/dist/collection/tables/GenericTableView.js +51 -0
- package/dist/collection/tables/TableSlots.js +30 -0
- package/dist/collection/{components/sqm-referral-table → tables}/re-render.js +0 -0
- package/dist/collection/{components/sqm-referral-table → tables}/sqm-table-cell.js +0 -0
- package/dist/collection/{components/sqm-referral-table → tables}/sqm-table-row.js +0 -0
- package/dist/collection/{components/sqm-referral-table → tables}/useChildElements.js +0 -0
- package/dist/esm/{ShadowViewAddon-5f66de48.js → ShadowViewAddon-558fabb7.js} +1 -1
- package/dist/esm/{global-0fcfbedf.js → global-e0e25c22.js} +282 -70
- package/dist/esm/{index.module-1e92a7a3.js → index.module-eb50a8d2.js} +2 -2
- package/dist/esm/loader.js +3 -3
- package/dist/esm/mint-components.js +3 -3
- package/dist/esm/{re-render-b8468637.js → re-render-6d5b856e.js} +1 -1
- package/dist/esm/sqm-asset-card.entry.js +1 -1
- package/dist/esm/sqm-big-stat.entry.js +2 -2
- package/dist/esm/{sqm-divided-layout_26.entry.js → sqm-brand_38.entry.js} +5427 -1749
- package/dist/esm/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm/{sqm-leaderboard-rank-view-fd7d7f42.js → sqm-leaderboard-rank-view-cd1e8962.js} +2 -2
- package/dist/esm/sqm-leaderboard-rank.entry.js +3 -3
- package/dist/esm/sqm-leaderboard.entry.js +2 -2
- package/dist/esm/sqm-name-fields.entry.js +1 -1
- package/dist/esm/{sqm-navigation-sidebar-item-view-a48bca9b.js → sqm-navigation-sidebar-item-view-2d8c368c.js} +1 -1
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
- package/dist/esm/sqm-popup-container.entry.js +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-6cc56c87.js → sqm-portal-email-verification-view-2af31979.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +4 -11
- package/dist/esm/{sqm-portal-footer-view-8a1128d5.js → sqm-portal-footer-view-60cd9ae5.js} +1 -1
- package/dist/esm/sqm-portal-footer.entry.js +3 -3
- package/dist/esm/sqm-portal-forgot-password.entry.js +5 -17
- package/dist/esm/sqm-portal-logout.entry.js +1 -1
- package/dist/esm/{sqm-portal-profile-view-4acf74a5.js → sqm-portal-profile-view-f1deea0f.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +3 -3
- package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
- package/dist/esm/sqm-portal-reset-password.entry.js +2 -10
- package/dist/esm/sqm-portal-verify-email.entry.js +3 -11
- package/dist/esm/sqm-program-explainer-step-view-987e4747.js +80 -0
- package/dist/esm/sqm-program-explainer-step.entry.js +18 -0
- package/dist/esm/sqm-program-explainer-view-c0cda03a.js +49 -0
- package/dist/esm/sqm-program-explainer.entry.js +19 -0
- package/dist/esm/sqm-referral-table-column.entry.js +2 -2
- package/dist/esm/sqm-referral-table-date-column.entry.js +2 -2
- package/dist/esm/sqm-referral-table-rewards-column.entry.js +2 -2
- package/dist/esm/sqm-referral-table-status-column.entry.js +2 -2
- package/dist/esm/sqm-referral-table-user-column.entry.js +2 -2
- package/dist/esm/sqm-share-code.entry.js +20 -1
- package/dist/esm/{useDemoBigStat-5557504e.js → useDemoBigStat-d227b2f9.js} +119 -22
- package/dist/esm-es5/{ShadowViewAddon-5f66de48.js → ShadowViewAddon-558fabb7.js} +1 -1
- package/dist/esm-es5/{global-0fcfbedf.js → global-e0e25c22.js} +2 -2
- package/dist/esm-es5/{index.module-1e92a7a3.js → index.module-eb50a8d2.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/{re-render-b8468637.js → re-render-6d5b856e.js} +1 -1
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat.entry.js +1 -1
- package/dist/esm-es5/sqm-brand_38.entry.js +1 -0
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
- package/dist/esm-es5/{sqm-leaderboard-rank-view-fd7d7f42.js → sqm-leaderboard-rank-view-cd1e8962.js} +1 -1
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-leaderboard.entry.js +1 -1
- package/dist/esm-es5/sqm-name-fields.entry.js +1 -1
- package/dist/esm-es5/{sqm-navigation-sidebar-item-view-a48bca9b.js → sqm-navigation-sidebar-item-view-2d8c368c.js} +1 -1
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-email-verification-view-6cc56c87.js → sqm-portal-email-verification-view-2af31979.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-footer-view-8a1128d5.js → sqm-portal-footer-view-60cd9ae5.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-4acf74a5.js → sqm-portal-profile-view-f1deea0f.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-program-explainer-step-view-987e4747.js +1 -0
- package/dist/esm-es5/sqm-program-explainer-step.entry.js +1 -0
- package/dist/esm-es5/sqm-program-explainer-view-c0cda03a.js +1 -0
- package/dist/esm-es5/sqm-program-explainer.entry.js +1 -0
- package/dist/esm-es5/sqm-referral-table-column.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table-date-column.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table-rewards-column.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table-status-column.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table-user-column.entry.js +1 -1
- package/dist/esm-es5/sqm-share-code.entry.js +1 -1
- package/dist/esm-es5/useDemoBigStat-d227b2f9.js +1 -0
- package/dist/mint-components/assets/Reward-icon.png +0 -0
- package/dist/mint-components/assets/placeholder.png +0 -0
- package/dist/mint-components/global/styles.ts +281 -69
- package/dist/mint-components/mint-components.css +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-3452bdae.system.js → p-02dc36a4.system.js} +1 -1
- package/dist/mint-components/{p-3e3dad7a.system.js → p-03e93c82.system.js} +1 -1
- package/dist/mint-components/p-0d8b2757.system.entry.js +1 -0
- package/dist/mint-components/{p-18aa175f.system.js → p-0e8ae7e3.system.js} +2 -2
- package/dist/mint-components/{p-965e34ab.entry.js → p-1705e549.entry.js} +1 -1
- package/dist/mint-components/{p-51cfdd14.js → p-1f95b411.js} +1 -1
- package/dist/mint-components/{p-9ff0425e.system.entry.js → p-2027edc0.system.entry.js} +1 -1
- package/dist/mint-components/p-20c95798.entry.js +1 -0
- package/dist/mint-components/{p-e50839df.entry.js → p-21b4044a.entry.js} +1 -1
- package/dist/mint-components/{p-d513229d.js → p-221bd06e.js} +1 -1
- package/dist/mint-components/p-22e6aad3.entry.js +1 -0
- package/dist/mint-components/p-2338162a.entry.js +1 -0
- package/dist/mint-components/{p-9ff118a2.system.entry.js → p-24fa8920.system.entry.js} +1 -1
- package/dist/mint-components/p-29ee7d11.system.entry.js +1 -0
- package/dist/mint-components/p-2b2579e3.js +1 -0
- package/dist/mint-components/{p-64759dda.system.js → p-2e63dcfd.system.js} +1 -1
- package/dist/mint-components/p-2eadaa18.entry.js +1 -0
- package/dist/mint-components/p-2f46c8b1.entry.js +372 -0
- package/dist/mint-components/{p-743882c6.entry.js → p-3143cce4.entry.js} +1 -1
- package/dist/mint-components/{p-4b6c316d.entry.js → p-34112d74.entry.js} +1 -1
- package/dist/mint-components/p-40e83a85.system.js +1 -0
- package/dist/mint-components/{p-337a3d6b.system.entry.js → p-46493de5.system.entry.js} +1 -1
- package/dist/mint-components/p-4658d225.system.entry.js +1 -0
- package/dist/mint-components/{p-7d996b49.js → p-4b719313.js} +1 -1
- package/dist/mint-components/{p-6cb81b77.entry.js → p-53e51b3f.entry.js} +1 -1
- package/dist/mint-components/p-5684a18d.system.entry.js +1 -0
- package/dist/mint-components/p-5939212e.system.entry.js +1 -0
- package/dist/mint-components/{p-af2d886e.js → p-5d925bb6.js} +1 -1
- package/dist/mint-components/{p-27e23808.system.js → p-5e4e7f01.system.js} +1 -1
- package/dist/mint-components/{p-af1f8bd3.js → p-61acba7a.js} +1 -1
- package/dist/mint-components/{p-13605359.entry.js → p-65c79eec.entry.js} +1 -1
- package/dist/mint-components/{p-d55abc13.entry.js → p-759d3800.entry.js} +2 -2
- package/dist/mint-components/p-760762d3.entry.js +13 -0
- package/dist/mint-components/p-7cdbe82a.entry.js +1 -0
- package/dist/mint-components/{p-9a3a0db5.system.entry.js → p-7ff22998.system.entry.js} +1 -1
- package/dist/mint-components/p-85efd952.entry.js +1 -0
- package/dist/mint-components/p-86255b95.entry.js +1 -0
- package/dist/mint-components/{p-b3880833.system.entry.js → p-88fdfd94.system.entry.js} +1 -1
- package/dist/mint-components/p-8c77a66a.system.js +1 -0
- package/dist/mint-components/{p-d0cad85c.js → p-8fd8682c.js} +2 -2
- package/dist/mint-components/p-900d4192.system.js +1 -0
- package/dist/mint-components/{p-70ca623f.system.entry.js → p-97b946c2.system.entry.js} +1 -1
- package/dist/mint-components/{p-5fcd8687.entry.js → p-9be0cb19.entry.js} +1 -1
- package/dist/mint-components/{p-6156a7ac.system.entry.js → p-a0a26fc5.system.entry.js} +1 -1
- package/dist/mint-components/{p-8bfebd45.system.entry.js → p-a355eeaf.system.entry.js} +1 -1
- package/dist/mint-components/p-a731e752.js +1 -0
- package/dist/mint-components/{p-036c5a7e.system.entry.js → p-a8246a50.system.entry.js} +1 -1
- package/dist/mint-components/{p-c47b83c3.entry.js → p-a831de18.entry.js} +1 -1
- package/dist/mint-components/{p-6ad110d3.js → p-a833dbb3.js} +1 -1
- package/dist/mint-components/p-a88a08bb.system.js +1 -0
- package/dist/mint-components/p-a9a6f205.entry.js +1 -0
- package/dist/mint-components/{p-624c5352.system.entry.js → p-aee83885.system.entry.js} +1 -1
- package/dist/mint-components/p-b86cbac3.system.entry.js +1 -0
- package/dist/mint-components/{p-602180a2.system.js → p-be3a0cc4.system.js} +1 -1
- package/dist/mint-components/{p-05a2640d.entry.js → p-c0f9d0b1.entry.js} +1 -1
- package/dist/mint-components/p-c65cfc9d.system.js +1 -0
- package/dist/mint-components/p-c6e6c96c.system.entry.js +1 -0
- package/dist/mint-components/{p-991bd182.system.entry.js → p-ca40dbaa.system.entry.js} +1 -1
- package/dist/mint-components/p-cc189fc4.system.js +1 -0
- package/dist/mint-components/{p-cffc23c0.entry.js → p-cc652a53.entry.js} +1 -1
- package/dist/mint-components/p-d19d6012.js +235 -0
- package/dist/mint-components/p-d3c7dbfc.entry.js +1 -0
- package/dist/mint-components/{p-3772bae2.system.entry.js → p-d4a1bce9.system.entry.js} +1 -1
- package/dist/mint-components/p-d653e004.system.entry.js +1 -0
- package/dist/mint-components/{p-ced568fc.system.entry.js → p-d68f6b64.system.entry.js} +1 -1
- package/dist/mint-components/p-e36ff7fa.entry.js +1 -0
- package/dist/mint-components/{p-05a86906.entry.js → p-e608f340.entry.js} +1 -1
- package/dist/mint-components/{p-4068e47c.system.entry.js → p-e7cb4274.system.entry.js} +1 -1
- package/dist/mint-components/p-ef7f70f2.system.entry.js +1 -0
- package/dist/mint-components/{p-f16bae7a.system.entry.js → p-f20d9204.system.entry.js} +1 -1
- package/dist/mint-components/{p-c84a5b33.js → p-f7f87338.js} +1 -1
- package/dist/mint-components/{p-55210498.system.js → p-f9ada3d7.system.js} +1 -1
- package/dist/mint-components/{p-eddcf481.js → p-faf66fdb.js} +1 -1
- package/dist/mint-components/{p-6305419f.entry.js → p-fcd03042.entry.js} +1 -1
- package/dist/mint-components/{p-09afaaac.system.entry.js → p-fd281e6b.system.entry.js} +1 -1
- package/dist/types/{stories → components/sqm-asset-card}/AssetCard.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-big-stat}/BigStat.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-big-stat}/UseBigStat.stories.d.ts +6 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat-view.d.ts +1 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +0 -6
- package/dist/types/components/sqm-big-stat/useBigStat.d.ts +4 -1
- package/dist/types/components/sqm-brand/SqmBrand.stories.d.ts +7 -0
- package/dist/types/components/sqm-brand/sqm-brand.d.ts +23 -0
- package/dist/types/{stories → components/sqm-divided-layout}/DividedLayout.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-edit-profile}/EditProfileForm.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-edit-profile}/UseEditProfile.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-form-message}/FormMessage.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-hero}/Hero.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-leaderboard}/Leaderboard.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-leaderboard}/UseLeaderboard.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-leaderboard-rank}/LeaderboardRank.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-name-fields}/NameFields.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-navigation-sidebar}/NavigationSidebar.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-navigation-sidebar-item}/SidebarItem.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-password-field}/PasswordField.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-change-password}/ChangePassword.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-email-verification}/PortalEmailVerification.stories.d.ts +0 -0
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +0 -6
- package/dist/types/{stories → components/sqm-portal-footer}/PortalFooter.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-forgot-password}/PortalForgotPassword.stories.d.ts +0 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +0 -1
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +0 -10
- package/dist/types/components/sqm-portal-forgot-password/usePortalForgotPassword.d.ts +1 -3
- package/dist/types/{stories → components/sqm-portal-frame}/PortalFrame.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-login}/PortalLogin.stories.d.ts +0 -0
- package/dist/types/components/sqm-portal-login/sqm-portal-login-view.d.ts +0 -2
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +0 -8
- package/dist/types/components/sqm-portal-login/usePortalLogin.d.ts +3 -3
- package/dist/types/{stories → components/sqm-portal-profile}/PortalProfile.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-portal-register}/PortalRegister.stories.d.ts +0 -0
- package/dist/types/components/sqm-portal-register/sqm-portal-register-view.d.ts +0 -1
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +0 -10
- package/dist/types/components/sqm-portal-register/usePortalRegister.d.ts +0 -1
- package/dist/types/{stories → components/sqm-portal-reset-password}/PortalResetPassword.stories.d.ts +0 -0
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +0 -8
- package/dist/types/{stories → components/sqm-portal-verify-email}/PortalVerifyEmail.stories.d.ts +0 -0
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +0 -8
- package/dist/types/components/sqm-portal-verify-email/usePortalVerifyEmail.d.ts +1 -2
- package/dist/types/components/sqm-program-explainer/ProgramExplainer.stories.d.ts +7 -0
- package/dist/types/components/sqm-program-explainer/sqm-program-explainer-view.d.ts +11 -0
- package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +41 -0
- package/dist/types/components/sqm-program-explainer-step/ProgramExplainerStep.stories.d.ts +5 -0
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step-view.d.ts +8 -0
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +29 -0
- package/dist/types/{stories → components/sqm-program-menu}/ProgramMenu.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-referral-iframe}/ReferralIframe.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-referral-table}/ReferralTable.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-referral-table}/ReferralTableCell.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-referral-table}/ReferralTableRewardsCell.stories.d.ts +0 -0
- package/dist/types/components/sqm-reward-exchange-list/RewardExchangeList.stories.d.ts +15 -0
- package/dist/types/components/sqm-reward-exchange-list/RewardExchangeListData.d.ts +451 -0
- package/dist/types/components/sqm-reward-exchange-list/SVGs.d.ts +5 -0
- package/dist/types/components/sqm-reward-exchange-list/UseRewardExchangeList.stories.d.ts +28 -0
- package/dist/types/components/sqm-reward-exchange-list/progressBar.d.ts +4 -0
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.d.ts +28 -0
- package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +77 -0
- package/dist/types/components/sqm-reward-exchange-list/useRewardExchangeList.d.ts +60 -0
- package/dist/types/components/sqm-rewards-table/UseRewardsTable.stories.d.ts +16 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-date-cell.d.ts +7 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-rewards-cell.d.ts +5 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-source-cell.d.ts +4 -0
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +6 -0
- package/dist/types/components/sqm-rewards-table/columns/RewardTableColumn.d.ts +5 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +25 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +19 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +23 -0
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +19 -0
- package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +32 -0
- package/dist/types/components/sqm-rewards-table/useRewardsTable.d.ts +5 -0
- package/dist/types/{stories → components/sqm-router}/Router.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-share-button}/ShareButton.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-share-button}/UseShareButton.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-share-link}/ShareLink.stories.d.ts +0 -0
- package/dist/types/{stories → components/sqm-share-link}/UseShareLink.stories.d.ts +0 -0
- package/dist/types/components/sqm-stencilbook/AutoColor.d.ts +8 -0
- package/dist/types/components/sqm-stencilbook/Matrix.d.ts +11 -0
- package/dist/types/components/sqm-stencilbook/Resizer.d.ts +3 -0
- package/dist/types/components/sqm-stencilbook/Themes.d.ts +17 -0
- package/dist/types/components/sqm-task-card/SVGs.d.ts +3 -0
- package/dist/types/components/sqm-task-card/TaskCard.stories.d.ts +20 -0
- package/dist/types/components/sqm-task-card/UseTaskCard.stories.d.ts +10 -0
- package/dist/types/components/sqm-task-card/progress-bar/SVGs.d.ts +1 -0
- package/dist/types/components/sqm-task-card/progress-bar/progress-bar-view.d.ts +12 -0
- package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +18 -0
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +80 -0
- package/dist/types/components/sqm-user-name/UserName.stories.d.ts +6 -0
- package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +1 -1
- package/dist/types/components.d.ts +736 -96
- package/dist/types/fonts/GoogleFonts.d.ts +9 -0
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +1 -0
- package/dist/types/global/styles.d.ts +1 -1
- package/dist/types/saasquatch.d.ts +34 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/dist/types/tables/GenericTableView.d.ts +29 -0
- package/dist/types/tables/TableSlots.d.ts +9 -0
- package/dist/types/{components/sqm-referral-table → tables}/re-render.d.ts +0 -0
- package/dist/types/{components/sqm-referral-table → tables}/sqm-table-cell.d.ts +0 -0
- package/dist/types/{components/sqm-referral-table → tables}/sqm-table-row.d.ts +0 -0
- package/dist/types/{components/sqm-referral-table → tables}/useChildElements.d.ts +0 -0
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -1
- package/dist/esm-es5/sqm-divided-layout_26.entry.js +0 -1
- package/dist/esm-es5/useDemoBigStat-5557504e.js +0 -1
- package/dist/mint-components/p-10a98629.entry.js +0 -1
- package/dist/mint-components/p-112d42ab.system.entry.js +0 -1
- package/dist/mint-components/p-192539d2.entry.js +0 -1
- package/dist/mint-components/p-2f333f89.system.entry.js +0 -1
- package/dist/mint-components/p-528aecd1.entry.js +0 -1
- package/dist/mint-components/p-54707082.system.js +0 -1
- package/dist/mint-components/p-606506d6.system.entry.js +0 -1
- package/dist/mint-components/p-6815e7ba.entry.js +0 -1
- package/dist/mint-components/p-756a5e6f.system.js +0 -1
- package/dist/mint-components/p-768b9014.system.entry.js +0 -1
- package/dist/mint-components/p-7cf335a0.entry.js +0 -1
- package/dist/mint-components/p-86b66e5c.entry.js +0 -1
- package/dist/mint-components/p-86c02069.system.entry.js +0 -1
- package/dist/mint-components/p-942723ad.entry.js +0 -1
- package/dist/mint-components/p-a646db48.system.entry.js +0 -1
- package/dist/mint-components/p-b3cddcca.entry.js +0 -1
- package/dist/mint-components/p-b63744fe.js +0 -227
- package/dist/mint-components/p-c5c029b8.system.js +0 -1
- package/dist/mint-components/p-d1cea1b1.system.js +0 -1
- package/dist/mint-components/p-d3171b36.system.entry.js +0 -1
- package/dist/mint-components/p-de3311bf.entry.js +0 -9
- package/dist/mint-components/p-ef29e060.entry.js +0 -230
- package/dist/types/stories/UserName.stories.d.ts +0 -6
|
@@ -0,0 +1,451 @@
|
|
|
1
|
+
export declare const rewardExchange: {
|
|
2
|
+
states: {
|
|
3
|
+
content: {
|
|
4
|
+
text: {
|
|
5
|
+
continueText: string;
|
|
6
|
+
cancelText: string;
|
|
7
|
+
continueToConfirmationText: string;
|
|
8
|
+
backText: string;
|
|
9
|
+
redeemText: string;
|
|
10
|
+
doneText: string;
|
|
11
|
+
chooseRewardTitle: string;
|
|
12
|
+
chooseAmountTitle: string;
|
|
13
|
+
confirmationTitle: string;
|
|
14
|
+
redeemTitle: string;
|
|
15
|
+
rewardRedeemedText: string;
|
|
16
|
+
queryError: string;
|
|
17
|
+
notAvailableError: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
redeemStage: string;
|
|
21
|
+
amount: number;
|
|
22
|
+
exchangeError: boolean;
|
|
23
|
+
loading: boolean;
|
|
24
|
+
selectedItem: any;
|
|
25
|
+
selectedStep: any;
|
|
26
|
+
open: boolean;
|
|
27
|
+
};
|
|
28
|
+
data: {
|
|
29
|
+
exchangeList: any;
|
|
30
|
+
fuelTankCode: any;
|
|
31
|
+
};
|
|
32
|
+
callbacks: {
|
|
33
|
+
exchangeReward: any;
|
|
34
|
+
resetState: any;
|
|
35
|
+
setStage: any;
|
|
36
|
+
setExchangeState: any;
|
|
37
|
+
copyFuelTankCode: any;
|
|
38
|
+
refs: any;
|
|
39
|
+
};
|
|
40
|
+
refs: any;
|
|
41
|
+
};
|
|
42
|
+
export declare const rewardExchangeSelected: {
|
|
43
|
+
states: {
|
|
44
|
+
content: {
|
|
45
|
+
text: {
|
|
46
|
+
continueText: string;
|
|
47
|
+
cancelText: string;
|
|
48
|
+
continueToConfirmationText: string;
|
|
49
|
+
backText: string;
|
|
50
|
+
redeemText: string;
|
|
51
|
+
doneText: string;
|
|
52
|
+
chooseRewardTitle: string;
|
|
53
|
+
chooseAmountTitle: string;
|
|
54
|
+
confirmationTitle: string;
|
|
55
|
+
redeemTitle: string;
|
|
56
|
+
rewardRedeemedText: string;
|
|
57
|
+
queryError: string;
|
|
58
|
+
notAvailableError: string;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
redeemStage: string;
|
|
62
|
+
amount: number;
|
|
63
|
+
exchangeError: boolean;
|
|
64
|
+
loading: boolean;
|
|
65
|
+
selectedItem: any;
|
|
66
|
+
selectedStep: any;
|
|
67
|
+
open: boolean;
|
|
68
|
+
};
|
|
69
|
+
data: {
|
|
70
|
+
exchangeList: any;
|
|
71
|
+
fuelTankCode: any;
|
|
72
|
+
};
|
|
73
|
+
callbacks: {
|
|
74
|
+
exchangeReward: any;
|
|
75
|
+
resetState: any;
|
|
76
|
+
setStage: any;
|
|
77
|
+
setExchangeState: any;
|
|
78
|
+
copyFuelTankCode: any;
|
|
79
|
+
refs: any;
|
|
80
|
+
};
|
|
81
|
+
refs: any;
|
|
82
|
+
};
|
|
83
|
+
export declare const chooseAmountVariable: {
|
|
84
|
+
states: {
|
|
85
|
+
content: {
|
|
86
|
+
text: {
|
|
87
|
+
continueText: string;
|
|
88
|
+
cancelText: string;
|
|
89
|
+
continueToConfirmationText: string;
|
|
90
|
+
backText: string;
|
|
91
|
+
redeemText: string;
|
|
92
|
+
doneText: string;
|
|
93
|
+
chooseRewardTitle: string;
|
|
94
|
+
chooseAmountTitle: string;
|
|
95
|
+
confirmationTitle: string;
|
|
96
|
+
redeemTitle: string;
|
|
97
|
+
rewardRedeemedText: string;
|
|
98
|
+
queryError: string;
|
|
99
|
+
notAvailableError: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
redeemStage: string;
|
|
103
|
+
amount: number;
|
|
104
|
+
exchangeError: boolean;
|
|
105
|
+
loading: boolean;
|
|
106
|
+
selectedItem: any;
|
|
107
|
+
selectedStep: any;
|
|
108
|
+
open: boolean;
|
|
109
|
+
};
|
|
110
|
+
data: {
|
|
111
|
+
exchangeList: any;
|
|
112
|
+
fuelTankCode: any;
|
|
113
|
+
};
|
|
114
|
+
callbacks: {
|
|
115
|
+
exchangeReward: any;
|
|
116
|
+
resetState: any;
|
|
117
|
+
setStage: any;
|
|
118
|
+
setExchangeState: any;
|
|
119
|
+
copyFuelTankCode: any;
|
|
120
|
+
refs: any;
|
|
121
|
+
};
|
|
122
|
+
refs: any;
|
|
123
|
+
};
|
|
124
|
+
export declare const chooseAmountFixed: {
|
|
125
|
+
states: {
|
|
126
|
+
content: {
|
|
127
|
+
text: {
|
|
128
|
+
continueText: string;
|
|
129
|
+
cancelText: string;
|
|
130
|
+
continueToConfirmationText: string;
|
|
131
|
+
backText: string;
|
|
132
|
+
redeemText: string;
|
|
133
|
+
doneText: string;
|
|
134
|
+
chooseRewardTitle: string;
|
|
135
|
+
chooseAmountTitle: string;
|
|
136
|
+
confirmationTitle: string;
|
|
137
|
+
redeemTitle: string;
|
|
138
|
+
rewardRedeemedText: string;
|
|
139
|
+
queryError: string;
|
|
140
|
+
notAvailableError: string;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
redeemStage: string;
|
|
144
|
+
amount: number;
|
|
145
|
+
exchangeError: boolean;
|
|
146
|
+
loading: boolean;
|
|
147
|
+
selectedItem: any;
|
|
148
|
+
selectedStep: any;
|
|
149
|
+
open: boolean;
|
|
150
|
+
};
|
|
151
|
+
data: {
|
|
152
|
+
exchangeList: any;
|
|
153
|
+
fuelTankCode: any;
|
|
154
|
+
};
|
|
155
|
+
callbacks: {
|
|
156
|
+
exchangeReward: any;
|
|
157
|
+
resetState: any;
|
|
158
|
+
setStage: any;
|
|
159
|
+
setExchangeState: any;
|
|
160
|
+
copyFuelTankCode: any;
|
|
161
|
+
refs: any;
|
|
162
|
+
};
|
|
163
|
+
refs: any;
|
|
164
|
+
};
|
|
165
|
+
export declare const confirmFixed: {
|
|
166
|
+
states: {
|
|
167
|
+
content: {
|
|
168
|
+
text: {
|
|
169
|
+
continueText: string;
|
|
170
|
+
cancelText: string;
|
|
171
|
+
continueToConfirmationText: string;
|
|
172
|
+
backText: string;
|
|
173
|
+
redeemText: string;
|
|
174
|
+
doneText: string;
|
|
175
|
+
chooseRewardTitle: string;
|
|
176
|
+
chooseAmountTitle: string;
|
|
177
|
+
confirmationTitle: string;
|
|
178
|
+
redeemTitle: string;
|
|
179
|
+
rewardRedeemedText: string;
|
|
180
|
+
queryError: string;
|
|
181
|
+
notAvailableError: string;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
redeemStage: string;
|
|
185
|
+
amount: number;
|
|
186
|
+
exchangeError: boolean;
|
|
187
|
+
loading: boolean;
|
|
188
|
+
selectedItem: any;
|
|
189
|
+
selectedStep: any;
|
|
190
|
+
open: boolean;
|
|
191
|
+
};
|
|
192
|
+
data: {
|
|
193
|
+
exchangeList: any;
|
|
194
|
+
fuelTankCode: any;
|
|
195
|
+
};
|
|
196
|
+
callbacks: {
|
|
197
|
+
exchangeReward: any;
|
|
198
|
+
resetState: any;
|
|
199
|
+
setStage: any;
|
|
200
|
+
setExchangeState: any;
|
|
201
|
+
copyFuelTankCode: any;
|
|
202
|
+
refs: any;
|
|
203
|
+
};
|
|
204
|
+
refs: any;
|
|
205
|
+
};
|
|
206
|
+
export declare const confirmVariable: {
|
|
207
|
+
states: {
|
|
208
|
+
content: {
|
|
209
|
+
text: {
|
|
210
|
+
continueText: string;
|
|
211
|
+
cancelText: string;
|
|
212
|
+
continueToConfirmationText: string;
|
|
213
|
+
backText: string;
|
|
214
|
+
redeemText: string;
|
|
215
|
+
doneText: string;
|
|
216
|
+
chooseRewardTitle: string;
|
|
217
|
+
chooseAmountTitle: string;
|
|
218
|
+
confirmationTitle: string;
|
|
219
|
+
redeemTitle: string;
|
|
220
|
+
rewardRedeemedText: string;
|
|
221
|
+
queryError: string;
|
|
222
|
+
notAvailableError: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
redeemStage: string;
|
|
226
|
+
amount: number;
|
|
227
|
+
exchangeError: boolean;
|
|
228
|
+
loading: boolean;
|
|
229
|
+
selectedItem: any;
|
|
230
|
+
selectedStep: any;
|
|
231
|
+
open: boolean;
|
|
232
|
+
};
|
|
233
|
+
data: {
|
|
234
|
+
exchangeList: any;
|
|
235
|
+
fuelTankCode: any;
|
|
236
|
+
};
|
|
237
|
+
callbacks: {
|
|
238
|
+
exchangeReward: any;
|
|
239
|
+
resetState: any;
|
|
240
|
+
setStage: any;
|
|
241
|
+
setExchangeState: any;
|
|
242
|
+
copyFuelTankCode: any;
|
|
243
|
+
refs: any;
|
|
244
|
+
};
|
|
245
|
+
refs: any;
|
|
246
|
+
};
|
|
247
|
+
export declare const error: {
|
|
248
|
+
states: {
|
|
249
|
+
content: {
|
|
250
|
+
text: {
|
|
251
|
+
continueText: string;
|
|
252
|
+
cancelText: string;
|
|
253
|
+
continueToConfirmationText: string;
|
|
254
|
+
backText: string;
|
|
255
|
+
redeemText: string;
|
|
256
|
+
doneText: string;
|
|
257
|
+
chooseRewardTitle: string;
|
|
258
|
+
chooseAmountTitle: string;
|
|
259
|
+
confirmationTitle: string;
|
|
260
|
+
redeemTitle: string;
|
|
261
|
+
rewardRedeemedText: string;
|
|
262
|
+
queryError: string;
|
|
263
|
+
notAvailableError: string;
|
|
264
|
+
};
|
|
265
|
+
};
|
|
266
|
+
redeemStage: string;
|
|
267
|
+
amount: number;
|
|
268
|
+
exchangeError: boolean;
|
|
269
|
+
loading: boolean;
|
|
270
|
+
selectedItem: any;
|
|
271
|
+
selectedStep: any;
|
|
272
|
+
open: boolean;
|
|
273
|
+
};
|
|
274
|
+
data: {
|
|
275
|
+
exchangeList: any;
|
|
276
|
+
fuelTankCode: any;
|
|
277
|
+
};
|
|
278
|
+
callbacks: {
|
|
279
|
+
exchangeReward: any;
|
|
280
|
+
resetState: any;
|
|
281
|
+
setStage: any;
|
|
282
|
+
setExchangeState: any;
|
|
283
|
+
copyFuelTankCode: any;
|
|
284
|
+
refs: any;
|
|
285
|
+
};
|
|
286
|
+
refs: any;
|
|
287
|
+
};
|
|
288
|
+
export declare const success: {
|
|
289
|
+
states: {
|
|
290
|
+
content: {
|
|
291
|
+
text: {
|
|
292
|
+
continueText: string;
|
|
293
|
+
cancelText: string;
|
|
294
|
+
continueToConfirmationText: string;
|
|
295
|
+
backText: string;
|
|
296
|
+
redeemText: string;
|
|
297
|
+
doneText: string;
|
|
298
|
+
chooseRewardTitle: string;
|
|
299
|
+
chooseAmountTitle: string;
|
|
300
|
+
confirmationTitle: string;
|
|
301
|
+
redeemTitle: string;
|
|
302
|
+
rewardRedeemedText: string;
|
|
303
|
+
queryError: string;
|
|
304
|
+
notAvailableError: string;
|
|
305
|
+
};
|
|
306
|
+
};
|
|
307
|
+
redeemStage: string;
|
|
308
|
+
amount: number;
|
|
309
|
+
exchangeError: boolean;
|
|
310
|
+
loading: boolean;
|
|
311
|
+
selectedItem: any;
|
|
312
|
+
selectedStep: any;
|
|
313
|
+
open: boolean;
|
|
314
|
+
};
|
|
315
|
+
data: {
|
|
316
|
+
exchangeList: any;
|
|
317
|
+
fuelTankCode: any;
|
|
318
|
+
};
|
|
319
|
+
callbacks: {
|
|
320
|
+
exchangeReward: any;
|
|
321
|
+
resetState: any;
|
|
322
|
+
setStage: any;
|
|
323
|
+
setExchangeState: any;
|
|
324
|
+
copyFuelTankCode: any;
|
|
325
|
+
refs: any;
|
|
326
|
+
};
|
|
327
|
+
refs: any;
|
|
328
|
+
};
|
|
329
|
+
export declare const success2: {
|
|
330
|
+
states: {
|
|
331
|
+
content: {
|
|
332
|
+
text: {
|
|
333
|
+
continueText: string;
|
|
334
|
+
cancelText: string;
|
|
335
|
+
continueToConfirmationText: string;
|
|
336
|
+
backText: string;
|
|
337
|
+
redeemText: string;
|
|
338
|
+
doneText: string;
|
|
339
|
+
chooseRewardTitle: string;
|
|
340
|
+
chooseAmountTitle: string;
|
|
341
|
+
confirmationTitle: string;
|
|
342
|
+
redeemTitle: string;
|
|
343
|
+
rewardRedeemedText: string;
|
|
344
|
+
queryError: string;
|
|
345
|
+
notAvailableError: string;
|
|
346
|
+
};
|
|
347
|
+
};
|
|
348
|
+
redeemStage: string;
|
|
349
|
+
amount: number;
|
|
350
|
+
exchangeError: boolean;
|
|
351
|
+
loading: boolean;
|
|
352
|
+
selectedItem: any;
|
|
353
|
+
selectedStep: any;
|
|
354
|
+
open: boolean;
|
|
355
|
+
};
|
|
356
|
+
data: {
|
|
357
|
+
exchangeList: any;
|
|
358
|
+
fuelTankCode: any;
|
|
359
|
+
};
|
|
360
|
+
callbacks: {
|
|
361
|
+
exchangeReward: any;
|
|
362
|
+
resetState: any;
|
|
363
|
+
setStage: any;
|
|
364
|
+
setExchangeState: any;
|
|
365
|
+
copyFuelTankCode: any;
|
|
366
|
+
refs: any;
|
|
367
|
+
};
|
|
368
|
+
refs: any;
|
|
369
|
+
};
|
|
370
|
+
export declare const success3: {
|
|
371
|
+
states: {
|
|
372
|
+
content: {
|
|
373
|
+
text: {
|
|
374
|
+
continueText: string;
|
|
375
|
+
cancelText: string;
|
|
376
|
+
continueToConfirmationText: string;
|
|
377
|
+
backText: string;
|
|
378
|
+
redeemText: string;
|
|
379
|
+
doneText: string;
|
|
380
|
+
chooseRewardTitle: string;
|
|
381
|
+
chooseAmountTitle: string;
|
|
382
|
+
confirmationTitle: string;
|
|
383
|
+
redeemTitle: string;
|
|
384
|
+
rewardRedeemedText: string;
|
|
385
|
+
queryError: string;
|
|
386
|
+
notAvailableError: string;
|
|
387
|
+
};
|
|
388
|
+
};
|
|
389
|
+
redeemStage: string;
|
|
390
|
+
amount: number;
|
|
391
|
+
exchangeError: boolean;
|
|
392
|
+
loading: boolean;
|
|
393
|
+
selectedItem: any;
|
|
394
|
+
selectedStep: any;
|
|
395
|
+
open: boolean;
|
|
396
|
+
};
|
|
397
|
+
data: {
|
|
398
|
+
exchangeList: any;
|
|
399
|
+
fuelTankCode: any;
|
|
400
|
+
};
|
|
401
|
+
callbacks: {
|
|
402
|
+
exchangeReward: any;
|
|
403
|
+
resetState: any;
|
|
404
|
+
setStage: any;
|
|
405
|
+
setExchangeState: any;
|
|
406
|
+
copyFuelTankCode: any;
|
|
407
|
+
refs: any;
|
|
408
|
+
};
|
|
409
|
+
refs: any;
|
|
410
|
+
};
|
|
411
|
+
export declare const loading: {
|
|
412
|
+
states: {
|
|
413
|
+
content: {
|
|
414
|
+
text: {
|
|
415
|
+
continueText: string;
|
|
416
|
+
cancelText: string;
|
|
417
|
+
continueToConfirmationText: string;
|
|
418
|
+
backText: string;
|
|
419
|
+
redeemText: string;
|
|
420
|
+
doneText: string;
|
|
421
|
+
chooseRewardTitle: string;
|
|
422
|
+
chooseAmountTitle: string;
|
|
423
|
+
confirmationTitle: string;
|
|
424
|
+
redeemTitle: string;
|
|
425
|
+
rewardRedeemedText: string;
|
|
426
|
+
queryError: string;
|
|
427
|
+
notAvailableError: string;
|
|
428
|
+
};
|
|
429
|
+
};
|
|
430
|
+
redeemStage: string;
|
|
431
|
+
amount: number;
|
|
432
|
+
exchangeError: boolean;
|
|
433
|
+
loading: boolean;
|
|
434
|
+
selectedItem: any;
|
|
435
|
+
selectedStep: any;
|
|
436
|
+
open: boolean;
|
|
437
|
+
};
|
|
438
|
+
data: {
|
|
439
|
+
exchangeList: any;
|
|
440
|
+
fuelTankCode: any;
|
|
441
|
+
};
|
|
442
|
+
callbacks: {
|
|
443
|
+
exchangeReward: any;
|
|
444
|
+
resetState: any;
|
|
445
|
+
setStage: any;
|
|
446
|
+
setExchangeState: any;
|
|
447
|
+
copyFuelTankCode: any;
|
|
448
|
+
refs: any;
|
|
449
|
+
};
|
|
450
|
+
refs: any;
|
|
451
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
};
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const RewardList: {
|
|
6
|
+
(): any;
|
|
7
|
+
parameters: {
|
|
8
|
+
hookStory: Function;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare const FixedGlobalReward: {
|
|
12
|
+
(): any;
|
|
13
|
+
parameters: {
|
|
14
|
+
hookStory: Function;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export declare const VariableGlobalReward: {
|
|
18
|
+
(): any;
|
|
19
|
+
parameters: {
|
|
20
|
+
hookStory: Function;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export declare const VariableCreditReward: {
|
|
24
|
+
(): any;
|
|
25
|
+
parameters: {
|
|
26
|
+
hookStory: Function;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ExchangeItem, ExchangeStep, Stages } from "./useRewardExchangeList";
|
|
2
|
+
export declare type RewardExchangeViewProps = {
|
|
3
|
+
states: {
|
|
4
|
+
selectedItem: ExchangeItem;
|
|
5
|
+
selectedStep: ExchangeStep;
|
|
6
|
+
redeemStage: string;
|
|
7
|
+
amount: number;
|
|
8
|
+
exchangeError?: boolean;
|
|
9
|
+
queryError?: boolean;
|
|
10
|
+
loading: boolean;
|
|
11
|
+
open: boolean;
|
|
12
|
+
content: {
|
|
13
|
+
text: any;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
data: {
|
|
17
|
+
exchangeList: any;
|
|
18
|
+
fuelTankCode?: string;
|
|
19
|
+
};
|
|
20
|
+
callbacks: {
|
|
21
|
+
exchangeReward: (e: unknown) => unknown;
|
|
22
|
+
setStage: (stage?: Stages) => void;
|
|
23
|
+
resetState: (refresh?: boolean) => void;
|
|
24
|
+
setExchangeState: Function;
|
|
25
|
+
copyFuelTankCode: () => void;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
export declare function RewardExchangeView(props: RewardExchangeViewProps): any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { RewardExchangeViewProps } from "./sqm-reward-exchange-list-view";
|
|
2
|
+
import { DemoData } from "../../global/demo";
|
|
3
|
+
/**
|
|
4
|
+
* @uiName Reward Exchange List
|
|
5
|
+
*/
|
|
6
|
+
export declare class SqmRewardExchangeList {
|
|
7
|
+
ignored: boolean;
|
|
8
|
+
/**
|
|
9
|
+
* @uiName Exchange button text
|
|
10
|
+
*/
|
|
11
|
+
buttonText: string;
|
|
12
|
+
/**
|
|
13
|
+
* @uiName Exchange button text
|
|
14
|
+
*/
|
|
15
|
+
notAvailableError: string;
|
|
16
|
+
/**
|
|
17
|
+
* @uiName Choose Reward Progress Title
|
|
18
|
+
*/
|
|
19
|
+
chooseRewardTitle: string;
|
|
20
|
+
/**
|
|
21
|
+
* @uiName Choose Amount Progress Title
|
|
22
|
+
*/
|
|
23
|
+
chooseAmountTitle: string;
|
|
24
|
+
/**
|
|
25
|
+
* @uiName Confirmation Progress Title
|
|
26
|
+
*/
|
|
27
|
+
confirmationTitle: string;
|
|
28
|
+
/**
|
|
29
|
+
* @uiName Cancel Button Text
|
|
30
|
+
*/
|
|
31
|
+
cancelText: string;
|
|
32
|
+
/**
|
|
33
|
+
* @uiName Back Button Text
|
|
34
|
+
*/
|
|
35
|
+
backText: string;
|
|
36
|
+
/**
|
|
37
|
+
* @uiName Continue Button Text
|
|
38
|
+
*/
|
|
39
|
+
continueText: string;
|
|
40
|
+
/**
|
|
41
|
+
* @uiName Continue to Confirmation Button Text
|
|
42
|
+
*/
|
|
43
|
+
continueToConfirmationText: string;
|
|
44
|
+
/**
|
|
45
|
+
* @uiName Redeem Button Text
|
|
46
|
+
*/
|
|
47
|
+
redeemText: string;
|
|
48
|
+
/**
|
|
49
|
+
* @uiName Confirmation Title Text
|
|
50
|
+
*/
|
|
51
|
+
redeemTitle: string;
|
|
52
|
+
redemptionSuccessText: string;
|
|
53
|
+
/**
|
|
54
|
+
* @uiName Done Text
|
|
55
|
+
*/
|
|
56
|
+
doneText: string;
|
|
57
|
+
/**
|
|
58
|
+
* @uiName Reward List Error Message
|
|
59
|
+
*/
|
|
60
|
+
queryError: string;
|
|
61
|
+
/**
|
|
62
|
+
* @uiName Redemption Error Message
|
|
63
|
+
*/
|
|
64
|
+
redemptionError: string;
|
|
65
|
+
/**
|
|
66
|
+
* @uiName Not Enough Available Error Message
|
|
67
|
+
*/
|
|
68
|
+
notEnoughError: string;
|
|
69
|
+
/**
|
|
70
|
+
* @undocumented
|
|
71
|
+
* @uiType object
|
|
72
|
+
*/
|
|
73
|
+
demoData?: DemoData<RewardExchangeViewProps>;
|
|
74
|
+
constructor();
|
|
75
|
+
disconnectedCallback(): void;
|
|
76
|
+
render(): any;
|
|
77
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { SqmRewardExchangeList } from "./sqm-reward-exchange-list";
|
|
2
|
+
import { RewardExchangeViewProps } from "./sqm-reward-exchange-list-view";
|
|
3
|
+
export declare type ExchangeItem = {
|
|
4
|
+
key: string;
|
|
5
|
+
name: string;
|
|
6
|
+
description: string;
|
|
7
|
+
imageUrl: string;
|
|
8
|
+
available: boolean;
|
|
9
|
+
unavailableReason: string;
|
|
10
|
+
unavailableReasonCode: string;
|
|
11
|
+
ruleType: string;
|
|
12
|
+
sourceUnit: string;
|
|
13
|
+
sourceValue: number;
|
|
14
|
+
prettySourceValue: string;
|
|
15
|
+
sourceMinValue: number;
|
|
16
|
+
prettySourceMinValue: string;
|
|
17
|
+
sourceMaxValue: number;
|
|
18
|
+
prettySourceMaxValue: string;
|
|
19
|
+
destinationMinValue: number;
|
|
20
|
+
prettyDestinationMinValue: string;
|
|
21
|
+
destinationMaxValue: number;
|
|
22
|
+
prettyDestinationMaxValue: string;
|
|
23
|
+
globalRewardKey: string;
|
|
24
|
+
destinationUnit: string;
|
|
25
|
+
steps?: ExchangeStep[];
|
|
26
|
+
};
|
|
27
|
+
export declare type ExchangeStep = {
|
|
28
|
+
destinationValue: number;
|
|
29
|
+
sourceValue: number;
|
|
30
|
+
prettyDestinationValue: string;
|
|
31
|
+
prettySourceValue: string;
|
|
32
|
+
available: boolean;
|
|
33
|
+
unavailableReasonCode: string;
|
|
34
|
+
globalRewardKey: string;
|
|
35
|
+
rewardInput: ExchangeInput;
|
|
36
|
+
};
|
|
37
|
+
export declare type ExchangeInput = {
|
|
38
|
+
accountId: string;
|
|
39
|
+
userId: string;
|
|
40
|
+
redeemCreditInput?: {
|
|
41
|
+
amount: number;
|
|
42
|
+
unit: string;
|
|
43
|
+
};
|
|
44
|
+
rewardInput?: {
|
|
45
|
+
type: string;
|
|
46
|
+
unit: string;
|
|
47
|
+
assignedCredit?: number;
|
|
48
|
+
valueInCents?: number;
|
|
49
|
+
};
|
|
50
|
+
globalRewardKey?: string;
|
|
51
|
+
};
|
|
52
|
+
export declare type Stages = "" | "chooseReward" | "chooseAmount" | "confirmation";
|
|
53
|
+
export declare type ExchangeState = {
|
|
54
|
+
selectedItem: ExchangeItem;
|
|
55
|
+
selectedStep: ExchangeStep;
|
|
56
|
+
redeemStage: string;
|
|
57
|
+
amount: number;
|
|
58
|
+
exchangeError: boolean;
|
|
59
|
+
};
|
|
60
|
+
export declare function useRewardExchangeList(props: SqmRewardExchangeList): RewardExchangeViewProps;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
};
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const RewardsTableWithProgram: {
|
|
6
|
+
(): any;
|
|
7
|
+
parameters: {
|
|
8
|
+
hookStory: Function;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export declare const RewardsTableNoProgram: {
|
|
12
|
+
(): any;
|
|
13
|
+
parameters: {
|
|
14
|
+
hookStory: Function;
|
|
15
|
+
};
|
|
16
|
+
};
|