@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,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-383d2951.js');
|
|
6
|
+
|
|
7
|
+
const edsSectionCoreCss = "";
|
|
8
|
+
|
|
9
|
+
const EdsSectionCore = class {
|
|
10
|
+
constructor(hostRef) {
|
|
11
|
+
index.registerInstance(this, hostRef);
|
|
12
|
+
this.tag = 'section';
|
|
13
|
+
this.sectionTitle = '';
|
|
14
|
+
this.headingLevel = 'h2';
|
|
15
|
+
}
|
|
16
|
+
render() {
|
|
17
|
+
const TagType = this.tag; // Set dynamic tag type (div or section)
|
|
18
|
+
return (index.h(TagType, { key: '849c35d9cd587cf14b0d6bc6efd1310a85d447f2' }, index.h("eds-section-heading", { key: '7ed4486fcf6e7c653026869c9468be9471db1775', headingLevel: this.headingLevel, sectionTitle: this.sectionTitle }), index.h("slot", { key: '5d95ea6516ecaaab4e07a40b84cd20deb3d8d3b2' })));
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
EdsSectionCore.style = edsSectionCoreCss;
|
|
22
|
+
|
|
23
|
+
exports.eds_section_core = EdsSectionCore;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-2cc3495f.js');
|
|
6
|
+
|
|
7
|
+
const edsSectionCoreCss = "";
|
|
8
|
+
const EdsSectionCoreStyle0 = edsSectionCoreCss;
|
|
9
|
+
|
|
10
|
+
const EdsSectionCore = class {
|
|
11
|
+
constructor(hostRef) {
|
|
12
|
+
index.registerInstance(this, hostRef);
|
|
13
|
+
this.tag = 'section';
|
|
14
|
+
this.sectionTitle = '';
|
|
15
|
+
this.headingLevel = 'h2';
|
|
16
|
+
}
|
|
17
|
+
render() {
|
|
18
|
+
const TagType = this.tag; // Set dynamic tag type (div or section)
|
|
19
|
+
return (index.h(TagType, { key: '849c35d9cd587cf14b0d6bc6efd1310a85d447f2' }, index.h("eds-section-heading", { key: '7ed4486fcf6e7c653026869c9468be9471db1775', headingLevel: this.headingLevel, sectionTitle: this.sectionTitle }), index.h("slot", { key: '5d95ea6516ecaaab4e07a40b84cd20deb3d8d3b2' })));
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
EdsSectionCore.style = EdsSectionCoreStyle0;
|
|
23
|
+
|
|
24
|
+
const EdsSectionHeading = class {
|
|
25
|
+
constructor(hostRef) {
|
|
26
|
+
index.registerInstance(this, hostRef);
|
|
27
|
+
this.sectionTitle = undefined;
|
|
28
|
+
this.withContainer = true;
|
|
29
|
+
this.headingLevel = 'h2';
|
|
30
|
+
this.tag = 'div';
|
|
31
|
+
this.spacingLarge = false;
|
|
32
|
+
}
|
|
33
|
+
getHeadingClass() {
|
|
34
|
+
// Map heading levels to their respective classes
|
|
35
|
+
const headingClasses = {
|
|
36
|
+
h1: 'f-heading-01',
|
|
37
|
+
h2: 'f-heading-02',
|
|
38
|
+
h3: 'f-heading-03',
|
|
39
|
+
h4: 'f-heading-04',
|
|
40
|
+
h5: 'f-heading-05',
|
|
41
|
+
h6: 'f-heading-06'
|
|
42
|
+
};
|
|
43
|
+
// Return the class based on the heading level
|
|
44
|
+
return headingClasses[this.headingLevel];
|
|
45
|
+
}
|
|
46
|
+
render() {
|
|
47
|
+
const TagType = this.tag; // Dynamically set tag type for the container
|
|
48
|
+
const HeadingTag = this.headingLevel; // Dynamically set heading level
|
|
49
|
+
return (index.h(TagType, { key: '2c6466c0a02bf8598153c18eafb37affc3dac395', class: {
|
|
50
|
+
'ui-section-header flex flex-wrap items-center justify-between gap-x-12 gap-y-8 pb-20': true,
|
|
51
|
+
container: this.withContainer,
|
|
52
|
+
'pt-48': this.spacingLarge,
|
|
53
|
+
'pt-28': !this.spacingLarge
|
|
54
|
+
} }, index.h(HeadingTag, { key: 'fc7f0f09e02e8c63697e46811c465792497126e0', class: this.getHeadingClass() }, this.sectionTitle)));
|
|
55
|
+
}
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
exports.eds_section_core = EdsSectionCore;
|
|
59
|
+
exports.eds_section_heading = EdsSectionHeading;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-383d2951.js');
|
|
6
|
+
|
|
7
|
+
const EdsSectionHeading = class {
|
|
8
|
+
constructor(hostRef) {
|
|
9
|
+
index.registerInstance(this, hostRef);
|
|
10
|
+
this.sectionTitle = undefined;
|
|
11
|
+
this.withContainer = true;
|
|
12
|
+
this.headingLevel = 'h2';
|
|
13
|
+
this.tag = 'div';
|
|
14
|
+
this.spacingLarge = false;
|
|
15
|
+
}
|
|
16
|
+
getHeadingClass() {
|
|
17
|
+
// Map heading levels to their respective classes
|
|
18
|
+
const headingClasses = {
|
|
19
|
+
h1: 'f-heading-01',
|
|
20
|
+
h2: 'f-heading-02',
|
|
21
|
+
h3: 'f-heading-03',
|
|
22
|
+
h4: 'f-heading-04',
|
|
23
|
+
h5: 'f-heading-05',
|
|
24
|
+
h6: 'f-heading-06'
|
|
25
|
+
};
|
|
26
|
+
// Return the class based on the heading level
|
|
27
|
+
return headingClasses[this.headingLevel];
|
|
28
|
+
}
|
|
29
|
+
render() {
|
|
30
|
+
const TagType = this.tag; // Dynamically set tag type for the container
|
|
31
|
+
const HeadingTag = this.headingLevel; // Dynamically set heading level
|
|
32
|
+
return (index.h(TagType, { key: '2c6466c0a02bf8598153c18eafb37affc3dac395', class: {
|
|
33
|
+
'ui-section-header flex flex-wrap items-center justify-between gap-x-12 gap-y-8 pb-20': true,
|
|
34
|
+
container: this.withContainer,
|
|
35
|
+
'pt-48': this.spacingLarge,
|
|
36
|
+
'pt-28': !this.spacingLarge
|
|
37
|
+
} }, index.h(HeadingTag, { key: 'fc7f0f09e02e8c63697e46811c465792497126e0', class: this.getHeadingClass() }, this.sectionTitle)));
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
exports.eds_section_heading = EdsSectionHeading;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-383d2951.js');
|
|
6
|
+
|
|
7
|
+
const edsSocialNetworkCss = "blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}.f-ui-02-light{font-family:var(--f-ui-02-light-fontFamily);font-weight:var(--f-ui-02-light-fontWeight);font-size:var(--f-ui-02-light-fontSize);line-height:var(--f-ui-02-light-lineHeight);letter-spacing:var(--f-ui-02-light-letterSpacing)}.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)}.mt-12{margin-top:0.75rem}.mt-16{margin-top:1rem}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.gap-4{gap:0.25rem}.effect-color{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.effect-focus{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.text-light{color:var(--grey-700)}.text-lighter{color:var(--grey-600)}.hover\\:text-default:hover{color:var(--black)}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.rounded-sm{border-radius:8px}";
|
|
8
|
+
|
|
9
|
+
const EdsSocialNetwork = class {
|
|
10
|
+
constructor(hostRef) {
|
|
11
|
+
index.registerInstance(this, hostRef);
|
|
12
|
+
/**
|
|
13
|
+
* Array of social network objects, each containing label, URL, and icon.
|
|
14
|
+
* These are used to render the social network links.
|
|
15
|
+
*
|
|
16
|
+
* @private
|
|
17
|
+
* @type {SocialNetworks[]}
|
|
18
|
+
*/
|
|
19
|
+
this.socialNetworks = [
|
|
20
|
+
{
|
|
21
|
+
label: 'Twitter',
|
|
22
|
+
url: 'https://twitter.com/ebrains_eu',
|
|
23
|
+
icon: 'twitter'
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
label: 'Linkedin',
|
|
27
|
+
url: 'https://www.linkedin.com/company/ebrains-eu/about/',
|
|
28
|
+
icon: 'linkedin'
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
label: 'Facebook',
|
|
32
|
+
url: 'https://www.facebook.com/people/Ebrains_eu/100046659909324/',
|
|
33
|
+
icon: 'facebook'
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
label: 'Youtube',
|
|
37
|
+
url: 'https://www.youtube.com/channel/UC6E796cVVR5Xrs2A5jJmleQ',
|
|
38
|
+
icon: 'youtube'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
label: 'Mastodon',
|
|
42
|
+
url: 'https://mastodon.social/@ebrains',
|
|
43
|
+
icon: 'mastodon'
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
label: 'Bluesky',
|
|
47
|
+
url: 'https://bsky.app/profile/ebrains.bsky.social',
|
|
48
|
+
icon: 'bluesky'
|
|
49
|
+
}
|
|
50
|
+
];
|
|
51
|
+
this.title = 'Follow EBRAINS to keep up-to-date';
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Renders the component's HTML structure with links to EBRAINS social profiles.
|
|
55
|
+
* Each social network link uses the `eds-link` component with specific classes and styles.
|
|
56
|
+
*
|
|
57
|
+
* @returns {JSX.Element} The rendered JSX for the component.
|
|
58
|
+
*/
|
|
59
|
+
render() {
|
|
60
|
+
return (index.h("div", { key: 'f9096e036107d0b61ac3351194dbcb1747637707' }, index.h("p", { key: 'c40797bdc36e4e9349005e0e6de2ee0a49c511a4', class: "f-ui-02" }, this.title), index.h("ul", { key: '62eb31dc0ce98e3c536985d193472443275f3129', class: "mt-12 flex gap-4" }, this.socialNetworks.map((network, index$1) => (index.h("li", { key: index$1 }, index.h("eds-link", { "extra-class": "effect-color effect-focus text-lighter hover:text-default flex items-center justify-center rounded-sm", external: true, "aria-label": network.label, url: network.url, icon: network.icon, intent: "strong" })))))));
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
EdsSocialNetwork.style = edsSocialNetworkCss;
|
|
64
|
+
|
|
65
|
+
exports.eds_social_networks = EdsSocialNetwork;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-383d2951.js');
|
|
6
|
+
const index$1 = require('./index-f62478aa.js');
|
|
7
|
+
|
|
8
|
+
const EdsSvgRepository = class {
|
|
9
|
+
constructor(hostRef) {
|
|
10
|
+
index.registerInstance(this, hostRef);
|
|
11
|
+
}
|
|
12
|
+
// Convert SVG data to a format usable by `eds-table`
|
|
13
|
+
getSvgData() {
|
|
14
|
+
return Object.entries(index$1.svgs)
|
|
15
|
+
.filter(([name]) => !name.toLowerCase().includes('logo') && !name.toLowerCase().includes('eu')) // Exclude names containing "logo" or "eu"
|
|
16
|
+
.map(([name, svgContent]) => ({
|
|
17
|
+
name,
|
|
18
|
+
icon: svgContent // Pass SVG content as innerHTML
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
render() {
|
|
22
|
+
const svgData = this.getSvgData();
|
|
23
|
+
// Define table configuration
|
|
24
|
+
const tableConfig = {
|
|
25
|
+
icon: { format: 'svg' },
|
|
26
|
+
name: { format: 'bold' }
|
|
27
|
+
};
|
|
28
|
+
return (index.h("eds-table", { key: 'a13e24877de433c40b536cb5b74af4c0706aeecf', data: JSON.stringify(svgData), config: JSON.stringify(tableConfig), "rows-per-page": 10, "search-enabled": true, "pagination-enabled": true }));
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
exports.eds_svg_repository = EdsSvgRepository;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-383d2951.js');
|
|
6
|
+
const index$1 = require('./index-1ff5f25c.js');
|
|
7
|
+
|
|
8
|
+
const EdsTab = class {
|
|
9
|
+
constructor(hostRef) {
|
|
10
|
+
index.registerInstance(this, hostRef);
|
|
11
|
+
this.tabCva = index$1.cva([
|
|
12
|
+
'cursor-pointer',
|
|
13
|
+
//'px-16 py-12',
|
|
14
|
+
//'border-b-2',
|
|
15
|
+
'text-gray-700',
|
|
16
|
+
'hover:text-black',
|
|
17
|
+
'focus:outline-none',
|
|
18
|
+
'focus-visible:ring'
|
|
19
|
+
], {
|
|
20
|
+
variants: {
|
|
21
|
+
active: {
|
|
22
|
+
true: 'border-blue-500 font-bold text-blue-600',
|
|
23
|
+
false: 'border-transparent'
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
defaultVariants: {
|
|
27
|
+
active: false
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
this.label = undefined;
|
|
31
|
+
this.url = undefined;
|
|
32
|
+
this.active = false;
|
|
33
|
+
this.ariaLabel = undefined;
|
|
34
|
+
}
|
|
35
|
+
render() {
|
|
36
|
+
return (index.h("a", { key: 'ba4c995637d8d305249f018a0451775f45907716', "aria-label": this.label, "aria-current": this.active, class: this.tabCva({ active: this.active }) }, this.label));
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
exports.eds_tab = EdsTab;
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-383d2951.js');
|
|
6
|
+
|
|
7
|
+
const edsTableCss = "table{text-indent:0;border-color:inherit;border-collapse:collapse;}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.pt-32{padding-top:2rem}.pt-40{padding-top:2.5rem}.pt-48{padding-top:3rem}.pb-28{padding-bottom:1.75rem}.pb-60{padding-bottom:3.75rem}.mt-20{margin-top:1.25rem}.mt-28{margin-top:1.75rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.overflow-x-auto{overflow-x:auto}.mt-6{margin-top:0.375rem}.p-0{padding:0rem}.m-0{margin:0rem}.border{border-width:1px}.border-softer{border:1px solid rgba(0, 0, 0, .1)}.even\\:bg-inverse-softer:nth-child(even){background-color:rgba(255, 255, 255, .15)}.px-20{padding-left:1.25rem;padding-right:1.25rem}.py-8{padding-top:0.5rem;padding-bottom:0.5rem}.f-ui-01{font-family:var(--f-ui-01-fontFamily);font-weight:var(--f-ui-01-fontWeight);font-size:var(--f-ui-01-fontSize);line-height:var(--f-ui-01-lineHeight);letter-spacing:var(--f-ui-01-letterSpacing)}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}";
|
|
8
|
+
|
|
9
|
+
const EdsTable = class {
|
|
10
|
+
constructor(hostRef) {
|
|
11
|
+
index.registerInstance(this, hostRef);
|
|
12
|
+
this.minWidth = 400; // Minimum width for components in px
|
|
13
|
+
this.data = null;
|
|
14
|
+
this.endpoint = null;
|
|
15
|
+
this.config = {};
|
|
16
|
+
this.rowsPerPage = 10;
|
|
17
|
+
this.paginationEnabled = true;
|
|
18
|
+
this.searchEnabled = false;
|
|
19
|
+
this.tableData = [];
|
|
20
|
+
this.columns = [];
|
|
21
|
+
this.currentPage = 1;
|
|
22
|
+
this.parsedConfig = {};
|
|
23
|
+
this.totalRows = 0;
|
|
24
|
+
this.searchQuery = '';
|
|
25
|
+
}
|
|
26
|
+
handleDataChange() {
|
|
27
|
+
this.parseData();
|
|
28
|
+
}
|
|
29
|
+
handleConfigChange() {
|
|
30
|
+
this.parseConfig();
|
|
31
|
+
}
|
|
32
|
+
componentWillLoad() {
|
|
33
|
+
this.parseConfig();
|
|
34
|
+
this.data ? this.parseData() : this.endpoint && this.fetchData();
|
|
35
|
+
}
|
|
36
|
+
componentDidLoad() {
|
|
37
|
+
this.setupPaginationListener();
|
|
38
|
+
}
|
|
39
|
+
componentDidUpdate() {
|
|
40
|
+
this.setupPaginationListener();
|
|
41
|
+
}
|
|
42
|
+
parseData() {
|
|
43
|
+
try {
|
|
44
|
+
this.tableData = typeof this.data === 'string' ? JSON.parse(this.data) : this.data || [];
|
|
45
|
+
this.totalRows = this.tableData.length;
|
|
46
|
+
this.updateColumns();
|
|
47
|
+
this.currentPage = 1;
|
|
48
|
+
}
|
|
49
|
+
catch (error) {
|
|
50
|
+
// eslint-disable-next-line
|
|
51
|
+
console.error('Failed to parse data:', error);
|
|
52
|
+
this.tableData = [];
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
parseConfig() {
|
|
56
|
+
try {
|
|
57
|
+
this.parsedConfig = typeof this.config === 'string' ? JSON.parse(this.config) : this.config;
|
|
58
|
+
}
|
|
59
|
+
catch (error) {
|
|
60
|
+
// eslint-disable-next-line
|
|
61
|
+
console.error('Failed to parse config:', error);
|
|
62
|
+
this.parsedConfig = {};
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
async fetchData() {
|
|
66
|
+
try {
|
|
67
|
+
const response = await fetch(this.endpoint);
|
|
68
|
+
const data = await response.json();
|
|
69
|
+
this.data = data;
|
|
70
|
+
}
|
|
71
|
+
catch (error) {
|
|
72
|
+
// eslint-disable-next-line
|
|
73
|
+
console.error('Failed to fetch data:', error);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
setupPaginationListener() {
|
|
77
|
+
if (!this.shouldEnablePagination()) {
|
|
78
|
+
return;
|
|
79
|
+
}
|
|
80
|
+
const paginationEl = this.hostEl.shadowRoot.querySelector('eds-pagination');
|
|
81
|
+
if (paginationEl && !paginationEl.hasAttribute('listener-attached')) {
|
|
82
|
+
paginationEl.addEventListener('pageChange', (event) => this.handlePageChange(event.detail));
|
|
83
|
+
paginationEl.setAttribute('listener-attached', 'true');
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
getFilteredRows() {
|
|
87
|
+
return this.tableData.filter((row) => Object.values(row).some((value) => value.toString().toLowerCase().includes(this.searchQuery.toLowerCase())));
|
|
88
|
+
}
|
|
89
|
+
getPaginatedRows() {
|
|
90
|
+
const filteredRows = this.getFilteredRows();
|
|
91
|
+
this.totalRows = filteredRows.length;
|
|
92
|
+
const start = (this.currentPage - 1) * this.rowsPerPage;
|
|
93
|
+
return filteredRows.slice(start, start + this.rowsPerPage);
|
|
94
|
+
}
|
|
95
|
+
handlePageChange(newPage) {
|
|
96
|
+
this.currentPage = newPage;
|
|
97
|
+
}
|
|
98
|
+
handleSearch(event) {
|
|
99
|
+
this.searchQuery = event.target.value;
|
|
100
|
+
this.currentPage = 1;
|
|
101
|
+
}
|
|
102
|
+
renderCell(value, column) {
|
|
103
|
+
var _a;
|
|
104
|
+
const format = (_a = this.parsedConfig[column]) === null || _a === void 0 ? void 0 : _a.format;
|
|
105
|
+
return format === 'uppercase' ? (value === null || value === void 0 ? void 0 : value.toString().toUpperCase()) : format === 'svg' ? (index.h("div", { innerHTML: value })) : format === 'bold' ? (index.h("strong", null, value)) : format === 'code' ? (index.h("code", null, value)) : (value);
|
|
106
|
+
}
|
|
107
|
+
shouldEnablePagination() {
|
|
108
|
+
return this.paginationEnabled && this.totalRows > this.rowsPerPage;
|
|
109
|
+
}
|
|
110
|
+
updateColumns() {
|
|
111
|
+
this.columns = this.tableData.length > 0 ? Object.keys(this.tableData[0]) : [];
|
|
112
|
+
}
|
|
113
|
+
getVisibleColumnsCount() {
|
|
114
|
+
return this.columns.filter((column) => { var _a; return !((_a = this.parsedConfig[column]) === null || _a === void 0 ? void 0 : _a.hidden); }).length;
|
|
115
|
+
}
|
|
116
|
+
render() {
|
|
117
|
+
const paginatedRows = this.getPaginatedRows();
|
|
118
|
+
const lastPage = Math.ceil(this.totalRows / this.rowsPerPage);
|
|
119
|
+
// Calculate column width based on minWidth and number of columns
|
|
120
|
+
//const columnWidth = Math.max(this.minWidth / this.columns.length, 100);
|
|
121
|
+
// Use the visible column count to calculate the column width
|
|
122
|
+
const visibleColumnsCount = this.getVisibleColumnsCount();
|
|
123
|
+
const columnWidth = visibleColumnsCount > 0 ? Math.max(this.minWidth / visibleColumnsCount, 100) : 100;
|
|
124
|
+
return (index.h("div", { key: 'c5e50673eb1ed5cf00e0294885bf9cd6d13f9366', class: "container", style: { minWidth: `${this.minWidth}px` } }, index.h("div", { key: '0e0814a8cb5ae1e11538a26cba630e59d39dde74' }, this.searchEnabled && (index.h("eds-input-field", { key: 1, name: "search", "aria-label": "Search", type: "text", placeholder: "Search...",
|
|
125
|
+
// @ts-ignore
|
|
126
|
+
onInput: (event) => this.handleSearch(event) }))), index.h("div", { key: '65e0c9057c313f220655ecd7692a83c932f441b3', class: "mt-20" }, index.h("table", { key: '9e77153c2e0983f7598a21ef55ebcf3107655e09', class: "block overflow-x-auto mt-6 p-0" }, index.h("thead", { key: '38e5ac67ffae80d896c29357615d19b5dfcc52d3' }, index.h("tr", { key: '526c5b30da0a2aa97bb90f5b473b3e9ea41dde6b', class: "m-0 p-0 border border-softer even:bg-inverse-softer" }, this.columns.map((column) => {
|
|
127
|
+
var _a;
|
|
128
|
+
return !((_a = this.parsedConfig[column]) === null || _a === void 0 ? void 0 : _a.hidden) && (index.h("th", { class: "m-0 px-20 py-8 border border-softer f-ui-02", style: { minWidth: `${columnWidth}px` } }, column));
|
|
129
|
+
}))), index.h("tbody", { key: '5a10525ed86eac82291746be4c6cce5f65942d2d' }, paginatedRows.map((row) => (index.h("tr", { class: "m-0 p-0 border border-softer even:bg-inverse-softer" }, this.columns.map((column) => {
|
|
130
|
+
var _a;
|
|
131
|
+
return !((_a = this.parsedConfig[column]) === null || _a === void 0 ? void 0 : _a.hidden) && (index.h("td", { class: "text-center border border-softer m-0 px-20 py-8 f-ui-2", style: { minWidth: `${columnWidth}px` } }, this.renderCell(row[column], column)));
|
|
132
|
+
}))))))), index.h("div", { key: 'af1183fd3e635c7d7ac982231adfdd9d892f6979', class: "mt-20" }, this.shouldEnablePagination() && (index.h("eds-pagination", { key: 'a5de7f25054c2d67f0788bfd2bc37d07f46de02c', currentPage: this.currentPage, lastPage: lastPage, perPage: this.rowsPerPage, total: this.totalRows, mode: "default" })))));
|
|
133
|
+
}
|
|
134
|
+
get hostEl() { return index.getElement(this); }
|
|
135
|
+
static get watchers() { return {
|
|
136
|
+
"data": ["handleDataChange"],
|
|
137
|
+
"config": ["handleConfigChange"]
|
|
138
|
+
}; }
|
|
139
|
+
};
|
|
140
|
+
EdsTable.style = edsTableCss;
|
|
141
|
+
|
|
142
|
+
exports.eds_table = EdsTable;
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-383d2951.js');
|
|
6
|
+
const index$2 = require('./index-96a4261e.js');
|
|
7
|
+
const index$1 = require('./index-1ff5f25c.js');
|
|
8
|
+
|
|
9
|
+
const EdsTabsContent = class {
|
|
10
|
+
constructor(hostRef) {
|
|
11
|
+
index.registerInstance(this, hostRef);
|
|
12
|
+
this.tabContentChange = index.createEvent(this, "tabContentChange", 7);
|
|
13
|
+
// cva configuration
|
|
14
|
+
this.tabCva = index$1.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.navAriaLabel = 'Tabs';
|
|
42
|
+
this.tabs = undefined;
|
|
43
|
+
this.parsedTabs = [];
|
|
44
|
+
this.activeIndex = -1;
|
|
45
|
+
}
|
|
46
|
+
componentWillLoad() {
|
|
47
|
+
this.parseTabs();
|
|
48
|
+
this.setActiveIndex();
|
|
49
|
+
}
|
|
50
|
+
parseTabs() {
|
|
51
|
+
try {
|
|
52
|
+
this.parsedTabs = JSON.parse(this.tabs);
|
|
53
|
+
}
|
|
54
|
+
catch (error) {
|
|
55
|
+
//console.error('Invalid JSON format for tabs:', error);
|
|
56
|
+
this.parsedTabs = [];
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
componentDidLoad() {
|
|
60
|
+
this.initializeTabContentVisibility();
|
|
61
|
+
this.el.addEventListener('tabContentChange', (e) => {
|
|
62
|
+
this.updateTabContentVisibility(e.detail.index);
|
|
63
|
+
});
|
|
64
|
+
this.scrollToActiveTab();
|
|
65
|
+
}
|
|
66
|
+
initializeTabContentVisibility() {
|
|
67
|
+
const allContent = this.el.querySelectorAll('.tab-content');
|
|
68
|
+
allContent.forEach((content, index) => {
|
|
69
|
+
content.setAttribute('style', `display: ${index === this.activeIndex ? 'block' : 'none'}`);
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
updateTabContentVisibility(index) {
|
|
73
|
+
const allContent = this.el.querySelectorAll('.tab-content');
|
|
74
|
+
allContent.forEach((content, contentIndex) => {
|
|
75
|
+
content.setAttribute('style', `display: ${contentIndex === index ? 'block' : 'none'}`);
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
setActiveIndex() {
|
|
79
|
+
this.activeIndex = this.parsedTabs.findIndex((tab) => tab.active);
|
|
80
|
+
}
|
|
81
|
+
scrollToActiveTab() {
|
|
82
|
+
var _a;
|
|
83
|
+
const activeTab = (_a = this.tabContainer) === null || _a === void 0 ? void 0 : _a.querySelector('[data-tab-active]');
|
|
84
|
+
if (activeTab) {
|
|
85
|
+
setTimeout(() => {
|
|
86
|
+
activeTab.scrollIntoView({
|
|
87
|
+
inline: 'center',
|
|
88
|
+
block: 'nearest'
|
|
89
|
+
});
|
|
90
|
+
}, 316);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
getTabOptions(active, index) {
|
|
94
|
+
const position = active
|
|
95
|
+
? 'center'
|
|
96
|
+
: this.activeIndex === -1 && index === 0
|
|
97
|
+
? 'first'
|
|
98
|
+
: index < this.activeIndex
|
|
99
|
+
? 'left'
|
|
100
|
+
: 'right';
|
|
101
|
+
return Object.assign({ class: this.tabCva({
|
|
102
|
+
active,
|
|
103
|
+
position
|
|
104
|
+
}), style: {
|
|
105
|
+
zIndex: `${active ? this.parsedTabs.length + 99 : position === 'left' ? index : this.parsedTabs.length + 1 - index}`
|
|
106
|
+
} }, (active ? { 'data-tab-active': 'true' } : {}));
|
|
107
|
+
}
|
|
108
|
+
handleTabClick(index, tabLabel) {
|
|
109
|
+
// Update the active index and set all tabs' active state accordingly
|
|
110
|
+
this.activeIndex = index;
|
|
111
|
+
this.parsedTabs = this.parsedTabs.map((tab, tabIndex) => (Object.assign(Object.assign({}, tab), { active: tabIndex === index })));
|
|
112
|
+
this.tabContentChange.emit({ index: index, name: tabLabel });
|
|
113
|
+
index$2.sendAnalytics({
|
|
114
|
+
category: 'ui-component',
|
|
115
|
+
tag: this.el.tagName.toLowerCase(),
|
|
116
|
+
name: (tabLabel === null || tabLabel === void 0 ? void 0 : tabLabel.toLowerCase()) || '',
|
|
117
|
+
action: 'click'
|
|
118
|
+
});
|
|
119
|
+
}
|
|
120
|
+
render() {
|
|
121
|
+
return (index.h("div", { key: '6e28a10b490f22edee3516ab1d0ec37248f1216a', 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-['']" }, index.h("div", { key: '62300b2980120504a5fc2e32e283552252a36344', class: "scroller-x max-w-xxxl xxxl:px-0 relative z-[1] mx-auto px-16 pt-8 lg:px-28" }, index.h("nav", { key: 'e0dbe930935f080bec4f2869ec640e89197b541d', ref: (el) => (this.tabContainer = el), class: "inline-flex", "aria-label": this.navAriaLabel }, this.parsedTabs.map((tab, index$1) => {
|
|
122
|
+
//const TabComponent = tab.active ? 'span' : 'a';
|
|
123
|
+
const tabProps = this.getTabOptions(tab.active, index$1);
|
|
124
|
+
return (index.h("eds-tab", Object.assign({}, tabProps, { label: tab.label, url: tab.url, active: index$1 === this.activeIndex, ariaLabel: tab.ariaLabel, onClick: () => this.handleTabClick(index$1, tab.label) })));
|
|
125
|
+
})), index.h("slot", { key: '5ba55e25a79886beafa6f25b2e80cc42b5f2abee' }))));
|
|
126
|
+
}
|
|
127
|
+
get el() { return index.getElement(this); }
|
|
128
|
+
static get watchers() { return {
|
|
129
|
+
"tabs": ["parseTabs"]
|
|
130
|
+
}; }
|
|
131
|
+
};
|
|
132
|
+
|
|
133
|
+
exports.eds_tabs_content = EdsTabsContent;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
const index = require('./index-383d2951.js');
|
|
6
|
+
const index$2 = require('./index-96a4261e.js');
|
|
7
|
+
const index$1 = require('./index-1ff5f25c.js');
|
|
8
|
+
|
|
9
|
+
const edsTabsCss = "";
|
|
10
|
+
|
|
11
|
+
const EdsTabs = class {
|
|
12
|
+
constructor(hostRef) {
|
|
13
|
+
index.registerInstance(this, hostRef);
|
|
14
|
+
this.tabChange = index.createEvent(this, "tabChange", 7);
|
|
15
|
+
// cva configuration
|
|
16
|
+
this.tabCva = index$1.cva([
|
|
17
|
+
'relative px-16 py-12',
|
|
18
|
+
'f-ui-03 whitespace-nowrap',
|
|
19
|
+
'effect-color',
|
|
20
|
+
'focus-visible:text-default hover:text-default',
|
|
21
|
+
'border-2',
|
|
22
|
+
"after:content-[''] after:absolute after:inset-0 after:rounded-t-lg after:border-3 after:border-accent after:opacity-0",
|
|
23
|
+
'outline-none focus:outline-none focus-visible:outline-none focus-visible:after:opacity-100'
|
|
24
|
+
], {
|
|
25
|
+
variants: {
|
|
26
|
+
position: {
|
|
27
|
+
left: 'rounded-tl-lg border-r-0 pr-28 -mr-16 after:right-16',
|
|
28
|
+
right: 'rounded-tr-lg border-l-0 pl-28 -ml-16 after:left-16',
|
|
29
|
+
center: '',
|
|
30
|
+
first: 'rounded-t-lg'
|
|
31
|
+
},
|
|
32
|
+
active: {
|
|
33
|
+
false: 'text-lighter bg-dark hover:bg-darker border-softest',
|
|
34
|
+
true: [
|
|
35
|
+
'bg-default text-default z-99',
|
|
36
|
+
'rounded-t-lg',
|
|
37
|
+
"before:content-[''] before:absolute before:-bottom-2 z-1 before:inset-x-0 before:h-3 before:bg-default",
|
|
38
|
+
'border-[#d2d2d2]'
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
this.id = undefined;
|
|
44
|
+
this.navAriaLabel = 'Tabs';
|
|
45
|
+
this.tabs = undefined;
|
|
46
|
+
this.parsedTabs = [];
|
|
47
|
+
this.activeIndex = -1;
|
|
48
|
+
}
|
|
49
|
+
componentWillLoad() {
|
|
50
|
+
this.parseTabs();
|
|
51
|
+
this.setActiveIndex();
|
|
52
|
+
this.tabChange.emit({ tabId: this.id, index: 0 });
|
|
53
|
+
}
|
|
54
|
+
parseTabs() {
|
|
55
|
+
try {
|
|
56
|
+
this.parsedTabs = JSON.parse(this.tabs);
|
|
57
|
+
}
|
|
58
|
+
catch (error) {
|
|
59
|
+
//console.error('Invalid JSON format for tabs:', error);
|
|
60
|
+
this.parsedTabs = [];
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
componentDidLoad() {
|
|
64
|
+
this.scrollToActiveTab();
|
|
65
|
+
}
|
|
66
|
+
setActiveIndex() {
|
|
67
|
+
this.activeIndex = this.parsedTabs.findIndex((tab) => tab.active);
|
|
68
|
+
}
|
|
69
|
+
scrollToActiveTab() {
|
|
70
|
+
var _a;
|
|
71
|
+
const activeTab = (_a = this.tabContainer) === null || _a === void 0 ? void 0 : _a.querySelector('[data-tab-active]');
|
|
72
|
+
if (activeTab) {
|
|
73
|
+
setTimeout(() => {
|
|
74
|
+
activeTab.scrollIntoView({
|
|
75
|
+
inline: 'center',
|
|
76
|
+
block: 'nearest'
|
|
77
|
+
});
|
|
78
|
+
}, 316);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
getTabOptions(active, index) {
|
|
82
|
+
const position = active
|
|
83
|
+
? 'center'
|
|
84
|
+
: this.activeIndex === -1 && index === 0
|
|
85
|
+
? 'first'
|
|
86
|
+
: index < this.activeIndex
|
|
87
|
+
? 'left'
|
|
88
|
+
: 'right';
|
|
89
|
+
return Object.assign({ class: this.tabCva({
|
|
90
|
+
active,
|
|
91
|
+
position
|
|
92
|
+
}), style: {
|
|
93
|
+
zIndex: `${active ? this.parsedTabs.length + 99 : position === 'left' ? index : this.parsedTabs.length + 1 - index}`
|
|
94
|
+
} }, (active ? { 'data-tab-active': 'true' } : {}));
|
|
95
|
+
}
|
|
96
|
+
handleTabClick(index, tabLabel) {
|
|
97
|
+
// Update the active index and set all tabs' active state accordingly
|
|
98
|
+
this.activeIndex = index;
|
|
99
|
+
this.parsedTabs = this.parsedTabs.map((tab, tabIndex) => (Object.assign(Object.assign({}, tab), { active: tabIndex === index })));
|
|
100
|
+
this.tabChange.emit({ tabId: this.id, index: index, name: tabLabel });
|
|
101
|
+
index$2.sendAnalytics({
|
|
102
|
+
category: 'ui-component',
|
|
103
|
+
tag: this.el.tagName.toLowerCase(),
|
|
104
|
+
name: (tabLabel === null || tabLabel === void 0 ? void 0 : tabLabel.toLowerCase()) || '',
|
|
105
|
+
action: 'click'
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
render() {
|
|
109
|
+
return (index.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-['']" }, index.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" }, index.h("nav", { key: '41b08427b7c265c70ad506e87733592b28addeda', ref: (el) => (this.tabContainer = el), class: "inline-flex", "aria-label": this.navAriaLabel }, this.parsedTabs.map((tab, index$1) => {
|
|
110
|
+
//const TabComponent = tab.active ? 'span' : 'a';
|
|
111
|
+
const tabProps = this.getTabOptions(tab.active, index$1);
|
|
112
|
+
return (index.h("eds-tab", Object.assign({}, tabProps, { label: tab.label || tab.ariaLabel, url: tab.url, active: index$1 === this.activeIndex, onClick: () => this.handleTabClick(index$1, tab.label) })));
|
|
113
|
+
})))));
|
|
114
|
+
}
|
|
115
|
+
get el() { return index.getElement(this); }
|
|
116
|
+
static get watchers() { return {
|
|
117
|
+
"tabs": ["parseTabs"]
|
|
118
|
+
}; }
|
|
119
|
+
};
|
|
120
|
+
EdsTabs.style = edsTabsCss;
|
|
121
|
+
|
|
122
|
+
exports.eds_tabs = EdsTabs;
|