@ebrains/components 2.4.1 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1004) hide show
  1. package/dist/cjs/color-primary-palette_6.cjs.entry.js +14 -14
  2. package/dist/cjs/components-section.cjs.entry.js +1 -1
  3. package/dist/cjs/components.cjs.js +1 -1
  4. package/dist/cjs/correct-use-of-colors.cjs.entry.js +1 -1
  5. package/dist/cjs/docs-palettes.cjs.entry.js +1 -1
  6. package/dist/cjs/docs-tokens.cjs.entry.js +1 -1
  7. package/dist/cjs/eds-accordion_53.cjs.entry.js +11059 -0
  8. package/dist/cjs/eds-app-root.cjs.entry.js +1 -1
  9. package/dist/cjs/eds-cookies-preference.cjs.entry.js +2 -2
  10. package/dist/cjs/eds-feedback.cjs.entry.js +1 -1
  11. package/dist/cjs/eds-frame.cjs.entry.js +3 -3
  12. package/dist/cjs/eds-gauge.cjs.entry.js +5 -6
  13. package/dist/cjs/eds-gitlab-contributors.cjs.entry.js +255 -0
  14. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +1 -1
  15. package/dist/cjs/eds-icon-eu.cjs.entry.js +2 -2
  16. package/dist/cjs/eds-icon-facebook.cjs.entry.js +1 -1
  17. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +1 -1
  18. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +1 -1
  19. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +1 -1
  20. package/dist/cjs/eds-icon-twitter.cjs.entry.js +1 -1
  21. package/dist/cjs/eds-icon-youtube.cjs.entry.js +1 -1
  22. package/dist/cjs/eds-input-search.cjs.entry.js +76 -0
  23. package/dist/cjs/eds-modal.cjs.entry.js +84 -13
  24. package/dist/cjs/eds-pie.cjs.entry.js +20 -20
  25. package/dist/cjs/eds-section-core_2.cjs.entry.js +3 -3
  26. package/dist/cjs/eds-splash-screen.cjs.entry.js +2 -2
  27. package/dist/cjs/eds-timeline.cjs.entry.js +2 -2
  28. package/dist/cjs/eds-toast-manager.cjs.entry.js +1 -1
  29. package/dist/cjs/eds-trl-badge.cjs.entry.js +181 -0
  30. package/dist/cjs/eu-271d44ae.js +9 -0
  31. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
  32. package/dist/cjs/index-50bc1aa4.js +10 -182
  33. package/dist/cjs/loader.cjs.js +1 -1
  34. package/dist/cjs/logo-space.cjs.entry.js +1 -2
  35. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +2 -2
  36. package/dist/cjs/logo-variations-tabs.cjs.entry.js +1 -1
  37. package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
  38. package/dist/cjs/negative-c61d13b5.js +106 -0
  39. package/dist/cjs/positive-fdcd161e.js +67 -0
  40. package/dist/cjs/svg-repository.cjs.entry.js +6 -263
  41. package/dist/cjs/token-list_3.cjs.entry.js +91 -49
  42. package/dist/cjs/token-ratios.cjs.entry.js +1 -1
  43. package/dist/cjs/token-spacing.cjs.entry.js +1 -1
  44. package/dist/cjs/token-typography.cjs.entry.js +73 -42
  45. package/dist/collection/collection-manifest.json +13 -41
  46. package/dist/collection/components/eds-accordion/eds-accordion.css +139 -194
  47. package/dist/collection/components/eds-accordion/eds-accordion.js +68 -81
  48. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +78 -41
  49. package/dist/collection/components/eds-alert/eds-alert.css +122 -95
  50. package/dist/collection/components/eds-alert/eds-alert.js +89 -104
  51. package/dist/collection/components/eds-alert/eds-alert.stories.js +55 -33
  52. package/dist/collection/components/eds-avatar/eds-avatar.css +6 -6
  53. package/dist/collection/components/eds-avatar/eds-avatar.js +1 -1
  54. package/dist/collection/components/eds-avatar/eds-avatar.stories.js +2 -2
  55. package/dist/collection/components/eds-block-break/eds-block-break.css +1 -1
  56. package/dist/collection/components/eds-block-break/eds-block-break.js +1 -1
  57. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +1 -1
  58. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +5 -5
  59. package/dist/collection/components/eds-button/eds-button.css +365 -88
  60. package/dist/collection/components/eds-button/eds-button.js +123 -45
  61. package/dist/collection/components/eds-button/eds-button.stories.js +3 -3
  62. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.css +116 -0
  63. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.js +187 -0
  64. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.stories.js +52 -0
  65. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +13 -6
  66. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +20 -1
  67. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +22 -6
  68. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +51 -78
  69. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.css +147 -0
  70. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.js +217 -0
  71. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.stories.js +77 -0
  72. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.css +108 -0
  73. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.js +156 -0
  74. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.stories.js +55 -0
  75. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +105 -4
  76. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +70 -150
  77. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +72 -112
  78. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.css +127 -0
  79. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.js +181 -0
  80. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.stories.js +62 -0
  81. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.css +128 -0
  82. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.js +149 -0
  83. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.stories.js +50 -0
  84. package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.js +5 -6
  85. package/dist/collection/components/eds-charts/eds-pie/eds-pie.js +20 -20
  86. package/dist/collection/components/eds-code-block/eds-code-block.css +84 -120
  87. package/dist/collection/components/eds-code-block/eds-code-block.js +1 -1
  88. package/dist/collection/components/eds-dropdown/eds-dropdown.js +50 -43
  89. package/dist/collection/components/eds-feedback/eds-feedback.js +1 -1
  90. package/dist/collection/components/eds-feedback/eds-feedback.stories.js +5 -1
  91. package/dist/collection/components/eds-footer/eds-footer.css +144 -152
  92. package/dist/collection/components/eds-footer/eds-footer.js +188 -65
  93. package/dist/collection/components/eds-footer/eds-footer.stories.js +108 -15
  94. package/dist/collection/components/eds-form/eds-form.css +137 -5
  95. package/dist/collection/components/eds-form/eds-form.js +211 -47
  96. package/dist/collection/components/eds-form/eds-form.stories.js +3 -11
  97. package/dist/collection/components/eds-frame/eds-frame.css +34 -22
  98. package/dist/collection/components/eds-frame/eds-frame.js +5 -5
  99. package/dist/collection/components/eds-frame/eds-frame.stories.js +1 -1
  100. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.css +9 -5
  101. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.js +4 -1
  102. package/dist/collection/components/eds-header/eds-header.css +20 -4
  103. package/dist/collection/components/eds-header/eds-header.js +17 -15
  104. package/dist/collection/components/eds-header/eds-header.stories.js +26 -14
  105. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.css +32 -0
  106. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +58 -57
  107. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
  108. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
  109. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
  110. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
  111. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
  112. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
  113. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
  114. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
  115. package/dist/collection/components/eds-img/eds-img.js +2 -2
  116. package/dist/collection/components/eds-img/eds-img.stories.js +29 -52
  117. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.css +195 -0
  118. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.js +300 -0
  119. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.stories.js +34 -0
  120. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +29 -5
  121. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.css +45 -1
  122. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +2 -1
  123. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +1 -1
  124. package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +5 -3
  125. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +1 -1
  126. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.stories.js +30 -0
  127. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +2 -2
  128. package/dist/collection/components/eds-input-field/eds-input-field.css +69 -69
  129. package/dist/collection/components/eds-input-field/eds-input-field.js +40 -9
  130. package/dist/collection/components/eds-input-field/eds-input-field.stories.js +82 -130
  131. package/dist/collection/components/eds-input-file/eds-input-file.css +140 -0
  132. package/dist/collection/components/eds-input-file/eds-input-file.js +249 -0
  133. package/dist/collection/components/eds-link/eds-link.css +197 -22
  134. package/dist/collection/components/eds-link/eds-link.js +110 -38
  135. package/dist/collection/components/eds-link/eds-link.stories.js +16 -11
  136. package/dist/collection/components/eds-logo/eds-logo.css +3 -1
  137. package/dist/collection/components/eds-logo/eds-logo.js +12 -35
  138. package/dist/collection/components/eds-logo/eds-logo.stories.js +12 -29
  139. package/dist/collection/components/eds-modal/eds-modal.css +115 -19
  140. package/dist/collection/components/eds-modal/eds-modal.js +109 -17
  141. package/dist/collection/components/eds-modal/eds-modal.stories.js +9 -8
  142. package/dist/collection/components/eds-nps/eds-nps.css +42 -1
  143. package/dist/collection/components/eds-nps/eds-nps.js +48 -22
  144. package/dist/collection/components/eds-pagination/eds-pagination.js +2 -2
  145. package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +83 -9
  146. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +55 -10
  147. package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +83 -10
  148. package/dist/collection/components/eds-rating/eds-rating.css +10 -1
  149. package/dist/collection/components/eds-rating/eds-rating.js +54 -12
  150. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
  151. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
  152. package/dist/collection/components/eds-sidebar/eds-sidebar.css +9 -4
  153. package/dist/collection/components/eds-sidebar/eds-sidebar.js +4 -4
  154. package/dist/collection/components/eds-social-networks/eds-social-networks.css +12 -0
  155. package/dist/collection/components/eds-social-networks/eds-social-networks.js +26 -1
  156. package/dist/collection/components/eds-spinner/eds-spinner.css +6 -6
  157. package/dist/collection/components/eds-spinner/eds-spinner.js +5 -5
  158. package/dist/collection/components/eds-splash-screen/eds-splash-screen.css +12 -12
  159. package/dist/collection/components/eds-splash-screen/eds-splash-screen.js +1 -1
  160. package/dist/collection/components/eds-steps/eds-steps.css +101 -15
  161. package/dist/collection/components/eds-steps/eds-steps.js +45 -6
  162. package/dist/collection/components/eds-steps/eds-steps.stories.js +7 -31
  163. package/dist/collection/components/eds-steps-v2/eds-steps-v2.css +172 -17
  164. package/dist/collection/components/eds-steps-v2/eds-steps-v2.js +50 -7
  165. package/dist/collection/components/eds-steps-v2/eds-steps-v2.stories.js +16 -30
  166. package/dist/collection/components/eds-switch/eds-switch.css +65 -3
  167. package/dist/collection/components/eds-switch/eds-switch.js +46 -2
  168. package/dist/collection/components/eds-switch/eds-switch.stories.js +91 -24
  169. package/dist/collection/components/eds-table/eds-table.css +272 -5
  170. package/dist/collection/components/eds-table/eds-table.js +126 -76
  171. package/dist/collection/components/eds-table/eds-table.stories.js +30 -36
  172. package/dist/collection/components/eds-tabs/eds-tabs.css +84 -368
  173. package/dist/collection/components/eds-tabs/eds-tabs.js +87 -93
  174. package/dist/collection/components/eds-tabs/eds-tabs.stories.js +82 -37
  175. package/dist/collection/components/eds-tag/eds-tag.css +151 -8
  176. package/dist/collection/components/eds-tag/eds-tag.js +17 -18
  177. package/dist/collection/components/eds-tag/eds-tag.stories.js +25 -5
  178. package/dist/collection/components/eds-timeline/eds-timeline.js +2 -2
  179. package/dist/collection/components/eds-toast/eds-toast.css +70 -10
  180. package/dist/collection/components/eds-toast/eds-toast.js +9 -7
  181. package/dist/collection/components/eds-toast/eds-toast.stories.js +25 -1
  182. package/dist/collection/components/eds-toast-manager/eds-toast-manager.js +1 -1
  183. package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
  184. package/dist/collection/components/eds-tooltip/eds-tooltip.stories.js +1 -1
  185. package/dist/collection/components/eds-user/eds-user.js +5 -5
  186. package/dist/collection/components/eds-user/eds-user.stories.js +1 -1
  187. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  188. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  189. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  190. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  191. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  192. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  193. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  194. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
  195. package/dist/collection/eds-docs-ui/components-section/components-section.js +1 -1
  196. package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +1 -1
  197. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  198. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  199. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  200. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  201. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  202. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +8 -7
  203. package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +1 -1
  204. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -2
  205. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
  206. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
  207. package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +1 -1
  208. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +2 -2
  209. package/dist/collection/eds-docs-ui/svg-repository/svg-repository.js +1 -1
  210. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +6 -5
  211. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.css +162 -0
  212. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.js +447 -0
  213. package/dist/collection/shared-ui/eds-global-search/eds-global-search.css +265 -24
  214. package/dist/collection/shared-ui/eds-global-search/eds-global-search.js +184 -9
  215. package/dist/collection/shared-ui/eds-kg-learning-resources/eds-kg-learning-resources.css +205 -0
  216. package/dist/collection/shared-ui/eds-kg-learning-resources/eds-kg-learning-resources.js +257 -0
  217. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.css +8 -0
  218. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.js +370 -0
  219. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.js +87 -0
  220. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +25 -100
  221. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +7 -1
  222. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +71 -4
  223. package/dist/collection/shared-ui/eds-search-select/eds-search-select.css +203 -0
  224. package/dist/collection/shared-ui/eds-search-select/eds-search-select.js +685 -0
  225. package/dist/collection/shared-ui/eds-search-select/eds-search-select.stories.js +85 -0
  226. package/dist/collection/shared-ui/eds-trl-badge/ebrains-mark.js +26 -0
  227. package/dist/collection/shared-ui/eds-trl-badge/eds-trl-badge.css +22 -0
  228. package/dist/collection/shared-ui/eds-trl-badge/eds-trl-badge.js +321 -0
  229. package/dist/collection/shared-ui/eds-trl-badge/eds-trl-badge.stories.js +96 -0
  230. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
  231. package/dist/collection/utils/eds-form/formValidators.js +7 -9
  232. package/dist/collection/utils/eds-form/individualValidator.js +22 -0
  233. package/dist/collection/utils/eds-form/safeFormat.js +39 -0
  234. package/dist/collection/utils/icons.js +169 -0
  235. package/dist/components/components-section.js +1 -1
  236. package/dist/components/components.css +746 -540
  237. package/dist/components/components.esm.js +1 -1
  238. package/dist/components/correct-use-of-colors.js +1 -1
  239. package/dist/components/docs-palettes.js +1 -1
  240. package/dist/components/docs-tokens.js +1 -1
  241. package/dist/components/eds-accordion2.js +19 -51
  242. package/dist/components/eds-alert2.js +32 -82
  243. package/dist/components/eds-app-root.js +3 -9
  244. package/dist/components/eds-avatar2.js +2 -2
  245. package/dist/components/eds-block-break2.js +2 -2
  246. package/dist/components/eds-breadcrumb.js +2 -2
  247. package/dist/components/eds-button2.js +78 -29
  248. package/dist/components/{eds-icon-bin.d.ts → eds-card-app.d.ts} +4 -4
  249. package/dist/components/eds-card-app.js +82 -0
  250. package/dist/components/{eds-trl.d.ts → eds-card-cta.d.ts} +4 -4
  251. package/dist/components/eds-card-cta.js +95 -0
  252. package/dist/components/eds-card-desc2.js +5 -3
  253. package/dist/components/{eds-card-project.d.ts → eds-card-feature.d.ts} +4 -4
  254. package/dist/components/eds-card-feature.js +64 -0
  255. package/dist/components/eds-card-generic2.js +46 -55
  256. package/dist/components/{eds-icon-edit.d.ts → eds-card-hero.d.ts} +4 -4
  257. package/dist/components/eds-card-hero.js +75 -0
  258. package/dist/components/{eds-icon-copy.d.ts → eds-card-stat.d.ts} +4 -4
  259. package/dist/components/eds-card-stat.js +67 -0
  260. package/dist/components/eds-card-title2.js +28 -39
  261. package/dist/components/eds-code-block2.js +2 -2
  262. package/dist/components/eds-cookies-preference.js +2 -2
  263. package/dist/components/eds-dropdown2.js +33 -10
  264. package/dist/components/eds-feedback.js +1 -1
  265. package/dist/components/eds-footer2.js +116 -21
  266. package/dist/components/eds-form.js +241 -74
  267. package/dist/components/eds-frame.js +3 -3
  268. package/dist/components/eds-fullscreen-menu.js +2 -2
  269. package/dist/components/eds-gauge.js +5 -6
  270. package/dist/components/eds-gitlab-contributors.d.ts +11 -0
  271. package/dist/components/eds-gitlab-contributors.js +324 -0
  272. package/dist/components/eds-global-search.js +104 -68
  273. package/dist/components/eds-header.js +15 -13
  274. package/dist/components/eds-icon-bluesky.js +1 -1
  275. package/dist/components/eds-icon-eu.js +1 -1
  276. package/dist/components/eds-icon-facebook.js +1 -1
  277. package/dist/components/eds-icon-gitlab.js +1 -1
  278. package/dist/components/eds-icon-linkedin.js +1 -1
  279. package/dist/components/eds-icon-mastodon.js +1 -1
  280. package/dist/components/eds-icon-twitter.js +1 -1
  281. package/dist/components/eds-icon-wrapper2.js +2438 -32
  282. package/dist/components/eds-icon-youtube.js +1 -1
  283. package/dist/components/eds-img2.js +2 -2
  284. package/dist/components/{eds-icon-chevron-up.d.ts → eds-input-dropzone.d.ts} +4 -4
  285. package/dist/components/eds-input-dropzone.js +6 -0
  286. package/dist/components/eds-input-dropzone2.js +133 -0
  287. package/dist/components/eds-input-field2.js +50 -19
  288. package/dist/components/{eds-icon-close.d.ts → eds-input-file.d.ts} +4 -4
  289. package/dist/components/eds-input-file.js +6 -0
  290. package/dist/components/eds-input-file2.js +100 -0
  291. package/dist/components/eds-input-footer2.js +43 -3
  292. package/dist/components/eds-input-label2.js +1 -1
  293. package/dist/components/eds-input-range2.js +5 -3
  294. package/dist/components/eds-input-search.js +100 -1
  295. package/dist/components/eds-input-select2.js +2 -2
  296. package/dist/components/eds-input2.js +4 -2
  297. package/dist/components/eds-kg-learning-resources.d.ts +11 -0
  298. package/dist/components/eds-kg-learning-resources.js +221 -0
  299. package/dist/components/eds-kg-web-services-select.d.ts +11 -0
  300. package/dist/components/eds-kg-web-services-select.js +6 -0
  301. package/dist/components/eds-kg-web-services-select2.js +186 -0
  302. package/dist/components/eds-link2.js +82 -33
  303. package/dist/components/eds-logo2.js +9 -33
  304. package/dist/components/eds-matomo-notice2.js +8 -2
  305. package/dist/components/eds-modal.js +85 -13
  306. package/dist/components/eds-nps2.js +30 -22
  307. package/dist/components/eds-pagination2.js +2 -2
  308. package/dist/components/eds-pie.js +20 -20
  309. package/dist/components/eds-progress-bar.js +80 -1
  310. package/dist/components/eds-rating2.js +28 -10
  311. package/dist/components/{eds-icon-bookmark.d.ts → eds-search-select.d.ts} +4 -4
  312. package/dist/components/eds-search-select.js +6 -0
  313. package/dist/components/eds-search-select2.js +361 -0
  314. package/dist/components/eds-section-core2.js +1 -1
  315. package/dist/components/eds-section-heading2.js +2 -2
  316. package/dist/components/eds-sidebar.js +4 -4
  317. package/dist/components/eds-social-networks2.js +8 -3
  318. package/dist/components/eds-spinner2.js +5 -5
  319. package/dist/components/eds-splash-screen2.js +4 -10
  320. package/dist/components/eds-steps-v2.js +16 -7
  321. package/dist/components/eds-steps2.js +11 -6
  322. package/dist/components/eds-switch.js +1 -82
  323. package/dist/components/eds-switch2.js +111 -0
  324. package/dist/components/eds-table2.js +86 -63
  325. package/dist/components/eds-tabs.js +60 -86
  326. package/dist/components/eds-tag2.js +14 -15
  327. package/dist/components/eds-timeline.js +5 -11
  328. package/dist/components/eds-toast-manager.js +1 -1
  329. package/dist/components/eds-toast2.js +8 -6
  330. package/dist/components/eds-tooltip2.js +1 -1
  331. package/dist/components/{eds-card-tool.d.ts → eds-trl-badge.d.ts} +4 -4
  332. package/dist/components/eds-trl-badge.js +204 -0
  333. package/dist/components/eds-user.js +3 -3
  334. package/dist/components/eu.js +5 -28
  335. package/dist/components/incorrect-use-of-colors.js +1 -1
  336. package/dist/components/logo-space.js +41 -24
  337. package/dist/components/logo-variations-horizontal2.js +1 -1
  338. package/dist/components/logo-variations-tabs.js +1 -1
  339. package/dist/components/logo-variations-vertical2.js +1 -1
  340. package/dist/components/logo-wrong-usage.js +2 -2
  341. package/dist/components/negative.js +104 -0
  342. package/dist/components/p-00ba405d.entry.js +1 -0
  343. package/dist/components/p-03342030.entry.js +1 -0
  344. package/dist/components/{p-3d313fb5.entry.js → p-0e2bac0f.entry.js} +1 -1
  345. package/dist/components/p-12acc48d.entry.js +1 -0
  346. package/dist/components/p-18399fe1.entry.js +1 -0
  347. package/dist/components/p-1cc26ddf.entry.js +1 -0
  348. package/dist/components/p-1e6f0572.entry.js +1 -0
  349. package/dist/components/p-1fbcc480.entry.js +1 -0
  350. package/dist/components/p-25729ade.entry.js +1 -0
  351. package/dist/components/p-27e093c3.entry.js +1 -0
  352. package/dist/components/{p-67c3bedc.entry.js → p-37ef07d9.entry.js} +1 -1
  353. package/dist/components/p-3d1bb2fe.entry.js +1 -0
  354. package/dist/components/{p-be54a6c8.entry.js → p-42791331.entry.js} +1 -1
  355. package/dist/components/p-5ff4b1d0.entry.js +1 -0
  356. package/dist/components/p-62580004.entry.js +1 -0
  357. package/dist/components/{p-7b160270.entry.js → p-62f53e7a.entry.js} +1 -1
  358. package/dist/components/p-6be1730a.entry.js +1 -0
  359. package/dist/components/p-786ff09b.entry.js +1 -0
  360. package/dist/components/p-7baaf1a1.entry.js +1 -0
  361. package/dist/components/p-7ce1cf13.js +1 -0
  362. package/dist/components/{p-2d4f6e90.entry.js → p-80a32e20.entry.js} +1 -1
  363. package/dist/components/p-85476a6f.entry.js +9 -0
  364. package/dist/components/{p-9fe2c4ba.entry.js → p-8a483358.entry.js} +1 -1
  365. package/dist/components/p-b1a10842.entry.js +1 -0
  366. package/dist/components/p-bdcb71e1.entry.js +1 -0
  367. package/dist/components/p-c2127276.entry.js +1 -0
  368. package/dist/components/p-c3ee9163.entry.js +1 -0
  369. package/dist/components/{p-8998eec7.entry.js → p-c4cfbf98.entry.js} +1 -1
  370. package/dist/components/p-c65082fe.entry.js +1 -0
  371. package/dist/components/p-caa71345.js +1 -0
  372. package/dist/components/p-cc096938.entry.js +1 -0
  373. package/dist/components/p-d59d6fda.entry.js +1 -0
  374. package/dist/components/p-ddb9ce00.entry.js +1 -0
  375. package/dist/components/p-e027bc90.entry.js +1 -0
  376. package/dist/components/p-e0ee2386.js +1 -0
  377. package/dist/components/p-e339d0b5.entry.js +1 -0
  378. package/dist/components/{p-85f866f0.entry.js → p-e4df206e.entry.js} +1 -1
  379. package/dist/components/{p-a78079b7.entry.js → p-e71a4f29.entry.js} +1 -1
  380. package/dist/components/p-e9e6ec19.entry.js +1 -0
  381. package/dist/components/p-f4d2f882.entry.js +1 -0
  382. package/dist/components/p-f9a9fa34.entry.js +1 -0
  383. package/dist/components/positive.js +65 -0
  384. package/dist/components/primary.js +1 -1
  385. package/dist/components/primary2.js +1 -1
  386. package/dist/components/secondary.js +1 -1
  387. package/dist/components/secondary2.js +7 -7
  388. package/dist/components/support.js +1 -1
  389. package/dist/components/support2.js +3 -3
  390. package/dist/components/svg-repository.js +33 -278
  391. package/dist/components/token-list2.js +57 -40
  392. package/dist/components/token-radii2.js +1 -1
  393. package/dist/components/token-ratios.js +1 -1
  394. package/dist/components/token-shadows2.js +33 -8
  395. package/dist/components/token-spacing.js +1 -1
  396. package/dist/components/token-typography.js +73 -42
  397. package/dist/esm/color-primary-palette_6.entry.js +14 -14
  398. package/dist/esm/components-section.entry.js +1 -1
  399. package/dist/esm/components.js +1 -1
  400. package/dist/esm/correct-use-of-colors.entry.js +1 -1
  401. package/dist/esm/docs-palettes.entry.js +1 -1
  402. package/dist/esm/docs-tokens.entry.js +1 -1
  403. package/dist/esm/eds-accordion_53.entry.js +11003 -0
  404. package/dist/esm/eds-app-root.entry.js +1 -1
  405. package/dist/esm/eds-cookies-preference.entry.js +2 -2
  406. package/dist/esm/eds-feedback.entry.js +1 -1
  407. package/dist/esm/eds-frame.entry.js +3 -3
  408. package/dist/esm/eds-gauge.entry.js +5 -6
  409. package/dist/esm/eds-gitlab-contributors.entry.js +251 -0
  410. package/dist/esm/eds-icon-bluesky.entry.js +1 -1
  411. package/dist/esm/eds-icon-eu.entry.js +2 -2
  412. package/dist/esm/eds-icon-facebook.entry.js +1 -1
  413. package/dist/esm/eds-icon-gitlab.entry.js +1 -1
  414. package/dist/esm/eds-icon-linkedin.entry.js +1 -1
  415. package/dist/esm/eds-icon-mastodon.entry.js +1 -1
  416. package/dist/esm/eds-icon-twitter.entry.js +1 -1
  417. package/dist/esm/eds-icon-youtube.entry.js +1 -1
  418. package/dist/{components/eds-input-search2.js → esm/eds-input-search.entry.js} +9 -39
  419. package/dist/esm/eds-modal.entry.js +84 -13
  420. package/dist/esm/eds-pie.entry.js +20 -20
  421. package/dist/esm/eds-section-core_2.entry.js +3 -3
  422. package/dist/esm/eds-splash-screen.entry.js +2 -2
  423. package/dist/esm/eds-timeline.entry.js +2 -2
  424. package/dist/esm/eds-toast-manager.entry.js +1 -1
  425. package/dist/esm/eds-trl-badge.entry.js +177 -0
  426. package/dist/esm/eu-8ac3e99c.js +7 -0
  427. package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
  428. package/dist/esm/index-870ab08f.js +10 -182
  429. package/dist/esm/loader.js +1 -1
  430. package/dist/esm/logo-space.entry.js +1 -2
  431. package/dist/esm/logo-variations-horizontal_2.entry.js +2 -2
  432. package/dist/esm/logo-variations-tabs.entry.js +1 -1
  433. package/dist/esm/logo-wrong-usage.entry.js +2 -2
  434. package/dist/esm/negative-84eec72e.js +104 -0
  435. package/dist/esm/positive-cc986d7c.js +65 -0
  436. package/dist/esm/svg-repository.entry.js +6 -263
  437. package/dist/esm/token-list_3.entry.js +91 -49
  438. package/dist/esm/token-ratios.entry.js +1 -1
  439. package/dist/esm/token-spacing.entry.js +1 -1
  440. package/dist/esm/token-typography.entry.js +73 -42
  441. package/dist/hydrate/index.js +5820 -4074
  442. package/dist/hydrate/index.mjs +5820 -4074
  443. package/dist/types/Users/nikolaosgeorgomanolis/Documents/EBRAINS/Projects/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +12 -0
  444. package/dist/types/components/eds-accordion/eds-accordion.d.ts +17 -53
  445. package/dist/types/components/eds-accordion/eds-accordion.stories.d.ts +33 -25
  446. package/dist/types/components/eds-alert/eds-alert.d.ts +32 -21
  447. package/dist/types/components/eds-alert/eds-alert.stories.d.ts +22 -15
  448. package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +2 -2
  449. package/dist/types/components/eds-button/eds-button.d.ts +31 -14
  450. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.d.ts +57 -0
  451. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.stories.d.ts +60 -0
  452. package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +1 -0
  453. package/dist/types/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.d.ts +5 -17
  454. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.d.ts +64 -0
  455. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.stories.d.ts +76 -0
  456. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.d.ts +43 -0
  457. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.stories.d.ts +53 -0
  458. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +12 -40
  459. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.stories.d.ts +43 -44
  460. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.d.ts +54 -0
  461. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.stories.d.ts +65 -0
  462. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.d.ts +41 -0
  463. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.stories.d.ts +47 -0
  464. package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +6 -10
  465. package/dist/types/components/eds-footer/eds-footer.d.ts +85 -49
  466. package/dist/types/components/eds-footer/eds-footer.stories.d.ts +62 -1
  467. package/dist/types/components/eds-form/eds-form.d.ts +26 -5
  468. package/dist/types/components/eds-form/eds-form.stories.d.ts +0 -5
  469. package/dist/types/components/eds-frame/eds-frame.d.ts +1 -1
  470. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +3 -0
  471. package/dist/types/components/eds-header/eds-header.d.ts +3 -3
  472. package/dist/types/components/eds-header/eds-header.stories.d.ts +6 -6
  473. package/dist/types/components/eds-icon-wrapper/eds-icon-wrapper.d.ts +9 -23
  474. package/dist/types/components/eds-img/eds-img.stories.d.ts +6 -20
  475. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.d.ts +51 -0
  476. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.stories.d.ts +54 -0
  477. package/dist/types/components/eds-input-elements/eds-input/eds-input.d.ts +9 -1
  478. package/dist/types/components/eds-input-elements/eds-input-search/eds-input-search.stories.d.ts +36 -0
  479. package/dist/types/components/eds-input-field/eds-input-field.d.ts +3 -1
  480. package/dist/types/components/eds-input-field/eds-input-field.stories.d.ts +97 -38
  481. package/dist/types/components/eds-input-file/eds-input-file.d.ts +43 -0
  482. package/dist/types/components/eds-link/eds-link.d.ts +9 -3
  483. package/dist/types/components/eds-link/eds-link.stories.d.ts +9 -6
  484. package/dist/types/components/eds-logo/eds-logo.d.ts +3 -3
  485. package/dist/types/components/eds-logo/eds-logo.stories.d.ts +1 -19
  486. package/dist/types/components/eds-modal/eds-modal.d.ts +15 -3
  487. package/dist/types/components/eds-nps/eds-nps.d.ts +11 -2
  488. package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +13 -2
  489. package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +40 -1
  490. package/dist/types/components/eds-rating/eds-rating.d.ts +15 -2
  491. package/dist/types/components/eds-social-networks/eds-social-networks.d.ts +7 -0
  492. package/dist/types/components/eds-steps/eds-steps.d.ts +8 -0
  493. package/dist/types/components/eds-steps/eds-steps.stories.d.ts +2 -27
  494. package/dist/types/components/eds-steps-v2/eds-steps-v2.d.ts +8 -0
  495. package/dist/types/components/eds-steps-v2/eds-steps-v2.stories.d.ts +3 -6
  496. package/dist/types/components/eds-switch/eds-switch.d.ts +6 -0
  497. package/dist/types/components/eds-switch/eds-switch.stories.d.ts +49 -0
  498. package/dist/types/components/eds-table/eds-table.d.ts +48 -20
  499. package/dist/types/components/eds-table/eds-table.stories.d.ts +23 -31
  500. package/dist/types/components/eds-tabs/eds-tabs.d.ts +24 -16
  501. package/dist/types/components/eds-tabs/eds-tabs.stories.d.ts +57 -6
  502. package/dist/types/components/eds-tag/eds-tag.d.ts +1 -1
  503. package/dist/types/components/eds-tag/eds-tag.stories.d.ts +6 -0
  504. package/dist/types/components/eds-toast/eds-toast.d.ts +1 -1
  505. package/dist/types/components/eds-toast/eds-toast.stories.d.ts +10 -0
  506. package/dist/types/components/eds-user/eds-user.d.ts +1 -1
  507. package/dist/types/components.d.ts +1941 -1566
  508. package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.d.ts +1 -1
  509. package/dist/types/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.d.ts +114 -0
  510. package/dist/types/shared-ui/eds-global-search/eds-global-search.d.ts +30 -0
  511. package/dist/types/shared-ui/eds-kg-learning-resources/eds-kg-learning-resources.d.ts +60 -0
  512. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.d.ts +98 -0
  513. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.d.ts +60 -0
  514. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +26 -0
  515. package/dist/types/shared-ui/eds-search-select/eds-search-select.d.ts +98 -0
  516. package/dist/types/shared-ui/eds-search-select/eds-search-select.stories.d.ts +81 -0
  517. package/dist/types/shared-ui/eds-trl-badge/ebrains-mark.d.ts +7 -0
  518. package/dist/types/shared-ui/eds-trl-badge/eds-trl-badge.d.ts +54 -0
  519. package/dist/types/shared-ui/eds-trl-badge/eds-trl-badge.stories.d.ts +112 -0
  520. package/dist/types/utils/eds-form/safeFormat.d.ts +21 -0
  521. package/dist/types/utils/icons.d.ts +78 -0
  522. package/package.json +1 -1
  523. package/dist/cjs/arrow-diagonal-black-0eb8640e.js +0 -5
  524. package/dist/cjs/arrow-right-3e38e8a9.js +0 -7
  525. package/dist/cjs/bin-c07eeedc.js +0 -5
  526. package/dist/cjs/bookmark-c61853d9.js +0 -18
  527. package/dist/cjs/chevron-down-27344777.js +0 -14
  528. package/dist/cjs/chevron-left-6fc9c6ef.js +0 -13
  529. package/dist/cjs/chevron-right-6d95a117.js +0 -7
  530. package/dist/cjs/chevron-up-e37d7713.js +0 -14
  531. package/dist/cjs/clone-846acfdd.js +0 -5
  532. package/dist/cjs/close-51284af5.js +0 -7
  533. package/dist/cjs/copy-53102d0c.js +0 -7
  534. package/dist/cjs/download-9d17d025.js +0 -20
  535. package/dist/cjs/draft-05bd8904.js +0 -5
  536. package/dist/cjs/edit-ff5b84d8.js +0 -5
  537. package/dist/cjs/eds-accordion_37.cjs.entry.js +0 -6908
  538. package/dist/cjs/eds-card-desc_2.cjs.entry.js +0 -77
  539. package/dist/cjs/eds-card-generic.cjs.entry.js +0 -91
  540. package/dist/cjs/eds-card-project.cjs.entry.js +0 -195
  541. package/dist/cjs/eds-card-section.cjs.entry.js +0 -39
  542. package/dist/cjs/eds-card-tags.cjs.entry.js +0 -22
  543. package/dist/cjs/eds-card-tool.cjs.entry.js +0 -79
  544. package/dist/cjs/eds-footer.cjs.entry.js +0 -67
  545. package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +0 -91
  546. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +0 -18
  547. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +0 -18
  548. package/dist/cjs/eds-icon-bin.cjs.entry.js +0 -18
  549. package/dist/cjs/eds-icon-bookmark.cjs.entry.js +0 -18
  550. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +0 -18
  551. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +0 -18
  552. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +0 -18
  553. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +0 -18
  554. package/dist/cjs/eds-icon-clone.cjs.entry.js +0 -18
  555. package/dist/cjs/eds-icon-close.cjs.entry.js +0 -18
  556. package/dist/cjs/eds-icon-copy.cjs.entry.js +0 -18
  557. package/dist/cjs/eds-icon-download.cjs.entry.js +0 -18
  558. package/dist/cjs/eds-icon-draft.cjs.entry.js +0 -18
  559. package/dist/cjs/eds-icon-edit.cjs.entry.js +0 -18
  560. package/dist/cjs/eds-icon-external.cjs.entry.js +0 -18
  561. package/dist/cjs/eds-icon-loader.cjs.entry.js +0 -18
  562. package/dist/cjs/eds-icon-menu.cjs.entry.js +0 -18
  563. package/dist/cjs/eds-icon-minus.cjs.entry.js +0 -18
  564. package/dist/cjs/eds-icon-more.cjs.entry.js +0 -18
  565. package/dist/cjs/eds-icon-paper.cjs.entry.js +0 -18
  566. package/dist/cjs/eds-icon-plus.cjs.entry.js +0 -18
  567. package/dist/cjs/eds-icon-portal.cjs.entry.js +0 -18
  568. package/dist/cjs/eds-icon-private.cjs.entry.js +0 -18
  569. package/dist/cjs/eds-icon-public.cjs.entry.js +0 -18
  570. package/dist/cjs/eds-icon-search.cjs.entry.js +0 -18
  571. package/dist/cjs/eds-icon-star.cjs.entry.js +0 -18
  572. package/dist/cjs/eds-icon-start.cjs.entry.js +0 -18
  573. package/dist/cjs/eds-icon-success.cjs.entry.js +0 -18
  574. package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +0 -18
  575. package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +0 -18
  576. package/dist/cjs/eds-icon-tutorial.cjs.entry.js +0 -18
  577. package/dist/cjs/eds-icon-unknown.cjs.entry.js +0 -18
  578. package/dist/cjs/eds-icon-updown.cjs.entry.js +0 -18
  579. package/dist/cjs/eds-icon-user.cjs.entry.js +0 -18
  580. package/dist/cjs/eds-icon-view.cjs.entry.js +0 -18
  581. package/dist/cjs/eds-progress-bar.cjs.entry.js +0 -56
  582. package/dist/cjs/eds-social-networks.cjs.entry.js +0 -64
  583. package/dist/cjs/eds-trl.cjs.entry.js +0 -51
  584. package/dist/cjs/eu-b9665157.js +0 -32
  585. package/dist/cjs/index-ab9fbefe.js +0 -48
  586. package/dist/cjs/loader-72f9d178.js +0 -32
  587. package/dist/cjs/logo-color-6c787ac1.js +0 -117
  588. package/dist/cjs/logo-color-margins-b49c0f46.js +0 -120
  589. package/dist/cjs/logo-white-no-bg-4a0e0f4b.js +0 -1039
  590. package/dist/cjs/menu-7050a6d1.js +0 -13
  591. package/dist/cjs/minus-1da6a98a.js +0 -13
  592. package/dist/cjs/more-1d3dd8bc.js +0 -15
  593. package/dist/cjs/paper-0d6302f6.js +0 -17
  594. package/dist/cjs/plus-d0e00ad0.js +0 -14
  595. package/dist/cjs/portal-46212559.js +0 -20
  596. package/dist/cjs/private-38835fe7.js +0 -27
  597. package/dist/cjs/public-b519b1f6.js +0 -18
  598. package/dist/cjs/search-5533d877.js +0 -14
  599. package/dist/cjs/star-942eee9f.js +0 -7
  600. package/dist/cjs/start-c0ccfddd.js +0 -5
  601. package/dist/cjs/success-ef661a11.js +0 -20
  602. package/dist/cjs/thumbs-down-714036b1.js +0 -7
  603. package/dist/cjs/thumbs-up-411babb8.js +0 -8
  604. package/dist/cjs/tutotial-7855df3c.js +0 -29
  605. package/dist/cjs/unknown-6814e551.js +0 -24
  606. package/dist/cjs/up-and-down-6f179dd8.js +0 -14
  607. package/dist/cjs/user-a3c2230f.js +0 -18
  608. package/dist/cjs/view-80d5c6c8.js +0 -5
  609. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +0 -9
  610. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +0 -63
  611. package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +0 -227
  612. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.css +0 -249
  613. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.js +0 -95
  614. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.stories.js +0 -71
  615. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +0 -103
  616. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +0 -314
  617. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +0 -77
  618. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +0 -36
  619. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +0 -36
  620. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +0 -36
  621. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +0 -36
  622. package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +0 -36
  623. package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +0 -36
  624. package/dist/collection/components/eds-icons/eds-icon-bin/eds-icon-bin.js +0 -36
  625. package/dist/collection/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.js +0 -36
  626. package/dist/collection/components/eds-icons/eds-icon-clone/eds-icon-clone.js +0 -36
  627. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +0 -36
  628. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +0 -36
  629. package/dist/collection/components/eds-icons/eds-icon-download/eds-icon-download.js +0 -36
  630. package/dist/collection/components/eds-icons/eds-icon-draft/eds-icon-draft.js +0 -36
  631. package/dist/collection/components/eds-icons/eds-icon-edit/eds-icon-edit.js +0 -36
  632. package/dist/collection/components/eds-icons/eds-icon-external/eds-icon-external.js +0 -36
  633. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +0 -36
  634. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +0 -36
  635. package/dist/collection/components/eds-icons/eds-icon-minus/eds-icon-minus.js +0 -36
  636. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +0 -36
  637. package/dist/collection/components/eds-icons/eds-icon-paper/eds-icon-paper.js +0 -36
  638. package/dist/collection/components/eds-icons/eds-icon-plus/eds-icon-plus.js +0 -36
  639. package/dist/collection/components/eds-icons/eds-icon-portal/eds-icon-portal.js +0 -36
  640. package/dist/collection/components/eds-icons/eds-icon-private/eds-icon-private.js +0 -36
  641. package/dist/collection/components/eds-icons/eds-icon-public/eds-icon-public.js +0 -36
  642. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +0 -36
  643. package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +0 -36
  644. package/dist/collection/components/eds-icons/eds-icon-start/eds-icon-start.js +0 -36
  645. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +0 -36
  646. package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +0 -36
  647. package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +0 -36
  648. package/dist/collection/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.js +0 -36
  649. package/dist/collection/components/eds-icons/eds-icon-unknown/eds-icon-unknown.js +0 -36
  650. package/dist/collection/components/eds-icons/eds-icon-updown/eds-icon-updown.js +0 -36
  651. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +0 -36
  652. package/dist/collection/components/eds-icons/eds-icon-view/eds-icon-view.js +0 -36
  653. package/dist/collection/components/eds-trl/eds-trl.js +0 -68
  654. package/dist/components/arrow-diagonal-black.js +0 -3
  655. package/dist/components/arrow-right.js +0 -5
  656. package/dist/components/bin.js +0 -3
  657. package/dist/components/bookmark.js +0 -16
  658. package/dist/components/chevron-down.js +0 -12
  659. package/dist/components/chevron-left.js +0 -11
  660. package/dist/components/chevron-right.js +0 -5
  661. package/dist/components/chevron-up.js +0 -12
  662. package/dist/components/clone.js +0 -3
  663. package/dist/components/close.js +0 -5
  664. package/dist/components/copy.js +0 -5
  665. package/dist/components/download.js +0 -18
  666. package/dist/components/draft.js +0 -3
  667. package/dist/components/edit.js +0 -3
  668. package/dist/components/eds-card-project.js +0 -237
  669. package/dist/components/eds-card-section.d.ts +0 -11
  670. package/dist/components/eds-card-section.js +0 -92
  671. package/dist/components/eds-card-tags.d.ts +0 -11
  672. package/dist/components/eds-card-tags.js +0 -45
  673. package/dist/components/eds-card-tool.js +0 -137
  674. package/dist/components/eds-icon-arrow-diagonal.d.ts +0 -11
  675. package/dist/components/eds-icon-arrow-diagonal.js +0 -33
  676. package/dist/components/eds-icon-arrow-right.d.ts +0 -11
  677. package/dist/components/eds-icon-arrow-right.js +0 -33
  678. package/dist/components/eds-icon-bin.js +0 -33
  679. package/dist/components/eds-icon-bookmark.js +0 -33
  680. package/dist/components/eds-icon-chevron-down.d.ts +0 -11
  681. package/dist/components/eds-icon-chevron-down.js +0 -33
  682. package/dist/components/eds-icon-chevron-left.d.ts +0 -11
  683. package/dist/components/eds-icon-chevron-left.js +0 -33
  684. package/dist/components/eds-icon-chevron-right.d.ts +0 -11
  685. package/dist/components/eds-icon-chevron-right.js +0 -33
  686. package/dist/components/eds-icon-chevron-up.js +0 -33
  687. package/dist/components/eds-icon-clone.d.ts +0 -11
  688. package/dist/components/eds-icon-clone.js +0 -33
  689. package/dist/components/eds-icon-close.js +0 -33
  690. package/dist/components/eds-icon-copy.js +0 -33
  691. package/dist/components/eds-icon-download.d.ts +0 -11
  692. package/dist/components/eds-icon-download.js +0 -33
  693. package/dist/components/eds-icon-draft.d.ts +0 -11
  694. package/dist/components/eds-icon-draft.js +0 -33
  695. package/dist/components/eds-icon-edit.js +0 -33
  696. package/dist/components/eds-icon-external.d.ts +0 -11
  697. package/dist/components/eds-icon-external.js +0 -33
  698. package/dist/components/eds-icon-loader.d.ts +0 -11
  699. package/dist/components/eds-icon-loader.js +0 -33
  700. package/dist/components/eds-icon-menu.d.ts +0 -11
  701. package/dist/components/eds-icon-menu.js +0 -33
  702. package/dist/components/eds-icon-minus.d.ts +0 -11
  703. package/dist/components/eds-icon-minus.js +0 -33
  704. package/dist/components/eds-icon-more.d.ts +0 -11
  705. package/dist/components/eds-icon-more.js +0 -33
  706. package/dist/components/eds-icon-paper.d.ts +0 -11
  707. package/dist/components/eds-icon-paper.js +0 -33
  708. package/dist/components/eds-icon-plus.d.ts +0 -11
  709. package/dist/components/eds-icon-plus.js +0 -33
  710. package/dist/components/eds-icon-portal.d.ts +0 -11
  711. package/dist/components/eds-icon-portal.js +0 -33
  712. package/dist/components/eds-icon-private.d.ts +0 -11
  713. package/dist/components/eds-icon-private.js +0 -33
  714. package/dist/components/eds-icon-public.d.ts +0 -11
  715. package/dist/components/eds-icon-public.js +0 -33
  716. package/dist/components/eds-icon-search.d.ts +0 -11
  717. package/dist/components/eds-icon-search.js +0 -33
  718. package/dist/components/eds-icon-star.d.ts +0 -11
  719. package/dist/components/eds-icon-star.js +0 -33
  720. package/dist/components/eds-icon-start.d.ts +0 -11
  721. package/dist/components/eds-icon-start.js +0 -33
  722. package/dist/components/eds-icon-success.d.ts +0 -11
  723. package/dist/components/eds-icon-success.js +0 -33
  724. package/dist/components/eds-icon-thumbs-down.d.ts +0 -11
  725. package/dist/components/eds-icon-thumbs-down.js +0 -33
  726. package/dist/components/eds-icon-thumbs-up.d.ts +0 -11
  727. package/dist/components/eds-icon-thumbs-up.js +0 -33
  728. package/dist/components/eds-icon-tutorial.d.ts +0 -11
  729. package/dist/components/eds-icon-tutorial.js +0 -33
  730. package/dist/components/eds-icon-unknown.d.ts +0 -11
  731. package/dist/components/eds-icon-unknown.js +0 -33
  732. package/dist/components/eds-icon-updown.d.ts +0 -11
  733. package/dist/components/eds-icon-updown.js +0 -33
  734. package/dist/components/eds-icon-user.d.ts +0 -11
  735. package/dist/components/eds-icon-user.js +0 -33
  736. package/dist/components/eds-icon-view.d.ts +0 -11
  737. package/dist/components/eds-icon-view.js +0 -33
  738. package/dist/components/eds-progress-bar2.js +0 -71
  739. package/dist/components/eds-trl.js +0 -150
  740. package/dist/components/loader.js +0 -30
  741. package/dist/components/logo-color-margins.js +0 -118
  742. package/dist/components/logo-color.js +0 -115
  743. package/dist/components/logo-white-no-bg.js +0 -1029
  744. package/dist/components/menu.js +0 -11
  745. package/dist/components/minus.js +0 -11
  746. package/dist/components/more.js +0 -13
  747. package/dist/components/p-024c7937.js +0 -1
  748. package/dist/components/p-05754401.js +0 -1
  749. package/dist/components/p-0be28996.js +0 -1
  750. package/dist/components/p-0da7d1c9.js +0 -1
  751. package/dist/components/p-0e504247.entry.js +0 -1
  752. package/dist/components/p-0e6d43c5.js +0 -1
  753. package/dist/components/p-0f319eac.entry.js +0 -1
  754. package/dist/components/p-112122d6.js +0 -1
  755. package/dist/components/p-11bf02db.entry.js +0 -1
  756. package/dist/components/p-15df046d.entry.js +0 -1
  757. package/dist/components/p-15e5229b.entry.js +0 -1
  758. package/dist/components/p-1804a119.entry.js +0 -1
  759. package/dist/components/p-19c628e6.entry.js +0 -1
  760. package/dist/components/p-19e241e9.entry.js +0 -1
  761. package/dist/components/p-1a674723.entry.js +0 -9
  762. package/dist/components/p-1dd6faeb.entry.js +0 -1
  763. package/dist/components/p-1ded61bd.js +0 -1
  764. package/dist/components/p-2066b033.js +0 -1
  765. package/dist/components/p-2117611b.js +0 -1
  766. package/dist/components/p-21ed7e2e.entry.js +0 -1
  767. package/dist/components/p-2692f93d.js +0 -1
  768. package/dist/components/p-27c4a06e.js +0 -1
  769. package/dist/components/p-29041952.js +0 -1
  770. package/dist/components/p-2bd9605b.entry.js +0 -1
  771. package/dist/components/p-2e3bd154.entry.js +0 -1
  772. package/dist/components/p-3004d956.entry.js +0 -1
  773. package/dist/components/p-313b04c9.entry.js +0 -1
  774. package/dist/components/p-31a3c6a2.entry.js +0 -1
  775. package/dist/components/p-32e6c4df.js +0 -1
  776. package/dist/components/p-3778e162.entry.js +0 -1
  777. package/dist/components/p-39548acc.entry.js +0 -1
  778. package/dist/components/p-3aac5c73.entry.js +0 -1
  779. package/dist/components/p-43bc9224.entry.js +0 -1
  780. package/dist/components/p-454bdd5a.js +0 -1
  781. package/dist/components/p-4587d0ef.js +0 -1
  782. package/dist/components/p-46d0716d.js +0 -1
  783. package/dist/components/p-48eaf544.entry.js +0 -1
  784. package/dist/components/p-4c2a8bf1.entry.js +0 -1
  785. package/dist/components/p-4eaa7ba2.entry.js +0 -1
  786. package/dist/components/p-4eb2cf7f.js +0 -1
  787. package/dist/components/p-5157eb25.entry.js +0 -1
  788. package/dist/components/p-52c28fa2.js +0 -1
  789. package/dist/components/p-553ca350.js +0 -1
  790. package/dist/components/p-58967f53.js +0 -1
  791. package/dist/components/p-59d2b2a9.entry.js +0 -1
  792. package/dist/components/p-5c28d2d3.entry.js +0 -1
  793. package/dist/components/p-5d046674.js +0 -1
  794. package/dist/components/p-63d9ab86.entry.js +0 -1
  795. package/dist/components/p-640c4463.entry.js +0 -1
  796. package/dist/components/p-643eee62.entry.js +0 -1
  797. package/dist/components/p-64be8ed5.entry.js +0 -1
  798. package/dist/components/p-694fc085.js +0 -1
  799. package/dist/components/p-70cbe02d.entry.js +0 -1
  800. package/dist/components/p-7198c024.js +0 -1
  801. package/dist/components/p-7aa97ad6.entry.js +0 -1
  802. package/dist/components/p-83b26d8c.entry.js +0 -1
  803. package/dist/components/p-83dde536.entry.js +0 -1
  804. package/dist/components/p-83ff4a95.js +0 -1
  805. package/dist/components/p-86bb73dc.js +0 -1
  806. package/dist/components/p-8779905b.entry.js +0 -1
  807. package/dist/components/p-88814860.entry.js +0 -1
  808. package/dist/components/p-8983de37.js +0 -1
  809. package/dist/components/p-8c42cefe.entry.js +0 -1
  810. package/dist/components/p-8c520685.entry.js +0 -1
  811. package/dist/components/p-8cba26bd.entry.js +0 -1
  812. package/dist/components/p-8ef830f5.entry.js +0 -1
  813. package/dist/components/p-942f4a95.entry.js +0 -1
  814. package/dist/components/p-9b05145b.entry.js +0 -1
  815. package/dist/components/p-9c5a453b.js +0 -1
  816. package/dist/components/p-9d57b51f.entry.js +0 -1
  817. package/dist/components/p-9e46df74.entry.js +0 -1
  818. package/dist/components/p-a38bb645.entry.js +0 -1
  819. package/dist/components/p-a61dbad5.entry.js +0 -1
  820. package/dist/components/p-a8e5591c.entry.js +0 -1
  821. package/dist/components/p-aefcb641.js +0 -1
  822. package/dist/components/p-afceabd6.entry.js +0 -1
  823. package/dist/components/p-b00352ff.entry.js +0 -1
  824. package/dist/components/p-b73410de.js +0 -1
  825. package/dist/components/p-b822abb7.js +0 -1
  826. package/dist/components/p-b93f983c.entry.js +0 -1
  827. package/dist/components/p-ba720bf3.js +0 -1
  828. package/dist/components/p-bb6a6de2.entry.js +0 -1
  829. package/dist/components/p-bc2204f3.entry.js +0 -1
  830. package/dist/components/p-bef9bf37.entry.js +0 -1
  831. package/dist/components/p-c1ad7132.entry.js +0 -1
  832. package/dist/components/p-c1e4ef92.js +0 -1
  833. package/dist/components/p-c776b6f8.js +0 -1
  834. package/dist/components/p-c8e7c854.js +0 -1
  835. package/dist/components/p-cb5e39d1.entry.js +0 -1
  836. package/dist/components/p-ccb6ad15.entry.js +0 -1
  837. package/dist/components/p-cdf19579.js +0 -1
  838. package/dist/components/p-d090b9fa.entry.js +0 -1
  839. package/dist/components/p-d11f2808.entry.js +0 -1
  840. package/dist/components/p-d6e5a9fb.entry.js +0 -1
  841. package/dist/components/p-d958e1f3.entry.js +0 -1
  842. package/dist/components/p-d962849c.js +0 -1
  843. package/dist/components/p-da7b4b6a.entry.js +0 -1
  844. package/dist/components/p-da96c7cd.entry.js +0 -1
  845. package/dist/components/p-dea41137.entry.js +0 -1
  846. package/dist/components/p-e01cf4f8.entry.js +0 -1
  847. package/dist/components/p-e2d5a487.js +0 -1
  848. package/dist/components/p-e5a1118d.entry.js +0 -1
  849. package/dist/components/p-eb818455.entry.js +0 -1
  850. package/dist/components/p-ece618b3.js +0 -1
  851. package/dist/components/p-f061ff11.entry.js +0 -1
  852. package/dist/components/p-f0a330ef.entry.js +0 -1
  853. package/dist/components/p-f11e3f42.entry.js +0 -1
  854. package/dist/components/p-f227bac5.entry.js +0 -1
  855. package/dist/components/p-f24bfc6a.entry.js +0 -1
  856. package/dist/components/p-f2abe4d8.js +0 -1
  857. package/dist/components/p-fda3df86.entry.js +0 -1
  858. package/dist/components/paper.js +0 -15
  859. package/dist/components/plus.js +0 -12
  860. package/dist/components/portal.js +0 -18
  861. package/dist/components/private.js +0 -25
  862. package/dist/components/public.js +0 -16
  863. package/dist/components/search.js +0 -12
  864. package/dist/components/star.js +0 -5
  865. package/dist/components/start.js +0 -3
  866. package/dist/components/success.js +0 -18
  867. package/dist/components/thumbs-down.js +0 -5
  868. package/dist/components/thumbs-up.js +0 -6
  869. package/dist/components/tutotial.js +0 -27
  870. package/dist/components/unknown.js +0 -22
  871. package/dist/components/up-and-down.js +0 -12
  872. package/dist/components/user.js +0 -16
  873. package/dist/components/view.js +0 -3
  874. package/dist/esm/arrow-diagonal-black-8f0494c3.js +0 -3
  875. package/dist/esm/arrow-right-9322ba8a.js +0 -5
  876. package/dist/esm/bin-37cad2f0.js +0 -3
  877. package/dist/esm/bookmark-c200037c.js +0 -16
  878. package/dist/esm/chevron-down-6144c823.js +0 -12
  879. package/dist/esm/chevron-left-ca6c66e1.js +0 -11
  880. package/dist/esm/chevron-right-b88ed2d4.js +0 -5
  881. package/dist/esm/chevron-up-c66bd477.js +0 -12
  882. package/dist/esm/clone-dab56639.js +0 -3
  883. package/dist/esm/close-87fc0d63.js +0 -5
  884. package/dist/esm/copy-03b72cb6.js +0 -5
  885. package/dist/esm/download-47746956.js +0 -18
  886. package/dist/esm/draft-dd5dada2.js +0 -3
  887. package/dist/esm/edit-3893a517.js +0 -3
  888. package/dist/esm/eds-accordion_37.entry.js +0 -6868
  889. package/dist/esm/eds-card-desc_2.entry.js +0 -72
  890. package/dist/esm/eds-card-generic.entry.js +0 -87
  891. package/dist/esm/eds-card-project.entry.js +0 -191
  892. package/dist/esm/eds-card-section.entry.js +0 -35
  893. package/dist/esm/eds-card-tags.entry.js +0 -18
  894. package/dist/esm/eds-card-tool.entry.js +0 -75
  895. package/dist/esm/eds-footer.entry.js +0 -63
  896. package/dist/esm/eds-fullscreen-menu.entry.js +0 -87
  897. package/dist/esm/eds-icon-arrow-diagonal.entry.js +0 -14
  898. package/dist/esm/eds-icon-arrow-right.entry.js +0 -14
  899. package/dist/esm/eds-icon-bin.entry.js +0 -14
  900. package/dist/esm/eds-icon-bookmark.entry.js +0 -14
  901. package/dist/esm/eds-icon-chevron-down.entry.js +0 -14
  902. package/dist/esm/eds-icon-chevron-left.entry.js +0 -14
  903. package/dist/esm/eds-icon-chevron-right.entry.js +0 -14
  904. package/dist/esm/eds-icon-chevron-up.entry.js +0 -14
  905. package/dist/esm/eds-icon-clone.entry.js +0 -14
  906. package/dist/esm/eds-icon-close.entry.js +0 -14
  907. package/dist/esm/eds-icon-copy.entry.js +0 -14
  908. package/dist/esm/eds-icon-download.entry.js +0 -14
  909. package/dist/esm/eds-icon-draft.entry.js +0 -14
  910. package/dist/esm/eds-icon-edit.entry.js +0 -14
  911. package/dist/esm/eds-icon-external.entry.js +0 -14
  912. package/dist/esm/eds-icon-loader.entry.js +0 -14
  913. package/dist/esm/eds-icon-menu.entry.js +0 -14
  914. package/dist/esm/eds-icon-minus.entry.js +0 -14
  915. package/dist/esm/eds-icon-more.entry.js +0 -14
  916. package/dist/esm/eds-icon-paper.entry.js +0 -14
  917. package/dist/esm/eds-icon-plus.entry.js +0 -14
  918. package/dist/esm/eds-icon-portal.entry.js +0 -14
  919. package/dist/esm/eds-icon-private.entry.js +0 -14
  920. package/dist/esm/eds-icon-public.entry.js +0 -14
  921. package/dist/esm/eds-icon-search.entry.js +0 -14
  922. package/dist/esm/eds-icon-star.entry.js +0 -14
  923. package/dist/esm/eds-icon-start.entry.js +0 -14
  924. package/dist/esm/eds-icon-success.entry.js +0 -14
  925. package/dist/esm/eds-icon-thumbs-down.entry.js +0 -14
  926. package/dist/esm/eds-icon-thumbs-up.entry.js +0 -14
  927. package/dist/esm/eds-icon-tutorial.entry.js +0 -14
  928. package/dist/esm/eds-icon-unknown.entry.js +0 -14
  929. package/dist/esm/eds-icon-updown.entry.js +0 -14
  930. package/dist/esm/eds-icon-user.entry.js +0 -14
  931. package/dist/esm/eds-icon-view.entry.js +0 -14
  932. package/dist/esm/eds-progress-bar.entry.js +0 -52
  933. package/dist/esm/eds-social-networks.entry.js +0 -60
  934. package/dist/esm/eds-trl.entry.js +0 -47
  935. package/dist/esm/eu-9ddde93a.js +0 -30
  936. package/dist/esm/index-39c58238.js +0 -46
  937. package/dist/esm/loader-c9628637.js +0 -30
  938. package/dist/esm/logo-color-7f1fd803.js +0 -115
  939. package/dist/esm/logo-color-margins-ff8ce71b.js +0 -118
  940. package/dist/esm/logo-white-no-bg-f382f86f.js +0 -1029
  941. package/dist/esm/menu-340ea948.js +0 -11
  942. package/dist/esm/minus-b30a7c71.js +0 -11
  943. package/dist/esm/more-4449d549.js +0 -13
  944. package/dist/esm/paper-8e74ea31.js +0 -15
  945. package/dist/esm/plus-89c07be2.js +0 -12
  946. package/dist/esm/portal-d6c8ce56.js +0 -18
  947. package/dist/esm/private-1c25ff8e.js +0 -25
  948. package/dist/esm/public-d4d8c585.js +0 -16
  949. package/dist/esm/search-fbcd79c2.js +0 -12
  950. package/dist/esm/star-0da9b5e9.js +0 -5
  951. package/dist/esm/start-65126a4f.js +0 -3
  952. package/dist/esm/success-443809da.js +0 -18
  953. package/dist/esm/thumbs-down-a18fd049.js +0 -5
  954. package/dist/esm/thumbs-up-c19a71bc.js +0 -6
  955. package/dist/esm/tutotial-150ee1fd.js +0 -27
  956. package/dist/esm/unknown-ed01a24c.js +0 -22
  957. package/dist/esm/up-and-down-8b69ca97.js +0 -12
  958. package/dist/esm/user-71ebdc15.js +0 -16
  959. package/dist/esm/view-e900f2d4.js +0 -3
  960. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +0 -65
  961. package/dist/types/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.d.ts +0 -15
  962. package/dist/types/components/eds-cards/eds-card-project/eds-card-project.d.ts +0 -54
  963. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.d.ts +0 -70
  964. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.stories.d.ts +0 -68
  965. package/dist/types/components/eds-cards/eds-card-tool/eds-card-tool.d.ts +0 -79
  966. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.d.ts +0 -29
  967. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.d.ts +0 -10
  968. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.d.ts +0 -10
  969. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.d.ts +0 -10
  970. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.d.ts +0 -10
  971. package/dist/types/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.d.ts +0 -10
  972. package/dist/types/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.d.ts +0 -10
  973. package/dist/types/components/eds-icons/eds-icon-bin/eds-icon-bin.d.ts +0 -10
  974. package/dist/types/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.d.ts +0 -10
  975. package/dist/types/components/eds-icons/eds-icon-clone/eds-icon-clone.d.ts +0 -10
  976. package/dist/types/components/eds-icons/eds-icon-close/eds-icon-close.d.ts +0 -10
  977. package/dist/types/components/eds-icons/eds-icon-copy/eds-icon-copy.d.ts +0 -10
  978. package/dist/types/components/eds-icons/eds-icon-download/eds-icon-download.d.ts +0 -10
  979. package/dist/types/components/eds-icons/eds-icon-draft/eds-icon-draft.d.ts +0 -10
  980. package/dist/types/components/eds-icons/eds-icon-edit/eds-icon-edit.d.ts +0 -10
  981. package/dist/types/components/eds-icons/eds-icon-external/eds-icon-external.d.ts +0 -10
  982. package/dist/types/components/eds-icons/eds-icon-loader/eds-icon-loader.d.ts +0 -10
  983. package/dist/types/components/eds-icons/eds-icon-menu/eds-icon-menu.d.ts +0 -10
  984. package/dist/types/components/eds-icons/eds-icon-minus/eds-icon-minus.d.ts +0 -10
  985. package/dist/types/components/eds-icons/eds-icon-more/eds-icon-more.d.ts +0 -10
  986. package/dist/types/components/eds-icons/eds-icon-paper/eds-icon-paper.d.ts +0 -10
  987. package/dist/types/components/eds-icons/eds-icon-plus/eds-icon-plus.d.ts +0 -10
  988. package/dist/types/components/eds-icons/eds-icon-portal/eds-icon-portal.d.ts +0 -10
  989. package/dist/types/components/eds-icons/eds-icon-private/eds-icon-private.d.ts +0 -10
  990. package/dist/types/components/eds-icons/eds-icon-public/eds-icon-public.d.ts +0 -10
  991. package/dist/types/components/eds-icons/eds-icon-search/eds-icon-search.d.ts +0 -10
  992. package/dist/types/components/eds-icons/eds-icon-star/eds-icon-star.d.ts +0 -10
  993. package/dist/types/components/eds-icons/eds-icon-start/eds-icon-start.d.ts +0 -10
  994. package/dist/types/components/eds-icons/eds-icon-success/eds-icon-success.d.ts +0 -10
  995. package/dist/types/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.d.ts +0 -10
  996. package/dist/types/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.d.ts +0 -10
  997. package/dist/types/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.d.ts +0 -10
  998. package/dist/types/components/eds-icons/eds-icon-unknown/eds-icon-unknown.d.ts +0 -10
  999. package/dist/types/components/eds-icons/eds-icon-updown/eds-icon-updown.d.ts +0 -10
  1000. package/dist/types/components/eds-icons/eds-icon-user/eds-icon-user.d.ts +0 -10
  1001. package/dist/types/components/eds-icons/eds-icon-view/eds-icon-view.d.ts +0 -10
  1002. package/dist/types/components/eds-trl/eds-trl.d.ts +0 -12
  1003. /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/components/stencil.config.d.ts +0 -0
  1004. /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/index.d.ts +0 -0
