@selfcommunity/react-theme-default 0.1.0-alpha.25 → 0.1.0-alpha.27
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/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/SCFeed.d.ts +3 -0
- package/lib/cjs/components/SCFeed.d.ts.map +1 -1
- package/lib/cjs/components/SCFeed.js +3 -0
- package/lib/cjs/components/SCFeed.js.map +1 -1
- 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/SCPrivateMessageEditor.d.ts +89 -0
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts.map +1 -0
- package/lib/cjs/components/SCPrivateMessageEditor.js +92 -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 +167 -0
- package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -0
- package/lib/cjs/components/SCPrivateMessageThread.js +171 -0
- package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -0
- package/lib/cjs/components/SCPrivateMessagesTemplate.d.ts +9 -12
- package/lib/cjs/components/SCPrivateMessagesTemplate.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessagesTemplate.js +20 -14
- package/lib/cjs/components/SCPrivateMessagesTemplate.js.map +1 -1
- 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/index.d.ts.map +1 -1
- package/lib/cjs/index.js +41 -25
- package/lib/cjs/index.js.map +1 -1
- 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/SCFeed.d.ts +3 -0
- package/lib/esm/components/SCFeed.d.ts.map +1 -1
- package/lib/esm/components/SCFeed.js +3 -0
- package/lib/esm/components/SCFeed.js.map +1 -1
- 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/SCPrivateMessageEditor.d.ts +89 -0
- package/lib/esm/components/SCPrivateMessageEditor.d.ts.map +1 -0
- package/lib/esm/components/SCPrivateMessageEditor.js +90 -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 +167 -0
- package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -0
- package/lib/esm/components/SCPrivateMessageThread.js +169 -0
- package/lib/esm/components/SCPrivateMessageThread.js.map +1 -0
- package/lib/esm/components/SCPrivateMessagesTemplate.d.ts +9 -12
- package/lib/esm/components/SCPrivateMessagesTemplate.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessagesTemplate.js +20 -14
- package/lib/esm/components/SCPrivateMessagesTemplate.js.map +1 -1
- 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/index.d.ts.map +1 -1
- package/lib/esm/index.js +41 -25
- package/lib/esm/index.js.map +1 -1
- package/lib/umd/react-theme-default.js +14 -14
- package/lib/umd/react-theme-default.js.LICENSE.txt +2 -2
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
- package/lib/cjs/components/SCMobileHeader.d.ts +0 -11
- package/lib/cjs/components/SCMobileHeader.d.ts.map +0 -1
- package/lib/cjs/components/SCMobileHeader.js +0 -13
- package/lib/cjs/components/SCMobileHeader.js.map +0 -1
- package/lib/esm/components/SCMobileHeader.d.ts +0 -11
- 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
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
backgroundColor: theme.palette.action.hover,
|
|
5
|
+
position: 'relative',
|
|
6
|
+
height: theme.spacing(103.5),
|
|
7
|
+
maxHeight: 'inherit',
|
|
8
|
+
'& .MuiCardContent-root': {
|
|
9
|
+
height: '100%',
|
|
10
|
+
maxHeight: theme.spacing(87.5),
|
|
11
|
+
overflow: 'auto',
|
|
12
|
+
'& .MuiList-root': {
|
|
13
|
+
[theme.breakpoints.down('md')]: {
|
|
14
|
+
marginTop: theme.spacing(2)
|
|
15
|
+
},
|
|
16
|
+
'& .MuiListItem-root': {
|
|
17
|
+
'&.SCPrivateMessageThread-receiver': {
|
|
18
|
+
backgroundColor: theme.palette.common.white,
|
|
19
|
+
'&:after': {
|
|
20
|
+
marginRight: theme.spacing(3),
|
|
21
|
+
content: `""`,
|
|
22
|
+
position: 'absolute',
|
|
23
|
+
border: `${theme.spacing(3)} solid transparent`,
|
|
24
|
+
borderTop: `${theme.spacing(3)} solid ${theme.palette.common.white}`,
|
|
25
|
+
top: 0,
|
|
26
|
+
left: theme.spacing(-3)
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
'&.SCPrivateMessageThread-sender': {
|
|
30
|
+
marginLeft: theme.spacing(2),
|
|
31
|
+
backgroundColor: theme.palette.primary.main
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
'& .SCPrivateMessageThread-empty-message': {
|
|
37
|
+
position: 'relative',
|
|
38
|
+
top: '50%',
|
|
39
|
+
display: 'flex',
|
|
40
|
+
justifyContent: 'center',
|
|
41
|
+
fontSize: '1.5rem'
|
|
42
|
+
},
|
|
43
|
+
'& .SCPrivateMessageThread-mobile-header': {
|
|
44
|
+
display: 'flex',
|
|
45
|
+
flexDirection: 'row',
|
|
46
|
+
position: 'absolute',
|
|
47
|
+
top: 0,
|
|
48
|
+
right: 0,
|
|
49
|
+
width: '100%',
|
|
50
|
+
alignItems: 'center',
|
|
51
|
+
justifyContent: 'space-between',
|
|
52
|
+
zIndex: 1,
|
|
53
|
+
backgroundColor: theme.palette.primary.main,
|
|
54
|
+
'& .SCPrivateMessageThread-mobile-header-content': {
|
|
55
|
+
display: 'flex',
|
|
56
|
+
justifyContent: 'center',
|
|
57
|
+
alignItems: 'center',
|
|
58
|
+
'& .MuiAvatar-root': {
|
|
59
|
+
width: theme.selfcommunity.user.avatar.sizeMedium,
|
|
60
|
+
height: theme.selfcommunity.user.avatar.sizeMedium,
|
|
61
|
+
padding: theme.spacing(1)
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
'& .MuiIcon-root': {
|
|
65
|
+
padding: theme.spacing(1),
|
|
66
|
+
fontSize: '1.571rem'
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
'& .SCPrivateMessageThread-new-message-header': {
|
|
70
|
+
position: 'absolute',
|
|
71
|
+
top: 0,
|
|
72
|
+
right: 0,
|
|
73
|
+
display: 'flex',
|
|
74
|
+
width: '100%',
|
|
75
|
+
height: theme.spacing(6.25),
|
|
76
|
+
alignItems: 'center',
|
|
77
|
+
justifyContent: 'center',
|
|
78
|
+
backgroundColor: theme.palette.primary.main,
|
|
79
|
+
'& .SCPrivateMessageThread-new-message-header-content': {
|
|
80
|
+
display: 'flex',
|
|
81
|
+
alignItems: 'center',
|
|
82
|
+
width: '80%',
|
|
83
|
+
maxHeight: theme.spacing(5),
|
|
84
|
+
overflow: 'auto',
|
|
85
|
+
backgroundColor: theme.palette.common.white,
|
|
86
|
+
borderRadius: theme.shape.borderRadius,
|
|
87
|
+
marginRight: theme.spacing(2),
|
|
88
|
+
'& .SCPrivateMessageThread-new-message-header-icon': {
|
|
89
|
+
fontSize: '1.714rem'
|
|
90
|
+
},
|
|
91
|
+
'& .MuiIcon-root': {
|
|
92
|
+
color: theme.palette.secondary.main,
|
|
93
|
+
padding: theme.spacing(1)
|
|
94
|
+
},
|
|
95
|
+
'& .MuiTypography-root': {
|
|
96
|
+
color: theme.palette.secondary.main
|
|
97
|
+
},
|
|
98
|
+
'& .SCPrivateMessageThread-autocomplete': {
|
|
99
|
+
minWidth: theme.spacing(27),
|
|
100
|
+
marginLeft: theme.spacing(1),
|
|
101
|
+
'& .MuiAutocomplete-endAdornment': {
|
|
102
|
+
position: 'relative',
|
|
103
|
+
'& .MuiAutocomplete-clearIndicator': {
|
|
104
|
+
fontSize: '1rem'
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
'& .MuiListSubheader-root': {
|
|
111
|
+
backgroundColor: 'inherit',
|
|
112
|
+
display: 'flex',
|
|
113
|
+
justifyContent: 'center',
|
|
114
|
+
marginBottom: theme.spacing(1),
|
|
115
|
+
'& .SCPrivateMessageThread-subheader': {
|
|
116
|
+
width: 'fit-content',
|
|
117
|
+
padding: theme.spacing(1),
|
|
118
|
+
backgroundColor: 'white',
|
|
119
|
+
fontWeight: theme.typography.fontWeightRegular,
|
|
120
|
+
borderRadius: theme.shape.borderRadius,
|
|
121
|
+
boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)'
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
'& .SCPrivateMessageThreadItem-root': {
|
|
125
|
+
borderRadius: theme.shape.borderRadius,
|
|
126
|
+
paddingTop: `${theme.spacing(2)} !important`,
|
|
127
|
+
paddingBottom: `${theme.spacing(4)} !important`,
|
|
128
|
+
paddingRight: `${theme.spacing(2)} !important`,
|
|
129
|
+
paddingLeft: `${theme.spacing(2)} !important`,
|
|
130
|
+
'& .MuiListItemSecondaryAction-root': {
|
|
131
|
+
right: theme.spacing(0),
|
|
132
|
+
top: theme.spacing(2)
|
|
133
|
+
},
|
|
134
|
+
'& .SCPrivateMessageThreadItem-message-time': {
|
|
135
|
+
position: 'absolute',
|
|
136
|
+
bottom: theme.spacing(0),
|
|
137
|
+
right: theme.spacing(1)
|
|
138
|
+
},
|
|
139
|
+
'& .SCPrivateMessageThreadItem-text': {
|
|
140
|
+
minHeight: theme.spacing(6),
|
|
141
|
+
display: 'flex',
|
|
142
|
+
alignItems: 'center',
|
|
143
|
+
'& .MuiTypography-root': {
|
|
144
|
+
fontSize: '1.143rem'
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
'& .SCPrivateMessageThreadItem-img': {
|
|
148
|
+
display: 'flex',
|
|
149
|
+
alignItems: 'center',
|
|
150
|
+
// maxWidth: 'max-content',
|
|
151
|
+
// maxHeight: 'max-content',
|
|
152
|
+
'& img': {
|
|
153
|
+
width: '100%',
|
|
154
|
+
minHeight: 400,
|
|
155
|
+
[theme.breakpoints.down('md')]: {
|
|
156
|
+
minHeight: 170
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
'& .SCPrivateMessageThreadItem-document': {
|
|
161
|
+
display: 'flex',
|
|
162
|
+
alignItems: 'center'
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
})
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
export default Component;
|
|
169
|
+
//# sourceMappingURL=SCPrivateMessageThread.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThread.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":"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"}
|
|
@@ -2,25 +2,22 @@ declare const Component: {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
4
|
[x: number]: {
|
|
5
|
-
'& .MuiPaper-root, MuiCard-root, SCWidget-root,
|
|
5
|
+
'& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
|
|
6
6
|
border: string;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
color: any;
|
|
10
|
-
'& .MuiFormControl-root, MuiTextField-root': {
|
|
11
|
-
marginTop: string;
|
|
12
|
-
'& .MuiInputBase-root': {
|
|
13
|
-
borderRadius: number;
|
|
14
|
-
};
|
|
7
|
+
'& .SCPrivateMessageThread-root': {
|
|
8
|
+
borderRadius: number;
|
|
15
9
|
};
|
|
16
10
|
};
|
|
17
11
|
};
|
|
12
|
+
maxWidth: any;
|
|
13
|
+
maxHeight: any;
|
|
18
14
|
' .MuiPaper-root, MuiAppBar-root': {
|
|
19
15
|
boxShadow: string;
|
|
16
|
+
borderRadius: number;
|
|
20
17
|
};
|
|
21
|
-
'& .
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
'& .SCPrivateMessageSnippetItem-root, .SCPrivateMessageThreadItem-root': {
|
|
19
|
+
boxShadow: string;
|
|
20
|
+
marginBottom: any;
|
|
24
21
|
};
|
|
25
22
|
};
|
|
26
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessagesTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessagesTemplate.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCPrivateMessagesTemplate.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessagesTemplate.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;CA8BtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,26 +1,32 @@
|
|
|
1
1
|
const Component = {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }) => ({
|
|
4
|
+
maxWidth: theme.breakpoints.values['lg'],
|
|
5
|
+
maxHeight: theme.breakpoints.values['lg'],
|
|
4
6
|
' .MuiPaper-root, MuiAppBar-root': {
|
|
5
|
-
boxShadow: 'none'
|
|
7
|
+
boxShadow: 'none',
|
|
8
|
+
borderRadius: 0
|
|
6
9
|
},
|
|
7
|
-
'& .
|
|
8
|
-
|
|
9
|
-
|
|
10
|
+
'& .SCPrivateMessageSnippetItem-root, .SCPrivateMessageThreadItem-root': {
|
|
11
|
+
boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)',
|
|
12
|
+
marginBottom: theme.spacing(1)
|
|
10
13
|
},
|
|
11
14
|
[theme.breakpoints.down('md')]: {
|
|
12
|
-
'& .MuiPaper-root, MuiCard-root, SCWidget-root,
|
|
13
|
-
border: 'none'
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
color: theme.palette.text.secondary,
|
|
17
|
-
'& .MuiFormControl-root, MuiTextField-root': {
|
|
18
|
-
marginTop: '30px',
|
|
19
|
-
'& .MuiInputBase-root': {
|
|
20
|
-
borderRadius: 0
|
|
21
|
-
}
|
|
15
|
+
'& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
|
|
16
|
+
border: 'none',
|
|
17
|
+
'& .SCPrivateMessageThread-root': {
|
|
18
|
+
borderRadius: 0
|
|
22
19
|
}
|
|
23
20
|
}
|
|
21
|
+
// '& .MuiAppBar-root': {
|
|
22
|
+
// color: theme.palette.text.secondary,
|
|
23
|
+
// '& .MuiFormControl-root, MuiTextField-root': {
|
|
24
|
+
// marginTop: '30px',
|
|
25
|
+
// '& .MuiInputBase-root': {
|
|
26
|
+
// borderRadius: 0
|
|
27
|
+
// }
|
|
28
|
+
// }
|
|
29
|
+
// }
|
|
24
30
|
}
|
|
25
31
|
})
|
|
26
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessagesTemplate.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessagesTemplate.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,
|
|
1
|
+
{"version":3,"file":"SCPrivateMessagesTemplate.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessagesTemplate.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,eAAe,SAAS,CAAC"}
|
|
@@ -1,30 +1,44 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
|
-
'& .SCSnippetNotifications-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
'& .SCSnippetNotifications-item': {
|
|
5
|
+
padding: number;
|
|
6
|
+
marginBottom: any;
|
|
7
|
+
'& .SCNotificationItem-root': {
|
|
8
|
+
backgroundColor: string;
|
|
9
|
+
borderRadius: number;
|
|
10
|
+
'&.SCNotificationItem-snippet': {
|
|
11
|
+
'&:before': {
|
|
12
|
+
borderRadius: any;
|
|
13
|
+
width: any;
|
|
14
|
+
left: number;
|
|
15
|
+
height: string;
|
|
16
|
+
display: string;
|
|
17
|
+
zIndex: string;
|
|
18
|
+
position: string;
|
|
19
|
+
content: string;
|
|
20
|
+
backgroundColor: string;
|
|
21
|
+
};
|
|
22
|
+
'&.SCNotificationItem-new': {
|
|
23
|
+
'&:before': {
|
|
24
|
+
backgroundColor: any;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
'& .SCNotificationItem-header': {
|
|
28
|
+
padding: any;
|
|
12
29
|
};
|
|
13
30
|
};
|
|
14
31
|
};
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
color: any;
|
|
26
|
-
'&:hover': {
|
|
27
|
-
color: string;
|
|
32
|
+
'&.SCSnippetNotifications-broadcast-messages-banner': {
|
|
33
|
+
'& .SCNotificationItem-root.SCNotificationItem-snippet.SCNotificationItem-new': {
|
|
34
|
+
'&:before': {
|
|
35
|
+
backgroundColor: any;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
'& .SCNotificationItem-title a': {
|
|
39
|
+
color: any;
|
|
40
|
+
fontWeight: any;
|
|
41
|
+
};
|
|
28
42
|
};
|
|
29
43
|
};
|
|
30
44
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCSnippetNotifications.d.ts","sourceRoot":"","sources":["../../../src/components/SCSnippetNotifications.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCSnippetNotifications.d.ts","sourceRoot":"","sources":["../../../src/components/SCSnippetNotifications.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2CtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,30 +1,44 @@
|
|
|
1
1
|
const Component = {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }) => ({
|
|
4
|
-
'& .SCSnippetNotifications-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
'& .SCSnippetNotifications-item': {
|
|
5
|
+
padding: 0,
|
|
6
|
+
marginBottom: theme.spacing(),
|
|
7
|
+
'& .SCNotificationItem-root': {
|
|
8
|
+
backgroundColor: 'transparent',
|
|
9
|
+
borderRadius: 0,
|
|
10
|
+
'&.SCNotificationItem-snippet': {
|
|
11
|
+
'&:before': {
|
|
12
|
+
borderRadius: theme.shape.borderRadius,
|
|
13
|
+
width: theme.spacing(0.6),
|
|
14
|
+
left: 1,
|
|
15
|
+
height: '100%',
|
|
16
|
+
display: 'block',
|
|
17
|
+
zIndex: '20',
|
|
18
|
+
position: 'absolute',
|
|
19
|
+
content: '" "',
|
|
20
|
+
backgroundColor: 'rgba(84, 110, 122, 0.3)'
|
|
21
|
+
},
|
|
22
|
+
'&.SCNotificationItem-new': {
|
|
23
|
+
'&:before': {
|
|
24
|
+
backgroundColor: theme.palette.primary.main
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
'& .SCNotificationItem-header': {
|
|
28
|
+
padding: theme.spacing(1, 2)
|
|
12
29
|
}
|
|
13
30
|
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
color: theme.palette.primary.main,
|
|
26
|
-
'&:hover': {
|
|
27
|
-
color: '#FFF !important'
|
|
31
|
+
},
|
|
32
|
+
'&.SCSnippetNotifications-broadcast-messages-banner': {
|
|
33
|
+
'& .SCNotificationItem-root.SCNotificationItem-snippet.SCNotificationItem-new': {
|
|
34
|
+
'&:before': {
|
|
35
|
+
backgroundColor: theme.palette.secondary.main
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
'& .SCNotificationItem-title a': {
|
|
39
|
+
color: theme.palette.secondary.main,
|
|
40
|
+
fontWeight: theme.typography.fontWeightBold
|
|
41
|
+
}
|
|
28
42
|
}
|
|
29
43
|
}
|
|
30
44
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCSnippetNotifications.js","sourceRoot":"","sources":["../../../src/components/SCSnippetNotifications.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,
|
|
1
|
+
{"version":3,"file":"SCSnippetNotifications.js","sourceRoot":"","sources":["../../../src/components/SCSnippetNotifications.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,gCAAgC,EAAE;gBAChC,OAAO,EAAE,CAAC;gBACV,YAAY,EAAE,KAAK,CAAC,OAAO,EAAE;gBAC7B,4BAA4B,EAAE;oBAC5B,eAAe,EAAE,aAAa;oBAC9B,YAAY,EAAE,CAAC;oBACf,8BAA8B,EAAE;wBAC9B,UAAU,EAAE;4BACV,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;4BACtC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;4BACzB,IAAI,EAAE,CAAC;4BACP,MAAM,EAAE,MAAM;4BACd,OAAO,EAAE,OAAO;4BAChB,MAAM,EAAE,IAAI;4BACZ,QAAQ,EAAE,UAAU;4BACpB,OAAO,EAAE,KAAK;4BACd,eAAe,EAAE,yBAAyB;yBAC3C;wBACD,0BAA0B,EAAE;4BAC1B,UAAU,EAAE;gCACV,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;6BAC5C;yBACF;wBACD,8BAA8B,EAAE;4BAC9B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;yBAC7B;qBACF;iBACF;gBACD,oDAAoD,EAAE;oBACpD,8EAA8E,EAAE;wBAC9E,UAAU,EAAE;4BACV,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;yBAC9C;qBACF;oBACD,+BAA+B,EAAE;wBAC/B,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI;wBACnC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;qBAC5C;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
margin: number;
|
|
5
|
+
padding: number;
|
|
6
|
+
'& .SCSnippetNotificationsSkeleton-item': {
|
|
7
|
+
padding: number;
|
|
8
|
+
marginBottom: any;
|
|
9
|
+
'& .SCNotificationItem-root': {
|
|
10
|
+
backgroundColor: string;
|
|
11
|
+
borderRadius: number;
|
|
12
|
+
'&.SCNotificationItem-snippet': {
|
|
13
|
+
'&:before': {
|
|
14
|
+
borderRadius: any;
|
|
15
|
+
width: any;
|
|
16
|
+
left: number;
|
|
17
|
+
height: string;
|
|
18
|
+
display: string;
|
|
19
|
+
zIndex: string;
|
|
20
|
+
position: string;
|
|
21
|
+
content: string;
|
|
22
|
+
backgroundColor: string;
|
|
23
|
+
};
|
|
24
|
+
'&.SCNotificationItem-new': {
|
|
25
|
+
'&:before': {
|
|
26
|
+
backgroundColor: any;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
'& .SCNotificationItem-header': {
|
|
30
|
+
padding: any;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
export default Component;
|
|
39
|
+
//# sourceMappingURL=SCSnippetNotificationsSkeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCSnippetNotificationsSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/SCSnippetNotificationsSkeleton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
margin: 0,
|
|
5
|
+
padding: 0,
|
|
6
|
+
'& .SCSnippetNotificationsSkeleton-item': {
|
|
7
|
+
padding: 0,
|
|
8
|
+
marginBottom: theme.spacing(),
|
|
9
|
+
'& .SCNotificationItem-root': {
|
|
10
|
+
backgroundColor: 'transparent',
|
|
11
|
+
borderRadius: 0,
|
|
12
|
+
'&.SCNotificationItem-snippet': {
|
|
13
|
+
'&:before': {
|
|
14
|
+
borderRadius: theme.shape.borderRadius,
|
|
15
|
+
width: theme.spacing(0.6),
|
|
16
|
+
left: 1,
|
|
17
|
+
height: '100%',
|
|
18
|
+
display: 'block',
|
|
19
|
+
zIndex: '20',
|
|
20
|
+
position: 'absolute',
|
|
21
|
+
content: '" "',
|
|
22
|
+
backgroundColor: 'rgba(84, 110, 122, 0.3)'
|
|
23
|
+
},
|
|
24
|
+
'&.SCNotificationItem-new': {
|
|
25
|
+
'&:before': {
|
|
26
|
+
backgroundColor: theme.palette.primary.main
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
'& .SCNotificationItem-header': {
|
|
30
|
+
padding: theme.spacing(1, 2)
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
})
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
export default Component;
|
|
39
|
+
//# sourceMappingURL=SCSnippetNotificationsSkeleton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCSnippetNotificationsSkeleton.js","sourceRoot":"","sources":["../../../src/components/SCSnippetNotificationsSkeleton.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,MAAM,EAAE,CAAC;YACT,OAAO,EAAE,CAAC;YACV,wCAAwC,EAAE;gBACxC,OAAO,EAAE,CAAC;gBACV,YAAY,EAAE,KAAK,CAAC,OAAO,EAAE;gBAC7B,4BAA4B,EAAE;oBAC5B,eAAe,EAAE,aAAa;oBAC9B,YAAY,EAAE,CAAC;oBACf,8BAA8B,EAAE;wBAC9B,UAAU,EAAE;4BACV,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;4BACtC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;4BACzB,IAAI,EAAE,CAAC;4BACP,MAAM,EAAE,MAAM;4BACd,OAAO,EAAE,OAAO;4BAChB,MAAM,EAAE,IAAI;4BACZ,QAAQ,EAAE,UAAU;4BACpB,OAAO,EAAE,KAAK;4BACd,eAAe,EAAE,yBAAyB;yBAC3C;wBACD,0BAA0B,EAAE;4BAC1B,UAAU,EAAE;gCACV,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;6BAC5C;yBACF;wBACD,8BAA8B,EAAE;4BAC9B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;yBAC7B;qBACF;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
package/lib/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAwErC;;GAEG;AAEH,QAAA,MAAM,KAAK,sCA8HT,CAAC;AAEH,eAAe,KAAK,CAAC"}
|
package/lib/esm/index.js
CHANGED
|
@@ -38,7 +38,6 @@ import SCFeedObjectSkeleton from './components/SCFeedObjectSkeleton';
|
|
|
38
38
|
import SCFeedSkeleton from './components/SCFeedSkeleton';
|
|
39
39
|
import MuiContainer from './components/MuiContainer';
|
|
40
40
|
import SCLoyaltyProgramDetail from './components/SCLoyaltyProgramDetail';
|
|
41
|
-
import SCMobileHeader from './components/SCMobileHeader';
|
|
42
41
|
import SCPrivateMessagesTemplate from './components/SCPrivateMessagesTemplate';
|
|
43
42
|
import MuiDialog from './components/MuiDialog';
|
|
44
43
|
import SCCategories from './components/SCCategories';
|
|
@@ -62,6 +61,15 @@ import SCSearchAutocomplete from './components/SCSearchAutocomplete';
|
|
|
62
61
|
import SCNavigationToolbarMobile from './components/SCNavigationToolbarMobile';
|
|
63
62
|
import SCBottomNavigation from './components/SCBottomNavigation';
|
|
64
63
|
import MuiAppBar from './components/MuiAppBar';
|
|
64
|
+
import SCPrivateMessageSnippetItem from './components/SCPrivateMessageSnippetItem';
|
|
65
|
+
import SCPrivateMessageThread from './components/SCPrivateMessageThread';
|
|
66
|
+
import SCPrivateMessageSnippets from './components/SCPrivateMessageSnippets';
|
|
67
|
+
import SCPrivateMessageEditor from './components/SCPrivateMessageEditor';
|
|
68
|
+
import SCNotificationsMenu from './components/SCNotificationsMenu';
|
|
69
|
+
import SCNotificationItem from './components/SCNotificationItem';
|
|
70
|
+
import SCNotification from './components/SCNotification';
|
|
71
|
+
import SCContributionNotification from './components/SCContributionNotification';
|
|
72
|
+
import SCSnippetNotificationsSkeleton from './components/SCSnippetNotificationsSkeleton';
|
|
65
73
|
/**
|
|
66
74
|
* Style fragments - Imports - End
|
|
67
75
|
*/
|
|
@@ -120,54 +128,62 @@ const theme = createTheme({
|
|
|
120
128
|
MuiIconButton,
|
|
121
129
|
MuiOutlinedInput,
|
|
122
130
|
MuiSelect,
|
|
123
|
-
SCNavigationToolbar,
|
|
124
|
-
SCNavigationToolbarMobile,
|
|
125
|
-
SCBottomNavigation,
|
|
126
|
-
SCSearchAutocomplete,
|
|
127
|
-
SCWidget,
|
|
128
131
|
SCBaseDialog,
|
|
129
132
|
SCBaseItem,
|
|
130
133
|
SCBaseItemButton,
|
|
131
|
-
|
|
132
|
-
|
|
134
|
+
SCBottomNavigation,
|
|
135
|
+
SCBroadcastMessages,
|
|
136
|
+
SCCategories,
|
|
133
137
|
SCCategoriesSkeleton,
|
|
134
|
-
|
|
138
|
+
SCCategory,
|
|
135
139
|
SCCategoryFeedTemplate,
|
|
136
140
|
SCCategoryHeader,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
SCInlineComposer,
|
|
140
|
-
SCLoyaltyProgram,
|
|
141
|
-
SCLoyaltyProgramDetail,
|
|
142
|
-
SCEditor,
|
|
141
|
+
SCCategoryTemplate,
|
|
142
|
+
SCCategoryTemplateSkeleton,
|
|
143
143
|
SCChoices,
|
|
144
|
-
SCCommentsObject,
|
|
145
144
|
SCCommentObject,
|
|
146
145
|
SCCommentObjectSkeleton,
|
|
147
146
|
SCCommentsFeedObject,
|
|
147
|
+
SCCommentsObject,
|
|
148
148
|
SCComposer,
|
|
149
149
|
SCComposerCategories,
|
|
150
150
|
SCComposerPoll,
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
SCContributionNotification,
|
|
152
|
+
SCContributorsFeedObject,
|
|
153
153
|
SCCustomSnackMessage,
|
|
154
|
-
|
|
154
|
+
SCDateTimeAgo,
|
|
155
|
+
SCEditor,
|
|
156
|
+
SCFeed,
|
|
155
157
|
SCFeedObject,
|
|
156
|
-
SCFeedObjectSkeleton,
|
|
157
158
|
SCFeedObjectDetailTemplate,
|
|
158
159
|
SCFeedObjectDetailTemplateSkeleton,
|
|
160
|
+
SCFeedObjectSkeleton,
|
|
159
161
|
SCFeedRelevantActivities,
|
|
160
|
-
SCFeed,
|
|
161
162
|
SCFeedSkeleton,
|
|
163
|
+
SCInlineComposer,
|
|
164
|
+
SCLoyaltyProgram,
|
|
165
|
+
SCLoyaltyProgramDetail,
|
|
166
|
+
SCNavigationToolbar,
|
|
167
|
+
SCNavigationToolbarMobile,
|
|
168
|
+
SCNotification,
|
|
169
|
+
SCNotificationItem,
|
|
170
|
+
SCNotificationsMenu,
|
|
162
171
|
SCPollObject,
|
|
163
172
|
SCPreviewMediaDocument,
|
|
173
|
+
SCPrivateMessagesTemplate,
|
|
174
|
+
SCScrollContainer,
|
|
175
|
+
SCSearchAutocomplete,
|
|
176
|
+
SCSnippetNotifications,
|
|
177
|
+
SCSnippetNotificationsSkeleton,
|
|
164
178
|
SCUser,
|
|
165
179
|
SCUserNotification,
|
|
166
|
-
SCUserProfileTemplate,
|
|
167
180
|
SCUserProfileHeader,
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
181
|
+
SCUserProfileTemplate,
|
|
182
|
+
SCWidget,
|
|
183
|
+
SCPrivateMessageSnippetItem,
|
|
184
|
+
SCPrivateMessageSnippets,
|
|
185
|
+
SCPrivateMessageThread,
|
|
186
|
+
SCPrivateMessageEditor
|
|
171
187
|
},
|
|
172
188
|
selfcommunity: {
|
|
173
189
|
user: {
|