@saasquatch/mint-components 1.3.3-1 → 1.3.3-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +165 -165
- package/LICENSE +21 -21
- package/dist/cjs/_commonjsHelpers-dcc4cf71.js +41 -0
- package/dist/cjs/cjs-1066ec21.js +135 -0
- package/dist/cjs/extends-08099afd.js +21 -0
- package/dist/cjs/global-692677fd.js +26517 -0
- package/dist/cjs/index-8c6255f5.js +297 -0
- package/dist/cjs/index-b0129cd6.js +1730 -0
- package/dist/cjs/index-dcad341a.js +124 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/index.module-d669d91a.js +7685 -0
- package/dist/cjs/insertcss-04580cfa.js +47 -0
- package/dist/cjs/jsonpointer-11327262.js +106 -0
- package/dist/cjs/jss-preset-default.esm-62f8ddc9.js +4273 -0
- package/dist/cjs/loader.cjs.js +28 -0
- package/dist/cjs/luxon-f85e2807.js +8348 -0
- package/dist/cjs/mint-components.cjs.js +49 -0
- package/dist/cjs/mixins-7b7c59fe.js +95 -0
- package/dist/cjs/re-render-47a03e65.js +45 -0
- package/dist/cjs/sqm-asset-card-view-d7cc854c.js +52 -0
- package/dist/cjs/sqm-asset-card.cjs.entry.js +48 -0
- package/dist/cjs/sqm-big-stat.cjs.entry.js +33 -0
- package/dist/cjs/sqm-divided-layout_14.cjs.entry.js +5494 -0
- package/dist/cjs/sqm-form-message.cjs.entry.js +32 -0
- package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +37 -0
- package/dist/cjs/sqm-hero-view-0efad52b.js +149 -0
- package/dist/cjs/sqm-hero.cjs.entry.js +38 -0
- package/dist/cjs/sqm-leaderboard-rank-view-35015d30.js +10 -0
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +87 -0
- package/dist/cjs/sqm-leaderboard.cjs.entry.js +71 -0
- package/dist/cjs/sqm-name-fields-view-4a178b0f.js +54 -0
- package/dist/cjs/sqm-name-fields.cjs.entry.js +62 -0
- package/dist/cjs/sqm-navigation-sidebar-item-view-18946611.js +44 -0
- package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +56 -0
- package/dist/cjs/sqm-navigation-sidebar-view-9bd94bd9.js +37 -0
- package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +25 -0
- package/dist/cjs/sqm-password-field.cjs.entry.js +584 -0
- package/dist/cjs/sqm-popup-container.cjs.entry.js +71 -0
- package/dist/cjs/sqm-portal-container-view-b12d5fde.js +31 -0
- package/dist/cjs/sqm-portal-container.cjs.entry.js +37 -0
- package/dist/cjs/sqm-portal-email-verification-view-4afdd1af.js +45 -0
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +107 -0
- package/dist/cjs/sqm-portal-footer-view-35a54966.js +83 -0
- package/dist/cjs/sqm-portal-footer.cjs.entry.js +62 -0
- package/dist/cjs/sqm-portal-forgot-password-view-35dc8af0.js +46 -0
- package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +100 -0
- package/dist/cjs/sqm-portal-logout.cjs.entry.js +36 -0
- package/dist/cjs/sqm-portal-profile-view-b6358e44.js +73 -0
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +252 -0
- package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +67 -0
- package/dist/cjs/sqm-portal-reset-password-view-a4a6b540.js +82 -0
- package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +171 -0
- package/dist/cjs/sqm-portal-section-view-15c6d536.js +28 -0
- package/dist/cjs/sqm-portal-verify-email-view-faad7c8d.js +48 -0
- package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +129 -0
- package/dist/cjs/sqm-referral-iframe-view-e0150e4e.js +523 -0
- package/dist/cjs/sqm-referral-table-cell.cjs.entry.js +21 -0
- package/dist/cjs/sqm-referral-table-column.cjs.entry.js +32 -0
- package/dist/cjs/sqm-referral-table-date-cell.cjs.entry.js +30 -0
- package/dist/cjs/sqm-referral-table-date-column.cjs.entry.js +49 -0
- package/dist/cjs/sqm-referral-table-rewards-cell.cjs.entry.js +101 -0
- package/dist/cjs/sqm-referral-table-rewards-column.cjs.entry.js +40 -0
- package/dist/cjs/sqm-referral-table-status-cell.cjs.entry.js +16 -0
- package/dist/cjs/sqm-referral-table-status-column.cjs.entry.js +47 -0
- package/dist/cjs/sqm-referral-table-user-cell.cjs.entry.js +19 -0
- package/dist/cjs/sqm-referral-table-user-column.cjs.entry.js +59 -0
- package/dist/cjs/sqm-route.cjs.entry.js +18 -0
- package/dist/cjs/sqm-router.cjs.entry.js +105 -0
- package/dist/cjs/sqm-share-code.cjs.entry.js +89 -0
- package/dist/cjs/sqm-share-link-view-2bf1fcea.js +24 -0
- package/dist/cjs/sqm-stat-container-view-a4327ee6.js +53 -0
- package/dist/cjs/sqm-stat-container.cjs.entry.js +31 -0
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +11008 -0
- package/dist/cjs/sqm-table-cell_3.cjs.entry.js +101 -0
- package/dist/cjs/sqm-text-span-view-90e828b7.js +60 -0
- package/dist/cjs/sqm-text-span.cjs.entry.js +25 -0
- package/dist/cjs/sqm-titled-section.cjs.entry.js +38 -0
- package/dist/cjs/stencil-hooks.module-426df801.js +1094 -0
- package/dist/cjs/use-callback-c5f2b2fe.js +7 -0
- package/dist/cjs/useDemoBigStat-6a984c70.js +578 -0
- package/dist/cjs/useLeaderboard-acd5c55f.js +127 -0
- package/dist/cjs/utils-95e5317c.js +28 -0
- package/dist/collection/ShadowViewAddon.js +35 -0
- package/dist/collection/assets/PoweredBySaaSquatch.png +0 -0
- package/dist/collection/assets/saasquatch-logo-wide.jpeg +0 -0
- package/dist/collection/assets/saasquatch-logo.png +0 -0
- package/dist/collection/collection-manifest.json +67 -0
- package/dist/collection/components/sqm-asset-card/sqm-asset-card-view.js +48 -0
- package/dist/collection/components/sqm-asset-card/sqm-asset-card.js +107 -0
- package/dist/collection/components/sqm-asset-card/useAssetCard.js +9 -0
- package/dist/collection/components/sqm-big-stat/sqm-big-stat-view.js +37 -0
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +137 -0
- package/dist/collection/components/sqm-big-stat/useBigStat.js +509 -0
- package/dist/collection/components/sqm-big-stat/useDemoBigStat.js +28 -0
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout-view.js +54 -0
- package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +76 -0
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile-view.js +55 -0
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.css +70 -0
- package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +279 -0
- package/dist/collection/components/sqm-edit-profile/useEditProfile.js +156 -0
- package/dist/collection/components/sqm-form-message/sqm-form-message.css +20 -0
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +82 -0
- package/dist/collection/components/sqm-graphql-client-provider/sqm-graphql-client-provider.js +50 -0
- package/dist/collection/components/sqm-graphql-client-provider/useGraphQLProvider.js +14 -0
- package/dist/collection/components/sqm-hero/sqm-hero-view.js +130 -0
- package/dist/collection/components/sqm-hero/sqm-hero.js +138 -0
- package/dist/collection/components/sqm-hook-story-container/sqm-hook-story-container.js +39 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +22 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.css +37 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +263 -0
- package/dist/collection/components/sqm-leaderboard/useLeaderboard.js +63 -0
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank-view.js +5 -0
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.css +11 -0
- package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.js +198 -0
- package/dist/collection/components/sqm-leaderboard-rank/useLeaderboardRank.js +38 -0
- package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +50 -0
- package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +114 -0
- package/dist/collection/components/sqm-name-fields/useNameFields.js +14 -0
- package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu-view.js +14 -0
- package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.css +25 -0
- package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +122 -0
- package/dist/collection/components/sqm-navigation-menu/useNavigationMenu.js +27 -0
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar-view.js +33 -0
- package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +24 -0
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.js +40 -0
- package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +127 -0
- package/dist/collection/components/sqm-navigation-sidebar-item/useNavigationSidebarItem.js +14 -0
- package/dist/collection/components/sqm-password-field/passwordValidation.js +78 -0
- package/dist/collection/components/sqm-password-field/sqm-password-field-view.js +43 -0
- package/dist/collection/components/sqm-password-field/sqm-password-field.js +132 -0
- package/dist/collection/components/sqm-password-field/usePasswordField.js +25 -0
- package/dist/collection/components/sqm-popup-container/sqm-popup-container-view.js +11 -0
- package/dist/collection/components/sqm-popup-container/sqm-popup-container.css +11 -0
- package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +139 -0
- package/dist/collection/components/sqm-popup-container/usePopupContainer.js +33 -0
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password-view.js +76 -0
- package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +281 -0
- package/dist/collection/components/sqm-portal-change-password/usePortalChangePassword.js +61 -0
- package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +27 -0
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +147 -0
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification-view.js +41 -0
- package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +148 -0
- package/dist/collection/components/sqm-portal-email-verification/usePortalEmailVerification.js +48 -0
- package/dist/collection/components/sqm-portal-footer/PoweredByImg.js +11 -0
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +68 -0
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +305 -0
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +42 -0
- package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +149 -0
- package/dist/collection/components/sqm-portal-forgot-password/usePortalForgotPassword.js +43 -0
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame-view.js +55 -0
- package/dist/collection/components/sqm-portal-frame/sqm-portal-frame.js +78 -0
- package/dist/collection/components/sqm-portal-frame/usePortalFrame.js +13 -0
- package/dist/collection/components/sqm-portal-login/sqm-portal-login-view.js +47 -0
- package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +309 -0
- package/dist/collection/components/sqm-portal-login/usePortalLogin.js +47 -0
- package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +51 -0
- package/dist/collection/components/sqm-portal-logout/usePortalLogout.js +6 -0
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile-view.js +69 -0
- package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +298 -0
- package/dist/collection/components/sqm-portal-profile/usePortalProfile.js +149 -0
- package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +106 -0
- package/dist/collection/components/sqm-portal-protected-route/usePortalProtectedRoute.js +26 -0
- package/dist/collection/components/sqm-portal-register/sqm-portal-register-view.js +75 -0
- package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +365 -0
- package/dist/collection/components/sqm-portal-register/usePortalRegister.js +113 -0
- package/dist/collection/components/sqm-portal-register/useValidationState.js +8 -0
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password-view.js +78 -0
- package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +290 -0
- package/dist/collection/components/sqm-portal-reset-password/usePortalResetPassword.js +77 -0
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email-view.js +44 -0
- package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +98 -0
- package/dist/collection/components/sqm-portal-verify-email/usePortalVerifyEmail.js +80 -0
- package/dist/collection/components/sqm-program-menu/sqm-program-menu.js +24 -0
- package/dist/collection/components/sqm-program-menu/useProgramMenu.js +33 -0
- package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe-view.js +30 -0
- package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +156 -0
- package/dist/collection/components/sqm-referral-iframe/useReferralIframe.js +25 -0
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-cell.js +36 -0
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-date-cell.js +43 -0
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +169 -0
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-status-cell.js +44 -0
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-user-cell.js +28 -0
- package/dist/collection/components/sqm-referral-table/columns/ReferralTableColumn.js +1 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +88 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +137 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +117 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +145 -0
- package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +157 -0
- package/dist/collection/components/sqm-referral-table/re-render.js +39 -0
- package/dist/collection/components/sqm-referral-table/sqm-referral-table-view.js +54 -0
- package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +238 -0
- package/dist/collection/components/sqm-referral-table/sqm-table-cell.js +52 -0
- package/dist/collection/components/sqm-referral-table/sqm-table-row.js +33 -0
- package/dist/collection/components/sqm-referral-table/useChildElements.js +16 -0
- package/dist/collection/components/sqm-referral-table/useReferralTable.js +321 -0
- package/dist/collection/components/sqm-route/sqm-route.js +40 -0
- package/dist/collection/components/sqm-router/sqm-router.css +7 -0
- package/dist/collection/components/sqm-router/sqm-router.js +30 -0
- package/dist/collection/components/sqm-router/useRouter.js +79 -0
- package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +20 -0
- package/dist/collection/components/sqm-share-button/sqm-share-button.css +11 -0
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +381 -0
- package/dist/collection/components/sqm-share-button/useShareButton.js +89 -0
- package/dist/collection/components/sqm-share-code/sqm-share-code.js +148 -0
- package/dist/collection/components/sqm-share-code/useShareCode.js +30 -0
- package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +20 -0
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +148 -0
- package/dist/collection/components/sqm-share-link/useShareLink.js +30 -0
- package/dist/collection/components/sqm-stat-container/sqm-stat-container-view.js +49 -0
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +63 -0
- package/dist/collection/components/sqm-stencilbook/CucumberAddon.js +18 -0
- package/dist/collection/components/sqm-stencilbook/HookStoryAddon.js +19 -0
- package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +110 -0
- package/dist/collection/components/sqm-text/sqm-text.js +77 -0
- package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +56 -0
- package/dist/collection/components/sqm-text-span/sqm-text-span.js +69 -0
- package/dist/collection/components/sqm-titled-section/sqm-portal-section-view.js +24 -0
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +115 -0
- package/dist/collection/components/sqm-user-name/sqm-user-name-view.js +4 -0
- package/dist/collection/components/sqm-user-name/sqm-user-name.js +114 -0
- package/dist/collection/components/sqm-user-name/useUserName.js +26 -0
- package/dist/collection/global/global.js +80 -0
- package/dist/collection/global/mixins.js +100 -0
- package/dist/collection/global/styles.js +582 -0
- package/dist/collection/global/styles.ts +584 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/insertcss.js +44 -0
- package/dist/collection/stories/AssetCard.stories.js +29 -0
- package/dist/collection/stories/BigStat.stories.js +58 -0
- package/dist/collection/stories/ChangePassword.stories.js +147 -0
- package/dist/collection/stories/DividedLayout.stories.js +85 -0
- package/dist/collection/stories/EditProfileForm.stories.js +61 -0
- package/dist/collection/stories/FormMessage.stories.js +28 -0
- package/dist/collection/stories/Hero.stories.js +168 -0
- package/dist/collection/stories/Leaderboard.stories.js +100 -0
- package/dist/collection/stories/LeaderboardRank.stories.js +12 -0
- package/dist/collection/stories/NameFields.stories.js +36 -0
- package/dist/collection/stories/NavigationSidebar.stories.js +45 -0
- package/dist/collection/stories/NewPortal.stories.js +305 -0
- package/dist/collection/stories/PasswordField.stories.js +40 -0
- package/dist/collection/stories/PortalEmailVerification.stories.js +77 -0
- package/dist/collection/stories/PortalFooter.stories.js +24 -0
- package/dist/collection/stories/PortalForgotPassword.stories.js +73 -0
- package/dist/collection/stories/PortalFrame.stories.js +118 -0
- package/dist/collection/stories/PortalLogin.stories.js +44 -0
- package/dist/collection/stories/PortalProfile.stories.js +233 -0
- package/dist/collection/stories/PortalRegister.stories.js +97 -0
- package/dist/collection/stories/PortalResetPassword.stories.js +153 -0
- package/dist/collection/stories/PortalTemplates.stories.js +156 -0
- package/dist/collection/stories/PortalVerifyEmail.stories.js +39 -0
- package/dist/collection/stories/PoweredByImg.stories.js +14 -0
- package/dist/collection/stories/ProgramMenu.stories.js +39 -0
- package/dist/collection/stories/ReferralIframe.stories.js +29 -0
- package/dist/collection/stories/ReferralTable.stories.js +475 -0
- package/dist/collection/stories/ReferralTableCell.stories.js +62 -0
- package/dist/collection/stories/ReferralTableRewardsCell.stories.js +213 -0
- package/dist/collection/stories/Router.stories.js +144 -0
- package/dist/collection/stories/ShareButton.stories.js +45 -0
- package/dist/collection/stories/ShareLink.stories.js +33 -0
- package/dist/collection/stories/SidebarItem.stories.js +31 -0
- package/dist/collection/stories/UseBigStat.stories.js +105 -0
- package/dist/collection/stories/UseEditProfile.stories.js +41 -0
- package/dist/collection/stories/UseLeaderboard.stories.js +79 -0
- package/dist/collection/stories/UseShareButton.stories.js +59 -0
- package/dist/collection/stories/UseShareLink.stories.js +59 -0
- package/dist/collection/stories/UserName.stories.js +14 -0
- package/dist/collection/utilities.js +21 -0
- package/dist/collection/utils/RequiredPropsError.js +50 -0
- package/dist/collection/utils/isDemo.js +10 -0
- package/dist/collection/utils/utils.js +33 -0
- package/dist/esm/_commonjsHelpers-11ca3be1.js +36 -0
- package/dist/esm/cjs-bdfb4486.js +133 -0
- package/dist/esm/extends-c31f1eff.js +19 -0
- package/dist/esm/global-b8ca87f2.js +26514 -0
- package/dist/esm/index-17b4da69.js +1699 -0
- package/dist/esm/index-a4c08dad.js +122 -0
- package/dist/esm/index-ffa26b43.js +295 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.module-c73aa358.js +7653 -0
- package/dist/esm/insertcss-bcaf3818.js +45 -0
- package/dist/esm/jsonpointer-388a7082.js +104 -0
- package/dist/esm/jss-preset-default.esm-8bd9f480.js +4270 -0
- package/dist/esm/loader.js +24 -0
- package/dist/esm/luxon-c3b19a84.js +8346 -0
- package/dist/esm/mint-components.js +47 -0
- package/dist/esm/mixins-10353a39.js +88 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/re-render-3fc2153b.js +42 -0
- package/dist/esm/sqm-asset-card-view-fa1b681a.js +50 -0
- package/dist/esm/sqm-asset-card.entry.js +44 -0
- package/dist/esm/sqm-big-stat.entry.js +29 -0
- package/dist/esm/sqm-divided-layout_14.entry.js +5477 -0
- package/dist/esm/sqm-form-message.entry.js +28 -0
- package/dist/esm/sqm-graphql-client-provider.entry.js +33 -0
- package/dist/esm/sqm-hero-view-cc2f653d.js +147 -0
- package/dist/esm/sqm-hero.entry.js +34 -0
- package/dist/esm/sqm-leaderboard-rank-view-da91f5f3.js +8 -0
- package/dist/esm/sqm-leaderboard-rank.entry.js +83 -0
- package/dist/esm/sqm-leaderboard.entry.js +67 -0
- package/dist/esm/sqm-name-fields-view-4eec5184.js +52 -0
- package/dist/esm/sqm-name-fields.entry.js +58 -0
- package/dist/esm/sqm-navigation-sidebar-item-view-f0045fab.js +42 -0
- package/dist/esm/sqm-navigation-sidebar-item.entry.js +52 -0
- package/dist/esm/sqm-navigation-sidebar-view-df01c5ed.js +35 -0
- package/dist/esm/sqm-navigation-sidebar.entry.js +21 -0
- package/dist/esm/sqm-password-field.entry.js +580 -0
- package/dist/esm/sqm-popup-container.entry.js +67 -0
- package/dist/esm/sqm-portal-container-view-fe231c27.js +29 -0
- package/dist/esm/sqm-portal-container.entry.js +33 -0
- package/dist/esm/sqm-portal-email-verification-view-6d211c39.js +43 -0
- package/dist/esm/sqm-portal-email-verification.entry.js +103 -0
- package/dist/esm/sqm-portal-footer-view-682423e9.js +80 -0
- package/dist/esm/sqm-portal-footer.entry.js +58 -0
- package/dist/esm/sqm-portal-forgot-password-view-8bb0852f.js +44 -0
- package/dist/esm/sqm-portal-forgot-password.entry.js +96 -0
- package/dist/esm/sqm-portal-logout.entry.js +32 -0
- package/dist/esm/sqm-portal-profile-view-62f2c799.js +71 -0
- package/dist/esm/sqm-portal-profile.entry.js +248 -0
- package/dist/esm/sqm-portal-protected-route.entry.js +63 -0
- package/dist/esm/sqm-portal-reset-password-view-a90cdc55.js +80 -0
- package/dist/esm/sqm-portal-reset-password.entry.js +167 -0
- package/dist/esm/sqm-portal-section-view-0a392b47.js +26 -0
- package/dist/esm/sqm-portal-verify-email-view-db80c80d.js +46 -0
- package/dist/esm/sqm-portal-verify-email.entry.js +125 -0
- package/dist/esm/sqm-referral-iframe-view-6c3c5c74.js +512 -0
- package/dist/esm/sqm-referral-table-cell.entry.js +17 -0
- package/dist/esm/sqm-referral-table-column.entry.js +28 -0
- package/dist/esm/sqm-referral-table-date-cell.entry.js +26 -0
- package/dist/esm/sqm-referral-table-date-column.entry.js +45 -0
- package/dist/esm/sqm-referral-table-rewards-cell.entry.js +97 -0
- package/dist/esm/sqm-referral-table-rewards-column.entry.js +36 -0
- package/dist/esm/sqm-referral-table-status-cell.entry.js +12 -0
- package/dist/esm/sqm-referral-table-status-column.entry.js +43 -0
- package/dist/esm/sqm-referral-table-user-cell.entry.js +15 -0
- package/dist/esm/sqm-referral-table-user-column.entry.js +55 -0
- package/dist/esm/sqm-route.entry.js +14 -0
- package/dist/esm/sqm-router.entry.js +101 -0
- package/dist/esm/sqm-share-code.entry.js +85 -0
- package/dist/esm/sqm-share-link-view-c98956ae.js +22 -0
- package/dist/esm/sqm-stat-container-view-1dca1e18.js +51 -0
- package/dist/esm/sqm-stat-container.entry.js +27 -0
- package/dist/esm/sqm-stencilbook.entry.js +11004 -0
- package/dist/esm/sqm-table-cell_3.entry.js +95 -0
- package/dist/esm/sqm-text-span-view-1d0562a7.js +58 -0
- package/dist/esm/sqm-text-span.entry.js +21 -0
- package/dist/esm/sqm-titled-section.entry.js +34 -0
- package/dist/esm/stencil-hooks.module-6c912534.js +1080 -0
- package/dist/esm/use-callback-c9ed6790.js +5 -0
- package/dist/esm/useDemoBigStat-315b930b.js +574 -0
- package/dist/esm/useLeaderboard-2a6a1306.js +122 -0
- package/dist/esm/utils-454405f5.js +25 -0
- package/dist/esm-es5/_commonjsHelpers-11ca3be1.js +1 -0
- package/dist/esm-es5/cjs-bdfb4486.js +1 -0
- package/dist/esm-es5/extends-c31f1eff.js +1 -0
- package/dist/esm-es5/global-b8ca87f2.js +285 -0
- package/dist/esm-es5/index-17b4da69.js +1 -0
- package/dist/esm-es5/index-a4c08dad.js +1 -0
- package/dist/esm-es5/index-ffa26b43.js +1 -0
- package/dist/esm-es5/index.js +0 -0
- package/dist/esm-es5/index.module-c73aa358.js +1 -0
- package/dist/esm-es5/insertcss-bcaf3818.js +1 -0
- package/dist/esm-es5/jsonpointer-388a7082.js +1 -0
- package/dist/esm-es5/jss-preset-default.esm-8bd9f480.js +8 -0
- package/dist/esm-es5/loader.js +1 -0
- package/dist/esm-es5/luxon-c3b19a84.js +1 -0
- package/dist/esm-es5/mint-components.js +1 -0
- package/dist/esm-es5/mixins-10353a39.js +1 -0
- package/dist/esm-es5/re-render-3fc2153b.js +1 -0
- package/dist/esm-es5/sqm-asset-card-view-fa1b681a.js +1 -0
- package/dist/esm-es5/sqm-asset-card.entry.js +1 -0
- package/dist/esm-es5/sqm-big-stat.entry.js +1 -0
- package/dist/esm-es5/sqm-divided-layout_14.entry.js +1 -0
- package/dist/esm-es5/sqm-form-message.entry.js +1 -0
- package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -0
- package/dist/esm-es5/sqm-hero-view-cc2f653d.js +1 -0
- package/dist/esm-es5/sqm-hero.entry.js +1 -0
- package/dist/esm-es5/sqm-leaderboard-rank-view-da91f5f3.js +1 -0
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -0
- package/dist/esm-es5/sqm-leaderboard.entry.js +1 -0
- package/dist/esm-es5/sqm-name-fields-view-4eec5184.js +1 -0
- package/dist/esm-es5/sqm-name-fields.entry.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar-item-view-f0045fab.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar-view-df01c5ed.js +1 -0
- package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -0
- package/dist/esm-es5/sqm-password-field.entry.js +1 -0
- package/dist/esm-es5/sqm-popup-container.entry.js +1 -0
- package/dist/esm-es5/sqm-portal-container-view-fe231c27.js +1 -0
- package/dist/esm-es5/sqm-portal-container.entry.js +1 -0
- package/dist/esm-es5/sqm-portal-email-verification-view-6d211c39.js +1 -0
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -0
- package/dist/esm-es5/sqm-portal-footer-view-682423e9.js +1 -0
- package/dist/esm-es5/sqm-portal-footer.entry.js +1 -0
- package/dist/esm-es5/sqm-portal-forgot-password-view-8bb0852f.js +1 -0
- package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -0
- package/dist/esm-es5/sqm-portal-logout.entry.js +1 -0
- package/dist/esm-es5/sqm-portal-profile-view-62f2c799.js +1 -0
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -0
- package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -0
- package/dist/esm-es5/sqm-portal-reset-password-view-a90cdc55.js +1 -0
- package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -0
- package/dist/esm-es5/sqm-portal-section-view-0a392b47.js +1 -0
- package/dist/esm-es5/sqm-portal-verify-email-view-db80c80d.js +1 -0
- package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -0
- package/dist/esm-es5/sqm-referral-iframe-view-6c3c5c74.js +1 -0
- package/dist/esm-es5/sqm-referral-table-cell.entry.js +1 -0
- package/dist/esm-es5/sqm-referral-table-column.entry.js +1 -0
- package/dist/esm-es5/sqm-referral-table-date-cell.entry.js +1 -0
- package/dist/esm-es5/sqm-referral-table-date-column.entry.js +1 -0
- package/dist/esm-es5/sqm-referral-table-rewards-cell.entry.js +1 -0
- package/dist/esm-es5/sqm-referral-table-rewards-column.entry.js +1 -0
- package/dist/esm-es5/sqm-referral-table-status-cell.entry.js +1 -0
- package/dist/esm-es5/sqm-referral-table-status-column.entry.js +1 -0
- package/dist/esm-es5/sqm-referral-table-user-cell.entry.js +1 -0
- package/dist/esm-es5/sqm-referral-table-user-column.entry.js +1 -0
- package/dist/esm-es5/sqm-route.entry.js +1 -0
- package/dist/esm-es5/sqm-router.entry.js +1 -0
- package/dist/esm-es5/sqm-share-code.entry.js +1 -0
- package/dist/esm-es5/sqm-share-link-view-c98956ae.js +1 -0
- package/dist/esm-es5/sqm-stat-container-view-1dca1e18.js +1 -0
- package/dist/esm-es5/sqm-stat-container.entry.js +1 -0
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -0
- package/dist/esm-es5/sqm-table-cell_3.entry.js +1 -0
- package/dist/esm-es5/sqm-text-span-view-1d0562a7.js +1 -0
- package/dist/esm-es5/sqm-text-span.entry.js +1 -0
- package/dist/esm-es5/sqm-titled-section.entry.js +1 -0
- package/dist/esm-es5/stencil-hooks.module-6c912534.js +53 -0
- package/dist/esm-es5/use-callback-c9ed6790.js +1 -0
- package/dist/esm-es5/useDemoBigStat-315b930b.js +1 -0
- package/dist/esm-es5/useLeaderboard-2a6a1306.js +1 -0
- package/dist/esm-es5/utils-454405f5.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/loader/cdn.js +3 -0
- package/dist/loader/index.cjs.js +3 -0
- package/dist/loader/index.d.ts +13 -0
- package/dist/loader/index.es2017.js +3 -0
- package/dist/loader/index.js +4 -0
- package/dist/loader/package.json +10 -0
- package/dist/mint-components/global/styles.ts +584 -0
- package/dist/mint-components/index.esm.js +0 -0
- package/dist/mint-components/mint-components.esm.js +1 -0
- package/dist/mint-components/mint-components.js +130 -0
- package/dist/mint-components/p-001ac7de.entry.js +1 -0
- package/dist/mint-components/p-00452475.entry.js +1 -0
- package/dist/mint-components/p-047393d4.system.entry.js +1 -0
- package/dist/mint-components/p-0a044284.entry.js +205 -0
- package/dist/mint-components/p-0a28a805.system.entry.js +1 -0
- package/dist/mint-components/p-0b17a46f.system.js +1 -0
- package/dist/mint-components/p-0c1587c6.system.entry.js +1 -0
- package/dist/mint-components/p-0f099d93.system.js +1 -0
- package/dist/mint-components/p-0f2344c0.entry.js +1 -0
- package/dist/mint-components/p-10474de2.system.entry.js +1 -0
- package/dist/mint-components/p-10fd8ade.system.entry.js +1 -0
- package/dist/mint-components/p-1103889d.system.entry.js +1 -0
- package/dist/mint-components/p-1103bb42.js +1 -0
- package/dist/mint-components/p-11e39dee.system.js +1 -0
- package/dist/mint-components/p-126bcba1.system.js +1 -0
- package/dist/mint-components/p-1349f07e.system.entry.js +1 -0
- package/dist/mint-components/p-146d92d1.system.js +1 -0
- package/dist/mint-components/p-16c837ed.system.js +1 -0
- package/dist/mint-components/p-190e50af.system.entry.js +1 -0
- package/dist/mint-components/p-1a9c1a05.js +1 -0
- package/dist/mint-components/p-1b85db35.system.entry.js +1 -0
- package/dist/mint-components/p-1c17892a.system.js +1 -0
- package/dist/mint-components/p-1d35c687.system.entry.js +1 -0
- package/dist/mint-components/p-1f4a478f.entry.js +1 -0
- package/dist/mint-components/p-219ecfe5.js +1 -0
- package/dist/mint-components/p-2476f184.entry.js +1 -0
- package/dist/mint-components/p-25ac3208.entry.js +1 -0
- package/dist/mint-components/p-26f627aa.js +1 -0
- package/dist/mint-components/p-28ecd181.system.entry.js +1 -0
- package/dist/mint-components/p-29abeb92.entry.js +1 -0
- package/dist/mint-components/p-2b8db7b6.entry.js +1 -0
- package/dist/mint-components/p-2bc6150e.js +1 -0
- package/dist/mint-components/p-2e65f5d2.js +1 -0
- package/dist/mint-components/p-2f153923.system.js +285 -0
- package/dist/mint-components/p-300d80c9.system.entry.js +1 -0
- package/dist/mint-components/p-337b68ed.js +1 -0
- package/dist/mint-components/p-33bfd40c.js +1 -0
- package/dist/mint-components/p-33e55204.entry.js +1 -0
- package/dist/mint-components/p-34703ee2.system.entry.js +1 -0
- package/dist/mint-components/p-3671c8f0.system.js +1 -0
- package/dist/mint-components/p-3c499fb5.js +1 -0
- package/dist/mint-components/p-3d248a3b.entry.js +1 -0
- package/dist/mint-components/p-48457904.system.js +53 -0
- package/dist/mint-components/p-491a7d30.entry.js +1 -0
- package/dist/mint-components/p-4bd679a7.system.js +1 -0
- package/dist/mint-components/p-4db66eeb.js +227 -0
- package/dist/mint-components/p-50ea2036.system.js +1 -0
- package/dist/mint-components/p-51cb4643.entry.js +1 -0
- package/dist/mint-components/p-54d655c9.system.js +1 -0
- package/dist/mint-components/p-55f10e1c.js +1 -0
- package/dist/mint-components/p-58771a46.system.js +8 -0
- package/dist/mint-components/p-59285e71.system.entry.js +1 -0
- package/dist/mint-components/p-5a63d963.system.js +1 -0
- package/dist/mint-components/p-5a9f1194.system.js +1 -0
- package/dist/mint-components/p-5c3c9176.system.entry.js +1 -0
- package/dist/mint-components/p-5ca6cfb1.system.js +1 -0
- package/dist/mint-components/p-5eb742d7.system.js +1 -0
- package/dist/mint-components/p-6085f196.entry.js +1 -0
- package/dist/mint-components/p-61d769e2.system.js +1 -0
- package/dist/mint-components/p-61f82e08.system.js +1 -0
- package/dist/mint-components/p-638c8431.entry.js +1 -0
- package/dist/mint-components/p-639d3dd3.entry.js +1 -0
- package/dist/mint-components/p-64c3217a.js +1 -0
- package/dist/mint-components/p-688ee2e6.system.js +1 -0
- package/dist/mint-components/p-6a88774d.entry.js +1 -0
- package/dist/mint-components/p-6cb458e1.system.entry.js +1 -0
- package/dist/mint-components/p-715e91db.system.entry.js +1 -0
- package/dist/mint-components/p-73c99da6.system.entry.js +1 -0
- package/dist/mint-components/p-74ceec27.system.js +1 -0
- package/dist/mint-components/p-74d1f00f.js +1 -0
- package/dist/mint-components/p-773e8305.system.entry.js +1 -0
- package/dist/mint-components/p-792c369e.entry.js +1 -0
- package/dist/mint-components/p-7ae8fb53.system.js +1 -0
- package/dist/mint-components/p-7c2f9598.system.entry.js +1 -0
- package/dist/mint-components/p-7c6c3d5d.js +1 -0
- package/dist/mint-components/p-7c749734.system.entry.js +1 -0
- package/dist/mint-components/p-81f34787.js +1 -0
- package/dist/mint-components/p-843d7329.system.js +1 -0
- package/dist/mint-components/p-86f1c93f.entry.js +1 -0
- package/dist/mint-components/p-870d8925.system.entry.js +1 -0
- package/dist/mint-components/p-882920bc.system.entry.js +1 -0
- package/dist/mint-components/p-888d3286.entry.js +1 -0
- package/dist/mint-components/p-8bcfc14a.system.js +1 -0
- package/dist/mint-components/p-8c3ebdfd.system.entry.js +1 -0
- package/dist/mint-components/p-8d09ef35.js +42 -0
- package/dist/mint-components/p-8d363802.js +1 -0
- package/dist/mint-components/p-93383d19.js +1 -0
- package/dist/mint-components/p-93b7077f.entry.js +1 -0
- package/dist/mint-components/p-94f14e93.entry.js +1 -0
- package/dist/mint-components/p-9522dd58.js +1 -0
- package/dist/mint-components/p-95657c3d.system.entry.js +1 -0
- package/dist/mint-components/p-973f2680.system.js +1 -0
- package/dist/mint-components/p-9d684d5c.entry.js +1 -0
- package/dist/mint-components/p-9eb533da.js +26 -0
- package/dist/mint-components/p-9f8059d4.system.js +1 -0
- package/dist/mint-components/p-a381b8d9.system.js +1 -0
- package/dist/mint-components/p-a3fa576f.entry.js +1 -0
- package/dist/mint-components/p-a51812c7.system.entry.js +1 -0
- package/dist/mint-components/p-a8f4e577.system.entry.js +1 -0
- package/dist/mint-components/p-a905de01.system.entry.js +1 -0
- package/dist/mint-components/p-aa1b09ae.system.entry.js +1 -0
- package/dist/mint-components/p-aaddc87f.js +1 -0
- package/dist/mint-components/p-abf5458d.system.js +1 -0
- package/dist/mint-components/p-af7c4bc0.entry.js +1 -0
- package/dist/mint-components/p-af86353f.js +1 -0
- package/dist/mint-components/p-b17aafe0.entry.js +9 -0
- package/dist/mint-components/p-b2295bc5.system.js +1 -0
- package/dist/mint-components/p-b29e5ceb.entry.js +33 -0
- package/dist/mint-components/p-b321ef6a.system.js +1 -0
- package/dist/mint-components/p-b3af1c6f.js +1 -0
- package/dist/mint-components/p-bb8888a7.js +1 -0
- package/dist/mint-components/p-bca2b57a.entry.js +1 -0
- package/dist/mint-components/p-be7a88dc.system.js +1 -0
- package/dist/mint-components/p-be9bf4b9.system.entry.js +1 -0
- package/dist/mint-components/p-bf055b6c.system.js +1 -0
- package/dist/mint-components/p-c1086930.js +1 -0
- package/dist/mint-components/p-c1a47137.system.entry.js +1 -0
- package/dist/mint-components/p-c279e12a.entry.js +1 -0
- package/dist/mint-components/p-c459e4cf.system.entry.js +1 -0
- package/dist/mint-components/p-c54e7713.system.entry.js +1 -0
- package/dist/mint-components/p-c5e74232.system.entry.js +1 -0
- package/dist/mint-components/p-ca384345.system.entry.js +1 -0
- package/dist/mint-components/p-cbc4d9d7.js +17 -0
- package/dist/mint-components/p-cde646f9.system.js +1 -0
- package/dist/mint-components/p-cff3a91e.system.entry.js +1 -0
- package/dist/mint-components/p-d059ff2d.entry.js +1 -0
- package/dist/mint-components/p-d271b8d2.entry.js +1 -0
- package/dist/mint-components/p-d4454d55.system.js +1 -0
- package/dist/mint-components/p-d4755688.js +1 -0
- package/dist/mint-components/p-d7d6bf44.system.js +1 -0
- package/dist/mint-components/p-d89a77c9.js +1248 -0
- package/dist/mint-components/p-dbc7cdc9.entry.js +1 -0
- package/dist/mint-components/p-de2b7932.js +1 -0
- package/dist/mint-components/p-df789324.js +1 -0
- package/dist/mint-components/p-dfe5a97d.js +1 -0
- package/dist/mint-components/p-e05dcbc7.system.entry.js +1 -0
- package/dist/mint-components/p-e11dcbb1.entry.js +13 -0
- package/dist/mint-components/p-e26acf44.entry.js +1 -0
- package/dist/mint-components/p-e26d2c51.js +1 -0
- package/dist/mint-components/p-e28b7ccb.js +1 -0
- package/dist/mint-components/p-e3b47a40.entry.js +1 -0
- package/dist/mint-components/p-e5c971a0.system.js +1 -0
- package/dist/mint-components/p-e7b373da.entry.js +1 -0
- package/dist/mint-components/p-e7e129ac.js +1 -0
- package/dist/mint-components/p-e86c29c0.js +1 -0
- package/dist/mint-components/p-e9a66887.entry.js +1 -0
- package/dist/mint-components/p-ec7668af.system.entry.js +1 -0
- package/dist/mint-components/p-f05333a5.entry.js +1 -0
- package/dist/mint-components/p-f2e89e29.system.js +1 -0
- package/dist/mint-components/p-f4c0cd0b.js +1 -0
- package/dist/mint-components/p-f7680789.system.entry.js +1 -0
- package/dist/mint-components/p-fb1b6fdf.js +1 -0
- package/dist/mint-components/p-fbadd42c.entry.js +1 -0
- package/dist/mint-components/p-fc9b71c8.system.entry.js +1 -0
- package/dist/mint-components/p-ff17b3a4.system.js +1 -0
- package/dist/mint-components/p-ff7f8799.entry.js +1 -0
- package/dist/types/ShadowViewAddon.d.ts +6 -0
- package/dist/types/components/sqm-asset-card/sqm-asset-card-view.d.ts +8 -0
- package/dist/types/components/sqm-asset-card/sqm-asset-card.d.ts +24 -0
- package/dist/types/components/sqm-asset-card/useAssetCard.d.ts +7 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat-view.d.ts +7 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +36 -0
- package/dist/types/components/sqm-big-stat/useBigStat.d.ts +18 -0
- package/dist/types/components/sqm-big-stat/useDemoBigStat.d.ts +3 -0
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout-view.d.ts +7 -0
- package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +22 -0
- package/dist/types/components/sqm-edit-profile/sqm-edit-profile-view.d.ts +37 -0
- package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +48 -0
- package/dist/types/components/sqm-edit-profile/useEditProfile.d.ts +12 -0
- package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +13 -0
- package/dist/types/components/sqm-graphql-client-provider/sqm-graphql-client-provider.d.ts +13 -0
- package/dist/types/components/sqm-graphql-client-provider/useGraphQLProvider.d.ts +3 -0
- package/dist/types/components/sqm-hero/sqm-hero-view.d.ts +15 -0
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +20 -0
- package/dist/types/components/sqm-hook-story-container/sqm-hook-story-container.d.ts +8 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +27 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +50 -0
- package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +26 -0
- package/dist/types/components/sqm-leaderboard-rank/sqm-leaderboard-rank-view.d.ts +6 -0
- package/dist/types/components/sqm-leaderboard-rank/sqm-leaderboard-rank.d.ts +41 -0
- package/dist/types/components/sqm-leaderboard-rank/useLeaderboardRank.d.ts +9 -0
- package/dist/types/components/sqm-name-fields/sqm-name-fields-view.d.ts +10 -0
- package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +21 -0
- package/dist/types/components/sqm-name-fields/useNameFields.d.ts +14 -0
- package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu-view.d.ts +15 -0
- package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +24 -0
- package/dist/types/components/sqm-navigation-menu/useNavigationMenu.d.ts +3 -0
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar-view.d.ts +4 -0
- package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +11 -0
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item-view.d.ts +11 -0
- package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +27 -0
- package/dist/types/components/sqm-navigation-sidebar-item/useNavigationSidebarItem.d.ts +3 -0
- package/dist/types/components/sqm-password-field/passwordValidation.d.ts +1 -0
- package/dist/types/components/sqm-password-field/sqm-password-field-view.d.ts +15 -0
- package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +32 -0
- package/dist/types/components/sqm-password-field/usePasswordField.d.ts +3 -0
- package/dist/types/components/sqm-popup-container/sqm-popup-container-view.d.ts +4 -0
- package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +26 -0
- package/dist/types/components/sqm-popup-container/usePopupContainer.d.ts +33 -0
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password-view.d.ts +23 -0
- package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +48 -0
- package/dist/types/components/sqm-portal-change-password/usePortalChangePassword.d.ts +24 -0
- package/dist/types/components/sqm-portal-container/sqm-portal-container-view.d.ts +10 -0
- package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +30 -0
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification-view.d.ts +17 -0
- package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +28 -0
- package/dist/types/components/sqm-portal-email-verification/usePortalEmailVerification.d.ts +17 -0
- package/dist/types/components/sqm-portal-footer/PoweredByImg.d.ts +7 -0
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer-view.d.ts +16 -0
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +57 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.d.ts +18 -0
- package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +28 -0
- package/dist/types/components/sqm-portal-forgot-password/usePortalForgotPassword.d.ts +11 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame-view.d.ts +11 -0
- package/dist/types/components/sqm-portal-frame/sqm-portal-frame.d.ts +16 -0
- package/dist/types/components/sqm-portal-frame/usePortalFrame.d.ts +3 -0
- package/dist/types/components/sqm-portal-login/sqm-portal-login-view.d.ts +20 -0
- package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +52 -0
- package/dist/types/components/sqm-portal-login/usePortalLogin.d.ts +11 -0
- package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +13 -0
- package/dist/types/components/sqm-portal-logout/usePortalLogout.d.ts +3 -0
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile-view.d.ts +37 -0
- package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +48 -0
- package/dist/types/components/sqm-portal-profile/usePortalProfile.d.ts +12 -0
- package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +21 -0
- package/dist/types/components/sqm-portal-protected-route/usePortalProtectedRoute.d.ts +7 -0
- package/dist/types/components/sqm-portal-register/sqm-portal-register-view.d.ts +30 -0
- package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +60 -0
- package/dist/types/components/sqm-portal-register/usePortalRegister.d.ts +25 -0
- package/dist/types/components/sqm-portal-register/useValidationState.d.ts +17 -0
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password-view.d.ts +26 -0
- package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +52 -0
- package/dist/types/components/sqm-portal-reset-password/usePortalResetPassword.d.ts +3 -0
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email-view.d.ts +15 -0
- package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +20 -0
- package/dist/types/components/sqm-portal-verify-email/usePortalVerifyEmail.d.ts +16 -0
- package/dist/types/components/sqm-program-menu/sqm-program-menu.d.ts +9 -0
- package/dist/types/components/sqm-program-menu/useProgramMenu.d.ts +13 -0
- package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe-view.d.ts +13 -0
- package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +29 -0
- package/dist/types/components/sqm-referral-iframe/useReferralIframe.d.ts +3 -0
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-cell.d.ts +7 -0
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-date-cell.d.ts +7 -0
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.d.ts +5 -0
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-status-cell.d.ts +5 -0
- package/dist/types/components/sqm-referral-table/cells/sqm-referral-table-user-cell.d.ts +4 -0
- package/dist/types/components/sqm-referral-table/columns/ReferralTableColumn.d.ts +6 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +15 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +29 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +19 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +23 -0
- package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +23 -0
- package/dist/types/components/sqm-referral-table/re-render.d.ts +13 -0
- package/dist/types/components/sqm-referral-table/sqm-referral-table-view.d.ts +29 -0
- package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +33 -0
- package/dist/types/components/sqm-referral-table/sqm-table-cell.d.ts +5 -0
- package/dist/types/components/sqm-referral-table/sqm-table-row.d.ts +4 -0
- package/dist/types/components/sqm-referral-table/useChildElements.d.ts +1 -0
- package/dist/types/components/sqm-referral-table/useReferralTable.d.ts +5 -0
- package/dist/types/components/sqm-route/sqm-route.d.ts +15 -0
- package/dist/types/components/sqm-router/sqm-router.d.ts +9 -0
- package/dist/types/components/sqm-router/useRouter.d.ts +9 -0
- package/dist/types/components/sqm-share-button/sqm-share-button-view.d.ts +16 -0
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +80 -0
- package/dist/types/components/sqm-share-button/useShareButton.d.ts +8 -0
- package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +33 -0
- package/dist/types/components/sqm-share-code/useShareCode.d.ts +8 -0
- package/dist/types/components/sqm-share-link/sqm-share-link-view.d.ts +8 -0
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +33 -0
- package/dist/types/components/sqm-share-link/useShareLink.d.ts +8 -0
- package/dist/types/components/sqm-stat-container/sqm-stat-container-view.d.ts +5 -0
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +16 -0
- package/dist/types/components/sqm-stencilbook/CucumberAddon.d.ts +2 -0
- package/dist/types/components/sqm-stencilbook/HookStoryAddon.d.ts +8 -0
- package/dist/types/components/sqm-stencilbook/sqm-stencilbook.d.ts +11 -0
- package/dist/types/components/sqm-text/sqm-text.d.ts +10 -0
- package/dist/types/components/sqm-text-span/sqm-text-span-view.d.ts +5 -0
- package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +20 -0
- package/dist/types/components/sqm-titled-section/sqm-portal-section-view.d.ts +9 -0
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +22 -0
- package/dist/types/components/sqm-user-name/sqm-user-name-view.d.ts +6 -0
- package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +24 -0
- package/dist/types/components/sqm-user-name/useUserName.d.ts +3 -0
- package/dist/types/components.d.ts +2526 -0
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +1 -0
- package/dist/types/global/global.d.ts +6 -0
- package/dist/types/global/mixins.d.ts +166 -0
- package/dist/types/global/styles.d.ts +2 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/insertcss.d.ts +6 -0
- package/dist/types/saasquatch.d.ts +92 -0
- package/dist/types/stencil-public-runtime.d.ts +1555 -0
- package/dist/types/stories/AssetCard.stories.d.ts +7 -0
- package/dist/types/stories/BigStat.stories.d.ts +12 -0
- package/dist/types/stories/ChangePassword.stories.d.ts +13 -0
- package/dist/types/stories/DividedLayout.stories.d.ts +7 -0
- package/dist/types/stories/EditProfileForm.stories.d.ts +7 -0
- package/dist/types/stories/FormMessage.stories.d.ts +8 -0
- package/dist/types/stories/Hero.stories.d.ts +16 -0
- package/dist/types/stories/Leaderboard.stories.d.ts +11 -0
- package/dist/types/stories/LeaderboardRank.stories.d.ts +5 -0
- package/dist/types/stories/NameFields.stories.d.ts +9 -0
- package/dist/types/stories/NavigationSidebar.stories.d.ts +5 -0
- package/dist/types/stories/NewPortal.stories.d.ts +8 -0
- package/dist/types/stories/PasswordField.stories.d.ts +7 -0
- package/dist/types/stories/PortalEmailVerification.stories.d.ts +11 -0
- package/dist/types/stories/PortalFooter.stories.d.ts +12 -0
- package/dist/types/stories/PortalForgotPassword.stories.d.ts +11 -0
- package/dist/types/stories/PortalFrame.stories.d.ts +8 -0
- package/dist/types/stories/PortalLogin.stories.d.ts +7 -0
- package/dist/types/stories/PortalProfile.stories.d.ts +10 -0
- package/dist/types/stories/PortalRegister.stories.d.ts +9 -0
- package/dist/types/stories/PortalResetPassword.stories.d.ts +13 -0
- package/dist/types/stories/PortalTemplates.stories.d.ts +100 -0
- package/dist/types/stories/PortalVerifyEmail.stories.d.ts +9 -0
- package/dist/types/stories/PoweredByImg.stories.d.ts +7 -0
- package/dist/types/stories/ProgramMenu.stories.d.ts +28 -0
- package/dist/types/stories/ReferralIframe.stories.d.ts +9 -0
- package/dist/types/stories/ReferralTable.stories.d.ts +13 -0
- package/dist/types/stories/ReferralTableCell.stories.d.ts +10 -0
- package/dist/types/stories/ReferralTableRewardsCell.stories.d.ts +19 -0
- package/dist/types/stories/Router.stories.d.ts +28 -0
- package/dist/types/stories/ShareButton.stories.d.ts +11 -0
- package/dist/types/stories/ShareLink.stories.d.ts +8 -0
- package/dist/types/stories/SidebarItem.stories.d.ts +6 -0
- package/dist/types/stories/UseBigStat.stories.d.ts +166 -0
- package/dist/types/stories/UseEditProfile.stories.d.ts +10 -0
- package/dist/types/stories/UseLeaderboard.stories.d.ts +16 -0
- package/dist/types/stories/UseShareButton.stories.d.ts +16 -0
- package/dist/types/stories/UseShareLink.stories.d.ts +22 -0
- package/dist/types/stories/UserName.stories.d.ts +6 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/dist/types/utilities.d.ts +3 -0
- package/dist/types/utils/RequiredPropsError.d.ts +7 -0
- package/dist/types/utils/isDemo.d.ts +4 -0
- package/dist/types/utils/utils.d.ts +12 -0
- package/grapesjs/grapesjs.js +54 -0
- package/package.json +94 -94
- package/readme.md +13 -13
- package/shoelace/assets/icons/LICENSE.md +21 -0
- package/shoelace/assets/icons/alarm-fill.svg +3 -0
- package/shoelace/assets/icons/alarm.svg +4 -0
- package/shoelace/assets/icons/align-bottom.svg +4 -0
- package/shoelace/assets/icons/align-center.svg +3 -0
- package/shoelace/assets/icons/align-end.svg +4 -0
- package/shoelace/assets/icons/align-middle.svg +3 -0
- package/shoelace/assets/icons/align-start.svg +4 -0
- package/shoelace/assets/icons/align-top.svg +4 -0
- package/shoelace/assets/icons/alt.svg +3 -0
- package/shoelace/assets/icons/app-indicator.svg +4 -0
- package/shoelace/assets/icons/app.svg +3 -0
- package/shoelace/assets/icons/archive-fill.svg +3 -0
- package/shoelace/assets/icons/archive.svg +3 -0
- package/shoelace/assets/icons/arrow-90deg-down.svg +3 -0
- package/shoelace/assets/icons/arrow-90deg-left.svg +3 -0
- package/shoelace/assets/icons/arrow-90deg-right.svg +3 -0
- package/shoelace/assets/icons/arrow-90deg-up.svg +3 -0
- package/shoelace/assets/icons/arrow-bar-down.svg +3 -0
- package/shoelace/assets/icons/arrow-bar-left.svg +3 -0
- package/shoelace/assets/icons/arrow-bar-right.svg +3 -0
- package/shoelace/assets/icons/arrow-bar-up.svg +3 -0
- package/shoelace/assets/icons/arrow-clockwise.svg +4 -0
- package/shoelace/assets/icons/arrow-counterclockwise.svg +4 -0
- package/shoelace/assets/icons/arrow-down-circle-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-down-circle.svg +3 -0
- package/shoelace/assets/icons/arrow-down-left-circle-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-down-left-circle.svg +3 -0
- package/shoelace/assets/icons/arrow-down-left-square-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-down-left-square.svg +3 -0
- package/shoelace/assets/icons/arrow-down-left.svg +3 -0
- package/shoelace/assets/icons/arrow-down-right-circle-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-down-right-circle.svg +3 -0
- package/shoelace/assets/icons/arrow-down-right-square-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-down-right-square.svg +3 -0
- package/shoelace/assets/icons/arrow-down-right.svg +3 -0
- package/shoelace/assets/icons/arrow-down-short.svg +3 -0
- package/shoelace/assets/icons/arrow-down-square-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-down-square.svg +3 -0
- package/shoelace/assets/icons/arrow-down-up.svg +3 -0
- package/shoelace/assets/icons/arrow-down.svg +3 -0
- package/shoelace/assets/icons/arrow-left-circle-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-left-circle.svg +3 -0
- package/shoelace/assets/icons/arrow-left-right.svg +3 -0
- package/shoelace/assets/icons/arrow-left-short.svg +3 -0
- package/shoelace/assets/icons/arrow-left-square-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-left-square.svg +3 -0
- package/shoelace/assets/icons/arrow-left.svg +3 -0
- package/shoelace/assets/icons/arrow-repeat.svg +4 -0
- package/shoelace/assets/icons/arrow-return-left.svg +3 -0
- package/shoelace/assets/icons/arrow-return-right.svg +3 -0
- package/shoelace/assets/icons/arrow-right-circle-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-right-circle.svg +3 -0
- package/shoelace/assets/icons/arrow-right-short.svg +3 -0
- package/shoelace/assets/icons/arrow-right-square-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-right-square.svg +3 -0
- package/shoelace/assets/icons/arrow-right.svg +3 -0
- package/shoelace/assets/icons/arrow-up-circle-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-up-circle.svg +3 -0
- package/shoelace/assets/icons/arrow-up-left-circle-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-up-left-circle.svg +3 -0
- package/shoelace/assets/icons/arrow-up-left-square-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-up-left-square.svg +3 -0
- package/shoelace/assets/icons/arrow-up-left.svg +3 -0
- package/shoelace/assets/icons/arrow-up-right-circle-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-up-right-circle.svg +3 -0
- package/shoelace/assets/icons/arrow-up-right-square-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-up-right-square.svg +3 -0
- package/shoelace/assets/icons/arrow-up-right.svg +3 -0
- package/shoelace/assets/icons/arrow-up-short.svg +3 -0
- package/shoelace/assets/icons/arrow-up-square-fill.svg +3 -0
- package/shoelace/assets/icons/arrow-up-square.svg +3 -0
- package/shoelace/assets/icons/arrow-up.svg +3 -0
- package/shoelace/assets/icons/arrows-angle-contract.svg +3 -0
- package/shoelace/assets/icons/arrows-angle-expand.svg +3 -0
- package/shoelace/assets/icons/arrows-collapse.svg +3 -0
- package/shoelace/assets/icons/arrows-expand.svg +3 -0
- package/shoelace/assets/icons/arrows-fullscreen.svg +3 -0
- package/shoelace/assets/icons/arrows-move.svg +3 -0
- package/shoelace/assets/icons/aspect-ratio-fill.svg +3 -0
- package/shoelace/assets/icons/aspect-ratio.svg +4 -0
- package/shoelace/assets/icons/asterisk.svg +3 -0
- package/shoelace/assets/icons/at.svg +3 -0
- package/shoelace/assets/icons/award-fill.svg +4 -0
- package/shoelace/assets/icons/award.svg +4 -0
- package/shoelace/assets/icons/back.svg +3 -0
- package/shoelace/assets/icons/backspace-fill.svg +3 -0
- package/shoelace/assets/icons/backspace-reverse-fill.svg +3 -0
- package/shoelace/assets/icons/backspace-reverse.svg +4 -0
- package/shoelace/assets/icons/backspace.svg +4 -0
- package/shoelace/assets/icons/badge-3d-fill.svg +4 -0
- package/shoelace/assets/icons/badge-3d.svg +4 -0
- package/shoelace/assets/icons/badge-4k-fill.svg +4 -0
- package/shoelace/assets/icons/badge-4k.svg +4 -0
- package/shoelace/assets/icons/badge-8k-fill.svg +4 -0
- package/shoelace/assets/icons/badge-8k.svg +4 -0
- package/shoelace/assets/icons/badge-ad-fill.svg +4 -0
- package/shoelace/assets/icons/badge-ad.svg +4 -0
- package/shoelace/assets/icons/badge-ar-fill.svg +4 -0
- package/shoelace/assets/icons/badge-ar.svg +4 -0
- package/shoelace/assets/icons/badge-cc-fill.svg +3 -0
- package/shoelace/assets/icons/badge-cc.svg +4 -0
- package/shoelace/assets/icons/badge-hd-fill.svg +4 -0
- package/shoelace/assets/icons/badge-hd.svg +4 -0
- package/shoelace/assets/icons/badge-tm-fill.svg +3 -0
- package/shoelace/assets/icons/badge-tm.svg +4 -0
- package/shoelace/assets/icons/badge-vo-fill.svg +4 -0
- package/shoelace/assets/icons/badge-vo.svg +4 -0
- package/shoelace/assets/icons/badge-vr-fill.svg +4 -0
- package/shoelace/assets/icons/badge-vr.svg +4 -0
- package/shoelace/assets/icons/badge-wc-fill.svg +3 -0
- package/shoelace/assets/icons/badge-wc.svg +4 -0
- package/shoelace/assets/icons/bag-check-fill.svg +3 -0
- package/shoelace/assets/icons/bag-check.svg +4 -0
- package/shoelace/assets/icons/bag-dash-fill.svg +3 -0
- package/shoelace/assets/icons/bag-dash.svg +4 -0
- package/shoelace/assets/icons/bag-fill.svg +3 -0
- package/shoelace/assets/icons/bag-plus-fill.svg +3 -0
- package/shoelace/assets/icons/bag-plus.svg +4 -0
- package/shoelace/assets/icons/bag-x-fill.svg +3 -0
- package/shoelace/assets/icons/bag-x.svg +4 -0
- package/shoelace/assets/icons/bag.svg +3 -0
- package/shoelace/assets/icons/bar-chart-fill.svg +3 -0
- package/shoelace/assets/icons/bar-chart-line-fill.svg +3 -0
- package/shoelace/assets/icons/bar-chart-line.svg +3 -0
- package/shoelace/assets/icons/bar-chart-steps.svg +3 -0
- package/shoelace/assets/icons/bar-chart.svg +3 -0
- package/shoelace/assets/icons/basket-fill.svg +3 -0
- package/shoelace/assets/icons/basket.svg +3 -0
- package/shoelace/assets/icons/basket2-fill.svg +3 -0
- package/shoelace/assets/icons/basket2.svg +4 -0
- package/shoelace/assets/icons/basket3-fill.svg +3 -0
- package/shoelace/assets/icons/basket3.svg +3 -0
- package/shoelace/assets/icons/battery-charging.svg +6 -0
- package/shoelace/assets/icons/battery-full.svg +4 -0
- package/shoelace/assets/icons/battery-half.svg +4 -0
- package/shoelace/assets/icons/battery.svg +3 -0
- package/shoelace/assets/icons/bell-fill.svg +3 -0
- package/shoelace/assets/icons/bell.svg +3 -0
- package/shoelace/assets/icons/bezier.svg +4 -0
- package/shoelace/assets/icons/bezier2.svg +3 -0
- package/shoelace/assets/icons/bicycle.svg +3 -0
- package/shoelace/assets/icons/binoculars-fill.svg +3 -0
- package/shoelace/assets/icons/binoculars.svg +3 -0
- package/shoelace/assets/icons/blockquote-left.svg +3 -0
- package/shoelace/assets/icons/blockquote-right.svg +3 -0
- package/shoelace/assets/icons/book-fill.svg +3 -0
- package/shoelace/assets/icons/book-half.svg +3 -0
- package/shoelace/assets/icons/book.svg +3 -0
- package/shoelace/assets/icons/bookmark-check-fill.svg +3 -0
- package/shoelace/assets/icons/bookmark-check.svg +4 -0
- package/shoelace/assets/icons/bookmark-dash-fill.svg +3 -0
- package/shoelace/assets/icons/bookmark-dash.svg +4 -0
- package/shoelace/assets/icons/bookmark-fill.svg +3 -0
- package/shoelace/assets/icons/bookmark-heart-fill.svg +3 -0
- package/shoelace/assets/icons/bookmark-heart.svg +4 -0
- package/shoelace/assets/icons/bookmark-plus-fill.svg +3 -0
- package/shoelace/assets/icons/bookmark-plus.svg +4 -0
- package/shoelace/assets/icons/bookmark-star-fill.svg +3 -0
- package/shoelace/assets/icons/bookmark-star.svg +4 -0
- package/shoelace/assets/icons/bookmark-x-fill.svg +3 -0
- package/shoelace/assets/icons/bookmark-x.svg +4 -0
- package/shoelace/assets/icons/bookmark.svg +3 -0
- package/shoelace/assets/icons/bookmarks-fill.svg +4 -0
- package/shoelace/assets/icons/bookmarks.svg +4 -0
- package/shoelace/assets/icons/bookshelf.svg +3 -0
- package/shoelace/assets/icons/bootstrap-fill.svg +4 -0
- package/shoelace/assets/icons/bootstrap-reboot.svg +4 -0
- package/shoelace/assets/icons/bootstrap.svg +4 -0
- package/shoelace/assets/icons/border-all.svg +3 -0
- package/shoelace/assets/icons/border-bottom.svg +3 -0
- package/shoelace/assets/icons/border-center.svg +3 -0
- package/shoelace/assets/icons/border-inner.svg +5 -0
- package/shoelace/assets/icons/border-left.svg +3 -0
- package/shoelace/assets/icons/border-middle.svg +3 -0
- package/shoelace/assets/icons/border-outer.svg +4 -0
- package/shoelace/assets/icons/border-right.svg +3 -0
- package/shoelace/assets/icons/border-style.svg +3 -0
- package/shoelace/assets/icons/border-top.svg +3 -0
- package/shoelace/assets/icons/border-width.svg +3 -0
- package/shoelace/assets/icons/border.svg +3 -0
- package/shoelace/assets/icons/bounding-box-circles.svg +3 -0
- package/shoelace/assets/icons/bounding-box.svg +3 -0
- package/shoelace/assets/icons/box-arrow-down-left.svg +4 -0
- package/shoelace/assets/icons/box-arrow-down-right.svg +4 -0
- package/shoelace/assets/icons/box-arrow-down.svg +4 -0
- package/shoelace/assets/icons/box-arrow-in-down-left.svg +4 -0
- package/shoelace/assets/icons/box-arrow-in-down-right.svg +4 -0
- package/shoelace/assets/icons/box-arrow-in-down.svg +4 -0
- package/shoelace/assets/icons/box-arrow-in-left.svg +4 -0
- package/shoelace/assets/icons/box-arrow-in-right.svg +4 -0
- package/shoelace/assets/icons/box-arrow-in-up-left.svg +4 -0
- package/shoelace/assets/icons/box-arrow-in-up-right.svg +4 -0
- package/shoelace/assets/icons/box-arrow-in-up.svg +4 -0
- package/shoelace/assets/icons/box-arrow-left.svg +4 -0
- package/shoelace/assets/icons/box-arrow-right.svg +4 -0
- package/shoelace/assets/icons/box-arrow-up-left.svg +4 -0
- package/shoelace/assets/icons/box-arrow-up-right.svg +4 -0
- package/shoelace/assets/icons/box-arrow-up.svg +4 -0
- package/shoelace/assets/icons/box-seam.svg +3 -0
- package/shoelace/assets/icons/box.svg +3 -0
- package/shoelace/assets/icons/braces.svg +3 -0
- package/shoelace/assets/icons/bricks.svg +3 -0
- package/shoelace/assets/icons/briefcase-fill.svg +4 -0
- package/shoelace/assets/icons/briefcase.svg +3 -0
- package/shoelace/assets/icons/brightness-alt-high-fill.svg +3 -0
- package/shoelace/assets/icons/brightness-alt-high.svg +3 -0
- package/shoelace/assets/icons/brightness-alt-low-fill.svg +3 -0
- package/shoelace/assets/icons/brightness-alt-low.svg +3 -0
- package/shoelace/assets/icons/brightness-high-fill.svg +3 -0
- package/shoelace/assets/icons/brightness-high.svg +3 -0
- package/shoelace/assets/icons/brightness-low-fill.svg +3 -0
- package/shoelace/assets/icons/brightness-low.svg +3 -0
- package/shoelace/assets/icons/broadcast-pin.svg +3 -0
- package/shoelace/assets/icons/broadcast.svg +3 -0
- package/shoelace/assets/icons/brush-fill.svg +3 -0
- package/shoelace/assets/icons/brush.svg +3 -0
- package/shoelace/assets/icons/bucket-fill.svg +3 -0
- package/shoelace/assets/icons/bucket.svg +3 -0
- package/shoelace/assets/icons/bug-fill.svg +4 -0
- package/shoelace/assets/icons/bug.svg +3 -0
- package/shoelace/assets/icons/building.svg +4 -0
- package/shoelace/assets/icons/bullseye.svg +6 -0
- package/shoelace/assets/icons/calculator-fill.svg +3 -0
- package/shoelace/assets/icons/calculator.svg +4 -0
- package/shoelace/assets/icons/calendar-check-fill.svg +3 -0
- package/shoelace/assets/icons/calendar-check.svg +4 -0
- package/shoelace/assets/icons/calendar-date-fill.svg +4 -0
- package/shoelace/assets/icons/calendar-date.svg +4 -0
- package/shoelace/assets/icons/calendar-day-fill.svg +3 -0
- package/shoelace/assets/icons/calendar-day.svg +4 -0
- package/shoelace/assets/icons/calendar-event-fill.svg +3 -0
- package/shoelace/assets/icons/calendar-event.svg +4 -0
- package/shoelace/assets/icons/calendar-fill.svg +3 -0
- package/shoelace/assets/icons/calendar-minus-fill.svg +3 -0
- package/shoelace/assets/icons/calendar-minus.svg +4 -0
- package/shoelace/assets/icons/calendar-month-fill.svg +4 -0
- package/shoelace/assets/icons/calendar-month.svg +4 -0
- package/shoelace/assets/icons/calendar-plus-fill.svg +3 -0
- package/shoelace/assets/icons/calendar-plus.svg +4 -0
- package/shoelace/assets/icons/calendar-range-fill.svg +3 -0
- package/shoelace/assets/icons/calendar-range.svg +4 -0
- package/shoelace/assets/icons/calendar-week-fill.svg +3 -0
- package/shoelace/assets/icons/calendar-week.svg +4 -0
- package/shoelace/assets/icons/calendar-x-fill.svg +3 -0
- package/shoelace/assets/icons/calendar-x.svg +4 -0
- package/shoelace/assets/icons/calendar.svg +3 -0
- package/shoelace/assets/icons/calendar2-check-fill.svg +3 -0
- package/shoelace/assets/icons/calendar2-check.svg +5 -0
- package/shoelace/assets/icons/calendar2-date-fill.svg +4 -0
- package/shoelace/assets/icons/calendar2-date.svg +5 -0
- package/shoelace/assets/icons/calendar2-day-fill.svg +3 -0
- package/shoelace/assets/icons/calendar2-day.svg +5 -0
- package/shoelace/assets/icons/calendar2-event-fill.svg +3 -0
- package/shoelace/assets/icons/calendar2-event.svg +5 -0
- package/shoelace/assets/icons/calendar2-fill.svg +3 -0
- package/shoelace/assets/icons/calendar2-minus-fill.svg +3 -0
- package/shoelace/assets/icons/calendar2-minus.svg +5 -0
- package/shoelace/assets/icons/calendar2-month-fill.svg +4 -0
- package/shoelace/assets/icons/calendar2-month.svg +5 -0
- package/shoelace/assets/icons/calendar2-plus-fill.svg +3 -0
- package/shoelace/assets/icons/calendar2-plus.svg +4 -0
- package/shoelace/assets/icons/calendar2-range-fill.svg +3 -0
- package/shoelace/assets/icons/calendar2-range.svg +4 -0
- package/shoelace/assets/icons/calendar2-week-fill.svg +3 -0
- package/shoelace/assets/icons/calendar2-week.svg +4 -0
- package/shoelace/assets/icons/calendar2-x-fill.svg +3 -0
- package/shoelace/assets/icons/calendar2-x.svg +5 -0
- package/shoelace/assets/icons/calendar2.svg +4 -0
- package/shoelace/assets/icons/calendar3-event-fill.svg +3 -0
- package/shoelace/assets/icons/calendar3-event.svg +4 -0
- package/shoelace/assets/icons/calendar3-fill.svg +3 -0
- package/shoelace/assets/icons/calendar3-range-fill.svg +3 -0
- package/shoelace/assets/icons/calendar3-range.svg +4 -0
- package/shoelace/assets/icons/calendar3-week-fill.svg +3 -0
- package/shoelace/assets/icons/calendar3-week.svg +4 -0
- package/shoelace/assets/icons/calendar3.svg +4 -0
- package/shoelace/assets/icons/calendar4-event.svg +4 -0
- package/shoelace/assets/icons/calendar4-range.svg +4 -0
- package/shoelace/assets/icons/calendar4-week.svg +4 -0
- package/shoelace/assets/icons/calendar4.svg +3 -0
- package/shoelace/assets/icons/camera-fill.svg +4 -0
- package/shoelace/assets/icons/camera-reels-fill.svg +5 -0
- package/shoelace/assets/icons/camera-reels.svg +5 -0
- package/shoelace/assets/icons/camera-video-fill.svg +3 -0
- package/shoelace/assets/icons/camera-video-off-fill.svg +3 -0
- package/shoelace/assets/icons/camera-video-off.svg +3 -0
- package/shoelace/assets/icons/camera-video.svg +3 -0
- package/shoelace/assets/icons/camera.svg +4 -0
- package/shoelace/assets/icons/camera2.svg +4 -0
- package/shoelace/assets/icons/capslock-fill.svg +3 -0
- package/shoelace/assets/icons/capslock.svg +3 -0
- package/shoelace/assets/icons/card-checklist.svg +4 -0
- package/shoelace/assets/icons/card-heading.svg +4 -0
- package/shoelace/assets/icons/card-image.svg +4 -0
- package/shoelace/assets/icons/card-list.svg +4 -0
- package/shoelace/assets/icons/card-text.svg +4 -0
- package/shoelace/assets/icons/caret-down-fill.svg +3 -0
- package/shoelace/assets/icons/caret-down-square-fill.svg +3 -0
- package/shoelace/assets/icons/caret-down-square.svg +4 -0
- package/shoelace/assets/icons/caret-down.svg +3 -0
- package/shoelace/assets/icons/caret-left-fill.svg +3 -0
- package/shoelace/assets/icons/caret-left-square-fill.svg +3 -0
- package/shoelace/assets/icons/caret-left-square.svg +4 -0
- package/shoelace/assets/icons/caret-left.svg +3 -0
- package/shoelace/assets/icons/caret-right-fill.svg +3 -0
- package/shoelace/assets/icons/caret-right-square-fill.svg +3 -0
- package/shoelace/assets/icons/caret-right-square.svg +4 -0
- package/shoelace/assets/icons/caret-right.svg +3 -0
- package/shoelace/assets/icons/caret-up-fill.svg +3 -0
- package/shoelace/assets/icons/caret-up-square-fill.svg +3 -0
- package/shoelace/assets/icons/caret-up-square.svg +4 -0
- package/shoelace/assets/icons/caret-up.svg +3 -0
- package/shoelace/assets/icons/cart-check-fill.svg +3 -0
- package/shoelace/assets/icons/cart-check.svg +4 -0
- package/shoelace/assets/icons/cart-dash-fill.svg +3 -0
- package/shoelace/assets/icons/cart-dash.svg +4 -0
- package/shoelace/assets/icons/cart-fill.svg +3 -0
- package/shoelace/assets/icons/cart-plus-fill.svg +3 -0
- package/shoelace/assets/icons/cart-plus.svg +4 -0
- package/shoelace/assets/icons/cart-x-fill.svg +3 -0
- package/shoelace/assets/icons/cart-x.svg +4 -0
- package/shoelace/assets/icons/cart.svg +3 -0
- package/shoelace/assets/icons/cart2.svg +3 -0
- package/shoelace/assets/icons/cart3.svg +3 -0
- package/shoelace/assets/icons/cart4.svg +3 -0
- package/shoelace/assets/icons/cash-stack.svg +4 -0
- package/shoelace/assets/icons/cash.svg +4 -0
- package/shoelace/assets/icons/cast.svg +4 -0
- package/shoelace/assets/icons/chat-dots-fill.svg +3 -0
- package/shoelace/assets/icons/chat-dots.svg +4 -0
- package/shoelace/assets/icons/chat-fill.svg +3 -0
- package/shoelace/assets/icons/chat-left-dots-fill.svg +3 -0
- package/shoelace/assets/icons/chat-left-dots.svg +4 -0
- package/shoelace/assets/icons/chat-left-fill.svg +3 -0
- package/shoelace/assets/icons/chat-left-quote-fill.svg +3 -0
- package/shoelace/assets/icons/chat-left-quote.svg +4 -0
- package/shoelace/assets/icons/chat-left-text-fill.svg +3 -0
- package/shoelace/assets/icons/chat-left-text.svg +4 -0
- package/shoelace/assets/icons/chat-left.svg +3 -0
- package/shoelace/assets/icons/chat-quote-fill.svg +3 -0
- package/shoelace/assets/icons/chat-quote.svg +4 -0
- package/shoelace/assets/icons/chat-right-dots-fill.svg +3 -0
- package/shoelace/assets/icons/chat-right-dots.svg +4 -0
- package/shoelace/assets/icons/chat-right-fill.svg +3 -0
- package/shoelace/assets/icons/chat-right-quote-fill.svg +3 -0
- package/shoelace/assets/icons/chat-right-quote.svg +4 -0
- package/shoelace/assets/icons/chat-right-text-fill.svg +3 -0
- package/shoelace/assets/icons/chat-right-text.svg +4 -0
- package/shoelace/assets/icons/chat-right.svg +3 -0
- package/shoelace/assets/icons/chat-square-dots-fill.svg +3 -0
- package/shoelace/assets/icons/chat-square-dots.svg +4 -0
- package/shoelace/assets/icons/chat-square-fill.svg +3 -0
- package/shoelace/assets/icons/chat-square-quote-fill.svg +3 -0
- package/shoelace/assets/icons/chat-square-quote.svg +4 -0
- package/shoelace/assets/icons/chat-square-text-fill.svg +3 -0
- package/shoelace/assets/icons/chat-square-text.svg +4 -0
- package/shoelace/assets/icons/chat-square.svg +3 -0
- package/shoelace/assets/icons/chat-text-fill.svg +3 -0
- package/shoelace/assets/icons/chat-text.svg +4 -0
- package/shoelace/assets/icons/chat.svg +3 -0
- package/shoelace/assets/icons/check-all.svg +3 -0
- package/shoelace/assets/icons/check-circle-fill.svg +3 -0
- package/shoelace/assets/icons/check-circle.svg +4 -0
- package/shoelace/assets/icons/check-square-fill.svg +3 -0
- package/shoelace/assets/icons/check-square.svg +4 -0
- package/shoelace/assets/icons/check.svg +3 -0
- package/shoelace/assets/icons/check2-all.svg +4 -0
- package/shoelace/assets/icons/check2-circle.svg +4 -0
- package/shoelace/assets/icons/check2-square.svg +4 -0
- package/shoelace/assets/icons/check2.svg +3 -0
- package/shoelace/assets/icons/chevron-bar-contract.svg +3 -0
- package/shoelace/assets/icons/chevron-bar-down.svg +3 -0
- package/shoelace/assets/icons/chevron-bar-expand.svg +3 -0
- package/shoelace/assets/icons/chevron-bar-left.svg +3 -0
- package/shoelace/assets/icons/chevron-bar-right.svg +3 -0
- package/shoelace/assets/icons/chevron-bar-up.svg +3 -0
- package/shoelace/assets/icons/chevron-compact-down.svg +3 -0
- package/shoelace/assets/icons/chevron-compact-left.svg +3 -0
- package/shoelace/assets/icons/chevron-compact-right.svg +3 -0
- package/shoelace/assets/icons/chevron-compact-up.svg +3 -0
- package/shoelace/assets/icons/chevron-contract.svg +3 -0
- package/shoelace/assets/icons/chevron-double-down.svg +4 -0
- package/shoelace/assets/icons/chevron-double-left.svg +4 -0
- package/shoelace/assets/icons/chevron-double-right.svg +4 -0
- package/shoelace/assets/icons/chevron-double-up.svg +4 -0
- package/shoelace/assets/icons/chevron-down.svg +3 -0
- package/shoelace/assets/icons/chevron-expand.svg +3 -0
- package/shoelace/assets/icons/chevron-left.svg +3 -0
- package/shoelace/assets/icons/chevron-right.svg +3 -0
- package/shoelace/assets/icons/chevron-up.svg +3 -0
- package/shoelace/assets/icons/circle-fill.svg +3 -0
- package/shoelace/assets/icons/circle-half.svg +3 -0
- package/shoelace/assets/icons/circle-square.svg +4 -0
- package/shoelace/assets/icons/circle.svg +3 -0
- package/shoelace/assets/icons/clipboard-check.svg +5 -0
- package/shoelace/assets/icons/clipboard-data.svg +5 -0
- package/shoelace/assets/icons/clipboard-minus.svg +5 -0
- package/shoelace/assets/icons/clipboard-plus.svg +5 -0
- package/shoelace/assets/icons/clipboard-x.svg +5 -0
- package/shoelace/assets/icons/clipboard.svg +4 -0
- package/shoelace/assets/icons/clock-fill.svg +3 -0
- package/shoelace/assets/icons/clock-history.svg +5 -0
- package/shoelace/assets/icons/clock.svg +4 -0
- package/shoelace/assets/icons/cloud-arrow-down-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-arrow-down.svg +4 -0
- package/shoelace/assets/icons/cloud-arrow-up-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-arrow-up.svg +4 -0
- package/shoelace/assets/icons/cloud-check-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-check.svg +4 -0
- package/shoelace/assets/icons/cloud-download-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-download.svg +4 -0
- package/shoelace/assets/icons/cloud-drizzle-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-drizzle.svg +3 -0
- package/shoelace/assets/icons/cloud-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-fog-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-fog.svg +3 -0
- package/shoelace/assets/icons/cloud-fog2-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-fog2.svg +3 -0
- package/shoelace/assets/icons/cloud-hail-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-hail.svg +3 -0
- package/shoelace/assets/icons/cloud-haze-1.svg +3 -0
- package/shoelace/assets/icons/cloud-haze-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-haze.svg +3 -0
- package/shoelace/assets/icons/cloud-haze2-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-lightning-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-lightning-rain-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-lightning-rain.svg +3 -0
- package/shoelace/assets/icons/cloud-lightning.svg +3 -0
- package/shoelace/assets/icons/cloud-minus-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-minus.svg +3 -0
- package/shoelace/assets/icons/cloud-moon-fill.svg +4 -0
- package/shoelace/assets/icons/cloud-moon.svg +4 -0
- package/shoelace/assets/icons/cloud-plus-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-plus.svg +4 -0
- package/shoelace/assets/icons/cloud-rain-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-rain-heavy-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-rain-heavy.svg +3 -0
- package/shoelace/assets/icons/cloud-rain.svg +3 -0
- package/shoelace/assets/icons/cloud-slash-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-slash.svg +4 -0
- package/shoelace/assets/icons/cloud-sleet-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-sleet.svg +3 -0
- package/shoelace/assets/icons/cloud-snow-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-snow.svg +3 -0
- package/shoelace/assets/icons/cloud-sun-fill.svg +4 -0
- package/shoelace/assets/icons/cloud-sun.svg +4 -0
- package/shoelace/assets/icons/cloud-upload-fill.svg +3 -0
- package/shoelace/assets/icons/cloud-upload.svg +4 -0
- package/shoelace/assets/icons/cloud.svg +3 -0
- package/shoelace/assets/icons/clouds-fill.svg +4 -0
- package/shoelace/assets/icons/clouds.svg +4 -0
- package/shoelace/assets/icons/cloudy-fill.svg +3 -0
- package/shoelace/assets/icons/cloudy.svg +3 -0
- package/shoelace/assets/icons/code-slash.svg +3 -0
- package/shoelace/assets/icons/code-square.svg +4 -0
- package/shoelace/assets/icons/code.svg +3 -0
- package/shoelace/assets/icons/collection-fill.svg +3 -0
- package/shoelace/assets/icons/collection-play-fill.svg +3 -0
- package/shoelace/assets/icons/collection-play.svg +4 -0
- package/shoelace/assets/icons/collection.svg +3 -0
- package/shoelace/assets/icons/columns-gap.svg +3 -0
- package/shoelace/assets/icons/columns.svg +3 -0
- package/shoelace/assets/icons/command.svg +3 -0
- package/shoelace/assets/icons/compass-fill.svg +3 -0
- package/shoelace/assets/icons/compass.svg +4 -0
- package/shoelace/assets/icons/cone-striped.svg +3 -0
- package/shoelace/assets/icons/cone.svg +3 -0
- package/shoelace/assets/icons/controller.svg +4 -0
- package/shoelace/assets/icons/cpu-fill.svg +4 -0
- package/shoelace/assets/icons/cpu.svg +3 -0
- package/shoelace/assets/icons/credit-card-2-back-fill.svg +3 -0
- package/shoelace/assets/icons/credit-card-2-back.svg +4 -0
- package/shoelace/assets/icons/credit-card-2-front-fill.svg +3 -0
- package/shoelace/assets/icons/credit-card-2-front.svg +4 -0
- package/shoelace/assets/icons/credit-card-fill.svg +3 -0
- package/shoelace/assets/icons/credit-card.svg +4 -0
- package/shoelace/assets/icons/crop.svg +3 -0
- package/shoelace/assets/icons/cup-fill.svg +3 -0
- package/shoelace/assets/icons/cup-straw.svg +3 -0
- package/shoelace/assets/icons/cup.svg +3 -0
- package/shoelace/assets/icons/cursor-fill.svg +3 -0
- package/shoelace/assets/icons/cursor-text.svg +3 -0
- package/shoelace/assets/icons/cursor.svg +3 -0
- package/shoelace/assets/icons/dash-circle-dotted.svg +3 -0
- package/shoelace/assets/icons/dash-circle-fill.svg +3 -0
- package/shoelace/assets/icons/dash-circle.svg +4 -0
- package/shoelace/assets/icons/dash-square-dotted.svg +3 -0
- package/shoelace/assets/icons/dash-square-fill.svg +3 -0
- package/shoelace/assets/icons/dash-square.svg +4 -0
- package/shoelace/assets/icons/dash.svg +3 -0
- package/shoelace/assets/icons/diagram-2-fill.svg +3 -0
- package/shoelace/assets/icons/diagram-2.svg +3 -0
- package/shoelace/assets/icons/diagram-3-fill.svg +3 -0
- package/shoelace/assets/icons/diagram-3.svg +3 -0
- package/shoelace/assets/icons/diamond-fill.svg +3 -0
- package/shoelace/assets/icons/diamond-half.svg +3 -0
- package/shoelace/assets/icons/diamond.svg +3 -0
- package/shoelace/assets/icons/dice-1-fill.svg +3 -0
- package/shoelace/assets/icons/dice-1.svg +4 -0
- package/shoelace/assets/icons/dice-2-fill.svg +3 -0
- package/shoelace/assets/icons/dice-2.svg +4 -0
- package/shoelace/assets/icons/dice-3-fill.svg +3 -0
- package/shoelace/assets/icons/dice-3.svg +4 -0
- package/shoelace/assets/icons/dice-4-fill.svg +3 -0
- package/shoelace/assets/icons/dice-4.svg +4 -0
- package/shoelace/assets/icons/dice-5-fill.svg +3 -0
- package/shoelace/assets/icons/dice-5.svg +4 -0
- package/shoelace/assets/icons/dice-6-fill.svg +3 -0
- package/shoelace/assets/icons/dice-6.svg +4 -0
- package/shoelace/assets/icons/disc-fill.svg +3 -0
- package/shoelace/assets/icons/disc.svg +4 -0
- package/shoelace/assets/icons/discord.svg +4 -0
- package/shoelace/assets/icons/display-fill.svg +3 -0
- package/shoelace/assets/icons/display.svg +3 -0
- package/shoelace/assets/icons/distribute-horizontal.svg +4 -0
- package/shoelace/assets/icons/distribute-vertical.svg +4 -0
- package/shoelace/assets/icons/door-closed-fill.svg +3 -0
- package/shoelace/assets/icons/door-closed.svg +4 -0
- package/shoelace/assets/icons/door-open-fill.svg +3 -0
- package/shoelace/assets/icons/door-open.svg +4 -0
- package/shoelace/assets/icons/dot.svg +3 -0
- package/shoelace/assets/icons/download.svg +4 -0
- package/shoelace/assets/icons/droplet-fill.svg +3 -0
- package/shoelace/assets/icons/droplet-half.svg +4 -0
- package/shoelace/assets/icons/droplet.svg +4 -0
- package/shoelace/assets/icons/earbuds.svg +3 -0
- package/shoelace/assets/icons/easel-fill.svg +3 -0
- package/shoelace/assets/icons/easel.svg +3 -0
- package/shoelace/assets/icons/egg-fill.svg +3 -0
- package/shoelace/assets/icons/egg-fried.svg +4 -0
- package/shoelace/assets/icons/egg.svg +3 -0
- package/shoelace/assets/icons/eject-fill.svg +3 -0
- package/shoelace/assets/icons/eject.svg +3 -0
- package/shoelace/assets/icons/emoji-angry-fill.svg +3 -0
- package/shoelace/assets/icons/emoji-angry.svg +4 -0
- package/shoelace/assets/icons/emoji-dizzy-fill.svg +3 -0
- package/shoelace/assets/icons/emoji-dizzy.svg +4 -0
- package/shoelace/assets/icons/emoji-expressionless-fill.svg +3 -0
- package/shoelace/assets/icons/emoji-expressionless.svg +4 -0
- package/shoelace/assets/icons/emoji-frown-fill.svg +3 -0
- package/shoelace/assets/icons/emoji-frown.svg +4 -0
- package/shoelace/assets/icons/emoji-heart-eyes-fill.svg +3 -0
- package/shoelace/assets/icons/emoji-heart-eyes.svg +4 -0
- package/shoelace/assets/icons/emoji-laughing-fill.svg +3 -0
- package/shoelace/assets/icons/emoji-laughing.svg +4 -0
- package/shoelace/assets/icons/emoji-neutral-fill.svg +3 -0
- package/shoelace/assets/icons/emoji-neutral.svg +4 -0
- package/shoelace/assets/icons/emoji-smile-fill.svg +3 -0
- package/shoelace/assets/icons/emoji-smile-upside-down-fill.svg +3 -0
- package/shoelace/assets/icons/emoji-smile-upside-down.svg +4 -0
- package/shoelace/assets/icons/emoji-smile.svg +4 -0
- package/shoelace/assets/icons/emoji-sunglasses-fill.svg +3 -0
- package/shoelace/assets/icons/emoji-sunglasses.svg +4 -0
- package/shoelace/assets/icons/emoji-wink-fill.svg +3 -0
- package/shoelace/assets/icons/emoji-wink.svg +4 -0
- package/shoelace/assets/icons/envelope-fill.svg +3 -0
- package/shoelace/assets/icons/envelope-open-fill.svg +3 -0
- package/shoelace/assets/icons/envelope-open.svg +3 -0
- package/shoelace/assets/icons/envelope.svg +3 -0
- package/shoelace/assets/icons/eraser-fill.svg +3 -0
- package/shoelace/assets/icons/eraser.svg +3 -0
- package/shoelace/assets/icons/exclamation-circle-fill.svg +3 -0
- package/shoelace/assets/icons/exclamation-circle.svg +4 -0
- package/shoelace/assets/icons/exclamation-diamond-fill.svg +3 -0
- package/shoelace/assets/icons/exclamation-diamond.svg +4 -0
- package/shoelace/assets/icons/exclamation-octagon-fill.svg +3 -0
- package/shoelace/assets/icons/exclamation-octagon.svg +4 -0
- package/shoelace/assets/icons/exclamation-square-fill.svg +3 -0
- package/shoelace/assets/icons/exclamation-square.svg +4 -0
- package/shoelace/assets/icons/exclamation-triangle-fill.svg +3 -0
- package/shoelace/assets/icons/exclamation-triangle.svg +4 -0
- package/shoelace/assets/icons/exclamation.svg +3 -0
- package/shoelace/assets/icons/exclude.svg +3 -0
- package/shoelace/assets/icons/eye-fill.svg +4 -0
- package/shoelace/assets/icons/eye-slash-fill.svg +4 -0
- package/shoelace/assets/icons/eye-slash.svg +5 -0
- package/shoelace/assets/icons/eye.svg +4 -0
- package/shoelace/assets/icons/eyedropper.svg +3 -0
- package/shoelace/assets/icons/eyeglasses.svg +3 -0
- package/shoelace/assets/icons/facebook.svg +3 -0
- package/shoelace/assets/icons/file-arrow-down-fill.svg +3 -0
- package/shoelace/assets/icons/file-arrow-down.svg +4 -0
- package/shoelace/assets/icons/file-arrow-up-fill.svg +3 -0
- package/shoelace/assets/icons/file-arrow-up.svg +4 -0
- package/shoelace/assets/icons/file-bar-graph-fill.svg +3 -0
- package/shoelace/assets/icons/file-bar-graph.svg +4 -0
- package/shoelace/assets/icons/file-binary-fill.svg +4 -0
- package/shoelace/assets/icons/file-binary.svg +4 -0
- package/shoelace/assets/icons/file-break-fill.svg +3 -0
- package/shoelace/assets/icons/file-break.svg +3 -0
- package/shoelace/assets/icons/file-check-fill.svg +3 -0
- package/shoelace/assets/icons/file-check.svg +4 -0
- package/shoelace/assets/icons/file-code-fill.svg +3 -0
- package/shoelace/assets/icons/file-code.svg +4 -0
- package/shoelace/assets/icons/file-diff-fill.svg +3 -0
- package/shoelace/assets/icons/file-diff.svg +4 -0
- package/shoelace/assets/icons/file-earmark-arrow-down-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-arrow-down.svg +4 -0
- package/shoelace/assets/icons/file-earmark-arrow-up-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-arrow-up.svg +4 -0
- package/shoelace/assets/icons/file-earmark-bar-graph-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-bar-graph.svg +4 -0
- package/shoelace/assets/icons/file-earmark-binary-fill.svg +4 -0
- package/shoelace/assets/icons/file-earmark-binary.svg +4 -0
- package/shoelace/assets/icons/file-earmark-break-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-break.svg +3 -0
- package/shoelace/assets/icons/file-earmark-check-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-check.svg +4 -0
- package/shoelace/assets/icons/file-earmark-code-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-code.svg +4 -0
- package/shoelace/assets/icons/file-earmark-diff-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-diff.svg +4 -0
- package/shoelace/assets/icons/file-earmark-easel-fill.svg +4 -0
- package/shoelace/assets/icons/file-earmark-easel.svg +4 -0
- package/shoelace/assets/icons/file-earmark-excel-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-excel.svg +4 -0
- package/shoelace/assets/icons/file-earmark-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-font-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-font.svg +4 -0
- package/shoelace/assets/icons/file-earmark-image-fill.svg +4 -0
- package/shoelace/assets/icons/file-earmark-image.svg +4 -0
- package/shoelace/assets/icons/file-earmark-lock-fill.svg +4 -0
- package/shoelace/assets/icons/file-earmark-lock.svg +4 -0
- package/shoelace/assets/icons/file-earmark-lock2-fill.svg +4 -0
- package/shoelace/assets/icons/file-earmark-lock2.svg +4 -0
- package/shoelace/assets/icons/file-earmark-medical-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-medical.svg +4 -0
- package/shoelace/assets/icons/file-earmark-minus-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-minus.svg +4 -0
- package/shoelace/assets/icons/file-earmark-music-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-music.svg +4 -0
- package/shoelace/assets/icons/file-earmark-person-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-person.svg +4 -0
- package/shoelace/assets/icons/file-earmark-play-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-play.svg +4 -0
- package/shoelace/assets/icons/file-earmark-plus-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-plus.svg +4 -0
- package/shoelace/assets/icons/file-earmark-post-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-post.svg +4 -0
- package/shoelace/assets/icons/file-earmark-ppt-fill.svg +4 -0
- package/shoelace/assets/icons/file-earmark-ppt.svg +4 -0
- package/shoelace/assets/icons/file-earmark-richtext-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-richtext.svg +4 -0
- package/shoelace/assets/icons/file-earmark-ruled-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-ruled.svg +3 -0
- package/shoelace/assets/icons/file-earmark-slides-fill.svg +4 -0
- package/shoelace/assets/icons/file-earmark-slides.svg +5 -0
- package/shoelace/assets/icons/file-earmark-spreadsheet-fill.svg +4 -0
- package/shoelace/assets/icons/file-earmark-spreadsheet.svg +3 -0
- package/shoelace/assets/icons/file-earmark-text-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-text.svg +4 -0
- package/shoelace/assets/icons/file-earmark-word-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-word.svg +4 -0
- package/shoelace/assets/icons/file-earmark-x-fill.svg +3 -0
- package/shoelace/assets/icons/file-earmark-x.svg +4 -0
- package/shoelace/assets/icons/file-earmark-zip-fill.svg +4 -0
- package/shoelace/assets/icons/file-earmark-zip.svg +4 -0
- package/shoelace/assets/icons/file-earmark.svg +3 -0
- package/shoelace/assets/icons/file-easel-fill.svg +4 -0
- package/shoelace/assets/icons/file-easel.svg +4 -0
- package/shoelace/assets/icons/file-excel-fill.svg +3 -0
- package/shoelace/assets/icons/file-excel.svg +4 -0
- package/shoelace/assets/icons/file-fill.svg +3 -0
- package/shoelace/assets/icons/file-font-fill.svg +3 -0
- package/shoelace/assets/icons/file-font.svg +4 -0
- package/shoelace/assets/icons/file-image-fill.svg +4 -0
- package/shoelace/assets/icons/file-image.svg +4 -0
- package/shoelace/assets/icons/file-lock-fill.svg +4 -0
- package/shoelace/assets/icons/file-lock.svg +4 -0
- package/shoelace/assets/icons/file-lock2-fill.svg +4 -0
- package/shoelace/assets/icons/file-lock2.svg +4 -0
- package/shoelace/assets/icons/file-medical-fill.svg +3 -0
- package/shoelace/assets/icons/file-medical.svg +4 -0
- package/shoelace/assets/icons/file-minus-fill.svg +3 -0
- package/shoelace/assets/icons/file-minus.svg +4 -0
- package/shoelace/assets/icons/file-music-fill.svg +3 -0
- package/shoelace/assets/icons/file-music.svg +4 -0
- package/shoelace/assets/icons/file-person-fill.svg +3 -0
- package/shoelace/assets/icons/file-person.svg +4 -0
- package/shoelace/assets/icons/file-play-fill.svg +3 -0
- package/shoelace/assets/icons/file-play.svg +4 -0
- package/shoelace/assets/icons/file-plus-fill.svg +3 -0
- package/shoelace/assets/icons/file-plus.svg +4 -0
- package/shoelace/assets/icons/file-post-fill.svg +3 -0
- package/shoelace/assets/icons/file-post.svg +4 -0
- package/shoelace/assets/icons/file-ppt-fill.svg +4 -0
- package/shoelace/assets/icons/file-ppt.svg +4 -0
- package/shoelace/assets/icons/file-richtext-fill.svg +3 -0
- package/shoelace/assets/icons/file-richtext.svg +4 -0
- package/shoelace/assets/icons/file-ruled-fill.svg +3 -0
- package/shoelace/assets/icons/file-ruled.svg +3 -0
- package/shoelace/assets/icons/file-slides-fill.svg +4 -0
- package/shoelace/assets/icons/file-slides.svg +4 -0
- package/shoelace/assets/icons/file-spreadsheet-fill.svg +3 -0
- package/shoelace/assets/icons/file-spreadsheet.svg +3 -0
- package/shoelace/assets/icons/file-text-fill.svg +3 -0
- package/shoelace/assets/icons/file-text.svg +4 -0
- package/shoelace/assets/icons/file-word-fill.svg +3 -0
- package/shoelace/assets/icons/file-word.svg +4 -0
- package/shoelace/assets/icons/file-x-fill.svg +3 -0
- package/shoelace/assets/icons/file-x.svg +4 -0
- package/shoelace/assets/icons/file-zip-fill.svg +4 -0
- package/shoelace/assets/icons/file-zip.svg +4 -0
- package/shoelace/assets/icons/file.svg +3 -0
- package/shoelace/assets/icons/files-alt.svg +3 -0
- package/shoelace/assets/icons/files.svg +3 -0
- package/shoelace/assets/icons/film.svg +3 -0
- package/shoelace/assets/icons/filter-circle-fill.svg +3 -0
- package/shoelace/assets/icons/filter-circle.svg +4 -0
- package/shoelace/assets/icons/filter-left.svg +3 -0
- package/shoelace/assets/icons/filter-right.svg +3 -0
- package/shoelace/assets/icons/filter-square-fill.svg +3 -0
- package/shoelace/assets/icons/filter-square.svg +4 -0
- package/shoelace/assets/icons/filter.svg +3 -0
- package/shoelace/assets/icons/flag-fill.svg +3 -0
- package/shoelace/assets/icons/flag.svg +3 -0
- package/shoelace/assets/icons/flower1.svg +3 -0
- package/shoelace/assets/icons/flower2.svg +3 -0
- package/shoelace/assets/icons/flower3.svg +3 -0
- package/shoelace/assets/icons/folder-check.svg +4 -0
- package/shoelace/assets/icons/folder-fill.svg +3 -0
- package/shoelace/assets/icons/folder-minus.svg +4 -0
- package/shoelace/assets/icons/folder-plus.svg +4 -0
- package/shoelace/assets/icons/folder-symlink-fill.svg +3 -0
- package/shoelace/assets/icons/folder-symlink.svg +4 -0
- package/shoelace/assets/icons/folder-x.svg +4 -0
- package/shoelace/assets/icons/folder.svg +3 -0
- package/shoelace/assets/icons/folder2-open.svg +3 -0
- package/shoelace/assets/icons/folder2.svg +3 -0
- package/shoelace/assets/icons/fonts.svg +3 -0
- package/shoelace/assets/icons/forward-fill.svg +3 -0
- package/shoelace/assets/icons/forward.svg +3 -0
- package/shoelace/assets/icons/front.svg +3 -0
- package/shoelace/assets/icons/fullscreen-exit.svg +3 -0
- package/shoelace/assets/icons/fullscreen.svg +3 -0
- package/shoelace/assets/icons/funnel-fill.svg +3 -0
- package/shoelace/assets/icons/funnel.svg +3 -0
- package/shoelace/assets/icons/gear-fill.svg +3 -0
- package/shoelace/assets/icons/gear-wide-connected.svg +3 -0
- package/shoelace/assets/icons/gear-wide.svg +3 -0
- package/shoelace/assets/icons/gear.svg +4 -0
- package/shoelace/assets/icons/gem.svg +3 -0
- package/shoelace/assets/icons/geo-alt-fill.svg +3 -0
- package/shoelace/assets/icons/geo-alt.svg +4 -0
- package/shoelace/assets/icons/geo-fill.svg +3 -0
- package/shoelace/assets/icons/geo.svg +3 -0
- package/shoelace/assets/icons/gift-fill.svg +3 -0
- package/shoelace/assets/icons/gift.svg +3 -0
- package/shoelace/assets/icons/github.svg +3 -0
- package/shoelace/assets/icons/globe.svg +3 -0
- package/shoelace/assets/icons/globe2.svg +3 -0
- package/shoelace/assets/icons/google.svg +3 -0
- package/shoelace/assets/icons/graph-down.svg +3 -0
- package/shoelace/assets/icons/graph-up.svg +3 -0
- package/shoelace/assets/icons/grid-1x2-fill.svg +3 -0
- package/shoelace/assets/icons/grid-1x2.svg +3 -0
- package/shoelace/assets/icons/grid-3x2-gap-fill.svg +3 -0
- package/shoelace/assets/icons/grid-3x2-gap.svg +3 -0
- package/shoelace/assets/icons/grid-3x2.svg +3 -0
- package/shoelace/assets/icons/grid-3x3-gap-fill.svg +3 -0
- package/shoelace/assets/icons/grid-3x3-gap.svg +3 -0
- package/shoelace/assets/icons/grid-3x3.svg +3 -0
- package/shoelace/assets/icons/grid-fill.svg +3 -0
- package/shoelace/assets/icons/grid.svg +3 -0
- package/shoelace/assets/icons/grip-horizontal.svg +3 -0
- package/shoelace/assets/icons/grip-vertical.svg +3 -0
- package/shoelace/assets/icons/hammer.svg +3 -0
- package/shoelace/assets/icons/hand-index-fill.svg +3 -0
- package/shoelace/assets/icons/hand-index-thumb-fill.svg +3 -0
- package/shoelace/assets/icons/hand-index-thumb.svg +3 -0
- package/shoelace/assets/icons/hand-index.svg +3 -0
- package/shoelace/assets/icons/hand-thumbs-down-fill.svg +3 -0
- package/shoelace/assets/icons/hand-thumbs-down.svg +3 -0
- package/shoelace/assets/icons/hand-thumbs-up-fill.svg +3 -0
- package/shoelace/assets/icons/hand-thumbs-up.svg +3 -0
- package/shoelace/assets/icons/handbag-fill.svg +3 -0
- package/shoelace/assets/icons/handbag.svg +3 -0
- package/shoelace/assets/icons/hash.svg +3 -0
- package/shoelace/assets/icons/hdd-fill.svg +3 -0
- package/shoelace/assets/icons/hdd-network-fill.svg +3 -0
- package/shoelace/assets/icons/hdd-network.svg +4 -0
- package/shoelace/assets/icons/hdd-rack-fill.svg +3 -0
- package/shoelace/assets/icons/hdd-rack.svg +4 -0
- package/shoelace/assets/icons/hdd-stack-fill.svg +3 -0
- package/shoelace/assets/icons/hdd-stack.svg +5 -0
- package/shoelace/assets/icons/hdd.svg +4 -0
- package/shoelace/assets/icons/headphones.svg +3 -0
- package/shoelace/assets/icons/headset.svg +3 -0
- package/shoelace/assets/icons/heart-fill.svg +3 -0
- package/shoelace/assets/icons/heart-half.svg +3 -0
- package/shoelace/assets/icons/heart.svg +3 -0
- package/shoelace/assets/icons/heptagon-fill.svg +3 -0
- package/shoelace/assets/icons/heptagon-half.svg +3 -0
- package/shoelace/assets/icons/heptagon.svg +3 -0
- package/shoelace/assets/icons/hexagon-fill.svg +3 -0
- package/shoelace/assets/icons/hexagon-half.svg +3 -0
- package/shoelace/assets/icons/hexagon.svg +3 -0
- package/shoelace/assets/icons/hourglass-bottom.svg +3 -0
- package/shoelace/assets/icons/hourglass-split.svg +3 -0
- package/shoelace/assets/icons/hourglass-top.svg +3 -0
- package/shoelace/assets/icons/hourglass.svg +3 -0
- package/shoelace/assets/icons/house-door-fill.svg +3 -0
- package/shoelace/assets/icons/house-door.svg +3 -0
- package/shoelace/assets/icons/house-fill.svg +4 -0
- package/shoelace/assets/icons/house.svg +4 -0
- package/shoelace/assets/icons/hr.svg +3 -0
- package/shoelace/assets/icons/hurricane.svg +3 -0
- package/shoelace/assets/icons/icons.json +15666 -0
- package/shoelace/assets/icons/image-alt.svg +3 -0
- package/shoelace/assets/icons/image-fill.svg +3 -0
- package/shoelace/assets/icons/image.svg +4 -0
- package/shoelace/assets/icons/images.svg +4 -0
- package/shoelace/assets/icons/inbox-fill.svg +3 -0
- package/shoelace/assets/icons/inbox.svg +3 -0
- package/shoelace/assets/icons/inboxes-fill.svg +3 -0
- package/shoelace/assets/icons/inboxes.svg +3 -0
- package/shoelace/assets/icons/info-circle-fill.svg +3 -0
- package/shoelace/assets/icons/info-circle.svg +4 -0
- package/shoelace/assets/icons/info-square-fill.svg +3 -0
- package/shoelace/assets/icons/info-square.svg +4 -0
- package/shoelace/assets/icons/info.svg +3 -0
- package/shoelace/assets/icons/input-cursor-text.svg +4 -0
- package/shoelace/assets/icons/input-cursor.svg +4 -0
- package/shoelace/assets/icons/instagram.svg +3 -0
- package/shoelace/assets/icons/intersect.svg +3 -0
- package/shoelace/assets/icons/journal-album.svg +5 -0
- package/shoelace/assets/icons/journal-arrow-down.svg +5 -0
- package/shoelace/assets/icons/journal-arrow-up.svg +5 -0
- package/shoelace/assets/icons/journal-bookmark-fill.svg +5 -0
- package/shoelace/assets/icons/journal-bookmark.svg +5 -0
- package/shoelace/assets/icons/journal-check.svg +5 -0
- package/shoelace/assets/icons/journal-code.svg +5 -0
- package/shoelace/assets/icons/journal-medical.svg +5 -0
- package/shoelace/assets/icons/journal-minus.svg +5 -0
- package/shoelace/assets/icons/journal-plus.svg +5 -0
- package/shoelace/assets/icons/journal-richtext.svg +5 -0
- package/shoelace/assets/icons/journal-text.svg +5 -0
- package/shoelace/assets/icons/journal-x.svg +5 -0
- package/shoelace/assets/icons/journal.svg +4 -0
- package/shoelace/assets/icons/journals.svg +4 -0
- package/shoelace/assets/icons/joystick.svg +4 -0
- package/shoelace/assets/icons/justify-left.svg +3 -0
- package/shoelace/assets/icons/justify-right.svg +3 -0
- package/shoelace/assets/icons/justify.svg +3 -0
- package/shoelace/assets/icons/kanban-fill.svg +3 -0
- package/shoelace/assets/icons/kanban.svg +4 -0
- package/shoelace/assets/icons/key-fill.svg +3 -0
- package/shoelace/assets/icons/key.svg +4 -0
- package/shoelace/assets/icons/keyboard-fill.svg +3 -0
- package/shoelace/assets/icons/keyboard.svg +4 -0
- package/shoelace/assets/icons/ladder.svg +3 -0
- package/shoelace/assets/icons/lamp-fill.svg +3 -0
- package/shoelace/assets/icons/lamp.svg +3 -0
- package/shoelace/assets/icons/laptop-fill.svg +3 -0
- package/shoelace/assets/icons/laptop.svg +3 -0
- package/shoelace/assets/icons/layer-backward.svg +4 -0
- package/shoelace/assets/icons/layer-forward.svg +4 -0
- package/shoelace/assets/icons/layers-fill.svg +4 -0
- package/shoelace/assets/icons/layers-half.svg +3 -0
- package/shoelace/assets/icons/layers.svg +3 -0
- package/shoelace/assets/icons/layout-sidebar-inset-reverse.svg +4 -0
- package/shoelace/assets/icons/layout-sidebar-inset.svg +4 -0
- package/shoelace/assets/icons/layout-sidebar-reverse.svg +3 -0
- package/shoelace/assets/icons/layout-sidebar.svg +3 -0
- package/shoelace/assets/icons/layout-split.svg +3 -0
- package/shoelace/assets/icons/layout-text-sidebar-reverse.svg +4 -0
- package/shoelace/assets/icons/layout-text-sidebar.svg +4 -0
- package/shoelace/assets/icons/layout-text-window-reverse.svg +4 -0
- package/shoelace/assets/icons/layout-text-window.svg +4 -0
- package/shoelace/assets/icons/layout-three-columns.svg +3 -0
- package/shoelace/assets/icons/layout-wtf.svg +3 -0
- package/shoelace/assets/icons/life-preserver.svg +3 -0
- package/shoelace/assets/icons/lightbulb-fill.svg +3 -0
- package/shoelace/assets/icons/lightbulb-off-fill.svg +3 -0
- package/shoelace/assets/icons/lightbulb-off.svg +3 -0
- package/shoelace/assets/icons/lightbulb.svg +3 -0
- package/shoelace/assets/icons/lightning-charge-fill.svg +3 -0
- package/shoelace/assets/icons/lightning-charge.svg +3 -0
- package/shoelace/assets/icons/lightning-fill.svg +3 -0
- package/shoelace/assets/icons/lightning.svg +3 -0
- package/shoelace/assets/icons/link-45deg.svg +4 -0
- package/shoelace/assets/icons/link.svg +4 -0
- package/shoelace/assets/icons/linkedin.svg +3 -0
- package/shoelace/assets/icons/list-check.svg +3 -0
- package/shoelace/assets/icons/list-nested.svg +3 -0
- package/shoelace/assets/icons/list-ol.svg +4 -0
- package/shoelace/assets/icons/list-stars.svg +4 -0
- package/shoelace/assets/icons/list-task.svg +5 -0
- package/shoelace/assets/icons/list-ul.svg +3 -0
- package/shoelace/assets/icons/list.svg +3 -0
- package/shoelace/assets/icons/lock-fill.svg +3 -0
- package/shoelace/assets/icons/lock.svg +3 -0
- package/shoelace/assets/icons/mailbox.svg +4 -0
- package/shoelace/assets/icons/mailbox2.svg +4 -0
- package/shoelace/assets/icons/map-fill.svg +3 -0
- package/shoelace/assets/icons/map.svg +3 -0
- package/shoelace/assets/icons/markdown-fill.svg +3 -0
- package/shoelace/assets/icons/markdown.svg +6 -0
- package/shoelace/assets/icons/mask.svg +3 -0
- package/shoelace/assets/icons/megaphone-fill.svg +3 -0
- package/shoelace/assets/icons/megaphone.svg +3 -0
- package/shoelace/assets/icons/menu-app-fill.svg +3 -0
- package/shoelace/assets/icons/menu-app.svg +3 -0
- package/shoelace/assets/icons/menu-button-fill.svg +3 -0
- package/shoelace/assets/icons/menu-button-wide-fill.svg +3 -0
- package/shoelace/assets/icons/menu-button-wide.svg +4 -0
- package/shoelace/assets/icons/menu-button.svg +4 -0
- package/shoelace/assets/icons/menu-down.svg +3 -0
- package/shoelace/assets/icons/menu-up.svg +3 -0
- package/shoelace/assets/icons/mic-fill.svg +4 -0
- package/shoelace/assets/icons/mic-mute-fill.svg +3 -0
- package/shoelace/assets/icons/mic-mute.svg +3 -0
- package/shoelace/assets/icons/mic.svg +4 -0
- package/shoelace/assets/icons/minecart-loaded.svg +4 -0
- package/shoelace/assets/icons/minecart.svg +3 -0
- package/shoelace/assets/icons/moisture.svg +3 -0
- package/shoelace/assets/icons/moon-fill.svg +3 -0
- package/shoelace/assets/icons/moon-stars-fill.svg +4 -0
- package/shoelace/assets/icons/moon-stars.svg +4 -0
- package/shoelace/assets/icons/moon.svg +3 -0
- package/shoelace/assets/icons/mouse-fill.svg +3 -0
- package/shoelace/assets/icons/mouse.svg +3 -0
- package/shoelace/assets/icons/mouse2-fill.svg +3 -0
- package/shoelace/assets/icons/mouse2.svg +3 -0
- package/shoelace/assets/icons/mouse3-fill.svg +3 -0
- package/shoelace/assets/icons/mouse3.svg +3 -0
- package/shoelace/assets/icons/music-note-beamed.svg +5 -0
- package/shoelace/assets/icons/music-note-list.svg +6 -0
- package/shoelace/assets/icons/music-note.svg +5 -0
- package/shoelace/assets/icons/music-player-fill.svg +4 -0
- package/shoelace/assets/icons/music-player.svg +5 -0
- package/shoelace/assets/icons/newspaper.svg +4 -0
- package/shoelace/assets/icons/node-minus-fill.svg +3 -0
- package/shoelace/assets/icons/node-minus.svg +3 -0
- package/shoelace/assets/icons/node-plus-fill.svg +3 -0
- package/shoelace/assets/icons/node-plus.svg +3 -0
- package/shoelace/assets/icons/nut-fill.svg +3 -0
- package/shoelace/assets/icons/nut.svg +4 -0
- package/shoelace/assets/icons/octagon-fill.svg +3 -0
- package/shoelace/assets/icons/octagon-half.svg +3 -0
- package/shoelace/assets/icons/octagon.svg +3 -0
- package/shoelace/assets/icons/option.svg +3 -0
- package/shoelace/assets/icons/outlet.svg +4 -0
- package/shoelace/assets/icons/paint-bucket.svg +3 -0
- package/shoelace/assets/icons/palette-fill.svg +3 -0
- package/shoelace/assets/icons/palette.svg +4 -0
- package/shoelace/assets/icons/palette2.svg +4 -0
- package/shoelace/assets/icons/paperclip.svg +3 -0
- package/shoelace/assets/icons/paragraph.svg +3 -0
- package/shoelace/assets/icons/patch-check-fill.svg +3 -0
- package/shoelace/assets/icons/patch-check.svg +4 -0
- package/shoelace/assets/icons/patch-exclamation-fill.svg +3 -0
- package/shoelace/assets/icons/patch-exclamation.svg +4 -0
- package/shoelace/assets/icons/patch-minus-fill.svg +3 -0
- package/shoelace/assets/icons/patch-minus.svg +4 -0
- package/shoelace/assets/icons/patch-plus-fill.svg +3 -0
- package/shoelace/assets/icons/patch-plus.svg +4 -0
- package/shoelace/assets/icons/patch-question-fill.svg +3 -0
- package/shoelace/assets/icons/patch-question.svg +5 -0
- package/shoelace/assets/icons/pause-btn-fill.svg +3 -0
- package/shoelace/assets/icons/pause-btn.svg +4 -0
- package/shoelace/assets/icons/pause-circle-fill.svg +3 -0
- package/shoelace/assets/icons/pause-circle.svg +4 -0
- package/shoelace/assets/icons/pause-fill.svg +3 -0
- package/shoelace/assets/icons/pause.svg +3 -0
- package/shoelace/assets/icons/peace-fill.svg +3 -0
- package/shoelace/assets/icons/peace.svg +3 -0
- package/shoelace/assets/icons/pen-fill.svg +3 -0
- package/shoelace/assets/icons/pen.svg +3 -0
- package/shoelace/assets/icons/pencil-fill.svg +3 -0
- package/shoelace/assets/icons/pencil-square.svg +4 -0
- package/shoelace/assets/icons/pencil.svg +3 -0
- package/shoelace/assets/icons/pentagon-fill.svg +3 -0
- package/shoelace/assets/icons/pentagon-half.svg +3 -0
- package/shoelace/assets/icons/pentagon.svg +3 -0
- package/shoelace/assets/icons/people-fill.svg +5 -0
- package/shoelace/assets/icons/people.svg +3 -0
- package/shoelace/assets/icons/percent.svg +3 -0
- package/shoelace/assets/icons/person-badge-fill.svg +3 -0
- package/shoelace/assets/icons/person-badge.svg +4 -0
- package/shoelace/assets/icons/person-bounding-box.svg +4 -0
- package/shoelace/assets/icons/person-check-fill.svg +4 -0
- package/shoelace/assets/icons/person-check.svg +4 -0
- package/shoelace/assets/icons/person-circle.svg +4 -0
- package/shoelace/assets/icons/person-dash-fill.svg +4 -0
- package/shoelace/assets/icons/person-dash.svg +4 -0
- package/shoelace/assets/icons/person-fill.svg +3 -0
- package/shoelace/assets/icons/person-lines-fill.svg +3 -0
- package/shoelace/assets/icons/person-plus-fill.svg +4 -0
- package/shoelace/assets/icons/person-plus.svg +4 -0
- package/shoelace/assets/icons/person-square.svg +4 -0
- package/shoelace/assets/icons/person-x-fill.svg +3 -0
- package/shoelace/assets/icons/person-x.svg +4 -0
- package/shoelace/assets/icons/person.svg +3 -0
- package/shoelace/assets/icons/phone-fill.svg +3 -0
- package/shoelace/assets/icons/phone-landscape-fill.svg +3 -0
- package/shoelace/assets/icons/phone-landscape.svg +4 -0
- package/shoelace/assets/icons/phone-vibrate-fill.svg +3 -0
- package/shoelace/assets/icons/phone-vibrate.svg +4 -0
- package/shoelace/assets/icons/phone.svg +4 -0
- package/shoelace/assets/icons/pie-chart-fill.svg +3 -0
- package/shoelace/assets/icons/pie-chart.svg +3 -0
- package/shoelace/assets/icons/pin-angle-fill.svg +3 -0
- package/shoelace/assets/icons/pin-angle.svg +3 -0
- package/shoelace/assets/icons/pin-fill.svg +3 -0
- package/shoelace/assets/icons/pin.svg +3 -0
- package/shoelace/assets/icons/pip-fill.svg +3 -0
- package/shoelace/assets/icons/pip.svg +4 -0
- package/shoelace/assets/icons/play-btn-fill.svg +3 -0
- package/shoelace/assets/icons/play-btn.svg +4 -0
- package/shoelace/assets/icons/play-circle-fill.svg +3 -0
- package/shoelace/assets/icons/play-circle.svg +4 -0
- package/shoelace/assets/icons/play-fill.svg +3 -0
- package/shoelace/assets/icons/play.svg +3 -0
- package/shoelace/assets/icons/plug-fill.svg +3 -0
- package/shoelace/assets/icons/plug.svg +3 -0
- package/shoelace/assets/icons/plus-circle-dotted.svg +3 -0
- package/shoelace/assets/icons/plus-circle-fill.svg +3 -0
- package/shoelace/assets/icons/plus-circle.svg +4 -0
- package/shoelace/assets/icons/plus-square-dotted.svg +3 -0
- package/shoelace/assets/icons/plus-square-fill.svg +3 -0
- package/shoelace/assets/icons/plus-square.svg +4 -0
- package/shoelace/assets/icons/plus.svg +3 -0
- package/shoelace/assets/icons/power.svg +4 -0
- package/shoelace/assets/icons/printer-fill.svg +4 -0
- package/shoelace/assets/icons/printer.svg +4 -0
- package/shoelace/assets/icons/puzzle-fill.svg +3 -0
- package/shoelace/assets/icons/puzzle.svg +3 -0
- package/shoelace/assets/icons/question-circle-fill.svg +3 -0
- package/shoelace/assets/icons/question-circle.svg +4 -0
- package/shoelace/assets/icons/question-diamond-fill.svg +3 -0
- package/shoelace/assets/icons/question-diamond.svg +4 -0
- package/shoelace/assets/icons/question-octagon-fill.svg +3 -0
- package/shoelace/assets/icons/question-octagon.svg +4 -0
- package/shoelace/assets/icons/question-square-fill.svg +3 -0
- package/shoelace/assets/icons/question-square.svg +4 -0
- package/shoelace/assets/icons/question.svg +3 -0
- package/shoelace/assets/icons/rainbow.svg +3 -0
- package/shoelace/assets/icons/receipt-cutoff.svg +4 -0
- package/shoelace/assets/icons/receipt.svg +4 -0
- package/shoelace/assets/icons/reception-0.svg +3 -0
- package/shoelace/assets/icons/reception-1.svg +3 -0
- package/shoelace/assets/icons/reception-2.svg +3 -0
- package/shoelace/assets/icons/reception-3.svg +3 -0
- package/shoelace/assets/icons/reception-4.svg +3 -0
- package/shoelace/assets/icons/record-btn-fill.svg +3 -0
- package/shoelace/assets/icons/record-btn.svg +4 -0
- package/shoelace/assets/icons/record-circle-fill.svg +3 -0
- package/shoelace/assets/icons/record-circle.svg +4 -0
- package/shoelace/assets/icons/record-fill.svg +3 -0
- package/shoelace/assets/icons/record.svg +3 -0
- package/shoelace/assets/icons/record2-fill.svg +4 -0
- package/shoelace/assets/icons/record2.svg +4 -0
- package/shoelace/assets/icons/reply-all-fill.svg +4 -0
- package/shoelace/assets/icons/reply-all.svg +4 -0
- package/shoelace/assets/icons/reply-fill.svg +3 -0
- package/shoelace/assets/icons/reply.svg +3 -0
- package/shoelace/assets/icons/rss-fill.svg +3 -0
- package/shoelace/assets/icons/rss.svg +4 -0
- package/shoelace/assets/icons/rulers.svg +3 -0
- package/shoelace/assets/icons/save-fill.svg +3 -0
- package/shoelace/assets/icons/save.svg +3 -0
- package/shoelace/assets/icons/save2-fill.svg +3 -0
- package/shoelace/assets/icons/save2.svg +3 -0
- package/shoelace/assets/icons/scissors.svg +3 -0
- package/shoelace/assets/icons/screwdriver.svg +3 -0
- package/shoelace/assets/icons/search.svg +3 -0
- package/shoelace/assets/icons/segmented-nav.svg +3 -0
- package/shoelace/assets/icons/server.svg +5 -0
- package/shoelace/assets/icons/share-fill.svg +3 -0
- package/shoelace/assets/icons/share.svg +3 -0
- package/shoelace/assets/icons/shield-check.svg +4 -0
- package/shoelace/assets/icons/shield-exclamation.svg +4 -0
- package/shoelace/assets/icons/shield-fill-check.svg +3 -0
- package/shoelace/assets/icons/shield-fill-exclamation.svg +3 -0
- package/shoelace/assets/icons/shield-fill-minus.svg +3 -0
- package/shoelace/assets/icons/shield-fill-plus.svg +3 -0
- package/shoelace/assets/icons/shield-fill-x.svg +3 -0
- package/shoelace/assets/icons/shield-fill.svg +3 -0
- package/shoelace/assets/icons/shield-lock-fill.svg +3 -0
- package/shoelace/assets/icons/shield-lock.svg +4 -0
- package/shoelace/assets/icons/shield-minus.svg +4 -0
- package/shoelace/assets/icons/shield-plus.svg +4 -0
- package/shoelace/assets/icons/shield-shaded.svg +3 -0
- package/shoelace/assets/icons/shield-slash-fill.svg +3 -0
- package/shoelace/assets/icons/shield-slash.svg +3 -0
- package/shoelace/assets/icons/shield-x.svg +4 -0
- package/shoelace/assets/icons/shield.svg +3 -0
- package/shoelace/assets/icons/shift-fill.svg +3 -0
- package/shoelace/assets/icons/shift.svg +3 -0
- package/shoelace/assets/icons/shop-window.svg +3 -0
- package/shoelace/assets/icons/shop.svg +3 -0
- package/shoelace/assets/icons/shuffle.svg +4 -0
- package/shoelace/assets/icons/signpost-2-fill.svg +3 -0
- package/shoelace/assets/icons/signpost-2.svg +3 -0
- package/shoelace/assets/icons/signpost-fill.svg +3 -0
- package/shoelace/assets/icons/signpost-split-fill.svg +3 -0
- package/shoelace/assets/icons/signpost-split.svg +3 -0
- package/shoelace/assets/icons/signpost.svg +3 -0
- package/shoelace/assets/icons/sim-fill.svg +4 -0
- package/shoelace/assets/icons/sim.svg +4 -0
- package/shoelace/assets/icons/skip-backward-btn-fill.svg +3 -0
- package/shoelace/assets/icons/skip-backward-btn.svg +4 -0
- package/shoelace/assets/icons/skip-backward-circle-fill.svg +3 -0
- package/shoelace/assets/icons/skip-backward-circle.svg +4 -0
- package/shoelace/assets/icons/skip-backward-fill.svg +3 -0
- package/shoelace/assets/icons/skip-backward.svg +3 -0
- package/shoelace/assets/icons/skip-end-btn-fill.svg +3 -0
- package/shoelace/assets/icons/skip-end-btn.svg +4 -0
- package/shoelace/assets/icons/skip-end-circle-fill.svg +3 -0
- package/shoelace/assets/icons/skip-end-circle.svg +4 -0
- package/shoelace/assets/icons/skip-end-fill.svg +3 -0
- package/shoelace/assets/icons/skip-end.svg +3 -0
- package/shoelace/assets/icons/skip-forward-btn-fill.svg +3 -0
- package/shoelace/assets/icons/skip-forward-btn.svg +4 -0
- package/shoelace/assets/icons/skip-forward-circle-fill.svg +3 -0
- package/shoelace/assets/icons/skip-forward-circle.svg +4 -0
- package/shoelace/assets/icons/skip-forward-fill.svg +3 -0
- package/shoelace/assets/icons/skip-forward.svg +3 -0
- package/shoelace/assets/icons/skip-start-btn-fill.svg +3 -0
- package/shoelace/assets/icons/skip-start-btn.svg +4 -0
- package/shoelace/assets/icons/skip-start-circle-fill.svg +3 -0
- package/shoelace/assets/icons/skip-start-circle.svg +4 -0
- package/shoelace/assets/icons/skip-start-fill.svg +3 -0
- package/shoelace/assets/icons/skip-start.svg +3 -0
- package/shoelace/assets/icons/slack.svg +3 -0
- package/shoelace/assets/icons/slash-circle-fill.svg +3 -0
- package/shoelace/assets/icons/slash-circle.svg +4 -0
- package/shoelace/assets/icons/slash-square-fill.svg +3 -0
- package/shoelace/assets/icons/slash-square.svg +4 -0
- package/shoelace/assets/icons/slash.svg +3 -0
- package/shoelace/assets/icons/sliders.svg +3 -0
- package/shoelace/assets/icons/smartwatch.svg +4 -0
- package/shoelace/assets/icons/snow.svg +3 -0
- package/shoelace/assets/icons/snow2.svg +3 -0
- package/shoelace/assets/icons/snow3.svg +4 -0
- package/shoelace/assets/icons/sort-alpha-down-alt.svg +5 -0
- package/shoelace/assets/icons/sort-alpha-down.svg +4 -0
- package/shoelace/assets/icons/sort-alpha-up-alt.svg +5 -0
- package/shoelace/assets/icons/sort-alpha-up.svg +4 -0
- package/shoelace/assets/icons/sort-down-alt.svg +3 -0
- package/shoelace/assets/icons/sort-down.svg +3 -0
- package/shoelace/assets/icons/sort-numeric-down-alt.svg +4 -0
- package/shoelace/assets/icons/sort-numeric-down.svg +5 -0
- package/shoelace/assets/icons/sort-numeric-up-alt.svg +4 -0
- package/shoelace/assets/icons/sort-numeric-up.svg +5 -0
- package/shoelace/assets/icons/sort-up-alt.svg +3 -0
- package/shoelace/assets/icons/sort-up.svg +3 -0
- package/shoelace/assets/icons/soundwave.svg +3 -0
- package/shoelace/assets/icons/speaker-fill.svg +4 -0
- package/shoelace/assets/icons/speaker.svg +4 -0
- package/shoelace/assets/icons/speedometer.svg +4 -0
- package/shoelace/assets/icons/speedometer2.svg +4 -0
- package/shoelace/assets/icons/spellcheck.svg +4 -0
- package/shoelace/assets/icons/square-fill.svg +3 -0
- package/shoelace/assets/icons/square-half.svg +3 -0
- package/shoelace/assets/icons/square.svg +3 -0
- package/shoelace/assets/icons/stack.svg +4 -0
- package/shoelace/assets/icons/star-fill.svg +3 -0
- package/shoelace/assets/icons/star-half.svg +3 -0
- package/shoelace/assets/icons/star.svg +3 -0
- package/shoelace/assets/icons/stars.svg +3 -0
- package/shoelace/assets/icons/stickies-fill.svg +4 -0
- package/shoelace/assets/icons/stickies.svg +4 -0
- package/shoelace/assets/icons/sticky-fill.svg +3 -0
- package/shoelace/assets/icons/sticky.svg +3 -0
- package/shoelace/assets/icons/stop-btn-fill.svg +3 -0
- package/shoelace/assets/icons/stop-btn.svg +4 -0
- package/shoelace/assets/icons/stop-circle-fill.svg +3 -0
- package/shoelace/assets/icons/stop-circle.svg +4 -0
- package/shoelace/assets/icons/stop-fill.svg +3 -0
- package/shoelace/assets/icons/stop.svg +3 -0
- package/shoelace/assets/icons/stoplights-fill.svg +3 -0
- package/shoelace/assets/icons/stoplights.svg +4 -0
- package/shoelace/assets/icons/stopwatch-fill.svg +3 -0
- package/shoelace/assets/icons/stopwatch.svg +4 -0
- package/shoelace/assets/icons/subtract.svg +3 -0
- package/shoelace/assets/icons/suit-club-fill.svg +3 -0
- package/shoelace/assets/icons/suit-club.svg +3 -0
- package/shoelace/assets/icons/suit-diamond-fill.svg +3 -0
- package/shoelace/assets/icons/suit-diamond.svg +3 -0
- package/shoelace/assets/icons/suit-heart-fill.svg +3 -0
- package/shoelace/assets/icons/suit-heart.svg +3 -0
- package/shoelace/assets/icons/suit-spade-fill.svg +3 -0
- package/shoelace/assets/icons/suit-spade.svg +3 -0
- package/shoelace/assets/icons/sun-fill.svg +3 -0
- package/shoelace/assets/icons/sun.svg +3 -0
- package/shoelace/assets/icons/sunglasses.svg +3 -0
- package/shoelace/assets/icons/sunrise-fill.svg +3 -0
- package/shoelace/assets/icons/sunrise.svg +3 -0
- package/shoelace/assets/icons/sunset-fill.svg +3 -0
- package/shoelace/assets/icons/sunset.svg +3 -0
- package/shoelace/assets/icons/symmetry-horizontal.svg +3 -0
- package/shoelace/assets/icons/symmetry-vertical.svg +3 -0
- package/shoelace/assets/icons/table.svg +3 -0
- package/shoelace/assets/icons/tablet-fill.svg +3 -0
- package/shoelace/assets/icons/tablet-landscape-fill.svg +3 -0
- package/shoelace/assets/icons/tablet-landscape.svg +4 -0
- package/shoelace/assets/icons/tablet.svg +4 -0
- package/shoelace/assets/icons/tag-fill.svg +3 -0
- package/shoelace/assets/icons/tag.svg +4 -0
- package/shoelace/assets/icons/tags-fill.svg +4 -0
- package/shoelace/assets/icons/tags.svg +4 -0
- package/shoelace/assets/icons/telegram.svg +3 -0
- package/shoelace/assets/icons/telephone-fill.svg +3 -0
- package/shoelace/assets/icons/telephone-forward-fill.svg +3 -0
- package/shoelace/assets/icons/telephone-forward.svg +3 -0
- package/shoelace/assets/icons/telephone-inbound-fill.svg +3 -0
- package/shoelace/assets/icons/telephone-inbound.svg +3 -0
- package/shoelace/assets/icons/telephone-minus-fill.svg +3 -0
- package/shoelace/assets/icons/telephone-minus.svg +4 -0
- package/shoelace/assets/icons/telephone-outbound-fill.svg +3 -0
- package/shoelace/assets/icons/telephone-outbound.svg +3 -0
- package/shoelace/assets/icons/telephone-plus-fill.svg +3 -0
- package/shoelace/assets/icons/telephone-plus.svg +4 -0
- package/shoelace/assets/icons/telephone-x-fill.svg +3 -0
- package/shoelace/assets/icons/telephone-x.svg +4 -0
- package/shoelace/assets/icons/telephone.svg +3 -0
- package/shoelace/assets/icons/terminal-fill.svg +3 -0
- package/shoelace/assets/icons/terminal.svg +4 -0
- package/shoelace/assets/icons/text-center.svg +3 -0
- package/shoelace/assets/icons/text-indent-left.svg +3 -0
- package/shoelace/assets/icons/text-indent-right.svg +3 -0
- package/shoelace/assets/icons/text-left.svg +3 -0
- package/shoelace/assets/icons/text-paragraph.svg +3 -0
- package/shoelace/assets/icons/text-right.svg +3 -0
- package/shoelace/assets/icons/textarea-resize.svg +3 -0
- package/shoelace/assets/icons/textarea-t.svg +4 -0
- package/shoelace/assets/icons/textarea.svg +3 -0
- package/shoelace/assets/icons/thermometer-half.svg +4 -0
- package/shoelace/assets/icons/thermometer-high.svg +4 -0
- package/shoelace/assets/icons/thermometer-low.svg +4 -0
- package/shoelace/assets/icons/thermometer-snow.svg +4 -0
- package/shoelace/assets/icons/thermometer-sun.svg +4 -0
- package/shoelace/assets/icons/thermometer.svg +4 -0
- package/shoelace/assets/icons/three-dots-vertical.svg +3 -0
- package/shoelace/assets/icons/three-dots.svg +3 -0
- package/shoelace/assets/icons/toggle-off.svg +3 -0
- package/shoelace/assets/icons/toggle-on.svg +3 -0
- package/shoelace/assets/icons/toggle2-off.svg +4 -0
- package/shoelace/assets/icons/toggle2-on.svg +4 -0
- package/shoelace/assets/icons/toggles.svg +3 -0
- package/shoelace/assets/icons/toggles2.svg +5 -0
- package/shoelace/assets/icons/tools.svg +3 -0
- package/shoelace/assets/icons/tornado.svg +3 -0
- package/shoelace/assets/icons/trash-fill.svg +3 -0
- package/shoelace/assets/icons/trash.svg +4 -0
- package/shoelace/assets/icons/trash2-fill.svg +3 -0
- package/shoelace/assets/icons/trash2.svg +3 -0
- package/shoelace/assets/icons/tree-fill.svg +3 -0
- package/shoelace/assets/icons/tree.svg +3 -0
- package/shoelace/assets/icons/triangle-fill.svg +3 -0
- package/shoelace/assets/icons/triangle-half.svg +3 -0
- package/shoelace/assets/icons/triangle.svg +3 -0
- package/shoelace/assets/icons/trophy-fill.svg +3 -0
- package/shoelace/assets/icons/trophy.svg +3 -0
- package/shoelace/assets/icons/tropical-storm.svg +4 -0
- package/shoelace/assets/icons/truck-flatbed.svg +3 -0
- package/shoelace/assets/icons/truck.svg +3 -0
- package/shoelace/assets/icons/tsunami.svg +3 -0
- package/shoelace/assets/icons/tv-fill.svg +3 -0
- package/shoelace/assets/icons/tv.svg +3 -0
- package/shoelace/assets/icons/twitch.svg +4 -0
- package/shoelace/assets/icons/twitter.svg +3 -0
- package/shoelace/assets/icons/type-bold.svg +3 -0
- package/shoelace/assets/icons/type-h1.svg +3 -0
- package/shoelace/assets/icons/type-h2.svg +3 -0
- package/shoelace/assets/icons/type-h3.svg +3 -0
- package/shoelace/assets/icons/type-italic.svg +3 -0
- package/shoelace/assets/icons/type-strikethrough.svg +3 -0
- package/shoelace/assets/icons/type-underline.svg +3 -0
- package/shoelace/assets/icons/type.svg +3 -0
- package/shoelace/assets/icons/ui-checks-grid.svg +3 -0
- package/shoelace/assets/icons/ui-checks.svg +3 -0
- package/shoelace/assets/icons/ui-radios-grid.svg +3 -0
- package/shoelace/assets/icons/ui-radios.svg +3 -0
- package/shoelace/assets/icons/umbrella-fill.svg +3 -0
- package/shoelace/assets/icons/umbrella.svg +3 -0
- package/shoelace/assets/icons/union.svg +4 -0
- package/shoelace/assets/icons/unlock-fill.svg +3 -0
- package/shoelace/assets/icons/unlock.svg +3 -0
- package/shoelace/assets/icons/upc-scan.svg +3 -0
- package/shoelace/assets/icons/upc.svg +3 -0
- package/shoelace/assets/icons/upload.svg +4 -0
- package/shoelace/assets/icons/vector-pen.svg +4 -0
- package/shoelace/assets/icons/view-list.svg +3 -0
- package/shoelace/assets/icons/view-stacked.svg +3 -0
- package/shoelace/assets/icons/vinyl-fill.svg +4 -0
- package/shoelace/assets/icons/vinyl.svg +5 -0
- package/shoelace/assets/icons/voicemail.svg +3 -0
- package/shoelace/assets/icons/volume-down-fill.svg +3 -0
- package/shoelace/assets/icons/volume-down.svg +3 -0
- package/shoelace/assets/icons/volume-mute-fill.svg +3 -0
- package/shoelace/assets/icons/volume-mute.svg +3 -0
- package/shoelace/assets/icons/volume-off-fill.svg +3 -0
- package/shoelace/assets/icons/volume-off.svg +3 -0
- package/shoelace/assets/icons/volume-up-fill.svg +5 -0
- package/shoelace/assets/icons/volume-up.svg +5 -0
- package/shoelace/assets/icons/vr.svg +3 -0
- package/shoelace/assets/icons/wallet-fill.svg +4 -0
- package/shoelace/assets/icons/wallet.svg +3 -0
- package/shoelace/assets/icons/wallet2.svg +3 -0
- package/shoelace/assets/icons/watch.svg +4 -0
- package/shoelace/assets/icons/water.svg +3 -0
- package/shoelace/assets/icons/whatsapp.svg +3 -0
- package/shoelace/assets/icons/wifi-1.svg +3 -0
- package/shoelace/assets/icons/wifi-2.svg +3 -0
- package/shoelace/assets/icons/wifi-off.svg +3 -0
- package/shoelace/assets/icons/wifi.svg +4 -0
- package/shoelace/assets/icons/wind.svg +3 -0
- package/shoelace/assets/icons/window-dock.svg +4 -0
- package/shoelace/assets/icons/window-sidebar.svg +4 -0
- package/shoelace/assets/icons/window.svg +4 -0
- package/shoelace/assets/icons/wrench.svg +3 -0
- package/shoelace/assets/icons/x-circle-fill.svg +3 -0
- package/shoelace/assets/icons/x-circle.svg +4 -0
- package/shoelace/assets/icons/x-diamond-fill.svg +3 -0
- package/shoelace/assets/icons/x-diamond.svg +3 -0
- package/shoelace/assets/icons/x-octagon-fill.svg +3 -0
- package/shoelace/assets/icons/x-octagon.svg +4 -0
- package/shoelace/assets/icons/x-square-fill.svg +3 -0
- package/shoelace/assets/icons/x-square.svg +4 -0
- package/shoelace/assets/icons/x.svg +3 -0
- package/shoelace/assets/icons/youtube.svg +3 -0
- package/shoelace/assets/icons/zoom-in.svg +5 -0
- package/shoelace/assets/icons/zoom-out.svg +5 -0
- package/shoelace/themes/themes/base.css +273 -0
- package/shoelace/themes/themes/base.d.ts +1 -0
- package/shoelace/themes/themes/base.js +0 -0
- package/shoelace/themes/themes/dark.css +237 -0
- package/shoelace/themes/themes/dark.d.ts +1 -0
- package/shoelace/themes/themes/dark.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-ff17b3a4.system.js","./p-d4454d55.system.js","./p-48457904.system.js"],(function(r){"use strict";var o,s,e;return{setters:[function(r){o=r.r;s=r.h},function(){},function(r){e=r.g}],execute:function(){var t="sl-alert::part(base){border:1px solid;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(20, 20, 20, 0.1);box-shadow:0 1px 2px rgba(20, 20, 20, 0.1)}.Error::part(base){background-color:var(--sl-color-danger-100);border-color:var(--sl-color-danger-200)}.Success::part(base){background-color:var(--sl-color-success-100);border-color:var(--sl-color-success-200)}.Info::part(base){background-color:var(--sl-color-primary-100);border-color:var(--sl-color-primary-200)}";var c=r("sqm_form_message",function(){function r(r){o(this,r);this.ignored=true;e(this)}r.prototype.disconnectedCallback=function(){};r.prototype.render=function(){if(this.type==="error"){return s("sl-alert",{exportparts:"base: erroralert-base, icon:erroralert-icon",class:"Error",type:"danger",open:true},s("sl-icon",{slot:"icon",name:""+(this.icon?this.icon:"exclamation-octagon")}),s("slot",null))}else if(this.type==="info"){return s("sl-alert",{exportparts:"base: infoalert-base, icon:infoalert-icon",class:"Info",type:"primary",open:true},s("sl-icon",{slot:"icon",name:""+(this.icon?this.icon:"info-circle")}),s("slot",null))}else{return s("sl-alert",{exportparts:"base: successalert-base, icon:successalert-icon",class:"Success",type:"success",open:true},s("sl-icon",{slot:"icon",name:""+(this.icon?this.icon:"check2-circle")}),s("slot",null))}};return r}());c.style=t}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{h as t}from"./p-64c3217a.js";import{j as l,c as n}from"./p-7c6c3d5d.js";import{E as e}from"./p-26f627aa.js";const a={InputContainer:{"& > :not(:last-child)":{"margin-bottom":"20px"}},FieldsContainer:{"& > :not(:last-child)":{"margin-bottom":"var(--sl-spacing-large)"}},ErrorStyle:e};l.setup(n());const s=l.createStyleSheet(a),o=s.toString();function i(l){const{states:n}=l,e=null==n?void 0:n.validationErrors;return t("div",{class:s.classes.FieldsContainer},t("style",{type:"text/css"},"\n:host {\n margin: 0 auto;\n width: 100%;\n display: block;\n}\n\nsl-input::part(label){\n font-size: var(--sl-input-label-font-size-small);\n font-weight: var(--sl-font-weight-semibold);\n}\n",o),t("sl-input",Object.assign({exportparts:"label: input-label",name:"/firstName",type:"text",label:n.content.firstNameLabel,required:!0},(null==e?void 0:e.firstName)?{class:s.classes.ErrorStyle,helpText:(null==e?void 0:e.firstName)||"Cannot be empty"}:[])),t("sl-input",Object.assign({exportparts:"label: input-label",name:"/lastName",type:"text",label:n.content.lastNameLabel,required:!0},(null==e?void 0:e.lastName)?{class:s.classes.ErrorStyle,helpText:(null==e?void 0:e.lastName)||"Cannot be empty"}:[])))}export{i as N}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{h as n}from"./p-64c3217a.js";import{j as t,c as i}from"./p-7c6c3d5d.js";import{g as o}from"./p-26f627aa.js";const s={ItemsContainer:{"min-width":"290px","max-width":"320px","box-sizing":"border-box",padding:"20px 15px",...o({direction:"column",size:"4px"})}};t.setup(i());const p=t.createStyleSheet(s),d=p.toString();function m(t,i){return n("div",null,n("div",{class:p.classes.ItemsContainer},n("style",{type:"text/css"},"\n :host{ \n width: 30vw;\n min-width: min-content;\n max-width: 320px;\n }\n",d),i))}export{m as N}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s,h as t}from"./p-64c3217a.js";import"./p-dfe5a97d.js";import{i as a,g as r}from"./p-8d09ef35.js";import"./p-df789324.js";import{j as e}from"./p-af86353f.js";import"./p-81f34787.js";import"./p-7c6c3d5d.js";import{c as i}from"./p-c1086930.js";import"./p-26f627aa.js";import{N as o}from"./p-337b68ed.js";const m=class{constructor(t){s(this,t),this.ignored=!0,this.firstNameLabel="First Name",this.lastNameLabel="Last Name",r(this)}disconnectedCallback(){}render(){const{states:s}=e()?i({states:{validationErrors:[],content:{firstNameLabel:"First Name",lastNameLabel:"Last Name"}}},this.demoData||{},{arrayMerge:(s,t)=>t}):function(s){const t=a("sq:validation-state");return{states:{validationErrors:null==t?void 0:t.validationErrors,content:{lastNameLabel:s.lastNameLabel,firstNameLabel:s.firstNameLabel}}}}(this);return t(o,{states:s})}};export{m as sqm_name_fields}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var __makeTemplateObject=this&&this.__makeTemplateObject||function(t,e){if(Object.defineProperty){Object.defineProperty(t,"raw",{value:e})}else{t.raw=e}return t};var __assign=this&&this.__assign||function(){__assign=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++){e=arguments[n];for(var r in e)if(Object.prototype.hasOwnProperty.call(e,r))t[r]=e[r]}return t};return __assign.apply(this,arguments)};System.register(["./p-ff17b3a4.system.js","./p-d4454d55.system.js","./p-2f153923.system.js","./p-48457904.system.js","./p-5a63d963.system.js","./p-146d92d1.system.js","./p-1c17892a.system.js","./p-61d769e2.system.js","./p-58771a46.system.js","./p-4bd679a7.system.js","./p-d7d6bf44.system.js","./p-54d655c9.system.js","./p-0f099d93.system.js","./p-8bcfc14a.system.js"],(function(t){"use strict";var e,n,i,r,a,s,o,u,l,d,m,c,f;return{setters:[function(t){e=t.r;n=t.h},function(){},function(){},function(t){i=t.e;r=t.u;a=t.g},function(){},function(t){s=t.d;o=t.T;u=t.e;l=t.c;d=t.j},function(){},function(){},function(){},function(t){m=t.c},function(t){c=t.g},function(){},function(){},function(t){f=t.P}],execute:function(){var v=s.gql(__makeTemplateObject(["\n query {\n viewer {\n ... on User {\n id\n accountId\n firstName\n lastName\n email\n countryCode\n }\n }\n }\n"],["\n query {\n viewer {\n ... on User {\n id\n accountId\n firstName\n lastName\n email\n countryCode\n }\n }\n }\n"]));var g=s.gql(__makeTemplateObject(["\n mutation (\n $id: String!\n $accountId: String!\n $firstName: String!\n $lastName: String!\n ) {\n upsertUser(\n userInput: {\n id: $id\n accountId: $accountId\n firstName: $firstName\n lastName: $lastName\n }\n ) {\n firstName\n lastName\n }\n }\n"],["\n mutation (\n $id: String!\n $accountId: String!\n $firstName: String!\n $lastName: String!\n ) {\n upsertUser(\n userInput: {\n id: $id\n accountId: $accountId\n firstName: $firstName\n lastName: $lastName\n }\n ) {\n firstName\n lastName\n }\n }\n"]));var _={country:"",email:"",firstName:"",lastName:"",errors:{},error:""};function y(t){var e=o();var n=i(false),a=n[0],s=n[1];var d=i(undefined),m=d[0],c=d[1];var f=i(_),y=f[0],p=f[1];var N=u(v,{},!(e===null||e===void 0?void 0:e.jwt));var h=l(g),b=h[0],j=h[1];r((function(){if(j===null||j===void 0?void 0:j.loading)return;if(j===null||j===void 0?void 0:j.errors){p((function(t){var e,n,i;return __assign(__assign({},t),{error:(i=(n=(e=j===null||j===void 0?void 0:j.errors)===null||e===void 0?void 0:e.response)===null||n===void 0?void 0:n.errors)===null||i===void 0?void 0:i[0].message})}))}else{c((function(t){var e;return __assign(__assign({},t),(e=j===null||j===void 0?void 0:j.data)===null||e===void 0?void 0:e.upsertUser)}));if(j===null||j===void 0?void 0:j.data)s(true)}}),[j===null||j===void 0?void 0:j.loading]);r((function(){var t,e;c((function(t){var e;return __assign(__assign({},t),(e=N===null||N===void 0?void 0:N.data)===null||e===void 0?void 0:e.viewer)}));p(__assign(__assign(__assign({},_),(t=N.data)===null||t===void 0?void 0:t.viewer),(e=j.data)===null||e===void 0?void 0:e.upsertUser))}),[N===null||N===void 0?void 0:N.data]);r((function(){var t,e;if((t=j===null||j===void 0?void 0:j.errors)===null||t===void 0?void 0:t.message){p(__assign(__assign({},(e=N.data)===null||e===void 0?void 0:e.viewer),{error:"Network request failed."}))}}),[j===null||j===void 0?void 0:j.errors]);var x=function(){s(false);if(y.firstName&&y.lastName){b({id:e===null||e===void 0?void 0:e.id,accountId:e===null||e===void 0?void 0:e.accountId,firstName:y.firstName,lastName:y.lastName});p((function(t){return __assign(__assign({},t),{errors:{},error:""})}));return}var t={};if(!y.firstName){t["firstName"]={message:"Field can't be empty"}}if(!y.lastName){t["lastName"]={message:"Field can't be empty"}}if(t!=={}){p((function(t){return __assign(__assign({},t),{error:"Please correct the errors below to update your profile."})}))}p((function(e){return __assign(__assign({},e),{errors:t})}))};return{states:{success:a,loading:(N===null||N===void 0?void 0:N.loading)||j.loading,submitDisabled:false,showCountry:t.showCountry,formState:y,user:m,text:{firstnametext:t.firstnametext,lastnametext:t.lastnametext,countrytext:t.countrytext,emailtext:t.emailtext,editProfileHeader:t.editProfileHeader,editProfileSubHeader:t.editProfileSubHeader,submitChangeButtonText:t.submitChangeButtonText}},callbacks:{onSubmit:x,onChange:function(t){var e=t.target,n=e.name,i=e.value;p((function(t){var e;return __assign(__assign({},t),(e={},e[n]=i,e))}))}}}}var p=t("sqm_portal_profile",function(){function t(t){e(this,t);this.ignored=true;this.firstnametext="First Name";this.lastnametext="Last Name";this.emailtext="Email";this.countrytext="Country";this.editProfileHeader="Edit your profile";this.editProfileSubHeader="Personal Information";this.submitChangeButtonText="Submit Changes";this.showCountry=true;a(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){var t=d()?N(c(this)):y(c(this));return n(f,Object.assign({},t))};return t}());function N(t){return m({states:{success:false,loading:false,submitDisabled:false,showCountry:true,user:{id:"01",accountId:"111100000",firstName:"Joe",lastName:"Smith",email:"jsmith@gmail.com",countryCode:"CA"},text:{firstnametext:"First Name",lastnametext:"Last Name",emailtext:"Email",countrytext:"Country",editProfileHeader:"Edit your profile",editProfileSubHeader:"Personal Information",submitChangeButtonText:"Submit Changes"},formState:{country:"Canada",firstName:"Joe",lastName:"Smith",errors:null,error:""}},callbacks:{onSubmit:function(t){return console.log(t)},onChange:function(t){return console.log(t)}}},t.demoData||{},{arrayMerge:function(t,e){return e}})}}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-ff17b3a4.system.js","./p-2f153923.system.js","./p-58771a46.system.js"],(function(C){"use strict";var t,e,a,r;return{setters:[function(C){t=C.h},function(C){e=C.i},function(C){a=C.j;r=C.c}],execute:function(){C({P:s,a:n});function n(C){var e=C.color,a=e===void 0?"#A6A6A6":e,r=C.width,n=r===void 0?190:r,i=C.height,s=i===void 0?29:i;return t("svg",{width:n,height:s,viewBox:"0 0 132 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t("g",{"clip-path":"url(#clip0)"},t("path",{xmlns:"http://www.w3.org/2000/svg","fill-rule":"evenodd","clip-rule":"evenodd",d:"M66.4512 1.01758V1.01562C66.2601 1.01562 66.1669 1.05312 65.6827 1.43312L63.2868 3.31163C62.9112 3.60612 62.8383 4.15812 63.1241 4.54513C63.4099 4.93213 63.9457 5.00712 64.3213 4.71263L64.7959 4.34063C65.0696 4.12713 65.4601 4.18212 65.6682 4.46362C65.8763 4.74513 65.8237 5.14862 65.5494 5.36363L62.8011 7.51862C62.4255 7.81312 62.3526 8.36512 62.6384 8.75212C62.9242 9.13912 63.4601 9.21412 63.8357 8.91962L64.737 8.21263C65.0107 7.99813 65.4017 8.05263 65.6103 8.33512C65.8183 8.61662 65.7657 9.01812 65.4934 9.23362L62.4328 11.6331C62.0572 11.9276 61.9843 12.4796 62.2701 12.8666C62.5559 13.2536 63.0917 13.3286 63.4673 13.0341L64.6814 12.0821C64.9557 11.8676 65.3462 11.9221 65.5548 12.2046C65.6397 12.3196 65.6812 12.4546 65.6822 12.5886L65.6827 15.9306C62.7514 15.5406 60.479 12.9541 60.479 9.82913C60.479 8.07863 61.207 6.40462 62.4767 5.23712L62.5274 5.19062L62.4675 5.12012C62.4651 5.11723 62.4626 5.11435 62.4601 5.11147C62.4448 5.09344 62.4295 5.07553 62.4149 5.05613C62.2628 4.85413 62.1595 4.62363 62.1069 4.37162L62.0828 4.25712L61.9959 4.33212C60.4095 5.69863 59.5 7.70263 59.5 9.82913C59.5 13.7785 62.6179 16.9919 66.4508 16.9921V16.9936C70.2839 16.9936 73.4025 13.7806 73.4025 9.83058C73.4025 7.70358 72.4925 5.70008 70.9062 4.33358L70.9072 4.33208L70.8203 4.25708L70.7961 4.37158C70.7435 4.62358 70.6397 4.85408 70.4876 5.05658C70.4739 5.07518 70.459 5.09266 70.444 5.11031C70.4416 5.11306 70.4393 5.11581 70.4369 5.11858L70.3752 5.19108L70.4258 5.23758C71.6955 6.40508 72.424 8.07908 72.424 9.83008C72.424 11.4741 71.8027 13.0196 70.6745 14.1816C69.7297 15.1551 68.5238 15.7606 67.2198 15.9321V12.5926H67.2174L67.2198 12.5896C67.2208 12.4556 67.2623 12.3206 67.3473 12.2056C67.5558 11.9236 67.9469 11.8686 68.2206 12.0831L69.4347 13.0351C69.8103 13.3296 70.3462 13.2546 70.632 12.8676C70.9178 12.4806 70.8449 11.9286 70.4693 11.6341L67.4086 9.23458C67.1363 9.01958 67.0837 8.61808 67.2918 8.33658C67.5003 8.05408 67.8914 7.99958 68.1651 8.21408L69.0664 8.92108C69.442 9.21558 69.9778 9.14058 70.2636 8.75358C70.5494 8.36658 70.4765 7.81458 70.1009 7.52008L67.3526 5.36508C67.0789 5.15058 67.0258 4.74758 67.2338 4.46508C67.4419 4.18258 67.832 4.12858 68.1062 4.34208L68.5807 4.71408C68.9563 5.00858 69.4922 4.93358 69.778 4.54658C70.0638 4.15958 69.9909 3.60758 69.6153 3.31308L67.2194 1.43508C66.735 1.05587 66.6421 1.01764 66.4512 1.01758Z",fill:a})),t("path",{d:"M1.67078 13V5.95H4.46078C5.22078 5.95 5.80078 6.13333 6.20078 6.5C6.60745 6.86667 6.81078 7.39 6.81078 8.07C6.81078 8.74333 6.60745 9.26667 6.20078 9.64C5.80078 10.0067 5.22078 10.19 4.46078 10.19H2.49078V13H1.67078ZM2.49078 9.5H4.36078C5.45411 9.5 6.00078 9.02333 6.00078 8.07C6.00078 7.11 5.45411 6.63 4.36078 6.63H2.49078V9.5ZM9.6843 13.09C9.21096 13.09 8.80096 12.9867 8.4543 12.78C8.10763 12.5733 7.83763 12.2833 7.6443 11.91C7.45763 11.53 7.3643 11.0833 7.3643 10.57C7.3643 10.0567 7.45763 9.61333 7.6443 9.24C7.83763 8.86 8.10763 8.56667 8.4543 8.36C8.80096 8.15333 9.21096 8.05 9.6843 8.05C10.151 8.05 10.5576 8.15333 10.9043 8.36C11.2576 8.56667 11.5276 8.86 11.7143 9.24C11.9076 9.61333 12.0043 10.0567 12.0043 10.57C12.0043 11.0833 11.9076 11.53 11.7143 11.91C11.5276 12.2833 11.2576 12.5733 10.9043 12.78C10.5576 12.9867 10.151 13.09 9.6843 13.09ZM9.6843 12.44C10.1376 12.44 10.501 12.28 10.7743 11.96C11.0476 11.6333 11.1843 11.17 11.1843 10.57C11.1843 9.96333 11.0476 9.5 10.7743 9.18C10.501 8.86 10.1376 8.7 9.6843 8.7C9.2243 8.7 8.85763 8.86 8.5843 9.18C8.31763 9.5 8.1843 9.96333 8.1843 10.57C8.1843 11.17 8.31763 11.6333 8.5843 11.96C8.85763 12.28 9.2243 12.44 9.6843 12.44ZM14.4426 13L12.6326 8.14H13.4826L14.8526 12.05L16.2726 8.14H16.9626L18.3626 12.06L19.7526 8.14H20.5626L18.7426 13H17.9726L16.6026 9.23L15.2226 13H14.4426ZM23.6824 13.09C22.9158 13.09 22.3091 12.8667 21.8624 12.42C21.4158 11.9667 21.1924 11.3533 21.1924 10.58C21.1924 10.08 21.2924 9.64 21.4924 9.26C21.6924 8.87333 21.9658 8.57667 22.3124 8.37C22.6658 8.15667 23.0724 8.05 23.5324 8.05C24.1924 8.05 24.7091 8.26333 25.0824 8.69C25.4558 9.11 25.6424 9.69 25.6424 10.43V10.74H21.9824C22.0091 11.2933 22.1691 11.7167 22.4624 12.01C22.7558 12.2967 23.1624 12.44 23.6824 12.44C23.9758 12.44 24.2558 12.3967 24.5224 12.31C24.7891 12.2167 25.0424 12.0667 25.2824 11.86L25.5624 12.43C25.3424 12.6367 25.0624 12.8 24.7224 12.92C24.3824 13.0333 24.0358 13.09 23.6824 13.09ZM23.5524 8.65C23.0924 8.65 22.7291 8.79333 22.4624 9.08C22.1958 9.36667 22.0391 9.74333 21.9924 10.21H24.9424C24.9224 9.71667 24.7924 9.33333 24.5524 9.06C24.3191 8.78667 23.9858 8.65 23.5524 8.65ZM26.8147 13V8.14H27.6047V9.01C27.8647 8.42333 28.398 8.1 29.2047 8.04L29.4947 8.01L29.5547 8.71L29.0447 8.77C28.5847 8.81 28.2347 8.95667 27.9947 9.21C27.7547 9.45667 27.6347 9.79667 27.6347 10.23V13H26.8147ZM32.5301 13.09C31.7634 13.09 31.1567 12.8667 30.7101 12.42C30.2634 11.9667 30.0401 11.3533 30.0401 10.58C30.0401 10.08 30.1401 9.64 30.3401 9.26C30.5401 8.87333 30.8134 8.57667 31.1601 8.37C31.5134 8.15667 31.9201 8.05 32.3801 8.05C33.0401 8.05 33.5567 8.26333 33.9301 8.69C34.3034 9.11 34.4901 9.69 34.4901 10.43V10.74H30.8301C30.8567 11.2933 31.0167 11.7167 31.3101 12.01C31.6034 12.2967 32.0101 12.44 32.5301 12.44C32.8234 12.44 33.1034 12.3967 33.3701 12.31C33.6367 12.2167 33.8901 12.0667 34.1301 11.86L34.4101 12.43C34.1901 12.6367 33.9101 12.8 33.5701 12.92C33.2301 13.0333 32.8834 13.09 32.5301 13.09ZM32.4001 8.65C31.9401 8.65 31.5767 8.79333 31.3101 9.08C31.0434 9.36667 30.8867 9.74333 30.8401 10.21H33.7901C33.7701 9.71667 33.6401 9.33333 33.4001 9.06C33.1667 8.78667 32.8334 8.65 32.4001 8.65ZM37.5123 13.09C37.079 13.09 36.699 12.9867 36.3723 12.78C36.0523 12.5733 35.8023 12.2833 35.6223 11.91C35.449 11.53 35.3623 11.0833 35.3623 10.57C35.3623 10.05 35.449 9.60333 35.6223 9.23C35.8023 8.85 36.0523 8.56 36.3723 8.36C36.699 8.15333 37.079 8.05 37.5123 8.05C37.8923 8.05 38.2257 8.13333 38.5123 8.3C38.8057 8.46667 39.0223 8.69667 39.1623 8.99V5.95H39.9723V13H39.1823V12.11C39.0423 12.4167 38.8257 12.6567 38.5323 12.83C38.239 13.0033 37.899 13.09 37.5123 13.09ZM37.6823 12.44C38.1357 12.44 38.499 12.28 38.7723 11.96C39.0457 11.6333 39.1823 11.17 39.1823 10.57C39.1823 9.96333 39.0457 9.5 38.7723 9.18C38.499 8.86 38.1357 8.7 37.6823 8.7C37.2223 8.7 36.8557 8.86 36.5823 9.18C36.3157 9.5 36.1823 9.96333 36.1823 10.57C36.1823 11.17 36.3157 11.6333 36.5823 11.96C36.8557 12.28 37.2223 12.44 37.6823 12.44ZM46.5208 13.09C46.1341 13.09 45.7941 13.0033 45.5008 12.83C45.2141 12.6567 44.9974 12.42 44.8508 12.12V13H44.0608V5.95H44.8708V8.98C45.0108 8.69333 45.2274 8.46667 45.5208 8.3C45.8141 8.13333 46.1474 8.05 46.5208 8.05C46.9541 8.05 47.3308 8.15333 47.6508 8.36C47.9774 8.56 48.2274 8.85 48.4008 9.23C48.5808 9.60333 48.6708 10.05 48.6708 10.57C48.6708 11.0833 48.5808 11.53 48.4008 11.91C48.2274 12.2833 47.9774 12.5733 47.6508 12.78C47.3308 12.9867 46.9541 13.09 46.5208 13.09ZM46.3508 12.44C46.8041 12.44 47.1674 12.28 47.4408 11.96C47.7141 11.6333 47.8508 11.17 47.8508 10.57C47.8508 9.96333 47.7141 9.5 47.4408 9.18C47.1674 8.86 46.8041 8.7 46.3508 8.7C45.8974 8.7 45.5341 8.86 45.2608 9.18C44.9874 9.5 44.8508 9.96333 44.8508 10.57C44.8508 11.17 44.9874 11.6333 45.2608 11.96C45.5341 12.28 45.8974 12.44 46.3508 12.44ZM50.3825 14.8L51.2125 12.92L49.1625 8.14H50.0425L51.6525 12.08L53.2725 8.14H54.1225L51.2325 14.8H50.3825Z",fill:a}),t("path",{d:"M80.9459 13.09C80.3926 13.09 79.8926 13.02 79.4459 12.88C78.9992 12.7333 78.6126 12.5233 78.2859 12.25L78.5759 11.59C78.9159 11.85 79.2726 12.0433 79.6459 12.17C80.0192 12.2967 80.4526 12.36 80.9459 12.36C81.5459 12.36 81.9892 12.25 82.2759 12.03C82.5692 11.8033 82.7159 11.5067 82.7159 11.14C82.7159 10.8467 82.6092 10.6133 82.3959 10.44C82.1892 10.2667 81.8392 10.13 81.3459 10.03L80.3059 9.82C79.6792 9.68667 79.2092 9.47 78.8959 9.17C78.5892 8.86333 78.4359 8.45667 78.4359 7.95C78.4359 7.53 78.5426 7.16333 78.7559 6.85C78.9759 6.53667 79.2792 6.29333 79.6659 6.12C80.0526 5.94667 80.4992 5.86 81.0059 5.86C81.4792 5.86 81.9192 5.93667 82.3259 6.09C82.7326 6.23667 83.0759 6.45 83.3559 6.73L83.0659 7.37C82.7659 7.09667 82.4492 6.9 82.1159 6.78C81.7826 6.65333 81.4092 6.59 80.9959 6.59C80.4692 6.59 80.0492 6.71333 79.7359 6.96C79.4226 7.2 79.2659 7.52 79.2659 7.92C79.2659 8.24 79.3626 8.49333 79.5559 8.68C79.7559 8.86667 80.0792 9.00333 80.5259 9.09L81.5659 9.31C82.2392 9.45 82.7359 9.66333 83.0559 9.95C83.3826 10.23 83.5459 10.6133 83.5459 11.1C83.5459 11.4933 83.4392 11.84 83.2259 12.14C83.0192 12.44 82.7192 12.6733 82.3259 12.84C81.9392 13.0067 81.4792 13.09 80.9459 13.09ZM86.2382 13.09C85.9049 13.09 85.6049 13.0267 85.3382 12.9C85.0782 12.7667 84.8716 12.5867 84.7182 12.36C84.5649 12.1333 84.4882 11.88 84.4882 11.6C84.4882 11.2467 84.5782 10.9667 84.7582 10.76C84.9449 10.5533 85.2482 10.4067 85.6682 10.32C86.0949 10.2267 86.6749 10.18 87.4082 10.18H87.7282V9.87C87.7282 9.45667 87.6416 9.16 87.4682 8.98C87.3016 8.79333 87.0316 8.7 86.6582 8.7C86.3649 8.7 86.0816 8.74333 85.8082 8.83C85.5349 8.91 85.2549 9.04333 84.9682 9.23L84.6882 8.64C84.9416 8.46 85.2482 8.31667 85.6082 8.21C85.9749 8.10333 86.3249 8.05 86.6582 8.05C87.2849 8.05 87.7482 8.20333 88.0482 8.51C88.3549 8.81667 88.5082 9.29333 88.5082 9.94V13H87.7482V12.16C87.6216 12.4467 87.4249 12.6733 87.1582 12.84C86.8982 13.0067 86.5916 13.09 86.2382 13.09ZM86.3682 12.48C86.7682 12.48 87.0949 12.3433 87.3482 12.07C87.6016 11.79 87.7282 11.4367 87.7282 11.01V10.71H87.4182C86.8782 10.71 86.4516 10.7367 86.1382 10.79C85.8316 10.8367 85.6149 10.9233 85.4882 11.05C85.3682 11.17 85.3082 11.3367 85.3082 11.55C85.3082 11.8233 85.4016 12.0467 85.5882 12.22C85.7816 12.3933 86.0416 12.48 86.3682 12.48ZM91.541 13.09C91.2076 13.09 90.9076 13.0267 90.641 12.9C90.381 12.7667 90.1743 12.5867 90.021 12.36C89.8676 12.1333 89.791 11.88 89.791 11.6C89.791 11.2467 89.881 10.9667 90.061 10.76C90.2476 10.5533 90.551 10.4067 90.971 10.32C91.3976 10.2267 91.9776 10.18 92.711 10.18H93.031V9.87C93.031 9.45667 92.9443 9.16 92.771 8.98C92.6043 8.79333 92.3343 8.7 91.961 8.7C91.6676 8.7 91.3843 8.74333 91.111 8.83C90.8376 8.91 90.5576 9.04333 90.271 9.23L89.991 8.64C90.2443 8.46 90.551 8.31667 90.911 8.21C91.2776 8.10333 91.6276 8.05 91.961 8.05C92.5876 8.05 93.051 8.20333 93.351 8.51C93.6576 8.81667 93.811 9.29333 93.811 9.94V13H93.051V12.16C92.9243 12.4467 92.7276 12.6733 92.461 12.84C92.201 13.0067 91.8943 13.09 91.541 13.09ZM91.671 12.48C92.071 12.48 92.3976 12.3433 92.651 12.07C92.9043 11.79 93.031 11.4367 93.031 11.01V10.71H92.721C92.181 10.71 91.7543 10.7367 91.441 10.79C91.1343 10.8367 90.9176 10.9233 90.791 11.05C90.671 11.17 90.611 11.3367 90.611 11.55C90.611 11.8233 90.7043 12.0467 90.891 12.22C91.0843 12.3933 91.3443 12.48 91.671 12.48ZM97.7037 13.09C97.1504 13.09 96.6504 13.02 96.2037 12.88C95.757 12.7333 95.3704 12.5233 95.0437 12.25L95.3337 11.59C95.6737 11.85 96.0304 12.0433 96.4037 12.17C96.777 12.2967 97.2104 12.36 97.7037 12.36C98.3037 12.36 98.747 12.25 99.0337 12.03C99.327 11.8033 99.4737 11.5067 99.4737 11.14C99.4737 10.8467 99.367 10.6133 99.1537 10.44C98.947 10.2667 98.597 10.13 98.1037 10.03L97.0637 9.82C96.437 9.68667 95.967 9.47 95.6537 9.17C95.347 8.86333 95.1937 8.45667 95.1937 7.95C95.1937 7.53 95.3004 7.16333 95.5137 6.85C95.7337 6.53667 96.037 6.29333 96.4237 6.12C96.8104 5.94667 97.257 5.86 97.7637 5.86C98.237 5.86 98.677 5.93667 99.0837 6.09C99.4904 6.23667 99.8337 6.45 100.114 6.73L99.8237 7.37C99.5237 7.09667 99.207 6.9 98.8737 6.78C98.5404 6.65333 98.167 6.59 97.7537 6.59C97.227 6.59 96.807 6.71333 96.4937 6.96C96.1804 7.2 96.0237 7.52 96.0237 7.92C96.0237 8.24 96.1204 8.49333 96.3137 8.68C96.5137 8.86667 96.837 9.00333 97.2837 9.09L98.3237 9.31C98.997 9.45 99.4937 9.66333 99.8137 9.95C100.14 10.23 100.304 10.6133 100.304 11.1C100.304 11.4933 100.197 11.84 99.9837 12.14C99.777 12.44 99.477 12.6733 99.0837 12.84C98.697 13.0067 98.237 13.09 97.7037 13.09ZM104.966 14.8V12.15C104.826 12.4367 104.609 12.6667 104.316 12.84C104.029 13.0067 103.696 13.09 103.316 13.09C102.883 13.09 102.503 12.9867 102.176 12.78C101.856 12.5733 101.606 12.2833 101.426 11.91C101.253 11.53 101.166 11.0833 101.166 10.57C101.166 10.05 101.253 9.60333 101.426 9.23C101.606 8.85 101.856 8.56 102.176 8.36C102.503 8.15333 102.883 8.05 103.316 8.05C103.703 8.05 104.043 8.13667 104.336 8.31C104.629 8.48333 104.846 8.72 104.986 9.02V8.14H105.776V14.8H104.966ZM103.486 12.44C103.939 12.44 104.303 12.28 104.576 11.96C104.849 11.6333 104.986 11.17 104.986 10.57C104.986 9.96333 104.849 9.5 104.576 9.18C104.303 8.86 103.939 8.7 103.486 8.7C103.026 8.7 102.659 8.86 102.386 9.18C102.119 9.5 101.986 9.96333 101.986 10.57C101.986 11.17 102.119 11.6333 102.386 11.96C102.659 12.28 103.026 12.44 103.486 12.44ZM109.016 13.09C107.849 13.09 107.266 12.4467 107.266 11.16V8.14H108.076V11.15C108.076 11.5833 108.163 11.9033 108.336 12.11C108.516 12.3167 108.796 12.42 109.176 12.42C109.589 12.42 109.926 12.2833 110.186 12.01C110.446 11.73 110.576 11.36 110.576 10.9V8.14H111.386V13H110.596V12.18C110.443 12.4733 110.226 12.7 109.946 12.86C109.673 13.0133 109.363 13.09 109.016 13.09ZM114.432 13.09C114.098 13.09 113.798 13.0267 113.532 12.9C113.272 12.7667 113.065 12.5867 112.912 12.36C112.758 12.1333 112.682 11.88 112.682 11.6C112.682 11.2467 112.772 10.9667 112.952 10.76C113.138 10.5533 113.442 10.4067 113.862 10.32C114.288 10.2267 114.868 10.18 115.602 10.18H115.922V9.87C115.922 9.45667 115.835 9.16 115.662 8.98C115.495 8.79333 115.225 8.7 114.852 8.7C114.558 8.7 114.275 8.74333 114.002 8.83C113.728 8.91 113.448 9.04333 113.162 9.23L112.882 8.64C113.135 8.46 113.442 8.31667 113.802 8.21C114.168 8.10333 114.518 8.05 114.852 8.05C115.478 8.05 115.942 8.20333 116.242 8.51C116.548 8.81667 116.702 9.29333 116.702 9.94V13H115.942V12.16C115.815 12.4467 115.618 12.6733 115.352 12.84C115.092 13.0067 114.785 13.09 114.432 13.09ZM114.562 12.48C114.962 12.48 115.288 12.3433 115.542 12.07C115.795 11.79 115.922 11.4367 115.922 11.01V10.71H115.612C115.072 10.71 114.645 10.7367 114.332 10.79C114.025 10.8367 113.808 10.9233 113.682 11.05C113.562 11.17 113.502 11.3367 113.502 11.55C113.502 11.8233 113.595 12.0467 113.782 12.22C113.975 12.3933 114.235 12.48 114.562 12.48ZM120.154 13.09C119.581 13.09 119.151 12.94 118.864 12.64C118.578 12.3333 118.434 11.8933 118.434 11.32V8.77H117.484V8.14H118.434V6.65H119.244V8.14H120.784V8.77H119.244V11.24C119.244 11.62 119.324 11.91 119.484 12.11C119.644 12.3033 119.904 12.4 120.264 12.4C120.371 12.4 120.478 12.3867 120.584 12.36C120.691 12.3333 120.788 12.3067 120.874 12.28L121.014 12.9C120.928 12.9467 120.801 12.99 120.634 13.03C120.468 13.07 120.308 13.09 120.154 13.09ZM123.712 13.09C123.225 13.09 122.805 12.9867 122.452 12.78C122.098 12.5667 121.825 12.27 121.632 11.89C121.445 11.5033 121.352 11.0533 121.352 10.54C121.352 9.76667 121.562 9.16 121.982 8.72C122.402 8.27333 122.978 8.05 123.712 8.05C124.012 8.05 124.308 8.10333 124.602 8.21C124.895 8.31667 125.138 8.46667 125.332 8.66L125.052 9.25C124.858 9.06333 124.645 8.92667 124.412 8.84C124.185 8.75333 123.968 8.71 123.762 8.71C123.255 8.71 122.865 8.87 122.592 9.19C122.318 9.50333 122.182 9.95667 122.182 10.55C122.182 11.13 122.318 11.59 122.592 11.93C122.865 12.2633 123.255 12.43 123.762 12.43C123.968 12.43 124.185 12.3867 124.412 12.3C124.645 12.2133 124.858 12.0733 125.052 11.88L125.332 12.47C125.138 12.6633 124.892 12.8167 124.592 12.93C124.298 13.0367 124.005 13.09 123.712 13.09ZM126.281 13V5.95H127.091V8.94C127.251 8.64667 127.474 8.42667 127.761 8.28C128.054 8.12667 128.381 8.05 128.741 8.05C129.894 8.05 130.471 8.69 130.471 9.97V13H129.661V10.02C129.661 9.56667 129.571 9.23667 129.391 9.03C129.217 8.81667 128.937 8.71 128.551 8.71C128.104 8.71 127.747 8.85 127.481 9.13C127.221 9.40333 127.091 9.77 127.091 10.23V13H126.281Z",fill:a}),t("defs",null,t("clipPath",{id:"clip0"},t("rect",{width:"14",height:"16",fill:"white",transform:"translate(59.5 1)"}))))}var i="\n :host{\n margin: 0 auto;\n width: 100%;\n }\n a{\n cursor:pointer;\n color: inherit;\n text-decoration: none;\n }\n";function s(C){var s={RowContainer:{display:"flex","& > :not(:last-child)":{"margin-right":"var(--sl-spacing-large)"}},Container:{display:"flex","flex-direction":"column","align-items":"center","font-size":"var(--sl-font-size-small)",color:"var(--sl-color-gray-600)","padding-top":"var(--sl-spacing-"+C.paddingTop+")","padding-right":"var(--sl-spacing-"+C.paddingRight+")","padding-bottom":"var(--sl-spacing-"+C.paddingBottom+")","padding-left":"var(--sl-spacing-"+C.paddingLeft+")","& a:hover":{color:"var(--sl-color-gray-900)"}},SupportText:{textAlign:"center"},PoweredByLink:{color:"var(--sl-color-gray-400)","font-size":"var(--sl-font-size-xx-small)","&:hover":{color:"var(--sl-color-gray-900)"}}};a.setup(r());var l=a.createStyleSheet(s);var o=l.toString();return t("div",{class:l.classes.Container},t("style",{type:"text/css"},i,o),t("div",{class:l.classes.RowContainer},C.faqLink&&t("a",{target:"_blank",href:C.faqLink},C.faqText),C.termsLink&&t("a",{target:"_blank",href:C.termsLink},C.termsText)),t("p",{class:l.classes.SupportText},e.formatMessage({id:"supportFooter",defaultMessage:C.supportText},{email:t("a",{target:"_blank",href:"mailto:"+C.supportEmail},C.supportEmail)})),C.showPoweredBy&&t("a",{class:l.classes.PoweredByLink,target:"_blank",href:C.poweredByLink},t(n,null)))}}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{h as r}from"./p-64c3217a.js";import{r as o}from"./p-af86353f.js";import{j as a,c as s}from"./p-7c6c3d5d.js";import{g as t}from"./p-26f627aa.js";function c(c){const{states:e,data:l}=c,n={ItemContainer:{display:"flex","background-color":e.active?"var(--sl-color-gray-200)":"var(--sl-color-white)","border-radius":"8px",padding:"8px","text-decoration":"none",color:"#454444","align-items":"center",...t({direction:"row",size:"var(--sl-font-size-small)"}),"&:hover":{cursor:"pointer",background:e.active?"var(--sl-color-gray-300)":"var(--sl-color-gray-50)"}},Label:{margin:"0"},Icon:{"flex-shrink":"0"}};a.setup(s());const i=a.createStyleSheet(n),p=i.toString();return r("a",{href:l.path,onClick:r=>{r.preventDefault(),o.push(l.path)},class:i.classes.ItemContainer},r("style",{type:"text/css"},p),r("sl-icon",{class:i.classes.Icon,name:l.icon}),r("p",{class:i.classes.Label},l.label))}export{c as N}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as t}from"./p-64c3217a.js";import"./p-dfe5a97d.js";import{g as s}from"./p-8d09ef35.js";import"./p-df789324.js";import{j as e}from"./p-af86353f.js";import"./p-81f34787.js";import{c as i}from"./p-c1086930.js";import{w as r,u as l,L as n}from"./p-cbc4d9d7.js";const o=class{constructor(t){a(this,t),this.ignored=!0,s(this),r(this)}disconnectedCallback(){}render(){const a={empty:t("slot",{name:"empty"}),loadingstate:t("slot",{name:"loading"}),usersheading:this.usersheading,statsheading:this.statsheading,rankType:this.rankType,leaderboardType:this.leaderboardType,interval:this.interval},s={...a,demoData:this.demoData},r=e()?function(a){return i({states:{loading:!1,hasLeaders:!0,styles:{usersheading:a.usersheading?a.usersheading:"TOP REFERRERS",statsheading:a.statsheading?a.statsheading:"NEW TITANS"}},data:{rankType:"rowNumber",leaderboard:[{firstName:"Viktor",lastInitial:"V",value:82,rank:1},{firstName:"MF",lastInitial:"D",value:73,rank:2},{firstName:"Freddie",lastInitial:"G",value:64,rank:3},{firstName:"Benny",lastInitial:"B",value:55,rank:4},{firstName:"Mos",lastInitial:"D",value:46,rank:5}]},elements:{empty:a.empty?a.empty:t("div",null,"Empty"),loadingstate:a.loadingstate?a.loadingstate:t("div",null,"Loading")}},a.demoProps||{},{arrayMerge:(a,t)=>t})}(s):l(a);return t(n,Object.assign({},r))}};o.style=":host{display:block}:host([hidden]){display:none}table{width:100%}th{font-size:var(--sl-font-size-small);font-weight:var(--sl-font-weight-semibold);text-align:left}td{font-size:var(--sl-font-size-medium);font-weight:var(--sl-font-weight-normal)}td,th{color:var(--sl-color-gray-800);padding:var(--sl-spacing-x-small) var(--sl-spacing-small)}.User{width:100%}.Score{width:auto;white-space:nowrap}";export{o as sqm_leaderboard}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var __spreadArrays=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),o=0,t=0;t<n;t++)for(var s=arguments[t],i=0,a=s.length;i<a;i++,o++)r[o]=s[i];return r};System.register(["./p-ff17b3a4.system.js","./p-d4454d55.system.js"],(function(e){"use strict";var t,n,r,o;return{setters:[function(e){t=e.g;n=e.f;r=e.a},function(e){o=e.c}],execute:function(){e({g:de,h:se,i:ce,l:ue,m:fe,y:ie});
|
|
2
|
+
/**
|
|
3
|
+
* @license
|
|
4
|
+
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
5
|
+
* This code may only be used under the BSD style license found at
|
|
6
|
+
* http://polymer.github.io/LICENSE.txt
|
|
7
|
+
* The complete set of authors may be found at
|
|
8
|
+
* http://polymer.github.io/AUTHORS.txt
|
|
9
|
+
* The complete set of contributors may be found at
|
|
10
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
11
|
+
* Code distributed by Google as part of the polymer project is also
|
|
12
|
+
* subject to an additional IP rights grant found at
|
|
13
|
+
* http://polymer.github.io/PATENTS.txt
|
|
14
|
+
*/var s="{{lit-"+String(Math.random()).slice(2)+"}}";
|
|
15
|
+
/**
|
|
16
|
+
* @license
|
|
17
|
+
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
18
|
+
* This code may only be used under the BSD style license found at
|
|
19
|
+
* http://polymer.github.io/LICENSE.txt
|
|
20
|
+
* The complete set of authors may be found at
|
|
21
|
+
* http://polymer.github.io/AUTHORS.txt
|
|
22
|
+
* The complete set of contributors may be found at
|
|
23
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
24
|
+
* Code distributed by Google as part of the polymer project is also
|
|
25
|
+
* subject to an additional IP rights grant found at
|
|
26
|
+
* http://polymer.github.io/PATENTS.txt
|
|
27
|
+
*/var i=window.trustedTypes&&trustedTypes.createPolicy("lit-html",{createHTML:function(e){return e}});
|
|
28
|
+
/**
|
|
29
|
+
* @license
|
|
30
|
+
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
31
|
+
* This code may only be used under the BSD style license found at
|
|
32
|
+
* http://polymer.github.io/LICENSE.txt
|
|
33
|
+
* The complete set of authors may be found at
|
|
34
|
+
* http://polymer.github.io/AUTHORS.txt
|
|
35
|
+
* The complete set of contributors may be found at
|
|
36
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
37
|
+
* Code distributed by Google as part of the polymer project is also
|
|
38
|
+
* subject to an additional IP rights grant found at
|
|
39
|
+
* http://polymer.github.io/PATENTS.txt
|
|
40
|
+
*/(function(){try{var e={get capture(){return false}};window.addEventListener("test",e,e);window.removeEventListener("test",e,e)}catch(e){}})();
|
|
41
|
+
/**
|
|
42
|
+
* @license
|
|
43
|
+
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
44
|
+
* This code may only be used under the BSD style license found at
|
|
45
|
+
* http://polymer.github.io/LICENSE.txt
|
|
46
|
+
* The complete set of authors may be found at
|
|
47
|
+
* http://polymer.github.io/AUTHORS.txt
|
|
48
|
+
* The complete set of contributors may be found at
|
|
49
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
50
|
+
* Code distributed by Google as part of the polymer project is also
|
|
51
|
+
* subject to an additional IP rights grant found at
|
|
52
|
+
* http://polymer.github.io/PATENTS.txt
|
|
53
|
+
*/if(typeof window!=="undefined"){(window["litHtmlVersions"]||(window["litHtmlVersions"]=[])).push("1.4.1")}var a;var u=0;function c(e){a=e}function f(){a=null;u=0}function l(){return u++}var d=Symbol("haunted.hook");var h=Symbol("haunted.effects");var p=Symbol("haunted.layoutEffects");var C="haunted.context";var v=function(){function e(e,t){this.update=e;this.host=t;this[d]=new Map;this[h]=[];this[p]=[]}e.prototype.run=function(e){c(this);var t=e();f();return t};e.prototype._runEffects=function(e){var t=this[e];c(this);for(var n=0,r=t;n<r.length;n++){var o=r[n];o.call(this)}f()};e.prototype.runEffects=function(){this._runEffects(h)};e.prototype.runLayoutEffects=function(){this._runEffects(p)};e.prototype.teardown=function(){var e=this[d];e.forEach((function(e){if(typeof e.teardown==="function"){e.teardown()}}))};return e}();var g=Promise.resolve().then.bind(Promise.resolve());var m=function(){function e(e,t){this.id=e;this.state=t}return e}();function y(e){var t=[];for(var n=1;n<arguments.length;n++){t[n-1]=arguments[n]}var r=l();var o=a[d];var s=o.get(r);if(!s){s=new(e.bind.apply(e,__spreadArrays([void 0,r,a],t)));o.set(r,s)}return s.update.apply(s,t)}function F(e){return y.bind(null,e)}function b(e){return F(function(t){__extends(n,t);function n(n,r,o,s){var i=t.call(this,n,r)||this;e(r,i);return i}n.prototype.update=function(e,t){this.callback=e;this.values=t};n.prototype.call=function(){if(!this.values||this.hasChanged()){this.run()}this.lastValues=this.values};n.prototype.run=function(){this.teardown();this._teardown=this.callback.call(this.state)};n.prototype.teardown=function(){if(typeof this._teardown==="function"){this._teardown()}};n.prototype.hasChanged=function(){var e=this;return!this.lastValues||this.values.some((function(t,n){return e.lastValues[n]!==t}))};return n}(m))}function w(e,t){e[h].push(t)}var _=e("u",b(w));var x=F(function(e){__extends(t,e);function t(t,n,r){var o=e.call(this,t,n)||this;o._updater=o._updater.bind(o);o._ranEffect=false;o._unsubscribe=null;w(n,o);return o}t.prototype.update=function(e){if(this.state.virtual){throw new Error("can't be used with virtual components")}if(this.Context!==e){this._subscribe(e);this.Context=e}return this.value};t.prototype.call=function(){if(!this._ranEffect){this._ranEffect=true;if(this._unsubscribe)this._unsubscribe();this._subscribe(this.Context);this.state.update()}};t.prototype._updater=function(e){this.value=e;this.state.update()};t.prototype._subscribe=function(e){var t={Context:e,callback:this._updater};this.state.host.dispatchEvent(new CustomEvent(C,{detail:t,bubbles:true,cancelable:true,composed:true}));var n=t.unsubscribe,r=n===void 0?null:n,o=t.value;this.value=r?o:e.defaultValue;this._unsubscribe=r};t.prototype.teardown=function(){if(this._unsubscribe){this._unsubscribe()}};return t}(m));var k=e("f",F(function(e){__extends(t,e);function t(t,n,r,o){var s=e.call(this,t,n)||this;s.value=r();s.values=o;return s}t.prototype.update=function(e,t){if(this.hasChanged(t)){this.values=t;this.value=e()}return this.value};t.prototype.hasChanged=function(e){var t=this;if(e===void 0){e=[]}return e.some((function(e,n){return t.values[n]!==e}))};return t}(m)));function E(e,t){e[p].push(t)}var A=b(E);var S=e("e",F(function(e){__extends(t,e);function t(t,n,r){var o=e.call(this,t,n)||this;o.updater=o.updater.bind(o);if(typeof r==="function"){r=r()}o.makeArgs(r);return o}t.prototype.update=function(){return this.args};t.prototype.updater=function(e){if(typeof e==="function"){var t=e;var n=this.args[0];e=t(n)}this.makeArgs(e);this.state.update()};t.prototype.makeArgs=function(e){this.args=Object.freeze([e,this.updater])};return t}(m)));var j=e("a",F(function(e){__extends(t,e);function t(t,n,r,o,s){var i=e.call(this,t,n)||this;i.dispatch=i.dispatch.bind(i);i.currentState=s!==undefined?s(o):o;return i}t.prototype.update=function(e){this.reducer=e;return[this.currentState,this.dispatch]};t.prototype.dispatch=function(e){this.currentState=this.reducer(this.currentState,e);this.state.update()};return t}(m)));var P=e("c",(function(e){return k((function(){return{current:e}}),[])}));var O=1e3;var I=O*60;var M=I*60;var L=M*24;var N=L*7;var z=L*365.25;var $=function(e,t){t=t||{};var n=typeof e;if(n==="string"&&e.length>0){return D(e)}else if(n==="number"&&isFinite(e)){return t.long?R(e):J(e)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function D(e){e=String(e);if(e.length>100){return}var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!t){return}var n=parseFloat(t[1]);var r=(t[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return n*z;case"weeks":case"week":case"w":return n*N;case"days":case"day":case"d":return n*L;case"hours":case"hour":case"hrs":case"hr":case"h":return n*M;case"minutes":case"minute":case"mins":case"min":case"m":return n*I;case"seconds":case"second":case"secs":case"sec":case"s":return n*O;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return undefined}}function J(e){var t=Math.abs(e);if(t>=L){return Math.round(e/L)+"d"}if(t>=M){return Math.round(e/M)+"h"}if(t>=I){return Math.round(e/I)+"m"}if(t>=O){return Math.round(e/O)+"s"}return e+"ms"}function R(e){var t=Math.abs(e);if(t>=L){return V(e,t,L,"day")}if(t>=M){return V(e,t,M,"hour")}if(t>=I){return V(e,t,I,"minute")}if(t>=O){return V(e,t,O,"second")}return e+" ms"}function V(e,t,n,r){var o=t>=n*1.5;return Math.round(e/n)+" "+r+(o?"s":"")}function T(e){n.debug=n;n.default=n;n.coerce=u;n.disable=s;n.enable=o;n.enabled=i;n.humanize=$;n.destroy=c;Object.keys(e).forEach((function(t){n[t]=e[t]}));n.names=[];n.skips=[];n.formatters={};function t(e){var t=0;for(var r=0;r<e.length;r++){t=(t<<5)-t+e.charCodeAt(r);t|=0}return n.colors[Math.abs(t)%n.colors.length]}n.selectColor=t;function n(e){var t;var o=null;var s;var i;function a(){var e=[];for(var r=0;r<arguments.length;r++){e[r]=arguments[r]}if(!a.enabled){return}var o=a;var s=Number(new Date);var i=s-(t||s);o.diff=i;o.prev=t;o.curr=s;t=s;e[0]=n.coerce(e[0]);if(typeof e[0]!=="string"){e.unshift("%O")}var u=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(function(t,r){if(t==="%%"){return"%"}u++;var s=n.formatters[r];if(typeof s==="function"){var i=e[u];t=s.call(o,i);e.splice(u,1);u--}return t}));n.formatArgs.call(o,e);var c=o.log||n.log;c.apply(o,e)}a.namespace=e;a.useColors=n.useColors();a.color=n.selectColor(e);a.extend=r;a.destroy=n.destroy;Object.defineProperty(a,"enabled",{enumerable:true,configurable:false,get:function(){if(o!==null){return o}if(s!==n.namespaces){s=n.namespaces;i=n.enabled(e)}return i},set:function(e){o=e}});if(typeof n.init==="function"){n.init(a)}return a}function r(e,t){var r=n(this.namespace+(typeof t==="undefined"?":":t)+e);r.log=this.log;return r}function o(e){n.save(e);n.namespaces=e;n.names=[];n.skips=[];var t;var r=(typeof e==="string"?e:"").split(/[\s,]+/);var o=r.length;for(t=0;t<o;t++){if(!r[t]){continue}e=r[t].replace(/\*/g,".*?");if(e[0]==="-"){n.skips.push(new RegExp("^"+e.substr(1)+"$"))}else{n.names.push(new RegExp("^"+e+"$"))}}}function s(){var e=__spreadArrays(n.names.map(a),n.skips.map(a).map((function(e){return"-"+e}))).join(",");n.enable("");return e}function i(e){if(e[e.length-1]==="*"){return true}var t;var r;for(t=0,r=n.skips.length;t<r;t++){if(n.skips[t].test(e)){return false}}for(t=0,r=n.names.length;t<r;t++){if(n.names[t].test(e)){return true}}return false}function a(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}function u(e){if(e instanceof Error){return e.stack||e.message}return e}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}n.enable(n.load());return n}var U=T;var Z=e("b",o((function(e,t){t.formatArgs=r;t.save=o;t.load=s;t.useColors=n;t.storage=i();t.destroy=function(){var e=false;return function(){if(!e){e=true;console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}}}();t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function n(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function r(t){t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff);if(!this.useColors){return}var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0;var o=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){if(e==="%%"){return}r++;if(e==="%c"){o=r}}));t.splice(o,0,n)}t.log=console.debug||console.log||function(){};function o(e){try{if(e){t.storage.setItem("debug",e)}else{t.storage.removeItem("debug")}}catch(e){}}function s(){var e;try{e=t.storage.getItem("debug")}catch(e){}if(!e&&typeof process!=="undefined"&&"env"in process){e=process.env.DEBUG}return e}function i(){try{return localStorage}catch(e){}}e.exports=U(t);var a=e.exports.formatters;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}})));function H(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function B(e,t,n){return t&&H(e.prototype,t),n&&H(e,n),e}var G=function(){function e(e){var t=this,n=this;this._status="Initial",this.onChange=function(e){n.options.onChange&&n.options.onChange(e)},this.onConnect=function(e){try{return t.status="Connected",t.options.onChange&&t.options.onChange(e),Promise.resolve(new Promise((function(e){t.resolvePromise=e})))}catch(e){return Promise.reject(e)}},this.onDisconnect=function(){n.status="Connecting",n.start()},this.options=e}var t=e.prototype;return t.start=function(){var e=this,t=0;this.status="Connecting";var n=function(){return e.status},r=q(this.options.attempts)||10,o=function(){if("Connected"!==n()){var o=new CustomEvent(e.options.contextName,{bubbles:!0,cancelable:!0,composed:!0,detail:{onConnect:e.onConnect,onChange:e.onChange,onDisconnect:e.onDisconnect}});q(e.options.element).dispatchEvent(o),"Connected"!==n()?++t>=r&&(e._interval&&clearInterval(e._interval),e.status="Timeout"):"Connected"===n()&&e._interval&&clearInterval(e._interval)}};return(q(this.options.pollingMs)||100)>0&&r>1&&(this._interval=setInterval(o,q(this.options.pollingMs)||100)),o(),this},t.stop=function(){return this._interval&&clearInterval(this._interval),this.resolvePromise&&this.resolvePromise(),this.status="Initial",this},B(e,[{key:"status",set:function(e){this._status=e,this.options.onStatus&&this.options.onStatus(e)},get:function(){return this._status}}]),e}(),W=e("d",function(){function e(e){var t=this;this.__listeners=[],this.connectListener=function(e){try{e.stopPropagation(),t.__listeners=[].concat(t.__listeners,[e.detail]);var n=function(n,r){try{var o=Promise.resolve(e.detail.onConnect(t.__current)).then((function(){}))}catch(e){return r(!0,e)}return o&&o.then?o.then(r.bind(null,!1),r.bind(null,!0)):r(!1,o)}(0,(function(n,r){var o,s;if(t.__listeners=(s=(o=t.__listeners).indexOf(e.detail),o.slice(0,s).concat(o.slice(s+1,o.length))),n)throw r;return r}));return Promise.resolve(n&&n.then?n.then((function(){})):void 0)}catch(e){return Promise.reject(e)}},this.options=e,this.__current=q(e.initialState)}var t=e.prototype;return t.start=function(){return q(this.options.element).addEventListener(this.options.contextName,this.connectListener),this},t.stop=function(){return q(this.options.element).removeEventListener(this.options.contextName,this.connectListener),this.__listeners.map((function(e){e.onDisconnect()})),this.__listeners=[],this},B(e,[{key:"context",set:function(e){this.__current=e,this.__listeners.forEach((function(t){return t.onChange(e)}))},get:function(){return q(this.__current)}},{key:"listeners",get:function(){return Object.freeze([].concat(this.__listeners))}}]),e}());function q(e){return"function"==typeof typeof e?e():e}function Q(){return(Q=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var K=1e3,X=60*K,Y=60*X,ee=24*Y,te=function(e,t){t=t||{};var n=typeof e;if("string"===n&&e.length>0)return function(e){if(!((e=String(e)).length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var n=parseFloat(t[1]);switch((t[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*n;case"weeks":case"week":case"w":return 6048e5*n;case"days":case"day":case"d":return n*ee;case"hours":case"hour":case"hrs":case"hr":case"h":return n*Y;case"minutes":case"minute":case"mins":case"min":case"m":return n*X;case"seconds":case"second":case"secs":case"sec":case"s":return n*K;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}(e);if("number"===n&&isFinite(e))return t.long?function(e){var t=Math.abs(e);return t>=ee?ne(e,t,ee,"day"):t>=Y?ne(e,t,Y,"hour"):t>=X?ne(e,t,X,"minute"):t>=K?ne(e,t,K,"second"):e+" ms"}(e):function(e){var t=Math.abs(e);return t>=ee?Math.round(e/ee)+"d":t>=Y?Math.round(e/Y)+"h":t>=X?Math.round(e/X)+"m":t>=K?Math.round(e/K)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function ne(e,t,n,r){var o=t>=1.5*n;return Math.round(e/n)+" "+r+(o?"s":"")}var re,oe=(function(e,t){t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;var n="color: "+this.color;t.splice(1,0,n,"color: inherit");var r=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(function(e){"%%"!==e&&(r++,"%c"===e&&(o=r))})),t.splice(o,0,n)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){var e;try{e=t.storage.getItem("debug")}catch(e){}return!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG),e},t.useColors=function(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type&&!window.process.__nwjs)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=function(){var e=!1;return function(){e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}}(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||function(){},e.exports=function(e){function t(e){var r,o=null;function s(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}if(!s.enabled)return;var o=s,i=Number(new Date);o.diff=i-(r||i),o.prev=r,o.curr=i,r=i,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");var a=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(function(n,r){if("%%"===n)return"%";a++;var s=t.formatters[r];return"function"==typeof s&&(n=s.call(o,e[a]),e.splice(a,1),a--),n})),t.formatArgs.call(o,e),(o.log||t.log).apply(o,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:function(){return null===o?t.enabled(e):o},set:function(e){o=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){var r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){return e instanceof Error?e.stack||e.message:e},t.disable=function(){var e=__spreadArrays(t.names.map(r),t.skips.map(r).map((function(e){return"-"+e}))).join(",");return t.enable(""),e},t.enable=function(e){var n;t.save(e),t.names=[],t.skips=[];var r=("string"==typeof e?e:"").split(/[\s,]+/),o=r.length;for(n=0;n<o;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;var n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=te,t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((function(n){t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){var n=0;for(var r=0;r<e.length;r++)n=(n<<5)-n+e.charCodeAt(r),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}(t);var n=e.exports.formatters;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}}(re={exports:{}},re.exports),re.exports)("useDomContext");function se(e,t,n){void 0===n&&(n={});var r=P(void 0),o=S(void 0),s=o[0],i=o[1],a=k((function(){var o=new G(Q({contextName:t,element:e,onChange:function(e){r.current=e,i(e)}},n));return o.start(),oe("Listener initialized",o),{listener:o}}),[t,r]).listener;return _((function(){return oe("Listener starting (or restarting)",a),a.start(),function(){oe("Listener stopping (or restopping)",a),a.stop()}}),[a,e.isConnected]),s||r.current}function ie(e,t,n){var r=k((function(){var r=new W({contextName:t,element:e,initialState:n});return r.start(),oe("Provider initialized",r),r}),[t,e]);_((function(){return oe("Provider starting (or restarting)",r),r.start(),function(){oe("Provider stopping (or re-stopping)",r),r.stop()}}),[r,e.isConnected]);var o=j((function(e,t){var n;return oe("New context value",t),n="function"==typeof t?t(r.context):t,r.context=n,r.context}),r.context);return[o[0],o[1],r]}function ae(){return r()}function ue(){var e=ae();return t(e)}function ce(e,t){void 0===t&&(t={});var n=ue();return se(n,e,t)}function fe(e,t){var n=ue();return ie(n,e,t)}var le=Z("stencil-hook");function de(e){var r,o=t(e),s=(r=!1,new v((function(){le("Queue update on element",o),r||(r=!0,Promise.resolve().then((function(){le("Forced update on element",o),r=!1,n(o)})))}),o)),i=e.disconnectedCallback;if(!i)throw new Error("Stencil hooks requires `disconnectedCallback` to be defined (even if it's empty). This is because of how the Stencil compiler works internally");e.disconnectedCallback=function(){s.teardown(),he(i)};var a=e.connectedCallback;e.connectedCallback=function(){s.update(),he(a)};var u=e.render.bind(e);e.render=function(){var e=s.run(u);return s.runEffects(),e}}function he(e){"function"==typeof e&&e()}}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o,c as r}from"./p-64c3217a.js";import"./p-dfe5a97d.js";import{b as n,e,u as s,g as a}from"./p-8d09ef35.js";import"./p-df789324.js";import{a as i,q as d}from"./p-af86353f.js";import"./p-81f34787.js";import{p as l}from"./p-8d363802.js";const c=n("sq:useRouter");function p(t,o){if(t)return l(t).exec(o)}const u=class{constructor(o){t(this,o),this.ignored=!0,a(this)}disconnectedCallback(){}render(){const{callbacks:t}=function(){const t=i(),o=d(),[r,n]=e(void 0),[a,l]=e(void 0),u=t.pathname;return s((()=>{const t=o.querySelectorAll("sqm-route");Array.from(t).forEach((t=>{const o=document.createElement("template");o.setAttribute("path",t.path),o.innerHTML=t.innerHTML,t.parentNode.appendChild(o),t.parentNode.removeChild(t)}))}),[]),s((()=>{var t,o;if(!a||!r)return void c("DOM not ready for navigation rendering on:",u);const n=r.querySelectorAll("template"),e=Array.from(n).find((t=>{var o,r,n;if(null===(n=p(null===(r=null===(o=t.attributes)||void 0===o?void 0:o.path)||void 0===r?void 0:r.nodeValue,u))||void 0===n?void 0:n.length)return t})),s=null===(o=null===(t=null==e?void 0:e.attributes)||void 0===t?void 0:t.path)||void 0===o?void 0:o.nodeValue;if(c({containerDatasetPage:a.dataset.page,templatePath:s,page:u}),!e)return c("No matching page found for ",u,", so render nothing"),a.innerHTML="",void(a.dataset.page=u);c("Page updated to ",u,e),p(s,a.dataset.page)?c("don't rerender"):e&&(a.innerHTML=e.innerHTML,a.dataset.page=u)}),[r,a,u]),{callbacks:{setSlot:n,setContainer:l}}}();return o(r,null,o("div",{ref:t.setSlot,style:{display:"none"}},o("slot",null)),o("div",{style:{display:"contents"},ref:t.setContainer}))}};u.style="sqm-router{display:contents}";export{u as sqm_router}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register([],(function(r){"use strict";return{execute:function(){var e=function r(e){return t(e)&&!n(e)};function t(r){return!!r&&typeof r==="object"}function n(r){var e=Object.prototype.toString.call(r);return e==="[object RegExp]"||e==="[object Date]"||u(r)}var c=typeof Symbol==="function"&&Symbol.for;var o=c?Symbol.for("react.element"):60103;function u(r){return r.$$typeof===o}function a(r){return Array.isArray(r)?[]:{}}function i(r,e){return e.clone!==false&&e.isMergeableObject(r)?O(a(r),r,e):r}function f(r,e,t){return r.concat(e).map((function(r){return i(r,t)}))}function l(r,e){if(!e.customMerge){return O}var t=e.customMerge(r);return typeof t==="function"?t:O}function s(r){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(r).filter((function(e){return r.propertyIsEnumerable(e)})):[]}function y(r){return Object.keys(r).concat(s(r))}function b(r,e){try{return e in r}catch(r){return false}}function g(r,e){return b(r,e)&&!(Object.hasOwnProperty.call(r,e)&&Object.propertyIsEnumerable.call(r,e))}function p(r,e,t){var n={};if(t.isMergeableObject(r)){y(r).forEach((function(e){n[e]=i(r[e],t)}))}y(e).forEach((function(c){if(g(r,c)){return}if(b(r,c)&&t.isMergeableObject(e[c])){n[c]=l(c,t)(r[c],e[c],t)}else{n[c]=i(e[c],t)}}));return n}function O(r,t,n){n=n||{};n.arrayMerge=n.arrayMerge||f;n.isMergeableObject=n.isMergeableObject||e;n.cloneUnlessOtherwiseSpecified=i;var c=Array.isArray(t);var o=Array.isArray(r);var u=c===o;if(!u){return i(t,n)}else if(c){return n.arrayMerge(r,t,n)}else{return p(r,t,n)}}O.all=function r(e,t){if(!Array.isArray(e)){throw new Error("first argument should be an array")}return e.reduce((function(r,e){return O(r,e,t)}),{})};var j=O;var m=r("c",j)}}}));
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
import{h as e}from"./p-64c3217a.js";import{b as r,f as l}from"./p-8d09ef35.js";import{M as a,R as t,T as o,d as i,e as n}from"./p-af86353f.js";import{p as d}from"./p-8d363802.js";import{j as s,c as u}from"./p-7c6c3d5d.js";import{c as v}from"./p-c1086930.js";function p(r,l){const{statvalue:a,flexReverse:t,alignment:o}=r,i={Container:{display:"flex",height:"inherit","justify-content":"space-between","flex-direction":t?"column-reverse":"column","align-items":"left"===o?"flex-start":"right"===o?"flex-end":"center"},Stat:{"font-size":"var(--sl-font-size-x-large)","text-align":o},Description:{"font-size":"var(--sl-font-size-small)","font-weight":"var(--sl-font-weight-normal)",color:"var(--sl-color-gray-600)","text-transform":"uppercase","text-align":o}};s.setup(u());const n=s.createStyleSheet(i),d=n.toString();return e("div",{part:"stat-wrapper",class:n.classes.Container},e("style",{type:"text/css"},d),e("div",{part:"stat-value",class:n.classes.Stat},a),e("div",{part:"stat-description",class:n.classes.Description},l))}const m=r("sq:useBigStat"),c=(e,r,l)=>{const a=n(e,r);return(null==a?void 0:a.data)||a.loading||console.error("issue getting stat:",a),l(a)},f={prettyValue:"UNIT_FORMATTED",value:"NUMBER_UNFORMATTED"},g={rewardsAssigned:{label:"Rewards Earned",query:(e,r,l,a,t="")=>c(i.gql`
|
|
2
|
+
query (
|
|
3
|
+
$programId: ID
|
|
4
|
+
$type: RewardType
|
|
5
|
+
$unit: String!
|
|
6
|
+
$locale: RSLocale
|
|
7
|
+
) {
|
|
8
|
+
fallback: formatRewardPrettyValue(
|
|
9
|
+
value: 0
|
|
10
|
+
unit: $unit
|
|
11
|
+
locale: $locale
|
|
12
|
+
formatType: UNIT_FORMATTED
|
|
13
|
+
)
|
|
14
|
+
viewer: viewer {
|
|
15
|
+
... on User {
|
|
16
|
+
rewardBalanceDetails(
|
|
17
|
+
programId: $programId
|
|
18
|
+
filter: { type_eq: $type, unit_eq: $unit }
|
|
19
|
+
) {
|
|
20
|
+
... on CreditRewardBalance {
|
|
21
|
+
prettyAssignedCredit
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
`,{programId:t||"classic"===e?null:e,type:l,unit:a,locale:r},(e=>{var r,l,a,t;const o=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.rewardBalanceDetails,i=null===(a=e.data)||void 0===a?void 0:a.fallback;return(null===(t=null==o?void 0:o[0])||void 0===t?void 0:t.prettyAssignedCredit)||i}))},rewardsRedeemed:{label:"Rewards Paid",query:(e,r,l,a,t="")=>c(i.gql`
|
|
28
|
+
query (
|
|
29
|
+
$programId: ID
|
|
30
|
+
$type: RewardType
|
|
31
|
+
$unit: String!
|
|
32
|
+
$locale: RSLocale
|
|
33
|
+
) {
|
|
34
|
+
fallback: formatRewardPrettyValue(
|
|
35
|
+
value: 0
|
|
36
|
+
unit: $unit
|
|
37
|
+
locale: $locale
|
|
38
|
+
formatType: UNIT_FORMATTED
|
|
39
|
+
)
|
|
40
|
+
viewer: viewer {
|
|
41
|
+
... on User {
|
|
42
|
+
rewardBalanceDetails(
|
|
43
|
+
programId: $programId
|
|
44
|
+
filter: { type_eq: $type, unit_eq: $unit }
|
|
45
|
+
) {
|
|
46
|
+
... on CreditRewardBalance {
|
|
47
|
+
prettyRedeemedCredit
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
`,{programId:t||"classic"===e?null:e,type:l,unit:a,locale:r},(e=>{var r,l,a,t;const o=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.rewardBalanceDetails,i=null===(a=e.data)||void 0===a?void 0:a.fallback;return(null===(t=null==o?void 0:o[0])||void 0===t?void 0:t.prettyRedeemedCredit)||i}))},rewardsAvailable:{label:"Rewards Available",query:(e,r,l,a,t="")=>c(i.gql`
|
|
54
|
+
query (
|
|
55
|
+
$programId: ID
|
|
56
|
+
$type: RewardType
|
|
57
|
+
$unit: String!
|
|
58
|
+
$locale: RSLocale
|
|
59
|
+
) {
|
|
60
|
+
fallback: formatRewardPrettyValue(
|
|
61
|
+
value: 0
|
|
62
|
+
unit: $unit
|
|
63
|
+
locale: $locale
|
|
64
|
+
formatType: UNIT_FORMATTED
|
|
65
|
+
)
|
|
66
|
+
viewer: viewer {
|
|
67
|
+
... on User {
|
|
68
|
+
rewardBalanceDetails(
|
|
69
|
+
programId: $programId
|
|
70
|
+
filter: { type_eq: $type, unit_eq: $unit }
|
|
71
|
+
) {
|
|
72
|
+
... on CreditRewardBalance {
|
|
73
|
+
prettyAvailableValue
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
`,{programId:t||"classic"===e?null:e,type:l,unit:a,locale:r},(e=>{var r,l,a,t;const o=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.rewardBalanceDetails,i=null===(a=e.data)||void 0===a?void 0:a.fallback;return(null===(t=null==o?void 0:o[0])||void 0===t?void 0:t.prettyAvailableValue)||i}))},referralsCount:{label:"Referrals - Count",query:(e,r,l)=>{const a={..."classic"===e?{programId_exists:!1}:{programId_eq:e},...l&&"converted"==l?{dateConverted_exists:!0}:l&&"started"==l?{dateConverted_exists:!1}:{}};return c(i.gql`
|
|
80
|
+
query ($queryFilter: ReferralFilterInput) {
|
|
81
|
+
viewer {
|
|
82
|
+
... on User {
|
|
83
|
+
referrals(filter: $queryFilter) {
|
|
84
|
+
totalCount
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
`,{queryFilter:a},(e=>{var r,l,a,t;return null===(t=null===(a=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.referrals)||void 0===a?void 0:a.totalCount)||void 0===t?void 0:t.toString()}))}},referralsMonth:{label:"Referrals - This Month",query:e=>{const r={..."classic"===e?{programId_exists:!1}:{programId_eq:e},dateReferralStarted_timeframe:"this_month"};return c(i.gql`
|
|
90
|
+
query ($filter: ReferralFilterInput) {
|
|
91
|
+
viewer {
|
|
92
|
+
... on User {
|
|
93
|
+
referrals(filter: $filter) {
|
|
94
|
+
totalCount
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
`,{filter:r},(e=>{var r,l,a,t;return null===(t=null===(a=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.referrals)||void 0===a?void 0:a.totalCount)||void 0===t?void 0:t.toString()}))}},referralsWeek:{label:"Referrals - This Week",query:e=>{const r={..."classic"===e?{programId_exists:!1}:{programId_eq:e},dateReferralStarted_timeframe:"this_month"};return c(i.gql`
|
|
100
|
+
query ($filter: ReferralFilterInput) {
|
|
101
|
+
viewer {
|
|
102
|
+
... on User {
|
|
103
|
+
referrals(filter: $filter) {
|
|
104
|
+
totalCount
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
`,{filter:r},(e=>{var r,l,a,t;return null===(t=null===(a=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.referrals)||void 0===a?void 0:a.totalCount)||void 0===t?void 0:t.toString()}))}},rewardsCount:{label:"Rewards",query:(e,r,l="")=>c(i.gql`
|
|
110
|
+
query ($programId: ID) {
|
|
111
|
+
viewer {
|
|
112
|
+
... on User {
|
|
113
|
+
rewards(filter: { programId_eq: $programId }) {
|
|
114
|
+
totalCount
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
`,{programId:l||"classic"===e?null:e},(e=>{var r,l,a,t;return null===(t=null===(a=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.rewards)||void 0===a?void 0:a.totalCount)||void 0===t?void 0:t.toString()}))},rewardsCountFiltered:{label:"Rewards",query:(e,r,l,a,t,o="")=>c(i.gql`
|
|
120
|
+
query (
|
|
121
|
+
$programId: ID
|
|
122
|
+
$unit: String
|
|
123
|
+
$type: RewardType
|
|
124
|
+
$statusFilter: RewardStatusFilterInput
|
|
125
|
+
) {
|
|
126
|
+
viewer {
|
|
127
|
+
... on User {
|
|
128
|
+
rewards(
|
|
129
|
+
filter: {
|
|
130
|
+
programId_eq: $programId
|
|
131
|
+
type_eq: $type
|
|
132
|
+
unit_eq: $unit
|
|
133
|
+
statuses_eq: $statusFilter
|
|
134
|
+
}
|
|
135
|
+
) {
|
|
136
|
+
totalCount
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
`,{programId:o||"classic"===e?null:e,unit:a,type:l,statusFilter:t?{status:t}:null},(e=>{var r,l,a,t;return null===(t=null===(a=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.rewards)||void 0===a?void 0:a.totalCount)||void 0===t?void 0:t.toString()}))},integrationRewardsCountFiltered:{label:"Rewards",query:(e,r,l,a="")=>c(i.gql`
|
|
142
|
+
query ($programId: ID, $statusFilter: RewardStatusFilterInput) {
|
|
143
|
+
viewer {
|
|
144
|
+
... on User {
|
|
145
|
+
rewards(
|
|
146
|
+
filter: {
|
|
147
|
+
programId_eq: $programId
|
|
148
|
+
type_eq: INTEGRATION
|
|
149
|
+
statuses_eq: $statusFilter
|
|
150
|
+
}
|
|
151
|
+
) {
|
|
152
|
+
totalCount
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
`,{programId:a||"classic"===e?null:e,statusFilter:l?{status:l}:null},(e=>{var r,l,a,t;return null===(t=null===(a=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.rewards)||void 0===a?void 0:a.totalCount)||void 0===t?void 0:t.toString()}))},rewardsMonth:{label:"Rewards - This Month",query:(e,r,l="")=>c(i.gql`
|
|
158
|
+
query ($programId: ID) {
|
|
159
|
+
viewer {
|
|
160
|
+
... on User {
|
|
161
|
+
rewards(
|
|
162
|
+
filter: {
|
|
163
|
+
programId_eq: $programId
|
|
164
|
+
dateGiven_timeframe: "this_month"
|
|
165
|
+
}
|
|
166
|
+
) {
|
|
167
|
+
totalCount
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
`,{programId:l||"classic"===e?null:e},(e=>{var r,l,a,t;return null===(t=null===(a=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.rewards)||void 0===a?void 0:a.totalCount)||void 0===t?void 0:t.toString()}))},rewardsWeek:{label:"Rewards - This Week",query:(e,r,l="")=>c(i.gql`
|
|
173
|
+
query ($programId: ID) {
|
|
174
|
+
viewer {
|
|
175
|
+
... on User {
|
|
176
|
+
rewards(
|
|
177
|
+
filter: {
|
|
178
|
+
programId_eq: $programId
|
|
179
|
+
dateGiven_timeframe: "this_week"
|
|
180
|
+
}
|
|
181
|
+
) {
|
|
182
|
+
totalCount
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
`,{programId:l||"classic"===e?null:e},(e=>{var r,l,a,t;return null===(t=null===(a=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.rewards)||void 0===a?void 0:a.totalCount)||void 0===t?void 0:t.toString()}))},rewardBalance:{label:"Balance - Credit Earned",query:(e,r,l,a,t="prettyValue",o="")=>{var n;return c(i.gql`
|
|
188
|
+
query (
|
|
189
|
+
$programId: ID
|
|
190
|
+
$type: RewardType!
|
|
191
|
+
$unit: String!
|
|
192
|
+
$format: RewardValueFormatType!
|
|
193
|
+
$locale: RSLocale
|
|
194
|
+
) {
|
|
195
|
+
fallback: formatRewardPrettyValue(
|
|
196
|
+
value: 0
|
|
197
|
+
unit: $unit
|
|
198
|
+
locale: $locale
|
|
199
|
+
formatType: $format
|
|
200
|
+
)
|
|
201
|
+
viewer: viewer {
|
|
202
|
+
... on User {
|
|
203
|
+
rewardBalanceDetails(
|
|
204
|
+
programId: $programId
|
|
205
|
+
filter: { type_eq: $type, unit_eq: $unit }
|
|
206
|
+
) {
|
|
207
|
+
... on CreditRewardBalance {
|
|
208
|
+
prettyAvailableValue(formatType: $format)
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
`,{programId:o||"classic"===e?null:e,type:l,unit:a,format:null!==(n=f[t])&&void 0!==n?n:"UNIT_FORMATTED",locale:r},(e=>{var r,l,a,t;const o=null===(l=null===(r=e.data)||void 0===r?void 0:r.viewer)||void 0===l?void 0:l.rewardBalanceDetails,i=null===(a=e.data)||void 0===a?void 0:a.fallback;return(null===(t=null==o?void 0:o[0])||void 0===t?void 0:t.prettyAvailableValue)||i}))}},programGoals:{label:"Program Goals",query:(e,r,l,a)=>"classic"===e?null:c(i.gql`
|
|
215
|
+
query {
|
|
216
|
+
viewer {
|
|
217
|
+
... on User {
|
|
218
|
+
programGoals {
|
|
219
|
+
goalId
|
|
220
|
+
programId
|
|
221
|
+
count
|
|
222
|
+
conversionCount
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
`,{programId:e,metricType:l,goalId:a,locale:r},(r=>{var t,o,i,n,d;const s=null===(i=null===(o=null===(t=r.data)||void 0===t?void 0:t.viewer)||void 0===o?void 0:o.programGoals)||void 0===i?void 0:i.filter((r=>r.goalId===a&&r.programId===e));return(null===(d=null===(n=null==s?void 0:s[0])||void 0===n?void 0:n[l])||void 0===d?void 0:d.toString())||0}))}},y=[{name:"programGoals",route:"/(programGoals)/:metricType/:goalId"},{name:"referralsCount",route:"/(referralsCount)/:status?"},{name:"referralsMonth",route:"/(referralsMonth)"},{name:"referralsWeek",route:"/(referralsWeek)"},{name:"rewardsCount",route:"/(rewardsCount)/:global?"},{name:"rewardsMonth",route:"/(rewardsMonth)/:global?"},{name:"rewardsWeek",route:"/(rewardsWeek)/:global?"},{name:"rewardsCountFiltered",route:"/(rewardsCountFiltered)/:statType([INTEGRATION|PCT_DISCOUNT|CREDIT]*)?/:unit((?!global)(?!PENDING)(?!CANCELLED)(?!EXPIRED)(?!REDEEMED)(?!AVAILABLE)[a-zA-Z0-9%]+)?/:status([PENDING|CANCELLED|EXPIRED|REDEEMED|AVAILABLE]*)?/:global?"},{name:"integrationRewardsCountFiltered",route:"/(integrationRewardsCountFiltered)/:status([PENDING|CANCELLED|EXPIRED|REDEEMED|AVAILABLE]*)?/:global?"},{name:"rewardsAssigned",route:"/(rewardsAssigned)/:statType/:unit/:global?"},{name:"rewardsRedeemed",route:"/(rewardsRedeemed)/:statType/:unit/:global?"},{name:"rewardsAvailable",route:"/(rewardsAvailable)/:statType/:unit/:global?"},{name:"rewardBalance",route:"/(rewardBalance)/:statType/:unit/:format([prettyValue|value]*)?/:global?"}],w=y.map((e=>d(e.route)));function I(e){const{statType:r,flexReverse:i,alignment:n}=e,s=a(),u=t(),v=o(),p=l((()=>w.find((e=>e.exec(r)))),[r]);if(!(null==p?void 0:p.exec(r)))return{props:{statvalue:"!!!",flexReverse:i,alignment:n},label:"BAD PROP TYPE"};const c=p.exec(r)[1],f=y.find((e=>e.name===c)),I=[],R=d(null==f?void 0:f.route,I,{strict:!1,sensitive:!1,end:!0}).exec(r),$=I.map(((e,r)=>R[r+1]?decodeURIComponent(R[r+1]):void 0));$.shift();const q=g[c].label,T=(null==v?void 0:v.jwt)&&g[c].query(s,u,...$);return m("stat:",T),{props:{statvalue:null!=T?T:"...",flexReverse:i,alignment:n},label:q}}function R(e){const{statType:r}=e,a=l((()=>w.find((e=>e.exec(r)))),[r]);if(!(null==a?void 0:a.exec(r)))return{props:{statvalue:"!!!",flexReverse:!1,alignment:"center"},label:"BAD PROP TYPE"};const t=a.exec(r),o=g[t[1]].label;return{props:v({statvalue:"12345",flexReverse:!1,alignment:"center"},e.demoData||{},{arrayMerge:(e,r)=>r}),label:null!=o?o:"Demo Label"}}export{p as B,I as a,R as u}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register([],(function(){"use strict";return{execute:function(){}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as s,h as a}from"./p-64c3217a.js";import"./p-dfe5a97d.js";import"./p-81f34787.js";import{j as e,c as l}from"./p-7c6c3d5d.js";import{T as t}from"./p-1a9c1a05.js";import{l as r}from"./p-de2b7932.js";const i=class{constructor(a){s(this,a)}render(){const s={DetailsContainer:{width:"100%",display:"flex","align-items":"center","justify-content":"space-between","margin-right":"var(--sl-spacing-small)","flex-wrap":"wrap"},Details:{"padding-bottom":"var(--sl-spacing-small)","max-width":"500px","padding-right":"var(--sl-spacing-x-small)","&::part(header)":{padding:"var(--sl-spacing-x-small)",cursor:this.hideDetails?"default":"pointer"},"&::part(content)":{padding:"var(--sl-spacing-x-small) var(--sl-spacing-medium)"},"&::part(base)":{opacity:"1"},"&::part(summary-icon)":{display:this.hideDetails?"none":"flex"}},BadgeContainer:{"& > :not(:last-child)":{"margin-right":"var(--sl-spacing-x-small)"}},BoldText:{"font-weight":"var(--sl-font-weight-semibold)"},StatusBadge:{paddingLeft:"var(--sl-spacing-xxx-small)"}};e.setup(l());const i=e.createStyleSheet(s),n=i.toString(),p=s=>r.DateTime.fromMillis(s).toRelative().replace("in","").trim();return this.rewards.map((s=>{const e=1===(l=s.statuses).length?l[0]:["REDEEMED","CANCELLED","EXPIRED","PENDING","AVAILABLE"].find((s=>l.includes(s)&&s));var l;const c=(s=>{switch(s){case"REDEEMED":return"primary";case"EXPIRED":case"CANCELLED":return"danger";case"PENDING":return"warning";case"AVAILABLE":return"success"}})(e),d=(s=>s[0].toUpperCase()+s.slice(1).toLowerCase())(e);return a("sl-details",{class:i.classes.Details,disabled:this.hideDetails},a("style",{type:"text/css"},n),a("div",{slot:"summary",class:i.classes.DetailsContainer},a(t,{type:"p"},a("span",{class:i.classes.BoldText},s.prettyValue)),a("div",{class:i.classes.BadgeContainer},a("sl-badge",{class:i.classes.StatusBadge,type:c,pill:!0},"PENDING"===e&&s.dateScheduledFor?`${d} for ${p(s.dateScheduledFor)}`:d),s.dateExpires&&"AVAILABLE"===e&&a("sl-badge",{class:i.classes.StatusBadge,type:"info",pill:!0},`Expiring in ${p(s.dateExpires)}`))),a("div",null,s.dateGiven&&a("div",null,a(t,{type:"p"},"Reward received on"," ",a("span",{class:i.classes.BoldText},r.DateTime.fromMillis(s.dateGiven).toLocaleString(r.DateTime.DATE_MED)))),"EXPIRED"===e&&s.dateExpires&&a("div",null,a(t,{type:"p"},"Reward expired on"," ",a("span",{class:i.classes.BoldText},r.DateTime.fromMillis(s.dateExpires).toLocaleString(r.DateTime.DATE_MED)))),"CANCELLED"===e&&s.dateCancelled&&a("div",null,a(t,{type:"p"},"Reward cancelled on"," ",a("span",{class:i.classes.BoldText},r.DateTime.fromMillis(s.dateCancelled).toLocaleString(r.DateTime.DATE_MED)))),"PENDING"===e&&s.dateScheduledFor&&a("div",null,a(t,{type:"p"},"Available on"," ",a("span",{class:i.classes.BoldText},r.DateTime.fromMillis(s.dateScheduledFor).toLocaleString(r.DateTime.DATE_MED))))," ","AVAILABLE"===e&&s.dateExpires&&a("div",null,a(t,{type:"p"},"Reward expiring on"," ",a("span",{class:i.classes.BoldText},r.DateTime.fromMillis(s.dateExpires).toLocaleString(r.DateTime.DATE_MED)))),s.fuelTankCode&&a("div",null,a(t,{type:"p"},"Your code is"," ",a("span",{class:i.classes.BoldText},s.fuelTankCode)))))}))}};export{i as sqm_referral_table_rewards_cell}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
System.register(["./p-ff17b3a4.system.js","./p-58771a46.system.js"],(function(t){"use strict";var e,n,s;return{setters:[function(t){e=t.h},function(t){n=t.j;s=t.c}],execute:function(){t("P",a);function a(t,a){var i={Container:{display:"grid","grid-template-columns":t.direction==="row"?"repeat(auto-fill, minmax("+t.minWidth+", auto))":"","grid-gap":"var(--sl-spacing-"+t.gap+")",padding:t.padding==="none"?"0":"var(--sl-spacing-"+t.padding+")"}};var r="\n :host{\n width: 100%;\n }";n.setup(s());var c=n.createStyleSheet(i);var o=c.toString();return e("div",{class:c.classes.Container},e("style",{type:"text/css"},r,o),a)}}}}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{h as s}from"./p-64c3217a.js";import{j as t,c as a}from"./p-7c6c3d5d.js";import{A as e,a as r,b as o}from"./p-26f627aa.js";import{T as n}from"./p-1a9c1a05.js";const i={Wrapper:e,Column:{...r},ButtonsContainer:o,SecondaryButton:{cursor:"pointer",width:"25%"}};t.setup(a());const p=t.createStyleSheet(i),l=p.toString();function c(t){const{states:a,callbacks:e,content:r}=t;return s("div",{class:p.classes.Wrapper},s("style",{type:"text/css"},"\n:host {\n display: block;\n}\n:host([hidden]): {\n display: none;\n}\n",l),s(n,{type:"h3"},r.messageSlot),s("sl-form",{class:p.classes.Column,"onSl-submit":e.submit},t.states.error&&s("sqm-form-message",{type:"error",exportparts:"erroralert-icon"},s("div",{part:"erroralert-text"},t.states.error)),t.states.success&&s("sqm-form-message",{type:"success",exportparts:"successalert-icon"},s("div",{part:"successalert-text"},"If an account with that email exists, a password reset email will be sent.")),s("sl-input",{exportparts:"label: input-label",type:"email",name:"/email",label:r.emailLabel||"Email",disabled:a.loading,required:!0}),s("div",{class:p.classes.ButtonsContainer},s("sl-button",{submit:!0,loading:a.loading,exportparts:"base: primarybutton-base",type:"primary"},r.submitLabel||"Reset Password"),s("div",{class:p.classes.SecondaryButton},r.secondaryButton))))}export{c as P}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
System.register(["./p-1c17892a.system.js"],(function(e){"use strict";var t;return{setters:[function(e){t=e._}],execute:function(){var r=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol==="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};var n=(typeof window==="undefined"?"undefined":r(window))==="object"&&(typeof document==="undefined"?"undefined":r(document))==="object"&&document.nodeType===9;function i(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||false;n.configurable=true;if("value"in n)n.writable=true;Object.defineProperty(e,n.key,n)}}function s(e,t,r){if(t)i(e.prototype,t);if(r)i(e,r);return e}function o(e,t){o=Object.setPrototypeOf||function e(t,r){t.__proto__=r;return t};return o(e,t)}function a(e,t){e.prototype=Object.create(t.prototype);e.prototype.constructor=e;o(e,t)}function u(e){if(e===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return e}function l(e,t){if(e==null)return{};var r={};var n=Object.keys(e);var i,s;for(s=0;s<n.length;s++){i=n[s];if(t.indexOf(i)>=0)continue;r[i]=e[i]}return r}var f={}.constructor;function d(e){if(e==null||typeof e!=="object")return e;if(Array.isArray(e))return e.map(d);if(e.constructor!==f)return e;var t={};for(var r in e){t[r]=d(e[r])}return t}function c(e,t,r){if(e===void 0){e="unnamed"}var n=r.jss;var i=d(t);var s=n.plugins.onCreateRule(e,i,r);if(s)return s;return null}var h=function e(t,r){var n="";for(var i=0;i<t.length;i++){if(t[i]==="!important")break;if(n)n+=r;n+=t[i]}return n};var p=function e(t,r){if(r===void 0){r=false}if(!Array.isArray(t))return t;var n="";if(Array.isArray(t[0])){for(var i=0;i<t.length;i++){if(t[i]==="!important")break;if(n)n+=", ";n+=h(t[i]," ")}}else n=h(t,", ");if(!r&&t[t.length-1]==="!important"){n+=" !important"}return n};function v(e,t){var r="";for(var n=0;n<t;n++){r+=" "}return r+e}function y(e,t,r){if(r===void 0){r={}}var n="";if(!t)return n;var i=r,s=i.indent,o=s===void 0?0:s;var a=t.fallbacks;if(e)o++;if(a){if(Array.isArray(a)){for(var u=0;u<a.length;u++){var l=a[u];for(var f in l){var d=l[f];if(d!=null){if(n)n+="\n";n+=v(f+": "+p(d)+";",o)}}}}else{for(var c in a){var h=a[c];if(h!=null){if(n)n+="\n";n+=v(c+": "+p(h)+";",o)}}}}for(var y in t){var g=t[y];if(g!=null&&y!=="fallbacks"){if(n)n+="\n";n+=v(y+": "+p(g)+";",o)}}if(!n&&!r.allowEmpty)return n;if(!e)return n;o--;if(n)n="\n"+n+"\n";return v(e+" {"+n,o)+v("}",o)}var g=/([[\].#*$><+~=|^:(),"'`\s])/g;var m=typeof CSS!=="undefined"&&CSS.escape;var b=function(e){return m?m(e):e.replace(g,"\\$1")};var w=function(){function e(e,t,r){this.type="style";this.key=void 0;this.isProcessed=false;this.style=void 0;this.renderer=void 0;this.renderable=void 0;this.options=void 0;var n=r.sheet,i=r.Renderer;this.key=e;this.options=r;this.style=t;if(n)this.renderer=n.renderer;else if(i)this.renderer=new i}var t=e.prototype;t.prop=function e(t,r,n){if(r===undefined)return this.style[t];var i=n?n.force:false;if(!i&&this.style[t]===r)return this;var s=r;if(!n||n.process!==false){s=this.options.jss.plugins.onChangeValue(r,t,this)}var o=s==null||s===false;var a=t in this.style;if(o&&!a&&!i)return this;var u=o&&a;if(u)delete this.style[t];else this.style[t]=s;if(this.renderable&&this.renderer){if(u)this.renderer.removeProperty(this.renderable,t);else this.renderer.setProperty(this.renderable,t,s);return this}return this};return e}();var x=function(e){a(r,e);function r(t,r,n){var i;i=e.call(this,t,r,n)||this;i.selectorText=void 0;i.id=void 0;i.renderable=void 0;var s=n.selector,o=n.scoped,a=n.sheet,l=n.generateId;if(s){i.selectorText=s}else if(o!==false){i.id=l(u(u(i)),a);i.selectorText="."+b(i.id)}return i}var n=r.prototype;n.applyTo=function e(t){var r=this.renderer;if(r){var n=this.toJSON();for(var i in n){r.setProperty(t,i,n[i])}}return this};n.toJSON=function e(){var t={};for(var r in this.style){var n=this.style[r];if(typeof n!=="object")t[r]=n;else if(Array.isArray(n))t[r]=p(n)}return t};n.toString=function e(r){var n=this.options.sheet;var i=n?n.options.link:false;var s=i?t({},r,{allowEmpty:true}):r;return y(this.selectorText,this.style,s)};s(r,[{key:"selector",set:function e(t){if(t===this.selectorText)return;this.selectorText=t;var r=this.renderer,n=this.renderable;if(!n||!r)return;var i=r.setSelector(n,t);if(!i){r.replaceRule(n,this)}},get:function e(){return this.selectorText}}]);return r}(w);var k={onCreateRule:function e(t,r,n){if(t[0]==="@"||n.parent&&n.parent.type==="keyframes"){return null}return new x(t,r,n)}};var S={indent:1,children:true};var R=/@([\w-]+)/;var P=function(){function e(e,r,n){this.type="conditional";this.at=void 0;this.key=void 0;this.query=void 0;this.rules=void 0;this.options=void 0;this.isProcessed=false;this.renderable=void 0;this.key=e;var i=e.match(R);this.at=i?i[1]:"unknown";this.query=n.name||"@"+this.at;this.options=n;this.rules=new Z(t({},n,{parent:this}));for(var s in r){this.rules.add(s,r[s])}this.rules.process()}var r=e.prototype;r.getRule=function e(t){return this.rules.get(t)};r.indexOf=function e(t){return this.rules.indexOf(t)};r.addRule=function e(t,r,n){var i=this.rules.add(t,r,n);if(!i)return null;this.options.jss.plugins.onProcessRule(i);return i};r.toString=function e(t){if(t===void 0){t=S}if(t.indent==null)t.indent=S.indent;if(t.children==null)t.children=S.children;if(t.children===false){return this.query+" {}"}var r=this.rules.toString(t);return r?this.query+" {\n"+r+"\n}":""};return e}();var j=/@media|@supports\s+/;var A={onCreateRule:function e(t,r,n){return j.test(t)?new P(t,r,n):null}};var C={indent:1,children:true};var O=/@keyframes\s+([\w-]+)/;var I=function(){function e(e,r,n){this.type="keyframes";this.at="@keyframes";this.key=void 0;this.name=void 0;this.id=void 0;this.rules=void 0;this.options=void 0;this.isProcessed=false;this.renderable=void 0;var i=e.match(O);if(i&&i[1]){this.name=i[1]}else{this.name="noname"}this.key=this.type+"-"+this.name;this.options=n;var s=n.scoped,o=n.sheet,a=n.generateId;this.id=s===false?this.name:b(a(this,o));this.rules=new Z(t({},n,{parent:this}));for(var u in r){this.rules.add(u,r[u],t({},n,{parent:this}))}this.rules.process()}var r=e.prototype;r.toString=function e(t){if(t===void 0){t=C}if(t.indent==null)t.indent=C.indent;if(t.children==null)t.children=C.children;if(t.children===false){return this.at+" "+this.id+" {}"}var r=this.rules.toString(t);if(r)r="\n"+r+"\n";return this.at+" "+this.id+" {"+r+"}"};return e}();var z=/@keyframes\s+/;var T=/\$([\w-]+)/g;var N=function e(t,r){if(typeof t==="string"){return t.replace(T,(function(e,t){if(t in r){return r[t]}return e}))}return t};var E=function e(t,r,n){var i=t[r];var s=N(i,n);if(s!==i){t[r]=s}};var M={onCreateRule:function e(t,r,n){return typeof t==="string"&&z.test(t)?new I(t,r,n):null},onProcessStyle:function e(t,r,n){if(r.type!=="style"||!n)return t;if("animation-name"in t)E(t,"animation-name",n.keyframes);if("animation"in t)E(t,"animation",n.keyframes);return t},onChangeValue:function e(t,r,n){var i=n.options.sheet;if(!i){return t}switch(r){case"animation":return N(t,i.keyframes);case"animation-name":return N(t,i.keyframes);default:return t}}};var q=function(e){a(r,e);function r(){var t;for(var r=arguments.length,n=new Array(r),i=0;i<r;i++){n[i]=arguments[i]}t=e.call.apply(e,[this].concat(n))||this;t.renderable=void 0;return t}var n=r.prototype;n.toString=function e(r){var n=this.options.sheet;var i=n?n.options.link:false;var s=i?t({},r,{allowEmpty:true}):r;return y(this.key,this.style,s)};return r}(w);var V={onCreateRule:function e(t,r,n){if(n.parent&&n.parent.type==="keyframes"){return new q(t,r,n)}return null}};var U=function(){function e(e,t,r){this.type="font-face";this.at="@font-face";this.key=void 0;this.style=void 0;this.options=void 0;this.isProcessed=false;this.renderable=void 0;this.key=e;this.style=t;this.options=r}var t=e.prototype;t.toString=function e(t){if(Array.isArray(this.style)){var r="";for(var n=0;n<this.style.length;n++){r+=y(this.at,this.style[n]);if(this.style[n+1])r+="\n"}return r}return y(this.at,this.style,t)};return e}();var W=/@font-face/;var G={onCreateRule:function e(t,r,n){return W.test(t)?new U(t,r,n):null}};var $=function(){function e(e,t,r){this.type="viewport";this.at="@viewport";this.key=void 0;this.style=void 0;this.options=void 0;this.isProcessed=false;this.renderable=void 0;this.key=e;this.style=t;this.options=r}var t=e.prototype;t.toString=function e(t){return y(this.key,this.style,t)};return e}();var F={onCreateRule:function e(t,r,n){return t==="@viewport"||t==="@-ms-viewport"?new $(t,r,n):null}};var _=function(){function e(e,t,r){this.type="simple";this.key=void 0;this.value=void 0;this.options=void 0;this.isProcessed=false;this.renderable=void 0;this.key=e;this.value=t;this.options=r}var t=e.prototype;t.toString=function e(t){if(Array.isArray(this.value)){var r="";for(var n=0;n<this.value.length;n++){r+=this.key+" "+this.value[n]+";";if(this.value[n+1])r+="\n"}return r}return this.key+" "+this.value+";"};return e}();var B={"@charset":true,"@import":true,"@namespace":true};var L={onCreateRule:function e(t,r,n){return t in B?new _(t,r,n):null}};var D=[k,A,M,V,G,F,L];var H={process:true};var J={force:true,process:true};var Z=function(){function e(e){this.map={};this.raw={};this.index=[];this.counter=0;this.options=void 0;this.classes=void 0;this.keyframes=void 0;this.options=e;this.classes=e.classes;this.keyframes=e.keyframes}var r=e.prototype;r.add=function e(r,n,i){var s=this.options,o=s.parent,a=s.sheet,u=s.jss,l=s.Renderer,f=s.generateId,d=s.scoped;var h=t({classes:this.classes,parent:o,sheet:a,jss:u,Renderer:l,generateId:f,scoped:d,name:r,keyframes:this.keyframes,selector:undefined},i);var p=r;if(r in this.raw){p=r+"-d"+this.counter++}this.raw[p]=n;if(p in this.classes){h.selector="."+b(this.classes[p])}var v=c(p,n,h);if(!v)return null;this.register(v);var y=h.index===undefined?this.index.length:h.index;this.index.splice(y,0,v);return v};r.get=function e(t){return this.map[t]};r.remove=function e(t){this.unregister(t);delete this.raw[t.key];this.index.splice(this.index.indexOf(t),1)};r.indexOf=function e(t){return this.index.indexOf(t)};r.process=function e(){var t=this.options.jss.plugins;this.index.slice(0).forEach(t.onProcessRule,t)};r.register=function e(t){this.map[t.key]=t;if(t instanceof x){this.map[t.selector]=t;if(t.id)this.classes[t.key]=t.id}else if(t instanceof I&&this.keyframes){this.keyframes[t.name]=t.id}};r.unregister=function e(t){delete this.map[t.key];if(t instanceof x){delete this.map[t.selector];delete this.classes[t.key]}else if(t instanceof I){delete this.keyframes[t.name]}};r.update=function e(){var t;var r;var n;if(typeof(arguments.length<=0?undefined:arguments[0])==="string"){t=arguments.length<=0?undefined:arguments[0];r=arguments.length<=1?undefined:arguments[1];n=arguments.length<=2?undefined:arguments[2]}else{r=arguments.length<=0?undefined:arguments[0];n=arguments.length<=1?undefined:arguments[1];t=null}if(t){this.updateOne(this.map[t],r,n)}else{for(var i=0;i<this.index.length;i++){this.updateOne(this.index[i],r,n)}}};r.updateOne=function t(r,n,i){if(i===void 0){i=H}var s=this.options,o=s.jss.plugins,a=s.sheet;if(r.rules instanceof e){r.rules.update(n,i);return}var u=r;var l=u.style;o.onUpdate(n,r,a,i);if(i.process&&l&&l!==u.style){o.onProcessStyle(u.style,u,a);for(var f in u.style){var d=u.style[f];var c=l[f];if(d!==c){u.prop(f,d,J)}}for(var h in l){var p=u.style[h];var v=l[h];if(p==null&&p!==v){u.prop(h,null,J)}}}};r.toString=function e(t){var r="";var n=this.options.sheet;var i=n?n.options.link:false;for(var s=0;s<this.index.length;s++){var o=this.index[s];var a=o.toString(t);if(!a&&!i)continue;if(r)r+="\n";r+=a}return r};return e}();var K=function(){function e(e,r){this.options=void 0;this.deployed=void 0;this.attached=void 0;this.rules=void 0;this.renderer=void 0;this.classes=void 0;this.keyframes=void 0;this.queue=void 0;this.attached=false;this.deployed=false;this.classes={};this.keyframes={};this.options=t({},r,{sheet:this,parent:this,classes:this.classes,keyframes:this.keyframes});if(r.Renderer){this.renderer=new r.Renderer(this)}this.rules=new Z(this.options);for(var n in e){this.rules.add(n,e[n])}this.rules.process()}var r=e.prototype;r.attach=function e(){if(this.attached)return this;if(this.renderer)this.renderer.attach();this.attached=true;if(!this.deployed)this.deploy();return this};r.detach=function e(){if(!this.attached)return this;if(this.renderer)this.renderer.detach();this.attached=false;return this};r.addRule=function e(t,r,n){var i=this.queue;if(this.attached&&!i)this.queue=[];var s=this.rules.add(t,r,n);if(!s)return null;this.options.jss.plugins.onProcessRule(s);if(this.attached){if(!this.deployed)return s;if(i)i.push(s);else{this.insertRule(s);if(this.queue){this.queue.forEach(this.insertRule,this);this.queue=undefined}}return s}this.deployed=false;return s};r.insertRule=function e(t){if(this.renderer){this.renderer.insertRule(t)}};r.addRules=function e(t,r){var n=[];for(var i in t){var s=this.addRule(i,t[i],r);if(s)n.push(s)}return n};r.getRule=function e(t){return this.rules.get(t)};r.deleteRule=function e(t){var r=typeof t==="object"?t:this.rules.get(t);if(!r||this.attached&&!r.renderable){return false}this.rules.remove(r);if(this.attached&&r.renderable&&this.renderer){return this.renderer.deleteRule(r.renderable)}return true};r.indexOf=function e(t){return this.rules.indexOf(t)};r.deploy=function e(){if(this.renderer)this.renderer.deploy();this.deployed=true;return this};r.update=function e(){var t;(t=this.rules).update.apply(t,arguments);return this};r.updateOne=function e(t,r,n){this.rules.updateOne(t,r,n);return this};r.toString=function e(t){return this.rules.toString(t)};return e}();var Q=function(){function e(){this.plugins={internal:[],external:[]};this.registry=void 0}var t=e.prototype;t.onCreateRule=function e(t,r,n){for(var i=0;i<this.registry.onCreateRule.length;i++){var s=this.registry.onCreateRule[i](t,r,n);if(s)return s}return null};t.onProcessRule=function e(t){if(t.isProcessed)return;var r=t.options.sheet;for(var n=0;n<this.registry.onProcessRule.length;n++){this.registry.onProcessRule[n](t,r)}if(t.style)this.onProcessStyle(t.style,t,r);t.isProcessed=true};t.onProcessStyle=function e(t,r,n){for(var i=0;i<this.registry.onProcessStyle.length;i++){r.style=this.registry.onProcessStyle[i](r.style,r,n)}};t.onProcessSheet=function e(t){for(var r=0;r<this.registry.onProcessSheet.length;r++){this.registry.onProcessSheet[r](t)}};t.onUpdate=function e(t,r,n,i){for(var s=0;s<this.registry.onUpdate.length;s++){this.registry.onUpdate[s](t,r,n,i)}};t.onChangeValue=function e(t,r,n){var i=t;for(var s=0;s<this.registry.onChangeValue.length;s++){i=this.registry.onChangeValue[s](i,r,n)}return i};t.use=function e(t,r){if(r===void 0){r={queue:"external"}}var n=this.plugins[r.queue];if(n.indexOf(t)!==-1){return}n.push(t);this.registry=[].concat(this.plugins.external,this.plugins.internal).reduce((function(e,t){for(var r in t){if(r in e){e[r].push(t[r])}}return e}),{onCreateRule:[],onProcessRule:[],onProcessStyle:[],onProcessSheet:[],onChangeValue:[],onUpdate:[]})};return e}();var X=function(){function e(){this.registry=[]}var t=e.prototype;t.add=function e(t){var r=this.registry;var n=t.options.index;if(r.indexOf(t)!==-1)return;if(r.length===0||n>=this.index){r.push(t);return}for(var i=0;i<r.length;i++){if(r[i].options.index>n){r.splice(i,0,t);return}}};t.reset=function e(){this.registry=[]};t.remove=function e(t){var r=this.registry.indexOf(t);this.registry.splice(r,1)};t.toString=function e(t){var r=t===void 0?{}:t,n=r.attached,i=l(r,["attached"]);var s="";for(var o=0;o<this.registry.length;o++){var a=this.registry[o];if(n!=null&&a.attached!==n){continue}if(s)s+="\n";s+=a.toString(i)}return s};s(e,[{key:"index",get:function e(){return this.registry.length===0?0:this.registry[this.registry.length-1].options.index}}]);return e}();var Y=new X;var ee=typeof globalThis!=="undefined"?globalThis:typeof window!=="undefined"&&window.Math===Math?window:typeof self!=="undefined"&&self.Math===Math?self:Function("return this")();var te="2f1acc6c3a606b082e5eef5e54414ffb";if(ee[te]==null)ee[te]=0;var re=ee[te]++;var ne=function e(t){if(t===void 0){t={}}var r=0;var n=function e(n,i){r+=1;var s="";var o="";if(i){if(i.options.classNamePrefix){o=i.options.classNamePrefix}if(i.options.jss.id!=null){s=String(i.options.jss.id)}}if(t.minify){return""+(o||"c")+re+s+r}return o+n.key+"-"+re+(s?"-"+s:"")+"-"+r};return n};var ie=function e(t){var r;return function(){if(!r)r=t();return r}};var se=function e(t,r){try{if(t.attributeStyleMap){return t.attributeStyleMap.get(r)}return t.style.getPropertyValue(r)}catch(e){return""}};var oe=function e(t,r,n){try{var i=n;if(Array.isArray(n)){i=p(n,true);if(n[n.length-1]==="!important"){t.style.setProperty(r,i,"important");return true}}if(t.attributeStyleMap){t.attributeStyleMap.set(r,i)}else{t.style.setProperty(r,i)}}catch(e){return false}return true};var ae=function e(t,r){try{if(t.attributeStyleMap){t.attributeStyleMap.delete(r)}else{t.style.removeProperty(r)}}catch(e){}};var ue=function e(t,r){t.selectorText=r;return t.selectorText===r};var le=ie((function(){return document.querySelector("head")}));function fe(e,t){for(var r=0;r<e.length;r++){var n=e[r];if(n.attached&&n.options.index>t.index&&n.options.insertionPoint===t.insertionPoint){return n}}return null}function de(e,t){for(var r=e.length-1;r>=0;r--){var n=e[r];if(n.attached&&n.options.insertionPoint===t.insertionPoint){return n}}return null}function ce(e){var t=le();for(var r=0;r<t.childNodes.length;r++){var n=t.childNodes[r];if(n.nodeType===8&&n.nodeValue.trim()===e){return n}}return null}function he(e){var t=Y.registry;if(t.length>0){var r=fe(t,e);if(r&&r.renderer){return{parent:r.renderer.element.parentNode,node:r.renderer.element}}r=de(t,e);if(r&&r.renderer){return{parent:r.renderer.element.parentNode,node:r.renderer.element.nextSibling}}}var n=e.insertionPoint;if(n&&typeof n==="string"){var i=ce(n);if(i){return{parent:i.parentNode,node:i.nextSibling}}}return false}function pe(e,t){var r=t.insertionPoint;var n=he(t);if(n!==false&&n.parent){n.parent.insertBefore(e,n.node);return}if(r&&typeof r.nodeType==="number"){var i=r;var s=i.parentNode;if(s)s.insertBefore(e,i.nextSibling);return}le().appendChild(e)}var ve=ie((function(){var e=document.querySelector('meta[property="csp-nonce"]');return e?e.getAttribute("content"):null}));var ye=function e(t,r,n){try{if("insertRule"in t){var i=t;i.insertRule(r,n)}else if("appendRule"in t){var s=t;s.appendRule(r)}}catch(e){return false}return t.cssRules[n]};var ge=function e(t,r){var n=t.cssRules.length;if(r===undefined||r>n){return n}return r};var me=function e(){var t=document.createElement("style");t.textContent="\n";return t};var be=function(){function e(e){this.getPropertyValue=se;this.setProperty=oe;this.removeProperty=ae;this.setSelector=ue;this.element=void 0;this.sheet=void 0;this.hasInsertedRules=false;this.cssRules=[];if(e)Y.add(e);this.sheet=e;var t=this.sheet?this.sheet.options:{},r=t.media,n=t.meta,i=t.element;this.element=i||me();this.element.setAttribute("data-jss","");if(r)this.element.setAttribute("media",r);if(n)this.element.setAttribute("data-meta",n);var s=ve();if(s)this.element.setAttribute("nonce",s)}var t=e.prototype;t.attach=function e(){if(this.element.parentNode||!this.sheet)return;pe(this.element,this.sheet.options);var t=Boolean(this.sheet&&this.sheet.deployed);if(this.hasInsertedRules&&t){this.hasInsertedRules=false;this.deploy()}};t.detach=function e(){if(!this.sheet)return;var t=this.element.parentNode;if(t)t.removeChild(this.element);if(this.sheet.options.link){this.cssRules=[];this.element.textContent="\n"}};t.deploy=function e(){var t=this.sheet;if(!t)return;if(t.options.link){this.insertRules(t.rules);return}this.element.textContent="\n"+t.toString()+"\n"};t.insertRules=function e(t,r){for(var n=0;n<t.index.length;n++){this.insertRule(t.index[n],n,r)}};t.insertRule=function e(t,r,n){if(n===void 0){n=this.element.sheet}if(t.rules){var i=t;var s=n;if(t.type==="conditional"||t.type==="keyframes"){var o=ge(n,r);s=ye(n,i.toString({children:false}),o);if(s===false){return false}this.refCssRule(t,o,s)}this.insertRules(i.rules,s);return s}var a=t.toString();if(!a)return false;var u=ge(n,r);var l=ye(n,a,u);if(l===false){return false}this.hasInsertedRules=true;this.refCssRule(t,u,l);return l};t.refCssRule=function e(t,r,n){t.renderable=n;if(t.options.parent instanceof K){this.cssRules[r]=n}};t.deleteRule=function e(t){var r=this.element.sheet;var n=this.indexOf(t);if(n===-1)return false;r.deleteRule(n);this.cssRules.splice(n,1);return true};t.indexOf=function e(t){return this.cssRules.indexOf(t)};t.replaceRule=function e(t,r){var n=this.indexOf(t);if(n===-1)return false;this.element.sheet.deleteRule(n);this.cssRules.splice(n,1);return this.insertRule(r,n)};t.getRules=function e(){return this.element.sheet.cssRules};return e}();var we=0;var xe=function(){function e(e){this.id=we++;this.version="10.7.1";this.plugins=new Q;this.options={id:{minify:false},createGenerateId:ne,Renderer:n?be:null,plugins:[]};this.generateId=ne({minify:false});for(var t=0;t<D.length;t++){this.plugins.use(D[t],{queue:"internal"})}this.setup(e)}var r=e.prototype;r.setup=function e(r){if(r===void 0){r={}}if(r.createGenerateId){this.options.createGenerateId=r.createGenerateId}if(r.id){this.options.id=t({},this.options.id,r.id)}if(r.createGenerateId||r.id){this.generateId=this.options.createGenerateId(this.options.id)}if(r.insertionPoint!=null)this.options.insertionPoint=r.insertionPoint;if("Renderer"in r){this.options.Renderer=r.Renderer}if(r.plugins)this.use.apply(this,r.plugins);return this};r.createStyleSheet=function e(r,n){if(n===void 0){n={}}var i=n,s=i.index;if(typeof s!=="number"){s=Y.index===0?0:Y.index+1}var o=new K(r,t({},n,{jss:this,generateId:n.generateId||this.generateId,insertionPoint:this.options.insertionPoint,Renderer:this.options.Renderer,index:s}));this.plugins.onProcessSheet(o);return o};r.removeStyleSheet=function e(t){t.detach();Y.remove(t);return this};r.createRule=function e(r,n,i){if(n===void 0){n={}}if(i===void 0){i={}}if(typeof r==="object"){return this.createRule(undefined,r,n)}var s=t({},i,{name:r,jss:this,Renderer:this.options.Renderer});if(!s.generateId)s.generateId=this.generateId;if(!s.classes)s.classes={};if(!s.keyframes)s.keyframes={};var o=c(r,n,s);if(o)this.plugins.onProcessRule(o);return o};r.use=function e(){var t=this;for(var r=arguments.length,n=new Array(r),i=0;i<r;i++){n[i]=arguments[i]}n.forEach((function(e){t.plugins.use(e)}));return this};return e}();
|
|
2
|
+
/**
|
|
3
|
+
* A better abstraction over CSS.
|
|
4
|
+
*
|
|
5
|
+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
6
|
+
* @website https://github.com/cssinjs/jss
|
|
7
|
+
* @license MIT
|
|
8
|
+
*/var ke=typeof CSS==="object"&&CSS!=null&&"number"in CSS;var Se=function e(t){return new xe(t)};var Re=e("j",Se());var Pe=Date.now();var je="fnValues"+Pe;var Ae="fnStyle"+ ++Pe;var Ce=function e(){return{onCreateRule:function e(t,r,n){if(typeof r!=="function")return null;var i=c(t,{},n);i[Ae]=r;return i},onProcessStyle:function e(t,r){if(je in r||Ae in r)return t;var n={};for(var i in t){var s=t[i];if(typeof s!=="function")continue;delete t[i];n[i]=s}r[je]=n;return t},onUpdate:function e(t,r,n,i){var s=r;var o=s[Ae];if(o){s.style=o(t)||{}}var a=s[je];if(a){for(var u in a){s.prop(u,a[u](t),i)}}}}};function Oe(e){var t;var r=e.Symbol;if(typeof r==="function"){if(r.observable){t=r.observable}else{t=r("observable");r.observable=t}}else{t="@@observable"}return t}var Ie;if(typeof self!=="undefined"){Ie=self}else if(typeof window!=="undefined"){Ie=window}else if(typeof global!=="undefined"){Ie=global}else if(typeof module!=="undefined"){Ie=module}else{Ie=Function("return this")()}var ze=Oe(Ie);var Te=function e(t){return t&&t[ze]&&t===t[ze]()};var Ne=function e(t){return{onCreateRule:function e(r,n,i){if(!Te(n))return null;var s=n;var o=c(r,{},i);s.subscribe((function(e){for(var r in e){o.prop(r,e[r],t)}}));return o},onProcessRule:function e(r){if(r&&r.type!=="style")return;var n=r;var i=n.style;var s=function e(r){var s=i[r];if(!Te(s))return"continue";delete i[r];s.subscribe({next:function e(i){n.prop(r,i,t)}})};for(var o in i){var a=s(o);if(a==="continue")continue}}}};var Ee=/;\n/;var Me=function e(t){var r={};var n=t.split(Ee);for(var i=0;i<n.length;i++){var s=(n[i]||"").trim();if(!s)continue;var o=s.indexOf(":");if(o===-1){continue}var a=s.substr(0,o).trim();var u=s.substr(o+1).trim();r[a]=u}return r};var qe=function e(t){if(typeof t.style==="string"){t.style=Me(t.style)}};function Ve(){return{onProcessRule:qe}}var Ue="@global";var We="@global ";var Ge=function(){function e(e,r,n){this.type="global";this.at=Ue;this.rules=void 0;this.options=void 0;this.key=void 0;this.isProcessed=false;this.key=e;this.options=n;this.rules=new Z(t({},n,{parent:this}));for(var i in r){this.rules.add(i,r[i])}this.rules.process()}var r=e.prototype;r.getRule=function e(t){return this.rules.get(t)};r.addRule=function e(t,r,n){var i=this.rules.add(t,r,n);if(i)this.options.jss.plugins.onProcessRule(i);return i};r.indexOf=function e(t){return this.rules.indexOf(t)};r.toString=function e(){return this.rules.toString()};return e}();var $e=function(){function e(e,r,n){this.type="global";this.at=Ue;this.options=void 0;this.rule=void 0;this.isProcessed=false;this.key=void 0;this.key=e;this.options=n;var i=e.substr(We.length);this.rule=n.jss.createRule(i,r,t({},n,{parent:this}))}var r=e.prototype;r.toString=function e(t){return this.rule?this.rule.toString(t):""};return e}();var Fe=/\s*,\s*/g;function _e(e,t){var r=e.split(Fe);var n="";for(var i=0;i<r.length;i++){n+=t+" "+r[i].trim();if(r[i+1])n+=", "}return n}function Be(e,r){var n=e.options,i=e.style;var s=i?i[Ue]:null;if(!s)return;for(var o in s){r.addRule(o,s[o],t({},n,{selector:_e(o,e.selector)}))}delete i[Ue]}function Le(e,r){var n=e.options,i=e.style;for(var s in i){if(s[0]!=="@"||s.substr(0,Ue.length)!==Ue)continue;var o=_e(s.substr(Ue.length),e.selector);r.addRule(o,i[s],t({},n,{selector:o}));delete i[s]}}function De(){function e(e,t,r){if(!e)return null;if(e===Ue){return new Ge(e,t,r)}if(e[0]==="@"&&e.substr(0,We.length)===We){return new $e(e,t,r)}var n=r.parent;if(n){if(n.type==="global"||n.options.parent&&n.options.parent.type==="global"){r.scoped=false}}if(r.scoped===false){r.selector=e}return null}function t(e,t){if(e.type!=="style"||!t)return;Be(e,t);Le(e,t)}return{onCreateRule:e,onProcessRule:t}}var He=function e(t){return t&&typeof t==="object"&&!Array.isArray(t)};var Je="extendCurrValue"+Date.now();function Ze(e,r,n,i){var s=typeof e.extend;if(s==="string"){if(!n)return;var o=n.getRule(e.extend);if(!o)return;if(o===r){return}var a=o.options.parent;if(a){var u=a.rules.raw[e.extend];Qe(u,r,n,i)}return}if(Array.isArray(e.extend)){for(var l=0;l<e.extend.length;l++){var f=e.extend[l];var d=typeof f==="string"?t({},e,{extend:f}):e.extend[l];Qe(d,r,n,i)}return}for(var c in e.extend){if(c==="extend"){Qe(e.extend.extend,r,n,i);continue}if(He(e.extend[c])){if(!(c in i))i[c]={};Qe(e.extend[c],r,n,i[c]);continue}i[c]=e.extend[c]}}function Ke(e,t,r,n){for(var i in e){if(i==="extend")continue;if(He(n[i])&&He(e[i])){Qe(e[i],t,r,n[i]);continue}if(He(e[i])){n[i]=Qe(e[i],t,r);continue}n[i]=e[i]}}function Qe(e,t,r,n){if(n===void 0){n={}}Ze(e,t,r,n);Ke(e,t,r,n);return n}function Xe(){function e(e,t,r){if("extend"in e)return Qe(e,t,r);return e}function t(e,t,r){if(t!=="extend")return e;if(e==null||e===false){for(var n in r[Je]){r.prop(n,null)}r[Je]=null;return null}if(typeof e==="object"){for(var i in e){r.prop(i,e[i])}r[Je]=e}return null}return{onProcessStyle:e,onChangeValue:t}}var Ye=/\s*,\s*/g;var et=/&/g;var tt=/\$([\w-]+)/g;function rt(){function e(e,t){return function(r,n){var i=e.getRule(n)||t&&t.getRule(n);if(i){i=i;return i.selector}return n}}function r(e,t){var r=t.split(Ye);var n=e.split(Ye);var i="";for(var s=0;s<r.length;s++){var o=r[s];for(var a=0;a<n.length;a++){var u=n[a];if(i)i+=", ";i+=u.indexOf("&")!==-1?u.replace(et,o):o+" "+u}}return i}function n(e,r,n){if(n)return t({},n,{index:n.index+1});var i=e.options.nestingLevel;i=i===undefined?1:i+1;var s=t({},e.options,{nestingLevel:i,index:r.indexOf(e)+1});delete s.name;return s}function i(i,s,o){if(s.type!=="style")return i;var a=s;var u=a.options.parent;var l;var f;for(var d in i){var c=d.indexOf("&")!==-1;var h=d[0]==="@";if(!c&&!h)continue;l=n(a,u,l);if(c){var p=r(d,a.selector);if(!f)f=e(u,o);p=p.replace(tt,f);u.addRule(p,i[d],t({},l,{selector:p}))}else if(h){u.addRule(d,{},l).addRule(a.key,i[d],{selector:a.selector})}delete i[d]}return i}return{onProcessStyle:i}}function nt(e,t){if(!t)return true;if(Array.isArray(t)){for(var r=0;r<t.length;r++){var n=nt(e,t[r]);if(!n)return false}return true}if(t.indexOf(" ")>-1){return nt(e,t.split(" "))}var i=e.options,s=i.parent;if(t[0]==="$"){var o=s.getRule(t.substr(1));if(!o){return false}if(o===e){return false}s.classes[e.key]+=" "+s.classes[o.key];return true}s.classes[e.key]+=" "+t;return true}function it(){function e(e,t){if(!("composes"in e))return e;nt(t,e.composes);delete e.composes;return e}return{onProcessStyle:e}}var st=/[A-Z]/g;var ot=/^ms-/;var at={};function ut(e){return"-"+e.toLowerCase()}function lt(e){if(at.hasOwnProperty(e)){return at[e]}var t=e.replace(st,ut);return at[e]=ot.test(t)?"-"+t:t}function ft(e){var t={};for(var r in e){var n=r.indexOf("--")===0?r:lt(r);t[n]=e[r]}if(e.fallbacks){if(Array.isArray(e.fallbacks))t.fallbacks=e.fallbacks.map(ft);else t.fallbacks=ft(e.fallbacks)}return t}function dt(){function e(e){if(Array.isArray(e)){for(var t=0;t<e.length;t++){e[t]=ft(e[t])}return e}return ft(e)}function t(e,t,r){if(t.indexOf("--")===0){return e}var n=lt(t);if(t===n)return e;r.prop(n,e);return null}return{onProcessStyle:e,onChangeValue:t}}var ct=ke&&CSS?CSS.px:"px";var ht=ke&&CSS?CSS.ms:"ms";var pt=ke&&CSS?CSS.percent:"%";var vt={"animation-delay":ht,"animation-duration":ht,"background-position":ct,"background-position-x":ct,"background-position-y":ct,"background-size":ct,border:ct,"border-bottom":ct,"border-bottom-left-radius":ct,"border-bottom-right-radius":ct,"border-bottom-width":ct,"border-left":ct,"border-left-width":ct,"border-radius":ct,"border-right":ct,"border-right-width":ct,"border-top":ct,"border-top-left-radius":ct,"border-top-right-radius":ct,"border-top-width":ct,"border-width":ct,"border-block":ct,"border-block-end":ct,"border-block-end-width":ct,"border-block-start":ct,"border-block-start-width":ct,"border-block-width":ct,"border-inline":ct,"border-inline-end":ct,"border-inline-end-width":ct,"border-inline-start":ct,"border-inline-start-width":ct,"border-inline-width":ct,"border-start-start-radius":ct,"border-start-end-radius":ct,"border-end-start-radius":ct,"border-end-end-radius":ct,margin:ct,"margin-bottom":ct,"margin-left":ct,"margin-right":ct,"margin-top":ct,"margin-block":ct,"margin-block-end":ct,"margin-block-start":ct,"margin-inline":ct,"margin-inline-end":ct,"margin-inline-start":ct,padding:ct,"padding-bottom":ct,"padding-left":ct,"padding-right":ct,"padding-top":ct,"padding-block":ct,"padding-block-end":ct,"padding-block-start":ct,"padding-inline":ct,"padding-inline-end":ct,"padding-inline-start":ct,"mask-position-x":ct,"mask-position-y":ct,"mask-size":ct,height:ct,width:ct,"min-height":ct,"max-height":ct,"min-width":ct,"max-width":ct,bottom:ct,left:ct,top:ct,right:ct,inset:ct,"inset-block":ct,"inset-block-end":ct,"inset-block-start":ct,"inset-inline":ct,"inset-inline-end":ct,"inset-inline-start":ct,"box-shadow":ct,"text-shadow":ct,"column-gap":ct,"column-rule":ct,"column-rule-width":ct,"column-width":ct,"font-size":ct,"font-size-delta":ct,"letter-spacing":ct,"text-decoration-thickness":ct,"text-indent":ct,"text-stroke":ct,"text-stroke-width":ct,"word-spacing":ct,motion:ct,"motion-offset":ct,outline:ct,"outline-offset":ct,"outline-width":ct,perspective:ct,"perspective-origin-x":pt,"perspective-origin-y":pt,"transform-origin":pt,"transform-origin-x":pt,"transform-origin-y":pt,"transform-origin-z":pt,"transition-delay":ht,"transition-duration":ht,"vertical-align":ct,"flex-basis":ct,"shape-margin":ct,size:ct,gap:ct,grid:ct,"grid-gap":ct,"row-gap":ct,"grid-row-gap":ct,"grid-column-gap":ct,"grid-template-rows":ct,"grid-template-columns":ct,"grid-auto-rows":ct,"grid-auto-columns":ct,"box-shadow-x":ct,"box-shadow-y":ct,"box-shadow-blur":ct,"box-shadow-spread":ct,"font-line-height":ct,"text-shadow-x":ct,"text-shadow-y":ct,"text-shadow-blur":ct};function yt(e){var t=/(-[a-z])/g;var r=function e(t){return t[1].toUpperCase()};var n={};for(var i in e){n[i]=e[i];n[i.replace(t,r)]=e[i]}return n}var gt=yt(vt);function mt(e,t,r){if(t==null)return t;if(Array.isArray(t)){for(var n=0;n<t.length;n++){t[n]=mt(e,t[n],r)}}else if(typeof t==="object"){if(e==="fallbacks"){for(var i in t){t[i]=mt(i,t[i],r)}}else{for(var s in t){t[s]=mt(e+"-"+s,t[s],r)}}}else if(typeof t==="number"&&isNaN(t)===false){var o=r[e]||gt[e];if(o&&!(t===0&&o===ct)){return typeof o==="function"?o(t).toString():""+t+o}return t.toString()}return t}function bt(e){if(e===void 0){e={}}var t=yt(e);function r(e,r){if(r.type!=="style")return e;for(var n in e){e[n]=mt(n,e[n],t)}return e}function n(e,r){return mt(r,e,t)}return{onProcessStyle:r,onChangeValue:n}}var wt={"background-size":true,"background-position":true,border:true,"border-bottom":true,"border-left":true,"border-top":true,"border-right":true,"border-radius":true,"border-image":true,"border-width":true,"border-style":true,"border-color":true,"box-shadow":true,flex:true,margin:true,padding:true,outline:true,"transform-origin":true,transform:true,transition:true};var xt={position:true,size:true};var kt={padding:{top:0,right:0,bottom:0,left:0},margin:{top:0,right:0,bottom:0,left:0},background:{attachment:null,color:null,image:null,position:null,repeat:null},border:{width:null,style:null,color:null},"border-top":{width:null,style:null,color:null},"border-right":{width:null,style:null,color:null},"border-bottom":{width:null,style:null,color:null},"border-left":{width:null,style:null,color:null},outline:{width:null,style:null,color:null},"list-style":{type:null,position:null,image:null},transition:{property:null,duration:null,"timing-function":null,timingFunction:null,delay:null},animation:{name:null,duration:null,"timing-function":null,timingFunction:null,delay:null,"iteration-count":null,iterationCount:null,direction:null,"fill-mode":null,fillMode:null,"play-state":null,playState:null},"box-shadow":{x:0,y:0,blur:0,spread:0,color:null,inset:null},"text-shadow":{x:0,y:0,blur:null,color:null}};var St={border:{radius:"border-radius",image:"border-image",width:"border-width",style:"border-style",color:"border-color"},"border-bottom":{width:"border-bottom-width",style:"border-bottom-style",color:"border-bottom-color"},"border-top":{width:"border-top-width",style:"border-top-style",color:"border-top-color"},"border-left":{width:"border-left-width",style:"border-left-style",color:"border-left-color"},"border-right":{width:"border-right-width",style:"border-right-style",color:"border-right-color"},background:{size:"background-size",image:"background-image"},font:{style:"font-style",variant:"font-variant",weight:"font-weight",stretch:"font-stretch",size:"font-size",family:"font-family",lineHeight:"line-height","line-height":"line-height"},flex:{grow:"flex-grow",basis:"flex-basis",direction:"flex-direction",wrap:"flex-wrap",flow:"flex-flow",shrink:"flex-shrink"},align:{self:"align-self",items:"align-items",content:"align-content"},grid:{"template-columns":"grid-template-columns",templateColumns:"grid-template-columns","template-rows":"grid-template-rows",templateRows:"grid-template-rows","template-areas":"grid-template-areas",templateAreas:"grid-template-areas",template:"grid-template","auto-columns":"grid-auto-columns",autoColumns:"grid-auto-columns","auto-rows":"grid-auto-rows",autoRows:"grid-auto-rows","auto-flow":"grid-auto-flow",autoFlow:"grid-auto-flow",row:"grid-row",column:"grid-column","row-start":"grid-row-start",rowStart:"grid-row-start","row-end":"grid-row-end",rowEnd:"grid-row-end","column-start":"grid-column-start",columnStart:"grid-column-start","column-end":"grid-column-end",columnEnd:"grid-column-end",area:"grid-area",gap:"grid-gap","row-gap":"grid-row-gap",rowGap:"grid-row-gap","column-gap":"grid-column-gap",columnGap:"grid-column-gap"}};function Rt(e,t,r){return e.map((function(e){return jt(e,t,r,false,true)}))}function Pt(e,t,r,n){if(r[t]==null)return e;if(e.length===0)return[];if(Array.isArray(e[0]))return Pt(e[0],t,r,n);if(typeof e[0]==="object"){return Rt(e,t,n)}return[e]}function jt(e,t,r,n,i){if(!(kt[t]||St[t]))return[];var s=[];if(St[t]){e=At(e,r,St[t],n)}if(Object.keys(e).length){for(var o in kt[t]){if(e[o]){if(Array.isArray(e[o])){s.push(xt[o]===null?e[o]:e[o].join(" "))}else s.push(e[o]);continue}if(kt[t][o]!=null){s.push(kt[t][o])}}}if(!s.length||i)return s;return[s]}function At(e,t,r,n){for(var i in r){var s=r[i];if(typeof e[i]!=="undefined"&&(n||!t.prop(s))){var o;var a=Ct((o={},o[s]=e[i],o),t)[s];if(n)t.style.fallbacks[s]=a;else t.style[s]=a}delete e[i]}return e}function Ct(e,t,r){for(var n in e){var i=e[n];if(Array.isArray(i)){if(!Array.isArray(i[0])){if(n==="fallbacks"){for(var s=0;s<e.fallbacks.length;s++){e.fallbacks[s]=Ct(e.fallbacks[s],t,true)}continue}e[n]=Pt(i,n,wt,t);if(!e[n].length)delete e[n]}}else if(typeof i==="object"){if(n==="fallbacks"){e.fallbacks=Ct(e.fallbacks,t,true);continue}e[n]=jt(i,n,t,r);if(!e[n].length)delete e[n]}else if(e[n]==="")delete e[n]}return e}function Ot(){function e(e,t){if(!e||t.type!=="style")return e;if(Array.isArray(e)){for(var r=0;r<e.length;r++){e[r]=Ct(e[r],t)}return e}return Ct(e,t)}return{onProcessStyle:e}}function It(e,t){if(t==null||t>e.length)t=e.length;for(var r=0,n=new Array(t);r<t;r++){n[r]=e[r]}return n}function zt(e){if(Array.isArray(e))return It(e)}function Tt(e){if(typeof Symbol!=="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Nt(e,t){if(!e)return;if(typeof e==="string")return It(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor)r=e.constructor.name;if(r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return It(e,t)}function Et(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function Mt(e){return zt(e)||Tt(e)||Nt(e)||Et()}var qt="";var Vt="";var Ut="";var Wt="";var Gt=n&&"ontouchstart"in document.documentElement;if(n){var $t={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"};var Ft=document.createElement("p"),_t=Ft.style;var Bt="Transform";for(var Lt in $t){if(Lt+Bt in _t){qt=Lt;Vt=$t[Lt];break}}if(qt==="Webkit"&&"msHyphens"in _t){qt="ms";Vt=$t.ms;Wt="edge"}if(qt==="Webkit"&&"-apple-trailing-word"in _t){Ut="apple"}}var Dt={js:qt,css:Vt,vendor:Ut,browser:Wt,isTouch:Gt};function Ht(e){if(e[1]==="-")return e;if(Dt.js==="ms")return e;return"@"+Dt.css+"keyframes"+e.substr(10)}var Jt={noPrefill:["appearance"],supportedProperty:function e(t){if(t!=="appearance")return false;if(Dt.js==="ms")return"-webkit-"+t;return Dt.css+t}};var Zt={noPrefill:["color-adjust"],supportedProperty:function e(t){if(t!=="color-adjust")return false;if(Dt.js==="Webkit")return Dt.css+"print-"+t;return t}};var Kt=/[-\s]+(.)?/g;function Qt(e,t){return t?t.toUpperCase():""}function Xt(e){return e.replace(Kt,Qt)}function Yt(e){return Xt("-"+e)}var er={noPrefill:["mask"],supportedProperty:function e(t,r){if(!/^mask/.test(t))return false;if(Dt.js==="Webkit"){var n="mask-image";if(Xt(n)in r){return t}if(Dt.js+Yt(n)in r){return Dt.css+t}}return t}};var tr={noPrefill:["text-orientation"],supportedProperty:function e(t){if(t!=="text-orientation")return false;if(Dt.vendor==="apple"&&!Dt.isTouch){return Dt.css+t}return t}};var rr={noPrefill:["transform"],supportedProperty:function e(t,r,n){if(t!=="transform")return false;if(n.transform){return t}return Dt.css+t}};var nr={noPrefill:["transition"],supportedProperty:function e(t,r,n){if(t!=="transition")return false;if(n.transition){return t}return Dt.css+t}};var ir={noPrefill:["writing-mode"],supportedProperty:function e(t){if(t!=="writing-mode")return false;if(Dt.js==="Webkit"||Dt.js==="ms"&&Dt.browser!=="edge"){return Dt.css+t}return t}};var sr={noPrefill:["user-select"],supportedProperty:function e(t){if(t!=="user-select")return false;if(Dt.js==="Moz"||Dt.js==="ms"||Dt.vendor==="apple"){return Dt.css+t}return t}};var or={supportedProperty:function e(t,r){if(!/^break-/.test(t))return false;if(Dt.js==="Webkit"){var n="WebkitColumn"+Yt(t);return n in r?Dt.css+"column-"+t:false}if(Dt.js==="Moz"){var i="page"+Yt(t);return i in r?"page-"+t:false}return false}};var ar={supportedProperty:function e(t,r){if(!/^(border|margin|padding)-inline/.test(t))return false;if(Dt.js==="Moz")return t;var n=t.replace("-inline","");return Dt.js+Yt(n)in r?Dt.css+n:false}};var ur={supportedProperty:function e(t,r){return Xt(t)in r?t:false}};var lr={supportedProperty:function e(t,r){var n=Yt(t);if(t[0]==="-")return t;if(t[0]==="-"&&t[1]==="-")return t;if(Dt.js+n in r)return Dt.css+t;if(Dt.js!=="Webkit"&&"Webkit"+n in r)return"-webkit-"+t;return false}};var fr={supportedProperty:function e(t){if(t.substring(0,11)!=="scroll-snap")return false;if(Dt.js==="ms"){return""+Dt.css+t}return t}};var dr={supportedProperty:function e(t){if(t!=="overscroll-behavior")return false;if(Dt.js==="ms"){return Dt.css+"scroll-chaining"}return t}};var cr={"flex-grow":"flex-positive","flex-shrink":"flex-negative","flex-basis":"flex-preferred-size","justify-content":"flex-pack",order:"flex-order","align-items":"flex-align","align-content":"flex-line-pack"};var hr={supportedProperty:function e(t,r){var n=cr[t];if(!n)return false;return Dt.js+Yt(n)in r?Dt.css+n:false}};var pr={flex:"box-flex","flex-grow":"box-flex","flex-direction":["box-orient","box-direction"],order:"box-ordinal-group","align-items":"box-align","flex-flow":["box-orient","box-direction"],"justify-content":"box-pack"};var vr=Object.keys(pr);var yr=function e(t){return Dt.css+t};var gr={supportedProperty:function e(t,r,n){var i=n.multiple;if(vr.indexOf(t)>-1){var s=pr[t];if(!Array.isArray(s)){return Dt.js+Yt(s)in r?Dt.css+s:false}if(!i)return false;for(var o=0;o<s.length;o++){if(!(Dt.js+Yt(s[0])in r)){return false}}return s.map(yr)}return false}};var mr=[Jt,Zt,er,tr,rr,nr,ir,sr,or,ar,ur,lr,fr,dr,hr,gr];var br=mr.filter((function(e){return e.supportedProperty})).map((function(e){return e.supportedProperty}));var wr=mr.filter((function(e){return e.noPrefill})).reduce((function(e,t){e.push.apply(e,Mt(t.noPrefill));return e}),[]);var xr;var kr={};if(n){xr=document.createElement("p");var Sr=window.getComputedStyle(document.documentElement,"");for(var Rr in Sr){if(!isNaN(Rr))kr[Sr[Rr]]=Sr[Rr]}wr.forEach((function(e){return delete kr[e]}))}function Pr(e,t){if(t===void 0){t={}}if(!xr)return e;if(kr[e]!=null){return kr[e]}if(e==="transition"||e==="transform"){t[e]=e in xr.style}for(var r=0;r<br.length;r++){kr[e]=br[r](e,xr.style,t);if(kr[e])break}try{xr.style[e]=""}catch(e){return false}return kr[e]}var jr={};var Ar={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1};var Cr=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;var Or;function Ir(e,t,r){if(t==="var")return"var";if(t==="all")return"all";if(r==="all")return", all";var n=t?Pr(t):", "+Pr(r);if(!n)return t||r;return n}if(n)Or=document.createElement("p");function zr(e,t){var r=t;if(!Or||e==="content")return t;if(typeof r!=="string"||!isNaN(parseInt(r,10))){return r}var n=e+r;if(jr[n]!=null){return jr[n]}try{Or.style[e]=r}catch(e){jr[n]=false;return false}if(Ar[e]){r=r.replace(Cr,Ir)}else if(Or.style[e]===""){r=Dt.css+r;if(r==="-ms-flex")Or.style[e]="-ms-flexbox";Or.style[e]=r;if(Or.style[e]===""){jr[n]=false;return false}}Or.style[e]="";jr[n]=r;return jr[n]}function Tr(){function e(e){if(e.type==="keyframes"){var t=e;t.at=Ht(t.at)}}function t(e){for(var r in e){var n=e[r];if(r==="fallbacks"&&Array.isArray(n)){e[r]=n.map(t);continue}var i=false;var s=Pr(r);if(s&&s!==r)i=true;var o=false;var a=zr(s,p(n));if(a&&a!==n)o=true;if(i||o){if(i)delete e[r];e[s||r]=a||n}}return e}function r(e,r){if(r.type!=="style")return e;return t(e)}function n(e,t){return zr(t,p(e))||e}return{onProcessRule:e,onProcessStyle:r,onChangeValue:n}}function Nr(){var e=function e(t,r){if(t.length===r.length){return t>r?1:-1}return t.length-r.length};return{onProcessStyle:function t(r,n){if(n.type!=="style")return r;var i={};var s=Object.keys(r).sort(e);for(var o=0;o<s.length;o++){i[s[o]]=r[s[o]]}return i}}}var Er=e("c",(function e(t){if(t===void 0){t={}}return{plugins:[Ce(),Ne(t.observable),Ve(),De(),Xe(),rt(),it(),dt(),bt(t.defaultUnit),Ot(),Tr(),Nr()]}}))}}}));
|