@ebrains/components 0.0.1-alpha.0 → 0.3.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (648) hide show
  1. package/dist/cjs/{color-ac51ccf7.js → color-3ffe3072.js} +6 -6
  2. package/dist/cjs/color-primary-palette_6.cjs.entry.js +15 -15
  3. package/dist/cjs/components.cjs.js +3 -30
  4. package/dist/cjs/correct-use-of-colors.cjs.entry.js +2 -2
  5. package/dist/cjs/eds-accordion.cjs.entry.js +5 -4
  6. package/dist/cjs/eds-alert.cjs.entry.js +10 -9
  7. package/dist/cjs/{eds-accordion_23.cjs.entry.js → eds-avatar_17.cjs.entry.js} +353 -785
  8. package/dist/cjs/eds-card-desc_3.cjs.entry.js +1 -1
  9. package/dist/cjs/eds-card-generic.cjs.entry.js +18 -6
  10. package/dist/cjs/eds-card-project.cjs.entry.js +5 -5
  11. package/dist/cjs/eds-card-section.cjs.entry.js +20 -8
  12. package/dist/cjs/eds-card-tags.cjs.entry.js +3 -2
  13. package/dist/cjs/eds-card-tool.cjs.entry.js +6 -5
  14. package/dist/cjs/eds-card-wrapper.cjs.entry.js +1 -1
  15. package/dist/cjs/eds-code-block.cjs.entry.js +4 -34
  16. package/dist/cjs/eds-components-section.cjs.entry.js +45 -25
  17. package/dist/cjs/eds-docs-palettes.cjs.entry.js +2 -2
  18. package/dist/cjs/eds-docs-tokens.cjs.entry.js +2 -2
  19. package/dist/cjs/eds-form.cjs.entry.js +96 -23
  20. package/dist/cjs/eds-frame.cjs.entry.js +1 -1
  21. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +3 -3
  22. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +3 -3
  23. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +3 -3
  24. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +3 -3
  25. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +3 -3
  26. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +3 -3
  27. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +3 -3
  28. package/dist/cjs/eds-icon-close.cjs.entry.js +3 -3
  29. package/dist/cjs/eds-icon-copy.cjs.entry.js +3 -3
  30. package/dist/cjs/eds-icon-eu.cjs.entry.js +3 -3
  31. package/dist/cjs/eds-icon-facebook.cjs.entry.js +3 -3
  32. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +3 -3
  33. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +3 -3
  34. package/dist/cjs/eds-icon-loader.cjs.entry.js +3 -3
  35. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +3 -3
  36. package/dist/cjs/eds-icon-menu.cjs.entry.js +3 -3
  37. package/dist/cjs/eds-icon-more.cjs.entry.js +3 -3
  38. package/dist/cjs/eds-icon-search.cjs.entry.js +3 -3
  39. package/dist/cjs/eds-icon-success.cjs.entry.js +3 -3
  40. package/dist/cjs/eds-icon-twitter.cjs.entry.js +3 -3
  41. package/dist/cjs/eds-icon-user.cjs.entry.js +3 -3
  42. package/dist/cjs/eds-icon-youtube.cjs.entry.js +3 -3
  43. package/dist/cjs/{eds-input-field.cjs.entry.js → eds-input_7.cjs.entry.js} +249 -5
  44. package/dist/cjs/eds-login.cjs.entry.js +3 -3
  45. package/dist/cjs/eds-logo-variations.cjs.entry.js +27 -0
  46. package/dist/cjs/eds-matomo-notice.cjs.entry.js +7 -6
  47. package/dist/cjs/eds-modal.cjs.entry.js +45 -5
  48. package/dist/cjs/eds-navigator.cjs.entry.js +1 -1
  49. package/dist/cjs/{eds-pagination.cjs.entry.js → eds-pagination_2.cjs.entry.js} +160 -2
  50. package/dist/cjs/eds-progress-bar.cjs.entry.js +3 -2
  51. package/dist/cjs/eds-rating.cjs.entry.js +3 -2
  52. package/dist/cjs/eds-section-core_2.cjs.entry.js +1 -1
  53. package/dist/cjs/eds-svg-repository.cjs.entry.js +298 -4
  54. package/dist/cjs/eds-tab.cjs.entry.js +2 -2
  55. package/dist/cjs/eds-tabs-content.cjs.entry.js +6 -6
  56. package/dist/cjs/eds-tabs.cjs.entry.js +32 -10
  57. package/dist/cjs/eds-timeline.cjs.entry.js +76 -0
  58. package/dist/cjs/eds-tooltip.cjs.entry.js +4 -3
  59. package/dist/cjs/eds-trl.cjs.entry.js +52 -0
  60. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +2 -2
  61. package/dist/cjs/{index-2cc3495f.js → index-f08e4f5c.js} +54 -37
  62. package/dist/cjs/{loader-5efe2c21.js → loader-72f9d178.js} +2 -5
  63. package/dist/cjs/loader.cjs.js +2 -2
  64. package/dist/cjs/logo-space.cjs.entry.js +5 -4
  65. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +36 -0
  66. package/dist/cjs/logo-wrong-usage.cjs.entry.js +6 -5
  67. package/dist/cjs/token-list_3.cjs.entry.js +4 -4
  68. package/dist/cjs/token-ratios.cjs.entry.js +2 -2
  69. package/dist/cjs/token-spacing.cjs.entry.js +2 -2
  70. package/dist/cjs/token-typography.cjs.entry.js +2 -2
  71. package/dist/collection/collection-manifest.json +3 -0
  72. package/dist/collection/components/eds-accordion/eds-accordion.js +2 -2
  73. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +13 -12
  74. package/dist/collection/components/eds-button/eds-button.js +3 -3
  75. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +21 -1
  76. package/dist/collection/components/eds-form/eds-form.css +10 -0
  77. package/dist/collection/components/eds-form/eds-form.js +111 -20
  78. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +140 -15
  79. package/dist/collection/components/eds-input-field/eds-input-field.css +16 -6
  80. package/dist/collection/components/eds-input-field/eds-input-field.js +2 -2
  81. package/dist/collection/components/eds-modal/eds-modal.css +8 -0
  82. package/dist/collection/components/eds-modal/eds-modal.js +42 -2
  83. package/dist/collection/components/eds-table/eds-table.css +4 -0
  84. package/dist/collection/components/eds-table/eds-table.js +69 -11
  85. package/dist/collection/components/eds-table/eds-table.stories.js +14 -93
  86. package/dist/collection/components/eds-timeline/eds-timeline.js +99 -0
  87. package/dist/collection/components/eds-timeline/eds-timeline.stories.js +35 -0
  88. package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
  89. package/dist/collection/components/eds-trl/eds-trl.js +69 -0
  90. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  91. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  92. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  93. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  94. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  95. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  96. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  97. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -5
  98. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  99. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  100. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  101. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  102. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  103. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +1 -1
  104. package/dist/collection/eds-docs-ui/eds-components-section/eds-components-section.js +3 -6
  105. package/dist/collection/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.js +1 -1
  106. package/dist/collection/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.js +1 -1
  107. package/dist/collection/eds-docs-ui/eds-logo-variations/eds-logo-variations.js +44 -0
  108. package/dist/collection/eds-docs-ui/eds-svg-repository/eds-svg-repository.js +7 -1
  109. package/dist/collection/eds-docs-ui/functional/angular.js +1 -1
  110. package/dist/collection/eds-docs-ui/functional/installation.js +1 -1
  111. package/dist/collection/eds-docs-ui/functional/overview.js +1 -1
  112. package/dist/collection/eds-docs-ui/functional/react.js +1 -1
  113. package/dist/collection/eds-docs-ui/functional/vue.js +1 -1
  114. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -1
  115. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.css +21 -1
  116. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +2 -54
  117. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +4 -13
  118. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.css +4 -0
  119. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
  120. package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +19 -8
  121. package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +40 -7
  122. package/dist/collection/shared-ui/eds-footer/eds-footer.js +1 -1
  123. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +4 -3
  124. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +77 -0
  125. package/dist/collection/shared-ui/eds-header/eds-header.js +10 -6
  126. package/dist/collection/shared-ui/eds-header/eds-header.stories.js +16 -10
  127. package/dist/collection/shared-ui/eds-login/eds-login.js +3 -2
  128. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +4 -4
  129. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.stories.js +21 -0
  130. package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +29 -8
  131. package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +22 -4
  132. package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.js +2 -2
  133. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +48 -34
  134. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +1 -1
  135. package/dist/collection/shared-ui/eds-user/eds-user.js +12 -6
  136. package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.js +1 -11
  137. package/dist/components/analytics.js +6 -6
  138. package/dist/components/components.css +38 -0
  139. package/dist/components/components.esm.js +1 -47
  140. package/dist/components/correct-use-of-colors.js +1 -1
  141. package/dist/components/eds-accordion2.js +4 -3
  142. package/dist/components/eds-alert2.js +3 -2
  143. package/dist/components/eds-avatar2.js +3 -2
  144. package/dist/components/eds-block-break2.js +2 -1
  145. package/dist/components/eds-breadcrumb.js +15 -13
  146. package/dist/components/eds-button2.js +6 -4
  147. package/dist/components/eds-card-desc2.js +2 -1
  148. package/dist/components/eds-card-generic2.js +17 -4
  149. package/dist/components/eds-card-project.js +2 -1
  150. package/dist/components/eds-card-section.js +19 -7
  151. package/dist/components/eds-card-tags.js +2 -1
  152. package/dist/components/eds-card-title2.js +2 -1
  153. package/dist/components/eds-card-tool.js +4 -2
  154. package/dist/components/eds-code-block2.js +3 -33
  155. package/dist/components/eds-components-section.js +44 -24
  156. package/dist/components/eds-docs-palettes.js +1 -1
  157. package/dist/components/eds-docs-tokens.js +1 -1
  158. package/dist/components/eds-dropdown2.js +2 -1
  159. package/dist/components/eds-footer2.js +3 -2
  160. package/dist/components/eds-form.js +97 -22
  161. package/dist/components/eds-fullscreen-menu.js +2 -1
  162. package/dist/components/eds-header.js +9 -4
  163. package/dist/components/eds-icon-arrow-diagonal.js +1 -1
  164. package/dist/components/eds-icon-arrow-right.js +1 -1
  165. package/dist/components/eds-icon-bluesky.js +1 -1
  166. package/dist/components/eds-icon-chevron-down.js +1 -1
  167. package/dist/components/eds-icon-chevron-left.js +1 -1
  168. package/dist/components/eds-icon-chevron-right.js +1 -1
  169. package/dist/components/eds-icon-chevron-up.js +1 -1
  170. package/dist/components/eds-icon-close.js +1 -1
  171. package/dist/components/eds-icon-copy.js +1 -1
  172. package/dist/components/eds-icon-eu.js +1 -1
  173. package/dist/components/eds-icon-facebook.js +1 -1
  174. package/dist/components/eds-icon-gitlab.js +1 -1
  175. package/dist/components/eds-icon-linkedin.js +1 -1
  176. package/dist/components/eds-icon-loader.js +1 -1
  177. package/dist/components/eds-icon-mastodon.js +1 -1
  178. package/dist/components/eds-icon-menu.js +1 -1
  179. package/dist/components/eds-icon-more.js +1 -1
  180. package/dist/components/eds-icon-search.js +1 -1
  181. package/dist/components/eds-icon-success.js +1 -1
  182. package/dist/components/eds-icon-twitter.js +1 -1
  183. package/dist/components/eds-icon-user.js +1 -1
  184. package/dist/components/eds-icon-youtube.js +1 -1
  185. package/dist/components/eds-img2.js +2 -1
  186. package/dist/components/eds-input-field2.js +5 -4
  187. package/dist/components/eds-input-select2.js +70 -2
  188. package/dist/components/eds-link2.js +5 -3
  189. package/dist/components/eds-login.js +3 -2
  190. package/dist/components/eds-logo-variations.d.ts +11 -0
  191. package/dist/components/eds-logo-variations.js +60 -0
  192. package/dist/components/eds-logo2.js +6 -3
  193. package/dist/components/eds-matomo-notice.js +4 -2
  194. package/dist/components/eds-modal.js +44 -4
  195. package/dist/components/eds-pagination2.js +2 -1
  196. package/dist/components/eds-progress-bar.js +1 -40
  197. package/dist/components/{eds-progress-bar.entry.js → eds-progress-bar2.js} +26 -7
  198. package/dist/components/eds-rating.js +2 -1
  199. package/dist/components/eds-section-core2.js +2 -1
  200. package/dist/components/eds-social-networks.js +2 -2
  201. package/dist/components/eds-social-networks2.js +7 -6
  202. package/dist/components/eds-svg-repository.js +296 -2
  203. package/dist/components/eds-tab2.js +1 -1
  204. package/dist/components/eds-table2.js +38 -15
  205. package/dist/components/eds-tabs-content.js +5 -4
  206. package/dist/components/eds-tabs.js +31 -8
  207. package/dist/components/eds-tag2.js +3 -2
  208. package/dist/components/eds-timeline.d.ts +11 -0
  209. package/dist/components/eds-timeline.js +131 -0
  210. package/dist/components/eds-toast-manager.js +3 -2
  211. package/dist/components/eds-toast2.js +1 -1
  212. package/dist/components/eds-tooltip.js +3 -2
  213. package/dist/components/eds-trl.d.ts +11 -0
  214. package/dist/components/eds-trl.js +139 -0
  215. package/dist/components/eds-user-modal2.js +1 -4
  216. package/dist/components/eds-user2.js +12 -6
  217. package/dist/components/incorrect-use-of-colors.js +20 -2
  218. package/dist/components/index.esm.js +0 -1
  219. package/dist/components/index2.js +44 -399
  220. package/dist/components/keycloak.js +0 -10
  221. package/dist/components/loader.js +2 -5
  222. package/dist/components/logo-space.js +4 -3
  223. package/dist/components/logo-variations-horizontal.js +2 -49
  224. package/dist/components/logo-variations-horizontal2.js +37 -0
  225. package/dist/components/logo-variations-vertical.js +2 -49
  226. package/dist/components/logo-variations-vertical2.js +42 -0
  227. package/dist/components/logo-wrong-usage.js +5 -4
  228. package/dist/components/{p-9c05e349.entry.js → p-005de86f.entry.js} +1 -1
  229. package/dist/components/{p-877403df.entry.js → p-02e2a62f.entry.js} +1 -1
  230. package/dist/components/{p-3dbf2ac9.entry.js → p-0910d733.entry.js} +1 -1
  231. package/dist/components/{p-6bc00fad.entry.js → p-0c2e844e.entry.js} +1 -1
  232. package/dist/components/{p-378d371f.entry.js → p-145f13ad.entry.js} +1 -1
  233. package/dist/components/{p-0a195bfe.entry.js → p-16458a81.entry.js} +1 -1
  234. package/dist/components/p-2117611b.js +1 -0
  235. package/dist/components/{p-513bf756.entry.js → p-22762818.entry.js} +1 -1
  236. package/dist/components/{p-94b74ae8.entry.js → p-22e6d7d5.entry.js} +1 -1
  237. package/dist/components/p-22f9e720.js +1 -0
  238. package/dist/components/p-2851ff44.entry.js +1 -0
  239. package/dist/components/p-29648b47.entry.js +1 -0
  240. package/dist/components/p-297b2bc3.entry.js +1 -0
  241. package/dist/components/{p-4541cb5f.entry.js → p-2e8459ef.entry.js} +1 -1
  242. package/dist/components/p-32cddd94.entry.js +1 -0
  243. package/dist/components/{p-0611bbac.entry.js → p-32f282a9.entry.js} +1 -1
  244. package/dist/components/p-3617841d.entry.js +1 -0
  245. package/dist/components/p-373673ca.js +1 -0
  246. package/dist/components/{p-677f60bc.entry.js → p-388b4966.entry.js} +1 -1
  247. package/dist/components/p-3ff76976.entry.js +1 -0
  248. package/dist/components/{p-ff6b25a1.entry.js → p-4037ad48.entry.js} +1 -1
  249. package/dist/components/{p-c16b3c0c.entry.js → p-42b4ecff.entry.js} +1 -1
  250. package/dist/components/{p-fa1276cc.entry.js → p-435a14c1.entry.js} +1 -1
  251. package/dist/components/p-490ba155.entry.js +1 -0
  252. package/dist/components/p-4932aab2.entry.js +1 -0
  253. package/dist/components/p-4a24c2ce.entry.js +1 -0
  254. package/dist/components/p-52ac3456.entry.js +1 -0
  255. package/dist/components/{p-b544f216.entry.js → p-54c75346.entry.js} +1 -1
  256. package/dist/components/{p-11a4ef34.entry.js → p-57c964c5.entry.js} +1 -1
  257. package/dist/components/p-5a43503a.entry.js +1 -0
  258. package/dist/components/p-5aad9d3f.entry.js +1 -0
  259. package/dist/components/p-5afb626c.entry.js +1 -0
  260. package/dist/components/p-5d7af761.entry.js +1 -0
  261. package/dist/components/{p-2728a189.entry.js → p-5fc68438.entry.js} +1 -1
  262. package/dist/components/p-6378fb3e.entry.js +1 -0
  263. package/dist/components/p-673dce11.entry.js +1 -0
  264. package/dist/components/{p-c0afe524.entry.js → p-6fc62452.entry.js} +1 -1
  265. package/dist/components/p-7215789a.entry.js +1 -0
  266. package/dist/components/{p-36c0f3ee.entry.js → p-73bd0c97.entry.js} +1 -1
  267. package/dist/components/p-762c8c83.entry.js +1 -0
  268. package/dist/components/p-7802e966.entry.js +1 -0
  269. package/dist/components/p-79887c2c.entry.js +1 -0
  270. package/dist/components/{p-e9a1fb1e.js → p-7a8b9de5.js} +2 -2
  271. package/dist/components/p-846fc91c.entry.js +1 -0
  272. package/dist/components/p-84957b6d.entry.js +1 -0
  273. package/dist/components/{p-e69ff916.entry.js → p-87830085.entry.js} +1 -1
  274. package/dist/components/p-8c56e39a.entry.js +1 -0
  275. package/dist/components/p-96c4deda.entry.js +1 -0
  276. package/dist/components/p-a44a1abe.entry.js +1 -0
  277. package/dist/components/p-a4e9b68b.entry.js +1 -0
  278. package/dist/components/p-ac0112d5.entry.js +1 -0
  279. package/dist/components/p-acb16e1c.entry.js +1 -0
  280. package/dist/components/p-ae5dbd41.entry.js +1 -0
  281. package/dist/components/{p-6cb8c52d.entry.js → p-bdd86a3c.entry.js} +1 -1
  282. package/dist/components/{p-22ee5374.entry.js → p-be6c80da.entry.js} +1 -1
  283. package/dist/components/p-bf0f851d.entry.js +1 -0
  284. package/dist/components/{p-82453a66.entry.js → p-c2d369bc.entry.js} +1 -1
  285. package/dist/components/p-d1670eec.entry.js +1 -0
  286. package/dist/components/p-d1f6a722.entry.js +1 -0
  287. package/dist/components/p-d53b7a75.entry.js +1 -0
  288. package/dist/components/{p-c11d93cf.entry.js → p-d571d530.entry.js} +1 -1
  289. package/dist/components/{p-bad2a33a.entry.js → p-d6d86366.entry.js} +1 -1
  290. package/dist/components/p-d7a92efb.entry.js +1 -0
  291. package/dist/components/p-d9788b54.entry.js +1 -0
  292. package/dist/components/{p-606d8f86.entry.js → p-e20ed2c7.entry.js} +1 -1
  293. package/dist/components/{p-200ad980.entry.js → p-e6bfbf51.entry.js} +1 -1
  294. package/dist/components/{p-ddd005a3.entry.js → p-e74834bc.entry.js} +1 -1
  295. package/dist/components/{p-b94318f2.entry.js → p-f7a6ce69.entry.js} +1 -1
  296. package/dist/components/p-fd27e56c.entry.js +1 -0
  297. package/dist/components/primary.js +1 -1
  298. package/dist/components/primary2.js +1 -1
  299. package/dist/components/secondary.js +1 -1
  300. package/dist/components/secondary2.js +7 -7
  301. package/dist/components/support.js +1 -1
  302. package/dist/components/support2.js +3 -3
  303. package/dist/components/token-list2.js +1 -1
  304. package/dist/components/token-radii2.js +1 -1
  305. package/dist/components/token-ratios.js +1 -1
  306. package/dist/components/token-shadows2.js +1 -1
  307. package/dist/components/token-spacing.js +1 -1
  308. package/dist/components/token-typography.js +1 -1
  309. package/dist/esm/{color-49aa977d.js → color-0ba8ed56.js} +6 -6
  310. package/dist/esm/color-primary-palette_6.entry.js +15 -15
  311. package/dist/esm/components.js +4 -31
  312. package/dist/esm/correct-use-of-colors.entry.js +2 -2
  313. package/dist/esm/eds-accordion.entry.js +5 -4
  314. package/dist/esm/eds-alert.entry.js +4 -3
  315. package/dist/esm/{eds-accordion_23.entry.js → eds-avatar_17.entry.js} +348 -774
  316. package/dist/esm/eds-card-desc_3.entry.js +1 -1
  317. package/dist/esm/eds-card-generic.entry.js +17 -5
  318. package/dist/esm/eds-card-project.entry.js +3 -3
  319. package/dist/esm/eds-card-section.entry.js +20 -8
  320. package/dist/esm/eds-card-tags.entry.js +3 -2
  321. package/dist/esm/eds-card-tool.entry.js +5 -4
  322. package/dist/esm/eds-card-wrapper.entry.js +1 -1
  323. package/dist/esm/eds-code-block.entry.js +4 -34
  324. package/dist/esm/eds-components-section.entry.js +45 -25
  325. package/dist/esm/eds-docs-palettes.entry.js +2 -2
  326. package/dist/esm/eds-docs-tokens.entry.js +2 -2
  327. package/dist/esm/eds-form.entry.js +96 -23
  328. package/dist/esm/eds-frame.entry.js +1 -1
  329. package/dist/esm/eds-icon-arrow-diagonal.entry.js +2 -2
  330. package/dist/esm/eds-icon-arrow-right.entry.js +2 -2
  331. package/dist/esm/eds-icon-bluesky.entry.js +2 -2
  332. package/dist/esm/eds-icon-chevron-down.entry.js +2 -2
  333. package/dist/esm/eds-icon-chevron-left.entry.js +2 -2
  334. package/dist/esm/eds-icon-chevron-right.entry.js +2 -2
  335. package/dist/esm/eds-icon-chevron-up.entry.js +2 -2
  336. package/dist/esm/eds-icon-close.entry.js +2 -2
  337. package/dist/esm/eds-icon-copy.entry.js +2 -2
  338. package/dist/esm/eds-icon-eu.entry.js +2 -2
  339. package/dist/esm/eds-icon-facebook.entry.js +2 -2
  340. package/dist/esm/eds-icon-gitlab.entry.js +2 -2
  341. package/dist/esm/eds-icon-linkedin.entry.js +2 -2
  342. package/dist/esm/eds-icon-loader.entry.js +2 -2
  343. package/dist/esm/eds-icon-mastodon.entry.js +2 -2
  344. package/dist/esm/eds-icon-menu.entry.js +2 -2
  345. package/dist/esm/eds-icon-more.entry.js +2 -2
  346. package/dist/esm/eds-icon-search.entry.js +2 -2
  347. package/dist/esm/eds-icon-success.entry.js +2 -2
  348. package/dist/esm/eds-icon-twitter.entry.js +2 -2
  349. package/dist/esm/eds-icon-user.entry.js +2 -2
  350. package/dist/esm/eds-icon-youtube.entry.js +2 -2
  351. package/dist/{components/eds-input-field.entry.js → esm/eds-input_7.entry.js} +244 -6
  352. package/dist/esm/eds-login.entry.js +3 -3
  353. package/dist/esm/eds-logo-variations.entry.js +23 -0
  354. package/dist/esm/eds-matomo-notice.entry.js +6 -5
  355. package/dist/esm/eds-modal.entry.js +45 -5
  356. package/dist/esm/eds-navigator.entry.js +1 -1
  357. package/dist/esm/{eds-pagination.entry.js → eds-pagination_2.entry.js} +160 -3
  358. package/dist/esm/eds-progress-bar.entry.js +3 -2
  359. package/dist/esm/eds-rating.entry.js +3 -2
  360. package/dist/esm/eds-section-core_2.entry.js +1 -1
  361. package/dist/esm/eds-svg-repository.entry.js +297 -3
  362. package/dist/esm/eds-tab.entry.js +2 -2
  363. package/dist/esm/eds-tabs-content.entry.js +5 -5
  364. package/dist/esm/eds-tabs.entry.js +31 -9
  365. package/dist/esm/eds-timeline.entry.js +72 -0
  366. package/dist/esm/eds-tooltip.entry.js +4 -3
  367. package/dist/esm/eds-trl.entry.js +48 -0
  368. package/dist/esm/incorrect-use-of-colors.entry.js +2 -2
  369. package/dist/esm/{index-f1426055.js → index-e96badea.js} +54 -37
  370. package/dist/esm/{loader-66341740.js → loader-c9628637.js} +2 -5
  371. package/dist/esm/loader.js +3 -3
  372. package/dist/esm/logo-space.entry.js +5 -4
  373. package/dist/esm/logo-variations-horizontal_2.entry.js +31 -0
  374. package/dist/esm/logo-wrong-usage.entry.js +6 -5
  375. package/dist/esm/token-list_3.entry.js +4 -4
  376. package/dist/esm/token-ratios.entry.js +2 -2
  377. package/dist/esm/token-spacing.entry.js +2 -2
  378. package/dist/esm/token-typography.entry.js +2 -2
  379. package/dist/hydrate/index.js +671 -223
  380. package/dist/hydrate/index.mjs +671 -223
  381. package/dist/stencil.config.js +4 -3
  382. package/dist/types/components/eds-accordion/eds-accordion.d.ts +2 -2
  383. package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +1 -5
  384. package/dist/types/components/eds-button/eds-button.d.ts +2 -2
  385. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +2 -0
  386. package/dist/types/components/eds-form/eds-form.d.ts +8 -0
  387. package/dist/types/components/eds-input-elements/eds-input-select/eds-input-select.d.ts +106 -3
  388. package/dist/types/components/eds-modal/eds-modal.d.ts +16 -0
  389. package/dist/types/components/eds-table/eds-table.d.ts +9 -1
  390. package/dist/types/components/eds-table/eds-table.stories.d.ts +6 -67
  391. package/dist/types/components/eds-timeline/eds-timeline.d.ts +26 -0
  392. package/dist/types/components/eds-timeline/eds-timeline.stories.d.ts +24 -0
  393. package/dist/types/components/eds-trl/eds-trl.d.ts +12 -0
  394. package/dist/types/components.d.ts +255 -32
  395. package/dist/types/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.d.ts +0 -4
  396. package/dist/types/eds-docs-ui/eds-logo-variations/eds-logo-variations.d.ts +9 -0
  397. package/dist/types/eds-docs-ui/eds-svg-repository/eds-svg-repository.d.ts +2 -0
  398. package/dist/types/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.d.ts +1 -7
  399. package/dist/types/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.d.ts +1 -1
  400. package/dist/types/shared-ui/eds-card-section/eds-card-section.d.ts +6 -1
  401. package/dist/types/shared-ui/eds-card-section/eds-card-section.stories.d.ts +20 -1
  402. package/dist/types/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +8 -2
  403. package/dist/types/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.stories.d.ts +29 -0
  404. package/dist/types/shared-ui/eds-header/eds-header.d.ts +7 -1
  405. package/dist/types/shared-ui/eds-header/eds-header.stories.d.ts +9 -1
  406. package/dist/types/shared-ui/eds-social-networks/eds-social-networks.d.ts +1 -1
  407. package/dist/types/shared-ui/eds-social-networks/eds-social-networks.stories.d.ts +13 -0
  408. package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +18 -1
  409. package/dist/types/shared-ui/eds-user/eds-user.d.ts +1 -2
  410. package/package.json +3 -3
  411. package/dist/cjs/color-primary-palette.cjs.entry.js +0 -43
  412. package/dist/cjs/color-secondary-palette.cjs.entry.js +0 -68
  413. package/dist/cjs/color-support-palette.cjs.entry.js +0 -59
  414. package/dist/cjs/eds-avatar.cjs.entry.js +0 -73
  415. package/dist/cjs/eds-block-break.cjs.entry.js +0 -20
  416. package/dist/cjs/eds-breadcrumb.cjs.entry.js +0 -152
  417. package/dist/cjs/eds-button.cjs.entry.js +0 -233
  418. package/dist/cjs/eds-card-desc.cjs.entry.js +0 -26
  419. package/dist/cjs/eds-card-title.cjs.entry.js +0 -56
  420. package/dist/cjs/eds-dropdown.cjs.entry.js +0 -129
  421. package/dist/cjs/eds-footer.cjs.entry.js +0 -49
  422. package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +0 -99
  423. package/dist/cjs/eds-header.cjs.entry.js +0 -96
  424. package/dist/cjs/eds-icon-wrapper.cjs.entry.js +0 -40
  425. package/dist/cjs/eds-img.cjs.entry.js +0 -57
  426. package/dist/cjs/eds-input-footer.cjs.entry.js +0 -21
  427. package/dist/cjs/eds-input-label.cjs.entry.js +0 -20
  428. package/dist/cjs/eds-input-range.cjs.entry.js +0 -39
  429. package/dist/cjs/eds-input-search.cjs.entry.js +0 -41
  430. package/dist/cjs/eds-input-select.cjs.entry.js +0 -30
  431. package/dist/cjs/eds-input.cjs.entry.js +0 -68
  432. package/dist/cjs/eds-link.cjs.entry.js +0 -211
  433. package/dist/cjs/eds-logo.cjs.entry.js +0 -76
  434. package/dist/cjs/eds-section-core.cjs.entry.js +0 -23
  435. package/dist/cjs/eds-section-heading.cjs.entry.js +0 -41
  436. package/dist/cjs/eds-social-networks.cjs.entry.js +0 -65
  437. package/dist/cjs/eds-table.cjs.entry.js +0 -142
  438. package/dist/cjs/eds-tag.cjs.entry.js +0 -44
  439. package/dist/cjs/eds-toast-manager.cjs.entry.js +0 -45
  440. package/dist/cjs/eds-toast.cjs.entry.js +0 -53
  441. package/dist/cjs/eds-user-modal.cjs.entry.js +0 -47
  442. package/dist/cjs/eds-user.cjs.entry.js +0 -90
  443. package/dist/cjs/gradient-primary-palette.cjs.entry.js +0 -45
  444. package/dist/cjs/gradient-secondary-palette.cjs.entry.js +0 -79
  445. package/dist/cjs/gradient-support-palette.cjs.entry.js +0 -63
  446. package/dist/cjs/index-1ff5f25c.js +0 -48
  447. package/dist/cjs/index-383d2951.js +0 -3449
  448. package/dist/cjs/index-96a4261e.js +0 -405
  449. package/dist/cjs/index-f62478aa.js +0 -1837
  450. package/dist/cjs/keycloak-940b83c1.js +0 -1910
  451. package/dist/cjs/logo-variations-horizontal.cjs.entry.js +0 -30
  452. package/dist/cjs/logo-variations-vertical.cjs.entry.js +0 -30
  453. package/dist/cjs/shadow-css-988e4292.js +0 -334
  454. package/dist/cjs/token-list.cjs.entry.js +0 -253
  455. package/dist/cjs/token-radii.cjs.entry.js +0 -25
  456. package/dist/cjs/token-shadows.cjs.entry.js +0 -34
  457. package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.css +0 -0
  458. package/dist/components/app-globals-0f993ce5.js +0 -3
  459. package/dist/components/color-primary-palette.entry.js +0 -39
  460. package/dist/components/color-secondary-palette.entry.js +0 -64
  461. package/dist/components/color-support-palette.entry.js +0 -55
  462. package/dist/components/correct-use-of-colors.entry.js +0 -64
  463. package/dist/components/eds-accordion.entry.js +0 -88
  464. package/dist/components/eds-alert.entry.js +0 -91
  465. package/dist/components/eds-avatar.entry.js +0 -69
  466. package/dist/components/eds-block-break.entry.js +0 -16
  467. package/dist/components/eds-breadcrumb.entry.js +0 -148
  468. package/dist/components/eds-button.entry.js +0 -229
  469. package/dist/components/eds-card-desc.entry.js +0 -22
  470. package/dist/components/eds-card-generic.entry.js +0 -89
  471. package/dist/components/eds-card-project.entry.js +0 -63
  472. package/dist/components/eds-card-section.entry.js +0 -39
  473. package/dist/components/eds-card-tags.entry.js +0 -17
  474. package/dist/components/eds-card-title.entry.js +0 -52
  475. package/dist/components/eds-card-tool.entry.js +0 -75
  476. package/dist/components/eds-card-wrapper.entry.js +0 -28
  477. package/dist/components/eds-code-block.entry.js +0 -2468
  478. package/dist/components/eds-components-section.entry.js +0 -92
  479. package/dist/components/eds-docs-palettes.entry.js +0 -23
  480. package/dist/components/eds-docs-tokens.entry.js +0 -31
  481. package/dist/components/eds-dropdown.entry.js +0 -125
  482. package/dist/components/eds-footer.entry.js +0 -45
  483. package/dist/components/eds-form.entry.js +0 -245
  484. package/dist/components/eds-frame.entry.js +0 -87
  485. package/dist/components/eds-fullscreen-menu.entry.js +0 -95
  486. package/dist/components/eds-header.entry.js +0 -92
  487. package/dist/components/eds-icon-arrow-diagonal.entry.js +0 -14
  488. package/dist/components/eds-icon-arrow-right.entry.js +0 -14
  489. package/dist/components/eds-icon-bluesky.entry.js +0 -14
  490. package/dist/components/eds-icon-chevron-down.entry.js +0 -14
  491. package/dist/components/eds-icon-chevron-left.entry.js +0 -14
  492. package/dist/components/eds-icon-chevron-right.entry.js +0 -14
  493. package/dist/components/eds-icon-chevron-up.entry.js +0 -14
  494. package/dist/components/eds-icon-close.entry.js +0 -14
  495. package/dist/components/eds-icon-copy.entry.js +0 -14
  496. package/dist/components/eds-icon-eu.entry.js +0 -14
  497. package/dist/components/eds-icon-facebook.entry.js +0 -14
  498. package/dist/components/eds-icon-gitlab.entry.js +0 -14
  499. package/dist/components/eds-icon-linkedin.entry.js +0 -14
  500. package/dist/components/eds-icon-loader.entry.js +0 -14
  501. package/dist/components/eds-icon-mastodon.entry.js +0 -14
  502. package/dist/components/eds-icon-menu.entry.js +0 -14
  503. package/dist/components/eds-icon-more.entry.js +0 -14
  504. package/dist/components/eds-icon-search.entry.js +0 -14
  505. package/dist/components/eds-icon-success.entry.js +0 -14
  506. package/dist/components/eds-icon-twitter.entry.js +0 -14
  507. package/dist/components/eds-icon-user.entry.js +0 -14
  508. package/dist/components/eds-icon-wrapper.entry.js +0 -36
  509. package/dist/components/eds-icon-youtube.entry.js +0 -14
  510. package/dist/components/eds-img.entry.js +0 -53
  511. package/dist/components/eds-input-footer.entry.js +0 -17
  512. package/dist/components/eds-input-label.entry.js +0 -16
  513. package/dist/components/eds-input-range.entry.js +0 -35
  514. package/dist/components/eds-input-search.entry.js +0 -37
  515. package/dist/components/eds-input-select.entry.js +0 -26
  516. package/dist/components/eds-input.entry.js +0 -64
  517. package/dist/components/eds-link.entry.js +0 -207
  518. package/dist/components/eds-login.entry.js +0 -68
  519. package/dist/components/eds-logo.entry.js +0 -72
  520. package/dist/components/eds-matomo-notice.entry.js +0 -105
  521. package/dist/components/eds-modal.entry.js +0 -42
  522. package/dist/components/eds-navigator.entry.js +0 -39
  523. package/dist/components/eds-pagination.entry.js +0 -207
  524. package/dist/components/eds-rating.entry.js +0 -53
  525. package/dist/components/eds-section-core.entry.js +0 -19
  526. package/dist/components/eds-section-heading.entry.js +0 -37
  527. package/dist/components/eds-social-networks.entry.js +0 -61
  528. package/dist/components/eds-svg-repository.entry.js +0 -28
  529. package/dist/components/eds-tab.entry.js +0 -36
  530. package/dist/components/eds-table.entry.js +0 -138
  531. package/dist/components/eds-tabs-content.entry.js +0 -129
  532. package/dist/components/eds-tabs.entry.js +0 -118
  533. package/dist/components/eds-tag.entry.js +0 -40
  534. package/dist/components/eds-toast-manager.entry.js +0 -41
  535. package/dist/components/eds-toast.entry.js +0 -49
  536. package/dist/components/eds-tooltip.entry.js +0 -95
  537. package/dist/components/eds-user-modal.entry.js +0 -43
  538. package/dist/components/eds-user.entry.js +0 -86
  539. package/dist/components/gradient-primary-palette.entry.js +0 -41
  540. package/dist/components/gradient-secondary-palette.entry.js +0 -75
  541. package/dist/components/gradient-support-palette.entry.js +0 -59
  542. package/dist/components/incorrect-use-of-colors.entry.js +0 -46
  543. package/dist/components/index-144c9ae8.js +0 -46
  544. package/dist/components/index-360dc790.js +0 -401
  545. package/dist/components/index-a9afa43f.js +0 -1802
  546. package/dist/components/index-b384416e.js +0 -3023
  547. package/dist/components/index3.js +0 -46
  548. package/dist/components/index4.js +0 -1802
  549. package/dist/components/keycloak-b647d452.js +0 -1903
  550. package/dist/components/logo-space.entry.js +0 -16
  551. package/dist/components/logo-variations-horizontal.entry.js +0 -26
  552. package/dist/components/logo-variations-vertical.entry.js +0 -26
  553. package/dist/components/logo-wrong-usage.entry.js +0 -16
  554. package/dist/components/p-0a6262b7.entry.js +0 -1
  555. package/dist/components/p-145d8e4d.entry.js +0 -1
  556. package/dist/components/p-1a1b8e28.entry.js +0 -1
  557. package/dist/components/p-1d94d663.entry.js +0 -1
  558. package/dist/components/p-219d9f68.entry.js +0 -1
  559. package/dist/components/p-25eb1801.entry.js +0 -1
  560. package/dist/components/p-2b14f03a.entry.js +0 -1
  561. package/dist/components/p-3048bdec.entry.js +0 -1
  562. package/dist/components/p-42dfb426.entry.js +0 -1
  563. package/dist/components/p-49a5eef5.entry.js +0 -1
  564. package/dist/components/p-52a487ee.entry.js +0 -1
  565. package/dist/components/p-55444767.entry.js +0 -1
  566. package/dist/components/p-5b900a2c.entry.js +0 -1
  567. package/dist/components/p-5edc806a.entry.js +0 -1
  568. package/dist/components/p-64d4a6e0.entry.js +0 -1
  569. package/dist/components/p-6f601454.entry.js +0 -1
  570. package/dist/components/p-763cbe2f.entry.js +0 -1
  571. package/dist/components/p-77a81dfa.entry.js +0 -1
  572. package/dist/components/p-7a2b35b4.entry.js +0 -1
  573. package/dist/components/p-81d2a9be.entry.js +0 -1
  574. package/dist/components/p-8c1be2b6.entry.js +0 -1
  575. package/dist/components/p-923e4d23.entry.js +0 -1
  576. package/dist/components/p-9c74a5dd.entry.js +0 -1
  577. package/dist/components/p-abcdf35f.js +0 -1
  578. package/dist/components/p-ac083317.entry.js +0 -1
  579. package/dist/components/p-ad79cc3c.entry.js +0 -1
  580. package/dist/components/p-b4055691.entry.js +0 -1
  581. package/dist/components/p-bfd2fdf1.entry.js +0 -1
  582. package/dist/components/p-c3c61db1.entry.js +0 -1
  583. package/dist/components/p-caf2af08.entry.js +0 -1
  584. package/dist/components/p-d80de13e.entry.js +0 -1
  585. package/dist/components/p-e04097a2.entry.js +0 -1
  586. package/dist/components/p-e2e715a2.entry.js +0 -1
  587. package/dist/components/p-e639818b.entry.js +0 -1
  588. package/dist/components/p-e80f4f24.js +0 -1
  589. package/dist/components/p-ec95188c.entry.js +0 -1
  590. package/dist/components/p-f04946a5.entry.js +0 -1
  591. package/dist/components/shadow-css-423dab2c.js +0 -332
  592. package/dist/components/token-list.entry.js +0 -249
  593. package/dist/components/token-radii.entry.js +0 -21
  594. package/dist/components/token-ratios.entry.js +0 -25
  595. package/dist/components/token-shadows.entry.js +0 -30
  596. package/dist/components/token-spacing.entry.js +0 -12
  597. package/dist/components/token-typography.entry.js +0 -226
  598. package/dist/esm/color-primary-palette.entry.js +0 -39
  599. package/dist/esm/color-secondary-palette.entry.js +0 -64
  600. package/dist/esm/color-support-palette.entry.js +0 -55
  601. package/dist/esm/eds-avatar.entry.js +0 -69
  602. package/dist/esm/eds-block-break.entry.js +0 -16
  603. package/dist/esm/eds-breadcrumb.entry.js +0 -148
  604. package/dist/esm/eds-button.entry.js +0 -229
  605. package/dist/esm/eds-card-desc.entry.js +0 -22
  606. package/dist/esm/eds-card-title.entry.js +0 -52
  607. package/dist/esm/eds-dropdown.entry.js +0 -125
  608. package/dist/esm/eds-footer.entry.js +0 -45
  609. package/dist/esm/eds-fullscreen-menu.entry.js +0 -95
  610. package/dist/esm/eds-header.entry.js +0 -92
  611. package/dist/esm/eds-icon-wrapper.entry.js +0 -36
  612. package/dist/esm/eds-img.entry.js +0 -53
  613. package/dist/esm/eds-input-field.entry.js +0 -68
  614. package/dist/esm/eds-input-footer.entry.js +0 -17
  615. package/dist/esm/eds-input-label.entry.js +0 -16
  616. package/dist/esm/eds-input-range.entry.js +0 -35
  617. package/dist/esm/eds-input-search.entry.js +0 -37
  618. package/dist/esm/eds-input-select.entry.js +0 -26
  619. package/dist/esm/eds-input.entry.js +0 -64
  620. package/dist/esm/eds-link.entry.js +0 -207
  621. package/dist/esm/eds-logo.entry.js +0 -72
  622. package/dist/esm/eds-section-core.entry.js +0 -19
  623. package/dist/esm/eds-section-heading.entry.js +0 -37
  624. package/dist/esm/eds-social-networks.entry.js +0 -61
  625. package/dist/esm/eds-table.entry.js +0 -138
  626. package/dist/esm/eds-tag.entry.js +0 -40
  627. package/dist/esm/eds-toast-manager.entry.js +0 -41
  628. package/dist/esm/eds-toast.entry.js +0 -49
  629. package/dist/esm/eds-user-modal.entry.js +0 -43
  630. package/dist/esm/eds-user.entry.js +0 -86
  631. package/dist/esm/gradient-primary-palette.entry.js +0 -41
  632. package/dist/esm/gradient-secondary-palette.entry.js +0 -75
  633. package/dist/esm/gradient-support-palette.entry.js +0 -59
  634. package/dist/esm/index-144c9ae8.js +0 -46
  635. package/dist/esm/index-360dc790.js +0 -401
  636. package/dist/esm/index-a9afa43f.js +0 -1802
  637. package/dist/esm/index-b384416e.js +0 -3416
  638. package/dist/esm/keycloak-b647d452.js +0 -1903
  639. package/dist/esm/logo-variations-horizontal.entry.js +0 -26
  640. package/dist/esm/logo-variations-vertical.entry.js +0 -26
  641. package/dist/esm/shadow-css-423dab2c.js +0 -332
  642. package/dist/esm/toastManager-b716afd8.js +0 -31
  643. package/dist/esm/token-list.entry.js +0 -249
  644. package/dist/esm/token-radii.entry.js +0 -21
  645. package/dist/esm/token-shadows.entry.js +0 -30
  646. /package/dist/cjs/{toastManager-1fb1a402.js → toastManager-4e9535f3.js} +0 -0
  647. /package/dist/collection/shared-ui/eds-social-networks/{eds-social-network.css → eds-social-networks.css} +0 -0
  648. /package/dist/{components/toastManager-b716afd8.js → esm/toastManager-d9eee791.js} +0 -0
