@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
package/lib/cjs/index.js
CHANGED
|
@@ -94,9 +94,9 @@ const SCGroupInvitedWidget_1 = tslib_1.__importDefault(require("./components/SCG
|
|
|
94
94
|
const SCGroupMembersButton_1 = tslib_1.__importDefault(require("./components/SCGroupMembersButton"));
|
|
95
95
|
const SCGroupMembersWidget_1 = tslib_1.__importDefault(require("./components/SCGroupMembersWidget"));
|
|
96
96
|
const SCGroupRequestsWidget_1 = tslib_1.__importDefault(require("./components/SCGroupRequestsWidget"));
|
|
97
|
-
const SCGroups_1 = tslib_1.__importDefault(require("./components/SCGroups"));
|
|
98
97
|
const SCGroupSettingsIconButton_1 = tslib_1.__importDefault(require("./components/SCGroupSettingsIconButton"));
|
|
99
98
|
const SCGroupTemplate_1 = tslib_1.__importDefault(require("./components/SCGroupTemplate"));
|
|
99
|
+
const SCGroups_1 = tslib_1.__importDefault(require("./components/SCGroups"));
|
|
100
100
|
const SCIncubator_1 = tslib_1.__importDefault(require("./components/SCIncubator"));
|
|
101
101
|
const SCIncubatorDetail_1 = tslib_1.__importDefault(require("./components/SCIncubatorDetail"));
|
|
102
102
|
const SCIncubatorListWidget_1 = tslib_1.__importDefault(require("./components/SCIncubatorListWidget"));
|
|
@@ -119,6 +119,7 @@ const SCNavigationToolbarMobile_1 = tslib_1.__importDefault(require("./component
|
|
|
119
119
|
const SCNotification_1 = tslib_1.__importDefault(require("./components/SCNotification"));
|
|
120
120
|
const SCNotificationFeedTemplate_1 = tslib_1.__importDefault(require("./components/SCNotificationFeedTemplate"));
|
|
121
121
|
const SCNotificationItem_1 = tslib_1.__importDefault(require("./components/SCNotificationItem"));
|
|
122
|
+
const SCOnBoardingWidget_1 = tslib_1.__importDefault(require("./components/SCOnBoardingWidget"));
|
|
122
123
|
const SCPlatformWidget_1 = tslib_1.__importDefault(require("./components/SCPlatformWidget"));
|
|
123
124
|
const SCPollSuggestionWidget_1 = tslib_1.__importDefault(require("./components/SCPollSuggestionWidget"));
|
|
124
125
|
const SCPreviewMediaDocument_1 = tslib_1.__importDefault(require("./components/SCPreviewMediaDocument"));
|
|
@@ -132,6 +133,7 @@ const SCPrivateMessageThread_1 = tslib_1.__importDefault(require("./components/S
|
|
|
132
133
|
const SCPrivateMessageThreadItem_1 = tslib_1.__importDefault(require("./components/SCPrivateMessageThreadItem"));
|
|
133
134
|
const SCReactionAction_1 = tslib_1.__importDefault(require("./components/SCReactionAction"));
|
|
134
135
|
const SCRelatedEventsWidget_1 = tslib_1.__importDefault(require("./components/SCRelatedEventsWidget"));
|
|
136
|
+
const SCProgressBar_1 = tslib_1.__importDefault(require("./components/SCProgressBar"));
|
|
135
137
|
const SCRelatedFeedObjectsWidget_1 = tslib_1.__importDefault(require("./components/SCRelatedFeedObjectsWidget"));
|
|
136
138
|
const SCScrollContainer_1 = tslib_1.__importDefault(require("./components/SCScrollContainer"));
|
|
137
139
|
const SCSearchAutocomplete_1 = tslib_1.__importDefault(require("./components/SCSearchAutocomplete"));
|
|
@@ -254,115 +256,114 @@ const theme = {
|
|
|
254
256
|
SCBroadcastMessages: SCBroadcastMessages_1.default,
|
|
255
257
|
SCBullet: SCBullet_1.default,
|
|
256
258
|
SCCategories: SCCategories_1.default,
|
|
259
|
+
SCCategoriesPopularWidget: SCCategoriesPopularWidget_1.default,
|
|
260
|
+
SCCategoriesSuggestionWidget: SCCategoriesSuggestionWidget_1.default,
|
|
257
261
|
SCCategory: SCCategory_1.default,
|
|
262
|
+
SCCategoryAutocomplete: SCCategoryAutocomplete_1.default,
|
|
258
263
|
SCCategoryFeedTemplate: SCCategoryFeedTemplate_1.default,
|
|
259
264
|
SCCategoryFollowersButton: SCCategoryFollowersButton_1.default,
|
|
260
265
|
SCCategoryHeader: SCCategoryHeader_1.default,
|
|
261
266
|
SCCategoryTemplate: SCCategoryTemplate_1.default,
|
|
267
|
+
SCCategoryTrendingFeedWidget: SCCategoryTrendingFeedWidget_1.default,
|
|
268
|
+
SCCategoryTrendingUsersWidget: SCCategoryTrendingUsersWidget_1.default,
|
|
269
|
+
SCChangeCoverButton: SCChangeCoverButton_1.default,
|
|
270
|
+
SCChangeGroupCoverButton: SCChangeGroupCoverButton_1.default,
|
|
271
|
+
SCChangeGroupPictureButton: SCChangeGroupPictureButton_1.default,
|
|
272
|
+
SCChangePictureButton: SCChangePictureButton_1.default,
|
|
262
273
|
SCChoices: SCChoices_1.default,
|
|
263
274
|
SCCommentObject: SCCommentObject_1.default,
|
|
264
275
|
SCCommentObjectReply: SCCommentObjectReply_1.default,
|
|
265
276
|
SCCommentsFeedObject: SCCommentsFeedObject_1.default,
|
|
266
277
|
SCCommentsObject: SCCommentsObject_1.default,
|
|
267
278
|
SCComposer: SCComposer_1.default,
|
|
268
|
-
|
|
279
|
+
SCConsentSolution: SCConsentSolution_1.default,
|
|
269
280
|
SCContributionActionsMenu: SCContributionActionsMenu_1.default,
|
|
281
|
+
SCCreateGroupButton: SCCreateGroupButton_1.default,
|
|
282
|
+
SCCustomAdv: SCCustomAdv_1.default,
|
|
270
283
|
SCCustomSnackMessage: SCCustomSnackMessage_1.default,
|
|
271
284
|
SCDateTimeAgo: SCDateTimeAgo_1.default,
|
|
285
|
+
SCDefaultHeaderContent: SCDefaultHeaderContent_1.default,
|
|
286
|
+
SCEditGroupButton: SCEditGroupButton_1.default,
|
|
272
287
|
SCEditor: SCEditor_1.default,
|
|
273
288
|
SCEmojiPicker: SCEmojiPicker_1.default,
|
|
289
|
+
SCExploreFeedTemplate: SCExploreFeedTemplate_1.default,
|
|
274
290
|
SCFeed: SCFeed_1.default,
|
|
275
291
|
SCFeedObject: SCFeedObject_1.default,
|
|
276
|
-
SCFeedObjectMediaPreview: SCFeedObjectMediaPreview_1.default,
|
|
277
292
|
SCFeedObjectDetailTemplate: SCFeedObjectDetailTemplate_1.default,
|
|
293
|
+
SCFeedObjectMediaPreview: SCFeedObjectMediaPreview_1.default,
|
|
278
294
|
SCFeedUpdatesWidget: SCFeedUpdatesWidget_1.default,
|
|
279
295
|
SCFooter: SCFooter_1.default,
|
|
296
|
+
SCGroup: SCGroup_1.default,
|
|
297
|
+
SCGroupAutocomplete: SCGroupAutocomplete_1.default,
|
|
298
|
+
SCGroupFeedTemplate: SCGroupFeedTemplate_1.default,
|
|
299
|
+
SCGroupForm: SCGroupForm_1.default,
|
|
300
|
+
SCGroupHeader: SCGroupHeader_1.default,
|
|
301
|
+
SCGroupInfoWidget: SCGroupInfoWidget_1.default,
|
|
302
|
+
SCGroupInviteButton: SCGroupInviteButton_1.default,
|
|
303
|
+
SCGroupInvitedWidget: SCGroupInvitedWidget_1.default,
|
|
304
|
+
SCGroupMembersButton: SCGroupMembersButton_1.default,
|
|
305
|
+
SCGroupMembersWidget: SCGroupMembersWidget_1.default,
|
|
306
|
+
SCGroupRequestsWidget: SCGroupRequestsWidget_1.default,
|
|
307
|
+
SCGroupSettingsIconButton: SCGroupSettingsIconButton_1.default,
|
|
308
|
+
SCGroupTemplate: SCGroupTemplate_1.default,
|
|
309
|
+
SCGroups: SCGroups_1.default,
|
|
310
|
+
SCIncubator: SCIncubator_1.default,
|
|
311
|
+
SCIncubatorDetail: SCIncubatorDetail_1.default,
|
|
312
|
+
SCIncubatorListWidget: SCIncubatorListWidget_1.default,
|
|
313
|
+
SCIncubatorSuggestionWidget: SCIncubatorSuggestionWidget_1.default,
|
|
280
314
|
SCInlineComposerWidget: SCInlineComposerWidget_1.default,
|
|
281
315
|
SCLanguageSwitcher: SCLanguageSwitcher_1.default,
|
|
282
316
|
SCLightbox: SCLightbox_1.default,
|
|
283
|
-
SCLoyaltyProgramWidget: SCLoyaltyProgramWidget_1.default,
|
|
284
317
|
SCLoyaltyProgramDetailTemplate: SCLoyaltyProgramDetailTemplate_1.default,
|
|
318
|
+
SCLoyaltyProgramWidget: SCLoyaltyProgramWidget_1.default,
|
|
319
|
+
SCMainFeedTemplate: SCMainFeedTemplate_1.default,
|
|
285
320
|
SCMediaFile: SCMediaFile_1.default,
|
|
286
321
|
SCMediaLink: SCMediaLink_1.default,
|
|
287
322
|
SCMediaShare: SCMediaShare_1.default,
|
|
323
|
+
SCNavigationMenuIconButton: SCNavigationMenuIconButton_1.default,
|
|
288
324
|
SCNavigationSettingsIconButton: SCNavigationSettingsIconButton_1.default,
|
|
289
|
-
SCDefaultHeaderContent: SCDefaultHeaderContent_1.default,
|
|
290
325
|
SCNavigationToolbar: SCNavigationToolbar_1.default,
|
|
291
326
|
SCNavigationToolbarMobile: SCNavigationToolbarMobile_1.default,
|
|
292
327
|
SCNotification: SCNotification_1.default,
|
|
328
|
+
SCNotificationFeedTemplate: SCNotificationFeedTemplate_1.default,
|
|
293
329
|
SCNotificationItem: SCNotificationItem_1.default,
|
|
330
|
+
SCOnBoardingWidget: SCOnBoardingWidget_1.default,
|
|
331
|
+
SCPlatformWidget: SCPlatformWidget_1.default,
|
|
332
|
+
SCPollSuggestionWidget: SCPollSuggestionWidget_1.default,
|
|
294
333
|
SCPreviewMediaDocument: SCPreviewMediaDocument_1.default,
|
|
295
334
|
SCPreviewMediaLink: SCPreviewMediaLink_1.default,
|
|
296
335
|
SCPrivateMessageComponent: SCPrivateMessageComponent_1.default,
|
|
336
|
+
SCPrivateMessageEditor: SCPrivateMessageEditor_1.default,
|
|
337
|
+
SCPrivateMessageSettingsIconButton: SCPrivateMessageSettingsIconButton_1.default,
|
|
338
|
+
SCPrivateMessageSnippetItem: SCPrivateMessageSnippetItem_1.default,
|
|
339
|
+
SCPrivateMessageSnippets: SCPrivateMessageSnippets_1.default,
|
|
340
|
+
SCPrivateMessageThread: SCPrivateMessageThread_1.default,
|
|
341
|
+
SCPrivateMessageThreadItem: SCPrivateMessageThreadItem_1.default,
|
|
342
|
+
SCProgressBar: SCProgressBar_1.default,
|
|
297
343
|
SCReactionAction: SCReactionAction_1.default,
|
|
344
|
+
SCRelatedFeedObjectsWidget: SCRelatedFeedObjectsWidget_1.default,
|
|
298
345
|
SCScrollContainer: SCScrollContainer_1.default,
|
|
299
346
|
SCSearchAutocomplete: SCSearchAutocomplete_1.default,
|
|
300
347
|
SCSnippetNotifications: SCSnippetNotifications_1.default,
|
|
348
|
+
SCToastNotifications: SCToastNotifications_1.default,
|
|
301
349
|
SCUser: SCUser_1.default,
|
|
302
350
|
SCUserActionIconButton: SCUserActionIconButton_1.default,
|
|
303
|
-
SCUserCounters: SCUserCounters_1.default,
|
|
304
|
-
SCUserProfileBlocked: SCUserProfileBlocked_1.default,
|
|
305
|
-
SCUserInfo: SCUserInfo_1.default,
|
|
306
|
-
SCUserProfileHeader: SCUserProfileHeader_1.default,
|
|
307
|
-
SCUserProfileEdit: SCUserProfileEdit_1.default,
|
|
308
|
-
SCUserProfileTemplate: SCUserProfileTemplate_1.default,
|
|
309
|
-
SCVoteButton: SCVoteButton_1.default,
|
|
310
|
-
SCVoteAudienceButton: SCVoteAudienceButton_1.default,
|
|
311
|
-
SCWidget: SCWidget_1.default,
|
|
312
|
-
SCPrivateMessageSnippetItem: SCPrivateMessageSnippetItem_1.default,
|
|
313
|
-
SCPrivateMessageSnippets: SCPrivateMessageSnippets_1.default,
|
|
314
|
-
SCPrivateMessageThread: SCPrivateMessageThread_1.default,
|
|
315
|
-
SCPrivateMessageThreadItem: SCPrivateMessageThreadItem_1.default,
|
|
316
|
-
SCPrivateMessageEditor: SCPrivateMessageEditor_1.default,
|
|
317
|
-
SCPlatformWidget: SCPlatformWidget_1.default,
|
|
318
|
-
SCChangePictureButton: SCChangePictureButton_1.default,
|
|
319
|
-
SCIncubator: SCIncubator_1.default,
|
|
320
|
-
SCIncubatorListWidget: SCIncubatorListWidget_1.default,
|
|
321
|
-
SCIncubatorSuggestionWidget: SCIncubatorSuggestionWidget_1.default,
|
|
322
|
-
SCIncubatorDetail: SCIncubatorDetail_1.default,
|
|
323
|
-
SCNavigationMenuIconButton: SCNavigationMenuIconButton_1.default,
|
|
324
351
|
SCUserAvatar: SCUserAvatar_1.default,
|
|
325
|
-
|
|
326
|
-
SCCategoriesSuggestionWidget: SCCategoriesSuggestionWidget_1.default,
|
|
327
|
-
SCCategoryTrendingFeedWidget: SCCategoryTrendingFeedWidget_1.default,
|
|
328
|
-
SCCategoryTrendingUsersWidget: SCCategoryTrendingUsersWidget_1.default,
|
|
329
|
-
SCConsentSolution: SCConsentSolution_1.default,
|
|
330
|
-
SCCustomAdv: SCCustomAdv_1.default,
|
|
331
|
-
SCPollSuggestionWidget: SCPollSuggestionWidget_1.default,
|
|
332
|
-
SCRelatedFeedObjectsWidget: SCRelatedFeedObjectsWidget_1.default,
|
|
333
|
-
SCToastNotifications: SCToastNotifications_1.default,
|
|
352
|
+
SCUserCategoriesFollowedWidget: SCUserCategoriesFollowedWidget_1.default,
|
|
334
353
|
SCUserConnectionsRequestsSentWidget: SCUserConnectionsRequestsSentWidget_1.default,
|
|
335
354
|
SCUserConnectionsRequestsWidget: SCUserConnectionsRequestsWidget_1.default,
|
|
336
355
|
SCUserConnectionsWidget: SCUserConnectionsWidget_1.default,
|
|
337
|
-
|
|
356
|
+
SCUserCounters: SCUserCounters_1.default,
|
|
357
|
+
SCUserFeedTemplate: SCUserFeedTemplate_1.default,
|
|
338
358
|
SCUserFollowedUsersWidget: SCUserFollowedUsersWidget_1.default,
|
|
339
359
|
SCUserFollowersWidget: SCUserFollowersWidget_1.default,
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
SCChangeCoverButton: SCChangeCoverButton_1.default,
|
|
346
|
-
SCPrivateMessageSettingsIconButton: SCPrivateMessageSettingsIconButton_1.default,
|
|
347
|
-
SCGroupHeader: SCGroupHeader_1.default,
|
|
348
|
-
SCChangeGroupCoverButton: SCChangeGroupCoverButton_1.default,
|
|
349
|
-
SCChangeGroupPictureButton: SCChangeGroupPictureButton_1.default,
|
|
350
|
-
SCGroupMembersButton: SCGroupMembersButton_1.default,
|
|
351
|
-
SCCreateGroupButton: SCCreateGroupButton_1.default,
|
|
352
|
-
SCGroupForm: SCGroupForm_1.default,
|
|
353
|
-
SCGroupInviteButton: SCGroupInviteButton_1.default,
|
|
354
|
-
SCGroupInfoWidget: SCGroupInfoWidget_1.default,
|
|
355
|
-
SCGroup: SCGroup_1.default,
|
|
356
|
-
SCGroupTemplate: SCGroupTemplate_1.default,
|
|
357
|
-
SCGroupFeedTemplate: SCGroupFeedTemplate_1.default,
|
|
358
|
-
SCGroupMembersWidget: SCGroupMembersWidget_1.default,
|
|
359
|
-
SCGroupRequestsWidget: SCGroupRequestsWidget_1.default,
|
|
360
|
-
SCGroups: SCGroups_1.default,
|
|
361
|
-
SCEditGroupButton: SCEditGroupButton_1.default,
|
|
362
|
-
SCGroupAutocomplete: SCGroupAutocomplete_1.default,
|
|
363
|
-
SCGroupSettingsIconButton: SCGroupSettingsIconButton_1.default,
|
|
364
|
-
SCGroupInvitedWidget: SCGroupInvitedWidget_1.default,
|
|
360
|
+
SCUserInfo: SCUserInfo_1.default,
|
|
361
|
+
SCUserProfileBlocked: SCUserProfileBlocked_1.default,
|
|
362
|
+
SCUserProfileEdit: SCUserProfileEdit_1.default,
|
|
363
|
+
SCUserProfileHeader: SCUserProfileHeader_1.default,
|
|
364
|
+
SCUserProfileTemplate: SCUserProfileTemplate_1.default,
|
|
365
365
|
SCUserSubscribedGroupsWidget: SCUserSubscribedGroupsWidget_1.default,
|
|
366
|
+
SCUserSuggestionWidget: SCUserSuggestionWidget_1.default,
|
|
366
367
|
SCEventForm: SCEventForm_1.default,
|
|
367
368
|
SCCreateEventButton: SCCreateEventButton_1.default,
|
|
368
369
|
SCEventLocationWidget: SCEventLocationWidget_1.default,
|
|
@@ -381,7 +382,10 @@ const theme = {
|
|
|
381
382
|
SCSuggestedEventsWidget: SCSuggestedEventsWidget_1.default,
|
|
382
383
|
SCEventMembersWidget: SCEventMembersWidget_1.default,
|
|
383
384
|
SCRelatedEventsWidget: SCRelatedEventsWidget_1.default,
|
|
384
|
-
SCInviteUserEventButton: SCInviteUserEventButton_1.default
|
|
385
|
+
SCInviteUserEventButton: SCInviteUserEventButton_1.default,
|
|
386
|
+
SCVoteAudienceButton: SCVoteAudienceButton_1.default,
|
|
387
|
+
SCVoteButton: SCVoteButton_1.default,
|
|
388
|
+
SCWidget: SCWidget_1.default
|
|
385
389
|
},
|
|
386
390
|
selfcommunity: {
|
|
387
391
|
user: {
|
|
@@ -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;
|