@ebrains/components 2.4.1 → 3.1.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 (1004) hide show
  1. package/dist/cjs/color-primary-palette_6.cjs.entry.js +14 -14
  2. package/dist/cjs/components-section.cjs.entry.js +1 -1
  3. package/dist/cjs/components.cjs.js +1 -1
  4. package/dist/cjs/correct-use-of-colors.cjs.entry.js +1 -1
  5. package/dist/cjs/docs-palettes.cjs.entry.js +1 -1
  6. package/dist/cjs/docs-tokens.cjs.entry.js +1 -1
  7. package/dist/cjs/eds-accordion_53.cjs.entry.js +11059 -0
  8. package/dist/cjs/eds-app-root.cjs.entry.js +1 -1
  9. package/dist/cjs/eds-cookies-preference.cjs.entry.js +2 -2
  10. package/dist/cjs/eds-feedback.cjs.entry.js +1 -1
  11. package/dist/cjs/eds-frame.cjs.entry.js +3 -3
  12. package/dist/cjs/eds-gauge.cjs.entry.js +5 -6
  13. package/dist/cjs/eds-gitlab-contributors.cjs.entry.js +255 -0
  14. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +1 -1
  15. package/dist/cjs/eds-icon-eu.cjs.entry.js +2 -2
  16. package/dist/cjs/eds-icon-facebook.cjs.entry.js +1 -1
  17. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +1 -1
  18. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +1 -1
  19. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +1 -1
  20. package/dist/cjs/eds-icon-twitter.cjs.entry.js +1 -1
  21. package/dist/cjs/eds-icon-youtube.cjs.entry.js +1 -1
  22. package/dist/cjs/eds-input-search.cjs.entry.js +76 -0
  23. package/dist/cjs/eds-modal.cjs.entry.js +84 -13
  24. package/dist/cjs/eds-pie.cjs.entry.js +20 -20
  25. package/dist/cjs/eds-section-core_2.cjs.entry.js +3 -3
  26. package/dist/cjs/eds-splash-screen.cjs.entry.js +2 -2
  27. package/dist/cjs/eds-timeline.cjs.entry.js +2 -2
  28. package/dist/cjs/eds-toast-manager.cjs.entry.js +1 -1
  29. package/dist/cjs/eds-trl-badge.cjs.entry.js +181 -0
  30. package/dist/cjs/eu-271d44ae.js +9 -0
  31. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
  32. package/dist/cjs/index-50bc1aa4.js +10 -182
  33. package/dist/cjs/loader.cjs.js +1 -1
  34. package/dist/cjs/logo-space.cjs.entry.js +1 -2
  35. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +2 -2
  36. package/dist/cjs/logo-variations-tabs.cjs.entry.js +1 -1
  37. package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
  38. package/dist/cjs/negative-c61d13b5.js +106 -0
  39. package/dist/cjs/positive-fdcd161e.js +67 -0
  40. package/dist/cjs/svg-repository.cjs.entry.js +6 -263
  41. package/dist/cjs/token-list_3.cjs.entry.js +91 -49
  42. package/dist/cjs/token-ratios.cjs.entry.js +1 -1
  43. package/dist/cjs/token-spacing.cjs.entry.js +1 -1
  44. package/dist/cjs/token-typography.cjs.entry.js +73 -42
  45. package/dist/collection/collection-manifest.json +13 -41
  46. package/dist/collection/components/eds-accordion/eds-accordion.css +139 -194
  47. package/dist/collection/components/eds-accordion/eds-accordion.js +68 -81
  48. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +78 -41
  49. package/dist/collection/components/eds-alert/eds-alert.css +122 -95
  50. package/dist/collection/components/eds-alert/eds-alert.js +89 -104
  51. package/dist/collection/components/eds-alert/eds-alert.stories.js +55 -33
  52. package/dist/collection/components/eds-avatar/eds-avatar.css +6 -6
  53. package/dist/collection/components/eds-avatar/eds-avatar.js +1 -1
  54. package/dist/collection/components/eds-avatar/eds-avatar.stories.js +2 -2
  55. package/dist/collection/components/eds-block-break/eds-block-break.css +1 -1
  56. package/dist/collection/components/eds-block-break/eds-block-break.js +1 -1
  57. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +1 -1
  58. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +5 -5
  59. package/dist/collection/components/eds-button/eds-button.css +365 -88
  60. package/dist/collection/components/eds-button/eds-button.js +123 -45
  61. package/dist/collection/components/eds-button/eds-button.stories.js +3 -3
  62. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.css +116 -0
  63. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.js +187 -0
  64. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.stories.js +52 -0
  65. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +13 -6
  66. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +20 -1
  67. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +22 -6
  68. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +51 -78
  69. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.css +147 -0
  70. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.js +217 -0
  71. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.stories.js +77 -0
  72. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.css +108 -0
  73. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.js +156 -0
  74. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.stories.js +55 -0
  75. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +105 -4
  76. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +70 -150
  77. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +72 -112
  78. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.css +127 -0
  79. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.js +181 -0
  80. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.stories.js +62 -0
  81. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.css +128 -0
  82. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.js +149 -0
  83. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.stories.js +50 -0
  84. package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.js +5 -6
  85. package/dist/collection/components/eds-charts/eds-pie/eds-pie.js +20 -20
  86. package/dist/collection/components/eds-code-block/eds-code-block.css +84 -120
  87. package/dist/collection/components/eds-code-block/eds-code-block.js +1 -1
  88. package/dist/collection/components/eds-dropdown/eds-dropdown.js +50 -43
  89. package/dist/collection/components/eds-feedback/eds-feedback.js +1 -1
  90. package/dist/collection/components/eds-feedback/eds-feedback.stories.js +5 -1
  91. package/dist/collection/components/eds-footer/eds-footer.css +144 -152
  92. package/dist/collection/components/eds-footer/eds-footer.js +188 -65
  93. package/dist/collection/components/eds-footer/eds-footer.stories.js +108 -15
  94. package/dist/collection/components/eds-form/eds-form.css +137 -5
  95. package/dist/collection/components/eds-form/eds-form.js +211 -47
  96. package/dist/collection/components/eds-form/eds-form.stories.js +3 -11
  97. package/dist/collection/components/eds-frame/eds-frame.css +34 -22
  98. package/dist/collection/components/eds-frame/eds-frame.js +5 -5
  99. package/dist/collection/components/eds-frame/eds-frame.stories.js +1 -1
  100. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.css +9 -5
  101. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.js +4 -1
  102. package/dist/collection/components/eds-header/eds-header.css +20 -4
  103. package/dist/collection/components/eds-header/eds-header.js +17 -15
  104. package/dist/collection/components/eds-header/eds-header.stories.js +26 -14
  105. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.css +32 -0
  106. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +58 -57
  107. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
  108. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
  109. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
  110. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
  111. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
  112. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
  113. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
  114. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
  115. package/dist/collection/components/eds-img/eds-img.js +2 -2
  116. package/dist/collection/components/eds-img/eds-img.stories.js +29 -52
  117. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.css +195 -0
  118. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.js +300 -0
  119. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.stories.js +34 -0
  120. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +29 -5
  121. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.css +45 -1
  122. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +2 -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 +5 -3
  125. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +1 -1
  126. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.stories.js +30 -0
  127. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +2 -2
  128. package/dist/collection/components/eds-input-field/eds-input-field.css +69 -69
  129. package/dist/collection/components/eds-input-field/eds-input-field.js +40 -9
  130. package/dist/collection/components/eds-input-field/eds-input-field.stories.js +82 -130
  131. package/dist/collection/components/eds-input-file/eds-input-file.css +140 -0
  132. package/dist/collection/components/eds-input-file/eds-input-file.js +249 -0
  133. package/dist/collection/components/eds-link/eds-link.css +197 -22
  134. package/dist/collection/components/eds-link/eds-link.js +110 -38
  135. package/dist/collection/components/eds-link/eds-link.stories.js +16 -11
  136. package/dist/collection/components/eds-logo/eds-logo.css +3 -1
  137. package/dist/collection/components/eds-logo/eds-logo.js +12 -35
  138. package/dist/collection/components/eds-logo/eds-logo.stories.js +12 -29
  139. package/dist/collection/components/eds-modal/eds-modal.css +115 -19
  140. package/dist/collection/components/eds-modal/eds-modal.js +109 -17
  141. package/dist/collection/components/eds-modal/eds-modal.stories.js +9 -8
  142. package/dist/collection/components/eds-nps/eds-nps.css +42 -1
  143. package/dist/collection/components/eds-nps/eds-nps.js +48 -22
  144. package/dist/collection/components/eds-pagination/eds-pagination.js +2 -2
  145. package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +83 -9
  146. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +55 -10
  147. package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +83 -10
  148. package/dist/collection/components/eds-rating/eds-rating.css +10 -1
  149. package/dist/collection/components/eds-rating/eds-rating.js +54 -12
  150. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
  151. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
  152. package/dist/collection/components/eds-sidebar/eds-sidebar.css +9 -4
  153. package/dist/collection/components/eds-sidebar/eds-sidebar.js +4 -4
  154. package/dist/collection/components/eds-social-networks/eds-social-networks.css +12 -0
  155. package/dist/collection/components/eds-social-networks/eds-social-networks.js +26 -1
  156. package/dist/collection/components/eds-spinner/eds-spinner.css +6 -6
  157. package/dist/collection/components/eds-spinner/eds-spinner.js +5 -5
  158. package/dist/collection/components/eds-splash-screen/eds-splash-screen.css +12 -12
  159. package/dist/collection/components/eds-splash-screen/eds-splash-screen.js +1 -1
  160. package/dist/collection/components/eds-steps/eds-steps.css +101 -15
  161. package/dist/collection/components/eds-steps/eds-steps.js +45 -6
  162. package/dist/collection/components/eds-steps/eds-steps.stories.js +7 -31
  163. package/dist/collection/components/eds-steps-v2/eds-steps-v2.css +172 -17
  164. package/dist/collection/components/eds-steps-v2/eds-steps-v2.js +50 -7
  165. package/dist/collection/components/eds-steps-v2/eds-steps-v2.stories.js +16 -30
  166. package/dist/collection/components/eds-switch/eds-switch.css +65 -3
  167. package/dist/collection/components/eds-switch/eds-switch.js +46 -2
  168. package/dist/collection/components/eds-switch/eds-switch.stories.js +91 -24
  169. package/dist/collection/components/eds-table/eds-table.css +272 -5
  170. package/dist/collection/components/eds-table/eds-table.js +126 -76
  171. package/dist/collection/components/eds-table/eds-table.stories.js +30 -36
  172. package/dist/collection/components/eds-tabs/eds-tabs.css +84 -368
  173. package/dist/collection/components/eds-tabs/eds-tabs.js +87 -93
  174. package/dist/collection/components/eds-tabs/eds-tabs.stories.js +82 -37
  175. package/dist/collection/components/eds-tag/eds-tag.css +151 -8
  176. package/dist/collection/components/eds-tag/eds-tag.js +17 -18
  177. package/dist/collection/components/eds-tag/eds-tag.stories.js +25 -5
  178. package/dist/collection/components/eds-timeline/eds-timeline.js +2 -2
  179. package/dist/collection/components/eds-toast/eds-toast.css +70 -10
  180. package/dist/collection/components/eds-toast/eds-toast.js +9 -7
  181. package/dist/collection/components/eds-toast/eds-toast.stories.js +25 -1
  182. package/dist/collection/components/eds-toast-manager/eds-toast-manager.js +1 -1
  183. package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
  184. package/dist/collection/components/eds-tooltip/eds-tooltip.stories.js +1 -1
  185. package/dist/collection/components/eds-user/eds-user.js +5 -5
  186. package/dist/collection/components/eds-user/eds-user.stories.js +1 -1
  187. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  188. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  189. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  190. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  191. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  192. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  193. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  194. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
  195. package/dist/collection/eds-docs-ui/components-section/components-section.js +1 -1
  196. package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +1 -1
  197. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  198. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  199. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  200. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  201. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  202. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +8 -7
  203. package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +1 -1
  204. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -2
  205. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
  206. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
  207. package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +1 -1
  208. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +2 -2
  209. package/dist/collection/eds-docs-ui/svg-repository/svg-repository.js +1 -1
  210. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +6 -5
  211. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.css +162 -0
  212. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.js +447 -0
  213. package/dist/collection/shared-ui/eds-global-search/eds-global-search.css +265 -24
  214. package/dist/collection/shared-ui/eds-global-search/eds-global-search.js +184 -9
  215. package/dist/collection/shared-ui/eds-kg-learning-resources/eds-kg-learning-resources.css +205 -0
  216. package/dist/collection/shared-ui/eds-kg-learning-resources/eds-kg-learning-resources.js +257 -0
  217. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.css +8 -0
  218. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.js +370 -0
  219. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.js +87 -0
  220. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +25 -100
  221. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +7 -1
  222. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +71 -4
  223. package/dist/collection/shared-ui/eds-search-select/eds-search-select.css +203 -0
  224. package/dist/collection/shared-ui/eds-search-select/eds-search-select.js +685 -0
  225. package/dist/collection/shared-ui/eds-search-select/eds-search-select.stories.js +85 -0
  226. package/dist/collection/shared-ui/eds-trl-badge/ebrains-mark.js +26 -0
  227. package/dist/collection/shared-ui/eds-trl-badge/eds-trl-badge.css +22 -0
  228. package/dist/collection/shared-ui/eds-trl-badge/eds-trl-badge.js +321 -0
  229. package/dist/collection/shared-ui/eds-trl-badge/eds-trl-badge.stories.js +96 -0
  230. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
  231. package/dist/collection/utils/eds-form/formValidators.js +7 -9
  232. package/dist/collection/utils/eds-form/individualValidator.js +22 -0
  233. package/dist/collection/utils/eds-form/safeFormat.js +39 -0
  234. package/dist/collection/utils/icons.js +169 -0
  235. package/dist/components/components-section.js +1 -1
  236. package/dist/components/components.css +746 -540
  237. package/dist/components/components.esm.js +1 -1
  238. package/dist/components/correct-use-of-colors.js +1 -1
  239. package/dist/components/docs-palettes.js +1 -1
  240. package/dist/components/docs-tokens.js +1 -1
  241. package/dist/components/eds-accordion2.js +19 -51
  242. package/dist/components/eds-alert2.js +32 -82
  243. package/dist/components/eds-app-root.js +3 -9
  244. package/dist/components/eds-avatar2.js +2 -2
  245. package/dist/components/eds-block-break2.js +2 -2
  246. package/dist/components/eds-breadcrumb.js +2 -2
  247. package/dist/components/eds-button2.js +78 -29
  248. package/dist/components/{eds-icon-bin.d.ts → eds-card-app.d.ts} +4 -4
  249. package/dist/components/eds-card-app.js +82 -0
  250. package/dist/components/{eds-trl.d.ts → eds-card-cta.d.ts} +4 -4
  251. package/dist/components/eds-card-cta.js +95 -0
  252. package/dist/components/eds-card-desc2.js +5 -3
  253. package/dist/components/{eds-card-project.d.ts → eds-card-feature.d.ts} +4 -4
  254. package/dist/components/eds-card-feature.js +64 -0
  255. package/dist/components/eds-card-generic2.js +46 -55
  256. package/dist/components/{eds-icon-edit.d.ts → eds-card-hero.d.ts} +4 -4
  257. package/dist/components/eds-card-hero.js +75 -0
  258. package/dist/components/{eds-icon-copy.d.ts → eds-card-stat.d.ts} +4 -4
  259. package/dist/components/eds-card-stat.js +67 -0
  260. package/dist/components/eds-card-title2.js +28 -39
  261. package/dist/components/eds-code-block2.js +2 -2
  262. package/dist/components/eds-cookies-preference.js +2 -2
  263. package/dist/components/eds-dropdown2.js +33 -10
  264. package/dist/components/eds-feedback.js +1 -1
  265. package/dist/components/eds-footer2.js +116 -21
  266. package/dist/components/eds-form.js +241 -74
  267. package/dist/components/eds-frame.js +3 -3
  268. package/dist/components/eds-fullscreen-menu.js +2 -2
  269. package/dist/components/eds-gauge.js +5 -6
  270. package/dist/components/eds-gitlab-contributors.d.ts +11 -0
  271. package/dist/components/eds-gitlab-contributors.js +324 -0
  272. package/dist/components/eds-global-search.js +104 -68
  273. package/dist/components/eds-header.js +15 -13
  274. package/dist/components/eds-icon-bluesky.js +1 -1
  275. package/dist/components/eds-icon-eu.js +1 -1
  276. package/dist/components/eds-icon-facebook.js +1 -1
  277. package/dist/components/eds-icon-gitlab.js +1 -1
  278. package/dist/components/eds-icon-linkedin.js +1 -1
  279. package/dist/components/eds-icon-mastodon.js +1 -1
  280. package/dist/components/eds-icon-twitter.js +1 -1
  281. package/dist/components/eds-icon-wrapper2.js +2438 -32
  282. package/dist/components/eds-icon-youtube.js +1 -1
  283. package/dist/components/eds-img2.js +2 -2
  284. package/dist/components/{eds-icon-chevron-up.d.ts → eds-input-dropzone.d.ts} +4 -4
  285. package/dist/components/eds-input-dropzone.js +6 -0
  286. package/dist/components/eds-input-dropzone2.js +133 -0
  287. package/dist/components/eds-input-field2.js +50 -19
  288. package/dist/components/{eds-icon-close.d.ts → eds-input-file.d.ts} +4 -4
  289. package/dist/components/eds-input-file.js +6 -0
  290. package/dist/components/eds-input-file2.js +100 -0
  291. package/dist/components/eds-input-footer2.js +43 -3
  292. package/dist/components/eds-input-label2.js +1 -1
  293. package/dist/components/eds-input-range2.js +5 -3
  294. package/dist/components/eds-input-search.js +100 -1
  295. package/dist/components/eds-input-select2.js +2 -2
  296. package/dist/components/eds-input2.js +4 -2
  297. package/dist/components/eds-kg-learning-resources.d.ts +11 -0
  298. package/dist/components/eds-kg-learning-resources.js +221 -0
  299. package/dist/components/eds-kg-web-services-select.d.ts +11 -0
  300. package/dist/components/eds-kg-web-services-select.js +6 -0
  301. package/dist/components/eds-kg-web-services-select2.js +186 -0
  302. package/dist/components/eds-link2.js +82 -33
  303. package/dist/components/eds-logo2.js +9 -33
  304. package/dist/components/eds-matomo-notice2.js +8 -2
  305. package/dist/components/eds-modal.js +85 -13
  306. package/dist/components/eds-nps2.js +30 -22
  307. package/dist/components/eds-pagination2.js +2 -2
  308. package/dist/components/eds-pie.js +20 -20
  309. package/dist/components/eds-progress-bar.js +80 -1
  310. package/dist/components/eds-rating2.js +28 -10
  311. package/dist/components/{eds-icon-bookmark.d.ts → eds-search-select.d.ts} +4 -4
  312. package/dist/components/eds-search-select.js +6 -0
  313. package/dist/components/eds-search-select2.js +361 -0
  314. package/dist/components/eds-section-core2.js +1 -1
  315. package/dist/components/eds-section-heading2.js +2 -2
  316. package/dist/components/eds-sidebar.js +4 -4
  317. package/dist/components/eds-social-networks2.js +8 -3
  318. package/dist/components/eds-spinner2.js +5 -5
  319. package/dist/components/eds-splash-screen2.js +4 -10
  320. package/dist/components/eds-steps-v2.js +16 -7
  321. package/dist/components/eds-steps2.js +11 -6
  322. package/dist/components/eds-switch.js +1 -82
  323. package/dist/components/eds-switch2.js +111 -0
  324. package/dist/components/eds-table2.js +86 -63
  325. package/dist/components/eds-tabs.js +60 -86
  326. package/dist/components/eds-tag2.js +14 -15
  327. package/dist/components/eds-timeline.js +5 -11
  328. package/dist/components/eds-toast-manager.js +1 -1
  329. package/dist/components/eds-toast2.js +8 -6
  330. package/dist/components/eds-tooltip2.js +1 -1
  331. package/dist/components/{eds-card-tool.d.ts → eds-trl-badge.d.ts} +4 -4
  332. package/dist/components/eds-trl-badge.js +204 -0
  333. package/dist/components/eds-user.js +3 -3
  334. package/dist/components/eu.js +5 -28
  335. package/dist/components/incorrect-use-of-colors.js +1 -1
  336. package/dist/components/logo-space.js +41 -24
  337. package/dist/components/logo-variations-horizontal2.js +1 -1
  338. package/dist/components/logo-variations-tabs.js +1 -1
  339. package/dist/components/logo-variations-vertical2.js +1 -1
  340. package/dist/components/logo-wrong-usage.js +2 -2
  341. package/dist/components/negative.js +104 -0
  342. package/dist/components/p-00ba405d.entry.js +1 -0
  343. package/dist/components/p-03342030.entry.js +1 -0
  344. package/dist/components/{p-3d313fb5.entry.js → p-0e2bac0f.entry.js} +1 -1
  345. package/dist/components/p-12acc48d.entry.js +1 -0
  346. package/dist/components/p-18399fe1.entry.js +1 -0
  347. package/dist/components/p-1cc26ddf.entry.js +1 -0
  348. package/dist/components/p-1e6f0572.entry.js +1 -0
  349. package/dist/components/p-1fbcc480.entry.js +1 -0
  350. package/dist/components/p-25729ade.entry.js +1 -0
  351. package/dist/components/p-27e093c3.entry.js +1 -0
  352. package/dist/components/{p-67c3bedc.entry.js → p-37ef07d9.entry.js} +1 -1
  353. package/dist/components/p-3d1bb2fe.entry.js +1 -0
  354. package/dist/components/{p-be54a6c8.entry.js → p-42791331.entry.js} +1 -1
  355. package/dist/components/p-5ff4b1d0.entry.js +1 -0
  356. package/dist/components/p-62580004.entry.js +1 -0
  357. package/dist/components/{p-7b160270.entry.js → p-62f53e7a.entry.js} +1 -1
  358. package/dist/components/p-6be1730a.entry.js +1 -0
  359. package/dist/components/p-786ff09b.entry.js +1 -0
  360. package/dist/components/p-7baaf1a1.entry.js +1 -0
  361. package/dist/components/p-7ce1cf13.js +1 -0
  362. package/dist/components/{p-2d4f6e90.entry.js → p-80a32e20.entry.js} +1 -1
  363. package/dist/components/p-85476a6f.entry.js +9 -0
  364. package/dist/components/{p-9fe2c4ba.entry.js → p-8a483358.entry.js} +1 -1
  365. package/dist/components/p-b1a10842.entry.js +1 -0
  366. package/dist/components/p-bdcb71e1.entry.js +1 -0
  367. package/dist/components/p-c2127276.entry.js +1 -0
  368. package/dist/components/p-c3ee9163.entry.js +1 -0
  369. package/dist/components/{p-8998eec7.entry.js → p-c4cfbf98.entry.js} +1 -1
  370. package/dist/components/p-c65082fe.entry.js +1 -0
  371. package/dist/components/p-caa71345.js +1 -0
  372. package/dist/components/p-cc096938.entry.js +1 -0
  373. package/dist/components/p-d59d6fda.entry.js +1 -0
  374. package/dist/components/p-ddb9ce00.entry.js +1 -0
  375. package/dist/components/p-e027bc90.entry.js +1 -0
  376. package/dist/components/p-e0ee2386.js +1 -0
  377. package/dist/components/p-e339d0b5.entry.js +1 -0
  378. package/dist/components/{p-85f866f0.entry.js → p-e4df206e.entry.js} +1 -1
  379. package/dist/components/{p-a78079b7.entry.js → p-e71a4f29.entry.js} +1 -1
  380. package/dist/components/p-e9e6ec19.entry.js +1 -0
  381. package/dist/components/p-f4d2f882.entry.js +1 -0
  382. package/dist/components/p-f9a9fa34.entry.js +1 -0
  383. package/dist/components/positive.js +65 -0
  384. package/dist/components/primary.js +1 -1
  385. package/dist/components/primary2.js +1 -1
  386. package/dist/components/secondary.js +1 -1
  387. package/dist/components/secondary2.js +7 -7
  388. package/dist/components/support.js +1 -1
  389. package/dist/components/support2.js +3 -3
  390. package/dist/components/svg-repository.js +33 -278
  391. package/dist/components/token-list2.js +57 -40
  392. package/dist/components/token-radii2.js +1 -1
  393. package/dist/components/token-ratios.js +1 -1
  394. package/dist/components/token-shadows2.js +33 -8
  395. package/dist/components/token-spacing.js +1 -1
  396. package/dist/components/token-typography.js +73 -42
  397. package/dist/esm/color-primary-palette_6.entry.js +14 -14
  398. package/dist/esm/components-section.entry.js +1 -1
  399. package/dist/esm/components.js +1 -1
  400. package/dist/esm/correct-use-of-colors.entry.js +1 -1
  401. package/dist/esm/docs-palettes.entry.js +1 -1
  402. package/dist/esm/docs-tokens.entry.js +1 -1
  403. package/dist/esm/eds-accordion_53.entry.js +11003 -0
  404. package/dist/esm/eds-app-root.entry.js +1 -1
  405. package/dist/esm/eds-cookies-preference.entry.js +2 -2
  406. package/dist/esm/eds-feedback.entry.js +1 -1
  407. package/dist/esm/eds-frame.entry.js +3 -3
  408. package/dist/esm/eds-gauge.entry.js +5 -6
  409. package/dist/esm/eds-gitlab-contributors.entry.js +251 -0
  410. package/dist/esm/eds-icon-bluesky.entry.js +1 -1
  411. package/dist/esm/eds-icon-eu.entry.js +2 -2
  412. package/dist/esm/eds-icon-facebook.entry.js +1 -1
  413. package/dist/esm/eds-icon-gitlab.entry.js +1 -1
  414. package/dist/esm/eds-icon-linkedin.entry.js +1 -1
  415. package/dist/esm/eds-icon-mastodon.entry.js +1 -1
  416. package/dist/esm/eds-icon-twitter.entry.js +1 -1
  417. package/dist/esm/eds-icon-youtube.entry.js +1 -1
  418. package/dist/{components/eds-input-search2.js → esm/eds-input-search.entry.js} +9 -39
  419. package/dist/esm/eds-modal.entry.js +84 -13
  420. package/dist/esm/eds-pie.entry.js +20 -20
  421. package/dist/esm/eds-section-core_2.entry.js +3 -3
  422. package/dist/esm/eds-splash-screen.entry.js +2 -2
  423. package/dist/esm/eds-timeline.entry.js +2 -2
  424. package/dist/esm/eds-toast-manager.entry.js +1 -1
  425. package/dist/esm/eds-trl-badge.entry.js +177 -0
  426. package/dist/esm/eu-8ac3e99c.js +7 -0
  427. package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
  428. package/dist/esm/index-870ab08f.js +10 -182
  429. package/dist/esm/loader.js +1 -1
  430. package/dist/esm/logo-space.entry.js +1 -2
  431. package/dist/esm/logo-variations-horizontal_2.entry.js +2 -2
  432. package/dist/esm/logo-variations-tabs.entry.js +1 -1
  433. package/dist/esm/logo-wrong-usage.entry.js +2 -2
  434. package/dist/esm/negative-84eec72e.js +104 -0
  435. package/dist/esm/positive-cc986d7c.js +65 -0
  436. package/dist/esm/svg-repository.entry.js +6 -263
  437. package/dist/esm/token-list_3.entry.js +91 -49
  438. package/dist/esm/token-ratios.entry.js +1 -1
  439. package/dist/esm/token-spacing.entry.js +1 -1
  440. package/dist/esm/token-typography.entry.js +73 -42
  441. package/dist/hydrate/index.js +5820 -4074
  442. package/dist/hydrate/index.mjs +5820 -4074
  443. package/dist/types/Users/nikolaosgeorgomanolis/Documents/EBRAINS/Projects/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +12 -0
  444. package/dist/types/components/eds-accordion/eds-accordion.d.ts +17 -53
  445. package/dist/types/components/eds-accordion/eds-accordion.stories.d.ts +33 -25
  446. package/dist/types/components/eds-alert/eds-alert.d.ts +32 -21
  447. package/dist/types/components/eds-alert/eds-alert.stories.d.ts +22 -15
  448. package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +2 -2
  449. package/dist/types/components/eds-button/eds-button.d.ts +31 -14
  450. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.d.ts +57 -0
  451. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.stories.d.ts +60 -0
  452. package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +1 -0
  453. package/dist/types/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.d.ts +5 -17
  454. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.d.ts +64 -0
  455. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.stories.d.ts +76 -0
  456. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.d.ts +43 -0
  457. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.stories.d.ts +53 -0
  458. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +12 -40
  459. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.stories.d.ts +43 -44
  460. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.d.ts +54 -0
  461. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.stories.d.ts +65 -0
  462. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.d.ts +41 -0
  463. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.stories.d.ts +47 -0
  464. package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +6 -10
  465. package/dist/types/components/eds-footer/eds-footer.d.ts +85 -49
  466. package/dist/types/components/eds-footer/eds-footer.stories.d.ts +62 -1
  467. package/dist/types/components/eds-form/eds-form.d.ts +26 -5
  468. package/dist/types/components/eds-form/eds-form.stories.d.ts +0 -5
  469. package/dist/types/components/eds-frame/eds-frame.d.ts +1 -1
  470. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +3 -0
  471. package/dist/types/components/eds-header/eds-header.d.ts +3 -3
  472. package/dist/types/components/eds-header/eds-header.stories.d.ts +6 -6
  473. package/dist/types/components/eds-icon-wrapper/eds-icon-wrapper.d.ts +9 -23
  474. package/dist/types/components/eds-img/eds-img.stories.d.ts +6 -20
  475. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.d.ts +51 -0
  476. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.stories.d.ts +54 -0
  477. package/dist/types/components/eds-input-elements/eds-input/eds-input.d.ts +9 -1
  478. package/dist/types/components/eds-input-elements/eds-input-search/eds-input-search.stories.d.ts +36 -0
  479. package/dist/types/components/eds-input-field/eds-input-field.d.ts +3 -1
  480. package/dist/types/components/eds-input-field/eds-input-field.stories.d.ts +97 -38
  481. package/dist/types/components/eds-input-file/eds-input-file.d.ts +43 -0
  482. package/dist/types/components/eds-link/eds-link.d.ts +9 -3
  483. package/dist/types/components/eds-link/eds-link.stories.d.ts +9 -6
  484. package/dist/types/components/eds-logo/eds-logo.d.ts +3 -3
  485. package/dist/types/components/eds-logo/eds-logo.stories.d.ts +1 -19
  486. package/dist/types/components/eds-modal/eds-modal.d.ts +15 -3
  487. package/dist/types/components/eds-nps/eds-nps.d.ts +11 -2
  488. package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +13 -2
  489. package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +40 -1
  490. package/dist/types/components/eds-rating/eds-rating.d.ts +15 -2
  491. package/dist/types/components/eds-social-networks/eds-social-networks.d.ts +7 -0
  492. package/dist/types/components/eds-steps/eds-steps.d.ts +8 -0
  493. package/dist/types/components/eds-steps/eds-steps.stories.d.ts +2 -27
  494. package/dist/types/components/eds-steps-v2/eds-steps-v2.d.ts +8 -0
  495. package/dist/types/components/eds-steps-v2/eds-steps-v2.stories.d.ts +3 -6
  496. package/dist/types/components/eds-switch/eds-switch.d.ts +6 -0
  497. package/dist/types/components/eds-switch/eds-switch.stories.d.ts +49 -0
  498. package/dist/types/components/eds-table/eds-table.d.ts +48 -20
  499. package/dist/types/components/eds-table/eds-table.stories.d.ts +23 -31
  500. package/dist/types/components/eds-tabs/eds-tabs.d.ts +24 -16
  501. package/dist/types/components/eds-tabs/eds-tabs.stories.d.ts +57 -6
  502. package/dist/types/components/eds-tag/eds-tag.d.ts +1 -1
  503. package/dist/types/components/eds-tag/eds-tag.stories.d.ts +6 -0
  504. package/dist/types/components/eds-toast/eds-toast.d.ts +1 -1
  505. package/dist/types/components/eds-toast/eds-toast.stories.d.ts +10 -0
  506. package/dist/types/components/eds-user/eds-user.d.ts +1 -1
  507. package/dist/types/components.d.ts +1941 -1566
  508. package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.d.ts +1 -1
  509. package/dist/types/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.d.ts +114 -0
  510. package/dist/types/shared-ui/eds-global-search/eds-global-search.d.ts +30 -0
  511. package/dist/types/shared-ui/eds-kg-learning-resources/eds-kg-learning-resources.d.ts +60 -0
  512. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.d.ts +98 -0
  513. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.d.ts +60 -0
  514. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +26 -0
  515. package/dist/types/shared-ui/eds-search-select/eds-search-select.d.ts +98 -0
  516. package/dist/types/shared-ui/eds-search-select/eds-search-select.stories.d.ts +81 -0
  517. package/dist/types/shared-ui/eds-trl-badge/ebrains-mark.d.ts +7 -0
  518. package/dist/types/shared-ui/eds-trl-badge/eds-trl-badge.d.ts +54 -0
  519. package/dist/types/shared-ui/eds-trl-badge/eds-trl-badge.stories.d.ts +112 -0
  520. package/dist/types/utils/eds-form/safeFormat.d.ts +21 -0
  521. package/dist/types/utils/icons.d.ts +78 -0
  522. package/package.json +1 -1
  523. package/dist/cjs/arrow-diagonal-black-0eb8640e.js +0 -5
  524. package/dist/cjs/arrow-right-3e38e8a9.js +0 -7
  525. package/dist/cjs/bin-c07eeedc.js +0 -5
  526. package/dist/cjs/bookmark-c61853d9.js +0 -18
  527. package/dist/cjs/chevron-down-27344777.js +0 -14
  528. package/dist/cjs/chevron-left-6fc9c6ef.js +0 -13
  529. package/dist/cjs/chevron-right-6d95a117.js +0 -7
  530. package/dist/cjs/chevron-up-e37d7713.js +0 -14
  531. package/dist/cjs/clone-846acfdd.js +0 -5
  532. package/dist/cjs/close-51284af5.js +0 -7
  533. package/dist/cjs/copy-53102d0c.js +0 -7
  534. package/dist/cjs/download-9d17d025.js +0 -20
  535. package/dist/cjs/draft-05bd8904.js +0 -5
  536. package/dist/cjs/edit-ff5b84d8.js +0 -5
  537. package/dist/cjs/eds-accordion_37.cjs.entry.js +0 -6908
  538. package/dist/cjs/eds-card-desc_2.cjs.entry.js +0 -77
  539. package/dist/cjs/eds-card-generic.cjs.entry.js +0 -91
  540. package/dist/cjs/eds-card-project.cjs.entry.js +0 -195
  541. package/dist/cjs/eds-card-section.cjs.entry.js +0 -39
  542. package/dist/cjs/eds-card-tags.cjs.entry.js +0 -22
  543. package/dist/cjs/eds-card-tool.cjs.entry.js +0 -79
  544. package/dist/cjs/eds-footer.cjs.entry.js +0 -67
  545. package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +0 -91
  546. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +0 -18
  547. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +0 -18
  548. package/dist/cjs/eds-icon-bin.cjs.entry.js +0 -18
  549. package/dist/cjs/eds-icon-bookmark.cjs.entry.js +0 -18
  550. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +0 -18
  551. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +0 -18
  552. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +0 -18
  553. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +0 -18
  554. package/dist/cjs/eds-icon-clone.cjs.entry.js +0 -18
  555. package/dist/cjs/eds-icon-close.cjs.entry.js +0 -18
  556. package/dist/cjs/eds-icon-copy.cjs.entry.js +0 -18
  557. package/dist/cjs/eds-icon-download.cjs.entry.js +0 -18
  558. package/dist/cjs/eds-icon-draft.cjs.entry.js +0 -18
  559. package/dist/cjs/eds-icon-edit.cjs.entry.js +0 -18
  560. package/dist/cjs/eds-icon-external.cjs.entry.js +0 -18
  561. package/dist/cjs/eds-icon-loader.cjs.entry.js +0 -18
  562. package/dist/cjs/eds-icon-menu.cjs.entry.js +0 -18
  563. package/dist/cjs/eds-icon-minus.cjs.entry.js +0 -18
  564. package/dist/cjs/eds-icon-more.cjs.entry.js +0 -18
  565. package/dist/cjs/eds-icon-paper.cjs.entry.js +0 -18
  566. package/dist/cjs/eds-icon-plus.cjs.entry.js +0 -18
  567. package/dist/cjs/eds-icon-portal.cjs.entry.js +0 -18
  568. package/dist/cjs/eds-icon-private.cjs.entry.js +0 -18
  569. package/dist/cjs/eds-icon-public.cjs.entry.js +0 -18
  570. package/dist/cjs/eds-icon-search.cjs.entry.js +0 -18
  571. package/dist/cjs/eds-icon-star.cjs.entry.js +0 -18
  572. package/dist/cjs/eds-icon-start.cjs.entry.js +0 -18
  573. package/dist/cjs/eds-icon-success.cjs.entry.js +0 -18
  574. package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +0 -18
  575. package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +0 -18
  576. package/dist/cjs/eds-icon-tutorial.cjs.entry.js +0 -18
  577. package/dist/cjs/eds-icon-unknown.cjs.entry.js +0 -18
  578. package/dist/cjs/eds-icon-updown.cjs.entry.js +0 -18
  579. package/dist/cjs/eds-icon-user.cjs.entry.js +0 -18
  580. package/dist/cjs/eds-icon-view.cjs.entry.js +0 -18
  581. package/dist/cjs/eds-progress-bar.cjs.entry.js +0 -56
  582. package/dist/cjs/eds-social-networks.cjs.entry.js +0 -64
  583. package/dist/cjs/eds-trl.cjs.entry.js +0 -51
  584. package/dist/cjs/eu-b9665157.js +0 -32
  585. package/dist/cjs/index-ab9fbefe.js +0 -48
  586. package/dist/cjs/loader-72f9d178.js +0 -32
  587. package/dist/cjs/logo-color-6c787ac1.js +0 -117
  588. package/dist/cjs/logo-color-margins-b49c0f46.js +0 -120
  589. package/dist/cjs/logo-white-no-bg-4a0e0f4b.js +0 -1039
  590. package/dist/cjs/menu-7050a6d1.js +0 -13
  591. package/dist/cjs/minus-1da6a98a.js +0 -13
  592. package/dist/cjs/more-1d3dd8bc.js +0 -15
  593. package/dist/cjs/paper-0d6302f6.js +0 -17
  594. package/dist/cjs/plus-d0e00ad0.js +0 -14
  595. package/dist/cjs/portal-46212559.js +0 -20
  596. package/dist/cjs/private-38835fe7.js +0 -27
  597. package/dist/cjs/public-b519b1f6.js +0 -18
  598. package/dist/cjs/search-5533d877.js +0 -14
  599. package/dist/cjs/star-942eee9f.js +0 -7
  600. package/dist/cjs/start-c0ccfddd.js +0 -5
  601. package/dist/cjs/success-ef661a11.js +0 -20
  602. package/dist/cjs/thumbs-down-714036b1.js +0 -7
  603. package/dist/cjs/thumbs-up-411babb8.js +0 -8
  604. package/dist/cjs/tutotial-7855df3c.js +0 -29
  605. package/dist/cjs/unknown-6814e551.js +0 -24
  606. package/dist/cjs/up-and-down-6f179dd8.js +0 -14
  607. package/dist/cjs/user-a3c2230f.js +0 -18
  608. package/dist/cjs/view-80d5c6c8.js +0 -5
  609. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +0 -9
  610. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +0 -63
  611. package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +0 -227
  612. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.css +0 -249
  613. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.js +0 -95
  614. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.stories.js +0 -71
  615. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +0 -103
  616. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +0 -314
  617. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +0 -77
  618. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +0 -36
  619. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +0 -36
  620. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +0 -36
  621. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +0 -36
  622. package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +0 -36
  623. package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +0 -36
  624. package/dist/collection/components/eds-icons/eds-icon-bin/eds-icon-bin.js +0 -36
  625. package/dist/collection/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.js +0 -36
  626. package/dist/collection/components/eds-icons/eds-icon-clone/eds-icon-clone.js +0 -36
  627. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +0 -36
  628. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +0 -36
  629. package/dist/collection/components/eds-icons/eds-icon-download/eds-icon-download.js +0 -36
  630. package/dist/collection/components/eds-icons/eds-icon-draft/eds-icon-draft.js +0 -36
  631. package/dist/collection/components/eds-icons/eds-icon-edit/eds-icon-edit.js +0 -36
  632. package/dist/collection/components/eds-icons/eds-icon-external/eds-icon-external.js +0 -36
  633. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +0 -36
  634. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +0 -36
  635. package/dist/collection/components/eds-icons/eds-icon-minus/eds-icon-minus.js +0 -36
  636. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +0 -36
  637. package/dist/collection/components/eds-icons/eds-icon-paper/eds-icon-paper.js +0 -36
  638. package/dist/collection/components/eds-icons/eds-icon-plus/eds-icon-plus.js +0 -36
  639. package/dist/collection/components/eds-icons/eds-icon-portal/eds-icon-portal.js +0 -36
  640. package/dist/collection/components/eds-icons/eds-icon-private/eds-icon-private.js +0 -36
  641. package/dist/collection/components/eds-icons/eds-icon-public/eds-icon-public.js +0 -36
  642. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +0 -36
  643. package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +0 -36
  644. package/dist/collection/components/eds-icons/eds-icon-start/eds-icon-start.js +0 -36
  645. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +0 -36
  646. package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +0 -36
  647. package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +0 -36
  648. package/dist/collection/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.js +0 -36
  649. package/dist/collection/components/eds-icons/eds-icon-unknown/eds-icon-unknown.js +0 -36
  650. package/dist/collection/components/eds-icons/eds-icon-updown/eds-icon-updown.js +0 -36
  651. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +0 -36
  652. package/dist/collection/components/eds-icons/eds-icon-view/eds-icon-view.js +0 -36
  653. package/dist/collection/components/eds-trl/eds-trl.js +0 -68
  654. package/dist/components/arrow-diagonal-black.js +0 -3
  655. package/dist/components/arrow-right.js +0 -5
  656. package/dist/components/bin.js +0 -3
  657. package/dist/components/bookmark.js +0 -16
  658. package/dist/components/chevron-down.js +0 -12
  659. package/dist/components/chevron-left.js +0 -11
  660. package/dist/components/chevron-right.js +0 -5
  661. package/dist/components/chevron-up.js +0 -12
  662. package/dist/components/clone.js +0 -3
  663. package/dist/components/close.js +0 -5
  664. package/dist/components/copy.js +0 -5
  665. package/dist/components/download.js +0 -18
  666. package/dist/components/draft.js +0 -3
  667. package/dist/components/edit.js +0 -3
  668. package/dist/components/eds-card-project.js +0 -237
  669. package/dist/components/eds-card-section.d.ts +0 -11
  670. package/dist/components/eds-card-section.js +0 -92
  671. package/dist/components/eds-card-tags.d.ts +0 -11
  672. package/dist/components/eds-card-tags.js +0 -45
  673. package/dist/components/eds-card-tool.js +0 -137
  674. package/dist/components/eds-icon-arrow-diagonal.d.ts +0 -11
  675. package/dist/components/eds-icon-arrow-diagonal.js +0 -33
  676. package/dist/components/eds-icon-arrow-right.d.ts +0 -11
  677. package/dist/components/eds-icon-arrow-right.js +0 -33
  678. package/dist/components/eds-icon-bin.js +0 -33
  679. package/dist/components/eds-icon-bookmark.js +0 -33
  680. package/dist/components/eds-icon-chevron-down.d.ts +0 -11
  681. package/dist/components/eds-icon-chevron-down.js +0 -33
  682. package/dist/components/eds-icon-chevron-left.d.ts +0 -11
  683. package/dist/components/eds-icon-chevron-left.js +0 -33
  684. package/dist/components/eds-icon-chevron-right.d.ts +0 -11
  685. package/dist/components/eds-icon-chevron-right.js +0 -33
  686. package/dist/components/eds-icon-chevron-up.js +0 -33
  687. package/dist/components/eds-icon-clone.d.ts +0 -11
  688. package/dist/components/eds-icon-clone.js +0 -33
  689. package/dist/components/eds-icon-close.js +0 -33
  690. package/dist/components/eds-icon-copy.js +0 -33
  691. package/dist/components/eds-icon-download.d.ts +0 -11
  692. package/dist/components/eds-icon-download.js +0 -33
  693. package/dist/components/eds-icon-draft.d.ts +0 -11
  694. package/dist/components/eds-icon-draft.js +0 -33
  695. package/dist/components/eds-icon-edit.js +0 -33
  696. package/dist/components/eds-icon-external.d.ts +0 -11
  697. package/dist/components/eds-icon-external.js +0 -33
  698. package/dist/components/eds-icon-loader.d.ts +0 -11
  699. package/dist/components/eds-icon-loader.js +0 -33
  700. package/dist/components/eds-icon-menu.d.ts +0 -11
  701. package/dist/components/eds-icon-menu.js +0 -33
  702. package/dist/components/eds-icon-minus.d.ts +0 -11
  703. package/dist/components/eds-icon-minus.js +0 -33
  704. package/dist/components/eds-icon-more.d.ts +0 -11
  705. package/dist/components/eds-icon-more.js +0 -33
  706. package/dist/components/eds-icon-paper.d.ts +0 -11
  707. package/dist/components/eds-icon-paper.js +0 -33
  708. package/dist/components/eds-icon-plus.d.ts +0 -11
  709. package/dist/components/eds-icon-plus.js +0 -33
  710. package/dist/components/eds-icon-portal.d.ts +0 -11
  711. package/dist/components/eds-icon-portal.js +0 -33
  712. package/dist/components/eds-icon-private.d.ts +0 -11
  713. package/dist/components/eds-icon-private.js +0 -33
  714. package/dist/components/eds-icon-public.d.ts +0 -11
  715. package/dist/components/eds-icon-public.js +0 -33
  716. package/dist/components/eds-icon-search.d.ts +0 -11
  717. package/dist/components/eds-icon-search.js +0 -33
  718. package/dist/components/eds-icon-star.d.ts +0 -11
  719. package/dist/components/eds-icon-star.js +0 -33
  720. package/dist/components/eds-icon-start.d.ts +0 -11
  721. package/dist/components/eds-icon-start.js +0 -33
  722. package/dist/components/eds-icon-success.d.ts +0 -11
  723. package/dist/components/eds-icon-success.js +0 -33
  724. package/dist/components/eds-icon-thumbs-down.d.ts +0 -11
  725. package/dist/components/eds-icon-thumbs-down.js +0 -33
  726. package/dist/components/eds-icon-thumbs-up.d.ts +0 -11
  727. package/dist/components/eds-icon-thumbs-up.js +0 -33
  728. package/dist/components/eds-icon-tutorial.d.ts +0 -11
  729. package/dist/components/eds-icon-tutorial.js +0 -33
  730. package/dist/components/eds-icon-unknown.d.ts +0 -11
  731. package/dist/components/eds-icon-unknown.js +0 -33
  732. package/dist/components/eds-icon-updown.d.ts +0 -11
  733. package/dist/components/eds-icon-updown.js +0 -33
  734. package/dist/components/eds-icon-user.d.ts +0 -11
  735. package/dist/components/eds-icon-user.js +0 -33
  736. package/dist/components/eds-icon-view.d.ts +0 -11
  737. package/dist/components/eds-icon-view.js +0 -33
  738. package/dist/components/eds-progress-bar2.js +0 -71
  739. package/dist/components/eds-trl.js +0 -150
  740. package/dist/components/loader.js +0 -30
  741. package/dist/components/logo-color-margins.js +0 -118
  742. package/dist/components/logo-color.js +0 -115
  743. package/dist/components/logo-white-no-bg.js +0 -1029
  744. package/dist/components/menu.js +0 -11
  745. package/dist/components/minus.js +0 -11
  746. package/dist/components/more.js +0 -13
  747. package/dist/components/p-024c7937.js +0 -1
  748. package/dist/components/p-05754401.js +0 -1
  749. package/dist/components/p-0be28996.js +0 -1
  750. package/dist/components/p-0da7d1c9.js +0 -1
  751. package/dist/components/p-0e504247.entry.js +0 -1
  752. package/dist/components/p-0e6d43c5.js +0 -1
  753. package/dist/components/p-0f319eac.entry.js +0 -1
  754. package/dist/components/p-112122d6.js +0 -1
  755. package/dist/components/p-11bf02db.entry.js +0 -1
  756. package/dist/components/p-15df046d.entry.js +0 -1
  757. package/dist/components/p-15e5229b.entry.js +0 -1
  758. package/dist/components/p-1804a119.entry.js +0 -1
  759. package/dist/components/p-19c628e6.entry.js +0 -1
  760. package/dist/components/p-19e241e9.entry.js +0 -1
  761. package/dist/components/p-1a674723.entry.js +0 -9
  762. package/dist/components/p-1dd6faeb.entry.js +0 -1
  763. package/dist/components/p-1ded61bd.js +0 -1
  764. package/dist/components/p-2066b033.js +0 -1
  765. package/dist/components/p-2117611b.js +0 -1
  766. package/dist/components/p-21ed7e2e.entry.js +0 -1
  767. package/dist/components/p-2692f93d.js +0 -1
  768. package/dist/components/p-27c4a06e.js +0 -1
  769. package/dist/components/p-29041952.js +0 -1
  770. package/dist/components/p-2bd9605b.entry.js +0 -1
  771. package/dist/components/p-2e3bd154.entry.js +0 -1
  772. package/dist/components/p-3004d956.entry.js +0 -1
  773. package/dist/components/p-313b04c9.entry.js +0 -1
  774. package/dist/components/p-31a3c6a2.entry.js +0 -1
  775. package/dist/components/p-32e6c4df.js +0 -1
  776. package/dist/components/p-3778e162.entry.js +0 -1
  777. package/dist/components/p-39548acc.entry.js +0 -1
  778. package/dist/components/p-3aac5c73.entry.js +0 -1
  779. package/dist/components/p-43bc9224.entry.js +0 -1
  780. package/dist/components/p-454bdd5a.js +0 -1
  781. package/dist/components/p-4587d0ef.js +0 -1
  782. package/dist/components/p-46d0716d.js +0 -1
  783. package/dist/components/p-48eaf544.entry.js +0 -1
  784. package/dist/components/p-4c2a8bf1.entry.js +0 -1
  785. package/dist/components/p-4eaa7ba2.entry.js +0 -1
  786. package/dist/components/p-4eb2cf7f.js +0 -1
  787. package/dist/components/p-5157eb25.entry.js +0 -1
  788. package/dist/components/p-52c28fa2.js +0 -1
  789. package/dist/components/p-553ca350.js +0 -1
  790. package/dist/components/p-58967f53.js +0 -1
  791. package/dist/components/p-59d2b2a9.entry.js +0 -1
  792. package/dist/components/p-5c28d2d3.entry.js +0 -1
  793. package/dist/components/p-5d046674.js +0 -1
  794. package/dist/components/p-63d9ab86.entry.js +0 -1
  795. package/dist/components/p-640c4463.entry.js +0 -1
  796. package/dist/components/p-643eee62.entry.js +0 -1
  797. package/dist/components/p-64be8ed5.entry.js +0 -1
  798. package/dist/components/p-694fc085.js +0 -1
  799. package/dist/components/p-70cbe02d.entry.js +0 -1
  800. package/dist/components/p-7198c024.js +0 -1
  801. package/dist/components/p-7aa97ad6.entry.js +0 -1
  802. package/dist/components/p-83b26d8c.entry.js +0 -1
  803. package/dist/components/p-83dde536.entry.js +0 -1
  804. package/dist/components/p-83ff4a95.js +0 -1
  805. package/dist/components/p-86bb73dc.js +0 -1
  806. package/dist/components/p-8779905b.entry.js +0 -1
  807. package/dist/components/p-88814860.entry.js +0 -1
  808. package/dist/components/p-8983de37.js +0 -1
  809. package/dist/components/p-8c42cefe.entry.js +0 -1
  810. package/dist/components/p-8c520685.entry.js +0 -1
  811. package/dist/components/p-8cba26bd.entry.js +0 -1
  812. package/dist/components/p-8ef830f5.entry.js +0 -1
  813. package/dist/components/p-942f4a95.entry.js +0 -1
  814. package/dist/components/p-9b05145b.entry.js +0 -1
  815. package/dist/components/p-9c5a453b.js +0 -1
  816. package/dist/components/p-9d57b51f.entry.js +0 -1
  817. package/dist/components/p-9e46df74.entry.js +0 -1
  818. package/dist/components/p-a38bb645.entry.js +0 -1
  819. package/dist/components/p-a61dbad5.entry.js +0 -1
  820. package/dist/components/p-a8e5591c.entry.js +0 -1
  821. package/dist/components/p-aefcb641.js +0 -1
  822. package/dist/components/p-afceabd6.entry.js +0 -1
  823. package/dist/components/p-b00352ff.entry.js +0 -1
  824. package/dist/components/p-b73410de.js +0 -1
  825. package/dist/components/p-b822abb7.js +0 -1
  826. package/dist/components/p-b93f983c.entry.js +0 -1
  827. package/dist/components/p-ba720bf3.js +0 -1
  828. package/dist/components/p-bb6a6de2.entry.js +0 -1
  829. package/dist/components/p-bc2204f3.entry.js +0 -1
  830. package/dist/components/p-bef9bf37.entry.js +0 -1
  831. package/dist/components/p-c1ad7132.entry.js +0 -1
  832. package/dist/components/p-c1e4ef92.js +0 -1
  833. package/dist/components/p-c776b6f8.js +0 -1
  834. package/dist/components/p-c8e7c854.js +0 -1
  835. package/dist/components/p-cb5e39d1.entry.js +0 -1
  836. package/dist/components/p-ccb6ad15.entry.js +0 -1
  837. package/dist/components/p-cdf19579.js +0 -1
  838. package/dist/components/p-d090b9fa.entry.js +0 -1
  839. package/dist/components/p-d11f2808.entry.js +0 -1
  840. package/dist/components/p-d6e5a9fb.entry.js +0 -1
  841. package/dist/components/p-d958e1f3.entry.js +0 -1
  842. package/dist/components/p-d962849c.js +0 -1
  843. package/dist/components/p-da7b4b6a.entry.js +0 -1
  844. package/dist/components/p-da96c7cd.entry.js +0 -1
  845. package/dist/components/p-dea41137.entry.js +0 -1
  846. package/dist/components/p-e01cf4f8.entry.js +0 -1
  847. package/dist/components/p-e2d5a487.js +0 -1
  848. package/dist/components/p-e5a1118d.entry.js +0 -1
  849. package/dist/components/p-eb818455.entry.js +0 -1
  850. package/dist/components/p-ece618b3.js +0 -1
  851. package/dist/components/p-f061ff11.entry.js +0 -1
  852. package/dist/components/p-f0a330ef.entry.js +0 -1
  853. package/dist/components/p-f11e3f42.entry.js +0 -1
  854. package/dist/components/p-f227bac5.entry.js +0 -1
  855. package/dist/components/p-f24bfc6a.entry.js +0 -1
  856. package/dist/components/p-f2abe4d8.js +0 -1
  857. package/dist/components/p-fda3df86.entry.js +0 -1
  858. package/dist/components/paper.js +0 -15
  859. package/dist/components/plus.js +0 -12
  860. package/dist/components/portal.js +0 -18
  861. package/dist/components/private.js +0 -25
  862. package/dist/components/public.js +0 -16
  863. package/dist/components/search.js +0 -12
  864. package/dist/components/star.js +0 -5
  865. package/dist/components/start.js +0 -3
  866. package/dist/components/success.js +0 -18
  867. package/dist/components/thumbs-down.js +0 -5
  868. package/dist/components/thumbs-up.js +0 -6
  869. package/dist/components/tutotial.js +0 -27
  870. package/dist/components/unknown.js +0 -22
  871. package/dist/components/up-and-down.js +0 -12
  872. package/dist/components/user.js +0 -16
  873. package/dist/components/view.js +0 -3
  874. package/dist/esm/arrow-diagonal-black-8f0494c3.js +0 -3
  875. package/dist/esm/arrow-right-9322ba8a.js +0 -5
  876. package/dist/esm/bin-37cad2f0.js +0 -3
  877. package/dist/esm/bookmark-c200037c.js +0 -16
  878. package/dist/esm/chevron-down-6144c823.js +0 -12
  879. package/dist/esm/chevron-left-ca6c66e1.js +0 -11
  880. package/dist/esm/chevron-right-b88ed2d4.js +0 -5
  881. package/dist/esm/chevron-up-c66bd477.js +0 -12
  882. package/dist/esm/clone-dab56639.js +0 -3
  883. package/dist/esm/close-87fc0d63.js +0 -5
  884. package/dist/esm/copy-03b72cb6.js +0 -5
  885. package/dist/esm/download-47746956.js +0 -18
  886. package/dist/esm/draft-dd5dada2.js +0 -3
  887. package/dist/esm/edit-3893a517.js +0 -3
  888. package/dist/esm/eds-accordion_37.entry.js +0 -6868
  889. package/dist/esm/eds-card-desc_2.entry.js +0 -72
  890. package/dist/esm/eds-card-generic.entry.js +0 -87
  891. package/dist/esm/eds-card-project.entry.js +0 -191
  892. package/dist/esm/eds-card-section.entry.js +0 -35
  893. package/dist/esm/eds-card-tags.entry.js +0 -18
  894. package/dist/esm/eds-card-tool.entry.js +0 -75
  895. package/dist/esm/eds-footer.entry.js +0 -63
  896. package/dist/esm/eds-fullscreen-menu.entry.js +0 -87
  897. package/dist/esm/eds-icon-arrow-diagonal.entry.js +0 -14
  898. package/dist/esm/eds-icon-arrow-right.entry.js +0 -14
  899. package/dist/esm/eds-icon-bin.entry.js +0 -14
  900. package/dist/esm/eds-icon-bookmark.entry.js +0 -14
  901. package/dist/esm/eds-icon-chevron-down.entry.js +0 -14
  902. package/dist/esm/eds-icon-chevron-left.entry.js +0 -14
  903. package/dist/esm/eds-icon-chevron-right.entry.js +0 -14
  904. package/dist/esm/eds-icon-chevron-up.entry.js +0 -14
  905. package/dist/esm/eds-icon-clone.entry.js +0 -14
  906. package/dist/esm/eds-icon-close.entry.js +0 -14
  907. package/dist/esm/eds-icon-copy.entry.js +0 -14
  908. package/dist/esm/eds-icon-download.entry.js +0 -14
  909. package/dist/esm/eds-icon-draft.entry.js +0 -14
  910. package/dist/esm/eds-icon-edit.entry.js +0 -14
  911. package/dist/esm/eds-icon-external.entry.js +0 -14
  912. package/dist/esm/eds-icon-loader.entry.js +0 -14
  913. package/dist/esm/eds-icon-menu.entry.js +0 -14
  914. package/dist/esm/eds-icon-minus.entry.js +0 -14
  915. package/dist/esm/eds-icon-more.entry.js +0 -14
  916. package/dist/esm/eds-icon-paper.entry.js +0 -14
  917. package/dist/esm/eds-icon-plus.entry.js +0 -14
  918. package/dist/esm/eds-icon-portal.entry.js +0 -14
  919. package/dist/esm/eds-icon-private.entry.js +0 -14
  920. package/dist/esm/eds-icon-public.entry.js +0 -14
  921. package/dist/esm/eds-icon-search.entry.js +0 -14
  922. package/dist/esm/eds-icon-star.entry.js +0 -14
  923. package/dist/esm/eds-icon-start.entry.js +0 -14
  924. package/dist/esm/eds-icon-success.entry.js +0 -14
  925. package/dist/esm/eds-icon-thumbs-down.entry.js +0 -14
  926. package/dist/esm/eds-icon-thumbs-up.entry.js +0 -14
  927. package/dist/esm/eds-icon-tutorial.entry.js +0 -14
  928. package/dist/esm/eds-icon-unknown.entry.js +0 -14
  929. package/dist/esm/eds-icon-updown.entry.js +0 -14
  930. package/dist/esm/eds-icon-user.entry.js +0 -14
  931. package/dist/esm/eds-icon-view.entry.js +0 -14
  932. package/dist/esm/eds-progress-bar.entry.js +0 -52
  933. package/dist/esm/eds-social-networks.entry.js +0 -60
  934. package/dist/esm/eds-trl.entry.js +0 -47
  935. package/dist/esm/eu-9ddde93a.js +0 -30
  936. package/dist/esm/index-39c58238.js +0 -46
  937. package/dist/esm/loader-c9628637.js +0 -30
  938. package/dist/esm/logo-color-7f1fd803.js +0 -115
  939. package/dist/esm/logo-color-margins-ff8ce71b.js +0 -118
  940. package/dist/esm/logo-white-no-bg-f382f86f.js +0 -1029
  941. package/dist/esm/menu-340ea948.js +0 -11
  942. package/dist/esm/minus-b30a7c71.js +0 -11
  943. package/dist/esm/more-4449d549.js +0 -13
  944. package/dist/esm/paper-8e74ea31.js +0 -15
  945. package/dist/esm/plus-89c07be2.js +0 -12
  946. package/dist/esm/portal-d6c8ce56.js +0 -18
  947. package/dist/esm/private-1c25ff8e.js +0 -25
  948. package/dist/esm/public-d4d8c585.js +0 -16
  949. package/dist/esm/search-fbcd79c2.js +0 -12
  950. package/dist/esm/star-0da9b5e9.js +0 -5
  951. package/dist/esm/start-65126a4f.js +0 -3
  952. package/dist/esm/success-443809da.js +0 -18
  953. package/dist/esm/thumbs-down-a18fd049.js +0 -5
  954. package/dist/esm/thumbs-up-c19a71bc.js +0 -6
  955. package/dist/esm/tutotial-150ee1fd.js +0 -27
  956. package/dist/esm/unknown-ed01a24c.js +0 -22
  957. package/dist/esm/up-and-down-8b69ca97.js +0 -12
  958. package/dist/esm/user-71ebdc15.js +0 -16
  959. package/dist/esm/view-e900f2d4.js +0 -3
  960. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +0 -65
  961. package/dist/types/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.d.ts +0 -15
  962. package/dist/types/components/eds-cards/eds-card-project/eds-card-project.d.ts +0 -54
  963. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.d.ts +0 -70
  964. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.stories.d.ts +0 -68
  965. package/dist/types/components/eds-cards/eds-card-tool/eds-card-tool.d.ts +0 -79
  966. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.d.ts +0 -29
  967. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.d.ts +0 -10
  968. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.d.ts +0 -10
  969. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.d.ts +0 -10
  970. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.d.ts +0 -10
  971. package/dist/types/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.d.ts +0 -10
  972. package/dist/types/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.d.ts +0 -10
  973. package/dist/types/components/eds-icons/eds-icon-bin/eds-icon-bin.d.ts +0 -10
  974. package/dist/types/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.d.ts +0 -10
  975. package/dist/types/components/eds-icons/eds-icon-clone/eds-icon-clone.d.ts +0 -10
  976. package/dist/types/components/eds-icons/eds-icon-close/eds-icon-close.d.ts +0 -10
  977. package/dist/types/components/eds-icons/eds-icon-copy/eds-icon-copy.d.ts +0 -10
  978. package/dist/types/components/eds-icons/eds-icon-download/eds-icon-download.d.ts +0 -10
  979. package/dist/types/components/eds-icons/eds-icon-draft/eds-icon-draft.d.ts +0 -10
  980. package/dist/types/components/eds-icons/eds-icon-edit/eds-icon-edit.d.ts +0 -10
  981. package/dist/types/components/eds-icons/eds-icon-external/eds-icon-external.d.ts +0 -10
  982. package/dist/types/components/eds-icons/eds-icon-loader/eds-icon-loader.d.ts +0 -10
  983. package/dist/types/components/eds-icons/eds-icon-menu/eds-icon-menu.d.ts +0 -10
  984. package/dist/types/components/eds-icons/eds-icon-minus/eds-icon-minus.d.ts +0 -10
  985. package/dist/types/components/eds-icons/eds-icon-more/eds-icon-more.d.ts +0 -10
  986. package/dist/types/components/eds-icons/eds-icon-paper/eds-icon-paper.d.ts +0 -10
  987. package/dist/types/components/eds-icons/eds-icon-plus/eds-icon-plus.d.ts +0 -10
  988. package/dist/types/components/eds-icons/eds-icon-portal/eds-icon-portal.d.ts +0 -10
  989. package/dist/types/components/eds-icons/eds-icon-private/eds-icon-private.d.ts +0 -10
  990. package/dist/types/components/eds-icons/eds-icon-public/eds-icon-public.d.ts +0 -10
  991. package/dist/types/components/eds-icons/eds-icon-search/eds-icon-search.d.ts +0 -10
  992. package/dist/types/components/eds-icons/eds-icon-star/eds-icon-star.d.ts +0 -10
  993. package/dist/types/components/eds-icons/eds-icon-start/eds-icon-start.d.ts +0 -10
  994. package/dist/types/components/eds-icons/eds-icon-success/eds-icon-success.d.ts +0 -10
  995. package/dist/types/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.d.ts +0 -10
  996. package/dist/types/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.d.ts +0 -10
  997. package/dist/types/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.d.ts +0 -10
  998. package/dist/types/components/eds-icons/eds-icon-unknown/eds-icon-unknown.d.ts +0 -10
  999. package/dist/types/components/eds-icons/eds-icon-updown/eds-icon-updown.d.ts +0 -10
  1000. package/dist/types/components/eds-icons/eds-icon-user/eds-icon-user.d.ts +0 -10
  1001. package/dist/types/components/eds-icons/eds-icon-view/eds-icon-view.d.ts +0 -10
  1002. package/dist/types/components/eds-trl/eds-trl.d.ts +0 -12
  1003. /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/components/stencil.config.d.ts +0 -0
  1004. /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/index.d.ts +0 -0
