@logora/debate 0.2.6 → 0.3.1
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/information/information_box/InformationBox.module-B_MiEPn7.css +1 -0
- package/dist/components/argument/argument/Argument.js +27 -27
- package/dist/components/information/information_box/InformationBox.js +42 -0
- package/dist/components/information/information_box/InformationBox.module.scss.js +21 -0
- package/dist/components/input/argument_input/index.js +2 -2
- package/dist/index.js +270 -262
- package/package.json +5 -2
- package/src/components/styles/display/_display.scss +127 -0
- package/src/components/styles/display/display.docs.mdx +8 -0
- package/src/components/styles/display/index.scss +1 -0
- package/src/components/styles/flex/_flex.scss +55 -0
- package/src/components/styles/flex/flex.docs.mdx +8 -0
- package/src/components/styles/flex/index.scss +1 -0
- package/src/components/styles/spacing/_spacing.scss +107 -0
- package/src/components/styles/spacing/index.scss +1 -0
- package/src/components/styles/spacing/spacing.docs.mdx +8 -0
- package/src/components/styles/tabs/_tabs.scss +159 -0
- package/src/components/styles/tabs/index.scss +1 -0
- package/src/components/styles/tabs/tabs.docs.mdx +8 -0
- package/src/components/styles/theme/_theme.scss +51 -0
- package/src/components/styles/theme/index.scss +1 -0
- package/src/components/styles/theme/theme.docs.mdx +89 -0
- package/styles/_display.scss +1 -0
- package/styles/_flex.scss +1 -0
- package/styles/_spacing.scss +1 -0
- package/styles/_tabs.scss +1 -0
- package/styles/_theme.scss +1 -0
package/dist/index.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import * as o from "./components/icons/
|
|
2
|
-
import * as r from "./components/icons/
|
|
3
|
-
import * as e from "./components/icons/
|
|
4
|
-
import * as t from "./components/icons/
|
|
5
|
-
import * as x from "./components/icons/
|
|
1
|
+
import * as o from "./components/icons/regular_icons/index.js";
|
|
2
|
+
import * as r from "./components/icons/bild_icons/index.js";
|
|
3
|
+
import * as e from "./components/icons/spiegel_icons/index.js";
|
|
4
|
+
import * as t from "./components/icons/hero_icons/index.js";
|
|
5
|
+
import * as x from "./components/icons/krone_icons/index.js";
|
|
6
6
|
import { ActionBar as f } from "./components/list/paginated_list/action_bar/ActionBar.js";
|
|
7
7
|
import { AdUnit as a } from "./components/ad/ad_unit/AdUnit.js";
|
|
8
|
-
import { AnnouncementDialog as
|
|
9
|
-
import { Argument as
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
8
|
+
import { AnnouncementDialog as s } from "./components/dialog/announcement_dialog/AnnouncementDialog.js";
|
|
9
|
+
import { Argument as d } from "./components/argument/argument/Argument.js";
|
|
10
|
+
import { ArgumentInput as g } from "./components/input/argument_input/ArgumentInput.js";
|
|
11
|
+
import { ArgumentSummaryBox as B } from "./components/summary/argument_summary_box/ArgumentSummaryBox.js";
|
|
12
|
+
import { AuthContext as S } from "./components/auth/use_auth/AuthContext.js";
|
|
13
|
+
import { AuthInitializer as I } from "./components/auth/auth_initializer/AuthInitializer.js";
|
|
14
|
+
import { AuthProvider as T, withAuth as L } from "./components/auth/use_auth/AuthProvider.js";
|
|
15
|
+
import { AuthorBox as v } from "./components/user/author_box/AuthorBox.js";
|
|
16
|
+
import { Avatar as M } from "./components/user/avatar/Avatar.js";
|
|
17
|
+
import { AvatarSelector as D } from "./components/user/avatar_selector/AvatarSelector.js";
|
|
18
|
+
import { BackLink as U } from "./components/action/back_link/BackLink.js";
|
|
19
|
+
import { BadgeBox as E } from "./components/gamification/badge_box/BadgeBox.js";
|
|
20
|
+
import { BoxSkeleton as b } from "./components/skeleton/box_skeleton/BoxSkeleton.js";
|
|
21
|
+
import { Button as N } from "./components/action/button/Button.js";
|
|
22
22
|
import { ConfigContext as G, ConfigProvider as O } from "./components/data/config_provider/ConfigProvider.js";
|
|
23
23
|
import { ConfirmModal as _ } from "./components/dialog/confirm_modal/ConfirmModal.js";
|
|
24
24
|
import { ConsultationBox as K } from "./components/consultation/consultation_box/ConsultationBox.js";
|
|
@@ -31,139 +31,143 @@ import { DataProviderContext as to } from "./components/data/data_provider/DataP
|
|
|
31
31
|
import { DebateBox as mo } from "./components/debate/debate_box/DebateBox.js";
|
|
32
32
|
import { DialogBox as fo } from "./components/dialog/dialog_box/DialogBox.js";
|
|
33
33
|
import { Drawer as ao } from "./components/dialog/drawer/Drawer.js";
|
|
34
|
-
import { Dropdown as
|
|
34
|
+
import { Dropdown as so } from "./components/dialog/dropdown/Dropdown.js";
|
|
35
35
|
import { EMAIL_CONSENT_STORAGE_KEY as lo, useAuthActions as go } from "./components/auth/use_auth/useAuthActions.js";
|
|
36
36
|
import { EmbedHeader as Bo } from "./components/embed/embed_header/EmbedHeader.js";
|
|
37
37
|
import { ExpandableText as So } from "./components/text/expandable_text/ExpandableText.js";
|
|
38
|
-
import { FacebookLoginButton as
|
|
38
|
+
import { FacebookLoginButton as Io } from "./components/auth/facebook_login_button/FacebookLoginButton.js";
|
|
39
39
|
import { FollowButton as To } from "./components/follow/follow_button/FollowButton.js";
|
|
40
|
-
import { Form as
|
|
40
|
+
import { Form as Po } from "./components/forms/form/form.js";
|
|
41
41
|
import { FormContext as Fo } from "./components/forms/form/form-context.js";
|
|
42
42
|
import { GoogleLoginButton as ko } from "./components/auth/google_login_button/GoogleLoginButton.js";
|
|
43
43
|
import { HashScroll as Ro } from "./components/tools/hash_scroll/HashScroll.js";
|
|
44
44
|
import { Icon as wo } from "./components/icons/icon/Icon.js";
|
|
45
|
-
import { IconContext as
|
|
46
|
-
import { IconTextLink as
|
|
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 {
|
|
45
|
+
import { IconContext as Vo, IconProvider as bo } from "./components/icons/icon_provider/IconProvider.js";
|
|
46
|
+
import { IconTextLink as No } from "./components/action/icon_text_link/IconTextLink.js";
|
|
47
|
+
import { InformationBox as Go } from "./components/information/information_box/InformationBox.js";
|
|
48
|
+
import { HiddenCheckbox as $o } from "./components/input/checkbox/hidden/hidden-checkbox.js";
|
|
49
|
+
import { InputProvider as qo } from "./components/input/input_provider/InputProvider.js";
|
|
50
|
+
import { IntlContext as zo } from "./components/intl/intl_provider/IntlContext.js";
|
|
51
|
+
import { IntlProvider as Yo } from "./components/intl/intl_provider/IntlProvider.js";
|
|
52
|
+
import { KeywordBox as Jo } from "./components/summary/keyword_box/KeywordBox.js";
|
|
53
|
+
import { LANGUAGES as Xo, getLocaleIcon as Zo, getLocaleName as or } from "./components/util/lang_emojis/langEmojis.js";
|
|
54
|
+
import { LineChart as er } from "./components/chart/line_chart/LineChart.js";
|
|
55
|
+
import { Link as xr } from "./components/action/link/Link.js";
|
|
56
|
+
import { ListProvider as pr } from "./components/list/list_provider/ListProvider.js";
|
|
57
|
+
import { Loader as nr } from "./components/progress/loader/Loader.js";
|
|
58
|
+
import { Location as ir } from "./components/util/location/Location.js";
|
|
59
|
+
import { LoginForm as ur } from "./components/auth/login_form/LoginForm.js";
|
|
60
|
+
import { Message as lr } from "./components/input/text_input/message.js";
|
|
61
|
+
import { Modal as cr } from "./components/dialog/modal/Modal.js";
|
|
62
|
+
import { ModalContext as Cr, ModalProvider as Sr } from "./components/dialog/modal/ModalProvider.js";
|
|
63
|
+
import { NavbarButton as Ir } from "./components/navbar/navbar_button/NavbarButton.js";
|
|
64
|
+
import { NavbarModal as Tr } from "./components/navbar/navbar_modal/NavbarModal.js";
|
|
65
|
+
import { NotificationItem as Pr } from "./components/notification/notification_item/NotificationItem.js";
|
|
66
|
+
import { OAuth2Button as Fr } from "./components/auth/oauth2_button/OAuth2Button.js";
|
|
67
|
+
import { PaginatedList as kr } from "./components/list/paginated_list/PaginatedList.js";
|
|
68
|
+
import { Pagination as Rr } from "./components/list/pagination/Pagination.js";
|
|
69
|
+
import { PieChart as wr } from "./components/chart/pie_chart/PieChart.js";
|
|
70
|
+
import { PointBox as Vr } from "./components/gamification/point_box/PointBox.js";
|
|
71
|
+
import { ProgressBar as yr } from "./components/progress/progress_bar/ProgressBar.js";
|
|
72
|
+
import { ProposalBox as Hr } from "./components/proposal/proposal_box/ProposalBox.js";
|
|
73
|
+
import { ReadMore as Or } from "./components/text/read_more/ReadMore.js";
|
|
74
|
+
import { ReportBox as _r } from "./components/report/report_box/ReportBox.js";
|
|
75
|
+
import { ResponsiveProvider as Kr } from "./components/hooks/use_responsive/ResponsiveProvider.js";
|
|
76
|
+
import { SSOForm as Wr } from "./components/auth/sso_form/SSOForm.js";
|
|
77
|
+
import { ScrollToTop as jr } from "./components/tools/scroll_to_top/ScrollToTop.js";
|
|
78
|
+
import { SearchInput as Qr } from "./components/input/search_input/SearchInput.js";
|
|
79
|
+
import { SectionBox as Zr } from "./components/section/section_box/SectionBox.js";
|
|
80
|
+
import { Select as re } from "./components/input/select/Select.js";
|
|
81
|
+
import { ShareBox as te } from "./components/share/share_box/ShareBox.js";
|
|
82
|
+
import { ShareButton as me } from "./components/share/share_button/ShareButton.js";
|
|
83
|
+
import { SignupForm as fe } from "./components/auth/signup_form/SignupForm.js";
|
|
84
|
+
import { SocialAuthForm as ae } from "./components/auth/social_auth_form/SocialAuthForm.js";
|
|
85
|
+
import { SourceBox as se } from "./components/source/source_box/SourceBox.js";
|
|
86
|
+
import { SourceListItem as de } from "./components/source/source_list_item/SourceListItem.js";
|
|
87
|
+
import { SourceModal as ge } from "./components/source/source_modal/SourceModal.js";
|
|
88
|
+
import { StandardErrorBoundary as Be } from "./components/error/standard_error_boundary/StandardErrorBoundary.js";
|
|
89
|
+
import { SuggestionBanner as Se } from "./components/suggestion/suggestion_banner/SuggestionBanner.js";
|
|
90
|
+
import { SuggestionBox as Ie } from "./components/suggestion/suggestion_box/SuggestionBox.js";
|
|
91
|
+
import { SuggestionInput as Te } from "./components/suggestion/suggestion_input/SuggestionInput.js";
|
|
92
|
+
import { SuggestionVoteBox as Pe } from "./components/vote/suggestion_vote_box/SuggestionVoteBox.js";
|
|
93
|
+
import { Summary as Fe } from "./components/summary/summary/Summary.js";
|
|
94
|
+
import { SummaryBox as ke } from "./components/summary/summary_box/SummaryBox.js";
|
|
95
|
+
import { SummaryContentBox as Re } from "./components/user_content/summary_content_box/SummaryContentBox.js";
|
|
96
|
+
import { Tag as we } from "./components/tag/tag/Tag.js";
|
|
97
|
+
import { TextEditor as Ve } from "./components/input/text_editor/TextEditor.js";
|
|
98
|
+
import { TextInput as ye } from "./components/input/text_input/TextInput.js";
|
|
99
|
+
import { Toast as He } from "./components/dialog/toast/Toast.js";
|
|
100
|
+
import { ToastProvider as Oe } from "./components/dialog/toast_provider/ToastProvider.js";
|
|
101
|
+
import { Toggle as _e } from "./components/input/toggle/Toggle.js";
|
|
102
|
+
import { TogglePosition as Ke } from "./components/input/toggle_position/TogglePosition.js";
|
|
103
|
+
import { Tooltip as We } from "./components/dialog/tooltip/Tooltip.js";
|
|
104
|
+
import { TopArguments as je } from "./components/argument/top_arguments/TopArguments.js";
|
|
105
|
+
import { TranslatedContent as Qe } from "./components/translation/translated_content/TranslatedContent.js";
|
|
106
|
+
import { TranslationButton as Ze } from "./components/translation/translation_button/TranslationButton.js";
|
|
107
|
+
import { UpDownVoteBox as rt } from "./components/vote/up_down_vote_box/UpDownVoteBox.js";
|
|
108
|
+
import { UpdateUserInfoModal as tt } from "./components/user/update_user_info_modal/UpdateUserInfoModal.js";
|
|
109
|
+
import { UserBox as mt } from "./components/user/user_box/UserBox.js";
|
|
110
|
+
import { UserBoxSmall as ft } from "./components/user/user_box_small/UserBoxSmall.js";
|
|
111
|
+
import { UserContentSkeleton as at } from "./components/skeleton/user_content_skeleton/UserContentSkeleton.js";
|
|
112
|
+
import { VoteBox as st } from "./components/vote/vote_box/VoteBox.js";
|
|
113
|
+
import { VoteButton as dt } from "./components/vote/vote_button/VoteButton.js";
|
|
114
|
+
import { VoteContext as gt, VoteProvider as ct } from "./components/vote/vote_provider/VoteProvider.js";
|
|
115
|
+
import { VotePaginatedList as Ct } from "./components/list/paginated_list/VotePaginatedList.js";
|
|
116
|
+
import { WithAd as At } from "./components/ad/with_ad/WithAd.js";
|
|
117
|
+
import { authTokenHandler as ht } from "./components/auth/use_auth/authTokenHandler.js";
|
|
118
|
+
import { classes as Lt, getAccent as Pt } from "./components/input/text_input/color-accent.js";
|
|
119
|
+
import { dataProvider as Ft } from "./components/data/data_provider/DataProvider.js";
|
|
120
|
+
import { extractFormData as kt } from "./components/forms/form/extract-form-data.js";
|
|
121
|
+
import { getTranslatedContent as Rt, useTranslatedContent as Ut } from "./components/translation/translated_content/useTranslatedContent.js";
|
|
122
|
+
import { httpClient as Et } from "./components/data/axios_client/httpClient.js";
|
|
123
|
+
import { lexicalToHtml as bt } from "./components/input/text_editor/lexicalToHtml.js";
|
|
124
|
+
import { makeStorage as Nt } from "./components/auth/use_auth/AuthStorage.js";
|
|
125
|
+
import { uniqueBy as Gt } from "./components/util/unique_by/uniqueBy.js";
|
|
126
|
+
import { useAuth as $t } from "./components/auth/use_auth/useAuth.js";
|
|
127
|
+
import { useAuthInterceptor as qt } from "./components/auth/use_auth/useAuthInterceptor.js";
|
|
128
|
+
import { useAuthRequired as zt } from "./components/hooks/use_auth_required/useAuthRequired.js";
|
|
129
|
+
import { useConfig as Yt } from "./components/data/config_provider/useConfig.js";
|
|
130
|
+
import { useCssTheme as Jt } from "./components/hooks/use_css_theme/useCssTheme.js";
|
|
131
|
+
import { useData as Xt } from "./components/data/data_provider/useData.js";
|
|
132
|
+
import { useDataProvider as ox } from "./components/data/data_provider/useDataProvider.js";
|
|
133
|
+
import { useDeleteContent as ex } from "./components/user_content/use_delete_content/useDeleteContent.js";
|
|
134
|
+
import { useFollow as xx } from "./components/follow/use_follow/useFollow.js";
|
|
135
|
+
import { useFontLoader as px } from "./components/hooks/use_font_loader/useFontLoader.js";
|
|
136
|
+
import { useForm as nx } from "./components/forms/form/use-form.js";
|
|
137
|
+
import { useFormContext as ix } from "./components/forms/form/use-form-context.js";
|
|
138
|
+
import { useFormValidation as ux } from "./components/forms/use_form_validation/useFormValidation.js";
|
|
139
|
+
import { useGoogleAdManager as lx } from "./components/ad/use_google_ad_manager/useGoogleAdManager.js";
|
|
140
|
+
import { useInput as cx } from "./components/input/input_provider/useInput.js";
|
|
141
|
+
import { useList as Cx } from "./components/list/list_provider/useList.js";
|
|
142
|
+
import { useLocale as Ax } from "./components/intl/intl_provider/useLocale.js";
|
|
143
|
+
import { useMatomo as hx } from "./components/hooks/use_matomo/useMatomo.js";
|
|
144
|
+
import { useModal as Lx } from "./components/dialog/modal/useModal.js";
|
|
145
|
+
import { useRelativeTime as vx } from "./components/hooks/use_relative_time/useRelativeTime.js";
|
|
146
|
+
import { useReportContent as Mx } from "./components/user_content/use_report_content/useReportContent.js";
|
|
147
|
+
import { useResponsive as Dx } from "./components/hooks/use_responsive/useResponsive.js";
|
|
148
|
+
import { useRichContent as Ux } from "./components/argument/argument/useRichContent.js";
|
|
149
|
+
import { useRoutes as Ex } from "./components/data/config_provider/useRoutes.js";
|
|
150
|
+
import { useToast as bx } from "./components/dialog/toast_provider/useToast.js";
|
|
151
|
+
import { useUpdateUserInfo as Nx } from "./components/user/update_user_info_modal/useUpdateUserInfo.js";
|
|
152
|
+
import { useVote as Gx } from "./components/vote/use_vote/useVote.js";
|
|
153
|
+
import { withConfig as $x } from "./components/data/config_provider/withConfig.js";
|
|
150
154
|
export {
|
|
151
155
|
f as ActionBar,
|
|
152
156
|
a as AdUnit,
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
g as
|
|
156
|
-
B as
|
|
157
|
-
S as
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
M as
|
|
162
|
-
D as
|
|
163
|
-
U as
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
157
|
+
s as AnnouncementDialog,
|
|
158
|
+
d as Argument,
|
|
159
|
+
g as ArgumentInput,
|
|
160
|
+
B as ArgumentSummaryBox,
|
|
161
|
+
S as AuthContext,
|
|
162
|
+
I as AuthInitializer,
|
|
163
|
+
T as AuthProvider,
|
|
164
|
+
v as AuthorBox,
|
|
165
|
+
M as Avatar,
|
|
166
|
+
D as AvatarSelector,
|
|
167
|
+
U as BackLink,
|
|
168
|
+
E as BadgeBox,
|
|
169
|
+
b as BoxSkeleton,
|
|
170
|
+
N as Button,
|
|
167
171
|
G as ConfigContext,
|
|
168
172
|
O as ConfigProvider,
|
|
169
173
|
_ as ConfirmModal,
|
|
@@ -177,134 +181,138 @@ export {
|
|
|
177
181
|
mo as DebateBox,
|
|
178
182
|
fo as DialogBox,
|
|
179
183
|
ao as Drawer,
|
|
180
|
-
|
|
184
|
+
so as Dropdown,
|
|
181
185
|
lo as EMAIL_CONSENT_STORAGE_KEY,
|
|
182
186
|
Bo as EmbedHeader,
|
|
183
187
|
So as ExpandableText,
|
|
184
|
-
|
|
188
|
+
Io as FacebookLoginButton,
|
|
185
189
|
To as FollowButton,
|
|
186
|
-
|
|
190
|
+
Po as Form,
|
|
187
191
|
Fo as FormContext,
|
|
188
192
|
ko as GoogleLoginButton,
|
|
189
193
|
Ro as HashScroll,
|
|
190
194
|
wo as Icon,
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
Go as
|
|
195
|
-
$o as
|
|
196
|
-
qo as
|
|
197
|
-
zo as
|
|
198
|
-
Yo as
|
|
199
|
-
Jo as
|
|
200
|
-
|
|
201
|
-
er as
|
|
202
|
-
xr as
|
|
203
|
-
pr as
|
|
204
|
-
nr as
|
|
205
|
-
|
|
206
|
-
ur as
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
Sr as
|
|
211
|
-
|
|
212
|
-
Tr as
|
|
213
|
-
|
|
214
|
-
Fr as
|
|
215
|
-
kr as
|
|
216
|
-
Rr as
|
|
217
|
-
wr as
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
Hr as
|
|
221
|
-
Or as
|
|
222
|
-
_r as
|
|
223
|
-
Kr as
|
|
224
|
-
Wr as
|
|
225
|
-
jr as
|
|
226
|
-
Qr as
|
|
227
|
-
Zr as
|
|
228
|
-
re as
|
|
229
|
-
te as
|
|
230
|
-
me as
|
|
231
|
-
fe as
|
|
232
|
-
ae as
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
ge as
|
|
236
|
-
Be as
|
|
237
|
-
Se as
|
|
238
|
-
|
|
239
|
-
Te as
|
|
240
|
-
|
|
241
|
-
Fe as
|
|
242
|
-
ke as
|
|
243
|
-
Re as
|
|
244
|
-
we as
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
He as
|
|
248
|
-
Oe as
|
|
249
|
-
_e as
|
|
250
|
-
Ke as
|
|
251
|
-
We as
|
|
252
|
-
je as
|
|
253
|
-
Qe as
|
|
254
|
-
Ze as
|
|
255
|
-
rt as
|
|
256
|
-
tt as
|
|
257
|
-
mt as
|
|
258
|
-
ft as
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
ct as
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
x as
|
|
278
|
-
|
|
279
|
-
|
|
195
|
+
Vo as IconContext,
|
|
196
|
+
bo as IconProvider,
|
|
197
|
+
No as IconTextLink,
|
|
198
|
+
Go as InformationBox,
|
|
199
|
+
$o as Input,
|
|
200
|
+
qo as InputProvider,
|
|
201
|
+
zo as IntlContext,
|
|
202
|
+
Yo as IntlProvider,
|
|
203
|
+
Jo as KeywordBox,
|
|
204
|
+
Xo as LANGUAGES,
|
|
205
|
+
er as LineChart,
|
|
206
|
+
xr as Link,
|
|
207
|
+
pr as ListProvider,
|
|
208
|
+
nr as Loader,
|
|
209
|
+
ir as Location,
|
|
210
|
+
ur as LoginForm,
|
|
211
|
+
lr as Message,
|
|
212
|
+
cr as Modal,
|
|
213
|
+
Cr as ModalContext,
|
|
214
|
+
Sr as ModalProvider,
|
|
215
|
+
Ir as NavbarButton,
|
|
216
|
+
Tr as NavbarModal,
|
|
217
|
+
Pr as NotificationItem,
|
|
218
|
+
Fr as OAuth2Button,
|
|
219
|
+
kr as PaginatedList,
|
|
220
|
+
Rr as Pagination,
|
|
221
|
+
wr as PieChart,
|
|
222
|
+
Vr as PointBox,
|
|
223
|
+
yr as ProgressBar,
|
|
224
|
+
Hr as ProposalBox,
|
|
225
|
+
Or as ReadMore,
|
|
226
|
+
_r as ReportBox,
|
|
227
|
+
Kr as ResponsiveProvider,
|
|
228
|
+
Wr as SSOForm,
|
|
229
|
+
jr as ScrollToTop,
|
|
230
|
+
Qr as SearchInput,
|
|
231
|
+
Zr as SectionBox,
|
|
232
|
+
re as Select,
|
|
233
|
+
te as ShareBox,
|
|
234
|
+
me as ShareButton,
|
|
235
|
+
fe as SignupForm,
|
|
236
|
+
ae as SocialAuthForm,
|
|
237
|
+
se as SourceBox,
|
|
238
|
+
de as SourceListItem,
|
|
239
|
+
ge as SourceModal,
|
|
240
|
+
Be as StandardErrorBoundary,
|
|
241
|
+
Se as SuggestionBanner,
|
|
242
|
+
Ie as SuggestionBox,
|
|
243
|
+
Te as SuggestionInput,
|
|
244
|
+
Pe as SuggestionVoteBox,
|
|
245
|
+
Fe as Summary,
|
|
246
|
+
ke as SummaryBox,
|
|
247
|
+
Re as SummaryContentBox,
|
|
248
|
+
we as Tag,
|
|
249
|
+
Ve as TextEditor,
|
|
250
|
+
ye as TextInput,
|
|
251
|
+
He as Toast,
|
|
252
|
+
Oe as ToastProvider,
|
|
253
|
+
_e as Toggle,
|
|
254
|
+
Ke as TogglePosition,
|
|
255
|
+
We as Tooltip,
|
|
256
|
+
je as TopArguments,
|
|
257
|
+
Qe as TranslatedContent,
|
|
258
|
+
Ze as TranslationButton,
|
|
259
|
+
rt as UpDownVoteBox,
|
|
260
|
+
tt as UpdateUserInfoModal,
|
|
261
|
+
mt as UserBox,
|
|
262
|
+
ft as UserBoxSmall,
|
|
263
|
+
at as UserContentSkeleton,
|
|
264
|
+
st as VoteBox,
|
|
265
|
+
dt as VoteButton,
|
|
266
|
+
gt as VoteContext,
|
|
267
|
+
Ct as VotePaginatedList,
|
|
268
|
+
ct as VoteProvider,
|
|
269
|
+
At as WithAd,
|
|
270
|
+
ht as authTokenHandler,
|
|
271
|
+
r as bildIcons,
|
|
272
|
+
Lt as classes,
|
|
273
|
+
Ft as dataProvider,
|
|
274
|
+
kt as extractFormData,
|
|
275
|
+
Pt as getAccent,
|
|
276
|
+
Zo as getLocaleIcon,
|
|
277
|
+
or as getLocaleName,
|
|
278
|
+
Rt as getTranslatedContent,
|
|
279
|
+
t as heroIcons,
|
|
280
|
+
Et as httpClient,
|
|
281
|
+
x as kroneIcons,
|
|
282
|
+
bt as lexicalToHtml,
|
|
283
|
+
Nt as makeStorage,
|
|
284
|
+
o as regularIcons,
|
|
285
|
+
e as spiegelIcons,
|
|
286
|
+
Gt as uniqueBy,
|
|
287
|
+
$t as useAuth,
|
|
280
288
|
go as useAuthActions,
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
289
|
+
qt as useAuthInterceptor,
|
|
290
|
+
zt as useAuthRequired,
|
|
291
|
+
Yt as useConfig,
|
|
292
|
+
Jt as useCssTheme,
|
|
293
|
+
Xt as useData,
|
|
294
|
+
ox as useDataProvider,
|
|
295
|
+
ex as useDeleteContent,
|
|
296
|
+
xx as useFollow,
|
|
297
|
+
px as useFontLoader,
|
|
298
|
+
nx as useForm,
|
|
299
|
+
ix as useFormContext,
|
|
300
|
+
ux as useFormValidation,
|
|
301
|
+
lx as useGoogleAdManager,
|
|
302
|
+
cx as useInput,
|
|
303
|
+
Cx as useList,
|
|
304
|
+
Ax as useLocale,
|
|
305
|
+
hx as useMatomo,
|
|
306
|
+
Lx as useModal,
|
|
307
|
+
vx as useRelativeTime,
|
|
308
|
+
Mx as useReportContent,
|
|
309
|
+
Dx as useResponsive,
|
|
310
|
+
Ux as useRichContent,
|
|
311
|
+
Ex as useRoutes,
|
|
312
|
+
bx as useToast,
|
|
313
|
+
Ut as useTranslatedContent,
|
|
314
|
+
Nx as useUpdateUserInfo,
|
|
315
|
+
Gx as useVote,
|
|
316
|
+
L as withAuth,
|
|
317
|
+
$x as withConfig
|
|
310
318
|
};
|
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logora/debate",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"description": "Design system of @Logora made with React",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"module": "./dist/index.js",
|
|
9
9
|
"files": [
|
|
10
|
-
"dist"
|
|
10
|
+
"dist",
|
|
11
|
+
"styles",
|
|
12
|
+
"src/components/styles"
|
|
11
13
|
],
|
|
12
14
|
"sideEffects": [
|
|
13
15
|
"**/*.css",
|
|
@@ -18,6 +20,7 @@
|
|
|
18
20
|
"import": "./dist/index.js",
|
|
19
21
|
"default": "./dist/index.js"
|
|
20
22
|
},
|
|
23
|
+
"./styles/*": "./styles/_*.scss",
|
|
21
24
|
"./package.json": "./package.json"
|
|
22
25
|
},
|
|
23
26
|
"author": "Logora <contact@logora.fr>",
|