@ebrains/components 0.5.0-alpha.0 → 0.7.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.
Files changed (637) hide show
  1. package/dist/cjs/{analytics-223ea8e5.js → analytics-d8fb3fdd.js} +9 -0
  2. package/dist/cjs/color-primary-palette_6.cjs.entry.js +15 -15
  3. package/dist/cjs/components.cjs.js +2 -2
  4. package/dist/cjs/correct-use-of-colors.cjs.entry.js +2 -2
  5. package/dist/cjs/eds-accordion_22.cjs.entry.js +1959 -0
  6. package/dist/cjs/eds-alert.cjs.entry.js +97 -0
  7. package/dist/cjs/eds-app-root.cjs.entry.js +37 -0
  8. package/dist/cjs/eds-avatar_4.cjs.entry.js +2 -9
  9. package/dist/cjs/eds-breadcrumb.cjs.entry.js +135 -0
  10. package/dist/cjs/eds-card-generic.cjs.entry.js +5 -17
  11. package/dist/cjs/eds-card-project.cjs.entry.js +2 -2
  12. package/dist/cjs/eds-card-section.cjs.entry.js +6 -22
  13. package/dist/cjs/eds-card-tags.cjs.entry.js +1 -1
  14. package/dist/cjs/eds-card-tool.cjs.entry.js +2 -2
  15. package/dist/cjs/eds-card-wrapper.cjs.entry.js +1 -1
  16. package/dist/cjs/eds-code-block.cjs.entry.js +1 -1
  17. package/dist/cjs/eds-components-section.cjs.entry.js +2 -2
  18. package/dist/cjs/eds-cookies-preference.cjs.entry.js +39 -0
  19. package/dist/cjs/eds-docs-palettes.cjs.entry.js +2 -2
  20. package/dist/cjs/eds-docs-tokens.cjs.entry.js +2 -2
  21. package/dist/cjs/{eds-dropdown_2.cjs.entry.js → eds-dropdown.cjs.entry.js} +9 -42
  22. package/dist/cjs/eds-feedback.cjs.entry.js +66 -0
  23. package/dist/cjs/eds-form.cjs.entry.js +238 -255
  24. package/dist/cjs/eds-frame.cjs.entry.js +32 -32
  25. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +2 -2
  26. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +2 -2
  27. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +2 -2
  28. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +2 -2
  29. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +2 -2
  30. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +2 -2
  31. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +2 -2
  32. package/dist/cjs/eds-icon-close.cjs.entry.js +2 -2
  33. package/dist/cjs/eds-icon-copy.cjs.entry.js +2 -2
  34. package/dist/cjs/eds-icon-eu.cjs.entry.js +2 -2
  35. package/dist/cjs/eds-icon-facebook.cjs.entry.js +2 -2
  36. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +2 -2
  37. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +2 -2
  38. package/dist/cjs/eds-icon-loader.cjs.entry.js +2 -2
  39. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +2 -2
  40. package/dist/cjs/eds-icon-menu.cjs.entry.js +2 -2
  41. package/dist/cjs/eds-icon-more.cjs.entry.js +2 -2
  42. package/dist/cjs/eds-icon-search.cjs.entry.js +2 -2
  43. package/dist/cjs/eds-icon-star.cjs.entry.js +18 -0
  44. package/dist/cjs/eds-icon-success.cjs.entry.js +2 -2
  45. package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +18 -0
  46. package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +18 -0
  47. package/dist/cjs/eds-icon-twitter.cjs.entry.js +2 -2
  48. package/dist/cjs/eds-icon-user.cjs.entry.js +2 -2
  49. package/dist/cjs/eds-icon-youtube.cjs.entry.js +2 -2
  50. package/dist/{components/keycloak.js → cjs/eds-login_2.cjs.entry.js} +144 -1
  51. package/dist/cjs/eds-logo-variations.cjs.entry.js +2 -2
  52. package/dist/cjs/eds-modal.cjs.entry.js +16 -4
  53. package/dist/cjs/eds-progress-bar.cjs.entry.js +2 -2
  54. package/dist/cjs/eds-rating.cjs.entry.js +64 -0
  55. package/dist/cjs/eds-section-core_2.cjs.entry.js +4 -4
  56. package/dist/cjs/eds-spinner.cjs.entry.js +54 -0
  57. package/dist/cjs/eds-steps.cjs.entry.js +55 -0
  58. package/dist/cjs/eds-svg-repository.cjs.entry.js +9 -3
  59. package/dist/cjs/eds-switch.cjs.entry.js +38 -0
  60. package/dist/cjs/eds-tabs.cjs.entry.js +11 -25
  61. package/dist/cjs/eds-timeline.cjs.entry.js +4 -22
  62. package/dist/cjs/eds-toast-manager.cjs.entry.js +46 -0
  63. package/dist/cjs/eds-toast.cjs.entry.js +76 -0
  64. package/dist/cjs/eds-tooltip.cjs.entry.js +3 -3
  65. package/dist/cjs/eds-trl.cjs.entry.js +2 -2
  66. package/dist/cjs/eds-user.cjs.entry.js +9 -79
  67. package/dist/cjs/eds-vertical-stepper.cjs.entry.js +2 -2
  68. package/dist/cjs/formUtils-4315a99c.js +228 -0
  69. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +2 -2
  70. package/dist/cjs/{index-f08e4f5c.js → index-2f63169d.js} +57 -28
  71. package/dist/cjs/loader.cjs.js +2 -2
  72. package/dist/cjs/logo-space.cjs.entry.js +2 -2
  73. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +3 -3
  74. package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
  75. package/dist/cjs/sharedUtils-8e287250.js +21 -0
  76. package/dist/cjs/star-942eee9f.js +7 -0
  77. package/dist/cjs/thumbs-down-714036b1.js +7 -0
  78. package/dist/cjs/thumbs-up-411babb8.js +8 -0
  79. package/dist/cjs/token-list_3.cjs.entry.js +4 -4
  80. package/dist/cjs/token-ratios.cjs.entry.js +2 -2
  81. package/dist/cjs/token-spacing.cjs.entry.js +2 -2
  82. package/dist/cjs/token-typography.cjs.entry.js +2 -2
  83. package/dist/collection/collection-manifest.json +10 -5
  84. package/dist/collection/components/eds-accordion/eds-accordion.js +7 -7
  85. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +2 -2
  86. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +3 -17
  87. package/dist/collection/components/eds-button/eds-button.css +1 -19
  88. package/dist/collection/components/eds-button/eds-button.js +21 -16
  89. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +3 -15
  90. package/dist/collection/components/eds-dropdown/eds-dropdown.js +24 -2
  91. package/dist/collection/components/eds-form/eds-form.js +278 -268
  92. package/dist/collection/components/eds-form-v2/eds-form-v2.css +7153 -0
  93. package/dist/collection/components/eds-form-v2/eds-form-v2.js +405 -0
  94. package/dist/collection/components/eds-form-v2/eds-form-v2.stories.js +73 -0
  95. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +1 -1
  96. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +1 -1
  97. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +1 -1
  98. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +1 -1
  99. package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +1 -1
  100. package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +1 -1
  101. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +1 -1
  102. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +1 -1
  103. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
  104. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
  105. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +1 -1
  106. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +1 -1
  107. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +1 -1
  108. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +1 -1
  109. package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +36 -0
  110. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +1 -1
  111. package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +36 -0
  112. package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +36 -0
  113. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +1 -1
  114. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
  115. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
  116. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
  117. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
  118. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
  119. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
  120. package/dist/collection/components/eds-img/eds-img.js +2 -2
  121. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +2 -2
  122. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +1 -1
  123. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +1 -1
  124. package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +2 -2
  125. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +57 -9
  126. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +1 -1
  127. package/dist/collection/components/eds-input-field/eds-input-field.js +2 -2
  128. package/dist/collection/components/eds-link/eds-link.css +6793 -6676
  129. package/dist/collection/components/eds-link/eds-link.js +1 -1
  130. package/dist/collection/components/eds-logo/eds-logo.js +1 -1
  131. package/dist/collection/components/eds-modal/eds-modal.js +26 -2
  132. package/dist/collection/components/eds-pagination/eds-pagination.js +3 -3
  133. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +1 -1
  134. package/dist/collection/components/eds-rating/eds-rating.css +31 -74
  135. package/dist/collection/components/eds-rating/eds-rating.js +44 -56
  136. package/dist/collection/components/eds-rating/eds-rating.stories.js +18 -51
  137. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
  138. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
  139. package/dist/collection/components/eds-spinner/eds-spinner.css +17 -0
  140. package/dist/collection/components/eds-spinner/eds-spinner.js +166 -0
  141. package/dist/collection/components/eds-spinner/eds-spinner.stories.js +52 -0
  142. package/dist/collection/components/eds-steps/eds-steps.css +61 -6
  143. package/dist/collection/components/eds-steps/eds-steps.js +10 -19
  144. package/dist/collection/components/eds-steps/eds-vertical-stepper.js +1 -1
  145. package/dist/collection/components/eds-switch/eds-switch.css +57 -58
  146. package/dist/collection/components/eds-switch/eds-switch.js +2 -2
  147. package/dist/collection/components/eds-table/eds-table.js +11 -8
  148. package/dist/collection/components/eds-table/eds-table.stories.js +11 -6
  149. package/dist/collection/components/eds-tag/eds-tag.js +4 -35
  150. package/dist/collection/components/eds-timeline/eds-timeline.js +3 -21
  151. package/dist/collection/components/eds-toast/eds-toast.css +91 -0
  152. package/dist/collection/components/eds-toast/eds-toast.js +18 -9
  153. package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
  154. package/dist/collection/components/eds-trl/eds-trl.js +1 -1
  155. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  156. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  157. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  158. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  159. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  160. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  161. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  162. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
  163. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  164. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  165. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  166. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  167. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  168. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +1 -1
  169. package/dist/collection/eds-docs-ui/eds-components-section/eds-components-section.js +1 -1
  170. package/dist/collection/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.js +1 -1
  171. package/dist/collection/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.js +1 -1
  172. package/dist/collection/eds-docs-ui/eds-frame/eds-frame.css +113 -0
  173. package/dist/collection/{components → eds-docs-ui}/eds-frame/eds-frame.js +47 -76
  174. package/dist/collection/eds-docs-ui/eds-frame/eds-frame.stories.js +52 -0
  175. package/dist/collection/eds-docs-ui/eds-logo-variations/eds-logo-variations.js +1 -1
  176. package/dist/collection/eds-docs-ui/eds-svg-repository/eds-svg-repository.js +1 -1
  177. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -1
  178. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
  179. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
  180. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
  181. package/dist/collection/shared-ui/eds-card-section/eds-card-section.css +236 -140
  182. package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +12 -28
  183. package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +2 -2
  184. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.css +0 -0
  185. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +87 -0
  186. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.st.js +31 -0
  187. package/dist/collection/shared-ui/eds-feedback/eds-feedback.css +155 -0
  188. package/dist/collection/shared-ui/eds-feedback/eds-feedback.js +191 -0
  189. package/dist/collection/shared-ui/eds-feedback/eds-feedback.stories.js +121 -0
  190. package/dist/collection/shared-ui/eds-footer/eds-footer.js +7 -53
  191. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +3 -28
  192. package/dist/collection/shared-ui/eds-header/eds-header.js +4 -20
  193. package/dist/collection/shared-ui/eds-header/eds-header.stories.js +1 -37
  194. package/dist/collection/shared-ui/eds-login/eds-login.js +34 -10
  195. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +78 -66
  196. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +6 -4
  197. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +1 -1
  198. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.css +29 -0
  199. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.js +124 -0
  200. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.stories.js +23 -0
  201. package/dist/collection/shared-ui/eds-tabs/eds-tabs.css +7774 -0
  202. package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +12 -25
  203. package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +17 -30
  204. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +1 -1
  205. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +5 -1
  206. package/dist/collection/shared-ui/eds-user/eds-user.js +17 -150
  207. package/dist/collection/shared-ui/eds-user/eds-user.stories.js +45 -0
  208. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +39 -0
  209. package/dist/collection/utils/api.js +27 -0
  210. package/dist/collection/utils/eds-form/formUtils.js +95 -0
  211. package/dist/collection/utils/eds-form/formValidators.js +64 -0
  212. package/dist/collection/utils/eds-form/individualValidator.js +46 -0
  213. package/dist/collection/utils/eds-form/validateInput.js +23 -0
  214. package/dist/collection/utils/sharedUtils.js +17 -0
  215. package/dist/components/analytics.js +9 -1
  216. package/dist/components/components.css +501 -5
  217. package/dist/components/components.esm.js +1 -1
  218. package/dist/components/correct-use-of-colors.js +1 -1
  219. package/dist/components/eds-accordion2.js +5 -5
  220. package/dist/components/{eds-navigator.d.ts → eds-app-root.d.ts} +4 -4
  221. package/dist/components/eds-app-root.js +89 -0
  222. package/dist/components/eds-breadcrumb.js +3 -17
  223. package/dist/components/eds-button2.js +12 -16
  224. package/dist/components/eds-card-generic2.js +3 -15
  225. package/dist/components/eds-card-section.js +6 -22
  226. package/dist/components/eds-components-section.js +1 -1
  227. package/dist/components/eds-cookies-preference.d.ts +11 -0
  228. package/dist/components/eds-cookies-preference.js +88 -0
  229. package/dist/components/eds-docs-palettes.js +1 -1
  230. package/dist/components/eds-docs-tokens.js +1 -1
  231. package/dist/components/eds-dropdown2.js +8 -3
  232. package/dist/components/{eds-user-modal.d.ts → eds-feedback.d.ts} +4 -4
  233. package/dist/components/eds-feedback.js +105 -0
  234. package/dist/components/eds-footer2.js +3 -13
  235. package/dist/components/{eds-tab.d.ts → eds-form-v2.d.ts} +4 -4
  236. package/dist/components/eds-form-v2.js +317 -0
  237. package/dist/components/eds-form.js +240 -255
  238. package/dist/components/eds-frame.js +33 -34
  239. package/dist/components/eds-fullscreen-menu.js +3 -28
  240. package/dist/components/eds-header.js +4 -20
  241. package/dist/components/eds-icon-arrow-diagonal.js +1 -1
  242. package/dist/components/eds-icon-arrow-right.js +1 -1
  243. package/dist/components/eds-icon-bluesky.js +1 -1
  244. package/dist/components/eds-icon-chevron-down.js +1 -1
  245. package/dist/components/eds-icon-chevron-left.js +1 -1
  246. package/dist/components/eds-icon-chevron-right.js +1 -1
  247. package/dist/components/eds-icon-chevron-up.js +1 -1
  248. package/dist/components/eds-icon-close.js +1 -1
  249. package/dist/components/eds-icon-copy.js +1 -1
  250. package/dist/components/eds-icon-eu.js +1 -1
  251. package/dist/components/eds-icon-facebook.js +1 -1
  252. package/dist/components/eds-icon-gitlab.js +1 -1
  253. package/dist/components/eds-icon-linkedin.js +1 -1
  254. package/dist/components/eds-icon-loader.js +1 -1
  255. package/dist/components/eds-icon-mastodon.js +1 -1
  256. package/dist/components/eds-icon-menu.js +1 -1
  257. package/dist/components/eds-icon-more.js +1 -1
  258. package/dist/components/eds-icon-search.js +1 -1
  259. package/dist/components/{eds-tabs-content.d.ts → eds-icon-star.d.ts} +4 -4
  260. package/dist/components/eds-icon-star.js +33 -0
  261. package/dist/components/eds-icon-success.js +1 -1
  262. package/dist/components/eds-icon-thumbs-down.d.ts +11 -0
  263. package/dist/components/eds-icon-thumbs-down.js +33 -0
  264. package/dist/components/eds-icon-thumbs-up.d.ts +11 -0
  265. package/dist/components/eds-icon-thumbs-up.js +33 -0
  266. package/dist/components/eds-icon-twitter.js +1 -1
  267. package/dist/components/eds-icon-user.js +1 -1
  268. package/dist/components/eds-icon-youtube.js +1 -1
  269. package/dist/components/eds-img2.js +2 -2
  270. package/dist/components/eds-input-field2.js +2 -2
  271. package/dist/components/eds-input-footer2.js +1 -1
  272. package/dist/components/eds-input-label2.js +1 -1
  273. package/dist/components/eds-input-range2.js +2 -2
  274. package/dist/components/eds-input-search2.js +24 -9
  275. package/dist/components/eds-input-select2.js +1 -1
  276. package/dist/components/eds-input2.js +2 -2
  277. package/dist/components/eds-link2.js +2 -2
  278. package/dist/components/eds-login.js +1 -118
  279. package/dist/{cjs/keycloak-93fc0315.js → components/eds-login2.js} +128 -7
  280. package/dist/components/eds-logo-variations.js +1 -1
  281. package/dist/components/eds-logo2.js +1 -1
  282. package/dist/components/eds-matomo-notice.js +1 -140
  283. package/dist/components/eds-matomo-notice2.js +130 -0
  284. package/dist/components/eds-modal.js +15 -3
  285. package/dist/components/eds-pagination2.js +2 -2
  286. package/dist/components/eds-progress-bar2.js +1 -1
  287. package/dist/components/eds-rating.js +1 -84
  288. package/dist/components/eds-rating2.js +91 -0
  289. package/dist/components/eds-section-core2.js +1 -1
  290. package/dist/components/eds-section-heading2.js +2 -2
  291. package/dist/components/eds-social-networks2.js +1 -1
  292. package/dist/components/eds-spinner.d.ts +11 -0
  293. package/dist/components/eds-spinner.js +6 -0
  294. package/dist/components/eds-spinner2.js +72 -0
  295. package/dist/components/eds-splash-screen.d.ts +11 -0
  296. package/dist/components/eds-splash-screen.js +6 -0
  297. package/dist/components/eds-splash-screen2.js +78 -0
  298. package/dist/components/eds-steps.js +11 -20
  299. package/dist/components/eds-svg-repository.js +8 -2
  300. package/dist/components/eds-switch.js +2 -2
  301. package/dist/components/eds-table2.js +11 -8
  302. package/dist/components/eds-tabs.js +12 -31
  303. package/dist/components/eds-tag2.js +1 -9
  304. package/dist/components/eds-timeline.js +3 -21
  305. package/dist/components/eds-toast-manager.js +4 -3
  306. package/dist/components/eds-toast2.js +13 -10
  307. package/dist/components/eds-tooltip.js +1 -1
  308. package/dist/components/eds-trl.js +1 -1
  309. package/dist/components/eds-user.js +23 -105
  310. package/dist/components/eds-vertical-stepper.js +1 -1
  311. package/dist/components/formUtils.js +223 -0
  312. package/dist/components/incorrect-use-of-colors.js +1 -1
  313. package/dist/components/logo-space.js +1 -1
  314. package/dist/components/logo-variations-horizontal2.js +1 -1
  315. package/dist/components/logo-variations-vertical2.js +1 -1
  316. package/dist/components/logo-wrong-usage.js +1 -1
  317. package/dist/components/p-033480b2.entry.js +1 -0
  318. package/dist/components/{p-89f600a3.entry.js → p-0443ac40.entry.js} +1 -1
  319. package/dist/components/{p-a2621d66.entry.js → p-066f6d27.entry.js} +1 -1
  320. package/dist/components/p-0e0106fc.entry.js +1 -0
  321. package/dist/components/p-117d180f.entry.js +1 -0
  322. package/dist/components/{p-89227919.js → p-13efafb9.js} +1 -1
  323. package/dist/components/p-20e9ae7f.entry.js +1 -0
  324. package/dist/components/{p-a535838c.entry.js → p-2354daeb.entry.js} +1 -1
  325. package/dist/components/p-2b31ca60.entry.js +1 -0
  326. package/dist/components/p-3368cfd5.entry.js +1 -0
  327. package/dist/components/p-33c5b937.entry.js +1 -0
  328. package/dist/components/p-3af94671.entry.js +1 -0
  329. package/dist/components/{p-b1af5000.entry.js → p-43350dff.entry.js} +2 -2
  330. package/dist/components/p-43b3579a.entry.js +1 -0
  331. package/dist/components/p-467fe746.entry.js +1 -0
  332. package/dist/components/p-46a6042d.entry.js +1 -0
  333. package/dist/components/p-4a860d5b.entry.js +1 -0
  334. package/dist/components/p-4ac27fe7.entry.js +1 -0
  335. package/dist/components/p-4b2e6f03.entry.js +1 -0
  336. package/dist/components/p-4cd69983.entry.js +1 -0
  337. package/dist/components/p-5520a3b6.entry.js +1 -0
  338. package/dist/components/p-552b6a50.entry.js +1 -0
  339. package/dist/components/p-56b4e0fe.entry.js +1 -0
  340. package/dist/components/{p-f36f2aeb.entry.js → p-56ec190f.entry.js} +1 -1
  341. package/dist/components/p-5aff1ea0.entry.js +1 -0
  342. package/dist/components/p-5c12a0df.entry.js +1 -0
  343. package/dist/components/{p-72b42d77.entry.js → p-5e2216ae.entry.js} +1 -1
  344. package/dist/components/p-5e63e8a5.entry.js +1 -0
  345. package/dist/components/p-60e7e745.entry.js +1 -0
  346. package/dist/components/p-62f2f274.entry.js +1 -0
  347. package/dist/components/p-6404e157.entry.js +1 -0
  348. package/dist/components/p-69c5074b.js +1 -0
  349. package/dist/components/p-6fd0c3b3.entry.js +1 -0
  350. package/dist/components/p-77cc7c02.entry.js +1 -0
  351. package/dist/components/p-79c14cf1.entry.js +1 -0
  352. package/dist/components/{p-c034c395.entry.js → p-7dd81017.entry.js} +1 -1
  353. package/dist/components/p-7e0dd5d8.entry.js +1 -0
  354. package/dist/components/p-80dba155.js +1 -0
  355. package/dist/components/{p-b860b4aa.entry.js → p-8154d013.entry.js} +1 -1
  356. package/dist/components/p-86eed1b7.entry.js +1 -0
  357. package/dist/components/p-8b70a350.entry.js +1 -0
  358. package/dist/components/p-8e548691.entry.js +1 -0
  359. package/dist/components/p-90503a64.entry.js +1 -0
  360. package/dist/components/p-90f85604.entry.js +1 -0
  361. package/dist/components/p-94698510.entry.js +1 -0
  362. package/dist/components/p-950ecb1c.entry.js +1 -0
  363. package/dist/components/p-9b9fba38.entry.js +1 -0
  364. package/dist/components/p-9dc879c9.entry.js +1 -0
  365. package/dist/components/{p-b1de9a6c.entry.js → p-9eb2e870.entry.js} +1 -1
  366. package/dist/components/p-9ebc84d6.entry.js +1 -0
  367. package/dist/components/p-a56f0579.entry.js +1 -0
  368. package/dist/components/{p-0e0e1815.entry.js → p-a5c61d1c.entry.js} +1 -1
  369. package/dist/components/p-a6cd418e.entry.js +1 -0
  370. package/dist/components/{p-505ddcda.entry.js → p-a8dd1953.entry.js} +1 -1
  371. package/dist/components/p-a91ab66e.entry.js +1 -0
  372. package/dist/components/p-ab292dd5.entry.js +1 -0
  373. package/dist/components/p-ad746789.entry.js +1 -0
  374. package/dist/components/p-b80a9020.entry.js +1 -0
  375. package/dist/components/p-b8ba7e5c.entry.js +1 -0
  376. package/dist/components/p-ba720bf3.js +1 -0
  377. package/dist/components/p-c06d4f14.entry.js +1 -0
  378. package/dist/components/p-c12d9350.entry.js +1 -0
  379. package/dist/components/p-c3dda942.entry.js +1 -0
  380. package/dist/components/p-c6b32753.entry.js +1 -0
  381. package/dist/components/p-c776b6f8.js +1 -0
  382. package/dist/components/p-c935aa46.entry.js +1 -0
  383. package/dist/components/{p-7a8b9de5.js → p-cccacbd3.js} +2 -2
  384. package/dist/components/p-dbcf1f0e.entry.js +1 -0
  385. package/dist/components/p-dcc08064.entry.js +1 -0
  386. package/dist/components/p-dcd4de1f.entry.js +1 -0
  387. package/dist/components/p-e2d5a487.js +1 -0
  388. package/dist/components/p-e64cd6f7.entry.js +1 -0
  389. package/dist/components/p-e9a533e0.entry.js +1 -0
  390. package/dist/components/p-eac63c82.entry.js +1 -0
  391. package/dist/components/p-f5959676.entry.js +1 -0
  392. package/dist/components/{p-def72462.entry.js → p-f905ac92.entry.js} +1 -1
  393. package/dist/components/p-fba4080d.entry.js +1 -0
  394. package/dist/components/p-fc619588.entry.js +1 -0
  395. package/dist/components/p-fcc32210.entry.js +1 -0
  396. package/dist/components/{p-81942665.entry.js → p-ff7acb55.entry.js} +1 -1
  397. package/dist/components/primary.js +1 -1
  398. package/dist/components/primary2.js +1 -1
  399. package/dist/components/secondary.js +1 -1
  400. package/dist/components/secondary2.js +7 -7
  401. package/dist/components/sharedUtils.js +19 -0
  402. package/dist/components/star.js +5 -0
  403. package/dist/components/support.js +1 -1
  404. package/dist/components/support2.js +3 -3
  405. package/dist/components/thumbs-down.js +5 -0
  406. package/dist/components/thumbs-up.js +6 -0
  407. package/dist/components/token-list2.js +1 -1
  408. package/dist/components/token-radii2.js +1 -1
  409. package/dist/components/token-ratios.js +1 -1
  410. package/dist/components/token-shadows2.js +1 -1
  411. package/dist/components/token-spacing.js +1 -1
  412. package/dist/components/token-typography.js +1 -1
  413. package/dist/esm/{analytics-1cde8e4a.js → analytics-44b1416b.js} +9 -1
  414. package/dist/esm/color-primary-palette_6.entry.js +15 -15
  415. package/dist/esm/components.js +3 -3
  416. package/dist/esm/correct-use-of-colors.entry.js +2 -2
  417. package/dist/esm/eds-accordion_22.entry.js +1934 -0
  418. package/dist/esm/eds-alert.entry.js +93 -0
  419. package/dist/esm/eds-app-root.entry.js +33 -0
  420. package/dist/esm/eds-avatar_4.entry.js +2 -9
  421. package/dist/esm/eds-breadcrumb.entry.js +131 -0
  422. package/dist/esm/eds-card-generic.entry.js +5 -17
  423. package/dist/esm/eds-card-project.entry.js +2 -2
  424. package/dist/esm/eds-card-section.entry.js +6 -22
  425. package/dist/esm/eds-card-tags.entry.js +1 -1
  426. package/dist/esm/eds-card-tool.entry.js +2 -2
  427. package/dist/esm/eds-card-wrapper.entry.js +1 -1
  428. package/dist/esm/eds-code-block.entry.js +1 -1
  429. package/dist/esm/eds-components-section.entry.js +2 -2
  430. package/dist/esm/eds-cookies-preference.entry.js +35 -0
  431. package/dist/esm/eds-docs-palettes.entry.js +2 -2
  432. package/dist/esm/eds-docs-tokens.entry.js +2 -2
  433. package/dist/esm/{eds-dropdown_2.entry.js → eds-dropdown.entry.js} +10 -42
  434. package/dist/esm/eds-feedback.entry.js +62 -0
  435. package/dist/esm/eds-form.entry.js +238 -255
  436. package/dist/esm/eds-frame.entry.js +32 -32
  437. package/dist/esm/eds-icon-arrow-diagonal.entry.js +2 -2
  438. package/dist/esm/eds-icon-arrow-right.entry.js +2 -2
  439. package/dist/esm/eds-icon-bluesky.entry.js +2 -2
  440. package/dist/esm/eds-icon-chevron-down.entry.js +2 -2
  441. package/dist/esm/eds-icon-chevron-left.entry.js +2 -2
  442. package/dist/esm/eds-icon-chevron-right.entry.js +2 -2
  443. package/dist/esm/eds-icon-chevron-up.entry.js +2 -2
  444. package/dist/esm/eds-icon-close.entry.js +2 -2
  445. package/dist/esm/eds-icon-copy.entry.js +2 -2
  446. package/dist/esm/eds-icon-eu.entry.js +2 -2
  447. package/dist/esm/eds-icon-facebook.entry.js +2 -2
  448. package/dist/esm/eds-icon-gitlab.entry.js +2 -2
  449. package/dist/esm/eds-icon-linkedin.entry.js +2 -2
  450. package/dist/esm/eds-icon-loader.entry.js +2 -2
  451. package/dist/esm/eds-icon-mastodon.entry.js +2 -2
  452. package/dist/esm/eds-icon-menu.entry.js +2 -2
  453. package/dist/esm/eds-icon-more.entry.js +2 -2
  454. package/dist/esm/eds-icon-search.entry.js +2 -2
  455. package/dist/esm/eds-icon-star.entry.js +14 -0
  456. package/dist/esm/eds-icon-success.entry.js +2 -2
  457. package/dist/esm/eds-icon-thumbs-down.entry.js +14 -0
  458. package/dist/esm/eds-icon-thumbs-up.entry.js +14 -0
  459. package/dist/esm/eds-icon-twitter.entry.js +2 -2
  460. package/dist/esm/eds-icon-user.entry.js +2 -2
  461. package/dist/esm/eds-icon-youtube.entry.js +2 -2
  462. package/dist/esm/{keycloak-d502ec16.js → eds-login_2.entry.js} +139 -1
  463. package/dist/esm/eds-logo-variations.entry.js +2 -2
  464. package/dist/esm/eds-modal.entry.js +16 -4
  465. package/dist/esm/eds-progress-bar.entry.js +2 -2
  466. package/dist/esm/eds-rating.entry.js +60 -0
  467. package/dist/esm/eds-section-core_2.entry.js +4 -4
  468. package/dist/esm/eds-spinner.entry.js +50 -0
  469. package/dist/esm/eds-steps.entry.js +51 -0
  470. package/dist/esm/eds-svg-repository.entry.js +9 -3
  471. package/dist/esm/eds-switch.entry.js +34 -0
  472. package/dist/esm/eds-tabs.entry.js +11 -25
  473. package/dist/esm/eds-timeline.entry.js +4 -22
  474. package/dist/esm/eds-toast-manager.entry.js +42 -0
  475. package/dist/esm/eds-toast.entry.js +72 -0
  476. package/dist/esm/eds-tooltip.entry.js +3 -3
  477. package/dist/esm/eds-trl.entry.js +2 -2
  478. package/dist/esm/eds-user.entry.js +9 -79
  479. package/dist/esm/eds-vertical-stepper.entry.js +2 -2
  480. package/dist/esm/formUtils-ac68474d.js +223 -0
  481. package/dist/esm/incorrect-use-of-colors.entry.js +2 -2
  482. package/dist/esm/{index-e96badea.js → index-8a71b9a7.js} +57 -29
  483. package/dist/esm/loader.js +3 -3
  484. package/dist/esm/logo-space.entry.js +2 -2
  485. package/dist/esm/logo-variations-horizontal_2.entry.js +3 -3
  486. package/dist/esm/logo-wrong-usage.entry.js +2 -2
  487. package/dist/esm/sharedUtils-a550989c.js +19 -0
  488. package/dist/esm/star-0da9b5e9.js +5 -0
  489. package/dist/esm/thumbs-down-a18fd049.js +5 -0
  490. package/dist/esm/thumbs-up-c19a71bc.js +6 -0
  491. package/dist/esm/token-list_3.entry.js +4 -4
  492. package/dist/esm/token-ratios.entry.js +2 -2
  493. package/dist/esm/token-spacing.entry.js +2 -2
  494. package/dist/esm/token-typography.entry.js +2 -2
  495. package/dist/hydrate/index.js +1556 -1192
  496. package/dist/hydrate/index.mjs +1556 -1192
  497. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +4 -1
  498. package/dist/types/components/eds-accordion/eds-accordion.d.ts +3 -3
  499. package/dist/types/components/eds-button/eds-button.d.ts +3 -1
  500. package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +5 -0
  501. package/dist/types/components/eds-form/eds-form.d.ts +52 -20
  502. package/dist/types/components/eds-form-v2/eds-form-v2.d.ts +99 -0
  503. package/dist/types/components/eds-form-v2/eds-form-v2.stories.d.ts +27 -0
  504. package/dist/types/components/eds-icons/eds-icon-star/eds-icon-star.d.ts +10 -0
  505. package/dist/types/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.d.ts +10 -0
  506. package/dist/types/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.d.ts +10 -0
  507. package/dist/types/components/eds-input-elements/eds-input-search/eds-input-search.d.ts +6 -1
  508. package/dist/types/components/eds-modal/eds-modal.d.ts +8 -0
  509. package/dist/types/components/eds-pagination/eds-pagination.d.ts +1 -1
  510. package/dist/types/components/eds-rating/eds-rating.d.ts +19 -11
  511. package/dist/types/components/eds-rating/eds-rating.stories.d.ts +13 -27
  512. package/dist/types/components/eds-spinner/eds-spinner.d.ts +27 -0
  513. package/dist/types/components/eds-spinner/eds-spinner.stories.d.ts +42 -0
  514. package/dist/types/components/eds-steps/eds-steps.d.ts +1 -2
  515. package/dist/types/components/eds-table/eds-table.stories.d.ts +6 -0
  516. package/dist/types/components/eds-tag/eds-tag.d.ts +1 -25
  517. package/dist/types/components/eds-toast/eds-toast.d.ts +4 -5
  518. package/dist/types/components.d.ts +689 -387
  519. package/dist/types/{components → eds-docs-ui}/eds-frame/eds-frame.d.ts +26 -6
  520. package/dist/types/{components → eds-docs-ui}/eds-frame/eds-frame.stories.d.ts +8 -13
  521. package/dist/types/shared-ui/eds-card-section/eds-card-section.d.ts +5 -5
  522. package/dist/types/shared-ui/eds-card-section/eds-card-section.stories.d.ts +1 -1
  523. package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.d.ts +27 -0
  524. package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.st.d.ts +27 -0
  525. package/dist/types/shared-ui/eds-feedback/eds-feedback.d.ts +56 -0
  526. package/dist/types/shared-ui/eds-feedback/eds-feedback.stories.d.ts +77 -0
  527. package/dist/types/shared-ui/eds-footer/eds-footer.d.ts +2 -15
  528. package/dist/types/shared-ui/eds-header/eds-header.stories.d.ts +0 -28
  529. package/dist/types/shared-ui/eds-login/eds-login.d.ts +12 -1
  530. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.d.ts +17 -48
  531. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +2 -1
  532. package/dist/types/shared-ui/eds-splash-screen/eds-splash-screen.d.ts +31 -0
  533. package/dist/types/shared-ui/eds-splash-screen/eds-splash-screen.stories.d.ts +22 -0
  534. package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +3 -3
  535. package/dist/types/shared-ui/eds-tabs/eds-tabs.stories.d.ts +5 -2
  536. package/dist/types/shared-ui/eds-toast-manager/eds-toast-manager.d.ts +3 -0
  537. package/dist/types/shared-ui/eds-user/eds-user.d.ts +12 -66
  538. package/dist/types/shared-ui/eds-user/eds-user.stories.d.ts +32 -0
  539. package/dist/types/shared-ui/examples/eds-app-root/eds-app-root.d.ts +9 -0
  540. package/dist/types/utils/api.d.ts +5 -0
  541. package/dist/types/utils/eds-form/formUtils.d.ts +38 -0
  542. package/dist/types/utils/eds-form/formValidators.d.ts +17 -0
  543. package/dist/types/utils/eds-form/individualValidator.d.ts +3 -0
  544. package/dist/types/utils/eds-form/validateInput.d.ts +10 -0
  545. package/dist/types/utils/sharedUtils.d.ts +1 -0
  546. package/package.json +3 -3
  547. package/dist/cjs/eds-accordion.cjs.entry.js +0 -84
  548. package/dist/cjs/eds-alert_17.cjs.entry.js +0 -1392
  549. package/dist/cjs/eds-input_7.cjs.entry.js +0 -324
  550. package/dist/cjs/eds-login.cjs.entry.js +0 -91
  551. package/dist/cjs/eds-matomo-notice.cjs.entry.js +0 -109
  552. package/dist/cjs/eds-navigator.cjs.entry.js +0 -43
  553. package/dist/cjs/eds-pagination_2.cjs.entry.js +0 -386
  554. package/dist/cjs/eds-tab.cjs.entry.js +0 -40
  555. package/dist/cjs/eds-tabs-content.cjs.entry.js +0 -133
  556. package/dist/collection/components/eds-frame/eds-frame.stories.js +0 -68
  557. package/dist/collection/components/eds-navigator/eds-navigator.js +0 -147
  558. package/dist/collection/components/eds-navigator/eds-navigator.stories.js +0 -101
  559. package/dist/collection/components/eds-tab/eds-tab.js +0 -109
  560. package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.js +0 -194
  561. package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.stories.js +0 -112
  562. package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.js +0 -109
  563. package/dist/components/eds-navigator.js +0 -75
  564. package/dist/components/eds-tab.js +0 -6
  565. package/dist/components/eds-tab2.js +0 -55
  566. package/dist/components/eds-tabs-content.js +0 -159
  567. package/dist/components/eds-user-modal.js +0 -6
  568. package/dist/components/eds-user-modal2.js +0 -87
  569. package/dist/components/p-030f67c1.entry.js +0 -1
  570. package/dist/components/p-06299762.entry.js +0 -1
  571. package/dist/components/p-0ab85eee.entry.js +0 -1
  572. package/dist/components/p-0bafc5ae.entry.js +0 -1
  573. package/dist/components/p-0e7bdd2c.entry.js +0 -1
  574. package/dist/components/p-1ed3fdb7.entry.js +0 -1
  575. package/dist/components/p-209fa119.entry.js +0 -1
  576. package/dist/components/p-2831a9d5.entry.js +0 -1
  577. package/dist/components/p-2c00bd76.entry.js +0 -1
  578. package/dist/components/p-38d70586.entry.js +0 -1
  579. package/dist/components/p-3babd772.entry.js +0 -1
  580. package/dist/components/p-4a12a131.entry.js +0 -1
  581. package/dist/components/p-59405ecf.entry.js +0 -1
  582. package/dist/components/p-5980a142.entry.js +0 -1
  583. package/dist/components/p-599c7b97.entry.js +0 -1
  584. package/dist/components/p-65703520.entry.js +0 -1
  585. package/dist/components/p-6af40c33.entry.js +0 -1
  586. package/dist/components/p-6df9db15.entry.js +0 -1
  587. package/dist/components/p-75795b05.entry.js +0 -1
  588. package/dist/components/p-759b2640.entry.js +0 -1
  589. package/dist/components/p-80a185ba.entry.js +0 -1
  590. package/dist/components/p-86fbc239.entry.js +0 -1
  591. package/dist/components/p-8b583210.entry.js +0 -1
  592. package/dist/components/p-8c4a0fc9.entry.js +0 -1
  593. package/dist/components/p-8d19a05b.entry.js +0 -1
  594. package/dist/components/p-8eab748d.js +0 -1
  595. package/dist/components/p-911d9b37.entry.js +0 -1
  596. package/dist/components/p-92e16cc9.entry.js +0 -1
  597. package/dist/components/p-96fe2267.entry.js +0 -1
  598. package/dist/components/p-9739def5.entry.js +0 -1
  599. package/dist/components/p-9826acae.entry.js +0 -1
  600. package/dist/components/p-9b441a1f.entry.js +0 -1
  601. package/dist/components/p-a5b7d72d.entry.js +0 -1
  602. package/dist/components/p-a5d00633.entry.js +0 -1
  603. package/dist/components/p-a63bd0c9.entry.js +0 -1
  604. package/dist/components/p-a846dbca.entry.js +0 -1
  605. package/dist/components/p-a927a455.entry.js +0 -1
  606. package/dist/components/p-aec9b8e1.entry.js +0 -1
  607. package/dist/components/p-b3c1aef5.entry.js +0 -1
  608. package/dist/components/p-b60ed774.entry.js +0 -1
  609. package/dist/components/p-b67aafe7.entry.js +0 -1
  610. package/dist/components/p-b79999d5.entry.js +0 -1
  611. package/dist/components/p-b80457ed.entry.js +0 -1
  612. package/dist/components/p-c5fa170d.entry.js +0 -1
  613. package/dist/components/p-d69ef196.entry.js +0 -1
  614. package/dist/components/p-de12396f.entry.js +0 -1
  615. package/dist/components/p-de2fbcfc.entry.js +0 -1
  616. package/dist/components/p-e2c250c5.entry.js +0 -1
  617. package/dist/components/p-eeeb0d83.entry.js +0 -1
  618. package/dist/components/p-f08eac56.entry.js +0 -1
  619. package/dist/components/p-f1cd83da.entry.js +0 -1
  620. package/dist/components/p-f5dafbc8.entry.js +0 -1
  621. package/dist/components/p-f7493f41.entry.js +0 -1
  622. package/dist/components/p-fce25541.entry.js +0 -1
  623. package/dist/esm/eds-accordion.entry.js +0 -80
  624. package/dist/esm/eds-alert_17.entry.js +0 -1372
  625. package/dist/esm/eds-input_7.entry.js +0 -314
  626. package/dist/esm/eds-login.entry.js +0 -87
  627. package/dist/esm/eds-matomo-notice.entry.js +0 -105
  628. package/dist/esm/eds-navigator.entry.js +0 -39
  629. package/dist/esm/eds-pagination_2.entry.js +0 -381
  630. package/dist/esm/eds-tab.entry.js +0 -36
  631. package/dist/esm/eds-tabs-content.entry.js +0 -129
  632. package/dist/types/components/eds-navigator/eds-navigator.d.ts +0 -42
  633. package/dist/types/components/eds-navigator/eds-navigator.stories.d.ts +0 -46
  634. package/dist/types/components/eds-tab/eds-tab.d.ts +0 -15
  635. package/dist/types/shared-ui/eds-tabs-content/eds-tabs-content.d.ts +0 -36
  636. package/dist/types/shared-ui/eds-tabs-content/eds-tabs-content.stories.d.ts +0 -16
  637. package/dist/types/shared-ui/eds-user-modal/eds-user-modal.d.ts +0 -47
