@logora/debate 0.2.0 → 0.2.2

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 (545) hide show
  1. package/README.md +1 -0
  2. package/dist/_virtual/_rolldown/runtime.js +6 -18
  3. package/dist/assets/debate-89_S7oMP.css +2 -0
  4. package/dist/components/action/back_link/BackLink.js +15 -16
  5. package/dist/components/action/button/Button.js +21 -22
  6. package/dist/components/action/icon_text_link/IconTextLink.js +26 -27
  7. package/dist/components/action/link/Link.js +7 -7
  8. package/dist/components/ad/ad_unit/AdUnit.js +17 -17
  9. package/dist/components/ad/with_ad/WithAd.js +10 -10
  10. package/dist/components/argument/argument/Argument.js +123 -124
  11. package/dist/components/argument/argument/ReplyFooter.js +22 -23
  12. package/dist/components/argument/top_arguments/TopArguments.js +43 -43
  13. package/dist/components/auth/auth_modal/AuthModal.js +55 -55
  14. package/dist/components/auth/facebook_login_button/FacebookIcon.js +5 -5
  15. package/dist/components/auth/facebook_login_button/FacebookLoginButton.js +14 -14
  16. package/dist/components/auth/google_login_button/GoogleIcon.js +7 -7
  17. package/dist/components/auth/google_login_button/GoogleLoginButton.js +15 -15
  18. package/dist/components/auth/login_form/LoginForm.js +37 -38
  19. package/dist/components/auth/oauth2_button/OAuth2Button.js +18 -19
  20. package/dist/components/auth/signup_form/SignupForm.js +68 -69
  21. package/dist/components/auth/social_auth_form/SocialAuthForm.js +109 -110
  22. package/dist/components/auth/sso_form/SSOForm.js +68 -70
  23. package/dist/components/auth/use_auth/AuthProvider.js +11 -11
  24. package/dist/components/chart/line_chart/LineChart.js +53 -54
  25. package/dist/components/chart/pie_chart/PieChart.js +20 -20
  26. package/dist/components/consultation/consultation_box/ConsultationBox.js +70 -72
  27. package/dist/components/data/axios_client/httpClient.js +1 -1
  28. package/dist/components/data/config_provider/ConfigProvider.js +5 -5
  29. package/dist/components/data/config_provider/withConfig.js +5 -5
  30. package/dist/components/debate/debate_box/DebateBox.js +95 -97
  31. package/dist/components/dialog/announcement_dialog/AnnouncementDialog.js +14 -15
  32. package/dist/components/dialog/confirm_modal/ConfirmModal.js +26 -27
  33. package/dist/components/dialog/countdown/Countdown.js +12 -12
  34. package/dist/components/dialog/dialog_box/DialogBox.js +33 -34
  35. package/dist/components/dialog/drawer/Drawer.js +85 -85
  36. package/dist/components/dialog/dropdown/Dropdown.js +21 -22
  37. package/dist/components/dialog/modal/Modal.js +37 -38
  38. package/dist/components/dialog/modal/ModalProvider.js +14 -14
  39. package/dist/components/dialog/toast/Toast.js +26 -27
  40. package/dist/components/dialog/toast_provider/ToastProvider.js +18 -18
  41. package/dist/components/dialog/tooltip/Tooltip.js +23 -24
  42. package/dist/components/embed/embed_header/EmbedHeader.js +38 -39
  43. package/dist/components/error/standard_error_boundary/StandardErrorBoundary.js +7 -7
  44. package/dist/components/follow/follow_button/FollowButton.js +25 -26
  45. package/dist/components/forms/form/form.js +9 -10
  46. package/dist/components/forms/use_form_validation/useFormValidation.js +3 -3
  47. package/dist/components/gamification/badge_box/BadgeBox.js +50 -52
  48. package/dist/components/gamification/point_box/PointBox.js +12 -12
  49. package/dist/components/hooks/use_auth_required/useAuthRequired.js +10 -10
  50. package/dist/components/hooks/use_font_loader/useFontLoader.js +5 -5
  51. package/dist/components/hooks/use_relative_time/useRelativeTime.js +1 -1
  52. package/dist/components/hooks/use_responsive/ResponsiveProvider.js +17 -17
  53. package/dist/components/icons/bild_icons/Alarm.js +15 -0
  54. package/dist/components/icons/bild_icons/Announcement.js +20 -0
  55. package/dist/components/icons/bild_icons/Arrow.js +11 -0
  56. package/dist/components/icons/bild_icons/Blockquote.js +11 -0
  57. package/dist/components/icons/bild_icons/Bold.js +11 -0
  58. package/dist/components/icons/bild_icons/Camera.js +11 -0
  59. package/dist/components/icons/bild_icons/Chat.js +44 -0
  60. package/dist/components/icons/bild_icons/Check.js +12 -0
  61. package/dist/components/icons/bild_icons/CheckCircle.js +20 -0
  62. package/dist/components/icons/bild_icons/Checkbox.js +11 -0
  63. package/dist/components/icons/bild_icons/Clap.js +21 -0
  64. package/dist/components/icons/bild_icons/Clock.js +11 -0
  65. package/dist/components/icons/bild_icons/Close.js +11 -0
  66. package/dist/components/icons/bild_icons/Code.js +32 -0
  67. package/dist/components/icons/bild_icons/Community.js +11 -0
  68. package/dist/components/icons/bild_icons/Crown.js +12 -0
  69. package/dist/components/icons/bild_icons/Document.js +11 -0
  70. package/dist/components/icons/bild_icons/Downvote.js +11 -0
  71. package/dist/components/icons/bild_icons/Ellipsis.js +12 -0
  72. package/dist/components/icons/bild_icons/ExpertBadge.js +33 -0
  73. package/dist/components/icons/bild_icons/Facebook.js +11 -0
  74. package/dist/components/icons/bild_icons/Flag.js +11 -0
  75. package/dist/components/icons/bild_icons/Home.js +11 -0
  76. package/dist/components/icons/bild_icons/Italic.js +11 -0
  77. package/dist/components/icons/bild_icons/LightArrow.js +12 -0
  78. package/dist/components/icons/bild_icons/Link.js +11 -0
  79. package/dist/components/icons/bild_icons/Login.js +19 -0
  80. package/dist/components/icons/bild_icons/Logora.js +25 -0
  81. package/dist/components/icons/bild_icons/Mail.js +11 -0
  82. package/dist/components/icons/bild_icons/MinusCircle.js +24 -0
  83. package/dist/components/icons/bild_icons/MobileClose.js +19 -0
  84. package/dist/components/icons/bild_icons/MobileMenu.js +29 -0
  85. package/dist/components/icons/bild_icons/Next.js +22 -0
  86. package/dist/components/icons/bild_icons/OpenBlank.js +15 -0
  87. package/dist/components/icons/bild_icons/OrderedList.js +11 -0
  88. package/dist/components/icons/bild_icons/PauseCircle.js +34 -0
  89. package/dist/components/icons/bild_icons/Point.js +21 -0
  90. package/dist/components/icons/bild_icons/Question.js +18 -0
  91. package/dist/components/icons/bild_icons/Refresh.js +11 -0
  92. package/dist/components/icons/bild_icons/Reply.js +11 -0
  93. package/dist/components/icons/bild_icons/Search.js +11 -0
  94. package/dist/components/icons/bild_icons/Send.js +11 -0
  95. package/dist/components/icons/bild_icons/Share.js +12 -0
  96. package/dist/components/icons/bild_icons/SmallArrow.js +11 -0
  97. package/dist/components/icons/bild_icons/Source.js +11 -0
  98. package/dist/components/icons/bild_icons/Suggestion.js +19 -0
  99. package/dist/components/icons/bild_icons/Twitter.js +29 -0
  100. package/dist/components/icons/bild_icons/Underline.js +11 -0
  101. package/dist/components/icons/bild_icons/Upvote.js +11 -0
  102. package/dist/components/icons/bild_icons/User.js +11 -0
  103. package/dist/components/icons/bild_icons/Versus.js +14 -0
  104. package/dist/components/icons/bild_icons/Votebox.js +12 -0
  105. package/dist/components/icons/bild_icons/index.js +110 -0
  106. package/dist/components/icons/hero_icons/Alarm.js +18 -0
  107. package/dist/components/icons/hero_icons/Announcement.js +18 -0
  108. package/dist/components/icons/hero_icons/Arrow.js +18 -0
  109. package/dist/components/icons/hero_icons/Blockquote.js +27 -0
  110. package/dist/components/icons/hero_icons/Bold.js +17 -0
  111. package/dist/components/icons/hero_icons/Camera.js +22 -0
  112. package/dist/components/icons/hero_icons/Chat.js +18 -0
  113. package/dist/components/icons/hero_icons/Check.js +18 -0
  114. package/dist/components/icons/hero_icons/CheckCircle.js +20 -0
  115. package/dist/components/icons/hero_icons/Checkbox.js +18 -0
  116. package/dist/components/icons/hero_icons/Clap.js +18 -0
  117. package/dist/components/icons/hero_icons/Clock.js +18 -0
  118. package/dist/components/icons/hero_icons/Close.js +18 -0
  119. package/dist/components/icons/hero_icons/Code.js +18 -0
  120. package/dist/components/icons/hero_icons/Community.js +18 -0
  121. package/dist/components/icons/hero_icons/Crown.js +18 -0
  122. package/dist/components/icons/hero_icons/Downvote.js +18 -0
  123. package/dist/components/icons/hero_icons/Ellipsis.js +18 -0
  124. package/dist/components/icons/hero_icons/ExpertBadge.js +18 -0
  125. package/dist/components/icons/hero_icons/Facebook.js +11 -0
  126. package/dist/components/icons/hero_icons/Flag.js +11 -0
  127. package/dist/components/icons/hero_icons/Home.js +18 -0
  128. package/dist/components/icons/hero_icons/Italic.js +17 -0
  129. package/dist/components/icons/hero_icons/LightArrow.js +12 -0
  130. package/dist/components/icons/hero_icons/Link.js +18 -0
  131. package/dist/components/icons/hero_icons/Login.js +19 -0
  132. package/dist/components/icons/hero_icons/Logora.js +25 -0
  133. package/dist/components/icons/hero_icons/Mail.js +18 -0
  134. package/dist/components/icons/hero_icons/MinusCircle.js +24 -0
  135. package/dist/components/icons/hero_icons/MobileClose.js +18 -0
  136. package/dist/components/icons/hero_icons/MobileMenu.js +18 -0
  137. package/dist/components/icons/hero_icons/Next.js +18 -0
  138. package/dist/components/icons/hero_icons/OpenBlank.js +18 -0
  139. package/dist/components/icons/hero_icons/OrderedList.js +47 -0
  140. package/dist/components/icons/hero_icons/PauseCircle.js +34 -0
  141. package/dist/components/icons/hero_icons/Point.js +21 -0
  142. package/dist/components/icons/hero_icons/Question.js +18 -0
  143. package/dist/components/icons/hero_icons/Refresh.js +18 -0
  144. package/dist/components/icons/hero_icons/Reply.js +18 -0
  145. package/dist/components/icons/hero_icons/Search.js +18 -0
  146. package/dist/components/icons/hero_icons/Send.js +18 -0
  147. package/dist/components/icons/hero_icons/Share.js +18 -0
  148. package/dist/components/icons/hero_icons/SmallArrow.js +18 -0
  149. package/dist/components/icons/hero_icons/Source.js +18 -0
  150. package/dist/components/icons/hero_icons/Suggestion.js +18 -0
  151. package/dist/components/icons/hero_icons/Twitter.js +29 -0
  152. package/dist/components/icons/hero_icons/Underline.js +27 -0
  153. package/dist/components/icons/hero_icons/Upvote.js +18 -0
  154. package/dist/components/icons/hero_icons/User.js +18 -0
  155. package/dist/components/icons/hero_icons/Versus.js +18 -0
  156. package/dist/components/icons/hero_icons/Votebox.js +18 -0
  157. package/dist/components/icons/hero_icons/index.js +108 -0
  158. package/dist/components/icons/icon/Icon.js +9 -9
  159. package/dist/components/icons/icon_provider/IconProvider.js +5 -5
  160. package/dist/components/icons/krone_icons/Alarm.js +28 -0
  161. package/dist/components/icons/krone_icons/Announcement.js +16 -0
  162. package/dist/components/icons/krone_icons/Arrow.js +11 -0
  163. package/dist/components/icons/krone_icons/Blockquote.js +11 -0
  164. package/dist/components/icons/krone_icons/Bold.js +11 -0
  165. package/dist/components/icons/krone_icons/Camera.js +11 -0
  166. package/dist/components/icons/krone_icons/Chat.js +30 -0
  167. package/dist/components/icons/krone_icons/Check.js +11 -0
  168. package/dist/components/icons/krone_icons/CheckBox.js +5 -5
  169. package/dist/components/icons/krone_icons/CheckCircle.js +20 -0
  170. package/dist/components/icons/krone_icons/Clap.js +30 -0
  171. package/dist/components/icons/krone_icons/Clock.js +11 -0
  172. package/dist/components/icons/krone_icons/Close.js +11 -0
  173. package/dist/components/icons/krone_icons/Code.js +32 -0
  174. package/dist/components/icons/krone_icons/Community.js +11 -0
  175. package/dist/components/icons/krone_icons/Crown.js +11 -0
  176. package/dist/components/icons/krone_icons/Document.js +11 -0
  177. package/dist/components/icons/krone_icons/Downvote.js +11 -0
  178. package/dist/components/icons/krone_icons/Ellipsis.js +18 -0
  179. package/dist/components/icons/krone_icons/ExpertBadge.js +30 -0
  180. package/dist/components/icons/krone_icons/Facebook.js +11 -0
  181. package/dist/components/icons/krone_icons/Flag.js +11 -0
  182. package/dist/components/icons/krone_icons/Home.js +30 -0
  183. package/dist/components/icons/krone_icons/Italic.js +11 -0
  184. package/dist/components/icons/krone_icons/LightArrow.js +11 -0
  185. package/dist/components/icons/krone_icons/Link.js +11 -0
  186. package/dist/components/icons/krone_icons/Login.js +18 -0
  187. package/dist/components/icons/krone_icons/Logora.js +25 -0
  188. package/dist/components/icons/krone_icons/Mail.js +11 -0
  189. package/dist/components/icons/krone_icons/MinusCircle.js +24 -0
  190. package/dist/components/icons/krone_icons/MobileClose.js +18 -0
  191. package/dist/components/icons/krone_icons/MobileMenu.js +29 -0
  192. package/dist/components/icons/krone_icons/Next.js +22 -0
  193. package/dist/components/icons/krone_icons/OpenBlank.js +15 -0
  194. package/dist/components/icons/krone_icons/OrderedList.js +11 -0
  195. package/dist/components/icons/krone_icons/PauseCircle.js +33 -0
  196. package/dist/components/icons/krone_icons/Point.js +21 -0
  197. package/dist/components/icons/krone_icons/Question.js +30 -0
  198. package/dist/components/icons/krone_icons/Refresh.js +11 -0
  199. package/dist/components/icons/krone_icons/Reply.js +18 -0
  200. package/dist/components/icons/krone_icons/Search.js +11 -0
  201. package/dist/components/icons/krone_icons/Send.js +26 -0
  202. package/dist/components/icons/krone_icons/Share.js +14 -0
  203. package/dist/components/icons/krone_icons/SmallArrow.js +11 -0
  204. package/dist/components/icons/krone_icons/Source.js +11 -0
  205. package/dist/components/icons/krone_icons/Suggestion.js +30 -0
  206. package/dist/components/icons/krone_icons/Twitter.js +29 -0
  207. package/dist/components/icons/krone_icons/Underline.js +11 -0
  208. package/dist/components/icons/krone_icons/Upvote.js +30 -0
  209. package/dist/components/icons/krone_icons/User.js +33 -0
  210. package/dist/components/icons/krone_icons/Versus.js +11 -0
  211. package/dist/components/icons/krone_icons/Votebox.js +30 -0
  212. package/dist/components/icons/krone_icons/index.js +110 -0
  213. package/dist/components/icons/regular_icons/Alarm.js +15 -0
  214. package/dist/components/icons/regular_icons/Announcement.js +20 -0
  215. package/dist/components/icons/regular_icons/Arrow.js +11 -0
  216. package/dist/components/icons/regular_icons/Blockquote.js +11 -0
  217. package/dist/components/icons/regular_icons/Bold.js +11 -0
  218. package/dist/components/icons/regular_icons/Camera.js +11 -0
  219. package/dist/components/icons/regular_icons/Chat.js +16 -0
  220. package/dist/components/icons/regular_icons/Check.js +11 -0
  221. package/dist/components/icons/regular_icons/CheckCircle.js +20 -0
  222. package/dist/components/icons/regular_icons/Checkbox.js +11 -0
  223. package/dist/components/icons/regular_icons/Clap.js +15 -0
  224. package/dist/components/icons/regular_icons/Clock.js +11 -0
  225. package/dist/components/icons/regular_icons/Close.js +11 -0
  226. package/dist/components/icons/regular_icons/Code.js +32 -0
  227. package/dist/components/icons/regular_icons/Community.js +11 -0
  228. package/dist/components/icons/regular_icons/Crown.js +11 -0
  229. package/dist/components/icons/regular_icons/Document.js +11 -0
  230. package/dist/components/icons/regular_icons/Downvote.js +11 -0
  231. package/dist/components/icons/regular_icons/Ellipsis.js +11 -0
  232. package/dist/components/icons/regular_icons/ExpertBadge.js +32 -0
  233. package/dist/components/icons/regular_icons/Facebook.js +11 -0
  234. package/dist/components/icons/regular_icons/Flag.js +11 -0
  235. package/dist/components/icons/regular_icons/Home.js +11 -0
  236. package/dist/components/icons/regular_icons/Italic.js +11 -0
  237. package/dist/components/icons/regular_icons/LightArrow.js +11 -0
  238. package/dist/components/icons/regular_icons/Link.js +11 -0
  239. package/dist/components/icons/regular_icons/Login.js +18 -0
  240. package/dist/components/icons/regular_icons/Logora.js +25 -0
  241. package/dist/components/icons/regular_icons/Mail.js +11 -0
  242. package/dist/components/icons/regular_icons/MinusCircle.js +24 -0
  243. package/dist/components/icons/regular_icons/MobileClose.js +18 -0
  244. package/dist/components/icons/regular_icons/MobileMenu.js +29 -0
  245. package/dist/components/icons/regular_icons/Next.js +22 -0
  246. package/dist/components/icons/regular_icons/OpenBlank.js +15 -0
  247. package/dist/components/icons/regular_icons/OrderedList.js +11 -0
  248. package/dist/components/icons/regular_icons/PauseCircle.js +33 -0
  249. package/dist/components/icons/regular_icons/Point.js +21 -0
  250. package/dist/components/icons/regular_icons/Question.js +18 -0
  251. package/dist/components/icons/regular_icons/Refresh.js +11 -0
  252. package/dist/components/icons/regular_icons/Reply.js +11 -0
  253. package/dist/components/icons/regular_icons/Search.js +11 -0
  254. package/dist/components/icons/regular_icons/Send.js +11 -0
  255. package/dist/components/icons/regular_icons/Share.js +12 -0
  256. package/dist/components/icons/regular_icons/SmallArrow.js +11 -0
  257. package/dist/components/icons/regular_icons/Source.js +11 -0
  258. package/dist/components/icons/regular_icons/Suggestion.js +19 -0
  259. package/dist/components/icons/regular_icons/Twitter.js +29 -0
  260. package/dist/components/icons/regular_icons/Underline.js +11 -0
  261. package/dist/components/icons/regular_icons/Upvote.js +11 -0
  262. package/dist/components/icons/regular_icons/User.js +11 -0
  263. package/dist/components/icons/regular_icons/Versus.js +11 -0
  264. package/dist/components/icons/regular_icons/Votebox.js +12 -0
  265. package/dist/components/icons/regular_icons/index.js +110 -0
  266. package/dist/components/icons/spiegel_icons/Alarm.js +15 -0
  267. package/dist/components/icons/spiegel_icons/Announcement.js +20 -0
  268. package/dist/components/icons/spiegel_icons/Arrow.js +11 -0
  269. package/dist/components/icons/spiegel_icons/Blockquote.js +26 -0
  270. package/dist/components/icons/spiegel_icons/Bold.js +16 -0
  271. package/dist/components/icons/spiegel_icons/Camera.js +11 -0
  272. package/dist/components/icons/spiegel_icons/Chat.js +12 -0
  273. package/dist/components/icons/spiegel_icons/Check.js +11 -0
  274. package/dist/components/icons/spiegel_icons/CheckCircle.js +20 -0
  275. package/dist/components/icons/spiegel_icons/Checkbox.js +26 -0
  276. package/dist/components/icons/spiegel_icons/Clap.js +26 -0
  277. package/dist/components/icons/spiegel_icons/Clock.js +26 -0
  278. package/dist/components/icons/spiegel_icons/Close.js +15 -0
  279. package/dist/components/icons/spiegel_icons/Code.js +32 -0
  280. package/dist/components/icons/spiegel_icons/Community.js +11 -0
  281. package/dist/components/icons/spiegel_icons/Crown.js +12 -0
  282. package/dist/components/icons/spiegel_icons/Downvote.js +11 -0
  283. package/dist/components/icons/spiegel_icons/Ellipsis.js +12 -0
  284. package/dist/components/icons/spiegel_icons/ExpertBadge.js +28 -0
  285. package/dist/components/icons/spiegel_icons/Facebook.js +16 -0
  286. package/dist/components/icons/spiegel_icons/Flag.js +20 -0
  287. package/dist/components/icons/spiegel_icons/Home.js +11 -0
  288. package/dist/components/icons/spiegel_icons/Italic.js +16 -0
  289. package/dist/components/icons/spiegel_icons/LightArrow.js +12 -0
  290. package/dist/components/icons/spiegel_icons/Link.js +26 -0
  291. package/dist/components/icons/spiegel_icons/Login.js +19 -0
  292. package/dist/components/icons/spiegel_icons/Logora.js +25 -0
  293. package/dist/components/icons/spiegel_icons/Mail.js +16 -0
  294. package/dist/components/icons/spiegel_icons/MinusCircle.js +20 -0
  295. package/dist/components/icons/spiegel_icons/MobileClose.js +19 -0
  296. package/dist/components/icons/spiegel_icons/MobileMenu.js +29 -0
  297. package/dist/components/icons/spiegel_icons/Next.js +22 -0
  298. package/dist/components/icons/spiegel_icons/OpenBlank.js +15 -0
  299. package/dist/components/icons/spiegel_icons/OrderedList.js +29 -0
  300. package/dist/components/icons/spiegel_icons/PauseCircle.js +20 -0
  301. package/dist/components/icons/spiegel_icons/Point.js +21 -0
  302. package/dist/components/icons/spiegel_icons/Question.js +30 -0
  303. package/dist/components/icons/spiegel_icons/Refresh.js +11 -0
  304. package/dist/components/icons/spiegel_icons/Reply.js +12 -0
  305. package/dist/components/icons/spiegel_icons/Search.js +11 -0
  306. package/dist/components/icons/spiegel_icons/Send.js +11 -0
  307. package/dist/components/icons/spiegel_icons/Share.js +26 -0
  308. package/dist/components/icons/spiegel_icons/SmallArrow.js +12 -0
  309. package/dist/components/icons/spiegel_icons/Source.js +11 -0
  310. package/dist/components/icons/spiegel_icons/Suggestion.js +16 -0
  311. package/dist/components/icons/spiegel_icons/Twitter.js +29 -0
  312. package/dist/components/icons/spiegel_icons/Underline.js +26 -0
  313. package/dist/components/icons/spiegel_icons/Upvote.js +11 -0
  314. package/dist/components/icons/spiegel_icons/User.js +11 -0
  315. package/dist/components/icons/spiegel_icons/Versus.js +14 -0
  316. package/dist/components/icons/spiegel_icons/Votebox.js +26 -0
  317. package/dist/components/icons/spiegel_icons/index.js +108 -0
  318. package/dist/components/input/argument_input/ArgumentInput.js +167 -169
  319. package/dist/components/input/checkbox/hidden/hidden-checkbox.js +9 -11
  320. package/dist/components/input/checkbox/indicator/checkbox-indicator.js +11 -12
  321. package/dist/components/input/checkbox/label/checkbox-label.js +17 -18
  322. package/dist/components/input/input_provider/InputProvider.js +7 -7
  323. package/dist/components/input/search_input/SearchInput.js +25 -25
  324. package/dist/components/input/select/Select.js +38 -39
  325. package/dist/components/input/text_editor/TextEditor.js +107 -108
  326. package/dist/components/input/text_editor/lexicalToHtml.js +10 -10
  327. package/dist/components/input/text_editor/plugins/AutoSavePlugin.js +12 -12
  328. package/dist/components/input/text_editor/plugins/FocusPlugin.js +4 -4
  329. package/dist/components/input/text_editor/plugins/MaxLengthPlugin.js +14 -14
  330. package/dist/components/input/text_editor/plugins/ResetPlugin.js +9 -9
  331. package/dist/components/input/text_editor/plugins/SetContentPlugin.js +8 -8
  332. package/dist/components/input/text_editor/plugins/SetRichContentPlugin.js +4 -4
  333. package/dist/components/input/text_editor/plugins/ToolbarPlugin.js +84 -85
  334. package/dist/components/input/text_input/TextInput.js +28 -29
  335. package/dist/components/input/text_input/color-accent.js +8 -9
  336. package/dist/components/input/text_input/message.js +9 -11
  337. package/dist/components/input/toggle/Toggle.js +19 -21
  338. package/dist/components/input/toggle_position/TogglePosition.js +33 -34
  339. package/dist/components/intl/intl_provider/IntlProvider.js +28 -28
  340. package/dist/components/list/list_provider/ListProvider.js +7 -7
  341. package/dist/components/list/paginated_list/PaginatedList.js +133 -134
  342. package/dist/components/list/paginated_list/VotePaginatedList.js +13 -13
  343. package/dist/components/list/paginated_list/action_bar/ActionBar.js +53 -54
  344. package/dist/components/list/pagination/Pagination.js +17 -17
  345. package/dist/components/modal/side_modal/SideModal.js +36 -36
  346. package/dist/components/navbar/navbar_button/NavbarButton.js +16 -17
  347. package/dist/components/navbar/navbar_modal/NavbarModal.js +85 -86
  348. package/dist/components/notification/notification_item/NotificationItem.js +31 -32
  349. package/dist/components/notification/notification_menu/NotificationMenu.js +27 -27
  350. package/dist/components/progress/loader/Loader.js +7 -7
  351. package/dist/components/progress/progress_bar/ProgressBar.js +37 -38
  352. package/dist/components/proposal/proposal_box/ProposalBox.js +72 -73
  353. package/dist/components/report/report_box/ReportBox.js +59 -60
  354. package/dist/components/section/section_box/SectionBox.js +27 -28
  355. package/dist/components/share/share_box/ShareBox.js +53 -53
  356. package/dist/components/share/share_button/ShareButton.js +43 -44
  357. package/dist/components/share/share_modal/ShareModal.js +12 -12
  358. package/dist/components/skeleton/box_skeleton/BoxSkeleton.js +22 -22
  359. package/dist/components/skeleton/user_content_skeleton/UserContentSkeleton.js +31 -32
  360. package/dist/components/source/context_source_box/ContextSourceBox.js +28 -29
  361. package/dist/components/source/context_source_list/ContextSourceList.js +27 -28
  362. package/dist/components/source/source_box/SourceBox.js +23 -23
  363. package/dist/components/source/source_list_item/SourceListItem.js +15 -15
  364. package/dist/components/source/source_modal/SourceModal.js +59 -60
  365. package/dist/components/suggestion/suggestion_banner/SuggestionBanner.js +46 -48
  366. package/dist/components/suggestion/suggestion_box/SuggestionBox.js +57 -59
  367. package/dist/components/suggestion/suggestion_input/SuggestionInput.js +86 -88
  368. package/dist/components/summary/argument_summary_box/ArgumentSummaryBox.js +40 -41
  369. package/dist/components/summary/keyword_box/KeywordBox.js +21 -21
  370. package/dist/components/summary/summary/Summary.js +34 -34
  371. package/dist/components/summary/summary_box/SummaryBox.js +16 -16
  372. package/dist/components/tag/tag/Tag.js +9 -10
  373. package/dist/components/text/expandable_text/ArrowIcon.js +5 -5
  374. package/dist/components/text/expandable_text/ExpandableText.js +36 -37
  375. package/dist/components/text/read_more/ReadMore.js +46 -47
  376. package/dist/components/tools/hash_scroll/HashScroll.js +12 -12
  377. package/dist/components/translation/translated_content/TranslatedContent.js +3 -3
  378. package/dist/components/translation/translated_content/useTranslatedContent.js +5 -5
  379. package/dist/components/translation/translation_button/TranslationButton.js +14 -16
  380. package/dist/components/user/author_box/AuthorBox.js +69 -71
  381. package/dist/components/user/avatar/Avatar.js +37 -38
  382. package/dist/components/user/avatar/DefaultAvatar.js +6 -6
  383. package/dist/components/user/avatar_selector/AvatarSelector.js +55 -56
  384. package/dist/components/user/update_user_info_modal/UpdateUserInfoModal.js +123 -124
  385. package/dist/components/user/update_user_info_modal/useUpdateUserInfo.js +12 -12
  386. package/dist/components/user/user_box/UserBox.js +47 -49
  387. package/dist/components/user/user_box_small/UserBoxSmall.js +26 -27
  388. package/dist/components/user_content/content_footer/ContentFooter.js +84 -85
  389. package/dist/components/user_content/content_header/ContentHeader.js +68 -69
  390. package/dist/components/user_content/summary_content_box/SummaryContentBox.js +42 -43
  391. package/dist/components/user_content/use_delete_content/useDeleteContent.js +16 -16
  392. package/dist/components/user_content/use_report_content/ReportModal.js +117 -118
  393. package/dist/components/user_content/use_report_content/useReportContent.js +13 -13
  394. package/dist/components/util/location/Location.js +1 -1
  395. package/dist/components/vote/suggestion_vote_box/SuggestionVoteBox.js +37 -37
  396. package/dist/components/vote/up_down_vote_box/UpDownVoteBox.js +31 -32
  397. package/dist/components/vote/vote_box/VoteBox.js +165 -167
  398. package/dist/components/vote/vote_button/VoteButton.js +21 -22
  399. package/dist/components/vote/vote_provider/VoteProvider.js +17 -17
  400. package/dist/index.js +85 -29
  401. package/package.json +7 -2
  402. package/dist/assets/debate-Bv79XlHp.css +0 -2
  403. package/dist/node_modules/.pnpm/@formatjs_fast-memoize@2.2.7/node_modules/@formatjs/fast-memoize/lib/index.js +0 -51
  404. package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/date-time-pattern-generator.js +0 -28
  405. package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/error.js +0 -7
  406. package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/index.js +0 -26
  407. package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/manipulator.js +0 -1
  408. package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/parser.js +0 -499
  409. package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/regex.generated.js +0 -4
  410. package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/time-data.generated.js +0 -1159
  411. package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/types.js +0 -44
  412. package/dist/node_modules/.pnpm/@formatjs_icu-skeleton-parser@1.8.16/node_modules/@formatjs/icu-skeleton-parser/lib/date-time.js +0 -101
  413. package/dist/node_modules/.pnpm/@formatjs_icu-skeleton-parser@1.8.16/node_modules/@formatjs/icu-skeleton-parser/lib/number.js +0 -182
  414. package/dist/node_modules/.pnpm/@formatjs_icu-skeleton-parser@1.8.16/node_modules/@formatjs/icu-skeleton-parser/lib/regex.generated.js +0 -4
  415. package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/create-intl.js +0 -39
  416. package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/dateTime.js +0 -80
  417. package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/displayName.js +0 -22
  418. package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/error.js +0 -66
  419. package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/list.js +0 -39
  420. package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/message.js +0 -59
  421. package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/number.js +0 -53
  422. package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/plural.js +0 -18
  423. package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/relativeTime.js +0 -22
  424. package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/utils.js +0 -115
  425. package/dist/node_modules/.pnpm/@kurkle_color@0.3.4/node_modules/@kurkle/color/dist/color.esm.js +0 -470
  426. package/dist/node_modules/.pnpm/@lexical_clipboard@0.38.2/node_modules/@lexical/clipboard/LexicalClipboard.prod.js +0 -163
  427. package/dist/node_modules/.pnpm/@lexical_dragon@0.38.2/node_modules/@lexical/dragon/LexicalDragon.prod.js +0 -51
  428. package/dist/node_modules/.pnpm/@lexical_extension@0.38.2/node_modules/@lexical/extension/LexicalExtension.prod.js +0 -796
  429. package/dist/node_modules/.pnpm/@lexical_headless@0.38.2/node_modules/@lexical/headless/LexicalHeadless.prod.js +0 -21
  430. package/dist/node_modules/.pnpm/@lexical_history@0.38.2/node_modules/@lexical/history/LexicalHistory.prod.js +0 -132
  431. package/dist/node_modules/.pnpm/@lexical_html@0.38.2/node_modules/@lexical/html/LexicalHtml.prod.js +0 -88
  432. package/dist/node_modules/.pnpm/@lexical_list@0.38.2/node_modules/@lexical/list/LexicalList.prod.js +0 -737
  433. package/dist/node_modules/.pnpm/@lexical_overflow@0.38.2/node_modules/@lexical/overflow/LexicalOverflow.prod.js +0 -37
  434. 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 +0 -136
  435. 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 +0 -53
  436. 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/LexicalComposerContext.prod.js +0 -20
  437. 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 +0 -85
  438. 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/LexicalEditorRefPlugin.prod.js +0 -11
  439. 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/LexicalErrorBoundary.prod.js +0 -20
  440. 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/LexicalHistoryPlugin.prod.js +0 -17
  441. 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 +0 -16
  442. 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 +0 -20
  443. 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/LexicalReactProviderExtension.prod.js +0 -5
  444. 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 +0 -96
  445. 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/useLexicalEditable.prod.js +0 -23
  446. package/dist/node_modules/.pnpm/@lexical_rich-text@0.38.2/node_modules/@lexical/rich-text/LexicalRichText.prod.js +0 -418
  447. package/dist/node_modules/.pnpm/@lexical_selection@0.38.2/node_modules/@lexical/selection/LexicalSelection.prod.js +0 -170
  448. package/dist/node_modules/.pnpm/@lexical_text@0.38.2/node_modules/@lexical/text/LexicalText.prod.js +0 -33
  449. package/dist/node_modules/.pnpm/@lexical_utils@0.38.2/node_modules/@lexical/utils/LexicalUtils.prod.js +0 -112
  450. package/dist/node_modules/.pnpm/@rooks_use-localstorage-state@4.11.2_react@18.3.1/node_modules/@rooks/use-localstorage-state/lib/index.esm.js +0 -50
  451. package/dist/node_modules/.pnpm/@rooks_use-previous@4.11.2/node_modules/@rooks/use-previous/lib/index.esm.js +0 -10
  452. package/dist/node_modules/.pnpm/@rooks_use-sessionstorage-state@4.11.2_react@18.3.1/node_modules/@rooks/use-sessionstorage-state/lib/index.esm.js +0 -50
  453. package/dist/node_modules/.pnpm/are-passive-events-supported@1.1.1/node_modules/are-passive-events-supported/dist/are-passive-events-supported.esm.browser.js +0 -11
  454. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/adapters/adapters.js +0 -41
  455. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/adapters/fetch.js +0 -128
  456. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/adapters/xhr.js +0 -59
  457. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/axios.js +0 -30
  458. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/cancel/CancelToken.js +0 -59
  459. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/cancel/CanceledError.js +0 -9
  460. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/cancel/isCancel.js +0 -6
  461. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/Axios.js +0 -131
  462. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/AxiosError.js +0 -34
  463. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/AxiosHeaders.js +0 -171
  464. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/InterceptorManager.js +0 -28
  465. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/buildFullPath.js +0 -9
  466. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/dispatchRequest.js +0 -23
  467. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/mergeConfig.js +0 -67
  468. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/settle.js +0 -8
  469. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/transformData.js +0 -12
  470. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/defaults/index.js +0 -81
  471. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/defaults/transitional.js +0 -9
  472. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/env/data.js +0 -4
  473. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -32
  474. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -77
  475. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/bind.js +0 -8
  476. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/buildURL.js +0 -17
  477. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/combineURLs.js +0 -6
  478. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/composeSignals.js +0 -27
  479. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/cookies.js +0 -26
  480. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/formDataToJSON.js +0 -27
  481. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -6
  482. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/isAxiosError.js +0 -7
  483. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -5
  484. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/parseHeaders.js +0 -28
  485. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/parseProtocol.js +0 -7
  486. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/progressEventReducer.js +0 -30
  487. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/resolveConfig.js +0 -28
  488. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/speedometer.js +0 -16
  489. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/spread.js +0 -8
  490. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/throttle.js +0 -14
  491. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/toFormData.js +0 -67
  492. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -14
  493. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/trackStream.js +0 -51
  494. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/validator.js +0 -47
  495. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -4
  496. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -4
  497. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -5
  498. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/browser/index.js +0 -22
  499. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/common/utils.js +0 -15
  500. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/index.js +0 -9
  501. package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/utils.js +0 -235
  502. package/dist/node_modules/.pnpm/chart.js@4.5.1/node_modules/chart.js/auto/auto.js +0 -5
  503. package/dist/node_modules/.pnpm/chart.js@4.5.1/node_modules/chart.js/dist/chart.js +0 -6301
  504. package/dist/node_modules/.pnpm/chart.js@4.5.1/node_modules/chart.js/dist/chunks/helpers.dataset.js +0 -1381
  505. package/dist/node_modules/.pnpm/chartjs-plugin-datalabels@2.2.0_chart.js@4.5.1/node_modules/chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.esm.js +0 -354
  506. package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js +0 -32
  507. package/dist/node_modules/.pnpm/copy-to-clipboard@3.3.3/node_modules/copy-to-clipboard/index.js +0 -43
  508. package/dist/node_modules/.pnpm/dompurify@3.3.3/node_modules/dompurify/dist/purify.es.js +0 -549
  509. package/dist/node_modules/.pnpm/flat@5.0.2/node_modules/flat/index.js +0 -59
  510. package/dist/node_modules/.pnpm/goober@2.1.18_csstype@3.2.3/node_modules/goober/dist/goober.modern.js +0 -75
  511. package/dist/node_modules/.pnpm/hoist-non-react-statics@3.3.2/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +0 -68
  512. package/dist/node_modules/.pnpm/intl-messageformat@10.7.18/node_modules/intl-messageformat/lib/src/core.js +0 -154
  513. package/dist/node_modules/.pnpm/intl-messageformat@10.7.18/node_modules/intl-messageformat/lib/src/error.js +0 -36
  514. package/dist/node_modules/.pnpm/intl-messageformat@10.7.18/node_modules/intl-messageformat/lib/src/formatters.js +0 -107
  515. package/dist/node_modules/.pnpm/lexical@0.38.2/node_modules/lexical/Lexical.prod.js +0 -5093
  516. package/dist/node_modules/.pnpm/path-to-regexp@6.3.0/node_modules/path-to-regexp/dist.es2015/index.js +0 -198
  517. package/dist/node_modules/.pnpm/react-chartjs-2@5.3.1_chart.js@4.5.1_react@18.3.1/node_modules/react-chartjs-2/dist/index.js +0 -76
  518. package/dist/node_modules/.pnpm/react-copy-to-clipboard@5.1.1_react@18.3.1/node_modules/react-copy-to-clipboard/lib/Component.js +0 -160
  519. package/dist/node_modules/.pnpm/react-copy-to-clipboard@5.1.1_react@18.3.1/node_modules/react-copy-to-clipboard/lib/index.js +0 -10
  520. package/dist/node_modules/.pnpm/react-error-boundary@6.1.1_react@18.3.1/node_modules/react-error-boundary/dist/react-error-boundary.js +0 -58
  521. package/dist/node_modules/.pnpm/react-hot-toast@2.6.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-hot-toast/dist/index.js +0 -494
  522. package/dist/node_modules/.pnpm/react-intl@7.1.14_react@18.3.1_typescript@5.9.3/node_modules/react-intl/lib/index.js +0 -13
  523. package/dist/node_modules/.pnpm/react-intl@7.1.14_react@18.3.1_typescript@5.9.3/node_modules/react-intl/lib/src/components/createFormattedComponent.js +0 -35
  524. package/dist/node_modules/.pnpm/react-intl@7.1.14_react@18.3.1_typescript@5.9.3/node_modules/react-intl/lib/src/components/createIntl.js +0 -39
  525. package/dist/node_modules/.pnpm/react-intl@7.1.14_react@18.3.1_typescript@5.9.3/node_modules/react-intl/lib/src/components/injectIntl.js +0 -9
  526. package/dist/node_modules/.pnpm/react-intl@7.1.14_react@18.3.1_typescript@5.9.3/node_modules/react-intl/lib/src/components/message.js +0 -22
  527. package/dist/node_modules/.pnpm/react-intl@7.1.14_react@18.3.1_typescript@5.9.3/node_modules/react-intl/lib/src/components/provider.js +0 -45
  528. package/dist/node_modules/.pnpm/react-intl@7.1.14_react@18.3.1_typescript@5.9.3/node_modules/react-intl/lib/src/components/useIntl.js +0 -10
  529. package/dist/node_modules/.pnpm/react-intl@7.1.14_react@18.3.1_typescript@5.9.3/node_modules/react-intl/lib/src/utils.js +0 -33
  530. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.js +0 -82
  531. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js +0 -62
  532. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +0 -10
  533. package/dist/node_modules/.pnpm/react-loading-skeleton@3.5.0_react@18.3.1/node_modules/react-loading-skeleton/dist/index.js +0 -49
  534. package/dist/node_modules/.pnpm/react-modern-drawer@1.4.0_react@18.3.1/node_modules/react-modern-drawer/dist/index.modern.js +0 -84
  535. package/dist/node_modules/.pnpm/react-oauth-popup@1.0.5_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-oauth-popup/dist/index.js +0 -106
  536. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.development.js +0 -453
  537. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -27
  538. package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js +0 -10
  539. package/dist/node_modules/.pnpm/toggle-selection@1.0.6/node_modules/toggle-selection/index.js +0 -26
  540. package/dist/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.js +0 -34
  541. package/dist/node_modules/.pnpm/use-debounce@10.1.1_react@18.3.1/node_modules/use-debounce/dist/index.module.js +0 -70
  542. package/dist/node_modules/.pnpm/use-isomorphic-layout-effect@1.2.1_@types_react@19.2.14_react@18.3.1/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.browser.esm.js +0 -5
  543. package/dist/node_modules/.pnpm/use-latest@1.3.0_@types_react@19.2.14_react@18.3.1/node_modules/use-latest/dist/use-latest.esm.js +0 -11
  544. package/dist/node_modules/.pnpm/use-onclickoutside@0.4.1_@types_react@19.2.14_react@18.3.1/node_modules/use-onclickoutside/dist/use-onclickoutside.browser.esm.js +0 -26
  545. package/dist/node_modules/.pnpm/webfontloader@1.6.28/node_modules/webfontloader/webfontloader.js +0 -482
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Check.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ d: "M4.5 12.75l6 6 9-13.5"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Check };
@@ -0,0 +1,20 @@
1
+ import "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/CheckCircle.jsx
4
+ var n = (n) => /* @__PURE__ */ t("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ stroke: "currentColor",
9
+ strokeWidth: "2",
10
+ strokeLinecap: "round",
11
+ strokeLinejoin: "round",
12
+ ...n,
13
+ children: [/* @__PURE__ */ e("circle", {
14
+ cx: "12",
15
+ cy: "12",
16
+ r: "10"
17
+ }), /* @__PURE__ */ e("path", { d: "M9 12l2 2 4-4" })]
18
+ });
19
+ //#endregion
20
+ export { n as CheckCircle };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Checkbox.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ d: "M9 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Checkbox };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Clap.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ d: "M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Clap };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Clock.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ d: "M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Clock };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Close.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ d: "M6 18L18 6M6 6l12 12"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Close };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Code.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ d: "M14.25 9.75L16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0020.25 18V6A2.25 2.25 0 0018 3.75H6A2.25 2.25 0 003.75 6v12A2.25 2.25 0 006 20.25z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Code };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Community.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ d: "M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-13.5 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Community };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Crown.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ d: "M11.48 3.499a.562.562 0 011.04 0l2.125 5.111a.563.563 0 00.475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 00-.182.557l1.285 5.385a.562.562 0 01-.84.61l-4.725-2.885a.563.563 0 00-.586 0L6.982 20.54a.562.562 0 01-.84-.61l1.285-5.386a.562.562 0 00-.182-.557l-4.204-3.602a.563.563 0 01.321-.988l5.518-.442a.563.563 0 00.475-.345L11.48 3.5z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Crown };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Downvote.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ d: "M7.5 15h2.25m8.024-9.75c.011.05.028.1.052.148.591 1.2.924 2.55.924 3.977a8.96 8.96 0 01-.999 4.125m.023-8.25c-.076-.365.183-.75.575-.75h.908c.889 0 1.713.518 1.972 1.368.339 1.11.521 2.287.521 3.507 0 1.553-.295 3.036-.831 4.398C20.613 14.547 19.833 15 19 15h-1.053c-.472 0-.745-.556-.5-.96a8.95 8.95 0 00.303-.54m.023-8.25H16.48a4.5 4.5 0 01-1.423-.23l-3.114-1.04a4.5 4.5 0 00-1.423-.23H6.504c-.618 0-1.217.247-1.605.729A11.95 11.95 0 002.25 12c0 .434.023.863.068 1.285C2.427 14.306 3.346 15 4.372 15h3.126c.618 0 .991.724.725 1.282A7.471 7.471 0 007.5 19.5a2.25 2.25 0 002.25 2.25.75.75 0 00.75-.75v-.633c0-.573.11-1.14.322-1.672.304-.76.93-1.33 1.653-1.715a9.04 9.04 0 002.86-2.4c.498-.634 1.226-1.08 2.032-1.08h.384"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Downvote };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Ellipsis.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
+ strokeLinecap: "round",
13
+ strokeLinejoin: "round",
14
+ d: "M6.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM12.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM18.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Ellipsis };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/ExpertBadge.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("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 { t as ExpertBadge };
@@ -0,0 +1,11 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Facebook.jsx
4
+ var t = (t) => /* @__PURE__ */ e("svg", {
5
+ viewBox: "0 0 300 522",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...t,
8
+ children: /* @__PURE__ */ e("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 { t as Facebook };
@@ -0,0 +1,11 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Flag.jsx
4
+ var t = (t) => /* @__PURE__ */ e("svg", {
5
+ viewBox: "0 0 24 24",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...t,
8
+ children: /* @__PURE__ */ e("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 { t as Flag };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Home.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("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 { t as Home };
@@ -0,0 +1,17 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Italic.jsx
4
+ var t = (t) => /* @__PURE__ */ e("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...t,
9
+ children: /* @__PURE__ */ e("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 { t as Italic };
@@ -0,0 +1,12 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/LightArrow.jsx
4
+ var t = (t) => /* @__PURE__ */ e("svg", {
5
+ viewBox: "0 0 50 25",
6
+ fill: "black",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...t,
9
+ children: /* @__PURE__ */ e("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 { t as LightArrow };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Link.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("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 { t as Link };
@@ -0,0 +1,19 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Login.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("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 { t as Login };
@@ -0,0 +1,25 @@
1
+ import "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Logora.jsx
4
+ var n = (n) => /* @__PURE__ */ e("svg", {
5
+ version: "1.0",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ viewBox: "0 0 144 144",
8
+ preserveAspectRatio: "xMidYMid meet",
9
+ ...n,
10
+ children: /* @__PURE__ */ t("g", {
11
+ transform: "translate(0.000000,144.000000) scale(0.100000,-0.100000)",
12
+ fill: "#000000",
13
+ stroke: "none",
14
+ children: [
15
+ /* @__PURE__ */ e("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__ */ e("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__ */ e("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__ */ e("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__ */ e("path", { d: "M1088 873 c28 -2 76 -2 105 0 28 2 5 3 -53 3 -58 0 -81 -1 -52 -3z" }),
20
+ /* @__PURE__ */ e("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 "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Mail.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("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 { t as Mail };
@@ -0,0 +1,24 @@
1
+ import "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/MinusCircle.jsx
4
+ var n = (n) => /* @__PURE__ */ t("svg", {
5
+ viewBox: "0 0 24 24",
6
+ fill: "none",
7
+ stroke: "currentColor",
8
+ strokeWidth: "2",
9
+ strokeLinecap: "round",
10
+ strokeLinejoin: "round",
11
+ ...n,
12
+ children: [/* @__PURE__ */ e("circle", {
13
+ cx: "12",
14
+ cy: "12",
15
+ r: "10"
16
+ }), /* @__PURE__ */ e("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 "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/MobileClose.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("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 { t as MobileClose };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/MobileMenu.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("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 { t as MobileMenu };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Next.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("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 { t as Next };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/OpenBlank.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("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 { t as OpenBlank };
@@ -0,0 +1,47 @@
1
+ import "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/OrderedList.jsx
4
+ var n = (n) => /* @__PURE__ */ t("svg", {
5
+ viewBox: "0 0 50 50",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...n,
9
+ children: [/* @__PURE__ */ t("g", {
10
+ clipPath: "url(#clip0_2638_39838)",
11
+ children: [
12
+ /* @__PURE__ */ e("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__ */ e("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__ */ e("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__ */ e("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__ */ e("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__ */ e("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__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", {
38
+ id: "clip0_2638_39838",
39
+ children: /* @__PURE__ */ e("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 "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/PauseCircle.jsx
4
+ var n = (n) => /* @__PURE__ */ t("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
+ ...n,
13
+ children: [
14
+ /* @__PURE__ */ e("circle", {
15
+ cx: "12",
16
+ cy: "12",
17
+ r: "10"
18
+ }),
19
+ /* @__PURE__ */ e("line", {
20
+ x1: "10",
21
+ x2: "10",
22
+ y1: "15",
23
+ y2: "9"
24
+ }),
25
+ /* @__PURE__ */ e("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 "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Point.jsx
4
+ var n = (n) => /* @__PURE__ */ t("svg", {
5
+ viewBox: "0 0 17 17",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...n,
8
+ children: [/* @__PURE__ */ e("circle", {
9
+ cx: "8.5",
10
+ cy: "8.5",
11
+ r: "8.1",
12
+ stroke: "black",
13
+ strokeWidth: ".8px",
14
+ fill: "transparent"
15
+ }), /* @__PURE__ */ e("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 "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Question.jsx
4
+ var t = (t) => /* @__PURE__ */ e("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
+ ...t,
11
+ children: /* @__PURE__ */ e("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 { t as Question };