@ebrains/components 2.4.0 → 3.0.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 (962) 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_52.cjs.entry.js +10419 -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 +248 -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-modal.cjs.entry.js +84 -13
  23. package/dist/cjs/eds-pie.cjs.entry.js +20 -20
  24. package/dist/cjs/eds-section-core_2.cjs.entry.js +3 -3
  25. package/dist/cjs/eds-splash-screen.cjs.entry.js +2 -2
  26. package/dist/cjs/eds-timeline.cjs.entry.js +2 -2
  27. package/dist/cjs/eds-toast-manager.cjs.entry.js +1 -1
  28. package/dist/cjs/eu-271d44ae.js +9 -0
  29. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
  30. package/dist/cjs/index-50bc1aa4.js +4 -184
  31. package/dist/cjs/loader.cjs.js +1 -1
  32. package/dist/cjs/logo-space.cjs.entry.js +1 -2
  33. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +2 -2
  34. package/dist/cjs/logo-variations-tabs.cjs.entry.js +1 -1
  35. package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
  36. package/dist/cjs/negative-c61d13b5.js +106 -0
  37. package/dist/cjs/positive-fdcd161e.js +67 -0
  38. package/dist/cjs/svg-repository.cjs.entry.js +6 -263
  39. package/dist/cjs/token-list_3.cjs.entry.js +91 -49
  40. package/dist/cjs/token-ratios.cjs.entry.js +1 -1
  41. package/dist/cjs/token-spacing.cjs.entry.js +1 -1
  42. package/dist/cjs/token-typography.cjs.entry.js +73 -42
  43. package/dist/collection/collection-manifest.json +9 -40
  44. package/dist/collection/components/eds-accordion/eds-accordion.css +138 -194
  45. package/dist/collection/components/eds-accordion/eds-accordion.js +68 -81
  46. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +90 -41
  47. package/dist/collection/components/eds-alert/eds-alert.css +122 -95
  48. package/dist/collection/components/eds-alert/eds-alert.js +89 -104
  49. package/dist/collection/components/eds-alert/eds-alert.stories.js +180 -30
  50. package/dist/collection/components/eds-avatar/eds-avatar.css +6 -6
  51. package/dist/collection/components/eds-avatar/eds-avatar.js +1 -1
  52. package/dist/collection/components/eds-block-break/eds-block-break.css +1 -1
  53. package/dist/collection/components/eds-block-break/eds-block-break.js +1 -1
  54. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +1 -1
  55. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +5 -5
  56. package/dist/collection/components/eds-button/eds-button.css +352 -90
  57. package/dist/collection/components/eds-button/eds-button.js +114 -43
  58. package/dist/collection/components/eds-button/eds-button.stories.js +3 -3
  59. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.css +116 -0
  60. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.js +187 -0
  61. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.stories.js +52 -0
  62. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +13 -6
  63. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +20 -1
  64. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +22 -6
  65. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +51 -78
  66. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.css +138 -0
  67. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.js +217 -0
  68. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.stories.js +77 -0
  69. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.css +108 -0
  70. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.js +156 -0
  71. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.stories.js +55 -0
  72. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +105 -4
  73. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +70 -150
  74. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +72 -112
  75. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.css +127 -0
  76. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.js +181 -0
  77. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.stories.js +62 -0
  78. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.css +128 -0
  79. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.js +149 -0
  80. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.stories.js +50 -0
  81. package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.js +5 -6
  82. package/dist/collection/components/eds-charts/eds-pie/eds-pie.js +20 -20
  83. package/dist/collection/components/eds-code-block/eds-code-block.css +84 -120
  84. package/dist/collection/components/eds-code-block/eds-code-block.js +1 -1
  85. package/dist/collection/components/eds-dropdown/eds-dropdown.js +22 -41
  86. package/dist/collection/components/eds-feedback/eds-feedback.js +1 -1
  87. package/dist/collection/components/eds-feedback/eds-feedback.stories.js +5 -1
  88. package/dist/collection/components/eds-footer/eds-footer.css +55 -3
  89. package/dist/collection/components/eds-footer/eds-footer.js +28 -2
  90. package/dist/collection/components/eds-form/eds-form.css +100 -4
  91. package/dist/collection/components/eds-form/eds-form.js +172 -46
  92. package/dist/collection/components/eds-form/eds-form.stories.js +3 -11
  93. package/dist/collection/components/eds-frame/eds-frame.css +34 -22
  94. package/dist/collection/components/eds-frame/eds-frame.js +5 -5
  95. package/dist/collection/components/eds-frame/eds-frame.stories.js +1 -1
  96. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.css +9 -5
  97. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.js +4 -1
  98. package/dist/collection/components/eds-header/eds-header.css +20 -4
  99. package/dist/collection/components/eds-header/eds-header.js +17 -15
  100. package/dist/collection/components/eds-header/eds-header.stories.js +0 -2
  101. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.css +32 -0
  102. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +43 -61
  103. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
  104. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
  105. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
  106. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
  107. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
  108. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
  109. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
  110. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
  111. package/dist/collection/components/eds-img/eds-img.js +2 -2
  112. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.css +195 -0
  113. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.js +300 -0
  114. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.stories.js +34 -0
  115. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +11 -5
  116. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.css +16 -1
  117. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +1 -1
  118. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +1 -1
  119. package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +5 -3
  120. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +1 -1
  121. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +2 -2
  122. package/dist/collection/components/eds-input-field/eds-input-field.css +69 -69
  123. package/dist/collection/components/eds-input-field/eds-input-field.js +31 -6
  124. package/dist/collection/components/eds-input-file/eds-input-file.css +140 -0
  125. package/dist/collection/components/eds-input-file/eds-input-file.js +249 -0
  126. package/dist/collection/components/eds-link/eds-link.css +197 -22
  127. package/dist/collection/components/eds-link/eds-link.js +110 -38
  128. package/dist/collection/components/eds-link/eds-link.stories.js +3 -3
  129. package/dist/collection/components/eds-logo/eds-logo.css +3 -1
  130. package/dist/collection/components/eds-logo/eds-logo.js +12 -35
  131. package/dist/collection/components/eds-logo/eds-logo.stories.js +12 -29
  132. package/dist/collection/components/eds-modal/eds-modal.css +115 -19
  133. package/dist/collection/components/eds-modal/eds-modal.js +109 -17
  134. package/dist/collection/components/eds-nps/eds-nps.css +10 -1
  135. package/dist/collection/components/eds-nps/eds-nps.js +48 -22
  136. package/dist/collection/components/eds-pagination/eds-pagination.js +2 -2
  137. package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +83 -9
  138. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +55 -10
  139. package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +83 -10
  140. package/dist/collection/components/eds-rating/eds-rating.css +1 -1
  141. package/dist/collection/components/eds-rating/eds-rating.js +54 -12
  142. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
  143. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
  144. package/dist/collection/components/eds-sidebar/eds-sidebar.css +9 -4
  145. package/dist/collection/components/eds-sidebar/eds-sidebar.js +4 -4
  146. package/dist/collection/components/eds-social-networks/eds-social-networks.css +12 -0
  147. package/dist/collection/components/eds-social-networks/eds-social-networks.js +26 -1
  148. package/dist/collection/components/eds-spinner/eds-spinner.css +6 -6
  149. package/dist/collection/components/eds-spinner/eds-spinner.js +5 -5
  150. package/dist/collection/components/eds-splash-screen/eds-splash-screen.css +12 -12
  151. package/dist/collection/components/eds-splash-screen/eds-splash-screen.js +1 -1
  152. package/dist/collection/components/eds-steps/eds-steps.css +101 -15
  153. package/dist/collection/components/eds-steps/eds-steps.js +45 -6
  154. package/dist/collection/components/eds-steps/eds-steps.stories.js +7 -31
  155. package/dist/collection/components/eds-steps-v2/eds-steps-v2.css +172 -17
  156. package/dist/collection/components/eds-steps-v2/eds-steps-v2.js +50 -7
  157. package/dist/collection/components/eds-steps-v2/eds-steps-v2.stories.js +16 -30
  158. package/dist/collection/components/eds-switch/eds-switch.css +65 -3
  159. package/dist/collection/components/eds-switch/eds-switch.js +46 -2
  160. package/dist/collection/components/eds-switch/eds-switch.stories.js +91 -24
  161. package/dist/collection/components/eds-table/eds-table.css +253 -3
  162. package/dist/collection/components/eds-table/eds-table.js +123 -40
  163. package/dist/collection/components/eds-table/eds-table.stories.js +130 -32
  164. package/dist/collection/components/eds-tabs/eds-tabs.css +68 -358
  165. package/dist/collection/components/eds-tabs/eds-tabs.js +43 -87
  166. package/dist/collection/components/eds-tabs/eds-tabs.stories.js +82 -37
  167. package/dist/collection/components/eds-tag/eds-tag.css +151 -8
  168. package/dist/collection/components/eds-tag/eds-tag.js +17 -18
  169. package/dist/collection/components/eds-tag/eds-tag.stories.js +25 -5
  170. package/dist/collection/components/eds-timeline/eds-timeline.js +2 -2
  171. package/dist/collection/components/eds-toast/eds-toast.css +70 -10
  172. package/dist/collection/components/eds-toast/eds-toast.js +9 -7
  173. package/dist/collection/components/eds-toast/eds-toast.stories.js +25 -1
  174. package/dist/collection/components/eds-toast-manager/eds-toast-manager.js +1 -1
  175. package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
  176. package/dist/collection/components/eds-user/eds-user.js +5 -5
  177. package/dist/collection/components/eds-user/eds-user.stories.js +1 -1
  178. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  179. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  180. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  181. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  182. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  183. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  184. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  185. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
  186. package/dist/collection/eds-docs-ui/components-section/components-section.js +1 -1
  187. package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +1 -1
  188. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  189. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  190. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  191. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  192. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  193. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +8 -7
  194. package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +1 -1
  195. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -2
  196. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
  197. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
  198. package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +1 -1
  199. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +2 -2
  200. package/dist/collection/eds-docs-ui/svg-repository/svg-repository.js +1 -1
  201. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +6 -5
  202. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.css +143 -0
  203. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.js +440 -0
  204. package/dist/collection/shared-ui/eds-global-search/eds-global-search.css +99 -24
  205. package/dist/collection/shared-ui/eds-global-search/eds-global-search.js +124 -5
  206. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.css +8 -0
  207. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.js +370 -0
  208. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.js +87 -0
  209. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +4 -0
  210. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +1 -1
  211. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +71 -4
  212. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
  213. package/dist/collection/utils/eds-form/formValidators.js +5 -8
  214. package/dist/collection/utils/eds-form/individualValidator.js +22 -0
  215. package/dist/collection/utils/icons.js +169 -0
  216. package/dist/components/components-section.js +1 -1
  217. package/dist/components/components.css +747 -537
  218. package/dist/components/components.esm.js +1 -1
  219. package/dist/components/correct-use-of-colors.js +1 -1
  220. package/dist/components/docs-palettes.js +1 -1
  221. package/dist/components/docs-tokens.js +1 -1
  222. package/dist/components/eds-accordion2.js +19 -51
  223. package/dist/components/eds-alert2.js +32 -82
  224. package/dist/components/eds-app-root.js +3 -9
  225. package/dist/components/eds-avatar2.js +2 -2
  226. package/dist/components/eds-block-break2.js +2 -2
  227. package/dist/components/eds-breadcrumb.js +2 -2
  228. package/dist/components/eds-button2.js +69 -27
  229. package/dist/components/{eds-icon-bin.d.ts → eds-card-app.d.ts} +4 -4
  230. package/dist/components/eds-card-app.js +82 -0
  231. package/dist/components/{eds-trl.d.ts → eds-card-cta.d.ts} +4 -4
  232. package/dist/components/eds-card-cta.js +95 -0
  233. package/dist/components/eds-card-desc2.js +5 -3
  234. package/dist/components/{eds-card-project.d.ts → eds-card-feature.d.ts} +4 -4
  235. package/dist/components/eds-card-feature.js +64 -0
  236. package/dist/components/eds-card-generic2.js +46 -55
  237. package/dist/components/{eds-icon-edit.d.ts → eds-card-hero.d.ts} +4 -4
  238. package/dist/components/eds-card-hero.js +75 -0
  239. package/dist/components/{eds-icon-copy.d.ts → eds-card-stat.d.ts} +4 -4
  240. package/dist/components/eds-card-stat.js +67 -0
  241. package/dist/components/eds-card-title2.js +28 -39
  242. package/dist/components/eds-code-block2.js +2 -2
  243. package/dist/components/eds-cookies-preference.js +2 -2
  244. package/dist/components/eds-dropdown2.js +5 -8
  245. package/dist/components/eds-feedback.js +1 -1
  246. package/dist/components/eds-footer2.js +13 -13
  247. package/dist/components/eds-form.js +195 -66
  248. package/dist/components/eds-frame.js +3 -3
  249. package/dist/components/eds-fullscreen-menu.js +10 -16
  250. package/dist/components/eds-gauge.js +5 -6
  251. package/dist/components/eds-gitlab-contributors.d.ts +11 -0
  252. package/dist/components/eds-gitlab-contributors.js +317 -0
  253. package/dist/components/eds-global-search.js +83 -26
  254. package/dist/components/eds-header.js +15 -13
  255. package/dist/components/eds-icon-bluesky.js +1 -1
  256. package/dist/components/eds-icon-eu.js +1 -1
  257. package/dist/components/eds-icon-facebook.js +1 -1
  258. package/dist/components/eds-icon-gitlab.js +1 -1
  259. package/dist/components/eds-icon-linkedin.js +1 -1
  260. package/dist/components/eds-icon-mastodon.js +1 -1
  261. package/dist/components/eds-icon-twitter.js +1 -1
  262. package/dist/components/eds-icon-wrapper2.js +2435 -32
  263. package/dist/components/eds-icon-youtube.js +1 -1
  264. package/dist/components/eds-img2.js +2 -2
  265. package/dist/components/{eds-icon-chevron-up.d.ts → eds-input-dropzone.d.ts} +4 -4
  266. package/dist/components/eds-input-dropzone.js +6 -0
  267. package/dist/components/eds-input-dropzone2.js +133 -0
  268. package/dist/components/eds-input-field2.js +39 -8
  269. package/dist/components/{eds-icon-close.d.ts → eds-input-file.d.ts} +4 -4
  270. package/dist/components/eds-input-file.js +6 -0
  271. package/dist/components/eds-input-file2.js +100 -0
  272. package/dist/components/eds-input-footer2.js +2 -2
  273. package/dist/components/eds-input-label2.js +1 -1
  274. package/dist/components/eds-input-range2.js +5 -3
  275. package/dist/components/eds-input-search2.js +1 -1
  276. package/dist/components/eds-input-select2.js +2 -2
  277. package/dist/components/eds-input2.js +2 -2
  278. package/dist/components/eds-kg-web-services-select.d.ts +11 -0
  279. package/dist/components/eds-kg-web-services-select.js +6 -0
  280. package/dist/components/eds-kg-web-services-select2.js +192 -0
  281. package/dist/components/eds-link2.js +82 -33
  282. package/dist/components/eds-logo2.js +9 -33
  283. package/dist/components/eds-matomo-notice2.js +2 -2
  284. package/dist/components/eds-modal.js +85 -13
  285. package/dist/components/eds-nps2.js +30 -22
  286. package/dist/components/eds-pagination2.js +2 -2
  287. package/dist/components/eds-pie.js +20 -20
  288. package/dist/components/eds-progress-bar.js +80 -1
  289. package/dist/components/eds-rating2.js +28 -10
  290. package/dist/components/eds-section-core2.js +1 -1
  291. package/dist/components/eds-section-heading2.js +2 -2
  292. package/dist/components/eds-sidebar.js +4 -4
  293. package/dist/components/eds-social-networks2.js +8 -3
  294. package/dist/components/eds-spinner2.js +5 -5
  295. package/dist/components/eds-splash-screen2.js +4 -10
  296. package/dist/components/eds-steps-v2.js +16 -7
  297. package/dist/components/eds-steps2.js +11 -6
  298. package/dist/components/eds-switch.js +1 -82
  299. package/dist/components/eds-switch2.js +111 -0
  300. package/dist/components/eds-table2.js +96 -51
  301. package/dist/components/eds-tabs.js +16 -80
  302. package/dist/components/eds-tag2.js +14 -15
  303. package/dist/components/eds-timeline.js +5 -11
  304. package/dist/components/eds-toast-manager.js +1 -1
  305. package/dist/components/eds-toast2.js +8 -6
  306. package/dist/components/eds-tooltip2.js +1 -1
  307. package/dist/components/eds-user.js +3 -3
  308. package/dist/components/eu.js +5 -28
  309. package/dist/components/incorrect-use-of-colors.js +1 -1
  310. package/dist/components/logo-space.js +47 -24
  311. package/dist/components/logo-variations-horizontal2.js +1 -1
  312. package/dist/components/logo-variations-tabs.js +1 -1
  313. package/dist/components/logo-variations-vertical2.js +1 -1
  314. package/dist/components/logo-wrong-usage.js +2 -2
  315. package/dist/components/negative.js +104 -0
  316. package/dist/components/p-04e9c2d7.entry.js +1 -0
  317. package/dist/components/{p-5e6f5588.entry.js → p-0d7aee0b.entry.js} +1 -1
  318. package/dist/components/{p-07d5560c.entry.js → p-0fe10e6c.entry.js} +1 -1
  319. package/dist/components/p-18e852e1.entry.js +1 -0
  320. package/dist/components/p-1cc26ddf.entry.js +1 -0
  321. package/dist/components/p-3ccd6948.entry.js +1 -0
  322. package/dist/components/p-3d3841d6.entry.js +1 -0
  323. package/dist/components/p-3f38df99.entry.js +1 -0
  324. package/dist/components/p-527e71d0.entry.js +1 -0
  325. package/dist/components/p-55047f7f.entry.js +9 -0
  326. package/dist/components/{p-721431b8.entry.js → p-64c23098.entry.js} +1 -1
  327. package/dist/components/p-74b9c9a8.entry.js +1 -0
  328. package/dist/components/p-773bd015.entry.js +1 -0
  329. package/dist/components/p-7aa4edef.entry.js +1 -0
  330. package/dist/components/p-7b93a385.entry.js +1 -0
  331. package/dist/components/p-7baaf1a1.entry.js +1 -0
  332. package/dist/components/p-7ce1cf13.js +1 -0
  333. package/dist/components/p-878f65a6.entry.js +1 -0
  334. package/dist/components/p-92f6d9c0.entry.js +1 -0
  335. package/dist/components/{p-28ce55ae.entry.js → p-940a2d42.entry.js} +1 -1
  336. package/dist/components/p-9eedf771.entry.js +1 -0
  337. package/dist/components/{p-5ba1c4b4.entry.js → p-a63e14bb.entry.js} +1 -1
  338. package/dist/components/{p-67c3bedc.entry.js → p-a6dc1f88.entry.js} +1 -1
  339. package/dist/components/p-b4355cec.entry.js +1 -0
  340. package/dist/components/{p-21510f7a.entry.js → p-c2fc62f7.entry.js} +1 -1
  341. package/dist/components/p-c46675c8.entry.js +1 -0
  342. package/dist/components/p-caa71345.js +1 -0
  343. package/dist/components/p-d16b5363.entry.js +1 -0
  344. package/dist/components/{p-1f0819cf.entry.js → p-d1b3aa52.entry.js} +1 -1
  345. package/dist/components/{p-632bd36e.entry.js → p-d2576747.entry.js} +1 -1
  346. package/dist/components/p-d2f17fac.entry.js +1 -0
  347. package/dist/components/p-db5eea95.entry.js +1 -0
  348. package/dist/components/p-ddb9ce00.entry.js +1 -0
  349. package/dist/components/p-dfe93385.entry.js +1 -0
  350. package/dist/components/p-e0ee2386.js +1 -0
  351. package/dist/components/p-e205c269.entry.js +1 -0
  352. package/dist/components/p-f364296f.entry.js +1 -0
  353. package/dist/components/{p-801f67a1.entry.js → p-f55dd314.entry.js} +1 -1
  354. package/dist/components/p-f88b5f21.entry.js +1 -0
  355. package/dist/components/positive.js +65 -0
  356. package/dist/components/primary.js +1 -1
  357. package/dist/components/primary2.js +1 -1
  358. package/dist/components/secondary.js +1 -1
  359. package/dist/components/secondary2.js +7 -7
  360. package/dist/components/support.js +1 -1
  361. package/dist/components/support2.js +3 -3
  362. package/dist/components/svg-repository.js +45 -284
  363. package/dist/components/token-list2.js +57 -40
  364. package/dist/components/token-radii2.js +1 -1
  365. package/dist/components/token-ratios.js +1 -1
  366. package/dist/components/token-shadows2.js +33 -8
  367. package/dist/components/token-spacing.js +1 -1
  368. package/dist/components/token-typography.js +73 -42
  369. package/dist/esm/color-primary-palette_6.entry.js +14 -14
  370. package/dist/esm/components-section.entry.js +1 -1
  371. package/dist/esm/components.js +1 -1
  372. package/dist/esm/correct-use-of-colors.entry.js +1 -1
  373. package/dist/esm/docs-palettes.entry.js +1 -1
  374. package/dist/esm/docs-tokens.entry.js +1 -1
  375. package/dist/esm/eds-accordion_52.entry.js +10364 -0
  376. package/dist/esm/eds-app-root.entry.js +1 -1
  377. package/dist/esm/eds-cookies-preference.entry.js +2 -2
  378. package/dist/esm/eds-feedback.entry.js +1 -1
  379. package/dist/esm/eds-frame.entry.js +3 -3
  380. package/dist/esm/eds-gauge.entry.js +5 -6
  381. package/dist/esm/eds-gitlab-contributors.entry.js +244 -0
  382. package/dist/esm/eds-icon-bluesky.entry.js +1 -1
  383. package/dist/esm/eds-icon-eu.entry.js +2 -2
  384. package/dist/esm/eds-icon-facebook.entry.js +1 -1
  385. package/dist/esm/eds-icon-gitlab.entry.js +1 -1
  386. package/dist/esm/eds-icon-linkedin.entry.js +1 -1
  387. package/dist/esm/eds-icon-mastodon.entry.js +1 -1
  388. package/dist/esm/eds-icon-twitter.entry.js +1 -1
  389. package/dist/esm/eds-icon-youtube.entry.js +1 -1
  390. package/dist/esm/eds-modal.entry.js +84 -13
  391. package/dist/esm/eds-pie.entry.js +20 -20
  392. package/dist/esm/eds-section-core_2.entry.js +3 -3
  393. package/dist/esm/eds-splash-screen.entry.js +2 -2
  394. package/dist/esm/eds-timeline.entry.js +2 -2
  395. package/dist/esm/eds-toast-manager.entry.js +1 -1
  396. package/dist/esm/eu-8ac3e99c.js +7 -0
  397. package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
  398. package/dist/esm/index-870ab08f.js +4 -184
  399. package/dist/esm/loader.js +1 -1
  400. package/dist/esm/logo-space.entry.js +1 -2
  401. package/dist/esm/logo-variations-horizontal_2.entry.js +2 -2
  402. package/dist/esm/logo-variations-tabs.entry.js +1 -1
  403. package/dist/esm/logo-wrong-usage.entry.js +2 -2
  404. package/dist/esm/negative-84eec72e.js +104 -0
  405. package/dist/esm/positive-cc986d7c.js +65 -0
  406. package/dist/esm/svg-repository.entry.js +6 -263
  407. package/dist/esm/token-list_3.entry.js +91 -49
  408. package/dist/esm/token-ratios.entry.js +1 -1
  409. package/dist/esm/token-spacing.entry.js +1 -1
  410. package/dist/esm/token-typography.entry.js +73 -42
  411. package/dist/hydrate/index.js +4762 -4031
  412. package/dist/hydrate/index.mjs +4762 -4031
  413. package/dist/types/Users/nikolaosgeorgomanolis/Documents/EBRAINS/Projects/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +12 -0
  414. package/dist/types/components/eds-accordion/eds-accordion.d.ts +17 -53
  415. package/dist/types/components/eds-accordion/eds-accordion.stories.d.ts +36 -24
  416. package/dist/types/components/eds-alert/eds-alert.d.ts +32 -21
  417. package/dist/types/components/eds-alert/eds-alert.stories.d.ts +84 -11
  418. package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +2 -2
  419. package/dist/types/components/eds-button/eds-button.d.ts +31 -14
  420. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.d.ts +57 -0
  421. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.stories.d.ts +60 -0
  422. package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +1 -0
  423. package/dist/types/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.d.ts +5 -17
  424. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.d.ts +64 -0
  425. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.stories.d.ts +76 -0
  426. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.d.ts +43 -0
  427. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.stories.d.ts +53 -0
  428. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +12 -40
  429. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.stories.d.ts +43 -44
  430. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.d.ts +54 -0
  431. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.stories.d.ts +65 -0
  432. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.d.ts +41 -0
  433. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.stories.d.ts +47 -0
  434. package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +5 -10
  435. package/dist/types/components/eds-footer/eds-footer.d.ts +7 -0
  436. package/dist/types/components/eds-form/eds-form.d.ts +16 -5
  437. package/dist/types/components/eds-form/eds-form.stories.d.ts +0 -5
  438. package/dist/types/components/eds-frame/eds-frame.d.ts +1 -1
  439. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +3 -0
  440. package/dist/types/components/eds-header/eds-header.d.ts +3 -3
  441. package/dist/types/components/eds-icon-wrapper/eds-icon-wrapper.d.ts +3 -25
  442. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.d.ts +51 -0
  443. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.stories.d.ts +54 -0
  444. package/dist/types/components/eds-input-elements/eds-input/eds-input.d.ts +2 -1
  445. package/dist/types/components/eds-input-field/eds-input-field.d.ts +3 -1
  446. package/dist/types/components/eds-input-file/eds-input-file.d.ts +43 -0
  447. package/dist/types/components/eds-link/eds-link.d.ts +9 -3
  448. package/dist/types/components/eds-logo/eds-logo.d.ts +3 -3
  449. package/dist/types/components/eds-logo/eds-logo.stories.d.ts +1 -19
  450. package/dist/types/components/eds-modal/eds-modal.d.ts +15 -3
  451. package/dist/types/components/eds-nps/eds-nps.d.ts +11 -2
  452. package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +13 -2
  453. package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +40 -1
  454. package/dist/types/components/eds-rating/eds-rating.d.ts +15 -2
  455. package/dist/types/components/eds-social-networks/eds-social-networks.d.ts +7 -0
  456. package/dist/types/components/eds-steps/eds-steps.d.ts +8 -0
  457. package/dist/types/components/eds-steps/eds-steps.stories.d.ts +2 -27
  458. package/dist/types/components/eds-steps-v2/eds-steps-v2.d.ts +8 -0
  459. package/dist/types/components/eds-steps-v2/eds-steps-v2.stories.d.ts +3 -6
  460. package/dist/types/components/eds-switch/eds-switch.d.ts +6 -0
  461. package/dist/types/components/eds-switch/eds-switch.stories.d.ts +49 -0
  462. package/dist/types/components/eds-table/eds-table.d.ts +45 -11
  463. package/dist/types/components/eds-table/eds-table.stories.d.ts +108 -9
  464. package/dist/types/components/eds-tabs/eds-tabs.d.ts +15 -17
  465. package/dist/types/components/eds-tabs/eds-tabs.stories.d.ts +57 -6
  466. package/dist/types/components/eds-tag/eds-tag.d.ts +1 -1
  467. package/dist/types/components/eds-tag/eds-tag.stories.d.ts +6 -0
  468. package/dist/types/components/eds-toast/eds-toast.d.ts +1 -1
  469. package/dist/types/components/eds-toast/eds-toast.stories.d.ts +10 -0
  470. package/dist/types/components/eds-user/eds-user.d.ts +1 -1
  471. package/dist/types/components.d.ts +1470 -1516
  472. package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.d.ts +1 -1
  473. package/dist/types/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.d.ts +114 -0
  474. package/dist/types/shared-ui/eds-global-search/eds-global-search.d.ts +18 -0
  475. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.d.ts +98 -0
  476. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.d.ts +60 -0
  477. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +26 -0
  478. package/dist/types/utils/icons.d.ts +78 -0
  479. package/package.json +1 -1
  480. package/dist/cjs/arrow-diagonal-black-0eb8640e.js +0 -5
  481. package/dist/cjs/arrow-right-3e38e8a9.js +0 -7
  482. package/dist/cjs/bin-c07eeedc.js +0 -5
  483. package/dist/cjs/bookmark-c61853d9.js +0 -18
  484. package/dist/cjs/chevron-down-27344777.js +0 -14
  485. package/dist/cjs/chevron-left-6fc9c6ef.js +0 -13
  486. package/dist/cjs/chevron-right-6d95a117.js +0 -7
  487. package/dist/cjs/chevron-up-e37d7713.js +0 -14
  488. package/dist/cjs/clone-846acfdd.js +0 -5
  489. package/dist/cjs/close-51284af5.js +0 -7
  490. package/dist/cjs/copy-53102d0c.js +0 -7
  491. package/dist/cjs/download-9d17d025.js +0 -20
  492. package/dist/cjs/draft-05bd8904.js +0 -5
  493. package/dist/cjs/edit-ff5b84d8.js +0 -5
  494. package/dist/cjs/eds-accordion_37.cjs.entry.js +0 -6908
  495. package/dist/cjs/eds-card-desc_2.cjs.entry.js +0 -77
  496. package/dist/cjs/eds-card-generic.cjs.entry.js +0 -91
  497. package/dist/cjs/eds-card-project.cjs.entry.js +0 -195
  498. package/dist/cjs/eds-card-section.cjs.entry.js +0 -39
  499. package/dist/cjs/eds-card-tags.cjs.entry.js +0 -22
  500. package/dist/cjs/eds-card-tool.cjs.entry.js +0 -79
  501. package/dist/cjs/eds-footer.cjs.entry.js +0 -67
  502. package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +0 -91
  503. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +0 -18
  504. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +0 -18
  505. package/dist/cjs/eds-icon-bin.cjs.entry.js +0 -18
  506. package/dist/cjs/eds-icon-bookmark.cjs.entry.js +0 -18
  507. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +0 -18
  508. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +0 -18
  509. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +0 -18
  510. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +0 -18
  511. package/dist/cjs/eds-icon-clone.cjs.entry.js +0 -18
  512. package/dist/cjs/eds-icon-close.cjs.entry.js +0 -18
  513. package/dist/cjs/eds-icon-copy.cjs.entry.js +0 -18
  514. package/dist/cjs/eds-icon-download.cjs.entry.js +0 -18
  515. package/dist/cjs/eds-icon-draft.cjs.entry.js +0 -18
  516. package/dist/cjs/eds-icon-edit.cjs.entry.js +0 -18
  517. package/dist/cjs/eds-icon-external.cjs.entry.js +0 -18
  518. package/dist/cjs/eds-icon-loader.cjs.entry.js +0 -18
  519. package/dist/cjs/eds-icon-menu.cjs.entry.js +0 -18
  520. package/dist/cjs/eds-icon-minus.cjs.entry.js +0 -18
  521. package/dist/cjs/eds-icon-more.cjs.entry.js +0 -18
  522. package/dist/cjs/eds-icon-paper.cjs.entry.js +0 -18
  523. package/dist/cjs/eds-icon-plus.cjs.entry.js +0 -18
  524. package/dist/cjs/eds-icon-portal.cjs.entry.js +0 -18
  525. package/dist/cjs/eds-icon-private.cjs.entry.js +0 -18
  526. package/dist/cjs/eds-icon-public.cjs.entry.js +0 -18
  527. package/dist/cjs/eds-icon-search.cjs.entry.js +0 -18
  528. package/dist/cjs/eds-icon-star.cjs.entry.js +0 -18
  529. package/dist/cjs/eds-icon-start.cjs.entry.js +0 -18
  530. package/dist/cjs/eds-icon-success.cjs.entry.js +0 -18
  531. package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +0 -18
  532. package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +0 -18
  533. package/dist/cjs/eds-icon-tutorial.cjs.entry.js +0 -18
  534. package/dist/cjs/eds-icon-unknown.cjs.entry.js +0 -18
  535. package/dist/cjs/eds-icon-updown.cjs.entry.js +0 -18
  536. package/dist/cjs/eds-icon-user.cjs.entry.js +0 -18
  537. package/dist/cjs/eds-icon-view.cjs.entry.js +0 -18
  538. package/dist/cjs/eds-progress-bar.cjs.entry.js +0 -56
  539. package/dist/cjs/eds-social-networks.cjs.entry.js +0 -64
  540. package/dist/cjs/eds-trl.cjs.entry.js +0 -51
  541. package/dist/cjs/eu-b9665157.js +0 -32
  542. package/dist/cjs/index-ab9fbefe.js +0 -48
  543. package/dist/cjs/loader-72f9d178.js +0 -32
  544. package/dist/cjs/logo-color-6c787ac1.js +0 -117
  545. package/dist/cjs/logo-color-margins-b49c0f46.js +0 -120
  546. package/dist/cjs/logo-white-no-bg-4a0e0f4b.js +0 -1039
  547. package/dist/cjs/menu-7050a6d1.js +0 -13
  548. package/dist/cjs/minus-1da6a98a.js +0 -13
  549. package/dist/cjs/more-1d3dd8bc.js +0 -15
  550. package/dist/cjs/paper-0d6302f6.js +0 -17
  551. package/dist/cjs/plus-d0e00ad0.js +0 -14
  552. package/dist/cjs/portal-46212559.js +0 -20
  553. package/dist/cjs/private-38835fe7.js +0 -27
  554. package/dist/cjs/public-b519b1f6.js +0 -18
  555. package/dist/cjs/search-5533d877.js +0 -14
  556. package/dist/cjs/star-942eee9f.js +0 -7
  557. package/dist/cjs/start-c0ccfddd.js +0 -5
  558. package/dist/cjs/success-ef661a11.js +0 -20
  559. package/dist/cjs/thumbs-down-714036b1.js +0 -7
  560. package/dist/cjs/thumbs-up-411babb8.js +0 -8
  561. package/dist/cjs/tutotial-7855df3c.js +0 -29
  562. package/dist/cjs/unknown-6814e551.js +0 -24
  563. package/dist/cjs/up-and-down-6f179dd8.js +0 -14
  564. package/dist/cjs/user-a3c2230f.js +0 -18
  565. package/dist/cjs/view-80d5c6c8.js +0 -5
  566. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +0 -9
  567. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +0 -63
  568. package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +0 -227
  569. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.css +0 -249
  570. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.js +0 -95
  571. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.stories.js +0 -71
  572. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +0 -103
  573. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +0 -314
  574. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +0 -77
  575. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +0 -36
  576. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +0 -36
  577. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +0 -36
  578. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +0 -36
  579. package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +0 -36
  580. package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +0 -36
  581. package/dist/collection/components/eds-icons/eds-icon-bin/eds-icon-bin.js +0 -36
  582. package/dist/collection/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.js +0 -36
  583. package/dist/collection/components/eds-icons/eds-icon-clone/eds-icon-clone.js +0 -36
  584. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +0 -36
  585. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +0 -36
  586. package/dist/collection/components/eds-icons/eds-icon-download/eds-icon-download.js +0 -36
  587. package/dist/collection/components/eds-icons/eds-icon-draft/eds-icon-draft.js +0 -36
  588. package/dist/collection/components/eds-icons/eds-icon-edit/eds-icon-edit.js +0 -36
  589. package/dist/collection/components/eds-icons/eds-icon-external/eds-icon-external.js +0 -36
  590. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +0 -36
  591. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +0 -36
  592. package/dist/collection/components/eds-icons/eds-icon-minus/eds-icon-minus.js +0 -36
  593. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +0 -36
  594. package/dist/collection/components/eds-icons/eds-icon-paper/eds-icon-paper.js +0 -36
  595. package/dist/collection/components/eds-icons/eds-icon-plus/eds-icon-plus.js +0 -36
  596. package/dist/collection/components/eds-icons/eds-icon-portal/eds-icon-portal.js +0 -36
  597. package/dist/collection/components/eds-icons/eds-icon-private/eds-icon-private.js +0 -36
  598. package/dist/collection/components/eds-icons/eds-icon-public/eds-icon-public.js +0 -36
  599. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +0 -36
  600. package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +0 -36
  601. package/dist/collection/components/eds-icons/eds-icon-start/eds-icon-start.js +0 -36
  602. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +0 -36
  603. package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +0 -36
  604. package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +0 -36
  605. package/dist/collection/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.js +0 -36
  606. package/dist/collection/components/eds-icons/eds-icon-unknown/eds-icon-unknown.js +0 -36
  607. package/dist/collection/components/eds-icons/eds-icon-updown/eds-icon-updown.js +0 -36
  608. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +0 -36
  609. package/dist/collection/components/eds-icons/eds-icon-view/eds-icon-view.js +0 -36
  610. package/dist/collection/components/eds-trl/eds-trl.js +0 -68
  611. package/dist/components/arrow-diagonal-black.js +0 -3
  612. package/dist/components/arrow-right.js +0 -5
  613. package/dist/components/bin.js +0 -3
  614. package/dist/components/bookmark.js +0 -16
  615. package/dist/components/chevron-down.js +0 -12
  616. package/dist/components/chevron-left.js +0 -11
  617. package/dist/components/chevron-right.js +0 -5
  618. package/dist/components/chevron-up.js +0 -12
  619. package/dist/components/clone.js +0 -3
  620. package/dist/components/close.js +0 -5
  621. package/dist/components/copy.js +0 -5
  622. package/dist/components/download.js +0 -18
  623. package/dist/components/draft.js +0 -3
  624. package/dist/components/edit.js +0 -3
  625. package/dist/components/eds-card-project.js +0 -237
  626. package/dist/components/eds-card-section.d.ts +0 -11
  627. package/dist/components/eds-card-section.js +0 -92
  628. package/dist/components/eds-card-tags.d.ts +0 -11
  629. package/dist/components/eds-card-tags.js +0 -45
  630. package/dist/components/eds-card-tool.d.ts +0 -11
  631. package/dist/components/eds-card-tool.js +0 -137
  632. package/dist/components/eds-icon-arrow-diagonal.d.ts +0 -11
  633. package/dist/components/eds-icon-arrow-diagonal.js +0 -33
  634. package/dist/components/eds-icon-arrow-right.d.ts +0 -11
  635. package/dist/components/eds-icon-arrow-right.js +0 -33
  636. package/dist/components/eds-icon-bin.js +0 -33
  637. package/dist/components/eds-icon-bookmark.d.ts +0 -11
  638. package/dist/components/eds-icon-bookmark.js +0 -33
  639. package/dist/components/eds-icon-chevron-down.d.ts +0 -11
  640. package/dist/components/eds-icon-chevron-down.js +0 -33
  641. package/dist/components/eds-icon-chevron-left.d.ts +0 -11
  642. package/dist/components/eds-icon-chevron-left.js +0 -33
  643. package/dist/components/eds-icon-chevron-right.d.ts +0 -11
  644. package/dist/components/eds-icon-chevron-right.js +0 -33
  645. package/dist/components/eds-icon-chevron-up.js +0 -33
  646. package/dist/components/eds-icon-clone.d.ts +0 -11
  647. package/dist/components/eds-icon-clone.js +0 -33
  648. package/dist/components/eds-icon-close.js +0 -33
  649. package/dist/components/eds-icon-copy.js +0 -33
  650. package/dist/components/eds-icon-download.d.ts +0 -11
  651. package/dist/components/eds-icon-download.js +0 -33
  652. package/dist/components/eds-icon-draft.d.ts +0 -11
  653. package/dist/components/eds-icon-draft.js +0 -33
  654. package/dist/components/eds-icon-edit.js +0 -33
  655. package/dist/components/eds-icon-external.d.ts +0 -11
  656. package/dist/components/eds-icon-external.js +0 -33
  657. package/dist/components/eds-icon-loader.d.ts +0 -11
  658. package/dist/components/eds-icon-loader.js +0 -33
  659. package/dist/components/eds-icon-menu.d.ts +0 -11
  660. package/dist/components/eds-icon-menu.js +0 -33
  661. package/dist/components/eds-icon-minus.d.ts +0 -11
  662. package/dist/components/eds-icon-minus.js +0 -33
  663. package/dist/components/eds-icon-more.d.ts +0 -11
  664. package/dist/components/eds-icon-more.js +0 -33
  665. package/dist/components/eds-icon-paper.d.ts +0 -11
  666. package/dist/components/eds-icon-paper.js +0 -33
  667. package/dist/components/eds-icon-plus.d.ts +0 -11
  668. package/dist/components/eds-icon-plus.js +0 -33
  669. package/dist/components/eds-icon-portal.d.ts +0 -11
  670. package/dist/components/eds-icon-portal.js +0 -33
  671. package/dist/components/eds-icon-private.d.ts +0 -11
  672. package/dist/components/eds-icon-private.js +0 -33
  673. package/dist/components/eds-icon-public.d.ts +0 -11
  674. package/dist/components/eds-icon-public.js +0 -33
  675. package/dist/components/eds-icon-search.d.ts +0 -11
  676. package/dist/components/eds-icon-search.js +0 -33
  677. package/dist/components/eds-icon-star.d.ts +0 -11
  678. package/dist/components/eds-icon-star.js +0 -33
  679. package/dist/components/eds-icon-start.d.ts +0 -11
  680. package/dist/components/eds-icon-start.js +0 -33
  681. package/dist/components/eds-icon-success.d.ts +0 -11
  682. package/dist/components/eds-icon-success.js +0 -33
  683. package/dist/components/eds-icon-thumbs-down.d.ts +0 -11
  684. package/dist/components/eds-icon-thumbs-down.js +0 -33
  685. package/dist/components/eds-icon-thumbs-up.d.ts +0 -11
  686. package/dist/components/eds-icon-thumbs-up.js +0 -33
  687. package/dist/components/eds-icon-tutorial.d.ts +0 -11
  688. package/dist/components/eds-icon-tutorial.js +0 -33
  689. package/dist/components/eds-icon-unknown.d.ts +0 -11
  690. package/dist/components/eds-icon-unknown.js +0 -33
  691. package/dist/components/eds-icon-updown.d.ts +0 -11
  692. package/dist/components/eds-icon-updown.js +0 -33
  693. package/dist/components/eds-icon-user.d.ts +0 -11
  694. package/dist/components/eds-icon-user.js +0 -33
  695. package/dist/components/eds-icon-view.d.ts +0 -11
  696. package/dist/components/eds-icon-view.js +0 -33
  697. package/dist/components/eds-progress-bar2.js +0 -71
  698. package/dist/components/eds-trl.js +0 -150
  699. package/dist/components/loader.js +0 -30
  700. package/dist/components/logo-color-margins.js +0 -118
  701. package/dist/components/logo-color.js +0 -115
  702. package/dist/components/logo-white-no-bg.js +0 -1029
  703. package/dist/components/menu.js +0 -11
  704. package/dist/components/minus.js +0 -11
  705. package/dist/components/more.js +0 -13
  706. package/dist/components/p-024c7937.js +0 -1
  707. package/dist/components/p-05754401.js +0 -1
  708. package/dist/components/p-062d2f91.entry.js +0 -1
  709. package/dist/components/p-0725a684.entry.js +0 -1
  710. package/dist/components/p-0be28996.js +0 -1
  711. package/dist/components/p-0da7d1c9.js +0 -1
  712. package/dist/components/p-0e6d43c5.js +0 -1
  713. package/dist/components/p-112122d6.js +0 -1
  714. package/dist/components/p-13f74e41.entry.js +0 -1
  715. package/dist/components/p-15dc5ecf.entry.js +0 -1
  716. package/dist/components/p-15df046d.entry.js +0 -1
  717. package/dist/components/p-15f94425.entry.js +0 -1
  718. package/dist/components/p-1ded61bd.js +0 -1
  719. package/dist/components/p-1f74c192.entry.js +0 -1
  720. package/dist/components/p-2066b033.js +0 -1
  721. package/dist/components/p-20e711e6.entry.js +0 -1
  722. package/dist/components/p-2117611b.js +0 -1
  723. package/dist/components/p-2692f93d.js +0 -1
  724. package/dist/components/p-277d0045.entry.js +0 -1
  725. package/dist/components/p-27c4a06e.js +0 -1
  726. package/dist/components/p-29041952.js +0 -1
  727. package/dist/components/p-30e88fc2.entry.js +0 -1
  728. package/dist/components/p-314aa952.entry.js +0 -1
  729. package/dist/components/p-32e6c4df.js +0 -1
  730. package/dist/components/p-355df495.entry.js +0 -1
  731. package/dist/components/p-366c5c03.entry.js +0 -1
  732. package/dist/components/p-38113b9c.entry.js +0 -1
  733. package/dist/components/p-3a1e54bd.entry.js +0 -1
  734. package/dist/components/p-3ad7a15b.entry.js +0 -1
  735. package/dist/components/p-3b838def.entry.js +0 -1
  736. package/dist/components/p-454bdd5a.js +0 -1
  737. package/dist/components/p-4587d0ef.js +0 -1
  738. package/dist/components/p-46d0716d.js +0 -1
  739. package/dist/components/p-48825534.entry.js +0 -1
  740. package/dist/components/p-4cebd89e.entry.js +0 -1
  741. package/dist/components/p-4eb2cf7f.js +0 -1
  742. package/dist/components/p-51d0e443.entry.js +0 -1
  743. package/dist/components/p-52c28fa2.js +0 -1
  744. package/dist/components/p-53f6527b.entry.js +0 -1
  745. package/dist/components/p-553ca350.js +0 -1
  746. package/dist/components/p-58967f53.js +0 -1
  747. package/dist/components/p-5d046674.js +0 -1
  748. package/dist/components/p-6197c589.entry.js +0 -1
  749. package/dist/components/p-65948a6e.entry.js +0 -1
  750. package/dist/components/p-694fc085.js +0 -1
  751. package/dist/components/p-7198c024.js +0 -1
  752. package/dist/components/p-7737d5c7.entry.js +0 -1
  753. package/dist/components/p-78e85217.entry.js +0 -1
  754. package/dist/components/p-7a62ae0d.entry.js +0 -1
  755. package/dist/components/p-7aa97ad6.entry.js +0 -1
  756. package/dist/components/p-7f820989.entry.js +0 -1
  757. package/dist/components/p-80ced58a.entry.js +0 -1
  758. package/dist/components/p-83dde536.entry.js +0 -1
  759. package/dist/components/p-83ff4a95.js +0 -1
  760. package/dist/components/p-86bb73dc.js +0 -1
  761. package/dist/components/p-87481169.entry.js +0 -1
  762. package/dist/components/p-87df6442.entry.js +0 -1
  763. package/dist/components/p-8983de37.js +0 -1
  764. package/dist/components/p-8bd954b5.entry.js +0 -1
  765. package/dist/components/p-8c520685.entry.js +0 -1
  766. package/dist/components/p-941dc156.entry.js +0 -1
  767. package/dist/components/p-9afd31cb.entry.js +0 -1
  768. package/dist/components/p-9c5a453b.js +0 -1
  769. package/dist/components/p-9cd1cc1e.entry.js +0 -1
  770. package/dist/components/p-9d57b51f.entry.js +0 -1
  771. package/dist/components/p-a61dbad5.entry.js +0 -1
  772. package/dist/components/p-a7323642.entry.js +0 -1
  773. package/dist/components/p-a83c336c.entry.js +0 -1
  774. package/dist/components/p-ab4acc26.entry.js +0 -1
  775. package/dist/components/p-ac501eb6.entry.js +0 -1
  776. package/dist/components/p-ad036475.entry.js +0 -1
  777. package/dist/components/p-ad295d47.entry.js +0 -1
  778. package/dist/components/p-ad6e7daf.entry.js +0 -1
  779. package/dist/components/p-ae471b33.entry.js +0 -1
  780. package/dist/components/p-aefcb641.js +0 -1
  781. package/dist/components/p-b64f8ffc.entry.js +0 -1
  782. package/dist/components/p-b73410de.js +0 -1
  783. package/dist/components/p-b822abb7.js +0 -1
  784. package/dist/components/p-ba720bf3.js +0 -1
  785. package/dist/components/p-bb800eec.entry.js +0 -1
  786. package/dist/components/p-bfb00131.entry.js +0 -1
  787. package/dist/components/p-c07e3269.entry.js +0 -1
  788. package/dist/components/p-c1e4ef92.js +0 -1
  789. package/dist/components/p-c286e9d3.entry.js +0 -1
  790. package/dist/components/p-c38c527e.entry.js +0 -1
  791. package/dist/components/p-c404226a.entry.js +0 -1
  792. package/dist/components/p-c776b6f8.js +0 -1
  793. package/dist/components/p-c8e7c854.js +0 -1
  794. package/dist/components/p-c9d60f21.entry.js +0 -1
  795. package/dist/components/p-cdf19579.js +0 -1
  796. package/dist/components/p-d29676a0.entry.js +0 -1
  797. package/dist/components/p-d962849c.js +0 -1
  798. package/dist/components/p-da96c7cd.entry.js +0 -1
  799. package/dist/components/p-df5fc158.entry.js +0 -1
  800. package/dist/components/p-e2d5a487.js +0 -1
  801. package/dist/components/p-e311fe9e.entry.js +0 -1
  802. package/dist/components/p-e4f0f24a.entry.js +0 -1
  803. package/dist/components/p-ece618b3.js +0 -1
  804. package/dist/components/p-eda55db0.entry.js +0 -1
  805. package/dist/components/p-ee93afac.entry.js +0 -1
  806. package/dist/components/p-f0993844.entry.js +0 -1
  807. package/dist/components/p-f1c8f841.entry.js +0 -1
  808. package/dist/components/p-f227bac5.entry.js +0 -1
  809. package/dist/components/p-f24bfc6a.entry.js +0 -1
  810. package/dist/components/p-f2abe4d8.js +0 -1
  811. package/dist/components/p-f3754a20.entry.js +0 -1
  812. package/dist/components/p-f4c954ec.entry.js +0 -1
  813. package/dist/components/p-f6baca73.entry.js +0 -9
  814. package/dist/components/p-f7b88ef5.entry.js +0 -1
  815. package/dist/components/p-fda3df86.entry.js +0 -1
  816. package/dist/components/paper.js +0 -15
  817. package/dist/components/plus.js +0 -12
  818. package/dist/components/portal.js +0 -18
  819. package/dist/components/private.js +0 -25
  820. package/dist/components/public.js +0 -16
  821. package/dist/components/search.js +0 -12
  822. package/dist/components/star.js +0 -5
  823. package/dist/components/start.js +0 -3
  824. package/dist/components/success.js +0 -18
  825. package/dist/components/thumbs-down.js +0 -5
  826. package/dist/components/thumbs-up.js +0 -6
  827. package/dist/components/tutotial.js +0 -27
  828. package/dist/components/unknown.js +0 -22
  829. package/dist/components/up-and-down.js +0 -12
  830. package/dist/components/user.js +0 -16
  831. package/dist/components/view.js +0 -3
  832. package/dist/esm/arrow-diagonal-black-8f0494c3.js +0 -3
  833. package/dist/esm/arrow-right-9322ba8a.js +0 -5
  834. package/dist/esm/bin-37cad2f0.js +0 -3
  835. package/dist/esm/bookmark-c200037c.js +0 -16
  836. package/dist/esm/chevron-down-6144c823.js +0 -12
  837. package/dist/esm/chevron-left-ca6c66e1.js +0 -11
  838. package/dist/esm/chevron-right-b88ed2d4.js +0 -5
  839. package/dist/esm/chevron-up-c66bd477.js +0 -12
  840. package/dist/esm/clone-dab56639.js +0 -3
  841. package/dist/esm/close-87fc0d63.js +0 -5
  842. package/dist/esm/copy-03b72cb6.js +0 -5
  843. package/dist/esm/download-47746956.js +0 -18
  844. package/dist/esm/draft-dd5dada2.js +0 -3
  845. package/dist/esm/edit-3893a517.js +0 -3
  846. package/dist/esm/eds-accordion_37.entry.js +0 -6868
  847. package/dist/esm/eds-card-desc_2.entry.js +0 -72
  848. package/dist/esm/eds-card-generic.entry.js +0 -87
  849. package/dist/esm/eds-card-project.entry.js +0 -191
  850. package/dist/esm/eds-card-section.entry.js +0 -35
  851. package/dist/esm/eds-card-tags.entry.js +0 -18
  852. package/dist/esm/eds-card-tool.entry.js +0 -75
  853. package/dist/esm/eds-footer.entry.js +0 -63
  854. package/dist/esm/eds-fullscreen-menu.entry.js +0 -87
  855. package/dist/esm/eds-icon-arrow-diagonal.entry.js +0 -14
  856. package/dist/esm/eds-icon-arrow-right.entry.js +0 -14
  857. package/dist/esm/eds-icon-bin.entry.js +0 -14
  858. package/dist/esm/eds-icon-bookmark.entry.js +0 -14
  859. package/dist/esm/eds-icon-chevron-down.entry.js +0 -14
  860. package/dist/esm/eds-icon-chevron-left.entry.js +0 -14
  861. package/dist/esm/eds-icon-chevron-right.entry.js +0 -14
  862. package/dist/esm/eds-icon-chevron-up.entry.js +0 -14
  863. package/dist/esm/eds-icon-clone.entry.js +0 -14
  864. package/dist/esm/eds-icon-close.entry.js +0 -14
  865. package/dist/esm/eds-icon-copy.entry.js +0 -14
  866. package/dist/esm/eds-icon-download.entry.js +0 -14
  867. package/dist/esm/eds-icon-draft.entry.js +0 -14
  868. package/dist/esm/eds-icon-edit.entry.js +0 -14
  869. package/dist/esm/eds-icon-external.entry.js +0 -14
  870. package/dist/esm/eds-icon-loader.entry.js +0 -14
  871. package/dist/esm/eds-icon-menu.entry.js +0 -14
  872. package/dist/esm/eds-icon-minus.entry.js +0 -14
  873. package/dist/esm/eds-icon-more.entry.js +0 -14
  874. package/dist/esm/eds-icon-paper.entry.js +0 -14
  875. package/dist/esm/eds-icon-plus.entry.js +0 -14
  876. package/dist/esm/eds-icon-portal.entry.js +0 -14
  877. package/dist/esm/eds-icon-private.entry.js +0 -14
  878. package/dist/esm/eds-icon-public.entry.js +0 -14
  879. package/dist/esm/eds-icon-search.entry.js +0 -14
  880. package/dist/esm/eds-icon-star.entry.js +0 -14
  881. package/dist/esm/eds-icon-start.entry.js +0 -14
  882. package/dist/esm/eds-icon-success.entry.js +0 -14
  883. package/dist/esm/eds-icon-thumbs-down.entry.js +0 -14
  884. package/dist/esm/eds-icon-thumbs-up.entry.js +0 -14
  885. package/dist/esm/eds-icon-tutorial.entry.js +0 -14
  886. package/dist/esm/eds-icon-unknown.entry.js +0 -14
  887. package/dist/esm/eds-icon-updown.entry.js +0 -14
  888. package/dist/esm/eds-icon-user.entry.js +0 -14
  889. package/dist/esm/eds-icon-view.entry.js +0 -14
  890. package/dist/esm/eds-progress-bar.entry.js +0 -52
  891. package/dist/esm/eds-social-networks.entry.js +0 -60
  892. package/dist/esm/eds-trl.entry.js +0 -47
  893. package/dist/esm/eu-9ddde93a.js +0 -30
  894. package/dist/esm/index-39c58238.js +0 -46
  895. package/dist/esm/loader-c9628637.js +0 -30
  896. package/dist/esm/logo-color-7f1fd803.js +0 -115
  897. package/dist/esm/logo-color-margins-ff8ce71b.js +0 -118
  898. package/dist/esm/logo-white-no-bg-f382f86f.js +0 -1029
  899. package/dist/esm/menu-340ea948.js +0 -11
  900. package/dist/esm/minus-b30a7c71.js +0 -11
  901. package/dist/esm/more-4449d549.js +0 -13
  902. package/dist/esm/paper-8e74ea31.js +0 -15
  903. package/dist/esm/plus-89c07be2.js +0 -12
  904. package/dist/esm/portal-d6c8ce56.js +0 -18
  905. package/dist/esm/private-1c25ff8e.js +0 -25
  906. package/dist/esm/public-d4d8c585.js +0 -16
  907. package/dist/esm/search-fbcd79c2.js +0 -12
  908. package/dist/esm/star-0da9b5e9.js +0 -5
  909. package/dist/esm/start-65126a4f.js +0 -3
  910. package/dist/esm/success-443809da.js +0 -18
  911. package/dist/esm/thumbs-down-a18fd049.js +0 -5
  912. package/dist/esm/thumbs-up-c19a71bc.js +0 -6
  913. package/dist/esm/tutotial-150ee1fd.js +0 -27
  914. package/dist/esm/unknown-ed01a24c.js +0 -22
  915. package/dist/esm/up-and-down-8b69ca97.js +0 -12
  916. package/dist/esm/user-71ebdc15.js +0 -16
  917. package/dist/esm/view-e900f2d4.js +0 -3
  918. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +0 -65
  919. package/dist/types/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.d.ts +0 -15
  920. package/dist/types/components/eds-cards/eds-card-project/eds-card-project.d.ts +0 -54
  921. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.d.ts +0 -70
  922. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.stories.d.ts +0 -68
  923. package/dist/types/components/eds-cards/eds-card-tool/eds-card-tool.d.ts +0 -79
  924. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.d.ts +0 -29
  925. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.d.ts +0 -10
  926. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.d.ts +0 -10
  927. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.d.ts +0 -10
  928. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.d.ts +0 -10
  929. package/dist/types/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.d.ts +0 -10
  930. package/dist/types/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.d.ts +0 -10
  931. package/dist/types/components/eds-icons/eds-icon-bin/eds-icon-bin.d.ts +0 -10
  932. package/dist/types/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.d.ts +0 -10
  933. package/dist/types/components/eds-icons/eds-icon-clone/eds-icon-clone.d.ts +0 -10
  934. package/dist/types/components/eds-icons/eds-icon-close/eds-icon-close.d.ts +0 -10
  935. package/dist/types/components/eds-icons/eds-icon-copy/eds-icon-copy.d.ts +0 -10
  936. package/dist/types/components/eds-icons/eds-icon-download/eds-icon-download.d.ts +0 -10
  937. package/dist/types/components/eds-icons/eds-icon-draft/eds-icon-draft.d.ts +0 -10
  938. package/dist/types/components/eds-icons/eds-icon-edit/eds-icon-edit.d.ts +0 -10
  939. package/dist/types/components/eds-icons/eds-icon-external/eds-icon-external.d.ts +0 -10
  940. package/dist/types/components/eds-icons/eds-icon-loader/eds-icon-loader.d.ts +0 -10
  941. package/dist/types/components/eds-icons/eds-icon-menu/eds-icon-menu.d.ts +0 -10
  942. package/dist/types/components/eds-icons/eds-icon-minus/eds-icon-minus.d.ts +0 -10
  943. package/dist/types/components/eds-icons/eds-icon-more/eds-icon-more.d.ts +0 -10
  944. package/dist/types/components/eds-icons/eds-icon-paper/eds-icon-paper.d.ts +0 -10
  945. package/dist/types/components/eds-icons/eds-icon-plus/eds-icon-plus.d.ts +0 -10
  946. package/dist/types/components/eds-icons/eds-icon-portal/eds-icon-portal.d.ts +0 -10
  947. package/dist/types/components/eds-icons/eds-icon-private/eds-icon-private.d.ts +0 -10
  948. package/dist/types/components/eds-icons/eds-icon-public/eds-icon-public.d.ts +0 -10
  949. package/dist/types/components/eds-icons/eds-icon-search/eds-icon-search.d.ts +0 -10
  950. package/dist/types/components/eds-icons/eds-icon-star/eds-icon-star.d.ts +0 -10
  951. package/dist/types/components/eds-icons/eds-icon-start/eds-icon-start.d.ts +0 -10
  952. package/dist/types/components/eds-icons/eds-icon-success/eds-icon-success.d.ts +0 -10
  953. package/dist/types/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.d.ts +0 -10
  954. package/dist/types/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.d.ts +0 -10
  955. package/dist/types/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.d.ts +0 -10
  956. package/dist/types/components/eds-icons/eds-icon-unknown/eds-icon-unknown.d.ts +0 -10
  957. package/dist/types/components/eds-icons/eds-icon-updown/eds-icon-updown.d.ts +0 -10
  958. package/dist/types/components/eds-icons/eds-icon-user/eds-icon-user.d.ts +0 -10
  959. package/dist/types/components/eds-icons/eds-icon-view/eds-icon-view.d.ts +0 -10
  960. package/dist/types/components/eds-trl/eds-trl.d.ts +0 -12
  961. /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
  962. /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