@@ -3,16 +3,41 @@ import { d as defineCustomElement$2 } from './eds-code-block2.js';
3
3
  import { d as defineCustomElement$1 } from './eds-icon-wrapper2.js';
4
4
 
5
5
  const shadows = {
6
- small: '0px 1.5px 2px rgba(0, 0, 0, 0.1)',
7
- hover: '0px 0px 16px rgba(0, 0, 0, 0.2)',
8
- accent: '0px 0px 12px rgba(0, 201, 89, 0.6)',
9
- podium: '0px 0px 8px 8px rgb(0 0 0 / 25%);',
10
- border: '0 10px 10px rgba(0, 0, 0, 0.15);',
11
- 'border-top': '0 -10px 10px rgba(0, 0, 0, 0.15);'
6
+ // Subtle elevation for cards and containers
7
+ small: '0px 1px 3px rgba(7, 20, 13, 0.1)',
8
+
9
+ // Medium elevation for dropdowns, modals
10
+ medium: '0px 4px 12px rgba(7, 20, 13, 0.15)',
11
+
12
+ // Hover state for interactive elements
13
+ hover: '0px 8px 24px rgba(7, 20, 13, 0.2)',
14
+
15
+ // Accent shadow with brand green glow
16
+ accent: '0px 0px 16px rgba(0, 255, 157, 0.5)',
17
+
18
+ // Green accent for focus states
19
+ 'accent-focus': '0 0 0 3px rgba(0, 255, 157, 0.3)',
20
+
21
+ // Subtle border-like shadow
22
+ border: '0 1px 3px rgba(7, 20, 13, 0.1)',
23
+ 'border-top': '0 -1px 3px rgba(7, 20, 13, 0.1)',
24
+
25
+ // For elevated components (navigation, sticky headers)
26
+ elevated: '0px 2px 8px rgba(7, 20, 13, 0.12)',
27
+
28
+ // Strong shadow for modals/overlays
29
+ overlay: '0px 16px 48px rgba(7, 20, 13, 0.3)',
30
+
31
+ // None - for flat design elements
32
+ none: 'none'
12
33
  };
