@ebrains/components 0.2.0-alpha.0 → 0.4.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 (347) hide show
  1. package/dist/cjs/{color-3ffe3072.js → color-88793e49.js} +2 -2
  2. package/dist/cjs/color-primary-palette_6.cjs.entry.js +14 -14
  3. package/dist/cjs/components.cjs.js +1 -1
  4. package/dist/cjs/correct-use-of-colors.cjs.entry.js +1 -1
  5. package/dist/cjs/{eds-alert_28.cjs.entry.js → eds-accordion_33.cjs.entry.js} +773 -162
  6. package/dist/cjs/eds-card-project.cjs.entry.js +1 -1
  7. package/dist/cjs/eds-card-section.cjs.entry.js +18 -7
  8. package/dist/cjs/eds-card-tags.cjs.entry.js +1 -1
  9. package/dist/cjs/eds-card-tool.cjs.entry.js +1 -1
  10. package/dist/cjs/eds-card-wrapper.cjs.entry.js +1 -1
  11. package/dist/cjs/eds-code-block.cjs.entry.js +48 -1
  12. package/dist/cjs/eds-components-section.cjs.entry.js +44 -24
  13. package/dist/cjs/eds-docs-palettes.cjs.entry.js +1 -1
  14. package/dist/cjs/eds-docs-tokens.cjs.entry.js +1 -1
  15. package/dist/cjs/eds-login.cjs.entry.js +1 -1
  16. package/dist/cjs/eds-logo-variations.cjs.entry.js +27 -0
  17. package/dist/cjs/eds-matomo-notice.cjs.entry.js +1 -1
  18. package/dist/cjs/{eds-pagination.cjs.entry.js → eds-pagination_2.cjs.entry.js} +184 -9
  19. package/dist/cjs/eds-progress-bar.cjs.entry.js +29 -0
  20. package/dist/cjs/eds-rating.cjs.entry.js +5 -7
  21. package/dist/cjs/eds-svg-repository.cjs.entry.js +7 -1
  22. package/dist/cjs/eds-tabs-content.cjs.entry.js +3 -3
  23. package/dist/cjs/eds-tabs.cjs.entry.js +27 -6
  24. package/dist/cjs/eds-timeline.cjs.entry.js +77 -0
  25. package/dist/cjs/eds-tooltip.cjs.entry.js +11 -1
  26. package/dist/cjs/eds-trl.cjs.entry.js +51 -0
  27. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
  28. package/dist/cjs/index-f08e4f5c.js +20 -44
  29. package/dist/cjs/loader.cjs.js +1 -1
  30. package/dist/cjs/logo-space.cjs.entry.js +1 -1
  31. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +36 -0
  32. package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
  33. package/dist/cjs/token-list_3.cjs.entry.js +3 -3
  34. package/dist/cjs/token-ratios.cjs.entry.js +1 -1
  35. package/dist/cjs/token-spacing.cjs.entry.js +1 -1
  36. package/dist/cjs/token-typography.cjs.entry.js +1 -1
  37. package/dist/collection/collection-manifest.json +2 -1
  38. package/dist/collection/components/eds-accordion/eds-accordion.js +11 -20
  39. package/dist/collection/components/eds-alert/eds-alert.js +5 -7
  40. package/dist/collection/components/eds-alert/eds-alert.stories.js +4 -4
  41. package/dist/collection/components/eds-avatar/eds-avatar.js +1 -1
  42. package/dist/collection/components/eds-avatar/eds-avatar.stories.js +24 -22
  43. package/dist/collection/components/eds-block-break/eds-block-break.js +1 -1
  44. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +14 -12
  45. package/dist/collection/components/eds-button/eds-button.js +3 -3
  46. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +9 -1
  47. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +1 -1
  48. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +1 -1
  49. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-wrapper/eds-card-wrapper.js +1 -1
  50. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +14 -8
  51. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +1 -1
  52. package/dist/collection/components/eds-code-block/eds-code-block.js +57 -2
  53. package/dist/collection/components/eds-code-block/eds-code-block.stories.js +78 -0
  54. package/dist/collection/components/eds-dropdown/eds-dropdown.js +11 -21
  55. package/dist/collection/components/eds-form/eds-form.js +41 -31
  56. package/dist/collection/components/eds-form/eds-form.stories.js +0 -3
  57. package/dist/collection/components/eds-frame/eds-frame.stories.js +19 -18
  58. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +142 -14
  59. package/dist/collection/components/eds-link/eds-link.js +3 -4
  60. package/dist/collection/components/eds-modal/eds-modal.css +16 -0
  61. package/dist/collection/components/eds-modal/eds-modal.js +71 -29
  62. package/dist/collection/components/eds-modal/eds-modal.stories.js +34 -18
  63. package/dist/collection/components/eds-pagination/eds-pagination.js +13 -9
  64. package/dist/collection/components/eds-rating/eds-rating.js +8 -10
  65. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.stories.js +12 -11
  66. package/dist/collection/components/eds-table/eds-table.css +4 -0
  67. package/dist/collection/components/eds-table/eds-table.js +83 -12
  68. package/dist/collection/components/eds-table/eds-table.stories.js +14 -93
  69. package/dist/collection/components/eds-timeline/eds-timeline.js +27 -16
  70. package/dist/collection/components/eds-toast/eds-toast.js +21 -0
  71. package/dist/collection/components/eds-tooltip/eds-tooltip.js +10 -1
  72. package/dist/collection/components/eds-trl/eds-trl.js +29 -22
  73. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  74. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  75. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  76. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  77. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  78. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  79. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  80. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -5
  81. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  82. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  83. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  84. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  85. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  86. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +1 -1
  87. package/dist/collection/eds-docs-ui/eds-components-section/eds-components-section.js +3 -6
  88. package/dist/collection/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.js +1 -1
  89. package/dist/collection/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.js +1 -1
  90. package/dist/collection/eds-docs-ui/eds-logo-variations/eds-logo-variations.js +44 -0
  91. package/dist/collection/eds-docs-ui/eds-svg-repository/eds-svg-repository.js +7 -1
  92. package/dist/collection/eds-docs-ui/functional/angular.js +1 -1
  93. package/dist/collection/eds-docs-ui/functional/installation.js +1 -1
  94. package/dist/collection/eds-docs-ui/functional/overview.js +1 -1
  95. package/dist/collection/eds-docs-ui/functional/react.js +1 -1
  96. package/dist/collection/eds-docs-ui/functional/vue.js +1 -1
  97. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -1
  98. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.css +21 -1
  99. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +2 -54
  100. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +4 -13
  101. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.css +4 -0
  102. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
  103. package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +22 -10
  104. package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +13 -11
  105. package/dist/collection/shared-ui/eds-footer/eds-footer.js +1 -1
  106. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +4 -3
  107. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +77 -0
  108. package/dist/collection/shared-ui/eds-header/eds-header.js +9 -5
  109. package/dist/collection/shared-ui/eds-header/eds-header.stories.js +16 -10
  110. package/dist/collection/shared-ui/eds-login/eds-login.js +3 -2
  111. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +4 -4
  112. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.stories.js +21 -0
  113. package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +29 -8
  114. package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +22 -4
  115. package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.js +2 -2
  116. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +48 -34
  117. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +1 -1
  118. package/dist/collection/shared-ui/eds-user/eds-user.js +12 -6
  119. package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.js +1 -11
  120. package/dist/components/analytics.js +2 -2
  121. package/dist/components/components.css +29 -10
  122. package/dist/components/components.esm.js +1 -1
  123. package/dist/components/correct-use-of-colors.js +1 -1
  124. package/dist/components/eds-accordion2.js +12 -20
  125. package/dist/components/eds-alert2.js +5 -7
  126. package/dist/components/eds-avatar2.js +1 -1
  127. package/dist/components/eds-block-break2.js +1 -1
  128. package/dist/components/eds-breadcrumb.js +14 -12
  129. package/dist/components/eds-button2.js +1 -1
  130. package/dist/components/eds-card-desc2.js +1 -1
  131. package/dist/components/eds-card-generic2.js +3 -3
  132. package/dist/components/eds-card-section.js +18 -7
  133. package/dist/components/eds-card-tags.js +1 -1
  134. package/dist/components/eds-card-title2.js +1 -1
  135. package/dist/components/eds-card-wrapper.js +1 -1
  136. package/dist/components/eds-code-block2.js +48 -1
  137. package/dist/components/eds-components-section.js +44 -24
  138. package/dist/components/eds-docs-palettes.js +1 -1
  139. package/dist/components/eds-docs-tokens.js +1 -1
  140. package/dist/components/eds-dropdown2.js +12 -21
  141. package/dist/components/eds-footer2.js +1 -1
  142. package/dist/components/eds-form.js +37 -12
  143. package/dist/components/eds-header.js +6 -2
  144. package/dist/components/eds-input-select2.js +70 -2
  145. package/dist/components/eds-link2.js +3 -4
  146. package/dist/components/eds-login.js +3 -2
  147. package/dist/components/eds-logo-variations.d.ts +11 -0
  148. package/dist/components/eds-logo-variations.js +60 -0
  149. package/dist/components/eds-modal.js +56 -30
  150. package/dist/components/eds-pagination2.js +13 -9
  151. package/dist/components/eds-rating.js +6 -8
  152. package/dist/components/eds-social-networks.js +2 -2
  153. package/dist/components/eds-social-networks2.js +6 -6
  154. package/dist/components/eds-svg-repository.js +7 -1
  155. package/dist/components/eds-table2.js +50 -14
  156. package/dist/components/eds-tabs-content.js +2 -2
  157. package/dist/components/eds-tabs.js +26 -5
  158. package/dist/components/eds-timeline.js +24 -10
  159. package/dist/components/eds-toast-manager.js +1 -1
  160. package/dist/components/eds-toast2.js +21 -0
  161. package/dist/components/eds-tooltip.js +11 -1
  162. package/dist/components/eds-trl.js +94 -15
  163. package/dist/components/eds-user-modal2.js +1 -5
  164. package/dist/components/eds-user2.js +12 -6
  165. package/dist/components/incorrect-use-of-colors.js +20 -2
  166. package/dist/components/logo-space.js +1 -1
  167. package/dist/components/logo-variations-horizontal.js +2 -50
  168. package/dist/components/logo-variations-horizontal2.js +37 -0
  169. package/dist/components/logo-variations-vertical.js +2 -50
  170. package/dist/components/logo-variations-vertical2.js +42 -0
  171. package/dist/components/logo-wrong-usage.js +2 -2
  172. package/dist/components/p-005de86f.entry.js +1 -0
  173. package/dist/components/{p-5eb32f03.entry.js → p-0910d733.entry.js} +1 -1
  174. package/dist/components/{p-c9c3cc49.entry.js → p-22e6d7d5.entry.js} +1 -1
  175. package/dist/components/p-2851ff44.entry.js +1 -0
  176. package/dist/components/p-29648b47.entry.js +1 -0
  177. package/dist/components/p-2dda1ec4.entry.js +1 -0
  178. package/dist/components/{p-d9788b54.entry.js → p-35ec730b.entry.js} +1 -1
  179. package/dist/components/{p-bb60412b.entry.js → p-435a14c1.entry.js} +1 -1
  180. package/dist/components/{p-e6bfbf51.entry.js → p-5398d652.entry.js} +2 -2
  181. package/dist/components/p-57c964c5.entry.js +1 -0
  182. package/dist/components/p-5a43503a.entry.js +1 -0
  183. package/dist/components/{p-e20ed2c7.entry.js → p-610db2b2.entry.js} +1 -1
  184. package/dist/components/p-6378fb3e.entry.js +1 -0
  185. package/dist/components/p-762c8c83.entry.js +1 -0
  186. package/dist/components/p-7802e966.entry.js +1 -0
  187. package/dist/components/p-832dc95a.entry.js +1 -0
  188. package/dist/components/p-855aa1a3.entry.js +1 -0
  189. package/dist/components/{p-1bcfbaf1.entry.js → p-87830085.entry.js} +1 -1
  190. package/dist/components/p-8ddc67a1.entry.js +1 -0
  191. package/dist/components/p-ab32b3fc.entry.js +1 -0
  192. package/dist/components/p-ac0112d5.entry.js +1 -0
  193. package/dist/components/p-acb16e1c.entry.js +1 -0
  194. package/dist/components/p-ae5dbd41.entry.js +1 -0
  195. package/dist/components/p-b04eff31.entry.js +1 -0
  196. package/dist/components/p-b86a4985.js +1 -0
  197. package/dist/components/{p-9722811d.entry.js → p-ba6bafef.entry.js} +1 -1
  198. package/dist/components/{p-6fc62452.entry.js → p-c3b294a0.entry.js} +1 -1
  199. package/dist/components/p-c6038449.entry.js +1 -0
  200. package/dist/components/p-c72c8fb0.entry.js +1 -0
  201. package/dist/components/p-d53b7a75.entry.js +1 -0
  202. package/dist/components/{p-b717f95a.entry.js → p-d571d530.entry.js} +1 -1
  203. package/dist/components/p-dd6daa96.entry.js +1 -0
  204. package/dist/components/{p-73bd0c97.entry.js → p-df94285c.entry.js} +1 -1
  205. package/dist/components/primary.js +1 -1
  206. package/dist/components/primary2.js +1 -1
  207. package/dist/components/secondary.js +1 -1
  208. package/dist/components/secondary2.js +7 -7
  209. package/dist/components/support.js +1 -1
  210. package/dist/components/support2.js +3 -3
  211. package/dist/components/token-list2.js +1 -1
  212. package/dist/components/token-radii2.js +1 -1
  213. package/dist/components/token-ratios.js +1 -1
  214. package/dist/components/token-shadows2.js +1 -1
  215. package/dist/components/token-spacing.js +1 -1
  216. package/dist/components/token-typography.js +1 -1
  217. package/dist/esm/{color-0ba8ed56.js → color-bb472c37.js} +2 -2
  218. package/dist/esm/color-primary-palette_6.entry.js +14 -14
  219. package/dist/esm/components.js +1 -1
  220. package/dist/esm/correct-use-of-colors.entry.js +1 -1
  221. package/dist/esm/{eds-alert_28.entry.js → eds-accordion_33.entry.js} +767 -161
  222. package/dist/esm/eds-card-project.entry.js +1 -1
  223. package/dist/esm/eds-card-section.entry.js +18 -7
  224. package/dist/esm/eds-card-tags.entry.js +1 -1
  225. package/dist/esm/eds-card-tool.entry.js +1 -1
  226. package/dist/esm/eds-card-wrapper.entry.js +1 -1
  227. package/dist/esm/eds-code-block.entry.js +49 -2
  228. package/dist/esm/eds-components-section.entry.js +44 -24
  229. package/dist/esm/eds-docs-palettes.entry.js +1 -1
  230. package/dist/esm/eds-docs-tokens.entry.js +1 -1
  231. package/dist/esm/eds-login.entry.js +1 -1
  232. package/dist/esm/eds-logo-variations.entry.js +23 -0
  233. package/dist/esm/eds-matomo-notice.entry.js +1 -1
  234. package/dist/esm/{eds-pagination.entry.js → eds-pagination_2.entry.js} +184 -10
  235. package/dist/esm/eds-progress-bar.entry.js +25 -0
  236. package/dist/esm/eds-rating.entry.js +5 -7
  237. package/dist/esm/eds-svg-repository.entry.js +8 -2
  238. package/dist/esm/eds-tabs-content.entry.js +3 -3
  239. package/dist/esm/eds-tabs.entry.js +27 -6
  240. package/dist/esm/eds-timeline.entry.js +73 -0
  241. package/dist/esm/eds-tooltip.entry.js +11 -1
  242. package/dist/esm/eds-trl.entry.js +47 -0
  243. package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
  244. package/dist/esm/index-e96badea.js +20 -44
  245. package/dist/esm/loader.js +1 -1
  246. package/dist/esm/logo-space.entry.js +1 -1
  247. package/dist/esm/logo-variations-horizontal_2.entry.js +31 -0
  248. package/dist/esm/logo-wrong-usage.entry.js +2 -2
  249. package/dist/esm/token-list_3.entry.js +3 -3
  250. package/dist/esm/token-ratios.entry.js +1 -1
  251. package/dist/esm/token-spacing.entry.js +1 -1
  252. package/dist/esm/token-typography.entry.js +1 -1
  253. package/dist/hydrate/index.js +1116 -783
  254. package/dist/hydrate/index.mjs +1116 -783
  255. package/dist/types/components/eds-accordion/eds-accordion.d.ts +5 -12
  256. package/dist/types/components/eds-avatar/eds-avatar.stories.d.ts +0 -18
  257. package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +1 -5
  258. package/dist/types/components/eds-button/eds-button.d.ts +2 -2
  259. package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +8 -0
  260. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +6 -2
  261. package/dist/types/components/eds-code-block/eds-code-block.d.ts +43 -3
  262. package/dist/types/components/eds-code-block/eds-code-block.stories.d.ts +54 -0
  263. package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +0 -7
  264. package/dist/types/components/eds-form/eds-form.d.ts +3 -6
  265. package/dist/types/components/eds-form/eds-form.stories.d.ts +0 -5
  266. package/dist/types/components/eds-frame/eds-frame.stories.d.ts +0 -2
  267. package/dist/types/components/eds-input-elements/eds-input-select/eds-input-select.d.ts +108 -2
  268. package/dist/types/components/eds-link/eds-link.d.ts +1 -1
  269. package/dist/types/components/eds-modal/eds-modal.d.ts +18 -3
  270. package/dist/types/components/eds-modal/eds-modal.stories.d.ts +9 -0
  271. package/dist/types/components/eds-rating/eds-rating.d.ts +4 -6
  272. package/dist/types/components/eds-section/eds-section-core/eds-section-core.stories.d.ts +0 -1
  273. package/dist/types/components/eds-table/eds-table.d.ts +9 -1
  274. package/dist/types/components/eds-table/eds-table.stories.d.ts +6 -67
  275. package/dist/types/components/eds-timeline/eds-timeline.d.ts +9 -12
  276. package/dist/types/components/eds-toast/eds-toast.d.ts +9 -0
  277. package/dist/types/components/eds-trl/eds-trl.d.ts +4 -1
  278. package/dist/types/components.d.ts +217 -56
  279. package/dist/types/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.d.ts +0 -4
  280. package/dist/types/eds-docs-ui/eds-logo-variations/eds-logo-variations.d.ts +9 -0
  281. package/dist/types/eds-docs-ui/eds-svg-repository/eds-svg-repository.d.ts +2 -0
  282. package/dist/types/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.d.ts +1 -7
  283. package/dist/types/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.d.ts +1 -1
  284. package/dist/types/shared-ui/eds-card-section/eds-card-section.d.ts +1 -1
  285. package/dist/types/shared-ui/eds-card-section/eds-card-section.stories.d.ts +42 -2
  286. package/dist/types/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +8 -2
  287. package/dist/types/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.stories.d.ts +29 -0
  288. package/dist/types/shared-ui/eds-header/eds-header.d.ts +7 -1
  289. package/dist/types/shared-ui/eds-header/eds-header.stories.d.ts +9 -1
  290. package/dist/types/shared-ui/eds-social-networks/eds-social-networks.d.ts +1 -1
  291. package/dist/types/shared-ui/eds-social-networks/eds-social-networks.stories.d.ts +13 -0
  292. package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +18 -1
  293. package/dist/types/shared-ui/eds-user/eds-user.d.ts +1 -2
  294. package/package.json +3 -3
  295. package/dist/cjs/eds-accordion.cjs.entry.js +0 -93
  296. package/dist/cjs/eds-block-break.cjs.entry.js +0 -21
  297. package/dist/cjs/eds-breadcrumb.cjs.entry.js +0 -153
  298. package/dist/cjs/eds-footer.cjs.entry.js +0 -50
  299. package/dist/cjs/eds-frame.cjs.entry.js +0 -91
  300. package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +0 -100
  301. package/dist/cjs/eds-modal.cjs.entry.js +0 -86
  302. package/dist/cjs/eds-social-networks.cjs.entry.js +0 -66
  303. package/dist/cjs/eds-table.cjs.entry.js +0 -143
  304. package/dist/cjs/logo-variations-horizontal.cjs.entry.js +0 -31
  305. package/dist/cjs/logo-variations-vertical.cjs.entry.js +0 -31
  306. package/dist/collection/components/eds-trl/eds-trl.css +0 -0
  307. package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.css +0 -0
  308. package/dist/components/p-02e2a62f.entry.js +0 -1
  309. package/dist/components/p-04e47e04.entry.js +0 -1
  310. package/dist/components/p-0a3b2576.entry.js +0 -1
  311. package/dist/components/p-0c99ef81.entry.js +0 -1
  312. package/dist/components/p-272d249f.entry.js +0 -1
  313. package/dist/components/p-2d8508cd.entry.js +0 -1
  314. package/dist/components/p-32f282a9.entry.js +0 -1
  315. package/dist/components/p-373673ca.js +0 -1
  316. package/dist/components/p-3a2e8ef3.entry.js +0 -1
  317. package/dist/components/p-3afafa59.entry.js +0 -1
  318. package/dist/components/p-3b40559e.entry.js +0 -1
  319. package/dist/components/p-42b4ecff.entry.js +0 -1
  320. package/dist/components/p-49958f77.entry.js +0 -1
  321. package/dist/components/p-54c75346.entry.js +0 -1
  322. package/dist/components/p-551c0b58.entry.js +0 -1
  323. package/dist/components/p-559b6ec9.entry.js +0 -1
  324. package/dist/components/p-5ae9722b.entry.js +0 -1
  325. package/dist/components/p-79887c2c.entry.js +0 -1
  326. package/dist/components/p-9000b245.entry.js +0 -1
  327. package/dist/components/p-96c4deda.entry.js +0 -1
  328. package/dist/components/p-b14ef448.entry.js +0 -1
  329. package/dist/components/p-b203eb1b.entry.js +0 -1
  330. package/dist/components/p-b33941a0.entry.js +0 -1
  331. package/dist/components/p-bca40434.entry.js +0 -1
  332. package/dist/components/p-df93db96.entry.js +0 -1
  333. package/dist/components/p-ebed87b8.entry.js +0 -1
  334. package/dist/components/p-ff5de62c.entry.js +0 -1
  335. package/dist/components/p-ffec8755.entry.js +0 -1
  336. package/dist/esm/eds-accordion.entry.js +0 -89
  337. package/dist/esm/eds-block-break.entry.js +0 -17
  338. package/dist/esm/eds-breadcrumb.entry.js +0 -149
  339. package/dist/esm/eds-footer.entry.js +0 -46
  340. package/dist/esm/eds-frame.entry.js +0 -87
  341. package/dist/esm/eds-fullscreen-menu.entry.js +0 -96
  342. package/dist/esm/eds-modal.entry.js +0 -82
  343. package/dist/esm/eds-social-networks.entry.js +0 -62
  344. package/dist/esm/eds-table.entry.js +0 -139
  345. package/dist/esm/logo-variations-horizontal.entry.js +0 -27
  346. package/dist/esm/logo-variations-vertical.entry.js +0 -27
  347. /package/dist/collection/shared-ui/eds-social-networks/{eds-social-network.css → eds-social-networks.css} +0 -0
