@ebrains/components 2.4.0 → 3.0.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 (962) hide show
  1. package/dist/cjs/color-primary-palette_6.cjs.entry.js +14 -14
  2. package/dist/cjs/components-section.cjs.entry.js +1 -1
  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/docs-palettes.cjs.entry.js +1 -1
  6. package/dist/cjs/docs-tokens.cjs.entry.js +1 -1
  7. package/dist/cjs/eds-accordion_52.cjs.entry.js +10419 -0
  8. package/dist/cjs/eds-app-root.cjs.entry.js +1 -1
  9. package/dist/cjs/eds-cookies-preference.cjs.entry.js +2 -2
  10. package/dist/cjs/eds-feedback.cjs.entry.js +1 -1
  11. package/dist/cjs/eds-frame.cjs.entry.js +3 -3
  12. package/dist/cjs/eds-gauge.cjs.entry.js +5 -6
  13. package/dist/cjs/eds-gitlab-contributors.cjs.entry.js +248 -0
  14. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +1 -1
  15. package/dist/cjs/eds-icon-eu.cjs.entry.js +2 -2
  16. package/dist/cjs/eds-icon-facebook.cjs.entry.js +1 -1
  17. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +1 -1
  18. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +1 -1
  19. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +1 -1
  20. package/dist/cjs/eds-icon-twitter.cjs.entry.js +1 -1
  21. package/dist/cjs/eds-icon-youtube.cjs.entry.js +1 -1
  22. package/dist/cjs/eds-modal.cjs.entry.js +84 -13
  23. package/dist/cjs/eds-pie.cjs.entry.js +20 -20
  24. package/dist/cjs/eds-section-core_2.cjs.entry.js +3 -3
  25. package/dist/cjs/eds-splash-screen.cjs.entry.js +2 -2
  26. package/dist/cjs/eds-timeline.cjs.entry.js +2 -2
  27. package/dist/cjs/eds-toast-manager.cjs.entry.js +1 -1
  28. package/dist/cjs/eu-271d44ae.js +9 -0
  29. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
  30. package/dist/cjs/index-50bc1aa4.js +4 -184
  31. package/dist/cjs/loader.cjs.js +1 -1
  32. package/dist/cjs/logo-space.cjs.entry.js +1 -2
  33. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +2 -2
  34. package/dist/cjs/logo-variations-tabs.cjs.entry.js +1 -1
  35. package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
  36. package/dist/cjs/negative-c61d13b5.js +106 -0
  37. package/dist/cjs/positive-fdcd161e.js +67 -0
  38. package/dist/cjs/svg-repository.cjs.entry.js +6 -263
  39. package/dist/cjs/token-list_3.cjs.entry.js +91 -49
  40. package/dist/cjs/token-ratios.cjs.entry.js +1 -1
  41. package/dist/cjs/token-spacing.cjs.entry.js +1 -1
  42. package/dist/cjs/token-typography.cjs.entry.js +73 -42
  43. package/dist/collection/collection-manifest.json +9 -40
  44. package/dist/collection/components/eds-accordion/eds-accordion.css +138 -194
  45. package/dist/collection/components/eds-accordion/eds-accordion.js +68 -81
  46. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +90 -41
  47. package/dist/collection/components/eds-alert/eds-alert.css +122 -95
  48. package/dist/collection/components/eds-alert/eds-alert.js +89 -104
  49. package/dist/collection/components/eds-alert/eds-alert.stories.js +180 -30
  50. package/dist/collection/components/eds-avatar/eds-avatar.css +6 -6
  51. package/dist/collection/components/eds-avatar/eds-avatar.js +1 -1
  52. package/dist/collection/components/eds-block-break/eds-block-break.css +1 -1
  53. package/dist/collection/components/eds-block-break/eds-block-break.js +1 -1
  54. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +1 -1
  55. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +5 -5
  56. package/dist/collection/components/eds-button/eds-button.css +352 -90
  57. package/dist/collection/components/eds-button/eds-button.js +114 -43
  58. package/dist/collection/components/eds-button/eds-button.stories.js +3 -3
  59. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.css +116 -0
  60. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.js +187 -0
  61. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.stories.js +52 -0
  62. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +13 -6
  63. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +20 -1
  64. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +22 -6
  65. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +51 -78
  66. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.css +138 -0
  67. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.js +217 -0
  68. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.stories.js +77 -0
  69. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.css +108 -0
  70. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.js +156 -0
  71. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.stories.js +55 -0
  72. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +105 -4
  73. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +70 -150
  74. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +72 -112
  75. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.css +127 -0
  76. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.js +181 -0
  77. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.stories.js +62 -0
  78. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.css +128 -0
  79. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.js +149 -0
  80. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.stories.js +50 -0
  81. package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.js +5 -6
  82. package/dist/collection/components/eds-charts/eds-pie/eds-pie.js +20 -20
  83. package/dist/collection/components/eds-code-block/eds-code-block.css +84 -120
  84. package/dist/collection/components/eds-code-block/eds-code-block.js +1 -1
  85. package/dist/collection/components/eds-dropdown/eds-dropdown.js +22 -41
  86. package/dist/collection/components/eds-feedback/eds-feedback.js +1 -1
  87. package/dist/collection/components/eds-feedback/eds-feedback.stories.js +5 -1
  88. package/dist/collection/components/eds-footer/eds-footer.css +55 -3
  89. package/dist/collection/components/eds-footer/eds-footer.js +28 -2
  90. package/dist/collection/components/eds-form/eds-form.css +100 -4
  91. package/dist/collection/components/eds-form/eds-form.js +172 -46
  92. package/dist/collection/components/eds-form/eds-form.stories.js +3 -11
  93. package/dist/collection/components/eds-frame/eds-frame.css +34 -22
  94. package/dist/collection/components/eds-frame/eds-frame.js +5 -5
  95. package/dist/collection/components/eds-frame/eds-frame.stories.js +1 -1
  96. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.css +9 -5
  97. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.js +4 -1
  98. package/dist/collection/components/eds-header/eds-header.css +20 -4
  99. package/dist/collection/components/eds-header/eds-header.js +17 -15
  100. package/dist/collection/components/eds-header/eds-header.stories.js +0 -2
  101. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.css +32 -0
  102. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +43 -61
  103. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
  104. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
  105. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
  106. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
  107. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
  108. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
  109. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
  110. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
  111. package/dist/collection/components/eds-img/eds-img.js +2 -2
  112. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.css +195 -0
  113. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.js +300 -0
  114. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.stories.js +34 -0
  115. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +11 -5
  116. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.css +16 -1
  117. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +1 -1
  118. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +1 -1
  119. package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +5 -3
  120. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +1 -1
  121. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +2 -2
  122. package/dist/collection/components/eds-input-field/eds-input-field.css +69 -69
  123. package/dist/collection/components/eds-input-field/eds-input-field.js +31 -6
  124. package/dist/collection/components/eds-input-file/eds-input-file.css +140 -0
  125. package/dist/collection/components/eds-input-file/eds-input-file.js +249 -0
  126. package/dist/collection/components/eds-link/eds-link.css +197 -22
  127. package/dist/collection/components/eds-link/eds-link.js +110 -38
  128. package/dist/collection/components/eds-link/eds-link.stories.js +3 -3
  129. package/dist/collection/components/eds-logo/eds-logo.css +3 -1
  130. package/dist/collection/components/eds-logo/eds-logo.js +12 -35
  131. package/dist/collection/components/eds-logo/eds-logo.stories.js +12 -29
  132. package/dist/collection/components/eds-modal/eds-modal.css +115 -19
  133. package/dist/collection/components/eds-modal/eds-modal.js +109 -17
  134. package/dist/collection/components/eds-nps/eds-nps.css +10 -1
  135. package/dist/collection/components/eds-nps/eds-nps.js +48 -22
  136. package/dist/collection/components/eds-pagination/eds-pagination.js +2 -2
  137. package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +83 -9
  138. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +55 -10
  139. package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +83 -10
  140. package/dist/collection/components/eds-rating/eds-rating.css +1 -1
  141. package/dist/collection/components/eds-rating/eds-rating.js +54 -12
  142. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
  143. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
  144. package/dist/collection/components/eds-sidebar/eds-sidebar.css +9 -4
  145. package/dist/collection/components/eds-sidebar/eds-sidebar.js +4 -4
  146. package/dist/collection/components/eds-social-networks/eds-social-networks.css +12 -0
  147. package/dist/collection/components/eds-social-networks/eds-social-networks.js +26 -1
  148. package/dist/collection/components/eds-spinner/eds-spinner.css +6 -6
  149. package/dist/collection/components/eds-spinner/eds-spinner.js +5 -5
  150. package/dist/collection/components/eds-splash-screen/eds-splash-screen.css +12 -12
  151. package/dist/collection/components/eds-splash-screen/eds-splash-screen.js +1 -1
  152. package/dist/collection/components/eds-steps/eds-steps.css +101 -15
  153. package/dist/collection/components/eds-steps/eds-steps.js +45 -6
  154. package/dist/collection/components/eds-steps/eds-steps.stories.js +7 -31
  155. package/dist/collection/components/eds-steps-v2/eds-steps-v2.css +172 -17
  156. package/dist/collection/components/eds-steps-v2/eds-steps-v2.js +50 -7
  157. package/dist/collection/components/eds-steps-v2/eds-steps-v2.stories.js +16 -30
  158. package/dist/collection/components/eds-switch/eds-switch.css +65 -3
  159. package/dist/collection/components/eds-switch/eds-switch.js +46 -2
  160. package/dist/collection/components/eds-switch/eds-switch.stories.js +91 -24
  161. package/dist/collection/components/eds-table/eds-table.css +253 -3
  162. package/dist/collection/components/eds-table/eds-table.js +123 -40
  163. package/dist/collection/components/eds-table/eds-table.stories.js +130 -32
  164. package/dist/collection/components/eds-tabs/eds-tabs.css +68 -358
  165. package/dist/collection/components/eds-tabs/eds-tabs.js +43 -87
  166. package/dist/collection/components/eds-tabs/eds-tabs.stories.js +82 -37
  167. package/dist/collection/components/eds-tag/eds-tag.css +151 -8
  168. package/dist/collection/components/eds-tag/eds-tag.js +17 -18
  169. package/dist/collection/components/eds-tag/eds-tag.stories.js +25 -5
  170. package/dist/collection/components/eds-timeline/eds-timeline.js +2 -2
  171. package/dist/collection/components/eds-toast/eds-toast.css +70 -10
  172. package/dist/collection/components/eds-toast/eds-toast.js +9 -7
  173. package/dist/collection/components/eds-toast/eds-toast.stories.js +25 -1
  174. package/dist/collection/components/eds-toast-manager/eds-toast-manager.js +1 -1
  175. package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
  176. package/dist/collection/components/eds-user/eds-user.js +5 -5
  177. package/dist/collection/components/eds-user/eds-user.stories.js +1 -1
  178. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  179. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  180. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  181. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  182. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  183. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  184. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  185. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
  186. package/dist/collection/eds-docs-ui/components-section/components-section.js +1 -1
  187. package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +1 -1
  188. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  189. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  190. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  191. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  192. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  193. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +8 -7
  194. package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +1 -1
  195. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -2
  196. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
  197. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
  198. package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +1 -1
  199. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +2 -2
  200. package/dist/collection/eds-docs-ui/svg-repository/svg-repository.js +1 -1
  201. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +6 -5
  202. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.css +143 -0
  203. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.js +440 -0
  204. package/dist/collection/shared-ui/eds-global-search/eds-global-search.css +99 -24
  205. package/dist/collection/shared-ui/eds-global-search/eds-global-search.js +124 -5
  206. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.css +8 -0
  207. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.js +370 -0
  208. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.js +87 -0
  209. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +4 -0
  210. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +1 -1
  211. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +71 -4
  212. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
  213. package/dist/collection/utils/eds-form/formValidators.js +5 -8
  214. package/dist/collection/utils/eds-form/individualValidator.js +22 -0
  215. package/dist/collection/utils/icons.js +169 -0
  216. package/dist/components/components-section.js +1 -1
  217. package/dist/components/components.css +747 -537
  218. package/dist/components/components.esm.js +1 -1
  219. package/dist/components/correct-use-of-colors.js +1 -1
  220. package/dist/components/docs-palettes.js +1 -1
  221. package/dist/components/docs-tokens.js +1 -1
  222. package/dist/components/eds-accordion2.js +19 -51
  223. package/dist/components/eds-alert2.js +32 -82
  224. package/dist/components/eds-app-root.js +3 -9
  225. package/dist/components/eds-avatar2.js +2 -2
  226. package/dist/components/eds-block-break2.js +2 -2
  227. package/dist/components/eds-breadcrumb.js +2 -2
  228. package/dist/components/eds-button2.js +69 -27
  229. package/dist/components/{eds-icon-bin.d.ts → eds-card-app.d.ts} +4 -4
  230. package/dist/components/eds-card-app.js +82 -0
  231. package/dist/components/{eds-trl.d.ts → eds-card-cta.d.ts} +4 -4
  232. package/dist/components/eds-card-cta.js +95 -0
  233. package/dist/components/eds-card-desc2.js +5 -3
  234. package/dist/components/{eds-card-project.d.ts → eds-card-feature.d.ts} +4 -4
  235. package/dist/components/eds-card-feature.js +64 -0
  236. package/dist/components/eds-card-generic2.js +46 -55
  237. package/dist/components/{eds-icon-edit.d.ts → eds-card-hero.d.ts} +4 -4
  238. package/dist/components/eds-card-hero.js +75 -0
  239. package/dist/components/{eds-icon-copy.d.ts → eds-card-stat.d.ts} +4 -4
  240. package/dist/components/eds-card-stat.js +67 -0
  241. package/dist/components/eds-card-title2.js +28 -39
  242. package/dist/components/eds-code-block2.js +2 -2
  243. package/dist/components/eds-cookies-preference.js +2 -2
  244. package/dist/components/eds-dropdown2.js +5 -8
  245. package/dist/components/eds-feedback.js +1 -1
  246. package/dist/components/eds-footer2.js +13 -13
  247. package/dist/components/eds-form.js +195 -66
  248. package/dist/components/eds-frame.js +3 -3
  249. package/dist/components/eds-fullscreen-menu.js +10 -16
  250. package/dist/components/eds-gauge.js +5 -6
  251. package/dist/components/eds-gitlab-contributors.d.ts +11 -0
  252. package/dist/components/eds-gitlab-contributors.js +317 -0
  253. package/dist/components/eds-global-search.js +83 -26
  254. package/dist/components/eds-header.js +15 -13
  255. package/dist/components/eds-icon-bluesky.js +1 -1
  256. package/dist/components/eds-icon-eu.js +1 -1
  257. package/dist/components/eds-icon-facebook.js +1 -1
  258. package/dist/components/eds-icon-gitlab.js +1 -1
  259. package/dist/components/eds-icon-linkedin.js +1 -1
  260. package/dist/components/eds-icon-mastodon.js +1 -1
  261. package/dist/components/eds-icon-twitter.js +1 -1
  262. package/dist/components/eds-icon-wrapper2.js +2435 -32
  263. package/dist/components/eds-icon-youtube.js +1 -1
  264. package/dist/components/eds-img2.js +2 -2
  265. package/dist/components/{eds-icon-chevron-up.d.ts → eds-input-dropzone.d.ts} +4 -4
  266. package/dist/components/eds-input-dropzone.js +6 -0
  267. package/dist/components/eds-input-dropzone2.js +133 -0
  268. package/dist/components/eds-input-field2.js +39 -8
  269. package/dist/components/{eds-icon-close.d.ts → eds-input-file.d.ts} +4 -4
  270. package/dist/components/eds-input-file.js +6 -0
  271. package/dist/components/eds-input-file2.js +100 -0
  272. package/dist/components/eds-input-footer2.js +2 -2
  273. package/dist/components/eds-input-label2.js +1 -1
  274. package/dist/components/eds-input-range2.js +5 -3
  275. package/dist/components/eds-input-search2.js +1 -1
  276. package/dist/components/eds-input-select2.js +2 -2
  277. package/dist/components/eds-input2.js +2 -2
  278. package/dist/components/eds-kg-web-services-select.d.ts +11 -0
  279. package/dist/components/eds-kg-web-services-select.js +6 -0
  280. package/dist/components/eds-kg-web-services-select2.js +192 -0
  281. package/dist/components/eds-link2.js +82 -33
  282. package/dist/components/eds-logo2.js +9 -33
  283. package/dist/components/eds-matomo-notice2.js +2 -2
  284. package/dist/components/eds-modal.js +85 -13
  285. package/dist/components/eds-nps2.js +30 -22
  286. package/dist/components/eds-pagination2.js +2 -2
  287. package/dist/components/eds-pie.js +20 -20
  288. package/dist/components/eds-progress-bar.js +80 -1
  289. package/dist/components/eds-rating2.js +28 -10
  290. package/dist/components/eds-section-core2.js +1 -1
  291. package/dist/components/eds-section-heading2.js +2 -2
  292. package/dist/components/eds-sidebar.js +4 -4
  293. package/dist/components/eds-social-networks2.js +8 -3
  294. package/dist/components/eds-spinner2.js +5 -5
  295. package/dist/components/eds-splash-screen2.js +4 -10
  296. package/dist/components/eds-steps-v2.js +16 -7
  297. package/dist/components/eds-steps2.js +11 -6
  298. package/dist/components/eds-switch.js +1 -82
  299. package/dist/components/eds-switch2.js +111 -0
  300. package/dist/components/eds-table2.js +96 -51
  301. package/dist/components/eds-tabs.js +16 -80
  302. package/dist/components/eds-tag2.js +14 -15
  303. package/dist/components/eds-timeline.js +5 -11
  304. package/dist/components/eds-toast-manager.js +1 -1
  305. package/dist/components/eds-toast2.js +8 -6
  306. package/dist/components/eds-tooltip2.js +1 -1
  307. package/dist/components/eds-user.js +3 -3
  308. package/dist/components/eu.js +5 -28
  309. package/dist/components/incorrect-use-of-colors.js +1 -1
  310. package/dist/components/logo-space.js +47 -24
  311. package/dist/components/logo-variations-horizontal2.js +1 -1
  312. package/dist/components/logo-variations-tabs.js +1 -1
  313. package/dist/components/logo-variations-vertical2.js +1 -1
  314. package/dist/components/logo-wrong-usage.js +2 -2
  315. package/dist/components/negative.js +104 -0
  316. package/dist/components/p-04e9c2d7.entry.js +1 -0
  317. package/dist/components/{p-5e6f5588.entry.js → p-0d7aee0b.entry.js} +1 -1
  318. package/dist/components/{p-07d5560c.entry.js → p-0fe10e6c.entry.js} +1 -1
  319. package/dist/components/p-18e852e1.entry.js +1 -0
  320. package/dist/components/p-1cc26ddf.entry.js +1 -0
  321. package/dist/components/p-3ccd6948.entry.js +1 -0
  322. package/dist/components/p-3d3841d6.entry.js +1 -0
  323. package/dist/components/p-3f38df99.entry.js +1 -0
  324. package/dist/components/p-527e71d0.entry.js +1 -0
  325. package/dist/components/p-55047f7f.entry.js +9 -0
  326. package/dist/components/{p-721431b8.entry.js → p-64c23098.entry.js} +1 -1
  327. package/dist/components/p-74b9c9a8.entry.js +1 -0
  328. package/dist/components/p-773bd015.entry.js +1 -0
  329. package/dist/components/p-7aa4edef.entry.js +1 -0
  330. package/dist/components/p-7b93a385.entry.js +1 -0
  331. package/dist/components/p-7baaf1a1.entry.js +1 -0
  332. package/dist/components/p-7ce1cf13.js +1 -0
  333. package/dist/components/p-878f65a6.entry.js +1 -0
  334. package/dist/components/p-92f6d9c0.entry.js +1 -0
  335. package/dist/components/{p-28ce55ae.entry.js → p-940a2d42.entry.js} +1 -1
  336. package/dist/components/p-9eedf771.entry.js +1 -0
  337. package/dist/components/{p-5ba1c4b4.entry.js → p-a63e14bb.entry.js} +1 -1
  338. package/dist/components/{p-67c3bedc.entry.js → p-a6dc1f88.entry.js} +1 -1
  339. package/dist/components/p-b4355cec.entry.js +1 -0
  340. package/dist/components/{p-21510f7a.entry.js → p-c2fc62f7.entry.js} +1 -1
  341. package/dist/components/p-c46675c8.entry.js +1 -0
  342. package/dist/components/p-caa71345.js +1 -0
  343. package/dist/components/p-d16b5363.entry.js +1 -0
  344. package/dist/components/{p-1f0819cf.entry.js → p-d1b3aa52.entry.js} +1 -1
  345. package/dist/components/{p-632bd36e.entry.js → p-d2576747.entry.js} +1 -1
  346. package/dist/components/p-d2f17fac.entry.js +1 -0
  347. package/dist/components/p-db5eea95.entry.js +1 -0
  348. package/dist/components/p-ddb9ce00.entry.js +1 -0
  349. package/dist/components/p-dfe93385.entry.js +1 -0
  350. package/dist/components/p-e0ee2386.js +1 -0
  351. package/dist/components/p-e205c269.entry.js +1 -0
  352. package/dist/components/p-f364296f.entry.js +1 -0
  353. package/dist/components/{p-801f67a1.entry.js → p-f55dd314.entry.js} +1 -1
  354. package/dist/components/p-f88b5f21.entry.js +1 -0
  355. package/dist/components/positive.js +65 -0
  356. package/dist/components/primary.js +1 -1
  357. package/dist/components/primary2.js +1 -1
  358. package/dist/components/secondary.js +1 -1
  359. package/dist/components/secondary2.js +7 -7
  360. package/dist/components/support.js +1 -1
  361. package/dist/components/support2.js +3 -3
  362. package/dist/components/svg-repository.js +45 -284
  363. package/dist/components/token-list2.js +57 -40
  364. package/dist/components/token-radii2.js +1 -1
  365. package/dist/components/token-ratios.js +1 -1
  366. package/dist/components/token-shadows2.js +33 -8
  367. package/dist/components/token-spacing.js +1 -1
  368. package/dist/components/token-typography.js +73 -42
  369. package/dist/esm/color-primary-palette_6.entry.js +14 -14
  370. package/dist/esm/components-section.entry.js +1 -1
  371. package/dist/esm/components.js +1 -1
  372. package/dist/esm/correct-use-of-colors.entry.js +1 -1
  373. package/dist/esm/docs-palettes.entry.js +1 -1
  374. package/dist/esm/docs-tokens.entry.js +1 -1
  375. package/dist/esm/eds-accordion_52.entry.js +10364 -0
  376. package/dist/esm/eds-app-root.entry.js +1 -1
  377. package/dist/esm/eds-cookies-preference.entry.js +2 -2
  378. package/dist/esm/eds-feedback.entry.js +1 -1
  379. package/dist/esm/eds-frame.entry.js +3 -3
  380. package/dist/esm/eds-gauge.entry.js +5 -6
  381. package/dist/esm/eds-gitlab-contributors.entry.js +244 -0
  382. package/dist/esm/eds-icon-bluesky.entry.js +1 -1
  383. package/dist/esm/eds-icon-eu.entry.js +2 -2
  384. package/dist/esm/eds-icon-facebook.entry.js +1 -1
  385. package/dist/esm/eds-icon-gitlab.entry.js +1 -1
  386. package/dist/esm/eds-icon-linkedin.entry.js +1 -1
  387. package/dist/esm/eds-icon-mastodon.entry.js +1 -1
  388. package/dist/esm/eds-icon-twitter.entry.js +1 -1
  389. package/dist/esm/eds-icon-youtube.entry.js +1 -1
  390. package/dist/esm/eds-modal.entry.js +84 -13
  391. package/dist/esm/eds-pie.entry.js +20 -20
  392. package/dist/esm/eds-section-core_2.entry.js +3 -3
  393. package/dist/esm/eds-splash-screen.entry.js +2 -2
  394. package/dist/esm/eds-timeline.entry.js +2 -2
  395. package/dist/esm/eds-toast-manager.entry.js +1 -1
  396. package/dist/esm/eu-8ac3e99c.js +7 -0
  397. package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
  398. package/dist/esm/index-870ab08f.js +4 -184
  399. package/dist/esm/loader.js +1 -1
  400. package/dist/esm/logo-space.entry.js +1 -2
  401. package/dist/esm/logo-variations-horizontal_2.entry.js +2 -2
  402. package/dist/esm/logo-variations-tabs.entry.js +1 -1
  403. package/dist/esm/logo-wrong-usage.entry.js +2 -2
  404. package/dist/esm/negative-84eec72e.js +104 -0
  405. package/dist/esm/positive-cc986d7c.js +65 -0
  406. package/dist/esm/svg-repository.entry.js +6 -263
  407. package/dist/esm/token-list_3.entry.js +91 -49
  408. package/dist/esm/token-ratios.entry.js +1 -1
  409. package/dist/esm/token-spacing.entry.js +1 -1
  410. package/dist/esm/token-typography.entry.js +73 -42
  411. package/dist/hydrate/index.js +4762 -4031
  412. package/dist/hydrate/index.mjs +4762 -4031
  413. package/dist/types/Users/nikolaosgeorgomanolis/Documents/EBRAINS/Projects/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +12 -0
  414. package/dist/types/components/eds-accordion/eds-accordion.d.ts +17 -53
  415. package/dist/types/components/eds-accordion/eds-accordion.stories.d.ts +36 -24
  416. package/dist/types/components/eds-alert/eds-alert.d.ts +32 -21
  417. package/dist/types/components/eds-alert/eds-alert.stories.d.ts +84 -11
  418. package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +2 -2
  419. package/dist/types/components/eds-button/eds-button.d.ts +31 -14
  420. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.d.ts +57 -0
  421. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.stories.d.ts +60 -0
  422. package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +1 -0
  423. package/dist/types/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.d.ts +5 -17
  424. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.d.ts +64 -0
  425. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.stories.d.ts +76 -0
  426. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.d.ts +43 -0
  427. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.stories.d.ts +53 -0
  428. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +12 -40
  429. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.stories.d.ts +43 -44
  430. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.d.ts +54 -0
  431. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.stories.d.ts +65 -0
  432. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.d.ts +41 -0
  433. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.stories.d.ts +47 -0
  434. package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +5 -10
  435. package/dist/types/components/eds-footer/eds-footer.d.ts +7 -0
  436. package/dist/types/components/eds-form/eds-form.d.ts +16 -5
  437. package/dist/types/components/eds-form/eds-form.stories.d.ts +0 -5
  438. package/dist/types/components/eds-frame/eds-frame.d.ts +1 -1
  439. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +3 -0
  440. package/dist/types/components/eds-header/eds-header.d.ts +3 -3
  441. package/dist/types/components/eds-icon-wrapper/eds-icon-wrapper.d.ts +3 -25
  442. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.d.ts +51 -0
  443. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.stories.d.ts +54 -0
  444. package/dist/types/components/eds-input-elements/eds-input/eds-input.d.ts +2 -1
  445. package/dist/types/components/eds-input-field/eds-input-field.d.ts +3 -1
  446. package/dist/types/components/eds-input-file/eds-input-file.d.ts +43 -0
  447. package/dist/types/components/eds-link/eds-link.d.ts +9 -3
  448. package/dist/types/components/eds-logo/eds-logo.d.ts +3 -3
  449. package/dist/types/components/eds-logo/eds-logo.stories.d.ts +1 -19
  450. package/dist/types/components/eds-modal/eds-modal.d.ts +15 -3
  451. package/dist/types/components/eds-nps/eds-nps.d.ts +11 -2
  452. package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +13 -2
  453. package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +40 -1
  454. package/dist/types/components/eds-rating/eds-rating.d.ts +15 -2
  455. package/dist/types/components/eds-social-networks/eds-social-networks.d.ts +7 -0
  456. package/dist/types/components/eds-steps/eds-steps.d.ts +8 -0
  457. package/dist/types/components/eds-steps/eds-steps.stories.d.ts +2 -27
  458. package/dist/types/components/eds-steps-v2/eds-steps-v2.d.ts +8 -0
  459. package/dist/types/components/eds-steps-v2/eds-steps-v2.stories.d.ts +3 -6
  460. package/dist/types/components/eds-switch/eds-switch.d.ts +6 -0
  461. package/dist/types/components/eds-switch/eds-switch.stories.d.ts +49 -0
  462. package/dist/types/components/eds-table/eds-table.d.ts +45 -11
  463. package/dist/types/components/eds-table/eds-table.stories.d.ts +108 -9
  464. package/dist/types/components/eds-tabs/eds-tabs.d.ts +15 -17
  465. package/dist/types/components/eds-tabs/eds-tabs.stories.d.ts +57 -6
  466. package/dist/types/components/eds-tag/eds-tag.d.ts +1 -1
  467. package/dist/types/components/eds-tag/eds-tag.stories.d.ts +6 -0
  468. package/dist/types/components/eds-toast/eds-toast.d.ts +1 -1
  469. package/dist/types/components/eds-toast/eds-toast.stories.d.ts +10 -0
  470. package/dist/types/components/eds-user/eds-user.d.ts +1 -1
  471. package/dist/types/components.d.ts +1470 -1516
  472. package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.d.ts +1 -1
  473. package/dist/types/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.d.ts +114 -0
  474. package/dist/types/shared-ui/eds-global-search/eds-global-search.d.ts +18 -0
  475. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.d.ts +98 -0
  476. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.d.ts +60 -0
  477. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +26 -0
  478. package/dist/types/utils/icons.d.ts +78 -0
  479. package/package.json +1 -1
  480. package/dist/cjs/arrow-diagonal-black-0eb8640e.js +0 -5
  481. package/dist/cjs/arrow-right-3e38e8a9.js +0 -7
  482. package/dist/cjs/bin-c07eeedc.js +0 -5
  483. package/dist/cjs/bookmark-c61853d9.js +0 -18
  484. package/dist/cjs/chevron-down-27344777.js +0 -14
  485. package/dist/cjs/chevron-left-6fc9c6ef.js +0 -13
  486. package/dist/cjs/chevron-right-6d95a117.js +0 -7
  487. package/dist/cjs/chevron-up-e37d7713.js +0 -14
  488. package/dist/cjs/clone-846acfdd.js +0 -5
  489. package/dist/cjs/close-51284af5.js +0 -7
  490. package/dist/cjs/copy-53102d0c.js +0 -7
  491. package/dist/cjs/download-9d17d025.js +0 -20
  492. package/dist/cjs/draft-05bd8904.js +0 -5
  493. package/dist/cjs/edit-ff5b84d8.js +0 -5
  494. package/dist/cjs/eds-accordion_37.cjs.entry.js +0 -6908
  495. package/dist/cjs/eds-card-desc_2.cjs.entry.js +0 -77
  496. package/dist/cjs/eds-card-generic.cjs.entry.js +0 -91
  497. package/dist/cjs/eds-card-project.cjs.entry.js +0 -195
  498. package/dist/cjs/eds-card-section.cjs.entry.js +0 -39
  499. package/dist/cjs/eds-card-tags.cjs.entry.js +0 -22
  500. package/dist/cjs/eds-card-tool.cjs.entry.js +0 -79
  501. package/dist/cjs/eds-footer.cjs.entry.js +0 -67
  502. package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +0 -91
  503. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +0 -18
  504. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +0 -18
  505. package/dist/cjs/eds-icon-bin.cjs.entry.js +0 -18
  506. package/dist/cjs/eds-icon-bookmark.cjs.entry.js +0 -18
  507. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +0 -18
  508. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +0 -18
  509. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +0 -18
  510. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +0 -18
  511. package/dist/cjs/eds-icon-clone.cjs.entry.js +0 -18
  512. package/dist/cjs/eds-icon-close.cjs.entry.js +0 -18
  513. package/dist/cjs/eds-icon-copy.cjs.entry.js +0 -18
  514. package/dist/cjs/eds-icon-download.cjs.entry.js +0 -18
  515. package/dist/cjs/eds-icon-draft.cjs.entry.js +0 -18
  516. package/dist/cjs/eds-icon-edit.cjs.entry.js +0 -18
  517. package/dist/cjs/eds-icon-external.cjs.entry.js +0 -18
  518. package/dist/cjs/eds-icon-loader.cjs.entry.js +0 -18
  519. package/dist/cjs/eds-icon-menu.cjs.entry.js +0 -18
  520. package/dist/cjs/eds-icon-minus.cjs.entry.js +0 -18
  521. package/dist/cjs/eds-icon-more.cjs.entry.js +0 -18
  522. package/dist/cjs/eds-icon-paper.cjs.entry.js +0 -18
  523. package/dist/cjs/eds-icon-plus.cjs.entry.js +0 -18
  524. package/dist/cjs/eds-icon-portal.cjs.entry.js +0 -18
  525. package/dist/cjs/eds-icon-private.cjs.entry.js +0 -18
  526. package/dist/cjs/eds-icon-public.cjs.entry.js +0 -18
  527. package/dist/cjs/eds-icon-search.cjs.entry.js +0 -18
  528. package/dist/cjs/eds-icon-star.cjs.entry.js +0 -18
  529. package/dist/cjs/eds-icon-start.cjs.entry.js +0 -18
  530. package/dist/cjs/eds-icon-success.cjs.entry.js +0 -18
  531. package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +0 -18
  532. package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +0 -18
  533. package/dist/cjs/eds-icon-tutorial.cjs.entry.js +0 -18
  534. package/dist/cjs/eds-icon-unknown.cjs.entry.js +0 -18
  535. package/dist/cjs/eds-icon-updown.cjs.entry.js +0 -18
  536. package/dist/cjs/eds-icon-user.cjs.entry.js +0 -18
  537. package/dist/cjs/eds-icon-view.cjs.entry.js +0 -18
  538. package/dist/cjs/eds-progress-bar.cjs.entry.js +0 -56
  539. package/dist/cjs/eds-social-networks.cjs.entry.js +0 -64
  540. package/dist/cjs/eds-trl.cjs.entry.js +0 -51
  541. package/dist/cjs/eu-b9665157.js +0 -32
  542. package/dist/cjs/index-ab9fbefe.js +0 -48
  543. package/dist/cjs/loader-72f9d178.js +0 -32
  544. package/dist/cjs/logo-color-6c787ac1.js +0 -117
  545. package/dist/cjs/logo-color-margins-b49c0f46.js +0 -120
  546. package/dist/cjs/logo-white-no-bg-4a0e0f4b.js +0 -1039
  547. package/dist/cjs/menu-7050a6d1.js +0 -13
  548. package/dist/cjs/minus-1da6a98a.js +0 -13
  549. package/dist/cjs/more-1d3dd8bc.js +0 -15
  550. package/dist/cjs/paper-0d6302f6.js +0 -17
  551. package/dist/cjs/plus-d0e00ad0.js +0 -14
  552. package/dist/cjs/portal-46212559.js +0 -20
  553. package/dist/cjs/private-38835fe7.js +0 -27
  554. package/dist/cjs/public-b519b1f6.js +0 -18
  555. package/dist/cjs/search-5533d877.js +0 -14
  556. package/dist/cjs/star-942eee9f.js +0 -7
  557. package/dist/cjs/start-c0ccfddd.js +0 -5
  558. package/dist/cjs/success-ef661a11.js +0 -20
  559. package/dist/cjs/thumbs-down-714036b1.js +0 -7
  560. package/dist/cjs/thumbs-up-411babb8.js +0 -8
  561. package/dist/cjs/tutotial-7855df3c.js +0 -29
  562. package/dist/cjs/unknown-6814e551.js +0 -24
  563. package/dist/cjs/up-and-down-6f179dd8.js +0 -14
  564. package/dist/cjs/user-a3c2230f.js +0 -18
  565. package/dist/cjs/view-80d5c6c8.js +0 -5
  566. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +0 -9
  567. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +0 -63
  568. package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +0 -227
  569. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.css +0 -249
  570. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.js +0 -95
  571. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.stories.js +0 -71
  572. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +0 -103
  573. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +0 -314
  574. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +0 -77
  575. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +0 -36
  576. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +0 -36
  577. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +0 -36
  578. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +0 -36
  579. package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +0 -36
  580. package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +0 -36
  581. package/dist/collection/components/eds-icons/eds-icon-bin/eds-icon-bin.js +0 -36
  582. package/dist/collection/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.js +0 -36
  583. package/dist/collection/components/eds-icons/eds-icon-clone/eds-icon-clone.js +0 -36
  584. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +0 -36
  585. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +0 -36
  586. package/dist/collection/components/eds-icons/eds-icon-download/eds-icon-download.js +0 -36
  587. package/dist/collection/components/eds-icons/eds-icon-draft/eds-icon-draft.js +0 -36
  588. package/dist/collection/components/eds-icons/eds-icon-edit/eds-icon-edit.js +0 -36
  589. package/dist/collection/components/eds-icons/eds-icon-external/eds-icon-external.js +0 -36
  590. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +0 -36
  591. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +0 -36
  592. package/dist/collection/components/eds-icons/eds-icon-minus/eds-icon-minus.js +0 -36
  593. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +0 -36
  594. package/dist/collection/components/eds-icons/eds-icon-paper/eds-icon-paper.js +0 -36
  595. package/dist/collection/components/eds-icons/eds-icon-plus/eds-icon-plus.js +0 -36
  596. package/dist/collection/components/eds-icons/eds-icon-portal/eds-icon-portal.js +0 -36
  597. package/dist/collection/components/eds-icons/eds-icon-private/eds-icon-private.js +0 -36
  598. package/dist/collection/components/eds-icons/eds-icon-public/eds-icon-public.js +0 -36
  599. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +0 -36
  600. package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +0 -36
  601. package/dist/collection/components/eds-icons/eds-icon-start/eds-icon-start.js +0 -36
  602. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +0 -36
  603. package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +0 -36
  604. package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +0 -36
  605. package/dist/collection/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.js +0 -36
  606. package/dist/collection/components/eds-icons/eds-icon-unknown/eds-icon-unknown.js +0 -36
  607. package/dist/collection/components/eds-icons/eds-icon-updown/eds-icon-updown.js +0 -36
  608. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +0 -36
  609. package/dist/collection/components/eds-icons/eds-icon-view/eds-icon-view.js +0 -36
  610. package/dist/collection/components/eds-trl/eds-trl.js +0 -68
  611. package/dist/components/arrow-diagonal-black.js +0 -3
  612. package/dist/components/arrow-right.js +0 -5
  613. package/dist/components/bin.js +0 -3
  614. package/dist/components/bookmark.js +0 -16
  615. package/dist/components/chevron-down.js +0 -12
  616. package/dist/components/chevron-left.js +0 -11
  617. package/dist/components/chevron-right.js +0 -5
  618. package/dist/components/chevron-up.js +0 -12
  619. package/dist/components/clone.js +0 -3
  620. package/dist/components/close.js +0 -5
  621. package/dist/components/copy.js +0 -5
  622. package/dist/components/download.js +0 -18
  623. package/dist/components/draft.js +0 -3
  624. package/dist/components/edit.js +0 -3
  625. package/dist/components/eds-card-project.js +0 -237
  626. package/dist/components/eds-card-section.d.ts +0 -11
  627. package/dist/components/eds-card-section.js +0 -92
  628. package/dist/components/eds-card-tags.d.ts +0 -11
  629. package/dist/components/eds-card-tags.js +0 -45
  630. package/dist/components/eds-card-tool.d.ts +0 -11
  631. package/dist/components/eds-card-tool.js +0 -137
  632. package/dist/components/eds-icon-arrow-diagonal.d.ts +0 -11
  633. package/dist/components/eds-icon-arrow-diagonal.js +0 -33
  634. package/dist/components/eds-icon-arrow-right.d.ts +0 -11
  635. package/dist/components/eds-icon-arrow-right.js +0 -33
  636. package/dist/components/eds-icon-bin.js +0 -33
  637. package/dist/components/eds-icon-bookmark.d.ts +0 -11
  638. package/dist/components/eds-icon-bookmark.js +0 -33
  639. package/dist/components/eds-icon-chevron-down.d.ts +0 -11
  640. package/dist/components/eds-icon-chevron-down.js +0 -33
  641. package/dist/components/eds-icon-chevron-left.d.ts +0 -11
  642. package/dist/components/eds-icon-chevron-left.js +0 -33
  643. package/dist/components/eds-icon-chevron-right.d.ts +0 -11
  644. package/dist/components/eds-icon-chevron-right.js +0 -33
  645. package/dist/components/eds-icon-chevron-up.js +0 -33
  646. package/dist/components/eds-icon-clone.d.ts +0 -11
  647. package/dist/components/eds-icon-clone.js +0 -33
  648. package/dist/components/eds-icon-close.js +0 -33
  649. package/dist/components/eds-icon-copy.js +0 -33
  650. package/dist/components/eds-icon-download.d.ts +0 -11
  651. package/dist/components/eds-icon-download.js +0 -33
  652. package/dist/components/eds-icon-draft.d.ts +0 -11
  653. package/dist/components/eds-icon-draft.js +0 -33
  654. package/dist/components/eds-icon-edit.js +0 -33
  655. package/dist/components/eds-icon-external.d.ts +0 -11
  656. package/dist/components/eds-icon-external.js +0 -33
  657. package/dist/components/eds-icon-loader.d.ts +0 -11
  658. package/dist/components/eds-icon-loader.js +0 -33
  659. package/dist/components/eds-icon-menu.d.ts +0 -11
  660. package/dist/components/eds-icon-menu.js +0 -33
  661. package/dist/components/eds-icon-minus.d.ts +0 -11
  662. package/dist/components/eds-icon-minus.js +0 -33
  663. package/dist/components/eds-icon-more.d.ts +0 -11
  664. package/dist/components/eds-icon-more.js +0 -33
  665. package/dist/components/eds-icon-paper.d.ts +0 -11
  666. package/dist/components/eds-icon-paper.js +0 -33
  667. package/dist/components/eds-icon-plus.d.ts +0 -11
  668. package/dist/components/eds-icon-plus.js +0 -33
  669. package/dist/components/eds-icon-portal.d.ts +0 -11
  670. package/dist/components/eds-icon-portal.js +0 -33
  671. package/dist/components/eds-icon-private.d.ts +0 -11
  672. package/dist/components/eds-icon-private.js +0 -33
  673. package/dist/components/eds-icon-public.d.ts +0 -11
  674. package/dist/components/eds-icon-public.js +0 -33
  675. package/dist/components/eds-icon-search.d.ts +0 -11
  676. package/dist/components/eds-icon-search.js +0 -33
  677. package/dist/components/eds-icon-star.d.ts +0 -11
  678. package/dist/components/eds-icon-star.js +0 -33
  679. package/dist/components/eds-icon-start.d.ts +0 -11
  680. package/dist/components/eds-icon-start.js +0 -33
  681. package/dist/components/eds-icon-success.d.ts +0 -11
  682. package/dist/components/eds-icon-success.js +0 -33
  683. package/dist/components/eds-icon-thumbs-down.d.ts +0 -11
  684. package/dist/components/eds-icon-thumbs-down.js +0 -33
  685. package/dist/components/eds-icon-thumbs-up.d.ts +0 -11
  686. package/dist/components/eds-icon-thumbs-up.js +0 -33
  687. package/dist/components/eds-icon-tutorial.d.ts +0 -11
  688. package/dist/components/eds-icon-tutorial.js +0 -33
  689. package/dist/components/eds-icon-unknown.d.ts +0 -11
  690. package/dist/components/eds-icon-unknown.js +0 -33
  691. package/dist/components/eds-icon-updown.d.ts +0 -11
  692. package/dist/components/eds-icon-updown.js +0 -33
  693. package/dist/components/eds-icon-user.d.ts +0 -11
  694. package/dist/components/eds-icon-user.js +0 -33
  695. package/dist/components/eds-icon-view.d.ts +0 -11
  696. package/dist/components/eds-icon-view.js +0 -33
  697. package/dist/components/eds-progress-bar2.js +0 -71
  698. package/dist/components/eds-trl.js +0 -150
  699. package/dist/components/loader.js +0 -30
  700. package/dist/components/logo-color-margins.js +0 -118
  701. package/dist/components/logo-color.js +0 -115
  702. package/dist/components/logo-white-no-bg.js +0 -1029
  703. package/dist/components/menu.js +0 -11
  704. package/dist/components/minus.js +0 -11
  705. package/dist/components/more.js +0 -13
  706. package/dist/components/p-024c7937.js +0 -1
  707. package/dist/components/p-05754401.js +0 -1
  708. package/dist/components/p-062d2f91.entry.js +0 -1
  709. package/dist/components/p-0725a684.entry.js +0 -1
  710. package/dist/components/p-0be28996.js +0 -1
  711. package/dist/components/p-0da7d1c9.js +0 -1
  712. package/dist/components/p-0e6d43c5.js +0 -1
  713. package/dist/components/p-112122d6.js +0 -1
  714. package/dist/components/p-13f74e41.entry.js +0 -1
  715. package/dist/components/p-15dc5ecf.entry.js +0 -1
  716. package/dist/components/p-15df046d.entry.js +0 -1
  717. package/dist/components/p-15f94425.entry.js +0 -1
  718. package/dist/components/p-1ded61bd.js +0 -1
  719. package/dist/components/p-1f74c192.entry.js +0 -1
  720. package/dist/components/p-2066b033.js +0 -1
  721. package/dist/components/p-20e711e6.entry.js +0 -1
  722. package/dist/components/p-2117611b.js +0 -1
  723. package/dist/components/p-2692f93d.js +0 -1
  724. package/dist/components/p-277d0045.entry.js +0 -1
  725. package/dist/components/p-27c4a06e.js +0 -1
  726. package/dist/components/p-29041952.js +0 -1
  727. package/dist/components/p-30e88fc2.entry.js +0 -1
  728. package/dist/components/p-314aa952.entry.js +0 -1
  729. package/dist/components/p-32e6c4df.js +0 -1
  730. package/dist/components/p-355df495.entry.js +0 -1
  731. package/dist/components/p-366c5c03.entry.js +0 -1
  732. package/dist/components/p-38113b9c.entry.js +0 -1
  733. package/dist/components/p-3a1e54bd.entry.js +0 -1
  734. package/dist/components/p-3ad7a15b.entry.js +0 -1
  735. package/dist/components/p-3b838def.entry.js +0 -1
  736. package/dist/components/p-454bdd5a.js +0 -1
  737. package/dist/components/p-4587d0ef.js +0 -1
  738. package/dist/components/p-46d0716d.js +0 -1
  739. package/dist/components/p-48825534.entry.js +0 -1
  740. package/dist/components/p-4cebd89e.entry.js +0 -1
  741. package/dist/components/p-4eb2cf7f.js +0 -1
  742. package/dist/components/p-51d0e443.entry.js +0 -1
  743. package/dist/components/p-52c28fa2.js +0 -1
  744. package/dist/components/p-53f6527b.entry.js +0 -1
  745. package/dist/components/p-553ca350.js +0 -1
  746. package/dist/components/p-58967f53.js +0 -1
  747. package/dist/components/p-5d046674.js +0 -1
  748. package/dist/components/p-6197c589.entry.js +0 -1
  749. package/dist/components/p-65948a6e.entry.js +0 -1
  750. package/dist/components/p-694fc085.js +0 -1
  751. package/dist/components/p-7198c024.js +0 -1
  752. package/dist/components/p-7737d5c7.entry.js +0 -1
  753. package/dist/components/p-78e85217.entry.js +0 -1
  754. package/dist/components/p-7a62ae0d.entry.js +0 -1
  755. package/dist/components/p-7aa97ad6.entry.js +0 -1
  756. package/dist/components/p-7f820989.entry.js +0 -1
  757. package/dist/components/p-80ced58a.entry.js +0 -1
  758. package/dist/components/p-83dde536.entry.js +0 -1
  759. package/dist/components/p-83ff4a95.js +0 -1
  760. package/dist/components/p-86bb73dc.js +0 -1
  761. package/dist/components/p-87481169.entry.js +0 -1
  762. package/dist/components/p-87df6442.entry.js +0 -1
  763. package/dist/components/p-8983de37.js +0 -1
  764. package/dist/components/p-8bd954b5.entry.js +0 -1
  765. package/dist/components/p-8c520685.entry.js +0 -1
  766. package/dist/components/p-941dc156.entry.js +0 -1
  767. package/dist/components/p-9afd31cb.entry.js +0 -1
  768. package/dist/components/p-9c5a453b.js +0 -1
  769. package/dist/components/p-9cd1cc1e.entry.js +0 -1
  770. package/dist/components/p-9d57b51f.entry.js +0 -1
  771. package/dist/components/p-a61dbad5.entry.js +0 -1
  772. package/dist/components/p-a7323642.entry.js +0 -1
  773. package/dist/components/p-a83c336c.entry.js +0 -1
  774. package/dist/components/p-ab4acc26.entry.js +0 -1
  775. package/dist/components/p-ac501eb6.entry.js +0 -1
  776. package/dist/components/p-ad036475.entry.js +0 -1
  777. package/dist/components/p-ad295d47.entry.js +0 -1
  778. package/dist/components/p-ad6e7daf.entry.js +0 -1
  779. package/dist/components/p-ae471b33.entry.js +0 -1
  780. package/dist/components/p-aefcb641.js +0 -1
  781. package/dist/components/p-b64f8ffc.entry.js +0 -1
  782. package/dist/components/p-b73410de.js +0 -1
  783. package/dist/components/p-b822abb7.js +0 -1
  784. package/dist/components/p-ba720bf3.js +0 -1
  785. package/dist/components/p-bb800eec.entry.js +0 -1
  786. package/dist/components/p-bfb00131.entry.js +0 -1
  787. package/dist/components/p-c07e3269.entry.js +0 -1
  788. package/dist/components/p-c1e4ef92.js +0 -1
  789. package/dist/components/p-c286e9d3.entry.js +0 -1
  790. package/dist/components/p-c38c527e.entry.js +0 -1
  791. package/dist/components/p-c404226a.entry.js +0 -1
  792. package/dist/components/p-c776b6f8.js +0 -1
  793. package/dist/components/p-c8e7c854.js +0 -1
  794. package/dist/components/p-c9d60f21.entry.js +0 -1
  795. package/dist/components/p-cdf19579.js +0 -1
  796. package/dist/components/p-d29676a0.entry.js +0 -1
  797. package/dist/components/p-d962849c.js +0 -1
  798. package/dist/components/p-da96c7cd.entry.js +0 -1
  799. package/dist/components/p-df5fc158.entry.js +0 -1
  800. package/dist/components/p-e2d5a487.js +0 -1
  801. package/dist/components/p-e311fe9e.entry.js +0 -1
  802. package/dist/components/p-e4f0f24a.entry.js +0 -1
  803. package/dist/components/p-ece618b3.js +0 -1
  804. package/dist/components/p-eda55db0.entry.js +0 -1
  805. package/dist/components/p-ee93afac.entry.js +0 -1
  806. package/dist/components/p-f0993844.entry.js +0 -1
  807. package/dist/components/p-f1c8f841.entry.js +0 -1
  808. package/dist/components/p-f227bac5.entry.js +0 -1
  809. package/dist/components/p-f24bfc6a.entry.js +0 -1
  810. package/dist/components/p-f2abe4d8.js +0 -1
  811. package/dist/components/p-f3754a20.entry.js +0 -1
  812. package/dist/components/p-f4c954ec.entry.js +0 -1
  813. package/dist/components/p-f6baca73.entry.js +0 -9
  814. package/dist/components/p-f7b88ef5.entry.js +0 -1
  815. package/dist/components/p-fda3df86.entry.js +0 -1
  816. package/dist/components/paper.js +0 -15
  817. package/dist/components/plus.js +0 -12
  818. package/dist/components/portal.js +0 -18
  819. package/dist/components/private.js +0 -25
  820. package/dist/components/public.js +0 -16
  821. package/dist/components/search.js +0 -12
  822. package/dist/components/star.js +0 -5
  823. package/dist/components/start.js +0 -3
  824. package/dist/components/success.js +0 -18
  825. package/dist/components/thumbs-down.js +0 -5
  826. package/dist/components/thumbs-up.js +0 -6
  827. package/dist/components/tutotial.js +0 -27
  828. package/dist/components/unknown.js +0 -22
  829. package/dist/components/up-and-down.js +0 -12
  830. package/dist/components/user.js +0 -16
  831. package/dist/components/view.js +0 -3
  832. package/dist/esm/arrow-diagonal-black-8f0494c3.js +0 -3
  833. package/dist/esm/arrow-right-9322ba8a.js +0 -5
  834. package/dist/esm/bin-37cad2f0.js +0 -3
  835. package/dist/esm/bookmark-c200037c.js +0 -16
  836. package/dist/esm/chevron-down-6144c823.js +0 -12
  837. package/dist/esm/chevron-left-ca6c66e1.js +0 -11
  838. package/dist/esm/chevron-right-b88ed2d4.js +0 -5
  839. package/dist/esm/chevron-up-c66bd477.js +0 -12
  840. package/dist/esm/clone-dab56639.js +0 -3
  841. package/dist/esm/close-87fc0d63.js +0 -5
  842. package/dist/esm/copy-03b72cb6.js +0 -5
  843. package/dist/esm/download-47746956.js +0 -18
  844. package/dist/esm/draft-dd5dada2.js +0 -3
  845. package/dist/esm/edit-3893a517.js +0 -3
  846. package/dist/esm/eds-accordion_37.entry.js +0 -6868
  847. package/dist/esm/eds-card-desc_2.entry.js +0 -72
  848. package/dist/esm/eds-card-generic.entry.js +0 -87
  849. package/dist/esm/eds-card-project.entry.js +0 -191
  850. package/dist/esm/eds-card-section.entry.js +0 -35
  851. package/dist/esm/eds-card-tags.entry.js +0 -18
  852. package/dist/esm/eds-card-tool.entry.js +0 -75
  853. package/dist/esm/eds-footer.entry.js +0 -63
  854. package/dist/esm/eds-fullscreen-menu.entry.js +0 -87
  855. package/dist/esm/eds-icon-arrow-diagonal.entry.js +0 -14
  856. package/dist/esm/eds-icon-arrow-right.entry.js +0 -14
  857. package/dist/esm/eds-icon-bin.entry.js +0 -14
  858. package/dist/esm/eds-icon-bookmark.entry.js +0 -14
  859. package/dist/esm/eds-icon-chevron-down.entry.js +0 -14
  860. package/dist/esm/eds-icon-chevron-left.entry.js +0 -14
  861. package/dist/esm/eds-icon-chevron-right.entry.js +0 -14
  862. package/dist/esm/eds-icon-chevron-up.entry.js +0 -14
  863. package/dist/esm/eds-icon-clone.entry.js +0 -14
  864. package/dist/esm/eds-icon-close.entry.js +0 -14
  865. package/dist/esm/eds-icon-copy.entry.js +0 -14
  866. package/dist/esm/eds-icon-download.entry.js +0 -14
  867. package/dist/esm/eds-icon-draft.entry.js +0 -14
  868. package/dist/esm/eds-icon-edit.entry.js +0 -14
  869. package/dist/esm/eds-icon-external.entry.js +0 -14
  870. package/dist/esm/eds-icon-loader.entry.js +0 -14
  871. package/dist/esm/eds-icon-menu.entry.js +0 -14
  872. package/dist/esm/eds-icon-minus.entry.js +0 -14
  873. package/dist/esm/eds-icon-more.entry.js +0 -14
  874. package/dist/esm/eds-icon-paper.entry.js +0 -14
  875. package/dist/esm/eds-icon-plus.entry.js +0 -14
  876. package/dist/esm/eds-icon-portal.entry.js +0 -14
  877. package/dist/esm/eds-icon-private.entry.js +0 -14
  878. package/dist/esm/eds-icon-public.entry.js +0 -14
  879. package/dist/esm/eds-icon-search.entry.js +0 -14
  880. package/dist/esm/eds-icon-star.entry.js +0 -14
  881. package/dist/esm/eds-icon-start.entry.js +0 -14
  882. package/dist/esm/eds-icon-success.entry.js +0 -14
  883. package/dist/esm/eds-icon-thumbs-down.entry.js +0 -14
  884. package/dist/esm/eds-icon-thumbs-up.entry.js +0 -14
  885. package/dist/esm/eds-icon-tutorial.entry.js +0 -14
  886. package/dist/esm/eds-icon-unknown.entry.js +0 -14
  887. package/dist/esm/eds-icon-updown.entry.js +0 -14
  888. package/dist/esm/eds-icon-user.entry.js +0 -14
  889. package/dist/esm/eds-icon-view.entry.js +0 -14
  890. package/dist/esm/eds-progress-bar.entry.js +0 -52
  891. package/dist/esm/eds-social-networks.entry.js +0 -60
  892. package/dist/esm/eds-trl.entry.js +0 -47
  893. package/dist/esm/eu-9ddde93a.js +0 -30
  894. package/dist/esm/index-39c58238.js +0 -46
  895. package/dist/esm/loader-c9628637.js +0 -30
  896. package/dist/esm/logo-color-7f1fd803.js +0 -115
  897. package/dist/esm/logo-color-margins-ff8ce71b.js +0 -118
  898. package/dist/esm/logo-white-no-bg-f382f86f.js +0 -1029
  899. package/dist/esm/menu-340ea948.js +0 -11
  900. package/dist/esm/minus-b30a7c71.js +0 -11
  901. package/dist/esm/more-4449d549.js +0 -13
  902. package/dist/esm/paper-8e74ea31.js +0 -15
  903. package/dist/esm/plus-89c07be2.js +0 -12
  904. package/dist/esm/portal-d6c8ce56.js +0 -18
  905. package/dist/esm/private-1c25ff8e.js +0 -25
  906. package/dist/esm/public-d4d8c585.js +0 -16
  907. package/dist/esm/search-fbcd79c2.js +0 -12
  908. package/dist/esm/star-0da9b5e9.js +0 -5
  909. package/dist/esm/start-65126a4f.js +0 -3
  910. package/dist/esm/success-443809da.js +0 -18
  911. package/dist/esm/thumbs-down-a18fd049.js +0 -5
  912. package/dist/esm/thumbs-up-c19a71bc.js +0 -6
  913. package/dist/esm/tutotial-150ee1fd.js +0 -27
  914. package/dist/esm/unknown-ed01a24c.js +0 -22
  915. package/dist/esm/up-and-down-8b69ca97.js +0 -12
  916. package/dist/esm/user-71ebdc15.js +0 -16
  917. package/dist/esm/view-e900f2d4.js +0 -3
  918. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +0 -65
  919. package/dist/types/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.d.ts +0 -15
  920. package/dist/types/components/eds-cards/eds-card-project/eds-card-project.d.ts +0 -54
  921. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.d.ts +0 -70
  922. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.stories.d.ts +0 -68
  923. package/dist/types/components/eds-cards/eds-card-tool/eds-card-tool.d.ts +0 -79
  924. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.d.ts +0 -29
  925. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.d.ts +0 -10
  926. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.d.ts +0 -10
  927. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.d.ts +0 -10
  928. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.d.ts +0 -10
  929. package/dist/types/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.d.ts +0 -10
  930. package/dist/types/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.d.ts +0 -10
  931. package/dist/types/components/eds-icons/eds-icon-bin/eds-icon-bin.d.ts +0 -10
  932. package/dist/types/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.d.ts +0 -10
  933. package/dist/types/components/eds-icons/eds-icon-clone/eds-icon-clone.d.ts +0 -10
  934. package/dist/types/components/eds-icons/eds-icon-close/eds-icon-close.d.ts +0 -10
  935. package/dist/types/components/eds-icons/eds-icon-copy/eds-icon-copy.d.ts +0 -10
  936. package/dist/types/components/eds-icons/eds-icon-download/eds-icon-download.d.ts +0 -10
  937. package/dist/types/components/eds-icons/eds-icon-draft/eds-icon-draft.d.ts +0 -10
  938. package/dist/types/components/eds-icons/eds-icon-edit/eds-icon-edit.d.ts +0 -10
  939. package/dist/types/components/eds-icons/eds-icon-external/eds-icon-external.d.ts +0 -10
  940. package/dist/types/components/eds-icons/eds-icon-loader/eds-icon-loader.d.ts +0 -10
  941. package/dist/types/components/eds-icons/eds-icon-menu/eds-icon-menu.d.ts +0 -10
  942. package/dist/types/components/eds-icons/eds-icon-minus/eds-icon-minus.d.ts +0 -10
  943. package/dist/types/components/eds-icons/eds-icon-more/eds-icon-more.d.ts +0 -10
  944. package/dist/types/components/eds-icons/eds-icon-paper/eds-icon-paper.d.ts +0 -10
  945. package/dist/types/components/eds-icons/eds-icon-plus/eds-icon-plus.d.ts +0 -10
  946. package/dist/types/components/eds-icons/eds-icon-portal/eds-icon-portal.d.ts +0 -10
  947. package/dist/types/components/eds-icons/eds-icon-private/eds-icon-private.d.ts +0 -10
  948. package/dist/types/components/eds-icons/eds-icon-public/eds-icon-public.d.ts +0 -10
  949. package/dist/types/components/eds-icons/eds-icon-search/eds-icon-search.d.ts +0 -10
  950. package/dist/types/components/eds-icons/eds-icon-star/eds-icon-star.d.ts +0 -10
  951. package/dist/types/components/eds-icons/eds-icon-start/eds-icon-start.d.ts +0 -10
  952. package/dist/types/components/eds-icons/eds-icon-success/eds-icon-success.d.ts +0 -10
  953. package/dist/types/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.d.ts +0 -10
  954. package/dist/types/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.d.ts +0 -10
  955. package/dist/types/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.d.ts +0 -10
  956. package/dist/types/components/eds-icons/eds-icon-unknown/eds-icon-unknown.d.ts +0 -10
  957. package/dist/types/components/eds-icons/eds-icon-updown/eds-icon-updown.d.ts +0 -10
  958. package/dist/types/components/eds-icons/eds-icon-user/eds-icon-user.d.ts +0 -10
  959. package/dist/types/components/eds-icons/eds-icon-view/eds-icon-view.d.ts +0 -10
  960. package/dist/types/components/eds-trl/eds-trl.d.ts +0 -12
  961. /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/components/stencil.config.d.ts +0 -0
  962. /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/index.d.ts +0 -0
