@ebrains/components 0.5.0-alpha.0 → 0.7.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (637) hide show
  1. package/dist/cjs/{analytics-223ea8e5.js → analytics-d8fb3fdd.js} +9 -0
  2. package/dist/cjs/color-primary-palette_6.cjs.entry.js +15 -15
  3. package/dist/cjs/components.cjs.js +2 -2
  4. package/dist/cjs/correct-use-of-colors.cjs.entry.js +2 -2
  5. package/dist/cjs/eds-accordion_22.cjs.entry.js +1959 -0
  6. package/dist/cjs/eds-alert.cjs.entry.js +97 -0
  7. package/dist/cjs/eds-app-root.cjs.entry.js +37 -0
  8. package/dist/cjs/eds-avatar_4.cjs.entry.js +2 -9
  9. package/dist/cjs/eds-breadcrumb.cjs.entry.js +135 -0
  10. package/dist/cjs/eds-card-generic.cjs.entry.js +5 -17
  11. package/dist/cjs/eds-card-project.cjs.entry.js +2 -2
  12. package/dist/cjs/eds-card-section.cjs.entry.js +6 -22
  13. package/dist/cjs/eds-card-tags.cjs.entry.js +1 -1
  14. package/dist/cjs/eds-card-tool.cjs.entry.js +2 -2
  15. package/dist/cjs/eds-card-wrapper.cjs.entry.js +1 -1
  16. package/dist/cjs/eds-code-block.cjs.entry.js +1 -1
  17. package/dist/cjs/eds-components-section.cjs.entry.js +2 -2
  18. package/dist/cjs/eds-cookies-preference.cjs.entry.js +39 -0
  19. package/dist/cjs/eds-docs-palettes.cjs.entry.js +2 -2
  20. package/dist/cjs/eds-docs-tokens.cjs.entry.js +2 -2
  21. package/dist/cjs/{eds-dropdown_2.cjs.entry.js → eds-dropdown.cjs.entry.js} +9 -42
  22. package/dist/cjs/eds-feedback.cjs.entry.js +66 -0
  23. package/dist/cjs/eds-form.cjs.entry.js +238 -255
  24. package/dist/cjs/eds-frame.cjs.entry.js +32 -32
  25. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +2 -2
  26. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +2 -2
  27. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +2 -2
  28. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +2 -2
  29. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +2 -2
  30. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +2 -2
  31. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +2 -2
  32. package/dist/cjs/eds-icon-close.cjs.entry.js +2 -2
  33. package/dist/cjs/eds-icon-copy.cjs.entry.js +2 -2
  34. package/dist/cjs/eds-icon-eu.cjs.entry.js +2 -2
  35. package/dist/cjs/eds-icon-facebook.cjs.entry.js +2 -2
  36. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +2 -2
  37. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +2 -2
  38. package/dist/cjs/eds-icon-loader.cjs.entry.js +2 -2
  39. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +2 -2
  40. package/dist/cjs/eds-icon-menu.cjs.entry.js +2 -2
  41. package/dist/cjs/eds-icon-more.cjs.entry.js +2 -2
  42. package/dist/cjs/eds-icon-search.cjs.entry.js +2 -2
  43. package/dist/cjs/eds-icon-star.cjs.entry.js +18 -0
  44. package/dist/cjs/eds-icon-success.cjs.entry.js +2 -2
  45. package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +18 -0
  46. package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +18 -0
  47. package/dist/cjs/eds-icon-twitter.cjs.entry.js +2 -2
  48. package/dist/cjs/eds-icon-user.cjs.entry.js +2 -2
  49. package/dist/cjs/eds-icon-youtube.cjs.entry.js +2 -2
  50. package/dist/{components/keycloak.js → cjs/eds-login_2.cjs.entry.js} +144 -1
  51. package/dist/cjs/eds-logo-variations.cjs.entry.js +2 -2
  52. package/dist/cjs/eds-modal.cjs.entry.js +16 -4
  53. package/dist/cjs/eds-progress-bar.cjs.entry.js +2 -2
  54. package/dist/cjs/eds-rating.cjs.entry.js +64 -0
  55. package/dist/cjs/eds-section-core_2.cjs.entry.js +4 -4
  56. package/dist/cjs/eds-spinner.cjs.entry.js +54 -0
  57. package/dist/cjs/eds-steps.cjs.entry.js +55 -0
  58. package/dist/cjs/eds-svg-repository.cjs.entry.js +9 -3
  59. package/dist/cjs/eds-switch.cjs.entry.js +38 -0
  60. package/dist/cjs/eds-tabs.cjs.entry.js +11 -25
  61. package/dist/cjs/eds-timeline.cjs.entry.js +4 -22
  62. package/dist/cjs/eds-toast-manager.cjs.entry.js +46 -0
  63. package/dist/cjs/eds-toast.cjs.entry.js +76 -0
  64. package/dist/cjs/eds-tooltip.cjs.entry.js +3 -3
  65. package/dist/cjs/eds-trl.cjs.entry.js +2 -2
  66. package/dist/cjs/eds-user.cjs.entry.js +9 -79
  67. package/dist/cjs/eds-vertical-stepper.cjs.entry.js +2 -2
  68. package/dist/cjs/formUtils-4315a99c.js +228 -0
  69. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +2 -2
  70. package/dist/cjs/{index-f08e4f5c.js → index-2f63169d.js} +57 -28
  71. package/dist/cjs/loader.cjs.js +2 -2
  72. package/dist/cjs/logo-space.cjs.entry.js +2 -2
  73. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +3 -3
  74. package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
  75. package/dist/cjs/sharedUtils-8e287250.js +21 -0
  76. package/dist/cjs/star-942eee9f.js +7 -0
  77. package/dist/cjs/thumbs-down-714036b1.js +7 -0
  78. package/dist/cjs/thumbs-up-411babb8.js +8 -0
  79. package/dist/cjs/token-list_3.cjs.entry.js +4 -4
  80. package/dist/cjs/token-ratios.cjs.entry.js +2 -2
  81. package/dist/cjs/token-spacing.cjs.entry.js +2 -2
  82. package/dist/cjs/token-typography.cjs.entry.js +2 -2
  83. package/dist/collection/collection-manifest.json +10 -5
  84. package/dist/collection/components/eds-accordion/eds-accordion.js +7 -7
  85. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +2 -2
  86. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +3 -17
  87. package/dist/collection/components/eds-button/eds-button.css +1 -19
  88. package/dist/collection/components/eds-button/eds-button.js +21 -16
  89. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +3 -15
  90. package/dist/collection/components/eds-dropdown/eds-dropdown.js +24 -2
  91. package/dist/collection/components/eds-form/eds-form.js +278 -268
  92. package/dist/collection/components/eds-form-v2/eds-form-v2.css +7153 -0
  93. package/dist/collection/components/eds-form-v2/eds-form-v2.js +405 -0
  94. package/dist/collection/components/eds-form-v2/eds-form-v2.stories.js +73 -0
  95. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +1 -1
  96. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +1 -1
  97. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +1 -1
  98. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +1 -1
  99. package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +1 -1
  100. package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +1 -1
  101. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +1 -1
  102. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +1 -1
  103. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
  104. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
  105. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +1 -1
  106. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +1 -1
  107. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +1 -1
  108. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +1 -1
  109. package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +36 -0
  110. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +1 -1
  111. package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +36 -0
  112. package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +36 -0
  113. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +1 -1
  114. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
  115. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
  116. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
  117. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
  118. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
  119. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
  120. package/dist/collection/components/eds-img/eds-img.js +2 -2
  121. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +2 -2
  122. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +1 -1
  123. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +1 -1
  124. package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +2 -2
  125. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +57 -9
  126. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +1 -1
  127. package/dist/collection/components/eds-input-field/eds-input-field.js +2 -2
  128. package/dist/collection/components/eds-link/eds-link.css +6793 -6676
  129. package/dist/collection/components/eds-link/eds-link.js +1 -1
  130. package/dist/collection/components/eds-logo/eds-logo.js +1 -1
  131. package/dist/collection/components/eds-modal/eds-modal.js +26 -2
  132. package/dist/collection/components/eds-pagination/eds-pagination.js +3 -3
  133. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +1 -1
  134. package/dist/collection/components/eds-rating/eds-rating.css +31 -74
  135. package/dist/collection/components/eds-rating/eds-rating.js +44 -56
  136. package/dist/collection/components/eds-rating/eds-rating.stories.js +18 -51
  137. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
  138. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
  139. package/dist/collection/components/eds-spinner/eds-spinner.css +17 -0
  140. package/dist/collection/components/eds-spinner/eds-spinner.js +166 -0
  141. package/dist/collection/components/eds-spinner/eds-spinner.stories.js +52 -0
  142. package/dist/collection/components/eds-steps/eds-steps.css +61 -6
  143. package/dist/collection/components/eds-steps/eds-steps.js +10 -19
  144. package/dist/collection/components/eds-steps/eds-vertical-stepper.js +1 -1
  145. package/dist/collection/components/eds-switch/eds-switch.css +57 -58
  146. package/dist/collection/components/eds-switch/eds-switch.js +2 -2
  147. package/dist/collection/components/eds-table/eds-table.js +11 -8
  148. package/dist/collection/components/eds-table/eds-table.stories.js +11 -6
  149. package/dist/collection/components/eds-tag/eds-tag.js +4 -35
  150. package/dist/collection/components/eds-timeline/eds-timeline.js +3 -21
  151. package/dist/collection/components/eds-toast/eds-toast.css +91 -0
  152. package/dist/collection/components/eds-toast/eds-toast.js +18 -9
  153. package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
  154. package/dist/collection/components/eds-trl/eds-trl.js +1 -1
  155. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  156. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  157. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  158. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  159. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  160. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  161. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  162. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
  163. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  164. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  165. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  166. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  167. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  168. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +1 -1
  169. package/dist/collection/eds-docs-ui/eds-components-section/eds-components-section.js +1 -1
  170. package/dist/collection/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.js +1 -1
  171. package/dist/collection/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.js +1 -1
  172. package/dist/collection/eds-docs-ui/eds-frame/eds-frame.css +113 -0
  173. package/dist/collection/{components → eds-docs-ui}/eds-frame/eds-frame.js +47 -76
  174. package/dist/collection/eds-docs-ui/eds-frame/eds-frame.stories.js +52 -0
  175. package/dist/collection/eds-docs-ui/eds-logo-variations/eds-logo-variations.js +1 -1
  176. package/dist/collection/eds-docs-ui/eds-svg-repository/eds-svg-repository.js +1 -1
  177. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -1
  178. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
  179. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
  180. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
  181. package/dist/collection/shared-ui/eds-card-section/eds-card-section.css +236 -140
  182. package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +12 -28
  183. package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +2 -2
  184. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.css +0 -0
  185. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +87 -0
  186. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.st.js +31 -0
  187. package/dist/collection/shared-ui/eds-feedback/eds-feedback.css +155 -0
  188. package/dist/collection/shared-ui/eds-feedback/eds-feedback.js +191 -0
  189. package/dist/collection/shared-ui/eds-feedback/eds-feedback.stories.js +121 -0
  190. package/dist/collection/shared-ui/eds-footer/eds-footer.js +7 -53
  191. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +3 -28
  192. package/dist/collection/shared-ui/eds-header/eds-header.js +4 -20
  193. package/dist/collection/shared-ui/eds-header/eds-header.stories.js +1 -37
  194. package/dist/collection/shared-ui/eds-login/eds-login.js +34 -10
  195. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +78 -66
  196. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +6 -4
  197. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +1 -1
  198. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.css +29 -0
  199. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.js +124 -0
  200. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.stories.js +23 -0
  201. package/dist/collection/shared-ui/eds-tabs/eds-tabs.css +7774 -0
  202. package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +12 -25
  203. package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +17 -30
  204. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +1 -1
  205. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +5 -1
  206. package/dist/collection/shared-ui/eds-user/eds-user.js +17 -150
  207. package/dist/collection/shared-ui/eds-user/eds-user.stories.js +45 -0
  208. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +39 -0
  209. package/dist/collection/utils/api.js +27 -0
  210. package/dist/collection/utils/eds-form/formUtils.js +95 -0
  211. package/dist/collection/utils/eds-form/formValidators.js +64 -0
  212. package/dist/collection/utils/eds-form/individualValidator.js +46 -0
  213. package/dist/collection/utils/eds-form/validateInput.js +23 -0
  214. package/dist/collection/utils/sharedUtils.js +17 -0
  215. package/dist/components/analytics.js +9 -1
  216. package/dist/components/components.css +501 -5
  217. package/dist/components/components.esm.js +1 -1
  218. package/dist/components/correct-use-of-colors.js +1 -1
  219. package/dist/components/eds-accordion2.js +5 -5
  220. package/dist/components/{eds-navigator.d.ts → eds-app-root.d.ts} +4 -4
  221. package/dist/components/eds-app-root.js +89 -0
  222. package/dist/components/eds-breadcrumb.js +3 -17
  223. package/dist/components/eds-button2.js +12 -16
  224. package/dist/components/eds-card-generic2.js +3 -15
  225. package/dist/components/eds-card-section.js +6 -22
  226. package/dist/components/eds-components-section.js +1 -1
  227. package/dist/components/eds-cookies-preference.d.ts +11 -0
  228. package/dist/components/eds-cookies-preference.js +88 -0
  229. package/dist/components/eds-docs-palettes.js +1 -1
  230. package/dist/components/eds-docs-tokens.js +1 -1
  231. package/dist/components/eds-dropdown2.js +8 -3
  232. package/dist/components/{eds-user-modal.d.ts → eds-feedback.d.ts} +4 -4
  233. package/dist/components/eds-feedback.js +105 -0
  234. package/dist/components/eds-footer2.js +3 -13
  235. package/dist/components/{eds-tab.d.ts → eds-form-v2.d.ts} +4 -4
  236. package/dist/components/eds-form-v2.js +317 -0
  237. package/dist/components/eds-form.js +240 -255
  238. package/dist/components/eds-frame.js +33 -34
  239. package/dist/components/eds-fullscreen-menu.js +3 -28
  240. package/dist/components/eds-header.js +4 -20
  241. package/dist/components/eds-icon-arrow-diagonal.js +1 -1
  242. package/dist/components/eds-icon-arrow-right.js +1 -1
  243. package/dist/components/eds-icon-bluesky.js +1 -1
  244. package/dist/components/eds-icon-chevron-down.js +1 -1
  245. package/dist/components/eds-icon-chevron-left.js +1 -1
  246. package/dist/components/eds-icon-chevron-right.js +1 -1
  247. package/dist/components/eds-icon-chevron-up.js +1 -1
  248. package/dist/components/eds-icon-close.js +1 -1
  249. package/dist/components/eds-icon-copy.js +1 -1
  250. package/dist/components/eds-icon-eu.js +1 -1
  251. package/dist/components/eds-icon-facebook.js +1 -1
  252. package/dist/components/eds-icon-gitlab.js +1 -1
  253. package/dist/components/eds-icon-linkedin.js +1 -1
  254. package/dist/components/eds-icon-loader.js +1 -1
  255. package/dist/components/eds-icon-mastodon.js +1 -1
  256. package/dist/components/eds-icon-menu.js +1 -1
  257. package/dist/components/eds-icon-more.js +1 -1
  258. package/dist/components/eds-icon-search.js +1 -1
  259. package/dist/components/{eds-tabs-content.d.ts → eds-icon-star.d.ts} +4 -4
  260. package/dist/components/eds-icon-star.js +33 -0
  261. package/dist/components/eds-icon-success.js +1 -1
  262. package/dist/components/eds-icon-thumbs-down.d.ts +11 -0
  263. package/dist/components/eds-icon-thumbs-down.js +33 -0
  264. package/dist/components/eds-icon-thumbs-up.d.ts +11 -0
  265. package/dist/components/eds-icon-thumbs-up.js +33 -0
  266. package/dist/components/eds-icon-twitter.js +1 -1
  267. package/dist/components/eds-icon-user.js +1 -1
  268. package/dist/components/eds-icon-youtube.js +1 -1
  269. package/dist/components/eds-img2.js +2 -2
  270. package/dist/components/eds-input-field2.js +2 -2
  271. package/dist/components/eds-input-footer2.js +1 -1
  272. package/dist/components/eds-input-label2.js +1 -1
  273. package/dist/components/eds-input-range2.js +2 -2
  274. package/dist/components/eds-input-search2.js +24 -9
  275. package/dist/components/eds-input-select2.js +1 -1
  276. package/dist/components/eds-input2.js +2 -2
  277. package/dist/components/eds-link2.js +2 -2
  278. package/dist/components/eds-login.js +1 -118
  279. package/dist/{cjs/keycloak-93fc0315.js → components/eds-login2.js} +128 -7
  280. package/dist/components/eds-logo-variations.js +1 -1
  281. package/dist/components/eds-logo2.js +1 -1
  282. package/dist/components/eds-matomo-notice.js +1 -140
  283. package/dist/components/eds-matomo-notice2.js +130 -0
  284. package/dist/components/eds-modal.js +15 -3
  285. package/dist/components/eds-pagination2.js +2 -2
  286. package/dist/components/eds-progress-bar2.js +1 -1
  287. package/dist/components/eds-rating.js +1 -84
  288. package/dist/components/eds-rating2.js +91 -0
  289. package/dist/components/eds-section-core2.js +1 -1
  290. package/dist/components/eds-section-heading2.js +2 -2
  291. package/dist/components/eds-social-networks2.js +1 -1
  292. package/dist/components/eds-spinner.d.ts +11 -0
  293. package/dist/components/eds-spinner.js +6 -0
  294. package/dist/components/eds-spinner2.js +72 -0
  295. package/dist/components/eds-splash-screen.d.ts +11 -0
  296. package/dist/components/eds-splash-screen.js +6 -0
  297. package/dist/components/eds-splash-screen2.js +78 -0
  298. package/dist/components/eds-steps.js +11 -20
  299. package/dist/components/eds-svg-repository.js +8 -2
  300. package/dist/components/eds-switch.js +2 -2
  301. package/dist/components/eds-table2.js +11 -8
  302. package/dist/components/eds-tabs.js +12 -31
  303. package/dist/components/eds-tag2.js +1 -9
  304. package/dist/components/eds-timeline.js +3 -21
  305. package/dist/components/eds-toast-manager.js +4 -3
  306. package/dist/components/eds-toast2.js +13 -10
  307. package/dist/components/eds-tooltip.js +1 -1
  308. package/dist/components/eds-trl.js +1 -1
  309. package/dist/components/eds-user.js +23 -105
  310. package/dist/components/eds-vertical-stepper.js +1 -1
  311. package/dist/components/formUtils.js +223 -0
  312. package/dist/components/incorrect-use-of-colors.js +1 -1
  313. package/dist/components/logo-space.js +1 -1
  314. package/dist/components/logo-variations-horizontal2.js +1 -1
  315. package/dist/components/logo-variations-vertical2.js +1 -1
  316. package/dist/components/logo-wrong-usage.js +1 -1
  317. package/dist/components/p-033480b2.entry.js +1 -0
  318. package/dist/components/{p-89f600a3.entry.js → p-0443ac40.entry.js} +1 -1
  319. package/dist/components/{p-a2621d66.entry.js → p-066f6d27.entry.js} +1 -1
  320. package/dist/components/p-0e0106fc.entry.js +1 -0
  321. package/dist/components/p-117d180f.entry.js +1 -0
  322. package/dist/components/{p-89227919.js → p-13efafb9.js} +1 -1
  323. package/dist/components/p-20e9ae7f.entry.js +1 -0
  324. package/dist/components/{p-a535838c.entry.js → p-2354daeb.entry.js} +1 -1
  325. package/dist/components/p-2b31ca60.entry.js +1 -0
  326. package/dist/components/p-3368cfd5.entry.js +1 -0
  327. package/dist/components/p-33c5b937.entry.js +1 -0
  328. package/dist/components/p-3af94671.entry.js +1 -0
  329. package/dist/components/{p-b1af5000.entry.js → p-43350dff.entry.js} +2 -2
  330. package/dist/components/p-43b3579a.entry.js +1 -0
  331. package/dist/components/p-467fe746.entry.js +1 -0
  332. package/dist/components/p-46a6042d.entry.js +1 -0
  333. package/dist/components/p-4a860d5b.entry.js +1 -0
  334. package/dist/components/p-4ac27fe7.entry.js +1 -0
  335. package/dist/components/p-4b2e6f03.entry.js +1 -0
  336. package/dist/components/p-4cd69983.entry.js +1 -0
  337. package/dist/components/p-5520a3b6.entry.js +1 -0
  338. package/dist/components/p-552b6a50.entry.js +1 -0
  339. package/dist/components/p-56b4e0fe.entry.js +1 -0
  340. package/dist/components/{p-f36f2aeb.entry.js → p-56ec190f.entry.js} +1 -1
  341. package/dist/components/p-5aff1ea0.entry.js +1 -0
  342. package/dist/components/p-5c12a0df.entry.js +1 -0
  343. package/dist/components/{p-72b42d77.entry.js → p-5e2216ae.entry.js} +1 -1
  344. package/dist/components/p-5e63e8a5.entry.js +1 -0
  345. package/dist/components/p-60e7e745.entry.js +1 -0
  346. package/dist/components/p-62f2f274.entry.js +1 -0
  347. package/dist/components/p-6404e157.entry.js +1 -0
  348. package/dist/components/p-69c5074b.js +1 -0
  349. package/dist/components/p-6fd0c3b3.entry.js +1 -0
  350. package/dist/components/p-77cc7c02.entry.js +1 -0
  351. package/dist/components/p-79c14cf1.entry.js +1 -0
  352. package/dist/components/{p-c034c395.entry.js → p-7dd81017.entry.js} +1 -1
  353. package/dist/components/p-7e0dd5d8.entry.js +1 -0
  354. package/dist/components/p-80dba155.js +1 -0
  355. package/dist/components/{p-b860b4aa.entry.js → p-8154d013.entry.js} +1 -1
  356. package/dist/components/p-86eed1b7.entry.js +1 -0
  357. package/dist/components/p-8b70a350.entry.js +1 -0
  358. package/dist/components/p-8e548691.entry.js +1 -0
  359. package/dist/components/p-90503a64.entry.js +1 -0
  360. package/dist/components/p-90f85604.entry.js +1 -0
  361. package/dist/components/p-94698510.entry.js +1 -0
  362. package/dist/components/p-950ecb1c.entry.js +1 -0
  363. package/dist/components/p-9b9fba38.entry.js +1 -0
  364. package/dist/components/p-9dc879c9.entry.js +1 -0
  365. package/dist/components/{p-b1de9a6c.entry.js → p-9eb2e870.entry.js} +1 -1
  366. package/dist/components/p-9ebc84d6.entry.js +1 -0
  367. package/dist/components/p-a56f0579.entry.js +1 -0
  368. package/dist/components/{p-0e0e1815.entry.js → p-a5c61d1c.entry.js} +1 -1
  369. package/dist/components/p-a6cd418e.entry.js +1 -0
  370. package/dist/components/{p-505ddcda.entry.js → p-a8dd1953.entry.js} +1 -1
  371. package/dist/components/p-a91ab66e.entry.js +1 -0
  372. package/dist/components/p-ab292dd5.entry.js +1 -0
  373. package/dist/components/p-ad746789.entry.js +1 -0
  374. package/dist/components/p-b80a9020.entry.js +1 -0
  375. package/dist/components/p-b8ba7e5c.entry.js +1 -0
  376. package/dist/components/p-ba720bf3.js +1 -0
  377. package/dist/components/p-c06d4f14.entry.js +1 -0
  378. package/dist/components/p-c12d9350.entry.js +1 -0
  379. package/dist/components/p-c3dda942.entry.js +1 -0
  380. package/dist/components/p-c6b32753.entry.js +1 -0
  381. package/dist/components/p-c776b6f8.js +1 -0
  382. package/dist/components/p-c935aa46.entry.js +1 -0
  383. package/dist/components/{p-7a8b9de5.js → p-cccacbd3.js} +2 -2
  384. package/dist/components/p-dbcf1f0e.entry.js +1 -0
  385. package/dist/components/p-dcc08064.entry.js +1 -0
  386. package/dist/components/p-dcd4de1f.entry.js +1 -0
  387. package/dist/components/p-e2d5a487.js +1 -0
  388. package/dist/components/p-e64cd6f7.entry.js +1 -0
  389. package/dist/components/p-e9a533e0.entry.js +1 -0
  390. package/dist/components/p-eac63c82.entry.js +1 -0
  391. package/dist/components/p-f5959676.entry.js +1 -0
  392. package/dist/components/{p-def72462.entry.js → p-f905ac92.entry.js} +1 -1
  393. package/dist/components/p-fba4080d.entry.js +1 -0
  394. package/dist/components/p-fc619588.entry.js +1 -0
  395. package/dist/components/p-fcc32210.entry.js +1 -0
  396. package/dist/components/{p-81942665.entry.js → p-ff7acb55.entry.js} +1 -1
  397. package/dist/components/primary.js +1 -1
  398. package/dist/components/primary2.js +1 -1
  399. package/dist/components/secondary.js +1 -1
  400. package/dist/components/secondary2.js +7 -7
  401. package/dist/components/sharedUtils.js +19 -0
  402. package/dist/components/star.js +5 -0
  403. package/dist/components/support.js +1 -1
  404. package/dist/components/support2.js +3 -3
  405. package/dist/components/thumbs-down.js +5 -0
  406. package/dist/components/thumbs-up.js +6 -0
  407. package/dist/components/token-list2.js +1 -1
  408. package/dist/components/token-radii2.js +1 -1
  409. package/dist/components/token-ratios.js +1 -1
  410. package/dist/components/token-shadows2.js +1 -1
  411. package/dist/components/token-spacing.js +1 -1
  412. package/dist/components/token-typography.js +1 -1
  413. package/dist/esm/{analytics-1cde8e4a.js → analytics-44b1416b.js} +9 -1
  414. package/dist/esm/color-primary-palette_6.entry.js +15 -15
  415. package/dist/esm/components.js +3 -3
  416. package/dist/esm/correct-use-of-colors.entry.js +2 -2
  417. package/dist/esm/eds-accordion_22.entry.js +1934 -0
  418. package/dist/esm/eds-alert.entry.js +93 -0
  419. package/dist/esm/eds-app-root.entry.js +33 -0
  420. package/dist/esm/eds-avatar_4.entry.js +2 -9
  421. package/dist/esm/eds-breadcrumb.entry.js +131 -0
  422. package/dist/esm/eds-card-generic.entry.js +5 -17
  423. package/dist/esm/eds-card-project.entry.js +2 -2
  424. package/dist/esm/eds-card-section.entry.js +6 -22
  425. package/dist/esm/eds-card-tags.entry.js +1 -1
  426. package/dist/esm/eds-card-tool.entry.js +2 -2
  427. package/dist/esm/eds-card-wrapper.entry.js +1 -1
  428. package/dist/esm/eds-code-block.entry.js +1 -1
  429. package/dist/esm/eds-components-section.entry.js +2 -2
  430. package/dist/esm/eds-cookies-preference.entry.js +35 -0
  431. package/dist/esm/eds-docs-palettes.entry.js +2 -2
  432. package/dist/esm/eds-docs-tokens.entry.js +2 -2
  433. package/dist/esm/{eds-dropdown_2.entry.js → eds-dropdown.entry.js} +10 -42
  434. package/dist/esm/eds-feedback.entry.js +62 -0
  435. package/dist/esm/eds-form.entry.js +238 -255
  436. package/dist/esm/eds-frame.entry.js +32 -32
  437. package/dist/esm/eds-icon-arrow-diagonal.entry.js +2 -2
  438. package/dist/esm/eds-icon-arrow-right.entry.js +2 -2
  439. package/dist/esm/eds-icon-bluesky.entry.js +2 -2
  440. package/dist/esm/eds-icon-chevron-down.entry.js +2 -2
  441. package/dist/esm/eds-icon-chevron-left.entry.js +2 -2
  442. package/dist/esm/eds-icon-chevron-right.entry.js +2 -2
  443. package/dist/esm/eds-icon-chevron-up.entry.js +2 -2
  444. package/dist/esm/eds-icon-close.entry.js +2 -2
  445. package/dist/esm/eds-icon-copy.entry.js +2 -2
  446. package/dist/esm/eds-icon-eu.entry.js +2 -2
  447. package/dist/esm/eds-icon-facebook.entry.js +2 -2
  448. package/dist/esm/eds-icon-gitlab.entry.js +2 -2
  449. package/dist/esm/eds-icon-linkedin.entry.js +2 -2
  450. package/dist/esm/eds-icon-loader.entry.js +2 -2
  451. package/dist/esm/eds-icon-mastodon.entry.js +2 -2
  452. package/dist/esm/eds-icon-menu.entry.js +2 -2
  453. package/dist/esm/eds-icon-more.entry.js +2 -2
  454. package/dist/esm/eds-icon-search.entry.js +2 -2
  455. package/dist/esm/eds-icon-star.entry.js +14 -0
  456. package/dist/esm/eds-icon-success.entry.js +2 -2
  457. package/dist/esm/eds-icon-thumbs-down.entry.js +14 -0
  458. package/dist/esm/eds-icon-thumbs-up.entry.js +14 -0
  459. package/dist/esm/eds-icon-twitter.entry.js +2 -2
  460. package/dist/esm/eds-icon-user.entry.js +2 -2
  461. package/dist/esm/eds-icon-youtube.entry.js +2 -2
  462. package/dist/esm/{keycloak-d502ec16.js → eds-login_2.entry.js} +139 -1
  463. package/dist/esm/eds-logo-variations.entry.js +2 -2
  464. package/dist/esm/eds-modal.entry.js +16 -4
  465. package/dist/esm/eds-progress-bar.entry.js +2 -2
  466. package/dist/esm/eds-rating.entry.js +60 -0
  467. package/dist/esm/eds-section-core_2.entry.js +4 -4
  468. package/dist/esm/eds-spinner.entry.js +50 -0
  469. package/dist/esm/eds-steps.entry.js +51 -0
  470. package/dist/esm/eds-svg-repository.entry.js +9 -3
  471. package/dist/esm/eds-switch.entry.js +34 -0
  472. package/dist/esm/eds-tabs.entry.js +11 -25
  473. package/dist/esm/eds-timeline.entry.js +4 -22
  474. package/dist/esm/eds-toast-manager.entry.js +42 -0
  475. package/dist/esm/eds-toast.entry.js +72 -0
  476. package/dist/esm/eds-tooltip.entry.js +3 -3
  477. package/dist/esm/eds-trl.entry.js +2 -2
  478. package/dist/esm/eds-user.entry.js +9 -79
  479. package/dist/esm/eds-vertical-stepper.entry.js +2 -2
  480. package/dist/esm/formUtils-ac68474d.js +223 -0
  481. package/dist/esm/incorrect-use-of-colors.entry.js +2 -2
  482. package/dist/esm/{index-e96badea.js → index-8a71b9a7.js} +57 -29
  483. package/dist/esm/loader.js +3 -3
  484. package/dist/esm/logo-space.entry.js +2 -2
  485. package/dist/esm/logo-variations-horizontal_2.entry.js +3 -3
  486. package/dist/esm/logo-wrong-usage.entry.js +2 -2
  487. package/dist/esm/sharedUtils-a550989c.js +19 -0
  488. package/dist/esm/star-0da9b5e9.js +5 -0
  489. package/dist/esm/thumbs-down-a18fd049.js +5 -0
  490. package/dist/esm/thumbs-up-c19a71bc.js +6 -0
  491. package/dist/esm/token-list_3.entry.js +4 -4
  492. package/dist/esm/token-ratios.entry.js +2 -2
  493. package/dist/esm/token-spacing.entry.js +2 -2
  494. package/dist/esm/token-typography.entry.js +2 -2
  495. package/dist/hydrate/index.js +1556 -1192
  496. package/dist/hydrate/index.mjs +1556 -1192
  497. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +4 -1
  498. package/dist/types/components/eds-accordion/eds-accordion.d.ts +3 -3
  499. package/dist/types/components/eds-button/eds-button.d.ts +3 -1
  500. package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +5 -0
  501. package/dist/types/components/eds-form/eds-form.d.ts +52 -20
  502. package/dist/types/components/eds-form-v2/eds-form-v2.d.ts +99 -0
  503. package/dist/types/components/eds-form-v2/eds-form-v2.stories.d.ts +27 -0
  504. package/dist/types/components/eds-icons/eds-icon-star/eds-icon-star.d.ts +10 -0
  505. package/dist/types/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.d.ts +10 -0
  506. package/dist/types/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.d.ts +10 -0
  507. package/dist/types/components/eds-input-elements/eds-input-search/eds-input-search.d.ts +6 -1
  508. package/dist/types/components/eds-modal/eds-modal.d.ts +8 -0
  509. package/dist/types/components/eds-pagination/eds-pagination.d.ts +1 -1
  510. package/dist/types/components/eds-rating/eds-rating.d.ts +19 -11
  511. package/dist/types/components/eds-rating/eds-rating.stories.d.ts +13 -27
  512. package/dist/types/components/eds-spinner/eds-spinner.d.ts +27 -0
  513. package/dist/types/components/eds-spinner/eds-spinner.stories.d.ts +42 -0
  514. package/dist/types/components/eds-steps/eds-steps.d.ts +1 -2
  515. package/dist/types/components/eds-table/eds-table.stories.d.ts +6 -0
  516. package/dist/types/components/eds-tag/eds-tag.d.ts +1 -25
  517. package/dist/types/components/eds-toast/eds-toast.d.ts +4 -5
  518. package/dist/types/components.d.ts +689 -387
  519. package/dist/types/{components → eds-docs-ui}/eds-frame/eds-frame.d.ts +26 -6
  520. package/dist/types/{components → eds-docs-ui}/eds-frame/eds-frame.stories.d.ts +8 -13
  521. package/dist/types/shared-ui/eds-card-section/eds-card-section.d.ts +5 -5
  522. package/dist/types/shared-ui/eds-card-section/eds-card-section.stories.d.ts +1 -1
  523. package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.d.ts +27 -0
  524. package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.st.d.ts +27 -0
  525. package/dist/types/shared-ui/eds-feedback/eds-feedback.d.ts +56 -0
  526. package/dist/types/shared-ui/eds-feedback/eds-feedback.stories.d.ts +77 -0
  527. package/dist/types/shared-ui/eds-footer/eds-footer.d.ts +2 -15
  528. package/dist/types/shared-ui/eds-header/eds-header.stories.d.ts +0 -28
  529. package/dist/types/shared-ui/eds-login/eds-login.d.ts +12 -1
  530. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.d.ts +17 -48
  531. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +2 -1
  532. package/dist/types/shared-ui/eds-splash-screen/eds-splash-screen.d.ts +31 -0
  533. package/dist/types/shared-ui/eds-splash-screen/eds-splash-screen.stories.d.ts +22 -0
  534. package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +3 -3
  535. package/dist/types/shared-ui/eds-tabs/eds-tabs.stories.d.ts +5 -2
  536. package/dist/types/shared-ui/eds-toast-manager/eds-toast-manager.d.ts +3 -0
  537. package/dist/types/shared-ui/eds-user/eds-user.d.ts +12 -66
  538. package/dist/types/shared-ui/eds-user/eds-user.stories.d.ts +32 -0
  539. package/dist/types/shared-ui/examples/eds-app-root/eds-app-root.d.ts +9 -0
  540. package/dist/types/utils/api.d.ts +5 -0
  541. package/dist/types/utils/eds-form/formUtils.d.ts +38 -0
  542. package/dist/types/utils/eds-form/formValidators.d.ts +17 -0
  543. package/dist/types/utils/eds-form/individualValidator.d.ts +3 -0
  544. package/dist/types/utils/eds-form/validateInput.d.ts +10 -0
  545. package/dist/types/utils/sharedUtils.d.ts +1 -0
  546. package/package.json +3 -3
  547. package/dist/cjs/eds-accordion.cjs.entry.js +0 -84
  548. package/dist/cjs/eds-alert_17.cjs.entry.js +0 -1392
  549. package/dist/cjs/eds-input_7.cjs.entry.js +0 -324
  550. package/dist/cjs/eds-login.cjs.entry.js +0 -91
  551. package/dist/cjs/eds-matomo-notice.cjs.entry.js +0 -109
  552. package/dist/cjs/eds-navigator.cjs.entry.js +0 -43
  553. package/dist/cjs/eds-pagination_2.cjs.entry.js +0 -386
  554. package/dist/cjs/eds-tab.cjs.entry.js +0 -40
  555. package/dist/cjs/eds-tabs-content.cjs.entry.js +0 -133
  556. package/dist/collection/components/eds-frame/eds-frame.stories.js +0 -68
  557. package/dist/collection/components/eds-navigator/eds-navigator.js +0 -147
  558. package/dist/collection/components/eds-navigator/eds-navigator.stories.js +0 -101
  559. package/dist/collection/components/eds-tab/eds-tab.js +0 -109
  560. package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.js +0 -194
  561. package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.stories.js +0 -112
  562. package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.js +0 -109
  563. package/dist/components/eds-navigator.js +0 -75
  564. package/dist/components/eds-tab.js +0 -6
  565. package/dist/components/eds-tab2.js +0 -55
  566. package/dist/components/eds-tabs-content.js +0 -159
  567. package/dist/components/eds-user-modal.js +0 -6
  568. package/dist/components/eds-user-modal2.js +0 -87
  569. package/dist/components/p-030f67c1.entry.js +0 -1
  570. package/dist/components/p-06299762.entry.js +0 -1
  571. package/dist/components/p-0ab85eee.entry.js +0 -1
  572. package/dist/components/p-0bafc5ae.entry.js +0 -1
  573. package/dist/components/p-0e7bdd2c.entry.js +0 -1
  574. package/dist/components/p-1ed3fdb7.entry.js +0 -1
  575. package/dist/components/p-209fa119.entry.js +0 -1
  576. package/dist/components/p-2831a9d5.entry.js +0 -1
  577. package/dist/components/p-2c00bd76.entry.js +0 -1
  578. package/dist/components/p-38d70586.entry.js +0 -1
  579. package/dist/components/p-3babd772.entry.js +0 -1
  580. package/dist/components/p-4a12a131.entry.js +0 -1
  581. package/dist/components/p-59405ecf.entry.js +0 -1
  582. package/dist/components/p-5980a142.entry.js +0 -1
  583. package/dist/components/p-599c7b97.entry.js +0 -1
  584. package/dist/components/p-65703520.entry.js +0 -1
  585. package/dist/components/p-6af40c33.entry.js +0 -1
  586. package/dist/components/p-6df9db15.entry.js +0 -1
  587. package/dist/components/p-75795b05.entry.js +0 -1
  588. package/dist/components/p-759b2640.entry.js +0 -1
  589. package/dist/components/p-80a185ba.entry.js +0 -1
  590. package/dist/components/p-86fbc239.entry.js +0 -1
  591. package/dist/components/p-8b583210.entry.js +0 -1
  592. package/dist/components/p-8c4a0fc9.entry.js +0 -1
  593. package/dist/components/p-8d19a05b.entry.js +0 -1
  594. package/dist/components/p-8eab748d.js +0 -1
  595. package/dist/components/p-911d9b37.entry.js +0 -1
  596. package/dist/components/p-92e16cc9.entry.js +0 -1
  597. package/dist/components/p-96fe2267.entry.js +0 -1
  598. package/dist/components/p-9739def5.entry.js +0 -1
  599. package/dist/components/p-9826acae.entry.js +0 -1
  600. package/dist/components/p-9b441a1f.entry.js +0 -1
  601. package/dist/components/p-a5b7d72d.entry.js +0 -1
  602. package/dist/components/p-a5d00633.entry.js +0 -1
  603. package/dist/components/p-a63bd0c9.entry.js +0 -1
  604. package/dist/components/p-a846dbca.entry.js +0 -1
  605. package/dist/components/p-a927a455.entry.js +0 -1
  606. package/dist/components/p-aec9b8e1.entry.js +0 -1
  607. package/dist/components/p-b3c1aef5.entry.js +0 -1
  608. package/dist/components/p-b60ed774.entry.js +0 -1
  609. package/dist/components/p-b67aafe7.entry.js +0 -1
  610. package/dist/components/p-b79999d5.entry.js +0 -1
  611. package/dist/components/p-b80457ed.entry.js +0 -1
  612. package/dist/components/p-c5fa170d.entry.js +0 -1
  613. package/dist/components/p-d69ef196.entry.js +0 -1
  614. package/dist/components/p-de12396f.entry.js +0 -1
  615. package/dist/components/p-de2fbcfc.entry.js +0 -1
  616. package/dist/components/p-e2c250c5.entry.js +0 -1
  617. package/dist/components/p-eeeb0d83.entry.js +0 -1
  618. package/dist/components/p-f08eac56.entry.js +0 -1
  619. package/dist/components/p-f1cd83da.entry.js +0 -1
  620. package/dist/components/p-f5dafbc8.entry.js +0 -1
  621. package/dist/components/p-f7493f41.entry.js +0 -1
  622. package/dist/components/p-fce25541.entry.js +0 -1
  623. package/dist/esm/eds-accordion.entry.js +0 -80
  624. package/dist/esm/eds-alert_17.entry.js +0 -1372
  625. package/dist/esm/eds-input_7.entry.js +0 -314
  626. package/dist/esm/eds-login.entry.js +0 -87
  627. package/dist/esm/eds-matomo-notice.entry.js +0 -105
  628. package/dist/esm/eds-navigator.entry.js +0 -39
  629. package/dist/esm/eds-pagination_2.entry.js +0 -381
  630. package/dist/esm/eds-tab.entry.js +0 -36
  631. package/dist/esm/eds-tabs-content.entry.js +0 -129
  632. package/dist/types/components/eds-navigator/eds-navigator.d.ts +0 -42
  633. package/dist/types/components/eds-navigator/eds-navigator.stories.d.ts +0 -46
  634. package/dist/types/components/eds-tab/eds-tab.d.ts +0 -15
  635. package/dist/types/shared-ui/eds-tabs-content/eds-tabs-content.d.ts +0 -36
  636. package/dist/types/shared-ui/eds-tabs-content/eds-tabs-content.stories.d.ts +0 -16
  637. package/dist/types/shared-ui/eds-user-modal/eds-user-modal.d.ts +0 -47
