@ebrains/components 2.4.1 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1004) hide show
  1. package/dist/cjs/color-primary-palette_6.cjs.entry.js +14 -14
  2. package/dist/cjs/components-section.cjs.entry.js +1 -1
  3. package/dist/cjs/components.cjs.js +1 -1
  4. package/dist/cjs/correct-use-of-colors.cjs.entry.js +1 -1
  5. package/dist/cjs/docs-palettes.cjs.entry.js +1 -1
  6. package/dist/cjs/docs-tokens.cjs.entry.js +1 -1
  7. package/dist/cjs/eds-accordion_53.cjs.entry.js +11059 -0
  8. package/dist/cjs/eds-app-root.cjs.entry.js +1 -1
  9. package/dist/cjs/eds-cookies-preference.cjs.entry.js +2 -2
  10. package/dist/cjs/eds-feedback.cjs.entry.js +1 -1
  11. package/dist/cjs/eds-frame.cjs.entry.js +3 -3
  12. package/dist/cjs/eds-gauge.cjs.entry.js +5 -6
  13. package/dist/cjs/eds-gitlab-contributors.cjs.entry.js +255 -0
  14. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +1 -1
  15. package/dist/cjs/eds-icon-eu.cjs.entry.js +2 -2
  16. package/dist/cjs/eds-icon-facebook.cjs.entry.js +1 -1
  17. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +1 -1
  18. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +1 -1
  19. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +1 -1
  20. package/dist/cjs/eds-icon-twitter.cjs.entry.js +1 -1
  21. package/dist/cjs/eds-icon-youtube.cjs.entry.js +1 -1
  22. package/dist/cjs/eds-input-search.cjs.entry.js +76 -0
  23. package/dist/cjs/eds-modal.cjs.entry.js +84 -13
  24. package/dist/cjs/eds-pie.cjs.entry.js +20 -20
  25. package/dist/cjs/eds-section-core_2.cjs.entry.js +3 -3
  26. package/dist/cjs/eds-splash-screen.cjs.entry.js +2 -2
  27. package/dist/cjs/eds-timeline.cjs.entry.js +2 -2
  28. package/dist/cjs/eds-toast-manager.cjs.entry.js +1 -1
  29. package/dist/cjs/eds-trl-badge.cjs.entry.js +181 -0
  30. package/dist/cjs/eu-271d44ae.js +9 -0
  31. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
  32. package/dist/cjs/index-50bc1aa4.js +10 -182
  33. package/dist/cjs/loader.cjs.js +1 -1
  34. package/dist/cjs/logo-space.cjs.entry.js +1 -2
  35. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +2 -2
  36. package/dist/cjs/logo-variations-tabs.cjs.entry.js +1 -1
  37. package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
  38. package/dist/cjs/negative-c61d13b5.js +106 -0
  39. package/dist/cjs/positive-fdcd161e.js +67 -0
  40. package/dist/cjs/svg-repository.cjs.entry.js +6 -263
  41. package/dist/cjs/token-list_3.cjs.entry.js +91 -49
  42. package/dist/cjs/token-ratios.cjs.entry.js +1 -1
  43. package/dist/cjs/token-spacing.cjs.entry.js +1 -1
  44. package/dist/cjs/token-typography.cjs.entry.js +73 -42
  45. package/dist/collection/collection-manifest.json +13 -41
  46. package/dist/collection/components/eds-accordion/eds-accordion.css +139 -194
  47. package/dist/collection/components/eds-accordion/eds-accordion.js +68 -81
  48. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +78 -41
  49. package/dist/collection/components/eds-alert/eds-alert.css +122 -95
  50. package/dist/collection/components/eds-alert/eds-alert.js +89 -104
  51. package/dist/collection/components/eds-alert/eds-alert.stories.js +55 -33
  52. package/dist/collection/components/eds-avatar/eds-avatar.css +6 -6
  53. package/dist/collection/components/eds-avatar/eds-avatar.js +1 -1
  54. package/dist/collection/components/eds-avatar/eds-avatar.stories.js +2 -2
  55. package/dist/collection/components/eds-block-break/eds-block-break.css +1 -1
  56. package/dist/collection/components/eds-block-break/eds-block-break.js +1 -1
  57. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +1 -1
  58. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +5 -5
  59. package/dist/collection/components/eds-button/eds-button.css +365 -88
  60. package/dist/collection/components/eds-button/eds-button.js +123 -45
  61. package/dist/collection/components/eds-button/eds-button.stories.js +3 -3
  62. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.css +116 -0
  63. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.js +187 -0
  64. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.stories.js +52 -0
  65. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +13 -6
  66. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +20 -1
  67. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +22 -6
  68. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +51 -78
  69. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.css +147 -0
  70. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.js +217 -0
  71. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.stories.js +77 -0
  72. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.css +108 -0
  73. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.js +156 -0
  74. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.stories.js +55 -0
  75. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +105 -4
  76. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +70 -150
  77. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +72 -112
  78. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.css +127 -0
  79. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.js +181 -0
  80. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.stories.js +62 -0
  81. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.css +128 -0
  82. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.js +149 -0
  83. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.stories.js +50 -0
  84. package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.js +5 -6
  85. package/dist/collection/components/eds-charts/eds-pie/eds-pie.js +20 -20
  86. package/dist/collection/components/eds-code-block/eds-code-block.css +84 -120
  87. package/dist/collection/components/eds-code-block/eds-code-block.js +1 -1
  88. package/dist/collection/components/eds-dropdown/eds-dropdown.js +50 -43
  89. package/dist/collection/components/eds-feedback/eds-feedback.js +1 -1
  90. package/dist/collection/components/eds-feedback/eds-feedback.stories.js +5 -1
  91. package/dist/collection/components/eds-footer/eds-footer.css +144 -152
  92. package/dist/collection/components/eds-footer/eds-footer.js +188 -65
  93. package/dist/collection/components/eds-footer/eds-footer.stories.js +108 -15
  94. package/dist/collection/components/eds-form/eds-form.css +137 -5
  95. package/dist/collection/components/eds-form/eds-form.js +211 -47
  96. package/dist/collection/components/eds-form/eds-form.stories.js +3 -11
  97. package/dist/collection/components/eds-frame/eds-frame.css +34 -22
  98. package/dist/collection/components/eds-frame/eds-frame.js +5 -5
  99. package/dist/collection/components/eds-frame/eds-frame.stories.js +1 -1
  100. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.css +9 -5
  101. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.js +4 -1
  102. package/dist/collection/components/eds-header/eds-header.css +20 -4
  103. package/dist/collection/components/eds-header/eds-header.js +17 -15
  104. package/dist/collection/components/eds-header/eds-header.stories.js +26 -14
  105. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.css +32 -0
  106. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +58 -57
  107. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
  108. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
  109. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
  110. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
  111. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
  112. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
  113. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
  114. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
  115. package/dist/collection/components/eds-img/eds-img.js +2 -2
  116. package/dist/collection/components/eds-img/eds-img.stories.js +29 -52
  117. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.css +195 -0
  118. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.js +300 -0
  119. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.stories.js +34 -0
  120. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +29 -5
  121. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.css +45 -1
  122. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +2 -1
  123. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +1 -1
  124. package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +5 -3
  125. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +1 -1
  126. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.stories.js +30 -0
  127. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +2 -2
  128. package/dist/collection/components/eds-input-field/eds-input-field.css +69 -69
  129. package/dist/collection/components/eds-input-field/eds-input-field.js +40 -9
  130. package/dist/collection/components/eds-input-field/eds-input-field.stories.js +82 -130
  131. package/dist/collection/components/eds-input-file/eds-input-file.css +140 -0
  132. package/dist/collection/components/eds-input-file/eds-input-file.js +249 -0
  133. package/dist/collection/components/eds-link/eds-link.css +197 -22
  134. package/dist/collection/components/eds-link/eds-link.js +110 -38
  135. package/dist/collection/components/eds-link/eds-link.stories.js +16 -11
  136. package/dist/collection/components/eds-logo/eds-logo.css +3 -1
  137. package/dist/collection/components/eds-logo/eds-logo.js +12 -35
  138. package/dist/collection/components/eds-logo/eds-logo.stories.js +12 -29
  139. package/dist/collection/components/eds-modal/eds-modal.css +115 -19
  140. package/dist/collection/components/eds-modal/eds-modal.js +109 -17
  141. package/dist/collection/components/eds-modal/eds-modal.stories.js +9 -8
  142. package/dist/collection/components/eds-nps/eds-nps.css +42 -1
  143. package/dist/collection/components/eds-nps/eds-nps.js +48 -22
  144. package/dist/collection/components/eds-pagination/eds-pagination.js +2 -2
  145. package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +83 -9
  146. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +55 -10
  147. package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +83 -10
  148. package/dist/collection/components/eds-rating/eds-rating.css +10 -1
  149. package/dist/collection/components/eds-rating/eds-rating.js +54 -12
  150. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
  151. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
  152. package/dist/collection/components/eds-sidebar/eds-sidebar.css +9 -4
  153. package/dist/collection/components/eds-sidebar/eds-sidebar.js +4 -4
  154. package/dist/collection/components/eds-social-networks/eds-social-networks.css +12 -0
  155. package/dist/collection/components/eds-social-networks/eds-social-networks.js +26 -1
  156. package/dist/collection/components/eds-spinner/eds-spinner.css +6 -6
  157. package/dist/collection/components/eds-spinner/eds-spinner.js +5 -5
  158. package/dist/collection/components/eds-splash-screen/eds-splash-screen.css +12 -12
  159. package/dist/collection/components/eds-splash-screen/eds-splash-screen.js +1 -1
  160. package/dist/collection/components/eds-steps/eds-steps.css +101 -15
  161. package/dist/collection/components/eds-steps/eds-steps.js +45 -6
  162. package/dist/collection/components/eds-steps/eds-steps.stories.js +7 -31
  163. package/dist/collection/components/eds-steps-v2/eds-steps-v2.css +172 -17
  164. package/dist/collection/components/eds-steps-v2/eds-steps-v2.js +50 -7
  165. package/dist/collection/components/eds-steps-v2/eds-steps-v2.stories.js +16 -30
  166. package/dist/collection/components/eds-switch/eds-switch.css +65 -3
  167. package/dist/collection/components/eds-switch/eds-switch.js +46 -2
  168. package/dist/collection/components/eds-switch/eds-switch.stories.js +91 -24
  169. package/dist/collection/components/eds-table/eds-table.css +272 -5
  170. package/dist/collection/components/eds-table/eds-table.js +126 -76
  171. package/dist/collection/components/eds-table/eds-table.stories.js +30 -36
  172. package/dist/collection/components/eds-tabs/eds-tabs.css +84 -368
  173. package/dist/collection/components/eds-tabs/eds-tabs.js +87 -93
  174. package/dist/collection/components/eds-tabs/eds-tabs.stories.js +82 -37
  175. package/dist/collection/components/eds-tag/eds-tag.css +151 -8
  176. package/dist/collection/components/eds-tag/eds-tag.js +17 -18
  177. package/dist/collection/components/eds-tag/eds-tag.stories.js +25 -5
  178. package/dist/collection/components/eds-timeline/eds-timeline.js +2 -2
  179. package/dist/collection/components/eds-toast/eds-toast.css +70 -10
  180. package/dist/collection/components/eds-toast/eds-toast.js +9 -7
  181. package/dist/collection/components/eds-toast/eds-toast.stories.js +25 -1
  182. package/dist/collection/components/eds-toast-manager/eds-toast-manager.js +1 -1
  183. package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
  184. package/dist/collection/components/eds-tooltip/eds-tooltip.stories.js +1 -1
  185. package/dist/collection/components/eds-user/eds-user.js +5 -5
  186. package/dist/collection/components/eds-user/eds-user.stories.js +1 -1
  187. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  188. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  189. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  190. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  191. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  192. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  193. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  194. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
  195. package/dist/collection/eds-docs-ui/components-section/components-section.js +1 -1
  196. package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +1 -1
  197. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  198. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  199. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  200. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  201. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  202. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +8 -7
  203. package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +1 -1
  204. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -2
  205. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
  206. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
  207. package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +1 -1
  208. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +2 -2
  209. package/dist/collection/eds-docs-ui/svg-repository/svg-repository.js +1 -1
  210. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +6 -5
  211. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.css +162 -0
  212. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.js +447 -0
  213. package/dist/collection/shared-ui/eds-global-search/eds-global-search.css +265 -24
  214. package/dist/collection/shared-ui/eds-global-search/eds-global-search.js +184 -9
  215. package/dist/collection/shared-ui/eds-kg-learning-resources/eds-kg-learning-resources.css +205 -0
  216. package/dist/collection/shared-ui/eds-kg-learning-resources/eds-kg-learning-resources.js +257 -0
  217. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.css +8 -0
  218. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.js +370 -0
  219. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.js +87 -0
  220. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +25 -100
  221. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +7 -1
  222. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +71 -4
  223. package/dist/collection/shared-ui/eds-search-select/eds-search-select.css +203 -0
  224. package/dist/collection/shared-ui/eds-search-select/eds-search-select.js +685 -0
  225. package/dist/collection/shared-ui/eds-search-select/eds-search-select.stories.js +85 -0
  226. package/dist/collection/shared-ui/eds-trl-badge/ebrains-mark.js +26 -0
  227. package/dist/collection/shared-ui/eds-trl-badge/eds-trl-badge.css +22 -0
  228. package/dist/collection/shared-ui/eds-trl-badge/eds-trl-badge.js +321 -0
  229. package/dist/collection/shared-ui/eds-trl-badge/eds-trl-badge.stories.js +96 -0
  230. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
  231. package/dist/collection/utils/eds-form/formValidators.js +7 -9
  232. package/dist/collection/utils/eds-form/individualValidator.js +22 -0
  233. package/dist/collection/utils/eds-form/safeFormat.js +39 -0
  234. package/dist/collection/utils/icons.js +169 -0
  235. package/dist/components/components-section.js +1 -1
  236. package/dist/components/components.css +746 -540
  237. package/dist/components/components.esm.js +1 -1
  238. package/dist/components/correct-use-of-colors.js +1 -1
  239. package/dist/components/docs-palettes.js +1 -1
  240. package/dist/components/docs-tokens.js +1 -1
  241. package/dist/components/eds-accordion2.js +19 -51
  242. package/dist/components/eds-alert2.js +32 -82
  243. package/dist/components/eds-app-root.js +3 -9
  244. package/dist/components/eds-avatar2.js +2 -2
  245. package/dist/components/eds-block-break2.js +2 -2
  246. package/dist/components/eds-breadcrumb.js +2 -2
  247. package/dist/components/eds-button2.js +78 -29
  248. package/dist/components/{eds-icon-bin.d.ts → eds-card-app.d.ts} +4 -4
  249. package/dist/components/eds-card-app.js +82 -0
  250. package/dist/components/{eds-trl.d.ts → eds-card-cta.d.ts} +4 -4
  251. package/dist/components/eds-card-cta.js +95 -0
  252. package/dist/components/eds-card-desc2.js +5 -3
  253. package/dist/components/{eds-card-project.d.ts → eds-card-feature.d.ts} +4 -4
  254. package/dist/components/eds-card-feature.js +64 -0
  255. package/dist/components/eds-card-generic2.js +46 -55
  256. package/dist/components/{eds-icon-edit.d.ts → eds-card-hero.d.ts} +4 -4
  257. package/dist/components/eds-card-hero.js +75 -0
  258. package/dist/components/{eds-icon-copy.d.ts → eds-card-stat.d.ts} +4 -4
  259. package/dist/components/eds-card-stat.js +67 -0
  260. package/dist/components/eds-card-title2.js +28 -39
  261. package/dist/components/eds-code-block2.js +2 -2
  262. package/dist/components/eds-cookies-preference.js +2 -2
  263. package/dist/components/eds-dropdown2.js +33 -10
  264. package/dist/components/eds-feedback.js +1 -1
  265. package/dist/components/eds-footer2.js +116 -21
  266. package/dist/components/eds-form.js +241 -74
  267. package/dist/components/eds-frame.js +3 -3
  268. package/dist/components/eds-fullscreen-menu.js +2 -2
  269. package/dist/components/eds-gauge.js +5 -6
  270. package/dist/components/eds-gitlab-contributors.d.ts +11 -0
  271. package/dist/components/eds-gitlab-contributors.js +324 -0
  272. package/dist/components/eds-global-search.js +104 -68
  273. package/dist/components/eds-header.js +15 -13
  274. package/dist/components/eds-icon-bluesky.js +1 -1
  275. package/dist/components/eds-icon-eu.js +1 -1
  276. package/dist/components/eds-icon-facebook.js +1 -1
  277. package/dist/components/eds-icon-gitlab.js +1 -1
  278. package/dist/components/eds-icon-linkedin.js +1 -1
  279. package/dist/components/eds-icon-mastodon.js +1 -1
  280. package/dist/components/eds-icon-twitter.js +1 -1
  281. package/dist/components/eds-icon-wrapper2.js +2438 -32
  282. package/dist/components/eds-icon-youtube.js +1 -1
  283. package/dist/components/eds-img2.js +2 -2
  284. package/dist/components/{eds-icon-chevron-up.d.ts → eds-input-dropzone.d.ts} +4 -4
  285. package/dist/components/eds-input-dropzone.js +6 -0
  286. package/dist/components/eds-input-dropzone2.js +133 -0
  287. package/dist/components/eds-input-field2.js +50 -19
  288. package/dist/components/{eds-icon-close.d.ts → eds-input-file.d.ts} +4 -4
  289. package/dist/components/eds-input-file.js +6 -0
  290. package/dist/components/eds-input-file2.js +100 -0
  291. package/dist/components/eds-input-footer2.js +43 -3
  292. package/dist/components/eds-input-label2.js +1 -1
  293. package/dist/components/eds-input-range2.js +5 -3
  294. package/dist/components/eds-input-search.js +100 -1
  295. package/dist/components/eds-input-select2.js +2 -2
  296. package/dist/components/eds-input2.js +4 -2
  297. package/dist/components/eds-kg-learning-resources.d.ts +11 -0
  298. package/dist/components/eds-kg-learning-resources.js +221 -0
  299. package/dist/components/eds-kg-web-services-select.d.ts +11 -0
  300. package/dist/components/eds-kg-web-services-select.js +6 -0
  301. package/dist/components/eds-kg-web-services-select2.js +186 -0
  302. package/dist/components/eds-link2.js +82 -33
  303. package/dist/components/eds-logo2.js +9 -33
  304. package/dist/components/eds-matomo-notice2.js +8 -2
  305. package/dist/components/eds-modal.js +85 -13
  306. package/dist/components/eds-nps2.js +30 -22
  307. package/dist/components/eds-pagination2.js +2 -2
  308. package/dist/components/eds-pie.js +20 -20
  309. package/dist/components/eds-progress-bar.js +80 -1
  310. package/dist/components/eds-rating2.js +28 -10
  311. package/dist/components/{eds-icon-bookmark.d.ts → eds-search-select.d.ts} +4 -4
  312. package/dist/components/eds-search-select.js +6 -0
  313. package/dist/components/eds-search-select2.js +361 -0
  314. package/dist/components/eds-section-core2.js +1 -1
  315. package/dist/components/eds-section-heading2.js +2 -2
  316. package/dist/components/eds-sidebar.js +4 -4
  317. package/dist/components/eds-social-networks2.js +8 -3
  318. package/dist/components/eds-spinner2.js +5 -5
  319. package/dist/components/eds-splash-screen2.js +4 -10
  320. package/dist/components/eds-steps-v2.js +16 -7
  321. package/dist/components/eds-steps2.js +11 -6
  322. package/dist/components/eds-switch.js +1 -82
  323. package/dist/components/eds-switch2.js +111 -0
  324. package/dist/components/eds-table2.js +86 -63
  325. package/dist/components/eds-tabs.js +60 -86
  326. package/dist/components/eds-tag2.js +14 -15
  327. package/dist/components/eds-timeline.js +5 -11
  328. package/dist/components/eds-toast-manager.js +1 -1
  329. package/dist/components/eds-toast2.js +8 -6
  330. package/dist/components/eds-tooltip2.js +1 -1
  331. package/dist/components/{eds-card-tool.d.ts → eds-trl-badge.d.ts} +4 -4
  332. package/dist/components/eds-trl-badge.js +204 -0
  333. package/dist/components/eds-user.js +3 -3
  334. package/dist/components/eu.js +5 -28
  335. package/dist/components/incorrect-use-of-colors.js +1 -1
  336. package/dist/components/logo-space.js +41 -24
  337. package/dist/components/logo-variations-horizontal2.js +1 -1
  338. package/dist/components/logo-variations-tabs.js +1 -1
  339. package/dist/components/logo-variations-vertical2.js +1 -1
  340. package/dist/components/logo-wrong-usage.js +2 -2
  341. package/dist/components/negative.js +104 -0
  342. package/dist/components/p-00ba405d.entry.js +1 -0
  343. package/dist/components/p-03342030.entry.js +1 -0
  344. package/dist/components/{p-3d313fb5.entry.js → p-0e2bac0f.entry.js} +1 -1
  345. package/dist/components/p-12acc48d.entry.js +1 -0
  346. package/dist/components/p-18399fe1.entry.js +1 -0
  347. package/dist/components/p-1cc26ddf.entry.js +1 -0
  348. package/dist/components/p-1e6f0572.entry.js +1 -0
  349. package/dist/components/p-1fbcc480.entry.js +1 -0
  350. package/dist/components/p-25729ade.entry.js +1 -0
  351. package/dist/components/p-27e093c3.entry.js +1 -0
  352. package/dist/components/{p-67c3bedc.entry.js → p-37ef07d9.entry.js} +1 -1
  353. package/dist/components/p-3d1bb2fe.entry.js +1 -0
  354. package/dist/components/{p-be54a6c8.entry.js → p-42791331.entry.js} +1 -1
  355. package/dist/components/p-5ff4b1d0.entry.js +1 -0
  356. package/dist/components/p-62580004.entry.js +1 -0
  357. package/dist/components/{p-7b160270.entry.js → p-62f53e7a.entry.js} +1 -1
  358. package/dist/components/p-6be1730a.entry.js +1 -0
  359. package/dist/components/p-786ff09b.entry.js +1 -0
  360. package/dist/components/p-7baaf1a1.entry.js +1 -0
  361. package/dist/components/p-7ce1cf13.js +1 -0
  362. package/dist/components/{p-2d4f6e90.entry.js → p-80a32e20.entry.js} +1 -1
  363. package/dist/components/p-85476a6f.entry.js +9 -0
  364. package/dist/components/{p-9fe2c4ba.entry.js → p-8a483358.entry.js} +1 -1
  365. package/dist/components/p-b1a10842.entry.js +1 -0
  366. package/dist/components/p-bdcb71e1.entry.js +1 -0
  367. package/dist/components/p-c2127276.entry.js +1 -0
  368. package/dist/components/p-c3ee9163.entry.js +1 -0
  369. package/dist/components/{p-8998eec7.entry.js → p-c4cfbf98.entry.js} +1 -1
  370. package/dist/components/p-c65082fe.entry.js +1 -0
  371. package/dist/components/p-caa71345.js +1 -0
  372. package/dist/components/p-cc096938.entry.js +1 -0
  373. package/dist/components/p-d59d6fda.entry.js +1 -0
  374. package/dist/components/p-ddb9ce00.entry.js +1 -0
  375. package/dist/components/p-e027bc90.entry.js +1 -0
  376. package/dist/components/p-e0ee2386.js +1 -0
  377. package/dist/components/p-e339d0b5.entry.js +1 -0
  378. package/dist/components/{p-85f866f0.entry.js → p-e4df206e.entry.js} +1 -1
  379. package/dist/components/{p-a78079b7.entry.js → p-e71a4f29.entry.js} +1 -1
  380. package/dist/components/p-e9e6ec19.entry.js +1 -0
  381. package/dist/components/p-f4d2f882.entry.js +1 -0
  382. package/dist/components/p-f9a9fa34.entry.js +1 -0
  383. package/dist/components/positive.js +65 -0
  384. package/dist/components/primary.js +1 -1
  385. package/dist/components/primary2.js +1 -1
  386. package/dist/components/secondary.js +1 -1
  387. package/dist/components/secondary2.js +7 -7
  388. package/dist/components/support.js +1 -1
  389. package/dist/components/support2.js +3 -3
  390. package/dist/components/svg-repository.js +33 -278
  391. package/dist/components/token-list2.js +57 -40
  392. package/dist/components/token-radii2.js +1 -1
  393. package/dist/components/token-ratios.js +1 -1
  394. package/dist/components/token-shadows2.js +33 -8
  395. package/dist/components/token-spacing.js +1 -1
  396. package/dist/components/token-typography.js +73 -42
  397. package/dist/esm/color-primary-palette_6.entry.js +14 -14
  398. package/dist/esm/components-section.entry.js +1 -1
  399. package/dist/esm/components.js +1 -1
  400. package/dist/esm/correct-use-of-colors.entry.js +1 -1
  401. package/dist/esm/docs-palettes.entry.js +1 -1
  402. package/dist/esm/docs-tokens.entry.js +1 -1
  403. package/dist/esm/eds-accordion_53.entry.js +11003 -0
  404. package/dist/esm/eds-app-root.entry.js +1 -1
  405. package/dist/esm/eds-cookies-preference.entry.js +2 -2
  406. package/dist/esm/eds-feedback.entry.js +1 -1
  407. package/dist/esm/eds-frame.entry.js +3 -3
  408. package/dist/esm/eds-gauge.entry.js +5 -6
  409. package/dist/esm/eds-gitlab-contributors.entry.js +251 -0
  410. package/dist/esm/eds-icon-bluesky.entry.js +1 -1
  411. package/dist/esm/eds-icon-eu.entry.js +2 -2
  412. package/dist/esm/eds-icon-facebook.entry.js +1 -1
  413. package/dist/esm/eds-icon-gitlab.entry.js +1 -1
  414. package/dist/esm/eds-icon-linkedin.entry.js +1 -1
  415. package/dist/esm/eds-icon-mastodon.entry.js +1 -1
  416. package/dist/esm/eds-icon-twitter.entry.js +1 -1
  417. package/dist/esm/eds-icon-youtube.entry.js +1 -1
  418. package/dist/{components/eds-input-search2.js → esm/eds-input-search.entry.js} +9 -39
  419. package/dist/esm/eds-modal.entry.js +84 -13
  420. package/dist/esm/eds-pie.entry.js +20 -20
  421. package/dist/esm/eds-section-core_2.entry.js +3 -3
  422. package/dist/esm/eds-splash-screen.entry.js +2 -2
  423. package/dist/esm/eds-timeline.entry.js +2 -2
  424. package/dist/esm/eds-toast-manager.entry.js +1 -1
  425. package/dist/esm/eds-trl-badge.entry.js +177 -0
  426. package/dist/esm/eu-8ac3e99c.js +7 -0
  427. package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
  428. package/dist/esm/index-870ab08f.js +10 -182
  429. package/dist/esm/loader.js +1 -1
  430. package/dist/esm/logo-space.entry.js +1 -2
  431. package/dist/esm/logo-variations-horizontal_2.entry.js +2 -2
  432. package/dist/esm/logo-variations-tabs.entry.js +1 -1
  433. package/dist/esm/logo-wrong-usage.entry.js +2 -2
  434. package/dist/esm/negative-84eec72e.js +104 -0
  435. package/dist/esm/positive-cc986d7c.js +65 -0
  436. package/dist/esm/svg-repository.entry.js +6 -263
  437. package/dist/esm/token-list_3.entry.js +91 -49
  438. package/dist/esm/token-ratios.entry.js +1 -1
  439. package/dist/esm/token-spacing.entry.js +1 -1
  440. package/dist/esm/token-typography.entry.js +73 -42
  441. package/dist/hydrate/index.js +5820 -4074
  442. package/dist/hydrate/index.mjs +5820 -4074
  443. package/dist/types/Users/nikolaosgeorgomanolis/Documents/EBRAINS/Projects/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +12 -0
  444. package/dist/types/components/eds-accordion/eds-accordion.d.ts +17 -53
  445. package/dist/types/components/eds-accordion/eds-accordion.stories.d.ts +33 -25
  446. package/dist/types/components/eds-alert/eds-alert.d.ts +32 -21
  447. package/dist/types/components/eds-alert/eds-alert.stories.d.ts +22 -15
  448. package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +2 -2
  449. package/dist/types/components/eds-button/eds-button.d.ts +31 -14
  450. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.d.ts +57 -0
  451. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.stories.d.ts +60 -0
  452. package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +1 -0
  453. package/dist/types/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.d.ts +5 -17
  454. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.d.ts +64 -0
  455. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.stories.d.ts +76 -0
  456. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.d.ts +43 -0
  457. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.stories.d.ts +53 -0
  458. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +12 -40
  459. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.stories.d.ts +43 -44
  460. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.d.ts +54 -0
  461. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.stories.d.ts +65 -0
  462. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.d.ts +41 -0
  463. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.stories.d.ts +47 -0
  464. package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +6 -10
  465. package/dist/types/components/eds-footer/eds-footer.d.ts +85 -49
  466. package/dist/types/components/eds-footer/eds-footer.stories.d.ts +62 -1
  467. package/dist/types/components/eds-form/eds-form.d.ts +26 -5
  468. package/dist/types/components/eds-form/eds-form.stories.d.ts +0 -5
  469. package/dist/types/components/eds-frame/eds-frame.d.ts +1 -1
  470. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +3 -0
  471. package/dist/types/components/eds-header/eds-header.d.ts +3 -3
  472. package/dist/types/components/eds-header/eds-header.stories.d.ts +6 -6
  473. package/dist/types/components/eds-icon-wrapper/eds-icon-wrapper.d.ts +9 -23
  474. package/dist/types/components/eds-img/eds-img.stories.d.ts +6 -20
  475. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.d.ts +51 -0
  476. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.stories.d.ts +54 -0
  477. package/dist/types/components/eds-input-elements/eds-input/eds-input.d.ts +9 -1
  478. package/dist/types/components/eds-input-elements/eds-input-search/eds-input-search.stories.d.ts +36 -0
  479. package/dist/types/components/eds-input-field/eds-input-field.d.ts +3 -1
  480. package/dist/types/components/eds-input-field/eds-input-field.stories.d.ts +97 -38
  481. package/dist/types/components/eds-input-file/eds-input-file.d.ts +43 -0
  482. package/dist/types/components/eds-link/eds-link.d.ts +9 -3
  483. package/dist/types/components/eds-link/eds-link.stories.d.ts +9 -6
  484. package/dist/types/components/eds-logo/eds-logo.d.ts +3 -3
  485. package/dist/types/components/eds-logo/eds-logo.stories.d.ts +1 -19
  486. package/dist/types/components/eds-modal/eds-modal.d.ts +15 -3
  487. package/dist/types/components/eds-nps/eds-nps.d.ts +11 -2
  488. package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +13 -2
  489. package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +40 -1
  490. package/dist/types/components/eds-rating/eds-rating.d.ts +15 -2
  491. package/dist/types/components/eds-social-networks/eds-social-networks.d.ts +7 -0
  492. package/dist/types/components/eds-steps/eds-steps.d.ts +8 -0
  493. package/dist/types/components/eds-steps/eds-steps.stories.d.ts +2 -27
  494. package/dist/types/components/eds-steps-v2/eds-steps-v2.d.ts +8 -0
  495. package/dist/types/components/eds-steps-v2/eds-steps-v2.stories.d.ts +3 -6
  496. package/dist/types/components/eds-switch/eds-switch.d.ts +6 -0
  497. package/dist/types/components/eds-switch/eds-switch.stories.d.ts +49 -0
  498. package/dist/types/components/eds-table/eds-table.d.ts +48 -20
  499. package/dist/types/components/eds-table/eds-table.stories.d.ts +23 -31
  500. package/dist/types/components/eds-tabs/eds-tabs.d.ts +24 -16
  501. package/dist/types/components/eds-tabs/eds-tabs.stories.d.ts +57 -6
  502. package/dist/types/components/eds-tag/eds-tag.d.ts +1 -1
  503. package/dist/types/components/eds-tag/eds-tag.stories.d.ts +6 -0
  504. package/dist/types/components/eds-toast/eds-toast.d.ts +1 -1
  505. package/dist/types/components/eds-toast/eds-toast.stories.d.ts +10 -0
  506. package/dist/types/components/eds-user/eds-user.d.ts +1 -1
  507. package/dist/types/components.d.ts +1941 -1566
  508. package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.d.ts +1 -1
  509. package/dist/types/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.d.ts +114 -0
  510. package/dist/types/shared-ui/eds-global-search/eds-global-search.d.ts +30 -0
  511. package/dist/types/shared-ui/eds-kg-learning-resources/eds-kg-learning-resources.d.ts +60 -0
  512. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.d.ts +98 -0
  513. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.d.ts +60 -0
  514. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +26 -0
  515. package/dist/types/shared-ui/eds-search-select/eds-search-select.d.ts +98 -0
  516. package/dist/types/shared-ui/eds-search-select/eds-search-select.stories.d.ts +81 -0
  517. package/dist/types/shared-ui/eds-trl-badge/ebrains-mark.d.ts +7 -0
  518. package/dist/types/shared-ui/eds-trl-badge/eds-trl-badge.d.ts +54 -0
  519. package/dist/types/shared-ui/eds-trl-badge/eds-trl-badge.stories.d.ts +112 -0
  520. package/dist/types/utils/eds-form/safeFormat.d.ts +21 -0
  521. package/dist/types/utils/icons.d.ts +78 -0
  522. package/package.json +1 -1
  523. package/dist/cjs/arrow-diagonal-black-0eb8640e.js +0 -5
  524. package/dist/cjs/arrow-right-3e38e8a9.js +0 -7
  525. package/dist/cjs/bin-c07eeedc.js +0 -5
  526. package/dist/cjs/bookmark-c61853d9.js +0 -18
  527. package/dist/cjs/chevron-down-27344777.js +0 -14
  528. package/dist/cjs/chevron-left-6fc9c6ef.js +0 -13
  529. package/dist/cjs/chevron-right-6d95a117.js +0 -7
  530. package/dist/cjs/chevron-up-e37d7713.js +0 -14
  531. package/dist/cjs/clone-846acfdd.js +0 -5
  532. package/dist/cjs/close-51284af5.js +0 -7
  533. package/dist/cjs/copy-53102d0c.js +0 -7
  534. package/dist/cjs/download-9d17d025.js +0 -20
  535. package/dist/cjs/draft-05bd8904.js +0 -5
  536. package/dist/cjs/edit-ff5b84d8.js +0 -5
  537. package/dist/cjs/eds-accordion_37.cjs.entry.js +0 -6908
  538. package/dist/cjs/eds-card-desc_2.cjs.entry.js +0 -77
  539. package/dist/cjs/eds-card-generic.cjs.entry.js +0 -91
  540. package/dist/cjs/eds-card-project.cjs.entry.js +0 -195
  541. package/dist/cjs/eds-card-section.cjs.entry.js +0 -39
  542. package/dist/cjs/eds-card-tags.cjs.entry.js +0 -22
  543. package/dist/cjs/eds-card-tool.cjs.entry.js +0 -79
  544. package/dist/cjs/eds-footer.cjs.entry.js +0 -67
  545. package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +0 -91
  546. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +0 -18
  547. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +0 -18
  548. package/dist/cjs/eds-icon-bin.cjs.entry.js +0 -18
  549. package/dist/cjs/eds-icon-bookmark.cjs.entry.js +0 -18
  550. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +0 -18
  551. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +0 -18
  552. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +0 -18
  553. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +0 -18
  554. package/dist/cjs/eds-icon-clone.cjs.entry.js +0 -18
  555. package/dist/cjs/eds-icon-close.cjs.entry.js +0 -18
  556. package/dist/cjs/eds-icon-copy.cjs.entry.js +0 -18
  557. package/dist/cjs/eds-icon-download.cjs.entry.js +0 -18
  558. package/dist/cjs/eds-icon-draft.cjs.entry.js +0 -18
  559. package/dist/cjs/eds-icon-edit.cjs.entry.js +0 -18
  560. package/dist/cjs/eds-icon-external.cjs.entry.js +0 -18
  561. package/dist/cjs/eds-icon-loader.cjs.entry.js +0 -18
  562. package/dist/cjs/eds-icon-menu.cjs.entry.js +0 -18
  563. package/dist/cjs/eds-icon-minus.cjs.entry.js +0 -18
  564. package/dist/cjs/eds-icon-more.cjs.entry.js +0 -18
  565. package/dist/cjs/eds-icon-paper.cjs.entry.js +0 -18
  566. package/dist/cjs/eds-icon-plus.cjs.entry.js +0 -18
  567. package/dist/cjs/eds-icon-portal.cjs.entry.js +0 -18
  568. package/dist/cjs/eds-icon-private.cjs.entry.js +0 -18
  569. package/dist/cjs/eds-icon-public.cjs.entry.js +0 -18
  570. package/dist/cjs/eds-icon-search.cjs.entry.js +0 -18
  571. package/dist/cjs/eds-icon-star.cjs.entry.js +0 -18
  572. package/dist/cjs/eds-icon-start.cjs.entry.js +0 -18
  573. package/dist/cjs/eds-icon-success.cjs.entry.js +0 -18
  574. package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +0 -18
  575. package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +0 -18
  576. package/dist/cjs/eds-icon-tutorial.cjs.entry.js +0 -18
  577. package/dist/cjs/eds-icon-unknown.cjs.entry.js +0 -18
  578. package/dist/cjs/eds-icon-updown.cjs.entry.js +0 -18
  579. package/dist/cjs/eds-icon-user.cjs.entry.js +0 -18
  580. package/dist/cjs/eds-icon-view.cjs.entry.js +0 -18
  581. package/dist/cjs/eds-progress-bar.cjs.entry.js +0 -56
  582. package/dist/cjs/eds-social-networks.cjs.entry.js +0 -64
  583. package/dist/cjs/eds-trl.cjs.entry.js +0 -51
  584. package/dist/cjs/eu-b9665157.js +0 -32
  585. package/dist/cjs/index-ab9fbefe.js +0 -48
  586. package/dist/cjs/loader-72f9d178.js +0 -32
  587. package/dist/cjs/logo-color-6c787ac1.js +0 -117
  588. package/dist/cjs/logo-color-margins-b49c0f46.js +0 -120
  589. package/dist/cjs/logo-white-no-bg-4a0e0f4b.js +0 -1039
  590. package/dist/cjs/menu-7050a6d1.js +0 -13
  591. package/dist/cjs/minus-1da6a98a.js +0 -13
  592. package/dist/cjs/more-1d3dd8bc.js +0 -15
  593. package/dist/cjs/paper-0d6302f6.js +0 -17
  594. package/dist/cjs/plus-d0e00ad0.js +0 -14
  595. package/dist/cjs/portal-46212559.js +0 -20
  596. package/dist/cjs/private-38835fe7.js +0 -27
  597. package/dist/cjs/public-b519b1f6.js +0 -18
  598. package/dist/cjs/search-5533d877.js +0 -14
  599. package/dist/cjs/star-942eee9f.js +0 -7
  600. package/dist/cjs/start-c0ccfddd.js +0 -5
  601. package/dist/cjs/success-ef661a11.js +0 -20
  602. package/dist/cjs/thumbs-down-714036b1.js +0 -7
  603. package/dist/cjs/thumbs-up-411babb8.js +0 -8
  604. package/dist/cjs/tutotial-7855df3c.js +0 -29
  605. package/dist/cjs/unknown-6814e551.js +0 -24
  606. package/dist/cjs/up-and-down-6f179dd8.js +0 -14
  607. package/dist/cjs/user-a3c2230f.js +0 -18
  608. package/dist/cjs/view-80d5c6c8.js +0 -5
  609. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +0 -9
  610. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +0 -63
  611. package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +0 -227
  612. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.css +0 -249
  613. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.js +0 -95
  614. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.stories.js +0 -71
  615. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +0 -103
  616. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +0 -314
  617. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +0 -77
  618. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +0 -36
  619. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +0 -36
  620. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +0 -36
  621. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +0 -36
  622. package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +0 -36
  623. package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +0 -36
  624. package/dist/collection/components/eds-icons/eds-icon-bin/eds-icon-bin.js +0 -36
  625. package/dist/collection/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.js +0 -36
  626. package/dist/collection/components/eds-icons/eds-icon-clone/eds-icon-clone.js +0 -36
  627. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +0 -36
  628. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +0 -36
  629. package/dist/collection/components/eds-icons/eds-icon-download/eds-icon-download.js +0 -36
  630. package/dist/collection/components/eds-icons/eds-icon-draft/eds-icon-draft.js +0 -36
  631. package/dist/collection/components/eds-icons/eds-icon-edit/eds-icon-edit.js +0 -36
  632. package/dist/collection/components/eds-icons/eds-icon-external/eds-icon-external.js +0 -36
  633. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +0 -36
  634. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +0 -36
  635. package/dist/collection/components/eds-icons/eds-icon-minus/eds-icon-minus.js +0 -36
  636. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +0 -36
  637. package/dist/collection/components/eds-icons/eds-icon-paper/eds-icon-paper.js +0 -36
  638. package/dist/collection/components/eds-icons/eds-icon-plus/eds-icon-plus.js +0 -36
  639. package/dist/collection/components/eds-icons/eds-icon-portal/eds-icon-portal.js +0 -36
  640. package/dist/collection/components/eds-icons/eds-icon-private/eds-icon-private.js +0 -36
  641. package/dist/collection/components/eds-icons/eds-icon-public/eds-icon-public.js +0 -36
  642. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +0 -36
  643. package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +0 -36
  644. package/dist/collection/components/eds-icons/eds-icon-start/eds-icon-start.js +0 -36
  645. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +0 -36
  646. package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +0 -36
  647. package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +0 -36
  648. package/dist/collection/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.js +0 -36
  649. package/dist/collection/components/eds-icons/eds-icon-unknown/eds-icon-unknown.js +0 -36
  650. package/dist/collection/components/eds-icons/eds-icon-updown/eds-icon-updown.js +0 -36
  651. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +0 -36
  652. package/dist/collection/components/eds-icons/eds-icon-view/eds-icon-view.js +0 -36
  653. package/dist/collection/components/eds-trl/eds-trl.js +0 -68
  654. package/dist/components/arrow-diagonal-black.js +0 -3
  655. package/dist/components/arrow-right.js +0 -5
  656. package/dist/components/bin.js +0 -3
  657. package/dist/components/bookmark.js +0 -16
  658. package/dist/components/chevron-down.js +0 -12
  659. package/dist/components/chevron-left.js +0 -11
  660. package/dist/components/chevron-right.js +0 -5
  661. package/dist/components/chevron-up.js +0 -12
  662. package/dist/components/clone.js +0 -3
  663. package/dist/components/close.js +0 -5
  664. package/dist/components/copy.js +0 -5
  665. package/dist/components/download.js +0 -18
  666. package/dist/components/draft.js +0 -3
  667. package/dist/components/edit.js +0 -3
  668. package/dist/components/eds-card-project.js +0 -237
  669. package/dist/components/eds-card-section.d.ts +0 -11
  670. package/dist/components/eds-card-section.js +0 -92
  671. package/dist/components/eds-card-tags.d.ts +0 -11
  672. package/dist/components/eds-card-tags.js +0 -45
  673. package/dist/components/eds-card-tool.js +0 -137
  674. package/dist/components/eds-icon-arrow-diagonal.d.ts +0 -11
  675. package/dist/components/eds-icon-arrow-diagonal.js +0 -33
  676. package/dist/components/eds-icon-arrow-right.d.ts +0 -11
  677. package/dist/components/eds-icon-arrow-right.js +0 -33
  678. package/dist/components/eds-icon-bin.js +0 -33
  679. package/dist/components/eds-icon-bookmark.js +0 -33
  680. package/dist/components/eds-icon-chevron-down.d.ts +0 -11
  681. package/dist/components/eds-icon-chevron-down.js +0 -33
  682. package/dist/components/eds-icon-chevron-left.d.ts +0 -11
  683. package/dist/components/eds-icon-chevron-left.js +0 -33
  684. package/dist/components/eds-icon-chevron-right.d.ts +0 -11
  685. package/dist/components/eds-icon-chevron-right.js +0 -33
  686. package/dist/components/eds-icon-chevron-up.js +0 -33
  687. package/dist/components/eds-icon-clone.d.ts +0 -11
  688. package/dist/components/eds-icon-clone.js +0 -33
  689. package/dist/components/eds-icon-close.js +0 -33
  690. package/dist/components/eds-icon-copy.js +0 -33
  691. package/dist/components/eds-icon-download.d.ts +0 -11
  692. package/dist/components/eds-icon-download.js +0 -33
  693. package/dist/components/eds-icon-draft.d.ts +0 -11
  694. package/dist/components/eds-icon-draft.js +0 -33
  695. package/dist/components/eds-icon-edit.js +0 -33
  696. package/dist/components/eds-icon-external.d.ts +0 -11
  697. package/dist/components/eds-icon-external.js +0 -33
  698. package/dist/components/eds-icon-loader.d.ts +0 -11
  699. package/dist/components/eds-icon-loader.js +0 -33
  700. package/dist/components/eds-icon-menu.d.ts +0 -11
  701. package/dist/components/eds-icon-menu.js +0 -33
  702. package/dist/components/eds-icon-minus.d.ts +0 -11
  703. package/dist/components/eds-icon-minus.js +0 -33
  704. package/dist/components/eds-icon-more.d.ts +0 -11
  705. package/dist/components/eds-icon-more.js +0 -33
  706. package/dist/components/eds-icon-paper.d.ts +0 -11
  707. package/dist/components/eds-icon-paper.js +0 -33
  708. package/dist/components/eds-icon-plus.d.ts +0 -11
  709. package/dist/components/eds-icon-plus.js +0 -33
  710. package/dist/components/eds-icon-portal.d.ts +0 -11
  711. package/dist/components/eds-icon-portal.js +0 -33
  712. package/dist/components/eds-icon-private.d.ts +0 -11
  713. package/dist/components/eds-icon-private.js +0 -33
  714. package/dist/components/eds-icon-public.d.ts +0 -11
  715. package/dist/components/eds-icon-public.js +0 -33
  716. package/dist/components/eds-icon-search.d.ts +0 -11
  717. package/dist/components/eds-icon-search.js +0 -33
  718. package/dist/components/eds-icon-star.d.ts +0 -11
  719. package/dist/components/eds-icon-star.js +0 -33
  720. package/dist/components/eds-icon-start.d.ts +0 -11
  721. package/dist/components/eds-icon-start.js +0 -33
  722. package/dist/components/eds-icon-success.d.ts +0 -11
  723. package/dist/components/eds-icon-success.js +0 -33
  724. package/dist/components/eds-icon-thumbs-down.d.ts +0 -11
  725. package/dist/components/eds-icon-thumbs-down.js +0 -33
  726. package/dist/components/eds-icon-thumbs-up.d.ts +0 -11
  727. package/dist/components/eds-icon-thumbs-up.js +0 -33
  728. package/dist/components/eds-icon-tutorial.d.ts +0 -11
  729. package/dist/components/eds-icon-tutorial.js +0 -33
  730. package/dist/components/eds-icon-unknown.d.ts +0 -11
  731. package/dist/components/eds-icon-unknown.js +0 -33
  732. package/dist/components/eds-icon-updown.d.ts +0 -11
  733. package/dist/components/eds-icon-updown.js +0 -33
  734. package/dist/components/eds-icon-user.d.ts +0 -11
  735. package/dist/components/eds-icon-user.js +0 -33
  736. package/dist/components/eds-icon-view.d.ts +0 -11
  737. package/dist/components/eds-icon-view.js +0 -33
  738. package/dist/components/eds-progress-bar2.js +0 -71
  739. package/dist/components/eds-trl.js +0 -150
  740. package/dist/components/loader.js +0 -30
  741. package/dist/components/logo-color-margins.js +0 -118
  742. package/dist/components/logo-color.js +0 -115
  743. package/dist/components/logo-white-no-bg.js +0 -1029
  744. package/dist/components/menu.js +0 -11
  745. package/dist/components/minus.js +0 -11
  746. package/dist/components/more.js +0 -13
  747. package/dist/components/p-024c7937.js +0 -1
  748. package/dist/components/p-05754401.js +0 -1
  749. package/dist/components/p-0be28996.js +0 -1
  750. package/dist/components/p-0da7d1c9.js +0 -1
  751. package/dist/components/p-0e504247.entry.js +0 -1
  752. package/dist/components/p-0e6d43c5.js +0 -1
  753. package/dist/components/p-0f319eac.entry.js +0 -1
  754. package/dist/components/p-112122d6.js +0 -1
  755. package/dist/components/p-11bf02db.entry.js +0 -1
  756. package/dist/components/p-15df046d.entry.js +0 -1
  757. package/dist/components/p-15e5229b.entry.js +0 -1
  758. package/dist/components/p-1804a119.entry.js +0 -1
  759. package/dist/components/p-19c628e6.entry.js +0 -1
  760. package/dist/components/p-19e241e9.entry.js +0 -1
  761. package/dist/components/p-1a674723.entry.js +0 -9
  762. package/dist/components/p-1dd6faeb.entry.js +0 -1
  763. package/dist/components/p-1ded61bd.js +0 -1
  764. package/dist/components/p-2066b033.js +0 -1
  765. package/dist/components/p-2117611b.js +0 -1
  766. package/dist/components/p-21ed7e2e.entry.js +0 -1
  767. package/dist/components/p-2692f93d.js +0 -1
  768. package/dist/components/p-27c4a06e.js +0 -1
  769. package/dist/components/p-29041952.js +0 -1
  770. package/dist/components/p-2bd9605b.entry.js +0 -1
  771. package/dist/components/p-2e3bd154.entry.js +0 -1
  772. package/dist/components/p-3004d956.entry.js +0 -1
  773. package/dist/components/p-313b04c9.entry.js +0 -1
  774. package/dist/components/p-31a3c6a2.entry.js +0 -1
  775. package/dist/components/p-32e6c4df.js +0 -1
  776. package/dist/components/p-3778e162.entry.js +0 -1
  777. package/dist/components/p-39548acc.entry.js +0 -1
  778. package/dist/components/p-3aac5c73.entry.js +0 -1
  779. package/dist/components/p-43bc9224.entry.js +0 -1
  780. package/dist/components/p-454bdd5a.js +0 -1
  781. package/dist/components/p-4587d0ef.js +0 -1
  782. package/dist/components/p-46d0716d.js +0 -1
  783. package/dist/components/p-48eaf544.entry.js +0 -1
  784. package/dist/components/p-4c2a8bf1.entry.js +0 -1
  785. package/dist/components/p-4eaa7ba2.entry.js +0 -1
  786. package/dist/components/p-4eb2cf7f.js +0 -1
  787. package/dist/components/p-5157eb25.entry.js +0 -1
  788. package/dist/components/p-52c28fa2.js +0 -1
  789. package/dist/components/p-553ca350.js +0 -1
  790. package/dist/components/p-58967f53.js +0 -1
  791. package/dist/components/p-59d2b2a9.entry.js +0 -1
  792. package/dist/components/p-5c28d2d3.entry.js +0 -1
  793. package/dist/components/p-5d046674.js +0 -1
  794. package/dist/components/p-63d9ab86.entry.js +0 -1
  795. package/dist/components/p-640c4463.entry.js +0 -1
  796. package/dist/components/p-643eee62.entry.js +0 -1
  797. package/dist/components/p-64be8ed5.entry.js +0 -1
  798. package/dist/components/p-694fc085.js +0 -1
  799. package/dist/components/p-70cbe02d.entry.js +0 -1
  800. package/dist/components/p-7198c024.js +0 -1
  801. package/dist/components/p-7aa97ad6.entry.js +0 -1
  802. package/dist/components/p-83b26d8c.entry.js +0 -1
  803. package/dist/components/p-83dde536.entry.js +0 -1
  804. package/dist/components/p-83ff4a95.js +0 -1
  805. package/dist/components/p-86bb73dc.js +0 -1
  806. package/dist/components/p-8779905b.entry.js +0 -1
  807. package/dist/components/p-88814860.entry.js +0 -1
  808. package/dist/components/p-8983de37.js +0 -1
  809. package/dist/components/p-8c42cefe.entry.js +0 -1
  810. package/dist/components/p-8c520685.entry.js +0 -1
  811. package/dist/components/p-8cba26bd.entry.js +0 -1
  812. package/dist/components/p-8ef830f5.entry.js +0 -1
  813. package/dist/components/p-942f4a95.entry.js +0 -1
  814. package/dist/components/p-9b05145b.entry.js +0 -1
  815. package/dist/components/p-9c5a453b.js +0 -1
  816. package/dist/components/p-9d57b51f.entry.js +0 -1
  817. package/dist/components/p-9e46df74.entry.js +0 -1
  818. package/dist/components/p-a38bb645.entry.js +0 -1
  819. package/dist/components/p-a61dbad5.entry.js +0 -1
  820. package/dist/components/p-a8e5591c.entry.js +0 -1
  821. package/dist/components/p-aefcb641.js +0 -1
  822. package/dist/components/p-afceabd6.entry.js +0 -1
  823. package/dist/components/p-b00352ff.entry.js +0 -1
  824. package/dist/components/p-b73410de.js +0 -1
  825. package/dist/components/p-b822abb7.js +0 -1
  826. package/dist/components/p-b93f983c.entry.js +0 -1
  827. package/dist/components/p-ba720bf3.js +0 -1
  828. package/dist/components/p-bb6a6de2.entry.js +0 -1
  829. package/dist/components/p-bc2204f3.entry.js +0 -1
  830. package/dist/components/p-bef9bf37.entry.js +0 -1
  831. package/dist/components/p-c1ad7132.entry.js +0 -1
  832. package/dist/components/p-c1e4ef92.js +0 -1
  833. package/dist/components/p-c776b6f8.js +0 -1
  834. package/dist/components/p-c8e7c854.js +0 -1
  835. package/dist/components/p-cb5e39d1.entry.js +0 -1
  836. package/dist/components/p-ccb6ad15.entry.js +0 -1
  837. package/dist/components/p-cdf19579.js +0 -1
  838. package/dist/components/p-d090b9fa.entry.js +0 -1
  839. package/dist/components/p-d11f2808.entry.js +0 -1
  840. package/dist/components/p-d6e5a9fb.entry.js +0 -1
  841. package/dist/components/p-d958e1f3.entry.js +0 -1
  842. package/dist/components/p-d962849c.js +0 -1
  843. package/dist/components/p-da7b4b6a.entry.js +0 -1
  844. package/dist/components/p-da96c7cd.entry.js +0 -1
  845. package/dist/components/p-dea41137.entry.js +0 -1
  846. package/dist/components/p-e01cf4f8.entry.js +0 -1
  847. package/dist/components/p-e2d5a487.js +0 -1
  848. package/dist/components/p-e5a1118d.entry.js +0 -1
  849. package/dist/components/p-eb818455.entry.js +0 -1
  850. package/dist/components/p-ece618b3.js +0 -1
  851. package/dist/components/p-f061ff11.entry.js +0 -1
  852. package/dist/components/p-f0a330ef.entry.js +0 -1
  853. package/dist/components/p-f11e3f42.entry.js +0 -1
  854. package/dist/components/p-f227bac5.entry.js +0 -1
  855. package/dist/components/p-f24bfc6a.entry.js +0 -1
  856. package/dist/components/p-f2abe4d8.js +0 -1
  857. package/dist/components/p-fda3df86.entry.js +0 -1
  858. package/dist/components/paper.js +0 -15
  859. package/dist/components/plus.js +0 -12
  860. package/dist/components/portal.js +0 -18
  861. package/dist/components/private.js +0 -25
  862. package/dist/components/public.js +0 -16
  863. package/dist/components/search.js +0 -12
  864. package/dist/components/star.js +0 -5
  865. package/dist/components/start.js +0 -3
  866. package/dist/components/success.js +0 -18
  867. package/dist/components/thumbs-down.js +0 -5
  868. package/dist/components/thumbs-up.js +0 -6
  869. package/dist/components/tutotial.js +0 -27
  870. package/dist/components/unknown.js +0 -22
  871. package/dist/components/up-and-down.js +0 -12
  872. package/dist/components/user.js +0 -16
  873. package/dist/components/view.js +0 -3
  874. package/dist/esm/arrow-diagonal-black-8f0494c3.js +0 -3
  875. package/dist/esm/arrow-right-9322ba8a.js +0 -5
  876. package/dist/esm/bin-37cad2f0.js +0 -3
  877. package/dist/esm/bookmark-c200037c.js +0 -16
  878. package/dist/esm/chevron-down-6144c823.js +0 -12
  879. package/dist/esm/chevron-left-ca6c66e1.js +0 -11
  880. package/dist/esm/chevron-right-b88ed2d4.js +0 -5
  881. package/dist/esm/chevron-up-c66bd477.js +0 -12
  882. package/dist/esm/clone-dab56639.js +0 -3
  883. package/dist/esm/close-87fc0d63.js +0 -5
  884. package/dist/esm/copy-03b72cb6.js +0 -5
  885. package/dist/esm/download-47746956.js +0 -18
  886. package/dist/esm/draft-dd5dada2.js +0 -3
  887. package/dist/esm/edit-3893a517.js +0 -3
  888. package/dist/esm/eds-accordion_37.entry.js +0 -6868
  889. package/dist/esm/eds-card-desc_2.entry.js +0 -72
  890. package/dist/esm/eds-card-generic.entry.js +0 -87
  891. package/dist/esm/eds-card-project.entry.js +0 -191
  892. package/dist/esm/eds-card-section.entry.js +0 -35
  893. package/dist/esm/eds-card-tags.entry.js +0 -18
  894. package/dist/esm/eds-card-tool.entry.js +0 -75
  895. package/dist/esm/eds-footer.entry.js +0 -63
  896. package/dist/esm/eds-fullscreen-menu.entry.js +0 -87
  897. package/dist/esm/eds-icon-arrow-diagonal.entry.js +0 -14
  898. package/dist/esm/eds-icon-arrow-right.entry.js +0 -14
  899. package/dist/esm/eds-icon-bin.entry.js +0 -14
  900. package/dist/esm/eds-icon-bookmark.entry.js +0 -14
  901. package/dist/esm/eds-icon-chevron-down.entry.js +0 -14
  902. package/dist/esm/eds-icon-chevron-left.entry.js +0 -14
  903. package/dist/esm/eds-icon-chevron-right.entry.js +0 -14
  904. package/dist/esm/eds-icon-chevron-up.entry.js +0 -14
  905. package/dist/esm/eds-icon-clone.entry.js +0 -14
  906. package/dist/esm/eds-icon-close.entry.js +0 -14
  907. package/dist/esm/eds-icon-copy.entry.js +0 -14
  908. package/dist/esm/eds-icon-download.entry.js +0 -14
  909. package/dist/esm/eds-icon-draft.entry.js +0 -14
  910. package/dist/esm/eds-icon-edit.entry.js +0 -14
  911. package/dist/esm/eds-icon-external.entry.js +0 -14
  912. package/dist/esm/eds-icon-loader.entry.js +0 -14
  913. package/dist/esm/eds-icon-menu.entry.js +0 -14
  914. package/dist/esm/eds-icon-minus.entry.js +0 -14
  915. package/dist/esm/eds-icon-more.entry.js +0 -14
  916. package/dist/esm/eds-icon-paper.entry.js +0 -14
  917. package/dist/esm/eds-icon-plus.entry.js +0 -14
  918. package/dist/esm/eds-icon-portal.entry.js +0 -14
  919. package/dist/esm/eds-icon-private.entry.js +0 -14
  920. package/dist/esm/eds-icon-public.entry.js +0 -14
  921. package/dist/esm/eds-icon-search.entry.js +0 -14
  922. package/dist/esm/eds-icon-star.entry.js +0 -14
  923. package/dist/esm/eds-icon-start.entry.js +0 -14
  924. package/dist/esm/eds-icon-success.entry.js +0 -14
  925. package/dist/esm/eds-icon-thumbs-down.entry.js +0 -14
  926. package/dist/esm/eds-icon-thumbs-up.entry.js +0 -14
  927. package/dist/esm/eds-icon-tutorial.entry.js +0 -14
  928. package/dist/esm/eds-icon-unknown.entry.js +0 -14
  929. package/dist/esm/eds-icon-updown.entry.js +0 -14
  930. package/dist/esm/eds-icon-user.entry.js +0 -14
  931. package/dist/esm/eds-icon-view.entry.js +0 -14
  932. package/dist/esm/eds-progress-bar.entry.js +0 -52
  933. package/dist/esm/eds-social-networks.entry.js +0 -60
  934. package/dist/esm/eds-trl.entry.js +0 -47
  935. package/dist/esm/eu-9ddde93a.js +0 -30
  936. package/dist/esm/index-39c58238.js +0 -46
  937. package/dist/esm/loader-c9628637.js +0 -30
  938. package/dist/esm/logo-color-7f1fd803.js +0 -115
  939. package/dist/esm/logo-color-margins-ff8ce71b.js +0 -118
  940. package/dist/esm/logo-white-no-bg-f382f86f.js +0 -1029
  941. package/dist/esm/menu-340ea948.js +0 -11
  942. package/dist/esm/minus-b30a7c71.js +0 -11
  943. package/dist/esm/more-4449d549.js +0 -13
  944. package/dist/esm/paper-8e74ea31.js +0 -15
  945. package/dist/esm/plus-89c07be2.js +0 -12
  946. package/dist/esm/portal-d6c8ce56.js +0 -18
  947. package/dist/esm/private-1c25ff8e.js +0 -25
  948. package/dist/esm/public-d4d8c585.js +0 -16
  949. package/dist/esm/search-fbcd79c2.js +0 -12
  950. package/dist/esm/star-0da9b5e9.js +0 -5
  951. package/dist/esm/start-65126a4f.js +0 -3
  952. package/dist/esm/success-443809da.js +0 -18
  953. package/dist/esm/thumbs-down-a18fd049.js +0 -5
  954. package/dist/esm/thumbs-up-c19a71bc.js +0 -6
  955. package/dist/esm/tutotial-150ee1fd.js +0 -27
  956. package/dist/esm/unknown-ed01a24c.js +0 -22
  957. package/dist/esm/up-and-down-8b69ca97.js +0 -12
  958. package/dist/esm/user-71ebdc15.js +0 -16
  959. package/dist/esm/view-e900f2d4.js +0 -3
  960. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +0 -65
  961. package/dist/types/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.d.ts +0 -15
  962. package/dist/types/components/eds-cards/eds-card-project/eds-card-project.d.ts +0 -54
  963. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.d.ts +0 -70
  964. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.stories.d.ts +0 -68
  965. package/dist/types/components/eds-cards/eds-card-tool/eds-card-tool.d.ts +0 -79
  966. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.d.ts +0 -29
  967. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.d.ts +0 -10
  968. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.d.ts +0 -10
  969. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.d.ts +0 -10
  970. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.d.ts +0 -10
  971. package/dist/types/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.d.ts +0 -10
  972. package/dist/types/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.d.ts +0 -10
  973. package/dist/types/components/eds-icons/eds-icon-bin/eds-icon-bin.d.ts +0 -10
  974. package/dist/types/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.d.ts +0 -10
  975. package/dist/types/components/eds-icons/eds-icon-clone/eds-icon-clone.d.ts +0 -10
  976. package/dist/types/components/eds-icons/eds-icon-close/eds-icon-close.d.ts +0 -10
  977. package/dist/types/components/eds-icons/eds-icon-copy/eds-icon-copy.d.ts +0 -10
  978. package/dist/types/components/eds-icons/eds-icon-download/eds-icon-download.d.ts +0 -10
  979. package/dist/types/components/eds-icons/eds-icon-draft/eds-icon-draft.d.ts +0 -10
  980. package/dist/types/components/eds-icons/eds-icon-edit/eds-icon-edit.d.ts +0 -10
  981. package/dist/types/components/eds-icons/eds-icon-external/eds-icon-external.d.ts +0 -10
  982. package/dist/types/components/eds-icons/eds-icon-loader/eds-icon-loader.d.ts +0 -10
  983. package/dist/types/components/eds-icons/eds-icon-menu/eds-icon-menu.d.ts +0 -10
  984. package/dist/types/components/eds-icons/eds-icon-minus/eds-icon-minus.d.ts +0 -10
  985. package/dist/types/components/eds-icons/eds-icon-more/eds-icon-more.d.ts +0 -10
  986. package/dist/types/components/eds-icons/eds-icon-paper/eds-icon-paper.d.ts +0 -10
  987. package/dist/types/components/eds-icons/eds-icon-plus/eds-icon-plus.d.ts +0 -10
  988. package/dist/types/components/eds-icons/eds-icon-portal/eds-icon-portal.d.ts +0 -10
  989. package/dist/types/components/eds-icons/eds-icon-private/eds-icon-private.d.ts +0 -10
  990. package/dist/types/components/eds-icons/eds-icon-public/eds-icon-public.d.ts +0 -10
  991. package/dist/types/components/eds-icons/eds-icon-search/eds-icon-search.d.ts +0 -10
  992. package/dist/types/components/eds-icons/eds-icon-star/eds-icon-star.d.ts +0 -10
  993. package/dist/types/components/eds-icons/eds-icon-start/eds-icon-start.d.ts +0 -10
  994. package/dist/types/components/eds-icons/eds-icon-success/eds-icon-success.d.ts +0 -10
  995. package/dist/types/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.d.ts +0 -10
  996. package/dist/types/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.d.ts +0 -10
  997. package/dist/types/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.d.ts +0 -10
  998. package/dist/types/components/eds-icons/eds-icon-unknown/eds-icon-unknown.d.ts +0 -10
  999. package/dist/types/components/eds-icons/eds-icon-updown/eds-icon-updown.d.ts +0 -10
  1000. package/dist/types/components/eds-icons/eds-icon-user/eds-icon-user.d.ts +0 -10
  1001. package/dist/types/components/eds-icons/eds-icon-view/eds-icon-view.d.ts +0 -10
  1002. package/dist/types/components/eds-trl/eds-trl.d.ts +0 -12
  1003. /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/components/stencil.config.d.ts +0 -0
  1004. /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/index.d.ts +0 -0
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{a}from"./p-32e6c4df.js";const c=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"6acdb63c6b56cebeba425280366ab945cb425490",class:this.class,innerHTML:a})}};export{c as eds_icon_arrow_diagonal}
@@ -1 +0,0 @@
1
- import{r as i,h as t,g as e}from"./p-271c61ff.js";import{s as r}from"./p-d15065c3.js";const o=class{constructor(t){i(this,t),this.cardTitle=void 0,this.url=void 0,this.description=void 0,this.image=void 0,this.avatar=void 0,this.shortAbbreviation=void 0,this.headingLevel="h5",this.tags="",this.tiny=!1,this.bg=!0,this.withHover=!0,this.external=!1,this.hierarchy=!0}get parsedTags(){if("object"==typeof this.tags)return this.tags;if("string"==typeof this.tags)try{return JSON.parse(this.tags)}catch(i){return console.error("Error parsing links prop:",i),[]}return[]}componentWillLoad(){}parseTags(){return this.tags.split(",")}articleClasses(){return[this.tiny?"min-h-120":"min-h-156",this.bg?"bg-inverse":"bg-default",this.withHover?"effect-shadow hover:shadow-hover cursor-pointer":"","border-softer effect-focus-within relative flex grow flex-col rounded-lg border-2 p-16"].join(" ")}handleClick(){var i;r({category:"ui-component",tag:this.el.tagName.toLowerCase(),name:(null===(i=this.cardTitle)||void 0===i?void 0:i.toLowerCase())||"",action:"click"})}render(){return t("article",{key:"bde34da77105309a05bf36cc1cf24888e62dc826",class:`${this.el.tagName.toLowerCase()} ${this.articleClasses()}`,onClick:()=>this.handleClick()},t("eds-card-title",{key:"521f11ef8f9f13cdc35b27e45e20d0bec81cc3f8","heading-level":this.headingLevel,titleClass:this.image?"f-ui-01":void 0,"card-title":this.cardTitle,url:this.url,"external-link":this.external,hierarchy:this.hierarchy}),this.description&&t("eds-card-desc",{key:"615ccb630818a49e278f1308aa95caec3a02e3fe",class:"mt-8","truncate-lines":"3",description:this.description}),this.image?t("eds-img",{src:this.image,alt:"Sample Image",width:200,height:150}):this.avatar||this.shortAbbreviation?t("eds-avatar",{class:"order-first mb-12",picture:this.avatar,initials:this.shortAbbreviation}):null,t("div",{key:"40cfa7d940136d4bce5de0c2b37fca91187110f8",class:"flex flex-wrap gap-y-4"},this.parsedTags.map(((i,e)=>t("eds-tag",{key:e,intent:i.style,label:i.label})))))}get el(){return e(this)}};o.style=".h-auto{height:auto}.h-full{height:100%}.\\!min-h-20{min-height:1.25rem !important}.min-h-120{min-height:120px}.min-h-156{min-height:156px}.bg-default{background-color:var(--grey-200)}.bg-inverse{background-color:var(--white)}.effect-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\\:shadow-hover:hover{--tw-shadow:0px 0px 16px rgba(0, 0, 0, 0.2);--tw-shadow-colored:0px 0px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.cursor-pointer{cursor:pointer}.border-soft{border-color:rgba(0, 0, 0, .15 )}.border-softer{border:2px solid rgba(0, 0, 0, .1 )}.effect-focus-within{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.effect-focus-within:focus-within{outline-style:solid}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grow{flex-grow:1}.flex-col{flex-direction:column}.rounded-lg{border-radius:16px}.border-2{border-width:2px}.p-12{padding:0.75rem}.p-16{padding:1rem}.mt-6{margin-top:0.375rem}.mt-8{margin-top:0.5rem}.gap-y-4{row-gap:0.25rem}.order-first{order:-9999}.mb-10{margin-bottom:0.625rem}.mb-12{margin-bottom:0.75rem}";export{o as eds_card_tool}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{p as t}from"./p-694fc085.js";const a=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"6a7653b8ef8137f6257a2e0c546200bc5afb1d2f",class:this.class,innerHTML:t})}};export{a as eds_icon_private}
@@ -1 +0,0 @@
1
- import{r as e,c as t,h as i,g as r}from"./p-271c61ff.js";const n=class{constructor(i){e(this,i),this.cookies=t(this,"cookies",7),this.backToTop=()=>{window.scrollTo({top:0,behavior:"smooth"})},this.social=!1,this.enableScrollTop=!1,this.fundedBy="EBRAINS is funded by the Horizon Europe Framework Programme.",this.rightsReserved=`${(new Date).getFullYear()} EBRAINS. All rights reserved.`,this.cookiesPreferences="Cookies preferences",this.enableCookiesSettings=!1,this.backToTopAriaLabel="Back to Top",this.showMatomoNotice=!1}componentDidLoad(){var e;this.backBtn=null===(e=this.el.shadowRoot)||void 0===e?void 0:e.querySelector("#toTop")}handleScroll(){if(!this.backBtn)return;const e=window.scrollY>100&&document.body.scrollHeight>window.innerHeight;this.backBtn.style.opacity=e?"1":"0",this.backBtn.style.pointerEvents=e?"auto":"none";const t=this.backBtn.querySelector("eds-button");t&&(t.removeAttribute("aria-hidden"),t.setAttribute("tabindex",e?"0":"-1"))}toggleCookiesConsent(){this.cookies.emit("toggle")}render(){const e=(new Date).getFullYear(),t=this.rightsReserved||`${e} EBRAINS. All rights reserved.`;return i("footer",{key:"bf9d98eea0bd151bf87818b770e85fe0cfa1044f"},this.social?i("div",{class:"border-softest border-t-2 pt-20 md:pt-28"},i("div",{class:"container pb-20"},i("div",{class:"grid-layout"},i("div",{class:"grid-col-span-12 lg:grid-col-span-5"},i("eds-social-networks",{class:"mt-28"}))))):null,i("div",{key:"c0058cd32e2904e4e08ec46b99a0cbbabb5df588",class:`border-softest ${this.social?"border-t-2":""} pb-28 pt-20 md:pt-28`},i("div",{key:"4f2993ccded30ca66da34eca632b62abf02e06d5",class:"container flex items-center gap-20 lg:flex-nowrap"},i("div",{key:"81efd584b5de410522d338bb6ab4b53096a36868",class:"flex items-center gap-x-12"},i("a",{key:"5a641163b3cb1549ee886e9029b65a012b31cd85",target:"_blank",rel:"noopener noreferrer",class:"effect-focus focus-visible:rounded-xs flex w-[54px] ml-0",href:"https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en","aria-label":"Learn about Horizon Europe funding"},i("svg",{key:"ccec5c50780a74912f51a46e79c5064e099cf678",class:"h-auto w-full fill-current",width:"63",height:"50",viewBox:"0 0 640 480",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i("path",{key:"8aa7bbb7cd4e3386c11c194af1ee63a19fa9de34",d:"M0 0h640v480H0V0z",fill:"#039"}),i("path",{key:"c5fcce97d10391a07c081558b970175d80da1106",d:"M325.032 93.15l17.513-.398-14.401 9.972 5.789 16.53L320 108.639l-13.933 10.615 5.789-16.531-14.399-9.97 17.51.396L320 76.374l5.032 16.775zm0 284.444l17.513-.398-14.401 9.972 5.789 16.53L320 393.083l-13.933 10.615 5.789-16.531-14.399-9.97 17.51.397L320 360.818l5.032 16.776zm-147.25-158.983l5.029 16.761 17.511-.397-14.4 9.969 5.79 16.533-13.933-10.616-13.932 10.616 5.788-16.531-14.401-9.971 17.511.397 5.028-16.761.004-.015.001.003.001-.003.003.015zm77.885-105.334l17.511-.397-14.401 9.971 5.79 16.531-13.932-10.614-13.933 10.615 5.788-16.531-14.4-9.971h.005l-.003-.001 17.51.397 5.033-16.775 5.032 16.775zm-52.729 52.729l17.511-.398h.002l-14.402 9.971 5.79 16.531-13.933-10.615-13.932 10.615 5.789-16.532-14.4-9.97 17.51.397 5.033-16.776 5.032 16.777zm-5.001 125.803l5.027 16.759 17.513-.397-14.401 9.971 5.79 16.531-.005-.005.003.006-13.932-10.615-13.933 10.615 5.788-16.532-14.398-9.97 17.51.396 5.029-16.759.004-.016v.003l.002-.003.003.016zm51.445 47.71l5.027 16.76 17.513-.397-14.401 9.97 5.791 16.532-.004-.004.002.004-13.933-10.615-13.933 10.615 5.788-16.532-14.398-9.97 17.51.397 5.029-16.76.004-.016v.003l.002-.003.003.016zm217.873-104.147l17.511-.397-14.401 9.969 5.79 16.533-13.934-10.616-13.931 10.616 5.789-16.533-14.399-9.969 17.509.397 5.034-16.776 5.032 16.776zm-63.958-95.997l-5.786-16.522 14.401-9.972-17.511.398-5.033-16.778-5.034 16.777-17.51-.398 14.4 9.972-5.789 16.53 13.932-10.614 13.934 10.614-.004-.007zm38.797 42.122l13.934 10.614-.004-.007-5.787-16.524 14.401-9.971-17.51.399-5.033-16.778-5.033 16.777-17.51-.398h-.001l14.399 9.972-5.787 16.529 13.931-10.613zm5.007 127.071l17.51-.397-14.4 9.971 5.79 16.531-13.933-10.614-13.932 10.615 5.788-16.531-14.401-9.971h.005l-.003-.001 17.51.397 5.033-16.775 5.033 16.775zm-51.446 47.711l17.511-.397-14.4 9.97 5.79 16.532-13.933-10.615-13.933 10.615 5.789-16.531-14.401-9.971h.002l17.51.397 5.033-16.776 5.032 16.776z",fill:"#FC0"})))),i("div",{key:"11168a0466d48398c6e9318317141966b5a2f996"},i("div",{key:"3728a394fd33133169f17e26ba5135e4c7e28f0a",class:"f-ui-02 text-light"},i("p",{key:"2329c76b69487d4c4f8fff0b0daa0ab8ce0ea15c"},this.fundedBy),i("div",{key:"c9423d9261da2d3f0ff3b5f00fc8e24522733f32",class:"mt-4 flex flex-wrap gap-12 lg:flex-nowrap inline-block"},i("span",{key:"3257b0c6f7952e4d70e35fa93ba8e4bae23369b7",class:"effect-focus !no-underline decoration-2 underline-offset-4 hover:!underline mr-4"},"© ",t),this.enableCookiesSettings?i("eds-link",{label:this.cookiesPreferences,intent:"underline",size:"small",onClick:()=>{this.toggleCookiesConsent()}}):null))),i("div",{key:"9ef1a84e41dea0dda90a699a9ff8a844e3b6294d",class:"ml-auto pl-12"},this.enableScrollTop?i("div",{id:"toTop",class:"transition-all transition duration-75 opacity-0"},i("eds-button",{id:"backToTop","aria-label":this.backToTopAriaLabel,intent:"ghostInverse",icon:"chevron-up",onClick:this.backToTop,tabindex:"-1"})):null))))}get el(){return r(this)}};n.style="p{margin:0}.cursor-pointer{cursor:pointer}.ml-4{margin-left:0.25rem}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.bg-darker{background-color:var(--grey-400)}.border-softest{border-color:rgba(0, 0, 0, .05)}.border-t-2{border-top-width:2px}.pt-20{padding-top:1.25rem}.pb-28{padding-bottom:1.75rem}.grid-layout{display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-col-span-12{--container-grid-columns:12;grid-column:span 12 / span 12}.mt-28{margin-top:1.75rem}.gap-y-12{row-gap:0.75rem}.gap-x-12{-moz-column-gap:0.75rem;column-gap:0.75rem}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-20{gap:1.25rem}.effect-focus{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.focus-visible\\:rounded-xs:focus-visible{border-radius:4px}.flex{display:flex}.w-\\[54px\\]{width:54px}.ml-0{margin-left:0rem}.order-last{order:9999}.w-full{width:100%}.f-ui-04{font-family:var(--f-ui-04-fontFamily);font-weight:var(--f-ui-04-fontWeight);font-size:var(--f-ui-04-fontSize);line-height:var(--f-ui-04-lineHeight);letter-spacing:var(--f-ui-04-letterSpacing)}.text-light{color:var(--grey-700)}.mt-4{margin-top:0.25rem}.mr-4{margin-right:0.25rem}.gap-12{gap:0.75rem}.inline-block{display:inline-block}.\\!no-underline{text-decoration-line:none !important}.decoration-2{text-decoration-thickness:2px}.underline-offset-4{text-underline-offset:4px}.hover\\:\\!underline:hover{text-decoration-line:underline !important}.ml-auto{margin-left:auto}.pl-12{padding-left:0.75rem}.opacity-0{opacity:0}@media (min-width: 750px){.md\\:pt-28{padding-top:1.75rem}}@media (min-width: 900px){.lg\\:grid-col-span-5{--container-grid-columns:5;grid-column:span 5 / span 5}.lg\\:grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.lg\\:grid-col-start-7{grid-column-start:7}.lg\\:mt-0{margin-top:0rem}.lg\\:flex-nowrap{flex-wrap:nowrap}.lg\\:order-none{order:0}.lg\\:w-auto{width:auto}}@media (min-width: 1024px){.xl\\:pb-40{padding-bottom:2.5rem}}";export{n as eds_footer}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{c as e}from"./p-ece618b3.js";const c=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"4fc3150f6c0e74f03ad2bd45b239b3fe20b799d7",class:this.class,innerHTML:e})}};export{c as eds_icon_chevron_left}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{v as a}from"./p-f2abe4d8.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"3414ec5143236a2c8821f460a50684b0a6b565a9",class:this.class,innerHTML:a})}};export{e as eds_icon_view}
@@ -1 +0,0 @@
1
- const t='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1014.1 1278.26" style="enable-background:new 0 0 1014.1 1278.26;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#383838;}\n\t.st1{fill:url(#SVGID_1_);}\n\t.st3{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Logo">\n\t<g>\n\t\t<g>\n\t\t\t<g>\n\t\t\t\t<path class="st0" d="M213.54,1126.86h-49.66c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\t\t\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\t\t\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\t\t\t\tC215.61,1127.79,214.69,1126.86,213.54,1126.86z"/>\n\t\t\t\t<path class="st0" d="M322.17,1080.02c-0.58-0.36-1.16-0.69-1.74-1c0,0,0-0.01,0-0.01c-3.47-2.18-2.93-7.68,0-9.44\n\t\t\t\t\tc3.37-2.26,6.07-5.27,8.09-9.03c2.02-3.76,3.03-8.39,3.03-13.89c0-6.53-1.53-12.41-4.58-17.64c-3.05-5.22-7.65-9.37-13.8-12.44\n\t\t\t\t\tc-6.15-3.07-13.91-4.61-23.28-4.61h-46.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h48.54\n\t\t\t\t\tc10.23,0,18.63-1.56,25.21-4.68c6.58-3.12,11.44-7.35,14.6-12.7c3.16-5.35,4.74-11.4,4.74-18.15c0-6.83-1.38-12.64-4.13-17.41\n\t\t\t\t\tC329.83,1086.31,326.36,1082.62,322.17,1080.02z M261.46,1040.76c0.12-7.45,3.24-11.73,11.81-11.84h15.4\n\t\t\t\t\tc7.91,0,13.77,1.85,17.6,5.55c3.82,3.7,5.74,8.28,5.74,13.73c0,4.26-1.06,7.94-3.19,11.06c-2.13,3.12-4.99,5.53-8.58,7.25\n\t\t\t\t\tc-3.59,1.72-7.62,2.58-12.09,2.58h-14.78c-8.65-0.08-11.79-4.36-11.91-11.84V1040.76z M310.72,1121.38\n\t\t\t\t\tc-4.13,3.7-10.96,5.55-20.5,5.55h-16.86c-8.63-0.08-11.77-4.37-11.89-11.84v-18.62c0.12-7.42,3.22-11.7,11.72-11.84h17.75\n\t\t\t\t\tc5.33,0,9.94,1.03,13.83,3.09c3.89,2.06,6.89,4.84,8.99,8.32c2.11,3.48,3.16,7.31,3.16,11.48\n\t\t\t\t\tC316.91,1113.07,314.85,1117.69,310.72,1121.38z"/>\n\t\t\t\t<path class="st0" d="M432.08,1096.47c-1.32-2.42-0.68-6.41,2.72-8.58c0,0-0.01,0-0.02,0c5.79-3.3,10.21-7.7,13.25-13.21\n\t\t\t\t\tc3.38-6.13,5.06-13.23,5.06-21.31c0-8.12-1.68-15.29-5.03-21.5c-3.35-6.21-8.41-11.08-15.18-14.6\n\t\t\t\t\tc-6.77-3.52-15.27-5.29-25.5-5.29h-45c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-35.71c0.03-7.73,3.16-12.15,12.03-12.19h10.86c3.69,0.07,6.16,1.6,7.97,4.65l23.74,44.23\n\t\t\t\t\tc0.36,0.67,1.06,1.09,1.82,1.09h17.96c1.57,0,2.57-1.69,1.82-3.07L432.08,1096.47z M421.26,1074.12\n\t\t\t\t\tc-4.06,1.85-9.32,2.77-15.76,2.77h-13.22c-8.89-0.03-12.03-4.45-12.06-12.19v-23.35c0-7.83,3.15-12.3,12.15-12.3h12.87\n\t\t\t\t\tc6.58,0,11.9,0.98,15.96,2.93c4.06,1.96,7.05,4.76,8.96,8.41c1.91,3.65,2.87,7.97,2.87,12.96c0,4.94-0.95,9.18-2.84,12.7\n\t\t\t\t\tC428.3,1069.59,425.33,1072.27,421.26,1074.12z"/>\n\t\t\t\t<path class="st0" d="M538.43,1013.33c-0.3-0.82-1.07-1.37-1.95-1.37h-20.11c-0.87,0-1.65,0.55-1.95,1.37l-46.03,127.91\n\t\t\t\t\tc-0.49,1.35,0.51,2.77,1.95,2.77h16.73c0.88,0,1.67-0.56,1.96-1.39l8.51-24.59c1.15-3.32,4.51-8.96,11.66-8.96h34.49\n\t\t\t\t\tc6.96,0,10.32,5.34,11.55,8.69l8.59,24.87c0.29,0.83,1.07,1.39,1.96,1.39h16.73c1.43,0,2.43-1.42,1.95-2.77L538.43,1013.33z\n\t\t\t\t\t M536.72,1092.3h-20.54c-7.87,0-7.47-6.56-6.49-9.39l11.59-33.48c1.31-4.7,8.81-4.47,10.35,0l11.69,33.85\n\t\t\t\t\tC544.21,1086.28,544.28,1092.3,536.72,1092.3z"/>\n\t\t\t\t<path class="st0" d="M622.33,1011.96h-15.78c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C624.4,1012.89,623.47,1011.96,622.33,1011.96z"/>\n\t\t\t\t<path class="st0" d="M757.93,1011.96h-15.59c-1.14,0-2.07,0.93-2.07,2.07v78.86c-0.03,6.53-7.25,7.15-10.52,2.62l-57.27-82.66\n\t\t\t\t\tc-0.39-0.56-1.02-0.89-1.7-0.89h-15.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-78.69c0-6.58,7.27-7.2,10.55-2.63l57.18,82.51c0.39,0.56,1.02,0.89,1.7,0.89h15.16\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C760,1012.89,759.07,1011.96,757.93,1011.96z"/>\n\t\t\t\t<path class="st0" d="M878.54,1092.24c-2.34-4.26-5.41-7.82-9.19-10.7c-3.78-2.88-7.89-5.2-12.31-6.96\n\t\t\t\t\tc-4.43-1.76-8.75-3.16-12.96-4.19l-12.9-3.35c-2.58-0.65-5.26-1.47-8.06-2.48c-2.79-1.01-5.41-2.28-7.83-3.8\n\t\t\t\t\tc-2.43-1.53-4.39-3.43-5.87-5.71c-1.48-2.28-2.22-4.99-2.22-8.12c0-3.74,1.09-7.08,3.26-10.03c2.17-2.94,5.23-5.27,9.19-6.96\n\t\t\t\t\tc3.95-1.7,8.64-2.55,14.06-2.55c7.57,0,13.84,1.69,18.83,5.06c4.52,3.06,7.28,7.24,8.26,12.54c0.18,0.97,1.04,1.67,2.02,1.67\n\t\t\t\t\th15.25c1.21,0,2.17-1.04,2.07-2.25c-0.52-6.18-2.54-11.72-6.07-16.61c-3.95-5.48-9.36-9.79-16.21-12.93\n\t\t\t\t\tc-6.86-3.14-14.75-4.71-23.7-4.71c-8.86,0-16.81,1.58-23.86,4.74c-7.05,3.16-12.64,7.58-16.76,13.25\n\t\t\t\t\tc-4.13,5.67-6.19,12.32-6.19,19.92c0,9.2,3.08,16.59,9.25,22.18c6.17,5.59,14.54,9.82,25.11,12.7l15.6,4.26\n\t\t\t\t\tc4.73,1.25,8.97,2.69,12.73,4.32c3.76,1.63,6.75,3.7,8.96,6.19c2.21,2.49,3.32,5.7,3.32,9.61c0,4.3-1.27,8.05-3.8,11.25\n\t\t\t\t\tc-2.54,3.2-6.01,5.7-10.41,7.48c-4.41,1.78-9.42,2.68-15.06,2.68c-5.11,0-9.81-0.76-14.09-2.29c-4.28-1.53-7.78-3.87-10.51-7.03\n\t\t\t\t\tc-2.39-2.76-3.88-6.14-4.47-10.13c-0.15-1.01-1.02-1.77-2.04-1.77h-15.91c-1.23,0-2.19,1.07-2.07,2.29\n\t\t\t\t\tc0.71,6.99,2.91,13.09,6.59,18.31c4.08,5.78,9.74,10.24,16.96,13.38c7.22,3.14,15.77,4.71,25.66,4.71\n\t\t\t\t\tc10.32,0,19.12-1.68,26.4-5.03c7.28-3.35,12.85-7.93,16.7-13.73c3.85-5.8,5.77-12.44,5.77-19.92\n\t\t\t\t\tC882.05,1101.59,880.88,1096.5,878.54,1092.24z"/>\n\t\t\t</g>\n\t\t</g>\n\t\t<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="249.5635" y1="764.6226" x2="766.0477" y2="248.1384">\n\t\t\t<stop offset="0" style="stop-color:#00A595"/>\n\t\t\t<stop offset="0.4813" style="stop-color:#00C959"/>\n\t\t\t<stop offset="1" style="stop-color:#9CE142"/>\n\t\t</linearGradient>\n\t\t<path class="st1" d="M289.29,254.43c69.1-45.25,130.55-55.07,186.97-42.83c0.01,0,0-0.01,0-0.01c23.51,0.92,15.92-14.4,5.15-21.23\n\t\t\tc-14.2-8.56-28.56-16.25-43.08-22.81c-10.55-4.76-20.96-8.85-31.26-12.27l-60.69,16.26c-18.09,4.85-34.58,14.37-47.82,27.61\n\t\t\tl-97.97,97.97c-13.24,13.24-22.76,29.74-27.61,47.82l-3.74,13.95C207.09,320.42,246.4,282.52,289.29,254.43z M714.48,497.59\n\t\t\tc-0.05-0.03-0.11-0.08-0.12-0.09c15.03,7.49,29.2-0.27,10.59-14.65c-120.33-92.09-245.99-170.09-389.15-119.78\n\t\t\tc-74.47,26.17-139.07,76.8-201.13,127.75c-2.12,14.37-1.33,29.06,2.45,43.17l12.07,45.06c0.11-0.08,0.22-0.17,0.33-0.25\n\t\t\tc75.27-58.2,153.1-118.38,248.77-141.3C504.89,411.96,612.09,445.49,714.48,497.59z M833.7,444.73\n\t\t\tc14.5,9.16,28.51,17.12,42.1,23.93l-33.15-123.72c-4.85-18.09-14.37-34.58-27.61-47.82l-97.97-97.97\n\t\t\tc-13.24-13.24-29.73-22.76-47.82-27.61l-133.82-35.86c-18.09-4.85-37.13-4.85-55.22,0l-31.22,8.37\n\t\t\tc77.1,42.29,136.88,81.54,228.29,171.94C766.96,404.69,781.65,411.85,833.7,444.73z M421.44,742.77\n\t\t\tc-61.75-1.17-114.61,10.93-163.21,30.51l40.33,40.33c13.24,13.24,29.74,22.76,47.82,27.61l133.83,35.86\n\t\t\tc18.09,4.85,37.13,4.85,55.22,0l133.82-35.86c18.09-4.85,34.58-14.37,47.82-27.61l2.6-2.6\n\t\t\tC621.09,773.07,521.26,744.65,421.44,742.77L421.44,742.77z M881.84,499.71c-95.32-48.27-157.65-108.49-173.11-124.07\n\t\t\tc-72.69-73.28-241.37-239.88-414.2-113.2c-44.87,32.88-89.16,73.07-130.31,115.24l-19.28,71.95\n\t\t\tc55.82-44.72,114.62-86.79,182.4-110.61c177.55-62.39,324.4,53.3,466.42,165.19c26.23,20.66,51.72,40.74,76.83,59.22l7.83-29.23\n\t\t\tc2.44-9.11,3.65-18.46,3.63-27.81C882.06,504.16,881.98,501.94,881.84,499.71z M400.5,446.8\n\t\t\tc-93.67,22.44-170.67,81.98-245.15,139.56c-1.16,0.9-2.33,1.8-3.49,2.7l21.1,78.76c1.84,6.86,4.36,13.49,7.49,19.8\n\t\t\tc9.76-6.99,19.43-14.02,29.03-21c80.84-58.82,164.44-119.64,276.14-132.53c121.16-13.97,249.09,27.52,371.12,81.09l5.43-20.27\n\t\t\tC718.58,504.37,557.93,409.09,400.5,446.8z M488.55,559.41c-66.31,7.65-121.53,32.87-173.81,65.39\n\t\t\tc-18.62,11.99-11.52,24.4,6.34,19.15c0.02-0.01,0.03-0.01,0.05-0.01c35.83-11.53,75.35-18.36,120.95-18.11\n\t\t\tc128.48,0.73,255.36,37.11,379.63,82.4c9.77-11.79,16.95-25.55,20.94-40.41l7.43-27.71C730.12,587.19,604.93,545.99,488.55,559.41\n\t\t\tz M200.28,715.32c0.1,0.11,0.2,0.22,0.3,0.32l38.02,38.02c53.89-23.09,112.87-37.71,183.32-36.38\n\t\t\tc107.21,2.04,213.25,33.18,317.45,74.02l75.42-75.42c-122.31-44.37-247.04-79.78-372.76-80.49\n\t\t\tC339.3,634.82,270.16,669.68,200.28,715.32z"/>\n\t</g>\n</g>\n<g id="Margins" class="st2">\n\t<path class="st3" d="M546.76,1261.11H497.1c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,1262.04,547.91,1261.11,546.76,1261.11z"/>\n\t<path class="st3" d="M114.9,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9H86.77c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07H59.46c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69H29.45\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07H2.07c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC115.83,597.35,114.9,598.28,114.9,599.42z"/>\n\t<path class="st3" d="M996.95,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9h-15.83c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07h-12.95c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69h-15.64\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07h-13.01c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC997.88,597.35,996.95,598.28,996.95,599.42z"/>\n\t<path class="st3" d="M546.76,114.9H497.1c-8.81-0.08-11.9-4.53-11.9-12.29V86.77c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07V59.46c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29V29.45\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07V2.07c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,115.83,547.91,114.9,546.76,114.9z"/>\n</g>\n</svg>\n';export{t as v}
@@ -1 +0,0 @@
1
- import{r as e,h as o,g as t}from"./p-271c61ff.js";import{s}from"./p-d15065c3.js";import{c as i}from"./p-112122d6.js";const r=i([],{variants:{color:["green","yellow","among-blue","purple"].reduce(((e,o)=>Object.assign(Object.assign({},e),{[o]:""})),{}),direction:{top:"",bottom:""},pseudo:{true:"before:effect-opacity effect-bg-behind",false:""},hover:{true:"before:opacity-0 hover:before:opacity-100",false:""}},compoundVariants:[{color:"green",direction:"top",pseudo:!0,class:"before:bg-gradient-01-top"},{color:"green",pseudo:!0,direction:"bottom",class:"before:bg-gradient-01-bottom"},{color:"green",direction:"top",pseudo:!1,class:"bg-gradient-01-top"},{color:"green",pseudo:!1,direction:"bottom",class:"bg-gradient-01-bottom"},{color:"yellow",direction:"top",pseudo:!0,class:"before:bg-gradient-02-top"},{color:"yellow",direction:"bottom",pseudo:!0,class:"before:bg-gradient-02-bottom"},{color:"yellow",direction:"top",pseudo:!1,class:"bg-gradient-02-top"},{color:"yellow",direction:"bottom",pseudo:!1,class:"bg-gradient-02-bottom"},{color:"purple",direction:"top",pseudo:!0,class:"before:bg-gradient-03-top"},{color:"purple",direction:"bottom",pseudo:!0,class:"before:bg-gradient-03-bottom"},{color:"purple",direction:"top",pseudo:!1,class:"bg-gradient-03-top"},{color:"purple",direction:"bottom",pseudo:!1,class:"bg-gradient-03-bottom"},{color:"among-blue",direction:"top",pseudo:!0,class:"before:bg-gradient-04-top"},{color:"among-blue",direction:"bottom",pseudo:!0,class:"before:bg-gradient-04-bottom"},{color:"among-blue",direction:"top",pseudo:!1,class:"bg-gradient-04-top"},{color:"among-blue",direction:"bottom",pseudo:!1,class:"bg-gradient-04-bottom"}],defaultVariants:{direction:"top",pseudo:!0}}),d=class{constructor(o){e(this,o),this.image=void 0,this.editorialTitle=void 0,this.headingLevel="h3",this.categoryTitle=void 0,this.color=void 0,this.bgOnHover=!1,this.vertical=!1,this.titleProject=void 0,this.url=void 0,this.parsedImage=null}componentWillLoad(){if(this.image)try{this.parsedImage=JSON.parse(this.image)}catch(e){}}handleClick(e){var o;e.preventDefault(),s({category:"ui-component",tag:this.el.tagName.toLowerCase(),name:(null===(o=this.titleProject)||void 0===o?void 0:o.toLowerCase())||"",action:"click"})}render(){var e;const t=["min-h-156 border-inside after:border-softest @container overflow-hidden border-0 after:rounded-lg",this.color?r({color:this.color,hover:this.bgOnHover,class:"before:border-2 before:rounded-lg before:border-softest"}):"bg-default",this.bgOnHover&&this.color?"effect-background bg-default focus-within:bg-transparent hover:bg-transparent":"effect-background hover:bg-default",this.vertical?"flex-col gap-y-16":"flex-col gap-x-16 gap-y-12 lg:flex-row"].join(" "),s=this.vertical?"":"max-w-120 @md:max-w-192 order-first w-full lg:order-last";return o("article",{key:"5f72c2dc52a8ef7edb004c6cf9a2035097c5aa28",class:t,onClick:e=>this.handleClick(e)},o("div",{key:"145809ee5e4800d852bb6d9b84a023160098f3c4",class:"flex grow flex-col "+(this.vertical?"min-h-156":"")},o("div",{key:"3d77551f7518cf63f16daffc7d59a2dd23b66148",class:"lg:max-w-[720px]"},o("eds-card-title",{key:"715a73ee7a013d13ef5e9f3f180eedf043998d76","heading-level":this.headingLevel,titleClass:this.image?"f-ui-01":void 0,"card-title":this.titleProject,url:this.url}),this.editorialTitle&&o("span",{key:"418fc9fe39b480f4d1c9e99f2ef4361a6ad3827f",class:"block "+(this.vertical?"f-ui-02":"mt-4 f-heading-06")},this.editorialTitle)),this.categoryTitle&&o("div",{key:"58764ae4d610e2d1205cf09b7274a14a8bfb5694",class:"mt-auto flex items-center gap-x-12 pt-12"},(null===(e=this.categoryTitle)||void 0===e?void 0:e.length)&&o("eds-tag",{key:"c552bbc88aca3e3b114aef1fbd3e3bdf3e334624",label:this.categoryTitle}))),this.parsedImage&&o("div",{key:"3e85ad957b7d782cc228a508ce8e76ccb7490a9c",class:s},o("div",{key:"77e161fd2deb2c6ec3e30ad0ef34f934ba9197d1",class:"aspect-1x1 w-full"},o("eds-img",Object.assign({key:"e9f0f4982bddba64ee979490024af471f4e9d8f8",sizes:this.vertical?this.parsedImage.sizes||"":"192px"},this.parsedImage)))))}get el(){return t(this)}};export{d as eds_card_project}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{s as a}from"./p-2066b033.js";const c=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"5be70ac50bac9b7b52a2d631dcb6b1449e7b3b0a",class:this.class,innerHTML:a})}};export{c as eds_icon_search}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{a as c}from"./p-32e6c4df.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"ccffc1fc9a447e4309eb67782e36bfca5d4bdb4f",class:this.class,innerHTML:c})}};export{e as eds_icon_external}
@@ -1 +0,0 @@
1
- import{r as i,h as t,g as e}from"./p-271c61ff.js";import{p as r}from"./p-69c5074b.js";import{s as o}from"./p-d15065c3.js";const s=class{constructor(t){i(this,t),this.parentContext=null,this.cardTitle=void 0,this.url=void 0,this.description=void 0,this.image=void 0,this.avatar=void 0,this.shortAbbreviation=void 0,this.headingLevel="h3",this.tags=[],this.tiny=!1,this.bg=!0,this.withHover=!0,this.hierarchy=!0,this.parsedImage=null}componentWillLoad(){if(this.image)try{"object"==typeof this.image?this.parsedImage=this.image:"string"==typeof this.image&&(this.parsedImage=JSON.parse(this.image))}catch(i){console.error("Error parsing image prop:",i),this.parsedImage={}}}handleParentContext(i){i.target===this.el&&(this.parentContext=i.detail,i.stopPropagation())}get parsedTags(){return r(this.tags)}articleClasses(){return[this.description?this.tiny?"min-h-120":"min-h-156":"h-auto",this.bg?"bg-inverse":"bg-default",this.withHover?"effect-shadow hover:shadow-hover cursor-pointer":"","border-softer effect-focus-within relative flex grow flex-col rounded-lg border-2 p-16"].join(" ")}handleClick(){var i;o({category:"ui-component",parentContext:this.parentContext,tag:this.el.tagName.toLowerCase(),name:(null===(i=this.cardTitle)||void 0===i?void 0:i.toLowerCase())||"",action:"click"})}render(){return t("article",{key:"76e77261a0c6e0c506fe7600d31a492808293d27",class:this.articleClasses(),onClick:()=>this.handleClick()},t("eds-card-title",{key:"ca26508b05a31310df7fc0c3fa5769f7947e80fc","heading-level":this.headingLevel,titleClass:this.image?"f-ui-01":void 0,"card-title":this.cardTitle,url:this.url,hierarchy:this.hierarchy}),t("div",{key:"00ba325e6a0093cb2be35854f2bcb579ad4eb35b",class:"mt-8 mb-8"},this.description&&t("eds-card-desc",{key:"2d775f772092b7873dd1eabc7c3e8606dded0c47","truncate-lines":"3",description:this.description})),this.parsedImage?t("eds-img",Object.assign({class:"mt-8 block mx-auto"},this.parsedImage)):this.avatar||this.shortAbbreviation?t("eds-avatar",{class:"order-first mb-12",picture:this.avatar,initials:this.shortAbbreviation}):null,t("div",{key:"e51237f8196212715d1d97ae1e6bfc2625573cb3",class:"flex flex-wrap gap-y-4 gap-x-1"},this.parsedTags.map(((i,e)=>t("eds-tag",{key:e,intent:i.style,label:i.label,size:i.size}))))," ")}get el(){return e(this)}};s.style=".h-auto{height:auto}.h-full{height:100%}.\\!min-h-20{min-height:1.25rem !important}.min-h-120{min-height:120px}.min-h-156{min-height:156px}.bg-default{background-color:var(--grey-200)}.bg-inverse{background-color:var(--white)}.effect-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\\:shadow-hover:hover{--tw-shadow:0px 0px 16px rgba(0, 0, 0, 0.2);--tw-shadow-colored:0px 0px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.cursor-pointer{cursor:pointer}.border-soft{border-color:rgba(0, 0, 0, .15)}.border-softer{border:2px solid rgba(0, 0, 0, .1)}.effect-focus-within{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.effect-focus-within:focus-within{outline-style:solid}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inline{display:inline}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.inline-flex{display:inline-flex}.grow{flex-grow:1}.flex-col{flex-direction:column}.rounded-lg{border-radius:16px}.border-2{border-width:2px}.p-12{padding:0.75rem}.p-16{padding:1rem}.mt-6{margin-top:0.375rem}.mt-8{margin-top:0.5rem}.gap-x-1{-moz-column-gap:0.0625rem;column-gap:0.0625rem}.gap-y-4{row-gap:0.25rem}.order-first{order:-9999}.mb-8{margin-bottom:0.5rem}.mb-10{margin-bottom:0.625rem}.mb-12{margin-bottom:0.75rem}.mx-auto{margin-left:auto;margin-right:auto}.block{display:block}";export{s as eds_card_generic}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{u as e}from"./p-553ca350.js";const c=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"2339adac1ec08234dd1cf09e2bde6e4e55f35109",class:this.class,innerHTML:e})}};export{c as eds_icon_updown}
@@ -1 +0,0 @@
1
- const n='<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path d="M2 5H18M2 10H18M2 15H18" stroke="currentColor" stroke-width="2" />\n </svg>';export{n as m}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{s as t}from"./p-58967f53.js";const o=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"32b34d3e55370226bca150790f0791067b63ff23",class:this.class,innerHTML:t})}};export{o as eds_icon_start}
@@ -1 +0,0 @@
1
- import{r,h as s}from"./p-271c61ff.js";import{a}from"./p-c8e7c854.js";const c=class{constructor(s){r(this,s),this.class=""}render(){return s("span",{key:"a276fcdfda8a935cdd871d0a16a078b1948621c6",class:this.class,innerHTML:a})}};export{c as eds_icon_arrow_right}
@@ -1 +0,0 @@
1
- const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M11 17H4V3H16V12M11 17L16 12M11 17V12H16"\n stroke="currentColor"\n stroke-width="1.5"\n />\n </svg>';export{n as p}
@@ -1 +0,0 @@
1
- const n='<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n fill-rule="evenodd"\n clip-rule="evenodd"\n d="M10 2C5.57714 2 2 5.57714 2 10C2 14.4229 5.57714 18 10 18C14.4229 18 18 14.4229 18 10C18 5.57714 14.4229 2 10 2Z"\n stroke="currentColor"\n stroke-width="2"\n />\n <path d="M6 10.5L8.5 13L14 7.5" stroke="currentColor" stroke-width="2" />\n </svg>';export{n as s}
@@ -1 +0,0 @@
1
- import{r as e,h as a}from"./p-271c61ff.js";const o=class{constructor(a){e(this,a),this.isAuthenticated=!1}componentWillLoad(){const e=new Promise((e=>{document.addEventListener("initKeycloak",(a=>{e(a.detail)}),{once:!0})})),a=new Promise((e=>{document.addEventListener("authStatusChanged",(a=>{var o;this.isAuthenticated=null===(o=a.detail)||void 0===o?void 0:o.authenticated,e(a.detail)}),{once:!0})}));this.combinedInitPromise=Promise.all([e,a])}render(){return a("div",{key:"d05cf471a9e7dfd9a5e87311def9774510e1b30a"},a("eds-splash-screen",{key:"ae568d4bda15c9e99365f37421b4caad9576c6a0",inverse:!0,initPromise:this.combinedInitPromise}),a("eds-login",{key:"624b82b77f87e636bed424ec66dc564120f370c2","keycloak-url":"http://localhost:8080","keycloak-realm":"nigeor-realm","keycloak-client-id":"stencil-app"}),a("main",{key:"fb8a582f971c715e34be9c3e0ed8b3437dea883d"},a("h1",null,this.isAuthenticated?"Welcome, authenticated user!":"Please log in.")))}};export{o as eds_app_root}
@@ -1 +0,0 @@
1
- const c='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-hand-thumbs-down-fill" viewBox="0 0 16 16">\n <path d="M6.956 14.534c.065.936.952 1.659 1.908 1.42l.261-.065a1.38 1.38 0 0 0 1.012-.965c.22-.816.533-2.512.062-4.51q.205.03.443.051c.713.065 1.669.071 2.516-.211.518-.173.994-.68 1.2-1.272a1.9 1.9 0 0 0-.234-1.734c.058-.118.103-.242.138-.362.077-.27.113-.568.113-.856 0-.29-.036-.586-.113-.857a2 2 0 0 0-.16-.403c.169-.387.107-.82-.003-1.149a3.2 3.2 0 0 0-.488-.9c.054-.153.076-.313.076-.465a1.86 1.86 0 0 0-.253-.912C13.1.757 12.437.28 11.5.28H8c-.605 0-1.07.08-1.466.217a4.8 4.8 0 0 0-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682 1.815 2 2.434 2 3.279v4c0 .851.685 1.433 1.357 1.616.849.232 1.574.787 2.132 1.41.56.626.914 1.28 1.039 1.638.199.575.356 1.54.428 2.591"/>\n</svg>';export{c as t}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{m as e}from"./p-aefcb641.js";const t=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"d832774f24d7e335026e35b3b9198f000389a084",class:this.class,innerHTML:e})}};export{t as eds_icon_menu}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{c as e}from"./p-4587d0ef.js";const o=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"ae0a935c50ae34d6fd9a2f65eff2625617d0fe78",class:this.class,innerHTML:e})}};export{o as eds_icon_chevron_down}
@@ -1 +0,0 @@
1
- import{r as a,h as t}from"./p-271c61ff.js";const r=class{constructor(t){a(this,t),this.tabIndex=void 0}renderContent(){switch(this.tabIndex){case 0:return t("logo-variations-horizontal",null);case 1:return t("logo-variations-vertical",null);default:return t("p",null,"Content not available.")}}render(){return t("div",{key:"f35a343973fee85b4aa9341af797dc006aad4a03",class:"container"},this.renderContent())}};export{r as logo_variations_tabs}
@@ -1 +0,0 @@
1
- import{r as s,h as e}from"./p-271c61ff.js";import{c as r}from"./p-4eb2cf7f.js";const c=class{constructor(e){s(this,e),this.class=""}render(){return e("span",{key:"ab89369ec66f8bde06e65217ef324200dd0a7579",class:this.class,innerHTML:r})}};export{c as eds_icon_clone}
@@ -1 +0,0 @@
1
- const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M8 14.0806L8 11L3 11L3 9L8 9L8 5.91938L13.1008 10L8 14.0806Z"\n fill="currentColor"\n />\n <path\n d="M15 15L12 15L12 17L15 17C16.1046 17 17 16.1046 17 15L17 5C17 3.89543 16.1046 3 15 3L12 3L12 5L15 5L15 15Z"\n fill="currentColor"\n />\n </svg>';export{n as p}
@@ -1 +0,0 @@
1
- const c='<svg xmlns="http://www.w3.org/2000/svg" width="20"\nheight="20" fill="currentColor" class="bi bi-hand-thumbs-up-fill" viewBox="0 0 16 16">\n <path d="M6.956 1.745C7.021.81 7.908.087 8.864.325l.261.066c.463.116.874.456 1.012.965.22.816.533 2.511.062 4.51a10 10 0 0 1 .443-.051c.713-.065 1.669-.072 2.516.21.518.173.994.681 1.2 1.273.184.532.16 1.162-.234 1.733q.086.18.138.363c.077.27.113.567.113.856s-.036.586-.113.856c-.039.135-.09.273-.16.404.169.387.107.819-.003 1.148a3.2 3.2 0 0 1-.488.901c.054.152.076.312.076.465 0 .305-.089.625-.253.912C13.1 15.522 12.437 16 11.5 16H8c-.605 0-1.07-.081-1.466-.218a4.8 4.8 0 0 1-.97-.484l-.048-.03c-.504-.307-.999-.609-2.068-.722C2.682 14.464 2 13.846 2 13V9c0-.85.685-1.432 1.357-1.615.849-.232 1.574-.787 2.132-1.41.56-.627.914-1.28 1.039-1.639.199-.575.356-1.539.428-2.59z"/>\n</svg>';export{c as t}
@@ -1 +0,0 @@
1
- const t='<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20">\n <path fill="currentColor" d="M2 8.5h9V3l7 7-7 7v-5.5H2v-3Z" />\n</svg>';export{t as a}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{t}from"./p-373119b3.js";const c=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"ec7f7b6453668094c684e4f0a289c6f815d6ec06",class:this.class,innerHTML:t})}};export{c as eds_icon_twitter}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{c as e}from"./p-1ded61bd.js";const c=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"f226a311428de578497d0bfb67d371a6974c220e",class:this.class,innerHTML:e})}};export{c as eds_icon_chevron_up}
@@ -1 +0,0 @@
1
- const t=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path d="M16 10H4" stroke="currentColor" stroke-width="2" />\n <path d="M10 16L10 4" stroke="currentColor" stroke-width="2" />\n </svg>';export{t as p}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{t}from"./p-ba720bf3.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"15822639188c8a54d48097e5efb4e6b885d439ef",class:this.class,innerHTML:t})}};export{e as eds_icon_thumbs_down}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{p as t}from"./p-c1e4ef92.js";const c=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"f9bc952f9bb354dab1f4883c1909be98116b2416",class:this.class,innerHTML:t})}};export{c as eds_icon_portal}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{t as c}from"./p-c776b6f8.js";const t=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"a2fdeca95d1a8efb48324eb8c9c20d39e7ad31c5",class:this.class,innerHTML:c})}};export{t as eds_icon_thumbs_up}
@@ -1 +0,0 @@
1
- import{r as e,h as r}from"./p-271c61ff.js";const t={tokens:{"grey-100":"#f8f8f8","grey-200":"#f2f2f2","grey-300":"#e6e6e6","grey-400":"#d8d8d8","grey-500":"#8c8c8c","grey-600":"#6e6e6e","grey-700":"#666666","grey-800":"#4d4d4d","grey-900":"#242424","green-100":"#eaffee","green-200":"#d3ffdc","green-300":"#9dffb4","green-400":"#63fb92","green-500":"#00e766","green-600":"#00c959","green-700":"#009d45","green-800":"#007734","green-900":"#004f23","yellow-100":"#fefee5","yellow-200":"#ffffcb","yellow-300":"#fdfdaa","yellow-400":"#ffff8b","yellow-500":"#ffff51","yellow-600":"#f3f30a","yellow-700":"#d7d72b","yellow-800":"#9a9a1e","yellow-900":"#636313","orange-100":"#fff4ee","orange-200":"#ffeade","orange-300":"#ffdcc5","orange-400":"#ffcca9","orange-500":"#ffb87e","orange-600":"#ffa543","orange-700":"#cb7f28","orange-800":"#995f1e","orange-900":"#653f14","red-100":"#feefef","red-200":"#ffe0e1","red-300":"#ffc7c9","red-400":"#ff9ea2","red-500":"#ff7a7f","red-600":"#ff4d68","red-700":"#d01111","red-800":"#a3001a","red-900":"#6f0011","purple-100":"#f9f3ff","purple-200":"#f4e8ff","purple-300":"#e9ceff","purple-400":"#ddb1ff","purple-500":"#d18fff","purple-600":"#c461ff","purple-700":"#af56e4","purple-800":"#8337b1","purple-900":"#3d1e4f","blue-100":"#eff0ff","blue-200":"#dee0ff","blue-300":"#caceff","blue-400":"#b2b8ff","blue-500":"#7a89f5","blue-600":"#2b69fc","blue-700":"#0034cb","blue-800":"#002799","blue-900":"#001a65","cyan-100":"#E0EEFF","cyan-200":"#D3E6FF","cyan-300":"#B5D8FF","cyan-400":"#92C8FF","cyan-500":"#6CBFFE","cyan-600":"#3FA9F5","cyan-700":"#267FBE","cyan-800":"#1F689B","cyan-900":"#15496D",black:"#000000",white:"#ffffff",transparent:"transparent",current:"currentColor"},border:{default:"black",inverse:"white","inverse-soft":"rgba(255, 255, 255, 0.3)","inverse-softer":"rgba(255, 255, 255, 0.15)",soft:"rgba(0, 0, 0, .15 )",softer:"rgba(0, 0, 0, .1 )",softest:"rgba(0, 0, 0, .05 )",accent:"green-500",error:"red-700",current:"currentColor",transparent:"transparent"},text:{inverse:"white",default:"black",current:"currentColor",transparent:"transparent",light:"grey-700",lighter:"grey-600",lightest:"grey-500","extra-light":"grey-300",success:"green-800",warning:"yellow-900",error:"red-700",accent:"green-500","on-gradient":"rgba(0, 0, 0, 0.55)"},background:{default:"grey-200",inverse:"white","inverse-soft":"rgba(255, 255, 255, .2)","inverse-softer":"rgba(255, 255, 255, .15)",dark:"grey-300",darker:"grey-400",strong:"grey-700","strong-dark":"grey-800",stronger:"grey-900",strongest:"black","strongest-soft":"rgba(0, 0, 0, .05)",accent:"green-500","accent-dark":"green-600","accent-darker":"green-800",success:"green-200",warning:"yellow-200",error:"red-200",current:"currentColor",transparent:"transparent",overlay:"rgba(0, 0, 0, 0.25)","on-gradient":"rgba(0, 0, 0, 0.1)","on-dark":"rgba(255, 255, 255, 0.2)"},underline:{accent:"green-500",light:"grey-700",lighter:"grey-600",lightest:"grey-500","extra-light":"grey-300"},outline:{default:"black",accent:"green-500"},gradients:{"gradient-01-top":"gradient-01-top","gradient-02-top":"gradient-02-top","gradient-03-top":"gradient-03-top","gradient-04-top":"gradient-04-top","gradient-01-bottom":"gradient-01-bottom","gradient-02-bottom":"gradient-02-bottom","gradient-03-bottom":"gradient-03-bottom","gradient-04-bottom":"gradient-04-bottom"}},a=class{constructor(r){e(this,r),this.show=void 0}getTextColor(e){if(e.startsWith("rgba")||e.startsWith("rgb")){const r=e.replace(/rgba?\(/,"").replace(")","").split(",").map((e=>parseFloat(e.trim())));return(.299*r[0]+.587*r[1]+.114*r[2])/255>.5?"text-default":"text-inverse"}if(e.startsWith("#")){const r=e.replace("#","");return(.299*parseInt(r.substring(0,2),16)+.587*parseInt(r.substring(2,4),16)+.114*parseInt(r.substring(4,6),16))/255>.5?"text-default":"text-inverse"}return"text-default"}resolveColor(e){return t.tokens[e]?t.tokens[e]:e}renderSection(e,t){if("tokens"===e){const e=this.groupTokensByCategory(t);return Object.entries(e).map((([,e])=>r("ul",{class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},e.map((e=>{const t=Object.keys(e)[0],a=this.resolveColor(e[t]),s=this.getTextColor(a);return r("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},r("div",{class:"effect-height items-center justify-between p-16 hidden lg:flex",style:{backgroundColor:a}},r("span",{class:`${s} f-body-02`},t),r("div",{class:"inline-flex"},r("eds-code-block",{code:a,language:"hex",class:"min-w-[210px] mr-4"}),r("eds-code-block",{language:"css",code:`var(--${t})`,class:"min-w-[210px]"}))),r("div",{class:"effect-height items-center justify-between p-16 block lg:hidden",style:{backgroundColor:a}},r("span",{class:`${s} f-body-02`},t),r("div",{class:"inline block"},r("eds-code-block",{code:a,class:"min-w-[210px] mb-4"}),r("eds-code-block",{code:`var(--${t})`,class:"min-w-[210px]"}))))})))))}return r("ul",{class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},Object.entries(t).map((([t,a])=>{const s=this.resolveColor(a),n=this.getTextColor(s),l=s.startsWith("#")||s.startsWith("rgb")?{backgroundColor:s}:{border:`2px solid ${s}`};return r("li",{class:"grid-col-span-12 md:grid-col-span-4 flex flex-col"},r("div",{class:"effect-height block lg:flex items-center justify-between p-16",style:l},r("div",{class:"w-full flex"},r("span",{class:`${n} mr-auto font-bold`},t),r("span",{class:`${n} ml-auto mr-4 font-bold`},a)),r("span",{class:`${n}`},r("eds-code-block","background"===e?{code:`bg-${t}`,class:"min-w-[210px] mr-4"}:{code:`${e}-${t}`,class:"border"===e?"min-w-[250px] mr-4":"min-w-[210px] mr-4"}))))})))}groupTokensByCategory(e){const r={};return Object.entries(e).forEach((([e,t])=>{const a=e.split("-")[0];r[a]||(r[a]=[]),r[a].push({[e]:t})})),r}render(){return r("section",{key:"940429578fd363c79e2dd79f0f2ac758ca87e905",class:"w-full mt-28"},Object.entries(this.show?{[this.show]:t[this.show]}:t).map((([e,r])=>r?this.renderSection(e,r):null)))}},s={xxs:"2px",xs:"4px",sm:"8px",md:"12px",lg:"16px",pill:"100px"},n=class{constructor(r){e(this,r)}render(){return r("section",{key:"4e8ae60a6a8c9ed3f49c4d69a6b68b2f9e6e5c5a",class:"w-full mt-28"},r("ul",{key:"5a4b2c649170390872aec0c21694067d735f4069",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},Object.entries(s).map((([e,t])=>r("li",{class:"grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"},r("div",{class:`w-full p-16 block lg:flex items-center justify-center text-center border-3 border-soft rounded-${e}`},r("eds-code-block",{language:"Utility Class",code:`rounded-${e}`,class:"mx-auto min-w-[200px] sm:mb-4 sm:max-w-[200px] mr-auto"}),r("eds-code-block",{code:`border-radius:${t}`,language:"css",class:"mx-auto min-w-[200px] sm:max-w-[200px] ml-auto"})))))))}},l={shadows:{small:"0px 1.5px 2px rgba(0, 0, 0, 0.1)",hover:"0px 0px 16px rgba(0, 0, 0, 0.2)",accent:"0px 0px 12px rgba(0, 201, 89, 0.6)",podium:"0px 0px 8px 8px rgb(0 0 0 / 25%);",border:"0 10px 10px rgba(0, 0, 0, 0.15);","border-top":"0 -10px 10px rgba(0, 0, 0, 0.15);"},dropShadows:{small:"0px 0px 16px rgba(0, 0, 0, 0.3)"}},o=class{constructor(r){e(this,r)}render(){return r("section",{key:"b5a033c491057c60a7b0d2ac1a1ef46a234eb718",class:"w-full mt-28"},r("ul",{key:"3f39094a92599645183ee2eb60b3726bd69b6166",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},Object.entries(l).map((([e,t])=>Object.entries(t).map((([t,a])=>r("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col items-center mt-16"},r("div",{class:"w-full p-16 block lg:flex items-center justify-center text-center border-2 border-soft",style:{boxShadow:a}},r("eds-code-block",{code:`${e}-${t}`,language:"Utility Class",class:"mr-auto sm:mb-4 min-w-[200px]"}),r("eds-code-block",{code:`${a}`,language:"css",class:"ml-auto min-w-[200px]"})))))))))}};export{a as token_list,n as token_radii,o as token_shadows}
@@ -1 +0,0 @@
1
- const C='<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <circle\n cx="10.0001"\n cy="10.0001"\n r="9.00007"\n fill="white"\n stroke="currentColor"\n stroke-width="2"\n />\n <path\n d="M8.78976 12.086V11.9135C8.79306 11.3215 8.8442 10.8495 8.94319 10.4977C9.04547 10.1458 9.19395 9.86167 9.38863 9.64515C9.5833 9.42864 9.81757 9.23242 10.0914 9.0565C10.296 8.92118 10.4791 8.78078 10.6408 8.63531C10.8025 8.48984 10.9312 8.32915 11.0268 8.15323C11.1225 7.97392 11.1704 7.77433 11.1704 7.55443C11.1704 7.321 11.1159 7.11632 11.0071 6.9404C10.8982 6.76448 10.7513 6.62916 10.5666 6.53444C10.3851 6.43971 10.1838 6.39235 9.96275 6.39235C9.74828 6.39235 9.54536 6.4414 9.35398 6.53951C9.16261 6.63424 9.00588 6.77632 8.8838 6.96578C8.76171 7.15184 8.69572 7.38358 8.68582 7.66099H6.6665C6.683 6.98438 6.84138 6.42618 7.14164 5.98638C7.4419 5.5432 7.83949 5.21336 8.33442 4.99684C8.82935 4.77694 9.37543 4.66699 9.97265 4.66699C10.6293 4.66699 11.21 4.77863 11.7148 5.00191C12.2196 5.22181 12.6156 5.54151 12.9026 5.96101C13.1897 6.38051 13.3332 6.88627 13.3332 7.47831C13.3332 7.87412 13.2689 8.22596 13.1402 8.53382C13.0148 8.83829 12.8383 9.10894 12.6106 9.34575C12.383 9.57918 12.114 9.79062 11.8039 9.98007C11.5432 10.1391 11.3288 10.3048 11.1605 10.4774C10.9955 10.6499 10.8718 10.8495 10.7893 11.0762C10.7101 11.3028 10.6688 11.5819 10.6655 11.9135V12.086H8.78976ZM9.76972 15.3338C9.43977 15.3338 9.15766 15.2153 8.92339 14.9785C8.69242 14.7383 8.57859 14.4508 8.58189 14.1159C8.57859 13.7843 8.69242 13.5001 8.92339 13.2633C9.15766 13.0265 9.43977 12.9081 9.76972 12.9081C10.0832 12.9081 10.3587 13.0265 10.5963 13.2633C10.8338 13.5001 10.9543 13.7843 10.9576 14.1159C10.9543 14.3391 10.8965 14.5438 10.7843 14.7299C10.6754 14.9126 10.5319 15.0597 10.3537 15.1714C10.1756 15.2796 9.98089 15.3338 9.76972 15.3338Z"\n fill="currentColor"\n />\n </svg>';export{C as u}
@@ -1 +0,0 @@
1
- import{r as i,h as e}from"./p-271c61ff.js";const n=class{constructor(e){i(this,e)}render(){return e("div",{key:"31080c3f61b7081b812d2148af7f6b534d3b9205",class:"container"},e("ul",{key:"8c425610616c76af3511717cd9848d8c08b6bb5a",class:"not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"},e("li",{key:"ac2a5a9aa41ff24812ec784afc48a824914b9b5f",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},e("p",{key:"c6c4506d720f25b8fd5c640f1e6ac88d16c5f3cd",class:"f-body-01 text-center my-4"},"#1 Coloured"),e("div",{key:"cf934aaffba7de45df6d520f10cd62a3446e3513",class:"coloured"},e("eds-logo",{key:"7e7f53445d58659b79ac0894b330c8bfa6cf0029",type:"no-bg",href:"#"}))),e("li",{key:"e0df9fe7cba5df458cc0b4a71155a3142cda903f",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},e("p",{key:"fd276f221216a21255a91983d3e7dd01a68c249e",class:"f-body-01 text-center my-4"},"#2 Black & White"),e("div",{key:"1a6fb9c33f9b08a530e77abd0ee52a1ff331593a",class:"bg-default"},e("eds-logo",{key:"eadd809060652b6258164bb4fa28a932177d916d",type:"black",href:"#"}))),e("li",{key:"12bf924628c51eccf3ce49a9cbb8505852256f49",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},e("p",{key:"5b5378282b032642133d624cf0b795c443fab16e",class:"f-body-01 text-center my-4"},"#3 Dark"),e("div",{key:"f84ba6c4c58ee16adcaccfcf04537e60f8bb694a"},e("eds-logo",{key:"d0e17a1eb56a657bd390543b8d2f27543f8cb4e1",type:"color-white",href:"#"})))))}};n.style='ol,ul,menu{list-style:none;margin:0;padding:0}.coloured{background:linear-gradient(to left,\n #9CE142 0%,\n #00C959 50%,\n #00A595 100%)}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.text-center{text-align:center}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.grid-layout{--grid-columns:6;display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-6[class*="grid-line-xfull"]>*:nth-child(n)::before{inset-inline-start:calc(var(--inner-gutter) / -2);inset-inline-end:calc(var(--inner-gutter) / -2)}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1)::before{inset-inline-start:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+6)::before{inset-inline-end:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)::before{border-bottom-width:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)~*::before{border-bottom-width:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+6)::after{border-inline-end-width:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(-n+6)::after{top:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)::after{bottom:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)~li::after{bottom:0}.grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.gap-y-8{row-gap:0.5rem}.flex{display:flex}.flex-col{flex-direction:column}.mx-auto{margin-left:auto;margin-right:auto}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}@media (min-width: 750px){.md\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}.md\\:gap-y-12{row-gap:0.75rem}}@media (min-width: 900px){.lg\\:gap-y-16{row-gap:1rem}.lg\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1024px){.xl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1280px){.xxl\\:grid-col-span-2{--container-grid-columns:2;grid-column:span 2 / span 2}.xxl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}';const a=class{constructor(e){i(this,e),this.orientation="vertical",this.type=void 0}render(){return e("div",{key:"c3c9836a877143b6cc94fb1b1e5460651290c55a",class:"container"},e("ul",{key:"09c53755ca2f7c96dffc3c2cb431c0283b22e476",class:"not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"},e("li",{key:"4e69783ee97bc8a87e355aded11969bd722b9cb6",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},e("p",{key:"8dbb1dc5944bdd0c8a291953a812aa8260e891ae",class:"f-body-01 text-center my-4"},"#1 Coloured"),e("div",{key:"80014d18145ff1a926eae339472ca7c7281ca7b0",class:"mx-auto coloured w-[300px]"},e("eds-logo",{key:"832765f9d2e6bfd286917ab64bc30c8f5eee4f6f",orientation:"vertical",type:"no-bg",href:"#"}))),e("li",{key:"3501b56b46e16bdf16b963dc1ce21c7bb537d7a7",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},e("p",{key:"beb34779015221aa5595d0741b07e6d25b096afa",class:"f-body-01 text-center my-4"},"#2 Black & White"),e("div",{key:"01f629499e08510989e7091c5360a568998bf3d7",class:"mx-auto bg-default w-[300px]"},e("eds-logo",{key:"49aa4ef2bf284c891fe2ecca8fbe3a867e7de039",orientation:"vertical",type:"black",href:"#"}))),e("li",{key:"9b55564be0a4fb1d55452e7d3c0d4bd643d0517f",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},e("p",{key:"a95288658f7199722ab086779e8613856e7079bd",class:"f-body-01 text-center my-4"},"#3 Dark"),e("div",{key:"edaa539d4b4733274311621f65395371addffbdf",class:"mx-auto w-[300px]"},e("eds-logo",{key:"e8a2997d451664afca22b6dc61c5da109a096e54",orientation:"vertical",type:"color-white",href:"#"})))))}};a.style='.coloured{background:linear-gradient(to left,\n #9CE142 0%,\n #00C959 50%,\n #00A595 100%)}ol,ul,menu{list-style:none;margin:0;padding:0}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.text-center{text-align:center}.w-\\[200px\\]{width:200px}.w-\\[300px\\]{width:300px}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.grid-layout{--grid-columns:6;display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-6[class*="grid-line-xfull"]>*:nth-child(n)::before{inset-inline-start:calc(var(--inner-gutter) / -2);inset-inline-end:calc(var(--inner-gutter) / -2)}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1)::before{inset-inline-start:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+6)::before{inset-inline-end:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)::before{border-bottom-width:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)~*::before{border-bottom-width:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+6)::after{border-inline-end-width:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(-n+6)::after{top:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)::after{bottom:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)~li::after{bottom:0}.grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.gap-y-8{row-gap:0.5rem}.flex{display:flex}.flex-col{flex-direction:column}.mx-auto{margin-left:auto;margin-right:auto}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}@media (min-width: 750px){.md\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}.md\\:gap-y-12{row-gap:0.75rem}}@media (min-width: 900px){.lg\\:gap-y-16{row-gap:1rem}.lg\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1024px){.xl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1280px){.xxl\\:grid-col-span-2{--container-grid-columns:2;grid-column:span 2 / span 2}.xxl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}';export{n as logo_variations_horizontal,a as logo_variations_vertical}
@@ -1 +0,0 @@
1
- import{r as e,h as t,H as r}from"./p-271c61ff.js";const i=class{constructor(t){e(this,t),this.size=200,this.slices=[],this.thickness=1,this.display="value",this.legend=!0,this.colorScheme="semantic"}parseSlices(){if("string"==typeof this.slices)try{return JSON.parse(this.slices)}catch(e){console.warn("eds-pie: invalid slices JSON")}return Array.isArray(this.slices)?this.slices:[]}polarToCartesian(e,t,r,i){const a=(i-90)*(Math.PI/180);return{x:e+r*Math.cos(a),y:t+r*Math.sin(a)}}describeArc(e,t,r,i,a){const l=this.polarToCartesian(e,t,r,a),o=this.polarToCartesian(e,t,r,i);return[`M ${l.x} ${l.y}`,`A ${r} ${r} 0 ${a-i<=180?"0":"1"} 0 ${o.x} ${o.y}`,`L ${e} ${t}`,"Z"].join(" ")}render(){const e=this.parseSlices();e.length>i.MAX_SLICES&&console.warn(`eds-pie: too many slices (${e.length}), results may overlap.`);const a=e.reduce(((e,t)=>e+t.value),0)||1,l=[...i.PALETTES[this.colorScheme]],o=[...e].sort(((e,t)=>t.value-e.value));let n=0;const s=o.map((e=>{const t=n,r=n+e.value/a*360;n=r;const i=e.color||l.shift()||"var(--color-chart-neutral-1)";return Object.assign(Object.assign({},e),{start:t,end:r,color:i})})),c=this.size,h=c/2,g=Math.min(Math.max(this.thickness,.5),1),f=h*(1-g),d=h,v=(h+f)/2,u=s.map((e=>`${e.label}: ${"percent"===this.display?`${Math.round(e.value/a*100)}%`:e.value}`)).join(", ");return t(r,null,t("div",{class:"wrapper"},t("svg",{width:c,height:c,role:"img","aria-label":`Pie chart: ${u}`,class:"pie-chart"},t("title",null,"Pie chart"),t("g",null,s.map((e=>t("path",{key:e.id,d:this.describeArc(h,h,d,e.start,e.end),fill:e.color}))),f>0&&t("circle",{cx:h,cy:h,r:f,fill:"var(--white)"}),s.map((e=>{const r=e.start+(e.end-e.start)/2,{x:i,y:l}=this.polarToCartesian(h,h,v,r),o="percent"===this.display?`${Math.round(e.value/a*100)}%`:String(e.value);return t("text",{key:e.id,x:i,y:l,class:"f-ui-02","text-anchor":"middle","alignment-baseline":"middle"},o)})))),this.legend&&t("ul",{class:"legend",role:"list"},s.map((e=>t("li",{key:e.id,role:"listitem",tabindex:"0",class:"legend-item"},t("span",{class:"legend-swatch",style:{backgroundColor:e.color}}),t("span",{class:"legend-label"},e.label)))))))}};i.MAX_SLICES=9,i.PALETTES={semantic:["var(--color-chart-accent)","var(--color-chart-strong)","var(--color-chart-accent-dark)","var(--color-chart-lighter)","var(--color-chart-accent-light)","var(--color-chart-lightest)","var(--color-chart-accent-lighter)","var(--color-chart-darker)","var(--color-chart-accent-lightest)"],mono:["var(--grey-700)","var(--grey-500)","var(--grey-300)","var(--grey-100)","var(--grey-800)","var(--grey-600)","var(--grey-400)","var(--grey-200)","var(--grey-900)"]},i.style=".relative{position:relative}.absolute{position:absolute}.inline-block{display:inline-block}.rounded-full{border-radius:9999px}.overflow-hidden{overflow:hidden}.bg-inverse{background-color:var(--white)}.bg-current{background-color:currentColor}.bg-dark{background-color:var(--grey-300)}.bg-darker{background-color:var(--grey-400)}.bg-default{background-color:var(--grey-200)}.bg-strong{background-color:var(--grey-700)}.bg-strongest{background-color:var(--black)}.inset-0{inset:0rem}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.f-ui-01{font-family:var(--f-ui-01-fontFamily);font-weight:var(--f-ui-01-fontWeight);font-size:var(--f-ui-01-fontSize);line-height:var(--f-ui-01-lineHeight);letter-spacing:var(--f-ui-01-letterSpacing)}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}.text-default{color:var(--black)}.w-8{width:0.5rem}.h-8{height:0.5rem}.mr-4{margin-right:0.25rem}:host{display:block}.wrapper{display:flex;align-items:center;justify-content:center;height:100%}.pie-chart{overflow:visible}.slice-label{font-size:var(--font-size-chart-label);font-weight:var(--font-weight-chart-label);fill:var(--color-text);pointer-events:none}.legend{list-style:none;margin:0;padding:0 0 0 1rem}.legend-item{display:flex;align-items:center;margin-bottom:0.5rem;outline:none}.legend-item:focus{outline:2px dashed var(--color-primary)}.legend-swatch{width:1rem;height:1rem;border-radius:50%;margin-right:0.5rem}.legend-label{font-size:var(--font-size-base);color:var(--color-text)}";export{i as eds_pie}
@@ -1 +0,0 @@
1
- import{r as s,h as c}from"./p-271c61ff.js";import{u as r}from"./p-d962849c.js";const n=class{constructor(c){s(this,c),this.class=""}render(){return c("span",{key:"fa19613df173185cc312af7acef6bec4d187cab1",class:this.class,innerHTML:r})}};export{n as eds_icon_unknown}
@@ -1 +0,0 @@
1
- import{r as s,h as a}from"./p-271c61ff.js";import{b as r}from"./p-05754401.js";const e=class{constructor(a){s(this,a),this.class=""}render(){return a("span",{key:"7ff03ad0ebef09a7e5beb63da0a75b6a8776ca8a",class:this.class,innerHTML:r})}};export{e as eds_icon_bookmark}
@@ -1 +0,0 @@
1
- const l='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">\n <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>\n</svg>';export{l as s}
@@ -1 +0,0 @@
1
- import{r as e,h as t}from"./p-271c61ff.js";const a=class{constructor(t){e(this,t),this.applications=void 0}getParsedApplications(){let e=[];if("string"==typeof this.applications)try{e=JSON.parse(this.applications||"[]")}catch(t){console.error("Invalid applications trl JSON",t),e=[]}else Array.isArray(this.applications)&&(e=this.applications);return e}calculateProgress(e){return Math.ceil(e/9*100)}render(){const e=this.getParsedApplications().map((e=>({Application:e.name,"Current TRL Stage":`TRL ${e.currentTrl}`,Progress:t("div",{class:"w-[200px]"},t("eds-progress-bar",{value:this.calculateProgress(e.currentTrl)}))})));return t("div",{key:"a38f75e6defd9d618e3cc8a8404c6634adcd7cdb",class:"container mx-auto px-4 py-8"},t("eds-table",{key:"87ccaf97a5d635348347ce1c80c96d78e6631541","table-data":JSON.stringify(e),config:JSON.stringify({Application:{format:"code"},"Current TRL Stage":{format:"text"}}),"rows-per-page":"2","pagination-enabled":"true","search-enabled":"true","column-size":"default"}))}};export{a as eds_trl}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-271c61ff.js";import{c}from"./p-0be28996.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"932738088482900ec6d4b9187ace4fb428e2c0a4",class:this.class,innerHTML:c})}};export{e as eds_icon_copy}
@@ -1 +0,0 @@
1
- const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path d="M7 10L13 4L13 16L7 10Z" fill="currentColor" />\n </svg>';export{n as c}
@@ -1 +0,0 @@
1
- import{r as s,h as e}from"./p-271c61ff.js";import{g as r}from"./p-50e27321.js";const a=class{constructor(e){s(this,e),this.class=""}render(){return e("span",{key:"e3c7d4a509e36afd5e18e5aea94d07347304702e",class:this.class,innerHTML:r})}};export{a as eds_icon_gitlab}
@@ -1 +0,0 @@
1
- import{r as s,h as e}from"./p-271c61ff.js";import{c as r}from"./p-5d046674.js";const c=class{constructor(e){s(this,e),this.class=""}render(){return e("span",{key:"04ffe47e146e18b9c4cabe8694e0f99e789b4e51",class:this.class,innerHTML:r})}};export{c as eds_icon_chevron_right}
@@ -1 +0,0 @@
1
- import{r as s,h as e}from"./p-271c61ff.js";import{e as r}from"./p-0e6d43c5.js";const c=class{constructor(e){s(this,e),this.class=""}render(){return e("span",{key:"18981f68145f644aed9c96c62c19e0357ebbb1ad",class:this.class,innerHTML:r})}};export{c as eds_icon_eu}
@@ -1 +0,0 @@
1
- import{r as e,c as t,h as i}from"./p-271c61ff.js";import{p as o}from"./p-69c5074b.js";const n=class{constructor(i){e(this,i),this.menuClose=t(this,"menuClose",7),this.links=void 0,this.menuLinks=void 0,this.homeUrl="/",this.inverseHeader=!1,this.isMenuOpen=!1}handleToggleMenu(e){this.isMenuOpen=!!e.detail}onKeydown(e){"Escape"===e.key&&this.isMenuOpen&&this.closeMenu()}openMenu(){this.isMenuOpen=!0}closeMenu(){this.isMenuOpen=!1,this.menuClose.emit()}async open(){this.isMenuOpen=!0}async close(){this.closeMenu()}componentDidLoad(){window.addEventListener("resize",this.handleResize.bind(this))}disconnectedCallback(){window.removeEventListener("resize",this.handleResize.bind(this))}handleResize(){window.innerWidth>=1024&&(this.isMenuOpen=!1)}get parsedLinks(){return o(this.links)}get parsedMenuLinks(){return o(this.menuLinks)}render(){return this.isMenuOpen?i("div",{role:"dialog","aria-modal":"true","aria-label":"Main menu",class:"eds-full-screen bg-default fixed inset-0 z-[999999] overflow-y-scroll"},i("div",{class:"flex min-h-full flex-col"},i("div",{class:"w-full sticky top-0 "+(this.inverseHeader?"bg-strongest":"bg-default")},i("div",{class:"mx-auto flex items-center justify-between"},i("div",{class:"mr-auto w-[200px] h-[85px]"},i("eds-logo",{type:this.inverseHeader?"color-white":"color",href:this.homeUrl})),i("div",{class:"px-16"},i("eds-button",{"aria-label":"Close menu",intent:"ghostInverse",icon:"close",onClick:()=>this.closeMenu()})))),i("div",{class:"py-16 px-16"},i("nav",{class:"mt-28 flex flex-col gap-y-8"},this.parsedLinks.map(((e,t)=>i("eds-link",{label:e.label,key:t,url:e.url,intent:"tertiary",size:"large",class:"effect-color effect-focus rounded-xs f-heading-02 hover:text-lighter w-fit",onClick:()=>this.closeMenu(),icon:"arrow-right"})))),i("eds-block-break",null),i("nav",{class:"mt-28 flex flex-col gap-y-8"},this.parsedMenuLinks.map(((e,t)=>i("eds-link",{label:e.label,key:t,url:e.url,intent:"tertiary",size:"large",class:"effect-color effect-focus rounded-xs f-heading-02 hover:text-lighter w-fit",onClick:()=>this.closeMenu(),icon:"chevron-right"})))),i("nav",{class:"mt-28 flex flex-col gap-y-8"},i("slot",null))),i("div",{class:"mt-auto"},i("eds-footer",{social:!0,"extra-class":"bg-darker"})))):null}};n.style=".bg-default{background-color:var(--grey-200)}.bg-darker{background-color:var(--grey-400)}.bg-inverse{background-color:var(--white)}.bg-strongest{background-color:var(--black)}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0rem}.z-\\[999999\\]{z-index:999999}.overflow-y-scroll{overflow-y:scroll}.flex{display:flex}.inline-flex{display:inline-flex}.min-h-full{min-height:100%}.flex-col{flex-direction:column}.w-full{width:100%}.top-0{top:0rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-auto{margin-top:auto}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.mr-auto{margin-right:auto}.w-\\[200px\\]{width:200px}.h-\\[85px\\]{height:85px}.px-16{padding-left:1rem;padding-right:1rem}.py-16{padding-top:1rem;padding-bottom:1rem}.mt-28{margin-top:1.75rem}.gap-y-8{row-gap:0.5rem}.effect-color{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.effect-focus{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.rounded-xs{border-radius:4px}.f-heading-02{font-family:var(--f-heading-02-fontFamily);font-weight:var(--f-heading-02-fontWeight);font-size:var(--f-heading-02-fontSize);line-height:var(--f-heading-02-lineHeight);letter-spacing:var(--f-heading-02-letterSpacing)}.hover\\:text-lighter:hover{color:var(--grey-600)}.w-fit{width:-moz-fit-content;width:fit-content}";export{n as eds_fullscreen_menu}
@@ -1 +0,0 @@
1
- import{r as e,h as i}from"./p-271c61ff.js";const t=class{constructor(i){e(this,i),this.description=void 0,this.truncate=!0,this.truncateLines="3"}getTruncateClass(){return this.truncate&&this.truncateLines?`line-clamp-${this.truncateLines}`:""}render(){return i("p",{key:"3711e4f24ad19f1dedef3083b9b9c8868f3b4e3f",class:"text-light f-ui-03-light"},i("span",{key:"46b53c5111bc05ffaaa6f8fcd4b1b6ddfae2d413",class:this.getTruncateClass()},this.description))}};t.style=".f-ui-03-light{font-family:var(--f-ui-03-light-fontFamily);font-weight:var(--f-ui-03-light-fontWeight);font-size:var(--f-ui-03-light-fontSize);line-height:var(--f-ui-03-light-lineHeight);letter-spacing:var(--f-ui-03-light-letterSpacing)}.text-light{color:var(--grey-700)}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}";const a=class{constructor(i){e(this,i),this.url=void 0,this.titleClass=void 0,this.headingLevel="h3",this.externalLink=!1,this.cardTitle=void 0,this.hierarchy=!0}getTitleClass(){return`f-heading-${(this.hierarchy?{h1:"05",h2:"05",h3:"05",h4:"05",h5:"05",h6:"06"}:{h1:"01",h2:"02",h3:"03",h4:"04",h5:"05",h6:"06"})[this.headingLevel]}`}render(){return i(this.headingLevel,{key:"5d356d301cfee459ac142895a042e9b1ccd59367",class:this.getTitleClass()},i("a",{key:"348fffdd2abccf3b08ecab9481718b4a2aa50807",class:"break-words after:absolute after:inset-0 after:z-10 after:content-[''] focus:outline-none",href:this.url,target:this.externalLink?"_blank":void 0,rel:this.externalLink?"noopener noreferrer":void 0},this.cardTitle))}};a.style="a{all:unset;display:inline;color:inherit;text-decoration:none;cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0}.f-heading-01{font-family:var(--f-heading-01-fontFamily);font-weight:var(--f-heading-01-fontWeight);font-size:var(--f-heading-01-fontSize);line-height:var(--f-heading-01-lineHeight);letter-spacing:var(--f-heading-01-letterSpacing)}.f-heading-02{font-family:var(--f-heading-02-fontFamily);font-weight:var(--f-heading-02-fontWeight);font-size:var(--f-heading-02-fontSize);line-height:var(--f-heading-02-lineHeight);letter-spacing:var(--f-heading-02-letterSpacing)}.f-heading-03{font-family:var(--f-heading-03-fontFamily);font-weight:var(--f-heading-03-fontWeight);font-size:var(--f-heading-03-fontSize);line-height:var(--f-heading-03-lineHeight);letter-spacing:var(--f-heading-03-letterSpacing)}.f-heading-04{font-family:var(--f-heading-04-fontFamily);font-weight:var(--f-heading-04-fontWeight);font-size:var(--f-heading-04-fontSize);line-height:var(--f-heading-04-lineHeight);letter-spacing:var(--f-heading-04-letterSpacing)}.f-heading-05{font-family:var(--f-heading-05-fontFamily);font-weight:var(--f-heading-05-fontWeight);font-size:var(--f-heading-05-fontSize);line-height:var(--f-heading-05-lineHeight);letter-spacing:var(--f-heading-05-letterSpacing)}.f-heading-06{font-family:var(--f-heading-06-fontFamily);font-weight:var(--f-heading-06-fontWeight);font-size:var(--f-heading-06-fontSize);line-height:var(--f-heading-06-lineHeight);letter-spacing:var(--f-heading-06-letterSpacing)}.break-words{overflow-wrap:break-word}.after\\:absolute::after{position:absolute}.after\\:inset-0::after{inset:0rem}.after\\:z-10::after{z-index:10}.after\\:content-\\[\\'\\'\\]::after{--tw-content:'';content:var(--tw-content)}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}";export{t as eds_card_desc,a as eds_card_title}
@@ -1 +0,0 @@
1
- const r='<svg width="20" height="20" viewBox="-102.4 -102.4 1228.80 1228.80" xmlns="http://www.w3.org/2000/svg" fill="#000000" stroke="#000000" stroke-width="0.01024" transform="matrix(1, 0, 0, 1, 0, 0)rotate(0)"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="#000000" d="M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352zm0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448zm0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160z"></path></g></svg>';export{r as v}
@@ -1 +0,0 @@
1
- import{r,h as n}from"./p-271c61ff.js";import{p as i}from"./p-69c5074b.js";const l=class{constructor(n){r(this,n),this.cards=[],this.occupyCols=1}get parsedCards(){return i(this.cards)}render(){return n("section",{key:"4b30b9eb2585350196efa901f5b36d903e43af4d",class:"w-full"},n("ul",{key:"ab51c67c0f4095e70be1b1c2fdf9975726b50760",class:"grid-layout grid-cols-4 gap-y-8 md:gap-y-12 lg:gap-y-16"},this.parsedCards.map((r=>n("li",{class:`grid-col-span-4 md:grid-col-span-${this.occupyCols} flex flex-col`},n("eds-card-generic",{cardTitle:r.title,description:r.description,avatar:r.avatar,headingLevel:r.headingLevel,tags:r.tags,url:r.url,bg:r.bg,tiny:r.tiny,image:r.image,withHover:r.withHover}))))))}};l.style='ol,ul,menu{list-style:none;margin:0;padding:0}.w-full{width:100%}.grid-layout{display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.grid-cols-4[class*="grid-line-x"][class*="grid-line-x"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-4[class*="grid-line-xfull"]>*:nth-child(n)::before{inset-inline-start:calc(var(--inner-gutter) / -2);inset-inline-end:calc(var(--inner-gutter) / -2)}.grid-cols-4[class*="grid-line-x"]>*:nth-child(4n+1)::before{inset-inline-start:0}.grid-cols-4[class*="grid-line-x"]>*:nth-child(4n+4)::before{inset-inline-end:0}.grid-cols-4[class*="grid-line-x"]>*:nth-child(4n+1):nth-last-child(-n+4)::before{border-bottom-width:0}.grid-cols-4[class*="grid-line-x"]>*:nth-child(4n+1):nth-last-child(-n+4)~*::before{border-bottom-width:0}.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(4n+4)::after{border-inline-end-width:0}.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(-n+4)::after{top:0}.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(4n+1):nth-last-child(-n+4)::after{bottom:0}.grid-cols-4[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(4n+1):nth-last-child(-n+4)~li::after{bottom:0}.grid-col-span-4{--container-grid-columns:4;grid-column:span 4 / span 4}.gap-y-4{row-gap:0.25rem}.gap-y-8{row-gap:0.5rem}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}@media (min-width: 750px){.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:gap-y-12{row-gap:0.75rem}.md\\:pt-28{padding-top:1.75rem}}@media (min-width: 750px){.md\\:grid-col-span-1{--container-grid-columns:1;grid-column:span 1 / span 1}.md\\:grid-col-span-2{--container-grid-columns:2;grid-column:span 2 / span 2}.md\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}.md\\:grid-col-span-4{--container-grid-columns:4;grid-column:span 4 / span 4}.md\\:w-10-cols{width:calc(((10 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.cols-container>.md\\:w-10-cols{width:calc(((10 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.md\\:w-10-cols>*{--container-grid-columns:10}}@media (min-width: 900px){.lg\\:grid-col-span-5{--container-grid-columns:5;grid-column:span 5 / span 5}.lg\\:grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.lg\\:grid-col-start-7{grid-column-start:7}.lg\\:w-8-cols{width:calc(((8 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.cols-container>.lg\\:w-8-cols{width:calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.lg\\:w-8-cols>*{--container-grid-columns:8}.lg\\:w-10-cols{width:calc(((10 / var(--container-grid-columns, var(--grid-columns))) * 100%) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.cols-container>.lg\\:w-10-cols{width:calc(((10 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (10 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))))}.lg\\:w-10-cols>*{--container-grid-columns:10}}@media (min-width: 900px){.lg\\:order-last{order:9999}.lg\\:order-none{order:0}.lg\\:mt-0{margin-top:0rem}.lg\\:block{display:block}.lg\\:flex{display:flex}.lg\\:hidden{display:none}.lg\\:w-\\[150px\\]{width:150px}.lg\\:w-auto{width:auto}.lg\\:max-w-\\[720px\\]{max-width:720px}.lg\\:flex-row{flex-direction:row}.lg\\:flex-nowrap{flex-wrap:nowrap}.lg\\:gap-y-16{row-gap:1rem}.lg\\:px-28{padding-left:1.75rem;padding-right:1.75rem}.lg\\:\\!pl-12{padding-left:0.75rem !important}.lg\\:\\!pr-12{padding-right:0.75rem !important}}';export{l as eds_card_section}
@@ -1,15 +0,0 @@
1
- const paper = ` <svg
2
- width="20"
3
- height="20"
4
- viewBox="0 0 20 20"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- >
8
- <path
9
- d="M11 17H4V3H16V12M11 17L16 12M11 17V12H16"
10
- stroke="currentColor"
11
- stroke-width="1.5"
12
- />
13
- </svg>`;
14
-
15
- export { paper as p };
@@ -1,12 +0,0 @@
1
- const plus = ` <svg
2
- width="20"
3
- height="20"
4
- viewBox="0 0 20 20"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- >
8
- <path d="M16 10H4" stroke="currentColor" stroke-width="2" />
9
- <path d="M10 16L10 4" stroke="currentColor" stroke-width="2" />
10
- </svg>`;
11
-
12
- export { plus as p };
@@ -1,18 +0,0 @@
1
- const portal = ` <svg
2
- width="20"
3
- height="20"
4
- viewBox="0 0 20 20"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- >
8
- <path
9
- d="M8 14.0806L8 11L3 11L3 9L8 9L8 5.91938L13.1008 10L8 14.0806Z"
10
- fill="currentColor"
11
- />
12
- <path
13
- d="M15 15L12 15L12 17L15 17C16.1046 17 17 16.1046 17 15L17 5C17 3.89543 16.1046 3 15 3L12 3L12 5L15 5L15 15Z"
14
- fill="currentColor"
15
- />
16
- </svg>`;
17
-
18
- export { portal as p };
@@ -1,25 +0,0 @@
1
- const privat = ` <svg
2
- width="12"
3
- height="12"
4
- viewBox="0 0 12 12"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- >
8
- <path
9
- d="M8 5V3C8 1.89543 7.10457 1 6 1V1C4.89543 1 4 1.89543 4 3V5"
10
- stroke="currentColor"
11
- stroke-width="1.5"
12
- />
13
- <rect
14
- x="2"
15
- y="5"
16
- width="8"
17
- height="6"
18
- rx="1"
19
- stroke="currentColor"
20
- stroke-width="1.5"
21
- />
22
- <circle cx="6" cy="8" r="1.5" fill="currentColor" />
23
- </svg>`;
24
-
25
- export { privat as p };
@@ -1,16 +0,0 @@
1
- const pub = ` <svg
2
- width="12"
3
- height="12"
4
- viewBox="0 0 12 12"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- >
8
- <circle cx="6" cy="3" r="2" stroke="currentColor" stroke-width="1.5" />
9
- <path
10
- d="M10 12V9C10 7.89543 9.10457 7 8 7H4C2.89543 7 2 7.89543 2 9V12"
11
- stroke="currentColor"
12
- stroke-width="1.5"
13
- />
14
- </svg>`;
15
-
16
- export { pub as p };
@@ -1,12 +0,0 @@
1
- const search = `<svg
2
- width="20"
3
- height="20"
4
- viewBox="0 0 20 20"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- >
8
- <circle cx="9" cy="9" r="5" stroke="currentColor" stroke-width="2" />
9
- <path d="M17 17L13 13" stroke="currentColor" stroke-width="2" />
10
- </svg>`;
11
-
12
- export { search as s };
@@ -1,5 +0,0 @@
1
- const star = `<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">
2
- <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>
3
- </svg>`;
4
-
5
- export { star as s };
@@ -1,3 +0,0 @@
1
- const start = `<svg fill="#000000" width="20" height="20" viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"> <g fill-rule="evenodd"> <path d="M451.823 1807.059h1185.883c31.203 0 56.47-25.25 56.47-56.47V169.411c0-31.221-25.267-56.47-56.47-56.47H451.823V0h1185.883c93.561 0 169.411 75.798 169.411 169.412v1581.176c0 93.614-75.85 169.412-169.411 169.412H451.823v-112.941Z" fill-rule="nonzero"></path> <path d="M225.941 0v1920h112.941V0zm993.081 1016.47H564.76V903.53h654.262L976.6 661.106l79.861-79.861L1435.216 960l-378.755 378.754-79.861-79.861z"></path> </g> </g></svg>`;
2
-
3
- export { start as s };
@@ -1,18 +0,0 @@
1
- const success = `<svg
2
- width="20"
3
- height="20"
4
- viewBox="0 0 20 20"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- >
8
- <path
9
- fill-rule="evenodd"
10
- clip-rule="evenodd"
11
- d="M10 2C5.57714 2 2 5.57714 2 10C2 14.4229 5.57714 18 10 18C14.4229 18 18 14.4229 18 10C18 5.57714 14.4229 2 10 2Z"
12
- stroke="currentColor"
13
- stroke-width="2"
14
- />
15
- <path d="M6 10.5L8.5 13L14 7.5" stroke="currentColor" stroke-width="2" />
16
- </svg>`;
17
-
18
- export { success as s };
@@ -1,5 +0,0 @@
1
- const thumbsDown = `<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-hand-thumbs-down-fill" viewBox="0 0 16 16">
2
- <path d="M6.956 14.534c.065.936.952 1.659 1.908 1.42l.261-.065a1.38 1.38 0 0 0 1.012-.965c.22-.816.533-2.512.062-4.51q.205.03.443.051c.713.065 1.669.071 2.516-.211.518-.173.994-.68 1.2-1.272a1.9 1.9 0 0 0-.234-1.734c.058-.118.103-.242.138-.362.077-.27.113-.568.113-.856 0-.29-.036-.586-.113-.857a2 2 0 0 0-.16-.403c.169-.387.107-.82-.003-1.149a3.2 3.2 0 0 0-.488-.9c.054-.153.076-.313.076-.465a1.86 1.86 0 0 0-.253-.912C13.1.757 12.437.28 11.5.28H8c-.605 0-1.07.08-1.466.217a4.8 4.8 0 0 0-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682 1.815 2 2.434 2 3.279v4c0 .851.685 1.433 1.357 1.616.849.232 1.574.787 2.132 1.41.56.626.914 1.28 1.039 1.638.199.575.356 1.54.428 2.591"/>
3
- </svg>`;
4
-
5
- export { thumbsDown as t };
@@ -1,6 +0,0 @@
1
- const thumbsUp = `<svg xmlns="http://www.w3.org/2000/svg" width="20"
2
- height="20" fill="currentColor" class="bi bi-hand-thumbs-up-fill" viewBox="0 0 16 16">
3
- <path d="M6.956 1.745C7.021.81 7.908.087 8.864.325l.261.066c.463.116.874.456 1.012.965.22.816.533 2.511.062 4.51a10 10 0 0 1 .443-.051c.713-.065 1.669-.072 2.516.21.518.173.994.681 1.2 1.273.184.532.16 1.162-.234 1.733q.086.18.138.363c.077.27.113.567.113.856s-.036.586-.113.856c-.039.135-.09.273-.16.404.169.387.107.819-.003 1.148a3.2 3.2 0 0 1-.488.901c.054.152.076.312.076.465 0 .305-.089.625-.253.912C13.1 15.522 12.437 16 11.5 16H8c-.605 0-1.07-.081-1.466-.218a4.8 4.8 0 0 1-.97-.484l-.048-.03c-.504-.307-.999-.609-2.068-.722C2.682 14.464 2 13.846 2 13V9c0-.85.685-1.432 1.357-1.615.849-.232 1.574-.787 2.132-1.41.56-.627.914-1.28 1.039-1.639.199-.575.356-1.539.428-2.59z"/>
4
- </svg>`;
5
-
6
- export { thumbsUp as t };
@@ -1,27 +0,0 @@
1
- const tutorial = ` <svg
2
- width="20"
3
- height="20"
4
- viewBox="0 0 20 20"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- >
8
- <path
9
- d="M3 7.5L10 3L17 7.5L10 12L3 7.5Z"
10
- stroke="currentColor"
11
- stroke-width="1.5"
12
- stroke-linecap="round"
13
- />
14
- <path
15
- d="M5 8.5V13.2L10 16.5L15 13.6667V8.5"
16
- stroke="currentColor"
17
- stroke-width="1.5"
18
- />
19
- <path
20
- fill-rule="evenodd"
21
- clip-rule="evenodd"
22
- d="M16.8896 13.4492V7.5H18.3896V12.6081L16.8896 13.4492Z"
23
- fill="currentColor"
24
- />
25
- </svg>`;
26
-
27
- export { tutorial as t };
@@ -1,22 +0,0 @@
1
- const unknown = `<svg
2
- width="20"
3
- height="20"
4
- viewBox="0 0 20 20"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- >
8
- <circle
9
- cx="10.0001"
10
- cy="10.0001"
11
- r="9.00007"
12
- fill="white"
13
- stroke="currentColor"
14
- stroke-width="2"
15
- />
16
- <path
17
- d="M8.78976 12.086V11.9135C8.79306 11.3215 8.8442 10.8495 8.94319 10.4977C9.04547 10.1458 9.19395 9.86167 9.38863 9.64515C9.5833 9.42864 9.81757 9.23242 10.0914 9.0565C10.296 8.92118 10.4791 8.78078 10.6408 8.63531C10.8025 8.48984 10.9312 8.32915 11.0268 8.15323C11.1225 7.97392 11.1704 7.77433 11.1704 7.55443C11.1704 7.321 11.1159 7.11632 11.0071 6.9404C10.8982 6.76448 10.7513 6.62916 10.5666 6.53444C10.3851 6.43971 10.1838 6.39235 9.96275 6.39235C9.74828 6.39235 9.54536 6.4414 9.35398 6.53951C9.16261 6.63424 9.00588 6.77632 8.8838 6.96578C8.76171 7.15184 8.69572 7.38358 8.68582 7.66099H6.6665C6.683 6.98438 6.84138 6.42618 7.14164 5.98638C7.4419 5.5432 7.83949 5.21336 8.33442 4.99684C8.82935 4.77694 9.37543 4.66699 9.97265 4.66699C10.6293 4.66699 11.21 4.77863 11.7148 5.00191C12.2196 5.22181 12.6156 5.54151 12.9026 5.96101C13.1897 6.38051 13.3332 6.88627 13.3332 7.47831C13.3332 7.87412 13.2689 8.22596 13.1402 8.53382C13.0148 8.83829 12.8383 9.10894 12.6106 9.34575C12.383 9.57918 12.114 9.79062 11.8039 9.98007C11.5432 10.1391 11.3288 10.3048 11.1605 10.4774C10.9955 10.6499 10.8718 10.8495 10.7893 11.0762C10.7101 11.3028 10.6688 11.5819 10.6655 11.9135V12.086H8.78976ZM9.76972 15.3338C9.43977 15.3338 9.15766 15.2153 8.92339 14.9785C8.69242 14.7383 8.57859 14.4508 8.58189 14.1159C8.57859 13.7843 8.69242 13.5001 8.92339 13.2633C9.15766 13.0265 9.43977 12.9081 9.76972 12.9081C10.0832 12.9081 10.3587 13.0265 10.5963 13.2633C10.8338 13.5001 10.9543 13.7843 10.9576 14.1159C10.9543 14.3391 10.8965 14.5438 10.7843 14.7299C10.6754 14.9126 10.5319 15.0597 10.3537 15.1714C10.1756 15.2796 9.98089 15.3338 9.76972 15.3338Z"
18
- fill="currentColor"
19
- />
20
- </svg>`;
21
-
22
- export { unknown as u };
@@ -1,12 +0,0 @@
1
- const upDown = ` <svg
2
- width="20"
3
- height="20"
4
- viewBox="0 0 20 20"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- >
8
- <path d="M10 3L15 8L5 8L10 3Z" fill="currentColor" />
9
- <path d="M10 17L5 12L15 12L10 17Z" fill="currentColor" />
10
- </svg>`;
11
-
12
- export { upDown as u };