@@ -27,7 +27,7 @@ export namespace Components {
27
27
  * This component supports a range of configurations, including background toggling, minimum height adjustments,
28
28
  * and various styles to suit different layouts and display requirements.
29
29
  * It includes an optional button or link element within the header, which can be customized for additional interactions.
30
- * The `accordionChange` event is emitted when the accordion's expanded state changes, allowing parent components
30
+ * The `accordion` event is emitted when the accordion's expanded state changes, allowing parent components
31
31
  * to track its open/close status.
32
32
  * Key features include:
33
33
  * - Header with customizable title
@@ -95,6 +95,8 @@ export namespace Components {
95
95
  */
96
96
  "pressableUrl"?: string;
97
97
  }
98
+ interface EdsAppRoot {
99
+ }
98
100
  /**
99
101
  * `EdsAvatar` is a versatile component for displaying user profile representations, including initials or profile pictures.
100
102
  * This component is customizable to adapt to various styles and use cases.
@@ -191,7 +193,7 @@ export namespace Components {
191
193
  /**
192
194
  * The HTML element type for the button (e.g., 'button', 'a'). Default is 'button'.
193
195
  */
194
- "elementType": string;
196
+ "elementType": 'button' | 'a';
195
197
  "extraClass"?: string;
196
198
  /**
197
199
  * The icon name to be displayed inside the button. Assumes a string for the icon name.
@@ -353,10 +355,10 @@ export namespace Components {
353
355
  "vertical": boolean;
354
356
  }
355
357
  /**
356
- * `EdsCardSection` is a component that renders a section of cards in a customizable grid layout.
358
+ * `EdsCardSection` is a component that renders a section of cards in a customizable grid layout of 4 columns (grid-cols-4).
357
359
  * Each card within the section can display various properties such as title, description, avatar, and additional content.
358
360
  * Key Features:
359
- * - Accepts a JSON string of card objects, each defining its properties like title, description, avatar, tags, URL, and image.
361
+ * - Accepts a JSON string or array of card objects, each defining its properties like title, description, avatar, tags, URL, and image.
360
362
  * - Configurable grid layout with adjustable column span for each card, optimizing display on different screen sizes.
361
363
  * This component is ideal for displaying a structured section of cards with varying content in a responsive grid format.
362
364
  */
@@ -366,9 +368,9 @@ export namespace Components {
366
368
  */
367
369
  "cards": string | Card[];
368
370
  /**
369
- * Number of columns to span for each card in the grid layout. This value sets the column span on medium (md) and larger screen sizes. Default is `4`.
371
+ * Number of columns to span for each card in the grid layout four. This value sets the column span on medium (md) and larger screen sizes. Default is `1`.
370
372
  */
371
- "cols": number;
373
+ "occupyCols": 1 | 2 | 3 | 4;
372
374
  }
373
375
  interface EdsCardTags {
374
376
  /**
@@ -495,6 +497,24 @@ export namespace Components {
495
497
  */
496
498
  "tabIndex": number;
497
499
  }
500
+ interface EdsCookiesPreference {
501
+ /**
502
+ * Text to display on the cookies preference button.
503
+ */
504
+ "buttonText": string;
505
+ /**
506
+ * The visual intent or style of the button.
507
+ */
508
+ "intent"?: | 'primary'
509
+ | 'secondary'
510
+ | 'tertiary'
511
+ | 'ghost'
512
+ | 'strong'
513
+ | 'weak'
514
+ | 'inverse'
515
+ | 'underline'
516
+ | 'blueish';
517
+ }
498
518
  interface EdsDocsPalettes {
499
519
  /**
500
520
  * Active tab index to determine the content to display
@@ -567,6 +587,28 @@ export namespace Components {
567
587
  */
568
588
  "rounded": boolean;
569
589
  }
590
+ interface EdsFeedback {
591
+ /**
592
+ * Number of stars in the rating system.
593
+ */
594
+ "count": number;
595
+ /**
596
+ * Number of stars in the rating system.
597
+ */
598
+ "description": string;
599
+ /**
600
+ * Number of stars in the rating system.
601
+ */
602
+ "label": string;
603
+ /**
604
+ * Mapping of text to star ratings.
605
+ */
606
+ "textMapping": string | string[];
607
+ /**
608
+ * The type of icon to display. Can be "stars" or "thumbs".
609
+ */
610
+ "type": 'star' | 'thumbs-up' | 'thumbs-down';
611
+ }
570
612
  /**
571
613
  * `EdsFooter` is a footer component designed for the EBRAINS platform, featuring social links,
572
614
  * legal information, and an optional cookie preferences button. It includes a "Back to top"
@@ -580,11 +622,6 @@ export namespace Components {
580
622
  * across the EBRAINS platform, with options for social links and a "Back to top" button.
581
623
  */
582
624
  interface EdsFooter {
583
- /**
584
- * Controls the display of the "Cookies Preference" text.
585
- * @type {string}
586
- */
587
- "cookiesPreference": string;
588
625
  /**
589
626
  * Controls the display of the "Back to Top" button. When true, the button appears in the footer.
590
627
  * @type {boolean}
@@ -600,11 +637,6 @@ export namespace Components {
600
637
  * @type {string}
601
638
  */
602
639
  "fundedBy": string;
603
- /**
604
- * Controls the display of the "Cookies Preferences" button. When true, the button appears in the footer.
605
- * @type {boolean}
606
- */
607
- "hasCookiesSetUp": boolean;
608
640
  /**
609
641
  * Controls the display of the "Rights Reserved" text.
610
642
  * @type {string}
@@ -633,6 +665,14 @@ export namespace Components {
633
665
  * Couping Auth and Submit button state Submit button's state (disabled) is coupled with the Users' auth state - if user auth true then submit btn is enabled This useful when the component is used as Survey and more types.
634
666
  */
635
667
  "coupleAuth": boolean;
668
+ /**
669
+ * Whether the form is in draft mode. Meaning it will attempt to post each input change invalidated.
670
+ */
671
+ "draft"?: boolean;
672
+ /**
673
+ * The draft data the form will attempt to populate in the provided fields.
674
+ */
675
+ "draftData": { [key: string]: any };
636
676
  /**
637
677
  * The API endpoint where the form data will be submitted.
638
678
  */
@@ -669,6 +709,50 @@ export namespace Components {
669
709
  * The message displayed when the form submission is successful.
670
710
  */
671
711
  "successMessage"?: string;
712
+ /**
713
+ * The user object containing user information. This is populated after a successful authentication.
714
+ */
715
+ "user"?: User;
716
+ }
717
+ /**
718
+ * `EdsFormV2` is a comprehensive form component designed to handle form submission with validation,
719
+ * error handling, and customizable fields.
720
+ * Key Features:
721
+ * - Configurable validation for fields, including dynamic field validation.
722
+ * - Optionally includes a submit button, which can display a loading state during submission.
723
+ * - Supports file upload, hidden fields, and dynamic field parsing.
724
+ * - Emits `form` event when the form is submitting/validating or there are field updates.
725
+ * This component is ideal for implementing complex forms with specific validation and submission behaviors.
726
+ */
727
+ interface EdsFormV2 {
728
+ /**
729
+ * The message displayed when the form submission fails.
730
+ */
731
+ "errorMessage"?: string;
732
+ /**
733
+ * A JSON string representing the fields in the form. Example: ```json [ { "name": "email", "label": "Email", "type": "text", "required": true }, { "name": "password", "label": "Password", "type": "password", "required": true } ] ```
734
+ */
735
+ "fields": string | any[];
736
+ /**
737
+ * If `true`, includes a submit button in the form.
738
+ */
739
+ "formBtn"?: boolean;
740
+ /**
741
+ * If `true`, includes a submit button in the form.
742
+ */
743
+ "formBtnLabel"?: string;
744
+ /**
745
+ * The init data the form will attempt to populate in the provided fields.
746
+ */
747
+ "initData": { [key: string]: any };
748
+ /**
749
+ * The name of the form, used for grouping inputs and identifying the form.
750
+ */
751
+ "name": string;
752
+ /**
753
+ * If `true`, includes the current form URL in the submission data.
754
+ */
755
+ "setFormUrl"?: boolean;
672
756
  }
673
757
  /**
674
758
  * `EdsFrame` is a versatile iframe container component that can display external content
@@ -683,14 +767,33 @@ export namespace Components {
683
767
  * Ideal for showcasing embedded content within an application, especially when previewing external resources.
684
768
  */
685
769
  interface EdsFrame {
686
- "bg": boolean;
770
+ /**
771
+ * The error message displayed if the iframe fails to load.
772
+ */
687
773
  "errorMessage"?: string;
774
+ /**
775
+ * The label displayed at the top left of the frame.
776
+ */
688
777
  "frameLabel": string;
689
- "intent": 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'strong' | 'weak' | 'inverse' | 'underline';
778
+ /**
779
+ * The intent for styling the link (e.g., primary, secondary, tertiary, etc.).
780
+ */
781
+ "intent": 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'strong' | 'weak' | 'underline';
782
+ /**
783
+ * The size of the frame controlling its height. Options: 'auto', 'sm', 'md', 'lg', 'xl'
784
+ */
690
785
  "size": 'auto' | 'sm' | 'md' | 'lg' | 'xl';
786
+ /**
787
+ * The story path identifier used to generate the iframe URL.
788
+ */
691
789
  "storyPath": string;
790
+ /**
791
+ * The base URL of the Storybook instance.
792
+ */
692
793
  "storybookUrl": string;
693
- "tiny": boolean;
794
+ /**
795
+ * The label for the external link at the top right of the frame. Defaults to 'Open in Storybook'.
796
+ */
694
797
  "urlLabel"?: string;
695
798
  }
696
799
  /**
@@ -852,12 +955,30 @@ export namespace Components {
852
955
  */
853
956
  "class": string;
854
957
  }
958
+ interface EdsIconStar {
959
+ /**
960
+ * Additional CSS classes to be applied to the icon for styling.
961
+ */
962
+ "class": string;
963
+ }
855
964
  interface EdsIconSuccess {
856
965
  /**
857
966
  * Additional CSS classes to be applied to the icon for styling.
858
967
  */
859
968
  "class": string;
860
969
  }
970
+ interface EdsIconThumbsDown {
971
+ /**
972
+ * Additional CSS classes to be applied to the icon for styling.
973
+ */
974
+ "class": string;
975
+ }
976
+ interface EdsIconThumbsUp {
977
+ /**
978
+ * Additional CSS classes to be applied to the icon for styling.
979
+ */
980
+ "class": string;
981
+ }
861
982
  interface EdsIconTwitter {
862
983
  /**
863
984
  * Additional CSS classes to be applied to the icon for styling.
@@ -1076,6 +1197,7 @@ export namespace Components {
1076
1197
  "step": number;
1077
1198
  }
1078
1199
  interface EdsInputSearch {
1200
+ "decorate": string;
1079
1201
  "disabled": boolean;
1080
1202
  "getInputElement": () => Promise<HTMLInputElement>;
1081
1203
  "inputId"?: string;
@@ -1250,19 +1372,17 @@ export namespace Components {
1250
1372
  */
1251
1373
  "tabIndex": number;
1252
1374
  }
1253
- /**
1254
- * A Stencil component for displaying a Matomo analytics consent notice.
1255
- * Provides users with the option to opt in or opt out of anonymous analytics.
1256
- */
1257
1375
  interface EdsMatomoNotice {
1258
1376
  /**
1259
- * The description displayed in the notice. Explains the purpose of collecting analytics data.
1260
- * @default 'We use anonymous analytics to improve our services. No personal data is collected unless you give your consent.'
1377
+ * The description displayed in the notice.
1261
1378
  */
1262
1379
  "description": string;
1380
+ /**
1381
+ * When true, the notice is forced to show regardless of cookies/session.
1382
+ */
1383
+ "forceShow": boolean;
1263
1384
  /**
1264
1385
  * The title displayed in the notice.
1265
- * @default 'Analytics Consent'
1266
1386
  */
1267
1387
  "title": string;
1268
1388
  }
@@ -1304,37 +1424,11 @@ export namespace Components {
1304
1424
  */
1305
1425
  "truncateLines": string;
1306
1426
  }
1307
- interface EdsNavigator {
1308
- /**
1309
- * Intent of the links. Can be 'ghost', 'primary', 'secondary', etc. Default is 'ghost'.
1310
- */
1311
- "linkIntent": 'ghost' | 'primary' | 'secondary' | 'tertiary' | 'ghost';
1312
- /**
1313
- * Size of the links. Can be 'small', 'medium', or 'large'. Default is 'small'.
1314
- */
1315
- "linkSize": 'small' | 'large';
1316
- /**
1317
- * Label for the next navigation link.
1318
- */
1319
- "nextLabel"?: string;
1320
- /**
1321
- * URL for the next navigation link. If not provided, the link will be disabled.
1322
- */
1323
- "nextUrl"?: string;
1324
- /**
1325
- * Label for the previous navigation link.
1326
- */
1327
- "prevLabel"?: string;
1328
- /**
1329
- * URL for the previous navigation link. If not provided, the link will be disabled.
1330
- */
1331
- "prevUrl"?: string;
1332
- }
1333
1427
  /**
1334
1428
  * `EdsPagination` is a component for navigating paginated data.
1335
1429
  * Key Features:
1336
1430
  * - Supports two display modes: "default" (shows numbered page links) and "navigator" (shows Previous/Next buttons).
1337
- * - Emits a `pageChange` event when the page is changed in "default" mode.
1431
+ * - Emits a `page` event when the page is changed in "default" mode.
1338
1432
  * - Automatically generates pagination links based on the `currentPage` and `lastPage`.
1339
1433
  * This component is designed for flexible and accessible pagination controls, suitable for various display needs.
1340
1434
  */
@@ -1392,18 +1486,14 @@ export namespace Components {
1392
1486
  "value": number;
1393
1487
  }
1394
1488
  interface EdsRating {
1395
- /**
1396
- * The label text for the rating component.
1397
- */
1398
- "label"?: string;
1399
1489
  /**
1400
1490
  * Number of stars in the rating system.
1401
1491
  */
1402
- "stars": number;
1492
+ "ratingCount": number;
1403
1493
  /**
1404
- * Mapping of text to star ratings.
1494
+ * The type of icon to display. Can be "stars" or "thumbs".
1405
1495
  */
1406
- "textMapping": string | string[];
1496
+ "ratingType": 'star' | 'thumbs-up' | 'thumbs-down';
1407
1497
  }
1408
1498
  /**
1409
1499
  * `EdsSectionCore` is a flexible wrapper component for creating structured sections with customizable headings.
@@ -1467,6 +1557,42 @@ export namespace Components {
1467
1557
  */
1468
1558
  "title": string;
1469
1559
  }