@@ -202,11 +202,11 @@ export namespace Components {
202
202
  /**
203
203
  * The visual intent or style of the button. Options include 'primary', 'secondary', 'tertiary', 'ghost', and 'ghostInverse'.
204
204
  */
205
- "intent"?: 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'ghostInverse';
205
+ "intent": 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'ghostInverse';
206
206
  /**
207
207
  * The label text to be displayed inside the button.
208
208
  */
209
- "label"?: string;
209
+ "label": string;
210
210
  /**
211
211
  * A boolean indicating whether the button is in a loading state.
212
212
  */
@@ -352,7 +352,7 @@ export namespace Components {
352
352
  /**
353
353
  * JSON string representing an array of card objects. Each card object can contain properties like `title`, `description`, `avatar`, `headingLevel`, `tags`, `url`, `bg`, `tiny`, and `image`. Example: ```json '[{"title": "Card Title", "description": "Description", "avatar": "/path/to/avatar.jpg", "url": "http://example.com"}]' ```
354
354
  */
355
- "cards": string;
355
+ "cards": string | { title: string; description: string; tags: string; url: string }[];
356
356
  /**
357
357
  * 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`.
358
358
  */
@@ -644,6 +644,10 @@ export namespace Components {
644
644
  * If `true`, includes a submit button in the form.
645
645
  */
646
646
  "submitBtn"?: boolean;
647
+ /**
648
+ * The message displayed when the form submission fails.
649
+ */
650
+ "submitBtnHintMessage"?: string;
647
651
  /**
648
652
  * If `true`, includes a submit button in the form.
649
653
  */
@@ -680,7 +684,7 @@ export namespace Components {
680
684
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
681
685
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
682
686
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
683
- * ## Key Features:
687
+ * ## Key Features
684
688
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
685
689
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
686
690
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -692,7 +696,7 @@ export namespace Components {
692
696
  /**
693
697
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
694
698
  */
695
- "links": string;
699
+ "links": string | { label: string; url: string; icon?: string; external?: boolean }[];
696
700
  /**
697
701
  * JSON string representing the extra menu links a user wants for smaill screens navigation. Each link should include `label`, `url`.
698
702
  */
@@ -733,9 +737,9 @@ export namespace Components {
733
737
  /**
734
738
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
735
739
  */
736
- "links": string;
740
+ "links": string | { label: string; url: string; icon?: string; external?: boolean }[];
737
741
  /**
738
- * Flag to enable or disable header menu toggle feature. When true, displays the toggle in the header.
742
+ * Flag to enable or disable header menu toggle feature. When true, displays the toggle in the header. Requires the <eds-fullscreen-menu> to properly work.
739
743
  */
740
744
  "menuEnabled": boolean;
741
745
  /**
@@ -1083,16 +1087,67 @@ export namespace Components {
1083
1087
  "required": boolean;
1084
1088
  "value"?: string;
1085
1089
  }
1090
+ /**
1091
+ * A custom select input component that supports both static and dynamic options.
1092
+ * Options can be provided in two formats:
1093
+ * 1. Dynamic fetch configuration:
1094
+ * [
1095
+ * { endpoint: "http://localhost/api/applications", value: "_id", label: "title" }
1096
+ * ]
1097
+ * 2. Static options:
1098
+ * [
1099
+ * { value: "react", label: "React" },
1100
+ * { value: "angular", label: "Angular" },
1101
+ * { value: "vue", label: "Vue.js" },
1102
+ * // etc.
1103
+ * ]
1104
+ * The component will automatically fetch data if a dynamic configuration is provided.
1105
+ */
1086
1106
  interface EdsInputSelect {
1107
+ /**
1108
+ * If true, the select input will be disabled.
1109
+ */
1087
1110
  "disabled": boolean;
1111
+ /**
1112
+ * If true, the select input is in an error state.
1113
+ */
1088
1114
  "error": boolean;
1115
+ /**
1116
+ * If true, indicates that there is an associated message (help or error).
1117
+ */
1089
1118
  "hasMessage": boolean;
1119
+ /**
1120
+ * Optional id for the input. If not provided, the component uses the `name` property.
1121
+ */
1090
1122
  "inputId"?: string;
1123
+ /**
1124
+ * For static options, this property defines the key used to retrieve the display label.
1125
+ */
1126
+ "labelKey": string;
1127
+ /**
1128
+ * The name attribute of the select input. Also used as the fallback id.
1129
+ */
1091
1130
  "name": string;
1092
- "options": { label: string; value: string }[];
1131
+ /**
1132
+ * Options can be provided in two formats: 1. Dynamic fetch configuration: [ { endpoint: "http://localhost/api/applications", value: "_id", label: "title" } ] 2. Static options: [ { value: "react", label: "React" }, { value: "angular", label: "Angular" }, { value: "vue", label: "Vue.js" }, // etc. ]
1133
+ */
1134
+ "options": { [key: string]: any }[];
1135
+ /**
1136
+ * Placeholder text (not used in the native select, but can be used for custom implementations).
1137
+ */
1093
1138
  "placeholder"?: string;
1139
+ /**
1140
+ * If true, the select input is marked as required.
1141
+ */
1094
1142
  "required": boolean;
1143
+ /**
1144
+ * The currently selected value.
1145
+ */
1095
1146
  "value"?: string | number;
1147
+ /**
1148
+ * For static options, this property defines the key used to retrieve the option value.
1149
+ */
1150
+ "valueKey": string;
1096
1151
  }
1097
1152
  /**
1098
1153
  * `EdsLink` is a versatile link component offering different styles and behaviors.
@@ -1214,6 +1269,12 @@ export namespace Components {
1214
1269
  */
1215
1270
  "type": 'color' | 'black' | 'color-white' | 'white' | 'no-bg';
1216
1271
  }
1272
+ interface EdsLogoVariations {
1273
+ /**
1274
+ * Active tab index to determine the content to display
1275
+ */
1276
+ "tabIndex": number;
1277
+ }
1217
1278
  /**
1218
1279
  * A Stencil component for displaying a Matomo analytics consent notice.
1219
1280
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -1457,6 +1518,10 @@ export namespace Components {
1457
1518
  * This component is versatile for displaying data with flexible configuration, and integrates with pagination and search functionalities.
1458
1519
  */
1459
1520
  interface EdsTable {
1521
+ /**
1522
+ * Optional property to control the column sizing mode. - 'default' uses containerWidth / visibleColumns. - 'medium' divides that result by 2. - 'large' divides that result by 4.
1523
+ */
1524
+ "columnSize"?: 'default' | 'medium' | 'large';
1460
1525
  /**
1461
1526
  * Config object to hide or format columns
1462
1527
  */
@@ -1475,6 +1540,7 @@ export namespace Components {
1475
1540
  * Endpoint to fetch data dynamically
1476
1541
  */
1477
1542
  "endpoint": string | null;
1543
+ "hostWidth"?: string;
1478
1544
  /**
1479
1545
  * Enable or disable pagination explicitly
1480
1546
  */
@@ -1508,7 +1574,7 @@ export namespace Components {
1508
1574
  /**
1509
1575
  * JSON string for tabs data
1510
1576
  */
1511
- "tabs": string;
1577
+ "tabs": string | { label: string; url: string; active: boolean; ariaLabel: string }[];
1512
1578
  }
1513
1579
  interface EdsTabsContent {
1514
1580
  /**
@@ -1538,6 +1604,12 @@ export namespace Components {
1538
1604
  */
1539
1605
  "label": string;
1540
1606
  }
1607
+ interface EdsTimeline {
1608
+ /**
1609
+ * Accepts a JSON string or object of timeline events.
1610
+ */
1611
+ "events": string | any[];
1612
+ }
1541
1613
  interface EdsToast {
1542
1614
  /**
1543
1615
  * Determines the duration before the toast auto-dismisses (in milliseconds). Defaults to 5000ms (5 seconds).
@@ -1567,6 +1639,12 @@ export namespace Components {
1567
1639
  */
1568
1640
  "position": 'above' | 'below';
1569
1641
  }
1642
+ interface EdsTrl {
1643
+ /**
1644
+ * Accepts a JSON string or an array of application objects.
1645
+ */
1646
+ "applications": string | any[];
1647
+ }
1570
1648
  /**
1571
1649
  * `EdsUser` is a user authentication component for managing and displaying
1572
1650
  * the user's authentication state using Keycloak. It provides login and logout
@@ -1613,11 +1691,6 @@ export namespace Components {
1613
1691
  interface LogoSpace {
1614
1692
  }
1615
1693
  interface LogoVariationsHorizontal {
1616
- "orientation": 'horizontal' | 'vertical';
1617
- /**
1618
- * The type of logo variation to display. Available options: "coloured", "mono", "dark".
1619
- */
1620
- "type": 'coloured' | 'black' | 'color-white';
1621
1694
  }
1622
1695
  interface LogoVariationsVertical {
1623
1696
  "orientation": 'horizontal' | 'vertical';
@@ -2001,7 +2074,7 @@ declare global {
2001
2074
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
2002
2075
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
2003
2076
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
2004
- * ## Key Features:
2077
+ * ## Key Features
2005
2078
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
2006
2079
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
2007
2080
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -2277,6 +2350,22 @@ declare global {
2277
2350
  interface HTMLEdsInputSelectElementEventMap {
2278
2351
  "changeEvent": string | number;
2279
2352
  }
2353
+ /**
2354
+ * A custom select input component that supports both static and dynamic options.
2355
+ * Options can be provided in two formats:
2356
+ * 1. Dynamic fetch configuration:
2357
+ * [
2358
+ * { endpoint: "http://localhost/api/applications", value: "_id", label: "title" }
2359
+ * ]
2360
+ * 2. Static options:
2361
+ * [
2362
+ * { value: "react", label: "React" },
2363
+ * { value: "angular", label: "Angular" },
2364
+ * { value: "vue", label: "Vue.js" },
2365
+ * // etc.
2366
+ * ]
2367
+ * The component will automatically fetch data if a dynamic configuration is provided.
2368
+ */
2280
2369
  interface HTMLEdsInputSelectElement extends Components.EdsInputSelect, HTMLStencilElement {
2281
2370
  addEventListener<K extends keyof HTMLEdsInputSelectElementEventMap>(type: K, listener: (this: HTMLEdsInputSelectElement, ev: EdsInputSelectCustomEvent<HTMLEdsInputSelectElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2282
2371
  addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
@@ -2307,7 +2396,10 @@ declare global {
2307
2396
  new (): HTMLEdsLinkElement;
2308
2397
  };
2309
2398
  interface HTMLEdsLoginElementEventMap {
2310
- "authStatusChanged": { authenticated: boolean; user: any };
2399
+ "authStatusChanged": {
2400
+ authenticated: boolean;
2401
+ user: any;
2402
+ };
2311
2403
  }
2312
2404
  /**
2313
2405
  * `EdsLogin` is a login component that integrates Keycloak authentication,
@@ -2349,6 +2441,12 @@ declare global {
2349
2441
  prototype: HTMLEdsLogoElement;
2350
2442
  new (): HTMLEdsLogoElement;
2351
2443
  };
2444
+ interface HTMLEdsLogoVariationsElement extends Components.EdsLogoVariations, HTMLStencilElement {
2445
+ }
2446
+ var HTMLEdsLogoVariationsElement: {
2447
+ prototype: HTMLEdsLogoVariationsElement;
2448
+ new (): HTMLEdsLogoVariationsElement;
2449
+ };
2352
2450
  /**
2353
2451
  * A Stencil component for displaying a Matomo analytics consent notice.
2354
2452
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -2482,7 +2580,11 @@ declare global {
2482
2580
  new (): HTMLEdsTableElement;
2483
2581
  };
2484
2582
  interface HTMLEdsTabsElementEventMap {
2485
- "tabChange": { tabId: string; index: number; name?: string };
2583
+ "tabChange": {
2584
+ tabId: string;
2585
+ index: number;
2586
+ name?: string;
2587
+ };
2486
2588
  }
2487
2589
  /**
2488
2590
  * `EdsTabs` is a tabs component that renders a navigational tab bar.
@@ -2537,6 +2639,12 @@ declare global {
2537
2639
  prototype: HTMLEdsTagElement;
2538
2640
  new (): HTMLEdsTagElement;
2539
2641
  };
2642
+ interface HTMLEdsTimelineElement extends Components.EdsTimeline, HTMLStencilElement {
2643
+ }
2644
+ var HTMLEdsTimelineElement: {
2645
+ prototype: HTMLEdsTimelineElement;
2646
+ new (): HTMLEdsTimelineElement;
2647
+ };
2540
2648
  interface HTMLEdsToastElement extends Components.EdsToast, HTMLStencilElement {
2541
2649
  }
2542
2650
  var HTMLEdsToastElement: {
@@ -2558,6 +2666,12 @@ declare global {
2558
2666
  prototype: HTMLEdsTooltipElement;
2559
2667
  new (): HTMLEdsTooltipElement;
2560
2668
  };
2669
+ interface HTMLEdsTrlElement extends Components.EdsTrl, HTMLStencilElement {
2670
+ }
2671
+ var HTMLEdsTrlElement: {
2672
+ prototype: HTMLEdsTrlElement;
2673
+ new (): HTMLEdsTrlElement;
2674
+ };
2561
2675
  interface HTMLEdsUserElementEventMap {
2562
2676
  "authStatusChanged": {
2563
2677
  authenticated: boolean;
@@ -2738,6 +2852,7 @@ declare global {
2738
2852
  "eds-link": HTMLEdsLinkElement;
2739
2853
  "eds-login": HTMLEdsLoginElement;
2740
2854
  "eds-logo": HTMLEdsLogoElement;
2855
+ "eds-logo-variations": HTMLEdsLogoVariationsElement;
2741
2856
  "eds-matomo-notice": HTMLEdsMatomoNoticeElement;
2742
2857
  "eds-modal": HTMLEdsModalElement;
2743
2858
  "eds-navigator": HTMLEdsNavigatorElement;
@@ -2753,9 +2868,11 @@ declare global {
2753
2868
  "eds-tabs": HTMLEdsTabsElement;
2754
2869
  "eds-tabs-content": HTMLEdsTabsContentElement;
2755
2870
  "eds-tag": HTMLEdsTagElement;
2871
+ "eds-timeline": HTMLEdsTimelineElement;
2756
2872
  "eds-toast": HTMLEdsToastElement;
2757
2873
  "eds-toast-manager": HTMLEdsToastManagerElement;
2758
2874
  "eds-tooltip": HTMLEdsTooltipElement;
2875
+ "eds-trl": HTMLEdsTrlElement;
2759
2876
  "eds-user": HTMLEdsUserElement;
2760
2877
  "eds-user-modal": HTMLEdsUserModalElement;
2761
2878
  "gradient-primary-palette": HTMLGradientPrimaryPaletteElement;
@@ -3125,7 +3242,7 @@ declare namespace LocalJSX {
3125
3242
  /**
3126
3243
  * JSON string representing an array of card objects. Each card object can contain properties like `title`, `description`, `avatar`, `headingLevel`, `tags`, `url`, `bg`, `tiny`, and `image`. Example: ```json '[{"title": "Card Title", "description": "Description", "avatar": "/path/to/avatar.jpg", "url": "http://example.com"}]' ```
3127
3244
  */
3128
- "cards"?: string;
3245
+ "cards"?: string | { title: string; description: string; tags: string; url: string }[];
3129
3246
  /**
3130
3247
  * 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`.
3131
3248
  */
@@ -3421,6 +3538,10 @@ declare namespace LocalJSX {
3421
3538
  * If `true`, includes a submit button in the form.
3422
3539
  */
3423
3540
  "submitBtn"?: boolean;
3541
+ /**
3542
+ * The message displayed when the form submission fails.
3543
+ */
3544
+ "submitBtnHintMessage"?: string;
3424
3545
  /**
3425
3546
  * If `true`, includes a submit button in the form.
3426
3547
  */
@@ -3457,7 +3578,7 @@ declare namespace LocalJSX {
3457
3578
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
3458
3579
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
3459
3580
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
3460
- * ## Key Features:
3581
+ * ## Key Features
3461
3582
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
3462
3583
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
3463
3584
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -3469,7 +3590,7 @@ declare namespace LocalJSX {
3469
3590
  /**
3470
3591
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
3471
3592
  */
3472
- "links"?: string;
3593
+ "links"?: string | { label: string; url: string; icon?: string; external?: boolean }[];
3473
3594
  /**
3474
3595
  * JSON string representing the extra menu links a user wants for smaill screens navigation. Each link should include `label`, `url`.
3475
3596
  */
@@ -3514,9 +3635,9 @@ declare namespace LocalJSX {
3514
3635
  /**
3515
3636
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
3516
3637
  */
3517
- "links"?: string;
3638
+ "links"?: string | { label: string; url: string; icon?: string; external?: boolean }[];
3518
3639
  /**
3519
- * Flag to enable or disable header menu toggle feature. When true, displays the toggle in the header.
3640
+ * Flag to enable or disable header menu toggle feature. When true, displays the toggle in the header. Requires the <eds-fullscreen-menu> to properly work.
3520
3641
  */
3521
3642
  "menuEnabled"?: boolean;
3522
3643
  /**
@@ -3867,17 +3988,72 @@ declare namespace LocalJSX {
3867
3988
  "required"?: boolean;
3868
3989
  "value"?: string;
3869
3990
  }
3991
+ /**
3992
+ * A custom select input component that supports both static and dynamic options.
3993
+ * Options can be provided in two formats:
3994
+ * 1. Dynamic fetch configuration:
3995
+ * [
3996
+ * { endpoint: "http://localhost/api/applications", value: "_id", label: "title" }
3997
+ * ]
3998
+ * 2. Static options:
3999
+ * [
4000
+ * { value: "react", label: "React" },
4001
+ * { value: "angular", label: "Angular" },
4002
+ * { value: "vue", label: "Vue.js" },
4003
+ * // etc.
4004
+ * ]
4005
+ * The component will automatically fetch data if a dynamic configuration is provided.
4006
+ */
3870
4007
  interface EdsInputSelect {
4008
+ /**
4009
+ * If true, the select input will be disabled.
4010
+ */
3871
4011
  "disabled"?: boolean;
4012
+ /**
4013
+ * If true, the select input is in an error state.
4014
+ */
3872
4015
  "error"?: boolean;
4016
+ /**
4017
+ * If true, indicates that there is an associated message (help or error).
4018
+ */
3873
4019
  "hasMessage"?: boolean;
4020
+ /**
4021
+ * Optional id for the input. If not provided, the component uses the `name` property.
4022
+ */
3874
4023
  "inputId"?: string;
4024
+ /**
4025
+ * For static options, this property defines the key used to retrieve the display label.
4026
+ */
4027
+ "labelKey"?: string;
4028
+ /**
4029
+ * The name attribute of the select input. Also used as the fallback id.
4030
+ */
3875
4031
  "name": string;
4032
+ /**
4033
+ * Emitted when the value of the select input changes.
4034
+ * @event changeEvent
4035
+ */
3876
4036
  "onChangeEvent"?: (event: EdsInputSelectCustomEvent<string | number>) => void;
3877
- "options"?: { label: string; value: string }[];
4037
+ /**
4038
+ * Options can be provided in two formats: 1. Dynamic fetch configuration: [ { endpoint: "http://localhost/api/applications", value: "_id", label: "title" } ] 2. Static options: [ { value: "react", label: "React" }, { value: "angular", label: "Angular" }, { value: "vue", label: "Vue.js" }, // etc. ]
4039
+ */
4040
+ "options"?: { [key: string]: any }[];
4041
+ /**
4042
+ * Placeholder text (not used in the native select, but can be used for custom implementations).
4043
+ */
3878
4044
  "placeholder"?: string;
4045
+ /**
4046
+ * If true, the select input is marked as required.
4047
+ */
3879
4048
  "required"?: boolean;
4049
+ /**
4050
+ * The currently selected value.
4051
+ */
3880
4052
  "value"?: string | number;
4053
+ /**
4054
+ * For static options, this property defines the key used to retrieve the option value.
4055
+ */
4056
+ "valueKey"?: string;
3881
4057
  }
3882
4058
  /**
3883
4059
  * `EdsLink` is a versatile link component offering different styles and behaviors.
@@ -3974,7 +4150,10 @@ declare namespace LocalJSX {
3974
4150
  /**
3975
4151
  * Event emitted when the authentication status changes. It emits a boolean value indicating the new authentication status.
3976
4152
  */
3977
- "onAuthStatusChanged"?: (event: EdsLoginCustomEvent<{ authenticated: boolean; user: any }>) => void;
4153
+ "onAuthStatusChanged"?: (event: EdsLoginCustomEvent<{
4154
+ authenticated: boolean;
4155
+ user: any;
4156
+ }>) => void;
3978
4157
  }
3979
4158
  /**
3980
4159
  * `EdsLogo` is a logo component designed to display a clickable logo that can link to a specified URL.
@@ -4003,6 +4182,12 @@ declare namespace LocalJSX {
4003
4182
  */
4004
4183
  "type"?: 'color' | 'black' | 'color-white' | 'white' | 'no-bg';
4005
4184
  }
4185
+ interface EdsLogoVariations {
4186
+ /**
4187
+ * Active tab index to determine the content to display
4188
+ */
4189
+ "tabIndex"?: number;
4190
+ }
4006
4191
  /**
4007
4192
  * A Stencil component for displaying a Matomo analytics consent notice.
4008
4193
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -4233,6 +4418,10 @@ declare namespace LocalJSX {
4233
4418
  * This component is versatile for displaying data with flexible configuration, and integrates with pagination and search functionalities.
4234
4419
  */
4235
4420
  interface EdsTable {
4421
+ /**
4422
+ * Optional property to control the column sizing mode. - 'default' uses containerWidth / visibleColumns. - 'medium' divides that result by 2. - 'large' divides that result by 4.
4423
+ */
4424
+ "columnSize"?: 'default' | 'medium' | 'large';
4236
4425
  /**
4237
4426
  * Config object to hide or format columns
4238
4427
  */
@@ -4251,6 +4440,7 @@ declare namespace LocalJSX {
4251
4440
  * Endpoint to fetch data dynamically
4252
4441
  */
4253
4442
  "endpoint"?: string | null;
4443
+ "hostWidth"?: string;
4254
4444
  /**
4255
4445
  * Enable or disable pagination explicitly
4256
4446
  */
@@ -4281,11 +4471,15 @@ declare namespace LocalJSX {
4281
4471
  * Aria label for the navigation
4282
4472
  */
4283
4473
  "navAriaLabel"?: string;
4284
- "onTabChange"?: (event: EdsTabsCustomEvent<{ tabId: string; index: number; name?: string }>) => void;
4474
+ "onTabChange"?: (event: EdsTabsCustomEvent<{
4475
+ tabId: string;
4476
+ index: number;
4477
+ name?: string;
4478
+ }>) => void;
4285
4479
  /**
4286
4480
  * JSON string for tabs data
4287
4481
  */
4288
- "tabs"?: string;
4482
+ "tabs"?: string | { label: string; url: string; active: boolean; ariaLabel: string }[];
4289
4483
  }
4290
4484
  interface EdsTabsContent {
4291
4485
  /**
@@ -4316,6 +4510,12 @@ declare namespace LocalJSX {
4316
4510
  */
4317
4511
  "label": string;
4318
4512
  }
4513
+ interface EdsTimeline {
4514
+ /**
4515
+ * Accepts a JSON string or object of timeline events.
4516
+ */
4517
+ "events"?: string | any[];
4518
+ }
4319
4519
  interface EdsToast {
4320
4520
  /**
4321
4521
  * Determines the duration before the toast auto-dismisses (in milliseconds). Defaults to 5000ms (5 seconds).
@@ -4345,6 +4545,12 @@ declare namespace LocalJSX {
4345
4545
  */
4346
4546
  "position"?: 'above' | 'below';
4347
4547
  }
4548
+ interface EdsTrl {
4549
+ /**
4550
+ * Accepts a JSON string or an array of application objects.
4551
+ */
4552
+ "applications"?: string | any[];
4553
+ }
4348
4554
  /**
4349
4555
  * `EdsUser` is a user authentication component for managing and displaying
4350
4556
  * the user's authentication state using Keycloak. It provides login and logout
@@ -4398,11 +4604,6 @@ declare namespace LocalJSX {
4398
4604
  interface LogoSpace {
4399
4605
  }
4400
4606
  interface LogoVariationsHorizontal {
4401
- "orientation"?: 'horizontal' | 'vertical';
4402
- /**
4403
- * The type of logo variation to display. Available options: "coloured", "mono", "dark".
4404
- */
4405
- "type"?: 'coloured' | 'black' | 'color-white';
4406
4607
  }
4407
4608
  interface LogoVariationsVertical {
4408
4609
  "orientation"?: 'horizontal' | 'vertical';
@@ -4489,6 +4690,7 @@ declare namespace LocalJSX {
4489
4690
  "eds-link": EdsLink;
4490
4691
  "eds-login": EdsLogin;
4491
4692
  "eds-logo": EdsLogo;
4693
+ "eds-logo-variations": EdsLogoVariations;
4492
4694
  "eds-matomo-notice": EdsMatomoNotice;
4493
4695
  "eds-modal": EdsModal;
4494
4696
  "eds-navigator": EdsNavigator;
@@ -4504,9 +4706,11 @@ declare namespace LocalJSX {
4504
4706
  "eds-tabs": EdsTabs;
4505
4707
  "eds-tabs-content": EdsTabsContent;
4506
4708
  "eds-tag": EdsTag;
4709
+ "eds-timeline": EdsTimeline;
4507
4710
  "eds-toast": EdsToast;
4508
4711
  "eds-toast-manager": EdsToastManager;
4509
4712
  "eds-tooltip": EdsTooltip;
4713
+ "eds-trl": EdsTrl;
4510
4714
  "eds-user": EdsUser;
4511
4715
  "eds-user-modal": EdsUserModal;
4512
4716
  "gradient-primary-palette": GradientPrimaryPalette;
@@ -4688,7 +4892,7 @@ declare module "@stencil/core" {
4688
4892
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
4689
4893
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
4690
4894
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
4691
- * ## Key Features:
4895
+ * ## Key Features
4692
4896
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
4693
4897
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
4694
4898
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -4771,6 +4975,22 @@ declare module "@stencil/core" {
4771
4975
  "eds-input-label": LocalJSX.EdsInputLabel & JSXBase.HTMLAttributes<HTMLEdsInputLabelElement>;
4772
4976
  "eds-input-range": LocalJSX.EdsInputRange & JSXBase.HTMLAttributes<HTMLEdsInputRangeElement>;
4773
4977
  "eds-input-search": LocalJSX.EdsInputSearch & JSXBase.HTMLAttributes<HTMLEdsInputSearchElement>;
4978
+ /**
4979
+ * A custom select input component that supports both static and dynamic options.
4980
+ * Options can be provided in two formats:
4981
+ * 1. Dynamic fetch configuration:
4982
+ * [
4983
+ * { endpoint: "http://localhost/api/applications", value: "_id", label: "title" }
4984
+ * ]
4985
+ * 2. Static options:
4986
+ * [
4987
+ * { value: "react", label: "React" },
4988
+ * { value: "angular", label: "Angular" },
4989
+ * { value: "vue", label: "Vue.js" },
4990
+ * // etc.
4991
+ * ]
4992
+ * The component will automatically fetch data if a dynamic configuration is provided.
4993
+ */
4774
4994
  "eds-input-select": LocalJSX.EdsInputSelect & JSXBase.HTMLAttributes<HTMLEdsInputSelectElement>;
4775
4995
  /**
4776
4996
  * `EdsLink` is a versatile link component offering different styles and behaviors.
@@ -4804,6 +5024,7 @@ declare module "@stencil/core" {
4804
5024
  * This component is ideal for navigation and branding, with options for style customization and interaction tracking.
4805
5025
  */
4806
5026
  "eds-logo": LocalJSX.EdsLogo & JSXBase.HTMLAttributes<HTMLEdsLogoElement>;
5027
+ "eds-logo-variations": LocalJSX.EdsLogoVariations & JSXBase.HTMLAttributes<HTMLEdsLogoVariationsElement>;
4807
5028
  /**
4808
5029
  * A Stencil component for displaying a Matomo analytics consent notice.
4809
5030
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -4884,12 +5105,14 @@ declare module "@stencil/core" {
4884
5105
  * This component is useful for creating distinguishable tags or labels with consistent styling.
4885
5106
  */
4886
5107
  "eds-tag": LocalJSX.EdsTag & JSXBase.HTMLAttributes<HTMLEdsTagElement>;
5108
+ "eds-timeline": LocalJSX.EdsTimeline & JSXBase.HTMLAttributes<HTMLEdsTimelineElement>;
4887
5109
  "eds-toast": LocalJSX.EdsToast & JSXBase.HTMLAttributes<HTMLEdsToastElement>;
4888
5110
  "eds-toast-manager": LocalJSX.EdsToastManager & JSXBase.HTMLAttributes<HTMLEdsToastManagerElement>;
4889
5111
  /**
4890
5112
  * `EdsTooltip` dynamically positions a tooltip centered above the slotted element.
4891
5113
  */
4892
5114
  "eds-tooltip": LocalJSX.EdsTooltip & JSXBase.HTMLAttributes<HTMLEdsTooltipElement>;
5115
+ "eds-trl": LocalJSX.EdsTrl & JSXBase.HTMLAttributes<HTMLEdsTrlElement>;
4893
5116
  /**
4894
5117
  * `EdsUser` is a user authentication component for managing and displaying
4895
5118
  * the user's authentication state using Keycloak. It provides login and logout
@@ -1,7 +1,3 @@
1
- /**
2
- * `CorrectUseOfColors` is a component that combines the primary palette and support palette
3
- * to display the correct use of colors.
4
- */
5
1
  /**
6
2
  * @internal
7
3
  */
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ export declare class EdsLogoVariations {
5
+ /** Active tab index to determine the content to display */
6
+ tabIndex: number;
7
+ renderContent(): any;
8
+ render(): any;
9
+ }
@@ -2,6 +2,8 @@
2
2
  * @internal
3
3
  */
4
4
  export declare class EdsSvgRepository {
5
+ hostEl: HTMLElement;
5
6
  private getSvgData;
7
+ get hostWidth(): number;
6
8
  render(): any;
7
9
  }
@@ -1,12 +1,6 @@
1
1
  /**
2
2
  * @internal
3
3
  */
4
- export declare class LogoVariations {
5
- orientation: 'horizontal' | 'vertical';
6
- /**
7
- * The type of logo variation to display.
8
- * Available options: "coloured", "mono", "dark".
9
- */
10
- type: 'coloured' | 'black' | 'color-white';
4
+ export declare class LogoVariationsHorizontal {
11
5
  render(): any;
12
6
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @internal
3
3
  */
4
- export declare class LogoVariations {
4
+ export declare class LogoVariationsVertical {
5
5
  orientation: 'horizontal' | 'vertical';
6
6
  /**
7
7
  * The type of logo variation to display.