@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,18 @@
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/hero_icons/ExpertBadge.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M9 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as ExpertBadge };
@@ -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/hero_icons/Facebook.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 300 522",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M180 512H98.008c-13.695 0-24.836-11.14-24.836-24.836V302.227H25.336C11.64 302.227.5 291.082.5 277.39v-79.246c0-13.696 11.14-24.836 24.836-24.836h47.836v-39.684c0-39.348 12.355-72.824 35.726-96.805C132.375 12.73 165.184 0 203.778 0l62.53.102c13.672.023 24.794 11.164 24.794 24.835v73.579c0 13.695-11.137 24.836-24.829 24.836l-42.101.015c-12.84 0-16.11 2.574-16.809 3.363-1.152 1.31-2.523 5.008-2.523 15.223v31.352h58.27c4.386 0 8.636 1.082 12.288 3.12 7.88 4.403 12.778 12.727 12.778 21.723l-.031 79.247c0 13.687-11.141 24.828-24.836 24.828h-58.47v184.941C204.84 500.86 193.696 512 180 512zm-76.813-30.016h71.633V288.79c0-9.144 7.442-16.582 16.582-16.582h66.727l.027-68.883h-66.758c-9.14 0-16.578-7.437-16.578-16.582v-44.789c0-11.726 1.192-25.062 10.043-35.086 10.696-12.117 27.551-13.515 39.301-13.515l36.922-.016V30.109l-57.332-.093c-62.024 0-100.566 39.703-100.566 103.609v53.117c0 9.14-7.438 16.582-16.579 16.582H30.516v68.883h56.093c9.141 0 16.579 7.438 16.579 16.582zM266.25 30.117h.004zm0 0" })
9
+ });
10
+ //#endregion
11
+ export { n as Facebook };
@@ -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/hero_icons/Flag.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ viewBox: "0 0 24 24",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: /* @__PURE__ */ (0, t.jsx)("path", { d: "M3.2 1C3.2 0.447 2.753 0 2.2 0S1.2 0.447 1.2 1V2.4 9.6 12.8 19.2c0 0.707 0.573 1.28 1.28 1.28s1.28-0.573 1.28-1.28v-5.12l2.57-0.644c1.644-0.412 3.384-0.22 4.902 0.536 1.768 0.884 3.82 0.992 5.668 0.296l1.388-0.52c0.5-0.188 0.832-0.664 0.832-1.196V4.332c0-0.92-0.968-1.52-1.792-1.108l-0.384 0.192c-1.852 0.928-4.032 0.928-5.884 0-1.404-0.704-3.016-0.88-4.54-0.5L3.2 1.92V1z" })
9
+ });
10
+ //#endregion
11
+ export { n as Flag };
@@ -0,0 +1,18 @@
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/hero_icons/Home.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Home };
@@ -0,0 +1,17 @@
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/hero_icons/Italic.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("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.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
+ fill: "black"
14
+ })
15
+ });
16
+ //#endregion
17
+ 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/hero_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,18 @@
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/hero_icons/Link.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M13.19 8.688a4.5 4.5 0 011.242 7.244l-4.5 4.5a4.5 4.5 0 01-6.364-6.364l1.757-1.757m13.35-.622l1.757-1.757a4.5 4.5 0 00-6.364-6.364l-4.5 4.5a4.5 4.5 0 001.242 7.244"
15
+ })
16
+ });
17
+ //#endregion
18
+ 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/hero_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/hero_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,18 @@
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/hero_icons/Mail.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Mail };
@@ -0,0 +1,24 @@
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/hero_icons/MinusCircle.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 24 24",
6
+ fill: "none",
7
+ stroke: "currentColor",
8
+ strokeWidth: "2",
9
+ strokeLinecap: "round",
10
+ strokeLinejoin: "round",
11
+ ...e,
12
+ children: [/* @__PURE__ */ (0, t.jsx)("circle", {
13
+ cx: "12",
14
+ cy: "12",
15
+ r: "10"
16
+ }), /* @__PURE__ */ (0, t.jsx)("line", {
17
+ x1: "8",
18
+ y1: "12",
19
+ x2: "16",
20
+ y2: "12"
21
+ })]
22
+ });
23
+ //#endregion
24
+ export { n as MinusCircle };
@@ -0,0 +1,18 @@
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/hero_icons/MobileClose.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M9.75 9.75l4.5 4.5m0-4.5l-4.5 4.5M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as MobileClose };
@@ -0,0 +1,18 @@
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/hero_icons/MobileMenu.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as MobileMenu };
@@ -0,0 +1,18 @@
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/hero_icons/Next.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M3 8.688c0-.864.933-1.405 1.683-.977l7.108 4.062a1.125 1.125 0 010 1.953l-7.108 4.062A1.125 1.125 0 013 16.81V8.688zM12.75 8.688c0-.864.933-1.405 1.683-.977l7.108 4.062a1.125 1.125 0 010 1.953l-7.108 4.062a1.125 1.125 0 01-1.683-.977V8.688z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Next };
@@ -0,0 +1,18 @@
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/hero_icons/OpenBlank.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as OpenBlank };
@@ -0,0 +1,47 @@
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/hero_icons/OrderedList.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_39838)",
11
+ children: [
12
+ /* @__PURE__ */ (0, t.jsx)("path", {
13
+ d: "M2.60488 14.5495H0.40412V16.1948H6.22507V14.5495H4.33684V6H2.80021L0.391098 7.15327L0.794782 8.59869L2.60488 7.73759V14.5495Z",
14
+ fill: "black"
15
+ }),
16
+ /* @__PURE__ */ (0, t.jsx)("path", {
17
+ d: "M16.0466 9.70455C15.2773 9.70455 14.6536 10.3761 14.6536 11.2045C14.6536 12.033 15.2773 12.7045 16.0466 12.7045H48.607C49.3763 12.7045 50 12.033 50 11.2045C50 10.3761 49.3763 9.70455 48.607 9.70455H16.0466Z",
18
+ fill: "black"
19
+ }),
20
+ /* @__PURE__ */ (0, t.jsx)("path", {
21
+ d: "M16.0466 23.6344C15.2773 23.6344 14.6536 24.306 14.6536 25.1344C14.6536 25.9629 15.2773 26.6344 16.0466 26.6344H48.607C49.3763 26.6344 50 25.9629 50 25.1344C50 24.306 49.3763 23.6344 48.607 23.6344H16.0466Z",
22
+ fill: "black"
23
+ }),
24
+ /* @__PURE__ */ (0, t.jsx)("path", {
25
+ d: "M14.6536 39.0643C14.6536 38.2359 15.2773 37.5643 16.0466 37.5643H48.607C49.3763 37.5643 50 38.2359 50 39.0643C50 39.8927 49.3763 40.5643 48.607 40.5643H16.0466C15.2773 40.5643 14.6536 39.8927 14.6536 39.0643Z",
26
+ fill: "black"
27
+ }),
28
+ /* @__PURE__ */ (0, t.jsx)("path", {
29
+ d: "M0.0367292 30.1511V28.5443C0.803968 26.8202 1.96767 25.9442 2.92742 25.2217C3.85786 24.5213 4.59661 23.9652 4.59661 22.9206C4.59661 22.1172 4.27568 21.5108 3.32626 21.5108C2.36347 21.5108 1.92219 22.2536 1.98905 23.4511H0.210566C0.0501013 21.2077 1.24022 19.904 3.44661 19.904C5.53266 19.904 6.42859 20.9803 6.42859 22.7387C6.42859 24.4766 5.31209 25.3099 4.17742 26.1567C3.3526 26.7722 2.51819 27.3949 2.09603 28.3775H6.6158L6.46871 30.1511H0.0367292Z",
30
+ fill: "black"
31
+ }),
32
+ /* @__PURE__ */ (0, t.jsx)("path", {
33
+ d: "M1.88653 39.6121H3.11112C4.47902 39.6121 4.83076 40.186 4.83076 41.0689C4.83076 41.8635 4.41388 42.5551 3.26745 42.5551C2.23827 42.5551 1.7302 42.0695 1.80836 41.0101H0.0366168C-0.210907 43.0849 0.79221 44.0266 3.17626 44.0266C5.56031 44.0266 6.61554 42.7759 6.61554 41.0395C6.61554 39.568 5.89902 38.8617 4.70049 38.6851V38.6557C5.66453 38.3908 6.32893 37.5815 6.32893 36.4337C6.32893 34.9328 5.54728 33.888 3.33259 33.888C1.22212 33.888 0.0626719 34.9033 0.140837 36.8016H1.8735C1.84744 36.007 2.17313 35.3595 3.21534 35.3595C4.12727 35.3595 4.54415 35.8304 4.54415 36.728C4.54415 37.4785 4.15333 38.0671 3.09809 38.0671H1.88653V39.6121Z",
34
+ fill: "black"
35
+ })
36
+ ]
37
+ }), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
38
+ id: "clip0_2638_39838",
39
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
40
+ width: "50",
41
+ height: "50",
42
+ fill: "white"
43
+ })
44
+ }) })]
45
+ });
46
+ //#endregion
47
+ export { n as OrderedList };
@@ -0,0 +1,34 @@
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/hero_icons/PauseCircle.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ fill: "none",
6
+ stroke: "currentColor",
7
+ "stroke-linecap": "round",
8
+ "stroke-linejoin": "round",
9
+ "stroke-width": "2",
10
+ viewBox: "0 0 24 24",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ ...e,
13
+ children: [
14
+ /* @__PURE__ */ (0, t.jsx)("circle", {
15
+ cx: "12",
16
+ cy: "12",
17
+ r: "10"
18
+ }),
19
+ /* @__PURE__ */ (0, t.jsx)("line", {
20
+ x1: "10",
21
+ x2: "10",
22
+ y1: "15",
23
+ y2: "9"
24
+ }),
25
+ /* @__PURE__ */ (0, t.jsx)("line", {
26
+ x1: "14",
27
+ x2: "14",
28
+ y1: "15",
29
+ y2: "9"
30
+ })
31
+ ]
32
+ });
33
+ //#endregion
34
+ export { n as PauseCircle };
@@ -0,0 +1,21 @@
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/hero_icons/Point.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
5
+ viewBox: "0 0 17 17",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...e,
8
+ children: [/* @__PURE__ */ (0, t.jsx)("circle", {
9
+ cx: "8.5",
10
+ cy: "8.5",
11
+ r: "8.1",
12
+ stroke: "black",
13
+ strokeWidth: ".8px",
14
+ fill: "transparent"
15
+ }), /* @__PURE__ */ (0, t.jsx)("path", {
16
+ d: "M9.39386 5.14357C9.35492 5.48312 9.34657 5.8252 9.36599 6.16612C9.22118 5.91698 9.11124 5.64788 9.04014 5.36621C7.33187 6.49721 6.08851 8.21955 5.54279 10.2112C4.91626 11.0717 4.3983 12.0085 4 13C5.78647 10.0043 8.18819 7.4322 11.0424 5.45904C9.32015 7.07048 7.68966 8.77876 6.15951 10.5802C8.1645 10.1999 9.9731 9.11694 11.2679 7.52261C10.7667 7.47603 10.2627 7.49314 9.76429 7.57172C10.3295 7.3098 10.9407 7.16331 11.5618 7.13818C11.7428 6.8902 11.9084 6.63092 12.0616 6.36625C11.6648 6.40301 11.2722 6.47472 10.8865 6.58329C11.3028 6.32961 11.7581 6.1507 12.2343 6.05216C12.5727 5.40412 12.8302 4.71394 13 4C11.7275 4.0998 10.4939 4.49015 9.39386 5.14357Z",
17
+ fill: "black"
18
+ })]
19
+ });
20
+ //#endregion
21
+ export { n as Point };
@@ -0,0 +1,18 @@
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/hero_icons/Question.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Question };
@@ -0,0 +1,18 @@
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/hero_icons/Refresh.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0l3.181 3.183a8.25 8.25 0 0013.803-3.7M4.031 9.865a8.25 8.25 0 0113.803-3.7l3.181 3.182m0-4.991v4.99"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Refresh };
@@ -0,0 +1,18 @@
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/hero_icons/Reply.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M16.862 4.487l1.687-1.688a1.875 1.875 0 112.652 2.652L10.582 16.07a4.5 4.5 0 01-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 011.13-1.897l8.932-8.931zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0115.75 21H5.25A2.25 2.25 0 013 18.75V8.25A2.25 2.25 0 015.25 6H10"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Reply };
@@ -0,0 +1,18 @@
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/hero_icons/Search.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Search };
@@ -0,0 +1,18 @@
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/hero_icons/Send.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M6 12L3.269 3.126A59.768 59.768 0 0121.485 12 59.77 59.77 0 013.27 20.876L5.999 12zm0 0h7.5"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Send };
@@ -0,0 +1,18 @@
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/hero_icons/Share.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M7.217 10.907a2.25 2.25 0 100 2.186m0-2.186c.18.324.283.696.283 1.093s-.103.77-.283 1.093m0-2.186l9.566-5.314m-9.566 7.5l9.566 5.314m0 0a2.25 2.25 0 103.935 2.186 2.25 2.25 0 00-3.935-2.186zm0-12.814a2.25 2.25 0 103.933-2.185 2.25 2.25 0 00-3.933 2.185z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Share };
@@ -0,0 +1,18 @@
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/hero_icons/SmallArrow.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M19.5 8.25l-7.5 7.5-7.5-7.5"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as SmallArrow };
@@ -0,0 +1,18 @@
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/hero_icons/Source.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M12 6.042A8.967 8.967 0 006 3.75c-1.052 0-2.062.18-3 .512v14.25A8.987 8.987 0 016 18c2.305 0 4.408.867 6 2.292m0-14.25a8.966 8.966 0 016-2.292c1.052 0 2.062.18 3 .512v14.25A8.987 8.987 0 0018 18a8.967 8.967 0 00-6 2.292m0-14.25v14.25"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Source };
@@ -0,0 +1,18 @@
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/hero_icons/Suggestion.jsx
4
+ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ fill: "none",
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
+ d: "M12 18v-5.25m0 0a6.01 6.01 0 001.5-.189m-1.5.189a6.01 6.01 0 01-1.5-.189m3.75 7.478a12.06 12.06 0 01-4.5 0m3.75 2.383a14.406 14.406 0 01-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 10-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { n as Suggestion };
@@ -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/hero_icons/Twitter.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: [
10
+ /* @__PURE__ */ (0, t.jsx)("path", {
11
+ d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
12
+ fill: "black"
13
+ }),
14
+ /* @__PURE__ */ (0, t.jsx)("path", {
15
+ d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
16
+ fill: "black"
17
+ }),
18
+ /* @__PURE__ */ (0, t.jsx)("path", {
19
+ d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
20
+ fill: "black"
21
+ }),
22
+ /* @__PURE__ */ (0, t.jsx)("path", {
23
+ d: "M29.1169 21.1716L47.3303 0H43.0143L27.1997 18.383L14.5685 0H0L19.1008 27.7983L0 50H4.31623L21.0169 30.5869L34.3563 50H48.9249L29.1169 21.1716ZM5.87143 3.2492H12.5009L43.0164 46.8986H36.3869L5.87143 3.2492Z",
24
+ fill: "black"
25
+ })
26
+ ]
27
+ });
28
+ //#endregion
29
+ export { n as Twitter };
@@ -0,0 +1,27 @@
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/hero_icons/Underline.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.jsx)("g", {
10
+ clipPath: "url(#clip0_2638_46095)",
11
+ children: /* @__PURE__ */ (0, t.jsx)("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M19.6972 0H5V25.0101C5 28.4775 6.01479 32.5546 9.09083 35.763C12.1881 38.9936 17.1615 41.122 24.6267 41.0849C32.085 41.0479 36.9733 38.919 40.0149 35.7136C43.0326 32.5333 44.0116 28.5243 44.1384 25.147L44.1395 25.1176V0H29.3001V22.44C29.3001 23.7391 29.2206 24.9237 28.678 25.7975C28.2389 26.5048 27.2738 27.3379 24.6189 27.3379C21.758 27.3379 20.7596 26.5847 20.332 25.9671C19.8043 25.205 19.6972 24.0827 19.6972 22.44V0ZM8.14092 25.0101V3.14092H16.5562V22.44C16.5562 23.9625 16.5859 26.0744 17.7496 27.7551C19.0134 29.5804 21.2612 30.4788 24.6189 30.4788C28.0106 30.4788 30.1714 29.3468 31.3464 27.4544C32.418 25.7285 32.441 23.679 32.441 22.44V3.14092H40.9986V25.058C40.8849 27.9608 40.0471 31.1165 37.7365 33.5516C35.4421 35.9696 31.4734 37.9099 24.6111 37.944C17.7557 37.9781 13.7049 36.0372 11.3581 33.5894C8.99005 31.1194 8.14092 27.9087 8.14092 25.0101ZM8.36134 46.4182C7.37226 46.4182 6.57046 47.2201 6.57046 48.2091C6.57046 49.1982 7.37226 50 8.36134 50H40.7782C41.7673 50 42.5691 49.1982 42.5691 48.2091C42.5691 47.2201 41.7673 46.4182 40.7782 46.4182H8.36134Z",
15
+ fill: "black"
16
+ })
17
+ }), /* @__PURE__ */ (0, t.jsx)("defs", { children: /* @__PURE__ */ (0, t.jsx)("clipPath", {
18
+ id: "clip0_2638_46095",
19
+ children: /* @__PURE__ */ (0, t.jsx)("rect", {
20
+ width: "50",
21
+ height: "50",
22
+ fill: "white"
23
+ })
24
+ }) })]
25
+ });
26
+ //#endregion
27
+ export { n as Underline };