@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,23 +27,15 @@ const EdsTag = /*@__PURE__*/ proxyCustomElement(class EdsTag extends HTMLElement
27
27
  this.__registerHost();
28
28
  this.__attachShadow();
29
29
  this.label = undefined;
30
- this.ariaLabel = '';
31
30
  this.intent = 'default';
32
31
  }
33
- /**
34
- * Render the component.
35
- * @returns The rendered HTML for the tag component with the applied styles and label.
36
- */
37
32
  render() {
38
- var _a;
39
33
  const classes = tagStyles({ intent: this.intent });
40
- const accessibleLabel = ((_a = this.ariaLabel) === null || _a === void 0 ? void 0 : _a.length) ? this.ariaLabel : this.label;
41
- return (h("span", { key: '6a517f42aeb641c95d96ecd6c3090a317a3195c6', class: classes, "aria-label": accessibleLabel }, this.label));
34
+ return h("span", { key: '2f4b0011094538aaa0a7cc855eadc1b39c9dc028', class: classes }, this.label);
42
35
  }
43
36
  static get style() { return EdsTagStyle0; }
44
37
  }, [1, "eds-tag", {
45
38
  "label": [1],
46
- "ariaLabel": [1, "aria-label"],
47
39
  "intent": [1]
48
40
  }]);
