@logora/debate 0.2.1 → 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.
- package/dist/_virtual/_rolldown/runtime.js +6 -18
- package/dist/assets/debate-89_S7oMP.css +2 -0
- package/dist/components/action/back_link/BackLink.js +15 -16
- package/dist/components/action/button/Button.js +21 -22
- package/dist/components/action/icon_text_link/IconTextLink.js +26 -27
- package/dist/components/action/link/Link.js +7 -7
- package/dist/components/ad/ad_unit/AdUnit.js +17 -17
- package/dist/components/ad/with_ad/WithAd.js +10 -10
- package/dist/components/argument/argument/Argument.js +123 -124
- package/dist/components/argument/argument/ReplyFooter.js +22 -23
- package/dist/components/argument/top_arguments/TopArguments.js +43 -43
- package/dist/components/auth/auth_modal/AuthModal.js +55 -55
- package/dist/components/auth/facebook_login_button/FacebookIcon.js +5 -5
- package/dist/components/auth/facebook_login_button/FacebookLoginButton.js +14 -14
- package/dist/components/auth/google_login_button/GoogleIcon.js +7 -7
- package/dist/components/auth/google_login_button/GoogleLoginButton.js +15 -15
- package/dist/components/auth/login_form/LoginForm.js +37 -38
- package/dist/components/auth/oauth2_button/OAuth2Button.js +18 -19
- package/dist/components/auth/signup_form/SignupForm.js +68 -69
- package/dist/components/auth/social_auth_form/SocialAuthForm.js +109 -110
- package/dist/components/auth/sso_form/SSOForm.js +68 -70
- package/dist/components/auth/use_auth/AuthProvider.js +11 -11
- package/dist/components/chart/line_chart/LineChart.js +53 -54
- package/dist/components/chart/pie_chart/PieChart.js +20 -20
- package/dist/components/consultation/consultation_box/ConsultationBox.js +70 -72
- package/dist/components/data/axios_client/httpClient.js +1 -1
- package/dist/components/data/config_provider/ConfigProvider.js +5 -5
- package/dist/components/data/config_provider/withConfig.js +5 -5
- package/dist/components/debate/debate_box/DebateBox.js +95 -97
- package/dist/components/dialog/announcement_dialog/AnnouncementDialog.js +14 -15
- package/dist/components/dialog/confirm_modal/ConfirmModal.js +26 -27
- package/dist/components/dialog/countdown/Countdown.js +12 -12
- package/dist/components/dialog/dialog_box/DialogBox.js +33 -34
- package/dist/components/dialog/drawer/Drawer.js +85 -85
- package/dist/components/dialog/dropdown/Dropdown.js +21 -22
- package/dist/components/dialog/modal/Modal.js +37 -38
- package/dist/components/dialog/modal/ModalProvider.js +14 -14
- package/dist/components/dialog/toast/Toast.js +26 -27
- package/dist/components/dialog/toast_provider/ToastProvider.js +18 -18
- package/dist/components/dialog/tooltip/Tooltip.js +23 -24
- package/dist/components/embed/embed_header/EmbedHeader.js +38 -39
- package/dist/components/error/standard_error_boundary/StandardErrorBoundary.js +7 -7
- package/dist/components/follow/follow_button/FollowButton.js +25 -26
- package/dist/components/forms/form/form.js +9 -10
- package/dist/components/forms/use_form_validation/useFormValidation.js +3 -3
- package/dist/components/gamification/badge_box/BadgeBox.js +50 -52
- package/dist/components/gamification/point_box/PointBox.js +12 -12
- package/dist/components/hooks/use_auth_required/useAuthRequired.js +10 -10
- package/dist/components/hooks/use_font_loader/useFontLoader.js +5 -5
- package/dist/components/hooks/use_relative_time/useRelativeTime.js +1 -1
- package/dist/components/hooks/use_responsive/ResponsiveProvider.js +17 -17
- package/dist/components/icons/bild_icons/Alarm.js +5 -5
- package/dist/components/icons/bild_icons/Announcement.js +5 -5
- package/dist/components/icons/bild_icons/Arrow.js +5 -5
- package/dist/components/icons/bild_icons/Blockquote.js +5 -5
- package/dist/components/icons/bild_icons/Bold.js +5 -5
- package/dist/components/icons/bild_icons/Camera.js +4 -4
- package/dist/components/icons/bild_icons/Chat.js +9 -9
- package/dist/components/icons/bild_icons/Check.js +5 -5
- package/dist/components/icons/bild_icons/CheckCircle.js +5 -5
- package/dist/components/icons/bild_icons/Checkbox.js +4 -4
- package/dist/components/icons/bild_icons/Clap.js +5 -5
- package/dist/components/icons/bild_icons/Clock.js +5 -5
- package/dist/components/icons/bild_icons/Close.js +5 -5
- package/dist/components/icons/bild_icons/Code.js +6 -6
- package/dist/components/icons/bild_icons/Community.js +5 -5
- package/dist/components/icons/bild_icons/Crown.js +5 -5
- package/dist/components/icons/bild_icons/Document.js +5 -5
- package/dist/components/icons/bild_icons/Downvote.js +5 -5
- package/dist/components/icons/bild_icons/Ellipsis.js +5 -5
- package/dist/components/icons/bild_icons/ExpertBadge.js +8 -8
- package/dist/components/icons/bild_icons/Facebook.js +5 -5
- package/dist/components/icons/bild_icons/Flag.js +5 -5
- package/dist/components/icons/bild_icons/Home.js +5 -5
- package/dist/components/icons/bild_icons/Italic.js +5 -5
- package/dist/components/icons/bild_icons/LightArrow.js +5 -5
- package/dist/components/icons/bild_icons/Link.js +4 -4
- package/dist/components/icons/bild_icons/Login.js +5 -5
- package/dist/components/icons/bild_icons/Logora.js +10 -10
- package/dist/components/icons/bild_icons/Mail.js +5 -5
- package/dist/components/icons/bild_icons/MinusCircle.js +5 -5
- package/dist/components/icons/bild_icons/MobileClose.js +5 -5
- package/dist/components/icons/bild_icons/MobileMenu.js +7 -7
- package/dist/components/icons/bild_icons/Next.js +7 -7
- package/dist/components/icons/bild_icons/OpenBlank.js +5 -5
- package/dist/components/icons/bild_icons/OrderedList.js +5 -5
- package/dist/components/icons/bild_icons/PauseCircle.js +6 -6
- package/dist/components/icons/bild_icons/Point.js +5 -5
- package/dist/components/icons/bild_icons/Question.js +5 -5
- package/dist/components/icons/bild_icons/Refresh.js +4 -4
- package/dist/components/icons/bild_icons/Reply.js +4 -4
- package/dist/components/icons/bild_icons/Search.js +5 -5
- package/dist/components/icons/bild_icons/Send.js +5 -5
- package/dist/components/icons/bild_icons/Share.js +5 -5
- package/dist/components/icons/bild_icons/SmallArrow.js +5 -5
- package/dist/components/icons/bild_icons/Source.js +5 -5
- package/dist/components/icons/bild_icons/Suggestion.js +5 -5
- package/dist/components/icons/bild_icons/Twitter.js +7 -7
- package/dist/components/icons/bild_icons/Underline.js +5 -5
- package/dist/components/icons/bild_icons/Upvote.js +5 -5
- package/dist/components/icons/bild_icons/User.js +5 -5
- package/dist/components/icons/bild_icons/Versus.js +5 -5
- package/dist/components/icons/bild_icons/Votebox.js +5 -5
- package/dist/components/icons/hero_icons/Alarm.js +5 -5
- package/dist/components/icons/hero_icons/Announcement.js +5 -5
- package/dist/components/icons/hero_icons/Arrow.js +5 -5
- package/dist/components/icons/hero_icons/Blockquote.js +7 -7
- package/dist/components/icons/hero_icons/Bold.js +5 -5
- package/dist/components/icons/hero_icons/Camera.js +5 -5
- package/dist/components/icons/hero_icons/Chat.js +5 -5
- package/dist/components/icons/hero_icons/Check.js +5 -5
- package/dist/components/icons/hero_icons/CheckCircle.js +5 -5
- package/dist/components/icons/hero_icons/Checkbox.js +5 -5
- package/dist/components/icons/hero_icons/Clap.js +5 -5
- package/dist/components/icons/hero_icons/Clock.js +5 -5
- package/dist/components/icons/hero_icons/Close.js +5 -5
- package/dist/components/icons/hero_icons/Code.js +5 -5
- package/dist/components/icons/hero_icons/Community.js +5 -5
- package/dist/components/icons/hero_icons/Crown.js +5 -5
- package/dist/components/icons/hero_icons/Downvote.js +5 -5
- package/dist/components/icons/hero_icons/Ellipsis.js +5 -5
- package/dist/components/icons/hero_icons/ExpertBadge.js +5 -5
- package/dist/components/icons/hero_icons/Facebook.js +5 -5
- package/dist/components/icons/hero_icons/Flag.js +5 -5
- package/dist/components/icons/hero_icons/Home.js +5 -5
- package/dist/components/icons/hero_icons/Italic.js +5 -5
- package/dist/components/icons/hero_icons/LightArrow.js +5 -5
- package/dist/components/icons/hero_icons/Link.js +5 -5
- package/dist/components/icons/hero_icons/Login.js +5 -5
- package/dist/components/icons/hero_icons/Logora.js +10 -10
- package/dist/components/icons/hero_icons/Mail.js +5 -5
- package/dist/components/icons/hero_icons/MinusCircle.js +5 -5
- package/dist/components/icons/hero_icons/MobileClose.js +5 -5
- package/dist/components/icons/hero_icons/MobileMenu.js +5 -5
- package/dist/components/icons/hero_icons/Next.js +5 -5
- package/dist/components/icons/hero_icons/OpenBlank.js +5 -5
- package/dist/components/icons/hero_icons/OrderedList.js +12 -12
- package/dist/components/icons/hero_icons/PauseCircle.js +6 -6
- package/dist/components/icons/hero_icons/Point.js +5 -5
- package/dist/components/icons/hero_icons/Question.js +5 -5
- package/dist/components/icons/hero_icons/Refresh.js +5 -5
- package/dist/components/icons/hero_icons/Reply.js +5 -5
- package/dist/components/icons/hero_icons/Search.js +5 -5
- package/dist/components/icons/hero_icons/Send.js +5 -5
- package/dist/components/icons/hero_icons/Share.js +5 -5
- package/dist/components/icons/hero_icons/SmallArrow.js +5 -5
- package/dist/components/icons/hero_icons/Source.js +5 -5
- package/dist/components/icons/hero_icons/Suggestion.js +5 -5
- package/dist/components/icons/hero_icons/Twitter.js +7 -7
- package/dist/components/icons/hero_icons/Underline.js +7 -7
- package/dist/components/icons/hero_icons/Upvote.js +5 -5
- package/dist/components/icons/hero_icons/User.js +5 -5
- package/dist/components/icons/hero_icons/Versus.js +5 -5
- package/dist/components/icons/hero_icons/Votebox.js +5 -5
- package/dist/components/icons/icon/Icon.js +9 -9
- package/dist/components/icons/icon_provider/IconProvider.js +5 -5
- package/dist/components/icons/krone_icons/Alarm.js +7 -7
- package/dist/components/icons/krone_icons/Announcement.js +5 -5
- package/dist/components/icons/krone_icons/Arrow.js +5 -5
- package/dist/components/icons/krone_icons/Blockquote.js +5 -5
- package/dist/components/icons/krone_icons/Bold.js +5 -5
- package/dist/components/icons/krone_icons/Camera.js +4 -4
- package/dist/components/icons/krone_icons/Chat.js +7 -7
- package/dist/components/icons/krone_icons/Check.js +5 -5
- package/dist/components/icons/krone_icons/CheckBox.js +5 -5
- package/dist/components/icons/krone_icons/CheckCircle.js +5 -5
- package/dist/components/icons/krone_icons/Clap.js +7 -7
- package/dist/components/icons/krone_icons/Clock.js +5 -5
- package/dist/components/icons/krone_icons/Close.js +5 -5
- package/dist/components/icons/krone_icons/Code.js +6 -6
- package/dist/components/icons/krone_icons/Community.js +5 -5
- package/dist/components/icons/krone_icons/Crown.js +5 -5
- package/dist/components/icons/krone_icons/Document.js +5 -5
- package/dist/components/icons/krone_icons/Downvote.js +5 -5
- package/dist/components/icons/krone_icons/Ellipsis.js +5 -5
- package/dist/components/icons/krone_icons/ExpertBadge.js +7 -7
- package/dist/components/icons/krone_icons/Facebook.js +5 -5
- package/dist/components/icons/krone_icons/Flag.js +5 -5
- package/dist/components/icons/krone_icons/Home.js +7 -7
- package/dist/components/icons/krone_icons/Italic.js +5 -5
- package/dist/components/icons/krone_icons/LightArrow.js +5 -5
- package/dist/components/icons/krone_icons/Link.js +4 -4
- package/dist/components/icons/krone_icons/Login.js +5 -5
- package/dist/components/icons/krone_icons/Logora.js +10 -10
- package/dist/components/icons/krone_icons/Mail.js +5 -5
- package/dist/components/icons/krone_icons/MinusCircle.js +5 -5
- package/dist/components/icons/krone_icons/MobileClose.js +5 -5
- package/dist/components/icons/krone_icons/MobileMenu.js +7 -7
- package/dist/components/icons/krone_icons/Next.js +7 -7
- package/dist/components/icons/krone_icons/OpenBlank.js +5 -5
- package/dist/components/icons/krone_icons/OrderedList.js +5 -5
- package/dist/components/icons/krone_icons/PauseCircle.js +6 -6
- package/dist/components/icons/krone_icons/Point.js +5 -5
- package/dist/components/icons/krone_icons/Question.js +7 -7
- package/dist/components/icons/krone_icons/Refresh.js +4 -4
- package/dist/components/icons/krone_icons/Reply.js +5 -5
- package/dist/components/icons/krone_icons/Search.js +5 -5
- package/dist/components/icons/krone_icons/Send.js +8 -8
- package/dist/components/icons/krone_icons/Share.js +5 -5
- package/dist/components/icons/krone_icons/SmallArrow.js +5 -5
- package/dist/components/icons/krone_icons/Source.js +5 -5
- package/dist/components/icons/krone_icons/Suggestion.js +7 -7
- package/dist/components/icons/krone_icons/Twitter.js +7 -7
- package/dist/components/icons/krone_icons/Underline.js +5 -5
- package/dist/components/icons/krone_icons/Upvote.js +7 -7
- package/dist/components/icons/krone_icons/User.js +7 -7
- package/dist/components/icons/krone_icons/Versus.js +5 -5
- package/dist/components/icons/krone_icons/Votebox.js +7 -7
- package/dist/components/icons/regular_icons/Alarm.js +5 -5
- package/dist/components/icons/regular_icons/Announcement.js +5 -5
- package/dist/components/icons/regular_icons/Arrow.js +5 -5
- package/dist/components/icons/regular_icons/Blockquote.js +5 -5
- package/dist/components/icons/regular_icons/Bold.js +5 -5
- package/dist/components/icons/regular_icons/Camera.js +4 -4
- package/dist/components/icons/regular_icons/Chat.js +7 -7
- package/dist/components/icons/regular_icons/Check.js +5 -5
- package/dist/components/icons/regular_icons/CheckCircle.js +5 -5
- package/dist/components/icons/regular_icons/Checkbox.js +4 -4
- package/dist/components/icons/regular_icons/Clap.js +5 -5
- package/dist/components/icons/regular_icons/Clock.js +5 -5
- package/dist/components/icons/regular_icons/Close.js +5 -5
- package/dist/components/icons/regular_icons/Code.js +6 -6
- package/dist/components/icons/regular_icons/Community.js +5 -5
- package/dist/components/icons/regular_icons/Crown.js +5 -5
- package/dist/components/icons/regular_icons/Document.js +5 -5
- package/dist/components/icons/regular_icons/Downvote.js +5 -5
- package/dist/components/icons/regular_icons/Ellipsis.js +5 -5
- package/dist/components/icons/regular_icons/ExpertBadge.js +8 -8
- package/dist/components/icons/regular_icons/Facebook.js +5 -5
- package/dist/components/icons/regular_icons/Flag.js +5 -5
- package/dist/components/icons/regular_icons/Home.js +5 -5
- package/dist/components/icons/regular_icons/Italic.js +5 -5
- package/dist/components/icons/regular_icons/LightArrow.js +5 -5
- package/dist/components/icons/regular_icons/Link.js +4 -4
- package/dist/components/icons/regular_icons/Login.js +5 -5
- package/dist/components/icons/regular_icons/Logora.js +10 -10
- package/dist/components/icons/regular_icons/Mail.js +5 -5
- package/dist/components/icons/regular_icons/MinusCircle.js +5 -5
- package/dist/components/icons/regular_icons/MobileClose.js +5 -5
- package/dist/components/icons/regular_icons/MobileMenu.js +7 -7
- package/dist/components/icons/regular_icons/Next.js +7 -7
- package/dist/components/icons/regular_icons/OpenBlank.js +5 -5
- package/dist/components/icons/regular_icons/OrderedList.js +5 -5
- package/dist/components/icons/regular_icons/PauseCircle.js +6 -6
- package/dist/components/icons/regular_icons/Point.js +5 -5
- package/dist/components/icons/regular_icons/Question.js +5 -5
- package/dist/components/icons/regular_icons/Refresh.js +4 -4
- package/dist/components/icons/regular_icons/Reply.js +4 -4
- package/dist/components/icons/regular_icons/Search.js +5 -5
- package/dist/components/icons/regular_icons/Send.js +5 -5
- package/dist/components/icons/regular_icons/Share.js +5 -5
- package/dist/components/icons/regular_icons/SmallArrow.js +5 -5
- package/dist/components/icons/regular_icons/Source.js +5 -5
- package/dist/components/icons/regular_icons/Suggestion.js +5 -5
- package/dist/components/icons/regular_icons/Twitter.js +7 -7
- package/dist/components/icons/regular_icons/Underline.js +5 -5
- package/dist/components/icons/regular_icons/Upvote.js +5 -5
- package/dist/components/icons/regular_icons/User.js +5 -5
- package/dist/components/icons/regular_icons/Versus.js +5 -5
- package/dist/components/icons/regular_icons/Votebox.js +5 -5
- package/dist/components/icons/spiegel_icons/Alarm.js +5 -5
- package/dist/components/icons/spiegel_icons/Announcement.js +5 -5
- package/dist/components/icons/spiegel_icons/Arrow.js +5 -5
- package/dist/components/icons/spiegel_icons/Blockquote.js +7 -7
- package/dist/components/icons/spiegel_icons/Bold.js +5 -5
- package/dist/components/icons/spiegel_icons/Camera.js +4 -4
- package/dist/components/icons/spiegel_icons/Chat.js +5 -5
- package/dist/components/icons/spiegel_icons/Check.js +5 -5
- package/dist/components/icons/spiegel_icons/CheckCircle.js +5 -5
- package/dist/components/icons/spiegel_icons/Checkbox.js +7 -7
- package/dist/components/icons/spiegel_icons/Clap.js +7 -7
- package/dist/components/icons/spiegel_icons/Clock.js +7 -7
- package/dist/components/icons/spiegel_icons/Close.js +5 -5
- package/dist/components/icons/spiegel_icons/Code.js +6 -6
- package/dist/components/icons/spiegel_icons/Community.js +5 -5
- package/dist/components/icons/spiegel_icons/Crown.js +5 -5
- package/dist/components/icons/spiegel_icons/Downvote.js +5 -5
- package/dist/components/icons/spiegel_icons/Ellipsis.js +5 -5
- package/dist/components/icons/spiegel_icons/ExpertBadge.js +8 -8
- package/dist/components/icons/spiegel_icons/Facebook.js +5 -5
- package/dist/components/icons/spiegel_icons/Flag.js +5 -5
- package/dist/components/icons/spiegel_icons/Home.js +5 -5
- package/dist/components/icons/spiegel_icons/Italic.js +5 -5
- package/dist/components/icons/spiegel_icons/LightArrow.js +5 -5
- package/dist/components/icons/spiegel_icons/Link.js +9 -9
- package/dist/components/icons/spiegel_icons/Login.js +5 -5
- package/dist/components/icons/spiegel_icons/Logora.js +10 -10
- package/dist/components/icons/spiegel_icons/Mail.js +5 -5
- package/dist/components/icons/spiegel_icons/MinusCircle.js +5 -5
- package/dist/components/icons/spiegel_icons/MobileClose.js +5 -5
- package/dist/components/icons/spiegel_icons/MobileMenu.js +7 -7
- package/dist/components/icons/spiegel_icons/Next.js +7 -7
- package/dist/components/icons/spiegel_icons/OpenBlank.js +5 -5
- package/dist/components/icons/spiegel_icons/OrderedList.js +12 -12
- package/dist/components/icons/spiegel_icons/PauseCircle.js +5 -5
- package/dist/components/icons/spiegel_icons/Point.js +5 -5
- package/dist/components/icons/spiegel_icons/Question.js +9 -9
- package/dist/components/icons/spiegel_icons/Refresh.js +4 -4
- package/dist/components/icons/spiegel_icons/Reply.js +5 -5
- package/dist/components/icons/spiegel_icons/Search.js +5 -5
- package/dist/components/icons/spiegel_icons/Send.js +5 -5
- package/dist/components/icons/spiegel_icons/Share.js +7 -7
- package/dist/components/icons/spiegel_icons/SmallArrow.js +5 -5
- package/dist/components/icons/spiegel_icons/Source.js +5 -5
- package/dist/components/icons/spiegel_icons/Suggestion.js +5 -5
- package/dist/components/icons/spiegel_icons/Twitter.js +7 -7
- package/dist/components/icons/spiegel_icons/Underline.js +7 -7
- package/dist/components/icons/spiegel_icons/Upvote.js +5 -5
- package/dist/components/icons/spiegel_icons/User.js +5 -5
- package/dist/components/icons/spiegel_icons/Versus.js +5 -5
- package/dist/components/icons/spiegel_icons/Votebox.js +7 -7
- package/dist/components/input/argument_input/ArgumentInput.js +167 -169
- package/dist/components/input/checkbox/hidden/hidden-checkbox.js +9 -11
- package/dist/components/input/checkbox/indicator/checkbox-indicator.js +11 -12
- package/dist/components/input/checkbox/label/checkbox-label.js +17 -18
- package/dist/components/input/input_provider/InputProvider.js +7 -7
- package/dist/components/input/search_input/SearchInput.js +25 -25
- package/dist/components/input/select/Select.js +38 -39
- package/dist/components/input/text_editor/TextEditor.js +107 -108
- package/dist/components/input/text_editor/lexicalToHtml.js +10 -10
- package/dist/components/input/text_editor/plugins/AutoSavePlugin.js +12 -12
- package/dist/components/input/text_editor/plugins/FocusPlugin.js +4 -4
- package/dist/components/input/text_editor/plugins/MaxLengthPlugin.js +14 -14
- package/dist/components/input/text_editor/plugins/ResetPlugin.js +9 -9
- package/dist/components/input/text_editor/plugins/SetContentPlugin.js +8 -8
- package/dist/components/input/text_editor/plugins/SetRichContentPlugin.js +4 -4
- package/dist/components/input/text_editor/plugins/ToolbarPlugin.js +84 -85
- package/dist/components/input/text_input/TextInput.js +28 -29
- package/dist/components/input/text_input/color-accent.js +8 -9
- package/dist/components/input/text_input/message.js +9 -11
- package/dist/components/input/toggle/Toggle.js +19 -21
- package/dist/components/input/toggle_position/TogglePosition.js +33 -34
- package/dist/components/intl/intl_provider/IntlProvider.js +28 -28
- package/dist/components/list/list_provider/ListProvider.js +7 -7
- package/dist/components/list/paginated_list/PaginatedList.js +133 -134
- package/dist/components/list/paginated_list/VotePaginatedList.js +13 -13
- package/dist/components/list/paginated_list/action_bar/ActionBar.js +53 -54
- package/dist/components/list/pagination/Pagination.js +17 -17
- package/dist/components/modal/side_modal/SideModal.js +36 -36
- package/dist/components/navbar/navbar_button/NavbarButton.js +16 -17
- package/dist/components/navbar/navbar_modal/NavbarModal.js +85 -86
- package/dist/components/notification/notification_item/NotificationItem.js +31 -32
- package/dist/components/notification/notification_menu/NotificationMenu.js +27 -27
- package/dist/components/progress/loader/Loader.js +7 -7
- package/dist/components/progress/progress_bar/ProgressBar.js +37 -38
- package/dist/components/proposal/proposal_box/ProposalBox.js +72 -73
- package/dist/components/report/report_box/ReportBox.js +59 -60
- package/dist/components/section/section_box/SectionBox.js +27 -28
- package/dist/components/share/share_box/ShareBox.js +53 -53
- package/dist/components/share/share_button/ShareButton.js +43 -44
- package/dist/components/share/share_modal/ShareModal.js +12 -12
- package/dist/components/skeleton/box_skeleton/BoxSkeleton.js +22 -22
- package/dist/components/skeleton/user_content_skeleton/UserContentSkeleton.js +31 -32
- package/dist/components/source/context_source_box/ContextSourceBox.js +28 -29
- package/dist/components/source/context_source_list/ContextSourceList.js +27 -28
- package/dist/components/source/source_box/SourceBox.js +23 -23
- package/dist/components/source/source_list_item/SourceListItem.js +15 -15
- package/dist/components/source/source_modal/SourceModal.js +59 -60
- package/dist/components/suggestion/suggestion_banner/SuggestionBanner.js +46 -48
- package/dist/components/suggestion/suggestion_box/SuggestionBox.js +57 -59
- package/dist/components/suggestion/suggestion_input/SuggestionInput.js +86 -88
- package/dist/components/summary/argument_summary_box/ArgumentSummaryBox.js +40 -41
- package/dist/components/summary/keyword_box/KeywordBox.js +21 -21
- package/dist/components/summary/summary/Summary.js +34 -34
- package/dist/components/summary/summary_box/SummaryBox.js +16 -16
- package/dist/components/tag/tag/Tag.js +9 -10
- package/dist/components/text/expandable_text/ArrowIcon.js +5 -5
- package/dist/components/text/expandable_text/ExpandableText.js +36 -37
- package/dist/components/text/read_more/ReadMore.js +46 -47
- package/dist/components/tools/hash_scroll/HashScroll.js +12 -12
- package/dist/components/translation/translated_content/TranslatedContent.js +3 -3
- package/dist/components/translation/translated_content/useTranslatedContent.js +5 -5
- package/dist/components/translation/translation_button/TranslationButton.js +14 -16
- package/dist/components/user/author_box/AuthorBox.js +69 -71
- package/dist/components/user/avatar/Avatar.js +37 -38
- package/dist/components/user/avatar/DefaultAvatar.js +6 -6
- package/dist/components/user/avatar_selector/AvatarSelector.js +55 -56
- package/dist/components/user/update_user_info_modal/UpdateUserInfoModal.js +123 -124
- package/dist/components/user/update_user_info_modal/useUpdateUserInfo.js +12 -12
- package/dist/components/user/user_box/UserBox.js +47 -49
- package/dist/components/user/user_box_small/UserBoxSmall.js +26 -27
- package/dist/components/user_content/content_footer/ContentFooter.js +84 -85
- package/dist/components/user_content/content_header/ContentHeader.js +68 -69
- package/dist/components/user_content/summary_content_box/SummaryContentBox.js +42 -43
- package/dist/components/user_content/use_delete_content/useDeleteContent.js +16 -16
- package/dist/components/user_content/use_report_content/ReportModal.js +117 -118
- package/dist/components/user_content/use_report_content/useReportContent.js +13 -13
- package/dist/components/util/location/Location.js +1 -1
- package/dist/components/vote/suggestion_vote_box/SuggestionVoteBox.js +37 -37
- package/dist/components/vote/up_down_vote_box/UpDownVoteBox.js +31 -32
- package/dist/components/vote/vote_box/VoteBox.js +165 -167
- package/dist/components/vote/vote_button/VoteButton.js +21 -22
- package/dist/components/vote/vote_provider/VoteProvider.js +17 -17
- package/package.json +7 -2
- package/dist/assets/debate-Bv79XlHp.css +0 -2
- package/dist/node_modules/.pnpm/@formatjs_fast-memoize@2.2.7/node_modules/@formatjs/fast-memoize/lib/index.js +0 -51
- 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
- package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/error.js +0 -7
- package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/index.js +0 -26
- package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/manipulator.js +0 -1
- package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/parser.js +0 -499
- package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/regex.generated.js +0 -4
- 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
- package/dist/node_modules/.pnpm/@formatjs_icu-messageformat-parser@2.11.4/node_modules/@formatjs/icu-messageformat-parser/lib/types.js +0 -44
- package/dist/node_modules/.pnpm/@formatjs_icu-skeleton-parser@1.8.16/node_modules/@formatjs/icu-skeleton-parser/lib/date-time.js +0 -101
- package/dist/node_modules/.pnpm/@formatjs_icu-skeleton-parser@1.8.16/node_modules/@formatjs/icu-skeleton-parser/lib/number.js +0 -182
- package/dist/node_modules/.pnpm/@formatjs_icu-skeleton-parser@1.8.16/node_modules/@formatjs/icu-skeleton-parser/lib/regex.generated.js +0 -4
- 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
- package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/dateTime.js +0 -80
- package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/displayName.js +0 -22
- package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/error.js +0 -66
- package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/list.js +0 -39
- package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/message.js +0 -59
- package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/number.js +0 -53
- package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/plural.js +0 -18
- package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/relativeTime.js +0 -22
- package/dist/node_modules/.pnpm/@formatjs_intl@3.1.8_typescript@5.9.3/node_modules/@formatjs/intl/lib/src/utils.js +0 -115
- package/dist/node_modules/.pnpm/@kurkle_color@0.3.4/node_modules/@kurkle/color/dist/color.esm.js +0 -470
- package/dist/node_modules/.pnpm/@lexical_clipboard@0.38.2/node_modules/@lexical/clipboard/LexicalClipboard.prod.js +0 -163
- package/dist/node_modules/.pnpm/@lexical_dragon@0.38.2/node_modules/@lexical/dragon/LexicalDragon.prod.js +0 -51
- package/dist/node_modules/.pnpm/@lexical_extension@0.38.2/node_modules/@lexical/extension/LexicalExtension.prod.js +0 -796
- package/dist/node_modules/.pnpm/@lexical_headless@0.38.2/node_modules/@lexical/headless/LexicalHeadless.prod.js +0 -21
- package/dist/node_modules/.pnpm/@lexical_history@0.38.2/node_modules/@lexical/history/LexicalHistory.prod.js +0 -132
- package/dist/node_modules/.pnpm/@lexical_html@0.38.2/node_modules/@lexical/html/LexicalHtml.prod.js +0 -88
- package/dist/node_modules/.pnpm/@lexical_list@0.38.2/node_modules/@lexical/list/LexicalList.prod.js +0 -737
- package/dist/node_modules/.pnpm/@lexical_overflow@0.38.2/node_modules/@lexical/overflow/LexicalOverflow.prod.js +0 -37
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@lexical_rich-text@0.38.2/node_modules/@lexical/rich-text/LexicalRichText.prod.js +0 -418
- package/dist/node_modules/.pnpm/@lexical_selection@0.38.2/node_modules/@lexical/selection/LexicalSelection.prod.js +0 -170
- package/dist/node_modules/.pnpm/@lexical_text@0.38.2/node_modules/@lexical/text/LexicalText.prod.js +0 -33
- package/dist/node_modules/.pnpm/@lexical_utils@0.38.2/node_modules/@lexical/utils/LexicalUtils.prod.js +0 -112
- 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
- package/dist/node_modules/.pnpm/@rooks_use-previous@4.11.2/node_modules/@rooks/use-previous/lib/index.esm.js +0 -10
- 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
- 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
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/adapters/adapters.js +0 -41
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/adapters/fetch.js +0 -128
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/adapters/xhr.js +0 -59
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/axios.js +0 -30
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/cancel/CancelToken.js +0 -59
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/cancel/CanceledError.js +0 -9
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/cancel/isCancel.js +0 -6
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/Axios.js +0 -131
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/AxiosError.js +0 -34
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/AxiosHeaders.js +0 -171
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/InterceptorManager.js +0 -28
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/buildFullPath.js +0 -9
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/dispatchRequest.js +0 -23
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/mergeConfig.js +0 -67
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/settle.js +0 -8
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/core/transformData.js +0 -12
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/defaults/index.js +0 -81
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/defaults/transitional.js +0 -9
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/env/data.js +0 -4
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -32
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -77
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/bind.js +0 -8
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/buildURL.js +0 -17
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/combineURLs.js +0 -6
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/composeSignals.js +0 -27
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/cookies.js +0 -26
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/formDataToJSON.js +0 -27
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -6
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/isAxiosError.js +0 -7
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -5
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/parseHeaders.js +0 -28
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/parseProtocol.js +0 -7
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/progressEventReducer.js +0 -30
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/resolveConfig.js +0 -28
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/speedometer.js +0 -16
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/spread.js +0 -8
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/throttle.js +0 -14
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/toFormData.js +0 -67
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -14
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/trackStream.js +0 -51
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/helpers/validator.js +0 -47
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -4
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -4
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -5
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/browser/index.js +0 -22
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/common/utils.js +0 -15
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/platform/index.js +0 -9
- package/dist/node_modules/.pnpm/axios@1.14.0/node_modules/axios/lib/utils.js +0 -235
- package/dist/node_modules/.pnpm/chart.js@4.5.1/node_modules/chart.js/auto/auto.js +0 -5
- package/dist/node_modules/.pnpm/chart.js@4.5.1/node_modules/chart.js/dist/chart.js +0 -6301
- package/dist/node_modules/.pnpm/chart.js@4.5.1/node_modules/chart.js/dist/chunks/helpers.dataset.js +0 -1381
- 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
- package/dist/node_modules/.pnpm/classnames@2.5.1/node_modules/classnames/index.js +0 -32
- package/dist/node_modules/.pnpm/copy-to-clipboard@3.3.3/node_modules/copy-to-clipboard/index.js +0 -43
- package/dist/node_modules/.pnpm/dompurify@3.3.3/node_modules/dompurify/dist/purify.es.js +0 -549
- package/dist/node_modules/.pnpm/flat@5.0.2/node_modules/flat/index.js +0 -59
- package/dist/node_modules/.pnpm/goober@2.1.18_csstype@3.2.3/node_modules/goober/dist/goober.modern.js +0 -75
- 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
- package/dist/node_modules/.pnpm/intl-messageformat@10.7.18/node_modules/intl-messageformat/lib/src/core.js +0 -154
- package/dist/node_modules/.pnpm/intl-messageformat@10.7.18/node_modules/intl-messageformat/lib/src/error.js +0 -36
- package/dist/node_modules/.pnpm/intl-messageformat@10.7.18/node_modules/intl-messageformat/lib/src/formatters.js +0 -107
- package/dist/node_modules/.pnpm/lexical@0.38.2/node_modules/lexical/Lexical.prod.js +0 -5093
- package/dist/node_modules/.pnpm/path-to-regexp@6.3.0/node_modules/path-to-regexp/dist.es2015/index.js +0 -198
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.js +0 -82
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js +0 -62
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +0 -10
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.development.js +0 -453
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -27
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js +0 -10
- package/dist/node_modules/.pnpm/toggle-selection@1.0.6/node_modules/toggle-selection/index.js +0 -26
- package/dist/node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/tslib.es6.js +0 -34
- package/dist/node_modules/.pnpm/use-debounce@10.1.1_react@18.3.1/node_modules/use-debounce/dist/index.module.js +0 -70
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/webfontloader@1.6.28/node_modules/webfontloader/webfontloader.js +0 -482
|
@@ -1,12 +1,12 @@
|
|
|
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/hero_icons/Italic.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
viewBox: "0 0 50 50",
|
|
6
6
|
fill: "none",
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
...
|
|
9
|
-
children: /* @__PURE__ */ (
|
|
8
|
+
...t,
|
|
9
|
+
children: /* @__PURE__ */ e("path", {
|
|
10
10
|
fillRule: "evenodd",
|
|
11
11
|
clipRule: "evenodd",
|
|
12
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",
|
|
@@ -14,4 +14,4 @@ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
|
14
14
|
})
|
|
15
15
|
});
|
|
16
16
|
//#endregion
|
|
17
|
-
export {
|
|
17
|
+
export { t as Italic };
|
|
@@ -1,12 +1,12 @@
|
|
|
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/hero_icons/LightArrow.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
viewBox: "0 0 50 25",
|
|
6
6
|
fill: "black",
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
...
|
|
9
|
-
children: /* @__PURE__ */ (
|
|
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
10
|
});
|
|
11
11
|
//#endregion
|
|
12
|
-
export {
|
|
12
|
+
export { t as LightArrow };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/Link.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Link };
|
|
@@ -1,14 +1,14 @@
|
|
|
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/hero_icons/Login.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "black",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: 1.5,
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
14
|
fill: "none",
|
|
@@ -16,4 +16,4 @@ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsx)("svg", {
|
|
|
16
16
|
})
|
|
17
17
|
});
|
|
18
18
|
//#endregion
|
|
19
|
-
export {
|
|
19
|
+
export { t as Login };
|
|
@@ -1,23 +1,23 @@
|
|
|
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, jsxs as t } from "react/jsx-runtime";
|
|
3
3
|
//#region src/components/icons/hero_icons/Logora.jsx
|
|
4
|
-
var
|
|
4
|
+
var n = (n) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
version: "1.0",
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
7
|
viewBox: "0 0 144 144",
|
|
8
8
|
preserveAspectRatio: "xMidYMid meet",
|
|
9
|
-
...
|
|
10
|
-
children: /* @__PURE__ */
|
|
9
|
+
...n,
|
|
10
|
+
children: /* @__PURE__ */ t("g", {
|
|
11
11
|
transform: "translate(0.000000,144.000000) scale(0.100000,-0.100000)",
|
|
12
12
|
fill: "#000000",
|
|
13
13
|
stroke: "none",
|
|
14
14
|
children: [
|
|
15
|
-
/* @__PURE__ */ (
|
|
16
|
-
/* @__PURE__ */ (
|
|
17
|
-
/* @__PURE__ */ (
|
|
18
|
-
/* @__PURE__ */ (
|
|
19
|
-
/* @__PURE__ */ (
|
|
20
|
-
/* @__PURE__ */ (
|
|
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
21
|
]
|
|
22
22
|
})
|
|
23
23
|
});
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/Mail.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Mail };
|
|
@@ -1,19 +1,19 @@
|
|
|
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, jsxs as t } from "react/jsx-runtime";
|
|
3
3
|
//#region src/components/icons/hero_icons/MinusCircle.jsx
|
|
4
|
-
var
|
|
4
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
5
5
|
viewBox: "0 0 24 24",
|
|
6
6
|
fill: "none",
|
|
7
7
|
stroke: "currentColor",
|
|
8
8
|
strokeWidth: "2",
|
|
9
9
|
strokeLinecap: "round",
|
|
10
10
|
strokeLinejoin: "round",
|
|
11
|
-
...
|
|
12
|
-
children: [/* @__PURE__ */ (
|
|
11
|
+
...n,
|
|
12
|
+
children: [/* @__PURE__ */ e("circle", {
|
|
13
13
|
cx: "12",
|
|
14
14
|
cy: "12",
|
|
15
15
|
r: "10"
|
|
16
|
-
}), /* @__PURE__ */ (
|
|
16
|
+
}), /* @__PURE__ */ e("line", {
|
|
17
17
|
x1: "8",
|
|
18
18
|
y1: "12",
|
|
19
19
|
x2: "16",
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/MobileClose.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as MobileClose };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/MobileMenu.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
14
|
d: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as MobileMenu };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/Next.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Next };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/OpenBlank.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as OpenBlank };
|
|
@@ -1,42 +1,42 @@
|
|
|
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, jsxs as t } from "react/jsx-runtime";
|
|
3
3
|
//#region src/components/icons/hero_icons/OrderedList.jsx
|
|
4
|
-
var
|
|
4
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
5
5
|
viewBox: "0 0 50 50",
|
|
6
6
|
fill: "none",
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
-
...
|
|
9
|
-
children: [/* @__PURE__ */
|
|
8
|
+
...n,
|
|
9
|
+
children: [/* @__PURE__ */ t("g", {
|
|
10
10
|
clipPath: "url(#clip0_2638_39838)",
|
|
11
11
|
children: [
|
|
12
|
-
/* @__PURE__ */ (
|
|
12
|
+
/* @__PURE__ */ e("path", {
|
|
13
13
|
d: "M2.60488 14.5495H0.40412V16.1948H6.22507V14.5495H4.33684V6H2.80021L0.391098 7.15327L0.794782 8.59869L2.60488 7.73759V14.5495Z",
|
|
14
14
|
fill: "black"
|
|
15
15
|
}),
|
|
16
|
-
/* @__PURE__ */ (
|
|
16
|
+
/* @__PURE__ */ e("path", {
|
|
17
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
18
|
fill: "black"
|
|
19
19
|
}),
|
|
20
|
-
/* @__PURE__ */ (
|
|
20
|
+
/* @__PURE__ */ e("path", {
|
|
21
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
22
|
fill: "black"
|
|
23
23
|
}),
|
|
24
|
-
/* @__PURE__ */ (
|
|
24
|
+
/* @__PURE__ */ e("path", {
|
|
25
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
26
|
fill: "black"
|
|
27
27
|
}),
|
|
28
|
-
/* @__PURE__ */ (
|
|
28
|
+
/* @__PURE__ */ e("path", {
|
|
29
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
30
|
fill: "black"
|
|
31
31
|
}),
|
|
32
|
-
/* @__PURE__ */ (
|
|
32
|
+
/* @__PURE__ */ e("path", {
|
|
33
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
34
|
fill: "black"
|
|
35
35
|
})
|
|
36
36
|
]
|
|
37
|
-
}), /* @__PURE__ */ (
|
|
37
|
+
}), /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", {
|
|
38
38
|
id: "clip0_2638_39838",
|
|
39
|
-
children: /* @__PURE__ */ (
|
|
39
|
+
children: /* @__PURE__ */ e("rect", {
|
|
40
40
|
width: "50",
|
|
41
41
|
height: "50",
|
|
42
42
|
fill: "white"
|
|
@@ -1,7 +1,7 @@
|
|
|
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, jsxs as t } from "react/jsx-runtime";
|
|
3
3
|
//#region src/components/icons/hero_icons/PauseCircle.jsx
|
|
4
|
-
var
|
|
4
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
5
5
|
fill: "none",
|
|
6
6
|
stroke: "currentColor",
|
|
7
7
|
"stroke-linecap": "round",
|
|
@@ -9,20 +9,20 @@ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
|
9
9
|
"stroke-width": "2",
|
|
10
10
|
viewBox: "0 0 24 24",
|
|
11
11
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...
|
|
12
|
+
...n,
|
|
13
13
|
children: [
|
|
14
|
-
/* @__PURE__ */ (
|
|
14
|
+
/* @__PURE__ */ e("circle", {
|
|
15
15
|
cx: "12",
|
|
16
16
|
cy: "12",
|
|
17
17
|
r: "10"
|
|
18
18
|
}),
|
|
19
|
-
/* @__PURE__ */ (
|
|
19
|
+
/* @__PURE__ */ e("line", {
|
|
20
20
|
x1: "10",
|
|
21
21
|
x2: "10",
|
|
22
22
|
y1: "15",
|
|
23
23
|
y2: "9"
|
|
24
24
|
}),
|
|
25
|
-
/* @__PURE__ */ (
|
|
25
|
+
/* @__PURE__ */ e("line", {
|
|
26
26
|
x1: "14",
|
|
27
27
|
x2: "14",
|
|
28
28
|
y1: "15",
|
|
@@ -1,18 +1,18 @@
|
|
|
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, jsxs as t } from "react/jsx-runtime";
|
|
3
3
|
//#region src/components/icons/hero_icons/Point.jsx
|
|
4
|
-
var
|
|
4
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
5
5
|
viewBox: "0 0 17 17",
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
...
|
|
8
|
-
children: [/* @__PURE__ */ (
|
|
7
|
+
...n,
|
|
8
|
+
children: [/* @__PURE__ */ e("circle", {
|
|
9
9
|
cx: "8.5",
|
|
10
10
|
cy: "8.5",
|
|
11
11
|
r: "8.1",
|
|
12
12
|
stroke: "black",
|
|
13
13
|
strokeWidth: ".8px",
|
|
14
14
|
fill: "transparent"
|
|
15
|
-
}), /* @__PURE__ */ (
|
|
15
|
+
}), /* @__PURE__ */ e("path", {
|
|
16
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
17
|
fill: "black"
|
|
18
18
|
})]
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/Question.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Question };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/Refresh.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Refresh };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/Reply.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Reply };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/Search.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Search };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/Send.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Send };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/Share.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Share };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/SmallArrow.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
14
|
d: "M19.5 8.25l-7.5 7.5-7.5-7.5"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as SmallArrow };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/Source.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Source };
|
|
@@ -1,18 +1,18 @@
|
|
|
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/hero_icons/Suggestion.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
fill: "none",
|
|
7
7
|
viewBox: "0 0 24 24",
|
|
8
8
|
strokeWidth: 1.5,
|
|
9
9
|
stroke: "currentColor",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
10
|
+
...t,
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
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
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Suggestion };
|