@@ -8,7 +8,7 @@ export default {
8
8
  },
9
9
  intent: {
10
10
  control: 'select',
11
- options: ['default', 'success', 'error', 'warning'],
11
+ options: ['default', 'success', 'error', 'warning', 'brand'],
12
12
  description: 'The visual intent or style of the toast.'
13
13
  },
14
14
  duration: {
@@ -36,3 +36,27 @@ export const Default = {
36
36
  duration: 5000
37
37
  }
38
38
  };
39
+ export const Brand = {
40
+ render: (args) => `
41
+ <eds-toast
42
+ message="${args.message}"
43
+ intent="brand"
44
+ duration="${args.duration}">
45
+ </eds-toast>
46
+ `,
47
+ args: {
48
+ message: 'You are an admin of this form.',
49
+ duration: 5000
50
+ }
51
+ };
52
+ export const AllVariants = {
53
+ render: () => `
54
+ <div style="display: flex; flex-direction: column; gap: 1rem; align-items: flex-start;">
55
+ <eds-toast message="Default notification" intent="default" duration="0"></eds-toast>
56
+ <eds-toast message="Success! Your changes have been saved." intent="success" duration="0"></eds-toast>
57
+ <eds-toast message="Error: Something went wrong." intent="error" duration="0"></eds-toast>
58
+ <eds-toast message="Warning: Please review your input." intent="warning" duration="0"></eds-toast>
59
+ <eds-toast message="You are an admin of this form." intent="brand" duration="0"></eds-toast>
60
+ </div>
61
+ `
62
+ };
@@ -31,7 +31,7 @@ export class EdsToastManager {
31
31
  this.toasts = this.toasts.filter((t) => t.id !== id);
32
32
  }