49
41
  function defineCustomElement() {
@@ -1,4 +1,5 @@
1
1
  import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+ import { p as parseData } from './sharedUtils.js';
2
3
  import { d as defineCustomElement$7 } from './eds-avatar2.js';
3
4
  import { d as defineCustomElement$6 } from './eds-card-desc2.js';
4
5
  import { d as defineCustomElement$5 } from './eds-card-generic2.js';
@@ -15,26 +16,7 @@ const EdsTimeline$1 = /*@__PURE__*/ proxyCustomElement(class EdsTimeline extends
15
16
  this.parsedEvents = [];
16
17
  }
17
18
  parseEvents(newValue) {
18
- let parsed;
19
- // If events is a string, try to parse it
20
- if (typeof newValue === 'string') {
21
- try {
22
- parsed = JSON.parse(newValue);
23
- }
24
- catch (e) {
25
- // eslint-disable-next-line
26
- console.error('Error parsing timeline events JSON', e);
27
- parsed = [];
28
- }
29
- }
30
- // If events is already an array, use it directly
31
- else if (Array.isArray(newValue)) {
32
- parsed = newValue;
33
- }
34
- // Otherwise, default to an empty array
35
- else {
36
- parsed = [];
37
- }
19
+ const parsed = parseData(newValue);
38
20
  // Map over the parsed events to ensure boolean conversion for "completed"
39
21
  this.parsedEvents = Array.isArray(parsed)
40
22
  ? parsed.map((event) => (Object.assign(Object.assign({}, event), { completed: event.completed === 'true' || event.completed === true })))
@@ -65,7 +47,7 @@ const EdsTimeline$1 = /*@__PURE__*/ proxyCustomElement(class EdsTimeline extends
65
47
  }
66
48
  }
67
49
  render() {
68
- return (h("div", { key: '1ba4a93ce518b52f5821af75ae0587c44db92c6d', class: "max-w-sidebar mx-auto px-4 py-8" }, h("div", { key: '3e019420ddd4bfab7800567c7130299ea47205c6', class: "relative" }, h("div", { key: 'df99ce8fb08232c46449d7485dd7cffcd04b64d6', class: "absolute w-4 left-1/2 transform -translate-x-1/2 bg-strong h-full z-0" }), h("div", { key: '1b52694d2e8c3656910c02680aa8ce2e78b02997', class: "space-y-16" }, this.parsedEvents.map((event, index) => (h("div", { class: "relative flex" }, h("div", { class: `w-1/2 ${index % 2 === 0 ? 'pr-4' : ''}` }, index % 2 === 0 && (h("eds-card-generic", { cardTitle: event.title, url: "#", description: event.description, "heading-level": "h2", tiny: true, bg: !event.completed, "with-hover": "false", tags: JSON.stringify(event.completed
50
+ return (h("div", { key: '6d6eaccb876780be7c9e443a8d8a443fc0b4f779', class: "max-w-sidebar mx-auto px-4 py-8" }, h("div", { key: '122a6273fbd448a026fee899159872366cc01033', class: "relative" }, h("div", { key: 'bbf7359dacf3eb74f096d8c3e59344a6ceb67e8e', class: "absolute w-4 left-1/2 transform -translate-x-1/2 bg-strong h-full z-0" }), h("div", { key: 'e86895cccaf84f269a4ae0117deb5ef8bfa6e501', class: "space-y-16" }, this.parsedEvents.map((event, index) => (h("div", { class: "relative flex" }, h("div", { class: `w-1/2 ${index % 2 === 0 ? 'pr-4' : ''}` }, index % 2 === 0 && (h("eds-card-generic", { cardTitle: event.title, url: "#", description: event.description, "heading-level": "h2", tiny: true, bg: !event.completed, "with-hover": "false", tags: JSON.stringify(event.completed
69
51
  ? [{ label: 'completed', style: 'accent' }]
70
52
  : [{ label: 'pending', style: 'default' }]), onClick: () => this.handleEventClick(event) }))), h("div", { class: "flex items-center justify-center relative" }, event.completed ? (h("div", { class: "w-32 h-32 bg-accent rounded-full shadow flex items-center justify-center" })) : (h("div", { class: "w-32 h-32 bg-strong rounded-full shadow flex items-center justify-center" }))), h("div", { class: `w-1/2 ${index % 2 !== 0 ? 'pl-4' : ''}` }, index % 2 !== 0 && (h("eds-card-generic", { cardTitle: event.title, url: "#", description: event.description, "heading-level": "h2", tiny: true, bg: !event.completed, "with-hover": "false", tags: JSON.stringify(event.completed
71
53
  ? [{ label: 'completed', style: 'accent' }]
@@ -4,13 +4,14 @@ import { d as defineCustomElement$4 } from './eds-button2.js';
4
4
  import { d as defineCustomElement$3 } from './eds-icon-wrapper2.js';
5
5
  import { d as defineCustomElement$2 } from './eds-toast2.js';
6
6
 
7
- const edsToastManagerCss = ".toast-container{position:fixed;top:1rem;left:50%;transform:translateX(-50%);z-index:50;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:36rem;}.toast-wrapper{width:100%;padding:0 1rem;}.eds-toast{box-shadow:0px 4px 6px rgba(0, 0, 0, 0.1);border-radius:0.5rem;animation:fade-in 0.3s ease-out;}@keyframes fade-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}";
7
+ const edsToastManagerCss = ".toast-container{position:fixed;top:1rem;left:50%;transform:translateX(-50%);z-index:99999;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:36rem;}.toast-wrapper{width:100%;padding:0 1rem;}.eds-toast{box-shadow:0px 4px 6px rgba(0, 0, 0, 0.1);border-radius:0.5rem;animation:fade-in 0.3s ease-out;}@keyframes fade-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}";
8
8
  const EdsToastManagerStyle0 = edsToastManagerCss;
9
9
 
10
10
  const EdsToastManager$1 = /*@__PURE__*/ proxyCustomElement(class EdsToastManager extends HTMLElement {
11
11
  constructor() {
12
12
  super();
13
13
  this.__registerHost();
14
+ this.__attachShadow();
14
15
  this.toastId = 0;
15
16
  this.toasts = [];
16
17
  }
@@ -37,11 +38,11 @@ const EdsToastManager$1 = /*@__PURE__*/ proxyCustomElement(class EdsToastManager
37
38
  this.toasts = this.toasts.filter((t) => t.id !== id);
38
39
  }
39
40
  render() {
40
- return (h("div", { key: '22cb79fd617ca1701fba63d3d4bf04f73ce1ac77', class: "toast-container" }, this.toasts.map((t) => (h("div", { key: t.id }, h("eds-toast", { message: t.message, intent: t.intent, onClick: () => this.removeToast(t.id) }))))));
41
+ return (h("div", { key: 'e01e6cf0931155f70153ba5de054c1174e364397', class: "toast-container" }, this.toasts.map((t) => (h("div", { key: t.id }, h("eds-toast", { message: t.message, intent: t.intent, onClick: () => this.removeToast(t.id) }))))));
41
42
  }
42
43
  get hostElement() { return this; }
43
44
  static get style() { return EdsToastManagerStyle0; }
44
- }, [0, "eds-toast-manager", {
45
+ }, [1, "eds-toast-manager", {
45
46
  "toasts": [32]
46
47
  }]);
47
48
  function defineCustomElement$1() {
@@ -3,6 +3,9 @@ import { c as cva } from './index2.js';
3
3
  import { d as defineCustomElement$2 } from './eds-button2.js';
4
4
  import { d as defineCustomElement$1 } from './eds-icon-wrapper2.js';
5
5
 
6
+ const edsToastCss = ".relative{position:relative}.right-4{right:0.25rem}.bottom-4{bottom:0.25rem}.w-auto{width:auto}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:0.25rem}.f-ui-01{font-family:var(--f-ui-01-fontFamily);font-weight:var(--f-ui-01-fontWeight);font-size:var(--f-ui-01-fontSize);line-height:var(--f-ui-01-lineHeight);letter-spacing:var(--f-ui-01-letterSpacing)}.ml-8{margin-left:0.5rem}.p-12{padding:0.75rem}.rounded-lg{border-radius:16px}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),\n 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),\n var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.bg-dark{background-color:var(--grey-300)}.bg-success{background-color:var(--green-200)}.bg-error{background-color:var(--red-200)}.bg-warning{background-color:var(--yellow-200)}.text-light{color:var(--grey-700)}.text-current{color:currentColor}.text-default{color:var(--black)}";
7
+ const EdsToastStyle0 = edsToastCss;
8
+
6
9
  const toastStyles = cva(['relative right-4 bottom-4 w-auto p-12 rounded-lg shadow-md'], {
7
10
  variants: {
8
11
  intent: {
@@ -20,6 +23,7 @@ const EdsToast = /*@__PURE__*/ proxyCustomElement(class EdsToast extends HTMLEle
20
23
  constructor() {
21
24
  super();
22
25
  this.__registerHost();
26
+ this.__attachShadow();
23
27
  /**
24
28
  * Dismisses the toast.
25
29
  */
@@ -31,26 +35,24 @@ const EdsToast = /*@__PURE__*/ proxyCustomElement(class EdsToast extends HTMLEle
31
35
  this.duration = 5000;
32
36
  this.visible = true;
33
37
  }
34
- /**
35
- * Lifecycle method that sets up the initial panel height and adds a resize event listener
36
- * to recalculate height on window resize.
37
- */
38
38
  componentDidLoad() {
39
- // Emit context for each eds-button element after the component is fully loaded
40
- const btn = this.el.querySelector('eds-button');
39
+ const btn = this.el.shadowRoot.querySelector('eds-button');
41
40
  this.emitContext(btn);
42
41
  }
43
42
  /**
44
43
  * Emits a custom event called `parentContext` for a given button element.
44
+ * This event provides context information about the toast component.
45
+ *
46
+ * @param btnElement - The link element to which the event will be dispatched.
45
47
  */
46
- emitContext(linkElement) {
48
+ emitContext(btnElement) {
47
49
  const event = new CustomEvent('parentContext', {
48
50
  detail: {
49
51
  componentName: this.el.tagName.toLowerCase(),
50
52
  identifier: null
51
53
  }
52
54
  });
53
- linkElement.dispatchEvent(event);
55
+ btnElement.dispatchEvent(event);
54
56
  }
55
57
  connectedCallback() {
56
58
  // Auto-dismiss the toast after the specified duration
@@ -65,10 +67,11 @@ const EdsToast = /*@__PURE__*/ proxyCustomElement(class EdsToast extends HTMLEle
65
67
  return null;
66
68
  }
67
69
  const classes = toastStyles({ intent: this.intent });
68
- return (h("div", { class: classes, role: "alert", "aria-live": "assertive" }, h("div", { class: "flex items-center justify-between gap-4" }, h("p", { class: "f-ui-01" }, this.message), h("eds-button", { intent: "tertiary", icon: "close", "aria-label": "Close Toast", onClick: () => this.dismissToast(), "extra-class": "ml-8" }))));
70
+ return (h("div", { class: classes, role: "alert", "aria-live": "assertive" }, h("div", { class: "flex items-center justify-between gap-4" }, h("span", { class: "f-ui-01" }, this.message), h("eds-button", { intent: "tertiary", icon: "close", "aria-label": "Close Toast", onClick: () => this.dismissToast(), "extra-class": "ml-8" }))));
69
71
  }
70
72
  get el() { return this; }
71
- }, [0, "eds-toast", {
73
+ static get style() { return EdsToastStyle0; }
74
+ }, [1, "eds-toast", {
72
75
  "message": [1],
73
76
  "intent": [1],
74
77
  "duration": [2],
@@ -94,7 +94,7 @@ const EdsTooltip$1 = /*@__PURE__*/ proxyCustomElement(class EdsTooltip extends H
94
94
  }
95
95
  }
96
96
  render() {
97
- return (h("div", { key: '1635b034319df4827a62ed58267d81db277ad19d', class: "relative" }, h("slot", { key: '6cdfd0f6d456b984464c5091a2829cdba69ba895' }), this.isVisible && this.isPositioned && this.content && (h("div", { key: '7e736731dc700e0273fdfe15202426d2db086aef', class: "rounded-xs bg-strongest text-inverse f-ui-03-light pointer-events-none absolute z-10 whitespace-nowrap p-6", role: "tooltip", style: {
97
+ return (h("div", { key: '0d00052874b171639b9185412d8a3a9f917e6df5', class: "relative" }, h("slot", { key: '2cb9cdc51248c3c6cedcaf8ee113530f2675b870' }), this.isVisible && this.isPositioned && this.content && (h("div", { key: 'af54333ca0c8cf44dcc2b779a7378a9ecf256877', class: "rounded-xs bg-strongest text-inverse f-ui-03-light pointer-events-none absolute z-10 whitespace-nowrap p-6", role: "tooltip", style: {
98
98
  top: this.tooltipStyle.top,
99
99
  left: this.tooltipStyle.left,
100
100
  transform: this.tooltipStyle.transform
@@ -53,7 +53,7 @@ const EdsTrl$1 = /*@__PURE__*/ proxyCustomElement(class EdsTrl extends HTMLEleme
53
53
  Application: { format: 'code' },
54
54
  'Current TRL Stage': { format: 'text' }
55
55
  };
56
- return (h("div", { key: 'a329a001d6275fcfe7df9bddf83bd289effe4151', class: "container mx-auto px-4 py-8" }, h("eds-table", { key: '93aebfd840b16416789b15eec0daa16d9126aa9f', data: JSON.stringify(tableData), config: JSON.stringify(tableConfig), "rows-per-page": "2", "pagination-enabled": "true", "search-enabled": "true", "column-size": "default" })));
56
+ return (h("div", { key: 'bd46e540a0dd3c09a91d1cff266b94a2bf9fba95', class: "container mx-auto px-4 py-8" }, h("eds-table", { key: 'd3ef10fc7e5ccd6029d1e62c2bb78765e78c8a13', data: JSON.stringify(tableData), config: JSON.stringify(tableConfig), "rows-per-page": "2", "pagination-enabled": "true", "search-enabled": "true", "column-size": "default" })));
57
57
  }
58
58
  }, [0, "eds-trl", {
59
59
  "applications": [1]
@@ -1,117 +1,40 @@
1
- import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
2
- import { l as login, a as logout, c as checkServerAvailability, i as initKeycloak, b as isAuthenticated, g as getUser } from './keycloak.js';
3
- import { t as toast } from './toastManager.js';
4
- import { d as defineCustomElement$8 } from './eds-avatar2.js';
5
- import { d as defineCustomElement$7 } from './eds-button2.js';
6
- import { d as defineCustomElement$6 } from './eds-dropdown2.js';
7
- import { d as defineCustomElement$5 } from './eds-icon-wrapper2.js';
8
- import { d as defineCustomElement$4 } from './eds-img2.js';
9
- import { d as defineCustomElement$3 } from './eds-link2.js';
10
- import { d as defineCustomElement$2 } from './eds-user-modal2.js';
1
+ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+ import { d as defineCustomElement$7 } from './eds-avatar2.js';
3
+ import { d as defineCustomElement$6 } from './eds-button2.js';
4
+ import { d as defineCustomElement$5 } from './eds-dropdown2.js';
5
+ import { d as defineCustomElement$4 } from './eds-icon-wrapper2.js';
6
+ import { d as defineCustomElement$3 } from './eds-img2.js';
7
+ import { d as defineCustomElement$2 } from './eds-link2.js';
11
8
 
12
9
  const EdsUser$1 = /*@__PURE__*/ proxyCustomElement(class EdsUser extends HTMLElement {
13
10
  constructor() {
14
11
  super();
15
12
  this.__registerHost();
16
- this.authStatusChanged = createEvent(this, "authStatusChanged", 7);
17
- /**
18
- * Handles user login by invoking the Keycloak `login` function.
19
- * Only triggers login if the user is not already authenticated.
20
- */
21
- this.handleLogin = () => {
22
- if (!this.authenticated) {
23
- try {
24
- login();
25
- }
26
- catch (error) {
27
- toast.show(error.message, 'error');
28
- }
29
- }
30
- };
31
- /**
32
- * Handles user logout by invoking the Keycloak `logout` function.
33
- * Resets the `authenticated` state to `false` after logout.
34
- */
35
- this.handleLogout = async () => {
36
- try {
37
- await logout();
38
- }
39
- catch (error) {
40
- toast.show(error.message, 'error');
41
- }
42
- this.authenticated = false;
43
- this.user = null;
44
- };
45
- this.keycloakUrl = undefined;
46
- this.keycloakRealm = undefined;
47
- this.keycloakClientId = undefined;
48
- this.user = null;
49
- this.authenticated = false;
50
- this.username = '';
51
- this.serverAvailable = false;
13
+ this.user = undefined;
52
14
  }
53
15
  /**
54
16
  * Lifecycle method that runs when the component is about to load.
55
17
  * It initializes authentication by calling the `initAuth` method.
56
18
  */
57
- async componentWillLoad() {
58
- // Check if required props are provided (optional check)
59
- if (!this.keycloakUrl || !this.keycloakRealm || !this.keycloakClientId) {
60
- // eslint-disable-next-line
61
- console.error('Keycloak configuration props are missing.');
62
- return;
63
- }
64
- this.serverAvailable = await checkServerAvailability(`${this.keycloakUrl}/realms/${this.keycloakRealm}`);
65
- if (!this.serverAvailable) {
66
- toast.show('Keycloak server is unavailable.', 'error');
67
- return; // Do not proceed further
68
- }
69
- await this.initAuth();
70
- }
71
- /**
72
- * Initializes the Keycloak authentication by configuring Keycloak with the provided props.
73
- * Sets the `authenticated` state and `user` data if the user is authenticated.
74
- * Emits `authStatusChanged` event with the authentication status.
75
- */
76
- async initAuth() {
77
- try {
78
- await initKeycloak({
79
- url: this.keycloakUrl,
80
- realm: this.keycloakRealm,
81
- clientId: this.keycloakClientId
82
- }, true);
83
- if (isAuthenticated()) {
84
- this.user = getUser();
85
- this.authenticated = true;
86
- this.authStatusChanged.emit({
87
- authenticated: this.authenticated,
88
- user: this.user
89
- }); // Emit auth status change
90
- }
91
- }
92
- catch (error) {
93
- toast.show(error.message, 'error');
94
- }
19
+ async componentWillLoad() { }
20
+ get initials() {
21
+ var _a, _b, _c, _d, _e, _f, _g;
22
+ const initials = `${((_b = (_a = this.user) === null || _a === void 0 ? void 0 : _a.given_name) === null || _b === void 0 ? void 0 : _b.charAt(0)) || ''}${((_d = (_c = this.user) === null || _c === void 0 ? void 0 : _c.family_name) === null || _d === void 0 ? void 0 : _d.charAt(0)) || ''}`.toUpperCase();
23
+ return initials || ((_g = (_f = (_e = this.user) === null || _e === void 0 ? void 0 : _e.name) === null || _f === void 0 ? void 0 : _f.charAt(0)) === null || _g === void 0 ? void 0 : _g.toUpperCase()) || '';
95
24
  }
96
25
  render() {
97
- var _a;
98
- return (h("div", { key: '22ee744979511dd2f8a1e1a15bb99215eadd535b', class: "block" }, !this.authenticated ? (h("eds-button", { label: "Login", intent: "primary", onClick: this.handleLogin, "extra-class": "text-default" })) : (h("div", { class: "flex items-center" }, h("eds-dropdown", { label: `Welcome, ${(_a = this.user) === null || _a === void 0 ? void 0 : _a.username}`, intent: "tertiary", "aria-label": "User Menu", "dropdown-pos": "right", "dropdown-offset": "false", icon: "chevron-down", class: "text-default" }, h("eds-user-modal", { user: JSON.stringify(this.user), onLogout: this.handleLogout.bind(this) }))))));
26
+ var _a, _b, _c, _d, _e, _f;
27
+ return (h("div", { key: '68bc37b43d006a35e088a647d41b2257fbef25a7', class: "block" }, h("div", { key: '3f4badcb645238de9ac8aaad78e1c132407f5b0d', class: "flex items-center" }, h("eds-dropdown", { key: '7f065f82c5845fd0ebc9c6b465ac56a695a99b77', label: `Welcome, ${(_a = this.user) === null || _a === void 0 ? void 0 : _a.preferred_username}`, intent: "tertiary", "aria-label": "User Menu", "dropdown-pos": "right", "dropdown-offset": "false", icon: "chevron-down", class: "text-default" }, h("div", { key: '2b1e9279c8d4feae16bf64c15837b61b945af447', class: "min-w-[280px] p-8" }, h("div", { key: 'efa9aef50bc1eb4961e53a89f6e07cc5ff78d67b', class: "flex gap-x-16 pb-16 border-b-2 border-softer" }, h("eds-avatar", { key: '2b78a6768ecb101138ab742d812d407e1b4fdd89', "first-name": (_b = this.user) === null || _b === void 0 ? void 0 : _b.given_name, "last-name": (_c = this.user) === null || _c === void 0 ? void 0 : _c.family_name, initials: this.initials, color: "grey", rounded: true, "initials-strong": true }), h("div", { key: 'd538dfe8df5e8af92fa204493b8b59b0d0e9f61a', class: "max-w-full" }, ((_d = this.user) === null || _d === void 0 ? void 0 : _d.name) && h("p", { key: 'a644c3cdda0ce7bf2f62438a3866692f4222efeb', class: "f-ui-01 text-default w-full text-ellipsis" }, this.user.name), ((_e = this.user) === null || _e === void 0 ? void 0 : _e.preferred_username) && (h("p", { key: '2a6cf5f0324d27ebdfd2b331e5f232c23e544ad5', class: "f-ui-03-light text-light mt-4" }, this.user.preferred_username)), ((_f = this.user) === null || _f === void 0 ? void 0 : _f.email) && h("p", { key: '02b9dd4f2999b68107eabc2c1e2a1bc3bb98f26a', class: "f-ui-03-light text-light mt-4" }, this.user.email))), h("div", { key: '3a68427dc603f0a3fb2652bfbea292eb718046dd', class: "text-default mt-16 flex w-full flex-col gap-y-8" }, h("div", { key: '3f3f617385efc57502794f78079b8486b6801425', class: "border-softer mb-10 border-b-2 pb-16" }, h("eds-link", { key: '62fbc143f710605c7d840277dc90054a1162831d', label: "My EBRAINS", "aria-label": "My EBRAINS", url: "https://www.ebrains.eu/dashboard", intent: "primary", "extra-class": "w-full", external: true })), h("eds-link", { key: 1, label: "Account Settings", url: "https://iam.ebrains.eu/auth/realms/hbp/account/", intent: "secondary", icon: "arrow-diagonal", external: true, "extra-class": "w-full" }), h("slot", { key: 'f48a4c872784b60e421fda6e48f67f4c85b101d7' })))))));
99
28
  }
100
29
  get hostEl() { return this; }
101
- }, [0, "eds-user", {
102
- "keycloakUrl": [1, "keycloak-url"],
103
- "keycloakRealm": [1, "keycloak-realm"],
104
- "keycloakClientId": [1, "keycloak-client-id"],
105
- "user": [32],
106
- "authenticated": [32],
107
- "username": [32],
108
- "serverAvailable": [32]
30
+ }, [4, "eds-user", {
31
+ "user": [16]
109
32
  }]);
110
33
  function defineCustomElement$1() {
111
34
  if (typeof customElements === "undefined") {
112
35
  return;
113
36
  }
114
- const components = ["eds-user", "eds-avatar", "eds-button", "eds-dropdown", "eds-icon-wrapper", "eds-img", "eds-link", "eds-user-modal"];
37
+ const components = ["eds-user", "eds-avatar", "eds-button", "eds-dropdown", "eds-icon-wrapper", "eds-img", "eds-link"];
115
38
  components.forEach(tagName => { switch (tagName) {
116
39
  case "eds-user":
117
40
  if (!customElements.get(tagName)) {
@@ -119,36 +42,31 @@ function defineCustomElement$1() {
119
42
  }
120
43
  break;
121
44
  case "eds-avatar":
122
- if (!customElements.get(tagName)) {
123
- defineCustomElement$8();
124
- }
125
- break;
126
- case "eds-button":
127
45
  if (!customElements.get(tagName)) {
128
46
  defineCustomElement$7();
129
47
  }
130
48
  break;
131
- case "eds-dropdown":
49
+ case "eds-button":
132
50
  if (!customElements.get(tagName)) {
133
51
  defineCustomElement$6();
134
52
  }
135
53
  break;
136
- case "eds-icon-wrapper":
54
+ case "eds-dropdown":
137
55
  if (!customElements.get(tagName)) {
138
56
  defineCustomElement$5();
139
57
  }
140
58
  break;
141
- case "eds-img":
59
+ case "eds-icon-wrapper":
142
60
  if (!customElements.get(tagName)) {
143
61
  defineCustomElement$4();
144
62
  }
145
63
  break;
146
- case "eds-link":
64
+ case "eds-img":
147
65
  if (!customElements.get(tagName)) {
148
66
  defineCustomElement$3();
149
67
  }
150
68
  break;
151
- case "eds-user-modal":
69
+ case "eds-link":
152
70
  if (!customElements.get(tagName)) {
153
71
  defineCustomElement$2();
154
72
  }
@@ -39,7 +39,7 @@ const EdsVerticalStepper$1 = /*@__PURE__*/ proxyCustomElement(class EdsVerticalS
39
39
  }
40
40
  render() {
41
41
  const steps = this.parsedSteps;
42
- return (h("div", { key: '08fa2f85c49dbe217b2f9d068bee486e432f5315', class: "stepper-container" }, h("div", { key: '6f7e0a0ccaa2882794a6be0216201d1bf924e2b2', class: "stepper" }, steps.map((step, index) => (h("div", { class: "step", key: index }, h("div", { class: "step-label" }, h("span", null, step.label), index === steps.length - 1 && h("span", { class: "f-ui-03 text-lightest ml-4" }, "(Last step)")), this.activeStep === index && (h("div", { class: "step-content" }, h("p", null, step.description), h("div", { class: "step-buttons" }, h("eds-button", { label: index === steps.length - 1 ? 'Finish' : 'Continue', class: "next-btn", onClick: this.handleNext }), h("eds-button", { label: "Back", intent: "ghostInverse", onClick: this.handleBack, disabled: index === 0, "extra-class": index === 0 ? 'hidden' : 'ml-8 block' })))))))), this.activeStep === steps.length && (h("div", { key: '8a5ebfed582b25d828758e1762a063df6c745093', class: "" }, h("eds-alert", { key: 'a142fb50b8df533dd97f770aeaa453f2379ea7cb', intent: "success", message: "All steps completed - you're finished!" }), h("eds-button", { key: '5cfba059c9a152f179e7c31fa5d7a222c00defe2', label: "Start again", onClick: this.handleReset, "extra-class": "mt-4" })))));
42
+ return (h("div", { key: '89344ad340f9eb8d20f463d3990ec4832cbdc900', class: "stepper-container" }, h("div", { key: 'da8d7fae2b30cfc93d04d5d8c3a61d95ccf91383', class: "stepper" }, steps.map((step, index) => (h("div", { class: "step", key: index }, h("div", { class: "step-label" }, h("span", null, step.label), index === steps.length - 1 && h("span", { class: "f-ui-03 text-lightest ml-4" }, "(Last step)")), this.activeStep === index && (h("div", { class: "step-content" }, h("p", null, step.description), h("div", { class: "step-buttons" }, h("eds-button", { label: index === steps.length - 1 ? 'Finish' : 'Continue', class: "next-btn", onClick: this.handleNext }), h("eds-button", { label: "Back", intent: "ghostInverse", onClick: this.handleBack, disabled: index === 0, "extra-class": index === 0 ? 'hidden' : 'ml-8 block' })))))))), this.activeStep === steps.length && (h("div", { key: '1e3272723281d9a10603b4d1e79badfdd6591cc5', class: "" }, h("eds-alert", { key: '7cc81e7e7097891364ff9894d383fd7bb9f7fce4', intent: "success", message: "All steps completed - you're finished!" }), h("eds-button", { key: 'a4d68698fa7831c7e2b6afae435979ccac46a726', label: "Start again", onClick: this.handleReset, "extra-class": "mt-4" })))));
43
43
  }
44
44
  static get style() { return EdsVerticalStepperStyle0; }
45
45
  }, [1, "eds-vertical-stepper", {
@@ -0,0 +1,223 @@
1
+ // utils/validators.ts
2
+ function validateField(name, value, type, required, maxLength) {
3
+ const errors = [];
4
+ if (required && !value) {
5
+ errors.push(`${name} is required.`);
6
+ }
7
+ if (maxLength && typeof value === 'string' && value.length > maxLength) {
8
+ errors.push(`${name} must be at most ${maxLength} characters.`);
9
+ }
10
+ if (type === 'email' && value && !/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(value.toString())) {
11
+ errors.push('Invalid email format.');
12
+ }
13
+ return errors;
14
+ }
15
+ function validateFieldGroup(name, required, formEl) {
16
+ // Find all eds-input-field components that contain inputs with the given name.
17
+ const groupFields = Array.from(formEl.querySelectorAll('eds-input-field')).filter((edsField) => { var _a, _b; return ((_b = (_a = edsField.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll(`input[name="${name}"]`)) === null || _b === void 0 ? void 0 : _b.length) > 0; });
18
+ // Collect all input elements with the matching name inside those components.
19
+ const groupElements = groupFields.flatMap((edsField) => { var _a; return Array.from(((_a = edsField.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll(`input[name="${name}"]`)) || []); });
20
+ // Check if at least one input is checked.
21
+ const isChecked = groupElements.some((el) => el.checked);
22
+ const errors = [];
23
+ if (required && !isChecked) {
24
+ errors.push(`At least one option in ${name} is required.`);
25
+ }
26
+ return errors;
27
+ }
28
+ function validateSingleBox(name, required, formEl) {
29
+ var _a;
30
+ const errors = [];
31
+ // Find the eds-input-field component containing the input with the given name.
32
+ const edsField = Array.from(formEl.querySelectorAll('eds-input-field')).find((field) => { var _a; return (_a = field.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`[name="${name}"]`); });
33
+ // If no such field is found and it's required, return an error.
34
+ if (!edsField) {
35
+ if (required) {
36
+ errors.push(`${name} is required.`);
37
+ }
38
+ return errors;
39
+ }
40
+ // Query within the component's shadow root.
41
+ const inputEl = (_a = edsField.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(`[name="${name}"]`);
42
+ if (required && inputEl && !inputEl.checked) {
43
+ errors.push(`${name} is required.`);
44
+ }
45
+ return errors;
46
+ }
47
+
48
+ /**
49
+ * Finds the first input element for a given field name inside eds-input-field components.
50
+ */
51
+ function findFieldElement(formEl, name) {
52
+ const elements = Array.from(formEl.querySelectorAll('eds-input-field'));
53
+ for (const element of elements) {
54
+ if (element.shadowRoot) {
55
+ const input = element.shadowRoot.querySelector(`[name="${name}"]`);
56
+ if (input) {
57
+ return input;
58
+ }
59
+ }
60
+ }
61
+ return null;
62
+ }
63
+ /**
64
+ * Validates all fields and returns an object containing the errors and a flag indicating any errors.
65
+ */
66
+ function validateFormFields(parsedFields, formEl, values,
67
+ // eslint-disable-next-line
68
+ isFieldVisible) {
69
+ const errors = {};
70
+ let hasError = false;
71
+ parsedFields.forEach((field) => {
72
+ // Only validate fields that are visible.
73
+ if (!isFieldVisible(field, values)) {
74
+ // If a field is hidden, clear its error.
75
+ delete errors[field.name];
76
+ return;
77
+ }
78
+ if (field.type !== 'hidden') {
79
+ if ((field.type === 'checkbox' || field.type === 'radio') && !field.options) {
80
+ // Single checkbox or radio without multiple options
81
+ const fieldErrors = validateSingleBox(field.name, field.required, formEl);
82
+ if (fieldErrors.length > 0) {
83
+ errors[field.name] = fieldErrors;
84
+ hasError = true;
85
+ }
86
+ }
87
+ else if (field.options && (field.type === 'checkbox' || field.type === 'radio')) {
88
+ // Checkbox or radio group with options
89
+ const fieldErrors = validateFieldGroup(field.name, field.required, formEl);
90
+ if (fieldErrors.length > 0) {
91
+ errors[field.name] = fieldErrors;
92
+ hasError = true;
93
+ }
94
+ }
95
+ else {
96
+ // For all other types, find the first matching element.
97
+ const inputEl = findFieldElement(formEl, field.name);
98
+ if (inputEl) {
99
+ const value = inputEl.value;
100
+ const fieldErrors = validateField(field.name, value, field.type, field.required, field.maxlength);
101
+ if (fieldErrors.length > 0) {
102
+ errors[field.name] = fieldErrors;
103
+ hasError = true;
104
+ }
105
+ }
106
+ }
107
+ }
108
+ });
109
+ return { errors, hasError };
110
+ }
111
+
112
+ /**
113
+ * Validates a field based on its type and returns an array of error messages.
114
+ * @param field - The field configuration object.
115
+ * @param value - The input value (if applicable).
116
+ * @param formEl - The form element used for DOM queries.
117
+ */
118
+ function validateInputField(field, value, formEl) {
119
+ if (field.type === 'checkbox' || field.type === 'radio') {
120
+ if (field.options) {
121
+ return validateFieldGroup(field.name, field.required, formEl);
122
+ }
123
+ return validateSingleBox(field.name, field.required, formEl);
124
+ }
125
+ return validateField(field.name, value, field.type, field.required, field.maxlength);
126
+ }
127
+
128
+ /**
129
+ * Updates state values based on draft data and, after a delay, updates the corresponding DOM inputs.
130
+ */
131
+ function getFormInitData({ initData, parsedFields, currentValues, formEl, isFieldVisible }) {
132
+ // Pass 1: Update state for all fields.
133
+ const updatedValues = Object.assign({}, currentValues);
134
+ parsedFields.forEach((field) => {
135
+ const value = initData[field.name];
136
+ if (value !== undefined) {
137
+ updatedValues[field.name] = value;
138
+ }
139
+ });
140
+ // Pass 2: Delay DOM updates to ensure nested fields are rendered.
141
+ setTimeout(() => {
142
+ parsedFields.forEach((field) => {
143
+ // Only update if the field is visible.
144
+ if (isFieldVisible(field, updatedValues)) {
145
+ const value = initData[field.name];
146
+ if (value !== undefined) {
147
+ if (field.type === 'checkbox' || field.type === 'radio') {
148
+ // Query all eds-input-field components and update matching inputs.
149
+ const elements = Array.from(formEl.querySelectorAll('eds-input-field'));
150
+ elements.forEach((element) => {
151
+ if (element.shadowRoot) {
152
+ const inputs = Array.from(element.shadowRoot.querySelectorAll(`[name="${field.name}"]`));
153
+ // Convert stored comma-separated value into a trimmed array.
154
+ const valuesArray = value.split(',').map((v) => v.trim());
155
+ inputs.forEach((inputEl) => {
156
+ // eslint-disable-next-line
157
+ inputEl.checked = valuesArray.includes(inputEl.value);
158
+ });
159
+ }
160
+ });
161
+ }
162
+ else {
163
+ // For non-checkbox/radio inputs, update the first matching element using findFieldElement.
164
+ const inputEl = findFieldElement(formEl, field.name);
165
+ if (inputEl) {
166
+ inputEl.value = value;
167
+ }
168
+ }
169
+ }
170
+ }
171
+ });
172
+ }, 50); // A 50ms delay to allow re-render
173
+ return { updatedValues };
174
+ }
175
+ /**
176
+ * Updates state values based on draft data and, after a delay, updates the corresponding DOM inputs.
177
+ */
178
+ function getFormDraftData({ draftData, parsedFields, currentValues, formEl, isFieldVisible }) {
179
+ // Pass 1: Update state for all fields.
180
+ const updatedValues = Object.assign({}, currentValues);
181
+ parsedFields.forEach((field) => {
182
+ const value = draftData[field.name];
183
+ if (value !== undefined) {
184
+ updatedValues[field.name] = value;
185
+ }
186
+ });
187
+ // Pass 2: Delay DOM updates to ensure nested fields are rendered.
188
+ setTimeout(() => {
189
+ parsedFields.forEach((field) => {
190
+ // Only update if the field is visible.
191
+ if (isFieldVisible(field, updatedValues)) {
192
+ const value = draftData[field.name];
193
+ if (value !== undefined) {
194
+ if (field.type === 'checkbox' || field.type === 'radio') {
195
+ // Query all eds-input-field components and update matching inputs.
196
+ const elements = Array.from(formEl.querySelectorAll('eds-input-field'));
197
+ elements.forEach((element) => {
198
+ if (element.shadowRoot) {
199
+ const inputs = Array.from(element.shadowRoot.querySelectorAll(`[name="${field.name}"]`));
200
+ // Convert stored comma-separated value into a trimmed array.
201
+ const valuesArray = value.split(',').map((v) => v.trim());
202
+ inputs.forEach((inputEl) => {
203
+ // eslint-disable-next-line
204
+ inputEl.checked = valuesArray.includes(inputEl.value);
205
+ });
206
+ }
207
+ });
208
+ }
209
+ else {
210
+ // For non-checkbox/radio inputs, update the first matching element using findFieldElement.
211
+ const inputEl = findFieldElement(formEl, field.name);
212
+ if (inputEl) {
213
+ inputEl.value = value;
214
+ }
215
+ }
216
+ }
217
+ }
218
+ });
219
+ }, 50); // A 50ms delay to allow re-render
220
+ return { updatedValues };
221
+ }
222
+
223
+ export { validateInputField as a, getFormInitData as b, getFormDraftData as g, validateFormFields as v };
@@ -43,7 +43,7 @@ const IncorrectUseOfColors$1 = /*@__PURE__*/ proxyCustomElement(class IncorrectU
43
43
  this.__registerHost();
44
44
  }
45
45
  render() {
46
- return (h("div", { key: 'cb22d37293f3b3b5fe3772cfe83234a5d81e1094', class: "container" }, h("eds-alert", { key: '9aa7a510440c32f92242b3e09f9e818cd2509b06', message: "Note that, each of the four colour tones cannot be mixed in the same composition.", intent: "error" }), h("div", { key: '4d22cba75b7dd45a5a9a7d2b2eba5404875f1403', class: "flex" }, h("div", { key: 'c7f08b3e4ef2692c545edd4185a005ddd6526a23', class: "w-full" }, h("ul", { key: '28561abcdc93a4899a5d7481fdd47c439f734ff6', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, primary.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[150px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: 'f8836d4805fdd416ee75712f749d5cee3f612559', class: "w-full" }, h("ul", { key: '5842acd55d3a827355f2814c709d057676fb5d0f', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, incorrect.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))))));
46
+ return (h("div", { key: '6906da67ca0b6e67545b0daac34d476e4c80c75f', class: "container" }, h("eds-alert", { key: '0930bacd11792156dd000b14ed7e82a1fa41012f', message: "Note that, each of the four colour tones cannot be mixed in the same composition.", intent: "error" }), h("div", { key: 'da773bedfa3591351b2425e14d084213e5d90fdb', class: "flex" }, h("div", { key: '894b7e13066eb40ee1ea19a62bf7a059407313c7', class: "w-full" }, h("ul", { key: 'fba6f9c9d34edd373841a9888971de7b08b6450d', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, primary.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[150px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: 'af7e2036fbe979299f2657a7ab3472d7d4196db2', class: "w-full" }, h("ul", { key: 'ad46e717be4200796424c6f72f022d6e163975ff', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, incorrect.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))))));
47
47
  }
48
48
  }, [0, "incorrect-use-of-colors"]);
49
49
  function defineCustomElement$1() {
@@ -11,7 +11,7 @@ const LogoSpace$1 = /*@__PURE__*/ proxyCustomElement(class LogoSpace extends HTM
11
11
  this.__attachShadow();
12
12
  }
13
13
  render() {
14
- return (h("div", { key: 'fc5040b294d45ecbf8e3ee0ab26875c63efa3625', class: "container my-20" }, h("div", { key: 'acad9c182cb46fd58f37d9195c9e20658df81767', class: "w-[300px]" }, h("div", { key: '4caac9e94b715c967958fe6bd9e5d988622c8729', class: "bg-dark" }, h("div", { key: 'd82b6156de96fd91e996c0ab775b9503395ba04f', class: "logo-container", innerHTML: vLogoMargins })))));
14
+ return (h("div", { key: '99d8b66bf2f31a5563ff9872077c7c3879dc8813', class: "container my-20" }, h("div", { key: '76b8453c9d261b1b4772fc7e234b415f1ae3493b', class: "w-[300px]" }, h("div", { key: '03b7569121f1c2c1f74e1117805f754c4f548a70', class: "bg-dark" }, h("div", { key: '374de6bab6ef662acc860625a21a1002e6195b6e', class: "logo-container", innerHTML: vLogoMargins })))));
15
15
  }
16
16
  static get style() { return LogoSpaceStyle0; }
17
17
  }, [1, "logo-space"]);