1560
+ interface EdsSpinner {
1561
+ /**
1562
+ * Background overlay color.
1563
+ */
1564
+ "background": string;
1565
+ /**
1566
+ * Color for the spinner's border.
1567
+ */
1568
+ "borderColor": string;
1569
+ /**
1570
+ * Color for the spinner's bottom border.
1571
+ */
1572
+ "bottomColor": string;
1573
+ /**
1574
+ * When true, the spinner covers the entire viewport.
1575
+ */
1576
+ "fullscreen": boolean;
1577
+ /**
1578
+ * Size of the spinner (e.g., "3rem", "50px").
1579
+ */
1580
+ "size": string;
1581
+ /**
1582
+ * Border thickness of the spinner.
1583
+ */
1584
+ "thickness": string;
1585
+ }
1586
+ interface EdsSplashScreen {
1587
+ /**
1588
+ * A promise that must be resolved before the splash screen hides. This can be used for tasks like initialization or authentication.
1589
+ */
1590
+ "initPromise"?: Promise<any>;
1591
+ /**
1592
+ * If true, applies a dark theme by rendering a black background and white logo.
1593
+ */
1594
+ "inverse": boolean;
1595
+ }
1470
1596
  interface EdsSteps {
1471
1597
  /**
1472
1598
  * JSON string containing an array of step objects. Example: '[ { "title": "Get Access...", "content": "To participate..." }, { "title": "Subscribe...", "content": "Technical Coordination..." }, { "title": "Confirm Your Subscription" } ]'
@@ -1497,24 +1623,6 @@ export namespace Components {
1497
1623
  */
1498
1624
  "labelOn": string;
1499
1625
  }