@@ -0,0 +1,97 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-2f63169d.js');
6
+ const index$1 = require('./index-ab9fbefe.js');
7
+
8
+ const edsAlertCss = ":root {\n font-optical-sizing: auto;\n}\nhtml,\nbody {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n/*\n:focus[data-focus-method=\"mouse\"],\n:focus[data-focus-method=\"touch\"] {\n outline: none !important;\n}\n*/\n/*FADE*/\n/*FADE TRANSLATE Y*/\n/*SLIDE LEFT*/\n/*SLIDE BOTTOM*/\n/*COLLAPSE Y*/\n*, ::before, ::after {\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n}\n::backdrop {\n --tw-ring-offset-shadow: 0 0 #0000;\n --tw-ring-shadow: 0 0 #0000;\n --tw-shadow: 0 0 #0000;\n}\n/*\n! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com\n*/\n/*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n*,\n::before,\n::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: currentColor; /* 2 */\n}\n::before,\n::after {\n}\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user's configured `sans` font-family by default.\n5. Use the user's configured `sans` font-feature-settings by default.\n6. Use the user's configured `sans` font-variation-settings by default.\n7. Disable tap highlights on iOS\n*/\nhtml {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n -moz-tab-size: 4; /* 3 */\n -o-tab-size: 4;\n tab-size: 4; /* 3 */\n font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"; /* 4 */\n font-feature-settings: normal; /* 5 */\n font-variation-settings: normal; /* 6 */\n -webkit-tap-highlight-color: transparent; /* 7 */\n}\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.\n*/\nbody {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\nhr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\nabbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n/*\nRemove the default font size and weight for headings.\n*/\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: inherit;\n font-weight: inherit;\n}\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\na {\n color: inherit;\n text-decoration: inherit;\n}\n/*\nAdd the correct font weight in Edge and Safari.\n*/\nb,\nstrong {\n font-weight: bolder;\n}\n/*\n1. Use the user's configured `mono` font-family by default.\n2. Use the user's configured `mono` font-feature-settings by default.\n3. Use the user's configured `mono` font-variation-settings by default.\n4. Correct the odd `em` font sizing in all browsers.\n*/\ncode,\npre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace; /* 1 */\n font-feature-settings: normal; /* 2 */\n font-variation-settings: normal; /* 3 */\n font-size: 1em; /* 4 */\n}\n/*\nAdd the correct font size in all browsers.\n*/\nsmall {\n font-size: 80%;\n}\n/*\nPrevent `sub` and `sup` elements from affecting the line height in all browsers.\n*/\nsub {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\nsub {\n bottom: -0.25em;\n}\n/*\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n3. Remove gaps between table borders by default.\n*/\ntable {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\nbutton,\ninput,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-feature-settings: inherit; /* 1 */\n font-variation-settings: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n letter-spacing: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\nbutton,\nselect {\n text-transform: none;\n}\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\nbutton,\ninput:where([type='button']),\ninput:where([type='submit']) {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n/*\nRemove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n[type='search'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to `inherit` in Safari.\n*/\n::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n/*\nAdd the correct display in Chrome and Safari.\n*/\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\np,\npre {\n margin: 0;\n}\nfieldset {\n margin: 0;\n padding: 0;\n}\nol,\nul,\nmenu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n/*\nReset default styling for dialogs.\n*/\ndialog {\n padding: 0;\n}\n/*\nPrevent resizing textareas horizontally by default.\n*/\ntextarea {\n resize: vertical;\n}\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user's configured gray 400 color.\n*/\ninput::-moz-placeholder, textarea::-moz-placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\ninput::placeholder,\ntextarea::placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n/*\nSet the default cursor for buttons.\n*/\nbutton,\n[role=\"button\"] {\n cursor: pointer;\n}\n/*\nMake sure disabled buttons don't get the pointer cursor.\n*/\n/*\n1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\nimg,\niframe,\nobject {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\nimg {\n max-width: 100%;\n height: auto;\n}\n/* Make elements with the HTML hidden attribute stay hidden by default */\n[hidden] {\n display: none;\n}\n:root {\n --inner-gutter: 8px;\n}\n@media (min-width: 750px) {\n :root {\n --inner-gutter: 12px;\n }\n}\n@media (min-width: 900px) {\n :root {\n --inner-gutter: 16px;\n }\n}\n@media (min-width: 1024px) {\n :root {\n --inner-gutter: 16px;\n }\n}\n@media (min-width: 1280px) {\n :root {\n --inner-gutter: 16px;\n }\n}\n@media (min-width: 2200px) {\n :root {\n --inner-gutter: 16px;\n }\n}\n:root {\n}\n@media (min-width: 900px) {\n :root {\n}\n}\n:root {\n --sans: Inter, Helvetica, Arial, sans-serif;\n --f-ui-01-fontFamily: var(--sans);\n --f-ui-01-fontWeight: 800;\n --f-ui-01-fontSize: 18px;\n --f-ui-01-lineHeight: 110%;\n --f-ui-01-letterSpacing: -0.01em;\n}\n.f-ui-01 {\n font-family: var(--f-ui-01-fontFamily);\n font-weight: var(--f-ui-01-fontWeight);\n font-size: var(--f-ui-01-fontSize);\n line-height: var(--f-ui-01-lineHeight);\n letter-spacing: var(--f-ui-01-letterSpacing);\n}\n@media (min-width: 750px) {\n :root {\n}\n}\n@media (min-width: 900px) {\n :root {\n}\n}\n@media (min-width: 1024px) {\n :root {\n}\n}\n.f-ui-01 b, .f-ui-01 strong {\n font-weight: var(--f-ui-01---bold-weight, bold);\n}\n:root {\n --grey-300: #e6e6e6;\n --green-200: #d3ffdc;\n --yellow-200: #ffffcb;\n --red-200: #ffe0e1;\n}\n@media (min-width: 750px) {\n .md\\:grid-line-x > *::before {\n content: attr(👻);\n inset-inline-start: 0;\n inset-inline-end: 0;\n top: 0;\n bottom: calc(var(--inner-gutter) / -2);\n border-top: 0 solid transparent;\n border-bottom: 0 solid transparent;\n }\n .md\\:grid-line-xfull > *::before {\n content: attr(👻);\n inset-inline-start: calc(var(--inner-gutter) / -2);\n inset-inline-end: calc(var(--inner-gutter) / -2);\n top: 0;\n bottom: calc(var(--inner-gutter) / -2);\n border-top: 0 solid transparent;\n border-bottom: 0 solid transparent;\n }\n .md\\:grid-line-x-0 > *::before {\n content: none;\n }\n .md\\:grid-line-y > *::after {\n content: attr(👻);\n inset-inline-start: 0;\n inset-inline-end: calc(var(--inner-gutter) / -2);\n top: 0;\n bottom: 0;\n border-inline-start: 0 solid transparent;\n border-inline-end: 0 solid transparent;\n }\n .md\\:grid-line-yfull > *::after {\n content: attr(👻);\n inset-inline-start: 0;\n inset-inline-end: calc(var(--inner-gutter) / -2);\n top: calc(var(--inner-gutter) / -1);\n bottom: 0;\n border-inline-start: 0 solid transparent;\n border-inline-end: 0 solid transparent;\n }\n .md\\:grid-line-y-0 > *::after {\n content: none;\n }\n}\n@media (min-width: 900px) {\n .lg\\:grid-line-x > *::before {\n content: attr(👻);\n inset-inline-start: 0;\n inset-inline-end: 0;\n top: 0;\n bottom: calc(var(--inner-gutter) / -2);\n border-top: 0 solid transparent;\n border-bottom: 0 solid transparent;\n }\n .lg\\:grid-line-xfull > *::before {\n content: attr(👻);\n inset-inline-start: calc(var(--inner-gutter) / -2);\n inset-inline-end: calc(var(--inner-gutter) / -2);\n top: 0;\n bottom: calc(var(--inner-gutter) / -2);\n border-top: 0 solid transparent;\n border-bottom: 0 solid transparent;\n }\n .lg\\:grid-line-x-0 > *::before {\n content: none;\n }\n .lg\\:grid-line-y > *::after {\n content: attr(👻);\n inset-inline-start: 0;\n inset-inline-end: calc(var(--inner-gutter) / -2);\n top: 0;\n bottom: 0;\n border-inline-start: 0 solid transparent;\n border-inline-end: 0 solid transparent;\n }\n .lg\\:grid-line-yfull > *::after {\n content: attr(👻);\n inset-inline-start: 0;\n inset-inline-end: calc(var(--inner-gutter) / -2);\n top: calc(var(--inner-gutter) / -1);\n bottom: 0;\n border-inline-start: 0 solid transparent;\n border-inline-end: 0 solid transparent;\n }\n .lg\\:grid-line-y-0 > *::after {\n content: none;\n }\n}\n.border-inside {\n position: relative;\n\n &::after {\n pointer-events: none;\n }\n\n &::after {\n position: absolute;\n }\n\n &::after {\n inset: 0rem;\n }\n\n &::after {\n z-index: 1;\n }\n\n &::after {\n border-radius: 8px;\n }\n\n &::after {\n border-width: 1px;\n }\n\n &::after {\n border-width: 2px;\n }\n\n &::after {\n border-color: rgba(0, 0, 0, .1 );\n }\n\n &::after {\n content: '';\n }\n}\n/** region TRANSITIONS */\n/** endregion */\n/* region FOCUS */\n/* endregion */\n/* region BG */\n/* endregion */\n/*region shadow*/\n/*endregion*/\n.flex {\n display: flex;\n}\n.w-full {\n width: 100%;\n}\n.flex-row {\n flex-direction: row;\n}\n.items-center {\n align-items: center;\n}\n.justify-between {\n justify-content: space-between;\n}\n.gap-x-12 {\n -moz-column-gap: 0.75rem;\n column-gap: 0.75rem;\n}\n.space-y-12 > :not([hidden]) ~ :not([hidden]) {\n --tw-space-y-reverse: 0;\n margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));\n margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));\n}\n.rounded-lg {\n border-radius: 16px;\n}\n.bg-dark {\n background-color: var(--grey-300);\n}\n.bg-error {\n background-color: var(--red-200);\n}\n.bg-success {\n background-color: var(--green-200);\n}\n.bg-warning {\n background-color: var(--yellow-200);\n}\n.p-16 {\n padding: 1rem;\n}\n.p-20 {\n padding: 1.25rem;\n}\n.px-12 {\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n}\n.px-20 {\n padding-left: 1.25rem;\n padding-right: 1.25rem;\n}\n.py-12 {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n}\n.py-20 {\n padding-top: 1.25rem;\n padding-bottom: 1.25rem;\n}\n.py-8 {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\n.pr-12 {\n padding-right: 0.75rem;\n}\n.shadow {\n --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n[class*=underline-] {\n text-decoration-line: underline;\n}\n.after\\:rounded-lg::after {\n border-radius: 16px;\n}\n.after\\:border-softest::after {\n border-color: rgba(0, 0, 0, .05 );\n}\n";
9
+ const EdsAlertStyle0 = edsAlertCss;
10
+
11
+ const alertStyles = index$1.cva(['w-full bg-dark rounded-lg border-inside after:border-softest after:rounded-lg'], {
12
+ variants: {
13
+ intent: {
14
+ default: '',
15
+ warning: 'bg-warning',
16
+ error: 'bg-error',
17
+ success: 'bg-success'
18
+ },
19
+ direction: {
20
+ vertical: 'space-y-12',
21
+ horizontal: 'flex flex-row items-center justify-between gap-x-12'
22
+ },
23
+ withBtn: {
24
+ false: '',
25
+ true: ''
26
+ }
27
+ },
28
+ compoundVariants: [
29
+ {
30
+ direction: 'horizontal',
31
+ withBtn: true,
32
+ class: 'px-20 pr-12 py-12'
33
+ },
34
+ {
35
+ direction: 'horizontal',
36
+ withBtn: false,
37
+ class: 'p-20'
38
+ },
39
+ {
40
+ direction: 'vertical',
41
+ withBtn: true,
42
+ class: 'p-16'
43
+ },
44
+ {
45
+ direction: 'vertical',
46
+ withBtn: false,
47
+ class: 'px-12 py-20'
48
+ }
49
+ ],
50
+ defaultVariants: {
51
+ intent: 'default',
52
+ direction: 'horizontal'
53
+ }
54
+ });
55
+ const EdsAlert = class {
56
+ constructor(hostRef) {
57
+ index.registerInstance(this, hostRef);
58
+ this.message = undefined;
59
+ this.pressableLabel = undefined;
60
+ this.pressableUrl = undefined;
61
+ this.direction = 'horizontal';
62
+ this.intent = 'default';
63
+ this.withBtn = false;
64
+ }
65
+ componentWillLoad() {
66
+ this.withBtn = Boolean(this.pressableLabel);
67
+ }
68
+ componentDidLoad() {
69
+ var _a;
70
+ // Query for the 'eds-link' element inside the shadow root.
71
+ const lnk = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('eds-link');
72
+ if (lnk) {
73
+ this.emitContext(lnk);
74
+ }
75
+ }
76
+ emitContext(linkElement) {
77
+ const event = new CustomEvent('parentContext', {
78
+ detail: {
79
+ componentName: this.el.tagName.toLowerCase(),
80
+ identifier: null
81
+ }
82
+ });
83
+ linkElement.dispatchEvent(event);
84
+ }
85
+ render() {
86
+ return (index.h("div", { key: '519742081f681d6d67bc1b42c89fe1b6d005fe0f', class: alertStyles({
87
+ intent: this.intent,
88
+ direction: this.direction,
89
+ withBtn: this.withBtn
90
+ }), role: "alert" }, index.h("p", { key: '6a5d11fdc2a975512b12c307286b0a8b06998bec', class: "f-ui-01 py-8" }, this.message), this.withBtn &&
91
+ (this.pressableUrl ? (index.h("eds-link", { class: "eds-alert-link", label: this.pressableLabel, url: this.pressableUrl, intent: "secondary", external: true })) : null)));
92
+ }
93
+ get el() { return index.getElement(this); }
94
+ };
95
+ EdsAlert.style = EdsAlertStyle0;
96
+
97
+ exports.eds_alert = EdsAlert;
@@ -0,0 +1,37 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-2f63169d.js');
6
+
7
+ const EdsAppRoot = class {
8
+ constructor(hostRef) {
9
+ index.registerInstance(this, hostRef);
10
+ this.isAuthenticated = false;
11
+ }
12
+ componentWillLoad() {
13
+ // Create a promise for the initKeycloak event.
14
+ const initKeycloakPromise = new Promise((resolve) => {
15
+ document.addEventListener('initKeycloak', (event) => {
16
+ //console.log('initKeycloak event received:', event.detail);
17
+ resolve(event.detail);
18
+ }, { once: true });
19
+ });
20
+ // Create a promise for the authStatusChanged event.
21
+ const authStatusPromise = new Promise((resolve) => {
22
+ document.addEventListener('authStatusChanged', (event) => {
23
+ var _a;
24
+ this.isAuthenticated = (_a = event.detail) === null || _a === void 0 ? void 0 : _a.authenticated;
25
+ //console.log('authStatusChanged event received:', event.detail);
26
+ resolve(event.detail);
27
+ }, { once: true });
28
+ });
29
+ // Combine both promises. The splash screen will hide only when both have resolved.
30
+ this.combinedInitPromise = Promise.all([initKeycloakPromise, authStatusPromise]);
31
+ }
32
+ render() {
33
+ return (index.h("div", { key: 'f7ff644cea84bfc78190afcfa33f1f6d6c6de29a' }, index.h("eds-splash-screen", { key: '5e04f163eafe8f0d55394b8f508386bac013907e', inverse: true, initPromise: this.combinedInitPromise }), index.h("eds-login", { key: '94c9dc0546e48fe8f9e6fc17fde9dcbf75fbe3bc', "keycloak-url": "http://localhost:8080", "keycloak-realm": "nigeor-realm", "keycloak-client-id": "stencil-app" }), index.h("main", { key: '975cfb32924ecf0a4bb7d8f4788792eae500e166' }, this.isAuthenticated ? index.h("h1", null, "Welcome, authenticated user!") : index.h("h1", null, "Please log in."))));
34
+ }
35
+ };
36
+
37
+ exports.eds_app_root = EdsAppRoot;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f08e4f5c.js');
5
+ const index = require('./index-2f63169d.js');
6
6
  const color = require('./color-c00146a8.js');
7
7
  const index$1 = require('./index-ab9fbefe.js');
8
8
 
@@ -165,18 +165,11 @@ const EdsTag = class {
165
165
  constructor(hostRef) {
166
166
  index.registerInstance(this, hostRef);
167
167
  this.label = undefined;
168
- this.ariaLabel = '';
169
168
  this.intent = 'default';
170
169
  }
171
- /**
172
- * Render the component.
173
- * @returns The rendered HTML for the tag component with the applied styles and label.
174
- */
175
170
  render() {
176
- var _a;
177
171
  const classes = tagStyles({ intent: this.intent });
178
- const accessibleLabel = ((_a = this.ariaLabel) === null || _a === void 0 ? void 0 : _a.length) ? this.ariaLabel : this.label;
179
- return (index.h("span", { key: '6a517f42aeb641c95d96ecd6c3090a317a3195c6', class: classes, "aria-label": accessibleLabel }, this.label));
172
+ return index.h("span", { key: '2f4b0011094538aaa0a7cc855eadc1b39c9dc028', class: classes }, this.label);
180
173
  }
181
174
  };
182
175
  EdsTag.style = EdsTagStyle0;
@@ -0,0 +1,135 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-2f63169d.js');
6
+ const sharedUtils = require('./sharedUtils-8e287250.js');
7
+
8
+ const edsBreadcrumbCss = "blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-center{justify-content:center}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.125rem * var(--tw-space-x-reverse));margin-left:calc(0.125rem * calc(1 - var(--tw-space-x-reverse)))}.px-2{padding-left:0.125rem;padding-right:0.125rem}.w-20{width:1.25rem}.w-28{width:1.75rem}.w-32{width:2rem}.w-44{width:2.75rem}.h-20{height:1.25rem}.h-24{height:1.5rem}.h-28{height:1.75rem}.h-32{height:2rem}@media (min-width: 750px){.md\\:block{display:block}}";
9
+ const EdsBreadcrumbStyle0 = edsBreadcrumbCss;
10
+
11
+ const EdsBreadcrumb = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ /**
15
+ * Updates the maximum number of visible items and tracks if the screen is small.
16
+ */
17
+ this.updateScreenSize = () => {
18
+ const width = window.innerWidth;
19
+ if (width < 769) {
20
+ this.maxVisibleItems = 3;
21
+ this.isSmallScreen = true;
22
+ }
23
+ else if (width <= 1024) {
24
+ this.maxVisibleItems = 4;
25
+ this.isSmallScreen = true;
26
+ }
27
+ else {
28
+ this.maxVisibleItems = 6;
29
+ this.isSmallScreen = false;
30
+ }
31
+ };
32
+ this.items = [];
33
+ this.intent = 'ghost';
34
+ this.parsedItems = [];
35
+ this.isSmallScreen = false;
36
+ this.maxVisibleItems = 6;
37
+ }
38
+ /**
39
+ * Watches for changes to the `items` prop and parses it.
40
+ */
41
+ parseItems(newValue) {
42
+ this.parsedItems = sharedUtils.parseData(newValue);
43
+ }
44
+ /**
45
+ * Lifecycle method that runs when the component is about to be loaded.
46
+ * It parses the initial `items` prop value.
47
+ */
48
+ componentWillLoad() {
49
+ this.parseItems(this.items);
50
+ this.updateScreenSize();
51
+ window.addEventListener('resize', this.updateScreenSize);
52
+ }
53
+ disconnectedCallback() {
54
+ window.removeEventListener('resize', this.updateScreenSize);
55
+ }
56
+ /**
57
+ * Lifecycle method that runs when the component has fully loaded.
58
+ * It emits a custom event for each `eds-link` element contained within the breadcrumb.
59
+ */
60
+ componentDidLoad() {
61
+ var _a;
62
+ const links = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll('eds-link');
63
+ links === null || links === void 0 ? void 0 : links.forEach((link) => {
64
+ this.emitContext(link);
65
+ });
66
+ }
67
+ /**
68
+ * Emits a custom event called `parentContext` for a given link element.
69
+ * This event provides context information about the breadcrumb component.
70
+ *
71
+ * @param linkElement - The link element to which the event will be dispatched.
72
+ */
73
+ emitContext(linkElement) {
74
+ const event = new CustomEvent('parentContext', {
75
+ detail: {
76
+ componentName: this.el.tagName.toLowerCase(),
77
+ identifier: null
78
+ }
79
+ });
80
+ linkElement.dispatchEvent(event);
81
+ }
82
+ /**
83
+ * Returns breadcrumb items with potential truncation if there are too many.
84
+ * It inserts an ellipsis item where necessary.
85
+ */
86
+ getTruncatedItems() {
87
+ const totalItems = this.parsedItems.length;
88
+ const ellipsis = { label: '...', url: '', isHidden: true };
89
+ if (totalItems > this.maxVisibleItems) {
90
+ const firstItem = this.parsedItems[0];
91
+ const lastItems = this.parsedItems.slice(-2);
92
+ if (this.maxVisibleItems === 3) {
93
+ return [firstItem, ellipsis, ...lastItems];
94
+ }
95
+ else if (this.maxVisibleItems === 4) {
96
+ const middleItem = this.parsedItems[Math.floor(totalItems / 2)];
97
+ return [firstItem, middleItem, ellipsis, ...lastItems];
98
+ }
99
+ }
100
+ return this.parsedItems;
101
+ }
102
+ /**
103
+ * Helper to determine the display label and full label.
104
+ * If the label is longer than 15 characters and the item is not the current (last) item,
105
+ * we display a truncated version but use the full label for aria attributes.
106
+ */
107
+ getLabels(item, isCurrent) {
108
+ if (!isCurrent && item.label.length > 15) {
109
+ return { displayLabel: `${item.label.slice(0, 15)}...`, fullLabel: item.label };
110
+ }
111
+ return { displayLabel: item.label, fullLabel: item.label };
112
+ }
113
+ /**
114
+ * Render method for the breadcrumb component.
115
+ * It creates a navigation element with an ordered list of breadcrumb links.
116
+ * The last link is marked as the current page.
117
+ */
118
+ render() {
119
+ const itemsToRender = this.getTruncatedItems();
120
+ return (index.h("nav", { key: '02537ec4208124f8a5ba564f7487f6fad552f7da', "aria-label": "Breadcrumb" }, index.h("ol", { key: 'ac6e2ecd59a8ddef52e004d95fbb492f78a9b248', class: "flex items-center space-x-2" }, itemsToRender.map((item, index$1) => {
121
+ const isLast = index$1 === itemsToRender.length - 1;
122
+ return (index.h("li", { class: "flex items-center" }, !item.isHidden ? ((() => {
123
+ const { displayLabel, fullLabel } = this.getLabels(item, isLast);
124
+ return (index.h("eds-link", Object.assign({ label: displayLabel, url: item.url, intent: this.intent, current: isLast, "aria-label": fullLabel, size: "small", "icon-small": "false" }, (isLast ? { 'aria-current': 'page' } : {}))));
125
+ })()) : (index.h("span", { class: "truncate px-2", "aria-hidden": "true" }, "...")), !isLast && !item.isHidden && (index.h("eds-icon-wrapper", { icon: "chevron-right", class: "w-20 h-20" }))));
126
+ }))));
127
+ }
128
+ get el() { return index.getElement(this); }
129
+ static get watchers() { return {
130
+ "items": ["parseItems"]
131
+ }; }
132
+ };
133
+ EdsBreadcrumb.style = EdsBreadcrumbStyle0;
134
+
135
+ exports.eds_breadcrumb = EdsBreadcrumb;
@@ -2,8 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f08e4f5c.js');
6
- const analytics = require('./analytics-223ea8e5.js');
5
+ const index = require('./index-2f63169d.js');
6
+ const sharedUtils = require('./sharedUtils-8e287250.js');
7
+ const analytics = require('./analytics-d8fb3fdd.js');
7
8
 
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}.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
10
  const EdsCardGenericStyle0 = edsCardGenericCss;
@@ -61,20 +62,7 @@ const EdsCardGeneric = class {
61
62
  * @returns {any[]} Array of parsed link objects
62
63
  */
63
64
  get parsedTags() {
64
- if (typeof this.tags === 'object') {
65
- return this.tags;
66
- }
67
- else if (typeof this.tags === 'string') {
68
- try {
69
- return JSON.parse(this.tags);
70
- }
71
- catch (e) {
72
- // eslint-disable-next-line
73
- console.error('Error parsing tags prop:', e);
74
- return [];
75
- }
76
- }
77
- return [];
65
+ return sharedUtils.parseData(this.tags);
78
66
  }
79
67
  articleClasses() {
80
68
  return [
@@ -95,7 +83,7 @@ const EdsCardGeneric = class {
95
83
  });
96
84
  }
97
85
  render() {
98
- return (index.h("article", { key: 'dcb7cea87bfb52f8886f7ee3dbc3484d615bc00c', class: this.articleClasses(), onClick: () => this.handleClick() }, index.h("eds-card-title", { key: '94dd6ff2679ce9ac4d25ec921cd1162b1584e4fd', "heading-level": this.headingLevel, titleClass: this.image ? 'f-ui-01' : undefined, "card-title": this.cardTitle, url: this.url, hierarchy: this.hierarchy }), this.description && (index.h("eds-card-desc", { key: '433c4fe3a518153d89d48af54455286fa415a688', class: "mt-8", "truncate-lines": "3", description: this.description })), this.parsedImage ? (index.h("eds-img", Object.assign({ class: "mt-8" }, 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: '97b75afb4b8de1183d4b212054ff556ba3db8fcb', 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 })))), ' '));
86
+ return (index.h("article", { key: '440a448c841370838c0c66610bd1266b46f66541', class: this.articleClasses(), onClick: () => this.handleClick() }, index.h("eds-card-title", { key: '292d93a9a993c6dcbfd276097a21d3984b1794c4', "heading-level": this.headingLevel, titleClass: this.image ? 'f-ui-01' : undefined, "card-title": this.cardTitle, url: this.url, hierarchy: this.hierarchy }), this.description && (index.h("eds-card-desc", { key: '4b304cc3c65a42b3b1bcbebd9968c45e79cdabf7', class: "mt-8", "truncate-lines": "3", description: this.description })), this.parsedImage ? (index.h("eds-img", Object.assign({ class: "mt-8" }, 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: 'cb5c191f6c190fb6edb46446187dbf6b8c1b778b', 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 })))), ' '));
99
87
  }
