@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,149 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
|
|
2
|
+
import { s as sendAnalytics } from './index2.js';
|
|
3
|
+
import { c as cva } from './index3.js';
|
|
4
|
+
import { d as defineCustomElement$2 } from './eds-tab2.js';
|
|
5
|
+
|
|
6
|
+
const edsTabsCss = "";
|
|
7
|
+
|
|
8
|
+
const EdsTabs$1 = /*@__PURE__*/ proxyCustomElement(class EdsTabs extends HTMLElement {
|
|
9
|
+
constructor() {
|
|
10
|
+
super();
|
|
11
|
+
this.__registerHost();
|
|
12
|
+
this.tabChange = createEvent(this, "tabChange", 7);
|
|
13
|
+
// cva configuration
|
|
14
|
+
this.tabCva = cva([
|
|
15
|
+
'relative px-16 py-12',
|
|
16
|
+
'f-ui-03 whitespace-nowrap',
|
|
17
|
+
'effect-color',
|
|
18
|
+
'focus-visible:text-default hover:text-default',
|
|
19
|
+
'border-2',
|
|
20
|
+
"after:content-[''] after:absolute after:inset-0 after:rounded-t-lg after:border-3 after:border-accent after:opacity-0",
|
|
21
|
+
'outline-none focus:outline-none focus-visible:outline-none focus-visible:after:opacity-100'
|
|
22
|
+
], {
|
|
23
|
+
variants: {
|
|
24
|
+
position: {
|
|
25
|
+
left: 'rounded-tl-lg border-r-0 pr-28 -mr-16 after:right-16',
|
|
26
|
+
right: 'rounded-tr-lg border-l-0 pl-28 -ml-16 after:left-16',
|
|
27
|
+
center: '',
|
|
28
|
+
first: 'rounded-t-lg'
|
|
29
|
+
},
|
|
30
|
+
active: {
|
|
31
|
+
false: 'text-lighter bg-dark hover:bg-darker border-softest',
|
|
32
|
+
true: [
|
|
33
|
+
'bg-default text-default z-99',
|
|
34
|
+
'rounded-t-lg',
|
|
35
|
+
"before:content-[''] before:absolute before:-bottom-2 z-1 before:inset-x-0 before:h-3 before:bg-default",
|
|
36
|
+
'border-[#d2d2d2]'
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
this.id = undefined;
|
|
42
|
+
this.navAriaLabel = 'Tabs';
|
|
43
|
+
this.tabs = undefined;
|
|
44
|
+
this.parsedTabs = [];
|
|
45
|
+
this.activeIndex = -1;
|
|
46
|
+
}
|
|
47
|
+
componentWillLoad() {
|
|
48
|
+
this.parseTabs();
|
|
49
|
+
this.setActiveIndex();
|
|
50
|
+
this.tabChange.emit({ tabId: this.id, index: 0 });
|
|
51
|
+
}
|
|
52
|
+
parseTabs() {
|
|
53
|
+
try {
|
|
54
|
+
this.parsedTabs = JSON.parse(this.tabs);
|
|
55
|
+
}
|
|
56
|
+
catch (error) {
|
|
57
|
+
//console.error('Invalid JSON format for tabs:', error);
|
|
58
|
+
this.parsedTabs = [];
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
componentDidLoad() {
|
|
62
|
+
this.scrollToActiveTab();
|
|
63
|
+
}
|
|
64
|
+
setActiveIndex() {
|
|
65
|
+
this.activeIndex = this.parsedTabs.findIndex((tab) => tab.active);
|
|
66
|
+
}
|
|
67
|
+
scrollToActiveTab() {
|
|
68
|
+
var _a;
|
|
69
|
+
const activeTab = (_a = this.tabContainer) === null || _a === void 0 ? void 0 : _a.querySelector('[data-tab-active]');
|
|
70
|
+
if (activeTab) {
|
|
71
|
+
setTimeout(() => {
|
|
72
|
+
activeTab.scrollIntoView({
|
|
73
|
+
inline: 'center',
|
|
74
|
+
block: 'nearest'
|
|
75
|
+
});
|
|
76
|
+
}, 316);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
getTabOptions(active, index) {
|
|
80
|
+
const position = active
|
|
81
|
+
? 'center'
|
|
82
|
+
: this.activeIndex === -1 && index === 0
|
|
83
|
+
? 'first'
|
|
84
|
+
: index < this.activeIndex
|
|
85
|
+
? 'left'
|
|
86
|
+
: 'right';
|
|
87
|
+
return Object.assign({ class: this.tabCva({
|
|
88
|
+
active,
|
|
89
|
+
position
|
|
90
|
+
}), style: {
|
|
91
|
+
zIndex: `${active ? this.parsedTabs.length + 99 : position === 'left' ? index : this.parsedTabs.length + 1 - index}`
|
|
92
|
+
} }, (active ? { 'data-tab-active': 'true' } : {}));
|
|
93
|
+
}
|
|
94
|
+
handleTabClick(index, tabLabel) {
|
|
95
|
+
// Update the active index and set all tabs' active state accordingly
|
|
96
|
+
this.activeIndex = index;
|
|
97
|
+
this.parsedTabs = this.parsedTabs.map((tab, tabIndex) => (Object.assign(Object.assign({}, tab), { active: tabIndex === index })));
|
|
98
|
+
this.tabChange.emit({ tabId: this.id, index: index, name: tabLabel });
|
|
99
|
+
sendAnalytics({
|
|
100
|
+
category: 'ui-component',
|
|
101
|
+
tag: this.el.tagName.toLowerCase(),
|
|
102
|
+
name: (tabLabel === null || tabLabel === void 0 ? void 0 : tabLabel.toLowerCase()) || '',
|
|
103
|
+
action: 'click'
|
|
104
|
+
});
|
|
105
|
+
}
|
|
106
|
+
render() {
|
|
107
|
+
return (h("div", { key: '826fb378cc685039ef3dad47d927ec0398606c9b', id: `${this.id}`, class: "after:border-softest before:bg-gradient-y relative overflow-x-hidden before:absolute before:inset-x-0 before:bottom-0 before:h-12 before:opacity-5 before:content-[''] after:absolute after:inset-x-0 after:bottom-0 after:border-b-2 after:content-['']" }, h("div", { key: '7065bfd5e3dad0386af8bf5741a6517c5cf73db4', class: "scroller-x overflow-x-auto max-w-xxxl xxxl:px-0 relative z-[1] mx-auto px-16 pt-8 lg:px-28" }, h("nav", { key: '41b08427b7c265c70ad506e87733592b28addeda', ref: (el) => (this.tabContainer = el), class: "inline-flex", "aria-label": this.navAriaLabel }, this.parsedTabs.map((tab, index) => {
|
|
108
|
+
//const TabComponent = tab.active ? 'span' : 'a';
|
|
109
|
+
const tabProps = this.getTabOptions(tab.active, index);
|
|
110
|
+
return (h("eds-tab", Object.assign({}, tabProps, { label: tab.label || tab.ariaLabel, url: tab.url, active: index === this.activeIndex, onClick: () => this.handleTabClick(index, tab.label) })));
|
|
111
|
+
})))));
|
|
112
|
+
}
|
|
113
|
+
get el() { return this; }
|
|
114
|
+
static get watchers() { return {
|
|
115
|
+
"tabs": ["parseTabs"]
|
|
116
|
+
}; }
|
|
117
|
+
static get style() { return edsTabsCss; }
|
|
118
|
+
}, [0, "eds-tabs", {
|
|
119
|
+
"id": [1],
|
|
120
|
+
"navAriaLabel": [1, "nav-aria-label"],
|
|
121
|
+
"tabs": [1],
|
|
122
|
+
"parsedTabs": [32],
|
|
123
|
+
"activeIndex": [32]
|
|
124
|
+
}, undefined, {
|
|
125
|
+
"tabs": ["parseTabs"]
|
|
126
|
+
}]);
|
|
127
|
+
function defineCustomElement$1() {
|
|
128
|
+
if (typeof customElements === "undefined") {
|
|
129
|
+
return;
|
|
130
|
+
}
|
|
131
|
+
const components = ["eds-tabs", "eds-tab"];
|
|
132
|
+
components.forEach(tagName => { switch (tagName) {
|
|
133
|
+
case "eds-tabs":
|
|
134
|
+
if (!customElements.get(tagName)) {
|
|
135
|
+
customElements.define(tagName, EdsTabs$1);
|
|
136
|
+
}
|
|
137
|
+
break;
|
|
138
|
+
case "eds-tab":
|
|
139
|
+
if (!customElements.get(tagName)) {
|
|
140
|
+
defineCustomElement$2();
|
|
141
|
+
}
|
|
142
|
+
break;
|
|
143
|
+
} });
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
const EdsTabs = EdsTabs$1;
|
|
147
|
+
const defineCustomElement = defineCustomElement$1;
|
|
148
|
+
|
|
149
|
+
export { EdsTabs, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface EdsTag extends Components.EdsTag, HTMLElement {}
|
|
4
|
+
export const EdsTag: {
|
|
5
|
+
prototype: EdsTag;
|
|
6
|
+
new (): EdsTag;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
+
import { c as cva } from './index-144c9ae8.js';
|
|
3
|
+
|
|
4
|
+
const edsTagCss = ".f-ui-05{font-family:var(--f-ui-05-fontFamily);font-weight:var(--f-ui-05-fontWeight);font-size:var(--f-ui-05-fontSize);line-height:var(--f-ui-05-lineHeight);letter-spacing:var(--f-ui-05-letterSpacing)}.py-1{padding-top:0.0625rem;padding-bottom:0.0625rem}.px-4{padding-left:0.25rem;padding-right:0.25rem}.border-2{border-width:2px}.rounded-pill{border-radius:100px}.border-default{border:2px solid var(--black)}.text-inverse{color:var(--white)}.bg-strongest{background-color:var(--black)}.text-\\[\\#0034CB\\]{--tw-text-opacity:1;color:rgb(0 52 203 / var(--tw-text-opacity))}.border-\\[\\#0034CB\\]{--tw-border-opacity:1;border:2px solid rgb(0 52 203 / var(--tw-border-opacity))}.text-light{color:var(--grey-700)}.bg-strongest-soft{background-color:rgba(0, 0, 0, .05)}.border-transparent{border-color:var(--transparent)}.border-inverse{border-color:var(--white)}.bg-inverse{background-color:var(--white)}.text-lighter{color:var(--grey-600)}";
|
|
5
|
+
|
|
6
|
+
// Define the CVA for the tag styles
|
|
7
|
+
const tagStyles = cva(['f-ui-05 py-1 px-4 border-2 rounded-pill'], // Base classes
|
|
8
|
+
{
|
|
9
|
+
variants: {
|
|
10
|
+
intent: {
|
|
11
|
+
default: 'border-default',
|
|
12
|
+
strong: 'text-inverse bg-strongest border-default',
|
|
13
|
+
accent: 'text-[#0034CB] border-[#0034CB]',
|
|
14
|
+
weak: 'text-light bg-strongest-soft border-transparent',
|
|
15
|
+
inverse: 'border-inverse text-inverse',
|
|
16
|
+
'inverse-strong': 'bg-inverse border-inverse text-lighter'
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
defaultVariants: {
|
|
20
|
+
intent: 'default'
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
const EdsTag = class {
|
|
24
|
+
constructor(hostRef) {
|
|
25
|
+
registerInstance(this, hostRef);
|
|
26
|
+
this.label = undefined;
|
|
27
|
+
this.intent = 'default';
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Render the component.
|
|
31
|
+
* @returns The rendered HTML for the tag component with the applied styles and label.
|
|
32
|
+
*/
|
|
33
|
+
render() {
|
|
34
|
+
const classes = tagStyles({ intent: this.intent });
|
|
35
|
+
return h("span", { key: '546bd7eb2c78760edc12cd7bb3ede5f6ab9099f3', class: classes }, this.label);
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
EdsTag.style = edsTagCss;
|
|
39
|
+
|
|
40
|
+
export { EdsTag as eds_tag };
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
import { c as cva } from './index3.js';
|
|
3
|
+
|
|
4
|
+
const edsTagCss = ".f-ui-05{font-family:var(--f-ui-05-fontFamily);font-weight:var(--f-ui-05-fontWeight);font-size:var(--f-ui-05-fontSize);line-height:var(--f-ui-05-lineHeight);letter-spacing:var(--f-ui-05-letterSpacing)}.py-1{padding-top:0.0625rem;padding-bottom:0.0625rem}.px-4{padding-left:0.25rem;padding-right:0.25rem}.border-2{border-width:2px}.rounded-pill{border-radius:100px}.border-default{border:2px solid var(--black)}.text-inverse{color:var(--white)}.bg-strongest{background-color:var(--black)}.text-\\[\\#0034CB\\]{--tw-text-opacity:1;color:rgb(0 52 203 / var(--tw-text-opacity))}.border-\\[\\#0034CB\\]{--tw-border-opacity:1;border:2px solid rgb(0 52 203 / var(--tw-border-opacity))}.text-light{color:var(--grey-700)}.bg-strongest-soft{background-color:rgba(0, 0, 0, .05)}.border-transparent{border-color:var(--transparent)}.border-inverse{border-color:var(--white)}.bg-inverse{background-color:var(--white)}.text-lighter{color:var(--grey-600)}";
|
|
5
|
+
|
|
6
|
+
// Define the CVA for the tag styles
|
|
7
|
+
const tagStyles = cva(['f-ui-05 py-1 px-4 border-2 rounded-pill'], // Base classes
|
|
8
|
+
{
|
|
9
|
+
variants: {
|
|
10
|
+
intent: {
|
|
11
|
+
default: 'border-default',
|
|
12
|
+
strong: 'text-inverse bg-strongest border-default',
|
|
13
|
+
accent: 'text-[#0034CB] border-[#0034CB]',
|
|
14
|
+
weak: 'text-light bg-strongest-soft border-transparent',
|
|
15
|
+
inverse: 'border-inverse text-inverse',
|
|
16
|
+
'inverse-strong': 'bg-inverse border-inverse text-lighter'
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
defaultVariants: {
|
|
20
|
+
intent: 'default'
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
const EdsTag = /*@__PURE__*/ proxyCustomElement(class EdsTag extends HTMLElement {
|
|
24
|
+
constructor() {
|
|
25
|
+
super();
|
|
26
|
+
this.__registerHost();
|
|
27
|
+
this.__attachShadow();
|
|
28
|
+
this.label = undefined;
|
|
29
|
+
this.intent = 'default';
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Render the component.
|
|
33
|
+
* @returns The rendered HTML for the tag component with the applied styles and label.
|
|
34
|
+
*/
|
|
35
|
+
render() {
|
|
36
|
+
const classes = tagStyles({ intent: this.intent });
|
|
37
|
+
return h("span", { key: '546bd7eb2c78760edc12cd7bb3ede5f6ab9099f3', class: classes }, this.label);
|
|
38
|
+
}
|
|
39
|
+
static get style() { return edsTagCss; }
|
|
40
|
+
}, [1, "eds-tag", {
|
|
41
|
+
"label": [1],
|
|
42
|
+
"intent": [1]
|
|
43
|
+
}]);
|
|
44
|
+
function defineCustomElement() {
|
|
45
|
+
if (typeof customElements === "undefined") {
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
48
|
+
const components = ["eds-tag"];
|
|
49
|
+
components.forEach(tagName => { switch (tagName) {
|
|
50
|
+
case "eds-tag":
|
|
51
|
+
if (!customElements.get(tagName)) {
|
|
52
|
+
customElements.define(tagName, EdsTag);
|
|
53
|
+
}
|
|
54
|
+
break;
|
|
55
|
+
} });
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export { EdsTag as E, defineCustomElement as d };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface EdsToastManager extends Components.EdsToastManager, HTMLElement {}
|
|
4
|
+
export const EdsToastManager: {
|
|
5
|
+
prototype: EdsToastManager;
|
|
6
|
+
new (): EdsToastManager;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { r as registerInstance, h, g as getElement } from './index-b384416e.js';
|
|
2
|
+
import { t as toast } from './toastManager-b716afd8.js';
|
|
3
|
+
|
|
4
|
+
const edsToastManagerCss = ".toast-container{position:fixed;top:1rem;left:50%;transform:translateX(-50%);z-index:50;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:36rem;}.toast-wrapper{width:100%;padding:0 1rem;}.eds-toast{box-shadow:0px 4px 6px rgba(0, 0, 0, 0.1);border-radius:0.5rem;animation:fade-in 0.3s ease-out;}@keyframes fade-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}";
|
|
5
|
+
|
|
6
|
+
const EdsToastManager = class {
|
|
7
|
+
constructor(hostRef) {
|
|
8
|
+
registerInstance(this, hostRef);
|
|
9
|
+
this.toastId = 0;
|
|
10
|
+
this.toasts = [];
|
|
11
|
+
}
|
|
12
|
+
connectedCallback() {
|
|
13
|
+
// Initialize the ToastManager singleton with this element
|
|
14
|
+
toast.init(this.hostElement);
|
|
15
|
+
// Listen for custom events
|
|
16
|
+
this.hostElement.addEventListener('show-toast', (event) => {
|
|
17
|
+
const { message, intent } = event.detail;
|
|
18
|
+
this.addToast(message, intent);
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Adds a new toast.
|
|
23
|
+
*/
|
|
24
|
+
addToast(message, intent) {
|
|
25
|
+
const id = this.toastId++;
|
|
26
|
+
this.toasts = [...this.toasts, { id, message, intent }];
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Removes a toast by ID.
|
|
30
|
+
*/
|
|
31
|
+
removeToast(id) {
|
|
32
|
+
this.toasts = this.toasts.filter((t) => t.id !== id);
|
|
33
|
+
}
|
|
34
|
+
render() {
|
|
35
|
+
return (h("div", { key: '91104e9dfd85e638a5482d22c70506ce06989bbd', class: "toast-container" }, this.toasts.map((t) => (h("div", { key: t.id }, h("eds-toast", { message: t.message, intent: t.intent, onClick: () => this.removeToast(t.id) }))))));
|
|
36
|
+
}
|
|
37
|
+
get hostElement() { return getElement(this); }
|
|
38
|
+
};
|
|
39
|
+
EdsToastManager.style = edsToastManagerCss;
|
|
40
|
+
|
|
41
|
+
export { EdsToastManager as eds_toast_manager };
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
import { t as toast } from './toastManager.js';
|
|
3
|
+
import { d as defineCustomElement$4 } from './eds-button2.js';
|
|
4
|
+
import { d as defineCustomElement$3 } from './eds-icon-wrapper2.js';
|
|
5
|
+
import { d as defineCustomElement$2 } from './eds-toast2.js';
|
|
6
|
+
|
|
7
|
+
const edsToastManagerCss = ".toast-container{position:fixed;top:1rem;left:50%;transform:translateX(-50%);z-index:50;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:36rem;}.toast-wrapper{width:100%;padding:0 1rem;}.eds-toast{box-shadow:0px 4px 6px rgba(0, 0, 0, 0.1);border-radius:0.5rem;animation:fade-in 0.3s ease-out;}@keyframes fade-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}";
|
|
8
|
+
|
|
9
|
+
const EdsToastManager$1 = /*@__PURE__*/ proxyCustomElement(class EdsToastManager extends HTMLElement {
|
|
10
|
+
constructor() {
|
|
11
|
+
super();
|
|
12
|
+
this.__registerHost();
|
|
13
|
+
this.toastId = 0;
|
|
14
|
+
this.toasts = [];
|
|
15
|
+
}
|
|
16
|
+
connectedCallback() {
|
|
17
|
+
// Initialize the ToastManager singleton with this element
|
|
18
|
+
toast.init(this.hostElement);
|
|
19
|
+
// Listen for custom events
|
|
20
|
+
this.hostElement.addEventListener('show-toast', (event) => {
|
|
21
|
+
const { message, intent } = event.detail;
|
|
22
|
+
this.addToast(message, intent);
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Adds a new toast.
|
|
27
|
+
*/
|
|
28
|
+
addToast(message, intent) {
|
|
29
|
+
const id = this.toastId++;
|
|
30
|
+
this.toasts = [...this.toasts, { id, message, intent }];
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Removes a toast by ID.
|
|
34
|
+
*/
|
|
35
|
+
removeToast(id) {
|
|
36
|
+
this.toasts = this.toasts.filter((t) => t.id !== id);
|
|
37
|
+
}
|
|
38
|
+
render() {
|
|
39
|
+
return (h("div", { key: '91104e9dfd85e638a5482d22c70506ce06989bbd', class: "toast-container" }, this.toasts.map((t) => (h("div", { key: t.id }, h("eds-toast", { message: t.message, intent: t.intent, onClick: () => this.removeToast(t.id) }))))));
|
|
40
|
+
}
|
|
41
|
+
get hostElement() { return this; }
|
|
42
|
+
static get style() { return edsToastManagerCss; }
|
|
43
|
+
}, [0, "eds-toast-manager", {
|
|
44
|
+
"toasts": [32]
|
|
45
|
+
}]);
|
|
46
|
+
function defineCustomElement$1() {
|
|
47
|
+
if (typeof customElements === "undefined") {
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
const components = ["eds-toast-manager", "eds-button", "eds-icon-wrapper", "eds-toast"];
|
|
51
|
+
components.forEach(tagName => { switch (tagName) {
|
|
52
|
+
case "eds-toast-manager":
|
|
53
|
+
if (!customElements.get(tagName)) {
|
|
54
|
+
customElements.define(tagName, EdsToastManager$1);
|
|
55
|
+
}
|
|
56
|
+
break;
|
|
57
|
+
case "eds-button":
|
|
58
|
+
if (!customElements.get(tagName)) {
|
|
59
|
+
defineCustomElement$4();
|
|
60
|
+
}
|
|
61
|
+
break;
|
|
62
|
+
case "eds-icon-wrapper":
|
|
63
|
+
if (!customElements.get(tagName)) {
|
|
64
|
+
defineCustomElement$3();
|
|
65
|
+
}
|
|
66
|
+
break;
|
|
67
|
+
case "eds-toast":
|
|
68
|
+
if (!customElements.get(tagName)) {
|
|
69
|
+
defineCustomElement$2();
|
|
70
|
+
}
|
|
71
|
+
break;
|
|
72
|
+
} });
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
const EdsToastManager = EdsToastManager$1;
|
|
76
|
+
const defineCustomElement = defineCustomElement$1;
|
|
77
|
+
|
|
78
|
+
export { EdsToastManager, defineCustomElement };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface EdsToast extends Components.EdsToast, HTMLElement {}
|
|
4
|
+
export const EdsToast: {
|
|
5
|
+
prototype: EdsToast;
|
|
6
|
+
new (): EdsToast;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { r as registerInstance, h, g as getElement } from './index-b384416e.js';
|
|
2
|
+
import { c as cva } from './index-144c9ae8.js';
|
|
3
|
+
|
|
4
|
+
const toastStyles = cva(['relative right-4 bottom-4 w-auto p-12 rounded-lg shadow-md'], {
|
|
5
|
+
variants: {
|
|
6
|
+
intent: {
|
|
7
|
+
default: 'bg-dark text-light',
|
|
8
|
+
success: 'bg-success text-dark',
|
|
9
|
+
error: 'bg-error text-light',
|
|
10
|
+
warning: 'bg-warning text-dark'
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
defaultVariants: {
|
|
14
|
+
intent: 'default'
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
const EdsToast = class {
|
|
18
|
+
constructor(hostRef) {
|
|
19
|
+
registerInstance(this, hostRef);
|
|
20
|
+
/**
|
|
21
|
+
* Dismisses the toast.
|
|
22
|
+
*/
|
|
23
|
+
this.dismissToast = () => {
|
|
24
|
+
this.visible = false;
|
|
25
|
+
};
|
|
26
|
+
this.message = undefined;
|
|
27
|
+
this.intent = 'default';
|
|
28
|
+
this.duration = 5000;
|
|
29
|
+
this.visible = true;
|
|
30
|
+
}
|
|
31
|
+
connectedCallback() {
|
|
32
|
+
// Auto-dismiss the toast after the specified duration
|
|
33
|
+
this.dismissTimeout = setTimeout(this.dismissToast, this.duration);
|
|
34
|
+
}
|
|
35
|
+
disconnectedCallback() {
|
|
36
|
+
// Clear the timeout when the component is removed
|
|
37
|
+
clearTimeout(this.dismissTimeout);
|
|
38
|
+
}
|
|
39
|
+
render() {
|
|
40
|
+
if (!this.visible) {
|
|
41
|
+
return null;
|
|
42
|
+
}
|
|
43
|
+
const classes = toastStyles({ intent: this.intent });
|
|
44
|
+
return (h("div", { class: classes }, h("div", { class: "flex items-center justify-between gap-4" }, h("p", { class: "f-ui-01" }, this.message), h("eds-button", { intent: "tertiary", icon: "close", "aria-label": "Close Toast", onClick: () => this.dismissToast(), "extra-class": "ml-8" }))));
|
|
45
|
+
}
|
|
46
|
+
get el() { return getElement(this); }
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { EdsToast as eds_toast };
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
|
+
import { c as cva } from './index3.js';
|
|
3
|
+
import { d as defineCustomElement$2 } from './eds-button2.js';
|
|
4
|
+
import { d as defineCustomElement$1 } from './eds-icon-wrapper2.js';
|
|
5
|
+
|
|
6
|
+
const toastStyles = cva(['relative right-4 bottom-4 w-auto p-12 rounded-lg shadow-md'], {
|
|
7
|
+
variants: {
|
|
8
|
+
intent: {
|
|
9
|
+
default: 'bg-dark text-light',
|
|
10
|
+
success: 'bg-success text-dark',
|
|
11
|
+
error: 'bg-error text-light',
|
|
12
|
+
warning: 'bg-warning text-dark'
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
defaultVariants: {
|
|
16
|
+
intent: 'default'
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
const EdsToast = /*@__PURE__*/ proxyCustomElement(class EdsToast extends HTMLElement {
|
|
20
|
+
constructor() {
|
|
21
|
+
super();
|
|
22
|
+
this.__registerHost();
|
|
23
|
+
/**
|
|
24
|
+
* Dismisses the toast.
|
|
25
|
+
*/
|
|
26
|
+
this.dismissToast = () => {
|
|
27
|
+
this.visible = false;
|
|
28
|
+
};
|
|
29
|
+
this.message = undefined;
|
|
30
|
+
this.intent = 'default';
|
|
31
|
+
this.duration = 5000;
|
|
32
|
+
this.visible = true;
|
|
33
|
+
}
|
|
34
|
+
connectedCallback() {
|
|
35
|
+
// Auto-dismiss the toast after the specified duration
|
|
36
|
+
this.dismissTimeout = setTimeout(this.dismissToast, this.duration);
|
|
37
|
+
}
|
|
38
|
+
disconnectedCallback() {
|
|
39
|
+
// Clear the timeout when the component is removed
|
|
40
|
+
clearTimeout(this.dismissTimeout);
|
|
41
|
+
}
|
|
42
|
+
render() {
|
|
43
|
+
if (!this.visible) {
|
|
44
|
+
return null;
|
|
45
|
+
}
|
|
46
|
+
const classes = toastStyles({ intent: this.intent });
|
|
47
|
+
return (h("div", { class: classes }, h("div", { class: "flex items-center justify-between gap-4" }, h("p", { class: "f-ui-01" }, this.message), h("eds-button", { intent: "tertiary", icon: "close", "aria-label": "Close Toast", onClick: () => this.dismissToast(), "extra-class": "ml-8" }))));
|
|
48
|
+
}
|
|
49
|
+
get el() { return this; }
|
|
50
|
+
}, [0, "eds-toast", {
|
|
51
|
+
"message": [1],
|
|
52
|
+
"intent": [1],
|
|
53
|
+
"duration": [2],
|
|
54
|
+
"visible": [32]
|
|
55
|
+
}]);
|
|
56
|
+
function defineCustomElement() {
|
|
57
|
+
if (typeof customElements === "undefined") {
|
|
58
|
+
return;
|
|
59
|
+
}
|
|
60
|
+
const components = ["eds-toast", "eds-button", "eds-icon-wrapper"];
|
|
61
|
+
components.forEach(tagName => { switch (tagName) {
|
|
62
|
+
case "eds-toast":
|
|
63
|
+
if (!customElements.get(tagName)) {
|
|
64
|
+
customElements.define(tagName, EdsToast);
|
|
65
|
+
}
|
|
66
|
+
break;
|
|
67
|
+
case "eds-button":
|
|
68
|
+
if (!customElements.get(tagName)) {
|
|
69
|
+
defineCustomElement$2();
|
|
70
|
+
}
|
|
71
|
+
break;
|
|
72
|
+
case "eds-icon-wrapper":
|
|
73
|
+
if (!customElements.get(tagName)) {
|
|
74
|
+
defineCustomElement$1();
|
|
75
|
+
}
|
|
76
|
+
break;
|
|
77
|
+
} });
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export { EdsToast as E, defineCustomElement as d };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { Components, JSX } from "../types/components";
|
|
2
|
+
|
|
3
|
+
interface EdsTooltip extends Components.EdsTooltip, HTMLElement {}
|
|
4
|
+
export const EdsTooltip: {
|
|
5
|
+
prototype: EdsTooltip;
|
|
6
|
+
new (): EdsTooltip;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Used to define this component and all nested components recursively.
|
|
10
|
+
*/
|
|
11
|
+
export const defineCustomElement: () => void;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { r as registerInstance, h, g as getElement } from './index-b384416e.js';
|
|
2
|
+
|
|
3
|
+
const edsTooltipCss = ".relative{position:relative}.absolute{position:absolute}.rounded-sm{border-radius:8px}.rounded-xs{border-radius:4px}.bg-stronger{background-color:var(--grey-900)}.bg-strongest{background-color:var(--black)}.text-inverse{color:var(--white)}.text-default{color:var(--black)}.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)}.pointer-events-none{pointer-events:none}.-top-8{top:-0.5rem}.left-1\\/2{left:50%}.z-10{z-index:10}.block{display:block}.-translate-x-1\\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y:-100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.whitespace-nowrap{white-space:nowrap}.py-2{padding-top:0.125rem;padding-bottom:0.125rem}.px-4{padding-left:0.25rem;padding-right:0.25rem}.p-4{padding:0.25rem}.p-6{padding:0.375rem}.p-8{padding:0.5rem}.p-12{padding:0.75rem}.p-16{padding:1rem}.p-20{padding:1.25rem}";
|
|
4
|
+
|
|
5
|
+
const EdsTooltip = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
this.content = undefined;
|
|
9
|
+
this.position = 'above';
|
|
10
|
+
this.isVisible = false;
|
|
11
|
+
this.isPositioned = false;
|
|
12
|
+
this.tooltipStyle = { top: '0px', left: '0px', transform: '' };
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Show the tooltip and update its position.
|
|
16
|
+
*/
|
|
17
|
+
async showTooltip() {
|
|
18
|
+
await this.updateTooltipPosition();
|
|
19
|
+
this.isPositioned = true;
|
|
20
|
+
this.isVisible = true;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Hide the tooltip.
|
|
24
|
+
*/
|
|
25
|
+
hideTooltip() {
|
|
26
|
+
this.isVisible = false;
|
|
27
|
+
this.isPositioned = false; // Reset positioning when hiding
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Hide the tooltip when the `Escape` key is pressed.
|
|
31
|
+
*/
|
|
32
|
+
handleKeyPress(event) {
|
|
33
|
+
if (event.key === 'Escape') {
|
|
34
|
+
this.isVisible = false;
|
|
35
|
+
this.isPositioned = false; // Reset positioning when hiding
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Update the tooltip's position dynamically based on the slotted element's dimensions and position.
|
|
40
|
+
*/
|
|
41
|
+
updateTooltipPosition() {
|
|
42
|
+
var _a, _b;
|
|
43
|
+
const slotElement = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('slot');
|
|
44
|
+
if (!slotElement) {
|
|
45
|
+
return;
|
|
46
|
+
}
|
|
47
|
+
const assignedNodes = (slotElement === null || slotElement === void 0 ? void 0 : slotElement.assignedNodes({ flatten: true })) || [];
|
|
48
|
+
const targetElement = assignedNodes.find((node) => node instanceof HTMLElement);
|
|
49
|
+
if (targetElement) {
|
|
50
|
+
const targetRect = targetElement.getBoundingClientRect();
|
|
51
|
+
const tooltipElement = (_b = this.el.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('[role="tooltip"]');
|
|
52
|
+
if (tooltipElement) {
|
|
53
|
+
const tooltipWidth = tooltipElement.offsetWidth;
|
|
54
|
+
const tooltipHeight = tooltipElement.offsetHeight;
|
|
55
|
+
// Calculate position based on the preferred `position` prop
|
|
56
|
+
let top = 0;
|
|
57
|
+
let left = 0;
|
|
58
|
+
switch (this.position) {
|
|
59
|
+
case 'above':
|
|
60
|
+
top = window.scrollY - tooltipHeight - 8; // Above with offset
|
|
61
|
+
left = targetRect.left + targetRect.width / 2 - tooltipWidth / 2; // Centered horizontally
|
|
62
|
+
break;
|
|
63
|
+
case 'below':
|
|
64
|
+
top = tooltipHeight - window.scrollY + 18; // Below with offset
|
|
65
|
+
left = targetRect.left + targetRect.width / 2 - tooltipWidth / 2; // Centered horizontally
|
|
66
|
+
break;
|
|
67
|
+
/*case 'left':
|
|
68
|
+
top = targetRect.top - window.scrollY + targetRect.height / 2 - tooltipHeight / 2; // Centered vertically
|
|
69
|
+
left = targetRect.left - tooltipWidth - 8; // To the left with offset
|
|
70
|
+
break;
|
|
71
|
+
case 'right':
|
|
72
|
+
top = targetRect.top - window.scrollY + targetRect.height / 2 - tooltipHeight / 2; // Centered vertically
|
|
73
|
+
left = targetRect.right + 8; // To the right with offset
|
|
74
|
+
break;*/
|
|
75
|
+
}
|
|
76
|
+
this.tooltipStyle = {
|
|
77
|
+
top: `${top}px`,
|
|
78
|
+
left: `${left}px`,
|
|
79
|
+
transform: 'translateX(0)' // No additional horizontal adjustment needed
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
render() {
|
|
85
|
+
return (h("div", { key: '79d0f81a61efe0e82be7870259f805c2bc3f47ad', class: "relative" }, h("slot", { key: 'dd923024ced5c206124cf72f395f75362e9df5b1' }), this.isVisible && this.isPositioned && this.content && (h("div", { key: '347ed6d492a2926ec3ec3fa407d0d9e3f727c4f1', class: "rounded-xs bg-strongest text-inverse f-ui-03-light pointer-events-none absolute z-10 whitespace-nowrap p-6", role: "tooltip", style: {
|
|
86
|
+
top: this.tooltipStyle.top,
|
|
87
|
+
left: this.tooltipStyle.left,
|
|
88
|
+
transform: this.tooltipStyle.transform
|
|
89
|
+
} }, this.content))));
|
|
90
|
+
}
|
|
91
|
+
get el() { return getElement(this); }
|
|
92
|
+
};
|
|
93
|
+
EdsTooltip.style = edsTooltipCss;
|
|
94
|
+
|
|
95
|
+
export { EdsTooltip as eds_tooltip };
|