@ebrains/components 0.8.0-alpha.0 → 0.9.1-beta

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 (587) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +5 -366
  3. package/dist/cjs/bookmark-c61853d9.js +18 -0
  4. package/dist/cjs/color-primary-palette_6.cjs.entry.js +44 -31
  5. package/dist/cjs/{eds-components-section.cjs.entry.js → components-section.cjs.entry.js} +22 -17
  6. package/dist/cjs/components.cjs.js +1 -1
  7. package/dist/cjs/correct-use-of-colors.cjs.entry.js +1 -1
  8. package/dist/cjs/{eds-docs-palettes.cjs.entry.js → docs-palettes.cjs.entry.js} +3 -3
  9. package/dist/cjs/{eds-docs-tokens.cjs.entry.js → docs-tokens.cjs.entry.js} +3 -3
  10. package/dist/cjs/eds-accordion.cjs.entry.js +86 -0
  11. package/dist/cjs/eds-app-root.cjs.entry.js +1 -1
  12. package/dist/cjs/{eds-accordion_17.cjs.entry.js → eds-avatar_26.cjs.entry.js} +1031 -218
  13. package/dist/cjs/{eds-card-desc_3.cjs.entry.js → eds-card-desc_2.cjs.entry.js} +0 -35
  14. package/dist/cjs/eds-card-generic.cjs.entry.js +2 -2
  15. package/dist/cjs/eds-cookies-preference.cjs.entry.js +1 -1
  16. package/dist/cjs/eds-feedback.cjs.entry.js +2 -2
  17. package/dist/cjs/eds-frame.cjs.entry.js +5 -11
  18. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +1 -1
  19. package/dist/cjs/eds-icon-bookmark.cjs.entry.js +18 -0
  20. package/dist/cjs/eds-icon-close.cjs.entry.js +1 -1
  21. package/dist/cjs/eds-icon-copy.cjs.entry.js +1 -1
  22. package/dist/cjs/eds-icon-eu.cjs.entry.js +1 -1
  23. package/dist/cjs/eds-icon-external.cjs.entry.js +18 -0
  24. package/dist/cjs/eds-icon-facebook.cjs.entry.js +1 -1
  25. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +1 -1
  26. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +1 -1
  27. package/dist/cjs/eds-icon-loader.cjs.entry.js +1 -1
  28. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +1 -1
  29. package/dist/cjs/eds-icon-menu.cjs.entry.js +1 -1
  30. package/dist/cjs/eds-icon-minus.cjs.entry.js +18 -0
  31. package/dist/cjs/eds-icon-more.cjs.entry.js +1 -1
  32. package/dist/cjs/eds-icon-paper.cjs.entry.js +18 -0
  33. package/dist/cjs/eds-icon-plus.cjs.entry.js +18 -0
  34. package/dist/cjs/eds-icon-portal.cjs.entry.js +18 -0
  35. package/dist/cjs/eds-icon-private.cjs.entry.js +18 -0
  36. package/dist/cjs/eds-icon-public.cjs.entry.js +18 -0
  37. package/dist/cjs/eds-icon-search.cjs.entry.js +1 -1
  38. package/dist/cjs/eds-icon-star.cjs.entry.js +1 -1
  39. package/dist/cjs/eds-icon-success.cjs.entry.js +1 -1
  40. package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +1 -1
  41. package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +1 -1
  42. package/dist/cjs/eds-icon-tutorial.cjs.entry.js +18 -0
  43. package/dist/cjs/eds-icon-twitter.cjs.entry.js +1 -1
  44. package/dist/cjs/eds-icon-unknown.cjs.entry.js +18 -0
  45. package/dist/cjs/eds-icon-updown.cjs.entry.js +18 -0
  46. package/dist/cjs/eds-icon-user.cjs.entry.js +1 -1
  47. package/dist/cjs/eds-icon-youtube.cjs.entry.js +1 -1
  48. package/dist/cjs/eds-login_2.cjs.entry.js +23 -14
  49. package/dist/cjs/eds-matomo-notice.cjs.entry.js +123 -0
  50. package/dist/cjs/eds-modal.cjs.entry.js +9 -9
  51. package/dist/cjs/eds-pagination_2.cjs.entry.js +5 -5
  52. package/dist/cjs/eds-progress-bar.cjs.entry.js +1 -1
  53. package/dist/cjs/eds-rating.cjs.entry.js +1 -1
  54. package/dist/cjs/eds-section-core_2.cjs.entry.js +3 -3
  55. package/dist/cjs/eds-spinner.cjs.entry.js +1 -1
  56. package/dist/cjs/eds-switch.cjs.entry.js +4 -4
  57. package/dist/cjs/eds-tabs.cjs.entry.js +5 -5
  58. package/dist/cjs/eds-timeline.cjs.entry.js +2 -2
  59. package/dist/cjs/eds-toast-manager.cjs.entry.js +1 -1
  60. package/dist/cjs/eds-tooltip.cjs.entry.js +1 -1
  61. package/dist/cjs/eds-trl.cjs.entry.js +1 -1
  62. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
  63. package/dist/cjs/index-2f63169d.js +76 -40
  64. package/dist/cjs/loader.cjs.js +1 -1
  65. package/dist/cjs/logo-space.cjs.entry.js +2 -2
  66. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +4 -4
  67. package/dist/cjs/{eds-logo-variations.cjs.entry.js → logo-variations-tabs.cjs.entry.js} +3 -3
  68. package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
  69. package/dist/cjs/minus-1da6a98a.js +13 -0
  70. package/dist/cjs/paper-0d6302f6.js +17 -0
  71. package/dist/cjs/plus-d0e00ad0.js +14 -0
  72. package/dist/cjs/portal-46212559.js +20 -0
  73. package/dist/cjs/private-38835fe7.js +27 -0
  74. package/dist/cjs/public-b519b1f6.js +18 -0
  75. package/dist/cjs/{eds-svg-repository.cjs.entry.js → svg-repository.cjs.entry.js} +30 -29
  76. package/dist/cjs/token-list_3.cjs.entry.js +5 -5
  77. package/dist/cjs/token-ratios.cjs.entry.js +1 -1
  78. package/dist/cjs/token-typography.cjs.entry.js +3 -3
  79. package/dist/cjs/tutotial-7855df3c.js +29 -0
  80. package/dist/cjs/unknown-6814e551.js +24 -0
  81. package/dist/cjs/up-and-down-d71df67d.js +14 -0
  82. package/dist/collection/collection-manifest.json +16 -5
  83. package/dist/collection/components/eds-accordion/eds-accordion.css +6 -4
  84. package/dist/collection/components/eds-accordion/eds-accordion.js +5 -5
  85. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +1 -1
  86. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +8 -1
  87. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +5 -0
  88. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +1 -1
  89. package/dist/collection/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.js +36 -0
  90. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +1 -1
  91. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +1 -1
  92. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
  93. package/dist/collection/components/eds-icons/eds-icon-external/eds-icon-external.js +36 -0
  94. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
  95. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +1 -1
  96. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +1 -1
  97. package/dist/collection/components/eds-icons/eds-icon-minus/eds-icon-minus.js +36 -0
  98. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +1 -1
  99. package/dist/collection/components/eds-icons/eds-icon-paper/eds-icon-paper.js +36 -0
  100. package/dist/collection/components/eds-icons/eds-icon-plus/eds-icon-plus.js +36 -0
  101. package/dist/collection/components/eds-icons/eds-icon-portal/eds-icon-portal.js +36 -0
  102. package/dist/collection/components/eds-icons/eds-icon-private/eds-icon-private.js +36 -0
  103. package/dist/collection/components/eds-icons/eds-icon-public/eds-icon-public.js +36 -0
  104. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +1 -1
  105. package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +1 -1
  106. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +1 -1
  107. package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +1 -1
  108. package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +1 -1
  109. package/dist/collection/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.js +36 -0
  110. package/dist/collection/components/eds-icons/eds-icon-unknown/eds-icon-unknown.js +36 -0
  111. package/dist/collection/components/eds-icons/eds-icon-updown/eds-icon-updown.js +36 -0
  112. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +1 -1
  113. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
  114. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
  115. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
  116. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
  117. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
  118. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
  119. package/dist/collection/components/eds-img/eds-img.js +2 -2
  120. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +2 -21
  121. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +1 -1
  122. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +1 -1
  123. package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +59 -2
  124. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +1 -1
  125. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +4 -1
  126. package/dist/collection/components/eds-input-field/eds-input-field.js +37 -5
  127. package/dist/collection/components/eds-input-field/eds-input-field.stories.js +1 -0
  128. package/dist/collection/components/eds-link/eds-link.css +18 -6
  129. package/dist/collection/components/eds-link/eds-link.js +17 -9
  130. package/dist/collection/components/eds-logo/eds-logo.js +1 -1
  131. package/dist/collection/components/eds-modal/eds-modal.css +32 -1
  132. package/dist/collection/components/eds-modal/eds-modal.js +9 -9
  133. package/dist/collection/components/eds-pagination/eds-pagination.js +1 -1
  134. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +1 -1
  135. package/dist/collection/components/eds-rating/eds-rating.js +1 -1
  136. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
  137. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +5 -2
  138. package/dist/collection/components/eds-spinner/eds-spinner.js +1 -1
  139. package/dist/collection/components/eds-switch/eds-switch.js +5 -5
  140. package/dist/collection/components/eds-table/eds-table.js +4 -4
  141. package/dist/collection/components/eds-tag/eds-tag.css +45 -0
  142. package/dist/collection/components/eds-tag/eds-tag.js +31 -5
  143. package/dist/collection/components/eds-tag/eds-tag.stories.js +11 -4
  144. package/dist/collection/components/eds-timeline/eds-timeline.css +51 -13
  145. package/dist/collection/components/eds-timeline/eds-timeline.js +1 -1
  146. package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
  147. package/dist/collection/components/eds-trl/eds-trl.js +1 -1
  148. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  149. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  150. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +31 -18
  151. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  152. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  153. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  154. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  155. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
  156. package/dist/collection/eds-docs-ui/{eds-components-section/eds-components-section.js → components-section/components-section.js} +13 -13
  157. package/dist/collection/eds-docs-ui/components-section/functional/angular.js +2 -0
  158. package/dist/collection/eds-docs-ui/components-section/functional/installation.js +2 -0
  159. package/dist/collection/eds-docs-ui/{functional → components-section/functional}/overview.js +2 -2
  160. package/dist/collection/eds-docs-ui/components-section/functional/react.js +2 -0
  161. package/dist/collection/eds-docs-ui/components-section/functional/usage.js +2 -0
  162. package/dist/collection/eds-docs-ui/components-section/functional/vue.js +2 -0
  163. package/dist/collection/eds-docs-ui/{eds-docs-tokens/eds-docs-tokens.js → design-tokens/docs-tokens/docs-tokens.js} +3 -3
  164. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +3 -3
  165. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  166. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  167. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  168. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  169. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +3 -3
  170. package/dist/collection/eds-docs-ui/{eds-docs-palettes/eds-docs-palettes.js → docs-palettes/docs-palettes.js} +3 -3
  171. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.css +144 -43
  172. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -1
  173. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.css +149 -68
  174. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
  175. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.css +158 -53
  176. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
  177. package/dist/collection/eds-docs-ui/{eds-logo-variations/eds-logo-variations.js → logo/logo-variations-tabs/logo-variations.js} +3 -3
  178. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.css +199 -169
  179. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +1 -1
  180. package/dist/collection/eds-docs-ui/{eds-svg-repository/eds-svg-repository.js → svg-repository/svg-repository.js} +5 -5
  181. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +1 -1
  182. package/dist/collection/shared-ui/eds-feedback/eds-feedback.css +8 -0
  183. package/dist/collection/shared-ui/eds-feedback/eds-feedback.js +1 -1
  184. package/dist/collection/shared-ui/eds-footer/eds-footer.js +2 -2
  185. package/dist/collection/shared-ui/eds-form/eds-form.js +46 -11
  186. package/dist/collection/shared-ui/eds-frame/eds-frame.js +28 -31
  187. package/dist/collection/shared-ui/eds-frame/eds-frame.stories.js +12 -12
  188. package/dist/collection/shared-ui/eds-header/eds-header.js +2 -2
  189. package/dist/collection/shared-ui/eds-login/eds-login.js +4 -1
  190. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +3 -3
  191. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +3 -3
  192. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.js +25 -13
  193. package/dist/collection/shared-ui/eds-tabs/eds-tabs.css +51 -13
  194. package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +5 -5
  195. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +1 -1
  196. package/dist/collection/shared-ui/eds-user/eds-user.css +51 -13
  197. package/dist/collection/shared-ui/eds-user/eds-user.js +1 -1
  198. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
  199. package/dist/collection/utils/eds-form/formUtils.js +4 -34
  200. package/dist/components/bookmark.js +16 -0
  201. package/dist/components/{eds-logo-variations.d.ts → components-section.d.ts} +4 -4
  202. package/dist/components/{eds-components-section.js → components-section.js} +27 -22
  203. package/dist/components/components.css +51 -13
  204. package/dist/components/components.esm.js +1 -1
  205. package/dist/components/correct-use-of-colors.js +1 -1
  206. package/dist/components/{eds-svg-repository.d.ts → docs-palettes.d.ts} +4 -4
  207. package/dist/components/{eds-docs-palettes.js → docs-palettes.js} +8 -8
  208. package/dist/components/docs-tokens.d.ts +11 -0
  209. package/dist/components/{eds-docs-tokens.js → docs-tokens.js} +8 -8
  210. package/dist/components/eds-accordion2.js +6 -6
  211. package/dist/components/eds-app-root.js +1 -1
  212. package/dist/components/eds-breadcrumb.js +8 -1
  213. package/dist/components/eds-card-generic2.js +2 -2
  214. package/dist/components/eds-cookies-preference.js +1 -1
  215. package/dist/components/eds-feedback.js +2 -2
  216. package/dist/components/eds-footer2.js +2 -2
  217. package/dist/components/eds-form.js +50 -45
  218. package/dist/components/eds-frame.js +7 -13
  219. package/dist/components/eds-header.js +2 -2
  220. package/dist/components/eds-icon-bluesky.js +1 -1
  221. package/dist/components/{eds-docs-palettes.d.ts → eds-icon-bookmark.d.ts} +4 -4
  222. package/dist/components/eds-icon-bookmark.js +33 -0
  223. package/dist/components/eds-icon-close.js +1 -1
  224. package/dist/components/eds-icon-copy.js +1 -1
  225. package/dist/components/eds-icon-eu.js +1 -1
  226. package/dist/components/eds-icon-external.d.ts +11 -0
  227. package/dist/components/eds-icon-external.js +33 -0
  228. package/dist/components/eds-icon-facebook.js +1 -1
  229. package/dist/components/eds-icon-gitlab.js +1 -1
  230. package/dist/components/eds-icon-linkedin.js +1 -1
  231. package/dist/components/eds-icon-loader.js +1 -1
  232. package/dist/components/eds-icon-mastodon.js +1 -1
  233. package/dist/components/eds-icon-menu.js +1 -1
  234. package/dist/components/eds-icon-minus.d.ts +11 -0
  235. package/dist/components/eds-icon-minus.js +33 -0
  236. package/dist/components/eds-icon-more.js +1 -1
  237. package/dist/components/eds-icon-paper.d.ts +11 -0
  238. package/dist/components/eds-icon-paper.js +33 -0
  239. package/dist/components/eds-icon-plus.d.ts +11 -0
  240. package/dist/components/eds-icon-plus.js +33 -0
  241. package/dist/components/{eds-docs-tokens.d.ts → eds-icon-portal.d.ts} +4 -4
  242. package/dist/components/eds-icon-portal.js +33 -0
  243. package/dist/components/eds-icon-private.d.ts +11 -0
  244. package/dist/components/eds-icon-private.js +33 -0
  245. package/dist/components/eds-icon-public.d.ts +11 -0
  246. package/dist/components/eds-icon-public.js +33 -0
  247. package/dist/components/eds-icon-search.js +1 -1
  248. package/dist/components/eds-icon-star.js +1 -1
  249. package/dist/components/eds-icon-success.js +1 -1
  250. package/dist/components/eds-icon-thumbs-down.js +1 -1
  251. package/dist/components/eds-icon-thumbs-up.js +1 -1
  252. package/dist/components/eds-icon-tutorial.d.ts +11 -0
  253. package/dist/components/eds-icon-tutorial.js +33 -0
  254. package/dist/components/eds-icon-twitter.js +1 -1
  255. package/dist/components/eds-icon-unknown.d.ts +11 -0
  256. package/dist/components/eds-icon-unknown.js +33 -0
  257. package/dist/components/eds-icon-updown.d.ts +11 -0
  258. package/dist/components/eds-icon-updown.js +33 -0
  259. package/dist/components/eds-icon-user.js +1 -1
  260. package/dist/components/eds-icon-youtube.js +1 -1
  261. package/dist/components/eds-img2.js +2 -2
  262. package/dist/components/eds-input-field2.js +37 -5
  263. package/dist/components/eds-input-footer2.js +1 -1
  264. package/dist/components/eds-input-label2.js +1 -1
  265. package/dist/components/eds-input-range2.js +26 -3
  266. package/dist/components/eds-input-search2.js +1 -1
  267. package/dist/components/eds-input-select2.js +4 -1
  268. package/dist/components/eds-input2.js +3 -5
  269. package/dist/components/eds-link2.js +18 -10
  270. package/dist/components/eds-login2.js +1 -1
  271. package/dist/components/eds-logo2.js +1 -1
  272. package/dist/components/eds-matomo-notice2.js +3 -3
  273. package/dist/components/eds-modal.js +10 -10
  274. package/dist/components/eds-pagination2.js +1 -1
  275. package/dist/components/eds-progress-bar2.js +1 -1
  276. package/dist/components/eds-rating2.js +1 -1
  277. package/dist/components/eds-section-core2.js +1 -1
  278. package/dist/components/eds-section-heading2.js +2 -2
  279. package/dist/components/eds-social-networks2.js +3 -3
  280. package/dist/components/eds-spinner2.js +1 -1
  281. package/dist/components/eds-splash-screen2.js +25 -14
  282. package/dist/components/eds-switch.js +4 -4
  283. package/dist/components/eds-table2.js +4 -4
  284. package/dist/components/eds-tabs.js +6 -6
  285. package/dist/components/eds-tag2.js +15 -6
  286. package/dist/components/eds-timeline.js +2 -2
  287. package/dist/components/eds-toast-manager.js +1 -1
  288. package/dist/components/eds-tooltip.js +1 -1
  289. package/dist/components/eds-trl.js +1 -1
  290. package/dist/components/eds-user.js +12 -18
  291. package/dist/components/incorrect-use-of-colors.js +1 -1
  292. package/dist/components/logo-space.js +69 -3
  293. package/dist/components/logo-variations-horizontal2.js +2 -2
  294. package/dist/components/logo-variations-tabs.d.ts +11 -0
  295. package/dist/components/{eds-logo-variations.js → logo-variations-tabs.js} +8 -8
  296. package/dist/components/logo-variations-vertical2.js +2 -2
  297. package/dist/components/logo-wrong-usage.js +2 -2
  298. package/dist/components/minus.js +11 -0
  299. package/dist/components/p-024c7937.js +1 -0
  300. package/dist/components/p-0467ceb5.entry.js +1 -0
  301. package/dist/components/p-05754401.js +1 -0
  302. package/dist/components/p-063b0683.entry.js +1 -0
  303. package/dist/components/p-0ce924b1.entry.js +1 -0
  304. package/dist/components/{p-07ba7c89.entry.js → p-1309a74c.entry.js} +1 -1
  305. package/dist/components/p-18eb23ff.entry.js +1 -0
  306. package/dist/components/p-1aab55cf.entry.js +1 -0
  307. package/dist/components/p-1b2913c8.js +1 -0
  308. package/dist/components/p-20b3a999.entry.js +1 -0
  309. package/dist/components/p-20e9ae7f.entry.js +1 -0
  310. package/dist/components/p-29e807f5.entry.js +1 -0
  311. package/dist/components/{p-d17ea8af.entry.js → p-2c1be2bb.entry.js} +1 -1
  312. package/dist/components/p-35ed7ebf.entry.js +1 -0
  313. package/dist/components/p-3932d0af.entry.js +1 -0
  314. package/dist/components/{p-4d295eb7.entry.js → p-3a7be9a7.entry.js} +1 -1
  315. package/dist/components/p-3af94671.entry.js +1 -0
  316. package/dist/components/p-41e89554.entry.js +1 -0
  317. package/dist/components/p-435a8942.entry.js +1 -0
  318. package/dist/components/p-4620ebf5.entry.js +1 -0
  319. package/dist/components/p-4c7852f8.entry.js +1 -0
  320. package/dist/components/p-4e8a317b.entry.js +1 -0
  321. package/dist/components/{p-0f73391d.entry.js → p-526cdc57.entry.js} +1 -1
  322. package/dist/components/p-52913e2e.entry.js +1 -0
  323. package/dist/components/p-6404e157.entry.js +1 -0
  324. package/dist/components/p-66bb44c9.entry.js +1 -0
  325. package/dist/components/p-694fc085.js +1 -0
  326. package/dist/components/p-6dc26e53.entry.js +1 -0
  327. package/dist/components/p-7198c024.js +1 -0
  328. package/dist/components/p-78fa7132.entry.js +1 -0
  329. package/dist/components/p-7dce734a.entry.js +1 -0
  330. package/dist/components/{p-01cb7ceb.entry.js → p-7fa88255.entry.js} +1 -1
  331. package/dist/components/p-83936521.entry.js +1 -0
  332. package/dist/components/p-8653bc36.entry.js +1 -0
  333. package/dist/components/p-86bb73dc.js +1 -0
  334. package/dist/components/p-8e3c6c63.entry.js +1 -0
  335. package/dist/components/p-923f67b5.entry.js +1 -0
  336. package/dist/components/p-93093977.entry.js +1 -0
  337. package/dist/components/{p-a02c5c4a.entry.js → p-941240b5.entry.js} +1 -1
  338. package/dist/components/{p-abaf04e1.entry.js → p-94b1f974.entry.js} +1 -1
  339. package/dist/components/p-97e95520.entry.js +1 -0
  340. package/dist/components/{p-4df00ba5.entry.js → p-9a1a6df1.entry.js} +1 -1
  341. package/dist/components/p-9dc879c9.entry.js +1 -0
  342. package/dist/components/p-a56f0579.entry.js +1 -0
  343. package/dist/components/p-a8b0fe92.entry.js +1 -0
  344. package/dist/components/p-acc4d234.entry.js +1 -0
  345. package/dist/components/p-b0b37831.entry.js +1 -0
  346. package/dist/components/p-b2b46793.entry.js +1 -0
  347. package/dist/components/p-b73410de.js +1 -0
  348. package/dist/components/p-b76aa402.entry.js +1 -0
  349. package/dist/components/p-b931a634.entry.js +1 -0
  350. package/dist/components/p-b96fc468.entry.js +1 -0
  351. package/dist/components/p-bab07ba6.entry.js +1 -0
  352. package/dist/components/p-c1e4ef92.js +1 -0
  353. package/dist/components/{p-9cbcccf8.entry.js → p-c5c782e7.entry.js} +1 -1
  354. package/dist/components/p-c8abff96.entry.js +1 -0
  355. package/dist/components/{p-24507e71.entry.js → p-c935aa46.entry.js} +1 -1
  356. package/dist/components/p-c99745a8.entry.js +1 -0
  357. package/dist/components/p-cccff1e3.entry.js +1 -0
  358. package/dist/components/p-cd624044.entry.js +1 -0
  359. package/dist/components/p-cdf19579.js +1 -0
  360. package/dist/components/{p-7ba154c5.entry.js → p-d525ed36.entry.js} +1 -1
  361. package/dist/components/p-d94a44b9.entry.js +1 -0
  362. package/dist/components/p-d962849c.js +1 -0
  363. package/dist/components/p-dbcf1f0e.entry.js +1 -0
  364. package/dist/components/p-dcc08064.entry.js +1 -0
  365. package/dist/components/p-e42eb100.entry.js +1 -0
  366. package/dist/components/{p-f2e66c82.entry.js → p-e64cd6f7.entry.js} +1 -1
  367. package/dist/components/{p-5cf480a8.entry.js → p-e710c860.entry.js} +1 -1
  368. package/dist/components/p-ea089f4e.entry.js +1 -0
  369. package/dist/components/p-eebf7ebf.entry.js +1 -0
  370. package/dist/components/p-efc73304.entry.js +1 -0
  371. package/dist/components/p-f13e9ab1.entry.js +1 -0
  372. package/dist/components/p-f48a4313.entry.js +1 -0
  373. package/dist/components/p-f4ce515a.entry.js +1 -0
  374. package/dist/components/{p-f223a835.entry.js → p-ff7acb55.entry.js} +1 -1
  375. package/dist/components/paper.js +15 -0
  376. package/dist/components/plus.js +12 -0
  377. package/dist/components/portal.js +18 -0
  378. package/dist/components/primary.js +1 -1
  379. package/dist/components/primary2.js +1 -1
  380. package/dist/components/private.js +25 -0
  381. package/dist/components/public.js +16 -0
  382. package/dist/components/secondary.js +1 -1
  383. package/dist/components/secondary2.js +7 -7
  384. package/dist/components/support.js +31 -18
  385. package/dist/components/support2.js +3 -3
  386. package/dist/components/svg-repository.d.ts +11 -0
  387. package/dist/components/{eds-svg-repository.js → svg-repository.js} +34 -33
  388. package/dist/components/token-list2.js +3 -3
  389. package/dist/components/token-radii2.js +1 -1
  390. package/dist/components/token-ratios.js +1 -1
  391. package/dist/components/token-shadows2.js +1 -1
  392. package/dist/components/token-spacing.js +1 -1
  393. package/dist/components/token-typography.js +3 -3
  394. package/dist/components/tutotial.js +27 -0
  395. package/dist/components/unknown.js +22 -0
  396. package/dist/components/up-and-down.js +12 -0
  397. package/dist/esm/bookmark-c200037c.js +16 -0
  398. package/dist/esm/color-primary-palette_6.entry.js +44 -31
  399. package/dist/esm/{eds-components-section.entry.js → components-section.entry.js} +22 -17
  400. package/dist/esm/components.js +1 -1
  401. package/dist/esm/correct-use-of-colors.entry.js +1 -1
  402. package/dist/esm/{eds-docs-palettes.entry.js → docs-palettes.entry.js} +3 -3
  403. package/dist/esm/{eds-docs-tokens.entry.js → docs-tokens.entry.js} +3 -3
  404. package/dist/esm/eds-accordion.entry.js +82 -0
  405. package/dist/esm/eds-app-root.entry.js +1 -1
  406. package/dist/esm/{eds-accordion_17.entry.js → eds-avatar_26.entry.js} +1022 -218
  407. package/dist/esm/{eds-card-desc_3.entry.js → eds-card-desc_2.entry.js} +1 -35
  408. package/dist/esm/eds-card-generic.entry.js +2 -2
  409. package/dist/esm/eds-cookies-preference.entry.js +1 -1
  410. package/dist/esm/eds-feedback.entry.js +2 -2
  411. package/dist/esm/eds-frame.entry.js +5 -11
  412. package/dist/esm/eds-icon-bluesky.entry.js +1 -1
  413. package/dist/esm/eds-icon-bookmark.entry.js +14 -0
  414. package/dist/esm/eds-icon-close.entry.js +1 -1
  415. package/dist/esm/eds-icon-copy.entry.js +1 -1
  416. package/dist/esm/eds-icon-eu.entry.js +1 -1
  417. package/dist/esm/eds-icon-external.entry.js +14 -0
  418. package/dist/esm/eds-icon-facebook.entry.js +1 -1
  419. package/dist/esm/eds-icon-gitlab.entry.js +1 -1
  420. package/dist/esm/eds-icon-linkedin.entry.js +1 -1
  421. package/dist/esm/eds-icon-loader.entry.js +1 -1
  422. package/dist/esm/eds-icon-mastodon.entry.js +1 -1
  423. package/dist/esm/eds-icon-menu.entry.js +1 -1
  424. package/dist/esm/eds-icon-minus.entry.js +14 -0
  425. package/dist/esm/eds-icon-more.entry.js +1 -1
  426. package/dist/esm/eds-icon-paper.entry.js +14 -0
  427. package/dist/esm/eds-icon-plus.entry.js +14 -0
  428. package/dist/esm/eds-icon-portal.entry.js +14 -0
  429. package/dist/esm/eds-icon-private.entry.js +14 -0
  430. package/dist/esm/eds-icon-public.entry.js +14 -0
  431. package/dist/esm/eds-icon-search.entry.js +1 -1
  432. package/dist/esm/eds-icon-star.entry.js +1 -1
  433. package/dist/esm/eds-icon-success.entry.js +1 -1
  434. package/dist/esm/eds-icon-thumbs-down.entry.js +1 -1
  435. package/dist/esm/eds-icon-thumbs-up.entry.js +1 -1
  436. package/dist/esm/eds-icon-tutorial.entry.js +14 -0
  437. package/dist/esm/eds-icon-twitter.entry.js +1 -1
  438. package/dist/esm/eds-icon-unknown.entry.js +14 -0
  439. package/dist/esm/eds-icon-updown.entry.js +14 -0
  440. package/dist/esm/eds-icon-user.entry.js +1 -1
  441. package/dist/esm/eds-icon-youtube.entry.js +1 -1
  442. package/dist/esm/eds-login_2.entry.js +23 -14
  443. package/dist/esm/eds-matomo-notice.entry.js +119 -0
  444. package/dist/esm/eds-modal.entry.js +9 -9
  445. package/dist/esm/eds-pagination_2.entry.js +5 -5
  446. package/dist/esm/eds-progress-bar.entry.js +1 -1
  447. package/dist/esm/eds-rating.entry.js +1 -1
  448. package/dist/esm/eds-section-core_2.entry.js +3 -3
  449. package/dist/esm/eds-spinner.entry.js +1 -1
  450. package/dist/esm/eds-switch.entry.js +4 -4
  451. package/dist/esm/eds-tabs.entry.js +5 -5
  452. package/dist/esm/eds-timeline.entry.js +2 -2
  453. package/dist/esm/eds-toast-manager.entry.js +1 -1
  454. package/dist/esm/eds-tooltip.entry.js +1 -1
  455. package/dist/esm/eds-trl.entry.js +1 -1
  456. package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
  457. package/dist/esm/index-8a71b9a7.js +76 -40
  458. package/dist/esm/loader.js +1 -1
  459. package/dist/esm/logo-space.entry.js +2 -2
  460. package/dist/esm/logo-variations-horizontal_2.entry.js +4 -4
  461. package/dist/esm/{eds-logo-variations.entry.js → logo-variations-tabs.entry.js} +3 -3
  462. package/dist/esm/logo-wrong-usage.entry.js +2 -2
  463. package/dist/esm/minus-b30a7c71.js +11 -0
  464. package/dist/esm/paper-8e74ea31.js +15 -0
  465. package/dist/esm/plus-89c07be2.js +12 -0
  466. package/dist/esm/portal-d6c8ce56.js +18 -0
  467. package/dist/esm/private-1c25ff8e.js +25 -0
  468. package/dist/esm/public-d4d8c585.js +16 -0
  469. package/dist/esm/{eds-svg-repository.entry.js → svg-repository.entry.js} +29 -28
  470. package/dist/esm/token-list_3.entry.js +5 -5
  471. package/dist/esm/token-ratios.entry.js +1 -1
  472. package/dist/esm/token-typography.entry.js +3 -3
  473. package/dist/esm/tutotial-150ee1fd.js +27 -0
  474. package/dist/esm/unknown-ed01a24c.js +22 -0
  475. package/dist/esm/up-and-down-d747abee.js +12 -0
  476. package/dist/hydrate/index.js +1163 -631
  477. package/dist/hydrate/index.mjs +1163 -631
  478. package/dist/stencil.config.js +17 -2
  479. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +11 -1
  480. package/dist/types/components/eds-accordion/eds-accordion.d.ts +1 -1
  481. package/dist/types/components/eds-accordion/eds-accordion.stories.d.ts +1 -1
  482. package/dist/types/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.d.ts +10 -0
  483. package/dist/types/components/eds-icons/eds-icon-external/eds-icon-external.d.ts +10 -0
  484. package/dist/types/components/eds-icons/eds-icon-minus/eds-icon-minus.d.ts +10 -0
  485. package/dist/types/components/eds-icons/eds-icon-paper/eds-icon-paper.d.ts +10 -0
  486. package/dist/types/components/eds-icons/eds-icon-plus/eds-icon-plus.d.ts +10 -0
  487. package/dist/types/components/eds-icons/eds-icon-portal/eds-icon-portal.d.ts +10 -0
  488. package/dist/types/components/eds-icons/eds-icon-private/eds-icon-private.d.ts +10 -0
  489. package/dist/types/components/eds-icons/eds-icon-public/eds-icon-public.d.ts +10 -0
  490. package/dist/types/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.d.ts +10 -0
  491. package/dist/types/components/eds-icons/eds-icon-unknown/eds-icon-unknown.d.ts +10 -0
  492. package/dist/types/components/eds-icons/eds-icon-updown/eds-icon-updown.d.ts +10 -0
  493. package/dist/types/components/eds-input-elements/eds-input/eds-input.d.ts +0 -2
  494. package/dist/types/components/eds-input-elements/eds-input-range/eds-input-range.d.ts +12 -0
  495. package/dist/types/components/eds-input-field/eds-input-field.d.ts +3 -0
  496. package/dist/types/components/eds-modal/eds-modal.d.ts +1 -1
  497. package/dist/types/components/eds-section/eds-section-heading/eds-section-heading.d.ts +3 -0
  498. package/dist/types/components/eds-switch/eds-switch.d.ts +1 -1
  499. package/dist/types/components/eds-tag/eds-tag.d.ts +5 -1
  500. package/dist/types/components/eds-tag/eds-tag.stories.d.ts +7 -0
  501. package/dist/types/components.d.ts +404 -237
  502. package/dist/types/eds-docs-ui/colors/color-palette/support.d.ts +1 -0
  503. package/dist/types/eds-docs-ui/{eds-logo-variations/eds-logo-variations.d.ts → components-section/components-section.d.ts} +1 -1
  504. package/dist/types/eds-docs-ui/components-section/functional/angular.d.ts +2 -0
  505. package/dist/types/eds-docs-ui/components-section/functional/installation.d.ts +2 -0
  506. package/dist/types/eds-docs-ui/components-section/functional/overview.d.ts +2 -0
  507. package/dist/types/eds-docs-ui/components-section/functional/react.d.ts +2 -0
  508. package/dist/types/eds-docs-ui/components-section/functional/usage.d.ts +2 -0
  509. package/dist/types/eds-docs-ui/components-section/functional/vue.d.ts +2 -0
  510. package/dist/types/eds-docs-ui/{eds-docs-tokens/eds-docs-tokens.d.ts → design-tokens/docs-tokens/docs-tokens.d.ts} +1 -1
  511. package/dist/types/eds-docs-ui/{eds-docs-palettes/eds-docs-palettes.d.ts → docs-palettes/docs-palettes.d.ts} +1 -1
  512. package/dist/types/eds-docs-ui/{eds-components-section/eds-components-section.d.ts → logo/logo-variations-tabs/logo-variations.d.ts} +1 -1
  513. package/dist/types/eds-docs-ui/{eds-svg-repository/eds-svg-repository.d.ts → svg-repository/svg-repository.d.ts} +1 -1
  514. package/dist/types/shared-ui/eds-form/eds-form.d.ts +1 -0
  515. package/dist/types/shared-ui/eds-frame/eds-frame.d.ts +10 -9
  516. package/dist/types/shared-ui/eds-frame/eds-frame.stories.d.ts +3 -3
  517. package/dist/types/shared-ui/eds-login/eds-login.d.ts +3 -0
  518. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.d.ts +1 -1
  519. package/dist/types/shared-ui/eds-social-networks/eds-social-networks.d.ts +1 -1
  520. package/dist/types/shared-ui/eds-splash-screen/eds-splash-screen.d.ts +2 -0
  521. package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +1 -1
  522. package/dist/types/utils/eds-form/formUtils.d.ts +1 -1
  523. package/package.json +4 -4
  524. package/dist/cjs/eds-breadcrumb.cjs.entry.js +0 -139
  525. package/dist/cjs/eds-form.cjs.entry.js +0 -409
  526. package/dist/cjs/eds-input_7.cjs.entry.js +0 -357
  527. package/dist/cjs/token-spacing.cjs.entry.js +0 -16
  528. package/dist/collection/eds-docs-ui/functional/angular.js +0 -2
  529. package/dist/collection/eds-docs-ui/functional/installation.js +0 -2
  530. package/dist/collection/eds-docs-ui/functional/react.js +0 -2
  531. package/dist/collection/eds-docs-ui/functional/usage.js +0 -2
  532. package/dist/collection/eds-docs-ui/functional/vue.js +0 -2
  533. package/dist/components/eds-components-section.d.ts +0 -11
  534. package/dist/components/p-03a38eab.entry.js +0 -1
  535. package/dist/components/p-05d8fdc3.entry.js +0 -1
  536. package/dist/components/p-0918a2e2.entry.js +0 -1
  537. package/dist/components/p-096d3274.entry.js +0 -1
  538. package/dist/components/p-10a318e0.entry.js +0 -1
  539. package/dist/components/p-16e0b902.entry.js +0 -1
  540. package/dist/components/p-18e10983.entry.js +0 -1
  541. package/dist/components/p-215f3b21.entry.js +0 -1
  542. package/dist/components/p-30075622.entry.js +0 -1
  543. package/dist/components/p-32a7f571.entry.js +0 -1
  544. package/dist/components/p-3f0fd469.entry.js +0 -1
  545. package/dist/components/p-4675ac16.entry.js +0 -1
  546. package/dist/components/p-46c9a35e.entry.js +0 -1
  547. package/dist/components/p-4aefc66e.entry.js +0 -1
  548. package/dist/components/p-4bcf6077.entry.js +0 -1
  549. package/dist/components/p-5d26f527.entry.js +0 -1
  550. package/dist/components/p-64f6f07e.entry.js +0 -1
  551. package/dist/components/p-69e5af42.entry.js +0 -1
  552. package/dist/components/p-6a73ac42.entry.js +0 -1
  553. package/dist/components/p-70201ae6.entry.js +0 -1
  554. package/dist/components/p-7ba4ca15.entry.js +0 -1
  555. package/dist/components/p-84faf1b3.entry.js +0 -1
  556. package/dist/components/p-8803ecf9.entry.js +0 -1
  557. package/dist/components/p-8cf4ee6e.entry.js +0 -1
  558. package/dist/components/p-9e2a0f5a.entry.js +0 -1
  559. package/dist/components/p-9f4ad4e4.entry.js +0 -1
  560. package/dist/components/p-a0abe772.entry.js +0 -1
  561. package/dist/components/p-a6bf9bf8.entry.js +0 -1
  562. package/dist/components/p-ae60f98b.entry.js +0 -1
  563. package/dist/components/p-b2f0f40b.entry.js +0 -1
  564. package/dist/components/p-b4332c34.entry.js +0 -1
  565. package/dist/components/p-b47d115d.entry.js +0 -1
  566. package/dist/components/p-ceac6200.entry.js +0 -1
  567. package/dist/components/p-cee891dc.entry.js +0 -1
  568. package/dist/components/p-d06faa08.entry.js +0 -1
  569. package/dist/components/p-d2159cc9.entry.js +0 -1
  570. package/dist/components/p-d895d036.entry.js +0 -1
  571. package/dist/components/p-db970de6.entry.js +0 -1
  572. package/dist/components/p-e343cd31.entry.js +0 -1
  573. package/dist/components/p-e3811d4b.entry.js +0 -1
  574. package/dist/components/p-e8bd6106.entry.js +0 -1
  575. package/dist/components/p-e96a5c8e.entry.js +0 -1
  576. package/dist/components/p-fec4cba7.entry.js +0 -1
  577. package/dist/esm/eds-breadcrumb.entry.js +0 -135
  578. package/dist/esm/eds-form.entry.js +0 -405
  579. package/dist/esm/eds-input_7.entry.js +0 -347
  580. package/dist/esm/token-spacing.entry.js +0 -12
  581. package/dist/types/eds-docs-ui/functional/angular.d.ts +0 -2
  582. package/dist/types/eds-docs-ui/functional/installation.d.ts +0 -2
  583. package/dist/types/eds-docs-ui/functional/overview.d.ts +0 -2
  584. package/dist/types/eds-docs-ui/functional/react.d.ts +0 -2
  585. package/dist/types/eds-docs-ui/functional/usage.d.ts +0 -2
  586. package/dist/types/eds-docs-ui/functional/vue.d.ts +0 -2
  587. /package/dist/collection/eds-docs-ui/{eds-svg-repository/eds-svg-repository.css → svg-repository/svg-repository.css} +0 -0