100
88
  get el() { return index.getElement(this); }
101
89
  };
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f08e4f5c.js');
6
- const analytics = require('./analytics-223ea8e5.js');
5
+ const index = require('./index-2f63169d.js');
6
+ const analytics = require('./analytics-d8fb3fdd.js');
7
7
  const color = require('./color-c00146a8.js');
8
8
  require('./index-ab9fbefe.js');
9
9
 
@@ -2,16 +2,17 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f08e4f5c.js');
5
+ const index = require('./index-2f63169d.js');
6
+ const sharedUtils = require('./sharedUtils-8e287250.js');
6
7
 
7
- const edsCardSectionCss = ".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-col-span-12{--container-grid-columns:12;grid-column:span 12 / span 12}.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-4{--container-grid-columns:4;grid-column:span 4 / span 4}.md\\:grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.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}}";
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}}";
8
9
  const EdsCardSectionStyle0 = edsCardSectionCss;
9
10
 
10
11
  const EdsCardSection = class {
11
12
  constructor(hostRef) {
12
13
  index.registerInstance(this, hostRef);
13
14
  this.cards = [];
14
- this.cols = 4;
15
+ this.occupyCols = 1;
15
16
  }
16
17
  /**
17
18
  * Parses the `cards` JSON string prop into an array of card objects.
@@ -20,24 +21,7 @@ const EdsCardSection = class {
20
21
  * @returns {any[]} An array of parsed card objects.
21
22
  */
22
23
  get parsedCards() {
23
- // If it's already an array, return it immediately.
24
- if (Array.isArray(this.cards)) {
25
- return this.cards;
26
- }
27
- if (typeof this.cards === 'object') {
28
- return this.cards;
29
- }
30
- else if (typeof this.cards === 'string') {
31
- try {
32
- return JSON.parse(this.cards);
33
- }
34
- catch (e) {
35
- // eslint-disable-next-line
36
- console.error('Error parsing cards prop:', e);
37
- return [];
38
- }
39
- }
40
- return [];
24
+ return sharedUtils.parseData(this.cards);
41
25
  }
42
26
  /**
43
27
  * Renders the card section as a grid layout.
@@ -47,7 +31,7 @@ const EdsCardSection = class {
47
31
  * @returns {JSX.Element} The rendered section containing a list of cards.
48
32
  */
49
33
  render() {
50
- return (index.h("section", { key: '1f221e1ec7c3cdd0e3aed18f6f930c2c5456c64b', class: "w-full" }, index.h("ul", { key: '36f984994bb2dc247475c20422f7e6e7da7d058d', class: "grid-layout gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.parsedCards.map((card) => (index.h("li", { class: `grid-col-span-12 md:grid-col-span-${this.cols} 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 })))))));
34
+ return (index.h("section", { key: 'eb64be830a5a1b752fadd0a8a76be9240b70cfe8', class: "w-full" }, index.h("ul", { key: 'd4eb8d8492a67f7491535953e0e37172fc9e09ff', 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 })))))));
51
35
  }
52
36
  };
