@ebrains/components 0.0.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1089) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  2. package/dist/cjs/arrow-diagonal-black-0eb8640e.js +5 -0
  3. package/dist/cjs/arrow-right-3e38e8a9.js +7 -0
  4. package/dist/cjs/bluesky-eb0d6051.js +16 -0
  5. package/dist/cjs/chevron-down-27344777.js +14 -0
  6. package/dist/cjs/chevron-left-6fc9c6ef.js +13 -0
  7. package/dist/cjs/chevron-right-6d95a117.js +7 -0
  8. package/dist/cjs/chevron-up-e37d7713.js +14 -0
  9. package/dist/cjs/close-51284af5.js +7 -0
  10. package/dist/cjs/color-ac51ccf7.js +342 -0
  11. package/dist/cjs/color-primary-palette.cjs.entry.js +43 -0
  12. package/dist/cjs/color-primary-palette_6.cjs.entry.js +327 -0
  13. package/dist/cjs/color-secondary-palette.cjs.entry.js +68 -0
  14. package/dist/cjs/color-support-palette.cjs.entry.js +59 -0
  15. package/dist/cjs/components.cjs.js +52 -0
  16. package/dist/cjs/copy-53102d0c.js +7 -0
  17. package/dist/cjs/correct-use-of-colors.cjs.entry.js +68 -0
  18. package/dist/cjs/eds-accordion.cjs.entry.js +92 -0
  19. package/dist/cjs/eds-accordion_23.cjs.entry.js +1886 -0
  20. package/dist/cjs/eds-alert.cjs.entry.js +95 -0
  21. package/dist/cjs/eds-avatar.cjs.entry.js +73 -0
  22. package/dist/cjs/eds-block-break.cjs.entry.js +20 -0
  23. package/dist/cjs/eds-breadcrumb.cjs.entry.js +152 -0
  24. package/dist/cjs/eds-button.cjs.entry.js +233 -0
  25. package/dist/cjs/eds-card-desc.cjs.entry.js +26 -0
  26. package/dist/cjs/eds-card-desc_3.cjs.entry.js +117 -0
  27. package/dist/cjs/eds-card-generic.cjs.entry.js +93 -0
  28. package/dist/cjs/eds-card-project.cjs.entry.js +67 -0
  29. package/dist/cjs/eds-card-section.cjs.entry.js +43 -0
  30. package/dist/cjs/eds-card-tags.cjs.entry.js +21 -0
  31. package/dist/cjs/eds-card-title.cjs.entry.js +56 -0
  32. package/dist/cjs/eds-card-tool.cjs.entry.js +79 -0
  33. package/dist/cjs/eds-card-wrapper.cjs.entry.js +32 -0
  34. package/dist/cjs/eds-code-block.cjs.entry.js +2472 -0
  35. package/dist/cjs/eds-components-section.cjs.entry.js +96 -0
  36. package/dist/cjs/eds-docs-palettes.cjs.entry.js +27 -0
  37. package/dist/cjs/eds-docs-tokens.cjs.entry.js +35 -0
  38. package/dist/cjs/eds-dropdown.cjs.entry.js +129 -0
  39. package/dist/cjs/eds-footer.cjs.entry.js +49 -0
  40. package/dist/cjs/eds-form.cjs.entry.js +249 -0
  41. package/dist/cjs/eds-frame.cjs.entry.js +91 -0
  42. package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +99 -0
  43. package/dist/cjs/eds-header.cjs.entry.js +96 -0
  44. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +18 -0
  45. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +18 -0
  46. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +18 -0
  47. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +18 -0
  48. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +18 -0
  49. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +18 -0
  50. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +18 -0
  51. package/dist/cjs/eds-icon-close.cjs.entry.js +18 -0
  52. package/dist/cjs/eds-icon-copy.cjs.entry.js +18 -0
  53. package/dist/cjs/eds-icon-eu.cjs.entry.js +18 -0
  54. package/dist/cjs/eds-icon-facebook.cjs.entry.js +18 -0
  55. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +18 -0
  56. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +18 -0
  57. package/dist/cjs/eds-icon-loader.cjs.entry.js +18 -0
  58. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +18 -0
  59. package/dist/cjs/eds-icon-menu.cjs.entry.js +18 -0
  60. package/dist/cjs/eds-icon-more.cjs.entry.js +18 -0
  61. package/dist/cjs/eds-icon-search.cjs.entry.js +18 -0
  62. package/dist/cjs/eds-icon-success.cjs.entry.js +18 -0
  63. package/dist/cjs/eds-icon-twitter.cjs.entry.js +18 -0
  64. package/dist/cjs/eds-icon-user.cjs.entry.js +18 -0
  65. package/dist/cjs/eds-icon-wrapper.cjs.entry.js +40 -0
  66. package/dist/cjs/eds-icon-youtube.cjs.entry.js +18 -0
  67. package/dist/cjs/eds-img.cjs.entry.js +57 -0
  68. package/dist/cjs/eds-input-field.cjs.entry.js +72 -0
  69. package/dist/cjs/eds-input-footer.cjs.entry.js +21 -0
  70. package/dist/cjs/eds-input-label.cjs.entry.js +20 -0
  71. package/dist/cjs/eds-input-range.cjs.entry.js +39 -0
  72. package/dist/cjs/eds-input-search.cjs.entry.js +41 -0
  73. package/dist/cjs/eds-input-select.cjs.entry.js +30 -0
  74. package/dist/cjs/eds-input.cjs.entry.js +68 -0
  75. package/dist/cjs/eds-link.cjs.entry.js +211 -0
  76. package/dist/cjs/eds-login.cjs.entry.js +72 -0
  77. package/dist/cjs/eds-logo.cjs.entry.js +76 -0
  78. package/dist/cjs/eds-matomo-notice.cjs.entry.js +109 -0
  79. package/dist/cjs/eds-modal.cjs.entry.js +46 -0
  80. package/dist/cjs/eds-navigator.cjs.entry.js +43 -0
  81. package/dist/cjs/eds-pagination.cjs.entry.js +211 -0
  82. package/dist/cjs/eds-progress-bar.cjs.entry.js +28 -0
  83. package/dist/cjs/eds-rating.cjs.entry.js +57 -0
  84. package/dist/cjs/eds-section-core.cjs.entry.js +23 -0
  85. package/dist/cjs/eds-section-core_2.cjs.entry.js +59 -0
  86. package/dist/cjs/eds-section-heading.cjs.entry.js +41 -0
  87. package/dist/cjs/eds-social-networks.cjs.entry.js +65 -0
  88. package/dist/cjs/eds-svg-repository.cjs.entry.js +32 -0
  89. package/dist/cjs/eds-tab.cjs.entry.js +40 -0
  90. package/dist/cjs/eds-table.cjs.entry.js +142 -0
  91. package/dist/cjs/eds-tabs-content.cjs.entry.js +133 -0
  92. package/dist/cjs/eds-tabs.cjs.entry.js +122 -0
  93. package/dist/cjs/eds-tag.cjs.entry.js +44 -0
  94. package/dist/cjs/eds-toast-manager.cjs.entry.js +45 -0
  95. package/dist/cjs/eds-toast.cjs.entry.js +53 -0
  96. package/dist/cjs/eds-tooltip.cjs.entry.js +99 -0
  97. package/dist/cjs/eds-user-modal.cjs.entry.js +47 -0
  98. package/dist/cjs/eds-user.cjs.entry.js +90 -0
  99. package/dist/cjs/eu-b9665157.js +32 -0
  100. package/dist/cjs/facebook-7aa65e57.js +16 -0
  101. package/dist/cjs/gradient-primary-palette.cjs.entry.js +45 -0
  102. package/dist/cjs/gradient-secondary-palette.cjs.entry.js +79 -0
  103. package/dist/cjs/gradient-support-palette.cjs.entry.js +63 -0
  104. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +50 -0
  105. package/dist/cjs/index-1ff5f25c.js +48 -0
  106. package/dist/cjs/index-2cc3495f.js +2149 -0
  107. package/dist/cjs/index-383d2951.js +3449 -0
  108. package/dist/cjs/index-96a4261e.js +405 -0
  109. package/dist/cjs/index-ab9fbefe.js +48 -0
  110. package/dist/cjs/index-f62478aa.js +1837 -0
  111. package/dist/cjs/index.cjs.js +2 -0
  112. package/dist/cjs/keycloak-5aaa21af.js +1900 -0
  113. package/dist/cjs/keycloak-940b83c1.js +1910 -0
  114. package/dist/cjs/linkedin-46b0dd56.js +30 -0
  115. package/dist/cjs/loader-5efe2c21.js +35 -0
  116. package/dist/cjs/loader.cjs.js +15 -0
  117. package/dist/cjs/logo-color-6c787ac1.js +117 -0
  118. package/dist/cjs/logo-color-margins-b49c0f46.js +120 -0
  119. package/dist/cjs/logo-space.cjs.entry.js +20 -0
  120. package/dist/cjs/logo-variations-horizontal.cjs.entry.js +30 -0
  121. package/dist/cjs/logo-variations-vertical.cjs.entry.js +30 -0
  122. package/dist/cjs/logo-white-no-bg-4a0e0f4b.js +1039 -0
  123. package/dist/cjs/logo-wrong-usage.cjs.entry.js +20 -0
  124. package/dist/cjs/mastodon-20c5bb7d.js +16 -0
  125. package/dist/cjs/menu-7050a6d1.js +13 -0
  126. package/dist/cjs/mono-2f3cd653.js +13 -0
  127. package/dist/cjs/more-1d3dd8bc.js +15 -0
  128. package/dist/cjs/search-5533d877.js +14 -0
  129. package/dist/cjs/shadow-css-988e4292.js +334 -0
  130. package/dist/cjs/success-ef661a11.js +20 -0
  131. package/dist/cjs/toastManager-1fb1a402.js +33 -0
  132. package/dist/cjs/token-list.cjs.entry.js +253 -0
  133. package/dist/cjs/token-list_3.cjs.entry.js +300 -0
  134. package/dist/cjs/token-radii.cjs.entry.js +25 -0
  135. package/dist/cjs/token-ratios.cjs.entry.js +29 -0
  136. package/dist/cjs/token-shadows.cjs.entry.js +34 -0
  137. package/dist/cjs/token-spacing.cjs.entry.js +16 -0
  138. package/dist/cjs/token-typography.cjs.entry.js +230 -0
  139. package/dist/cjs/twitter-73956e9a.js +16 -0
  140. package/dist/cjs/user-a3c2230f.js +18 -0
  141. package/dist/cjs/youtube-c238a461.js +16 -0
  142. package/dist/collection/collection-manifest.json +107 -0
  143. package/dist/collection/components/eds-accordion/eds-accordion.css +258 -0
  144. package/dist/collection/components/eds-accordion/eds-accordion.js +246 -0
  145. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +87 -0
  146. package/dist/collection/components/eds-alert/eds-alert.css +607 -0
  147. package/dist/collection/components/eds-alert/eds-alert.js +204 -0
  148. package/dist/collection/components/eds-alert/eds-alert.stories.js +52 -0
  149. package/dist/collection/components/eds-avatar/eds-avatar.css +149 -0
  150. package/dist/collection/components/eds-avatar/eds-avatar.js +210 -0
  151. package/dist/collection/components/eds-avatar/eds-avatar.stories.js +65 -0
  152. package/dist/collection/components/eds-block-break/eds-block-break.css +49 -0
  153. package/dist/collection/components/eds-block-break/eds-block-break.js +51 -0
  154. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.css +111 -0
  155. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +32 -0
  156. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +220 -0
  157. package/dist/collection/components/eds-button/eds-button.css +7140 -0
  158. package/dist/collection/components/eds-button/eds-button.js +487 -0
  159. package/dist/collection/components/eds-button/eds-button.stories.js +47 -0
  160. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +41 -0
  161. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +102 -0
  162. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.stories.js +31 -0
  163. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +9 -0
  164. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +63 -0
  165. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +92 -0
  166. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +169 -0
  167. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-wrapper/eds-card-wrapper.js +86 -0
  168. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +103 -0
  169. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +324 -0
  170. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +124 -0
  171. package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +227 -0
  172. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +103 -0
  173. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +314 -0
  174. package/dist/collection/components/eds-code-block/eds-code-block.css +177 -0
  175. package/dist/collection/components/eds-code-block/eds-code-block.js +86 -0
  176. package/dist/collection/components/eds-dropdown/eds-dropdown.css +117 -0
  177. package/dist/collection/components/eds-dropdown/eds-dropdown.js +356 -0
  178. package/dist/collection/components/eds-form/eds-form.css +7143 -0
  179. package/dist/collection/components/eds-form/eds-form.js +482 -0
  180. package/dist/collection/components/eds-form/eds-form.stories.js +89 -0
  181. package/dist/collection/components/eds-frame/eds-frame.js +266 -0
  182. package/dist/collection/components/eds-frame/eds-frame.stories.js +67 -0
  183. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +92 -0
  184. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +36 -0
  185. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +36 -0
  186. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +36 -0
  187. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +36 -0
  188. package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +36 -0
  189. package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +36 -0
  190. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +36 -0
  191. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +36 -0
  192. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +36 -0
  193. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +36 -0
  194. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +36 -0
  195. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +36 -0
  196. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +36 -0
  197. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +36 -0
  198. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +36 -0
  199. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +36 -0
  200. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +36 -0
  201. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +36 -0
  202. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +36 -0
  203. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +36 -0
  204. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +36 -0
  205. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +36 -0
  206. package/dist/collection/components/eds-img/eds-img.css +83 -0
  207. package/dist/collection/components/eds-img/eds-img.js +246 -0
  208. package/dist/collection/components/eds-img/eds-img.stories.js +101 -0
  209. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +336 -0
  210. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +105 -0
  211. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +90 -0
  212. package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +197 -0
  213. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +176 -0
  214. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +203 -0
  215. package/dist/collection/components/eds-input-field/eds-input-field.css +7151 -0
  216. package/dist/collection/components/eds-input-field/eds-input-field.js +419 -0
  217. package/dist/collection/components/eds-input-field/eds-input-field.stories.js +205 -0
  218. package/dist/collection/components/eds-link/eds-link.css +7164 -0
  219. package/dist/collection/components/eds-link/eds-link.js +482 -0
  220. package/dist/collection/components/eds-link/eds-link.stories.js +86 -0
  221. package/dist/collection/components/eds-logo/eds-logo.css +47 -0
  222. package/dist/collection/components/eds-logo/eds-logo.js +150 -0
  223. package/dist/collection/components/eds-logo/eds-logo.stories.js +38 -0
  224. package/dist/collection/components/eds-modal/eds-modal.css +203 -0
  225. package/dist/collection/components/eds-modal/eds-modal.js +175 -0
  226. package/dist/collection/components/eds-modal/eds-modal.stories.js +64 -0
  227. package/dist/collection/components/eds-navigator/eds-navigator.js +147 -0
  228. package/dist/collection/components/eds-navigator/eds-navigator.stories.js +101 -0
  229. package/dist/collection/components/eds-pagination/eds-pagination.css +120 -0
  230. package/dist/collection/components/eds-pagination/eds-pagination.js +414 -0
  231. package/dist/collection/components/eds-pagination/eds-pagination.stories.js +141 -0
  232. package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +62 -0
  233. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +79 -0
  234. package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +25 -0
  235. package/dist/collection/components/eds-rating/eds-rating.css +74 -0
  236. package/dist/collection/components/eds-rating/eds-rating.js +138 -0
  237. package/dist/collection/components/eds-rating/eds-rating.stories.js +76 -0
  238. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.css +0 -0
  239. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +91 -0
  240. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.stories.js +74 -0
  241. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +137 -0
  242. package/dist/collection/components/eds-tab/eds-tab.js +109 -0
  243. package/dist/collection/components/eds-table/eds-table.css +138 -0
  244. package/dist/collection/components/eds-table/eds-table.js +281 -0
  245. package/dist/collection/components/eds-table/eds-table.stories.js +173 -0
  246. package/dist/collection/components/eds-tag/eds-tag.css +56 -0
  247. package/dist/collection/components/eds-tag/eds-tag.js +94 -0
  248. package/dist/collection/components/eds-tag/eds-tag.stories.js +27 -0
  249. package/dist/collection/components/eds-toast/eds-toast.js +108 -0
  250. package/dist/collection/components/eds-toast/eds-toast.stories.js +38 -0
  251. package/dist/collection/components/eds-tooltip/eds-tooltip.css +94 -0
  252. package/dist/collection/components/eds-tooltip/eds-tooltip.js +170 -0
  253. package/dist/collection/components/eds-tooltip/eds-tooltip.stories.js +21 -0
  254. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +39 -0
  255. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +85 -0
  256. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +55 -0
  257. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +41 -0
  258. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +75 -0
  259. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +59 -0
  260. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +66 -0
  261. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +48 -0
  262. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +98 -0
  263. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.stories.js +44 -0
  264. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +11 -0
  265. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +15 -0
  266. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +11 -0
  267. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +10 -0
  268. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +27 -0
  269. package/dist/collection/eds-docs-ui/eds-components-section/eds-components-section.js +58 -0
  270. package/dist/collection/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.js +44 -0
  271. package/dist/collection/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.js +52 -0
  272. package/dist/collection/eds-docs-ui/eds-svg-repository/eds-svg-repository.js +27 -0
  273. package/dist/collection/eds-docs-ui/functional/angular.js +2 -0
  274. package/dist/collection/eds-docs-ui/functional/installation.js +2 -0
  275. package/dist/collection/eds-docs-ui/functional/overview.js +2 -0
  276. package/dist/collection/eds-docs-ui/functional/react.js +2 -0
  277. package/dist/collection/eds-docs-ui/functional/usage.js +2 -0
  278. package/dist/collection/eds-docs-ui/functional/vue.js +2 -0
  279. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.css +53 -0
  280. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +22 -0
  281. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.css +60 -0
  282. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +73 -0
  283. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.css +64 -0
  284. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +73 -0
  285. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.css +206 -0
  286. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +22 -0
  287. package/dist/collection/index.js +1 -0
  288. package/dist/collection/shared-ui/eds-card-section/eds-card-section.css +153 -0
  289. package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +93 -0
  290. package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +74 -0
  291. package/dist/collection/shared-ui/eds-footer/eds-footer.css +0 -0
  292. package/dist/collection/shared-ui/eds-footer/eds-footer.js +214 -0
  293. package/dist/collection/shared-ui/eds-footer/eds-footer.stories.js +50 -0
  294. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.css +0 -0
  295. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +215 -0
  296. package/dist/collection/shared-ui/eds-header/eds-header.css +0 -0
  297. package/dist/collection/shared-ui/eds-header/eds-header.js +286 -0
  298. package/dist/collection/shared-ui/eds-header/eds-header.stories.js +70 -0
  299. package/dist/collection/shared-ui/eds-login/eds-login.js +154 -0
  300. package/dist/collection/shared-ui/eds-login/eds-login.stories.js +37 -0
  301. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +105 -0
  302. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +164 -0
  303. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +34 -0
  304. package/dist/collection/shared-ui/eds-social-networks/eds-social-network.css +124 -0
  305. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +92 -0
  306. package/dist/collection/shared-ui/eds-tabs/eds-tabs.css +0 -0
  307. package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +213 -0
  308. package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +49 -0
  309. package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.js +194 -0
  310. package/dist/collection/shared-ui/eds-tabs-content/eds-tabs-content.stories.js +112 -0
  311. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +37 -0
  312. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +50 -0
  313. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.stories.js +25 -0
  314. package/dist/collection/shared-ui/eds-user/eds-user.js +171 -0
  315. package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.css +0 -0
  316. package/dist/collection/shared-ui/eds-user-modal/eds-user-modal.js +119 -0
  317. package/dist/collection/utils/keycloak.js +79 -0
  318. package/dist/collection/utils/toastManager.js +29 -0
  319. package/dist/components/analytics.js +43 -0
  320. package/dist/components/app-globals-0f993ce5.js +3 -0
  321. package/dist/components/arrow-diagonal-black.js +3 -0
  322. package/dist/components/arrow-right.js +5 -0
  323. package/dist/components/bluesky.js +14 -0
  324. package/dist/components/chevron-down.js +12 -0
  325. package/dist/components/chevron-left.js +11 -0
  326. package/dist/components/chevron-right.js +5 -0
  327. package/dist/components/chevron-up.js +12 -0
  328. package/dist/components/close.js +5 -0
  329. package/dist/components/color-primary-palette.d.ts +11 -0
  330. package/dist/components/color-primary-palette.entry.js +39 -0
  331. package/dist/components/color-primary-palette.js +6 -0
  332. package/dist/components/color-secondary-palette.d.ts +11 -0
  333. package/dist/components/color-secondary-palette.entry.js +64 -0
  334. package/dist/components/color-secondary-palette.js +6 -0
  335. package/dist/components/color-support-palette.d.ts +11 -0
  336. package/dist/components/color-support-palette.entry.js +55 -0
  337. package/dist/components/color-support-palette.js +6 -0
  338. package/dist/components/color.js +296 -0
  339. package/dist/components/components.css +7177 -0
  340. package/dist/components/components.esm.js +47 -0
  341. package/dist/components/copy.js +5 -0
  342. package/dist/components/correct-use-of-colors.d.ts +11 -0
  343. package/dist/components/correct-use-of-colors.entry.js +64 -0
  344. package/dist/components/correct-use-of-colors.js +93 -0
  345. package/dist/components/eds-accordion.d.ts +11 -0
  346. package/dist/components/eds-accordion.entry.js +88 -0
  347. package/dist/components/eds-accordion.js +6 -0
  348. package/dist/components/eds-accordion2.js +125 -0
  349. package/dist/components/eds-alert.d.ts +11 -0
  350. package/dist/components/eds-alert.entry.js +91 -0
  351. package/dist/components/eds-alert.js +6 -0
  352. package/dist/components/eds-alert2.js +125 -0
  353. package/dist/components/eds-avatar.d.ts +11 -0
  354. package/dist/components/eds-avatar.entry.js +69 -0
  355. package/dist/components/eds-avatar.js +6 -0
  356. package/dist/components/eds-avatar2.js +97 -0
  357. package/dist/components/eds-block-break.d.ts +11 -0
  358. package/dist/components/eds-block-break.entry.js +16 -0
  359. package/dist/components/eds-block-break.js +6 -0
  360. package/dist/components/eds-block-break2.js +33 -0
  361. package/dist/components/eds-breadcrumb.d.ts +11 -0
  362. package/dist/components/eds-breadcrumb.entry.js +148 -0
  363. package/dist/components/eds-breadcrumb.js +186 -0
  364. package/dist/components/eds-button.d.ts +11 -0
  365. package/dist/components/eds-button.entry.js +229 -0
  366. package/dist/components/eds-button.js +6 -0
  367. package/dist/components/eds-button2.js +264 -0
  368. package/dist/components/eds-card-desc.d.ts +11 -0
  369. package/dist/components/eds-card-desc.entry.js +22 -0
  370. package/dist/components/eds-card-desc.js +6 -0
  371. package/dist/components/eds-card-desc2.js +42 -0
  372. package/dist/components/eds-card-generic.d.ts +11 -0
  373. package/dist/components/eds-card-generic.entry.js +89 -0
  374. package/dist/components/eds-card-generic.js +6 -0
  375. package/dist/components/eds-card-generic2.js +147 -0
  376. package/dist/components/eds-card-project.d.ts +11 -0
  377. package/dist/components/eds-card-project.entry.js +63 -0
  378. package/dist/components/eds-card-project.js +108 -0
  379. package/dist/components/eds-card-section.d.ts +11 -0
  380. package/dist/components/eds-card-section.entry.js +39 -0
  381. package/dist/components/eds-card-section.js +96 -0
  382. package/dist/components/eds-card-tags.d.ts +11 -0
  383. package/dist/components/eds-card-tags.entry.js +17 -0
  384. package/dist/components/eds-card-tags.js +44 -0
  385. package/dist/components/eds-card-title.d.ts +11 -0
  386. package/dist/components/eds-card-title.entry.js +52 -0
  387. package/dist/components/eds-card-title.js +6 -0
  388. package/dist/components/eds-card-title2.js +74 -0
  389. package/dist/components/eds-card-tool.d.ts +11 -0
  390. package/dist/components/eds-card-tool.entry.js +75 -0
  391. package/dist/components/eds-card-tool.js +136 -0
  392. package/dist/components/eds-card-wrapper.d.ts +11 -0
  393. package/dist/components/eds-card-wrapper.entry.js +28 -0
  394. package/dist/components/eds-card-wrapper.js +49 -0
  395. package/dist/components/eds-code-block.d.ts +11 -0
  396. package/dist/components/eds-code-block.entry.js +2468 -0
  397. package/dist/components/eds-code-block.js +6 -0
  398. package/dist/components/eds-code-block2.js +2493 -0
  399. package/dist/components/eds-components-section.d.ts +11 -0
  400. package/dist/components/eds-components-section.entry.js +92 -0
  401. package/dist/components/eds-components-section.js +147 -0
  402. package/dist/components/eds-docs-palettes.d.ts +11 -0
  403. package/dist/components/eds-docs-palettes.entry.js +23 -0
  404. package/dist/components/eds-docs-palettes.js +96 -0
  405. package/dist/components/eds-docs-tokens.d.ts +11 -0
  406. package/dist/components/eds-docs-tokens.entry.js +31 -0
  407. package/dist/components/eds-docs-tokens.js +80 -0
  408. package/dist/components/eds-dropdown.d.ts +11 -0
  409. package/dist/components/eds-dropdown.entry.js +125 -0
  410. package/dist/components/eds-dropdown.js +6 -0
  411. package/dist/components/eds-dropdown2.js +163 -0
  412. package/dist/components/eds-footer.d.ts +11 -0
  413. package/dist/components/eds-footer.entry.js +45 -0
  414. package/dist/components/eds-footer.js +6 -0
  415. package/dist/components/eds-footer2.js +97 -0
  416. package/dist/components/eds-form.d.ts +11 -0
  417. package/dist/components/eds-form.entry.js +245 -0
  418. package/dist/components/eds-form.js +346 -0
  419. package/dist/components/eds-frame.d.ts +11 -0
  420. package/dist/components/eds-frame.entry.js +87 -0
  421. package/dist/components/eds-frame.js +127 -0
  422. package/dist/components/eds-fullscreen-menu.d.ts +11 -0
  423. package/dist/components/eds-fullscreen-menu.entry.js +95 -0
  424. package/dist/components/eds-fullscreen-menu.js +166 -0
  425. package/dist/components/eds-header.d.ts +11 -0
  426. package/dist/components/eds-header.entry.js +92 -0
  427. package/dist/components/eds-header.js +175 -0
  428. package/dist/components/eds-icon-arrow-diagonal.d.ts +11 -0
  429. package/dist/components/eds-icon-arrow-diagonal.entry.js +14 -0
  430. package/dist/components/eds-icon-arrow-diagonal.js +33 -0
  431. package/dist/components/eds-icon-arrow-right.d.ts +11 -0
  432. package/dist/components/eds-icon-arrow-right.entry.js +14 -0
  433. package/dist/components/eds-icon-arrow-right.js +33 -0
  434. package/dist/components/eds-icon-bluesky.d.ts +11 -0
  435. package/dist/components/eds-icon-bluesky.entry.js +14 -0
  436. package/dist/components/eds-icon-bluesky.js +33 -0
  437. package/dist/components/eds-icon-chevron-down.d.ts +11 -0
  438. package/dist/components/eds-icon-chevron-down.entry.js +14 -0
  439. package/dist/components/eds-icon-chevron-down.js +33 -0
  440. package/dist/components/eds-icon-chevron-left.d.ts +11 -0
  441. package/dist/components/eds-icon-chevron-left.entry.js +14 -0
  442. package/dist/components/eds-icon-chevron-left.js +33 -0
  443. package/dist/components/eds-icon-chevron-right.d.ts +11 -0
  444. package/dist/components/eds-icon-chevron-right.entry.js +14 -0
  445. package/dist/components/eds-icon-chevron-right.js +33 -0
  446. package/dist/components/eds-icon-chevron-up.d.ts +11 -0
  447. package/dist/components/eds-icon-chevron-up.entry.js +14 -0
  448. package/dist/components/eds-icon-chevron-up.js +33 -0
  449. package/dist/components/eds-icon-close.d.ts +11 -0
  450. package/dist/components/eds-icon-close.entry.js +14 -0
  451. package/dist/components/eds-icon-close.js +33 -0
  452. package/dist/components/eds-icon-copy.d.ts +11 -0
  453. package/dist/components/eds-icon-copy.entry.js +14 -0
  454. package/dist/components/eds-icon-copy.js +33 -0
  455. package/dist/components/eds-icon-eu.d.ts +11 -0
  456. package/dist/components/eds-icon-eu.entry.js +14 -0
  457. package/dist/components/eds-icon-eu.js +33 -0
  458. package/dist/components/eds-icon-facebook.d.ts +11 -0
  459. package/dist/components/eds-icon-facebook.entry.js +14 -0
  460. package/dist/components/eds-icon-facebook.js +33 -0
  461. package/dist/components/eds-icon-gitlab.d.ts +11 -0
  462. package/dist/components/eds-icon-gitlab.entry.js +14 -0
  463. package/dist/components/eds-icon-gitlab.js +33 -0
  464. package/dist/components/eds-icon-linkedin.d.ts +11 -0
  465. package/dist/components/eds-icon-linkedin.entry.js +14 -0
  466. package/dist/components/eds-icon-linkedin.js +33 -0
  467. package/dist/components/eds-icon-loader.d.ts +11 -0
  468. package/dist/components/eds-icon-loader.entry.js +14 -0
  469. package/dist/components/eds-icon-loader.js +33 -0
  470. package/dist/components/eds-icon-mastodon.d.ts +11 -0
  471. package/dist/components/eds-icon-mastodon.entry.js +14 -0
  472. package/dist/components/eds-icon-mastodon.js +33 -0
  473. package/dist/components/eds-icon-menu.d.ts +11 -0
  474. package/dist/components/eds-icon-menu.entry.js +14 -0
  475. package/dist/components/eds-icon-menu.js +33 -0
  476. package/dist/components/eds-icon-more.d.ts +11 -0
  477. package/dist/components/eds-icon-more.entry.js +14 -0
  478. package/dist/components/eds-icon-more.js +33 -0
  479. package/dist/components/eds-icon-search.d.ts +11 -0
  480. package/dist/components/eds-icon-search.entry.js +14 -0
  481. package/dist/components/eds-icon-search.js +33 -0
  482. package/dist/components/eds-icon-success.d.ts +11 -0
  483. package/dist/components/eds-icon-success.entry.js +14 -0
  484. package/dist/components/eds-icon-success.js +33 -0
  485. package/dist/components/eds-icon-twitter.d.ts +11 -0
  486. package/dist/components/eds-icon-twitter.entry.js +14 -0
  487. package/dist/components/eds-icon-twitter.js +33 -0
  488. package/dist/components/eds-icon-user.d.ts +11 -0
  489. package/dist/components/eds-icon-user.entry.js +14 -0
  490. package/dist/components/eds-icon-user.js +33 -0
  491. package/dist/components/eds-icon-wrapper.d.ts +11 -0
  492. package/dist/components/eds-icon-wrapper.entry.js +36 -0
  493. package/dist/components/eds-icon-wrapper.js +6 -0
  494. package/dist/components/eds-icon-wrapper2.js +56 -0
  495. package/dist/components/eds-icon-youtube.d.ts +11 -0
  496. package/dist/components/eds-icon-youtube.entry.js +14 -0
  497. package/dist/components/eds-icon-youtube.js +33 -0
  498. package/dist/components/eds-img.d.ts +11 -0
  499. package/dist/components/eds-img.entry.js +53 -0
  500. package/dist/components/eds-img.js +6 -0
  501. package/dist/components/eds-img2.js +80 -0
  502. package/dist/components/eds-input-field.d.ts +11 -0
  503. package/dist/components/eds-input-field.entry.js +68 -0
  504. package/dist/components/eds-input-field.js +6 -0
  505. package/dist/components/eds-input-field2.js +145 -0
  506. package/dist/components/eds-input-footer.d.ts +11 -0
  507. package/dist/components/eds-input-footer.entry.js +17 -0
  508. package/dist/components/eds-input-footer.js +6 -0
  509. package/dist/components/eds-input-footer2.js +43 -0
  510. package/dist/components/eds-input-label.d.ts +11 -0
  511. package/dist/components/eds-input-label.entry.js +16 -0
  512. package/dist/components/eds-input-label.js +6 -0
  513. package/dist/components/eds-input-label2.js +35 -0
  514. package/dist/components/eds-input-range.d.ts +11 -0
  515. package/dist/components/eds-input-range.entry.js +35 -0
  516. package/dist/components/eds-input-range.js +6 -0
  517. package/dist/components/eds-input-range2.js +59 -0
  518. package/dist/components/eds-input-search.d.ts +11 -0
  519. package/dist/components/eds-input-search.entry.js +37 -0
  520. package/dist/components/eds-input-search.js +6 -0
  521. package/dist/components/eds-input-search2.js +65 -0
  522. package/dist/components/eds-input-select.d.ts +11 -0
  523. package/dist/components/eds-input-select.entry.js +26 -0
  524. package/dist/components/eds-input-select.js +6 -0
  525. package/dist/components/eds-input-select2.js +56 -0
  526. package/dist/components/eds-input.d.ts +11 -0
  527. package/dist/components/eds-input.entry.js +64 -0
  528. package/dist/components/eds-input.js +6 -0
  529. package/dist/components/eds-input2.js +103 -0
  530. package/dist/components/eds-link.d.ts +11 -0
  531. package/dist/components/eds-link.entry.js +207 -0
  532. package/dist/components/eds-link.js +6 -0
  533. package/dist/components/eds-link2.js +243 -0
  534. package/dist/components/eds-login.d.ts +11 -0
  535. package/dist/components/eds-login.entry.js +68 -0
  536. package/dist/components/eds-login.js +103 -0
  537. package/dist/components/eds-logo.d.ts +11 -0
  538. package/dist/components/eds-logo.entry.js +72 -0
  539. package/dist/components/eds-logo.js +6 -0
  540. package/dist/components/eds-logo2.js +90 -0
  541. package/dist/components/eds-matomo-notice.d.ts +11 -0
  542. package/dist/components/eds-matomo-notice.entry.js +105 -0
  543. package/dist/components/eds-matomo-notice.js +144 -0
  544. package/dist/components/eds-modal.d.ts +11 -0
  545. package/dist/components/eds-modal.entry.js +42 -0
  546. package/dist/components/eds-modal.js +80 -0
  547. package/dist/components/eds-navigator.d.ts +11 -0
  548. package/dist/components/eds-navigator.entry.js +39 -0
  549. package/dist/components/eds-navigator.js +75 -0
  550. package/dist/components/eds-pagination.d.ts +11 -0
  551. package/dist/components/eds-pagination.entry.js +207 -0
  552. package/dist/components/eds-pagination.js +6 -0
  553. package/dist/components/eds-pagination2.js +249 -0
  554. package/dist/components/eds-progress-bar.d.ts +11 -0
  555. package/dist/components/eds-progress-bar.entry.js +24 -0
  556. package/dist/components/eds-progress-bar.js +45 -0
  557. package/dist/components/eds-rating.d.ts +11 -0
  558. package/dist/components/eds-rating.entry.js +53 -0
  559. package/dist/components/eds-rating.js +76 -0
  560. package/dist/components/eds-section-core.d.ts +11 -0
  561. package/dist/components/eds-section-core.entry.js +19 -0
  562. package/dist/components/eds-section-core.js +6 -0
  563. package/dist/components/eds-section-core2.js +43 -0
  564. package/dist/components/eds-section-heading.d.ts +11 -0
  565. package/dist/components/eds-section-heading.entry.js +37 -0
  566. package/dist/components/eds-section-heading.js +6 -0
  567. package/dist/components/eds-section-heading2.js +57 -0
  568. package/dist/components/eds-social-networks.d.ts +11 -0
  569. package/dist/components/eds-social-networks.entry.js +61 -0
  570. package/dist/components/eds-social-networks.js +6 -0
  571. package/dist/components/eds-social-networks2.js +90 -0
  572. package/dist/components/eds-svg-repository.d.ts +11 -0
  573. package/dist/components/eds-svg-repository.entry.js +28 -0
  574. package/dist/components/eds-svg-repository.js +112 -0
  575. package/dist/components/eds-tab.d.ts +11 -0
  576. package/dist/components/eds-tab.entry.js +36 -0
  577. package/dist/components/eds-tab.js +6 -0
  578. package/dist/components/eds-tab2.js +55 -0
  579. package/dist/components/eds-table.d.ts +11 -0
  580. package/dist/components/eds-table.entry.js +138 -0
  581. package/dist/components/eds-table.js +6 -0
  582. package/dist/components/eds-table2.js +229 -0
  583. package/dist/components/eds-tabs-content.d.ts +11 -0
  584. package/dist/components/eds-tabs-content.entry.js +129 -0
  585. package/dist/components/eds-tabs-content.js +159 -0
  586. package/dist/components/eds-tabs.d.ts +11 -0
  587. package/dist/components/eds-tabs.entry.js +118 -0
  588. package/dist/components/eds-tabs.js +149 -0
  589. package/dist/components/eds-tag.d.ts +11 -0
  590. package/dist/components/eds-tag.entry.js +40 -0
  591. package/dist/components/eds-tag.js +6 -0
  592. package/dist/components/eds-tag2.js +58 -0
  593. package/dist/components/eds-toast-manager.d.ts +11 -0
  594. package/dist/components/eds-toast-manager.entry.js +41 -0
  595. package/dist/components/eds-toast-manager.js +78 -0
  596. package/dist/components/eds-toast.d.ts +11 -0
  597. package/dist/components/eds-toast.entry.js +49 -0
  598. package/dist/components/eds-toast.js +6 -0
  599. package/dist/components/eds-toast2.js +80 -0
  600. package/dist/components/eds-tooltip.d.ts +11 -0
  601. package/dist/components/eds-tooltip.entry.js +95 -0
  602. package/dist/components/eds-tooltip.js +119 -0
  603. package/dist/components/eds-user-modal.d.ts +11 -0
  604. package/dist/components/eds-user-modal.entry.js +43 -0
  605. package/dist/components/eds-user-modal.js +6 -0
  606. package/dist/components/eds-user-modal2.js +90 -0
  607. package/dist/components/eds-user.d.ts +11 -0
  608. package/dist/components/eds-user.entry.js +86 -0
  609. package/dist/components/eds-user.js +6 -0
  610. package/dist/components/eds-user2.js +150 -0
  611. package/dist/components/eu.js +30 -0
  612. package/dist/components/facebook.js +14 -0
  613. package/dist/components/gradient-primary-palette.d.ts +11 -0
  614. package/dist/components/gradient-primary-palette.entry.js +41 -0
  615. package/dist/components/gradient-primary-palette.js +6 -0
  616. package/dist/components/gradient-secondary-palette.d.ts +11 -0
  617. package/dist/components/gradient-secondary-palette.entry.js +75 -0
  618. package/dist/components/gradient-secondary-palette.js +6 -0
  619. package/dist/components/gradient-support-palette.d.ts +11 -0
  620. package/dist/components/gradient-support-palette.entry.js +59 -0
  621. package/dist/components/gradient-support-palette.js +6 -0
  622. package/dist/components/incorrect-use-of-colors.d.ts +11 -0
  623. package/dist/components/incorrect-use-of-colors.entry.js +46 -0
  624. package/dist/components/incorrect-use-of-colors.js +63 -0
  625. package/dist/components/index-144c9ae8.js +46 -0
  626. package/dist/components/index-360dc790.js +401 -0
  627. package/dist/components/index-a9afa43f.js +1802 -0
  628. package/dist/components/index-b384416e.js +3023 -0
  629. package/dist/components/index.d.ts +33 -0
  630. package/dist/components/index.esm.js +1 -0
  631. package/dist/components/index.js +1 -0
  632. package/dist/components/index2.js +401 -0
  633. package/dist/components/index3.js +46 -0
  634. package/dist/components/index4.js +1802 -0
  635. package/dist/components/keycloak-b647d452.js +1903 -0
  636. package/dist/components/keycloak.js +1903 -0
  637. package/dist/components/linkedin.js +28 -0
  638. package/dist/components/loader.js +33 -0
  639. package/dist/components/logo-color-margins.js +118 -0
  640. package/dist/components/logo-color.js +115 -0
  641. package/dist/components/logo-space.d.ts +11 -0
  642. package/dist/components/logo-space.entry.js +16 -0
  643. package/dist/components/logo-space.js +34 -0
  644. package/dist/components/logo-variations-horizontal.d.ts +11 -0
  645. package/dist/components/logo-variations-horizontal.entry.js +26 -0
  646. package/dist/components/logo-variations-horizontal.js +53 -0
  647. package/dist/components/logo-variations-vertical.d.ts +11 -0
  648. package/dist/components/logo-variations-vertical.entry.js +26 -0
  649. package/dist/components/logo-variations-vertical.js +53 -0
  650. package/dist/components/logo-white-no-bg.js +1029 -0
  651. package/dist/components/logo-wrong-usage.d.ts +11 -0
  652. package/dist/components/logo-wrong-usage.entry.js +16 -0
  653. package/dist/components/logo-wrong-usage.js +34 -0
  654. package/dist/components/mastodon.js +14 -0
  655. package/dist/components/menu.js +11 -0
  656. package/dist/components/mono.js +11 -0
  657. package/dist/components/more.js +13 -0
  658. package/dist/components/p-0611bbac.entry.js +1 -0
  659. package/dist/components/p-0a195bfe.entry.js +1 -0
  660. package/dist/components/p-0a6262b7.entry.js +1 -0
  661. package/dist/components/p-0be28996.js +1 -0
  662. package/dist/components/p-0e6d43c5.js +1 -0
  663. package/dist/components/p-112122d6.js +1 -0
  664. package/dist/components/p-11a4ef34.entry.js +1 -0
  665. package/dist/components/p-145d8e4d.entry.js +1 -0
  666. package/dist/components/p-1a1b8e28.entry.js +1 -0
  667. package/dist/components/p-1d94d663.entry.js +1 -0
  668. package/dist/components/p-1ded61bd.js +1 -0
  669. package/dist/components/p-200ad980.entry.js +9 -0
  670. package/dist/components/p-2066b033.js +1 -0
  671. package/dist/components/p-219d9f68.entry.js +1 -0
  672. package/dist/components/p-22ee5374.entry.js +1 -0
  673. package/dist/components/p-25eb1801.entry.js +1 -0
  674. package/dist/components/p-2692f93d.js +1 -0
  675. package/dist/components/p-2728a189.entry.js +1 -0
  676. package/dist/components/p-29041952.js +1 -0
  677. package/dist/components/p-2b14f03a.entry.js +1 -0
  678. package/dist/components/p-3048bdec.entry.js +1 -0
  679. package/dist/components/p-32e6c4df.js +1 -0
  680. package/dist/components/p-36c0f3ee.entry.js +1 -0
  681. package/dist/components/p-373119b3.js +1 -0
  682. package/dist/components/p-378d371f.entry.js +1 -0
  683. package/dist/components/p-3dbf2ac9.entry.js +1 -0
  684. package/dist/components/p-42dfb426.entry.js +1 -0
  685. package/dist/components/p-4541cb5f.entry.js +1 -0
  686. package/dist/components/p-4587d0ef.js +1 -0
  687. package/dist/components/p-4687b64c.js +1 -0
  688. package/dist/components/p-46d0716d.js +1 -0
  689. package/dist/components/p-49a5eef5.entry.js +1 -0
  690. package/dist/components/p-50e27321.js +1 -0
  691. package/dist/components/p-513bf756.entry.js +1 -0
  692. package/dist/components/p-52a487ee.entry.js +1 -0
  693. package/dist/components/p-54b8f143.js +1 -0
  694. package/dist/components/p-55444767.entry.js +1 -0
  695. package/dist/components/p-5ab1d64a.js +1 -0
  696. package/dist/components/p-5b900a2c.entry.js +1 -0
  697. package/dist/components/p-5d046674.js +1 -0
  698. package/dist/components/p-5edc806a.entry.js +1 -0
  699. package/dist/components/p-606d8f86.entry.js +1 -0
  700. package/dist/components/p-64d4a6e0.entry.js +1 -0
  701. package/dist/components/p-677f60bc.entry.js +1 -0
  702. package/dist/components/p-6bc00fad.entry.js +1 -0
  703. package/dist/components/p-6cb8c52d.entry.js +1 -0
  704. package/dist/components/p-6f601454.entry.js +1 -0
  705. package/dist/components/p-763cbe2f.entry.js +1 -0
  706. package/dist/components/p-77a81dfa.entry.js +1 -0
  707. package/dist/components/p-7a2b35b4.entry.js +1 -0
  708. package/dist/components/p-81899237.js +1 -0
  709. package/dist/components/p-81d2a9be.entry.js +1 -0
  710. package/dist/components/p-82453a66.entry.js +1 -0
  711. package/dist/components/p-83ff4a95.js +1 -0
  712. package/dist/components/p-877403df.entry.js +1 -0
  713. package/dist/components/p-8983de37.js +1 -0
  714. package/dist/components/p-8c1be2b6.entry.js +1 -0
  715. package/dist/components/p-923e4d23.entry.js +1 -0
  716. package/dist/components/p-94b74ae8.entry.js +1 -0
  717. package/dist/components/p-9c05e349.entry.js +1 -0
  718. package/dist/components/p-9c5a453b.js +1 -0
  719. package/dist/components/p-9c74a5dd.entry.js +1 -0
  720. package/dist/components/p-abcdf35f.js +1 -0
  721. package/dist/components/p-ac083317.entry.js +1 -0
  722. package/dist/components/p-ad79cc3c.entry.js +1 -0
  723. package/dist/components/p-aefcb641.js +1 -0
  724. package/dist/components/p-b4055691.entry.js +1 -0
  725. package/dist/components/p-b544f216.entry.js +1 -0
  726. package/dist/components/p-b822abb7.js +1 -0
  727. package/dist/components/p-b94318f2.entry.js +1 -0
  728. package/dist/components/p-bad2a33a.entry.js +1 -0
  729. package/dist/components/p-bfd2fdf1.entry.js +1 -0
  730. package/dist/components/p-c0afe524.entry.js +1 -0
  731. package/dist/components/p-c11d93cf.entry.js +1 -0
  732. package/dist/components/p-c16b3c0c.entry.js +1 -0
  733. package/dist/components/p-c3c61db1.entry.js +1 -0
  734. package/dist/components/p-c8e7c854.js +1 -0
  735. package/dist/components/p-c9c417de.js +1 -0
  736. package/dist/components/p-caf2af08.entry.js +1 -0
  737. package/dist/components/p-d80de13e.entry.js +1 -0
  738. package/dist/components/p-ddd005a3.entry.js +1 -0
  739. package/dist/components/p-e04097a2.entry.js +1 -0
  740. package/dist/components/p-e1255160.js +1 -0
  741. package/dist/components/p-e2e715a2.entry.js +1 -0
  742. package/dist/components/p-e639818b.entry.js +1 -0
  743. package/dist/components/p-e69ff916.entry.js +1 -0
  744. package/dist/components/p-e80f4f24.js +1 -0
  745. package/dist/components/p-e9a1fb1e.js +2 -0
  746. package/dist/components/p-ec95188c.entry.js +1 -0
  747. package/dist/components/p-ecbb679f.js +1 -0
  748. package/dist/components/p-ece618b3.js +1 -0
  749. package/dist/components/p-f04946a5.entry.js +1 -0
  750. package/dist/components/p-fa1276cc.entry.js +1 -0
  751. package/dist/components/p-ff6b25a1.entry.js +1 -0
  752. package/dist/components/primary.js +65 -0
  753. package/dist/components/primary2.js +67 -0
  754. package/dist/components/search.js +12 -0
  755. package/dist/components/secondary.js +92 -0
  756. package/dist/components/secondary2.js +107 -0
  757. package/dist/components/shadow-css-423dab2c.js +332 -0
  758. package/dist/components/success.js +18 -0
  759. package/dist/components/support.js +81 -0
  760. package/dist/components/support2.js +85 -0
  761. package/dist/components/toastManager-b716afd8.js +31 -0
  762. package/dist/components/toastManager.js +31 -0
  763. package/dist/components/token-list.d.ts +11 -0
  764. package/dist/components/token-list.entry.js +249 -0
  765. package/dist/components/token-list.js +6 -0
  766. package/dist/components/token-list2.js +277 -0
  767. package/dist/components/token-radii.d.ts +11 -0
  768. package/dist/components/token-radii.entry.js +21 -0
  769. package/dist/components/token-radii.js +6 -0
  770. package/dist/components/token-radii2.js +47 -0
  771. package/dist/components/token-ratios.d.ts +11 -0
  772. package/dist/components/token-ratios.entry.js +25 -0
  773. package/dist/components/token-ratios.js +54 -0
  774. package/dist/components/token-shadows.d.ts +11 -0
  775. package/dist/components/token-shadows.entry.js +30 -0
  776. package/dist/components/token-shadows.js +6 -0
  777. package/dist/components/token-shadows2.js +56 -0
  778. package/dist/components/token-spacing.d.ts +11 -0
  779. package/dist/components/token-spacing.entry.js +12 -0
  780. package/dist/components/token-spacing.js +29 -0
  781. package/dist/components/token-typography.d.ts +11 -0
  782. package/dist/components/token-typography.entry.js +226 -0
  783. package/dist/components/token-typography.js +255 -0
  784. package/dist/components/twitter.js +14 -0
  785. package/dist/components/user.js +16 -0
  786. package/dist/components/youtube.js +14 -0
  787. package/dist/esm/app-globals-0f993ce5.js +3 -0
  788. package/dist/esm/arrow-diagonal-black-8f0494c3.js +3 -0
  789. package/dist/esm/arrow-right-9322ba8a.js +5 -0
  790. package/dist/esm/bluesky-cc5edd2d.js +14 -0
  791. package/dist/esm/chevron-down-6144c823.js +12 -0
  792. package/dist/esm/chevron-left-ca6c66e1.js +11 -0
  793. package/dist/esm/chevron-right-b88ed2d4.js +5 -0
  794. package/dist/esm/chevron-up-c66bd477.js +12 -0
  795. package/dist/esm/close-87fc0d63.js +5 -0
  796. package/dist/esm/color-49aa977d.js +338 -0
  797. package/dist/esm/color-primary-palette.entry.js +39 -0
  798. package/dist/esm/color-primary-palette_6.entry.js +318 -0
  799. package/dist/esm/color-secondary-palette.entry.js +64 -0
  800. package/dist/esm/color-support-palette.entry.js +55 -0
  801. package/dist/esm/components.js +47 -0
  802. package/dist/esm/copy-03b72cb6.js +5 -0
  803. package/dist/esm/correct-use-of-colors.entry.js +64 -0
  804. package/dist/esm/eds-accordion.entry.js +88 -0
  805. package/dist/esm/eds-accordion_23.entry.js +1860 -0
  806. package/dist/esm/eds-alert.entry.js +91 -0
  807. package/dist/esm/eds-avatar.entry.js +69 -0
  808. package/dist/esm/eds-block-break.entry.js +16 -0
  809. package/dist/esm/eds-breadcrumb.entry.js +148 -0
  810. package/dist/esm/eds-button.entry.js +229 -0
  811. package/dist/esm/eds-card-desc.entry.js +22 -0
  812. package/dist/esm/eds-card-desc_3.entry.js +111 -0
  813. package/dist/esm/eds-card-generic.entry.js +89 -0
  814. package/dist/esm/eds-card-project.entry.js +63 -0
  815. package/dist/esm/eds-card-section.entry.js +39 -0
  816. package/dist/esm/eds-card-tags.entry.js +17 -0
  817. package/dist/esm/eds-card-title.entry.js +52 -0
  818. package/dist/esm/eds-card-tool.entry.js +75 -0
  819. package/dist/esm/eds-card-wrapper.entry.js +28 -0
  820. package/dist/esm/eds-code-block.entry.js +2468 -0
  821. package/dist/esm/eds-components-section.entry.js +92 -0
  822. package/dist/esm/eds-docs-palettes.entry.js +23 -0
  823. package/dist/esm/eds-docs-tokens.entry.js +31 -0
  824. package/dist/esm/eds-dropdown.entry.js +125 -0
  825. package/dist/esm/eds-footer.entry.js +45 -0
  826. package/dist/esm/eds-form.entry.js +245 -0
  827. package/dist/esm/eds-frame.entry.js +87 -0
  828. package/dist/esm/eds-fullscreen-menu.entry.js +95 -0
  829. package/dist/esm/eds-header.entry.js +92 -0
  830. package/dist/esm/eds-icon-arrow-diagonal.entry.js +14 -0
  831. package/dist/esm/eds-icon-arrow-right.entry.js +14 -0
  832. package/dist/esm/eds-icon-bluesky.entry.js +14 -0
  833. package/dist/esm/eds-icon-chevron-down.entry.js +14 -0
  834. package/dist/esm/eds-icon-chevron-left.entry.js +14 -0
  835. package/dist/esm/eds-icon-chevron-right.entry.js +14 -0
  836. package/dist/esm/eds-icon-chevron-up.entry.js +14 -0
  837. package/dist/esm/eds-icon-close.entry.js +14 -0
  838. package/dist/esm/eds-icon-copy.entry.js +14 -0
  839. package/dist/esm/eds-icon-eu.entry.js +14 -0
  840. package/dist/esm/eds-icon-facebook.entry.js +14 -0
  841. package/dist/esm/eds-icon-gitlab.entry.js +14 -0
  842. package/dist/esm/eds-icon-linkedin.entry.js +14 -0
  843. package/dist/esm/eds-icon-loader.entry.js +14 -0
  844. package/dist/esm/eds-icon-mastodon.entry.js +14 -0
  845. package/dist/esm/eds-icon-menu.entry.js +14 -0
  846. package/dist/esm/eds-icon-more.entry.js +14 -0
  847. package/dist/esm/eds-icon-search.entry.js +14 -0
  848. package/dist/esm/eds-icon-success.entry.js +14 -0
  849. package/dist/esm/eds-icon-twitter.entry.js +14 -0
  850. package/dist/esm/eds-icon-user.entry.js +14 -0
  851. package/dist/esm/eds-icon-wrapper.entry.js +36 -0
  852. package/dist/esm/eds-icon-youtube.entry.js +14 -0
  853. package/dist/esm/eds-img.entry.js +53 -0
  854. package/dist/esm/eds-input-field.entry.js +68 -0
  855. package/dist/esm/eds-input-footer.entry.js +17 -0
  856. package/dist/esm/eds-input-label.entry.js +16 -0
  857. package/dist/esm/eds-input-range.entry.js +35 -0
  858. package/dist/esm/eds-input-search.entry.js +37 -0
  859. package/dist/esm/eds-input-select.entry.js +26 -0
  860. package/dist/esm/eds-input.entry.js +64 -0
  861. package/dist/esm/eds-link.entry.js +207 -0
  862. package/dist/esm/eds-login.entry.js +68 -0
  863. package/dist/esm/eds-logo.entry.js +72 -0
  864. package/dist/esm/eds-matomo-notice.entry.js +105 -0
  865. package/dist/esm/eds-modal.entry.js +42 -0
  866. package/dist/esm/eds-navigator.entry.js +39 -0
  867. package/dist/esm/eds-pagination.entry.js +207 -0
  868. package/dist/esm/eds-progress-bar.entry.js +24 -0
  869. package/dist/esm/eds-rating.entry.js +53 -0
  870. package/dist/esm/eds-section-core.entry.js +19 -0
  871. package/dist/esm/eds-section-core_2.entry.js +54 -0
  872. package/dist/esm/eds-section-heading.entry.js +37 -0
  873. package/dist/esm/eds-social-networks.entry.js +61 -0
  874. package/dist/esm/eds-svg-repository.entry.js +28 -0
  875. package/dist/esm/eds-tab.entry.js +36 -0
  876. package/dist/esm/eds-table.entry.js +138 -0
  877. package/dist/esm/eds-tabs-content.entry.js +129 -0
  878. package/dist/esm/eds-tabs.entry.js +118 -0
  879. package/dist/esm/eds-tag.entry.js +40 -0
  880. package/dist/esm/eds-toast-manager.entry.js +41 -0
  881. package/dist/esm/eds-toast.entry.js +49 -0
  882. package/dist/esm/eds-tooltip.entry.js +95 -0
  883. package/dist/esm/eds-user-modal.entry.js +43 -0
  884. package/dist/esm/eds-user.entry.js +86 -0
  885. package/dist/esm/eu-9ddde93a.js +30 -0
  886. package/dist/esm/facebook-9cb5c17f.js +14 -0
  887. package/dist/esm/gradient-primary-palette.entry.js +41 -0
  888. package/dist/esm/gradient-secondary-palette.entry.js +75 -0
  889. package/dist/esm/gradient-support-palette.entry.js +59 -0
  890. package/dist/esm/incorrect-use-of-colors.entry.js +46 -0
  891. package/dist/esm/index-144c9ae8.js +46 -0
  892. package/dist/esm/index-360dc790.js +401 -0
  893. package/dist/esm/index-39c58238.js +46 -0
  894. package/dist/esm/index-a9afa43f.js +1802 -0
  895. package/dist/esm/index-b384416e.js +3416 -0
  896. package/dist/esm/index-f1426055.js +2121 -0
  897. package/dist/esm/index.js +1 -0
  898. package/dist/esm/keycloak-13893af6.js +1893 -0
  899. package/dist/esm/keycloak-b647d452.js +1903 -0
  900. package/dist/esm/linkedin-e8650abb.js +28 -0
  901. package/dist/esm/loader-66341740.js +33 -0
  902. package/dist/esm/loader.js +11 -0
  903. package/dist/esm/logo-color-7f1fd803.js +115 -0
  904. package/dist/esm/logo-color-margins-ff8ce71b.js +118 -0
  905. package/dist/esm/logo-space.entry.js +16 -0
  906. package/dist/esm/logo-variations-horizontal.entry.js +26 -0
  907. package/dist/esm/logo-variations-vertical.entry.js +26 -0
  908. package/dist/esm/logo-white-no-bg-f382f86f.js +1029 -0
  909. package/dist/esm/logo-wrong-usage.entry.js +16 -0
  910. package/dist/esm/mastodon-3703ec61.js +14 -0
  911. package/dist/esm/menu-340ea948.js +11 -0
  912. package/dist/esm/mono-53f70232.js +11 -0
  913. package/dist/esm/more-4449d549.js +13 -0
  914. package/dist/esm/search-fbcd79c2.js +12 -0
  915. package/dist/esm/shadow-css-423dab2c.js +332 -0
  916. package/dist/esm/success-443809da.js +18 -0
  917. package/dist/esm/toastManager-b716afd8.js +31 -0
  918. package/dist/esm/token-list.entry.js +249 -0
  919. package/dist/esm/token-list_3.entry.js +294 -0
  920. package/dist/esm/token-radii.entry.js +21 -0
  921. package/dist/esm/token-ratios.entry.js +25 -0
  922. package/dist/esm/token-shadows.entry.js +30 -0
  923. package/dist/esm/token-spacing.entry.js +12 -0
  924. package/dist/esm/token-typography.entry.js +226 -0
  925. package/dist/esm/twitter-ac21b505.js +14 -0
  926. package/dist/esm/user-71ebdc15.js +16 -0
  927. package/dist/esm/youtube-efbfbdc4.js +14 -0
  928. package/dist/hydrate/index.d.ts +242 -0
  929. package/dist/hydrate/index.js +31353 -0
  930. package/dist/hydrate/index.mjs +31345 -0
  931. package/dist/hydrate/package.json +12 -0
  932. package/dist/index.cjs.js +1 -0
  933. package/dist/index.js +1 -0
  934. package/dist/stencil.config.js +64 -0
  935. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/components/stencil.config.d.ts +2 -0
  936. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/index.d.ts +1 -0
  937. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +46 -0
  938. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/index.d.ts +3 -0
  939. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/analytics.d.ts +23 -0
  940. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/color.d.ts +8 -0
  941. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/keycloak.d.ts +30 -0
  942. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/utils/src/lib/render.d.ts +8 -0
  943. package/dist/types/components/eds-accordion/eds-accordion.d.ts +81 -0
  944. package/dist/types/components/eds-accordion/eds-accordion.stories.d.ts +61 -0
  945. package/dist/types/components/eds-alert/eds-alert.d.ts +43 -0
  946. package/dist/types/components/eds-alert/eds-alert.stories.d.ts +46 -0
  947. package/dist/types/components/eds-avatar/eds-avatar.d.ts +57 -0
  948. package/dist/types/components/eds-avatar/eds-avatar.stories.d.ts +63 -0
  949. package/dist/types/components/eds-block-break/eds-block-break.d.ts +15 -0
  950. package/dist/types/components/eds-breadcrump/eds-breadcrumb.stories.d.ts +29 -0
  951. package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +97 -0
  952. package/dist/types/components/eds-button/eds-button.d.ts +75 -0
  953. package/dist/types/components/eds-button/eds-button.stories.d.ts +62 -0
  954. package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +23 -0
  955. package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.stories.d.ts +32 -0
  956. package/dist/types/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.d.ts +15 -0
  957. package/dist/types/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.d.ts +38 -0
  958. package/dist/types/components/eds-cards/eds-card-composer/eds-card-wrapper/eds-card-wrapper.d.ts +23 -0
  959. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +87 -0
  960. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.stories.d.ts +94 -0
  961. package/dist/types/components/eds-cards/eds-card-project/eds-card-project.d.ts +54 -0
  962. package/dist/types/components/eds-cards/eds-card-tool/eds-card-tool.d.ts +79 -0
  963. package/dist/types/components/eds-code-block/eds-code-block.d.ts +15 -0
  964. package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +120 -0
  965. package/dist/types/components/eds-form/eds-form.d.ts +112 -0
  966. package/dist/types/components/eds-form/eds-form.stories.d.ts +47 -0
  967. package/dist/types/components/eds-frame/eds-frame.d.ts +42 -0
  968. package/dist/types/components/eds-frame/eds-frame.stories.d.ts +45 -0
  969. package/dist/types/components/eds-icon-wrapper/eds-icon-wrapper.d.ts +28 -0
  970. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.d.ts +10 -0
  971. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.d.ts +10 -0
  972. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.d.ts +10 -0
  973. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.d.ts +10 -0
  974. package/dist/types/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.d.ts +10 -0
  975. package/dist/types/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.d.ts +10 -0
  976. package/dist/types/components/eds-icons/eds-icon-close/eds-icon-close.d.ts +10 -0
  977. package/dist/types/components/eds-icons/eds-icon-copy/eds-icon-copy.d.ts +10 -0
  978. package/dist/types/components/eds-icons/eds-icon-eu/eds-icon-eu.d.ts +10 -0
  979. package/dist/types/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.d.ts +10 -0
  980. package/dist/types/components/eds-icons/eds-icon-loader/eds-icon-loader.d.ts +10 -0
  981. package/dist/types/components/eds-icons/eds-icon-menu/eds-icon-menu.d.ts +10 -0
  982. package/dist/types/components/eds-icons/eds-icon-more/eds-icon-more.d.ts +10 -0
  983. package/dist/types/components/eds-icons/eds-icon-search/eds-icon-search.d.ts +10 -0
  984. package/dist/types/components/eds-icons/eds-icon-success/eds-icon-success.d.ts +10 -0
  985. package/dist/types/components/eds-icons/eds-icon-user/eds-icon-user.d.ts +10 -0
  986. package/dist/types/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.d.ts +10 -0
  987. package/dist/types/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.d.ts +10 -0
  988. package/dist/types/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.d.ts +10 -0
  989. package/dist/types/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.d.ts +10 -0
  990. package/dist/types/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.d.ts +10 -0
  991. package/dist/types/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.d.ts +10 -0
  992. package/dist/types/components/eds-img/eds-img.d.ts +70 -0
  993. package/dist/types/components/eds-img/eds-img.stories.d.ts +76 -0
  994. package/dist/types/components/eds-input-elements/eds-input/eds-input.d.ts +35 -0
  995. package/dist/types/components/eds-input-elements/eds-input-footer/eds-input-footer.d.ts +14 -0
  996. package/dist/types/components/eds-input-elements/eds-input-label/eds-input-label.d.ts +10 -0
  997. package/dist/types/components/eds-input-elements/eds-input-range/eds-input-range.d.ts +25 -0
  998. package/dist/types/components/eds-input-elements/eds-input-search/eds-input-search.d.ts +25 -0
  999. package/dist/types/components/eds-input-elements/eds-input-select/eds-input-select.d.ts +21 -0
  1000. package/dist/types/components/eds-input-field/eds-input-field.d.ts +98 -0
  1001. package/dist/types/components/eds-input-field/eds-input-field.stories.d.ts +92 -0
  1002. package/dist/types/components/eds-link/eds-link.d.ts +83 -0
  1003. package/dist/types/components/eds-link/eds-link.stories.d.ts +74 -0
  1004. package/dist/types/components/eds-logo/eds-logo.d.ts +54 -0
  1005. package/dist/types/components/eds-logo/eds-logo.stories.d.ts +25 -0
  1006. package/dist/types/components/eds-modal/eds-modal.d.ts +44 -0
  1007. package/dist/types/components/eds-modal/eds-modal.stories.d.ts +14 -0
  1008. package/dist/types/components/eds-navigator/eds-navigator.d.ts +42 -0
  1009. package/dist/types/components/eds-navigator/eds-navigator.stories.d.ts +46 -0
  1010. package/dist/types/components/eds-pagination/eds-pagination.d.ts +98 -0
  1011. package/dist/types/components/eds-pagination/eds-pagination.stories.d.ts +108 -0
  1012. package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +12 -0
  1013. package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +24 -0
  1014. package/dist/types/components/eds-rating/eds-rating.d.ts +36 -0
  1015. package/dist/types/components/eds-rating/eds-rating.stories.d.ts +51 -0
  1016. package/dist/types/components/eds-section/eds-section-core/eds-section-core.d.ts +28 -0
  1017. package/dist/types/components/eds-section/eds-section-core/eds-section-core.stories.d.ts +26 -0
  1018. package/dist/types/components/eds-section/eds-section-heading/eds-section-heading.d.ts +38 -0
  1019. package/dist/types/components/eds-tab/eds-tab.d.ts +15 -0
  1020. package/dist/types/components/eds-table/eds-table.d.ts +66 -0
  1021. package/dist/types/components/eds-table/eds-table.stories.d.ts +147 -0
  1022. package/dist/types/components/eds-tag/eds-tag.d.ts +34 -0
  1023. package/dist/types/components/eds-tag/eds-tag.stories.d.ts +28 -0
  1024. package/dist/types/components/eds-toast/eds-toast.d.ts +28 -0
  1025. package/dist/types/components/eds-toast/eds-toast.stories.d.ts +33 -0
  1026. package/dist/types/components/eds-tooltip/eds-tooltip.d.ts +47 -0
  1027. package/dist/types/components/eds-tooltip/eds-tooltip.stories.d.ts +19 -0
  1028. package/dist/types/components.d.ts +4918 -0
  1029. package/dist/types/eds-docs-ui/colors/color-palette/primary.d.ts +7 -0
  1030. package/dist/types/eds-docs-ui/colors/color-palette/secondary.d.ts +8 -0
  1031. package/dist/types/eds-docs-ui/colors/color-palette/support.d.ts +7 -0
  1032. package/dist/types/eds-docs-ui/colors/gradient-palette/primary.d.ts +7 -0
  1033. package/dist/types/eds-docs-ui/colors/gradient-palette/secondary.d.ts +7 -0
  1034. package/dist/types/eds-docs-ui/colors/gradient-palette/support.d.ts +7 -0
  1035. package/dist/types/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.d.ts +10 -0
  1036. package/dist/types/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.d.ts +10 -0
  1037. package/dist/types/eds-docs-ui/design-tokens/token-list/token-list.d.ts +11 -0
  1038. package/dist/types/eds-docs-ui/design-tokens/token-list/token-list.stories.d.ts +25 -0
  1039. package/dist/types/eds-docs-ui/design-tokens/token-radii/token-radii.d.ts +6 -0
  1040. package/dist/types/eds-docs-ui/design-tokens/token-ratios/token-ratios.d.ts +6 -0
  1041. package/dist/types/eds-docs-ui/design-tokens/token-shadows/token-shadows.d.ts +6 -0
  1042. package/dist/types/eds-docs-ui/design-tokens/token-spacing/token-spacing.d.ts +6 -0
  1043. package/dist/types/eds-docs-ui/design-tokens/token-typography/token-typography.d.ts +6 -0
  1044. package/dist/types/eds-docs-ui/eds-components-section/eds-components-section.d.ts +9 -0
  1045. package/dist/types/eds-docs-ui/eds-docs-palettes/eds-docs-palettes.d.ts +9 -0
  1046. package/dist/types/eds-docs-ui/eds-docs-tokens/eds-docs-tokens.d.ts +9 -0
  1047. package/dist/types/eds-docs-ui/eds-svg-repository/eds-svg-repository.d.ts +7 -0
  1048. package/dist/types/eds-docs-ui/functional/angular.d.ts +2 -0
  1049. package/dist/types/eds-docs-ui/functional/installation.d.ts +2 -0
  1050. package/dist/types/eds-docs-ui/functional/overview.d.ts +2 -0
  1051. package/dist/types/eds-docs-ui/functional/react.d.ts +2 -0
  1052. package/dist/types/eds-docs-ui/functional/usage.d.ts +2 -0
  1053. package/dist/types/eds-docs-ui/functional/vue.d.ts +2 -0
  1054. package/dist/types/eds-docs-ui/logo/logo-space/logo-space.d.ts +6 -0
  1055. package/dist/types/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.d.ts +12 -0
  1056. package/dist/types/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.d.ts +12 -0
  1057. package/dist/types/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.d.ts +6 -0
  1058. package/dist/types/index.d.ts +1 -0
  1059. package/dist/types/shared-ui/eds-card-section/eds-card-section.d.ts +43 -0
  1060. package/dist/types/shared-ui/eds-card-section/eds-card-section.stories.d.ts +33 -0
  1061. package/dist/types/shared-ui/eds-footer/eds-footer.d.ts +74 -0
  1062. package/dist/types/shared-ui/eds-footer/eds-footer.stories.d.ts +43 -0
  1063. package/dist/types/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +57 -0
  1064. package/dist/types/shared-ui/eds-header/eds-header.d.ts +98 -0
  1065. package/dist/types/shared-ui/eds-header/eds-header.stories.d.ts +53 -0
  1066. package/dist/types/shared-ui/eds-login/eds-login.d.ts +50 -0
  1067. package/dist/types/shared-ui/eds-login/eds-login.stories.d.ts +33 -0
  1068. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.d.ts +77 -0
  1069. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +30 -0
  1070. package/dist/types/shared-ui/eds-social-networks/eds-social-networks.d.ts +25 -0
  1071. package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +43 -0
  1072. package/dist/types/shared-ui/eds-tabs/eds-tabs.stories.d.ts +14 -0
  1073. package/dist/types/shared-ui/eds-tabs-content/eds-tabs-content.d.ts +36 -0
  1074. package/dist/types/shared-ui/eds-tabs-content/eds-tabs-content.stories.d.ts +16 -0
  1075. package/dist/types/shared-ui/eds-toast-manager/eds-toast-manager.d.ts +19 -0
  1076. package/dist/types/shared-ui/eds-toast-manager/eds-toast-manager.stories.d.ts +12 -0
  1077. package/dist/types/shared-ui/eds-user/eds-user.d.ts +81 -0
  1078. package/dist/types/shared-ui/eds-user-modal/eds-user-modal.d.ts +47 -0
  1079. package/dist/types/stencil-public-runtime.d.ts +1678 -0
  1080. package/dist/types/types/global.d.ts +10 -0
  1081. package/dist/types/utils/keycloak.d.ts +31 -0
  1082. package/dist/types/utils/toastManager.d.ts +15 -0
  1083. package/loader/cdn.js +1 -0
  1084. package/loader/index.cjs.js +1 -0
  1085. package/loader/index.d.ts +24 -0
  1086. package/loader/index.es2017.js +1 -0
  1087. package/loader/index.js +2 -0
  1088. package/loader/package.json +11 -0
  1089. package/package.json +20 -0
