@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
@@ -1,20 +1,22 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
2
2
  import { s as sendAnalytics } from './analytics.js';
3
3
  import { p as parseData } from './sharedUtils.js';
4
- import { d as defineCustomElement$c } from './eds-button2.js';
5
- import { d as defineCustomElement$b } from './eds-icon-wrapper2.js';
6
- import { d as defineCustomElement$a } from './eds-input2.js';
7
- import { d as defineCustomElement$9 } from './eds-input-field2.js';
4
+ import { d as defineCustomElement$e } from './eds-button2.js';
5
+ import { d as defineCustomElement$d } from './eds-icon-wrapper2.js';
6
+ import { d as defineCustomElement$c } from './eds-input2.js';
7
+ import { d as defineCustomElement$b } from './eds-input-dropzone2.js';
8
+ import { d as defineCustomElement$a } from './eds-input-field2.js';
9
+ import { d as defineCustomElement$9 } from './eds-input-file2.js';
8
10
  import { d as defineCustomElement$8 } from './eds-input-footer2.js';
9
11
  import { d as defineCustomElement$7 } from './eds-input-label2.js';
10
12
  import { d as defineCustomElement$6 } from './eds-input-range2.js';
11
- import { d as defineCustomElement$5 } from './eds-input-search2.js';
12
- import { d as defineCustomElement$4 } from './eds-input-select2.js';
13
- import { d as defineCustomElement$3 } from './eds-link2.js';
14
- import { d as defineCustomElement$2 } from './eds-pagination2.js';
13
+ import { d as defineCustomElement$5 } from './eds-input-select2.js';
14
+ import { d as defineCustomElement$4 } from './eds-link2.js';
15
+ import { d as defineCustomElement$3 } from './eds-pagination2.js';
16
+ import { d as defineCustomElement$2 } from './eds-switch2.js';
15
17
  import { d as defineCustomElement$1 } from './eds-tooltip2.js';
16
18
 
17
- const edsTableCss = "table{text-indent:0;border-color:inherit;border-collapse:collapse;}tr.table-row-default{background-color:transparent}tr.table-row-color:nth-child(even){background-color:var(--grey-100)}tr.table-row-color:nth-child(odd){background-color:transparent}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.pt-32{padding-top:2rem}.pt-40{padding-top:2.5rem}.pt-48{padding-top:3rem}.pb-28{padding-bottom:1.75rem}.pb-60{padding-bottom:3.75rem}.mt-20{margin-top:1.25rem}.mt-28{margin-top:1.75rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.overflow-x-auto{overflow-x:auto}.mt-6{margin-top:0.375rem}.p-0{padding:0rem}.p-4{padding:0.25rem}.m-0{margin:0rem}.border{border-width:1px}.border-softer{border:1px solid rgba(0, 0, 0, .1)}.even\\:bg-inverse-softer:nth-child(even){background-color:rgba(255, 255, 255, .15)}.px-8{padding-left:0.5rem;padding-right:0.5rem}.px-20{padding-left:1.25rem;padding-right:1.25rem}.py-8{padding-top:0.5rem;padding-bottom:0.5rem}.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)}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.break-words{overflow-wrap:anywhere}";
19
+ const edsTableCss = "table{text-indent:0;border-color:inherit;border-collapse:collapse;}.brand-table-wrapper{margin-top:2rem;width:100%}.brand-table{width:100% !important;border-collapse:separate !important;border-spacing:0 !important;display:table !important;table-layout:fixed !important}.brand-thead{background:var(--grey-light)}.brand-header-row{border:none !important}.brand-header-row th{padding:1rem 1.5rem !important;text-align:center !important;font-weight:600 !important;font-size:0.9rem !important;text-transform:uppercase;letter-spacing:0.05em;color:var(--grey-dark) !important;border:none !important;overflow-wrap:break-word !important;word-wrap:break-word !important}.brand-header-row th:first-child{border-radius:0.5rem 0 0 0;padding-left:2rem !important}.brand-header-row th:last-child{border-radius:0 0.5rem 0 0;padding-right:2rem !important}.brand-row{border-bottom:1px solid var(--grey-light) !important;transition:all 0.3s ease;position:relative;background:transparent !important}.brand-row.has-actions{cursor:pointer}.brand-row:hover{background:rgba(0, 255, 157, 0.05) !important}.brand-row td{padding:1.5rem 1.5rem !important;border:none !important;vertical-align:middle;position:relative;z-index:1;overflow-wrap:break-word !important;word-wrap:break-word !important}.brand-row td:first-child{padding-left:2rem !important}.brand-row td:last-child{padding-right:2rem !important}.brand-row .actions-cell{text-align:right !important}.brand-table tr.brand-row{border-left:none;border-right:none;border-top:none}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.pt-32{padding-top:2rem}.pt-40{padding-top:2.5rem}.pt-48{padding-top:3rem}.pb-28{padding-bottom:1.75rem}.pb-60{padding-bottom:3.75rem}.mt-20{margin-top:1.25rem}.mt-28{margin-top:1.75rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.overflow-x-auto{overflow-x:auto}.mt-6{margin-top:0.375rem}.p-0{padding:0rem}.p-4{padding:0.25rem}.m-0{margin:0rem}.border{border-width:1px}.border-softer{border:1px solid rgba(0, 0, 0, .1)}.even\\:bg-inverse-softer:nth-child(even){background-color:rgba(255, 255, 255, .15)}.px-8{padding-left:0.5rem;padding-right:0.5rem}.px-20{padding-left:1.25rem;padding-right:1.25rem}.py-8{padding-top:0.5rem;padding-bottom:0.5rem}.f-ui-01{font-family:var(--f-ui-01-fontFamily);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-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.break-words{overflow-wrap:anywhere}.controls-container{display:flex;width:100%}.view-toggle-wrapper{flex-shrink:0}.search-wrapper{min-width:0}.card-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1.5rem;margin-top:1.5rem}.data-card{background:var(--white);border:1px solid var(--grey-light);border-radius:0.75rem;padding:1.5rem;transition:all 0.3s ease;display:flex;flex-direction:column;gap:1rem}.data-card:hover{border-color:var(--brand-green);box-shadow:0 4px 12px rgba(0, 255, 157, 0.1);transform:translateY(-2px)}.card-content{display:flex;flex-direction:column;gap:0.75rem;flex:1}.card-field{display:flex;flex-direction:column;gap:0.25rem}.card-label{font-family:var(--f-ui-03-fontFamily);font-size:var(--f-ui-03-fontSize);font-weight:var(--f-ui-03-fontWeight);line-height:var(--f-ui-03-lineHeight);text-transform:uppercase;letter-spacing:0.05em;color:var(--grey-dark)}.card-value{font-family:var(--f-ui-02-fontFamily);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);color:var(--brand-black);word-wrap:break-word}.card-field:first-child .card-value{font-size:var(--f-ui-01-fontSize);line-height:var(--f-ui-01-lineHeight)}.card-actions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:0.5rem;padding-top:0.75rem;border-top:1px solid var(--grey-light)}@media (min-width: 640px){.card-grid{grid-template-columns:repeat(auto-fill, minmax(320px, 1fr))}}@media (min-width: 1024px){.card-grid{grid-template-columns:repeat(auto-fill, minmax(350px, 1fr));gap:2rem}}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-start{align-items:flex-start}.items-center{align-items:center}.gap-16{gap:1rem}.mb-16{margin-bottom:1rem}.w-full{width:100%}.w-auto{width:auto}@media (min-width: 750px){.flex-md-row{flex-direction:row}.items-md-center{align-items:center}.w-md-auto{width:auto}.w-md-400{width:400px}}";
18
20
  const EdsTableStyle0 = edsTableCss;
