@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/Refresh.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: "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 { t as Refresh };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Reply.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: "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 { t as Reply };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Search.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 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 { t as Search };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Send.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 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 { t as Send };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Share.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.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 { t as Share };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/SmallArrow.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: "M19.5 8.25l-7.5 7.5-7.5-7.5"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as SmallArrow };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Source.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 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 { t as Source };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Suggestion.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 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 { t as Suggestion };
@@ -0,0 +1,29 @@
1
+ import "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Twitter.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: [
10
+ /* @__PURE__ */ e("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__ */ e("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__ */ e("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__ */ e("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 "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Underline.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__ */ e("g", {
10
+ clipPath: "url(#clip0_2638_46095)",
11
+ children: /* @__PURE__ */ e("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__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", {
18
+ id: "clip0_2638_46095",
19
+ children: /* @__PURE__ */ e("rect", {
20
+ width: "50",
21
+ height: "50",
22
+ fill: "white"
23
+ })
24
+ }) })]
25
+ });
26
+ //#endregion
27
+ export { n as Underline };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Upvote.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.633 10.5c.806 0 1.533-.446 2.031-1.08a9.041 9.041 0 012.861-2.4c.723-.384 1.35-.956 1.653-1.715a4.498 4.498 0 00.322-1.672V3a.75.75 0 01.75-.75A2.25 2.25 0 0116.5 4.5c0 1.152-.26 2.243-.723 3.218-.266.558.107 1.282.725 1.282h3.126c1.026 0 1.945.694 2.054 1.715.045.422.068.85.068 1.285a11.95 11.95 0 01-2.649 7.521c-.388.482-.987.729-1.605.729H13.48c-.483 0-.964-.078-1.423-.23l-3.114-1.04a4.501 4.501 0 00-1.423-.23H5.904M14.25 9h2.25M5.904 18.75c.083.205.173.405.27.602.197.4-.078.898-.523.898h-.908c-.889 0-1.713-.518-1.972-1.368a12 12 0 01-.521-3.507c0-1.553.295-3.036.831-4.398C3.387 10.203 4.167 9.75 5 9.75h1.053c.472 0 .745.556.5.96a8.958 8.958 0 00-1.302 4.665c0 1.194.232 2.333.654 3.375z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Upvote };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/User.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: "M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as User };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Versus.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 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Versus };
@@ -0,0 +1,18 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/hero_icons/Votebox.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: "M10.05 4.575a1.575 1.575 0 10-3.15 0v3m3.15-3v-1.5a1.575 1.575 0 013.15 0v1.5m-3.15 0l.075 5.925m3.075.75V4.575m0 0a1.575 1.575 0 013.15 0V15M6.9 7.575a1.575 1.575 0 10-3.15 0v8.175a6.75 6.75 0 006.75 6.75h2.018a5.25 5.25 0 003.712-1.538l1.732-1.732a5.25 5.25 0 001.538-3.712l.003-2.024a.668.668 0 01.198-.471 1.575 1.575 0 10-2.228-2.228 3.818 3.818 0 00-1.12 2.687M6.9 7.575V12m6.27 4.318A4.49 4.49 0 0116.35 15m.002 0h-.002"
15
+ })
16
+ });
17
+ //#endregion
18
+ export { t as Votebox };
@@ -0,0 +1,108 @@
1
+ import { __exportAll as e } from "../../../_virtual/_rolldown/runtime.js";
2
+ import { Alarm as t } from "./Alarm.js";
3
+ import { Announcement as n } from "./Announcement.js";
4
+ import { Arrow as r } from "./Arrow.js";
5
+ import { Blockquote as i } from "./Blockquote.js";
6
+ import { Bold as a } from "./Bold.js";
7
+ import { Camera as o } from "./Camera.js";
8
+ import { Chat as s } from "./Chat.js";
9
+ import { Checkbox as c } from "./Checkbox.js";
10
+ import { Check as l } from "./Check.js";
11
+ import { Clap as u } from "./Clap.js";
12
+ import { Clock as d } from "./Clock.js";
13
+ import { Close as f } from "./Close.js";
14
+ import { Code as p } from "./Code.js";
15
+ import { Community as m } from "./Community.js";
16
+ import { Crown as h } from "./Crown.js";
17
+ import { Downvote as g } from "./Downvote.js";
18
+ import { Ellipsis as _ } from "./Ellipsis.js";
19
+ import { ExpertBadge as v } from "./ExpertBadge.js";
20
+ import { Facebook as y } from "./Facebook.js";
21
+ import { Home as b } from "./Home.js";
22
+ import { Italic as x } from "./Italic.js";
23
+ import { LightArrow as S } from "./LightArrow.js";
24
+ import { Link as C } from "./Link.js";
25
+ import { Login as w } from "./Login.js";
26
+ import { Logora as T } from "./Logora.js";
27
+ import { Mail as E } from "./Mail.js";
28
+ import { MobileClose as D } from "./MobileClose.js";
29
+ import { MobileMenu as O } from "./MobileMenu.js";
30
+ import { Next as k } from "./Next.js";
31
+ import { OpenBlank as A } from "./OpenBlank.js";
32
+ import { OrderedList as j } from "./OrderedList.js";
33
+ import { Point as M } from "./Point.js";
34
+ import { Question as N } from "./Question.js";
35
+ import { Refresh as P } from "./Refresh.js";
36
+ import { Reply as F } from "./Reply.js";
37
+ import { Search as I } from "./Search.js";
38
+ import { Send as L } from "./Send.js";
39
+ import { Share as R } from "./Share.js";
40
+ import { SmallArrow as z } from "./SmallArrow.js";
41
+ import { Source as B } from "./Source.js";
42
+ import { Suggestion as V } from "./Suggestion.js";
43
+ import { Twitter as H } from "./Twitter.js";
44
+ import { Underline as U } from "./Underline.js";
45
+ import { Upvote as W } from "./Upvote.js";
46
+ import { User as G } from "./User.js";
47
+ import { Votebox as K } from "./Votebox.js";
48
+ import { Versus as q } from "./Versus.js";
49
+ import { CheckCircle as J } from "./CheckCircle.js";
50
+ import { MinusCircle as Y } from "./MinusCircle.js";
51
+ import { Flag as X } from "./Flag.js";
52
+ import { PauseCircle as Z } from "./PauseCircle.js";
53
+ //#region src/components/icons/hero_icons/index.js
54
+ var Q = /* @__PURE__ */ e({
55
+ Alarm: () => t,
56
+ Announcement: () => n,
57
+ Arrow: () => r,
58
+ Blockquote: () => i,
59
+ Bold: () => a,
60
+ Camera: () => o,
61
+ Chat: () => s,
62
+ Check: () => l,
63
+ CheckCircle: () => J,
64
+ Checkbox: () => c,
65
+ Clap: () => u,
66
+ Clock: () => d,
67
+ Close: () => f,
68
+ Code: () => p,
69
+ Community: () => m,
70
+ Crown: () => h,
71
+ Downvote: () => g,
72
+ Ellipsis: () => _,
73
+ ExpertBadge: () => v,
74
+ Facebook: () => y,
75
+ Flag: () => X,
76
+ Home: () => b,
77
+ Italic: () => x,
78
+ LightArrow: () => S,
79
+ Link: () => C,
80
+ Login: () => w,
81
+ Logora: () => T,
82
+ Mail: () => E,
83
+ MinusCircle: () => Y,
84
+ MobileClose: () => D,
85
+ MobileMenu: () => O,
86
+ Next: () => k,
87
+ OpenBlank: () => A,
88
+ OrderedList: () => j,
89
+ PauseCircle: () => Z,
90
+ Point: () => M,
91
+ Question: () => N,
92
+ Refresh: () => P,
93
+ Reply: () => F,
94
+ Search: () => I,
95
+ Send: () => L,
96
+ Share: () => R,
97
+ SmallArrow: () => z,
98
+ Source: () => B,
99
+ Suggestion: () => V,
100
+ Twitter: () => H,
101
+ Underline: () => U,
102
+ Upvote: () => W,
103
+ User: () => G,
104
+ Versus: () => q,
105
+ Votebox: () => K
106
+ });
107
+ //#endregion
108
+ export { Q as hero_icons_exports };
@@ -1,15 +1,15 @@
1
- import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
- import { IconContext as t } from "../icon_provider/IconProvider.js";
3
- import { useContext as n } from "react";
1
+ import { IconContext as e } from "../icon_provider/IconProvider.js";
2
+ import { useContext as t } from "react";
3
+ import { jsx as n } from "react/jsx-runtime";
4
4
  //#region src/components/icons/icon/Icon.jsx