53
37
  EdsCardSection.style = EdsCardSectionStyle0;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f08e4f5c.js');
5
+ const index = require('./index-2f63169d.js');
6
6
 
7
7
  const edsCardTagsCss = ".flex{display:flex}.flex-wrap{flex-wrap:wrap}.gap-y-4{row-gap:0.25rem}";
8
8
  const EdsCardTagsStyle0 = edsCardTagsCss;
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f08e4f5c.js');
6
- const analytics = require('./analytics-223ea8e5.js');
5
+ const index = require('./index-2f63169d.js');
6
+ const analytics = require('./analytics-d8fb3fdd.js');
7
7
 
8
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
9
  const EdsCardToolStyle0 = edsCardToolCss;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f08e4f5c.js');
5
+ const index = require('./index-2f63169d.js');
6
6
 
7
7
  const EdsCardWrapper = class {
8
8
  constructor(hostRef) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f08e4f5c.js');
5
+ const index = require('./index-2f63169d.js');
6
6
 
7
7
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
8
8
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f08e4f5c.js');
5
+ const index = require('./index-2f63169d.js');
6
6
 
7
7
  const EdsComponentsOverview = () => (index.h("div", { class: "static-content container" },
8
8
  index.h("h2", null, "Load the module"),
@@ -113,7 +113,7 @@ const EdsComponentsSection = class {
113
113
  }
114
114
  }
115
115
  render() {
116
- return index.h("div", { key: '7e582a0eeafc2687229454532b5a7f66f91c1856', class: "container" }, this.renderContent());
116
+ return index.h("div", { key: '69eda93b8845c5fdf5edc0f58ede763866b5f8c7', class: "container" }, this.renderContent());
117
117
  }
118
118
  };
119
119
 
@@ -0,0 +1,39 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-2f63169d.js');
6
+
7
+ const edsCookiesPreferenceCss = "";
8
+ const EdsCookiesPreferenceStyle0 = edsCookiesPreferenceCss;
9
+
10
+ const EdsCookiesPreference = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.buttonText = 'Cookies Preferences';
14
+ this.intent = undefined;
15
+ this.showMatomoNotice = false;
16
+ this.noticeKey = 0;
17
+ }
18
+ /**
19
+ * Always shows the eds-matomo-notice popup.
20
+ * Every click removes the "matomo-deferred" key and forces a remount.
21
+ */
22
+ toggleCookiesPopup() {
23
+ // Remove the key from session storage so that the notice will run its checks (or be forced to show)
24
+ sessionStorage.removeItem('matomo-deferred');
25
+ if (this.showMatomoNotice) {
26
+ // Force a remount by changing the key
27
+ this.noticeKey = this.noticeKey + 1;
28
+ }
29
+ else {
30
+ this.showMatomoNotice = true;
31
+ }
32
+ }
33
+ render() {
34
+ return (index.h("div", { key: '48f67648644ae9c8e645791ad3cbba5491866dc5' }, index.h("eds-link", { key: '50154721f0f44e811ebe362e18bcf8cfb77b8f64', size: "small", intent: this.intent, label: this.buttonText, onClick: () => this.toggleCookiesPopup() }), this.showMatomoNotice && index.h("eds-matomo-notice", { "force-show": true, key: this.noticeKey })));
35
+ }
36
+ };
37
+ EdsCookiesPreference.style = EdsCookiesPreferenceStyle0;
38
+
39
+ exports.eds_cookies_preference = EdsCookiesPreference;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f08e4f5c.js');
5
+ const index = require('./index-2f63169d.js');
6
6
 
7
7
  const EdsDocsPalettes = class {
8
8
  constructor(hostRef) {
@@ -20,7 +20,7 @@ const EdsDocsPalettes = class {
20
20
  }
21
21
  }
22
22
  render() {
23
- return index.h("div", { key: 'e8cd71caa7b23cc4dc28c694ecb9f13e3fd4170a', class: "container" }, this.renderContent());
23
+ return index.h("div", { key: '80f0922a40e212252a858b019d88f104defc2632', class: "container" }, this.renderContent());
24
24
  }
25
25
  };
26
26
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-f08e4f5c.js');
5
+ const index = require('./index-2f63169d.js');
6
6
 
7
7
  const EdsDocsContent = class {
8
8
  constructor(hostRef) {
@@ -28,7 +28,7 @@ const EdsDocsContent = class {
28
28
  }
29
29
  }
30
30
  render() {
31
- return index.h("div", { key: 'b140f7650e5e01711dc0778b04af83f9d004efc7', class: "container" }, this.renderContent());
31
+ return index.h("div", { key: 'cf676cf54781de4a4f8b75d174201d24d30d3538', class: "container" }, this.renderContent());
32
32
  }
33
33
  };
34
34