19
21
 
20
22
  const EdsTable = /*@__PURE__*/ proxyCustomElement(class EdsTable extends HTMLElement {
@@ -23,6 +25,7 @@ const EdsTable = /*@__PURE__*/ proxyCustomElement(class EdsTable extends HTMLEle
23
25
  this.__registerHost();
24
26
  this.__attachShadow();
25
27
  this.rowaction = createEvent(this, "rowaction", 7);
28
+ this.viewchange = createEvent(this, "viewchange", 7);
26
29
  this.handleResize = () => {
27
30
  this.updateContainerWidth();
28
31
  };
@@ -70,17 +73,29 @@ const EdsTable = /*@__PURE__*/ proxyCustomElement(class EdsTable extends HTMLEle
70
73
  action: this.sortDirection
71
74
  });
72
75
  };
76
+ this.handleViewChange = (event) => {
77
+ this.view = event.detail.value ? 'card' : 'table';
78
+ this.viewchange.emit({ view: this.view });
79
+ sendAnalytics({
80
+ category: 'ui-component',
81
+ parentContext: null,
82
+ tag: `${this.hostEl.tagName.toLowerCase()}/view-toggle`,
83
+ name: this.view,
84
+ action: 'view-change'
85
+ });
86
+ };
73
87
  this.data = null;
74
88
  this.config = {};
75
89
  this.rowsPerPage = 10;
76
90
  this.paginationEnabled = true;
77
91
  this.searchEnabled = false;
78
92
  this.hostWidth = undefined;
79
- this.columnSize = 'default';
80
93
  this.actions = [];
81
94
  this.actionTemplate = undefined;
82
95
  this.sortingEnabled = false;
83
- this.theme = 'color';
96
+ this.theme = 'brand';
97
+ this.view = 'table';
98
+ this.showViewToggle = false;
84
99
  this.parsedActions = [];
85
100
  this.dataColumns = [];
86
101
  this.tbData = [];
@@ -110,6 +125,8 @@ const EdsTable = /*@__PURE__*/ proxyCustomElement(class EdsTable extends HTMLEle
110
125
  }
111
126
  }
112
127
  componentWillLoad() {
128
+ // 'default' / 'color' themes are disabled — always render the brand theme.
129
+ this.theme = 'brand';
113
130
  this.parseConfig();
114
131
  this.handleActionsChange();
115
132
  this.parseData();
@@ -196,7 +213,8 @@ const EdsTable = /*@__PURE__*/ proxyCustomElement(class EdsTable extends HTMLEle
196
213
  renderCell(value, column) {
197
214
  var _a;
198
215
  const format = (_a = this.parsedConfig[column]) === null || _a === void 0 ? void 0 : _a.format;
199
- return format === 'uppercase' ? (value === null || value === void 0 ? void 0 : value.toString().toUpperCase()) : format === 'svg' ? (h("div", { innerHTML: value })) : format === 'bold' ? (h("strong", null, value)) : format === 'code' ? (h("code", null, value)) : (value);
216
+ return format === 'uppercase' ? (value === null || value === void 0 ? void 0 : value.toString().toUpperCase()) : format === 'html' || format === 'svg' ? ( // 'svg' is deprecated, use 'html'
217
+ h("div", { innerHTML: value })) : format === 'bold' ? (h("strong", null, value)) : format === 'code' ? (h("code", null, value)) : (value);
200
218
  }
201
219
  /**
202
220
  * Renders one action (button or checkbox) for a specific action‐name.
@@ -216,7 +234,10 @@ const EdsTable = /*@__PURE__*/ proxyCustomElement(class EdsTable extends HTMLEle
216
234
  }
217
235
  // Let all action buttons be focusable naturally
218
236
  const showLabel = act.showLabel === true;
219
- const btn = (h("eds-button", { icon: act.icon, label: showLabel ? act.label : null, iconPos: "left", pill: true, size: "small", intent: "ghost", tabIndex: 0, onClick: () => this.emitAction(act.name, row) }));
237
+ const isBrandTheme = this.theme === 'brand';
238
+ // Use custom intent if provided, otherwise fall back to theme-based default
239
+ const buttonIntent = act.intent || (isBrandTheme ? 'primary' : 'ghost');
240
+ const btn = (h("eds-button", { icon: act.icon, label: showLabel ? act.label : null, iconPos: act.pos || 'left', pill: true, size: "small", intent: buttonIntent, tabIndex: 0, onClick: () => this.emitAction(act.name, row) }));
220
241
  return showLabel ? btn : h("eds-tooltip", { content: act.label }, btn);
221
242
  }
222
243
  emitAction(actionName, row, checked) {
@@ -236,24 +257,11 @@ const EdsTable = /*@__PURE__*/ proxyCustomElement(class EdsTable extends HTMLEle
236
257
  var _a, _b;
237
258
  // Grab all data‐keys from the first row (if any) as before:
238
259
  this.columns = this.tbData.length > 0 ? Object.keys(this.tbData[0]) : [];
239
- // Instead of pushing each action.name, add just a single actions column
260
+ // Instead of pushing each action.name, add just a single "actions" column
240
261
  if (((_b = (_a = this.parsedActions) === null || _a === void 0 ? void 0 : _a.length) !== null && _b !== void 0 ? _b : 0) > 0 && this.tbData.length > 0) {
241
262
  this.columns.push('actions');
242
263
  }
243
264
  }
244
- getVisibleColumnsCount() {
245
- return this.columns.filter((column) => { var _a; return !((_a = this.parsedConfig[column]) === null || _a === void 0 ? void 0 : _a.hidden); }).length;
246
- }
247
- divisionFactor() {
248
- let divisionFactor = 1;
249
- if (this.columnSize === 'medium') {
250
- divisionFactor = 2;
251
- }
252
- else if (this.columnSize === 'large') {
253
- divisionFactor = 4;
254
- }
255
- return divisionFactor;
256
- }
257
265
  capitalize(str) {
258
266
  return str.charAt(0).toUpperCase() + str.slice(1).toLowerCase();
259
267
  }
@@ -283,41 +291,45 @@ const EdsTable = /*@__PURE__*/ proxyCustomElement(class EdsTable extends HTMLEle
283
291
  return this.sortDirection === 'asc' ? comparison : -comparison;
284
292
  });
285
293
  }
