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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (262) hide show
  1. package/dist/cjs/color-primary-palette_6.cjs.entry.js +14 -14
  2. package/dist/cjs/components.cjs.js +1 -1
  3. package/dist/cjs/correct-use-of-colors.cjs.entry.js +1 -1
  4. package/dist/cjs/eds-alert.cjs.entry.js +96 -0
  5. package/dist/cjs/eds-avatar_17.cjs.entry.js +1454 -0
  6. package/dist/cjs/eds-card-desc_3.cjs.entry.js +117 -0
  7. package/dist/cjs/eds-card-generic.cjs.entry.js +105 -0
  8. package/dist/cjs/eds-card-section.cjs.entry.js +17 -6
  9. package/dist/cjs/eds-components-section.cjs.entry.js +44 -24
  10. package/dist/cjs/eds-docs-palettes.cjs.entry.js +1 -1
  11. package/dist/cjs/eds-docs-tokens.cjs.entry.js +1 -1
  12. package/dist/cjs/eds-form.cjs.entry.js +322 -0
  13. package/dist/cjs/eds-input_7.cjs.entry.js +316 -0
  14. package/dist/cjs/eds-login.cjs.entry.js +1 -1
  15. package/dist/cjs/eds-logo-variations.cjs.entry.js +27 -0
  16. package/dist/cjs/{eds-pagination.cjs.entry.js → eds-pagination_2.cjs.entry.js} +157 -0
  17. package/dist/cjs/eds-progress-bar.cjs.entry.js +29 -0
  18. package/dist/cjs/eds-svg-repository.cjs.entry.js +7 -1
  19. package/dist/cjs/eds-tabs-content.cjs.entry.js +2 -2
  20. package/dist/cjs/eds-tabs.cjs.entry.js +26 -5
  21. package/dist/cjs/eds-timeline.cjs.entry.js +76 -0
  22. package/dist/cjs/eds-trl.cjs.entry.js +52 -0
  23. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
  24. package/dist/cjs/index-f08e4f5c.js +38 -30
  25. package/dist/cjs/loader.cjs.js +1 -1
  26. package/dist/cjs/logo-space.cjs.entry.js +1 -1
  27. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +36 -0
  28. package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
  29. package/dist/cjs/token-list_3.cjs.entry.js +3 -3
  30. package/dist/cjs/token-ratios.cjs.entry.js +1 -1
  31. package/dist/cjs/token-spacing.cjs.entry.js +1 -1
  32. package/dist/cjs/token-typography.cjs.entry.js +1 -1
  33. package/dist/collection/collection-manifest.json +1 -0
  34. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +13 -12
  35. package/dist/collection/components/eds-button/eds-button.js +3 -3
  36. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +140 -15
  37. package/dist/collection/components/eds-table/eds-table.css +4 -0
  38. package/dist/collection/components/eds-table/eds-table.js +69 -11
  39. package/dist/collection/components/eds-table/eds-table.stories.js +14 -93
  40. package/dist/collection/components/eds-timeline/eds-timeline.js +26 -16
  41. package/dist/collection/components/eds-trl/eds-trl.js +30 -22
  42. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  43. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  44. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  45. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  46. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  47. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  48. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  49. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -5
  50. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  51. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  52. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  53. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  54. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  55. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +1 -1
  56. package/dist/collection/eds-docs-ui/eds-components-section/eds-components-section.js +3 -6
  57. package/dist/collection/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.js +1 -1
  58. package/dist/collection/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.js +1 -1
  59. package/dist/collection/eds-docs-ui/eds-logo-variations/eds-logo-variations.js +44 -0
  60. package/dist/collection/eds-docs-ui/eds-svg-repository/eds-svg-repository.js +7 -1
  61. package/dist/collection/eds-docs-ui/functional/angular.js +1 -1
  62. package/dist/collection/eds-docs-ui/functional/installation.js +1 -1
  63. package/dist/collection/eds-docs-ui/functional/overview.js +1 -1
  64. package/dist/collection/eds-docs-ui/functional/react.js +1 -1
  65. package/dist/collection/eds-docs-ui/functional/vue.js +1 -1
  66. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -1
  67. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.css +21 -1
  68. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +2 -54
  69. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +4 -13
  70. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.css +4 -0
  71. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
  72. package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +19 -8
  73. package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +40 -7
  74. package/dist/collection/shared-ui/eds-footer/eds-footer.js +1 -1
  75. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +4 -3
  76. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +77 -0
  77. package/dist/collection/shared-ui/eds-header/eds-header.js +9 -5
  78. package/dist/collection/shared-ui/eds-header/eds-header.stories.js +16 -10
  79. package/dist/collection/shared-ui/eds-login/eds-login.js +3 -2
  80. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +4 -4
  81. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.stories.js +21 -0
  82. package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +29 -8
  83. package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +22 -4
  84. package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.js +2 -2
  85. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +48 -34
  86. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +1 -1
  87. package/dist/collection/shared-ui/eds-user/eds-user.js +12 -6
  88. package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.js +1 -11
  89. package/dist/components/components.css +17 -10
  90. package/dist/components/components.esm.js +1 -1
  91. package/dist/components/correct-use-of-colors.js +1 -1
  92. package/dist/components/eds-breadcrumb.js +13 -12
  93. package/dist/components/eds-button2.js +1 -1
  94. package/dist/components/eds-card-section.js +17 -6
  95. package/dist/components/eds-components-section.js +44 -24
  96. package/dist/components/eds-docs-palettes.js +1 -1
  97. package/dist/components/eds-docs-tokens.js +1 -1
  98. package/dist/components/eds-footer2.js +1 -1
  99. package/dist/components/eds-header.js +6 -2
  100. package/dist/components/eds-input-select2.js +70 -2
  101. package/dist/components/eds-login.js +3 -2
  102. package/dist/components/eds-logo-variations.d.ts +11 -0
  103. package/dist/components/eds-logo-variations.js +60 -0
  104. package/dist/components/eds-social-networks.js +2 -2
  105. package/dist/components/eds-social-networks2.js +6 -6
  106. package/dist/components/eds-svg-repository.js +7 -1
  107. package/dist/components/eds-table2.js +36 -14
  108. package/dist/components/eds-tabs-content.js +2 -2
  109. package/dist/components/eds-tabs.js +26 -5
  110. package/dist/components/eds-timeline.js +23 -10
  111. package/dist/components/eds-toast-manager.js +1 -1
  112. package/dist/components/eds-trl.js +95 -15
  113. package/dist/components/eds-user-modal2.js +1 -5
  114. package/dist/components/eds-user2.js +12 -6
  115. package/dist/components/incorrect-use-of-colors.js +20 -2
  116. package/dist/components/logo-space.js +1 -1
  117. package/dist/components/logo-variations-horizontal.js +2 -50
  118. package/dist/components/logo-variations-horizontal2.js +37 -0
  119. package/dist/components/logo-variations-vertical.js +2 -50
  120. package/dist/components/logo-variations-vertical2.js +42 -0
  121. package/dist/components/logo-wrong-usage.js +2 -2
  122. package/dist/components/p-005de86f.entry.js +1 -0
  123. package/dist/components/{p-5eb32f03.entry.js → p-0910d733.entry.js} +1 -1
  124. package/dist/components/{p-c9c3cc49.entry.js → p-22e6d7d5.entry.js} +1 -1
  125. package/dist/components/p-2851ff44.entry.js +1 -0
  126. package/dist/components/p-29648b47.entry.js +1 -0
  127. package/dist/components/{p-9722811d.entry.js → p-2e8459ef.entry.js} +1 -1
  128. package/dist/components/p-3617841d.entry.js +1 -0
  129. package/dist/components/p-3ff76976.entry.js +1 -0
  130. package/dist/components/{p-bb60412b.entry.js → p-435a14c1.entry.js} +1 -1
  131. package/dist/components/p-52ac3456.entry.js +1 -0
  132. package/dist/components/p-57c964c5.entry.js +1 -0
  133. package/dist/components/p-5a43503a.entry.js +1 -0
  134. package/dist/components/p-5afb626c.entry.js +1 -0
  135. package/dist/components/p-5d7af761.entry.js +1 -0
  136. package/dist/components/p-6378fb3e.entry.js +1 -0
  137. package/dist/components/p-7215789a.entry.js +1 -0
  138. package/dist/components/p-762c8c83.entry.js +1 -0
  139. package/dist/components/p-7802e966.entry.js +1 -0
  140. package/dist/components/p-84957b6d.entry.js +1 -0
  141. package/dist/components/{p-1bcfbaf1.entry.js → p-87830085.entry.js} +1 -1
  142. package/dist/components/p-ac0112d5.entry.js +1 -0
  143. package/dist/components/p-acb16e1c.entry.js +1 -0
  144. package/dist/components/p-ae5dbd41.entry.js +1 -0
  145. package/dist/components/p-be6c80da.entry.js +1 -0
  146. package/dist/components/p-d1f6a722.entry.js +1 -0
  147. package/dist/components/p-d53b7a75.entry.js +1 -0
  148. package/dist/components/{p-b717f95a.entry.js → p-d571d530.entry.js} +1 -1
  149. package/dist/components/p-d7a92efb.entry.js +1 -0
  150. package/dist/components/p-fd27e56c.entry.js +1 -0
  151. package/dist/components/primary.js +1 -1
  152. package/dist/components/primary2.js +1 -1
  153. package/dist/components/secondary.js +1 -1
  154. package/dist/components/secondary2.js +7 -7
  155. package/dist/components/support.js +1 -1
  156. package/dist/components/support2.js +3 -3
  157. package/dist/components/token-list2.js +1 -1
  158. package/dist/components/token-radii2.js +1 -1
  159. package/dist/components/token-ratios.js +1 -1
  160. package/dist/components/token-shadows2.js +1 -1
  161. package/dist/components/token-spacing.js +1 -1
  162. package/dist/components/token-typography.js +1 -1
  163. package/dist/esm/color-primary-palette_6.entry.js +14 -14
  164. package/dist/esm/components.js +1 -1
  165. package/dist/esm/correct-use-of-colors.entry.js +1 -1
  166. package/dist/esm/eds-alert.entry.js +92 -0
  167. package/dist/esm/eds-avatar_17.entry.js +1434 -0
  168. package/dist/esm/eds-card-desc_3.entry.js +111 -0
  169. package/dist/esm/eds-card-generic.entry.js +101 -0
  170. package/dist/esm/eds-card-section.entry.js +17 -6
  171. package/dist/esm/eds-components-section.entry.js +44 -24
  172. package/dist/esm/eds-docs-palettes.entry.js +1 -1
  173. package/dist/esm/eds-docs-tokens.entry.js +1 -1
  174. package/dist/esm/eds-form.entry.js +318 -0
  175. package/dist/esm/eds-input_7.entry.js +306 -0
  176. package/dist/esm/eds-login.entry.js +1 -1
  177. package/dist/esm/eds-logo-variations.entry.js +23 -0
  178. package/dist/esm/{eds-pagination.entry.js → eds-pagination_2.entry.js} +157 -1
  179. package/dist/esm/eds-progress-bar.entry.js +25 -0
  180. package/dist/esm/eds-svg-repository.entry.js +8 -2
  181. package/dist/esm/eds-tabs-content.entry.js +2 -2
  182. package/dist/esm/eds-tabs.entry.js +26 -5
  183. package/dist/esm/eds-timeline.entry.js +72 -0
  184. package/dist/esm/eds-trl.entry.js +48 -0
  185. package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
  186. package/dist/esm/index-e96badea.js +38 -30
  187. package/dist/esm/loader.js +1 -1
  188. package/dist/esm/logo-space.entry.js +1 -1
  189. package/dist/esm/logo-variations-horizontal_2.entry.js +31 -0
  190. package/dist/esm/logo-wrong-usage.entry.js +2 -2
  191. package/dist/esm/token-list_3.entry.js +3 -3
  192. package/dist/esm/token-ratios.entry.js +1 -1
  193. package/dist/esm/token-spacing.entry.js +1 -1
  194. package/dist/esm/token-typography.entry.js +1 -1
  195. package/dist/hydrate/index.js +378 -178
  196. package/dist/hydrate/index.mjs +378 -178
  197. package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +1 -5
  198. package/dist/types/components/eds-button/eds-button.d.ts +2 -2
  199. package/dist/types/components/eds-input-elements/eds-input-select/eds-input-select.d.ts +106 -3
  200. package/dist/types/components/eds-table/eds-table.d.ts +9 -1
  201. package/dist/types/components/eds-table/eds-table.stories.d.ts +6 -67
  202. package/dist/types/components/eds-timeline/eds-timeline.d.ts +9 -12
  203. package/dist/types/components/eds-trl/eds-trl.d.ts +4 -1
  204. package/dist/types/components.d.ts +217 -38
  205. package/dist/types/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.d.ts +0 -4
  206. package/dist/types/eds-docs-ui/eds-logo-variations/eds-logo-variations.d.ts +9 -0
  207. package/dist/types/eds-docs-ui/eds-svg-repository/eds-svg-repository.d.ts +2 -0
  208. package/dist/types/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.d.ts +1 -7
  209. package/dist/types/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.d.ts +1 -1
  210. package/dist/types/shared-ui/eds-card-section/eds-card-section.d.ts +6 -1
  211. package/dist/types/shared-ui/eds-card-section/eds-card-section.stories.d.ts +20 -1
  212. package/dist/types/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +8 -2
  213. package/dist/types/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.stories.d.ts +29 -0
  214. package/dist/types/shared-ui/eds-header/eds-header.d.ts +7 -1
  215. package/dist/types/shared-ui/eds-header/eds-header.stories.d.ts +9 -1
  216. package/dist/types/shared-ui/eds-social-networks/eds-social-networks.d.ts +1 -1
  217. package/dist/types/shared-ui/eds-social-networks/eds-social-networks.stories.d.ts +13 -0
  218. package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +18 -1
  219. package/dist/types/shared-ui/eds-user/eds-user.d.ts +1 -2
  220. package/package.json +3 -3
  221. package/dist/cjs/eds-alert_28.cjs.entry.js +0 -2059
  222. package/dist/cjs/eds-block-break.cjs.entry.js +0 -21
  223. package/dist/cjs/eds-breadcrumb.cjs.entry.js +0 -153
  224. package/dist/cjs/eds-footer.cjs.entry.js +0 -50
  225. package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +0 -100
  226. package/dist/cjs/eds-social-networks.cjs.entry.js +0 -66
  227. package/dist/cjs/eds-table.cjs.entry.js +0 -143
  228. package/dist/cjs/logo-variations-horizontal.cjs.entry.js +0 -31
  229. package/dist/cjs/logo-variations-vertical.cjs.entry.js +0 -31
  230. package/dist/collection/components/eds-trl/eds-trl.css +0 -0
  231. package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.css +0 -0
  232. package/dist/components/p-04e47e04.entry.js +0 -1
  233. package/dist/components/p-0a3b2576.entry.js +0 -1
  234. package/dist/components/p-0c99ef81.entry.js +0 -1
  235. package/dist/components/p-272d249f.entry.js +0 -1
  236. package/dist/components/p-2d8508cd.entry.js +0 -1
  237. package/dist/components/p-3a2e8ef3.entry.js +0 -1
  238. package/dist/components/p-3afafa59.entry.js +0 -1
  239. package/dist/components/p-3b40559e.entry.js +0 -1
  240. package/dist/components/p-49958f77.entry.js +0 -1
  241. package/dist/components/p-551c0b58.entry.js +0 -1
  242. package/dist/components/p-559b6ec9.entry.js +0 -1
  243. package/dist/components/p-5ae9722b.entry.js +0 -1
  244. package/dist/components/p-9000b245.entry.js +0 -1
  245. package/dist/components/p-b14ef448.entry.js +0 -1
  246. package/dist/components/p-b203eb1b.entry.js +0 -1
  247. package/dist/components/p-b33941a0.entry.js +0 -1
  248. package/dist/components/p-bca40434.entry.js +0 -1
  249. package/dist/components/p-df93db96.entry.js +0 -1
  250. package/dist/components/p-ebed87b8.entry.js +0 -1
  251. package/dist/components/p-ff5de62c.entry.js +0 -1
  252. package/dist/components/p-ffec8755.entry.js +0 -1
  253. package/dist/esm/eds-alert_28.entry.js +0 -2028
  254. package/dist/esm/eds-block-break.entry.js +0 -17
  255. package/dist/esm/eds-breadcrumb.entry.js +0 -149
  256. package/dist/esm/eds-footer.entry.js +0 -46
  257. package/dist/esm/eds-fullscreen-menu.entry.js +0 -96
  258. package/dist/esm/eds-social-networks.entry.js +0 -62
  259. package/dist/esm/eds-table.entry.js +0 -139
  260. package/dist/esm/logo-variations-horizontal.entry.js +0 -27
  261. package/dist/esm/logo-variations-vertical.entry.js +0 -27
  262. /package/dist/collection/shared-ui/eds-social-networks/{eds-social-network.css → eds-social-networks.css} +0 -0
