@ebrains/components 2.4.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (962) hide show
  1. package/dist/cjs/color-primary-palette_6.cjs.entry.js +14 -14
  2. package/dist/cjs/components-section.cjs.entry.js +1 -1
  3. package/dist/cjs/components.cjs.js +1 -1
  4. package/dist/cjs/correct-use-of-colors.cjs.entry.js +1 -1
  5. package/dist/cjs/docs-palettes.cjs.entry.js +1 -1
  6. package/dist/cjs/docs-tokens.cjs.entry.js +1 -1
  7. package/dist/cjs/eds-accordion_52.cjs.entry.js +10419 -0
  8. package/dist/cjs/eds-app-root.cjs.entry.js +1 -1
  9. package/dist/cjs/eds-cookies-preference.cjs.entry.js +2 -2
  10. package/dist/cjs/eds-feedback.cjs.entry.js +1 -1
  11. package/dist/cjs/eds-frame.cjs.entry.js +3 -3
  12. package/dist/cjs/eds-gauge.cjs.entry.js +5 -6
  13. package/dist/cjs/eds-gitlab-contributors.cjs.entry.js +248 -0
  14. package/dist/cjs/eds-icon-bluesky.cjs.entry.js +1 -1
  15. package/dist/cjs/eds-icon-eu.cjs.entry.js +2 -2
  16. package/dist/cjs/eds-icon-facebook.cjs.entry.js +1 -1
  17. package/dist/cjs/eds-icon-gitlab.cjs.entry.js +1 -1
  18. package/dist/cjs/eds-icon-linkedin.cjs.entry.js +1 -1
  19. package/dist/cjs/eds-icon-mastodon.cjs.entry.js +1 -1
  20. package/dist/cjs/eds-icon-twitter.cjs.entry.js +1 -1
  21. package/dist/cjs/eds-icon-youtube.cjs.entry.js +1 -1
  22. package/dist/cjs/eds-modal.cjs.entry.js +84 -13
  23. package/dist/cjs/eds-pie.cjs.entry.js +20 -20
  24. package/dist/cjs/eds-section-core_2.cjs.entry.js +3 -3
  25. package/dist/cjs/eds-splash-screen.cjs.entry.js +2 -2
  26. package/dist/cjs/eds-timeline.cjs.entry.js +2 -2
  27. package/dist/cjs/eds-toast-manager.cjs.entry.js +1 -1
  28. package/dist/cjs/eu-271d44ae.js +9 -0
  29. package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
  30. package/dist/cjs/index-50bc1aa4.js +4 -184
  31. package/dist/cjs/loader.cjs.js +1 -1
  32. package/dist/cjs/logo-space.cjs.entry.js +1 -2
  33. package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +2 -2
  34. package/dist/cjs/logo-variations-tabs.cjs.entry.js +1 -1
  35. package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
  36. package/dist/cjs/negative-c61d13b5.js +106 -0
  37. package/dist/cjs/positive-fdcd161e.js +67 -0
  38. package/dist/cjs/svg-repository.cjs.entry.js +6 -263
  39. package/dist/cjs/token-list_3.cjs.entry.js +91 -49
  40. package/dist/cjs/token-ratios.cjs.entry.js +1 -1
  41. package/dist/cjs/token-spacing.cjs.entry.js +1 -1
  42. package/dist/cjs/token-typography.cjs.entry.js +73 -42
  43. package/dist/collection/collection-manifest.json +9 -40
  44. package/dist/collection/components/eds-accordion/eds-accordion.css +138 -194
  45. package/dist/collection/components/eds-accordion/eds-accordion.js +68 -81
  46. package/dist/collection/components/eds-accordion/eds-accordion.stories.js +90 -41
  47. package/dist/collection/components/eds-alert/eds-alert.css +122 -95
  48. package/dist/collection/components/eds-alert/eds-alert.js +89 -104
  49. package/dist/collection/components/eds-alert/eds-alert.stories.js +180 -30
  50. package/dist/collection/components/eds-avatar/eds-avatar.css +6 -6
  51. package/dist/collection/components/eds-avatar/eds-avatar.js +1 -1
  52. package/dist/collection/components/eds-block-break/eds-block-break.css +1 -1
  53. package/dist/collection/components/eds-block-break/eds-block-break.js +1 -1
  54. package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +1 -1
  55. package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +5 -5
  56. package/dist/collection/components/eds-button/eds-button.css +352 -90
  57. package/dist/collection/components/eds-button/eds-button.js +114 -43
  58. package/dist/collection/components/eds-button/eds-button.stories.js +3 -3
  59. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.css +116 -0
  60. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.js +187 -0
  61. package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.stories.js +52 -0
  62. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +13 -6
  63. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +20 -1
  64. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +22 -6
  65. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +51 -78
  66. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.css +138 -0
  67. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.js +217 -0
  68. package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.stories.js +77 -0
  69. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.css +108 -0
  70. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.js +156 -0
  71. package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.stories.js +55 -0
  72. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +105 -4
  73. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +70 -150
  74. package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +72 -112
  75. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.css +127 -0
  76. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.js +181 -0
  77. package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.stories.js +62 -0
  78. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.css +128 -0
  79. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.js +149 -0
  80. package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.stories.js +50 -0
  81. package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.js +5 -6
  82. package/dist/collection/components/eds-charts/eds-pie/eds-pie.js +20 -20
  83. package/dist/collection/components/eds-code-block/eds-code-block.css +84 -120
  84. package/dist/collection/components/eds-code-block/eds-code-block.js +1 -1
  85. package/dist/collection/components/eds-dropdown/eds-dropdown.js +22 -41
  86. package/dist/collection/components/eds-feedback/eds-feedback.js +1 -1
  87. package/dist/collection/components/eds-feedback/eds-feedback.stories.js +5 -1
  88. package/dist/collection/components/eds-footer/eds-footer.css +55 -3
  89. package/dist/collection/components/eds-footer/eds-footer.js +28 -2
  90. package/dist/collection/components/eds-form/eds-form.css +100 -4
  91. package/dist/collection/components/eds-form/eds-form.js +172 -46
  92. package/dist/collection/components/eds-form/eds-form.stories.js +3 -11
  93. package/dist/collection/components/eds-frame/eds-frame.css +34 -22
  94. package/dist/collection/components/eds-frame/eds-frame.js +5 -5
  95. package/dist/collection/components/eds-frame/eds-frame.stories.js +1 -1
  96. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.css +9 -5
  97. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.js +4 -1
  98. package/dist/collection/components/eds-header/eds-header.css +20 -4
  99. package/dist/collection/components/eds-header/eds-header.js +17 -15
  100. package/dist/collection/components/eds-header/eds-header.stories.js +0 -2
  101. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.css +32 -0
  102. package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +43 -61
  103. package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
  104. package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
  105. package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
  106. package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
  107. package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
  108. package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
  109. package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
  110. package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
  111. package/dist/collection/components/eds-img/eds-img.js +2 -2
  112. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.css +195 -0
  113. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.js +300 -0
  114. package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.stories.js +34 -0
  115. package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +11 -5
  116. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.css +16 -1
  117. package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +1 -1
  118. package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +1 -1
  119. package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +5 -3
  120. package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +1 -1
  121. package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +2 -2
  122. package/dist/collection/components/eds-input-field/eds-input-field.css +69 -69
  123. package/dist/collection/components/eds-input-field/eds-input-field.js +31 -6
  124. package/dist/collection/components/eds-input-file/eds-input-file.css +140 -0
  125. package/dist/collection/components/eds-input-file/eds-input-file.js +249 -0
  126. package/dist/collection/components/eds-link/eds-link.css +197 -22
  127. package/dist/collection/components/eds-link/eds-link.js +110 -38
  128. package/dist/collection/components/eds-link/eds-link.stories.js +3 -3
  129. package/dist/collection/components/eds-logo/eds-logo.css +3 -1
  130. package/dist/collection/components/eds-logo/eds-logo.js +12 -35
  131. package/dist/collection/components/eds-logo/eds-logo.stories.js +12 -29
  132. package/dist/collection/components/eds-modal/eds-modal.css +115 -19
  133. package/dist/collection/components/eds-modal/eds-modal.js +109 -17
  134. package/dist/collection/components/eds-nps/eds-nps.css +10 -1
  135. package/dist/collection/components/eds-nps/eds-nps.js +48 -22
  136. package/dist/collection/components/eds-pagination/eds-pagination.js +2 -2
  137. package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +83 -9
  138. package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +55 -10
  139. package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +83 -10
  140. package/dist/collection/components/eds-rating/eds-rating.css +1 -1
  141. package/dist/collection/components/eds-rating/eds-rating.js +54 -12
  142. package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
  143. package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
  144. package/dist/collection/components/eds-sidebar/eds-sidebar.css +9 -4
  145. package/dist/collection/components/eds-sidebar/eds-sidebar.js +4 -4
  146. package/dist/collection/components/eds-social-networks/eds-social-networks.css +12 -0
  147. package/dist/collection/components/eds-social-networks/eds-social-networks.js +26 -1
  148. package/dist/collection/components/eds-spinner/eds-spinner.css +6 -6
  149. package/dist/collection/components/eds-spinner/eds-spinner.js +5 -5
  150. package/dist/collection/components/eds-splash-screen/eds-splash-screen.css +12 -12
  151. package/dist/collection/components/eds-splash-screen/eds-splash-screen.js +1 -1
  152. package/dist/collection/components/eds-steps/eds-steps.css +101 -15
  153. package/dist/collection/components/eds-steps/eds-steps.js +45 -6
  154. package/dist/collection/components/eds-steps/eds-steps.stories.js +7 -31
  155. package/dist/collection/components/eds-steps-v2/eds-steps-v2.css +172 -17
  156. package/dist/collection/components/eds-steps-v2/eds-steps-v2.js +50 -7
  157. package/dist/collection/components/eds-steps-v2/eds-steps-v2.stories.js +16 -30
  158. package/dist/collection/components/eds-switch/eds-switch.css +65 -3
  159. package/dist/collection/components/eds-switch/eds-switch.js +46 -2
  160. package/dist/collection/components/eds-switch/eds-switch.stories.js +91 -24
  161. package/dist/collection/components/eds-table/eds-table.css +253 -3
  162. package/dist/collection/components/eds-table/eds-table.js +123 -40
  163. package/dist/collection/components/eds-table/eds-table.stories.js +130 -32
  164. package/dist/collection/components/eds-tabs/eds-tabs.css +68 -358
  165. package/dist/collection/components/eds-tabs/eds-tabs.js +43 -87
  166. package/dist/collection/components/eds-tabs/eds-tabs.stories.js +82 -37
  167. package/dist/collection/components/eds-tag/eds-tag.css +151 -8
  168. package/dist/collection/components/eds-tag/eds-tag.js +17 -18
  169. package/dist/collection/components/eds-tag/eds-tag.stories.js +25 -5
  170. package/dist/collection/components/eds-timeline/eds-timeline.js +2 -2
  171. package/dist/collection/components/eds-toast/eds-toast.css +70 -10
  172. package/dist/collection/components/eds-toast/eds-toast.js +9 -7
  173. package/dist/collection/components/eds-toast/eds-toast.stories.js +25 -1
  174. package/dist/collection/components/eds-toast-manager/eds-toast-manager.js +1 -1
  175. package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
  176. package/dist/collection/components/eds-user/eds-user.js +5 -5
  177. package/dist/collection/components/eds-user/eds-user.stories.js +1 -1
  178. package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
  179. package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
  180. package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
  181. package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
  182. package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
  183. package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
  184. package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
  185. package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
  186. package/dist/collection/eds-docs-ui/components-section/components-section.js +1 -1
  187. package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +1 -1
  188. package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
  189. package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
  190. package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
  191. package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
  192. package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
  193. package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +8 -7
  194. package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +1 -1
  195. package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -2
  196. package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
  197. package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
  198. package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +1 -1
  199. package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +2 -2
  200. package/dist/collection/eds-docs-ui/svg-repository/svg-repository.js +1 -1
  201. package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +6 -5
  202. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.css +143 -0
  203. package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.js +440 -0
  204. package/dist/collection/shared-ui/eds-global-search/eds-global-search.css +99 -24
  205. package/dist/collection/shared-ui/eds-global-search/eds-global-search.js +124 -5
  206. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.css +8 -0
  207. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.js +370 -0
  208. package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.js +87 -0
  209. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +4 -0
  210. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +1 -1
  211. package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +71 -4
  212. package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
  213. package/dist/collection/utils/eds-form/formValidators.js +5 -8
  214. package/dist/collection/utils/eds-form/individualValidator.js +22 -0
  215. package/dist/collection/utils/icons.js +169 -0
  216. package/dist/components/components-section.js +1 -1
  217. package/dist/components/components.css +747 -537
  218. package/dist/components/components.esm.js +1 -1
  219. package/dist/components/correct-use-of-colors.js +1 -1
  220. package/dist/components/docs-palettes.js +1 -1
  221. package/dist/components/docs-tokens.js +1 -1
  222. package/dist/components/eds-accordion2.js +19 -51
  223. package/dist/components/eds-alert2.js +32 -82
  224. package/dist/components/eds-app-root.js +3 -9
  225. package/dist/components/eds-avatar2.js +2 -2
  226. package/dist/components/eds-block-break2.js +2 -2
  227. package/dist/components/eds-breadcrumb.js +2 -2
  228. package/dist/components/eds-button2.js +69 -27
  229. package/dist/components/{eds-icon-bin.d.ts → eds-card-app.d.ts} +4 -4
  230. package/dist/components/eds-card-app.js +82 -0
  231. package/dist/components/{eds-trl.d.ts → eds-card-cta.d.ts} +4 -4
  232. package/dist/components/eds-card-cta.js +95 -0
  233. package/dist/components/eds-card-desc2.js +5 -3
  234. package/dist/components/{eds-card-project.d.ts → eds-card-feature.d.ts} +4 -4
  235. package/dist/components/eds-card-feature.js +64 -0
  236. package/dist/components/eds-card-generic2.js +46 -55
  237. package/dist/components/{eds-icon-edit.d.ts → eds-card-hero.d.ts} +4 -4
  238. package/dist/components/eds-card-hero.js +75 -0
  239. package/dist/components/{eds-icon-copy.d.ts → eds-card-stat.d.ts} +4 -4
  240. package/dist/components/eds-card-stat.js +67 -0
  241. package/dist/components/eds-card-title2.js +28 -39
  242. package/dist/components/eds-code-block2.js +2 -2
  243. package/dist/components/eds-cookies-preference.js +2 -2
  244. package/dist/components/eds-dropdown2.js +5 -8
  245. package/dist/components/eds-feedback.js +1 -1
  246. package/dist/components/eds-footer2.js +13 -13
  247. package/dist/components/eds-form.js +195 -66
  248. package/dist/components/eds-frame.js +3 -3
  249. package/dist/components/eds-fullscreen-menu.js +10 -16
  250. package/dist/components/eds-gauge.js +5 -6
  251. package/dist/components/eds-gitlab-contributors.d.ts +11 -0
  252. package/dist/components/eds-gitlab-contributors.js +317 -0
  253. package/dist/components/eds-global-search.js +83 -26
  254. package/dist/components/eds-header.js +15 -13
  255. package/dist/components/eds-icon-bluesky.js +1 -1
  256. package/dist/components/eds-icon-eu.js +1 -1
  257. package/dist/components/eds-icon-facebook.js +1 -1
  258. package/dist/components/eds-icon-gitlab.js +1 -1
  259. package/dist/components/eds-icon-linkedin.js +1 -1
  260. package/dist/components/eds-icon-mastodon.js +1 -1
  261. package/dist/components/eds-icon-twitter.js +1 -1
  262. package/dist/components/eds-icon-wrapper2.js +2435 -32
  263. package/dist/components/eds-icon-youtube.js +1 -1
  264. package/dist/components/eds-img2.js +2 -2
  265. package/dist/components/{eds-icon-chevron-up.d.ts → eds-input-dropzone.d.ts} +4 -4
  266. package/dist/components/eds-input-dropzone.js +6 -0
  267. package/dist/components/eds-input-dropzone2.js +133 -0
  268. package/dist/components/eds-input-field2.js +39 -8
  269. package/dist/components/{eds-icon-close.d.ts → eds-input-file.d.ts} +4 -4
  270. package/dist/components/eds-input-file.js +6 -0
  271. package/dist/components/eds-input-file2.js +100 -0
  272. package/dist/components/eds-input-footer2.js +2 -2
  273. package/dist/components/eds-input-label2.js +1 -1
  274. package/dist/components/eds-input-range2.js +5 -3
  275. package/dist/components/eds-input-search2.js +1 -1
  276. package/dist/components/eds-input-select2.js +2 -2
  277. package/dist/components/eds-input2.js +2 -2
  278. package/dist/components/eds-kg-web-services-select.d.ts +11 -0
  279. package/dist/components/eds-kg-web-services-select.js +6 -0
  280. package/dist/components/eds-kg-web-services-select2.js +192 -0
  281. package/dist/components/eds-link2.js +82 -33
  282. package/dist/components/eds-logo2.js +9 -33
  283. package/dist/components/eds-matomo-notice2.js +2 -2
  284. package/dist/components/eds-modal.js +85 -13
  285. package/dist/components/eds-nps2.js +30 -22
  286. package/dist/components/eds-pagination2.js +2 -2
  287. package/dist/components/eds-pie.js +20 -20
  288. package/dist/components/eds-progress-bar.js +80 -1
  289. package/dist/components/eds-rating2.js +28 -10
  290. package/dist/components/eds-section-core2.js +1 -1
  291. package/dist/components/eds-section-heading2.js +2 -2
  292. package/dist/components/eds-sidebar.js +4 -4
  293. package/dist/components/eds-social-networks2.js +8 -3
  294. package/dist/components/eds-spinner2.js +5 -5
  295. package/dist/components/eds-splash-screen2.js +4 -10
  296. package/dist/components/eds-steps-v2.js +16 -7
  297. package/dist/components/eds-steps2.js +11 -6
  298. package/dist/components/eds-switch.js +1 -82
  299. package/dist/components/eds-switch2.js +111 -0
  300. package/dist/components/eds-table2.js +96 -51
  301. package/dist/components/eds-tabs.js +16 -80
  302. package/dist/components/eds-tag2.js +14 -15
  303. package/dist/components/eds-timeline.js +5 -11
  304. package/dist/components/eds-toast-manager.js +1 -1
  305. package/dist/components/eds-toast2.js +8 -6
  306. package/dist/components/eds-tooltip2.js +1 -1
  307. package/dist/components/eds-user.js +3 -3
  308. package/dist/components/eu.js +5 -28
  309. package/dist/components/incorrect-use-of-colors.js +1 -1
  310. package/dist/components/logo-space.js +47 -24
  311. package/dist/components/logo-variations-horizontal2.js +1 -1
  312. package/dist/components/logo-variations-tabs.js +1 -1
  313. package/dist/components/logo-variations-vertical2.js +1 -1
  314. package/dist/components/logo-wrong-usage.js +2 -2
  315. package/dist/components/negative.js +104 -0
  316. package/dist/components/p-04e9c2d7.entry.js +1 -0
  317. package/dist/components/{p-5e6f5588.entry.js → p-0d7aee0b.entry.js} +1 -1
  318. package/dist/components/{p-07d5560c.entry.js → p-0fe10e6c.entry.js} +1 -1
  319. package/dist/components/p-18e852e1.entry.js +1 -0
  320. package/dist/components/p-1cc26ddf.entry.js +1 -0
  321. package/dist/components/p-3ccd6948.entry.js +1 -0
  322. package/dist/components/p-3d3841d6.entry.js +1 -0
  323. package/dist/components/p-3f38df99.entry.js +1 -0
  324. package/dist/components/p-527e71d0.entry.js +1 -0
  325. package/dist/components/p-55047f7f.entry.js +9 -0
  326. package/dist/components/{p-721431b8.entry.js → p-64c23098.entry.js} +1 -1
  327. package/dist/components/p-74b9c9a8.entry.js +1 -0
  328. package/dist/components/p-773bd015.entry.js +1 -0
  329. package/dist/components/p-7aa4edef.entry.js +1 -0
  330. package/dist/components/p-7b93a385.entry.js +1 -0
  331. package/dist/components/p-7baaf1a1.entry.js +1 -0
  332. package/dist/components/p-7ce1cf13.js +1 -0
  333. package/dist/components/p-878f65a6.entry.js +1 -0
  334. package/dist/components/p-92f6d9c0.entry.js +1 -0
  335. package/dist/components/{p-28ce55ae.entry.js → p-940a2d42.entry.js} +1 -1
  336. package/dist/components/p-9eedf771.entry.js +1 -0
  337. package/dist/components/{p-5ba1c4b4.entry.js → p-a63e14bb.entry.js} +1 -1
  338. package/dist/components/{p-67c3bedc.entry.js → p-a6dc1f88.entry.js} +1 -1
  339. package/dist/components/p-b4355cec.entry.js +1 -0
  340. package/dist/components/{p-21510f7a.entry.js → p-c2fc62f7.entry.js} +1 -1
  341. package/dist/components/p-c46675c8.entry.js +1 -0
  342. package/dist/components/p-caa71345.js +1 -0
  343. package/dist/components/p-d16b5363.entry.js +1 -0
  344. package/dist/components/{p-1f0819cf.entry.js → p-d1b3aa52.entry.js} +1 -1
  345. package/dist/components/{p-632bd36e.entry.js → p-d2576747.entry.js} +1 -1
  346. package/dist/components/p-d2f17fac.entry.js +1 -0
  347. package/dist/components/p-db5eea95.entry.js +1 -0
  348. package/dist/components/p-ddb9ce00.entry.js +1 -0
  349. package/dist/components/p-dfe93385.entry.js +1 -0
  350. package/dist/components/p-e0ee2386.js +1 -0
  351. package/dist/components/p-e205c269.entry.js +1 -0
  352. package/dist/components/p-f364296f.entry.js +1 -0
  353. package/dist/components/{p-801f67a1.entry.js → p-f55dd314.entry.js} +1 -1
  354. package/dist/components/p-f88b5f21.entry.js +1 -0
  355. package/dist/components/positive.js +65 -0
  356. package/dist/components/primary.js +1 -1
  357. package/dist/components/primary2.js +1 -1
  358. package/dist/components/secondary.js +1 -1
  359. package/dist/components/secondary2.js +7 -7
  360. package/dist/components/support.js +1 -1
  361. package/dist/components/support2.js +3 -3
  362. package/dist/components/svg-repository.js +45 -284
  363. package/dist/components/token-list2.js +57 -40
  364. package/dist/components/token-radii2.js +1 -1
  365. package/dist/components/token-ratios.js +1 -1
  366. package/dist/components/token-shadows2.js +33 -8
  367. package/dist/components/token-spacing.js +1 -1
  368. package/dist/components/token-typography.js +73 -42
  369. package/dist/esm/color-primary-palette_6.entry.js +14 -14
  370. package/dist/esm/components-section.entry.js +1 -1
  371. package/dist/esm/components.js +1 -1
  372. package/dist/esm/correct-use-of-colors.entry.js +1 -1
  373. package/dist/esm/docs-palettes.entry.js +1 -1
  374. package/dist/esm/docs-tokens.entry.js +1 -1
  375. package/dist/esm/eds-accordion_52.entry.js +10364 -0
  376. package/dist/esm/eds-app-root.entry.js +1 -1
  377. package/dist/esm/eds-cookies-preference.entry.js +2 -2
  378. package/dist/esm/eds-feedback.entry.js +1 -1
  379. package/dist/esm/eds-frame.entry.js +3 -3
  380. package/dist/esm/eds-gauge.entry.js +5 -6
  381. package/dist/esm/eds-gitlab-contributors.entry.js +244 -0
  382. package/dist/esm/eds-icon-bluesky.entry.js +1 -1
  383. package/dist/esm/eds-icon-eu.entry.js +2 -2
  384. package/dist/esm/eds-icon-facebook.entry.js +1 -1
  385. package/dist/esm/eds-icon-gitlab.entry.js +1 -1
  386. package/dist/esm/eds-icon-linkedin.entry.js +1 -1
  387. package/dist/esm/eds-icon-mastodon.entry.js +1 -1
  388. package/dist/esm/eds-icon-twitter.entry.js +1 -1
  389. package/dist/esm/eds-icon-youtube.entry.js +1 -1
  390. package/dist/esm/eds-modal.entry.js +84 -13
  391. package/dist/esm/eds-pie.entry.js +20 -20
  392. package/dist/esm/eds-section-core_2.entry.js +3 -3
  393. package/dist/esm/eds-splash-screen.entry.js +2 -2
  394. package/dist/esm/eds-timeline.entry.js +2 -2
  395. package/dist/esm/eds-toast-manager.entry.js +1 -1
  396. package/dist/esm/eu-8ac3e99c.js +7 -0
  397. package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
  398. package/dist/esm/index-870ab08f.js +4 -184
  399. package/dist/esm/loader.js +1 -1
  400. package/dist/esm/logo-space.entry.js +1 -2
  401. package/dist/esm/logo-variations-horizontal_2.entry.js +2 -2
  402. package/dist/esm/logo-variations-tabs.entry.js +1 -1
  403. package/dist/esm/logo-wrong-usage.entry.js +2 -2
  404. package/dist/esm/negative-84eec72e.js +104 -0
  405. package/dist/esm/positive-cc986d7c.js +65 -0
  406. package/dist/esm/svg-repository.entry.js +6 -263
  407. package/dist/esm/token-list_3.entry.js +91 -49
  408. package/dist/esm/token-ratios.entry.js +1 -1
  409. package/dist/esm/token-spacing.entry.js +1 -1
  410. package/dist/esm/token-typography.entry.js +73 -42
  411. package/dist/hydrate/index.js +4762 -4031
  412. package/dist/hydrate/index.mjs +4762 -4031
  413. package/dist/types/Users/nikolaosgeorgomanolis/Documents/EBRAINS/Projects/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +12 -0
  414. package/dist/types/components/eds-accordion/eds-accordion.d.ts +17 -53
  415. package/dist/types/components/eds-accordion/eds-accordion.stories.d.ts +36 -24
  416. package/dist/types/components/eds-alert/eds-alert.d.ts +32 -21
  417. package/dist/types/components/eds-alert/eds-alert.stories.d.ts +84 -11
  418. package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +2 -2
  419. package/dist/types/components/eds-button/eds-button.d.ts +31 -14
  420. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.d.ts +57 -0
  421. package/dist/types/components/eds-cards/eds-card-app/eds-card-app.stories.d.ts +60 -0
  422. package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +1 -0
  423. package/dist/types/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.d.ts +5 -17
  424. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.d.ts +64 -0
  425. package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.stories.d.ts +76 -0
  426. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.d.ts +43 -0
  427. package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.stories.d.ts +53 -0
  428. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +12 -40
  429. package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.stories.d.ts +43 -44
  430. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.d.ts +54 -0
  431. package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.stories.d.ts +65 -0
  432. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.d.ts +41 -0
  433. package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.stories.d.ts +47 -0
  434. package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +5 -10
  435. package/dist/types/components/eds-footer/eds-footer.d.ts +7 -0
  436. package/dist/types/components/eds-form/eds-form.d.ts +16 -5
  437. package/dist/types/components/eds-form/eds-form.stories.d.ts +0 -5
  438. package/dist/types/components/eds-frame/eds-frame.d.ts +1 -1
  439. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +3 -0
  440. package/dist/types/components/eds-header/eds-header.d.ts +3 -3
  441. package/dist/types/components/eds-icon-wrapper/eds-icon-wrapper.d.ts +3 -25
  442. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.d.ts +51 -0
  443. package/dist/types/components/eds-input-dropzone/eds-input-dropzone.stories.d.ts +54 -0
  444. package/dist/types/components/eds-input-elements/eds-input/eds-input.d.ts +2 -1
  445. package/dist/types/components/eds-input-field/eds-input-field.d.ts +3 -1
  446. package/dist/types/components/eds-input-file/eds-input-file.d.ts +43 -0
  447. package/dist/types/components/eds-link/eds-link.d.ts +9 -3
  448. package/dist/types/components/eds-logo/eds-logo.d.ts +3 -3
  449. package/dist/types/components/eds-logo/eds-logo.stories.d.ts +1 -19
  450. package/dist/types/components/eds-modal/eds-modal.d.ts +15 -3
  451. package/dist/types/components/eds-nps/eds-nps.d.ts +11 -2
  452. package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +13 -2
  453. package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +40 -1
  454. package/dist/types/components/eds-rating/eds-rating.d.ts +15 -2
  455. package/dist/types/components/eds-social-networks/eds-social-networks.d.ts +7 -0
  456. package/dist/types/components/eds-steps/eds-steps.d.ts +8 -0
  457. package/dist/types/components/eds-steps/eds-steps.stories.d.ts +2 -27
  458. package/dist/types/components/eds-steps-v2/eds-steps-v2.d.ts +8 -0
  459. package/dist/types/components/eds-steps-v2/eds-steps-v2.stories.d.ts +3 -6
  460. package/dist/types/components/eds-switch/eds-switch.d.ts +6 -0
  461. package/dist/types/components/eds-switch/eds-switch.stories.d.ts +49 -0
  462. package/dist/types/components/eds-table/eds-table.d.ts +45 -11
  463. package/dist/types/components/eds-table/eds-table.stories.d.ts +108 -9
  464. package/dist/types/components/eds-tabs/eds-tabs.d.ts +15 -17
  465. package/dist/types/components/eds-tabs/eds-tabs.stories.d.ts +57 -6
  466. package/dist/types/components/eds-tag/eds-tag.d.ts +1 -1
  467. package/dist/types/components/eds-tag/eds-tag.stories.d.ts +6 -0
  468. package/dist/types/components/eds-toast/eds-toast.d.ts +1 -1
  469. package/dist/types/components/eds-toast/eds-toast.stories.d.ts +10 -0
  470. package/dist/types/components/eds-user/eds-user.d.ts +1 -1
  471. package/dist/types/components.d.ts +1470 -1516
  472. package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.d.ts +1 -1
  473. package/dist/types/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.d.ts +114 -0
  474. package/dist/types/shared-ui/eds-global-search/eds-global-search.d.ts +18 -0
  475. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.d.ts +98 -0
  476. package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.d.ts +60 -0
  477. package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +26 -0
  478. package/dist/types/utils/icons.d.ts +78 -0
  479. package/package.json +1 -1
  480. package/dist/cjs/arrow-diagonal-black-0eb8640e.js +0 -5
  481. package/dist/cjs/arrow-right-3e38e8a9.js +0 -7
  482. package/dist/cjs/bin-c07eeedc.js +0 -5
  483. package/dist/cjs/bookmark-c61853d9.js +0 -18
  484. package/dist/cjs/chevron-down-27344777.js +0 -14
  485. package/dist/cjs/chevron-left-6fc9c6ef.js +0 -13
  486. package/dist/cjs/chevron-right-6d95a117.js +0 -7
  487. package/dist/cjs/chevron-up-e37d7713.js +0 -14
  488. package/dist/cjs/clone-846acfdd.js +0 -5
  489. package/dist/cjs/close-51284af5.js +0 -7
  490. package/dist/cjs/copy-53102d0c.js +0 -7
  491. package/dist/cjs/download-9d17d025.js +0 -20
  492. package/dist/cjs/draft-05bd8904.js +0 -5
  493. package/dist/cjs/edit-ff5b84d8.js +0 -5
  494. package/dist/cjs/eds-accordion_37.cjs.entry.js +0 -6908
  495. package/dist/cjs/eds-card-desc_2.cjs.entry.js +0 -77
  496. package/dist/cjs/eds-card-generic.cjs.entry.js +0 -91
  497. package/dist/cjs/eds-card-project.cjs.entry.js +0 -195
  498. package/dist/cjs/eds-card-section.cjs.entry.js +0 -39
  499. package/dist/cjs/eds-card-tags.cjs.entry.js +0 -22
  500. package/dist/cjs/eds-card-tool.cjs.entry.js +0 -79
  501. package/dist/cjs/eds-footer.cjs.entry.js +0 -67
  502. package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +0 -91
  503. package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +0 -18
  504. package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +0 -18
  505. package/dist/cjs/eds-icon-bin.cjs.entry.js +0 -18
  506. package/dist/cjs/eds-icon-bookmark.cjs.entry.js +0 -18
  507. package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +0 -18
  508. package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +0 -18
  509. package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +0 -18
  510. package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +0 -18
  511. package/dist/cjs/eds-icon-clone.cjs.entry.js +0 -18
  512. package/dist/cjs/eds-icon-close.cjs.entry.js +0 -18
  513. package/dist/cjs/eds-icon-copy.cjs.entry.js +0 -18
  514. package/dist/cjs/eds-icon-download.cjs.entry.js +0 -18
  515. package/dist/cjs/eds-icon-draft.cjs.entry.js +0 -18
  516. package/dist/cjs/eds-icon-edit.cjs.entry.js +0 -18
  517. package/dist/cjs/eds-icon-external.cjs.entry.js +0 -18
  518. package/dist/cjs/eds-icon-loader.cjs.entry.js +0 -18
  519. package/dist/cjs/eds-icon-menu.cjs.entry.js +0 -18
  520. package/dist/cjs/eds-icon-minus.cjs.entry.js +0 -18
  521. package/dist/cjs/eds-icon-more.cjs.entry.js +0 -18
  522. package/dist/cjs/eds-icon-paper.cjs.entry.js +0 -18
  523. package/dist/cjs/eds-icon-plus.cjs.entry.js +0 -18
  524. package/dist/cjs/eds-icon-portal.cjs.entry.js +0 -18
  525. package/dist/cjs/eds-icon-private.cjs.entry.js +0 -18
  526. package/dist/cjs/eds-icon-public.cjs.entry.js +0 -18
  527. package/dist/cjs/eds-icon-search.cjs.entry.js +0 -18
  528. package/dist/cjs/eds-icon-star.cjs.entry.js +0 -18
  529. package/dist/cjs/eds-icon-start.cjs.entry.js +0 -18
  530. package/dist/cjs/eds-icon-success.cjs.entry.js +0 -18
  531. package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +0 -18
  532. package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +0 -18
  533. package/dist/cjs/eds-icon-tutorial.cjs.entry.js +0 -18
  534. package/dist/cjs/eds-icon-unknown.cjs.entry.js +0 -18
  535. package/dist/cjs/eds-icon-updown.cjs.entry.js +0 -18
  536. package/dist/cjs/eds-icon-user.cjs.entry.js +0 -18
  537. package/dist/cjs/eds-icon-view.cjs.entry.js +0 -18
  538. package/dist/cjs/eds-progress-bar.cjs.entry.js +0 -56
  539. package/dist/cjs/eds-social-networks.cjs.entry.js +0 -64
  540. package/dist/cjs/eds-trl.cjs.entry.js +0 -51
  541. package/dist/cjs/eu-b9665157.js +0 -32
  542. package/dist/cjs/index-ab9fbefe.js +0 -48
  543. package/dist/cjs/loader-72f9d178.js +0 -32
  544. package/dist/cjs/logo-color-6c787ac1.js +0 -117
  545. package/dist/cjs/logo-color-margins-b49c0f46.js +0 -120
  546. package/dist/cjs/logo-white-no-bg-4a0e0f4b.js +0 -1039
  547. package/dist/cjs/menu-7050a6d1.js +0 -13
  548. package/dist/cjs/minus-1da6a98a.js +0 -13
  549. package/dist/cjs/more-1d3dd8bc.js +0 -15
  550. package/dist/cjs/paper-0d6302f6.js +0 -17
  551. package/dist/cjs/plus-d0e00ad0.js +0 -14
  552. package/dist/cjs/portal-46212559.js +0 -20
  553. package/dist/cjs/private-38835fe7.js +0 -27
  554. package/dist/cjs/public-b519b1f6.js +0 -18
  555. package/dist/cjs/search-5533d877.js +0 -14
  556. package/dist/cjs/star-942eee9f.js +0 -7
  557. package/dist/cjs/start-c0ccfddd.js +0 -5
  558. package/dist/cjs/success-ef661a11.js +0 -20
  559. package/dist/cjs/thumbs-down-714036b1.js +0 -7
  560. package/dist/cjs/thumbs-up-411babb8.js +0 -8
  561. package/dist/cjs/tutotial-7855df3c.js +0 -29
  562. package/dist/cjs/unknown-6814e551.js +0 -24
  563. package/dist/cjs/up-and-down-6f179dd8.js +0 -14
  564. package/dist/cjs/user-a3c2230f.js +0 -18
  565. package/dist/cjs/view-80d5c6c8.js +0 -5
  566. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +0 -9
  567. package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +0 -63
  568. package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +0 -227
  569. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.css +0 -249
  570. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.js +0 -95
  571. package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.stories.js +0 -71
  572. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +0 -103
  573. package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +0 -314
  574. package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +0 -77
  575. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +0 -36
  576. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +0 -36
  577. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +0 -36
  578. package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +0 -36
  579. package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +0 -36
  580. package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +0 -36
  581. package/dist/collection/components/eds-icons/eds-icon-bin/eds-icon-bin.js +0 -36
  582. package/dist/collection/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.js +0 -36
  583. package/dist/collection/components/eds-icons/eds-icon-clone/eds-icon-clone.js +0 -36
  584. package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +0 -36
  585. package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +0 -36
  586. package/dist/collection/components/eds-icons/eds-icon-download/eds-icon-download.js +0 -36
  587. package/dist/collection/components/eds-icons/eds-icon-draft/eds-icon-draft.js +0 -36
  588. package/dist/collection/components/eds-icons/eds-icon-edit/eds-icon-edit.js +0 -36
  589. package/dist/collection/components/eds-icons/eds-icon-external/eds-icon-external.js +0 -36
  590. package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +0 -36
  591. package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +0 -36
  592. package/dist/collection/components/eds-icons/eds-icon-minus/eds-icon-minus.js +0 -36
  593. package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +0 -36
  594. package/dist/collection/components/eds-icons/eds-icon-paper/eds-icon-paper.js +0 -36
  595. package/dist/collection/components/eds-icons/eds-icon-plus/eds-icon-plus.js +0 -36
  596. package/dist/collection/components/eds-icons/eds-icon-portal/eds-icon-portal.js +0 -36
  597. package/dist/collection/components/eds-icons/eds-icon-private/eds-icon-private.js +0 -36
  598. package/dist/collection/components/eds-icons/eds-icon-public/eds-icon-public.js +0 -36
  599. package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +0 -36
  600. package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +0 -36
  601. package/dist/collection/components/eds-icons/eds-icon-start/eds-icon-start.js +0 -36
  602. package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +0 -36
  603. package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +0 -36
  604. package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +0 -36
  605. package/dist/collection/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.js +0 -36
  606. package/dist/collection/components/eds-icons/eds-icon-unknown/eds-icon-unknown.js +0 -36
  607. package/dist/collection/components/eds-icons/eds-icon-updown/eds-icon-updown.js +0 -36
  608. package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +0 -36
  609. package/dist/collection/components/eds-icons/eds-icon-view/eds-icon-view.js +0 -36
  610. package/dist/collection/components/eds-trl/eds-trl.js +0 -68
  611. package/dist/components/arrow-diagonal-black.js +0 -3
  612. package/dist/components/arrow-right.js +0 -5
  613. package/dist/components/bin.js +0 -3
  614. package/dist/components/bookmark.js +0 -16
  615. package/dist/components/chevron-down.js +0 -12
  616. package/dist/components/chevron-left.js +0 -11
  617. package/dist/components/chevron-right.js +0 -5
  618. package/dist/components/chevron-up.js +0 -12
  619. package/dist/components/clone.js +0 -3
  620. package/dist/components/close.js +0 -5
  621. package/dist/components/copy.js +0 -5
  622. package/dist/components/download.js +0 -18
  623. package/dist/components/draft.js +0 -3
  624. package/dist/components/edit.js +0 -3
  625. package/dist/components/eds-card-project.js +0 -237
  626. package/dist/components/eds-card-section.d.ts +0 -11
  627. package/dist/components/eds-card-section.js +0 -92
  628. package/dist/components/eds-card-tags.d.ts +0 -11
  629. package/dist/components/eds-card-tags.js +0 -45
  630. package/dist/components/eds-card-tool.d.ts +0 -11
  631. package/dist/components/eds-card-tool.js +0 -137
  632. package/dist/components/eds-icon-arrow-diagonal.d.ts +0 -11
  633. package/dist/components/eds-icon-arrow-diagonal.js +0 -33
  634. package/dist/components/eds-icon-arrow-right.d.ts +0 -11
  635. package/dist/components/eds-icon-arrow-right.js +0 -33
  636. package/dist/components/eds-icon-bin.js +0 -33
  637. package/dist/components/eds-icon-bookmark.d.ts +0 -11
  638. package/dist/components/eds-icon-bookmark.js +0 -33
  639. package/dist/components/eds-icon-chevron-down.d.ts +0 -11
  640. package/dist/components/eds-icon-chevron-down.js +0 -33
  641. package/dist/components/eds-icon-chevron-left.d.ts +0 -11
  642. package/dist/components/eds-icon-chevron-left.js +0 -33
  643. package/dist/components/eds-icon-chevron-right.d.ts +0 -11
  644. package/dist/components/eds-icon-chevron-right.js +0 -33
  645. package/dist/components/eds-icon-chevron-up.js +0 -33
  646. package/dist/components/eds-icon-clone.d.ts +0 -11
  647. package/dist/components/eds-icon-clone.js +0 -33
  648. package/dist/components/eds-icon-close.js +0 -33
  649. package/dist/components/eds-icon-copy.js +0 -33
  650. package/dist/components/eds-icon-download.d.ts +0 -11
  651. package/dist/components/eds-icon-download.js +0 -33
  652. package/dist/components/eds-icon-draft.d.ts +0 -11
  653. package/dist/components/eds-icon-draft.js +0 -33
  654. package/dist/components/eds-icon-edit.js +0 -33
  655. package/dist/components/eds-icon-external.d.ts +0 -11
  656. package/dist/components/eds-icon-external.js +0 -33
  657. package/dist/components/eds-icon-loader.d.ts +0 -11
  658. package/dist/components/eds-icon-loader.js +0 -33
  659. package/dist/components/eds-icon-menu.d.ts +0 -11
  660. package/dist/components/eds-icon-menu.js +0 -33
  661. package/dist/components/eds-icon-minus.d.ts +0 -11
  662. package/dist/components/eds-icon-minus.js +0 -33
  663. package/dist/components/eds-icon-more.d.ts +0 -11
  664. package/dist/components/eds-icon-more.js +0 -33
  665. package/dist/components/eds-icon-paper.d.ts +0 -11
  666. package/dist/components/eds-icon-paper.js +0 -33
  667. package/dist/components/eds-icon-plus.d.ts +0 -11
  668. package/dist/components/eds-icon-plus.js +0 -33
  669. package/dist/components/eds-icon-portal.d.ts +0 -11
  670. package/dist/components/eds-icon-portal.js +0 -33
  671. package/dist/components/eds-icon-private.d.ts +0 -11
  672. package/dist/components/eds-icon-private.js +0 -33
  673. package/dist/components/eds-icon-public.d.ts +0 -11
  674. package/dist/components/eds-icon-public.js +0 -33
  675. package/dist/components/eds-icon-search.d.ts +0 -11
  676. package/dist/components/eds-icon-search.js +0 -33
  677. package/dist/components/eds-icon-star.d.ts +0 -11
  678. package/dist/components/eds-icon-star.js +0 -33
  679. package/dist/components/eds-icon-start.d.ts +0 -11
  680. package/dist/components/eds-icon-start.js +0 -33
  681. package/dist/components/eds-icon-success.d.ts +0 -11
  682. package/dist/components/eds-icon-success.js +0 -33
  683. package/dist/components/eds-icon-thumbs-down.d.ts +0 -11
  684. package/dist/components/eds-icon-thumbs-down.js +0 -33
  685. package/dist/components/eds-icon-thumbs-up.d.ts +0 -11
  686. package/dist/components/eds-icon-thumbs-up.js +0 -33
  687. package/dist/components/eds-icon-tutorial.d.ts +0 -11
  688. package/dist/components/eds-icon-tutorial.js +0 -33
  689. package/dist/components/eds-icon-unknown.d.ts +0 -11
  690. package/dist/components/eds-icon-unknown.js +0 -33
  691. package/dist/components/eds-icon-updown.d.ts +0 -11
  692. package/dist/components/eds-icon-updown.js +0 -33
  693. package/dist/components/eds-icon-user.d.ts +0 -11
  694. package/dist/components/eds-icon-user.js +0 -33
  695. package/dist/components/eds-icon-view.d.ts +0 -11
  696. package/dist/components/eds-icon-view.js +0 -33
  697. package/dist/components/eds-progress-bar2.js +0 -71
  698. package/dist/components/eds-trl.js +0 -150
  699. package/dist/components/loader.js +0 -30
  700. package/dist/components/logo-color-margins.js +0 -118
  701. package/dist/components/logo-color.js +0 -115
  702. package/dist/components/logo-white-no-bg.js +0 -1029
  703. package/dist/components/menu.js +0 -11
  704. package/dist/components/minus.js +0 -11
  705. package/dist/components/more.js +0 -13
  706. package/dist/components/p-024c7937.js +0 -1
  707. package/dist/components/p-05754401.js +0 -1
  708. package/dist/components/p-062d2f91.entry.js +0 -1
  709. package/dist/components/p-0725a684.entry.js +0 -1
  710. package/dist/components/p-0be28996.js +0 -1
  711. package/dist/components/p-0da7d1c9.js +0 -1
  712. package/dist/components/p-0e6d43c5.js +0 -1
  713. package/dist/components/p-112122d6.js +0 -1
  714. package/dist/components/p-13f74e41.entry.js +0 -1
  715. package/dist/components/p-15dc5ecf.entry.js +0 -1
  716. package/dist/components/p-15df046d.entry.js +0 -1
  717. package/dist/components/p-15f94425.entry.js +0 -1
  718. package/dist/components/p-1ded61bd.js +0 -1
  719. package/dist/components/p-1f74c192.entry.js +0 -1
  720. package/dist/components/p-2066b033.js +0 -1
  721. package/dist/components/p-20e711e6.entry.js +0 -1
  722. package/dist/components/p-2117611b.js +0 -1
  723. package/dist/components/p-2692f93d.js +0 -1
  724. package/dist/components/p-277d0045.entry.js +0 -1
  725. package/dist/components/p-27c4a06e.js +0 -1
  726. package/dist/components/p-29041952.js +0 -1
  727. package/dist/components/p-30e88fc2.entry.js +0 -1
  728. package/dist/components/p-314aa952.entry.js +0 -1
  729. package/dist/components/p-32e6c4df.js +0 -1
  730. package/dist/components/p-355df495.entry.js +0 -1
  731. package/dist/components/p-366c5c03.entry.js +0 -1
  732. package/dist/components/p-38113b9c.entry.js +0 -1
  733. package/dist/components/p-3a1e54bd.entry.js +0 -1
  734. package/dist/components/p-3ad7a15b.entry.js +0 -1
  735. package/dist/components/p-3b838def.entry.js +0 -1
  736. package/dist/components/p-454bdd5a.js +0 -1
  737. package/dist/components/p-4587d0ef.js +0 -1
  738. package/dist/components/p-46d0716d.js +0 -1
  739. package/dist/components/p-48825534.entry.js +0 -1
  740. package/dist/components/p-4cebd89e.entry.js +0 -1
  741. package/dist/components/p-4eb2cf7f.js +0 -1
  742. package/dist/components/p-51d0e443.entry.js +0 -1
  743. package/dist/components/p-52c28fa2.js +0 -1
  744. package/dist/components/p-53f6527b.entry.js +0 -1
  745. package/dist/components/p-553ca350.js +0 -1
  746. package/dist/components/p-58967f53.js +0 -1
  747. package/dist/components/p-5d046674.js +0 -1
  748. package/dist/components/p-6197c589.entry.js +0 -1
  749. package/dist/components/p-65948a6e.entry.js +0 -1
  750. package/dist/components/p-694fc085.js +0 -1
  751. package/dist/components/p-7198c024.js +0 -1
  752. package/dist/components/p-7737d5c7.entry.js +0 -1
  753. package/dist/components/p-78e85217.entry.js +0 -1
  754. package/dist/components/p-7a62ae0d.entry.js +0 -1
  755. package/dist/components/p-7aa97ad6.entry.js +0 -1
  756. package/dist/components/p-7f820989.entry.js +0 -1
  757. package/dist/components/p-80ced58a.entry.js +0 -1
  758. package/dist/components/p-83dde536.entry.js +0 -1
  759. package/dist/components/p-83ff4a95.js +0 -1
  760. package/dist/components/p-86bb73dc.js +0 -1
  761. package/dist/components/p-87481169.entry.js +0 -1
  762. package/dist/components/p-87df6442.entry.js +0 -1
  763. package/dist/components/p-8983de37.js +0 -1
  764. package/dist/components/p-8bd954b5.entry.js +0 -1
  765. package/dist/components/p-8c520685.entry.js +0 -1
  766. package/dist/components/p-941dc156.entry.js +0 -1
  767. package/dist/components/p-9afd31cb.entry.js +0 -1
  768. package/dist/components/p-9c5a453b.js +0 -1
  769. package/dist/components/p-9cd1cc1e.entry.js +0 -1
  770. package/dist/components/p-9d57b51f.entry.js +0 -1
  771. package/dist/components/p-a61dbad5.entry.js +0 -1
  772. package/dist/components/p-a7323642.entry.js +0 -1
  773. package/dist/components/p-a83c336c.entry.js +0 -1
  774. package/dist/components/p-ab4acc26.entry.js +0 -1
  775. package/dist/components/p-ac501eb6.entry.js +0 -1
  776. package/dist/components/p-ad036475.entry.js +0 -1
  777. package/dist/components/p-ad295d47.entry.js +0 -1
  778. package/dist/components/p-ad6e7daf.entry.js +0 -1
  779. package/dist/components/p-ae471b33.entry.js +0 -1
  780. package/dist/components/p-aefcb641.js +0 -1
  781. package/dist/components/p-b64f8ffc.entry.js +0 -1
  782. package/dist/components/p-b73410de.js +0 -1
  783. package/dist/components/p-b822abb7.js +0 -1
  784. package/dist/components/p-ba720bf3.js +0 -1
  785. package/dist/components/p-bb800eec.entry.js +0 -1
  786. package/dist/components/p-bfb00131.entry.js +0 -1
  787. package/dist/components/p-c07e3269.entry.js +0 -1
  788. package/dist/components/p-c1e4ef92.js +0 -1
  789. package/dist/components/p-c286e9d3.entry.js +0 -1
  790. package/dist/components/p-c38c527e.entry.js +0 -1
  791. package/dist/components/p-c404226a.entry.js +0 -1
  792. package/dist/components/p-c776b6f8.js +0 -1
  793. package/dist/components/p-c8e7c854.js +0 -1
  794. package/dist/components/p-c9d60f21.entry.js +0 -1
  795. package/dist/components/p-cdf19579.js +0 -1
  796. package/dist/components/p-d29676a0.entry.js +0 -1
  797. package/dist/components/p-d962849c.js +0 -1
  798. package/dist/components/p-da96c7cd.entry.js +0 -1
  799. package/dist/components/p-df5fc158.entry.js +0 -1
  800. package/dist/components/p-e2d5a487.js +0 -1
  801. package/dist/components/p-e311fe9e.entry.js +0 -1
  802. package/dist/components/p-e4f0f24a.entry.js +0 -1
  803. package/dist/components/p-ece618b3.js +0 -1
  804. package/dist/components/p-eda55db0.entry.js +0 -1
  805. package/dist/components/p-ee93afac.entry.js +0 -1
  806. package/dist/components/p-f0993844.entry.js +0 -1
  807. package/dist/components/p-f1c8f841.entry.js +0 -1
  808. package/dist/components/p-f227bac5.entry.js +0 -1
  809. package/dist/components/p-f24bfc6a.entry.js +0 -1
  810. package/dist/components/p-f2abe4d8.js +0 -1
  811. package/dist/components/p-f3754a20.entry.js +0 -1
  812. package/dist/components/p-f4c954ec.entry.js +0 -1
  813. package/dist/components/p-f6baca73.entry.js +0 -9
  814. package/dist/components/p-f7b88ef5.entry.js +0 -1
  815. package/dist/components/p-fda3df86.entry.js +0 -1
  816. package/dist/components/paper.js +0 -15
  817. package/dist/components/plus.js +0 -12
  818. package/dist/components/portal.js +0 -18
  819. package/dist/components/private.js +0 -25
  820. package/dist/components/public.js +0 -16
  821. package/dist/components/search.js +0 -12
  822. package/dist/components/star.js +0 -5
  823. package/dist/components/start.js +0 -3
  824. package/dist/components/success.js +0 -18
  825. package/dist/components/thumbs-down.js +0 -5
  826. package/dist/components/thumbs-up.js +0 -6
  827. package/dist/components/tutotial.js +0 -27
  828. package/dist/components/unknown.js +0 -22
  829. package/dist/components/up-and-down.js +0 -12
  830. package/dist/components/user.js +0 -16
  831. package/dist/components/view.js +0 -3
  832. package/dist/esm/arrow-diagonal-black-8f0494c3.js +0 -3
  833. package/dist/esm/arrow-right-9322ba8a.js +0 -5
  834. package/dist/esm/bin-37cad2f0.js +0 -3
  835. package/dist/esm/bookmark-c200037c.js +0 -16
  836. package/dist/esm/chevron-down-6144c823.js +0 -12
  837. package/dist/esm/chevron-left-ca6c66e1.js +0 -11
  838. package/dist/esm/chevron-right-b88ed2d4.js +0 -5
  839. package/dist/esm/chevron-up-c66bd477.js +0 -12
  840. package/dist/esm/clone-dab56639.js +0 -3
  841. package/dist/esm/close-87fc0d63.js +0 -5
  842. package/dist/esm/copy-03b72cb6.js +0 -5
  843. package/dist/esm/download-47746956.js +0 -18
  844. package/dist/esm/draft-dd5dada2.js +0 -3
  845. package/dist/esm/edit-3893a517.js +0 -3
  846. package/dist/esm/eds-accordion_37.entry.js +0 -6868
  847. package/dist/esm/eds-card-desc_2.entry.js +0 -72
  848. package/dist/esm/eds-card-generic.entry.js +0 -87
  849. package/dist/esm/eds-card-project.entry.js +0 -191
  850. package/dist/esm/eds-card-section.entry.js +0 -35
  851. package/dist/esm/eds-card-tags.entry.js +0 -18
  852. package/dist/esm/eds-card-tool.entry.js +0 -75
  853. package/dist/esm/eds-footer.entry.js +0 -63
  854. package/dist/esm/eds-fullscreen-menu.entry.js +0 -87
  855. package/dist/esm/eds-icon-arrow-diagonal.entry.js +0 -14
  856. package/dist/esm/eds-icon-arrow-right.entry.js +0 -14
  857. package/dist/esm/eds-icon-bin.entry.js +0 -14
  858. package/dist/esm/eds-icon-bookmark.entry.js +0 -14
  859. package/dist/esm/eds-icon-chevron-down.entry.js +0 -14
  860. package/dist/esm/eds-icon-chevron-left.entry.js +0 -14
  861. package/dist/esm/eds-icon-chevron-right.entry.js +0 -14
  862. package/dist/esm/eds-icon-chevron-up.entry.js +0 -14
  863. package/dist/esm/eds-icon-clone.entry.js +0 -14
  864. package/dist/esm/eds-icon-close.entry.js +0 -14
  865. package/dist/esm/eds-icon-copy.entry.js +0 -14
  866. package/dist/esm/eds-icon-download.entry.js +0 -14
  867. package/dist/esm/eds-icon-draft.entry.js +0 -14
  868. package/dist/esm/eds-icon-edit.entry.js +0 -14
  869. package/dist/esm/eds-icon-external.entry.js +0 -14
  870. package/dist/esm/eds-icon-loader.entry.js +0 -14
  871. package/dist/esm/eds-icon-menu.entry.js +0 -14
  872. package/dist/esm/eds-icon-minus.entry.js +0 -14
  873. package/dist/esm/eds-icon-more.entry.js +0 -14
  874. package/dist/esm/eds-icon-paper.entry.js +0 -14
  875. package/dist/esm/eds-icon-plus.entry.js +0 -14
  876. package/dist/esm/eds-icon-portal.entry.js +0 -14
  877. package/dist/esm/eds-icon-private.entry.js +0 -14
  878. package/dist/esm/eds-icon-public.entry.js +0 -14
  879. package/dist/esm/eds-icon-search.entry.js +0 -14
  880. package/dist/esm/eds-icon-star.entry.js +0 -14
  881. package/dist/esm/eds-icon-start.entry.js +0 -14
  882. package/dist/esm/eds-icon-success.entry.js +0 -14
  883. package/dist/esm/eds-icon-thumbs-down.entry.js +0 -14
  884. package/dist/esm/eds-icon-thumbs-up.entry.js +0 -14
  885. package/dist/esm/eds-icon-tutorial.entry.js +0 -14
  886. package/dist/esm/eds-icon-unknown.entry.js +0 -14
  887. package/dist/esm/eds-icon-updown.entry.js +0 -14
  888. package/dist/esm/eds-icon-user.entry.js +0 -14
  889. package/dist/esm/eds-icon-view.entry.js +0 -14
  890. package/dist/esm/eds-progress-bar.entry.js +0 -52
  891. package/dist/esm/eds-social-networks.entry.js +0 -60
  892. package/dist/esm/eds-trl.entry.js +0 -47
  893. package/dist/esm/eu-9ddde93a.js +0 -30
  894. package/dist/esm/index-39c58238.js +0 -46
  895. package/dist/esm/loader-c9628637.js +0 -30
  896. package/dist/esm/logo-color-7f1fd803.js +0 -115
  897. package/dist/esm/logo-color-margins-ff8ce71b.js +0 -118
  898. package/dist/esm/logo-white-no-bg-f382f86f.js +0 -1029
  899. package/dist/esm/menu-340ea948.js +0 -11
  900. package/dist/esm/minus-b30a7c71.js +0 -11
  901. package/dist/esm/more-4449d549.js +0 -13
  902. package/dist/esm/paper-8e74ea31.js +0 -15
  903. package/dist/esm/plus-89c07be2.js +0 -12
  904. package/dist/esm/portal-d6c8ce56.js +0 -18
  905. package/dist/esm/private-1c25ff8e.js +0 -25
  906. package/dist/esm/public-d4d8c585.js +0 -16
  907. package/dist/esm/search-fbcd79c2.js +0 -12
  908. package/dist/esm/star-0da9b5e9.js +0 -5
  909. package/dist/esm/start-65126a4f.js +0 -3
  910. package/dist/esm/success-443809da.js +0 -18
  911. package/dist/esm/thumbs-down-a18fd049.js +0 -5
  912. package/dist/esm/thumbs-up-c19a71bc.js +0 -6
  913. package/dist/esm/tutotial-150ee1fd.js +0 -27
  914. package/dist/esm/unknown-ed01a24c.js +0 -22
  915. package/dist/esm/up-and-down-8b69ca97.js +0 -12
  916. package/dist/esm/user-71ebdc15.js +0 -16
  917. package/dist/esm/view-e900f2d4.js +0 -3
  918. package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +0 -65
  919. package/dist/types/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.d.ts +0 -15
  920. package/dist/types/components/eds-cards/eds-card-project/eds-card-project.d.ts +0 -54
  921. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.d.ts +0 -70
  922. package/dist/types/components/eds-cards/eds-card-section/eds-card-section.stories.d.ts +0 -68
  923. package/dist/types/components/eds-cards/eds-card-tool/eds-card-tool.d.ts +0 -79
  924. package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.d.ts +0 -29
  925. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.d.ts +0 -10
  926. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.d.ts +0 -10
  927. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.d.ts +0 -10
  928. package/dist/types/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.d.ts +0 -10
  929. package/dist/types/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.d.ts +0 -10
  930. package/dist/types/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.d.ts +0 -10
  931. package/dist/types/components/eds-icons/eds-icon-bin/eds-icon-bin.d.ts +0 -10
  932. package/dist/types/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.d.ts +0 -10
  933. package/dist/types/components/eds-icons/eds-icon-clone/eds-icon-clone.d.ts +0 -10
  934. package/dist/types/components/eds-icons/eds-icon-close/eds-icon-close.d.ts +0 -10
  935. package/dist/types/components/eds-icons/eds-icon-copy/eds-icon-copy.d.ts +0 -10
  936. package/dist/types/components/eds-icons/eds-icon-download/eds-icon-download.d.ts +0 -10
  937. package/dist/types/components/eds-icons/eds-icon-draft/eds-icon-draft.d.ts +0 -10
  938. package/dist/types/components/eds-icons/eds-icon-edit/eds-icon-edit.d.ts +0 -10
  939. package/dist/types/components/eds-icons/eds-icon-external/eds-icon-external.d.ts +0 -10
  940. package/dist/types/components/eds-icons/eds-icon-loader/eds-icon-loader.d.ts +0 -10
  941. package/dist/types/components/eds-icons/eds-icon-menu/eds-icon-menu.d.ts +0 -10
  942. package/dist/types/components/eds-icons/eds-icon-minus/eds-icon-minus.d.ts +0 -10
  943. package/dist/types/components/eds-icons/eds-icon-more/eds-icon-more.d.ts +0 -10
  944. package/dist/types/components/eds-icons/eds-icon-paper/eds-icon-paper.d.ts +0 -10
  945. package/dist/types/components/eds-icons/eds-icon-plus/eds-icon-plus.d.ts +0 -10
  946. package/dist/types/components/eds-icons/eds-icon-portal/eds-icon-portal.d.ts +0 -10
  947. package/dist/types/components/eds-icons/eds-icon-private/eds-icon-private.d.ts +0 -10
  948. package/dist/types/components/eds-icons/eds-icon-public/eds-icon-public.d.ts +0 -10
  949. package/dist/types/components/eds-icons/eds-icon-search/eds-icon-search.d.ts +0 -10
  950. package/dist/types/components/eds-icons/eds-icon-star/eds-icon-star.d.ts +0 -10
  951. package/dist/types/components/eds-icons/eds-icon-start/eds-icon-start.d.ts +0 -10
  952. package/dist/types/components/eds-icons/eds-icon-success/eds-icon-success.d.ts +0 -10
  953. package/dist/types/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.d.ts +0 -10
  954. package/dist/types/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.d.ts +0 -10
  955. package/dist/types/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.d.ts +0 -10
  956. package/dist/types/components/eds-icons/eds-icon-unknown/eds-icon-unknown.d.ts +0 -10
  957. package/dist/types/components/eds-icons/eds-icon-updown/eds-icon-updown.d.ts +0 -10
  958. package/dist/types/components/eds-icons/eds-icon-user/eds-icon-user.d.ts +0 -10
  959. package/dist/types/components/eds-icons/eds-icon-view/eds-icon-view.d.ts +0 -10
  960. package/dist/types/components/eds-trl/eds-trl.d.ts +0 -12
  961. /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/components/stencil.config.d.ts +0 -0
  962. /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/index.d.ts +0 -0
