@ebrains/components 0.0.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/arrow-diagonal-black-0eb8640e.js +5 -0
- package/dist/cjs/arrow-right-3e38e8a9.js +7 -0
- package/dist/cjs/bluesky-eb0d6051.js +16 -0
- package/dist/cjs/chevron-down-27344777.js +14 -0
- package/dist/cjs/chevron-left-6fc9c6ef.js +13 -0
- package/dist/cjs/chevron-right-6d95a117.js +7 -0
- package/dist/cjs/chevron-up-e37d7713.js +14 -0
- package/dist/cjs/close-51284af5.js +7 -0
- package/dist/cjs/color-ac51ccf7.js +342 -0
- package/dist/cjs/color-primary-palette.cjs.entry.js +43 -0
- package/dist/cjs/color-primary-palette_6.cjs.entry.js +327 -0
- package/dist/cjs/color-secondary-palette.cjs.entry.js +68 -0
- package/dist/cjs/color-support-palette.cjs.entry.js +59 -0
- package/dist/cjs/components.cjs.js +52 -0
- package/dist/cjs/copy-53102d0c.js +7 -0
- package/dist/cjs/correct-use-of-colors.cjs.entry.js +68 -0
- package/dist/cjs/eds-accordion.cjs.entry.js +92 -0
- package/dist/cjs/eds-accordion_23.cjs.entry.js +1886 -0
- package/dist/cjs/eds-alert.cjs.entry.js +95 -0
- package/dist/cjs/eds-avatar.cjs.entry.js +73 -0
- package/dist/cjs/eds-block-break.cjs.entry.js +20 -0
- package/dist/cjs/eds-breadcrumb.cjs.entry.js +152 -0
- package/dist/cjs/eds-button.cjs.entry.js +233 -0
- package/dist/cjs/eds-card-desc.cjs.entry.js +26 -0
- package/dist/cjs/eds-card-desc_3.cjs.entry.js +117 -0
- package/dist/cjs/eds-card-generic.cjs.entry.js +93 -0
- package/dist/cjs/eds-card-project.cjs.entry.js +67 -0
- package/dist/cjs/eds-card-section.cjs.entry.js +43 -0
- package/dist/cjs/eds-card-tags.cjs.entry.js +21 -0
- package/dist/cjs/eds-card-title.cjs.entry.js +56 -0
- package/dist/cjs/eds-card-tool.cjs.entry.js +79 -0
- package/dist/cjs/eds-card-wrapper.cjs.entry.js +32 -0
- package/dist/cjs/eds-code-block.cjs.entry.js +2472 -0
- package/dist/cjs/eds-components-section.cjs.entry.js +96 -0
- package/dist/cjs/eds-docs-palettes.cjs.entry.js +27 -0
- package/dist/cjs/eds-docs-tokens.cjs.entry.js +35 -0
- package/dist/cjs/eds-dropdown.cjs.entry.js +129 -0
- package/dist/cjs/eds-footer.cjs.entry.js +49 -0
- package/dist/cjs/eds-form.cjs.entry.js +249 -0
- package/dist/cjs/eds-frame.cjs.entry.js +91 -0
- package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +99 -0
- package/dist/cjs/eds-header.cjs.entry.js +96 -0
- package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-bluesky.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-close.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-copy.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-eu.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-facebook.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-gitlab.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-linkedin.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-loader.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-mastodon.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-menu.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-more.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-search.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-success.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-twitter.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-user.cjs.entry.js +18 -0
- package/dist/cjs/eds-icon-wrapper.cjs.entry.js +40 -0
- package/dist/cjs/eds-icon-youtube.cjs.entry.js +18 -0
- package/dist/cjs/eds-img.cjs.entry.js +57 -0
- package/dist/cjs/eds-input-field.cjs.entry.js +72 -0
- package/dist/cjs/eds-input-footer.cjs.entry.js +21 -0
- package/dist/cjs/eds-input-label.cjs.entry.js +20 -0
- package/dist/cjs/eds-input-range.cjs.entry.js +39 -0
- package/dist/cjs/eds-input-search.cjs.entry.js +41 -0
- package/dist/cjs/eds-input-select.cjs.entry.js +30 -0
- package/dist/cjs/eds-input.cjs.entry.js +68 -0
- package/dist/cjs/eds-link.cjs.entry.js +211 -0
- package/dist/cjs/eds-login.cjs.entry.js +72 -0
- package/dist/cjs/eds-logo.cjs.entry.js +76 -0
- package/dist/cjs/eds-matomo-notice.cjs.entry.js +109 -0
- package/dist/cjs/eds-modal.cjs.entry.js +46 -0
- package/dist/cjs/eds-navigator.cjs.entry.js +43 -0
- package/dist/cjs/eds-pagination.cjs.entry.js +211 -0
- package/dist/cjs/eds-progress-bar.cjs.entry.js +28 -0
- package/dist/cjs/eds-rating.cjs.entry.js +57 -0
- package/dist/cjs/eds-section-core.cjs.entry.js +23 -0
- package/dist/cjs/eds-section-core_2.cjs.entry.js +59 -0
- package/dist/cjs/eds-section-heading.cjs.entry.js +41 -0
- package/dist/cjs/eds-social-networks.cjs.entry.js +65 -0
- package/dist/cjs/eds-svg-repository.cjs.entry.js +32 -0
- package/dist/cjs/eds-tab.cjs.entry.js +40 -0
- package/dist/cjs/eds-table.cjs.entry.js +142 -0
- package/dist/cjs/eds-tabs-content.cjs.entry.js +133 -0
- package/dist/cjs/eds-tabs.cjs.entry.js +122 -0
- package/dist/cjs/eds-tag.cjs.entry.js +44 -0
- package/dist/cjs/eds-toast-manager.cjs.entry.js +45 -0
- package/dist/cjs/eds-toast.cjs.entry.js +53 -0
- package/dist/cjs/eds-tooltip.cjs.entry.js +99 -0
- package/dist/cjs/eds-user-modal.cjs.entry.js +47 -0
- package/dist/cjs/eds-user.cjs.entry.js +90 -0
- package/dist/cjs/eu-b9665157.js +32 -0
- package/dist/cjs/facebook-7aa65e57.js +16 -0
- package/dist/cjs/gradient-primary-palette.cjs.entry.js +45 -0
- package/dist/cjs/gradient-secondary-palette.cjs.entry.js +79 -0
- package/dist/cjs/gradient-support-palette.cjs.entry.js +63 -0
- package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +50 -0
- package/dist/cjs/index-1ff5f25c.js +48 -0
- package/dist/cjs/index-2cc3495f.js +2149 -0
- package/dist/cjs/index-383d2951.js +3449 -0
- package/dist/cjs/index-96a4261e.js +405 -0
- package/dist/cjs/index-ab9fbefe.js +48 -0
- package/dist/cjs/index-f62478aa.js +1837 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/keycloak-5aaa21af.js +1900 -0
- package/dist/cjs/keycloak-940b83c1.js +1910 -0
- package/dist/cjs/linkedin-46b0dd56.js +30 -0
- package/dist/cjs/loader-5efe2c21.js +35 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/logo-color-6c787ac1.js +117 -0
- package/dist/cjs/logo-color-margins-b49c0f46.js +120 -0
- package/dist/cjs/logo-space.cjs.entry.js +20 -0
- package/dist/cjs/logo-variations-horizontal.cjs.entry.js +30 -0
- package/dist/cjs/logo-variations-vertical.cjs.entry.js +30 -0
- package/dist/cjs/logo-white-no-bg-4a0e0f4b.js +1039 -0
- package/dist/cjs/logo-wrong-usage.cjs.entry.js +20 -0
- package/dist/cjs/mastodon-20c5bb7d.js +16 -0
- package/dist/cjs/menu-7050a6d1.js +13 -0
- package/dist/cjs/mono-2f3cd653.js +13 -0
- package/dist/cjs/more-1d3dd8bc.js +15 -0
- package/dist/cjs/search-5533d877.js +14 -0
- package/dist/cjs/shadow-css-988e4292.js +334 -0
- package/dist/cjs/success-ef661a11.js +20 -0
- package/dist/cjs/toastManager-1fb1a402.js +33 -0
- package/dist/cjs/token-list.cjs.entry.js +253 -0
- package/dist/cjs/token-list_3.cjs.entry.js +300 -0
- package/dist/cjs/token-radii.cjs.entry.js +25 -0
- package/dist/cjs/token-ratios.cjs.entry.js +29 -0
- package/dist/cjs/token-shadows.cjs.entry.js +34 -0
- package/dist/cjs/token-spacing.cjs.entry.js +16 -0
- package/dist/cjs/token-typography.cjs.entry.js +230 -0
- package/dist/cjs/twitter-73956e9a.js +16 -0
- package/dist/cjs/user-a3c2230f.js +18 -0
- package/dist/cjs/youtube-c238a461.js +16 -0
- package/dist/collection/collection-manifest.json +107 -0
- package/dist/collection/components/eds-accordion/eds-accordion.css +258 -0
- package/dist/collection/components/eds-accordion/eds-accordion.js +246 -0
- package/dist/collection/components/eds-accordion/eds-accordion.stories.js +87 -0
- package/dist/collection/components/eds-alert/eds-alert.css +607 -0
- package/dist/collection/components/eds-alert/eds-alert.js +204 -0
- package/dist/collection/components/eds-alert/eds-alert.stories.js +52 -0
- package/dist/collection/components/eds-avatar/eds-avatar.css +149 -0
- package/dist/collection/components/eds-avatar/eds-avatar.js +210 -0
- package/dist/collection/components/eds-avatar/eds-avatar.stories.js +65 -0
- package/dist/collection/components/eds-block-break/eds-block-break.css +49 -0
- package/dist/collection/components/eds-block-break/eds-block-break.js +51 -0
- package/dist/collection/components/eds-breadcrump/eds-breadcrumb.css +111 -0
- package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +32 -0
- package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +220 -0
- package/dist/collection/components/eds-button/eds-button.css +7140 -0
- package/dist/collection/components/eds-button/eds-button.js +487 -0
- package/dist/collection/components/eds-button/eds-button.stories.js +47 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +41 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +102 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.stories.js +31 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +9 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +63 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +92 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +169 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-wrapper/eds-card-wrapper.js +86 -0
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +103 -0
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +324 -0
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +124 -0
- package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +227 -0
- package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +103 -0
- package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +314 -0
- package/dist/collection/components/eds-code-block/eds-code-block.css +177 -0
- package/dist/collection/components/eds-code-block/eds-code-block.js +86 -0
- package/dist/collection/components/eds-dropdown/eds-dropdown.css +117 -0
- package/dist/collection/components/eds-dropdown/eds-dropdown.js +356 -0
- package/dist/collection/components/eds-form/eds-form.css +7143 -0
- package/dist/collection/components/eds-form/eds-form.js +482 -0
- package/dist/collection/components/eds-form/eds-form.stories.js +89 -0
- package/dist/collection/components/eds-frame/eds-frame.js +266 -0
- package/dist/collection/components/eds-frame/eds-frame.stories.js +67 -0
- package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +92 -0
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +36 -0
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +36 -0
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +36 -0
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +36 -0
- package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +36 -0
- package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +36 -0
- package/dist/collection/components/eds-img/eds-img.css +83 -0
- package/dist/collection/components/eds-img/eds-img.js +246 -0
- package/dist/collection/components/eds-img/eds-img.stories.js +101 -0
- package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +336 -0
- package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +105 -0
- package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +90 -0
- package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +197 -0
- package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +176 -0
- package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +203 -0
- package/dist/collection/components/eds-input-field/eds-input-field.css +7151 -0
- package/dist/collection/components/eds-input-field/eds-input-field.js +419 -0
- package/dist/collection/components/eds-input-field/eds-input-field.stories.js +205 -0
- package/dist/collection/components/eds-link/eds-link.css +7164 -0
- package/dist/collection/components/eds-link/eds-link.js +482 -0
- package/dist/collection/components/eds-link/eds-link.stories.js +86 -0
- package/dist/collection/components/eds-logo/eds-logo.css +47 -0
- package/dist/collection/components/eds-logo/eds-logo.js +150 -0
- package/dist/collection/components/eds-logo/eds-logo.stories.js +38 -0
- package/dist/collection/components/eds-modal/eds-modal.css +203 -0
- package/dist/collection/components/eds-modal/eds-modal.js +175 -0
- package/dist/collection/components/eds-modal/eds-modal.stories.js +64 -0
- package/dist/collection/components/eds-navigator/eds-navigator.js +147 -0
- package/dist/collection/components/eds-navigator/eds-navigator.stories.js +101 -0
- package/dist/collection/components/eds-pagination/eds-pagination.css +120 -0
- package/dist/collection/components/eds-pagination/eds-pagination.js +414 -0
- package/dist/collection/components/eds-pagination/eds-pagination.stories.js +141 -0
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +62 -0
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +79 -0
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +25 -0
- package/dist/collection/components/eds-rating/eds-rating.css +74 -0
- package/dist/collection/components/eds-rating/eds-rating.js +138 -0
- package/dist/collection/components/eds-rating/eds-rating.stories.js +76 -0
- package/dist/collection/components/eds-section/eds-section-core/eds-section-core.css +0 -0
- package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +91 -0
- package/dist/collection/components/eds-section/eds-section-core/eds-section-core.stories.js +74 -0
- package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +137 -0
- package/dist/collection/components/eds-tab/eds-tab.js +109 -0
- package/dist/collection/components/eds-table/eds-table.css +138 -0
- package/dist/collection/components/eds-table/eds-table.js +281 -0
- package/dist/collection/components/eds-table/eds-table.stories.js +173 -0
- package/dist/collection/components/eds-tag/eds-tag.css +56 -0
- package/dist/collection/components/eds-tag/eds-tag.js +94 -0
- package/dist/collection/components/eds-tag/eds-tag.stories.js +27 -0
- package/dist/collection/components/eds-toast/eds-toast.js +108 -0
- package/dist/collection/components/eds-toast/eds-toast.stories.js +38 -0
- package/dist/collection/components/eds-tooltip/eds-tooltip.css +94 -0
- package/dist/collection/components/eds-tooltip/eds-tooltip.js +170 -0
- package/dist/collection/components/eds-tooltip/eds-tooltip.stories.js +21 -0
- package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +39 -0
- package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +85 -0
- package/dist/collection/eds-docs-ui/colors/color-palette/support.js +55 -0
- package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +41 -0
- package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +75 -0
- package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +59 -0
- package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +66 -0
- package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +48 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +98 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.stories.js +44 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +11 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +15 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +11 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +10 -0
- package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +27 -0
- package/dist/collection/eds-docs-ui/eds-components-section/eds-components-section.js +58 -0
- package/dist/collection/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.js +44 -0
- package/dist/collection/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.js +52 -0
- package/dist/collection/eds-docs-ui/eds-svg-repository/eds-svg-repository.js +27 -0
- package/dist/collection/eds-docs-ui/functional/angular.js +2 -0
- package/dist/collection/eds-docs-ui/functional/installation.js +2 -0
- package/dist/collection/eds-docs-ui/functional/overview.js +2 -0
- package/dist/collection/eds-docs-ui/functional/react.js +2 -0
- package/dist/collection/eds-docs-ui/functional/usage.js +2 -0
- package/dist/collection/eds-docs-ui/functional/vue.js +2 -0
- package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.css +53 -0
- package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +22 -0
- package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.css +60 -0
- package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +73 -0
- package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.css +64 -0
- package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +73 -0
- package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.css +206 -0
- package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +22 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.css +153 -0
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +93 -0
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +74 -0
- package/dist/collection/shared-ui/eds-footer/eds-footer.css +0 -0
- package/dist/collection/shared-ui/eds-footer/eds-footer.js +214 -0
- package/dist/collection/shared-ui/eds-footer/eds-footer.stories.js +50 -0
- package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.css +0 -0
- package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +215 -0
- package/dist/collection/shared-ui/eds-header/eds-header.css +0 -0
- package/dist/collection/shared-ui/eds-header/eds-header.js +286 -0
- package/dist/collection/shared-ui/eds-header/eds-header.stories.js +70 -0
- package/dist/collection/shared-ui/eds-login/eds-login.js +154 -0
- package/dist/collection/shared-ui/eds-login/eds-login.stories.js +37 -0
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +105 -0
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +164 -0
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +34 -0
- package/dist/collection/shared-ui/eds-social-networks/eds-social-network.css +124 -0
- package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +92 -0
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.css +0 -0
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +213 -0
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +49 -0
- package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.js +194 -0
- package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.stories.js +112 -0
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +37 -0
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +50 -0
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.stories.js +25 -0
- package/dist/collection/shared-ui/eds-user/eds-user.js +171 -0
- package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.css +0 -0
- package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.js +119 -0
- package/dist/collection/utils/keycloak.js +79 -0
- package/dist/collection/utils/toastManager.js +29 -0
- package/dist/components/analytics.js +43 -0
- package/dist/components/app-globals-0f993ce5.js +3 -0
- package/dist/components/arrow-diagonal-black.js +3 -0
- package/dist/components/arrow-right.js +5 -0
- package/dist/components/bluesky.js +14 -0
- package/dist/components/chevron-down.js +12 -0
- package/dist/components/chevron-left.js +11 -0
- package/dist/components/chevron-right.js +5 -0
- package/dist/components/chevron-up.js +12 -0
- package/dist/components/close.js +5 -0
- package/dist/components/color-primary-palette.d.ts +11 -0
- package/dist/components/color-primary-palette.entry.js +39 -0
- package/dist/components/color-primary-palette.js +6 -0
- package/dist/components/color-secondary-palette.d.ts +11 -0
- package/dist/components/color-secondary-palette.entry.js +64 -0
- package/dist/components/color-secondary-palette.js +6 -0
- package/dist/components/color-support-palette.d.ts +11 -0
- package/dist/components/color-support-palette.entry.js +55 -0
- package/dist/components/color-support-palette.js +6 -0
- package/dist/components/color.js +296 -0
- package/dist/components/components.css +7177 -0
- package/dist/components/components.esm.js +47 -0
- package/dist/components/copy.js +5 -0
- package/dist/components/correct-use-of-colors.d.ts +11 -0
- package/dist/components/correct-use-of-colors.entry.js +64 -0
- package/dist/components/correct-use-of-colors.js +93 -0
- package/dist/components/eds-accordion.d.ts +11 -0
- package/dist/components/eds-accordion.entry.js +88 -0
- package/dist/components/eds-accordion.js +6 -0
- package/dist/components/eds-accordion2.js +125 -0
- package/dist/components/eds-alert.d.ts +11 -0
- package/dist/components/eds-alert.entry.js +91 -0
- package/dist/components/eds-alert.js +6 -0
- package/dist/components/eds-alert2.js +125 -0
- package/dist/components/eds-avatar.d.ts +11 -0
- package/dist/components/eds-avatar.entry.js +69 -0
- package/dist/components/eds-avatar.js +6 -0
- package/dist/components/eds-avatar2.js +97 -0
- package/dist/components/eds-block-break.d.ts +11 -0
- package/dist/components/eds-block-break.entry.js +16 -0
- package/dist/components/eds-block-break.js +6 -0
- package/dist/components/eds-block-break2.js +33 -0
- package/dist/components/eds-breadcrumb.d.ts +11 -0
- package/dist/components/eds-breadcrumb.entry.js +148 -0
- package/dist/components/eds-breadcrumb.js +186 -0
- package/dist/components/eds-button.d.ts +11 -0
- package/dist/components/eds-button.entry.js +229 -0
- package/dist/components/eds-button.js +6 -0
- package/dist/components/eds-button2.js +264 -0
- package/dist/components/eds-card-desc.d.ts +11 -0
- package/dist/components/eds-card-desc.entry.js +22 -0
- package/dist/components/eds-card-desc.js +6 -0
- package/dist/components/eds-card-desc2.js +42 -0
- package/dist/components/eds-card-generic.d.ts +11 -0
- package/dist/components/eds-card-generic.entry.js +89 -0
- package/dist/components/eds-card-generic.js +6 -0
- package/dist/components/eds-card-generic2.js +147 -0
- package/dist/components/eds-card-project.d.ts +11 -0
- package/dist/components/eds-card-project.entry.js +63 -0
- package/dist/components/eds-card-project.js +108 -0
- package/dist/components/eds-card-section.d.ts +11 -0
- package/dist/components/eds-card-section.entry.js +39 -0
- package/dist/components/eds-card-section.js +96 -0
- package/dist/components/eds-card-tags.d.ts +11 -0
- package/dist/components/eds-card-tags.entry.js +17 -0
- package/dist/components/eds-card-tags.js +44 -0
- package/dist/components/eds-card-title.d.ts +11 -0
- package/dist/components/eds-card-title.entry.js +52 -0
- package/dist/components/eds-card-title.js +6 -0
- package/dist/components/eds-card-title2.js +74 -0
- package/dist/components/eds-card-tool.d.ts +11 -0
- package/dist/components/eds-card-tool.entry.js +75 -0
- package/dist/components/eds-card-tool.js +136 -0
- package/dist/components/eds-card-wrapper.d.ts +11 -0
- package/dist/components/eds-card-wrapper.entry.js +28 -0
- package/dist/components/eds-card-wrapper.js +49 -0
- package/dist/components/eds-code-block.d.ts +11 -0
- package/dist/components/eds-code-block.entry.js +2468 -0
- package/dist/components/eds-code-block.js +6 -0
- package/dist/components/eds-code-block2.js +2493 -0
- package/dist/components/eds-components-section.d.ts +11 -0
- package/dist/components/eds-components-section.entry.js +92 -0
- package/dist/components/eds-components-section.js +147 -0
- package/dist/components/eds-docs-palettes.d.ts +11 -0
- package/dist/components/eds-docs-palettes.entry.js +23 -0
- package/dist/components/eds-docs-palettes.js +96 -0
- package/dist/components/eds-docs-tokens.d.ts +11 -0
- package/dist/components/eds-docs-tokens.entry.js +31 -0
- package/dist/components/eds-docs-tokens.js +80 -0
- package/dist/components/eds-dropdown.d.ts +11 -0
- package/dist/components/eds-dropdown.entry.js +125 -0
- package/dist/components/eds-dropdown.js +6 -0
- package/dist/components/eds-dropdown2.js +163 -0
- package/dist/components/eds-footer.d.ts +11 -0
- package/dist/components/eds-footer.entry.js +45 -0
- package/dist/components/eds-footer.js +6 -0
- package/dist/components/eds-footer2.js +97 -0
- package/dist/components/eds-form.d.ts +11 -0
- package/dist/components/eds-form.entry.js +245 -0
- package/dist/components/eds-form.js +346 -0
- package/dist/components/eds-frame.d.ts +11 -0
- package/dist/components/eds-frame.entry.js +87 -0
- package/dist/components/eds-frame.js +127 -0
- package/dist/components/eds-fullscreen-menu.d.ts +11 -0
- package/dist/components/eds-fullscreen-menu.entry.js +95 -0
- package/dist/components/eds-fullscreen-menu.js +166 -0
- package/dist/components/eds-header.d.ts +11 -0
- package/dist/components/eds-header.entry.js +92 -0
- package/dist/components/eds-header.js +175 -0
- package/dist/components/eds-icon-arrow-diagonal.d.ts +11 -0
- package/dist/components/eds-icon-arrow-diagonal.entry.js +14 -0
- package/dist/components/eds-icon-arrow-diagonal.js +33 -0
- package/dist/components/eds-icon-arrow-right.d.ts +11 -0
- package/dist/components/eds-icon-arrow-right.entry.js +14 -0
- package/dist/components/eds-icon-arrow-right.js +33 -0
- package/dist/components/eds-icon-bluesky.d.ts +11 -0
- package/dist/components/eds-icon-bluesky.entry.js +14 -0
- package/dist/components/eds-icon-bluesky.js +33 -0
- package/dist/components/eds-icon-chevron-down.d.ts +11 -0
- package/dist/components/eds-icon-chevron-down.entry.js +14 -0
- package/dist/components/eds-icon-chevron-down.js +33 -0
- package/dist/components/eds-icon-chevron-left.d.ts +11 -0
- package/dist/components/eds-icon-chevron-left.entry.js +14 -0
- package/dist/components/eds-icon-chevron-left.js +33 -0
- package/dist/components/eds-icon-chevron-right.d.ts +11 -0
- package/dist/components/eds-icon-chevron-right.entry.js +14 -0
- package/dist/components/eds-icon-chevron-right.js +33 -0
- package/dist/components/eds-icon-chevron-up.d.ts +11 -0
- package/dist/components/eds-icon-chevron-up.entry.js +14 -0
- package/dist/components/eds-icon-chevron-up.js +33 -0
- package/dist/components/eds-icon-close.d.ts +11 -0
- package/dist/components/eds-icon-close.entry.js +14 -0
- package/dist/components/eds-icon-close.js +33 -0
- package/dist/components/eds-icon-copy.d.ts +11 -0
- package/dist/components/eds-icon-copy.entry.js +14 -0
- package/dist/components/eds-icon-copy.js +33 -0
- package/dist/components/eds-icon-eu.d.ts +11 -0
- package/dist/components/eds-icon-eu.entry.js +14 -0
- package/dist/components/eds-icon-eu.js +33 -0
- package/dist/components/eds-icon-facebook.d.ts +11 -0
- package/dist/components/eds-icon-facebook.entry.js +14 -0
- package/dist/components/eds-icon-facebook.js +33 -0
- package/dist/components/eds-icon-gitlab.d.ts +11 -0
- package/dist/components/eds-icon-gitlab.entry.js +14 -0
- package/dist/components/eds-icon-gitlab.js +33 -0
- package/dist/components/eds-icon-linkedin.d.ts +11 -0
- package/dist/components/eds-icon-linkedin.entry.js +14 -0
- package/dist/components/eds-icon-linkedin.js +33 -0
- package/dist/components/eds-icon-loader.d.ts +11 -0
- package/dist/components/eds-icon-loader.entry.js +14 -0
- package/dist/components/eds-icon-loader.js +33 -0
- package/dist/components/eds-icon-mastodon.d.ts +11 -0
- package/dist/components/eds-icon-mastodon.entry.js +14 -0
- package/dist/components/eds-icon-mastodon.js +33 -0
- package/dist/components/eds-icon-menu.d.ts +11 -0
- package/dist/components/eds-icon-menu.entry.js +14 -0
- package/dist/components/eds-icon-menu.js +33 -0
- package/dist/components/eds-icon-more.d.ts +11 -0
- package/dist/components/eds-icon-more.entry.js +14 -0
- package/dist/components/eds-icon-more.js +33 -0
- package/dist/components/eds-icon-search.d.ts +11 -0
- package/dist/components/eds-icon-search.entry.js +14 -0
- package/dist/components/eds-icon-search.js +33 -0
- package/dist/components/eds-icon-success.d.ts +11 -0
- package/dist/components/eds-icon-success.entry.js +14 -0
- package/dist/components/eds-icon-success.js +33 -0
- package/dist/components/eds-icon-twitter.d.ts +11 -0
- package/dist/components/eds-icon-twitter.entry.js +14 -0
- package/dist/components/eds-icon-twitter.js +33 -0
- package/dist/components/eds-icon-user.d.ts +11 -0
- package/dist/components/eds-icon-user.entry.js +14 -0
- package/dist/components/eds-icon-user.js +33 -0
- package/dist/components/eds-icon-wrapper.d.ts +11 -0
- package/dist/components/eds-icon-wrapper.entry.js +36 -0
- package/dist/components/eds-icon-wrapper.js +6 -0
- package/dist/components/eds-icon-wrapper2.js +56 -0
- package/dist/components/eds-icon-youtube.d.ts +11 -0
- package/dist/components/eds-icon-youtube.entry.js +14 -0
- package/dist/components/eds-icon-youtube.js +33 -0
- package/dist/components/eds-img.d.ts +11 -0
- package/dist/components/eds-img.entry.js +53 -0
- package/dist/components/eds-img.js +6 -0
- package/dist/components/eds-img2.js +80 -0
- package/dist/components/eds-input-field.d.ts +11 -0
- package/dist/components/eds-input-field.entry.js +68 -0
- package/dist/components/eds-input-field.js +6 -0
- package/dist/components/eds-input-field2.js +145 -0
- package/dist/components/eds-input-footer.d.ts +11 -0
- package/dist/components/eds-input-footer.entry.js +17 -0
- package/dist/components/eds-input-footer.js +6 -0
- package/dist/components/eds-input-footer2.js +43 -0
- package/dist/components/eds-input-label.d.ts +11 -0
- package/dist/components/eds-input-label.entry.js +16 -0
- package/dist/components/eds-input-label.js +6 -0
- package/dist/components/eds-input-label2.js +35 -0
- package/dist/components/eds-input-range.d.ts +11 -0
- package/dist/components/eds-input-range.entry.js +35 -0
- package/dist/components/eds-input-range.js +6 -0
- package/dist/components/eds-input-range2.js +59 -0
- package/dist/components/eds-input-search.d.ts +11 -0
- package/dist/components/eds-input-search.entry.js +37 -0
- package/dist/components/eds-input-search.js +6 -0
- package/dist/components/eds-input-search2.js +65 -0
- package/dist/components/eds-input-select.d.ts +11 -0
- package/dist/components/eds-input-select.entry.js +26 -0
- package/dist/components/eds-input-select.js +6 -0
- package/dist/components/eds-input-select2.js +56 -0
- package/dist/components/eds-input.d.ts +11 -0
- package/dist/components/eds-input.entry.js +64 -0
- package/dist/components/eds-input.js +6 -0
- package/dist/components/eds-input2.js +103 -0
- package/dist/components/eds-link.d.ts +11 -0
- package/dist/components/eds-link.entry.js +207 -0
- package/dist/components/eds-link.js +6 -0
- package/dist/components/eds-link2.js +243 -0
- package/dist/components/eds-login.d.ts +11 -0
- package/dist/components/eds-login.entry.js +68 -0
- package/dist/components/eds-login.js +103 -0
- package/dist/components/eds-logo.d.ts +11 -0
- package/dist/components/eds-logo.entry.js +72 -0
- package/dist/components/eds-logo.js +6 -0
- package/dist/components/eds-logo2.js +90 -0
- package/dist/components/eds-matomo-notice.d.ts +11 -0
- package/dist/components/eds-matomo-notice.entry.js +105 -0
- package/dist/components/eds-matomo-notice.js +144 -0
- package/dist/components/eds-modal.d.ts +11 -0
- package/dist/components/eds-modal.entry.js +42 -0
- package/dist/components/eds-modal.js +80 -0
- package/dist/components/eds-navigator.d.ts +11 -0
- package/dist/components/eds-navigator.entry.js +39 -0
- package/dist/components/eds-navigator.js +75 -0
- package/dist/components/eds-pagination.d.ts +11 -0
- package/dist/components/eds-pagination.entry.js +207 -0
- package/dist/components/eds-pagination.js +6 -0
- package/dist/components/eds-pagination2.js +249 -0
- package/dist/components/eds-progress-bar.d.ts +11 -0
- package/dist/components/eds-progress-bar.entry.js +24 -0
- package/dist/components/eds-progress-bar.js +45 -0
- package/dist/components/eds-rating.d.ts +11 -0
- package/dist/components/eds-rating.entry.js +53 -0
- package/dist/components/eds-rating.js +76 -0
- package/dist/components/eds-section-core.d.ts +11 -0
- package/dist/components/eds-section-core.entry.js +19 -0
- package/dist/components/eds-section-core.js +6 -0
- package/dist/components/eds-section-core2.js +43 -0
- package/dist/components/eds-section-heading.d.ts +11 -0
- package/dist/components/eds-section-heading.entry.js +37 -0
- package/dist/components/eds-section-heading.js +6 -0
- package/dist/components/eds-section-heading2.js +57 -0
- package/dist/components/eds-social-networks.d.ts +11 -0
- package/dist/components/eds-social-networks.entry.js +61 -0
- package/dist/components/eds-social-networks.js +6 -0
- package/dist/components/eds-social-networks2.js +90 -0
- package/dist/components/eds-svg-repository.d.ts +11 -0
- package/dist/components/eds-svg-repository.entry.js +28 -0
- package/dist/components/eds-svg-repository.js +112 -0
- package/dist/components/eds-tab.d.ts +11 -0
- package/dist/components/eds-tab.entry.js +36 -0
- package/dist/components/eds-tab.js +6 -0
- package/dist/components/eds-tab2.js +55 -0
- package/dist/components/eds-table.d.ts +11 -0
- package/dist/components/eds-table.entry.js +138 -0
- package/dist/components/eds-table.js +6 -0
- package/dist/components/eds-table2.js +229 -0
- package/dist/components/eds-tabs-content.d.ts +11 -0
- package/dist/components/eds-tabs-content.entry.js +129 -0
- package/dist/components/eds-tabs-content.js +159 -0
- package/dist/components/eds-tabs.d.ts +11 -0
- package/dist/components/eds-tabs.entry.js +118 -0
- package/dist/components/eds-tabs.js +149 -0
- package/dist/components/eds-tag.d.ts +11 -0
- package/dist/components/eds-tag.entry.js +40 -0
- package/dist/components/eds-tag.js +6 -0
- package/dist/components/eds-tag2.js +58 -0
- package/dist/components/eds-toast-manager.d.ts +11 -0
- package/dist/components/eds-toast-manager.entry.js +41 -0
- package/dist/components/eds-toast-manager.js +78 -0
- package/dist/components/eds-toast.d.ts +11 -0
- package/dist/components/eds-toast.entry.js +49 -0
- package/dist/components/eds-toast.js +6 -0
- package/dist/components/eds-toast2.js +80 -0
- package/dist/components/eds-tooltip.d.ts +11 -0
- package/dist/components/eds-tooltip.entry.js +95 -0
- package/dist/components/eds-tooltip.js +119 -0
- package/dist/components/eds-user-modal.d.ts +11 -0
- package/dist/components/eds-user-modal.entry.js +43 -0
- package/dist/components/eds-user-modal.js +6 -0
- package/dist/components/eds-user-modal2.js +90 -0
- package/dist/components/eds-user.d.ts +11 -0
- package/dist/components/eds-user.entry.js +86 -0
- package/dist/components/eds-user.js +6 -0
- package/dist/components/eds-user2.js +150 -0
- package/dist/components/eu.js +30 -0
- package/dist/components/facebook.js +14 -0
- package/dist/components/gradient-primary-palette.d.ts +11 -0
- package/dist/components/gradient-primary-palette.entry.js +41 -0
- package/dist/components/gradient-primary-palette.js +6 -0
- package/dist/components/gradient-secondary-palette.d.ts +11 -0
- package/dist/components/gradient-secondary-palette.entry.js +75 -0
- package/dist/components/gradient-secondary-palette.js +6 -0
- package/dist/components/gradient-support-palette.d.ts +11 -0
- package/dist/components/gradient-support-palette.entry.js +59 -0
- package/dist/components/gradient-support-palette.js +6 -0
- package/dist/components/incorrect-use-of-colors.d.ts +11 -0
- package/dist/components/incorrect-use-of-colors.entry.js +46 -0
- package/dist/components/incorrect-use-of-colors.js +63 -0
- package/dist/components/index-144c9ae8.js +46 -0
- package/dist/components/index-360dc790.js +401 -0
- package/dist/components/index-a9afa43f.js +1802 -0
- package/dist/components/index-b384416e.js +3023 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.esm.js +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index2.js +401 -0
- package/dist/components/index3.js +46 -0
- package/dist/components/index4.js +1802 -0
- package/dist/components/keycloak-b647d452.js +1903 -0
- package/dist/components/keycloak.js +1903 -0
- package/dist/components/linkedin.js +28 -0
- package/dist/components/loader.js +33 -0
- package/dist/components/logo-color-margins.js +118 -0
- package/dist/components/logo-color.js +115 -0
- package/dist/components/logo-space.d.ts +11 -0
- package/dist/components/logo-space.entry.js +16 -0
- package/dist/components/logo-space.js +34 -0
- package/dist/components/logo-variations-horizontal.d.ts +11 -0
- package/dist/components/logo-variations-horizontal.entry.js +26 -0
- package/dist/components/logo-variations-horizontal.js +53 -0
- package/dist/components/logo-variations-vertical.d.ts +11 -0
- package/dist/components/logo-variations-vertical.entry.js +26 -0
- package/dist/components/logo-variations-vertical.js +53 -0
- package/dist/components/logo-white-no-bg.js +1029 -0
- package/dist/components/logo-wrong-usage.d.ts +11 -0
- package/dist/components/logo-wrong-usage.entry.js +16 -0
- package/dist/components/logo-wrong-usage.js +34 -0
- package/dist/components/mastodon.js +14 -0
- package/dist/components/menu.js +11 -0
- package/dist/components/mono.js +11 -0
- package/dist/components/more.js +13 -0
- package/dist/components/p-0611bbac.entry.js +1 -0
- package/dist/components/p-0a195bfe.entry.js +1 -0
- package/dist/components/p-0a6262b7.entry.js +1 -0
- package/dist/components/p-0be28996.js +1 -0
- package/dist/components/p-0e6d43c5.js +1 -0
- package/dist/components/p-112122d6.js +1 -0
- package/dist/components/p-11a4ef34.entry.js +1 -0
- package/dist/components/p-145d8e4d.entry.js +1 -0
- package/dist/components/p-1a1b8e28.entry.js +1 -0
- package/dist/components/p-1d94d663.entry.js +1 -0
- package/dist/components/p-1ded61bd.js +1 -0
- package/dist/components/p-200ad980.entry.js +9 -0
- package/dist/components/p-2066b033.js +1 -0
- package/dist/components/p-219d9f68.entry.js +1 -0
- package/dist/components/p-22ee5374.entry.js +1 -0
- package/dist/components/p-25eb1801.entry.js +1 -0
- package/dist/components/p-2692f93d.js +1 -0
- package/dist/components/p-2728a189.entry.js +1 -0
- package/dist/components/p-29041952.js +1 -0
- package/dist/components/p-2b14f03a.entry.js +1 -0
- package/dist/components/p-3048bdec.entry.js +1 -0
- package/dist/components/p-32e6c4df.js +1 -0
- package/dist/components/p-36c0f3ee.entry.js +1 -0
- package/dist/components/p-373119b3.js +1 -0
- package/dist/components/p-378d371f.entry.js +1 -0
- package/dist/components/p-3dbf2ac9.entry.js +1 -0
- package/dist/components/p-42dfb426.entry.js +1 -0
- package/dist/components/p-4541cb5f.entry.js +1 -0
- package/dist/components/p-4587d0ef.js +1 -0
- package/dist/components/p-4687b64c.js +1 -0
- package/dist/components/p-46d0716d.js +1 -0
- package/dist/components/p-49a5eef5.entry.js +1 -0
- package/dist/components/p-50e27321.js +1 -0
- package/dist/components/p-513bf756.entry.js +1 -0
- package/dist/components/p-52a487ee.entry.js +1 -0
- package/dist/components/p-54b8f143.js +1 -0
- package/dist/components/p-55444767.entry.js +1 -0
- package/dist/components/p-5ab1d64a.js +1 -0
- package/dist/components/p-5b900a2c.entry.js +1 -0
- package/dist/components/p-5d046674.js +1 -0
- package/dist/components/p-5edc806a.entry.js +1 -0
- package/dist/components/p-606d8f86.entry.js +1 -0
- package/dist/components/p-64d4a6e0.entry.js +1 -0
- package/dist/components/p-677f60bc.entry.js +1 -0
- package/dist/components/p-6bc00fad.entry.js +1 -0
- package/dist/components/p-6cb8c52d.entry.js +1 -0
- package/dist/components/p-6f601454.entry.js +1 -0
- package/dist/components/p-763cbe2f.entry.js +1 -0
- package/dist/components/p-77a81dfa.entry.js +1 -0
- package/dist/components/p-7a2b35b4.entry.js +1 -0
- package/dist/components/p-81899237.js +1 -0
- package/dist/components/p-81d2a9be.entry.js +1 -0
- package/dist/components/p-82453a66.entry.js +1 -0
- package/dist/components/p-83ff4a95.js +1 -0
- package/dist/components/p-877403df.entry.js +1 -0
- package/dist/components/p-8983de37.js +1 -0
- package/dist/components/p-8c1be2b6.entry.js +1 -0
- package/dist/components/p-923e4d23.entry.js +1 -0
- package/dist/components/p-94b74ae8.entry.js +1 -0
- package/dist/components/p-9c05e349.entry.js +1 -0
- package/dist/components/p-9c5a453b.js +1 -0
- package/dist/components/p-9c74a5dd.entry.js +1 -0
- package/dist/components/p-abcdf35f.js +1 -0
- package/dist/components/p-ac083317.entry.js +1 -0
- package/dist/components/p-ad79cc3c.entry.js +1 -0
- package/dist/components/p-aefcb641.js +1 -0
- package/dist/components/p-b4055691.entry.js +1 -0
- package/dist/components/p-b544f216.entry.js +1 -0
- package/dist/components/p-b822abb7.js +1 -0
- package/dist/components/p-b94318f2.entry.js +1 -0
- package/dist/components/p-bad2a33a.entry.js +1 -0
- package/dist/components/p-bfd2fdf1.entry.js +1 -0
- package/dist/components/p-c0afe524.entry.js +1 -0
- package/dist/components/p-c11d93cf.entry.js +1 -0
- package/dist/components/p-c16b3c0c.entry.js +1 -0
- package/dist/components/p-c3c61db1.entry.js +1 -0
- package/dist/components/p-c8e7c854.js +1 -0
- package/dist/components/p-c9c417de.js +1 -0
- package/dist/components/p-caf2af08.entry.js +1 -0
- package/dist/components/p-d80de13e.entry.js +1 -0
- package/dist/components/p-ddd005a3.entry.js +1 -0
- package/dist/components/p-e04097a2.entry.js +1 -0
- package/dist/components/p-e1255160.js +1 -0
- package/dist/components/p-e2e715a2.entry.js +1 -0
- package/dist/components/p-e639818b.entry.js +1 -0
- package/dist/components/p-e69ff916.entry.js +1 -0
- package/dist/components/p-e80f4f24.js +1 -0
- package/dist/components/p-e9a1fb1e.js +2 -0
- package/dist/components/p-ec95188c.entry.js +1 -0
- package/dist/components/p-ecbb679f.js +1 -0
- package/dist/components/p-ece618b3.js +1 -0
- package/dist/components/p-f04946a5.entry.js +1 -0
- package/dist/components/p-fa1276cc.entry.js +1 -0
- package/dist/components/p-ff6b25a1.entry.js +1 -0
- package/dist/components/primary.js +65 -0
- package/dist/components/primary2.js +67 -0
- package/dist/components/search.js +12 -0
- package/dist/components/secondary.js +92 -0
- package/dist/components/secondary2.js +107 -0
- package/dist/components/shadow-css-423dab2c.js +332 -0
- package/dist/components/success.js +18 -0
- package/dist/components/support.js +81 -0
- package/dist/components/support2.js +85 -0
- package/dist/components/toastManager-b716afd8.js +31 -0
- package/dist/components/toastManager.js +31 -0
- package/dist/components/token-list.d.ts +11 -0
- package/dist/components/token-list.entry.js +249 -0
- package/dist/components/token-list.js +6 -0
- package/dist/components/token-list2.js +277 -0
- package/dist/components/token-radii.d.ts +11 -0
- package/dist/components/token-radii.entry.js +21 -0
- package/dist/components/token-radii.js +6 -0
- package/dist/components/token-radii2.js +47 -0
- package/dist/components/token-ratios.d.ts +11 -0
- package/dist/components/token-ratios.entry.js +25 -0
- package/dist/components/token-ratios.js +54 -0
- package/dist/components/token-shadows.d.ts +11 -0
- package/dist/components/token-shadows.entry.js +30 -0
- package/dist/components/token-shadows.js +6 -0
- package/dist/components/token-shadows2.js +56 -0
- package/dist/components/token-spacing.d.ts +11 -0
- package/dist/components/token-spacing.entry.js +12 -0
- package/dist/components/token-spacing.js +29 -0
- package/dist/components/token-typography.d.ts +11 -0
- package/dist/components/token-typography.entry.js +226 -0
- package/dist/components/token-typography.js +255 -0
- package/dist/components/twitter.js +14 -0
- package/dist/components/user.js +16 -0
- package/dist/components/youtube.js +14 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/arrow-diagonal-black-8f0494c3.js +3 -0
- package/dist/esm/arrow-right-9322ba8a.js +5 -0
- package/dist/esm/bluesky-cc5edd2d.js +14 -0
- package/dist/esm/chevron-down-6144c823.js +12 -0
- package/dist/esm/chevron-left-ca6c66e1.js +11 -0
- package/dist/esm/chevron-right-b88ed2d4.js +5 -0
- package/dist/esm/chevron-up-c66bd477.js +12 -0
- package/dist/esm/close-87fc0d63.js +5 -0
- package/dist/esm/color-49aa977d.js +338 -0
- package/dist/esm/color-primary-palette.entry.js +39 -0
- package/dist/esm/color-primary-palette_6.entry.js +318 -0
- package/dist/esm/color-secondary-palette.entry.js +64 -0
- package/dist/esm/color-support-palette.entry.js +55 -0
- package/dist/esm/components.js +47 -0
- package/dist/esm/copy-03b72cb6.js +5 -0
- package/dist/esm/correct-use-of-colors.entry.js +64 -0
- package/dist/esm/eds-accordion.entry.js +88 -0
- package/dist/esm/eds-accordion_23.entry.js +1860 -0
- package/dist/esm/eds-alert.entry.js +91 -0
- package/dist/esm/eds-avatar.entry.js +69 -0
- package/dist/esm/eds-block-break.entry.js +16 -0
- package/dist/esm/eds-breadcrumb.entry.js +148 -0
- package/dist/esm/eds-button.entry.js +229 -0
- package/dist/esm/eds-card-desc.entry.js +22 -0
- package/dist/esm/eds-card-desc_3.entry.js +111 -0
- package/dist/esm/eds-card-generic.entry.js +89 -0
- package/dist/esm/eds-card-project.entry.js +63 -0
- package/dist/esm/eds-card-section.entry.js +39 -0
- package/dist/esm/eds-card-tags.entry.js +17 -0
- package/dist/esm/eds-card-title.entry.js +52 -0
- package/dist/esm/eds-card-tool.entry.js +75 -0
- package/dist/esm/eds-card-wrapper.entry.js +28 -0
- package/dist/esm/eds-code-block.entry.js +2468 -0
- package/dist/esm/eds-components-section.entry.js +92 -0
- package/dist/esm/eds-docs-palettes.entry.js +23 -0
- package/dist/esm/eds-docs-tokens.entry.js +31 -0
- package/dist/esm/eds-dropdown.entry.js +125 -0
- package/dist/esm/eds-footer.entry.js +45 -0
- package/dist/esm/eds-form.entry.js +245 -0
- package/dist/esm/eds-frame.entry.js +87 -0
- package/dist/esm/eds-fullscreen-menu.entry.js +95 -0
- package/dist/esm/eds-header.entry.js +92 -0
- package/dist/esm/eds-icon-arrow-diagonal.entry.js +14 -0
- package/dist/esm/eds-icon-arrow-right.entry.js +14 -0
- package/dist/esm/eds-icon-bluesky.entry.js +14 -0
- package/dist/esm/eds-icon-chevron-down.entry.js +14 -0
- package/dist/esm/eds-icon-chevron-left.entry.js +14 -0
- package/dist/esm/eds-icon-chevron-right.entry.js +14 -0
- package/dist/esm/eds-icon-chevron-up.entry.js +14 -0
- package/dist/esm/eds-icon-close.entry.js +14 -0
- package/dist/esm/eds-icon-copy.entry.js +14 -0
- package/dist/esm/eds-icon-eu.entry.js +14 -0
- package/dist/esm/eds-icon-facebook.entry.js +14 -0
- package/dist/esm/eds-icon-gitlab.entry.js +14 -0
- package/dist/esm/eds-icon-linkedin.entry.js +14 -0
- package/dist/esm/eds-icon-loader.entry.js +14 -0
- package/dist/esm/eds-icon-mastodon.entry.js +14 -0
- package/dist/esm/eds-icon-menu.entry.js +14 -0
- package/dist/esm/eds-icon-more.entry.js +14 -0
- package/dist/esm/eds-icon-search.entry.js +14 -0
- package/dist/esm/eds-icon-success.entry.js +14 -0
- package/dist/esm/eds-icon-twitter.entry.js +14 -0
- package/dist/esm/eds-icon-user.entry.js +14 -0
- package/dist/esm/eds-icon-wrapper.entry.js +36 -0
- package/dist/esm/eds-icon-youtube.entry.js +14 -0
- package/dist/esm/eds-img.entry.js +53 -0
- package/dist/esm/eds-input-field.entry.js +68 -0
- package/dist/esm/eds-input-footer.entry.js +17 -0
- package/dist/esm/eds-input-label.entry.js +16 -0
- package/dist/esm/eds-input-range.entry.js +35 -0
- package/dist/esm/eds-input-search.entry.js +37 -0
- package/dist/esm/eds-input-select.entry.js +26 -0
- package/dist/esm/eds-input.entry.js +64 -0
- package/dist/esm/eds-link.entry.js +207 -0
- package/dist/esm/eds-login.entry.js +68 -0
- package/dist/esm/eds-logo.entry.js +72 -0
- package/dist/esm/eds-matomo-notice.entry.js +105 -0
- package/dist/esm/eds-modal.entry.js +42 -0
- package/dist/esm/eds-navigator.entry.js +39 -0
- package/dist/esm/eds-pagination.entry.js +207 -0
- package/dist/esm/eds-progress-bar.entry.js +24 -0
- package/dist/esm/eds-rating.entry.js +53 -0
- package/dist/esm/eds-section-core.entry.js +19 -0
- package/dist/esm/eds-section-core_2.entry.js +54 -0
- package/dist/esm/eds-section-heading.entry.js +37 -0
- package/dist/esm/eds-social-networks.entry.js +61 -0
- package/dist/esm/eds-svg-repository.entry.js +28 -0
- package/dist/esm/eds-tab.entry.js +36 -0
- package/dist/esm/eds-table.entry.js +138 -0
- package/dist/esm/eds-tabs-content.entry.js +129 -0
- package/dist/esm/eds-tabs.entry.js +118 -0
- package/dist/esm/eds-tag.entry.js +40 -0
- package/dist/esm/eds-toast-manager.entry.js +41 -0
- package/dist/esm/eds-toast.entry.js +49 -0
- package/dist/esm/eds-tooltip.entry.js +95 -0
- package/dist/esm/eds-user-modal.entry.js +43 -0
- package/dist/esm/eds-user.entry.js +86 -0
- package/dist/esm/eu-9ddde93a.js +30 -0
- package/dist/esm/facebook-9cb5c17f.js +14 -0
- package/dist/esm/gradient-primary-palette.entry.js +41 -0
- package/dist/esm/gradient-secondary-palette.entry.js +75 -0
- package/dist/esm/gradient-support-palette.entry.js +59 -0
- package/dist/esm/incorrect-use-of-colors.entry.js +46 -0
- package/dist/esm/index-144c9ae8.js +46 -0
- package/dist/esm/index-360dc790.js +401 -0
- package/dist/esm/index-39c58238.js +46 -0
- package/dist/esm/index-a9afa43f.js +1802 -0
- package/dist/esm/index-b384416e.js +3416 -0
- package/dist/esm/index-f1426055.js +2121 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/keycloak-13893af6.js +1893 -0
- package/dist/esm/keycloak-b647d452.js +1903 -0
- package/dist/esm/linkedin-e8650abb.js +28 -0
- package/dist/esm/loader-66341740.js +33 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/logo-color-7f1fd803.js +115 -0
- package/dist/esm/logo-color-margins-ff8ce71b.js +118 -0
- package/dist/esm/logo-space.entry.js +16 -0
- package/dist/esm/logo-variations-horizontal.entry.js +26 -0
- package/dist/esm/logo-variations-vertical.entry.js +26 -0
- package/dist/esm/logo-white-no-bg-f382f86f.js +1029 -0
- package/dist/esm/logo-wrong-usage.entry.js +16 -0
- package/dist/esm/mastodon-3703ec61.js +14 -0
- package/dist/esm/menu-340ea948.js +11 -0
- package/dist/esm/mono-53f70232.js +11 -0
- package/dist/esm/more-4449d549.js +13 -0
- package/dist/esm/search-fbcd79c2.js +12 -0
- package/dist/esm/shadow-css-423dab2c.js +332 -0
- package/dist/esm/success-443809da.js +18 -0
- package/dist/esm/toastManager-b716afd8.js +31 -0
- package/dist/esm/token-list.entry.js +249 -0
- package/dist/esm/token-list_3.entry.js +294 -0
- package/dist/esm/token-radii.entry.js +21 -0
- package/dist/esm/token-ratios.entry.js +25 -0
- package/dist/esm/token-shadows.entry.js +30 -0
- package/dist/esm/token-spacing.entry.js +12 -0
- package/dist/esm/token-typography.entry.js +226 -0
- package/dist/esm/twitter-ac21b505.js +14 -0
- package/dist/esm/user-71ebdc15.js +16 -0
- package/dist/esm/youtube-efbfbdc4.js +14 -0
- package/dist/hydrate/index.d.ts +242 -0
- package/dist/hydrate/index.js +31353 -0
- package/dist/hydrate/index.mjs +31345 -0
- package/dist/hydrate/package.json +12 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/stencil.config.js +64 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/components/stencil.config.d.ts +2 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/index.d.ts +1 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +46 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/index.d.ts +3 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/analytics.d.ts +23 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/color.d.ts +8 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/keycloak.d.ts +30 -0
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/render.d.ts +8 -0
- package/dist/types/components/eds-accordion/eds-accordion.d.ts +81 -0
- package/dist/types/components/eds-accordion/eds-accordion.stories.d.ts +61 -0
- package/dist/types/components/eds-alert/eds-alert.d.ts +43 -0
- package/dist/types/components/eds-alert/eds-alert.stories.d.ts +46 -0
- package/dist/types/components/eds-avatar/eds-avatar.d.ts +57 -0
- package/dist/types/components/eds-avatar/eds-avatar.stories.d.ts +63 -0
- package/dist/types/components/eds-block-break/eds-block-break.d.ts +15 -0
- package/dist/types/components/eds-breadcrump/eds-breadcrumb.stories.d.ts +29 -0
- package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +97 -0
- package/dist/types/components/eds-button/eds-button.d.ts +75 -0
- package/dist/types/components/eds-button/eds-button.stories.d.ts +62 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +23 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.stories.d.ts +32 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.d.ts +15 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.d.ts +38 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-wrapper/eds-card-wrapper.d.ts +23 -0
- package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +87 -0
- package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.stories.d.ts +94 -0
- package/dist/types/components/eds-cards/eds-card-project/eds-card-project.d.ts +54 -0
- package/dist/types/components/eds-cards/eds-card-tool/eds-card-tool.d.ts +79 -0
- package/dist/types/components/eds-code-block/eds-code-block.d.ts +15 -0
- package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +120 -0
- package/dist/types/components/eds-form/eds-form.d.ts +112 -0
- package/dist/types/components/eds-form/eds-form.stories.d.ts +47 -0
- package/dist/types/components/eds-frame/eds-frame.d.ts +42 -0
- package/dist/types/components/eds-frame/eds-frame.stories.d.ts +45 -0
- package/dist/types/components/eds-icon-wrapper/eds-icon-wrapper.d.ts +28 -0
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.d.ts +10 -0
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.d.ts +10 -0
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.d.ts +10 -0
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-close/eds-icon-close.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-copy/eds-icon-copy.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-eu/eds-icon-eu.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-loader/eds-icon-loader.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-menu/eds-icon-menu.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-more/eds-icon-more.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-search/eds-icon-search.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-success/eds-icon-success.d.ts +10 -0
- package/dist/types/components/eds-icons/eds-icon-user/eds-icon-user.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.d.ts +10 -0
- package/dist/types/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.d.ts +10 -0
- package/dist/types/components/eds-img/eds-img.d.ts +70 -0
- package/dist/types/components/eds-img/eds-img.stories.d.ts +76 -0
- package/dist/types/components/eds-input-elements/eds-input/eds-input.d.ts +35 -0
- package/dist/types/components/eds-input-elements/eds-input-footer/eds-input-footer.d.ts +14 -0
- package/dist/types/components/eds-input-elements/eds-input-label/eds-input-label.d.ts +10 -0
- package/dist/types/components/eds-input-elements/eds-input-range/eds-input-range.d.ts +25 -0
- package/dist/types/components/eds-input-elements/eds-input-search/eds-input-search.d.ts +25 -0
- package/dist/types/components/eds-input-elements/eds-input-select/eds-input-select.d.ts +21 -0
- package/dist/types/components/eds-input-field/eds-input-field.d.ts +98 -0
- package/dist/types/components/eds-input-field/eds-input-field.stories.d.ts +92 -0
- package/dist/types/components/eds-link/eds-link.d.ts +83 -0
- package/dist/types/components/eds-link/eds-link.stories.d.ts +74 -0
- package/dist/types/components/eds-logo/eds-logo.d.ts +54 -0
- package/dist/types/components/eds-logo/eds-logo.stories.d.ts +25 -0
- package/dist/types/components/eds-modal/eds-modal.d.ts +44 -0
- package/dist/types/components/eds-modal/eds-modal.stories.d.ts +14 -0
- package/dist/types/components/eds-navigator/eds-navigator.d.ts +42 -0
- package/dist/types/components/eds-navigator/eds-navigator.stories.d.ts +46 -0
- package/dist/types/components/eds-pagination/eds-pagination.d.ts +98 -0
- package/dist/types/components/eds-pagination/eds-pagination.stories.d.ts +108 -0
- package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +12 -0
- package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +24 -0
- package/dist/types/components/eds-rating/eds-rating.d.ts +36 -0
- package/dist/types/components/eds-rating/eds-rating.stories.d.ts +51 -0
- package/dist/types/components/eds-section/eds-section-core/eds-section-core.d.ts +28 -0
- package/dist/types/components/eds-section/eds-section-core/eds-section-core.stories.d.ts +26 -0
- package/dist/types/components/eds-section/eds-section-heading/eds-section-heading.d.ts +38 -0
- package/dist/types/components/eds-tab/eds-tab.d.ts +15 -0
- package/dist/types/components/eds-table/eds-table.d.ts +66 -0
- package/dist/types/components/eds-table/eds-table.stories.d.ts +147 -0
- package/dist/types/components/eds-tag/eds-tag.d.ts +34 -0
- package/dist/types/components/eds-tag/eds-tag.stories.d.ts +28 -0
- package/dist/types/components/eds-toast/eds-toast.d.ts +28 -0
- package/dist/types/components/eds-toast/eds-toast.stories.d.ts +33 -0
- package/dist/types/components/eds-tooltip/eds-tooltip.d.ts +47 -0
- package/dist/types/components/eds-tooltip/eds-tooltip.stories.d.ts +19 -0
- package/dist/types/components.d.ts +4918 -0
- package/dist/types/eds-docs-ui/colors/color-palette/primary.d.ts +7 -0
- package/dist/types/eds-docs-ui/colors/color-palette/secondary.d.ts +8 -0
- package/dist/types/eds-docs-ui/colors/color-palette/support.d.ts +7 -0
- package/dist/types/eds-docs-ui/colors/gradient-palette/primary.d.ts +7 -0
- package/dist/types/eds-docs-ui/colors/gradient-palette/secondary.d.ts +7 -0
- package/dist/types/eds-docs-ui/colors/gradient-palette/support.d.ts +7 -0
- package/dist/types/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.d.ts +10 -0
- package/dist/types/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.d.ts +10 -0
- package/dist/types/eds-docs-ui/design-tokens/token-list/token-list.d.ts +11 -0
- package/dist/types/eds-docs-ui/design-tokens/token-list/token-list.stories.d.ts +25 -0
- package/dist/types/eds-docs-ui/design-tokens/token-radii/token-radii.d.ts +6 -0
- package/dist/types/eds-docs-ui/design-tokens/token-ratios/token-ratios.d.ts +6 -0
- package/dist/types/eds-docs-ui/design-tokens/token-shadows/token-shadows.d.ts +6 -0
- package/dist/types/eds-docs-ui/design-tokens/token-spacing/token-spacing.d.ts +6 -0
- package/dist/types/eds-docs-ui/design-tokens/token-typography/token-typography.d.ts +6 -0
- package/dist/types/eds-docs-ui/eds-components-section/eds-components-section.d.ts +9 -0
- package/dist/types/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.d.ts +9 -0
- package/dist/types/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.d.ts +9 -0
- package/dist/types/eds-docs-ui/eds-svg-repository/eds-svg-repository.d.ts +7 -0
- package/dist/types/eds-docs-ui/functional/angular.d.ts +2 -0
- package/dist/types/eds-docs-ui/functional/installation.d.ts +2 -0
- package/dist/types/eds-docs-ui/functional/overview.d.ts +2 -0
- package/dist/types/eds-docs-ui/functional/react.d.ts +2 -0
- package/dist/types/eds-docs-ui/functional/usage.d.ts +2 -0
- package/dist/types/eds-docs-ui/functional/vue.d.ts +2 -0
- package/dist/types/eds-docs-ui/logo/logo-space/logo-space.d.ts +6 -0
- package/dist/types/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.d.ts +12 -0
- package/dist/types/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.d.ts +12 -0
- package/dist/types/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.d.ts +6 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/shared-ui/eds-card-section/eds-card-section.d.ts +43 -0
- package/dist/types/shared-ui/eds-card-section/eds-card-section.stories.d.ts +33 -0
- package/dist/types/shared-ui/eds-footer/eds-footer.d.ts +74 -0
- package/dist/types/shared-ui/eds-footer/eds-footer.stories.d.ts +43 -0
- package/dist/types/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +57 -0
- package/dist/types/shared-ui/eds-header/eds-header.d.ts +98 -0
- package/dist/types/shared-ui/eds-header/eds-header.stories.d.ts +53 -0
- package/dist/types/shared-ui/eds-login/eds-login.d.ts +50 -0
- package/dist/types/shared-ui/eds-login/eds-login.stories.d.ts +33 -0
- package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.d.ts +77 -0
- package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +30 -0
- package/dist/types/shared-ui/eds-social-networks/eds-social-networks.d.ts +25 -0
- package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +43 -0
- package/dist/types/shared-ui/eds-tabs/eds-tabs.stories.d.ts +14 -0
- package/dist/types/shared-ui/eds-tabs-content/eds-tabs-content.d.ts +36 -0
- package/dist/types/shared-ui/eds-tabs-content/eds-tabs-content.stories.d.ts +16 -0
- package/dist/types/shared-ui/eds-toast-manager/eds-toast-manager.d.ts +19 -0
- package/dist/types/shared-ui/eds-toast-manager/eds-toast-manager.stories.d.ts +12 -0
- package/dist/types/shared-ui/eds-user/eds-user.d.ts +81 -0
- package/dist/types/shared-ui/eds-user-modal/eds-user-modal.d.ts +47 -0
- package/dist/types/stencil-public-runtime.d.ts +1678 -0
- package/dist/types/types/global.d.ts +10 -0
- package/dist/types/utils/keycloak.d.ts +31 -0
- package/dist/types/utils/toastManager.d.ts +15 -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 +20 -0
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
import { d as defineCustomElement$2 } from './eds-icon-wrapper2.js';
|
|
3
|
+
import { d as defineCustomElement$1 } from './eds-link2.js';
|
|
4
|
+
|
|
5
|
+
const edsPaginationCss = "ul,menu{list-style:none;margin:0;padding:0}.f-ui-03{font-family:var(--f-ui-03-fontFamily);font-weight:var(--f-ui-03-fontWeight);font-size:var(--f-ui-03-fontSize);line-height:var(--f-ui-03-lineHeight);letter-spacing:var(--f-ui-03-letterSpacing)}.f-ui-03-light{font-family:var(--f-ui-03-light-fontFamily);font-weight:var(--f-ui-03-light-fontWeight);font-size:var(--f-ui-03-light-fontSize);line-height:var(--f-ui-03-light-lineHeight);letter-spacing:var(--f-ui-03-light-letterSpacing)}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}.f-ui-02-light{font-family:var(--f-ui-02-light-fontFamily);font-weight:var(--f-ui-02-light-fontWeight);font-size:var(--f-ui-02-light-fontSize);line-height:var(--f-ui-02-light-lineHeight);letter-spacing:var(--f-ui-02-light-letterSpacing)}.text-lightest{color:var(--grey-500)}.mb-28{margin-bottom:1.75rem}.w-full{width:100%}.w-20{width:1.25rem}.h-20{height:1.25rem}.h-28{height:1.75rem}.h-32{height:2rem}.h-36{height:2.25rem}.text-center{text-align:center}.flex{display:flex}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-x-8{-moz-column-gap:0.5rem;column-gap:0.5rem}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.\\!p-8{padding:0.5rem !important}.ml-4{margin-left:0.25rem}.mr-4{margin-right:0.25rem}.hidden{display:none}.gap-1{gap:0.0625rem}.py-4{padding-top:0.25rem;padding-bottom:0.25rem}.transition-colors{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}@media (min-width: 900px){.lg\\:\\!pr-12{padding-right:0.75rem !important}.lg\\:flex{display:flex}}";
|
|
6
|
+
|
|
7
|
+
const EdsPagination = /*@__PURE__*/ proxyCustomElement(class EdsPagination extends HTMLElement {
|
|
8
|
+
constructor() {
|
|
9
|
+
super();
|
|
10
|
+
this.__registerHost();
|
|
11
|
+
this.__attachShadow();
|
|
12
|
+
this.currentPage = undefined;
|
|
13
|
+
this.lastPage = undefined;
|
|
14
|
+
this.perPage = 10;
|
|
15
|
+
this.total = 0;
|
|
16
|
+
this.url = '';
|
|
17
|
+
this.mode = 'default';
|
|
18
|
+
this.prevLabel = 'Prev';
|
|
19
|
+
this.nextLabel = 'Next';
|
|
20
|
+
this.prevUrl = '';
|
|
21
|
+
this.nextUrl = '';
|
|
22
|
+
this.links = [];
|
|
23
|
+
}
|
|
24
|
+
/** Lifecycle hook to generate pagination links on component load */
|
|
25
|
+
componentWillLoad() {
|
|
26
|
+
if (this.mode === 'default') {
|
|
27
|
+
this.generateLinks();
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
componentDidLoad() {
|
|
31
|
+
// Emit context for each eds-link element after the component is fully loaded
|
|
32
|
+
const links = this.hostEl.shadowRoot.querySelectorAll('eds-link');
|
|
33
|
+
if (links.length > 0) {
|
|
34
|
+
// Emit context for the first link
|
|
35
|
+
this.emitContext(links[0]);
|
|
36
|
+
// Emit context for the last link, if it's different from the first
|
|
37
|
+
if (links.length > 1) {
|
|
38
|
+
this.emitContext(links[links.length - 1]);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Emits a custom event called `parentContext` for a given link element.
|
|
44
|
+
* This event provides context information about the breadcrumb component.
|
|
45
|
+
*
|
|
46
|
+
* @param linkElement - The link element to which the event will be dispatched.
|
|
47
|
+
*/
|
|
48
|
+
emitContext(linkElement) {
|
|
49
|
+
const event = new CustomEvent('parentContext', {
|
|
50
|
+
detail: {
|
|
51
|
+
componentName: this.hostEl.tagName.toLowerCase(),
|
|
52
|
+
identifier: null
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
linkElement.dispatchEvent(event);
|
|
56
|
+
}
|
|
57
|
+
onPageOrLastPageChange() {
|
|
58
|
+
if (this.mode === 'default') {
|
|
59
|
+
this.generateLinks();
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Checks if the current page is the first page
|
|
64
|
+
* @returns {boolean} - true if current page is the first page
|
|
65
|
+
*/
|
|
66
|
+
isFirstPage() {
|
|
67
|
+
return this.currentPage === 1;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Checks if the current page is the last page
|
|
71
|
+
* @returns {boolean} - true if current page is the last page
|
|
72
|
+
*/
|
|
73
|
+
isLastPage() {
|
|
74
|
+
return this.currentPage === this.lastPage;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Generates a pagination link object
|
|
78
|
+
* @param {number} page - Page number for the link
|
|
79
|
+
* @returns {Link} - Link object with page details
|
|
80
|
+
*/
|
|
81
|
+
generateLink(page) {
|
|
82
|
+
const urlHasQuery = this.url.includes('?');
|
|
83
|
+
return {
|
|
84
|
+
ariaLabel: `Page ${page}`,
|
|
85
|
+
url: `${this.url}${urlHasQuery ? '&' : '?'}page=${page}`,
|
|
86
|
+
label: page.toString(),
|
|
87
|
+
current: this.currentPage === page,
|
|
88
|
+
disabled: false
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
/** Generates pagination links based on the last page and current page */
|
|
92
|
+
generateLinks() {
|
|
93
|
+
if (this.lastPage && this.lastPage > 5) {
|
|
94
|
+
this.links = this.getPaginationGenerator(this.currentPage || 1, this.lastPage).map((page) => typeof page === 'number' ? this.generateLink(page) : page);
|
|
95
|
+
}
|
|
96
|
+
else if (this.lastPage) {
|
|
97
|
+
this.links = Array.from({ length: this.lastPage }).map((_, i) => this.generateLink(i + 1));
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Creates a pagination range based on delta, current, and total pages
|
|
102
|
+
* @param {number} current - Current page number
|
|
103
|
+
* @param {number} total - Total number of pages
|
|
104
|
+
* @param {number} delta - Range of pages to display around the current page
|
|
105
|
+
* @returns {(number | string)[]} - Range of page numbers or ellipses
|
|
106
|
+
*/
|
|
107
|
+
getPaginationGenerator(current, total) {
|
|
108
|
+
const delta = 1; // Show one page before and one after the current page
|
|
109
|
+
const range = [];
|
|
110
|
+
if (total <= 5) {
|
|
111
|
+
// If total pages are 5 or less, show all pages
|
|
112
|
+
for (let i = 1; i <= total; i++) {
|
|
113
|
+
range.push(i);
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
else {
|
|
117
|
+
// Always show the first page
|
|
118
|
+
range.push(1);
|
|
119
|
+
// Add ellipsis if there’s a gap between the first page and the current range start
|
|
120
|
+
if (current - delta > 2) {
|
|
121
|
+
range.push('...');
|
|
122
|
+
}
|
|
123
|
+
// Determine range for pages around the current page
|
|
124
|
+
for (let i = Math.max(2, current - delta); i <= Math.min(total - 1, current + delta); i++) {
|
|
125
|
+
range.push(i);
|
|
126
|
+
}
|
|
127
|
+
// Add ellipsis if there’s a gap between the current range end and the last page
|
|
128
|
+
if (current + delta < total - 1) {
|
|
129
|
+
range.push('...');
|
|
130
|
+
}
|
|
131
|
+
// Always show the last page
|
|
132
|
+
range.push(total);
|
|
133
|
+
}
|
|
134
|
+
return range;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Formats the current page results information for display
|
|
138
|
+
* @returns {string} - Formatted page result information
|
|
139
|
+
*/
|
|
140
|
+
pageResults() {
|
|
141
|
+
if (this.total > 0) {
|
|
142
|
+
return this.total > this.perPage
|
|
143
|
+
? `${this.perPage * ((this.currentPage || 1) - 1) + 1} - ${this.perPage * (this.currentPage || 1) >= this.total ? this.total : this.perPage * (this.currentPage || 1)} of ${this.total}`
|
|
144
|
+
: `${this.total}`;
|
|
145
|
+
}
|
|
146
|
+
return '';
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* Handles a page click event, updating the current page and dispatching an event
|
|
150
|
+
* @param {MouseEvent} event - Click event
|
|
151
|
+
* @param {number} newPage - New page number
|
|
152
|
+
*/
|
|
153
|
+
handlePageClick(event, newPage) {
|
|
154
|
+
if (this.mode === 'navigator') {
|
|
155
|
+
return; // No page clicking logic for navigator mode
|
|
156
|
+
}
|
|
157
|
+
event.preventDefault(); // Prevent default link navigation
|
|
158
|
+
if (newPage !== this.currentPage) {
|
|
159
|
+
this.links = this.links.map((link) => typeof link === 'object' ? Object.assign(Object.assign({}, link), { current: parseInt(link.label) === newPage }) : link);
|
|
160
|
+
const pageChangeEvent = new CustomEvent('pageChange', {
|
|
161
|
+
detail: newPage,
|
|
162
|
+
bubbles: true,
|
|
163
|
+
composed: true
|
|
164
|
+
});
|
|
165
|
+
this.hostEl.dispatchEvent(pageChangeEvent);
|
|
166
|
+
this.currentPage = newPage;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
render() {
|
|
170
|
+
return (h("div", { key: '2385b59b0a8b2bbdc40bfc5032b846c0ec20065e' }, this.total > 0 && this.mode === 'default' && (h("p", { key: '6aea281a4df247874f354469bbabae039424ad9e', class: "f-ui-03 text-lightest mb-28 w-full text-center" }, h("span", { key: 'eeb5f0ea902505c3853a30d51026cef9d9785e48', class: "sr-only" }, "Results:"), this.pageResults())), this.mode === 'navigator' || (this.lastPage && this.lastPage > 1) ? (h("nav", { "aria-label": "Pagination" }, h("ul", { class: "flex items-center justify-center gap-x-8" }, h("li", { class: "mr-auto" }, h("eds-link", { label: this.prevLabel, url: this.mode === 'navigator'
|
|
171
|
+
? this.prevUrl || '#' // Use prevUrl if provided, otherwise disable with '#'
|
|
172
|
+
: this.isFirstPage()
|
|
173
|
+
? '#'
|
|
174
|
+
: this.generateLink(this.currentPage - 1).url, disabled: this.mode === 'navigator'
|
|
175
|
+
? !this.prevUrl // Disable if prevUrl is not provided
|
|
176
|
+
: this.isFirstPage(), "aria-label": "Previous page", icon: "chevron-left", "icon-pos": "left", size: "small", "icon-small": "true", intent: "strong", "hide-label-on-small-screen": true, class: "!p-8 lg:!pr-12", onClick: (event) => {
|
|
177
|
+
if (this.mode === 'default') {
|
|
178
|
+
if (this.isFirstPage()) {
|
|
179
|
+
event.preventDefault(); // Prevent click if disabled
|
|
180
|
+
}
|
|
181
|
+
else {
|
|
182
|
+
this.handlePageClick(event, (this.currentPage || 1) - 1);
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
} })), this.mode === 'default' &&
|
|
186
|
+
this.links.map((link, index) => (h("li", { key: index, class: "f-ui-02 flex h-36 items-center justify-center" }, typeof link === 'string' ? (h("span", { class: "flex items-center justify-center" }, link)) : (h("eds-link", { url: link.url, "aria-label": link.ariaLabel, label: link.label, current: link.current, size: "small", class: "!p-8", intent: link.current ? 'secondary' : 'ghost', onClick: (event) => this.handlePageClick(event, parseInt(link.label)) }))))), h("li", { class: "ml-auto" }, h("eds-link", { label: this.nextLabel, url: this.mode === 'navigator'
|
|
187
|
+
? this.nextUrl || '#' // Use nextUrl if provided, otherwise disable with '#'
|
|
188
|
+
: this.isLastPage()
|
|
189
|
+
? '#'
|
|
190
|
+
: this.generateLink(this.currentPage + 1).url, disabled: this.mode === 'navigator'
|
|
191
|
+
? !this.nextUrl // Disable if nextUrl is not provided
|
|
192
|
+
: this.isLastPage(), "aria-label": "Next page", size: "small", "icon-small": "true", icon: "chevron-right", intent: "strong", "hide-label-on-small-screen": true, class: "!p-8 lg:!pl-12 flex items-center gap-1 py-4 transition-colors", onClick: (event) => {
|
|
193
|
+
if (this.mode === 'default') {
|
|
194
|
+
if (this.isLastPage()) {
|
|
195
|
+
event.preventDefault(); // Prevent click if disabled
|
|
196
|
+
}
|
|
197
|
+
else {
|
|
198
|
+
this.handlePageClick(event, (this.currentPage || 1) + 1);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
} }))))) : null));
|
|
202
|
+
}
|
|
203
|
+
get hostEl() { return this; }
|
|
204
|
+
static get watchers() { return {
|
|
205
|
+
"currentPage": ["onPageOrLastPageChange"],
|
|
206
|
+
"lastPage": ["onPageOrLastPageChange"]
|
|
207
|
+
}; }
|
|
208
|
+
static get style() { return edsPaginationCss; }
|
|
209
|
+
}, [1, "eds-pagination", {
|
|
210
|
+
"currentPage": [2, "current-page"],
|
|
211
|
+
"lastPage": [2, "last-page"],
|
|
212
|
+
"perPage": [2, "per-page"],
|
|
213
|
+
"total": [2],
|
|
214
|
+
"url": [1],
|
|
215
|
+
"mode": [1],
|
|
216
|
+
"prevLabel": [1, "prev-label"],
|
|
217
|
+
"nextLabel": [1, "next-label"],
|
|
218
|
+
"prevUrl": [1, "prev-url"],
|
|
219
|
+
"nextUrl": [1, "next-url"],
|
|
220
|
+
"links": [32]
|
|
221
|
+
}, undefined, {
|
|
222
|
+
"currentPage": ["onPageOrLastPageChange"],
|
|
223
|
+
"lastPage": ["onPageOrLastPageChange"]
|
|
224
|
+
}]);
|
|
225
|
+
function defineCustomElement() {
|
|
226
|
+
if (typeof customElements === "undefined") {
|
|
227
|
+
return;
|
|
228
|
+
}
|
|
229
|
+
const components = ["eds-pagination", "eds-icon-wrapper", "eds-link"];
|
|
230
|
+
components.forEach(tagName => { switch (tagName) {
|
|
231
|
+
case "eds-pagination":
|
|
232
|
+
if (!customElements.get(tagName)) {
|
|
233
|
+
customElements.define(tagName, EdsPagination);
|
|
234
|
+
}
|
|
235
|
+
break;
|
|
236
|
+
case "eds-icon-wrapper":
|
|
237
|
+
if (!customElements.get(tagName)) {
|
|
238
|
+
defineCustomElement$2();
|
|
239
|
+
}
|
|
240
|
+
break;
|
|
241
|
+
case "eds-link":
|
|
242
|
+
if (!customElements.get(tagName)) {
|
|
243
|
+
defineCustomElement$1();
|
|
244
|
+
}
|
|
245
|
+
break;
|
|
246
|
+
} });
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
export { EdsPagination as E, defineCustomElement as d };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface EdsProgressBar extends Components.EdsProgressBar, HTMLElement {}
|
|
4
|
+
export const EdsProgressBar: {
|
|
5
|
+
prototype: EdsProgressBar;
|
|
6
|
+
new (): EdsProgressBar;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
+
|
|
3
|
+
const edsProgressBarCss = ".w-full{width:100%}.h-full{height:100%}.bg-default{background-color:var(--grey-200)}.rounded-lg{border-radius:16px}.h-24{height:1.5rem}.border{border-width:1px}.border-softer{border:2px solid rgba(0, 0, 0, .1 )}.overflow-hidden{overflow:hidden}.bg-accent{background-color:var(--green-500)}.bg-\\[\\#0034CB\\]{--tw-text-opacity:1;background-color:rgb(0 52 203 / var(--tw-text-opacity))}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.duration-300{transition-duration:300ms}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.f-body-02{font-family:var(--f-body-02-fontFamily);font-weight:var(--f-body-02-fontWeight);font-size:var(--f-body-02-fontSize);line-height:var(--f-body-02-lineHeight);letter-spacing:var(--f-body-02-letterSpacing)}";
|
|
4
|
+
|
|
5
|
+
const EdsProgressBar = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
this.value = 0;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Method to update the progress value externally.
|
|
12
|
+
* @param newValue The new progress value (0-100).
|
|
13
|
+
*/
|
|
14
|
+
async updateValue(newValue) {
|
|
15
|
+
this.value = Math.min(100, Math.max(0, newValue)); // Clamp value between 0 and 100
|
|
16
|
+
}
|
|
17
|
+
render() {
|
|
18
|
+
const progressValue = this.value;
|
|
19
|
+
return (h("div", { key: '3131f56034a9fd72ca51e448bc2bcc6281669b25', class: "outer w-full bg-default rounded-lg h-24 border border-softer overflow-hidden" }, h("div", { key: 'f1665a254f8dbe1ccb9e512e5f2e7c1e5ab88c07', class: `inner h-full rounded-lg bg-accent transition-all duration-300 flex items-center justify-center text-default f-body-02`, style: { width: `${progressValue}%` } }, progressValue, "%")));
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
EdsProgressBar.style = edsProgressBarCss;
|
|
23
|
+
|
|
24
|
+
export { EdsProgressBar as eds_progress_bar };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const edsProgressBarCss = ".w-full{width:100%}.h-full{height:100%}.bg-default{background-color:var(--grey-200)}.rounded-lg{border-radius:16px}.h-24{height:1.5rem}.border{border-width:1px}.border-softer{border:2px solid rgba(0, 0, 0, .1 )}.overflow-hidden{overflow:hidden}.bg-accent{background-color:var(--green-500)}.bg-\\[\\#0034CB\\]{--tw-text-opacity:1;background-color:rgb(0 52 203 / var(--tw-text-opacity))}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.duration-300{transition-duration:300ms}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.f-body-02{font-family:var(--f-body-02-fontFamily);font-weight:var(--f-body-02-fontWeight);font-size:var(--f-body-02-fontSize);line-height:var(--f-body-02-lineHeight);letter-spacing:var(--f-body-02-letterSpacing)}";
|
|
4
|
+
|
|
5
|
+
const EdsProgressBar$1 = /*@__PURE__*/ proxyCustomElement(class EdsProgressBar extends HTMLElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
this.__registerHost();
|
|
9
|
+
this.__attachShadow();
|
|
10
|
+
this.value = 0;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Method to update the progress value externally.
|
|
14
|
+
* @param newValue The new progress value (0-100).
|
|
15
|
+
*/
|
|
16
|
+
async updateValue(newValue) {
|
|
17
|
+
this.value = Math.min(100, Math.max(0, newValue)); // Clamp value between 0 and 100
|
|
18
|
+
}
|
|
19
|
+
render() {
|
|
20
|
+
const progressValue = this.value;
|
|
21
|
+
return (h("div", { key: '3131f56034a9fd72ca51e448bc2bcc6281669b25', class: "outer w-full bg-default rounded-lg h-24 border border-softer overflow-hidden" }, h("div", { key: 'f1665a254f8dbe1ccb9e512e5f2e7c1e5ab88c07', class: `inner h-full rounded-lg bg-accent transition-all duration-300 flex items-center justify-center text-default f-body-02`, style: { width: `${progressValue}%` } }, progressValue, "%")));
|
|
22
|
+
}
|
|
23
|
+
static get style() { return edsProgressBarCss; }
|
|
24
|
+
}, [1, "eds-progress-bar", {
|
|
25
|
+
"value": [1026],
|
|
26
|
+
"updateValue": [64]
|
|
27
|
+
}]);
|
|
28
|
+
function defineCustomElement$1() {
|
|
29
|
+
if (typeof customElements === "undefined") {
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
const components = ["eds-progress-bar"];
|
|
33
|
+
components.forEach(tagName => { switch (tagName) {
|
|
34
|
+
case "eds-progress-bar":
|
|
35
|
+
if (!customElements.get(tagName)) {
|
|
36
|
+
customElements.define(tagName, EdsProgressBar$1);
|
|
37
|
+
}
|
|
38
|
+
break;
|
|
39
|
+
} });
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
const EdsProgressBar = EdsProgressBar$1;
|
|
43
|
+
const defineCustomElement = defineCustomElement$1;
|
|
44
|
+
|
|
45
|
+
export { EdsProgressBar, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface EdsRating extends Components.EdsRating, HTMLElement {}
|
|
4
|
+
export const EdsRating: {
|
|
5
|
+
prototype: EdsRating;
|
|
6
|
+
new (): EdsRating;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { r as registerInstance, a as createEvent, h } from './index-b384416e.js';
|
|
2
|
+
|
|
3
|
+
const edsRatingCss = ":host{display:inline-block;font-size:2rem}.stars{display:flex;gap:0.25rem;cursor:pointer}.star{color:var(--star-empty-color, #ccc);transition:color 0.2s ease-in-out}.star.filled{color:var(--green-500);}.star:hover,.star.filled:hover{transform:scale(1.2)}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.f-body-02{font-family:var(--f-body-02-fontFamily);font-weight:var(--f-body-02-fontWeight);font-size:var(--f-body-02-fontSize);line-height:var(--f-body-02-lineHeight);letter-spacing:var(--f-body-02-letterSpacing)}.f-ui-04{font-family:var(--f-ui-04-fontFamily);font-weight:var(--f-ui-04-fontWeight);font-size:var(--f-ui-04-fontSize);line-height:var(--f-ui-04-lineHeight);letter-spacing:var(--f-ui-04-letterSpacing)}.text-light{color:var(--grey-700)}.text-lighter{color:var(--grey-600)}.text-lightest{color:var(--grey-500)}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}";
|
|
4
|
+
|
|
5
|
+
const EdsRating = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
this.ratingChange = createEvent(this, "ratingChange", 7);
|
|
9
|
+
this.stars = 5;
|
|
10
|
+
this.label = 'Rate your experience';
|
|
11
|
+
this.textMapping = ['Very Poor', 'Poor', 'Average', 'Good', 'Excellent'];
|
|
12
|
+
this.selectedRating = 0;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Parses the `links` prop into an array of link objects.
|
|
16
|
+
* Returns an empty array if parsing fails or if `links` is not a valid JSON string or object.
|
|
17
|
+
*
|
|
18
|
+
* @returns {any[]} Array of parsed link objects
|
|
19
|
+
*/
|
|
20
|
+
get parsedMappings() {
|
|
21
|
+
if (typeof this.textMapping === 'object') {
|
|
22
|
+
return this.textMapping;
|
|
23
|
+
}
|
|
24
|
+
else if (typeof this.textMapping === 'string') {
|
|
25
|
+
try {
|
|
26
|
+
return JSON.parse(this.textMapping);
|
|
27
|
+
}
|
|
28
|
+
catch (e) {
|
|
29
|
+
// eslint-disable-next-line
|
|
30
|
+
console.error('Error parsing links prop:', e);
|
|
31
|
+
return [];
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
return [];
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Handles the click event on a star.
|
|
38
|
+
* @param rating - The selected rating value.
|
|
39
|
+
*/
|
|
40
|
+
handleClick(rating) {
|
|
41
|
+
this.selectedRating = rating;
|
|
42
|
+
this.ratingChange.emit(rating);
|
|
43
|
+
}
|
|
44
|
+
render() {
|
|
45
|
+
return (h("div", { key: '4ca6d5e0fb35d8ebce1acd5c1a7c6c857ba4f463', class: "relative w-full flex flex-col" }, h("span", { key: '784b77f84098b8d88cd3872004b0208a4437c51b', class: "f-body-01" }, this.label), h("div", { key: '6780db58d3c96046a99d383518cfe1db1e3f1c68', class: "stars" }, Array.from({ length: this.stars }, (_, index) => (h("span", { class: {
|
|
46
|
+
star: true,
|
|
47
|
+
filled: index < this.selectedRating
|
|
48
|
+
}, onClick: () => this.handleClick(index + 1) }, "\u2605")))), this.selectedRating > 0 && this.parsedMappings[this.selectedRating - 1] && (h("span", { key: 'ce0eec3c29cf27bff86e3307a29a2c39c2167087', class: "f-ui-04 text-lighter" }, this.parsedMappings[this.selectedRating - 1]))));
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
EdsRating.style = edsRatingCss;
|
|
52
|
+
|
|
53
|
+
export { EdsRating as eds_rating };
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
|
|
2
|
+
|
|
3
|
+
const edsRatingCss = ":host{display:inline-block;font-size:2rem}.stars{display:flex;gap:0.25rem;cursor:pointer}.star{color:var(--star-empty-color, #ccc);transition:color 0.2s ease-in-out}.star.filled{color:var(--green-500);}.star:hover,.star.filled:hover{transform:scale(1.2)}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.f-body-02{font-family:var(--f-body-02-fontFamily);font-weight:var(--f-body-02-fontWeight);font-size:var(--f-body-02-fontSize);line-height:var(--f-body-02-lineHeight);letter-spacing:var(--f-body-02-letterSpacing)}.f-ui-04{font-family:var(--f-ui-04-fontFamily);font-weight:var(--f-ui-04-fontWeight);font-size:var(--f-ui-04-fontSize);line-height:var(--f-ui-04-lineHeight);letter-spacing:var(--f-ui-04-letterSpacing)}.text-light{color:var(--grey-700)}.text-lighter{color:var(--grey-600)}.text-lightest{color:var(--grey-500)}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}";
|
|
4
|
+
|
|
5
|
+
const EdsRating$1 = /*@__PURE__*/ proxyCustomElement(class EdsRating extends HTMLElement {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
this.__registerHost();
|
|
9
|
+
this.__attachShadow();
|
|
10
|
+
this.ratingChange = createEvent(this, "ratingChange", 7);
|
|
11
|
+
this.stars = 5;
|
|
12
|
+
this.label = 'Rate your experience';
|
|
13
|
+
this.textMapping = ['Very Poor', 'Poor', 'Average', 'Good', 'Excellent'];
|
|
14
|
+
this.selectedRating = 0;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Parses the `links` prop into an array of link objects.
|
|
18
|
+
* Returns an empty array if parsing fails or if `links` is not a valid JSON string or object.
|
|
19
|
+
*
|
|
20
|
+
* @returns {any[]} Array of parsed link objects
|
|
21
|
+
*/
|
|
22
|
+
get parsedMappings() {
|
|
23
|
+
if (typeof this.textMapping === 'object') {
|
|
24
|
+
return this.textMapping;
|
|
25
|
+
}
|
|
26
|
+
else if (typeof this.textMapping === 'string') {
|
|
27
|
+
try {
|
|
28
|
+
return JSON.parse(this.textMapping);
|
|
29
|
+
}
|
|
30
|
+
catch (e) {
|
|
31
|
+
// eslint-disable-next-line
|
|
32
|
+
console.error('Error parsing links prop:', e);
|
|
33
|
+
return [];
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return [];
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Handles the click event on a star.
|
|
40
|
+
* @param rating - The selected rating value.
|
|
41
|
+
*/
|
|
42
|
+
handleClick(rating) {
|
|
43
|
+
this.selectedRating = rating;
|
|
44
|
+
this.ratingChange.emit(rating);
|
|
45
|
+
}
|
|
46
|
+
render() {
|
|
47
|
+
return (h("div", { key: '4ca6d5e0fb35d8ebce1acd5c1a7c6c857ba4f463', class: "relative w-full flex flex-col" }, h("span", { key: '784b77f84098b8d88cd3872004b0208a4437c51b', class: "f-body-01" }, this.label), h("div", { key: '6780db58d3c96046a99d383518cfe1db1e3f1c68', class: "stars" }, Array.from({ length: this.stars }, (_, index) => (h("span", { class: {
|
|
48
|
+
star: true,
|
|
49
|
+
filled: index < this.selectedRating
|
|
50
|
+
}, onClick: () => this.handleClick(index + 1) }, "\u2605")))), this.selectedRating > 0 && this.parsedMappings[this.selectedRating - 1] && (h("span", { key: 'ce0eec3c29cf27bff86e3307a29a2c39c2167087', class: "f-ui-04 text-lighter" }, this.parsedMappings[this.selectedRating - 1]))));
|
|
51
|
+
}
|
|
52
|
+
static get style() { return edsRatingCss; }
|
|
53
|
+
}, [1, "eds-rating", {
|
|
54
|
+
"stars": [2],
|
|
55
|
+
"label": [1],
|
|
56
|
+
"textMapping": [8, "text-mapping"],
|
|
57
|
+
"selectedRating": [32]
|
|
58
|
+
}]);
|
|
59
|
+
function defineCustomElement$1() {
|
|
60
|
+
if (typeof customElements === "undefined") {
|
|
61
|
+
return;
|
|
62
|
+
}
|
|
63
|
+
const components = ["eds-rating"];
|
|
64
|
+
components.forEach(tagName => { switch (tagName) {
|
|
65
|
+
case "eds-rating":
|
|
66
|
+
if (!customElements.get(tagName)) {
|
|
67
|
+
customElements.define(tagName, EdsRating$1);
|
|
68
|
+
}
|
|
69
|
+
break;
|
|
70
|
+
} });
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
const EdsRating = EdsRating$1;
|
|
74
|
+
const defineCustomElement = defineCustomElement$1;
|
|
75
|
+
|
|
76
|
+
export { EdsRating, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface EdsSectionCore extends Components.EdsSectionCore, HTMLElement {}
|
|
4
|
+
export const EdsSectionCore: {
|
|
5
|
+
prototype: EdsSectionCore;
|
|
6
|
+
new (): EdsSectionCore;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
+
|
|
3
|
+
const edsSectionCoreCss = "";
|
|
4
|
+
|
|
5
|
+
const EdsSectionCore = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
this.tag = 'section';
|
|
9
|
+
this.sectionTitle = '';
|
|
10
|
+
this.headingLevel = 'h2';
|
|
11
|
+
}
|
|
12
|
+
render() {
|
|
13
|
+
const TagType = this.tag; // Set dynamic tag type (div or section)
|
|
14
|
+
return (h(TagType, { key: '849c35d9cd587cf14b0d6bc6efd1310a85d447f2' }, h("eds-section-heading", { key: '7ed4486fcf6e7c653026869c9468be9471db1775', headingLevel: this.headingLevel, sectionTitle: this.sectionTitle }), h("slot", { key: '5d95ea6516ecaaab4e07a40b84cd20deb3d8d3b2' })));
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
EdsSectionCore.style = edsSectionCoreCss;
|
|
18
|
+
|
|
19
|
+
export { EdsSectionCore as eds_section_core };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
import { d as defineCustomElement$1 } from './eds-section-heading2.js';
|
|
3
|
+
|
|
4
|
+
const edsSectionCoreCss = "";
|
|
5
|
+
|
|
6
|
+
const EdsSectionCore = /*@__PURE__*/ proxyCustomElement(class EdsSectionCore extends HTMLElement {
|
|
7
|
+
constructor() {
|
|
8
|
+
super();
|
|
9
|
+
this.__registerHost();
|
|
10
|
+
this.tag = 'section';
|
|
11
|
+
this.sectionTitle = '';
|
|
12
|
+
this.headingLevel = 'h2';
|
|
13
|
+
}
|
|
14
|
+
render() {
|
|
15
|
+
const TagType = this.tag; // Set dynamic tag type (div or section)
|
|
16
|
+
return (h(TagType, { key: '849c35d9cd587cf14b0d6bc6efd1310a85d447f2' }, h("eds-section-heading", { key: '7ed4486fcf6e7c653026869c9468be9471db1775', headingLevel: this.headingLevel, sectionTitle: this.sectionTitle }), h("slot", { key: '5d95ea6516ecaaab4e07a40b84cd20deb3d8d3b2' })));
|
|
17
|
+
}
|
|
18
|
+
static get style() { return edsSectionCoreCss; }
|
|
19
|
+
}, [4, "eds-section-core", {
|
|
20
|
+
"tag": [1],
|
|
21
|
+
"sectionTitle": [1, "section-title"],
|
|
22
|
+
"headingLevel": [1, "heading-level"]
|
|
23
|
+
}]);
|
|
24
|
+
function defineCustomElement() {
|
|
25
|
+
if (typeof customElements === "undefined") {
|
|
26
|
+
return;
|
|
27
|
+
}
|
|
28
|
+
const components = ["eds-section-core", "eds-section-heading"];
|
|
29
|
+
components.forEach(tagName => { switch (tagName) {
|
|
30
|
+
case "eds-section-core":
|
|
31
|
+
if (!customElements.get(tagName)) {
|
|
32
|
+
customElements.define(tagName, EdsSectionCore);
|
|
33
|
+
}
|
|
34
|
+
break;
|
|
35
|
+
case "eds-section-heading":
|
|
36
|
+
if (!customElements.get(tagName)) {
|
|
37
|
+
defineCustomElement$1();
|
|
38
|
+
}
|
|
39
|
+
break;
|
|
40
|
+
} });
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export { EdsSectionCore as E, defineCustomElement as d };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface EdsSectionHeading extends Components.EdsSectionHeading, HTMLElement {}
|
|
4
|
+
export const EdsSectionHeading: {
|
|
5
|
+
prototype: EdsSectionHeading;
|
|
6
|
+
new (): EdsSectionHeading;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
+
|
|
3
|
+
const EdsSectionHeading = class {
|
|
4
|
+
constructor(hostRef) {
|
|
5
|
+
registerInstance(this, hostRef);
|
|
6
|
+
this.sectionTitle = undefined;
|
|
7
|
+
this.withContainer = true;
|
|
8
|
+
this.headingLevel = 'h2';
|
|
9
|
+
this.tag = 'div';
|
|
10
|
+
this.spacingLarge = false;
|
|
11
|
+
}
|
|
12
|
+
getHeadingClass() {
|
|
13
|
+
// Map heading levels to their respective classes
|
|
14
|
+
const headingClasses = {
|
|
15
|
+
h1: 'f-heading-01',
|
|
16
|
+
h2: 'f-heading-02',
|
|
17
|
+
h3: 'f-heading-03',
|
|
18
|
+
h4: 'f-heading-04',
|
|
19
|
+
h5: 'f-heading-05',
|
|
20
|
+
h6: 'f-heading-06'
|
|
21
|
+
};
|
|
22
|
+
// Return the class based on the heading level
|
|
23
|
+
return headingClasses[this.headingLevel];
|
|
24
|
+
}
|
|
25
|
+
render() {
|
|
26
|
+
const TagType = this.tag; // Dynamically set tag type for the container
|
|
27
|
+
const HeadingTag = this.headingLevel; // Dynamically set heading level
|
|
28
|
+
return (h(TagType, { key: '2c6466c0a02bf8598153c18eafb37affc3dac395', class: {
|
|
29
|
+
'ui-section-header flex flex-wrap items-center justify-between gap-x-12 gap-y-8 pb-20': true,
|
|
30
|
+
container: this.withContainer,
|
|
31
|
+
'pt-48': this.spacingLarge,
|
|
32
|
+
'pt-28': !this.spacingLarge
|
|
33
|
+
} }, h(HeadingTag, { key: 'fc7f0f09e02e8c63697e46811c465792497126e0', class: this.getHeadingClass() }, this.sectionTitle)));
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export { EdsSectionHeading as eds_section_heading };
|