@ebrains/components 0.9.2-beta → 1.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 (1035) hide show
  1. package/README.md +4 -2
  2. package/dist/cjs/analytics-28713bf7.js +60 -0
  3. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  4. package/dist/cjs/arrow-diagonal-black-0eb8640e.js +5 -0
  5. package/dist/cjs/arrow-right-3e38e8a9.js +7 -0
  6. package/dist/cjs/bluesky-eb0d6051.js +16 -0
  7. package/dist/cjs/bookmark-c61853d9.js +18 -0
  8. package/dist/cjs/chevron-down-27344777.js +14 -0
  9. package/dist/cjs/chevron-left-6fc9c6ef.js +13 -0
  10. package/dist/cjs/chevron-right-6d95a117.js +7 -0
  11. package/dist/cjs/chevron-up-e37d7713.js +14 -0
  12. package/dist/cjs/close-51284af5.js +7 -0
  13. package/dist/cjs/color-primary-palette_6.cjs.entry.js +340 -0
  14. package/dist/cjs/components-section.cjs.entry.js +145 -0
  15. package/dist/cjs/components.cjs.js +25 -0
  16. package/dist/cjs/copy-53102d0c.js +7 -0
  17. package/dist/cjs/correct-use-of-colors.cjs.entry.js +68 -0
  18. package/dist/cjs/docs-palettes.cjs.entry.js +27 -0
  19. package/dist/cjs/docs-tokens.cjs.entry.js +35 -0
  20. package/dist/cjs/eds-accordion.cjs.entry.js +86 -0
  21. package/dist/cjs/eds-alert.cjs.entry.js +104 -0
  22. package/dist/cjs/eds-app-root.cjs.entry.js +37 -0
  23. package/dist/cjs/eds-avatar_34.cjs.entry.js +2731 -0
  24. package/dist/cjs/eds-card-project.cjs.entry.js +196 -0
  25. package/dist/cjs/eds-card-section.cjs.entry.js +39 -0
  26. package/dist/cjs/eds-card-tags.cjs.entry.js +22 -0
  27. package/dist/cjs/eds-card-tool.cjs.entry.js +79 -0
  28. package/dist/cjs/eds-code-block.cjs.entry.js +2489 -0
  29. package/dist/cjs/eds-cookies-preference.cjs.entry.js +39 -0
  30. package/dist/cjs/eds-feedback.cjs.entry.js +71 -0
  31. package/dist/cjs/eds-frame.cjs.entry.js +85 -0
  32. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +18 -0
  33. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +18 -0
  34. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +18 -0
  35. package/dist/cjs/eds-icon-bookmark.cjs.entry.js +18 -0
  36. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +18 -0
  37. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +18 -0
  38. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +18 -0
  39. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +18 -0
  40. package/dist/cjs/eds-icon-close.cjs.entry.js +18 -0
  41. package/dist/cjs/eds-icon-copy.cjs.entry.js +18 -0
  42. package/dist/cjs/eds-icon-eu.cjs.entry.js +18 -0
  43. package/dist/cjs/eds-icon-external.cjs.entry.js +18 -0
  44. package/dist/cjs/eds-icon-facebook.cjs.entry.js +18 -0
  45. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +18 -0
  46. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +18 -0
  47. package/dist/cjs/eds-icon-loader.cjs.entry.js +18 -0
  48. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +18 -0
  49. package/dist/cjs/eds-icon-menu.cjs.entry.js +18 -0
  50. package/dist/cjs/eds-icon-minus.cjs.entry.js +18 -0
  51. package/dist/cjs/eds-icon-more.cjs.entry.js +18 -0
  52. package/dist/cjs/eds-icon-paper.cjs.entry.js +18 -0
  53. package/dist/cjs/eds-icon-plus.cjs.entry.js +18 -0
  54. package/dist/cjs/eds-icon-portal.cjs.entry.js +18 -0
  55. package/dist/cjs/eds-icon-private.cjs.entry.js +18 -0
  56. package/dist/cjs/eds-icon-public.cjs.entry.js +18 -0
  57. package/dist/cjs/eds-icon-search.cjs.entry.js +18 -0
  58. package/dist/cjs/eds-icon-star.cjs.entry.js +18 -0
  59. package/dist/cjs/eds-icon-success.cjs.entry.js +18 -0
  60. package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +18 -0
  61. package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +18 -0
  62. package/dist/cjs/eds-icon-tutorial.cjs.entry.js +18 -0
  63. package/dist/cjs/eds-icon-twitter.cjs.entry.js +18 -0
  64. package/dist/cjs/eds-icon-unknown.cjs.entry.js +18 -0
  65. package/dist/cjs/eds-icon-updown.cjs.entry.js +18 -0
  66. package/dist/cjs/eds-icon-user.cjs.entry.js +18 -0
  67. package/dist/cjs/eds-icon-youtube.cjs.entry.js +18 -0
  68. package/dist/cjs/eds-matomo-notice.cjs.entry.js +125 -0
  69. package/dist/cjs/eds-pagination_2.cjs.entry.js +403 -0
  70. package/dist/cjs/eds-progress-bar.cjs.entry.js +56 -0
  71. package/dist/cjs/eds-rating.cjs.entry.js +64 -0
  72. package/dist/cjs/eds-section-core_2.cjs.entry.js +59 -0
  73. package/dist/cjs/eds-spinner.cjs.entry.js +54 -0
  74. package/dist/cjs/eds-splash-screen.cjs.entry.js +60 -0
  75. package/dist/cjs/eds-switch.cjs.entry.js +46 -0
  76. package/dist/cjs/eds-timeline.cjs.entry.js +63 -0
  77. package/dist/cjs/eds-toast-manager.cjs.entry.js +75 -0
  78. package/dist/cjs/eds-toast.cjs.entry.js +77 -0
  79. package/dist/cjs/eds-trl.cjs.entry.js +51 -0
  80. package/dist/cjs/eu-b9665157.js +32 -0
  81. package/dist/cjs/facebook-7aa65e57.js +16 -0
  82. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +50 -0
  83. package/dist/cjs/index-88c8039f.js +1941 -0
  84. package/dist/cjs/index-ab9fbefe.js +48 -0
  85. package/dist/cjs/index.cjs.js +2 -0
  86. package/dist/cjs/linkedin-46b0dd56.js +30 -0
  87. package/dist/cjs/loader-72f9d178.js +32 -0
  88. package/dist/cjs/loader.cjs.js +15 -0
  89. package/dist/cjs/logo-color-6c787ac1.js +117 -0
  90. package/dist/cjs/logo-color-margins-b49c0f46.js +120 -0
  91. package/dist/cjs/logo-space.cjs.entry.js +21 -0
  92. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +36 -0
  93. package/dist/cjs/logo-variations-tabs.cjs.entry.js +27 -0
  94. package/dist/{components/index-7281d120.js → cjs/logo-white-no-bg-4a0e0f4b.js} +10 -941
  95. package/dist/cjs/logo-wrong-usage.cjs.entry.js +21 -0
  96. package/dist/cjs/mastodon-20c5bb7d.js +16 -0
  97. package/dist/cjs/menu-7050a6d1.js +13 -0
  98. package/dist/cjs/minus-1da6a98a.js +13 -0
  99. package/dist/cjs/mono-2f3cd653.js +13 -0
  100. package/dist/cjs/more-1d3dd8bc.js +15 -0
  101. package/dist/cjs/paper-0d6302f6.js +17 -0
  102. package/dist/cjs/plus-d0e00ad0.js +14 -0
  103. package/dist/cjs/portal-46212559.js +20 -0
  104. package/dist/cjs/private-38835fe7.js +27 -0
  105. package/dist/cjs/public-b519b1f6.js +18 -0
  106. package/dist/cjs/search-5533d877.js +14 -0
  107. package/dist/cjs/sharedUtils-8e287250.js +21 -0
  108. package/dist/cjs/star-942eee9f.js +7 -0
  109. package/dist/cjs/success-ef661a11.js +20 -0
  110. package/dist/cjs/svg-repository.cjs.entry.js +337 -0
  111. package/dist/cjs/thumbs-down-714036b1.js +7 -0
  112. package/dist/cjs/thumbs-up-411babb8.js +8 -0
  113. package/dist/cjs/token-list_3.cjs.entry.js +300 -0
  114. package/dist/cjs/token-ratios.cjs.entry.js +29 -0
  115. package/dist/cjs/token-typography.cjs.entry.js +230 -0
  116. package/dist/cjs/tutotial-7855df3c.js +29 -0
  117. package/dist/cjs/twitter-73956e9a.js +16 -0
  118. package/dist/cjs/unknown-6814e551.js +24 -0
  119. package/dist/cjs/up-and-down-d71df67d.js +14 -0
  120. package/dist/cjs/user-a3c2230f.js +18 -0
  121. package/dist/cjs/youtube-c238a461.js +16 -0
  122. package/dist/collection/collection-manifest.json +128 -0
  123. package/dist/collection/components/eds-accordion/eds-accordion.css +256 -0
  124. package/dist/collection/components/eds-accordion/eds-accordion.js +222 -0
  125. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +87 -0
  126. package/dist/collection/components/eds-alert/eds-alert.css +165 -0
  127. package/dist/collection/components/eds-alert/eds-alert.js +230 -0
  128. package/dist/collection/components/eds-alert/eds-alert.stories.js +62 -0
  129. package/dist/collection/components/eds-avatar/eds-avatar.css +202 -0
  130. package/dist/collection/components/eds-avatar/eds-avatar.js +173 -0
  131. package/dist/collection/components/eds-avatar/eds-avatar.stories.js +43 -0
  132. package/dist/collection/components/eds-block-break/eds-block-break.css +24 -0
  133. package/dist/collection/components/eds-block-break/eds-block-break.js +46 -0
  134. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.css +112 -0
  135. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +40 -0
  136. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +212 -0
  137. package/dist/collection/components/eds-button/eds-button.css +910 -0
  138. package/dist/collection/components/eds-button/eds-button.js +433 -0
  139. package/dist/collection/components/eds-button/eds-button.stories.js +50 -0
  140. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +39 -0
  141. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +94 -0
  142. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +9 -0
  143. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +63 -0
  144. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +92 -0
  145. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +169 -0
  146. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +148 -0
  147. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +338 -0
  148. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +133 -0
  149. package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +228 -0
  150. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +103 -0
  151. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +314 -0
  152. package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.css +58 -0
  153. package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.js +172 -0
  154. package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.stories.js +57 -0
  155. package/dist/collection/components/eds-charts/eds-pie/eds-pie.css +135 -0
  156. package/dist/collection/components/eds-charts/eds-pie/eds-pie.js +229 -0
  157. package/dist/collection/components/eds-charts/eds-pie/eds-pie.stories.js +76 -0
  158. package/dist/collection/components/eds-code-block/eds-code-block.css +204 -0
  159. package/dist/collection/components/eds-code-block/eds-code-block.js +141 -0
  160. package/dist/collection/components/eds-code-block/eds-code-block.stories.js +78 -0
  161. package/dist/collection/components/eds-dropdown/eds-dropdown.css +117 -0
  162. package/dist/collection/components/eds-dropdown/eds-dropdown.js +369 -0
  163. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +92 -0
  164. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +36 -0
  165. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +36 -0
  166. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +36 -0
  167. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +36 -0
  168. package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +36 -0
  169. package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +36 -0
  170. package/dist/collection/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.js +36 -0
  171. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +36 -0
  172. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +36 -0
  173. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +36 -0
  174. package/dist/collection/components/eds-icons/eds-icon-external/eds-icon-external.js +36 -0
  175. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +36 -0
  176. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +36 -0
  177. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +36 -0
  178. package/dist/collection/components/eds-icons/eds-icon-minus/eds-icon-minus.js +36 -0
  179. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +36 -0
  180. package/dist/collection/components/eds-icons/eds-icon-paper/eds-icon-paper.js +36 -0
  181. package/dist/collection/components/eds-icons/eds-icon-plus/eds-icon-plus.js +36 -0
  182. package/dist/collection/components/eds-icons/eds-icon-portal/eds-icon-portal.js +36 -0
  183. package/dist/collection/components/eds-icons/eds-icon-private/eds-icon-private.js +36 -0
  184. package/dist/collection/components/eds-icons/eds-icon-public/eds-icon-public.js +36 -0
  185. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +36 -0
  186. package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +36 -0
  187. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +36 -0
  188. package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +36 -0
  189. package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +36 -0
  190. package/dist/collection/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.js +36 -0
  191. package/dist/collection/components/eds-icons/eds-icon-unknown/eds-icon-unknown.js +36 -0
  192. package/dist/collection/components/eds-icons/eds-icon-updown/eds-icon-updown.js +36 -0
  193. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +36 -0
  194. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +36 -0
  195. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +36 -0
  196. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +36 -0
  197. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +36 -0
  198. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +36 -0
  199. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +36 -0
  200. package/dist/collection/components/eds-img/eds-img.css +83 -0
  201. package/dist/collection/components/eds-img/eds-img.js +252 -0
  202. package/dist/collection/components/eds-img/eds-img.stories.js +101 -0
  203. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +317 -0
  204. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +105 -0
  205. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +90 -0
  206. package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +252 -0
  207. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +263 -0
  208. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +220 -0
  209. package/dist/collection/components/eds-input-field/eds-input-field.css +7760 -0
  210. package/dist/collection/components/eds-input-field/eds-input-field.js +478 -0
  211. package/dist/collection/components/eds-input-field/eds-input-field.stories.js +206 -0
  212. package/dist/collection/components/eds-link/eds-link.css +1238 -0
  213. package/dist/collection/components/eds-link/eds-link.js +493 -0
  214. package/dist/collection/components/eds-link/eds-link.stories.js +86 -0
  215. package/dist/collection/components/eds-logo/eds-logo.css +47 -0
  216. package/dist/collection/components/eds-logo/eds-logo.js +169 -0
  217. package/dist/collection/components/eds-logo/eds-logo.stories.js +38 -0
  218. package/dist/collection/components/eds-modal/eds-modal.css +304 -0
  219. package/dist/collection/components/eds-modal/eds-modal.js +298 -0
  220. package/dist/collection/components/eds-modal/eds-modal.stories.js +89 -0
  221. package/dist/collection/components/eds-pagination/eds-pagination.css +148 -0
  222. package/dist/collection/components/eds-pagination/eds-pagination.js +418 -0
  223. package/dist/collection/components/eds-pagination/eds-pagination.stories.js +135 -0
  224. package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +97 -0
  225. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +124 -0
  226. package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +24 -0
  227. package/dist/collection/components/eds-rating/eds-rating.css +79 -0
  228. package/dist/collection/components/eds-rating/eds-rating.js +126 -0
  229. package/dist/collection/components/eds-rating/eds-rating.stories.js +43 -0
  230. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.css +0 -0
  231. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.donotstories.js +75 -0
  232. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +95 -0
  233. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +140 -0
  234. package/dist/collection/components/eds-spinner/eds-spinner.css +17 -0
  235. package/dist/collection/components/eds-spinner/eds-spinner.js +166 -0
  236. package/dist/collection/components/eds-spinner/eds-spinner.stories.js +52 -0
  237. package/dist/collection/components/eds-switch/eds-switch.css +69 -0
  238. package/dist/collection/components/eds-switch/eds-switch.js +139 -0
  239. package/dist/collection/components/eds-switch/eds-switch.stories.js +38 -0
  240. package/dist/collection/components/eds-table/eds-table.css +142 -0
  241. package/dist/collection/components/eds-table/eds-table.js +370 -0
  242. package/dist/collection/components/eds-table/eds-table.stories.js +89 -0
  243. package/dist/collection/components/eds-tag/eds-tag.css +111 -0
  244. package/dist/collection/components/eds-tag/eds-tag.js +110 -0
  245. package/dist/collection/components/eds-tag/eds-tag.stories.js +34 -0
  246. package/dist/collection/components/eds-timeline/eds-timeline.css +84 -0
  247. package/dist/collection/components/eds-timeline/eds-timeline.donot-stories.js +35 -0
  248. package/dist/collection/components/eds-timeline/eds-timeline.js +96 -0
  249. package/dist/collection/components/eds-toast/eds-toast.css +91 -0
  250. package/dist/collection/components/eds-toast/eds-toast.js +138 -0
  251. package/dist/collection/components/eds-toast/eds-toast.stories.js +38 -0
  252. package/dist/collection/components/eds-tooltip/eds-tooltip.css +90 -0
  253. package/dist/collection/components/eds-tooltip/eds-tooltip.js +65 -0
  254. package/dist/collection/components/eds-tooltip/eds-tooltip.stories.js +23 -0
  255. package/dist/collection/components/eds-trl/eds-trl.js +68 -0
  256. package/dist/{components/color-primary-palette.entry.js → collection/eds-docs-ui/colors/color-palette/primary.js} +9 -9
  257. package/dist/{components/color-secondary-palette.entry.js → collection/eds-docs-ui/colors/color-palette/secondary.js} +30 -9
  258. package/dist/{components/color-support-palette.entry.js → collection/eds-docs-ui/colors/color-palette/support.js} +9 -9
  259. package/dist/{components/gradient-primary-palette.entry.js → collection/eds-docs-ui/colors/gradient-palette/primary.js} +9 -9
  260. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +75 -0
  261. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +59 -0
  262. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +66 -0
  263. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +44 -0
  264. package/dist/collection/eds-docs-ui/components-section/components-section.js +55 -0
  265. package/dist/collection/eds-docs-ui/components-section/functional/angular.js +2 -0
  266. package/dist/collection/eds-docs-ui/components-section/functional/installation.js +2 -0
  267. package/dist/collection/eds-docs-ui/components-section/functional/overview.js +19 -0
  268. package/dist/collection/eds-docs-ui/components-section/functional/react.js +2 -0
  269. package/dist/collection/eds-docs-ui/components-section/functional/usage.js +2 -0
  270. package/dist/collection/eds-docs-ui/components-section/functional/vue.js +2 -0
  271. package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +52 -0
  272. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +98 -0
  273. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.stories.js +44 -0
  274. package/dist/{components/token-radii.entry.js → collection/eds-docs-ui/design-tokens/token-radii/token-radii.js} +9 -19
  275. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +15 -0
  276. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +11 -0
  277. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +10 -0
  278. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +27 -0
  279. package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +44 -0
  280. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.css +154 -0
  281. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +22 -0
  282. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.css +161 -0
  283. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +21 -0
  284. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.css +169 -0
  285. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +64 -0
  286. package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +44 -0
  287. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.css +240 -0
  288. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +22 -0
  289. package/dist/collection/eds-docs-ui/svg-repository/svg-repository.css +5 -0
  290. package/dist/{components/svg-repository.entry.js → collection/eds-docs-ui/svg-repository/svg-repository.js} +21 -15
  291. package/dist/collection/index.js +1 -0
  292. package/dist/collection/shared-ui/eds-card-section/eds-card-section.css +249 -0
  293. package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +95 -0
  294. package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +71 -0
  295. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.css +0 -0
  296. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +86 -0
  297. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.st.js +31 -0
  298. package/dist/collection/shared-ui/eds-feedback/eds-feedback.css +163 -0
  299. package/dist/collection/shared-ui/eds-feedback/eds-feedback.js +214 -0
  300. package/dist/collection/shared-ui/eds-feedback/eds-feedback.stories.js +129 -0
  301. package/dist/collection/shared-ui/eds-footer/eds-footer.css +230 -0
  302. package/dist/collection/shared-ui/eds-footer/eds-footer.js +233 -0
  303. package/dist/collection/shared-ui/eds-footer/eds-footer.stories.js +65 -0
  304. package/dist/collection/shared-ui/eds-form/eds-form.css +3 -0
  305. package/dist/collection/shared-ui/eds-form/eds-form.js +473 -0
  306. package/dist/collection/shared-ui/eds-form/eds-form.stories.js +82 -0
  307. package/dist/collection/shared-ui/eds-frame/eds-frame.css +148 -0
  308. package/dist/collection/shared-ui/eds-frame/eds-frame.js +234 -0
  309. package/dist/collection/shared-ui/eds-frame/eds-frame.stories.js +52 -0
  310. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.css +152 -0
  311. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +192 -0
  312. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +77 -0
  313. package/dist/collection/shared-ui/eds-header/eds-header.css +184 -0
  314. package/dist/collection/shared-ui/eds-header/eds-header.js +183 -0
  315. package/dist/collection/shared-ui/eds-header/eds-header.stories.js +42 -0
  316. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +109 -0
  317. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +232 -0
  318. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +31 -0
  319. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.css +124 -0
  320. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +92 -0
  321. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.stories.js +21 -0
  322. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.css +29 -0
  323. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.js +136 -0
  324. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.stories.js +23 -0
  325. package/dist/collection/shared-ui/eds-steps/eds-steps.css +93 -0
  326. package/dist/collection/shared-ui/eds-steps/eds-steps.js +170 -0
  327. package/dist/collection/shared-ui/eds-steps/eds-steps.stories.js +35 -0
  328. package/dist/collection/shared-ui/eds-steps-v2/eds-steps-v2.css +261 -0
  329. package/dist/collection/shared-ui/eds-steps-v2/eds-steps-v2.js +219 -0
  330. package/dist/collection/shared-ui/eds-steps-v2/eds-steps-v2.stories.js +79 -0
  331. package/dist/collection/shared-ui/eds-tabs/eds-tabs.css +375 -0
  332. package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +221 -0
  333. package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +64 -0
  334. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +51 -0
  335. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +54 -0
  336. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.stories.js +25 -0
  337. package/dist/collection/shared-ui/eds-user/eds-user.css +71 -0
  338. package/dist/collection/shared-ui/eds-user/eds-user.js +77 -0
  339. package/dist/collection/shared-ui/eds-user/eds-user.stories.js +45 -0
  340. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +39 -0
  341. package/dist/{components/analytics-e29fcd53.js → collection/utils/analytics.js} +8 -10
  342. package/dist/collection/utils/api.js +27 -0
  343. package/dist/{components/color-47266964.js → collection/utils/color.js} +11 -14
  344. package/dist/collection/utils/eds-form/formUtils.js +65 -0
  345. package/dist/collection/utils/eds-form/formValidators.js +64 -0
  346. package/dist/collection/utils/eds-form/individualValidator.js +46 -0
  347. package/dist/collection/utils/eds-form/validateInput.js +23 -0
  348. package/dist/collection/utils/global.js +8 -0
  349. package/dist/collection/utils/keycloak.js +85 -0
  350. package/dist/collection/utils/sharedUtils.js +17 -0
  351. package/dist/{components/toastManager-b716afd8.js → collection/utils/toastManager.js} +1 -3
  352. package/dist/components/analytics.js +56 -0
  353. package/dist/components/arrow-diagonal-black.js +3 -0
  354. package/dist/components/arrow-right.js +5 -0
  355. package/dist/components/bluesky.js +14 -0
  356. package/dist/components/bookmark.js +16 -0
  357. package/dist/components/chevron-down.js +12 -0
  358. package/dist/components/chevron-left.js +11 -0
  359. package/dist/components/chevron-right.js +5 -0
  360. package/dist/components/chevron-up.js +12 -0
  361. package/dist/components/close.js +5 -0
  362. package/dist/components/color-primary-palette.d.ts +11 -0
  363. package/dist/components/color-primary-palette.js +6 -0
  364. package/dist/components/color-secondary-palette.d.ts +11 -0
  365. package/dist/components/color-secondary-palette.js +6 -0
  366. package/dist/components/color-support-palette.d.ts +11 -0
  367. package/dist/components/color-support-palette.js +6 -0
  368. package/dist/components/components-section.d.ts +11 -0
  369. package/dist/components/components-section.js +208 -0
  370. package/dist/components/components.css +7311 -0
  371. package/dist/components/components.esm.js +1 -47
  372. package/dist/components/copy.js +5 -0
  373. package/dist/components/correct-use-of-colors.d.ts +11 -0
  374. package/dist/components/correct-use-of-colors.js +93 -0
  375. package/dist/components/docs-palettes.d.ts +11 -0
  376. package/dist/components/docs-palettes.js +96 -0
  377. package/dist/components/docs-tokens.d.ts +11 -0
  378. package/dist/components/docs-tokens.js +80 -0
  379. package/dist/components/eds-accordion.d.ts +11 -0
  380. package/dist/components/eds-accordion.js +6 -0
  381. package/dist/components/eds-accordion2.js +119 -0
  382. package/dist/components/eds-alert.d.ts +11 -0
  383. package/dist/components/eds-alert.js +6 -0
  384. package/dist/components/eds-alert2.js +135 -0
  385. package/dist/components/eds-app-root.d.ts +11 -0
  386. package/dist/components/eds-app-root.js +71 -0
  387. package/dist/components/eds-avatar.d.ts +11 -0
  388. package/dist/components/eds-avatar.js +6 -0
  389. package/dist/components/eds-avatar2.js +92 -0
  390. package/dist/components/eds-block-break.d.ts +11 -0
  391. package/dist/components/eds-block-break.js +6 -0
  392. package/dist/components/eds-block-break2.js +34 -0
  393. package/dist/components/eds-breadcrumb.d.ts +11 -0
  394. package/dist/components/{eds-breadcrumb.entry.js → eds-breadcrumb.js} +49 -10
  395. package/dist/components/eds-button.d.ts +11 -0
  396. package/dist/components/eds-button.js +6 -0
  397. package/dist/components/eds-button2.js +210 -0
  398. package/dist/components/eds-card-desc.d.ts +11 -0
  399. package/dist/components/eds-card-desc.js +6 -0
  400. package/dist/components/eds-card-desc2.js +41 -0
  401. package/dist/components/eds-card-generic.d.ts +11 -0
  402. package/dist/components/eds-card-generic.js +6 -0
  403. package/dist/components/{eds-card-generic.entry.js → eds-card-generic2.js} +72 -12
  404. package/dist/components/eds-card-project.d.ts +11 -0
  405. package/dist/components/eds-card-project.js +238 -0
  406. package/dist/components/eds-card-section.d.ts +11 -0
  407. package/dist/components/eds-card-section.js +92 -0
  408. package/dist/components/eds-card-tags.d.ts +11 -0
  409. package/dist/components/eds-card-tags.js +45 -0
  410. package/dist/components/eds-card-title.d.ts +11 -0
  411. package/dist/components/eds-card-title.js +6 -0
  412. package/dist/components/{eds-card-title.entry.js → eds-card-title2.js} +31 -8
  413. package/dist/components/eds-card-tool.d.ts +11 -0
  414. package/dist/components/eds-card-tool.js +137 -0
  415. package/dist/components/eds-code-block.d.ts +11 -0
  416. package/dist/components/eds-code-block.js +6 -0
  417. package/dist/components/eds-code-block2.js +2510 -0
  418. package/dist/components/eds-cookies-preference.d.ts +11 -0
  419. package/dist/components/eds-cookies-preference.js +87 -0
  420. package/dist/components/eds-dropdown.d.ts +11 -0
  421. package/dist/components/eds-dropdown.js +6 -0
  422. package/dist/components/{eds-dropdown.entry.js → eds-dropdown2.js} +50 -11
  423. package/dist/components/eds-feedback.d.ts +11 -0
  424. package/dist/components/eds-feedback.js +111 -0
  425. package/dist/components/eds-footer.d.ts +11 -0
  426. package/dist/components/eds-footer.js +6 -0
  427. package/dist/components/eds-footer2.js +99 -0
  428. package/dist/components/eds-form.d.ts +11 -0
  429. package/dist/components/{eds-form.entry.js → eds-form.js} +114 -72
  430. package/dist/components/eds-frame.d.ts +11 -0
  431. package/dist/components/eds-frame.js +120 -0
  432. package/dist/components/eds-fullscreen-menu.d.ts +11 -0
  433. package/dist/components/{eds-fullscreen-menu.entry.js → eds-fullscreen-menu.js} +82 -9
  434. package/dist/components/eds-gauge.d.ts +11 -0
  435. package/dist/components/eds-gauge.js +81 -0
  436. package/dist/components/eds-header.d.ts +11 -0
  437. package/dist/components/eds-header.js +108 -0
  438. package/dist/components/eds-icon-arrow-diagonal.d.ts +11 -0
  439. package/dist/components/eds-icon-arrow-diagonal.js +33 -0
  440. package/dist/components/eds-icon-arrow-right.d.ts +11 -0
  441. package/dist/components/eds-icon-arrow-right.js +33 -0
  442. package/dist/components/eds-icon-bluesky.d.ts +11 -0
  443. package/dist/components/eds-icon-bluesky.js +33 -0
  444. package/dist/components/eds-icon-bookmark.d.ts +11 -0
  445. package/dist/components/eds-icon-bookmark.js +33 -0
  446. package/dist/components/eds-icon-chevron-down.d.ts +11 -0
  447. package/dist/components/eds-icon-chevron-down.js +33 -0
  448. package/dist/components/eds-icon-chevron-left.d.ts +11 -0
  449. package/dist/components/eds-icon-chevron-left.js +33 -0
  450. package/dist/components/eds-icon-chevron-right.d.ts +11 -0
  451. package/dist/components/eds-icon-chevron-right.js +33 -0
  452. package/dist/components/eds-icon-chevron-up.d.ts +11 -0
  453. package/dist/components/eds-icon-chevron-up.js +33 -0
  454. package/dist/components/eds-icon-close.d.ts +11 -0
  455. package/dist/components/eds-icon-close.js +33 -0
  456. package/dist/components/eds-icon-copy.d.ts +11 -0
  457. package/dist/components/eds-icon-copy.js +33 -0
  458. package/dist/components/eds-icon-eu.d.ts +11 -0
  459. package/dist/components/eds-icon-eu.js +33 -0
  460. package/dist/components/eds-icon-external.d.ts +11 -0
  461. package/dist/components/eds-icon-external.js +33 -0
  462. package/dist/components/eds-icon-facebook.d.ts +11 -0
  463. package/dist/components/eds-icon-facebook.js +33 -0
  464. package/dist/components/eds-icon-gitlab.d.ts +11 -0
  465. package/dist/components/eds-icon-gitlab.js +33 -0
  466. package/dist/components/eds-icon-linkedin.d.ts +11 -0
  467. package/dist/components/eds-icon-linkedin.js +33 -0
  468. package/dist/components/eds-icon-loader.d.ts +11 -0
  469. package/dist/components/eds-icon-loader.js +33 -0
  470. package/dist/components/eds-icon-mastodon.d.ts +11 -0
  471. package/dist/components/eds-icon-mastodon.js +33 -0
  472. package/dist/components/eds-icon-menu.d.ts +11 -0
  473. package/dist/components/eds-icon-menu.js +33 -0
  474. package/dist/components/eds-icon-minus.d.ts +11 -0
  475. package/dist/components/eds-icon-minus.js +33 -0
  476. package/dist/components/eds-icon-more.d.ts +11 -0
  477. package/dist/components/eds-icon-more.js +33 -0
  478. package/dist/components/eds-icon-paper.d.ts +11 -0
  479. package/dist/components/eds-icon-paper.js +33 -0
  480. package/dist/components/eds-icon-plus.d.ts +11 -0
  481. package/dist/components/eds-icon-plus.js +33 -0
  482. package/dist/components/eds-icon-portal.d.ts +11 -0
  483. package/dist/components/eds-icon-portal.js +33 -0
  484. package/dist/components/eds-icon-private.d.ts +11 -0
  485. package/dist/components/eds-icon-private.js +33 -0
  486. package/dist/components/eds-icon-public.d.ts +11 -0
  487. package/dist/components/eds-icon-public.js +33 -0
  488. package/dist/components/eds-icon-search.d.ts +11 -0
  489. package/dist/components/eds-icon-search.js +33 -0
  490. package/dist/components/eds-icon-star.d.ts +11 -0
  491. package/dist/components/eds-icon-star.js +33 -0
  492. package/dist/components/eds-icon-success.d.ts +11 -0
  493. package/dist/components/eds-icon-success.js +33 -0
  494. package/dist/components/eds-icon-thumbs-down.d.ts +11 -0
  495. package/dist/components/eds-icon-thumbs-down.js +33 -0
  496. package/dist/components/eds-icon-thumbs-up.d.ts +11 -0
  497. package/dist/components/eds-icon-thumbs-up.js +33 -0
  498. package/dist/components/eds-icon-tutorial.d.ts +11 -0
  499. package/dist/components/eds-icon-tutorial.js +33 -0
  500. package/dist/components/eds-icon-twitter.d.ts +11 -0
  501. package/dist/components/eds-icon-twitter.js +33 -0
  502. package/dist/components/eds-icon-unknown.d.ts +11 -0
  503. package/dist/components/eds-icon-unknown.js +33 -0
  504. package/dist/components/eds-icon-updown.d.ts +11 -0
  505. package/dist/components/eds-icon-updown.js +33 -0
  506. package/dist/components/eds-icon-user.d.ts +11 -0
  507. package/dist/components/eds-icon-user.js +33 -0
  508. package/dist/components/eds-icon-wrapper.d.ts +11 -0
  509. package/dist/components/eds-icon-wrapper.js +6 -0
  510. package/dist/components/{eds-icon-wrapper.entry.js → eds-icon-wrapper2.js} +26 -6
  511. package/dist/components/eds-icon-youtube.d.ts +11 -0
  512. package/dist/components/eds-icon-youtube.js +33 -0
  513. package/dist/components/eds-img.d.ts +11 -0
  514. package/dist/components/eds-img.js +6 -0
  515. package/dist/components/{eds-img.entry.js → eds-img2.js} +38 -10
  516. package/dist/components/eds-input-field.d.ts +11 -0
  517. package/dist/components/eds-input-field.js +6 -0
  518. package/dist/components/{eds-input-field.entry.js → eds-input-field2.js} +111 -23
  519. package/dist/components/eds-input-footer.d.ts +11 -0
  520. package/dist/components/eds-input-footer.js +6 -0
  521. package/dist/components/eds-input-footer2.js +43 -0
  522. package/dist/components/eds-input-label.d.ts +11 -0
  523. package/dist/components/eds-input-label.js +6 -0
  524. package/dist/components/eds-input-label2.js +35 -0
  525. package/dist/components/eds-input-range.d.ts +11 -0
  526. package/dist/components/eds-input-range.js +6 -0
  527. package/dist/components/{eds-input-range.entry.js → eds-input-range2.js} +35 -8
  528. package/dist/components/eds-input-search.d.ts +11 -0
  529. package/dist/components/eds-input-search.js +6 -0
  530. package/dist/components/{eds-input-search.entry.js → eds-input-search2.js} +39 -9
  531. package/dist/components/eds-input-select.d.ts +11 -0
  532. package/dist/components/eds-input-select.js +6 -0
  533. package/dist/components/eds-input-select2.js +64 -0
  534. package/dist/components/eds-input.d.ts +11 -0
  535. package/dist/components/eds-input.js +6 -0
  536. package/dist/components/{eds-input.entry.js → eds-input2.js} +48 -9
  537. package/dist/components/eds-link.d.ts +11 -0
  538. package/dist/components/eds-link.js +6 -0
  539. package/dist/components/eds-link2.js +255 -0
  540. package/dist/components/eds-logo.d.ts +11 -0
  541. package/dist/components/eds-logo.js +6 -0
  542. package/dist/components/{eds-logo.entry.js → eds-logo2.js} +33 -11
  543. package/dist/components/eds-matomo-notice.d.ts +11 -0
  544. package/dist/components/eds-matomo-notice.js +6 -0
  545. package/dist/components/eds-matomo-notice2.js +160 -0
  546. package/dist/components/eds-modal.d.ts +11 -0
  547. package/dist/components/eds-modal.js +166 -0
  548. package/dist/components/eds-pagination.d.ts +11 -0
  549. package/dist/components/eds-pagination.js +6 -0
  550. package/dist/components/{eds-pagination.entry.js → eds-pagination2.js} +52 -9
  551. package/dist/components/eds-pie.d.ts +11 -0
  552. package/dist/components/eds-pie.js +127 -0
  553. package/dist/components/eds-progress-bar.d.ts +11 -0
  554. package/dist/components/eds-progress-bar.js +6 -0
  555. package/dist/components/eds-progress-bar2.js +71 -0
  556. package/dist/components/eds-rating.d.ts +11 -0
  557. package/dist/components/eds-rating.js +6 -0
  558. package/dist/components/eds-rating2.js +91 -0
  559. package/dist/components/eds-section-core.d.ts +11 -0
  560. package/dist/components/eds-section-core.js +6 -0
  561. package/dist/components/eds-section-core2.js +45 -0
  562. package/dist/components/eds-section-heading.d.ts +11 -0
  563. package/dist/components/eds-section-heading.js +6 -0
  564. package/dist/components/eds-section-heading2.js +57 -0
  565. package/dist/components/eds-social-networks.d.ts +11 -0
  566. package/dist/components/eds-social-networks.js +6 -0
  567. package/dist/components/{eds-social-networks.entry.js → eds-social-networks2.js} +38 -8
  568. package/dist/components/eds-spinner.d.ts +11 -0
  569. package/dist/components/eds-spinner.js +6 -0
  570. package/dist/components/eds-spinner2.js +72 -0
  571. package/dist/components/eds-splash-screen.d.ts +11 -0
  572. package/dist/components/eds-splash-screen.js +6 -0
  573. package/dist/components/eds-splash-screen2.js +89 -0
  574. package/dist/components/eds-steps-v2.d.ts +11 -0
  575. package/dist/components/eds-steps-v2.js +137 -0
  576. package/dist/components/eds-steps.d.ts +11 -0
  577. package/dist/components/eds-steps.js +6 -0
  578. package/dist/components/{eds-steps.entry.js → eds-steps2.js} +44 -10
  579. package/dist/components/eds-switch.d.ts +11 -0
  580. package/dist/components/eds-switch.js +65 -0
  581. package/dist/components/eds-table.d.ts +11 -0
  582. package/dist/components/eds-table.js +6 -0
  583. package/dist/components/{eds-table.entry.js → eds-table2.js} +109 -14
  584. package/dist/components/eds-tabs.d.ts +11 -0
  585. package/dist/components/eds-tabs.js +152 -0
  586. package/dist/components/eds-tag.d.ts +11 -0
  587. package/dist/components/eds-tag.js +6 -0
  588. package/dist/components/eds-tag2.js +64 -0
  589. package/dist/components/eds-timeline.d.ts +11 -0
  590. package/dist/components/eds-timeline.js +119 -0
  591. package/dist/components/eds-toast-manager.d.ts +11 -0
  592. package/dist/components/eds-toast-manager.js +109 -0
  593. package/dist/components/eds-toast.d.ts +11 -0
  594. package/dist/components/eds-toast.js +6 -0
  595. package/dist/components/eds-toast2.js +105 -0
  596. package/dist/components/eds-tooltip.d.ts +11 -0
  597. package/dist/components/eds-tooltip.js +48 -0
  598. package/dist/components/eds-trl.d.ts +11 -0
  599. package/dist/components/eds-trl.js +138 -0
  600. package/dist/components/eds-user.d.ts +11 -0
  601. package/dist/components/eds-user.js +97 -0
  602. package/dist/components/eu.js +30 -0
  603. package/dist/components/facebook.js +14 -0
  604. package/dist/components/gradient-primary-palette.d.ts +11 -0
  605. package/dist/components/gradient-primary-palette.js +6 -0
  606. package/dist/components/gradient-secondary-palette.d.ts +11 -0
  607. package/dist/components/gradient-secondary-palette.js +6 -0
  608. package/dist/components/gradient-support-palette.d.ts +11 -0
  609. package/dist/components/gradient-support-palette.js +6 -0
  610. package/dist/components/incorrect-use-of-colors.d.ts +11 -0
  611. package/dist/components/incorrect-use-of-colors.js +81 -0
  612. package/dist/components/index.d.ts +33 -0
  613. package/dist/components/index.esm.js +0 -1
  614. package/dist/components/index.js +1 -0
  615. package/dist/components/linkedin.js +28 -0
  616. package/dist/components/loader.js +30 -0
  617. package/dist/components/logo-color-margins.js +118 -0
  618. package/dist/components/logo-color.js +115 -0
  619. package/dist/components/logo-space.d.ts +11 -0
  620. package/dist/components/logo-space.js +101 -0
  621. package/dist/components/logo-variations-horizontal.d.ts +11 -0
  622. package/dist/components/logo-variations-horizontal.js +6 -0
  623. package/dist/components/{logo-variations-horizontal.entry.js → logo-variations-horizontal2.js} +30 -8
  624. package/dist/components/logo-variations-tabs.d.ts +11 -0
  625. package/dist/components/logo-variations-tabs.js +60 -0
  626. package/dist/components/logo-variations-vertical.d.ts +11 -0
  627. package/dist/components/logo-variations-vertical.js +6 -0
  628. package/dist/components/{logo-variations-vertical.entry.js → logo-variations-vertical2.js} +33 -8
  629. package/dist/components/logo-white-no-bg.js +1029 -0
  630. package/dist/components/logo-wrong-usage.d.ts +11 -0
  631. package/dist/components/logo-wrong-usage.js +35 -0
  632. package/dist/components/mastodon.js +14 -0
  633. package/dist/components/menu.js +11 -0
  634. package/dist/components/minus.js +11 -0
  635. package/dist/components/mono.js +11 -0
  636. package/dist/components/more.js +13 -0
  637. package/dist/components/p-019555e2.entry.js +1 -0
  638. package/dist/components/p-024c7937.js +1 -0
  639. package/dist/components/p-04b4e9d0.entry.js +1 -0
  640. package/dist/components/p-05754401.js +1 -0
  641. package/dist/components/p-0863352c.entry.js +1 -0
  642. package/dist/components/p-0be28996.js +1 -0
  643. package/dist/components/p-0d6434e1.entry.js +1 -0
  644. package/dist/components/p-0e6d43c5.js +1 -0
  645. package/dist/components/p-0e94a89f.entry.js +1 -0
  646. package/dist/components/p-0ed92872.entry.js +1 -0
  647. package/dist/components/p-0eeddc13.entry.js +1 -0
  648. package/dist/components/p-100909ce.entry.js +1 -0
  649. package/dist/components/p-10db551c.entry.js +1 -0
  650. package/dist/components/p-112122d6.js +1 -0
  651. package/dist/components/p-124b8747.entry.js +1 -0
  652. package/dist/components/p-14a223fe.entry.js +1 -0
  653. package/dist/components/p-1661f33c.entry.js +1 -0
  654. package/dist/components/p-18ceadd2.entry.js +1 -0
  655. package/dist/components/p-1b2913c8.js +1 -0
  656. package/dist/components/p-1ded61bd.js +1 -0
  657. package/dist/components/p-2066b033.js +1 -0
  658. package/dist/components/p-2117611b.js +1 -0
  659. package/dist/components/p-223ba66e.entry.js +1 -0
  660. package/dist/components/p-24dab785.entry.js +1 -0
  661. package/dist/components/p-2692f93d.js +1 -0
  662. package/dist/components/p-26d6679b.entry.js +1 -0
  663. package/dist/components/p-2810d568.entry.js +1 -0
  664. package/dist/components/p-28ae3f3a.js +2 -0
  665. package/dist/components/p-29041952.js +1 -0
  666. package/dist/components/p-2b1b2026.entry.js +1 -0
  667. package/dist/components/p-2c571550.entry.js +1 -0
  668. package/dist/components/p-326d9e55.entry.js +1 -0
  669. package/dist/components/p-32e6c4df.js +1 -0
  670. package/dist/components/p-36d6134f.entry.js +1 -0
  671. package/dist/components/p-373119b3.js +1 -0
  672. package/dist/components/p-3c642a30.entry.js +1 -0
  673. package/dist/components/p-4587d0ef.js +1 -0
  674. package/dist/components/p-46619042.entry.js +1 -0
  675. package/dist/components/p-4687b64c.js +1 -0
  676. package/dist/components/p-46a6ab04.entry.js +1 -0
  677. package/dist/components/p-46d0716d.js +1 -0
  678. package/dist/components/p-50e27321.js +1 -0
  679. package/dist/components/p-50ea5b07.entry.js +1 -0
  680. package/dist/components/p-511b23ec.entry.js +1 -0
  681. package/dist/components/p-5462923d.entry.js +1 -0
  682. package/dist/components/p-54b8f143.js +1 -0
  683. package/dist/components/p-5ab1d64a.js +1 -0
  684. package/dist/components/p-5d046674.js +1 -0
  685. package/dist/components/p-6199b8c0.entry.js +1 -0
  686. package/dist/components/p-624e653e.entry.js +1 -0
  687. package/dist/components/p-682f7376.entry.js +1 -0
  688. package/dist/components/p-6907a47c.entry.js +1 -0
  689. package/dist/components/p-694fc085.js +1 -0
  690. package/dist/components/p-69c5074b.js +1 -0
  691. package/dist/components/p-6ba42d02.entry.js +1 -0
  692. package/dist/components/p-6e929acb.entry.js +1 -0
  693. package/dist/components/p-6ede7101.entry.js +1 -0
  694. package/dist/components/p-70bac015.entry.js +1 -0
  695. package/dist/components/p-7198c024.js +1 -0
  696. package/dist/components/p-7af6b832.entry.js +1 -0
  697. package/dist/components/p-7f31622d.entry.js +1 -0
  698. package/dist/components/p-81899237.js +1 -0
  699. package/dist/components/p-822ac246.entry.js +1 -0
  700. package/dist/components/p-83ff4a95.js +1 -0
  701. package/dist/components/p-848506b8.entry.js +1 -0
  702. package/dist/components/p-84fd3e40.entry.js +1 -0
  703. package/dist/components/p-85634ad2.entry.js +1 -0
  704. package/dist/components/p-86bb73dc.js +1 -0
  705. package/dist/components/p-8983de37.js +1 -0
  706. package/dist/components/p-8ad05566.entry.js +1 -0
  707. package/dist/components/p-8b016d76.entry.js +1 -0
  708. package/dist/components/p-8bdf5841.entry.js +1 -0
  709. package/dist/components/p-8ff39cef.entry.js +1 -0
  710. package/dist/components/p-9c5a453b.js +1 -0
  711. package/dist/components/p-a4f552b2.entry.js +1 -0
  712. package/dist/components/p-a81cba86.entry.js +1 -0
  713. package/dist/components/p-abb2ad00.entry.js +1 -0
  714. package/dist/components/p-adbd0d7b.entry.js +1 -0
  715. package/dist/components/p-aefcb641.js +1 -0
  716. package/dist/components/p-affe2b55.entry.js +1 -0
  717. package/dist/components/p-b31591db.entry.js +1 -0
  718. package/dist/components/p-b4abff90.entry.js +1 -0
  719. package/dist/components/p-b50fc0d7.entry.js +1 -0
  720. package/dist/components/p-b73410de.js +1 -0
  721. package/dist/components/p-b7efd666.entry.js +1 -0
  722. package/dist/components/p-b822abb7.js +1 -0
  723. package/dist/components/p-ba720bf3.js +1 -0
  724. package/dist/components/p-ba784274.entry.js +1 -0
  725. package/dist/components/p-bb9af709.entry.js +1 -0
  726. package/dist/components/p-bfc62d3e.entry.js +1 -0
  727. package/dist/components/p-c0b22803.entry.js +1 -0
  728. package/dist/components/p-c1e4ef92.js +1 -0
  729. package/dist/components/p-c776b6f8.js +1 -0
  730. package/dist/components/p-c8e7c854.js +1 -0
  731. package/dist/components/p-cdd491f5.entry.js +1 -0
  732. package/dist/components/p-cde3d7a4.entry.js +1 -0
  733. package/dist/components/p-cdf19579.js +1 -0
  734. package/dist/components/p-cfccddc3.entry.js +1 -0
  735. package/dist/components/p-d15065c3.js +1 -0
  736. package/dist/components/p-d268c96b.entry.js +1 -0
  737. package/dist/components/p-d437bae2.entry.js +1 -0
  738. package/dist/components/p-d456e649.entry.js +1 -0
  739. package/dist/components/p-d962849c.js +1 -0
  740. package/dist/components/p-dae8f66a.entry.js +1 -0
  741. package/dist/components/p-e1255160.js +1 -0
  742. package/dist/components/p-e1791844.entry.js +1 -0
  743. package/dist/components/p-e2d5a487.js +1 -0
  744. package/dist/components/p-e82edd4a.entry.js +1 -0
  745. package/dist/components/p-e9f608a8.entry.js +1 -0
  746. package/dist/components/p-ea97a94e.entry.js +9 -0
  747. package/dist/components/p-eac593ee.entry.js +1 -0
  748. package/dist/components/p-ecbb679f.js +1 -0
  749. package/dist/components/p-ece618b3.js +1 -0
  750. package/dist/components/p-f26fd186.entry.js +1 -0
  751. package/dist/components/p-f2c23162.entry.js +1 -0
  752. package/dist/components/p-fc4edb18.entry.js +1 -0
  753. package/dist/components/p-fe1cba17.entry.js +1 -0
  754. package/dist/components/paper.js +15 -0
  755. package/dist/components/plus.js +12 -0
  756. package/dist/components/portal.js +18 -0
  757. package/dist/components/primary.js +65 -0
  758. package/dist/components/primary2.js +67 -0
  759. package/dist/components/private.js +25 -0
  760. package/dist/components/public.js +16 -0
  761. package/dist/components/search.js +12 -0
  762. package/dist/components/secondary.js +92 -0
  763. package/dist/components/secondary2.js +107 -0
  764. package/dist/components/star.js +5 -0
  765. package/dist/components/success.js +18 -0
  766. package/dist/components/support.js +94 -0
  767. package/dist/components/support2.js +85 -0
  768. package/dist/components/svg-repository.d.ts +11 -0
  769. package/dist/components/svg-repository.js +417 -0
  770. package/dist/components/thumbs-down.js +5 -0
  771. package/dist/components/thumbs-up.js +6 -0
  772. package/dist/components/token-list.d.ts +11 -0
  773. package/dist/components/token-list.js +6 -0
  774. package/dist/components/{token-list.entry.js → token-list2.js} +35 -7
  775. package/dist/components/token-radii.d.ts +11 -0
  776. package/dist/components/token-radii.js +6 -0
  777. package/dist/components/token-radii2.js +47 -0
  778. package/dist/components/token-ratios.d.ts +11 -0
  779. package/dist/components/token-ratios.js +54 -0
  780. package/dist/components/token-shadows.d.ts +11 -0
  781. package/dist/components/token-shadows.js +6 -0
  782. package/dist/components/token-shadows2.js +56 -0
  783. package/dist/components/token-spacing.d.ts +11 -0
  784. package/dist/components/token-spacing.js +29 -0
  785. package/dist/components/token-typography.d.ts +11 -0
  786. package/dist/components/token-typography.js +255 -0
  787. package/dist/components/tutotial.js +27 -0
  788. package/dist/components/twitter.js +14 -0
  789. package/dist/components/unknown.js +22 -0
  790. package/dist/components/up-and-down.js +12 -0
  791. package/dist/components/user.js +16 -0
  792. package/dist/components/youtube.js +14 -0
  793. package/dist/esm/analytics-d99780e3.js +56 -0
  794. package/dist/esm/arrow-diagonal-black-8f0494c3.js +3 -0
  795. package/dist/esm/arrow-right-9322ba8a.js +5 -0
  796. package/dist/esm/bluesky-cc5edd2d.js +14 -0
  797. package/dist/esm/bookmark-c200037c.js +16 -0
  798. package/dist/esm/chevron-down-6144c823.js +12 -0
  799. package/dist/esm/chevron-left-ca6c66e1.js +11 -0
  800. package/dist/esm/chevron-right-b88ed2d4.js +5 -0
  801. package/dist/esm/chevron-up-c66bd477.js +12 -0
  802. package/dist/esm/close-87fc0d63.js +5 -0
  803. package/dist/esm/color-primary-palette_6.entry.js +331 -0
  804. package/dist/{components → esm}/components-section.entry.js +23 -17
  805. package/dist/esm/components.js +20 -0
  806. package/dist/esm/copy-03b72cb6.js +5 -0
  807. package/dist/{components → esm}/correct-use-of-colors.entry.js +2 -2
  808. package/dist/{components → esm}/docs-palettes.entry.js +2 -2
  809. package/dist/{components → esm}/docs-tokens.entry.js +2 -2
  810. package/dist/{components → esm}/eds-accordion.entry.js +7 -6
  811. package/dist/esm/eds-alert.entry.js +100 -0
  812. package/dist/{components → esm}/eds-app-root.entry.js +2 -2
  813. package/dist/esm/eds-avatar_34.entry.js +2694 -0
  814. package/dist/esm/eds-card-project.entry.js +192 -0
  815. package/dist/{components → esm}/eds-card-section.entry.js +4 -3
  816. package/dist/{components → esm}/eds-card-tags.entry.js +4 -3
  817. package/dist/{components → esm}/eds-card-tool.entry.js +5 -4
  818. package/dist/{components → esm}/eds-code-block.entry.js +5 -35
  819. package/dist/{components → esm}/eds-cookies-preference.entry.js +4 -3
  820. package/dist/{components → esm}/eds-feedback.entry.js +10 -4
  821. package/dist/{components → esm}/eds-frame.entry.js +5 -4
  822. package/dist/esm/eds-icon-arrow-diagonal.entry.js +14 -0
  823. package/dist/esm/eds-icon-arrow-right.entry.js +14 -0
  824. package/dist/esm/eds-icon-bluesky.entry.js +14 -0
  825. package/dist/esm/eds-icon-bookmark.entry.js +14 -0
  826. package/dist/esm/eds-icon-chevron-down.entry.js +14 -0
  827. package/dist/esm/eds-icon-chevron-left.entry.js +14 -0
  828. package/dist/esm/eds-icon-chevron-right.entry.js +14 -0
  829. package/dist/esm/eds-icon-chevron-up.entry.js +14 -0
  830. package/dist/esm/eds-icon-close.entry.js +14 -0
  831. package/dist/esm/eds-icon-copy.entry.js +14 -0
  832. package/dist/esm/eds-icon-eu.entry.js +14 -0
  833. package/dist/esm/eds-icon-external.entry.js +14 -0
  834. package/dist/esm/eds-icon-facebook.entry.js +14 -0
  835. package/dist/esm/eds-icon-gitlab.entry.js +14 -0
  836. package/dist/esm/eds-icon-linkedin.entry.js +14 -0
  837. package/dist/esm/eds-icon-loader.entry.js +14 -0
  838. package/dist/esm/eds-icon-mastodon.entry.js +14 -0
  839. package/dist/esm/eds-icon-menu.entry.js +14 -0
  840. package/dist/esm/eds-icon-minus.entry.js +14 -0
  841. package/dist/esm/eds-icon-more.entry.js +14 -0
  842. package/dist/esm/eds-icon-paper.entry.js +14 -0
  843. package/dist/esm/eds-icon-plus.entry.js +14 -0
  844. package/dist/esm/eds-icon-portal.entry.js +14 -0
  845. package/dist/esm/eds-icon-private.entry.js +14 -0
  846. package/dist/esm/eds-icon-public.entry.js +14 -0
  847. package/dist/esm/eds-icon-search.entry.js +14 -0
  848. package/dist/esm/eds-icon-star.entry.js +14 -0
  849. package/dist/esm/eds-icon-success.entry.js +14 -0
  850. package/dist/esm/eds-icon-thumbs-down.entry.js +14 -0
  851. package/dist/esm/eds-icon-thumbs-up.entry.js +14 -0
  852. package/dist/esm/eds-icon-tutorial.entry.js +14 -0
  853. package/dist/esm/eds-icon-twitter.entry.js +14 -0
  854. package/dist/esm/eds-icon-unknown.entry.js +14 -0
  855. package/dist/esm/eds-icon-updown.entry.js +14 -0
  856. package/dist/esm/eds-icon-user.entry.js +14 -0
  857. package/dist/esm/eds-icon-youtube.entry.js +14 -0
  858. package/dist/{components → esm}/eds-matomo-notice.entry.js +12 -9
  859. package/dist/esm/eds-pagination_2.entry.js +398 -0
  860. package/dist/esm/eds-progress-bar.entry.js +52 -0
  861. package/dist/{components → esm}/eds-rating.entry.js +4 -3
  862. package/dist/{components/eds-section-heading.entry.js → esm/eds-section-core_2.entry.js} +21 -4
  863. package/dist/{components → esm}/eds-spinner.entry.js +4 -3
  864. package/dist/{components → esm}/eds-splash-screen.entry.js +3 -2
  865. package/dist/esm/eds-switch.entry.js +42 -0
  866. package/dist/esm/eds-timeline.entry.js +59 -0
  867. package/dist/{components → esm}/eds-toast-manager.entry.js +34 -4
  868. package/dist/{components → esm}/eds-toast.entry.js +8 -6
  869. package/dist/{components → esm}/eds-trl.entry.js +2 -2
  870. package/dist/esm/eu-9ddde93a.js +30 -0
  871. package/dist/esm/facebook-9cb5c17f.js +14 -0
  872. package/dist/esm/incorrect-use-of-colors.entry.js +46 -0
  873. package/dist/esm/index-39c58238.js +46 -0
  874. package/dist/esm/index-fdb33359.js +1912 -0
  875. package/dist/esm/index.js +1 -0
  876. package/dist/esm/linkedin-e8650abb.js +28 -0
  877. package/dist/esm/loader-c9628637.js +30 -0
  878. package/dist/esm/loader.js +11 -0
  879. package/dist/esm/logo-color-7f1fd803.js +115 -0
  880. package/dist/esm/logo-color-margins-ff8ce71b.js +118 -0
  881. package/dist/{components → esm}/logo-space.entry.js +5 -4
  882. package/dist/esm/logo-variations-horizontal_2.entry.js +31 -0
  883. package/dist/{components → esm}/logo-variations-tabs.entry.js +2 -2
  884. package/dist/esm/logo-white-no-bg-f382f86f.js +1029 -0
  885. package/dist/{components → esm}/logo-wrong-usage.entry.js +5 -4
  886. package/dist/esm/mastodon-3703ec61.js +14 -0
  887. package/dist/esm/menu-340ea948.js +11 -0
  888. package/dist/esm/minus-b30a7c71.js +11 -0
  889. package/dist/esm/mono-53f70232.js +11 -0
  890. package/dist/esm/more-4449d549.js +13 -0
  891. package/dist/esm/paper-8e74ea31.js +15 -0
  892. package/dist/esm/plus-89c07be2.js +12 -0
  893. package/dist/esm/portal-d6c8ce56.js +18 -0
  894. package/dist/esm/private-1c25ff8e.js +25 -0
  895. package/dist/esm/public-d4d8c585.js +16 -0
  896. package/dist/esm/search-fbcd79c2.js +12 -0
  897. package/dist/esm/sharedUtils-a550989c.js +19 -0
  898. package/dist/esm/star-0da9b5e9.js +5 -0
  899. package/dist/esm/success-443809da.js +18 -0
  900. package/dist/esm/svg-repository.entry.js +333 -0
  901. package/dist/esm/thumbs-down-a18fd049.js +5 -0
  902. package/dist/esm/thumbs-up-c19a71bc.js +6 -0
  903. package/dist/esm/token-list_3.entry.js +294 -0
  904. package/dist/{components → esm}/token-ratios.entry.js +2 -2
  905. package/dist/{components → esm}/token-typography.entry.js +2 -2
  906. package/dist/esm/tutotial-150ee1fd.js +27 -0
  907. package/dist/esm/twitter-ac21b505.js +14 -0
  908. package/dist/esm/unknown-ed01a24c.js +22 -0
  909. package/dist/esm/up-and-down-d747abee.js +12 -0
  910. package/dist/esm/user-71ebdc15.js +16 -0
  911. package/dist/esm/youtube-efbfbdc4.js +14 -0
  912. package/dist/hydrate/index.d.ts +242 -0
  913. package/dist/hydrate/index.js +30683 -0
  914. package/dist/hydrate/index.mjs +30675 -0
  915. package/dist/hydrate/package.json +12 -0
  916. package/dist/index.cjs.js +1 -0
  917. package/dist/index.js +1 -0
  918. package/dist/stencil.config.js +75 -0
  919. package/dist/types/components/eds-avatar/eds-avatar.d.ts +3 -4
  920. package/dist/types/components/eds-avatar/eds-avatar.stories.d.ts +2 -1
  921. package/dist/types/components/eds-block-break/eds-block-break.d.ts +2 -7
  922. package/dist/types/components/eds-button/eds-button.d.ts +0 -1
  923. package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +0 -5
  924. package/dist/types/components/eds-charts/eds-gauge/eds-gauge.d.ts +14 -0
  925. package/dist/types/components/eds-charts/eds-gauge/eds-gauge.stories.d.ts +52 -0
  926. package/dist/types/components/eds-charts/eds-pie/eds-pie.d.ts +28 -0
  927. package/dist/types/components/eds-charts/eds-pie/eds-pie.stories.d.ts +60 -0
  928. package/dist/types/components/eds-input-elements/eds-input-select/eds-input-select.d.ts +18 -116
  929. package/dist/types/components/eds-input-field/eds-input-field.d.ts +6 -0
  930. package/dist/types/components/eds-modal/eds-modal.d.ts +12 -12
  931. package/dist/types/components/eds-modal/eds-modal.stories.d.ts +17 -0
  932. package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +3 -3
  933. package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +3 -0
  934. package/dist/types/components/eds-section/eds-section-core/eds-section-core.d.ts +3 -0
  935. package/dist/types/components/eds-switch/eds-switch.d.ts +2 -1
  936. package/dist/types/components/eds-table/eds-table.stories.d.ts +0 -8
  937. package/dist/types/components/eds-timeline/eds-timeline.d.ts +3 -0
  938. package/dist/types/components/eds-toast/eds-toast.d.ts +3 -2
  939. package/dist/types/components/eds-tooltip/eds-tooltip.d.ts +2 -36
  940. package/dist/types/components.d.ts +226 -256
  941. package/dist/types/shared-ui/eds-feedback/eds-feedback.d.ts +4 -0
  942. package/dist/types/shared-ui/eds-feedback/eds-feedback.stories.d.ts +8 -4
  943. package/dist/types/shared-ui/eds-footer/eds-footer.d.ts +10 -0
  944. package/dist/types/shared-ui/eds-footer/eds-footer.stories.d.ts +10 -0
  945. package/dist/types/shared-ui/eds-form/eds-form.d.ts +1 -1
  946. package/dist/types/shared-ui/eds-header/eds-header.d.ts +6 -25
  947. package/dist/types/shared-ui/eds-header/eds-header.stories.d.ts +6 -3
  948. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.d.ts +0 -1
  949. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +0 -5
  950. package/dist/types/shared-ui/eds-steps-v2/eds-steps-v2.stories.d.ts +48 -0
  951. package/dist/types/shared-ui/eds-tabs/eds-tabs.stories.d.ts +0 -1
  952. package/loader/cdn.js +1 -0
  953. package/loader/index.cjs.js +1 -0
  954. package/loader/index.d.ts +24 -0
  955. package/loader/index.es2017.js +1 -0
  956. package/loader/index.js +2 -0
  957. package/loader/package.json +11 -0
  958. package/package.json +14 -4
  959. package/dist/components/eds-alert.entry.js +0 -99
  960. package/dist/components/eds-avatar.entry.js +0 -76
  961. package/dist/components/eds-block-break.entry.js +0 -16
  962. package/dist/components/eds-button.entry.js +0 -228
  963. package/dist/components/eds-card-desc.entry.js +0 -22
  964. package/dist/components/eds-card-project.entry.js +0 -64
  965. package/dist/components/eds-card-wrapper.entry.js +0 -28
  966. package/dist/components/eds-footer.entry.js +0 -42
  967. package/dist/components/eds-header.entry.js +0 -76
  968. package/dist/components/eds-icon-arrow-diagonal.entry.js +0 -14
  969. package/dist/components/eds-icon-arrow-right.entry.js +0 -14
  970. package/dist/components/eds-icon-bluesky.entry.js +0 -14
  971. package/dist/components/eds-icon-bookmark.entry.js +0 -14
  972. package/dist/components/eds-icon-chevron-down.entry.js +0 -14
  973. package/dist/components/eds-icon-chevron-left.entry.js +0 -14
  974. package/dist/components/eds-icon-chevron-right.entry.js +0 -14
  975. package/dist/components/eds-icon-chevron-up.entry.js +0 -14
  976. package/dist/components/eds-icon-close.entry.js +0 -14
  977. package/dist/components/eds-icon-copy.entry.js +0 -14
  978. package/dist/components/eds-icon-eu.entry.js +0 -14
  979. package/dist/components/eds-icon-external.entry.js +0 -14
  980. package/dist/components/eds-icon-facebook.entry.js +0 -14
  981. package/dist/components/eds-icon-gitlab.entry.js +0 -14
  982. package/dist/components/eds-icon-linkedin.entry.js +0 -14
  983. package/dist/components/eds-icon-loader.entry.js +0 -14
  984. package/dist/components/eds-icon-mastodon.entry.js +0 -14
  985. package/dist/components/eds-icon-menu.entry.js +0 -14
  986. package/dist/components/eds-icon-minus.entry.js +0 -14
  987. package/dist/components/eds-icon-more.entry.js +0 -14
  988. package/dist/components/eds-icon-paper.entry.js +0 -14
  989. package/dist/components/eds-icon-plus.entry.js +0 -14
  990. package/dist/components/eds-icon-portal.entry.js +0 -14
  991. package/dist/components/eds-icon-private.entry.js +0 -14
  992. package/dist/components/eds-icon-public.entry.js +0 -14
  993. package/dist/components/eds-icon-search.entry.js +0 -14
  994. package/dist/components/eds-icon-star.entry.js +0 -14
  995. package/dist/components/eds-icon-success.entry.js +0 -14
  996. package/dist/components/eds-icon-thumbs-down.entry.js +0 -14
  997. package/dist/components/eds-icon-thumbs-up.entry.js +0 -14
  998. package/dist/components/eds-icon-tutorial.entry.js +0 -14
  999. package/dist/components/eds-icon-twitter.entry.js +0 -14
  1000. package/dist/components/eds-icon-unknown.entry.js +0 -14
  1001. package/dist/components/eds-icon-updown.entry.js +0 -14
  1002. package/dist/components/eds-icon-user.entry.js +0 -14
  1003. package/dist/components/eds-icon-youtube.entry.js +0 -14
  1004. package/dist/components/eds-input-footer.entry.js +0 -17
  1005. package/dist/components/eds-input-label.entry.js +0 -16
  1006. package/dist/components/eds-input-select.entry.js +0 -97
  1007. package/dist/components/eds-link.entry.js +0 -217
  1008. package/dist/components/eds-login.entry.js +0 -2052
  1009. package/dist/components/eds-modal.entry.js +0 -104
  1010. package/dist/components/eds-progress-bar.entry.js +0 -24
  1011. package/dist/components/eds-section-core.entry.js +0 -19
  1012. package/dist/components/eds-steps-v2.entry.js +0 -91
  1013. package/dist/components/eds-switch.entry.js +0 -33
  1014. package/dist/components/eds-tabs.entry.js +0 -125
  1015. package/dist/components/eds-tag.entry.js +0 -44
  1016. package/dist/components/eds-timeline.entry.js +0 -58
  1017. package/dist/components/eds-tooltip.entry.js +0 -104
  1018. package/dist/components/eds-user.entry.js +0 -40
  1019. package/dist/components/gradient-secondary-palette.entry.js +0 -75
  1020. package/dist/components/gradient-support-palette.entry.js +0 -59
  1021. package/dist/components/incorrect-use-of-colors.entry.js +0 -46
  1022. package/dist/components/index-9d277061.js +0 -3023
  1023. package/dist/components/shadow-css-423dab2c.js +0 -332
  1024. package/dist/components/token-shadows.entry.js +0 -30
  1025. package/dist/components/token-spacing.entry.js +0 -12
  1026. package/dist/types/components/eds-cards/eds-card-composer/eds-card-wrapper/eds-card-wrapper.d.ts +0 -23
  1027. package/dist/types/shared-ui/eds-login/eds-login.d.ts +0 -67
  1028. package/dist/types/shared-ui/eds-login/eds-login.stories.d.ts +0 -33
  1029. /package/dist/components/{index-144c9ae8.js → index2.js} +0 -0
  1030. /package/dist/components/{sharedUtils-6a231dd4.js → sharedUtils.js} +0 -0
  1031. /package/dist/{components → esm}/app-globals-0f993ce5.js +0 -0
  1032. /package/dist/types/components/eds-section/eds-section-core/{eds-section-core.stories.d.ts → eds-section-core.donotstories.d.ts} +0 -0
  1033. /package/dist/types/components/eds-timeline/{eds-timeline.stories.d.ts → eds-timeline.donot-stories.d.ts} +0 -0
  1034. /package/dist/types/{components → shared-ui}/eds-steps/eds-steps.d.ts +0 -0
  1035. /package/dist/types/{components → shared-ui}/eds-steps/eds-steps.stories.d.ts +0 -0
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface LogoWrongUsage extends Components.LogoWrongUsage, HTMLElement {}
4
+ export const LogoWrongUsage: {
5
+ prototype: LogoWrongUsage;
6
+ new (): LogoWrongUsage;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,35 @@
1
+ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+ import { h as hLogoColor } from './logo-color.js';
3
+
4
+ const logoWrongUsageCss = "ol,ul,menu{list-style:none;margin:0;padding:0}.bg-accent{background-color:var(--green-500)}.bg-dark{background-color:var(--grey-300)}.bg-strongest{background-color:var(--black)}.text-center{text-align:center}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.p-8{padding:0.5rem}.p-16{padding:1rem}.logo{width:100%;height:auto}.bg-dark{background-color:#333}.bg-light{background-color:#f3f3f3}.bg-white{background-color:white}.non-brand-color{fill:purple;}.distorted{transform:scaleX(0.5)}.effects{filter:drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5))}.rotated{transform:rotate(15deg)}.no-other-bg-color{background-color:var(--purple-200)}.no-other-color{color:var(--red-700)}.outlined{stroke:red;stroke-width:2px;fill:none;}.custom-font{font-family:'Comic Sans MS', cursive;font-size:20px;color:#333;}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.grid-layout{--grid-columns:6;display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-cols-6[class*=\"grid-line-x\"][class*=\"grid-line-x\"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-6[class*=\"grid-line-xfull\"]>*:nth-child(n)::before{inset-inline-start:calc(var(--inner-gutter) / -2);inset-inline-end:calc(var(--inner-gutter) / -2)}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1)::before{inset-inline-start:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+6)::before{inset-inline-end:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1):nth-last-child(-n+6)::before{border-bottom-width:0}.grid-cols-6[class*=\"grid-line-x\"]>*:nth-child(6n+1):nth-last-child(-n+6)~*::before{border-bottom-width:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+6)::after{border-inline-end-width:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(-n+6)::after{top:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+1):nth-last-child(-n+6)::after{bottom:0}.grid-cols-6[class*=\"grid-line-y\"][class*=\"grid-line-y\"]>*:nth-child(6n+1):nth-last-child(-n+6)~li::after{bottom:0}.grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.gap-y-8{row-gap:0.5rem}.flex{display:flex}.flex-col{flex-direction:column}.mx-auto{margin-left:auto;margin-right:auto}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}@media (min-width: 750px){.md\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}.md\\:gap-y-12{row-gap:0.75rem}}@media (min-width: 900px){.lg\\:gap-y-16{row-gap:1rem}.lg\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1024px){.xl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1280px){.xxl\\:grid-col-span-2{--container-grid-columns:2;grid-column:span 2 / span 2}.xxl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}";
5
+ const LogoWrongUsageStyle0 = logoWrongUsageCss;
6
+
7
+ const LogoWrongUsage$1 = /*@__PURE__*/ proxyCustomElement(class LogoWrongUsage extends HTMLElement {
8
+ constructor() {
9
+ super();
10
+ this.__registerHost();
11
+ this.__attachShadow();
12
+ }
13
+ render() {
14
+ return (h("div", { key: '40d75361172edb23a89faa173ce3518c8750f0f0', class: "container" }, h("ul", { key: '064c760800e2aceba08c3953292f421eae003896', class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: 'd3213a50ed4d217c195bd9a9f1eff60406027892', 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("div", { key: '4a3cd51e083d28149bc96c611d2fb4bbb7db37b3', class: "mx-auto no-other-bg-color logo", innerHTML: hLogoColor }), h("p", { key: '81ec640d08f3aa79098e02ecbf0575787c61cd5a', class: "f-ui-02 text-center" }, "Do not use with backgrounds that make legibility difficult")), h("li", { key: '7eb0f204779fe3852ce732fec83cf7efccc8bfd7', 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("div", { key: '1e287231328b32ce97aee6c2d793b2a4885e5434', class: "mx-auto no-other-color logo non-brand-color", innerHTML: hLogoColor }), h("p", { key: 'f68bd11f49ca1fc5998ce9dbbd7d062ac30170cd', class: "f-ui-02 text-center" }, "Do not apply other colors")), h("li", { key: '06c5eb937c3ca8e556a987905281e3196c67da5c', 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("div", { key: 'a165382706515bcff0f4acdfc5ee505021ef8ec3', class: "mx-auto distorted logo", innerHTML: hLogoColor }), h("p", { key: '9675a3a6f0e52db908fdac0e34dc307c2ea85235', class: "f-ui-02 text-center" }, "Do not deform the logo")), h("li", { key: 'c7f53a6c25eeafb8704c500c6daa07746c493d1f', 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("div", { key: '2f8e8be3799a2eaae186412fd923da15ecd7ba14', class: "mx-auto effects logo", innerHTML: hLogoColor }), h("p", { key: '725a2a98e0c221d3edfda11b709ae9c9d4bc07b6', class: "f-ui-02 text-center" }, "Do not apply effects")), h("li", { key: 'e8de87168e68efaf2afe99fe83e4d336a5c0a106', 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("div", { key: 'f1e0aa5ed1f402bdb6314c156d2f554626701123', class: "mx-auto rotated logo", innerHTML: hLogoColor }), h("p", { key: '5360e8d9dc65987adbe5b689a7dbf97a27d47aba', class: "f-ui-02 text-center" }, "Do not rotate the logo")), h("li", { key: '8e21d4edf6a714c41f6add93d70996abd8ad23aa', 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("div", { key: '9510ae79414b2b74d15f8c3fafa92cb2a9b34959', class: "mx-auto outlined logo", innerHTML: hLogoColor }), h("p", { key: 'ef077ee715e907cd5d6e22f03f1f490ed1e159a3', class: "f-ui-02 text-center" }, "Do not apply outlines")), h("li", { key: '397110091fb08f7e34c16c8a264314153ac16ac3', 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("div", { key: '0b8e2644362c8131f6df52af19aaa0b37fb3331a', class: "mx-auto" }, h("div", { key: '7d8b31e4b27bcc28847dd6c912a95bb1b9c08694', class: "bg-accent p-16" }, h("div", { key: '29b1988e197e997ce13c962dd872310bd61a545a', class: "text-inverse", innerHTML: hLogoColor })), h("p", { key: '6336def9b4ada2e13a43c037aec0ff59aa142e8c', class: "f-ui-02 text-center" }, "Do not use the green background for the logo version of the logo with backgrounds with the same tones"))))));
15
+ }
16
+ static get style() { return LogoWrongUsageStyle0; }
17
+ }, [1, "logo-wrong-usage"]);
18
+ function defineCustomElement$1() {
19
+ if (typeof customElements === "undefined") {
20
+ return;
21
+ }
22
+ const components = ["logo-wrong-usage"];
23
+ components.forEach(tagName => { switch (tagName) {
24
+ case "logo-wrong-usage":
25
+ if (!customElements.get(tagName)) {
26
+ customElements.define(tagName, LogoWrongUsage$1);
27
+ }
28
+ break;
29
+ } });
30
+ }
31
+
32
+ const LogoWrongUsage = LogoWrongUsage$1;
33
+ const defineCustomElement = defineCustomElement$1;
34
+
35
+ export { LogoWrongUsage, defineCustomElement };
@@ -0,0 +1,14 @@
1
+ const mastodon = ` <svg
2
+ width="24"
3
+ height="24"
4
+ viewBox="0 0 24 24"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path
9
+ d="M21.9193 5.8706C21.6112 3.50679 19.6155 1.64395 17.2497 1.28298C16.8506 1.22198 15.3383 1 11.8352 1H11.809C8.30489 1 7.55311 1.22198 7.15397 1.28298C4.85405 1.63395 2.75372 3.30781 2.24414 5.69961C1.99903 6.87751 1.97288 8.1834 2.01841 9.38129C2.08332 11.0991 2.09591 12.814 2.24704 14.5249C2.35152 15.6613 2.53379 16.7887 2.79247 17.8986C3.27687 19.9484 5.2377 21.6543 7.15881 22.3502C9.21565 23.076 11.4276 23.1965 13.547 22.6982C13.7802 22.6422 14.0108 22.5772 14.2387 22.5032C14.7532 22.3342 15.3567 22.1452 15.8004 21.8132C15.8065 21.8086 15.8115 21.8026 15.815 21.7956C15.8185 21.7887 15.8205 21.7811 15.8208 21.7732V20.1154C15.8206 20.1081 15.819 20.1009 15.8158 20.0943C15.8127 20.0878 15.8082 20.0821 15.8026 20.0776C15.797 20.073 15.7905 20.0699 15.7836 20.0683C15.7767 20.0667 15.7695 20.0668 15.7626 20.0684C14.4048 20.4032 13.0133 20.571 11.6172 20.5684C9.21459 20.5684 8.5684 19.3914 8.38335 18.9015C8.23462 18.4781 8.14016 18.0363 8.1024 17.5876C8.10203 17.5801 8.10338 17.5725 8.10632 17.5656C8.10927 17.5587 8.11378 17.5527 8.11943 17.5479C8.12511 17.5431 8.13178 17.5398 8.13892 17.5382C8.14605 17.5366 8.15346 17.5367 8.16054 17.5386C9.49581 17.8711 10.8646 18.0389 12.2382 18.0386C12.5685 18.0386 12.8979 18.0386 13.2283 18.0296C14.6098 17.9896 16.0659 17.9166 17.4251 17.6426C17.459 17.6356 17.4929 17.6296 17.522 17.6206C19.6659 17.1956 21.7062 15.8617 21.9135 12.484C21.9212 12.3511 21.9406 11.0911 21.9406 10.9532C21.9416 10.4842 22.0869 7.62644 21.9193 5.8706ZM18.6196 14.2989H16.3652V8.59936C16.3652 7.39947 15.8808 6.78751 14.8956 6.78751C13.8125 6.78751 13.2699 7.51144 13.2699 8.94134V12.0611H11.0291V8.94134C11.0291 7.51144 10.4856 6.78751 9.40254 6.78751C8.42308 6.78751 7.93384 7.39947 7.93286 8.59936V14.2989H5.68043V8.42636C5.68043 7.22647 5.97722 6.27321 6.57076 5.56661C7.18303 4.86168 7.98616 4.49971 8.98305 4.49971C10.1369 4.49971 11.0088 4.95766 11.5901 5.87259L12.151 6.84452L12.7129 5.87259C13.2942 4.95766 14.1661 4.49971 15.318 4.49971C16.3139 4.49971 17.117 4.86168 17.7312 5.56661C18.3248 6.27256 18.6215 7.22581 18.6215 8.42636L18.6196 14.2989Z"
10
+ fill="currentColor"
11
+ />
12
+ </svg>`;
13
+
14
+ export { mastodon as m };
@@ -0,0 +1,11 @@
1
+ const menu = `<svg
2
+ width="20"
3
+ height="20"
4
+ viewBox="0 0 20 20"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path d="M2 5H18M2 10H18M2 15H18" stroke="currentColor" stroke-width="2" />
9
+ </svg>`;
10
+
11
+ export { menu as m };
@@ -0,0 +1,11 @@
1
+ const minus = ` <svg
2
+ width="20"
3
+ height="20"
4
+ viewBox="0 0 20 20"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path d="M16 10H4" stroke="currentColor" stroke-width="2" />
9
+ </svg>`;
10
+
11
+ export { minus as m };
@@ -0,0 +1,11 @@
1
+ const gitlabBlack = `
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20">
3
+ <path
4
+ fill="currentColor"
5
+ d="m17.734 8.1-.022-.058-2.178-5.684a.568.568 0 0 0-.563-.356.583.583 0 0 0-.328.122.582.582 0 0 0-.193.294l-1.47 4.499H7.025l-1.47-4.5a.572.572 0 0 0-1.084-.06L2.289 8.04l-.022.057A4.044 4.044 0 0 0 3.61 12.77l.007.006.02.014 3.318 2.485 1.64 1.242 1 .755a.673.673 0 0 0 .814 0l1-.755 1.64-1.242 3.338-2.5.009-.007a4.046 4.046 0 0 0 1.34-4.668Z"
6
+ />
7
+ </svg>
8
+
9
+ `;
10
+
11
+ export { gitlabBlack as g };
@@ -0,0 +1,13 @@
1
+ const more = ` <svg
2
+ width="20"
3
+ height="20"
4
+ viewBox="0 0 20 20"
5
+ fill="none"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <circle cx="4" cy="10" r="2" fill="currentColor" />
9
+ <circle cx="10" cy="10" r="2" fill="currentColor" />
10
+ <circle cx="16" cy="10" r="2" fill="currentColor" />
11
+ </svg>`;
12
+
13
+ export { more as m };
@@ -0,0 +1 @@
1
+ import{r as e,h as t}from"./p-28ae3f3a.js";const l=class{constructor(t){e(this,t),this.tabIndex=void 0}renderContent(){switch(this.tabIndex){case 0:return t("div",null,t("h2",null,"Primary Palette"),t("color-primary-palette",null),t("h2",null,"Secondary Palette"),t("color-secondary-palette",null),t("h2",null,"Support Palette"),t("color-support-palette",null));case 1:return t("div",null,t("h2",null,"Primary Palette"),t("gradient-primary-palette",null),t("h2",null,"Secondary Palette"),t("gradient-secondary-palette",null),t("h2",null,"Support Palette"),t("gradient-support-palette",null));default:return t("p",null,"Content not available.")}}render(){return t("div",{key:"638d6345ed0e32bda5d350f7ee8e54055d7fe770",class:"container"},this.renderContent())}};export{l as docs_palettes}
@@ -0,0 +1 @@
1
+ const n=' <svg\n width="12"\n height="12"\n viewBox="0 0 12 12"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <circle cx="6" cy="3" r="2" stroke="currentColor" stroke-width="1.5" />\n <path\n d="M10 12V9C10 7.89543 9.10457 7 8 7H4C2.89543 7 2 7.89543 2 9V12"\n stroke="currentColor"\n stroke-width="1.5"\n />\n </svg>';export{n as p}
@@ -0,0 +1 @@
1
+ import{r as s,h as e}from"./p-28ae3f3a.js";import{s as r}from"./p-b822abb7.js";const a=class{constructor(e){s(this,e),this.class=""}render(){return e("span",{key:"8b5d4cfeedf6d7e9bea48d7ba892527d484c858d",class:this.class,innerHTML:r})}};export{a as eds_icon_success}
@@ -0,0 +1 @@
1
+ const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M5 4H15V16L10 12.0138L5 16V4Z"\n stroke="currentColor"\n stroke-width="1.5"\n stroke-linejoin="round"\n />\n </svg>';export{n as b}
@@ -0,0 +1 @@
1
+ import{r as s,h as r}from"./p-28ae3f3a.js";import{t}from"./p-7198c024.js";const a=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"0e47e2af80487a28c96e8830dda102c23bff9e5c",class:this.class,innerHTML:t})}};export{a as eds_icon_tutorial}
@@ -0,0 +1 @@
1
+ const o='<svg width="20" height="20" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">\n <path stroke-linecap="round" stroke-linejoin="round" d="M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"></path>\n</svg>';export{o as c}
@@ -0,0 +1 @@
1
+ import{r,h as s}from"./p-28ae3f3a.js";import{a as c}from"./p-c8e7c854.js";const a=class{constructor(s){r(this,s),this.class=""}render(){return s("span",{key:"557b38fd6253b4a29c4cf2ec2b9f79355ceca358",class:this.class,innerHTML:c})}};export{a as eds_icon_arrow_right}
@@ -0,0 +1 @@
1
+ const n='<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-eu" viewBox="0 0 640 480">\n <defs>\n <g id="d">\n <g id="b">\n <path id="a" d="m0-1-.3 1 .5.1z"/>\n <use xlink:href="#a" transform="scale(-1 1)"/>\n </g>\n <g id="c">\n <use xlink:href="#b" transform="rotate(72)"/>\n <use xlink:href="#b" transform="rotate(144)"/>\n </g>\n <use xlink:href="#c" transform="scale(-1 1)"/>\n </g>\n </defs>\n <path fill="#039" d="M0 0h640v480H0z"/>\n <g fill="#fc0" transform="translate(320 242.3) scale(23.7037)">\n <use xlink:href="#d" width="100%" height="100%" y="-6"/>\n <use xlink:href="#d" width="100%" height="100%" y="6"/>\n <g id="e">\n <use xlink:href="#d" width="100%" height="100%" x="-6"/>\n <use xlink:href="#d" width="100%" height="100%" transform="rotate(-144 -2.3 -2.1)"/>\n <use xlink:href="#d" width="100%" height="100%" transform="rotate(144 -2.1 -2.3)"/>\n <use xlink:href="#d" width="100%" height="100%" transform="rotate(72 -4.7 -2)"/>\n <use xlink:href="#d" width="100%" height="100%" transform="rotate(72 -5 .5)"/>\n </g>\n <use xlink:href="#e" width="100%" height="100%" transform="scale(-1 1)"/>\n </g>\n</svg>';export{n as e}
@@ -0,0 +1 @@
1
+ import{r as s,h as r}from"./p-28ae3f3a.js";import{a}from"./p-32e6c4df.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"099d0118c7a4bfa2d8b5c21f45162080b31a2f7c",class:this.class,innerHTML:a})}};export{e as eds_icon_external}
@@ -0,0 +1 @@
1
+ import{r as e,h as c}from"./p-28ae3f3a.js";const a=[{background:"#9CE142"},{background:"#00C959"},{background:"#00A595"}],s=[{background:"#3FA9F5"},{background:"#C461FF"},{background:"#5D3DF9"},{background:"#FFA543"},{background:"#FF4D68"}],l=class{constructor(c){e(this,c)}render(){return c("div",{key:"3503dcc0e2d3f5b08eec400e74484e5725d7b4af",class:"container"},c("div",{key:"657857e8826e60c498450326306234c59b4e770b",class:"mb-8"},c("eds-alert",{key:"88512240affc65314593f8573b3a13f58fb2806d",message:"Note that, each of the four colour tones cannot be mixed in the same composition.",intent:"error"})),c("div",{key:"8614d445187d2614e5833b8c89c66b178762574e",class:"flex"},c("div",{key:"1b36d52dbcbb65e1edb4513899ec898d691193c0",class:"w-full"},c("ul",{key:"13fb2eaca0ad3fb93487f6c0c976142a18870b4d",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a.map((e=>c("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},c("div",{class:"w-full min-h-[150px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),c("div",{key:"adec93113e4c02168906e1da65f48c20e9b2c7dc",class:"w-full"},c("ul",{key:"d0b43589866f53c92084b270afb3571ed2723fc8",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},s.map((e=>c("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},c("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))))}};export{l as incorrect_use_of_colors}
@@ -0,0 +1 @@
1
+ import{r as e,c as t,h as r,g as a}from"./p-28ae3f3a.js";const i=class{constructor(r){e(this,r),this.rating=t(this,"rating",7),this.ratingType="star",this.ratingCount=5,this.selectedRating=0}componentDidLoad(){this.el.shadowRoot.querySelectorAll("eds-button").forEach((e=>{this.emitContext(e)}))}emitContext(e){const t=new CustomEvent("parentContext",{detail:{componentName:this.el.tagName.toLowerCase(),identifier:this.selectedRating}});e.dispatchEvent(t)}handleClick(e){this.selectedRating=e,this.rating.emit(e)}render(){return r("div",{key:"685ac01e4db577b07d00030b0c25e10b9b0defa8",role:"radiogroup",class:"stars flex space-x-1 my-8"},Array.from({length:this.ratingCount},((e,t)=>{const a=t+1,i=a<=this.selectedRating;return r("eds-button",{icon:this.ratingType,role:"radio","aria-checked":i?"true":"false","aria-label":this.ratingType,onClick:()=>this.handleClick(a),tabIndex:0===this.selectedRating&&0===t||i?0:-1,intent:i?"primary":"ghost",size:"large","extra-class":"p-2"})})))}get el(){return a(this)}};i.style=":host{display:inline-block}.block{display:block}.stars{display:flex;gap:0.25rem;cursor:pointer}.star{color:var(--star-empty-color, #ccc);transition:color 0.2s ease-in-out}.star.filled{color:var(--green-500);}.star:hover,.star.filled:hover{transform:scale(1.2)}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.mt-4{margin-top:0.25rem}.mt-6{margin-top:0.375rem}.mt-8{margin-top:0.5rem}.my-4{margin-top:0.25rem;margin-bottom:0.25rem}.my-8{margin-top:0.5rem;margin-bottom:0.5rem}.my-16{margin-top:1rem;margin-bottom:1rem}.my-20{margin-top:1.25rem;margin-bottom:1.25rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.0625rem * var(--tw-space-x-reverse));margin-left:calc(0.0625rem * calc(1 - var(--tw-space-x-reverse)))}";export{i as eds_rating}
@@ -0,0 +1 @@
1
+ import{r as s,h as r}from"./p-28ae3f3a.js";import{t}from"./p-ba720bf3.js";const c=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"c60c3e5180cd900ce290448563fc476264ba1fe5",class:this.class,innerHTML:t})}};export{c as eds_icon_thumbs_down}
@@ -0,0 +1 @@
1
+ import{r as e,h as l}from"./p-28ae3f3a.js";const a=[{background:"#9CE142"},{background:"#00C959"},{background:"#00A595"}],c=[{background:"#141414"},{background:"#383838"},{background:"#CCCCCC"},{background:"#E6E6E6"},{background:"#FFFFFF"}],s=[{background:"#3FA9F5"},{background:"#0644F4"}],d=[{background:"#C461FF"},{background:"#5D3DF9"}],t=[{background:"#FFA543"},{background:"#FF4D68"}],o=class{constructor(l){e(this,l)}render(){return l("div",{key:"eb7fe8a13ba44aa0b8327fd042177817577aa9ca",class:"container"},l("p",{key:"b9e731a3184cc72a0dd4c31bc207185789b1c747",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"9ac1f24993a47743b62504a9ac5cfaa67ea94867",label:"primary",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"82eb7946b881f69719a7785ded23355e34aa3023",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"a1bde4ba25a05fdc3a43bd008748f0ae74224142",class:"flex"},l("div",{key:"e6399a78c1d41e79041ad0e91356468e9e94a004",class:"w-full"},l("ul",{key:"438acfe268f49ca5b77c20af74213283ac68e851",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[150px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"41cf8ea398e273788e32889e705debd21f102a9f",class:"w-full"},l("ul",{key:"b200fe46847e64efee26fb863151f08e2a175220",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},c.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))),l("p",{key:"9fe567482bfbad7fc0bc4083756622259fd83e45",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"bd26b1b4c4ac1082eef246f9d1b6b13245b1d69f",label:"purple",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"b3a9897628cdcb7086397d7f7662591da4debdd4",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"fc54b467ddd6faa62e81fe56170f0ed43fccd52e",class:"flex"},l("div",{key:"930d475074e002439847f152d95ed1f764536791",class:"w-full"},l("ul",{key:"ad8085fd5a4dcc8cd4cc2a4c0d6522673b0f69c3",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},d.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[225px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"c9d7c736f8248fa7f1b689ec7a8eed24853de384",class:"w-full"},l("ul",{key:"9191d41ef9f3947f91420e925f4ae5029aaf0e73",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},c.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))),l("p",{key:"ed9e3ebc14a1ecd0744d8adf6b58df54a325565f",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"5104e373031bc9381db7e274fba47f3d36d8fc14",label:"blue",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"2d0ff6d98eaf2b195725eb87b1cf8c264071787c",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"a660e8df517ab4c1b4b47fa777bd0e5c06156161",class:"flex"},l("div",{key:"7346d762b781cf27fdf784a1100608b74a28eaca",class:"w-full"},l("ul",{key:"91a7f50ffb513045c7d52987ecd33f3707332083",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},s.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[225px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"e4d61bb10342c7c27e19a5fc43a3823e2ac36db7",class:"w-full"},l("ul",{key:"ab40fb356845c3c15255a591299d3aa3a4bcd415",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},c.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))),l("p",{key:"15c61baa18cac41eefdfd631e6e62d8ad665fd00",class:"f-body-01"},"This guide demonstrates the correct usage of the",l("eds-link",{key:"8abd1e309700248f865906e667ffdb2db172c923",label:"redish",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#primary-palette","extra-class":"inline-block ml-4"}),"and",l("eds-link",{key:"9cc22cdc51c4e6b5ea28afd62e5b7fe10b6f57bf",label:"support",size:"small",intent:"underline",icon:"chevron-right",url:"../color-palette/#support-palette","extra-class":"inline-block ml-4"}),"color palettes."),l("div",{key:"8cb15f36de63b4425be410d395b56829427a2b13",class:"flex"},l("div",{key:"e47f595ad0af29333fdb3090eae08b65b908e87d",class:"w-full"},l("ul",{key:"27b7f0ee1650d169f17bee8a776ced534c2f8b37",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},t.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[225px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}})))))),l("div",{key:"40ed8de907089964f83ce2ebd2734b00ba378847",class:"w-full"},l("ul",{key:"8b1bdd17aa9e0c60484120b58e67ec3d09ddc533",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},c.map((e=>l("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},l("div",{class:"w-full min-h-[90px] effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}}))))))))}};export{o as correct_use_of_colors}
@@ -0,0 +1 @@
1
+ function n(l){var r,t,e="";if("string"==typeof l||"number"==typeof l)e+=l;else if("object"==typeof l)if(Array.isArray(l))for(r=0;r<l.length;r++)l[r]&&(t=n(l[r]))&&(e&&(e+=" "),e+=t);else for(r in l)l[r]&&(e&&(e+=" "),e+=r);return e}const l=n=>"boolean"==typeof n?"".concat(n):0===n?"0":n,r=function(){for(var l,r,t=0,e="";t<arguments.length;)(l=arguments[t++])&&(r=n(l))&&(e&&(e+=" "),e+=r);return e},t=(n,t)=>e=>{var o;if(null==(null==t?void 0:t.variants))return r(n,null==e?void 0:e.class,null==e?void 0:e.className);const{variants:u,defaultVariants:i}=t,a=Object.keys(u).map((n=>{const r=null==e?void 0:e[n],t=null==i?void 0:i[n];if(null===r)return null;const o=l(r)||l(t);return u[n][o]})),f=e&&Object.entries(e).reduce(((n,l)=>{let[r,t]=l;return void 0===t||(n[r]=t),n}),{}),s=null==t||null===(o=t.compoundVariants)||void 0===o?void 0:o.reduce(((n,l)=>{let{class:r,className:t,...e}=l;return Object.entries(e).every((n=>{let[l,r]=n;return Array.isArray(r)?r.includes({...i,...f}[l]):{...i,...f}[l]===r}))?[...n,r,t]:n}),[]);return r(n,a,s,null==e?void 0:e.class,null==e?void 0:e.className)};export{t as c}
@@ -0,0 +1 @@
1
+ import{r as e,h as a}from"./p-28ae3f3a.js";const s=class{constructor(a){e(this,a),this.accent=!1,this.tags=[]}render(){return a("div",{key:"7547e8ffafc22884fb26e7b5cd1da49e588fc590",class:"flex flex-wrap gap-y-4"},this.tags.map(((e,s)=>a("eds-tag",{key:s,intent:this.accent?"accent":"default",label:e}))))}};s.style=".flex{display:flex}.flex-wrap{flex-wrap:wrap}.gap-y-4{row-gap:0.25rem}";export{s as eds_card_tags}
@@ -0,0 +1 @@
1
+ import{r as s,h as e}from"./p-28ae3f3a.js";import{p as r}from"./p-b73410de.js";const a=class{constructor(e){s(this,e),this.class=""}render(){return e("span",{key:"e9baa8e9d467104fdeac600678b800787ef7d736",class:this.class,innerHTML:r})}};export{a as eds_icon_paper}
@@ -0,0 +1 @@
1
+ import{r as t,h as e}from"./p-28ae3f3a.js";const s=class{constructor(e){t(this,e),this.tabIndex=void 0}renderContent(){switch(this.tabIndex){case 0:return e("token-list",{show:"background"});case 1:return e("token-list",{show:"text"});case 2:return e("token-list",{show:"border"});case 3:return e("token-radii",null);case 4:return e("token-list",{show:"outline"});case 5:return e("token-shadows",null);default:return e("p",null,"Content not available.")}}render(){return e("div",{key:"7d86f29bb4a82aec564b0600749d97aedc58925d",class:"container"},this.renderContent())}};export{s as docs_tokens}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,g as i}from"./p-28ae3f3a.js";import{s}from"./p-d15065c3.js";import{p as a}from"./p-69c5074b.js";const n=class{constructor(e){t(this,e),this.currentPage=void 0,this.lastPage=void 0,this.perPage=10,this.total=0,this.url="",this.mode="default",this.prevLabel="Prev",this.nextLabel="Next",this.prevUrl="",this.nextUrl="",this.links=[]}componentWillLoad(){"default"===this.mode&&this.generateLinks()}componentDidLoad(){this.hostEl.shadowRoot.querySelectorAll("eds-link").forEach((t=>{this.emitContext(t)}))}emitContext(t){const e=new CustomEvent("parentContext",{detail:{componentName:this.hostEl.tagName.toLowerCase(),identifier:null}});t.dispatchEvent(e)}onPageOrLastPageChange(){"default"===this.mode&&this.generateLinks()}isFirstPage(){return 1===this.currentPage}isLastPage(){return this.currentPage===this.lastPage}generateLink(t){const e=this.url.includes("?");return{ariaLabel:`Page ${t}`,url:`${this.url}${e?"&":"?"}page=${t}`,label:t.toString(),current:this.currentPage===t,disabled:!1}}generateLinks(){this.lastPage&&this.lastPage>5?this.links=this.getPaginationGenerator(this.currentPage||1,this.lastPage).map((t=>"number"==typeof t?this.generateLink(t):t)):this.lastPage&&(this.links=Array.from({length:this.lastPage}).map(((t,e)=>this.generateLink(e+1))))}getPaginationGenerator(t,e){const i=[];if(e<=5)for(let t=1;t<=e;t++)i.push(t);else{i.push(1),t-1>2&&i.push("...");for(let s=Math.max(2,t-1);s<=Math.min(e-1,t+1);s++)i.push(s);t+1<e-1&&i.push("..."),i.push(e)}return i}pageResults(){return this.total>0?this.total>this.perPage?`${this.perPage*((this.currentPage||1)-1)+1} - ${this.perPage*(this.currentPage||1)>=this.total?this.total:this.perPage*(this.currentPage||1)} of ${this.total}`:`${this.total}`:""}handlePageClick(t,e){if("navigator"!==this.mode&&(t.preventDefault(),e!==this.currentPage)){this.links=this.links.map((t=>"object"==typeof t?Object.assign(Object.assign({},t),{current:parseInt(t.label)===e}):t));const t=new CustomEvent("page",{detail:e,bubbles:!0,composed:!0});this.hostEl.dispatchEvent(t),this.currentPage=e}}render(){return e("div",{key:"1d53f69179791434224f152503c0b81c4cfc7cd3"},this.total>0&&"default"===this.mode&&e("p",{key:"00ae324b49d62a74feee9d1cde21d67cd726ecf0",class:"f-ui-03 text-lightest mb-28 w-full text-center"},e("span",{key:"dedf2ce2700eae9d1386b305ec1d1904b133f992",class:"sr-only"},"Results:"),this.pageResults()),"navigator"===this.mode||this.lastPage&&this.lastPage>1?e("nav",{"aria-label":"Pagination"},e("ul",{class:"flex items-center justify-center gap-x-8"},e("li",{class:"mr-auto"},e("eds-link",{label:this.prevLabel,url:"navigator"===this.mode?this.prevUrl||"#":this.isFirstPage()?"#":this.generateLink(this.currentPage-1).url,disabled:"navigator"===this.mode?!this.prevUrl:this.isFirstPage(),"aria-label":"Previous page",icon:"chevron-left","icon-pos":"left",size:"small","icon-small":"true",intent:"strong","hide-label-on-small-screen":!0,class:"!p-8 lg:!pr-12",onClick:t=>{"default"===this.mode&&(this.isFirstPage()?t.preventDefault():this.handlePageClick(t,(this.currentPage||1)-1))}})),"default"===this.mode&&this.links.map(((t,i)=>e("li",{key:i,class:"f-ui-02 flex h-36 items-center justify-center"},"string"==typeof t?e("span",{class:"flex items-center justify-center"},t):e("eds-link",{url:t.url,"aria-label":t.ariaLabel,label:t.label,current:t.current,size:"small",class:"!p-8",intent:t.current?"secondary":"ghost",onClick:e=>this.handlePageClick(e,parseInt(t.label))})))),e("li",{class:"ml-auto"},e("eds-link",{label:this.nextLabel,url:"navigator"===this.mode?this.nextUrl||"#":this.isLastPage()?"#":this.generateLink(this.currentPage+1).url,disabled:"navigator"===this.mode?!this.nextUrl:this.isLastPage(),"aria-label":"Next page",size:"small","icon-small":"true",icon:"chevron-right",intent:"strong","hide-label-on-small-screen":!0,class:"!p-8 lg:!pl-12 flex items-center gap-1 py-4 transition-colors",onClick:t=>{"default"===this.mode&&(this.isLastPage()?t.preventDefault():this.handlePageClick(t,(this.currentPage||1)+1))}})))):null)}get hostEl(){return i(this)}static get watchers(){return{currentPage:["onPageOrLastPageChange"],lastPage:["onPageOrLastPageChange"]}}};n.style="ul,menu{list-style:none;margin:0;padding:0}.f-ui-03{font-family:var(--f-ui-03-fontFamily);font-weight:var(--f-ui-03-fontWeight);font-size:var(--f-ui-03-fontSize);line-height:var(--f-ui-03-lineHeight);letter-spacing:var(--f-ui-03-letterSpacing)}.f-ui-03-light{font-family:var(--f-ui-03-light-fontFamily);font-weight:var(--f-ui-03-light-fontWeight);font-size:var(--f-ui-03-light-fontSize);line-height:var(--f-ui-03-light-lineHeight);letter-spacing:var(--f-ui-03-light-letterSpacing)}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}.f-ui-02-light{font-family:var(--f-ui-02-light-fontFamily);font-weight:var(--f-ui-02-light-fontWeight);font-size:var(--f-ui-02-light-fontSize);line-height:var(--f-ui-02-light-lineHeight);letter-spacing:var(--f-ui-02-light-letterSpacing)}.text-lightest{color:var(--grey-500)}.mb-28{margin-bottom:1.75rem}.w-full{width:100%}.w-20{width:1.25rem}.h-20{height:1.25rem}.h-28{height:1.75rem}.h-32{height:2rem}.h-36{height:2.25rem}.text-center{text-align:center}.flex{display:flex}.inline-flex{display:inline-flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-x-8{-moz-column-gap:0.5rem;column-gap:0.5rem}.mr-auto{margin-right:auto}.ml-auto{margin-left:auto}.\\!p-8{padding:0.5rem !important}.ml-4{margin-left:0.25rem}.mr-4{margin-right:0.25rem}.hidden{display:none}.gap-1{gap:0.0625rem}.py-4{padding-top:0.25rem;padding-bottom:0.25rem}.transition-colors{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}@media (min-width: 900px){.lg\\:\\!pr-12{padding-right:0.75rem !important}.lg\\:flex{display:flex}}";const r=class{constructor(e){t(this,e),this.handleResize=()=>{this.updateContainerWidth()},this.data=null,this.endpoint=null,this.config={},this.rowsPerPage=10,this.paginationEnabled=!0,this.searchEnabled=!1,this.hostWidth=void 0,this.columnSize="default",this.tbData=[],this.columns=[],this.currentPage=1,this.parsedConfig={},this.totalRows=0,this.searchQuery="",this.containerWidth=0}handleDataChange(){this.parseData()}handleConfigChange(){this.parseConfig()}componentWillLoad(){this.parseConfig(),this.data?this.parseData():this.endpoint&&this.fetchData()}componentDidLoad(){this.updateContainerWidth(),window.addEventListener("resize",this.handleResize),this.setupPaginationListener()}componentDidUpdate(){this.setupPaginationListener()}disconnectedCallback(){window.removeEventListener("resize",this.handleResize)}updateContainerWidth(){this.containerWidth=this.hostWidth&&""!==this.hostWidth.trim()?Number(this.hostWidth):this.hostEl.parentElement instanceof HTMLElement?this.hostEl.parentElement.getBoundingClientRect().width:400}parseData(){try{this.tbData=a(this.data),this.totalRows=this.tbData.length,this.updateColumns(),this.currentPage=1}catch(t){console.error("Failed to parse data:",t),this.tbData=[]}}parseConfig(){try{this.parsedConfig="string"==typeof this.config?JSON.parse(this.config):this.config}catch(t){console.error("Failed to parse config:",t),this.parsedConfig={}}}async fetchData(){try{const t=await fetch(this.endpoint),e=await t.json();this.data=e}catch(t){console.error("Failed to fetch data:",t)}}setupPaginationListener(){if(!this.shouldEnablePagination())return;const t=this.hostEl.shadowRoot.querySelector("eds-pagination");t&&!t.hasAttribute("listener-attached")&&(t.addEventListener("page",(t=>this.handlePageChange(t.detail))),t.setAttribute("listener-attached","true"))}getFilteredRows(){return this.tbData.filter((t=>Object.values(t).some((t=>t.toString().toLowerCase().includes(this.searchQuery.toLowerCase())))))}getPaginatedRows(){const t=this.getFilteredRows();this.totalRows=t.length;const e=(this.currentPage-1)*this.rowsPerPage;return t.slice(e,e+this.rowsPerPage)}handlePageChange(t){this.currentPage=t,s({category:"ui-component",parentContext:null,tag:`${this.hostEl.tagName.toLowerCase()}/eds-pagination`,name:`${t}`||"",action:"page"})}handleSearch(t){this.searchQuery=t.target.value,this.currentPage=1}renderCell(t,i){var s;const a=null===(s=this.parsedConfig[i])||void 0===s?void 0:s.format;return"uppercase"===a?null==t?void 0:t.toString().toUpperCase():"svg"===a?e("div",{innerHTML:t}):"bold"===a?e("strong",null,t):"code"===a?e("code",null,t):t}shouldEnablePagination(){return this.paginationEnabled&&this.totalRows>this.rowsPerPage}updateColumns(){this.columns=this.tbData.length>0?Object.keys(this.tbData[0]):[]}getVisibleColumnsCount(){return this.columns.filter((t=>{var e;return!(null===(e=this.parsedConfig[t])||void 0===e?void 0:e.hidden)})).length}divisionFactor(){let t=1;return"medium"===this.columnSize?t=2:"large"===this.columnSize&&(t=4),t}render(){const t=this.hostWidth&&""!==this.hostWidth.trim()?Number(this.hostWidth):this.containerWidth||400,i=this.getVisibleColumnsCount(),s=i>0?Math.floor(t/i*this.divisionFactor()):100,a=this.getPaginatedRows(),n=Math.ceil(this.totalRows/this.rowsPerPage);return e("div",{key:"81735ac374853c8c92b3f50e26263ff9d71b326c"},this.searchEnabled&&e("div",{key:"0b2ab8dbb343033f605e2028890bd963cd650998"},e("eds-input-field",{key:1,name:"search","aria-label":"Search",type:"text",placeholder:"Search...",onInput:t=>this.handleSearch(t)})),e("div",{key:"eb3eebe6fb124d4e1983b2fb7e636707817d36bd",class:"mt-20"},e("table",{key:"03b312ac20bdec28843a46907a3cc4fba69f62ae",class:"block overflow-x-auto mt-6 p-0"},e("thead",{key:"ccab58dc46ae765df28da97ded6b1dd14d45d7f1"},e("tr",{key:"904a125aad610cebe42b0bce46615be38f0ee17a",class:"m-0 p-0 border border-softer even:bg-inverse-softer"},this.columns.map((t=>{var i;return!(null===(i=this.parsedConfig[t])||void 0===i?void 0:i.hidden)&&e("th",{class:"m-0 py-8 border border-softer f-ui-02 break-words",style:{minWidth:s-4+"px"}},t)})))),e("tbody",{key:"a4c54c9c89d15546020dbb684e5486decde33f30"},a.map((t=>e("tr",{class:"m-0 p-0 border border-softer even:bg-inverse-softer"},this.columns.map((i=>{var a;return!(null===(a=this.parsedConfig[i])||void 0===a?void 0:a.hidden)&&e("td",{class:"text-center border border-softer m-0 py-8 f-ui-2 break-words",style:{minWidth:s-4+"px"}},this.renderCell(t[i],i))})))))))),this.shouldEnablePagination()&&e("div",{key:"2a248cbbe81ac8c1ad4dfbb49a9615f15931bac6",class:"mt-20"},e("eds-pagination",{key:"11701d81922ca4c8b36fe82be32316a175eddbcd",currentPage:this.currentPage,lastPage:n,perPage:this.rowsPerPage,total:this.totalRows,mode:"default"})))}get hostEl(){return i(this)}static get watchers(){return{data:["handleDataChange","parseData"],config:["handleConfigChange"]}}};r.style="table{text-indent:0;border-color:inherit;border-collapse:collapse;}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.pt-32{padding-top:2rem}.pt-40{padding-top:2.5rem}.pt-48{padding-top:3rem}.pb-28{padding-bottom:1.75rem}.pb-60{padding-bottom:3.75rem}.mt-20{margin-top:1.25rem}.mt-28{margin-top:1.75rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.overflow-x-auto{overflow-x:auto}.mt-6{margin-top:0.375rem}.p-0{padding:0rem}.m-0{margin:0rem}.border{border-width:1px}.border-softer{border:1px solid rgba(0, 0, 0, .1)}.even\\:bg-inverse-softer:nth-child(even){background-color:rgba(255, 255, 255, .15)}.px-20{padding-left:1.25rem;padding-right:1.25rem}.py-8{padding-top:0.5rem;padding-bottom:0.5rem}.f-ui-01{font-family:var(--f-ui-01-fontFamily);font-weight:var(--f-ui-01-fontWeight);font-size:var(--f-ui-01-fontSize);line-height:var(--f-ui-01-lineHeight);letter-spacing:var(--f-ui-01-letterSpacing)}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.break-words{overflow-wrap:anywhere}";export{n as eds_pagination,r as eds_table}
@@ -0,0 +1 @@
1
+ const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path d="M10 3L15 8L5 8L10 3Z" fill="currentColor" />\n <path d="M10 17L5 12L15 12L10 17Z" fill="currentColor" />\n </svg>';export{n as u}
@@ -0,0 +1 @@
1
+ const n='<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n>\n <path d="M4 13L10 7L16 13L4 13Z" fill="currentColor" />\n</svg>\n';export{n as c}
@@ -0,0 +1 @@
1
+ const n='<svg\nwidth="20"\nheight="20"\nviewBox="0 0 20 20"\nfill="none"\nxmlns="http://www.w3.org/2000/svg"\n>\n<circle cx="9" cy="9" r="5" stroke="currentColor" stroke-width="2" />\n<path d="M17 17L13 13" stroke="currentColor" stroke-width="2" />\n</svg>';export{n as s}
@@ -0,0 +1 @@
1
+ const n='<svg\nwidth="20"\nheight="20"\nviewBox="0 0 20 20"\nfill="none"\nxmlns="http://www.w3.org/2000/svg"\n>\n<g clip-path="url(#clip0_16_4023)">\n <circle\n opacity="0.3"\n cx="10"\n cy="10"\n r="8"\n stroke="currentColor"\n stroke-width="3"\n />\n <path\n d="M2 10C2 5.58172 5.58172 2 10 2"\n stroke="currentColor"\n stroke-width="3"\n />\n</g>\n<defs>\n <clipPath id="clip0_16_4023">\n <rect width="20" height="20" fill="white" />\n </clipPath>\n</defs>\n</svg>';export{n as l}
@@ -0,0 +1 @@
1
+ import{r as t,h as a}from"./p-28ae3f3a.js";const e=class{constructor(a){t(this,a),this.applications=void 0}getParsedApplications(){let t=[];if("string"==typeof this.applications)try{t=JSON.parse(this.applications||"[]")}catch(a){console.error("Invalid applications trl JSON",a),t=[]}else Array.isArray(this.applications)&&(t=this.applications);return t}calculateProgress(t){return Math.ceil(t/9*100)}render(){const t=this.getParsedApplications().map((t=>({Application:t.name,"Current TRL Stage":`TRL ${t.currentTrl}`,Progress:a("div",{class:"w-[200px]"},a("eds-progress-bar",{value:this.calculateProgress(t.currentTrl)}))})));return a("div",{key:"8a798c644632d3168af51aa8a0775b7455ab5b52",class:"container mx-auto px-4 py-8"},a("eds-table",{key:"82a692c0f7e46fe7438a594a7b5c567855c0e308","table-data":JSON.stringify(t),config:JSON.stringify({Application:{format:"code"},"Current TRL Stage":{format:"text"}}),"rows-per-page":"2","pagination-enabled":"true","search-enabled":"true","column-size":"default"}))}};export{e as eds_trl}
@@ -0,0 +1 @@
1
+ import{r as o,h as n,g as t}from"./p-28ae3f3a.js";import{e as r}from"./p-0e6d43c5.js";import{h as e}from"./p-2692f93d.js";import{h as s,a as i,b as l,c as p,v as a,d as h,e as d,f as c,g as m}from"./p-83ff4a95.js";import{v as f}from"./p-9c5a453b.js";import{g as C}from"./p-50e27321.js";import{c as w}from"./p-1ded61bd.js";import{c as g}from"./p-4587d0ef.js";import{c as v}from"./p-5d046674.js";import{c as u}from"./p-ece618b3.js";import{a as b}from"./p-32e6c4df.js";import{a as L}from"./p-c8e7c854.js";import{t as j}from"./p-373119b3.js";import{l as k}from"./p-54b8f143.js";import{f as M}from"./p-4687b64c.js";import{y as x}from"./p-ecbb679f.js";import{m as H}from"./p-5ab1d64a.js";import{b as Z}from"./p-81899237.js";import{s as B}from"./p-2066b033.js";import{l as V}from"./p-2117611b.js";import{s as y}from"./p-b822abb7.js";import{c as W}from"./p-8983de37.js";import{m as D}from"./p-aefcb641.js";import{m as _}from"./p-29041952.js";import{u as z}from"./p-46d0716d.js";import{c as N}from"./p-0be28996.js";import{u as O}from"./p-d962849c.js";import{t as S}from"./p-c776b6f8.js";import{t as J}from"./p-ba720bf3.js";import{s as R}from"./p-e2d5a487.js";import{b as U}from"./p-05754401.js";import{m as E}from"./p-86bb73dc.js";import{p as q}from"./p-b73410de.js";import{p as A}from"./p-cdf19579.js";import{p as F}from"./p-c1e4ef92.js";import{p as G}from"./p-694fc085.js";import{p as I}from"./p-024c7937.js";import{t as K}from"./p-7198c024.js";import{u as P}from"./p-1b2913c8.js";const Q=Object.freeze({__proto__:null,twitter:j,linkedin:k,facebook:M,youtube:x,mastodon:H,bluesky:Z,euSvg:r,arrowRight:L,arrowDiagonal:b,bookmark:U,chevronUp:w,chevronDown:g,chevronRight:v,chevronLeft:u,check:'<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <rect width="20" height="20" rx="4" fill="currentColor" />\n <path d="M4 10L8 14L16 6" stroke="white" stroke-width="3" />\n </svg>',clear:' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n fill-rule="evenodd"\n clip-rule="evenodd"\n d="M2 10C2 5.57714 5.57714 2 10 2C14.4229 2 18 5.57714 18 10C18 14.4229 14.4229 18 10 18C5.57714 18 2 14.4229 2 10ZM6.50503 7.49497L9.01005 10L6.50503 12.505L7.49497 13.495L10 10.99L12.505 13.495L13.495 12.505L10.99 10L13.495 7.49497L12.505 6.50503L10 9.01005L7.49497 6.50503L6.50503 7.49497Z"\n fill="currentColor"\n />\n </svg>',close:W,completed:'<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <circle\n cx="10.0001"\n cy="10.0001"\n r="9.00007"\n fill="white"\n stroke="currentColor"\n stroke-width="2"\n />\n <path\n d="M6 9.33303L8.9474 12.6664L14.0001 7.33301"\n stroke="currentColor"\n stroke-width="2.00002"\n />\n </svg>',copy:N,documentation:'<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M12 5C10.8954 5 10 5.89543 10 7V17C10 15.8954 10.8954 15 12 15H18V5H12Z"\n stroke="currentColor"\n stroke-width="1.5"\n />\n <path\n d="M8 5C9.10457 5 10 5.89543 10 7V17C10 15.8954 9.10457 15 8 15H2V5H8Z"\n stroke="currentColor"\n stroke-width="1.5"\n />\n </svg>',download:'<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M5.91937 8H9V3H11V8H14.0806L10 13.1008L5.91937 8Z"\n fill="currentColor"\n />\n <path\n d="M5 15V12H3V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V12H15V15H5Z"\n fill="currentColor"\n />\n </svg>',error:'<svg\nwidth="20"\nheight="20"\nviewBox="0 0 20 20"\nfill="none"\nxmlns="http://www.w3.org/2000/svg"\n>\n<path\n fill-rule="evenodd"\n clip-rule="evenodd"\n d="M10 2C5.57714 2 2 5.57714 2 10C2 14.4229 5.57714 18 10 18C14.4229 18 18 14.4229 18 10C18 5.57714 14.4229 2 10 2Z"\n stroke="currentColor"\n stroke-width="2"\n/>\n<path\n d="M7 7L10 10M13 13L10 10M10 10L13 7M10 10L7 13"\n stroke="currentColor"\n stroke-width="1.5"\n/>\n</svg>',gitlabColor:' <svg width="20" height="20" viewBox="0 0 36 36">\n <path fill="#e24329" d="M2 14l9.38 9v-9l-4-12.28c-.205-.632-1.176-.632-1.38 0z"></path>\n <path fill="#e24329" d="M34 14l-9.38 9v-9l4-12.28c.205-.632 1.176-.632 1.38 0z"></path>\n <path fill="#e24329" d="M18,34.38 3,14 33,14 Z"></path>\n <path fill="#fc6d26" d="M18,34.38 11.38,14 2,14 6,25Z"></path>\n <path fill="#fc6d26" d="M18,34.38 24.62,14 34,14 30,25Z"></path>\n <path fill="#fca326" d="M2 14L.1 20.16c-.18.565 0 1.2.5 1.56l17.42 12.66z"></path>\n <path fill="#fca326" d="M34 14l1.9 6.16c.18.565 0 1.2-.5 1.56L18 34.38z"></path>\n </svg>',gitlabBlack:C,loader:V,hLogoColor:e,hLogoBlack:s,hLogoColorWhite:i,hLogoWhite:l,hLogoWhiteNoBg:p,vLogoColor:a,vLogoBlack:h,vLogoColorWhite:d,vLogoWhite:c,vLogoWhiteNoBg:m,vLogoMargins:f,menu:D,minus:E,more:_,failed:'<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <circle\n cx="10.0001"\n cy="10.0001"\n r="9.00007"\n fill="white"\n stroke="currentColor"\n stroke-width="2"\n />\n <path\n d="M6.21053 14.0001L10 10M13.7895 6L10 10M10 10L6 6M10 10L14.0001 14.0001"\n stroke="currentColor"\n stroke-width="2.00002"\n />\n </svg>',filter:' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M2 6.5H6M9 6.5H18M18 13.5H14M11 13.5H2"\n stroke="currentColor"\n stroke-width="2"\n />\n <path\n d="M10 6.5C10 7.88071 8.88071 9 7.5 9C6.11929 9 5 7.88071 5 6.5C5 5.11929 6.11929 4 7.5 4C8.88071 4 10 5.11929 10 6.5Z"\n stroke="currentColor"\n stroke-width="2"\n />\n <path\n d="M10 13.5C10 14.8807 11.1193 16 12.5 16C13.8807 16 15 14.8807 15 13.5C15 12.1193 13.8807 11 12.5 11C11.1193 11 10 12.1193 10 13.5Z"\n stroke="currentColor"\n stroke-width="2"\n />\n </svg>',group:'<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n fill-rule="evenodd"\n clip-rule="evenodd"\n d="M6.75 4C6.75 2.20507 8.20507 0.75 10 0.75C11.7949 0.75 13.25 2.20507 13.25 4C13.25 4.02739 13.2497 4.0547 13.249 4.08193C14.372 4.69978 15.3002 5.62799 15.9181 6.75102C15.9453 6.75034 15.9726 6.75 16 6.75C17.7949 6.75 19.25 8.20507 19.25 10C19.25 11.7949 17.7949 13.25 16 13.25C15.9726 13.25 15.9453 13.2497 15.9181 13.249C15.3002 14.372 14.372 15.3002 13.249 15.9181C13.2497 15.9453 13.25 15.9726 13.25 16C13.25 17.7949 11.7949 19.25 10 19.25C8.20507 19.25 6.75 17.7949 6.75 16C6.75 15.9726 6.75034 15.9453 6.75102 15.9181C5.62799 15.3002 4.69978 14.372 4.08193 13.249C4.0547 13.2497 4.02739 13.25 4 13.25C2.20507 13.25 0.75 11.7949 0.75 10C0.75 8.20507 2.20507 6.75 4 6.75C4.02739 6.75 4.0547 6.75034 4.08193 6.75102C4.69978 5.62799 5.62799 4.69978 6.75101 4.08193C6.75034 4.0547 6.75 4.02739 6.75 4ZM10 2.25C9.0335 2.25 8.25 3.0335 8.25 4C8.25 4.9665 9.0335 5.75 10 5.75C10.9665 5.75 11.75 4.9665 11.75 4C11.75 3.0335 10.9665 2.25 10 2.25ZM14.4169 12.839C13.4224 12.2833 12.75 11.2202 12.75 10C12.75 8.77982 13.4224 7.7167 14.4169 7.16096C14.0099 6.52904 13.471 5.99011 12.839 5.58309C12.2833 6.57758 11.2202 7.25 10 7.25C8.77982 7.25 7.7167 6.57759 7.16097 5.5831C6.52904 5.99011 5.99011 6.52904 5.58309 7.16097C6.57758 7.7167 7.25 8.77982 7.25 10C7.25 11.2202 6.57758 12.2833 5.58309 12.839C5.99011 13.471 6.52904 14.0099 7.16096 14.4169C7.7167 13.4224 8.77982 12.75 10 12.75C11.2202 12.75 12.2833 13.4224 12.839 14.4169C13.471 14.0099 14.0099 13.471 14.4169 12.839ZM8.25 16C8.25 15.0335 9.0335 14.25 10 14.25C10.9665 14.25 11.75 15.0335 11.75 16C11.75 16.9665 10.9665 17.75 10 17.75C9.0335 17.75 8.25 16.9665 8.25 16ZM2.25 10C2.25 10.9665 3.0335 11.75 4 11.75C4.9665 11.75 5.75 10.9665 5.75 10C5.75 9.0335 4.9665 8.25 4 8.25C3.0335 8.25 2.25 9.0335 2.25 10ZM16 11.75C15.0335 11.75 14.25 10.9665 14.25 10C14.25 9.0335 15.0335 8.25 16 8.25C16.9665 8.25 17.75 9.0335 17.75 10C17.75 10.9665 16.9665 11.75 16 11.75Z"\n fill="currentColor"\n />\n </svg>',plus:A,paper:q,privat:G,pub:I,portal:F,user:z,upDonw:P,search:B,success:y,tutorial:K,warning:' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n fill-rule="evenodd"\n clip-rule="evenodd"\n d="M10 3C6.13 3 3 6.13 3 10C3 13.87 6.13 17 10 17C13.87 17 17 13.87 17 10C17 6.13 13.87 3 10 3Z"\n stroke="currentColor"\n stroke-width="2"\n />\n <path d="M10 6V10.5" stroke="currentColor" stroke-width="2" />\n <circle cx="10" cy="12.9209" r="1.40346" fill="currentColor" />\n </svg>',unknown:O,thumbsUp:S,thumbsDown:J,star:R,external:'<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5858 3H17V9.41421L14.5 6.91421L8.70712 12.7071L7.29291 11.2929L13.0858 5.5L10.5858 3Z" fill="currentColor"></path><path d="M8 4H5C3.89543 4 3 4.89543 3 6V15C3 16.1046 3.89543 17 5 17H14C15.1046 17 16 16.1046 16 15V12H14V15H5V6H8V4Z" fill="currentColor"></path></svg>'}),T=class{constructor(n){o(this,n)}getSvgData(){return Object.entries(Q).filter((([o])=>!o.toLowerCase().includes("logo")&&!o.toLowerCase().includes("eu"))).map((([o,n])=>({name:o,icon:n})))}get hostWidth(){return this.hostEl.parentElement?this.hostEl.parentElement.offsetWidth:400}render(){const o=this.getSvgData();return n("div",{key:"48b9bd49dc2521db7fc1676544530f6bd9cd6287",class:"full-width"},n("eds-table",{key:"c3b5bdecde28ad6ec8a5172d883d49a8b0436f18","table-data":JSON.stringify(o),config:JSON.stringify({icon:{format:"svg"},name:{format:"bold"}}),"rows-per-page":10,"search-enabled":!0,"pagination-enabled":!0}))}get hostEl(){return t(this)}};T.style=":host,.full-width{display:block;width:100%}";export{T as svg_repository}
@@ -0,0 +1 @@
1
+ const t='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1834.73 775.39" style="enable-background:new 0 0 1834.73 775.39;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#383838;}\n\t.st1{fill:url(#SVGID_1_);}\n\t.st2{display:none;}\n\t.st3{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Logo">\n\t<g>\n\t\t<path class="st0" d="M820.81,445.19l-62.9,0.13c-11.15-0.08-15.09-5.71-15.11-15.54l-0.04-20.05c-0.02-9.88,3.92-15.53,15.2-15.61\n\t\t\tl56.29-0.11c1.45,0,2.62-1.18,2.62-2.63l-0.03-16.4c0-1.45-1.18-2.62-2.63-2.62l-56.72,0.11c-10.94-0.17-14.82-5.79-14.84-15.53\n\t\t\tl-0.04-19.81c-0.02-9.92,3.96-15.59,15.36-15.61l61.61-0.12c1.45,0,2.62-1.18,2.62-2.63l-0.03-16.48c0-1.45-1.18-2.62-2.63-2.62\n\t\t\tl-99.6,0.2c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62l100.58-0.2c1.45,0,2.62-1.18,2.62-2.63\n\t\t\tl-0.03-16.48C823.44,446.36,822.26,445.19,820.81,445.19z"/>\n\t\t<path class="st0" d="M958.26,385.59c-0.73-0.45-1.47-0.87-2.21-1.27c0,0,0-0.01,0-0.01c-4.4-2.75-3.73-9.71-0.02-11.95\n\t\t\tc4.27-2.87,7.67-6.68,10.23-11.45c2.55-4.77,3.82-10.64,3.8-17.6c-0.02-8.27-1.97-15.72-5.84-22.32\n\t\t\tc-3.88-6.61-9.71-11.85-17.51-15.72c-7.79-3.88-17.62-5.8-29.49-5.78l-58.62,0.12c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99\n\t\t\tc0,1.45,1.18,2.62,2.63,2.62l61.48-0.12c12.96-0.03,23.6-2.02,31.92-5.98c8.32-3.96,14.47-9.34,18.46-16.12\n\t\t\tc3.99-6.79,5.97-14.45,5.96-23c-0.02-8.65-1.77-16-5.27-22.04C967.98,393.53,963.57,388.88,958.26,385.59z M881.28,336.02\n\t\t\tc0.14-9.44,4.08-14.86,14.92-15.02l19.51-0.04c10.02-0.02,17.45,2.31,22.31,6.98c4.85,4.67,7.29,10.47,7.3,17.38\n\t\t\tc0.01,5.39-1.33,10.06-4.01,14.01c-2.69,3.95-6.3,7.02-10.84,9.21c-4.54,2.19-9.64,3.29-15.3,3.3l-18.72,0.04\n\t\t\tc-10.95-0.07-14.94-5.49-15.12-14.97L881.28,336.02z M943.87,438c-5.22,4.69-13.87,7.05-25.95,7.07l-21.36,0.04\n\t\t\tc-10.93-0.08-14.92-5.5-15.09-14.97l-0.05-23.58c0.14-9.4,4.05-14.82,14.81-15.02l22.48-0.04c6.75-0.01,12.59,1.28,17.52,3.88\n\t\t\tc4.93,2.6,8.73,6.11,11.41,10.51c2.68,4.4,4.02,9.25,4.03,14.53C951.69,427.46,949.09,433.31,943.87,438z"/>\n\t\t<path class="st0" d="M1097.5,406.14c-1.68-3.06-0.87-8.11,3.42-10.88c0,0-0.02,0-0.03,0c7.32-4.2,12.91-9.78,16.75-16.77\n\t\t\tc4.26-7.77,6.38-16.77,6.36-27c-0.02-10.29-2.16-19.36-6.42-27.22c-4.26-7.86-10.68-14.01-19.27-18.46\n\t\t\tc-8.58-4.45-19.35-6.66-32.31-6.63l-56.99,0.11c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62l19.99-0.04\n\t\t\tc1.45,0,2.62-1.18,2.62-2.63l-0.09-45.22c0.02-9.79,3.98-15.4,15.21-15.47l13.75-0.03c4.67,0.08,7.8,2.01,10.11,5.86l30.18,55.96\n\t\t\tc0.46,0.85,1.35,1.38,2.31,1.38l22.75-0.05c1.99,0,3.25-2.14,2.29-3.89L1097.5,406.14z M1083.75,377.87\n\t\t\tc-5.14,2.35-11.79,3.54-19.96,3.55l-16.74,0.03c-11.26-0.02-15.24-5.61-15.3-15.41l-0.06-29.57c-0.02-9.92,3.96-15.59,15.36-15.61\n\t\t\tl16.3-0.03c8.33-0.02,15.07,1.21,20.22,3.68c5.15,2.47,8.94,6.01,11.37,10.63c2.43,4.62,3.65,10.09,3.67,16.41\n\t\t\tc0.01,6.26-1.18,11.63-3.56,16.09C1092.65,372.11,1088.89,375.52,1083.75,377.87z"/>\n\t\t<path class="st0" d="M1231.98,300.59c-0.38-1.04-1.36-1.73-2.47-1.73l-25.47,0.05c-1.11,0-2.09,0.7-2.46,1.74l-57.97,162.11\n\t\t\tc-0.61,1.71,0.66,3.51,2.47,3.5l21.19-0.04c1.12,0,2.11-0.71,2.47-1.77l10.72-31.16c1.44-4.2,5.68-11.36,14.74-11.38l43.68-0.09\n\t\t\tc8.81-0.02,13.08,6.74,14.65,10.97l10.94,31.47c0.37,1.06,1.36,1.76,2.48,1.76l21.19-0.04c1.82,0,3.08-1.81,2.46-3.51\n\t\t\tL1231.98,300.59z M1230.02,400.61l-26.02,0.05c-9.97,0.02-9.48-8.28-8.24-11.88l14.59-42.43c1.64-5.95,11.14-5.68,13.11-0.03\n\t\t\tl14.9,42.85C1239.48,392.96,1239.59,400.59,1230.02,400.61z"/>\n\t\t<path class="st0" d="M1338.23,298.64l-19.99,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62l19.99-0.04\n\t\t\tc1.45,0,2.62-1.18,2.62-2.63l-0.32-161.99C1340.86,299.81,1339.68,298.64,1338.23,298.64z"/>\n\t\t<path class="st0" d="M1509.96,298.3l-19.74,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.2,99.87c-0.02,8.27-9.16,9.07-13.32,3.35\n\t\t\tl-72.74-104.54c-0.49-0.71-1.3-1.13-2.16-1.12l-19.36,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62\n\t\t\tl19.99-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.2-99.66c-0.02-8.33,9.19-9.13,13.35-3.36l72.63,104.35c0.49,0.71,1.3,1.13,2.16,1.12\n\t\t\tl19.2-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.32-161.99C1512.58,299.47,1511.41,298.3,1509.96,298.3z"/>\n\t\t<path class="st0" d="M1662.91,399.66c-2.98-5.38-6.87-9.89-11.66-13.53c-4.8-3.64-10-6.57-15.61-8.79\n\t\t\tc-5.61-2.22-11.09-3.98-16.43-5.28l-16.34-4.21c-3.27-0.81-6.67-1.85-10.21-3.12c-3.54-1.27-6.85-2.87-9.93-4.8\n\t\t\tc-3.08-1.93-5.56-4.33-7.45-7.21c-1.88-2.88-2.83-6.31-2.84-10.28c-0.01-4.74,1.36-8.97,4.1-12.71c2.74-3.73,6.62-6.68,11.62-8.84\n\t\t\ts10.94-3.25,17.79-3.26c9.58-0.02,17.53,2.1,23.86,6.36c5.73,3.86,9.23,9.15,10.5,15.87c0.23,1.23,1.32,2.12,2.57,2.11l19.31-0.04\n\t\t\tc1.53,0,2.75-1.32,2.62-2.85c-0.67-7.83-3.24-14.84-7.73-21.03c-5.02-6.93-11.88-12.37-20.57-16.33\n\t\t\tc-8.69-3.96-18.7-5.92-30.02-5.9c-11.21,0.02-21.28,2.04-30.2,6.06c-8.92,4.02-15.99,9.63-21.2,16.82\n\t\t\tc-5.21,7.2-7.81,15.61-7.79,25.25c0.02,11.65,3.95,21.01,11.78,28.07c7.83,7.06,18.44,12.4,31.84,16.02l19.77,5.35\n\t\t\tc5.99,1.57,11.37,3.38,16.14,5.44c4.77,2.06,8.55,4.66,11.37,7.82c2.81,3.15,4.22,7.21,4.23,12.16c0.01,5.44-1.59,10.2-4.79,14.26\n\t\t\tc-3.21,4.06-7.6,7.23-13.17,9.5c-5.58,2.27-11.93,3.41-19.06,3.43c-6.48,0.01-12.43-0.94-17.85-2.86\n\t\t\tc-5.42-1.92-9.86-4.88-13.33-8.88c-3.03-3.49-4.92-7.76-5.69-12.81c-0.19-1.28-1.29-2.24-2.59-2.24l-20.15,0.04\n\t\t\tc-1.56,0-2.77,1.36-2.61,2.91c0.92,8.85,3.71,16.57,8.4,23.17c5.19,7.31,12.36,12.95,21.51,16.9c9.15,3.96,19.99,5.92,32.51,5.9\n\t\t\tc13.07-0.03,24.21-2.17,33.43-6.44c9.22-4.27,16.25-10.08,21.11-17.44c4.86-7.36,7.28-15.77,7.26-25.25\n\t\t\tC1667.38,411.5,1665.88,405.05,1662.91,399.66z"/>\n\t</g>\n\t\n\t\t<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="235.8266" y1="540.5296" x2="540.6145" y2="235.7417" gradientTransform="matrix(1 -1.991997e-03 1.991997e-03 1 -0.7765 1.6618)">\n\t\t<stop offset="0" style="stop-color:#00A595"/>\n\t\t<stop offset="0.4813" style="stop-color:#00C959"/>\n\t\t<stop offset="1" style="stop-color:#9CE142"/>\n\t</linearGradient>\n\t<path class="st1" d="M258.97,240.6c40.72-26.78,76.97-32.65,110.28-25.5c0,0,0-0.01,0-0.01c13.87,0.52,9.38-8.52,3.01-12.53\n\t\tc-8.39-5.03-16.87-9.55-25.45-13.41c-6.23-2.8-12.38-5.2-18.46-7.2l-35.8,9.67c-10.67,2.88-20.39,8.52-28.19,16.35l-57.7,57.93\n\t\tc-7.8,7.83-13.4,17.57-16.24,28.25l-2.19,8.24C210.54,279.64,233.7,257.23,258.97,240.6z M510.17,383.6\n\t\tc-0.03-0.02-0.07-0.05-0.07-0.05c8.88,4.41,17.23-0.19,6.23-8.66c-71.12-54.2-145.36-100.09-229.78-70.23\n\t\tc-43.92,15.53-81.98,45.49-118.54,75.62c-1.23,8.48-0.75,17.15,1.5,25.47l7.18,26.57c0.06-0.05,0.13-0.1,0.19-0.15\n\t\tc44.35-34.43,90.21-70.04,146.64-83.67C386.39,333.31,449.69,352.97,510.17,383.6z M580.46,352.26\n\t\tc8.57,5.39,16.84,10.07,24.87,14.07l-19.71-72.97c-2.88-10.67-8.52-20.39-16.35-28.19l-57.93-57.7\n\t\tc-7.83-7.8-17.57-13.4-28.25-16.24l-79.01-21c-10.68-2.84-21.92-2.82-32.59,0.06l-18.42,4.97\n\t\tc45.55,24.86,80.87,47.96,134.92,101.19C541.03,328.71,549.71,332.92,580.46,352.26z M337.53,528.62\n\t\tc-36.44-0.62-67.62,6.59-96.28,18.2l23.84,23.75c7.83,7.8,17.57,13.4,28.25,16.24l79.02,21c10.68,2.84,21.92,2.82,32.59-0.06\n\t\tl78.93-21.32c10.67-2.88,20.39-8.52,28.19-16.35l1.53-1.54C455.38,546.27,396.44,529.62,337.53,528.62L337.53,528.62z\n\t\t M608.94,384.65c-56.3-28.37-93.16-63.84-102.3-73.01c-42.98-43.16-142.72-141.27-244.56-66.32\n\t\tc-26.44,19.46-52.53,43.23-76.76,68.16l-11.29,42.48c32.89-26.46,67.54-51.35,107.51-65.49c104.7-37.03,191.5,31.07,275.44,96.94\n\t\tc15.5,12.16,30.57,23.98,45.41,34.85l4.59-17.26c1.43-5.38,2.13-10.9,2.11-16.41C609.07,387.28,609.02,385.96,608.94,384.65z\n\t\t M324.83,353.99c-55.25,13.35-100.62,48.58-144.5,82.65c-0.68,0.53-1.37,1.06-2.06,1.6l12.55,46.45c1.09,4.05,2.59,7.95,4.44,11.67\n\t\tc5.75-4.14,11.45-8.29,17.1-12.42c47.64-34.8,96.9-70.79,162.8-78.53c71.49-8.39,147.02,15.95,219.1,47.42l3.18-11.97\n\t\tC512.6,387.59,417.68,331.55,324.83,353.99z M376.92,420.34c-39.12,4.59-71.68,19.54-102.49,38.79\n\t\tc-10.97,7.1-6.77,14.41,3.77,11.29c0.01,0,0.02-0.01,0.03-0.01c21.13-6.84,44.44-10.92,71.35-10.83\n\t\tc75.82,0.28,150.74,21.6,224.12,48.18c5.75-6.97,9.97-15.1,12.31-23.87l4.35-16.36C519.5,436.45,445.58,412.28,376.92,420.34z\n\t\t M206.99,512.68c0.06,0.06,0.12,0.13,0.18,0.19l22.48,22.39c31.77-13.69,66.56-22.38,108.14-21.68\n\t\tc63.27,1.08,125.88,19.33,187.42,43.31l44.42-44.59c-72.23-26.04-145.88-46.79-220.07-47.06\n\t\tC288.93,465.01,248.17,485.67,206.99,512.68z"/>\n</g>\n<g id="Margins" class="st2">\n\t<path class="st3" d="M438.49,145.52h-62.9c-11.15-0.11-15.08-5.74-15.08-15.57v-20.05c0-9.88,3.96-15.52,15.23-15.58h56.29\n\t\tc1.45,0,2.62-1.17,2.62-2.62V75.3c0-1.45-1.17-2.62-2.62-2.62h-56.72c-10.94-0.2-14.81-5.81-14.81-15.56V37.3\n\t\tc0-9.92,3.99-15.58,15.39-15.58h61.61c1.45,0,2.62-1.17,2.62-2.62V2.62c0-1.45-1.17-2.62-2.62-2.62h-99.6\n\t\tc-1.45,0-2.62,1.17-2.62,2.62v161.99c0,1.45,1.17,2.62,2.62,2.62h100.58c1.45,0,2.62-1.17,2.62-2.62v-16.48\n\t\tC441.11,146.69,439.94,145.52,438.49,145.52z"/>\n\t<path class="st3" d="M145.51,339.22l0.13,62.9c-0.08,11.15-5.71,15.09-15.54,15.11l-20.05,0.04c-9.88,0.02-15.53-3.92-15.61-15.2\n\t\tl-0.11-56.29c0-1.45-1.18-2.62-2.63-2.62l-16.4,0.03c-1.45,0-2.62,1.18-2.62,2.63l0.11,56.72c-0.17,10.94-5.79,14.82-15.53,14.84\n\t\tl-19.81,0.04c-9.92,0.02-15.59-3.96-15.61-15.36l-0.12-61.61c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03c-1.45,0-2.62,1.18-2.62,2.63\n\t\tl0.2,99.6c0,1.45,1.18,2.62,2.63,2.62l161.99-0.32c1.45,0,2.62-1.18,2.62-2.63l-0.2-100.58c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03\n\t\tC146.68,336.59,145.51,337.77,145.51,339.22z"/>\n\t<path class="st3" d="M1812.91,339.22l0.13,62.9c-0.08,11.15-5.71,15.09-15.54,15.11l-20.05,0.04c-9.88,0.02-15.53-3.92-15.61-15.2\n\t\tl-0.11-56.29c0-1.45-1.18-2.62-2.63-2.62l-16.4,0.03c-1.45,0-2.62,1.18-2.62,2.63l0.11,56.72c-0.17,10.94-5.79,14.82-15.53,14.84\n\t\tl-19.81,0.04c-9.92,0.02-15.59-3.96-15.61-15.36l-0.12-61.61c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03c-1.45,0-2.62,1.18-2.62,2.63\n\t\tl0.2,99.6c0,1.45,1.18,2.62,2.63,2.62l161.99-0.32c1.45,0,2.62-1.18,2.62-2.63l-0.2-100.58c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03\n\t\tC1814.08,336.59,1812.91,337.77,1812.91,339.22z"/>\n\t<path class="st3" d="M438.49,754.55h-62.9c-11.15-0.11-15.08-5.74-15.08-15.57v-20.05c0-9.88,3.96-15.52,15.23-15.58h56.29\n\t\tc1.45,0,2.62-1.17,2.62-2.62v-16.4c0-1.45-1.17-2.62-2.62-2.62h-56.72c-10.94-0.2-14.81-5.81-14.81-15.56v-19.81\n\t\tc0-9.92,3.99-15.58,15.39-15.58h61.61c1.45,0,2.62-1.17,2.62-2.62v-16.48c0-1.45-1.17-2.62-2.62-2.62h-99.6\n\t\tc-1.45,0-2.62,1.17-2.62,2.62v161.99c0,1.45,1.17,2.62,2.62,2.62h100.58c1.45,0,2.62-1.17,2.62-2.62v-16.48\n\t\tC441.11,755.73,439.94,754.55,438.49,754.55z"/>\n</g>\n</svg>\n';export{t as h}
@@ -0,0 +1 @@
1
+ import{r as s,h as a}from"./p-28ae3f3a.js";import{c as e}from"./p-8983de37.js";const r=class{constructor(a){s(this,a),this.class=""}render(){return a("span",{key:"907eaa5d70add8ad62e9f071aacce359682969fe",class:this.class,innerHTML:e})}};export{r as eds_icon_close}
@@ -0,0 +1 @@
1
+ import{r as e,h as a}from"./p-28ae3f3a.js";const c=class{constructor(a){e(this,a),this.colors=[{rgb:"R156 G225 B66",cmyk:"C52 M0 Y98 K0",hex:"#9CE142",pantoneC:"PANTONE 367 C",pantoneU:"PANTONE 374 U",background:"#9CE142"},{rgb:"R0 G201 B89",cmyk:"C75 M0 Y80 K0",hex:"#00C959",pantoneC:"PANTONE 7480 C",pantoneU:"PANTONE 7481 U",background:"#00C959"},{rgb:"R0 G165 B149",cmyk:"C78 M8 Y49 K0",hex:"#00A595",pantoneC:"PANTONE 3272 C",pantoneU:"PANTONE 3275 U",background:"#00A595"}]}render(){return a("ul",{key:"8279e944bfb0ddf1e3cb682daa1b8bcfe8cac3fd",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},this.colors.map((e=>a("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}},a("div",{class:"grid"},a("span",{class:"f-body-02"},e.rgb),a("span",{class:"f-body-02 w-full"},e.cmyk),a("eds-code-block",{code:e.hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{class:"grid"},a("span",{class:"f-body-02"},e.pantoneC),a("span",{class:"f-body-02"},e.pantoneU)))))))}},d=class{constructor(a){e(this,a),this.colors=[{rgb:"R63 G169 B245",cmyk:"C68 M13 Y0 K0",hex:"#3FA9F5",pantoneC:"PANTONE 298 C",pantoneU:"PANTONE 298 U",background:"#3FA9F5"},{rgb:"R6 G68 B244",cmyk:"C92 M60 Y0 K0",hex:"#0644F4",pantoneC:"PANTONE 2728 C",pantoneU:"PANTONE 2935 U",background:"#0644F4"},{rgb:"R196 G97 B255",cmyk:"C52 M67 Y0 K0",hex:"#C461FF",pantoneC:"PANTONE 252 C",pantoneU:"PANTONE 252 U",background:"#C461FF"},{rgb:"R93 G61 B249",cmyk:"C83 M78 Y0 K0",hex:"#5D3DF9",pantoneC:"PANTONE 266 C",pantoneU:"PANTONE 2735 U",background:"#5D3DF9"},{rgb:"R255 G165 B67",cmyk:"C0 M43 Y76 K0",hex:"#FFA543",pantoneC:"PANTONE 804 C",pantoneU:"PANTONE 136 U",background:"#FFA543"},{rgb:"R255 G77 B104",cmyk:"C0 M81 Y42 K0",hex:"#FF4D68",pantoneC:"PANTONE 1785 C",pantoneU:"PANTONE 185 U",background:"#FF4D68"}],this.show=void 0}render(){return a("ul",{key:"ab7abc8b8b9115446169d85c6b97f4ea2e387068",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},this.colors.map((e=>a("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}},a("div",{class:"grid"},a("span",{class:"f-body-02"},e.rgb),a("span",{class:"f-body-02 w-full"},e.cmyk),a("eds-code-block",{code:e.hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{class:"grid"},a("span",{class:"f-body-02"},e.pantoneC),a("span",{class:"f-body-02"},e.pantoneU)))))))}},s=class{constructor(a){e(this,a),this.colors=[{rgb:"R20 G20 B20",cmyk:"C78 M69 Y61 K87",hex:"#141414",pantoneC:"",pantoneU:"",background:"#141414"},{rgb:"R56 G56 B56",cmyk:"C68 M58 Y55 K63",hex:"#383838",pantoneC:"PANTONE 447 C",pantoneU:"PANTONE Neutral Black U",background:"#383838"},{rgb:"R204 G204 B204",cmyk:"C23 M17 Y18 K0",hex:"#CCCCCC",pantoneC:"PANTONE Cool Gray 2 C",pantoneU:"PANTONE Cool Gray 2 U",background:"#CCCCCC"},{rgb:"R230 G230 B230",cmyk:"C12 M8 Y9 K0",hex:"#E6E6E6",pantoneC:"PANTONE 663 C",pantoneU:"PANTONE 649 U",background:"#E6E6E6"},{rgb:"R255 G255 B255",cmyk:"C0 M0 Y0 K0",hex:"#FFFFFF",pantoneC:"",pantoneU:"",background:"#FFFFFF"}]}getTextColor(e){if(e.startsWith("#")){const a=e.slice(1);return(.299*parseInt(a.substring(0,2),16)+.587*parseInt(a.substring(2,4),16)+.114*parseInt(a.substring(4,6),16))/255>.5?"text-default":"text-inverse"}if(/rgb/i.test(e)){const a=e.replace(/rgba?\(/i,"").replace(")","").split(",").map((e=>parseFloat(e.trim()))),[c,d,s]=a;return(.299*c+.587*d+.114*s)/255>.5?"text-default":"text-inverse"}return"text-default"}render(){return a("ul",{key:"42a4eb08f07919ad464ba017dbba65667c91e005",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},this.colors.map((e=>{const c=this.getTextColor(e.background);return a("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:e.background}},a("div",{class:"grid"},a("span",{class:`f-body-02 ${c}`},e.cmyk),a("eds-code-block",{code:e.hex,style:{minWidth:"150px",marginRight:"5px"},class:c})),a("div",{class:"grid"},a("span",{class:`f-body-02 ${c}`},e.pantoneC),a("span",{class:`f-body-02 ${c}`},e.pantoneU))))})))}},b=class{constructor(a){e(this,a),this.colors=[{rgb:"R156 G225 B66",cmyk:"C52 M0 Y98 K0",hex:"#9CE142",pantoneC:"PANTONE 367 C",pantoneU:"PANTONE 374 U",background:"linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)"},{rgb:"R0 G201 B89",cmyk:"C75 M0 Y80 K0",hex:"#00C959",pantoneC:"PANTONE 7480 C",pantoneU:"PANTONE 7481 U",background:"linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)"},{rgb:"R0 G165 B149",cmyk:"C78 M8 Y49 K0",hex:"#00A595",pantoneC:"PANTONE 3272 C",pantoneU:"PANTONE 3275 U",background:"linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)"}]}render(){return a("ul",{key:"2bc09e1f15ce98c6ba133cffc09df3bf10ca343f",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16",style:{background:"linear-gradient(to bottom, #9CE142 0%, #00C959 50%, #00A595 100%)"}},this.colors.map((e=>a("li",{class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{class:"effect-height flex items-center justify-between p-16"},a("div",{class:"grid"},a("span",{class:"f-body-02"},e.rgb),a("span",{class:"f-body-02 w-full"},e.cmyk),a("eds-code-block",{code:e.hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{class:"grid"},a("span",{class:"f-body-02"},e.pantoneC),a("span",{class:"f-body-02"},e.pantoneU)))))))}},f=class{constructor(a){e(this,a),this.colors=[{rgb:"R63 G169 B245",cmyk:"C68 M13 Y0 K0",hex:"#3FA9F5",pantoneC:"PANTONE 298 C",pantoneU:"PANTONE 298 U",background:"linear-gradient(to bottom, #3FA9F5, #3FA9F5)"},{rgb:"R6 G68 B244",cmyk:"C92 M60 Y0 K0",hex:"#0644F4",pantoneC:"PANTONE 2728 C",pantoneU:"PANTONE 2935 U",background:"linear-gradient(to bottom, #3FA9F5, #0644F4)"},{rgb:"R196 G97 B255",cmyk:"C52 M67 Y0 K0",hex:"#C461FF",pantoneC:"PANTONE 252 C",pantoneU:"PANTONE 252 U",background:"linear-gradient(to bottom, #C461FF, #C461FF)"},{rgb:"R93 G61 B249",cmyk:"C83 M78 Y0 K0",hex:"#5D3DF9",pantoneC:"PANTONE 266 C",pantoneU:"PANTONE 2735 U",background:"linear-gradient(to bottom, #C461FF, #5D3DF9)"},{rgb:"R255 G165 B67",cmyk:"C0 M43 Y76 K0",hex:"#FFA543",pantoneC:"PANTONE 804 C",pantoneU:"PANTONE 136 U",background:"linear-gradient(to bottom, #FFA543, #FFA543)"},{rgb:"R255 G77 B104",cmyk:"C0 M81 Y42 K0",hex:"#FF4D68",pantoneC:"PANTONE 1785 C",pantoneU:"PANTONE 185 U",background:"linear-gradient(to bottom, #FFA543, #FF4D68)"}]}render(){return a("div",{key:"32943156b28f767dc9b2e524202a4f4906432472"},a("ul",{key:"bf0d9a310edc584b67e064b149c771417e4da9cc",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a("li",{key:"3ed95b92fe0eea4e75be722c1d0abdedfaa9e00e",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"b5d4f381155b3e89bf441a87b9aff7718d4bd978",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[0].background}},a("div",{key:"c12a9c31da8078a9e6889e0084f1256dad389b59",class:"grid"},a("span",{key:"2fa2d5e9bb0820f08d3c265d7797eeca4c47c73c",class:"f-body-02"},this.colors[0].rgb),a("span",{key:"b609663a6bfebc37deee295b5c8316bb08e6c785",class:"f-body-02 w-full"},this.colors[0].cmyk),a("eds-code-block",{key:"b3cc79d81900f4a9a12ff7c6ebaac286c4dc1cd6",code:this.colors[0].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"f91c41b6301c6234387c4386c493a9df56869c84",class:"grid"},a("span",{key:"1165b82de0328f60a495a563e14277d3722b7d87",class:"f-body-02"},this.colors[0].pantoneC),a("span",{key:"f364fa3b7d4a9c52e1b67a65a4992ea1055084c1",class:"f-body-02"},this.colors[0].pantoneU))),a("div",{key:"e798299fb6ffedd626aaf477593b928c73b177bc",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[1].background}},a("div",{key:"eee5b2de72d33f80c85fb0ad39e486cbd69d664b",class:"grid"},a("span",{key:"5190b0bb900bf234f32ccad7d37749ae0e57c31c",class:"f-body-02"},this.colors[1].rgb),a("span",{key:"49e3d6d1073dfa8d08054e9db612bfce1a811347",class:"f-body-02 w-full"},this.colors[1].cmyk),a("eds-code-block",{key:"fd0c166cac7839de62cd782ec8071ba70378c15f",code:this.colors[1].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"e9e95829a6eec21baab0238677a33cc649351185",class:"grid"},a("span",{key:"e8a6c41cc8193ca78794c7147f20d39604a1ae04",class:"f-body-02"},this.colors[1].pantoneC),a("span",{key:"039cbc6eedc43de988b5dd823525bde00f7a21e5",class:"f-body-02"},this.colors[1].pantoneU))))),a("eds-block-break",{key:"7f95cfde8f4724b236446c3732c04929e17a9aa0"}),a("ul",{key:"72f723c89d17ea54a962122867abbd690b4d9ad9",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a("li",{key:"b2153dc607ed77d0a3b1398c3fc8b626163575e1",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"e9ff842671af9bf749857fb4b430dbd997eadbab",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[2].background}},a("div",{key:"fd8255c5ee1ffe2f1b44cc670e504540b2e19b17",class:"grid"},a("span",{key:"17b71b6d17fe483a0eab1e80959da2076ad4647e",class:"f-body-02"},this.colors[2].rgb),a("span",{key:"b3d39bde727347801976d1471875e3226f71d334",class:"f-body-02 w-full"},this.colors[2].cmyk),a("eds-code-block",{key:"d37cfec78f74f7eec02047fb8e30962c55379f71",code:this.colors[2].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"aa0ec054bb018ab8e564910ada76d849ee2d1608",class:"grid"},a("span",{key:"f633c21fb5227330e843b1c1f6d1fff40766c0d0",class:"f-body-02"},this.colors[2].pantoneC),a("span",{key:"c41495a89c987cf7cfbbd0b4d1ff12ac0c650610",class:"f-body-02"},this.colors[2].pantoneU))),a("div",{key:"18a802a0cb7cbd228840fb58fadf6a121d98ebf9",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[3].background}},a("div",{key:"edf5fe68043e4712e7174c405e73e1aa84570936",class:"grid"},a("span",{key:"455d010554f4836b26ff4b0568d088a4505619f3",class:"f-body-02"},this.colors[3].rgb),a("span",{key:"6a50beb860b13371178b9582279c76cca29f25cf",class:"f-body-02 w-full"},this.colors[3].cmyk),a("eds-code-block",{key:"98333266061cd31aa09d7d1394829c5d822c901f",code:this.colors[3].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"9f1952601d13a96f1caade683d5474a26cf94298",class:"grid"},a("span",{key:"e43da3fba22655cef1690725654919a79d43a2f4",class:"f-body-02"},this.colors[3].pantoneC),a("span",{key:"c3e280221454dc05f4112f03e3d226a6e70b70d3",class:"f-body-02"},this.colors[3].pantoneU))))),a("eds-block-break",{key:"63355f298a7680e4307b6e467da0fd54faf9da14"}),a("ul",{key:"ff5a5554b716e21b0e219228317bbe334fc96488",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a("li",{key:"b4ecf3a608a9321ca0cfd1edad2778b3b8ddf918",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"587730e489242f8579b2db3aceea8fadf4ba0f75",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[4].background}},a("div",{key:"883c226b73544a239f6d0ece7cbab020e1cc5874",class:"grid"},a("span",{key:"dc5031f2236d81513cc543997f9b445b0fdea4be",class:"f-body-02"},this.colors[4].rgb),a("span",{key:"a90f91b008cb67e8ee4a0454ed9e75f683a1a960",class:"f-body-02 w-full"},this.colors[4].cmyk),a("eds-code-block",{key:"4c12f3a2500535970bdb70bb87b8d73348ef25bb",code:this.colors[4].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"1ebadf2907a7f499d61e9edc7c71bb9e7378594a",class:"grid"},a("span",{key:"acfce5255506344a9b65b195933cf924e1030467",class:"f-body-02"},this.colors[4].pantoneC),a("span",{key:"a7c4c25345c91a9753c4615c5205cf3dc49c36af",class:"f-body-02"},this.colors[4].pantoneU))),a("div",{key:"01ce94d66521e612357c61de65ca1acd01e84cb9",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[5].background}},a("div",{key:"628435f8fab14df7613aa4427af0b8c15fc222c2",class:"grid"},a("span",{key:"4b4bbd19051b9d8d1eb524f2c84104eab7dae20a",class:"f-body-02"},this.colors[5].rgb),a("span",{key:"bb01da8698315272a78bad8d7258cb79be98446b",class:"f-body-02 w-full"},this.colors[5].cmyk),a("eds-code-block",{key:"f28b072bdb7dc66f3f3be1e922e527a7e3f4bf34",code:this.colors[5].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"027adf31b26154f659c2cd8c9ee935b5886e8419",class:"grid"},a("span",{key:"f74af79724fd67f67ad0433f9390ca022c6788d8",class:"f-body-02"},this.colors[5].pantoneC),a("span",{key:"87262b14ffcda0153b37a5090b25e58b7c71c5dd",class:"f-body-02"},this.colors[5].pantoneU))))))}},t=class{constructor(a){e(this,a),this.colors=[{rgb:"R20 G20 B20",cmyk:"C78 M69 Y61 K87",hex:"#141414",pantoneC:"",pantoneU:"",background:"#141414"},{rgb:"R56 G56 B56",cmyk:"C68 M58 Y55 K63",hex:"#383838",pantoneC:"PANTONE 447 C",pantoneU:"PANTONE Neutral Black U",background:"#383838"},{rgb:"R204 G204 B204",cmyk:"C23 M17 Y18 K0",hex:"#CCCCCC",pantoneC:"PANTONE Cool Gray 2 C",pantoneU:"PANTONE Cool Gray 2 U",background:"linear-gradient(to bottom, #CCCCCC, #CCCCCC)"},{rgb:"R230 G230 B230",cmyk:"C12 M8 Y9 K0",hex:"#E6E6E6",pantoneC:"PANTONE 663 C",pantoneU:"PANTONE 649 U",background:"linear-gradient(to bottom, #CCCCCC, #E6E6E6)"},{rgb:"R255 G255 B255",cmyk:"C0 M0 Y0 K0",hex:"#FFFFFF",pantoneC:"",pantoneU:"",background:"#FFFFFF"}]}render(){return a("ul",{key:"54a1927a8b5d68b7ef0cda7e1b7d673b33605a3c",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},a("li",{key:"25d63af647cab86f74bb7fb261836f5938beb0c8",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"3a39fde1fd70cf8c456c9032ae0458976fd4e289",class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:this.colors[0].background}},a("div",{key:"0d2bcd0138973145c717725c79b6a2f4ff290b97",class:"grid"},a("span",{key:"31c920216944da65a446f6c7d3037aee600e71d8",class:"f-body-02"},this.colors[0].rgb),a("span",{key:"838ab2e1e8664243e32726ab03539a4f32b32cf4",class:"f-body-02 w-full"},this.colors[0].cmyk),a("eds-code-block",{key:"2f8a24075e0fe1d2a6fda01fb97b4cf49f85277f",code:this.colors[0].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"8482d6666b68cd1ceb866e1cbdd0d88343cf79da",class:"grid"},a("span",{key:"e3ba3599b4e5743691c35a28358f0050de18d32a",class:"f-body-02"},this.colors[0].pantoneC||"N/A"),a("span",{key:"c3ac3af17201effeb89b017a334c9ac0b0d62ddf",class:"f-body-02"},this.colors[0].pantoneU||"N/A")))),a("li",{key:"447e0a60ef726347ec1f4f540f6de7747a450845",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"fd922845d2aa3f66fde4d7fcf9f5b2416332fe9c",class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:this.colors[1].background}},a("div",{key:"bcf9ff063b3c130e8f7e24247f032a9f9fa40bb6",class:"grid"},a("span",{key:"0bcea7730d9f34ac44544cd1bc3bfa3b8ca361cf",class:"f-body-02"},this.colors[1].rgb),a("span",{key:"9c5169394a89f4ba2adbb0ac2576bd885443aac3",class:"f-body-02 w-full"},this.colors[1].cmyk),a("eds-code-block",{key:"c50e9ba110494a1a0e9df18a081f02cb86c700c4",code:this.colors[1].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"365655cca2301d94a52f859fa9527ae5c0ef1ece",class:"grid"},a("span",{key:"088fca6cf72c8c74244d9a6e19c7ec083c8a6711",class:"f-body-02"},this.colors[1].pantoneC||"N/A"),a("span",{key:"b33043ed7e2ff751be0d3c229324369aeacd8f1e",class:"f-body-02"},this.colors[1].pantoneU||"N/A")))),a("li",{key:"3b619a6a67d31ea7b358b59a147f36bfe35c4323",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"21b63edaebce5e4fdd10e6ad2ffaf31597d748f6",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[2].background}},a("div",{key:"f6d5d058b645af61eebb8f6a7b2369e4c95c31fb",class:"grid"},a("span",{key:"b7b1101ac321600f6218cbc4371d9219b9aef016",class:"f-body-02"},this.colors[2].rgb),a("span",{key:"2debc8469b2d82c0550f1173bb4f0c1cdf33a7e0",class:"f-body-02 w-full"},this.colors[2].cmyk),a("eds-code-block",{key:"90753985397844a6cabeee1b0ac5b32a84f59ed1",code:this.colors[2].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"f46c245f70973cd91992a8f9ec47e57997345c5c",class:"grid"},a("span",{key:"7c7eb23f1312208b313cd2a2bd5c5a5af2e7cdd3",class:"f-body-02"},this.colors[2].pantoneC),a("span",{key:"47c19d9a120cedc5c2bbbd385efa2e91ad4fd8e8",class:"f-body-02"},this.colors[2].pantoneU))),a("div",{key:"dcbc1b771bea1166bbbb0ed0e6fcd2d1aaa53b7f",class:"effect-height flex items-center justify-between p-16",style:{background:this.colors[3].background}},a("div",{key:"55dff4711f054b364df8a03381f768e93cd1b62a",class:"grid"},a("span",{key:"3880f0ea82be335c750ed4553583bc87b7ca04cc",class:"f-body-02"},this.colors[3].rgb),a("span",{key:"6952cfb758d707b3376032f1d997253c1edc9962",class:"f-body-02 w-full"},this.colors[3].cmyk),a("eds-code-block",{key:"9e0bc4a1d79c41bfaa315fd3053752c4eda3cd18",code:this.colors[3].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"9561d012cfbe411eac373f768893cc304b2e6138",class:"grid"},a("span",{key:"e90d3b590653807e22697395397ac89be9f52b90",class:"f-body-02"},this.colors[3].pantoneC),a("span",{key:"ffd2be0e5f7ff3b72a73697e0ca2f92c7e9cc0a5",class:"f-body-02"},this.colors[3].pantoneU)))),a("li",{key:"e963dd45ee5a8f52348e1b2a331df6af94f90f5f",class:"grid-col-span-12 md:grid-col-span-6 flex flex-col"},a("div",{key:"0586094b065fdfa034096ef7e1eb95c6a26c41fc",class:"effect-height flex items-center justify-between p-16",style:{backgroundColor:this.colors[4].background}},a("div",{key:"6acfe9a84d72f0327c3eff6c44a616918fa627d3",class:"grid"},a("span",{key:"c3175b931ff1cc3365dbf1cdd548b550aaf662a3",class:"f-body-02"},this.colors[4].rgb),a("span",{key:"42d1daa0c16dcceb7341c015b912e0ea27874282",class:"f-body-02 w-full"},this.colors[4].cmyk),a("eds-code-block",{key:"56b32e9ba42ec77e3ba6263f27b78229996ce983",code:this.colors[4].hex,style:{minWidth:"150px",marginRight:"5px"}})),a("div",{key:"89226a45ae2cf148134d550d0507a3563978e1bd",class:"grid"},a("span",{key:"6f9c4d6da4d4c3fe6ae8039291e6cd9c06635c24",class:"f-body-02"},this.colors[4].pantoneC||"N/A"),a("span",{key:"9b44fcec2f83ecaa9fb5a1b298bab55fce503e91",class:"f-body-02"},this.colors[4].pantoneU||"N/A")))))}};export{c as color_primary_palette,d as color_secondary_palette,s as color_support_palette,b as gradient_primary_palette,f as gradient_secondary_palette,t as gradient_support_palette}
@@ -0,0 +1,2 @@
1
+ var e=Object.defineProperty,t=new WeakMap,n=e=>t.get(e),l=(e,n)=>t.set(n.t=e,n),o=(e,t)=>t in e,s=(e,t)=>(0,console.error)(e,t),i=new Map,r=new Map,c="s-id",u="c-id",a="slot-fb{display:contents}slot-fb[hidden]{display:none}",f="http://www.w3.org/1999/xlink",$="undefined"!=typeof window?window:{},d=$.document||{head:{}},h={l:0,o:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,l)=>e.addEventListener(t,n,l),rel:(e,t,n,l)=>e.removeEventListener(t,n,l),ce:(e,t)=>new CustomEvent(e,t)},p=e=>Promise.resolve(e),m=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),y=!1,v=[],w=[],b=(e,t)=>n=>{e.push(n),y||(y=!0,t&&4&h.l?S(k):h.raf(k))},g=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){s(e)}e.length=0},k=()=>{g(v),g(w),(y=v.length>0)&&h.raf(k)},S=e=>p().then(e),j=b(w,!0),O={},x=e=>"object"==(e=typeof e)||"function"===e;function E(e){var t,n,l;return null!=(l=null==(n=null==(t=e.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?l:void 0}((t,n)=>{for(var l in n)e(t,l,{get:n[l],enumerable:!0})})({},{err:()=>M,map:()=>P,ok:()=>C,unwrap:()=>D,unwrapErr:()=>H});var C=e=>({isOk:!0,isErr:!1,value:e}),M=e=>({isOk:!1,isErr:!0,value:e});function P(e,t){if(e.isOk){const n=t(e.value);return n instanceof Promise?n.then((e=>C(e))):C(n)}if(e.isErr)return M(e.value);throw"should never get here"}var A,D=e=>{if(e.isOk)return e.value;throw e.value},H=e=>{if(e.isErr)return e.value;throw e.value},I=(e,t,...n)=>{let l=null,o=null,s=!1,i=!1;const r=[],c=t=>{for(let n=0;n<t.length;n++)l=t[n],Array.isArray(l)?c(l):null!=l&&"boolean"!=typeof l&&((s="function"!=typeof e&&!x(l))&&(l+=""),s&&i?r[r.length-1].i+=l:r.push(s?L(null,l):l),i=s)};if(c(n),t){t.key&&(o=t.key);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}if("function"==typeof e)return e(null===t?{}:t,r,T);const u=L(e,null);return u.u=t,r.length>0&&(u.$=r),u.h=o,u},L=(e,t)=>({l:0,p:e,i:t,m:null,$:null,u:null,h:null}),R={},T={forEach:(e,t)=>e.map(U).forEach(t),map:(e,t)=>e.map(U).map(t).map(F)},U=e=>({vattrs:e.u,vchildren:e.$,vkey:e.h,vname:e.v,vtag:e.p,vtext:e.i}),F=e=>{if("function"==typeof e.vtag){const t={...e.vattrs};return e.vkey&&(t.key=e.vkey),e.vname&&(t.name=e.vname),I(e.vtag,t,...e.vchildren||[])}const t=L(e.vtag,e.vtext);return t.u=e.vattrs,t.$=e.vchildren,t.h=e.vkey,t.v=e.vname,t},N=(e,t,n,l,o,s,i)=>{let r,c,a,f;if(1===s.nodeType){if(r=s.getAttribute(u),r&&(c=r.split("."),c[0]!==i&&"0"!==c[0]||(a={l:0,k:c[0],S:c[1],j:c[2],O:c[3],p:s.tagName.toLowerCase(),m:s,u:null,$:null,h:null,v:null,i:null},t.push(a),s.removeAttribute(u),e.$||(e.$=[]),e.$[a.O]=a,e=a,l&&"0"===a.j&&(l[a.O]=a.m))),s.shadowRoot)for(f=s.shadowRoot.childNodes.length-1;f>=0;f--)N(e,t,n,l,o,s.shadowRoot.childNodes[f],i);for(f=s.childNodes.length-1;f>=0;f--)N(e,t,n,l,o,s.childNodes[f],i)}else if(8===s.nodeType)c=s.nodeValue.split("."),c[1]!==i&&"0"!==c[1]||(r=c[0],a={l:0,k:c[1],S:c[2],j:c[3],O:c[4],m:s,u:null,$:null,h:null,v:null,p:null,i:null},"t"===r?(a.m=s.nextSibling,a.m&&3===a.m.nodeType&&(a.i=a.m.textContent,t.push(a),s.remove(),e.$||(e.$=[]),e.$[a.O]=a,l&&"0"===a.j&&(l[a.O]=a.m))):a.k===i&&("s"===r?(a.p="slot",s["s-sn"]=c[5]?a.v=c[5]:"",s["s-sr"]=!0,l&&(a.m=d.createElement(a.p),a.v&&a.m.setAttribute("name",a.v),s.parentNode.insertBefore(a.m,s),s.remove(),"0"===a.j&&(l[a.O]=a.m)),n.push(a),e.$||(e.$=[]),e.$[a.O]=a):"r"===r&&l&&s.remove()));else if(e&&"style"===e.p){const t=L(null,s.textContent);t.m=s,t.O="0",e.$=[t]}},W=(e,t)=>{if(1===e.nodeType){let n=0;if(e.shadowRoot)for(;n<e.shadowRoot.childNodes.length;n++)W(e.shadowRoot.childNodes[n],t);for(n=0;n<e.childNodes.length;n++)W(e.childNodes[n],t)}else if(8===e.nodeType){const n=e.nodeValue.split(".");"o"===n[0]&&(t.set(n[1]+"."+n[2],e),e.nodeValue="",e["s-en"]=n[3])}},q=e=>n(e).$hostElement$,G=(e,t,n)=>{const l=q(e);return{emit:e=>V(l,t,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:e})}},V=(e,t,n)=>{const l=h.ce(t,n);return e.dispatchEvent(l),l},_=new WeakMap,z=(e,t)=>{var n;const l=B(t),o=r.get(l);if(e=11===e.nodeType?e:d,o)if("string"==typeof o){let s,i=_.get(e=e.head||e);if(i||_.set(e,i=new Set),!i.has(l)){if(e.host&&(s=e.querySelector(`[sty-id="${l}"]`)))s.innerHTML=o;else{s=d.createElement("style"),s.innerHTML=o;const l=null!=(n=h.C)?n:E(d);if(null!=l&&s.setAttribute("nonce",l),!(1&t.l))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),n=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(s,n)}else"host"in e?e.prepend(s):e.append(s);1&t.l&&"HEAD"!==e.nodeName&&e.insertBefore(s,null)}4&t.l&&(s.innerHTML+=a),i&&i.add(l)}}else e.adoptedStyleSheets.includes(o)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,o]);return l},B=e=>"sc-"+e.M,J=(e,t,n,l,s,i)=>{if(n!==l){let r=o(e,t),c=t.toLowerCase();if("class"===t){const t=e.classList,o=Q(n),s=Q(l);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("style"===t){for(const t in n)l&&null!=l[t]||(t.includes("-")?e.style.removeProperty(t):e.style[t]="");for(const t in l)n&&l[t]===n[t]||(t.includes("-")?e.style.setProperty(t,l[t]):e.style[t]=l[t])}else if("key"===t);else if("ref"===t)l&&l(e);else if(r||"o"!==t[0]||"n"!==t[1]){const o=x(l);if((r||o&&null!==l)&&!s)try{if(e.tagName.includes("-"))e[t]=l;else{const o=null==l?"":l;"list"===t?r=!1:null!=n&&e[t]==o||("function"==typeof e.__lookupSetter__(t)?e[t]=o:e.setAttribute(t,o))}}catch(e){}let u=!1;c!==(c=c.replace(/^xlink\:?/,""))&&(t=c,u=!0),null==l||!1===l?!1===l&&""!==e.getAttribute(t)||(u?e.removeAttributeNS(f,t):e.removeAttribute(t)):(!r||4&i||s)&&!o&&(l=!0===l?"":l,u?e.setAttributeNS(f,t,l):e.setAttribute(t,l))}else if(t="-"===t[2]?t.slice(3):o($,c)?c.slice(2):c[2]+t.slice(3),n||l){const o=t.endsWith(X);t=t.replace(Y,""),n&&h.rel(e,t,n,o),l&&h.ael(e,t,l,o)}}},K=/\s/,Q=e=>e?e.split(K):[],X="Capture",Y=RegExp(X+"$"),Z=(e,t,n)=>{const l=11===t.m.nodeType&&t.m.host?t.m.host:t.m,o=e&&e.u||O,s=t.u||O;for(const e of ee(Object.keys(o)))e in s||J(l,e,o[e],void 0,n,t.l);for(const e of ee(Object.keys(s)))J(l,e,o[e],s[e],n,t.l)};function ee(e){return e.includes("ref")?[...e.filter((e=>"ref"!==e)),"ref"]:e}var te=!1,ne=!1,le=(e,t,n)=>{const l=t.$[n];let o,s,i=0;if(null!==l.i)o=l.m=d.createTextNode(l.i);else{if(ne||(ne="svg"===l.p),o=l.m=d.createElementNS(ne?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",l.p),ne&&"foreignObject"===l.p&&(ne=!1),Z(null,l,ne),o.getRootNode().querySelector("body"),l.$)for(i=0;i<l.$.length;++i)s=le(e,l,i),s&&o.appendChild(s);"svg"===l.p?ne=!1:"foreignObject"===o.tagName&&(ne=!0)}return o["s-hn"]=A,o},oe=(e,t,n,l,o,s)=>{let i,r=e;for(r.shadowRoot&&r.tagName===A&&(r=r.shadowRoot);o<=s;++o)l[o]&&(i=le(null,n,o),i&&(l[o].m=i,ue(r,i,t)))},se=(e,t,n)=>{for(let l=t;l<=n;++l){const t=e[l];if(t){const e=t.m;ce(t),e&&e.remove()}}},ie=(e,t,n=!1)=>e.p===t.p&&(!!n||e.h===t.h),re=(e,t,n=!1)=>{const l=t.m=e.m,o=e.$,s=t.$,i=t.p,r=t.i;null===r?(ne="svg"===i||"foreignObject"!==i&&ne,("slot"!==i||te)&&Z(e,t,ne),null!==o&&null!==s?((e,t,n,l,o=!1)=>{let s,i,r=0,c=0,u=0,a=0,f=t.length-1,$=t[0],d=t[f],h=l.length-1,p=l[0],m=l[h];for(;r<=f&&c<=h;)if(null==$)$=t[++r];else if(null==d)d=t[--f];else if(null==p)p=l[++c];else if(null==m)m=l[--h];else if(ie($,p,o))re($,p,o),$=t[++r],p=l[++c];else if(ie(d,m,o))re(d,m,o),d=t[--f],m=l[--h];else if(ie($,m,o))re($,m,o),ue(e,$.m,d.m.nextSibling),$=t[++r],m=l[--h];else if(ie(d,p,o))re(d,p,o),ue(e,d.m,$.m),d=t[--f],p=l[++c];else{for(u=-1,a=r;a<=f;++a)if(t[a]&&null!==t[a].h&&t[a].h===p.h){u=a;break}u>=0?(i=t[u],i.p!==p.p?s=le(t&&t[c],n,u):(re(i,p,o),t[u]=void 0,s=i.m),p=l[++c]):(s=le(t&&t[c],n,c),p=l[++c]),s&&ue($.m.parentNode,s,$.m)}r>f?oe(e,null==l[h+1]?null:l[h+1].m,n,l,c,h):c>h&&se(t,r,f)})(l,o,t,s,n):null!==s?(null!==e.i&&(l.textContent=""),oe(l,null,t,s,0,s.length-1)):!n&&null!==o&&se(o,0,o.length-1),ne&&"svg"===i&&(ne=!1)):e.i!==r&&(l.data=r)},ce=e=>{e.u&&e.u.ref&&e.u.ref(null),e.$&&e.$.map(ce)},ue=(e,t,n)=>null==e?void 0:e.insertBefore(t,n),ae=(e,t)=>{t&&!e.P&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.P=t)))},fe=(e,t)=>{if(e.l|=16,!(4&e.l))return ae(e,e.A),j((()=>$e(e,t)));e.l|=512},$e=(e,t)=>{const n=e.t;if(!n)throw Error(`Can't render component <${e.$hostElement$.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let l;return t&&(e.l|=256,e.D&&(e.D.map((([e,t])=>we(n,e,t))),e.D=void 0),l=we(n,"componentWillLoad")),de(l,(()=>pe(e,n,t)))},de=(e,t)=>he(e)?e.then(t).catch((e=>{console.error(e),t()})):t(),he=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,pe=async(e,t,n)=>{var l;const o=e.$hostElement$,s=o["s-rc"];n&&(e=>{const t=e.H,n=e.$hostElement$,l=t.l,o=z(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&l&&2&l&&(n["s-sc"]=o,n.classList.add(o+"-h"))})(e);me(e,t,o,n),s&&(s.map((e=>e())),o["s-rc"]=void 0);{const t=null!=(l=o["s-p"])?l:[],n=()=>ye(e);0===t.length?n():(Promise.all(t).then(n),e.l|=4,t.length=0)}},me=(e,t,n,l)=>{try{t=t.render(),e.l&=-17,e.l|=2,((e,t,n=!1)=>{const l=e.$hostElement$,o=e.H,s=e.I||L(null,null),i=(e=>e&&e.p===R)(t)?t:I(null,null,t);if(A=l.tagName,o.L&&(i.u=i.u||{},o.L.map((([e,t])=>i.u[t]=l[e]))),n&&i.u)for(const e of Object.keys(i.u))l.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(i.u[e]=l[e]);i.p=null,i.l|=4,e.I=i,i.m=s.m=l.shadowRoot||l,te=!!(1&o.l),re(s,i,n)})(e,t,l)}catch(t){s(t,e.$hostElement$)}return null},ye=e=>{const t=e.$hostElement$,n=e.t,l=e.A;64&e.l?we(n,"componentDidUpdate"):(e.l|=64,be(t),we(n,"componentDidLoad"),e.R(t),l||ve()),e.T(t),e.P&&(e.P(),e.P=void 0),512&e.l&&S((()=>fe(e,!1))),e.l&=-517},ve=()=>{be(d.documentElement),S((()=>V($,"appload",{detail:{namespace:"components"}})))},we=(e,t,n)=>{if(e&&e[t])try{return e[t](n)}catch(e){s(e)}},be=e=>e.classList.add("hydrated"),ge=(e,t,l)=>{var o,i;const r=e.prototype;if(t.U||t.F||e.watchers){e.watchers&&!t.F&&(t.F=e.watchers);const c=Object.entries(null!=(o=t.U)?o:{});if(c.map((([e,[o]])=>{31&o||2&l&&32&o?Object.defineProperty(r,e,{get(){return((e,t)=>n(this).N.get(t))(0,e)},set(l){((e,t,l,o)=>{const i=n(e);if(!i)throw Error(`Couldn't find host element for "${o.M}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`);const r=i.$hostElement$,c=i.N.get(t),u=i.l,a=i.t;if(l=((e,t)=>null==e||x(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?parseFloat(e):1&t?e+"":e)(l,o.U[t][0]),(!(8&u)||void 0===c)&&l!==c&&(!Number.isNaN(c)||!Number.isNaN(l))&&(i.N.set(t,l),a)){if(o.F&&128&u){const e=o.F[t];e&&e.map((e=>{try{a[e](l,c,t)}catch(e){s(e,r)}}))}2==(18&u)&&fe(i,!1)}})(this,e,l,t)},configurable:!0,enumerable:!0}):1&l&&64&o&&Object.defineProperty(r,e,{value(...t){var l;const o=n(this);return null==(l=null==o?void 0:o.W)?void 0:l.then((()=>{var n;return null==(n=o.t)?void 0:n[e](...t)}))}})})),1&l){const l=new Map;r.attributeChangedCallback=function(e,o,s){h.jmp((()=>{var i;const c=l.get(e);if(this.hasOwnProperty(c))s=this[c],delete this[c];else{if(r.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const l=n(this),r=null==l?void 0:l.l;if(r&&!(8&r)&&128&r&&s!==o){const n=l.t,r=null==(i=t.F)?void 0:i[e];null==r||r.forEach((t=>{null!=n[t]&&n[t].call(n,s,o,e)}))}return}}this[c]=(null!==s||"boolean"!=typeof this[c])&&s}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(i=t.F)?i:{}),...c.filter((([e,t])=>15&t[0])).map((([e,n])=>{var o;const s=n[1]||e;return l.set(s,e),512&n[0]&&(null==(o=t.L)||o.push([e,s])),s}))]))}}return e},ke=e=>{we(e,"connectedCallback")},Se=e=>{if(!(1&h.l)){const t=n(e),l=t.H,o=()=>{};if(1&t.l)xe(e,t,l.q),(null==t?void 0:t.t)?ke(t.t):(null==t?void 0:t.G)&&t.G.then((()=>ke(t.t)));else{let n;if(t.l|=1,n=e.getAttribute(c),n){if(1&l.l){const t=z(e.shadowRoot,l);e.classList.remove(t+"-h",t+"-s")}((e,t,n,l)=>{const o=e.shadowRoot,s=[],i=o?[]:null,r=l.I=L(t,null);h.V||W(d.body,h.V=new Map),e[c]=n,e.removeAttribute(c),N(r,s,[],i,e,e,n),s.map((e=>{const n=e.k+"."+e.S,l=h.V.get(n),s=e.m;l&&""===l["s-en"]&&l.parentNode.insertBefore(s,l.nextSibling),o||(s["s-hn"]=t,l&&(s["s-ol"]=l,s["s-ol"]["s-nr"]=s)),h.V.delete(n)})),o&&i.map((e=>{e&&o.appendChild(e)}))})(e,l.M,n,t)}{let n=e;for(;n=n.parentNode||n.host;)if(1===n.nodeType&&n.hasAttribute("s-id")&&n["s-p"]||n["s-p"]){ae(t,t.A=n);break}}l.U&&Object.entries(l.U).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),(async(e,t,n)=>{let l;if(!(32&t.l)){if(t.l|=32,n._){const e=(e=>{const t=e.M.replace(/-/g,"_"),n=e._;if(!n)return;const l=i.get(n);return l?l[t]:import(`./${n}.entry.js`).then((e=>(i.set(n,e),e[t])),s)
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(n);if(e&&"then"in e){const t=()=>{};l=await e,t()}else l=e;if(!l)throw Error(`Constructor for "${n.M}#${t.B}" was not found`);l.isProxied||(n.F=l.watchers,ge(l,n,2),l.isProxied=!0);const o=()=>{};t.l|=8;try{new l(t)}catch(e){s(e)}t.l&=-9,t.l|=128,o(),ke(t.t)}else l=e.constructor,customElements.whenDefined(e.localName).then((()=>t.l|=128));if(l&&l.style){let e;"string"==typeof l.style&&(e=l.style);const t=B(n);if(!r.has(t)){const l=()=>{};((e,t,n)=>{let l=r.get(e);m&&n?(l=l||new CSSStyleSheet,"string"==typeof l?l=t:l.replaceSync(t)):l=t,r.set(e,l)})(t,e,!!(1&n.l)),l()}}}const o=t.A,c=()=>fe(t,!0);o&&o["s-rc"]?o["s-rc"].push(c):c()})(e,t,l)}o()}},je=e=>{we(e,"disconnectedCallback")},Oe=(e,l={})=>{var o;const s=[],i=l.exclude||[],r=$.customElements,c=d.head,u=c.querySelector("meta[charset]"),f=d.createElement("style"),p=[];let m,y=!0;Object.assign(h,l),h.o=new URL(l.resourcesUrl||"./",d.baseURI).href,h.l|=2;let v=!1;if(e.map((e=>{e[1].map((l=>{var o;const c={l:l[0],M:l[1],U:l[2],q:l[3]};4&c.l&&(v=!0),c.U=l[2],c.q=l[3],c.L=[],c.F=null!=(o=l[4])?o:{};const u=c.M,a=class extends HTMLElement{constructor(e){if(super(e),this.hasRegisteredEventListeners=!1,((e,n)=>{const l={l:0,$hostElement$:e,H:n,N:new Map};l.W=new Promise((e=>l.T=e)),l.G=new Promise((e=>l.R=e)),e["s-p"]=[],e["s-rc"]=[],t.set(e,l)})(e=this,c),1&c.l)if(e.shadowRoot){if("open"!==e.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${c.M}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else e.attachShadow({mode:"open"})}connectedCallback(){const e=n(this);this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0,xe(this,e,c.q)),m&&(clearTimeout(m),m=null),y?p.push(this):h.jmp((()=>Se(this)))}disconnectedCallback(){h.jmp((()=>(async()=>{if(!(1&h.l)){const e=n(this);e.J&&(e.J.map((e=>e())),e.J=void 0),(null==e?void 0:e.t)?je(e.t):(null==e?void 0:e.G)&&e.G.then((()=>je(e.t)))}})()))}componentOnReady(){return n(this).G}};c._=e[0],i.includes(u)||r.get(u)||(s.push(u),r.define(u,ge(a,c,1)))}))})),s.length>0&&(v&&(f.textContent+=a),f.textContent+=s.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",f.innerHTML.length)){f.setAttribute("data-styles","");const e=null!=(o=h.C)?o:E(d);null!=e&&f.setAttribute("nonce",e),c.insertBefore(f,u?u.nextSibling:c.firstChild)}y=!1,p.length?p.map((e=>e.connectedCallback())):h.jmp((()=>m=setTimeout(ve,30)))},xe=(e,t,n)=>{n&&n.map((([n,l,o])=>{const s=Ce(e,n),i=Ee(t,o),r=Me(n);h.ael(s,l,i,r),(t.J=t.J||[]).push((()=>h.rel(s,l,i,r)))}))},Ee=(e,t)=>n=>{var l;try{256&e.l?null==(l=e.t)||l[t](n):(e.D=e.D||[]).push([t,n])}catch(e){s(e)}},Ce=(e,t)=>8&t?$:16&t?d.body:e,Me=e=>({passive:!!(1&e),capture:!!(2&e)}),Pe=e=>h.C=e;export{R as H,Oe as b,G as c,q as g,I as h,p,l as r,Pe as s}
@@ -0,0 +1 @@
1
+ const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <circle cx="4" cy="10" r="2" fill="currentColor" />\n <circle cx="10" cy="10" r="2" fill="currentColor" />\n <circle cx="16" cy="10" r="2" fill="currentColor" />\n </svg>';export{n as m}
@@ -0,0 +1 @@
1
+ import{r as s,h as r}from"./p-28ae3f3a.js";import{u as a}from"./p-d962849c.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"a9145c4e133746c314a1ee34d36a5f19f3686565",class:this.class,innerHTML:a})}};export{e as eds_icon_unknown}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,g as a}from"./p-28ae3f3a.js";import{p as r}from"./p-69c5074b.js";const s=class{constructor(t){e(this,t),this.events=void 0,this.selectedEvent=null,this.parsedEvents=[]}parseEvents(e){const t=r(e);this.parsedEvents=Array.isArray(t)?t.map((e=>Object.assign(Object.assign({},e),{completed:"true"===e.completed||!0===e.completed}))):[]}componentWillLoad(){this.parseEvents(this.events)}componentDidLoad(){this.el.querySelectorAll("eds-card-generic").forEach((e=>{this.emitContext(e)}))}emitContext(e){const t=new CustomEvent("parentContext",{detail:{componentName:this.el.tagName.toLowerCase(),identifier:null}});e.dispatchEvent(t)}handleEventClick(e){this.selectedEvent=e,this.modalRef&&"function"==typeof this.modalRef.open&&this.modalRef.open()}render(){return t("div",{key:"63ce0ce7e3a632906f664011243abf9f816bc53a",class:"max-w-sidebar mx-auto px-4 py-8"},t("div",{key:"794d16f6b68d87bb1fb4665cc5ef84b381fb55ea",class:"relative"},t("div",{key:"2b82b5594a9ed5c056898725f40e56858282412a",class:"absolute w-4 left-1/2 transform -translate-x-1/2 bg-strong h-full z-0"}),t("div",{key:"6d33b71396649e7b90d050c0858912fa49c309a7",class:"space-y-16"},this.parsedEvents.map(((e,a)=>t("div",{class:"relative flex"},t("div",{class:"w-1/2 "+(a%2==0?"pr-4":"")},a%2==0&&t("eds-card-generic",{cardTitle:e.title,url:"#",description:e.description,"heading-level":"h2",tiny:!0,bg:!e.completed,"with-hover":"false",tags:JSON.stringify(e.completed?[{label:"completed",style:"accent"}]:[{label:"pending",style:"default"}]),onClick:()=>this.handleEventClick(e)})),t("div",{class:"flex items-center justify-center relative"},t("div",e.completed?{class:"w-32 h-32 bg-accent rounded-full shadow flex items-center justify-center"}:{class:"w-32 h-32 bg-strong rounded-full shadow flex items-center justify-center"})),t("div",{class:"w-1/2 "+(a%2!=0?"pl-4":"")},a%2!=0&&t("eds-card-generic",{cardTitle:e.title,url:"#",description:e.description,"heading-level":"h2",tiny:!0,bg:!e.completed,"with-hover":"false",tags:JSON.stringify(e.completed?[{label:"completed",style:"accent"}]:[{label:"pending",style:"default"}]),onClick:()=>this.handleEventClick(e)}))))))))}get el(){return a(this)}static get watchers(){return{events:["parseEvents"]}}};s.style=".max-w-sidebar{max-width:1224px}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:0.25rem;padding-right:0.25rem}.py-8{padding-top:0.5rem;padding-bottom:0.5rem}.relative{position:relative}.absolute{position:absolute}.flex{display:flex}.w-4{width:0.25rem}.pr-4{padding-right:0.25rem}.pl-4{padding-left:0.25rem}.w-1\\/2{width:50%}.left-1\\/2{left:50%}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-1\\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.bg-strong{background-color:var(--grey-700)}.h-full{height:100%}.z-0{z-index:0}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.items-center{align-items:center}.justify-center{justify-content:center}.w-32{width:2rem}.h-32{height:2rem}.bg-accent{background-color:var(--green-500)}.rounded-full{border-radius:9999px}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}";export{s as eds_timeline}
@@ -0,0 +1 @@
1
+ import{r as t,h as e,g as r}from"./p-28ae3f3a.js";import{c as i}from"./p-112122d6.js";const a=i(["relative right-4 bottom-4 w-auto p-12 rounded-lg shadow-md"],{variants:{intent:{default:"bg-dark text-light",success:"bg-success text-dark",error:"bg-error text-light",warning:"bg-warning text-dark"}},defaultVariants:{intent:"default"}}),o=class{constructor(e){t(this,e),this.dismissToast=()=>{this.visible=!1},this.message=void 0,this.intent="default",this.duration=void 0,this.visible=!0}componentDidLoad(){const t=this.el.shadowRoot.querySelector("eds-button");this.emitContext(t)}emitContext(t){const e=new CustomEvent("parentContext",{detail:{componentName:this.el.tagName.toLowerCase(),identifier:null}});t.dispatchEvent(e)}connectedCallback(){this.duration&&this.duration>0&&(this.dismissTimeout=setTimeout(this.dismissToast,this.duration))}disconnectedCallback(){clearTimeout(this.dismissTimeout)}render(){if(!this.visible)return null;const t=a({intent:this.intent});return e("div",{class:t,role:"alert","aria-live":"assertive"},e("div",{class:"flex items-center justify-between gap-4"},e("span",{class:"f-ui-01"},this.message),e("eds-button",{intent:"tertiary",icon:"close","aria-label":"Close Toast",onClick:()=>this.dismissToast(),"extra-class":"ml-8"})))}get el(){return r(this)}};o.style=".relative{position:relative}.right-4{right:0.25rem}.bottom-4{bottom:0.25rem}.w-auto{width:auto}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:0.25rem}.f-ui-01{font-family:var(--f-ui-01-fontFamily);font-weight:var(--f-ui-01-fontWeight);font-size:var(--f-ui-01-fontSize);line-height:var(--f-ui-01-lineHeight);letter-spacing:var(--f-ui-01-letterSpacing)}.ml-8{margin-left:0.5rem}.p-12{padding:0.75rem}.rounded-lg{border-radius:16px}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),\n 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),\n var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.bg-dark{background-color:var(--grey-300)}.bg-success{background-color:var(--green-200)}.bg-error{background-color:var(--red-200)}.bg-warning{background-color:var(--yellow-200)}.text-light{color:var(--grey-700)}.text-current{color:currentColor}.text-default{color:var(--black)}";export{o as eds_toast}
@@ -0,0 +1 @@
1
+ const t='<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5858 3H17V9.41421L14.5 6.91421L8.70712 12.7071L7.29291 11.2929L13.0858 5.5L10.5858 3Z" fill="currentColor"></path><path d="M8 4H5C3.89543 4 3 4.89543 3 6V15C3 16.1046 3.89543 17 5 17H14C15.1046 17 16 16.1046 16 15V12H14V15H5V6H8V4Z" fill="currentColor"></path></svg>';export{t as a}
@@ -0,0 +1 @@
1
+ import{r as e,h as t}from"./p-28ae3f3a.js";const s={"1x1":"1/1","21x9":"21/9","16x9":"16/9","3x2":"3/2","4x3":"4/3","4x5":"4/5"},a=class{constructor(t){e(this,t)}render(){return t("section",{key:"a68e1101a6dfd99b0b48540f96792622b9837efc",class:"w-full"},t("eds-section-core",{key:"1f32847d415fad34b9add511d7bc49907f351fe9",tag:"div","section-title":"Aspect Ratios","heading-level":"h3"},t("ul",{key:"e1dc4d7772bc3cd009458e781f5de0c078f686c0",class:"gap-y-8 md:gap-y-12 lg:gap-y-16"},Object.entries(s).map((([e,s])=>t("li",{class:"grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"},t("div",{class:"container ratio-box flex items-center justify-center text-center border-2 border-soft",style:{aspectRatio:s.replace("/",":"),width:"100%",maxWidth:"300px"}},t("span",{class:"text-default font-bold mr-auto"},"aspect-",e),t("span",{class:"mt-2 text-sm ml-auto"},s))))))))}};export{a as token_ratios}
@@ -0,0 +1 @@
1
+ const C=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M7.03188 17C13.07 17 16.3718 11.999 16.3718 7.66246C16.3718 7.52041 16.3689 7.37901 16.3625 7.23824C17.0035 6.775 17.5606 6.1969 18 5.53882C17.4118 5.80019 16.7789 5.97615 16.1149 6.05549C16.7926 5.64919 17.313 5.00647 17.5584 4.24026C16.9242 4.61617 16.2217 4.88938 15.4739 5.03686C14.8748 4.39894 14.022 4 13.0777 4C11.2649 4 9.7948 5.46972 9.7948 7.28143C9.7948 7.53897 9.8236 7.78947 9.87992 8.02973C7.15157 7.89248 4.73235 6.58656 3.11345 4.60081C2.83153 5.08581 2.66897 5.64919 2.66897 6.25032C2.66897 7.38893 3.2485 8.39412 4.12978 8.98213C3.59122 8.9655 3.08529 8.81769 2.64305 8.57167C2.64257 8.58544 2.64257 8.59887 2.64257 8.61358C2.64257 10.203 3.7741 11.53 5.27619 11.8307C5.00035 11.9059 4.71011 11.9462 4.41059 11.9462C4.19938 11.9462 3.99362 11.9254 3.79362 11.887C4.21154 13.191 5.42339 14.1399 6.86021 14.1665C5.73668 15.0469 4.3213 15.5712 2.78305 15.5712C2.51841 15.5712 2.25696 15.5562 2 15.5258C3.45281 16.4568 5.17795 17 7.03205 17"\n fill="currentColor"\n />\n </svg>';export{C as t}
@@ -0,0 +1 @@
1
+ import{r as s,h as r}from"./p-28ae3f3a.js";import{p as e}from"./p-c1e4ef92.js";const t=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"c9f384bf790dd2eef9b84e757403106209f05c04",class:this.class,innerHTML:e})}};export{t as eds_icon_portal}
@@ -0,0 +1 @@
1
+ const n='<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path d="M10 13L4 7H16L10 13Z" fill="currentColor" />\n </svg>\n';export{n as c}
@@ -0,0 +1 @@
1
+ import{r as s,h as a}from"./p-28ae3f3a.js";import{a as r}from"./p-32e6c4df.js";const e=class{constructor(a){s(this,a),this.class=""}render(){return a("span",{key:"1c7405c12d1741c3dcfe117a04ea4ef5af200590",class:this.class,innerHTML:r})}};export{e as eds_icon_arrow_diagonal}
@@ -0,0 +1 @@
1
+ const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M10.9481 19.9556C16.0263 19.4781 20 15.2031 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 14.7129 3.26027 18.6643 7.64847 19.722V12.0931H6V9.36828H7.64847V7.73228C7.64847 5.50935 8.5793 4.1875 11.2239 4.1875H13.4256V6.91266H12.0494C11.0199 6.91266 10.9518 7.29347 10.9518 8.00415L10.9481 9.36797H13.4412L13.1494 12.0928H10.9481V19.9556Z"\n fill="currentColor"\n />\n </svg>';export{n as f}
@@ -0,0 +1 @@
1
+ import{r as e,h as t}from"./p-28ae3f3a.js";const i={sans:"Inter, Helvetica, Arial, sans-serif"},n={"heading-01":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"42px",lineHeight:"100%",letterSpacing:"-0.01em"},md:{fontSize:"48px"},lg:{fontSize:"72px"},xl:{fontSize:"83px"}},"heading-02":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"36px",lineHeight:"100%",letterSpacing:"-0.01em"},lg:{fontSize:"48px"},xl:{fontSize:"60px"}},"heading-03":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"36px",lineHeight:"100%",letterSpacing:"-0.01em"},xl:{fontSize:"42px"}},"heading-04":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"28px",lineHeight:"100%",letterSpacing:"-0.01em"},xl:{fontSize:"36px"}},"heading-05":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"28px",lineHeight:"110%",letterSpacing:"-0.01em"}},"heading-06":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"22px",lineHeight:"120%"}},"body-01":{sm:{fontFamily:"var(--sans)",fontWeight:600,fontSize:"20px",lineHeight:"140%",letterSpacing:"-0.01em"}},"body-02":{sm:{fontFamily:"var(--sans)",fontWeight:600,fontSize:"17px",lineHeight:"150%"}},"ui-01":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"18px",lineHeight:"110%",letterSpacing:"-0.01em"}},"ui-02":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"16px",lineHeight:"110%",letterSpacing:"-0.01em"}},"ui-02-light":{sm:{fontFamily:"var(--sans)",fontWeight:600,fontSize:"16px",lineHeight:"110%",letterSpacing:"-0.01em"}},"ui-03":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"14px",lineHeight:"110%",letterSpacing:"-0.01em"}},"ui-03-light":{sm:{fontFamily:"var(--sans)",fontWeight:600,fontSize:"14px",lineHeight:"130%",letterSpacing:"-0.01em"}},"ui-04":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"12px",lineHeight:"100%",letterSpacing:"-0.01em"}},"ui-05":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"10px",lineHeight:"110%",letterSpacing:"-0.01em"}},caption:{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"12px",lineHeight:"120%"}},"display-01":{sm:{fontFamily:"var(--sans)",fontWeight:800,fontSize:"120px",lineHeight:"100%",letterSpacing:"-0.01em"},lg:{fontSize:"150px"}}},a=class{constructor(t){e(this,t)}render(){return t("section",{key:"60710505ef0a06883d83c6838b1eb246485bd548",class:"w-full"},t("ul",{key:"3cac0e7f35f878e29ee45e21407609753099e077",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},Object.entries(n).filter((([e])=>"displays"!==e)).flatMap((([e,n])=>Object.entries(n).map((([n,a])=>t("li",{class:"grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"},t("div",{class:"w-full p-4 block lg:flex items-center border border-soft rounded"},t("div",{class:"mr-auto hidden lg:block",style:{fontFamily:i.sans,fontWeight:a.fontWeight,fontSize:a.fontSize,lineHeight:a.lineHeight,letterSpacing:a.letterSpacing}},t("span",{class:"text-default font-bold"},`${e} (${n})`)),t("div",{class:"mr-auto block lg:hidden p-4"},t("span",{class:"text-default f-heading-05"},`${e} (${n})`)),t("div",{class:"ml-auto"},t("eds-code-block",{code:[a.fontSize&&`font-size: ${a.fontSize};`,a.lineHeight&&`line-height: ${a.lineHeight};`,a.letterSpacing&&`letter-spacing: ${a.letterSpacing};`,a.fontWeight&&`font-weight: ${a.fontWeight};`,a.fontFamily&&`font-family: ${a.fontFamily};`].filter(Boolean).join("\n"),language:"css",class:"min-w-[250px] mb-4"}),t("eds-code-block",{code:`f-${e}`,language:"Utility Class",class:"min-w-[250px] mb-4"}),t("eds-code-block",{code:`${n}:f-${e}`,language:"Screen",class:"min-w-[250px] mb-4"}),t("eds-code-block",{code:`--var(--f-${e}-fontFamily)`,class:"min-w-[250px] mb-4"}),t("eds-code-block",{code:`--var(--f-${e}-fontWeight)`,class:"min-w-[250px] mb-4"}),t("eds-code-block",{code:`--var(--f-${e}-fontSize)`,class:"min-w-[250px] mb-4"}),t("eds-code-block",{code:`--var(--f-${e}-lineHeight)`,class:"min-w-[250px] mb-4"}),t("eds-code-block",{code:`--var(--f-${e}-letterSpacing)`,class:"min-w-[250px] mb-4"}),t("eds-code-block",{code:"--sans: Inter, Helvetica, Arial, sans-serif;",class:"min-w-[250px] mb-4"}))))))))))}};export{a as token_typography}
@@ -0,0 +1 @@
1
+ const n='<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <circle cx="10" cy="6" r="3" stroke="currentColor" stroke-width="2" />\n <path\n d="M17 18V17C17 14.7909 15.2091 13 13 13H7C4.79086 13 3 14.7909 3 17V18"\n stroke="currentColor"\n stroke-width="2"\n />\n </svg>';export{n as u}
@@ -0,0 +1 @@
1
+ const n='\n<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20">\n<path\n fill="currentColor"\n d="m17.734 8.1-.022-.058-2.178-5.684a.568.568 0 0 0-.563-.356.583.583 0 0 0-.328.122.582.582 0 0 0-.193.294l-1.47 4.499H7.025l-1.47-4.5a.572.572 0 0 0-1.084-.06L2.289 8.04l-.022.057A4.044 4.044 0 0 0 3.61 12.77l.007.006.02.014 3.318 2.485 1.64 1.242 1 .755a.673.673 0 0 0 .814 0l1-.755 1.64-1.242 3.338-2.5.009-.007a4.046 4.046 0 0 0 1.34-4.668Z"\n/>\n</svg>\n\n';export{n as g}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,H as s}from"./p-28ae3f3a.js";const i=class{constructor(t){e(this,t),this.size="1rem",this.thickness="10px",this.borderColor="var(--grey-400)",this.bottomColor="var(--grey-900)",this.background="var(--grey-200)",this.fullscreen=!1}render(){const e=Object.assign({width:this.size,height:this.size,border:`${this.thickness} solid ${this.borderColor}`,borderBottomColor:this.bottomColor},!this.fullscreen&&{display:"inline-block"});return t(s,{key:"214876a56949c147e74c1a7072406234c2fb1a02"},t("div",{key:"b75b639fa38aafaf13e1eb727e28c5e67f3edafe",class:"spinner-overlay",style:this.fullscreen?{position:"fixed",top:"0",left:"0",width:"100vw",height:"100vh",zIndex:"9999999",backgroundColor:this.background,display:"flex",alignItems:"center",justifyContent:"center"}:{position:"absolute",top:"0",left:"0",width:"100%",height:"100%",zIndex:"1000",backgroundColor:this.background,display:"flex",alignItems:"center",justifyContent:"center"}},t("span",{key:"87ba2ef7e1e9601ac0ae8132e9c891b4149a20b5",class:"spinner",style:e})))}};i.style=":host{display:block}.spinner{box-sizing:border-box;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}";export{i as eds_spinner}
@@ -0,0 +1 @@
1
+ import{r as s,h as r}from"./p-28ae3f3a.js";import{p as e}from"./p-024c7937.js";const a=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"94970e6d7f414cde04a3dae305f3dda43f477e55",class:this.class,innerHTML:e})}};export{a as eds_icon_public}
@@ -0,0 +1 @@
1
+ import{r as s,h as e}from"./p-28ae3f3a.js";import{c as r}from"./p-4587d0ef.js";const c=class{constructor(e){s(this,e),this.class=""}render(){return e("span",{key:"6c98bd673a1562fda009e95e4e4562d1e7f0ccfd",class:this.class,innerHTML:r})}};export{c as eds_icon_chevron_down}
@@ -0,0 +1 @@
1
+ const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n fill-rule="evenodd"\n clip-rule="evenodd"\n d="M5.63225 6.87897H2.20283V16.9998H5.63225V6.87897Z"\n fill="currentColor"\n />\n <path\n fill-rule="evenodd"\n clip-rule="evenodd"\n d="M5.85808 3.74816C5.83582 2.75582 5.11335 2 3.94017 2C2.76699 2 2 2.75582 2 3.74816C2 4.71994 2.74432 5.49753 3.89565 5.49753H3.91757C5.11335 5.49753 5.85808 4.71994 5.85808 3.74816Z"\n fill="currentColor"\n />\n <path\n fill-rule="evenodd"\n clip-rule="evenodd"\n d="M18 11.1968C18 8.08811 16.3082 6.64128 14.0514 6.64128C12.2307 6.64128 11.4155 7.62361 10.9603 8.31273V6.87921H7.53045C7.57566 7.82889 7.53045 17 7.53045 17H10.9603V11.3477C10.9603 11.0452 10.9825 10.7435 11.0732 10.5269C11.3211 9.92265 11.8854 9.29701 12.8329 9.29701C14.0743 9.29701 14.5706 10.2251 14.5706 11.5851V16.9997H17.9999L18 11.1968Z"\n fill="currentColor"\n />\n </svg>';export{n as l}
@@ -0,0 +1 @@
1
+ const C=' <svg\n width="24"\n height="24"\n viewBox="0 0 24 24"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M21.9193 5.8706C21.6112 3.50679 19.6155 1.64395 17.2497 1.28298C16.8506 1.22198 15.3383 1 11.8352 1H11.809C8.30489 1 7.55311 1.22198 7.15397 1.28298C4.85405 1.63395 2.75372 3.30781 2.24414 5.69961C1.99903 6.87751 1.97288 8.1834 2.01841 9.38129C2.08332 11.0991 2.09591 12.814 2.24704 14.5249C2.35152 15.6613 2.53379 16.7887 2.79247 17.8986C3.27687 19.9484 5.2377 21.6543 7.15881 22.3502C9.21565 23.076 11.4276 23.1965 13.547 22.6982C13.7802 22.6422 14.0108 22.5772 14.2387 22.5032C14.7532 22.3342 15.3567 22.1452 15.8004 21.8132C15.8065 21.8086 15.8115 21.8026 15.815 21.7956C15.8185 21.7887 15.8205 21.7811 15.8208 21.7732V20.1154C15.8206 20.1081 15.819 20.1009 15.8158 20.0943C15.8127 20.0878 15.8082 20.0821 15.8026 20.0776C15.797 20.073 15.7905 20.0699 15.7836 20.0683C15.7767 20.0667 15.7695 20.0668 15.7626 20.0684C14.4048 20.4032 13.0133 20.571 11.6172 20.5684C9.21459 20.5684 8.5684 19.3914 8.38335 18.9015C8.23462 18.4781 8.14016 18.0363 8.1024 17.5876C8.10203 17.5801 8.10338 17.5725 8.10632 17.5656C8.10927 17.5587 8.11378 17.5527 8.11943 17.5479C8.12511 17.5431 8.13178 17.5398 8.13892 17.5382C8.14605 17.5366 8.15346 17.5367 8.16054 17.5386C9.49581 17.8711 10.8646 18.0389 12.2382 18.0386C12.5685 18.0386 12.8979 18.0386 13.2283 18.0296C14.6098 17.9896 16.0659 17.9166 17.4251 17.6426C17.459 17.6356 17.4929 17.6296 17.522 17.6206C19.6659 17.1956 21.7062 15.8617 21.9135 12.484C21.9212 12.3511 21.9406 11.0911 21.9406 10.9532C21.9416 10.4842 22.0869 7.62644 21.9193 5.8706ZM18.6196 14.2989H16.3652V8.59936C16.3652 7.39947 15.8808 6.78751 14.8956 6.78751C13.8125 6.78751 13.2699 7.51144 13.2699 8.94134V12.0611H11.0291V8.94134C11.0291 7.51144 10.4856 6.78751 9.40254 6.78751C8.42308 6.78751 7.93384 7.39947 7.93286 8.59936V14.2989H5.68043V8.42636C5.68043 7.22647 5.97722 6.27321 6.57076 5.56661C7.18303 4.86168 7.98616 4.49971 8.98305 4.49971C10.1369 4.49971 11.0088 4.95766 11.5901 5.87259L12.151 6.84452L12.7129 5.87259C13.2942 4.95766 14.1661 4.49971 15.318 4.49971C16.3139 4.49971 17.117 4.86168 17.7312 5.56661C18.3248 6.27256 18.6215 7.22581 18.6215 8.42636L18.6196 14.2989Z"\n fill="currentColor"\n />\n </svg>';export{C as m}