@logora/debate 0.1.1 → 0.2.1

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 (320) hide show
  1. package/README.md +15 -23
  2. package/dist/components/action/button/Button.js +1 -1
  3. package/dist/components/argument/argument/Argument.js +49 -49
  4. package/dist/components/argument/top_arguments/TopArguments.js +17 -17
  5. package/dist/components/auth/auth_initializer/AuthInitializer.js +5 -5
  6. package/dist/components/auth/auth_modal/AuthModal.js +9 -9
  7. package/dist/components/auth/login_form/LoginForm.js +1 -0
  8. package/dist/components/auth/oauth2_button/OAuth2Button.js +3 -3
  9. package/dist/components/auth/providers/AuthProviderFactory.js +4 -4
  10. package/dist/components/auth/signup_form/SignupForm.js +4 -4
  11. package/dist/components/auth/social_auth_form/SocialAuthForm.js +10 -10
  12. package/dist/components/auth/sso_form/SSOForm.js +4 -4
  13. package/dist/components/chart/line_chart/LineChart.js +10 -10
  14. package/dist/components/chart/pie_chart/PieChart.js +6 -10
  15. package/dist/components/consultation/consultation_box/ConsultationBox.js +19 -14
  16. package/dist/components/debate/debate_box/DebateBox.js +11 -11
  17. package/dist/components/dialog/drawer/Drawer.js +16 -16
  18. package/dist/components/dialog/modal/Modal.js +8 -8
  19. package/dist/components/dialog/toast_provider/ToastProvider.js +10 -10
  20. package/dist/components/hooks/use_responsive/ResponsiveProvider.js +4 -4
  21. package/dist/components/icons/bild_icons/Alarm.js +15 -0
  22. package/dist/components/icons/bild_icons/Announcement.js +20 -0
  23. package/dist/components/icons/bild_icons/Arrow.js +11 -0
  24. package/dist/components/icons/bild_icons/Blockquote.js +11 -0
  25. package/dist/components/icons/bild_icons/Bold.js +11 -0
  26. package/dist/components/icons/bild_icons/Camera.js +11 -0
  27. package/dist/components/icons/bild_icons/Chat.js +44 -0
  28. package/dist/components/icons/bild_icons/Check.js +12 -0
  29. package/dist/components/icons/bild_icons/CheckCircle.js +20 -0
  30. package/dist/components/icons/bild_icons/Checkbox.js +11 -0
  31. package/dist/components/icons/bild_icons/Clap.js +21 -0
  32. package/dist/components/icons/bild_icons/Clock.js +11 -0
  33. package/dist/components/icons/bild_icons/Close.js +11 -0
  34. package/dist/components/icons/bild_icons/Code.js +32 -0
  35. package/dist/components/icons/bild_icons/Community.js +11 -0
  36. package/dist/components/icons/bild_icons/Crown.js +12 -0
  37. package/dist/components/icons/bild_icons/Document.js +11 -0
  38. package/dist/components/icons/bild_icons/Downvote.js +11 -0
  39. package/dist/components/icons/bild_icons/Ellipsis.js +12 -0
  40. package/dist/components/icons/bild_icons/ExpertBadge.js +33 -0
  41. package/dist/components/icons/bild_icons/Facebook.js +11 -0
  42. package/dist/components/icons/bild_icons/Flag.js +11 -0
  43. package/dist/components/icons/bild_icons/Home.js +11 -0
  44. package/dist/components/icons/bild_icons/Italic.js +11 -0
  45. package/dist/components/icons/bild_icons/LightArrow.js +12 -0
  46. package/dist/components/icons/bild_icons/Link.js +11 -0
  47. package/dist/components/icons/bild_icons/Login.js +19 -0
  48. package/dist/components/icons/bild_icons/Logora.js +25 -0
  49. package/dist/components/icons/bild_icons/Mail.js +11 -0
  50. package/dist/components/icons/bild_icons/MinusCircle.js +24 -0
  51. package/dist/components/icons/bild_icons/MobileClose.js +19 -0
  52. package/dist/components/icons/bild_icons/MobileMenu.js +29 -0
  53. package/dist/components/icons/bild_icons/Next.js +22 -0
  54. package/dist/components/icons/bild_icons/OpenBlank.js +15 -0
  55. package/dist/components/icons/bild_icons/OrderedList.js +11 -0
  56. package/dist/components/icons/bild_icons/PauseCircle.js +34 -0
  57. package/dist/components/icons/bild_icons/Point.js +21 -0
  58. package/dist/components/icons/bild_icons/Question.js +18 -0
  59. package/dist/components/icons/bild_icons/Refresh.js +11 -0
  60. package/dist/components/icons/bild_icons/Reply.js +11 -0
  61. package/dist/components/icons/bild_icons/Search.js +11 -0
  62. package/dist/components/icons/bild_icons/Send.js +11 -0
  63. package/dist/components/icons/bild_icons/Share.js +12 -0
  64. package/dist/components/icons/bild_icons/SmallArrow.js +11 -0
  65. package/dist/components/icons/bild_icons/Source.js +11 -0
  66. package/dist/components/icons/bild_icons/Suggestion.js +19 -0
  67. package/dist/components/icons/bild_icons/Twitter.js +29 -0
  68. package/dist/components/icons/bild_icons/Underline.js +11 -0
  69. package/dist/components/icons/bild_icons/Upvote.js +11 -0
  70. package/dist/components/icons/bild_icons/User.js +11 -0
  71. package/dist/components/icons/bild_icons/Versus.js +14 -0
  72. package/dist/components/icons/bild_icons/Votebox.js +12 -0
  73. package/dist/components/icons/bild_icons/index.js +110 -0
  74. package/dist/components/icons/hero_icons/Alarm.js +18 -0
  75. package/dist/components/icons/hero_icons/Announcement.js +18 -0
  76. package/dist/components/icons/hero_icons/Arrow.js +18 -0
  77. package/dist/components/icons/hero_icons/Blockquote.js +27 -0
  78. package/dist/components/icons/hero_icons/Bold.js +17 -0
  79. package/dist/components/icons/hero_icons/Camera.js +22 -0
  80. package/dist/components/icons/hero_icons/Chat.js +18 -0
  81. package/dist/components/icons/hero_icons/Check.js +18 -0
  82. package/dist/components/icons/hero_icons/CheckCircle.js +20 -0
  83. package/dist/components/icons/hero_icons/Checkbox.js +18 -0
  84. package/dist/components/icons/hero_icons/Clap.js +18 -0
  85. package/dist/components/icons/hero_icons/Clock.js +18 -0
  86. package/dist/components/icons/hero_icons/Close.js +18 -0
  87. package/dist/components/icons/hero_icons/Code.js +18 -0
  88. package/dist/components/icons/hero_icons/Community.js +18 -0
  89. package/dist/components/icons/hero_icons/Crown.js +18 -0
  90. package/dist/components/icons/hero_icons/Downvote.js +18 -0
  91. package/dist/components/icons/hero_icons/Ellipsis.js +18 -0
  92. package/dist/components/icons/hero_icons/ExpertBadge.js +18 -0
  93. package/dist/components/icons/hero_icons/Facebook.js +11 -0
  94. package/dist/components/icons/hero_icons/Flag.js +11 -0
  95. package/dist/components/icons/hero_icons/Home.js +18 -0
  96. package/dist/components/icons/hero_icons/Italic.js +17 -0
  97. package/dist/components/icons/hero_icons/LightArrow.js +12 -0
  98. package/dist/components/icons/hero_icons/Link.js +18 -0
  99. package/dist/components/icons/hero_icons/Login.js +19 -0
  100. package/dist/components/icons/hero_icons/Logora.js +25 -0
  101. package/dist/components/icons/hero_icons/Mail.js +18 -0
  102. package/dist/components/icons/hero_icons/MinusCircle.js +24 -0
  103. package/dist/components/icons/hero_icons/MobileClose.js +18 -0
  104. package/dist/components/icons/hero_icons/MobileMenu.js +18 -0
  105. package/dist/components/icons/hero_icons/Next.js +18 -0
  106. package/dist/components/icons/hero_icons/OpenBlank.js +18 -0
  107. package/dist/components/icons/hero_icons/OrderedList.js +47 -0
  108. package/dist/components/icons/hero_icons/PauseCircle.js +34 -0
  109. package/dist/components/icons/hero_icons/Point.js +21 -0
  110. package/dist/components/icons/hero_icons/Question.js +18 -0
  111. package/dist/components/icons/hero_icons/Refresh.js +18 -0
  112. package/dist/components/icons/hero_icons/Reply.js +18 -0
  113. package/dist/components/icons/hero_icons/Search.js +18 -0
  114. package/dist/components/icons/hero_icons/Send.js +18 -0
  115. package/dist/components/icons/hero_icons/Share.js +18 -0
  116. package/dist/components/icons/hero_icons/SmallArrow.js +18 -0
  117. package/dist/components/icons/hero_icons/Source.js +18 -0
  118. package/dist/components/icons/hero_icons/Suggestion.js +18 -0
  119. package/dist/components/icons/hero_icons/Twitter.js +29 -0
  120. package/dist/components/icons/hero_icons/Underline.js +27 -0
  121. package/dist/components/icons/hero_icons/Upvote.js +18 -0
  122. package/dist/components/icons/hero_icons/User.js +18 -0
  123. package/dist/components/icons/hero_icons/Versus.js +18 -0
  124. package/dist/components/icons/hero_icons/Votebox.js +18 -0
  125. package/dist/components/icons/hero_icons/index.js +108 -0
  126. package/dist/components/icons/krone_icons/Alarm.js +28 -0
  127. package/dist/components/icons/krone_icons/Announcement.js +16 -0
  128. package/dist/components/icons/krone_icons/Arrow.js +11 -0
  129. package/dist/components/icons/krone_icons/Blockquote.js +11 -0
  130. package/dist/components/icons/krone_icons/Bold.js +11 -0
  131. package/dist/components/icons/krone_icons/Camera.js +11 -0
  132. package/dist/components/icons/krone_icons/Chat.js +30 -0
  133. package/dist/components/icons/krone_icons/Check.js +11 -0
  134. package/dist/components/icons/krone_icons/CheckCircle.js +20 -0
  135. package/dist/components/icons/krone_icons/Clap.js +30 -0
  136. package/dist/components/icons/krone_icons/Clock.js +11 -0
  137. package/dist/components/icons/krone_icons/Close.js +11 -0
  138. package/dist/components/icons/krone_icons/Code.js +32 -0
  139. package/dist/components/icons/krone_icons/Community.js +11 -0
  140. package/dist/components/icons/krone_icons/Crown.js +11 -0
  141. package/dist/components/icons/krone_icons/Document.js +11 -0
  142. package/dist/components/icons/krone_icons/Downvote.js +11 -0
  143. package/dist/components/icons/krone_icons/Ellipsis.js +18 -0
  144. package/dist/components/icons/krone_icons/ExpertBadge.js +30 -0
  145. package/dist/components/icons/krone_icons/Facebook.js +11 -0
  146. package/dist/components/icons/krone_icons/Flag.js +11 -0
  147. package/dist/components/icons/krone_icons/Home.js +30 -0
  148. package/dist/components/icons/krone_icons/Italic.js +11 -0
  149. package/dist/components/icons/krone_icons/LightArrow.js +11 -0
  150. package/dist/components/icons/krone_icons/Link.js +11 -0
  151. package/dist/components/icons/krone_icons/Login.js +18 -0
  152. package/dist/components/icons/krone_icons/Logora.js +25 -0
  153. package/dist/components/icons/krone_icons/Mail.js +11 -0
  154. package/dist/components/icons/krone_icons/MinusCircle.js +24 -0
  155. package/dist/components/icons/krone_icons/MobileClose.js +18 -0
  156. package/dist/components/icons/krone_icons/MobileMenu.js +29 -0
  157. package/dist/components/icons/krone_icons/Next.js +22 -0
  158. package/dist/components/icons/krone_icons/OpenBlank.js +15 -0
  159. package/dist/components/icons/krone_icons/OrderedList.js +11 -0
  160. package/dist/components/icons/krone_icons/PauseCircle.js +33 -0
  161. package/dist/components/icons/krone_icons/Point.js +21 -0
  162. package/dist/components/icons/krone_icons/Question.js +30 -0
  163. package/dist/components/icons/krone_icons/Refresh.js +11 -0
  164. package/dist/components/icons/krone_icons/Reply.js +18 -0
  165. package/dist/components/icons/krone_icons/Search.js +11 -0
  166. package/dist/components/icons/krone_icons/Send.js +26 -0
  167. package/dist/components/icons/krone_icons/Share.js +14 -0
  168. package/dist/components/icons/krone_icons/SmallArrow.js +11 -0
  169. package/dist/components/icons/krone_icons/Source.js +11 -0
  170. package/dist/components/icons/krone_icons/Suggestion.js +30 -0
  171. package/dist/components/icons/krone_icons/Twitter.js +29 -0
  172. package/dist/components/icons/krone_icons/Underline.js +11 -0
  173. package/dist/components/icons/krone_icons/Upvote.js +30 -0
  174. package/dist/components/icons/krone_icons/User.js +33 -0
  175. package/dist/components/icons/krone_icons/Versus.js +11 -0
  176. package/dist/components/icons/krone_icons/Votebox.js +30 -0
  177. package/dist/components/icons/krone_icons/index.js +110 -0
  178. package/dist/components/icons/regular_icons/Alarm.js +15 -0
  179. package/dist/components/icons/regular_icons/Announcement.js +20 -0
  180. package/dist/components/icons/regular_icons/Arrow.js +11 -0
  181. package/dist/components/icons/regular_icons/Blockquote.js +11 -0
  182. package/dist/components/icons/regular_icons/Bold.js +11 -0
  183. package/dist/components/icons/regular_icons/Camera.js +11 -0
  184. package/dist/components/icons/regular_icons/Chat.js +16 -0
  185. package/dist/components/icons/regular_icons/Check.js +11 -0
  186. package/dist/components/icons/regular_icons/CheckCircle.js +20 -0
  187. package/dist/components/icons/regular_icons/Checkbox.js +11 -0
  188. package/dist/components/icons/regular_icons/Clap.js +15 -0
  189. package/dist/components/icons/regular_icons/Clock.js +11 -0
  190. package/dist/components/icons/regular_icons/Close.js +11 -0
  191. package/dist/components/icons/regular_icons/Code.js +32 -0
  192. package/dist/components/icons/regular_icons/Community.js +11 -0
  193. package/dist/components/icons/regular_icons/Crown.js +11 -0
  194. package/dist/components/icons/regular_icons/Document.js +11 -0
  195. package/dist/components/icons/regular_icons/Downvote.js +11 -0
  196. package/dist/components/icons/regular_icons/Ellipsis.js +11 -0
  197. package/dist/components/icons/regular_icons/ExpertBadge.js +32 -0
  198. package/dist/components/icons/regular_icons/Facebook.js +11 -0
  199. package/dist/components/icons/regular_icons/Flag.js +11 -0
  200. package/dist/components/icons/regular_icons/Home.js +11 -0
  201. package/dist/components/icons/regular_icons/Italic.js +11 -0
  202. package/dist/components/icons/regular_icons/LightArrow.js +11 -0
  203. package/dist/components/icons/regular_icons/Link.js +11 -0
  204. package/dist/components/icons/regular_icons/Login.js +18 -0
  205. package/dist/components/icons/regular_icons/Logora.js +25 -0
  206. package/dist/components/icons/regular_icons/Mail.js +11 -0
  207. package/dist/components/icons/regular_icons/MinusCircle.js +24 -0
  208. package/dist/components/icons/regular_icons/MobileClose.js +18 -0
  209. package/dist/components/icons/regular_icons/MobileMenu.js +29 -0
  210. package/dist/components/icons/regular_icons/Next.js +22 -0
  211. package/dist/components/icons/regular_icons/OpenBlank.js +15 -0
  212. package/dist/components/icons/regular_icons/OrderedList.js +11 -0
  213. package/dist/components/icons/regular_icons/PauseCircle.js +33 -0
  214. package/dist/components/icons/regular_icons/Point.js +21 -0
  215. package/dist/components/icons/regular_icons/Question.js +18 -0
  216. package/dist/components/icons/regular_icons/Refresh.js +11 -0
  217. package/dist/components/icons/regular_icons/Reply.js +11 -0
  218. package/dist/components/icons/regular_icons/Search.js +11 -0
  219. package/dist/components/icons/regular_icons/Send.js +11 -0
  220. package/dist/components/icons/regular_icons/Share.js +12 -0
  221. package/dist/components/icons/regular_icons/SmallArrow.js +11 -0
  222. package/dist/components/icons/regular_icons/Source.js +11 -0
  223. package/dist/components/icons/regular_icons/Suggestion.js +19 -0
  224. package/dist/components/icons/regular_icons/Twitter.js +29 -0
  225. package/dist/components/icons/regular_icons/Underline.js +11 -0
  226. package/dist/components/icons/regular_icons/Upvote.js +11 -0
  227. package/dist/components/icons/regular_icons/User.js +11 -0
  228. package/dist/components/icons/regular_icons/Versus.js +11 -0
  229. package/dist/components/icons/regular_icons/Votebox.js +12 -0
  230. package/dist/components/icons/regular_icons/index.js +110 -0
  231. package/dist/components/icons/spiegel_icons/Alarm.js +15 -0
  232. package/dist/components/icons/spiegel_icons/Announcement.js +20 -0
  233. package/dist/components/icons/spiegel_icons/Arrow.js +11 -0
  234. package/dist/components/icons/spiegel_icons/Blockquote.js +26 -0
  235. package/dist/components/icons/spiegel_icons/Bold.js +16 -0
  236. package/dist/components/icons/spiegel_icons/Camera.js +11 -0
  237. package/dist/components/icons/spiegel_icons/Chat.js +12 -0
  238. package/dist/components/icons/spiegel_icons/Check.js +11 -0
  239. package/dist/components/icons/spiegel_icons/CheckCircle.js +20 -0
  240. package/dist/components/icons/spiegel_icons/Checkbox.js +26 -0
  241. package/dist/components/icons/spiegel_icons/Clap.js +26 -0
  242. package/dist/components/icons/spiegel_icons/Clock.js +26 -0
  243. package/dist/components/icons/spiegel_icons/Close.js +15 -0
  244. package/dist/components/icons/spiegel_icons/Code.js +32 -0
  245. package/dist/components/icons/spiegel_icons/Community.js +11 -0
  246. package/dist/components/icons/spiegel_icons/Crown.js +12 -0
  247. package/dist/components/icons/spiegel_icons/Downvote.js +11 -0
  248. package/dist/components/icons/spiegel_icons/Ellipsis.js +12 -0
  249. package/dist/components/icons/spiegel_icons/ExpertBadge.js +28 -0
  250. package/dist/components/icons/spiegel_icons/Facebook.js +16 -0
  251. package/dist/components/icons/spiegel_icons/Flag.js +20 -0
  252. package/dist/components/icons/spiegel_icons/Home.js +11 -0
  253. package/dist/components/icons/spiegel_icons/Italic.js +16 -0
  254. package/dist/components/icons/spiegel_icons/LightArrow.js +12 -0
  255. package/dist/components/icons/spiegel_icons/Link.js +26 -0
  256. package/dist/components/icons/spiegel_icons/Login.js +19 -0
  257. package/dist/components/icons/spiegel_icons/Logora.js +25 -0
  258. package/dist/components/icons/spiegel_icons/Mail.js +16 -0
  259. package/dist/components/icons/spiegel_icons/MinusCircle.js +20 -0
  260. package/dist/components/icons/spiegel_icons/MobileClose.js +19 -0
  261. package/dist/components/icons/spiegel_icons/MobileMenu.js +29 -0
  262. package/dist/components/icons/spiegel_icons/Next.js +22 -0
  263. package/dist/components/icons/spiegel_icons/OpenBlank.js +15 -0
  264. package/dist/components/icons/spiegel_icons/OrderedList.js +29 -0
  265. package/dist/components/icons/spiegel_icons/PauseCircle.js +20 -0
  266. package/dist/components/icons/spiegel_icons/Point.js +21 -0
  267. package/dist/components/icons/spiegel_icons/Question.js +30 -0
  268. package/dist/components/icons/spiegel_icons/Refresh.js +11 -0
  269. package/dist/components/icons/spiegel_icons/Reply.js +12 -0
  270. package/dist/components/icons/spiegel_icons/Search.js +11 -0
  271. package/dist/components/icons/spiegel_icons/Send.js +11 -0
  272. package/dist/components/icons/spiegel_icons/Share.js +26 -0
  273. package/dist/components/icons/spiegel_icons/SmallArrow.js +12 -0
  274. package/dist/components/icons/spiegel_icons/Source.js +11 -0
  275. package/dist/components/icons/spiegel_icons/Suggestion.js +16 -0
  276. package/dist/components/icons/spiegel_icons/Twitter.js +29 -0
  277. package/dist/components/icons/spiegel_icons/Underline.js +26 -0
  278. package/dist/components/icons/spiegel_icons/Upvote.js +11 -0
  279. package/dist/components/icons/spiegel_icons/User.js +11 -0
  280. package/dist/components/icons/spiegel_icons/Versus.js +14 -0
  281. package/dist/components/icons/spiegel_icons/Votebox.js +26 -0
  282. package/dist/components/icons/spiegel_icons/index.js +108 -0
  283. package/dist/components/input/argument_input/ArgumentInput.js +100 -99
  284. package/dist/components/input/search_input/SearchInput.js +4 -4
  285. package/dist/components/input/text_editor/TextEditor.js +50 -50
  286. package/dist/components/input/text_editor/lexicalToHtml.js +7 -7
  287. package/dist/components/input/text_editor/plugins/MaxLengthPlugin.js +12 -12
  288. package/dist/components/input/text_editor/plugins/ResetPlugin.js +6 -6
  289. package/dist/components/input/text_editor/plugins/SetContentPlugin.js +6 -6
  290. package/dist/components/input/text_editor/plugins/ToolbarPlugin.js +21 -21
  291. package/dist/components/intl/intl_provider/IntlProvider.js +6 -6
  292. package/dist/components/list/paginated_list/PaginatedList.js +16 -16
  293. package/dist/components/list/paginated_list/VotePaginatedList.js +6 -6
  294. package/dist/components/list/paginated_list/action_bar/ActionBar.js +7 -7
  295. package/dist/components/navbar/navbar_button/NavbarButton.js +3 -3
  296. package/dist/components/navbar/navbar_modal/NavbarModal.js +11 -11
  297. package/dist/components/notification/notification_menu/NotificationMenu.js +4 -4
  298. package/dist/components/proposal/proposal_box/ProposalBox.js +8 -8
  299. package/dist/components/share/share_box/ShareBox.js +17 -17
  300. package/dist/components/source/context_source_list/ContextSourceList.js +3 -3
  301. package/dist/components/source/source_modal/SourceModal.js +16 -16
  302. package/dist/components/suggestion/suggestion_banner/SuggestionBanner.js +14 -14
  303. package/dist/components/suggestion/suggestion_box/SuggestionBox.js +6 -6
  304. package/dist/components/suggestion/suggestion_input/SuggestionInput.js +13 -12
  305. package/dist/components/user/avatar/Avatar.js +7 -7
  306. package/dist/components/user/update_user_info_modal/UpdateUserInfoModal.js +17 -15
  307. package/dist/components/user_content/content_footer/ContentFooter.js +11 -11
  308. package/dist/components/user_content/summary_content_box/SummaryContentBox.js +6 -6
  309. package/dist/components/user_content/use_delete_content/useDeleteContent.js +7 -7
  310. package/dist/components/user_content/use_report_content/ReportModal.js +9 -9
  311. package/dist/components/vote/use_vote/useVote.js +3 -3
  312. package/dist/components/vote/vote_box/VoteBox.js +7 -7
  313. package/dist/index.js +140 -84
  314. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalCharacterLimitPlugin.prod.js +57 -57
  315. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalComposer.prod.js +14 -14
  316. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalContentEditable.prod.js +15 -15
  317. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalListPlugin.prod.js +6 -6
  318. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalOnChangePlugin.prod.js +1 -1
  319. package/dist/node_modules/.pnpm/@lexical_react@0.38.2_react-dom@18.3.1_react@18.3.1__react@18.3.1_yjs@13.6.30/node_modules/@lexical/react/LexicalRichTextPlugin.prod.js +21 -21
  320. package/package.json +6 -1