1500
- interface EdsTab {
1501
- /**
1502
- * Whether the tab is active
1503
- */
1504
- "active": boolean;
1505
- /**
1506
- * Aria label for accessibility
1507
- */
1508
- "ariaLabel": string;
1509
- /**
1510
- * The label of the tab
1511
- */
1512
- "label": string;
1513
- /**
1514
- * The URL or href of the tab
1515
- */
1516
- "url"?: string;
1517
- }
1518
1626
  /**
1519
1627
  * `EdsTable` is a customizable data table component with support for dynamic data fetching, column configuration, pagination, and search functionality.
1520
1628
  * Key Features:
@@ -1581,37 +1689,19 @@ export namespace Components {
1581
1689
  /**
1582
1690
  * JSON string for tabs data
1583
1691
  */
1584
- "tabs": string | { label: string; url: string; active: boolean; ariaLabel: string }[];
1585
- }
1586
- interface EdsTabsContent {
1587
- /**
1588
- * Aria label for the navigation
1589
- */
1590
- "navAriaLabel": string;
1591
- /**
1592
- * JSON string for tabs data
1593
- */
1594
- "tabs": string;
1692
+ "tabs": string | { label: string; url: string; active: boolean; ariaLabel?: string }[];
1595
1693
  }
1596
1694
  /**
1597
1695
  * `EdsTag` is a stylized label component designed to display short, categorical information.
1598
- * The component supports multiple visual styles to fit different use cases, such as accent or inverse styling.
1599
- * Key Features:
1600
- * - Configurable appearance through `intent` prop with options for various styles (default, strong, accent, weak, inverse, inverse-strong).
1601
- * - Displays a label passed as the `label` prop, required for defining the content of the tag.
1602
- * This component is useful for creating distinguishable tags or labels with consistent styling.
1696
+ * It supports multiple visual styles defined by the `intent` prop.
1603
1697
  */
1604
1698
  interface EdsTag {
1605
1699
  /**
1606
- * Optional accessible label override. If not provided, the visible label is used as the accessible name.
1607
- */
1608
- "ariaLabel"?: string;
1609
- /**
1610
- * The visual style or intent of the tag. Options include: - 'default': The standard appearance. - 'strong': Strong emphasis with inverse text color. - 'accent': Accent color with a blue text and border. - 'weak': A softer look with lighter text and transparent border. - 'inverse': Inverse style with border and text inversion. - 'inverse-strong': Strong inverse with lighter text. Defaults to 'default'.
1700
+ * The visual style or intent of the tag.
1611
1701
  */
1612
1702
  "intent": 'default' | 'strong' | 'accent' | 'weak' | 'inverse' | 'inverse-strong';
1613
1703
  /**
1614
- * The label to be displayed inside the tag. This prop is required.
1704
+ * The label to be displayed inside the tag.
1615
1705
  */
1616
1706
  "label": string;
1617
1707
  }
@@ -1657,39 +1747,21 @@ export namespace Components {
1657
1747
  "applications": string | any[];
1658
1748
  }
1659
1749
  /**
1660
- * `EdsUser` is a user authentication component for managing and displaying
1661
- * the user's authentication state using Keycloak. It provides login and logout
1662
- * functionality, displays a user dropdown menu when authenticated, and emits
1663
- * authentication status changes.
1664
- * This component is ideal for embedding into any layout requiring secure user authentication, with built-in integration for Keycloak and optional login/logout functionality.
1750
+ * `EdsUser` is a user component for managing and displaying
1751
+ * the user's auth information. Displays a user dropdown menu when authenticated.
1752
+ * This component is ideal for embedding into any layout requiring user authentication.
1665
1753
  */
1666
1754
  interface EdsUser {
1667
1755
  /**
1668
- * The Keycloak Client ID. The client ID represents the client application that Keycloak protects. It's configured in the Keycloak admin console and used to identify the app requesting authentication. Example: `my-client-app`
1669
- */
1670
- "keycloakClientId": string;
1671
- /**
1672
- * The Keycloak Realm. A realm in Keycloak is a space where you manage a set of users, roles, groups, and credentials.
1673
- */
1674
- "keycloakRealm": string;
1675
- /**
1676
- * The URL of the Keycloak server. This is the base URL where your Keycloak instance is hosted.
1677
- */
1678
- "keycloakUrl": string;
1679
- }
1680
- interface EdsUserModal {
1681
- /**
1682
- * Array of links to be displayed in the modal. Can be passed as an array or a JSON string.
1756
+ * The user object containing user information.
1683
1757
  */
1684
- "links"?: string;
1685
- /**
1686
- * Logout callback function.
1687
- */
1688
- "onLogout"?: () => void;
1689
- /**
1690
- * The user object containing user information. Can be passed as an object or a JSON string.
1691
- */
1692
- "user": User | string;
1758
+ "user": {
1759
+ email: string;
1760
+ name: string;
1761
+ given_name: string;
1762
+ family_name: string;
1763
+ preferred_username: string;
1764
+ };
1693
1765
  }