5
- var r = e(), i = ({ name: e, height: i = 20, width: a = 20, className: o, ...s }) => {
6
- let { iconLibrary: c } = n(t);
7
- if (!c || !e) return null;
5
+ var r = ({ name: r, height: i = 20, width: a = 20, className: o, ...s }) => {
6
+ let { iconLibrary: c } = t(e);
7
+ if (!c || !r) return null;
8
8
  function l(e) {
9
9
  return e.charAt(0).toUpperCase() + e.slice(1);
10
10
  }
11
- let u = c[l(e)];
12
- return u ? /* @__PURE__ */ (0, r.jsx)(u, {
11
+ let u = c[l(r)];
12
+ return u ? /* @__PURE__ */ n(u, {
13
13
  height: i,
14
14
  width: a,
15
15
  className: o,
@@ -17,4 +17,4 @@ var r = e(), i = ({ name: e, height: i = 20, width: a = 20, className: o, ...s }
17
17
  }) : null;
18
18
  };
19
19
  //#endregion
20
- export { i as Icon };
20
+ export { r as Icon };
@@ -1,9 +1,9 @@
1
- import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
- import { createContext as t } from "react";
1
+ import { createContext as e } from "react";
2
+ import { jsx as t } from "react/jsx-runtime";
3
3
  //#region src/components/icons/icon_provider/IconProvider.jsx
4
- var n = e(), r = t({ iconLibrary: {} }), i = ({ library: e, children: t }) => /* @__PURE__ */ (0, n.jsx)(r.Provider, {
4
+ var n = e({ iconLibrary: {} }), r = ({ library: e, children: r }) => /* @__PURE__ */ t(n.Provider, {
5
5
  value: { iconLibrary: e },
6
- children: t
6
+ children: r
7
7
  });
8
8
  //#endregion
9
- export { r as IconContext, i as IconProvider };
9
+ export { n as IconContext, r as IconProvider };
@@ -0,0 +1,28 @@
1
+ import "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/krone_icons/Alarm.jsx
4
+ var n = (n) => /* @__PURE__ */ t("svg", {
5
+ ...n,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ children: [/* @__PURE__ */ e("mask", {
10
+ id: "mask0_167_6301",
11
+ style: { maskType: "alpha" },
12
+ maskUnits: "userSpaceOnUse",
13
+ x: "0",
14
+ y: "0",
15
+ width: "24",
16
+ height: "24",
17
+ children: /* @__PURE__ */ e("rect", {
18
+ width: "24",
19
+ height: "24",
20
+ fill: "#D9D9D9"
21
+ })
22
+ }), /* @__PURE__ */ e("g", {
23
+ mask: "url(#mask0_167_6301)",
24
+ children: /* @__PURE__ */ e("path", { d: "M4 19V17H6V10C6 8.61667 6.41667 7.3875 7.25 6.3125C8.08333 5.2375 9.16667 4.53333 10.5 4.2V3.5C10.5 3.08333 10.6458 2.72917 10.9375 2.4375C11.2292 2.14583 11.5833 2 12 2C12.4167 2 12.7708 2.14583 13.0625 2.4375C13.3542 2.72917 13.5 3.08333 13.5 3.5V4.2C14.8333 4.53333 15.9167 5.2375 16.75 6.3125C17.5833 7.3875 18 8.61667 18 10V17H20V19H4ZM12 22C11.45 22 10.9792 21.8042 10.5875 21.4125C10.1958 21.0208 10 20.55 10 20H14C14 20.55 13.8042 21.0208 13.4125 21.4125C13.0208 21.8042 12.55 22 12 22ZM8 17H16V10C16 8.9 15.6083 7.95833 14.825 7.175C14.0417 6.39167 13.1 6 12 6C10.9 6 9.95833 6.39167 9.175 7.175C8.39167 7.95833 8 8.9 8 10V17Z" })
25
+ })]
26
+ });
27
+ //#endregion
28
+ export { n as Alarm };
@@ -0,0 +1,16 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/krone_icons/Announcement.jsx
4
+ var t = (t) => /* @__PURE__ */ e("svg", {
5
+ ...t,
6
+ viewBox: "0 0 24 24",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ children: /* @__PURE__ */ e("path", {
10
+ fillRule: "evenodd",
11
+ clipRule: "evenodd",
12
+ d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11 17V15H13V17H11ZM11 7V13H13V7H11Z"
13
+ })
14
+ });
15
+ //#endregion
16
+ export { t as Announcement };
@@ -0,0 +1,11 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/krone_icons/Arrow.jsx
4
+ var t = (t) => /* @__PURE__ */ e("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...t,
8
+ children: /* @__PURE__ */ e("path", { d: "M19,11H9l3.29-3.29a1,1,0,0,0,0-1.42,1,1,0,0,0-1.41,0l-4.29,4.3A2,2,0,0,0,6,12H6a2,2,0,0,0,.59,1.4l4.29,4.3a1,1,0,1,0,1.41-1.42L9,13H19a1,1,0,0,0,0-2Z" })
9
+ });
10
+ //#endregion
11
+ export { t as Arrow };
@@ -0,0 +1,11 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/krone_icons/Blockquote.jsx
4
+ var t = (t) => /* @__PURE__ */ e("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...t,
8
+ children: /* @__PURE__ */ e("path", { d: "M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z" })
9
+ });
10
+ //#endregion
11
+ export { t as Blockquote };
@@ -0,0 +1,11 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/krone_icons/Bold.jsx
4
+ var t = (t) => /* @__PURE__ */ e("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...t,
8
+ children: /* @__PURE__ */ e("path", { d: "M15.6 10.79c.97-.67 1.65-1.77 1.65-2.79 0-2.26-1.75-4-4-4H7v14h7.04c2.09 0 3.71-1.7 3.71-3.79 0-1.52-.86-2.82-2.15-3.42zM10 6.5h3c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-3v-3zm3.5 9H10v-3h3.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5z" })
9
+ });
10
+ //#endregion
11
+ export { t as Bold };
@@ -0,0 +1,11 @@
1
+ import "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/krone_icons/Camera.jsx
4
+ var n = (n) => /* @__PURE__ */ t("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ viewBox: "0 0 24 24",
7
+ ...n,
8
+ children: [/* @__PURE__ */ e("path", { d: "M19,4h-.508L16.308,1.168A3.023,3.023,0,0,0,13.932,0H10.068A3.023,3.023,0,0,0,7.692,1.168L5.508,4H5A5.006,5.006,0,0,0,0,9V19a5.006,5.006,0,0,0,5,5H19a5.006,5.006,0,0,0,5-5V9A5.006,5.006,0,0,0,19,4ZM9.276,2.39A1.006,1.006,0,0,1,10.068,2h3.864a1.008,1.008,0,0,1,.792.39L15.966,4H8.034ZM22,19a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3V9A3,3,0,0,1,5,6H19a3,3,0,0,1,3,3Z" }), /* @__PURE__ */ e("path", { d: "M12,8a6,6,0,1,0,6,6A6.006,6.006,0,0,0,12,8Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,12,18Z" })]
9
+ });
10
+ //#endregion
11
+ export { n as Camera };
@@ -0,0 +1,30 @@
1
+ import "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/krone_icons/Chat.jsx
4
+ var n = (n) => /* @__PURE__ */ t("svg", {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...n,
11
+ children: [/* @__PURE__ */ e("mask", {
12
+ id: "mask0_167_6304",
13
+ style: { maskType: "alpha" },
14
+ maskUnits: "userSpaceOnUse",
15
+ x: "0",
16
+ y: "0",
17
+ width: "24",
18
+ height: "24",
19
+ children: /* @__PURE__ */ e("rect", {
20
+ width: "24",
21
+ height: "24",
22
+ fill: "#D9D9D9"
23
+ })
24
+ }), /* @__PURE__ */ e("g", {
25
+ mask: "url(#mask0_167_6304)",
26
+ children: /* @__PURE__ */ e("path", { d: "M22 22L18 18H8C7.45 18 6.97917 17.8042 6.5875 17.4125C6.19583 17.0208 6 16.55 6 16V15H17C17.55 15 18.0208 14.8042 18.4125 14.4125C18.8042 14.0208 19 13.55 19 13V6H20C20.55 6 21.0208 6.19583 21.4125 6.5875C21.8042 6.97917 22 7.45 22 8V22ZM4 12.175L5.175 11H15V4H4V12.175ZM2 17V4C2 3.45 2.19583 2.97917 2.5875 2.5875C2.97917 2.19583 3.45 2 4 2H15C15.55 2 16.0208 2.19583 16.4125 2.5875C16.8042 2.97917 17 3.45 17 4V11C17 11.55 16.8042 12.0208 16.4125 12.4125C16.0208 12.8042 15.55 13 15 13H6L2 17Z" })
27
+ })]
28
+ });
29
+ //#endregion
30
+ export { n as Chat };
@@ -0,0 +1,11 @@
1
+ import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ //#region src/components/icons/krone_icons/Check.jsx
4
+ var t = (t) => /* @__PURE__ */ e("svg", {
5
+ viewBox: "0 0 50 50",
6
+ xmlns: "http://www.w3.org/2000/svg",
7
+ ...t,
8
+ children: /* @__PURE__ */ e("path", { d: "M36.8236 13.5557C37.8227 14.3327 38.0026 15.7725 37.2256 16.7715L20.8002 37.8899L12.75 27.1562C11.9906 26.1437 12.1958 24.7073 13.2083 23.9479C14.2209 23.1885 15.6573 23.3937 16.4167 24.4062L20.8664 30.3393L33.6077 13.9576C34.3848 12.9586 35.8246 12.7786 36.8236 13.5557Z" })
9
+ });
10
+ //#endregion
11
+ export { t as Check };
@@ -1,17 +1,17 @@
1
- import { require_jsx_runtime as e } from "../../../node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js";
2
1
  import "react";
2
+ import { jsx as e } from "react/jsx-runtime";
3
3
  //#region src/components/icons/krone_icons/CheckBox.jsx
4
- var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
4
+ var t = (t) => /* @__PURE__ */ e("svg", {
5
5
  width: "24",
6
6
  height: "24",
7
7
  viewBox: "0 0 24 24",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
- ...e,
11
- children: /* @__PURE__ */ (0, t.jsx)("path", {
10
+ ...t,
11
+ children: /* @__PURE__ */ e("path", {
12
12
  d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 19H5V5H19V19ZM17.99 9L16.58 7.58L9.99 14.17L7.41 11.6L5.99 13.01L9.99 17L17.99 9Z",
13
13
  fill: "black"
14
14
  })
15
15
  });
16
16
  //#endregion
17
- export { n as CheckBox };
17
+ export { t as CheckBox };
@@ -0,0 +1,20 @@
1
+ import "react";
2
+ import { jsx as e, jsxs as t } from "react/jsx-runtime";
3
+ //#region src/components/icons/krone_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 };