@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 +1 @@
1
- import{r as t,h as s,g as e}from"./p-271c61ff.js";const a=new class{constructor(){this.toastManagerElement=null}init(t){this.toastManagerElement=t}show(t,s="default"){if(!this.toastManagerElement)return void console.error("ToastManager is not initialized. Ensure <eds-toast-manager> is rendered.");const e=new CustomEvent("show-toast",{detail:{message:t,intent:s}});this.toastManagerElement.dispatchEvent(e)}},i=class{constructor(s){t(this,s),this.toastId=0,this.toasts=[]}connectedCallback(){a.init(this.hostElement),this.hostElement.addEventListener("show-toast",(t=>{const{message:s,intent:e}=t.detail;this.addToast(s,e)}))}addToast(t,s){const e=this.toastId++;this.toasts=[...this.toasts,{id:e,message:t,intent:s}]}removeToast(t){this.toasts=this.toasts.filter((s=>s.id!==t))}render(){return s("div",{key:"871b9d1b34f1e03b77754a1bfd82b5e506d12592",class:"toast-container"},this.toasts.map((t=>s("div",{key:t.id},s("eds-toast",{message:t.message,intent:t.intent,onClick:()=>this.removeToast(t.id)})))))}get hostElement(){return e(this)}};i.style=".toast-container{position:fixed;top:1rem;left:50%;transform:translateX(-50%);z-index:99999;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:36rem;}.toast-wrapper{width:100%;padding:0 1rem;}.eds-toast{box-shadow:0px 4px 6px rgba(0, 0, 0, 0.1);border-radius:0.5rem;animation:fade-in 0.3s ease-out;}@keyframes fade-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}";export{i as eds_toast_manager}
1
+ import{r as t,h as s,g as e}from"./p-271c61ff.js";const a=new class{constructor(){this.toastManagerElement=null}init(t){this.toastManagerElement=t}show(t,s="default"){if(!this.toastManagerElement)return void console.error("ToastManager is not initialized. Ensure <eds-toast-manager> is rendered.");const e=new CustomEvent("show-toast",{detail:{message:t,intent:s}});this.toastManagerElement.dispatchEvent(e)}},i=class{constructor(s){t(this,s),this.toastId=0,this.toasts=[]}connectedCallback(){a.init(this.hostElement),this.hostElement.addEventListener("show-toast",(t=>{const{message:s,intent:e}=t.detail;this.addToast(s,e)}))}addToast(t,s){const e=this.toastId++;this.toasts=[...this.toasts,{id:e,message:t,intent:s}]}removeToast(t){this.toasts=this.toasts.filter((s=>s.id!==t))}render(){return s("div",{key:"989e469e815c6af6b46a14fddee85e4707f86704",class:"toast-container"},this.toasts.map((t=>s("div",{key:t.id},s("eds-toast",{message:t.message,intent:t.intent,onClick:()=>this.removeToast(t.id)})))))}get hostElement(){return e(this)}};i.style=".toast-container{position:fixed;top:1rem;left:50%;transform:translateX(-50%);z-index:99999;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:36rem;}.toast-wrapper{width:100%;padding:0 1rem;}.eds-toast{box-shadow:0px 4px 6px rgba(0, 0, 0, 0.1);border-radius:0.5rem;animation:fade-in 0.3s ease-out;}@keyframes fade-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}";export{i as eds_toast_manager}
@@ -0,0 +1 @@
1
+ import{r as e,h as a}from"./p-271c61ff.js";const t={default:"var(--grey-light)",dark:"var(--grey-dark)",black:"var(--brand-black)"},r=class{constructor(a){e(this,a),this.size=100,this.valueMin=0,this.valueMax=100,this.value=60,this.thickness=.1,this.variant="default"}render(){const e=Math.min(Math.max(this.thickness,.1),.2),r=Math.min(Math.max(this.value,this.valueMin),this.valueMax),i=this.size,o=(r-this.valueMin)/(this.valueMax-this.valueMin||1)*360,l=e*i,d=i-2*l,s={fontSize:.2*i+"px"};return a("div",{key:"5629f8adbc6f144aad49062883cb85ecf24fc16c",role:"progressbar","aria-valuemin":this.valueMin,"aria-valuemax":this.valueMax,"aria-valuenow":r,"aria-label":`Gauge value: ${r} of ${this.valueMax}`,class:"relative inline-block rounded-full overflow-hidden",style:{width:`${i}px`,height:`${i}px`,background:`conic-gradient(var(--brand-green) 0deg ${o}deg, ${t[this.variant]||t.default} ${o}deg 360deg)`}},a("div",{key:"d668b54b0a5f4bf260a2f1153781c59741bd8694",class:"absolute bg-inverse rounded-full",style:{width:`${d}px`,height:`${d}px`,top:`${l}px`,left:`${l}px`}}),a("div",{key:"f08feba97d30ed893a72a7e07e412aa82ea8cd3d",class:"absolute inset-0 flex items-center justify-center"},a("span",{key:"2a8dccde44677d4a4b742cd992144d6cf399ee9b",class:"f-body-01 text-default",style:s},r)))}};r.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)}.text-default{color:var(--black)}";export{r as eds_gauge}
@@ -0,0 +1 @@
1
+ import{r as t,c as e,h as s,g as i}from"./p-271c61ff.js";import{s as a}from"./p-d15065c3.js";const h=class{constructor(s){t(this,s),this.search=e(this,"search",7),this.keydownListener=t=>{(t.metaKey||t.ctrlKey)&&"k"===t.key.toLowerCase()&&(t.preventDefault(),this.inputElement&&!this.disabled&&this.inputElement.focus())},this.onChange=t=>{this.search.emit({event:"change",value:t.target.value}),a({category:"ui-component",parentContext:null,tag:this.el.tagName.toLowerCase(),name:t.target.value||"",action:"search"})},this.name=void 0,this.inputId="search-main",this.placeholder="Search...",this.value=void 0,this.disabled=!1,this.required=!1,this.decorate=void 0,this.label="Search"}componentDidLoad(){this.inputElement=this.el.querySelector("input"),document.addEventListener("keydown",this.keydownListener)}disconnectedCallback(){document.removeEventListener("keydown",this.keydownListener)}async getInputElement(){return this.inputElement}render(){return s("div",{key:"52676b3559e14b5153f7d8f0fa6cd12e49354d87",class:"relative flex items-center"},s("eds-icon-wrapper",{key:"754e8753607c01dab63d156d306f3325547049aa",name:"search",class:"absolute top-1/2 left-[14px] -translate-y-1/2 text-lightest","aria-hidden":"true"}),s("input",{key:"b49d523195711316c0817de67776d379a6c7248b",id:this.inputId||this.name,name:this.name,placeholder:this.placeholder,value:this.value||"",required:this.required,disabled:this.disabled,type:"search","aria-label":this.placeholder,class:`input pl-36 ${this.decorate}`,onChange:this.onChange}))}get el(){return i(this)}};export{h as eds_input_search}
@@ -0,0 +1 @@
1
+ import{r as s,h as e}from"./p-271c61ff.js";import{b as r}from"./p-81899237.js";const t=class{constructor(e){s(this,e),this.class=""}render(){return e("span",{key:"f2c2ad35173c7bfeae50e5b4de8f59e362d9656f",class:this.class,innerHTML:r})}};export{t as eds_icon_bluesky}
@@ -0,0 +1 @@
1
+ import{r as s,h as a}from"./p-271c61ff.js";import{m as r}from"./p-5ab1d64a.js";const o=class{constructor(a){s(this,a),this.class=""}render(){return a("span",{key:"8498500cd0da2784b889a7b2b2ca9ff4e8414ab6",class:this.class,innerHTML:r})}};export{o as eds_icon_mastodon}
@@ -1 +1 @@
1
- import{r as t,h as e}from"./p-271c61ff.js";const l=class{constructor(e){t(this,e),this.tabIndex=void 0}renderContent(){switch(this.tabIndex){case 0:return e("div",null,e("h2",null,"Primary Palette"),e("color-primary-palette",null),e("h2",null,"Secondary Palette"),e("color-secondary-palette",null),e("h2",null,"Support Palette"),e("color-support-palette",null));case 1:return e("div",null,e("h2",null,"Primary Palette"),e("gradient-primary-palette",null),e("h2",null,"Secondary Palette"),e("gradient-secondary-palette",null),e("h2",null,"Support Palette"),e("gradient-support-palette",null));default:return e("p",null,"Content not available.")}}render(){return e("div",{key:"7cf421f19dc1d70ab5c2df29e8ca22577b1652e2",class:"container"},this.renderContent())}};export{l as docs_palettes}
1
+ import{r as t,h as e}from"./p-271c61ff.js";const l=class{constructor(e){t(this,e),this.tabIndex=void 0}renderContent(){switch(this.tabIndex){case 0:return e("div",null,e("h2",null,"Primary Palette"),e("color-primary-palette",null),e("h2",null,"Secondary Palette"),e("color-secondary-palette",null),e("h2",null,"Support Palette"),e("color-support-palette",null));case 1:return e("div",null,e("h2",null,"Primary Palette"),e("gradient-primary-palette",null),e("h2",null,"Secondary Palette"),e("gradient-secondary-palette",null),e("h2",null,"Support Palette"),e("gradient-support-palette",null));default:return e("p",null,"Content not available.")}}render(){return e("div",{key:"b6a79a91f8609cc1dd6fdd09c15b33e90dea202b",class:"container"},this.renderContent())}};export{l as docs_palettes}
@@ -0,0 +1 @@
1
+ import{r as s,h as r}from"./p-271c61ff.js";import{l as c}from"./p-54b8f143.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"d8c97d9140baa6609917021bbc67fc7cca47ee32",class:this.class,innerHTML:c})}};export{e as eds_icon_linkedin}
@@ -0,0 +1 @@
1
+ const n='<?xml version="1.0" encoding="UTF-8"?>\n<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 800 201.1">\n \x3c!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 142) --\x3e\n <defs>\n <style>\n .st0 {\n fill: url(#Unbenannter_Verlauf_293);\n }\n\n .st1 {\n fill: url(#Unbenannter_Verlauf_292);\n }\n\n .st2 {\n fill: url(#Unbenannter_Verlauf_295);\n }\n\n .st3 {\n fill: url(#Unbenannter_Verlauf_294);\n }\n\n .st4 {\n fill: url(#Unbenannter_Verlauf_297);\n }\n\n .st5 {\n fill: url(#Unbenannter_Verlauf_296);\n }\n\n .st6 {\n fill: url(#Unbenannter_Verlauf_291);\n }\n\n .st7 {\n fill: url(#Unbenannter_Verlauf_29);\n }\n </style>\n <linearGradient id="Unbenannter_Verlauf_29" data-name="Unbenannter Verlauf 29" x1="-26.7" y1="64.8" x2="155" y2="-19.9" gradientUnits="userSpaceOnUse">\n <stop offset="0" stop-color="#03a98f"/>\n <stop offset=".1" stop-color="#10a97b"/>\n <stop offset=".3" stop-color="#23aa5f"/>\n <stop offset="1" stop-color="#00ff9d"/>\n </linearGradient>\n <linearGradient id="Unbenannter_Verlauf_291" data-name="Unbenannter Verlauf 29" x1="38.6" y1="205" x2="220.3" y2="120.2" xlink:href="#Unbenannter_Verlauf_29"/>\n <linearGradient id="Unbenannter_Verlauf_292" data-name="Unbenannter Verlauf 29" x1="33" y1="193" x2="214.8" y2="108.3" xlink:href="#Unbenannter_Verlauf_29"/>\n <linearGradient id="Unbenannter_Verlauf_293" data-name="Unbenannter Verlauf 29" x1="-3.5" y1="114.7" x2="178.3" y2="30" xlink:href="#Unbenannter_Verlauf_29"/>\n <linearGradient id="Unbenannter_Verlauf_294" data-name="Unbenannter Verlauf 29" x1="4.5" y1="131.8" x2="186.2" y2="47.1" xlink:href="#Unbenannter_Verlauf_29"/>\n <linearGradient id="Unbenannter_Verlauf_295" data-name="Unbenannter Verlauf 29" x1="28.6" y1="183.6" x2="210.4" y2="98.9" xlink:href="#Unbenannter_Verlauf_29"/>\n <linearGradient id="Unbenannter_Verlauf_296" data-name="Unbenannter Verlauf 29" x1="3.8" y1="130.3" x2="185.5" y2="45.5" xlink:href="#Unbenannter_Verlauf_29"/>\n <linearGradient id="Unbenannter_Verlauf_297" data-name="Unbenannter Verlauf 29" x1="18" y1="160.6" x2="199.7" y2="75.9" xlink:href="#Unbenannter_Verlauf_29"/>\n </defs>\n <path d="M318.6,145.7h-55.5V54.7h55.5v9.6h-44.6v30.5h42v9.6h-42v31.5h44.6v9.6ZM340.3,145.7V54.7h37.4c7.5,0,13.4,2.1,17.7,6.4s6.5,9.9,6.5,17.1-.8,8.1-2.5,10.8c-1.6,2.7-3.5,4.7-5.9,6-2.3,1.3-4.4,2.1-6.4,2.5v.8c1.7,0,3.5.6,5.5,1.4,2.1.8,4,2,5.9,3.6,1.9,1.7,3.5,3.8,4.7,6.4,1.2,2.6,1.8,5.8,1.8,9.6s-1,9.4-3.1,13.4c-2,4-4.8,7.2-8.3,9.5-3.5,2.3-7.5,3.4-12,3.4h-41.3ZM351.3,103.5v32.6h27c3.1,0,5.8-.5,8.1-1.6,2.3-1.1,4-2.7,5.2-4.8,1.2-2.1,1.8-4.6,1.8-7.7v-4.4c0-3-.6-5.6-1.8-7.7s-3-3.6-5.2-4.7c-2.3-1.1-5-1.7-8.1-1.7h-27ZM351.3,64.4v29.7h25.2c2.9,0,5.3-.5,7.3-1.4,2.1-1,3.7-2.5,4.8-4.3,1.1-1.9,1.7-4.2,1.7-6.9v-4.4c0-2.7-.6-5-1.7-6.8-1.1-1.9-2.7-3.3-4.8-4.3-2-1-4.4-1.6-7.3-1.6h-25.2ZM437.7,106.6v39.1h-10.9V54.7h36.2c5.3,0,9.8,1,13.6,3,3.8,2,6.7,4.9,8.7,8.7,2.1,3.8,3.1,8.5,3.1,14.1s-1.6,12.1-4.7,16.4-7.6,7.2-13.6,8.6l20.9,40.1h-12.4l-19.7-39.1h-21.2ZM437.7,97.2h25.3c2.9,0,5.3-.5,7.3-1.4,2.1-1,3.6-2.5,4.7-4.4,1.1-2,1.7-4.4,1.7-7.2v-6.8c0-2.8-.6-5.1-1.7-7-1-2-2.6-3.5-4.7-4.4-2-1-4.4-1.6-7.3-1.6h-25.3v32.8ZM579.9,145.7h-11.5l-9.1-26.8h-36.8l-9.1,26.8h-11.1l31.8-91h13.9l31.8,91ZM556.5,109.2l-11.5-33-3.9-11.3h-.7l-3.9,11.3-11.5,33h31.4ZM628.4,145.7h-36.5v-9.1h12.8V63.8h-12.8v-9.1h36.5v9.1h-12.8v72.7h12.8v9.1ZM705,145.7l-33.2-55.5-10.9-20.2h-.4v75.7h-10.7V54.7h12.6l33.2,55.5,10.9,20.2h.4V54.7h10.7v91h-12.6ZM768.7,147.2c-7.3,0-13.6-1.4-18.9-4.2-5.2-2.9-9.6-6.8-13.3-11.7l8.1-6.8c3.2,4.3,6.8,7.5,10.7,9.8,3.9,2.2,8.5,3.3,13.8,3.3s11.5-1.6,14.9-4.7c3.5-3.1,5.2-7.3,5.2-12.5s-.6-5.3-1.7-7.3c-1.1-2-3-3.6-5.5-5-2.4-1.4-5.6-2.5-9.6-3.4l-7.4-1.7c-5.5-1.3-10.1-3-13.9-5.1-3.8-2.1-6.7-4.8-8.7-8.1-2-3.3-3-7.3-3-11.9s1.3-9.9,3.8-13.6c2.5-3.7,6-6.6,10.6-8.5,4.6-1.9,9.9-2.9,15.8-2.9s12.7,1.3,17.6,3.8c5,2.5,9.1,6.2,12.5,11.1l-8.2,6c-2.4-3.5-5.5-6.2-9.1-8.2-3.6-2-8-3-13.3-3s-10.4,1.3-13.8,3.8c-3.3,2.5-5,6.2-5,11.1s.6,5.3,1.8,7.2c1.3,1.9,3.2,3.5,5.7,4.8,2.5,1.2,5.7,2.3,9.5,3.1l7.4,1.7c5.9,1.3,10.7,3.1,14.5,5.3,3.7,2.3,6.5,5,8.2,8.3,1.8,3.3,2.7,7.2,2.7,11.7s-1.3,10.4-3.8,14.5c-2.5,4.1-6.1,7.3-10.8,9.5-4.6,2.3-10.2,3.4-16.7,3.4Z"/>\n <g>\n <path class="st7" d="M67.3,19.9c11.2-2.3,22.5-1,32.1,1.5.8.2,1.2-.8.5-1.3-11.6-7.3-20.9-11.4-26.6-13.5l-18.3,4.9c-3.4.9-6.4,2.7-8.9,5.1l-29.6,29.6c-2.5,2.5-4.2,5.5-5.1,8.9l-.7,2.6c1.7-1.5,3.4-3.2,5.2-4.9,12.6-12,29.9-28.4,51.3-32.9Z"/>\n <path class="st6" d="M33.8,172.2l12.3,12.3c2.5,2.5,5.5,4.2,8.9,5.1l40.4,10.8c3.4.9,6.9.9,10.2,0l40.4-10.8c3.4-.9,6.4-2.7,8.9-5.1l2.8-2.8c-80-32.2-119-12.3-123.9-9.5Z"/>\n <path class="st1" d="M97.7,137.4c-25.1.2-51.1.4-78.8,19.8l10.5,10.5h.1c2-1.5,42.4-27.9,132.8,9.1h.2c0,.1,18.6-18.4,18.6-18.4-7.8-2.8-58.6-21-83.1-21h-.3Z"/>\n <path class="st0" d="M137.2,41h0c2.6,2.4,5.3,5,8,7.7,26.3,26.3,43.8,37.2,53.9,41.8l-9.5-35.5c-.9-3.4-2.7-6.4-5.1-8.9l-29.6-29.6c-2.5-2.5-5.5-4.2-8.9-5.1L105.7.7c-3.4-.9-6.9-.9-10.2,0l-12.1,3.2c12.4,5.6,31.5,16.5,53.7,37,0,0,.1.1.2.2Z"/>\n <path class="st3" d="M132.7,86.1c4.9,1.6,26.3,12,26.3,12,1.7.7,7.3,3.3,8.9,4.1.7.3,1.3-.6.8-1.1-1.5-1.4-5.8-5-10.9-8.6,0,0-21.8-15.4-27.2-18.5-7.8-4.3-47.4-26.7-81.3-10C25.8,75.6,8,89.7.6,96c-.8,3.2-.7,6.5.1,9.7l3.4,12.8c7.2-6.7,20.2-17.2,40.4-28.2,35.4-19.2,61.9-12.8,88.2-4.2Z"/>\n <path class="st2" d="M55.9,128c-3.1,1.7-17.5,10.3-17.5,10.3,0,0-4.9,3-.2,1.9,2-.5,7.8-3.1,9.7-3.6,0,0,19.1-7,49.8-5.4.1,0,.2,0,.4,0,27.6,0,84.2,21,86.6,21.9l1.1.5c1.8-2.2,3.2-4.7,3.9-7.5l2.7-10.2c-14.1-5.9-55.1-22.3-81-22.3s-55.3,14.3-55.5,14.4Z"/>\n <path class="st5" d="M131.7,44.5c-2-1.7-4.9-3.9-8.5-6.3-1.8-1.3-3.6-2.3-5.4-3.2-8.1-4.1-29.1-13.1-49.2-9-19.7,4.1-35.5,19.2-48.2,31.3-4.7,4.5-8.7,8.3-12.4,11.1l-4.6,17.2c9.4-7.4,24.4-18,43.2-27.2,36.9-18.1,79.2,5.4,87.3,10.3,12.1,7.3,47.9,34.4,64,46.8l2.6-9.8c.7-2.5.8-5,.5-7.5-10.4-3.8-29.7-14.5-60.2-45-3.1-3.1-6.1-5.9-9.1-8.6Z"/>\n <path class="st4" d="M47.5,95.8c-22.1,12-35.5,23.6-41.5,29.6l5.5,20.7c.3,1.2.8,2.4,1.4,3.5,9.5-9.3,38.6-26.3,39.8-27,1-.6,25.6-15.3,58.7-15.3s67.5,16,82.6,22.4l1.1-4.2c-9.9-6.7-37.4-24.5-64.4-33.5-24.9-8.3-50-14.3-83.2,3.8Z"/>\n </g>\n</svg>';export{n as l}
@@ -0,0 +1 @@
1
+ import{r as s,h as e}from"./p-271c61ff.js";import{e as r}from"./p-e0ee2386.js";const t=class{constructor(e){s(this,e),this.class=""}render(){return e("span",{key:"56f0efdfb37b2dd4474dc2e69ef649915a9f4bbc",class:this.class,innerHTML:r})}};export{t as eds_icon_eu}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,H as n}from"./p-271c61ff.js";function i(t){return'<linearGradient id="__UID__Unbenannter_Verlauf_29" x1="-26.7" y1="64.8" x2="155" y2="-19.9" gradientUnits="userSpaceOnUse"> <stop offset="0" stop-color="#03a98f"/> <stop offset=".1" stop-color="#10a97b"/> <stop offset=".3" stop-color="#23aa5f"/> <stop offset="1" stop-color="#00ff9d"/> </linearGradient><linearGradient id="__UID__Unbenannter_Verlauf_291" x1="38.6" y1="205" x2="220.3" y2="120.2" href="#__UID__Unbenannter_Verlauf_29"/><linearGradient id="__UID__Unbenannter_Verlauf_292" x1="33" y1="193" x2="214.8" y2="108.3" href="#__UID__Unbenannter_Verlauf_29"/><linearGradient id="__UID__Unbenannter_Verlauf_293" x1="-3.5" y1="114.7" x2="178.3" y2="30" href="#__UID__Unbenannter_Verlauf_29"/><linearGradient id="__UID__Unbenannter_Verlauf_294" x1="4.5" y1="131.8" x2="186.2" y2="47.1" href="#__UID__Unbenannter_Verlauf_29"/><linearGradient id="__UID__Unbenannter_Verlauf_295" x1="28.6" y1="183.6" x2="210.4" y2="98.9" href="#__UID__Unbenannter_Verlauf_29"/><linearGradient id="__UID__Unbenannter_Verlauf_296" x1="3.8" y1="130.3" x2="185.5" y2="45.5" href="#__UID__Unbenannter_Verlauf_29"/><linearGradient id="__UID__Unbenannter_Verlauf_297" x1="18" y1="160.6" x2="199.7" y2="75.9" href="#__UID__Unbenannter_Verlauf_29"/>'.replace(/__UID__/g,t)}function l(t,e,n,i=16){return`<g transform="translate(${e},${n}) scale(${(i/201.1).toFixed(4)})">${'<path fill="url(#__UID__Unbenannter_Verlauf_29)" d="M67.3,19.9c11.2-2.3,22.5-1,32.1,1.5.8.2,1.2-.8.5-1.3-11.6-7.3-20.9-11.4-26.6-13.5l-18.3,4.9c-3.4.9-6.4,2.7-8.9,5.1l-29.6,29.6c-2.5,2.5-4.2,5.5-5.1,8.9l-.7,2.6c1.7-1.5,3.4-3.2,5.2-4.9,12.6-12,29.9-28.4,51.3-32.9Z"/><path fill="url(#__UID__Unbenannter_Verlauf_291)" d="M33.8,172.2l12.3,12.3c2.5,2.5,5.5,4.2,8.9,5.1l40.4,10.8c3.4.9,6.9.9,10.2,0l40.4-10.8c3.4-.9,6.4-2.7,8.9-5.1l2.8-2.8c-80-32.2-119-12.3-123.9-9.5Z"/><path fill="url(#__UID__Unbenannter_Verlauf_292)" d="M97.7,137.4c-25.1.2-51.1.4-78.8,19.8l10.5,10.5h.1c2-1.5,42.4-27.9,132.8,9.1h.2c0,.1,18.6-18.4,18.6-18.4-7.8-2.8-58.6-21-83.1-21h-.3Z"/><path fill="url(#__UID__Unbenannter_Verlauf_293)" d="M137.2,41h0c2.6,2.4,5.3,5,8,7.7,26.3,26.3,43.8,37.2,53.9,41.8l-9.5-35.5c-.9-3.4-2.7-6.4-5.1-8.9l-29.6-29.6c-2.5-2.5-5.5-4.2-8.9-5.1L105.7.7c-3.4-.9-6.9-.9-10.2,0l-12.1,3.2c12.4,5.6,31.5,16.5,53.7,37,0,0,.1.1.2.2Z"/><path fill="url(#__UID__Unbenannter_Verlauf_294)" d="M132.7,86.1c4.9,1.6,26.3,12,26.3,12,1.7.7,7.3,3.3,8.9,4.1.7.3,1.3-.6.8-1.1-1.5-1.4-5.8-5-10.9-8.6,0,0-21.8-15.4-27.2-18.5-7.8-4.3-47.4-26.7-81.3-10C25.8,75.6,8,89.7.6,96c-.8,3.2-.7,6.5.1,9.7l3.4,12.8c7.2-6.7,20.2-17.2,40.4-28.2,35.4-19.2,61.9-12.8,88.2-4.2Z"/><path fill="url(#__UID__Unbenannter_Verlauf_295)" d="M55.9,128c-3.1,1.7-17.5,10.3-17.5,10.3,0,0-4.9,3-.2,1.9,2-.5,7.8-3.1,9.7-3.6,0,0,19.1-7,49.8-5.4.1,0,.2,0,.4,0,27.6,0,84.2,21,86.6,21.9l1.1.5c1.8-2.2,3.2-4.7,3.9-7.5l2.7-10.2c-14.1-5.9-55.1-22.3-81-22.3s-55.3,14.3-55.5,14.4Z"/><path fill="url(#__UID__Unbenannter_Verlauf_296)" d="M131.7,44.5c-2-1.7-4.9-3.9-8.5-6.3-1.8-1.3-3.6-2.3-5.4-3.2-8.1-4.1-29.1-13.1-49.2-9-19.7,4.1-35.5,19.2-48.2,31.3-4.7,4.5-8.7,8.3-12.4,11.1l-4.6,17.2c9.4-7.4,24.4-18,43.2-27.2,36.9-18.1,79.2,5.4,87.3,10.3,12.1,7.3,47.9,34.4,64,46.8l2.6-9.8c.7-2.5.8-5,.5-7.5-10.4-3.8-29.7-14.5-60.2-45-3.1-3.1-6.1-5.9-9.1-8.6Z"/><path fill="url(#__UID__Unbenannter_Verlauf_297)" d="M47.5,95.8c-22.1,12-35.5,23.6-41.5,29.6l5.5,20.7c.3,1.2.8,2.4,1.4,3.5,9.5-9.3,38.6-26.3,39.8-27,1-.6,25.6-15.3,58.7-15.3s67.5,16,82.6,22.4l1.1-4.2c-9.9-6.7-37.4-24.5-64.4-33.5-24.9-8.3-50-14.3-83.2,3.8Z"/>'.replace(/__UID__/g,t)}</g>`}let r=0;const s=class{constructor(e){t(this,e),this.uid=`trl${++r}-`,this.level=void 0,this.assessed=void 0,this.methodology=void 0,this.theme="dark",this.variant="tone",this.size=void 0,this.label="EBRAINS TRL",this.href=void 0}esc(t){return String(t).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}levelColor(){const t=Number(this.level);return t>=7?"#00FF9D":t>=4?"#00C87B":"#7A7B7A"}valueText(){return Number(this.level)>=4?"#07140D":"#ECECEC"}fullText(){const t=[`${this.label} ${this.level}`];return this.assessed&&t.push(`assessed ${this.assessed}`),this.methodology&&t.push(`methodology ${this.methodology}`),t.join(" · ")}build(){const t=s.CW,e=this.uid,n=`${e}clip`,r=this.levelColor(),a=28,h="font-family=\"'IBM Plex Mono',monospace\"",_=this.esc(String(this.level));if("full"===this.variant){const s=(this.assessed?` · assessed ${this.esc(this.assessed)}`:"")+(this.methodology?` · methodology ${this.esc(this.methodology)}`:""),f=Math.ceil(a+this.fullText().length*t+10);return{w:f,h:24,inner:`<defs><clipPath id="${n}"><rect width="${f}" height="24" rx="6"/></clipPath>${i(e)}</defs><g clip-path="url(#${n})"><rect width="${f}" height="24" fill="#07140D"/></g>${l(e,8,4,16)}<text x="30" y="15.5" ${h} font-size="11" letter-spacing=".2"><tspan fill="#ECECEC">${this.esc(this.label)} </tspan><tspan fill="${r}" font-weight="600">${_}</tspan><tspan fill="#7A7B7A">${this.esc(s)}</tspan></text>`}}if("pill"===this.variant){const n=Math.ceil(a+`TRL ${this.level}`.length*t+14),s=a+(n-a)/2-4;return{w:n,h:24,inner:`<defs>${i(e)}</defs><rect width="${n}" height="24" rx="12" fill="#07140D"/>${l(e,7,4,16)}<text x="${s}" y="16" ${h} font-size="11" font-weight="500" letter-spacing=".5" text-anchor="middle"><tspan fill="#ECECEC">TRL </tspan><tspan fill="${r}" font-weight="600">${_}</tspan></text>`}}if("outline"===this.variant){const n="light"!==this.theme,s=n?"#0c1c14":"#ffffff",f=n?"#34473d":"#07140D",c=n?"#ECECEC":"#07140D",o=n?"#5a6b62":"#9aa39d",$=n?r:Number(this.level)>=4?"#00966a":"#7A7B7A",d=Math.ceil(a+(this.label+" · "+this.level).length*t+12);return{w:d,h:24,inner:`<defs>${i(e)}</defs><rect x=".5" y=".5" width="${d-1}" height="23" rx="6" fill="${s}" stroke="${f}"/>${l(e,8,4,16)}<text x="30" y="16" ${h} font-size="11" letter-spacing=".3"><tspan fill="${c}">${this.esc(this.label)} </tspan><tspan fill="${o}">· </tspan><tspan fill="${$}" font-weight="600">${_}</tspan></text>`}}if("scale"===this.variant){const n="light"!==this.theme,s=n?"#07140D":"#ECECEC",a=n?"#ECECEC":"#07140D",f=n?"#2f4339":"#c4ccc7",c=n?"#5a6b62":"#9aa39d",o=Math.max(0,Math.min(9,Number(this.level)||0)),$=Math.ceil(30+this.label.length*t+12),d=9,p=6,u=8,x=9;let g="";for(let t=0;t<9;t++)g+=`<rect x="${$+t*d}" y="${x}" width="${p}" height="${u}" rx="1" fill="${t<o?r:f}"/>`;const U=$+9*d+5,b=Math.ceil(U+`${this.level}/9`.length*t+8);return{w:b,h:26,inner:`<defs>${i(e)}</defs><rect width="${b}" height="26" rx="6" fill="${s}"/>${l(e,8,5,16)}<text x="30" y="17" ${h} font-size="11" letter-spacing=".3" fill="${a}">${this.esc(this.label)}</text><g>${g}</g><text x="${U}" y="17" ${h} font-size="11" font-weight="500"><tspan fill="${r}">${_}</tspan><tspan fill="${c}">/9</tspan></text>`}}const f="light"!==this.theme,c=f?"#07140D":"#ECECEC",o=f?"#ECECEC":"#07140D",$=f?this.valueText():"#07140D",d=Math.ceil(a+this.label.length*t+12),p=Math.ceil(12+String(this.level).length*t+12),u=d+p;return{w:u,h:24,inner:`<defs><clipPath id="${n}"><rect width="${u}" height="24" rx="6"/></clipPath>${i(e)}</defs><g clip-path="url(#${n})"><rect width="${d}" height="24" fill="${c}"/><rect x="${d}" width="${p}" height="24" fill="${r}"/></g>${l(e,8,4,16)}<text x="${a+(d-a)/2}" y="16" ${h} font-size="11" letter-spacing=".4" fill="${o}" text-anchor="middle">${this.esc(this.label)}</text><text x="${d+p/2}" y="16" ${h} font-size="11" font-weight="600" fill="${$}" text-anchor="middle">${_}</text>`}}buildSvg(){const{w:t,h:e,inner:n}=this.build(),i=this.esc(this.fullText()),l=this.size?this.size/e:1;return`<svg xmlns="http://www.w3.org/2000/svg" width="${Math.round(t*l)}" height="${Math.round(e*l)}" viewBox="0 0 ${t} ${e}" role="img" aria-label="${i}"><title>${i}</title>${n}</svg>`}render(){const t=this.buildSvg();return e(n,{key:"eddfb49f35ff9771d76eef13a024b840b3a24cca"},this.href?e("a",{class:"link",href:this.href,"aria-label":this.fullText(),innerHTML:t}):e("span",{class:"link",innerHTML:t}))}};s.CW=6.8,s.style=":host{display:inline-block;line-height:0;}.link{display:inline-block;line-height:0;text-decoration:none;color:inherit}.link svg{display:block}";export{s as eds_trl_badge}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,H as i}from"./p-271c61ff.js";const r=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,i,r){const n=(r-90)*(Math.PI/180);return{x:e+i*Math.cos(n),y:t+i*Math.sin(n)}}describeArc(e,t,i,r,n){const l=this.polarToCartesian(e,t,i,n),a=this.polarToCartesian(e,t,i,r);return[`M ${l.x} ${l.y}`,`A ${i} ${i} 0 ${n-r<=180?"0":"1"} 0 ${a.x} ${a.y}`,`L ${e} ${t}`,"Z"].join(" ")}render(){const e=this.parseSlices();e.length>r.MAX_SLICES&&console.warn(`eds-pie: too many slices (${e.length}), results may overlap.`);const n=e.reduce(((e,t)=>e+t.value),0)||1,l=[...r.PALETTES[this.colorScheme]],a=[...e].sort(((e,t)=>t.value-e.value));let o=0;const s=a.map((e=>{const t=o,i=o+e.value/n*360;o=i;const r=e.color||l.shift()||"#8c8c8c";return Object.assign(Object.assign({},e),{start:t,end:i,color:r})})),c=this.size,f=c/2,h=Math.min(Math.max(this.thickness,.5),1),d=f*(1-h),g=f,u=(f+d)/2,b=s.map((e=>`${e.label}: ${"percent"===this.display?`${Math.round(e.value/n*100)}%`:e.value}`)).join(", ");return t(i,null,t("div",{class:"wrapper"},t("svg",{width:c,height:c,role:"img","aria-label":`Pie chart: ${b}`,class:"pie-chart"},t("title",null,"Pie chart"),t("g",null,s.map((e=>t("path",{key:e.id,d:this.describeArc(f,f,g,e.start,e.end),fill:e.color}))),d>0&&t("circle",{cx:f,cy:f,r:d,fill:"#FFFFFF"}),s.map((e=>{const i=e.start+(e.end-e.start)/2,{x:r,y:l}=this.polarToCartesian(f,f,u,i),a="percent"===this.display?`${Math.round(e.value/n*100)}%`:String(e.value);return t("text",{key:e.id,x:r,y:l,class:"f-ui-02","text-anchor":"middle","alignment-baseline":"middle"},a)})))),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)))))))}};r.MAX_SLICES=9,r.PALETTES={semantic:["#00e766","#666666","#00c959","#8c8c8c","#63fb92","#d8d8d8","#9dffb4","#e6e6e6","#d3ffdc"],mono:["#666666","#8c8c8c","#e6e6e6","#f8f8f8","#4d4d4d","#6e6e6e","#d8d8d8","#f2f2f2","#242424"]},r.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{r as eds_pie}
@@ -0,0 +1 @@
1
+ import{r as e,h as a}from"./p-271c61ff.js";import{l}from"./p-caa71345.js";const c=class{constructor(a){e(this,a)}render(){return a("div",{key:"d2670fc81c458c6fa7830adc0bfe84a8d6edc808",class:"container"},a("ul",{key:"068ccd9ab65938f0d61f800410c0223e79b072a5",class:"not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"},a("li",{key:"4600e980ce2d169750f3a06ad11ecc5280ac6816",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"},a("div",{key:"db4d3fc8f5e35ae084c7f359fcc2553f913cc05a",class:"mx-auto no-other-bg-color logo",innerHTML:l}),a("p",{key:"b3f85315b376d5dae84a076fcefad660bb28f2b0",class:"f-ui-02 text-center"},"Do not use with backgrounds that make legibility difficult")),a("li",{key:"786ea943986e9948d465fc9bb07b3ea3ab9438f1",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"},a("div",{key:"c9ee298d8c36b732e7a1855f26e08f000c16aa91",class:"mx-auto no-other-color logo non-brand-color",innerHTML:l}),a("p",{key:"6e16a1cf4f03f8a8929c31b2df080dd89b0951c3",class:"f-ui-02 text-center"},"Do not apply other colors")),a("li",{key:"82a57b134dd2a559a8c755579bdad818d316742a",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"},a("div",{key:"f32b83ca94652e22477a3ce0d2247eef0e47b7b8",class:"mx-auto distorted logo",innerHTML:l}),a("p",{key:"3cf9e132199d325d430cfffa6bf4b4331e43a62e",class:"f-ui-02 text-center"},"Do not deform the logo")),a("li",{key:"89d4b3eed2c779ff71b3fd6c8315ce4a99cb871b",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"},a("div",{key:"b765e1c704944ecded0d88aca1db3efffd0caeed",class:"mx-auto effects logo",innerHTML:l}),a("p",{key:"822ac23c64ba745b46d21303a9bbfabe9a26d6dc",class:"f-ui-02 text-center"},"Do not apply effects")),a("li",{key:"a5f157b40464fa3178f94147ce9017ffaad0bb69",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"},a("div",{key:"c9b3e60f08ad15e0ca9eb11abe769510bf6f04c9",class:"mx-auto rotated logo",innerHTML:l}),a("p",{key:"c25fc7938948f5cb3fdf55719483e13ab4780bba",class:"f-ui-02 text-center"},"Do not rotate the logo")),a("li",{key:"8ed76fa89e0bf6b40f0b5478cebfe3a2b129cde6",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"},a("div",{key:"a18962c12781071348a8ec0c10e62d7d3ebec881",class:"mx-auto outlined logo",innerHTML:l}),a("p",{key:"a967a5ef26f9d935756db41e632d88765fdc50c7",class:"f-ui-02 text-center"},"Do not apply outlines")),a("li",{key:"9fc5979179dc4d1defe578a6c4aa7b1e7bf6e355",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"},a("div",{key:"df9479358ca218d9b2f9ffa15dc9cb802cf71e04",class:"mx-auto"},a("div",{key:"2d06f90b92971701bbe6a76f8b8125846ac15d0c",class:"bg-accent p-16"},a("div",{key:"a4178f35a86f8a5788f30137f75880f4c5f5c2a3",class:"text-inverse",innerHTML:l})),a("p",{key:"567638cdb967150758210ddb0d52657834f65054",class:"f-ui-02 text-center"},"Do not use the green background for the logo version of the logo with backgrounds with the same tones")))))}};c.style='ol,ul,menu{list-style:none;margin:0;padding:0}.bg-accent{background-color:var(--green-500)}.bg-dark{background-color:var(--grey-300)}.bg-strongest{background-color:var(--black)}.text-center{text-align:center}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.p-8{padding:0.5rem}.p-16{padding:1rem}.logo{width:100%;height:auto}.bg-dark{background-color:#333}.bg-light{background-color:#f3f3f3}.bg-white{background-color:white}.non-brand-color{fill:purple;}.distorted{transform:scaleX(0.5)}.effects{filter:drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5))}.rotated{transform:rotate(15deg)}.no-other-bg-color{background-color:var(--purple-200)}.no-other-color{color:var(--red-700)}.outlined{stroke:red;stroke-width:2px;fill:none;}.custom-font{font-family:\'Comic Sans MS\', cursive;font-size:20px;color:#333;}.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{c as logo_wrong_usage}
@@ -0,0 +1 @@
1
+ const l='<svg width="63" height="50" viewBox="0 0 640 480" fill="none" xmlns="http://www.w3.org/2000/svg">\n <path d="M0 0h640v480H0V0z" fill="#039"/>\n <path 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"/>\n</svg>\n';export{l as e}
@@ -0,0 +1 @@
1
+ import{r as e,h as r}from"./p-271c61ff.js";const a={tokens:{"brand-black":"#07140D","brand-green":"#00FF9D","brand-green-dark":"#00C87B","grey-light":"#ECECEC","grey-dark":"#7A7B7A",black:"#000000",white:"#FFFFFF",transparent:"transparent",current:"currentColor","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"},border:{default:"brand-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:"brand-green","accent-dark":"brand-green-dark",error:"red-700",current:"currentColor",transparent:"transparent",grey:"grey-light","grey-dark":"grey-dark"},text:{default:"brand-black",inverse:"white",current:"currentColor",transparent:"transparent",light:"grey-dark",lighter:"grey-light",lightest:"grey-500","extra-light":"grey-300",success:"green-800",warning:"yellow-900",error:"red-700",accent:"brand-green","accent-dark":"brand-green-dark","on-gradient":"rgba(0, 0, 0, 0.55)","on-dark":"white"},background:{default:"brand-black",inverse:"white","inverse-soft":"rgba(0, 0, 0, .05)",dark:"grey-light",darker:"grey-dark",strong:"grey-700","strong-dark":"grey-800",stronger:"grey-900",strongest:"brand-black",accent:"brand-green","accent-dark":"brand-green-dark",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:"brand-green","accent-dark":"brand-green-dark",light:"grey-dark",lighter:"grey-600",lightest:"grey-500","extra-light":"grey-300"},outline:{default:"brand-black",accent:"brand-green","accent-dark":"brand-green-dark"},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"}},t=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 a.tokens[e]?a.tokens[e]:e}renderSection(e,a){if("tokens"===e){const e=this.groupTokensByCategory(a);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 a=Object.keys(e)[0],t=this.resolveColor(e[a]),n=this.getTextColor(t);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:t}},r("span",{class:`${n} f-body-02`},a),r("div",{class:"inline-flex"},r("eds-code-block",{code:t,language:"hex",class:"min-w-[210px] mr-4"}),r("eds-code-block",{language:"css",code:`var(--${a})`,class:"min-w-[210px]"}))),r("div",{class:"effect-height items-center justify-between p-16 block lg:hidden",style:{backgroundColor:t}},r("span",{class:`${n} f-body-02`},a),r("div",{class:"inline block"},r("eds-code-block",{code:t,class:"min-w-[210px] mb-4"}),r("eds-code-block",{code:`var(--${a})`,class:"min-w-[210px]"}))))})))))}return r("ul",{class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},Object.entries(a).map((([a,t])=>{const n=this.resolveColor(t),s=this.getTextColor(n),l=n.startsWith("#")||n.startsWith("rgb")?{backgroundColor:n}:{border:`2px solid ${n}`};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:`${s} mr-auto font-bold`},a),r("span",{class:`${s} ml-auto mr-4 font-bold`},t)),r("span",{class:`${s}`},r("eds-code-block","background"===e?{code:`bg-${a}`,class:"min-w-[210px] mr-4"}:{code:`${e}-${a}`,class:"border"===e?"min-w-[250px] mr-4":"min-w-[210px] mr-4"}))))})))}groupTokensByCategory(e){const r={};return Object.entries(e).forEach((([e,a])=>{const t=e.split("-")[0];r[t]||(r[t]=[]),r[t].push({[e]:a})})),r}render(){return r("section",{key:"19a7dd76a980e2815f8df3ee0cb083b2c77cafa4",class:"w-full mt-28"},Object.entries(this.show?{[this.show]:a[this.show]}:a).map((([e,r])=>r?this.renderSection(e,r):null)))}},n={xxs:"2px",xs:"4px",sm:"8px",md:"12px",lg:"16px",pill:"100px"},s=class{constructor(r){e(this,r)}render(){return r("section",{key:"80a475b807538a7c9c1186d0f167a793858ad439",class:"w-full mt-28"},r("ul",{key:"e3fa97c0f627f2094c7eae87eb9f7079df2b35f2",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},Object.entries(n).map((([e,a])=>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:${a}`,language:"css",class:"mx-auto min-w-[200px] sm:max-w-[200px] ml-auto"})))))))}},l={shadows:{small:"0px 1px 3px rgba(7, 20, 13, 0.1)",medium:"0px 4px 12px rgba(7, 20, 13, 0.15)",hover:"0px 8px 24px rgba(7, 20, 13, 0.2)",accent:"0px 0px 16px rgba(0, 255, 157, 0.5)","accent-focus":"0 0 0 3px rgba(0, 255, 157, 0.3)",border:"0 1px 3px rgba(7, 20, 13, 0.1)","border-top":"0 -1px 3px rgba(7, 20, 13, 0.1)",elevated:"0px 2px 8px rgba(7, 20, 13, 0.12)",overlay:"0px 16px 48px rgba(7, 20, 13, 0.3)",none:"none"},dropShadows:{small:"0px 2px 8px rgba(7, 20, 13, 0.15)",medium:"0px 4px 16px rgba(7, 20, 13, 0.2)","accent-glow":"0px 0px 24px rgba(0, 255, 157, 0.6)"}},c=class{constructor(r){e(this,r)}render(){return r("section",{key:"0316f767a182da2f2e96c137034d84794947102a",class:"w-full mt-28"},r("ul",{key:"16586b6a4d565ee58f4ea2465d54d527390d41ca",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},Object.entries(l).map((([e,a])=>Object.entries(a).map((([a,t])=>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:t}},r("eds-code-block",{code:`${e}-${a}`,language:"Utility Class",class:"mr-auto sm:mb-4 min-w-[200px]"}),r("eds-code-block",{code:`${t}`,language:"css",class:"ml-auto min-w-[200px]"})))))))))}};export{t as token_list,s as token_radii,c as token_shadows}
@@ -1 +1 @@
1
- import{r as e,h as s}from"./p-271c61ff.js";const t=class{constructor(s){e(this,s),this.tag="section",this.sectionTitle="",this.headingLevel="h2"}render(){return s(this.tag,{key:"3c75c9cda6a41c0d4243c3c111d7cc95f3efb97b"},s("eds-section-heading",{key:"05b4d011aa1b8f489fe8aa0fd6d43b824da03370",headingLevel:this.headingLevel,sectionTitle:this.sectionTitle}),s("slot",{key:"1749580398e56d38d83d5f5fdd87f43867a554cb"}))}};t.style="";const i=class{constructor(s){e(this,s),this.sectionTitle=void 0,this.withContainer=!0,this.headingLevel="h2",this.tag="div",this.spacingLarge=!1}getHeadingClass(){return{h1:"f-heading-01",h2:"f-heading-02",h3:"f-heading-03",h4:"f-heading-04",h5:"f-heading-05",h6:"f-heading-06"}[this.headingLevel]}render(){return s(this.tag,{key:"18614645f329d9ccfe6104b544ff306c6190173a",class:{"ui-section-header flex flex-wrap items-center justify-between gap-x-12 gap-y-8":!0,container:this.withContainer,"pt-48":this.spacingLarge,"pt-28":!this.spacingLarge}},s(this.headingLevel,{key:"ce699077313e9ee8d8a66e68af667451351a35a6",class:this.getHeadingClass()},this.sectionTitle))}};export{t as eds_section_core,i as eds_section_heading}
1
+ import{r as e,h as s}from"./p-271c61ff.js";const t=class{constructor(s){e(this,s),this.tag="section",this.sectionTitle="",this.headingLevel="h2"}render(){return s(this.tag,{key:"635230d1ec9a0dcc945990a6a58dc3508345d984"},s("eds-section-heading",{key:"0b6b94df22af707cbd6964132f3a5190b4b7e83c",headingLevel:this.headingLevel,sectionTitle:this.sectionTitle}),s("slot",{key:"8834c29c25249fb5c384fb5d51866eadb93a97d6"}))}};t.style="";const i=class{constructor(s){e(this,s),this.sectionTitle=void 0,this.withContainer=!0,this.headingLevel="h2",this.tag="div",this.spacingLarge=!1}getHeadingClass(){return{h1:"f-heading-01",h2:"f-heading-02",h3:"f-heading-03",h4:"f-heading-04",h5:"f-heading-05",h6:"f-heading-06"}[this.headingLevel]}render(){return s(this.tag,{key:"7275284a1158ab982f1e53117b72738d0a001c97",class:{"ui-section-header flex flex-wrap items-center justify-between gap-x-12 gap-y-8":!0,container:this.withContainer,"pt-48":this.spacingLarge,"pt-28":!this.spacingLarge}},s(this.headingLevel,{key:"a3c68baa56a0337348405c88544225ed7c7ff0ed",class:this.getHeadingClass()},this.sectionTitle))}};export{t as eds_section_core,i as eds_section_heading}
@@ -1 +1 @@
1
- import{r as e,h as l}from"./p-271c61ff.js";const c=[{background:"#9CE142"},{background:"#00C959"},{background:"#00A595"}],a=[{background:"#141414"},{background:"#383838"},{background:"#CCCCCC"},{background:"#E6E6E6"},{background:"#FFFFFF"}],s=[{background:"#3FA9F5"},{background:"#0644F4"}],d=[{background:"#C461FF"},{background:"#5D3DF9"}],t=[{background:"#FFA543"},{background:"#FF4D68"}],f=class{constructor(l){e(this,l)}render(){return l("div",{key:"9d28ec9943d0677134197c13540de9bb7c2f12cd",class:"container"},l("p",{key:"6f7d0b82630b3c49f9dff5ccd36bca698a1fbd5c",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"d7f9671b3cbb38b08cd81c30587abdf0d8f41f51",label:"primary",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"f2f511e348e059b3dd4f297f5b4a3979cd375129",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"969c18ae721d4f00760e98cd80059dc2aa453d67",class:"flex"},l("div",{key:"1b17ab8ece1291526e71d18dcf3c1f93a00fa2c4",class:"w-full"},l("ul",{key:"986f769f30231630847cdfe86b8656839a939d88",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},c.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[150px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"86eefc26ae16cd6e9677740d9bc79510a52fc73f",class:"w-full"},l("ul",{key:"f9d33602d9d0074e708853f4f8414be3059df356",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))),l("p",{key:"07b359efde4e571b7aca720c96a4bbf14c838d4d",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"d298f15d103db28cee0d20c033a32588ed5fd19e",label:"purple",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"30104956c75990db31768f55fe29a3c58c3db6ee",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"2ac588649556015429c13fc99639dcfc156262d6",class:"flex"},l("div",{key:"80a4806cad7dbfe512b77fd24e5d857301cba9cb",class:"w-full"},l("ul",{key:"92f3708e7750b344f7b493023cb76fb40c859a4d",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},d.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[225px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"7bdd5b1548c55260c6425b167ec4dbb89dd6eda2",class:"w-full"},l("ul",{key:"387542a843d26539d7fea2af38ef9ae4308eeb32",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))),l("p",{key:"0f1ba1c7c7408685f371c4044f95c7ca502fc944",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"8ed5ff96b53904e8ba20ef1511245c0b5154afa4",label:"blue",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"a14d384ccfd1147cf97b368b2cde7382a54c0a45",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"155d52d56352a506e3b7737d427a14a3abcaebcd",class:"flex"},l("div",{key:"e91aa745ca8cff4fa9b704317ddfd43a6f40ca38",class:"w-full"},l("ul",{key:"c7011ffce80763f4042be97d0ea69babfac40361",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},s.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[225px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"a98a22aa0af0b286575bed2e334b184617be1ecf",class:"w-full"},l("ul",{key:"20b30469c9c0d2999139d8e0f1d80f5ab0a3c514",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))),l("p",{key:"10e39fc6e1aa2682ada0ec5183b3552c9958bc98",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"849655d792c79a191cf6cab7672ec649de59cb5a",label:"redish",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"b1e5d967791190f20c86d54ef46b703270b5b637",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"292f06ed7f8d9af814439e8774308068c2aa6a3b",class:"flex"},l("div",{key:"44575c8a4582d31170803e390265f02548045831",class:"w-full"},l("ul",{key:"fc137b3481b601c0b7eb216b9393ddd291eb9a02",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},t.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[225px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"39c79f448361189f8f439622099271276d3ebe3d",class:"w-full"},l("ul",{key:"6195f5159065e800f84f1d0f78f6523986506369",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))))}};export{f as correct_use_of_colors}
1
+ import{r as e,h as l}from"./p-271c61ff.js";const a=[{background:"#9CE142"},{background:"#00C959"},{background:"#00A595"}],c=[{background:"#141414"},{background:"#383838"},{background:"#CCCCCC"},{background:"#E6E6E6"},{background:"#FFFFFF"}],s=[{background:"#3FA9F5"},{background:"#0644F4"}],d=[{background:"#C461FF"},{background:"#5D3DF9"}],t=[{background:"#FFA543"},{background:"#FF4D68"}],f=class{constructor(l){e(this,l)}render(){return l("div",{key:"1448b252afd426048e14a56782bad097bbc2cb04",class:"container"},l("p",{key:"0a0a0ead35d299893d307a1eb9a71e4234d066aa",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"83f480812bba9e85716bae68885b3fdc7ed241a7",label:"primary",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"5c19085f34284f1a2aa3c525c9389611b75bfb1c",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"d660baa9e8a74688099c0ec5e8c0a6a3f0519952",class:"flex"},l("div",{key:"e3402503bc727c66c39dd6fdc38e8f41a79f6fda",class:"w-full"},l("ul",{key:"0b797f5b7339979cedb7fe29ecfa6ea36c656df7",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[150px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"36362208d138fa0e1d892f52c0f2e8d063dedfd2",class:"w-full"},l("ul",{key:"5cbeeaf57b89f04f55e0a0c289d6d4b3ea3f5a64",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},c.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))),l("p",{key:"9b409f7d4d271ebd6334d1a973e3a3e4c329ab9b",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"1b4b5713f609774b37e2a84ae992098f4412da6b",label:"purple",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"2aaef87146f0777ec614c27e5c309a862a32008a",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"8b0114f367da96c44094e88b642c3d80cc03eb3a",class:"flex"},l("div",{key:"0e7031b26c356592194c9590969d87f59a533b99",class:"w-full"},l("ul",{key:"9b081bf5903f907c50c3bd70b021dc1d5f13047f",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},d.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[225px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"7a48e557e56d0f76556bddd5c0d7348347b522e5",class:"w-full"},l("ul",{key:"de47269f2887ede6f63d78ea27216bdfca092e00",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},c.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))),l("p",{key:"6462727e41d5adbb78e6516cc514deab0c82a4ff",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"4e451a7a19184ea9febc308440f18aa9ffd7ba20",label:"blue",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"00b0bfd638b09f74045600e1f8712ff291a9fefb",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"defd084d15e5ea4ba08fc3bbd6e0b49177c5272f",class:"flex"},l("div",{key:"d6bf7ff0ae322e935cc5757470a46ebe3d0d9044",class:"w-full"},l("ul",{key:"e5446d344666bf651ea95740defb7ddc7a7b11c1",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},s.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[225px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"fea82f2022e4649db4f0e7496682d1da56b081fd",class:"w-full"},l("ul",{key:"e678cd5f9af9969b3d5832102dc37ea2b720f88a",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},c.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))),l("p",{key:"d2e63f7de74f17c40529f04195dfceab6d2064ce",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"e038092dd9503209b495fcd19648891c8dcfd6e3",label:"redish",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"8a08ec7cdb4f054bdf44b949da4490b6ffce4e2a",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"8d082cd4dddffb42b6d16d1c8b1269a2ba6f9b20",class:"flex"},l("div",{key:"9d5794ab3a57398babcd8d6f27df2d9ed2154c45",class:"w-full"},l("ul",{key:"b83da37b2a99897f68c44cf5c8b910c7626f828e",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},t.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[225px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"2842ef771db390b7e486e3926107238b3f91f7f9",class:"w-full"},l("ul",{key:"59dda1da69095cda6ca70c92dec362b7ec6ae521",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},c.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))))}};export{f as correct_use_of_colors}
@@ -0,0 +1 @@
1
+ import{r as e,h as i}from"./p-271c61ff.js";const a=class{constructor(i){e(this,i)}render(){return i("div",{key:"9f72a0aaadd8ae1aaa8998ca3539bd7d2640de80",class:"container"},i("ul",{key:"c4eae5e0c5c6adebbcdfa9f5ff5e505e8fca5364",class:"not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"},i("li",{key:"cc93430ed51397f9cc5f6885da73464eee4f50f0",class:"grid-col-span-6 xxl:grid-col-span-3 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},i("div",{key:"7a10d36af753e4cc085a898385a79f86cfda4386",class:"logo-clear-space mx-auto",style:{position:"relative",padding:"2.5rem",background:"#f5f5f5",borderRadius:"8px"}},i("div",{key:"ca39c5c1d7692ac3e3f4c5f86b37ac315da32238",style:{position:"absolute",top:"0",left:"50%",transform:"translateX(-50%)",display:"flex",flexDirection:"column",alignItems:"center"}},i("span",{key:"29dc95b66b0cc09fc4b4d45b317858262fd5f74c",style:{fontSize:"11px",fontWeight:"600",color:"#00C87B",fontFamily:"IBM Plex Mono, monospace"}},"E"),i("div",{key:"314d8208cb5349457c1586eacbda115e9fb16d11",style:{width:"1px",height:"12px",borderLeft:"1px dashed #00C87B"}})),i("div",{key:"4d8a568924c6891cd4be3c19e04fc31c2ea1fc70",style:{position:"absolute",bottom:"0",left:"50%",transform:"translateX(-50%)",display:"flex",flexDirection:"column",alignItems:"center"}},i("div",{key:"b09af7bd89b9f553b812190356ca62aa92ed6991",style:{width:"1px",height:"12px",borderLeft:"1px dashed #00C87B"}}),i("span",{key:"f093c84334e23c4f4f057e7e4b32d9107a3f41fc",style:{fontSize:"11px",fontWeight:"600",color:"#00C87B",fontFamily:"IBM Plex Mono, monospace"}},"E")),i("div",{key:"91db9099f9e9a1523e19785fb7114e3f4fce7275",style:{position:"absolute",left:"4px",top:"50%",transform:"translateY(-50%)",display:"flex",alignItems:"center"}},i("span",{key:"88dd6f5d7954d2a1609db58f16242302f8d4f018",style:{fontSize:"11px",fontWeight:"600",color:"#00C87B",fontFamily:"IBM Plex Mono, monospace"}},"E"),i("div",{key:"1a6cad75530619b5f7cdbd9044c61ddd05bb4882",style:{height:"1px",width:"12px",borderTop:"1px dashed #00C87B"}})),i("div",{key:"1cf721720500db93522e8563a44260f1ad5d12a3",style:{position:"absolute",right:"4px",top:"50%",transform:"translateY(-50%)",display:"flex",alignItems:"center"}},i("div",{key:"cd05bc1ca38fd5698f894f036ea4530833636dec",style:{height:"1px",width:"12px",borderTop:"1px dashed #00C87B"}}),i("span",{key:"ab0476740b19beb7c7799334370bff344e01a4de",style:{fontSize:"11px",fontWeight:"600",color:"#00C87B",fontFamily:"IBM Plex Mono, monospace"}},"E")),i("div",{key:"ce5dcd6aaa22c90084ac3f285c28726ef1dc241e",style:{border:"1px dashed rgba(0, 200, 123, 0.5)",borderRadius:"4px",padding:"1rem",display:"flex",alignItems:"center",justifyContent:"center"}},i("eds-logo",{key:"457548ba3f0835a632c86521fce2fc828f72b7a5",variant:"positive",href:"#",style:{display:"block",width:"250px"}})))),i("li",{key:"676ceccfa0081fa6b05a2c6cb3c0ba88da61cd6a",class:"grid-col-span-6 xxl:grid-col-span-3 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},i("div",{key:"5ca2e9f1c386afc3f70be756183b4fe93779022f",class:"text-center mt-16"},i("p",{key:"0c986326909c8de83e584f796c41198554741c3d",class:"f-body-01"},"To ensure legibility, follow these minimum size guidelines:"),i("eds-table",{key:"c745fc8b37d5fe412b08c0f88283d5ba74492f30",data:'[\n { "Media": "Print", "Min Size": "0.75 cm" },\n { "Media": "Web", "Min Size": "29 px" }\n ]',config:'{\n "Media": { "format": "bold" }\n }'})))))}};a.style='ol,ul,menu{list-style:none;margin:0;padding:0}.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}}.w-\\[150px\\]{width:150px}.w-\\[300px\\]{width:300px}';export{a as logo_space}
@@ -0,0 +1 @@
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:"1d2f811831f0c876e8b1133c0df03b6f15acaccb",class:this.class,innerHTML:t})}};export{c as eds_icon_twitter}
@@ -0,0 +1 @@
1
+ import{r as t,h as r}from"./p-271c61ff.js";const a=class{constructor(r){t(this,r),this.tabIndex=void 0}renderContent(){switch(this.tabIndex){case 0:return r("logo-variations-horizontal",null);case 1:return r("logo-variations-vertical",null);default:return r("p",null,"Content not available.")}}render(){return r("div",{key:"25f8ec6fcb189c14d9e6d1564a5705ba34296fe1",class:"container"},this.renderContent())}};export{a as logo_variations_tabs}
@@ -0,0 +1,65 @@
1
+ const logoPositive = `<?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 800 201.1">
3
+ <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 2.1.0 Build 142) -->
4
+ <defs>
5
+ <style>
6
+ .st0 {
7
+ fill: url(#Unbenannter_Verlauf_293);
8
+ }
9
+
10
+ .st1 {
11
+ fill: url(#Unbenannter_Verlauf_292);
12
+ }
13
+
14
+ .st2 {
15
+ fill: url(#Unbenannter_Verlauf_295);
16
+ }
17
+
18
+ .st3 {
19
+ fill: url(#Unbenannter_Verlauf_294);
20
+ }
21
+
22
+ .st4 {
23
+ fill: url(#Unbenannter_Verlauf_297);
24
+ }
25
+
26
+ .st5 {
27
+ fill: url(#Unbenannter_Verlauf_296);
28
+ }
29
+
30
+ .st6 {
31
+ fill: url(#Unbenannter_Verlauf_291);
32
+ }
33
+
34
+ .st7 {
35
+ fill: url(#Unbenannter_Verlauf_29);
36
+ }
37
+ </style>
38
+ <linearGradient id="Unbenannter_Verlauf_29" data-name="Unbenannter Verlauf 29" x1="-26.7" y1="64.8" x2="155" y2="-19.9" gradientUnits="userSpaceOnUse">
39
+ <stop offset="0" stop-color="#03a98f"/>
40
+ <stop offset=".1" stop-color="#10a97b"/>
41
+ <stop offset=".3" stop-color="#23aa5f"/>
42
+ <stop offset="1" stop-color="#00ff9d"/>
43
+ </linearGradient>
44
+ <linearGradient id="Unbenannter_Verlauf_291" data-name="Unbenannter Verlauf 29" x1="38.6" y1="205" x2="220.3" y2="120.2" xlink:href="#Unbenannter_Verlauf_29"/>
45
+ <linearGradient id="Unbenannter_Verlauf_292" data-name="Unbenannter Verlauf 29" x1="33" y1="193" x2="214.8" y2="108.3" xlink:href="#Unbenannter_Verlauf_29"/>
46
+ <linearGradient id="Unbenannter_Verlauf_293" data-name="Unbenannter Verlauf 29" x1="-3.5" y1="114.7" x2="178.3" y2="30" xlink:href="#Unbenannter_Verlauf_29"/>
47
+ <linearGradient id="Unbenannter_Verlauf_294" data-name="Unbenannter Verlauf 29" x1="4.5" y1="131.8" x2="186.2" y2="47.1" xlink:href="#Unbenannter_Verlauf_29"/>
48
+ <linearGradient id="Unbenannter_Verlauf_295" data-name="Unbenannter Verlauf 29" x1="28.6" y1="183.6" x2="210.4" y2="98.9" xlink:href="#Unbenannter_Verlauf_29"/>
49
+ <linearGradient id="Unbenannter_Verlauf_296" data-name="Unbenannter Verlauf 29" x1="3.8" y1="130.3" x2="185.5" y2="45.5" xlink:href="#Unbenannter_Verlauf_29"/>
50
+ <linearGradient id="Unbenannter_Verlauf_297" data-name="Unbenannter Verlauf 29" x1="18" y1="160.6" x2="199.7" y2="75.9" xlink:href="#Unbenannter_Verlauf_29"/>
51
+ </defs>
52
+ <path d="M318.6,145.7h-55.5V54.7h55.5v9.6h-44.6v30.5h42v9.6h-42v31.5h44.6v9.6ZM340.3,145.7V54.7h37.4c7.5,0,13.4,2.1,17.7,6.4s6.5,9.9,6.5,17.1-.8,8.1-2.5,10.8c-1.6,2.7-3.5,4.7-5.9,6-2.3,1.3-4.4,2.1-6.4,2.5v.8c1.7,0,3.5.6,5.5,1.4,2.1.8,4,2,5.9,3.6,1.9,1.7,3.5,3.8,4.7,6.4,1.2,2.6,1.8,5.8,1.8,9.6s-1,9.4-3.1,13.4c-2,4-4.8,7.2-8.3,9.5-3.5,2.3-7.5,3.4-12,3.4h-41.3ZM351.3,103.5v32.6h27c3.1,0,5.8-.5,8.1-1.6,2.3-1.1,4-2.7,5.2-4.8,1.2-2.1,1.8-4.6,1.8-7.7v-4.4c0-3-.6-5.6-1.8-7.7s-3-3.6-5.2-4.7c-2.3-1.1-5-1.7-8.1-1.7h-27ZM351.3,64.4v29.7h25.2c2.9,0,5.3-.5,7.3-1.4,2.1-1,3.7-2.5,4.8-4.3,1.1-1.9,1.7-4.2,1.7-6.9v-4.4c0-2.7-.6-5-1.7-6.8-1.1-1.9-2.7-3.3-4.8-4.3-2-1-4.4-1.6-7.3-1.6h-25.2ZM437.7,106.6v39.1h-10.9V54.7h36.2c5.3,0,9.8,1,13.6,3,3.8,2,6.7,4.9,8.7,8.7,2.1,3.8,3.1,8.5,3.1,14.1s-1.6,12.1-4.7,16.4-7.6,7.2-13.6,8.6l20.9,40.1h-12.4l-19.7-39.1h-21.2ZM437.7,97.2h25.3c2.9,0,5.3-.5,7.3-1.4,2.1-1,3.6-2.5,4.7-4.4,1.1-2,1.7-4.4,1.7-7.2v-6.8c0-2.8-.6-5.1-1.7-7-1-2-2.6-3.5-4.7-4.4-2-1-4.4-1.6-7.3-1.6h-25.3v32.8ZM579.9,145.7h-11.5l-9.1-26.8h-36.8l-9.1,26.8h-11.1l31.8-91h13.9l31.8,91ZM556.5,109.2l-11.5-33-3.9-11.3h-.7l-3.9,11.3-11.5,33h31.4ZM628.4,145.7h-36.5v-9.1h12.8V63.8h-12.8v-9.1h36.5v9.1h-12.8v72.7h12.8v9.1ZM705,145.7l-33.2-55.5-10.9-20.2h-.4v75.7h-10.7V54.7h12.6l33.2,55.5,10.9,20.2h.4V54.7h10.7v91h-12.6ZM768.7,147.2c-7.3,0-13.6-1.4-18.9-4.2-5.2-2.9-9.6-6.8-13.3-11.7l8.1-6.8c3.2,4.3,6.8,7.5,10.7,9.8,3.9,2.2,8.5,3.3,13.8,3.3s11.5-1.6,14.9-4.7c3.5-3.1,5.2-7.3,5.2-12.5s-.6-5.3-1.7-7.3c-1.1-2-3-3.6-5.5-5-2.4-1.4-5.6-2.5-9.6-3.4l-7.4-1.7c-5.5-1.3-10.1-3-13.9-5.1-3.8-2.1-6.7-4.8-8.7-8.1-2-3.3-3-7.3-3-11.9s1.3-9.9,3.8-13.6c2.5-3.7,6-6.6,10.6-8.5,4.6-1.9,9.9-2.9,15.8-2.9s12.7,1.3,17.6,3.8c5,2.5,9.1,6.2,12.5,11.1l-8.2,6c-2.4-3.5-5.5-6.2-9.1-8.2-3.6-2-8-3-13.3-3s-10.4,1.3-13.8,3.8c-3.3,2.5-5,6.2-5,11.1s.6,5.3,1.8,7.2c1.3,1.9,3.2,3.5,5.7,4.8,2.5,1.2,5.7,2.3,9.5,3.1l7.4,1.7c5.9,1.3,10.7,3.1,14.5,5.3,3.7,2.3,6.5,5,8.2,8.3,1.8,3.3,2.7,7.2,2.7,11.7s-1.3,10.4-3.8,14.5c-2.5,4.1-6.1,7.3-10.8,9.5-4.6,2.3-10.2,3.4-16.7,3.4Z"/>
53
+ <g>
54
+ <path class="st7" d="M67.3,19.9c11.2-2.3,22.5-1,32.1,1.5.8.2,1.2-.8.5-1.3-11.6-7.3-20.9-11.4-26.6-13.5l-18.3,4.9c-3.4.9-6.4,2.7-8.9,5.1l-29.6,29.6c-2.5,2.5-4.2,5.5-5.1,8.9l-.7,2.6c1.7-1.5,3.4-3.2,5.2-4.9,12.6-12,29.9-28.4,51.3-32.9Z"/>
55
+ <path class="st6" d="M33.8,172.2l12.3,12.3c2.5,2.5,5.5,4.2,8.9,5.1l40.4,10.8c3.4.9,6.9.9,10.2,0l40.4-10.8c3.4-.9,6.4-2.7,8.9-5.1l2.8-2.8c-80-32.2-119-12.3-123.9-9.5Z"/>
56
+ <path class="st1" d="M97.7,137.4c-25.1.2-51.1.4-78.8,19.8l10.5,10.5h.1c2-1.5,42.4-27.9,132.8,9.1h.2c0,.1,18.6-18.4,18.6-18.4-7.8-2.8-58.6-21-83.1-21h-.3Z"/>
57
+ <path class="st0" d="M137.2,41h0c2.6,2.4,5.3,5,8,7.7,26.3,26.3,43.8,37.2,53.9,41.8l-9.5-35.5c-.9-3.4-2.7-6.4-5.1-8.9l-29.6-29.6c-2.5-2.5-5.5-4.2-8.9-5.1L105.7.7c-3.4-.9-6.9-.9-10.2,0l-12.1,3.2c12.4,5.6,31.5,16.5,53.7,37,0,0,.1.1.2.2Z"/>
58
+ <path class="st3" d="M132.7,86.1c4.9,1.6,26.3,12,26.3,12,1.7.7,7.3,3.3,8.9,4.1.7.3,1.3-.6.8-1.1-1.5-1.4-5.8-5-10.9-8.6,0,0-21.8-15.4-27.2-18.5-7.8-4.3-47.4-26.7-81.3-10C25.8,75.6,8,89.7.6,96c-.8,3.2-.7,6.5.1,9.7l3.4,12.8c7.2-6.7,20.2-17.2,40.4-28.2,35.4-19.2,61.9-12.8,88.2-4.2Z"/>
59
+ <path class="st2" d="M55.9,128c-3.1,1.7-17.5,10.3-17.5,10.3,0,0-4.9,3-.2,1.9,2-.5,7.8-3.1,9.7-3.6,0,0,19.1-7,49.8-5.4.1,0,.2,0,.4,0,27.6,0,84.2,21,86.6,21.9l1.1.5c1.8-2.2,3.2-4.7,3.9-7.5l2.7-10.2c-14.1-5.9-55.1-22.3-81-22.3s-55.3,14.3-55.5,14.4Z"/>
60
+ <path class="st5" d="M131.7,44.5c-2-1.7-4.9-3.9-8.5-6.3-1.8-1.3-3.6-2.3-5.4-3.2-8.1-4.1-29.1-13.1-49.2-9-19.7,4.1-35.5,19.2-48.2,31.3-4.7,4.5-8.7,8.3-12.4,11.1l-4.6,17.2c9.4-7.4,24.4-18,43.2-27.2,36.9-18.1,79.2,5.4,87.3,10.3,12.1,7.3,47.9,34.4,64,46.8l2.6-9.8c.7-2.5.8-5,.5-7.5-10.4-3.8-29.7-14.5-60.2-45-3.1-3.1-6.1-5.9-9.1-8.6Z"/>
61
+ <path class="st4" d="M47.5,95.8c-22.1,12-35.5,23.6-41.5,29.6l5.5,20.7c.3,1.2.8,2.4,1.4,3.5,9.5-9.3,38.6-26.3,39.8-27,1-.6,25.6-15.3,58.7-15.3s67.5,16,82.6,22.4l1.1-4.2c-9.9-6.7-37.4-24.5-64.4-33.5-24.9-8.3-50-14.3-83.2,3.8Z"/>
62
+ </g>
63
+ </svg>`;
64
+
65
+ export { logoPositive as l };
@@ -35,7 +35,7 @@ const ColorPrimaryPalette = /*@__PURE__*/ proxyCustomElement(class ColorPrimaryP
35
35
  ];
36
36
  }
37
37
  render() {
38
- return (h("ul", { key: '126edc10e07814fef8d8832a3defca18aa1f183e', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }, h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.rgb), h("span", { class: "f-body-02 w-full" }, color.cmyk), h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.pantoneC), h("span", { class: "f-body-02" }, color.pantoneU))))))));
38
+ return (h("ul", { key: 'baff427c72d8e73945459cd7988112758685e9dc', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }, h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.rgb), h("span", { class: "f-body-02 w-full" }, color.cmyk), h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.pantoneC), h("span", { class: "f-body-02" }, color.pantoneU))))))));
39
39
  }
40
40
  }, [0, "color-primary-palette"]);
41
41
  function defineCustomElement() {
@@ -35,7 +35,7 @@ const GradientPrimaryPalette = /*@__PURE__*/ proxyCustomElement(class GradientPr
35
35
  ];
36
36
  }
37
37
  render() {
38
- return (h("ul", { key: 'd49c7b463621ffc3c747c4dab0703415a4275555', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16", style: {
38
+ return (h("ul", { key: 'a8696a25aafbfb13acf0966545e33caf6f65545d', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16", style: {
39
39
  background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
40
40
  } }, this.colors.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "effect-height flex items-center justify-between p-16" }, h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.rgb), h("span", { class: "f-body-02 w-full" }, color.cmyk), h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.pantoneC), h("span", { class: "f-body-02" }, color.pantoneU))))))));
41
41
  }
@@ -60,7 +60,7 @@ const ColorSecondaryPalette = /*@__PURE__*/ proxyCustomElement(class ColorSecond
60
60
  this.show = undefined;
61
61
  }
62
62
  render() {
63
- return (h("ul", { key: '77522e66323f22f1201b7b70a9c7a244627b350b', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }, h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.rgb), h("span", { class: "f-body-02 w-full" }, color.cmyk), h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.pantoneC), h("span", { class: "f-body-02" }, color.pantoneU))))))));
63
+ return (h("ul", { key: 'f72b4b776eb902f9525ed7d8daf22f58e76adf6c', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }, h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.rgb), h("span", { class: "f-body-02 w-full" }, color.cmyk), h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { class: "grid" }, h("span", { class: "f-body-02" }, color.pantoneC), h("span", { class: "f-body-02" }, color.pantoneU))))))));
64
64
  }
65
65
  }, [0, "color-secondary-palette", {
66
66
  "show": [1]
@@ -60,19 +60,19 @@ const GradientSecondaryPalette = /*@__PURE__*/ proxyCustomElement(class Gradient
60
60
  ];
61
61
  }
62
62
  render() {
63
- return (h("div", { key: 'f2a833d8e2e4b13f8149a2b47772489ba7eec29e' }, h("ul", { key: '0d787bde224fcef07d6b5fbae338e2a521c52f05', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: 'd739f505deed8cab298dc94a6bd76521ca8ac847', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '0ae2b7e3cdda8b54defa9f82f1356cd5d1c9b709', class: "effect-height flex items-center justify-between p-16", style: {
63
+ return (h("div", { key: '0ddb6899f2537c472edbdd0de348c4155a861fff' }, h("ul", { key: 'f5dc4b1ec2fac8da8266e89b3ee51b13bbf2ab6c', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: 'f0c8c818f3fcf25c565890fc330f0381c5c0dbc6', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: 'b6df1db077f85646585b918b155e49ea139bcc82', class: "effect-height flex items-center justify-between p-16", style: {
64
64
  background: this.colors[0].background
65
- } }, h("div", { key: '64eb1288afd2cdefa1f104bb43258d55c3245b8c', class: "grid" }, h("span", { key: 'f7fb79a235046c7892b91394b444d17443ca0248', class: "f-body-02" }, this.colors[0].rgb), h("span", { key: 'f1cece71d557e453c8c9787fd28d7a3f8475a7e2', class: "f-body-02 w-full" }, this.colors[0].cmyk), h("eds-code-block", { key: '0200a4cf288f1328c67e079171a4530801b78921', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '79666e2d3b62155de387cee661dfc94778b28aa5', class: "grid" }, h("span", { key: 'ee58f239ce1b20323813674c086ae138a7cb70c7', class: "f-body-02" }, this.colors[0].pantoneC), h("span", { key: 'ee1753329fe850c66dc58dfe900b38c67e8acd55', class: "f-body-02" }, this.colors[0].pantoneU))), h("div", { key: 'c7b2e2a19336afbded9f8ae3eff507ab12ecc4ac', class: "effect-height flex items-center justify-between p-16", style: {
65
+ } }, h("div", { key: '77d1cb3761d5d5d1f415e9b47a31fee3f246dd7c', class: "grid" }, h("span", { key: 'b1d79586fdd0126a44329a6478702803df065afc', class: "f-body-02" }, this.colors[0].rgb), h("span", { key: '463fef5cd7531513f644605f4caba6218ddf08ad', class: "f-body-02 w-full" }, this.colors[0].cmyk), h("eds-code-block", { key: 'e0ecb4d4ec8c30f2de553d8763d50b7346c1148a', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '1e8f1a7be1aa0418232458729a5bb85d2cb98e4f', class: "grid" }, h("span", { key: 'a82f7eed64466929d0c366ad0cac1dd8d07095b3', class: "f-body-02" }, this.colors[0].pantoneC), h("span", { key: '78c94eaf3d621a16ebc17d210fd3f6baef0e70fe', class: "f-body-02" }, this.colors[0].pantoneU))), h("div", { key: '4b21c9633426e2d49421e9e93adb920306aced13', class: "effect-height flex items-center justify-between p-16", style: {
66
66
  background: this.colors[1].background
67
- } }, h("div", { key: 'f130fec6b8a3c9ab2eb9ed4d09672624a26865e1', class: "grid" }, h("span", { key: 'b22ec15019ebe56721b7dfb63bcf327aaf5b9823', class: "f-body-02" }, this.colors[1].rgb), h("span", { key: '805c9ccaaea2baa8b6c1d41a08ebcd37b6d4153b', class: "f-body-02 w-full" }, this.colors[1].cmyk), h("eds-code-block", { key: '58b09ffd2a465b1c35d71224db3d56b664669273', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '87e3b35c6837b8b2249c65c2775d86352cdfbaa1', class: "grid" }, h("span", { key: '14da8f6c8e8993d652889808a23dd49e40c515f8', class: "f-body-02" }, this.colors[1].pantoneC), h("span", { key: '739355001e3488c8fd100fc92f90e01d32079311', class: "f-body-02" }, this.colors[1].pantoneU))))), h("eds-block-break", { key: '7a9d217a2a097c49eb31c3740cc9c075ee12f646' }), h("ul", { key: 'd12159ccfdbeb0aecb24c6a1d653cad16e692df1', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '3619595f2daa91bf7ba9ad3ad6a1775e6e972c56', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: 'b01fa5e47c8c0d3c96d78235c3210a5351b19c39', class: "effect-height flex items-center justify-between p-16", style: {
67
+ } }, h("div", { key: '118a50630946847b09f2792fda6fc86f9c4b458e', class: "grid" }, h("span", { key: '4143c24062fcd7b3313867eb4c13a8a83fbbd644', class: "f-body-02" }, this.colors[1].rgb), h("span", { key: '5ef264bd694c497e2ba0348a36ef1789bcada833', class: "f-body-02 w-full" }, this.colors[1].cmyk), h("eds-code-block", { key: 'a1456423e9173eb95da41584ecded25d5c61766a', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'e345d8cc8c51f2d9d1fea9b2c67051ce5ca8f358', class: "grid" }, h("span", { key: '29b7d5bcfb5ac5f95474f053239a49e7fc91799f', class: "f-body-02" }, this.colors[1].pantoneC), h("span", { key: 'b446728afaa56156a254499d335c2a1c8e1b0148', class: "f-body-02" }, this.colors[1].pantoneU))))), h("eds-block-break", { key: 'b3d7bc7434cf9f707cd1827cb2dac72fe70d58e2' }), h("ul", { key: 'c83274127086ebcb67f22d946480636059e313af', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '27fbee38a641a525a3dd02f4ad7b6b03fa2f59b5', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '34b924874118811fef752e975532fb6c56692b67', class: "effect-height flex items-center justify-between p-16", style: {
68
68
  background: this.colors[2].background
69
- } }, h("div", { key: 'd494257a35394278969f2ba6db366576e9ae9e49', class: "grid" }, h("span", { key: '849658f307afb30dce0ac150fa9a573ccdbf4c04', class: "f-body-02" }, this.colors[2].rgb), h("span", { key: 'b86d3700b71389ffa098746c57bef30a9dcb4c60', class: "f-body-02 w-full" }, this.colors[2].cmyk), h("eds-code-block", { key: '264f5a6e7c66b3feac9ab2476078f43ae864657c', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '67d58325bc81537a1df54aa92bd1c20afb6d4337', class: "grid" }, h("span", { key: '5961ba6cc25b866236521f7aac9e74a2eaa56f6b', class: "f-body-02" }, this.colors[2].pantoneC), h("span", { key: '6f891a3d8a392f7f993a3be70430dd107e2fb687', class: "f-body-02" }, this.colors[2].pantoneU))), h("div", { key: '48eb15e8bc88a4df98c15351956e7e3c23fd4f5b', class: "effect-height flex items-center justify-between p-16", style: {
69
+ } }, h("div", { key: '1e28e76e270583923233a207dcf14f155ec1a056', class: "grid" }, h("span", { key: '25ddba2af4b76aff1d3c28711052e23e1f924f35', class: "f-body-02" }, this.colors[2].rgb), h("span", { key: 'a2f75582478b7ac7cb5e5c954fbe6bc41c534714', class: "f-body-02 w-full" }, this.colors[2].cmyk), h("eds-code-block", { key: '5ed9569671f7644be52a63735cd9f91dd0c38e45', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'b6c65b860f91f5d1b0dea6320588807b54935260', class: "grid" }, h("span", { key: '75fdc2677a0cf76e2fc458bf6ddafa8f25e47c25', class: "f-body-02" }, this.colors[2].pantoneC), h("span", { key: '48a8182282ab4311ebe104ce812924261f350c52', class: "f-body-02" }, this.colors[2].pantoneU))), h("div", { key: '40f5edd974eff3891f08fb4bb71e627a7fc6c3e3', class: "effect-height flex items-center justify-between p-16", style: {
70
70
  background: this.colors[3].background
71
- } }, h("div", { key: '102f3ef256c4640cd218f50eb368c62f3bacdcae', class: "grid" }, h("span", { key: '84f60a51251d14e207b849c1c4f5cf324f144db7', class: "f-body-02" }, this.colors[3].rgb), h("span", { key: '2fb2ce9460a4c1a031678df3625aef0d46c58ca3', class: "f-body-02 w-full" }, this.colors[3].cmyk), h("eds-code-block", { key: 'dd95a53afc3b16fdc47c99cc12764a151e4adc78', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '8857d41ec688b9b654e935dc5068d7a56db1175d', class: "grid" }, h("span", { key: '967db71db927b65cff00298730e3195b23927f9c', class: "f-body-02" }, this.colors[3].pantoneC), h("span", { key: '942d70c17ccdd39d5fee5aaa7d08cb7607aba083', class: "f-body-02" }, this.colors[3].pantoneU))))), h("eds-block-break", { key: '9905640465b352ee2581ba2f2fb0c111df2e4d51' }), h("ul", { key: '3b503ca2aa38d5ca087b03195f5e8e316f91a046', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: 'dee0de27a82ce6baf0ef5cb18b8d51015095e93b', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '7cbc284a013f4a3ef36991f66ce4174a6459c414', class: "effect-height flex items-center justify-between p-16", style: {
71
+ } }, h("div", { key: '30e2c52d5dc2f14b2d31db28725602fa5db2c7cc', class: "grid" }, h("span", { key: 'f38624cf43d3afc08c6ddf7fda4c0d8c8302cabb', class: "f-body-02" }, this.colors[3].rgb), h("span", { key: '7fa03e96c202c03376214cf874de48ad3059a819', class: "f-body-02 w-full" }, this.colors[3].cmyk), h("eds-code-block", { key: '5668f67a60cf3c148b2f411b5e990409f1b2a63d', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '944dbcbe0b74d5de3b7a6cb6249292c4f6198ce4', class: "grid" }, h("span", { key: 'f85d29f44844bad53e1a8272792909ee655c3d11', class: "f-body-02" }, this.colors[3].pantoneC), h("span", { key: 'a8565dd2fcd60b9e8f685ca91be4b91fd9310243', class: "f-body-02" }, this.colors[3].pantoneU))))), h("eds-block-break", { key: '1736517e3b869da97268b88ca1e862e52afb72e3' }), h("ul", { key: '89c5251e7c56a1858f98f9877721aaf3818d3ce3', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: 'f1bf325f0f4c4ff13212dd40a957a0407a0e2a31', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '8f324cbb1e6c24f786135607d511cc6040582902', class: "effect-height flex items-center justify-between p-16", style: {
72
72
  background: this.colors[4].background
73
- } }, h("div", { key: '159d904075a396929e34d9b0b0c47c64e5b2d392', class: "grid" }, h("span", { key: 'e9fe88d716b42ee87cd00cec2e6aba4979778327', class: "f-body-02" }, this.colors[4].rgb), h("span", { key: 'b2b8401366adbc00142e4b993b193b849034bb64', class: "f-body-02 w-full" }, this.colors[4].cmyk), h("eds-code-block", { key: '9a29a5ce1149b9581fbc7389117e331c118b7353', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'a0f65e92dc676413301ab868d267f1dc621041a3', class: "grid" }, h("span", { key: 'aa6719d23be2279fc63cf11c714b2f3f509a757c', class: "f-body-02" }, this.colors[4].pantoneC), h("span", { key: '64c9b712f7719c7e695044153e1b568c4a52d5f7', class: "f-body-02" }, this.colors[4].pantoneU))), h("div", { key: '33ff5f6a668ade9681d9652a8a295f148c86f612', class: "effect-height flex items-center justify-between p-16", style: {
73
+ } }, h("div", { key: '1eb01383979ac6d4a0b61964a7bcd19887c8908f', class: "grid" }, h("span", { key: '2aaf61cb79ca93c7303ea37b0e23f755bf933948', class: "f-body-02" }, this.colors[4].rgb), h("span", { key: '5814e3e62806533329488aa61f3528d6add22db1', class: "f-body-02 w-full" }, this.colors[4].cmyk), h("eds-code-block", { key: 'e5a78ab4f2ee993cbf6f084314534b645b782dfa', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'db666031e9fee9f2029992f776e1c468f5fb1ce7', class: "grid" }, h("span", { key: '9888a56c6d738e2a175d89e6fe16fe5b4761fc56', class: "f-body-02" }, this.colors[4].pantoneC), h("span", { key: '4337a6bedba3e7dbc09225a031c34f3e193d22bb', class: "f-body-02" }, this.colors[4].pantoneU))), h("div", { key: '6cf755699eb3ff7f43b8694bb85fb4559372a0a3', class: "effect-height flex items-center justify-between p-16", style: {
74
74
  background: this.colors[5].background
75
- } }, h("div", { key: '2800012e3986478469d57dd0d4a44bd4778dbe8d', class: "grid" }, h("span", { key: 'ccb1d4d1b76547aa711bade0d4f02c6c0536edb0', class: "f-body-02" }, this.colors[5].rgb), h("span", { key: '71fc93f55e10505f0d806d5ae08198c744c3ccbe', class: "f-body-02 w-full" }, this.colors[5].cmyk), h("eds-code-block", { key: '99ac406de66c5196e5d7e5cfc75cec977d0a300c', code: this.colors[5].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'fabb9ea805a237c89a06703f17baa630f219b67c', class: "grid" }, h("span", { key: 'ffba37cdb47b4b3ba020a75b8302776569b93df9', class: "f-body-02" }, this.colors[5].pantoneC), h("span", { key: '9831ad808be56cbc208b76686d6a9a22e4daf643', class: "f-body-02" }, this.colors[5].pantoneU)))))));
75
+ } }, h("div", { key: 'c9864bbfb228691b623c2713e3655de3fb871caa', class: "grid" }, h("span", { key: 'cc86cc9b24f429d7ebeca8ac8fff95346b8c149b', class: "f-body-02" }, this.colors[5].rgb), h("span", { key: 'e46c02239ec074fe15cb2979b500a0b7e0a17a56', class: "f-body-02 w-full" }, this.colors[5].cmyk), h("eds-code-block", { key: '5325d7f9e4a8c28884ba1bc0147d549b42be68c6', code: this.colors[5].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '09af1ed381838dc60410fe2ba9116e4da0644307', class: "grid" }, h("span", { key: 'bde38ea3998629f7ee7cf4cfafd96bfd3e11fb3a', class: "f-body-02" }, this.colors[5].pantoneC), h("span", { key: 'f2da476b838b6124f8e1b77209fa1a524048e71a', class: "f-body-02" }, this.colors[5].pantoneU)))))));
76
76
  }
77
77
  }, [0, "gradient-secondary-palette"]);
78
78
  function defineCustomElement() {
@@ -60,7 +60,7 @@ const ColorSupportPalette = /*@__PURE__*/ proxyCustomElement(class ColorSupportP
60
60
  return 'text-default';
61
61
  }
62
62
  render() {
63
- return (h("ul", { key: '24be31af945fa36a65a512367f61ff64e260acef', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => {
63
+ return (h("ul", { key: '0f2cc155ce4e73dc47272a4640834cb0ee2e22a5', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => {
64
64
  // compute once
65
65
  const textClass = this.getTextColor(color.background);
66
66
  return (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }, h("div", { class: "grid" }, h("span", { class: `f-body-02 ${textClass}` }, color.cmyk), h("eds-code-block", { code: color.hex, style: { minWidth: '150px', marginRight: '5px' }, class: textClass })), h("div", { class: "grid" }, h("span", { class: `f-body-02 ${textClass}` }, color.pantoneC), h("span", { class: `f-body-02 ${textClass}` }, color.pantoneU)))));
@@ -51,11 +51,11 @@ const GradientSupportPalette = /*@__PURE__*/ proxyCustomElement(class GradientSu
51
51
  ];
52
52
  }
53
53
  render() {
54
- return (h("ul", { key: '4536bf9450bc01b4288801fd244fbf62b2c7c6ea', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: 'bd9714faac09cb05215bfb07c852579b08811d84', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '5dec5f2445f60c982bb90688fa15af5f5d0fc429', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[0].background } }, h("div", { key: 'bdfdb8c692531fce0f968c5bdddbe8cf01c30cb5', class: "grid" }, h("span", { key: '74b10fc06c3cf8b221bbcbd240787bd667c1eac6', class: "f-body-02" }, this.colors[0].rgb), h("span", { key: '7068886705095e95884dbca60f6955ed1bb3afda', class: "f-body-02 w-full" }, this.colors[0].cmyk), h("eds-code-block", { key: 'aa72791c1ae4129ab625430804eaafea77913852', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '9b9875d0701745fd6d3c27d7cf8e8e1438ad1f10', class: "grid" }, h("span", { key: '49034e6e4668ef271a039250b633b042de668932', class: "f-body-02" }, this.colors[0].pantoneC || 'N/A'), h("span", { key: 'b8a5448822eff24b533f27c66f5c67c99fcff631', class: "f-body-02" }, this.colors[0].pantoneU || 'N/A')))), h("li", { key: 'af96a3795f253000ec44634d8bd8879cbb42dc02', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '39c7718379605d3bb087928fceb92f1772d32d0f', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[1].background } }, h("div", { key: '9a2ebe2703870e187652821a9f1e5c312d234b1e', class: "grid" }, h("span", { key: 'f1f50954ea41d6ba2581abacc3be8259b2c5f6df', class: "f-body-02" }, this.colors[1].rgb), h("span", { key: '15d0acd635db2af23e23c583e555726d98516499', class: "f-body-02 w-full" }, this.colors[1].cmyk), h("eds-code-block", { key: '5c587f4fc2d824caef7986348a98e5016314ec71', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '8e465b3324ee9f3c2d3a3f77af219f3b9fbd38bd', class: "grid" }, h("span", { key: 'f462ad550675c18668a4710e34adf49106a4010f', class: "f-body-02" }, this.colors[1].pantoneC || 'N/A'), h("span", { key: '19cef6f8c5502c1e6ed3344365614a0fed3b7479', class: "f-body-02" }, this.colors[1].pantoneU || 'N/A')))), h("li", { key: 'c33912ea002fd04f953d787ab3429aad6cb22819', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '7ee1396dcc55d2ab311a2dd8f3f684f690d149cc', class: "effect-height flex items-center justify-between p-16", style: {
54
+ return (h("ul", { key: 'a74064ecc5a2d9646b76e50bd01fed9974cad718', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '2a79cfc1423158ebe2479e5f4160874c5c57bba0', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: 'f732817f063656d0f5083fbde7f53d78f4ce319b', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[0].background } }, h("div", { key: 'a780e52ac0812ba9f2d0933169a1ed408dcac017', class: "grid" }, h("span", { key: '034c1c3f59ddb5d15b417eddd9049f61721c40e7', class: "f-body-02" }, this.colors[0].rgb), h("span", { key: 'd85bde05df7d5e756d2c4e106ab364e7c3ec3d30', class: "f-body-02 w-full" }, this.colors[0].cmyk), h("eds-code-block", { key: 'c4f3d8edad422dd905da51a2976b41df8833b2b2', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '6b6055393c1c086ef6c71fde0a06646d32c2cc49', class: "grid" }, h("span", { key: '7678ac503bbfe96a8c7e4ba0833e5872afc4bda4', class: "f-body-02" }, this.colors[0].pantoneC || 'N/A'), h("span", { key: 'e3861166afbbdcb1057d7aedf0363be1650ffef2', class: "f-body-02" }, this.colors[0].pantoneU || 'N/A')))), h("li", { key: '51a63dafebd44287264876132b1a53c7ada24f59', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '26c3f5cd749a0ce810ce71283ba75292884c1802', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[1].background } }, h("div", { key: 'c2adcca45b3edb97cdc92f1bd177aee32c27d13b', class: "grid" }, h("span", { key: '06ee04c8345bd3c7bee01f28ec79c839d3956812', class: "f-body-02" }, this.colors[1].rgb), h("span", { key: '4118231fd5b280b10937136b05e420b3d4fa039d', class: "f-body-02 w-full" }, this.colors[1].cmyk), h("eds-code-block", { key: '8053667bcbbe539b49a8fa490b28d7fed3c206fb', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'ffbfe32727e433f64c2ca2fefb27348f46cdd123', class: "grid" }, h("span", { key: '50199120a53270d4e9a2fdbfe7b0430fd810247e', class: "f-body-02" }, this.colors[1].pantoneC || 'N/A'), h("span", { key: '9f1b49b9e3e9cc941e4047362a531ac39fa4acf2', class: "f-body-02" }, this.colors[1].pantoneU || 'N/A')))), h("li", { key: '842be74ea7d2839282421c05c94de0ea08edc324', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: 'e36fa05852a0e97af9f6d30b4bc7ac0a03c5ca46', class: "effect-height flex items-center justify-between p-16", style: {
55
55
  background: this.colors[2].background
56
- } }, h("div", { key: '5a9e865e7e21279d95072a1e36e514d19bc320f2', class: "grid" }, h("span", { key: '3f50ab38b2537aaa5bd8b0835d3f1bef56ab3a4f', class: "f-body-02" }, this.colors[2].rgb), h("span", { key: 'e54e1bb4f6f98dc2fc00e3e9777673923a5acb39', class: "f-body-02 w-full" }, this.colors[2].cmyk), h("eds-code-block", { key: 'a840c223d88b635c5c8d6c769148157c5c706589', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'e5df78c22dec1102cccfe147fe399d9c2dd95763', class: "grid" }, h("span", { key: 'fac7fb25462577388b702d4d344e6a92c2fef703', class: "f-body-02" }, this.colors[2].pantoneC), h("span", { key: '9ee513ef286f8aa73308e312f2dd15dbd9cd66a6', class: "f-body-02" }, this.colors[2].pantoneU))), h("div", { key: '1298bd6a27cfb1f6ae78893aecede2ea38dd5918', class: "effect-height flex items-center justify-between p-16", style: {
56
+ } }, h("div", { key: '7c20aa597afc6623e4f48c96a5dfe35fcc794417', class: "grid" }, h("span", { key: '9de55f6cf867d5ca0f359c34df82ea9ea9944b41', class: "f-body-02" }, this.colors[2].rgb), h("span", { key: '64ca513c8cb69fa0e8bf8decc3b9315f59e78adc', class: "f-body-02 w-full" }, this.colors[2].cmyk), h("eds-code-block", { key: 'fe4421e78d7c9f6b9fae2aab43046e68fa61b33a', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '1913674915edca8c83213f405465670bd1dc53b1', class: "grid" }, h("span", { key: 'a53396290e785e8c055e152d15256388a278606b', class: "f-body-02" }, this.colors[2].pantoneC), h("span", { key: 'd175bc7681febbde0bfbcf9816c8077cef210de3', class: "f-body-02" }, this.colors[2].pantoneU))), h("div", { key: 'bbb39daa24f9881296be8b89fc5dd7d980acace6', class: "effect-height flex items-center justify-between p-16", style: {
57
57
  background: this.colors[3].background
58
- } }, h("div", { key: '0fba58a3d08292a83f9ea355c9f5eaf302ec7e62', class: "grid" }, h("span", { key: '06978e5ccd45c684114baba14197fae88a29b009', class: "f-body-02" }, this.colors[3].rgb), h("span", { key: '0bd72456a2de62ef77b091861aa042ab9fd0739b', class: "f-body-02 w-full" }, this.colors[3].cmyk), h("eds-code-block", { key: 'f2e9fe5798503e662637ee73182dc00e183c01b7', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '489311b860dfdd54a1facb310a94c684fa34e169', class: "grid" }, h("span", { key: '98b03f75771f438b1dfe1325f0e21ee5b45f9447', class: "f-body-02" }, this.colors[3].pantoneC), h("span", { key: 'dfa8933173fdb19186372a63fdf7a2b683c36b95', class: "f-body-02" }, this.colors[3].pantoneU)))), h("li", { key: '5e7516b9e860965a9a1c1b140988bc8789f4e92e', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: 'cde427ae68e8d16a547dd1e714847359e5b39197', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[4].background } }, h("div", { key: '547066eac01d4cc61a1938dccf2d51c1ee3b4f6a', class: "grid" }, h("span", { key: '2deac787b948cfdeaf00b39de8731fa6ffe54512', class: "f-body-02" }, this.colors[4].rgb), h("span", { key: '3bbd8a2f82a25f16bb989252912e69bee13b61dd', class: "f-body-02 w-full" }, this.colors[4].cmyk), h("eds-code-block", { key: 'f262c5f8bdfa4355181700078d3a38c13b5598f3', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '352d72f29eba7dec334e1e46898921cfe9dbb1e5', class: "grid" }, h("span", { key: 'd199696680cc4cea53920f3898e97a9cd7cce4ca', class: "f-body-02" }, this.colors[4].pantoneC || 'N/A'), h("span", { key: '058951afa29e29683fcb6b0f89ee046482c50669', class: "f-body-02" }, this.colors[4].pantoneU || 'N/A'))))));
58
+ } }, h("div", { key: '8d2c43ece12d3b50970df5843d038c4866eeb18e', class: "grid" }, h("span", { key: '2e2fc983f867ef09fffb61c6f82d796c68c73b17', class: "f-body-02" }, this.colors[3].rgb), h("span", { key: '4d9f460a5f6f5b8166f41eee37e15809b2abf943', class: "f-body-02 w-full" }, this.colors[3].cmyk), h("eds-code-block", { key: 'dfb80c0f00dc096561da4d5a85a98969e4568987', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '1d7d6041de03afec92b41519d8422a998ce25465', class: "grid" }, h("span", { key: '5298461da58d328376cc3448da7b3994dabe0abd', class: "f-body-02" }, this.colors[3].pantoneC), h("span", { key: 'a21f99e92de656addef78784d6c699ac17c82f36', class: "f-body-02" }, this.colors[3].pantoneU)))), h("li", { key: '36b0e8aed142a859481083b733e2c72dbe88e2a7', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: 'd6620556f763fc9b59ef96846c1121a78945e6df', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[4].background } }, h("div", { key: '3be07bea07803e9103ccaa26582502a746f9d832', class: "grid" }, h("span", { key: '25ead831ce5dab6e3c145b8610f6654d85bb185a', class: "f-body-02" }, this.colors[4].rgb), h("span", { key: 'f5993b7b320e904ee13f63152aa33dd82431c387', class: "f-body-02 w-full" }, this.colors[4].cmyk), h("eds-code-block", { key: 'b01544b8316df980372cc834a39a9adbf7ec2e26', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'e7b4641f2fd27c0742439164bd1f10b08c593f4f', class: "grid" }, h("span", { key: 'd4fe6aacd76c7aa6b0e5fa06ff553403b16d05b4', class: "f-body-02" }, this.colors[4].pantoneC || 'N/A'), h("span", { key: 'a2eb07ff8a20e25ddf65e589285f016e1ecdc52e', class: "f-body-02" }, this.colors[4].pantoneU || 'N/A'))))));
59
59
  }
60
60
  }, [0, "gradient-support-palette"]);
61
61
  function defineCustomElement() {