@@ -1,36 +1,36 @@
1
1
  import { h } from "@stencil/core";
2
- import { EdsComponentsOverview } from "../functional/overview";
3
- import { EdsDocsInstallation } from "../functional/installation";
4
- import { EdsDocsReact } from "../functional/react";
5
- import { EdsDocsVue } from "../functional/vue";
6
- import { EdsDocsAngular } from "../functional/angular";
2
+ import { DocsOverview } from "./functional/overview";
3
+ import { DocsInstallation } from "./functional/installation";
4
+ import { DocsReact } from "./functional/react";
5
+ import { DocsVue } from "./functional/vue";
6
+ import { DocsAngular } from "./functional/angular";
7
7
  /**
8
8
  * @internal
9
9
  */
10
- export class EdsComponentsSection {
10
+ export class ComponentsSection {
11
11
  constructor() {
12
12
  this.tabIndex = undefined;
13
13
  }
14
14
  renderContent() {
15
15
  switch (this.tabIndex) {
16
16
  case 0:
17
- return h(EdsComponentsOverview, null);
17
+ return h(DocsOverview, null);
18
18
  case 1:
19
- return h(EdsDocsInstallation, null);
19
+ return h(DocsInstallation, null);
20
20
  case 2:
21
- return h(EdsDocsReact, null);
21
+ return h(DocsReact, null);
22
22
  case 3:
23
- return h(EdsDocsVue, null);
23
+ return h(DocsVue, null);
24
24
  case 4:
25
- return h(EdsDocsAngular, null);
25
+ return h(DocsAngular, null);
26
26
  default:
27
27
  return h("p", null, "Content not available.");
28
28
  }
29
29
  }
30
30
  render() {
31
- return h("div", { key: '85fff494e98ff10bbcc630487a75d345e7cce78c', class: "container" }, this.renderContent());
31
+ return h("div", { key: 'ee8facfaad3786770fd3ea39f1db7922a67ffd3e', class: "container" }, this.renderContent());
32
32
  }
33
- static get is() { return "eds-components-section"; }
33
+ static get is() { return "components-section"; }
34
34
  static get properties() {
35
35
  return {
36
36
  "tabIndex": {
@@ -0,0 +1,2 @@
1
+ import { h } from "@stencil/core";
2
+ export const DocsAngular = () => (h("div", null, h("h2", null, "Angular Wrappers"), h("p", null, "To use the EBRAINS web components in an Angular Application, simple install the package below and check out the examples."), h("eds-code-block", { code: "npm install @ebrains/angular", language: "javascript", "copy-label": "Copy Code" }), h("p", null, "Define the custom elements"), h("eds-code-block", { code: "import { defineCustomElements } from '@ebrains/components/loader';\ndefineCustomElements();", language: "javascript", "copy-label": "Copy Code" }), h("p", null, "Angular Custom Elements Schema"), h("eds-code-block", { code: 'import { CUSTOM_ELEMENTS_SCHEMA } from "@angular/core";', language: "javascript", "copy-label": "Copy Code" }), h("eds-section-core", { "section-title": "Example Angular App", "heading-level": "h3" }, h("eds-code-block", { code: '\n<div class="container">\n <eds-breadcrumb\n intent="tertiary"\n items="[\n { "label": "Home", "url": "#" },\n { "label": "Products", "url": "#" },\n ]">\n </eds-breadcrumb>\n <eds-footer></eds-footer>\n</div>', language: "javascript", "copy-label": "Copy Code" }))));
@@ -0,0 +1,2 @@
1
+ import { h } from "@stencil/core";
2
+ export const DocsInstallation = () => (h("div", null, h("p", null, "Before proceeding, ensure that Node.js is installed on your machine\u2014you can download the latest version from the official website. If your project doesn\u2019t already use npm and you plan to integrate EBRAINS Components, you'll need to create a package.json file by running npm init and following the on-screen instructions."), h("div", { class: "my-8" }, h("eds-code-block", { code: "npm install @ebrains/components", language: "html", "copy-label": "Copy Code" })), h("div", { class: "my-8" }, h("eds-code-block", { code: "npm install @ebrains/assets", language: "html", "copy-label": "Copy Code" })), h("div", { class: "my-8" }, h("eds-code-block", { code: "npm install @ebrains/react", language: "html", "copy-label": "Copy Code" })), h("div", { class: "my-8" }, h("eds-code-block", { code: "npm install @ebrains/vue", language: "html", "copy-label": "Copy Code" })), h("div", { class: "my-8" }, h("eds-code-block", { code: "npm install @ebrains/angular", language: "html", "copy-label": "Copy Code" }))));
@@ -1,5 +1,5 @@
1
1
  import { h } from "@stencil/core";
2
- export const EdsComponentsOverview = () => (h("div", { class: "static-content container" }, h("h2", null, "Load the module"), h("p", null, "Integrating the EBRAINS UI Components to a project without a JavaScript framework is straight forward. If you\u2019re working on a simple HTML page, you can start using the components immediately by adding the tags below to the", ' ', h("code", null, "head"), "."), h("eds-code-block", { code: "<script type='module'>\n import { defineCustomElements } from 'https://unpkg.com/@ebrains/components@latest/loader/index.js'; \n // Define custom elements\n defineCustomElements(window);\n</script>", language: "javascript", "copy-label": "Copy Code" }), h("p", null, "This snippet is part of the Stencil component loader system. Under the hood, it does the following:"), h("eds-steps", { steps: [
2
+ export const DocsOverview = () => (h("div", { class: "static-content container" }, h("h2", null, "Load the module"), h("p", null, "Integrating the EBRAINS UI Components to a project without a JavaScript framework is straight forward. If you\u2019re working on a simple HTML page, you can start using the components immediately by adding the tags below to the", ' ', h("code", null, "head"), "."), h("eds-code-block", { code: "<script type='module'>\n import { defineCustomElements } from 'https://unpkg.com/@ebrains/components@latest/loader/index.js'; \n // Define custom elements\n defineCustomElements(window);\n</script>", language: "javascript", "copy-label": "Copy Code" }), h("p", null, "This snippet is part of the Stencil component loader system. Under the hood, it does the following:"), h("eds-steps", { steps: [
3
3
  {
4
4
  title: 'Import the Loader Module',
5
5
  content: 'The script imports the defineCustomElements function from the Stencil-generated loader module hosted at a CDN. This module contains the registration logic for all your custom components.'
@@ -16,4 +16,4 @@ export const EdsComponentsOverview = () => (h("div", { class: "static-content co
16
16
  title: 'Optimized Performance',
17
17
  content: 'By registering components early and lazy-loading their implementations, the script helps maintain a fast startup while ensuring that all custom elements are ready for use when needed.'
18
18
  }
19
- ] }), h("p", null, "Once included, components can be used in your markup like any other regular HTML elements:"), h("eds-code-block", { code: '<eds-button \n label="my bytton" \n intent="primary">\n</eds-button>', language: "html", "copy-label": "Copy Code" }), h("h2", null, "Load the styles"), h("p", null, "To directly use the produced css framework with a few predefined custom utility classes, add the tag below to the", ' ', h("code", null, "head")), h("eds-code-block", { code: '<link rel="stylesheet" href="https://unpkg.com/@ebrains/assets@latest/styles/output.css"/>', language: "css", "copy-label": "Copy Code" }), h("p", null, "Note that, loading the predefined CSS framework above,", ' ', h("b", null, "automatically loads the fonts so you can skip loading them separately"), ". If you wish, however, to load the fonts, add the tag below to the ", h("code", null, "head")), h("eds-code-block", { code: '<link rel="stylesheet" href="https://unpkg.com/@ebrains/assets@0.0.1/styles/base/fonts.css"/>', language: "css", "copy-label": "Copy Code" })));
19
+ ] }), h("p", null, "Once included, components can be used in your markup like any other regular HTML elements:"), h("eds-code-block", { code: '<eds-button \n label="my bytton" \n intent="primary">\n</eds-button>', language: "html", "copy-label": "Copy Code" }), h("h2", null, "Load the styles"), h("p", null, "To directly use the produced css framework with a few predefined custom utility classes, add the tag below to the", ' ', h("code", null, "head")), h("eds-code-block", { code: '<link rel="stylesheet" href="https://unpkg.com/@ebrains/assets@latest/styles/output.css"/>', language: "css", "copy-label": "Copy Code" }), h("p", null, "To directly use only the produced variables add the tag below to the ", h("code", null, "head")), h("eds-code-block", { code: '<link rel="stylesheet" href="https://unpkg.com/@ebrains/assets@latest/styles/vars.css"/>', language: "css", "copy-label": "Copy Code" }), h("p", null, "Note that, loading the predefined CSS framework above,", ' ', h("b", null, "automatically loads the fonts so you can skip loading them separately"), ". If you wish, however, to load the fonts, add the tag below to the ", h("code", null, "head")), h("eds-code-block", { code: '<link rel="stylesheet" href="https://unpkg.com/@ebrains/assets@latest/styles/base/fonts.css"/>', language: "css", "copy-label": "Copy Code" })));
@@ -0,0 +1,2 @@
1
+ import { h } from "@stencil/core";
2
+ export const DocsReact = () => (h("div", null, h("h2", null, "React Wrappers"), h("p", null, "To use the EBRAINS web components in a React Application, simple install the package below and check out the examples"), h("eds-code-block", { code: "npm install @ebrains/react", language: "javascript", "copy-label": "Copy Code" }), h("eds-section-core", { "section-title": "Example React App", "heading-level": "h3" }, h("p", null, "This code displays a Stencil-based splash screen that stays visible until an initialization promise resolves (or errors), then hides itself and reveals the main React app content."), h("eds-code-block", { code: "\nimport React, { useMemo, useState } from 'react';\nimport {\n EdsHeader\n EdsSplashScreen,\n EdsMatomoNotice,\n EdsSteps\n} from '@ebrains/react';\nimport './app.css';\n\n// simulate 2s\nfunction fakeInit(): Promise<void> {\n return new Promise(resolve => setTimeout(resolve, 2000));\n}\n\nexport function App() {\n // 1) create init promise\n const initPromise = useMemo(() => fakeInit(), []);\n\n // 2) is splash still visible\n const [splashVisible, setSplashVisible] = useState(true);\n const [initError, setInitError] = useState<string | null>(null);\n\n // 3) show the UI after the splash has hidden\n const showApp = !splashVisible && !initError;\n\n return (\n <div>\n {splashVisible && (\n <EdsSplashScreen\n inverse={false}\n initPromise={initPromise}\n onSplash={(e: CustomEvent) => {\n if (e.detail.type === 'hidden') {\n setSplashVisible(false);\n } else if (e.detail.type === 'error') {\n setInitError(e.detail.message);\n setSplashVisible(false);\n }\n }}\n />\n )}\n\n {initError && (\n <div className='error'>\n Failed to initialize: {initError}\n </div>\n )}\n\n {/* Show App only when ready */}\n {showApp && (\n <>\n <EdsHeader></EdsHeader>\n <EdsSteps\n steps={[\n {\n title: 'Introduction',\n content: 'Begin by familiarizing yourself with the overall process.'\n },\n {\n title: 'Process Overview',\n content: 'Review the detailed steps and understand the workflow.'\n }\n ]}\n type='linear'\n />\n\n <EdsMatomoNotice />\n\n <div id='root'></div>\n </>\n )}\n </div>\n );\n}\nexport default App;\n", language: "javascript", "copy-label": "Copy Code" }))));
@@ -0,0 +1,2 @@
1
+ import { h } from "@stencil/core";
2
+ export const DocsUsage = () => (h("div", null, h("h1", null, "Usage with basic HTML "), h("p", null, "TBD")));
@@ -0,0 +1,2 @@
1
+ import { h } from "@stencil/core";
2
+ export const DocsVue = () => (h("div", null, h("h2", null, "Vue Wrappers"), h("p", null, "To use the EBRAINS web components in a Vue Application, simple install the package below and check out the examples."), h("eds-code-block", { code: "npm install @ebrains/vue", language: "javascript", "copy-label": "Copy Code" }), h("h2", null, "Passing Properties to Custom Elements Using the ", h("b", null, ".prop"), " Modifier in Vue Wrappers"), h("p", null, "When using Vue wrappers for Stencil components (or any custom elements), you might encounter issues with property names being altered due to HTML\u2019s attribute handling. By default, Vue binds values as HTML attributes, and HTML attributes are case-insensitive. This means that camelCase property names can be transformed into lowercase strings, which can prevent your component from receiving the correct data."), h("h3", null, "How to Use the ", h("b", null, ".prop"), " Modifier"), h("p", null, "When using Vue wrappers, you can pass properties with the .prop modifier by adding it to your binding expression. Here\u2019s an example of how to do it:"), h("div", { class: "my-8" }, h("eds-alert", { message: "This may lead to issues because Vue binds these as attributes .", intent: "error" })), h("eds-code-block", { code: '<EdsAlert\n message="This is a default informational alert."\n intent="default"\n :pressableLabel="Press Me"\n :pressableUrl="https://ebrains.eu"\n></EdsAlert>', language: "javascript", "copy-label": "Copy Code" }), h("div", { class: "my-8" }, h("eds-alert", { message: "Use the .prop modifier to ensure properties are passed correctly.", intent: "default" })), h("eds-code-block", { code: '<EdsAlert\n message="This is a default informational alert."\n intent="default"\n :pressableLabel.prop="Press Me"\n :pressableUrl.prop="https://ebrains.eu"\n></EdsAlert>', language: "javascript", "copy-label": "Copy Code" }), h("p", null, "Using the ", h("b", null, ".prop"), " modifier in Vue ensures that the data you pass to your custom elements is received as intended. It prevents Vue (and the browser) from transforming camelCase property names into lowercase attributes, thereby maintaining the correct data mapping in your Stencil components."), h("eds-section-core", { "section-title": "Example Vue App", "heading-level": "h3" }, h("eds-code-block", { code: '\n<template>\n <div>\n <EdsHeader></EdsHeader>\n <!-- render the splash until we manually hide it -->\n <EdsSplashScreen inverse="false" />\n\n <!-- then show main UI -->\n <div v-if="!splashVisible" class="container my-16">\n <EdsSteps \n :steps="JSON.stringify(stepsdata)"\n type="linear"\n />\n </div>\n </div>\n</template>\n\n<script>\nimport { EdsSplashScreen, EdsSteps, EdsHeader } from "@ebrains/vue";\n\nexport default {\n name: "App",\n components: { EdsHeader, EdsSplashScreen, EdsSteps },\n data() {\n return {\n stepsdata: [\n { title: "Introduction", content: "Begin by familiarizing yourself with the overall process." },\n { title: "Process Overview", content: "Review the detailed steps and understand the workflow." }\n ],\n splashVisible: true\n };\n },\n methods: {\n delay(ms) {\n return new Promise(resolve => setTimeout(resolve, ms));\n },\n async initialize() {\n try {\n // simulate your init work\n await this.delay(2000);\n\n // fire the built-in event that EdsSplashScreen listens for\n window.dispatchEvent(new Event("hideSplash"));\n } catch (e) {\n console.error("Init error", e);\n window.dispatchEvent(new Event("hideSplash"));\n } finally {\n // show the rest of the app\n this.splashVisible = false;\n }\n }\n },\n mounted() {\n this.initialize();\n }\n};\n</script>\n', language: "javascript", "copy-label": "Copy Code" }))));
@@ -2,7 +2,7 @@ import { h } from "@stencil/core";
2
2
  /**
3
3
  * @internal
4
4
  */
5
- export class EdsDocsContent {
5
+ export class DocsContent {
6
6
  constructor() {
7
7
  this.tabIndex = undefined;
8
8
  }
@@ -25,9 +25,9 @@ export class EdsDocsContent {
25
25
  }
26
26
  }
27
27
  render() {
28
- return h("div", { key: '64ee8c20ec7dca1ea1a742ef53f0315c81107ead', class: "container" }, this.renderContent());
28
+ return h("div", { key: '29810a0ace60d2e5a0fc84d6715fc2fc89d6187f', class: "container" }, this.renderContent());
29
29
  }
30
- static get is() { return "eds-docs-tokens"; }
30
+ static get is() { return "docs-tokens"; }
31
31
  static get properties() {
32
32
  return {
33
33
  "tabIndex": {
@@ -39,14 +39,14 @@ export class TokenList {
39
39
  renderSection(sectionName, sectionContent) {
40
40
  if (sectionName === 'tokens') {
41
41
  const groupedTokens = this.groupTokensByCategory(sectionContent);
42
- return Object.entries(groupedTokens).map(([, tokens]) => (h("ul", { class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, tokens.map((token) => {
42
+ return Object.entries(groupedTokens).map(([, tokens]) => (h("ul", { class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, tokens.map((token) => {
43
43
  const tokenName = Object.keys(token)[0];
44
44
  const tokenValue = this.resolveColor(token[tokenName]);
45
45
  const textColorClass = this.getTextColor(tokenValue);
46
46
  return (h("li", { class: "grid-col-span-12 md:grid-col-span-6 flex flex-col" }, h("div", { class: "effect-height items-center justify-between p-16 hidden lg:flex", style: { backgroundColor: tokenValue } }, h("span", { class: `${textColorClass} f-body-02` }, tokenName), h("div", { class: "inline-flex" }, h("eds-code-block", { code: tokenValue, language: "hex", class: "min-w-[210px] mr-4" }), h("eds-code-block", { language: "css", code: `var(--${tokenName})`, class: "min-w-[210px]" }))), h("div", { class: "effect-height items-center justify-between p-16 block lg:hidden", style: { backgroundColor: tokenValue } }, h("span", { class: `${textColorClass} f-body-02` }, tokenName), h("div", { class: "inline block" }, h("eds-code-block", { code: tokenValue, class: "min-w-[210px] mb-4" }), h("eds-code-block", { code: `var(--${tokenName})`, class: "min-w-[210px]" })))));
47
47
  }))));
48
48
  }
49
- return (h("ul", { class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(sectionContent).map(([key, value]) => {
49
+ return (h("ul", { class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(sectionContent).map(([key, value]) => {
50
50
  const resolvedValue = this.resolveColor(value);
51
51
  const textColorClass = this.getTextColor(resolvedValue);
52
52
  const style = resolvedValue.startsWith('#') || resolvedValue.startsWith('rgb')
@@ -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: '3e1da1cf339496fb351d4ab2c6238ac389bccc10', class: "w-full mt-28" }, Object.entries(sectionsToDisplay).map(([sectionName, sectionContent]) =>
72
+ return (h("section", { key: '8b81b207da80d0006bd14157e527932ca5305a93', 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: '16cab4ed90701a89fe7586cb29e85e01156a2f9a', class: "w-full mt-28" }, h("ul", { key: 'e997b51855eb94a8cda474ce537ab81c88938ca9', class: "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: '912af038957cf8b00443e72529d4929b7a508a0a', class: "w-full mt-28" }, h("ul", { key: 'ffffacd1e6006a05a27d5e1248ce626c36abc73e', 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: '5e6ad389cf71ef5d70b7c4a92314b25ef7272f62', class: "w-full" }, h("eds-section-core", { key: '5dd2339752eddd0826987245e7b80edc64816a32', tag: "div", "section-title": "Aspect Ratios", "heading-level": "h3" }, h("ul", { key: 'd71c41ed6a9d8f6b45c03fb8fa7070810f3fe6ba', 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: '595dc0d77e33bfb2109666d185933c9f5b23616e', class: "w-full" }, h("eds-section-core", { key: 'a3217b7808a1bc810ff0b158c4e6547bc2a77b06', tag: "div", "section-title": "Aspect Ratios", "heading-level": "h3" }, h("ul", { key: '505f84a67b6eba8c33d1484c4cb0e94f4de68bc0', 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: '019be87dca82cd1edd392ef0758b8a2e37d09ff6', class: "w-full mt-28" }, h("ul", { key: 'ade136beb8b25087e26c3f2300b463aa3fda1e41', class: "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: 'af8f66e30d9115f920d483c02d1f7c2b718589f9', class: "w-full mt-28" }, h("ul", { key: '1588c580f981ab148ba23a76cd33b0c8b993822c', 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: 'a5ba01206487d07014bfd41fbed4f2f80f7d067e', class: "w-full" }, h("ul", { key: 'be6eb0bbe85f40b123ea04e02d839412401e0e0d', class: "gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '1617719d10e11cc1e36df8cdc368fb3f55536d9a', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '3510583e1adc5029a2562b96f33e9f6453240da5', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'b01170621405035c36efe8e5858201b6d12b23e9', class: "spacing-sample m-32 bg-darker" }, h("span", { key: 'ce9639400a99d478a5e31f95c9482cec914e90af', class: "text-white" }, "Margin: 2rem / m-32")))), h("li", { key: '96dd43d6786acdcb5cf9c911ce39efce00b09a77', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'd8d9178f9f700eb5e752c87333d894a2392d72e9', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'f357493cdad00a69ec48dc3fb7854ba4b25579ab', class: "spacing-sample ml-64 bg-darker" }, h("span", { key: '6e5e8b20be76970dead72ca485fb5cc9a6e7c1f1', class: "text-white" }, "Margin Left: 4rem / ml-64")))), h("li", { key: '22fec87f6102e0577bf912508128c12716b48cb4', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'dee21a637d965b41cbdd9b4131ae7e6fc241d39a', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '43b150abac42ee2e189ec5fe8de64f5b43fba2c8', class: "spacing-sample mt-32 bg-darker" }, h("span", { key: '3789c91cd7db3332af5df28308c4d69ccda4623d', class: "text-white" }, "Margin Top: 2rem / mt-32")))), h("li", { key: '07e7c1b44d09a873df7f4488381b561bd952b65f', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '898be718773fee0d091424178ff4302f2fbc137b', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '60ce8427ee0c6deeda95b385c6342ca1b6215bba', class: "spacing-sample p-32 bg-darker" }, h("span", { key: '97913f64a9c0b15b200811e59214e0d0b3d8837d', class: "text-white" }, "Padding: 2rem / p-32")))), h("li", { key: '01ba17c02dc6fb806a23ce4429091e0417d094c5', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '559de3d223e040d0e1edbff121b99e6218773917', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'a857560b3ad4d7a5a670d5db5baae3fcfbf18d21', class: "spacing-sample pt-32 bg-darker" }, h("span", { key: '5fff31ad7de22d84df6741c0f9a611164bbe5cc9', class: "text-white" }, "Padding Top: 2rem / pt-32")))), h("li", { key: '6ac602257cb50ac1a05d78b477bc84fb25e89b4c', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'a087fa3b78537b2c0e35b7e9c2693e972092d407', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '76265dd76d79f8eb33f20ae85794c70cf41dd38b', class: "spacing-sample pl-32 bg-darker" }, h("span", { key: 'fe6a57a3977218cb6f9ea10560650634080d0931', class: "text-white" }, "Padding Left: 2rem / pl-32")))))));
7
+ return (h("div", { key: '5526a1591fe499aa09c78be0143f69b7b7af6018', class: "w-full" }, h("ul", { key: '690fb216bebd9a7ded21792e9b06aa06afbc722b', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '601a7d094c2143cb0499251243282133b4389c7d', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '2c57a78fea544c8e76021031dba8addba73a6d47', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '8879361b69dabe72270b3eac45cf1c95e569f98b', class: "spacing-sample m-16 bg-strong" }, h("span", { key: 'a3ae615891152c0305386082b117083f8bafde9c', class: "f-body-01 text-inverse" }, "Margin: 1rem / m-16")))), h("li", { key: '24142c0ecca843e6185201878ba34a7f01e22bc9', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'c1c25ff252577d8e00e7d1de77f9960e7e97dfde', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'c6797217f9bc11797961b3d26fe814bbb275e583', class: "spacing-sample ml-64 bg-strong" }, h("span", { key: '376548ee4fa82a8ac20a46b926b34ef6147350aa', class: "f-body-01 text-inverse" }, "Margin Left: 4rem / ml-64")))), h("li", { key: '973f0bb97ebb3c180d2283387f49df9513b7770f', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '573eb47f4cc69d46f0603a0a709315c7e191998b', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '71cd97ffaeed369e234c75909a5be4bbb3cb43d5', class: "spacing-sample mt-32 bg-strong" }, h("span", { key: '0f6af30c5d310aba1436d9ff92e8d67d7f139b59', class: "f-body-01 text-inverse" }, "Margin Top: 2rem / mt-32")))), h("li", { key: '884a928c8d8c7b5dbdfd024e4e4d76bf98b55f49', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: 'cfa9dd4088ece07293702056de592c39d68a43ae', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'aca9b21ca52d79a724a5e985d6639e543b495e6b', class: "spacing-sample p-32 bg-strong" }, h("span", { key: '550fc1d92e707439176933443fca6532b06209ca', class: "f-body-01 text-inverse" }, "Padding: 2rem / p-32")))), h("li", { key: 'a56af0286e1deee424fe9e7e6d3f1dccc0a0a92c', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '738731e56be9be727e47687d9ef271ab5b0a087c', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: '5448eeed3887bd66270be4e93761b9a3d8fe206c', class: "spacing-sample pt-32 bg-strong" }, h("span", { key: '535e325326444ab1d50e885de65d6acdd7f9ec63', class: "f-body-01 text-inverse" }, "Padding Top: 2rem / pt-32")))), h("li", { key: 'e0b1ba436681545f760823f1e0d073fd8bd2d44b', class: "grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16" }, h("div", { key: '9d65df19fdc4be8054e9b34c18f8b54eadac7dbd', class: "container p-8 item-center border-2 border-soft" }, h("div", { key: 'fe8656e6f0f3fafa3e7dd1ba9dd35251a3a19bf0', class: "spacing-sample pl-32 bg-strong" }, h("span", { key: '32b26c324b26b3c57062d149cb49d1f1eeb5b5c4', class: "f-body-01 text-inverse" }, "Padding Left: 2rem / pl-32")))))));
8
8
  }
9
9
  static get is() { return "token-spacing"; }
10
10
  }
@@ -5,7 +5,7 @@ import typography from "../../../../../../../../packages/assets/tokens/typograph
5
5
  */
6
6
  export class TokenTypography {
7
7
  render() {
8
- return (h("section", { key: '8a5867f30800adcc1e5ef9438f01b3a031110402', class: "w-full" }, h("ul", { key: 'd1fc83712676e6524bddc2e5d1bc50f0266b05eb', class: "not-prose gap-y-8 md:gap-y-12 lg:gap-y-16" }, Object.entries(typography.typesets)
8
+ return (h("section", { key: 'b2e3951c7419dccdd31e446898a9ad126e36398e', class: "w-full" }, h("ul", { key: '78ec896dad35353bcdc4d9f9d4b68873e1274933', 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
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
11
  fontFamily: typography.families.sans,
@@ -13,7 +13,7 @@ export class TokenTypography {
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: `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: [
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: [
17
17
  style.fontSize && `font-size: ${style.fontSize};`,
18
18
  style.lineHeight && `line-height: ${style.lineHeight};`,
19
19
  style.letterSpacing && `letter-spacing: ${style.letterSpacing};`,
@@ -21,7 +21,7 @@ export class TokenTypography {
21
21
  style.fontFamily && `font-family: ${style.fontFamily};`
22
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: `--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" }))))))))));
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" }))))))))));
25
25
  }
26
26
  static get is() { return "token-typography"; }
27
27
  }
@@ -2,7 +2,7 @@ import { h } from "@stencil/core";
2
2
  /**
3
3
  * @internal
4
4
  */
5
- export class EdsDocsPalettes {
5
+ export class DocsPalettes {
6
6
  constructor() {
7
7
  this.tabIndex = undefined;
8
8
  }
@@ -17,9 +17,9 @@ export class EdsDocsPalettes {
17
17
  }
18
18
  }
19
19
  render() {
20
- return h("div", { key: '480cc269ee31de61190b4ae7502c3c17e673c3f9', class: "container" }, this.renderContent());
20
+ return h("div", { key: 'f985628b9ea3f02a511e2facbda99b54f0723acf', class: "container" }, this.renderContent());
21
21
  }
22
- static get is() { return "eds-docs-palettes"; }
22
+ static get is() { return "docs-palettes"; }
23
23
  static get properties() {
24
24
  return {
25
25
  "tabIndex": {
@@ -1,53 +1,154 @@
1
+ ol,
2
+ ul,
3
+ menu {
4
+ list-style: none;
5
+ margin: 0;
6
+ padding: 0;
7
+ }
8
+
9
+ .text-center {
10
+ text-align: center;
11
+ }
12
+
1
13
  .container {
2
- width: calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));
3
- margin-right: auto;
4
- margin-left: auto;
5
- }
6
- .container > * {
7
- --container-outer-gutter: 0;
8
- --breakout-container-outer-gutter: 0;
9
- }
10
- .bg-accent {
11
- background-color: var(--green-500);
12
- }
13
- .bg-dark {
14
- background-color: var(--grey-300);
15
- }
16
- .bg-strongest {
17
- background-color: var(--black);
18
- }
19
- .text-default {
20
- color: var(--black);
21
- }
22
- .text-inverse {
23
- color: var(--white);
14
+ width: calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));
15
+ margin-right: auto;
16
+ margin-left: auto;
17
+ }
18
+
19
+ .container>* {
20
+ --container-outer-gutter: 0;
21
+ --breakout-container-outer-gutter: 0;
22
+ }
23
+
24
+ .grid-layout {
25
+ --grid-columns: 6;
26
+ display: grid;
27
+ grid-template-columns: repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);
28
+ grid-gap: var(--inner-gutter);
29
+ }
30
+
31
+ .grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]>*:nth-child(n)::before {
32
+ border-bottom-width: 1px;
33
+ }
34
+
35
+ .grid-cols-6[class*="grid-line-xfull"]>*:nth-child(n)::before {
36
+ inset-inline-start: calc(var(--inner-gutter) / -2);
37
+ inset-inline-end: calc(var(--inner-gutter) / -2);
38
+ }
39
+
40
+ .grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1)::before {
41
+ inset-inline-start: 0;
42
+ }
43
+
44
+ .grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+6)::before {
45
+ inset-inline-end: 0;
46
+ }
47
+
48
+ .grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)::before {
49
+ border-bottom-width: 0;
50
+ }
51
+
52
+ .grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)~*::before {
53
+ border-bottom-width: 0;
54
+ }
55
+
56
+ .grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(n)::after {
57
+ border-inline-end-width: 1px;
58
+ }
59
+
60
+ .grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+6)::after {
61
+ border-inline-end-width: 0;
62
+ }
63
+
64
+ .grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(-n+6)::after {
65
+ top: 0;
66
+ }
67
+
68
+ .grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)::after {
69
+ bottom: 0;
70
+ }
71
+
72
+ .grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)~li::after {
73
+ bottom: 0;
74
+ }
75
+
76
+ .grid-col-span-6 {
77
+ --container-grid-columns: 6;
78
+ grid-column: span 6 / span 6;
79
+ }
80
+
81
+ .gap-y-8 {
82
+ row-gap: 0.5rem;
83
+ }
84
+
85
+
86
+ .flex {
87
+ display: flex;
88
+ }
89
+
90
+ .flex-col {
91
+ flex-direction: column;
92
+ }
93
+
94
+ .mx-auto {
95
+ margin-left: auto;
96
+ margin-right: auto;
97
+ }
98
+
99
+ .f-ui-02 {
100
+ font-family: var(--f-ui-02-fontFamily);
101
+ font-weight: var(--f-ui-02-fontWeight);
102
+ font-size: var(--f-ui-02-fontSize);
103
+ line-height: var(--f-ui-02-lineHeight);
104
+ letter-spacing: var(--f-ui-02-letterSpacing);
105
+ }
106
+
107
+ @media (min-width: 750px) {
108
+ .md\:grid-col-span-3 {
109
+ --container-grid-columns: 3;
110
+ grid-column: span 3 / span 3;
24
111
  }
25
- .p-8 {
26
- padding: 0.5rem;
112
+
113
+ .md\:gap-y-12 {
114
+ row-gap: 0.75rem;
27
115
  }
28
- .p-16 {
29
- padding: 1rem;
116
+ }
117
+
118
+ @media (min-width: 900px) {
119
+ .lg\:gap-y-16 {
120
+ row-gap: 1rem;
30
121
  }
31
- .my-16 {
32
- margin-top: 1rem;
33
- margin-bottom: 1rem;
122
+
123
+ .lg\:grid-col-span-3 {
124
+ --container-grid-columns: 3;
125
+ grid-column: span 3 / span 3;
34
126
  }
35
- .my-20 {
36
- margin-top: 1.25rem;
37
- margin-bottom: 1.25rem;
127
+ }
128
+
129
+ @media (min-width: 1024px) {
130
+ .xl\:grid-col-span-3 {
131
+ --container-grid-columns: 3;
132
+ grid-column: span 3 / span 3;
38
133
  }
39
- .f-heading-05 {
40
- font-family: var(--f-heading-05-fontFamily);
41
- font-weight: var(--f-heading-05-fontWeight);
42
- font-size: var(--f-heading-05-fontSize);
43
- line-height: var(--f-heading-05-lineHeight);
44
- letter-spacing: var(--f-heading-05-letterSpacing);
134
+ }
135
+
136
+ @media (min-width: 1280px) {
137
+ .xxl\:grid-col-span-2 {
138
+ --container-grid-columns: 2;
139
+ grid-column: span 2 / span 2;
45
140
  }
46
141
 
47
- .w-\[150px\] {
48
- width: 150px;
142
+ .xxl\:grid-col-span-3 {
143
+ --container-grid-columns: 3;
144
+ grid-column: span 3 / span 3;
49
145
  }
146
+ }
147
+
148
+ .w-\[150px\] {
149
+ width: 150px;
150
+ }
50
151
 
51
- .w-\[300px\] {
52
- width: 300px;
53
- }
152
+ .w-\[300px\] {
153
+ width: 300px;
154
+ }
@@ -5,7 +5,7 @@ import { vLogoMargins } from "../../../../../../../../packages/svgs/src/index";
5
5
  */
6
6
  export class LogoSpace {
7
7
  render() {
8
- return (h("div", { key: '6d1dd1a42531168fa253a2627100be4d15befa01', class: "container my-20" }, h("div", { key: 'f405531b79f871634d0b7f2b8d164c5bfc5296e0', class: "w-[300px]" }, h("div", { key: '29eb549e14b00c6936bb397e2f60dfb7728a261f', class: "bg-dark" }, h("div", { key: '34c5784a90267142e604e59e6db480b4603d0760', class: "logo-container", innerHTML: vLogoMargins })))));
8
+ return (h("div", { key: 'ef880ea5beba757cdd39f435eeb2fffc31840b44', class: "container" }, h("ul", { key: '53cab505e89057b97a9e6d431e25886c8790a363', class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: 'c5454fac34e2799ce7a10d57e9d1a659522325ac', 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: 'e8c8300bec00274891d0a5fca79955fa06efff67', class: "logo-container mx-auto w-[300px]", innerHTML: vLogoMargins })), h("li", { key: '4b3c0262751f08fd7b23937908c429ea95f0d053', 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: '93acac909ef53d6e08dc09d0f9bacd676bb5e7d9', class: "text-center mt-16" }, h("p", { key: 'e8f03d15125aeb471a876cd58f12ae094c1539d3', class: "f-body-01" }, "To ensure legibility, follow these minimum size guidelines:"), h("eds-table", { key: 'fbb39b9b45de955c46329f3d96209074a1e513ff', 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: '25b3994ab87f7c78b514b585aebf72893b4cc25f', 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" }))));
9
9
  }
10
10
  static get is() { return "logo-space"; }
11
11
  static get encapsulation() { return "shadow"; }