@@ -0,0 +1,16 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Bold.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "black",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
10
+ fillRule: "evenodd",
11
+ clipRule: "evenodd",
12
+ d: "M6 50V0H25.7223C30.4779 0 34.6633 1.20067 37.6975 3.8741C40.7891 6.59806 42.2681 10.4828 42.2681 14.9509C42.2681 18.4918 41.2416 21.7084 39.2331 24.1261C42.0547 26.6221 43.5983 30.2851 43.5983 34.5395C43.5983 39.2112 41.986 43.2345 38.683 46.0325C35.4551 48.7669 31.0032 50 25.9143 50H6ZM36.909 26.2531C35.9942 25.5003 34.9178 24.9049 33.6967 24.4871C34.8427 23.9746 35.8286 23.253 36.6342 22.3505C38.2523 20.5377 39.1431 17.9951 39.1431 14.9509C39.1431 7.43316 34.2526 3.125 25.7223 3.125H9.125V46.875H25.9143C35.1659 46.875 40.4733 42.3815 40.4733 34.5395C40.4733 31.0033 39.1967 28.1358 36.909 26.2531ZM23.123 34.9087H24.5113C25.4259 34.9087 25.7592 34.7534 25.8364 34.7074C25.8828 34.6283 26.0253 34.3089 26.0253 33.4542C26.0253 32.5995 25.8621 32.2765 25.8211 32.2174C25.7665 32.1788 25.4546 31.9997 24.5113 31.9997H23.123V34.9087ZM24.5113 38.0337C27.7209 38.0337 29.1503 36.6241 29.1503 33.4542C29.1503 30.3306 27.6746 28.8747 24.5113 28.8747H19.998V38.0337H24.5113ZM24.8535 15.2755C24.7387 15.2307 24.4423 15.1509 23.8164 15.1509H23.123V17.9341H23.7502C24.4299 17.9341 24.7389 17.8431 24.8505 17.7964C24.9011 17.6813 25.0128 17.3354 25.0128 16.5392C25.0128 15.7478 24.9045 15.3966 24.8535 15.2755ZM23.7502 21.0591C26.8209 21.0591 28.1378 19.7091 28.1378 16.5392C28.1378 13.3759 26.8474 12.0259 23.8164 12.0259H19.998V21.0591H23.7502Z"
13
+ })
14
+ });
15
+ //#endregion
16
+ export { n as Bold };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Camera.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...e,
8
+ children: [/* @__PURE__ */ (0, t.jsx)("path", { d: "M19,4h-.508L16.308,1.168A3.023,3.023,0,0,0,13.932,0H10.068A3.023,3.023,0,0,0,7.692,1.168L5.508,4H5A5.006,5.006,0,0,0,0,9V19a5.006,5.006,0,0,0,5,5H19a5.006,5.006,0,0,0,5-5V9A5.006,5.006,0,0,0,19,4ZM9.276,2.39A1.006,1.006,0,0,1,10.068,2h3.864a1.008,1.008,0,0,1,.792.39L15.966,4H8.034ZM22,19a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V9A3,3,0,0,1,5,6H19a3,3,0,0,1,3,3Z" }), /* @__PURE__ */ (0, t.jsx)("path", { d: "M12,8a6,6,0,1,0,6,6A6.006,6.006,0,0,0,12,8Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,12,18Z" })]
9
+ });
10
+ //#endregion
11
+ export { n as Camera };
@@ -0,0 +1,12 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Chat.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "black",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M1.943.154C1.334.365.88.688.547 1.147-.046 1.964-.004.491.02 19.583l.022 17.209.222.473c.283.604.883 1.18 1.479 1.422l.465.188 10.5.042 10.5.041 6.25 5.003c3.438 2.752 6.382 5.058 6.542 5.125.412.173 1.303.158 1.676-.027.395-.197.794-.594 1.018-1.013.178-.332.181-.406.205-4.73l.025-4.392 4.434-.025c4.382-.024 4.439-.026 4.899-.212.596-.242 1.196-.818 1.479-1.422l.222-.473V2.042l-.192-.387c-.311-.624-.724-1.041-1.33-1.339l-.557-.274L25.127.023C3.427.006 2.355.012 1.943.154M47.25 19.412v16.662l-4.479.026-4.479.025-.525.242c-.629.291-1.262.941-1.485 1.526-.136.357-.156.786-.196 4.086l-.044 3.687-5.775-4.618c-3.935-3.147-5.899-4.667-6.167-4.77-.371-.144-.955-.154-10.871-.176L2.75 36.079V2.75h44.5v16.662" })
10
+ });
11
+ //#endregion
12
+ export { n as Chat };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Check.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M36.8236 13.5557C37.8227 14.3327 38.0026 15.7725 37.2256 16.7715L20.8002 37.8899L12.75 27.1562C11.9906 26.1437 12.1958 24.7073 13.2083 23.9479C14.2209 23.1885 15.6573 23.3937 16.4167 24.4062L20.8664 30.3393L33.6077 13.9576C34.3848 12.9586 35.8246 12.7786 36.8236 13.5557Z" })
9
+ });
10
+ //#endregion
11
+ export { n as Check };
@@ -0,0 +1,20 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/CheckCircle.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ width: "50",
6
+ height: "50",
7
+ viewBox: "0 0 50 50",
8
+ fill: "#000",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [/* @__PURE__ */ (0, t.jsx)("path", {
12
+ d: "M50 25C50 38.8071 38.8071 50 25 50C11.1929 50 0 38.8071 0 25C0 11.1929 11.1929 0 25 0C38.8071 0 50 11.1929 50 25Z",
13
+ fill: "#E64415"
14
+ }), /* @__PURE__ */ (0, t.jsx)("path", {
15
+ d: "M24.5801 13.3574C25.7924 13.3575 26.9552 13.839 27.8125 14.6963L28.0898 14.9736L28.2568 15.125C28.6636 15.4585 29.1755 15.6426 29.7061 15.6426H35.1426V29.3574H29.7061C28.4938 29.3574 27.3309 28.8757 26.4736 28.0186L26.1963 27.7412C25.7677 27.3126 25.1862 27.0714 24.5801 27.0713H19.1426V38.5H16.8574V13.3574H24.5801Z",
16
+ fill: "white"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { n as CheckCircle };
@@ -0,0 +1,26 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Checkbox.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "black",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: [/* @__PURE__ */ (0, t.jsx)("g", {
10
+ clipPath: "url(#clip0_2638_39785)",
11
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M4.6875 3.125H45.3125C46.1754 3.125 46.875 3.82456 46.875 4.6875V45.3125C46.875 46.1754 46.1754 46.875 45.3125 46.875H4.6875C3.82456 46.875 3.125 46.1754 3.125 45.3125V4.6875C3.125 3.82456 3.82456 3.125 4.6875 3.125ZM0 4.6875C0 2.09867 2.09867 0 4.6875 0H45.3125C47.9013 0 50 2.09867 50 4.6875V45.3125C50 47.9013 47.9013 50 45.3125 50H4.6875C2.09867 50 0 47.9013 0 45.3125V4.6875ZM36.65 15.5426C37.1798 14.8614 37.0571 13.8798 36.3759 13.35C35.6948 12.8202 34.7131 12.9429 34.1833 13.6241L20.8559 30.7593L15.8333 24.0625C15.3156 23.3721 14.3362 23.2322 13.6458 23.75C12.9555 24.2678 12.8156 25.2471 13.3333 25.9375L20.8108 35.9074L36.65 15.5426Z"
15
+ })
16
+ }), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
17
+ id: "clip0_2638_39785",
18
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
19
+ width: "50",
20
+ height: "50",
21
+ fill: "white"
22
+ })
23
+ }) })]
24
+ });
25
+ //#endregion
26
+ export { n as Checkbox };
@@ -0,0 +1,26 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Clap.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "black",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: [/* @__PURE__ */ (0, t.jsx)("g", {
10
+ clipPath: "url(#clip0_2638_39799)",
11
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M25 13.3749L20.1948 8.56972C15.8135 4.1884 8.49534 5.02186 5.2114 10.2762C3.00532 13.8059 3.31533 18.3532 5.98004 21.5509L24.2804 43.5113C24.6549 43.9607 25.3451 43.9607 25.7196 43.5113L44.02 21.5509C46.6847 18.3532 46.9947 13.8059 44.7886 10.2762L47.9659 8.29036C51.0298 13.1927 50.5993 19.5084 46.8983 23.9495L28.5979 45.9099C26.7255 48.1569 23.2745 48.1569 21.4021 45.9099L3.10168 23.9495C-0.599269 19.5084 -1.02983 13.1927 2.03413 8.29036C6.5951 0.99281 16.7591 -0.164751 22.8442 5.92034L25 8.07613L27.1558 5.92034C33.2409 -0.16475 43.4049 0.992811 47.9659 8.29036L44.7886 10.2762C41.5047 5.02186 34.1865 4.1884 29.8052 8.56972L25 13.3749Z"
15
+ })
16
+ }), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
17
+ id: "clip0_2638_39799",
18
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
19
+ width: "50",
20
+ height: "50",
21
+ fill: "white"
22
+ })
23
+ }) })]
24
+ });
25
+ //#endregion
26
+ export { n as Clap };
@@ -0,0 +1,26 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Clock.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "black",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: [/* @__PURE__ */ (0, t.jsxs)("g", {
10
+ clipPath: "url(#clip0_2638_46113)",
11
+ children: [/* @__PURE__ */ (0, t.jsx)("path", { d: "M34.7224 27.9165C35.5661 27.9165 36.2501 27.2325 36.2501 26.3888C36.2501 25.545 35.5661 24.861 34.7224 24.861H25.139V12.4999C25.139 11.6561 24.455 10.9721 23.6112 10.9721C22.7675 10.9721 22.0835 11.6561 22.0835 12.4999V26.3888C22.0835 27.2325 22.7675 27.9165 23.6112 27.9165H34.7224Z" }), /* @__PURE__ */ (0, t.jsx)("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M50 25C50 38.8071 38.8071 50 25 50C11.1929 50 0 38.8071 0 25C0 11.1929 11.1929 0 25 0C38.8071 0 50 11.1929 50 25ZM46.9444 25C46.9444 37.1196 37.1196 46.9444 25 46.9444C12.8804 46.9444 3.05556 37.1196 3.05556 25C3.05556 12.8804 12.8804 3.05556 25 3.05556C37.1196 3.05556 46.9444 12.8804 46.9444 25Z"
15
+ })]
16
+ }), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
17
+ id: "clip0_2638_46113",
18
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
19
+ width: "50",
20
+ height: "50",
21
+ fill: "white"
22
+ })
23
+ }) })]
24
+ });
25
+ //#endregion
26
+ export { n as Clock };
@@ -0,0 +1,15 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Close.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
9
+ fillRule: "evenodd",
10
+ clipRule: "evenodd",
11
+ d: "M6.07594 6.07593C7.51053 4.64135 9.83644 4.64136 11.271 6.07594L25 19.805L38.729 6.07594C40.1636 4.64136 42.4895 4.64135 43.9241 6.07593C45.3586 7.51051 45.3586 9.83642 43.9241 11.271L30.1951 25.0001L43.9241 38.7292C45.3586 40.1637 45.3586 42.4897 43.9241 43.9242C42.4895 45.3588 40.1636 45.3588 38.729 43.9242L25 30.1952L11.271 43.9242C9.83644 45.3588 7.51053 45.3588 6.07594 43.9242C4.64136 42.4897 4.64135 40.1637 6.07593 38.7292L19.8049 25.0001L6.07593 11.271C4.64135 9.83642 4.64136 7.51051 6.07594 6.07593Z"
12
+ })
13
+ });
14
+ //#endregion
15
+ export { n as Close };
@@ -0,0 +1,32 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Code.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 16 16",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: [
9
+ /* @__PURE__ */ (0, t.jsx)("path", {
10
+ d: "M6.147 10.473 3.238 8.187l2.91-2.078M9.784 10.473l2.909-2.286-2.91-2.078",
11
+ stroke: "#000",
12
+ fill: "none"
13
+ }),
14
+ /* @__PURE__ */ (0, t.jsx)("path", {
15
+ transform: "matrix(.27976 -.96007 .92211 .38692 7.22 11.54)",
16
+ strokeWidth: .7,
17
+ stroke: "#000",
18
+ d: "M0-.35h6.565"
19
+ }),
20
+ /* @__PURE__ */ (0, t.jsx)("rect", {
21
+ x: .5,
22
+ y: .5,
23
+ width: 15,
24
+ height: 15,
25
+ rx: 2.5,
26
+ fill: "none",
27
+ stroke: "#000"
28
+ })
29
+ ]
30
+ });
31
+ //#endregion
32
+ export { n as Code };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Community.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M12,16a4,4,0,1,1,4-4A4,4,0,0,1,12,16Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,12,10Zm6,13A6,6,0,0,0,6,23a1,1,0,0,0,2,0,4,4,0,0,1,8,0,1,1,0,0,0,2,0ZM18,8a4,4,0,1,1,4-4A4,4,0,0,1,18,8Zm0-6a2,2,0,1,0,2,2A2,2,0,0,0,18,2Zm6,13a6.006,6.006,0,0,0-6-6,1,1,0,0,0,0,2,4,4,0,0,1,4,4,1,1,0,0,0,2,0ZM6,8a4,4,0,1,1,4-4A4,4,0,0,1,6,8ZM6,2A2,2,0,1,0,8,4,2,2,0,0,0,6,2ZM2,15a4,4,0,0,1,4-4A1,1,0,0,0,6,9a6.006,6.006,0,0,0-6,6,1,1,0,0,0,2,0Z" })
9
+ });
10
+ //#endregion
11
+ export { n as Community };
@@ -0,0 +1,12 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Crown.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 15 13",
6
+ fill: "#000",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M14.229 1.34473C14.0006 1.2496 13.7491 1.22459 13.5064 1.2729C13.2638 1.3212 13.041 1.44064 12.8665 1.61598L11.2502 3.23223L8.38399 0.365983C8.14958 0.131644 7.8317 0 7.50024 0C7.16879 0 6.8509 0.131644 6.61649 0.365983L3.75024 3.23223L2.13399 1.61598C1.95918 1.44122 1.73647 1.32221 1.49403 1.274C1.25159 1.22579 1.0003 1.25055 0.771926 1.34514C0.543551 1.43972 0.348347 1.5999 0.210992 1.80541C0.0736367 2.01092 0.000296921 2.25255 0.000244141 2.49973L0.000244141 9.11598C0.00123655 9.94448 0.330795 10.7388 0.916632 11.3246C1.50247 11.9104 2.29675 12.24 3.12524 12.241H11.8752C12.7037 12.24 13.498 11.9104 14.0839 11.3246C14.6697 10.7388 14.9993 9.94448 15.0002 9.11598V2.49973C15.0003 2.25253 14.9271 2.01085 14.7898 1.80526C14.6525 1.59968 14.4574 1.43941 14.229 1.34473Z" })
10
+ });
11
+ //#endregion
12
+ export { n as Crown };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Downvote.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 27 25",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M26.0359 12.8125L25.2696 7.60417C25.0812 6.36451 24.435 5.23074 23.4484 4.40882C22.4618 3.5869 21.2003 3.13138 19.893 3.125H5.43525C3.99426 3.12665 2.61279 3.67592 1.59385 4.65231C0.574921 5.62871 0.00172608 6.95251 0 8.33333L0 13.5417C0.00172608 14.9225 0.574921 16.2463 1.59385 17.2227C2.61279 18.1991 3.99426 18.7483 5.43525 18.75H8.38333L10.4639 22.7896C10.8137 23.4704 11.4072 24.0081 12.1362 24.3045C12.8652 24.6009 13.6811 24.6364 14.4352 24.4044C15.1892 24.1724 15.831 23.6884 16.2436 23.0407C16.6563 22.393 16.8122 21.6247 16.683 20.876L16.3177 18.75H20.654C21.432 18.75 22.2011 18.59 22.909 18.2807C23.617 17.9714 24.2474 17.52 24.7577 16.9571C25.2679 16.3942 25.6461 15.7329 25.8666 15.0178C26.0871 14.3028 26.1449 13.5508 26.0359 12.8125ZM5.43525 5.20833H7.60935V16.6667H5.43525C4.57034 16.6667 3.74085 16.3374 3.12927 15.7514C2.51769 15.1653 2.1741 14.3705 2.1741 13.5417V8.33333C2.1741 7.50453 2.51769 6.70968 3.12927 6.12362C3.74085 5.53757 4.57034 5.20833 5.43525 5.20833V5.20833ZM23.115 15.5917C22.8089 15.9291 22.4308 16.1997 22.0063 16.3852C21.5817 16.5706 21.1206 16.6666 20.654 16.6667H15.0372C14.8795 16.6666 14.7237 16.6995 14.5806 16.7629C14.4375 16.8263 14.3105 16.9188 14.2084 17.034C14.1064 17.1491 14.0316 17.2842 13.9895 17.4298C13.9473 17.5754 13.9387 17.728 13.9642 17.8771L14.5382 21.2104C14.5658 21.3651 14.5574 21.5238 14.5136 21.675C14.4698 21.8263 14.3917 21.9664 14.2849 22.0854C14.1597 22.2148 14.0042 22.3138 13.8313 22.3743C13.6583 22.4349 13.4728 22.4552 13.2901 22.4336C13.1073 22.4121 12.9325 22.3493 12.78 22.2503C12.6275 22.1514 12.5018 22.0192 12.413 21.8646L10.0335 17.2479C9.9707 17.1324 9.8859 17.0293 9.78345 16.9438V5.20833H19.893C20.6782 5.21108 21.4361 5.48409 22.0287 5.9776C22.6214 6.47111 23.0092 7.15225 23.1216 7.89688L23.889 13.1052C23.9534 13.5486 23.9176 14.0001 23.7841 14.4291C23.6505 14.858 23.4224 15.2545 23.115 15.5917V15.5917Z" })
9
+ });
10
+ //#endregion
11
+ export { n as Downvote };
@@ -0,0 +1,12 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Ellipsis.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 24 24",
6
+ fill: "#000",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M3.8 9.582c-.433.093-.947.374-1.316.722-.667.627-.974 1.319-.974 2.196 0 .849.298 1.547.916 2.144.603.582 1.251.846 2.074.846.849 0 1.547-.298 2.144-.916.582-.603.846-1.251.846-2.074 0-.877-.307-1.569-.974-2.196-.376-.354-.886-.63-1.336-.724-.348-.073-1.035-.072-1.38.002m7.44.018a3.007 3.007 0 0 0-2.015 4.044c.349.859 1.179 1.569 2.082 1.78.355.082 1.031.082 1.386 0 .903-.211 1.733-.921 2.082-1.78.367-.902.271-1.969-.247-2.764a3.737 3.737 0 0 0-1-.958c-.471-.28-.816-.372-1.448-.388-.445-.012-.593 0-.84.066m7.56-.018c-.433.093-.947.374-1.316.722-.667.627-.974 1.319-.974 2.196 0 .849.298 1.547.916 2.144.603.582 1.251.846 2.074.846.849 0 1.547-.298 2.144-.916.582-.603.846-1.251.846-2.074 0-.877-.307-1.569-.974-2.196-.376-.354-.886-.63-1.336-.724-.348-.073-1.035-.072-1.38.002m-13.464 1.11c.424.201.771.548.974.975.149.312.15.315.15.833 0 .515-.001.523-.144.82-.357.744-1.018 1.169-1.816 1.169s-1.459-.425-1.816-1.169c-.143-.297-.144-.305-.144-.82 0-.518.001-.521.15-.833a2.13 2.13 0 0 1 1.25-1.093c.106-.036.315-.05.622-.042.439.011.479.019.774.16m7.227-.108c.723.212 1.301.88 1.409 1.629a2.015 2.015 0 0 1-1.372 2.192c-.52.164-1.202.082-1.64-.197-.486-.309-.852-.867-.932-1.421a2.019 2.019 0 0 1 1.372-2.192c.286-.092.869-.098 1.163-.011m7.773.108c.424.201.771.548.974.975.149.312.15.315.15.833 0 .515-.001.523-.144.82-.357.744-1.018 1.169-1.816 1.169s-1.459-.425-1.816-1.169c-.143-.297-.144-.305-.144-.82 0-.518.001-.521.15-.833a2.13 2.13 0 0 1 1.25-1.093c.106-.036.315-.05.622-.042.439.011.479.019.774.16" })
10
+ });
11
+ //#endregion
12
+ export { n as Ellipsis };
@@ -0,0 +1,28 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/ExpertBadge.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: [/* @__PURE__ */ (0, t.jsxs)("g", {
10
+ clipPath: "url(#clip0_2638_46384)",
11
+ children: [/* @__PURE__ */ (0, t.jsx)("path", {
12
+ d: "M50 25C50 38.8071 38.8071 50 25 50C11.1929 50 0 38.8071 0 25C0 11.1929 11.1929 0 25 0C38.8071 0 50 11.1929 50 25Z",
13
+ fill: "#E64415"
14
+ }), /* @__PURE__ */ (0, t.jsx)("path", {
15
+ d: "M31.7778 34.0221V22.65H22.7576V17.4946H27.2593V20.6788H31.7778V16.13C31.7778 14.6743 30.4273 13.7039 29.0667 13.7039H20.6411C19.2805 13.7039 18.2223 14.7653 18.2223 16.13V26.4407H27.2367V32.6574H22.6065V28.4118H18.2223V33.8705C18.2223 35.2351 19.2805 36.2965 20.6411 36.2965H29.2023C30.5936 36.2965 31.7778 35.3867 31.7778 34.0221Z",
16
+ fill: "white"
17
+ })]
18
+ }), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
19
+ id: "clip0_2638_46384",
20
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
21
+ width: "50",
22
+ height: "50",
23
+ fill: "white"
24
+ })
25
+ }) })]
26
+ });
27
+ //#endregion
28
+ export { n as ExpertBadge };
@@ -0,0 +1,16 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Facebook.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "black",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
10
+ fillRule: "evenodd",
11
+ clipRule: "evenodd",
12
+ d: "M23.3604 4.90512C21.7017 6.44188 20.6481 8.79352 20.6481 12.0874V18.7743C20.6481 19.4646 20.0884 20.0243 19.3981 20.0243H13.5V26.9782H19.3981C20.0884 26.9782 20.6481 27.5378 20.6481 28.2282V47.5H26.9102V28.2282C26.9102 27.5378 27.4698 26.9782 28.1602 26.9782H33.4919L35.8664 20.0243H28.1602C27.4698 20.0243 26.9102 19.4646 26.9102 18.7743V13.2403C26.9102 11.8646 27.1514 10.4354 28.1338 9.36757C29.1345 8.27982 30.6465 7.83981 32.5413 7.83981H35.6723V2.67635C35.6228 2.67365 35.5724 2.67089 35.5211 2.66808C35.2065 2.65087 34.8602 2.63192 34.4964 2.61373C33.3526 2.55654 31.9349 2.5 30.466 2.5C27.4685 2.5 25.0341 3.35458 23.3604 4.90512ZM21.6614 3.07122C23.9077 0.990084 27.0073 0 30.466 0C31.9948 0 33.4593 0.0587522 34.6213 0.116851C35.0726 0.139418 35.4656 0.161013 35.7967 0.179207C36.3509 0.209659 36.7316 0.230583 36.9223 0.230583C37.6127 0.230583 38.1723 0.790227 38.1723 1.48058V9.08981C38.1723 9.78016 37.6127 10.3398 36.9223 10.3398H32.5413C30.9772 10.3398 30.2987 10.7068 29.9736 11.0602C29.6302 11.4335 29.4102 12.0795 29.4102 13.2403V17.5243H37.6141C38.0175 17.5243 38.3961 17.719 38.6308 18.0471C38.8655 18.3752 38.9274 18.7964 38.797 19.1782L35.5689 28.6321C35.3961 29.1381 34.9206 29.4782 34.3859 29.4782H29.4102V48.75C29.4102 49.4404 28.8505 50 28.1602 50H19.3981C18.7077 50 18.1481 49.4404 18.1481 48.75V29.4782H12.25C11.5596 29.4782 11 28.9185 11 28.2282V18.7743C11 18.0839 11.5596 17.5243 12.25 17.5243H18.1481V12.0874C18.1481 8.23318 19.4002 5.16612 21.6614 3.07122Z"
13
+ })
14
+ });
15
+ //#endregion
16
+ export { n as Facebook };
@@ -0,0 +1,20 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Flag.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ width: "50",
6
+ height: "50",
7
+ viewBox: "0 0 50 50",
8
+ fill: "#000",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [/* @__PURE__ */ (0, t.jsx)("path", {
12
+ d: "M50 25C50 38.8071 38.8071 50 25 50C11.1929 50 0 38.8071 0 25C0 11.1929 11.1929 0 25 0C38.8071 0 50 11.1929 50 25Z",
13
+ fill: "#E64415"
14
+ }), /* @__PURE__ */ (0, t.jsx)("path", {
15
+ d: "M24.5801 13.3574C25.7924 13.3575 26.9552 13.839 27.8125 14.6963L28.0898 14.9736L28.2568 15.125C28.6636 15.4585 29.1755 15.6426 29.7061 15.6426H35.1426V29.3574H29.7061C28.4938 29.3574 27.3309 28.8757 26.4736 28.0186L26.1963 27.7412C25.7677 27.3126 25.1862 27.0714 24.5801 27.0713H19.1426V38.5H16.8574V13.3574H24.5801Z",
16
+ fill: "white"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { n as Flag };
@@ -0,0 +1,11 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Home.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M23.121,9.069,15.536,1.483a5.008,5.008,0,0,0-7.072,0L.879,9.069A2.978,2.978,0,0,0,0,11.19v9.817a3,3,0,0,0,3,3H21a3,3,0,0,0,3-3V11.19A2.978,2.978,0,0,0,23.121,9.069ZM15,22.007H9V18.073a3,3,0,0,1,6,0Zm7-1a1,1,0,0,1-1,1H17V18.073a5,5,0,0,0-10,0v3.934H3a1,1,0,0,1-1-1V11.19a1.008,1.008,0,0,1,.293-.707L9.878,2.9a3.008,3.008,0,0,1,4.244,0l7.585,7.586A1.008,1.008,0,0,1,22,11.19Z" })
9
+ });
10
+ //#endregion
11
+ export { n as Home };
@@ -0,0 +1,16 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Italic.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "black",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
10
+ fillRule: "evenodd",
11
+ clipRule: "evenodd",
12
+ d: "M17.8547 0H44.8742V11.4395H36.8078L27.2811 38.58H33.0719V50H6V38.58H14.0758L23.6088 11.3955H17.8547V0ZM21.0942 3.23952V8.15601H28.1778L16.3727 41.8195H9.23952V46.7605H29.8324V41.8195H22.7107L34.5116 8.20002H41.6347V3.23952H21.0942Z"
13
+ })
14
+ });
15
+ //#endregion
16
+ export { n as Italic };
@@ -0,0 +1,12 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/LightArrow.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 50 25",
6
+ fill: "black",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M2.449.112C1.543.343.729 1.028.303 1.917c-.235.488-.26.619-.261 1.333 0 .722.024.843.274 1.375.264.56.756 1.064 12.479 12.792L25 29.625l12.205-12.208C48.928 5.689 49.42 5.185 49.684 4.625c.25-.532.274-.653.274-1.375-.001-.714-.026-.845-.26-1.333C48.914.28 47.047-.418 45.386.305c-.477.208-1.173.884-10.448 10.145L25 20.373l-9.937-9.923C5.683 1.085 5.095.515 4.599.299 3.972.025 3.09-.051 2.449.112" })
10
+ });
11
+ //#endregion
12
+ export { n as LightArrow };
@@ -0,0 +1,26 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Link.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "black",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: [/* @__PURE__ */ (0, t.jsxs)("g", {
10
+ clipPath: "url(#clip0_2638_46104)",
11
+ children: [
12
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M44.7167 3.33551C40.2694 -1.11184 33.0588 -1.11184 28.6114 3.33551L22.7341 9.21281C21.8224 10.1245 21.2629 11.0998 21.0141 12.1001C20.7662 13.0971 20.8544 14.0088 21.0689 14.7563C21.2802 15.4926 21.616 16.0793 21.8883 16.475C22.0266 16.676 22.1549 16.8368 22.254 16.9529C22.3037 17.0112 22.3467 17.059 22.3807 17.0955L22.4249 17.1422L22.4415 17.1593L22.4484 17.1663L22.4515 17.1694C22.4522 17.1701 22.4543 17.1722 23.7019 15.9247L22.4543 17.1722C23.1433 17.8613 24.2605 17.8613 24.9495 17.1722C25.6333 16.4884 25.6385 15.3829 24.965 14.6927C24.9611 14.6885 24.9518 14.6783 24.9382 14.6624C24.9068 14.6255 24.8549 14.5614 24.7951 14.4744C24.6712 14.2944 24.5384 14.0535 24.4607 13.7828C24.3862 13.5232 24.3648 13.2484 24.4386 12.9516C24.5116 12.658 24.705 12.2323 25.2293 11.708L31.1066 5.8307C34.1759 2.7614 39.1522 2.7614 42.2215 5.8307L44.1693 7.77847C47.2386 10.8478 47.2386 15.8241 44.1693 18.8934L38.292 24.7707C37.7681 25.2946 37.3426 25.4876 37.049 25.5604C36.7521 25.6339 36.4767 25.6124 36.2162 25.5374C35.9446 25.4592 35.7028 25.3257 35.5221 25.2013C35.4349 25.1412 35.3704 25.0891 35.3334 25.0575C35.3289 25.0537 35.3249 25.0502 35.3214 25.0471C35.3178 25.044 35.3146 25.0412 35.312 25.0388L35.3027 25.0305C34.6125 24.3569 33.507 24.362 32.8231 25.0459C32.1341 25.7349 32.1341 26.852 32.8231 27.5411C32.8224 27.5404 32.8231 27.5411 34.0707 26.2935L32.8231 27.5411L32.8259 27.5439L32.829 27.547L32.836 27.5538L32.8531 27.5705L32.8998 27.6146C32.9364 27.6486 32.9841 27.6916 33.0424 27.7414C33.1586 27.8406 33.3195 27.9689 33.5206 28.1074C33.9165 28.3801 34.5035 28.7164 35.2401 28.9284C35.9878 29.1436 36.9001 29.2327 37.8979 28.9855C38.899 28.7374 39.8751 28.178 40.7872 27.2659L46.6645 21.3886C51.1118 16.9412 51.1118 9.73064 46.6645 5.28329L44.7167 3.33551Z" }),
13
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M3.33551 44.7167C-1.11184 40.2694 -1.11184 33.0588 3.33551 28.6114L9.21281 22.7341C10.1245 21.8224 11.0998 21.2629 12.1001 21.0141C13.0971 20.7662 14.0088 20.8544 14.7563 21.0689C15.4926 21.2802 16.0793 21.616 16.475 21.8883C16.676 22.0266 16.8368 22.1549 16.9529 22.254C17.0112 22.3037 17.059 22.3467 17.0955 22.3807L17.1422 22.4249L17.1593 22.4415L17.1663 22.4484L17.1694 22.4515C17.1701 22.4522 17.1722 22.4543 15.9247 23.7019L17.1722 22.4543C17.8613 23.1433 17.8613 24.2605 17.1722 24.9495C16.4884 25.6333 15.3829 25.6385 14.6927 24.965C14.6885 24.9611 14.6783 24.9518 14.6624 24.9382C14.6255 24.9068 14.5614 24.8549 14.4744 24.7951C14.2944 24.6712 14.0535 24.5384 13.7828 24.4607C13.5232 24.3862 13.2484 24.3648 12.9516 24.4386C12.658 24.5116 12.2323 24.705 11.708 25.2293L5.8307 31.1066C2.7614 34.1759 2.7614 39.1522 5.8307 42.2215L7.77847 44.1693C10.8478 47.2386 15.8241 47.2386 18.8934 44.1693L24.7707 38.292C25.2946 37.7681 25.4876 37.3426 25.5604 37.049C25.6339 36.7521 25.6124 36.4767 25.5374 36.2162C25.4592 35.9446 25.3257 35.7028 25.2013 35.5221C25.1412 35.4349 25.0891 35.3704 25.0575 35.3334L25.0416 35.3151L25.0305 35.3027C24.3569 34.6125 24.362 33.507 25.0459 32.8231C25.7349 32.1341 26.852 32.1341 27.5411 32.8231L26.2935 34.0707C27.5411 32.8231 27.5404 32.8224 27.5411 32.8231L27.5439 32.8259L27.547 32.829L27.5538 32.836L27.5705 32.8531L27.6146 32.8998C27.6486 32.9364 27.6916 32.9841 27.7414 33.0424C27.8406 33.1586 27.969 33.3195 28.1074 33.5206C28.3801 33.9165 28.7164 34.5035 28.9284 35.2401C29.1436 35.9878 29.2327 36.9001 28.9855 37.8979C28.7374 38.899 28.178 39.8751 27.2659 40.7872L21.3886 46.6645C16.9412 51.1118 9.73064 51.1118 5.28329 46.6645L3.33551 44.7167Z" }),
14
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M36.4409 16.052C37.1299 15.363 37.1299 14.2458 36.4409 13.5568C35.7519 12.8678 34.6347 12.8678 33.9457 13.5568L13.5592 33.9433C12.8701 34.6324 12.8701 35.7495 13.5592 36.4385C14.2482 37.1276 15.3653 37.1276 16.0544 36.4385L36.4409 16.052Z" })
15
+ ]
16
+ }), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
17
+ id: "clip0_2638_46104",
18
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
19
+ width: "50",
20
+ height: "50",
21
+ fill: "white"
22
+ })
23
+ }) })]
24
+ });
25
+ //#endregion
26
+ export { n as Link };
@@ -0,0 +1,19 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Login.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "black",
7
+ viewBox: "0 0 24 24",
8
+ strokeWidth: 1.5,
9
+ stroke: "currentColor",
10
+ ...e,
11
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ fill: "none",
15
+ d: "M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15M12 9l-3 3m0 0l3 3m-3-3h12.75"
16
+ })
17
+ });
18
+ //#endregion
19
+ export { n as Login };
@@ -0,0 +1,25 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Logora.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ version: "1.0",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 144 144",
8
+ preserveAspectRatio: "xMidYMid meet",
9
+ ...e,
10
+ children: /* @__PURE__ */ (0, t.jsxs)("g", {
11
+ transform: "translate(0.000000,144.000000) scale(0.100000,-0.100000)",
12
+ fill: "#000000",
13
+ stroke: "none",
14
+ children: [
15
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M574 1415 c-458 -105 -694 -594 -488 -1011 89 -180 256 -317 454\n -371 89 -24 271 -24 360 0 247 68 439 260 507 507 24 89 24 271 0 360 -67 245\n -260 439 -502 506 -82 22 -254 27 -331 9z m318 -24 c309 -79 518 -350 518\n -671 0 -388 -302 -690 -690 -690 -388 0 -690 302 -690 690 0 319 208 590 514\n 670 98 26 249 26 348 1z" }),
16
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M1135 1054 c-99 -34 -98 -34 -92 -40 6 -6 197 54 197 62 0 9 -39 1 -105 -22z" }),
17
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M739 1015 c-85 -39 -154 -55 -236 -55 -66 0 -85 -9 -113 -55 -18 -29\n -22 -47 -18 -91 5 -60 35 -102 89 -124 34 -15 35 -16 9 -122 -11 -46 -20 -104\n -20 -130 l0 -48 65 0 65 0 0 103 c0 56 5 119 11 140 10 38 11 39 47 33 20 -4\n 71 -18 114 -33 l76 -26 30 21 c46 33 66 85 70 183 5 101 -9 159 -46 199 -40\n 43 -59 43 -143 5z m138 -47 c21 -41 29 -178 14 -235 -15 -53 -41 -86 -63 -78\n -41 16 -69 163 -49 255 20 91 66 118 98 58z" }),
18
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M357 944 c-32 -18 -89 -125 -69 -132 7 -2 12 -10 12 -17 0 -21 59\n -85 78 -85 12 0 11 5 -7 24 -25 26 -38 96 -27 140 3 13 20 38 37 55 33 33 22 40 -24 15z" }),
19
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M1088 873 c28 -2 76 -2 105 0 28 2 5 3 -53 3 -58 0 -81 -1 -52 -3z" }),
20
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "M1046 731 c8 -8 173 -61 190 -61 25 0 -22 21 -97 44 -94 28 -108 31 -93 17z" })
21
+ ]
22
+ })
23
+ });
24
+ //#endregion
25
+ export { n as Logora };
@@ -0,0 +1,16 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Mail.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "black",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
10
+ fillRule: "evenodd",
11
+ clipRule: "evenodd",
12
+ d: "M0 6.38889C0 5.62183 0.621827 5 1.38889 5H48.6111C49.3782 5 50 5.62183 50 6.38889V42.5C50 43.2671 49.3782 43.8889 48.6111 43.8889H1.38889C0.621827 43.8889 0 43.2671 0 42.5V6.38889ZM4.74196 7.77778L25 28.0358L45.258 7.77778H4.74196ZM47.2222 9.74196L32.5197 24.4444L47.2222 39.1469V9.74196ZM45.258 41.1111L30.5556 26.4086L25.9821 30.9821C25.4397 31.5245 24.5603 31.5245 24.0179 30.9821L19.4444 26.4086L4.74196 41.1111H45.258ZM2.77778 39.1469V9.74196L17.4803 24.4444L2.77778 39.1469Z"
13
+ })
14
+ });
15
+ //#endregion
16
+ export { n as Mail };
@@ -0,0 +1,20 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/MinusCircle.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ width: "50",
6
+ height: "50",
7
+ viewBox: "0 0 50 50",
8
+ fill: "#000",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: [/* @__PURE__ */ (0, t.jsx)("path", {
12
+ d: "M50 25C50 38.8071 38.8071 50 25 50C11.1929 50 0 38.8071 0 25C0 11.1929 11.1929 0 25 0C38.8071 0 50 11.1929 50 25Z",
13
+ fill: "#E64415"
14
+ }), /* @__PURE__ */ (0, t.jsx)("path", {
15
+ d: "M24.5801 13.3574C25.7924 13.3575 26.9552 13.839 27.8125 14.6963L28.0898 14.9736L28.2568 15.125C28.6636 15.4585 29.1755 15.6426 29.7061 15.6426H35.1426V29.3574H29.7061C28.4938 29.3574 27.3309 28.8757 26.4736 28.0186L26.1963 27.7412C25.7677 27.3126 25.1862 27.0714 24.5801 27.0713H19.1426V38.5H16.8574V13.3574H24.5801Z",
16
+ fill: "white"
17
+ })]
18
+ });
19
+ //#endregion
20
+ export { n as MinusCircle };
@@ -0,0 +1,19 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/MobileClose.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 40 40",
6
+ fill: "#000",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: [/* @__PURE__ */ (0, t.jsx)("circle", {
10
+ cx: "20",
11
+ cy: "20",
12
+ r: "20"
13
+ }), /* @__PURE__ */ (0, t.jsx)("path", {
14
+ fill: "#FFF",
15
+ d: "M26.0001 14C25.8125 13.8125 25.5582 13.7072 25.2931 13.7072C25.0279 13.7072 24.7736 13.8125 24.5861 14L20.0001 18.586L15.4141 14C15.2265 13.8125 14.9722 13.7072 14.7071 13.7072C14.4419 13.7072 14.1876 13.8125 14.0001 14C13.8126 14.1875 13.7073 14.4418 13.7073 14.707C13.7073 14.9722 13.8126 15.2265 14.0001 15.414L18.5861 20L14.0001 24.586C13.8126 24.7735 13.7073 25.0278 13.7073 25.293C13.7073 25.5582 13.8126 25.8125 14.0001 26C14.1876 26.1875 14.4419 26.2928 14.7071 26.2928C14.9722 26.2928 15.2265 26.1875 15.4141 26L20.0001 21.414L24.5861 26C24.7736 26.1875 25.0279 26.2928 25.2931 26.2928C25.5582 26.2928 25.8125 26.1875 26.0001 26C26.1875 25.8125 26.2928 25.5582 26.2928 25.293C26.2928 25.0278 26.1875 24.7735 26.0001 24.586L21.4141 20L26.0001 15.414C26.1875 15.2265 26.2928 14.9722 26.2928 14.707C26.2928 14.4418 26.1875 14.1875 26.0001 14V14Z"
16
+ })]
17
+ });
18
+ //#endregion
19
+ export { n as MobileClose };
@@ -0,0 +1,29 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/MobileMenu.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 40 40",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: [
9
+ /* @__PURE__ */ (0, t.jsx)("circle", {
10
+ cx: "20",
11
+ cy: "20",
12
+ r: "20"
13
+ }),
14
+ /* @__PURE__ */ (0, t.jsx)("path", {
15
+ fill: "#FFF",
16
+ d: "M29.1667 19.1667H10.8333C10.3731 19.1667 10 19.5398 10 20C10 20.4602 10.3731 20.8333 10.8333 20.8333H29.1667C29.6269 20.8333 30 20.4602 30 20C30 19.5398 29.6269 19.1667 29.1667 19.1667Z"
17
+ }),
18
+ /* @__PURE__ */ (0, t.jsx)("path", {
19
+ fill: "#FFF",
20
+ d: "M29.1667 13.3333H10.8333C10.3731 13.3333 10 13.7064 10 14.1667C10 14.6269 10.3731 15 10.8333 15H29.1667C29.6269 15 30 14.6269 30 14.1667C30 13.7064 29.6269 13.3333 29.1667 13.3333Z"
21
+ }),
22
+ /* @__PURE__ */ (0, t.jsx)("path", {
23
+ fill: "#FFF",
24
+ d: "M29.1667 25H10.8333C10.3731 25 10 25.3731 10 25.8333C10 26.2936 10.3731 26.6667 10.8333 26.6667H29.1667C29.6269 26.6667 30 26.2936 30 25.8333C30 25.3731 29.6269 25 29.1667 25Z"
25
+ })
26
+ ]
27
+ });
28
+ //#endregion
29
+ export { n as MobileMenu };
@@ -0,0 +1,22 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/Next.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 24 24",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: [
9
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "m12 0c-6.617 0-12 5.383-12 12s5.383 12 12 12 12-5.383 12-12-5.383-12-12-12z" }),
10
+ /* @__PURE__ */ (0, t.jsx)("path", { d: "m12 0c-6.617 0-12 5.383-12 12s5.383 12 12 12z" }),
11
+ /* @__PURE__ */ (0, t.jsx)("path", {
12
+ d: "m12 18.25v-3.25h-5.75c-.689 0-1.25-.561-1.25-1.25v-3.5c0-.689.561-1.25 1.25-1.25h5.75v-3.25c0-.66.795-.999 1.27-.541l6.5 6.25c.147.142.23.337.23.541s-.083.399-.23.541l-6.5 6.25c-.475.456-1.27.12-1.27-.541z",
13
+ fill: "#fff"
14
+ }),
15
+ /* @__PURE__ */ (0, t.jsx)("path", {
16
+ d: "m5 12h15c0 .204-.083.399-.23.541l-6.5 6.25c-.15.144-.334.209-.514.209-.385 0-.756-.298-.756-.75v-3.25h-5.75c-.689 0-1.25-.561-1.25-1.25z",
17
+ fill: "#dedede"
18
+ })
19
+ ]
20
+ });
21
+ //#endregion
22
+ export { n as Next };
@@ -0,0 +1,15 @@
1
+ import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
+ import "react";
3
+ //#region src/components/icons/spiegel_icons/OpenBlank.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 15 15",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...e,
9
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
10
+ d: "M5.44832 1.14343H1.99902C1.44674 1.14343 0.999023 1.59115 0.999023 2.14343V12.8634C0.999023 13.4157 1.44674 13.8634 1.99902 13.8634H12.719C13.2713 13.8634 13.719 13.4157 13.719 12.8634V9.14453M13.719 1.14343V6.67248M13.719 1.14343L7.36636 7.49609M13.719 1.14343H8.17291",
11
+ stroke: "black"
12
+ })
13
+ });
14
+ //#endregion
15
+ export { n as OpenBlank };