@spw-ds/spw-stencil-library 0.0.1
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/LICENSE +21 -0
- package/README.md +16 -0
- package/dist/cjs/app-globals-3a1e7e63.js +7 -0
- package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
- package/dist/cjs/index-55fbdb28.js +1956 -0
- package/dist/cjs/index-55fbdb28.js.map +1 -0
- package/dist/cjs/index.cjs.js +4 -0
- package/dist/cjs/index.cjs.js.map +1 -0
- package/dist/cjs/loader.cjs.js +17 -0
- package/dist/cjs/loader.cjs.js.map +1 -0
- package/dist/cjs/spw-accordion_58.cjs.entry.js +5955 -0
- package/dist/cjs/spw-accordion_58.cjs.entry.js.map +1 -0
- package/dist/cjs/spw-stencil-library.cjs.js +27 -0
- package/dist/cjs/spw-stencil-library.cjs.js.map +1 -0
- package/dist/collection/assets/images/logo.svg +3 -0
- package/dist/collection/collection-manifest.json +69 -0
- package/dist/collection/components/spw-accordion/spw-accordion-content/spw-accordion-content.css +2 -0
- package/dist/collection/components/spw-accordion/spw-accordion-content/spw-accordion-content.js +91 -0
- package/dist/collection/components/spw-accordion/spw-accordion-content/spw-accordion-content.js.map +1 -0
- package/dist/collection/components/spw-accordion/spw-accordion-item/spw-accordion-item.css +2 -0
- package/dist/collection/components/spw-accordion/spw-accordion-item/spw-accordion-item.js +146 -0
- package/dist/collection/components/spw-accordion/spw-accordion-item/spw-accordion-item.js.map +1 -0
- package/dist/collection/components/spw-accordion/spw-accordion-title/spw-accordion-title.css +2 -0
- package/dist/collection/components/spw-accordion/spw-accordion-title/spw-accordion-title.js +64 -0
- package/dist/collection/components/spw-accordion/spw-accordion-title/spw-accordion-title.js.map +1 -0
- package/dist/collection/components/spw-accordion/spw-accordion.css +2 -0
- package/dist/collection/components/spw-accordion/spw-accordion.js +19 -0
- package/dist/collection/components/spw-accordion/spw-accordion.js.map +1 -0
- package/dist/collection/components/spw-breadcrumb/spw-breadcrumb-item/spw-breadcrumb-item.css +2 -0
- package/dist/collection/components/spw-breadcrumb/spw-breadcrumb-item/spw-breadcrumb-item.js +83 -0
- package/dist/collection/components/spw-breadcrumb/spw-breadcrumb-item/spw-breadcrumb-item.js.map +1 -0
- package/dist/collection/components/spw-breadcrumb/spw-breadcrumb.css +2 -0
- package/dist/collection/components/spw-breadcrumb/spw-breadcrumb.js +97 -0
- package/dist/collection/components/spw-breadcrumb/spw-breadcrumb.js.map +1 -0
- package/dist/collection/components/spw-button/spw-button.css +2 -0
- package/dist/collection/components/spw-button/spw-button.js +444 -0
- package/dist/collection/components/spw-button/spw-button.js.map +1 -0
- package/dist/collection/components/spw-card/spw-card-content/spw-card-content.css +2 -0
- package/dist/collection/components/spw-card/spw-card-content/spw-card-content.js +69 -0
- package/dist/collection/components/spw-card/spw-card-content/spw-card-content.js.map +1 -0
- package/dist/collection/components/spw-card/spw-card-excerpt/spw-card-excerpt.css +2 -0
- package/dist/collection/components/spw-card/spw-card-excerpt/spw-card-excerpt.js +52 -0
- package/dist/collection/components/spw-card/spw-card-excerpt/spw-card-excerpt.js.map +1 -0
- package/dist/collection/components/spw-card/spw-card-image/spw-card-image.css +2 -0
- package/dist/collection/components/spw-card/spw-card-image/spw-card-image.js +62 -0
- package/dist/collection/components/spw-card/spw-card-image/spw-card-image.js.map +1 -0
- package/dist/collection/components/spw-card/spw-card-subtag-item/spw-card-subtag-item.css +2 -0
- package/dist/collection/components/spw-card/spw-card-subtag-item/spw-card-subtag-item.js +54 -0
- package/dist/collection/components/spw-card/spw-card-subtag-item/spw-card-subtag-item.js.map +1 -0
- package/dist/collection/components/spw-card/spw-card-subtags/spw-card-subtags.css +2 -0
- package/dist/collection/components/spw-card/spw-card-subtags/spw-card-subtags.js +62 -0
- package/dist/collection/components/spw-card/spw-card-subtags/spw-card-subtags.js.map +1 -0
- package/dist/collection/components/spw-card/spw-card-title/spw-card-title.css +2 -0
- package/dist/collection/components/spw-card/spw-card-title/spw-card-title.js +19 -0
- package/dist/collection/components/spw-card/spw-card-title/spw-card-title.js.map +1 -0
- package/dist/collection/components/spw-card/spw-card.css +2 -0
- package/dist/collection/components/spw-card/spw-card.js +314 -0
- package/dist/collection/components/spw-card/spw-card.js.map +1 -0
- package/dist/collection/components/spw-checkbox/spw-checkbox.css +2 -0
- package/dist/collection/components/spw-checkbox/spw-checkbox.js +238 -0
- package/dist/collection/components/spw-checkbox/spw-checkbox.js.map +1 -0
- package/dist/collection/components/spw-cookies/spw-cookies.css +2 -0
- package/dist/collection/components/spw-cookies/spw-cookies.js +166 -0
- package/dist/collection/components/spw-cookies/spw-cookies.js.map +1 -0
- package/dist/collection/components/spw-custom-select/spw-custom-select.css +2 -0
- package/dist/collection/components/spw-custom-select/spw-custom-select.js +680 -0
- package/dist/collection/components/spw-custom-select/spw-custom-select.js.map +1 -0
- package/dist/collection/components/spw-field-label/spw-field-label.css +2 -0
- package/dist/collection/components/spw-field-label/spw-field-label.js +89 -0
- package/dist/collection/components/spw-field-label/spw-field-label.js.map +1 -0
- package/dist/collection/components/spw-field-message/spw-field-message.css +2 -0
- package/dist/collection/components/spw-field-message/spw-field-message.js +80 -0
- package/dist/collection/components/spw-field-message/spw-field-message.js.map +1 -0
- package/dist/collection/components/spw-file-upload/spw-file-upload.css +2 -0
- package/dist/collection/components/spw-file-upload/spw-file-upload.js +411 -0
- package/dist/collection/components/spw-file-upload/spw-file-upload.js.map +1 -0
- package/dist/collection/components/spw-footer/spw-footer-bottom/spw-footer-bottom.css +2 -0
- package/dist/collection/components/spw-footer/spw-footer-bottom/spw-footer-bottom.js +44 -0
- package/dist/collection/components/spw-footer/spw-footer-bottom/spw-footer-bottom.js.map +1 -0
- package/dist/collection/components/spw-footer/spw-footer-content/spw-footer-content.css +2 -0
- package/dist/collection/components/spw-footer/spw-footer-content/spw-footer-content.js +32 -0
- package/dist/collection/components/spw-footer/spw-footer-content/spw-footer-content.js.map +1 -0
- package/dist/collection/components/spw-footer/spw-footer-content-col/spw-footer-content-col.css +2 -0
- package/dist/collection/components/spw-footer/spw-footer-content-col/spw-footer-content-col.js +43 -0
- package/dist/collection/components/spw-footer/spw-footer-content-col/spw-footer-content-col.js.map +1 -0
- package/dist/collection/components/spw-footer/spw-footer-link/spw-footer-link.css +2 -0
- package/dist/collection/components/spw-footer/spw-footer-link/spw-footer-link.js +62 -0
- package/dist/collection/components/spw-footer/spw-footer-link/spw-footer-link.js.map +1 -0
- package/dist/collection/components/spw-footer/spw-footer-socials/spw-footer-socials.css +2 -0
- package/dist/collection/components/spw-footer/spw-footer-socials/spw-footer-socials.js +19 -0
- package/dist/collection/components/spw-footer/spw-footer-socials/spw-footer-socials.js.map +1 -0
- package/dist/collection/components/spw-footer/spw-footer.css +2 -0
- package/dist/collection/components/spw-footer/spw-footer.js +113 -0
- package/dist/collection/components/spw-footer/spw-footer.js.map +1 -0
- package/dist/collection/components/spw-group/spw-group.css +2 -0
- package/dist/collection/components/spw-group/spw-group.js +181 -0
- package/dist/collection/components/spw-group/spw-group.js.map +1 -0
- package/dist/collection/components/spw-header/spw-header-lang/spw-header-lang.css +2 -0
- package/dist/collection/components/spw-header/spw-header-lang/spw-header-lang.js +46 -0
- package/dist/collection/components/spw-header/spw-header-lang/spw-header-lang.js.map +1 -0
- package/dist/collection/components/spw-header/spw-header-lang-item/spw-header-lang-item.css +2 -0
- package/dist/collection/components/spw-header/spw-header-lang-item/spw-header-lang-item.js +44 -0
- package/dist/collection/components/spw-header/spw-header-lang-item/spw-header-lang-item.js.map +1 -0
- package/dist/collection/components/spw-header/spw-header-navigation/spw-header-navigation.css +2 -0
- package/dist/collection/components/spw-header/spw-header-navigation/spw-header-navigation.js +70 -0
- package/dist/collection/components/spw-header/spw-header-navigation/spw-header-navigation.js.map +1 -0
- package/dist/collection/components/spw-header/spw-header-navigation-dropdown/spw-header-navigation-dropdown.css +2 -0
- package/dist/collection/components/spw-header/spw-header-navigation-dropdown/spw-header-navigation-dropdown.js +19 -0
- package/dist/collection/components/spw-header/spw-header-navigation-dropdown/spw-header-navigation-dropdown.js.map +1 -0
- package/dist/collection/components/spw-header/spw-header-navigation-item/spw-header-navigation-item.css +2 -0
- package/dist/collection/components/spw-header/spw-header-navigation-item/spw-header-navigation-item.js +193 -0
- package/dist/collection/components/spw-header/spw-header-navigation-item/spw-header-navigation-item.js.map +1 -0
- package/dist/collection/components/spw-header/spw-header-persona/spw-header-persona.css +2 -0
- package/dist/collection/components/spw-header/spw-header-persona/spw-header-persona.js +51 -0
- package/dist/collection/components/spw-header/spw-header-persona/spw-header-persona.js.map +1 -0
- package/dist/collection/components/spw-header/spw-header-persona-item/spw-header-persona-item.css +2 -0
- package/dist/collection/components/spw-header/spw-header-persona-item/spw-header-persona-item.js +44 -0
- package/dist/collection/components/spw-header/spw-header-persona-item/spw-header-persona-item.js.map +1 -0
- package/dist/collection/components/spw-header/spw-header.css +2 -0
- package/dist/collection/components/spw-header/spw-header.js +36 -0
- package/dist/collection/components/spw-header/spw-header.js.map +1 -0
- package/dist/collection/components/spw-icon/assets/LICENSE.txt +165 -0
- package/dist/collection/components/spw-icon/assets/all.css +7913 -0
- package/dist/collection/components/spw-icon/assets/all.min.css +9 -0
- package/dist/collection/components/spw-icon/assets/brands.css +1609 -0
- package/dist/collection/components/spw-icon/assets/brands.min.css +6 -0
- package/dist/collection/components/spw-icon/assets/fa-brands-400.ttf +0 -0
- package/dist/collection/components/spw-icon/assets/fa-brands-400.woff2 +0 -0
- package/dist/collection/components/spw-icon/assets/fa-regular-400.ttf +0 -0
- package/dist/collection/components/spw-icon/assets/fa-regular-400.woff2 +0 -0
- package/dist/collection/components/spw-icon/assets/fa-solid-900.ttf +0 -0
- package/dist/collection/components/spw-icon/assets/fa-solid-900.woff2 +0 -0
- package/dist/collection/components/spw-icon/assets/fa-v4compatibility.ttf +0 -0
- package/dist/collection/components/spw-icon/assets/fa-v4compatibility.woff2 +0 -0
- package/dist/collection/components/spw-icon/assets/fontawesome.css +6243 -0
- package/dist/collection/components/spw-icon/assets/fontawesome.min.css +9 -0
- package/dist/collection/components/spw-icon/assets/regular.css +19 -0
- package/dist/collection/components/spw-icon/assets/regular.min.css +6 -0
- package/dist/collection/components/spw-icon/assets/solid.css +19 -0
- package/dist/collection/components/spw-icon/assets/solid.min.css +6 -0
- package/dist/collection/components/spw-icon/assets/svg-with-js.css +461 -0
- package/dist/collection/components/spw-icon/assets/svg-with-js.min.css +6 -0
- package/dist/collection/components/spw-icon/assets/v4-font-face.css +26 -0
- package/dist/collection/components/spw-icon/assets/v4-font-face.min.css +6 -0
- package/dist/collection/components/spw-icon/assets/v4-shims.css +2194 -0
- package/dist/collection/components/spw-icon/assets/v4-shims.min.css +6 -0
- package/dist/collection/components/spw-icon/assets/v5-font-face.css +22 -0
- package/dist/collection/components/spw-icon/assets/v5-font-face.min.css +6 -0
- package/dist/collection/components/spw-icon/spw-icon.css +10 -0
- package/dist/collection/components/spw-icon/spw-icon.js +64 -0
- package/dist/collection/components/spw-icon/spw-icon.js.map +1 -0
- package/dist/collection/components/spw-iodda/spw-iodda.css +2 -0
- package/dist/collection/components/spw-iodda/spw-iodda.js +113 -0
- package/dist/collection/components/spw-iodda/spw-iodda.js.map +1 -0
- package/dist/collection/components/spw-iodda/spw-iodda.service.js +19 -0
- package/dist/collection/components/spw-iodda/spw-iodda.service.js.map +1 -0
- package/dist/collection/components/spw-link/spw-link.css +2 -0
- package/dist/collection/components/spw-link/spw-link.js +220 -0
- package/dist/collection/components/spw-link/spw-link.js.map +1 -0
- package/dist/collection/components/spw-loading/spw-loading.css +2 -0
- package/dist/collection/components/spw-loading/spw-loading.js +44 -0
- package/dist/collection/components/spw-loading/spw-loading.js.map +1 -0
- package/dist/collection/components/spw-message/spw-message.css +2 -0
- package/dist/collection/components/spw-message/spw-message.js +141 -0
- package/dist/collection/components/spw-message/spw-message.js.map +1 -0
- package/dist/collection/components/spw-message/utils.js +27 -0
- package/dist/collection/components/spw-modal/spw-modal.css +2 -0
- package/dist/collection/components/spw-modal/spw-modal.js +361 -0
- package/dist/collection/components/spw-modal/spw-modal.js.map +1 -0
- package/dist/collection/components/spw-mosaic/spw-mosaic-item/spw-mosaic-item.css +2 -0
- package/dist/collection/components/spw-mosaic/spw-mosaic-item/spw-mosaic-item.js +40 -0
- package/dist/collection/components/spw-mosaic/spw-mosaic-item/spw-mosaic-item.js.map +1 -0
- package/dist/collection/components/spw-mosaic/spw-mosaic.css +2 -0
- package/dist/collection/components/spw-mosaic/spw-mosaic.js +301 -0
- package/dist/collection/components/spw-mosaic/spw-mosaic.js.map +1 -0
- package/dist/collection/components/spw-pagination/spw-pagination.css +2 -0
- package/dist/collection/components/spw-pagination/spw-pagination.js +305 -0
- package/dist/collection/components/spw-pagination/spw-pagination.js.map +1 -0
- package/dist/collection/components/spw-radio/spw-radio.css +2 -0
- package/dist/collection/components/spw-radio/spw-radio.js +248 -0
- package/dist/collection/components/spw-radio/spw-radio.js.map +1 -0
- package/dist/collection/components/spw-search-field/spw-search-field.css +2 -0
- package/dist/collection/components/spw-search-field/spw-search-field.js +287 -0
- package/dist/collection/components/spw-search-field/spw-search-field.js.map +1 -0
- package/dist/collection/components/spw-select/spw-select.css +2 -0
- package/dist/collection/components/spw-select/spw-select.js +374 -0
- package/dist/collection/components/spw-select/spw-select.js.map +1 -0
- package/dist/collection/components/spw-separator/spw-separator.css +2 -0
- package/dist/collection/components/spw-separator/spw-separator.js +134 -0
- package/dist/collection/components/spw-separator/spw-separator.js.map +1 -0
- package/dist/collection/components/spw-table/spw-table-body/spw-table-body.css +2 -0
- package/dist/collection/components/spw-table/spw-table-body/spw-table-body.js +19 -0
- package/dist/collection/components/spw-table/spw-table-body/spw-table-body.js.map +1 -0
- package/dist/collection/components/spw-table/spw-table-cell/spw-table-cell.css +2 -0
- package/dist/collection/components/spw-table/spw-table-cell/spw-table-cell.js +159 -0
- package/dist/collection/components/spw-table/spw-table-cell/spw-table-cell.js.map +1 -0
- package/dist/collection/components/spw-table/spw-table-head/spw-table-head.css +2 -0
- package/dist/collection/components/spw-table/spw-table-head/spw-table-head.js +19 -0
- package/dist/collection/components/spw-table/spw-table-head/spw-table-head.js.map +1 -0
- package/dist/collection/components/spw-table/spw-table-header/spw-table-header.css +2 -0
- package/dist/collection/components/spw-table/spw-table-header/spw-table-header.js +158 -0
- package/dist/collection/components/spw-table/spw-table-header/spw-table-header.js.map +1 -0
- package/dist/collection/components/spw-table/spw-table-row/spw-table-row.css +2 -0
- package/dist/collection/components/spw-table/spw-table-row/spw-table-row.js +19 -0
- package/dist/collection/components/spw-table/spw-table-row/spw-table-row.js.map +1 -0
- package/dist/collection/components/spw-table/spw-table.css +2 -0
- package/dist/collection/components/spw-table/spw-table.js +115 -0
- package/dist/collection/components/spw-table/spw-table.js.map +1 -0
- package/dist/collection/components/spw-text-field/spw-text-field.css +2 -0
- package/dist/collection/components/spw-text-field/spw-text-field.js +480 -0
- package/dist/collection/components/spw-text-field/spw-text-field.js.map +1 -0
- package/dist/collection/components/spw-textarea/spw-textarea.css +2 -0
- package/dist/collection/components/spw-textarea/spw-textarea.js +450 -0
- package/dist/collection/components/spw-textarea/spw-textarea.js.map +1 -0
- package/dist/collection/components/spw-theme-provider/spw-theme-provider.js +59 -0
- package/dist/collection/components/spw-theme-provider/spw-theme-provider.js.map +1 -0
- package/dist/collection/components/spw-tooltip/spw-tooltip.css +2 -0
- package/dist/collection/components/spw-tooltip/spw-tooltip.js +100 -0
- package/dist/collection/components/spw-tooltip/spw-tooltip.js.map +1 -0
- package/dist/collection/index.js +2 -0
- package/dist/collection/index.js.map +1 -0
- package/dist/collection/stories/assets/accessibility.svg +5 -0
- package/dist/collection/stories/assets/discord.svg +15 -0
- package/dist/collection/stories/assets/github.svg +3 -0
- package/dist/collection/stories/assets/logo.svg +18 -0
- package/dist/collection/stories/assets/tutorials.svg +12 -0
- package/dist/collection/stories/assets/youtube.svg +4 -0
- package/dist/collection/stories/components/spw-accordion/spw-accordion.stories.js +72 -0
- package/dist/collection/stories/components/spw-accordion/spw-accordion.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-breadcrumb/spw-breadcrumb.stories.js +66 -0
- package/dist/collection/stories/components/spw-breadcrumb/spw-breadcrumb.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-button/spw-button.stories.js +74 -0
- package/dist/collection/stories/components/spw-button/spw-button.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-card/spw-card.stories.js +183 -0
- package/dist/collection/stories/components/spw-card/spw-card.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-checkbox/spw-checkbox.stories.js +61 -0
- package/dist/collection/stories/components/spw-checkbox/spw-checkbox.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-cookies/spw-cookies.stories.js +56 -0
- package/dist/collection/stories/components/spw-cookies/spw-cookies.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-field-message/spw-field-message.stories.js +67 -0
- package/dist/collection/stories/components/spw-field-message/spw-field-message.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-file-upload/spw-file-upload.stories.js +53 -0
- package/dist/collection/stories/components/spw-file-upload/spw-file-upload.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-footer/spw-footer.stories.js +126 -0
- package/dist/collection/stories/components/spw-footer/spw-footer.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-group/spw-group.stories.js +81 -0
- package/dist/collection/stories/components/spw-group/spw-group.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-header/spw-header.stories.js +135 -0
- package/dist/collection/stories/components/spw-header/spw-header.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-icon/spw-icon.stories.js +54 -0
- package/dist/collection/stories/components/spw-icon/spw-icon.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-link/spw-link.stories.js +66 -0
- package/dist/collection/stories/components/spw-link/spw-link.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-loading/spw-loading.stories.js +58 -0
- package/dist/collection/stories/components/spw-loading/spw-loading.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-message/spw-message.stories.js +67 -0
- package/dist/collection/stories/components/spw-message/spw-message.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-modal/spw-modal.stories.js +111 -0
- package/dist/collection/stories/components/spw-modal/spw-modal.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-mosaic/spw-mosaic.stories.js +146 -0
- package/dist/collection/stories/components/spw-mosaic/spw-mosaic.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-pagination/spw-pagination.stories.js +93 -0
- package/dist/collection/stories/components/spw-pagination/spw-pagination.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-radio/spw-radio.stories.js +62 -0
- package/dist/collection/stories/components/spw-radio/spw-radio.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-search-field/spw-search-field.stories.js +60 -0
- package/dist/collection/stories/components/spw-search-field/spw-search-field.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-select/spw-select.stories.js +65 -0
- package/dist/collection/stories/components/spw-select/spw-select.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-separator/spw-separator.stories.js +63 -0
- package/dist/collection/stories/components/spw-separator/spw-separator.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-table/spw-table.stories.js +103 -0
- package/dist/collection/stories/components/spw-table/spw-table.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-text-field/spw-text-field.stories.js +61 -0
- package/dist/collection/stories/components/spw-text-field/spw-text-field.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-textarea/spw-textarea.stories.js +61 -0
- package/dist/collection/stories/components/spw-textarea/spw-textarea.stories.js.map +1 -0
- package/dist/collection/stories/components/spw-tooltip/spw-tooltip.stories.js +58 -0
- package/dist/collection/stories/components/spw-tooltip/spw-tooltip.stories.js.map +1 -0
- package/dist/collection/themes/themes.js +23 -0
- package/dist/collection/themes/themes.js.map +1 -0
- package/dist/collection/utils/animation.js +23 -0
- package/dist/collection/utils/animation.js.map +1 -0
- package/dist/collection/utils/focus-trap.js +113 -0
- package/dist/collection/utils/focus-trap.js.map +1 -0
- package/dist/collection/utils/utils.js +224 -0
- package/dist/collection/utils/utils.js.map +1 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +3 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/p-0e197bb5.js +231 -0
- package/dist/components/p-0e197bb5.js.map +1 -0
- package/dist/components/p-1808c8c6.js +81 -0
- package/dist/components/p-1808c8c6.js.map +1 -0
- package/dist/components/p-3706b88e.js +1816 -0
- package/dist/components/p-3706b88e.js.map +1 -0
- package/dist/components/p-70d767cd.js +19 -0
- package/dist/components/p-70d767cd.js.map +1 -0
- package/dist/components/p-72ca702e.js +40 -0
- package/dist/components/p-72ca702e.js.map +1 -0
- package/dist/components/p-89cf5afe.js +138 -0
- package/dist/components/p-89cf5afe.js.map +1 -0
- package/dist/components/p-987e354f.js +123 -0
- package/dist/components/p-987e354f.js.map +1 -0
- package/dist/components/p-a9181b0a.js +46 -0
- package/dist/components/p-a9181b0a.js.map +1 -0
- package/dist/components/p-b3b66a09.js +48 -0
- package/dist/components/p-b3b66a09.js.map +1 -0
- package/dist/components/p-cb0eb249.js +36 -0
- package/dist/components/p-cb0eb249.js.map +1 -0
- package/dist/components/p-cb99b731.js +153 -0
- package/dist/components/p-cb99b731.js.map +1 -0
- package/dist/components/p-def4fee9.js +33 -0
- package/dist/components/p-def4fee9.js.map +1 -0
- package/dist/components/p-e37034cf.js +143 -0
- package/dist/components/p-e37034cf.js.map +1 -0
- package/dist/components/p-e70f2b83.js +62 -0
- package/dist/components/p-e70f2b83.js.map +1 -0
- package/dist/components/p-f48f06ae.js +91 -0
- package/dist/components/p-f48f06ae.js.map +1 -0
- package/dist/components/spw-accordion-content.d.ts +11 -0
- package/dist/components/spw-accordion-content.js +8 -0
- package/dist/components/spw-accordion-content.js.map +1 -0
- package/dist/components/spw-accordion-item.d.ts +11 -0
- package/dist/components/spw-accordion-item.js +8 -0
- package/dist/components/spw-accordion-item.js.map +1 -0
- package/dist/components/spw-accordion-title.d.ts +11 -0
- package/dist/components/spw-accordion-title.js +8 -0
- package/dist/components/spw-accordion-title.js.map +1 -0
- package/dist/components/spw-accordion.d.ts +11 -0
- package/dist/components/spw-accordion.js +8 -0
- package/dist/components/spw-accordion.js.map +1 -0
- package/dist/components/spw-breadcrumb-item.d.ts +11 -0
- package/dist/components/spw-breadcrumb-item.js +85 -0
- package/dist/components/spw-breadcrumb-item.js.map +1 -0
- package/dist/components/spw-breadcrumb.d.ts +11 -0
- package/dist/components/spw-breadcrumb.js +75 -0
- package/dist/components/spw-breadcrumb.js.map +1 -0
- package/dist/components/spw-button.d.ts +11 -0
- package/dist/components/spw-button.js +8 -0
- package/dist/components/spw-button.js.map +1 -0
- package/dist/components/spw-card-content.d.ts +11 -0
- package/dist/components/spw-card-content.js +45 -0
- package/dist/components/spw-card-content.js.map +1 -0
- package/dist/components/spw-card-excerpt.d.ts +11 -0
- package/dist/components/spw-card-excerpt.js +47 -0
- package/dist/components/spw-card-excerpt.js.map +1 -0
- package/dist/components/spw-card-image.d.ts +11 -0
- package/dist/components/spw-card-image.js +64 -0
- package/dist/components/spw-card-image.js.map +1 -0
- package/dist/components/spw-card-subtag-item.d.ts +11 -0
- package/dist/components/spw-card-subtag-item.js +50 -0
- package/dist/components/spw-card-subtag-item.js.map +1 -0
- package/dist/components/spw-card-subtags.d.ts +11 -0
- package/dist/components/spw-card-subtags.js +57 -0
- package/dist/components/spw-card-subtags.js.map +1 -0
- package/dist/components/spw-card-title.d.ts +11 -0
- package/dist/components/spw-card-title.js +36 -0
- package/dist/components/spw-card-title.js.map +1 -0
- package/dist/components/spw-card.d.ts +11 -0
- package/dist/components/spw-card.js +136 -0
- package/dist/components/spw-card.js.map +1 -0
- package/dist/components/spw-checkbox.d.ts +11 -0
- package/dist/components/spw-checkbox.js +8 -0
- package/dist/components/spw-checkbox.js.map +1 -0
- package/dist/components/spw-cookies.d.ts +11 -0
- package/dist/components/spw-cookies.js +148 -0
- package/dist/components/spw-cookies.js.map +1 -0
- package/dist/components/spw-custom-select.d.ts +11 -0
- package/dist/components/spw-custom-select.js +407 -0
- package/dist/components/spw-custom-select.js.map +1 -0
- package/dist/components/spw-field-label.d.ts +11 -0
- package/dist/components/spw-field-label.js +8 -0
- package/dist/components/spw-field-label.js.map +1 -0
- package/dist/components/spw-field-message.d.ts +11 -0
- package/dist/components/spw-field-message.js +8 -0
- package/dist/components/spw-field-message.js.map +1 -0
- package/dist/components/spw-file-upload.d.ts +11 -0
- package/dist/components/spw-file-upload.js +238 -0
- package/dist/components/spw-file-upload.js.map +1 -0
- package/dist/components/spw-footer-bottom.d.ts +11 -0
- package/dist/components/spw-footer-bottom.js +39 -0
- package/dist/components/spw-footer-bottom.js.map +1 -0
- package/dist/components/spw-footer-content-col.d.ts +11 -0
- package/dist/components/spw-footer-content-col.js +39 -0
- package/dist/components/spw-footer-content-col.js.map +1 -0
- package/dist/components/spw-footer-content.d.ts +11 -0
- package/dist/components/spw-footer-content.js +49 -0
- package/dist/components/spw-footer-content.js.map +1 -0
- package/dist/components/spw-footer-link.d.ts +11 -0
- package/dist/components/spw-footer-link.js +41 -0
- package/dist/components/spw-footer-link.js.map +1 -0
- package/dist/components/spw-footer-socials.d.ts +11 -0
- package/dist/components/spw-footer-socials.js +36 -0
- package/dist/components/spw-footer-socials.js.map +1 -0
- package/dist/components/spw-footer.d.ts +11 -0
- package/dist/components/spw-footer.js +71 -0
- package/dist/components/spw-footer.js.map +1 -0
- package/dist/components/spw-group.d.ts +11 -0
- package/dist/components/spw-group.js +82 -0
- package/dist/components/spw-group.js.map +1 -0
- package/dist/components/spw-header-lang-item.d.ts +11 -0
- package/dist/components/spw-header-lang-item.js +39 -0
- package/dist/components/spw-header-lang-item.js.map +1 -0
- package/dist/components/spw-header-lang.d.ts +11 -0
- package/dist/components/spw-header-lang.js +70 -0
- package/dist/components/spw-header-lang.js.map +1 -0
- package/dist/components/spw-header-navigation-dropdown.d.ts +11 -0
- package/dist/components/spw-header-navigation-dropdown.js +36 -0
- package/dist/components/spw-header-navigation-dropdown.js.map +1 -0
- package/dist/components/spw-header-navigation-item.d.ts +11 -0
- package/dist/components/spw-header-navigation-item.js +168 -0
- package/dist/components/spw-header-navigation-item.js.map +1 -0
- package/dist/components/spw-header-navigation.d.ts +11 -0
- package/dist/components/spw-header-navigation.js +79 -0
- package/dist/components/spw-header-navigation.js.map +1 -0
- package/dist/components/spw-header-persona-item.d.ts +11 -0
- package/dist/components/spw-header-persona-item.js +39 -0
- package/dist/components/spw-header-persona-item.js.map +1 -0
- package/dist/components/spw-header-persona.d.ts +11 -0
- package/dist/components/spw-header-persona.js +69 -0
- package/dist/components/spw-header-persona.js.map +1 -0
- package/dist/components/spw-header.d.ts +11 -0
- package/dist/components/spw-header.js +60 -0
- package/dist/components/spw-header.js.map +1 -0
- package/dist/components/spw-icon.d.ts +11 -0
- package/dist/components/spw-icon.js +8 -0
- package/dist/components/spw-icon.js.map +1 -0
- package/dist/components/spw-iodda.d.ts +11 -0
- package/dist/components/spw-iodda.js +179 -0
- package/dist/components/spw-iodda.js.map +1 -0
- package/dist/components/spw-link.d.ts +11 -0
- package/dist/components/spw-link.js +8 -0
- package/dist/components/spw-link.js.map +1 -0
- package/dist/components/spw-loading.d.ts +11 -0
- package/dist/components/spw-loading.js +8 -0
- package/dist/components/spw-loading.js.map +1 -0
- package/dist/components/spw-message.d.ts +11 -0
- package/dist/components/spw-message.js +104 -0
- package/dist/components/spw-message.js.map +1 -0
- package/dist/components/spw-modal.d.ts +11 -0
- package/dist/components/spw-modal.js +324 -0
- package/dist/components/spw-modal.js.map +1 -0
- package/dist/components/spw-mosaic-item.d.ts +11 -0
- package/dist/components/spw-mosaic-item.js +52 -0
- package/dist/components/spw-mosaic-item.js.map +1 -0
- package/dist/components/spw-mosaic.d.ts +11 -0
- package/dist/components/spw-mosaic.js +2507 -0
- package/dist/components/spw-mosaic.js.map +1 -0
- package/dist/components/spw-pagination.d.ts +11 -0
- package/dist/components/spw-pagination.js +8 -0
- package/dist/components/spw-pagination.js.map +1 -0
- package/dist/components/spw-radio.d.ts +11 -0
- package/dist/components/spw-radio.js +131 -0
- package/dist/components/spw-radio.js.map +1 -0
- package/dist/components/spw-search-field.d.ts +11 -0
- package/dist/components/spw-search-field.js +203 -0
- package/dist/components/spw-search-field.js.map +1 -0
- package/dist/components/spw-select.d.ts +11 -0
- package/dist/components/spw-select.js +149 -0
- package/dist/components/spw-select.js.map +1 -0
- package/dist/components/spw-separator.d.ts +11 -0
- package/dist/components/spw-separator.js +61 -0
- package/dist/components/spw-separator.js.map +1 -0
- package/dist/components/spw-table-body.d.ts +11 -0
- package/dist/components/spw-table-body.js +36 -0
- package/dist/components/spw-table-body.js.map +1 -0
- package/dist/components/spw-table-cell.d.ts +11 -0
- package/dist/components/spw-table-cell.js +57 -0
- package/dist/components/spw-table-cell.js.map +1 -0
- package/dist/components/spw-table-head.d.ts +11 -0
- package/dist/components/spw-table-head.js +36 -0
- package/dist/components/spw-table-head.js.map +1 -0
- package/dist/components/spw-table-header.d.ts +11 -0
- package/dist/components/spw-table-header.js +56 -0
- package/dist/components/spw-table-header.js.map +1 -0
- package/dist/components/spw-table-row.d.ts +11 -0
- package/dist/components/spw-table-row.js +36 -0
- package/dist/components/spw-table-row.js.map +1 -0
- package/dist/components/spw-table.d.ts +11 -0
- package/dist/components/spw-table.js +61 -0
- package/dist/components/spw-table.js.map +1 -0
- package/dist/components/spw-text-field.d.ts +11 -0
- package/dist/components/spw-text-field.js +8 -0
- package/dist/components/spw-text-field.js.map +1 -0
- package/dist/components/spw-textarea.d.ts +11 -0
- package/dist/components/spw-textarea.js +143 -0
- package/dist/components/spw-textarea.js.map +1 -0
- package/dist/components/spw-theme-provider.d.ts +11 -0
- package/dist/components/spw-theme-provider.js +96 -0
- package/dist/components/spw-theme-provider.js.map +1 -0
- package/dist/components/spw-tooltip.d.ts +11 -0
- package/dist/components/spw-tooltip.js +57 -0
- package/dist/components/spw-tooltip.js.map +1 -0
- package/dist/components_json.d.ts +435 -0
- package/dist/components_json.json +7153 -0
- package/dist/esm/app-globals-0f993ce5.js +5 -0
- package/dist/esm/app-globals-0f993ce5.js.map +1 -0
- package/dist/esm/index-080912e4.js +1926 -0
- package/dist/esm/index-080912e4.js.map +1 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/loader.js +13 -0
- package/dist/esm/loader.js.map +1 -0
- package/dist/esm/spw-accordion_58.entry.js +5894 -0
- package/dist/esm/spw-accordion_58.entry.js.map +1 -0
- package/dist/esm/spw-stencil-library.js +22 -0
- package/dist/esm/spw-stencil-library.js.map +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/spw-stencil-library/assets/LICENSE.txt +165 -0
- package/dist/spw-stencil-library/assets/all.css +7913 -0
- package/dist/spw-stencil-library/assets/all.min.css +9 -0
- package/dist/spw-stencil-library/assets/brands.css +1609 -0
- package/dist/spw-stencil-library/assets/brands.min.css +6 -0
- package/dist/spw-stencil-library/assets/fa-brands-400.ttf +0 -0
- package/dist/spw-stencil-library/assets/fa-brands-400.woff2 +0 -0
- package/dist/spw-stencil-library/assets/fa-regular-400.ttf +0 -0
- package/dist/spw-stencil-library/assets/fa-regular-400.woff2 +0 -0
- package/dist/spw-stencil-library/assets/fa-solid-900.ttf +0 -0
- package/dist/spw-stencil-library/assets/fa-solid-900.woff2 +0 -0
- package/dist/spw-stencil-library/assets/fa-v4compatibility.ttf +0 -0
- package/dist/spw-stencil-library/assets/fa-v4compatibility.woff2 +0 -0
- package/dist/spw-stencil-library/assets/fontawesome.css +6243 -0
- package/dist/spw-stencil-library/assets/fontawesome.min.css +9 -0
- package/dist/spw-stencil-library/assets/regular.css +19 -0
- package/dist/spw-stencil-library/assets/regular.min.css +6 -0
- package/dist/spw-stencil-library/assets/solid.css +19 -0
- package/dist/spw-stencil-library/assets/solid.min.css +6 -0
- package/dist/spw-stencil-library/assets/svg-with-js.css +461 -0
- package/dist/spw-stencil-library/assets/svg-with-js.min.css +6 -0
- package/dist/spw-stencil-library/assets/v4-font-face.css +26 -0
- package/dist/spw-stencil-library/assets/v4-font-face.min.css +6 -0
- package/dist/spw-stencil-library/assets/v4-shims.css +2194 -0
- package/dist/spw-stencil-library/assets/v4-shims.min.css +6 -0
- package/dist/spw-stencil-library/assets/v5-font-face.css +22 -0
- package/dist/spw-stencil-library/assets/v5-font-face.min.css +6 -0
- package/dist/spw-stencil-library/index.esm.js +2 -0
- package/dist/spw-stencil-library/index.esm.js.map +1 -0
- package/dist/spw-stencil-library/p-205fd6a4.js +3 -0
- package/dist/spw-stencil-library/p-205fd6a4.js.map +1 -0
- package/dist/spw-stencil-library/p-d3d3de91.entry.js +19 -0
- package/dist/spw-stencil-library/p-d3d3de91.entry.js.map +1 -0
- package/dist/spw-stencil-library/p-e1255160.js +2 -0
- package/dist/spw-stencil-library/p-e1255160.js.map +1 -0
- package/dist/spw-stencil-library/spw-stencil-library.css +1 -0
- package/dist/spw-stencil-library/spw-stencil-library.esm.js +2 -0
- package/dist/spw-stencil-library/spw-stencil-library.esm.js.map +1 -0
- package/dist/stats.json +19725 -0
- package/dist/types/components/spw-accordion/spw-accordion-content/spw-accordion-content.d.ts +16 -0
- package/dist/types/components/spw-accordion/spw-accordion-item/spw-accordion-item.d.ts +25 -0
- package/dist/types/components/spw-accordion/spw-accordion-title/spw-accordion-title.d.ts +7 -0
- package/dist/types/components/spw-accordion/spw-accordion.d.ts +3 -0
- package/dist/types/components/spw-breadcrumb/spw-breadcrumb-item/spw-breadcrumb-item.d.ts +11 -0
- package/dist/types/components/spw-breadcrumb/spw-breadcrumb.d.ts +13 -0
- package/dist/types/components/spw-button/spw-button.d.ts +48 -0
- package/dist/types/components/spw-card/spw-card-content/spw-card-content.d.ts +9 -0
- package/dist/types/components/spw-card/spw-card-excerpt/spw-card-excerpt.d.ts +6 -0
- package/dist/types/components/spw-card/spw-card-image/spw-card-image.d.ts +8 -0
- package/dist/types/components/spw-card/spw-card-subtag-item/spw-card-subtag-item.d.ts +7 -0
- package/dist/types/components/spw-card/spw-card-subtags/spw-card-subtags.d.ts +9 -0
- package/dist/types/components/spw-card/spw-card-title/spw-card-title.d.ts +3 -0
- package/dist/types/components/spw-card/spw-card.d.ts +34 -0
- package/dist/types/components/spw-checkbox/spw-checkbox.d.ts +30 -0
- package/dist/types/components/spw-cookies/spw-cookies.d.ts +21 -0
- package/dist/types/components/spw-custom-select/spw-custom-select.d.ts +79 -0
- package/dist/types/components/spw-field-label/spw-field-label.d.ts +11 -0
- package/dist/types/components/spw-field-message/spw-field-message.d.ts +9 -0
- package/dist/types/components/spw-file-upload/spw-file-upload.d.ts +53 -0
- package/dist/types/components/spw-footer/spw-footer-bottom/spw-footer-bottom.d.ts +5 -0
- package/dist/types/components/spw-footer/spw-footer-content/spw-footer-content.d.ts +7 -0
- package/dist/types/components/spw-footer/spw-footer-content-col/spw-footer-content-col.d.ts +5 -0
- package/dist/types/components/spw-footer/spw-footer-link/spw-footer-link.d.ts +7 -0
- package/dist/types/components/spw-footer/spw-footer-socials/spw-footer-socials.d.ts +3 -0
- package/dist/types/components/spw-footer/spw-footer.d.ts +13 -0
- package/dist/types/components/spw-group/spw-group.d.ts +22 -0
- package/dist/types/components/spw-header/spw-header-lang/spw-header-lang.d.ts +8 -0
- package/dist/types/components/spw-header/spw-header-lang-item/spw-header-lang-item.d.ts +4 -0
- package/dist/types/components/spw-header/spw-header-navigation/spw-header-navigation.d.ts +12 -0
- package/dist/types/components/spw-header/spw-header-navigation-dropdown/spw-header-navigation-dropdown.d.ts +3 -0
- package/dist/types/components/spw-header/spw-header-navigation-item/spw-header-navigation-item.d.ts +26 -0
- package/dist/types/components/spw-header/spw-header-persona/spw-header-persona.d.ts +10 -0
- package/dist/types/components/spw-header/spw-header-persona-item/spw-header-persona-item.d.ts +4 -0
- package/dist/types/components/spw-header/spw-header.d.ts +6 -0
- package/dist/types/components/spw-icon/spw-icon.d.ts +7 -0
- package/dist/types/components/spw-iodda/spw-iodda.d.ts +19 -0
- package/dist/types/components/spw-iodda/spw-iodda.service.d.ts +1 -0
- package/dist/types/components/spw-link/spw-link.d.ts +25 -0
- package/dist/types/components/spw-loading/spw-loading.d.ts +5 -0
- package/dist/types/components/spw-message/spw-message.d.ts +18 -0
- package/dist/types/components/spw-modal/spw-modal.d.ts +53 -0
- package/dist/types/components/spw-mosaic/spw-mosaic-item/spw-mosaic-item.d.ts +8 -0
- package/dist/types/components/spw-mosaic/spw-mosaic.d.ts +31 -0
- package/dist/types/components/spw-pagination/spw-pagination.d.ts +30 -0
- package/dist/types/components/spw-radio/spw-radio.d.ts +35 -0
- package/dist/types/components/spw-search-field/spw-search-field.d.ts +39 -0
- package/dist/types/components/spw-select/spw-select.d.ts +48 -0
- package/dist/types/components/spw-separator/spw-separator.d.ts +15 -0
- package/dist/types/components/spw-table/spw-table-body/spw-table-body.d.ts +3 -0
- package/dist/types/components/spw-table/spw-table-cell/spw-table-cell.d.ts +16 -0
- package/dist/types/components/spw-table/spw-table-head/spw-table-head.d.ts +3 -0
- package/dist/types/components/spw-table/spw-table-header/spw-table-header.d.ts +16 -0
- package/dist/types/components/spw-table/spw-table-row/spw-table-row.d.ts +3 -0
- package/dist/types/components/spw-table/spw-table.d.ts +23 -0
- package/dist/types/components/spw-text-field/spw-text-field.d.ts +57 -0
- package/dist/types/components/spw-textarea/spw-textarea.d.ts +53 -0
- package/dist/types/components/spw-theme-provider/spw-theme-provider.d.ts +10 -0
- package/dist/types/components/spw-tooltip/spw-tooltip.d.ts +13 -0
- package/dist/types/components.d.ts +2793 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/stencil-public-runtime.d.ts +1678 -0
- package/dist/types/stories/components/spw-accordion/spw-accordion.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-breadcrumb/spw-breadcrumb.stories.d.ts +5 -0
- package/dist/types/stories/components/spw-button/spw-button.stories.d.ts +7 -0
- package/dist/types/stories/components/spw-card/spw-card.stories.d.ts +10 -0
- package/dist/types/stories/components/spw-checkbox/spw-checkbox.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-cookies/spw-cookies.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-field-message/spw-field-message.stories.d.ts +6 -0
- package/dist/types/stories/components/spw-file-upload/spw-file-upload.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-footer/spw-footer.stories.d.ts +5 -0
- package/dist/types/stories/components/spw-group/spw-group.stories.d.ts +6 -0
- package/dist/types/stories/components/spw-header/spw-header.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-icon/spw-icon.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-link/spw-link.stories.d.ts +5 -0
- package/dist/types/stories/components/spw-loading/spw-loading.stories.d.ts +5 -0
- package/dist/types/stories/components/spw-message/spw-message.stories.d.ts +8 -0
- package/dist/types/stories/components/spw-modal/spw-modal.stories.d.ts +8 -0
- package/dist/types/stories/components/spw-mosaic/spw-mosaic.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-pagination/spw-pagination.stories.d.ts +22 -0
- package/dist/types/stories/components/spw-radio/spw-radio.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-search-field/spw-search-field.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-select/spw-select.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-separator/spw-separator.stories.d.ts +5 -0
- package/dist/types/stories/components/spw-table/spw-table.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-text-field/spw-text-field.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-textarea/spw-textarea.stories.d.ts +4 -0
- package/dist/types/stories/components/spw-tooltip/spw-tooltip.stories.d.ts +4 -0
- package/dist/types/themes/themes.d.ts +13 -0
- package/dist/types/utils/animation.d.ts +13 -0
- package/dist/types/utils/focus-trap.d.ts +33 -0
- package/dist/types/utils/utils.d.ts +11 -0
- package/hydrate/index.d.ts +242 -0
- package/hydrate/index.js +24773 -0
- package/hydrate/index.mjs +24765 -0
- package/hydrate/package.json +12 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/loader/package.json +11 -0
- package/package.json +88 -0
|
@@ -0,0 +1,461 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
+
* Copyright 2024 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:root, :host {
|
|
7
|
+
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
|
|
8
|
+
--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
|
|
9
|
+
--fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
|
|
10
|
+
--fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
|
|
11
|
+
--fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
|
|
12
|
+
--fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 6 Duotone';
|
|
13
|
+
--fa-font-duotone-light: normal 300 1em/1 'Font Awesome 6 Duotone';
|
|
14
|
+
--fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 6 Duotone';
|
|
15
|
+
--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
|
|
16
|
+
--fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
|
|
17
|
+
--fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
|
|
18
|
+
--fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
|
|
19
|
+
--fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
|
|
20
|
+
--fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone';
|
|
21
|
+
--fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 6 Sharp Duotone';
|
|
22
|
+
--fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 6 Sharp Duotone';
|
|
23
|
+
--fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 6 Sharp Duotone'; }
|
|
24
|
+
|
|
25
|
+
svg.svg-inline--fa:not(:root), svg.svg-inline--fa:not(:host) {
|
|
26
|
+
overflow: visible;
|
|
27
|
+
box-sizing: content-box; }
|
|
28
|
+
|
|
29
|
+
.svg-inline--fa {
|
|
30
|
+
display: var(--fa-display, inline-block);
|
|
31
|
+
height: 1em;
|
|
32
|
+
overflow: visible;
|
|
33
|
+
vertical-align: -.125em; }
|
|
34
|
+
.svg-inline--fa.fa-2xs {
|
|
35
|
+
vertical-align: 0.1em; }
|
|
36
|
+
.svg-inline--fa.fa-xs {
|
|
37
|
+
vertical-align: 0em; }
|
|
38
|
+
.svg-inline--fa.fa-sm {
|
|
39
|
+
vertical-align: -0.07143em; }
|
|
40
|
+
.svg-inline--fa.fa-lg {
|
|
41
|
+
vertical-align: -0.2em; }
|
|
42
|
+
.svg-inline--fa.fa-xl {
|
|
43
|
+
vertical-align: -0.25em; }
|
|
44
|
+
.svg-inline--fa.fa-2xl {
|
|
45
|
+
vertical-align: -0.3125em; }
|
|
46
|
+
.svg-inline--fa.fa-pull-left {
|
|
47
|
+
margin-right: var(--fa-pull-margin, 0.3em);
|
|
48
|
+
width: auto; }
|
|
49
|
+
.svg-inline--fa.fa-pull-right {
|
|
50
|
+
margin-left: var(--fa-pull-margin, 0.3em);
|
|
51
|
+
width: auto; }
|
|
52
|
+
.svg-inline--fa.fa-li {
|
|
53
|
+
width: var(--fa-li-width, 2em);
|
|
54
|
+
top: 0.25em; }
|
|
55
|
+
.svg-inline--fa.fa-fw {
|
|
56
|
+
width: var(--fa-fw-width, 1.25em); }
|
|
57
|
+
|
|
58
|
+
.fa-layers svg.svg-inline--fa {
|
|
59
|
+
bottom: 0;
|
|
60
|
+
left: 0;
|
|
61
|
+
margin: auto;
|
|
62
|
+
position: absolute;
|
|
63
|
+
right: 0;
|
|
64
|
+
top: 0; }
|
|
65
|
+
|
|
66
|
+
.fa-layers-counter, .fa-layers-text {
|
|
67
|
+
display: inline-block;
|
|
68
|
+
position: absolute;
|
|
69
|
+
text-align: center; }
|
|
70
|
+
|
|
71
|
+
.fa-layers {
|
|
72
|
+
display: inline-block;
|
|
73
|
+
height: 1em;
|
|
74
|
+
position: relative;
|
|
75
|
+
text-align: center;
|
|
76
|
+
vertical-align: -.125em;
|
|
77
|
+
width: 1em; }
|
|
78
|
+
.fa-layers svg.svg-inline--fa {
|
|
79
|
+
transform-origin: center center; }
|
|
80
|
+
|
|
81
|
+
.fa-layers-text {
|
|
82
|
+
left: 50%;
|
|
83
|
+
top: 50%;
|
|
84
|
+
transform: translate(-50%, -50%);
|
|
85
|
+
transform-origin: center center; }
|
|
86
|
+
|
|
87
|
+
.fa-layers-counter {
|
|
88
|
+
background-color: var(--fa-counter-background-color, #ff253a);
|
|
89
|
+
border-radius: var(--fa-counter-border-radius, 1em);
|
|
90
|
+
box-sizing: border-box;
|
|
91
|
+
color: var(--fa-inverse, #fff);
|
|
92
|
+
line-height: var(--fa-counter-line-height, 1);
|
|
93
|
+
max-width: var(--fa-counter-max-width, 5em);
|
|
94
|
+
min-width: var(--fa-counter-min-width, 1.5em);
|
|
95
|
+
overflow: hidden;
|
|
96
|
+
padding: var(--fa-counter-padding, 0.25em 0.5em);
|
|
97
|
+
right: var(--fa-right, 0);
|
|
98
|
+
text-overflow: ellipsis;
|
|
99
|
+
top: var(--fa-top, 0);
|
|
100
|
+
transform: scale(var(--fa-counter-scale, 0.25));
|
|
101
|
+
transform-origin: top right; }
|
|
102
|
+
|
|
103
|
+
.fa-layers-bottom-right {
|
|
104
|
+
bottom: var(--fa-bottom, 0);
|
|
105
|
+
right: var(--fa-right, 0);
|
|
106
|
+
top: auto;
|
|
107
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
108
|
+
transform-origin: bottom right; }
|
|
109
|
+
|
|
110
|
+
.fa-layers-bottom-left {
|
|
111
|
+
bottom: var(--fa-bottom, 0);
|
|
112
|
+
left: var(--fa-left, 0);
|
|
113
|
+
right: auto;
|
|
114
|
+
top: auto;
|
|
115
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
116
|
+
transform-origin: bottom left; }
|
|
117
|
+
|
|
118
|
+
.fa-layers-top-right {
|
|
119
|
+
top: var(--fa-top, 0);
|
|
120
|
+
right: var(--fa-right, 0);
|
|
121
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
122
|
+
transform-origin: top right; }
|
|
123
|
+
|
|
124
|
+
.fa-layers-top-left {
|
|
125
|
+
left: var(--fa-left, 0);
|
|
126
|
+
right: auto;
|
|
127
|
+
top: var(--fa-top, 0);
|
|
128
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
129
|
+
transform-origin: top left; }
|
|
130
|
+
|
|
131
|
+
.fa-1x {
|
|
132
|
+
font-size: 1em; }
|
|
133
|
+
|
|
134
|
+
.fa-2x {
|
|
135
|
+
font-size: 2em; }
|
|
136
|
+
|
|
137
|
+
.fa-3x {
|
|
138
|
+
font-size: 3em; }
|
|
139
|
+
|
|
140
|
+
.fa-4x {
|
|
141
|
+
font-size: 4em; }
|
|
142
|
+
|
|
143
|
+
.fa-5x {
|
|
144
|
+
font-size: 5em; }
|
|
145
|
+
|
|
146
|
+
.fa-6x {
|
|
147
|
+
font-size: 6em; }
|
|
148
|
+
|
|
149
|
+
.fa-7x {
|
|
150
|
+
font-size: 7em; }
|
|
151
|
+
|
|
152
|
+
.fa-8x {
|
|
153
|
+
font-size: 8em; }
|
|
154
|
+
|
|
155
|
+
.fa-9x {
|
|
156
|
+
font-size: 9em; }
|
|
157
|
+
|
|
158
|
+
.fa-10x {
|
|
159
|
+
font-size: 10em; }
|
|
160
|
+
|
|
161
|
+
.fa-2xs {
|
|
162
|
+
font-size: 0.625em;
|
|
163
|
+
line-height: 0.1em;
|
|
164
|
+
vertical-align: 0.225em; }
|
|
165
|
+
|
|
166
|
+
.fa-xs {
|
|
167
|
+
font-size: 0.75em;
|
|
168
|
+
line-height: 0.08333em;
|
|
169
|
+
vertical-align: 0.125em; }
|
|
170
|
+
|
|
171
|
+
.fa-sm {
|
|
172
|
+
font-size: 0.875em;
|
|
173
|
+
line-height: 0.07143em;
|
|
174
|
+
vertical-align: 0.05357em; }
|
|
175
|
+
|
|
176
|
+
.fa-lg {
|
|
177
|
+
font-size: 1.25em;
|
|
178
|
+
line-height: 0.05em;
|
|
179
|
+
vertical-align: -0.075em; }
|
|
180
|
+
|
|
181
|
+
.fa-xl {
|
|
182
|
+
font-size: 1.5em;
|
|
183
|
+
line-height: 0.04167em;
|
|
184
|
+
vertical-align: -0.125em; }
|
|
185
|
+
|
|
186
|
+
.fa-2xl {
|
|
187
|
+
font-size: 2em;
|
|
188
|
+
line-height: 0.03125em;
|
|
189
|
+
vertical-align: -0.1875em; }
|
|
190
|
+
|
|
191
|
+
.fa-fw {
|
|
192
|
+
text-align: center;
|
|
193
|
+
width: 1.25em; }
|
|
194
|
+
|
|
195
|
+
.fa-ul {
|
|
196
|
+
list-style-type: none;
|
|
197
|
+
margin-left: var(--fa-li-margin, 2.5em);
|
|
198
|
+
padding-left: 0; }
|
|
199
|
+
.fa-ul > li {
|
|
200
|
+
position: relative; }
|
|
201
|
+
|
|
202
|
+
.fa-li {
|
|
203
|
+
left: calc(-1 * var(--fa-li-width, 2em));
|
|
204
|
+
position: absolute;
|
|
205
|
+
text-align: center;
|
|
206
|
+
width: var(--fa-li-width, 2em);
|
|
207
|
+
line-height: inherit; }
|
|
208
|
+
|
|
209
|
+
.fa-border {
|
|
210
|
+
border-color: var(--fa-border-color, #eee);
|
|
211
|
+
border-radius: var(--fa-border-radius, 0.1em);
|
|
212
|
+
border-style: var(--fa-border-style, solid);
|
|
213
|
+
border-width: var(--fa-border-width, 0.08em);
|
|
214
|
+
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }
|
|
215
|
+
|
|
216
|
+
.fa-pull-left {
|
|
217
|
+
float: left;
|
|
218
|
+
margin-right: var(--fa-pull-margin, 0.3em); }
|
|
219
|
+
|
|
220
|
+
.fa-pull-right {
|
|
221
|
+
float: right;
|
|
222
|
+
margin-left: var(--fa-pull-margin, 0.3em); }
|
|
223
|
+
|
|
224
|
+
.fa-beat {
|
|
225
|
+
animation-name: fa-beat;
|
|
226
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
227
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
228
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
229
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
230
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
|
231
|
+
|
|
232
|
+
.fa-bounce {
|
|
233
|
+
animation-name: fa-bounce;
|
|
234
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
235
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
236
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
237
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
238
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }
|
|
239
|
+
|
|
240
|
+
.fa-fade {
|
|
241
|
+
animation-name: fa-fade;
|
|
242
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
243
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
244
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
245
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
246
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
|
247
|
+
|
|
248
|
+
.fa-beat-fade {
|
|
249
|
+
animation-name: fa-beat-fade;
|
|
250
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
251
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
252
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
253
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
254
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }
|
|
255
|
+
|
|
256
|
+
.fa-flip {
|
|
257
|
+
animation-name: fa-flip;
|
|
258
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
259
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
260
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
261
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
262
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out); }
|
|
263
|
+
|
|
264
|
+
.fa-shake {
|
|
265
|
+
animation-name: fa-shake;
|
|
266
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
267
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
268
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
269
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
270
|
+
animation-timing-function: var(--fa-animation-timing, linear); }
|
|
271
|
+
|
|
272
|
+
.fa-spin {
|
|
273
|
+
animation-name: fa-spin;
|
|
274
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
275
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
276
|
+
animation-duration: var(--fa-animation-duration, 2s);
|
|
277
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
278
|
+
animation-timing-function: var(--fa-animation-timing, linear); }
|
|
279
|
+
|
|
280
|
+
.fa-spin-reverse {
|
|
281
|
+
--fa-animation-direction: reverse; }
|
|
282
|
+
|
|
283
|
+
.fa-pulse,
|
|
284
|
+
.fa-spin-pulse {
|
|
285
|
+
animation-name: fa-spin;
|
|
286
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
287
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
288
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
289
|
+
animation-timing-function: var(--fa-animation-timing, steps(8)); }
|
|
290
|
+
|
|
291
|
+
@media (prefers-reduced-motion: reduce) {
|
|
292
|
+
.fa-beat,
|
|
293
|
+
.fa-bounce,
|
|
294
|
+
.fa-fade,
|
|
295
|
+
.fa-beat-fade,
|
|
296
|
+
.fa-flip,
|
|
297
|
+
.fa-pulse,
|
|
298
|
+
.fa-shake,
|
|
299
|
+
.fa-spin,
|
|
300
|
+
.fa-spin-pulse {
|
|
301
|
+
animation-delay: -1ms;
|
|
302
|
+
animation-duration: 1ms;
|
|
303
|
+
animation-iteration-count: 1;
|
|
304
|
+
transition-delay: 0s;
|
|
305
|
+
transition-duration: 0s; } }
|
|
306
|
+
|
|
307
|
+
@keyframes fa-beat {
|
|
308
|
+
0%, 90% {
|
|
309
|
+
transform: scale(1); }
|
|
310
|
+
45% {
|
|
311
|
+
transform: scale(var(--fa-beat-scale, 1.25)); } }
|
|
312
|
+
|
|
313
|
+
@keyframes fa-bounce {
|
|
314
|
+
0% {
|
|
315
|
+
transform: scale(1, 1) translateY(0); }
|
|
316
|
+
10% {
|
|
317
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
|
|
318
|
+
30% {
|
|
319
|
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
|
|
320
|
+
50% {
|
|
321
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
|
|
322
|
+
57% {
|
|
323
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
|
|
324
|
+
64% {
|
|
325
|
+
transform: scale(1, 1) translateY(0); }
|
|
326
|
+
100% {
|
|
327
|
+
transform: scale(1, 1) translateY(0); } }
|
|
328
|
+
|
|
329
|
+
@keyframes fa-fade {
|
|
330
|
+
50% {
|
|
331
|
+
opacity: var(--fa-fade-opacity, 0.4); } }
|
|
332
|
+
|
|
333
|
+
@keyframes fa-beat-fade {
|
|
334
|
+
0%, 100% {
|
|
335
|
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
336
|
+
transform: scale(1); }
|
|
337
|
+
50% {
|
|
338
|
+
opacity: 1;
|
|
339
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125)); } }
|
|
340
|
+
|
|
341
|
+
@keyframes fa-flip {
|
|
342
|
+
50% {
|
|
343
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }
|
|
344
|
+
|
|
345
|
+
@keyframes fa-shake {
|
|
346
|
+
0% {
|
|
347
|
+
transform: rotate(-15deg); }
|
|
348
|
+
4% {
|
|
349
|
+
transform: rotate(15deg); }
|
|
350
|
+
8%, 24% {
|
|
351
|
+
transform: rotate(-18deg); }
|
|
352
|
+
12%, 28% {
|
|
353
|
+
transform: rotate(18deg); }
|
|
354
|
+
16% {
|
|
355
|
+
transform: rotate(-22deg); }
|
|
356
|
+
20% {
|
|
357
|
+
transform: rotate(22deg); }
|
|
358
|
+
32% {
|
|
359
|
+
transform: rotate(-12deg); }
|
|
360
|
+
36% {
|
|
361
|
+
transform: rotate(12deg); }
|
|
362
|
+
40%, 100% {
|
|
363
|
+
transform: rotate(0deg); } }
|
|
364
|
+
|
|
365
|
+
@keyframes fa-spin {
|
|
366
|
+
0% {
|
|
367
|
+
transform: rotate(0deg); }
|
|
368
|
+
100% {
|
|
369
|
+
transform: rotate(360deg); } }
|
|
370
|
+
|
|
371
|
+
.fa-rotate-90 {
|
|
372
|
+
transform: rotate(90deg); }
|
|
373
|
+
|
|
374
|
+
.fa-rotate-180 {
|
|
375
|
+
transform: rotate(180deg); }
|
|
376
|
+
|
|
377
|
+
.fa-rotate-270 {
|
|
378
|
+
transform: rotate(270deg); }
|
|
379
|
+
|
|
380
|
+
.fa-flip-horizontal {
|
|
381
|
+
transform: scale(-1, 1); }
|
|
382
|
+
|
|
383
|
+
.fa-flip-vertical {
|
|
384
|
+
transform: scale(1, -1); }
|
|
385
|
+
|
|
386
|
+
.fa-flip-both,
|
|
387
|
+
.fa-flip-horizontal.fa-flip-vertical {
|
|
388
|
+
transform: scale(-1, -1); }
|
|
389
|
+
|
|
390
|
+
.fa-rotate-by {
|
|
391
|
+
transform: rotate(var(--fa-rotate-angle, 0)); }
|
|
392
|
+
|
|
393
|
+
.fa-stack {
|
|
394
|
+
display: inline-block;
|
|
395
|
+
vertical-align: middle;
|
|
396
|
+
height: 2em;
|
|
397
|
+
position: relative;
|
|
398
|
+
width: 2.5em; }
|
|
399
|
+
|
|
400
|
+
.fa-stack-1x,
|
|
401
|
+
.fa-stack-2x {
|
|
402
|
+
bottom: 0;
|
|
403
|
+
left: 0;
|
|
404
|
+
margin: auto;
|
|
405
|
+
position: absolute;
|
|
406
|
+
right: 0;
|
|
407
|
+
top: 0;
|
|
408
|
+
z-index: var(--fa-stack-z-index, auto); }
|
|
409
|
+
|
|
410
|
+
.svg-inline--fa.fa-stack-1x {
|
|
411
|
+
height: 1em;
|
|
412
|
+
width: 1.25em; }
|
|
413
|
+
|
|
414
|
+
.svg-inline--fa.fa-stack-2x {
|
|
415
|
+
height: 2em;
|
|
416
|
+
width: 2.5em; }
|
|
417
|
+
|
|
418
|
+
.fa-inverse {
|
|
419
|
+
color: var(--fa-inverse, #fff); }
|
|
420
|
+
|
|
421
|
+
.sr-only,
|
|
422
|
+
.fa-sr-only {
|
|
423
|
+
position: absolute;
|
|
424
|
+
width: 1px;
|
|
425
|
+
height: 1px;
|
|
426
|
+
padding: 0;
|
|
427
|
+
margin: -1px;
|
|
428
|
+
overflow: hidden;
|
|
429
|
+
clip: rect(0, 0, 0, 0);
|
|
430
|
+
white-space: nowrap;
|
|
431
|
+
border-width: 0; }
|
|
432
|
+
|
|
433
|
+
.sr-only-focusable:not(:focus),
|
|
434
|
+
.fa-sr-only-focusable:not(:focus) {
|
|
435
|
+
position: absolute;
|
|
436
|
+
width: 1px;
|
|
437
|
+
height: 1px;
|
|
438
|
+
padding: 0;
|
|
439
|
+
margin: -1px;
|
|
440
|
+
overflow: hidden;
|
|
441
|
+
clip: rect(0, 0, 0, 0);
|
|
442
|
+
white-space: nowrap;
|
|
443
|
+
border-width: 0; }
|
|
444
|
+
|
|
445
|
+
.svg-inline--fa .fa-primary {
|
|
446
|
+
fill: var(--fa-primary-color, currentColor);
|
|
447
|
+
opacity: var(--fa-primary-opacity, 1); }
|
|
448
|
+
|
|
449
|
+
.svg-inline--fa .fa-secondary {
|
|
450
|
+
fill: var(--fa-secondary-color, currentColor);
|
|
451
|
+
opacity: var(--fa-secondary-opacity, 0.4); }
|
|
452
|
+
|
|
453
|
+
.svg-inline--fa.fa-swap-opacity .fa-primary {
|
|
454
|
+
opacity: var(--fa-secondary-opacity, 0.4); }
|
|
455
|
+
|
|
456
|
+
.svg-inline--fa.fa-swap-opacity .fa-secondary {
|
|
457
|
+
opacity: var(--fa-primary-opacity, 1); }
|
|
458
|
+
|
|
459
|
+
.svg-inline--fa mask .fa-primary,
|
|
460
|
+
.svg-inline--fa mask .fa-secondary {
|
|
461
|
+
fill: black; }
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
+
* Copyright 2024 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-regular:normal 400 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-light:normal 300 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-thin:normal 100 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 "Font Awesome 6 Sharp Duotone"}svg.svg-inline--fa:not(:host),svg.svg-inline--fa:not(:root){overflow:visible;box-sizing:initial}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
+
* Copyright 2024 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: 'FontAwesome';
|
|
8
|
+
font-display: block;
|
|
9
|
+
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
|
|
10
|
+
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'FontAwesome';
|
|
13
|
+
font-display: block;
|
|
14
|
+
src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
|
|
15
|
+
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'FontAwesome';
|
|
18
|
+
font-display: block;
|
|
19
|
+
src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
|
|
20
|
+
unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
|
|
21
|
+
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'FontAwesome';
|
|
24
|
+
font-display: block;
|
|
25
|
+
src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
|
|
26
|
+
unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
+
* Copyright 2024 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
|