@ebrains/components 0.0.1-alpha.0 → 0.3.0-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/{color-ac51ccf7.js → color-3ffe3072.js} +6 -6
- package/dist/cjs/color-primary-palette_6.cjs.entry.js +15 -15
- package/dist/cjs/components.cjs.js +3 -30
- package/dist/cjs/correct-use-of-colors.cjs.entry.js +2 -2
- package/dist/cjs/eds-accordion.cjs.entry.js +5 -4
- package/dist/cjs/eds-alert.cjs.entry.js +10 -9
- package/dist/cjs/{eds-accordion_23.cjs.entry.js → eds-avatar_17.cjs.entry.js} +353 -785
- package/dist/cjs/eds-card-desc_3.cjs.entry.js +1 -1
- package/dist/cjs/eds-card-generic.cjs.entry.js +18 -6
- package/dist/cjs/eds-card-project.cjs.entry.js +5 -5
- package/dist/cjs/eds-card-section.cjs.entry.js +20 -8
- package/dist/cjs/eds-card-tags.cjs.entry.js +3 -2
- package/dist/cjs/eds-card-tool.cjs.entry.js +6 -5
- package/dist/cjs/eds-card-wrapper.cjs.entry.js +1 -1
- package/dist/cjs/eds-code-block.cjs.entry.js +4 -34
- package/dist/cjs/eds-components-section.cjs.entry.js +45 -25
- package/dist/cjs/eds-docs-palettes.cjs.entry.js +2 -2
- package/dist/cjs/eds-docs-tokens.cjs.entry.js +2 -2
- package/dist/cjs/eds-form.cjs.entry.js +96 -23
- package/dist/cjs/eds-frame.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-bluesky.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-close.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-copy.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-eu.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-facebook.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-gitlab.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-linkedin.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-loader.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-mastodon.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-menu.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-more.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-search.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-success.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-twitter.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-user.cjs.entry.js +3 -3
- package/dist/cjs/eds-icon-youtube.cjs.entry.js +3 -3
- package/dist/cjs/{eds-input-field.cjs.entry.js → eds-input_7.cjs.entry.js} +249 -5
- package/dist/cjs/eds-login.cjs.entry.js +3 -3
- package/dist/cjs/eds-logo-variations.cjs.entry.js +27 -0
- package/dist/cjs/eds-matomo-notice.cjs.entry.js +7 -6
- package/dist/cjs/eds-modal.cjs.entry.js +45 -5
- package/dist/cjs/eds-navigator.cjs.entry.js +1 -1
- package/dist/cjs/{eds-pagination.cjs.entry.js → eds-pagination_2.cjs.entry.js} +160 -2
- package/dist/cjs/eds-progress-bar.cjs.entry.js +3 -2
- package/dist/cjs/eds-rating.cjs.entry.js +3 -2
- package/dist/cjs/eds-section-core_2.cjs.entry.js +1 -1
- package/dist/cjs/eds-svg-repository.cjs.entry.js +298 -4
- package/dist/cjs/eds-tab.cjs.entry.js +2 -2
- package/dist/cjs/eds-tabs-content.cjs.entry.js +6 -6
- package/dist/cjs/eds-tabs.cjs.entry.js +32 -10
- package/dist/cjs/eds-timeline.cjs.entry.js +76 -0
- package/dist/cjs/eds-tooltip.cjs.entry.js +4 -3
- package/dist/cjs/eds-trl.cjs.entry.js +52 -0
- package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +2 -2
- package/dist/cjs/{index-2cc3495f.js → index-f08e4f5c.js} +54 -37
- package/dist/cjs/{loader-5efe2c21.js → loader-72f9d178.js} +2 -5
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/logo-space.cjs.entry.js +5 -4
- package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +36 -0
- package/dist/cjs/logo-wrong-usage.cjs.entry.js +6 -5
- package/dist/cjs/token-list_3.cjs.entry.js +4 -4
- package/dist/cjs/token-ratios.cjs.entry.js +2 -2
- package/dist/cjs/token-spacing.cjs.entry.js +2 -2
- package/dist/cjs/token-typography.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/eds-accordion/eds-accordion.js +2 -2
- package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +13 -12
- package/dist/collection/components/eds-button/eds-button.js +3 -3
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +21 -1
- package/dist/collection/components/eds-form/eds-form.css +10 -0
- package/dist/collection/components/eds-form/eds-form.js +111 -20
- package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +140 -15
- package/dist/collection/components/eds-input-field/eds-input-field.css +16 -6
- package/dist/collection/components/eds-input-field/eds-input-field.js +2 -2
- package/dist/collection/components/eds-modal/eds-modal.css +8 -0
- package/dist/collection/components/eds-modal/eds-modal.js +42 -2
- package/dist/collection/components/eds-table/eds-table.css +4 -0
- package/dist/collection/components/eds-table/eds-table.js +69 -11
- package/dist/collection/components/eds-table/eds-table.stories.js +14 -93
- package/dist/collection/components/eds-timeline/eds-timeline.js +99 -0
- package/dist/collection/components/eds-timeline/eds-timeline.stories.js +35 -0
- package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
- package/dist/collection/components/eds-trl/eds-trl.js +69 -0
- package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
- package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
- package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
- package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
- package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -5
- package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +1 -1
- package/dist/collection/eds-docs-ui/eds-components-section/eds-components-section.js +3 -6
- package/dist/collection/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.js +1 -1
- package/dist/collection/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.js +1 -1
- package/dist/collection/eds-docs-ui/eds-logo-variations/eds-logo-variations.js +44 -0
- package/dist/collection/eds-docs-ui/eds-svg-repository/eds-svg-repository.js +7 -1
- package/dist/collection/eds-docs-ui/functional/angular.js +1 -1
- package/dist/collection/eds-docs-ui/functional/installation.js +1 -1
- package/dist/collection/eds-docs-ui/functional/overview.js +1 -1
- package/dist/collection/eds-docs-ui/functional/react.js +1 -1
- package/dist/collection/eds-docs-ui/functional/vue.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.css +21 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +2 -54
- package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +4 -13
- package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.css +4 -0
- package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +19 -8
- package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +40 -7
- package/dist/collection/shared-ui/eds-footer/eds-footer.js +1 -1
- package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +4 -3
- package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +77 -0
- package/dist/collection/shared-ui/eds-header/eds-header.js +10 -6
- package/dist/collection/shared-ui/eds-header/eds-header.stories.js +16 -10
- package/dist/collection/shared-ui/eds-login/eds-login.js +3 -2
- package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +4 -4
- package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.stories.js +21 -0
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +29 -8
- package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +22 -4
- package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.js +2 -2
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +48 -34
- package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +1 -1
- package/dist/collection/shared-ui/eds-user/eds-user.js +12 -6
- package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.js +1 -11
- package/dist/components/analytics.js +6 -6
- package/dist/components/components.css +38 -0
- package/dist/components/components.esm.js +1 -47
- package/dist/components/correct-use-of-colors.js +1 -1
- package/dist/components/eds-accordion2.js +4 -3
- package/dist/components/eds-alert2.js +3 -2
- package/dist/components/eds-avatar2.js +3 -2
- package/dist/components/eds-block-break2.js +2 -1
- package/dist/components/eds-breadcrumb.js +15 -13
- package/dist/components/eds-button2.js +6 -4
- package/dist/components/eds-card-desc2.js +2 -1
- package/dist/components/eds-card-generic2.js +17 -4
- package/dist/components/eds-card-project.js +2 -1
- package/dist/components/eds-card-section.js +19 -7
- package/dist/components/eds-card-tags.js +2 -1
- package/dist/components/eds-card-title2.js +2 -1
- package/dist/components/eds-card-tool.js +4 -2
- package/dist/components/eds-code-block2.js +3 -33
- package/dist/components/eds-components-section.js +44 -24
- package/dist/components/eds-docs-palettes.js +1 -1
- package/dist/components/eds-docs-tokens.js +1 -1
- package/dist/components/eds-dropdown2.js +2 -1
- package/dist/components/eds-footer2.js +3 -2
- package/dist/components/eds-form.js +97 -22
- package/dist/components/eds-fullscreen-menu.js +2 -1
- package/dist/components/eds-header.js +9 -4
- package/dist/components/eds-icon-arrow-diagonal.js +1 -1
- package/dist/components/eds-icon-arrow-right.js +1 -1
- package/dist/components/eds-icon-bluesky.js +1 -1
- package/dist/components/eds-icon-chevron-down.js +1 -1
- package/dist/components/eds-icon-chevron-left.js +1 -1
- package/dist/components/eds-icon-chevron-right.js +1 -1
- package/dist/components/eds-icon-chevron-up.js +1 -1
- package/dist/components/eds-icon-close.js +1 -1
- package/dist/components/eds-icon-copy.js +1 -1
- package/dist/components/eds-icon-eu.js +1 -1
- package/dist/components/eds-icon-facebook.js +1 -1
- package/dist/components/eds-icon-gitlab.js +1 -1
- package/dist/components/eds-icon-linkedin.js +1 -1
- package/dist/components/eds-icon-loader.js +1 -1
- package/dist/components/eds-icon-mastodon.js +1 -1
- package/dist/components/eds-icon-menu.js +1 -1
- package/dist/components/eds-icon-more.js +1 -1
- package/dist/components/eds-icon-search.js +1 -1
- package/dist/components/eds-icon-success.js +1 -1
- package/dist/components/eds-icon-twitter.js +1 -1
- package/dist/components/eds-icon-user.js +1 -1
- package/dist/components/eds-icon-youtube.js +1 -1
- package/dist/components/eds-img2.js +2 -1
- package/dist/components/eds-input-field2.js +5 -4
- package/dist/components/eds-input-select2.js +70 -2
- package/dist/components/eds-link2.js +5 -3
- package/dist/components/eds-login.js +3 -2
- package/dist/components/eds-logo-variations.d.ts +11 -0
- package/dist/components/eds-logo-variations.js +60 -0
- package/dist/components/eds-logo2.js +6 -3
- package/dist/components/eds-matomo-notice.js +4 -2
- package/dist/components/eds-modal.js +44 -4
- package/dist/components/eds-pagination2.js +2 -1
- package/dist/components/eds-progress-bar.js +1 -40
- package/dist/components/{eds-progress-bar.entry.js → eds-progress-bar2.js} +26 -7
- package/dist/components/eds-rating.js +2 -1
- package/dist/components/eds-section-core2.js +2 -1
- package/dist/components/eds-social-networks.js +2 -2
- package/dist/components/eds-social-networks2.js +7 -6
- package/dist/components/eds-svg-repository.js +296 -2
- package/dist/components/eds-tab2.js +1 -1
- package/dist/components/eds-table2.js +38 -15
- package/dist/components/eds-tabs-content.js +5 -4
- package/dist/components/eds-tabs.js +31 -8
- package/dist/components/eds-tag2.js +3 -2
- package/dist/components/eds-timeline.d.ts +11 -0
- package/dist/components/eds-timeline.js +131 -0
- package/dist/components/eds-toast-manager.js +3 -2
- package/dist/components/eds-toast2.js +1 -1
- package/dist/components/eds-tooltip.js +3 -2
- package/dist/components/eds-trl.d.ts +11 -0
- package/dist/components/eds-trl.js +139 -0
- package/dist/components/eds-user-modal2.js +1 -4
- package/dist/components/eds-user2.js +12 -6
- package/dist/components/incorrect-use-of-colors.js +20 -2
- package/dist/components/index.esm.js +0 -1
- package/dist/components/index2.js +44 -399
- package/dist/components/keycloak.js +0 -10
- package/dist/components/loader.js +2 -5
- package/dist/components/logo-space.js +4 -3
- package/dist/components/logo-variations-horizontal.js +2 -49
- package/dist/components/logo-variations-horizontal2.js +37 -0
- package/dist/components/logo-variations-vertical.js +2 -49
- package/dist/components/logo-variations-vertical2.js +42 -0
- package/dist/components/logo-wrong-usage.js +5 -4
- package/dist/components/{p-9c05e349.entry.js → p-005de86f.entry.js} +1 -1
- package/dist/components/{p-877403df.entry.js → p-02e2a62f.entry.js} +1 -1
- package/dist/components/{p-3dbf2ac9.entry.js → p-0910d733.entry.js} +1 -1
- package/dist/components/{p-6bc00fad.entry.js → p-0c2e844e.entry.js} +1 -1
- package/dist/components/{p-378d371f.entry.js → p-145f13ad.entry.js} +1 -1
- package/dist/components/{p-0a195bfe.entry.js → p-16458a81.entry.js} +1 -1
- package/dist/components/p-2117611b.js +1 -0
- package/dist/components/{p-513bf756.entry.js → p-22762818.entry.js} +1 -1
- package/dist/components/{p-94b74ae8.entry.js → p-22e6d7d5.entry.js} +1 -1
- package/dist/components/p-22f9e720.js +1 -0
- package/dist/components/p-2851ff44.entry.js +1 -0
- package/dist/components/p-29648b47.entry.js +1 -0
- package/dist/components/p-297b2bc3.entry.js +1 -0
- package/dist/components/{p-4541cb5f.entry.js → p-2e8459ef.entry.js} +1 -1
- package/dist/components/p-32cddd94.entry.js +1 -0
- package/dist/components/{p-0611bbac.entry.js → p-32f282a9.entry.js} +1 -1
- package/dist/components/p-3617841d.entry.js +1 -0
- package/dist/components/p-373673ca.js +1 -0
- package/dist/components/{p-677f60bc.entry.js → p-388b4966.entry.js} +1 -1
- package/dist/components/p-3ff76976.entry.js +1 -0
- package/dist/components/{p-ff6b25a1.entry.js → p-4037ad48.entry.js} +1 -1
- package/dist/components/{p-c16b3c0c.entry.js → p-42b4ecff.entry.js} +1 -1
- package/dist/components/{p-fa1276cc.entry.js → p-435a14c1.entry.js} +1 -1
- package/dist/components/p-490ba155.entry.js +1 -0
- package/dist/components/p-4932aab2.entry.js +1 -0
- package/dist/components/p-4a24c2ce.entry.js +1 -0
- package/dist/components/p-52ac3456.entry.js +1 -0
- package/dist/components/{p-b544f216.entry.js → p-54c75346.entry.js} +1 -1
- package/dist/components/{p-11a4ef34.entry.js → p-57c964c5.entry.js} +1 -1
- package/dist/components/p-5a43503a.entry.js +1 -0
- package/dist/components/p-5aad9d3f.entry.js +1 -0
- package/dist/components/p-5afb626c.entry.js +1 -0
- package/dist/components/p-5d7af761.entry.js +1 -0
- package/dist/components/{p-2728a189.entry.js → p-5fc68438.entry.js} +1 -1
- package/dist/components/p-6378fb3e.entry.js +1 -0
- package/dist/components/p-673dce11.entry.js +1 -0
- package/dist/components/{p-c0afe524.entry.js → p-6fc62452.entry.js} +1 -1
- package/dist/components/p-7215789a.entry.js +1 -0
- package/dist/components/{p-36c0f3ee.entry.js → p-73bd0c97.entry.js} +1 -1
- package/dist/components/p-762c8c83.entry.js +1 -0
- package/dist/components/p-7802e966.entry.js +1 -0
- package/dist/components/p-79887c2c.entry.js +1 -0
- package/dist/components/{p-e9a1fb1e.js → p-7a8b9de5.js} +2 -2
- package/dist/components/p-846fc91c.entry.js +1 -0
- package/dist/components/p-84957b6d.entry.js +1 -0
- package/dist/components/{p-e69ff916.entry.js → p-87830085.entry.js} +1 -1
- package/dist/components/p-8c56e39a.entry.js +1 -0
- package/dist/components/p-96c4deda.entry.js +1 -0
- package/dist/components/p-a44a1abe.entry.js +1 -0
- package/dist/components/p-a4e9b68b.entry.js +1 -0
- package/dist/components/p-ac0112d5.entry.js +1 -0
- package/dist/components/p-acb16e1c.entry.js +1 -0
- package/dist/components/p-ae5dbd41.entry.js +1 -0
- package/dist/components/{p-6cb8c52d.entry.js → p-bdd86a3c.entry.js} +1 -1
- package/dist/components/{p-22ee5374.entry.js → p-be6c80da.entry.js} +1 -1
- package/dist/components/p-bf0f851d.entry.js +1 -0
- package/dist/components/{p-82453a66.entry.js → p-c2d369bc.entry.js} +1 -1
- package/dist/components/p-d1670eec.entry.js +1 -0
- package/dist/components/p-d1f6a722.entry.js +1 -0
- package/dist/components/p-d53b7a75.entry.js +1 -0
- package/dist/components/{p-c11d93cf.entry.js → p-d571d530.entry.js} +1 -1
- package/dist/components/{p-bad2a33a.entry.js → p-d6d86366.entry.js} +1 -1
- package/dist/components/p-d7a92efb.entry.js +1 -0
- package/dist/components/p-d9788b54.entry.js +1 -0
- package/dist/components/{p-606d8f86.entry.js → p-e20ed2c7.entry.js} +1 -1
- package/dist/components/{p-200ad980.entry.js → p-e6bfbf51.entry.js} +1 -1
- package/dist/components/{p-ddd005a3.entry.js → p-e74834bc.entry.js} +1 -1
- package/dist/components/{p-b94318f2.entry.js → p-f7a6ce69.entry.js} +1 -1
- package/dist/components/p-fd27e56c.entry.js +1 -0
- package/dist/components/primary.js +1 -1
- package/dist/components/primary2.js +1 -1
- package/dist/components/secondary.js +1 -1
- package/dist/components/secondary2.js +7 -7
- package/dist/components/support.js +1 -1
- package/dist/components/support2.js +3 -3
- package/dist/components/token-list2.js +1 -1
- package/dist/components/token-radii2.js +1 -1
- package/dist/components/token-ratios.js +1 -1
- package/dist/components/token-shadows2.js +1 -1
- package/dist/components/token-spacing.js +1 -1
- package/dist/components/token-typography.js +1 -1
- package/dist/esm/{color-49aa977d.js → color-0ba8ed56.js} +6 -6
- package/dist/esm/color-primary-palette_6.entry.js +15 -15
- package/dist/esm/components.js +4 -31
- package/dist/esm/correct-use-of-colors.entry.js +2 -2
- package/dist/esm/eds-accordion.entry.js +5 -4
- package/dist/esm/eds-alert.entry.js +4 -3
- package/dist/esm/{eds-accordion_23.entry.js → eds-avatar_17.entry.js} +348 -774
- package/dist/esm/eds-card-desc_3.entry.js +1 -1
- package/dist/esm/eds-card-generic.entry.js +17 -5
- package/dist/esm/eds-card-project.entry.js +3 -3
- package/dist/esm/eds-card-section.entry.js +20 -8
- package/dist/esm/eds-card-tags.entry.js +3 -2
- package/dist/esm/eds-card-tool.entry.js +5 -4
- package/dist/esm/eds-card-wrapper.entry.js +1 -1
- package/dist/esm/eds-code-block.entry.js +4 -34
- package/dist/esm/eds-components-section.entry.js +45 -25
- package/dist/esm/eds-docs-palettes.entry.js +2 -2
- package/dist/esm/eds-docs-tokens.entry.js +2 -2
- package/dist/esm/eds-form.entry.js +96 -23
- package/dist/esm/eds-frame.entry.js +1 -1
- package/dist/esm/eds-icon-arrow-diagonal.entry.js +2 -2
- package/dist/esm/eds-icon-arrow-right.entry.js +2 -2
- package/dist/esm/eds-icon-bluesky.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-down.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-left.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-right.entry.js +2 -2
- package/dist/esm/eds-icon-chevron-up.entry.js +2 -2
- package/dist/esm/eds-icon-close.entry.js +2 -2
- package/dist/esm/eds-icon-copy.entry.js +2 -2
- package/dist/esm/eds-icon-eu.entry.js +2 -2
- package/dist/esm/eds-icon-facebook.entry.js +2 -2
- package/dist/esm/eds-icon-gitlab.entry.js +2 -2
- package/dist/esm/eds-icon-linkedin.entry.js +2 -2
- package/dist/esm/eds-icon-loader.entry.js +2 -2
- package/dist/esm/eds-icon-mastodon.entry.js +2 -2
- package/dist/esm/eds-icon-menu.entry.js +2 -2
- package/dist/esm/eds-icon-more.entry.js +2 -2
- package/dist/esm/eds-icon-search.entry.js +2 -2
- package/dist/esm/eds-icon-success.entry.js +2 -2
- package/dist/esm/eds-icon-twitter.entry.js +2 -2
- package/dist/esm/eds-icon-user.entry.js +2 -2
- package/dist/esm/eds-icon-youtube.entry.js +2 -2
- package/dist/{components/eds-input-field.entry.js → esm/eds-input_7.entry.js} +244 -6
- package/dist/esm/eds-login.entry.js +3 -3
- package/dist/esm/eds-logo-variations.entry.js +23 -0
- package/dist/esm/eds-matomo-notice.entry.js +6 -5
- package/dist/esm/eds-modal.entry.js +45 -5
- package/dist/esm/eds-navigator.entry.js +1 -1
- package/dist/esm/{eds-pagination.entry.js → eds-pagination_2.entry.js} +160 -3
- package/dist/esm/eds-progress-bar.entry.js +3 -2
- package/dist/esm/eds-rating.entry.js +3 -2
- package/dist/esm/eds-section-core_2.entry.js +1 -1
- package/dist/esm/eds-svg-repository.entry.js +297 -3
- package/dist/esm/eds-tab.entry.js +2 -2
- package/dist/esm/eds-tabs-content.entry.js +5 -5
- package/dist/esm/eds-tabs.entry.js +31 -9
- package/dist/esm/eds-timeline.entry.js +72 -0
- package/dist/esm/eds-tooltip.entry.js +4 -3
- package/dist/esm/eds-trl.entry.js +48 -0
- package/dist/esm/incorrect-use-of-colors.entry.js +2 -2
- package/dist/esm/{index-f1426055.js → index-e96badea.js} +54 -37
- package/dist/esm/{loader-66341740.js → loader-c9628637.js} +2 -5
- package/dist/esm/loader.js +3 -3
- package/dist/esm/logo-space.entry.js +5 -4
- package/dist/esm/logo-variations-horizontal_2.entry.js +31 -0
- package/dist/esm/logo-wrong-usage.entry.js +6 -5
- package/dist/esm/token-list_3.entry.js +4 -4
- package/dist/esm/token-ratios.entry.js +2 -2
- package/dist/esm/token-spacing.entry.js +2 -2
- package/dist/esm/token-typography.entry.js +2 -2
- package/dist/hydrate/index.js +671 -223
- package/dist/hydrate/index.mjs +671 -223
- package/dist/stencil.config.js +4 -3
- package/dist/types/components/eds-accordion/eds-accordion.d.ts +2 -2
- package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +1 -5
- package/dist/types/components/eds-button/eds-button.d.ts +2 -2
- package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +2 -0
- package/dist/types/components/eds-form/eds-form.d.ts +8 -0
- package/dist/types/components/eds-input-elements/eds-input-select/eds-input-select.d.ts +106 -3
- package/dist/types/components/eds-modal/eds-modal.d.ts +16 -0
- package/dist/types/components/eds-table/eds-table.d.ts +9 -1
- package/dist/types/components/eds-table/eds-table.stories.d.ts +6 -67
- package/dist/types/components/eds-timeline/eds-timeline.d.ts +26 -0
- package/dist/types/components/eds-timeline/eds-timeline.stories.d.ts +24 -0
- package/dist/types/components/eds-trl/eds-trl.d.ts +12 -0
- package/dist/types/components.d.ts +255 -32
- package/dist/types/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.d.ts +0 -4
- package/dist/types/eds-docs-ui/eds-logo-variations/eds-logo-variations.d.ts +9 -0
- package/dist/types/eds-docs-ui/eds-svg-repository/eds-svg-repository.d.ts +2 -0
- package/dist/types/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.d.ts +1 -7
- package/dist/types/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.d.ts +1 -1
- package/dist/types/shared-ui/eds-card-section/eds-card-section.d.ts +6 -1
- package/dist/types/shared-ui/eds-card-section/eds-card-section.stories.d.ts +20 -1
- package/dist/types/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +8 -2
- package/dist/types/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.stories.d.ts +29 -0
- package/dist/types/shared-ui/eds-header/eds-header.d.ts +7 -1
- package/dist/types/shared-ui/eds-header/eds-header.stories.d.ts +9 -1
- package/dist/types/shared-ui/eds-social-networks/eds-social-networks.d.ts +1 -1
- package/dist/types/shared-ui/eds-social-networks/eds-social-networks.stories.d.ts +13 -0
- package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +18 -1
- package/dist/types/shared-ui/eds-user/eds-user.d.ts +1 -2
- package/package.json +3 -3
- package/dist/cjs/color-primary-palette.cjs.entry.js +0 -43
- package/dist/cjs/color-secondary-palette.cjs.entry.js +0 -68
- package/dist/cjs/color-support-palette.cjs.entry.js +0 -59
- package/dist/cjs/eds-avatar.cjs.entry.js +0 -73
- package/dist/cjs/eds-block-break.cjs.entry.js +0 -20
- package/dist/cjs/eds-breadcrumb.cjs.entry.js +0 -152
- package/dist/cjs/eds-button.cjs.entry.js +0 -233
- package/dist/cjs/eds-card-desc.cjs.entry.js +0 -26
- package/dist/cjs/eds-card-title.cjs.entry.js +0 -56
- package/dist/cjs/eds-dropdown.cjs.entry.js +0 -129
- package/dist/cjs/eds-footer.cjs.entry.js +0 -49
- package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +0 -99
- package/dist/cjs/eds-header.cjs.entry.js +0 -96
- package/dist/cjs/eds-icon-wrapper.cjs.entry.js +0 -40
- package/dist/cjs/eds-img.cjs.entry.js +0 -57
- package/dist/cjs/eds-input-footer.cjs.entry.js +0 -21
- package/dist/cjs/eds-input-label.cjs.entry.js +0 -20
- package/dist/cjs/eds-input-range.cjs.entry.js +0 -39
- package/dist/cjs/eds-input-search.cjs.entry.js +0 -41
- package/dist/cjs/eds-input-select.cjs.entry.js +0 -30
- package/dist/cjs/eds-input.cjs.entry.js +0 -68
- package/dist/cjs/eds-link.cjs.entry.js +0 -211
- package/dist/cjs/eds-logo.cjs.entry.js +0 -76
- package/dist/cjs/eds-section-core.cjs.entry.js +0 -23
- package/dist/cjs/eds-section-heading.cjs.entry.js +0 -41
- package/dist/cjs/eds-social-networks.cjs.entry.js +0 -65
- package/dist/cjs/eds-table.cjs.entry.js +0 -142
- package/dist/cjs/eds-tag.cjs.entry.js +0 -44
- package/dist/cjs/eds-toast-manager.cjs.entry.js +0 -45
- package/dist/cjs/eds-toast.cjs.entry.js +0 -53
- package/dist/cjs/eds-user-modal.cjs.entry.js +0 -47
- package/dist/cjs/eds-user.cjs.entry.js +0 -90
- package/dist/cjs/gradient-primary-palette.cjs.entry.js +0 -45
- package/dist/cjs/gradient-secondary-palette.cjs.entry.js +0 -79
- package/dist/cjs/gradient-support-palette.cjs.entry.js +0 -63
- package/dist/cjs/index-1ff5f25c.js +0 -48
- package/dist/cjs/index-383d2951.js +0 -3449
- package/dist/cjs/index-96a4261e.js +0 -405
- package/dist/cjs/index-f62478aa.js +0 -1837
- package/dist/cjs/keycloak-940b83c1.js +0 -1910
- package/dist/cjs/logo-variations-horizontal.cjs.entry.js +0 -30
- package/dist/cjs/logo-variations-vertical.cjs.entry.js +0 -30
- package/dist/cjs/shadow-css-988e4292.js +0 -334
- package/dist/cjs/token-list.cjs.entry.js +0 -253
- package/dist/cjs/token-radii.cjs.entry.js +0 -25
- package/dist/cjs/token-shadows.cjs.entry.js +0 -34
- package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.css +0 -0
- package/dist/components/app-globals-0f993ce5.js +0 -3
- package/dist/components/color-primary-palette.entry.js +0 -39
- package/dist/components/color-secondary-palette.entry.js +0 -64
- package/dist/components/color-support-palette.entry.js +0 -55
- package/dist/components/correct-use-of-colors.entry.js +0 -64
- package/dist/components/eds-accordion.entry.js +0 -88
- package/dist/components/eds-alert.entry.js +0 -91
- package/dist/components/eds-avatar.entry.js +0 -69
- package/dist/components/eds-block-break.entry.js +0 -16
- package/dist/components/eds-breadcrumb.entry.js +0 -148
- package/dist/components/eds-button.entry.js +0 -229
- package/dist/components/eds-card-desc.entry.js +0 -22
- package/dist/components/eds-card-generic.entry.js +0 -89
- package/dist/components/eds-card-project.entry.js +0 -63
- package/dist/components/eds-card-section.entry.js +0 -39
- package/dist/components/eds-card-tags.entry.js +0 -17
- package/dist/components/eds-card-title.entry.js +0 -52
- package/dist/components/eds-card-tool.entry.js +0 -75
- package/dist/components/eds-card-wrapper.entry.js +0 -28
- package/dist/components/eds-code-block.entry.js +0 -2468
- package/dist/components/eds-components-section.entry.js +0 -92
- package/dist/components/eds-docs-palettes.entry.js +0 -23
- package/dist/components/eds-docs-tokens.entry.js +0 -31
- package/dist/components/eds-dropdown.entry.js +0 -125
- package/dist/components/eds-footer.entry.js +0 -45
- package/dist/components/eds-form.entry.js +0 -245
- package/dist/components/eds-frame.entry.js +0 -87
- package/dist/components/eds-fullscreen-menu.entry.js +0 -95
- package/dist/components/eds-header.entry.js +0 -92
- package/dist/components/eds-icon-arrow-diagonal.entry.js +0 -14
- package/dist/components/eds-icon-arrow-right.entry.js +0 -14
- package/dist/components/eds-icon-bluesky.entry.js +0 -14
- package/dist/components/eds-icon-chevron-down.entry.js +0 -14
- package/dist/components/eds-icon-chevron-left.entry.js +0 -14
- package/dist/components/eds-icon-chevron-right.entry.js +0 -14
- package/dist/components/eds-icon-chevron-up.entry.js +0 -14
- package/dist/components/eds-icon-close.entry.js +0 -14
- package/dist/components/eds-icon-copy.entry.js +0 -14
- package/dist/components/eds-icon-eu.entry.js +0 -14
- package/dist/components/eds-icon-facebook.entry.js +0 -14
- package/dist/components/eds-icon-gitlab.entry.js +0 -14
- package/dist/components/eds-icon-linkedin.entry.js +0 -14
- package/dist/components/eds-icon-loader.entry.js +0 -14
- package/dist/components/eds-icon-mastodon.entry.js +0 -14
- package/dist/components/eds-icon-menu.entry.js +0 -14
- package/dist/components/eds-icon-more.entry.js +0 -14
- package/dist/components/eds-icon-search.entry.js +0 -14
- package/dist/components/eds-icon-success.entry.js +0 -14
- package/dist/components/eds-icon-twitter.entry.js +0 -14
- package/dist/components/eds-icon-user.entry.js +0 -14
- package/dist/components/eds-icon-wrapper.entry.js +0 -36
- package/dist/components/eds-icon-youtube.entry.js +0 -14
- package/dist/components/eds-img.entry.js +0 -53
- package/dist/components/eds-input-footer.entry.js +0 -17
- package/dist/components/eds-input-label.entry.js +0 -16
- package/dist/components/eds-input-range.entry.js +0 -35
- package/dist/components/eds-input-search.entry.js +0 -37
- package/dist/components/eds-input-select.entry.js +0 -26
- package/dist/components/eds-input.entry.js +0 -64
- package/dist/components/eds-link.entry.js +0 -207
- package/dist/components/eds-login.entry.js +0 -68
- package/dist/components/eds-logo.entry.js +0 -72
- package/dist/components/eds-matomo-notice.entry.js +0 -105
- package/dist/components/eds-modal.entry.js +0 -42
- package/dist/components/eds-navigator.entry.js +0 -39
- package/dist/components/eds-pagination.entry.js +0 -207
- package/dist/components/eds-rating.entry.js +0 -53
- package/dist/components/eds-section-core.entry.js +0 -19
- package/dist/components/eds-section-heading.entry.js +0 -37
- package/dist/components/eds-social-networks.entry.js +0 -61
- package/dist/components/eds-svg-repository.entry.js +0 -28
- package/dist/components/eds-tab.entry.js +0 -36
- package/dist/components/eds-table.entry.js +0 -138
- package/dist/components/eds-tabs-content.entry.js +0 -129
- package/dist/components/eds-tabs.entry.js +0 -118
- package/dist/components/eds-tag.entry.js +0 -40
- package/dist/components/eds-toast-manager.entry.js +0 -41
- package/dist/components/eds-toast.entry.js +0 -49
- package/dist/components/eds-tooltip.entry.js +0 -95
- package/dist/components/eds-user-modal.entry.js +0 -43
- package/dist/components/eds-user.entry.js +0 -86
- package/dist/components/gradient-primary-palette.entry.js +0 -41
- package/dist/components/gradient-secondary-palette.entry.js +0 -75
- package/dist/components/gradient-support-palette.entry.js +0 -59
- package/dist/components/incorrect-use-of-colors.entry.js +0 -46
- package/dist/components/index-144c9ae8.js +0 -46
- package/dist/components/index-360dc790.js +0 -401
- package/dist/components/index-a9afa43f.js +0 -1802
- package/dist/components/index-b384416e.js +0 -3023
- package/dist/components/index3.js +0 -46
- package/dist/components/index4.js +0 -1802
- package/dist/components/keycloak-b647d452.js +0 -1903
- package/dist/components/logo-space.entry.js +0 -16
- package/dist/components/logo-variations-horizontal.entry.js +0 -26
- package/dist/components/logo-variations-vertical.entry.js +0 -26
- package/dist/components/logo-wrong-usage.entry.js +0 -16
- package/dist/components/p-0a6262b7.entry.js +0 -1
- package/dist/components/p-145d8e4d.entry.js +0 -1
- package/dist/components/p-1a1b8e28.entry.js +0 -1
- package/dist/components/p-1d94d663.entry.js +0 -1
- package/dist/components/p-219d9f68.entry.js +0 -1
- package/dist/components/p-25eb1801.entry.js +0 -1
- package/dist/components/p-2b14f03a.entry.js +0 -1
- package/dist/components/p-3048bdec.entry.js +0 -1
- package/dist/components/p-42dfb426.entry.js +0 -1
- package/dist/components/p-49a5eef5.entry.js +0 -1
- package/dist/components/p-52a487ee.entry.js +0 -1
- package/dist/components/p-55444767.entry.js +0 -1
- package/dist/components/p-5b900a2c.entry.js +0 -1
- package/dist/components/p-5edc806a.entry.js +0 -1
- package/dist/components/p-64d4a6e0.entry.js +0 -1
- package/dist/components/p-6f601454.entry.js +0 -1
- package/dist/components/p-763cbe2f.entry.js +0 -1
- package/dist/components/p-77a81dfa.entry.js +0 -1
- package/dist/components/p-7a2b35b4.entry.js +0 -1
- package/dist/components/p-81d2a9be.entry.js +0 -1
- package/dist/components/p-8c1be2b6.entry.js +0 -1
- package/dist/components/p-923e4d23.entry.js +0 -1
- package/dist/components/p-9c74a5dd.entry.js +0 -1
- package/dist/components/p-abcdf35f.js +0 -1
- package/dist/components/p-ac083317.entry.js +0 -1
- package/dist/components/p-ad79cc3c.entry.js +0 -1
- package/dist/components/p-b4055691.entry.js +0 -1
- package/dist/components/p-bfd2fdf1.entry.js +0 -1
- package/dist/components/p-c3c61db1.entry.js +0 -1
- package/dist/components/p-caf2af08.entry.js +0 -1
- package/dist/components/p-d80de13e.entry.js +0 -1
- package/dist/components/p-e04097a2.entry.js +0 -1
- package/dist/components/p-e2e715a2.entry.js +0 -1
- package/dist/components/p-e639818b.entry.js +0 -1
- package/dist/components/p-e80f4f24.js +0 -1
- package/dist/components/p-ec95188c.entry.js +0 -1
- package/dist/components/p-f04946a5.entry.js +0 -1
- package/dist/components/shadow-css-423dab2c.js +0 -332
- package/dist/components/token-list.entry.js +0 -249
- package/dist/components/token-radii.entry.js +0 -21
- package/dist/components/token-ratios.entry.js +0 -25
- package/dist/components/token-shadows.entry.js +0 -30
- package/dist/components/token-spacing.entry.js +0 -12
- package/dist/components/token-typography.entry.js +0 -226
- package/dist/esm/color-primary-palette.entry.js +0 -39
- package/dist/esm/color-secondary-palette.entry.js +0 -64
- package/dist/esm/color-support-palette.entry.js +0 -55
- package/dist/esm/eds-avatar.entry.js +0 -69
- package/dist/esm/eds-block-break.entry.js +0 -16
- package/dist/esm/eds-breadcrumb.entry.js +0 -148
- package/dist/esm/eds-button.entry.js +0 -229
- package/dist/esm/eds-card-desc.entry.js +0 -22
- package/dist/esm/eds-card-title.entry.js +0 -52
- package/dist/esm/eds-dropdown.entry.js +0 -125
- package/dist/esm/eds-footer.entry.js +0 -45
- package/dist/esm/eds-fullscreen-menu.entry.js +0 -95
- package/dist/esm/eds-header.entry.js +0 -92
- package/dist/esm/eds-icon-wrapper.entry.js +0 -36
- package/dist/esm/eds-img.entry.js +0 -53
- package/dist/esm/eds-input-field.entry.js +0 -68
- package/dist/esm/eds-input-footer.entry.js +0 -17
- package/dist/esm/eds-input-label.entry.js +0 -16
- package/dist/esm/eds-input-range.entry.js +0 -35
- package/dist/esm/eds-input-search.entry.js +0 -37
- package/dist/esm/eds-input-select.entry.js +0 -26
- package/dist/esm/eds-input.entry.js +0 -64
- package/dist/esm/eds-link.entry.js +0 -207
- package/dist/esm/eds-logo.entry.js +0 -72
- package/dist/esm/eds-section-core.entry.js +0 -19
- package/dist/esm/eds-section-heading.entry.js +0 -37
- package/dist/esm/eds-social-networks.entry.js +0 -61
- package/dist/esm/eds-table.entry.js +0 -138
- package/dist/esm/eds-tag.entry.js +0 -40
- package/dist/esm/eds-toast-manager.entry.js +0 -41
- package/dist/esm/eds-toast.entry.js +0 -49
- package/dist/esm/eds-user-modal.entry.js +0 -43
- package/dist/esm/eds-user.entry.js +0 -86
- package/dist/esm/gradient-primary-palette.entry.js +0 -41
- package/dist/esm/gradient-secondary-palette.entry.js +0 -75
- package/dist/esm/gradient-support-palette.entry.js +0 -59
- package/dist/esm/index-144c9ae8.js +0 -46
- package/dist/esm/index-360dc790.js +0 -401
- package/dist/esm/index-a9afa43f.js +0 -1802
- package/dist/esm/index-b384416e.js +0 -3416
- package/dist/esm/keycloak-b647d452.js +0 -1903
- package/dist/esm/logo-variations-horizontal.entry.js +0 -26
- package/dist/esm/logo-variations-vertical.entry.js +0 -26
- package/dist/esm/shadow-css-423dab2c.js +0 -332
- package/dist/esm/toastManager-b716afd8.js +0 -31
- package/dist/esm/token-list.entry.js +0 -249
- package/dist/esm/token-radii.entry.js +0 -21
- package/dist/esm/token-shadows.entry.js +0 -30
- /package/dist/cjs/{toastManager-1fb1a402.js → toastManager-4e9535f3.js} +0 -0
- /package/dist/collection/shared-ui/eds-social-networks/{eds-social-network.css → eds-social-networks.css} +0 -0
- /package/dist/{components/toastManager-b716afd8.js → esm/toastManager-d9eee791.js} +0 -0
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-b384416e.js';
|
|
2
|
-
import { x as hLogoColor, z as hLogoBlack, A as hLogoColorWhite, B as hLogoWhite, C as hLogoWhiteNoBg, D as vLogoColor, E as vLogoBlack, F as vLogoColorWhite, G as vLogoWhite, H as vLogoWhiteNoBg } from './index-a9afa43f.js';
|
|
3
|
-
import { s as sendAnalytics } from './index-360dc790.js';
|
|
4
|
-
import './index-144c9ae8.js';
|
|
5
|
-
|
|
6
|
-
const edsLogoCss = ".w-\\[130px\\]{width:130px}.mr-auto{margin-right:auto}.text-current{color:currentColor}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.h-full{height:100%}.w-full{width:100%}.flex{display:flex}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}@media (min-width: 900px){.lg\\:w-\\[150px\\]{width:150px}}";
|
|
7
|
-
|
|
8
|
-
const EdsLogo = class {
|
|
9
|
-
constructor(hostRef) {
|
|
10
|
-
registerInstance(this, hostRef);
|
|
11
|
-
this.href = '/';
|
|
12
|
-
this.orientation = 'horizontal';
|
|
13
|
-
this.type = undefined;
|
|
14
|
-
}
|
|
15
|
-
/**
|
|
16
|
-
* Handles the click event on the logo link.
|
|
17
|
-
* Emits a `matomoEvent` for analytics tracking with details about the interaction.
|
|
18
|
-
* - `category`: Component type (e.g., "ui-component").
|
|
19
|
-
* - `tag`: The HTML tag name of the component.
|
|
20
|
-
* - `name`: Event name, set as "logo".
|
|
21
|
-
* - `action`: The action, set as "click".
|
|
22
|
-
*/
|
|
23
|
-
handleClick() {
|
|
24
|
-
sendAnalytics({
|
|
25
|
-
category: 'ui-component',
|
|
26
|
-
tag: this.el.tagName.toLowerCase(),
|
|
27
|
-
name: 'logo',
|
|
28
|
-
action: 'click'
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Determines the appropriate SVG content based on the `orientation` and `type` props.
|
|
33
|
-
*/
|
|
34
|
-
getLogo() {
|
|
35
|
-
const logos = {
|
|
36
|
-
horizontal: {
|
|
37
|
-
color: hLogoColor,
|
|
38
|
-
black: hLogoBlack,
|
|
39
|
-
'color-white': hLogoColorWhite,
|
|
40
|
-
white: hLogoWhite,
|
|
41
|
-
'no-bg': hLogoWhiteNoBg
|
|
42
|
-
},
|
|
43
|
-
vertical: {
|
|
44
|
-
color: vLogoColor,
|
|
45
|
-
black: vLogoBlack,
|
|
46
|
-
'color-white': vLogoColorWhite,
|
|
47
|
-
white: vLogoWhite,
|
|
48
|
-
'no-bg': vLogoWhiteNoBg
|
|
49
|
-
}
|
|
50
|
-
};
|
|
51
|
-
// Validate the orientation and type
|
|
52
|
-
const validOrientation = logos[this.orientation];
|
|
53
|
-
if (!validOrientation) {
|
|
54
|
-
//console.error(`Invalid orientation "${this.orientation}". Falling back to "horizontal".`);
|
|
55
|
-
return hLogoColor; // Default fallback logo
|
|
56
|
-
}
|
|
57
|
-
const validLogo = validOrientation[this.type];
|
|
58
|
-
if (!validLogo) {
|
|
59
|
-
//console.error(`Invalid type "${this.type}" for orientation "${this.orientation}". Falling back to "color".`);
|
|
60
|
-
return validOrientation['color']; // Fallback to color logo
|
|
61
|
-
}
|
|
62
|
-
return validLogo;
|
|
63
|
-
}
|
|
64
|
-
render() {
|
|
65
|
-
const logoContent = this.getLogo();
|
|
66
|
-
return (h("a", { key: '3d9435fbc45427865bfa7bacb36bea4c34f08c4e', href: this.href, onClick: () => this.handleClick(), class: "eds-logo-wrapper" }, h("div", { key: '662122c4b687a082c930c034b033e9732ef611be', innerHTML: logoContent })));
|
|
67
|
-
}
|
|
68
|
-
get el() { return getElement(this); }
|
|
69
|
-
};
|
|
70
|
-
EdsLogo.style = edsLogoCss;
|
|
71
|
-
|
|
72
|
-
export { EdsLogo as eds_logo };
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
-
|
|
3
|
-
const edsSectionCoreCss = "";
|
|
4
|
-
|
|
5
|
-
const EdsSectionCore = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
this.tag = 'section';
|
|
9
|
-
this.sectionTitle = '';
|
|
10
|
-
this.headingLevel = 'h2';
|
|
11
|
-
}
|
|
12
|
-
render() {
|
|
13
|
-
const TagType = this.tag; // Set dynamic tag type (div or section)
|
|
14
|
-
return (h(TagType, { key: '849c35d9cd587cf14b0d6bc6efd1310a85d447f2' }, h("eds-section-heading", { key: '7ed4486fcf6e7c653026869c9468be9471db1775', headingLevel: this.headingLevel, sectionTitle: this.sectionTitle }), h("slot", { key: '5d95ea6516ecaaab4e07a40b84cd20deb3d8d3b2' })));
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
EdsSectionCore.style = edsSectionCoreCss;
|
|
18
|
-
|
|
19
|
-
export { EdsSectionCore as eds_section_core };
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
-
|
|
3
|
-
const EdsSectionHeading = class {
|
|
4
|
-
constructor(hostRef) {
|
|
5
|
-
registerInstance(this, hostRef);
|
|
6
|
-
this.sectionTitle = undefined;
|
|
7
|
-
this.withContainer = true;
|
|
8
|
-
this.headingLevel = 'h2';
|
|
9
|
-
this.tag = 'div';
|
|
10
|
-
this.spacingLarge = false;
|
|
11
|
-
}
|
|
12
|
-
getHeadingClass() {
|
|
13
|
-
// Map heading levels to their respective classes
|
|
14
|
-
const headingClasses = {
|
|
15
|
-
h1: 'f-heading-01',
|
|
16
|
-
h2: 'f-heading-02',
|
|
17
|
-
h3: 'f-heading-03',
|
|
18
|
-
h4: 'f-heading-04',
|
|
19
|
-
h5: 'f-heading-05',
|
|
20
|
-
h6: 'f-heading-06'
|
|
21
|
-
};
|
|
22
|
-
// Return the class based on the heading level
|
|
23
|
-
return headingClasses[this.headingLevel];
|
|
24
|
-
}
|
|
25
|
-
render() {
|
|
26
|
-
const TagType = this.tag; // Dynamically set tag type for the container
|
|
27
|
-
const HeadingTag = this.headingLevel; // Dynamically set heading level
|
|
28
|
-
return (h(TagType, { key: '2c6466c0a02bf8598153c18eafb37affc3dac395', class: {
|
|
29
|
-
'ui-section-header flex flex-wrap items-center justify-between gap-x-12 gap-y-8 pb-20': true,
|
|
30
|
-
container: this.withContainer,
|
|
31
|
-
'pt-48': this.spacingLarge,
|
|
32
|
-
'pt-28': !this.spacingLarge
|
|
33
|
-
} }, h(HeadingTag, { key: 'fc7f0f09e02e8c63697e46811c465792497126e0', class: this.getHeadingClass() }, this.sectionTitle)));
|
|
34
|
-
}
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
export { EdsSectionHeading as eds_section_heading };
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
-
|
|
3
|
-
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}";
|
|
4
|
-
|
|
5
|
-
const EdsSocialNetwork = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
/**
|
|
9
|
-
* Array of social network objects, each containing label, URL, and icon.
|
|
10
|
-
* These are used to render the social network links.
|
|
11
|
-
*
|
|
12
|
-
* @private
|
|
13
|
-
* @type {SocialNetworks[]}
|
|
14
|
-
*/
|
|
15
|
-
this.socialNetworks = [
|
|
16
|
-
{
|
|
17
|
-
label: 'Twitter',
|
|
18
|
-
url: 'https://twitter.com/ebrains_eu',
|
|
19
|
-
icon: 'twitter'
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
label: 'Linkedin',
|
|
23
|
-
url: 'https://www.linkedin.com/company/ebrains-eu/about/',
|
|
24
|
-
icon: 'linkedin'
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
label: 'Facebook',
|
|
28
|
-
url: 'https://www.facebook.com/people/Ebrains_eu/100046659909324/',
|
|
29
|
-
icon: 'facebook'
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
label: 'Youtube',
|
|
33
|
-
url: 'https://www.youtube.com/channel/UC6E796cVVR5Xrs2A5jJmleQ',
|
|
34
|
-
icon: 'youtube'
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
label: 'Mastodon',
|
|
38
|
-
url: 'https://mastodon.social/@ebrains',
|
|
39
|
-
icon: 'mastodon'
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
label: 'Bluesky',
|
|
43
|
-
url: 'https://bsky.app/profile/ebrains.bsky.social',
|
|
44
|
-
icon: 'bluesky'
|
|
45
|
-
}
|
|
46
|
-
];
|
|
47
|
-
this.title = 'Follow EBRAINS to keep up-to-date';
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Renders the component's HTML structure with links to EBRAINS social profiles.
|
|
51
|
-
* Each social network link uses the `eds-link` component with specific classes and styles.
|
|
52
|
-
*
|
|
53
|
-
* @returns {JSX.Element} The rendered JSX for the component.
|
|
54
|
-
*/
|
|
55
|
-
render() {
|
|
56
|
-
return (h("div", { key: 'f9096e036107d0b61ac3351194dbcb1747637707' }, h("p", { key: 'c40797bdc36e4e9349005e0e6de2ee0a49c511a4', class: "f-ui-02" }, this.title), h("ul", { key: '62eb31dc0ce98e3c536985d193472443275f3129', class: "mt-12 flex gap-4" }, this.socialNetworks.map((network, index) => (h("li", { key: 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" })))))));
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
EdsSocialNetwork.style = edsSocialNetworkCss;
|
|
60
|
-
|
|
61
|
-
export { EdsSocialNetwork as eds_social_networks };
|
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-b384416e.js';
|
|
2
|
-
|
|
3
|
-
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}";
|
|
4
|
-
|
|
5
|
-
const EdsTable = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
this.minWidth = 400; // Minimum width for components in px
|
|
9
|
-
this.data = null;
|
|
10
|
-
this.endpoint = null;
|
|
11
|
-
this.config = {};
|
|
12
|
-
this.rowsPerPage = 10;
|
|
13
|
-
this.paginationEnabled = true;
|
|
14
|
-
this.searchEnabled = false;
|
|
15
|
-
this.tableData = [];
|
|
16
|
-
this.columns = [];
|
|
17
|
-
this.currentPage = 1;
|
|
18
|
-
this.parsedConfig = {};
|
|
19
|
-
this.totalRows = 0;
|
|
20
|
-
this.searchQuery = '';
|
|
21
|
-
}
|
|
22
|
-
handleDataChange() {
|
|
23
|
-
this.parseData();
|
|
24
|
-
}
|
|
25
|
-
handleConfigChange() {
|
|
26
|
-
this.parseConfig();
|
|
27
|
-
}
|
|
28
|
-
componentWillLoad() {
|
|
29
|
-
this.parseConfig();
|
|
30
|
-
this.data ? this.parseData() : this.endpoint && this.fetchData();
|
|
31
|
-
}
|
|
32
|
-
componentDidLoad() {
|
|
33
|
-
this.setupPaginationListener();
|
|
34
|
-
}
|
|
35
|
-
componentDidUpdate() {
|
|
36
|
-
this.setupPaginationListener();
|
|
37
|
-
}
|
|
38
|
-
parseData() {
|
|
39
|
-
try {
|
|
40
|
-
this.tableData = typeof this.data === 'string' ? JSON.parse(this.data) : this.data || [];
|
|
41
|
-
this.totalRows = this.tableData.length;
|
|
42
|
-
this.updateColumns();
|
|
43
|
-
this.currentPage = 1;
|
|
44
|
-
}
|
|
45
|
-
catch (error) {
|
|
46
|
-
// eslint-disable-next-line
|
|
47
|
-
console.error('Failed to parse data:', error);
|
|
48
|
-
this.tableData = [];
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
parseConfig() {
|
|
52
|
-
try {
|
|
53
|
-
this.parsedConfig = typeof this.config === 'string' ? JSON.parse(this.config) : this.config;
|
|
54
|
-
}
|
|
55
|
-
catch (error) {
|
|
56
|
-
// eslint-disable-next-line
|
|
57
|
-
console.error('Failed to parse config:', error);
|
|
58
|
-
this.parsedConfig = {};
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
async fetchData() {
|
|
62
|
-
try {
|
|
63
|
-
const response = await fetch(this.endpoint);
|
|
64
|
-
const data = await response.json();
|
|
65
|
-
this.data = data;
|
|
66
|
-
}
|
|
67
|
-
catch (error) {
|
|
68
|
-
// eslint-disable-next-line
|
|
69
|
-
console.error('Failed to fetch data:', error);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
setupPaginationListener() {
|
|
73
|
-
if (!this.shouldEnablePagination()) {
|
|
74
|
-
return;
|
|
75
|
-
}
|
|
76
|
-
const paginationEl = this.hostEl.shadowRoot.querySelector('eds-pagination');
|
|
77
|
-
if (paginationEl && !paginationEl.hasAttribute('listener-attached')) {
|
|
78
|
-
paginationEl.addEventListener('pageChange', (event) => this.handlePageChange(event.detail));
|
|
79
|
-
paginationEl.setAttribute('listener-attached', 'true');
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
getFilteredRows() {
|
|
83
|
-
return this.tableData.filter((row) => Object.values(row).some((value) => value.toString().toLowerCase().includes(this.searchQuery.toLowerCase())));
|
|
84
|
-
}
|
|
85
|
-
getPaginatedRows() {
|
|
86
|
-
const filteredRows = this.getFilteredRows();
|
|
87
|
-
this.totalRows = filteredRows.length;
|
|
88
|
-
const start = (this.currentPage - 1) * this.rowsPerPage;
|
|
89
|
-
return filteredRows.slice(start, start + this.rowsPerPage);
|
|
90
|
-
}
|
|
91
|
-
handlePageChange(newPage) {
|
|
92
|
-
this.currentPage = newPage;
|
|
93
|
-
}
|
|
94
|
-
handleSearch(event) {
|
|
95
|
-
this.searchQuery = event.target.value;
|
|
96
|
-
this.currentPage = 1;
|
|
97
|
-
}
|
|
98
|
-
renderCell(value, column) {
|
|
99
|
-
var _a;
|
|
100
|
-
const format = (_a = this.parsedConfig[column]) === null || _a === void 0 ? void 0 : _a.format;
|
|
101
|
-
return format === 'uppercase' ? (value === null || value === void 0 ? void 0 : value.toString().toUpperCase()) : format === 'svg' ? (h("div", { innerHTML: value })) : format === 'bold' ? (h("strong", null, value)) : format === 'code' ? (h("code", null, value)) : (value);
|
|
102
|
-
}
|
|
103
|
-
shouldEnablePagination() {
|
|
104
|
-
return this.paginationEnabled && this.totalRows > this.rowsPerPage;
|
|
105
|
-
}
|
|
106
|
-
updateColumns() {
|
|
107
|
-
this.columns = this.tableData.length > 0 ? Object.keys(this.tableData[0]) : [];
|
|
108
|
-
}
|
|
109
|
-
getVisibleColumnsCount() {
|
|
110
|
-
return this.columns.filter((column) => { var _a; return !((_a = this.parsedConfig[column]) === null || _a === void 0 ? void 0 : _a.hidden); }).length;
|
|
111
|
-
}
|
|
112
|
-
render() {
|
|
113
|
-
const paginatedRows = this.getPaginatedRows();
|
|
114
|
-
const lastPage = Math.ceil(this.totalRows / this.rowsPerPage);
|
|
115
|
-
// Calculate column width based on minWidth and number of columns
|
|
116
|
-
//const columnWidth = Math.max(this.minWidth / this.columns.length, 100);
|
|
117
|
-
// Use the visible column count to calculate the column width
|
|
118
|
-
const visibleColumnsCount = this.getVisibleColumnsCount();
|
|
119
|
-
const columnWidth = visibleColumnsCount > 0 ? Math.max(this.minWidth / visibleColumnsCount, 100) : 100;
|
|
120
|
-
return (h("div", { key: 'c5e50673eb1ed5cf00e0294885bf9cd6d13f9366', class: "container", style: { minWidth: `${this.minWidth}px` } }, h("div", { key: '0e0814a8cb5ae1e11538a26cba630e59d39dde74' }, this.searchEnabled && (h("eds-input-field", { key: 1, name: "search", "aria-label": "Search", type: "text", placeholder: "Search...",
|
|
121
|
-
// @ts-ignore
|
|
122
|
-
onInput: (event) => this.handleSearch(event) }))), h("div", { key: '65e0c9057c313f220655ecd7692a83c932f441b3', class: "mt-20" }, h("table", { key: '9e77153c2e0983f7598a21ef55ebcf3107655e09', class: "block overflow-x-auto mt-6 p-0" }, h("thead", { key: '38e5ac67ffae80d896c29357615d19b5dfcc52d3' }, h("tr", { key: '526c5b30da0a2aa97bb90f5b473b3e9ea41dde6b', class: "m-0 p-0 border border-softer even:bg-inverse-softer" }, this.columns.map((column) => {
|
|
123
|
-
var _a;
|
|
124
|
-
return !((_a = this.parsedConfig[column]) === null || _a === void 0 ? void 0 : _a.hidden) && (h("th", { class: "m-0 px-20 py-8 border border-softer f-ui-02", style: { minWidth: `${columnWidth}px` } }, column));
|
|
125
|
-
}))), h("tbody", { key: '5a10525ed86eac82291746be4c6cce5f65942d2d' }, paginatedRows.map((row) => (h("tr", { class: "m-0 p-0 border border-softer even:bg-inverse-softer" }, this.columns.map((column) => {
|
|
126
|
-
var _a;
|
|
127
|
-
return !((_a = this.parsedConfig[column]) === null || _a === void 0 ? void 0 : _a.hidden) && (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)));
|
|
128
|
-
}))))))), h("div", { key: 'af1183fd3e635c7d7ac982231adfdd9d892f6979', class: "mt-20" }, this.shouldEnablePagination() && (h("eds-pagination", { key: 'a5de7f25054c2d67f0788bfd2bc37d07f46de02c', currentPage: this.currentPage, lastPage: lastPage, perPage: this.rowsPerPage, total: this.totalRows, mode: "default" })))));
|
|
129
|
-
}
|
|
130
|
-
get hostEl() { return getElement(this); }
|
|
131
|
-
static get watchers() { return {
|
|
132
|
-
"data": ["handleDataChange"],
|
|
133
|
-
"config": ["handleConfigChange"]
|
|
134
|
-
}; }
|
|
135
|
-
};
|
|
136
|
-
EdsTable.style = edsTableCss;
|
|
137
|
-
|
|
138
|
-
export { EdsTable as eds_table };
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
-
import { c as cva } from './index-144c9ae8.js';
|
|
3
|
-
|
|
4
|
-
const edsTagCss = ".f-ui-05{font-family:var(--f-ui-05-fontFamily);font-weight:var(--f-ui-05-fontWeight);font-size:var(--f-ui-05-fontSize);line-height:var(--f-ui-05-lineHeight);letter-spacing:var(--f-ui-05-letterSpacing)}.py-1{padding-top:0.0625rem;padding-bottom:0.0625rem}.px-4{padding-left:0.25rem;padding-right:0.25rem}.border-2{border-width:2px}.rounded-pill{border-radius:100px}.border-default{border:2px solid var(--black)}.text-inverse{color:var(--white)}.bg-strongest{background-color:var(--black)}.text-\\[\\#0034CB\\]{--tw-text-opacity:1;color:rgb(0 52 203 / var(--tw-text-opacity))}.border-\\[\\#0034CB\\]{--tw-border-opacity:1;border:2px solid rgb(0 52 203 / var(--tw-border-opacity))}.text-light{color:var(--grey-700)}.bg-strongest-soft{background-color:rgba(0, 0, 0, .05)}.border-transparent{border-color:var(--transparent)}.border-inverse{border-color:var(--white)}.bg-inverse{background-color:var(--white)}.text-lighter{color:var(--grey-600)}";
|
|
5
|
-
|
|
6
|
-
// Define the CVA for the tag styles
|
|
7
|
-
const tagStyles = cva(['f-ui-05 py-1 px-4 border-2 rounded-pill'], // Base classes
|
|
8
|
-
{
|
|
9
|
-
variants: {
|
|
10
|
-
intent: {
|
|
11
|
-
default: 'border-default',
|
|
12
|
-
strong: 'text-inverse bg-strongest border-default',
|
|
13
|
-
accent: 'text-[#0034CB] border-[#0034CB]',
|
|
14
|
-
weak: 'text-light bg-strongest-soft border-transparent',
|
|
15
|
-
inverse: 'border-inverse text-inverse',
|
|
16
|
-
'inverse-strong': 'bg-inverse border-inverse text-lighter'
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
defaultVariants: {
|
|
20
|
-
intent: 'default'
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
const EdsTag = class {
|
|
24
|
-
constructor(hostRef) {
|
|
25
|
-
registerInstance(this, hostRef);
|
|
26
|
-
this.label = undefined;
|
|
27
|
-
this.intent = 'default';
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Render the component.
|
|
31
|
-
* @returns The rendered HTML for the tag component with the applied styles and label.
|
|
32
|
-
*/
|
|
33
|
-
render() {
|
|
34
|
-
const classes = tagStyles({ intent: this.intent });
|
|
35
|
-
return h("span", { key: '546bd7eb2c78760edc12cd7bb3ede5f6ab9099f3', class: classes }, this.label);
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
EdsTag.style = edsTagCss;
|
|
39
|
-
|
|
40
|
-
export { EdsTag as eds_tag };
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-b384416e.js';
|
|
2
|
-
import { t as toast } from './toastManager-b716afd8.js';
|
|
3
|
-
|
|
4
|
-
const edsToastManagerCss = ".toast-container{position:fixed;top:1rem;left:50%;transform:translateX(-50%);z-index:50;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:36rem;}.toast-wrapper{width:100%;padding:0 1rem;}.eds-toast{box-shadow:0px 4px 6px rgba(0, 0, 0, 0.1);border-radius:0.5rem;animation:fade-in 0.3s ease-out;}@keyframes fade-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}";
|
|
5
|
-
|
|
6
|
-
const EdsToastManager = class {
|
|
7
|
-
constructor(hostRef) {
|
|
8
|
-
registerInstance(this, hostRef);
|
|
9
|
-
this.toastId = 0;
|
|
10
|
-
this.toasts = [];
|
|
11
|
-
}
|
|
12
|
-
connectedCallback() {
|
|
13
|
-
// Initialize the ToastManager singleton with this element
|
|
14
|
-
toast.init(this.hostElement);
|
|
15
|
-
// Listen for custom events
|
|
16
|
-
this.hostElement.addEventListener('show-toast', (event) => {
|
|
17
|
-
const { message, intent } = event.detail;
|
|
18
|
-
this.addToast(message, intent);
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Adds a new toast.
|
|
23
|
-
*/
|
|
24
|
-
addToast(message, intent) {
|
|
25
|
-
const id = this.toastId++;
|
|
26
|
-
this.toasts = [...this.toasts, { id, message, intent }];
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Removes a toast by ID.
|
|
30
|
-
*/
|
|
31
|
-
removeToast(id) {
|
|
32
|
-
this.toasts = this.toasts.filter((t) => t.id !== id);
|
|
33
|
-
}
|
|
34
|
-
render() {
|
|
35
|
-
return (h("div", { key: '91104e9dfd85e638a5482d22c70506ce06989bbd', class: "toast-container" }, this.toasts.map((t) => (h("div", { key: t.id }, h("eds-toast", { message: t.message, intent: t.intent, onClick: () => this.removeToast(t.id) }))))));
|
|
36
|
-
}
|
|
37
|
-
get hostElement() { return getElement(this); }
|
|
38
|
-
};
|
|
39
|
-
EdsToastManager.style = edsToastManagerCss;
|
|
40
|
-
|
|
41
|
-
export { EdsToastManager as eds_toast_manager };
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-b384416e.js';
|
|
2
|
-
import { c as cva } from './index-144c9ae8.js';
|
|
3
|
-
|
|
4
|
-
const toastStyles = cva(['relative right-4 bottom-4 w-auto p-12 rounded-lg shadow-md'], {
|
|
5
|
-
variants: {
|
|
6
|
-
intent: {
|
|
7
|
-
default: 'bg-dark text-light',
|
|
8
|
-
success: 'bg-success text-dark',
|
|
9
|
-
error: 'bg-error text-light',
|
|
10
|
-
warning: 'bg-warning text-dark'
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
defaultVariants: {
|
|
14
|
-
intent: 'default'
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
const EdsToast = class {
|
|
18
|
-
constructor(hostRef) {
|
|
19
|
-
registerInstance(this, hostRef);
|
|
20
|
-
/**
|
|
21
|
-
* Dismisses the toast.
|
|
22
|
-
*/
|
|
23
|
-
this.dismissToast = () => {
|
|
24
|
-
this.visible = false;
|
|
25
|
-
};
|
|
26
|
-
this.message = undefined;
|
|
27
|
-
this.intent = 'default';
|
|
28
|
-
this.duration = 5000;
|
|
29
|
-
this.visible = true;
|
|
30
|
-
}
|
|
31
|
-
connectedCallback() {
|
|
32
|
-
// Auto-dismiss the toast after the specified duration
|
|
33
|
-
this.dismissTimeout = setTimeout(this.dismissToast, this.duration);
|
|
34
|
-
}
|
|
35
|
-
disconnectedCallback() {
|
|
36
|
-
// Clear the timeout when the component is removed
|
|
37
|
-
clearTimeout(this.dismissTimeout);
|
|
38
|
-
}
|
|
39
|
-
render() {
|
|
40
|
-
if (!this.visible) {
|
|
41
|
-
return null;
|
|
42
|
-
}
|
|
43
|
-
const classes = toastStyles({ intent: this.intent });
|
|
44
|
-
return (h("div", { class: classes }, h("div", { class: "flex items-center justify-between gap-4" }, h("p", { class: "f-ui-01" }, this.message), h("eds-button", { intent: "tertiary", icon: "close", "aria-label": "Close Toast", onClick: () => this.dismissToast(), "extra-class": "ml-8" }))));
|
|
45
|
-
}
|
|
46
|
-
get el() { return getElement(this); }
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
export { EdsToast as eds_toast };
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
-
|
|
3
|
-
const edsUserModalCss = "";
|
|
4
|
-
|
|
5
|
-
const EdsUserModal = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
this.user = undefined;
|
|
9
|
-
this.links = undefined;
|
|
10
|
-
this.onLogout = undefined;
|
|
11
|
-
this.parsedUser = {};
|
|
12
|
-
this.parsedLinks = [];
|
|
13
|
-
}
|
|
14
|
-
parseUserProp(newValue) {
|
|
15
|
-
this.parsedUser = typeof newValue === 'string' ? JSON.parse(newValue) : newValue;
|
|
16
|
-
}
|
|
17
|
-
parseLinksProp(newValue) {
|
|
18
|
-
this.parsedLinks = typeof newValue === 'string' ? JSON.parse(newValue) : newValue;
|
|
19
|
-
}
|
|
20
|
-
componentWillLoad() {
|
|
21
|
-
this.parseUserProp(this.user);
|
|
22
|
-
this.parseLinksProp(this.links);
|
|
23
|
-
}
|
|
24
|
-
get initials() {
|
|
25
|
-
var _a, _b, _c, _d, _e, _f, _g;
|
|
26
|
-
const initials = `${((_b = (_a = this.parsedUser) === null || _a === void 0 ? void 0 : _a.firstname) === null || _b === void 0 ? void 0 : _b.charAt(0)) || ''}${((_d = (_c = this.parsedUser) === null || _c === void 0 ? void 0 : _c.lastname) === null || _d === void 0 ? void 0 : _d.charAt(0)) || ''}`.toUpperCase();
|
|
27
|
-
return initials || ((_g = (_f = (_e = this.parsedUser) === null || _e === void 0 ? void 0 : _e.fullname) === null || _f === void 0 ? void 0 : _f.charAt(0)) === null || _g === void 0 ? void 0 : _g.toUpperCase()) || '';
|
|
28
|
-
}
|
|
29
|
-
get hasLogout() {
|
|
30
|
-
return typeof this.onLogout === 'function';
|
|
31
|
-
}
|
|
32
|
-
render() {
|
|
33
|
-
var _a, _b, _c, _d, _e;
|
|
34
|
-
return (h("div", { key: 'c149d74cd31af6f3d670f915f9a8e3e32cf56193', class: "min-w-[280px] p-8" }, h("div", { key: '693c60745fe24e2f40017376d0e866ce67a9f5a5', class: "flex gap-x-16 pb-16 border-b-2 border-softer" }, h("eds-avatar", { key: '19771e48bb2dbcee1a2229d9797aaa19769954eb', "first-name": (_a = this.parsedUser) === null || _a === void 0 ? void 0 : _a.firstname, "last-name": (_b = this.parsedUser) === null || _b === void 0 ? void 0 : _b.lastname, initials: this.initials, color: "grey", rounded: true, "initials-strong": true }), h("div", { key: 'f1343860a2747394557fd5b8420d2b3ff4f15b36', class: "max-w-full" }, ((_c = this.parsedUser) === null || _c === void 0 ? void 0 : _c.fullname) && (h("p", { key: '260d65312d9ed1c034973d83072493e0bb130a70', class: "f-ui-01 text-default w-full text-ellipsis" }, this.parsedUser.fullname)), ((_d = this.parsedUser) === null || _d === void 0 ? void 0 : _d.username) && h("p", { key: 'a1d27ecaf56743991e0822eabad706aa3f46a64f', class: "f-ui-03-light text-light mt-4" }, this.parsedUser.username), ((_e = this.parsedUser) === null || _e === void 0 ? void 0 : _e.email) && h("p", { key: '7a3ed5d4631f33afdc34c80b44ffa907761c4851', class: "f-ui-03-light text-light mt-4" }, this.parsedUser.email))), h("div", { key: '47e413879079033eeba8ce766d7b4dbf6b144781', class: "text-default mt-16 flex w-full flex-col gap-y-8" }, h("div", { key: 'a4f0cb91d2d488cb33ebae9bb2419f0aa0bc3e27', class: "border-softer mb-10 border-b-2 pb-16" }, h("eds-link", { key: '2549cf3f85593f38e340486813e64b5b719ac3d9', label: "My EBRAINS", "aria-label": "My EBRAINS", url: "https://www.ebrains.eu/dashboard", intent: "primary", "extra-class": "w-full", external: true })), h("eds-link", { key: 1, label: "Account Settings", url: "https://iam.ebrains.eu/auth/realms/hbp/account/", intent: "secondary", icon: "arrow-diagonal", external: true, "extra-class": "w-full" }), this.hasLogout && (h("eds-link", { key: '3ed5a3c3f6b3b07aa0c1c70cf7e07e8ffbcd38be', label: "Sign out", intent: "tertiary", "extra-class": "w-full justify-center", onClick: () => this.onLogout && this.onLogout() })))));
|
|
35
|
-
}
|
|
36
|
-
static get watchers() { return {
|
|
37
|
-
"user": ["parseUserProp"],
|
|
38
|
-
"links": ["parseLinksProp"]
|
|
39
|
-
}; }
|
|
40
|
-
};
|
|
41
|
-
EdsUserModal.style = edsUserModalCss;
|
|
42
|
-
|
|
43
|
-
export { EdsUserModal as eds_user_modal };
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, a as createEvent, h, g as getElement } from './index-b384416e.js';
|
|
2
|
-
import { b as login, l as logout, c as checkServerAvailability, i as initKeycloak, a as isAuthenticated, g as getUser } from './keycloak-b647d452.js';
|
|
3
|
-
import { t as toast } from './toastManager-b716afd8.js';
|
|
4
|
-
|
|
5
|
-
const EdsUser = class {
|
|
6
|
-
constructor(hostRef) {
|
|
7
|
-
registerInstance(this, hostRef);
|
|
8
|
-
this.authStatusChanged = createEvent(this, "authStatusChanged", 7);
|
|
9
|
-
/**
|
|
10
|
-
* Handles user login by invoking the Keycloak `login` function.
|
|
11
|
-
* Only triggers login if the user is not already authenticated.
|
|
12
|
-
*/
|
|
13
|
-
this.handleLogin = () => {
|
|
14
|
-
if (!this.authenticated) {
|
|
15
|
-
login();
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* Handles user logout by invoking the Keycloak `logout` function.
|
|
20
|
-
* Resets the `authenticated` state to `false` after logout.
|
|
21
|
-
*/
|
|
22
|
-
this.handleLogout = () => {
|
|
23
|
-
logout();
|
|
24
|
-
this.authenticated = false;
|
|
25
|
-
};
|
|
26
|
-
this.keycloakUrl = undefined;
|
|
27
|
-
this.keycloakRealm = undefined;
|
|
28
|
-
this.keycloakClientId = undefined;
|
|
29
|
-
this.user = null;
|
|
30
|
-
this.authenticated = false;
|
|
31
|
-
this.serverAvailable = false;
|
|
32
|
-
this.username = '';
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Lifecycle method that runs when the component is about to load.
|
|
36
|
-
* It initializes authentication by calling the `initAuth` method.
|
|
37
|
-
*/
|
|
38
|
-
async componentWillLoad() {
|
|
39
|
-
this.serverAvailable = await checkServerAvailability(`${this.keycloakUrl}/realms/${this.keycloakRealm}`);
|
|
40
|
-
if (!this.serverAvailable) {
|
|
41
|
-
toast.show('Keycloak server is unavailable.', 'error');
|
|
42
|
-
return; // Do not proceed further
|
|
43
|
-
}
|
|
44
|
-
await this.initAuth();
|
|
45
|
-
}
|
|
46
|
-
/**
|
|
47
|
-
* Initializes the Keycloak authentication by configuring Keycloak with the provided props.
|
|
48
|
-
* Sets the `authenticated` state and `user` data if the user is authenticated.
|
|
49
|
-
* Emits `authStatusChanged` event with the authentication status.
|
|
50
|
-
*/
|
|
51
|
-
async initAuth() {
|
|
52
|
-
try {
|
|
53
|
-
const keycloakConfig = {
|
|
54
|
-
url: this.keycloakUrl,
|
|
55
|
-
realm: this.keycloakRealm,
|
|
56
|
-
clientId: this.keycloakClientId
|
|
57
|
-
};
|
|
58
|
-
await initKeycloak(keycloakConfig, true);
|
|
59
|
-
// Set authentication state and fetch user data if authenticated
|
|
60
|
-
this.authenticated = isAuthenticated();
|
|
61
|
-
if (this.authenticated) {
|
|
62
|
-
this.user = getUser();
|
|
63
|
-
}
|
|
64
|
-
this.authStatusChanged.emit({
|
|
65
|
-
authenticated: this.authenticated,
|
|
66
|
-
user: this.user
|
|
67
|
-
}); // Emit auth status change
|
|
68
|
-
toast.show(`Welcome back, ${this.user.username}`, 'success');
|
|
69
|
-
}
|
|
70
|
-
catch (error) {
|
|
71
|
-
// eslint-disable-next-line
|
|
72
|
-
console.error('Keycloak initialization failed:', error);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
render() {
|
|
76
|
-
var _a;
|
|
77
|
-
// If the server is unavailable, render null
|
|
78
|
-
if (!this.serverAvailable) {
|
|
79
|
-
return null;
|
|
80
|
-
}
|
|
81
|
-
return (h("div", { class: "block" }, !this.authenticated ? (h("eds-button", { label: "Login", intent: "primary", onClick: this.handleLogin.bind(this), class: "text-default" })) : (h("div", { class: "flex items-center" }, h("eds-dropdown", { label: `Welcome, ${(_a = this.user) === null || _a === void 0 ? void 0 : _a.username}`, intent: "tertiary", "aria-label": "User Menu", "dropdown-pos": "right", "dropdown-offset": "false", icon: "chevron-down", class: "text-default" }, h("eds-user-modal", { user: JSON.stringify(this.user), onLogout: this.handleLogout.bind(this) }))))));
|
|
82
|
-
}
|
|
83
|
-
get hostEl() { return getElement(this); }
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
export { EdsUser as eds_user };
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-b384416e.js';
|
|
2
|
-
|
|
3
|
-
const GradientPrimaryPalette = class {
|
|
4
|
-
constructor(hostRef) {
|
|
5
|
-
registerInstance(this, hostRef);
|
|
6
|
-
// Gradient primary palette data
|
|
7
|
-
this.colors = [
|
|
8
|
-
{
|
|
9
|
-
rgb: 'R156 G225 B66',
|
|
10
|
-
cmyk: 'C52 M0 Y98 K0',
|
|
11
|
-
hex: '#9CE142',
|
|
12
|
-
pantoneC: 'PANTONE 367 C',
|
|
13
|
-
pantoneU: 'PANTONE 374 U',
|
|
14
|
-
background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
rgb: 'R0 G201 B89',
|
|
18
|
-
cmyk: 'C75 M0 Y80 K0',
|
|
19
|
-
hex: '#00C959',
|
|
20
|
-
pantoneC: 'PANTONE 7480 C',
|
|
21
|
-
pantoneU: 'PANTONE 7481 U',
|
|
22
|
-
background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
rgb: 'R0 G165 B149',
|
|
26
|
-
cmyk: 'C78 M8 Y49 K0',
|
|
27
|
-
hex: '#00A595',
|
|
28
|
-
pantoneC: 'PANTONE 3272 C',
|
|
29
|
-
pantoneU: 'PANTONE 3275 U',
|
|
30
|
-
background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
|
|
31
|
-
}
|
|
32
|
-
];
|
|
33
|
-
}
|
|
34
|
-
render() {
|
|
35
|
-
return (h("ul", { key: '95d991a7331f3f75909421db363b0c30646dd9f7', class: "gap-y-8 md:gap-y-12 lg:gap-y-16", style: {
|
|
36
|
-
background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
|
|
37
|
-
} }, this.colors.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "effect-height flex items-center justify-between p-16" }, h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.rgb), h("span", { class: "f-body-02 w-full" }, color.cmyk), h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.pantoneC), h("span", { class: "f-body-02" }, color.pantoneU))))))));
|
|
38
|
-
}
|
|
39
|
-
};
|
|
40
|
-
|
|
41
|
-
export { GradientPrimaryPalette as gradient_primary_palette };
|