@logora/debate 0.2.6 → 0.3.0
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/index.js +117 -117
- package/package.json +17 -15
- 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,68 +1,68 @@
|
|
|
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
|
|
8
|
+
import { AnnouncementDialog as s } from "./components/dialog/announcement_dialog/AnnouncementDialog.js";
|
|
9
9
|
import { Argument as l } from "./components/argument/argument/Argument.js";
|
|
10
10
|
import { ArgumentSummaryBox as g } from "./components/summary/argument_summary_box/ArgumentSummaryBox.js";
|
|
11
11
|
import { AuthContext as B } from "./components/auth/use_auth/AuthContext.js";
|
|
12
12
|
import { AuthInitializer as S } from "./components/auth/auth_initializer/AuthInitializer.js";
|
|
13
|
-
import { AuthProvider as
|
|
14
|
-
import { AuthorBox as
|
|
15
|
-
import { Avatar as
|
|
13
|
+
import { AuthProvider as h, withAuth as I } from "./components/auth/use_auth/AuthProvider.js";
|
|
14
|
+
import { AuthorBox as L } from "./components/user/author_box/AuthorBox.js";
|
|
15
|
+
import { Avatar as v } from "./components/user/avatar/Avatar.js";
|
|
16
16
|
import { AvatarSelector as M } from "./components/user/avatar_selector/AvatarSelector.js";
|
|
17
17
|
import { BackLink as D } from "./components/action/back_link/BackLink.js";
|
|
18
18
|
import { BadgeBox as U } from "./components/gamification/badge_box/BadgeBox.js";
|
|
19
19
|
import { BoxSkeleton as V } from "./components/skeleton/box_skeleton/BoxSkeleton.js";
|
|
20
20
|
import { Button as E } from "./components/action/button/Button.js";
|
|
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 {
|
|
21
|
+
import { ConfigContext as y, ConfigProvider as H } from "./components/data/config_provider/ConfigProvider.js";
|
|
22
|
+
import { ConfirmModal as O } from "./components/dialog/confirm_modal/ConfirmModal.js";
|
|
23
|
+
import { ConsultationBox as _ } from "./components/consultation/consultation_box/ConsultationBox.js";
|
|
24
|
+
import { ContentFooter as K } from "./components/user_content/content_footer/ContentFooter.js";
|
|
25
|
+
import { ContentHeader as W } from "./components/user_content/content_header/ContentHeader.js";
|
|
26
|
+
import { ContextSourceBox as j } from "./components/source/context_source_box/ContextSourceBox.js";
|
|
27
|
+
import { ContextSourceList as Q } from "./components/source/context_source_list/ContextSourceList.js";
|
|
28
|
+
import { Countdown as Z } from "./components/dialog/countdown/Countdown.js";
|
|
29
|
+
import { DataProviderContext as ro } from "./components/data/data_provider/DataProviderContext.js";
|
|
30
|
+
import { DebateBox as to } from "./components/debate/debate_box/DebateBox.js";
|
|
31
|
+
import { DialogBox as mo } from "./components/dialog/dialog_box/DialogBox.js";
|
|
32
|
+
import { Drawer as fo } from "./components/dialog/drawer/Drawer.js";
|
|
33
|
+
import { Dropdown as ao } from "./components/dialog/dropdown/Dropdown.js";
|
|
34
|
+
import { EMAIL_CONSENT_STORAGE_KEY as so, useAuthActions as uo } from "./components/auth/use_auth/useAuthActions.js";
|
|
35
|
+
import { EmbedHeader as go } from "./components/embed/embed_header/EmbedHeader.js";
|
|
36
|
+
import { ExpandableText as Bo } from "./components/text/expandable_text/ExpandableText.js";
|
|
37
|
+
import { FacebookLoginButton as So } from "./components/auth/facebook_login_button/FacebookLoginButton.js";
|
|
38
|
+
import { FollowButton as ho } from "./components/follow/follow_button/FollowButton.js";
|
|
39
|
+
import { Form as To } from "./components/forms/form/form.js";
|
|
40
|
+
import { FormContext as Po } from "./components/forms/form/form-context.js";
|
|
41
|
+
import { GoogleLoginButton as Fo } from "./components/auth/google_login_button/GoogleLoginButton.js";
|
|
42
|
+
import { HashScroll as ko } from "./components/tools/hash_scroll/HashScroll.js";
|
|
43
|
+
import { Icon as Ro } from "./components/icons/icon/Icon.js";
|
|
44
|
+
import { IconContext as wo, IconProvider as Vo } from "./components/icons/icon_provider/IconProvider.js";
|
|
45
|
+
import { IconTextLink as Eo } from "./components/action/icon_text_link/IconTextLink.js";
|
|
46
|
+
import { HiddenCheckbox as yo } from "./components/input/checkbox/hidden/hidden-checkbox.js";
|
|
47
|
+
import { InputProvider as Go } from "./components/input/input_provider/InputProvider.js";
|
|
48
|
+
import { IntlContext as $o } from "./components/intl/intl_provider/IntlContext.js";
|
|
49
|
+
import { IntlProvider as qo } from "./components/intl/intl_provider/IntlProvider.js";
|
|
50
|
+
import { KeywordBox as zo } from "./components/summary/keyword_box/KeywordBox.js";
|
|
51
|
+
import { LANGUAGES as Yo, getLocaleIcon as jo, getLocaleName as Jo } from "./components/util/lang_emojis/langEmojis.js";
|
|
52
|
+
import { LineChart as Xo } from "./components/chart/line_chart/LineChart.js";
|
|
53
|
+
import { Link as or } from "./components/action/link/Link.js";
|
|
54
54
|
import { ListProvider as er } from "./components/list/list_provider/ListProvider.js";
|
|
55
55
|
import { Loader as xr } from "./components/progress/loader/Loader.js";
|
|
56
56
|
import { Location as pr } from "./components/util/location/Location.js";
|
|
57
57
|
import { LoginForm as nr } from "./components/auth/login_form/LoginForm.js";
|
|
58
|
-
import { Message as
|
|
58
|
+
import { Message as ir } from "./components/input/text_input/message.js";
|
|
59
59
|
import { Modal as ur } from "./components/dialog/modal/Modal.js";
|
|
60
60
|
import { ModalContext as dr, ModalProvider as gr } from "./components/dialog/modal/ModalProvider.js";
|
|
61
61
|
import { NavbarButton as Br } from "./components/navbar/navbar_button/NavbarButton.js";
|
|
62
62
|
import { NavbarModal as Sr } from "./components/navbar/navbar_modal/NavbarModal.js";
|
|
63
|
-
import { NotificationItem as
|
|
63
|
+
import { NotificationItem as hr } from "./components/notification/notification_item/NotificationItem.js";
|
|
64
64
|
import { OAuth2Button as Tr } from "./components/auth/oauth2_button/OAuth2Button.js";
|
|
65
|
-
import { PaginatedList as
|
|
65
|
+
import { PaginatedList as Pr } from "./components/list/paginated_list/PaginatedList.js";
|
|
66
66
|
import { Pagination as Fr } from "./components/list/pagination/Pagination.js";
|
|
67
67
|
import { PieChart as kr } from "./components/chart/pie_chart/PieChart.js";
|
|
68
68
|
import { PointBox as Rr } from "./components/gamification/point_box/PointBox.js";
|
|
@@ -82,14 +82,14 @@ import { SignupForm as te } from "./components/auth/signup_form/SignupForm.js";
|
|
|
82
82
|
import { SocialAuthForm as me } from "./components/auth/social_auth_form/SocialAuthForm.js";
|
|
83
83
|
import { SourceBox as fe } from "./components/source/source_box/SourceBox.js";
|
|
84
84
|
import { SourceListItem as ae } from "./components/source/source_list_item/SourceListItem.js";
|
|
85
|
-
import { SourceModal as
|
|
85
|
+
import { SourceModal as se } from "./components/source/source_modal/SourceModal.js";
|
|
86
86
|
import { SuggestionBanner as le } from "./components/suggestion/suggestion_banner/SuggestionBanner.js";
|
|
87
87
|
import { SuggestionBox as ge } from "./components/suggestion/suggestion_box/SuggestionBox.js";
|
|
88
88
|
import { SuggestionInput as Be } from "./components/suggestion/suggestion_input/SuggestionInput.js";
|
|
89
89
|
import { SuggestionVoteBox as Se } from "./components/vote/suggestion_vote_box/SuggestionVoteBox.js";
|
|
90
|
-
import { Summary as
|
|
90
|
+
import { Summary as he } from "./components/summary/summary/Summary.js";
|
|
91
91
|
import { SummaryBox as Te } from "./components/summary/summary_box/SummaryBox.js";
|
|
92
|
-
import { SummaryContentBox as
|
|
92
|
+
import { SummaryContentBox as Pe } from "./components/user_content/summary_content_box/SummaryContentBox.js";
|
|
93
93
|
import { Tag as Fe } from "./components/tag/tag/Tag.js";
|
|
94
94
|
import { TextInput as ke } from "./components/input/text_input/TextInput.js";
|
|
95
95
|
import { Toast as Re } from "./components/dialog/toast/Toast.js";
|
|
@@ -108,14 +108,14 @@ import { UserContentSkeleton as rt } from "./components/skeleton/user_content_sk
|
|
|
108
108
|
import { VoteBox as tt } from "./components/vote/vote_box/VoteBox.js";
|
|
109
109
|
import { VoteButton as mt } from "./components/vote/vote_button/VoteButton.js";
|
|
110
110
|
import { VoteContext as ft, VoteProvider as nt } from "./components/vote/vote_provider/VoteProvider.js";
|
|
111
|
-
import { VotePaginatedList as
|
|
111
|
+
import { VotePaginatedList as it } from "./components/list/paginated_list/VotePaginatedList.js";
|
|
112
112
|
import { WithAd as ut } from "./components/ad/with_ad/WithAd.js";
|
|
113
113
|
import { authTokenHandler as dt } from "./components/auth/use_auth/authTokenHandler.js";
|
|
114
114
|
import { classes as ct, getAccent as Bt } from "./components/input/text_input/color-accent.js";
|
|
115
115
|
import { dataProvider as St } from "./components/data/data_provider/DataProvider.js";
|
|
116
|
-
import { extractFormData as
|
|
117
|
-
import { getTranslatedContent as Tt, useTranslatedContent as
|
|
118
|
-
import { httpClient as
|
|
116
|
+
import { extractFormData as ht } from "./components/forms/form/extract-form-data.js";
|
|
117
|
+
import { getTranslatedContent as Tt, useTranslatedContent as Lt } from "./components/translation/translated_content/useTranslatedContent.js";
|
|
118
|
+
import { httpClient as vt } from "./components/data/axios_client/httpClient.js";
|
|
119
119
|
import { lexicalToHtml as Mt } from "./components/input/text_editor/lexicalToHtml.js";
|
|
120
120
|
import { makeStorage as Dt } from "./components/auth/use_auth/AuthStorage.js";
|
|
121
121
|
import { uniqueBy as Ut } from "./components/util/unique_by/uniqueBy.js";
|
|
@@ -134,15 +134,15 @@ import { useFormContext as ex } from "./components/forms/form/use-form-context.j
|
|
|
134
134
|
import { useFormValidation as xx } from "./components/forms/use_form_validation/useFormValidation.js";
|
|
135
135
|
import { useGoogleAdManager as px } from "./components/ad/use_google_ad_manager/useGoogleAdManager.js";
|
|
136
136
|
import { useInput as nx } from "./components/input/input_provider/useInput.js";
|
|
137
|
-
import { useList as
|
|
137
|
+
import { useList as ix } from "./components/list/list_provider/useList.js";
|
|
138
138
|
import { useLocale as ux } from "./components/intl/intl_provider/useLocale.js";
|
|
139
139
|
import { useMatomo as dx } from "./components/hooks/use_matomo/useMatomo.js";
|
|
140
140
|
import { useModal as cx } from "./components/dialog/modal/useModal.js";
|
|
141
141
|
import { useRelativeTime as Cx } from "./components/hooks/use_relative_time/useRelativeTime.js";
|
|
142
|
-
import { useReportContent as
|
|
142
|
+
import { useReportContent as Ax } from "./components/user_content/use_report_content/useReportContent.js";
|
|
143
143
|
import { useResponsive as Ix } from "./components/hooks/use_responsive/useResponsive.js";
|
|
144
|
-
import { useRichContent as
|
|
145
|
-
import { useRoutes as
|
|
144
|
+
import { useRichContent as Lx } from "./components/argument/argument/useRichContent.js";
|
|
145
|
+
import { useRoutes as vx } from "./components/data/config_provider/useRoutes.js";
|
|
146
146
|
import { useToast as Mx } from "./components/dialog/toast_provider/useToast.js";
|
|
147
147
|
import { useUpdateUserInfo as Dx } from "./components/user/update_user_info_modal/useUpdateUserInfo.js";
|
|
148
148
|
import { useVote as Ux } from "./components/vote/use_vote/useVote.js";
|
|
@@ -150,67 +150,67 @@ import { withConfig as Vx } from "./components/data/config_provider/withConfig.j
|
|
|
150
150
|
export {
|
|
151
151
|
f as ActionBar,
|
|
152
152
|
a as AdUnit,
|
|
153
|
-
|
|
153
|
+
s as AnnouncementDialog,
|
|
154
154
|
l as Argument,
|
|
155
155
|
g as ArgumentSummaryBox,
|
|
156
156
|
B as AuthContext,
|
|
157
157
|
S as AuthInitializer,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
158
|
+
h as AuthProvider,
|
|
159
|
+
L as AuthorBox,
|
|
160
|
+
v as Avatar,
|
|
161
161
|
M as AvatarSelector,
|
|
162
162
|
D as BackLink,
|
|
163
163
|
U as BadgeBox,
|
|
164
164
|
V as BoxSkeleton,
|
|
165
165
|
E as Button,
|
|
166
|
-
y as
|
|
167
|
-
|
|
168
|
-
O as
|
|
169
|
-
_ as
|
|
170
|
-
K as
|
|
171
|
-
W as
|
|
172
|
-
j as
|
|
173
|
-
Q as
|
|
174
|
-
Z as
|
|
175
|
-
ro as
|
|
176
|
-
to as
|
|
177
|
-
mo as
|
|
178
|
-
fo as
|
|
179
|
-
ao as
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
Bo as
|
|
183
|
-
So as
|
|
184
|
-
|
|
185
|
-
To as
|
|
186
|
-
|
|
187
|
-
Fo as
|
|
188
|
-
ko as
|
|
189
|
-
Ro as
|
|
190
|
-
wo as
|
|
191
|
-
|
|
192
|
-
Eo as
|
|
193
|
-
yo as
|
|
194
|
-
Go as
|
|
195
|
-
$o as
|
|
196
|
-
qo as
|
|
197
|
-
zo as
|
|
198
|
-
Yo as
|
|
199
|
-
|
|
200
|
-
or as
|
|
166
|
+
y as ConfigContext,
|
|
167
|
+
H as ConfigProvider,
|
|
168
|
+
O as ConfirmModal,
|
|
169
|
+
_ as ConsultationBox,
|
|
170
|
+
K as ContentFooter,
|
|
171
|
+
W as ContentHeader,
|
|
172
|
+
j as ContextSourceBox,
|
|
173
|
+
Q as ContextSourceList,
|
|
174
|
+
Z as Countdown,
|
|
175
|
+
ro as DataProviderContext,
|
|
176
|
+
to as DebateBox,
|
|
177
|
+
mo as DialogBox,
|
|
178
|
+
fo as Drawer,
|
|
179
|
+
ao as Dropdown,
|
|
180
|
+
so as EMAIL_CONSENT_STORAGE_KEY,
|
|
181
|
+
go as EmbedHeader,
|
|
182
|
+
Bo as ExpandableText,
|
|
183
|
+
So as FacebookLoginButton,
|
|
184
|
+
ho as FollowButton,
|
|
185
|
+
To as Form,
|
|
186
|
+
Po as FormContext,
|
|
187
|
+
Fo as GoogleLoginButton,
|
|
188
|
+
ko as HashScroll,
|
|
189
|
+
Ro as Icon,
|
|
190
|
+
wo as IconContext,
|
|
191
|
+
Vo as IconProvider,
|
|
192
|
+
Eo as IconTextLink,
|
|
193
|
+
yo as Input,
|
|
194
|
+
Go as InputProvider,
|
|
195
|
+
$o as IntlContext,
|
|
196
|
+
qo as IntlProvider,
|
|
197
|
+
zo as KeywordBox,
|
|
198
|
+
Yo as LANGUAGES,
|
|
199
|
+
Xo as LineChart,
|
|
200
|
+
or as Link,
|
|
201
201
|
er as ListProvider,
|
|
202
202
|
xr as Loader,
|
|
203
203
|
pr as Location,
|
|
204
204
|
nr as LoginForm,
|
|
205
|
-
|
|
205
|
+
ir as Message,
|
|
206
206
|
ur as Modal,
|
|
207
207
|
dr as ModalContext,
|
|
208
208
|
gr as ModalProvider,
|
|
209
209
|
Br as NavbarButton,
|
|
210
210
|
Sr as NavbarModal,
|
|
211
|
-
|
|
211
|
+
hr as NotificationItem,
|
|
212
212
|
Tr as OAuth2Button,
|
|
213
|
-
|
|
213
|
+
Pr as PaginatedList,
|
|
214
214
|
Fr as Pagination,
|
|
215
215
|
kr as PieChart,
|
|
216
216
|
Rr as PointBox,
|
|
@@ -230,14 +230,14 @@ export {
|
|
|
230
230
|
me as SocialAuthForm,
|
|
231
231
|
fe as SourceBox,
|
|
232
232
|
ae as SourceListItem,
|
|
233
|
-
|
|
233
|
+
se as SourceModal,
|
|
234
234
|
le as SuggestionBanner,
|
|
235
235
|
ge as SuggestionBox,
|
|
236
236
|
Be as SuggestionInput,
|
|
237
237
|
Se as SuggestionVoteBox,
|
|
238
|
-
|
|
238
|
+
he as Summary,
|
|
239
239
|
Te as SummaryBox,
|
|
240
|
-
|
|
240
|
+
Pe as SummaryContentBox,
|
|
241
241
|
Fe as Tag,
|
|
242
242
|
ke as TextInput,
|
|
243
243
|
Re as Toast,
|
|
@@ -256,28 +256,28 @@ export {
|
|
|
256
256
|
tt as VoteBox,
|
|
257
257
|
mt as VoteButton,
|
|
258
258
|
ft as VoteContext,
|
|
259
|
-
|
|
259
|
+
it as VotePaginatedList,
|
|
260
260
|
nt as VoteProvider,
|
|
261
261
|
ut as WithAd,
|
|
262
262
|
dt as authTokenHandler,
|
|
263
|
-
|
|
263
|
+
r as bildIcons,
|
|
264
264
|
ct as classes,
|
|
265
265
|
St as dataProvider,
|
|
266
|
-
|
|
266
|
+
ht as extractFormData,
|
|
267
267
|
Bt as getAccent,
|
|
268
|
-
|
|
269
|
-
|
|
268
|
+
jo as getLocaleIcon,
|
|
269
|
+
Jo as getLocaleName,
|
|
270
270
|
Tt as getTranslatedContent,
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
271
|
+
t as heroIcons,
|
|
272
|
+
vt as httpClient,
|
|
273
|
+
x as kroneIcons,
|
|
274
274
|
Mt as lexicalToHtml,
|
|
275
275
|
Dt as makeStorage,
|
|
276
|
-
|
|
277
|
-
|
|
276
|
+
o as regularIcons,
|
|
277
|
+
e as spiegelIcons,
|
|
278
278
|
Ut as uniqueBy,
|
|
279
279
|
Vt as useAuth,
|
|
280
|
-
|
|
280
|
+
uo as useAuthActions,
|
|
281
281
|
Et as useAuthInterceptor,
|
|
282
282
|
yt as useAuthRequired,
|
|
283
283
|
Gt as useConfig,
|
|
@@ -292,17 +292,17 @@ export {
|
|
|
292
292
|
xx as useFormValidation,
|
|
293
293
|
px as useGoogleAdManager,
|
|
294
294
|
nx as useInput,
|
|
295
|
-
|
|
295
|
+
ix as useList,
|
|
296
296
|
ux as useLocale,
|
|
297
297
|
dx as useMatomo,
|
|
298
298
|
cx as useModal,
|
|
299
299
|
Cx as useRelativeTime,
|
|
300
|
-
|
|
300
|
+
Ax as useReportContent,
|
|
301
301
|
Ix as useResponsive,
|
|
302
|
-
|
|
303
|
-
|
|
302
|
+
Lx as useRichContent,
|
|
303
|
+
vx as useRoutes,
|
|
304
304
|
Mx as useToast,
|
|
305
|
-
|
|
305
|
+
Lt as useTranslatedContent,
|
|
306
306
|
Dx as useUpdateUserInfo,
|
|
307
307
|
Ux as useVote,
|
|
308
308
|
I as withAuth,
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logora/debate",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
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"
|
|
11
12
|
],
|
|
12
13
|
"sideEffects": [
|
|
13
14
|
"**/*.css",
|
|
@@ -18,9 +19,22 @@
|
|
|
18
19
|
"import": "./dist/index.js",
|
|
19
20
|
"default": "./dist/index.js"
|
|
20
21
|
},
|
|
22
|
+
"./styles/*": "./styles/_*.scss",
|
|
21
23
|
"./package.json": "./package.json"
|
|
22
24
|
},
|
|
23
25
|
"author": "Logora <contact@logora.fr>",
|
|
26
|
+
"scripts": {
|
|
27
|
+
"build": "vite build --config vite.lib.config.mjs",
|
|
28
|
+
"dev": "storybook dev -p 6006",
|
|
29
|
+
"storybook": "storybook dev -p 6006",
|
|
30
|
+
"build-storybook": "storybook build",
|
|
31
|
+
"format": "npx @biomejs/biome format --write ./src",
|
|
32
|
+
"lint": "npx @biomejs/biome lint ./src",
|
|
33
|
+
"check": "npx @biomejs/biome check ./src",
|
|
34
|
+
"test": "vitest run",
|
|
35
|
+
"test:watch": "vitest",
|
|
36
|
+
"test:coverage": "vitest run --coverage"
|
|
37
|
+
},
|
|
24
38
|
"repository": {
|
|
25
39
|
"type": "git",
|
|
26
40
|
"url": "git+https://github.com/Logora/interface.git"
|
|
@@ -97,17 +111,5 @@
|
|
|
97
111
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
98
112
|
"react-router": "^6.29.0",
|
|
99
113
|
"react-router-dom": "^6.29.0"
|
|
100
|
-
},
|
|
101
|
-
"scripts": {
|
|
102
|
-
"build": "vite build --config vite.lib.config.mjs",
|
|
103
|
-
"dev": "storybook dev -p 6006",
|
|
104
|
-
"storybook": "storybook dev -p 6006",
|
|
105
|
-
"build-storybook": "storybook build",
|
|
106
|
-
"format": "npx @biomejs/biome format --write ./src",
|
|
107
|
-
"lint": "npx @biomejs/biome lint ./src",
|
|
108
|
-
"check": "npx @biomejs/biome check ./src",
|
|
109
|
-
"test": "vitest run",
|
|
110
|
-
"test:watch": "vitest",
|
|
111
|
-
"test:coverage": "vitest run --coverage"
|
|
112
114
|
}
|
|
113
|
-
}
|
|
115
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward '../src/components/styles/display';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward '../src/components/styles/flex';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward '../src/components/styles/spacing';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward '../src/components/styles/tabs';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward '../src/components/styles/theme';
|