@@ -3,7 +3,7 @@ import { s as sendAnalytics } from './analytics.js';
3
3
  import { d as defineCustomElement$3 } from './eds-button2.js';
4
4
  import { d as defineCustomElement$2 } from './eds-icon-wrapper2.js';
5
5
 
6
- const edsModalCss = ".block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.fixed{position:fixed}.inset-0{inset:0rem}.z-10{z-index:10}.z-50{z-index:50}.z-50{z-index:50}.z-9999991{z-index:9999991}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-full{max-width:100%}.absolute{position:absolute}.px-20{padding-left:1.25rem;padding-right:1.25rem}.py-20{padding-top:1.25rem;padding-bottom:1.25rem}.bg-inverse{background-color:var(--white)}.bg-dark{background-color:var(--grey-300)}.rounded-lg{border-radius:16px}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.p-6{padding:0.375rem}.p-8{padding:0.5rem}.left-1\\/2{left:50%}.left-20{left:1.25rem}.right-20{right:1.25rem}.top-1\\/2{top:50%}.top-0{top:0rem}.left-0{left:0rem}.top-20{top:1.25rem}.bottom-0{bottom:0rem}.bottom-20{bottom:1.25rem}.grow{flex-grow:1}.-translate-x-1\\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.border-b-2{border-bottom-width:2px}.border-softer{border-color:rgba(0, 0, 0, .1)}.pb-8{padding-bottom:0.5rem}.f-heading-03{font-family:var(--f-heading-03-fontFamily);font-weight:var(--f-heading-03-fontWeight);font-size:var(--f-heading-03-fontSize);line-height:var(--f-heading-03-lineHeight);letter-spacing:var(--f-heading-03-letterSpacing)}.f-heading-04{font-family:var(--f-heading-04-fontFamily);font-weight:var(--f-heading-04-fontWeight);font-size:var(--f-heading-04-fontSize);line-height:var(--f-heading-04-lineHeight);letter-spacing:var(--f-heading-04-letterSpacing)}.f-heading-05{font-family:var(--f-heading-05-fontFamily);font-weight:var(--f-heading-05-fontWeight);font-size:var(--f-heading-05-fontSize);line-height:var(--f-heading-05-lineHeight);letter-spacing:var(--f-heading-05-letterSpacing)}.text-light{color:var(--grey-700)}.text-lighter{color:var(--grey-600)}.text-lightest{color:var(--grey-500)}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.bg-dark{background-color:var(--grey-300)}.bg-strong{background-color:var(--grey-700)}.bg-strongest{background-color:var(--black)}.ml-8{margin-left:0.5rem}.pt-8{padding-top:0.5rem}.bg-opacity-90{opacity:0.9}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media (min-width: 750px){.md\\:bottom-20{bottom:1.25rem}.md\\:w-auto{width:auto}.md\\:min-w-\\[500px\\]{width:500px}.md\\:top-20{top:1.25rem}.md\\:top-1\\/2{top:50%}.md\\:left-1\\/2{left:50%}.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:-translate-x-1\\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\\:-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\\:gap-y-12{row-gap:0.75rem}}";
6
+ const edsModalCss = ".modal-open{display:flex}.modal-closed{display:none}.modal-backdrop{}.backdrop-visible{opacity:0.9}.backdrop-hidden{opacity:0}.modal-content{}.modal-content-visible{opacity:1}.modal-content-hidden{opacity:0}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.flex-col{flex-direction:column}.inline-flex{display:inline-flex}.hidden{display:none}.fixed{position:fixed}.inset-0{inset:0rem}.z-10{z-index:10}.z-50{z-index:50}.z-50{z-index:50}.z-9999991{z-index:9999991}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-full{max-width:100%}.absolute{position:absolute}.px-20{padding-left:1.25rem;padding-right:1.25rem}.py-20{padding-top:1.25rem;padding-bottom:1.25rem}.py-24{padding-top:1.5rem;padding-bottom:1.5rem}.leading-normal{line-height:1.5}.bg-inverse{background-color:var(--white)}.bg-dark{background-color:var(--grey-light)}.rounded-lg{border-radius:16px}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.p-6{padding:0.375rem}.p-8{padding:0.5rem}.left-1\\/2{left:50%}.left-20{left:1.25rem}.right-20{right:1.25rem}.top-1\\/2{top:50%}.top-0{top:0rem}.top-16{top:1rem}.left-0{left:0rem}.top-20{top:1.25rem}.bottom-0{bottom:0rem}.bottom-16{bottom:1rem}.bottom-20{bottom:1.25rem}.grow{flex-grow:1}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.overflow-y-auto{overflow-y:auto}.max-h-\\[90vh\\]{max-height:90vh}.-translate-x-1\\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.border-b-2{border-bottom-width:2px}.border-softer{border-color:rgba(0, 0, 0, .1)}.pb-8{padding-bottom:0.5rem}.f-heading-03{font-family:var(--f-heading-03-fontFamily);font-weight:var(--f-heading-03-fontWeight);font-size:var(--f-heading-03-fontSize);line-height:var(--f-heading-03-lineHeight);letter-spacing:var(--f-heading-03-letterSpacing)}.f-heading-04{font-family:var(--f-heading-04-fontFamily);font-weight:var(--f-heading-04-fontWeight);font-size:var(--f-heading-04-fontSize);line-height:var(--f-heading-04-lineHeight);letter-spacing:var(--f-heading-04-letterSpacing)}.f-heading-05{font-family:var(--f-heading-05-fontFamily);font-weight:var(--f-heading-05-fontWeight);font-size:var(--f-heading-05-fontSize);line-height:var(--f-heading-05-lineHeight);letter-spacing:var(--f-heading-05-letterSpacing)}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.bg-dark{background-color:var(--grey-light)}.bg-strong{background-color:var(--grey-dark)}.bg-strongest{background-color:var(--brand-black)}.mr-8{margin-right:0.5rem}.pt-8{padding-top:0.5rem}.bg-opacity-90{opacity:0.9}.modal-title{line-height:1.5;padding-bottom:2px;display:inline-block}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;padding-bottom:2px;}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;padding-bottom:2px;}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;padding-bottom:2px;}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;padding-bottom:2px;}.modal-small{min-width:300px;max-width:500px}.modal-medium{min-width:300px;max-width:700px}.modal-large{min-width:300px;max-width:900px}@media (max-width: 749px){.modal-small,.modal-medium,.modal-large{min-width:calc(100% - 2rem);max-width:calc(100% - 2rem);margin:0 1rem}}@media (min-width: 750px){.md\\:bottom-20{bottom:1.25rem}.md\\:w-auto{width:auto}.md\\:min-w-\\[500px\\]{width:500px}.md\\:top-20{top:1.25rem}.md\\:top-1\\/2{top:50%}.md\\:left-1\\/2{left:50%}.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:-translate-x-1\\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\\:-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\\:gap-y-12{row-gap:0.75rem}}";
7
7
  const EdsModalStyle0 = edsModalCss;