13
34
 
14
35
  const dropShadows = {
15
- small: '0px 0px 16px rgba(0, 0, 0, 0.3)'
36
+ small: '0px 2px 8px rgba(7, 20, 13, 0.15)',
37
+ medium: '0px 4px 16px rgba(7, 20, 13, 0.2)',
38
+
39
+ // Green glow for images/icons
40
+ 'accent-glow': '0px 0px 24px rgba(0, 255, 157, 0.6)'
16
41
  };
17
42
 
18
43
  const shadowTokens = {
@@ -26,7 +51,7 @@ const TokenShadows = /*@__PURE__*/ proxyCustomElement(class TokenShadows extends
26
51
  this.__registerHost();
27
52
  }
28
53
  render() {
29
- return (h("section", { key: 'b5a033c491057c60a7b0d2ac1a1ef46a234eb718', class: "w-full mt-28" }, h("ul", { key: '3f39094a92599645183ee2eb60b3726bd69b6166', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(shadowTokens).map(([category, tokens]) => Object.entries(tokens).map(([key, value]) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col items-center mt-16" }, h("div", { class: "w-full p-16 block lg:flex items-center justify-center text-center border-2 border-soft", style: { boxShadow: value } }, h("eds-code-block", { code: `${category}-${key}`, language: "Utility Class", class: "mr-auto sm:mb-4 min-w-[200px]" }), h("eds-code-block", { code: `${value}`, language: "css", class: "ml-auto min-w-[200px]" })))))))));
54
+ return (h("section", { key: '0316f767a182da2f2e96c137034d84794947102a', class: "w-full mt-28" }, h("ul", { key: '16586b6a4d565ee58f4ea2465d54d527390d41ca', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(shadowTokens).map(([category, tokens]) => Object.entries(tokens).map(([key, value]) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col items-center mt-16" }, h("div", { class: "w-full p-16 block lg:flex items-center justify-center text-center border-2 border-soft", style: { boxShadow: value } }, h("eds-code-block", { code: `${category}-${key}`, language: "Utility Class", class: "mr-auto sm:mb-4 min-w-[200px]" }), h("eds-code-block", { code: `${value}`, language: "css", class: "ml-auto min-w-[200px]" })))))))));
30
55
  }
31
56
  }, [0, "token-shadows"]);
32
57
  function defineCustomElement() {
@@ -6,7 +6,7 @@ const TokenSpacing$1 = /*@__PURE__*/ proxyCustomElement(class TokenSpacing exten
6
6
  this.__registerHost();
7
7
  }
8
8
  render() {
9
- return (h("div", { key: '6b3242864d2a095f7a39a2e13be792d864a2f349', class: "w-full" }, h("ul", { key: 'afb2db7e82d1efc4c5f2118d3ce912836214b65c', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '01f8b99e5d3bc38d9946f645c79c93bd7c2118b1', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'd6986922cca32cdfeb39d3b31f7c3a1a7c1bb9e4', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'f8cfae4596dbd048053d5e433b55d6b4ecaa5351', class: "spacing-sample m-16 bg-strong" }, h("span", { key: '4b19dd66840ea52b31b94d7222bde7cde6346225', class: "f-body-01 text-inverse" }, "Margin: 1rem / m-16")))), h("li", { key: '8a8a0b2815f07dd8e9c3235b16ae1e8bdac1c3e3', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '096cc724cec2033f1f8f87bb5b6fac60dce82bd5', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'cf1917d881f307141e011aadc6d353883bf96720', class: "spacing-sample ml-64 bg-strong" }, h("span", { key: '46c1054edcbad036d37d31ea86f85c13ea141dc3', class: "f-body-01 text-inverse" }, "Margin Left: 4rem / ml-64")))), h("li", { key: '562965b0245275992204e227b7cdb0d15df3e7fe', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '1e3f7de64f7916a507b2dad14b9f6f711990dc0f', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'e7d391fca34899535c0c480dca50a169832cad89', class: "spacing-sample mt-32 bg-strong" }, h("span", { key: 'c8ecacf9b3ffe5cc0d5178953ed81612bfe7bfb9', class: "f-body-01 text-inverse" }, "Margin Top: 2rem / mt-32")))), h("li", { key: '578d79c02cfd18f3fd325c854c83a175358de29c', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'ea1b373a23cb9f504bb2f668592b05d7906463ff', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '4f5c6994dd127b2d8f6242d34182e768bff37a93', class: "spacing-sample p-32 bg-strong" }, h("span", { key: '6833463ec21e77da1bed3b1c2d2e4df3892d655c', class: "f-body-01 text-inverse" }, "Padding: 2rem / p-32")))), h("li", { key: 'c625bba2faa660cd7de320d5de8833ad67124e65', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '1c28128ae1046cbe561f526725f2e1f4098841a8', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '2d82995a9278f32ad257b5f43e299dc59fccfb8b', class: "spacing-sample pt-32 bg-strong" }, h("span", { key: '7afad7410f0f0c867d32b7e81a384fe294bdba07', class: "f-body-01 text-inverse" }, "Padding Top: 2rem / pt-32")))), h("li", { key: '96a65c8b325e8c271e95d3e98c447ed6c438ee09', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '4907c7fdc86c09e0760ba4ab9e0b06606804ca46', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'cebf638f44789c31845edfafe6d6e82e6fe8d188', class: "spacing-sample pl-32 bg-strong" }, h("span", { key: '3ca0c927fe573467215c84ffb8373bb90e4bf949', class: "f-body-01 text-inverse" }, "Padding Left: 2rem / pl-32")))))));
9
+ return (h("div", { key: '857d52883315b5be7edb90c89602b29f258cabda', class: "w-full" }, h("ul", { key: 'e1dbf5d8e227c9014183c2465bf281e554f7e35b', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '85795c6c4ad2c4fc05cda1183a06dadc78521b45', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'e0d6a8712ab4d47dca6ca275c09592b8af381b20', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'cbfc5e4dcb4040b375d195246626d833d5b33057', class: "spacing-sample m-16 bg-strong" }, h("span", { key: '8aa060bb7da7ffdbcd343c849f5e62c6db648fd7', class: "f-body-01 text-inverse" }, "Margin: 1rem / m-16")))), h("li", { key: 'f4e5e7a4eedac3a350f8c68adc5cdc8ba742166a', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'de4ce6ca17ba9c0a20a794e1ec55f2fcc1f0c440', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '52766704ac7cb4b1336d4283991c5204c7dece18', class: "spacing-sample ml-64 bg-strong" }, h("span", { key: '60c2b72b390ac0b204cf10cf2c01907915e0b3a1', class: "f-body-01 text-inverse" }, "Margin Left: 4rem / ml-64")))), h("li", { key: '1b7922c2a246a1a95e2e26e455b55ea7b5a2a3e9', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '7d43b9c4bc7ebd4883d9d7871b9fb02a2cece586', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '7afeb3b0db7c70f11e09b5df2d396ebfc4454f00', class: "spacing-sample mt-32 bg-strong" }, h("span", { key: '3bccca0e93ad8accb3da8ce64c86ee70d2a6f255', class: "f-body-01 text-inverse" }, "Margin Top: 2rem / mt-32")))), h("li", { key: '7cbdb2d1b0cd2f91c1b7a05d6654e89a26f74340', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'a47cb7cce3d8947d07ceff06fea30e19df12c6ec', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '2ee8dc2c52d8a689c12f0333cf7a4d0b36e572f7', class: "spacing-sample p-32 bg-strong" }, h("span", { key: '2c19bbed58312c84d15ef45fc4bd5a699718b259', class: "f-body-01 text-inverse" }, "Padding: 2rem / p-32")))), h("li", { key: '89283aab1c8e84f4d692e290e227d5b91e88cd56', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'e341336d74199f51d440ad01217816939b4877eb', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '6d59ec419924101b4b2d4daf1fa385cd7d921c2e', class: "spacing-sample pt-32 bg-strong" }, h("span", { key: '378293318a5aa7c0c9fecb575e533aa97c7b0ecf', class: "f-body-01 text-inverse" }, "Padding Top: 2rem / pt-32")))), h("li", { key: 'a8e4328bb418b7b878aebfdfe4022e3054b5167e', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '421adc7f90db876dca2304f0c0f794c2b93b4536', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'ebb689a6011c3da5282eb3bb1cc1a0581af86e90', class: "spacing-sample pl-32 bg-strong" }, h("span", { key: '8924318c5edcb5d78c37dc1a768e1b3e0fa775ed', class: "f-body-01 text-inverse" }, "Padding Left: 2rem / pl-32")))))));
10
10
  }