33
33
  render() {
34
- return (h("div", { key: 'ac2e0d12975d88e9a22db8b92255a597e7f6ea6f', class: "toast-container" }, this.toasts.map((t) => (h("div", { key: t.id }, h("eds-toast", { message: t.message, intent: t.intent, onClick: () => this.removeToast(t.id) }))))));
34
+ return (h("div", { key: 'd707822f33892171428aa926822dff5ffefac219', class: "toast-container" }, this.toasts.map((t) => (h("div", { key: t.id }, h("eds-toast", { message: t.message, intent: t.intent, onClick: () => this.removeToast(t.id) }))))));
35
35
  }
36
36
  static get is() { return "eds-toast-manager"; }
37
37
  static get encapsulation() { return "shadow"; }
@@ -19,7 +19,7 @@ export class EdsTooltip {
19
19
  }
20
20
  render() {
21
21
  const positionClass = this.position === 'bottom' ? 'top-full mt-2' : 'bottom-full mb-2';
22
- return (h("div", { key: '1ba27ac30f67a50e39b2bfdff2b4392b4adc948a', class: "relative w-full inline-block group" }, h("slot", { key: 'c84887cde7b92c3684ef61e36039d2e8c96f71f2' }), h("div", { key: 'c7e475e74d977b6ab291ba8a315cdb237742a8e6', class: `absolute ${positionClass}
22
+ return (h("div", { key: '240956acf8218cb0b36254aecd629058ad39f4eb', class: "relative w-full inline-block group" }, h("slot", { key: '4424c8de31fd4e2aa702369314cf0819447ca364' }), h("div", { key: 'f260ef6ee9700231dc77ddc9debc7f5b92f546c6', class: `absolute ${positionClass}
23
23
  rounded-xs bg-strongest text-inverse
24
24
  f-ui-03-light pointer-events-none
25
25
  z-10 px-4 opacity-0 transition-opacity duration-150 ease-in-out
@@ -11,7 +11,7 @@ export class EdsUser {
11
11
  this.expanded = e.detail.expanded;
12
12
  };
13
13
  this.user = undefined;
14
- this.intent = 'tertiary';
14
+ this.intent = 'ghost';
15
15
  this.dropdownLabel = 'Account';
16
16
  this.expanded = false;
17
17
  this.shortMode = false;
@@ -45,8 +45,8 @@ export class EdsUser {
45
45
  }
46
46
  render() {
47
47
  const user = this.parsedUser;
48
- const iconName = this.expanded ? 'chevron-down' : 'chevron-right';
49
- return (h("div", { key: '1c4017bd33c81ad29385e164dc8611cfac58eca0', class: "block" }, h("div", { key: 'b692ce5a4b6b424c7e109589bdff5617d4e3b33c', class: "flex items-center" }, h("eds-dropdown", { key: '0df9e3b3c5212433ec88da84edd746a1dce8c763', ref: (el) => (this.dropdownEl = el), label: this.dropdownLabel, intent: this.intent, "aria-label": "User Menu", "dropdown-pos": "right", "dropdown-offset": "false", icon: iconName, class: "text-default", onDropdown: this.handleDropdown }, h("div", { key: 'ef25176f1fc1796dde0b1d56264617d067d06adb', class: "min-w-[280px] p-8" }, h("div", { key: '539532b05094ad47281f7d03c7900b93162e175a', class: "flex gap-x-16", "data-dropdown-no-close": true }, h("eds-avatar", { key: 'ff51082744e2d32e5bc57069ccc99a3214ac3c03', "first-name": user.given_name, "last-name": user.family_name, initials: this.initials, color: "black" }), h("div", { key: '1850d3ad72889a446fb8f5f29cf96d7434bc8c81', class: "max-w-full" }, user.name && h("p", { key: '29a458e82be47f3b4ce801e289253158b6f7372b', class: "f-ui-01 text-default w-full text-ellipsis" }, user.name), user.preferred_username && h("p", { key: 'fbb49fa957c32bd90b15dd71691b975c920049bb', class: "f-ui-03-light text-light mt-4" }, user.preferred_username), user.email && h("p", { key: 'e634ceb7b74062a19f466abb1f50266370a82747', class: "f-ui-03-light text-light mt-4" }, user.email))), h("div", { key: '3a8a04862973d0e28d7c62d84a6928953fd08df3', class: "text-default flex w-full flex-col gap-y-8" }, h("slot", { key: '50627b6ed0b735079d60b66092181334cd1a954a' })))))));
48
+ //const iconName = this.expanded ? 'chevron-down' : 'chevron-right';
49
+ return (h("div", { key: 'd23f741600ca86103642bfe17058e8e966ed00e0', class: "block" }, h("div", { key: 'cf73f261fdd219f236a93b4162656ef3178ca419', class: "flex items-center" }, h("eds-dropdown", { key: 'c69a3c95348c765d893aa01d5631d122de428970', ref: (el) => (this.dropdownEl = el), intent: this.intent, "aria-label": "User Menu", "dropdown-pos": "right", "dropdown-offset": "false", icon: "user", label: this.dropdownLabel, class: "text-default", onDropdown: this.handleDropdown }, h("div", { key: 'f142afdf77953f791ca0478af862934d0904dabb', class: "min-w-[280px] p-8" }, h("div", { key: '7ee37a9f2175e626c278071a409a5c26f4331c8a', class: "flex gap-x-16", "data-dropdown-no-close": true }, h("eds-avatar", { key: '7248877a0579d8d15dec94b994af5150c9dbf2c2', "first-name": user.given_name, "last-name": user.family_name, initials: this.initials, color: "black" }), h("div", { key: '1766fb5e2613b434c8de825c90141b4f95be00e1', class: "max-w-full" }, user.name && h("p", { key: 'd36907607f575eeb5425c1f2e32e91034fad6dde', class: "f-ui-01 text-default w-full text-ellipsis" }, user.name), user.preferred_username && h("p", { key: '73e02010d3d54151252903071bbe30168ea7d64a', class: "f-ui-03-light text-light mt-4" }, user.preferred_username), user.email && h("p", { key: 'eb522e6c95f15ef0584c7a90c20bb815ccc5d1a1', class: "f-ui-03-light text-light mt-4" }, user.email))), h("div", { key: 'c4284f4dba1964a949380aa0154419e3215daac4', class: "text-default flex w-full flex-col gap-y-8" }, h("slot", { key: '6476e03cf61ad7517e9742e67b44b9c917d9f329' })))))));
50
50
  }
51
51
  static get is() { return "eds-user"; }
52
52
  static get encapsulation() { return "shadow"; }
@@ -89,7 +89,7 @@ export class EdsUser {
89
89
  "mutable": false,
90
90
  "complexType": {
91
91
  "original": "Intent",
92
- "resolved": "\"ghost\" | \"primary\" | \"secondary\" | \"tertiary\"",
92
+ "resolved": "\"brand\" | \"ghost\" | \"primary\" | \"secondary\"",
93
93
  "references": {
94
94
  "Intent": {
95
95
  "location": "global",
@@ -105,7 +105,7 @@ export class EdsUser {
105
105
  },
106
106
  "attribute": "intent",
107
107
  "reflect": false,
108
- "defaultValue": "'tertiary'"
108
+ "defaultValue": "'ghost'"
109
109
  },
110
110
  "dropdownLabel": {
111
111
  "type": "string",
@@ -23,7 +23,7 @@ export const Default = {
23
23
  const container = document.createElement('div');
24
24
  container.innerHTML = `
25
25
  <eds-header>
26
- <div class="px-16">
26
+ <div class="px-16" slot="actions">
27
27
  <eds-user></eds-user>
28
28
  </div>
29
29
  </eds-header>
@@ -33,7 +33,7 @@ export class ColorPrimaryPalette {
33
33
  ];
34
34
  }
35
35
  render() {
36
- return (h("ul", { key: '247df18cb7672b14048e390299894acf0ff44714', 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
+ return (h("ul", { key: '8e734cf4a60694d3f9e3b8418cda0b5ae2b53c0c', 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))))))));
37
37
  }
38
38
  static get is() { return "color-primary-palette"; }
39
39
  }
@@ -58,7 +58,7 @@ export class ColorSecondaryPalette {
58
58
  this.show = undefined;
59
59
  }
60
60
  render() {
61
- return (h("ul", { key: '1712cc4bd243d5bde96aac8334ce26706edf4731', 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))))))));
61
+ return (h("ul", { key: '5ed603d55cb6903a0dcfa620ae51a729a61cc883', 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))))))));
62
62
  }
63
63
  static get is() { return "color-secondary-palette"; }
64
64
  static get properties() {
@@ -58,7 +58,7 @@ export class ColorSupportPalette {
58
58
  return 'text-default';
59
59
  }
60
60
  render() {
61
- return (h("ul", { key: 'f8847f5ebf1c015d60cc1b699b4cfbeceff77b59', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => {
61
+ return (h("ul", { key: '44b71e2df44c8c9d5a5ba570d25050a09566bf3f', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, this.colors.map((color) => {
62
62
  // compute once
63
63
  const textClass = this.getTextColor(color.background);
64
64
  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)))));
@@ -33,7 +33,7 @@ export class GradientPrimaryPalette {
33
33
  ];
34
34
  }
35
35
  render() {
36
- return (h("ul", { key: '6858be14a27601106581efe8fd9221daf4f0ddfc', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16", style: {
36
+ return (h("ul", { key: '258789470870c2782879bbf43ee7320b7c20278c', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16", style: {
37
37
  background: 'linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)'
38
38
  } }, 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))))))));
39
39
  }
@@ -57,19 +57,19 @@ export class GradientSecondaryPalette {
57
57
  ];
58
58
  }
59
59
  render() {
60
- return (h("div", { key: '568e55cca12f97a4afc1a5acffd8ffd64938da44' }, h("ul", { key: '16f19b9d89e83015db81290acfddb3ffc0368aa2', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: 'd1b205d58e171e2a194685888a919d7178291118', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '3be3ecf27999f572951253260802099e49c60392', class: "effect-height flex items-center justify-between p-16", style: {
60
+ return (h("div", { key: '69225b7fdfb7caca0f969c9f8443e5feae1e5049' }, h("ul", { key: '191050a4e4062a36abbe3dcbd341e42cf1bbc729', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '1983fa3f61c360c114d0219701e31cb986864b75', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '9f578c04f4bdb27ad92300ee3607f07332798798', class: "effect-height flex items-center justify-between p-16", style: {
61
61
  background: this.colors[0].background
62
- } }, h("div", { key: '931046b9a1b98bcb147f3d65f1278aa0104b7620', class: "grid" }, h("span", { key: '15341ab5e4937589bd6495e88af46f52b66c13f6', class: "f-body-02" }, this.colors[0].rgb), h("span", { key: 'f73ee08c5e15162f757c1f20084c23dc4cd4fa4f', class: "f-body-02 w-full" }, this.colors[0].cmyk), h("eds-code-block", { key: '414005a29611c2abf4adb9e1429ba46ed946e17c', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'ea676e150c48d8b6f92d664955e435445c00b290', class: "grid" }, h("span", { key: '1b379dba41b32ebf0e79feee6c73646686976123', class: "f-body-02" }, this.colors[0].pantoneC), h("span", { key: 'b327219cfb31f7f6cc2ef1bfbba30acb676f1df8', class: "f-body-02" }, this.colors[0].pantoneU))), h("div", { key: 'b8192f45ddef48a5adc24b9dbd023ab39212b9b7', class: "effect-height flex items-center justify-between p-16", style: {
62
+ } }, h("div", { key: '46d3cab1cb3dd781fb0b10a7e2a475a335d3a14b', class: "grid" }, h("span", { key: '20c96e39bb215773e97152fc6232b40c35369492', class: "f-body-02" }, this.colors[0].rgb), h("span", { key: 'bf5eefcd1e597bd459367dde6435337fca6790bb', class: "f-body-02 w-full" }, this.colors[0].cmyk), h("eds-code-block", { key: '439f646e2f45512485a0e871340fe1c0d99af31d', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'ff06a5814e4d7a677ea695640235df7f1b09c685', class: "grid" }, h("span", { key: '1f2329355cde34ce8de0db364588a9210414a63f', class: "f-body-02" }, this.colors[0].pantoneC), h("span", { key: 'ce99a877251340fa0fe40cf1a9449c180f3d4f4a', class: "f-body-02" }, this.colors[0].pantoneU))), h("div", { key: 'aeff17cba43d8048125b7934c9359183b98c94e5', class: "effect-height flex items-center justify-between p-16", style: {
63
63
  background: this.colors[1].background
64
- } }, h("div", { key: '945802383c8208d374156a239bd902e55e54993b', class: "grid" }, h("span", { key: 'dc9b6be317846769a1e8365c0a3a2c974ccfa23b', class: "f-body-02" }, this.colors[1].rgb), h("span", { key: 'bbff2c3bf5769945f07db0813c21d7a14d8495b6', class: "f-body-02 w-full" }, this.colors[1].cmyk), h("eds-code-block", { key: '93d9b9d19f789a9731ed444c74bada150295ce28', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '8b87555408c3539afe4bd90c19f3d2034cc57d54', class: "grid" }, h("span", { key: '2d5b21465eeb219886486f77f2f72351c5f054aa', class: "f-body-02" }, this.colors[1].pantoneC), h("span", { key: 'b16aa8a075b2a7a3676b7f193ba4fa3185e72f49', class: "f-body-02" }, this.colors[1].pantoneU))))), h("eds-block-break", { key: '3878257fda9acf2175bc8a152c62b09ec5c4924f' }), h("ul", { key: '8b98d84de8eab1fdf31b21ec30aef8af95f82f4d', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '6eec8f2913b8805929a6931856be3fea0b665fdd', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: 'fdc4febd09538cc9d2e0d5efee8394d680859aef', class: "effect-height flex items-center justify-between p-16", style: {
64
+ } }, h("div", { key: '4dbe74c2a516f22ef522d95fa3fb0c5815207a3c', class: "grid" }, h("span", { key: '22867c70b47939d9f9b30078c6873486eef8a03d', class: "f-body-02" }, this.colors[1].rgb), h("span", { key: '0510a917d4b4bc373d6a259cef421c20e6fef0cc', class: "f-body-02 w-full" }, this.colors[1].cmyk), h("eds-code-block", { key: '649226a0e9dc4825c3f009ac1b2044b68b55a80b', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '70d71385d6f5fa63e64831f31b3ca5c5b15a059f', class: "grid" }, h("span", { key: 'e31cb3e8d926d12dfb59c60e236458311867bd83', class: "f-body-02" }, this.colors[1].pantoneC), h("span", { key: 'f36f4f08dc044852213b42dfde6e106a1b85c982', class: "f-body-02" }, this.colors[1].pantoneU))))), h("eds-block-break", { key: '40c2cdbce85fe5233a167f2133082877ed46fe8a' }), h("ul", { key: '6c0ef5e7552351757cf0f419bf1b254cca6f9121', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: 'd7b26c790d754d5ba55b3c02f601718c07b2c54a', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '24c753409e5b67d70212ea6a39850b4355ced584', class: "effect-height flex items-center justify-between p-16", style: {
65
65
  background: this.colors[2].background
66
- } }, h("div", { key: '05e44f954e17e71e93983544efb08fb3f8415efb', class: "grid" }, h("span", { key: 'ff3dac59c5d99e3c3a0bea5454771a46546699dc', class: "f-body-02" }, this.colors[2].rgb), h("span", { key: '629424b91fe69ba2348995ea321b5de71b9bb0e1', class: "f-body-02 w-full" }, this.colors[2].cmyk), h("eds-code-block", { key: '3cadcf4a4d666bfea773aeaf797dcebe0224e9c7', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'a725f4f13d4c944a18c3158f735d8dd172e35128', class: "grid" }, h("span", { key: '02c30563e47078f08752ab718e923dacfca8cf6b', class: "f-body-02" }, this.colors[2].pantoneC), h("span", { key: '460cfb91e2f9bf5c9f557b844c0bd1d7e904c9d2', class: "f-body-02" }, this.colors[2].pantoneU))), h("div", { key: '14c4755af95cb41e5149db0de90a0f0aef429325', class: "effect-height flex items-center justify-between p-16", style: {
66
+ } }, h("div", { key: '058568211b7fe1f9318ca17df97b54e06ae0ea5d', class: "grid" }, h("span", { key: '082e7edbbc979c8481e4c87471d5217fecd70325', class: "f-body-02" }, this.colors[2].rgb), h("span", { key: '1d7f777eeeae24bba34af35a328cfca5be2d6ab8', class: "f-body-02 w-full" }, this.colors[2].cmyk), h("eds-code-block", { key: '2226100dd044fe6cb53652f6384a6b1eff1cf20b', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '33f9d85cffdd0f83b9caf87805dd18eae875a76d', class: "grid" }, h("span", { key: '6637f361a11e185af2953435c93a76799e6fda05', class: "f-body-02" }, this.colors[2].pantoneC), h("span", { key: '749318eac8b7f37e1da1302bcbd17f93f0af344d', class: "f-body-02" }, this.colors[2].pantoneU))), h("div", { key: '9d3b781a726649c0accc613cb697d01bb42c5e32', class: "effect-height flex items-center justify-between p-16", style: {
67
67
  background: this.colors[3].background
68
- } }, h("div", { key: 'ef619263619ba173c62312b766cb00d6d5098123', class: "grid" }, h("span", { key: 'b5585b81fbc61845e6e5cf0ed23782f904cf3d58', class: "f-body-02" }, this.colors[3].rgb), h("span", { key: '346257d86c37f5058f9b4deddf9166f1522970ce', class: "f-body-02 w-full" }, this.colors[3].cmyk), h("eds-code-block", { key: '59b89beef607a724b2bfed5b9bad2a78e5708b42', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'f8e1a2462a31e0a3901618ec76338dde5ae10943', class: "grid" }, h("span", { key: '6e83c3aaae0ae9ec8df2d6eff620059256e4540f', class: "f-body-02" }, this.colors[3].pantoneC), h("span", { key: '714d4e2a90966381c56671c295ec106581eeddef', class: "f-body-02" }, this.colors[3].pantoneU))))), h("eds-block-break", { key: '0014a9aa45398ea35a1f80b6d2e01b4cbc0e99e0' }), h("ul", { key: 'ef5896480deed0bf14c7ebc583b875e31271cff1', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '130103977198e73dcf1e76c8b247dfd0052e66b4', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '8f971d70daed0c51ae3794f5eeea9b8d5bbd689a', class: "effect-height flex items-center justify-between p-16", style: {
68
+ } }, h("div", { key: 'a6b623c79282ce86a61e729057900ecbb5a68168', class: "grid" }, h("span", { key: 'f6eb8b41c30a9acf4f71f23c4f5dc63475792874', class: "f-body-02" }, this.colors[3].rgb), h("span", { key: 'f0606ad3c6c4676d2899052e33f6c4441953cf6d', class: "f-body-02 w-full" }, this.colors[3].cmyk), h("eds-code-block", { key: 'c910b8bfbe955617edcdaeea4fa3e3398c134b18', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'a33a31c3d55d5490eb48800f921408dc48e046d5', class: "grid" }, h("span", { key: 'd74a10f52e474e9db505461bb53c44c9e12405ee', class: "f-body-02" }, this.colors[3].pantoneC), h("span", { key: '01ca7c9b8cf3dd0d3b3f3159a426f6f4f0840c5f', class: "f-body-02" }, this.colors[3].pantoneU))))), h("eds-block-break", { key: '8d19ffae79f0d6c800d1ab6f303d978b2d0c6ae3' }), h("ul", { key: '508b78eda27c872d411df1b6c9f9bd8ece25b4ee', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '69ec343591e60f178e5c9a8742495739f489c8f5', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '8b142eaf31a4456fad672dbb8c60076e2c4ddfc5', class: "effect-height flex items-center justify-between p-16", style: {
69
69
  background: this.colors[4].background
70
- } }, h("div", { key: '8563d07bc98d7a37b1c0eb04957420875247571e', class: "grid" }, h("span", { key: 'b99f1f4d7c044625462542434c6b8941e0b4f8eb', class: "f-body-02" }, this.colors[4].rgb), h("span", { key: '1d5524bcd82d295aa9bb502f04a4b3deb6816a4d', class: "f-body-02 w-full" }, this.colors[4].cmyk), h("eds-code-block", { key: 'f3dec7ffb1d822eec1fbda4e189624c52b3d46b3', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '61135fbeab7e0657b589199cdf8caa39b5a97191', class: "grid" }, h("span", { key: '3feae86bababfb8dd0ae4c78e342b6b40a5353d6', class: "f-body-02" }, this.colors[4].pantoneC), h("span", { key: '458f2c43915ff00eff926dc39afe9a56b822df67', class: "f-body-02" }, this.colors[4].pantoneU))), h("div", { key: '6fdbdbd92c843ddaa42d3cad358317ec7dc92723', class: "effect-height flex items-center justify-between p-16", style: {
70
+ } }, h("div", { key: 'bf5f0cf2b9ef7c9a4814fa6f423cb4b9434878c3', class: "grid" }, h("span", { key: '074772116344b8e4e4283e448a67de07019fc807', class: "f-body-02" }, this.colors[4].rgb), h("span", { key: 'f963109c62079dd8dd85fb82eae94ece0170d8fd', class: "f-body-02 w-full" }, this.colors[4].cmyk), h("eds-code-block", { key: 'c2e79bf856562f0830ea6fe651ec774644d64f08', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'd08a0628c64b87da7e8714b75e2c380228ea6144', class: "grid" }, h("span", { key: '79bfd7870adbc66d77770dd59d63f1e368fc3d32', class: "f-body-02" }, this.colors[4].pantoneC), h("span", { key: '88d5fce43c419d06b0d1a7c5196ca2cb7c2e4171', class: "f-body-02" }, this.colors[4].pantoneU))), h("div", { key: '36b4521488bd73d13f2e666b899e50df1537eb81', class: "effect-height flex items-center justify-between p-16", style: {
71
71
  background: this.colors[5].background
72
- } }, h("div", { key: '1f0f2dd84c18ab45e5db4f09cdacc4cffdd6db30', class: "grid" }, h("span", { key: '3050e33955bd0c6486ac385b7d89f404fd2ffb47', class: "f-body-02" }, this.colors[5].rgb), h("span", { key: 'c40759231240722eb9c93878d74f4a2028492b3a', class: "f-body-02 w-full" }, this.colors[5].cmyk), h("eds-code-block", { key: '01746b746ebe1c229169f8c9d0b078bff564edbf', code: this.colors[5].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'c11478286125955885b8e4e650f284876af7144b', class: "grid" }, h("span", { key: '013e2e01b741eaff76a5ab017304dd6f2afb91c4', class: "f-body-02" }, this.colors[5].pantoneC), h("span", { key: 'ab81b5c103a1dd18b91227848fdd0ed379e92738', class: "f-body-02" }, this.colors[5].pantoneU)))))));
72
+ } }, h("div", { key: 'c94304a7f235b4ba472a07004773424d8a90c222', class: "grid" }, h("span", { key: 'b1b47cc470037312522f3de03c8249870dda6703', class: "f-body-02" }, this.colors[5].rgb), h("span", { key: '665d8aa39800f35bf04f04912ff18f6599f27735', class: "f-body-02 w-full" }, this.colors[5].cmyk), h("eds-code-block", { key: '4c09ed9f92d05ee3918d8f67b429989ae512d561', code: this.colors[5].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '3500216d692f134a3a02426adf62e32bbf49d776', class: "grid" }, h("span", { key: 'eff3cd5a7e07a2a8d51db3471389ecdc0ffc4d83', class: "f-body-02" }, this.colors[5].pantoneC), h("span", { key: 'e34aae1a29feadb849ae0e4ffa5037e716f67777', class: "f-body-02" }, this.colors[5].pantoneU)))))));
73
73
  }
74
74
  static get is() { return "gradient-secondary-palette"; }
75
75
  }
@@ -49,11 +49,11 @@ export class GradientSupportPalette {
49
49
  ];
50
50
  }
51
51
  render() {
52
- return (h("ul", { key: '8f8703b8b6ef19574984d630d23f4a078e2683c1', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '6981ecea14309c747455aff6dff44c807391fb22', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '23dc2b606d633779313a98cde5df750a21c50267', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[0].background } }, h("div", { key: '3649c7d9a2c815cc6ab1f414f062321f29a00701', class: "grid" }, h("span", { key: '732dfac36b9bb5d9df0dfe96bfd4fb36c5288d2e', class: "f-body-02" }, this.colors[0].rgb), h("span", { key: 'f0505ec5aaff33b24b19db784b3b16b9f73f18db', class: "f-body-02 w-full" }, this.colors[0].cmyk), h("eds-code-block", { key: 'ca7457b315b438bf41a7f0b1dfd2205d493e1c06', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'd29ebbce1ea5dbf25888388bbc3cd73416642c94', class: "grid" }, h("span", { key: '8e503b62bc19087efe3291f2454eec4b00b18a4a', class: "f-body-02" }, this.colors[0].pantoneC || 'N/A'), h("span", { key: '5a12462534602160bce47b9c9f397557f8f1057d', class: "f-body-02" }, this.colors[0].pantoneU || 'N/A')))), h("li", { key: '491e060c9201186f987ae4f075eee0efca38b6bc', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: 'e2084e7d7cfce5a784efbcdaf0c597b749ecc1d0', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[1].background } }, h("div", { key: '633ced7174a5242a3dff2d51d53add5a20bcbf0a', class: "grid" }, h("span", { key: 'a0000924f7a9614b4dd8651880b51925f0868487', class: "f-body-02" }, this.colors[1].rgb), h("span", { key: '6007da47921d8ae881156f9c57af43a839e71743', class: "f-body-02 w-full" }, this.colors[1].cmyk), h("eds-code-block", { key: '4aa67182a26f57bbeb9dd251db1cbbe0ba1919fe', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '963ac8d736c7b54366d2e2798e77bc04ac01d539', class: "grid" }, h("span", { key: 'd574f8c3b02fdcd9bca10d186916b848b275ae85', class: "f-body-02" }, this.colors[1].pantoneC || 'N/A'), h("span", { key: '97b5290bd127179160eb6fc8b76914cb620b733c', class: "f-body-02" }, this.colors[1].pantoneU || 'N/A')))), h("li", { key: 'f5f7ff4bdad90dff2506112c812fe4c466539f7f', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '8517f8e52dbb41ece0da2019d072f7e73fc8d2a0', class: "effect-height flex items-center justify-between p-16", style: {
52
+ return (h("ul", { key: 'b2a9b236f4d09ceef5bda9568b2210ce5f244a35', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '6527094bbfe9ae9b3d07107e06ad25639a5a9102', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: 'fd97b352fd25574a076855b168e9a86dd12450a5', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[0].background } }, h("div", { key: '1ecf065df68a1038dfb3d98e4f3b6c1de65bc08e', class: "grid" }, h("span", { key: '8768cb503ab0a21870428ed166f8e25f45072a3f', class: "f-body-02" }, this.colors[0].rgb), h("span", { key: 'd2ca5585cb8e58941c1e24e3b92d24c113042f4b', class: "f-body-02 w-full" }, this.colors[0].cmyk), h("eds-code-block", { key: '179d621b1f7355241aba0332d8cb261300cc313b', code: this.colors[0].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '2857e7fe056cd77b613697fcd0a71b6904d7f522', class: "grid" }, h("span", { key: '37fb181e166357e3a735a3b28cec42c04fa307d0', class: "f-body-02" }, this.colors[0].pantoneC || 'N/A'), h("span", { key: '2df6d62a1f29d5815a910c3a1d69137a72d38837', class: "f-body-02" }, this.colors[0].pantoneU || 'N/A')))), h("li", { key: 'b8f91e3c53126c2eaf8b4055754acbb40ff5641a', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '37f55d6e6af310b057b6c76011f995377e8479b4', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[1].background } }, h("div", { key: '2310de38c6deed34dde453039d22c3295c3515a0', class: "grid" }, h("span", { key: '3cf79727b544d93d73e58b257f73864bf928d301', class: "f-body-02" }, this.colors[1].rgb), h("span", { key: 'd1f2e667b2e49c39b5c58a63a995aeedd4e8b659', class: "f-body-02 w-full" }, this.colors[1].cmyk), h("eds-code-block", { key: '6dfbad0e7a87977d9ad4eb3d6732c2582f66000d', code: this.colors[1].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '9e5a372a3a1b72ad7ef8e7658fc5ee328ee4ebc6', class: "grid" }, h("span", { key: '1b808be8fc77c51983ef4c43e8a3f0dc47b46006', class: "f-body-02" }, this.colors[1].pantoneC || 'N/A'), h("span", { key: 'ccabc7f2ddc85de55fb3b099b0b95b2030baa818', class: "f-body-02" }, this.colors[1].pantoneU || 'N/A')))), h("li", { key: '2831236d472040166824309e964608560f8935d8', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '8471b5023d94083d8118f9c452b35d0c1c173662', class: "effect-height flex items-center justify-between p-16", style: {
53
53
  background: this.colors[2].background
54
- } }, h("div", { key: '08db76c840f25159be21cf66f8ab1a5e7c0ec206', class: "grid" }, h("span", { key: 'b46181d8eaa69635063b39efeab603d6961428cc', class: "f-body-02" }, this.colors[2].rgb), h("span", { key: 'a91102f446f351b6be7d27051b947bf72a394606', class: "f-body-02 w-full" }, this.colors[2].cmyk), h("eds-code-block", { key: '98d406eaa5d641640ca5eb95271fc400282c6f69', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: 'a4cf89fe913982b3c296dc745323630518b9834f', class: "grid" }, h("span", { key: 'ea5a30092e75135670580b40263314a1e16fb725', class: "f-body-02" }, this.colors[2].pantoneC), h("span", { key: '0a4fe2b93027193d508f593432c7c2589ceedba9', class: "f-body-02" }, this.colors[2].pantoneU))), h("div", { key: '117711ee44837fe7545490304e714e4e433c608b', class: "effect-height flex items-center justify-between p-16", style: {
54
+ } }, h("div", { key: '7c1251b8075a6d67b82e88e038ed772e292e0742', class: "grid" }, h("span", { key: '55793b301d204f7d5996f85ae5ad003d61930f5f', class: "f-body-02" }, this.colors[2].rgb), h("span", { key: 'a5eab2850d8a5e41ec043cd3b506a2f536f20820', class: "f-body-02 w-full" }, this.colors[2].cmyk), h("eds-code-block", { key: 'b7642a477a00c4f811b4cc36f36458179802211b', code: this.colors[2].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '791c7d3c9d83c82848805efe96d6567dbcf2579a', class: "grid" }, h("span", { key: '3d46cbb0ccce0f1554d19c33aa4fb0a92d24381f', class: "f-body-02" }, this.colors[2].pantoneC), h("span", { key: '68ce16ea65d735d9025729b5cbffa173a2b9e07a', class: "f-body-02" }, this.colors[2].pantoneU))), h("div", { key: 'ee9efa5eec6d06a960619eb84de06703df3a4358', class: "effect-height flex items-center justify-between p-16", style: {
55
55
  background: this.colors[3].background
56
- } }, h("div", { key: '49227a94ee6c63902c24ae6e1ce598721f2179e7', class: "grid" }, h("span", { key: '25c2e7c420bf7501c91fb810dcc15b8fabe75211', class: "f-body-02" }, this.colors[3].rgb), h("span", { key: '0a7918f45e4315630fdd51701fd502930db1d62d', class: "f-body-02 w-full" }, this.colors[3].cmyk), h("eds-code-block", { key: '93fd3a9ce6103b162559697d43bd6c79134bd12e', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '9b8af5c7b8c039647035c2252cb9febddf1c12d8', class: "grid" }, h("span", { key: 'c50c154e8587bb41f1c80b61869103d12339308f', class: "f-body-02" }, this.colors[3].pantoneC), h("span", { key: '567798f8d597a9fe26123dd489443e6c752f0b38', class: "f-body-02" }, this.colors[3].pantoneU)))), h("li", { key: '4297335389feff02c051beea3bbfee33677f61ac', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '0a5cda329ffc92c33e323ded6c74a2f3b6309797', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[4].background } }, h("div", { key: '02babf093dea42599bdd40ae789b795714b638a2', class: "grid" }, h("span", { key: 'a5c2e49f307c005c29b6c3c0d5c37604a20b38d7', class: "f-body-02" }, this.colors[4].rgb), h("span", { key: 'e9281ee3b7c23920e165f90796772c5057f0e591', class: "f-body-02 w-full" }, this.colors[4].cmyk), h("eds-code-block", { key: '0144a15a5f4276c6d686dd7ea2893ead295d81ad', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '84e6de06e4c31803fa99ef2113866e947631be02', class: "grid" }, h("span", { key: '1a21ce9476d86e83c3a61c591d015d917f34bad2', class: "f-body-02" }, this.colors[4].pantoneC || 'N/A'), h("span", { key: 'c81bd5ea778d4694847bcbd0f23c320e5acc9167', class: "f-body-02" }, this.colors[4].pantoneU || 'N/A'))))));
56
+ } }, h("div", { key: 'a1033cf5a07c5adae91f6968ef0d74ea910ff02e', class: "grid" }, h("span", { key: 'e5d58be01a90c281fa701d022b24807a3b1a8404', class: "f-body-02" }, this.colors[3].rgb), h("span", { key: '7bef9018db3e4997997124f6f3d697ecf614531e', class: "f-body-02 w-full" }, this.colors[3].cmyk), h("eds-code-block", { key: 'c95ed9f2caf0a75b34e6cc1ca3d4afa12f163b35', code: this.colors[3].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '1ab575c669e9fb41388df03fe029c4dc63c167b0', class: "grid" }, h("span", { key: '58c31b1b22572eb897f7e5a2d82135b92505eae3', class: "f-body-02" }, this.colors[3].pantoneC), h("span", { key: 'ca75da8134fd83a86150fd6dbcdde73a2561c453', class: "f-body-02" }, this.colors[3].pantoneU)))), h("li", { key: '700df92ad4634107b94e19ae2dd21b04909393b6', class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { key: '9038289a89c119a695fcd3a0eb6d174f13a33591', class: "effect-height flex items-center justify-between p-16", style: { backgroundColor: this.colors[4].background } }, h("div", { key: '73a8b1f9955f52c8e83aff7f85d269af13206cfa', class: "grid" }, h("span", { key: 'd7cd4652abb1e85f1751149c4be6ba5fc13c6da5', class: "f-body-02" }, this.colors[4].rgb), h("span", { key: 'b38ed95e45e80e3ce59edff465293a9d9f42ab37', class: "f-body-02 w-full" }, this.colors[4].cmyk), h("eds-code-block", { key: '72ffcc7e26b91aaa5315738d902e3becbade6759', code: this.colors[4].hex, style: { minWidth: '150px', marginRight: '5px' } })), h("div", { key: '856966a786985018be9151aaef0442456056ca88', class: "grid" }, h("span", { key: '6baa9c0a4a587055b85940d846369086bc688075', class: "f-body-02" }, this.colors[4].pantoneC || 'N/A'), h("span", { key: '578fbcd62e8ca8d6cd6d43891540451724133f6e', class: "f-body-02" }, this.colors[4].pantoneU || 'N/A'))))));
57
57
  }
58
58
  static get is() { return "gradient-support-palette"; }
59
59
  }
@@ -60,7 +60,7 @@ const red = [
60
60
  */
61
61
  export class CorrectUseOfColors {
62
62
  render() {
63
- return (h("div", { key: '4fe6cbf0872ceb38e8c4ade73f9cd5d71dc02a6d', class: "container" }, h("p", { key: 'a2f95067e472c8ecc8010cc529ec69c48746f243', class: "f-body-01" }, "This guide demonstrates the correct usage of the", h("eds-link", { key: '304fd52f6ef4744d6a531a5d7b8729d505c6d7e5', label: "primary", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", h("eds-link", { key: 'eea7378f6153492e2238417887f2ce786c450293', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), h("div", { key: '87608635aa776aea41fd8d6a9b794fd617e58316', class: "flex" }, h("div", { key: '39197725e0a769ce5aeae4ecf3490c40368a1a69', class: "w-full" }, h("ul", { key: 'fc7bc2dd624ad83209d2e55a31c7fe228e27a05c', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, primary.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[150px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: '487f4c9776ef797fed3a504bc988529fafafe5d8', class: "w-full" }, h("ul", { key: '40cc46b58f95bdfe281b8336d57200f0b10ba7bf', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), h("p", { key: '0d7f40bfb85770112c13562ec947475f3b31a581', class: "f-body-01" }, "This guide demonstrates the correct usage of the", h("eds-link", { key: '2574eb39b09d61126d4caceb1ca39718fb84cc49', label: "purple", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", h("eds-link", { key: '19ae32c4f3db95043b10be2dd1f8542910295db0', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), h("div", { key: '500638a0a9d1a29962dcffa485612bc716b17585', class: "flex" }, h("div", { key: '8564beedaa965489c3224ab8279a35af3f8234a4', class: "w-full" }, h("ul", { key: 'a60d9044f83a891df3f8855699c9add12826b1e2', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, purple.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: '312f36e79e1a1c1d6c009c8e61fdff15aa7d2d36', class: "w-full" }, h("ul", { key: '239670d7c3ff0eb8e8183999250dd4599f7eb57d', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), h("p", { key: '0ad90e8f9b9b5a6e02f60f1992c3290811f7712c', class: "f-body-01" }, "This guide demonstrates the correct usage of the", h("eds-link", { key: 'df616406dd19b599afba16f1eb7c6efd0ab0a676', label: "blue", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", h("eds-link", { key: '595d7edcb5d5309daff1bda838a87afaeb91d1ac', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), h("div", { key: '553e6261bd0b27dee6993b3b828f0a32e9125fa7', class: "flex" }, h("div", { key: 'c2117c24b17629ab511eff847954b54b5ef7dafe', class: "w-full" }, h("ul", { key: 'a18f9635a15188a3b9ae057d83968a26f225289e', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, blue.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: '31a3b39cebe2d27d0f14769e9031a6342956ae48', class: "w-full" }, h("ul", { key: 'acd7aab003bade1303b98c6e5cfa31f65078315e', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), h("p", { key: '3d85b99a224355957176c8511e2ce8847a10b15f', class: "f-body-01" }, "This guide demonstrates the correct usage of the", h("eds-link", { key: 'c362a37363f542dc6e93f74fd19e1be47a9c2e26', label: "redish", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", h("eds-link", { key: '30890c8730d50a567611fee53a879511d6c83170', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), h("div", { key: '0711dc09f3de81be950f9b1103fef11579bf269f', class: "flex" }, h("div", { key: '84e885c4a4102791febe68fa3b3f65f7f14cbf66', class: "w-full" }, h("ul", { key: '68f65fecdc6a4875d0ec1dcc3a187b32a13edaa6', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, red.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: '9eb65cffe9ec2b8cd8505dffaf67bb9da1545327', class: "w-full" }, h("ul", { key: 'b8ec8142577d347f87a4a34984c83a7b2b6390de', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))))));
63
+ return (h("div", { key: '6f2e0d05692813eeb9f7edb52508efd608763908', class: "container" }, h("p", { key: '78ab9fe995f873ae56b734550fb96d5cfcc94ecf', class: "f-body-01" }, "This guide demonstrates the correct usage of the", h("eds-link", { key: '2dd1a95794b4e72c5fc54079b69ef48108fca4ac', label: "primary", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", h("eds-link", { key: 'db85859e08c5faa38cc8e04d9e7602486cac1921', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), h("div", { key: 'bbd0f8a9de6ab6d1ad08d79af9695ebee46568c4', class: "flex" }, h("div", { key: '12fe2d6fa1f349e6431a6484e50b637f3a9539cf', class: "w-full" }, h("ul", { key: '8750fcdacb4a408d1003153ef24c1aa1eb266d50', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, primary.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[150px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: '899c5ac4127fdab0c26a619e5ba9e9abad682b84', class: "w-full" }, h("ul", { key: '20324cb5001311ad3ff9dc138e2d7dfd4779a071', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), h("p", { key: '8d9cf6a12252c3ab51779365467d9b5b8eda2aac', class: "f-body-01" }, "This guide demonstrates the correct usage of the", h("eds-link", { key: '01fb910b11041bb7b9891edf0546ad6d48a1c59d', label: "purple", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", h("eds-link", { key: '0e16590a0ea3dd612c386ec8144d34c46d9cc239', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), h("div", { key: '409db013f54872918a046349932ffb03cbd5c7c8', class: "flex" }, h("div", { key: '7a4caa407edcf4778769b087e14f1d7725d49541', class: "w-full" }, h("ul", { key: '04a87008d35495235219096d6cee25c5b79c047a', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, purple.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: '42412cb3ccd6019262724d160208c9c74ab0be87', class: "w-full" }, h("ul", { key: '832b788f29badaf0e6b498b743400e98b3d62336', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), h("p", { key: '7d5710b21829f9a98d11d9328528391bb35b9b5b', class: "f-body-01" }, "This guide demonstrates the correct usage of the", h("eds-link", { key: 'afd01b3fbd6ba01f2e6f66c99a8d69e31a21bf1a', label: "blue", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", h("eds-link", { key: '560b790073d516e3a48217454d2926eb8e7619ae', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), h("div", { key: '81ec29cd9873c62aa9afffecc9f39ada4535452a', class: "flex" }, h("div", { key: '358baaafe6def20de75387af5bac0cb69cb53daf', class: "w-full" }, h("ul", { key: '338913f0d10c724834a9bf9102ebff0159ad4b42', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, blue.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: 'baf990dd3cf2c6587e312e07b93b00e975608268', class: "w-full" }, h("ul", { key: '60bb4363163e3d10eb61388a8f505d1da2027598', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } }))))))), h("p", { key: 'e607f95714c66a02cc8d7e336f2b0731bfeb916f', class: "f-body-01" }, "This guide demonstrates the correct usage of the", h("eds-link", { key: '82b699d19d01e11eeea3c13d8e817d12c32ee4ca', label: "redish", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#primary-palette", "extra-class": "inline-block ml-4" }), "and", h("eds-link", { key: '54f9a3e1e6b7629ace882a50f971e88d983e66d2', label: "support", size: "small", intent: "underline", icon: "chevron-right", url: "../color-palette/#support-palette", "extra-class": "inline-block ml-4" }), "color palettes."), h("div", { key: 'bf1a294c09474031d042153d402e9fe84907d0f5', class: "flex" }, h("div", { key: '5ec457417cf7a123aabd28e822d437e2706c228f', class: "w-full" }, h("ul", { key: 'ee50fe6ddf736682fb69838f53875b88cd22507d', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, red.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[225px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: '50fcc531966b131ec36acbf396e1676ea988d1ba', class: "w-full" }, h("ul", { key: '01fa6bca1248df187df894f419ff77efe24bf426', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, support.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))))));
64
64
  }
65
65
  static get is() { return "correct-use-of-colors"; }
66
66
  }
@@ -38,7 +38,7 @@ const incorrect = [
38
38
  */
39
39
  export class IncorrectUseOfColors {
40
40
  render() {
41
- return (h("div", { key: 'dc96e5e7e26b90d55edf211a12cca96331fd50ee', class: "container" }, h("div", { key: '7168395a53d0d1ccb01ea8850dc78b9bafbc80db', class: "mb-8" }, h("eds-alert", { key: '66969d5478be8b0e07dc96e62aac4273fe23927c', message: "Note that, each of the four colour tones cannot be mixed in the same composition.", intent: "error" })), h("div", { key: '1b31ee746e23288fc37c17e71bc9c5a4d9333a0a', class: "flex" }, h("div", { key: 'f04c1b2349c82720f7e3d9a29c2aaf0ff9d73af0', class: "w-full" }, h("ul", { key: '2ba63701fdde544e5c510e03676d1b1c74061931', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, primary.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[150px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: '7642247ada8ff3201e3a1273a20cb37860a1581d', class: "w-full" }, h("ul", { key: 'ef03781a8ed2067adc0b8cb65ba9268ba0920f04', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, incorrect.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))))));
41
+ return (h("div", { key: '424c9b01d69068fa058b25dd89df08154912dfe7', class: "container" }, h("div", { key: '5a9dae817344c3c92b8bdb55b806b1f96e26496d', class: "mb-8" }, h("eds-alert", { key: 'afeaa6e5320151800d31c3fecb85669000409a14', message: "Note that, each of the four colour tones cannot be mixed in the same composition.", intent: "error" })), h("div", { key: '87241b25b9f9e326183ba4496983d93bef766380', class: "flex" }, h("div", { key: 'c018e1fffc8198b3e48e1df6b1e8d560e1c7b84a', class: "w-full" }, h("ul", { key: '97845ca2dfe71ac0feb27762c4b3c71c80ca626c', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, primary.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[150px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))), h("div", { key: '05adf9099f1b043d08577cf1f233551d83fc4242', class: "w-full" }, h("ul", { key: '55792bcf3ecb93df6884d7366aa8c7f2c3cf5ad5', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, incorrect.map((color) => (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "w-full min-h-[90px] effect-height flex items-center justify-between p-16", style: { backgroundColor: color.background } })))))))));
42
42
  }
43
43
  static get is() { return "incorrect-use-of-colors"; }
44
44
  }
@@ -28,7 +28,7 @@ export class ComponentsSection {
28
28
  }
29
29
  }
30
30
  render() {
31
- return h("div", { key: '2716938c52b8f67e031d8508745cccb8f015a110', class: "container" }, this.renderContent());
31
+ return h("div", { key: '9664cd887a7ac8a2a80f32e501cac7230620052e', class: "container" }, this.renderContent());
32
32
  }
33
33
  static get is() { return "components-section"; }
34
34
  static get properties() {
@@ -25,7 +25,7 @@ export class DocsContent {
25
25
  }
26
26
  }
27
27
  render() {
28
- return h("div", { key: 'dfc087cb088b4505939bcf69559639f0a2075255', class: "container" }, this.renderContent());
28
+ return h("div", { key: 'd012b0c560b658efc52b6ed9c26f481d2ce38bd9', class: "container" }, this.renderContent());
29
29
  }
30
30
  static get is() { return "docs-tokens"; }
31
31
  static get properties() {
@@ -69,7 +69,7 @@ export class TokenList {
69
69
  render() {
70
70
  // Check if `show` prop is provided; if not, display all sections
71
71
  const sectionsToDisplay = this.show ? { [this.show]: colors[this.show] } : colors;
72
- return (h("section", { key: '2fcc5dd08b84b47b561c6f32f49c65b90560069f', class: "w-full mt-28" }, Object.entries(sectionsToDisplay).map(([sectionName, sectionContent]) =>
72
+ return (h("section", { key: 'b95825988f64556481b66203bcd8fb281b88d2a9', class: "w-full mt-28" }, Object.entries(sectionsToDisplay).map(([sectionName, sectionContent]) =>
73
73
  // Only render sections that exist in `colors`
74
74
  sectionContent ? this.renderSection(sectionName, sectionContent) : null)));
75
75
  }
@@ -5,7 +5,7 @@ import radii from "../../../../../../../../packages/assets/tokens/radii"; // Adj
5
5
  */
6
6
  export class TokenRadii {
7
7
  render() {
8
- return (h("section", { key: '2afbed04fa53695bfc13275ab6d6f77d314e4d14', class: "w-full mt-28" }, h("ul", { key: '87490ba0d46027993d10cdf5f5deef419cc147c1', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(radii).map(([key, value]) => (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-16 block lg:flex items-center justify-center text-center border-3 border-soft rounded-${key}` }, h("eds-code-block", { language: "Utility Class", code: `rounded-${key}`, class: "mx-auto min-w-[200px] sm:mb-4 sm:max-w-[200px] mr-auto" }), h("eds-code-block", { code: `border-radius:${value}`, language: "css", class: "mx-auto min-w-[200px] sm:max-w-[200px] ml-auto" }))))))));
8
+ return (h("section", { key: '8b1c08f1c32236156eea1d1d1f78a9bad3a202cb', class: "w-full mt-28" }, h("ul", { key: 'b995ce086b3c9b7796f161c29bd206534a3e5316', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(radii).map(([key, value]) => (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-16 block lg:flex items-center justify-center text-center border-3 border-soft rounded-${key}` }, h("eds-code-block", { language: "Utility Class", code: `rounded-${key}`, class: "mx-auto min-w-[200px] sm:mb-4 sm:max-w-[200px] mr-auto" }), h("eds-code-block", { code: `border-radius:${value}`, language: "css", class: "mx-auto min-w-[200px] sm:max-w-[200px] ml-auto" }))))))));
9
9
  }
10
10
  static get is() { return "token-radii"; }
11
11
  }
@@ -5,7 +5,7 @@ import ratios from "../../../../../../../../packages/assets/tokens/ratios"; // A
5
5
  */
6
6
  export class TokenRatios {
7
7
  render() {
8
- return (h("section", { key: '4dcf52cac610208030db8af7681cfee611f02a62', class: "w-full" }, h("eds-section-core", { key: 'cb571aba92bc59c7b458281258362ca91becc09b', tag: "div", "section-title": "Aspect Ratios", "heading-level": "h3" }, h("ul", { key: '734f5db424dce811f5b6508c49c9f4c9ea4f4474', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(ratios).map(([key, value]) => (h("li", { class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { class: "container ratio-box flex items-center justify-center text-center border-2 border-soft", style: {
8
+ return (h("section", { key: '9ab666342a801e51b3a75c979bceadccf4d9736e', class: "w-full" }, h("eds-section-core", { key: '4eea7a8b3b8e3b0404108345756d11806ea2805d', tag: "div", "section-title": "Aspect Ratios", "heading-level": "h3" }, h("ul", { key: 'faa065acac9bce28073f709d147c9b2725150da5', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(ratios).map(([key, value]) => (h("li", { class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { class: "container ratio-box flex items-center justify-center text-center border-2 border-soft", style: {
9
9
  aspectRatio: value.replace('/', ':'), // Cast to string to resolve TypeScript error
10
10
  width: '100%', // Full width to show the aspect ratio correctly
11
11
  maxWidth: '300px'
@@ -5,7 +5,7 @@ import shadowTokens from "../../../../../../../../packages/assets/tokens/shadows
5
5
  */
6
6
  export class TokenShadows {
7
7
  render() {
8
- return (h("section", { key: '56dcf320ff3ee79c493757a3cfe27c1f7bca33d9', class: "w-full mt-28" }, h("ul", { key: '8113c23d2eaab9abd28acb618c9599d5be1262a6', 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]" })))))))));
8
+ return (h("section", { key: '60745a5eb31e7ce043c3d69cd8246b752cd66520', class: "w-full mt-28" }, h("ul", { key: '4c8ce259916cf36fc240c0ae3f22d32571a919f8', 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]" })))))))));
9
9
  }
10
10
  static get is() { return "token-shadows"; }
11
11
  }
@@ -4,7 +4,7 @@ import { h } from "@stencil/core";
4
4
  */
5
5
  export class TokenSpacing {
6
6
  render() {
7
- return (h("div", { key: '45442561f72445e84c257ebc9d30f2147303427a', class: "w-full" }, h("ul", { key: 'cca0cba4260ddebb2b0f1e39a9cc96d067d3fa73', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '8c38c0e0802683d9ba2cb38dff013aa02650bbe0', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '406aac1f24a9a812b7405b5e323e3cb73574fb79', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'ec7f90ce92020a91b57e28545ede5d782d4a7dcc', class: "spacing-sample m-16 bg-strong" }, h("span", { key: 'e84d0c8ccc0c6be14ca41bceece9cc63a8137dfb', class: "f-body-01 text-inverse" }, "Margin: 1rem / m-16")))), h("li", { key: 'dce507afa0eac9ddd430d8b2034b943e844a9b32', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'cc986ee89d249ac351c6ed81650668a8ba8ab139', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '1778c2032e322a0cde34987e5ecaaeec38933892', class: "spacing-sample ml-64 bg-strong" }, h("span", { key: '8ee98a9847db2baf69adf1e5919ecefa86a1dea8', class: "f-body-01 text-inverse" }, "Margin Left: 4rem / ml-64")))), h("li", { key: '589485906ebebf8fdc348e995e6aae0dcd4124fd', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'b94fe2cd4f93f7e52fc82423d728f5ffd3cb7dd1', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '5c6ed8a3c4573eb4f7644e18a4e6c10cab958e2a', class: "spacing-sample mt-32 bg-strong" }, h("span", { key: 'bec15bc9092c36295bf012f82fd34e8eee5954cf', class: "f-body-01 text-inverse" }, "Margin Top: 2rem / mt-32")))), h("li", { key: 'e9568891252c4597431f117f0f8c9136d30c3658', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '1fac252cd3bfd2cb1f9aa3b419e04f570f57f4e8', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'd59e7e5f180ab164837c5b94cf3f61a7084a6385', class: "spacing-sample p-32 bg-strong" }, h("span", { key: '73dc397292ae7ff9c532b4c6c9f2a42c35945493', class: "f-body-01 text-inverse" }, "Padding: 2rem / p-32")))), h("li", { key: 'af9c0e9fb5fd5c314d34f2cf6b2bdc9a63133c0d', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '498a46c66ec671f41681f458615d69a741784761', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '6e511b973ff53d748e99728fb1b186796437bbca', class: "spacing-sample pt-32 bg-strong" }, h("span", { key: 'cae79c38937cae94930fa8750fb308ab4329de45', class: "f-body-01 text-inverse" }, "Padding Top: 2rem / pt-32")))), h("li", { key: '67e0ec47dfcbaf8c51969973137c4ba87ee6337d', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'aa8003ce3db28c8697d57728c02797324dffbf1f', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'aeaa333a1e0fbfaf5d2fcc49c4e8180e94b91b03', class: "spacing-sample pl-32 bg-strong" }, h("span", { key: '708a18ad1ebeb0a24fcea4d06aa42c024bb2258a', class: "f-body-01 text-inverse" }, "Padding Left: 2rem / pl-32")))))));
7
+ return (h("div", { key: '8ebe0d888150e5fefd1d3047cc82548f12f47f9f', class: "w-full" }, h("ul", { key: 'c57af77dfb437bafaf060a6c6ebece84c4683409', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '6ca948268bd07e50409334b84eeeb362287f131e', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '0f33f8feec6657d21a4e4a1973d4c46cf4f6c526', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '194c9d5367c75c35f021d0b5c64601a72d1141fd', class: "spacing-sample m-16 bg-strong" }, h("span", { key: '252af2371d58a8364718210563b7aa9a76a551a6', class: "f-body-01 text-inverse" }, "Margin: 1rem / m-16")))), h("li", { key: '833a8373bbe4db4514c84d4e299e2103b37bc75e', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'd364398230aca7af47273a654a8f138d70361c75', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '707e0b62f500c16dc2d72da8e0bd85adabd7280b', class: "spacing-sample ml-64 bg-strong" }, h("span", { key: '846c07af2613e90c3acd1fa66aa422db14a95526', class: "f-body-01 text-inverse" }, "Margin Left: 4rem / ml-64")))), h("li", { key: '107899eab78bbb70f62b0aa2df8573f7a940024c', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'fb007ac46524cfda56c1033869b3fd7edeec96b8', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '4312aaa901f7ad1075056517b2d8b0902e708aec', class: "spacing-sample mt-32 bg-strong" }, h("span", { key: '62a87119afea530831e3bcbb45da16f3a3cfb1b8', class: "f-body-01 text-inverse" }, "Margin Top: 2rem / mt-32")))), h("li", { key: '279e6f5af470cf3f969c37f715def542e4d13140', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '057bcacd976a4d7f0a69ccba3b469e79f6e8c86a', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '379423e5ef1b3f5be2a322493266305f2cf46b9d', class: "spacing-sample p-32 bg-strong" }, h("span", { key: 'a3bd9db6ab5dd4f6204d5009c4328f617f44b78c', class: "f-body-01 text-inverse" }, "Padding: 2rem / p-32")))), h("li", { key: '526411b8ab854f67873964446dee7191949f5d54', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'c30d0c423a4d3104ca8736fbd2c0de5159ac8f2d', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '93e0422c2304a0d3a158ba086aa9235a05d621f0', class: "spacing-sample pt-32 bg-strong" }, h("span", { key: 'dca707847134a421d60930307613a6528a009f9d', class: "f-body-01 text-inverse" }, "Padding Top: 2rem / pt-32")))), h("li", { key: 'a132977bdf19ba79401ccc05f248711eb2793497', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '2fad0e796528bce6c021cbb9d3036d4a23226b82', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'be02958fc44ca651c348078dfc84fabbe92afaa1', class: "spacing-sample pl-32 bg-strong" }, h("span", { key: '6c94b77b470a1dd9de4dad7a6900d2e053236f52', class: "f-body-01 text-inverse" }, "Padding Left: 2rem / pl-32")))))));
8
8
  }
9
9
  static get is() { return "token-spacing"; }
10
10
  }
@@ -5,23 +5,24 @@ import typography from "../../../../../../../../packages/assets/tokens/typograph
5
5
  */
6
6
  export class TokenTypography {
7
7
  render() {
8
- return (h("section", { key: '859a416f39219fa58601b57eab3d3ceeceb072fa', class: "w-full" }, h("ul", { key: '3c29d182685328e8bf1ae8b46909426c2b2164cf', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(typography.typesets)
8
+ return (h("section", { key: 'a3698b57da5e26052bf013daef956ff5f9e0bd1c', class: "w-full" }, h("ul", { key: '924a82c721a636370a15e7a47ca73264c8e1d30e', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(typography.typesets)
9
9
  .filter(([typeKey]) => typeKey !== 'displays') // Exclude "displays"
10
- .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: {
11
- fontFamily: typography.families.sans,
10
+ .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: {
11
+ fontFamily: style.fontFamily || typography.families['plex-sans'],
12
12
  fontWeight: style.fontWeight,
13
13
  fontSize: style.fontSize,
14
14
  lineHeight: style.lineHeight,
15
15
  letterSpacing: style.letterSpacing
16
- } }, 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: [
16
+ } }, 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: [
17
+ `/* Utility: f-${typeKey} | Screen: ${size}:f-${typeKey} */`,
17
18
  style.fontSize && `font-size: ${style.fontSize};`,
18
19
  style.lineHeight && `line-height: ${style.lineHeight};`,
19
20
  style.letterSpacing && `letter-spacing: ${style.letterSpacing};`,
20
21
  style.fontWeight && `font-weight: ${style.fontWeight};`,
21
- style.fontFamily && `font-family: ${style.fontFamily};`
22
+ `font-family: "IBM Plex Sans", sans-serif;`
22
23
  ]
23
- .filter(Boolean) // Remove any falsy values (e.g., undefined, null)
24
- .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" }))))))))));
24
+ .filter(Boolean)
25
+ .join('\n'), language: "css" }))))))))));
25
26
  }
26
27
  static get is() { return "token-typography"; }
27
28
  }
@@ -17,7 +17,7 @@ export class DocsPalettes {
17
17
  }
18
18
  }
19
19
  render() {
20
- return h("div", { key: 'dd4c39b9b45b3ac9d7e54898e27c09b3c6b4259d', class: "container" }, this.renderContent());
20
+ return h("div", { key: '81c8a0516dc577d0a9b04255aa021739abfd6c9e', class: "container" }, this.renderContent());
21
21
  }
22
22
  static get is() { return "docs-palettes"; }
23
23
  static get properties() {
@@ -1,11 +1,10 @@
1
1
  import { h } from "@stencil/core";
2
- import { vLogoMargins } from "../../../../../../../../packages/svgs/src/index";
3
2
  /**
4
3
  * @internal
5
4
  */
6
5
  export class LogoSpace {
7
6
  render() {
8
- return (h("div", { key: '60dcb01fe1791ae536755d50234c38fe1b8355f2', class: "container" }, h("ul", { key: 'f8392d3dd6620cfe57b39a03c4f427eb201faa2a', class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: 'f89baf7dfe7257402a93c06faf09d6602a169de3', class: "grid-col-span-6 xxl:grid-col-span-3 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("div", { key: '94ba054bcc5ada258cb95530dcc380184820cc59', class: "logo-container mx-auto w-[300px]", innerHTML: vLogoMargins })), h("li", { key: '226d955d9d0a049d2a99b83a3d1223369c3a75a3', class: "grid-col-span-6 xxl:grid-col-span-3 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("div", { key: 'ebd3897ab3207f1ddebbf4d9cdbbe6a2069c9952', class: "text-center mt-16" }, h("p", { key: '4e56dc98d24514717e4711204d9bad0c59ca816c', class: "f-body-01" }, "To ensure legibility, follow these minimum size guidelines:"), h("eds-table", { key: 'e04e02f59c35d52d647f18a71a37657a5d7115b3', data: '[\n { "Media": "Print", "Landscape": "0.75 cm", "Portrait": "1.75 cm" },\n { "Media": "Web", "Landscape": "29 px", "Portrait": "50 px" }\n ]', config: '{\n "Media": { "format": "bold" }\n }' }))), h("li", { key: 'd499f9bf757d0daa9d22fdb41e56058a1d7b3749', class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }))));
7
+ return (h("div", { key: 'afaefa486624790c61ec7be56d25e8214e692f80', class: "container" }, h("ul", { key: '20a3d543d1bb3027cf12ea20d64bfc263c1e911f', class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '02e87b7c3b1acf86fe4aba6eb3fcda5cf0737d73', class: "grid-col-span-6 xxl:grid-col-span-3 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("div", { key: 'cb6614645cfdac9e07fb08a843a1171a60d2cae9', class: "logo-clear-space mx-auto", style: { position: 'relative', padding: '2.5rem', background: '#f5f5f5', borderRadius: '8px' } }, h("div", { key: 'bda137ca9589342b6483262df1429e64eb3785ee', style: { position: 'absolute', top: '0', left: '50%', transform: 'translateX(-50%)', display: 'flex', flexDirection: 'column', alignItems: 'center' } }, h("span", { key: 'd6f5fe1d1b006baf25cfb4b20613d92bace337ce', style: { fontSize: '11px', fontWeight: '600', color: '#00C87B', fontFamily: 'IBM Plex Mono, monospace' } }, "E"), h("div", { key: '97ff118cab9d1ebdb1abc7f4c253cab3c1bd9965', style: { width: '1px', height: '12px', borderLeft: '1px dashed #00C87B' } })), h("div", { key: 'a538f0751fe79c94d90e33325ff1be2e5feebc5c', style: { position: 'absolute', bottom: '0', left: '50%', transform: 'translateX(-50%)', display: 'flex', flexDirection: 'column', alignItems: 'center' } }, h("div", { key: '500d0e1d35fbfb8df0af72cd6019e3ef673ce8f5', style: { width: '1px', height: '12px', borderLeft: '1px dashed #00C87B' } }), h("span", { key: 'a02e8d7742fed312d090f00213a07774fe1a196f', style: { fontSize: '11px', fontWeight: '600', color: '#00C87B', fontFamily: 'IBM Plex Mono, monospace' } }, "E")), h("div", { key: '00ec1e2a973bb99fadb6d73a9af41862c09dd05d', style: { position: 'absolute', left: '4px', top: '50%', transform: 'translateY(-50%)', display: 'flex', alignItems: 'center' } }, h("span", { key: 'd792490e3d3e52895eb19ea489153bd4d37556ed', style: { fontSize: '11px', fontWeight: '600', color: '#00C87B', fontFamily: 'IBM Plex Mono, monospace' } }, "E"), h("div", { key: 'da0320e4a4c3e0b6cf5dae32507c488a1698885c', style: { height: '1px', width: '12px', borderTop: '1px dashed #00C87B' } })), h("div", { key: '2c01f062de36831c794f1a9defe7b044d28ad9ad', style: { position: 'absolute', right: '4px', top: '50%', transform: 'translateY(-50%)', display: 'flex', alignItems: 'center' } }, h("div", { key: '68e5e2bb4f52a4c6ac003aa1deccfe721a948a92', style: { height: '1px', width: '12px', borderTop: '1px dashed #00C87B' } }), h("span", { key: '6e753f8d2513ef86efd3c4b7e4ebf187ec5bf122', style: { fontSize: '11px', fontWeight: '600', color: '#00C87B', fontFamily: 'IBM Plex Mono, monospace' } }, "E")), h("div", { key: 'f4a83531bfbbce8e3e89565be7f1c8d0320ea504', style: { border: '1px dashed rgba(0, 200, 123, 0.5)', borderRadius: '4px', padding: '1rem', display: 'flex', alignItems: 'center', justifyContent: 'center' } }, h("eds-logo", { key: '135977a942f8d9c8817bd866ea21a2597860e7b6', variant: "positive", href: "#", style: { display: 'block', width: '250px' } })))), h("li", { key: '2d2d834f16263bb4d95cc0c945af2aa0a53c7dd8', class: "grid-col-span-6 xxl:grid-col-span-3 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("div", { key: 'b6b7f75960412d0232e417406158b56e3d1946e2', class: "text-center mt-16" }, h("p", { key: '43f97699ab3f882863b9e181e3b31cc576b1e411', class: "f-body-01" }, "To ensure legibility, follow these minimum size guidelines:"), h("eds-table", { key: '62c49c7c7675d876bd11feb480836fe344f0f3a1', data: '[\n { "Media": "Print", "Min Size": "0.75 cm" },\n { "Media": "Web", "Min Size": "29 px" }\n ]', config: '{\n "Media": { "format": "bold" }\n }' }))))));
9
8
  }
10
9
  static get is() { return "logo-space"; }
11
10
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ import { h } from "@stencil/core";
4
4
  */
5
5
  export class LogoVariationsHorizontal {
6
6
  render() {
7
- return (h("div", { key: '0f0c8f6752da65c793c2f7ad20a9e9a038c15f16', class: "container" }, h("ul", { key: 'fb9647dcdb07fc5eec1a84c7458094add83233ba', class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '06069a4da6863f7bd714191610ce44730531c25d', class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("p", { key: 'a2c24b224acb98ea80b4d43695a0cae87de8f311', class: "f-body-01 text-center my-4" }, "#1 Coloured"), h("div", { key: 'a672294c291984c387fb5ddfbbf89a5209cf88d3', class: "coloured" }, h("eds-logo", { key: 'f6540444fabfeb1313103ecc860c9543335bf693', type: "no-bg", href: "#" }))), h("li", { key: '769c0e2d304e117ae5925a0d2d981f85cb31281f', class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("p", { key: '1c4b6cb455ef32c5b94bead22b7116aec3b9233c', class: "f-body-01 text-center my-4" }, "#2 Black & White"), h("div", { key: '8e3c36097fa1dd5d0fa8cdafe00daaaa035f5463', class: "bg-default" }, h("eds-logo", { key: 'cdd92bd788afa9e127ad6163ce132f2e6d620c95', type: "black", href: "#" }))), h("li", { key: 'e8012388b0209873684706e16306144174212b6c', class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("p", { key: '49b42b62f6f769c81526add05822df44941bba5c', class: "f-body-01 text-center my-4" }, "#3 Dark"), h("div", { key: '4ba6fc32175d6b6dd3f38e551eb80f4e5d1144d0' }, h("eds-logo", { key: '3ebe5f6551a960873a82af20a4d415b175b7f8de', type: "color-white", href: "#" }))))));
7
+ return (h("div", { key: 'a7b635b81f06347ecf026f5102fff854275cd0a1', class: "container" }, h("ul", { key: '4d2289f7a8136374bf6cf876f1c7eba0ec2a9422', class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: 'e8d3dc755e9923ef57d4cb32876874c84d406620', class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("p", { key: 'd51a85c405e5c75f4184d72a81bd3b8e001293aa', class: "f-body-01 text-center my-4" }, "#1 Positive"), h("div", { key: 'fd20af4231cf1e7ddf3878e1cd11aa2fcbdc36a3', class: "coloured" }, h("eds-logo", { key: 'be23d497a621c1b133521a365df483d0a753b4d7', variant: "positive", href: "#" }))), h("li", { key: '6a330cea74757c1e3f6db14ef1c3ee6e8f998e23', class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("p", { key: '87016c5c2d861900ed0bd2f0302e5969ee23822b', class: "f-body-01 text-center my-4" }, "#2 Negative"), h("div", { key: 'd592916a66379e9dcafbd39ae6f0393207893e3a', class: "bg-default" }, h("eds-logo", { key: '78b0f667deb8e789166b7b9243d4ac246dd9b9ac', variant: "negative", href: "#" }))))));
8
8
  }
9
9
  static get is() { return "logo-variations-horizontal"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -8,7 +8,7 @@ export class LogoVariationsVertical {
8
8
  this.type = undefined;
9
9
  }
10
10
  render() {
11
- return (h("div", { key: '7d88d267037ee805159ea73f27b15d2e7ec0e1b6', class: "container" }, h("ul", { key: '848defdb55c164b9fb3cee0b1425acbcbfeda209', class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '9e5d7a1218da406b571ef4a8026aabfd2618846d', class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("p", { key: 'ed5bc7c77061eee46c95e719aa938d1374d413c6', class: "f-body-01 text-center my-4" }, "#1 Coloured"), h("div", { key: 'b508a4c0fb271a880e16a375cff36ecfe70d55a7', class: "mx-auto coloured w-[300px]" }, h("eds-logo", { key: 'e92421e0d04d84ae40d36bdd1d7d20b0582da600', orientation: "vertical", type: "no-bg", href: "#" }))), h("li", { key: '1a6c57792d0b9a7fd89036d963556def55a9a3cf', class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("p", { key: '56b18c6f6932f92995b5e936dc271f07fdcb2896', class: "f-body-01 text-center my-4" }, "#2 Black & White"), h("div", { key: '8d77de5838230e17a30d6327c71a3e93cf52c8db', class: "mx-auto bg-default w-[300px]" }, h("eds-logo", { key: 'f818a1028b59b30aa2d7ddd35146e81d332f653a', orientation: "vertical", type: "black", href: "#" }))), h("li", { key: '0ce7ef6e6f3e95d43a8133c12a0b2b57bfb9b67a', class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("p", { key: '8a0e61ff35121c1c3e60320d4023e44e639cee72', class: "f-body-01 text-center my-4" }, "#3 Dark"), h("div", { key: '412f19f119a71743bae3a824874e1a1dcafcd258', class: "mx-auto w-[300px]" }, h("eds-logo", { key: 'a62f01cb47568231e90facf00ab74481e818a40b', orientation: "vertical", type: "color-white", href: "#" }))))));
11
+ return (h("div", { key: '87d5bf852fe573878eabdd768aaf979de16c226e', class: "container" }, h("ul", { key: 'd9e47765d5e27f53dc8ced19fa954cd573e76856', class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '6b7ac8948438ede5dc01365511244e9858b2848b', class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("p", { key: 'e4fce7db514e0741507b6a37cb7bf47d89047929', class: "f-body-01 text-center my-4" }, "#1 Positive"), h("div", { key: '787af1c40ebac015c1a57391ab3959e691bd8dd3', class: "mx-auto coloured w-[300px]" }, h("eds-logo", { key: '0e0d4dcea468625e374959d5c2762d8f7ce19e70', orientation: "vertical", variant: "positive", href: "#" }))), h("li", { key: '77860d576cac3f5e71d728dee804c812fe6e430d', class: "grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col" }, h("p", { key: 'f598d729ae5436b5777df79135d585378e5e7725', class: "f-body-01 text-center my-4" }, "#2 Negative"), h("div", { key: '860b8539372eebd327c56b5d127203b93a7ae3b8', class: "mx-auto bg-default w-[300px]" }, h("eds-logo", { key: '6bc89e4a6fc56125b14dec7079108eef51c961a7', orientation: "vertical", variant: "negative", href: "#" }))))));
12
12
  }
13
13
  static get is() { return "logo-variations-vertical"; }
14
14
  static get encapsulation() { return "shadow"; }
@@ -17,7 +17,7 @@ export class LogoVariationsTabs {
17
17
  }
18
18
  }
19
19
  render() {
20
- return h("div", { key: 'b05bf7f07b39c2119f4716da95f34372f75f6137', class: "container" }, this.renderContent());
20
+ return h("div", { key: '744c1ba1e806d2659fa2d409c2e2314d02c5d911', class: "container" }, this.renderContent());
21
21
  }
22
22
  static get is() { return "logo-variations-tabs"; }
23
23
  static get properties() {