@@ -202,11 +202,11 @@ export namespace Components {
202
202
  /**
203
203
  * The visual intent or style of the button. Options include 'primary', 'secondary', 'tertiary', 'ghost', and 'ghostInverse'.
204
204
  */
205
- "intent"?: 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'ghostInverse';
205
+ "intent": 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'ghostInverse';
206
206
  /**
207
207
  * The label text to be displayed inside the button.
208
208
  */
209
- "label"?: string;
209
+ "label": string;
210
210
  /**
211
211
  * A boolean indicating whether the button is in a loading state.
212
212
  */
@@ -352,7 +352,7 @@ export namespace Components {
352
352
  /**
353
353
  * JSON string representing an array of card objects. Each card object can contain properties like `title`, `description`, `avatar`, `headingLevel`, `tags`, `url`, `bg`, `tiny`, and `image`. Example: ```json '[{"title": "Card Title", "description": "Description", "avatar": "/path/to/avatar.jpg", "url": "http://example.com"}]' ```
354
354
  */
355
- "cards": string;
355
+ "cards": string | { title: string; description: string; tags: string; url: string }[];
356
356
  /**
357
357
  * Number of columns to span for each card in the grid layout. This value sets the column span on medium (md) and larger screen sizes. Default is `4`.
358
358
  */
@@ -684,7 +684,7 @@ export namespace Components {
684
684
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
685
685
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
686
686
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
687
- * ## Key Features:
687
+ * ## Key Features
688
688
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
689
689
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
690
690
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -696,7 +696,7 @@ export namespace Components {
696
696
  /**
697
697
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
698
698
  */
699
- "links": string;
699
+ "links": string | { label: string; url: string; icon?: string; external?: boolean }[];
700
700
  /**
701
701
  * JSON string representing the extra menu links a user wants for smaill screens navigation. Each link should include `label`, `url`.
702
702
  */
@@ -737,9 +737,9 @@ export namespace Components {
737
737
  /**
738
738
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
739
739
  */
740
- "links": string;
740
+ "links": string | { label: string; url: string; icon?: string; external?: boolean }[];
741
741
  /**
742
- * Flag to enable or disable header menu toggle feature. When true, displays the toggle in the header.
742
+ * Flag to enable or disable header menu toggle feature. When true, displays the toggle in the header. Requires the <eds-fullscreen-menu> to properly work.
743
743
  */
744
744
  "menuEnabled": boolean;
745
745
  /**
@@ -1087,16 +1087,67 @@ export namespace Components {
1087
1087
  "required": boolean;
1088
1088
  "value"?: string;
1089
1089
  }
1090
+ /**
1091
+ * A custom select input component that supports both static and dynamic options.
1092
+ * Options can be provided in two formats:
1093
+ * 1. Dynamic fetch configuration:
1094
+ * [
1095
+ * { endpoint: "http://localhost/api/applications", value: "_id", label: "title" }
1096
+ * ]
1097
+ * 2. Static options:
1098
+ * [
1099
+ * { value: "react", label: "React" },
1100
+ * { value: "angular", label: "Angular" },
1101
+ * { value: "vue", label: "Vue.js" },
1102
+ * // etc.
1103
+ * ]
1104
+ * The component will automatically fetch data if a dynamic configuration is provided.
1105
+ */
1090
1106
  interface EdsInputSelect {
1107
+ /**
1108
+ * If true, the select input will be disabled.
1109
+ */
1091
1110
  "disabled": boolean;
1111
+ /**
1112
+ * If true, the select input is in an error state.
1113
+ */
1092
1114
  "error": boolean;
1115
+ /**
1116
+ * If true, indicates that there is an associated message (help or error).
1117
+ */
1093
1118
  "hasMessage": boolean;
1119
+ /**
1120
+ * Optional id for the input. If not provided, the component uses the `name` property.
1121
+ */
1094
1122
  "inputId"?: string;
1123
+ /**
1124
+ * For static options, this property defines the key used to retrieve the display label.
1125
+ */
1126
+ "labelKey": string;
1127
+ /**
1128
+ * The name attribute of the select input. Also used as the fallback id.
1129
+ */
1095
1130
  "name": string;
1096
- "options": { label: string; value: string }[];
1131
+ /**
1132
+ * Options can be provided in two formats: 1. Dynamic fetch configuration: [ { endpoint: "http://localhost/api/applications", value: "_id", label: "title" } ] 2. Static options: [ { value: "react", label: "React" }, { value: "angular", label: "Angular" }, { value: "vue", label: "Vue.js" }, // etc. ]
1133
+ */
1134
+ "options": { [key: string]: any }[];
1135
+ /**
1136
+ * Placeholder text (not used in the native select, but can be used for custom implementations).
1137
+ */
1097
1138
  "placeholder"?: string;
1139
+ /**
1140
+ * If true, the select input is marked as required.
1141
+ */
1098
1142
  "required": boolean;
1143
+ /**
1144
+ * The currently selected value.
1145
+ */
1099
1146
  "value"?: string | number;
1147
+ /**
1148
+ * For static options, this property defines the key used to retrieve the option value.
1149
+ */
1150
+ "valueKey": string;
1100
1151
  }
1101
1152
  /**
1102
1153
  * `EdsLink` is a versatile link component offering different styles and behaviors.
@@ -1218,6 +1269,12 @@ export namespace Components {
1218
1269
  */
1219
1270
  "type": 'color' | 'black' | 'color-white' | 'white' | 'no-bg';
1220
1271
  }
1272
+ interface EdsLogoVariations {
1273
+ /**
1274
+ * Active tab index to determine the content to display
1275
+ */
1276
+ "tabIndex": number;
1277
+ }
1221
1278
  /**
1222
1279
  * A Stencil component for displaying a Matomo analytics consent notice.
1223
1280
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -1461,6 +1518,10 @@ export namespace Components {
1461
1518
  * This component is versatile for displaying data with flexible configuration, and integrates with pagination and search functionalities.
1462
1519
  */
1463
1520
  interface EdsTable {
1521
+ /**
1522
+ * Optional property to control the column sizing mode. - 'default' uses containerWidth / visibleColumns. - 'medium' divides that result by 2. - 'large' divides that result by 4.
1523
+ */
1524
+ "columnSize"?: 'default' | 'medium' | 'large';
1464
1525
  /**
1465
1526
  * Config object to hide or format columns
1466
1527
  */
@@ -1479,6 +1540,7 @@ export namespace Components {
1479
1540
  * Endpoint to fetch data dynamically
1480
1541
  */
1481
1542
  "endpoint": string | null;
1543
+ "hostWidth"?: string;
1482
1544
  /**
1483
1545
  * Enable or disable pagination explicitly
1484
1546
  */
@@ -1512,7 +1574,7 @@ export namespace Components {
1512
1574
  /**
1513
1575
  * JSON string for tabs data
1514
1576
  */
1515
- "tabs": string;
1577
+ "tabs": string | { label: string; url: string; active: boolean; ariaLabel: string }[];
1516
1578
  }
1517
1579
  interface EdsTabsContent {
1518
1580
  /**
@@ -1544,9 +1606,9 @@ export namespace Components {
1544
1606
  }
1545
1607
  interface EdsTimeline {
1546
1608
  /**
1547
- * Accepts a JSON string of timeline events.
1609
+ * Accepts a JSON string or object of timeline events.
1548
1610
  */
1549
- "events": string;
1611
+ "events": string | any[];
1550
1612
  }
1551
1613
  interface EdsToast {
1552
1614
  /**
@@ -1578,7 +1640,10 @@ export namespace Components {
1578
1640
  "position": 'above' | 'below';
1579
1641
  }
1580
1642
  interface EdsTrl {
1581
- "applications": string;
1643
+ /**
1644
+ * Accepts a JSON string or an array of application objects.
1645
+ */
1646
+ "applications": string | any[];
1582
1647
  }
1583
1648
  /**
1584
1649
  * `EdsUser` is a user authentication component for managing and displaying
@@ -1626,11 +1691,6 @@ export namespace Components {
1626
1691
  interface LogoSpace {
1627
1692
  }
1628
1693
  interface LogoVariationsHorizontal {
1629
- "orientation": 'horizontal' | 'vertical';
1630
- /**
1631
- * The type of logo variation to display. Available options: "coloured", "mono", "dark".
1632
- */
1633
- "type": 'coloured' | 'black' | 'color-white';
1634
1694
  }
1635
1695
  interface LogoVariationsVertical {
1636
1696
  "orientation": 'horizontal' | 'vertical';
@@ -2014,7 +2074,7 @@ declare global {
2014
2074
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
2015
2075
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
2016
2076
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
2017
- * ## Key Features:
2077
+ * ## Key Features
2018
2078
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
2019
2079
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
2020
2080
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -2290,6 +2350,22 @@ declare global {
2290
2350
  interface HTMLEdsInputSelectElementEventMap {
2291
2351
  "changeEvent": string | number;
2292
2352
  }
2353
+ /**
2354
+ * A custom select input component that supports both static and dynamic options.
2355
+ * Options can be provided in two formats:
2356
+ * 1. Dynamic fetch configuration:
2357
+ * [
2358
+ * { endpoint: "http://localhost/api/applications", value: "_id", label: "title" }
2359
+ * ]
2360
+ * 2. Static options:
2361
+ * [
2362
+ * { value: "react", label: "React" },
2363
+ * { value: "angular", label: "Angular" },
2364
+ * { value: "vue", label: "Vue.js" },
2365
+ * // etc.
2366
+ * ]
2367
+ * The component will automatically fetch data if a dynamic configuration is provided.
2368
+ */
2293
2369
  interface HTMLEdsInputSelectElement extends Components.EdsInputSelect, HTMLStencilElement {
2294
2370
  addEventListener<K extends keyof HTMLEdsInputSelectElementEventMap>(type: K, listener: (this: HTMLEdsInputSelectElement, ev: EdsInputSelectCustomEvent<HTMLEdsInputSelectElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
2295
2371
  addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
@@ -2320,7 +2396,10 @@ declare global {
2320
2396
  new (): HTMLEdsLinkElement;
2321
2397
  };
2322
2398
  interface HTMLEdsLoginElementEventMap {
2323
- "authStatusChanged": { authenticated: boolean; user: any };
2399
+ "authStatusChanged": {
2400
+ authenticated: boolean;
2401
+ user: any;
2402
+ };
2324
2403
  }
2325
2404
  /**
2326
2405
  * `EdsLogin` is a login component that integrates Keycloak authentication,
@@ -2362,6 +2441,12 @@ declare global {
2362
2441
  prototype: HTMLEdsLogoElement;
2363
2442
  new (): HTMLEdsLogoElement;
2364
2443
  };
2444
+ interface HTMLEdsLogoVariationsElement extends Components.EdsLogoVariations, HTMLStencilElement {
2445
+ }
2446
+ var HTMLEdsLogoVariationsElement: {
2447
+ prototype: HTMLEdsLogoVariationsElement;
2448
+ new (): HTMLEdsLogoVariationsElement;
2449
+ };
2365
2450
  /**
2366
2451
  * A Stencil component for displaying a Matomo analytics consent notice.
2367
2452
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -2495,7 +2580,11 @@ declare global {
2495
2580
  new (): HTMLEdsTableElement;
2496
2581
  };
2497
2582
  interface HTMLEdsTabsElementEventMap {
2498
- "tabChange": { tabId: string; index: number; name?: string };
2583
+ "tabChange": {
2584
+ tabId: string;
2585
+ index: number;
2586
+ name?: string;
2587
+ };
2499
2588
  }
2500
2589
  /**
2501
2590
  * `EdsTabs` is a tabs component that renders a navigational tab bar.
@@ -2763,6 +2852,7 @@ declare global {
2763
2852
  "eds-link": HTMLEdsLinkElement;
2764
2853
  "eds-login": HTMLEdsLoginElement;
2765
2854
  "eds-logo": HTMLEdsLogoElement;
2855
+ "eds-logo-variations": HTMLEdsLogoVariationsElement;
2766
2856
  "eds-matomo-notice": HTMLEdsMatomoNoticeElement;
2767
2857
  "eds-modal": HTMLEdsModalElement;
2768
2858
  "eds-navigator": HTMLEdsNavigatorElement;
@@ -3152,7 +3242,7 @@ declare namespace LocalJSX {
3152
3242
  /**
3153
3243
  * JSON string representing an array of card objects. Each card object can contain properties like `title`, `description`, `avatar`, `headingLevel`, `tags`, `url`, `bg`, `tiny`, and `image`. Example: ```json '[{"title": "Card Title", "description": "Description", "avatar": "/path/to/avatar.jpg", "url": "http://example.com"}]' ```
3154
3244
  */
3155
- "cards"?: string;
3245
+ "cards"?: string | { title: string; description: string; tags: string; url: string }[];
3156
3246
  /**
3157
3247
  * Number of columns to span for each card in the grid layout. This value sets the column span on medium (md) and larger screen sizes. Default is `4`.
3158
3248
  */
@@ -3488,7 +3578,7 @@ declare namespace LocalJSX {
3488
3578
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
3489
3579
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
3490
3580
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
3491
- * ## Key Features:
3581
+ * ## Key Features
3492
3582
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
3493
3583
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
3494
3584
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -3500,7 +3590,7 @@ declare namespace LocalJSX {
3500
3590
  /**
3501
3591
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
3502
3592
  */
3503
- "links"?: string;
3593
+ "links"?: string | { label: string; url: string; icon?: string; external?: boolean }[];
3504
3594
  /**
3505
3595
  * JSON string representing the extra menu links a user wants for smaill screens navigation. Each link should include `label`, `url`.
3506
3596
  */
@@ -3545,9 +3635,9 @@ declare namespace LocalJSX {
3545
3635
  /**
3546
3636
  * JSON string representing the links for primary navigation. Each link should include `label`, `url`, and optionally an `icon`.
3547
3637
  */
3548
- "links"?: string;
3638
+ "links"?: string | { label: string; url: string; icon?: string; external?: boolean }[];
3549
3639
  /**
3550
- * Flag to enable or disable header menu toggle feature. When true, displays the toggle in the header.
3640
+ * Flag to enable or disable header menu toggle feature. When true, displays the toggle in the header. Requires the <eds-fullscreen-menu> to properly work.
3551
3641
  */
3552
3642
  "menuEnabled"?: boolean;
3553
3643
  /**
@@ -3898,17 +3988,72 @@ declare namespace LocalJSX {
3898
3988
  "required"?: boolean;
3899
3989
  "value"?: string;
3900
3990
  }
3991
+ /**
3992
+ * A custom select input component that supports both static and dynamic options.
3993
+ * Options can be provided in two formats:
3994
+ * 1. Dynamic fetch configuration:
3995
+ * [
3996
+ * { endpoint: "http://localhost/api/applications", value: "_id", label: "title" }
3997
+ * ]
3998
+ * 2. Static options:
3999
+ * [
4000
+ * { value: "react", label: "React" },
4001
+ * { value: "angular", label: "Angular" },
4002
+ * { value: "vue", label: "Vue.js" },
4003
+ * // etc.
4004
+ * ]
4005
+ * The component will automatically fetch data if a dynamic configuration is provided.
4006
+ */
3901
4007
  interface EdsInputSelect {
4008
+ /**
4009
+ * If true, the select input will be disabled.
4010
+ */
3902
4011
  "disabled"?: boolean;
4012
+ /**
4013
+ * If true, the select input is in an error state.
4014
+ */
3903
4015
  "error"?: boolean;
4016
+ /**
4017
+ * If true, indicates that there is an associated message (help or error).
4018
+ */
3904
4019
  "hasMessage"?: boolean;
4020
+ /**
4021
+ * Optional id for the input. If not provided, the component uses the `name` property.
4022
+ */
3905
4023
  "inputId"?: string;
4024
+ /**
4025
+ * For static options, this property defines the key used to retrieve the display label.
4026
+ */
4027
+ "labelKey"?: string;
4028
+ /**
4029
+ * The name attribute of the select input. Also used as the fallback id.
4030
+ */
3906
4031
  "name": string;
4032
+ /**
4033
+ * Emitted when the value of the select input changes.
4034
+ * @event changeEvent
4035
+ */
3907
4036
  "onChangeEvent"?: (event: EdsInputSelectCustomEvent<string | number>) => void;
3908
- "options"?: { label: string; value: string }[];
4037
+ /**
4038
+ * Options can be provided in two formats: 1. Dynamic fetch configuration: [ { endpoint: "http://localhost/api/applications", value: "_id", label: "title" } ] 2. Static options: [ { value: "react", label: "React" }, { value: "angular", label: "Angular" }, { value: "vue", label: "Vue.js" }, // etc. ]
4039
+ */
4040
+ "options"?: { [key: string]: any }[];
4041
+ /**
4042
+ * Placeholder text (not used in the native select, but can be used for custom implementations).
4043
+ */
3909
4044
  "placeholder"?: string;
4045
+ /**
4046
+ * If true, the select input is marked as required.
4047
+ */
3910
4048
  "required"?: boolean;
4049
+ /**
4050
+ * The currently selected value.
4051
+ */
3911
4052
  "value"?: string | number;
4053
+ /**
4054
+ * For static options, this property defines the key used to retrieve the option value.
4055
+ */
4056
+ "valueKey"?: string;
3912
4057
  }
3913
4058
  /**
3914
4059
  * `EdsLink` is a versatile link component offering different styles and behaviors.
@@ -4005,7 +4150,10 @@ declare namespace LocalJSX {
4005
4150
  /**
4006
4151
  * Event emitted when the authentication status changes. It emits a boolean value indicating the new authentication status.
4007
4152
  */
4008
- "onAuthStatusChanged"?: (event: EdsLoginCustomEvent<{ authenticated: boolean; user: any }>) => void;
4153
+ "onAuthStatusChanged"?: (event: EdsLoginCustomEvent<{
4154
+ authenticated: boolean;
4155
+ user: any;
4156
+ }>) => void;
4009
4157
  }
4010
4158
  /**
4011
4159
  * `EdsLogo` is a logo component designed to display a clickable logo that can link to a specified URL.
@@ -4034,6 +4182,12 @@ declare namespace LocalJSX {
4034
4182
  */
4035
4183
  "type"?: 'color' | 'black' | 'color-white' | 'white' | 'no-bg';
4036
4184
  }
4185
+ interface EdsLogoVariations {
4186
+ /**
4187
+ * Active tab index to determine the content to display
4188
+ */
4189
+ "tabIndex"?: number;
4190
+ }
4037
4191
  /**
4038
4192
  * A Stencil component for displaying a Matomo analytics consent notice.
4039
4193
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -4264,6 +4418,10 @@ declare namespace LocalJSX {
4264
4418
  * This component is versatile for displaying data with flexible configuration, and integrates with pagination and search functionalities.
4265
4419
  */
4266
4420
  interface EdsTable {
4421
+ /**
4422
+ * Optional property to control the column sizing mode. - 'default' uses containerWidth / visibleColumns. - 'medium' divides that result by 2. - 'large' divides that result by 4.
4423
+ */
4424
+ "columnSize"?: 'default' | 'medium' | 'large';
4267
4425
  /**
4268
4426
  * Config object to hide or format columns
4269
4427
  */
@@ -4282,6 +4440,7 @@ declare namespace LocalJSX {
4282
4440
  * Endpoint to fetch data dynamically
4283
4441
  */
4284
4442
  "endpoint"?: string | null;
4443
+ "hostWidth"?: string;
4285
4444
  /**
4286
4445
  * Enable or disable pagination explicitly
4287
4446
  */
@@ -4312,11 +4471,15 @@ declare namespace LocalJSX {
4312
4471
  * Aria label for the navigation
4313
4472
  */
4314
4473
  "navAriaLabel"?: string;
4315
- "onTabChange"?: (event: EdsTabsCustomEvent<{ tabId: string; index: number; name?: string }>) => void;
4474
+ "onTabChange"?: (event: EdsTabsCustomEvent<{
4475
+ tabId: string;
4476
+ index: number;
4477
+ name?: string;
4478
+ }>) => void;
4316
4479
  /**
4317
4480
  * JSON string for tabs data
4318
4481
  */
4319
- "tabs"?: string;
4482
+ "tabs"?: string | { label: string; url: string; active: boolean; ariaLabel: string }[];
4320
4483
  }
4321
4484
  interface EdsTabsContent {
4322
4485
  /**
@@ -4349,9 +4512,9 @@ declare namespace LocalJSX {
4349
4512
  }
4350
4513
  interface EdsTimeline {
4351
4514
  /**
4352
- * Accepts a JSON string of timeline events.
4515
+ * Accepts a JSON string or object of timeline events.
4353
4516
  */
4354
- "events"?: string;
4517
+ "events"?: string | any[];
4355
4518
  }
4356
4519
  interface EdsToast {
4357
4520
  /**
@@ -4383,7 +4546,10 @@ declare namespace LocalJSX {
4383
4546
  "position"?: 'above' | 'below';
4384
4547
  }
4385
4548
  interface EdsTrl {
4386
- "applications"?: string;
4549
+ /**
4550
+ * Accepts a JSON string or an array of application objects.
4551
+ */
4552
+ "applications"?: string | any[];
4387
4553
  }
4388
4554
  /**
4389
4555
  * `EdsUser` is a user authentication component for managing and displaying
@@ -4438,11 +4604,6 @@ declare namespace LocalJSX {
4438
4604
  interface LogoSpace {
4439
4605
  }
4440
4606
  interface LogoVariationsHorizontal {
4441
- "orientation"?: 'horizontal' | 'vertical';
4442
- /**
4443
- * The type of logo variation to display. Available options: "coloured", "mono", "dark".
4444
- */
4445
- "type"?: 'coloured' | 'black' | 'color-white';
4446
4607
  }
4447
4608
  interface LogoVariationsVertical {
4448
4609
  "orientation"?: 'horizontal' | 'vertical';
@@ -4529,6 +4690,7 @@ declare namespace LocalJSX {
4529
4690
  "eds-link": EdsLink;
4530
4691
  "eds-login": EdsLogin;
4531
4692
  "eds-logo": EdsLogo;
4693
+ "eds-logo-variations": EdsLogoVariations;
4532
4694
  "eds-matomo-notice": EdsMatomoNotice;
4533
4695
  "eds-modal": EdsModal;
4534
4696
  "eds-navigator": EdsNavigator;
@@ -4730,7 +4892,7 @@ declare module "@stencil/core" {
4730
4892
  * `eds-fullscreen-menu` is a fullscreen menu component designed for the EBRAINS platform.
4731
4893
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
4732
4894
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
4733
- * ## Key Features:
4895
+ * ## Key Features
4734
4896
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
4735
4897
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
4736
4898
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -4813,6 +4975,22 @@ declare module "@stencil/core" {
4813
4975
  "eds-input-label": LocalJSX.EdsInputLabel & JSXBase.HTMLAttributes<HTMLEdsInputLabelElement>;
4814
4976
  "eds-input-range": LocalJSX.EdsInputRange & JSXBase.HTMLAttributes<HTMLEdsInputRangeElement>;
4815
4977
  "eds-input-search": LocalJSX.EdsInputSearch & JSXBase.HTMLAttributes<HTMLEdsInputSearchElement>;
4978
+ /**
4979
+ * A custom select input component that supports both static and dynamic options.
4980
+ * Options can be provided in two formats:
4981
+ * 1. Dynamic fetch configuration:
4982
+ * [
4983
+ * { endpoint: "http://localhost/api/applications", value: "_id", label: "title" }
4984
+ * ]
4985
+ * 2. Static options:
4986
+ * [
4987
+ * { value: "react", label: "React" },
4988
+ * { value: "angular", label: "Angular" },
4989
+ * { value: "vue", label: "Vue.js" },
4990
+ * // etc.
4991
+ * ]
4992
+ * The component will automatically fetch data if a dynamic configuration is provided.
4993
+ */
4816
4994
  "eds-input-select": LocalJSX.EdsInputSelect & JSXBase.HTMLAttributes<HTMLEdsInputSelectElement>;
4817
4995
  /**
4818
4996
  * `EdsLink` is a versatile link component offering different styles and behaviors.
@@ -4846,6 +5024,7 @@ declare module "@stencil/core" {
4846
5024
  * This component is ideal for navigation and branding, with options for style customization and interaction tracking.
4847
5025
  */
4848
5026
  "eds-logo": LocalJSX.EdsLogo & JSXBase.HTMLAttributes<HTMLEdsLogoElement>;
5027
+ "eds-logo-variations": LocalJSX.EdsLogoVariations & JSXBase.HTMLAttributes<HTMLEdsLogoVariationsElement>;
4849
5028
  /**
4850
5029
  * A Stencil component for displaying a Matomo analytics consent notice.
4851
5030
  * Provides users with the option to opt in or opt out of anonymous analytics.
@@ -1,7 +1,3 @@
1
- /**
2
- * `CorrectUseOfColors` is a component that combines the primary palette and support palette
3
- * to display the correct use of colors.
4
- */
5
1
  /**
6
2
  * @internal
7
3
  */
@@ -0,0 +1,9 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ export declare class EdsLogoVariations {
5
+ /** Active tab index to determine the content to display */
6
+ tabIndex: number;
7
+ renderContent(): any;
8
+ render(): any;
9
+ }
@@ -2,6 +2,8 @@
2
2
  * @internal
3
3
  */
4
4
  export declare class EdsSvgRepository {
5
+ hostEl: HTMLElement;
5
6
  private getSvgData;
7
+ get hostWidth(): number;
6
8
  render(): any;
7
9
  }
@@ -1,12 +1,6 @@
1
1
  /**
2
2
  * @internal
3
3
  */
4
- export declare class LogoVariations {
5
- orientation: 'horizontal' | 'vertical';
6
- /**
7
- * The type of logo variation to display.
8
- * Available options: "coloured", "mono", "dark".
9
- */
10
- type: 'coloured' | 'black' | 'color-white';
4
+ export declare class LogoVariationsHorizontal {
11
5
  render(): any;
12
6
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @internal
3
3
  */
4
- export declare class LogoVariations {
4
+ export declare class LogoVariationsVertical {
5
5
  orientation: 'horizontal' | 'vertical';
6
6
  /**
7
7
  * The type of logo variation to display.
@@ -18,7 +18,12 @@ export declare class EdsCardSection {
18
18
  * '[{"title": "Card Title", "description": "Description", "avatar": "/path/to/avatar.jpg", "url": "http://example.com"}]'
19
19
  * ```
20
20
  */
21
- cards: string;
21
+ cards: string | {
22
+ title: string;
23
+ description: string;
24
+ tags: string;
25
+ url: string;
26
+ }[];
22
27
  /**
23
28
  * Number of columns to span for each card in the grid layout.
24
29
  * This value sets the column span on medium (md) and larger screen sizes.
@@ -28,6 +28,25 @@ declare const _default: {
28
28
  parameters: {};
29
29
  };
30
30
  export default _default;
31
- export declare const Default: {
31
+ export declare const WithString: {
32
32
  render: (args: any) => string;
33
33
  };
34
+ export declare const WithObject: {
35
+ render: (args: any) => HTMLEdsCardSectionElement;
36
+ args: {
37
+ cards: {
38
+ title: string;
39
+ description: string;
40
+ tags: string;
41
+ url: string;
42
+ }[];
43
+ cols: number;
44
+ extraClass: string;
45
+ };
46
+ argTypes: {
47
+ cards: {
48
+ control: string;
49
+ description: string;
50
+ };
51
+ };
52
+ };
@@ -4,7 +4,8 @@ import { EventEmitter } from '../../stencil-public-runtime';
4
4
  * It provides a responsive, full-window overlay menu with navigation links and additional options.
5
5
  * This component is suitable for mobile and small screens, where a fullscreen menu enhances user navigation.
6
6
  *
7
- * ## Key Features:
7
+ * ## Key Features
8
+ *
8
9
  * - **Links and Menu Links**: Allows configurable primary and secondary navigation links.
9
10
  * - **Event-Driven Open/Close**: Listens for a `toggleMenu` event to open or close the menu, emitted by the `eds-header` component.
10
11
  * - **Responsive Behavior**: Automatically closes the menu when the screen width is larger than a specified breakpoint (1024px).
@@ -15,7 +16,12 @@ export declare class EdsFullscreenMenu {
15
16
  * JSON string representing the links for primary navigation.
16
17
  * Each link should include `label`, `url`, and optionally an `icon`.
17
18
  */
18
- links: string;
19
+ links: string | {
20
+ label: string;
21
+ url: string;
22
+ icon?: string;
23
+ external?: boolean;
24
+ }[];
19
25
  /**
20
26
  * JSON string representing the extra menu links a user wants for smaill screens navigation.
21
27
  * Each link should include `label`, `url`.