@logora/debate 0.4.67 → 0.4.68
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/skeleton/page_skeleton/PageSkeleton.module-BqtcAizZ.css +1 -0
- package/dist/components/skeleton/page_skeleton/PageSkeleton.js +79 -0
- package/dist/components/skeleton/page_skeleton/PageSkeleton.module.scss.js +31 -0
- package/dist/index.js +304 -312
- package/package.json +1 -1
- package/dist/assets/components/skeleton/comments_skeleton/CommentsSkeleton.module-DxtFozVV.css +0 -1
- package/dist/assets/components/skeleton/consultation_skeleton/ConsultationSkeleton.module-DZ19OJWm.css +0 -1
- package/dist/assets/components/skeleton/debate_skeleton/DebateSkeleton.module-DXz8__D7.css +0 -1
- package/dist/assets/components/skeleton/suggestion_skeleton/SuggestionSkeleton.module-99fNFsmU.css +0 -1
- package/dist/assets/components/skeleton/user_page_skeleton/UserPageSkeleton.module-mlNfXOfB.css +0 -1
- package/dist/components/skeleton/comments_skeleton/CommentsSkeleton.js +0 -74
- package/dist/components/skeleton/comments_skeleton/CommentsSkeleton.module.scss.js +0 -33
- package/dist/components/skeleton/consultation_skeleton/ConsultationSkeleton.js +0 -76
- package/dist/components/skeleton/consultation_skeleton/ConsultationSkeleton.module.scss.js +0 -27
- package/dist/components/skeleton/debate_skeleton/DebateSkeleton.js +0 -90
- package/dist/components/skeleton/debate_skeleton/DebateSkeleton.module.scss.js +0 -31
- package/dist/components/skeleton/suggestion_skeleton/SuggestionSkeleton.js +0 -64
- package/dist/components/skeleton/suggestion_skeleton/SuggestionSkeleton.module.scss.js +0 -31
- package/dist/components/skeleton/user_page_skeleton/UserPageSkeleton.js +0 -79
- package/dist/components/skeleton/user_page_skeleton/UserPageSkeleton.module.scss.js +0 -29
package/dist/index.js
CHANGED
|
@@ -15,159 +15,155 @@ import { AuthContext as h } from "./components/auth/use_auth/AuthContext.js";
|
|
|
15
15
|
import { AuthInitializer as T } from "./components/auth/auth_initializer/AuthInitializer.js";
|
|
16
16
|
import { AuthModal as P } from "./components/auth/auth_modal/AuthModal.js";
|
|
17
17
|
import { AuthProvider as M, withAuth as F } from "./components/auth/use_auth/AuthProvider.js";
|
|
18
|
-
import { AuthProviderFactory as
|
|
19
|
-
import { AuthorBox as
|
|
20
|
-
import { Avatar as
|
|
18
|
+
import { AuthProviderFactory as R } from "./components/auth/providers/AuthProviderFactory.js";
|
|
19
|
+
import { AuthorBox as O } from "./components/user/author_box/AuthorBox.js";
|
|
20
|
+
import { Avatar as D } from "./components/user/avatar/Avatar.js";
|
|
21
21
|
import { AvatarSelector as w } from "./components/user/avatar_selector/AvatarSelector.js";
|
|
22
22
|
import { BackLink as V } from "./components/action/back_link/BackLink.js";
|
|
23
|
-
import { BadgeBox as
|
|
24
|
-
import { BoxSkeleton as
|
|
23
|
+
import { BadgeBox as _ } from "./components/gamification/badge_box/BadgeBox.js";
|
|
24
|
+
import { BoxSkeleton as U } from "./components/skeleton/box_skeleton/BoxSkeleton.js";
|
|
25
25
|
import { Button as K } from "./components/action/button/Button.js";
|
|
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 {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import { useToast as Bm } from "./components/dialog/toast_provider/useToast.js";
|
|
168
|
-
import { useVote as Cm } from "./components/vote/use_vote/useVote.js";
|
|
169
|
-
import { utf8ToBase64url as hm } from "./components/auth/use_auth/base64.js";
|
|
170
|
-
import { withConfig as Tm } from "./components/data/config_provider/withConfig.js";
|
|
26
|
+
import { ConfigContext as Y, ConfigProvider as z } 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 co } 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 Po } 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 Eo } from "./components/forms/form/form.js";
|
|
45
|
+
import { FormContext as ko } from "./components/forms/form/form-context.js";
|
|
46
|
+
import { GoogleLoginButton as No } from "./components/auth/google_login_button/GoogleLoginButton.js";
|
|
47
|
+
import { HashScroll as yo } from "./components/tools/hash_scroll/HashScroll.js";
|
|
48
|
+
import { Icon as Go } from "./components/icons/icon/Icon.js";
|
|
49
|
+
import { IconContext as Ho, IconProvider as Uo } from "./components/icons/icon_provider/IconProvider.js";
|
|
50
|
+
import { IconTextLink as Ko } from "./components/action/icon_text_link/IconTextLink.js";
|
|
51
|
+
import { InformationBox as Yo } from "./components/information/information_box/InformationBox.js";
|
|
52
|
+
import { HiddenCheckbox as Wo } 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 cr } 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 Lr, ModalProvider as Pr } 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 Er } from "./components/notification/notification_item/NotificationItem.js";
|
|
70
|
+
import { NotificationMenu as kr } from "./components/notification/notification_menu/NotificationMenu.js";
|
|
71
|
+
import { OAuth2Button as Nr } from "./components/auth/oauth2_button/OAuth2Button.js";
|
|
72
|
+
import { ONBOARDING_BEFORE_LOGIN_STORAGE_KEY as yr, getOnboardingBeforeLoginStorageKey as Vr, saveOnboardingBeforeLogin as Gr, useOnboarding as _r } from "./components/user/onboarding_modal/useOnboarding.js";
|
|
73
|
+
import { OnboardingModal as Ur } from "./components/user/onboarding_modal/OnboardingModal.js";
|
|
74
|
+
import { PageSkeleton as Kr } from "./components/skeleton/page_skeleton/PageSkeleton.js";
|
|
75
|
+
import { PaginatedList as Yr } from "./components/list/paginated_list/PaginatedList.js";
|
|
76
|
+
import { Pagination as Wr } from "./components/list/pagination/Pagination.js";
|
|
77
|
+
import { PieChart as Jr } from "./components/chart/pie_chart/PieChart.js";
|
|
78
|
+
import { PointBox as Xr } from "./components/gamification/point_box/PointBox.js";
|
|
79
|
+
import { ProgressBar as oe } from "./components/progress/progress_bar/ProgressBar.js";
|
|
80
|
+
import { ProposalBox as ee } from "./components/proposal/proposal_box/ProposalBox.js";
|
|
81
|
+
import { ReadMore as xe } from "./components/text/read_more/ReadMore.js";
|
|
82
|
+
import { ReportBox as pe } from "./components/report/report_box/ReportBox.js";
|
|
83
|
+
import { ReportModal as ne } from "./components/user_content/use_report_content/ReportModal.js";
|
|
84
|
+
import { ResponsiveProvider as ie } from "./components/hooks/use_responsive/ResponsiveProvider.js";
|
|
85
|
+
import { SSOForm as ue } from "./components/auth/sso_form/SSOForm.js";
|
|
86
|
+
import { ScrollToTop as le } from "./components/tools/scroll_to_top/ScrollToTop.js";
|
|
87
|
+
import { SearchInput as ce } from "./components/input/search_input/SearchInput.js";
|
|
88
|
+
import { SectionBox as Se } from "./components/section/section_box/SectionBox.js";
|
|
89
|
+
import { Select as Ae } from "./components/input/select/Select.js";
|
|
90
|
+
import { ShareBox as Ie } from "./components/share/share_box/ShareBox.js";
|
|
91
|
+
import { ShareButton as Le } from "./components/share/share_button/ShareButton.js";
|
|
92
|
+
import { ShareModal as ve } from "./components/share/share_modal/ShareModal.js";
|
|
93
|
+
import { SideModal as Fe } from "./components/modal/side_modal/SideModal.js";
|
|
94
|
+
import { SignupForm as Re } from "./components/auth/signup_form/SignupForm.js";
|
|
95
|
+
import { SocialAuthForm as Oe } from "./components/auth/social_auth_form/SocialAuthForm.js";
|
|
96
|
+
import { SourceBox as De } from "./components/source/source_box/SourceBox.js";
|
|
97
|
+
import { SourceListItem as we } from "./components/source/source_list_item/SourceListItem.js";
|
|
98
|
+
import { SourceModal as Ve } from "./components/source/source_modal/SourceModal.js";
|
|
99
|
+
import { StandardErrorBoundary as _e } from "./components/error/standard_error_boundary/StandardErrorBoundary.js";
|
|
100
|
+
import { SuggestionBanner as Ue } from "./components/suggestion/suggestion_banner/SuggestionBanner.js";
|
|
101
|
+
import { SuggestionBox as Ke } from "./components/suggestion/suggestion_box/SuggestionBox.js";
|
|
102
|
+
import { SuggestionInput as Ye } from "./components/suggestion/suggestion_input/SuggestionInput.js";
|
|
103
|
+
import { SuggestionVoteBox as We } from "./components/vote/suggestion_vote_box/SuggestionVoteBox.js";
|
|
104
|
+
import { Summary as Je } from "./components/summary/summary/Summary.js";
|
|
105
|
+
import { SummaryBox as Xe } from "./components/summary/summary_box/SummaryBox.js";
|
|
106
|
+
import { SummaryContentBox as ot } from "./components/user_content/summary_content_box/SummaryContentBox.js";
|
|
107
|
+
import { Tab as et } from "./components/navigation/tabs/Tab.js";
|
|
108
|
+
import { TabPanel as xt } from "./components/navigation/tabs/TabPanel.js";
|
|
109
|
+
import { Tabs as pt } from "./components/navigation/tabs/Tabs.js";
|
|
110
|
+
import { Tag as nt } from "./components/tag/tag/Tag.js";
|
|
111
|
+
import { TextEditor as it } from "./components/input/text_editor/TextEditor.js";
|
|
112
|
+
import { TextInput as ut } from "./components/input/text_input/TextInput.js";
|
|
113
|
+
import { Toast as lt } from "./components/dialog/toast/Toast.js";
|
|
114
|
+
import { ToastProvider as ct } from "./components/dialog/toast_provider/ToastProvider.js";
|
|
115
|
+
import { Toggle as St } from "./components/input/toggle/Toggle.js";
|
|
116
|
+
import { TogglePosition as At } from "./components/input/toggle_position/TogglePosition.js";
|
|
117
|
+
import { Tooltip as It } from "./components/dialog/tooltip/Tooltip.js";
|
|
118
|
+
import { TopArguments as Lt } from "./components/argument/top_arguments/TopArguments.js";
|
|
119
|
+
import { TranslatedContent as vt } from "./components/translation/translated_content/TranslatedContent.js";
|
|
120
|
+
import { TranslationButton as Ft } from "./components/translation/translation_button/TranslationButton.js";
|
|
121
|
+
import { UpDownVoteBox as Rt } from "./components/vote/up_down_vote_box/UpDownVoteBox.js";
|
|
122
|
+
import { UserBox as Ot } from "./components/user/user_box/UserBox.js";
|
|
123
|
+
import { UserBoxSmall as Dt } from "./components/user/user_box_small/UserBoxSmall.js";
|
|
124
|
+
import { UserContentSkeleton as wt } from "./components/skeleton/user_content_skeleton/UserContentSkeleton.js";
|
|
125
|
+
import { VoteBox as Vt } from "./components/vote/vote_box/VoteBox.js";
|
|
126
|
+
import { VoteButton as _t } from "./components/vote/vote_button/VoteButton.js";
|
|
127
|
+
import { VoteContext as Ut, VoteProvider as $t } from "./components/vote/vote_provider/VoteProvider.js";
|
|
128
|
+
import { VotePaginatedList as qt } from "./components/list/paginated_list/VotePaginatedList.js";
|
|
129
|
+
import { WithAd as zt } from "./components/ad/with_ad/WithAd.js";
|
|
130
|
+
import { authTokenHandler as jt } from "./components/auth/use_auth/authTokenHandler.js";
|
|
131
|
+
import { classes as Qt, getAccent as Xt } from "./components/input/text_input/color-accent.js";
|
|
132
|
+
import { dataProvider as ox } from "./components/data/data_provider/DataProvider.js";
|
|
133
|
+
import { extractFormData as ex } from "./components/forms/form/extract-form-data.js";
|
|
134
|
+
import { getTranslatedContent as xx, useTranslatedContent as mx } from "./components/translation/translated_content/useTranslatedContent.js";
|
|
135
|
+
import { httpClient as fx } from "./components/data/axios_client/httpClient.js";
|
|
136
|
+
import { lexicalToHtml as ax } from "./components/input/text_editor/lexicalToHtml.js";
|
|
137
|
+
import { makeStorage as sx } from "./components/auth/use_auth/AuthStorage.js";
|
|
138
|
+
import { uniqueBy as dx } from "./components/util/unique_by/uniqueBy.js";
|
|
139
|
+
import { useAuth as gx } from "./components/auth/use_auth/useAuth.js";
|
|
140
|
+
import { useAuthInterceptor as Bx } from "./components/auth/use_auth/useAuthInterceptor.js";
|
|
141
|
+
import { useAuthRequired as Cx } from "./components/hooks/use_auth_required/useAuthRequired.js";
|
|
142
|
+
import { useConfig as hx } from "./components/data/config_provider/useConfig.js";
|
|
143
|
+
import { useCssTheme as Tx } from "./components/hooks/use_css_theme/useCssTheme.js";
|
|
144
|
+
import { useData as Px } from "./components/data/data_provider/useData.js";
|
|
145
|
+
import { useDataProvider as Mx } from "./components/data/data_provider/useDataProvider.js";
|
|
146
|
+
import { useDeleteContent as bx } from "./components/user_content/use_delete_content/useDeleteContent.js";
|
|
147
|
+
import { useFollow as Ex } from "./components/follow/use_follow/useFollow.js";
|
|
148
|
+
import { useFontLoader as kx } from "./components/hooks/use_font_loader/useFontLoader.js";
|
|
149
|
+
import { useForm as Nx } from "./components/forms/form/use-form.js";
|
|
150
|
+
import { useFormContext as yx } from "./components/forms/form/use-form-context.js";
|
|
151
|
+
import { useFormValidation as Gx } from "./components/forms/use_form_validation/useFormValidation.js";
|
|
152
|
+
import { useGoogleAdManager as Hx } from "./components/ad/use_google_ad_manager/useGoogleAdManager.js";
|
|
153
|
+
import { useInput as $x } from "./components/input/input_provider/useInput.js";
|
|
154
|
+
import { useList as qx } from "./components/list/list_provider/useList.js";
|
|
155
|
+
import { useLocale as zx } from "./components/intl/intl_provider/useLocale.js";
|
|
156
|
+
import { useMatomo as jx } from "./components/hooks/use_matomo/useMatomo.js";
|
|
157
|
+
import { useModal as Qx } from "./components/dialog/modal/useModal.js";
|
|
158
|
+
import { useRelativeTime as Zx } from "./components/hooks/use_relative_time/useRelativeTime.js";
|
|
159
|
+
import { useReportContent as rm } from "./components/user_content/use_report_content/useReportContent.js";
|
|
160
|
+
import { useResponsive as tm } from "./components/hooks/use_responsive/useResponsive.js";
|
|
161
|
+
import { useRichContent as mm } from "./components/argument/argument/useRichContent.js";
|
|
162
|
+
import { useRoutes as fm } from "./components/data/config_provider/useRoutes.js";
|
|
163
|
+
import { useToast as am } from "./components/dialog/toast_provider/useToast.js";
|
|
164
|
+
import { useVote as sm } from "./components/vote/use_vote/useVote.js";
|
|
165
|
+
import { utf8ToBase64url as dm } from "./components/auth/use_auth/base64.js";
|
|
166
|
+
import { withConfig as gm } from "./components/data/config_provider/withConfig.js";
|
|
171
167
|
export {
|
|
172
168
|
a as ActionBar,
|
|
173
169
|
s as AdUnit,
|
|
@@ -179,177 +175,173 @@ export {
|
|
|
179
175
|
T as AuthInitializer,
|
|
180
176
|
P as AuthModal,
|
|
181
177
|
M as AuthProvider,
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
178
|
+
R as AuthProviderFactory,
|
|
179
|
+
O as AuthorBox,
|
|
180
|
+
D as Avatar,
|
|
185
181
|
w as AvatarSelector,
|
|
186
182
|
V as BackLink,
|
|
187
|
-
|
|
188
|
-
|
|
183
|
+
_ as BadgeBox,
|
|
184
|
+
U as BoxSkeleton,
|
|
189
185
|
K as Button,
|
|
190
|
-
Y as
|
|
191
|
-
|
|
192
|
-
j as
|
|
193
|
-
Q as
|
|
194
|
-
Z as
|
|
195
|
-
ro as
|
|
196
|
-
to as
|
|
197
|
-
mo as
|
|
198
|
-
fo as
|
|
199
|
-
ao as
|
|
200
|
-
so as
|
|
201
|
-
lo as
|
|
202
|
-
co as
|
|
203
|
-
So as
|
|
204
|
-
Ao as
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
bo as
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
No as
|
|
212
|
-
yo as
|
|
213
|
-
Go as
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
Wo as
|
|
219
|
-
Jo as
|
|
220
|
-
Xo as
|
|
221
|
-
or as
|
|
222
|
-
er as
|
|
223
|
-
xr as
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
lr as
|
|
228
|
-
cr as
|
|
229
|
-
Sr as
|
|
230
|
-
Ar as
|
|
231
|
-
Ir as
|
|
232
|
-
Lr as
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
Nr as
|
|
239
|
-
yr as
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
Wr as
|
|
244
|
-
Jr as
|
|
245
|
-
Xr as
|
|
246
|
-
oe as
|
|
247
|
-
ee as
|
|
248
|
-
xe as
|
|
249
|
-
pe as
|
|
250
|
-
ne as
|
|
251
|
-
ie as
|
|
252
|
-
ue as
|
|
253
|
-
le as
|
|
254
|
-
ce as
|
|
255
|
-
Se as
|
|
256
|
-
Ae as
|
|
257
|
-
Ie as
|
|
258
|
-
Le as
|
|
259
|
-
ve as
|
|
260
|
-
Fe as
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
we as
|
|
265
|
-
Ve as
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
Ke as
|
|
269
|
-
Ye as
|
|
270
|
-
We as
|
|
271
|
-
Je as
|
|
272
|
-
Xe as
|
|
273
|
-
ot as
|
|
274
|
-
et as
|
|
275
|
-
xt as
|
|
276
|
-
pt as
|
|
277
|
-
nt as
|
|
278
|
-
it as
|
|
279
|
-
ut as
|
|
280
|
-
lt as
|
|
281
|
-
ct as
|
|
282
|
-
St as
|
|
283
|
-
At as
|
|
284
|
-
It as
|
|
285
|
-
Lt as
|
|
286
|
-
vt as
|
|
287
|
-
Ft as
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
wt as
|
|
292
|
-
Vt as
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
Zt as VotePaginatedList,
|
|
300
|
-
Qt as VoteProvider,
|
|
301
|
-
rx as WithAd,
|
|
302
|
-
tx as authTokenHandler,
|
|
186
|
+
Y as ConfigContext,
|
|
187
|
+
z as ConfigProvider,
|
|
188
|
+
j as ConfirmModal,
|
|
189
|
+
Q as ConsultationBox,
|
|
190
|
+
Z as ContentFooter,
|
|
191
|
+
ro as ContentHeader,
|
|
192
|
+
to as ContextSourceBox,
|
|
193
|
+
mo as ContextSourceList,
|
|
194
|
+
fo as Countdown,
|
|
195
|
+
ao as DataProviderContext,
|
|
196
|
+
so as DebateBox,
|
|
197
|
+
lo as DialogBox,
|
|
198
|
+
co as Drawer,
|
|
199
|
+
So as Dropdown,
|
|
200
|
+
Ao as EMAIL_CONSENT_STORAGE_KEY,
|
|
201
|
+
To as EmbedHeader,
|
|
202
|
+
Po as ExpandableText,
|
|
203
|
+
Mo as FacebookLoginButton,
|
|
204
|
+
bo as FollowButton,
|
|
205
|
+
Eo as Form,
|
|
206
|
+
ko as FormContext,
|
|
207
|
+
No as GoogleLoginButton,
|
|
208
|
+
yo as HashScroll,
|
|
209
|
+
Go as Icon,
|
|
210
|
+
Ho as IconContext,
|
|
211
|
+
Uo as IconProvider,
|
|
212
|
+
Ko as IconTextLink,
|
|
213
|
+
Yo as InformationBox,
|
|
214
|
+
Wo as Input,
|
|
215
|
+
Jo as InputProvider,
|
|
216
|
+
Xo as IntlContext,
|
|
217
|
+
or as IntlProvider,
|
|
218
|
+
er as KeywordBox,
|
|
219
|
+
xr as LANGUAGES,
|
|
220
|
+
nr as LineChart,
|
|
221
|
+
ir as Link,
|
|
222
|
+
ur as ListProvider,
|
|
223
|
+
lr as Loader,
|
|
224
|
+
cr as Location,
|
|
225
|
+
Sr as LoginForm,
|
|
226
|
+
Ar as Message,
|
|
227
|
+
Ir as Modal,
|
|
228
|
+
Lr as ModalContext,
|
|
229
|
+
Pr as ModalProvider,
|
|
230
|
+
Mr as NavbarButton,
|
|
231
|
+
br as NavbarModal,
|
|
232
|
+
Er as NotificationItem,
|
|
233
|
+
kr as NotificationMenu,
|
|
234
|
+
Nr as OAuth2Button,
|
|
235
|
+
yr as ONBOARDING_BEFORE_LOGIN_STORAGE_KEY,
|
|
236
|
+
Ur as OnboardingModal,
|
|
237
|
+
Kr as PageSkeleton,
|
|
238
|
+
Yr as PaginatedList,
|
|
239
|
+
Wr as Pagination,
|
|
240
|
+
Jr as PieChart,
|
|
241
|
+
Xr as PointBox,
|
|
242
|
+
oe as ProgressBar,
|
|
243
|
+
ee as ProposalBox,
|
|
244
|
+
xe as ReadMore,
|
|
245
|
+
pe as ReportBox,
|
|
246
|
+
ne as ReportModal,
|
|
247
|
+
ie as ResponsiveProvider,
|
|
248
|
+
ue as SSOForm,
|
|
249
|
+
le as ScrollToTop,
|
|
250
|
+
ce as SearchInput,
|
|
251
|
+
Se as SectionBox,
|
|
252
|
+
Ae as Select,
|
|
253
|
+
Ie as ShareBox,
|
|
254
|
+
Le as ShareButton,
|
|
255
|
+
ve as ShareModal,
|
|
256
|
+
Fe as SideModal,
|
|
257
|
+
Re as SignupForm,
|
|
258
|
+
Oe as SocialAuthForm,
|
|
259
|
+
De as SourceBox,
|
|
260
|
+
we as SourceListItem,
|
|
261
|
+
Ve as SourceModal,
|
|
262
|
+
_e as StandardErrorBoundary,
|
|
263
|
+
Ue as SuggestionBanner,
|
|
264
|
+
Ke as SuggestionBox,
|
|
265
|
+
Ye as SuggestionInput,
|
|
266
|
+
We as SuggestionVoteBox,
|
|
267
|
+
Je as Summary,
|
|
268
|
+
Xe as SummaryBox,
|
|
269
|
+
ot as SummaryContentBox,
|
|
270
|
+
et as Tab,
|
|
271
|
+
xt as TabPanel,
|
|
272
|
+
pt as Tabs,
|
|
273
|
+
nt as Tag,
|
|
274
|
+
it as TextEditor,
|
|
275
|
+
ut as TextInput,
|
|
276
|
+
lt as Toast,
|
|
277
|
+
ct as ToastProvider,
|
|
278
|
+
St as Toggle,
|
|
279
|
+
At as TogglePosition,
|
|
280
|
+
It as Tooltip,
|
|
281
|
+
Lt as TopArguments,
|
|
282
|
+
vt as TranslatedContent,
|
|
283
|
+
Ft as TranslationButton,
|
|
284
|
+
Rt as UpDownVoteBox,
|
|
285
|
+
Ot as UserBox,
|
|
286
|
+
Dt as UserBoxSmall,
|
|
287
|
+
wt as UserContentSkeleton,
|
|
288
|
+
Vt as VoteBox,
|
|
289
|
+
_t as VoteButton,
|
|
290
|
+
Ut as VoteContext,
|
|
291
|
+
qt as VotePaginatedList,
|
|
292
|
+
$t as VoteProvider,
|
|
293
|
+
zt as WithAd,
|
|
294
|
+
jt as authTokenHandler,
|
|
303
295
|
r as bildIcons,
|
|
304
296
|
p as clarinIcons,
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
297
|
+
Qt as classes,
|
|
298
|
+
ox as dataProvider,
|
|
299
|
+
ex as extractFormData,
|
|
300
|
+
Xt as getAccent,
|
|
301
|
+
mr as getLocaleIcon,
|
|
302
|
+
pr as getLocaleName,
|
|
303
|
+
Vr as getOnboardingBeforeLoginStorageKey,
|
|
304
|
+
xx as getTranslatedContent,
|
|
313
305
|
t as heroIcons,
|
|
314
|
-
|
|
306
|
+
fx as httpClient,
|
|
315
307
|
x as kroneIcons,
|
|
316
|
-
|
|
317
|
-
|
|
308
|
+
ax as lexicalToHtml,
|
|
309
|
+
sx as makeStorage,
|
|
318
310
|
o as regularIcons,
|
|
319
|
-
|
|
311
|
+
Gr as saveOnboardingBeforeLogin,
|
|
320
312
|
e as spiegelIcons,
|
|
321
313
|
m as sternIcons,
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
314
|
+
dx as uniqueBy,
|
|
315
|
+
gx as useAuth,
|
|
316
|
+
ho as useAuthActions,
|
|
317
|
+
Bx as useAuthInterceptor,
|
|
318
|
+
Cx as useAuthRequired,
|
|
319
|
+
hx as useConfig,
|
|
320
|
+
Tx as useCssTheme,
|
|
321
|
+
Px as useData,
|
|
322
|
+
Mx as useDataProvider,
|
|
323
|
+
bx as useDeleteContent,
|
|
324
|
+
Ex as useFollow,
|
|
325
|
+
kx as useFontLoader,
|
|
326
|
+
Nx as useForm,
|
|
327
|
+
yx as useFormContext,
|
|
328
|
+
Gx as useFormValidation,
|
|
329
|
+
Hx as useGoogleAdManager,
|
|
330
|
+
$x as useInput,
|
|
331
|
+
qx as useList,
|
|
332
|
+
zx as useLocale,
|
|
333
|
+
jx as useMatomo,
|
|
334
|
+
Qx as useModal,
|
|
335
|
+
_r as useOnboarding,
|
|
336
|
+
Zx as useRelativeTime,
|
|
337
|
+
rm as useReportContent,
|
|
338
|
+
tm as useResponsive,
|
|
339
|
+
mm as useRichContent,
|
|
340
|
+
fm as useRoutes,
|
|
341
|
+
am as useToast,
|
|
342
|
+
mx as useTranslatedContent,
|
|
343
|
+
sm as useVote,
|
|
344
|
+
dm as utf8ToBase64url,
|
|
353
345
|
F as withAuth,
|
|
354
|
-
|
|
346
|
+
gm as withConfig
|
|
355
347
|
};
|