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