@ebrains/components 0.9.0-beta → 0.9.2-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (971) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +9 -0
  3. package/dist/{collection/utils/analytics.js → components/analytics-e29fcd53.js} +8 -6
  4. package/dist/components/{color.js → color-47266964.js} +1 -1
  5. package/dist/{collection/eds-docs-ui/colors/color-palette/primary.js → components/color-primary-palette.entry.js} +8 -8
  6. package/dist/{collection/eds-docs-ui/colors/color-palette/secondary.js → components/color-secondary-palette.entry.js} +8 -29
  7. package/dist/{collection/eds-docs-ui/colors/color-palette/support.js → components/color-support-palette.entry.js} +8 -8
  8. package/dist/{esm → components}/components-section.entry.js +1 -1
  9. package/dist/components/components.esm.js +47 -1
  10. package/dist/{esm → components}/correct-use-of-colors.entry.js +1 -1
  11. package/dist/{esm → components}/docs-palettes.entry.js +1 -1
  12. package/dist/{esm → components}/docs-tokens.entry.js +1 -1
  13. package/dist/{esm → components}/eds-accordion.entry.js +7 -8
  14. package/dist/{esm → components}/eds-alert.entry.js +3 -4
  15. package/dist/{esm → components}/eds-app-root.entry.js +1 -1
  16. package/dist/components/{eds-avatar2.js → eds-avatar.entry.js} +9 -36
  17. package/dist/components/eds-block-break.entry.js +16 -0
  18. package/dist/{esm → components}/eds-breadcrumb.entry.js +17 -12
  19. package/dist/components/{eds-button2.js → eds-button.entry.js} +10 -46
  20. package/dist/components/{eds-card-desc2.js → eds-card-desc.entry.js} +7 -28
  21. package/dist/{esm → components}/eds-card-generic.entry.js +6 -7
  22. package/dist/{esm → components}/eds-card-project.entry.js +4 -4
  23. package/dist/{esm → components}/eds-card-section.entry.js +3 -4
  24. package/dist/{esm → components}/eds-card-tags.entry.js +2 -3
  25. package/dist/components/{eds-card-title2.js → eds-card-title.entry.js} +7 -30
  26. package/dist/{esm → components}/eds-card-tool.entry.js +3 -4
  27. package/dist/{esm → components}/eds-card-wrapper.entry.js +1 -1
  28. package/dist/{esm → components}/eds-code-block.entry.js +34 -4
  29. package/dist/{esm → components}/eds-cookies-preference.entry.js +2 -3
  30. package/dist/components/{eds-dropdown2.js → eds-dropdown.entry.js} +9 -48
  31. package/dist/{esm → components}/eds-feedback.entry.js +3 -4
  32. package/dist/components/{eds-footer2.js → eds-footer.entry.js} +7 -60
  33. package/dist/components/{eds-form.js → eds-form.entry.js} +66 -100
  34. package/dist/{esm → components}/eds-frame.entry.js +2 -3
  35. package/dist/components/{eds-fullscreen-menu.js → eds-fullscreen-menu.entry.js} +8 -81
  36. package/dist/components/{eds-header.js → eds-header.entry.js} +9 -60
  37. package/dist/{esm → components}/eds-icon-arrow-diagonal.entry.js +2 -2
  38. package/dist/{esm → components}/eds-icon-arrow-right.entry.js +2 -2
  39. package/dist/{esm → components}/eds-icon-bluesky.entry.js +2 -2
  40. package/dist/{esm → components}/eds-icon-bookmark.entry.js +2 -2
  41. package/dist/{esm → components}/eds-icon-chevron-down.entry.js +2 -2
  42. package/dist/{esm → components}/eds-icon-chevron-left.entry.js +2 -2
  43. package/dist/{esm → components}/eds-icon-chevron-right.entry.js +2 -2
  44. package/dist/{esm → components}/eds-icon-chevron-up.entry.js +2 -2
  45. package/dist/{esm → components}/eds-icon-close.entry.js +2 -2
  46. package/dist/{esm → components}/eds-icon-copy.entry.js +2 -2
  47. package/dist/{esm → components}/eds-icon-eu.entry.js +2 -2
  48. package/dist/{esm → components}/eds-icon-external.entry.js +2 -2
  49. package/dist/{esm → components}/eds-icon-facebook.entry.js +2 -2
  50. package/dist/{esm → components}/eds-icon-gitlab.entry.js +2 -2
  51. package/dist/{esm → components}/eds-icon-linkedin.entry.js +2 -2
  52. package/dist/{esm → components}/eds-icon-loader.entry.js +2 -2
  53. package/dist/{esm → components}/eds-icon-mastodon.entry.js +2 -2
  54. package/dist/{esm → components}/eds-icon-menu.entry.js +2 -2
  55. package/dist/{esm → components}/eds-icon-minus.entry.js +2 -2
  56. package/dist/{esm → components}/eds-icon-more.entry.js +2 -2
  57. package/dist/{esm → components}/eds-icon-paper.entry.js +2 -2
  58. package/dist/{esm → components}/eds-icon-plus.entry.js +2 -2
  59. package/dist/{esm → components}/eds-icon-portal.entry.js +2 -2
  60. package/dist/{esm → components}/eds-icon-private.entry.js +2 -2
  61. package/dist/{esm → components}/eds-icon-public.entry.js +2 -2
  62. package/dist/{esm → components}/eds-icon-search.entry.js +2 -2
  63. package/dist/{esm → components}/eds-icon-star.entry.js +2 -2
  64. package/dist/{esm → components}/eds-icon-success.entry.js +2 -2
  65. package/dist/{esm → components}/eds-icon-thumbs-down.entry.js +2 -2
  66. package/dist/{esm → components}/eds-icon-thumbs-up.entry.js +2 -2
  67. package/dist/{esm → components}/eds-icon-tutorial.entry.js +2 -2
  68. package/dist/{esm → components}/eds-icon-twitter.entry.js +2 -2
  69. package/dist/{esm → components}/eds-icon-unknown.entry.js +2 -2
  70. package/dist/{esm → components}/eds-icon-updown.entry.js +2 -2
  71. package/dist/{esm → components}/eds-icon-user.entry.js +2 -2
  72. package/dist/components/{eds-icon-wrapper2.js → eds-icon-wrapper.entry.js} +6 -26
  73. package/dist/{esm → components}/eds-icon-youtube.entry.js +2 -2
  74. package/dist/components/{eds-img2.js → eds-img.entry.js} +8 -36
  75. package/dist/components/{eds-input-field2.js → eds-input-field.entry.js} +8 -86
  76. package/dist/components/eds-input-footer.entry.js +17 -0
  77. package/dist/components/eds-input-label.entry.js +16 -0
  78. package/dist/components/{eds-input-range2.js → eds-input-range.entry.js} +7 -34
  79. package/dist/components/{eds-input-search2.js → eds-input-search.entry.js} +8 -38
  80. package/dist/components/{eds-input-select2.js → eds-input-select.entry.js} +7 -46
  81. package/dist/components/{eds-input2.js → eds-input.entry.js} +7 -46
  82. package/dist/components/{eds-link2.js → eds-link.entry.js} +11 -48
  83. package/dist/components/{eds-login2.js → eds-login.entry.js} +17 -41
  84. package/dist/components/{eds-logo2.js → eds-logo.entry.js} +10 -32
  85. package/dist/{esm → components}/eds-matomo-notice.entry.js +8 -9
  86. package/dist/{esm → components}/eds-modal.entry.js +8 -9
  87. package/dist/components/{eds-pagination2.js → eds-pagination.entry.js} +8 -51
  88. package/dist/{esm → components}/eds-progress-bar.entry.js +2 -3
  89. package/dist/{esm → components}/eds-rating.entry.js +2 -3
  90. package/dist/components/eds-section-core.entry.js +19 -0
  91. package/dist/{esm/eds-section-core_2.entry.js → components/eds-section-heading.entry.js} +4 -21
  92. package/dist/components/{eds-social-networks2.js → eds-social-networks.entry.js} +9 -39
  93. package/dist/{esm → components}/eds-spinner.entry.js +2 -3
  94. package/dist/components/{eds-splash-screen2.js → eds-splash-screen.entry.js} +7 -41
  95. package/dist/components/{eds-steps-v2.js → eds-steps-v2.entry.js} +9 -55
  96. package/dist/components/{eds-steps2.js → eds-steps.entry.js} +9 -43
  97. package/dist/{esm → components}/eds-switch.entry.js +4 -5
  98. package/dist/components/{eds-table2.js → eds-table.entry.js} +10 -105
  99. package/dist/{esm → components}/eds-tabs.entry.js +10 -11
  100. package/dist/components/eds-tag.entry.js +44 -0
  101. package/dist/{esm → components}/eds-timeline.entry.js +4 -5
  102. package/dist/{esm → components}/eds-toast-manager.entry.js +3 -4
  103. package/dist/{esm → components}/eds-toast.entry.js +3 -4
  104. package/dist/{esm → components}/eds-tooltip.entry.js +3 -4
  105. package/dist/{esm → components}/eds-trl.entry.js +1 -1
  106. package/dist/components/{eds-user.js → eds-user.entry.js} +9 -60
  107. package/dist/{collection/eds-docs-ui/colors/gradient-palette/primary.js → components/gradient-primary-palette.entry.js} +8 -8
  108. package/dist/{collection/eds-docs-ui/colors/gradient-palette/secondary.js → components/gradient-secondary-palette.entry.js} +8 -8
  109. package/dist/{collection/eds-docs-ui/colors/gradient-palette/support.js → components/gradient-support-palette.entry.js} +8 -8
  110. package/dist/{esm → components}/incorrect-use-of-colors.entry.js +1 -1
  111. package/dist/{cjs/logo-white-no-bg-4a0e0f4b.js → components/index-7281d120.js} +941 -10
  112. package/dist/{esm/index-8a71b9a7.js → components/index-9d277061.js} +1332 -511
  113. package/dist/components/index.esm.js +1 -0
  114. package/dist/{esm → components}/logo-space.entry.js +3 -4
  115. package/dist/components/{logo-variations-horizontal2.js → logo-variations-horizontal.entry.js} +7 -29
  116. package/dist/{esm → components}/logo-variations-tabs.entry.js +1 -1
  117. package/dist/components/{logo-variations-vertical2.js → logo-variations-vertical.entry.js} +7 -32
  118. package/dist/{esm → components}/logo-wrong-usage.entry.js +3 -4
  119. package/dist/components/shadow-css-423dab2c.js +332 -0
  120. package/dist/{collection/eds-docs-ui/svg-repository/svg-repository.js → components/svg-repository.entry.js} +14 -20
  121. package/dist/components/{token-list2.js → token-list.entry.js} +6 -34
  122. package/dist/{collection/eds-docs-ui/design-tokens/token-radii/token-radii.js → components/token-radii.entry.js} +18 -8
  123. package/dist/{esm → components}/token-ratios.entry.js +1 -1
  124. package/dist/{collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js → components/token-shadows.entry.js} +27 -8
  125. package/dist/{collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js → components/token-spacing.entry.js} +9 -7
  126. package/dist/{esm → components}/token-typography.entry.js +1 -1
  127. package/dist/types/components/eds-accordion/eds-accordion.d.ts +1 -1
  128. package/dist/types/components/eds-modal/eds-modal.d.ts +1 -1
  129. package/dist/types/components/eds-section/eds-section-heading/eds-section-heading.d.ts +3 -0
  130. package/dist/types/components/eds-switch/eds-switch.d.ts +1 -1
  131. package/dist/types/components/eds-tag/eds-tag.d.ts +5 -1
  132. package/dist/types/components/eds-tag/eds-tag.stories.d.ts +7 -0
  133. package/dist/types/components.d.ts +40 -64
  134. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.d.ts +1 -1
  135. package/dist/types/shared-ui/eds-social-networks/eds-social-networks.d.ts +1 -1
  136. package/dist/types/shared-ui/eds-tabs/eds-tabs.d.ts +1 -1
  137. package/package.json +3 -3
  138. package/dist/cjs/analytics-d8fb3fdd.js +0 -60
  139. package/dist/cjs/app-globals-3a1e7e63.js +0 -5
  140. package/dist/cjs/arrow-diagonal-black-0eb8640e.js +0 -5
  141. package/dist/cjs/arrow-right-3e38e8a9.js +0 -7
  142. package/dist/cjs/bluesky-eb0d6051.js +0 -16
  143. package/dist/cjs/bookmark-c61853d9.js +0 -18
  144. package/dist/cjs/chevron-down-27344777.js +0 -14
  145. package/dist/cjs/chevron-left-6fc9c6ef.js +0 -13
  146. package/dist/cjs/chevron-right-6d95a117.js +0 -7
  147. package/dist/cjs/chevron-up-e37d7713.js +0 -14
  148. package/dist/cjs/close-51284af5.js +0 -7
  149. package/dist/cjs/color-c00146a8.js +0 -134
  150. package/dist/cjs/color-primary-palette_6.cjs.entry.js +0 -340
  151. package/dist/cjs/components-section.cjs.entry.js +0 -139
  152. package/dist/cjs/components.cjs.js +0 -25
  153. package/dist/cjs/copy-53102d0c.js +0 -7
  154. package/dist/cjs/correct-use-of-colors.cjs.entry.js +0 -68
  155. package/dist/cjs/docs-palettes.cjs.entry.js +0 -27
  156. package/dist/cjs/docs-tokens.cjs.entry.js +0 -35
  157. package/dist/cjs/eds-accordion.cjs.entry.js +0 -86
  158. package/dist/cjs/eds-alert.cjs.entry.js +0 -104
  159. package/dist/cjs/eds-app-root.cjs.entry.js +0 -37
  160. package/dist/cjs/eds-avatar_24.cjs.entry.js +0 -2100
  161. package/dist/cjs/eds-breadcrumb.cjs.entry.js +0 -139
  162. package/dist/cjs/eds-card-desc_3.cjs.entry.js +0 -113
  163. package/dist/cjs/eds-card-generic.cjs.entry.js +0 -92
  164. package/dist/cjs/eds-card-project.cjs.entry.js +0 -68
  165. package/dist/cjs/eds-card-section.cjs.entry.js +0 -39
  166. package/dist/cjs/eds-card-tags.cjs.entry.js +0 -22
  167. package/dist/cjs/eds-card-tool.cjs.entry.js +0 -79
  168. package/dist/cjs/eds-card-wrapper.cjs.entry.js +0 -32
  169. package/dist/cjs/eds-code-block.cjs.entry.js +0 -2489
  170. package/dist/cjs/eds-cookies-preference.cjs.entry.js +0 -39
  171. package/dist/cjs/eds-feedback.cjs.entry.js +0 -66
  172. package/dist/cjs/eds-frame.cjs.entry.js +0 -85
  173. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +0 -18
  174. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +0 -18
  175. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +0 -18
  176. package/dist/cjs/eds-icon-bookmark.cjs.entry.js +0 -18
  177. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +0 -18
  178. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +0 -18
  179. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +0 -18
  180. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +0 -18
  181. package/dist/cjs/eds-icon-close.cjs.entry.js +0 -18
  182. package/dist/cjs/eds-icon-copy.cjs.entry.js +0 -18
  183. package/dist/cjs/eds-icon-eu.cjs.entry.js +0 -18
  184. package/dist/cjs/eds-icon-external.cjs.entry.js +0 -18
  185. package/dist/cjs/eds-icon-facebook.cjs.entry.js +0 -18
  186. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +0 -18
  187. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +0 -18
  188. package/dist/cjs/eds-icon-loader.cjs.entry.js +0 -18
  189. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +0 -18
  190. package/dist/cjs/eds-icon-menu.cjs.entry.js +0 -18
  191. package/dist/cjs/eds-icon-minus.cjs.entry.js +0 -18
  192. package/dist/cjs/eds-icon-more.cjs.entry.js +0 -18
  193. package/dist/cjs/eds-icon-paper.cjs.entry.js +0 -18
  194. package/dist/cjs/eds-icon-plus.cjs.entry.js +0 -18
  195. package/dist/cjs/eds-icon-portal.cjs.entry.js +0 -18
  196. package/dist/cjs/eds-icon-private.cjs.entry.js +0 -18
  197. package/dist/cjs/eds-icon-public.cjs.entry.js +0 -18
  198. package/dist/cjs/eds-icon-search.cjs.entry.js +0 -18
  199. package/dist/cjs/eds-icon-star.cjs.entry.js +0 -18
  200. package/dist/cjs/eds-icon-success.cjs.entry.js +0 -18
  201. package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +0 -18
  202. package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +0 -18
  203. package/dist/cjs/eds-icon-tutorial.cjs.entry.js +0 -18
  204. package/dist/cjs/eds-icon-twitter.cjs.entry.js +0 -18
  205. package/dist/cjs/eds-icon-unknown.cjs.entry.js +0 -18
  206. package/dist/cjs/eds-icon-updown.cjs.entry.js +0 -18
  207. package/dist/cjs/eds-icon-user.cjs.entry.js +0 -18
  208. package/dist/cjs/eds-icon-youtube.cjs.entry.js +0 -18
  209. package/dist/cjs/eds-login_2.cjs.entry.js +0 -2100
  210. package/dist/cjs/eds-matomo-notice.cjs.entry.js +0 -123
  211. package/dist/cjs/eds-modal.cjs.entry.js +0 -109
  212. package/dist/cjs/eds-pagination_2.cjs.entry.js +0 -403
  213. package/dist/cjs/eds-progress-bar.cjs.entry.js +0 -29
  214. package/dist/cjs/eds-rating.cjs.entry.js +0 -64
  215. package/dist/cjs/eds-section-core_2.cjs.entry.js +0 -59
  216. package/dist/cjs/eds-spinner.cjs.entry.js +0 -54
  217. package/dist/cjs/eds-switch.cjs.entry.js +0 -38
  218. package/dist/cjs/eds-tabs.cjs.entry.js +0 -130
  219. package/dist/cjs/eds-timeline.cjs.entry.js +0 -63
  220. package/dist/cjs/eds-toast-manager.cjs.entry.js +0 -46
  221. package/dist/cjs/eds-toast.cjs.entry.js +0 -76
  222. package/dist/cjs/eds-tooltip.cjs.entry.js +0 -109
  223. package/dist/cjs/eds-trl.cjs.entry.js +0 -51
  224. package/dist/cjs/eu-b9665157.js +0 -32
  225. package/dist/cjs/facebook-7aa65e57.js +0 -16
  226. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +0 -50
  227. package/dist/cjs/index-2f63169d.js +0 -2231
  228. package/dist/cjs/index-ab9fbefe.js +0 -48
  229. package/dist/cjs/index.cjs.js +0 -2
  230. package/dist/cjs/linkedin-46b0dd56.js +0 -30
  231. package/dist/cjs/loader-72f9d178.js +0 -32
  232. package/dist/cjs/loader.cjs.js +0 -15
  233. package/dist/cjs/logo-color-6c787ac1.js +0 -117
  234. package/dist/cjs/logo-color-margins-b49c0f46.js +0 -120
  235. package/dist/cjs/logo-space.cjs.entry.js +0 -21
  236. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +0 -36
  237. package/dist/cjs/logo-variations-tabs.cjs.entry.js +0 -27
  238. package/dist/cjs/logo-wrong-usage.cjs.entry.js +0 -21
  239. package/dist/cjs/mastodon-20c5bb7d.js +0 -16
  240. package/dist/cjs/menu-7050a6d1.js +0 -13
  241. package/dist/cjs/minus-1da6a98a.js +0 -13
  242. package/dist/cjs/mono-2f3cd653.js +0 -13
  243. package/dist/cjs/more-1d3dd8bc.js +0 -15
  244. package/dist/cjs/paper-0d6302f6.js +0 -17
  245. package/dist/cjs/plus-d0e00ad0.js +0 -14
  246. package/dist/cjs/portal-46212559.js +0 -20
  247. package/dist/cjs/private-38835fe7.js +0 -27
  248. package/dist/cjs/public-b519b1f6.js +0 -18
  249. package/dist/cjs/search-5533d877.js +0 -14
  250. package/dist/cjs/sharedUtils-8e287250.js +0 -21
  251. package/dist/cjs/star-942eee9f.js +0 -7
  252. package/dist/cjs/success-ef661a11.js +0 -20
  253. package/dist/cjs/svg-repository.cjs.entry.js +0 -337
  254. package/dist/cjs/thumbs-down-714036b1.js +0 -7
  255. package/dist/cjs/thumbs-up-411babb8.js +0 -8
  256. package/dist/cjs/toastManager-4e9535f3.js +0 -33
  257. package/dist/cjs/token-list_3.cjs.entry.js +0 -300
  258. package/dist/cjs/token-ratios.cjs.entry.js +0 -29
  259. package/dist/cjs/token-typography.cjs.entry.js +0 -230
  260. package/dist/cjs/tutotial-7855df3c.js +0 -29
  261. package/dist/cjs/twitter-73956e9a.js +0 -16
  262. package/dist/cjs/unknown-6814e551.js +0 -24
  263. package/dist/cjs/up-and-down-d71df67d.js +0 -14
  264. package/dist/cjs/user-a3c2230f.js +0 -18
  265. package/dist/cjs/youtube-c238a461.js +0 -16
  266. package/dist/collection/collection-manifest.json +0 -128
  267. package/dist/collection/components/eds-accordion/eds-accordion.css +0 -264
  268. package/dist/collection/components/eds-accordion/eds-accordion.js +0 -222
  269. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +0 -87
  270. package/dist/collection/components/eds-alert/eds-alert.css +0 -739
  271. package/dist/collection/components/eds-alert/eds-alert.js +0 -230
  272. package/dist/collection/components/eds-alert/eds-alert.stories.js +0 -60
  273. package/dist/collection/components/eds-avatar/eds-avatar.css +0 -187
  274. package/dist/collection/components/eds-avatar/eds-avatar.js +0 -183
  275. package/dist/collection/components/eds-avatar/eds-avatar.stories.js +0 -40
  276. package/dist/collection/components/eds-block-break/eds-block-break.css +0 -49
  277. package/dist/collection/components/eds-block-break/eds-block-break.js +0 -51
  278. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.css +0 -112
  279. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +0 -40
  280. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +0 -206
  281. package/dist/collection/components/eds-button/eds-button.css +0 -8904
  282. package/dist/collection/components/eds-button/eds-button.js +0 -487
  283. package/dist/collection/components/eds-button/eds-button.stories.js +0 -47
  284. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +0 -41
  285. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +0 -113
  286. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +0 -9
  287. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +0 -63
  288. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +0 -92
  289. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +0 -169
  290. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-wrapper/eds-card-wrapper.js +0 -86
  291. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +0 -134
  292. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +0 -338
  293. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +0 -133
  294. package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +0 -228
  295. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +0 -103
  296. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +0 -314
  297. package/dist/collection/components/eds-code-block/eds-code-block.css +0 -204
  298. package/dist/collection/components/eds-code-block/eds-code-block.js +0 -141
  299. package/dist/collection/components/eds-code-block/eds-code-block.stories.js +0 -78
  300. package/dist/collection/components/eds-dropdown/eds-dropdown.css +0 -117
  301. package/dist/collection/components/eds-dropdown/eds-dropdown.js +0 -369
  302. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +0 -92
  303. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +0 -36
  304. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +0 -36
  305. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +0 -36
  306. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +0 -36
  307. package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +0 -36
  308. package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +0 -36
  309. package/dist/collection/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.js +0 -36
  310. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +0 -36
  311. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +0 -36
  312. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +0 -36
  313. package/dist/collection/components/eds-icons/eds-icon-external/eds-icon-external.js +0 -36
  314. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +0 -36
  315. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +0 -36
  316. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +0 -36
  317. package/dist/collection/components/eds-icons/eds-icon-minus/eds-icon-minus.js +0 -36
  318. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +0 -36
  319. package/dist/collection/components/eds-icons/eds-icon-paper/eds-icon-paper.js +0 -36
  320. package/dist/collection/components/eds-icons/eds-icon-plus/eds-icon-plus.js +0 -36
  321. package/dist/collection/components/eds-icons/eds-icon-portal/eds-icon-portal.js +0 -36
  322. package/dist/collection/components/eds-icons/eds-icon-private/eds-icon-private.js +0 -36
  323. package/dist/collection/components/eds-icons/eds-icon-public/eds-icon-public.js +0 -36
  324. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +0 -36
  325. package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +0 -36
  326. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +0 -36
  327. package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +0 -36
  328. package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +0 -36
  329. package/dist/collection/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.js +0 -36
  330. package/dist/collection/components/eds-icons/eds-icon-unknown/eds-icon-unknown.js +0 -36
  331. package/dist/collection/components/eds-icons/eds-icon-updown/eds-icon-updown.js +0 -36
  332. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +0 -36
  333. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +0 -36
  334. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +0 -36
  335. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +0 -36
  336. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +0 -36
  337. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +0 -36
  338. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +0 -36
  339. package/dist/collection/components/eds-img/eds-img.css +0 -83
  340. package/dist/collection/components/eds-img/eds-img.js +0 -252
  341. package/dist/collection/components/eds-img/eds-img.stories.js +0 -101
  342. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +0 -317
  343. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +0 -105
  344. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +0 -90
  345. package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +0 -252
  346. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +0 -263
  347. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +0 -343
  348. package/dist/collection/components/eds-input-field/eds-input-field.css +0 -7760
  349. package/dist/collection/components/eds-input-field/eds-input-field.js +0 -451
  350. package/dist/collection/components/eds-input-field/eds-input-field.stories.js +0 -206
  351. package/dist/collection/components/eds-link/eds-link.css +0 -7101
  352. package/dist/collection/components/eds-link/eds-link.js +0 -492
  353. package/dist/collection/components/eds-link/eds-link.stories.js +0 -86
  354. package/dist/collection/components/eds-logo/eds-logo.css +0 -47
  355. package/dist/collection/components/eds-logo/eds-logo.js +0 -169
  356. package/dist/collection/components/eds-logo/eds-logo.stories.js +0 -38
  357. package/dist/collection/components/eds-modal/eds-modal.css +0 -258
  358. package/dist/collection/components/eds-modal/eds-modal.js +0 -276
  359. package/dist/collection/components/eds-modal/eds-modal.stories.js +0 -80
  360. package/dist/collection/components/eds-pagination/eds-pagination.css +0 -148
  361. package/dist/collection/components/eds-pagination/eds-pagination.js +0 -418
  362. package/dist/collection/components/eds-pagination/eds-pagination.stories.js +0 -135
  363. package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +0 -62
  364. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +0 -79
  365. package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +0 -25
  366. package/dist/collection/components/eds-rating/eds-rating.css +0 -79
  367. package/dist/collection/components/eds-rating/eds-rating.js +0 -126
  368. package/dist/collection/components/eds-rating/eds-rating.stories.js +0 -43
  369. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.css +0 -0
  370. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +0 -91
  371. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.stories.js +0 -75
  372. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +0 -137
  373. package/dist/collection/components/eds-spinner/eds-spinner.css +0 -17
  374. package/dist/collection/components/eds-spinner/eds-spinner.js +0 -166
  375. package/dist/collection/components/eds-spinner/eds-spinner.stories.js +0 -52
  376. package/dist/collection/components/eds-steps/eds-steps.css +0 -126
  377. package/dist/collection/components/eds-steps/eds-steps.js +0 -170
  378. package/dist/collection/components/eds-steps/eds-steps.stories.js +0 -35
  379. package/dist/collection/components/eds-switch/eds-switch.css +0 -58
  380. package/dist/collection/components/eds-switch/eds-switch.js +0 -131
  381. package/dist/collection/components/eds-switch/eds-switch.stories.js +0 -38
  382. package/dist/collection/components/eds-table/eds-table.css +0 -142
  383. package/dist/collection/components/eds-table/eds-table.js +0 -370
  384. package/dist/collection/components/eds-table/eds-table.stories.js +0 -99
  385. package/dist/collection/components/eds-tag/eds-tag.css +0 -56
  386. package/dist/collection/components/eds-tag/eds-tag.js +0 -84
  387. package/dist/collection/components/eds-tag/eds-tag.stories.js +0 -27
  388. package/dist/collection/components/eds-timeline/eds-timeline.css +0 -7776
  389. package/dist/collection/components/eds-timeline/eds-timeline.js +0 -93
  390. package/dist/collection/components/eds-timeline/eds-timeline.stories.js +0 -35
  391. package/dist/collection/components/eds-toast/eds-toast.css +0 -91
  392. package/dist/collection/components/eds-toast/eds-toast.js +0 -138
  393. package/dist/collection/components/eds-toast/eds-toast.stories.js +0 -38
  394. package/dist/collection/components/eds-tooltip/eds-tooltip.css +0 -94
  395. package/dist/collection/components/eds-tooltip/eds-tooltip.js +0 -179
  396. package/dist/collection/components/eds-tooltip/eds-tooltip.stories.js +0 -21
  397. package/dist/collection/components/eds-trl/eds-trl.js +0 -68
  398. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +0 -66
  399. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +0 -44
  400. package/dist/collection/eds-docs-ui/components-section/components-section.js +0 -55
  401. package/dist/collection/eds-docs-ui/components-section/functional/angular.js +0 -2
  402. package/dist/collection/eds-docs-ui/components-section/functional/installation.js +0 -2
  403. package/dist/collection/eds-docs-ui/components-section/functional/overview.js +0 -19
  404. package/dist/collection/eds-docs-ui/components-section/functional/react.js +0 -2
  405. package/dist/collection/eds-docs-ui/components-section/functional/usage.js +0 -2
  406. package/dist/collection/eds-docs-ui/components-section/functional/vue.js +0 -2
  407. package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +0 -52
  408. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +0 -98
  409. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.stories.js +0 -44
  410. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +0 -15
  411. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +0 -27
  412. package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +0 -44
  413. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.css +0 -154
  414. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +0 -22
  415. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.css +0 -161
  416. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +0 -21
  417. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.css +0 -169
  418. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +0 -64
  419. package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +0 -44
  420. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.css +0 -240
  421. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +0 -22
  422. package/dist/collection/eds-docs-ui/svg-repository/svg-repository.css +0 -5
  423. package/dist/collection/index.js +0 -1
  424. package/dist/collection/shared-ui/eds-card-section/eds-card-section.css +0 -249
  425. package/dist/collection/shared-ui/eds-card-section/eds-card-section.js +0 -95
  426. package/dist/collection/shared-ui/eds-card-section/eds-card-section.stories.js +0 -71
  427. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.css +0 -0
  428. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +0 -86
  429. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.st.js +0 -31
  430. package/dist/collection/shared-ui/eds-feedback/eds-feedback.css +0 -163
  431. package/dist/collection/shared-ui/eds-feedback/eds-feedback.js +0 -191
  432. package/dist/collection/shared-ui/eds-feedback/eds-feedback.stories.js +0 -121
  433. package/dist/collection/shared-ui/eds-footer/eds-footer.css +0 -226
  434. package/dist/collection/shared-ui/eds-footer/eds-footer.js +0 -189
  435. package/dist/collection/shared-ui/eds-footer/eds-footer.stories.js +0 -44
  436. package/dist/collection/shared-ui/eds-form/eds-form.css +0 -3
  437. package/dist/collection/shared-ui/eds-form/eds-form.js +0 -441
  438. package/dist/collection/shared-ui/eds-form/eds-form.stories.js +0 -73
  439. package/dist/collection/shared-ui/eds-frame/eds-frame.css +0 -116
  440. package/dist/collection/shared-ui/eds-frame/eds-frame.js +0 -234
  441. package/dist/collection/shared-ui/eds-frame/eds-frame.stories.js +0 -52
  442. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.css +0 -120
  443. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.js +0 -192
  444. package/dist/collection/shared-ui/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +0 -77
  445. package/dist/collection/shared-ui/eds-header/eds-header.css +0 -138
  446. package/dist/collection/shared-ui/eds-header/eds-header.js +0 -202
  447. package/dist/collection/shared-ui/eds-header/eds-header.stories.js +0 -40
  448. package/dist/collection/shared-ui/eds-login/eds-login.js +0 -190
  449. package/dist/collection/shared-ui/eds-login/eds-login.stories.js +0 -37
  450. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +0 -109
  451. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +0 -230
  452. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +0 -36
  453. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.css +0 -124
  454. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.js +0 -92
  455. package/dist/collection/shared-ui/eds-social-networks/eds-social-networks.stories.js +0 -21
  456. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.css +0 -29
  457. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.js +0 -136
  458. package/dist/collection/shared-ui/eds-splash-screen/eds-splash-screen.stories.js +0 -23
  459. package/dist/collection/shared-ui/eds-steps-v2/eds-steps-v2.css +0 -361
  460. package/dist/collection/shared-ui/eds-steps-v2/eds-steps-v2.js +0 -219
  461. package/dist/collection/shared-ui/eds-tabs/eds-tabs.css +0 -7776
  462. package/dist/collection/shared-ui/eds-tabs/eds-tabs.js +0 -221
  463. package/dist/collection/shared-ui/eds-tabs/eds-tabs.stories.js +0 -54
  464. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.css +0 -51
  465. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.js +0 -54
  466. package/dist/collection/shared-ui/eds-toast-manager/eds-toast-manager.stories.js +0 -25
  467. package/dist/collection/shared-ui/eds-user/eds-user.css +0 -7776
  468. package/dist/collection/shared-ui/eds-user/eds-user.js +0 -77
  469. package/dist/collection/shared-ui/eds-user/eds-user.stories.js +0 -45
  470. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +0 -39
  471. package/dist/collection/utils/api.js +0 -27
  472. package/dist/collection/utils/color.js +0 -129
  473. package/dist/collection/utils/eds-form/formUtils.js +0 -65
  474. package/dist/collection/utils/eds-form/formValidators.js +0 -64
  475. package/dist/collection/utils/eds-form/individualValidator.js +0 -46
  476. package/dist/collection/utils/eds-form/validateInput.js +0 -23
  477. package/dist/collection/utils/global.js +0 -8
  478. package/dist/collection/utils/keycloak.js +0 -85
  479. package/dist/collection/utils/sharedUtils.js +0 -17
  480. package/dist/collection/utils/toastManager.js +0 -29
  481. package/dist/components/analytics.js +0 -56
  482. package/dist/components/arrow-diagonal-black.js +0 -3
  483. package/dist/components/arrow-right.js +0 -5
  484. package/dist/components/bluesky.js +0 -14
  485. package/dist/components/bookmark.js +0 -16
  486. package/dist/components/chevron-down.js +0 -12
  487. package/dist/components/chevron-left.js +0 -11
  488. package/dist/components/chevron-right.js +0 -5
  489. package/dist/components/chevron-up.js +0 -12
  490. package/dist/components/close.js +0 -5
  491. package/dist/components/color-primary-palette.d.ts +0 -11
  492. package/dist/components/color-primary-palette.js +0 -6
  493. package/dist/components/color-secondary-palette.d.ts +0 -11
  494. package/dist/components/color-secondary-palette.js +0 -6
  495. package/dist/components/color-support-palette.d.ts +0 -11
  496. package/dist/components/color-support-palette.js +0 -6
  497. package/dist/components/components-section.d.ts +0 -11
  498. package/dist/components/components-section.js +0 -202
  499. package/dist/components/components.css +0 -7776
  500. package/dist/components/copy.js +0 -5
  501. package/dist/components/correct-use-of-colors.d.ts +0 -11
  502. package/dist/components/correct-use-of-colors.js +0 -93
  503. package/dist/components/docs-palettes.d.ts +0 -11
  504. package/dist/components/docs-palettes.js +0 -96
  505. package/dist/components/docs-tokens.d.ts +0 -11
  506. package/dist/components/docs-tokens.js +0 -80
  507. package/dist/components/eds-accordion.d.ts +0 -11
  508. package/dist/components/eds-accordion.js +0 -6
  509. package/dist/components/eds-accordion2.js +0 -119
  510. package/dist/components/eds-alert.d.ts +0 -11
  511. package/dist/components/eds-alert.js +0 -6
  512. package/dist/components/eds-alert2.js +0 -135
  513. package/dist/components/eds-app-root.d.ts +0 -11
  514. package/dist/components/eds-app-root.js +0 -89
  515. package/dist/components/eds-avatar.d.ts +0 -11
  516. package/dist/components/eds-avatar.js +0 -6
  517. package/dist/components/eds-block-break.d.ts +0 -11
  518. package/dist/components/eds-block-break.js +0 -6
  519. package/dist/components/eds-block-break2.js +0 -34
  520. package/dist/components/eds-breadcrumb.d.ts +0 -11
  521. package/dist/components/eds-breadcrumb.js +0 -173
  522. package/dist/components/eds-button.d.ts +0 -11
  523. package/dist/components/eds-button.js +0 -6
  524. package/dist/components/eds-card-desc.d.ts +0 -11
  525. package/dist/components/eds-card-desc.js +0 -6
  526. package/dist/components/eds-card-generic.d.ts +0 -11
  527. package/dist/components/eds-card-generic.js +0 -6
  528. package/dist/components/eds-card-generic2.js +0 -147
  529. package/dist/components/eds-card-project.d.ts +0 -11
  530. package/dist/components/eds-card-project.js +0 -109
  531. package/dist/components/eds-card-section.d.ts +0 -11
  532. package/dist/components/eds-card-section.js +0 -92
  533. package/dist/components/eds-card-tags.d.ts +0 -11
  534. package/dist/components/eds-card-tags.js +0 -45
  535. package/dist/components/eds-card-title.d.ts +0 -11
  536. package/dist/components/eds-card-title.js +0 -6
  537. package/dist/components/eds-card-tool.d.ts +0 -11
  538. package/dist/components/eds-card-tool.js +0 -137
  539. package/dist/components/eds-card-wrapper.d.ts +0 -11
  540. package/dist/components/eds-card-wrapper.js +0 -49
  541. package/dist/components/eds-code-block.d.ts +0 -11
  542. package/dist/components/eds-code-block.js +0 -6
  543. package/dist/components/eds-code-block2.js +0 -2510
  544. package/dist/components/eds-cookies-preference.d.ts +0 -11
  545. package/dist/components/eds-cookies-preference.js +0 -87
  546. package/dist/components/eds-dropdown.d.ts +0 -11
  547. package/dist/components/eds-dropdown.js +0 -6
  548. package/dist/components/eds-feedback.d.ts +0 -11
  549. package/dist/components/eds-feedback.js +0 -105
  550. package/dist/components/eds-footer.d.ts +0 -11
  551. package/dist/components/eds-footer.js +0 -6
  552. package/dist/components/eds-form.d.ts +0 -11
  553. package/dist/components/eds-frame.d.ts +0 -11
  554. package/dist/components/eds-frame.js +0 -120
  555. package/dist/components/eds-fullscreen-menu.d.ts +0 -11
  556. package/dist/components/eds-header.d.ts +0 -11
  557. package/dist/components/eds-icon-arrow-diagonal.d.ts +0 -11
  558. package/dist/components/eds-icon-arrow-diagonal.js +0 -33
  559. package/dist/components/eds-icon-arrow-right.d.ts +0 -11
  560. package/dist/components/eds-icon-arrow-right.js +0 -33
  561. package/dist/components/eds-icon-bluesky.d.ts +0 -11
  562. package/dist/components/eds-icon-bluesky.js +0 -33
  563. package/dist/components/eds-icon-bookmark.d.ts +0 -11
  564. package/dist/components/eds-icon-bookmark.js +0 -33
  565. package/dist/components/eds-icon-chevron-down.d.ts +0 -11
  566. package/dist/components/eds-icon-chevron-down.js +0 -33
  567. package/dist/components/eds-icon-chevron-left.d.ts +0 -11
  568. package/dist/components/eds-icon-chevron-left.js +0 -33
  569. package/dist/components/eds-icon-chevron-right.d.ts +0 -11
  570. package/dist/components/eds-icon-chevron-right.js +0 -33
  571. package/dist/components/eds-icon-chevron-up.d.ts +0 -11
  572. package/dist/components/eds-icon-chevron-up.js +0 -33
  573. package/dist/components/eds-icon-close.d.ts +0 -11
  574. package/dist/components/eds-icon-close.js +0 -33
  575. package/dist/components/eds-icon-copy.d.ts +0 -11
  576. package/dist/components/eds-icon-copy.js +0 -33
  577. package/dist/components/eds-icon-eu.d.ts +0 -11
  578. package/dist/components/eds-icon-eu.js +0 -33
  579. package/dist/components/eds-icon-external.d.ts +0 -11
  580. package/dist/components/eds-icon-external.js +0 -33
  581. package/dist/components/eds-icon-facebook.d.ts +0 -11
  582. package/dist/components/eds-icon-facebook.js +0 -33
  583. package/dist/components/eds-icon-gitlab.d.ts +0 -11
  584. package/dist/components/eds-icon-gitlab.js +0 -33
  585. package/dist/components/eds-icon-linkedin.d.ts +0 -11
  586. package/dist/components/eds-icon-linkedin.js +0 -33
  587. package/dist/components/eds-icon-loader.d.ts +0 -11
  588. package/dist/components/eds-icon-loader.js +0 -33
  589. package/dist/components/eds-icon-mastodon.d.ts +0 -11
  590. package/dist/components/eds-icon-mastodon.js +0 -33
  591. package/dist/components/eds-icon-menu.d.ts +0 -11
  592. package/dist/components/eds-icon-menu.js +0 -33
  593. package/dist/components/eds-icon-minus.d.ts +0 -11
  594. package/dist/components/eds-icon-minus.js +0 -33
  595. package/dist/components/eds-icon-more.d.ts +0 -11
  596. package/dist/components/eds-icon-more.js +0 -33
  597. package/dist/components/eds-icon-paper.d.ts +0 -11
  598. package/dist/components/eds-icon-paper.js +0 -33
  599. package/dist/components/eds-icon-plus.d.ts +0 -11
  600. package/dist/components/eds-icon-plus.js +0 -33
  601. package/dist/components/eds-icon-portal.d.ts +0 -11
  602. package/dist/components/eds-icon-portal.js +0 -33
  603. package/dist/components/eds-icon-private.d.ts +0 -11
  604. package/dist/components/eds-icon-private.js +0 -33
  605. package/dist/components/eds-icon-public.d.ts +0 -11
  606. package/dist/components/eds-icon-public.js +0 -33
  607. package/dist/components/eds-icon-search.d.ts +0 -11
  608. package/dist/components/eds-icon-search.js +0 -33
  609. package/dist/components/eds-icon-star.d.ts +0 -11
  610. package/dist/components/eds-icon-star.js +0 -33
  611. package/dist/components/eds-icon-success.d.ts +0 -11
  612. package/dist/components/eds-icon-success.js +0 -33
  613. package/dist/components/eds-icon-thumbs-down.d.ts +0 -11
  614. package/dist/components/eds-icon-thumbs-down.js +0 -33
  615. package/dist/components/eds-icon-thumbs-up.d.ts +0 -11
  616. package/dist/components/eds-icon-thumbs-up.js +0 -33
  617. package/dist/components/eds-icon-tutorial.d.ts +0 -11
  618. package/dist/components/eds-icon-tutorial.js +0 -33
  619. package/dist/components/eds-icon-twitter.d.ts +0 -11
  620. package/dist/components/eds-icon-twitter.js +0 -33
  621. package/dist/components/eds-icon-unknown.d.ts +0 -11
  622. package/dist/components/eds-icon-unknown.js +0 -33
  623. package/dist/components/eds-icon-updown.d.ts +0 -11
  624. package/dist/components/eds-icon-updown.js +0 -33
  625. package/dist/components/eds-icon-user.d.ts +0 -11
  626. package/dist/components/eds-icon-user.js +0 -33
  627. package/dist/components/eds-icon-wrapper.d.ts +0 -11
  628. package/dist/components/eds-icon-wrapper.js +0 -6
  629. package/dist/components/eds-icon-youtube.d.ts +0 -11
  630. package/dist/components/eds-icon-youtube.js +0 -33
  631. package/dist/components/eds-img.d.ts +0 -11
  632. package/dist/components/eds-img.js +0 -6
  633. package/dist/components/eds-input-field.d.ts +0 -11
  634. package/dist/components/eds-input-field.js +0 -6
  635. package/dist/components/eds-input-footer.d.ts +0 -11
  636. package/dist/components/eds-input-footer.js +0 -6
  637. package/dist/components/eds-input-footer2.js +0 -43
  638. package/dist/components/eds-input-label.d.ts +0 -11
  639. package/dist/components/eds-input-label.js +0 -6
  640. package/dist/components/eds-input-label2.js +0 -35
  641. package/dist/components/eds-input-range.d.ts +0 -11
  642. package/dist/components/eds-input-range.js +0 -6
  643. package/dist/components/eds-input-search.d.ts +0 -11
  644. package/dist/components/eds-input-search.js +0 -6
  645. package/dist/components/eds-input-select.d.ts +0 -11
  646. package/dist/components/eds-input-select.js +0 -6
  647. package/dist/components/eds-input.d.ts +0 -11
  648. package/dist/components/eds-input.js +0 -6
  649. package/dist/components/eds-link.d.ts +0 -11
  650. package/dist/components/eds-link.js +0 -6
  651. package/dist/components/eds-login.d.ts +0 -11
  652. package/dist/components/eds-login.js +0 -6
  653. package/dist/components/eds-logo.d.ts +0 -11
  654. package/dist/components/eds-logo.js +0 -6
  655. package/dist/components/eds-matomo-notice.d.ts +0 -11
  656. package/dist/components/eds-matomo-notice.js +0 -6
  657. package/dist/components/eds-matomo-notice2.js +0 -158
  658. package/dist/components/eds-modal.d.ts +0 -11
  659. package/dist/components/eds-modal.js +0 -144
  660. package/dist/components/eds-pagination.d.ts +0 -11
  661. package/dist/components/eds-pagination.js +0 -6
  662. package/dist/components/eds-progress-bar.d.ts +0 -11
  663. package/dist/components/eds-progress-bar.js +0 -6
  664. package/dist/components/eds-progress-bar2.js +0 -43
  665. package/dist/components/eds-rating.d.ts +0 -11
  666. package/dist/components/eds-rating.js +0 -6
  667. package/dist/components/eds-rating2.js +0 -91
  668. package/dist/components/eds-section-core.d.ts +0 -11
  669. package/dist/components/eds-section-core.js +0 -6
  670. package/dist/components/eds-section-core2.js +0 -44
  671. package/dist/components/eds-section-heading.d.ts +0 -11
  672. package/dist/components/eds-section-heading.js +0 -6
  673. package/dist/components/eds-section-heading2.js +0 -57
  674. package/dist/components/eds-social-networks.d.ts +0 -11
  675. package/dist/components/eds-social-networks.js +0 -6
  676. package/dist/components/eds-spinner.d.ts +0 -11
  677. package/dist/components/eds-spinner.js +0 -6
  678. package/dist/components/eds-spinner2.js +0 -72
  679. package/dist/components/eds-splash-screen.d.ts +0 -11
  680. package/dist/components/eds-splash-screen.js +0 -6
  681. package/dist/components/eds-steps-v2.d.ts +0 -11
  682. package/dist/components/eds-steps.d.ts +0 -11
  683. package/dist/components/eds-steps.js +0 -6
  684. package/dist/components/eds-switch.d.ts +0 -11
  685. package/dist/components/eds-switch.js +0 -57
  686. package/dist/components/eds-table.d.ts +0 -11
  687. package/dist/components/eds-table.js +0 -6
  688. package/dist/components/eds-tabs.d.ts +0 -11
  689. package/dist/components/eds-tabs.js +0 -152
  690. package/dist/components/eds-tag.d.ts +0 -11
  691. package/dist/components/eds-tag.js +0 -6
  692. package/dist/components/eds-tag2.js +0 -55
  693. package/dist/components/eds-timeline.d.ts +0 -11
  694. package/dist/components/eds-timeline.js +0 -119
  695. package/dist/components/eds-toast-manager.d.ts +0 -11
  696. package/dist/components/eds-toast-manager.js +0 -80
  697. package/dist/components/eds-toast.d.ts +0 -11
  698. package/dist/components/eds-toast.js +0 -6
  699. package/dist/components/eds-toast2.js +0 -104
  700. package/dist/components/eds-tooltip.d.ts +0 -11
  701. package/dist/components/eds-tooltip.js +0 -129
  702. package/dist/components/eds-trl.d.ts +0 -11
  703. package/dist/components/eds-trl.js +0 -138
  704. package/dist/components/eds-user.d.ts +0 -11
  705. package/dist/components/eu.js +0 -30
  706. package/dist/components/facebook.js +0 -14
  707. package/dist/components/gradient-primary-palette.d.ts +0 -11
  708. package/dist/components/gradient-primary-palette.js +0 -6
  709. package/dist/components/gradient-secondary-palette.d.ts +0 -11
  710. package/dist/components/gradient-secondary-palette.js +0 -6
  711. package/dist/components/gradient-support-palette.d.ts +0 -11
  712. package/dist/components/gradient-support-palette.js +0 -6
  713. package/dist/components/incorrect-use-of-colors.d.ts +0 -11
  714. package/dist/components/incorrect-use-of-colors.js +0 -81
  715. package/dist/components/index.d.ts +0 -33
  716. package/dist/components/index.js +0 -1
  717. package/dist/components/linkedin.js +0 -28
  718. package/dist/components/loader.js +0 -30
  719. package/dist/components/logo-color-margins.js +0 -118
  720. package/dist/components/logo-color.js +0 -115
  721. package/dist/components/logo-space.d.ts +0 -11
  722. package/dist/components/logo-space.js +0 -101
  723. package/dist/components/logo-variations-horizontal.d.ts +0 -11
  724. package/dist/components/logo-variations-horizontal.js +0 -6
  725. package/dist/components/logo-variations-tabs.d.ts +0 -11
  726. package/dist/components/logo-variations-tabs.js +0 -60
  727. package/dist/components/logo-variations-vertical.d.ts +0 -11
  728. package/dist/components/logo-variations-vertical.js +0 -6
  729. package/dist/components/logo-white-no-bg.js +0 -1029
  730. package/dist/components/logo-wrong-usage.d.ts +0 -11
  731. package/dist/components/logo-wrong-usage.js +0 -35
  732. package/dist/components/mastodon.js +0 -14
  733. package/dist/components/menu.js +0 -11
  734. package/dist/components/minus.js +0 -11
  735. package/dist/components/mono.js +0 -11
  736. package/dist/components/more.js +0 -13
  737. package/dist/components/p-024c7937.js +0 -1
  738. package/dist/components/p-032f9f64.entry.js +0 -1
  739. package/dist/components/p-05754401.js +0 -1
  740. package/dist/components/p-058cf100.entry.js +0 -1
  741. package/dist/components/p-063b0683.entry.js +0 -1
  742. package/dist/components/p-0be28996.js +0 -1
  743. package/dist/components/p-0ce924b1.entry.js +0 -1
  744. package/dist/components/p-0e6d43c5.js +0 -1
  745. package/dist/components/p-112122d6.js +0 -1
  746. package/dist/components/p-13efafb9.js +0 -1
  747. package/dist/components/p-18eb23ff.entry.js +0 -1
  748. package/dist/components/p-1aab55cf.entry.js +0 -1
  749. package/dist/components/p-1b2913c8.js +0 -1
  750. package/dist/components/p-1b4e9576.entry.js +0 -1
  751. package/dist/components/p-1ded61bd.js +0 -1
  752. package/dist/components/p-2066b033.js +0 -1
  753. package/dist/components/p-20b3a999.entry.js +0 -1
  754. package/dist/components/p-20e9ae7f.entry.js +0 -1
  755. package/dist/components/p-2117611b.js +0 -1
  756. package/dist/components/p-21a746a4.entry.js +0 -9
  757. package/dist/components/p-22f9e720.js +0 -1
  758. package/dist/components/p-2692f93d.js +0 -1
  759. package/dist/components/p-29041952.js +0 -1
  760. package/dist/components/p-29e807f5.entry.js +0 -1
  761. package/dist/components/p-2c1be2bb.entry.js +0 -1
  762. package/dist/components/p-30a319d5.entry.js +0 -1
  763. package/dist/components/p-32e6c4df.js +0 -1
  764. package/dist/components/p-35ed7ebf.entry.js +0 -1
  765. package/dist/components/p-373119b3.js +0 -1
  766. package/dist/components/p-376b706b.entry.js +0 -1
  767. package/dist/components/p-3932d0af.entry.js +0 -1
  768. package/dist/components/p-3a7be9a7.entry.js +0 -1
  769. package/dist/components/p-3af94671.entry.js +0 -1
  770. package/dist/components/p-3f480c3c.entry.js +0 -1
  771. package/dist/components/p-41e89554.entry.js +0 -1
  772. package/dist/components/p-424ba743.entry.js +0 -1
  773. package/dist/components/p-435a8942.entry.js +0 -1
  774. package/dist/components/p-4587d0ef.js +0 -1
  775. package/dist/components/p-4687b64c.js +0 -1
  776. package/dist/components/p-46d0716d.js +0 -1
  777. package/dist/components/p-4c7852f8.entry.js +0 -1
  778. package/dist/components/p-4e8a317b.entry.js +0 -1
  779. package/dist/components/p-50e27321.js +0 -1
  780. package/dist/components/p-526cdc57.entry.js +0 -1
  781. package/dist/components/p-52913e2e.entry.js +0 -1
  782. package/dist/components/p-54b8f143.js +0 -1
  783. package/dist/components/p-59d963d1.entry.js +0 -1
  784. package/dist/components/p-5ab1d64a.js +0 -1
  785. package/dist/components/p-5d046674.js +0 -1
  786. package/dist/components/p-622dd2a1.entry.js +0 -1
  787. package/dist/components/p-6404e157.entry.js +0 -1
  788. package/dist/components/p-66bb44c9.entry.js +0 -1
  789. package/dist/components/p-694fc085.js +0 -1
  790. package/dist/components/p-69c5074b.js +0 -1
  791. package/dist/components/p-6dc26e53.entry.js +0 -1
  792. package/dist/components/p-7198c024.js +0 -1
  793. package/dist/components/p-78fa7132.entry.js +0 -1
  794. package/dist/components/p-7dce734a.entry.js +0 -1
  795. package/dist/components/p-7fa88255.entry.js +0 -1
  796. package/dist/components/p-81899237.js +0 -1
  797. package/dist/components/p-83936521.entry.js +0 -1
  798. package/dist/components/p-83ff4a95.js +0 -1
  799. package/dist/components/p-8527ef5f.entry.js +0 -1
  800. package/dist/components/p-85ad681a.entry.js +0 -1
  801. package/dist/components/p-8653bc36.entry.js +0 -1
  802. package/dist/components/p-86bb73dc.js +0 -1
  803. package/dist/components/p-8983de37.js +0 -1
  804. package/dist/components/p-8baa7e01.entry.js +0 -1
  805. package/dist/components/p-8e3c6c63.entry.js +0 -1
  806. package/dist/components/p-91440d2f.entry.js +0 -1
  807. package/dist/components/p-923f67b5.entry.js +0 -1
  808. package/dist/components/p-93093977.entry.js +0 -1
  809. package/dist/components/p-941240b5.entry.js +0 -1
  810. package/dist/components/p-97e95520.entry.js +0 -1
  811. package/dist/components/p-9873ebec.entry.js +0 -1
  812. package/dist/components/p-9a1a6df1.entry.js +0 -1
  813. package/dist/components/p-9c5a453b.js +0 -1
  814. package/dist/components/p-9cbcccf8.entry.js +0 -1
  815. package/dist/components/p-9dc879c9.entry.js +0 -1
  816. package/dist/components/p-a1d55013.entry.js +0 -1
  817. package/dist/components/p-a56f0579.entry.js +0 -1
  818. package/dist/components/p-a8b0fe92.entry.js +0 -1
  819. package/dist/components/p-acc4d234.entry.js +0 -1
  820. package/dist/components/p-aefcb641.js +0 -1
  821. package/dist/components/p-b0b37831.entry.js +0 -1
  822. package/dist/components/p-b299b89a.entry.js +0 -1
  823. package/dist/components/p-b2b46793.entry.js +0 -1
  824. package/dist/components/p-b47d115d.entry.js +0 -1
  825. package/dist/components/p-b55b0091.entry.js +0 -1
  826. package/dist/components/p-b73410de.js +0 -1
  827. package/dist/components/p-b76aa402.entry.js +0 -1
  828. package/dist/components/p-b822abb7.js +0 -1
  829. package/dist/components/p-b8ba7e5c.entry.js +0 -1
  830. package/dist/components/p-b96fc468.entry.js +0 -1
  831. package/dist/components/p-ba720bf3.js +0 -1
  832. package/dist/components/p-bab07ba6.entry.js +0 -1
  833. package/dist/components/p-bcbc7b7f.entry.js +0 -1
  834. package/dist/components/p-c1e4ef92.js +0 -1
  835. package/dist/components/p-c776b6f8.js +0 -1
  836. package/dist/components/p-c86243a3.entry.js +0 -1
  837. package/dist/components/p-c8abff96.entry.js +0 -1
  838. package/dist/components/p-c8e7c854.js +0 -1
  839. package/dist/components/p-c935aa46.entry.js +0 -1
  840. package/dist/components/p-cccacbd3.js +0 -2
  841. package/dist/components/p-cccff1e3.entry.js +0 -1
  842. package/dist/components/p-cd624044.entry.js +0 -1
  843. package/dist/components/p-cdc36ea8.entry.js +0 -1
  844. package/dist/components/p-cdf19579.js +0 -1
  845. package/dist/components/p-d525ed36.entry.js +0 -1
  846. package/dist/components/p-d94a44b9.entry.js +0 -1
  847. package/dist/components/p-d962849c.js +0 -1
  848. package/dist/components/p-dbcf1f0e.entry.js +0 -1
  849. package/dist/components/p-dcc08064.entry.js +0 -1
  850. package/dist/components/p-dcd4de1f.entry.js +0 -1
  851. package/dist/components/p-e1255160.js +0 -1
  852. package/dist/components/p-e2d5a487.js +0 -1
  853. package/dist/components/p-e64cd6f7.entry.js +0 -1
  854. package/dist/components/p-ea089f4e.entry.js +0 -1
  855. package/dist/components/p-eb0b93d5.js +0 -1
  856. package/dist/components/p-ecbb679f.js +0 -1
  857. package/dist/components/p-ece618b3.js +0 -1
  858. package/dist/components/p-eebf7ebf.entry.js +0 -1
  859. package/dist/components/p-efc73304.entry.js +0 -1
  860. package/dist/components/p-f13e9ab1.entry.js +0 -1
  861. package/dist/components/p-f48a4313.entry.js +0 -1
  862. package/dist/components/p-ff7acb55.entry.js +0 -1
  863. package/dist/components/paper.js +0 -15
  864. package/dist/components/plus.js +0 -12
  865. package/dist/components/portal.js +0 -18
  866. package/dist/components/primary.js +0 -65
  867. package/dist/components/primary2.js +0 -67
  868. package/dist/components/private.js +0 -25
  869. package/dist/components/public.js +0 -16
  870. package/dist/components/search.js +0 -12
  871. package/dist/components/secondary.js +0 -92
  872. package/dist/components/secondary2.js +0 -107
  873. package/dist/components/star.js +0 -5
  874. package/dist/components/success.js +0 -18
  875. package/dist/components/support.js +0 -94
  876. package/dist/components/support2.js +0 -85
  877. package/dist/components/svg-repository.d.ts +0 -11
  878. package/dist/components/svg-repository.js +0 -417
  879. package/dist/components/thumbs-down.js +0 -5
  880. package/dist/components/thumbs-up.js +0 -6
  881. package/dist/components/token-list.d.ts +0 -11
  882. package/dist/components/token-list.js +0 -6
  883. package/dist/components/token-radii.d.ts +0 -11
  884. package/dist/components/token-radii.js +0 -6
  885. package/dist/components/token-radii2.js +0 -47
  886. package/dist/components/token-ratios.d.ts +0 -11
  887. package/dist/components/token-ratios.js +0 -54
  888. package/dist/components/token-shadows.d.ts +0 -11
  889. package/dist/components/token-shadows.js +0 -6
  890. package/dist/components/token-shadows2.js +0 -56
  891. package/dist/components/token-spacing.d.ts +0 -11
  892. package/dist/components/token-spacing.js +0 -29
  893. package/dist/components/token-typography.d.ts +0 -11
  894. package/dist/components/token-typography.js +0 -255
  895. package/dist/components/tutotial.js +0 -27
  896. package/dist/components/twitter.js +0 -14
  897. package/dist/components/unknown.js +0 -22
  898. package/dist/components/up-and-down.js +0 -12
  899. package/dist/components/user.js +0 -16
  900. package/dist/components/youtube.js +0 -14
  901. package/dist/esm/analytics-44b1416b.js +0 -56
  902. package/dist/esm/arrow-diagonal-black-8f0494c3.js +0 -3
  903. package/dist/esm/arrow-right-9322ba8a.js +0 -5
  904. package/dist/esm/bluesky-cc5edd2d.js +0 -14
  905. package/dist/esm/bookmark-c200037c.js +0 -16
  906. package/dist/esm/chevron-down-6144c823.js +0 -12
  907. package/dist/esm/chevron-left-ca6c66e1.js +0 -11
  908. package/dist/esm/chevron-right-b88ed2d4.js +0 -5
  909. package/dist/esm/chevron-up-c66bd477.js +0 -12
  910. package/dist/esm/close-87fc0d63.js +0 -5
  911. package/dist/esm/color-2554aad6.js +0 -132
  912. package/dist/esm/color-primary-palette_6.entry.js +0 -331
  913. package/dist/esm/components.js +0 -20
  914. package/dist/esm/copy-03b72cb6.js +0 -5
  915. package/dist/esm/eds-avatar_24.entry.js +0 -2073
  916. package/dist/esm/eds-card-desc_3.entry.js +0 -107
  917. package/dist/esm/eds-login_2.entry.js +0 -2095
  918. package/dist/esm/eds-pagination_2.entry.js +0 -398
  919. package/dist/esm/eu-9ddde93a.js +0 -30
  920. package/dist/esm/facebook-9cb5c17f.js +0 -14
  921. package/dist/esm/index-39c58238.js +0 -46
  922. package/dist/esm/index.js +0 -1
  923. package/dist/esm/linkedin-e8650abb.js +0 -28
  924. package/dist/esm/loader-c9628637.js +0 -30
  925. package/dist/esm/loader.js +0 -11
  926. package/dist/esm/logo-color-7f1fd803.js +0 -115
  927. package/dist/esm/logo-color-margins-ff8ce71b.js +0 -118
  928. package/dist/esm/logo-variations-horizontal_2.entry.js +0 -31
  929. package/dist/esm/logo-white-no-bg-f382f86f.js +0 -1029
  930. package/dist/esm/mastodon-3703ec61.js +0 -14
  931. package/dist/esm/menu-340ea948.js +0 -11
  932. package/dist/esm/minus-b30a7c71.js +0 -11
  933. package/dist/esm/mono-53f70232.js +0 -11
  934. package/dist/esm/more-4449d549.js +0 -13
  935. package/dist/esm/paper-8e74ea31.js +0 -15
  936. package/dist/esm/plus-89c07be2.js +0 -12
  937. package/dist/esm/portal-d6c8ce56.js +0 -18
  938. package/dist/esm/private-1c25ff8e.js +0 -25
  939. package/dist/esm/public-d4d8c585.js +0 -16
  940. package/dist/esm/search-fbcd79c2.js +0 -12
  941. package/dist/esm/sharedUtils-a550989c.js +0 -19
  942. package/dist/esm/star-0da9b5e9.js +0 -5
  943. package/dist/esm/success-443809da.js +0 -18
  944. package/dist/esm/svg-repository.entry.js +0 -333
  945. package/dist/esm/thumbs-down-a18fd049.js +0 -5
  946. package/dist/esm/thumbs-up-c19a71bc.js +0 -6
  947. package/dist/esm/toastManager-d9eee791.js +0 -31
  948. package/dist/esm/token-list_3.entry.js +0 -294
  949. package/dist/esm/tutotial-150ee1fd.js +0 -27
  950. package/dist/esm/twitter-ac21b505.js +0 -14
  951. package/dist/esm/unknown-ed01a24c.js +0 -22
  952. package/dist/esm/up-and-down-d747abee.js +0 -12
  953. package/dist/esm/user-71ebdc15.js +0 -16
  954. package/dist/esm/youtube-efbfbdc4.js +0 -14
  955. package/dist/hydrate/index.d.ts +0 -242
  956. package/dist/hydrate/index.js +0 -32710
  957. package/dist/hydrate/index.mjs +0 -32702
  958. package/dist/hydrate/package.json +0 -12
  959. package/dist/index.cjs.js +0 -1
  960. package/dist/index.js +0 -1
  961. package/dist/stencil.config.js +0 -60
  962. package/loader/cdn.js +0 -1
  963. package/loader/index.cjs.js +0 -1
  964. package/loader/index.d.ts +0 -24
  965. package/loader/index.es2017.js +0 -1
  966. package/loader/index.js +0 -2
  967. package/loader/package.json +0 -11
  968. /package/dist/{esm → components}/app-globals-0f993ce5.js +0 -0
  969. /package/dist/components/{index2.js → index-144c9ae8.js} +0 -0
  970. /package/dist/components/{sharedUtils.js → sharedUtils-6a231dd4.js} +0 -0
  971. /package/dist/components/{toastManager.js → toastManager-b716afd8.js} +0 -0