@@ -1,77 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-50bc1aa4.js');
6
-
7
- const edsCardDescCss = ".f-ui-03-light{font-family:var(--f-ui-03-light-fontFamily);font-weight:var(--f-ui-03-light-fontWeight);font-size:var(--f-ui-03-light-fontSize);line-height:var(--f-ui-03-light-lineHeight);letter-spacing:var(--f-ui-03-light-letterSpacing)}.text-light{color:var(--grey-700)}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}";
8
- const EdsCardDescStyle0 = edsCardDescCss;
9
-
10
- const EdsCardDesc = class {
11
- constructor(hostRef) {
12
- index.registerInstance(this, hostRef);
13
- this.description = undefined;
14
- this.truncate = true;
15
- this.truncateLines = '3';
16
- }
17
- getTruncateClass() {
18
- return this.truncate && this.truncateLines ? `line-clamp-${this.truncateLines}` : '';
19
- }
20
- render() {
21
- return (index.h("p", { key: '3711e4f24ad19f1dedef3083b9b9c8868f3b4e3f', class: "text-light f-ui-03-light" }, index.h("span", { key: '46b53c5111bc05ffaaa6f8fcd4b1b6ddfae2d413', class: this.getTruncateClass() }, this.description)));
22
- }
23
- };
24
- EdsCardDesc.style = EdsCardDescStyle0;
25
-
26
- const edsCardTitleCss = "a{all:unset;display:inline;color:inherit;text-decoration:none;cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0}.f-heading-01{font-family:var(--f-heading-01-fontFamily);font-weight:var(--f-heading-01-fontWeight);font-size:var(--f-heading-01-fontSize);line-height:var(--f-heading-01-lineHeight);letter-spacing:var(--f-heading-01-letterSpacing)}.f-heading-02{font-family:var(--f-heading-02-fontFamily);font-weight:var(--f-heading-02-fontWeight);font-size:var(--f-heading-02-fontSize);line-height:var(--f-heading-02-lineHeight);letter-spacing:var(--f-heading-02-letterSpacing)}.f-heading-03{font-family:var(--f-heading-03-fontFamily);font-weight:var(--f-heading-03-fontWeight);font-size:var(--f-heading-03-fontSize);line-height:var(--f-heading-03-lineHeight);letter-spacing:var(--f-heading-03-letterSpacing)}.f-heading-04{font-family:var(--f-heading-04-fontFamily);font-weight:var(--f-heading-04-fontWeight);font-size:var(--f-heading-04-fontSize);line-height:var(--f-heading-04-lineHeight);letter-spacing:var(--f-heading-04-letterSpacing)}.f-heading-05{font-family:var(--f-heading-05-fontFamily);font-weight:var(--f-heading-05-fontWeight);font-size:var(--f-heading-05-fontSize);line-height:var(--f-heading-05-lineHeight);letter-spacing:var(--f-heading-05-letterSpacing)}.f-heading-06{font-family:var(--f-heading-06-fontFamily);font-weight:var(--f-heading-06-fontWeight);font-size:var(--f-heading-06-fontSize);line-height:var(--f-heading-06-lineHeight);letter-spacing:var(--f-heading-06-letterSpacing)}.break-words{overflow-wrap:break-word}.after\\:absolute::after{position:absolute}.after\\:inset-0::after{inset:0rem}.after\\:z-10::after{z-index:10}.after\\:content-\\[\\'\\'\\]::after{--tw-content:'';content:var(--tw-content)}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}";
27
- const EdsCardTitleStyle0 = edsCardTitleCss;
28
-
29
- const EdsCardTitle = class {
30
- constructor(hostRef) {
31
- index.registerInstance(this, hostRef);
32
- this.url = undefined;
33
- this.titleClass = undefined;
34
- this.headingLevel = 'h3';
35
- this.externalLink = false;
36
- this.cardTitle = undefined;
37
- this.hierarchy = true;
38
- }
39
- /**
40
- * Dynamically generate the title class based on the heading level.
41
- */
42
- getTitleClass() {
43
- const levelMap = this.hierarchy
44
- ? {
45
- h1: '05',
46
- h2: '05',
47
- h3: '05',
48
- h4: '05',
49
- h5: '05',
50
- h6: '06'
51
- }
52
- : {
53
- h1: '01',
54
- h2: '02',
55
- h3: '03',
56
- h4: '04',
57
- h5: '05',
58
- h6: '06'
59
- };
60
- return `f-heading-${levelMap[this.headingLevel]}`;
61
- }
62
- /*private getTag() {
63
- if (this.url) {
64
- return 'a';
65
- }
66
- return 'span';
67
- }*/
68
- render() {
69
- //const Tag = this.getTag();
70
- const Heading = this.headingLevel;
71
- return (index.h(Heading, { key: '5d356d301cfee459ac142895a042e9b1ccd59367', class: this.getTitleClass() }, index.h("a", { key: '348fffdd2abccf3b08ecab9481718b4a2aa50807', class: "break-words after:absolute after:inset-0 after:z-10 after:content-[''] focus:outline-none", href: this.url, target: this.externalLink ? '_blank' : undefined, rel: this.externalLink ? 'noopener noreferrer' : undefined }, this.cardTitle)));
72
- }
73
- };
74
- EdsCardTitle.style = EdsCardTitleStyle0;
75
-
76
- exports.eds_card_desc = EdsCardDesc;
77
- exports.eds_card_title = EdsCardTitle;
@@ -1,91 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-50bc1aa4.js');
6
- const sharedUtils = require('./sharedUtils-8e287250.js');
7
- const analytics = require('./analytics-28713bf7.js');
8
-
9
- const edsCardGenericCss = ".h-auto{height:auto}.h-full{height:100%}.\\!min-h-20{min-height:1.25rem !important}.min-h-120{min-height:120px}.min-h-156{min-height:156px}.bg-default{background-color:var(--grey-200)}.bg-inverse{background-color:var(--white)}.effect-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\\:shadow-hover:hover{--tw-shadow:0px 0px 16px rgba(0, 0, 0, 0.2);--tw-shadow-colored:0px 0px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.cursor-pointer{cursor:pointer}.border-soft{border-color:rgba(0, 0, 0, .15)}.border-softer{border:2px solid rgba(0, 0, 0, .1)}.effect-focus-within{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.effect-focus-within:focus-within{outline-style:solid}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inline{display:inline}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.inline-flex{display:inline-flex}.grow{flex-grow:1}.flex-col{flex-direction:column}.rounded-lg{border-radius:16px}.border-2{border-width:2px}.p-12{padding:0.75rem}.p-16{padding:1rem}.mt-6{margin-top:0.375rem}.mt-8{margin-top:0.5rem}.gap-x-1{-moz-column-gap:0.0625rem;column-gap:0.0625rem}.gap-y-4{row-gap:0.25rem}.order-first{order:-9999}.mb-8{margin-bottom:0.5rem}.mb-10{margin-bottom:0.625rem}.mb-12{margin-bottom:0.75rem}.mx-auto{margin-left:auto;margin-right:auto}.block{display:block}";
10
- const EdsCardGenericStyle0 = edsCardGenericCss;
11
-
12
- const EdsCardGeneric = class {
13
- constructor(hostRef) {
14
- index.registerInstance(this, hostRef);
15
- this.parentContext = null; // Accepts the entire event detail or null
16
- this.cardTitle = undefined;
17
- this.url = undefined;
18
- this.description = undefined;
19
- this.image = undefined;
20
- this.avatar = undefined;
21
- this.shortAbbreviation = undefined;
22
- this.headingLevel = 'h3';
23
- this.tags = [];
24
- this.tiny = false;
25
- this.bg = true;
26
- this.withHover = true;
27
- this.hierarchy = true;
28
- this.parsedImage = null;
29
- }
30
- componentWillLoad() {
31
- if (this.image) {
32
- try {
33
- if (typeof this.image === 'object') {
34
- // If image is already an object, assign it directly
35
- this.parsedImage = this.image;
36
- }
37
- else if (typeof this.image === 'string') {
38
- // If image is a string, try to parse it
39
- this.parsedImage = JSON.parse(this.image);
40
- }
41
- }
42
- catch (error) {
43
- // eslint-disable-next-line
44
- console.error('Error parsing image prop:', error);
45
- this.parsedImage = {}; // Assign a fallback empty object in case of an error
46
- }
47
- }
48
- }
49
- handleParentContext(event) {
50
- if (event.target !== this.el) {
51
- // Ignore the event if it's not targeted at this specific instance
52
- return;
53
- }
54
- this.parentContext = event.detail;
55
- event.stopPropagation();
56
- }
57
- /**
58
- * Parses the `tags` prop into an array of link objects.
59
- * Returns an empty array if parsing fails or if `tags` is not a valid JSON string or object.
60
- *
61
- * @returns {any[]} Array of parsed link objects
62
- */
63
- get parsedTags() {
64
- return sharedUtils.parseData(this.tags);
65
- }
66
- articleClasses() {
67
- return [
68
- this.description ? (this.tiny ? 'min-h-120' : 'min-h-156') : 'h-auto',
69
- this.bg ? 'bg-inverse' : 'bg-default',
70
- this.withHover ? 'effect-shadow hover:shadow-hover cursor-pointer' : '',
71
- 'border-softer effect-focus-within relative flex grow flex-col rounded-lg border-2 p-16'
72
- ].join(' ');
73
- }
74
- handleClick() {
75
- var _a;
76
- analytics.sendAnalytics({
77
- category: 'ui-component',
78
- parentContext: this.parentContext,
79
- tag: this.el.tagName.toLowerCase(),
80
- name: ((_a = this.cardTitle) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || '',
81
- action: 'click'
82
- });
83
- }
84
- render() {
85
- return (index.h("article", { key: '76e77261a0c6e0c506fe7600d31a492808293d27', class: this.articleClasses(), onClick: () => this.handleClick() }, index.h("eds-card-title", { key: 'ca26508b05a31310df7fc0c3fa5769f7947e80fc', "heading-level": this.headingLevel, titleClass: this.image ? 'f-ui-01' : undefined, "card-title": this.cardTitle, url: this.url, hierarchy: this.hierarchy }), index.h("div", { key: '00ba325e6a0093cb2be35854f2bcb579ad4eb35b', class: "mt-8 mb-8" }, this.description && index.h("eds-card-desc", { key: '2d775f772092b7873dd1eabc7c3e8606dded0c47', "truncate-lines": "3", description: this.description })), this.parsedImage ? (index.h("eds-img", Object.assign({ class: "mt-8 block mx-auto" }, this.parsedImage))) : this.avatar || this.shortAbbreviation ? (index.h("eds-avatar", { class: "order-first mb-12", picture: this.avatar, initials: this.shortAbbreviation })) : null, index.h("div", { key: 'e51237f8196212715d1d97ae1e6bfc2625573cb3', class: "flex flex-wrap gap-y-4 gap-x-1" }, this.parsedTags.map((tag, index$1) => (index.h("eds-tag", { key: index$1, intent: tag.style, label: tag.label, size: tag.size })))), ' '));
86
- }
87
- get el() { return index.getElement(this); }
88
- };
89
- EdsCardGeneric.style = EdsCardGenericStyle0;
90
-
91
- exports.eds_card_generic = EdsCardGeneric;
@@ -1,195 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index$1 = require('./index-50bc1aa4.js');
6
- const analytics = require('./analytics-28713bf7.js');
7
- const index = require('./index-ab9fbefe.js');
8
-
9
- const GRADIANT_TOKENS = ['green', 'yellow', 'among-blue', 'purple'];
10
- const gradientBGColorVariants = index.cva([], {
11
- variants: {
12
- color: GRADIANT_TOKENS.reduce((acc, token) => (Object.assign(Object.assign({}, acc), { [token]: '' })), {}),
13
- direction: {
14
- top: '',
15
- bottom: ''
16
- },
17
- pseudo: {
18
- true: 'before:effect-opacity effect-bg-behind',
19
- false: ''
20
- },
21
- hover: {
22
- true: 'before:opacity-0 hover:before:opacity-100',
23
- false: ''
24
- }
25
- },
26
- compoundVariants: [
27
- // region GREEN
28
- {
29
- color: 'green',
30
- direction: 'top',
31
- pseudo: true,
32
- class: 'before:bg-gradient-01-top'
33
- },
34
- {
35
- color: 'green',
36
- pseudo: true,
37
- direction: 'bottom',
38
- class: 'before:bg-gradient-01-bottom'
39
- },
40
- {
41
- color: 'green',
42
- direction: 'top',
43
- pseudo: false,
44
- class: 'bg-gradient-01-top'
45
- },
46
- {
47
- color: 'green',
48
- pseudo: false,
49
- direction: 'bottom',
50
- class: 'bg-gradient-01-bottom'
51
- },
52
- // endregion
53
- // region YELLOW
54
- {
55
- color: 'yellow',
56
- direction: 'top',
57
- pseudo: true,
58
- class: 'before:bg-gradient-02-top'
59
- },
60
- {
61
- color: 'yellow',
62
- direction: 'bottom',
63
- pseudo: true,
64
- class: 'before:bg-gradient-02-bottom'
65
- },
66
- {
67
- color: 'yellow',
68
- direction: 'top',
69
- pseudo: false,
70
- class: 'bg-gradient-02-top'
71
- },
72
- {
73
- color: 'yellow',
74
- direction: 'bottom',
75
- pseudo: false,
76
- class: 'bg-gradient-02-bottom'
77
- },
78
- // endregion
79
- // region PURPLE
80
- {
81
- color: 'purple',
82
- direction: 'top',
83
- pseudo: true,
84
- class: 'before:bg-gradient-03-top'
85
- },
86
- {
87
- color: 'purple',
88
- direction: 'bottom',
89
- pseudo: true,
90
- class: 'before:bg-gradient-03-bottom'
91
- },
92
- {
93
- color: 'purple',
94
- direction: 'top',
95
- pseudo: false,
96
- class: 'bg-gradient-03-top'
97
- },
98
- {
99
- color: 'purple',
100
- direction: 'bottom',
101
- pseudo: false,
102
- class: 'bg-gradient-03-bottom'
103
- },
104
- // endregion
105
- // region AMONG-BLUE
106
- {
107
- color: 'among-blue',
108
- direction: 'top',
109
- pseudo: true,
110
- class: 'before:bg-gradient-04-top'
111
- },
112
- {
113
- color: 'among-blue',
114
- direction: 'bottom',
115
- pseudo: true,
116
- class: 'before:bg-gradient-04-bottom'
117
- },
118
- {
119
- color: 'among-blue',
120
- direction: 'top',
121
- pseudo: false,
122
- class: 'bg-gradient-04-top'
123
- },
124
- {
125
- color: 'among-blue',
126
- direction: 'bottom',
127
- pseudo: false,
128
- class: 'bg-gradient-04-bottom'
129
- }
130
- // endregion
131
- ],
132
- defaultVariants: {
133
- direction: 'top',
134
- pseudo: true
135
- }
136
- });
137
-
138
- const EdsCardProject = class {
139
- constructor(hostRef) {
140
- index$1.registerInstance(this, hostRef);
141
- this.image = undefined;
142
- this.editorialTitle = undefined;
143
- this.headingLevel = 'h3';
144
- this.categoryTitle = undefined;
145
- this.color = undefined;
146
- this.bgOnHover = false;
147
- this.vertical = false;
148
- this.titleProject = undefined;
149
- this.url = undefined;
150
- this.parsedImage = null;
151
- }
152
- componentWillLoad() {
153
- // Parse the image prop if it's provided
154
- if (this.image) {
155
- try {
156
- this.parsedImage = JSON.parse(this.image);
157
- }
158
- catch (error) {
159
- //console.error('Error parsing image prop:', error);
160
- }
161
- }
162
- }
163
- handleClick(event) {
164
- var _a;
165
- event.preventDefault();
166
- analytics.sendAnalytics({
167
- category: 'ui-component',
168
- tag: this.el.tagName.toLowerCase(),
169
- name: ((_a = this.titleProject) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || '',
170
- action: 'click'
171
- });
172
- }
173
- render() {
174
- var _a;
175
- const cardClasses = [
176
- 'min-h-156 border-inside after:border-softest @container overflow-hidden border-0 after:rounded-lg',
177
- this.color
178
- ? gradientBGColorVariants({
179
- color: this.color,
180
- hover: this.bgOnHover,
181
- class: 'before:border-2 before:rounded-lg before:border-softest'
182
- })
183
- : 'bg-default',
184
- this.bgOnHover && this.color
185
- ? 'effect-background bg-default focus-within:bg-transparent hover:bg-transparent'
186
- : 'effect-background hover:bg-default',
187
- this.vertical ? 'flex-col gap-y-16' : 'flex-col gap-x-16 gap-y-12 lg:flex-row'
188
- ].join(' ');
189
- const imageClasses = this.vertical ? '' : 'max-w-120 @md:max-w-192 order-first w-full lg:order-last';
190
- return (index$1.h("article", { key: '5f72c2dc52a8ef7edb004c6cf9a2035097c5aa28', class: cardClasses, onClick: (event) => this.handleClick(event) }, index$1.h("div", { key: '145809ee5e4800d852bb6d9b84a023160098f3c4', class: `flex grow flex-col ${this.vertical ? 'min-h-156' : ''}` }, index$1.h("div", { key: '3d77551f7518cf63f16daffc7d59a2dd23b66148', class: "lg:max-w-[720px]" }, index$1.h("eds-card-title", { key: '715a73ee7a013d13ef5e9f3f180eedf043998d76', "heading-level": this.headingLevel, titleClass: this.image ? 'f-ui-01' : undefined, "card-title": this.titleProject, url: this.url }), this.editorialTitle && (index$1.h("span", { key: '418fc9fe39b480f4d1c9e99f2ef4361a6ad3827f', class: `block ${this.vertical ? 'f-ui-02' : 'mt-4 f-heading-06'}` }, this.editorialTitle))), this.categoryTitle && (index$1.h("div", { key: '58764ae4d610e2d1205cf09b7274a14a8bfb5694', class: "mt-auto flex items-center gap-x-12 pt-12" }, ((_a = this.categoryTitle) === null || _a === void 0 ? void 0 : _a.length) && index$1.h("eds-tag", { key: 'c552bbc88aca3e3b114aef1fbd3e3bdf3e334624', label: this.categoryTitle })))), this.parsedImage && (index$1.h("div", { key: '3e85ad957b7d782cc228a508ce8e76ccb7490a9c', class: imageClasses }, index$1.h("div", { key: '77e161fd2deb2c6ec3e30ad0ef34f934ba9197d1', class: "aspect-1x1 w-full" }, index$1.h("eds-img", Object.assign({ key: 'e9f0f4982bddba64ee979490024af471f4e9d8f8', sizes: this.vertical ? this.parsedImage.sizes || '' : '192px' }, this.parsedImage)))))));
191
- }
192
- get el() { return index$1.getElement(this); }
193
- };
194
-
195
- exports.eds_card_project = EdsCardProject;
@@ -1,39 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-50bc1aa4.js');
6
- const sharedUtils = require('./sharedUtils-8e287250.js');
7
-
8
- const edsCardSectionCss = "ol,ul,menu{list-style:none;margin:0;padding:0}.w-full{width:100%}.grid-layout{display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid-cols-4[class*=\"grid-line-x\"][class*=\"grid-line-x\"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-4[class*=\"grid-line-xfull\"]>*:nth-child(n)::before{inset-inline-start:calc(var(--inner-gutter) / -2);inset-inline-end:calc(var(--inner-gutter) / -2)}.grid-cols-4[class*=\"grid-line-x\"]>*:nth-child(4n+1)::before{inset-inline-start:0}.grid-cols-4[class*=\"grid-line-x\"]>*:nth-child(4n+4)::before{inset-inline-end:0}.grid-cols-4[class*=\"grid-line-x\"]>*:nth-child(4n+1):nth-last-child(-n+4)::before{border-bottom-width:0}.grid-cols-4[class*=\"grid-line-x\"]>*:nth-child(4n+1):nth-last-child(-n+4)~*::before{border-bottom-width:0}.grid-cols-4[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-4[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(4n+4)::after{border-inline-end-width:0}.grid-cols-4[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(-n+4)::after{top:0}.grid-cols-4[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(4n+1):nth-last-child(-n+4)::after{bottom:0}.grid-cols-4[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(4n+1):nth-last-child(-n+4)~li::after{bottom:0}.grid-col-span-4{--container-grid-columns:4;grid-column:span 4 / span 4}.gap-y-4{row-gap:0.25rem}.gap-y-8{row-gap:0.5rem}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}@media (min-width: 750px){.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:gap-y-12{row-gap:0.75rem}.md\\:pt-28{padding-top:1.75rem}}@media (min-width: 750px){.md\\:grid-col-span-1{--container-grid-columns:1;grid-column:span 1 / span 1}.md\\:grid-col-span-2{--container-grid-columns:2;grid-column:span 2 / span 2}.md\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}.md\\:grid-col-span-4{--container-grid-columns:4;grid-column:span 4 / span 4}.md\\:w-10-cols{width:calc(((10 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.cols-container>.md\\:w-10-cols{width:calc(((10 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.md\\:w-10-cols>*{--container-grid-columns:10}}@media (min-width: 900px){.lg\\:grid-col-span-5{--container-grid-columns:5;grid-column:span 5 / span 5}.lg\\:grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.lg\\:grid-col-start-7{grid-column-start:7}.lg\\:w-8-cols{width:calc(((8 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.cols-container>.lg\\:w-8-cols{width:calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.lg\\:w-8-cols>*{--container-grid-columns:8}.lg\\:w-10-cols{width:calc(((10 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.cols-container>.lg\\:w-10-cols{width:calc(((10 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.lg\\:w-10-cols>*{--container-grid-columns:10}}@media (min-width: 900px){.lg\\:order-last{order:9999}.lg\\:order-none{order:0}.lg\\:mt-0{margin-top:0rem}.lg\\:block{display:block}.lg\\:flex{display:flex}.lg\\:hidden{display:none}.lg\\:w-\\[150px\\]{width:150px}.lg\\:w-auto{width:auto}.lg\\:max-w-\\[720px\\]{max-width:720px}.lg\\:flex-row{flex-direction:row}.lg\\:flex-nowrap{flex-wrap:nowrap}.lg\\:gap-y-16{row-gap:1rem}.lg\\:px-28{padding-left:1.75rem;padding-right:1.75rem}.lg\\:\\!pl-12{padding-left:0.75rem !important}.lg\\:\\!pr-12{padding-right:0.75rem !important}}";
9
- const EdsCardSectionStyle0 = edsCardSectionCss;
10
-
11
- const EdsCardSection = class {
12
- constructor(hostRef) {
13
- index.registerInstance(this, hostRef);
14
- this.cards = [];
15
- this.occupyCols = 1;
16
- }
17
- /**
18
- * Parses the `cards` JSON string prop into an array of card objects.
19
- * If parsing fails, returns an empty array.
20
- *
21
- * @returns {any[]} An array of parsed card objects.
22
- */
23
- get parsedCards() {
24
- return sharedUtils.parseData(this.cards);
25
- }
26
- /**
27
- * Renders the card section as a grid layout.
28
- * Each parsed card object is mapped to an `<eds-card-generic>` component,
29
- * displaying card details such as title, description, avatar, etc.
30
- *
31
- * @returns {JSX.Element} The rendered section containing a list of cards.
32
- */
33
- render() {
34
- return (index.h("section", { key: '4b30b9eb2585350196efa901f5b36d903e43af4d', class: "w-full" }, index.h("ul", { key: 'ab51c67c0f4095e70be1b1c2fdf9975726b50760', class: "grid-layout grid-cols-4 gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.parsedCards.map((card) => (index.h("li", { class: `grid-col-span-4 md:grid-col-span-${this.occupyCols} flex flex-col` }, index.h("eds-card-generic", { cardTitle: card.title, description: card.description, avatar: card.avatar, headingLevel: card.headingLevel, tags: card.tags, url: card.url, bg: card.bg, tiny: card.tiny, image: card.image, withHover: card.withHover })))))));
35
- }
36
- };
37
- EdsCardSection.style = EdsCardSectionStyle0;
38
-
39
- exports.eds_card_section = EdsCardSection;
@@ -1,22 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-50bc1aa4.js');
6
-
7
- const edsCardTagsCss = ".flex{display:flex}.flex-wrap{flex-wrap:wrap}.gap-y-4{row-gap:0.25rem}";
8
- const EdsCardTagsStyle0 = edsCardTagsCss;
9
-
10
- const EdsCardTags = class {
11
- constructor(hostRef) {
12
- index.registerInstance(this, hostRef);
13
- this.accent = false;
14
- this.tags = [];
15
- }
16
- render() {
17
- return (index.h("div", { key: 'a0184d0900e08d0ae48dd4d2164c9d7ca0ef8db1', class: "flex flex-wrap gap-y-4" }, this.tags.map((tag, index$1) => (index.h("eds-tag", { key: index$1, intent: this.accent ? 'accent' : 'default', label: tag })))));
18
- }
19
- };
20
- EdsCardTags.style = EdsCardTagsStyle0;
21
-
22
- exports.eds_card_tags = EdsCardTags;
@@ -1,79 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-50bc1aa4.js');
6
- const analytics = require('./analytics-28713bf7.js');
7
-
8
- const edsCardToolCss = ".h-auto{height:auto}.h-full{height:100%}.\\!min-h-20{min-height:1.25rem !important}.min-h-120{min-height:120px}.min-h-156{min-height:156px}.bg-default{background-color:var(--grey-200)}.bg-inverse{background-color:var(--white)}.effect-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\\:shadow-hover:hover{--tw-shadow:0px 0px 16px rgba(0, 0, 0, 0.2);--tw-shadow-colored:0px 0px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.cursor-pointer{cursor:pointer}.border-soft{border-color:rgba(0, 0, 0, .15 )}.border-softer{border:2px solid rgba(0, 0, 0, .1 )}.effect-focus-within{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.effect-focus-within:focus-within{outline-style:solid}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grow{flex-grow:1}.flex-col{flex-direction:column}.rounded-lg{border-radius:16px}.border-2{border-width:2px}.p-12{padding:0.75rem}.p-16{padding:1rem}.mt-6{margin-top:0.375rem}.mt-8{margin-top:0.5rem}.gap-y-4{row-gap:0.25rem}.order-first{order:-9999}.mb-10{margin-bottom:0.625rem}.mb-12{margin-bottom:0.75rem}";
9
- const EdsCardToolStyle0 = edsCardToolCss;
10
-
11
- const EdsCardTool = class {
12
- constructor(hostRef) {
13
- index.registerInstance(this, hostRef);
14
- this.cardTitle = undefined;
15
- this.url = undefined;
16
- this.description = undefined;
17
- this.image = undefined;
18
- this.avatar = undefined;
19
- this.shortAbbreviation = undefined;
20
- this.headingLevel = 'h5';
21
- this.tags = '';
22
- this.tiny = false;
23
- this.bg = true;
24
- this.withHover = true;
25
- this.external = false;
26
- this.hierarchy = true;
27
- }
28
- /**
29
- * Parses the `tags` prop into an array of link objects.
30
- * Returns an empty array if parsing fails or if `tags` is not a valid JSON string or object.
31
- *
32
- * @returns {any[]} Array of parsed link objects
33
- */
34
- get parsedTags() {
35
- if (typeof this.tags === 'object') {
36
- return this.tags;
37
- }
38
- else if (typeof this.tags === 'string') {
39
- try {
40
- return JSON.parse(this.tags);
41
- }
42
- catch (e) {
43
- // eslint-disable-next-line
44
- console.error('Error parsing links prop:', e);
45
- return [];
46
- }
47
- }
48
- return [];
49
- }
50
- componentWillLoad() { }
51
- parseTags() {
52
- return this.tags.split(',');
53
- }
54
- articleClasses() {
55
- return [
56
- this.tiny ? 'min-h-120' : 'min-h-156',
57
- this.bg ? 'bg-inverse' : 'bg-default',
58
- this.withHover ? 'effect-shadow hover:shadow-hover cursor-pointer' : '',
59
- 'border-softer effect-focus-within relative flex grow flex-col rounded-lg border-2 p-16'
60
- ].join(' ');
61
- }
62
- handleClick() {
63
- var _a;
64
- //event.preventDefault();
65
- analytics.sendAnalytics({
66
- category: 'ui-component',
67
- tag: this.el.tagName.toLowerCase(),
68
- name: ((_a = this.cardTitle) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || '',
69
- action: 'click'
70
- });
71
- }
72
- render() {
73
- return (index.h("article", { key: 'bde34da77105309a05bf36cc1cf24888e62dc826', class: `${this.el.tagName.toLowerCase()} ${this.articleClasses()}`, onClick: () => this.handleClick() }, index.h("eds-card-title", { key: '521f11ef8f9f13cdc35b27e45e20d0bec81cc3f8', "heading-level": this.headingLevel, titleClass: this.image ? 'f-ui-01' : undefined, "card-title": this.cardTitle, url: this.url, "external-link": this.external, hierarchy: this.hierarchy }), this.description && (index.h("eds-card-desc", { key: '615ccb630818a49e278f1308aa95caec3a02e3fe', class: "mt-8", "truncate-lines": "3", description: this.description })), this.image ? (index.h("eds-img", { src: this.image, alt: "Sample Image", width: 200, height: 150 })) : this.avatar || this.shortAbbreviation ? (index.h("eds-avatar", { class: "order-first mb-12", picture: this.avatar, initials: this.shortAbbreviation })) : null, index.h("div", { key: '40cfa7d940136d4bce5de0c2b37fca91187110f8', class: "flex flex-wrap gap-y-4" }, this.parsedTags.map((tag, index$1) => (index.h("eds-tag", { key: index$1, intent: tag.style, label: tag.label }))))));
74
- }
75
- get el() { return index.getElement(this); }
76
- };
77
- EdsCardTool.style = EdsCardToolStyle0;
78
-
79
- exports.eds_card_tool = EdsCardTool;
@@ -1,67 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-50bc1aa4.js');
6
-
7
- const edsFooterCss = "p{margin:0}.cursor-pointer{cursor:pointer}.ml-4{margin-left:0.25rem}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.bg-darker{background-color:var(--grey-400)}.border-softest{border-color:rgba(0, 0, 0, .05)}.border-t-2{border-top-width:2px}.pt-20{padding-top:1.25rem}.pb-28{padding-bottom:1.75rem}.grid-layout{display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-col-span-12{--container-grid-columns:12;grid-column:span 12 / span 12}.mt-28{margin-top:1.75rem}.gap-y-12{row-gap:0.75rem}.gap-x-12{-moz-column-gap:0.75rem;column-gap:0.75rem}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-20{gap:1.25rem}.effect-focus{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.focus-visible\\:rounded-xs:focus-visible{border-radius:4px}.flex{display:flex}.w-\\[54px\\]{width:54px}.ml-0{margin-left:0rem}.order-last{order:9999}.w-full{width:100%}.f-ui-04{font-family:var(--f-ui-04-fontFamily);font-weight:var(--f-ui-04-fontWeight);font-size:var(--f-ui-04-fontSize);line-height:var(--f-ui-04-lineHeight);letter-spacing:var(--f-ui-04-letterSpacing)}.text-light{color:var(--grey-700)}.mt-4{margin-top:0.25rem}.mr-4{margin-right:0.25rem}.gap-12{gap:0.75rem}.inline-block{display:inline-block}.\\!no-underline{text-decoration-line:none !important}.decoration-2{text-decoration-thickness:2px}.underline-offset-4{text-underline-offset:4px}.hover\\:\\!underline:hover{text-decoration-line:underline !important}.ml-auto{margin-left:auto}.pl-12{padding-left:0.75rem}.opacity-0{opacity:0}@media (min-width: 750px){.md\\:pt-28{padding-top:1.75rem}}@media (min-width: 900px){.lg\\:grid-col-span-5{--container-grid-columns:5;grid-column:span 5 / span 5}.lg\\:grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.lg\\:grid-col-start-7{grid-column-start:7}.lg\\:mt-0{margin-top:0rem}.lg\\:flex-nowrap{flex-wrap:nowrap}.lg\\:order-none{order:0}.lg\\:w-auto{width:auto}}@media (min-width: 1024px){.xl\\:pb-40{padding-bottom:2.5rem}}";
8
- const EdsFooterStyle0 = edsFooterCss;
9
-
10
- const EdsFooter = class {
11
- constructor(hostRef) {
12
- index.registerInstance(this, hostRef);
13
- this.cookies = index.createEvent(this, "cookies", 7);
14
- /**
15
- * Scrolls the page smoothly back to the top.
16
- * Called when the "Back to top" button is clicked.
17
- * @private
18
- */
19
- this.backToTop = () => {
20
- window.scrollTo({ top: 0, behavior: 'smooth' });
21
- };
22
- this.social = false;
23
- this.enableScrollTop = false;
24
- this.fundedBy = 'EBRAINS is funded by the Horizon Europe Framework Programme.';
25
- this.rightsReserved = `${new Date().getFullYear()} EBRAINS. All rights reserved.`;
26
- this.cookiesPreferences = 'Cookies preferences';
27
- this.enableCookiesSettings = false;
28
- this.backToTopAriaLabel = 'Back to Top';
29
- this.showMatomoNotice = false;
30
- }
31
- componentDidLoad() {
32
- var _a;
33
- this.backBtn = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('#toTop');
34
- }
35
- handleScroll() {
36
- if (!this.backBtn) {
37
- return;
38
- }
39
- const shouldShow = window.scrollY > 100 && document.body.scrollHeight > window.innerHeight;
40
- this.backBtn.style.opacity = shouldShow ? '1' : '0';
41
- this.backBtn.style.pointerEvents = shouldShow ? 'auto' : 'none';
42
- const btn = this.backBtn.querySelector('eds-button');
43
- if (btn) {
44
- btn.removeAttribute('aria-hidden');
45
- btn.setAttribute('tabindex', shouldShow ? '0' : '-1');
46
- }
47
- }
48
- toggleCookiesConsent() {
49
- this.cookies.emit('toggle');
50
- }
51
- /**
52
- * Renders the footer component with optional sections and elements,
53
- * including social network links, a Horizon Europe funding acknowledgment, and
54
- * legal links such as "Cookies Preferences" and copyright information.
55
- */
56
- render() {
57
- const year = new Date().getFullYear();
58
- const rights = this.rightsReserved || `${year} EBRAINS. All rights reserved.`;
59
- return (index.h("footer", { key: 'bf9d98eea0bd151bf87818b770e85fe0cfa1044f' }, this.social ? (index.h("div", { class: "border-softest border-t-2 pt-20 md:pt-28" }, index.h("div", { class: "container pb-20" }, index.h("div", { class: "grid-layout" }, index.h("div", { class: "grid-col-span-12 lg:grid-col-span-5" }, index.h("eds-social-networks", { class: "mt-28" })))))) : null, index.h("div", { key: 'c0058cd32e2904e4e08ec46b99a0cbbabb5df588', class: `border-softest ${this.social ? 'border-t-2' : ''} pb-28 pt-20 md:pt-28` }, index.h("div", { key: '4f2993ccded30ca66da34eca632b62abf02e06d5', class: "container flex items-center gap-20 lg:flex-nowrap" }, index.h("div", { key: '81efd584b5de410522d338bb6ab4b53096a36868', class: "flex items-center gap-x-12" }, index.h("a", { key: '5a641163b3cb1549ee886e9029b65a012b31cd85', target: "_blank", rel: "noopener noreferrer", class: "effect-focus focus-visible:rounded-xs flex w-[54px] ml-0", href: "https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en", "aria-label": "Learn about Horizon Europe funding" }, index.h("eds-img", { key: '6428f6d0b70f802a7eaa81fcce7641f754c0071a', width: 63, height: 50, src: "https://www.ebrains.eu/flags/4x3/eu.svg", alt: "European Union Flag" }))), index.h("div", { key: 'c3612f7c694abd66831a6c04f2d9f98bc9f8a2dd' }, index.h("div", { key: '7d16c929479ee8db9d981d6178f17fd832184e29', class: "f-ui-02 text-light" }, index.h("p", { key: '86c6e3eec115a886a37618963e973004f130950e' }, this.fundedBy), index.h("div", { key: '13e4e3925ea8f76865684cba29c91653bba0c45d', class: "mt-4 flex flex-wrap gap-12 lg:flex-nowrap inline-block" }, index.h("span", { key: '21c77485fffbe352edb8501dab07fd6628de62ba', class: "effect-focus !no-underline decoration-2 underline-offset-4 hover:!underline mr-4" }, "\u00A9 ", rights), this.enableCookiesSettings ? (index.h("eds-link", { label: this.cookiesPreferences, intent: "underline", size: "small", onClick: () => {
60
- this.toggleCookiesConsent();
61
- } })) : null))), index.h("div", { key: '1c8417017493de5e446bfdeec248948d920c1a95', class: "ml-auto pl-12" }, this.enableScrollTop ? (index.h("div", { id: "toTop", class: "transition-all transition duration-75 opacity-0" }, index.h("eds-button", { id: "backToTop", "aria-label": this.backToTopAriaLabel, intent: "ghostInverse", icon: "chevron-up", onClick: this.backToTop, tabindex: "-1" }))) : null)))));
62
- }
63
- get el() { return index.getElement(this); }
64
- };
65
- EdsFooter.style = EdsFooterStyle0;
66
-
67
- exports.eds_footer = EdsFooter;