@@ -1,43 +1,2446 @@
1
- import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
1
+ import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
2
+
3
+ function _defineProperty(e, r, t) {
4
+ return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
5
+ value: t,
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true
9
+ }) : e[r] = t, e;
10
+ }
11
+ function ownKeys(e, r) {
12
+ var t = Object.keys(e);
13
+ if (Object.getOwnPropertySymbols) {
14
+ var o = Object.getOwnPropertySymbols(e);
15
+ r && (o = o.filter(function (r) {
16
+ return Object.getOwnPropertyDescriptor(e, r).enumerable;
17
+ })), t.push.apply(t, o);
18
+ }
19
+ return t;
20
+ }
21
+ function _objectSpread2(e) {
22
+ for (var r = 1; r < arguments.length; r++) {
23
+ var t = null != arguments[r] ? arguments[r] : {};
24
+ r % 2 ? ownKeys(Object(t), true).forEach(function (r) {
25
+ _defineProperty(e, r, t[r]);
26
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
27
+ Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
28
+ });
29
+ }
30
+ return e;
31
+ }
32
+ function _objectWithoutProperties(e, t) {
33
+ if (null == e) return {};
34
+ var o,
35
+ r,
36
+ i = _objectWithoutPropertiesLoose(e, t);
37
+ if (Object.getOwnPropertySymbols) {
38
+ var n = Object.getOwnPropertySymbols(e);
39
+ for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
40
+ }
41
+ return i;
42
+ }
43
+ function _objectWithoutPropertiesLoose(r, e) {
44
+ if (null == r) return {};
45
+ var t = {};
46
+ for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
47
+ if (-1 !== e.indexOf(n)) continue;
48
+ t[n] = r[n];
49
+ }
50
+ return t;
51
+ }
52
+ function _toPrimitive(t, r) {
53
+ if ("object" != typeof t || !t) return t;
54
+ var e = t[Symbol.toPrimitive];
55
+ if (void 0 !== e) {
56
+ var i = e.call(t, r);
57
+ if ("object" != typeof i) return i;
58
+ throw new TypeError("@@toPrimitive must return a primitive value.");
59
+ }
60
+ return ("string" === r ? String : Number)(t);
61
+ }
62
+ function _toPropertyKey(t) {
63
+ var i = _toPrimitive(t, "string");
64
+ return "symbol" == typeof i ? i : i + "";
65
+ }
66
+
67
+ var _excluded = ["width", "height", "viewBox"],
68
+ _excluded2 = ["tabindex"];
69
+ /**
70
+ * Copyright IBM Corp. 2018, 2024
71
+ *
72
+ * This source code is licensed under the Apache-2.0 license found in the
73
+ * LICENSE file in the root directory of this source tree.
74
+ */
75
+
76
+ var defaultAttributes = {
77
+ // Reference:
78
+ // https://github.com/IBM/carbon-components-react/issues/1392
79
+ // https://github.com/PolymerElements/iron-iconset-svg/pull/47
80
+ // `focusable` is a string attribute which is why we do not use a boolean here
81
+ focusable: 'false',
82
+ preserveAspectRatio: 'xMidYMid meet'
83
+ };
84
+
85
+ /**
86
+ * Get supplementary HTML attributes for a given <svg> element based on existing
87
+ * attributes.
88
+ */
89
+ function getAttributes() {
90
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
91
+ width = _ref.width,
92
+ height = _ref.height,
93
+ _ref$viewBox = _ref.viewBox,
94
+ viewBox = _ref$viewBox === void 0 ? "0 0 ".concat(width, " ").concat(height) : _ref$viewBox,
95
+ attributes = _objectWithoutProperties(_ref, _excluded);
96
+ var tabindex = attributes.tabindex,
97
+ rest = _objectWithoutProperties(attributes, _excluded2);
98
+ var iconAttributes = _objectSpread2(_objectSpread2(_objectSpread2({}, defaultAttributes), rest), {}, {
99
+ width: width,
100
+ height: height,
101
+ viewBox: viewBox
102
+ });
103
+
104
+ // TODO: attributes.title assumes that the consumer will implement <title> and
105
+ // correctly set `aria-labelledby`.
106
+ if (iconAttributes['aria-label'] || iconAttributes['aria-labelledby'] || iconAttributes.title) {
107
+ iconAttributes.role = 'img';
108
+
109
+ // Reference:
110
+ // https://allyjs.io/tutorials/focusing-in-svg.html
111
+ if (tabindex !== undefined && tabindex !== null) {
112
+ iconAttributes.focusable = 'true';
113
+ iconAttributes.tabindex = tabindex;
114
+ }
115
+ } else {
116
+ iconAttributes['aria-hidden'] = true;
117
+ }
118
+ return iconAttributes;
119
+ }
120
+
121
+ /**
122
+ * Copyright IBM Corp. 2018, 2024
123
+ *
124
+ * This source code is licensed under the Apache-2.0 license found in the
125
+ * LICENSE file in the root directory of this source tree.
126
+ */
127
+
128
+ /**
129
+ * Convert an icon descriptor to a String
130
+ */
131
+ function toString(descriptor) {
132
+ var _descriptor$elem = descriptor.elem,
133
+ elem = _descriptor$elem === void 0 ? 'svg' : _descriptor$elem,
134
+ _descriptor$attrs = descriptor.attrs,
135
+ attrs = _descriptor$attrs === void 0 ? {} : _descriptor$attrs,
136
+ _descriptor$content = descriptor.content,
137
+ content = _descriptor$content === void 0 ? [] : _descriptor$content;
138
+ var children = content.map(toString).join('');
139
+ if (elem !== 'svg') {
140
+ return "<".concat(elem, " ").concat(formatAttributes(attrs), ">").concat(children, "</").concat(elem, ">");
141
+ }
142
+ return "<".concat(elem, " ").concat(formatAttributes(getAttributes(attrs)), ">").concat(children, "</").concat(elem, ">");
143
+ }
144
+ function formatAttributes(attrs) {
145
+ return Object.keys(attrs).reduce(function (acc, key, index) {
146
+ var attribute = "".concat(key, "=\"").concat(attrs[key], "\"");
147
+ if (index === 0) {
148
+ return attribute;
149
+ }
150
+ return acc + ' ' + attribute;
151
+ }, '');
152
+ }
153
+
154
+ /**
155
+ * Copyright IBM Corp. 2016, 2023
156
+ *
157
+ * This source code is licensed under the Apache-2.0 license found in the
158
+ * LICENSE file in the root directory of this source tree.
159
+ *
160
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
161
+ */
162
+ var _20$1a = {
163
+ "elem": "svg",
164
+ "attrs": {
165
+ "xmlns": "http://www.w3.org/2000/svg",
166
+ "viewBox": "0 0 32 32",
167
+ "fill": "currentColor",
168
+ "width": 20,
169
+ "height": 20
170
+ },
171
+ "content": [{
172
+ "elem": "path",
173
+ "attrs": {
174
+ "d": "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
175
+ }
176
+ }],
177
+ "name": "chevron--right",
178
+ "size": 20
179
+ };
180
+
181
+ /**
182
+ * Copyright IBM Corp. 2016, 2023
183
+ *
184
+ * This source code is licensed under the Apache-2.0 license found in the
185
+ * LICENSE file in the root directory of this source tree.
186
+ *
187
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
188
+ */
189
+ var _20$19 = {
190
+ "elem": "svg",
191
+ "attrs": {
192
+ "xmlns": "http://www.w3.org/2000/svg",
193
+ "viewBox": "0 0 32 32",
194
+ "fill": "currentColor",
195
+ "width": 20,
196
+ "height": 20
197
+ },
198
+ "content": [{
199
+ "elem": "path",
200
+ "attrs": {
201
+ "d": "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
202
+ }
203
+ }],
204
+ "name": "chevron--left",
205
+ "size": 20
206
+ };
207
+
208
+ /**
209
+ * Copyright IBM Corp. 2016, 2023
210
+ *
211
+ * This source code is licensed under the Apache-2.0 license found in the
212
+ * LICENSE file in the root directory of this source tree.
213
+ *
214
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
215
+ */
216
+ var _20$18 = {
217
+ "elem": "svg",
218
+ "attrs": {
219
+ "xmlns": "http://www.w3.org/2000/svg",
220
+ "viewBox": "0 0 32 32",
221
+ "fill": "currentColor",
222
+ "width": 20,
223
+ "height": 20
224
+ },
225
+ "content": [{
226
+ "elem": "path",
227
+ "attrs": {
228
+ "d": "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
229
+ }
230
+ }],
231
+ "name": "chevron--down",
232
+ "size": 20
233
+ };
234
+
235
+ /**
236
+ * Copyright IBM Corp. 2016, 2023
237
+ *
238
+ * This source code is licensed under the Apache-2.0 license found in the
239
+ * LICENSE file in the root directory of this source tree.
240
+ *
241
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
242
+ */
243
+ var _20$17 = {
244
+ "elem": "svg",
245
+ "attrs": {
246
+ "xmlns": "http://www.w3.org/2000/svg",
247
+ "viewBox": "0 0 32 32",
248
+ "fill": "currentColor",
249
+ "width": 20,
250
+ "height": 20
251
+ },
252
+ "content": [{
253
+ "elem": "path",
254
+ "attrs": {
255
+ "d": "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
256
+ }
257
+ }],
258
+ "name": "chevron--up",
259
+ "size": 20
260
+ };
261
+
262
+ /**
263
+ * Copyright IBM Corp. 2016, 2023
264
+ *
265
+ * This source code is licensed under the Apache-2.0 license found in the
266
+ * LICENSE file in the root directory of this source tree.
267
+ *
268
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
269
+ */
270
+ var _20$16 = {
271
+ "elem": "svg",
272
+ "attrs": {
273
+ "xmlns": "http://www.w3.org/2000/svg",
274
+ "viewBox": "0 0 20 20",
275
+ "fill": "currentColor",
276
+ "width": 20,
277
+ "height": 20
278
+ },
279
+ "content": [{
280
+ "elem": "path",
281
+ "attrs": {
282
+ "d": "M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"
283
+ }
284
+ }],
285
+ "name": "arrow--right",
286
+ "size": 20
287
+ };
288
+
289
+ /**
290
+ * Copyright IBM Corp. 2016, 2023
291
+ *
292
+ * This source code is licensed under the Apache-2.0 license found in the
293
+ * LICENSE file in the root directory of this source tree.
294
+ *
295
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
296
+ */
297
+ var _20$15 = {
298
+ "elem": "svg",
299
+ "attrs": {
300
+ "xmlns": "http://www.w3.org/2000/svg",
301
+ "viewBox": "0 0 32 32",
302
+ "fill": "currentColor",
303
+ "width": 20,
304
+ "height": 20
305
+ },
306
+ "content": [{
307
+ "elem": "path",
308
+ "attrs": {
309
+ "d": "M14 26L15.41 24.59 7.83 17 28 17 28 15 7.83 15 15.41 7.41 14 6 4 16 14 26z"
310
+ }
311
+ }],
312
+ "name": "arrow--left",
313
+ "size": 20
314
+ };
315
+
316
+ /**
317
+ * Copyright IBM Corp. 2016, 2023
318
+ *
319
+ * This source code is licensed under the Apache-2.0 license found in the
320
+ * LICENSE file in the root directory of this source tree.
321
+ *
322
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
323
+ */
324
+ var _20$14 = {
325
+ "elem": "svg",
326
+ "attrs": {
327
+ "xmlns": "http://www.w3.org/2000/svg",
328
+ "viewBox": "0 0 32 32",
329
+ "fill": "currentColor",
330
+ "width": 20,
331
+ "height": 20
332
+ },
333
+ "content": [{
334
+ "elem": "path",
335
+ "attrs": {
336
+ "d": "M10 6L10 8 22.59 8 6 24.59 7.41 26 24 9.41 24 22 26 22 26 6 10 6z"
337
+ }
338
+ }],
339
+ "name": "arrow--up-right",
340
+ "size": 20
341
+ };
342
+
343
+ /**
344
+ * Copyright IBM Corp. 2016, 2023
345
+ *
346
+ * This source code is licensed under the Apache-2.0 license found in the
347
+ * LICENSE file in the root directory of this source tree.
348
+ *
349
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
350
+ */
351
+ var _20$13 = {
352
+ "elem": "svg",
353
+ "attrs": {
354
+ "xmlns": "http://www.w3.org/2000/svg",
355
+ "viewBox": "0 0 32 32",
356
+ "fill": "currentColor",
357
+ "width": 20,
358
+ "height": 20
359
+ },
360
+ "content": [{
361
+ "elem": "path",
362
+ "attrs": {
363
+ "d": "M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"
364
+ }
365
+ }],
366
+ "name": "close",
367
+ "size": 20
368
+ };
369
+
370
+ /**
371
+ * Copyright IBM Corp. 2016, 2023
372
+ *
373
+ * This source code is licensed under the Apache-2.0 license found in the
374
+ * LICENSE file in the root directory of this source tree.
375
+ *
376
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
377
+ */
378
+ var _20$12 = {
379
+ "elem": "svg",
380
+ "attrs": {
381
+ "xmlns": "http://www.w3.org/2000/svg",
382
+ "viewBox": "0 0 32 32",
383
+ "fill": "currentColor",
384
+ "width": 20,
385
+ "height": 20
386
+ },
387
+ "content": [{
388
+ "elem": "path",
389
+ "attrs": {
390
+ "d": "M17 15L17 8 15 8 15 15 8 15 8 17 15 17 15 24 17 24 17 17 24 17 24 15z"
391
+ }
392
+ }],
393
+ "name": "add",
394
+ "size": 20
395
+ };
396
+
397
+ /**
398
+ * Copyright IBM Corp. 2016, 2023
399
+ *
400
+ * This source code is licensed under the Apache-2.0 license found in the
401
+ * LICENSE file in the root directory of this source tree.
402
+ *
403
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
404
+ */
405
+ var _20$11 = {
406
+ "elem": "svg",
407
+ "attrs": {
408
+ "xmlns": "http://www.w3.org/2000/svg",
409
+ "viewBox": "0 0 32 32",
410
+ "fill": "currentColor",
411
+ "width": 20,
412
+ "height": 20
413
+ },
414
+ "content": [{
415
+ "elem": "path",
416
+ "attrs": {
417
+ "d": "M2 26H30V28H2zM25.4 9c.8-.8.8-2 0-2.8 0 0 0 0 0 0l-3.6-3.6c-.8-.8-2-.8-2.8 0 0 0 0 0 0 0l-15 15V24h6.4L25.4 9zM20.4 4L24 7.6l-3 3L17.4 7 20.4 4zM6 22v-3.6l10-10 3.6 3.6-10 10H6z"
418
+ }
419
+ }],
420
+ "name": "edit",
421
+ "size": 20
422
+ };
423
+
424
+ /**
425
+ * Copyright IBM Corp. 2016, 2023
426
+ *
427
+ * This source code is licensed under the Apache-2.0 license found in the
428
+ * LICENSE file in the root directory of this source tree.
429
+ *
430
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
431
+ */
432
+ var _20$10 = {
433
+ "elem": "svg",
434
+ "attrs": {
435
+ "xmlns": "http://www.w3.org/2000/svg",
436
+ "viewBox": "0 0 20 20",
437
+ "fill": "currentColor",
438
+ "width": 20,
439
+ "height": 20
440
+ },
441
+ "content": [{
442
+ "elem": "path",
443
+ "attrs": {
444
+ "d": "M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
445
+ }
446
+ }, {
447
+ "elem": "path",
448
+ "attrs": {
449
+ "d": "M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
450
+ }
451
+ }],
452
+ "name": "checkmark",
453
+ "size": 20
454
+ };
455
+
456
+ /**
457
+ * Copyright IBM Corp. 2016, 2023
458
+ *
459
+ * This source code is licensed under the Apache-2.0 license found in the
460
+ * LICENSE file in the root directory of this source tree.
461
+ *
462
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
463
+ */
464
+ var _20$$ = {
465
+ "elem": "svg",
466
+ "attrs": {
467
+ "xmlns": "http://www.w3.org/2000/svg",
468
+ "viewBox": "0 0 32 32",
469
+ "fill": "currentColor",
470
+ "width": 20,
471
+ "height": 20
472
+ },
473
+ "content": [{
474
+ "elem": "path",
475
+ "attrs": {
476
+ "d": "M26 24v4H6V24H4v4H4a2 2 0 002 2H26a2 2 0 002-2h0V24zM26 14L24.59 12.59 17 20.17 17 2 15 2 15 20.17 7.41 12.59 6 14 16 24 26 14z"
477
+ }
478
+ }],
479
+ "name": "download",
480
+ "size": 20
481
+ };
482
+
483
+ /**
484
+ * Copyright IBM Corp. 2016, 2023
485
+ *
486
+ * This source code is licensed under the Apache-2.0 license found in the
487
+ * LICENSE file in the root directory of this source tree.
488
+ *
489
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
490
+ */
491
+ var _20$_ = {
492
+ "elem": "svg",
493
+ "attrs": {
494
+ "xmlns": "http://www.w3.org/2000/svg",
495
+ "viewBox": "0 0 32 32",
496
+ "fill": "currentColor",
497
+ "width": 20,
498
+ "height": 20
499
+ },
500
+ "content": [{
501
+ "elem": "path",
502
+ "attrs": {
503
+ "d": "M6 18L7.41 19.41 15 11.83 15 30 17 30 17 11.83 24.59 19.41 26 18 16 8 6 18zM6 8V4H26V8h2V4a2 2 0 00-2-2H6A2 2 0 004 4V8z"
504
+ }
505
+ }],
506
+ "name": "upload",
507
+ "size": 20
508
+ };
509
+
510
+ /**
511
+ * Copyright IBM Corp. 2016, 2023
512
+ *
513
+ * This source code is licensed under the Apache-2.0 license found in the
514
+ * LICENSE file in the root directory of this source tree.
515
+ *
516
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
517
+ */
518
+ var _20$Z = {
519
+ "elem": "svg",
520
+ "attrs": {
521
+ "xmlns": "http://www.w3.org/2000/svg",
522
+ "viewBox": "0 0 32 32",
523
+ "fill": "currentColor",
524
+ "width": 20,
525
+ "height": 20
526
+ },
527
+ "content": [{
528
+ "elem": "path",
529
+ "attrs": {
530
+ "d": "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,25c-5.3,0-10.9-3.93-12.93-9C5.1,10.93,10.7,7,16,7s10.9,3.93,12.93,9C26.9,21.07,21.3,25,16,25Z"
531
+ }
532
+ }, {
533
+ "elem": "path",
534
+ "attrs": {
535
+ "d": "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
536
+ }
537
+ }],
538
+ "name": "view",
539
+ "size": 20
540
+ };
541
+
542
+ /**
543
+ * Copyright IBM Corp. 2016, 2023
544
+ *
545
+ * This source code is licensed under the Apache-2.0 license found in the
546
+ * LICENSE file in the root directory of this source tree.
547
+ *
548
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
549
+ */
550
+ var _20$Y = {
551
+ "elem": "svg",
552
+ "attrs": {
553
+ "xmlns": "http://www.w3.org/2000/svg",
554
+ "viewBox": "0 0 32 32",
555
+ "fill": "currentColor",
556
+ "width": 20,
557
+ "height": 20
558
+ },
559
+ "content": [{
560
+ "elem": "path",
561
+ "attrs": {
562
+ "d": "M7,8v3h-2v-3h-3v-2h3v-3h2v3h3v2h-3ZM22.42,26.01l6.03-6.03h0c2.06-2.06,2.06-5.39,0-7.44s-5.39-2.06-7.44,0l1.41,1.41h0c1.27-1.27,3.34-1.27,4.62,0,1.27,1.27,1.27,3.34,0,4.62l-6.03,6.03h0c-1.27,1.27-3.34,1.27-4.62,0-1.27-1.27-1.27-3.34,0-4.62l-1.41-1.41c-.99.99-1.54,2.33-1.54,3.73,0,2.91,2.36,5.26,5.27,5.26,1.4,0,2.74-.55,3.72-1.54h0l-.01-.01ZM13.99,28.46l-1.41-1.41c-1.27,1.26-3.32,1.26-4.6,0-1.28-1.27-1.29-3.34-.02-4.62l6.03-6.03.02-.02c1.28-1.27,3.35-1.26,4.62.02s1.26,3.35-.02,4.62l1.41,1.41.03-.03c2.05-2.06,2.03-5.4-.03-7.44-2.06-2.05-5.4-2.03-7.44.03l-6.03,6.03c-.99.99-1.55,2.33-1.55,3.72,0,2.91,2.37,5.26,5.27,5.26,1.4,0,2.74-.55,3.72-1.54Z"
563
+ }
564
+ }],
565
+ "name": "create-link",
566
+ "size": 20
567
+ };
568
+
569
+ /**
570
+ * Copyright IBM Corp. 2016, 2023
571
+ *
572
+ * This source code is licensed under the Apache-2.0 license found in the
573
+ * LICENSE file in the root directory of this source tree.
574
+ *
575
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
576
+ */
577
+ var _20$X = {
578
+ "elem": "svg",
579
+ "attrs": {
580
+ "xmlns": "http://www.w3.org/2000/svg",
581
+ "viewBox": "0 0 32 32",
582
+ "fill": "currentColor",
583
+ "width": 20,
584
+ "height": 20
585
+ },
586
+ "content": [{
587
+ "elem": "path",
588
+ "attrs": {
589
+ "d": "M24 24L16 32 8 24zM8 8L16 0 24 8z"
590
+ }
591
+ }],
592
+ "name": "caret--sort",
593
+ "size": 20
594
+ };
595
+
596
+ /**
597
+ * Copyright IBM Corp. 2016, 2023
598
+ *
599
+ * This source code is licensed under the Apache-2.0 license found in the
600
+ * LICENSE file in the root directory of this source tree.
601
+ *
602
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
603
+ */
604
+ var _20$W = {
605
+ "elem": "svg",
606
+ "attrs": {
607
+ "xmlns": "http://www.w3.org/2000/svg",
608
+ "viewBox": "0 0 32 32",
609
+ "fill": "currentColor",
610
+ "width": 20,
611
+ "height": 20
612
+ },
613
+ "content": [{
614
+ "elem": "path",
615
+ "attrs": {
616
+ "d": "M28 6H30V26H28zM17 6L15.57 7.393 23.15 15 2 15 2 17 23.15 17 15.57 24.573 17 26 27 16 17 6z"
617
+ }
618
+ }],
619
+ "name": "choose-item",
620
+ "size": 20
621
+ };
622
+
623
+ /**
624
+ * Copyright IBM Corp. 2016, 2023
625
+ *
626
+ * This source code is licensed under the Apache-2.0 license found in the
627
+ * LICENSE file in the root directory of this source tree.
628
+ *
629
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
630
+ */
631
+ var _20$V = {
632
+ "elem": "svg",
633
+ "attrs": {
634
+ "xmlns": "http://www.w3.org/2000/svg",
635
+ "viewBox": "0 0 32 32",
636
+ "fill": "currentColor",
637
+ "width": 20,
638
+ "height": 20
639
+ },
640
+ "content": [{
641
+ "elem": "path",
642
+ "attrs": {
643
+ "d": "M11.9474,19a4.9476,4.9476,0,0,1-3.4991-8.4465l5.1053-5.1043a4.9482,4.9482,0,0,1,6.9981,6.9976l-.5523.5526-1.4158-1.4129.5577-.5579a2.95,2.95,0,0,0-.0039-4.1653,3.02,3.02,0,0,0-4.17,0l-5.1047,5.104a2.9474,2.9474,0,0,0,0,4.1692,3.02,3.02,0,0,0,4.17,0l1.4143,1.4145A4.9176,4.9176,0,0,1,11.9474,19Z"
644
+ }
645
+ }, {
646
+ "elem": "path",
647
+ "attrs": {
648
+ "d": "M19.9474,17a4.9476,4.9476,0,0,1-3.4991-8.4465l.5526-.5526,1.4143,1.4146-.5526.5523a2.9476,2.9476,0,0,0,0,4.1689,3.02,3.02,0,0,0,4.17,0c.26-.26,4.7293-4.7293,5.1053-5.1045a2.951,2.951,0,0,0,0-4.1687,3.02,3.02,0,0,0-4.17,0L21.5536,3.449a4.9483,4.9483,0,0,1,6.9981,6.9978c-.3765.376-4.844,4.8428-5.1038,5.1035A4.9193,4.9193,0,0,1,19.9474,17Z"
649
+ }
650
+ }, {
651
+ "elem": "path",
652
+ "attrs": {
653
+ "d": "M24,30H4a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,4,6H8V8H4V28H24V18h2V28A2.0021,2.0021,0,0,1,24,30Z"
654
+ }
655
+ }],
656
+ "name": "copy--link",
657
+ "size": 20
658
+ };
659
+
660
+ /**
661
+ * Copyright IBM Corp. 2016, 2023
662
+ *
663
+ * This source code is licensed under the Apache-2.0 license found in the
664
+ * LICENSE file in the root directory of this source tree.
665
+ *
666
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
667
+ */
668
+ var _20$U = {
669
+ "elem": "svg",
670
+ "attrs": {
671
+ "xmlns": "http://www.w3.org/2000/svg",
672
+ "viewBox": "0 0 32 32",
673
+ "fill": "currentColor",
674
+ "width": 20,
675
+ "height": 20
676
+ },
677
+ "content": [{
678
+ "elem": "path",
679
+ "attrs": {
680
+ "d": "M12 4L12 15 5.83 15 8.41 12.41 7 11 2 16 7 21 8.41 19.59 5.83 17 12 17 12 28 14 28 14 4 12 4zM25 11L23.59 12.41 26.17 15 20 15 20 4 18 4 18 28 20 28 20 17 26.17 17 23.59 19.59 25 21 30 16 25 11z"
681
+ }
682
+ }],
683
+ "name": "drag--horizontal",
684
+ "size": 20
685
+ };
686
+
687
+ /**
688
+ * Copyright IBM Corp. 2016, 2023
689
+ *
690
+ * This source code is licensed under the Apache-2.0 license found in the
691
+ * LICENSE file in the root directory of this source tree.
692
+ *
693
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
694
+ */
695
+ var _20$T = {
696
+ "elem": "svg",
697
+ "attrs": {
698
+ "xmlns": "http://www.w3.org/2000/svg",
699
+ "viewBox": "0 0 32 32",
700
+ "fill": "currentColor",
701
+ "width": 20,
702
+ "height": 20
703
+ },
704
+ "content": [{
705
+ "elem": "path",
706
+ "attrs": {
707
+ "d": "M4 20L15 20 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17 17 20 28 20 28 18 4 18 4 20zM11 7L12.41 8.41 15 5.83 15 12 4 12 4 14 28 14 28 12 17 12 17 5.83 19.59 8.41 21 7 16 2 11 7z"
708
+ }
709
+ }],
710
+ "name": "drag--vertical",
711
+ "size": 20
712
+ };
713
+
714
+ /**
715
+ * Copyright IBM Corp. 2016, 2023
716
+ *
717
+ * This source code is licensed under the Apache-2.0 license found in the
718
+ * LICENSE file in the root directory of this source tree.
719
+ *
720
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
721
+ */
722
+ var _20$S = {
723
+ "elem": "svg",
724
+ "attrs": {
725
+ "xmlns": "http://www.w3.org/2000/svg",
726
+ "viewBox": "0 0 32 32",
727
+ "fill": "currentColor",
728
+ "width": 20,
729
+ "height": 20
730
+ },
731
+ "content": [{
732
+ "elem": "path",
733
+ "attrs": {
734
+ "d": "M25 11L23.59 12.41 26.17 15 17 15 17 5.83 19.59 8.41 21 7 16 2 11 7 12.41 8.41 15 5.83 15 15 5.83 15 8.41 12.41 7 11 2 16 7 21 8.41 19.59 5.83 17 15 17 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17 17 17 26.17 17 23.59 19.59 25 21 30 16 25 11z"
735
+ }
736
+ }],
737
+ "name": "move",
738
+ "size": 20
739
+ };
740
+
741
+ /**
742
+ * Copyright IBM Corp. 2016, 2023
743
+ *
744
+ * This source code is licensed under the Apache-2.0 license found in the
745
+ * LICENSE file in the root directory of this source tree.
746
+ *
747
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
748
+ */
749
+ var _20$R = {
750
+ "elem": "svg",
751
+ "attrs": {
752
+ "xmlns": "http://www.w3.org/2000/svg",
753
+ "viewBox": "0 0 32 32",
754
+ "fill": "currentColor",
755
+ "width": 20,
756
+ "height": 20
757
+ },
758
+ "content": [{
759
+ "elem": "path",
760
+ "attrs": {
761
+ "d": "M28 8h2V4a2.0021 2.0021 0 00-2-2H24V4h4zM17 2H21V4H17zM28 11H30V15H28zM28 18v4H24V10a2.0023 2.0023 0 00-2-2H10V4h4V2H10A2.0023 2.0023 0 008 4V8H4a2.0023 2.0023 0 00-2 2V28a2.0023 2.0023 0 002 2H22a2.0023 2.0023 0 002-2V24h4a2.0023 2.0023 0 002-2V18zM22 28H4V10H22z"
762
+ }
763
+ }],
764
+ "name": "replicate",
765
+ "size": 20
766
+ };
767
+
768
+ /**
769
+ * Copyright IBM Corp. 2016, 2023
770
+ *
771
+ * This source code is licensed under the Apache-2.0 license found in the
772
+ * LICENSE file in the root directory of this source tree.
773
+ *
774
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
775
+ */
776
+ var _20$Q = {
777
+ "elem": "svg",
778
+ "attrs": {
779
+ "xmlns": "http://www.w3.org/2000/svg",
780
+ "viewBox": "0 0 32 32",
781
+ "fill": "currentColor",
782
+ "width": 20,
783
+ "height": 20
784
+ },
785
+ "content": [{
786
+ "elem": "path",
787
+ "attrs": {
788
+ "d": "M18 22L19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22zM2 18H16V20H2zM6 12H16V14H6zM10 6H16V8H10z"
789
+ }
790
+ }],
791
+ "name": "sort--ascending",
792
+ "size": 20
793
+ };
794
+
795
+ /**
796
+ * Copyright IBM Corp. 2016, 2023
797
+ *
798
+ * This source code is licensed under the Apache-2.0 license found in the
799
+ * LICENSE file in the root directory of this source tree.
800
+ *
801
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
802
+ */
803
+ var _20$P = {
804
+ "elem": "svg",
805
+ "attrs": {
806
+ "xmlns": "http://www.w3.org/2000/svg",
807
+ "viewBox": "0 0 32 32",
808
+ "fill": "currentColor",
809
+ "width": 20,
810
+ "height": 20
811
+ },
812
+ "content": [{
813
+ "elem": "path",
814
+ "attrs": {
815
+ "d": "M18 22L19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22zM2 6H16V8H2zM6 12H16V14H6zM10 18H16V20H10z"
816
+ }
817
+ }],
818
+ "name": "sort--descending",
819
+ "size": 20
820
+ };
821
+
822
+ /**
823
+ * Copyright IBM Corp. 2016, 2023
824
+ *
825
+ * This source code is licensed under the Apache-2.0 license found in the
826
+ * LICENSE file in the root directory of this source tree.
827
+ *
828
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
829
+ */
830
+ var _20$O = {
831
+ "elem": "svg",
832
+ "attrs": {
833
+ "xmlns": "http://www.w3.org/2000/svg",
834
+ "viewBox": "0 0 32 32",
835
+ "fill": "currentColor",
836
+ "width": 20,
837
+ "height": 20
838
+ },
839
+ "content": [{
840
+ "elem": "path",
841
+ "attrs": {
842
+ "d": "M22,22v6H6V4H16V2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V22Z"
843
+ }
844
+ }, {
845
+ "elem": "path",
846
+ "attrs": {
847
+ "d": "M29.54,5.76l-3.3-3.3a1.6,1.6,0,0,0-2.24,0l-14,14V22h5.53l14-14a1.6,1.6,0,0,0,0-2.24ZM14.7,20H12V17.3l9.44-9.45,2.71,2.71ZM25.56,9.15,22.85,6.44l2.27-2.27,2.71,2.71Z"
848
+ }
849
+ }],
850
+ "name": "request-quote",
851
+ "size": 20
852
+ };
853
+
854
+ /**
855
+ * Copyright IBM Corp. 2016, 2023
856
+ *
857
+ * This source code is licensed under the Apache-2.0 license found in the
858
+ * LICENSE file in the root directory of this source tree.
859
+ *
860
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
861
+ */
862
+ var _20$N = {
863
+ "elem": "svg",
864
+ "attrs": {
865
+ "xmlns": "http://www.w3.org/2000/svg",
866
+ "viewBox": "0 0 32 32",
867
+ "fill": "currentColor",
868
+ "width": 20,
869
+ "height": 20
870
+ },
871
+ "content": [{
872
+ "elem": "path",
873
+ "attrs": {
874
+ "d": "M18,28A12,12,0,1,0,6,16v6.2L2.4,18.6,1,20l6,6,6-6-1.4-1.4L8,22.2V16H8A10,10,0,1,1,18,26Z"
875
+ }
876
+ }],
877
+ "name": "reset",
878
+ "size": 20
879
+ };
880
+
881
+ /**
882
+ * Copyright IBM Corp. 2016, 2023
883
+ *
884
+ * This source code is licensed under the Apache-2.0 license found in the
885
+ * LICENSE file in the root directory of this source tree.
886
+ *
887
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
888
+ */
889
+ var _20$M = {
890
+ "elem": "svg",
891
+ "attrs": {
892
+ "xmlns": "http://www.w3.org/2000/svg",
893
+ "viewBox": "0 0 32 32",
894
+ "fill": "currentColor",
895
+ "width": 20,
896
+ "height": 20
897
+ },
898
+ "content": [{
899
+ "elem": "path",
900
+ "attrs": {
901
+ "d": "M29.7 19.3l-3-3c-.4-.4-1-.4-1.4 0L16 25.6V30h4.4l9.3-9.3C30.1 20.3 30.1 19.7 29.7 19.3zM19.6 28H18v-1.6l5-5 1.6 1.6L19.6 28zM26 21.6L24.4 20l1.6-1.6 1.6 1.6L26 21.6zM10 23H12V25H10zM14 18H18V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
902
+ }
903
+ }, {
904
+ "elem": "path",
905
+ "attrs": {
906
+ "d": "M7,28V7h3v3h12V7h3v6h2V7c0-1.1-0.9-2-2-2h-3V4c0-1.1-0.9-2-2-2h-8c-1.1,0-2,0.9-2,2v1H7C5.9,5,5,5.9,5,7v21\tc0,1.1,0.9,2,2,2h5v-2H7z M12,4h8v4h-8V4z"
907
+ }
908
+ }],
909
+ "name": "result--draft",
910
+ "size": 20
911
+ };
912
+
913
+ /**
914
+ * Copyright IBM Corp. 2016, 2023
915
+ *
916
+ * This source code is licensed under the Apache-2.0 license found in the
917
+ * LICENSE file in the root directory of this source tree.
918
+ *
919
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
920
+ */
921
+ var _20$L = {
922
+ "elem": "svg",
923
+ "attrs": {
924
+ "xmlns": "http://www.w3.org/2000/svg",
925
+ "viewBox": "0 0 32 32",
926
+ "fill": "currentColor",
927
+ "width": 20,
928
+ "height": 20
929
+ },
930
+ "content": [{
931
+ "elem": "path",
932
+ "attrs": {
933
+ "d": "M23,20a5,5,0,0,0-3.89,1.89L11.8,17.32a4.46,4.46,0,0,0,0-2.64l7.31-4.57A5,5,0,1,0,18,7a4.79,4.79,0,0,0,.2,1.32l-7.31,4.57a5,5,0,1,0,0,6.22l7.31,4.57A4.79,4.79,0,0,0,18,25a5,5,0,1,0,5-5ZM23,4a3,3,0,1,1-3,3A3,3,0,0,1,23,4ZM7,19a3,3,0,1,1,3-3A3,3,0,0,1,7,19Zm16,9a3,3,0,1,1,3-3A3,3,0,0,1,23,28Z"
934
+ }
935
+ }],
936
+ "name": "share",
937
+ "size": 20
938
+ };
939
+
940
+ /**
941
+ * Copyright IBM Corp. 2016, 2023
942
+ *
943
+ * This source code is licensed under the Apache-2.0 license found in the
944
+ * LICENSE file in the root directory of this source tree.
945
+ *
946
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
947
+ */
948
+ var _20$K = {
949
+ "elem": "svg",
950
+ "attrs": {
951
+ "xmlns": "http://www.w3.org/2000/svg",
952
+ "viewBox": "0 0 32 32",
953
+ "fill": "currentColor",
954
+ "width": 20,
955
+ "height": 20
956
+ },
957
+ "content": [{
958
+ "elem": "path",
959
+ "attrs": {
960
+ "d": "M7,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.4819-.8763l20,11a1,1,0,0,1,0,1.7525l-20,11A1.0005,1.0005,0,0,1,7,28ZM8,6.6909V25.3088L24.9248,16Z"
961
+ }
962
+ }],
963
+ "name": "play",
964
+ "size": 20
965
+ };
966
+
967
+ /**
968
+ * Copyright IBM Corp. 2016, 2023
969
+ *
970
+ * This source code is licensed under the Apache-2.0 license found in the
971
+ * LICENSE file in the root directory of this source tree.
972
+ *
973
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
974
+ */
975
+ var _20$J = {
976
+ "elem": "svg",
977
+ "attrs": {
978
+ "xmlns": "http://www.w3.org/2000/svg",
979
+ "viewBox": "0 0 32 32",
980
+ "fill": "currentColor",
981
+ "width": 20,
982
+ "height": 20
983
+ },
984
+ "content": [{
985
+ "elem": "path",
986
+ "attrs": {
987
+ "d": "M19 10H26V12H19zM19 15H26V17H19zM19 20H26V22H19zM6 10H13V12H6zM6 15H13V17H6zM6 20H13V22H6z"
988
+ }
989
+ }, {
990
+ "elem": "path",
991
+ "attrs": {
992
+ "d": "M28,5H4A2.002,2.002,0,0,0,2,7V25a2.002,2.002,0,0,0,2,2H28a2.002,2.002,0,0,0,2-2V7A2.002,2.002,0,0,0,28,5ZM4,7H15V25H4ZM17,25V7H28V25Z"
993
+ }
994
+ }],
995
+ "name": "book",
996
+ "size": 20
997
+ };
998
+
999
+ /**
1000
+ * Copyright IBM Corp. 2016, 2023
1001
+ *
1002
+ * This source code is licensed under the Apache-2.0 license found in the
1003
+ * LICENSE file in the root directory of this source tree.
1004
+ *
1005
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1006
+ */
1007
+ var _20$I = {
1008
+ "elem": "svg",
1009
+ "attrs": {
1010
+ "xmlns": "http://www.w3.org/2000/svg",
1011
+ "viewBox": "0 0 32 32",
1012
+ "fill": "currentColor",
1013
+ "width": 20,
1014
+ "height": 20
1015
+ },
1016
+ "content": [{
1017
+ "elem": "path",
1018
+ "attrs": {
1019
+ "d": "M28 8V21h2V8a3.9986 3.9986 0 00-4-4H8.2429l2 2H26A1.9965 1.9965 0 0128 8zM30 28.5859L3.4141 2 2 3.4141 3.5039 4.918A3.9181 3.9181 0 002 8V20a3.9992 3.9992 0 004 4h6V22H6a1.9965 1.9965 0 01-2-2V8a1.9814 1.9814 0 01.9194-1.6665L20.5859 22H17l-4 7 1.7358 1 3.4288-6h4.4213l6 6z"
1020
+ }
1021
+ }],
1022
+ "name": "chat--off",
1023
+ "size": 20
1024
+ };
1025
+
1026
+ /**
1027
+ * Copyright IBM Corp. 2016, 2023
1028
+ *
1029
+ * This source code is licensed under the Apache-2.0 license found in the
1030
+ * LICENSE file in the root directory of this source tree.
1031
+ *
1032
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1033
+ */
1034
+ var _20$H = {
1035
+ "elem": "svg",
1036
+ "attrs": {
1037
+ "xmlns": "http://www.w3.org/2000/svg",
1038
+ "viewBox": "0 0 32 32",
1039
+ "fill": "currentColor",
1040
+ "width": 20,
1041
+ "height": 20
1042
+ },
1043
+ "content": [{
1044
+ "elem": "path",
1045
+ "attrs": {
1046
+ "d": "M28,6H8C6.8,6,6,6.8,6,8v14c0,1.2,0.8,2,2,2h8v-2H8V8h20v14h-7.2L16,28.8l1.6,1.2l4.2-6H28c1.2,0,2-0.8,2-2V8\tC30,6.8,29.2,6,28,6z"
1047
+ }
1048
+ }, {
1049
+ "elem": "path",
1050
+ "attrs": {
1051
+ "d": "M4,18H2V5c0-1.7,1.3-3,3-3h13v2H5C4.4,4,4,4.4,4,5V18z"
1052
+ }
1053
+ }],
1054
+ "name": "forum",
1055
+ "size": 20
1056
+ };
1057
+
1058
+ /**
1059
+ * Copyright IBM Corp. 2016, 2023
1060
+ *
1061
+ * This source code is licensed under the Apache-2.0 license found in the
1062
+ * LICENSE file in the root directory of this source tree.
1063
+ *
1064
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1065
+ */
1066
+ var _20$G = {
1067
+ "elem": "svg",
1068
+ "attrs": {
1069
+ "xmlns": "http://www.w3.org/2000/svg",
1070
+ "viewBox": "0 0 32 32",
1071
+ "fill": "currentColor",
1072
+ "width": 20,
1073
+ "height": 20
1074
+ },
1075
+ "content": [{
1076
+ "elem": "path",
1077
+ "attrs": {
1078
+ "d": "M27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20zM6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM19 10H26V12H19zM19 6H29V8H19zM19 2H29V4H19zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4z"
1079
+ }
1080
+ }],
1081
+ "name": "share-knowledge",
1082
+ "size": 20
1083
+ };
1084
+
1085
+ /**
1086
+ * Copyright IBM Corp. 2016, 2023
1087
+ *
1088
+ * This source code is licensed under the Apache-2.0 license found in the
1089
+ * LICENSE file in the root directory of this source tree.
1090
+ *
1091
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1092
+ */
1093
+ var _20$F = {
1094
+ "elem": "svg",
1095
+ "attrs": {
1096
+ "xmlns": "http://www.w3.org/2000/svg",
1097
+ "viewBox": "0 0 32 32",
1098
+ "fill": "currentColor",
1099
+ "width": 20,
1100
+ "height": 20
1101
+ },
1102
+ "content": [{
1103
+ "elem": "path",
1104
+ "attrs": {
1105
+ "d": "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
1106
+ }
1107
+ }, {
1108
+ "elem": "circle",
1109
+ "attrs": {
1110
+ "cx": "16",
1111
+ "cy": "23.5",
1112
+ "r": "1.5"
1113
+ }
1114
+ }, {
1115
+ "elem": "path",
1116
+ "attrs": {
1117
+ "d": "M17,8H15.5A4.49,4.49,0,0,0,11,12.5V13h2v-.5A2.5,2.5,0,0,1,15.5,10H17a2.5,2.5,0,0,1,0,5H15v4.5h2V17a4.5,4.5,0,0,0,0-9Z"
1118
+ }
1119
+ }],
1120
+ "name": "help",
1121
+ "size": 20
1122
+ };
1123
+
1124
+ /**
1125
+ * Copyright IBM Corp. 2016, 2023
1126
+ *
1127
+ * This source code is licensed under the Apache-2.0 license found in the
1128
+ * LICENSE file in the root directory of this source tree.
1129
+ *
1130
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1131
+ */
1132
+ var _20$E = {
1133
+ "elem": "svg",
1134
+ "attrs": {
1135
+ "xmlns": "http://www.w3.org/2000/svg",
1136
+ "viewBox": "0 0 32 32",
1137
+ "fill": "currentColor",
1138
+ "width": 20,
1139
+ "height": 20
1140
+ },
1141
+ "content": [{
1142
+ "elem": "path",
1143
+ "attrs": {
1144
+ "d": "M26 30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967 2.2399-5 5v5h-2v-5c.0045-3.8641 3.1359-6.9955 7-7h6c3.8641.0045 6.9955 3.1359 7 7v5zM22 6v4c0 1.1025-.8972 2-2 2h-1c-.5522 0-1 .4478-1 1s.4478 1 1 1h1c2.2056 0 4-1.7944 4-4v-4h-2zM16 16c-3.8599 0-7-3.1401-7-7S12.1401 2 16 2c1.9885 0 3.8901.8503 5.2173 2.3329l-1.4902 1.334c-.9482-1.0593-2.3066-1.6669-3.7271-1.6669-2.7571 0-5 2.243-5 5s2.2429 5 5 5v2z"
1145
+ }
1146
+ }],
1147
+ "name": "customer-service",
1148
+ "size": 20
1149
+ };
1150
+
1151
+ /**
1152
+ * Copyright IBM Corp. 2016, 2023
1153
+ *
1154
+ * This source code is licensed under the Apache-2.0 license found in the
1155
+ * LICENSE file in the root directory of this source tree.
1156
+ *
1157
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1158
+ */
1159
+ var _20$D = {
1160
+ "elem": "svg",
1161
+ "attrs": {
1162
+ "xmlns": "http://www.w3.org/2000/svg",
1163
+ "viewBox": "0 0 32 32",
1164
+ "fill": "currentColor",
1165
+ "width": 20,
1166
+ "height": 20
1167
+ },
1168
+ "content": [{
1169
+ "elem": "path",
1170
+ "attrs": {
1171
+ "d": "M31 16L24 23 22.59 21.59 28.17 16 22.59 10.41 24 9 31 16zM1 16L8 9 9.41 10.41 3.83 16 9.41 21.59 8 23 1 16z"
1172
+ }
1173
+ }, {
1174
+ "elem": "path",
1175
+ "attrs": {
1176
+ "d": "M5.91 15H26.080000000000002V17H5.91z",
1177
+ "transform": "rotate(-75 15.996 16)"
1178
+ }
1179
+ }],
1180
+ "name": "code",
1181
+ "size": 20
1182
+ };
1183
+
1184
+ /**
1185
+ * Copyright IBM Corp. 2016, 2023
1186
+ *
1187
+ * This source code is licensed under the Apache-2.0 license found in the
1188
+ * LICENSE file in the root directory of this source tree.
1189
+ *
1190
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1191
+ */
1192
+ var _20$C = {
1193
+ "elem": "svg",
1194
+ "attrs": {
1195
+ "xmlns": "http://www.w3.org/2000/svg",
1196
+ "viewBox": "0 0 32 32",
1197
+ "fill": "currentColor",
1198
+ "width": 20,
1199
+ "height": 20
1200
+ },
1201
+ "content": [{
1202
+ "elem": "path",
1203
+ "attrs": {
1204
+ "d": "M6.34 19H17.65V21H6.34z",
1205
+ "transform": "rotate(-45 11.995 20.002)"
1206
+ }
1207
+ }, {
1208
+ "elem": "path",
1209
+ "attrs": {
1210
+ "d": "M17,30a1,1,0,0,1-.37-.07,1,1,0,0,1-.62-.79l-1-7,2-.28.75,5.27L21,24.52V17a1,1,0,0,1,.29-.71l4.07-4.07A8.94,8.94,0,0,0,28,5.86V4H26.14a8.94,8.94,0,0,0-6.36,2.64l-4.07,4.07A1,1,0,0,1,15,11H7.48L4.87,14.26l5.27.75-.28,2-7-1a1,1,0,0,1-.79-.62,1,1,0,0,1,.15-1l4-5A1,1,0,0,1,7,9h7.59l3.77-3.78A10.92,10.92,0,0,1,26.14,2H28a2,2,0,0,1,2,2V5.86a10.92,10.92,0,0,1-3.22,7.78L23,17.41V25a1,1,0,0,1-.38.78l-5,4A1,1,0,0,1,17,30Z"
1211
+ }
1212
+ }],
1213
+ "name": "rocket",
1214
+ "size": 20
1215
+ };
1216
+
1217
+ /**
1218
+ * Copyright IBM Corp. 2016, 2023
1219
+ *
1220
+ * This source code is licensed under the Apache-2.0 license found in the
1221
+ * LICENSE file in the root directory of this source tree.
1222
+ *
1223
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1224
+ */
1225
+ var _20$B = {
1226
+ "elem": "svg",
1227
+ "attrs": {
1228
+ "xmlns": "http://www.w3.org/2000/svg",
1229
+ "viewBox": "0 0 32 32",
1230
+ "fill": "currentColor",
1231
+ "width": 20,
1232
+ "height": 20
1233
+ },
1234
+ "content": [{
1235
+ "elem": "path",
1236
+ "attrs": {
1237
+ "d": "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
1238
+ }
1239
+ }, {
1240
+ "elem": "path",
1241
+ "attrs": {
1242
+ "d": "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
1243
+ }
1244
+ }, {
1245
+ "elem": "circle",
1246
+ "attrs": {
1247
+ "cx": "16",
1248
+ "cy": "7.5",
1249
+ "r": "1.5"
1250
+ }
1251
+ }],
1252
+ "name": "compass",
1253
+ "size": 20
1254
+ };
1255
+
1256
+ /**
1257
+ * Copyright IBM Corp. 2016, 2023
1258
+ *
1259
+ * This source code is licensed under the Apache-2.0 license found in the
1260
+ * LICENSE file in the root directory of this source tree.
1261
+ *
1262
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1263
+ */
1264
+ var _20$A = {
1265
+ "elem": "svg",
1266
+ "attrs": {
1267
+ "xmlns": "http://www.w3.org/2000/svg",
1268
+ "viewBox": "0 0 20 20",
1269
+ "fill": "currentColor",
1270
+ "width": 20,
1271
+ "height": 20
1272
+ },
1273
+ "content": [{
1274
+ "elem": "path",
1275
+ "attrs": {
1276
+ "d": "M2 14.8H18V16H2zM2 11.2H18V12.399999999999999H2zM2 7.6H18V8.799999999999999H2zM2 4H18V5.2H2z"
1277
+ }
1278
+ }],
1279
+ "name": "menu",
1280
+ "size": 20
1281
+ };
1282
+
1283
+ /**
1284
+ * Copyright IBM Corp. 2016, 2023
1285
+ *
1286
+ * This source code is licensed under the Apache-2.0 license found in the
1287
+ * LICENSE file in the root directory of this source tree.
1288
+ *
1289
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1290
+ */
1291
+ var _20$z = {
1292
+ "elem": "svg",
1293
+ "attrs": {
1294
+ "xmlns": "http://www.w3.org/2000/svg",
1295
+ "viewBox": "0 0 32 32",
1296
+ "fill": "currentColor",
1297
+ "width": 20,
1298
+ "height": 20
1299
+ },
1300
+ "content": [{
1301
+ "elem": "path",
1302
+ "attrs": {
1303
+ "d": "M29,27.5859l-7.5521-7.5521a11.0177,11.0177,0,1,0-1.4141,1.4141L27.5859,29ZM4,13a9,9,0,1,1,9,9A9.01,9.01,0,0,1,4,13Z"
1304
+ }
1305
+ }],
1306
+ "name": "search",
1307
+ "size": 20
1308
+ };
1309
+
1310
+ /**
1311
+ * Copyright IBM Corp. 2016, 2023
1312
+ *
1313
+ * This source code is licensed under the Apache-2.0 license found in the
1314
+ * LICENSE file in the root directory of this source tree.
1315
+ *
1316
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1317
+ */
1318
+ var _20$y = {
1319
+ "elem": "svg",
1320
+ "attrs": {
1321
+ "xmlns": "http://www.w3.org/2000/svg",
1322
+ "viewBox": "0 0 32 32",
1323
+ "fill": "currentColor",
1324
+ "width": 20,
1325
+ "height": 20
1326
+ },
1327
+ "content": [{
1328
+ "elem": "path",
1329
+ "attrs": {
1330
+ "d": "M27,16.76c0-.25,0-.5,0-.76s0-.51,0-.77l1.92-1.68A2,2,0,0,0,29.3,11L26.94,7a2,2,0,0,0-1.73-1,2,2,0,0,0-.64.1l-2.43.82a11.35,11.35,0,0,0-1.31-.75l-.51-2.52a2,2,0,0,0-2-1.61H13.64a2,2,0,0,0-2,1.61l-.51,2.52a11.48,11.48,0,0,0-1.32.75L7.43,6.06A2,2,0,0,0,6.79,6,2,2,0,0,0,5.06,7L2.7,11a2,2,0,0,0,.41,2.51L5,15.24c0,.25,0,.5,0,.76s0,.51,0,.77L3.11,18.45A2,2,0,0,0,2.7,21L5.06,25a2,2,0,0,0,1.73,1,2,2,0,0,0,.64-.1l2.43-.82a11.35,11.35,0,0,0,1.31.75l.51,2.52a2,2,0,0,0,2,1.61h4.72a2,2,0,0,0,2-1.61l.51-2.52a11.48,11.48,0,0,0,1.32-.75l2.42.82a2,2,0,0,0,.64.1,2,2,0,0,0,1.73-1L29.3,21a2,2,0,0,0-.41-2.51ZM25.21,24l-3.43-1.16a8.86,8.86,0,0,1-2.71,1.57L18.36,28H13.64l-.71-3.55a9.36,9.36,0,0,1-2.7-1.57L6.79,24,4.43,20l2.72-2.4a8.9,8.9,0,0,1,0-3.13L4.43,12,6.79,8l3.43,1.16a8.86,8.86,0,0,1,2.71-1.57L13.64,4h4.72l.71,3.55a9.36,9.36,0,0,1,2.7,1.57L25.21,8,27.57,12l-2.72,2.4a8.9,8.9,0,0,1,0,3.13L27.57,20Z"
1331
+ }
1332
+ }, {
1333
+ "elem": "path",
1334
+ "attrs": {
1335
+ "d": "M16,22a6,6,0,1,1,6-6A5.94,5.94,0,0,1,16,22Zm0-10a3.91,3.91,0,0,0-4,4,3.91,3.91,0,0,0,4,4,3.91,3.91,0,0,0,4-4A3.91,3.91,0,0,0,16,12Z"
1336
+ }
1337
+ }],
1338
+ "name": "settings",
1339
+ "size": 20
1340
+ };
1341
+
1342
+ /**
1343
+ * Copyright IBM Corp. 2016, 2023
1344
+ *
1345
+ * This source code is licensed under the Apache-2.0 license found in the
1346
+ * LICENSE file in the root directory of this source tree.
1347
+ *
1348
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1349
+ */
1350
+ var _20$x = {
1351
+ "elem": "svg",
1352
+ "attrs": {
1353
+ "xmlns": "http://www.w3.org/2000/svg",
1354
+ "viewBox": "0 0 32 32",
1355
+ "fill": "currentColor",
1356
+ "width": 20,
1357
+ "height": 20
1358
+ },
1359
+ "content": [{
1360
+ "elem": "path",
1361
+ "attrs": {
1362
+ "d": "M28.7071,19.293,26,16.5859V13a10.0136,10.0136,0,0,0-9-9.9492V1H15V3.0508A10.0136,10.0136,0,0,0,6,13v3.5859L3.2929,19.293A1,1,0,0,0,3,20v3a1,1,0,0,0,1,1h7v.7768a5.152,5.152,0,0,0,4.5,5.1987A5.0057,5.0057,0,0,0,21,25V24h7a1,1,0,0,0,1-1V20A1,1,0,0,0,28.7071,19.293ZM19,25a3,3,0,0,1-6,0V24h6Zm8-3H5V20.4141L7.707,17.707A1,1,0,0,0,8,17V13a8,8,0,0,1,16,0v4a1,1,0,0,0,.293.707L27,20.4141Z"
1363
+ }
1364
+ }],
1365
+ "name": "notification",
1366
+ "size": 20
1367
+ };
1368
+
1369
+ /**
1370
+ * Copyright IBM Corp. 2016, 2023
1371
+ *
1372
+ * This source code is licensed under the Apache-2.0 license found in the
1373
+ * LICENSE file in the root directory of this source tree.
1374
+ *
1375
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1376
+ */
1377
+ var _20$w = {
1378
+ "elem": "svg",
1379
+ "attrs": {
1380
+ "xmlns": "http://www.w3.org/2000/svg",
1381
+ "viewBox": "0 0 32 32",
1382
+ "fill": "currentColor",
1383
+ "width": 20,
1384
+ "height": 20
1385
+ },
1386
+ "content": [{
1387
+ "elem": "path",
1388
+ "attrs": {
1389
+ "d": "M16 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0016 2zM26 30H24V25a5 5 0 00-5-5H13a5 5 0 00-5 5v5H6V25a7 7 0 017-7h6a7 7 0 017 7z"
1390
+ }
1391
+ }],
1392
+ "name": "user",
1393
+ "size": 20
1394
+ };
1395
+
1396
+ /**
1397
+ * Copyright IBM Corp. 2016, 2023
1398
+ *
1399
+ * This source code is licensed under the Apache-2.0 license found in the
1400
+ * LICENSE file in the root directory of this source tree.
1401
+ *
1402
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1403
+ */
1404
+ var _20$v = {
1405
+ "elem": "svg",
1406
+ "attrs": {
1407
+ "xmlns": "http://www.w3.org/2000/svg",
1408
+ "viewBox": "0 0 32 32",
1409
+ "fill": "currentColor",
1410
+ "width": 20,
1411
+ "height": 20
1412
+ },
1413
+ "content": [{
1414
+ "elem": "path",
1415
+ "attrs": {
1416
+ "d": "M8,14H19v2H8Zm0,5H21v2H8Z"
1417
+ }
1418
+ }, {
1419
+ "elem": "path",
1420
+ "attrs": {
1421
+ "d": "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V8H4V6ZM4,26V10H28V26Z"
1422
+ }
1423
+ }],
1424
+ "name": "account",
1425
+ "size": 20
1426
+ };
1427
+
1428
+ /**
1429
+ * Copyright IBM Corp. 2016, 2023
1430
+ *
1431
+ * This source code is licensed under the Apache-2.0 license found in the
1432
+ * LICENSE file in the root directory of this source tree.
1433
+ *
1434
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1435
+ */
1436
+ var _20$u = {
1437
+ "elem": "svg",
1438
+ "attrs": {
1439
+ "xmlns": "http://www.w3.org/2000/svg",
1440
+ "viewBox": "0 0 32 32",
1441
+ "fill": "currentColor",
1442
+ "width": 20,
1443
+ "height": 20
1444
+ },
1445
+ "content": [{
1446
+ "elem": "path",
1447
+ "attrs": {
1448
+ "d": "M12,29a1,1,0,0,1-.92-.62L6.33,17H2V15H7a1,1,0,0,1,.92.62L12,25.28,20.06,3.65A1,1,0,0,1,21,3a1,1,0,0,1,.93.68L25.72,15H30v2H25a1,1,0,0,1-.95-.68L21,7,12.94,28.35A1,1,0,0,1,12,29Z"
1449
+ }
1450
+ }],
1451
+ "name": "activity",
1452
+ "size": 20
1453
+ };
1454
+
1455
+ /**
1456
+ * Copyright IBM Corp. 2016, 2023
1457
+ *
1458
+ * This source code is licensed under the Apache-2.0 license found in the
1459
+ * LICENSE file in the root directory of this source tree.
1460
+ *
1461
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1462
+ */
1463
+ var _20$t = {
1464
+ "elem": "svg",
1465
+ "attrs": {
1466
+ "xmlns": "http://www.w3.org/2000/svg",
1467
+ "viewBox": "0 0 32 32",
1468
+ "fill": "currentColor",
1469
+ "width": 20,
1470
+ "height": 20
1471
+ },
1472
+ "content": [{
1473
+ "elem": "path",
1474
+ "attrs": {
1475
+ "d": "M4,2H2V28a2,2,0,0,0,2,2H30V28H4Z"
1476
+ }
1477
+ }, {
1478
+ "elem": "path",
1479
+ "attrs": {
1480
+ "d": "M30,9H23v2h3.59L19,18.59l-4.29-4.3a1,1,0,0,0-1.42,0L6,21.59,7.41,23,14,16.41l4.29,4.3a1,1,0,0,0,1.42,0L28,12.41V16h2Z"
1481
+ }
1482
+ }],
1483
+ "name": "analytics",
1484
+ "size": 20
1485
+ };
1486
+
1487
+ /**
1488
+ * Copyright IBM Corp. 2016, 2023
1489
+ *
1490
+ * This source code is licensed under the Apache-2.0 license found in the
1491
+ * LICENSE file in the root directory of this source tree.
1492
+ *
1493
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1494
+ */
1495
+ var _20$s = {
1496
+ "elem": "svg",
1497
+ "attrs": {
1498
+ "xmlns": "http://www.w3.org/2000/svg",
1499
+ "viewBox": "0 0 32 32",
1500
+ "fill": "currentColor",
1501
+ "width": 20,
1502
+ "height": 20
1503
+ },
1504
+ "content": [{
1505
+ "elem": "path",
1506
+ "attrs": {
1507
+ "d": "M26,30H14a2,2,0,0,1-2-2V25h2v3H26V4H14V7H12V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z"
1508
+ }
1509
+ }, {
1510
+ "elem": "path",
1511
+ "attrs": {
1512
+ "d": "M14.59 20.59L18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59z"
1513
+ }
1514
+ }],
1515
+ "name": "login",
1516
+ "size": 20
1517
+ };
1518
+
1519
+ /**
1520
+ * Copyright IBM Corp. 2016, 2023
1521
+ *
1522
+ * This source code is licensed under the Apache-2.0 license found in the
1523
+ * LICENSE file in the root directory of this source tree.
1524
+ *
1525
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1526
+ */
1527
+ var _20$r = {
1528
+ "elem": "svg",
1529
+ "attrs": {
1530
+ "xmlns": "http://www.w3.org/2000/svg",
1531
+ "viewBox": "0 0 32 32",
1532
+ "fill": "currentColor",
1533
+ "width": 20,
1534
+ "height": 20
1535
+ },
1536
+ "content": [{
1537
+ "elem": "path",
1538
+ "attrs": {
1539
+ "d": "M6,30H18a2.0023,2.0023,0,0,0,2-2V25H18v3H6V4H18V7h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V28A2.0023,2.0023,0,0,0,6,30Z"
1540
+ }
1541
+ }, {
1542
+ "elem": "path",
1543
+ "attrs": {
1544
+ "d": "M20.586 20.586L24.172 17 10 17 10 15 24.172 15 20.586 11.414 22 10 28 16 22 22 20.586 20.586z"
1545
+ }
1546
+ }],
1547
+ "name": "logout",
1548
+ "size": 20
1549
+ };
1550
+
1551
+ /**
1552
+ * Copyright IBM Corp. 2016, 2023
1553
+ *
1554
+ * This source code is licensed under the Apache-2.0 license found in the
1555
+ * LICENSE file in the root directory of this source tree.
1556
+ *
1557
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1558
+ */
1559
+ var _20$q = {
1560
+ "elem": "svg",
1561
+ "attrs": {
1562
+ "xmlns": "http://www.w3.org/2000/svg",
1563
+ "viewBox": "0 0 32 32",
1564
+ "fill": "currentColor",
1565
+ "width": 20,
1566
+ "height": 20
1567
+ },
1568
+ "content": [{
1569
+ "elem": "path",
1570
+ "attrs": {
1571
+ "d": "M31 30H29V27a3 3 0 00-3-3H22a3 3 0 00-3 3v3H17V27a5 5 0 015-5h4a5 5 0 015 5zM24 12a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0024 10zM15 22H13V19a3 3 0 00-3-3H6a3 3 0 00-3 3v3H1V19a5 5 0 015-5h4a5 5 0 015 5zM8 4A3 3 0 115 7 3 3 0 018 4M8 2a5 5 0 105 5A5 5 0 008 2z"
1572
+ }
1573
+ }],
1574
+ "name": "group",
1575
+ "size": 20
1576
+ };
1577
+
1578
+ /**
1579
+ * Copyright IBM Corp. 2016, 2023
1580
+ *
1581
+ * This source code is licensed under the Apache-2.0 license found in the
1582
+ * LICENSE file in the root directory of this source tree.
1583
+ *
1584
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1585
+ */
1586
+ var _20$p = {
1587
+ "elem": "svg",
1588
+ "attrs": {
1589
+ "xmlns": "http://www.w3.org/2000/svg",
1590
+ "viewBox": "0 0 20 20",
1591
+ "fill": "currentColor",
1592
+ "width": 20,
1593
+ "height": 20
1594
+ },
1595
+ "content": [{
1596
+ "elem": "path",
1597
+ "attrs": {
1598
+ "d": "M17.8,5.5l-3.3-3.3C14.3,2.1,14.2,2,14,2H3.3C2.6,2,2,2.6,2,3.3v13.3C2,17.4,2.6,18,3.3,18h13.3c0.7,0,1.4-0.5,1.4-1.2V6.1\tC18,5.7,17.9,5.7,17.8,5.5z M7.3,3.3h5.3v3.3H7.3V3.3z M12.7,16.7H7.3v-5.3h5.3L12.7,16.7L12.7,16.7z M14,16.7v-5.3\tc0-0.7-0.6-1.3-1.3-1.3H7.3C6.6,10,6,10.6,6,11.3v5.3H3.3V3.3H6v3.3C6,7.4,6.6,8,7.3,8h5.3C13.4,8,14,7.4,14,6.7v-3l2.7,2.7v10.4\tL14,16.7L14,16.7z"
1599
+ }
1600
+ }],
1601
+ "name": "save",
1602
+ "size": 20
1603
+ };
1604
+
1605
+ /**
1606
+ * Copyright IBM Corp. 2016, 2023
1607
+ *
1608
+ * This source code is licensed under the Apache-2.0 license found in the
1609
+ * LICENSE file in the root directory of this source tree.
1610
+ *
1611
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1612
+ */
1613
+ var _20$o = {
1614
+ "elem": "svg",
1615
+ "attrs": {
1616
+ "xmlns": "http://www.w3.org/2000/svg",
1617
+ "viewBox": "0 0 32 32",
1618
+ "fill": "currentColor",
1619
+ "width": 20,
1620
+ "height": 20
1621
+ },
1622
+ "content": [{
1623
+ "elem": "path",
1624
+ "attrs": {
1625
+ "d": "M26 6v4H6V6H26m0-2H6A2 2 0 004 6v4a2 2 0 002 2H26a2 2 0 002-2V6a2 2 0 00-2-2zM10 16V26H6V16h4m0-2H6a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V16a2 2 0 00-2-2zM26 16V26H16V16H26m0-2H16a2 2 0 00-2 2V26a2 2 0 002 2H26a2 2 0 002-2V16a2 2 0 00-2-2z"
1626
+ }
1627
+ }],
1628
+ "name": "template",
1629
+ "size": 20
1630
+ };
1631
+
1632
+ /**
1633
+ * Copyright IBM Corp. 2016, 2023
1634
+ *
1635
+ * This source code is licensed under the Apache-2.0 license found in the
1636
+ * LICENSE file in the root directory of this source tree.
1637
+ *
1638
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1639
+ */
1640
+ var _20$n = {
1641
+ "elem": "svg",
1642
+ "attrs": {
1643
+ "xmlns": "http://www.w3.org/2000/svg",
1644
+ "viewBox": "0 0 32 32",
1645
+ "fill": "currentColor",
1646
+ "width": 20,
1647
+ "height": 20
1648
+ },
1649
+ "content": [{
1650
+ "elem": "path",
1651
+ "attrs": {
1652
+ "d": "M25.7,9.3l-7-7C18.5,2.1,18.3,2,18,2H8C6.9,2,6,2.9,6,4v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10C26,9.7,25.9,9.5,25.7,9.3\tz M18,4.4l5.6,5.6H18V4.4z M24,28H8V4h8v6c0,1.1,0.9,2,2,2h6V28z"
1653
+ }
1654
+ }, {
1655
+ "elem": "path",
1656
+ "attrs": {
1657
+ "d": "M10 22H22V24H10zM10 16H22V18H10z"
1658
+ }
1659
+ }],
1660
+ "name": "document",
1661
+ "size": 20
1662
+ };
1663
+
1664
+ /**
1665
+ * Copyright IBM Corp. 2016, 2023
1666
+ *
1667
+ * This source code is licensed under the Apache-2.0 license found in the
1668
+ * LICENSE file in the root directory of this source tree.
1669
+ *
1670
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1671
+ */
1672
+ var _20$m = {
1673
+ "elem": "svg",
1674
+ "attrs": {
1675
+ "xmlns": "http://www.w3.org/2000/svg",
1676
+ "viewBox": "0 0 32 32",
1677
+ "fill": "currentColor",
1678
+ "width": 20,
1679
+ "height": 20
1680
+ },
1681
+ "content": [{
1682
+ "elem": "path",
1683
+ "attrs": {
1684
+ "d": "M13 21L26.17 21 23.59 23.59 25 25 30 20 25 15 23.59 16.41 26.17 19 13 19 13 21z"
1685
+ }
1686
+ }, {
1687
+ "elem": "path",
1688
+ "attrs": {
1689
+ "d": "M22,14V10a1,1,0,0,0-.29-.71l-7-7A1,1,0,0,0,14,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V26H20v2H4V4h8v6a2,2,0,0,0,2,2h6v2Zm-8-4V4.41L19.59,10Z"
1690
+ }
1691
+ }],
1692
+ "name": "document--export",
1693
+ "size": 20
1694
+ };
1695
+
1696
+ /**
1697
+ * Copyright IBM Corp. 2016, 2023
1698
+ *
1699
+ * This source code is licensed under the Apache-2.0 license found in the
1700
+ * LICENSE file in the root directory of this source tree.
1701
+ *
1702
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1703
+ */
1704
+ var _20$l = {
1705
+ "elem": "svg",
1706
+ "attrs": {
1707
+ "xmlns": "http://www.w3.org/2000/svg",
1708
+ "viewBox": "0 0 32 32",
1709
+ "fill": "currentColor",
1710
+ "width": 20,
1711
+ "height": 20
1712
+ },
1713
+ "content": [{
1714
+ "elem": "path",
1715
+ "attrs": {
1716
+ "d": "M30 25L28.586 23.586 26 26.172 26 18 24 18 24 26.172 21.414 23.586 20 25 25 30 30 25z"
1717
+ }
1718
+ }, {
1719
+ "elem": "path",
1720
+ "attrs": {
1721
+ "d": "M18,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z"
1722
+ }
1723
+ }],
1724
+ "name": "document--download",
1725
+ "size": 20
1726
+ };
1727
+
1728
+ /**
1729
+ * Copyright IBM Corp. 2016, 2023
1730
+ *
1731
+ * This source code is licensed under the Apache-2.0 license found in the
1732
+ * LICENSE file in the root directory of this source tree.
1733
+ *
1734
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1735
+ */
1736
+ var _20$k = {
1737
+ "elem": "svg",
1738
+ "attrs": {
1739
+ "xmlns": "http://www.w3.org/2000/svg",
1740
+ "viewBox": "0 0 32 32",
1741
+ "fill": "currentColor",
1742
+ "width": 20,
1743
+ "height": 20
1744
+ },
1745
+ "content": [{
1746
+ "elem": "path",
1747
+ "attrs": {
1748
+ "d": "M11.17,6l3.42,3.41.58.59H28V26H4V6h7.17m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2H16L12.59,4.59A2,2,0,0,0,11.17,4Z"
1749
+ }
1750
+ }],
1751
+ "name": "folder",
1752
+ "size": 20
1753
+ };
1754
+
1755
+ /**
1756
+ * Copyright IBM Corp. 2016, 2023
1757
+ *
1758
+ * This source code is licensed under the Apache-2.0 license found in the
1759
+ * LICENSE file in the root directory of this source tree.
1760
+ *
1761
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1762
+ */
1763
+ var _20$j = {
1764
+ "elem": "svg",
1765
+ "attrs": {
1766
+ "xmlns": "http://www.w3.org/2000/svg",
1767
+ "viewBox": "0 0 32 32",
1768
+ "fill": "currentColor",
1769
+ "width": 20,
1770
+ "height": 20
1771
+ },
1772
+ "content": [{
1773
+ "elem": "path",
1774
+ "attrs": {
1775
+ "d": "M19,14a3,3,0,1,0-3-3A3,3,0,0,0,19,14Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,19,10Z"
1776
+ }
1777
+ }, {
1778
+ "elem": "path",
1779
+ "attrs": {
1780
+ "d": "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,22H6V20l5-5,5.59,5.59a2,2,0,0,0,2.82,0L21,19l5,5Zm0-4.83-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17l-5.59-5.59a2,2,0,0,0-2.82,0L6,17.17V6H26Z"
1781
+ }
1782
+ }],
1783
+ "name": "image",
1784
+ "size": 20
1785
+ };
1786
+
1787
+ /**
1788
+ * Copyright IBM Corp. 2016, 2023
1789
+ *
1790
+ * This source code is licensed under the Apache-2.0 license found in the
1791
+ * LICENSE file in the root directory of this source tree.
1792
+ *
1793
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1794
+ */
1795
+ var _20$i = {
1796
+ "elem": "svg",
1797
+ "attrs": {
1798
+ "xmlns": "http://www.w3.org/2000/svg",
1799
+ "viewBox": "0 0 32 32",
1800
+ "fill": "currentColor",
1801
+ "width": 20,
1802
+ "height": 20
1803
+ },
1804
+ "content": [{
1805
+ "elem": "path",
1806
+ "attrs": {
1807
+ "d": "M26,4h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V6C28,4.9,27.1,4,26,4z M26,26H6V12h20\tV26z M26,10H6V6h4v2h2V6h8v2h2V6h4V10z"
1808
+ }
1809
+ }],
1810
+ "name": "calendar",
1811
+ "size": 20
1812
+ };
1813
+
1814
+ /**
1815
+ * Copyright IBM Corp. 2016, 2023
1816
+ *
1817
+ * This source code is licensed under the Apache-2.0 license found in the
1818
+ * LICENSE file in the root directory of this source tree.
1819
+ *
1820
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1821
+ */
1822
+ var _20$h = {
1823
+ "elem": "svg",
1824
+ "attrs": {
1825
+ "xmlns": "http://www.w3.org/2000/svg",
1826
+ "viewBox": "0 0 20 20",
1827
+ "fill": "currentColor",
1828
+ "width": 20,
1829
+ "height": 20
1830
+ },
1831
+ "content": [{
1832
+ "elem": "path",
1833
+ "attrs": {
1834
+ "d": "M10,19c-5,0-9-4-9-9s4-9,9-9s9,4,9,9S15,19,10,19z M10,2.3c-4.3,0-7.7,3.5-7.7,7.7s3.5,7.7,7.7,7.7s7.7-3.5,7.7-7.7\tS14.3,2.3,10,2.3z"
1835
+ }
1836
+ }, {
1837
+ "elem": "path",
1838
+ "attrs": {
1839
+ "d": "M13 13.9L9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z"
1840
+ }
1841
+ }],
1842
+ "name": "time",
1843
+ "size": 20
1844
+ };
1845
+
1846
+ /**
1847
+ * Copyright IBM Corp. 2016, 2023
1848
+ *
1849
+ * This source code is licensed under the Apache-2.0 license found in the
1850
+ * LICENSE file in the root directory of this source tree.
1851
+ *
1852
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1853
+ */
1854
+ var _20$g = {
1855
+ "elem": "svg",
1856
+ "attrs": {
1857
+ "xmlns": "http://www.w3.org/2000/svg",
1858
+ "viewBox": "0 0 32 32",
1859
+ "fill": "currentColor",
1860
+ "width": 20,
1861
+ "height": 20
1862
+ },
1863
+ "content": [{
1864
+ "elem": "path",
1865
+ "attrs": {
1866
+ "d": "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
1867
+ }
1868
+ }, {
1869
+ "elem": "path",
1870
+ "attrs": {
1871
+ "d": "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
1872
+ }
1873
+ }],
1874
+ "name": "information",
1875
+ "size": 20
1876
+ };
1877
+
1878
+ /**
1879
+ * Copyright IBM Corp. 2016, 2023
1880
+ *
1881
+ * This source code is licensed under the Apache-2.0 license found in the
1882
+ * LICENSE file in the root directory of this source tree.
1883
+ *
1884
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1885
+ */
1886
+ var _20$f = {
1887
+ "elem": "svg",
1888
+ "attrs": {
1889
+ "xmlns": "http://www.w3.org/2000/svg",
1890
+ "viewBox": "0 0 32 32",
1891
+ "fill": "currentColor",
1892
+ "width": 20,
1893
+ "height": 20
1894
+ },
1895
+ "content": [{
1896
+ "elem": "path",
1897
+ "attrs": {
1898
+ "d": "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
1899
+ }
1900
+ }, {
1901
+ "elem": "path",
1902
+ "attrs": {
1903
+ "d": "M15 8H17V19H15zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22z"
1904
+ }
1905
+ }],
1906
+ "name": "warning",
1907
+ "size": 20
1908
+ };
1909
+
1910
+ /**
1911
+ * Copyright IBM Corp. 2016, 2023
1912
+ *
1913
+ * This source code is licensed under the Apache-2.0 license found in the
1914
+ * LICENSE file in the root directory of this source tree.
1915
+ *
1916
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1917
+ */
1918
+ var _20$e = {
1919
+ "elem": "svg",
1920
+ "attrs": {
1921
+ "xmlns": "http://www.w3.org/2000/svg",
1922
+ "viewBox": "0 0 32 32",
1923
+ "fill": "currentColor",
1924
+ "width": 20,
1925
+ "height": 20
1926
+ },
1927
+ "content": [{
1928
+ "elem": "path",
1929
+ "attrs": {
1930
+ "d": "M2,16H2A14,14,0,1,0,16,2,14,14,0,0,0,2,16Zm23.15,7.75L8.25,6.85a12,12,0,0,1,16.9,16.9ZM8.24,25.16A12,12,0,0,1,6.84,8.27L23.73,25.16a12,12,0,0,1-15.49,0Z"
1931
+ }
1932
+ }],
1933
+ "name": "error",
1934
+ "size": 20
1935
+ };
1936
+
1937
+ /**
1938
+ * Copyright IBM Corp. 2016, 2023
1939
+ *
1940
+ * This source code is licensed under the Apache-2.0 license found in the
1941
+ * LICENSE file in the root directory of this source tree.
1942
+ *
1943
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1944
+ */
1945
+ var _20$d = {
1946
+ "elem": "svg",
1947
+ "attrs": {
1948
+ "xmlns": "http://www.w3.org/2000/svg",
1949
+ "viewBox": "0 0 20 20",
1950
+ "fill": "currentColor",
1951
+ "width": 20,
1952
+ "height": 20
1953
+ },
1954
+ "content": [{
1955
+ "elem": "path",
1956
+ "attrs": {
1957
+ "d": "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"
1958
+ }
1959
+ }, {
1960
+ "elem": "path",
1961
+ "attrs": {
1962
+ "fill": "none",
1963
+ "d": "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
1964
+ "data-icon-path": "inner-path",
1965
+ "opacity": "0"
1966
+ }
1967
+ }],
1968
+ "name": "checkmark--filled",
1969
+ "size": 20
1970
+ };
1971
+
1972
+ /**
1973
+ * Copyright IBM Corp. 2016, 2023
1974
+ *
1975
+ * This source code is licensed under the Apache-2.0 license found in the
1976
+ * LICENSE file in the root directory of this source tree.
1977
+ *
1978
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
1979
+ */
1980
+ var _20$c = {
1981
+ "elem": "svg",
1982
+ "attrs": {
1983
+ "xmlns": "http://www.w3.org/2000/svg",
1984
+ "viewBox": "0 0 32 32",
1985
+ "fill": "currentColor",
1986
+ "width": 20,
1987
+ "height": 20
1988
+ },
1989
+ "content": [{
1990
+ "elem": "path",
1991
+ "attrs": {
1992
+ "d": "M28,10V28H10V10H28m0-2H10a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2Z"
1993
+ }
1994
+ }, {
1995
+ "elem": "path",
1996
+ "attrs": {
1997
+ "d": "M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z"
1998
+ }
1999
+ }],
2000
+ "name": "copy",
2001
+ "size": 20
2002
+ };
2003
+
2004
+ /**
2005
+ * Copyright IBM Corp. 2016, 2023
2006
+ *
2007
+ * This source code is licensed under the Apache-2.0 license found in the
2008
+ * LICENSE file in the root directory of this source tree.
2009
+ *
2010
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2011
+ */
2012
+ var _20$b = {
2013
+ "elem": "svg",
2014
+ "attrs": {
2015
+ "xmlns": "http://www.w3.org/2000/svg",
2016
+ "viewBox": "0 0 32 32",
2017
+ "fill": "currentColor",
2018
+ "width": 20,
2019
+ "height": 20
2020
+ },
2021
+ "content": [{
2022
+ "elem": "path",
2023
+ "attrs": {
2024
+ "d": "M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z"
2025
+ }
2026
+ }],
2027
+ "name": "star--filled",
2028
+ "size": 20
2029
+ };
2030
+
2031
+ /**
2032
+ * Copyright IBM Corp. 2016, 2023
2033
+ *
2034
+ * This source code is licensed under the Apache-2.0 license found in the
2035
+ * LICENSE file in the root directory of this source tree.
2036
+ *
2037
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2038
+ */
2039
+ var _20$a = {
2040
+ "elem": "svg",
2041
+ "attrs": {
2042
+ "xmlns": "http://www.w3.org/2000/svg",
2043
+ "viewBox": "0 0 32 32",
2044
+ "fill": "currentColor",
2045
+ "width": 20,
2046
+ "height": 20
2047
+ },
2048
+ "content": [{
2049
+ "elem": "path",
2050
+ "attrs": {
2051
+ "d": "M2 16H7V30H2zM23 30H9V15.1973l3.0422-4.5635.8453-5.9165A2.0094 2.0094 0 0114.8672 3H15a3.0033 3.0033 0 013 3v6h8a4.0045 4.0045 0 014 4v7A7.0078 7.0078 0 0123 30z"
2052
+ }
2053
+ }],
2054
+ "name": "thumbs-up--filled",
2055
+ "size": 20
2056
+ };
2057
+
2058
+ /**
2059
+ * Copyright IBM Corp. 2016, 2023
2060
+ *
2061
+ * This source code is licensed under the Apache-2.0 license found in the
2062
+ * LICENSE file in the root directory of this source tree.
2063
+ *
2064
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2065
+ */
2066
+ var _20$9 = {
2067
+ "elem": "svg",
2068
+ "attrs": {
2069
+ "xmlns": "http://www.w3.org/2000/svg",
2070
+ "viewBox": "0 0 32 32",
2071
+ "fill": "currentColor",
2072
+ "width": 20,
2073
+ "height": 20
2074
+ },
2075
+ "content": [{
2076
+ "elem": "path",
2077
+ "attrs": {
2078
+ "d": "M2 2H7V16H2zM23 2H9V16.8027l3.0422 4.5635.8453 5.9165A2.0094 2.0094 0 0014.8672 29H15a3.0033 3.0033 0 003-3V20h8a4.0045 4.0045 0 004-4V9A7.0078 7.0078 0 0023 2z"
2079
+ }
2080
+ }],
2081
+ "name": "thumbs-down--filled",
2082
+ "size": 20
2083
+ };
2084
+
2085
+ /**
2086
+ * Copyright IBM Corp. 2016, 2023
2087
+ *
2088
+ * This source code is licensed under the Apache-2.0 license found in the
2089
+ * LICENSE file in the root directory of this source tree.
2090
+ *
2091
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2092
+ */
2093
+ var _20$8 = {
2094
+ "elem": "svg",
2095
+ "attrs": {
2096
+ "xmlns": "http://www.w3.org/2000/svg",
2097
+ "viewBox": "0 0 32 32",
2098
+ "fill": "currentColor",
2099
+ "width": 20,
2100
+ "height": 20
2101
+ },
2102
+ "content": [{
2103
+ "elem": "path",
2104
+ "attrs": {
2105
+ "d": "M26 4H28V28H26zM11.414 20.586L7.828 17 22 17 22 15 7.828 15 11.414 11.414 10 10 4 16 10 22 11.414 20.586z"
2106
+ }
2107
+ }],
2108
+ "name": "exit",
2109
+ "size": 20
2110
+ };
2111
+
2112
+ /**
2113
+ * Copyright IBM Corp. 2016, 2023
2114
+ *
2115
+ * This source code is licensed under the Apache-2.0 license found in the
2116
+ * LICENSE file in the root directory of this source tree.
2117
+ *
2118
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2119
+ */
2120
+ var _20$7 = {
2121
+ "elem": "svg",
2122
+ "attrs": {
2123
+ "xmlns": "http://www.w3.org/2000/svg",
2124
+ "viewBox": "0 0 32 32",
2125
+ "fill": "currentColor",
2126
+ "width": 20,
2127
+ "height": 20
2128
+ },
2129
+ "content": [{
2130
+ "elem": "path",
2131
+ "attrs": {
2132
+ "d": "M12 12H14V24H12zM18 12H20V24H18z"
2133
+ }
2134
+ }, {
2135
+ "elem": "path",
2136
+ "attrs": {
2137
+ "d": "M4 6V8H6V28a2 2 0 002 2H24a2 2 0 002-2V8h2V6zM8 28V8H24V28zM12 2H20V4H12z"
2138
+ }
2139
+ }],
2140
+ "name": "trash-can",
2141
+ "size": 20
2142
+ };
2143
+
2144
+ /**
2145
+ * Copyright IBM Corp. 2016, 2023
2146
+ *
2147
+ * This source code is licensed under the Apache-2.0 license found in the
2148
+ * LICENSE file in the root directory of this source tree.
2149
+ *
2150
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2151
+ */
2152
+ var _20$6 = {
2153
+ "elem": "svg",
2154
+ "attrs": {
2155
+ "xmlns": "http://www.w3.org/2000/svg",
2156
+ "viewBox": "0 0 32 32",
2157
+ "fill": "currentColor",
2158
+ "width": 20,
2159
+ "height": 20
2160
+ },
2161
+ "content": [{
2162
+ "elem": "path",
2163
+ "attrs": {
2164
+ "d": "M24,4V26.75l-7.1-3.59-.9-.45-.9.45L8,26.75V4H24m0-2H8A2,2,0,0,0,6,4V30L16,25,26,30V4A2,2,0,0,0,24,2Z"
2165
+ }
2166
+ }],
2167
+ "name": "bookmark",
2168
+ "size": 20
2169
+ };
2170
+
2171
+ /**
2172
+ * Copyright IBM Corp. 2016, 2023
2173
+ *
2174
+ * This source code is licensed under the Apache-2.0 license found in the
2175
+ * LICENSE file in the root directory of this source tree.
2176
+ *
2177
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2178
+ */
2179
+ var _20$5 = {
2180
+ "elem": "svg",
2181
+ "attrs": {
2182
+ "xmlns": "http://www.w3.org/2000/svg",
2183
+ "viewBox": "0 0 32 32",
2184
+ "fill": "currentColor",
2185
+ "width": 20,
2186
+ "height": 20
2187
+ },
2188
+ "content": [{
2189
+ "elem": "path",
2190
+ "attrs": {
2191
+ "d": "M11.5475,25.7523c9.0566,0,14.0102-7.5034,14.0102-14.0102,0-.2131,0-.4253-.0144-.6365,.9637-.697,1.7955-1.5601,2.4566-2.5488-.8987,.3982-1.852,.6594-2.8282,.7747,1.0279-.6154,1.7972-1.5833,2.1648-2.7235-.9666,.5736-2.024,.9778-3.1267,1.1952-1.8648-1.9829-4.984-2.0786-6.9669-.2138-1.2788,1.2026-1.8214,2.9947-1.4245,4.7047-3.9591-.1985-7.6479-2.0685-10.1482-5.1446-1.3069,2.2499-.6394,5.1282,1.5245,6.5731-.7836-.0232-1.5501-.2346-2.2349-.6163v.0624c.0006,2.3439,1.6529,4.3628,3.9504,4.8269-.7249,.1977-1.4855,.2266-2.2234,.0845,.6451,2.0058,2.4937,3.38,4.6003,3.4195-1.7436,1.3703-3.8975,2.1142-6.1152,2.112-.3918-.0008-.7832-.0245-1.1722-.071,2.2518,1.4451,4.8719,2.2116,7.5475,2.208"
2192
+ }
2193
+ }],
2194
+ "name": "logo--twitter",
2195
+ "size": 20
2196
+ };
2197
+
2198
+ /**
2199
+ * Copyright IBM Corp. 2016, 2023
2200
+ *
2201
+ * This source code is licensed under the Apache-2.0 license found in the
2202
+ * LICENSE file in the root directory of this source tree.
2203
+ *
2204
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2205
+ */
2206
+ var _20$4 = {
2207
+ "elem": "svg",
2208
+ "attrs": {
2209
+ "xmlns": "http://www.w3.org/2000/svg",
2210
+ "viewBox": "0 0 32 32",
2211
+ "fill": "currentColor",
2212
+ "width": 20,
2213
+ "height": 20
2214
+ },
2215
+ "content": [{
2216
+ "elem": "path",
2217
+ "attrs": {
2218
+ "d": "M26.2,4H5.8C4.8,4,4,4.8,4,5.7v20.5c0,0.9,0.8,1.7,1.8,1.7h20.4c1,0,1.8-0.8,1.8-1.7V5.7C28,4.8,27.2,4,26.2,4z M11.1,24.4\tH7.6V13h3.5V24.4z M9.4,11.4c-1.1,0-2.1-0.9-2.1-2.1c0-1.2,0.9-2.1,2.1-2.1c1.1,0,2.1,0.9,2.1,2.1S10.5,11.4,9.4,11.4z M24.5,24.3\tH21v-5.6c0-1.3,0-3.1-1.9-3.1c-1.9,0-2.1,1.5-2.1,2.9v5.7h-3.5V13h3.3v1.5h0.1c0.5-0.9,1.7-1.9,3.4-1.9c3.6,0,4.3,2.4,4.3,5.5V24.3z"
2219
+ }
2220
+ }],
2221
+ "name": "logo--linkedin",
2222
+ "size": 20
2223
+ };
2224
+
2225
+ /**
2226
+ * Copyright IBM Corp. 2016, 2023
2227
+ *
2228
+ * This source code is licensed under the Apache-2.0 license found in the
2229
+ * LICENSE file in the root directory of this source tree.
2230
+ *
2231
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2232
+ */
2233
+ var _20$3 = {
2234
+ "elem": "svg",
2235
+ "attrs": {
2236
+ "xmlns": "http://www.w3.org/2000/svg",
2237
+ "viewBox": "0 0 32 32",
2238
+ "fill": "currentColor",
2239
+ "width": 20,
2240
+ "height": 20
2241
+ },
2242
+ "content": [{
2243
+ "elem": "path",
2244
+ "attrs": {
2245
+ "d": "M26.67,4H5.33A1.34,1.34,0,0,0,4,5.33V26.67A1.34,1.34,0,0,0,5.33,28H16.82V18.72H13.7V15.09h3.12V12.42c0-3.1,1.89-4.79,4.67-4.79.93,0,1.86,0,2.79.14V11H22.37c-1.51,0-1.8.72-1.8,1.77v2.31h3.6l-.47,3.63H20.57V28h6.1A1.34,1.34,0,0,0,28,26.67V5.33A1.34,1.34,0,0,0,26.67,4Z"
2246
+ }
2247
+ }],
2248
+ "name": "logo--facebook",
2249
+ "size": 20
2250
+ };
2251
+
2252
+ /**
2253
+ * Copyright IBM Corp. 2016, 2023
2254
+ *
2255
+ * This source code is licensed under the Apache-2.0 license found in the
2256
+ * LICENSE file in the root directory of this source tree.
2257
+ *
2258
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2259
+ */
2260
+ var _20$2 = {
2261
+ "elem": "svg",
2262
+ "attrs": {
2263
+ "xmlns": "http://www.w3.org/2000/svg",
2264
+ "viewBox": "0 0 32 32",
2265
+ "fill": "currentColor",
2266
+ "width": 20,
2267
+ "height": 20
2268
+ },
2269
+ "content": [{
2270
+ "elem": "path",
2271
+ "attrs": {
2272
+ "d": "M29.41,9.26a3.5,3.5,0,0,0-2.47-2.47C24.76,6.2,16,6.2,16,6.2s-8.76,0-10.94.59A3.5,3.5,0,0,0,2.59,9.26,36.13,36.13,0,0,0,2,16a36.13,36.13,0,0,0,.59,6.74,3.5,3.5,0,0,0,2.47,2.47C7.24,25.8,16,25.8,16,25.8s8.76,0,10.94-.59a3.5,3.5,0,0,0,2.47-2.47A36.13,36.13,0,0,0,30,16,36.13,36.13,0,0,0,29.41,9.26ZM13.2,20.2V11.8L20.47,16Z"
2273
+ }
2274
+ }],
2275
+ "name": "logo--youtube",
2276
+ "size": 20
2277
+ };
2278
+
2279
+ /**
2280
+ * Copyright IBM Corp. 2016, 2023
2281
+ *
2282
+ * This source code is licensed under the Apache-2.0 license found in the
2283
+ * LICENSE file in the root directory of this source tree.
2284
+ *
2285
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2286
+ */
2287
+ var _20$1 = {
2288
+ "elem": "svg",
2289
+ "attrs": {
2290
+ "xmlns": "http://www.w3.org/2000/svg",
2291
+ "viewBox": "0 0 32 32",
2292
+ "fill": "currentColor",
2293
+ "width": 20,
2294
+ "height": 20
2295
+ },
2296
+ "content": [{
2297
+ "elem": "path",
2298
+ "attrs": {
2299
+ "d": "m29.0581,11.1929c0-6.0742-3.9797-7.8545-3.9797-7.8545-2.0066-.9214-5.4522-1.3091-9.0318-1.3384h-.0879c-3.5798.0293-7.023.417-9.0296,1.3384,0,0-3.98,1.7803-3.98,7.8545,0,1.3911-.0271,3.0537.0171,4.8174.1445,5.9404,1.0889,11.7945,6.5811,13.2481,2.5322.6704,4.7063.8105,6.4573.7144,3.1755-.1758,4.958-1.1333,4.958-1.1333l-.1047-2.3037s-2.269.7153-4.8176.6284c-2.5249-.0869-5.1902-.2725-5.5986-3.3726-.0378-.272-.0566-.563-.0566-.8691,0,0,2.4785.606,5.6196.75,1.9207.0879,3.7219-.1128,5.5515-.3311,3.5083-.4189,6.563-2.5806,6.9468-4.5557.605-3.1113.5552-7.5928.5552-7.5928Zm-4.6943,7.8257h-2.9138v-7.1382c0-1.5049-.6331-2.2686-1.8997-2.2686-1.4002,0-2.1018.9058-2.1018,2.6973v3.9077h-2.8967v-3.9077c0-1.7915-.7019-2.6973-2.1021-2.6973-1.2666,0-1.8997.7637-1.8997,2.2686v7.1382h-2.9138v-7.3545c0-1.5029.3828-2.6978,1.1516-3.5811.7927-.8838,1.8308-1.3369,3.1196-1.3369,1.491,0,2.6204.5732,3.367,1.7192l.7256,1.2168.7261-1.2168c.7463-1.146,1.8755-1.7192,3.3667-1.7192,1.2886,0,2.3267.4531,3.1196,1.3369.7686.8833,1.1514,2.0781,1.1514,3.5811v7.3545Z"
2300
+ }
2301
+ }],
2302
+ "name": "logo--mastodon",
2303
+ "size": 20
2304
+ };
2305
+
2306
+ /**
2307
+ * Copyright IBM Corp. 2016, 2023
2308
+ *
2309
+ * This source code is licensed under the Apache-2.0 license found in the
2310
+ * LICENSE file in the root directory of this source tree.
2311
+ *
2312
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
2313
+ */
2314
+ var _20 = {
2315
+ "elem": "svg",
2316
+ "attrs": {
2317
+ "xmlns": "http://www.w3.org/2000/svg",
2318
+ "viewBox": "0 0 32 32",
2319
+ "fill": "currentColor",
2320
+ "width": 20,
2321
+ "height": 20
2322
+ },
2323
+ "content": [{
2324
+ "elem": "path",
2325
+ "attrs": {
2326
+ "d": "M9.2,6.9c2.7,2.1,5.7,6.3,6.8,8.5,1.1-2.2,4-6.4,6.8-8.5,2-1.5,5.2-2.6,5.2,1s-.4,6.2-.7,7c-.9,3.1-4,3.8-6.8,3.4,4.8.8,6.1,3.6,3.4,6.3-5.1,5.2-7.3-1.3-7.8-3,0-.3-.1-.5-.1-.3,0-.1,0,0-.1.3-.6,1.7-2.8,8.2-7.8,3-2.7-2.7-1.4-5.5,3.4-6.3-2.8.5-5.9-.3-6.8-3.4-.2-.9-.7-6.3-.7-7,0-3.7,3.2-2.5,5.2-1,0,0,0,0,0,0Z"
2327
+ }
2328
+ }],
2329
+ "name": "logo--bluesky",
2330
+ "size": 20
2331
+ };
2332
+
2333
+ // src/utils/icons.ts
2334
+ function carbonToString(icon) {
2335
+ return toString(Object.assign(Object.assign({}, icon), { attrs: getAttributes(icon.attrs) }));
2336
+ }
2337
+ const ICONS = {
2338
+ // Navigation
2339
+ 'chevron-right': carbonToString(_20$1a),
2340
+ 'chevron-left': carbonToString(_20$19),
2341
+ 'chevron-down': carbonToString(_20$18),
2342
+ 'chevron-up': carbonToString(_20$17),
2343
+ 'arrow-right': carbonToString(_20$16),
2344
+ 'arrow-left': carbonToString(_20$15),
2345
+ 'arrow-up-right': carbonToString(_20$14),
2346
+ // Actions
2347
+ close: carbonToString(_20$13),
2348
+ add: carbonToString(_20$12),
2349
+ edit: carbonToString(_20$11),
2350
+ checkmark: carbonToString(_20$10),
2351
+ download: carbonToString(_20$$),
2352
+ upload: carbonToString(_20$_),
2353
+ view: carbonToString(_20$Z),
2354
+ exit: carbonToString(_20$8),
2355
+ caretSort: carbonToString(_20$X),
2356
+ bookmark: carbonToString(_20$6),
2357
+ createLink: carbonToString(_20$Y),
2358
+ activity: carbonToString(_20$u),
2359
+ account: carbonToString(_20$v),
2360
+ analytics: carbonToString(_20$t),
2361
+ template: carbonToString(_20$o),
2362
+ documentExport: carbonToString(_20$m),
2363
+ documentDownload: carbonToString(_20$l),
2364
+ trashCan: carbonToString(_20$7),
2365
+ chooseItem: carbonToString(_20$W),
2366
+ copyLink: carbonToString(_20$V),
2367
+ dragHorizontal: carbonToString(_20$U),
2368
+ dragVertical: carbonToString(_20$T),
2369
+ login: carbonToString(_20$s),
2370
+ logout: carbonToString(_20$r),
2371
+ move: carbonToString(_20$S),
2372
+ replicate: carbonToString(_20$R),
2373
+ sortAscending: carbonToString(_20$Q),
2374
+ sortDescending: carbonToString(_20$P),
2375
+ requestQuote: carbonToString(_20$O),
2376
+ reset: carbonToString(_20$N),
2377
+ resultDraft: carbonToString(_20$M),
2378
+ share: carbonToString(_20$L),
2379
+ play: carbonToString(_20$K),
2380
+ book: carbonToString(_20$J),
2381
+ chatOff: carbonToString(_20$I),
2382
+ forum: carbonToString(_20$H),
2383
+ shareKnowledge: carbonToString(_20$G),
2384
+ time: carbonToString(_20$h),
2385
+ help: carbonToString(_20$F),
2386
+ customerService: carbonToString(_20$E),
2387
+ code: carbonToString(_20$D),
2388
+ rocket: carbonToString(_20$C),
2389
+ compass: carbonToString(_20$B),
2390
+ // Interface
2391
+ menu: carbonToString(_20$A),
2392
+ search: carbonToString(_20$z),
2393
+ settings: carbonToString(_20$y),
2394
+ notification: carbonToString(_20$x),
2395
+ user: carbonToString(_20$w),
2396
+ group: carbonToString(_20$q),
2397
+ save: carbonToString(_20$p),
2398
+ // Content
2399
+ document: carbonToString(_20$n),
2400
+ folder: carbonToString(_20$k),
2401
+ image: carbonToString(_20$j),
2402
+ calendar: carbonToString(_20$i),
2403
+ // Status
2404
+ information: carbonToString(_20$g),
2405
+ warning: carbonToString(_20$f),
2406
+ error: carbonToString(_20$e),
2407
+ 'checkmark-filled': carbonToString(_20$d),
2408
+ copy: carbonToString(_20$c),
2409
+ star: carbonToString(_20$b),
2410
+ 'thumbs-up': carbonToString(_20$a),
2411
+ 'thumbs-down': carbonToString(_20$9),
2412
+ //Social
2413
+ twitter: carbonToString(_20$5),
2414
+ linkedin: carbonToString(_20$4),
2415
+ facebook: carbonToString(_20$3),
2416
+ youtube: carbonToString(_20$2),
2417
+ mastodon: carbonToString(_20$1),
2418
+ bluesky: carbonToString(_20)
2419
+ };
2420
+
2421
+ const edsIconWrapperCss = ":host{display:inline-flex;align-items:center;justify-content:center}.icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.icon svg{display:block;fill:currentColor;color:inherit}.icon--16{width:16px;height:16px}.icon--16 svg{width:16px;height:16px}.icon--20{width:20px;height:20px}.icon--20 svg{width:20px;height:20px}.icon--24{width:24px;height:24px}.icon--24 svg{width:24px;height:24px}.icon--32{width:32px;height:32px}.icon--32 svg{width:32px;height:32px}";
2422
+ const EdsIconWrapperStyle0 = edsIconWrapperCss;
2
2423
 
