@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,1080 @@
|
|
|
1
|
+
import { g as getElement, f as forceUpdate, a as getRenderingRef } from './index-17b4da69.js';
|
|
2
|
+
import { c as createCommonjsModule } from './_commonjsHelpers-11ca3be1.js';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @license
|
|
6
|
+
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
7
|
+
* This code may only be used under the BSD style license found at
|
|
8
|
+
* http://polymer.github.io/LICENSE.txt
|
|
9
|
+
* The complete set of authors may be found at
|
|
10
|
+
* http://polymer.github.io/AUTHORS.txt
|
|
11
|
+
* The complete set of contributors may be found at
|
|
12
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
13
|
+
* Code distributed by Google as part of the polymer project is also
|
|
14
|
+
* subject to an additional IP rights grant found at
|
|
15
|
+
* http://polymer.github.io/PATENTS.txt
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* An expression marker with embedded unique key to avoid collision with
|
|
19
|
+
* possible text in templates.
|
|
20
|
+
*/
|
|
21
|
+
const marker = `{{lit-${String(Math.random()).slice(2)}}}`;
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @license
|
|
25
|
+
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
26
|
+
* This code may only be used under the BSD style license found at
|
|
27
|
+
* http://polymer.github.io/LICENSE.txt
|
|
28
|
+
* The complete set of authors may be found at
|
|
29
|
+
* http://polymer.github.io/AUTHORS.txt
|
|
30
|
+
* The complete set of contributors may be found at
|
|
31
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
32
|
+
* Code distributed by Google as part of the polymer project is also
|
|
33
|
+
* subject to an additional IP rights grant found at
|
|
34
|
+
* http://polymer.github.io/PATENTS.txt
|
|
35
|
+
*/
|
|
36
|
+
/**
|
|
37
|
+
* Our TrustedTypePolicy for HTML which is declared using the html template
|
|
38
|
+
* tag function.
|
|
39
|
+
*
|
|
40
|
+
* That HTML is a developer-authored constant, and is parsed with innerHTML
|
|
41
|
+
* before any untrusted expressions have been mixed in. Therefor it is
|
|
42
|
+
* considered safe by construction.
|
|
43
|
+
*/
|
|
44
|
+
const policy = window.trustedTypes &&
|
|
45
|
+
trustedTypes.createPolicy('lit-html', { createHTML: (s) => s });
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @license
|
|
49
|
+
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
50
|
+
* This code may only be used under the BSD style license found at
|
|
51
|
+
* http://polymer.github.io/LICENSE.txt
|
|
52
|
+
* The complete set of authors may be found at
|
|
53
|
+
* http://polymer.github.io/AUTHORS.txt
|
|
54
|
+
* The complete set of contributors may be found at
|
|
55
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
56
|
+
* Code distributed by Google as part of the polymer project is also
|
|
57
|
+
* subject to an additional IP rights grant found at
|
|
58
|
+
* http://polymer.github.io/PATENTS.txt
|
|
59
|
+
*/
|
|
60
|
+
// Wrap into an IIFE because MS Edge <= v41 does not support having try/catch
|
|
61
|
+
// blocks right into the body of a module
|
|
62
|
+
(() => {
|
|
63
|
+
try {
|
|
64
|
+
const options = {
|
|
65
|
+
get capture() {
|
|
66
|
+
return false;
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
70
|
+
window.addEventListener('test', options, options);
|
|
71
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
72
|
+
window.removeEventListener('test', options, options);
|
|
73
|
+
}
|
|
74
|
+
catch (_e) {
|
|
75
|
+
// event options not supported
|
|
76
|
+
}
|
|
77
|
+
})();
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @license
|
|
81
|
+
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
82
|
+
* This code may only be used under the BSD style license found at
|
|
83
|
+
* http://polymer.github.io/LICENSE.txt
|
|
84
|
+
* The complete set of authors may be found at
|
|
85
|
+
* http://polymer.github.io/AUTHORS.txt
|
|
86
|
+
* The complete set of contributors may be found at
|
|
87
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
88
|
+
* Code distributed by Google as part of the polymer project is also
|
|
89
|
+
* subject to an additional IP rights grant found at
|
|
90
|
+
* http://polymer.github.io/PATENTS.txt
|
|
91
|
+
*/
|
|
92
|
+
// IMPORTANT: do not change the property name or the assignment expression.
|
|
93
|
+
// This line will be used in regexes to search for lit-html usage.
|
|
94
|
+
// TODO(justinfagnani): inject version number at build time
|
|
95
|
+
if (typeof window !== 'undefined') {
|
|
96
|
+
(window['litHtmlVersions'] || (window['litHtmlVersions'] = [])).push('1.4.1');
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
let current;
|
|
100
|
+
let currentId = 0;
|
|
101
|
+
function setCurrent(state) {
|
|
102
|
+
current = state;
|
|
103
|
+
}
|
|
104
|
+
function clear() {
|
|
105
|
+
current = null;
|
|
106
|
+
currentId = 0;
|
|
107
|
+
}
|
|
108
|
+
function notify() {
|
|
109
|
+
return currentId++;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
const hookSymbol = Symbol('haunted.hook');
|
|
113
|
+
const effectsSymbol = Symbol('haunted.effects');
|
|
114
|
+
const layoutEffectsSymbol = Symbol('haunted.layoutEffects');
|
|
115
|
+
const contextEvent = 'haunted.context';
|
|
116
|
+
|
|
117
|
+
class State {
|
|
118
|
+
update;
|
|
119
|
+
host;
|
|
120
|
+
virtual;
|
|
121
|
+
[hookSymbol];
|
|
122
|
+
[effectsSymbol];
|
|
123
|
+
[layoutEffectsSymbol];
|
|
124
|
+
constructor(update, host) {
|
|
125
|
+
this.update = update;
|
|
126
|
+
this.host = host;
|
|
127
|
+
this[hookSymbol] = new Map();
|
|
128
|
+
this[effectsSymbol] = [];
|
|
129
|
+
this[layoutEffectsSymbol] = [];
|
|
130
|
+
}
|
|
131
|
+
run(cb) {
|
|
132
|
+
setCurrent(this);
|
|
133
|
+
let res = cb();
|
|
134
|
+
clear();
|
|
135
|
+
return res;
|
|
136
|
+
}
|
|
137
|
+
_runEffects(phase) {
|
|
138
|
+
let effects = this[phase];
|
|
139
|
+
setCurrent(this);
|
|
140
|
+
for (let effect of effects) {
|
|
141
|
+
effect.call(this);
|
|
142
|
+
}
|
|
143
|
+
clear();
|
|
144
|
+
}
|
|
145
|
+
runEffects() {
|
|
146
|
+
this._runEffects(effectsSymbol);
|
|
147
|
+
}
|
|
148
|
+
runLayoutEffects() {
|
|
149
|
+
this._runEffects(layoutEffectsSymbol);
|
|
150
|
+
}
|
|
151
|
+
teardown() {
|
|
152
|
+
let hooks = this[hookSymbol];
|
|
153
|
+
hooks.forEach(hook => {
|
|
154
|
+
if (typeof hook.teardown === 'function') {
|
|
155
|
+
hook.teardown();
|
|
156
|
+
}
|
|
157
|
+
});
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
const defer = Promise.resolve().then.bind(Promise.resolve());
|
|
162
|
+
|
|
163
|
+
class Hook {
|
|
164
|
+
id;
|
|
165
|
+
state;
|
|
166
|
+
constructor(id, state) {
|
|
167
|
+
this.id = id;
|
|
168
|
+
this.state = state;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
function use(Hook, ...args) {
|
|
172
|
+
let id = notify();
|
|
173
|
+
let hooks = current[hookSymbol];
|
|
174
|
+
let hook = hooks.get(id);
|
|
175
|
+
if (!hook) {
|
|
176
|
+
hook = new Hook(id, current, ...args);
|
|
177
|
+
hooks.set(id, hook);
|
|
178
|
+
}
|
|
179
|
+
return hook.update(...args);
|
|
180
|
+
}
|
|
181
|
+
function hook(Hook) {
|
|
182
|
+
return use.bind(null, Hook);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
function createEffect(setEffects) {
|
|
186
|
+
return hook(class extends Hook {
|
|
187
|
+
callback;
|
|
188
|
+
lastValues;
|
|
189
|
+
values;
|
|
190
|
+
_teardown;
|
|
191
|
+
constructor(id, state, ignored1, ignored2) {
|
|
192
|
+
super(id, state);
|
|
193
|
+
setEffects(state, this);
|
|
194
|
+
}
|
|
195
|
+
update(callback, values) {
|
|
196
|
+
this.callback = callback;
|
|
197
|
+
this.values = values;
|
|
198
|
+
}
|
|
199
|
+
call() {
|
|
200
|
+
if (!this.values || this.hasChanged()) {
|
|
201
|
+
this.run();
|
|
202
|
+
}
|
|
203
|
+
this.lastValues = this.values;
|
|
204
|
+
}
|
|
205
|
+
run() {
|
|
206
|
+
this.teardown();
|
|
207
|
+
this._teardown = this.callback.call(this.state);
|
|
208
|
+
}
|
|
209
|
+
teardown() {
|
|
210
|
+
if (typeof this._teardown === 'function') {
|
|
211
|
+
this._teardown();
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
hasChanged() {
|
|
215
|
+
return !this.lastValues || this.values.some((value, i) => this.lastValues[i] !== value);
|
|
216
|
+
}
|
|
217
|
+
});
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
function setEffects(state, cb) {
|
|
221
|
+
state[effectsSymbol].push(cb);
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* @function
|
|
225
|
+
* @param {() => void} effect - callback function that runs each time dependencies change
|
|
226
|
+
* @param {unknown[]} [dependencies] - list of dependencies to the effect
|
|
227
|
+
* @return {void}
|
|
228
|
+
*/
|
|
229
|
+
const useEffect = createEffect(setEffects);
|
|
230
|
+
|
|
231
|
+
const useContext = hook(class extends Hook {
|
|
232
|
+
Context;
|
|
233
|
+
value;
|
|
234
|
+
_ranEffect;
|
|
235
|
+
_unsubscribe;
|
|
236
|
+
constructor(id, state, _) {
|
|
237
|
+
super(id, state);
|
|
238
|
+
this._updater = this._updater.bind(this);
|
|
239
|
+
this._ranEffect = false;
|
|
240
|
+
this._unsubscribe = null;
|
|
241
|
+
setEffects(state, this);
|
|
242
|
+
}
|
|
243
|
+
update(Context) {
|
|
244
|
+
if (this.state.virtual) {
|
|
245
|
+
throw new Error('can\'t be used with virtual components');
|
|
246
|
+
}
|
|
247
|
+
if (this.Context !== Context) {
|
|
248
|
+
this._subscribe(Context);
|
|
249
|
+
this.Context = Context;
|
|
250
|
+
}
|
|
251
|
+
return this.value;
|
|
252
|
+
}
|
|
253
|
+
call() {
|
|
254
|
+
if (!this._ranEffect) {
|
|
255
|
+
this._ranEffect = true;
|
|
256
|
+
if (this._unsubscribe)
|
|
257
|
+
this._unsubscribe();
|
|
258
|
+
this._subscribe(this.Context);
|
|
259
|
+
this.state.update();
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
_updater(value) {
|
|
263
|
+
this.value = value;
|
|
264
|
+
this.state.update();
|
|
265
|
+
}
|
|
266
|
+
_subscribe(Context) {
|
|
267
|
+
const detail = { Context, callback: this._updater };
|
|
268
|
+
this.state.host.dispatchEvent(new CustomEvent(contextEvent, {
|
|
269
|
+
detail,
|
|
270
|
+
bubbles: true,
|
|
271
|
+
cancelable: true,
|
|
272
|
+
composed: true, // to pass ShadowDOM boundaries
|
|
273
|
+
}));
|
|
274
|
+
const { unsubscribe = null, value } = detail;
|
|
275
|
+
this.value = unsubscribe ? value : Context.defaultValue;
|
|
276
|
+
this._unsubscribe = unsubscribe;
|
|
277
|
+
}
|
|
278
|
+
teardown() {
|
|
279
|
+
if (this._unsubscribe) {
|
|
280
|
+
this._unsubscribe();
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
});
|
|
284
|
+
|
|
285
|
+
const useMemo = hook(class extends Hook {
|
|
286
|
+
value;
|
|
287
|
+
values;
|
|
288
|
+
constructor(id, state, fn, values) {
|
|
289
|
+
super(id, state);
|
|
290
|
+
this.value = fn();
|
|
291
|
+
this.values = values;
|
|
292
|
+
}
|
|
293
|
+
update(fn, values) {
|
|
294
|
+
if (this.hasChanged(values)) {
|
|
295
|
+
this.values = values;
|
|
296
|
+
this.value = fn();
|
|
297
|
+
}
|
|
298
|
+
return this.value;
|
|
299
|
+
}
|
|
300
|
+
hasChanged(values = []) {
|
|
301
|
+
return values.some((value, i) => this.values[i] !== value);
|
|
302
|
+
}
|
|
303
|
+
});
|
|
304
|
+
|
|
305
|
+
function setLayoutEffects(state, cb) {
|
|
306
|
+
state[layoutEffectsSymbol].push(cb);
|
|
307
|
+
}
|
|
308
|
+
const useLayoutEffect = createEffect(setLayoutEffects);
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* @function
|
|
312
|
+
* @template {*} T
|
|
313
|
+
* @param {T} [initialState] - Optional initial state
|
|
314
|
+
* @return {readonly [state: T, updaterFn: StateUpdater<T>]} stateTuple - Tuple of current state and state updater function
|
|
315
|
+
*/
|
|
316
|
+
const useState = hook(class extends Hook {
|
|
317
|
+
args;
|
|
318
|
+
constructor(id, state, initialValue) {
|
|
319
|
+
super(id, state);
|
|
320
|
+
this.updater = this.updater.bind(this);
|
|
321
|
+
if (typeof initialValue === 'function') {
|
|
322
|
+
initialValue = initialValue();
|
|
323
|
+
}
|
|
324
|
+
this.makeArgs(initialValue);
|
|
325
|
+
}
|
|
326
|
+
update() {
|
|
327
|
+
return this.args;
|
|
328
|
+
}
|
|
329
|
+
updater(value) {
|
|
330
|
+
if (typeof value === 'function') {
|
|
331
|
+
const updaterFn = value;
|
|
332
|
+
const [previousValue] = this.args;
|
|
333
|
+
value = updaterFn(previousValue);
|
|
334
|
+
}
|
|
335
|
+
this.makeArgs(value);
|
|
336
|
+
this.state.update();
|
|
337
|
+
}
|
|
338
|
+
makeArgs(value) {
|
|
339
|
+
this.args = Object.freeze([value, this.updater]);
|
|
340
|
+
}
|
|
341
|
+
});
|
|
342
|
+
|
|
343
|
+
const useReducer = hook(class extends Hook {
|
|
344
|
+
reducer;
|
|
345
|
+
currentState;
|
|
346
|
+
constructor(id, state, _, initialState, init) {
|
|
347
|
+
super(id, state);
|
|
348
|
+
this.dispatch = this.dispatch.bind(this);
|
|
349
|
+
this.currentState = init !== undefined ? init(initialState) : initialState;
|
|
350
|
+
}
|
|
351
|
+
update(reducer) {
|
|
352
|
+
this.reducer = reducer;
|
|
353
|
+
return [this.currentState, this.dispatch];
|
|
354
|
+
}
|
|
355
|
+
dispatch(action) {
|
|
356
|
+
this.currentState = this.reducer(this.currentState, action);
|
|
357
|
+
this.state.update();
|
|
358
|
+
}
|
|
359
|
+
});
|
|
360
|
+
|
|
361
|
+
const useRef = (initialValue) => useMemo(() => ({
|
|
362
|
+
current: initialValue
|
|
363
|
+
}), []);
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* Helpers.
|
|
367
|
+
*/
|
|
368
|
+
|
|
369
|
+
var s = 1000;
|
|
370
|
+
var m = s * 60;
|
|
371
|
+
var h = m * 60;
|
|
372
|
+
var d = h * 24;
|
|
373
|
+
var w = d * 7;
|
|
374
|
+
var y = d * 365.25;
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* Parse or format the given `val`.
|
|
378
|
+
*
|
|
379
|
+
* Options:
|
|
380
|
+
*
|
|
381
|
+
* - `long` verbose formatting [false]
|
|
382
|
+
*
|
|
383
|
+
* @param {String|Number} val
|
|
384
|
+
* @param {Object} [options]
|
|
385
|
+
* @throws {Error} throw an error if val is not a non-empty string or a number
|
|
386
|
+
* @return {String|Number}
|
|
387
|
+
* @api public
|
|
388
|
+
*/
|
|
389
|
+
|
|
390
|
+
var ms = function(val, options) {
|
|
391
|
+
options = options || {};
|
|
392
|
+
var type = typeof val;
|
|
393
|
+
if (type === 'string' && val.length > 0) {
|
|
394
|
+
return parse(val);
|
|
395
|
+
} else if (type === 'number' && isFinite(val)) {
|
|
396
|
+
return options.long ? fmtLong(val) : fmtShort(val);
|
|
397
|
+
}
|
|
398
|
+
throw new Error(
|
|
399
|
+
'val is not a non-empty string or a valid number. val=' +
|
|
400
|
+
JSON.stringify(val)
|
|
401
|
+
);
|
|
402
|
+
};
|
|
403
|
+
|
|
404
|
+
/**
|
|
405
|
+
* Parse the given `str` and return milliseconds.
|
|
406
|
+
*
|
|
407
|
+
* @param {String} str
|
|
408
|
+
* @return {Number}
|
|
409
|
+
* @api private
|
|
410
|
+
*/
|
|
411
|
+
|
|
412
|
+
function parse(str) {
|
|
413
|
+
str = String(str);
|
|
414
|
+
if (str.length > 100) {
|
|
415
|
+
return;
|
|
416
|
+
}
|
|
417
|
+
var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(
|
|
418
|
+
str
|
|
419
|
+
);
|
|
420
|
+
if (!match) {
|
|
421
|
+
return;
|
|
422
|
+
}
|
|
423
|
+
var n = parseFloat(match[1]);
|
|
424
|
+
var type = (match[2] || 'ms').toLowerCase();
|
|
425
|
+
switch (type) {
|
|
426
|
+
case 'years':
|
|
427
|
+
case 'year':
|
|
428
|
+
case 'yrs':
|
|
429
|
+
case 'yr':
|
|
430
|
+
case 'y':
|
|
431
|
+
return n * y;
|
|
432
|
+
case 'weeks':
|
|
433
|
+
case 'week':
|
|
434
|
+
case 'w':
|
|
435
|
+
return n * w;
|
|
436
|
+
case 'days':
|
|
437
|
+
case 'day':
|
|
438
|
+
case 'd':
|
|
439
|
+
return n * d;
|
|
440
|
+
case 'hours':
|
|
441
|
+
case 'hour':
|
|
442
|
+
case 'hrs':
|
|
443
|
+
case 'hr':
|
|
444
|
+
case 'h':
|
|
445
|
+
return n * h;
|
|
446
|
+
case 'minutes':
|
|
447
|
+
case 'minute':
|
|
448
|
+
case 'mins':
|
|
449
|
+
case 'min':
|
|
450
|
+
case 'm':
|
|
451
|
+
return n * m;
|
|
452
|
+
case 'seconds':
|
|
453
|
+
case 'second':
|
|
454
|
+
case 'secs':
|
|
455
|
+
case 'sec':
|
|
456
|
+
case 's':
|
|
457
|
+
return n * s;
|
|
458
|
+
case 'milliseconds':
|
|
459
|
+
case 'millisecond':
|
|
460
|
+
case 'msecs':
|
|
461
|
+
case 'msec':
|
|
462
|
+
case 'ms':
|
|
463
|
+
return n;
|
|
464
|
+
default:
|
|
465
|
+
return undefined;
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
/**
|
|
470
|
+
* Short format for `ms`.
|
|
471
|
+
*
|
|
472
|
+
* @param {Number} ms
|
|
473
|
+
* @return {String}
|
|
474
|
+
* @api private
|
|
475
|
+
*/
|
|
476
|
+
|
|
477
|
+
function fmtShort(ms) {
|
|
478
|
+
var msAbs = Math.abs(ms);
|
|
479
|
+
if (msAbs >= d) {
|
|
480
|
+
return Math.round(ms / d) + 'd';
|
|
481
|
+
}
|
|
482
|
+
if (msAbs >= h) {
|
|
483
|
+
return Math.round(ms / h) + 'h';
|
|
484
|
+
}
|
|
485
|
+
if (msAbs >= m) {
|
|
486
|
+
return Math.round(ms / m) + 'm';
|
|
487
|
+
}
|
|
488
|
+
if (msAbs >= s) {
|
|
489
|
+
return Math.round(ms / s) + 's';
|
|
490
|
+
}
|
|
491
|
+
return ms + 'ms';
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
/**
|
|
495
|
+
* Long format for `ms`.
|
|
496
|
+
*
|
|
497
|
+
* @param {Number} ms
|
|
498
|
+
* @return {String}
|
|
499
|
+
* @api private
|
|
500
|
+
*/
|
|
501
|
+
|
|
502
|
+
function fmtLong(ms) {
|
|
503
|
+
var msAbs = Math.abs(ms);
|
|
504
|
+
if (msAbs >= d) {
|
|
505
|
+
return plural(ms, msAbs, d, 'day');
|
|
506
|
+
}
|
|
507
|
+
if (msAbs >= h) {
|
|
508
|
+
return plural(ms, msAbs, h, 'hour');
|
|
509
|
+
}
|
|
510
|
+
if (msAbs >= m) {
|
|
511
|
+
return plural(ms, msAbs, m, 'minute');
|
|
512
|
+
}
|
|
513
|
+
if (msAbs >= s) {
|
|
514
|
+
return plural(ms, msAbs, s, 'second');
|
|
515
|
+
}
|
|
516
|
+
return ms + ' ms';
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
/**
|
|
520
|
+
* Pluralization helper.
|
|
521
|
+
*/
|
|
522
|
+
|
|
523
|
+
function plural(ms, msAbs, n, name) {
|
|
524
|
+
var isPlural = msAbs >= n * 1.5;
|
|
525
|
+
return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : '');
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* This is the common logic for both the Node.js and web browser
|
|
530
|
+
* implementations of `debug()`.
|
|
531
|
+
*/
|
|
532
|
+
|
|
533
|
+
function setup(env) {
|
|
534
|
+
createDebug.debug = createDebug;
|
|
535
|
+
createDebug.default = createDebug;
|
|
536
|
+
createDebug.coerce = coerce;
|
|
537
|
+
createDebug.disable = disable;
|
|
538
|
+
createDebug.enable = enable;
|
|
539
|
+
createDebug.enabled = enabled;
|
|
540
|
+
createDebug.humanize = ms;
|
|
541
|
+
createDebug.destroy = destroy;
|
|
542
|
+
|
|
543
|
+
Object.keys(env).forEach(key => {
|
|
544
|
+
createDebug[key] = env[key];
|
|
545
|
+
});
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* The currently active debug mode names, and names to skip.
|
|
549
|
+
*/
|
|
550
|
+
|
|
551
|
+
createDebug.names = [];
|
|
552
|
+
createDebug.skips = [];
|
|
553
|
+
|
|
554
|
+
/**
|
|
555
|
+
* Map of special "%n" handling functions, for the debug "format" argument.
|
|
556
|
+
*
|
|
557
|
+
* Valid key names are a single, lower or upper-case letter, i.e. "n" and "N".
|
|
558
|
+
*/
|
|
559
|
+
createDebug.formatters = {};
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* Selects a color for a debug namespace
|
|
563
|
+
* @param {String} namespace The namespace string for the for the debug instance to be colored
|
|
564
|
+
* @return {Number|String} An ANSI color code for the given namespace
|
|
565
|
+
* @api private
|
|
566
|
+
*/
|
|
567
|
+
function selectColor(namespace) {
|
|
568
|
+
let hash = 0;
|
|
569
|
+
|
|
570
|
+
for (let i = 0; i < namespace.length; i++) {
|
|
571
|
+
hash = ((hash << 5) - hash) + namespace.charCodeAt(i);
|
|
572
|
+
hash |= 0; // Convert to 32bit integer
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
return createDebug.colors[Math.abs(hash) % createDebug.colors.length];
|
|
576
|
+
}
|
|
577
|
+
createDebug.selectColor = selectColor;
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* Create a debugger with the given `namespace`.
|
|
581
|
+
*
|
|
582
|
+
* @param {String} namespace
|
|
583
|
+
* @return {Function}
|
|
584
|
+
* @api public
|
|
585
|
+
*/
|
|
586
|
+
function createDebug(namespace) {
|
|
587
|
+
let prevTime;
|
|
588
|
+
let enableOverride = null;
|
|
589
|
+
let namespacesCache;
|
|
590
|
+
let enabledCache;
|
|
591
|
+
|
|
592
|
+
function debug(...args) {
|
|
593
|
+
// Disabled?
|
|
594
|
+
if (!debug.enabled) {
|
|
595
|
+
return;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
const self = debug;
|
|
599
|
+
|
|
600
|
+
// Set `diff` timestamp
|
|
601
|
+
const curr = Number(new Date());
|
|
602
|
+
const ms = curr - (prevTime || curr);
|
|
603
|
+
self.diff = ms;
|
|
604
|
+
self.prev = prevTime;
|
|
605
|
+
self.curr = curr;
|
|
606
|
+
prevTime = curr;
|
|
607
|
+
|
|
608
|
+
args[0] = createDebug.coerce(args[0]);
|
|
609
|
+
|
|
610
|
+
if (typeof args[0] !== 'string') {
|
|
611
|
+
// Anything else let's inspect with %O
|
|
612
|
+
args.unshift('%O');
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
// Apply any `formatters` transformations
|
|
616
|
+
let index = 0;
|
|
617
|
+
args[0] = args[0].replace(/%([a-zA-Z%])/g, (match, format) => {
|
|
618
|
+
// If we encounter an escaped % then don't increase the array index
|
|
619
|
+
if (match === '%%') {
|
|
620
|
+
return '%';
|
|
621
|
+
}
|
|
622
|
+
index++;
|
|
623
|
+
const formatter = createDebug.formatters[format];
|
|
624
|
+
if (typeof formatter === 'function') {
|
|
625
|
+
const val = args[index];
|
|
626
|
+
match = formatter.call(self, val);
|
|
627
|
+
|
|
628
|
+
// Now we need to remove `args[index]` since it's inlined in the `format`
|
|
629
|
+
args.splice(index, 1);
|
|
630
|
+
index--;
|
|
631
|
+
}
|
|
632
|
+
return match;
|
|
633
|
+
});
|
|
634
|
+
|
|
635
|
+
// Apply env-specific formatting (colors, etc.)
|
|
636
|
+
createDebug.formatArgs.call(self, args);
|
|
637
|
+
|
|
638
|
+
const logFn = self.log || createDebug.log;
|
|
639
|
+
logFn.apply(self, args);
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
debug.namespace = namespace;
|
|
643
|
+
debug.useColors = createDebug.useColors();
|
|
644
|
+
debug.color = createDebug.selectColor(namespace);
|
|
645
|
+
debug.extend = extend;
|
|
646
|
+
debug.destroy = createDebug.destroy; // XXX Temporary. Will be removed in the next major release.
|
|
647
|
+
|
|
648
|
+
Object.defineProperty(debug, 'enabled', {
|
|
649
|
+
enumerable: true,
|
|
650
|
+
configurable: false,
|
|
651
|
+
get: () => {
|
|
652
|
+
if (enableOverride !== null) {
|
|
653
|
+
return enableOverride;
|
|
654
|
+
}
|
|
655
|
+
if (namespacesCache !== createDebug.namespaces) {
|
|
656
|
+
namespacesCache = createDebug.namespaces;
|
|
657
|
+
enabledCache = createDebug.enabled(namespace);
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
return enabledCache;
|
|
661
|
+
},
|
|
662
|
+
set: v => {
|
|
663
|
+
enableOverride = v;
|
|
664
|
+
}
|
|
665
|
+
});
|
|
666
|
+
|
|
667
|
+
// Env-specific initialization logic for debug instances
|
|
668
|
+
if (typeof createDebug.init === 'function') {
|
|
669
|
+
createDebug.init(debug);
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
return debug;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
function extend(namespace, delimiter) {
|
|
676
|
+
const newDebug = createDebug(this.namespace + (typeof delimiter === 'undefined' ? ':' : delimiter) + namespace);
|
|
677
|
+
newDebug.log = this.log;
|
|
678
|
+
return newDebug;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
/**
|
|
682
|
+
* Enables a debug mode by namespaces. This can include modes
|
|
683
|
+
* separated by a colon and wildcards.
|
|
684
|
+
*
|
|
685
|
+
* @param {String} namespaces
|
|
686
|
+
* @api public
|
|
687
|
+
*/
|
|
688
|
+
function enable(namespaces) {
|
|
689
|
+
createDebug.save(namespaces);
|
|
690
|
+
createDebug.namespaces = namespaces;
|
|
691
|
+
|
|
692
|
+
createDebug.names = [];
|
|
693
|
+
createDebug.skips = [];
|
|
694
|
+
|
|
695
|
+
let i;
|
|
696
|
+
const split = (typeof namespaces === 'string' ? namespaces : '').split(/[\s,]+/);
|
|
697
|
+
const len = split.length;
|
|
698
|
+
|
|
699
|
+
for (i = 0; i < len; i++) {
|
|
700
|
+
if (!split[i]) {
|
|
701
|
+
// ignore empty strings
|
|
702
|
+
continue;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
namespaces = split[i].replace(/\*/g, '.*?');
|
|
706
|
+
|
|
707
|
+
if (namespaces[0] === '-') {
|
|
708
|
+
createDebug.skips.push(new RegExp('^' + namespaces.substr(1) + '$'));
|
|
709
|
+
} else {
|
|
710
|
+
createDebug.names.push(new RegExp('^' + namespaces + '$'));
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
/**
|
|
716
|
+
* Disable debug output.
|
|
717
|
+
*
|
|
718
|
+
* @return {String} namespaces
|
|
719
|
+
* @api public
|
|
720
|
+
*/
|
|
721
|
+
function disable() {
|
|
722
|
+
const namespaces = [
|
|
723
|
+
...createDebug.names.map(toNamespace),
|
|
724
|
+
...createDebug.skips.map(toNamespace).map(namespace => '-' + namespace)
|
|
725
|
+
].join(',');
|
|
726
|
+
createDebug.enable('');
|
|
727
|
+
return namespaces;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
/**
|
|
731
|
+
* Returns true if the given mode name is enabled, false otherwise.
|
|
732
|
+
*
|
|
733
|
+
* @param {String} name
|
|
734
|
+
* @return {Boolean}
|
|
735
|
+
* @api public
|
|
736
|
+
*/
|
|
737
|
+
function enabled(name) {
|
|
738
|
+
if (name[name.length - 1] === '*') {
|
|
739
|
+
return true;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
let i;
|
|
743
|
+
let len;
|
|
744
|
+
|
|
745
|
+
for (i = 0, len = createDebug.skips.length; i < len; i++) {
|
|
746
|
+
if (createDebug.skips[i].test(name)) {
|
|
747
|
+
return false;
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
for (i = 0, len = createDebug.names.length; i < len; i++) {
|
|
752
|
+
if (createDebug.names[i].test(name)) {
|
|
753
|
+
return true;
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
return false;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
/**
|
|
761
|
+
* Convert regexp to namespace
|
|
762
|
+
*
|
|
763
|
+
* @param {RegExp} regxep
|
|
764
|
+
* @return {String} namespace
|
|
765
|
+
* @api private
|
|
766
|
+
*/
|
|
767
|
+
function toNamespace(regexp) {
|
|
768
|
+
return regexp.toString()
|
|
769
|
+
.substring(2, regexp.toString().length - 2)
|
|
770
|
+
.replace(/\.\*\?$/, '*');
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
/**
|
|
774
|
+
* Coerce `val`.
|
|
775
|
+
*
|
|
776
|
+
* @param {Mixed} val
|
|
777
|
+
* @return {Mixed}
|
|
778
|
+
* @api private
|
|
779
|
+
*/
|
|
780
|
+
function coerce(val) {
|
|
781
|
+
if (val instanceof Error) {
|
|
782
|
+
return val.stack || val.message;
|
|
783
|
+
}
|
|
784
|
+
return val;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
/**
|
|
788
|
+
* XXX DO NOT USE. This is a temporary stub function.
|
|
789
|
+
* XXX It WILL be removed in the next major release.
|
|
790
|
+
*/
|
|
791
|
+
function destroy() {
|
|
792
|
+
console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.');
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
createDebug.enable(createDebug.load());
|
|
796
|
+
|
|
797
|
+
return createDebug;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
var common = setup;
|
|
801
|
+
|
|
802
|
+
var browser = createCommonjsModule(function (module, exports) {
|
|
803
|
+
/* eslint-env browser */
|
|
804
|
+
|
|
805
|
+
/**
|
|
806
|
+
* This is the web browser implementation of `debug()`.
|
|
807
|
+
*/
|
|
808
|
+
|
|
809
|
+
exports.formatArgs = formatArgs;
|
|
810
|
+
exports.save = save;
|
|
811
|
+
exports.load = load;
|
|
812
|
+
exports.useColors = useColors;
|
|
813
|
+
exports.storage = localstorage();
|
|
814
|
+
exports.destroy = (() => {
|
|
815
|
+
let warned = false;
|
|
816
|
+
|
|
817
|
+
return () => {
|
|
818
|
+
if (!warned) {
|
|
819
|
+
warned = true;
|
|
820
|
+
console.warn('Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.');
|
|
821
|
+
}
|
|
822
|
+
};
|
|
823
|
+
})();
|
|
824
|
+
|
|
825
|
+
/**
|
|
826
|
+
* Colors.
|
|
827
|
+
*/
|
|
828
|
+
|
|
829
|
+
exports.colors = [
|
|
830
|
+
'#0000CC',
|
|
831
|
+
'#0000FF',
|
|
832
|
+
'#0033CC',
|
|
833
|
+
'#0033FF',
|
|
834
|
+
'#0066CC',
|
|
835
|
+
'#0066FF',
|
|
836
|
+
'#0099CC',
|
|
837
|
+
'#0099FF',
|
|
838
|
+
'#00CC00',
|
|
839
|
+
'#00CC33',
|
|
840
|
+
'#00CC66',
|
|
841
|
+
'#00CC99',
|
|
842
|
+
'#00CCCC',
|
|
843
|
+
'#00CCFF',
|
|
844
|
+
'#3300CC',
|
|
845
|
+
'#3300FF',
|
|
846
|
+
'#3333CC',
|
|
847
|
+
'#3333FF',
|
|
848
|
+
'#3366CC',
|
|
849
|
+
'#3366FF',
|
|
850
|
+
'#3399CC',
|
|
851
|
+
'#3399FF',
|
|
852
|
+
'#33CC00',
|
|
853
|
+
'#33CC33',
|
|
854
|
+
'#33CC66',
|
|
855
|
+
'#33CC99',
|
|
856
|
+
'#33CCCC',
|
|
857
|
+
'#33CCFF',
|
|
858
|
+
'#6600CC',
|
|
859
|
+
'#6600FF',
|
|
860
|
+
'#6633CC',
|
|
861
|
+
'#6633FF',
|
|
862
|
+
'#66CC00',
|
|
863
|
+
'#66CC33',
|
|
864
|
+
'#9900CC',
|
|
865
|
+
'#9900FF',
|
|
866
|
+
'#9933CC',
|
|
867
|
+
'#9933FF',
|
|
868
|
+
'#99CC00',
|
|
869
|
+
'#99CC33',
|
|
870
|
+
'#CC0000',
|
|
871
|
+
'#CC0033',
|
|
872
|
+
'#CC0066',
|
|
873
|
+
'#CC0099',
|
|
874
|
+
'#CC00CC',
|
|
875
|
+
'#CC00FF',
|
|
876
|
+
'#CC3300',
|
|
877
|
+
'#CC3333',
|
|
878
|
+
'#CC3366',
|
|
879
|
+
'#CC3399',
|
|
880
|
+
'#CC33CC',
|
|
881
|
+
'#CC33FF',
|
|
882
|
+
'#CC6600',
|
|
883
|
+
'#CC6633',
|
|
884
|
+
'#CC9900',
|
|
885
|
+
'#CC9933',
|
|
886
|
+
'#CCCC00',
|
|
887
|
+
'#CCCC33',
|
|
888
|
+
'#FF0000',
|
|
889
|
+
'#FF0033',
|
|
890
|
+
'#FF0066',
|
|
891
|
+
'#FF0099',
|
|
892
|
+
'#FF00CC',
|
|
893
|
+
'#FF00FF',
|
|
894
|
+
'#FF3300',
|
|
895
|
+
'#FF3333',
|
|
896
|
+
'#FF3366',
|
|
897
|
+
'#FF3399',
|
|
898
|
+
'#FF33CC',
|
|
899
|
+
'#FF33FF',
|
|
900
|
+
'#FF6600',
|
|
901
|
+
'#FF6633',
|
|
902
|
+
'#FF9900',
|
|
903
|
+
'#FF9933',
|
|
904
|
+
'#FFCC00',
|
|
905
|
+
'#FFCC33'
|
|
906
|
+
];
|
|
907
|
+
|
|
908
|
+
/**
|
|
909
|
+
* Currently only WebKit-based Web Inspectors, Firefox >= v31,
|
|
910
|
+
* and the Firebug extension (any Firefox version) are known
|
|
911
|
+
* to support "%c" CSS customizations.
|
|
912
|
+
*
|
|
913
|
+
* TODO: add a `localStorage` variable to explicitly enable/disable colors
|
|
914
|
+
*/
|
|
915
|
+
|
|
916
|
+
// eslint-disable-next-line complexity
|
|
917
|
+
function useColors() {
|
|
918
|
+
// NB: In an Electron preload script, document will be defined but not fully
|
|
919
|
+
// initialized. Since we know we're in Chrome, we'll just detect this case
|
|
920
|
+
// explicitly
|
|
921
|
+
if (typeof window !== 'undefined' && window.process && (window.process.type === 'renderer' || window.process.__nwjs)) {
|
|
922
|
+
return true;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
// Internet Explorer and Edge do not support colors.
|
|
926
|
+
if (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) {
|
|
927
|
+
return false;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
// Is webkit? http://stackoverflow.com/a/16459606/376773
|
|
931
|
+
// document is undefined in react-native: https://github.com/facebook/react-native/pull/1632
|
|
932
|
+
return (typeof document !== 'undefined' && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance) ||
|
|
933
|
+
// Is firebug? http://stackoverflow.com/a/398120/376773
|
|
934
|
+
(typeof window !== 'undefined' && window.console && (window.console.firebug || (window.console.exception && window.console.table))) ||
|
|
935
|
+
// Is firefox >= v31?
|
|
936
|
+
// https://developer.mozilla.org/en-US/docs/Tools/Web_Console#Styling_messages
|
|
937
|
+
(typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && parseInt(RegExp.$1, 10) >= 31) ||
|
|
938
|
+
// Double check webkit in userAgent just in case we are in a worker
|
|
939
|
+
(typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/));
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
/**
|
|
943
|
+
* Colorize log arguments if enabled.
|
|
944
|
+
*
|
|
945
|
+
* @api public
|
|
946
|
+
*/
|
|
947
|
+
|
|
948
|
+
function formatArgs(args) {
|
|
949
|
+
args[0] = (this.useColors ? '%c' : '') +
|
|
950
|
+
this.namespace +
|
|
951
|
+
(this.useColors ? ' %c' : ' ') +
|
|
952
|
+
args[0] +
|
|
953
|
+
(this.useColors ? '%c ' : ' ') +
|
|
954
|
+
'+' + module.exports.humanize(this.diff);
|
|
955
|
+
|
|
956
|
+
if (!this.useColors) {
|
|
957
|
+
return;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
const c = 'color: ' + this.color;
|
|
961
|
+
args.splice(1, 0, c, 'color: inherit');
|
|
962
|
+
|
|
963
|
+
// The final "%c" is somewhat tricky, because there could be other
|
|
964
|
+
// arguments passed either before or after the %c, so we need to
|
|
965
|
+
// figure out the correct index to insert the CSS into
|
|
966
|
+
let index = 0;
|
|
967
|
+
let lastC = 0;
|
|
968
|
+
args[0].replace(/%[a-zA-Z%]/g, match => {
|
|
969
|
+
if (match === '%%') {
|
|
970
|
+
return;
|
|
971
|
+
}
|
|
972
|
+
index++;
|
|
973
|
+
if (match === '%c') {
|
|
974
|
+
// We only are interested in the *last* %c
|
|
975
|
+
// (the user may have provided their own)
|
|
976
|
+
lastC = index;
|
|
977
|
+
}
|
|
978
|
+
});
|
|
979
|
+
|
|
980
|
+
args.splice(lastC, 0, c);
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
/**
|
|
984
|
+
* Invokes `console.debug()` when available.
|
|
985
|
+
* No-op when `console.debug` is not a "function".
|
|
986
|
+
* If `console.debug` is not available, falls back
|
|
987
|
+
* to `console.log`.
|
|
988
|
+
*
|
|
989
|
+
* @api public
|
|
990
|
+
*/
|
|
991
|
+
exports.log = console.debug || console.log || (() => {});
|
|
992
|
+
|
|
993
|
+
/**
|
|
994
|
+
* Save `namespaces`.
|
|
995
|
+
*
|
|
996
|
+
* @param {String} namespaces
|
|
997
|
+
* @api private
|
|
998
|
+
*/
|
|
999
|
+
function save(namespaces) {
|
|
1000
|
+
try {
|
|
1001
|
+
if (namespaces) {
|
|
1002
|
+
exports.storage.setItem('debug', namespaces);
|
|
1003
|
+
} else {
|
|
1004
|
+
exports.storage.removeItem('debug');
|
|
1005
|
+
}
|
|
1006
|
+
} catch (error) {
|
|
1007
|
+
// Swallow
|
|
1008
|
+
// XXX (@Qix-) should we be logging these?
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
/**
|
|
1013
|
+
* Load `namespaces`.
|
|
1014
|
+
*
|
|
1015
|
+
* @return {String} returns the previously persisted debug modes
|
|
1016
|
+
* @api private
|
|
1017
|
+
*/
|
|
1018
|
+
function load() {
|
|
1019
|
+
let r;
|
|
1020
|
+
try {
|
|
1021
|
+
r = exports.storage.getItem('debug');
|
|
1022
|
+
} catch (error) {
|
|
1023
|
+
// Swallow
|
|
1024
|
+
// XXX (@Qix-) should we be logging these?
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
// If debug isn't set in LS, and we're in Electron, try to load $DEBUG
|
|
1028
|
+
if (!r && typeof process !== 'undefined' && 'env' in process) {
|
|
1029
|
+
r = process.env.DEBUG;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
return r;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
/**
|
|
1036
|
+
* Localstorage attempts to return the localstorage.
|
|
1037
|
+
*
|
|
1038
|
+
* This is necessary because safari throws
|
|
1039
|
+
* when a user disables cookies/localstorage
|
|
1040
|
+
* and you attempt to access it.
|
|
1041
|
+
*
|
|
1042
|
+
* @return {LocalStorage}
|
|
1043
|
+
* @api private
|
|
1044
|
+
*/
|
|
1045
|
+
|
|
1046
|
+
function localstorage() {
|
|
1047
|
+
try {
|
|
1048
|
+
// TVMLKit (Apple TV JS Runtime) does not have a window object, just localStorage in the global context
|
|
1049
|
+
// The Browser also has localStorage in the global context.
|
|
1050
|
+
return localStorage;
|
|
1051
|
+
} catch (error) {
|
|
1052
|
+
// Swallow
|
|
1053
|
+
// XXX (@Qix-) should we be logging these?
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
module.exports = common(exports);
|
|
1058
|
+
|
|
1059
|
+
const {formatters} = module.exports;
|
|
1060
|
+
|
|
1061
|
+
/**
|
|
1062
|
+
* Map %j to `JSON.stringify()`, since no Web Inspectors do that by default.
|
|
1063
|
+
*/
|
|
1064
|
+
|
|
1065
|
+
formatters.j = function (v) {
|
|
1066
|
+
try {
|
|
1067
|
+
return JSON.stringify(v);
|
|
1068
|
+
} catch (error) {
|
|
1069
|
+
return '[UnexpectedJSONParseError]: ' + error.message;
|
|
1070
|
+
}
|
|
1071
|
+
};
|
|
1072
|
+
});
|
|
1073
|
+
|
|
1074
|
+
function t(t,n){for(var e=0;e<n.length;e++){var i=n[e];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i);}}function n(n,e,i){return e&&t(n.prototype,e),i&&t(n,i),n}var s$1=function(){function t(t){var n=this,e=this;this._status="Initial",this.onChange=function(t){e.options.onChange&&e.options.onChange(t);},this.onConnect=function(t){try{return n.status="Connected",n.options.onChange&&n.options.onChange(t),Promise.resolve(new Promise(function(t){n.resolvePromise=t;}))}catch(t){return Promise.reject(t)}},this.onDisconnect=function(){e.status="Connecting",e.start();},this.options=t;}var e=t.prototype;return e.start=function(){var t=this,n=0;this.status="Connecting";var e=function(){return t.status},i=a(this.options.attempts)||10,o=function(){if("Connected"!==e()){var o=new CustomEvent(t.options.contextName,{bubbles:!0,cancelable:!0,composed:!0,detail:{onConnect:t.onConnect,onChange:t.onChange,onDisconnect:t.onDisconnect}});a(t.options.element).dispatchEvent(o),"Connected"!==e()?++n>=i&&(t._interval&&clearInterval(t._interval),t.status="Timeout"):"Connected"===e()&&t._interval&&clearInterval(t._interval);}};return (a(this.options.pollingMs)||100)>0&&i>1&&(this._interval=setInterval(o,a(this.options.pollingMs)||100)),o(),this},e.stop=function(){return this._interval&&clearInterval(this._interval),this.resolvePromise&&this.resolvePromise(),this.status="Initial",this},n(t,[{key:"status",set:function(t){this._status=t,this.options.onStatus&&this.options.onStatus(t);},get:function(){return this._status}}]),t}(),c=function(){function t(t){var n=this;this.__listeners=[],this.connectListener=function(t){try{t.stopPropagation(),n.__listeners=[].concat(n.__listeners,[t.detail]);var e=function(e,i){try{var o=Promise.resolve(t.detail.onConnect(n.__current)).then(function(){});}catch(t){return i(!0,t)}return o&&o.then?o.then(i.bind(null,!1),i.bind(null,!0)):i(!1,o)}(0,function(e,i){var o,r;if(n.__listeners=(r=(o=n.__listeners).indexOf(t.detail),o.slice(0,r).concat(o.slice(r+1,o.length))),e)throw i;return i});return Promise.resolve(e&&e.then?e.then(function(){}):void 0)}catch(t){return Promise.reject(t)}},this.options=t,this.__current=a(t.initialState);}var e=t.prototype;return e.start=function(){return a(this.options.element).addEventListener(this.options.contextName,this.connectListener),this},e.stop=function(){return a(this.options.element).removeEventListener(this.options.contextName,this.connectListener),this.__listeners.map(function(t){t.onDisconnect();}),this.__listeners=[],this},n(t,[{key:"context",set:function(t){this.__current=t,this.__listeners.forEach(function(n){return n.onChange(t)});},get:function(){return a(this.__current)}},{key:"listeners",get:function(){return Object.freeze([].concat(this.__listeners))}}]),t}();function a(t){return "function"==typeof typeof t?t():t}
|
|
1075
|
+
|
|
1076
|
+
function c$1(){return (c$1=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 u=1e3,C=60*u,l=60*C,d$1=24*l,f=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*d$1;case"hours":case"hour":case"hrs":case"hr":case"h":return n*l;case"minutes":case"minute":case"mins":case"min":case"m":return n*C;case"seconds":case"second":case"secs":case"sec":case"s":return n*u;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>=d$1?g(e,t,d$1,"day"):t>=l?g(e,t,l,"hour"):t>=C?g(e,t,C,"minute"):t>=u?g(e,t,u,"second"):e+" ms"}(e):function(e){var t=Math.abs(e);return t>=d$1?Math.round(e/d$1)+"d":t>=l?Math.round(e/l)+"h":t>=C?Math.round(e/C)+"m":t>=u?Math.round(e/u)+"s":e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function g(e,t,n,r){var o=t>=1.5*n;return Math.round(e/n)+" "+r+(o?"s":"")}var p,m$1=(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;const n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,o=0;t[0].replace(/%[a-zA-Z%]/g,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(){let 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=(()=>{let e=!1;return ()=>{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||(()=>{}),e.exports=function(e){function t(e){let r,o=null;function s(...e){if(!s.enabled)return;const n=s,o=Number(new Date);n.diff=o-(r||o),n.prev=r,n.curr=o,r=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let a=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,(r,o)=>{if("%%"===r)return "%";a++;const s=t.formatters[o];return "function"==typeof s&&(r=s.call(n,e[a]),e.splice(a,1),a--),r}),t.formatArgs.call(n,e),(n.log||t.log).apply(n,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:()=>null===o?t.enabled(e):o,set:e=>{o=e;}}),"function"==typeof t.init&&t.init(s),s}function n(e,n){const 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(){const e=[...t.names.map(r),...t.skips.map(r).map(e=>"-"+e)].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.names=[],t.skips=[];const 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;let 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=f,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(n=>{t[n]=e[n];}),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t<e.length;t++)n=(n<<5)-n+e.charCodeAt(t),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return "[UnexpectedJSONParseError]: "+e.message}};}(p={exports:{}},p.exports),p.exports)("useDomContext");function h$1(e,n,i){void 0===i&&(i={});var u=useRef(void 0),C=useState(void 0),l=C[0],d=C[1],f=useMemo(function(){var r=new s$1(c$1({contextName:n,element:e,onChange:function(e){u.current=e,d(e);}},i));return r.start(),m$1("Listener initialized",r),{listener:r}},[n,u]).listener;return useEffect(function(){return m$1("Listener starting (or restarting)",f),f.start(),function(){m$1("Listener stopping (or restopping)",f),f.stop();}},[f,e.isConnected]),l||u.current}function y$1(e,t,r){var o=useMemo(function(){var o=new c({contextName:t,element:e,initialState:r});return o.start(),m$1("Provider initialized",o),o},[t,e]);useEffect(function(){return m$1("Provider starting (or restarting)",o),o.start(),function(){m$1("Provider stopping (or re-stopping)",o),o.stop();}},[o,e.isConnected]);var c$1=useReducer(function(e,t){var n;return m$1("New context value",t),n="function"==typeof t?t(o.context):t,o.context=n,o.context},o.context);return [c$1[0],c$1[1],o]}
|
|
1077
|
+
|
|
1078
|
+
function s$2(){return getRenderingRef()}function l$1(){var e=s$2();return getElement(e)}function d$2(e,t){void 0===t&&(t={});var n=l$1();return h$1(n,e,t)}function m$2(e,t){var n=l$1();return y$1(n,e,t)}var p$1=browser("stencil-hook");function h$2(t){var r,u=getElement(t),c=(r=!1,new State(function(){p$1("Queue update on element",u),r||(r=!0,Promise.resolve().then(function(){p$1("Forced update on element",u),r=!1,forceUpdate(u);}));},u)),a=t.disconnectedCallback;if(!a)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");t.disconnectedCallback=function(){c.teardown(),v(a);};var i=t.connectedCallback;t.connectedCallback=function(){c.update(),v(i);};var f=t.render.bind(t);t.render=function(){var e=c.run(f);return c.runEffects(),e};}function v(e){"function"==typeof e&&e();}
|
|
1079
|
+
|
|
1080
|
+
export { useReducer as a, browser as b, useRef as c, c as d, useState as e, useMemo as f, h$2 as g, h$1 as h, d$2 as i, l$1 as l, m$2 as m, useEffect as u, y$1 as y };
|