11
11
  }, [0, "token-spacing"]);
12
12
  function defineCustomElement$1() {
@@ -5,8 +5,8 @@ import { d as defineCustomElement$2 } from './eds-icon-wrapper2.js';
5
5
  const headings = {
6
6
  'heading-01': {
7
7
  sm: {
8
- fontFamily: 'var(--sans)',
9
- fontWeight: 800,
8
+ fontFamily: 'var(--inter)',
9
+ fontWeight: 300,
10
10
  fontSize: '42px',
11
11
  lineHeight: '100%',
12
12
  letterSpacing: '-0.01em'
@@ -23,8 +23,8 @@ const headings = {
23
23
  },
24
24
  'heading-02': {
25
25
  sm: {
26
- fontFamily: 'var(--sans)',
27
- fontWeight: 800,
26
+ fontFamily: 'var(--inter)',
27
+ fontWeight: 300,
28
28
  fontSize: '36px',
29
29
  lineHeight: '100%',
30
30
  letterSpacing: '-0.01em'
@@ -38,8 +38,8 @@ const headings = {
38
38
  },
39
39
  'heading-03': {
40
40
  sm: {
41
- fontFamily: 'var(--sans)',
42
- fontWeight: 800,
41
+ fontFamily: 'var(--inter)',
42
+ fontWeight: 300,
43
43
  fontSize: '36px',
44
44
  lineHeight: '100%',
45
45
  letterSpacing: '-0.01em'
@@ -50,8 +50,8 @@ const headings = {
50
50
  },
51
51
  'heading-04': {
52
52
  sm: {
53
- fontFamily: 'var(--sans)',
54
- fontWeight: 800,
53
+ fontFamily: 'var(--inter)',
54
+ fontWeight: 300,
55
55
  fontSize: '28px',
56
56
  lineHeight: '100%',
57
57
  letterSpacing: '-0.01em'
@@ -62,8 +62,8 @@ const headings = {
62
62
  },
63
63
  'heading-05': {
64
64
  sm: {
65
- fontFamily: 'var(--sans)',
66
- fontWeight: 800,
65
+ fontFamily: 'var(--inter)',
66
+ fontWeight: 300,
67
67
  fontSize: '28px',
68
68
  lineHeight: '110%',
69
69
  letterSpacing: '-0.01em'
@@ -71,8 +71,8 @@ const headings = {
71
71
  },
72
72
  'heading-06': {
73
73
  sm: {
74
- fontFamily: 'var(--sans)',
75
- fontWeight: 800,
74
+ fontFamily: 'var(--inter)',
75
+ fontWeight: 300,
76
76
  fontSize: '22px',
77
77
  lineHeight: '120%'
78
78
  }
@@ -82,8 +82,8 @@ const headings = {
82
82
  const bodies = {
83
83
  'body-01': {
84
84
  sm: {
85
- fontFamily: 'var(--sans)',
86
- fontWeight: 600,
85
+ fontFamily: 'var(--plex-sans)',
86
+ fontWeight: 400,
87
87
  fontSize: '20px',
88
88
  lineHeight: '140%',
89
89
  letterSpacing: '-0.01em'
@@ -91,8 +91,16 @@ const bodies = {
91
91
  },
92
92
  'body-02': {
93
93
  sm: {
94
- fontFamily: 'var(--sans)',
95
- fontWeight: 600,
94
+ fontFamily: 'var(--plex-sans)',
95
+ fontWeight: 400,
96
+ fontSize: '17px',
97
+ lineHeight: '150%'
98
+ }
99
+ },
100
+ 'body-03': {
101
+ sm: {
102
+ fontFamily: 'var(--plex-sans)',
103
+ fontWeight: 400,
96
104
  fontSize: '17px',
97
105
  lineHeight: '150%'
98
106
  }
@@ -102,8 +110,8 @@ const bodies = {
102
110
  const uis = {
103
111
  'ui-01': {
104
112
  sm: {
105
- fontFamily: 'var(--sans)',
106
- fontWeight: 800,
113
+ fontFamily: 'var(--plex-sans)',
114
+ fontWeight: 400,
107
115
  fontSize: '18px',
108
116
  lineHeight: '110%',
109
117
  letterSpacing: '-0.01em'
@@ -111,8 +119,8 @@ const uis = {
111
119
  },
112
120
  'ui-02': {
113
121
  sm: {
114
- fontFamily: 'var(--sans)',
115
- fontWeight: 800,
122
+ fontFamily: 'var(--plex-sans)',
123
+ fontWeight: 400,
116
124
  fontSize: '16px',
117
125
  lineHeight: '110%',
118
126
  letterSpacing: '-0.01em'
@@ -120,8 +128,8 @@ const uis = {
120
128
  },
121
129
  'ui-02-light': {
122
130
  sm: {
123
- fontFamily: 'var(--sans)',
124
- fontWeight: 600,
131
+ fontFamily: 'var(--plex-sans)',
132
+ fontWeight: 400,
125
133
  fontSize: '16px',
126
134
  lineHeight: '110%',
127
135
  letterSpacing: '-0.01em'
@@ -129,8 +137,8 @@ const uis = {
129
137
  },
130
138
  'ui-03': {
131
139
  sm: {
132
- fontFamily: 'var(--sans)',
133
- fontWeight: 800,
140
+ fontFamily: 'var(--plex-sans)',
141
+ fontWeight: 400,
134
142
  fontSize: '14px',
135
143
  lineHeight: '110%',
136
144
  letterSpacing: '-0.01em'
@@ -138,8 +146,8 @@ const uis = {
138
146
  },
139
147
  'ui-03-light': {
140
148
  sm: {
141
- fontFamily: 'var(--sans)',
142
- fontWeight: 600,
149
+ fontFamily: 'var(--plex-sans)',
150
+ fontWeight: 400,
143
151
  fontSize: '14px',
144
152
  lineHeight: '130%',
145
153
  letterSpacing: '-0.01em'
@@ -147,8 +155,8 @@ const uis = {
147
155
  },
148
156
  'ui-04': {
149
157
  sm: {
150
- fontFamily: 'var(--sans)',
151
- fontWeight: 800,
158
+ fontFamily: 'var(--plex-sans)',
159
+ fontWeight: 400,
152
160
  fontSize: '12px',
153
161
  lineHeight: '100%',
154
162
  letterSpacing: '-0.01em'
@@ -156,8 +164,8 @@ const uis = {
156
164
  },
157
165
  'ui-05': {
158
166
  sm: {
159
- fontFamily: 'var(--sans)',
160
- fontWeight: 800,
167
+ fontFamily: 'var(--plex-sans)',
168
+ fontWeight: 400,
161
169
  fontSize: '10px',
162
170
  lineHeight: '110%',
163
171
  letterSpacing: '-0.01em'
@@ -165,19 +173,27 @@ const uis = {
165
173
  },
166
174
  caption: {
167
175
  sm: {
168
- fontFamily: 'var(--sans)',
169
- fontWeight: 800,
176
+ fontFamily: 'var(--plex-sans)',
177
+ fontWeight: 400,
170
178
  fontSize: '12px',
171
179
  lineHeight: '120%'
172
180
  }
181
+ },
182
+ code: {
183
+ sm: {
184
+ fontFamily: 'var(--plex-mono)',
185
+ fontWeight: 400,
186
+ fontSize: '14px',
187
+ lineHeight: '140%'
188
+ }
173
189
  }
174
190
  };
175
191
 
176
192
  const displays = {
177
193
  'display-01': {
178
194
  sm: {
179
- fontFamily: 'var(--sans)',
180
- fontWeight: 800,
195
+ fontFamily: 'var(--inter)',
196
+ fontWeight: 300,
181
197
  fontSize: '120px',
182
198
  lineHeight: '100%',
183
199
  letterSpacing: '-0.01em'
@@ -185,12 +201,26 @@ const displays = {
185
201
  lg: {
186
202
  fontSize: '150px'
187
203
  }
204
+ },
205
+ 'display-02': {
206
+ sm: {
207
+ fontFamily: 'var(--inter)',
208
+ fontWeight: 300,
209
+ fontSize: '120px',
210
+ lineHeight: '100%',
211
+ letterSpacing: '-0.02em'
212
+ },
213
+ lg: {
214
+ fontSize: '150px'
215
+ }
188
216
  }
189
217
  };
190
218
 
191
219
  const typography = {
192
220
  families: {
193
- sans: 'Inter, Helvetica, Arial, sans-serif'
221
+ inter: 'Inter, Helvetica, Arial, sans-serif',
222
+ 'plex-sans': '"IBM Plex Sans", Inter, Helvetica, Arial, sans-serif',
223
+ 'plex-mono': '"IBM Plex Mono", "Courier New", Courier, monospace'
194
224
  },
195
225
  typesets: {
196
226
  ...headings,
@@ -206,23 +236,24 @@ const TokenTypography$1 = /*@__PURE__*/ proxyCustomElement(class TokenTypography
206
236
  this.__registerHost();
207
237
  }
208
238
  render() {
209
- return (h("section", { key: 'aedc3e99bcef2710c6919855fd30de9fa44d48f5', class: "w-full" }, h("ul", { key: '7391f39ff3599e976cd19805f35a5d4e74e06fa6', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(typography.typesets)
239
+ return (h("section", { key: 'ce7e291884a4b1bef85050a04c798a365287a131', class: "w-full" }, h("ul", { key: '070567197ed557c07284ebe733c4f9f3246c60d7', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(typography.typesets)
210
240
  .filter(([typeKey]) => typeKey !== 'displays') // Exclude "displays"
211
- .flatMap(([typeKey, typeValues]) => Object.entries(typeValues).map(([size, style]) => (h("li", { class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { class: "w-full p-4 block lg:flex items-center border border-soft rounded" }, h("div", { class: "mr-auto hidden lg:block", style: {
212
- fontFamily: typography.families.sans,
241
+ .flatMap(([typeKey, typeValues]) => Object.entries(typeValues).map(([size, style]) => (h("li", { class: "grid-col-span-12 flex flex-col mt-16" }, h("div", { class: "w-full p-16 border border-soft rounded", style: { display: 'grid', gridTemplateColumns: '1fr 1fr', gap: '1.5rem', alignItems: 'center' } }, h("div", { style: {
242
+ fontFamily: style.fontFamily || typography.families['plex-sans'],
213
243
  fontWeight: style.fontWeight,
214
244
  fontSize: style.fontSize,
215
245
  lineHeight: style.lineHeight,
216
246
  letterSpacing: style.letterSpacing
217
- } }, h("span", { class: "text-default font-bold" }, `${typeKey} (${size})`)), h("div", { class: "mr-auto block lg:hidden p-4" }, h("span", { class: "text-default f-heading-05" }, `${typeKey} (${size})`)), h("div", { class: "ml-auto" }, h("eds-code-block", { code: [
247
+ } }, h("span", { class: "text-default" }, `${typeKey}`), h("div", { style: { fontSize: '12px', fontWeight: '400', color: '#7A7B7A', marginTop: '4px', fontFamily: '"IBM Plex Mono", monospace' } }, size, " \u00B7 class: f-", typeKey)), h("div", null, h("eds-code-block", { code: [
248
+ `/* Utility: f-${typeKey} | Screen: ${size}:f-${typeKey} */`,
218
249
  style.fontSize && `font-size: ${style.fontSize};`,
219
250
  style.lineHeight && `line-height: ${style.lineHeight};`,
220
251
  style.letterSpacing && `letter-spacing: ${style.letterSpacing};`,
221
252
  style.fontWeight && `font-weight: ${style.fontWeight};`,
222
- style.fontFamily && `font-family: ${style.fontFamily};`
253
+ `font-family: "IBM Plex Sans", sans-serif;`
223
254
  ]
224
- .filter(Boolean) // Remove any falsy values (e.g., undefined, null)
225
- .join('\n'), language: "css", class: "min-w-[250px] mb-4" }), h("eds-code-block", { code: `f-${typeKey}`, language: "Utility Class", class: "min-w-[250px] mb-4" }), h("eds-code-block", { code: `${size}:f-${typeKey}`, language: "Screen", class: "min-w-[250px] mb-4" }), h("eds-code-block", { code: `--var(--f-${typeKey}-fontFamily)`, class: "min-w-[250px] mb-4" }), h("eds-code-block", { code: `--var(--f-${typeKey}-fontWeight)`, class: "min-w-[250px] mb-4" }), h("eds-code-block", { code: `--var(--f-${typeKey}-fontSize)`, class: "min-w-[250px] mb-4" }), h("eds-code-block", { code: `--var(--f-${typeKey}-lineHeight)`, class: "min-w-[250px] mb-4" }), h("eds-code-block", { code: `--var(--f-${typeKey}-letterSpacing)`, class: "min-w-[250px] mb-4" }), h("eds-code-block", { code: `--sans: Inter, Helvetica, Arial, sans-serif;`, class: "min-w-[250px] mb-4" }))))))))));
255
+ .filter(Boolean)
256
+ .join('\n'), language: "css" }))))))))));
226
257
  }
227
258
  }, [0, "token-typography"]);
228
259
  function defineCustomElement$1() {
@@ -32,7 +32,7 @@ const ColorPrimaryPalette = class {
32
32
  ];
33
33
  }
34
34
  render() {
35
- 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))))))));
35
+ 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))))))));
36
36
  }
37
37
  };
38
38
 
@@ -93,7 +93,7 @@ const ColorSecondaryPalette = class {
93
93
  this.show = undefined;
94
94
  }
95
95
  render() {
96
- 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))))))));
96
+ 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))))))));
97
97
  }
98
98
  };
99
99
 
@@ -154,7 +154,7 @@ const ColorSupportPalette = class {
154
154
  return 'text-default';
155
155
  }
156
156
  render() {
157
- return (h("ul", { key: '24be31af945fa36a65a512367f61ff64e260acef', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => {
157
+ return (h("ul", { key: '0f2cc155ce4e73dc47272a4640834cb0ee2e22a5', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => {
158
158
  // compute once
159
159
  const textClass = this.getTextColor(color.background);
160
160
  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)))));
@@ -194,7 +194,7 @@ const GradientPrimaryPalette = class {
194
194
  ];
195
195
  }
196
196
  render() {
197
- return (h("ul", { key: 'd49c7b463621ffc3c747c4dab0703415a4275555', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16", style: {
197
+ return (h("ul", { key: 'a8696a25aafbfb13acf0966545e33caf6f65545d', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16", style: {
198
198
  background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
199
199
  } }, 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))))))));
200
200
  }
@@ -256,19 +256,19 @@ const GradientSecondaryPalette = class {
256
256
  ];
257
257
  }
258
258
  render() {
259
- 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: {
259
+ 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: {
260
260
  background: this.colors[0].background
261
- } }, 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: {
261
+ } }, 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: {
262
262
  background: this.colors[1].background
263
- } }, 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: {
263
+ } }, 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: {
264
264
  background: this.colors[2].background
265
- } }, 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: {
265
+ } }, 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: {
266
266
  background: this.colors[3].background
267
- } }, 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: {
267
+ } }, 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: {
268
268
  background: this.colors[4].background
269
- } }, 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: {
269
+ } }, 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: {
270
270
  background: this.colors[5].background
271
- } }, 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)))))));
271
+ } }, 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)))))));
272
272
  }
273
273
  };
274
274
 
@@ -320,11 +320,11 @@ const GradientSupportPalette = class {
320
320
  ];
321
321
  }
322
322
  render() {
323
- 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: {
323
+ 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: {
324
324
  background: this.colors[2].background
325
- } }, 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: {
325
+ } }, 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: {
326
326
  background: this.colors[3].background
327
- } }, 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'))))));
327
+ } }, 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'))))));
328
328
  }
329
329
  };
330
330
 
@@ -141,7 +141,7 @@ const ComponentsSection = class {
141
141
  }
142
142
  }
143
143
  render() {
144
- return h("div", { key: '558e6c2ad94148d2371879fa7ae8f4ce6d996f73', class: "container" }, this.renderContent());
144
+ return h("div", { key: '8d781f8e27f93eb003bd4390da57503dc17a945b', class: "container" }, this.renderContent());
145
145
  }
146
146
  };
147
147