8
8
 
9
9
  const EdsModal$1 = /*@__PURE__*/ proxyCustomElement(class EdsModal extends HTMLElement {
@@ -11,15 +11,28 @@ const EdsModal$1 = /*@__PURE__*/ proxyCustomElement(class EdsModal extends HTMLE
11
11
  super();
12
12
  this.__registerHost();
13
13
  this.__attachShadow();
14
+ this.previousActiveElement = null;
14
15
  this.heading = '';
15
- this.truncate = 1;
16
+ this.truncate = undefined;
16
17
  this.position = 'middle';
18
+ this.size = 'medium';
17
19
  this.inverseHeader = false;
18
20
  this.isOpen = false;
19
21
  }
20
22
  getTruncateClass() {
21
23
  return this.truncate ? `line-clamp-${this.truncate}` : '';
22
24
  }
25
+ getSizeClass() {
26
+ switch (this.size) {
27
+ case 'small':
28
+ return 'modal-small';
29
+ case 'large':
30
+ return 'modal-large';
31
+ case 'medium':
32
+ default:
33
+ return 'modal-medium';
34
+ }
35
+ }
23
36
  /**
24
37
  * Returns the Tailwind CSS classes to position the modal based on the `position` prop.
25
38
  *
@@ -30,8 +43,8 @@ const EdsModal$1 = /*@__PURE__*/ proxyCustomElement(class EdsModal extends HTMLE
30
43
  switch (this.position) {
31
44
  case 'top':
32
45
  return [
33
- // mobile: pinned to top, full-width
34
- 'top-0',
46
+ // mobile: small gap from top, full-width
47
+ 'top-16',
35
48
  'left-0',
36
49
  'w-full',
37
50
  // desktop: half-width centred and offset down
@@ -41,7 +54,7 @@ const EdsModal$1 = /*@__PURE__*/ proxyCustomElement(class EdsModal extends HTMLE
41
54
  'md:top-20'
42
55
  ].join(' ');
43
56
  case 'bottom':
44
- return ['bottom-0', 'left-0', 'w-full', 'md:left-1/2', 'md:w-auto', 'md:-translate-x-1/2', 'md:bottom-20'].join(' ');
57
+ return ['bottom-16', 'left-0', 'w-full', 'md:left-1/2', 'md:w-auto', 'md:-translate-x-1/2', 'md:bottom-20'].join(' ');
45
58
  /*case 'left':
46
59
 
47
60
  case 'right':
@@ -50,10 +63,9 @@ const EdsModal$1 = /*@__PURE__*/ proxyCustomElement(class EdsModal extends HTMLE
50
63
  default:
51
64
  return [
52
65
  // mobile: full-width, start from top with a little padding
53
- 'top-0',
66
+ 'top-16',
54
67
  'left-0',
55
68
  'w-full',
56
- 'pt-4',
57
69
  // desktop: centred both axes
58
70
  'md:left-1/2',
59
71
  'md:top-1/2',
@@ -63,12 +75,51 @@ const EdsModal$1 = /*@__PURE__*/ proxyCustomElement(class EdsModal extends HTMLE
63
75
  ].join(' ');
64
76
  }
65
77
  }
78
+ trapFocus(event) {
79
+ var _a;
80
+ if (event.key !== 'Tab')
81
+ return;
82
+ const focusableElements = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');
83
+ if (!focusableElements || focusableElements.length === 0)
84
+ return;
85
+ const firstElement = focusableElements[0];
86
+ const lastElement = focusableElements[focusableElements.length - 1];
87
+ if (event.shiftKey) {
88
+ if (document.activeElement === firstElement) {
89
+ lastElement.focus();
90
+ event.preventDefault();
91
+ }
92
+ }
93
+ else {
94
+ if (document.activeElement === lastElement) {
95
+ firstElement.focus();
96
+ event.preventDefault();
97
+ }
98
+ }
99
+ }
100
+ lockBodyScroll() {
101
+ document.body.style.overflow = 'hidden';
102
+ }
103
+ unlockBodyScroll() {
104
+ document.body.style.overflow = '';
105
+ }
66
106
  /**
67
107
  * Opens the modal.
68
108
  */
69
109
  async open() {
70
110
  var _a;
111
+ // Store currently focused element
112
+ this.previousActiveElement = document.activeElement;
71
113
  this.isOpen = true;
114
+ this.lockBodyScroll();
115
+ // Focus first focusable element in modal after it renders
116
+ setTimeout(() => {
117
+ var _a;
118
+ const focusableElements = (_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');
119
+ if (focusableElements && focusableElements.length > 0) {
120
+ focusableElements[0].focus();
121
+ }
122
+ }, 100);
72
123
  sendAnalytics({
73
124
  category: 'ui-component',
74
125
  parentContext: null,
@@ -83,6 +134,14 @@ const EdsModal$1 = /*@__PURE__*/ proxyCustomElement(class EdsModal extends HTMLE
83
134
  async close() {
84
135
  var _a;
85
136
  this.isOpen = false;
137
+ this.unlockBodyScroll();
138
+ // Return focus to previously focused element
139
+ if (this.previousActiveElement && typeof this.previousActiveElement.focus === 'function') {
140
+ setTimeout(() => {
141
+ var _a;
142
+ (_a = this.previousActiveElement) === null || _a === void 0 ? void 0 : _a.focus();
143
+ }, 100);
144
+ }
86
145
  sendAnalytics({
87
146
  category: 'ui-component',
88
147
  parentContext: null,
@@ -95,7 +154,12 @@ const EdsModal$1 = /*@__PURE__*/ proxyCustomElement(class EdsModal extends HTMLE
95
154
  * Toggles the modal open or closed.
96
155
  */
97
156
  async toggle() {
98
- this.isOpen = !this.isOpen;
157
+ if (this.isOpen) {
158
+ await this.close();
159
+ }
160
+ else {
161
+ await this.open();
162
+ }
99
163
  }
100
164
  /**
101
165
  * Listens for global custom events to open the modal.
@@ -110,19 +174,26 @@ const EdsModal$1 = /*@__PURE__*/ proxyCustomElement(class EdsModal extends HTMLE
110
174
  this.close();
111
175
  }
112
176
  /**
113
- * Closes the modal when the Escape key is pressed.
177
+ * Closes the modal when the Escape key is pressed and handles focus trapping on Tab.
114
178
  */
115
179
  handleKeyDown(event) {
116
- if (this.isOpen && event.key === 'Escape') {
180
+ if (!this.isOpen)
181
+ return;
182
+ if (event.key === 'Escape') {
117
183
  this.close();
118
184
  }
185
+ else if (event.key === 'Tab') {
186
+ this.trapFocus(event);
187
+ }
119
188
  }
120
189
  render() {
121
190
  // Generate a unique id for the title so we can reference it for aria-labelledby.
122
191
  const titleId = `modal-title-${this.el.tagName.toLowerCase()}`;
123
- return (h("div", { key: '6b7cbab7db29bb09415bb9538d69ac9a238a7776', id: "eds-modal", class: `${this.isOpen ? 'block' : 'hidden'} fixed inset-0 z-9999991 flex`, role: "dialog", "aria-modal": "true", "aria-labelledby": titleId }, this.isOpen && (h("div", { key: '56f00980b2f843b5c1ce85502409d4711d89fad7', class: "fixed inset-0 bg-dark bg-opacity-90" // Add backdrop-blur utility class here
124
- ,
125
- onClick: () => this.close() })), h("div", { key: '687e1975bb8a17b0a6eb42038f72117dc71ca876', class: `container absolute bg-inverse z-10 ${this.getModalPositionClasses()} grow justify-center` }, h("div", { key: '653886c1ee090152b0a9d8dbb6e554762496167f', class: `flex justify-between items-center border-b-2 border-softer px-20 py-20 ${this.inverseHeader ? 'bg-strongest text-inverse' : 'bg-dark text-default'}` }, h("span", { key: 'efefadd7e6630d9d9b498e68480a41b604c16c9f', id: titleId, class: `f-heading-04 ${this.getTruncateClass()}` }, this.heading), h("eds-button", { key: '79a156bd0640990911f1480a4e6becc7c4c20d7b', intent: "tertiary", icon: "close", "aria-label": "Close modal", onClick: () => this.close(), "extra-class": "ml-8 text-default" })), h("div", { key: '802a6cc72f1bb41e8f907baa8d37cb5a01baf0cf', class: "pt-8 px-20 py-20" }, h("slot", { key: '1a59aaa764e4c4ed972de7a700ddf8f716e40e58' })))));
192
+ // Don't render anything when modal is closed to prevent blocking clicks
193
+ if (!this.isOpen) {
194
+ return null;
195
+ }
196
+ return (h("div", { id: "eds-modal", class: "modal-open fixed inset-0 z-9999991 flex", role: "dialog", "aria-modal": "true", "aria-labelledby": titleId }, h("div", { class: "modal-backdrop fixed inset-0 bg-dark backdrop-visible", onClick: () => this.close() }), h("div", { class: `container absolute bg-inverse z-10 rounded-lg shadow-lg ${this.getModalPositionClasses()} ${this.getSizeClass()} grow justify-center max-h-[90vh] flex flex-col modal-content modal-content-visible` }, h("div", { class: `flex justify-between items-center border-b-2 border-softer px-20 py-24 flex-shrink-0 ${this.inverseHeader ? 'bg-strongest text-inverse' : 'bg-dark text-default'}` }, h("span", { id: titleId, class: `f-heading-04 mr-8 modal-title ${this.getTruncateClass()}` }, this.heading), h("eds-button", { intent: this.inverseHeader ? 'ghostInverse' : 'secondary', size: "large", icon: "close", "aria-label": "Close modal", onClick: () => this.close() })), h("div", { class: "pt-8 px-20 py-20 overflow-y-auto flex-1" }, h("slot", null)))));
126
197
  }
127
198
  get el() { return this; }
128
199
  static get style() { return EdsModalStyle0; }
@@ -130,6 +201,7 @@ const EdsModal$1 = /*@__PURE__*/ proxyCustomElement(class EdsModal extends HTMLE
130
201
  "heading": [1, "title"],
131
202
  "truncate": [2],
132
203
  "position": [1],
204
+ "size": [1],
133
205
  "inverseHeader": [4, "inverse-header"],
134
206
  "isOpen": [32],
135
207
  "open": [64],
@@ -3,7 +3,7 @@ import { d as defineCustomElement$3 } from './eds-button2.js';
3
3
  import { d as defineCustomElement$2 } from './eds-icon-wrapper2.js';
4
4
  import { d as defineCustomElement$1 } from './eds-input-label2.js';
5
5
 
6
- const edsNpsCss = ".flex{display:flex}.justify-between{justify-content:space-between}.mt-4{margin-top:0.25rem}.mt-8{margin-top:0.5rem}.ml-4{margin-left:0.25rem}.mr-4{margin-right:0.25rem}.grid{display:grid}.grid-col-span-1{--container-grid-columns:1;grid-column:span 1 / span 1}.grid-cols-11{grid-template-columns:repeat(11, minmax(0, 1fr))}.grid-cols-11[class*=\"grid-line-x\"][class*=\"grid-line-x\"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-11[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-11[class*=\"grid-line-x\"]>*:nth-child(11n+1)::before{inset-inline-start:0}.grid-cols-11[class*=\"grid-line-x\"]>*:nth-child(11n+11)::before{inset-inline-end:0}.grid-cols-11[class*=\"grid-line-x\"]>*:nth-child(11n+1):nth-last-child(-n+11)::before{border-bottom-width:0}.grid-cols-11[class*=\"grid-line-x\"]>*:nth-child(11n+1):nth-last-child(-n+11)~*::before{border-bottom-width:0}.grid-cols-11[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-11[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(11n+11)::after{border-inline-end-width:0}.grid-cols-11[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(-n+11)::after{top:0}.grid-cols-11[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(11n+1):nth-last-child(-n+11)::after{bottom:0}.grid-cols-11[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(11n+1):nth-last-child(-n+11)~li::after{bottom:0}.f-ui-04{font-family:var(--f-ui-04-fontFamily);font-weight:var(--f-ui-04-fontWeight);font-size:var(--f-ui-04-fontSize);line-height:var(--f-ui-04-lineHeight);letter-spacing:var(--f-ui-04-letterSpacing)}.text-light{color:var(--grey-700)}";
6
+ const edsNpsCss = ".eds-nps__labels{padding-top:0.75rem;padding-bottom:0.5rem}.eds-nps__scale{display:block;width:fit-content;max-width:100%;padding-top:0.5rem;}#nps-buttons{gap:0.6rem}.eds-nps__btn{border-radius:9999px;transition:transform 0.15s ease-in-out}.eds-nps__btn.is-selected{transform:scale(1.12)}.flex{display:flex}.justify-between{justify-content:space-between}.mt-4{margin-top:0.25rem}.mt-8{margin-top:0.5rem}.ml-4{margin-left:0.25rem}.mr-4{margin-right:0.25rem}.gap-2{gap:0.125rem}.gap-4{gap:0.25rem}.grid{display:grid}.grid-col-span-1{--container-grid-columns:1;grid-column:span 1 / span 1}.grid-cols-11{grid-template-columns:repeat(11, minmax(0, 1fr))}.grid-cols-11[class*=\"grid-line-x\"][class*=\"grid-line-x\"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-11[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-11[class*=\"grid-line-x\"]>*:nth-child(11n+1)::before{inset-inline-start:0}.grid-cols-11[class*=\"grid-line-x\"]>*:nth-child(11n+11)::before{inset-inline-end:0}.grid-cols-11[class*=\"grid-line-x\"]>*:nth-child(11n+1):nth-last-child(-n+11)::before{border-bottom-width:0}.grid-cols-11[class*=\"grid-line-x\"]>*:nth-child(11n+1):nth-last-child(-n+11)~*::before{border-bottom-width:0}.grid-cols-11[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-11[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(11n+11)::after{border-inline-end-width:0}.grid-cols-11[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(-n+11)::after{top:0}.grid-cols-11[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(11n+1):nth-last-child(-n+11)::after{bottom:0}.grid-cols-11[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(11n+1):nth-last-child(-n+11)~li::after{bottom:0}.f-ui-04{font-family:var(--f-ui-04-fontFamily);font-weight:var(--f-ui-04-fontWeight);font-size:var(--f-ui-04-fontSize);line-height:var(--f-ui-04-lineHeight);letter-spacing:var(--f-ui-04-letterSpacing)}.text-light{color:var(--grey-dark)}.flex-wrap{flex-wrap:wrap}";
7
7
  const EdsNpsStyle0 = edsNpsCss;
8
8
 
9
9
  const EdsNps = /*@__PURE__*/ proxyCustomElement(class EdsNps extends HTMLElement {
@@ -16,9 +16,8 @@ const EdsNps = /*@__PURE__*/ proxyCustomElement(class EdsNps extends HTMLElement
16
16
  this.max = 10;
17
17
  this.btnRefs = [];
18
18
  this.onSelect = (value) => {
19
- this.selectedValue = value;
19
+ this.internalValue = value;
20
20
  this.nps.emit(value);
21
- // Move focus to the selected button (like your rating component)
22
21
  requestAnimationFrame(() => {
23
22
  var _a, _b;
24
23
  const idx = value - this.min;
@@ -33,8 +32,7 @@ const EdsNps = /*@__PURE__*/ proxyCustomElement(class EdsNps extends HTMLElement
33
32
  }
34
33
  e.preventDefault();
35
34
  const count = this.max - this.min + 1;
36
- // Derive current index from selectedValue; if none, use 0 (first)
37
- let currentIdx = this.selectedValue == null ? 0 : this.selectedValue - this.min;
35
+ let currentIdx = this.internalValue == null ? 0 : this.internalValue - this.min;
38
36
  switch (key) {
39
37
  case 'ArrowRight':
40
38
  currentIdx = Math.min(count - 1, currentIdx + 1);
@@ -61,14 +59,25 @@ const EdsNps = /*@__PURE__*/ proxyCustomElement(class EdsNps extends HTMLElement
61
59
  this.leftLabel = undefined;
62
60
  this.rightLabel = undefined;
63
61
  this.selectedValue = null;
62
+ this.internalValue = null;
63
+ }
64
+ /**
65
+ * Watch for changes to the selectedValue prop and sync internal state.
66
+ */
67
+ handleSelectedValueChange(newValue) {
68
+ this.internalValue = newValue;
69
+ }
70
+ /**
71
+ * Initialize internal value from prop on component load.
72
+ */
73
+ componentWillLoad() {
74
+ this.internalValue = this.selectedValue;
64
75
  }
65
76
  /** Move visual highlight & roving tabindex; optionally commit selection */
66
77
  setActiveByIndex(index, commit = false) {
67
78
  var _a;
68
79
  const value = this.min + index;
69
- // Update highlight so focus movement is visible (like your rating)
70
- this.selectedValue = value;
71
- // Focus the button host (ensure eds-button forwards focus to its inner <button>)
80
+ this.internalValue = value;
72
81
  const target = this.btnRefs[index];
73
82
  typeof (target === null || target === void 0 ? void 0 : target.focusInner) === 'function' ? target.focusInner() : (_a = target === null || target === void 0 ? void 0 : target.focus) === null || _a === void 0 ? void 0 : _a.call(target);
74
83
  if (commit) {
@@ -77,29 +86,28 @@ const EdsNps = /*@__PURE__*/ proxyCustomElement(class EdsNps extends HTMLElement
77
86
  }
78
87
  render() {
79
88
  const count = this.max - this.min + 1;
80
- return (h("div", { key: 'f5e19e0f750c0de6da3bae5713dca0e13eba85fc', class: "eds-nps" }, h("eds-input-label", { key: '3ff611a932976956735395fb531d9a800b554974', id: "nps-question", name: "nps-question", label: this.question }), h("div", { key: 'da0c3af26dd24d7dc618675aa7f197f55023230f', id: "nps-buttons", role: "radiogroup", "aria-labelledby": "nps-question", class: "grid grid-cols-11", onKeyDown: this.handleKeyNav }, Array.from({ length: count }, (_, i) => {
89
+ return (h("div", { key: '412ddeabf0cc97829202063af25f17e3309b0754', class: "eds-nps" }, h("eds-input-label", { key: '100a47e710fa75d6a5761a87ca68e8bc8910e248', id: "nps-question", name: "nps-question", label: this.question }), h("div", { key: '9a7a63112e17f4c725005e1ae8e42c98107db7c4', class: "eds-nps__scale" }, h("div", { key: '501029dad573cd31d956ae3cae67f2db9f2649f1', id: "nps-buttons", role: "radiogroup", "aria-labelledby": "nps-question", onKeyDown: this.handleKeyNav, class: "flex flex-wrap gap-2 my-8" }, Array.from({ length: count }, (_, i) => {
81
90
  const val = this.min + i;
82
- const isSelected = val === this.selectedValue;
83
- // Roving tabindex: focusable is the selected; if none selected yet, first is focusable
84
- const tabIndex = isSelected || (this.selectedValue == null && i === 0) ? 0 : -1;
85
- return (h("div", { class: "grid-col-span-1", key: val }, h("eds-button", { ref: (el) => (this.btnRefs[i] = el), role: "radio", "aria-checked": isSelected ? 'true' : 'false', "aria-label": `${val}`,
86
- // Use onClick so keyboard activation on inner <button> works natively
87
- onClick: () => this.onSelect(val), tabIndex: tabIndex, intent: isSelected ? 'primary' : 'ghost', "extra-class": "!block !px-0 w-full", label: `${val}`,
88
- // Optional: keep highlight in sync when tabbing into the group
89
- onFocus: () => {
90
- // Only move highlight on initial focus or when roving; remove if you
91
- // want focus without highlight.
92
- this.selectedValue = val;
91
+ const isSelected = val === this.internalValue;
92
+ const tabIndex = isSelected || (this.internalValue == null && i === 0) ? 0 : -1;
93
+ return (h("div", { class: "flex", key: val }, h("eds-button", { ref: (el) => (this.btnRefs[i] = el), size: "large", role: "radio", "aria-checked": isSelected ? 'true' : 'false', "aria-label": `${val}`, onClick: () => this.onSelect(val), tabIndex: tabIndex, intent: isSelected ? 'brand' : 'brandLight', class: isSelected ? 'eds-nps__btn is-selected' : 'eds-nps__btn', "extra-class": "!block !px-0 w-full", label: `${val}`, pill: true, onFocus: () => {
94
+ this.internalValue = val;
93
95
  } })));
94
- })), h("div", { key: '10b2f854cff8192e54ee30feb44ad4143c54ad10', class: "flex justify-between mt-8" }, h("span", { key: '361b421b368219f9d7aa6306d912913e9d401fa0', class: "f-ui-04 text-light ml-4" }, this.leftLabel), h("span", { key: '2969496e1b6f772fcdf49667f66eee6dee6760fa', class: "f-ui-04 text-light mr-4" }, this.rightLabel))));
96
+ })), h("div", { key: 'aa15457591f1edf6e59eed384bcfbb25d49c9fd5', class: "flex justify-between eds-nps__labels" }, h("span", { key: 'a468b290491e368e3084f17ce40c6aa39e00ad3a', class: "f-ui-04 text-light ml-4" }, this.leftLabel), h("span", { key: '146b9eea4bbc360f7765e69e319738c77beae69d', class: "f-ui-04 text-light mr-4" }, this.rightLabel)))));
95
97
  }
96
98
  get el() { return this; }
99
+ static get watchers() { return {
100
+ "selectedValue": ["handleSelectedValueChange"]
101
+ }; }
97
102
  static get style() { return EdsNpsStyle0; }
98
103
  }, [1, "eds-nps", {
99
104
  "question": [1],
100
105
  "leftLabel": [1, "left-label"],
101
106
  "rightLabel": [1, "right-label"],
102
- "selectedValue": [32]
107
+ "selectedValue": [2, "selected-value"],
108
+ "internalValue": [32]
109
+ }, undefined, {
110
+ "selectedValue": ["handleSelectedValueChange"]
103
111
  }]);
104
112
  function defineCustomElement() {
105
113
  if (typeof customElements === "undefined") {
@@ -246,7 +246,7 @@ const EdsPagination = /*@__PURE__*/ proxyCustomElement(class EdsPagination exten
246
246
  }
247
247
  render() {
248
248
  const navigableIndex = -1; // Track index for keyboard navigation
249
- return (h("div", { key: '17128145803ac6af5f37d5e7c7f0576961c3e372' }, this.total > 0 && this.mode === 'default' && (h("p", { key: 'e50738bfadd0b115ed2d05b81199f0d4cfadda18', class: "f-ui-03 text-light mb-28 w-full text-center", "aria-live": "polite", id: "pagination-info" }, h("span", { key: '230f2306254d7c5fa2bfd354f308e4fa6b5c2994', class: "text-light sr-only" }, "Results:"), this.pageResults())), this.mode === 'navigator' || (this.lastPage && this.lastPage > 1) ? (h("nav", { "aria-label": "Pagination Navigation", "aria-describedby": this.mode === 'default' ? 'pagination-info' : undefined, onKeyDown: this.handleKeyDown }, h("ul", { class: "flex items-center justify-center gap-x-8", role: "list" }, h("li", { class: "mr-auto" }, this.useButtons ? (h("div", { class: "pagination-button-wrapper", onFocus: () => this.handleItemFocus(navigableIndex) }, h("eds-button", { label: this.prevLabel, disabled: this.mode === 'navigator' ? !this.prevUrl : this.isFirstPage(), "aria-label": "Go to previous page", icon: "chevron-left", "icon-pos": "left", size: "small", "icon-small": "true", intent: "ghost", "extra-class": "!p-8 lg:!pr-12 pagination-button", onClick: (event) => {
249
+ return (h("div", { key: '5c11fd306f0ebf47a452e44d633e18b2e3860d78' }, this.total > 0 && this.mode === 'default' && (h("p", { key: 'fe8b7f7b6c7785152f1edd90a750f4a9a7e2768b', class: "f-ui-03 text-light mb-28 w-full text-center", "aria-live": "polite", id: "pagination-info" }, h("span", { key: '5e2c67535dbf765dc662770164404f0de69315a1', class: "text-light sr-only" }, "Results:"), this.pageResults())), this.mode === 'navigator' || (this.lastPage && this.lastPage > 1) ? (h("nav", { "aria-label": "Pagination Navigation", "aria-describedby": this.mode === 'default' ? 'pagination-info' : undefined, onKeyDown: this.handleKeyDown }, h("ul", { class: "flex items-center justify-center gap-x-8", role: "list" }, h("li", { class: "mr-auto" }, this.useButtons ? (h("div", { class: "pagination-button-wrapper", onFocus: () => this.handleItemFocus(navigableIndex) }, h("eds-button", { label: this.prevLabel, disabled: this.mode === 'navigator' ? !this.prevUrl : this.isFirstPage(), "aria-label": "Go to previous page", icon: "chevron-left", "icon-pos": "left", size: "small", "icon-small": "true", intent: "ghost", "extra-class": "!p-8 lg:!pr-12 pagination-button", onClick: (event) => {
250
250
  if (this.mode === 'default' && !this.isFirstPage()) {
251
251
  this.handlePageClick(event, (this.currentPage || 1) - 1);
252
252
  }
@@ -255,7 +255,7 @@ const EdsPagination = /*@__PURE__*/ proxyCustomElement(class EdsPagination exten
255
255
  : this.isFirstPage()
256
256
  ? '#'
257
257
  : this.generateLink(this.currentPage - 1).url, disabled: this.mode === 'navigator' ? !this.prevUrl : this.isFirstPage(), "aria-label": "Go to previous page", icon: "chevron-left", "icon-pos": "left", size: "small", "icon-small": "true", intent: "strong", "hide-label-on-small-screen": true, class: "!p-8 lg:!pr-12" }))), this.mode === 'default' &&
258
- this.links.map((link, index) => (h("li", { key: index, class: "f-ui-02 flex h-36 items-center justify-center" }, typeof link === 'string' ? (h("span", { class: "flex items-center justify-center", "aria-hidden": "true" }, link)) : this.useButtons ? (h("div", { class: "pagination-button-wrapper", onFocus: () => this.handleItemFocus(navigableIndex) }, h("eds-button", { label: link.label, "aria-label": link.current ? `Current page, page ${link.label}` : `Go to page ${link.label}`, "aria-current": link.current ? 'page' : undefined, size: "small", "extra-class": "!p-8 pagination-button", intent: link.current ? 'secondary' : 'ghost', onClick: (event) => this.handlePageClick(event, parseInt(link.label)) }))) : (h("eds-link", { url: link.url, "aria-label": link.ariaLabel, label: link.label, current: link.current, "aria-current": link.current ? 'page' : undefined, size: "small", class: "!p-8", intent: link.current ? 'secondary' : 'ghost', onClick: (event) => this.handlePageClick(event, parseInt(link.label)) }))))), h("li", { class: "ml-auto" }, this.useButtons ? (h("div", { class: "pagination-button-wrapper", onFocus: () => this.handleItemFocus(navigableIndex) }, h("eds-button", { label: this.nextLabel, disabled: this.mode === 'navigator' ? !this.nextUrl : this.isLastPage(), "aria-label": "Go to next page", size: "small", "icon-small": "true", icon: "chevron-right", intent: "ghost", "extra-class": "!p-8 lg:!pl-12 pagination-button", onClick: (event) => {
258
+ this.links.map((link, index) => (h("li", { key: index, class: "f-ui-02 flex h-36 items-center justify-center" }, typeof link === 'string' ? (h("span", { class: "flex items-center justify-center", "aria-hidden": "true" }, link)) : this.useButtons ? (h("div", { class: "pagination-button-wrapper", onFocus: () => this.handleItemFocus(navigableIndex) }, h("eds-button", { label: link.label, "aria-label": link.current ? `Current page, page ${link.label}` : `Go to page ${link.label}`, "aria-current": link.current ? 'page' : undefined, size: "small", "extra-class": "!p-8 pagination-button", intent: link.current ? 'brand' : 'ghost', onClick: (event) => this.handlePageClick(event, parseInt(link.label)) }))) : (h("eds-link", { url: link.url, "aria-label": link.ariaLabel, label: link.label, current: link.current, "aria-current": link.current ? 'page' : undefined, size: "small", class: "!p-8", intent: link.current ? 'primary' : 'secondary', onClick: (event) => this.handlePageClick(event, parseInt(link.label)) }))))), h("li", { class: "ml-auto" }, this.useButtons ? (h("div", { class: "pagination-button-wrapper", onFocus: () => this.handleItemFocus(navigableIndex) }, h("eds-button", { label: this.nextLabel, disabled: this.mode === 'navigator' ? !this.nextUrl : this.isLastPage(), "aria-label": "Go to next page", size: "small", "icon-small": "true", icon: "chevron-right", intent: "ghost", "extra-class": "!p-8 lg:!pl-12 pagination-button", onClick: (event) => {
259
259
  if (this.mode === 'default' && !this.isLastPage()) {
260
260
  this.handlePageClick(event, (this.currentPage || 1) + 1);
261
261
  }
@@ -51,7 +51,7 @@ const EdsPie$1 = /*@__PURE__*/ proxyCustomElement(class EdsPie extends HTMLEleme
51
51
  const angle = (s.value / total) * 360;
52
52
  const start = cumulative, end = cumulative + angle;
53
53
  cumulative = end;
54
- const color = s.color || palette.shift() || 'var(--color-chart-neutral-1)';
54
+ const color = s.color || palette.shift() || '#8c8c8c';
55
55
  return Object.assign(Object.assign({}, s), { start, end, color });
56
56
  });
57
57
  const diameter = this.size;
@@ -66,7 +66,7 @@ const EdsPie$1 = /*@__PURE__*/ proxyCustomElement(class EdsPie extends HTMLEleme
66
66
  const ariaLabel = processed
67
67
  .map((s) => `${s.label}: ${this.display === 'percent' ? `${Math.round((s.value / total) * 100)}%` : s.value}`)
68
68
  .join(', ');
69
- return (h(Host, null, h("div", { class: "wrapper" }, h("svg", { width: diameter, height: diameter, role: "img", "aria-label": `Pie chart: ${ariaLabel}`, class: "pie-chart" }, h("title", null, "Pie chart"), h("g", null, processed.map((s) => (h("path", { key: s.id, d: this.describeArc(radius, radius, outerRadius, s.start, s.end), fill: s.color }))), innerRadius > 0 && h("circle", { cx: radius, cy: radius, r: innerRadius, fill: "var(--white)" }), processed.map((s) => {
69
+ return (h(Host, null, h("div", { class: "wrapper" }, h("svg", { width: diameter, height: diameter, role: "img", "aria-label": `Pie chart: ${ariaLabel}`, class: "pie-chart" }, h("title", null, "Pie chart"), h("g", null, processed.map((s) => (h("path", { key: s.id, d: this.describeArc(radius, radius, outerRadius, s.start, s.end), fill: s.color }))), innerRadius > 0 && h("circle", { cx: radius, cy: radius, r: innerRadius, fill: "#FFFFFF" }), processed.map((s) => {
70
70
  const midAngle = s.start + (s.end - s.start) / 2;
71
71
  const { x, y } = this.polarToCartesian(radius, radius, labelRadius, midAngle);
72
72
  const text = this.display === 'percent' ? `${Math.round((s.value / total) * 100)}%` : String(s.value);
@@ -85,26 +85,26 @@ const EdsPie$1 = /*@__PURE__*/ proxyCustomElement(class EdsPie extends HTMLEleme
85
85
  EdsPie$1.MAX_SLICES = 9;
86
86
  EdsPie$1.PALETTES = {
87
87
  semantic: [
88
- 'var(--color-chart-accent)',
89
- 'var(--color-chart-strong)',
90
- 'var(--color-chart-accent-dark)',
91
- 'var(--color-chart-lighter)',
92
- 'var(--color-chart-accent-light)',
93
- 'var(--color-chart-lightest)',
94
- 'var(--color-chart-accent-lighter)',
95
- 'var(--color-chart-darker)',
96
- 'var(--color-chart-accent-lightest)'
88
+ '#00e766', // green-500
89
+ '#666666', // grey-700
90
+ '#00c959', // green-600
91
+ '#8c8c8c', // grey-500
92
+ '#63fb92', // green-400
93
+ '#d8d8d8', // grey-400
94
+ '#9dffb4', // green-300
95
+ '#e6e6e6', // grey-300
96
+ '#d3ffdc', // green-200
97
97
  ],
98
98
  mono: [
99
- 'var(--grey-700)',
100
- 'var(--grey-500)',
101
- 'var(--grey-300)',
102
- 'var(--grey-100)',
103
- 'var(--grey-800)',
104
- 'var(--grey-600)',
105
- 'var(--grey-400)',
106
- 'var(--grey-200)',
107
- 'var(--grey-900)'
99
+ '#666666', // grey-700
100
+ '#8c8c8c', // grey-500
101
+ '#e6e6e6', // grey-300
102
+ '#f8f8f8', // grey-100
103
+ '#4d4d4d', // grey-800
104
+ '#6e6e6e', // grey-600
105
+ '#d8d8d8', // grey-400
106
+ '#f2f2f2', // grey-200
107
+ '#242424', // grey-900
108
108
  ]
109
109
  };
110
110
  function defineCustomElement$1() {
@@ -1,4 +1,83 @@
1
- import { E as EdsProgressBar$1, d as defineCustomElement$1 } from './eds-progress-bar2.js';
1
+ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+
3
+ const edsProgressBarCss = ".w-full{width:100%}.h-full{height:100%}.bg-default{background-color:var(--grey-light)}.rounded-lg{border-radius:16px}.h-24{height:1.5rem}.border{border-width:1px}.border-softer{border:2px solid rgba(0, 0, 0, .1)}.overflow-hidden{overflow:hidden}.bg-accent{background-color:var(--brand-green)}.bg-\\[\\#0034CB\\]{--tw-text-opacity:1;background-color:rgb(0 52 203 / var(--tw-text-opacity))}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.duration-300{transition-duration:300ms}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.text-default{color:var(--brand-black)}.text-inverse{color:var(--white)}.f-ui-01{font-family:var(--f-ui-01-fontFamily);font-weight:var(--f-ui-01-fontWeight);font-size:var(--f-ui-01-fontSize);line-height:var(--f-ui-01-lineHeight);letter-spacing:var(--f-ui-01-letterSpacing)}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}.f-ui-03{font-family:var(--f-ui-03-fontFamily);font-weight:var(--f-ui-03-fontWeight);font-size:var(--f-ui-03-fontSize);line-height:var(--f-ui-03-lineHeight);letter-spacing:var(--f-ui-03-letterSpacing)}.absolute{position:absolute}.relative{position:relative}.z-0{z-index:0}.z-10{z-index:10}.inset-0{inset:0rem}.pointer-events-none{pointer-events:none}.brand-gradient{background:linear-gradient(90deg, var(--brand-green-dark) 0%, var(--brand-green) 100%)}.brand-glow{box-shadow:0 0 8px rgba(0, 255, 157, 0.5)}.transition-width{transition:width 0.5s cubic-bezier(0.4, 0, 0.2, 1)}.h-10{height:10px}.mb-12{margin-bottom:0.75rem}.bg-inverse{background-color:var(--white)}.bg-grey-light{background-color:var(--grey-light)}.bg-brand-black{background-color:var(--brand-black)}.text-brand-green-dark{color:var(--brand-green-dark)}.justify-start{justify-content:flex-start}.px-48{padding-left:3rem;padding-right:3rem}.pt-16{padding-top:1rem}.pb-12{padding-bottom:0.75rem}.items-center{align-items:center}";
4
+ const EdsProgressBarStyle0 = edsProgressBarCss;
5
+
6
+ const EdsProgressBar$1 = /*@__PURE__*/ proxyCustomElement(class EdsProgressBar extends HTMLElement {
7
+ constructor() {
8
+ super();
9
+ this.__registerHost();
10
+ this.__attachShadow();
11
+ this.value = 0;
12
+ this.showLabel = false;
13
+ this.variant = 'default';
14
+ this.labelPaddingX = '3rem';
15
+ }
16
+ /**
17
+ * Method to update the progress value externally.
18
+ * @param newValue The new progress value (0-100).
19
+ */
20
+ async updateValue(newValue) {
21
+ this.value = Math.min(100, Math.max(0, newValue)); // Clamp 0–100
22
+ }
23
+ render() {
24
+ const progressValue = Math.min(100, Math.max(0, this.value));
25
+ const isBrand = this.variant === 'brand';
26
+ if (isBrand) {
27
+ // Build inline styles for label container with custom padding
28
+ const labelContainerStyle = {
29
+ paddingLeft: this.labelPaddingX,
30
+ paddingRight: this.labelPaddingX
31
+ };
32
+ // Brand style - minimal container with gradient fill and top-aligned text
33
+ return (h("div", { class: "w-full" }, this.showLabel && (h("div", { class: "flex items-center pt-16 pb-12 bg-inverse", style: labelContainerStyle }, h("span", { class: "f-ui-03 text-brand-green-dark" }, "Progress: ", progressValue, "%"))), h("div", { role: "progressbar", "aria-valuemin": "0", "aria-valuemax": "100", "aria-valuenow": progressValue, "aria-valuetext": `${progressValue}%`, class: "w-full h-10 bg-grey-light overflow-hidden relative" }, h("div", { class: "h-full brand-gradient brand-glow transition-width", style: { width: `${progressValue}%` } }))));
34
+ }
35
+ // Default style - original implementation
36
+ const outerClasses = [
37
+ 'outer',
38
+ 'w-full',
39
+ 'h-24',
40
+ 'bg-default',
41
+ 'border',
42
+ 'border-softer',
43
+ 'overflow-hidden',
44
+ 'relative'
45
+ ]
46
+ .filter(Boolean)
47
+ .join(' ');
48
+ const fillClasses = [
49
+ 'inner',
50
+ 'h-full',
51
+ 'transition-all',
52
+ 'duration-300',
53
+ 'bg-accent',
54
+ 'z-0'
55
+ ]
56
+ .filter(Boolean)
57
+ .join(' ');
58
+ return (h("div", { role: "progressbar", "aria-valuemin": "0", "aria-valuemax": "100", "aria-valuenow": progressValue, "aria-valuetext": `${progressValue}%`, class: outerClasses }, h("div", { class: fillClasses, style: { width: `${progressValue}%` } }), h("div", { class: "absolute inset-0 flex items-center justify-center pointer-events-none z-10" }, h("span", { class: "text-default f-ui-01" }, progressValue, "%"))));
59
+ }
60
+ static get style() { return EdsProgressBarStyle0; }
61
+ }, [1, "eds-progress-bar", {
62
+ "value": [1026],
63
+ "showLabel": [4, "show-label"],
64
+ "variant": [1],
65
+ "labelPaddingX": [1, "label-padding-x"],
66
+ "updateValue": [64]
67
+ }]);
68
+ function defineCustomElement$1() {
69
+ if (typeof customElements === "undefined") {
70
+ return;
71
+ }
72
+ const components = ["eds-progress-bar"];
73
+ components.forEach(tagName => { switch (tagName) {
74
+ case "eds-progress-bar":
75
+ if (!customElements.get(tagName)) {
76
+ customElements.define(tagName, EdsProgressBar$1);
77
+ }
78
+ break;
79
+ } });
80
+ }
2
81
 
3
82
  const EdsProgressBar = EdsProgressBar$1;
4
83
  const defineCustomElement = defineCustomElement$1;
@@ -2,7 +2,7 @@ import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/i
2
2
  import { d as defineCustomElement$2 } from './eds-button2.js';
3
3
  import { d as defineCustomElement$1 } from './eds-icon-wrapper2.js';
4
4
 
5
- const edsRatingCss = ":host{display:inline-block}.block{display:block}.stars{display:flex;gap:0.25rem;cursor:pointer}.star{color:var(--star-empty-color, #ccc);transition:color 0.2s ease-in-out}.star.filled{color:var(--green-500);}.star:hover,.star.filled:hover{transform:scale(1.2)}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.mt-4{margin-top:0.25rem}.mt-6{margin-top:0.375rem}.mt-8{margin-top:0.5rem}.my-4{margin-top:0.25rem;margin-bottom:0.25rem}.my-8{margin-top:0.5rem;margin-bottom:0.5rem}.my-16{margin-top:1rem;margin-bottom:1rem}.my-20{margin-top:1.25rem;margin-bottom:1.25rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.0625rem * var(--tw-space-x-reverse));margin-left:calc(0.0625rem * calc(1 - var(--tw-space-x-reverse)))}";
5
+ const edsRatingCss = ":host{display:inline-block}.block{display:block}.stars{display:flex;gap:0.25rem;cursor:pointer}.star{color:var(--star-empty-color, #ccc);transition:color 0.2s ease-in-out}.star.filled{color:var(--brand-green);}.star:hover,.star.filled:hover{transform:scale(1.2)}.eds-rating__btn{transition:transform 0.15s ease-in-out}.eds-rating__btn.is-selected{transform:scale(1.05)}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.mt-4{margin-top:0.25rem}.mt-6{margin-top:0.375rem}.mt-8{margin-top:0.5rem}.my-4{margin-top:0.25rem;margin-bottom:0.25rem}.my-8{margin-top:0.5rem;margin-bottom:0.5rem}.my-16{margin-top:1rem;margin-bottom:1rem}.my-20{margin-top:1.25rem;margin-bottom:1.25rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.0625rem * var(--tw-space-x-reverse));margin-left:calc(0.0625rem * calc(1 - var(--tw-space-x-reverse)))}";
6
6
  const EdsRatingStyle0 = edsRatingCss;
7
7
 
8
8
  const EdsRating = /*@__PURE__*/ proxyCustomElement(class EdsRating extends HTMLElement {
@@ -15,6 +15,19 @@ const EdsRating = /*@__PURE__*/ proxyCustomElement(class EdsRating extends HTMLE
15
15
  this.ratingType = 'star';
16
16
  this.ratingCount = 5;
17
17
  this.selectedRating = 0;
18
+ this.internalRating = 0;
19
+ }
20
+ /**
21
+ * Watch for changes to the selectedRating prop and sync internal state.
22
+ */
23
+ handleSelectedRatingChange(newValue) {
24
+ this.internalRating = newValue;
25
+ }
26
+ /**
27
+ * Initialize internal rating from prop on component load.
28
+ */
29
+ componentWillLoad() {
30
+ this.internalRating = this.selectedRating;
18
31
  }
19
32
  /**
20
33
  * Lifecycle method that runs when the component has fully loaded.
@@ -36,7 +49,7 @@ const EdsRating = /*@__PURE__*/ proxyCustomElement(class EdsRating extends HTMLE
36
49
  const event = new CustomEvent('parentContext', {
37
50
  detail: {
38
51
  componentName: this.el.tagName.toLowerCase(),
39
- identifier: this.selectedRating
52
+ identifier: this.internalRating
40
53
  }
41
54
  });
42
55
  btnElement.dispatchEvent(event);
@@ -46,7 +59,7 @@ const EdsRating = /*@__PURE__*/ proxyCustomElement(class EdsRating extends HTMLE
46
59
  * @param rating - The selected rating value.
47
60
  */
48
61
  onSelect(rating) {
49
- this.selectedRating = rating;
62
+ this.internalRating = rating;
50
63
  this.rating.emit(rating);
51
64
  setTimeout(() => {
52
65
  const btn = this.buttonRefs[rating - 1];
@@ -60,7 +73,7 @@ const EdsRating = /*@__PURE__*/ proxyCustomElement(class EdsRating extends HTMLE
60
73
  }
61
74
  e.preventDefault();
62
75
  const increment = key === 'ArrowRight' || key === 'ArrowDown' ? 1 : -1;
63
- let next = (this.selectedRating || 1) + increment;
76
+ let next = (this.internalRating || 1) + increment;
64
77
  if (next > this.ratingCount) {
65
78
  next = 1;
66
79
  }
@@ -70,21 +83,26 @@ const EdsRating = /*@__PURE__*/ proxyCustomElement(class EdsRating extends HTMLE
70
83
  this.onSelect(next);
71
84
  }
72
85
  render() {
73
- return (h("div", { key: '5d1cf924d2a59b4141eac1bd4f122c9cf640cf9c', id: "rating-buttons", role: "group", "aria-labelledby": "rating", class: "stars flex space-x-1 my-8", onKeyDown: (e) => this.handleKeyNav(e) }, Array.from({ length: this.ratingCount }, (_, index) => {
86
+ return (h("div", { key: '01857f12c63fbe53b95152902ddba594aa736f6f', id: "rating-buttons", role: "group", "aria-labelledby": "rating", class: "stars flex space-x-1 my-8", onKeyDown: (e) => this.handleKeyNav(e) }, Array.from({ length: this.ratingCount }, (_, index) => {
74
87
  const starRating = index + 1;
75
- const isSelected = starRating <= this.selectedRating;
88
+ const isSelected = starRating <= this.internalRating;
76
89
  // Use the mapping text if available; otherwise, fall back to a generic label.
77
- const checked = this.selectedRating === starRating;
78
- return (h("eds-button", { ref: (el) => (this.buttonRefs[index] = el), icon: this.ratingType, "aria-label": `${starRating} ${this.ratingType}${starRating > 1 ? 's' : ''}`, onClick: () => this.onSelect(starRating), tabIndex: checked || (this.selectedRating === 0 && index === 0) ? 0 : -1, intent: isSelected ? 'primary' : 'ghost', size: "large", "extra-class": "p-2" // Optional padding or styling for the star button
79
- }));
90
+ const checked = this.internalRating === starRating;
91
+ return (h("eds-button", { ref: (el) => (this.buttonRefs[index] = el), icon: this.ratingType, "aria-label": `${starRating} ${this.ratingType}${starRating > 1 ? 's' : ''}`, onClick: () => this.onSelect(starRating), tabIndex: checked || (this.internalRating === 0 && index === 0) ? 0 : -1, intent: isSelected ? 'brand' : 'brandLight', class: isSelected ? 'eds-rating__btn is-selected' : 'eds-rating__btn', size: "large" }));
80
92
  })));
81
93
  }
82
94
  get el() { return this; }
95
+ static get watchers() { return {
96
+ "selectedRating": ["handleSelectedRatingChange"]
97
+ }; }
83
98
  static get style() { return EdsRatingStyle0; }
84
99
  }, [1, "eds-rating", {
85
100
  "ratingType": [1, "rating-type"],
86
101
  "ratingCount": [2, "rating-count"],
87
- "selectedRating": [32]
102
+ "selectedRating": [2, "selected-rating"],
103
+ "internalRating": [32]
104
+ }, undefined, {
105
+ "selectedRating": ["handleSelectedRatingChange"]
88
106
  }]);
89
107
  function defineCustomElement() {
90
108
  if (typeof customElements === "undefined") {
@@ -1,9 +1,9 @@
1
1
  import type { Components, JSX } from "../types/components";
2
2
 
3
- interface EdsIconBookmark extends Components.EdsIconBookmark, HTMLElement {}
4
- export const EdsIconBookmark: {
5
- prototype: EdsIconBookmark;
6
- new (): EdsIconBookmark;
3
+ interface EdsSearchSelect extends Components.EdsSearchSelect, HTMLElement {}
4
+ export const EdsSearchSelect: {
5
+ prototype: EdsSearchSelect;
6
+ new (): EdsSearchSelect;
7
7
  };
8
8
  /**
9
9
  * Used to define this component and all nested components recursively.
@@ -0,0 +1,6 @@
1
+ import { E as EdsSearchSelect$1, d as defineCustomElement$1 } from './eds-search-select2.js';
2
+
3
+ const EdsSearchSelect = EdsSearchSelect$1;
4
+ const defineCustomElement = defineCustomElement$1;
5
+
6
+ export { EdsSearchSelect, defineCustomElement };