@@ -0,0 +1,97 @@
1
+ interface Link {
2
+ label: string;
3
+ url: string;
4
+ }
5
+ type RenderableLink = Link & {
6
+ isHidden?: boolean;
7
+ };
8
+ /**
9
+ * `EdsBreadcrumb` is a navigational component that displays the user's current location within a hierarchy of pages.
10
+ * This component is especially useful for providing context and enhancing user navigation experiences.
11
+ *
12
+ * Key features include:
13
+ * - Customizable breadcrumb items passed as a JSON string or array, each with a `label` and `url`.
14
+ * - Configurable visual intent for breadcrumb links to match various design themes.
15
+ * - Automatic parsing of breadcrumb items with graceful handling of invalid JSON formats.
16
+ * - Emits custom events for context tracking on each breadcrumb link after the component loads.
17
+ *
18
+ * The component renders as a series of links, with the last item disabled and marked as the current page.
19
+ */
20
+ export declare class EdsBreadcrumb {
21
+ /**
22
+ * An array of breadcrumb items. It can be passed as a JSON string or an array of objects.
23
+ * Each object should contain the properties: `label` (string) and `url` (string).
24
+ * Example: '[{"label": "Home", "url": "/"}, {"label": "Products", "url": "/products"}]'
25
+ */
26
+ items: string | Link[];
27
+ /**
28
+ * The visual style or intent of the breadcrumb links.
29
+ * Options include: 'primary', 'secondary', 'tertiary', 'ghost', 'strong', 'weak', 'inverse', 'underline'.
30
+ * Default is 'ghost'.
31
+ */
32
+ intent: 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'strong' | 'weak' | 'inverse' | 'underline';
33
+ /**
34
+ * Holds the parsed breadcrumb items after processing the `items` prop.
35
+ * This is an internal state used for rendering the breadcrumb links.
36
+ */
37
+ parsedItems: Link[];
38
+ /**
39
+ * Tracks the current screen size to adjust the breadcrumb rendering dynamically.
40
+ */
41
+ isSmallScreen: boolean;
42
+ /**
43
+ * Tracks the current screen size to adjust breadcrumb rendering.
44
+ */
45
+ maxVisibleItems: number;
46
+ /**
47
+ * Reference to the host element.
48
+ */
49
+ el: HTMLElement;
50
+ /**
51
+ * Watch for changes to the `items` prop and parse it when it changes.
52
+ * Converts the `items` string into an array of objects if it is a JSON string.
53
+ * If the format is invalid, it logs an error and sets an empty array.
54
+ *
55
+ * @param newValue - The new value for the `items` prop.
56
+ */
57
+ parseItems(newValue: string | Link[]): void;
58
+ /**
59
+ * Lifecycle method that runs when the component is about to be loaded.
60
+ * It parses the initial `items` prop value.
61
+ */
62
+ componentWillLoad(): void;
63
+ disconnectedCallback(): void;
64
+ /**
65
+ * Updates the maximum number of visible items and tracks if the screen is small.
66
+ */
67
+ updateScreenSize: () => void;
68
+ /**
69
+ * Lifecycle method that runs when the component has fully loaded.
70
+ * It emits a custom event for each `eds-link` element contained within the breadcrumb.
71
+ */
72
+ componentDidLoad(): void;
73
+ /**
74
+ * Emits a custom event called `parentContext` for a given link element.
75
+ * This event provides context information about the breadcrumb component.
76
+ *
77
+ * @param linkElement - The link element to which the event will be dispatched.
78
+ */
79
+ emitContext(linkElement: HTMLElement): void;
80
+ /**
81
+ * Truncates breadcrumb items based on the maxVisibleItems value.
82
+ * Truncates `label` to 10 characters if `isSmallScreen` is true, except for the last label.
83
+ */
84
+ getTruncatedItems(): RenderableLink[];
85
+ /**
86
+ * Truncates the label of a breadcrumb item to a maximum of 10 characters
87
+ * if the screen is small.
88
+ */
89
+ truncateLabel(item: Link): Link;
90
+ /**
91
+ * Render method for the breadcrumb component.
92
+ * It creates a navigation element with an ordered list of breadcrumb links.
93
+ * The last link is disabled and marked as the current page.
94
+ */
95
+ render(): any;
96
+ }
97
+ export {};
@@ -0,0 +1,75 @@
1
+ /**
2
+ * `EdsButton` is a versatile button component designed for a range of actions and interactions in applications.
3
+ * The button offers various customization options for appearance, size, and behavior.
4
+ *
5
+ * Key features include:
6
+ * - Configurable visual styles (`intent`) such as primary, secondary, and ghost.
7
+ * - Loading state indicator and disabled state for control over user interactions.
8
+ * - Optional icon display with customizable position and size.
9
+ * - Support for different element types (`button` or `a`) and pill-shaped buttons.
10
+ * - Emits a custom Matomo event when clicked for tracking interactions.
11
+ *
12
+ * This component is suitable for buttons, links, and other interactive elements within an interface.
13
+ */
14
+ export declare class EdsButton {
15
+ /**
16
+ * The label text to be displayed inside the button.
17
+ */
18
+ label?: string;
19
+ /**
20
+ * The accessible aria-label for the button, used when there is no visible label.
21
+ */
22
+ ariaLabel: string | null;
23
+ /**
24
+ * The HTML element type for the button (e.g., 'button', 'a'). Default is 'button'.
25
+ */
26
+ elementType: string;
27
+ /**
28
+ * The visual intent or style of the button.
29
+ * Options include 'primary', 'secondary', 'tertiary', 'ghost', and 'ghostInverse'.
30
+ */
31
+ intent?: 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'ghostInverse';
32
+ /**
33
+ * A boolean indicating whether the button is in a loading state.
34
+ */
35
+ loading: boolean;
36
+ /**
37
+ * A boolean indicating whether the button is disabled.
38
+ */
39
+ disabled: boolean;
40
+ /**
41
+ * A boolean to determine if the button should have a pill shape (rounded).
42
+ */
43
+ pill: boolean;
44
+ /**
45
+ * The icon name to be displayed inside the button. Assumes a string for the icon name.
46
+ */
47
+ icon?: string;
48
+ /**
49
+ * The size of the button. Options are 'small' or 'large'. Default is 'small'.
50
+ */
51
+ size?: 'small' | 'large';
52
+ /**
53
+ * The position of the icon inside the button. Options are 'left' or 'right'. Default is 'right'.
54
+ */
55
+ iconPos?: 'left' | 'right';
56
+ /**
57
+ * A boolean indicating whether a smaller icon size should be used.
58
+ */
59
+ iconSmall?: boolean;
60
+ extraClass?: string;
61
+ /**
62
+ * Custom click handler passed to the button.
63
+ */
64
+ triggerClick?: () => void;
65
+ /**
66
+ * Reference to the host element.
67
+ */
68
+ el: HTMLElement;
69
+ private button;
70
+ private iconCva;
71
+ private parentContext;
72
+ handleParentContext(event: CustomEvent): void;
73
+ private handleClick;
74
+ render(): any;
75
+ }
@@ -0,0 +1,62 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: string;
4
+ argTypes: {
5
+ label: {
6
+ control: string;
7
+ };
8
+ ariaLabel: {
9
+ control: string;
10
+ };
11
+ elementType: {
12
+ control: string;
13
+ options: string[];
14
+ };
15
+ intent: {
16
+ control: string;
17
+ options: string[];
18
+ };
19
+ loading: {
20
+ control: string;
21
+ };
22
+ disabled: {
23
+ control: string;
24
+ };
25
+ pill: {
26
+ control: string;
27
+ };
28
+ icon: {
29
+ control: string;
30
+ };
31
+ iconPos: {
32
+ control: string;
33
+ options: string[];
34
+ };
35
+ iconSmall: {
36
+ control: string;
37
+ };
38
+ size: {
39
+ control: string;
40
+ options: string[];
41
+ };
42
+ triggerClick: {
43
+ action: string;
44
+ };
45
+ };
46
+ args: {
47
+ label: string;
48
+ ariaLabel: string;
49
+ elementType: string;
50
+ intent: string;
51
+ loading: boolean;
52
+ disabled: boolean;
53
+ pill: boolean;
54
+ icon: string;
55
+ iconPos: string;
56
+ iconSmall: boolean;
57
+ size: string;
58
+ triggerClick: any;
59
+ };
60
+ };
61
+ export default _default;
62
+ export declare const Default: (args: any) => string;
@@ -0,0 +1,23 @@
1
+ export declare class EdsCardDesc {
2
+ /**
3
+ * The description text to be displayed inside the card.
4
+ */
5
+ description: string;
6
+ /**
7
+ * A custom CSS class to style the description text.
8
+ * Default is 'f-ui-03-light'.
9
+ */
10
+ descClass: string;
11
+ /**
12
+ * A boolean indicating whether the description should be truncated.
13
+ * Default is `true`.
14
+ */
15
+ truncate: boolean;
16
+ /**
17
+ * The number of lines to truncate the description to.
18
+ * Default is 3 lines.
19
+ */
20
+ truncateLines: string;
21
+ private getTruncateClass;
22
+ render(): any;
23
+ }
@@ -0,0 +1,32 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: string;
4
+ argTypes: {
5
+ description: {
6
+ control: string;
7
+ };
8
+ descClass: {
9
+ control: string;
10
+ };
11
+ truncate: {
12
+ control: string;
13
+ };
14
+ truncateLines: {
15
+ control: string;
16
+ };
17
+ };
18
+ args: {
19
+ description: string;
20
+ descClass: string;
21
+ truncate: boolean;
22
+ truncateLines: string;
23
+ };
24
+ };
25
+ export default _default;
26
+ export declare const Default: {
27
+ render: (args: any) => import("lit-html").TemplateResult<1>;
28
+ args: {
29
+ description: string;
30
+ truncate: boolean;
31
+ };
32
+ };
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ export declare class EdsCardTags {
5
+ /**
6
+ * A boolean indicating whether the tags should be displayed with an accent style.
7
+ * If true, tags will use the 'accent' intent; otherwise, the default intent is used.
8
+ */
9
+ accent: boolean;
10
+ /**
11
+ * An array of tag strings to be displayed within the card.
12
+ */
13
+ tags: string[];
14
+ render(): any;
15
+ }
@@ -0,0 +1,38 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ export declare class EdsCardTitle {
5
+ /**
6
+ * The URL that the title should link to. If provided, the title will be rendered as an anchor (`<a>`).
7
+ */
8
+ url?: string;
9
+ /**
10
+ * The CSS class applied to the title element for styling.
11
+ * This will be dynamically set based on the heading level.
12
+ */
13
+ titleClass: string;
14
+ /**
15
+ * The heading level for the title. Can be 'h2', 'h3', 'h4', 'h5', or 'h6'.
16
+ * Default is 'h3'.
17
+ */
18
+ headingLevel: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
19
+ /**
20
+ * Indicates whether the link should open in a new tab if the URL is provided.
21
+ * Default is `false`.
22
+ */
23
+ externalLink: boolean;
24
+ /**
25
+ * The text content for the title.
26
+ */
27
+ cardTitle: string;
28
+ /**
29
+ * Indicates whether the hierarchy is enabled.
30
+ * If true, all headings except 'h6' map to '05', and 'h6' maps to '06'.
31
+ */
32
+ hierarchy: boolean;
33
+ /**
34
+ * Dynamically generate the title class based on the heading level.
35
+ */
36
+ private getTitleClass;
37
+ render(): any;
38
+ }
@@ -0,0 +1,23 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ export declare class EdsCardWrapper {
5
+ /**
6
+ * A boolean that determines whether the card should be displayed with a smaller height.
7
+ * If true, the card will use the 'tiny' height class.
8
+ */
9
+ tiny: boolean;
10
+ /**
11
+ * A boolean that determines whether the card should have a background color.
12
+ * If true, the card will have a background, otherwise it will not.
13
+ */
14
+ withBg: boolean;
15
+ /**
16
+ * A boolean that determines whether the card should display a hover effect.
17
+ * If true, the card will have a shadow effect and change its cursor on hover.
18
+ */
19
+ withHover: boolean;
20
+ el: HTMLElement;
21
+ private hasSlot;
22
+ render(): any;
23
+ }
@@ -0,0 +1,87 @@
1
+ /**
2
+ * `EdsCardGeneric` is a versatile card component designed to display rich content such as titles, descriptions, images, and tags.
3
+ * The card supports various visual configurations, including hover effects, background styling, and compact layout options.
4
+ *
5
+ * Key features include:
6
+ * - A customizable title with an optional link.
7
+ * - Display of images, avatars, or initials based on the available content.
8
+ * - Optional description, tag display, and hover effects for interactive use.
9
+ * - Integration with Matomo analytics, emitting a custom event when the card is clicked.
10
+ *
11
+ * This component is ideal for use in interfaces where structured card-like display elements are needed.
12
+ */
13
+ export declare class EdsCardGeneric {
14
+ /**
15
+ * The title of the card. This is required and displayed prominently.
16
+ */
17
+ cardTitle: string;
18
+ /**
19
+ * The URL that the card title links to. If provided, the title becomes a clickable link.
20
+ */
21
+ url?: string;
22
+ /**
23
+ * The description text displayed within the card.
24
+ */
25
+ description?: string;
26
+ /**
27
+ * The image associated with the card. Can be passed as an object with image attributes.
28
+ */
29
+ image?: any;
30
+ /**
31
+ * The URL or path to the avatar image. Used as a fallback when no card image is available.
32
+ */
33
+ avatar?: string;
34
+ /**
35
+ * Short abbreviation or initials for displaying when no image or avatar is provided.
36
+ */
37
+ shortAbbreviation?: string;
38
+ /**
39
+ * The heading level for the card title, such as 'h1', 'h2', etc.
40
+ * Default is 'h3'.
41
+ */
42
+ headingLevel: string;
43
+ /**
44
+ * A comma-separated string of tags related to the card content.
45
+ */
46
+ tags: any;
47
+ /**
48
+ * A boolean that determines whether the card should be displayed with a smaller height.
49
+ * If true, the card will use the 'tiny' height class.
50
+ */
51
+ tiny: boolean;
52
+ /**
53
+ * A boolean that determines whether the card should have a background color.
54
+ * If true, the card will have a background, otherwise it will not.
55
+ */
56
+ bg: boolean;
57
+ /**
58
+ * A boolean that determines whether the card should display a hover effect.
59
+ * If true, the card will have a shadow effect and change its cursor on hover.
60
+ */
61
+ withHover: boolean;
62
+ /**
63
+ * Indicates whether the hierarchy is enabled.
64
+ * If true, all headings except 'h6' map to '05', and 'h6' maps to '06'.
65
+ */
66
+ hierarchy: boolean;
67
+ /**
68
+ * Reference to the host element.
69
+ */
70
+ el: HTMLElement;
71
+ /**
72
+ * Parsed image object derived from the `image` prop.
73
+ * @type {object}
74
+ */
75
+ parsedImage: any;
76
+ componentWillLoad(): void;
77
+ /**
78
+ * Parses the `tags` prop into an array of link objects.
79
+ * Returns an empty array if parsing fails or if `tags` is not a valid JSON string or object.
80
+ *
81
+ * @returns {any[]} Array of parsed link objects
82
+ */
83
+ get parsedTags(): any[];
84
+ articleClasses(): string;
85
+ private handleClick;
86
+ render(): any;
87
+ }
@@ -0,0 +1,94 @@
1
+ declare const _default: {
2
+ title: string;
3
+ component: string;
4
+ argTypes: {
5
+ cardTitle: {
6
+ control: string;
7
+ description: string;
8
+ };
9
+ url: {
10
+ control: string;
11
+ description: string;
12
+ };
13
+ description: {
14
+ control: string;
15
+ description: string;
16
+ };
17
+ image: {
18
+ control: string;
19
+ description: string;
20
+ };
21
+ avatar: {
22
+ control: string;
23
+ description: string;
24
+ };
25
+ shortAbbreviation: {
26
+ control: string;
27
+ description: string;
28
+ };
29
+ headingLevel: {
30
+ control: string;
31
+ options: string[];
32
+ description: string;
33
+ };
34
+ tags: {
35
+ control: string;
36
+ description: string;
37
+ };
38
+ tiny: {
39
+ control: string;
40
+ description: string;
41
+ };
42
+ bg: {
43
+ control: string;
44
+ description: string;
45
+ };
46
+ withHover: {
47
+ control: string;
48
+ description: string;
49
+ };
50
+ hierarchy: {
51
+ control: string;
52
+ description: string;
53
+ };
54
+ };
55
+ args: {
56
+ cardTitle: string;
57
+ url: string;
58
+ description: string;
59
+ headingLevel: string;
60
+ tags: {
61
+ label: string;
62
+ style: string;
63
+ }[];
64
+ tiny: boolean;
65
+ bg: boolean;
66
+ withHover: boolean;
67
+ hierarchy: boolean;
68
+ };
69
+ };
70
+ export default _default;
71
+ export declare const Default: {
72
+ render: (args: any) => string;
73
+ args: {
74
+ cardTitle: string;
75
+ description: string;
76
+ };
77
+ };
78
+ export declare const WithImageAndTags: {
79
+ render: (args: any) => string;
80
+ args: {
81
+ cardTitle: string;
82
+ description: string;
83
+ image: {
84
+ src: string;
85
+ alt: string;
86
+ width: string;
87
+ height: string;
88
+ };
89
+ tags: {
90
+ label: string;
91
+ style: string;
92
+ }[];
93
+ };
94
+ };
@@ -0,0 +1,54 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ export declare class EdsCardProject {
5
+ /**
6
+ * Image data for the card. Expects a JSON string with image attributes (src, alt, srcset, sizes, etc.).
7
+ */
8
+ image?: any;
9
+ /**
10
+ * Optional editorial title displayed in the card.
11
+ */
12
+ editorialTitle?: string;
13
+ /**
14
+ * Defines the heading level for the project title. Defaults to 'h3'.
15
+ * Accepts values: 'h1', 'h2', 'h3', 'h4', 'h5', 'h6'.
16
+ */
17
+ headingLevel: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
18
+ /**
19
+ * The category title for the card, displayed as a tag.
20
+ */
21
+ categoryTitle: string;
22
+ /**
23
+ * Color variant for the card background. It affects the background and border styles.
24
+ */
25
+ color?: string;
26
+ /**
27
+ * Determines if the background color changes on hover. Defaults to `false`.
28
+ */
29
+ bgOnHover: boolean;
30
+ /**
31
+ * If `true`, the card will be displayed vertically. Defaults to `false`.
32
+ */
33
+ vertical: boolean;
34
+ /**
35
+ * Title of the project displayed in the card.
36
+ */
37
+ titleProject?: string;
38
+ /**
39
+ * URL that the project title links to.
40
+ */
41
+ url?: string;
42
+ /**
43
+ * Parsed image object derived from the `image` prop.
44
+ * @type {object}
45
+ */
46
+ parsedImage: any;
47
+ /**
48
+ * Reference to the host element.
49
+ */
50
+ el: HTMLElement;
51
+ componentWillLoad(): void;
52
+ private handleClick;
53
+ render(): any;
54
+ }
@@ -0,0 +1,79 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ export declare class EdsCardTool {
5
+ /**
6
+ * The title of the card. This is required and displayed prominently.
7
+ */
8
+ cardTitle: string;
9
+ /**
10
+ * The URL that the card title links to. If provided, the title becomes a clickable link.
11
+ */
12
+ url?: string;
13
+ /**
14
+ * The description text displayed within the card.
15
+ */
16
+ description?: string;
17
+ /**
18
+ * The image associated with the card. Can be passed as an object with image attributes.
19
+ */
20
+ image?: any;
21
+ /**
22
+ * The URL or path to the avatar image. Used as a fallback when no card image is available.
23
+ */
24
+ avatar?: string;
25
+ /**
26
+ * Short abbreviation or initials for displaying when no image or avatar is provided.
27
+ */
28
+ shortAbbreviation?: string;
29
+ /**
30
+ * The heading level for the card title, such as 'h1', 'h2', etc.
31
+ * Default is 'h3'.
32
+ */
33
+ headingLevel?: string;
34
+ /**
35
+ * A comma-separated string of tags related to the card content.
36
+ */
37
+ tags: any;
38
+ /**
39
+ * A boolean that determines whether the card should be displayed with a smaller height.
40
+ * If true, the card will use the 'tiny' height class.
41
+ */
42
+ tiny: boolean;
43
+ /**
44
+ * A boolean that determines whether the card should have a background color.
45
+ * If true, the card will have a background, otherwise it will not.
46
+ */
47
+ bg: boolean;
48
+ /**
49
+ * A boolean that determines whether the card should display a hover effect.
50
+ * If true, the card will have a shadow effect and change its cursor on hover.
51
+ */
52
+ withHover: boolean;
53
+ /**
54
+ * Indicates whether the link should open in a new tab if the URL is provided.
55
+ * Default is `false`.
56
+ */
57
+ external: boolean;
58
+ /**
59
+ * Indicates whether the hierarchy is enabled.
60
+ * If true, all headings except 'h6' map to '05', and 'h6' maps to '06'.
61
+ */
62
+ hierarchy: boolean;
63
+ /**
64
+ * Reference to the host element.
65
+ */
66
+ el: HTMLElement;
67
+ /**
68
+ * Parses the `tags` prop into an array of link objects.
69
+ * Returns an empty array if parsing fails or if `tags` is not a valid JSON string or object.
70
+ *
71
+ * @returns {any[]} Array of parsed link objects
72
+ */
73
+ get parsedTags(): any[];
74
+ componentWillLoad(): void;
75
+ parseTags(): any;
76
+ articleClasses(): string;
77
+ private handleClick;
78
+ render(): any;
79
+ }