@@ -1,11 +0,0 @@
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;
@@ -1,35 +0,0 @@
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: '3abc03c4b2592a3138a60c80c390ff12ac79c92e', class: "container" }, h("ul", { key: 'be3a492fe05ef05b96bfc66833f7ac30d596cf7c', class: "not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16" }, h("li", { key: '60f3aa76849d2793907b27ad6ed0584f27896dc1', 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: '7c0c0f86de1354651d42f11c865ea4e68d7fd5f6', class: "mx-auto no-other-bg-color logo", innerHTML: hLogoColor }), h("p", { key: '6c1e0b7bc964a2b062ddd539f740622ed5cf9ef8', class: "f-ui-02 text-center" }, "Do not use with backgrounds that make legibility difficult")), h("li", { key: '4dbf231814d5994d3075ca55b8a18006eb3b487e', 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: 'ee1964d4fe1390daa4c3446370d6efd183ec80e2', class: "mx-auto no-other-color logo non-brand-color", innerHTML: hLogoColor }), h("p", { key: '509d867602f88bfd2ce5030e78005eb96993e22b', class: "f-ui-02 text-center" }, "Do not apply other colors")), h("li", { key: '40b486fdcf816d6cc3943b3444014a145798889f', 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: 'cc64549a8aaf14eac2ed57543ca7bbca39fd7686', class: "mx-auto distorted logo", innerHTML: hLogoColor }), h("p", { key: 'e8fdc70352a2084d5bc7255059addb232f055f63', class: "f-ui-02 text-center" }, "Do not deform the logo")), h("li", { key: '375278f35b81a58f00f0a5702d156774b8d5f5a0', 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: '4c4d4f2e3a8b4111b2f444a744f366c276f1869f', class: "mx-auto effects logo", innerHTML: hLogoColor }), h("p", { key: 'c3bf1ab4f4244a345ab5babbce4f4de78b696ac6', class: "f-ui-02 text-center" }, "Do not apply effects")), h("li", { key: '5fe3b28dba45127dc391d8101402834f09a61976', 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: 'e4e36e3539813527c339e0e46a66661d8d9fd412', class: "mx-auto rotated logo", innerHTML: hLogoColor }), h("p", { key: '6d48a5cc5a0917047ba8377da80a24f42d3d16d1', class: "f-ui-02 text-center" }, "Do not rotate the logo")), h("li", { key: '9e55f909b1fc0fcbc9b3a1e6d57257f4972f7632', 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: 'c1867f7232957dc5022936f2174039e4d02e6ad7', class: "mx-auto outlined logo", innerHTML: hLogoColor }), h("p", { key: 'd0769904f374ae87e5e283135854dbfb7b448663', class: "f-ui-02 text-center" }, "Do not apply outlines")), h("li", { key: '0955a1f0e63fdc260e990ce995f8d1e1546bfdf4', 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: '4f9ad9e2a5d3ba7125284b1657db0cad282480ce', class: "mx-auto" }, h("div", { key: 'd1a2ef07750991919768bd699a8e8c2cd2801254', class: "bg-accent p-16" }, h("div", { key: '291732a9a1463be409989c10def40eafb4e89ee2', class: "text-inverse", innerHTML: hLogoColor })), h("p", { key: 'b9946ad16af5c474a06179be04966dfaba6c81c3', 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 };
@@ -1,14 +0,0 @@
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 };
@@ -1,11 +0,0 @@
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 };
@@ -1,11 +0,0 @@
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 };
@@ -1,11 +0,0 @@
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 };
@@ -1,13 +0,0 @@
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 };
@@ -1 +0,0 @@
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}
@@ -1 +0,0 @@
1
- import{r as e,c as i,h as t,g as n}from"./p-cccacbd3.js";import{s as o}from"./p-13efafb9.js";const r=class{constructor(t){e(this,t),this.accordion=i(this,"accordion",7),this.handleClick=()=>{var e;this.isExpanded=!this.isExpanded,this.accordion.emit(this.isExpanded),this.setPanelHeight(),o({category:"ui-component",parentContext:null,tag:this.el.tagName.toLowerCase(),name:(null===(e=this.title)||void 0===e?void 0:e.toLowerCase())||"",action:this.isExpanded?"expanded":"collapsed"})},this.setPanelHeight=()=>{this.childContentRef&&(this.shortContent=this.wrapperRef.scrollWidth>830&&!this.description?this.childContentRef.scrollHeight<=80:this.childContentRef.scrollHeight<=20,this.panelHeight=this.isExpanded&&!this.shortContent?this.childContentRef.scrollHeight:0),this.headerRef&&(this.headerHeight=this.headerRef.scrollHeight-30)},this.title=void 0,this.description=void 0,this.switchBg=!0,this.expanded=!1,this.clampText=!0,this.isExpanded=this.expanded,this.panelHeight=0,this.shortContent=!1,this.headerHeight=0}componentDidLoad(){this.setPanelHeight(),window.addEventListener("resize",this.setPanelHeight)}disconnectedCallback(){window.removeEventListener("resize",this.setPanelHeight)}render(){return t("div",{key:"db04fa9db1f53e95a7ac758656b32e75281f5749",ref:e=>this.wrapperRef=e,class:`flex effect-color border-softer relative grid overflow-hidden rounded-lg border-2 p-16 \n ${this.switchBg&&this.isExpanded?"bg-inverse":"bg-default"} \n ${this.switchBg?"hover:bg-inverse":""}\n ${this.description?"min-h-56":""}`},t("h3",{key:"a6fc54388e0eab3ddfb81dfb5907c55a1d6d40e1",ref:e=>this.headerRef=e,class:"mr-auto f-heading-06 text-left absolute inset-x-16 break-words top-16 pr-40"},this.title),t("div",{key:"96a1e4ae2849300e6cd3c737357a7e6e9a0439d5",class:"ml-auto"},t("eds-button",{key:"ca53eed446f9bc7a96182da9e9e3a45b1c63dba2",id:"toggleAccordion",intent:"tertiary","aria-expanded":this.isExpanded||this.shortContent,"aria-label":"Toggle accordion","aria-controls":"accordionSection",class:"effect-color flex w-full items-center justify-between rounded-md outline-none focus:outline-none",onClick:this.handleClick,icon:"chevron-down"})),t("div",{key:"2e1c52759fa07ecf63fed47f79c0384a79cd81c6",class:"w-full",style:Number.isFinite(this.headerHeight)?{marginTop:`${this.headerHeight}px`}:{}},this.description?t("span",{class:"text-light "+(!this.isExpanded&&this.clampText?"line-clamp-1":"")},this.description):null,t("section",{key:"6ca819b2d9cb989f0942b98f32cd7243771b6ae9",id:"accordionSection",role:"region","aria-labelledby":"accordionHeader","aria-hidden":!this.isExpanded,class:"z-1 effect-height relative h-0 w-full "+(!this.isExpanded&&this.clampText?"overflow-hidden":""),style:{height:this.isExpanded?"auto":"0"}},t("div",{key:"aa33297747aca21c3b3ed33eb3eabc2998192aeb",ref:e=>this.childContentRef=e,class:"accordion-content effect-color pt-4","aria-hidden":!this.isExpanded},t("span",{key:"af5b6e2218419a3c95e21e7e432696b073b7752b",class:!this.isExpanded&&this.clampText?"line-clamp-2":""},t("slot",{key:"2a9d1ef2d2537c831b28fbecb02a6125a1412019"}))))))}get el(){return n(this)}};r.style="blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}.min-h-56{min-height:3.5rem}.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}.break-words{overflow-wrap:break-word}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.effect-color{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:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.border-softer{border:2px solid rgba(0, 0, 0, .1)}.bg-default{background-color:var(--grey-200)}.bg-inverse{background-color:var(--white)}.relative{position:relative}.absolute{position:absolute}.inset-x-16{left:1rem;right:1rem}.top-16{top:1rem}.pr-32{padding-right:2rem}.pr-36{padding-right:2.25rem}.pr-40{padding-right:2.5rem}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.w-full{width:100%}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.rounded-md{border-radius:12px}.outline-none{outline:2px solid transparent;outline-offset:2px}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.text-light{color:var(--grey-700)}.z-1{z-index:1}.z-10{z-index:10}.effect-height{transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1);transition-property:height}.h-0{height:0rem}.h-auto{height:auto}.pt-4{padding-top:0.25rem}.overflow-hidden{overflow:hidden}.grid{display:grid}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:16px}.border-2{border-width:2px}.p-16{padding:1rem}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.f-heading-05{font-family:var(--f-heading-05-fontFamily);font-weight:var(--f-heading-05-fontWeight);font-size:var(--f-heading-05-fontSize);line-height:var(--f-heading-05-lineHeight);letter-spacing:var(--f-heading-05-letterSpacing)}.f-heading-06{font-family:var(--f-heading-06-fontFamily);font-weight:var(--f-heading-06-fontWeight);font-size:var(--f-heading-06-fontSize);line-height:var(--f-heading-06-lineHeight);letter-spacing:var(--f-heading-06-letterSpacing)}.text-left{text-align:left}.text-center{text-align:center}";export{r as eds_accordion}
@@ -1 +0,0 @@
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}
@@ -1 +0,0 @@
1
- import{r as e,h as t}from"./p-cccacbd3.js";import{c as i}from"./p-112122d6.js";const a=class{constructor(t){e(this,t),this.description=void 0,this.descClass="f-ui-03-light",this.truncate=!0,this.truncateLines="3"}getTruncateClass(){return this.truncate&&this.truncateLines?`line-clamp-${this.truncateLines}`:""}render(){return t("p",{key:"96ba520be4ef9acf871a6e992d5ea74aaf17c962",class:`text-light ${this.descClass}`},t("span",{key:"951358bd0c992426175e3c1b3c580f2f9be4027f",class:this.getTruncateClass()},this.description))}};a.style=".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)}.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)}.text-light{color:var(--grey-700)}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}";const r=class{constructor(t){e(this,t),this.url=void 0,this.titleClass=void 0,this.headingLevel="h3",this.externalLink=!1,this.cardTitle=void 0,this.hierarchy=!0}getTitleClass(){return`f-heading-${(this.hierarchy?{h1:"05",h2:"05",h3:"05",h4:"05",h5:"05",h6:"06"}:{h1:"01",h2:"02",h3:"03",h4:"04",h5:"05",h6:"06"})[this.headingLevel]}`}render(){return t(this.headingLevel,{key:"57ce97f35ee52623d32fac0b6b1a576ca8b5aa70",class:this.getTitleClass()},t("a",{key:"60fb313d2b8753974658f73aaddd359a63548a79",class:"break-words after:absolute after:inset-0 after:z-10 after:content-[''] focus:outline-none",href:this.url,target:this.externalLink?"_blank":void 0,rel:this.externalLink?"noopener noreferrer":void 0},this.cardTitle))}};r.style="a{all:unset;display:inline;color:inherit;text-decoration:none;cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0}.f-heading-01{font-family:var(--f-heading-01-fontFamily);font-weight:var(--f-heading-01-fontWeight);font-size:var(--f-heading-01-fontSize);line-height:var(--f-heading-01-lineHeight);letter-spacing:var(--f-heading-01-letterSpacing)}.f-heading-02{font-family:var(--f-heading-02-fontFamily);font-weight:var(--f-heading-02-fontWeight);font-size:var(--f-heading-02-fontSize);line-height:var(--f-heading-02-lineHeight);letter-spacing:var(--f-heading-02-letterSpacing)}.f-heading-03{font-family:var(--f-heading-03-fontFamily);font-weight:var(--f-heading-03-fontWeight);font-size:var(--f-heading-03-fontSize);line-height:var(--f-heading-03-lineHeight);letter-spacing:var(--f-heading-03-letterSpacing)}.f-heading-04{font-family:var(--f-heading-04-fontFamily);font-weight:var(--f-heading-04-fontWeight);font-size:var(--f-heading-04-fontSize);line-height:var(--f-heading-04-lineHeight);letter-spacing:var(--f-heading-04-letterSpacing)}.f-heading-05{font-family:var(--f-heading-05-fontFamily);font-weight:var(--f-heading-05-fontWeight);font-size:var(--f-heading-05-fontSize);line-height:var(--f-heading-05-lineHeight);letter-spacing:var(--f-heading-05-letterSpacing)}.f-heading-06{font-family:var(--f-heading-06-fontFamily);font-weight:var(--f-heading-06-fontWeight);font-size:var(--f-heading-06-fontSize);line-height:var(--f-heading-06-lineHeight);letter-spacing:var(--f-heading-06-letterSpacing)}.break-words{overflow-wrap:break-word}.after\\:absolute::after{position:absolute}.after\\:inset-0::after{inset:0rem}.after\\:z-10::after{z-index:10}.after\\:content-\\[\\'\\'\\]::after{--tw-content:'';content:var(--tw-content)}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}";const n=i(["f-ui-05 py-1 px-4 border-2 rounded-pill"],{variants:{intent:{default:"border-default",strong:"text-inverse bg-strongest border-default",accent:"text-[#0034CB] border-[#0034CB]",weak:"text-light bg-strongest-soft border-transparent",inverse:"border-inverse text-inverse","inverse-strong":"bg-inverse border-inverse text-lighter"}},defaultVariants:{intent:"default"}}),o=class{constructor(t){e(this,t),this.label=void 0,this.intent="default"}render(){const e=n({intent:this.intent});return t("span",{key:"55a6039b040436e5dded9aaf1007668b97091ba3",class:e},this.label)}};o.style=".f-ui-05{font-family:var(--f-ui-05-fontFamily);font-weight:var(--f-ui-05-fontWeight);font-size:var(--f-ui-05-fontSize);line-height:var(--f-ui-05-lineHeight);letter-spacing:var(--f-ui-05-letterSpacing)}.py-1{padding-top:0.0625rem;padding-bottom:0.0625rem}.px-4{padding-left:0.25rem;padding-right:0.25rem}.border-2{border-width:2px}.rounded-pill{border-radius:100px}.border-default{border:2px solid var(--black)}.text-inverse{color:var(--white)}.bg-strongest{background-color:var(--black)}.text-\\[\\#0034CB\\]{--tw-text-opacity:1;color:rgb(0 52 203 / var(--tw-text-opacity))}.border-\\[\\#0034CB\\]{--tw-border-opacity:1;border:2px solid rgb(0 52 203 / var(--tw-border-opacity))}.text-light{color:var(--grey-700)}.bg-strongest-soft{background-color:rgba(0, 0, 0, .05)}.border-transparent{border-color:var(--transparent)}.border-inverse{border-color:var(--white)}.bg-inverse{background-color:var(--white)}.text-lighter{color:var(--grey-600)}";export{a as eds_card_desc,r as eds_card_title,o as eds_tag}
@@ -1 +0,0 @@
1
- import{r as i,h as n}from"./p-cccacbd3.js";import{v as e}from"./p-9c5a453b.js";const l=class{constructor(n){i(this,n)}render(){return n("div",{key:"ef880ea5beba757cdd39f435eeb2fffc31840b44",class:"container"},n("ul",{key:"53cab505e89057b97a9e6d431e25886c8790a363",class:"not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"},n("li",{key:"c5454fac34e2799ce7a10d57e9d1a659522325ac",class:"grid-col-span-6 xxl:grid-col-span-3 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},n("div",{key:"e8c8300bec00274891d0a5fca79955fa06efff67",class:"logo-container mx-auto w-[300px]",innerHTML:e})),n("li",{key:"4b3c0262751f08fd7b23937908c429ea95f0d053",class:"grid-col-span-6 xxl:grid-col-span-3 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},n("div",{key:"93acac909ef53d6e08dc09d0f9bacd676bb5e7d9",class:"text-center mt-16"},n("p",{key:"e8f03d15125aeb471a876cd58f12ae094c1539d3",class:"f-body-01"},"To ensure legibility, follow these minimum size guidelines:"),n("eds-table",{key:"fbb39b9b45de955c46329f3d96209074a1e513ff",data:'[\n { "Media": "Print", "Landscape": "0.75 cm", "Portrait": "1.75 cm" },\n { "Media": "Web", "Landscape": "29 px", "Portrait": "50 px" }\n ]',config:'{\n "Media": { "format": "bold" }\n }'}))),n("li",{key:"25b3994ab87f7c78b514b585aebf72893b4cc25f",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"})))}};l.style='ol,ul,menu{list-style:none;margin:0;padding:0}.text-center{text-align:center}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.grid-layout{--grid-columns:6;display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-6[class*="grid-line-xfull"]>*:nth-child(n)::before{inset-inline-start:calc(var(--inner-gutter) / -2);inset-inline-end:calc(var(--inner-gutter) / -2)}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1)::before{inset-inline-start:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+6)::before{inset-inline-end:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)::before{border-bottom-width:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)~*::before{border-bottom-width:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+6)::after{border-inline-end-width:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(-n+6)::after{top:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)::after{bottom:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)~li::after{bottom:0}.grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.gap-y-8{row-gap:0.5rem}.flex{display:flex}.flex-col{flex-direction:column}.mx-auto{margin-left:auto;margin-right:auto}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}@media (min-width: 750px){.md\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}.md\\:gap-y-12{row-gap:0.75rem}}@media (min-width: 900px){.lg\\:gap-y-16{row-gap:1rem}.lg\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1024px){.xl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1280px){.xxl\\:grid-col-span-2{--container-grid-columns:2;grid-column:span 2 / span 2}.xxl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}.w-\\[150px\\]{width:150px}.w-\\[300px\\]{width:300px}';export{l as logo_space}
@@ -1 +0,0 @@
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}
@@ -1 +0,0 @@
1
- import{r as e,c as i,h as t,g as n}from"./p-cccacbd3.js";import{p as a}from"./p-69c5074b.js";const f=class{constructor(t){e(this,t),this.rating=i(this,"rating",7),this.type="star",this.count=5,this.label="Rate your Experience!",this.description="This is a description!",this.textMapping=["Very Poor","Poor","Average","Good","Excellent"],this.selectedRating=0}componentDidLoad(){this.el.shadowRoot.querySelectorAll("eds-button").forEach((e=>{this.emitContext(e)}))}emitContext(e){const i=new CustomEvent("parentContext",{detail:{componentName:this.el.tagName.toLowerCase(),identifier:this.selectedRating}});e.dispatchEvent(i)}get parsedMappings(){return a(this.textMapping)}ratingUpdated(e){this.selectedRating=e.detail}render(){return t("div",{key:"5fbf2af8386c318134b64c1323553bc00ee2fe2c",class:"grid inline"},t("h1",{key:"f5ec1e3cbbfa9c1d549a69c76e01609253c6dfea",class:"f-heading-01 my-4"},this.label),t("p",{key:"60348466e10a5295fdb861f512c1037cdf8fbf27",class:"f-body-01 text-light"},this.description),t("eds-rating",{key:"ed559e7844c20081e82ccc0cddd4a34691a7ad1d","rating-type":this.type,"rating-count":this.count}),this.selectedRating>0&&this.parsedMappings[this.selectedRating-1]&&t("span",{key:"b4ab49d3c936649c75714ef2cd9fc09f9a213437",class:"f-ui-04 text-lighter"},this.parsedMappings[this.selectedRating-1]))}get el(){return n(this)}};f.style="h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}.text-light{color:var(--grey-700)}.text-lighter{color:var(--grey-600)}.text-lightest{color:var(--grey-500)}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.f-heading-01{font-family:var(--f-heading-01-fontFamily);font-weight:var(--f-heading-01-fontWeight);font-size:var(--f-heading-01-fontSize);line-height:var(--f-heading-01-lineHeight);letter-spacing:var(--f-heading-01-letterSpacing)}.f-heading-02{font-family:var(--f-heading-02-fontFamily);font-weight:var(--f-heading-02-fontWeight);font-size:var(--f-heading-02-fontSize);line-height:var(--f-heading-02-lineHeight);letter-spacing:var(--f-heading-02-letterSpacing)}.f-heading-03{font-family:var(--f-heading-03-fontFamily);font-weight:var(--f-heading-03-fontWeight);font-size:var(--f-heading-03-fontSize);line-height:var(--f-heading-03-lineHeight);letter-spacing:var(--f-heading-03-letterSpacing)}.f-heading-04{font-family:var(--f-heading-04-fontFamily);font-weight:var(--f-heading-04-fontWeight);font-size:var(--f-heading-04-fontSize);line-height:var(--f-heading-04-lineHeight);letter-spacing:var(--f-heading-04-letterSpacing)}.f-heading-05{font-family:var(--f-heading-05-fontFamily);font-weight:var(--f-heading-05-fontWeight);font-size:var(--f-heading-05-fontSize);line-height:var(--f-heading-05-lineHeight);letter-spacing:var(--f-heading-05-letterSpacing)}.f-heading-06{font-family:var(--f-heading-06-fontFamily);font-weight:var(--f-heading-06-fontWeight);font-size:var(--f-heading-06-fontSize);line-height:var(--f-heading-06-lineHeight);letter-spacing:var(--f-heading-06-letterSpacing)}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.f-body-02{font-family:var(--f-body-02-fontFamily);font-weight:var(--f-body-02-fontWeight);font-size:var(--f-body-02-fontSize);line-height:var(--f-body-02-lineHeight);letter-spacing:var(--f-body-02-letterSpacing)}.f-ui-04{font-family:var(--f-ui-04-fontFamily);font-weight:var(--f-ui-04-fontWeight);font-size:var(--f-ui-04-fontSize);line-height:var(--f-ui-04-lineHeight);letter-spacing:var(--f-ui-04-letterSpacing)}.inline{display:inline}.grid{display:grid}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.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}";export{f as eds_feedback}
@@ -1 +0,0 @@
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}
@@ -1 +0,0 @@
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}
@@ -1 +0,0 @@
1
- function n(){return"undefined"!=typeof window&&void 0!==window._paq}function o(o){var i;if(!n())return console.warn("Matomo is not available or not initialized."),void console.log(Object.assign({},o));const t=[];(null===(i=o.parentContext)||void 0===i?void 0:i.componentName)&&t.push(o.parentContext.componentName),t.push(o.tag||"unknown-tag"),t.push(o.name||"unknown-name");const e=t.join("/");!function(o,...i){n()?window._paq.push([o,...i]):console.warn("Matomo is not available or not initialized.")}("trackEvent",o.category,o.action,e),console.log(Object.assign({},o))}function i(){n()&&(window._paq.push(["rememberConsentGiven"]),console.log("User has opted in to tracking"))}function t(){n()&&(window._paq.push(["forgetConsentGiven"]),console.log("User has opted out of tracking"))}export{t as a,i as m,o as s}
@@ -1 +0,0 @@
1
- import{r as e,h as t,g as r}from"./p-cccacbd3.js";const i=class{constructor(t){e(this,t),this.frameLabel=void 0,this.frameSrc=void 0,this.urlLabel="Open",this.errorMessage="Could not load the requested content. Please check the URL or try again later.",this.url=void 0,this.intent="strong",this.size="auto",this.iframeError=!1}componentWillLoad(){this.checkIframeAvailability()}componentDidLoad(){this.el.querySelectorAll("eds-link").forEach((e=>{this.emitContext(e)}))}emitContext(e){const t=new CustomEvent("parentContext",{detail:{componentName:this.el.tagName.toLowerCase(),identifier:this.frameLabel}});e.dispatchEvent(t)}articleClasses(){return["bg-inverse min-h-156 rounded border-softer effect-focus-within relative flex grow flex-col border-2","w-full h-auto"].join(" ")}getFrameHeight(){switch(this.size){case"sm":return"100px";case"md":return"200px";case"lg":return"400px";case"xl":return"700px";default:return"auto"}}async checkIframeAvailability(){try{if(!(await fetch(this.frameSrc,{method:"GET"})).ok)throw new Error("Failed to load")}catch(e){this.iframeError=!0}}render(){return t("div",{key:"b26229611868992daf5f4ca5037e1e10b2540ee5",class:this.articleClasses()},t("div",{key:"4cf9ff78b27ce7f88db50feccc9d267c2e727a2c",class:"effect-height flex items-center justify-between py-8 px-12"},t("span",{key:"bf2c1607d3fcbbf152691ec4e6134e737f6d1082",class:"f-ui-02"},this.frameLabel),this.iframeError?null:t("eds-link",{label:this.urlLabel,url:this.url,intent:this.intent,class:"ml-auto",external:!0,disabled:!1,icon:"arrow-diagonal"})),t("div",{key:"d9f059766c509d7325ea734c63e29d7995cc8065",class:"border-softer"},this.iframeError?t("div",{class:"container ml-8 mr-8 mt-16"},this.errorMessage):t("iframe",{src:this.frameSrc,width:"100%",height:this.getFrameHeight(),title:this.frameLabel,frameBorder:"0",allowFullScreen:!0})))}get el(){return r(this)}};i.style=".bg-inverse{background-color:var(--white)}.min-h-156{min-height:156px}.rounded{border-radius:0.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:16px}.rounded-md{border-radius:12px}.border-soft{border-color:rgba(0, 0, 0, .15 )}.border-softer{border-color:rgba(0, 0, 0, .1 )}.border-softest{border-color:rgba(0, 0, 0, .05 )}.effect-focus-within{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.effect-focus-within:focus-within{outline-style:solid}.relative{position:relative}.flex{display:flex}.grow{flex-grow:1}.flex-col{flex-direction:column}.border-2{border-width:2px}.w-full{width:100%}.h-full{height:100%}.h-auto{height:auto}.effect-height{transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1);transition-property:height}.items-center{align-items:center}.justify-between{justify-content:space-between}.py-8{padding-top:0.5rem;padding-bottom:0.5rem}.px-12{padding-left:0.75rem;padding-right:0.75rem}.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)}.ml-auto{margin-left:auto}.border-t-2{border-top-width:2px}.border{border:1px solid rgba(0, 0, 0, .1 )}.border-2{border:1px solid rgba(0, 0, 0, .1 )}.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}.ml-8{margin-left:0.5rem}.mr-8{margin-right:0.5rem}.mt-16{margin-top:1rem}";export{i as eds_frame}
@@ -1 +0,0 @@
1
- import{r as t,h as e}from"./p-cccacbd3.js";const l=class{constructor(e){t(this,e),this.tabIndex=void 0}renderContent(){switch(this.tabIndex){case 0:return e("div",null,e("h2",null,"Primary Palette"),e("color-primary-palette",null),e("h2",null,"Secondary Palette"),e("color-secondary-palette",null),e("h2",null,"Support Palette"),e("color-support-palette",null));case 1:return e("div",null,e("h2",null,"Primary Palette"),e("gradient-primary-palette",null),e("h2",null,"Secondary Palette"),e("gradient-secondary-palette",null),e("h2",null,"Support Palette"),e("gradient-support-palette",null));default:return e("p",null,"Content not available.")}}render(){return e("div",{key:"f985628b9ea3f02a511e2facbda99b54f0723acf",class:"container"},this.renderContent())}};export{l as docs_palettes}
@@ -1 +0,0 @@
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}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as a,g as s}from"./p-cccacbd3.js";import{m as n,a as o}from"./p-13efafb9.js";const r=class{constructor(a){t(this,a),this.consent=e(this,"consent",7),this.title="Analytics Consent",this.description="We use anonymous analytics to improve our services. No data is collected unless you give your consent. If you don't wish to send data right now, you can always re-enable analytics later by clicking the Cookies Preference button in the footer. However, by opting in today, you're joining a community that shapes our product's future—all while keeping your data completely anonymous.",this.optOutMessage="You are already part of our community, and your anonymous data helps shape our product's future! Rest assured, your privacy is fully protected.",this.forceShow=!1,this.showNotice=!0}toggleCookiesConsent(){this.showNotice=!this.showNotice}hasCookieConsent(){return!!document.cookie.split("; ").find((t=>t.startsWith("mtm_consent=")))}optedOut(){return!!document.cookie.split("; ").find((t=>t.startsWith("mtm_consent_removed")))}getStorageKey(){return`${window.location.host}-matomo-deferred`}componentWillLoad(){if("out"===localStorage.getItem("matomo-consent-given")||this.optedOut())this.showNotice=!1;else if(this.forceShow)this.showNotice=!0;else if(this.hasCookieConsent())this.showNotice=!1;else{const t=sessionStorage.getItem(this.getStorageKey());this.showNotice=!t}}componentDidLoad(){this.el.shadowRoot.querySelectorAll("eds-button").forEach((t=>{this.emitContext(t)}))}emitContext(t){const e=new CustomEvent("parentContext",{detail:{componentName:this.el.tagName.toLowerCase(),identifier:null}});t.dispatchEvent(e)}optInAnalytics(){n(),localStorage.removeItem("matomo-consent-given"),this.hideNotice(),this.consent.emit("in")}optOutAnalytics(){o(),this.hideNotice(),this.consent.emit("out")}noThanks(){localStorage.setItem("matomo-consent-given","out"),this.hideNotice()}deferDecision(){sessionStorage.setItem(this.getStorageKey(),"true"),this.hideNotice(),this.consent.emit("defer")}keepMeIn(){this.hideNotice()}hideNotice(){this.showNotice=!1}render(){return this.showNotice?a("div",{class:"fixed bottom-0 p-8 z-[999999] grow md:left-1/2 md:-translate-x-1/2 md:-translate-y-1/2 justify-center"},a("eds-accordion",{title:this.title,description:this.hasCookieConsent()?this.optOutMessage:this.description,switchBg:!0,expanded:!0},this.hasCookieConsent()?a("div",{class:"flex items-center gap-4"},this.optedOut()?a("eds-button",{intent:"primary",label:"Opt me in again","aria-label":"Opt me in again",onClick:()=>this.optInAnalytics()}):a("eds-button",{intent:"primary",label:"Keep Me In","aria-label":"Keep Me In",onClick:()=>this.keepMeIn()}),a("eds-button",{intent:"ghostInverse",label:"Opt-out","aria-label":"Opt-out from analytics",onClick:()=>this.optOutAnalytics()})):a("div",{class:"flex items-center gap-4"},a("eds-button",{intent:"primary",label:"I agree","aria-label":"Opt-in for analytics",onClick:()=>this.optInAnalytics()}),a("eds-button",{intent:"ghost",label:"No, thanks","aria-label":"Opt-out from analytics",onClick:()=>this.noThanks()}),a("eds-button",{intent:"ghost",label:"Ask me later","aria-label":"Defer analytics decision",onClick:()=>this.deferDecision()})))):null}get el(){return s(this)}};r.style=".fixed{position:fixed}.absolute{position:absolute}.w-full{width:100%}.bottom-0{bottom:0rem}.bottom-4{bottom:0.25rem}.p-4{padding:0.25rem}.p-6{padding:0.375rem}.p-8{padding:0.5rem}.z-10{z-index:10}.z-\\[999999\\]{z-index:999999}.left-0{left:0rem}.left-1\\/2{left:50%}.grow{flex-grow:1}.-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))}.-translate-y-1\\/2{--tw-translate-y:-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))}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex{display:flex}.gap-12{gap:0.75rem}.gap-20{gap:1.25rem}.gap-4{gap:0.25rem}@media (min-width: 750px){.md\\:left-1\\/2{left:50%}.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:-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))}.md\\:-translate-y-1\\/2{--tw-translate-y:-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))}}";export{r as eds_matomo_notice}
@@ -1 +0,0 @@
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}
@@ -1 +0,0 @@
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}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-cccacbd3.js";import{u as a}from"./p-1b2913c8.js";const c=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"9383784da3e52d22395288f8eba5b6f4ee826aa5",class:this.class,innerHTML:a})}};export{c as eds_icon_updown}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-cccacbd3.js";import{m as c}from"./p-5ab1d64a.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"5388b5cef5d643984157e0bed9263e83934dc7e3",class:this.class,innerHTML:c})}};export{e as eds_icon_mastodon}
@@ -1 +0,0 @@
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}
@@ -1,9 +0,0 @@
1
- import{r as e,h as t,g as n}from"./p-cccacbd3.js";var r="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},a={exports:{}};!function(e){var t=function(e){var t=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,n=0,r={},a={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(t){return t instanceof i?new i(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++n}),e.__id},clone:function e(t,n){var r,i;switch(n=n||{},a.util.type(t)){case"Object":if(i=a.util.objId(t),n[i])return n[i];for(var o in n[i]=r={},t)t.hasOwnProperty(o)&&(r[o]=e(t[o],n));return r;case"Array":return i=a.util.objId(t),n[i]?n[i]:(n[i]=r=[],t.forEach((function(t,a){r[a]=e(t,n)})),r);default:return t}},getLanguage:function(e){for(;e;){var n=t.exec(e.className);if(n)return n[1].toLowerCase();e=e.parentElement}return"none"},setLanguage:function(e,n){e.className=e.className.replace(RegExp(t,"gi"),""),e.classList.add("language-"+n)},currentScript:function(){if("undefined"==typeof document)return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(r){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(r.stack)||[])[1];if(e){var t=document.getElementsByTagName("script");for(var n in t)if(t[n].src==e)return t[n]}return null}},isActive:function(e,t,n){for(var r="no-"+t;e;){var a=e.classList;if(a.contains(t))return!0;if(a.contains(r))return!1;e=e.parentElement}return!!n}},languages:{plain:r,plaintext:r,text:r,txt:r,extend:function(e,t){var n=a.util.clone(a.languages[e]);for(var r in t)n[r]=t[r];return n},insertBefore:function(e,t,n,r){var i=(r=r||a.languages)[e],o={};for(var s in i)if(i.hasOwnProperty(s)){if(s==t)for(var l in n)n.hasOwnProperty(l)&&(o[l]=n[l]);n.hasOwnProperty(s)||(o[s]=i[s])}var d=r[e];return r[e]=o,a.languages.DFS(a.languages,(function(t,n){n===d&&t!=e&&(this[t]=o)})),o},DFS:function e(t,n,r,i){i=i||{};var o=a.util.objId;for(var s in t)if(t.hasOwnProperty(s)){n.call(t,s,t[s],r||s);var l=t[s],d=a.util.type(l);"Object"!==d||i[o(l)]?"Array"!==d||i[o(l)]||(i[o(l)]=!0,e(l,n,s,i)):(i[o(l)]=!0,e(l,n,null,i))}}},plugins:{},highlightAll:function(e,t){a.highlightAllUnder(document,e,t)},highlightAllUnder:function(e,t,n){var r={callback:n,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};a.hooks.run("before-highlightall",r),r.elements=Array.prototype.slice.apply(r.container.querySelectorAll(r.selector)),a.hooks.run("before-all-elements-highlight",r);for(var i,o=0;i=r.elements[o++];)a.highlightElement(i,!0===t,r.callback)},highlightElement:function(t,n,r){var i=a.util.getLanguage(t),o=a.languages[i];a.util.setLanguage(t,i);var s=t.parentElement;s&&"pre"===s.nodeName.toLowerCase()&&a.util.setLanguage(s,i);var l={element:t,language:i,grammar:o,code:t.textContent};function d(e){l.highlightedCode=e,a.hooks.run("before-insert",l),l.element.innerHTML=l.highlightedCode,a.hooks.run("after-highlight",l),a.hooks.run("complete",l),r&&r.call(l.element)}if(a.hooks.run("before-sanity-check",l),(s=l.element.parentElement)&&"pre"===s.nodeName.toLowerCase()&&!s.hasAttribute("tabindex")&&s.setAttribute("tabindex","0"),!l.code)return a.hooks.run("complete",l),void(r&&r.call(l.element));if(a.hooks.run("before-highlight",l),l.grammar)if(n&&e.Worker){var c=new Worker(a.filename);c.onmessage=function(e){d(e.data)},c.postMessage(JSON.stringify({language:l.language,code:l.code,immediateClose:!0}))}else d(a.highlight(l.code,l.grammar,l.language));else d(a.util.encode(l.code))},highlight:function(e,t,n){var r={code:e,grammar:t,language:n};if(a.hooks.run("before-tokenize",r),!r.grammar)throw new Error('The language "'+r.language+'" has no grammar.');return r.tokens=a.tokenize(r.code,r.grammar),a.hooks.run("after-tokenize",r),i.stringify(a.util.encode(r.tokens),r.language)},tokenize:function(e,t){var n=t.rest;if(n){for(var r in n)t[r]=n[r];delete t.rest}var a=new l;return d(a,a.head,e),s(e,a,t,a.head,0),function(e){for(var t=[],n=e.head.next;n!==e.tail;)t.push(n.value),n=n.next;return t}(a)},hooks:{all:{},add:function(e,t){var n=a.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=a.hooks.all[e];if(n&&n.length)for(var r,i=0;r=n[i++];)r(t)}},Token:i};function i(e,t,n,r){this.type=e,this.content=t,this.alias=n,this.length=0|(r||"").length}function o(e,t,n,r){e.lastIndex=t;var a=e.exec(n);if(a&&r&&a[1]){var i=a[1].length;a.index+=i,a[0]=a[0].slice(i)}return a}function s(e,t,n,r,l,p){for(var u in n)if(n.hasOwnProperty(u)&&n[u]){var f=n[u];f=Array.isArray(f)?f:[f];for(var g=0;g<f.length;++g){if(p&&p.cause==u+","+g)return;var m=f[g],b=m.inside,h=!!m.lookbehind,v=!!m.greedy,y=m.alias;if(v&&!m.pattern.global){var S=m.pattern.toString().match(/[imsuy]*$/)[0];m.pattern=RegExp(m.pattern.source,S+"g")}for(var w=m.pattern||m,k=r.next,A=l;k!==t.tail&&!(p&&A>=p.reach);A+=k.value.length,k=k.next){var F=k.value;if(t.length>e.length)return;if(!(F instanceof i)){var x,E=1;if(v){if(!(x=o(w,A,e,h))||x.index>=e.length)break;var _=x.index,T=x.index+x[0].length,$=A;for($+=k.value.length;_>=$;)$+=(k=k.next).value.length;if(A=$-=k.value.length,k.value instanceof i)continue;for(var O=k;O!==t.tail&&($<T||"string"==typeof O.value);O=O.next)E++,$+=O.value.length;E--,F=e.slice(A,$),x.index-=A}else if(!(x=o(w,0,F,h)))continue;var R=x[0],I=F.slice(0,_=x.index),N=F.slice(_+R.length),D=A+F.length;p&&D>p.reach&&(p.reach=D);var P=k.prev;if(I&&(P=d(t,P,I),A+=I.length),c(t,P,E),k=d(t,P,new i(u,b?a.tokenize(R,b):R,y,R)),N&&d(t,k,N),E>1){var C={cause:u+","+g,reach:D};s(e,t,n,k.prev,A,C),p&&C.reach>p.reach&&(p.reach=C.reach)}}}}}}function l(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function d(e,t,n){var r=t.next,a={value:n,prev:t,next:r};return t.next=a,r.prev=a,e.length++,a}function c(e,t,n){for(var r=t.next,a=0;a<n&&r!==e.tail;a++)r=r.next;t.next=r,r.prev=t,e.length-=a}if(e.Prism=a,i.stringify=function e(t,n){if("string"==typeof t)return t;if(Array.isArray(t)){var r="";return t.forEach((function(t){r+=e(t,n)})),r}var i={type:t.type,content:e(t.content,n),tag:"span",classes:["token",t.type],attributes:{},language:n},o=t.alias;o&&(Array.isArray(o)?Array.prototype.push.apply(i.classes,o):i.classes.push(o)),a.hooks.run("wrap",i);var s="";for(var l in i.attributes)s+=" "+l+'="'+(i.attributes[l]||"").replace(/"/g,"&quot;")+'"';return"<"+i.tag+' class="'+i.classes.join(" ")+'"'+s+">"+i.content+"</"+i.tag+">"},!e.document)return e.addEventListener?(a.disableWorkerMessageHandler||e.addEventListener("message",(function(t){var n=JSON.parse(t.data),r=n.language,i=n.immediateClose;e.postMessage(a.highlight(n.code,a.languages[r],r)),i&&e.close()}),!1),a):a;var p=a.util.currentScript();function u(){a.manual||a.highlightAll()}if(p&&(a.filename=p.src,p.hasAttribute("data-manual")&&(a.manual=!0)),!a.manual){var f=document.readyState;"loading"===f||"interactive"===f&&p&&p.defer?document.addEventListener("DOMContentLoaded",u):window.requestAnimationFrame?window.requestAnimationFrame(u):window.setTimeout(u,16)}return a}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{});
2
- /**
3
- * Prism: Lightweight, robust, elegant syntax highlighting
4
- *
5
- * @license MIT <https://opensource.org/licenses/MIT>
6
- * @author Lea Verou <https://lea.verou.me>
7
- * @namespace
8
- * @public
9
- */e.exports&&(e.exports=t),void 0!==r&&(r.Prism=t),t.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},t.languages.markup.tag.inside["attr-value"].inside.entity=t.languages.markup.entity,t.languages.markup.doctype.inside["internal-subset"].inside=t.languages.markup,t.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))})),Object.defineProperty(t.languages.markup.tag,"addInlined",{value:function(e,n){var r={};r["language-"+n]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:t.languages[n]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var a={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};a["language-"+n]={pattern:/[\s\S]+/,inside:t.languages[n]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:a},t.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(t.languages.markup.tag,"addAttribute",{value:function(e,n){t.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[n,"language-"+n],inside:t.languages[n]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),t.languages.html=t.languages.markup,t.languages.mathml=t.languages.markup,t.languages.svg=t.languages.markup,t.languages.xml=t.languages.extend("markup",{}),t.languages.ssml=t.languages.xml,t.languages.atom=t.languages.xml,t.languages.rss=t.languages.xml,function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(t),t.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},t.languages.javascript=t.languages.extend("clike",{"class-name":[t.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),t.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,t.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:t.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:t.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:t.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:t.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:t.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),t.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:t.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),t.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),t.languages.markup&&(t.languages.markup.tag.addInlined("script","javascript"),t.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),t.languages.js=t.languages.javascript,function(){if(void 0!==t&&"undefined"!=typeof document){Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var e={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},n="data-src-status",r="loading",a="loaded",i="pre[data-src]:not(["+n+'="'+a+'"]):not(['+n+'="'+r+'"])';t.hooks.add("before-highlightall",(function(e){e.selector+=", "+i})),t.hooks.add("before-sanity-check",(function(o){var s=o.element;if(s.matches(i)){o.code="",s.setAttribute(n,r);var l=s.appendChild(document.createElement("CODE"));l.textContent="Loading…";var d=s.getAttribute("data-src"),c=o.language;if("none"===c){var p=(/\.(\w+)$/.exec(d)||[,"none"])[1];c=e[p]||p}t.util.setLanguage(l,c),t.util.setLanguage(s,c);var u=t.plugins.autoloader;u&&u.loadLanguages(c),function(e){var r=new XMLHttpRequest;r.open("GET",e,!0),r.onreadystatechange=function(){4==r.readyState&&(r.status<400&&r.responseText?function(e){s.setAttribute(n,a);var r=function(e){var t=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(e||"");if(t){var n=Number(t[1]),r=t[3];return t[2]?r?[n,Number(r)]:[n,void 0]:[n,n]}}(s.getAttribute("data-range"));if(r){var i=e.split(/\r\n?|\n/g),o=r[0],d=null==r[1]?i.length:r[1];o<0&&(o+=i.length),o=Math.max(0,Math.min(o-1,i.length)),d<0&&(d+=i.length),d=Math.max(0,Math.min(d,i.length)),e=i.slice(o,d).join("\n"),s.hasAttribute("data-start")||s.setAttribute("data-start",String(o+1))}l.textContent=e,t.highlightElement(l)}(r.responseText):function(e){s.setAttribute(n,"failed"),l.textContent=e}(r.status>=400?"✖ Error "+r.status+" while fetching file: "+r.statusText:"✖ Error: File does not exist or is empty"))},r.send(null)}(d)}})),t.plugins.fileHighlight={highlight:function(e){for(var n,r=(e||document).querySelectorAll(i),a=0;n=r[a++];)t.highlightElement(n)}};var o=!1;t.fileHighlight=function(){o||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),o=!0),t.plugins.fileHighlight.highlight.apply(this,arguments)}}}()}(a);const i=a.exports;Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python,function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},r={bash:n,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:r},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:r},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:r.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:r.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},n.inside=e.languages.bash;for(var a=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=r.variable[1].inside,o=0;o<a.length;o++)i[a[o]]=e.languages.bash[a[o]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash}(Prism),function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+n.source+"(?:[ \t]+"+t.source+")?|"+t.source+"(?:[ \t]+"+n.source+")?)",a=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,(function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source})),i=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function o(e,t){t=(t||"").replace(/m/g,"")+"m";var n=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,(function(){return r})).replace(/<<value>>/g,(function(){return e}));return RegExp(n,t)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,(function(){return r}))),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,(function(){return r})).replace(/<<key>>/g,(function(){return"(?:"+a+"|"+i+")"}))),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:o(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:o(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:o(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:o(i),lookbehind:!0,greedy:!0},number:{pattern:o(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(Prism),function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(Prism);const o=class{constructor(t){e(this,t),this.code=void 0,this.language=void 0,this.copied=!1}copyToClipboard(){navigator.clipboard.writeText(this.code).then((()=>{this.copied=!0,setTimeout((()=>this.copied=!1),2e3)}))}getHighlightedCode(){return this.language&&i.languages[this.language]?i.highlight(this.code,i.languages[this.language],this.language):this.code}render(){return t("div",{key:"98f5fe5e215e87c1eb024969b5e4f3ae1bd0cb0d",class:"relative bg-stronger rounded-sm"},t("div",{key:"173be873a0f41398bd080758d5a0bbdcc977dcf5",class:"text-inverse flex justify-between items-center p-8"},this.language?t("span",{class:"f-ui-03"},this.language.toUpperCase()):t("pre",{class:"bg-stronger pl-8",role:"region","aria-label":"Code block without language"},t("code",{innerHTML:this.getHighlightedCode()})),t("span",{key:"f8cb36cf89d19bf306c57168e61ccfde9a4d18ff","aria-hidden":"true",class:"w-20 h-20 mt-8"},t("eds-icon-wrapper",{key:"74f214c47dc647c2c254f3f9f96fba71e35133df",icon:this.copied?"success":"copy",onClick:()=>this.copyToClipboard()})),t("span",{key:"74e628574b481d68c2d2132a12fd07bb62c86fde",class:"sr-only"},"Copy Code")),this.language&&t("pre",{key:"19d2b813b6e86451a8a9047b954d99340fc3cd85",class:`language-${this.language} bg-stronger pl-8 pb-8`,role:"region","aria-label":`Code block in ${this.language}`},t("code",{key:"974eb2e2ef0d7dc90e012e421d64bf5b735761d1",innerHTML:this.getHighlightedCode()})))}get el(){return n(this)}};o.style=":host{display:block;font-family:var(--font-family, 'Courier New', monospace)}pre[class*=\"language-\"]{white-space:pre-wrap;word-break:break-word;}.language{font-weight:bold;text-transform:uppercase}pre{margin:0;border-radius:8px;color:var(--purple-200);overflow:auto}code{font-family:'Courier New', monospace}.token.keyword{color:var(--purple-500)}.token.string{color:var(--green-500)}.token.function{color:var(--cyan-500)}.token.comment{color:var(--grey-700)}.relative{position:relative}.bg-stronger{background-color:var(--grey-900)}.rounded-sm{border-radius:8px}.rounded-xs{border-radius:4px}.text-inverse{color:var(--white)}.text-light{color:var(--grey-700)}.text-lighter{color:var(--grey-600)}.text-lightest{color:var(--grey-500)}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.p-0{padding:0rem}.p-12{padding:0.75rem}.p-16{padding:1rem}.p-20{padding:1.25rem}.p-6{padding:0.375rem}.p-8{padding:0.5rem}.pl-8{padding-left:0.5rem}.mb-10{margin-bottom:0.625rem}.mb-12{margin-bottom:0.75rem}.mb-28{margin-bottom:1.75rem}.pb-16{padding-bottom:1rem}.pb-20{padding-bottom:1.25rem}.pb-28{padding-bottom:1.75rem}.pb-60{padding-bottom:3.75rem}.pb-8{padding-bottom:0.5rem}.mt-16{margin-top:1rem}.mt-2{margin-top:0.125rem}.mt-20{margin-top:1.25rem}.mt-28{margin-top:1.75rem}.w-20{width:1.25rem}.h-20{height:1.25rem}.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)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}";export{o as eds_code_block}
@@ -1 +0,0 @@
1
- const t=new class{constructor(){this.toastManagerElement=null}init(t){this.toastManagerElement=t}show(t,s="default"){if(!this.toastManagerElement)return void console.error("ToastManager is not initialized. Ensure <eds-toast-manager> is rendered.");const e=new CustomEvent("show-toast",{detail:{message:t,intent:s}});this.toastManagerElement.dispatchEvent(e)}};export{t}
@@ -1 +0,0 @@
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}
@@ -1 +0,0 @@
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}
@@ -1 +0,0 @@
1
- import{r as s,h as r}from"./p-cccacbd3.js";import{l as c}from"./p-2117611b.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"c7d6b2dae9717ba0e99a8ecb98e4f9b02c45be6d",class:this.class,innerHTML:c})}};export{e as eds_icon_loader}
@@ -1 +0,0 @@
1
- import{r as t,h as e,g as a}from"./p-cccacbd3.js";import{s as r}from"./p-13efafb9.js";const s=class{constructor(e){t(this,e),this.content=void 0,this.position="above",this.isVisible=!1,this.isPositioned=!1,this.tooltipStyle={top:"0px",left:"0px",transform:""}}async showTooltip(){var t;await this.updateTooltipPosition(),this.isPositioned=!0,this.isVisible=!0,r({category:"ui-component",parentContext:null,tag:this.el.tagName.toLowerCase(),name:(null===(t=this.content)||void 0===t?void 0:t.toLowerCase())||"",action:"hover"})}hideTooltip(){this.isVisible=!1,this.isPositioned=!1}handleKeyPress(t){"Escape"===t.key&&(this.isVisible=!1,this.isPositioned=!1)}updateTooltipPosition(){var t,e;const a=null===(t=this.el.shadowRoot)||void 0===t?void 0:t.querySelector("slot");if(!a)return;const r=((null==a?void 0:a.assignedNodes({flatten:!0}))||[]).find((t=>t instanceof HTMLElement));if(r){const t=r.getBoundingClientRect(),a=null===(e=this.el.shadowRoot)||void 0===e?void 0:e.querySelector('[role="tooltip"]');if(a){const e=a.offsetWidth,r=a.offsetHeight;let s=0,i=0;switch(this.position){case"above":s=window.scrollY-r-8,i=t.left+t.width/2-e/2;break;case"below":s=r-window.scrollY+18,i=t.left+t.width/2-e/2}this.tooltipStyle={top:`${s}px`,left:`${i}px`,transform:"translateX(0)"}}}}render(){return e("div",{key:"61455282a8a27a420e571ddb0abd31b6761d12ff",class:"relative"},e("slot",{key:"8a29dd5f74c6a497111786fadcad766e410a1e34"}),this.isVisible&&this.isPositioned&&this.content&&e("div",{key:"34e5eef506a0d203e898027275c96f2dc3d3bd92",class:"rounded-xs bg-strongest text-inverse f-ui-03-light pointer-events-none absolute z-10 whitespace-nowrap p-6",role:"tooltip",style:{top:this.tooltipStyle.top,left:this.tooltipStyle.left,transform:this.tooltipStyle.transform}},this.content))}get el(){return a(this)}};s.style=".relative{position:relative}.absolute{position:absolute}.rounded-sm{border-radius:8px}.rounded-xs{border-radius:4px}.bg-stronger{background-color:var(--grey-900)}.bg-strongest{background-color:var(--black)}.text-inverse{color:var(--white)}.text-default{color:var(--black)}.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)}.pointer-events-none{pointer-events:none}.-top-8{top:-0.5rem}.left-1\\/2{left:50%}.z-10{z-index:10}.block{display:block}.-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))}.-translate-y-1\\/2{--tw-translate-y:-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))}.-translate-y-full{--tw-translate-y:-100%;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))}.whitespace-nowrap{white-space:nowrap}.py-2{padding-top:0.125rem;padding-bottom:0.125rem}.px-4{padding-left:0.25rem;padding-right:0.25rem}.p-4{padding:0.25rem}.p-6{padding:0.375rem}.p-8{padding:0.5rem}.p-12{padding:0.75rem}.p-16{padding:1rem}.p-20{padding:1.25rem}";export{s as eds_tooltip}