@ebrains/components 3.1.0 → 3.2.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-primary-palette_6.cjs.entry.js +14 -14
- package/dist/cjs/components-section.cjs.entry.js +1 -1
- package/dist/cjs/components.cjs.js +1 -1
- package/dist/cjs/correct-use-of-colors.cjs.entry.js +1 -1
- package/dist/cjs/docs-palettes.cjs.entry.js +1 -1
- package/dist/cjs/docs-tokens.cjs.entry.js +1 -1
- package/dist/cjs/eds-accordion_53.cjs.entry.js +367 -248
- package/dist/cjs/eds-app-root.cjs.entry.js +1 -1
- package/dist/cjs/eds-cookies-preference.cjs.entry.js +1 -1
- package/dist/cjs/eds-frame.cjs.entry.js +1 -1
- package/dist/cjs/eds-gitlab-contributors.cjs.entry.js +26 -30
- package/dist/cjs/eds-icon-bluesky.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-eu.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-facebook.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-gitlab.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-linkedin.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-mastodon.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-twitter.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-youtube.cjs.entry.js +1 -1
- package/dist/cjs/eds-input-search.cjs.entry.js +1 -1
- package/dist/cjs/eds-modal.cjs.entry.js +18 -9
- package/dist/cjs/eds-pie.cjs.entry.js +2 -2
- package/dist/cjs/eds-section-core_2.cjs.entry.js +3 -3
- package/dist/cjs/eds-timeline.cjs.entry.js +1 -1
- package/dist/cjs/eds-toast-manager.cjs.entry.js +1 -1
- package/dist/cjs/eds-trl-badge.cjs.entry.js +14 -11
- package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/logo-space.cjs.entry.js +58 -1
- package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +2 -2
- package/dist/cjs/logo-variations-tabs.cjs.entry.js +1 -1
- package/dist/cjs/logo-wrong-usage.cjs.entry.js +1 -1
- package/dist/cjs/svg-repository.cjs.entry.js +1 -1
- package/dist/cjs/token-list_3.cjs.entry.js +3 -3
- package/dist/cjs/token-ratios.cjs.entry.js +1 -1
- package/dist/cjs/token-spacing.cjs.entry.js +1 -1
- package/dist/cjs/token-typography.cjs.entry.js +8 -2
- package/dist/collection/components/eds-accordion/eds-accordion.js +2 -5
- package/dist/collection/components/eds-alert/eds-alert.css +14 -0
- package/dist/collection/components/eds-alert/eds-alert.js +2 -1
- package/dist/collection/components/eds-button/eds-button.js +6 -10
- package/dist/collection/components/eds-button/eds-button.stories.js +4 -1
- package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.js +2 -5
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +1 -1
- package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.js +2 -5
- package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.stories.js +4 -1
- package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.js +2 -5
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +2 -4
- package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.js +6 -7
- package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.js +6 -7
- package/dist/collection/components/eds-charts/eds-pie/eds-pie.js +2 -2
- package/dist/collection/components/eds-code-block/eds-code-block.css +72 -106
- package/dist/collection/components/eds-code-block/eds-code-block.js +1 -1
- package/dist/collection/components/eds-footer/eds-footer.js +23 -18
- package/dist/collection/components/eds-footer/eds-footer.stories.js +3 -4
- package/dist/collection/components/eds-form/eds-form.css +456 -0
- package/dist/collection/components/eds-form/eds-form.js +218 -14
- package/dist/collection/components/eds-form/eds-form.stories.js +110 -3
- package/dist/collection/components/eds-frame/eds-frame.js +1 -1
- package/dist/collection/components/eds-header/eds-header.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
- package/dist/collection/components/eds-img/eds-img.js +2 -2
- package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.js +7 -4
- package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +2 -2
- package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.css +10 -0
- package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +1 -1
- package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.css +17 -5
- package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +1 -1
- package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +15 -5
- package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +1 -1
- package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +6 -2
- package/dist/collection/components/eds-input-field/eds-input-field.css +219 -0
- package/dist/collection/components/eds-input-field/eds-input-field.js +7 -2
- package/dist/collection/components/eds-input-field/eds-input-field.stories.js +35 -7
- package/dist/collection/components/eds-input-file/eds-input-file.js +5 -3
- package/dist/collection/components/eds-link/eds-link.js +4 -8
- package/dist/collection/components/eds-logo/eds-logo.js +13 -66
- package/dist/collection/components/eds-logo/eds-logo.stories.js +36 -17
- package/dist/collection/components/eds-modal/eds-modal.js +18 -9
- package/dist/collection/components/eds-modal/eds-modal.stories.js +3 -1
- package/dist/collection/components/eds-nps/eds-nps.js +2 -2
- package/dist/collection/components/eds-pagination/eds-pagination.js +1 -1
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +1 -8
- package/dist/collection/components/eds-rating/eds-rating.js +1 -1
- package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
- package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
- package/dist/collection/components/eds-social-networks/eds-social-networks.js +1 -1
- package/dist/collection/components/eds-spinner/eds-spinner.js +1 -1
- package/dist/collection/components/eds-steps/eds-steps.css +56 -25
- package/dist/collection/components/eds-steps/eds-steps.js +27 -7
- package/dist/collection/components/eds-steps-v2/eds-steps-v2.css +93 -28
- package/dist/collection/components/eds-steps-v2/eds-steps-v2.js +57 -10
- package/dist/collection/components/eds-steps-v2/eds-steps-v2.stories.js +80 -17
- package/dist/collection/components/eds-switch/eds-switch.css +26 -3
- package/dist/collection/components/eds-switch/eds-switch.js +10 -7
- package/dist/collection/components/eds-switch/eds-switch.stories.js +20 -1
- package/dist/collection/components/eds-table/eds-table.js +1 -3
- package/dist/collection/components/eds-table/eds-table.stories.js +2 -6
- package/dist/collection/components/eds-tabs/eds-tabs.js +4 -11
- package/dist/collection/components/eds-tabs/eds-tabs.stories.js +2 -2
- package/dist/collection/components/eds-tag/eds-tag.js +1 -1
- package/dist/collection/components/eds-timeline/eds-timeline.js +1 -1
- package/dist/collection/components/eds-toast/eds-toast.css +146 -0
- package/dist/collection/components/eds-toast/eds-toast.js +106 -4
- package/dist/collection/components/eds-toast/eds-toast.stories.js +102 -5
- package/dist/collection/components/eds-toast-manager/eds-toast-manager.js +1 -1
- package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
- package/dist/collection/components/eds-tooltip/eds-tooltip.stories.js +7 -1
- package/dist/collection/components/eds-user/eds-user.js +2 -5
- package/dist/collection/components/eds-user/eds-user.stories.js +8 -11
- 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 -1
- package/dist/collection/eds-docs-ui/components-section/components-section.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +1 -1
- 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 +8 -2
- package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +58 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
- package/dist/collection/eds-docs-ui/svg-repository/svg-repository.js +1 -1
- package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +1 -1
- package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.js +26 -30
- package/dist/collection/shared-ui/eds-global-search/eds-global-search.js +18 -12
- package/dist/collection/shared-ui/eds-kg-learning-resources/eds-kg-learning-resources.js +15 -19
- package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.js +2 -2
- package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.js +1 -3
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +1 -1
- package/dist/collection/shared-ui/eds-search-select/eds-search-select.css +11 -1
- package/dist/collection/shared-ui/eds-search-select/eds-search-select.js +37 -16
- package/dist/collection/shared-ui/eds-search-select/eds-search-select.stories.js +10 -5
- package/dist/collection/shared-ui/eds-trl-badge/eds-trl-badge.js +14 -11
- package/dist/collection/shared-ui/eds-trl-badge/eds-trl-badge.stories.js +4 -1
- package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
- package/dist/collection/utils/eds-form/safeFormat.js +1 -5
- package/dist/components/components-section.js +1 -1
- package/dist/components/components.css +9 -7
- package/dist/components/components.esm.js +1 -1
- package/dist/components/correct-use-of-colors.js +1 -1
- package/dist/components/docs-palettes.js +1 -1
- package/dist/components/docs-tokens.js +1 -1
- package/dist/components/eds-accordion2.js +2 -5
- package/dist/components/eds-alert2.js +3 -2
- package/dist/components/eds-app-root.js +1 -1
- package/dist/components/eds-button2.js +5 -9
- package/dist/components/eds-card-app.js +2 -5
- package/dist/components/eds-card-cta.js +2 -5
- package/dist/components/eds-card-feature.js +2 -5
- package/dist/components/eds-card-generic2.js +2 -4
- package/dist/components/eds-card-hero.js +6 -7
- package/dist/components/eds-card-stat.js +6 -7
- package/dist/components/eds-card-title2.js +1 -1
- package/dist/components/eds-code-block2.js +2 -2
- package/dist/components/eds-cookies-preference.js +1 -1
- package/dist/components/eds-footer2.js +23 -18
- package/dist/components/eds-form.js +101 -38
- package/dist/components/eds-frame.js +1 -1
- package/dist/components/eds-gitlab-contributors.js +26 -30
- package/dist/components/eds-global-search.js +18 -12
- package/dist/components/eds-header.js +1 -1
- package/dist/components/eds-icon-bluesky.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-mastodon.js +1 -1
- package/dist/components/eds-icon-twitter.js +1 -1
- package/dist/components/eds-icon-youtube.js +1 -1
- package/dist/components/eds-img2.js +2 -2
- package/dist/components/eds-input-dropzone2.js +7 -4
- package/dist/components/eds-input-field2.js +8 -3
- package/dist/components/eds-input-file2.js +5 -3
- package/dist/components/eds-input-footer2.js +3 -7
- package/dist/components/eds-input-label2.js +2 -2
- package/dist/components/eds-input-range2.js +15 -5
- package/dist/components/eds-input-search.js +1 -1
- package/dist/components/eds-input-select2.js +6 -2
- package/dist/components/eds-input2.js +2 -2
- package/dist/components/eds-kg-learning-resources.js +15 -19
- package/dist/components/eds-kg-web-services-select2.js +2 -2
- package/dist/components/eds-link2.js +3 -7
- package/dist/components/eds-logo2.js +4 -22
- package/dist/components/eds-modal.js +18 -9
- package/dist/components/eds-nps2.js +2 -2
- package/dist/components/eds-pagination2.js +1 -1
- package/dist/components/eds-pie.js +2 -2
- package/dist/components/eds-progress-bar.js +1 -8
- package/dist/components/eds-rating2.js +1 -1
- package/dist/components/eds-search-select2.js +38 -17
- package/dist/components/eds-section-core2.js +1 -1
- package/dist/components/eds-section-heading2.js +2 -2
- package/dist/components/eds-social-networks2.js +1 -1
- package/dist/components/eds-spinner2.js +1 -1
- package/dist/components/eds-steps-v2.js +41 -11
- package/dist/components/eds-steps2.js +28 -8
- package/dist/components/eds-switch2.js +8 -5
- package/dist/components/eds-table2.js +1 -3
- package/dist/components/eds-tabs.js +4 -11
- package/dist/components/eds-tag2.js +1 -1
- package/dist/components/eds-timeline.js +1 -1
- package/dist/components/eds-toast-manager.js +1 -1
- package/dist/components/eds-toast2.js +39 -3
- package/dist/components/eds-tooltip2.js +1 -1
- package/dist/components/eds-trl-badge.js +14 -11
- package/dist/components/eds-user.js +1 -4
- package/dist/components/incorrect-use-of-colors.js +1 -1
- package/dist/components/logo-space.js +58 -1
- package/dist/components/logo-variations-horizontal2.js +1 -1
- package/dist/components/logo-variations-tabs.js +1 -1
- package/dist/components/logo-variations-vertical2.js +1 -1
- package/dist/components/logo-wrong-usage.js +1 -1
- package/dist/components/{p-d59d6fda.entry.js → p-05e96609.entry.js} +1 -1
- package/dist/components/p-0d778d10.entry.js +1 -0
- package/dist/components/{p-62f53e7a.entry.js → p-114f6d54.entry.js} +1 -1
- package/dist/components/p-1534204d.entry.js +1 -0
- package/dist/components/p-337d4ee3.entry.js +9 -0
- package/dist/components/p-340bc935.entry.js +1 -0
- package/dist/components/p-39dbb964.entry.js +1 -0
- package/dist/components/{p-25729ade.entry.js → p-3f66bc26.entry.js} +1 -1
- package/dist/components/p-43f9e64f.entry.js +1 -0
- package/dist/components/p-46cc6c1a.entry.js +1 -0
- package/dist/components/{p-e9e6ec19.entry.js → p-4b8a7979.entry.js} +1 -1
- package/dist/components/{p-bdcb71e1.entry.js → p-6b94b2ec.entry.js} +1 -1
- package/dist/components/p-6d965fef.entry.js +1 -0
- package/dist/components/{p-62580004.entry.js → p-6e370182.entry.js} +1 -1
- package/dist/components/p-6ffe581c.entry.js +1 -0
- package/dist/components/{p-e027bc90.entry.js → p-726637b1.entry.js} +1 -1
- package/dist/components/{p-8a483358.entry.js → p-86ccc09f.entry.js} +1 -1
- package/dist/components/{p-e71a4f29.entry.js → p-8755a21b.entry.js} +1 -1
- package/dist/components/{p-e4df206e.entry.js → p-8ab461e2.entry.js} +1 -1
- package/dist/components/p-8cb162b8.entry.js +1 -0
- package/dist/components/p-8cdbc280.entry.js +1 -0
- package/dist/components/{p-42791331.entry.js → p-8e034c4e.entry.js} +1 -1
- package/dist/components/p-9f649fa3.entry.js +1 -0
- package/dist/components/{p-f9a9fa34.entry.js → p-a26dad9b.entry.js} +1 -1
- package/dist/components/p-a2d6a9ca.entry.js +1 -0
- package/dist/components/p-afabe1be.entry.js +1 -0
- package/dist/components/{p-1fbcc480.entry.js → p-b1519098.entry.js} +1 -1
- package/dist/components/{p-12acc48d.entry.js → p-b4023b45.entry.js} +1 -1
- package/dist/components/p-c53b3563.entry.js +1 -0
- package/dist/components/p-c7d612d1.entry.js +1 -0
- package/dist/components/p-dc9aef22.entry.js +1 -0
- package/dist/components/{p-e339d0b5.entry.js → p-f66a7cf9.entry.js} +1 -1
- package/dist/components/{p-80a32e20.entry.js → p-f97f62f2.entry.js} +1 -1
- 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/svg-repository.js +1 -1
- 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 +8 -2
- package/dist/esm/color-primary-palette_6.entry.js +14 -14
- package/dist/esm/components-section.entry.js +1 -1
- package/dist/esm/components.js +1 -1
- package/dist/esm/correct-use-of-colors.entry.js +1 -1
- package/dist/esm/docs-palettes.entry.js +1 -1
- package/dist/esm/docs-tokens.entry.js +1 -1
- package/dist/esm/eds-accordion_53.entry.js +367 -248
- package/dist/esm/eds-app-root.entry.js +1 -1
- package/dist/esm/eds-cookies-preference.entry.js +1 -1
- package/dist/esm/eds-frame.entry.js +1 -1
- package/dist/esm/eds-gitlab-contributors.entry.js +26 -30
- package/dist/esm/eds-icon-bluesky.entry.js +1 -1
- package/dist/esm/eds-icon-eu.entry.js +1 -1
- package/dist/esm/eds-icon-facebook.entry.js +1 -1
- package/dist/esm/eds-icon-gitlab.entry.js +1 -1
- package/dist/esm/eds-icon-linkedin.entry.js +1 -1
- package/dist/esm/eds-icon-mastodon.entry.js +1 -1
- package/dist/esm/eds-icon-twitter.entry.js +1 -1
- package/dist/esm/eds-icon-youtube.entry.js +1 -1
- package/dist/esm/eds-input-search.entry.js +1 -1
- package/dist/esm/eds-modal.entry.js +18 -9
- package/dist/esm/eds-pie.entry.js +2 -2
- package/dist/esm/eds-section-core_2.entry.js +3 -3
- package/dist/esm/eds-timeline.entry.js +1 -1
- package/dist/esm/eds-toast-manager.entry.js +1 -1
- package/dist/esm/eds-trl-badge.entry.js +14 -11
- package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/logo-space.entry.js +58 -1
- package/dist/esm/logo-variations-horizontal_2.entry.js +2 -2
- package/dist/esm/logo-variations-tabs.entry.js +1 -1
- package/dist/esm/logo-wrong-usage.entry.js +1 -1
- package/dist/esm/svg-repository.entry.js +1 -1
- package/dist/esm/token-list_3.entry.js +3 -3
- package/dist/esm/token-ratios.entry.js +1 -1
- package/dist/esm/token-spacing.entry.js +1 -1
- package/dist/esm/token-typography.entry.js +8 -2
- package/dist/hydrate/index.js +572 -368
- package/dist/hydrate/index.mjs +572 -368
- package/dist/types/components/eds-form/eds-form.d.ts +56 -0
- package/dist/types/components/eds-form/eds-form.stories.d.ts +63 -0
- package/dist/types/components/eds-logo/eds-logo.d.ts +11 -28
- package/dist/types/components/eds-logo/eds-logo.stories.d.ts +22 -2
- package/dist/types/components/eds-steps/eds-steps.d.ts +7 -0
- package/dist/types/components/eds-steps-v2/eds-steps-v2.d.ts +14 -1
- package/dist/types/components/eds-steps-v2/eds-steps-v2.stories.d.ts +40 -9
- package/dist/types/components/eds-switch/eds-switch.d.ts +6 -2
- package/dist/types/components/eds-switch/eds-switch.stories.d.ts +8 -0
- package/dist/types/components/eds-toast/eds-toast.d.ts +33 -1
- package/dist/types/components/eds-toast/eds-toast.stories.d.ts +49 -1
- package/dist/types/components/eds-user/eds-user.d.ts +0 -2
- package/dist/types/components/eds-user/eds-user.stories.d.ts +5 -9
- package/dist/types/components.d.ts +210 -60
- package/package.json +1 -1
- package/dist/components/p-00ba405d.entry.js +0 -1
- package/dist/components/p-03342030.entry.js +0 -1
- package/dist/components/p-0e2bac0f.entry.js +0 -1
- package/dist/components/p-18399fe1.entry.js +0 -1
- package/dist/components/p-1e6f0572.entry.js +0 -1
- package/dist/components/p-27e093c3.entry.js +0 -1
- package/dist/components/p-3d1bb2fe.entry.js +0 -1
- package/dist/components/p-5ff4b1d0.entry.js +0 -1
- package/dist/components/p-6be1730a.entry.js +0 -1
- package/dist/components/p-786ff09b.entry.js +0 -1
- package/dist/components/p-85476a6f.entry.js +0 -9
- package/dist/components/p-c2127276.entry.js +0 -1
- package/dist/components/p-c3ee9163.entry.js +0 -1
- package/dist/components/p-c4cfbf98.entry.js +0 -1
- package/dist/components/p-c65082fe.entry.js +0 -1
- package/dist/components/p-cc096938.entry.js +0 -1
- package/dist/components/p-f4d2f882.entry.js +0 -1
|
@@ -24,6 +24,38 @@ export declare class EdsForm {
|
|
|
24
24
|
* The description displayed below the title.
|
|
25
25
|
*/
|
|
26
26
|
description?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Small mono eyebrow shown above the title in the `brand` hero header
|
|
29
|
+
* (e.g. a programme or category label). Brand style only.
|
|
30
|
+
*/
|
|
31
|
+
eyebrow?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Optional "time to complete" hint shown as a meta chip in the `brand`
|
|
34
|
+
* hero header (e.g. "~6 minutes"). Brand style only.
|
|
35
|
+
*/
|
|
36
|
+
estimatedTime?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Completion percentage (0–100) shown as a "X% complete" chip in the `brand`
|
|
39
|
+
* hero — the single-page equivalent of the multi-step progress. Host-driven
|
|
40
|
+
* (e.g. filled required fields); omit/undefined to hide. Brand style only.
|
|
41
|
+
*/
|
|
42
|
+
progress?: number;
|
|
43
|
+
/**
|
|
44
|
+
* Optional expiry label shown as a meta chip in the `brand` hero
|
|
45
|
+
* (e.g. "Closes Jun 28, 2026"). Brand style only.
|
|
46
|
+
*/
|
|
47
|
+
expires?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Optional submission-policy label shown as a meta chip in the `brand`
|
|
50
|
+
* hero (e.g. "You can submit this form only once."). Brand style only.
|
|
51
|
+
*/
|
|
52
|
+
policy?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Show the "GDPR compliant" meta chip in the `brand` hero header. Default OFF
|
|
55
|
+
* — it's an unverified compliance claim, so it must be opted into explicitly
|
|
56
|
+
* (per form) rather than advertised on every brand form.
|
|
57
|
+
*/
|
|
58
|
+
gdpr?: boolean;
|
|
27
59
|
/**
|
|
28
60
|
* If `true`, includes the current form URL in the submission data.
|
|
29
61
|
*/
|
|
@@ -80,9 +112,31 @@ export declare class EdsForm {
|
|
|
80
112
|
* - "brand": EBRAINS branded form with left border and shadow
|
|
81
113
|
*/
|
|
82
114
|
formStyle: 'default' | 'shadow' | 'brand';
|
|
115
|
+
/**
|
|
116
|
+
* Lifecycle state for the brand style (drives the hero eyebrow, glow tint and
|
|
117
|
+
* expiry meta-chip colour). "closed" additionally disables every field,
|
|
118
|
+
* desaturates the body and replaces the submit with a dead "Submissions
|
|
119
|
+
* closed" footer. No effect outside form-style="brand".
|
|
120
|
+
* - "open": accepting submissions (default)
|
|
121
|
+
* - "expiring": accepting but closing soon (amber)
|
|
122
|
+
* - "closed": expired / not accepting (red, read-only)
|
|
123
|
+
*/
|
|
124
|
+
status: 'open' | 'expiring' | 'closed';
|
|
125
|
+
/**
|
|
126
|
+
* Autosave state shown at the left of the brand footer (host-driven). The dot
|
|
127
|
+
* pulses grey while saving and settles green when saved.
|
|
128
|
+
*/
|
|
129
|
+
saveStatus: 'idle' | 'saving' | 'saved' | 'error';
|
|
130
|
+
/**
|
|
131
|
+
* Autosave label next to the dot (e.g. "Saved 5:01 PM"). Empty hides the
|
|
132
|
+
* whole save-state cluster. Brand footer only.
|
|
133
|
+
*/
|
|
134
|
+
saveLabel?: string;
|
|
83
135
|
values: {
|
|
84
136
|
[key: string]: any;
|
|
85
137
|
};
|
|
138
|
+
/** Inline "clear everything you've typed?" confirm in the footer. */
|
|
139
|
+
showClearConfirm: boolean;
|
|
86
140
|
/**
|
|
87
141
|
* Indicates whether the form is currently submitting.
|
|
88
142
|
*/
|
|
@@ -106,6 +160,8 @@ export declare class EdsForm {
|
|
|
106
160
|
value?: any;
|
|
107
161
|
message?: string;
|
|
108
162
|
success?: boolean;
|
|
163
|
+
/** True when this change came from the Clear button (host may skip autosave). */
|
|
164
|
+
cleared?: boolean;
|
|
109
165
|
}>;
|
|
110
166
|
/**
|
|
111
167
|
* Reference to the host element.
|
|
@@ -10,6 +10,10 @@ declare const _default: {
|
|
|
10
10
|
control: string;
|
|
11
11
|
description: string;
|
|
12
12
|
};
|
|
13
|
+
eyebrow: {
|
|
14
|
+
control: string;
|
|
15
|
+
description: string;
|
|
16
|
+
};
|
|
13
17
|
fields: {
|
|
14
18
|
control: string;
|
|
15
19
|
description: string;
|
|
@@ -39,9 +43,52 @@ declare const _default: {
|
|
|
39
43
|
options: string[];
|
|
40
44
|
description: string;
|
|
41
45
|
};
|
|
46
|
+
clearBtn: {
|
|
47
|
+
control: string;
|
|
48
|
+
description: string;
|
|
49
|
+
};
|
|
50
|
+
clearBtnLabel: {
|
|
51
|
+
control: string;
|
|
52
|
+
description: string;
|
|
53
|
+
};
|
|
42
54
|
formStyle: {
|
|
43
55
|
control: string;
|
|
44
56
|
options: string[];
|
|
57
|
+
description: string;
|
|
58
|
+
};
|
|
59
|
+
status: {
|
|
60
|
+
control: string;
|
|
61
|
+
options: string[];
|
|
62
|
+
description: string;
|
|
63
|
+
};
|
|
64
|
+
expires: {
|
|
65
|
+
control: string;
|
|
66
|
+
description: string;
|
|
67
|
+
};
|
|
68
|
+
policy: {
|
|
69
|
+
control: string;
|
|
70
|
+
description: string;
|
|
71
|
+
};
|
|
72
|
+
estimatedTime: {
|
|
73
|
+
control: string;
|
|
74
|
+
description: string;
|
|
75
|
+
};
|
|
76
|
+
progress: {
|
|
77
|
+
control: string;
|
|
78
|
+
description: string;
|
|
79
|
+
};
|
|
80
|
+
gdpr: {
|
|
81
|
+
control: string;
|
|
82
|
+
description: string;
|
|
83
|
+
};
|
|
84
|
+
saveStatus: {
|
|
85
|
+
control: string;
|
|
86
|
+
options: string[];
|
|
87
|
+
description: string;
|
|
88
|
+
};
|
|
89
|
+
saveLabel: {
|
|
90
|
+
control: string;
|
|
91
|
+
description: string;
|
|
45
92
|
};
|
|
46
93
|
};
|
|
47
94
|
};
|
|
@@ -49,3 +96,19 @@ export default _default;
|
|
|
49
96
|
export declare const Default: any;
|
|
50
97
|
export declare const WithGroups: any;
|
|
51
98
|
export declare const WithInitData: any;
|
|
99
|
+
/**
|
|
100
|
+
* The full brand experience: dark hero (eyebrow · title · description) with the
|
|
101
|
+
* meta strip — progress, expiry, policy, estimated time, GDPR badge — a light
|
|
102
|
+
* sectioned body, and the footer with autosave state, required-fields note,
|
|
103
|
+
* Clear text-link (inline confirm) and the pill submit.
|
|
104
|
+
*/
|
|
105
|
+
export declare const Brand: any;
|
|
106
|
+
/** Expiring lifecycle: amber glow, "· Closing soon" eyebrow suffix, warn-toned expiry chip. */
|
|
107
|
+
export declare const BrandExpiring: any;
|
|
108
|
+
/** Closed lifecycle: red glow, "· Closed" eyebrow, danger expiry chip, read-only
|
|
109
|
+
* body and the locked footer ("Submissions closed" + disabled submit). */
|
|
110
|
+
export declare const BrandClosed: any;
|
|
111
|
+
/** Autosave footer states — flip `saveStatus` (saving/saved/error) in the controls. */
|
|
112
|
+
export declare const BrandAutosave: any;
|
|
113
|
+
/** Non-brand styles show `estimatedTime` too — as a quiet mono chip above the title. */
|
|
114
|
+
export declare const EstimatedTimeChip: any;
|
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* `EdsLogo`
|
|
3
|
-
*
|
|
4
|
-
* Key Features:
|
|
5
|
-
* - Supports various logo styles and orientations.
|
|
6
|
-
* - Emits a custom `matomoEvent` for tracking click interactions.
|
|
2
|
+
* `EdsLogo` renders the clickable EBRAINS brand mark (inline SVG).
|
|
7
3
|
*
|
|
8
4
|
* Props:
|
|
9
|
-
* - `
|
|
10
|
-
*
|
|
11
|
-
* - `
|
|
5
|
+
* - `variant` (attribute `type`): `'positive'` (dark logo for light
|
|
6
|
+
* backgrounds) or `'negative'` (light logo for dark backgrounds).
|
|
7
|
+
* - `href`: where the logo links to (defaults to `/`). The logo is the
|
|
8
|
+
* click-to-home affordance in eds-header, eds-fullscreen-menu and the
|
|
9
|
+
* eds-form brand hero.
|
|
12
10
|
*
|
|
13
|
-
*
|
|
14
|
-
* - `matomoEvent`: Emitted when the logo is clicked, carrying metadata for analytics tracking, including the event `category`, `tag`, `name`, and `action`.
|
|
11
|
+
* Clicks emit an analytics event (category/tag/name/action).
|
|
15
12
|
*
|
|
16
|
-
*
|
|
13
|
+
* NOTE: the SVG has a viewBox but no intrinsic width, so the host needs a
|
|
14
|
+
* sized block parent to render (e.g. eds-header wraps it in a fixed-width
|
|
15
|
+
* container).
|
|
17
16
|
*/
|
|
18
17
|
export declare class EdsLogo {
|
|
19
18
|
/**
|
|
@@ -22,34 +21,18 @@ export declare class EdsLogo {
|
|
|
22
21
|
* Defaults to the root path ('/').
|
|
23
22
|
*/
|
|
24
23
|
href: string;
|
|
25
|
-
/**
|
|
26
|
-
* The orientation of the logo to display.
|
|
27
|
-
* - `"horizontal"` displays the logo horizontally.
|
|
28
|
-
* - `"vertical"` displays the logo vertically.
|
|
29
|
-
* */
|
|
30
|
-
orientation: 'horizontal' | 'vertical';
|
|
31
24
|
/**
|
|
32
25
|
* The visual variant of the logo.
|
|
33
26
|
* `'positive'` for dark logo on light backgrounds, `'negative'` for light logo on dark backgrounds.
|
|
34
27
|
*/
|
|
35
28
|
variant: 'positive' | 'negative';
|
|
36
|
-
label: string;
|
|
37
29
|
/**
|
|
38
30
|
* Reference to the host element of this component.
|
|
39
31
|
*/
|
|
40
32
|
el: HTMLElement;
|
|
41
33
|
/**
|
|
42
|
-
*
|
|
43
|
-
* Emits a `matomoEvent` for analytics tracking with details about the interaction.
|
|
44
|
-
* - `category`: Component type (e.g., "ui-component").
|
|
45
|
-
* - `tag`: The HTML tag name of the component.
|
|
46
|
-
* - `name`: Event name, set as "logo".
|
|
47
|
-
* - `action`: The action, set as "click".
|
|
34
|
+
* Emits an analytics event when the logo link is clicked.
|
|
48
35
|
*/
|
|
49
36
|
private handleClick;
|
|
50
|
-
/**
|
|
51
|
-
* Determines the appropriate SVG content based on the `orientation` and `type` props.
|
|
52
|
-
*/
|
|
53
|
-
private getLogo;
|
|
54
37
|
render(): any;
|
|
55
38
|
}
|
|
@@ -1,7 +1,27 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
title: string;
|
|
3
3
|
component: string;
|
|
4
|
-
argTypes: {
|
|
4
|
+
argTypes: {
|
|
5
|
+
variant: {
|
|
6
|
+
control: string;
|
|
7
|
+
options: string[];
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
10
|
+
href: {
|
|
11
|
+
control: string;
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
args: {
|
|
16
|
+
variant: string;
|
|
17
|
+
href: string;
|
|
18
|
+
};
|
|
5
19
|
};
|
|
6
20
|
export default _default;
|
|
7
|
-
export declare const Default:
|
|
21
|
+
export declare const Default: {
|
|
22
|
+
render: (args: any) => string;
|
|
23
|
+
};
|
|
24
|
+
/** Both variants side by side, on their intended surfaces. */
|
|
25
|
+
export declare const Variants: {
|
|
26
|
+
render: () => string;
|
|
27
|
+
};
|
|
@@ -37,6 +37,11 @@ export declare class EdsSteps {
|
|
|
37
37
|
handleDisableNextChange(newValue: boolean | boolean[] | string): void;
|
|
38
38
|
/** Index of the currently active step (linear mode). Starts at `0`. */
|
|
39
39
|
activeStep: number;
|
|
40
|
+
/** Tracks small screens so nav buttons shrink and use compact icons. */
|
|
41
|
+
isMobile: boolean;
|
|
42
|
+
private onResize;
|
|
43
|
+
/** Nav button size: comfortable on desktop, compact on mobile. */
|
|
44
|
+
private get navBtnSize();
|
|
40
45
|
step: EventEmitter<number>;
|
|
41
46
|
finished: EventEmitter<void>;
|
|
42
47
|
next: EventEmitter<number>;
|
|
@@ -44,6 +49,8 @@ export declare class EdsSteps {
|
|
|
44
49
|
/** Reference to the host element */
|
|
45
50
|
el: HTMLElement;
|
|
46
51
|
componentWillLoad(): void;
|
|
52
|
+
connectedCallback(): void;
|
|
53
|
+
disconnectedCallback(): void;
|
|
47
54
|
componentDidLoad(): void;
|
|
48
55
|
activeStepChanged(newValue: number): void;
|
|
49
56
|
emitContext(linkElement: HTMLElement): void;
|
|
@@ -26,6 +26,12 @@ export declare class EdsStepsV2 {
|
|
|
26
26
|
finishLabel: string;
|
|
27
27
|
/** Show or hide the finish button on the last step */
|
|
28
28
|
showFinish: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Whether the stepper draws its own bordered card. Default true. Set to false
|
|
31
|
+
* when the host already provides the card chrome (e.g. a multi-step form whose
|
|
32
|
+
* form-style border lives on an outer wrapper) to avoid a double border.
|
|
33
|
+
*/
|
|
34
|
+
card: boolean;
|
|
29
35
|
/**
|
|
30
36
|
* Disable Next/Finish (boolean or per-step boolean[]). Also accepts a JSON array string.
|
|
31
37
|
* @attr disable-next
|
|
@@ -35,6 +41,11 @@ export declare class EdsStepsV2 {
|
|
|
35
41
|
headingLevel: 'h3' | 'h4' | 'h5';
|
|
36
42
|
/** Current step index (linear mode) */
|
|
37
43
|
activeStep: number;
|
|
44
|
+
/** Tracks small screens so the nav buttons shrink (large is chunky on mobile). */
|
|
45
|
+
isMobile: boolean;
|
|
46
|
+
private onResize;
|
|
47
|
+
/** Nav button size: comfortable on desktop, compact on mobile. */
|
|
48
|
+
private get navBtnSize();
|
|
38
49
|
/** Fired whenever the active step changes. Payload: current step index. */
|
|
39
50
|
step: EventEmitter<number>;
|
|
40
51
|
/** Fired when user clicks Finish on the last step. */
|
|
@@ -48,9 +59,11 @@ export declare class EdsStepsV2 {
|
|
|
48
59
|
handleDisableNextChange(newValue: boolean | boolean[] | string): void;
|
|
49
60
|
activeStepChanged(newValue: number): void;
|
|
50
61
|
componentWillLoad(): void;
|
|
62
|
+
connectedCallback(): void;
|
|
63
|
+
disconnectedCallback(): void;
|
|
51
64
|
componentDidLoad(): void;
|
|
52
65
|
emitContext(linkElement: HTMLElement): void;
|
|
53
|
-
articleClasses():
|
|
66
|
+
articleClasses(): "border-softer relative rounded-lg border-2" | "relative";
|
|
54
67
|
private get parsedSteps();
|
|
55
68
|
private isStepDisabled;
|
|
56
69
|
private isNextDisabledFor;
|
|
@@ -5,10 +5,6 @@ declare const _default: {
|
|
|
5
5
|
steps: {
|
|
6
6
|
control: string;
|
|
7
7
|
description: string;
|
|
8
|
-
defaultValue: {
|
|
9
|
-
title: string;
|
|
10
|
-
content: string;
|
|
11
|
-
}[];
|
|
12
8
|
};
|
|
13
9
|
orientation: {
|
|
14
10
|
control: {
|
|
@@ -21,16 +17,27 @@ declare const _default: {
|
|
|
21
17
|
control: string;
|
|
22
18
|
options: string[];
|
|
23
19
|
description: string;
|
|
24
|
-
|
|
20
|
+
};
|
|
21
|
+
theme: {
|
|
22
|
+
control: string;
|
|
23
|
+
options: string[];
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
card: {
|
|
27
|
+
control: string;
|
|
28
|
+
description: string;
|
|
29
|
+
};
|
|
30
|
+
disableNext: {
|
|
31
|
+
control: string;
|
|
32
|
+
description: string;
|
|
25
33
|
};
|
|
26
34
|
imageSrc: {
|
|
27
35
|
control: string;
|
|
28
36
|
description: string;
|
|
29
37
|
};
|
|
30
|
-
|
|
38
|
+
imageWidth: {
|
|
31
39
|
control: string;
|
|
32
40
|
description: string;
|
|
33
|
-
defaultValue: boolean;
|
|
34
41
|
};
|
|
35
42
|
message: {
|
|
36
43
|
control: string;
|
|
@@ -43,7 +50,6 @@ declare const _default: {
|
|
|
43
50
|
};
|
|
44
51
|
options: string[];
|
|
45
52
|
description: string;
|
|
46
|
-
defaultValue: string;
|
|
47
53
|
};
|
|
48
54
|
nextLabel: {
|
|
49
55
|
control: string;
|
|
@@ -69,8 +75,11 @@ declare const _default: {
|
|
|
69
75
|
}[];
|
|
70
76
|
orientation: string;
|
|
71
77
|
type: string;
|
|
78
|
+
theme: string;
|
|
79
|
+
card: boolean;
|
|
80
|
+
disableNext: boolean;
|
|
72
81
|
imageSrc: string;
|
|
73
|
-
|
|
82
|
+
imageWidth: any;
|
|
74
83
|
message: string;
|
|
75
84
|
headingLevel: string;
|
|
76
85
|
nextLabel: string;
|
|
@@ -84,3 +93,25 @@ export declare const Static: any;
|
|
|
84
93
|
export declare const WithMessage: any;
|
|
85
94
|
export declare const Linear: any;
|
|
86
95
|
export declare const LinearHorizontal: any;
|
|
96
|
+
export declare const BrandTheme: {
|
|
97
|
+
({ steps, disableNext }: {
|
|
98
|
+
steps: any;
|
|
99
|
+
disableNext: any;
|
|
100
|
+
}): import("lit-html").TemplateResult<1>;
|
|
101
|
+
storyName: string;
|
|
102
|
+
args: {
|
|
103
|
+
steps: {
|
|
104
|
+
title: string;
|
|
105
|
+
content: string;
|
|
106
|
+
}[];
|
|
107
|
+
disableNext: boolean;
|
|
108
|
+
};
|
|
109
|
+
parameters: {
|
|
110
|
+
docs: {
|
|
111
|
+
description: {
|
|
112
|
+
story: string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
export declare const DisabledNext: any;
|
|
@@ -17,9 +17,13 @@ export declare class EdsSwitch {
|
|
|
17
17
|
*/
|
|
18
18
|
labelOff: string;
|
|
19
19
|
/**
|
|
20
|
-
* Variant of the switch:
|
|
20
|
+
* Variant of the switch:
|
|
21
|
+
* - 'toggle' (default): the classic on/off switch
|
|
22
|
+
* - 'segmented': pill-style buttons — light container, green active pill
|
|
23
|
+
* - 'segmented-dark': pill-style buttons — white container with a hairline
|
|
24
|
+
* border and a dark (brand-black) active pill
|
|
21
25
|
*/
|
|
22
|
-
variant: 'toggle' | 'segmented';
|
|
26
|
+
variant: 'toggle' | 'segmented' | 'segmented-dark';
|
|
23
27
|
/**
|
|
24
28
|
* Emitted when the switch is toggled.
|
|
25
29
|
*/
|
|
@@ -72,6 +72,14 @@ export declare const SegmentedChecked: {
|
|
|
72
72
|
labelOff: string;
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
|
+
export declare const SegmentedDark: {
|
|
76
|
+
render: (args: any) => string;
|
|
77
|
+
args: {
|
|
78
|
+
labelOn: string;
|
|
79
|
+
labelOff: string;
|
|
80
|
+
checked: boolean;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
75
83
|
export declare const SegmentedDisabled: {
|
|
76
84
|
render: (args: any) => string;
|
|
77
85
|
args: {
|
|
@@ -7,7 +7,32 @@ export declare class EdsToast {
|
|
|
7
7
|
/**
|
|
8
8
|
* The visual intent or style of the toast, indicating the toast type.
|
|
9
9
|
*/
|
|
10
|
-
intent: 'default' | 'success' | 'error' | 'warning' | 'brand' | 'brandInverse';
|
|
10
|
+
intent: 'default' | 'success' | 'error' | 'warning' | 'info' | 'neutral' | 'brand' | 'brandInverse';
|
|
11
|
+
/**
|
|
12
|
+
* Visual variant:
|
|
13
|
+
* - "toast": the classic compact pill (message + close). Default; used by the
|
|
14
|
+
* global toast manager.
|
|
15
|
+
* - "banner": a richer inline banner — leading icon in a tinted square, a bold
|
|
16
|
+
* heading over a mono message, a coloured left rail on a tinted surface, an
|
|
17
|
+
* optional actions slot and an optional dismiss button. Use for persistent,
|
|
18
|
+
* in-page status (form expiry, saved draft, etc.).
|
|
19
|
+
*/
|
|
20
|
+
variant: 'toast' | 'banner';
|
|
21
|
+
/**
|
|
22
|
+
* Bold heading shown above the message. Banner variant only.
|
|
23
|
+
*/
|
|
24
|
+
heading?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Leading icon name (from the EBRAINS icon set). Banner variant only.
|
|
27
|
+
* Falls back to a sensible default per intent when omitted.
|
|
28
|
+
*/
|
|
29
|
+
icon?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Show a dismiss (×) button regardless of `duration`. The `toast` variant
|
|
32
|
+
* already shows one whenever `duration` is set; set this for a persistent
|
|
33
|
+
* banner the user can still close.
|
|
34
|
+
*/
|
|
35
|
+
dismissible: boolean;
|
|
11
36
|
/**
|
|
12
37
|
* Determines the duration before the toast auto-dismisses (in milliseconds).
|
|
13
38
|
* If set, the toast will auto-dismiss and show a close button.
|
|
@@ -18,12 +43,18 @@ export declare class EdsToast {
|
|
|
18
43
|
* Internal state to control visibility of the toast.
|
|
19
44
|
*/
|
|
20
45
|
visible: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Whether the banner has slotted actions. Detected from light DOM because a
|
|
48
|
+
* `<slot>` element always counts as a child, so `:empty` can't tell us.
|
|
49
|
+
*/
|
|
50
|
+
hasActions: boolean;
|
|
21
51
|
el: HTMLElement;
|
|
22
52
|
toast: EventEmitter<{
|
|
23
53
|
visible: boolean;
|
|
24
54
|
label: 'dismissed' | 'shown';
|
|
25
55
|
}>;
|
|
26
56
|
private dismissTimeout;
|
|
57
|
+
componentWillLoad(): void;
|
|
27
58
|
componentDidLoad(): void;
|
|
28
59
|
/**
|
|
29
60
|
* Emits a custom event called `parentContext` for a given button element.
|
|
@@ -38,5 +69,6 @@ export declare class EdsToast {
|
|
|
38
69
|
dismissToast: () => void;
|
|
39
70
|
connectedCallback(): void;
|
|
40
71
|
disconnectedCallback(): void;
|
|
72
|
+
private renderBanner;
|
|
41
73
|
render(): any;
|
|
42
74
|
}
|
|
@@ -2,23 +2,44 @@ declare const _default: {
|
|
|
2
2
|
title: string;
|
|
3
3
|
component: string;
|
|
4
4
|
argTypes: {
|
|
5
|
+
variant: {
|
|
6
|
+
control: string;
|
|
7
|
+
options: string[];
|
|
8
|
+
description: string;
|
|
9
|
+
};
|
|
5
10
|
message: {
|
|
6
11
|
control: string;
|
|
7
12
|
description: string;
|
|
8
13
|
};
|
|
14
|
+
heading: {
|
|
15
|
+
control: string;
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
9
18
|
intent: {
|
|
10
19
|
control: string;
|
|
11
20
|
options: string[];
|
|
12
21
|
description: string;
|
|
13
22
|
};
|
|
23
|
+
icon: {
|
|
24
|
+
control: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
dismissible: {
|
|
28
|
+
control: string;
|
|
29
|
+
description: string;
|
|
30
|
+
};
|
|
14
31
|
duration: {
|
|
15
32
|
control: string;
|
|
16
33
|
description: string;
|
|
17
34
|
};
|
|
18
35
|
};
|
|
19
36
|
args: {
|
|
37
|
+
variant: string;
|
|
20
38
|
message: string;
|
|
39
|
+
heading: string;
|
|
21
40
|
intent: string;
|
|
41
|
+
icon: string;
|
|
42
|
+
dismissible: boolean;
|
|
22
43
|
duration: number;
|
|
23
44
|
};
|
|
24
45
|
};
|
|
@@ -38,6 +59,33 @@ export declare const Brand: {
|
|
|
38
59
|
duration: number;
|
|
39
60
|
};
|
|
40
61
|
};
|
|
41
|
-
export declare const
|
|
62
|
+
export declare const AllToastIntents: {
|
|
63
|
+
render: () => string;
|
|
64
|
+
};
|
|
65
|
+
export declare const Banner: {
|
|
66
|
+
render: (args: any) => string;
|
|
67
|
+
args: {
|
|
68
|
+
variant: string;
|
|
69
|
+
intent: string;
|
|
70
|
+
heading: string;
|
|
71
|
+
message: string;
|
|
72
|
+
icon: string;
|
|
73
|
+
dismissible: boolean;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export declare const BannerClosed: {
|
|
77
|
+
name: string;
|
|
78
|
+
render: () => string;
|
|
79
|
+
};
|
|
80
|
+
export declare const BannerClosingSoon: {
|
|
81
|
+
name: string;
|
|
82
|
+
render: () => string;
|
|
83
|
+
};
|
|
84
|
+
export declare const BannerWithActions: {
|
|
85
|
+
name: string;
|
|
86
|
+
render: () => string;
|
|
87
|
+
};
|
|
88
|
+
export declare const AllBanners: {
|
|
89
|
+
name: string;
|
|
42
90
|
render: () => string;
|
|
43
91
|
};
|
|
@@ -22,13 +22,11 @@ export declare class EdsUser {
|
|
|
22
22
|
dropdownLabel: string;
|
|
23
23
|
hostEl: HTMLElement;
|
|
24
24
|
expanded: boolean;
|
|
25
|
-
shortMode: boolean;
|
|
26
25
|
private dropdownEl?;
|
|
27
26
|
/**
|
|
28
27
|
* Helper getter to ensure we work with a User object.
|
|
29
28
|
*/
|
|
30
29
|
private get parsedUser();
|
|
31
|
-
componentWillLoad(): Promise<void>;
|
|
32
30
|
private get initials();
|
|
33
31
|
private handleDropdown;
|
|
34
32
|
closeDropdown(): Promise<void>;
|
|
@@ -6,6 +6,10 @@ declare const _default: {
|
|
|
6
6
|
control: string;
|
|
7
7
|
description: string;
|
|
8
8
|
};
|
|
9
|
+
dropdownLabel: {
|
|
10
|
+
control: string;
|
|
11
|
+
description: string;
|
|
12
|
+
};
|
|
9
13
|
};
|
|
10
14
|
args: {
|
|
11
15
|
user: {
|
|
@@ -15,18 +19,10 @@ declare const _default: {
|
|
|
15
19
|
name: string;
|
|
16
20
|
email: string;
|
|
17
21
|
};
|
|
22
|
+
dropdownLabel: string;
|
|
18
23
|
};
|
|
19
24
|
};
|
|
20
25
|
export default _default;
|
|
21
26
|
export declare const Default: {
|
|
22
27
|
render: (args: any) => HTMLDivElement;
|
|
23
|
-
args: {
|
|
24
|
-
user: {
|
|
25
|
-
given_name: string;
|
|
26
|
-
family_name: string;
|
|
27
|
-
preferred_username: string;
|
|
28
|
-
name: string;
|
|
29
|
-
email: string;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
28
|
};
|