@selfcommunity/react-theme-default 0.1.0-alpha.6 → 0.1.0-alpha.60
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/MuiAppBar.d.ts +3 -2
- package/lib/cjs/components/MuiAppBar.d.ts.map +1 -1
- package/lib/cjs/components/MuiAppBar.js +6 -2
- package/lib/cjs/components/MuiAppBar.js.map +1 -1
- package/lib/cjs/components/MuiIconButton.d.ts +3 -0
- package/lib/cjs/components/MuiIconButton.d.ts.map +1 -1
- package/lib/cjs/components/MuiIconButton.js +5 -2
- package/lib/cjs/components/MuiIconButton.js.map +1 -1
- package/lib/cjs/components/SCBottomNavigation.d.ts +16 -0
- package/lib/cjs/components/SCBottomNavigation.d.ts.map +1 -0
- package/lib/cjs/components/SCBottomNavigation.js +18 -0
- package/lib/cjs/components/SCBottomNavigation.js.map +1 -0
- package/lib/cjs/components/SCCategories.d.ts +9 -3
- package/lib/cjs/components/SCCategories.d.ts.map +1 -1
- package/lib/cjs/components/SCCategories.js +9 -3
- package/lib/cjs/components/SCCategories.js.map +1 -1
- package/lib/cjs/components/SCCategoriesSkeleton.d.ts +9 -5
- package/lib/cjs/components/SCCategoriesSkeleton.d.ts.map +1 -1
- package/lib/cjs/components/SCCategoriesSkeleton.js +9 -5
- package/lib/cjs/components/SCCategoriesSkeleton.js.map +1 -1
- package/lib/cjs/components/{SCMobileHeader.d.ts → SCChoices.d.ts} +2 -4
- package/lib/cjs/components/SCChoices.d.ts.map +1 -0
- package/lib/cjs/components/{SCMobileHeader.js → SCChoices.js} +2 -4
- package/lib/cjs/components/SCChoices.js.map +1 -0
- package/lib/cjs/components/SCContributionNotification.d.ts +14 -0
- package/lib/cjs/components/SCContributionNotification.d.ts.map +1 -0
- package/lib/cjs/components/SCContributionNotification.js +16 -0
- package/lib/cjs/components/SCContributionNotification.js.map +1 -0
- package/lib/cjs/components/SCCustomSnackMessage.d.ts +5 -4
- package/lib/cjs/components/SCCustomSnackMessage.d.ts.map +1 -1
- package/lib/cjs/components/SCCustomSnackMessage.js +5 -4
- package/lib/cjs/components/SCCustomSnackMessage.js.map +1 -1
- package/lib/cjs/components/SCDateTimeAgo.js +2 -2
- package/lib/cjs/components/SCDateTimeAgo.js.map +1 -1
- package/lib/cjs/components/SCFeed.d.ts +7 -1
- package/lib/cjs/components/SCFeed.d.ts.map +1 -1
- package/lib/cjs/components/SCFeed.js +7 -1
- package/lib/cjs/components/SCFeed.js.map +1 -1
- package/lib/cjs/components/SCFeedObject.js +3 -3
- package/lib/cjs/components/SCFeedObject.js.map +1 -1
- package/lib/cjs/components/SCInlineComposer.d.ts +2 -0
- package/lib/cjs/components/SCInlineComposer.d.ts.map +1 -1
- package/lib/cjs/components/SCInlineComposer.js +2 -0
- package/lib/cjs/components/SCInlineComposer.js.map +1 -1
- package/lib/{esm/components/SCMobileHeader.d.ts → cjs/components/SCLightbox.d.ts} +2 -4
- package/lib/cjs/components/SCLightbox.d.ts.map +1 -0
- package/lib/cjs/components/SCLightbox.js +11 -0
- package/lib/cjs/components/SCLightbox.js.map +1 -0
- package/lib/cjs/components/SCLoyaltyProgram.d.ts +3 -6
- package/lib/cjs/components/SCLoyaltyProgram.d.ts.map +1 -1
- package/lib/cjs/components/SCLoyaltyProgram.js +4 -7
- package/lib/cjs/components/SCLoyaltyProgram.js.map +1 -1
- package/lib/cjs/components/SCNavigationToolbar.d.ts +54 -0
- package/lib/cjs/components/SCNavigationToolbar.d.ts.map +1 -0
- package/lib/cjs/components/SCNavigationToolbar.js +56 -0
- package/lib/cjs/components/SCNavigationToolbar.js.map +1 -0
- package/lib/cjs/components/SCNavigationToolbarMobile.d.ts +16 -0
- package/lib/cjs/components/SCNavigationToolbarMobile.d.ts.map +1 -0
- package/lib/cjs/components/SCNavigationToolbarMobile.js +18 -0
- package/lib/cjs/components/SCNavigationToolbarMobile.js.map +1 -0
- package/lib/cjs/components/SCNotification.d.ts +44 -0
- package/lib/cjs/components/SCNotification.d.ts.map +1 -0
- package/lib/cjs/components/SCNotification.js +47 -0
- package/lib/cjs/components/SCNotification.js.map +1 -0
- package/lib/cjs/components/SCNotificationItem.d.ts +67 -0
- package/lib/cjs/components/SCNotificationItem.d.ts.map +1 -0
- package/lib/cjs/components/SCNotificationItem.js +69 -0
- package/lib/cjs/components/SCNotificationItem.js.map +1 -0
- package/lib/cjs/components/SCNotificationsMenu.d.ts +14 -0
- package/lib/cjs/components/SCNotificationsMenu.d.ts.map +1 -0
- package/lib/cjs/components/SCNotificationsMenu.js +16 -0
- package/lib/cjs/components/SCNotificationsMenu.js.map +1 -0
- package/lib/cjs/components/SCPrivateMessageComponent.d.ts +26 -0
- package/lib/cjs/components/SCPrivateMessageComponent.d.ts.map +1 -0
- package/lib/cjs/components/SCPrivateMessageComponent.js +37 -0
- package/lib/cjs/components/SCPrivateMessageComponent.js.map +1 -0
- package/lib/cjs/components/SCPrivateMessageComponentSkeleton.d.ts +24 -0
- package/lib/cjs/components/SCPrivateMessageComponentSkeleton.d.ts.map +1 -0
- package/lib/cjs/components/SCPrivateMessageComponentSkeleton.js +26 -0
- package/lib/cjs/components/SCPrivateMessageComponentSkeleton.js.map +1 -0
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts +94 -0
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts.map +1 -0
- package/lib/cjs/components/SCPrivateMessageEditor.js +97 -0
- package/lib/cjs/components/SCPrivateMessageEditor.js.map +1 -0
- package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts +34 -0
- package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts.map +1 -0
- package/lib/cjs/components/SCPrivateMessageSnippetItem.js +36 -0
- package/lib/cjs/components/SCPrivateMessageSnippetItem.js.map +1 -0
- package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +48 -0
- package/lib/cjs/components/SCPrivateMessageSnippets.d.ts.map +1 -0
- package/lib/cjs/components/SCPrivateMessageSnippets.js +48 -0
- package/lib/cjs/components/SCPrivateMessageSnippets.js.map +1 -0
- package/lib/cjs/components/SCPrivateMessageThread.d.ts +138 -0
- package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -0
- package/lib/cjs/components/SCPrivateMessageThread.js +146 -0
- package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -0
- package/lib/cjs/components/SCSearchAutocomplete.d.ts +15 -0
- package/lib/cjs/components/SCSearchAutocomplete.d.ts.map +1 -0
- package/lib/cjs/components/SCSearchAutocomplete.js +17 -0
- package/lib/cjs/components/SCSearchAutocomplete.js.map +1 -0
- package/lib/cjs/components/SCSnippetNotifications.d.ts +35 -21
- package/lib/cjs/components/SCSnippetNotifications.d.ts.map +1 -1
- package/lib/cjs/components/SCSnippetNotifications.js +36 -22
- package/lib/cjs/components/SCSnippetNotifications.js.map +1 -1
- package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts +39 -0
- package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts.map +1 -0
- package/lib/cjs/components/SCSnippetNotificationsSkeleton.js +41 -0
- package/lib/cjs/components/SCSnippetNotificationsSkeleton.js.map +1 -0
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +182 -170
- 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 +108 -90
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +64 -23
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/components/MuiAppBar.d.ts +3 -2
- package/lib/esm/components/MuiAppBar.d.ts.map +1 -1
- package/lib/esm/components/MuiAppBar.js +6 -2
- package/lib/esm/components/MuiAppBar.js.map +1 -1
- package/lib/esm/components/MuiIconButton.d.ts +3 -0
- package/lib/esm/components/MuiIconButton.d.ts.map +1 -1
- package/lib/esm/components/MuiIconButton.js +5 -2
- package/lib/esm/components/MuiIconButton.js.map +1 -1
- package/lib/esm/components/SCBottomNavigation.d.ts +16 -0
- package/lib/esm/components/SCBottomNavigation.d.ts.map +1 -0
- package/lib/esm/components/SCBottomNavigation.js +16 -0
- package/lib/esm/components/SCBottomNavigation.js.map +1 -0
- package/lib/esm/components/SCCategories.d.ts +9 -3
- package/lib/esm/components/SCCategories.d.ts.map +1 -1
- package/lib/esm/components/SCCategories.js +9 -3
- package/lib/esm/components/SCCategories.js.map +1 -1
- package/lib/esm/components/SCCategoriesSkeleton.d.ts +9 -5
- package/lib/esm/components/SCCategoriesSkeleton.d.ts.map +1 -1
- package/lib/esm/components/SCCategoriesSkeleton.js +9 -5
- package/lib/esm/components/SCCategoriesSkeleton.js.map +1 -1
- package/lib/esm/components/SCChoices.d.ts +9 -0
- package/lib/esm/components/SCChoices.d.ts.map +1 -0
- package/lib/esm/components/SCChoices.js +9 -0
- package/lib/esm/components/SCChoices.js.map +1 -0
- package/lib/esm/components/SCContributionNotification.d.ts +14 -0
- package/lib/esm/components/SCContributionNotification.d.ts.map +1 -0
- package/lib/esm/components/SCContributionNotification.js +14 -0
- package/lib/esm/components/SCContributionNotification.js.map +1 -0
- package/lib/esm/components/SCCustomSnackMessage.d.ts +5 -4
- package/lib/esm/components/SCCustomSnackMessage.d.ts.map +1 -1
- package/lib/esm/components/SCCustomSnackMessage.js +5 -4
- package/lib/esm/components/SCCustomSnackMessage.js.map +1 -1
- package/lib/esm/components/SCDateTimeAgo.js +2 -2
- package/lib/esm/components/SCDateTimeAgo.js.map +1 -1
- package/lib/esm/components/SCFeed.d.ts +7 -1
- package/lib/esm/components/SCFeed.d.ts.map +1 -1
- package/lib/esm/components/SCFeed.js +7 -1
- package/lib/esm/components/SCFeed.js.map +1 -1
- package/lib/esm/components/SCFeedObject.js +3 -3
- package/lib/esm/components/SCFeedObject.js.map +1 -1
- package/lib/esm/components/SCInlineComposer.d.ts +2 -0
- package/lib/esm/components/SCInlineComposer.d.ts.map +1 -1
- package/lib/esm/components/SCInlineComposer.js +2 -0
- package/lib/esm/components/SCInlineComposer.js.map +1 -1
- package/lib/esm/components/SCLightbox.d.ts +9 -0
- package/lib/esm/components/SCLightbox.d.ts.map +1 -0
- package/lib/esm/components/SCLightbox.js +9 -0
- package/lib/esm/components/SCLightbox.js.map +1 -0
- package/lib/esm/components/SCLoyaltyProgram.d.ts +3 -6
- package/lib/esm/components/SCLoyaltyProgram.d.ts.map +1 -1
- package/lib/esm/components/SCLoyaltyProgram.js +4 -7
- package/lib/esm/components/SCLoyaltyProgram.js.map +1 -1
- package/lib/esm/components/SCNavigationToolbar.d.ts +54 -0
- package/lib/esm/components/SCNavigationToolbar.d.ts.map +1 -0
- package/lib/esm/components/SCNavigationToolbar.js +54 -0
- package/lib/esm/components/SCNavigationToolbar.js.map +1 -0
- package/lib/esm/components/SCNavigationToolbarMobile.d.ts +16 -0
- package/lib/esm/components/SCNavigationToolbarMobile.d.ts.map +1 -0
- package/lib/esm/components/SCNavigationToolbarMobile.js +16 -0
- package/lib/esm/components/SCNavigationToolbarMobile.js.map +1 -0
- package/lib/esm/components/SCNotification.d.ts +44 -0
- package/lib/esm/components/SCNotification.d.ts.map +1 -0
- package/lib/esm/components/SCNotification.js +45 -0
- package/lib/esm/components/SCNotification.js.map +1 -0
- package/lib/esm/components/SCNotificationItem.d.ts +67 -0
- package/lib/esm/components/SCNotificationItem.d.ts.map +1 -0
- package/lib/esm/components/SCNotificationItem.js +67 -0
- package/lib/esm/components/SCNotificationItem.js.map +1 -0
- package/lib/esm/components/SCNotificationsMenu.d.ts +14 -0
- package/lib/esm/components/SCNotificationsMenu.d.ts.map +1 -0
- package/lib/esm/components/SCNotificationsMenu.js +14 -0
- package/lib/esm/components/SCNotificationsMenu.js.map +1 -0
- package/lib/esm/components/SCPrivateMessageComponent.d.ts +26 -0
- package/lib/esm/components/SCPrivateMessageComponent.d.ts.map +1 -0
- package/lib/esm/components/SCPrivateMessageComponent.js +35 -0
- package/lib/esm/components/SCPrivateMessageComponent.js.map +1 -0
- package/lib/esm/components/SCPrivateMessageComponentSkeleton.d.ts +24 -0
- package/lib/esm/components/SCPrivateMessageComponentSkeleton.d.ts.map +1 -0
- package/lib/esm/components/SCPrivateMessageComponentSkeleton.js +24 -0
- package/lib/esm/components/SCPrivateMessageComponentSkeleton.js.map +1 -0
- package/lib/esm/components/SCPrivateMessageEditor.d.ts +94 -0
- package/lib/esm/components/SCPrivateMessageEditor.d.ts.map +1 -0
- package/lib/esm/components/SCPrivateMessageEditor.js +95 -0
- package/lib/esm/components/SCPrivateMessageEditor.js.map +1 -0
- package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts +34 -0
- package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts.map +1 -0
- package/lib/esm/components/SCPrivateMessageSnippetItem.js +34 -0
- package/lib/esm/components/SCPrivateMessageSnippetItem.js.map +1 -0
- package/lib/esm/components/SCPrivateMessageSnippets.d.ts +48 -0
- package/lib/esm/components/SCPrivateMessageSnippets.d.ts.map +1 -0
- package/lib/esm/components/SCPrivateMessageSnippets.js +46 -0
- package/lib/esm/components/SCPrivateMessageSnippets.js.map +1 -0
- package/lib/esm/components/SCPrivateMessageThread.d.ts +138 -0
- package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -0
- package/lib/esm/components/SCPrivateMessageThread.js +144 -0
- package/lib/esm/components/SCPrivateMessageThread.js.map +1 -0
- package/lib/esm/components/SCSearchAutocomplete.d.ts +15 -0
- package/lib/esm/components/SCSearchAutocomplete.d.ts.map +1 -0
- package/lib/esm/components/SCSearchAutocomplete.js +15 -0
- package/lib/esm/components/SCSearchAutocomplete.js.map +1 -0
- package/lib/esm/components/SCSnippetNotifications.d.ts +35 -21
- package/lib/esm/components/SCSnippetNotifications.d.ts.map +1 -1
- package/lib/esm/components/SCSnippetNotifications.js +36 -22
- package/lib/esm/components/SCSnippetNotifications.js.map +1 -1
- package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts +39 -0
- package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts.map +1 -0
- package/lib/esm/components/SCSnippetNotificationsSkeleton.js +39 -0
- package/lib/esm/components/SCSnippetNotificationsSkeleton.js.map +1 -0
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +182 -170
- 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 +108 -90
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js +64 -23
- package/lib/esm/index.js.map +1 -1
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +182 -170
- 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 +19 -19
- package/lib/umd/react-theme-default.js.LICENSE.txt +4 -2
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
- package/lib/cjs/components/SCMobileHeader.d.ts.map +0 -1
- package/lib/cjs/components/SCMobileHeader.js.map +0 -1
- package/lib/cjs/components/SCPrivateMessagesTemplate.d.ts +0 -29
- package/lib/cjs/components/SCPrivateMessagesTemplate.d.ts.map +0 -1
- package/lib/cjs/components/SCPrivateMessagesTemplate.js +0 -31
- package/lib/cjs/components/SCPrivateMessagesTemplate.js.map +0 -1
- package/lib/esm/components/SCMobileHeader.d.ts.map +0 -1
- package/lib/esm/components/SCMobileHeader.js +0 -11
- package/lib/esm/components/SCMobileHeader.js.map +0 -1
- package/lib/esm/components/SCPrivateMessagesTemplate.d.ts +0 -29
- package/lib/esm/components/SCPrivateMessagesTemplate.d.ts.map +0 -1
- package/lib/esm/components/SCPrivateMessagesTemplate.js +0 -29
- package/lib/esm/components/SCPrivateMessagesTemplate.js.map +0 -1
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
padding: any;
|
|
5
|
+
'& .SCNavigationToolbar-logo': {
|
|
6
|
+
marginRight: any;
|
|
7
|
+
'& img': {
|
|
8
|
+
verticalAlign: string;
|
|
9
|
+
maxHeight: any;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
'& .SCNavigationToolbar-navigation': {
|
|
13
|
+
alignSelf: string;
|
|
14
|
+
'& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore': {
|
|
15
|
+
padding: any;
|
|
16
|
+
margin: any;
|
|
17
|
+
color: any;
|
|
18
|
+
borderRadius: number;
|
|
19
|
+
borderBottom: string;
|
|
20
|
+
'&.SCNavigationToolbar-active, &:hover': {
|
|
21
|
+
color: any;
|
|
22
|
+
borderBottom: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
'& .SCNavigationToolbar-search': {
|
|
27
|
+
textAlign: string;
|
|
28
|
+
marginRight: any;
|
|
29
|
+
'& .MuiFormControl-root': {
|
|
30
|
+
width: number;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
'& .SCNavigationToolbar-profile, & .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
|
|
34
|
+
margin: any;
|
|
35
|
+
};
|
|
36
|
+
'& .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
|
|
37
|
+
paddingTop: any;
|
|
38
|
+
paddingBottom: any;
|
|
39
|
+
borderRadius: number;
|
|
40
|
+
borderBottom: string;
|
|
41
|
+
color: any;
|
|
42
|
+
'&.SCNavigationToolbar-active, &:hover': {
|
|
43
|
+
color: any;
|
|
44
|
+
borderBottom: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
'& .SCNavigationToolbar-settings': {
|
|
48
|
+
marginLeft: any;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
export default Component;
|
|
54
|
+
//# sourceMappingURL=SCNavigationToolbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCNavigationToolbar.d.ts","sourceRoot":"","sources":["../../../src/components/SCNavigationToolbar.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
padding: theme.spacing(0, 3),
|
|
7
|
+
'& .SCNavigationToolbar-logo': {
|
|
8
|
+
marginRight: theme.spacing(2),
|
|
9
|
+
'& img': {
|
|
10
|
+
verticalAlign: 'middle',
|
|
11
|
+
maxHeight: theme.mixins.toolbar.maxHeight
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
'& .SCNavigationToolbar-navigation': {
|
|
15
|
+
alignSelf: 'end',
|
|
16
|
+
'& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore': {
|
|
17
|
+
padding: theme.spacing(2, 2, 1, 2),
|
|
18
|
+
margin: theme.spacing(0, 2),
|
|
19
|
+
color: theme.palette.primary.main,
|
|
20
|
+
borderRadius: 0,
|
|
21
|
+
borderBottom: `1px solid transparent`,
|
|
22
|
+
'&.SCNavigationToolbar-active, &:hover': {
|
|
23
|
+
color: theme.palette.secondary.main,
|
|
24
|
+
borderBottom: `1px solid ${theme.palette.secondary.main}`
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
'& .SCNavigationToolbar-search': {
|
|
29
|
+
textAlign: 'right',
|
|
30
|
+
marginRight: theme.spacing(1.5),
|
|
31
|
+
'& .MuiFormControl-root': {
|
|
32
|
+
width: 330
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
'& .SCNavigationToolbar-profile, & .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
|
|
36
|
+
margin: theme.spacing(0, 0.5)
|
|
37
|
+
},
|
|
38
|
+
'& .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
|
|
39
|
+
paddingTop: theme.spacing(2),
|
|
40
|
+
paddingBottom: theme.spacing(1),
|
|
41
|
+
borderRadius: 0,
|
|
42
|
+
borderBottom: `1px solid transparent`,
|
|
43
|
+
color: theme.palette.primary.main,
|
|
44
|
+
'&.SCNavigationToolbar-active, &:hover': {
|
|
45
|
+
color: theme.palette.secondary.main,
|
|
46
|
+
borderBottom: `1px solid ${theme.palette.secondary.main}`
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
'& .SCNavigationToolbar-settings': {
|
|
50
|
+
marginLeft: theme.spacing(4.5)
|
|
51
|
+
}
|
|
52
|
+
})
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
exports.default = Component;
|
|
56
|
+
//# sourceMappingURL=SCNavigationToolbar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCNavigationToolbar.js","sourceRoot":"","sources":["../../../src/components/SCNavigationToolbar.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;YAC5B,6BAA6B,EAAE;gBAC7B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC7B,OAAO,EAAE;oBACP,aAAa,EAAE,QAAQ;oBACvB,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,SAAS;iBAC1C;aACF;YACD,mCAAmC,EAAE;gBACnC,SAAS,EAAE,KAAK;gBAChB,6DAA6D,EAAE;oBAC7D,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;oBAClC,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;oBAC3B,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;oBACjC,YAAY,EAAE,CAAC;oBACf,YAAY,EAAE,uBAAuB;oBACrC,uCAAuC,EAAE;wBACvC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;wBACnC,YAAY,EAAE,aAAa,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE;qBAC1D;iBACF;aACF;YACD,+BAA+B,EAAE;gBAC/B,SAAS,EAAE,OAAO;gBAClB,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;gBAC/B,wBAAwB,EAAE;oBACxB,KAAK,EAAE,GAAG;iBACX;aACF;YACD,sGAAsG,EAAE;gBACtG,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,GAAG,CAAC;aAC9B;YACD,sEAAsE,EAAE;gBACtE,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC5B,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC/B,YAAY,EAAE,CAAC;gBACf,YAAY,EAAE,uBAAuB;gBACrC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;gBACjC,uCAAuC,EAAE;oBACvC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;oBACnC,YAAY,EAAE,aAAa,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE;iBAC1D;aACF;YACD,iCAAiC,EAAE;gBACjC,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;aAC/B;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
padding: any;
|
|
5
|
+
'& .SCNavigationToolbarMobile-logo': {
|
|
6
|
+
marginRight: any;
|
|
7
|
+
'& img': {
|
|
8
|
+
verticalAlign: string;
|
|
9
|
+
maxHeight: any;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default Component;
|
|
16
|
+
//# sourceMappingURL=SCNavigationToolbarMobile.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCNavigationToolbarMobile.d.ts","sourceRoot":"","sources":["../../../src/components/SCNavigationToolbarMobile.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;CAWtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
padding: theme.spacing(0, 1, 0, 2),
|
|
7
|
+
'& .SCNavigationToolbarMobile-logo': {
|
|
8
|
+
marginRight: theme.spacing(2),
|
|
9
|
+
'& img': {
|
|
10
|
+
verticalAlign: 'middle',
|
|
11
|
+
maxHeight: theme.mixins.toolbar.maxHeight
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
})
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
exports.default = Component;
|
|
18
|
+
//# sourceMappingURL=SCNavigationToolbarMobile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCNavigationToolbarMobile.js","sourceRoot":"","sources":["../../../src/components/SCNavigationToolbarMobile.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;YAClC,mCAAmC,EAAE;gBACnC,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC7B,OAAO,EAAE;oBACP,aAAa,EAAE,QAAQ;oBACvB,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,SAAS;iBAC1C;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCNotification-header': {
|
|
5
|
+
padding: any;
|
|
6
|
+
'& .SCNotification-avatar': {
|
|
7
|
+
width: any;
|
|
8
|
+
height: any;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
'& .SCNotification-content': {
|
|
12
|
+
padding: number;
|
|
13
|
+
'& .SCNotification-uncollapsed': {
|
|
14
|
+
padding: any;
|
|
15
|
+
'& > *': {
|
|
16
|
+
marginBottom: any;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
'& .SCNotification-show-other-aggregated': {
|
|
20
|
+
backgroundColor: string;
|
|
21
|
+
};
|
|
22
|
+
'& .SCNotification-collapsed': {
|
|
23
|
+
padding: any;
|
|
24
|
+
'& .MuiCollapse-wrapperInner > *': {
|
|
25
|
+
marginBottom: any;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
'& .SCNotificationItem-detail': {
|
|
29
|
+
borderRadius: number;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
'& a': {
|
|
33
|
+
textDecoration: string;
|
|
34
|
+
color: any;
|
|
35
|
+
'&:hover, &:active': {
|
|
36
|
+
color: any;
|
|
37
|
+
textDecoration: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
export default Component;
|
|
44
|
+
//# sourceMappingURL=SCNotification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCNotification.d.ts","sourceRoot":"","sources":["../../../src/components/SCNotification.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const system_1 = require("@mui/system");
|
|
4
|
+
const Component = {
|
|
5
|
+
styleOverrides: {
|
|
6
|
+
root: ({ theme }) => ({
|
|
7
|
+
'& .SCNotification-header': {
|
|
8
|
+
padding: theme.spacing(2, 2, 0, 2),
|
|
9
|
+
'& .SCNotification-avatar': {
|
|
10
|
+
width: theme.selfcommunity.user.avatar.sizeMedium,
|
|
11
|
+
height: theme.selfcommunity.user.avatar.sizeMedium
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
'& .SCNotification-content': {
|
|
15
|
+
padding: 0,
|
|
16
|
+
'& .SCNotification-uncollapsed': {
|
|
17
|
+
padding: theme.spacing(2, 2, 1, 2),
|
|
18
|
+
'& > *': {
|
|
19
|
+
marginBottom: theme.spacing()
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
'& .SCNotification-show-other-aggregated': {
|
|
23
|
+
backgroundColor: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.hoverOpacity)
|
|
24
|
+
},
|
|
25
|
+
'& .SCNotification-collapsed': {
|
|
26
|
+
padding: theme.spacing(2),
|
|
27
|
+
'& .MuiCollapse-wrapperInner > *': {
|
|
28
|
+
marginBottom: theme.spacing()
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
'& .SCNotificationItem-detail': {
|
|
32
|
+
borderRadius: 0
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
'& a': {
|
|
36
|
+
textDecoration: 'none',
|
|
37
|
+
color: theme.palette.text.primary,
|
|
38
|
+
'&:hover, &:active': {
|
|
39
|
+
color: theme.palette.text.primary,
|
|
40
|
+
textDecoration: 'underline'
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
})
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
exports.default = Component;
|
|
47
|
+
//# sourceMappingURL=SCNotification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCNotification.js","sourceRoot":"","sources":["../../../src/components/SCNotification.tsx"],"names":[],"mappings":";;AAAA,wCAAkC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,0BAA0B,EAAE;gBAC1B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;gBAClC,0BAA0B,EAAE;oBAC1B,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;oBACjD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;iBACnD;aACF;YACD,2BAA2B,EAAE;gBAC3B,OAAO,EAAE,CAAC;gBACV,+BAA+B,EAAE;oBAC/B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;oBAClC,OAAO,EAAE;wBACP,YAAY,EAAE,KAAK,CAAC,OAAO,EAAE;qBAC9B;iBACF;gBACD,yCAAyC,EAAE;oBACzC,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;iBACtF;gBACD,6BAA6B,EAAE;oBAC7B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;oBACzB,iCAAiC,EAAE;wBACjC,YAAY,EAAE,KAAK,CAAC,OAAO,EAAE;qBAC9B;iBACF;gBACD,8BAA8B,EAAE;oBAC9B,YAAY,EAAE,CAAC;iBAChB;aACF;YACD,KAAK,EAAE;gBACL,cAAc,EAAE,MAAM;gBACtB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;gBACjC,mBAAmB,EAAE;oBACnB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;oBACjC,cAAc,EAAE,WAAW;iBAC5B;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
a: {
|
|
5
|
+
color: any;
|
|
6
|
+
textDecoration: string;
|
|
7
|
+
'&:hover, &:active': {
|
|
8
|
+
textDecoration: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
'& .SCNotificationItem-header': {
|
|
12
|
+
display: string;
|
|
13
|
+
flexDirection: string;
|
|
14
|
+
'& .SCNotificationItem-primary': {
|
|
15
|
+
fontWeight: any;
|
|
16
|
+
'& .SCContributionNotification-username': {
|
|
17
|
+
fontWeight: any;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
'& .SCNotificationItem-secondary .SCDateTimeAgo-root': {
|
|
21
|
+
marginTop: any;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
'&.SCNotificationItem-toast': {
|
|
25
|
+
backgroundColor: string;
|
|
26
|
+
borderRadius: number;
|
|
27
|
+
'& .SCNotificationItem-header': {
|
|
28
|
+
'& .SCNotificationItem-image': {
|
|
29
|
+
marginRight: any;
|
|
30
|
+
'& .MuiAvatar-root': {
|
|
31
|
+
width: any;
|
|
32
|
+
height: any;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
'&.SCNotificationItem-snippet': {
|
|
38
|
+
backgroundColor: string;
|
|
39
|
+
borderRadius: number;
|
|
40
|
+
'& .SCNotificationItem-header': {
|
|
41
|
+
'& .SCNotificationItem-image': {
|
|
42
|
+
marginRight: any;
|
|
43
|
+
'& .MuiAvatar-root': {
|
|
44
|
+
width: any;
|
|
45
|
+
height: any;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
'&.SCNotificationItem-detail': {
|
|
51
|
+
backgroundColor: string;
|
|
52
|
+
borderRadius: number;
|
|
53
|
+
'& .SCNotificationItem-header': {
|
|
54
|
+
'& .SCNotificationItem-image': {
|
|
55
|
+
marginRight: any;
|
|
56
|
+
'& .MuiAvatar-root': {
|
|
57
|
+
width: any;
|
|
58
|
+
height: any;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
export default Component;
|
|
67
|
+
//# sourceMappingURL=SCNotificationItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCNotificationItem.d.ts","sourceRoot":"","sources":["../../../src/components/SCNotificationItem.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8DtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
a: {
|
|
7
|
+
color: theme.palette.text.primary,
|
|
8
|
+
textDecoration: 'none',
|
|
9
|
+
'&:hover, &:active': {
|
|
10
|
+
textDecoration: 'underline'
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
'& .SCNotificationItem-header': {
|
|
14
|
+
display: 'flex',
|
|
15
|
+
flexDirection: 'row',
|
|
16
|
+
'& .SCNotificationItem-primary': {
|
|
17
|
+
fontWeight: theme.typography.fontWeightMedium,
|
|
18
|
+
'& .SCContributionNotification-username': {
|
|
19
|
+
fontWeight: theme.typography.fontWeightBold
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
'& .SCNotificationItem-secondary .SCDateTimeAgo-root': {
|
|
23
|
+
marginTop: theme.spacing(1)
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
'&.SCNotificationItem-toast': {
|
|
27
|
+
backgroundColor: 'transparent',
|
|
28
|
+
borderRadius: 0,
|
|
29
|
+
'& .SCNotificationItem-header': {
|
|
30
|
+
'& .SCNotificationItem-image': {
|
|
31
|
+
marginRight: theme.spacing(1),
|
|
32
|
+
'& .MuiAvatar-root': {
|
|
33
|
+
width: theme.selfcommunity.user.avatar.sizeSmall,
|
|
34
|
+
height: theme.selfcommunity.user.avatar.sizeSmall
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
'&.SCNotificationItem-snippet': {
|
|
40
|
+
backgroundColor: 'transparent',
|
|
41
|
+
borderRadius: 0,
|
|
42
|
+
'& .SCNotificationItem-header': {
|
|
43
|
+
'& .SCNotificationItem-image': {
|
|
44
|
+
marginRight: theme.spacing(1),
|
|
45
|
+
'& .MuiAvatar-root': {
|
|
46
|
+
width: theme.selfcommunity.user.avatar.sizeSmall,
|
|
47
|
+
height: theme.selfcommunity.user.avatar.sizeSmall
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
'&.SCNotificationItem-detail': {
|
|
53
|
+
backgroundColor: 'transparent',
|
|
54
|
+
borderRadius: 0,
|
|
55
|
+
'& .SCNotificationItem-header': {
|
|
56
|
+
'& .SCNotificationItem-image': {
|
|
57
|
+
marginRight: theme.spacing(1),
|
|
58
|
+
'& .MuiAvatar-root': {
|
|
59
|
+
width: theme.selfcommunity.user.avatar.sizeMedium,
|
|
60
|
+
height: theme.selfcommunity.user.avatar.sizeMedium
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
})
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
exports.default = Component;
|
|
69
|
+
//# sourceMappingURL=SCNotificationItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCNotificationItem.js","sourceRoot":"","sources":["../../../src/components/SCNotificationItem.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,CAAC,EAAE;gBACD,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;gBACjC,cAAc,EAAE,MAAM;gBACtB,mBAAmB,EAAE;oBACnB,cAAc,EAAE,WAAW;iBAC5B;aACF;YACD,8BAA8B,EAAE;gBAC9B,OAAO,EAAE,MAAM;gBACf,aAAa,EAAE,KAAK;gBACpB,+BAA+B,EAAE;oBAC/B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB;oBAC7C,wCAAwC,EAAE;wBACxC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;qBAC5C;iBACF;gBACD,qDAAqD,EAAE;oBACrD,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC5B;aACF;YACD,4BAA4B,EAAE;gBAC5B,eAAe,EAAE,aAAa;gBAC9B,YAAY,EAAE,CAAC;gBACf,8BAA8B,EAAE;oBAC9B,6BAA6B,EAAE;wBAC7B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC7B,mBAAmB,EAAE;4BACnB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;4BAChD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;yBAClD;qBACF;iBACF;aACF;YACD,8BAA8B,EAAE;gBAC9B,eAAe,EAAE,aAAa;gBAC9B,YAAY,EAAE,CAAC;gBACf,8BAA8B,EAAE;oBAC9B,6BAA6B,EAAE;wBAC7B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC7B,mBAAmB,EAAE;4BACnB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;4BAChD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;yBAClD;qBACF;iBACF;aACF;YACD,6BAA6B,EAAE;gBAC7B,eAAe,EAAE,aAAa;gBAC9B,YAAY,EAAE,CAAC;gBACf,8BAA8B,EAAE;oBAC9B,6BAA6B,EAAE;wBAC7B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBAC7B,mBAAmB,EAAE;4BACnB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;4BACjD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;yBACnD;qBACF;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCNotificationsMenu-paper': {
|
|
5
|
+
padding: any;
|
|
6
|
+
'& .MuiList-root': {
|
|
7
|
+
padding: number;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default Component;
|
|
14
|
+
//# sourceMappingURL=SCNotificationsMenu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCNotificationsMenu.d.ts","sourceRoot":"","sources":["../../../src/components/SCNotificationsMenu.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;CAStB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
'& .SCNotificationsMenu-paper': {
|
|
7
|
+
padding: theme.spacing(2),
|
|
8
|
+
'& .MuiList-root': {
|
|
9
|
+
padding: 0
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
})
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
exports.default = Component;
|
|
16
|
+
//# sourceMappingURL=SCNotificationsMenu.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCNotificationsMenu.js","sourceRoot":"","sources":["../../../src/components/SCNotificationsMenu.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,8BAA8B,EAAE;gBAC9B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACzB,iBAAiB,EAAE;oBACjB,OAAO,EAAE,CAAC;iBACX;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
[x: number]: {
|
|
5
|
+
'& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
|
|
6
|
+
border: string;
|
|
7
|
+
'& .SCPrivateMessageThread-root': {
|
|
8
|
+
borderRadius: number;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
maxWidth: any;
|
|
13
|
+
maxHeight: any;
|
|
14
|
+
' .MuiPaper-root, MuiAppBar-root': {
|
|
15
|
+
boxShadow: string;
|
|
16
|
+
borderRadius: number;
|
|
17
|
+
};
|
|
18
|
+
'& .SCPrivateMessageSnippetItem-root, .SCPrivateMessageThreadItem-root': {
|
|
19
|
+
boxShadow: string;
|
|
20
|
+
marginBottom: any;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export default Component;
|
|
26
|
+
//# sourceMappingURL=SCPrivateMessageComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageComponent.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageComponent.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;CA8BtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
maxWidth: theme.breakpoints.values['lg'],
|
|
7
|
+
maxHeight: theme.breakpoints.values['lg'],
|
|
8
|
+
' .MuiPaper-root, MuiAppBar-root': {
|
|
9
|
+
boxShadow: 'none',
|
|
10
|
+
borderRadius: 0
|
|
11
|
+
},
|
|
12
|
+
'& .SCPrivateMessageSnippetItem-root, .SCPrivateMessageThreadItem-root': {
|
|
13
|
+
boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)',
|
|
14
|
+
marginBottom: theme.spacing(1)
|
|
15
|
+
},
|
|
16
|
+
[theme.breakpoints.down('md')]: {
|
|
17
|
+
'& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
|
|
18
|
+
border: 'none',
|
|
19
|
+
'& .SCPrivateMessageThread-root': {
|
|
20
|
+
borderRadius: 0
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
// '& .MuiAppBar-root': {
|
|
24
|
+
// color: theme.palette.text.secondary,
|
|
25
|
+
// '& .MuiFormControl-root, MuiTextField-root': {
|
|
26
|
+
// marginTop: '30px',
|
|
27
|
+
// '& .MuiInputBase-root': {
|
|
28
|
+
// borderRadius: 0
|
|
29
|
+
// }
|
|
30
|
+
// }
|
|
31
|
+
// }
|
|
32
|
+
}
|
|
33
|
+
})
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
exports.default = Component;
|
|
37
|
+
//# sourceMappingURL=SCPrivateMessageComponent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageComponent.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageComponent.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,QAAQ,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC;YACxC,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC;YACzC,iCAAiC,EAAE;gBACjC,SAAS,EAAE,MAAM;gBACjB,YAAY,EAAE,CAAC;aAChB;YACD,uEAAuE,EAAE;gBACvE,SAAS,EAAE,iCAAiC;gBAC5C,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC/B;YACD,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC9B,8EAA8E,EAAE;oBAC9E,MAAM,EAAE,MAAM;oBACd,gCAAgC,EAAE;wBAChC,YAAY,EAAE,CAAC;qBAChB;iBACF;gBACD,yBAAyB;gBACzB,yCAAyC;gBACzC,mDAAmD;gBACnD,yBAAyB;gBACzB,iCAAiC;gBACjC,wBAAwB;gBACxB,QAAQ;gBACR,MAAM;gBACN,IAAI;aACL;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
[x: number]: {
|
|
5
|
+
width: any;
|
|
6
|
+
};
|
|
7
|
+
'& .SCPrivateMessageComponentSkeleton-thread-section': {
|
|
8
|
+
'& .MuiCardContent-root': {
|
|
9
|
+
padding: number;
|
|
10
|
+
'& .MuiList-root': {
|
|
11
|
+
paddingTop: number;
|
|
12
|
+
paddingBottom: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
' .MuiPaper-root, MuiAppBar-root': {
|
|
17
|
+
boxShadow: string;
|
|
18
|
+
borderRadius: number;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export default Component;
|
|
24
|
+
//# sourceMappingURL=SCPrivateMessageComponentSkeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageComponentSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageComponentSkeleton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;CAmBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
[theme.breakpoints.up('sm')]: {
|
|
7
|
+
width: theme.breakpoints.values['lg']
|
|
8
|
+
},
|
|
9
|
+
'& .SCPrivateMessageComponentSkeleton-thread-section': {
|
|
10
|
+
'& .MuiCardContent-root': {
|
|
11
|
+
padding: 0,
|
|
12
|
+
'& .MuiList-root': {
|
|
13
|
+
paddingTop: 0,
|
|
14
|
+
paddingBottom: 0
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
' .MuiPaper-root, MuiAppBar-root': {
|
|
19
|
+
boxShadow: 'none',
|
|
20
|
+
borderRadius: 0
|
|
21
|
+
}
|
|
22
|
+
})
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
exports.default = Component;
|
|
26
|
+
//# sourceMappingURL=SCPrivateMessageComponentSkeleton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageComponentSkeleton.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageComponentSkeleton.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC5B,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC;aACtC;YACD,qDAAqD,EAAE;gBACrD,wBAAwB,EAAE;oBACxB,OAAO,EAAE,CAAC;oBACV,iBAAiB,EAAE;wBACjB,UAAU,EAAE,CAAC;wBACb,aAAa,EAAE,CAAC;qBACjB;iBACF;aACF;YACD,iCAAiC,EAAE;gBACjC,SAAS,EAAE,MAAM;gBACjB,YAAY,EAAE,CAAC;aAChB;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|