286
- render() {
287
- const currentContainerWidth = this.hostWidth && this.hostWidth.trim() !== '' ? Number(this.hostWidth) : this.containerWidth || 400;
288
- const visibleColumnsCount = this.getVisibleColumnsCount();
289
- const columnWidth = visibleColumnsCount > 0 ? Math.floor((currentContainerWidth / visibleColumnsCount) * this.divisionFactor()) : 100;
290
- const paginatedRows = this.getPaginatedRows();
291
- const lastPage = Math.ceil(this.totalRows / this.rowsPerPage);
292
- return (h("div", { key: '0601cea60a05d044a717219e6ff6385ef915defa' }, this.searchEnabled && (h("div", { key: 'de1affaf192dc5e63b16d534d2f518c206ab7010' }, h("eds-input-field", { key: 1, icon: "search", name: "search", "aria-label": "Search", type: "text", placeholder: "Search...", onInput: (event) => this.handleSearch(event) }))), h("div", { key: '49f71b5a2481d719cb8fe0547f05a5ae83ad5541', class: "mt-20" }, h("table", { key: 'b63ca6615ed681c741fb2d3ff2675f9cc061d194', class: "block overflow-x-auto mt-6 p-0" }, h("thead", { key: '817b534cca3c2492b69b3816a41b54ec850847ab' }, h("tr", { key: '6cb8735ac56c3fe2acc4a257815bc0d07009118c', class: `m-0 p-0 border border-softer table-row-${this.theme}` }, this.columns.map((col) => {
293
- var _a;
294
+ renderCardView(rows) {
295
+ // Get data columns (exclude 'actions' column)
296
+ const dataColumns = this.columns.filter((col) => { var _a; return col !== 'actions' && !((_a = this.parsedConfig[col]) === null || _a === void 0 ? void 0 : _a.hidden); });
297
+ return (h("div", { class: "card-grid" }, rows.map((row) => (h("div", { class: "data-card" }, h("div", { class: "card-content" }, dataColumns.map((col) => (h("div", { class: "card-field" }, h("span", { class: "card-label" }, this.capitalize(col)), h("span", { class: "card-value" }, this.renderCell(row[col], col)))))), this.parsedActions.length > 0 && (h("div", { class: "card-actions" }, this.parsedActions.map((act) => (h("span", null, this.renderSingleActionCell(act.name, row)))))))))));
298
+ }
299
+ renderTableView(paginatedRows) {
300
+ return (h("div", { class: `mt-20 ${this.theme === 'brand' ? 'brand-table-wrapper' : ''}` }, h("table", { class: `${this.theme === 'brand' ? '' : 'block overflow-x-auto'} mt-6 p-0 ${this.theme === 'brand' ? 'brand-table' : ''}` }, h("thead", { class: this.theme === 'brand' ? 'brand-thead' : '' }, h("tr", { class: `m-0 p-0 border border-softer table-row-${this.theme} ${this.theme === 'brand' ? 'brand-header-row' : ''}` }, this.columns
301
+ .filter((col) => { var _a; return col === 'actions' || !((_a = this.parsedConfig[col]) === null || _a === void 0 ? void 0 : _a.hidden); })
302
+ .map((col) => {
294
303
  if (col === 'actions') {
295
- return (h("th", { class: "m-0 py-8 border border-softer f-ui-02 break-words", style: { minWidth: `${columnWidth - 4}px` } }));
296
- }
297
- if (!((_a = this.parsedConfig[col]) === null || _a === void 0 ? void 0 : _a.hidden)) {
298
- return (h("th", { class: "m-0 py-8 border border-softer f-ui-02 break-words", style: { minWidth: `${columnWidth - 4}px` } }, h("div", { style: { display: 'flex', alignItems: 'center', justifyContent: 'center', gap: '0.25rem' } }, h("span", null, this.capitalize(col)), this.sortingEnabled && (h("eds-icon-wrapper", { icon: this.sortColumn === col
299
- ? this.sortDirection === 'asc'
300
- ? 'chevron-up'
301
- : 'chevron-down'
302
- : 'chevron-down', "aria-label": `Sort by ${col}`, onClick: () => this.handleSort(col), style: { cursor: 'pointer' } })))));
304
+ return (h("th", { class: "m-0 py-8 border border-softer f-ui-02 break-words" }));
303
305
  }
304
- return null;
305
- }))), h("tbody", { key: '3c8630ed1f47720688bfcdb78c5dbfc84cb238cf' }, paginatedRows.map((row) => (h("tr", { class: `m-0 p-0 border border-softer table-row-${this.theme}` }, this.columns.map((col) => {
306
- var _a;
306
+ return (h("th", { class: "m-0 py-8 border border-softer f-ui-02 break-words" }, h("div", { style: { display: 'flex', alignItems: 'center', justifyContent: 'center', gap: '0.25rem' } }, h("span", null, this.capitalize(col)), this.sortingEnabled && (h("eds-icon-wrapper", { name: this.sortColumn === col
307
+ ? this.sortDirection === 'asc'
308
+ ? 'chevron-up'
309
+ : 'chevron-down'
310
+ : 'chevron-down', "aria-label": `Sort by ${col}`, onClick: () => this.handleSort(col), style: { cursor: 'pointer' } })))));
311
+ }))), h("tbody", null, paginatedRows.map((row) => (h("tr", { class: `m-0 p-0 border border-softer table-row-${this.theme} ${this.theme === 'brand' ? 'brand-row' : ''} ${this.parsedActions.length > 0 ? 'has-actions' : ''}` }, this.columns
312
+ .filter((col) => { var _a; return col === 'actions' || !((_a = this.parsedConfig[col]) === null || _a === void 0 ? void 0 : _a.hidden); })
313
+ .map((col) => {
307
314
  if (col === 'actions') {
308
- return (h("td", { class: "text-center border border-softer m-0 f-ui-02 break-words actions-cell", style: { minWidth: `${columnWidth - 4}px` } }, h("div", { role: "toolbar", "aria-label": "Row actions", onKeyDown: this.onActionKeyDown, style: {
315
+ return (h("td", { class: "text-center border border-softer m-0 f-ui-01 break-words actions-cell" }, h("div", { role: "toolbar", "aria-label": "Row actions", onKeyDown: this.onActionKeyDown, style: {
309
316
  display: 'flex',
310
317
  gap: '0.5rem',
311
318
  justifyContent: 'center',
312
319
  flexWrap: 'wrap'
313
320
  } }, this.parsedActions.map((act) => (h("span", { style: { whiteSpace: 'nowrap' } }, this.renderSingleActionCell(act.name, row)))))));
314
321
  }
315
- if (!((_a = this.parsedConfig[col]) === null || _a === void 0 ? void 0 : _a.hidden)) {
316
- // Regular data cell
317
- return (h("td", { class: "text-center border border-softer m-0 py-8 f-ui-2 break-words", style: { minWidth: `${columnWidth - 4}px` } }, this.renderCell(row[col], col)));
318
- }
319
- return null;
320
- }))))))), this.shouldEnablePagination() && (h("div", { key: '09faef418edc676bb2b60c2439e0652a92fe023d', class: "mt-20" }, h("eds-pagination", { key: '9403d33a37505c73fe3bec652ef93f533bdb4f03', currentPage: this.currentPage, lastPage: lastPage, perPage: this.rowsPerPage, total: this.totalRows, mode: "default" })))));
322
+ // Regular data cell
323
+ return (h("td", { class: "text-center border border-softer m-0 py-8 f-ui-02 break-words" }, this.renderCell(row[col], col)));
324
+ }))))))));
325
+ }
326
+ render() {
327
+ const paginatedRows = this.getPaginatedRows();
328
+ const lastPage = Math.ceil(this.totalRows / this.rowsPerPage);
329
+ const showControls = this.showViewToggle || this.searchEnabled;
330
+ return (h("div", { key: '1e8a2f5f19df240ee3a57951641b60b947342fad' }, showControls && (h("div", { key: '778fe091226330448bba089189e9dd6a6aa977a9', class: "controls-container flex-col flex-md-row items-start items-md-center justify-between gap-16 mb-16" }, this.showViewToggle && (h("div", { key: '7ef287464bb2fba846be5341f4bb0e71d982be0e', class: "view-toggle-wrapper" }, h("eds-switch", { key: '2d3a494a5b354a14c8e882a153633bd5e85a40ab', variant: "segmented", labelOff: "Table View", labelOn: "Card View", checked: this.view === 'card', onUiswitch: this.handleViewChange }))), this.searchEnabled && (h("div", { key: 'dfcf6d0bdc23cb10481121881a7656b02a0599c1', class: `search-wrapper w-full ${this.showViewToggle ? 'w-md-400' : ''}` }, h("eds-input-field", { key: 1, icon: "search", name: "search", "aria-label": "Search", type: "text", placeholder: "Search...", onInput: (event) => this.handleSearch(event) }))))), this.view === 'card'
331
+ ? this.renderCardView(paginatedRows)
332
+ : this.renderTableView(paginatedRows), this.shouldEnablePagination() && (h("div", { key: '3f7faafdd6147855cb8812ff6303c335c7fd1f35', class: "mt-20" }, h("eds-pagination", { key: '17705ba01a8ca8cc79bacfce34e55f11ce53d70c', currentPage: this.currentPage, lastPage: lastPage, perPage: this.rowsPerPage, total: this.totalRows, mode: "default" })))));
321
333
  }
322
334
  get hostEl() { return this; }
323
335
  static get watchers() { return {
@@ -333,11 +345,12 @@ const EdsTable = /*@__PURE__*/ proxyCustomElement(class EdsTable extends HTMLEle
333
345
  "paginationEnabled": [4, "pagination-enabled"],
334
346
  "searchEnabled": [4, "search-enabled"],
335
347
  "hostWidth": [1, "host-width"],
336
- "columnSize": [1, "column-size"],
337
348
  "actions": [1],
338
349
  "actionTemplate": [16],
339
350
  "sortingEnabled": [4, "sorting-enabled"],
340
- "theme": [1],
351
+ "theme": [1025],
352
+ "view": [1025],
353
+ "showViewToggle": [4, "show-view-toggle"],
341
354
  "parsedActions": [32],
342
355
  "dataColumns": [32],
343
356
  "tbData": [32],
@@ -358,7 +371,7 @@ function defineCustomElement() {
358
371
  if (typeof customElements === "undefined") {
359
372
  return;
360
373
  }
361
- const components = ["eds-table", "eds-button", "eds-icon-wrapper", "eds-input", "eds-input-field", "eds-input-footer", "eds-input-label", "eds-input-range", "eds-input-search", "eds-input-select", "eds-link", "eds-pagination", "eds-tooltip"];
374
+ const components = ["eds-table", "eds-button", "eds-icon-wrapper", "eds-input", "eds-input-dropzone", "eds-input-field", "eds-input-file", "eds-input-footer", "eds-input-label", "eds-input-range", "eds-input-select", "eds-link", "eds-pagination", "eds-switch", "eds-tooltip"];
362
375
  components.forEach(tagName => { switch (tagName) {
363
376
  case "eds-table":
364
377
  if (!customElements.get(tagName)) {
@@ -367,20 +380,30 @@ function defineCustomElement() {
367
380
  break;
368
381
  case "eds-button":
369
382
  if (!customElements.get(tagName)) {
370
- defineCustomElement$c();
383
+ defineCustomElement$e();
371
384
  }
372
385
  break;
373
386
  case "eds-icon-wrapper":
374
387
  if (!customElements.get(tagName)) {
375
- defineCustomElement$b();
388
+ defineCustomElement$d();
376
389
  }
377
390
  break;
378
391
  case "eds-input":
379
392
  if (!customElements.get(tagName)) {
380
- defineCustomElement$a();
393
+ defineCustomElement$c();
394
+ }
395
+ break;
396
+ case "eds-input-dropzone":
397
+ if (!customElements.get(tagName)) {
398
+ defineCustomElement$b();
381
399
  }
382
400
  break;
383
401
  case "eds-input-field":
402
+ if (!customElements.get(tagName)) {
403
+ defineCustomElement$a();
404
+ }
405
+ break;
406
+ case "eds-input-file":
384
407
  if (!customElements.get(tagName)) {
385
408
  defineCustomElement$9();
386
409
  }
@@ -400,22 +423,22 @@ function defineCustomElement() {
400
423
  defineCustomElement$6();
401
424
  }
402
425
  break;
403
- case "eds-input-search":
426
+ case "eds-input-select":
404
427
  if (!customElements.get(tagName)) {
405
428
  defineCustomElement$5();
406
429
  }
407
430
  break;
408
- case "eds-input-select":
431
+ case "eds-link":
409
432
  if (!customElements.get(tagName)) {
410
433
  defineCustomElement$4();
411
434
  }
412
435
  break;
413
- case "eds-link":
436
+ case "eds-pagination":
414
437
  if (!customElements.get(tagName)) {
415
438
  defineCustomElement$3();
416
439
  }
417
440
  break;
418
- case "eds-pagination":
441
+ case "eds-switch":
419
442
  if (!customElements.get(tagName)) {
420
443
  defineCustomElement$2();
421
444
  }
@@ -1,9 +1,8 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h } from '@stencil/core/internal/client';
2
2
  import { s as sendAnalytics } from './analytics.js';
3
- import { c as cva } from './index2.js';
4
3
  import { p as parseData } from './sharedUtils.js';
5
4
 
6
- const edsTabsCss = "*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(147 197 253 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor;}::before,::after{--tw-content:''}a{color:inherit;text-decoration:inherit}.relative{position:relative}.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)}.whitespace-nowrap{white-space:nowrap}.effect-focus{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.effect-focus:focus-visible{outline-style:solid}.effect-focus-within{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.focus-visible\\:text-default:focus-visible{color:var(--black)}.hover\\:text-default:hover{color:var(--black)}.border-2{border-width:2px}.after\\:content-\\[\\'\\'\\]::after{--tw-content:'';content:var(--tw-content)}.after\\:bottom-0::after{bottom:0rem}.after\\:border-0::after{border-width:0px}.after\\:border-b-2::after{border-bottom-width:2px}.after\\:absolute::after{position:absolute}.after\\:inset-0::after{inset:0rem}.after\\:rounded-lg::after{border-radius:16px}.after\\:border-solid::after{border-style:solid}.after\\:border-3::after{border-width:3px}.after\\:border-accent::after{border-color:var(--green-500)}.after\\:opacity-0::after{opacity:0}.outline-none{outline:2px solid transparent;outline-offset:2px}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\\:after\\:opacity-100:focus-visible::after{opacity:1}.rounded-t-lg{border-top-left-radius:16px;border-top-right-radius:16px}.rounded-tl-lg{border-top-left-radius:16px}.rounded-tr-lg{border-top-right-radius:16px}.border-l-0{border-left-width:0px}.border-r-0{border-right-width:0px}.border-b-0{border-bottom-width:0px}.pr-28{padding-right:1.75rem}.pl-28{padding-left:1.75rem}.-mr-16{margin-right:-1rem}.-ml-16{margin-left:-1rem}.px-16{padding-left:1rem;padding-right:1rem}.py-12{padding-top:0.75rem;padding-bottom:0.75rem}.after\\:left-16::after{left:1rem}.after\\:right-16::after{right:1rem}.text-lighter{color:var(--grey-600)}.bg-dark{background-color:var(--grey-300)}.hover\\:bg-darker:hover{background-color:var(--grey-400)}.border-soft{border-color:var(--grey-400)}.border-softest{border-color:rgba(0, 0, 0, .05)}.bg-default{background-color:var(--grey-200)}.text-default{color:var(--black)}.z-99{z-index:99}.after\\:z-10::after{z-index:10}.before\\:bottom-0::before{bottom:0rem}.before\\:h-12::before{height:0.75rem}.before\\:opacity-5::before{opacity:0.05}.before\\:content-\\[\\'\\'\\]::before{--tw-content:'';content:var(--tw-content)}.before\\:absolute::before{position:absolute}.before\\:-bottom-2::before{bottom:-0.125rem}.after\\:inset-x-0::after{left:0rem;right:0rem}.before\\:inset-x-0::before{left:0rem;right:0rem}.before\\:h-3::before{height:0.1875rem}.before\\:bg-default::before{background-color:var(--grey-200)}.after\\:border-soft::after{border-color:rgba(0, 0, 0, .15 )}.after\\:border-softest::after{border-color:rgba(0, 0, 0, .05)}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.before\\:bg-gradient-y::before{background:linear-gradient(to bottom, transparent, ease-in-out, black)}.scroller-x{-ms-overflow-style:none;scrollbar-width:none}.overflow-x-auto{overflow-x:auto}.max-w-xxxl{max-width:2200px}.z-1{z-index:1}.mx-auto{margin-left:auto;margin-right:auto}.pt-8{padding-top:0.5rem}.pr-16{padding-right:1rem}.pl-16{padding-left:1rem}.inline-flex{display:inline-flex}@media (min-width: 900px){.lg\\:px-28{padding-left:1.75rem;padding-right:1.75rem}}@media (min-width: 2200px){.xxxl\\:px-0{padding-left:0rem;padding-right:0rem}}";
5
+ const edsTabsCss = ":host{display:block}.tabs-container{display:flex;gap:0.25rem;padding:0.25rem;border-radius:10px;width:fit-content;margin-bottom:3rem}.tabs-container-default{background-color:var(--brand-black, #07140D);border:1px solid rgba(255, 255, 255, 0.06)}.tabs-container-inverse{background:rgba(0, 0, 0, 0.02);border:1px solid rgba(0, 0, 0, 0.06)}.tabs-nav{display:flex;gap:0.25rem}.tab{padding:0.625rem 1.25rem;border-radius:8px;font-size:1.125rem;cursor:pointer;transition:color 0.15s ease;border:none;background:transparent;font-family:'IBM Plex Sans', sans-serif;white-space:nowrap;outline:none}.tab:focus-visible{outline:3px solid var(--brand-green);outline-offset:2px}.tab-default{color:var(--grey-700)}.tab-default:hover{color:var(--white)}.tab-default.tab-active{background:rgba(0, 255, 157, 0.1);color:var(--brand-green)}.tab-inverse{color:var(--grey-700)}.tab-inverse:hover{color:var(--brand-black)}.tab-inverse.tab-active{background:rgba(0, 200, 123, 0.1);color:var(--brand-green-dark)}.tab-panels{margin-top:2rem}.tab-panels>div{outline:none}.tab-panels>div:focus-visible{outline:3px solid var(--brand-green);outline-offset:2px;border-radius:4px}@media (max-width: 768px){.tabs-container{width:100%;overflow-x:auto}.tabs-nav{width:100%;min-width:fit-content}}";
7
6
  const EdsTabsStyle0 = edsTabsCss;
8
7
 
9
8
  const EdsTabs$1 = /*@__PURE__*/ proxyCustomElement(class EdsTabs extends HTMLElement {
@@ -13,44 +12,15 @@ const EdsTabs$1 = /*@__PURE__*/ proxyCustomElement(class EdsTabs extends HTMLEle
13
12
  this.__attachShadow();
14
13
  this.tab = createEvent(this, "tab", 7);
15
14
  this.tabRefs = [];
16
- // Store tab reference
17
15
  this.setTabRef = (el, index) => {
18
16
  if (el) {
19
17
  this.tabRefs[index] = el;
20
18
  }
21
19
  };
22
- // cva configuration
23
- this.tabCva = cva([
24
- 'relative py-12',
25
- 'f-ui-03 whitespace-nowrap',
26
- 'effect-color effect-focus',
27
- 'focus-visible:text-default hover:text-default',
28
- 'border-2'
29
- ], {
30
- variants: {
31
- position: {
32
- first: 'px-16 rounded-t-lg',
33
- center: 'px-16',
34
- left: 'pl-16 pr-28 rounded-tl-lg border-r-0 -mr-16 after:right-16',
35
- right: 'pl-28 pr-16 rounded-tr-lg border-l-0 -ml-16 after:left-16'
36
- },
37
- active: {
38
- false: [
39
- 'text-lighter bg-dark hover:bg-darker border-softest border-b-0 z-1',
40
- "after:content-[''] after:absolute after:bottom-0 after:inset-x-0 after:h-2 after:border-soft"
41
- ],
42
- true: [
43
- 'bg-default text-default z-99',
44
- 'rounded-t-lg',
45
- "before:content-[''] before:absolute before:-bottom-2 z-1 before:inset-x-0 before:h-3 before:bg-default",
46
- 'border-soft'
47
- ]
48
- }
49
- }
50
- });
51
20
  this.identifier = undefined;
52
21
  this.navAriaLabel = 'Tabs';
53
22
  this.tabs = undefined;
23
+ this.variant = 'default';
54
24
  this.parsedTabs = [];
55
25
  this.activeIndex = -1;
56
26
  }
@@ -61,70 +31,45 @@ const EdsTabs$1 = /*@__PURE__*/ proxyCustomElement(class EdsTabs extends HTMLEle
61
31
  }
62
32
  /**
63
33
  * Parses the `tabs` prop into an array of tab objects.
64
- * Returns an empty array if parsing fails or if `tabs` is not a valid JSON string or object.
65
34
  *
66
- * @returns {any[]} Array of parsed tab objects
35
+ * Note: we deliberately do NOT clear `tabRefs` here. Consumers
36
+ * often re-pass `tabs` with an updated `active` flag every time
37
+ * the user switches tabs (Vue/React re-render on event). Wiping
38
+ * the refs leaves a window in which a queued focus() call sees
39
+ * `tabRefs[index] === undefined` and silently no-ops — focus
40
+ * gets stuck on the previous tab even though `aria-selected` and
41
+ * the background already moved. Stencil re-binds refs on render,
42
+ * so the array stays in sync without us emptying it; we only
43
+ * truncate when the new list is shorter to drop stale entries.
67
44
  */
68
45
  parseTabs() {
69
46
  this.parsedTabs = parseData(this.tabs);
70
- // Reset tab refs when tabs change
71
- this.tabRefs = [];
72
- }
73
- componentDidLoad() {
74
- this.scrollToActiveTab();
47
+ if (this.tabRefs.length > this.parsedTabs.length) {
48
+ this.tabRefs.length = this.parsedTabs.length;
49
+ }
75
50
  }
76
51
  componentDidUpdate() {
77
- // Ensure we have the correct number of tab refs after render
78
- if (this.tabRefs.length !== this.parsedTabs.length) {
79
- this.tabRefs = new Array(this.parsedTabs.length).fill(null);
52
+ // Same reasoning as parseTabs: only shrink, never re-allocate
53
+ // to nulls — that would re-introduce the silent-no-op window.
54
+ if (this.tabRefs.length > this.parsedTabs.length) {
55
+ this.tabRefs.length = this.parsedTabs.length;
80
56
  }
81
57
  }
82
58
  setActiveIndex() {
83
59
  this.activeIndex = this.parsedTabs.findIndex((tab) => tab.active);
84
- // If no active tab found, default to first tab
85
60
  if (this.activeIndex === -1 && this.parsedTabs.length > 0) {
86
61
  this.activeIndex = 0;
87
62
  this.parsedTabs[0].active = true;
88
63
  }
89
64
  }
90
- scrollToActiveTab() {
91
- var _a;
92
- const activeTab = (_a = this.tabContainer) === null || _a === void 0 ? void 0 : _a.querySelector('[data-tab-active]');
93
- if (activeTab) {
94
- setTimeout(() => {
95
- activeTab.scrollIntoView({
96
- inline: 'center',
97
- block: 'nearest'
98
- });
99
- }, 316);
100
- }
101
- }
102
- getTabOptions(active, index) {
103
- const position = active
104
- ? 'center'
105
- : this.activeIndex === -1 && index === 0
106
- ? 'first'
107
- : index < this.activeIndex
108
- ? 'left'
109
- : 'right';
110
- const rawZ = position === 'left' ? index : this.parsedTabs.length + 1 - index;
111
- // clamp inactive to at least 1
112
- const z = active ? this.parsedTabs.length + 99 : Math.max(rawZ, 1);
113
- return Object.assign({ class: this.tabCva({ active, position }), style: {
114
- // stringify the number so it matches { [key: string]: string }
115
- zIndex: `${z}`
116
- } }, (active ? { 'data-tab-active': 'true' } : {}));
117
- }
118
65
  handleTabClick(index, tabLabel, shouldFocus = true) {
119
- // Validate index
66
+ var _a;
120
67
  if (index < 0 || index >= this.parsedTabs.length) {
121
68
  return;
122
69
  }
123
- // Update the active index and set all tabs' active state accordingly
124
70
  this.activeIndex = index;
125
71
  this.parsedTabs = this.parsedTabs.map((tab, tabIndex) => (Object.assign(Object.assign({}, tab), { active: tabIndex === index })));
126
72
  this.tab.emit({ tabId: this.identifier, index: index, name: tabLabel });
127
- // Only send analytics for actual clicks, not keyboard navigation
128
73
  if (shouldFocus) {
129
74
  sendAnalytics({
130
75
  category: 'ui-component',
@@ -133,13 +78,34 @@ const EdsTabs$1 = /*@__PURE__*/ proxyCustomElement(class EdsTabs extends HTMLEle
133
78
  action: 'click'
134
79
  });
135
80
  }
136
- // Focus management for keyboard navigation
137
- if (shouldFocus && this.tabRefs[index]) {
138
- // Use a small timeout to ensure the DOM has updated
139
- setTimeout(() => {
81
+ if (shouldFocus) {
82
+ // Focus must move SYNCHRONOUSLY, while the keydown event
83
+ // that triggered this call is still on the stack. Otherwise
84
+ // the browser's `:focus-visible` heuristic doesn't flag the
85
+ // focus move as keyboard-driven and the outline never paints
86
+ // — accessibility regression (WCAG 2.4.7).
87
+ //
88
+ // We query by static id (`#tab-${index}`) instead of using
89
+ // `tabRefs[index]` because consumer-driven prop changes can
90
+ // briefly drop the cached ref. The button id is set in
91
+ // `render()` and doesn't depend on active state, so it is
92
+ // always findable.
93
+ const findBtn = () => { var _a; return ((_a = this.el.shadowRoot) !== null && _a !== void 0 ? _a : this.el).querySelector(`#tab-${index}`); };
94
+ (_a = findBtn()) === null || _a === void 0 ? void 0 : _a.focus();
95
+ // Belt-and-suspenders: if a consumer reacts to the `tab`
96
+ // event by re-rendering our buttons (rare, but possible
97
+ // when the `tabs` prop is recomputed), the sync focus above
98
+ // landed on a button that is now detached. Re-focus once
99
+ // the next frame's DOM is in place. We only act if focus
100
+ // genuinely isn't on the right element, to avoid a redundant
101
+ // focus call that would reset selection/IME state.
102
+ requestAnimationFrame(() => {
140
103
  var _a;
141
- (_a = this.tabRefs[index]) === null || _a === void 0 ? void 0 : _a.focus();
142
- }, 0);
104
+ const after = findBtn();
105
+ if (after && ((_a = this.el.shadowRoot) === null || _a === void 0 ? void 0 : _a.activeElement) !== after) {
106
+ after.focus();
107
+ }
108
+ });
143
109
  }
144
110
  }
145
111
  onKeyDown(ev, idx) {
@@ -162,19 +128,26 @@ const EdsTabs$1 = /*@__PURE__*/ proxyCustomElement(class EdsTabs extends HTMLEle
162
128
  ev.preventDefault();
163
129
  break;
164
130
  default:
165
- return; // Don't handle other keys
131
+ return;
166
132
  }
167
133
  if (newIndex !== idx) {
168
134
  this.handleTabClick(newIndex, this.parsedTabs[newIndex].label, true);
169
135
  }
170
136
  }
171
137
  render() {
172
- return (h("div", { key: '94766d744d61eb8d1eef51393621f85b06af822f', id: `${this.identifier}` }, h("div", { key: 'd76f26bd4e70baebab9fed6c61df26b496d899a5', class: "scroller-x overflow-x-auto relative z-[1] mx-auto px-16 pt-8 lg:px-28 after:border-soft before:bg-gradient-y relative overflow-x-hidden before:absolute before:inset-x-0 before:bottom-0 before:h-12 before:opacity-5 before:content-[''] after:absolute after:inset-x-0 after:bottom-0 after:border-b-2 after:content-['']" }, h("nav", { key: '74afc95f82764cedb44b99a482bedc7b5f918196', role: "tablist", ref: (el) => (this.tabContainer = el), class: "inline-flex", "aria-label": this.navAriaLabel }, this.parsedTabs.map((tab, index) => {
173
- const TabComponent = 'button';
174
- const tabProps = this.getTabOptions(tab.active, index);
138
+ const containerClasses = [
139
+ 'tabs-container',
140
+ `tabs-container-${this.variant}`
141
+ ].join(' ');
142
+ return (h("div", { key: '646f43031cde2e0ab84d2830fd9477841b3c757b', id: `${this.identifier}` }, h("div", { key: '2eb01c96640c6fc602777f227525066e5970489e', class: containerClasses }, h("nav", { key: 'b419fc7414574ea70b19433a3c5daa63b5ad6652', role: "tablist", class: "tabs-nav", "aria-label": this.navAriaLabel }, this.parsedTabs.map((tab, index) => {
175
143
  const isActive = index === this.activeIndex;
176
- return (h(TabComponent, Object.assign({}, tabProps, { type: "button", role: "tab", "aria-selected": tab.active ? 'true' : 'false', tabIndex: isActive ? 0 : -1, "aria-label": tab.ariaLabel || tab.label, "aria-controls": `panel-${index}`, id: `tab-${index}`, ref: (el) => this.setTabRef(el, index), onClick: () => this.handleTabClick(index, tab.label, true), onKeyDown: (e) => this.onKeyDown(e, index) }), tab.label || tab.ariaLabel));
177
- }))), h("div", { key: '4652dc3741f95ccfac7d53e5e49607515f559ce1', class: "tab-panels" }, this.parsedTabs.map((_, index) => (h("div", { role: "tabpanel", id: `panel-${index}`, "aria-labelledby": `tab-${index}`, hidden: index !== this.activeIndex, tabIndex: index === this.activeIndex ? 0 : -1, class: "effect-focus" }, h("slot", { name: `panel-${index}` })))))));
144
+ const tabClasses = [
145
+ 'tab',
146
+ `tab-${this.variant}`,
147
+ isActive ? 'tab-active' : ''
148
+ ].filter(Boolean).join(' ');
149
+ return (h("button", { class: tabClasses, type: "button", role: "tab", "aria-selected": isActive ? 'true' : 'false', tabIndex: isActive ? 0 : -1, "aria-label": tab.ariaLabel || tab.label, "aria-controls": `panel-${index}`, id: `tab-${index}`, ref: (el) => this.setTabRef(el, index), onClick: () => this.handleTabClick(index, tab.label, true), onKeyDown: (e) => this.onKeyDown(e, index) }, tab.label || tab.ariaLabel));
150
+ }))), h("div", { key: '0ce244b3d2b2120d1bdf127144e9b42e2ad34e52', class: "tab-panels" }, this.parsedTabs.map((_, index) => (h("div", { role: "tabpanel", id: `panel-${index}`, "aria-labelledby": `tab-${index}`, hidden: index !== this.activeIndex, tabIndex: index === this.activeIndex ? 0 : -1 }, h("slot", { name: `panel-${index}` })))))));
178
151
  }
179
152
  get el() { return this; }
180
153
  static get watchers() { return {
@@ -185,6 +158,7 @@ const EdsTabs$1 = /*@__PURE__*/ proxyCustomElement(class EdsTabs extends HTMLEle
185
158
  "identifier": [1, "id"],
186
159
  "navAriaLabel": [1, "nav-aria-label"],
187
160
  "tabs": [1],
161
+ "variant": [1],
188
162
  "parsedTabs": [32],
189
163
  "activeIndex": [32]
190
164
  }, undefined, {
@@ -1,30 +1,29 @@
1
1
  import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
2
  import { c as cva } from './index2.js';
3
3
 
4
- const edsTagCss = ".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-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)}.f-ui-05{font-family:var(--f-ui-05-fontFamily);font-weight:var(--f-ui-05-fontWeight);font-size:var(--f-ui-05-fontSize);line-height:var(--f-ui-05-lineHeight);letter-spacing:var(--f-ui-05-letterSpacing)}.py-2{padding-top:0.125rem;padding-bottom:0.125rem}.py-3{padding-top:0.1875rem;padding-bottom:0.1875rem}.py-4{padding-top:0.25rem;padding-bottom:0.25rem}.px-4{padding-left:0.25rem;padding-right:0.25rem}.px-5{padding-left:0.3125rem;padding-right:0.3125rem}.px-6{padding-left:0.375rem;padding-right:0.375rem}.border-2{border-width:2px}.rounded-pill{border-radius:100px}.border-default{border:2px solid var(--black)}.text-inverse{color:var(--white)}.bg-accent{background-color:var(--green-500)}.bg-strongest{background-color:var(--black)}.text-\\[\\#0034CB\\]{--tw-text-opacity:1;color:rgb(0 52 203 / var(--tw-text-opacity))}.border-\\[\\#0034CB\\]{--tw-border-opacity:1;border:2px solid rgb(0 52 203 / var(--tw-border-opacity))}.text-light{color:var(--grey-700)}.bg-strongest-soft{background-color:rgba(0, 0, 0, .05)}.border-transparent{border-color:var(--transparent)}.border-inverse{border-color:var(--white)}.bg-inverse{background-color:var(--white)}.text-lighter{color:var(--grey-600)}";
4
+ const edsTagCss = " .f-ui-01 {\n font-family: var(--f-ui-01-fontFamily);\n font-size: var(--f-ui-01-fontSize);\n line-height: var(--f-ui-01-lineHeight);\n letter-spacing: var(--f-ui-01-letterSpacing);\n }\n\n .f-ui-03 {\n font-family: var(--f-ui-03-fontFamily);\n font-size: var(--f-ui-03-fontSize);\n line-height: var(--f-ui-03-lineHeight);\n letter-spacing: var(--f-ui-03-letterSpacing);\n }\n\n .f-ui-05 {\n font-family: var(--f-ui-05-fontFamily);\n font-size: var(--f-ui-05-fontSize);\n line-height: var(--f-ui-05-lineHeight);\n letter-spacing: var(--f-ui-05-letterSpacing);\n }\n\n .py-2 {\n padding-top: 0.125rem;\n padding-bottom: 0.125rem;\n }\n\n .py-3 {\n padding-top: 0.1875rem;\n padding-bottom: 0.1875rem;\n }\n\n .py-4 {\n padding-top: 0.25rem;\n padding-bottom: 0.25rem;\n }\n\n .px-4 {\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n }\n\n .px-5 {\n padding-left: 0.3125rem;\n padding-right: 0.3125rem;\n }\n\n .px-6 {\n padding-left: 0.375rem;\n padding-right: 0.375rem;\n }\n\n .px-8 {\n padding-left: 0.5rem;\n padding-right: 0.5rem;\n }\n\n .border-2 {\n border-width: 2px;\n }\n\n .rounded-xs {\n border-radius: 4px;\n }\n\n .rounded-xxs {\n border-radius: 2px;\n }\n\n .rounded-pill {\n border-radius: 100px;\n }\n\n .border-default {\n border-color: var(--brand-black);\n }\n\n .border-grey-dark {\n border-color: var(--grey-dark);\n }\n\n .border-inside {\n position: relative;\n\n &::after {\n pointer-events: none;\n position: absolute;\n inset: 0rem;\n z-index: 0;\n border-radius: 8px;\n border-width: 1px;\n border-style: solid;\n content: '';\n }\n\n /* Ensure text content is above the border */\n &>* {\n position: relative;\n z-index: 1;\n }\n }\n\n .border-inside-inverse {\n position: relative;\n\n &::after {\n pointer-events: none;\n position: absolute;\n inset: 0rem;\n z-index: 0;\n border-radius: 8px;\n border-width: 2px;\n border-style: solid;\n border-color: rgba(255, 255, 255, 1);\n /* white border */\n content: '';\n }\n\n /* Ensure text content is above the border */\n &>* {\n position: relative;\n z-index: 1;\n }\n }\n\n .border-inside-pill {\n &::after {\n border-radius: 100px;\n /* pill shape */\n content: '';\n }\n }\n\n .border-inside-inverse.border-inside-pill {\n &::after {\n border-radius: 100px;\n /* pill shape for inverse border */\n }\n }\n\n /* Override border-radius for tags with rounded-xs */\n .rounded-xs.border-inside {\n &::after {\n border-radius: 4px;\n }\n }\n\n .rounded-xs.border-inside-inverse {\n &::after {\n border-radius: 4px;\n }\n }\n\n .border-accent {\n border-color: var(--brand-green);\n /* NEW: #00FF9D */\n }\n\n\n .border-inverse {\n border-color: var(--white);\n /* NEW: #00FF9D */\n }\n\n\n .border-accent-dark {\n border-color: var(--brand-green-dark);\n /* NEW: #00FF9D */\n }\n\n .border-soft {\n border-color: var(--grey-dark);\n }\n\n .border-softest {\n border-color: var(--grey-light);\n }\n\n .bg-transparent {\n background-color: transparent;\n }\n\n .text-inverse {\n color: var(--white);\n }\n\n .text-accent {\n color: var(--brand-green);\n }\n\n .text-accent-dark {\n color: var(--brand-green-dark);\n }\n\n .bg-accent {\n background-color: var(--brand-green);\n }\n\n .bg-accent-dark {\n background-color: var(--brand-green-dark);\n }\n\n .bg-strongest {\n background-color: var(--brand-black);\n }\n\n .text-\\[\\#0034CB\\] {\n --tw-text-opacity: 1;\n color: rgb(0 52 203 / var(--tw-text-opacity));\n }\n\n .border-\\[\\#0034CB\\] {\n --tw-border-opacity: 1;\n border: 2px solid rgb(0 52 203 / var(--tw-border-opacity));\n }\n\n .text-light {\n color: var(--grey-dark);\n }\n\n .bg-strongest-soft {\n background-color: rgba(0, 0, 0, .05);\n }\n\n .border-transparent {\n border-color: var(--transparent);\n }\n\n .border-inverse {\n border-color: var(--white);\n }\n\n .bg-inverse {\n background-color: var(--white);\n }\n\n .text-lighter {\n color: var(--grey-dark);\n }\n\n .items-center {\n align-items: center;\n }\n\n .justify-center {\n justify-content: center;\n }\n\n .justify-between {\n justify-content: space-between;\n }\n\n .inline-flex {\n display: inline-flex;\n }";
5
5
  const EdsTagStyle0 = edsTagCss;
6
6
 
7
7
  // Define the CVA for the tag styles
8
- const tagStyles = cva(['border-2 rounded-pill'], // Base classes
8
+ const tagStyles = cva(['relative inline-flex justify-center items-center py-8 rounded-xs'], // Base classes
9
9
  {
10
10
  variants: {
11
11
  intent: {
12
- primary: 'border-accent bg-accent',
13
- default: 'border-default',
14
- strong: 'text-inverse bg-strongest border-default',
15
- accent: 'text-[#0034CB] border-[#0034CB]',
16
- weak: 'text-light bg-strongest-soft border-transparent',
17
- inverse: 'border-inverse text-inverse',
18
- 'inverse-strong': 'bg-inverse border-inverse text-lighter'
12
+ primary: 'border-inside bg-inverse text-default',
13
+ dark: 'border-inside border-softest bg-inverse text-light',
14
+ inverse: 'border-inside bg-transparent text-inverse border-inverse',
15
+ strong: 'bg-strongest text-inverse',
16
+ brand: 'border-inside bg-transparent border-accent text-accent',
17
+ 'brand-dark': 'border-inside bg-transparent border-accent-dark text-accent-dark'
19
18
  },
20
19
  size: {
21
20
  small: 'f-ui-05 py-2 px-4', // smaller padding
22
- medium: 'f-ui-03 py-3 px-5', // moderate padding
23
- large: 'f-ui-01 py-4 px-6' // larger padding
21
+ medium: 'f-ui-03 py-3 px-6', // moderate padding
22
+ large: 'f-ui-01 py-4 px-8' // larger padding
24
23
  }
25
24
  },
26
25
  defaultVariants: {
27
- intent: 'default',
26
+ intent: 'primary',
28
27
  size: 'small'
29
28
  }
30
29
  });
@@ -34,12 +33,12 @@ const EdsTag = /*@__PURE__*/ proxyCustomElement(class EdsTag extends HTMLElement
34
33
  this.__registerHost();
35
34
  this.__attachShadow();
36
35
  this.label = undefined;
37
- this.intent = 'default';
38
- this.size = 'small';
36
+ this.intent = 'brand';
37
+ this.size = 'large';
39
38
  }
40
39
  render() {
41
40
  const classes = tagStyles({ intent: this.intent, size: this.size });
42
- return h("span", { key: 'ef36f799cf3226ccf281428929e75326ea6a06e4', class: classes }, this.label);
41
+ return (h("span", { key: '20e1625ac01b0dc1f40356d02622e0649faa7fa7', class: classes }, h("span", { key: '313c3f18c0a5df285afe6a40ded9e68035d9648f', style: { position: 'relative', zIndex: '1' } }, this.label)));
43
42
  }
44
43
  static get style() { return EdsTagStyle0; }
45
44
  }, [1, "eds-tag", {