@saasquatch/mint-components 1.6.14 → 1.6.15
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-daece805.js → ShadowViewAddon-147e92b9.js} +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-big-stat_39.cjs.entry.js +6 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +54 -2
- package/dist/collection/components/sqm-task-card/TaskCard.stories.js +51 -0
- package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +2 -2
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +29 -0
- package/dist/esm/{ShadowViewAddon-fdb8f6a9.js → ShadowViewAddon-9f75d742.js} +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-big-stat_39.entry.js +6 -1
- package/dist/esm/sqm-stencilbook.entry.js +54 -2
- package/dist/esm-es5/{ShadowViewAddon-fdb8f6a9.js → ShadowViewAddon-9f75d742.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-dd02e205.js → p-71ea98be.js} +1 -1
- package/dist/mint-components/{p-1f52e4ec.system.entry.js → p-812f7e0b.system.entry.js} +1 -1
- package/dist/mint-components/{p-cf9920b0.system.js → p-a621c9e5.system.js} +1 -1
- package/dist/mint-components/{p-39f29587.entry.js → p-acf03be7.entry.js} +2 -2
- package/dist/mint-components/{p-3761c4e4.system.entry.js → p-b0e94805.system.entry.js} +1 -1
- package/dist/mint-components/p-c3dd8944.system.js +1 -1
- package/dist/mint-components/{p-36754aa0.entry.js → p-f032b3d7.entry.js} +2 -2
- package/dist/types/components/sqm-task-card/TaskCard.stories.d.ts +1 -0
- package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +1 -0
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +5 -0
- package/dist/types/components.d.ts +10 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -2662,13 +2662,13 @@ function TaskCardView(props) {
|
|
|
2662
2662
|
.setLocale(utils.luxonLocale(states.locale))
|
|
2663
2663
|
.toLocaleString(luxon.luxon.DateTime.DATETIME_MED),
|
|
2664
2664
|
})))),
|
|
2665
|
-
index.h("sl-button", { exportparts: "base: button", id: "sl-button", class: taskUnavailable
|
|
2665
|
+
content.hideButton ? ("") : (index.h("sl-button", { exportparts: "base: button", id: "sl-button", class: taskUnavailable
|
|
2666
2666
|
? "action neutral"
|
|
2667
2667
|
: taskComplete
|
|
2668
2668
|
? "action disabled"
|
|
2669
2669
|
: "action", type: "primary", size: "small", onClick: callbacks.onClick, loading: states.loadingEvent, disabled: taskComplete || taskUnavailable, style: {
|
|
2670
2670
|
opacity: taskComplete || taskUnavailable ? "0.45" : "1",
|
|
2671
|
-
} }, content.buttonText))))))));
|
|
2671
|
+
} }, content.buttonText)))))))));
|
|
2672
2672
|
}
|
|
2673
2673
|
|
|
2674
2674
|
function PoweredByImg({ color = "#A6A6A6", width = 190, height = 29, }) {
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -17,7 +17,7 @@ const patchEsm = () => {
|
|
|
17
17
|
const defineCustomElements = (win, options) => {
|
|
18
18
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
19
19
|
return patchEsm().then(() => {
|
|
20
|
-
return index.bootstrapLazy(JSON.parse("[[\"sqm-stencilbook.cjs\",[[4,\"sqm-stencilbook\",{\"ignored\":[32]}]]],[\"sqm-portal-registration-form.cjs\",[[1,\"sqm-portal-registration-form\",{\"nextPage\":[1,\"next-page\"],\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginLabel\":[1,\"login-label\"],\"confirmPasswordLabel\":[1,\"confirm-password-label\"],\"confirmPassword\":[4,\"confirm-password\"],\"disablePasswordValidation\":[4,\"disable-password-validation\"],\"hideInputs\":[4,\"hide-inputs\"],\"pageLabel\":[1,\"page-label\"],\"loginPath\":[1,\"login-path\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"passwordMismatchErrorMessage\":[1,\"password-mismatch-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"formDisabledErrorMessage\":[1,\"form-disabled-error-message\"],\"formKey\":[1,\"form-key\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-reset-password.cjs\",[[1,\"sqm-portal-reset-password\",{\"nextPage\":[1,\"next-page\"],\"failedPage\":[1,\"failed-page\"],\"confirmPassword\":[4,\"confirm-password\"],\"resetPasswordHeader\":[1,\"reset-password-header\"],\"passwordResetHeader\":[1,\"password-reset-header\"],\"resetPasswordButtonText\":[1,\"reset-password-button-text\"],\"continueButtonText\":[1,\"continue-button-text\"],\"confirmPasswordFieldLabel\":[1,\"confirm-password-field-label\"],\"passwordFieldLabel\":[1,\"password-field-label\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-instant-access-registration.cjs\",[[1,\"sqm-instant-access-registration\",{\"emailLabel\":[1,\"email-label\"],\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"registerLabel\":[1,\"register-label\"],\"includeName\":[4,\"include-name\"],\"hideBorder\":[4,\"hide-border\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"includeCookies\":[4,\"include-cookies\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-email-verification.cjs\",[[1,\"sqm-portal-email-verification\",{\"redirectPath\":[1,\"redirect-path\"],\"emailVerificationHeader\":[1,\"email-verification-header\"],\"resendEmailButtonText\":[1,\"resend-email-button-text\"],\"verifyMessage\":[1,\"verify-message\"],\"verificationStatusMessage\":[1,\"verification-status-message\"],\"verificationLoadingMessage\":[1,\"verification-loading-message\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-forgot-password.cjs\",[[1,\"sqm-portal-forgot-password\",{\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginPath\":[1,\"login-path\"],\"headerText\":[1,\"header-text\"],\"loginText\":[1,\"login-text\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-profile.cjs\",[[1,\"sqm-portal-profile\",{\"firstnametext\":[1],\"lastnametext\":[1],\"emailtext\":[1],\"countrytext\":[1],\"editProfileHeader\":[1,\"edit-profile-header\"],\"editProfileSubHeader\":[1,\"edit-profile-sub-header\"],\"submitChangeButtonText\":[1,\"submit-change-button-text\"],\"hideCountry\":[4,\"hide-country\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-verify-email.cjs\",[[1,\"sqm-portal-verify-email\",{\"nextPage\":[1,\"next-page\"],\"failedPage\":[1,\"failed-page\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-referred-registration.cjs\",[[1,\"sqm-referred-registration\",{\"emailLabel\":[1,\"email-label\"],\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"registerLabel\":[1,\"register-label\"],\"includeName\":[4,\"include-name\"],\"hideBorder\":[4,\"hide-border\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"includeCookies\":[4,\"include-cookies\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-rewards-table-customer-note-column.cjs\",[[1,\"sqm-rewards-table-customer-note-column\",{\"columnTitle\":[1,\"column-title\"],\"renderCell\":[64],\"renderLabel\":[64]}]]],[\"raisins-plop-target.cjs\",[[4,\"raisins-plop-target\",{\"renderCell\":[64],\"renderLabel\":[64]}]]],[\"sqm-asset-card.cjs\",[[1,\"sqm-asset-card\",{\"titleText\":[1,\"title-text\"],\"imgUrl\":[1,\"img-url\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-close-button.cjs\",[[1,\"sqm-close-button\",{\"color\":[1]}]]],[\"sqm-graphql-client-provider.cjs\",[[4,\"sqm-graphql-client-provider\",{\"domain\":[1],\"ignored\":[32]}]]],[\"sqm-header-logo.cjs\",[[1,\"sqm-header-logo\",{\"imageUrl\":[1,\"image-url\"],\"nextPage\":[1,\"next-page\"],\"height\":[2]}]]],[\"sqm-leaderboard-rank.cjs\",[[1,\"sqm-leaderboard-rank\",{\"rankType\":[1,\"rank-type\"],\"rankText\":[1,\"rank-text\"],\"leaderboardType\":[1,\"leaderboard-type\"],\"unrankedText\":[1,\"unranked-text\"],\"interval\":[1],\"programId\":[1,\"program-id\"],\"demoData\":[16]}]]],[\"sqm-logout-current-user.cjs\",[[1,\"sqm-logout-current-user\",{\"userIdentificationText\":[1,\"user-identification-text\"],\"switchUserText\":[1,\"switch-user-text\"],\"demoData\":[16]}]]],[\"sqm-navigation-sidebar.cjs\",[[1,\"sqm-navigation-sidebar\",{\"ignored\":[32]}]]],[\"sqm-navigation-sidebar-item.cjs\",[[1,\"sqm-navigation-sidebar-item\",{\"path\":[1],\"icon\":[1],\"label\":[1],\"demoData\":[16]}]]],[\"sqm-popup-container.cjs\",[[4,\"sqm-popup-container\",{\"poweredBy\":[4,\"powered-by\"],\"closeButton\":[4,\"close-button\"],\"closeButtonText\":[1,\"close-button-text\"],\"embedPadding\":[1,\"embed-padding\"],\"popupPadding\":[1,\"popup-padding\"]}]]],[\"sqm-portal-logout.cjs\",[[1,\"sqm-portal-logout\",{\"nextPage\":[1,\"next-page\"],\"ignored\":[32]}]]],[\"sqm-portal-protected-route.cjs\",[[1,\"sqm-portal-protected-route\",{\"redirectTo\":[1,\"redirect-to\"],\"requireEmailVerification\":[4,\"require-email-verification\"],\"redirectToUnverified\":[1,\"redirect-to-unverified\"],\"ignored\":[32]}]]],[\"sqm-route.cjs\",[[1,\"sqm-route\",{\"path\":[1],\"ignored\":[32]}]]],[\"sqm-tab.cjs\",[[4,\"sqm-tab\",{\"header\":[1]}]]],[\"sqm-tabs.cjs\",[[1,\"sqm-tabs\",{\"placement\":[1]}]]],[\"sqm-text-span.cjs\",[[0,\"sqm-text-span\",{\"text\":[1],\"type\":[1],\"ignored\":[32]}]]],[\"sqm-rewards-table-customer-note-cell.cjs\",[[1,\"sqm-rewards-table-customer-note-cell\",{\"note\":[1],\"locale\":[1],\"ignored\":[32]}]]],[\"sqm-password-field.cjs\",[[0,\"sqm-password-field\",{\"fieldLabel\":[1,\"field-label\"],\"disableValidation\":[4,\"disable-validation\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-form-message.cjs\",[[1,\"sqm-form-message\",{\"type\":[1],\"icon\":[1],\"ignored\":[32]}]]],[\"sqm-empty_5.cjs\",[[1,\"sqm-empty\",{\"emptyStateImage\":[1,\"empty-state-image\"],\"emptyStateHeader\":[1,\"empty-state-header\"],\"emptyStateText\":[1,\"empty-state-text\"]}],[1,\"sqm-image\",{\"imageUrl\":[1,\"image-url\"],\"alignment\":[1],\"backgroundColor\":[1,\"background-color\"],\"minHeight\":[1,\"min-height\"]}],[1,\"sqm-portal-container\",{\"direction\":[1],\"padding\":[1],\"gap\":[1],\"minWidth\":[1,\"min-width\"],\"display\":[1],\"justifyContent\":[1,\"justify-content\"],\"maxWidth\":[1,\"max-width\"],\"center\":[4],\"backgroundColor\":[1,\"background-color\"],\"ignored\":[32]}],[4,\"sqm-text\",{\"ignored\":[32]}],[1,\"sqm-titled-section\",{\"label\":[1],\"textAlign\":[1,\"text-align\"],\"labelMargin\":[1,\"label-margin\"],\"padding\":[1]}]]],[\"sqm-big-stat_39.cjs\",[[1,\"sqm-leaderboard\",{\"programId\":[1,\"program-id\"],\"usersheading\":[1],\"statsheading\":[1],\"rankheading\":[1],\"showRank\":[4,\"show-rank\"],\"hideViewer\":[4,\"hide-viewer\"],\"rankType\":[1,\"rank-type\"],\"leaderboardType\":[1,\"leaderboard-type\"],\"anonymousUser\":[1,\"anonymous-user\"],\"interval\":[1],\"maxRows\":[2,\"max-rows\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-reward-exchange-list\",{\"notAvailableError\":[1,\"not-available-error\"],\"chooseRewardTitle\":[1,\"choose-reward-title\"],\"chooseAmountTitle\":[1,\"choose-amount-title\"],\"confirmationTitle\":[1,\"confirmation-title\"],\"rewardTitle\":[1,\"reward-title\"],\"cancelText\":[1,\"cancel-text\"],\"backText\":[1,\"back-text\"],\"continueText\":[1,\"continue-text\"],\"continueToConfirmationText\":[1,\"continue-to-confirmation-text\"],\"redeemText\":[1,\"redeem-text\"],\"redeemTitle\":[1,\"redeem-title\"],\"redemptionSuccessText\":[1,\"redemption-success-text\"],\"sourceAmountMessage\":[1,\"source-amount-message\"],\"tooltipText\":[1,\"tooltip-text\"],\"doneText\":[1,\"done-text\"],\"selectText\":[1,\"select-text\"],\"queryError\":[1,\"query-error\"],\"redemptionError\":[1,\"redemption-error\"],\"notEnoughError\":[1,\"not-enough-error\"],\"rewardRedeemedText\":[1,\"reward-redeemed-text\"],\"promoCode\":[1,\"promo-code\"],\"skeletonCardNum\":[2,\"skeleton-card-num\"],\"rewardNameTitle\":[1,\"reward-name-title\"],\"rewardAmountTitle\":[1,\"reward-amount-title\"],\"costTitle\":[1,\"cost-title\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-change-password\",{\"modalChangePasswordHeader\":[1,\"modal-change-password-header\"],\"cancelText\":[1,\"cancel-text\"],\"changePasswordButtonText\":[1,\"change-password-button-text\"],\"passwordFieldLabel\":[1,\"password-field-label\"],\"confirmPasswordFieldLabel\":[1,\"confirm-password-field-label\"],\"successMessage\":[1,\"success-message\"],\"portalChangePasswordHeader\":[1,\"portal-change-password-header\"],\"portalChangePasswordButtonText\":[1,\"portal-change-password-button-text\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-register\",{\"nextPage\":[1,\"next-page\"],\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginLabel\":[1,\"login-label\"],\"confirmPasswordLabel\":[1,\"confirm-password-label\"],\"confirmPassword\":[4,\"confirm-password\"],\"disablePasswordValidation\":[4,\"disable-password-validation\"],\"hideInputs\":[4,\"hide-inputs\"],\"pageLabel\":[1,\"page-label\"],\"loginPath\":[1,\"login-path\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"passwordMismatchErrorMessage\":[1,\"password-mismatch-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-coupon-code\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"couponCodeLabel\":[1,\"coupon-code-label\"],\"cancelledErrorText\":[1,\"cancelled-error-text\"],\"redeemedErrorText\":[1,\"redeemed-error-text\"],\"expiredErrorText\":[1,\"expired-error-text\"],\"fullfillmentErrorText\":[1,\"fullfilled-error-text\"],\"pendingErrorText\":[1,\"pending-error-text\"],\"genericErrorText\":[1,\"error-text\"],\"couponCodePlaceholder\":[1,\"coupon-code-placeholder\"],\"demoData\":[16]}],[1,\"sqm-edit-profile\",{\"editprofileheader\":[1],\"editprofiletext\":[1],\"canceltext\":[1],\"updatetext\":[1],\"firstnametext\":[1],\"lastnametext\":[1],\"currentregiontext\":[1],\"showregion\":[4],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-login\",{\"nextPage\":[1,\"next-page\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"forgotPasswordPath\":[1,\"forgot-password-path\"],\"forgotPasswordLabel\":[1,\"forgot-password-label\"],\"registerLabel\":[1,\"register-label\"],\"registerPath\":[1,\"register-path\"],\"pageLabel\":[1,\"page-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-big-stat\",{\"statType\":[1,\"stat-type\"],\"flexReverse\":[4,\"flex-reverse\"],\"alignment\":[1],\"programId\":[1,\"program-id\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-brand\",{\"brandColor\":[1,\"brand-color\"],\"brandFont\":[1,\"brand-font\"]}],[1,\"sqm-card-feed\",{\"width\":[2],\"gap\":[2],\"ignored\":[32]}],[0,\"sqm-checkbox-field\",{\"checkboxName\":[1,\"checkbox-name\"],\"checkboxLabel\":[1,\"checkbox-label\"],\"checkboxLabelLink\":[1,\"checkbox-label-link\"],\"checkboxLabelLinkText\":[1,\"checkbox-label-link-text\"],\"errorMessage\":[1,\"error-message\"],\"checkboxOptional\":[4,\"checkbox-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-divided-layout\",{\"direction\":[1],\"dividerStyle\":[1,\"divider-style\"]}],[4,\"sqm-dropdown-field\",{\"dropdownName\":[1,\"dropdown-name\"],\"dropdownLabel\":[1,\"dropdown-label\"],\"errorMessage\":[1,\"error-message\"],\"dropdownOptional\":[4,\"dropdown-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-hero\",{\"columns\":[2],\"minHeight\":[2,\"min-height\"],\"background\":[1],\"paddingSize\":[1,\"padding-size\"],\"secondaryBackground\":[1,\"secondary-background\"],\"wrapDirection\":[1,\"wrap-direction\"]}],[1,\"sqm-hero-image\",{\"imageUrl\":[1,\"image-url\"],\"overlayColor\":[1,\"overlay-color\"],\"overlayOpacity\":[1,\"overlay-opacity\"],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"layout\":[1],\"imagePercentage\":[2,\"image-percentage\"],\"imagePos\":[1,\"image-pos\"],\"imageMobilePos\":[1,\"image-mobile-pos\"],\"header\":[1],\"description\":[1],\"buttonText\":[1,\"button-text\"],\"buttonLink\":[1,\"button-link\"],\"buttonNewTab\":[4,\"button-new-tab\"],\"paddingText\":[1,\"padding-text\"],\"paddingImage\":[1,\"padding-image\"]}],[0,\"sqm-hook-story-container\",{\"hookStory\":[16],\"ignored\":[32]}],[0,\"sqm-input-field\",{\"fieldName\":[1,\"field-name\"],\"fieldLabel\":[1,\"field-label\"],\"fieldType\":[1,\"field-type\"],\"errorMessage\":[1,\"error-message\"],\"fieldOptional\":[4,\"field-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-link-button\",{\"link\":[1],\"openInNewTab\":[4,\"open-in-new-tab\"],\"buttonText\":[1,\"button-text\"]}],[0,\"sqm-name-fields\",{\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-navigation-menu\",{\"includeDropdown\":[4,\"include-dropdown\"],\"menuLabel\":[1,\"menu-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-footer\",{\"hideSupportText\":[4,\"hide-support-text\"],\"supportEmail\":[1,\"support-email\"],\"supportText\":[1,\"support-text\"],\"termsLink\":[1,\"terms-link\"],\"termsText\":[1,\"terms-text\"],\"faqLink\":[1,\"faq-link\"],\"faqText\":[1,\"faq-text\"],\"hidePoweredBy\":[4,\"hide-powered-by\"],\"poweredByLink\":[1,\"powered-by-link\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"ignored\":[32]}],[1,\"sqm-portal-frame\",{\"notFullScreen\":[4,\"not-full-screen\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-program-explainer\",{\"header\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"ignored\":[32]}],[1,\"sqm-program-explainer-step\",{\"header\":[1],\"description\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"imageUrl\":[1,\"image-url\"],\"icon\":[1]}],[4,\"sqm-program-menu\",{\"ignored\":[32]}],[1,\"sqm-referral-card\",{\"verticalAlignment\":[1,\"vertical-alignment\"],\"hideBorder\":[4,\"hide-border\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"limitWidth\":[4,\"limit-width\"],\"ignored\":[32]}],[0,\"sqm-referral-iframe\",{\"iframeSrc\":[1,\"iframe-src\"],\"iframeHeight\":[1,\"iframe-height\"],\"iframeWidth\":[1,\"iframe-width\"],\"demoData\":[16],\"ignored\":[32]}],[4,\"sqm-router\",{\"ignored\":[32]}],[1,\"sqm-scroll\",{\"buttonType\":[1,\"button-type\"],\"buttonText\":[1,\"button-text\"],\"scrollTagName\":[1,\"scroll-tag-name\"],\"scrollId\":[1,\"scroll-id\"],\"scrollAnimation\":[1,\"scroll-animation\"],\"size\":[1],\"outline\":[4],\"pill\":[4],\"circle\":[4],\"iconSlot\":[1,\"icon-slot\"],\"iconName\":[1,\"icon-name\"],\"mobile\":[4],\"ignored\":[32]}],[1,\"sqm-share-button\",{\"medium\":[1],\"programId\":[1,\"program-id\"],\"borderradius\":[2],\"backgroundcolor\":[1],\"textcolor\":[1],\"pill\":[4],\"disabled\":[4],\"type\":[1],\"size\":[1],\"iconslot\":[1],\"icon\":[1],\"hideicon\":[4],\"hidetext\":[4],\"sharetitle\":[1],\"sharetext\":[1],\"demoData\":[16]}],[1,\"sqm-share-code\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"demoData\":[16]}],[1,\"sqm-share-link\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"demoData\":[16]}],[1,\"sqm-stat-container\",{\"space\":[1],\"display\":[1],\"ignored\":[32]}],[1,\"sqm-task-card\",{\"rewardAmount\":[1,\"reward-amount\"],\"rewardUnit\":[1,\"reward-unit\"],\"cardTitle\":[1,\"card-title\"],\"description\":[1],\"repeatable\":[4],\"finite\":[2],\"showProgressBar\":[4,\"show-progress-bar\"],\"goal\":[2],\"steps\":[4],\"progressBarUnit\":[1,\"progress-bar-unit\"],\"expiryMessage\":[1,\"expiry-message\"],\"rewardDuration\":[1,\"reward-duration\"],\"startsOnMessage\":[1,\"starts-on-message\"],\"displayDuration\":[1,\"display-duration\"],\"endedMessage\":[1,\"ended-message\"],\"completedText\":[1,\"completed-text\"],\"buttonText\":[1,\"button-text\"],\"buttonLink\":[1,\"button-link\"],\"openNewTab\":[4,\"open-new-tab\"],\"statType\":[1,\"stat-type\"],\"eventKey\":[1,\"event-key\"],\"programId\":[1,\"program-id\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-timeline\",{\"icon\":[1],\"ignored\":[32]}],[1,\"sqm-timeline-entry\",{\"reward\":[1],\"unit\":[1],\"desc\":[1],\"icon\":[1],\"ignored\":[32],\"iconState\":[32],\"setIcon\":[64]}],[1,\"sqm-user-name\",{\"fallback\":[1],\"loadingText\":[1,\"loading-text\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-table-cell\",{\"colspan\":[2],\"padding\":[1]}],[1,\"sqm-table-row\",{\"border\":[1]}]]],[\"sqm-rewards-table_9.cjs\",[[1,\"sqm-rewards-table\",{\"programId\":[1,\"program-id\"],\"perPage\":[2,\"per-page\"],\"hideLabels\":[4,\"hide-labels\"],\"prevLabel\":[1,\"prev-label\"],\"moreLabel\":[1,\"more-label\"],\"hiddenColumns\":[1,\"hidden-columns\"],\"smBreakpoint\":[2,\"sm-breakpoint\"],\"mdBreakpoint\":[2,\"md-breakpoint\"],\"demoData\":[16]}],[1,\"sqm-rewards-table-date-column\",{\"columnTitle\":[1,\"column-title\"],\"dateShown\":[1,\"date-shown\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-reward-column\",{\"columnTitle\":[1,\"column-title\"],\"redeemedText\":[1,\"redeemed-text\"],\"availableText\":[1,\"available-text\"],\"copyText\":[1,\"copy-text\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-source-column\",{\"columnTitle\":[1,\"column-title\"],\"anonymousUser\":[1,\"anonymous-user\"],\"deletedUser\":[1,\"deleted-user\"],\"rewardExchangeText\":[1,\"reward-exchange-text\"],\"referralText\":[1,\"referral-text\"],\"rewardSourceText\":[1,\"reward-source-text\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-status-column\",{\"columnTitle\":[1,\"column-title\"],\"statusText\":[1,\"status-text\"],\"expiryText\":[1,\"expiry-text\"],\"pendingUsTax\":[1,\"pending-us-tax\"],\"pendingScheduled\":[1,\"pending-scheduled\"],\"pendingUnhandled\":[1,\"pending-unhandled\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-date-cell\",{\"date\":[2],\"locale\":[1],\"ignored\":[32]}],[1,\"sqm-rewards-table-reward-cell\",{\"reward\":[16],\"redeemedText\":[1,\"redeemed-text\"],\"availableText\":[1,\"available-text\"],\"copyText\":[1,\"copy-text\"],\"locale\":[1]}],[1,\"sqm-rewards-table-source-cell\",{\"reward\":[16],\"deletedUserText\":[1,\"deleted-user-text\"],\"anonymousUserText\":[1,\"anonymous-user-text\"],\"rewardExchangeText\":[1,\"reward-exchange-text\"],\"referralText\":[1,\"referral-text\"],\"rewardSourceText\":[1,\"reward-source-text\"],\"locale\":[1]}],[1,\"sqm-rewards-table-status-cell\",{\"statusText\":[1,\"status-text\"],\"reward\":[16],\"expiryText\":[1,\"expiry-text\"],\"locale\":[1],\"pendingUsTax\":[1,\"pending-us-tax\"],\"pendingScheduled\":[1,\"pending-scheduled\"],\"pendingUnhandled\":[1,\"pending-unhandled\"]}]]],[\"sqm-referral-table_11.cjs\",[[1,\"sqm-referral-table-column\",{\"columnTitle\":[1,\"column-title\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-referral-table\",{\"programId\":[1,\"program-id\"],\"perPage\":[2,\"per-page\"],\"hideLabels\":[4,\"hide-labels\"],\"prevLabel\":[1,\"prev-label\"],\"moreLabel\":[1,\"more-label\"],\"showReferrer\":[4,\"show-referrer\"],\"hiddenColumns\":[1,\"hidden-columns\"],\"smBreakpoint\":[2,\"sm-breakpoint\"],\"mdBreakpoint\":[2,\"md-breakpoint\"],\"demoData\":[16]}],[1,\"sqm-referral-table-date-column\",{\"columnTitle\":[1,\"column-title\"],\"dateShown\":[1,\"date-shown\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-rewards-column\",{\"columnTitle\":[1,\"column-title\"],\"statusText\":[1,\"status-text\"],\"statusLongText\":[1,\"status-long-text\"],\"fuelTankText\":[1,\"fuel-tank-text\"],\"rewardReceivedText\":[1,\"reward-received-text\"],\"expiringText\":[1,\"expiring-text\"],\"pendingForText\":[1,\"pending-for-text\"],\"hideDetails\":[4,\"hide-details\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-status-column\",{\"columnTitle\":[1,\"column-title\"],\"convertedStatusText\":[1,\"converted-status-text\"],\"inProgressStatusText\":[1,\"in-progress-status-text\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-user-column\",{\"columnTitle\":[1,\"column-title\"],\"anonymousUser\":[1,\"anonymous-user\"],\"deletedUser\":[1,\"deleted-user\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-cell\",{\"innerTemplate\":[1,\"inner-template\"],\"ignored\":[32]}],[1,\"sqm-referral-table-date-cell\",{\"date\":[2],\"locale\":[1],\"ignored\":[32]}],[1,\"sqm-referral-table-rewards-cell\",{\"rewards\":[16],\"hideDetails\":[4,\"hide-details\"],\"statusText\":[1,\"status-text\"],\"statusLongText\":[1,\"status-long-text\"],\"fuelTankText\":[1,\"fuel-tank-text\"],\"rewardReceivedText\":[1,\"reward-received-text\"],\"expiringText\":[1,\"expiring-text\"],\"pendingForText\":[1,\"pending-for-text\"],\"locale\":[1]}],[1,\"sqm-referral-table-status-cell\",{\"statusText\":[1,\"status-text\"],\"converted\":[4]}],[1,\"sqm-referral-table-user-cell\",{\"name\":[1]}]]]]"), options);
|
|
20
|
+
return index.bootstrapLazy(JSON.parse("[[\"sqm-stencilbook.cjs\",[[4,\"sqm-stencilbook\",{\"ignored\":[32]}]]],[\"sqm-portal-registration-form.cjs\",[[1,\"sqm-portal-registration-form\",{\"nextPage\":[1,\"next-page\"],\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginLabel\":[1,\"login-label\"],\"confirmPasswordLabel\":[1,\"confirm-password-label\"],\"confirmPassword\":[4,\"confirm-password\"],\"disablePasswordValidation\":[4,\"disable-password-validation\"],\"hideInputs\":[4,\"hide-inputs\"],\"pageLabel\":[1,\"page-label\"],\"loginPath\":[1,\"login-path\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"passwordMismatchErrorMessage\":[1,\"password-mismatch-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"formDisabledErrorMessage\":[1,\"form-disabled-error-message\"],\"formKey\":[1,\"form-key\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-reset-password.cjs\",[[1,\"sqm-portal-reset-password\",{\"nextPage\":[1,\"next-page\"],\"failedPage\":[1,\"failed-page\"],\"confirmPassword\":[4,\"confirm-password\"],\"resetPasswordHeader\":[1,\"reset-password-header\"],\"passwordResetHeader\":[1,\"password-reset-header\"],\"resetPasswordButtonText\":[1,\"reset-password-button-text\"],\"continueButtonText\":[1,\"continue-button-text\"],\"confirmPasswordFieldLabel\":[1,\"confirm-password-field-label\"],\"passwordFieldLabel\":[1,\"password-field-label\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-instant-access-registration.cjs\",[[1,\"sqm-instant-access-registration\",{\"emailLabel\":[1,\"email-label\"],\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"registerLabel\":[1,\"register-label\"],\"includeName\":[4,\"include-name\"],\"hideBorder\":[4,\"hide-border\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"includeCookies\":[4,\"include-cookies\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-email-verification.cjs\",[[1,\"sqm-portal-email-verification\",{\"redirectPath\":[1,\"redirect-path\"],\"emailVerificationHeader\":[1,\"email-verification-header\"],\"resendEmailButtonText\":[1,\"resend-email-button-text\"],\"verifyMessage\":[1,\"verify-message\"],\"verificationStatusMessage\":[1,\"verification-status-message\"],\"verificationLoadingMessage\":[1,\"verification-loading-message\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-forgot-password.cjs\",[[1,\"sqm-portal-forgot-password\",{\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginPath\":[1,\"login-path\"],\"headerText\":[1,\"header-text\"],\"loginText\":[1,\"login-text\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-profile.cjs\",[[1,\"sqm-portal-profile\",{\"firstnametext\":[1],\"lastnametext\":[1],\"emailtext\":[1],\"countrytext\":[1],\"editProfileHeader\":[1,\"edit-profile-header\"],\"editProfileSubHeader\":[1,\"edit-profile-sub-header\"],\"submitChangeButtonText\":[1,\"submit-change-button-text\"],\"hideCountry\":[4,\"hide-country\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-verify-email.cjs\",[[1,\"sqm-portal-verify-email\",{\"nextPage\":[1,\"next-page\"],\"failedPage\":[1,\"failed-page\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-referred-registration.cjs\",[[1,\"sqm-referred-registration\",{\"emailLabel\":[1,\"email-label\"],\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"registerLabel\":[1,\"register-label\"],\"includeName\":[4,\"include-name\"],\"hideBorder\":[4,\"hide-border\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"includeCookies\":[4,\"include-cookies\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-rewards-table-customer-note-column.cjs\",[[1,\"sqm-rewards-table-customer-note-column\",{\"columnTitle\":[1,\"column-title\"],\"renderCell\":[64],\"renderLabel\":[64]}]]],[\"raisins-plop-target.cjs\",[[4,\"raisins-plop-target\",{\"renderCell\":[64],\"renderLabel\":[64]}]]],[\"sqm-asset-card.cjs\",[[1,\"sqm-asset-card\",{\"titleText\":[1,\"title-text\"],\"imgUrl\":[1,\"img-url\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-close-button.cjs\",[[1,\"sqm-close-button\",{\"color\":[1]}]]],[\"sqm-graphql-client-provider.cjs\",[[4,\"sqm-graphql-client-provider\",{\"domain\":[1],\"ignored\":[32]}]]],[\"sqm-header-logo.cjs\",[[1,\"sqm-header-logo\",{\"imageUrl\":[1,\"image-url\"],\"nextPage\":[1,\"next-page\"],\"height\":[2]}]]],[\"sqm-leaderboard-rank.cjs\",[[1,\"sqm-leaderboard-rank\",{\"rankType\":[1,\"rank-type\"],\"rankText\":[1,\"rank-text\"],\"leaderboardType\":[1,\"leaderboard-type\"],\"unrankedText\":[1,\"unranked-text\"],\"interval\":[1],\"programId\":[1,\"program-id\"],\"demoData\":[16]}]]],[\"sqm-logout-current-user.cjs\",[[1,\"sqm-logout-current-user\",{\"userIdentificationText\":[1,\"user-identification-text\"],\"switchUserText\":[1,\"switch-user-text\"],\"demoData\":[16]}]]],[\"sqm-navigation-sidebar.cjs\",[[1,\"sqm-navigation-sidebar\",{\"ignored\":[32]}]]],[\"sqm-navigation-sidebar-item.cjs\",[[1,\"sqm-navigation-sidebar-item\",{\"path\":[1],\"icon\":[1],\"label\":[1],\"demoData\":[16]}]]],[\"sqm-popup-container.cjs\",[[4,\"sqm-popup-container\",{\"poweredBy\":[4,\"powered-by\"],\"closeButton\":[4,\"close-button\"],\"closeButtonText\":[1,\"close-button-text\"],\"embedPadding\":[1,\"embed-padding\"],\"popupPadding\":[1,\"popup-padding\"]}]]],[\"sqm-portal-logout.cjs\",[[1,\"sqm-portal-logout\",{\"nextPage\":[1,\"next-page\"],\"ignored\":[32]}]]],[\"sqm-portal-protected-route.cjs\",[[1,\"sqm-portal-protected-route\",{\"redirectTo\":[1,\"redirect-to\"],\"requireEmailVerification\":[4,\"require-email-verification\"],\"redirectToUnverified\":[1,\"redirect-to-unverified\"],\"ignored\":[32]}]]],[\"sqm-route.cjs\",[[1,\"sqm-route\",{\"path\":[1],\"ignored\":[32]}]]],[\"sqm-tab.cjs\",[[4,\"sqm-tab\",{\"header\":[1]}]]],[\"sqm-tabs.cjs\",[[1,\"sqm-tabs\",{\"placement\":[1]}]]],[\"sqm-text-span.cjs\",[[0,\"sqm-text-span\",{\"text\":[1],\"type\":[1],\"ignored\":[32]}]]],[\"sqm-rewards-table-customer-note-cell.cjs\",[[1,\"sqm-rewards-table-customer-note-cell\",{\"note\":[1],\"locale\":[1],\"ignored\":[32]}]]],[\"sqm-password-field.cjs\",[[0,\"sqm-password-field\",{\"fieldLabel\":[1,\"field-label\"],\"disableValidation\":[4,\"disable-validation\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-form-message.cjs\",[[1,\"sqm-form-message\",{\"type\":[1],\"icon\":[1],\"ignored\":[32]}]]],[\"sqm-empty_5.cjs\",[[1,\"sqm-empty\",{\"emptyStateImage\":[1,\"empty-state-image\"],\"emptyStateHeader\":[1,\"empty-state-header\"],\"emptyStateText\":[1,\"empty-state-text\"]}],[1,\"sqm-image\",{\"imageUrl\":[1,\"image-url\"],\"alignment\":[1],\"backgroundColor\":[1,\"background-color\"],\"minHeight\":[1,\"min-height\"]}],[1,\"sqm-portal-container\",{\"direction\":[1],\"padding\":[1],\"gap\":[1],\"minWidth\":[1,\"min-width\"],\"display\":[1],\"justifyContent\":[1,\"justify-content\"],\"maxWidth\":[1,\"max-width\"],\"center\":[4],\"backgroundColor\":[1,\"background-color\"],\"ignored\":[32]}],[4,\"sqm-text\",{\"ignored\":[32]}],[1,\"sqm-titled-section\",{\"label\":[1],\"textAlign\":[1,\"text-align\"],\"labelMargin\":[1,\"label-margin\"],\"padding\":[1]}]]],[\"sqm-big-stat_39.cjs\",[[1,\"sqm-leaderboard\",{\"programId\":[1,\"program-id\"],\"usersheading\":[1],\"statsheading\":[1],\"rankheading\":[1],\"showRank\":[4,\"show-rank\"],\"hideViewer\":[4,\"hide-viewer\"],\"rankType\":[1,\"rank-type\"],\"leaderboardType\":[1,\"leaderboard-type\"],\"anonymousUser\":[1,\"anonymous-user\"],\"interval\":[1],\"maxRows\":[2,\"max-rows\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-reward-exchange-list\",{\"notAvailableError\":[1,\"not-available-error\"],\"chooseRewardTitle\":[1,\"choose-reward-title\"],\"chooseAmountTitle\":[1,\"choose-amount-title\"],\"confirmationTitle\":[1,\"confirmation-title\"],\"rewardTitle\":[1,\"reward-title\"],\"cancelText\":[1,\"cancel-text\"],\"backText\":[1,\"back-text\"],\"continueText\":[1,\"continue-text\"],\"continueToConfirmationText\":[1,\"continue-to-confirmation-text\"],\"redeemText\":[1,\"redeem-text\"],\"redeemTitle\":[1,\"redeem-title\"],\"redemptionSuccessText\":[1,\"redemption-success-text\"],\"sourceAmountMessage\":[1,\"source-amount-message\"],\"tooltipText\":[1,\"tooltip-text\"],\"doneText\":[1,\"done-text\"],\"selectText\":[1,\"select-text\"],\"queryError\":[1,\"query-error\"],\"redemptionError\":[1,\"redemption-error\"],\"notEnoughError\":[1,\"not-enough-error\"],\"rewardRedeemedText\":[1,\"reward-redeemed-text\"],\"promoCode\":[1,\"promo-code\"],\"skeletonCardNum\":[2,\"skeleton-card-num\"],\"rewardNameTitle\":[1,\"reward-name-title\"],\"rewardAmountTitle\":[1,\"reward-amount-title\"],\"costTitle\":[1,\"cost-title\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-change-password\",{\"modalChangePasswordHeader\":[1,\"modal-change-password-header\"],\"cancelText\":[1,\"cancel-text\"],\"changePasswordButtonText\":[1,\"change-password-button-text\"],\"passwordFieldLabel\":[1,\"password-field-label\"],\"confirmPasswordFieldLabel\":[1,\"confirm-password-field-label\"],\"successMessage\":[1,\"success-message\"],\"portalChangePasswordHeader\":[1,\"portal-change-password-header\"],\"portalChangePasswordButtonText\":[1,\"portal-change-password-button-text\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-register\",{\"nextPage\":[1,\"next-page\"],\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginLabel\":[1,\"login-label\"],\"confirmPasswordLabel\":[1,\"confirm-password-label\"],\"confirmPassword\":[4,\"confirm-password\"],\"disablePasswordValidation\":[4,\"disable-password-validation\"],\"hideInputs\":[4,\"hide-inputs\"],\"pageLabel\":[1,\"page-label\"],\"loginPath\":[1,\"login-path\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"passwordMismatchErrorMessage\":[1,\"password-mismatch-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-coupon-code\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"couponCodeLabel\":[1,\"coupon-code-label\"],\"cancelledErrorText\":[1,\"cancelled-error-text\"],\"redeemedErrorText\":[1,\"redeemed-error-text\"],\"expiredErrorText\":[1,\"expired-error-text\"],\"fullfillmentErrorText\":[1,\"fullfilled-error-text\"],\"pendingErrorText\":[1,\"pending-error-text\"],\"genericErrorText\":[1,\"error-text\"],\"couponCodePlaceholder\":[1,\"coupon-code-placeholder\"],\"demoData\":[16]}],[1,\"sqm-edit-profile\",{\"editprofileheader\":[1],\"editprofiletext\":[1],\"canceltext\":[1],\"updatetext\":[1],\"firstnametext\":[1],\"lastnametext\":[1],\"currentregiontext\":[1],\"showregion\":[4],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-login\",{\"nextPage\":[1,\"next-page\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"forgotPasswordPath\":[1,\"forgot-password-path\"],\"forgotPasswordLabel\":[1,\"forgot-password-label\"],\"registerLabel\":[1,\"register-label\"],\"registerPath\":[1,\"register-path\"],\"pageLabel\":[1,\"page-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-big-stat\",{\"statType\":[1,\"stat-type\"],\"flexReverse\":[4,\"flex-reverse\"],\"alignment\":[1],\"programId\":[1,\"program-id\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-brand\",{\"brandColor\":[1,\"brand-color\"],\"brandFont\":[1,\"brand-font\"]}],[1,\"sqm-card-feed\",{\"width\":[2],\"gap\":[2],\"ignored\":[32]}],[0,\"sqm-checkbox-field\",{\"checkboxName\":[1,\"checkbox-name\"],\"checkboxLabel\":[1,\"checkbox-label\"],\"checkboxLabelLink\":[1,\"checkbox-label-link\"],\"checkboxLabelLinkText\":[1,\"checkbox-label-link-text\"],\"errorMessage\":[1,\"error-message\"],\"checkboxOptional\":[4,\"checkbox-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-divided-layout\",{\"direction\":[1],\"dividerStyle\":[1,\"divider-style\"]}],[4,\"sqm-dropdown-field\",{\"dropdownName\":[1,\"dropdown-name\"],\"dropdownLabel\":[1,\"dropdown-label\"],\"errorMessage\":[1,\"error-message\"],\"dropdownOptional\":[4,\"dropdown-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-hero\",{\"columns\":[2],\"minHeight\":[2,\"min-height\"],\"background\":[1],\"paddingSize\":[1,\"padding-size\"],\"secondaryBackground\":[1,\"secondary-background\"],\"wrapDirection\":[1,\"wrap-direction\"]}],[1,\"sqm-hero-image\",{\"imageUrl\":[1,\"image-url\"],\"overlayColor\":[1,\"overlay-color\"],\"overlayOpacity\":[1,\"overlay-opacity\"],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"layout\":[1],\"imagePercentage\":[2,\"image-percentage\"],\"imagePos\":[1,\"image-pos\"],\"imageMobilePos\":[1,\"image-mobile-pos\"],\"header\":[1],\"description\":[1],\"buttonText\":[1,\"button-text\"],\"buttonLink\":[1,\"button-link\"],\"buttonNewTab\":[4,\"button-new-tab\"],\"paddingText\":[1,\"padding-text\"],\"paddingImage\":[1,\"padding-image\"]}],[0,\"sqm-hook-story-container\",{\"hookStory\":[16],\"ignored\":[32]}],[0,\"sqm-input-field\",{\"fieldName\":[1,\"field-name\"],\"fieldLabel\":[1,\"field-label\"],\"fieldType\":[1,\"field-type\"],\"errorMessage\":[1,\"error-message\"],\"fieldOptional\":[4,\"field-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-link-button\",{\"link\":[1],\"openInNewTab\":[4,\"open-in-new-tab\"],\"buttonText\":[1,\"button-text\"]}],[0,\"sqm-name-fields\",{\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-navigation-menu\",{\"includeDropdown\":[4,\"include-dropdown\"],\"menuLabel\":[1,\"menu-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-footer\",{\"hideSupportText\":[4,\"hide-support-text\"],\"supportEmail\":[1,\"support-email\"],\"supportText\":[1,\"support-text\"],\"termsLink\":[1,\"terms-link\"],\"termsText\":[1,\"terms-text\"],\"faqLink\":[1,\"faq-link\"],\"faqText\":[1,\"faq-text\"],\"hidePoweredBy\":[4,\"hide-powered-by\"],\"poweredByLink\":[1,\"powered-by-link\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"ignored\":[32]}],[1,\"sqm-portal-frame\",{\"notFullScreen\":[4,\"not-full-screen\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-program-explainer\",{\"header\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"ignored\":[32]}],[1,\"sqm-program-explainer-step\",{\"header\":[1],\"description\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"imageUrl\":[1,\"image-url\"],\"icon\":[1]}],[4,\"sqm-program-menu\",{\"ignored\":[32]}],[1,\"sqm-referral-card\",{\"verticalAlignment\":[1,\"vertical-alignment\"],\"hideBorder\":[4,\"hide-border\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"limitWidth\":[4,\"limit-width\"],\"ignored\":[32]}],[0,\"sqm-referral-iframe\",{\"iframeSrc\":[1,\"iframe-src\"],\"iframeHeight\":[1,\"iframe-height\"],\"iframeWidth\":[1,\"iframe-width\"],\"demoData\":[16],\"ignored\":[32]}],[4,\"sqm-router\",{\"ignored\":[32]}],[1,\"sqm-scroll\",{\"buttonType\":[1,\"button-type\"],\"buttonText\":[1,\"button-text\"],\"scrollTagName\":[1,\"scroll-tag-name\"],\"scrollId\":[1,\"scroll-id\"],\"scrollAnimation\":[1,\"scroll-animation\"],\"size\":[1],\"outline\":[4],\"pill\":[4],\"circle\":[4],\"iconSlot\":[1,\"icon-slot\"],\"iconName\":[1,\"icon-name\"],\"mobile\":[4],\"ignored\":[32]}],[1,\"sqm-share-button\",{\"medium\":[1],\"programId\":[1,\"program-id\"],\"borderradius\":[2],\"backgroundcolor\":[1],\"textcolor\":[1],\"pill\":[4],\"disabled\":[4],\"type\":[1],\"size\":[1],\"iconslot\":[1],\"icon\":[1],\"hideicon\":[4],\"hidetext\":[4],\"sharetitle\":[1],\"sharetext\":[1],\"demoData\":[16]}],[1,\"sqm-share-code\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"demoData\":[16]}],[1,\"sqm-share-link\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"demoData\":[16]}],[1,\"sqm-stat-container\",{\"space\":[1],\"display\":[1],\"ignored\":[32]}],[1,\"sqm-task-card\",{\"rewardAmount\":[1,\"reward-amount\"],\"rewardUnit\":[1,\"reward-unit\"],\"cardTitle\":[1,\"card-title\"],\"description\":[1],\"repeatable\":[4],\"finite\":[2],\"showProgressBar\":[4,\"show-progress-bar\"],\"goal\":[2],\"steps\":[4],\"progressBarUnit\":[1,\"progress-bar-unit\"],\"expiryMessage\":[1,\"expiry-message\"],\"rewardDuration\":[1,\"reward-duration\"],\"startsOnMessage\":[1,\"starts-on-message\"],\"displayDuration\":[1,\"display-duration\"],\"endedMessage\":[1,\"ended-message\"],\"completedText\":[1,\"completed-text\"],\"buttonText\":[1,\"button-text\"],\"buttonLink\":[1,\"button-link\"],\"openNewTab\":[4,\"open-new-tab\"],\"statType\":[1,\"stat-type\"],\"eventKey\":[1,\"event-key\"],\"programId\":[1,\"program-id\"],\"hideButton\":[4,\"hide-button\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-timeline\",{\"icon\":[1],\"ignored\":[32]}],[1,\"sqm-timeline-entry\",{\"reward\":[1],\"unit\":[1],\"desc\":[1],\"icon\":[1],\"ignored\":[32],\"iconState\":[32],\"setIcon\":[64]}],[1,\"sqm-user-name\",{\"fallback\":[1],\"loadingText\":[1,\"loading-text\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-table-cell\",{\"colspan\":[2],\"padding\":[1]}],[1,\"sqm-table-row\",{\"border\":[1]}]]],[\"sqm-rewards-table_9.cjs\",[[1,\"sqm-rewards-table\",{\"programId\":[1,\"program-id\"],\"perPage\":[2,\"per-page\"],\"hideLabels\":[4,\"hide-labels\"],\"prevLabel\":[1,\"prev-label\"],\"moreLabel\":[1,\"more-label\"],\"hiddenColumns\":[1,\"hidden-columns\"],\"smBreakpoint\":[2,\"sm-breakpoint\"],\"mdBreakpoint\":[2,\"md-breakpoint\"],\"demoData\":[16]}],[1,\"sqm-rewards-table-date-column\",{\"columnTitle\":[1,\"column-title\"],\"dateShown\":[1,\"date-shown\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-reward-column\",{\"columnTitle\":[1,\"column-title\"],\"redeemedText\":[1,\"redeemed-text\"],\"availableText\":[1,\"available-text\"],\"copyText\":[1,\"copy-text\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-source-column\",{\"columnTitle\":[1,\"column-title\"],\"anonymousUser\":[1,\"anonymous-user\"],\"deletedUser\":[1,\"deleted-user\"],\"rewardExchangeText\":[1,\"reward-exchange-text\"],\"referralText\":[1,\"referral-text\"],\"rewardSourceText\":[1,\"reward-source-text\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-status-column\",{\"columnTitle\":[1,\"column-title\"],\"statusText\":[1,\"status-text\"],\"expiryText\":[1,\"expiry-text\"],\"pendingUsTax\":[1,\"pending-us-tax\"],\"pendingScheduled\":[1,\"pending-scheduled\"],\"pendingUnhandled\":[1,\"pending-unhandled\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-date-cell\",{\"date\":[2],\"locale\":[1],\"ignored\":[32]}],[1,\"sqm-rewards-table-reward-cell\",{\"reward\":[16],\"redeemedText\":[1,\"redeemed-text\"],\"availableText\":[1,\"available-text\"],\"copyText\":[1,\"copy-text\"],\"locale\":[1]}],[1,\"sqm-rewards-table-source-cell\",{\"reward\":[16],\"deletedUserText\":[1,\"deleted-user-text\"],\"anonymousUserText\":[1,\"anonymous-user-text\"],\"rewardExchangeText\":[1,\"reward-exchange-text\"],\"referralText\":[1,\"referral-text\"],\"rewardSourceText\":[1,\"reward-source-text\"],\"locale\":[1]}],[1,\"sqm-rewards-table-status-cell\",{\"statusText\":[1,\"status-text\"],\"reward\":[16],\"expiryText\":[1,\"expiry-text\"],\"locale\":[1],\"pendingUsTax\":[1,\"pending-us-tax\"],\"pendingScheduled\":[1,\"pending-scheduled\"],\"pendingUnhandled\":[1,\"pending-unhandled\"]}]]],[\"sqm-referral-table_11.cjs\",[[1,\"sqm-referral-table-column\",{\"columnTitle\":[1,\"column-title\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-referral-table\",{\"programId\":[1,\"program-id\"],\"perPage\":[2,\"per-page\"],\"hideLabels\":[4,\"hide-labels\"],\"prevLabel\":[1,\"prev-label\"],\"moreLabel\":[1,\"more-label\"],\"showReferrer\":[4,\"show-referrer\"],\"hiddenColumns\":[1,\"hidden-columns\"],\"smBreakpoint\":[2,\"sm-breakpoint\"],\"mdBreakpoint\":[2,\"md-breakpoint\"],\"demoData\":[16]}],[1,\"sqm-referral-table-date-column\",{\"columnTitle\":[1,\"column-title\"],\"dateShown\":[1,\"date-shown\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-rewards-column\",{\"columnTitle\":[1,\"column-title\"],\"statusText\":[1,\"status-text\"],\"statusLongText\":[1,\"status-long-text\"],\"fuelTankText\":[1,\"fuel-tank-text\"],\"rewardReceivedText\":[1,\"reward-received-text\"],\"expiringText\":[1,\"expiring-text\"],\"pendingForText\":[1,\"pending-for-text\"],\"hideDetails\":[4,\"hide-details\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-status-column\",{\"columnTitle\":[1,\"column-title\"],\"convertedStatusText\":[1,\"converted-status-text\"],\"inProgressStatusText\":[1,\"in-progress-status-text\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-user-column\",{\"columnTitle\":[1,\"column-title\"],\"anonymousUser\":[1,\"anonymous-user\"],\"deletedUser\":[1,\"deleted-user\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-cell\",{\"innerTemplate\":[1,\"inner-template\"],\"ignored\":[32]}],[1,\"sqm-referral-table-date-cell\",{\"date\":[2],\"locale\":[1],\"ignored\":[32]}],[1,\"sqm-referral-table-rewards-cell\",{\"rewards\":[16],\"hideDetails\":[4,\"hide-details\"],\"statusText\":[1,\"status-text\"],\"statusLongText\":[1,\"status-long-text\"],\"fuelTankText\":[1,\"fuel-tank-text\"],\"rewardReceivedText\":[1,\"reward-received-text\"],\"expiringText\":[1,\"expiring-text\"],\"pendingForText\":[1,\"pending-for-text\"],\"locale\":[1]}],[1,\"sqm-referral-table-status-cell\",{\"statusText\":[1,\"status-text\"],\"converted\":[4]}],[1,\"sqm-referral-table-user-cell\",{\"name\":[1]}]]]]"), options);
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
|
|
@@ -41,5 +41,5 @@ const patchCloneNodeFix = (HTMLElementPrototype) => {
|
|
|
41
41
|
};
|
|
42
42
|
|
|
43
43
|
patchBrowser().then(options => {
|
|
44
|
-
return index.bootstrapLazy(JSON.parse("[[\"sqm-stencilbook.cjs\",[[4,\"sqm-stencilbook\",{\"ignored\":[32]}]]],[\"sqm-portal-registration-form.cjs\",[[1,\"sqm-portal-registration-form\",{\"nextPage\":[1,\"next-page\"],\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginLabel\":[1,\"login-label\"],\"confirmPasswordLabel\":[1,\"confirm-password-label\"],\"confirmPassword\":[4,\"confirm-password\"],\"disablePasswordValidation\":[4,\"disable-password-validation\"],\"hideInputs\":[4,\"hide-inputs\"],\"pageLabel\":[1,\"page-label\"],\"loginPath\":[1,\"login-path\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"passwordMismatchErrorMessage\":[1,\"password-mismatch-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"formDisabledErrorMessage\":[1,\"form-disabled-error-message\"],\"formKey\":[1,\"form-key\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-reset-password.cjs\",[[1,\"sqm-portal-reset-password\",{\"nextPage\":[1,\"next-page\"],\"failedPage\":[1,\"failed-page\"],\"confirmPassword\":[4,\"confirm-password\"],\"resetPasswordHeader\":[1,\"reset-password-header\"],\"passwordResetHeader\":[1,\"password-reset-header\"],\"resetPasswordButtonText\":[1,\"reset-password-button-text\"],\"continueButtonText\":[1,\"continue-button-text\"],\"confirmPasswordFieldLabel\":[1,\"confirm-password-field-label\"],\"passwordFieldLabel\":[1,\"password-field-label\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-instant-access-registration.cjs\",[[1,\"sqm-instant-access-registration\",{\"emailLabel\":[1,\"email-label\"],\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"registerLabel\":[1,\"register-label\"],\"includeName\":[4,\"include-name\"],\"hideBorder\":[4,\"hide-border\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"includeCookies\":[4,\"include-cookies\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-email-verification.cjs\",[[1,\"sqm-portal-email-verification\",{\"redirectPath\":[1,\"redirect-path\"],\"emailVerificationHeader\":[1,\"email-verification-header\"],\"resendEmailButtonText\":[1,\"resend-email-button-text\"],\"verifyMessage\":[1,\"verify-message\"],\"verificationStatusMessage\":[1,\"verification-status-message\"],\"verificationLoadingMessage\":[1,\"verification-loading-message\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-forgot-password.cjs\",[[1,\"sqm-portal-forgot-password\",{\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginPath\":[1,\"login-path\"],\"headerText\":[1,\"header-text\"],\"loginText\":[1,\"login-text\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-profile.cjs\",[[1,\"sqm-portal-profile\",{\"firstnametext\":[1],\"lastnametext\":[1],\"emailtext\":[1],\"countrytext\":[1],\"editProfileHeader\":[1,\"edit-profile-header\"],\"editProfileSubHeader\":[1,\"edit-profile-sub-header\"],\"submitChangeButtonText\":[1,\"submit-change-button-text\"],\"hideCountry\":[4,\"hide-country\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-verify-email.cjs\",[[1,\"sqm-portal-verify-email\",{\"nextPage\":[1,\"next-page\"],\"failedPage\":[1,\"failed-page\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-referred-registration.cjs\",[[1,\"sqm-referred-registration\",{\"emailLabel\":[1,\"email-label\"],\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"registerLabel\":[1,\"register-label\"],\"includeName\":[4,\"include-name\"],\"hideBorder\":[4,\"hide-border\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"includeCookies\":[4,\"include-cookies\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-rewards-table-customer-note-column.cjs\",[[1,\"sqm-rewards-table-customer-note-column\",{\"columnTitle\":[1,\"column-title\"],\"renderCell\":[64],\"renderLabel\":[64]}]]],[\"raisins-plop-target.cjs\",[[4,\"raisins-plop-target\",{\"renderCell\":[64],\"renderLabel\":[64]}]]],[\"sqm-asset-card.cjs\",[[1,\"sqm-asset-card\",{\"titleText\":[1,\"title-text\"],\"imgUrl\":[1,\"img-url\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-close-button.cjs\",[[1,\"sqm-close-button\",{\"color\":[1]}]]],[\"sqm-graphql-client-provider.cjs\",[[4,\"sqm-graphql-client-provider\",{\"domain\":[1],\"ignored\":[32]}]]],[\"sqm-header-logo.cjs\",[[1,\"sqm-header-logo\",{\"imageUrl\":[1,\"image-url\"],\"nextPage\":[1,\"next-page\"],\"height\":[2]}]]],[\"sqm-leaderboard-rank.cjs\",[[1,\"sqm-leaderboard-rank\",{\"rankType\":[1,\"rank-type\"],\"rankText\":[1,\"rank-text\"],\"leaderboardType\":[1,\"leaderboard-type\"],\"unrankedText\":[1,\"unranked-text\"],\"interval\":[1],\"programId\":[1,\"program-id\"],\"demoData\":[16]}]]],[\"sqm-logout-current-user.cjs\",[[1,\"sqm-logout-current-user\",{\"userIdentificationText\":[1,\"user-identification-text\"],\"switchUserText\":[1,\"switch-user-text\"],\"demoData\":[16]}]]],[\"sqm-navigation-sidebar.cjs\",[[1,\"sqm-navigation-sidebar\",{\"ignored\":[32]}]]],[\"sqm-navigation-sidebar-item.cjs\",[[1,\"sqm-navigation-sidebar-item\",{\"path\":[1],\"icon\":[1],\"label\":[1],\"demoData\":[16]}]]],[\"sqm-popup-container.cjs\",[[4,\"sqm-popup-container\",{\"poweredBy\":[4,\"powered-by\"],\"closeButton\":[4,\"close-button\"],\"closeButtonText\":[1,\"close-button-text\"],\"embedPadding\":[1,\"embed-padding\"],\"popupPadding\":[1,\"popup-padding\"]}]]],[\"sqm-portal-logout.cjs\",[[1,\"sqm-portal-logout\",{\"nextPage\":[1,\"next-page\"],\"ignored\":[32]}]]],[\"sqm-portal-protected-route.cjs\",[[1,\"sqm-portal-protected-route\",{\"redirectTo\":[1,\"redirect-to\"],\"requireEmailVerification\":[4,\"require-email-verification\"],\"redirectToUnverified\":[1,\"redirect-to-unverified\"],\"ignored\":[32]}]]],[\"sqm-route.cjs\",[[1,\"sqm-route\",{\"path\":[1],\"ignored\":[32]}]]],[\"sqm-tab.cjs\",[[4,\"sqm-tab\",{\"header\":[1]}]]],[\"sqm-tabs.cjs\",[[1,\"sqm-tabs\",{\"placement\":[1]}]]],[\"sqm-text-span.cjs\",[[0,\"sqm-text-span\",{\"text\":[1],\"type\":[1],\"ignored\":[32]}]]],[\"sqm-rewards-table-customer-note-cell.cjs\",[[1,\"sqm-rewards-table-customer-note-cell\",{\"note\":[1],\"locale\":[1],\"ignored\":[32]}]]],[\"sqm-password-field.cjs\",[[0,\"sqm-password-field\",{\"fieldLabel\":[1,\"field-label\"],\"disableValidation\":[4,\"disable-validation\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-form-message.cjs\",[[1,\"sqm-form-message\",{\"type\":[1],\"icon\":[1],\"ignored\":[32]}]]],[\"sqm-empty_5.cjs\",[[1,\"sqm-empty\",{\"emptyStateImage\":[1,\"empty-state-image\"],\"emptyStateHeader\":[1,\"empty-state-header\"],\"emptyStateText\":[1,\"empty-state-text\"]}],[1,\"sqm-image\",{\"imageUrl\":[1,\"image-url\"],\"alignment\":[1],\"backgroundColor\":[1,\"background-color\"],\"minHeight\":[1,\"min-height\"]}],[1,\"sqm-portal-container\",{\"direction\":[1],\"padding\":[1],\"gap\":[1],\"minWidth\":[1,\"min-width\"],\"display\":[1],\"justifyContent\":[1,\"justify-content\"],\"maxWidth\":[1,\"max-width\"],\"center\":[4],\"backgroundColor\":[1,\"background-color\"],\"ignored\":[32]}],[4,\"sqm-text\",{\"ignored\":[32]}],[1,\"sqm-titled-section\",{\"label\":[1],\"textAlign\":[1,\"text-align\"],\"labelMargin\":[1,\"label-margin\"],\"padding\":[1]}]]],[\"sqm-big-stat_39.cjs\",[[1,\"sqm-leaderboard\",{\"programId\":[1,\"program-id\"],\"usersheading\":[1],\"statsheading\":[1],\"rankheading\":[1],\"showRank\":[4,\"show-rank\"],\"hideViewer\":[4,\"hide-viewer\"],\"rankType\":[1,\"rank-type\"],\"leaderboardType\":[1,\"leaderboard-type\"],\"anonymousUser\":[1,\"anonymous-user\"],\"interval\":[1],\"maxRows\":[2,\"max-rows\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-reward-exchange-list\",{\"notAvailableError\":[1,\"not-available-error\"],\"chooseRewardTitle\":[1,\"choose-reward-title\"],\"chooseAmountTitle\":[1,\"choose-amount-title\"],\"confirmationTitle\":[1,\"confirmation-title\"],\"rewardTitle\":[1,\"reward-title\"],\"cancelText\":[1,\"cancel-text\"],\"backText\":[1,\"back-text\"],\"continueText\":[1,\"continue-text\"],\"continueToConfirmationText\":[1,\"continue-to-confirmation-text\"],\"redeemText\":[1,\"redeem-text\"],\"redeemTitle\":[1,\"redeem-title\"],\"redemptionSuccessText\":[1,\"redemption-success-text\"],\"sourceAmountMessage\":[1,\"source-amount-message\"],\"tooltipText\":[1,\"tooltip-text\"],\"doneText\":[1,\"done-text\"],\"selectText\":[1,\"select-text\"],\"queryError\":[1,\"query-error\"],\"redemptionError\":[1,\"redemption-error\"],\"notEnoughError\":[1,\"not-enough-error\"],\"rewardRedeemedText\":[1,\"reward-redeemed-text\"],\"promoCode\":[1,\"promo-code\"],\"skeletonCardNum\":[2,\"skeleton-card-num\"],\"rewardNameTitle\":[1,\"reward-name-title\"],\"rewardAmountTitle\":[1,\"reward-amount-title\"],\"costTitle\":[1,\"cost-title\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-change-password\",{\"modalChangePasswordHeader\":[1,\"modal-change-password-header\"],\"cancelText\":[1,\"cancel-text\"],\"changePasswordButtonText\":[1,\"change-password-button-text\"],\"passwordFieldLabel\":[1,\"password-field-label\"],\"confirmPasswordFieldLabel\":[1,\"confirm-password-field-label\"],\"successMessage\":[1,\"success-message\"],\"portalChangePasswordHeader\":[1,\"portal-change-password-header\"],\"portalChangePasswordButtonText\":[1,\"portal-change-password-button-text\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-register\",{\"nextPage\":[1,\"next-page\"],\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginLabel\":[1,\"login-label\"],\"confirmPasswordLabel\":[1,\"confirm-password-label\"],\"confirmPassword\":[4,\"confirm-password\"],\"disablePasswordValidation\":[4,\"disable-password-validation\"],\"hideInputs\":[4,\"hide-inputs\"],\"pageLabel\":[1,\"page-label\"],\"loginPath\":[1,\"login-path\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"passwordMismatchErrorMessage\":[1,\"password-mismatch-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-coupon-code\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"couponCodeLabel\":[1,\"coupon-code-label\"],\"cancelledErrorText\":[1,\"cancelled-error-text\"],\"redeemedErrorText\":[1,\"redeemed-error-text\"],\"expiredErrorText\":[1,\"expired-error-text\"],\"fullfillmentErrorText\":[1,\"fullfilled-error-text\"],\"pendingErrorText\":[1,\"pending-error-text\"],\"genericErrorText\":[1,\"error-text\"],\"couponCodePlaceholder\":[1,\"coupon-code-placeholder\"],\"demoData\":[16]}],[1,\"sqm-edit-profile\",{\"editprofileheader\":[1],\"editprofiletext\":[1],\"canceltext\":[1],\"updatetext\":[1],\"firstnametext\":[1],\"lastnametext\":[1],\"currentregiontext\":[1],\"showregion\":[4],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-login\",{\"nextPage\":[1,\"next-page\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"forgotPasswordPath\":[1,\"forgot-password-path\"],\"forgotPasswordLabel\":[1,\"forgot-password-label\"],\"registerLabel\":[1,\"register-label\"],\"registerPath\":[1,\"register-path\"],\"pageLabel\":[1,\"page-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-big-stat\",{\"statType\":[1,\"stat-type\"],\"flexReverse\":[4,\"flex-reverse\"],\"alignment\":[1],\"programId\":[1,\"program-id\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-brand\",{\"brandColor\":[1,\"brand-color\"],\"brandFont\":[1,\"brand-font\"]}],[1,\"sqm-card-feed\",{\"width\":[2],\"gap\":[2],\"ignored\":[32]}],[0,\"sqm-checkbox-field\",{\"checkboxName\":[1,\"checkbox-name\"],\"checkboxLabel\":[1,\"checkbox-label\"],\"checkboxLabelLink\":[1,\"checkbox-label-link\"],\"checkboxLabelLinkText\":[1,\"checkbox-label-link-text\"],\"errorMessage\":[1,\"error-message\"],\"checkboxOptional\":[4,\"checkbox-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-divided-layout\",{\"direction\":[1],\"dividerStyle\":[1,\"divider-style\"]}],[4,\"sqm-dropdown-field\",{\"dropdownName\":[1,\"dropdown-name\"],\"dropdownLabel\":[1,\"dropdown-label\"],\"errorMessage\":[1,\"error-message\"],\"dropdownOptional\":[4,\"dropdown-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-hero\",{\"columns\":[2],\"minHeight\":[2,\"min-height\"],\"background\":[1],\"paddingSize\":[1,\"padding-size\"],\"secondaryBackground\":[1,\"secondary-background\"],\"wrapDirection\":[1,\"wrap-direction\"]}],[1,\"sqm-hero-image\",{\"imageUrl\":[1,\"image-url\"],\"overlayColor\":[1,\"overlay-color\"],\"overlayOpacity\":[1,\"overlay-opacity\"],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"layout\":[1],\"imagePercentage\":[2,\"image-percentage\"],\"imagePos\":[1,\"image-pos\"],\"imageMobilePos\":[1,\"image-mobile-pos\"],\"header\":[1],\"description\":[1],\"buttonText\":[1,\"button-text\"],\"buttonLink\":[1,\"button-link\"],\"buttonNewTab\":[4,\"button-new-tab\"],\"paddingText\":[1,\"padding-text\"],\"paddingImage\":[1,\"padding-image\"]}],[0,\"sqm-hook-story-container\",{\"hookStory\":[16],\"ignored\":[32]}],[0,\"sqm-input-field\",{\"fieldName\":[1,\"field-name\"],\"fieldLabel\":[1,\"field-label\"],\"fieldType\":[1,\"field-type\"],\"errorMessage\":[1,\"error-message\"],\"fieldOptional\":[4,\"field-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-link-button\",{\"link\":[1],\"openInNewTab\":[4,\"open-in-new-tab\"],\"buttonText\":[1,\"button-text\"]}],[0,\"sqm-name-fields\",{\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-navigation-menu\",{\"includeDropdown\":[4,\"include-dropdown\"],\"menuLabel\":[1,\"menu-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-footer\",{\"hideSupportText\":[4,\"hide-support-text\"],\"supportEmail\":[1,\"support-email\"],\"supportText\":[1,\"support-text\"],\"termsLink\":[1,\"terms-link\"],\"termsText\":[1,\"terms-text\"],\"faqLink\":[1,\"faq-link\"],\"faqText\":[1,\"faq-text\"],\"hidePoweredBy\":[4,\"hide-powered-by\"],\"poweredByLink\":[1,\"powered-by-link\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"ignored\":[32]}],[1,\"sqm-portal-frame\",{\"notFullScreen\":[4,\"not-full-screen\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-program-explainer\",{\"header\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"ignored\":[32]}],[1,\"sqm-program-explainer-step\",{\"header\":[1],\"description\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"imageUrl\":[1,\"image-url\"],\"icon\":[1]}],[4,\"sqm-program-menu\",{\"ignored\":[32]}],[1,\"sqm-referral-card\",{\"verticalAlignment\":[1,\"vertical-alignment\"],\"hideBorder\":[4,\"hide-border\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"limitWidth\":[4,\"limit-width\"],\"ignored\":[32]}],[0,\"sqm-referral-iframe\",{\"iframeSrc\":[1,\"iframe-src\"],\"iframeHeight\":[1,\"iframe-height\"],\"iframeWidth\":[1,\"iframe-width\"],\"demoData\":[16],\"ignored\":[32]}],[4,\"sqm-router\",{\"ignored\":[32]}],[1,\"sqm-scroll\",{\"buttonType\":[1,\"button-type\"],\"buttonText\":[1,\"button-text\"],\"scrollTagName\":[1,\"scroll-tag-name\"],\"scrollId\":[1,\"scroll-id\"],\"scrollAnimation\":[1,\"scroll-animation\"],\"size\":[1],\"outline\":[4],\"pill\":[4],\"circle\":[4],\"iconSlot\":[1,\"icon-slot\"],\"iconName\":[1,\"icon-name\"],\"mobile\":[4],\"ignored\":[32]}],[1,\"sqm-share-button\",{\"medium\":[1],\"programId\":[1,\"program-id\"],\"borderradius\":[2],\"backgroundcolor\":[1],\"textcolor\":[1],\"pill\":[4],\"disabled\":[4],\"type\":[1],\"size\":[1],\"iconslot\":[1],\"icon\":[1],\"hideicon\":[4],\"hidetext\":[4],\"sharetitle\":[1],\"sharetext\":[1],\"demoData\":[16]}],[1,\"sqm-share-code\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"demoData\":[16]}],[1,\"sqm-share-link\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"demoData\":[16]}],[1,\"sqm-stat-container\",{\"space\":[1],\"display\":[1],\"ignored\":[32]}],[1,\"sqm-task-card\",{\"rewardAmount\":[1,\"reward-amount\"],\"rewardUnit\":[1,\"reward-unit\"],\"cardTitle\":[1,\"card-title\"],\"description\":[1],\"repeatable\":[4],\"finite\":[2],\"showProgressBar\":[4,\"show-progress-bar\"],\"goal\":[2],\"steps\":[4],\"progressBarUnit\":[1,\"progress-bar-unit\"],\"expiryMessage\":[1,\"expiry-message\"],\"rewardDuration\":[1,\"reward-duration\"],\"startsOnMessage\":[1,\"starts-on-message\"],\"displayDuration\":[1,\"display-duration\"],\"endedMessage\":[1,\"ended-message\"],\"completedText\":[1,\"completed-text\"],\"buttonText\":[1,\"button-text\"],\"buttonLink\":[1,\"button-link\"],\"openNewTab\":[4,\"open-new-tab\"],\"statType\":[1,\"stat-type\"],\"eventKey\":[1,\"event-key\"],\"programId\":[1,\"program-id\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-timeline\",{\"icon\":[1],\"ignored\":[32]}],[1,\"sqm-timeline-entry\",{\"reward\":[1],\"unit\":[1],\"desc\":[1],\"icon\":[1],\"ignored\":[32],\"iconState\":[32],\"setIcon\":[64]}],[1,\"sqm-user-name\",{\"fallback\":[1],\"loadingText\":[1,\"loading-text\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-table-cell\",{\"colspan\":[2],\"padding\":[1]}],[1,\"sqm-table-row\",{\"border\":[1]}]]],[\"sqm-rewards-table_9.cjs\",[[1,\"sqm-rewards-table\",{\"programId\":[1,\"program-id\"],\"perPage\":[2,\"per-page\"],\"hideLabels\":[4,\"hide-labels\"],\"prevLabel\":[1,\"prev-label\"],\"moreLabel\":[1,\"more-label\"],\"hiddenColumns\":[1,\"hidden-columns\"],\"smBreakpoint\":[2,\"sm-breakpoint\"],\"mdBreakpoint\":[2,\"md-breakpoint\"],\"demoData\":[16]}],[1,\"sqm-rewards-table-date-column\",{\"columnTitle\":[1,\"column-title\"],\"dateShown\":[1,\"date-shown\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-reward-column\",{\"columnTitle\":[1,\"column-title\"],\"redeemedText\":[1,\"redeemed-text\"],\"availableText\":[1,\"available-text\"],\"copyText\":[1,\"copy-text\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-source-column\",{\"columnTitle\":[1,\"column-title\"],\"anonymousUser\":[1,\"anonymous-user\"],\"deletedUser\":[1,\"deleted-user\"],\"rewardExchangeText\":[1,\"reward-exchange-text\"],\"referralText\":[1,\"referral-text\"],\"rewardSourceText\":[1,\"reward-source-text\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-status-column\",{\"columnTitle\":[1,\"column-title\"],\"statusText\":[1,\"status-text\"],\"expiryText\":[1,\"expiry-text\"],\"pendingUsTax\":[1,\"pending-us-tax\"],\"pendingScheduled\":[1,\"pending-scheduled\"],\"pendingUnhandled\":[1,\"pending-unhandled\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-date-cell\",{\"date\":[2],\"locale\":[1],\"ignored\":[32]}],[1,\"sqm-rewards-table-reward-cell\",{\"reward\":[16],\"redeemedText\":[1,\"redeemed-text\"],\"availableText\":[1,\"available-text\"],\"copyText\":[1,\"copy-text\"],\"locale\":[1]}],[1,\"sqm-rewards-table-source-cell\",{\"reward\":[16],\"deletedUserText\":[1,\"deleted-user-text\"],\"anonymousUserText\":[1,\"anonymous-user-text\"],\"rewardExchangeText\":[1,\"reward-exchange-text\"],\"referralText\":[1,\"referral-text\"],\"rewardSourceText\":[1,\"reward-source-text\"],\"locale\":[1]}],[1,\"sqm-rewards-table-status-cell\",{\"statusText\":[1,\"status-text\"],\"reward\":[16],\"expiryText\":[1,\"expiry-text\"],\"locale\":[1],\"pendingUsTax\":[1,\"pending-us-tax\"],\"pendingScheduled\":[1,\"pending-scheduled\"],\"pendingUnhandled\":[1,\"pending-unhandled\"]}]]],[\"sqm-referral-table_11.cjs\",[[1,\"sqm-referral-table-column\",{\"columnTitle\":[1,\"column-title\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-referral-table\",{\"programId\":[1,\"program-id\"],\"perPage\":[2,\"per-page\"],\"hideLabels\":[4,\"hide-labels\"],\"prevLabel\":[1,\"prev-label\"],\"moreLabel\":[1,\"more-label\"],\"showReferrer\":[4,\"show-referrer\"],\"hiddenColumns\":[1,\"hidden-columns\"],\"smBreakpoint\":[2,\"sm-breakpoint\"],\"mdBreakpoint\":[2,\"md-breakpoint\"],\"demoData\":[16]}],[1,\"sqm-referral-table-date-column\",{\"columnTitle\":[1,\"column-title\"],\"dateShown\":[1,\"date-shown\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-rewards-column\",{\"columnTitle\":[1,\"column-title\"],\"statusText\":[1,\"status-text\"],\"statusLongText\":[1,\"status-long-text\"],\"fuelTankText\":[1,\"fuel-tank-text\"],\"rewardReceivedText\":[1,\"reward-received-text\"],\"expiringText\":[1,\"expiring-text\"],\"pendingForText\":[1,\"pending-for-text\"],\"hideDetails\":[4,\"hide-details\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-status-column\",{\"columnTitle\":[1,\"column-title\"],\"convertedStatusText\":[1,\"converted-status-text\"],\"inProgressStatusText\":[1,\"in-progress-status-text\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-user-column\",{\"columnTitle\":[1,\"column-title\"],\"anonymousUser\":[1,\"anonymous-user\"],\"deletedUser\":[1,\"deleted-user\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-cell\",{\"innerTemplate\":[1,\"inner-template\"],\"ignored\":[32]}],[1,\"sqm-referral-table-date-cell\",{\"date\":[2],\"locale\":[1],\"ignored\":[32]}],[1,\"sqm-referral-table-rewards-cell\",{\"rewards\":[16],\"hideDetails\":[4,\"hide-details\"],\"statusText\":[1,\"status-text\"],\"statusLongText\":[1,\"status-long-text\"],\"fuelTankText\":[1,\"fuel-tank-text\"],\"rewardReceivedText\":[1,\"reward-received-text\"],\"expiringText\":[1,\"expiring-text\"],\"pendingForText\":[1,\"pending-for-text\"],\"locale\":[1]}],[1,\"sqm-referral-table-status-cell\",{\"statusText\":[1,\"status-text\"],\"converted\":[4]}],[1,\"sqm-referral-table-user-cell\",{\"name\":[1]}]]]]"), options);
|
|
44
|
+
return index.bootstrapLazy(JSON.parse("[[\"sqm-stencilbook.cjs\",[[4,\"sqm-stencilbook\",{\"ignored\":[32]}]]],[\"sqm-portal-registration-form.cjs\",[[1,\"sqm-portal-registration-form\",{\"nextPage\":[1,\"next-page\"],\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginLabel\":[1,\"login-label\"],\"confirmPasswordLabel\":[1,\"confirm-password-label\"],\"confirmPassword\":[4,\"confirm-password\"],\"disablePasswordValidation\":[4,\"disable-password-validation\"],\"hideInputs\":[4,\"hide-inputs\"],\"pageLabel\":[1,\"page-label\"],\"loginPath\":[1,\"login-path\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"passwordMismatchErrorMessage\":[1,\"password-mismatch-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"formDisabledErrorMessage\":[1,\"form-disabled-error-message\"],\"formKey\":[1,\"form-key\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-reset-password.cjs\",[[1,\"sqm-portal-reset-password\",{\"nextPage\":[1,\"next-page\"],\"failedPage\":[1,\"failed-page\"],\"confirmPassword\":[4,\"confirm-password\"],\"resetPasswordHeader\":[1,\"reset-password-header\"],\"passwordResetHeader\":[1,\"password-reset-header\"],\"resetPasswordButtonText\":[1,\"reset-password-button-text\"],\"continueButtonText\":[1,\"continue-button-text\"],\"confirmPasswordFieldLabel\":[1,\"confirm-password-field-label\"],\"passwordFieldLabel\":[1,\"password-field-label\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-instant-access-registration.cjs\",[[1,\"sqm-instant-access-registration\",{\"emailLabel\":[1,\"email-label\"],\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"registerLabel\":[1,\"register-label\"],\"includeName\":[4,\"include-name\"],\"hideBorder\":[4,\"hide-border\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"includeCookies\":[4,\"include-cookies\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-email-verification.cjs\",[[1,\"sqm-portal-email-verification\",{\"redirectPath\":[1,\"redirect-path\"],\"emailVerificationHeader\":[1,\"email-verification-header\"],\"resendEmailButtonText\":[1,\"resend-email-button-text\"],\"verifyMessage\":[1,\"verify-message\"],\"verificationStatusMessage\":[1,\"verification-status-message\"],\"verificationLoadingMessage\":[1,\"verification-loading-message\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-forgot-password.cjs\",[[1,\"sqm-portal-forgot-password\",{\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginPath\":[1,\"login-path\"],\"headerText\":[1,\"header-text\"],\"loginText\":[1,\"login-text\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-profile.cjs\",[[1,\"sqm-portal-profile\",{\"firstnametext\":[1],\"lastnametext\":[1],\"emailtext\":[1],\"countrytext\":[1],\"editProfileHeader\":[1,\"edit-profile-header\"],\"editProfileSubHeader\":[1,\"edit-profile-sub-header\"],\"submitChangeButtonText\":[1,\"submit-change-button-text\"],\"hideCountry\":[4,\"hide-country\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-portal-verify-email.cjs\",[[1,\"sqm-portal-verify-email\",{\"nextPage\":[1,\"next-page\"],\"failedPage\":[1,\"failed-page\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-referred-registration.cjs\",[[1,\"sqm-referred-registration\",{\"emailLabel\":[1,\"email-label\"],\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"registerLabel\":[1,\"register-label\"],\"includeName\":[4,\"include-name\"],\"hideBorder\":[4,\"hide-border\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"includeCookies\":[4,\"include-cookies\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-rewards-table-customer-note-column.cjs\",[[1,\"sqm-rewards-table-customer-note-column\",{\"columnTitle\":[1,\"column-title\"],\"renderCell\":[64],\"renderLabel\":[64]}]]],[\"raisins-plop-target.cjs\",[[4,\"raisins-plop-target\",{\"renderCell\":[64],\"renderLabel\":[64]}]]],[\"sqm-asset-card.cjs\",[[1,\"sqm-asset-card\",{\"titleText\":[1,\"title-text\"],\"imgUrl\":[1,\"img-url\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-close-button.cjs\",[[1,\"sqm-close-button\",{\"color\":[1]}]]],[\"sqm-graphql-client-provider.cjs\",[[4,\"sqm-graphql-client-provider\",{\"domain\":[1],\"ignored\":[32]}]]],[\"sqm-header-logo.cjs\",[[1,\"sqm-header-logo\",{\"imageUrl\":[1,\"image-url\"],\"nextPage\":[1,\"next-page\"],\"height\":[2]}]]],[\"sqm-leaderboard-rank.cjs\",[[1,\"sqm-leaderboard-rank\",{\"rankType\":[1,\"rank-type\"],\"rankText\":[1,\"rank-text\"],\"leaderboardType\":[1,\"leaderboard-type\"],\"unrankedText\":[1,\"unranked-text\"],\"interval\":[1],\"programId\":[1,\"program-id\"],\"demoData\":[16]}]]],[\"sqm-logout-current-user.cjs\",[[1,\"sqm-logout-current-user\",{\"userIdentificationText\":[1,\"user-identification-text\"],\"switchUserText\":[1,\"switch-user-text\"],\"demoData\":[16]}]]],[\"sqm-navigation-sidebar.cjs\",[[1,\"sqm-navigation-sidebar\",{\"ignored\":[32]}]]],[\"sqm-navigation-sidebar-item.cjs\",[[1,\"sqm-navigation-sidebar-item\",{\"path\":[1],\"icon\":[1],\"label\":[1],\"demoData\":[16]}]]],[\"sqm-popup-container.cjs\",[[4,\"sqm-popup-container\",{\"poweredBy\":[4,\"powered-by\"],\"closeButton\":[4,\"close-button\"],\"closeButtonText\":[1,\"close-button-text\"],\"embedPadding\":[1,\"embed-padding\"],\"popupPadding\":[1,\"popup-padding\"]}]]],[\"sqm-portal-logout.cjs\",[[1,\"sqm-portal-logout\",{\"nextPage\":[1,\"next-page\"],\"ignored\":[32]}]]],[\"sqm-portal-protected-route.cjs\",[[1,\"sqm-portal-protected-route\",{\"redirectTo\":[1,\"redirect-to\"],\"requireEmailVerification\":[4,\"require-email-verification\"],\"redirectToUnverified\":[1,\"redirect-to-unverified\"],\"ignored\":[32]}]]],[\"sqm-route.cjs\",[[1,\"sqm-route\",{\"path\":[1],\"ignored\":[32]}]]],[\"sqm-tab.cjs\",[[4,\"sqm-tab\",{\"header\":[1]}]]],[\"sqm-tabs.cjs\",[[1,\"sqm-tabs\",{\"placement\":[1]}]]],[\"sqm-text-span.cjs\",[[0,\"sqm-text-span\",{\"text\":[1],\"type\":[1],\"ignored\":[32]}]]],[\"sqm-rewards-table-customer-note-cell.cjs\",[[1,\"sqm-rewards-table-customer-note-cell\",{\"note\":[1],\"locale\":[1],\"ignored\":[32]}]]],[\"sqm-password-field.cjs\",[[0,\"sqm-password-field\",{\"fieldLabel\":[1,\"field-label\"],\"disableValidation\":[4,\"disable-validation\"],\"demoData\":[16],\"ignored\":[32]}]]],[\"sqm-form-message.cjs\",[[1,\"sqm-form-message\",{\"type\":[1],\"icon\":[1],\"ignored\":[32]}]]],[\"sqm-empty_5.cjs\",[[1,\"sqm-empty\",{\"emptyStateImage\":[1,\"empty-state-image\"],\"emptyStateHeader\":[1,\"empty-state-header\"],\"emptyStateText\":[1,\"empty-state-text\"]}],[1,\"sqm-image\",{\"imageUrl\":[1,\"image-url\"],\"alignment\":[1],\"backgroundColor\":[1,\"background-color\"],\"minHeight\":[1,\"min-height\"]}],[1,\"sqm-portal-container\",{\"direction\":[1],\"padding\":[1],\"gap\":[1],\"minWidth\":[1,\"min-width\"],\"display\":[1],\"justifyContent\":[1,\"justify-content\"],\"maxWidth\":[1,\"max-width\"],\"center\":[4],\"backgroundColor\":[1,\"background-color\"],\"ignored\":[32]}],[4,\"sqm-text\",{\"ignored\":[32]}],[1,\"sqm-titled-section\",{\"label\":[1],\"textAlign\":[1,\"text-align\"],\"labelMargin\":[1,\"label-margin\"],\"padding\":[1]}]]],[\"sqm-big-stat_39.cjs\",[[1,\"sqm-leaderboard\",{\"programId\":[1,\"program-id\"],\"usersheading\":[1],\"statsheading\":[1],\"rankheading\":[1],\"showRank\":[4,\"show-rank\"],\"hideViewer\":[4,\"hide-viewer\"],\"rankType\":[1,\"rank-type\"],\"leaderboardType\":[1,\"leaderboard-type\"],\"anonymousUser\":[1,\"anonymous-user\"],\"interval\":[1],\"maxRows\":[2,\"max-rows\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-reward-exchange-list\",{\"notAvailableError\":[1,\"not-available-error\"],\"chooseRewardTitle\":[1,\"choose-reward-title\"],\"chooseAmountTitle\":[1,\"choose-amount-title\"],\"confirmationTitle\":[1,\"confirmation-title\"],\"rewardTitle\":[1,\"reward-title\"],\"cancelText\":[1,\"cancel-text\"],\"backText\":[1,\"back-text\"],\"continueText\":[1,\"continue-text\"],\"continueToConfirmationText\":[1,\"continue-to-confirmation-text\"],\"redeemText\":[1,\"redeem-text\"],\"redeemTitle\":[1,\"redeem-title\"],\"redemptionSuccessText\":[1,\"redemption-success-text\"],\"sourceAmountMessage\":[1,\"source-amount-message\"],\"tooltipText\":[1,\"tooltip-text\"],\"doneText\":[1,\"done-text\"],\"selectText\":[1,\"select-text\"],\"queryError\":[1,\"query-error\"],\"redemptionError\":[1,\"redemption-error\"],\"notEnoughError\":[1,\"not-enough-error\"],\"rewardRedeemedText\":[1,\"reward-redeemed-text\"],\"promoCode\":[1,\"promo-code\"],\"skeletonCardNum\":[2,\"skeleton-card-num\"],\"rewardNameTitle\":[1,\"reward-name-title\"],\"rewardAmountTitle\":[1,\"reward-amount-title\"],\"costTitle\":[1,\"cost-title\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-change-password\",{\"modalChangePasswordHeader\":[1,\"modal-change-password-header\"],\"cancelText\":[1,\"cancel-text\"],\"changePasswordButtonText\":[1,\"change-password-button-text\"],\"passwordFieldLabel\":[1,\"password-field-label\"],\"confirmPasswordFieldLabel\":[1,\"confirm-password-field-label\"],\"successMessage\":[1,\"success-message\"],\"portalChangePasswordHeader\":[1,\"portal-change-password-header\"],\"portalChangePasswordButtonText\":[1,\"portal-change-password-button-text\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-register\",{\"nextPage\":[1,\"next-page\"],\"redirectPath\":[1,\"redirect-path\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"loginLabel\":[1,\"login-label\"],\"confirmPasswordLabel\":[1,\"confirm-password-label\"],\"confirmPassword\":[4,\"confirm-password\"],\"disablePasswordValidation\":[4,\"disable-password-validation\"],\"hideInputs\":[4,\"hide-inputs\"],\"pageLabel\":[1,\"page-label\"],\"loginPath\":[1,\"login-path\"],\"requiredFieldErrorMessage\":[1,\"required-field-error-message\"],\"networkErrorMessage\":[1,\"network-error-message\"],\"passwordMismatchErrorMessage\":[1,\"password-mismatch-error-message\"],\"invalidEmailErrorMessage\":[1,\"invalid-email-error-message\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-coupon-code\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"couponCodeLabel\":[1,\"coupon-code-label\"],\"cancelledErrorText\":[1,\"cancelled-error-text\"],\"redeemedErrorText\":[1,\"redeemed-error-text\"],\"expiredErrorText\":[1,\"expired-error-text\"],\"fullfillmentErrorText\":[1,\"fullfilled-error-text\"],\"pendingErrorText\":[1,\"pending-error-text\"],\"genericErrorText\":[1,\"error-text\"],\"couponCodePlaceholder\":[1,\"coupon-code-placeholder\"],\"demoData\":[16]}],[1,\"sqm-edit-profile\",{\"editprofileheader\":[1],\"editprofiletext\":[1],\"canceltext\":[1],\"updatetext\":[1],\"firstnametext\":[1],\"lastnametext\":[1],\"currentregiontext\":[1],\"showregion\":[4],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-login\",{\"nextPage\":[1,\"next-page\"],\"emailLabel\":[1,\"email-label\"],\"passwordLabel\":[1,\"password-label\"],\"submitLabel\":[1,\"submit-label\"],\"forgotPasswordPath\":[1,\"forgot-password-path\"],\"forgotPasswordLabel\":[1,\"forgot-password-label\"],\"registerLabel\":[1,\"register-label\"],\"registerPath\":[1,\"register-path\"],\"pageLabel\":[1,\"page-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-big-stat\",{\"statType\":[1,\"stat-type\"],\"flexReverse\":[4,\"flex-reverse\"],\"alignment\":[1],\"programId\":[1,\"program-id\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-brand\",{\"brandColor\":[1,\"brand-color\"],\"brandFont\":[1,\"brand-font\"]}],[1,\"sqm-card-feed\",{\"width\":[2],\"gap\":[2],\"ignored\":[32]}],[0,\"sqm-checkbox-field\",{\"checkboxName\":[1,\"checkbox-name\"],\"checkboxLabel\":[1,\"checkbox-label\"],\"checkboxLabelLink\":[1,\"checkbox-label-link\"],\"checkboxLabelLinkText\":[1,\"checkbox-label-link-text\"],\"errorMessage\":[1,\"error-message\"],\"checkboxOptional\":[4,\"checkbox-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-divided-layout\",{\"direction\":[1],\"dividerStyle\":[1,\"divider-style\"]}],[4,\"sqm-dropdown-field\",{\"dropdownName\":[1,\"dropdown-name\"],\"dropdownLabel\":[1,\"dropdown-label\"],\"errorMessage\":[1,\"error-message\"],\"dropdownOptional\":[4,\"dropdown-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-hero\",{\"columns\":[2],\"minHeight\":[2,\"min-height\"],\"background\":[1],\"paddingSize\":[1,\"padding-size\"],\"secondaryBackground\":[1,\"secondary-background\"],\"wrapDirection\":[1,\"wrap-direction\"]}],[1,\"sqm-hero-image\",{\"imageUrl\":[1,\"image-url\"],\"overlayColor\":[1,\"overlay-color\"],\"overlayOpacity\":[1,\"overlay-opacity\"],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"layout\":[1],\"imagePercentage\":[2,\"image-percentage\"],\"imagePos\":[1,\"image-pos\"],\"imageMobilePos\":[1,\"image-mobile-pos\"],\"header\":[1],\"description\":[1],\"buttonText\":[1,\"button-text\"],\"buttonLink\":[1,\"button-link\"],\"buttonNewTab\":[4,\"button-new-tab\"],\"paddingText\":[1,\"padding-text\"],\"paddingImage\":[1,\"padding-image\"]}],[0,\"sqm-hook-story-container\",{\"hookStory\":[16],\"ignored\":[32]}],[0,\"sqm-input-field\",{\"fieldName\":[1,\"field-name\"],\"fieldLabel\":[1,\"field-label\"],\"fieldType\":[1,\"field-type\"],\"errorMessage\":[1,\"error-message\"],\"fieldOptional\":[4,\"field-optional\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-link-button\",{\"link\":[1],\"openInNewTab\":[4,\"open-in-new-tab\"],\"buttonText\":[1,\"button-text\"]}],[0,\"sqm-name-fields\",{\"firstNameLabel\":[1,\"first-name-label\"],\"lastNameLabel\":[1,\"last-name-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-navigation-menu\",{\"includeDropdown\":[4,\"include-dropdown\"],\"menuLabel\":[1,\"menu-label\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-portal-footer\",{\"hideSupportText\":[4,\"hide-support-text\"],\"supportEmail\":[1,\"support-email\"],\"supportText\":[1,\"support-text\"],\"termsLink\":[1,\"terms-link\"],\"termsText\":[1,\"terms-text\"],\"faqLink\":[1,\"faq-link\"],\"faqText\":[1,\"faq-text\"],\"hidePoweredBy\":[4,\"hide-powered-by\"],\"poweredByLink\":[1,\"powered-by-link\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"ignored\":[32]}],[1,\"sqm-portal-frame\",{\"notFullScreen\":[4,\"not-full-screen\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-program-explainer\",{\"header\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"ignored\":[32]}],[1,\"sqm-program-explainer-step\",{\"header\":[1],\"description\":[1],\"textColor\":[1,\"text-color\"],\"backgroundColor\":[1,\"background-color\"],\"imageUrl\":[1,\"image-url\"],\"icon\":[1]}],[4,\"sqm-program-menu\",{\"ignored\":[32]}],[1,\"sqm-referral-card\",{\"verticalAlignment\":[1,\"vertical-alignment\"],\"hideBorder\":[4,\"hide-border\"],\"paddingTop\":[1,\"padding-top\"],\"paddingRight\":[1,\"padding-right\"],\"paddingBottom\":[1,\"padding-bottom\"],\"paddingLeft\":[1,\"padding-left\"],\"backgroundColor\":[1,\"background-color\"],\"limitWidth\":[4,\"limit-width\"],\"ignored\":[32]}],[0,\"sqm-referral-iframe\",{\"iframeSrc\":[1,\"iframe-src\"],\"iframeHeight\":[1,\"iframe-height\"],\"iframeWidth\":[1,\"iframe-width\"],\"demoData\":[16],\"ignored\":[32]}],[4,\"sqm-router\",{\"ignored\":[32]}],[1,\"sqm-scroll\",{\"buttonType\":[1,\"button-type\"],\"buttonText\":[1,\"button-text\"],\"scrollTagName\":[1,\"scroll-tag-name\"],\"scrollId\":[1,\"scroll-id\"],\"scrollAnimation\":[1,\"scroll-animation\"],\"size\":[1],\"outline\":[4],\"pill\":[4],\"circle\":[4],\"iconSlot\":[1,\"icon-slot\"],\"iconName\":[1,\"icon-name\"],\"mobile\":[4],\"ignored\":[32]}],[1,\"sqm-share-button\",{\"medium\":[1],\"programId\":[1,\"program-id\"],\"borderradius\":[2],\"backgroundcolor\":[1],\"textcolor\":[1],\"pill\":[4],\"disabled\":[4],\"type\":[1],\"size\":[1],\"iconslot\":[1],\"icon\":[1],\"hideicon\":[4],\"hidetext\":[4],\"sharetitle\":[1],\"sharetext\":[1],\"demoData\":[16]}],[1,\"sqm-share-code\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"demoData\":[16]}],[1,\"sqm-share-link\",{\"programId\":[1,\"program-id\"],\"tooltiptext\":[1,\"tooltip-text\"],\"tooltiplifespan\":[2,\"tooltip-lifespan\"],\"textAlign\":[1,\"text-align\"],\"copyButtonLabel\":[1,\"copy-button-label\"],\"buttonStyle\":[1,\"copy-button-style\"],\"demoData\":[16]}],[1,\"sqm-stat-container\",{\"space\":[1],\"display\":[1],\"ignored\":[32]}],[1,\"sqm-task-card\",{\"rewardAmount\":[1,\"reward-amount\"],\"rewardUnit\":[1,\"reward-unit\"],\"cardTitle\":[1,\"card-title\"],\"description\":[1],\"repeatable\":[4],\"finite\":[2],\"showProgressBar\":[4,\"show-progress-bar\"],\"goal\":[2],\"steps\":[4],\"progressBarUnit\":[1,\"progress-bar-unit\"],\"expiryMessage\":[1,\"expiry-message\"],\"rewardDuration\":[1,\"reward-duration\"],\"startsOnMessage\":[1,\"starts-on-message\"],\"displayDuration\":[1,\"display-duration\"],\"endedMessage\":[1,\"ended-message\"],\"completedText\":[1,\"completed-text\"],\"buttonText\":[1,\"button-text\"],\"buttonLink\":[1,\"button-link\"],\"openNewTab\":[4,\"open-new-tab\"],\"statType\":[1,\"stat-type\"],\"eventKey\":[1,\"event-key\"],\"programId\":[1,\"program-id\"],\"hideButton\":[4,\"hide-button\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-timeline\",{\"icon\":[1],\"ignored\":[32]}],[1,\"sqm-timeline-entry\",{\"reward\":[1],\"unit\":[1],\"desc\":[1],\"icon\":[1],\"ignored\":[32],\"iconState\":[32],\"setIcon\":[64]}],[1,\"sqm-user-name\",{\"fallback\":[1],\"loadingText\":[1,\"loading-text\"],\"demoData\":[16],\"ignored\":[32]}],[1,\"sqm-table-cell\",{\"colspan\":[2],\"padding\":[1]}],[1,\"sqm-table-row\",{\"border\":[1]}]]],[\"sqm-rewards-table_9.cjs\",[[1,\"sqm-rewards-table\",{\"programId\":[1,\"program-id\"],\"perPage\":[2,\"per-page\"],\"hideLabels\":[4,\"hide-labels\"],\"prevLabel\":[1,\"prev-label\"],\"moreLabel\":[1,\"more-label\"],\"hiddenColumns\":[1,\"hidden-columns\"],\"smBreakpoint\":[2,\"sm-breakpoint\"],\"mdBreakpoint\":[2,\"md-breakpoint\"],\"demoData\":[16]}],[1,\"sqm-rewards-table-date-column\",{\"columnTitle\":[1,\"column-title\"],\"dateShown\":[1,\"date-shown\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-reward-column\",{\"columnTitle\":[1,\"column-title\"],\"redeemedText\":[1,\"redeemed-text\"],\"availableText\":[1,\"available-text\"],\"copyText\":[1,\"copy-text\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-source-column\",{\"columnTitle\":[1,\"column-title\"],\"anonymousUser\":[1,\"anonymous-user\"],\"deletedUser\":[1,\"deleted-user\"],\"rewardExchangeText\":[1,\"reward-exchange-text\"],\"referralText\":[1,\"referral-text\"],\"rewardSourceText\":[1,\"reward-source-text\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-status-column\",{\"columnTitle\":[1,\"column-title\"],\"statusText\":[1,\"status-text\"],\"expiryText\":[1,\"expiry-text\"],\"pendingUsTax\":[1,\"pending-us-tax\"],\"pendingScheduled\":[1,\"pending-scheduled\"],\"pendingUnhandled\":[1,\"pending-unhandled\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-rewards-table-date-cell\",{\"date\":[2],\"locale\":[1],\"ignored\":[32]}],[1,\"sqm-rewards-table-reward-cell\",{\"reward\":[16],\"redeemedText\":[1,\"redeemed-text\"],\"availableText\":[1,\"available-text\"],\"copyText\":[1,\"copy-text\"],\"locale\":[1]}],[1,\"sqm-rewards-table-source-cell\",{\"reward\":[16],\"deletedUserText\":[1,\"deleted-user-text\"],\"anonymousUserText\":[1,\"anonymous-user-text\"],\"rewardExchangeText\":[1,\"reward-exchange-text\"],\"referralText\":[1,\"referral-text\"],\"rewardSourceText\":[1,\"reward-source-text\"],\"locale\":[1]}],[1,\"sqm-rewards-table-status-cell\",{\"statusText\":[1,\"status-text\"],\"reward\":[16],\"expiryText\":[1,\"expiry-text\"],\"locale\":[1],\"pendingUsTax\":[1,\"pending-us-tax\"],\"pendingScheduled\":[1,\"pending-scheduled\"],\"pendingUnhandled\":[1,\"pending-unhandled\"]}]]],[\"sqm-referral-table_11.cjs\",[[1,\"sqm-referral-table-column\",{\"columnTitle\":[1,\"column-title\"],\"renderCell\":[64],\"renderLabel\":[64]}],[1,\"sqm-referral-table\",{\"programId\":[1,\"program-id\"],\"perPage\":[2,\"per-page\"],\"hideLabels\":[4,\"hide-labels\"],\"prevLabel\":[1,\"prev-label\"],\"moreLabel\":[1,\"more-label\"],\"showReferrer\":[4,\"show-referrer\"],\"hiddenColumns\":[1,\"hidden-columns\"],\"smBreakpoint\":[2,\"sm-breakpoint\"],\"mdBreakpoint\":[2,\"md-breakpoint\"],\"demoData\":[16]}],[1,\"sqm-referral-table-date-column\",{\"columnTitle\":[1,\"column-title\"],\"dateShown\":[1,\"date-shown\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-rewards-column\",{\"columnTitle\":[1,\"column-title\"],\"statusText\":[1,\"status-text\"],\"statusLongText\":[1,\"status-long-text\"],\"fuelTankText\":[1,\"fuel-tank-text\"],\"rewardReceivedText\":[1,\"reward-received-text\"],\"expiringText\":[1,\"expiring-text\"],\"pendingForText\":[1,\"pending-for-text\"],\"hideDetails\":[4,\"hide-details\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-status-column\",{\"columnTitle\":[1,\"column-title\"],\"convertedStatusText\":[1,\"converted-status-text\"],\"inProgressStatusText\":[1,\"in-progress-status-text\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-user-column\",{\"columnTitle\":[1,\"column-title\"],\"anonymousUser\":[1,\"anonymous-user\"],\"deletedUser\":[1,\"deleted-user\"],\"renderCell\":[64],\"renderLabel\":[64],\"renderReferrerCell\":[64]}],[1,\"sqm-referral-table-cell\",{\"innerTemplate\":[1,\"inner-template\"],\"ignored\":[32]}],[1,\"sqm-referral-table-date-cell\",{\"date\":[2],\"locale\":[1],\"ignored\":[32]}],[1,\"sqm-referral-table-rewards-cell\",{\"rewards\":[16],\"hideDetails\":[4,\"hide-details\"],\"statusText\":[1,\"status-text\"],\"statusLongText\":[1,\"status-long-text\"],\"fuelTankText\":[1,\"fuel-tank-text\"],\"rewardReceivedText\":[1,\"reward-received-text\"],\"expiringText\":[1,\"expiring-text\"],\"pendingForText\":[1,\"pending-for-text\"],\"locale\":[1]}],[1,\"sqm-referral-table-status-cell\",{\"statusText\":[1,\"status-text\"],\"converted\":[4]}],[1,\"sqm-referral-table-user-cell\",{\"name\":[1]}]]]]"), options);
|
|
45
45
|
});
|
|
@@ -17,7 +17,7 @@ const utils = require('./utils-6847bc06.js');
|
|
|
17
17
|
require('./sqm-text-span-view-8a7b98d0.js');
|
|
18
18
|
const useRegistrationFormState = require('./useRegistrationFormState-7e9641c4.js');
|
|
19
19
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
20
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
20
|
+
const ShadowViewAddon = require('./ShadowViewAddon-147e92b9.js');
|
|
21
21
|
require('./sqm-portal-container-view-3ebf55a7.js');
|
|
22
22
|
|
|
23
23
|
const BigStat = class {
|
|
@@ -4207,6 +4207,11 @@ const TaskCard = class {
|
|
|
4207
4207
|
* @default
|
|
4208
4208
|
*/
|
|
4209
4209
|
this.openNewTab = false;
|
|
4210
|
+
/**
|
|
4211
|
+
* @uiName Hide CTA button
|
|
4212
|
+
* @uiGroup Button
|
|
4213
|
+
*/
|
|
4214
|
+
this.hideButton = false;
|
|
4210
4215
|
stencilHooks_module.h$1(this);
|
|
4211
4216
|
}
|
|
4212
4217
|
disconnectedCallback() { }
|
|
@@ -26,7 +26,7 @@ const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-9
|
|
|
26
26
|
const sqmPortalProfileView = require('./sqm-portal-profile-view-28176f3e.js');
|
|
27
27
|
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-4a03d26a.js');
|
|
28
28
|
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-fb3bbf7b.js');
|
|
29
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
29
|
+
const ShadowViewAddon = require('./ShadowViewAddon-147e92b9.js');
|
|
30
30
|
const sqmPortalContainerView = require('./sqm-portal-container-view-3ebf55a7.js');
|
|
31
31
|
|
|
32
32
|
/**
|
|
@@ -9167,7 +9167,7 @@ function cartesian(...args) {
|
|
|
9167
9167
|
return r;
|
|
9168
9168
|
}
|
|
9169
9169
|
|
|
9170
|
-
const scenarioTaskCard = "@author:derek\r\n@owner:kutay\r\nFeature: Task Card\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario: A header, body title and a CTA button are always displayed\r\n\t\tGiven the Task Card is configured with the following props\r\n\t\t\t| prop | value |\r\n\t\t\t| rewardAmount | \"40\" |\r\n\t\t\t| rewardUnit | \"Points\" |\r\n\t\t\t| cardTitle | Complete a survey |\r\n\t\t\t| buttonText | Take Survey |\r\n\t\tWhen a user views the Task Card\r\n\t\tThen they see \"40 Points\" as the heading\r\n\t\tAnd the \"40\" is bolded\r\n\t\tAnd they see \"Complete a survey\" bolded in the body\r\n\t\tAnd a details icon in the top right hand corner\r\n\t\tAnd a button with text \"Take Survey\" in the bottom right hand corner\r\n\t\tWhen they click the button\r\n\t\tThen they are redirected to \"example.com\" in a new window\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: A Task Card description can be included but is not required\r\n\t\tGiven a Task Card\r\n\t\tAnd it has <descriptionPropValue>\r\n\t\tWhen a user views the Task card\r\n\t\tThen they <maySee> a chevron icon in the top right\r\n\t\tWhen they attempt to click the chevron\r\n\t\tThen they <maySee> the card description\r\n\t\tExamples:\r\n\t\t\t| descriptionPropValue | maySee |\r\n\t\t\t| This is my task card description | see |\r\n\t\t\t| | don't see |\r\n\r\n\t@motivating\r\n\tScenario Outline: CTA links can open in a new tab or the same tab\r\n\t\tGiven a Task Card\r\n\t\tAnd it has <openNewTabPropValue>\r\n\t\tWhen a user views the Task card\r\n\t\tAnd they click on the CTA\r\n\t\tThen they are redirected to the CTA link in <tab>\r\n\t\tExamples:\r\n\t\t\t| openNewTabPropValue | tab |\r\n\t\t\t| true | a new tab |\r\n\t\t\t| false | the same tab |\r\n\t\t\t| N/A | the same tab |\r\n\r\n\t@minutia\r\n\t@ui\r\n\tScenario: A loading state is displayed while the Task Card is loading\r\n\t\tGiven a Task Card component\r\n\t\tWhen a user views the Task Card\r\n\t\tThen a loading state is displayed\r\n\t\tWhen the Task Card has loaded\r\n\t\tThen the loading state disapears\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: The Progress Bar can be shown or hidden but is hidden by default\r\n\t\tGiven a Task Card\r\n\t\tAnd it has <showProgressBarPropValue>\r\n\t\tWhen a user views the Task Card\r\n\t\tThen the progress bar <mayBe> displayed\r\n\t\tExamples:\r\n\t\t\t| showProgressBarPropValue | mayBe |\r\n\t\t\t| true | is |\r\n\t\t\t| false | isn't |\r\n\t\t\t| N/A | isn't |\r\n\r\n\t@motivating\r\n\tScenario: Clicking the CTA Button can trigger an event to be sent and refresh the widget\r\n\t\tGiven a Task card\r\n\t\tAnd it is configured to send an \"test\" event\r\n\t\tWhen a user views the Task card\r\n\t\tAnd clicks on the CTA\r\n\t\tThen a \"test\" event is sent to SSQT on the users behalf\r\n\t\tAnd the contents of the widget the card is dislayed within are refreshed\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: Tasks can be repeatable or one-time only but are one-time only by default\r\n\t\tGiven a Task Card\r\n\t\tAnd it has <repeatablePropValue>\r\n\t\tAnd a user who has already completed the task\r\n\t\tWhen they view the Task Card\r\n\t\tThen they see a brand colour checkmark icon beside the card heading\r\n\t\tAnd the card <mayBe> brand colour\r\n\t\tAnd the CTA button <mayBe> disabled\r\n\t\tAnd the CTA button <mayBe> grey\r\n\t\tExamples:\r\n\t\t\t| repeatablePropValue | mayBe |\r\n\t\t\t| true | isn't |\r\n\t\t\t| false | is |\r\n\t\t\t| N/A | is |\r\n\r\n\t@motivating\r\n\tScenario Outline: Display duration hides or shows a task\r\n\t\tGiven a Task Card\r\n\t\tAnd it has a \"display-duration\" interval\r\n\t\tWhen a user views the Card on <day>\r\n\t\tThen card <mayBeHidden>\r\n\t\tExamples:\r\n\t\t\t| day | mayBeHidden |\r\n\t\t\t| a day before the interval | is hidden |\r\n\t\t\t| a day during the interval | is not hidden |\r\n\t\t\t| a day after the interval | is hidden |\r\n\r\n\t@motivating\r\n\tScenario: Task Expiries can be configured and disable the CTA after the expiry\r\n\t\tGiven a Task Card\r\n\t\tAnd it has an \"reward-duration\" interval\r\n\t\tWhen a user views the card on <day>\r\n\t\tThen the card <mayBeDisabled>\r\n\t\tAnd it <mayHaveAlert>\r\n\t\tAnd it <mayHaveExpiryText> on the bottom left hand side of the card\r\n\t\tExamples:\r\n\t\t\t| day | mayBeDisabled | mayHaveAlert | mayHaveExpiryText |\r\n\t\t\t| a day before the expiry interval | is disabled | has alert stating the month, date, year and time the task starts | doesn't have expiry text |\r\n\t\t\t| a day during the expiry interval | isn't disabled | doesn't have an alert | has the month, date, year and time the task expires |\r\n\t\t\t| a day after the expiry interval | is disabled | has alert stating the month, date, year and time the task expired | doesn't have expiry text |\r\n\r\n\t@motivating\r\n\tScenario Outline: Task Card dates support localization\r\n\t\tGiven a Task Card\r\n\t\tAnd it's configured with a expiry duration interval\r\n\t\tWhen a user with <locale> views the task card <atTime>\r\n\t\tThen they <seeDate> translated for <locale>\r\n\t\tExamples:\r\n\t\t\t| atTime | locale | seeDate |\r\n\t\t\t| before the interval | en | Task Start Date |\r\n\t\t\t| during the interval | en | Task End Date |\r\n\t\t\t| after the interval | en | Task Ended Date |\r\n\t\t\t| before the interval | fr | Task Start Date |\r\n\t\t\t| during the interval | fr | Task End Date |\r\n\t\t\t| after the interval | fr | Task Ended Date |\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: A task completion count is displayed for repeatable tasks\r\n\t\tGiven a Task Card\r\n\t\tAnd it is configured for a repeatable task\r\n\t\tAnd has it has <goalValue>\r\n\t\tAnd a user with <userGoalProgress>\r\n\t\tWhen the user views the task card\r\n\t\tThen they see a repeat icon\r\n\t\tAnd the <text> in the bottom left hand corner\r\n\t\tAnd the <text> is brand colour\r\n\t\tExamples:\r\n\t\t\t| goalValue | userGoalProgress | text |\r\n\t\t\t| 2 | 0 | Completed 0 times |\r\n\t\t\t| 2 | 1 | Completed 0 times |\r\n\t\t\t| 2 | 2 | Completed 1 times |\r\n\t\t\t| 2 | 4 | Completed 2 times |\r\n\r\n\t@motivating\r\n\tScenario Outline: The source of a user's progress can be a custom field or a program goal\r\n\t\tGiven a Task Card\r\n\t\tAnd it is configured <progressSourcePath>\r\n\t\tWhen a user views the Task card\r\n\t\tThen the value at <progressSourcePath> is used to benchmark their progress against the \"Goal Completion Count\"\r\n\t\tExamples:\r\n\t\t\t| progressSourcePath |\r\n\t\t\t| /customFields/activityCount |\r\n\t\t\t| /customFields/purchaseTotal |\r\n\t\t\t| /programGoals/count%2FComment-on-Article |\r\n\t\t\t| /programGoals/count/Referral-Started%2Freferrals |\r\n\r\n\t@motivating\r\n\tScenario Outline: The users completion of a goal is calculated by the Goal Completion Number\r\n\t\tGiven a Task Card\r\n\t\tAnd it is configured for <goalValue>\r\n\t\tAnd a user who has <progressValue>\r\n\t\tWhen they view the Task Card\r\n\t\tThen they are shown to have <progressValue> towards <goalValue>\r\n\t\tWhen their progress grows larger than <goalValue>\r\n\t\tThen the task is marked as completed\r\n\t\tExamples:\r\n\t\t\t| goalValue | progressValue |\r\n\t\t\t| 1 | 0 |\r\n\t\t\t| 10 | 9 |\r\n\t\t\t| 5 | 2 |\r\n\r\n\t@motivating\r\n\tScenario: The Goal Completion Number defaults to 1\r\n\t\tGiven a Task Card without a configured \"goal\" value\r\n\t\tAnd a user who has <progressValue>\r\n\t\tWhen they view the Task Card\r\n\t\tThen it <mayBe> marked as completed\r\n\t\tExamples:\r\n\t\t\t| progressValue | mayBe |\r\n\t\t\t| 0 | isn't |\r\n\t\t\t| 1 | is |\r\n\t\t\t| 2 | is
|
|
9170
|
+
const scenarioTaskCard = "@author:derek\r\n@owner:kutay\r\nFeature: Task Card\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario: A header, body title and a CTA button are always displayed\r\n\t\tGiven the Task Card is configured with the following props\r\n\t\t\t| prop | value |\r\n\t\t\t| rewardAmount | \"40\" |\r\n\t\t\t| rewardUnit | \"Points\" |\r\n\t\t\t| cardTitle | Complete a survey |\r\n\t\t\t| buttonText | Take Survey |\r\n\t\tWhen a user views the Task Card\r\n\t\tThen they see \"40 Points\" as the heading\r\n\t\tAnd the \"40\" is bolded\r\n\t\tAnd they see \"Complete a survey\" bolded in the body\r\n\t\tAnd a details icon in the top right hand corner\r\n\t\tAnd a button with text \"Take Survey\" in the bottom right hand corner\r\n\t\tWhen they click the button\r\n\t\tThen they are redirected to \"example.com\" in a new window\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: A Task Card description can be included but is not required\r\n\t\tGiven a Task Card\r\n\t\tAnd it has <descriptionPropValue>\r\n\t\tWhen a user views the Task card\r\n\t\tThen they <maySee> a chevron icon in the top right\r\n\t\tWhen they attempt to click the chevron\r\n\t\tThen they <maySee> the card description\r\n\t\tExamples:\r\n\t\t\t| descriptionPropValue | maySee |\r\n\t\t\t| This is my task card description | see |\r\n\t\t\t| | don't see |\r\n\r\n\t@motivating\r\n\tScenario Outline: CTA links can open in a new tab or the same tab\r\n\t\tGiven a Task Card\r\n\t\tAnd it has <openNewTabPropValue>\r\n\t\tWhen a user views the Task card\r\n\t\tAnd they click on the CTA\r\n\t\tThen they are redirected to the CTA link in <tab>\r\n\t\tExamples:\r\n\t\t\t| openNewTabPropValue | tab |\r\n\t\t\t| true | a new tab |\r\n\t\t\t| false | the same tab |\r\n\t\t\t| N/A | the same tab |\r\n\r\n\t@minutia\r\n\t@ui\r\n\tScenario: A loading state is displayed while the Task Card is loading\r\n\t\tGiven a Task Card component\r\n\t\tWhen a user views the Task Card\r\n\t\tThen a loading state is displayed\r\n\t\tWhen the Task Card has loaded\r\n\t\tThen the loading state disapears\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: The Progress Bar can be shown or hidden but is hidden by default\r\n\t\tGiven a Task Card\r\n\t\tAnd it has <showProgressBarPropValue>\r\n\t\tWhen a user views the Task Card\r\n\t\tThen the progress bar <mayBe> displayed\r\n\t\tExamples:\r\n\t\t\t| showProgressBarPropValue | mayBe |\r\n\t\t\t| true | is |\r\n\t\t\t| false | isn't |\r\n\t\t\t| N/A | isn't |\r\n\r\n\t@motivating\r\n\tScenario: Clicking the CTA Button can trigger an event to be sent and refresh the widget\r\n\t\tGiven a Task card\r\n\t\tAnd it is configured to send an \"test\" event\r\n\t\tWhen a user views the Task card\r\n\t\tAnd clicks on the CTA\r\n\t\tThen a \"test\" event is sent to SSQT on the users behalf\r\n\t\tAnd the contents of the widget the card is dislayed within are refreshed\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: Tasks can be repeatable or one-time only but are one-time only by default\r\n\t\tGiven a Task Card\r\n\t\tAnd it has <repeatablePropValue>\r\n\t\tAnd a user who has already completed the task\r\n\t\tWhen they view the Task Card\r\n\t\tThen they see a brand colour checkmark icon beside the card heading\r\n\t\tAnd the card <mayBe> brand colour\r\n\t\tAnd the CTA button <mayBe> disabled\r\n\t\tAnd the CTA button <mayBe> grey\r\n\t\tExamples:\r\n\t\t\t| repeatablePropValue | mayBe |\r\n\t\t\t| true | isn't |\r\n\t\t\t| false | is |\r\n\t\t\t| N/A | is |\r\n\r\n\t@motivating\r\n\tScenario Outline: Display duration hides or shows a task\r\n\t\tGiven a Task Card\r\n\t\tAnd it has a \"display-duration\" interval\r\n\t\tWhen a user views the Card on <day>\r\n\t\tThen card <mayBeHidden>\r\n\t\tExamples:\r\n\t\t\t| day | mayBeHidden |\r\n\t\t\t| a day before the interval | is hidden |\r\n\t\t\t| a day during the interval | is not hidden |\r\n\t\t\t| a day after the interval | is hidden |\r\n\r\n\t@motivating\r\n\tScenario: Task Expiries can be configured and disable the CTA after the expiry\r\n\t\tGiven a Task Card\r\n\t\tAnd it has an \"reward-duration\" interval\r\n\t\tWhen a user views the card on <day>\r\n\t\tThen the card <mayBeDisabled>\r\n\t\tAnd it <mayHaveAlert>\r\n\t\tAnd it <mayHaveExpiryText> on the bottom left hand side of the card\r\n\t\tExamples:\r\n\t\t\t| day | mayBeDisabled | mayHaveAlert | mayHaveExpiryText |\r\n\t\t\t| a day before the expiry interval | is disabled | has alert stating the month, date, year and time the task starts | doesn't have expiry text |\r\n\t\t\t| a day during the expiry interval | isn't disabled | doesn't have an alert | has the month, date, year and time the task expires |\r\n\t\t\t| a day after the expiry interval | is disabled | has alert stating the month, date, year and time the task expired | doesn't have expiry text |\r\n\r\n\t@motivating\r\n\tScenario Outline: Task Card dates support localization\r\n\t\tGiven a Task Card\r\n\t\tAnd it's configured with a expiry duration interval\r\n\t\tWhen a user with <locale> views the task card <atTime>\r\n\t\tThen they <seeDate> translated for <locale>\r\n\t\tExamples:\r\n\t\t\t| atTime | locale | seeDate |\r\n\t\t\t| before the interval | en | Task Start Date |\r\n\t\t\t| during the interval | en | Task End Date |\r\n\t\t\t| after the interval | en | Task Ended Date |\r\n\t\t\t| before the interval | fr | Task Start Date |\r\n\t\t\t| during the interval | fr | Task End Date |\r\n\t\t\t| after the interval | fr | Task Ended Date |\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: A task completion count is displayed for repeatable tasks\r\n\t\tGiven a Task Card\r\n\t\tAnd it is configured for a repeatable task\r\n\t\tAnd has it has <goalValue>\r\n\t\tAnd a user with <userGoalProgress>\r\n\t\tWhen the user views the task card\r\n\t\tThen they see a repeat icon\r\n\t\tAnd the <text> in the bottom left hand corner\r\n\t\tAnd the <text> is brand colour\r\n\t\tExamples:\r\n\t\t\t| goalValue | userGoalProgress | text |\r\n\t\t\t| 2 | 0 | Completed 0 times |\r\n\t\t\t| 2 | 1 | Completed 0 times |\r\n\t\t\t| 2 | 2 | Completed 1 times |\r\n\t\t\t| 2 | 4 | Completed 2 times |\r\n\r\n\t@motivating\r\n\tScenario Outline: The source of a user's progress can be a custom field or a program goal\r\n\t\tGiven a Task Card\r\n\t\tAnd it is configured <progressSourcePath>\r\n\t\tWhen a user views the Task card\r\n\t\tThen the value at <progressSourcePath> is used to benchmark their progress against the \"Goal Completion Count\"\r\n\t\tExamples:\r\n\t\t\t| progressSourcePath |\r\n\t\t\t| /customFields/activityCount |\r\n\t\t\t| /customFields/purchaseTotal |\r\n\t\t\t| /programGoals/count%2FComment-on-Article |\r\n\t\t\t| /programGoals/count/Referral-Started%2Freferrals |\r\n\r\n\t@motivating\r\n\tScenario Outline: The users completion of a goal is calculated by the Goal Completion Number\r\n\t\tGiven a Task Card\r\n\t\tAnd it is configured for <goalValue>\r\n\t\tAnd a user who has <progressValue>\r\n\t\tWhen they view the Task Card\r\n\t\tThen they are shown to have <progressValue> towards <goalValue>\r\n\t\tWhen their progress grows larger than <goalValue>\r\n\t\tThen the task is marked as completed\r\n\t\tExamples:\r\n\t\t\t| goalValue | progressValue |\r\n\t\t\t| 1 | 0 |\r\n\t\t\t| 10 | 9 |\r\n\t\t\t| 5 | 2 |\r\n\r\n\t@motivating\r\n\tScenario: The Goal Completion Number defaults to 1\r\n\t\tGiven a Task Card without a configured \"goal\" value\r\n\t\tAnd a user who has <progressValue>\r\n\t\tWhen they view the Task Card\r\n\t\tThen it <mayBe> marked as completed\r\n\t\tExamples:\r\n\t\t\t| progressValue | mayBe |\r\n\t\t\t| 0 | isn't |\r\n\t\t\t| 1 | is |\r\n\t\t\t| 2 | is |\r\n\r\n\t@motivating\r\n\tScenario: CTA Button can be hidden on the task card\r\n\t\tGiven a Task Card\r\n\t\tAnd it has default prop values set\r\n\t\tAnd \"hideButton\" is true\r\n\t\tThen the task card is shown\r\n\t\tAnd the button is hidden\r\n";
|
|
9171
9171
|
|
|
9172
9172
|
const scenarioProgressBar = "@author:kutay\r\n@owner:kutay\r\nFeature: The progress bar can be shown as a continuous line with progress and end goal. \r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: The progress bar displays a continuous bar with the goal represented by a present\r\n\t\tGiven a Task Card component\r\n\t\tAnd the users progress is <progress>\r\n\t\tAnd the task goal is \"500\"\r\n\t\tAnd the task is not repeatable\r\n\t\tThen I have <progressBar>\r\n\t\tAnd the <progressBar> shows <progress> with <unit> on the right\r\n\t\tAnd the circle on the progress bar is brand colour\r\n\t\tAnd the line behind the circle is brand colour\r\n\t\tAnd the line infront of the circle is grey\r\n\t\tAnd the gift icon has <color>\r\n\t\tAnd the gift icon shows \"500\" with <unit> below\r\n\t\tExamples:\r\n\t\t\t| progress | progressBar | unit | color |\r\n\t\t\t| 0 | ●――――――――――――――――――🎁 | $ | no |\r\n\t\t\t| 100 | ―――●―――――――――――――――🎁 | $ | no |\r\n\t\t\t| 500 | ―――――――――――――――――――🎁 | $ | yes |\r\n\t\t\t| 650 | ―――――――――――――――――――🎁 | $ | yes |\r\n\t\t\t| 1200 | ―――――――――――――――――――🎁 | $ | yes |\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: The progress bar can be displayed with steps instead of a continuous line\r\n\t\tGiven a Task Card component\r\n\t\tAnd the user progress is <progress>\r\n\t\tAnd the goal is \"5\"\r\n\t\tAnd steps are enabled\r\n\t\tThen I have <progressBar>\r\n\t\tAnd the <progressBar> has incrementing steps up to \"5\" in increments of 1\r\n\t\tAnd the steps behind the users progress are brand colour\r\n\t\tAnd the steps infront of the users progress are grey\r\n\t\tAnd the gift icon has <color>\r\n\t\tAnd the gift icon shows \"5\" below\r\n\t\tExamples:\r\n\t\t\t| progress | progressBar | color |\r\n\t\t\t| 0 | ―――○―――○―――○―――○―――🎁 | no |\r\n\t\t\t| 1 | ―――●―――○―――○―――○―――🎁 | no |\r\n\t\t\t| 5 | ―――●―――●―――●―――●―――🎁 | yes |\r\n\t\t\t| 7 | ―――●―――●―――●―――●―――🎁 | yes |\r\n\t\t\t| 12 | ―――●―――●―――●―――●―――🎁 | yes |\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: The continuous progress bar will continue to progress for repeatable rewards\r\n\t\tGiven a Task Card component\r\n\t\tAnd the user progress is <progress>\r\n\t\tAnd the goal is \"500\"\r\n\t\tAnd it is repeatable\r\n\t\tThen I have <progressBar>\r\n\t\tAnd the <progressBar> shows <progress> with <unit> to the right\r\n\t\tAnd the first <icon1> is <color1> with <text1> displayed below\r\n\t\tAnd the second <icon2> is <color2> with <text2> displayed below\r\n\t\tAnd the third <icon3> is <color3> with <text3> displayed below\r\n\t\tAnd the circle on the progress bar is brand colour\r\n\t\tAnd the line behind the circle is brand colour\r\n\t\tAnd the line infront of the circle is grey\r\n\t\tExamples:\r\n\t\t\t| progress | progressBar | unit | icon1 | color1 | text1 | icon2 | color2 | text 2 | icon3 | color3 | text 3 |\r\n\t\t\t| 250 | ――――●――――🎁―――――――🎁 | $ | NA | NA | NA | gift | greyscale | 500 | gift | greyscale | 1000 |\r\n\t\t\t| 500 | ―――――――――🎁―――――――🎁 | $ | NA | NA | NA | gift | colorful | 500 | gift | greyscale | 1000 |\r\n\t\t\t| 750 | ―――――――――🎁―――●―――🎁 | $ | NA | NA | NA | gift | colorful | 500 | gift | greyscale | 1000 |\r\n\t\t\t| 1000 | 🎁―――――――🎁―――――――🎁 | $ | gift | colorful | 500 | gift | colorful | 1000 | gift | greyscale | 1500 |\r\n\t\t\t| 1250 | 🎁―――――――🎁―――●―――🎁 | $ | gift | colorful | 500 | gift | colorful | 1000 | gift | greyscale | 1500 |\r\n\r\n\t@motivating\r\n\t@ui\r\n\tScenario Outline: The stepped progress bar will continue to progress for repeatable rewards\r\n\t\tGiven a Task Card component\r\n\t\tAnd the user progress is <progress>\r\n\t\tAnd the goal is \"5\"\r\n\t\tAnd steps are enabled\r\n\t\tAnd it is repeatable\r\n\t\tThen I have <progressBar>\r\n\t\tAnd the <progressBar> has incrementing steps up to \"5\" in increments of 1\r\n\t\tAnd the first <icon1> is <color1>\r\n\t\tAnd the second <icon2> is <color2>\r\n\t\tAnd the third <icon3> is <color3>\r\n\t\tAnd the steps behind the users progress are brand colour\r\n\t\tAnd the steps infront of the users progress are grey\r\n\t\tExamples:\r\n\t\t\t| progress | progressBar | icon1 | color1 | icon2 | color2 | icon3 | color3 |\r\n\t\t\t| 0 | ―――○―○―○―○―🎁―○―○―○―○―🎁 | NA | NA | gift | greyscale | gift | greyscale |\r\n\t\t\t| 1 | ―――●―○―○―○―🎁―○―○―○―○―🎁 | NA | NA | gift | greyscale | gift | greyscale |\r\n\t\t\t| 5 | ―――●―●―●―●―🎁―○―○―○―○―🎁 | NA | NA | gift | colorful | gift | greyscale |\r\n\t\t\t| 7 | ―――●―●―●―●―🎁―●―●―○―○―🎁 | NA | NA | gift | colorful | gift | greyscale |\r\n\t\t\t| 12 | 🎁―●―●―●―●―🎁―●―●―○―○―🎁 | gift | colorful | gift | colorful | gift | greyscale |";
|
|
9173
9173
|
|
|
@@ -9567,6 +9567,57 @@ const TaskCardEnded = () => {
|
|
|
9567
9567
|
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, manyActions, { states: { ...manyActions.states, progress: 500 }, content: { ...manyActions.content, ...expireRepeat } })),
|
|
9568
9568
|
index.h("h5", null))));
|
|
9569
9569
|
};
|
|
9570
|
+
const TaskCardButtonHidden = () => {
|
|
9571
|
+
const expire = {
|
|
9572
|
+
rewardDuration: "2021-11-30T08:00:00.000Z/2021-12-01T08:00:00.000Z",
|
|
9573
|
+
};
|
|
9574
|
+
const expireRepeat = { ...expire, repeatable: true };
|
|
9575
|
+
return (index.h("div", { style: storyFrame },
|
|
9576
|
+
index.h(Resizer, null,
|
|
9577
|
+
index.h("h4", null, "Not Repeatable"),
|
|
9578
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, oneAction, { content: { ...oneAction.content, description: "", hideButton: true }, states: { ...oneAction.states, progress: 0 } })),
|
|
9579
|
+
index.h("h5", null),
|
|
9580
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, coupleActions, { content: {
|
|
9581
|
+
...coupleActions.content,
|
|
9582
|
+
description: "",
|
|
9583
|
+
hideButton: true,
|
|
9584
|
+
}, states: { ...coupleActions.states, progress: 0 } })),
|
|
9585
|
+
index.h("h5", null),
|
|
9586
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, manyActions, { content: {
|
|
9587
|
+
...manyActions.content,
|
|
9588
|
+
description: "",
|
|
9589
|
+
hideButton: true,
|
|
9590
|
+
}, states: { ...manyActions.states, progress: 230 } }))),
|
|
9591
|
+
index.h(Resizer, null,
|
|
9592
|
+
index.h("h4", null, "Repeatable"),
|
|
9593
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, oneAction, { content: { ...oneAction.content, repeatable: true, hideButton: true }, states: { ...oneAction.states, progress: 2 } })),
|
|
9594
|
+
index.h("h5", null),
|
|
9595
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, coupleActions, { content: {
|
|
9596
|
+
...coupleActions.content,
|
|
9597
|
+
repeatable: true,
|
|
9598
|
+
hideButton: true,
|
|
9599
|
+
}, states: { ...coupleActions.states, progress: 7 } })),
|
|
9600
|
+
index.h("h5", null),
|
|
9601
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, manyActions, { content: {
|
|
9602
|
+
...manyActions.content,
|
|
9603
|
+
repeatable: true,
|
|
9604
|
+
hideButton: true,
|
|
9605
|
+
}, states: { ...manyActions.states, progress: 650 } }))),
|
|
9606
|
+
index.h(Resizer, null,
|
|
9607
|
+
index.h("h4", null, "Complete"),
|
|
9608
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, oneAction, { content: { ...oneAction.content, hideButton: true }, states: { ...oneAction.states, progress: 1 } })),
|
|
9609
|
+
index.h("h5", null),
|
|
9610
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, coupleActions, { content: { ...coupleActions.content, hideButton: true }, states: { ...coupleActions.states, progress: 5 } })),
|
|
9611
|
+
index.h("h5", null),
|
|
9612
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, manyActions, { content: { ...manyActions.content, hideButton: true }, states: { ...manyActions.states, progress: 500 } }))),
|
|
9613
|
+
index.h(Resizer, null,
|
|
9614
|
+
index.h("h4", null, "Unavailable"),
|
|
9615
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, oneAction, { content: { ...oneAction.content, hideButton: true }, states: { ...oneAction.states, progress: 0 } }, expireRepeat)),
|
|
9616
|
+
index.h("h5", null),
|
|
9617
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, coupleActions, { content: { ...coupleActions.content, hideButton: true }, states: { ...coupleActions.states, progress: 3 } }, expireRepeat)),
|
|
9618
|
+
index.h("h5", null),
|
|
9619
|
+
index.h(ShadowViewAddon.TaskCardView, Object.assign({}, manyActions, { content: { ...manyActions.content, hideButton: true }, states: { ...manyActions.states, progress: 250 } }, expireRepeat)))));
|
|
9620
|
+
};
|
|
9570
9621
|
const ProgressBar = () => {
|
|
9571
9622
|
const props = {
|
|
9572
9623
|
progress: 0,
|
|
@@ -9639,6 +9690,7 @@ const TaskCard$2 = /*#__PURE__*/Object.freeze({
|
|
|
9639
9690
|
TaskCardLoading: TaskCardLoading,
|
|
9640
9691
|
TaskCardNotStarted: TaskCardNotStarted,
|
|
9641
9692
|
TaskCardEnded: TaskCardEnded,
|
|
9693
|
+
TaskCardButtonHidden: TaskCardButtonHidden,
|
|
9642
9694
|
ProgressBar: ProgressBar,
|
|
9643
9695
|
ProgressBarSteps: ProgressBarSteps,
|
|
9644
9696
|
ProgressBarRepeatable: ProgressBarRepeatable,
|
|
@@ -375,6 +375,57 @@ export const TaskCardEnded = () => {
|
|
|
375
375
|
h(TaskCardView, Object.assign({}, manyActions, { states: { ...manyActions.states, progress: 500 }, content: { ...manyActions.content, ...expireRepeat } })),
|
|
376
376
|
h("h5", null))));
|
|
377
377
|
};
|
|
378
|
+
export const TaskCardButtonHidden = () => {
|
|
379
|
+
const expire = {
|
|
380
|
+
rewardDuration: "2021-11-30T08:00:00.000Z/2021-12-01T08:00:00.000Z",
|
|
381
|
+
};
|
|
382
|
+
const expireRepeat = { ...expire, repeatable: true };
|
|
383
|
+
return (h("div", { style: storyFrame },
|
|
384
|
+
h(Resizer, null,
|
|
385
|
+
h("h4", null, "Not Repeatable"),
|
|
386
|
+
h(TaskCardView, Object.assign({}, oneAction, { content: { ...oneAction.content, description: "", hideButton: true }, states: { ...oneAction.states, progress: 0 } })),
|
|
387
|
+
h("h5", null),
|
|
388
|
+
h(TaskCardView, Object.assign({}, coupleActions, { content: {
|
|
389
|
+
...coupleActions.content,
|
|
390
|
+
description: "",
|
|
391
|
+
hideButton: true,
|
|
392
|
+
}, states: { ...coupleActions.states, progress: 0 } })),
|
|
393
|
+
h("h5", null),
|
|
394
|
+
h(TaskCardView, Object.assign({}, manyActions, { content: {
|
|
395
|
+
...manyActions.content,
|
|
396
|
+
description: "",
|
|
397
|
+
hideButton: true,
|
|
398
|
+
}, states: { ...manyActions.states, progress: 230 } }))),
|
|
399
|
+
h(Resizer, null,
|
|
400
|
+
h("h4", null, "Repeatable"),
|
|
401
|
+
h(TaskCardView, Object.assign({}, oneAction, { content: { ...oneAction.content, repeatable: true, hideButton: true }, states: { ...oneAction.states, progress: 2 } })),
|
|
402
|
+
h("h5", null),
|
|
403
|
+
h(TaskCardView, Object.assign({}, coupleActions, { content: {
|
|
404
|
+
...coupleActions.content,
|
|
405
|
+
repeatable: true,
|
|
406
|
+
hideButton: true,
|
|
407
|
+
}, states: { ...coupleActions.states, progress: 7 } })),
|
|
408
|
+
h("h5", null),
|
|
409
|
+
h(TaskCardView, Object.assign({}, manyActions, { content: {
|
|
410
|
+
...manyActions.content,
|
|
411
|
+
repeatable: true,
|
|
412
|
+
hideButton: true,
|
|
413
|
+
}, states: { ...manyActions.states, progress: 650 } }))),
|
|
414
|
+
h(Resizer, null,
|
|
415
|
+
h("h4", null, "Complete"),
|
|
416
|
+
h(TaskCardView, Object.assign({}, oneAction, { content: { ...oneAction.content, hideButton: true }, states: { ...oneAction.states, progress: 1 } })),
|
|
417
|
+
h("h5", null),
|
|
418
|
+
h(TaskCardView, Object.assign({}, coupleActions, { content: { ...coupleActions.content, hideButton: true }, states: { ...coupleActions.states, progress: 5 } })),
|
|
419
|
+
h("h5", null),
|
|
420
|
+
h(TaskCardView, Object.assign({}, manyActions, { content: { ...manyActions.content, hideButton: true }, states: { ...manyActions.states, progress: 500 } }))),
|
|
421
|
+
h(Resizer, null,
|
|
422
|
+
h("h4", null, "Unavailable"),
|
|
423
|
+
h(TaskCardView, Object.assign({}, oneAction, { content: { ...oneAction.content, hideButton: true }, states: { ...oneAction.states, progress: 0 } }, expireRepeat)),
|
|
424
|
+
h("h5", null),
|
|
425
|
+
h(TaskCardView, Object.assign({}, coupleActions, { content: { ...coupleActions.content, hideButton: true }, states: { ...coupleActions.states, progress: 3 } }, expireRepeat)),
|
|
426
|
+
h("h5", null),
|
|
427
|
+
h(TaskCardView, Object.assign({}, manyActions, { content: { ...manyActions.content, hideButton: true }, states: { ...manyActions.states, progress: 250 } }, expireRepeat)))));
|
|
428
|
+
};
|
|
378
429
|
export const ProgressBar = () => {
|
|
379
430
|
const props = {
|
|
380
431
|
progress: 0,
|
|
@@ -277,11 +277,11 @@ export function TaskCardView(props) {
|
|
|
277
277
|
.setLocale(luxonLocale(states.locale))
|
|
278
278
|
.toLocaleString(DateTime.DATETIME_MED),
|
|
279
279
|
})))),
|
|
280
|
-
h("sl-button", { exportparts: "base: button", id: "sl-button", class: taskUnavailable
|
|
280
|
+
content.hideButton ? ("") : (h("sl-button", { exportparts: "base: button", id: "sl-button", class: taskUnavailable
|
|
281
281
|
? "action neutral"
|
|
282
282
|
: taskComplete
|
|
283
283
|
? "action disabled"
|
|
284
284
|
: "action", type: "primary", size: "small", onClick: callbacks.onClick, loading: states.loadingEvent, disabled: taskComplete || taskUnavailable, style: {
|
|
285
285
|
opacity: taskComplete || taskUnavailable ? "0.45" : "1",
|
|
286
|
-
} }, content.buttonText))))))));
|
|
286
|
+
} }, content.buttonText)))))))));
|
|
287
287
|
}
|