@logora/debate 0.3.90 → 0.3.92
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/assets/components/argument/argument/Argument.module-QZdPjj_i.css +1 -0
- package/dist/assets/components/consultation/consultation_box/ConsultationBox.module-DjNiVt-p.css +1 -0
- package/dist/assets/components/follow/follow_button/FollowButton.module-C9YXM8AM.css +1 -0
- package/dist/assets/components/input/text_editor/{TextEditor.module-DePSfOvG.css → TextEditor.module-CxuSL3l3.css} +1 -1
- package/dist/assets/components/list/paginated_list/action_bar/ActionBar.module-DvwCbS9k.css +1 -0
- package/dist/assets/components/navigation/tabs/Tabs.module-CFizOU1d.css +1 -0
- package/dist/assets/components/proposal/proposal_box/ProposalBox.module-Dm8XDnr1.css +1 -0
- package/dist/assets/components/section/section_box/SectionBox.module-qQs4B6bf.css +1 -0
- package/dist/assets/components/source/context_source_list/ContextSourceList.module-DUPbI-wb.css +1 -0
- package/dist/assets/components/source/source_list_item/SourceListItem.module-fm_uHuY4.css +1 -0
- package/dist/assets/components/summary/summary/Summary.module-2bnx3egy.css +1 -0
- package/dist/assets/components/summary/summary_box/SummaryBox.module-Dr9PevSJ.css +1 -0
- package/dist/assets/components/vote/vote_box/VoteBox.module-D5sSSHpi.css +1 -0
- package/dist/components/argument/argument/Argument.js +111 -106
- package/dist/components/argument/argument/Argument.module.scss.js +31 -31
- package/dist/components/auth/providers/FormAuth.js +8 -7
- package/dist/components/auth/use_auth/base64.js +4 -0
- package/dist/components/consultation/consultation_box/ConsultationBox.js +80 -111
- package/dist/components/consultation/consultation_box/ConsultationBox.module.scss.js +31 -29
- package/dist/components/dialog/dropdown/Dropdown.js +35 -28
- package/dist/components/follow/follow_button/FollowButton.js +17 -16
- package/dist/components/follow/follow_button/FollowButton.module.scss.js +6 -4
- package/dist/components/icons/bild_icons/index.js +58 -56
- package/dist/components/icons/clarin_icons/Alarm.js +6 -0
- package/dist/components/icons/clarin_icons/Announcement.js +6 -0
- package/dist/components/icons/clarin_icons/Chat.js +6 -0
- package/dist/components/icons/clarin_icons/CheckCircle.js +9 -0
- package/dist/components/icons/clarin_icons/Clock.js +6 -0
- package/dist/components/icons/clarin_icons/Follow.js +6 -0
- package/dist/components/icons/clarin_icons/MobileClose.js +9 -0
- package/dist/components/icons/clarin_icons/Question.js +6 -0
- package/dist/components/icons/clarin_icons/Search.js +6 -0
- package/dist/components/icons/clarin_icons/Send.js +10 -0
- package/dist/components/icons/clarin_icons/Share.js +6 -0
- package/dist/components/icons/clarin_icons/Upvote.js +9 -0
- package/dist/components/icons/clarin_icons/User.js +9 -0
- package/dist/components/icons/clarin_icons/index.js +106 -0
- package/dist/components/icons/hero_icons/index.js +20 -18
- package/dist/components/icons/krone_icons/index.js +48 -46
- package/dist/components/icons/regular_icons/Follow.js +6 -0
- package/dist/components/icons/regular_icons/index.js +20 -18
- package/dist/components/icons/spiegel_icons/Downvote.js +6 -0
- package/dist/components/icons/spiegel_icons/Upvote.js +6 -0
- package/dist/components/icons/spiegel_icons/index.js +54 -52
- package/dist/components/icons/stern_icons/index.js +102 -70
- package/dist/components/input/argument_input/ArgumentInput.js +201 -197
- package/dist/components/input/select/Select.js +19 -19
- package/dist/components/input/text_editor/TextEditor.js +143 -129
- package/dist/components/input/text_editor/TextEditor.module.scss.js +5 -5
- package/dist/components/input/text_editor/plugins/FocusPlugin.js +12 -8
- package/dist/components/input/text_editor/plugins/SetContentPlugin.js +13 -13
- package/dist/components/input/text_editor/plugins/SetRichContentPlugin.js +10 -10
- package/dist/components/input/text_editor/plugins/ToolbarPlugin.js +70 -72
- package/dist/components/list/paginated_list/PaginatedList.js +152 -144
- package/dist/components/list/paginated_list/action_bar/ActionBar.js +72 -61
- package/dist/components/list/paginated_list/action_bar/ActionBar.module.scss.js +18 -16
- package/dist/components/navigation/tabs/Tabs.js +85 -24
- package/dist/components/navigation/tabs/Tabs.module.scss.js +20 -10
- package/dist/components/notification/notification_menu/NotificationMenu.js +23 -22
- package/dist/components/proposal/proposal_box/ProposalBox.js +70 -59
- package/dist/components/proposal/proposal_box/ProposalBox.module.scss.js +14 -10
- package/dist/components/section/section_box/SectionBox.js +10 -10
- package/dist/components/section/section_box/SectionBox.module.scss.js +9 -9
- package/dist/components/source/context_source_box/ContextSourceBox.js +7 -7
- package/dist/components/source/context_source_list/ContextSourceList.js +10 -13
- package/dist/components/source/context_source_list/ContextSourceList.module.scss.js +14 -12
- package/dist/components/source/source_list_item/SourceListItem.js +42 -28
- package/dist/components/source/source_list_item/SourceListItem.module.scss.js +8 -6
- package/dist/components/source/source_modal/SourceModal.js +15 -15
- package/dist/components/summary/summary/Summary.js +41 -63
- package/dist/components/summary/summary/Summary.module.scss.js +10 -6
- package/dist/components/summary/summary_box/SummaryBox.module.scss.js +9 -9
- package/dist/components/vote/vote_box/VoteBox.js +122 -143
- package/dist/components/vote/vote_box/VoteBox.module.scss.js +50 -48
- package/dist/index.js +323 -319
- package/package.json +1 -1
- package/dist/assets/components/argument/argument/Argument.module-gLfNRLks.css +0 -1
- package/dist/assets/components/consultation/consultation_box/ConsultationBox.module-BnTr5IaF.css +0 -1
- package/dist/assets/components/follow/follow_button/FollowButton.module-Da-cPgwT.css +0 -1
- package/dist/assets/components/list/paginated_list/action_bar/ActionBar.module-pxwFC_Y2.css +0 -1
- package/dist/assets/components/navigation/tabs/Tabs.module-CtDi0tAd.css +0 -1
- package/dist/assets/components/proposal/proposal_box/ProposalBox.module-T4ms_LQ7.css +0 -1
- package/dist/assets/components/section/section_box/SectionBox.module-DUeUtdWr.css +0 -1
- package/dist/assets/components/source/context_source_list/ContextSourceList.module-D6X_0dB7.css +0 -1
- package/dist/assets/components/source/source_list_item/SourceListItem.module-mTxHhXPV.css +0 -1
- package/dist/assets/components/summary/summary/Summary.module-DjfmUlkW.css +0 -1
- package/dist/assets/components/summary/summary_box/SummaryBox.module-DQVkA8l7.css +0 -1
- package/dist/assets/components/vote/vote_box/VoteBox.module-CDrqb2SZ.css +0 -1
package/dist/index.js
CHANGED
|
@@ -4,335 +4,339 @@ import * as e from "./components/icons/spiegel_icons/index.js";
|
|
|
4
4
|
import * as t from "./components/icons/hero_icons/index.js";
|
|
5
5
|
import * as x from "./components/icons/krone_icons/index.js";
|
|
6
6
|
import * as m from "./components/icons/stern_icons/index.js";
|
|
7
|
-
import
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
7
|
+
import * as p from "./components/icons/clarin_icons/index.js";
|
|
8
|
+
import { ActionBar as a } from "./components/list/paginated_list/action_bar/ActionBar.js";
|
|
9
|
+
import { AdUnit as s } from "./components/ad/ad_unit/AdUnit.js";
|
|
10
|
+
import { AnnouncementDialog as d } from "./components/dialog/announcement_dialog/AnnouncementDialog.js";
|
|
11
|
+
import { Argument as c } from "./components/argument/argument/Argument.js";
|
|
12
|
+
import { ArgumentInput as B } from "./components/input/argument_input/ArgumentInput.js";
|
|
13
|
+
import { ArgumentSummaryBox as C } from "./components/summary/argument_summary_box/ArgumentSummaryBox.js";
|
|
14
|
+
import { AuthContext as h } from "./components/auth/use_auth/AuthContext.js";
|
|
15
|
+
import { AuthInitializer as T } from "./components/auth/auth_initializer/AuthInitializer.js";
|
|
16
|
+
import { AuthModal as v } from "./components/auth/auth_modal/AuthModal.js";
|
|
17
|
+
import { AuthProvider as M, withAuth as F } from "./components/auth/use_auth/AuthProvider.js";
|
|
18
|
+
import { AuthProviderFactory as k } from "./components/auth/providers/AuthProviderFactory.js";
|
|
19
|
+
import { AuthorBox as R } from "./components/user/author_box/AuthorBox.js";
|
|
20
|
+
import { Avatar as w } from "./components/user/avatar/Avatar.js";
|
|
21
|
+
import { AvatarSelector as V } from "./components/user/avatar_selector/AvatarSelector.js";
|
|
22
|
+
import { BackLink as N } from "./components/action/back_link/BackLink.js";
|
|
23
|
+
import { BadgeBox as $ } from "./components/gamification/badge_box/BadgeBox.js";
|
|
24
|
+
import { BoxSkeleton as O } from "./components/skeleton/box_skeleton/BoxSkeleton.js";
|
|
25
|
+
import { Button as q } from "./components/action/button/Button.js";
|
|
26
|
+
import { ConfigContext as z, ConfigProvider as W } from "./components/data/config_provider/ConfigProvider.js";
|
|
27
|
+
import { ConfirmModal as j } from "./components/dialog/confirm_modal/ConfirmModal.js";
|
|
28
|
+
import { ConsultationBox as Q } from "./components/consultation/consultation_box/ConsultationBox.js";
|
|
29
|
+
import { ContentFooter as Z } from "./components/user_content/content_footer/ContentFooter.js";
|
|
30
|
+
import { ContentHeader as ro } from "./components/user_content/content_header/ContentHeader.js";
|
|
31
|
+
import { ContextSourceBox as to } from "./components/source/context_source_box/ContextSourceBox.js";
|
|
32
|
+
import { ContextSourceList as mo } from "./components/source/context_source_list/ContextSourceList.js";
|
|
33
|
+
import { Countdown as fo } from "./components/dialog/countdown/Countdown.js";
|
|
34
|
+
import { DataProviderContext as ao } from "./components/data/data_provider/DataProviderContext.js";
|
|
35
|
+
import { DebateBox as so } from "./components/debate/debate_box/DebateBox.js";
|
|
36
|
+
import { DialogBox as lo } from "./components/dialog/dialog_box/DialogBox.js";
|
|
37
|
+
import { Drawer as go } from "./components/dialog/drawer/Drawer.js";
|
|
38
|
+
import { Dropdown as So } from "./components/dialog/dropdown/Dropdown.js";
|
|
39
|
+
import { EMAIL_CONSENT_STORAGE_KEY as Ao, useAuthActions as ho } from "./components/auth/use_auth/useAuthActions.js";
|
|
40
|
+
import { EmbedHeader as To } from "./components/embed/embed_header/EmbedHeader.js";
|
|
41
|
+
import { ExpandableText as vo } from "./components/text/expandable_text/ExpandableText.js";
|
|
42
|
+
import { FacebookLoginButton as Mo } from "./components/auth/facebook_login_button/FacebookLoginButton.js";
|
|
43
|
+
import { FollowButton as bo } from "./components/follow/follow_button/FollowButton.js";
|
|
44
|
+
import { Form as Do } from "./components/forms/form/form.js";
|
|
45
|
+
import { FormContext as Uo } from "./components/forms/form/form-context.js";
|
|
46
|
+
import { GoogleLoginButton as Eo } from "./components/auth/google_login_button/GoogleLoginButton.js";
|
|
47
|
+
import { HashScroll as yo } from "./components/tools/hash_scroll/HashScroll.js";
|
|
48
|
+
import { Icon as Ho } from "./components/icons/icon/Icon.js";
|
|
49
|
+
import { IconContext as Go, IconProvider as Oo } from "./components/icons/icon_provider/IconProvider.js";
|
|
50
|
+
import { IconTextLink as qo } from "./components/action/icon_text_link/IconTextLink.js";
|
|
51
|
+
import { InformationBox as zo } from "./components/information/information_box/InformationBox.js";
|
|
52
|
+
import { HiddenCheckbox as Yo } from "./components/input/checkbox/hidden/hidden-checkbox.js";
|
|
53
|
+
import { InputProvider as Jo } from "./components/input/input_provider/InputProvider.js";
|
|
54
|
+
import { IntlContext as Xo } from "./components/intl/intl_provider/IntlContext.js";
|
|
55
|
+
import { IntlProvider as or } from "./components/intl/intl_provider/IntlProvider.js";
|
|
56
|
+
import { KeywordBox as er } from "./components/summary/keyword_box/KeywordBox.js";
|
|
57
|
+
import { LANGUAGES as xr, getLocaleIcon as mr, getLocaleName as pr } from "./components/util/lang_emojis/langEmojis.js";
|
|
58
|
+
import { LineChart as nr } from "./components/chart/line_chart/LineChart.js";
|
|
59
|
+
import { Link as ir } from "./components/action/link/Link.js";
|
|
60
|
+
import { ListProvider as ur } from "./components/list/list_provider/ListProvider.js";
|
|
61
|
+
import { Loader as lr } from "./components/progress/loader/Loader.js";
|
|
62
|
+
import { Location as gr } from "./components/util/location/Location.js";
|
|
63
|
+
import { LoginForm as Sr } from "./components/auth/login_form/LoginForm.js";
|
|
64
|
+
import { Message as Ar } from "./components/input/text_input/message.js";
|
|
65
|
+
import { Modal as Ir } from "./components/dialog/modal/Modal.js";
|
|
66
|
+
import { ModalContext as Pr, ModalProvider as vr } from "./components/dialog/modal/ModalProvider.js";
|
|
67
|
+
import { NavbarButton as Mr } from "./components/navbar/navbar_button/NavbarButton.js";
|
|
68
|
+
import { NavbarModal as br } from "./components/navbar/navbar_modal/NavbarModal.js";
|
|
69
|
+
import { NotificationItem as Dr } from "./components/notification/notification_item/NotificationItem.js";
|
|
70
|
+
import { NotificationMenu as Ur } from "./components/notification/notification_menu/NotificationMenu.js";
|
|
71
|
+
import { OAuth2Button as Er } from "./components/auth/oauth2_button/OAuth2Button.js";
|
|
72
|
+
import { PaginatedList as yr } from "./components/list/paginated_list/PaginatedList.js";
|
|
73
|
+
import { Pagination as Hr } from "./components/list/pagination/Pagination.js";
|
|
73
74
|
import { PieChart as Gr } from "./components/chart/pie_chart/PieChart.js";
|
|
74
|
-
import { PointBox as
|
|
75
|
-
import { ProgressBar as
|
|
76
|
-
import { ProposalBox as
|
|
77
|
-
import { ReadMore as
|
|
78
|
-
import { ReportBox as
|
|
79
|
-
import { ReportModal as
|
|
80
|
-
import { ResponsiveProvider as
|
|
81
|
-
import { SSOForm as
|
|
82
|
-
import { ScrollToTop as
|
|
83
|
-
import { SearchInput as
|
|
84
|
-
import { SectionBox as
|
|
85
|
-
import { Select as
|
|
86
|
-
import { ShareBox as
|
|
87
|
-
import { ShareButton as
|
|
88
|
-
import { ShareModal as
|
|
89
|
-
import { SideModal as
|
|
90
|
-
import { SignupForm as
|
|
91
|
-
import { SocialAuthForm as
|
|
92
|
-
import { SourceBox as
|
|
93
|
-
import { SourceListItem as
|
|
94
|
-
import { SourceModal as
|
|
95
|
-
import { StandardErrorBoundary as
|
|
96
|
-
import { SuggestionBanner as
|
|
97
|
-
import { SuggestionBox as
|
|
98
|
-
import { SuggestionInput as
|
|
99
|
-
import { SuggestionVoteBox as
|
|
75
|
+
import { PointBox as _r } from "./components/gamification/point_box/PointBox.js";
|
|
76
|
+
import { ProgressBar as Kr } from "./components/progress/progress_bar/ProgressBar.js";
|
|
77
|
+
import { ProposalBox as Wr } from "./components/proposal/proposal_box/ProposalBox.js";
|
|
78
|
+
import { ReadMore as jr } from "./components/text/read_more/ReadMore.js";
|
|
79
|
+
import { ReportBox as Qr } from "./components/report/report_box/ReportBox.js";
|
|
80
|
+
import { ReportModal as Zr } from "./components/user_content/use_report_content/ReportModal.js";
|
|
81
|
+
import { ResponsiveProvider as re } from "./components/hooks/use_responsive/ResponsiveProvider.js";
|
|
82
|
+
import { SSOForm as te } from "./components/auth/sso_form/SSOForm.js";
|
|
83
|
+
import { ScrollToTop as me } from "./components/tools/scroll_to_top/ScrollToTop.js";
|
|
84
|
+
import { SearchInput as fe } from "./components/input/search_input/SearchInput.js";
|
|
85
|
+
import { SectionBox as ae } from "./components/section/section_box/SectionBox.js";
|
|
86
|
+
import { Select as se } from "./components/input/select/Select.js";
|
|
87
|
+
import { ShareBox as de } from "./components/share/share_box/ShareBox.js";
|
|
88
|
+
import { ShareButton as ce } from "./components/share/share_button/ShareButton.js";
|
|
89
|
+
import { ShareModal as Be } from "./components/share/share_modal/ShareModal.js";
|
|
90
|
+
import { SideModal as Ce } from "./components/modal/side_modal/SideModal.js";
|
|
91
|
+
import { SignupForm as he } from "./components/auth/signup_form/SignupForm.js";
|
|
92
|
+
import { SocialAuthForm as Te } from "./components/auth/social_auth_form/SocialAuthForm.js";
|
|
93
|
+
import { SourceBox as ve } from "./components/source/source_box/SourceBox.js";
|
|
94
|
+
import { SourceListItem as Me } from "./components/source/source_list_item/SourceListItem.js";
|
|
95
|
+
import { SourceModal as be } from "./components/source/source_modal/SourceModal.js";
|
|
96
|
+
import { StandardErrorBoundary as De } from "./components/error/standard_error_boundary/StandardErrorBoundary.js";
|
|
97
|
+
import { SuggestionBanner as Ue } from "./components/suggestion/suggestion_banner/SuggestionBanner.js";
|
|
98
|
+
import { SuggestionBox as Ee } from "./components/suggestion/suggestion_box/SuggestionBox.js";
|
|
99
|
+
import { SuggestionInput as ye } from "./components/suggestion/suggestion_input/SuggestionInput.js";
|
|
100
|
+
import { SuggestionVoteBox as He } from "./components/vote/suggestion_vote_box/SuggestionVoteBox.js";
|
|
100
101
|
import { Summary as Ge } from "./components/summary/summary/Summary.js";
|
|
101
|
-
import { SummaryBox as
|
|
102
|
-
import { SummaryContentBox as
|
|
103
|
-
import { Tab as
|
|
104
|
-
import { TabPanel as
|
|
105
|
-
import { Tabs as
|
|
106
|
-
import { Tag as
|
|
107
|
-
import { TextEditor as
|
|
108
|
-
import { TextInput as
|
|
109
|
-
import { Toast as
|
|
110
|
-
import { ToastProvider as
|
|
111
|
-
import { Toggle as
|
|
112
|
-
import { TogglePosition as
|
|
113
|
-
import { Tooltip as
|
|
114
|
-
import { TopArguments as
|
|
115
|
-
import { TranslatedContent as
|
|
116
|
-
import { TranslationButton as
|
|
117
|
-
import { UpDownVoteBox as
|
|
118
|
-
import { UpdateUserInfoModal as
|
|
119
|
-
import { UserBox as
|
|
120
|
-
import { UserBoxSmall as
|
|
121
|
-
import { UserContentSkeleton as
|
|
122
|
-
import { VoteBox as
|
|
123
|
-
import { VoteButton as
|
|
124
|
-
import { VoteContext as
|
|
125
|
-
import { VotePaginatedList as
|
|
126
|
-
import { WithAd as
|
|
127
|
-
import { authTokenHandler as
|
|
128
|
-
import { classes as
|
|
129
|
-
import { dataProvider as
|
|
130
|
-
import { extractFormData as
|
|
131
|
-
import { getTranslatedContent as
|
|
132
|
-
import { httpClient as
|
|
133
|
-
import { lexicalToHtml as
|
|
134
|
-
import { makeStorage as
|
|
135
|
-
import { uniqueBy as
|
|
136
|
-
import { useAuth as
|
|
137
|
-
import { useAuthInterceptor as
|
|
138
|
-
import { useAuthRequired as
|
|
139
|
-
import { useConfig as
|
|
140
|
-
import { useCssTheme as
|
|
141
|
-
import { useData as
|
|
142
|
-
import { useDataProvider as
|
|
143
|
-
import { useDeleteContent as
|
|
144
|
-
import { useFollow as
|
|
145
|
-
import { useFontLoader as
|
|
146
|
-
import { useForm as
|
|
147
|
-
import { useFormContext as
|
|
148
|
-
import { useFormValidation as
|
|
149
|
-
import { useGoogleAdManager as
|
|
150
|
-
import { useInput as
|
|
151
|
-
import { useList as
|
|
152
|
-
import { useLocale as
|
|
153
|
-
import { useMatomo as
|
|
154
|
-
import { useModal as
|
|
155
|
-
import { useRelativeTime as
|
|
156
|
-
import { useReportContent as
|
|
157
|
-
import { useResponsive as
|
|
158
|
-
import { useRichContent as
|
|
159
|
-
import { useRoutes as
|
|
160
|
-
import { useToast as
|
|
161
|
-
import { useUpdateUserInfo as
|
|
162
|
-
import { useVote as
|
|
163
|
-
import {
|
|
102
|
+
import { SummaryBox as _e } from "./components/summary/summary_box/SummaryBox.js";
|
|
103
|
+
import { SummaryContentBox as Ke } from "./components/user_content/summary_content_box/SummaryContentBox.js";
|
|
104
|
+
import { Tab as We } from "./components/navigation/tabs/Tab.js";
|
|
105
|
+
import { TabPanel as je } from "./components/navigation/tabs/TabPanel.js";
|
|
106
|
+
import { Tabs as Qe } from "./components/navigation/tabs/Tabs.js";
|
|
107
|
+
import { Tag as Ze } from "./components/tag/tag/Tag.js";
|
|
108
|
+
import { TextEditor as rt } from "./components/input/text_editor/TextEditor.js";
|
|
109
|
+
import { TextInput as tt } from "./components/input/text_input/TextInput.js";
|
|
110
|
+
import { Toast as mt } from "./components/dialog/toast/Toast.js";
|
|
111
|
+
import { ToastProvider as ft } from "./components/dialog/toast_provider/ToastProvider.js";
|
|
112
|
+
import { Toggle as at } from "./components/input/toggle/Toggle.js";
|
|
113
|
+
import { TogglePosition as st } from "./components/input/toggle_position/TogglePosition.js";
|
|
114
|
+
import { Tooltip as dt } from "./components/dialog/tooltip/Tooltip.js";
|
|
115
|
+
import { TopArguments as ct } from "./components/argument/top_arguments/TopArguments.js";
|
|
116
|
+
import { TranslatedContent as Bt } from "./components/translation/translated_content/TranslatedContent.js";
|
|
117
|
+
import { TranslationButton as Ct } from "./components/translation/translation_button/TranslationButton.js";
|
|
118
|
+
import { UpDownVoteBox as ht } from "./components/vote/up_down_vote_box/UpDownVoteBox.js";
|
|
119
|
+
import { UpdateUserInfoModal as Tt } from "./components/user/update_user_info_modal/UpdateUserInfoModal.js";
|
|
120
|
+
import { UserBox as vt } from "./components/user/user_box/UserBox.js";
|
|
121
|
+
import { UserBoxSmall as Mt } from "./components/user/user_box_small/UserBoxSmall.js";
|
|
122
|
+
import { UserContentSkeleton as bt } from "./components/skeleton/user_content_skeleton/UserContentSkeleton.js";
|
|
123
|
+
import { VoteBox as Dt } from "./components/vote/vote_box/VoteBox.js";
|
|
124
|
+
import { VoteButton as Ut } from "./components/vote/vote_button/VoteButton.js";
|
|
125
|
+
import { VoteContext as Et, VoteProvider as Vt } from "./components/vote/vote_provider/VoteProvider.js";
|
|
126
|
+
import { VotePaginatedList as Nt } from "./components/list/paginated_list/VotePaginatedList.js";
|
|
127
|
+
import { WithAd as $t } from "./components/ad/with_ad/WithAd.js";
|
|
128
|
+
import { authTokenHandler as Ot } from "./components/auth/use_auth/authTokenHandler.js";
|
|
129
|
+
import { classes as qt, getAccent as Kt } from "./components/input/text_input/color-accent.js";
|
|
130
|
+
import { dataProvider as Wt } from "./components/data/data_provider/DataProvider.js";
|
|
131
|
+
import { extractFormData as jt } from "./components/forms/form/extract-form-data.js";
|
|
132
|
+
import { getTranslatedContent as Qt, useTranslatedContent as Xt } from "./components/translation/translated_content/useTranslatedContent.js";
|
|
133
|
+
import { httpClient as ox } from "./components/data/axios_client/httpClient.js";
|
|
134
|
+
import { lexicalToHtml as ex } from "./components/input/text_editor/lexicalToHtml.js";
|
|
135
|
+
import { makeStorage as xx } from "./components/auth/use_auth/AuthStorage.js";
|
|
136
|
+
import { uniqueBy as px } from "./components/util/unique_by/uniqueBy.js";
|
|
137
|
+
import { useAuth as nx } from "./components/auth/use_auth/useAuth.js";
|
|
138
|
+
import { useAuthInterceptor as ix } from "./components/auth/use_auth/useAuthInterceptor.js";
|
|
139
|
+
import { useAuthRequired as ux } from "./components/hooks/use_auth_required/useAuthRequired.js";
|
|
140
|
+
import { useConfig as lx } from "./components/data/config_provider/useConfig.js";
|
|
141
|
+
import { useCssTheme as gx } from "./components/hooks/use_css_theme/useCssTheme.js";
|
|
142
|
+
import { useData as Sx } from "./components/data/data_provider/useData.js";
|
|
143
|
+
import { useDataProvider as Ax } from "./components/data/data_provider/useDataProvider.js";
|
|
144
|
+
import { useDeleteContent as Ix } from "./components/user_content/use_delete_content/useDeleteContent.js";
|
|
145
|
+
import { useFollow as Px } from "./components/follow/use_follow/useFollow.js";
|
|
146
|
+
import { useFontLoader as Lx } from "./components/hooks/use_font_loader/useFontLoader.js";
|
|
147
|
+
import { useForm as Fx } from "./components/forms/form/use-form.js";
|
|
148
|
+
import { useFormContext as kx } from "./components/forms/form/use-form-context.js";
|
|
149
|
+
import { useFormValidation as Rx } from "./components/forms/use_form_validation/useFormValidation.js";
|
|
150
|
+
import { useGoogleAdManager as wx } from "./components/ad/use_google_ad_manager/useGoogleAdManager.js";
|
|
151
|
+
import { useInput as Vx } from "./components/input/input_provider/useInput.js";
|
|
152
|
+
import { useList as Nx } from "./components/list/list_provider/useList.js";
|
|
153
|
+
import { useLocale as $x } from "./components/intl/intl_provider/useLocale.js";
|
|
154
|
+
import { useMatomo as Ox } from "./components/hooks/use_matomo/useMatomo.js";
|
|
155
|
+
import { useModal as qx } from "./components/dialog/modal/useModal.js";
|
|
156
|
+
import { useRelativeTime as zx } from "./components/hooks/use_relative_time/useRelativeTime.js";
|
|
157
|
+
import { useReportContent as Yx } from "./components/user_content/use_report_content/useReportContent.js";
|
|
158
|
+
import { useResponsive as Jx } from "./components/hooks/use_responsive/useResponsive.js";
|
|
159
|
+
import { useRichContent as Xx } from "./components/argument/argument/useRichContent.js";
|
|
160
|
+
import { useRoutes as om } from "./components/data/config_provider/useRoutes.js";
|
|
161
|
+
import { useToast as em } from "./components/dialog/toast_provider/useToast.js";
|
|
162
|
+
import { useUpdateUserInfo as xm } from "./components/user/update_user_info_modal/useUpdateUserInfo.js";
|
|
163
|
+
import { useVote as pm } from "./components/vote/use_vote/useVote.js";
|
|
164
|
+
import { utf8ToBase64url as nm } from "./components/auth/use_auth/base64.js";
|
|
165
|
+
import { withConfig as im } from "./components/data/config_provider/withConfig.js";
|
|
164
166
|
export {
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
167
|
+
a as ActionBar,
|
|
168
|
+
s as AdUnit,
|
|
169
|
+
d as AnnouncementDialog,
|
|
170
|
+
c as Argument,
|
|
171
|
+
B as ArgumentInput,
|
|
172
|
+
C as ArgumentSummaryBox,
|
|
173
|
+
h as AuthContext,
|
|
174
|
+
T as AuthInitializer,
|
|
175
|
+
v as AuthModal,
|
|
176
|
+
M as AuthProvider,
|
|
177
|
+
k as AuthProviderFactory,
|
|
178
|
+
R as AuthorBox,
|
|
179
|
+
w as Avatar,
|
|
180
|
+
V as AvatarSelector,
|
|
181
|
+
N as BackLink,
|
|
182
|
+
$ as BadgeBox,
|
|
183
|
+
O as BoxSkeleton,
|
|
184
|
+
q as Button,
|
|
185
|
+
z as ConfigContext,
|
|
186
|
+
W as ConfigProvider,
|
|
187
|
+
j as ConfirmModal,
|
|
188
|
+
Q as ConsultationBox,
|
|
189
|
+
Z as ContentFooter,
|
|
190
|
+
ro as ContentHeader,
|
|
191
|
+
to as ContextSourceBox,
|
|
192
|
+
mo as ContextSourceList,
|
|
193
|
+
fo as Countdown,
|
|
194
|
+
ao as DataProviderContext,
|
|
195
|
+
so as DebateBox,
|
|
196
|
+
lo as DialogBox,
|
|
197
|
+
go as Drawer,
|
|
198
|
+
So as Dropdown,
|
|
199
|
+
Ao as EMAIL_CONSENT_STORAGE_KEY,
|
|
200
|
+
To as EmbedHeader,
|
|
201
|
+
vo as ExpandableText,
|
|
202
|
+
Mo as FacebookLoginButton,
|
|
203
|
+
bo as FollowButton,
|
|
204
|
+
Do as Form,
|
|
205
|
+
Uo as FormContext,
|
|
206
|
+
Eo as GoogleLoginButton,
|
|
207
|
+
yo as HashScroll,
|
|
208
|
+
Ho as Icon,
|
|
207
209
|
Go as IconContext,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
210
|
+
Oo as IconProvider,
|
|
211
|
+
qo as IconTextLink,
|
|
212
|
+
zo as InformationBox,
|
|
213
|
+
Yo as Input,
|
|
214
|
+
Jo as InputProvider,
|
|
215
|
+
Xo as IntlContext,
|
|
216
|
+
or as IntlProvider,
|
|
217
|
+
er as KeywordBox,
|
|
218
|
+
xr as LANGUAGES,
|
|
219
|
+
nr as LineChart,
|
|
220
|
+
ir as Link,
|
|
221
|
+
ur as ListProvider,
|
|
222
|
+
lr as Loader,
|
|
223
|
+
gr as Location,
|
|
224
|
+
Sr as LoginForm,
|
|
225
|
+
Ar as Message,
|
|
226
|
+
Ir as Modal,
|
|
227
|
+
Pr as ModalContext,
|
|
228
|
+
vr as ModalProvider,
|
|
229
|
+
Mr as NavbarButton,
|
|
230
|
+
br as NavbarModal,
|
|
231
|
+
Dr as NotificationItem,
|
|
232
|
+
Ur as NotificationMenu,
|
|
233
|
+
Er as OAuth2Button,
|
|
234
|
+
yr as PaginatedList,
|
|
235
|
+
Hr as Pagination,
|
|
234
236
|
Gr as PieChart,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
237
|
+
_r as PointBox,
|
|
238
|
+
Kr as ProgressBar,
|
|
239
|
+
Wr as ProposalBox,
|
|
240
|
+
jr as ReadMore,
|
|
241
|
+
Qr as ReportBox,
|
|
242
|
+
Zr as ReportModal,
|
|
243
|
+
re as ResponsiveProvider,
|
|
244
|
+
te as SSOForm,
|
|
245
|
+
me as ScrollToTop,
|
|
246
|
+
fe as SearchInput,
|
|
247
|
+
ae as SectionBox,
|
|
248
|
+
se as Select,
|
|
249
|
+
de as ShareBox,
|
|
250
|
+
ce as ShareButton,
|
|
251
|
+
Be as ShareModal,
|
|
252
|
+
Ce as SideModal,
|
|
253
|
+
he as SignupForm,
|
|
254
|
+
Te as SocialAuthForm,
|
|
255
|
+
ve as SourceBox,
|
|
256
|
+
Me as SourceListItem,
|
|
257
|
+
be as SourceModal,
|
|
258
|
+
De as StandardErrorBoundary,
|
|
259
|
+
Ue as SuggestionBanner,
|
|
260
|
+
Ee as SuggestionBox,
|
|
261
|
+
ye as SuggestionInput,
|
|
262
|
+
He as SuggestionVoteBox,
|
|
261
263
|
Ge as Summary,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
264
|
+
_e as SummaryBox,
|
|
265
|
+
Ke as SummaryContentBox,
|
|
266
|
+
We as Tab,
|
|
267
|
+
je as TabPanel,
|
|
268
|
+
Qe as Tabs,
|
|
269
|
+
Ze as Tag,
|
|
270
|
+
rt as TextEditor,
|
|
271
|
+
tt as TextInput,
|
|
272
|
+
mt as Toast,
|
|
273
|
+
ft as ToastProvider,
|
|
274
|
+
at as Toggle,
|
|
275
|
+
st as TogglePosition,
|
|
276
|
+
dt as Tooltip,
|
|
277
|
+
ct as TopArguments,
|
|
278
|
+
Bt as TranslatedContent,
|
|
279
|
+
Ct as TranslationButton,
|
|
280
|
+
ht as UpDownVoteBox,
|
|
281
|
+
Tt as UpdateUserInfoModal,
|
|
282
|
+
vt as UserBox,
|
|
283
|
+
Mt as UserBoxSmall,
|
|
284
|
+
bt as UserContentSkeleton,
|
|
285
|
+
Dt as VoteBox,
|
|
286
|
+
Ut as VoteButton,
|
|
287
|
+
Et as VoteContext,
|
|
288
|
+
Nt as VotePaginatedList,
|
|
289
|
+
Vt as VoteProvider,
|
|
290
|
+
$t as WithAd,
|
|
291
|
+
Ot as authTokenHandler,
|
|
290
292
|
r as bildIcons,
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
mr as
|
|
297
|
-
|
|
293
|
+
p as clarinIcons,
|
|
294
|
+
qt as classes,
|
|
295
|
+
Wt as dataProvider,
|
|
296
|
+
jt as extractFormData,
|
|
297
|
+
Kt as getAccent,
|
|
298
|
+
mr as getLocaleIcon,
|
|
299
|
+
pr as getLocaleName,
|
|
300
|
+
Qt as getTranslatedContent,
|
|
298
301
|
t as heroIcons,
|
|
299
|
-
|
|
302
|
+
ox as httpClient,
|
|
300
303
|
x as kroneIcons,
|
|
301
|
-
|
|
302
|
-
|
|
304
|
+
ex as lexicalToHtml,
|
|
305
|
+
xx as makeStorage,
|
|
303
306
|
o as regularIcons,
|
|
304
307
|
e as spiegelIcons,
|
|
305
308
|
m as sternIcons,
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
309
|
+
px as uniqueBy,
|
|
310
|
+
nx as useAuth,
|
|
311
|
+
ho as useAuthActions,
|
|
312
|
+
ix as useAuthInterceptor,
|
|
313
|
+
ux as useAuthRequired,
|
|
314
|
+
lx as useConfig,
|
|
315
|
+
gx as useCssTheme,
|
|
316
|
+
Sx as useData,
|
|
317
|
+
Ax as useDataProvider,
|
|
318
|
+
Ix as useDeleteContent,
|
|
319
|
+
Px as useFollow,
|
|
320
|
+
Lx as useFontLoader,
|
|
321
|
+
Fx as useForm,
|
|
322
|
+
kx as useFormContext,
|
|
323
|
+
Rx as useFormValidation,
|
|
324
|
+
wx as useGoogleAdManager,
|
|
325
|
+
Vx as useInput,
|
|
326
|
+
Nx as useList,
|
|
327
|
+
$x as useLocale,
|
|
328
|
+
Ox as useMatomo,
|
|
329
|
+
qx as useModal,
|
|
330
|
+
zx as useRelativeTime,
|
|
331
|
+
Yx as useReportContent,
|
|
332
|
+
Jx as useResponsive,
|
|
333
|
+
Xx as useRichContent,
|
|
334
|
+
om as useRoutes,
|
|
335
|
+
em as useToast,
|
|
336
|
+
Xt as useTranslatedContent,
|
|
337
|
+
xm as useUpdateUserInfo,
|
|
338
|
+
pm as useVote,
|
|
339
|
+
nm as utf8ToBase64url,
|
|
340
|
+
F as withAuth,
|
|
341
|
+
im as withConfig
|
|
338
342
|
};
|