@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,11 +1,11 @@
|
|
|
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/bild_icons/User.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
viewBox: "0 0 24 24",
|
|
7
|
-
...
|
|
8
|
-
children: /* @__PURE__ */ (
|
|
7
|
+
...t,
|
|
8
|
+
children: /* @__PURE__ */ e("path", { d: "M7.5,13A4.5,4.5,0,1,1,12,8.5,4.505,4.505,0,0,1,7.5,13Zm0-7A2.5,2.5,0,1,0,10,8.5,2.5,2.5,0,0,0,7.5,6ZM15,23v-.5a7.5,7.5,0,0,0-15,0V23a1,1,0,0,0,2,0v-.5a5.5,5.5,0,0,1,11,0V23a1,1,0,0,0,2,0Zm9-5a7,7,0,0,0-11.667-5.217,1,1,0,1,0,1.334,1.49A5,5,0,0,1,22,18a1,1,0,0,0,2,0ZM17.5,9A4.5,4.5,0,1,1,22,4.5,4.505,4.505,0,0,1,17.5,9Zm0-7A2.5,2.5,0,1,0,20,4.5,2.5,2.5,0,0,0,17.5,2Z" })
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
|
-
export {
|
|
11
|
+
export { t as User };
|
|
@@ -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/bild_icons/Versus.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
viewBox: "0 0 28 28",
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
...
|
|
8
|
-
children: /* @__PURE__ */ (
|
|
7
|
+
...t,
|
|
8
|
+
children: /* @__PURE__ */ e("path", {
|
|
9
9
|
d: "M14.8686 11L11.8386 18H10.2386L7.21859 11H8.96859L11.0986 16L13.2586 11H14.8686ZM17.753 18.12C17.1997 18.12 16.663 18.0467 16.143 17.9C15.6297 17.7467 15.2164 17.55 14.903 17.31L15.453 16.09C15.753 16.31 16.1097 16.4867 16.523 16.62C16.9364 16.7533 17.3497 16.82 17.763 16.82C18.223 16.82 18.563 16.7533 18.783 16.62C19.003 16.48 19.113 16.2967 19.113 16.07C19.113 15.9033 19.0464 15.7667 18.913 15.66C18.7864 15.5467 18.6197 15.4567 18.413 15.39C18.213 15.3233 17.9397 15.25 17.593 15.17C17.0597 15.0433 16.623 14.9167 16.283 14.79C15.943 14.6633 15.6497 14.46 15.403 14.18C15.163 13.9 15.043 13.5267 15.043 13.06C15.043 12.6533 15.153 12.2867 15.373 11.96C15.593 11.6267 15.923 11.3633 16.363 11.17C16.8097 10.9767 17.353 10.88 17.993 10.88C18.4397 10.88 18.8764 10.9333 19.303 11.04C19.7297 11.1467 20.103 11.3 20.423 11.5L19.923 12.73C19.2764 12.3633 18.6297 12.18 17.983 12.18C17.5297 12.18 17.193 12.2533 16.973 12.4C16.7597 12.5467 16.653 12.74 16.653 12.98C16.653 13.22 16.7764 13.4 17.023 13.52C17.2764 13.6333 17.6597 13.7467 18.173 13.86C18.7064 13.9867 19.143 14.1133 19.483 14.24C19.823 14.3667 20.113 14.5667 20.353 14.84C20.5997 15.1133 20.723 15.4833 20.723 15.95C20.723 16.35 20.6097 16.7167 20.383 17.05C20.163 17.3767 19.8297 17.6367 19.383 17.83C18.9364 18.0233 18.393 18.12 17.753 18.12Z",
|
|
10
10
|
fill: "#FFF"
|
|
11
11
|
})
|
|
12
12
|
});
|
|
13
13
|
//#endregion
|
|
14
|
-
export {
|
|
14
|
+
export { t as Versus };
|
|
@@ -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/bild_icons/Votebox.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
viewBox: "0 0 20 24",
|
|
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: "M12.353.956c-.221.062-.443.2-.615.38A836.4 836.4 0 0 0 7.03 6.93c-.424.527-.498 1.273-.187 1.908.047.096.267.39.489.653.222.262.403.487.403.497 0 .011-1.122.025-2.494.03l-2.493.01-.175.093c-.328.174-.585.492-.73.901-.062.173-.072.309-.084 1.193-.019 1.355.044 1.641.466 2.097l.188.203.01 4.196c.009 4.192.01 4.197.084 4.392.114.296.18.41.34.583.183.2.348.305.589.375.17.049.891.054 6.978.046l6.789-.009.202-.1c.249-.122.519-.391.639-.636.198-.404.19-.215.191-4.702v-4.143l.185-.185c.203-.203.346-.462.427-.774.065-.25.076-2.068.014-2.365-.095-.455-.371-.847-.737-1.046l-.221-.119-2.438-.018-2.438-.017 1.488-1.768a99.013 99.013 0 0 0 1.575-1.898c.324-.482.365-1.205.098-1.75-.094-.192-2.518-3.118-2.774-3.348-.282-.254-.726-.368-1.061-.273m1.555 3.046 1.141 1.36-.078.098c-.043.054-.921 1.1-1.951 2.324l-1.872 2.226H9.636l-.815-.969c-.449-.534-.818-.987-.82-1.008-.002-.022 1.036-1.277 2.307-2.791l2.31-2.751.074.076c.042.041.589.687 1.216 1.435m3.662 8.353v.77H3.08v-1.54h14.49v.77m-.665 6.265v3.92H3.745V14.7h13.16v3.92m-8.823-1.809a.683.683 0 0 0-.259.251c-.095.153-.105.199-.105.453 0 .196.018.315.058.388.06.109 1.713 2.09 1.966 2.357.08.084.196.175.258.201.175.076.46.061.615-.03.16-.095 2.07-2.357 2.165-2.563.21-.461-.071-1.067-.522-1.127-.29-.039-.375.033-1.214 1.033-.594.708-.778.906-.808.872-.022-.024-.368-.436-.77-.915-.762-.909-.862-.998-1.122-1a.705.705 0 0 0-.262.08" })
|
|
10
10
|
});
|
|
11
11
|
//#endregion
|
|
12
|
-
export {
|
|
12
|
+
export { t as Votebox };
|
|
@@ -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/Alarm.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: "M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Alarm };
|
|
@@ -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/Announcement.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 9v3.75m9-.75a9 9 0 11-18 0 9 9 0 0118 0zm-9 3.75h.008v.008H12v-.008z"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Announcement };
|
|
@@ -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/Arrow.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: "M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Arrow };
|
|
@@ -1,22 +1,22 @@
|
|
|
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/Blockquote.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__ */ e("g", {
|
|
10
10
|
clipPath: "url(#clip0_2638_46091)",
|
|
11
|
-
children: /* @__PURE__ */ (
|
|
11
|
+
children: /* @__PURE__ */ e("path", {
|
|
12
12
|
fillRule: "evenodd",
|
|
13
13
|
clipRule: "evenodd",
|
|
14
14
|
d: "M12.3453 5L0.448582 25.3442C0.154563 25.847 -0.000268377 26.419 3.49207e-07 27.0015L0.00708538 42.353C0.00792118 44.1639 1.47622 45.6315 3.28717 45.6315H18.1241C19.9356 45.6315 21.4041 44.163 21.4041 42.3515V28.196C21.4041 26.3845 19.9356 24.916 18.1241 24.916H14.8619L24.2174 7.38399L12.3453 5ZM3.28009 27L13.995 8.67679L19.2469 9.7314L11.968 23.3718C10.8021 25.5567 12.3854 28.196 14.8619 28.196H18.1241V42.3515H3.28717L3.28009 27ZM38.128 5L26.2312 25.3442C25.9372 25.847 25.7824 26.419 25.7826 27.0015L25.7897 42.353C25.7906 44.1639 27.2589 45.6315 29.0698 45.6315H43.9067C45.7182 45.6315 47.1868 44.163 47.1868 42.3515V28.196C47.1868 26.3845 45.7182 24.916 43.9067 24.916H40.6445L50 7.38399L38.128 5ZM29.0627 27L39.7776 8.67679L45.0295 9.7314L37.7507 23.3718C36.5848 25.5567 38.168 28.196 40.6445 28.196H43.9067V42.3515H29.0698L29.0627 27Z",
|
|
15
15
|
fill: "black"
|
|
16
16
|
})
|
|
17
|
-
}), /* @__PURE__ */ (
|
|
17
|
+
}), /* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", {
|
|
18
18
|
id: "clip0_2638_46091",
|
|
19
|
-
children: /* @__PURE__ */ (
|
|
19
|
+
children: /* @__PURE__ */ e("rect", {
|
|
20
20
|
width: "50",
|
|
21
21
|
height: "50",
|
|
22
22
|
fill: "white"
|
|
@@ -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/Bold.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: "M6 50V0H25.7223C30.4779 0 34.6633 1.20067 37.6975 3.8741C40.7891 6.59806 42.2681 10.4828 42.2681 14.9509C42.2681 18.4918 41.2416 21.7084 39.2331 24.1261C42.0547 26.6221 43.5983 30.2851 43.5983 34.5395C43.5983 39.2112 41.986 43.2345 38.683 46.0325C35.4551 48.7669 31.0032 50 25.9143 50H6ZM36.909 26.2531C35.9942 25.5003 34.9178 24.9049 33.6967 24.4871C34.8427 23.9746 35.8286 23.253 36.6342 22.3505C38.2523 20.5377 39.1431 17.9951 39.1431 14.9509C39.1431 7.43316 34.2526 3.125 25.7223 3.125H9.125V46.875H25.9143C35.1659 46.875 40.4733 42.3815 40.4733 34.5395C40.4733 31.0033 39.1967 28.1358 36.909 26.2531ZM23.123 34.9087H24.5113C25.4259 34.9087 25.7592 34.7534 25.8364 34.7074C25.8828 34.6283 26.0253 34.3089 26.0253 33.4542C26.0253 32.5995 25.8621 32.2765 25.8211 32.2174C25.7665 32.1788 25.4546 31.9997 24.5113 31.9997H23.123V34.9087ZM24.5113 38.0337C27.7209 38.0337 29.1503 36.6241 29.1503 33.4542C29.1503 30.3306 27.6746 28.8747 24.5113 28.8747H19.998V38.0337H24.5113ZM24.8535 15.2755C24.7387 15.2307 24.4423 15.1509 23.8164 15.1509H23.123V17.9341H23.7502C24.4299 17.9341 24.7389 17.8431 24.8505 17.7964C24.9011 17.6813 25.0128 17.3354 25.0128 16.5392C25.0128 15.7478 24.9045 15.3966 24.8535 15.2755ZM23.7502 21.0591C26.8209 21.0591 28.1378 19.7091 28.1378 16.5392C28.1378 13.3759 26.8474 12.0259 23.8164 12.0259H19.998V21.0591H23.7502Z",
|
|
@@ -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 Bold };
|
|
@@ -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/Camera.jsx
|
|
4
|
-
var
|
|
4
|
+
var n = (n) => /* @__PURE__ */ t("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
|
+
...n,
|
|
11
|
+
children: [/* @__PURE__ */ e("path", {
|
|
12
12
|
strokeLinecap: "round",
|
|
13
13
|
strokeLinejoin: "round",
|
|
14
14
|
d: "M6.827 6.175A2.31 2.31 0 015.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 00-1.134-.175 2.31 2.31 0 01-1.64-1.055l-.822-1.316a2.192 2.192 0 00-1.736-1.039 48.774 48.774 0 00-5.232 0 2.192 2.192 0 00-1.736 1.039l-.821 1.316z"
|
|
15
|
-
}), /* @__PURE__ */ (
|
|
15
|
+
}), /* @__PURE__ */ e("path", {
|
|
16
16
|
strokeLinecap: "round",
|
|
17
17
|
strokeLinejoin: "round",
|
|
18
18
|
d: "M16.5 12.75a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zM18.75 10.5h.008v.008h-.008V10.5z"
|
|
@@ -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/Chat.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: "M8.625 9.75a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H8.25m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0H12m4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm0 0h-.375m-13.5 3.01c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.184-4.183a1.14 1.14 0 01.778-.332 48.294 48.294 0 005.83-.498c1.585-.233 2.708-1.626 2.708-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Chat };
|
|
@@ -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/Check.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: "M4.5 12.75l6 6 9-13.5"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Check };
|
|
@@ -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/CheckCircle.jsx
|
|
4
|
-
var
|
|
4
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6
6
|
viewBox: "0 0 24 24",
|
|
7
7
|
fill: "none",
|
|
@@ -9,12 +9,12 @@ var t = e(), n = (e) => /* @__PURE__ */ (0, t.jsxs)("svg", {
|
|
|
9
9
|
strokeWidth: "2",
|
|
10
10
|
strokeLinecap: "round",
|
|
11
11
|
strokeLinejoin: "round",
|
|
12
|
-
...
|
|
13
|
-
children: [/* @__PURE__ */ (
|
|
12
|
+
...n,
|
|
13
|
+
children: [/* @__PURE__ */ e("circle", {
|
|
14
14
|
cx: "12",
|
|
15
15
|
cy: "12",
|
|
16
16
|
r: "10"
|
|
17
|
-
}), /* @__PURE__ */ (
|
|
17
|
+
}), /* @__PURE__ */ e("path", { d: "M9 12l2 2 4-4" })]
|
|
18
18
|
});
|
|
19
19
|
//#endregion
|
|
20
20
|
export { n as CheckCircle };
|
|
@@ -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/Checkbox.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 12.75L11.25 15 15 9.75M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Checkbox };
|
|
@@ -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/Clap.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 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Clap };
|
|
@@ -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/Clock.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 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Clock };
|
|
@@ -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/Close.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 18L18 6M6 6l12 12"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Close };
|
|
@@ -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/Code.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: "M14.25 9.75L16.5 12l-2.25 2.25m-4.5 0L7.5 12l2.25-2.25M6 20.25h12A2.25 2.25 0 0020.25 18V6A2.25 2.25 0 0018 3.75H6A2.25 2.25 0 003.75 6v12A2.25 2.25 0 006 20.25z"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Code };
|
|
@@ -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/Community.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: "M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-13.5 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Community };
|
|
@@ -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/Crown.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: "M11.48 3.499a.562.562 0 011.04 0l2.125 5.111a.563.563 0 00.475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 00-.182.557l1.285 5.385a.562.562 0 01-.84.61l-4.725-2.885a.563.563 0 00-.586 0L6.982 20.54a.562.562 0 01-.84-.61l1.285-5.386a.562.562 0 00-.182-.557l-4.204-3.602a.563.563 0 01.321-.988l5.518-.442a.563.563 0 00.475-.345L11.48 3.5z"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Crown };
|
|
@@ -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/Downvote.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.5 15h2.25m8.024-9.75c.011.05.028.1.052.148.591 1.2.924 2.55.924 3.977a8.96 8.96 0 01-.999 4.125m.023-8.25c-.076-.365.183-.75.575-.75h.908c.889 0 1.713.518 1.972 1.368.339 1.11.521 2.287.521 3.507 0 1.553-.295 3.036-.831 4.398C20.613 14.547 19.833 15 19 15h-1.053c-.472 0-.745-.556-.5-.96a8.95 8.95 0 00.303-.54m.023-8.25H16.48a4.5 4.5 0 01-1.423-.23l-3.114-1.04a4.5 4.5 0 00-1.423-.23H6.504c-.618 0-1.217.247-1.605.729A11.95 11.95 0 002.25 12c0 .434.023.863.068 1.285C2.427 14.306 3.346 15 4.372 15h3.126c.618 0 .991.724.725 1.282A7.471 7.471 0 007.5 19.5a2.25 2.25 0 002.25 2.25.75.75 0 00.75-.75v-.633c0-.573.11-1.14.322-1.672.304-.76.93-1.33 1.653-1.715a9.04 9.04 0 002.86-2.4c.498-.634 1.226-1.08 2.032-1.08h.384"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Downvote };
|
|
@@ -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/Ellipsis.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.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM12.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM18.75 12a.75.75 0 11-1.5 0 .75.75 0 011.5 0z"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Ellipsis };
|
|
@@ -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/ExpertBadge.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 12.75L11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 01-1.043 3.296 3.745 3.745 0 01-3.296 1.043A3.745 3.745 0 0112 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 01-3.296-1.043 3.745 3.745 0 01-1.043-3.296A3.745 3.745 0 013 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 011.043-3.296 3.746 3.746 0 013.296-1.043A3.746 3.746 0 0112 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 013.296 1.043 3.746 3.746 0 011.043 3.296A3.745 3.745 0 0121 12z"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as ExpertBadge };
|
|
@@ -1,11 +1,11 @@
|
|
|
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/Facebook.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
viewBox: "0 0 300 522",
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
...
|
|
8
|
-
children: /* @__PURE__ */ (
|
|
7
|
+
...t,
|
|
8
|
+
children: /* @__PURE__ */ e("path", { d: "M180 512H98.008c-13.695 0-24.836-11.14-24.836-24.836V302.227H25.336C11.64 302.227.5 291.082.5 277.39v-79.246c0-13.696 11.14-24.836 24.836-24.836h47.836v-39.684c0-39.348 12.355-72.824 35.726-96.805C132.375 12.73 165.184 0 203.778 0l62.53.102c13.672.023 24.794 11.164 24.794 24.835v73.579c0 13.695-11.137 24.836-24.829 24.836l-42.101.015c-12.84 0-16.11 2.574-16.809 3.363-1.152 1.31-2.523 5.008-2.523 15.223v31.352h58.27c4.386 0 8.636 1.082 12.288 3.12 7.88 4.403 12.778 12.727 12.778 21.723l-.031 79.247c0 13.687-11.141 24.828-24.836 24.828h-58.47v184.941C204.84 500.86 193.696 512 180 512zm-76.813-30.016h71.633V288.79c0-9.144 7.442-16.582 16.582-16.582h66.727l.027-68.883h-66.758c-9.14 0-16.578-7.437-16.578-16.582v-44.789c0-11.726 1.192-25.062 10.043-35.086 10.696-12.117 27.551-13.515 39.301-13.515l36.922-.016V30.109l-57.332-.093c-62.024 0-100.566 39.703-100.566 103.609v53.117c0 9.14-7.438 16.582-16.579 16.582H30.516v68.883h56.093c9.141 0 16.579 7.438 16.579 16.582zM266.25 30.117h.004zm0 0" })
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
|
-
export {
|
|
11
|
+
export { t as Facebook };
|
|
@@ -1,11 +1,11 @@
|
|
|
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/Flag.jsx
|
|
4
|
-
var t =
|
|
4
|
+
var t = (t) => /* @__PURE__ */ e("svg", {
|
|
5
5
|
viewBox: "0 0 24 24",
|
|
6
6
|
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
...
|
|
8
|
-
children: /* @__PURE__ */ (
|
|
7
|
+
...t,
|
|
8
|
+
children: /* @__PURE__ */ e("path", { d: "M3.2 1C3.2 0.447 2.753 0 2.2 0S1.2 0.447 1.2 1V2.4 9.6 12.8 19.2c0 0.707 0.573 1.28 1.28 1.28s1.28-0.573 1.28-1.28v-5.12l2.57-0.644c1.644-0.412 3.384-0.22 4.902 0.536 1.768 0.884 3.82 0.992 5.668 0.296l1.388-0.52c0.5-0.188 0.832-0.664 0.832-1.196V4.332c0-0.92-0.968-1.52-1.792-1.108l-0.384 0.192c-1.852 0.928-4.032 0.928-5.884 0-1.404-0.704-3.016-0.88-4.54-0.5L3.2 1.92V1z" })
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
|
-
export {
|
|
11
|
+
export { t as Flag };
|
|
@@ -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/Home.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: "M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"
|
|
15
15
|
})
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
|
-
export {
|
|
18
|
+
export { t as Home };
|