3
2424
  const EdsIconWrapper = /*@__PURE__*/ proxyCustomElement(class EdsIconWrapper extends HTMLElement {
4
2425
  constructor() {
5
2426
  super();
6
2427
  this.__registerHost();
7
- this.TagName = null;
8
- this.icon = 'arrow-right';
9
- this.class = '';
10
- this.IconComponent = null;
11
- }
12
- componentWillLoad() {
13
- this.loadIconComponent(this.icon);
14
- }
15
- iconChanged(newValue) {
16
- this.loadIconComponent(newValue);
2428
+ this.__attachShadow();
2429
+ this.name = undefined;
2430
+ this.size = 20;
17
2431
  }
18
- async loadIconComponent(iconName) {
19
- try {
20
- // Dynamically import the Stencil icon component based on the icon name
21
- this.IconComponent = `eds-icon-${iconName}`;
22
- }
23
- catch (error) {
24
- //console.error(`Failed to load icon component: ${iconName}`, error);
25
- this.IconComponent = `eds-icon-unknown`;
2432
+ render() {
2433
+ const iconSvg = ICONS[this.name];
2434
+ if (!iconSvg) {
2435
+ console.warn(`Icon "${this.name}" not found in ICONS`);
2436
+ return null;
26
2437
  }
2438
+ return (h(Host, { role: "img" }, h("span", { class: `icon icon--${this.size}`, innerHTML: iconSvg })));
27
2439
  }
28
- render() {
29
- const IconComponent = this.IconComponent;
30
- return IconComponent ? h(IconComponent, { class: this.class }) : null;
31
- }
32
- static get watchers() { return {
33
- "icon": ["iconChanged"]
34
- }; }
35
- }, [0, "eds-icon-wrapper", {
36
- "icon": [1],
37
- "class": [1],
38
- "IconComponent": [32]
39
- }, undefined, {
40
- "icon": ["iconChanged"]
2440
+ static get style() { return EdsIconWrapperStyle0; }
2441
+ }, [1, "eds-icon-wrapper", {
2442
+ "name": [1],
2443
+ "size": [2]
41
2444
  }]);
42
2445
  function defineCustomElement() {
43
2446
  if (typeof customElements === "undefined") {