@@ -5,6 +5,8 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
+ import { Tag } from "./components/eds-cards/eds-card-generic/eds-card-generic";
9
+ export { Tag } from "./components/eds-cards/eds-card-generic/eds-card-generic";
8
10
  export namespace Components {
9
11
  interface ColorPrimaryPalette {
10
12
  }
@@ -202,11 +204,11 @@ export namespace Components {
202
204
  /**
203
205
  * The visual intent or style of the button. Options include 'primary', 'secondary', 'tertiary', 'ghost', and 'ghostInverse'.
204
206
  */
205
- "intent"?: 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'ghostInverse';
207
+ "intent": 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'ghostInverse';
206
208
  /**
207
209
  * The label text to be displayed inside the button.
208
210
  */
209
- "label"?: string;
211
+ "label": string;
210
212
  /**
211
213
  * A boolean indicating whether the button is in a loading state.
212
214
  */
@@ -224,6 +226,12 @@ export namespace Components {
224
226
  */
225
227
  "triggerClick"?: () => void;
226
228
  }
229
+ /**
230
+ * `eds-card-desc` is a simple component that renders a card description.
231
+ * It displays a block of text with optional truncation applied using a CSS line clamp.
232
+ * You can customize the description styling via the `descClass` property and control
233
+ * whether or not the text is truncated and to how many lines.
234
+ */
227
235
  interface EdsCardDesc {
228
236
  /**
229
237
  * A custom CSS class to style the description text. Default is 'f-ui-03-light'.
@@ -286,9 +294,9 @@ export namespace Components {
286
294
  */
287
295
  "shortAbbreviation"?: string;
288
296
  /**
289
- * A comma-separated string of tags related to the card content.
297
+ * Tags related to the card content.
290
298
  */
291
- "tags": any;
299
+ "tags": string | Tag[];
292
300
  /**
293
301
  * A boolean that determines whether the card should be displayed with a smaller height. If true, the card will use the 'tiny' height class.
294
302
  */
@@ -352,7 +360,7 @@ export namespace Components {
352
360
  /**
353
361
  * 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
362
  */
355
- "cards": string;
363
+ "cards": string | [];
356
364
  /**
357
365
  * 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
366
  */
@@ -462,9 +470,14 @@ export namespace Components {
462
470
  */
463
471
  "withHover": boolean;
464
472
  }
473
+ /**
474
+ * A component that displays a code block with syntax highlighting.
475
+ * Uses Prism.js for syntax highlighting. Supports multiple languages such as JavaScript, HTML, CSS,
476
+ * Python, Bash/Shell, and YAML.
477
+ */
465
478
  interface EdsCodeBlock {
466
479
  /**
467
- * The code content to display
480
+ * The code content to display.
468
481
  */
469
482
  "code": string;
470
483
  /**
@@ -627,7 +640,7 @@ export namespace Components {
627
640
  /**
628
641
  * A JSON string representing the fields in the form. Example: ```json [ { "name": "email", "label": "Email", "type": "text", "required": true }, { "name": "password", "label": "Password", "type": "password", "required": true } ] ```
629
642
  */
630
- "fields": string;
643
+ "fields": string | any[];
631
644
  /**
632
645
  * The name of the form, used for grouping inputs and identifying the form.
633
646
  */
@@ -636,10 +649,6 @@ export namespace Components {
636
649
  * If `true`, includes the current form URL in the submission data.
637
650
  */
638
651
  "setFormUrl"?: boolean;
639
- /**
640
- * If `true`, displays a small alert for messages.
641
- */
642
- "smallAlert"?: boolean;
643
652
  /**
644
653
  * If `true`, includes a submit button in the form.
645
654
  */
@@ -684,7 +693,7 @@ export namespace Components {
684
693
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
685
694
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
686
695
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
687
- * ## Key Features:
696
+ * ## Key Features
688
697
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
689
698
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
690
699
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -696,7 +705,7 @@ export namespace Components {
696
705
  /**
697
706
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
698
707
  */
699
- "links": string;
708
+ "links": string | { label: string; url: string; icon?: string; external?: boolean }[];
700
709
  /**
701
710
  * JSON string representing the extra menu links a user wants for smaill screens navigation. Each link should include `label`, `url`.
702
711
  */
@@ -737,9 +746,9 @@ export namespace Components {
737
746
  /**
738
747
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
739
748
  */
740
- "links": string;
749
+ "links": string | { label: string; url: string; icon?: string; external?: boolean }[];
741
750
  /**
742
- * Flag to enable or disable header menu toggle feature. When true, displays the toggle in the header.
751
+ * 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.
743
752
  */
744
753
  "menuEnabled": boolean;
745
754
  /**
@@ -1088,15 +1097,50 @@ export namespace Components {
1088
1097
  "value"?: string;
1089
1098
  }
1090
1099
  interface EdsInputSelect {
1100
+ /**
1101
+ * If true, the select input will be disabled.
1102
+ */
1091
1103
  "disabled": boolean;
1104
+ /**
1105
+ * If true, the select input is in an error state.
1106
+ */
1092
1107
  "error": boolean;
1108
+ /**
1109
+ * If true, indicates that there is an associated message (help or error).
1110
+ */
1093
1111
  "hasMessage": boolean;
1112
+ /**
1113
+ * Optional id for the input. If not provided, the component uses the `name` property.
1114
+ */
1094
1115
  "inputId"?: string;
1116
+ /**
1117
+ * For static options, this property defines the key used to retrieve the display label.
1118
+ */
1119
+ "labelKey": string;
1120
+ /**
1121
+ * The name attribute of the select input. Also used as the fallback id.
1122
+ */
1095
1123
  "name": string;
1096
- "options": { label: string; value: string }[];
1124
+ /**
1125
+ * 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. ]
1126
+ */
1127
+ "options": { [key: string]: any }[];
1128
+ /**
1129
+ * Placeholder text (not used in the native select, but can be used for custom implementations).
1130
+ */
1097
1131
  "placeholder"?: string;
1132
+ /**
1133
+ * If true, the select input is marked as required.
1134
+ */
1098
1135
  "required": boolean;
1136
+ /**
1137
+ * The currently selected value.
1138
+ */
1099
1139
  "value"?: string | number;
1140
+ /**
1141
+ * For static options, this property defines the key used to retrieve the option value.
1142
+ */
1143
+ "valueKey": string;
1100
1144
  }
1101
1145
  /**
1102
1146
  * `EdsLink` is a versatile link component offering different styles and behaviors.
@@ -1218,6 +1262,12 @@ export namespace Components {
1218
1262
  */
1219
1263
  "type": 'color' | 'black' | 'color-white' | 'white' | 'no-bg';
1220
1264
  }
1265
+ interface EdsLogoVariations {
1266
+ /**
1267
+ * Active tab index to determine the content to display
1268
+ */
1269
+ "tabIndex": number;
1270
+ }
1221
1271
  /**
1222
1272
  * A Stencil component for displaying a Matomo analytics consent notice.
1223
1273
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -1251,6 +1301,10 @@ export namespace Components {
1251
1301
  * Opens the modal.
1252
1302
  */
1253
1303
  "open": () => Promise<void>;
1304
+ /**
1305
+ * Specifies the position of the modal. Acceptable values are: - `"middle"` (default): The modal is centered both vertically and horizontally. - `"top"`: The modal is positioned near the top of the viewport. - `"bottom"`: The modal is positioned near the bottom of the viewport. - `"left"`: The modal is positioned on the left side of the viewport, centered vertically. - `"right"`: The modal is positioned on the right side of the viewport, centered vertically.
1306
+ */
1307
+ "position": 'middle' | 'top' | 'bottom' | 'left' | 'right';
1254
1308
  /**
1255
1309
  * The title of the modal.
1256
1310
  */
@@ -1367,7 +1421,7 @@ export namespace Components {
1367
1421
  /**
1368
1422
  * Mapping of text to star ratings.
1369
1423
  */
1370
- "textMapping": string | any;
1424
+ "textMapping": string | string[];
1371
1425
  }
1372
1426
  /**
1373
1427
  * `EdsSectionCore` is a flexible wrapper component for creating structured sections with customizable headings.
@@ -1461,6 +1515,10 @@ export namespace Components {
1461
1515
  * This component is versatile for displaying data with flexible configuration, and integrates with pagination and search functionalities.
1462
1516
  */
1463
1517
  interface EdsTable {
1518
+ /**
1519
+ * Optional property to control the column sizing mode. - 'default' uses containerWidth / visibleColumns. - 'medium' divides that result by 2. - 'large' divides that result by 4.
1520
+ */
1521
+ "columnSize"?: 'default' | 'medium' | 'large';
1464
1522
  /**
1465
1523
  * Config object to hide or format columns
1466
1524
  */
@@ -1479,6 +1537,7 @@ export namespace Components {
1479
1537
  * Endpoint to fetch data dynamically
1480
1538
  */
1481
1539
  "endpoint": string | null;
1540
+ "hostWidth"?: string;
1482
1541
  /**
1483
1542
  * Enable or disable pagination explicitly
1484
1543
  */
@@ -1512,7 +1571,7 @@ export namespace Components {
1512
1571
  /**
1513
1572
  * JSON string for tabs data
1514
1573
  */
1515
- "tabs": string;
1574
+ "tabs": string | { label: string; url: string; active: boolean; ariaLabel: string }[];
1516
1575
  }
1517
1576
  interface EdsTabsContent {
1518
1577
  /**
@@ -1544,9 +1603,9 @@ export namespace Components {
1544
1603
  }
1545
1604
  interface EdsTimeline {
1546
1605
  /**
1547
- * Accepts a JSON string of timeline events.
1606
+ * Accepts a JSON string or object of timeline events.
1548
1607
  */
1549
- "events": string;
1608
+ "events": string | any[];
1550
1609
  }
1551
1610
  interface EdsToast {
1552
1611
  /**
@@ -1578,7 +1637,10 @@ export namespace Components {
1578
1637
  "position": 'above' | 'below';
1579
1638
  }
1580
1639
  interface EdsTrl {
1581
- "applications": string;
1640
+ /**
1641
+ * Accepts a JSON string or an array of application objects.
1642
+ */
1643
+ "applications": string | any[];
1582
1644
  }
1583
1645
  /**
1584
1646
  * `EdsUser` is a user authentication component for managing and displaying
@@ -1626,11 +1688,6 @@ export namespace Components {
1626
1688
  interface LogoSpace {
1627
1689
  }
1628
1690
  interface LogoVariationsHorizontal {
1629
- "orientation": 'horizontal' | 'vertical';
1630
- /**
1631
- * The type of logo variation to display. Available options: "coloured", "mono", "dark".
1632
- */
1633
- "type": 'coloured' | 'black' | 'color-white';
1634
1691
  }
1635
1692
  interface LogoVariationsVertical {
1636
1693
  "orientation": 'horizontal' | 'vertical';
@@ -1835,6 +1892,12 @@ declare global {
1835
1892
  prototype: HTMLEdsButtonElement;
1836
1893
  new (): HTMLEdsButtonElement;
1837
1894
  };
1895
+ /**
1896
+ * `eds-card-desc` is a simple component that renders a card description.
1897
+ * It displays a block of text with optional truncation applied using a CSS line clamp.
1898
+ * You can customize the description styling via the `descClass` property and control
1899
+ * whether or not the text is truncated and to how many lines.
1900
+ */
1838
1901
  interface HTMLEdsCardDescElement extends Components.EdsCardDesc, HTMLStencilElement {
1839
1902
  }
1840
1903
  var HTMLEdsCardDescElement: {
@@ -1901,6 +1964,11 @@ declare global {
1901
1964
  prototype: HTMLEdsCardWrapperElement;
1902
1965
  new (): HTMLEdsCardWrapperElement;
1903
1966
  };
1967
+ /**
1968
+ * A component that displays a code block with syntax highlighting.
1969
+ * Uses Prism.js for syntax highlighting. Supports multiple languages such as JavaScript, HTML, CSS,
1970
+ * Python, Bash/Shell, and YAML.
1971
+ */
1904
1972
  interface HTMLEdsCodeBlockElement extends Components.EdsCodeBlock, HTMLStencilElement {
1905
1973
  }
1906
1974
  var HTMLEdsCodeBlockElement: {
@@ -2014,7 +2082,7 @@ declare global {
2014
2082
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
2015
2083
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
2016
2084
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
2017
- * ## Key Features:
2085
+ * ## Key Features
2018
2086
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
2019
2087
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
2020
2088
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -2320,7 +2388,10 @@ declare global {
2320
2388
  new (): HTMLEdsLinkElement;
2321
2389
  };
2322
2390
  interface HTMLEdsLoginElementEventMap {
2323
- "authStatusChanged": { authenticated: boolean; user: any };
2391
+ "authStatusChanged": {
2392
+ authenticated: boolean;
2393
+ user: any;
2394
+ };
2324
2395
  }
2325
2396
  /**
2326
2397
  * `EdsLogin` is a login component that integrates Keycloak authentication,
@@ -2362,6 +2433,12 @@ declare global {
2362
2433
  prototype: HTMLEdsLogoElement;
2363
2434
  new (): HTMLEdsLogoElement;
2364
2435
  };
2436
+ interface HTMLEdsLogoVariationsElement extends Components.EdsLogoVariations, HTMLStencilElement {
2437
+ }
2438
+ var HTMLEdsLogoVariationsElement: {
2439
+ prototype: HTMLEdsLogoVariationsElement;
2440
+ new (): HTMLEdsLogoVariationsElement;
2441
+ };
2365
2442
  /**
2366
2443
  * A Stencil component for displaying a Matomo analytics consent notice.
2367
2444
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -2495,7 +2572,11 @@ declare global {
2495
2572
  new (): HTMLEdsTableElement;
2496
2573
  };
2497
2574
  interface HTMLEdsTabsElementEventMap {
2498
- "tabChange": { tabId: string; index: number; name?: string };
2575
+ "tabChange": {
2576
+ tabId: string;
2577
+ index: number;
2578
+ name?: string;
2579
+ };
2499
2580
  }
2500
2581
  /**
2501
2582
  * `EdsTabs` is a tabs component that renders a navigational tab bar.
@@ -2763,6 +2844,7 @@ declare global {
2763
2844
  "eds-link": HTMLEdsLinkElement;
2764
2845
  "eds-login": HTMLEdsLoginElement;
2765
2846
  "eds-logo": HTMLEdsLogoElement;
2847
+ "eds-logo-variations": HTMLEdsLogoVariationsElement;
2766
2848
  "eds-matomo-notice": HTMLEdsMatomoNoticeElement;
2767
2849
  "eds-modal": HTMLEdsModalElement;
2768
2850
  "eds-navigator": HTMLEdsNavigatorElement;
@@ -3024,6 +3106,12 @@ declare namespace LocalJSX {
3024
3106
  */
3025
3107
  "triggerClick"?: () => void;
3026
3108
  }
3109
+ /**
3110
+ * `eds-card-desc` is a simple component that renders a card description.
3111
+ * It displays a block of text with optional truncation applied using a CSS line clamp.
3112
+ * You can customize the description styling via the `descClass` property and control
3113
+ * whether or not the text is truncated and to how many lines.
3114
+ */
3027
3115
  interface EdsCardDesc {
3028
3116
  /**
3029
3117
  * A custom CSS class to style the description text. Default is 'f-ui-03-light'.
@@ -3086,9 +3174,9 @@ declare namespace LocalJSX {
3086
3174
  */
3087
3175
  "shortAbbreviation"?: string;
3088
3176
  /**
3089
- * A comma-separated string of tags related to the card content.
3177
+ * Tags related to the card content.
3090
3178
  */
3091
- "tags"?: any;
3179
+ "tags"?: string | Tag[];
3092
3180
  /**
3093
3181
  * A boolean that determines whether the card should be displayed with a smaller height. If true, the card will use the 'tiny' height class.
3094
3182
  */
@@ -3152,7 +3240,7 @@ declare namespace LocalJSX {
3152
3240
  /**
3153
3241
  * 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"}]' ```
3154
3242
  */
3155
- "cards"?: string;
3243
+ "cards"?: string | [];
3156
3244
  /**
3157
3245
  * 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`.
3158
3246
  */
@@ -3262,9 +3350,14 @@ declare namespace LocalJSX {
3262
3350
  */
3263
3351
  "withHover"?: boolean;
3264
3352
  }
3353
+ /**
3354
+ * A component that displays a code block with syntax highlighting.
3355
+ * Uses Prism.js for syntax highlighting. Supports multiple languages such as JavaScript, HTML, CSS,
3356
+ * Python, Bash/Shell, and YAML.
3357
+ */
3265
3358
  interface EdsCodeBlock {
3266
3359
  /**
3267
- * The code content to display
3360
+ * The code content to display.
3268
3361
  */
3269
3362
  "code"?: string;
3270
3363
  /**
@@ -3427,7 +3520,7 @@ declare namespace LocalJSX {
3427
3520
  /**
3428
3521
  * A JSON string representing the fields in the form. Example: ```json [ { "name": "email", "label": "Email", "type": "text", "required": true }, { "name": "password", "label": "Password", "type": "password", "required": true } ] ```
3429
3522
  */
3430
- "fields"?: string;
3523
+ "fields"?: string | any[];
3431
3524
  /**
3432
3525
  * The name of the form, used for grouping inputs and identifying the form.
3433
3526
  */
@@ -3440,10 +3533,6 @@ declare namespace LocalJSX {
3440
3533
  * If `true`, includes the current form URL in the submission data.
3441
3534
  */
3442
3535
  "setFormUrl"?: boolean;
3443
- /**
3444
- * If `true`, displays a small alert for messages.
3445
- */
3446
- "smallAlert"?: boolean;
3447
3536
  /**
3448
3537
  * If `true`, includes a submit button in the form.
3449
3538
  */
@@ -3488,7 +3577,7 @@ declare namespace LocalJSX {
3488
3577
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
3489
3578
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
3490
3579
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
3491
- * ## Key Features:
3580
+ * ## Key Features
3492
3581
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
3493
3582
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
3494
3583
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -3500,7 +3589,7 @@ declare namespace LocalJSX {
3500
3589
  /**
3501
3590
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
3502
3591
  */
3503
- "links"?: string;
3592
+ "links"?: string | { label: string; url: string; icon?: string; external?: boolean }[];
3504
3593
  /**
3505
3594
  * JSON string representing the extra menu links a user wants for smaill screens navigation. Each link should include `label`, `url`.
3506
3595
  */
@@ -3545,9 +3634,9 @@ declare namespace LocalJSX {
3545
3634
  /**
3546
3635
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
3547
3636
  */
3548
- "links"?: string;
3637
+ "links"?: string | { label: string; url: string; icon?: string; external?: boolean }[];
3549
3638
  /**
3550
- * Flag to enable or disable header menu toggle feature. When true, displays the toggle in the header.
3639
+ * 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.
3551
3640
  */
3552
3641
  "menuEnabled"?: boolean;
3553
3642
  /**
@@ -3899,16 +3988,55 @@ declare namespace LocalJSX {
3899
3988
  "value"?: string;
3900
3989
  }
3901
3990
  interface EdsInputSelect {
3991
+ /**
3992
+ * If true, the select input will be disabled.
3993
+ */
3902
3994
  "disabled"?: boolean;
3995
+ /**
3996
+ * If true, the select input is in an error state.
3997
+ */
3903
3998
  "error"?: boolean;
3999
+ /**
4000
+ * If true, indicates that there is an associated message (help or error).
4001
+ */
3904
4002
  "hasMessage"?: boolean;
4003
+ /**
4004
+ * Optional id for the input. If not provided, the component uses the `name` property.
4005
+ */
3905
4006
  "inputId"?: string;
4007
+ /**
4008
+ * For static options, this property defines the key used to retrieve the display label.
4009
+ */
4010
+ "labelKey"?: string;
4011
+ /**
4012
+ * The name attribute of the select input. Also used as the fallback id.
4013
+ */
3906
4014
  "name": string;
4015
+ /**
4016
+ * Emitted when the value of the select input changes.
4017
+ * @event changeEvent
4018
+ */
3907
4019
  "onChangeEvent"?: (event: EdsInputSelectCustomEvent<string | number>) => void;
3908
- "options"?: { label: string; value: string }[];
4020
+ /**
4021
+ * 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. ]
4022
+ */
4023
+ "options"?: { [key: string]: any }[];
4024
+ /**
4025
+ * Placeholder text (not used in the native select, but can be used for custom implementations).
4026
+ */
3909
4027
  "placeholder"?: string;
4028
+ /**
4029
+ * If true, the select input is marked as required.
4030
+ */
3910
4031
  "required"?: boolean;
4032
+ /**
4033
+ * The currently selected value.
4034
+ */
3911
4035
  "value"?: string | number;
4036
+ /**
4037
+ * For static options, this property defines the key used to retrieve the option value.
4038
+ */
4039
+ "valueKey"?: string;
3912
4040
  }
3913
4041
  /**
3914
4042
  * `EdsLink` is a versatile link component offering different styles and behaviors.
@@ -4005,7 +4133,10 @@ declare namespace LocalJSX {
4005
4133
  /**
4006
4134
  * Event emitted when the authentication status changes. It emits a boolean value indicating the new authentication status.
4007
4135
  */
4008
- "onAuthStatusChanged"?: (event: EdsLoginCustomEvent<{ authenticated: boolean; user: any }>) => void;
4136
+ "onAuthStatusChanged"?: (event: EdsLoginCustomEvent<{
4137
+ authenticated: boolean;
4138
+ user: any;
4139
+ }>) => void;
4009
4140
  }
4010
4141
  /**
4011
4142
  * `EdsLogo` is a logo component designed to display a clickable logo that can link to a specified URL.
@@ -4034,6 +4165,12 @@ declare namespace LocalJSX {
4034
4165
  */
4035
4166
  "type"?: 'color' | 'black' | 'color-white' | 'white' | 'no-bg';
4036
4167
  }
4168
+ interface EdsLogoVariations {
4169
+ /**
4170
+ * Active tab index to determine the content to display
4171
+ */
4172
+ "tabIndex"?: number;
4173
+ }
4037
4174
  /**
4038
4175
  * A Stencil component for displaying a Matomo analytics consent notice.
4039
4176
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -4059,6 +4196,10 @@ declare namespace LocalJSX {
4059
4196
  * This component is useful for displaying overlay content in a structured and accessible manner, with controls for dynamic visibility and content truncation.
4060
4197
  */
4061
4198
  interface EdsModal {
4199
+ /**
4200
+ * Specifies the position of the modal. Acceptable values are: - `"middle"` (default): The modal is centered both vertically and horizontally. - `"top"`: The modal is positioned near the top of the viewport. - `"bottom"`: The modal is positioned near the bottom of the viewport. - `"left"`: The modal is positioned on the left side of the viewport, centered vertically. - `"right"`: The modal is positioned on the right side of the viewport, centered vertically.
4201
+ */
4202
+ "position"?: 'middle' | 'top' | 'bottom' | 'left' | 'right';
4062
4203
  /**
4063
4204
  * The title of the modal.
4064
4205
  */
@@ -4170,7 +4311,7 @@ declare namespace LocalJSX {
4170
4311
  /**
4171
4312
  * Mapping of text to star ratings.
4172
4313
  */
4173
- "textMapping"?: string | any;
4314
+ "textMapping"?: string | string[];
4174
4315
  }
4175
4316
  /**
4176
4317
  * `EdsSectionCore` is a flexible wrapper component for creating structured sections with customizable headings.
@@ -4264,6 +4405,10 @@ declare namespace LocalJSX {
4264
4405
  * This component is versatile for displaying data with flexible configuration, and integrates with pagination and search functionalities.
4265
4406
  */
4266
4407
  interface EdsTable {
4408
+ /**
4409
+ * Optional property to control the column sizing mode. - 'default' uses containerWidth / visibleColumns. - 'medium' divides that result by 2. - 'large' divides that result by 4.
4410
+ */
4411
+ "columnSize"?: 'default' | 'medium' | 'large';
4267
4412
  /**
4268
4413
  * Config object to hide or format columns
4269
4414
  */
@@ -4282,6 +4427,7 @@ declare namespace LocalJSX {
4282
4427
  * Endpoint to fetch data dynamically
4283
4428
  */
4284
4429
  "endpoint"?: string | null;
4430
+ "hostWidth"?: string;
4285
4431
  /**
4286
4432
  * Enable or disable pagination explicitly
4287
4433
  */
@@ -4312,11 +4458,15 @@ declare namespace LocalJSX {
4312
4458
  * Aria label for the navigation
4313
4459
  */
4314
4460
  "navAriaLabel"?: string;
4315
- "onTabChange"?: (event: EdsTabsCustomEvent<{ tabId: string; index: number; name?: string }>) => void;
4461
+ "onTabChange"?: (event: EdsTabsCustomEvent<{
4462
+ tabId: string;
4463
+ index: number;
4464
+ name?: string;
4465
+ }>) => void;
4316
4466
  /**
4317
4467
  * JSON string for tabs data
4318
4468
  */
4319
- "tabs"?: string;
4469
+ "tabs"?: string | { label: string; url: string; active: boolean; ariaLabel: string }[];
4320
4470
  }
4321
4471
  interface EdsTabsContent {
4322
4472
  /**
@@ -4349,9 +4499,9 @@ declare namespace LocalJSX {
4349
4499
  }
4350
4500
  interface EdsTimeline {
4351
4501
  /**
4352
- * Accepts a JSON string of timeline events.
4502
+ * Accepts a JSON string or object of timeline events.
4353
4503
  */
4354
- "events"?: string;
4504
+ "events"?: string | any[];
4355
4505
  }
4356
4506
  interface EdsToast {
4357
4507
  /**
@@ -4383,7 +4533,10 @@ declare namespace LocalJSX {
4383
4533
  "position"?: 'above' | 'below';
4384
4534
  }
4385
4535
  interface EdsTrl {
4386
- "applications"?: string;
4536
+ /**
4537
+ * Accepts a JSON string or an array of application objects.
4538
+ */
4539
+ "applications"?: string | any[];
4387
4540
  }
4388
4541
  /**
4389
4542
  * `EdsUser` is a user authentication component for managing and displaying
@@ -4438,11 +4591,6 @@ declare namespace LocalJSX {
4438
4591
  interface LogoSpace {
4439
4592
  }
4440
4593
  interface LogoVariationsHorizontal {
4441
- "orientation"?: 'horizontal' | 'vertical';
4442
- /**
4443
- * The type of logo variation to display. Available options: "coloured", "mono", "dark".
4444
- */
4445
- "type"?: 'coloured' | 'black' | 'color-white';
4446
4594
  }
4447
4595
  interface LogoVariationsVertical {
4448
4596
  "orientation"?: 'horizontal' | 'vertical';
@@ -4529,6 +4677,7 @@ declare namespace LocalJSX {
4529
4677
  "eds-link": EdsLink;
4530
4678
  "eds-login": EdsLogin;
4531
4679
  "eds-logo": EdsLogo;
4680
+ "eds-logo-variations": EdsLogoVariations;
4532
4681
  "eds-matomo-notice": EdsMatomoNotice;
4533
4682
  "eds-modal": EdsModal;
4534
4683
  "eds-navigator": EdsNavigator;
@@ -4645,6 +4794,12 @@ declare module "@stencil/core" {
4645
4794
  * This component is suitable for buttons, links, and other interactive elements within an interface.
4646
4795
  */
4647
4796
  "eds-button": LocalJSX.EdsButton & JSXBase.HTMLAttributes<HTMLEdsButtonElement>;
4797
+ /**
4798
+ * `eds-card-desc` is a simple component that renders a card description.
4799
+ * It displays a block of text with optional truncation applied using a CSS line clamp.
4800
+ * You can customize the description styling via the `descClass` property and control
4801
+ * whether or not the text is truncated and to how many lines.
4802
+ */
4648
4803
  "eds-card-desc": LocalJSX.EdsCardDesc & JSXBase.HTMLAttributes<HTMLEdsCardDescElement>;
4649
4804
  /**
4650
4805
  * `EdsCardGeneric` is a versatile card component designed to display rich content such as titles, descriptions, images, and tags.
@@ -4671,6 +4826,11 @@ declare module "@stencil/core" {
4671
4826
  "eds-card-title": LocalJSX.EdsCardTitle & JSXBase.HTMLAttributes<HTMLEdsCardTitleElement>;
4672
4827
  "eds-card-tool": LocalJSX.EdsCardTool & JSXBase.HTMLAttributes<HTMLEdsCardToolElement>;
4673
4828
  "eds-card-wrapper": LocalJSX.EdsCardWrapper & JSXBase.HTMLAttributes<HTMLEdsCardWrapperElement>;
4829
+ /**
4830
+ * A component that displays a code block with syntax highlighting.
4831
+ * Uses Prism.js for syntax highlighting. Supports multiple languages such as JavaScript, HTML, CSS,
4832
+ * Python, Bash/Shell, and YAML.
4833
+ */
4674
4834
  "eds-code-block": LocalJSX.EdsCodeBlock & JSXBase.HTMLAttributes<HTMLEdsCodeBlockElement>;
4675
4835
  "eds-components-section": LocalJSX.EdsComponentsSection & JSXBase.HTMLAttributes<HTMLEdsComponentsSectionElement>;
4676
4836
  "eds-docs-palettes": LocalJSX.EdsDocsPalettes & JSXBase.HTMLAttributes<HTMLEdsDocsPalettesElement>;
@@ -4730,7 +4890,7 @@ declare module "@stencil/core" {
4730
4890
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
4731
4891
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
4732
4892
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
4733
- * ## Key Features:
4893
+ * ## Key Features
4734
4894
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
4735
4895
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
4736
4896
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -4846,6 +5006,7 @@ declare module "@stencil/core" {
4846
5006
  * This component is ideal for navigation and branding, with options for style customization and interaction tracking.
4847
5007
  */
4848
5008
  "eds-logo": LocalJSX.EdsLogo & JSXBase.HTMLAttributes<HTMLEdsLogoElement>;
5009
+ "eds-logo-variations": LocalJSX.EdsLogoVariations & JSXBase.HTMLAttributes<HTMLEdsLogoVariationsElement>;
4849
5010
  /**
4850
5011
  * A Stencil component for displaying a Matomo analytics consent notice.
4851
5012
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -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
  */