@selfcommunity/react-theme-default 0.1.50-events.71 → 0.1.50-events.76
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/lib/cjs/components/SCOnBoardingWidget.d.ts +393 -0
- package/lib/cjs/components/SCOnBoardingWidget.js +391 -0
- package/lib/cjs/components/SCProgressBar.d.ts +19 -0
- package/lib/cjs/components/SCProgressBar.js +21 -0
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +9 -1
- package/lib/cjs/fonts/community/icons.ttf +0 -0
- package/lib/cjs/fonts/community/icons.woff +0 -0
- package/lib/cjs/fonts/community/icons.woff2 +0 -0
- package/lib/cjs/fonts/community-icons.css +18 -6
- package/lib/cjs/index.d.ts +3260 -2847
- package/lib/cjs/index.js +66 -62
- package/lib/esm/components/SCOnBoardingWidget.d.ts +393 -0
- package/lib/esm/components/SCOnBoardingWidget.js +389 -0
- package/lib/esm/components/SCProgressBar.d.ts +19 -0
- package/lib/esm/components/SCProgressBar.js +19 -0
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +9 -1
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +18 -6
- package/lib/esm/index.d.ts +3260 -2847
- package/lib/esm/index.js +66 -62
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +9 -1
- package/lib/umd/community/icons.ttf +0 -0
- package/lib/umd/community/icons.woff +0 -0
- package/lib/umd/community/icons.woff2 +0 -0
- package/lib/umd/react-theme-default.js +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,393 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
maxHeight: string;
|
|
5
|
+
'& .SCOnBoardingWidget-step-content': {
|
|
6
|
+
[x: number]: {
|
|
7
|
+
width: string;
|
|
8
|
+
};
|
|
9
|
+
padding: any;
|
|
10
|
+
};
|
|
11
|
+
'& .MuiCardContent-root': {
|
|
12
|
+
[x: number]: {
|
|
13
|
+
display: string;
|
|
14
|
+
};
|
|
15
|
+
'& .MuiList-root': {
|
|
16
|
+
paddingTop: number;
|
|
17
|
+
borderRight: string;
|
|
18
|
+
'& .MuiListItem-root': {
|
|
19
|
+
paddingBottom: number;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
padding: number;
|
|
23
|
+
'& .SCOnBoardingWidget-steps-mobile': {
|
|
24
|
+
width: string;
|
|
25
|
+
display: string;
|
|
26
|
+
overflowX: string;
|
|
27
|
+
overflowY: string;
|
|
28
|
+
'&::-webkit-scrollbar': {
|
|
29
|
+
display: string;
|
|
30
|
+
};
|
|
31
|
+
'-webkit-overflow-scrolling': string;
|
|
32
|
+
'& .MuiButtonBase-root, .MuiListItem-root': {
|
|
33
|
+
marginRight: any;
|
|
34
|
+
padding: number;
|
|
35
|
+
'& .MuiChip-root': {
|
|
36
|
+
'&.MuiChip-filledDefault': {
|
|
37
|
+
color: any;
|
|
38
|
+
backgroundColor: any;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
padding: any;
|
|
43
|
+
};
|
|
44
|
+
'& .SCOnBoardingWidget-steps': {
|
|
45
|
+
width: string;
|
|
46
|
+
'& .Mui-selected': {
|
|
47
|
+
backgroundColor: any;
|
|
48
|
+
};
|
|
49
|
+
'& .MuiButtonBase-root': {
|
|
50
|
+
height: any;
|
|
51
|
+
'&:hover': {
|
|
52
|
+
backgroundColor: any;
|
|
53
|
+
};
|
|
54
|
+
'& .MuiListItemIcon-root': {
|
|
55
|
+
minWidth: number;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
accordionRoot: ({ theme, expanded }: any) => {
|
|
62
|
+
[x: number]: {
|
|
63
|
+
width: string;
|
|
64
|
+
};
|
|
65
|
+
boxShadow: string;
|
|
66
|
+
'& .MuiAccordionDetails-root ': {
|
|
67
|
+
[x: number]: {
|
|
68
|
+
marginTop: any;
|
|
69
|
+
};
|
|
70
|
+
paddingLeft: number;
|
|
71
|
+
};
|
|
72
|
+
'& .MuiAccordionSummary-root': {
|
|
73
|
+
backgroundColor: any;
|
|
74
|
+
borderRadius: any;
|
|
75
|
+
borderBottomLeftRadius: any;
|
|
76
|
+
borderBottomRightRadius: any;
|
|
77
|
+
'& .MuiAccordionSummary-content': {
|
|
78
|
+
[x: number]: {
|
|
79
|
+
flexDirection: string;
|
|
80
|
+
};
|
|
81
|
+
'& h4, & h5': {
|
|
82
|
+
fontWeight: any;
|
|
83
|
+
};
|
|
84
|
+
'& h4': {
|
|
85
|
+
fontSize: string;
|
|
86
|
+
};
|
|
87
|
+
'& h5': {
|
|
88
|
+
fontSize: string;
|
|
89
|
+
};
|
|
90
|
+
'p strong': {
|
|
91
|
+
color: any;
|
|
92
|
+
};
|
|
93
|
+
'& .SCOnBoardingWidget-intro': {
|
|
94
|
+
[x: number]: {
|
|
95
|
+
'& .MuiTypography-body1': {
|
|
96
|
+
marginTop: any;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
marginLeft: any;
|
|
100
|
+
'& h5': {
|
|
101
|
+
marginBottom: any;
|
|
102
|
+
};
|
|
103
|
+
'& .MuiTypography-subtitle1': {
|
|
104
|
+
lineHeight: number;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
'& .MuiTypography-body1': {
|
|
108
|
+
display: string;
|
|
109
|
+
alignItems: string;
|
|
110
|
+
fontSize: string;
|
|
111
|
+
flexWrap: string;
|
|
112
|
+
strong: {
|
|
113
|
+
fontSize: string;
|
|
114
|
+
marginRight: any;
|
|
115
|
+
marginLeft: any;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
alignItems: string;
|
|
120
|
+
'& .MuiAccordionSummary-expandIconWrapper': {
|
|
121
|
+
marginTop: any;
|
|
122
|
+
alignSelf: string;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
skeletonRoot: ({ theme }: any) => {
|
|
127
|
+
[x: number]: {
|
|
128
|
+
flexDirection: string;
|
|
129
|
+
};
|
|
130
|
+
display: string;
|
|
131
|
+
flexDirection: string;
|
|
132
|
+
'& .SCOnBoardingWidget-skeleton-content': {
|
|
133
|
+
[x: number]: {
|
|
134
|
+
padding: any;
|
|
135
|
+
};
|
|
136
|
+
width: string;
|
|
137
|
+
marginLeft: any;
|
|
138
|
+
};
|
|
139
|
+
'& .SCOnBoardingWidget-skeleton-menu': {
|
|
140
|
+
[x: number]: {
|
|
141
|
+
borderRight: string;
|
|
142
|
+
};
|
|
143
|
+
'& .MuiListItem-root': {
|
|
144
|
+
padding: number;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
contentRoot: ({ theme }: any) => {
|
|
149
|
+
'& .SCOnBoardingWidget-content-title': {
|
|
150
|
+
fontWeight: any;
|
|
151
|
+
};
|
|
152
|
+
'& .SCOnBoardingWidget-content-summary': {
|
|
153
|
+
whiteSpace: string;
|
|
154
|
+
marginBottom: any;
|
|
155
|
+
};
|
|
156
|
+
'& .SCOnBoardingWidget-content-action': {
|
|
157
|
+
display: string;
|
|
158
|
+
justifyContent: string;
|
|
159
|
+
};
|
|
160
|
+
'& .SCProgressBar-message': {
|
|
161
|
+
marginBottom: any;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
categoryRoot: ({ theme }: any) => {
|
|
165
|
+
'& .SCOnBoardingWidget-category-title': {
|
|
166
|
+
fontWeight: any;
|
|
167
|
+
};
|
|
168
|
+
'& .SCOnBoardingWidget-category-summary': {
|
|
169
|
+
margin: any;
|
|
170
|
+
};
|
|
171
|
+
'& .SCOnBoardingWidget-category-action': {
|
|
172
|
+
display: string;
|
|
173
|
+
justifyContent: string;
|
|
174
|
+
marginTop: any;
|
|
175
|
+
};
|
|
176
|
+
'& .SCProgressBar-message': {
|
|
177
|
+
marginBottom: any;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
appearanceRoot: ({ theme }: any) => {
|
|
181
|
+
display: string;
|
|
182
|
+
alignItems: string;
|
|
183
|
+
flexDirection: string;
|
|
184
|
+
'& .MuiButton-root': {
|
|
185
|
+
marginTop: any;
|
|
186
|
+
};
|
|
187
|
+
'& h4': {
|
|
188
|
+
marginBottom: any;
|
|
189
|
+
fontWeight: any;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
appearanceDrawerRoot: ({ theme }: any) => {
|
|
193
|
+
'& .MuiDrawer-paper': {
|
|
194
|
+
[x: number]: {
|
|
195
|
+
width: string;
|
|
196
|
+
padding: any;
|
|
197
|
+
};
|
|
198
|
+
width: string;
|
|
199
|
+
};
|
|
200
|
+
'& .SCOnBoardingWidget-appearance-drawer-header': {
|
|
201
|
+
display: string;
|
|
202
|
+
justifyContent: string;
|
|
203
|
+
alignItems: string;
|
|
204
|
+
'& h4': {
|
|
205
|
+
fontWeight: any;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
'& .MuiTabs-root': {
|
|
209
|
+
marginBottom: any;
|
|
210
|
+
'& .MuiTab-root ': {
|
|
211
|
+
textTransform: string;
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
'& .SCOnBoardingWidget-appearance-drawer-content': {
|
|
215
|
+
[x: number]: {
|
|
216
|
+
padding: any;
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
'& .SCOnBoardingWidget-appearance-color': {
|
|
220
|
+
margin: any;
|
|
221
|
+
};
|
|
222
|
+
'& .SCOnBoardingWidget-appearance-logo-container': {
|
|
223
|
+
position: string;
|
|
224
|
+
width: string;
|
|
225
|
+
height: string;
|
|
226
|
+
display: string;
|
|
227
|
+
justifyContent: string;
|
|
228
|
+
alignItems: string;
|
|
229
|
+
'& .SCOnBoardingWidget-appearance-logo': {
|
|
230
|
+
height: number;
|
|
231
|
+
width: number;
|
|
232
|
+
marginBottom: any;
|
|
233
|
+
'& img': {
|
|
234
|
+
width: string;
|
|
235
|
+
height: string;
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
'& .SCOnBoardingWidget-appearance-upload-button': {
|
|
239
|
+
'& .MuiIcon-root': {
|
|
240
|
+
fontSize: string;
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
profileRoot: ({ theme }: any) => {
|
|
246
|
+
display: string;
|
|
247
|
+
alignItems: string;
|
|
248
|
+
flexDirection: string;
|
|
249
|
+
'& .MuiButton-root': {
|
|
250
|
+
marginTop: any;
|
|
251
|
+
};
|
|
252
|
+
'& .SCOnBoardingWidget-profile-title': {
|
|
253
|
+
fontWeight: any;
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
profileDialogRoot: ({ theme }: any) => {
|
|
257
|
+
'& .MuiDialog-paperFullScreen': {
|
|
258
|
+
padding: any;
|
|
259
|
+
};
|
|
260
|
+
'& .SCOnBoardingWidget-profile-cover': {
|
|
261
|
+
[x: number]: {
|
|
262
|
+
borderRadius: any;
|
|
263
|
+
};
|
|
264
|
+
position: string;
|
|
265
|
+
height: number;
|
|
266
|
+
minHeight: number;
|
|
267
|
+
borderRadius: number;
|
|
268
|
+
background: string;
|
|
269
|
+
boxShadow: string;
|
|
270
|
+
};
|
|
271
|
+
'& .SCOnBoardingWidget-profile-avatar': {
|
|
272
|
+
[x: number]: {
|
|
273
|
+
top: number;
|
|
274
|
+
};
|
|
275
|
+
top: number;
|
|
276
|
+
display: string;
|
|
277
|
+
position: string;
|
|
278
|
+
marginLeft: any;
|
|
279
|
+
'& > .MuiBadge-root > img': {
|
|
280
|
+
height: any;
|
|
281
|
+
width: any;
|
|
282
|
+
borderRadius: string;
|
|
283
|
+
border: string;
|
|
284
|
+
objectFit: string;
|
|
285
|
+
};
|
|
286
|
+
'& .MuiBadge-badge': {
|
|
287
|
+
right: any;
|
|
288
|
+
top: any;
|
|
289
|
+
'& .SCUserAvatar-badge-content': {
|
|
290
|
+
width: number;
|
|
291
|
+
height: number;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
'& .SCOnBoardingWidget-profile-change-picture': {
|
|
296
|
+
[x: number]: {
|
|
297
|
+
top: number;
|
|
298
|
+
};
|
|
299
|
+
top: number;
|
|
300
|
+
left: number;
|
|
301
|
+
position: string;
|
|
302
|
+
display: string;
|
|
303
|
+
marginLeft: any;
|
|
304
|
+
};
|
|
305
|
+
'& .SCOnBoardingWidget-profile-change-cover': {
|
|
306
|
+
position: string;
|
|
307
|
+
right: number;
|
|
308
|
+
bottom: number;
|
|
309
|
+
};
|
|
310
|
+
'& .SCOnBoardingWidget-profile-public-info': {
|
|
311
|
+
marginTop: any;
|
|
312
|
+
'& .SCUserProfileEdit-public-info-root': {
|
|
313
|
+
display: string;
|
|
314
|
+
alignItems: string;
|
|
315
|
+
flexDirection: string;
|
|
316
|
+
'& .MuiButtonBase-root': {
|
|
317
|
+
width: string;
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
};
|
|
322
|
+
inviteRoot: ({ theme }: any) => {
|
|
323
|
+
'& .MuiTypography-subtitle1': {
|
|
324
|
+
marginLeft: any;
|
|
325
|
+
};
|
|
326
|
+
'& .SCOnBoardingWidget-invite-title': {
|
|
327
|
+
fontWeight: any;
|
|
328
|
+
};
|
|
329
|
+
'& .SCOnBoardingWidget-invite-social': {
|
|
330
|
+
margin: any;
|
|
331
|
+
'& .SCOnBoardingWidget-invite-social-icon-container': {
|
|
332
|
+
display: string;
|
|
333
|
+
justifyContent: string;
|
|
334
|
+
marginTop: any;
|
|
335
|
+
};
|
|
336
|
+
'& .SCOnBoardingWidget-invite-social-icon': {
|
|
337
|
+
fontSize: string;
|
|
338
|
+
fontWeight: any;
|
|
339
|
+
};
|
|
340
|
+
'& .SCOnBoardingWidget-invite-title': {
|
|
341
|
+
fontSize: string;
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
'& .SCOnBoardingWidget-invite-button': {
|
|
345
|
+
marginTop: any;
|
|
346
|
+
};
|
|
347
|
+
'& .SCOnBoardingWidget-invite-action': {
|
|
348
|
+
display: string;
|
|
349
|
+
justifyContent: string;
|
|
350
|
+
marginTop: any;
|
|
351
|
+
};
|
|
352
|
+
'& .SCOnBoardingWidget-invite-email': {
|
|
353
|
+
'& .SCOnBoardingWidget-invite-title': {
|
|
354
|
+
fontSize: string;
|
|
355
|
+
};
|
|
356
|
+
};
|
|
357
|
+
};
|
|
358
|
+
appRoot: ({ theme }: any) => {
|
|
359
|
+
'& .SCOnBoardingWidget-app-title': {
|
|
360
|
+
fontWeight: any;
|
|
361
|
+
};
|
|
362
|
+
'& .SCOnBoardingWidget-app-summary': {
|
|
363
|
+
whiteSpace: string;
|
|
364
|
+
margin: any;
|
|
365
|
+
};
|
|
366
|
+
'& .SCOnBoardingWidget-app-tabs': {
|
|
367
|
+
padding: any;
|
|
368
|
+
'& .MuiTab-root ': {
|
|
369
|
+
textTransform: string;
|
|
370
|
+
};
|
|
371
|
+
};
|
|
372
|
+
'& .SCOnBoardingWidget-app-tab-content': {
|
|
373
|
+
display: string;
|
|
374
|
+
flexDirection: string;
|
|
375
|
+
alignItems: string;
|
|
376
|
+
};
|
|
377
|
+
'& h6': {
|
|
378
|
+
display: string;
|
|
379
|
+
alignItems: string;
|
|
380
|
+
strong: {
|
|
381
|
+
display: string;
|
|
382
|
+
alignItems: string;
|
|
383
|
+
marginRight: any;
|
|
384
|
+
'& .MuiIcon-root': {
|
|
385
|
+
margin: any;
|
|
386
|
+
};
|
|
387
|
+
};
|
|
388
|
+
flexWrap: string;
|
|
389
|
+
};
|
|
390
|
+
};
|
|
391
|
+
};
|
|
392
|
+
};
|
|
393
|
+
export default Component;
|