1694
1766
  interface EdsVerticalStepper {
1695
1767
  /**
@@ -1736,10 +1808,22 @@ export interface EdsAccordionCustomEvent<T> extends CustomEvent<T> {
1736
1808
  detail: T;
1737
1809
  target: HTMLEdsAccordionElement;
1738
1810
  }
1811
+ export interface EdsDropdownCustomEvent<T> extends CustomEvent<T> {
1812
+ detail: T;
1813
+ target: HTMLEdsDropdownElement;
1814
+ }
1815
+ export interface EdsFeedbackCustomEvent<T> extends CustomEvent<T> {
1816
+ detail: T;
1817
+ target: HTMLEdsFeedbackElement;
1818
+ }
1739
1819
  export interface EdsFormCustomEvent<T> extends CustomEvent<T> {
1740
1820
  detail: T;
1741
1821
  target: HTMLEdsFormElement;
1742
1822
  }
1823
+ export interface EdsFormV2CustomEvent<T> extends CustomEvent<T> {
1824
+ detail: T;
1825
+ target: HTMLEdsFormV2Element;
1826
+ }
1743
1827
  export interface EdsFullscreenMenuCustomEvent<T> extends CustomEvent<T> {
1744
1828
  detail: T;
1745
1829
  target: HTMLEdsFullscreenMenuElement;
@@ -1752,6 +1836,10 @@ export interface EdsInputCustomEvent<T> extends CustomEvent<T> {
1752
1836
  detail: T;
1753
1837
  target: HTMLEdsInputElement;
1754
1838
  }
1839
+ export interface EdsInputSearchCustomEvent<T> extends CustomEvent<T> {
1840
+ detail: T;
1841
+ target: HTMLEdsInputSearchElement;
1842
+ }
1755
1843
  export interface EdsInputSelectCustomEvent<T> extends CustomEvent<T> {
1756
1844
  detail: T;
1757
1845
  target: HTMLEdsInputSelectElement;
@@ -1760,10 +1848,18 @@ export interface EdsLoginCustomEvent<T> extends CustomEvent<T> {
1760
1848
  detail: T;
1761
1849
  target: HTMLEdsLoginElement;
1762
1850
  }
1851
+ export interface EdsMatomoNoticeCustomEvent<T> extends CustomEvent<T> {
1852
+ detail: T;
1853
+ target: HTMLEdsMatomoNoticeElement;
1854
+ }
1763
1855
  export interface EdsRatingCustomEvent<T> extends CustomEvent<T> {
1764
1856
  detail: T;
1765
1857
  target: HTMLEdsRatingElement;
1766
1858
  }
1859
+ export interface EdsSplashScreenCustomEvent<T> extends CustomEvent<T> {
1860
+ detail: T;
1861
+ target: HTMLEdsSplashScreenElement;
1862
+ }
1767
1863
  export interface EdsStepsCustomEvent<T> extends CustomEvent<T> {
1768
1864
  detail: T;
1769
1865
  target: HTMLEdsStepsElement;
@@ -1776,14 +1872,6 @@ export interface EdsTabsCustomEvent<T> extends CustomEvent<T> {
1776
1872
  detail: T;
1777
1873
  target: HTMLEdsTabsElement;
1778
1874
  }
1779
- export interface EdsTabsContentCustomEvent<T> extends CustomEvent<T> {
1780
- detail: T;
1781
- target: HTMLEdsTabsContentElement;
1782
- }
1783
- export interface EdsUserCustomEvent<T> extends CustomEvent<T> {
1784
- detail: T;
1785
- target: HTMLEdsUserElement;
1786
- }
1787
1875
  declare global {
1788
1876
  interface HTMLColorPrimaryPaletteElement extends Components.ColorPrimaryPalette, HTMLStencilElement {
1789
1877
  }
@@ -1810,7 +1898,7 @@ declare global {
1810
1898
  new (): HTMLCorrectUseOfColorsElement;
1811
1899
  };
1812
1900
  interface HTMLEdsAccordionElementEventMap {
1813
- "accordionChange": boolean;
1901
+ "accordion": boolean;
1814
1902
  }
1815
1903
  /**
1816
1904
  * `EdsAccordion` is a flexible, interactive component for expanding and collapsing content sections.
@@ -1818,7 +1906,7 @@ declare global {
1818
1906
  * This component supports a range of configurations, including background toggling, minimum height adjustments,
1819
1907
  * and various styles to suit different layouts and display requirements.
1820
1908
  * It includes an optional button or link element within the header, which can be customized for additional interactions.
1821
- * The `accordionChange` event is emitted when the accordion's expanded state changes, allowing parent components
1909
+ * The `accordion` event is emitted when the accordion's expanded state changes, allowing parent components
1822
1910
  * to track its open/close status.
1823
1911
  * Key features include:
1824
1912
  * - Header with customizable title
@@ -1858,6 +1946,12 @@ declare global {
1858
1946
  prototype: HTMLEdsAlertElement;
1859
1947
  new (): HTMLEdsAlertElement;
1860
1948
  };
1949
+ interface HTMLEdsAppRootElement extends Components.EdsAppRoot, HTMLStencilElement {
1950
+ }
1951
+ var HTMLEdsAppRootElement: {
1952
+ prototype: HTMLEdsAppRootElement;
1953
+ new (): HTMLEdsAppRootElement;
1954
+ };
1861
1955
  /**
1862
1956
  * `EdsAvatar` is a versatile component for displaying user profile representations, including initials or profile pictures.
1863
1957
  * This component is customizable to adapt to various styles and use cases.
@@ -1955,10 +2049,10 @@ declare global {
1955
2049
  new (): HTMLEdsCardProjectElement;
1956
2050
  };
1957
2051
  /**
1958
- * `EdsCardSection` is a component that renders a section of cards in a customizable grid layout.
2052
+ * `EdsCardSection` is a component that renders a section of cards in a customizable grid layout of 4 columns (grid-cols-4).
1959
2053
  * Each card within the section can display various properties such as title, description, avatar, and additional content.
1960
2054
  * Key Features:
1961
- * - Accepts a JSON string of card objects, each defining its properties like title, description, avatar, tags, URL, and image.
2055
+ * - Accepts a JSON string or array of card objects, each defining its properties like title, description, avatar, tags, URL, and image.
1962
2056
  * - Configurable grid layout with adjustable column span for each card, optimizing display on different screen sizes.
1963
2057
  * This component is ideal for displaying a structured section of cards with varying content in a responsive grid format.
1964
2058
  */
@@ -2009,6 +2103,12 @@ declare global {
2009
2103
  prototype: HTMLEdsComponentsSectionElement;
2010
2104
  new (): HTMLEdsComponentsSectionElement;
2011
2105
  };
2106
+ interface HTMLEdsCookiesPreferenceElement extends Components.EdsCookiesPreference, HTMLStencilElement {
2107
+ }
2108
+ var HTMLEdsCookiesPreferenceElement: {
2109
+ prototype: HTMLEdsCookiesPreferenceElement;
2110
+ new (): HTMLEdsCookiesPreferenceElement;
2111
+ };
2012
2112
  interface HTMLEdsDocsPalettesElement extends Components.EdsDocsPalettes, HTMLStencilElement {
2013
2113
  }
2014
2114
  var HTMLEdsDocsPalettesElement: {
@@ -2021,6 +2121,9 @@ declare global {
2021
2121
  prototype: HTMLEdsDocsTokensElement;
2022
2122
  new (): HTMLEdsDocsTokensElement;
2023
2123
  };
2124
+ interface HTMLEdsDropdownElementEventMap {
2125
+ "dropdown": { expanded: boolean };
2126
+ }
2024
2127
  /**
2025
2128
  * `EdsDropdown` is a versatile dropdown component that provides a list of items
2026
2129
  * that appear upon clicking the dropdown button. It supports various customization options,
@@ -2033,11 +2136,36 @@ declare global {
2033
2136
  * This component is well-suited for use in menus, navigational elements, and other interactive UI patterns.
2034
2137
  */
2035
2138
  interface HTMLEdsDropdownElement extends Components.EdsDropdown, HTMLStencilElement {
2139
+ addEventListener<K extends keyof HTMLEdsDropdownElementEventMap>(type: K, listener: (this: HTMLEdsDropdownElement, ev: EdsDropdownCustomEvent<HTMLEdsDropdownElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2140
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2141
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2142
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2143
+ removeEventListener<K extends keyof HTMLEdsDropdownElementEventMap>(type: K, listener: (this: HTMLEdsDropdownElement, ev: EdsDropdownCustomEvent<HTMLEdsDropdownElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2144
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2145
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2146
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2036
2147
  }
2037
2148
  var HTMLEdsDropdownElement: {
2038
2149
  prototype: HTMLEdsDropdownElement;
2039
2150
  new (): HTMLEdsDropdownElement;
2040
2151
  };
2152
+ interface HTMLEdsFeedbackElementEventMap {
2153
+ "rating": number;
2154
+ }
2155
+ interface HTMLEdsFeedbackElement extends Components.EdsFeedback, HTMLStencilElement {
2156
+ addEventListener<K extends keyof HTMLEdsFeedbackElementEventMap>(type: K, listener: (this: HTMLEdsFeedbackElement, ev: EdsFeedbackCustomEvent<HTMLEdsFeedbackElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2157
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2158
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2159
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2160
+ removeEventListener<K extends keyof HTMLEdsFeedbackElementEventMap>(type: K, listener: (this: HTMLEdsFeedbackElement, ev: EdsFeedbackCustomEvent<HTMLEdsFeedbackElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2161
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2162
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2163
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2164
+ }
2165
+ var HTMLEdsFeedbackElement: {
2166
+ prototype: HTMLEdsFeedbackElement;
2167
+ new (): HTMLEdsFeedbackElement;
2168
+ };
2041
2169
  /**
2042
2170
  * `EdsFooter` is a footer component designed for the EBRAINS platform, featuring social links,
2043
2171
  * legal information, and an optional cookie preferences button. It includes a "Back to top"
@@ -2057,7 +2185,15 @@ declare global {
2057
2185
  new (): HTMLEdsFooterElement;
2058
2186
  };
2059
2187
  interface HTMLEdsFormElementEventMap {
2060
- "formSubmitting": boolean;
2188
+ "form": {
2189
+ event: 'input' | 'change' | 'submit';
2190
+ validated?: boolean;
2191
+ field?: string;
2192
+ value?: any;
2193
+ message?: string;
2194
+ success?: boolean;
2195
+ data: any;
2196
+ };
2061
2197
  }
2062
2198
  /**
2063
2199
  * `EdsForm` is a comprehensive form component designed to handle form submission with validation,
@@ -2085,6 +2221,41 @@ declare global {
2085
2221
  prototype: HTMLEdsFormElement;
2086
2222
  new (): HTMLEdsFormElement;
2087
2223
  };
2224
+ interface HTMLEdsFormV2ElementEventMap {
2225
+ "form": {
2226
+ event: 'input' | 'change' | 'submit';
2227
+ validated?: boolean;
2228
+ field?: string;
2229
+ value?: any;
2230
+ message?: string;
2231
+ success?: boolean;
2232
+ data: any;
2233
+ };
2234
+ }
2235
+ /**
2236
+ * `EdsFormV2` is a comprehensive form component designed to handle form submission with validation,
2237
+ * error handling, and customizable fields.
2238
+ * Key Features:
2239
+ * - Configurable validation for fields, including dynamic field validation.
2240
+ * - Optionally includes a submit button, which can display a loading state during submission.
2241
+ * - Supports file upload, hidden fields, and dynamic field parsing.
2242
+ * - Emits `form` event when the form is submitting/validating or there are field updates.
2243
+ * This component is ideal for implementing complex forms with specific validation and submission behaviors.
2244
+ */
2245
+ interface HTMLEdsFormV2Element extends Components.EdsFormV2, HTMLStencilElement {
2246
+ addEventListener<K extends keyof HTMLEdsFormV2ElementEventMap>(type: K, listener: (this: HTMLEdsFormV2Element, ev: EdsFormV2CustomEvent<HTMLEdsFormV2ElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2247
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2248
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2249
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2250
+ removeEventListener<K extends keyof HTMLEdsFormV2ElementEventMap>(type: K, listener: (this: HTMLEdsFormV2Element, ev: EdsFormV2CustomEvent<HTMLEdsFormV2ElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2251
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2252
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2253
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2254
+ }
2255
+ var HTMLEdsFormV2Element: {
2256
+ prototype: HTMLEdsFormV2Element;
2257
+ new (): HTMLEdsFormV2Element;
2258
+ };
2088
2259
  /**
2089
2260
  * `EdsFrame` is a versatile iframe container component that can display external content
2090
2261
  * such as Storybook previews or other embedded resources. It includes customizable labels,
@@ -2266,12 +2437,30 @@ declare global {
2266
2437
  prototype: HTMLEdsIconSearchElement;
2267
2438
  new (): HTMLEdsIconSearchElement;
2268
2439
  };
2440
+ interface HTMLEdsIconStarElement extends Components.EdsIconStar, HTMLStencilElement {
2441
+ }
2442
+ var HTMLEdsIconStarElement: {
2443
+ prototype: HTMLEdsIconStarElement;
2444
+ new (): HTMLEdsIconStarElement;
2445
+ };
2269
2446
  interface HTMLEdsIconSuccessElement extends Components.EdsIconSuccess, HTMLStencilElement {
2270
2447
  }
2271
2448
  var HTMLEdsIconSuccessElement: {
2272
2449
  prototype: HTMLEdsIconSuccessElement;
2273
2450
  new (): HTMLEdsIconSuccessElement;
2274
2451
  };
2452
+ interface HTMLEdsIconThumbsDownElement extends Components.EdsIconThumbsDown, HTMLStencilElement {
2453
+ }
2454
+ var HTMLEdsIconThumbsDownElement: {
2455
+ prototype: HTMLEdsIconThumbsDownElement;
2456
+ new (): HTMLEdsIconThumbsDownElement;
2457
+ };
2458
+ interface HTMLEdsIconThumbsUpElement extends Components.EdsIconThumbsUp, HTMLStencilElement {
2459
+ }
2460
+ var HTMLEdsIconThumbsUpElement: {
2461
+ prototype: HTMLEdsIconThumbsUpElement;
2462
+ new (): HTMLEdsIconThumbsUpElement;
2463
+ };
2275
2464
  interface HTMLEdsIconTwitterElement extends Components.EdsIconTwitter, HTMLStencilElement {
2276
2465
  }
2277
2466
  var HTMLEdsIconTwitterElement: {
@@ -2377,7 +2566,21 @@ declare global {
2377
2566
  prototype: HTMLEdsInputRangeElement;
2378
2567
  new (): HTMLEdsInputRangeElement;
2379
2568
  };
2569
+ interface HTMLEdsInputSearchElementEventMap {
2570
+ "search": {
2571
+ event: 'input' | 'change';
2572
+ value: any;
2573
+ };
2574
+ }
2380
2575
  interface HTMLEdsInputSearchElement extends Components.EdsInputSearch, HTMLStencilElement {
2576
+ addEventListener<K extends keyof HTMLEdsInputSearchElementEventMap>(type: K, listener: (this: HTMLEdsInputSearchElement, ev: EdsInputSearchCustomEvent<HTMLEdsInputSearchElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2577
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2578
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2579
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2580
+ removeEventListener<K extends keyof HTMLEdsInputSearchElementEventMap>(type: K, listener: (this: HTMLEdsInputSearchElement, ev: EdsInputSearchCustomEvent<HTMLEdsInputSearchElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2581
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2582
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2583
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2381
2584
  }
2382
2585
  var HTMLEdsInputSearchElement: {
2383
2586
  prototype: HTMLEdsInputSearchElement;
@@ -2416,7 +2619,11 @@ declare global {
2416
2619
  new (): HTMLEdsLinkElement;
2417
2620
  };
2418
2621
  interface HTMLEdsLoginElementEventMap {
2419
- "authStatusChanged": { authenticated: boolean; user: any };
2622
+ "keycloak": { init: boolean };
2623
+ "auth": {
2624
+ authenticated: boolean;
2625
+ user: any;
2626
+ };
2420
2627
  }
2421
2628
  interface HTMLEdsLoginElement extends Components.EdsLogin, HTMLStencilElement {
2422
2629
  addEventListener<K extends keyof HTMLEdsLoginElementEventMap>(type: K, listener: (this: HTMLEdsLoginElement, ev: EdsLoginCustomEvent<HTMLEdsLoginElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -2457,11 +2664,18 @@ declare global {
2457
2664
  prototype: HTMLEdsLogoVariationsElement;
2458
2665
  new (): HTMLEdsLogoVariationsElement;
2459
2666
  };
2460
- /**
2461
- * A Stencil component for displaying a Matomo analytics consent notice.
2462
- * Provides users with the option to opt in or opt out of anonymous analytics.
2463
- */
2667
+ interface HTMLEdsMatomoNoticeElementEventMap {
2668
+ "consent": 'in' | 'out' | 'defer';
2669
+ }
2464
2670
  interface HTMLEdsMatomoNoticeElement extends Components.EdsMatomoNotice, HTMLStencilElement {
2671
+ addEventListener<K extends keyof HTMLEdsMatomoNoticeElementEventMap>(type: K, listener: (this: HTMLEdsMatomoNoticeElement, ev: EdsMatomoNoticeCustomEvent<HTMLEdsMatomoNoticeElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2672
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2673
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2674
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2675
+ removeEventListener<K extends keyof HTMLEdsMatomoNoticeElementEventMap>(type: K, listener: (this: HTMLEdsMatomoNoticeElement, ev: EdsMatomoNoticeCustomEvent<HTMLEdsMatomoNoticeElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2676
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2677
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2678
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2465
2679
  }
2466
2680
  var HTMLEdsMatomoNoticeElement: {
2467
2681
  prototype: HTMLEdsMatomoNoticeElement;
@@ -2481,17 +2695,11 @@ declare global {
2481
2695
  prototype: HTMLEdsModalElement;
2482
2696
  new (): HTMLEdsModalElement;
2483
2697
  };
2484
- interface HTMLEdsNavigatorElement extends Components.EdsNavigator, HTMLStencilElement {
2485
- }
2486
- var HTMLEdsNavigatorElement: {
2487
- prototype: HTMLEdsNavigatorElement;
2488
- new (): HTMLEdsNavigatorElement;
2489
- };
2490
2698
  /**
2491
2699
  * `EdsPagination` is a component for navigating paginated data.
2492
2700
  * Key Features:
2493
2701
  * - Supports two display modes: "default" (shows numbered page links) and "navigator" (shows Previous/Next buttons).
2494
- * - Emits a `pageChange` event when the page is changed in "default" mode.
2702
+ * - Emits a `page` event when the page is changed in "default" mode.
2495
2703
  * - Automatically generates pagination links based on the `currentPage` and `lastPage`.
2496
2704
  * This component is designed for flexible and accessible pagination controls, suitable for various display needs.
2497
2705
  */
@@ -2508,7 +2716,7 @@ declare global {
2508
2716
  new (): HTMLEdsProgressBarElement;
2509
2717
  };
2510
2718
  interface HTMLEdsRatingElementEventMap {
2511
- "ratingChange": number;
2719
+ "rating": number;
2512
2720
  }
2513
2721
  interface HTMLEdsRatingElement extends Components.EdsRating, HTMLStencilElement {
2514
2722
  addEventListener<K extends keyof HTMLEdsRatingElementEventMap>(type: K, listener: (this: HTMLEdsRatingElement, ev: EdsRatingCustomEvent<HTMLEdsRatingElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -2562,8 +2770,31 @@ declare global {
2562
2770
  prototype: HTMLEdsSocialNetworksElement;
2563
2771
  new (): HTMLEdsSocialNetworksElement;
2564
2772
  };
2773
+ interface HTMLEdsSpinnerElement extends Components.EdsSpinner, HTMLStencilElement {
2774
+ }
2775
+ var HTMLEdsSpinnerElement: {
2776
+ prototype: HTMLEdsSpinnerElement;
2777
+ new (): HTMLEdsSpinnerElement;
2778
+ };
2779
+ interface HTMLEdsSplashScreenElementEventMap {
2780
+ "splash": { type: 'hidden'; message: string } | { type: 'error'; message: string };
2781
+ }
2782
+ interface HTMLEdsSplashScreenElement extends Components.EdsSplashScreen, HTMLStencilElement {
2783
+ addEventListener<K extends keyof HTMLEdsSplashScreenElementEventMap>(type: K, listener: (this: HTMLEdsSplashScreenElement, ev: EdsSplashScreenCustomEvent<HTMLEdsSplashScreenElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2784
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2785
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2786
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2787
+ removeEventListener<K extends keyof HTMLEdsSplashScreenElementEventMap>(type: K, listener: (this: HTMLEdsSplashScreenElement, ev: EdsSplashScreenCustomEvent<HTMLEdsSplashScreenElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2788
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2789
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2790
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2791
+ }
2792
+ var HTMLEdsSplashScreenElement: {
2793
+ prototype: HTMLEdsSplashScreenElement;
2794
+ new (): HTMLEdsSplashScreenElement;
2795
+ };
2565
2796
  interface HTMLEdsStepsElementEventMap {
2566
- "stepClick": number;
2797
+ "step": number;
2567
2798
  }
2568
2799
  interface HTMLEdsStepsElement extends Components.EdsSteps, HTMLStencilElement {
2569
2800
  addEventListener<K extends keyof HTMLEdsStepsElementEventMap>(type: K, listener: (this: HTMLEdsStepsElement, ev: EdsStepsCustomEvent<HTMLEdsStepsElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
@@ -2602,12 +2833,6 @@ declare global {
2602
2833
  prototype: HTMLEdsSwitchElement;
2603
2834
  new (): HTMLEdsSwitchElement;
2604
2835
  };
2605
- interface HTMLEdsTabElement extends Components.EdsTab, HTMLStencilElement {
2606
- }
2607
- var HTMLEdsTabElement: {
2608
- prototype: HTMLEdsTabElement;
2609
- new (): HTMLEdsTabElement;
2610
- };
2611
2836
  /**
2612
2837
  * `EdsTable` is a customizable data table component with support for dynamic data fetching, column configuration, pagination, and search functionality.
2613
2838
  * Key Features:
@@ -2624,7 +2849,7 @@ declare global {
2624
2849
  new (): HTMLEdsTableElement;
2625
2850
  };
2626
2851
  interface HTMLEdsTabsElementEventMap {
2627
- "tabChange": {
2852
+ "tab": {
2628
2853
  tabId: string;
2629
2854
  index: number;
2630
2855
  name?: string;
@@ -2652,30 +2877,9 @@ declare global {
2652
2877
  prototype: HTMLEdsTabsElement;
2653
2878
  new (): HTMLEdsTabsElement;
2654
2879
  };
2655
- interface HTMLEdsTabsContentElementEventMap {
2656
- "tabContentChange": { index: number; name: string };
2657
- }
2658
- interface HTMLEdsTabsContentElement extends Components.EdsTabsContent, HTMLStencilElement {
2659
- addEventListener<K extends keyof HTMLEdsTabsContentElementEventMap>(type: K, listener: (this: HTMLEdsTabsContentElement, ev: EdsTabsContentCustomEvent<HTMLEdsTabsContentElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2660
- addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2661
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2662
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2663
- removeEventListener<K extends keyof HTMLEdsTabsContentElementEventMap>(type: K, listener: (this: HTMLEdsTabsContentElement, ev: EdsTabsContentCustomEvent<HTMLEdsTabsContentElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2664
- removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2665
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2666
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2667
- }
2668
- var HTMLEdsTabsContentElement: {
2669
- prototype: HTMLEdsTabsContentElement;
2670
- new (): HTMLEdsTabsContentElement;
2671
- };
2672
2880
  /**
2673
2881
  * `EdsTag` is a stylized label component designed to display short, categorical information.
2674
- * The component supports multiple visual styles to fit different use cases, such as accent or inverse styling.
2675
- * Key Features:
2676
- * - Configurable appearance through `intent` prop with options for various styles (default, strong, accent, weak, inverse, inverse-strong).
2677
- * - Displays a label passed as the `label` prop, required for defining the content of the tag.
2678
- * This component is useful for creating distinguishable tags or labels with consistent styling.
2882
+ * It supports multiple visual styles defined by the `intent` prop.
2679
2883
  */
2680
2884
  interface HTMLEdsTagElement extends Components.EdsTag, HTMLStencilElement {
2681
2885
  }
@@ -2716,39 +2920,17 @@ declare global {
2716
2920
  prototype: HTMLEdsTrlElement;
2717
2921
  new (): HTMLEdsTrlElement;
2718
2922
  };
2719
- interface HTMLEdsUserElementEventMap {
2720
- "authStatusChanged": {
2721
- authenticated: boolean;
2722
- user: any;
2723
- };
2724
- }
2725
2923
  /**
2726
- * `EdsUser` is a user authentication component for managing and displaying
2727
- * the user's authentication state using Keycloak. It provides login and logout
2728
- * functionality, displays a user dropdown menu when authenticated, and emits
2729
- * authentication status changes.
2730
- * This component is ideal for embedding into any layout requiring secure user authentication, with built-in integration for Keycloak and optional login/logout functionality.
2924
+ * `EdsUser` is a user component for managing and displaying
2925
+ * the user's auth information. Displays a user dropdown menu when authenticated.
2926
+ * This component is ideal for embedding into any layout requiring user authentication.
2731
2927
  */
2732
2928
  interface HTMLEdsUserElement extends Components.EdsUser, HTMLStencilElement {
2733
- addEventListener<K extends keyof HTMLEdsUserElementEventMap>(type: K, listener: (this: HTMLEdsUserElement, ev: EdsUserCustomEvent<HTMLEdsUserElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2734
- addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2735
- addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
2736
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
2737
- removeEventListener<K extends keyof HTMLEdsUserElementEventMap>(type: K, listener: (this: HTMLEdsUserElement, ev: EdsUserCustomEvent<HTMLEdsUserElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
2738
- removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2739
- removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
2740
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
2741
2929
  }
2742
2930
  var HTMLEdsUserElement: {
2743
2931
  prototype: HTMLEdsUserElement;
2744
2932
  new (): HTMLEdsUserElement;
2745
2933
  };
2746
- interface HTMLEdsUserModalElement extends Components.EdsUserModal, HTMLStencilElement {
2747
- }
2748
- var HTMLEdsUserModalElement: {
2749
- prototype: HTMLEdsUserModalElement;
2750
- new (): HTMLEdsUserModalElement;
2751
- };
2752
2934
  interface HTMLEdsVerticalStepperElement extends Components.EdsVerticalStepper, HTMLStencilElement {
2753
2935
  }
2754
2936
  var HTMLEdsVerticalStepperElement: {
@@ -2846,6 +3028,7 @@ declare global {
2846
3028
  "correct-use-of-colors": HTMLCorrectUseOfColorsElement;
2847
3029
  "eds-accordion": HTMLEdsAccordionElement;
2848
3030
  "eds-alert": HTMLEdsAlertElement;
3031
+ "eds-app-root": HTMLEdsAppRootElement;
2849
3032
  "eds-avatar": HTMLEdsAvatarElement;
2850
3033
  "eds-block-break": HTMLEdsBlockBreakElement;
2851
3034
  "eds-breadcrumb": HTMLEdsBreadcrumbElement;
@@ -2860,11 +3043,14 @@ declare global {
2860
3043
  "eds-card-wrapper": HTMLEdsCardWrapperElement;
2861
3044
  "eds-code-block": HTMLEdsCodeBlockElement;
2862
3045
  "eds-components-section": HTMLEdsComponentsSectionElement;
3046
+ "eds-cookies-preference": HTMLEdsCookiesPreferenceElement;
2863
3047
  "eds-docs-palettes": HTMLEdsDocsPalettesElement;
2864
3048
  "eds-docs-tokens": HTMLEdsDocsTokensElement;
2865
3049
  "eds-dropdown": HTMLEdsDropdownElement;
3050
+ "eds-feedback": HTMLEdsFeedbackElement;
2866
3051
  "eds-footer": HTMLEdsFooterElement;
2867
3052
  "eds-form": HTMLEdsFormElement;
3053
+ "eds-form-v2": HTMLEdsFormV2Element;
2868
3054
  "eds-frame": HTMLEdsFrameElement;
2869
3055
  "eds-fullscreen-menu": HTMLEdsFullscreenMenuElement;
2870
3056
  "eds-header": HTMLEdsHeaderElement;
@@ -2886,7 +3072,10 @@ declare global {
2886
3072
  "eds-icon-menu": HTMLEdsIconMenuElement;
2887
3073
  "eds-icon-more": HTMLEdsIconMoreElement;
2888
3074
  "eds-icon-search": HTMLEdsIconSearchElement;
3075
+ "eds-icon-star": HTMLEdsIconStarElement;
2889
3076
  "eds-icon-success": HTMLEdsIconSuccessElement;
3077
+ "eds-icon-thumbs-down": HTMLEdsIconThumbsDownElement;
3078
+ "eds-icon-thumbs-up": HTMLEdsIconThumbsUpElement;
2890
3079
  "eds-icon-twitter": HTMLEdsIconTwitterElement;
2891
3080
  "eds-icon-user": HTMLEdsIconUserElement;
2892
3081
  "eds-icon-wrapper": HTMLEdsIconWrapperElement;
@@ -2905,20 +3094,19 @@ declare global {
2905
3094
  "eds-logo-variations": HTMLEdsLogoVariationsElement;
2906
3095
  "eds-matomo-notice": HTMLEdsMatomoNoticeElement;
2907
3096
  "eds-modal": HTMLEdsModalElement;
2908
- "eds-navigator": HTMLEdsNavigatorElement;
2909
3097
  "eds-pagination": HTMLEdsPaginationElement;
2910
3098
  "eds-progress-bar": HTMLEdsProgressBarElement;
2911
3099
  "eds-rating": HTMLEdsRatingElement;
2912
3100
  "eds-section-core": HTMLEdsSectionCoreElement;
2913
3101
  "eds-section-heading": HTMLEdsSectionHeadingElement;
2914
3102
  "eds-social-networks": HTMLEdsSocialNetworksElement;
3103
+ "eds-spinner": HTMLEdsSpinnerElement;
3104
+ "eds-splash-screen": HTMLEdsSplashScreenElement;
2915
3105
  "eds-steps": HTMLEdsStepsElement;
2916
3106
  "eds-svg-repository": HTMLEdsSvgRepositoryElement;
2917
3107
  "eds-switch": HTMLEdsSwitchElement;
2918
- "eds-tab": HTMLEdsTabElement;
2919
3108
  "eds-table": HTMLEdsTableElement;
2920
3109
  "eds-tabs": HTMLEdsTabsElement;
2921
- "eds-tabs-content": HTMLEdsTabsContentElement;
2922
3110
  "eds-tag": HTMLEdsTagElement;
2923
3111
  "eds-timeline": HTMLEdsTimelineElement;
2924
3112
  "eds-toast": HTMLEdsToastElement;
@@ -2926,7 +3114,6 @@ declare global {
2926
3114
  "eds-tooltip": HTMLEdsTooltipElement;
2927
3115
  "eds-trl": HTMLEdsTrlElement;
2928
3116
  "eds-user": HTMLEdsUserElement;
2929
- "eds-user-modal": HTMLEdsUserModalElement;
2930
3117
  "eds-vertical-stepper": HTMLEdsVerticalStepperElement;
2931
3118
  "gradient-primary-palette": HTMLGradientPrimaryPaletteElement;
2932
3119
  "gradient-secondary-palette": HTMLGradientSecondaryPaletteElement;
@@ -2960,7 +3147,7 @@ declare namespace LocalJSX {
2960
3147
  * This component supports a range of configurations, including background toggling, minimum height adjustments,
2961
3148
  * and various styles to suit different layouts and display requirements.
2962
3149
  * It includes an optional button or link element within the header, which can be customized for additional interactions.
2963
- * The `accordionChange` event is emitted when the accordion's expanded state changes, allowing parent components
3150
+ * The `accordion` event is emitted when the accordion's expanded state changes, allowing parent components
2964
3151
  * to track its open/close status.
2965
3152
  * Key features include:
2966
3153
  * - Header with customizable title
@@ -2990,7 +3177,7 @@ declare namespace LocalJSX {
2990
3177
  /**
2991
3178
  * Event emitted when the accordion toggles, indicating the new expanded/collapsed state
2992
3179
  */
2993
- "onAccordionChange"?: (event: EdsAccordionCustomEvent<boolean>) => void;
3180
+ "onAccordion"?: (event: EdsAccordionCustomEvent<boolean>) => void;
2994
3181
  /**
2995
3182
  * Toggles the background color on expand and hover
2996
3183
  */
@@ -3032,6 +3219,8 @@ declare namespace LocalJSX {
3032
3219
  */
3033
3220
  "pressableUrl"?: string;
3034
3221
  }
3222
+ interface EdsAppRoot {
3223
+ }
3035
3224
  /**
3036
3225
  * `EdsAvatar` is a versatile component for displaying user profile representations, including initials or profile pictures.
3037
3226
  * This component is customizable to adapt to various styles and use cases.
@@ -3128,7 +3317,7 @@ declare namespace LocalJSX {
3128
3317
  /**
3129
3318
  * The HTML element type for the button (e.g., 'button', 'a'). Default is 'button'.
3130
3319
  */
3131
- "elementType"?: string;
3320
+ "elementType"?: 'button' | 'a';
3132
3321
  "extraClass"?: string;
3133
3322
  /**
3134
3323
  * The icon name to be displayed inside the button. Assumes a string for the icon name.
@@ -3290,10 +3479,10 @@ declare namespace LocalJSX {
3290
3479
  "vertical"?: boolean;
3291
3480
  }
3292
3481
  /**
3293
- * `EdsCardSection` is a component that renders a section of cards in a customizable grid layout.
3482
+ * `EdsCardSection` is a component that renders a section of cards in a customizable grid layout of 4 columns (grid-cols-4).
3294
3483
  * Each card within the section can display various properties such as title, description, avatar, and additional content.
3295
3484
  * Key Features:
3296
- * - Accepts a JSON string of card objects, each defining its properties like title, description, avatar, tags, URL, and image.
3485
+ * - Accepts a JSON string or array of card objects, each defining its properties like title, description, avatar, tags, URL, and image.
3297
3486
  * - Configurable grid layout with adjustable column span for each card, optimizing display on different screen sizes.
3298
3487
  * This component is ideal for displaying a structured section of cards with varying content in a responsive grid format.
3299
3488
  */
@@ -3303,9 +3492,9 @@ declare namespace LocalJSX {
3303
3492
  */
3304
3493
  "cards"?: string | Card[];
3305
3494
  /**
3306
- * Number of columns to span for each card in the grid layout. This value sets the column span on medium (md) and larger screen sizes. Default is `4`.
3495
+ * Number of columns to span for each card in the grid layout four. This value sets the column span on medium (md) and larger screen sizes. Default is `1`.
3307
3496
  */
3308
- "cols"?: number;
3497
+ "occupyCols"?: 1 | 2 | 3 | 4;
3309
3498
  }
3310
3499
  interface EdsCardTags {
3311
3500
  /**
@@ -3432,6 +3621,24 @@ declare namespace LocalJSX {
3432
3621
  */
3433
3622
  "tabIndex"?: number;
3434
3623
  }
3624
+ interface EdsCookiesPreference {
3625
+ /**
3626
+ * Text to display on the cookies preference button.
3627
+ */
3628
+ "buttonText"?: string;
3629
+ /**
3630
+ * The visual intent or style of the button.
3631
+ */
3632
+ "intent"?: | 'primary'
3633
+ | 'secondary'
3634
+ | 'tertiary'
3635
+ | 'ghost'
3636
+ | 'strong'
3637
+ | 'weak'
3638
+ | 'inverse'
3639
+ | 'underline'
3640
+ | 'blueish';
3641
+ }
3435
3642
  interface EdsDocsPalettes {
3436
3643
  /**
3437
3644
  * Active tab index to determine the content to display
@@ -3497,6 +3704,10 @@ declare namespace LocalJSX {
3497
3704
  * @type {string}
3498
3705
  */
3499
3706
  "label"?: string;
3707
+ /**
3708
+ * Event emitted when the dropdown toggles, indicating the new expanded/collapsed state
3709
+ */
3710
+ "onDropdown"?: (event: EdsDropdownCustomEvent<{ expanded: boolean }>) => void;
3500
3711
  /**
3501
3712
  * Whether the dropdown button has rounded (pill) styling.
3502
3713
  * @type {boolean}
@@ -3504,6 +3715,32 @@ declare namespace LocalJSX {
3504
3715
  */
3505
3716
  "rounded"?: boolean;
3506
3717
  }
3718
+ interface EdsFeedback {
3719
+ /**
3720
+ * Number of stars in the rating system.
3721
+ */
3722
+ "count"?: number;
3723
+ /**
3724
+ * Number of stars in the rating system.
3725
+ */
3726
+ "description"?: string;
3727
+ /**
3728
+ * Number of stars in the rating system.
3729
+ */
3730
+ "label"?: string;
3731
+ /**
3732
+ * Event emitted when the rating is changed.
3733
+ */
3734
+ "onRating"?: (event: EdsFeedbackCustomEvent<number>) => void;
3735
+ /**
3736
+ * Mapping of text to star ratings.
3737
+ */
3738
+ "textMapping"?: string | string[];
3739
+ /**
3740
+ * The type of icon to display. Can be "stars" or "thumbs".
3741
+ */
3742
+ "type"?: 'star' | 'thumbs-up' | 'thumbs-down';
3743
+ }
3507
3744
  /**
3508
3745
  * `EdsFooter` is a footer component designed for the EBRAINS platform, featuring social links,
3509
3746
  * legal information, and an optional cookie preferences button. It includes a "Back to top"
@@ -3517,11 +3754,6 @@ declare namespace LocalJSX {
3517
3754
  * across the EBRAINS platform, with options for social links and a "Back to top" button.
3518
3755
  */
3519
3756
  interface EdsFooter {
3520
- /**
3521
- * Controls the display of the "Cookies Preference" text.
3522
- * @type {string}
3523
- */
3524
- "cookiesPreference"?: string;
3525
3757
  /**
3526
3758
  * Controls the display of the "Back to Top" button. When true, the button appears in the footer.
3527
3759
  * @type {boolean}
@@ -3537,11 +3769,6 @@ declare namespace LocalJSX {
3537
3769
  * @type {string}
3538
3770
  */
3539
3771
  "fundedBy"?: string;
3540
- /**
3541
- * Controls the display of the "Cookies Preferences" button. When true, the button appears in the footer.
3542
- * @type {boolean}
3543
- */
3544
- "hasCookiesSetUp"?: boolean;
3545
3772
  /**
3546
3773
  * Controls the display of the "Rights Reserved" text.
3547
3774
  * @type {string}
@@ -3570,6 +3797,14 @@ declare namespace LocalJSX {
3570
3797
  * Couping Auth and Submit button state Submit button's state (disabled) is coupled with the Users' auth state - if user auth true then submit btn is enabled This useful when the component is used as Survey and more types.
3571
3798
  */
3572
3799
  "coupleAuth"?: boolean;
3800
+ /**
3801
+ * Whether the form is in draft mode. Meaning it will attempt to post each input change invalidated.
3802
+ */
3803
+ "draft"?: boolean;
3804
+ /**
3805
+ * The draft data the form will attempt to populate in the provided fields.
3806
+ */
3807
+ "draftData"?: { [key: string]: any };
3573
3808
  /**
3574
3809
  * The API endpoint where the form data will be submitted.
3575
3810
  */
@@ -3586,10 +3821,15 @@ declare namespace LocalJSX {
3586
3821
  * The name of the form, used for grouping inputs and identifying the form.
3587
3822
  */
3588
3823
  "name"?: string;
3589
- /**
3590
- * Emits an event when the form's submission state changes.
3591
- */
3592
- "onFormSubmitting"?: (event: EdsFormCustomEvent<boolean>) => void;
3824
+ "onForm"?: (event: EdsFormCustomEvent<{
3825
+ event: 'input' | 'change' | 'submit';
3826
+ validated?: boolean;
3827
+ field?: string;
3828
+ value?: any;
3829
+ message?: string;
3830
+ success?: boolean;
3831
+ data: any;
3832
+ }>) => void;
3593
3833
  /**
3594
3834
  * If `true`, includes the current form URL in the submission data.
3595
3835
  */
@@ -3610,6 +3850,59 @@ declare namespace LocalJSX {
3610
3850
  * The message displayed when the form submission is successful.
3611
3851
  */
3612
3852
  "successMessage"?: string;
3853
+ /**
3854
+ * The user object containing user information. This is populated after a successful authentication.
3855
+ */
3856
+ "user"?: User;
3857
+ }
3858
+ /**
3859
+ * `EdsFormV2` is a comprehensive form component designed to handle form submission with validation,
3860
+ * error handling, and customizable fields.
3861
+ * Key Features:
3862
+ * - Configurable validation for fields, including dynamic field validation.
3863
+ * - Optionally includes a submit button, which can display a loading state during submission.
3864
+ * - Supports file upload, hidden fields, and dynamic field parsing.
3865
+ * - Emits `form` event when the form is submitting/validating or there are field updates.
3866
+ * This component is ideal for implementing complex forms with specific validation and submission behaviors.
3867
+ */
3868
+ interface EdsFormV2 {
3869
+ /**
3870
+ * The message displayed when the form submission fails.
3871
+ */
3872
+ "errorMessage"?: string;
3873
+ /**
3874
+ * A JSON string representing the fields in the form. Example: ```json [ { "name": "email", "label": "Email", "type": "text", "required": true }, { "name": "password", "label": "Password", "type": "password", "required": true } ] ```
3875
+ */
3876
+ "fields"?: string | any[];
3877
+ /**
3878
+ * If `true`, includes a submit button in the form.
3879
+ */
3880
+ "formBtn"?: boolean;
3881
+ /**
3882
+ * If `true`, includes a submit button in the form.
3883
+ */
3884
+ "formBtnLabel"?: string;
3885
+ /**
3886
+ * The init data the form will attempt to populate in the provided fields.
3887
+ */
3888
+ "initData"?: { [key: string]: any };
3889
+ /**
3890
+ * The name of the form, used for grouping inputs and identifying the form.
3891
+ */
3892
+ "name"?: string;
3893
+ "onForm"?: (event: EdsFormV2CustomEvent<{
3894
+ event: 'input' | 'change' | 'submit';
3895
+ validated?: boolean;
3896
+ field?: string;
3897
+ value?: any;
3898
+ message?: string;
3899
+ success?: boolean;
3900
+ data: any;
3901
+ }>) => void;
3902
+ /**
3903
+ * If `true`, includes the current form URL in the submission data.
3904
+ */
3905
+ "setFormUrl"?: boolean;
3613
3906
  }
3614
3907
  /**
3615
3908
  * `EdsFrame` is a versatile iframe container component that can display external content
@@ -3624,14 +3917,33 @@ declare namespace LocalJSX {
3624
3917
  * Ideal for showcasing embedded content within an application, especially when previewing external resources.
3625
3918
  */
3626
3919
  interface EdsFrame {
3627
- "bg"?: boolean;
3920
+ /**
3921
+ * The error message displayed if the iframe fails to load.
3922
+ */
3628
3923
  "errorMessage"?: string;
3924
+ /**
3925
+ * The label displayed at the top left of the frame.
3926
+ */
3629
3927
  "frameLabel": string;
3630
- "intent"?: 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'strong' | 'weak' | 'inverse' | 'underline';
3928
+ /**
3929
+ * The intent for styling the link (e.g., primary, secondary, tertiary, etc.).
3930
+ */
3931
+ "intent"?: 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'strong' | 'weak' | 'underline';
3932
+ /**
3933
+ * The size of the frame controlling its height. Options: 'auto', 'sm', 'md', 'lg', 'xl'
3934
+ */
3631
3935
  "size"?: 'auto' | 'sm' | 'md' | 'lg' | 'xl';
3936
+ /**
3937
+ * The story path identifier used to generate the iframe URL.
3938
+ */
3632
3939
  "storyPath": string;
3940
+ /**
3941
+ * The base URL of the Storybook instance.
3942
+ */
3633
3943
  "storybookUrl": string;
3634
- "tiny"?: boolean;
3944
+ /**
3945
+ * The label for the external link at the top right of the frame. Defaults to 'Open in Storybook'.
3946
+ */
3635
3947
  "urlLabel"?: string;
3636
3948
  }
3637
3949
  /**
@@ -3801,12 +4113,30 @@ declare namespace LocalJSX {
3801
4113
  */
3802
4114
  "class"?: string;
3803
4115
  }
4116
+ interface EdsIconStar {
4117
+ /**
4118
+ * Additional CSS classes to be applied to the icon for styling.
4119
+ */
4120
+ "class"?: string;
4121
+ }
3804
4122
  interface EdsIconSuccess {
3805
4123
  /**
3806
4124
  * Additional CSS classes to be applied to the icon for styling.
3807
4125
  */
3808
4126
  "class"?: string;
3809
4127
  }
4128
+ interface EdsIconThumbsDown {
4129
+ /**
4130
+ * Additional CSS classes to be applied to the icon for styling.
4131
+ */
4132
+ "class"?: string;
4133
+ }
4134
+ interface EdsIconThumbsUp {
4135
+ /**
4136
+ * Additional CSS classes to be applied to the icon for styling.
4137
+ */
4138
+ "class"?: string;
4139
+ }
3810
4140
  interface EdsIconTwitter {
3811
4141
  /**
3812
4142
  * Additional CSS classes to be applied to the icon for styling.
@@ -4025,9 +4355,14 @@ declare namespace LocalJSX {
4025
4355
  "step"?: number;
4026
4356
  }
4027
4357
  interface EdsInputSearch {
4358
+ "decorate"?: string;
4028
4359
  "disabled"?: boolean;
4029
4360
  "inputId"?: string;
4030
4361
  "name": string;
4362
+ "onSearch"?: (event: EdsInputSearchCustomEvent<{
4363
+ event: 'input' | 'change';
4364
+ value: any;
4365
+ }>) => void;
4031
4366
  "placeholder"?: string;
4032
4367
  "required"?: boolean;
4033
4368
  "value"?: string;
@@ -4169,9 +4504,16 @@ declare namespace LocalJSX {
4169
4504
  */
4170
4505
  "keycloakUrl"?: string;
4171
4506
  /**
4172
- * Event emitted when the authentication status changes.
4507
+ * Event emitted when the authentication status changes. It emits an object {authenticated, user} indicating the new authentication status and the user's information.
4508
+ */
4509
+ "onAuth"?: (event: EdsLoginCustomEvent<{
4510
+ authenticated: boolean;
4511
+ user: any;
4512
+ }>) => void;
4513
+ /**
4514
+ * Event emitted when the initKeycloak status changes.
4173
4515
  */
4174
- "onAuthStatusChanged"?: (event: EdsLoginCustomEvent<{ authenticated: boolean; user: any }>) => void;
4516
+ "onKeycloak"?: (event: EdsLoginCustomEvent<{ init: boolean }>) => void;
4175
4517
  }
4176
4518
  /**
4177
4519
  * `EdsLogo` is a logo component designed to display a clickable logo that can link to a specified URL.
@@ -4207,19 +4549,21 @@ declare namespace LocalJSX {
4207
4549
  */
4208
4550
  "tabIndex"?: number;
4209
4551
  }
4210
- /**
4211
- * A Stencil component for displaying a Matomo analytics consent notice.
4212
- * Provides users with the option to opt in or opt out of anonymous analytics.
4213
- */
4214
4552
  interface EdsMatomoNotice {
4215
4553
  /**
4216
- * The description displayed in the notice. Explains the purpose of collecting analytics data.
4217
- * @default 'We use anonymous analytics to improve our services. No personal data is collected unless you give your consent.'
4554
+ * The description displayed in the notice.
4218
4555
  */
4219
4556
  "description"?: string;
4557
+ /**
4558
+ * When true, the notice is forced to show regardless of cookies/session.
4559
+ */
4560
+ "forceShow"?: boolean;
4561
+ /**
4562
+ * Event emitted when the rating is changed.
4563
+ */
4564
+ "onConsent"?: (event: EdsMatomoNoticeCustomEvent<'in' | 'out' | 'defer'>) => void;
4220
4565
  /**
4221
4566
  * The title displayed in the notice.
4222
- * @default 'Analytics Consent'
4223
4567
  */
4224
4568
  "title"?: string;
4225
4569
  }
@@ -4249,37 +4593,11 @@ declare namespace LocalJSX {
4249
4593
  */
4250
4594
  "truncateLines"?: string;
4251
4595
  }
4252
- interface EdsNavigator {
4253
- /**
4254
- * Intent of the links. Can be 'ghost', 'primary', 'secondary', etc. Default is 'ghost'.
4255
- */
4256
- "linkIntent"?: 'ghost' | 'primary' | 'secondary' | 'tertiary' | 'ghost';
4257
- /**
4258
- * Size of the links. Can be 'small', 'medium', or 'large'. Default is 'small'.
4259
- */
4260
- "linkSize"?: 'small' | 'large';
4261
- /**
4262
- * Label for the next navigation link.
4263
- */
4264
- "nextLabel"?: string;
4265
- /**
4266
- * URL for the next navigation link. If not provided, the link will be disabled.
4267
- */
4268
- "nextUrl"?: string;
4269
- /**
4270
- * Label for the previous navigation link.
4271
- */
4272
- "prevLabel"?: string;
4273
- /**
4274
- * URL for the previous navigation link. If not provided, the link will be disabled.
4275
- */
4276
- "prevUrl"?: string;
4277
- }
4278
4596
  /**
4279
4597
  * `EdsPagination` is a component for navigating paginated data.
4280
4598
  * Key Features:
4281
4599
  * - Supports two display modes: "default" (shows numbered page links) and "navigator" (shows Previous/Next buttons).
4282
- * - Emits a `pageChange` event when the page is changed in "default" mode.
4600
+ * - Emits a `page` event when the page is changed in "default" mode.
4283
4601
  * - Automatically generates pagination links based on the `currentPage` and `lastPage`.
4284
4602
  * This component is designed for flexible and accessible pagination controls, suitable for various display needs.
4285
4603
  */
@@ -4332,22 +4650,18 @@ declare namespace LocalJSX {
4332
4650
  "value"?: number;
4333
4651
  }
4334
4652
  interface EdsRating {
4335
- /**
4336
- * The label text for the rating component.
4337
- */
4338
- "label"?: string;
4339
4653
  /**
4340
4654
  * Event emitted when the rating is changed.
4341
4655
  */
4342
- "onRatingChange"?: (event: EdsRatingCustomEvent<number>) => void;
4656
+ "onRating"?: (event: EdsRatingCustomEvent<number>) => void;
4343
4657
  /**
4344
4658
  * Number of stars in the rating system.
4345
4659
  */
4346
- "stars"?: number;
4660
+ "ratingCount"?: number;
4347
4661
  /**
4348
- * Mapping of text to star ratings.
4662
+ * The type of icon to display. Can be "stars" or "thumbs".
4349
4663
  */
4350
- "textMapping"?: string | string[];
4664
+ "ratingType"?: 'star' | 'thumbs-up' | 'thumbs-down';
4351
4665
  }
4352
4666
  /**
4353
4667
  * `EdsSectionCore` is a flexible wrapper component for creating structured sections with customizable headings.
@@ -4411,11 +4725,51 @@ declare namespace LocalJSX {
4411
4725
  */
4412
4726
  "title"?: string;
4413
4727
  }
4728
+ interface EdsSpinner {
4729
+ /**
4730
+ * Background overlay color.
4731
+ */
4732
+ "background"?: string;
4733
+ /**
4734
+ * Color for the spinner's border.
4735
+ */
4736
+ "borderColor"?: string;
4737
+ /**
4738
+ * Color for the spinner's bottom border.
4739
+ */
4740
+ "bottomColor"?: string;
4741
+ /**
4742
+ * When true, the spinner covers the entire viewport.
4743
+ */
4744
+ "fullscreen"?: boolean;
4745
+ /**
4746
+ * Size of the spinner (e.g., "3rem", "50px").
4747
+ */
4748
+ "size"?: string;
4749
+ /**
4750
+ * Border thickness of the spinner.
4751
+ */
4752
+ "thickness"?: string;
4753
+ }
4754
+ interface EdsSplashScreen {
4755
+ /**
4756
+ * A promise that must be resolved before the splash screen hides. This can be used for tasks like initialization or authentication.
4757
+ */
4758
+ "initPromise"?: Promise<any>;
4759
+ /**
4760
+ * If true, applies a dark theme by rendering a black background and white logo.
4761
+ */
4762
+ "inverse"?: boolean;
4763
+ /**
4764
+ * Event emitted when the splash screen state changes. Emits an object with a type and a message.
4765
+ */
4766
+ "onSplash"?: (event: EdsSplashScreenCustomEvent<{ type: 'hidden'; message: string } | { type: 'error'; message: string }>) => void;
4767
+ }
4414
4768
  interface EdsSteps {
4415
4769
  /**
4416
4770
  * Emits when a step is clicked, providing the step's index.
4417
4771
  */
4418
- "onStepClick"?: (event: EdsStepsCustomEvent<number>) => void;
4772
+ "onStep"?: (event: EdsStepsCustomEvent<number>) => void;
4419
4773
  /**
4420
4774
  * JSON string containing an array of step objects. Example: '[ { "title": "Get Access...", "content": "To participate..." }, { "title": "Subscribe...", "content": "Technical Coordination..." }, { "title": "Confirm Your Subscription" } ]'
4421
4775
  */
@@ -4449,24 +4803,6 @@ declare namespace LocalJSX {
4449
4803
  */
4450
4804
  "onChange"?: (event: EdsSwitchCustomEvent<boolean>) => void;
4451
4805
  }
4452
- interface EdsTab {
4453
- /**
4454
- * Whether the tab is active
4455
- */
4456
- "active"?: boolean;
4457
- /**
4458
- * Aria label for accessibility
4459
- */
4460
- "ariaLabel"?: string;
4461
- /**
4462
- * The label of the tab
4463
- */
4464
- "label"?: string;
4465
- /**
4466
- * The URL or href of the tab
4467
- */
4468
- "url"?: string;
4469
- }
4470
4806
  /**
4471
4807
  * `EdsTable` is a customizable data table component with support for dynamic data fetching, column configuration, pagination, and search functionality.
4472
4808
  * Key Features:
@@ -4530,7 +4866,7 @@ declare namespace LocalJSX {
4530
4866
  * Aria label for the navigation
4531
4867
  */
4532
4868
  "navAriaLabel"?: string;
4533
- "onTabChange"?: (event: EdsTabsCustomEvent<{
4869
+ "onTab"?: (event: EdsTabsCustomEvent<{
4534
4870
  tabId: string;
4535
4871
  index: number;
4536
4872
  name?: string;
@@ -4538,38 +4874,19 @@ declare namespace LocalJSX {
4538
4874
  /**
4539
4875
  * JSON string for tabs data
4540
4876
  */
4541
- "tabs"?: string | { label: string; url: string; active: boolean; ariaLabel: string }[];
4542
- }
4543
- interface EdsTabsContent {
4544
- /**
4545
- * Aria label for the navigation
4546
- */
4547
- "navAriaLabel"?: string;
4548
- "onTabContentChange"?: (event: EdsTabsContentCustomEvent<{ index: number; name: string }>) => void;
4549
- /**
4550
- * JSON string for tabs data
4551
- */
4552
- "tabs"?: string;
4877
+ "tabs"?: string | { label: string; url: string; active: boolean; ariaLabel?: string }[];
4553
4878
  }
4554
4879
  /**
4555
4880
  * `EdsTag` is a stylized label component designed to display short, categorical information.
4556
- * The component supports multiple visual styles to fit different use cases, such as accent or inverse styling.
4557
- * Key Features:
4558
- * - Configurable appearance through `intent` prop with options for various styles (default, strong, accent, weak, inverse, inverse-strong).
4559
- * - Displays a label passed as the `label` prop, required for defining the content of the tag.
4560
- * This component is useful for creating distinguishable tags or labels with consistent styling.
4881
+ * It supports multiple visual styles defined by the `intent` prop.
4561
4882
  */
4562
4883
  interface EdsTag {
4563
4884
  /**
4564
- * Optional accessible label override. If not provided, the visible label is used as the accessible name.
4565
- */
4566
- "ariaLabel"?: string;
4567
- /**
4568
- * The visual style or intent of the tag. Options include: - 'default': The standard appearance. - 'strong': Strong emphasis with inverse text color. - 'accent': Accent color with a blue text and border. - 'weak': A softer look with lighter text and transparent border. - 'inverse': Inverse style with border and text inversion. - 'inverse-strong': Strong inverse with lighter text. Defaults to 'default'.
4885
+ * The visual style or intent of the tag.
4569
4886
  */
4570
4887
  "intent"?: 'default' | 'strong' | 'accent' | 'weak' | 'inverse' | 'inverse-strong';
4571
4888
  /**
4572
- * The label to be displayed inside the tag. This prop is required.
4889
+ * The label to be displayed inside the tag.
4573
4890
  */
4574
4891
  "label": string;
4575
4892
  }
@@ -4615,46 +4932,21 @@ declare namespace LocalJSX {
4615
4932
  "applications"?: string | any[];
4616
4933
  }
4617
4934
  /**
4618
- * `EdsUser` is a user authentication component for managing and displaying
4619
- * the user's authentication state using Keycloak. It provides login and logout
4620
- * functionality, displays a user dropdown menu when authenticated, and emits
4621
- * authentication status changes.
4622
- * This component is ideal for embedding into any layout requiring secure user authentication, with built-in integration for Keycloak and optional login/logout functionality.
4935
+ * `EdsUser` is a user component for managing and displaying
4936
+ * the user's auth information. Displays a user dropdown menu when authenticated.
4937
+ * This component is ideal for embedding into any layout requiring user authentication.
4623
4938
  */
4624
4939
  interface EdsUser {
4625
4940
  /**
4626
- * The Keycloak Client ID. The client ID represents the client application that Keycloak protects. It's configured in the Keycloak admin console and used to identify the app requesting authentication. Example: `my-client-app`
4627
- */
4628
- "keycloakClientId"?: string;
4629
- /**
4630
- * The Keycloak Realm. A realm in Keycloak is a space where you manage a set of users, roles, groups, and credentials.
4631
- */
4632
- "keycloakRealm"?: string;
4633
- /**
4634
- * The URL of the Keycloak server. This is the base URL where your Keycloak instance is hosted.
4635
- */
4636
- "keycloakUrl"?: string;
4637
- /**
4638
- * Event emitted when the authentication status changes. It emits an object {authenticated, user} indicating the new authentication status and the user's information.
4639
- */
4640
- "onAuthStatusChanged"?: (event: EdsUserCustomEvent<{
4641
- authenticated: boolean;
4642
- user: any;
4643
- }>) => void;
4644
- }
4645
- interface EdsUserModal {
4646
- /**
4647
- * Array of links to be displayed in the modal. Can be passed as an array or a JSON string.
4648
- */
4649
- "links"?: string;
4650
- /**
4651
- * Logout callback function.
4652
- */
4653
- "onLogout"?: () => void;
4654
- /**
4655
- * The user object containing user information. Can be passed as an object or a JSON string.
4941
+ * The user object containing user information.
4656
4942
  */
4657
- "user": User | string;
4943
+ "user"?: {
4944
+ email: string;
4945
+ name: string;
4946
+ given_name: string;
4947
+ family_name: string;
4948
+ preferred_username: string;
4949
+ };
4658
4950
  }
4659
4951
  interface EdsVerticalStepper {
4660
4952
  /**
@@ -4703,6 +4995,7 @@ declare namespace LocalJSX {
4703
4995
  "correct-use-of-colors": CorrectUseOfColors;
4704
4996
  "eds-accordion": EdsAccordion;
4705
4997
  "eds-alert": EdsAlert;
4998
+ "eds-app-root": EdsAppRoot;
4706
4999
  "eds-avatar": EdsAvatar;
4707
5000
  "eds-block-break": EdsBlockBreak;
4708
5001
  "eds-breadcrumb": EdsBreadcrumb;
@@ -4717,11 +5010,14 @@ declare namespace LocalJSX {
4717
5010
  "eds-card-wrapper": EdsCardWrapper;
4718
5011
  "eds-code-block": EdsCodeBlock;
4719
5012
  "eds-components-section": EdsComponentsSection;
5013
+ "eds-cookies-preference": EdsCookiesPreference;
4720
5014
  "eds-docs-palettes": EdsDocsPalettes;
4721
5015
  "eds-docs-tokens": EdsDocsTokens;
4722
5016
  "eds-dropdown": EdsDropdown;
5017
+ "eds-feedback": EdsFeedback;
4723
5018
  "eds-footer": EdsFooter;
4724
5019
  "eds-form": EdsForm;
5020
+ "eds-form-v2": EdsFormV2;
4725
5021
  "eds-frame": EdsFrame;
4726
5022
  "eds-fullscreen-menu": EdsFullscreenMenu;
4727
5023
  "eds-header": EdsHeader;
@@ -4743,7 +5039,10 @@ declare namespace LocalJSX {
4743
5039
  "eds-icon-menu": EdsIconMenu;
4744
5040
  "eds-icon-more": EdsIconMore;
4745
5041
  "eds-icon-search": EdsIconSearch;
5042
+ "eds-icon-star": EdsIconStar;
4746
5043
  "eds-icon-success": EdsIconSuccess;
5044
+ "eds-icon-thumbs-down": EdsIconThumbsDown;
5045
+ "eds-icon-thumbs-up": EdsIconThumbsUp;
4747
5046
  "eds-icon-twitter": EdsIconTwitter;
4748
5047
  "eds-icon-user": EdsIconUser;
4749
5048
  "eds-icon-wrapper": EdsIconWrapper;
@@ -4762,20 +5061,19 @@ declare namespace LocalJSX {
4762
5061
  "eds-logo-variations": EdsLogoVariations;
4763
5062
  "eds-matomo-notice": EdsMatomoNotice;
4764
5063
  "eds-modal": EdsModal;
4765
- "eds-navigator": EdsNavigator;
4766
5064
  "eds-pagination": EdsPagination;
4767
5065
  "eds-progress-bar": EdsProgressBar;
4768
5066
  "eds-rating": EdsRating;
4769
5067
  "eds-section-core": EdsSectionCore;
4770
5068
  "eds-section-heading": EdsSectionHeading;
4771
5069
  "eds-social-networks": EdsSocialNetworks;
5070
+ "eds-spinner": EdsSpinner;
5071
+ "eds-splash-screen": EdsSplashScreen;
4772
5072
  "eds-steps": EdsSteps;
4773
5073
  "eds-svg-repository": EdsSvgRepository;
4774
5074
  "eds-switch": EdsSwitch;
4775
- "eds-tab": EdsTab;
4776
5075
  "eds-table": EdsTable;
4777
5076
  "eds-tabs": EdsTabs;
4778
- "eds-tabs-content": EdsTabsContent;
4779
5077
  "eds-tag": EdsTag;
4780
5078
  "eds-timeline": EdsTimeline;
4781
5079
  "eds-toast": EdsToast;
@@ -4783,7 +5081,6 @@ declare namespace LocalJSX {
4783
5081
  "eds-tooltip": EdsTooltip;
4784
5082
  "eds-trl": EdsTrl;
4785
5083
  "eds-user": EdsUser;
4786
- "eds-user-modal": EdsUserModal;
4787
5084
  "eds-vertical-stepper": EdsVerticalStepper;
4788
5085
  "gradient-primary-palette": GradientPrimaryPalette;
4789
5086
  "gradient-secondary-palette": GradientSecondaryPalette;
@@ -4815,7 +5112,7 @@ declare module "@stencil/core" {
4815
5112
  * This component supports a range of configurations, including background toggling, minimum height adjustments,
4816
5113
  * and various styles to suit different layouts and display requirements.
4817
5114
  * It includes an optional button or link element within the header, which can be customized for additional interactions.
4818
- * The `accordionChange` event is emitted when the accordion's expanded state changes, allowing parent components
5115
+ * The `accordion` event is emitted when the accordion's expanded state changes, allowing parent components
4819
5116
  * to track its open/close status.
4820
5117
  * Key features include:
4821
5118
  * - Header with customizable title
@@ -4837,6 +5134,7 @@ declare module "@stencil/core" {
4837
5134
  * This component is styled with predefined CSS classes to ensure consistent appearance across different alert types and layout configurations.
4838
5135
  */
4839
5136
  "eds-alert": LocalJSX.EdsAlert & JSXBase.HTMLAttributes<HTMLEdsAlertElement>;
5137
+ "eds-app-root": LocalJSX.EdsAppRoot & JSXBase.HTMLAttributes<HTMLEdsAppRootElement>;
4840
5138
  /**
4841
5139
  * `EdsAvatar` is a versatile component for displaying user profile representations, including initials or profile pictures.
4842
5140
  * This component is customizable to adapt to various styles and use cases.
@@ -4899,10 +5197,10 @@ declare module "@stencil/core" {
4899
5197
  "eds-card-generic": LocalJSX.EdsCardGeneric & JSXBase.HTMLAttributes<HTMLEdsCardGenericElement>;
4900
5198
  "eds-card-project": LocalJSX.EdsCardProject & JSXBase.HTMLAttributes<HTMLEdsCardProjectElement>;
4901
5199
  /**
4902
- * `EdsCardSection` is a component that renders a section of cards in a customizable grid layout.
5200
+ * `EdsCardSection` is a component that renders a section of cards in a customizable grid layout of 4 columns (grid-cols-4).
4903
5201
  * Each card within the section can display various properties such as title, description, avatar, and additional content.
4904
5202
  * Key Features:
4905
- * - Accepts a JSON string of card objects, each defining its properties like title, description, avatar, tags, URL, and image.
5203
+ * - Accepts a JSON string or array of card objects, each defining its properties like title, description, avatar, tags, URL, and image.
4906
5204
  * - Configurable grid layout with adjustable column span for each card, optimizing display on different screen sizes.
4907
5205
  * This component is ideal for displaying a structured section of cards with varying content in a responsive grid format.
4908
5206
  */
@@ -4918,6 +5216,7 @@ declare module "@stencil/core" {
4918
5216
  */
4919
5217
  "eds-code-block": LocalJSX.EdsCodeBlock & JSXBase.HTMLAttributes<HTMLEdsCodeBlockElement>;
4920
5218
  "eds-components-section": LocalJSX.EdsComponentsSection & JSXBase.HTMLAttributes<HTMLEdsComponentsSectionElement>;
5219
+ "eds-cookies-preference": LocalJSX.EdsCookiesPreference & JSXBase.HTMLAttributes<HTMLEdsCookiesPreferenceElement>;
4921
5220
  "eds-docs-palettes": LocalJSX.EdsDocsPalettes & JSXBase.HTMLAttributes<HTMLEdsDocsPalettesElement>;
4922
5221
  "eds-docs-tokens": LocalJSX.EdsDocsTokens & JSXBase.HTMLAttributes<HTMLEdsDocsTokensElement>;
4923
5222
  /**
@@ -4932,6 +5231,7 @@ declare module "@stencil/core" {
4932
5231
  * This component is well-suited for use in menus, navigational elements, and other interactive UI patterns.
4933
5232
  */
4934
5233
  "eds-dropdown": LocalJSX.EdsDropdown & JSXBase.HTMLAttributes<HTMLEdsDropdownElement>;
5234
+ "eds-feedback": LocalJSX.EdsFeedback & JSXBase.HTMLAttributes<HTMLEdsFeedbackElement>;
4935
5235
  /**
4936
5236
  * `EdsFooter` is a footer component designed for the EBRAINS platform, featuring social links,
4937
5237
  * legal information, and an optional cookie preferences button. It includes a "Back to top"
@@ -4958,6 +5258,17 @@ declare module "@stencil/core" {
4958
5258
  * This component is ideal for implementing complex forms with specific validation and submission behaviors.
4959
5259
  */
4960
5260
  "eds-form": LocalJSX.EdsForm & JSXBase.HTMLAttributes<HTMLEdsFormElement>;
5261
+ /**
5262
+ * `EdsFormV2` is a comprehensive form component designed to handle form submission with validation,
5263
+ * error handling, and customizable fields.
5264
+ * Key Features:
5265
+ * - Configurable validation for fields, including dynamic field validation.
5266
+ * - Optionally includes a submit button, which can display a loading state during submission.
5267
+ * - Supports file upload, hidden fields, and dynamic field parsing.
5268
+ * - Emits `form` event when the form is submitting/validating or there are field updates.
5269
+ * This component is ideal for implementing complex forms with specific validation and submission behaviors.
5270
+ */
5271
+ "eds-form-v2": LocalJSX.EdsFormV2 & JSXBase.HTMLAttributes<HTMLEdsFormV2Element>;
4961
5272
  /**
4962
5273
  * `EdsFrame` is a versatile iframe container component that can display external content
4963
5274
  * such as Storybook previews or other embedded resources. It includes customizable labels,
@@ -5012,7 +5323,10 @@ declare module "@stencil/core" {
5012
5323
  "eds-icon-menu": LocalJSX.EdsIconMenu & JSXBase.HTMLAttributes<HTMLEdsIconMenuElement>;
5013
5324
  "eds-icon-more": LocalJSX.EdsIconMore & JSXBase.HTMLAttributes<HTMLEdsIconMoreElement>;
5014
5325
  "eds-icon-search": LocalJSX.EdsIconSearch & JSXBase.HTMLAttributes<HTMLEdsIconSearchElement>;
5326
+ "eds-icon-star": LocalJSX.EdsIconStar & JSXBase.HTMLAttributes<HTMLEdsIconStarElement>;
5015
5327
  "eds-icon-success": LocalJSX.EdsIconSuccess & JSXBase.HTMLAttributes<HTMLEdsIconSuccessElement>;
5328
+ "eds-icon-thumbs-down": LocalJSX.EdsIconThumbsDown & JSXBase.HTMLAttributes<HTMLEdsIconThumbsDownElement>;
5329
+ "eds-icon-thumbs-up": LocalJSX.EdsIconThumbsUp & JSXBase.HTMLAttributes<HTMLEdsIconThumbsUpElement>;
5016
5330
  "eds-icon-twitter": LocalJSX.EdsIconTwitter & JSXBase.HTMLAttributes<HTMLEdsIconTwitterElement>;
5017
5331
  "eds-icon-user": LocalJSX.EdsIconUser & JSXBase.HTMLAttributes<HTMLEdsIconUserElement>;
5018
5332
  /**
@@ -5085,10 +5399,6 @@ declare module "@stencil/core" {
5085
5399
  */
5086
5400
  "eds-logo": LocalJSX.EdsLogo & JSXBase.HTMLAttributes<HTMLEdsLogoElement>;
5087
5401
  "eds-logo-variations": LocalJSX.EdsLogoVariations & JSXBase.HTMLAttributes<HTMLEdsLogoVariationsElement>;
5088
- /**
5089
- * A Stencil component for displaying a Matomo analytics consent notice.
5090
- * Provides users with the option to opt in or opt out of anonymous analytics.
5091
- */
5092
5402
  "eds-matomo-notice": LocalJSX.EdsMatomoNotice & JSXBase.HTMLAttributes<HTMLEdsMatomoNoticeElement>;
5093
5403
  /**
5094
5404
  * `EdsModal` is a modal dialog component that can be toggled open or closed.
@@ -5099,12 +5409,11 @@ declare module "@stencil/core" {
5099
5409
  * This component is useful for displaying overlay content in a structured and accessible manner, with controls for dynamic visibility and content truncation.
5100
5410
  */
5101
5411
  "eds-modal": LocalJSX.EdsModal & JSXBase.HTMLAttributes<HTMLEdsModalElement>;
5102
- "eds-navigator": LocalJSX.EdsNavigator & JSXBase.HTMLAttributes<HTMLEdsNavigatorElement>;
5103
5412
  /**
5104
5413
  * `EdsPagination` is a component for navigating paginated data.
5105
5414
  * Key Features:
5106
5415
  * - Supports two display modes: "default" (shows numbered page links) and "navigator" (shows Previous/Next buttons).
5107
- * - Emits a `pageChange` event when the page is changed in "default" mode.
5416
+ * - Emits a `page` event when the page is changed in "default" mode.
5108
5417
  * - Automatically generates pagination links based on the `currentPage` and `lastPage`.
5109
5418
  * This component is designed for flexible and accessible pagination controls, suitable for various display needs.
5110
5419
  */
@@ -5134,10 +5443,11 @@ declare module "@stencil/core" {
5134
5443
  * Each link directs users to EBRAINS' profiles on various social networks.
5135
5444
  */
5136
5445
  "eds-social-networks": LocalJSX.EdsSocialNetworks & JSXBase.HTMLAttributes<HTMLEdsSocialNetworksElement>;
5446
+ "eds-spinner": LocalJSX.EdsSpinner & JSXBase.HTMLAttributes<HTMLEdsSpinnerElement>;
5447
+ "eds-splash-screen": LocalJSX.EdsSplashScreen & JSXBase.HTMLAttributes<HTMLEdsSplashScreenElement>;
5137
5448
  "eds-steps": LocalJSX.EdsSteps & JSXBase.HTMLAttributes<HTMLEdsStepsElement>;
5138
5449
  "eds-svg-repository": LocalJSX.EdsSvgRepository & JSXBase.HTMLAttributes<HTMLEdsSvgRepositoryElement>;
5139
5450
  "eds-switch": LocalJSX.EdsSwitch & JSXBase.HTMLAttributes<HTMLEdsSwitchElement>;
5140
- "eds-tab": LocalJSX.EdsTab & JSXBase.HTMLAttributes<HTMLEdsTabElement>;
5141
5451
  /**
5142
5452
  * `EdsTable` is a customizable data table component with support for dynamic data fetching, column configuration, pagination, and search functionality.
5143
5453
  * Key Features:
@@ -5157,14 +5467,9 @@ declare module "@stencil/core" {
5157
5467
  * and is designed to fit seamlessly into any layout.
5158
5468
  */
5159
5469
  "eds-tabs": LocalJSX.EdsTabs & JSXBase.HTMLAttributes<HTMLEdsTabsElement>;
5160
- "eds-tabs-content": LocalJSX.EdsTabsContent & JSXBase.HTMLAttributes<HTMLEdsTabsContentElement>;
5161
5470
  /**
5162
5471
  * `EdsTag` is a stylized label component designed to display short, categorical information.
5163
- * The component supports multiple visual styles to fit different use cases, such as accent or inverse styling.
5164
- * Key Features:
5165
- * - Configurable appearance through `intent` prop with options for various styles (default, strong, accent, weak, inverse, inverse-strong).
5166
- * - Displays a label passed as the `label` prop, required for defining the content of the tag.
5167
- * This component is useful for creating distinguishable tags or labels with consistent styling.
5472
+ * It supports multiple visual styles defined by the `intent` prop.
5168
5473
  */
5169
5474
  "eds-tag": LocalJSX.EdsTag & JSXBase.HTMLAttributes<HTMLEdsTagElement>;
5170
5475
  "eds-timeline": LocalJSX.EdsTimeline & JSXBase.HTMLAttributes<HTMLEdsTimelineElement>;
@@ -5176,14 +5481,11 @@ declare module "@stencil/core" {
5176
5481
  "eds-tooltip": LocalJSX.EdsTooltip & JSXBase.HTMLAttributes<HTMLEdsTooltipElement>;
5177
5482
  "eds-trl": LocalJSX.EdsTrl & JSXBase.HTMLAttributes<HTMLEdsTrlElement>;
5178
5483
  /**
5179
- * `EdsUser` is a user authentication component for managing and displaying
5180
- * the user's authentication state using Keycloak. It provides login and logout
5181
- * functionality, displays a user dropdown menu when authenticated, and emits
5182
- * authentication status changes.
5183
- * This component is ideal for embedding into any layout requiring secure user authentication, with built-in integration for Keycloak and optional login/logout functionality.
5484
+ * `EdsUser` is a user component for managing and displaying
5485
+ * the user's auth information. Displays a user dropdown menu when authenticated.
5486
+ * This component is ideal for embedding into any layout requiring user authentication.
5184
5487
  */
5185
5488
  "eds-user": LocalJSX.EdsUser & JSXBase.HTMLAttributes<HTMLEdsUserElement>;
5186
- "eds-user-modal": LocalJSX.EdsUserModal & JSXBase.HTMLAttributes<HTMLEdsUserModalElement>;
5187
5489
  "eds-vertical-stepper": LocalJSX.EdsVerticalStepper & JSXBase.HTMLAttributes<HTMLEdsVerticalStepperElement>;
5188
5490
  "gradient-primary-palette": LocalJSX.GradientPrimaryPalette & JSXBase.HTMLAttributes<HTMLGradientPrimaryPaletteElement>;
5189
5491
  "gradient-secondary-palette": LocalJSX.GradientSecondaryPalette & JSXBase.HTMLAttributes<HTMLGradientSecondaryPaletteElement>;