@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
|
@@ -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"}
|
|
@@ -3,30 +3,44 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const Component = {
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
|
-
'& .SCSnippetNotifications-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
6
|
+
'& .SCSnippetNotifications-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)
|
|
14
31
|
}
|
|
15
32
|
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
color: theme.palette.primary.main,
|
|
28
|
-
'&:hover': {
|
|
29
|
-
color: '#FFF !important'
|
|
33
|
+
},
|
|
34
|
+
'&.SCSnippetNotifications-broadcast-messages-banner': {
|
|
35
|
+
'& .SCNotificationItem-root.SCNotificationItem-snippet.SCNotificationItem-new': {
|
|
36
|
+
'&:before': {
|
|
37
|
+
backgroundColor: theme.palette.secondary.main
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
'& .SCNotificationItem-title a': {
|
|
41
|
+
color: theme.palette.secondary.main,
|
|
42
|
+
fontWeight: theme.typography.fontWeightBold
|
|
43
|
+
}
|
|
30
44
|
}
|
|
31
45
|
}
|
|
32
46
|
})
|
|
@@ -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,kBAAe,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,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
margin: 0,
|
|
7
|
+
padding: 0,
|
|
8
|
+
'& .SCSnippetNotificationsSkeleton-item': {
|
|
9
|
+
padding: 0,
|
|
10
|
+
marginBottom: theme.spacing(),
|
|
11
|
+
'& .SCNotificationItem-root': {
|
|
12
|
+
backgroundColor: 'transparent',
|
|
13
|
+
borderRadius: 0,
|
|
14
|
+
'&.SCNotificationItem-snippet': {
|
|
15
|
+
'&:before': {
|
|
16
|
+
borderRadius: theme.shape.borderRadius,
|
|
17
|
+
width: theme.spacing(0.6),
|
|
18
|
+
left: 1,
|
|
19
|
+
height: '100%',
|
|
20
|
+
display: 'block',
|
|
21
|
+
zIndex: '20',
|
|
22
|
+
position: 'absolute',
|
|
23
|
+
content: '" "',
|
|
24
|
+
backgroundColor: 'rgba(84, 110, 122, 0.3)'
|
|
25
|
+
},
|
|
26
|
+
'&.SCNotificationItem-new': {
|
|
27
|
+
'&:before': {
|
|
28
|
+
backgroundColor: theme.palette.primary.main
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
'& .SCNotificationItem-header': {
|
|
32
|
+
padding: theme.spacing(1, 2)
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
})
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
exports.default = Component;
|
|
41
|
+
//# 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,kBAAe,SAAS,CAAC"}
|
package/lib/cjs/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/cjs/index.js
CHANGED
|
@@ -43,7 +43,6 @@ const SCFeedObjectSkeleton_1 = __importDefault(require("./components/SCFeedObjec
|
|
|
43
43
|
const SCFeedSkeleton_1 = __importDefault(require("./components/SCFeedSkeleton"));
|
|
44
44
|
const MuiContainer_1 = __importDefault(require("./components/MuiContainer"));
|
|
45
45
|
const SCLoyaltyProgramDetail_1 = __importDefault(require("./components/SCLoyaltyProgramDetail"));
|
|
46
|
-
const SCMobileHeader_1 = __importDefault(require("./components/SCMobileHeader"));
|
|
47
46
|
const SCPrivateMessagesTemplate_1 = __importDefault(require("./components/SCPrivateMessagesTemplate"));
|
|
48
47
|
const MuiDialog_1 = __importDefault(require("./components/MuiDialog"));
|
|
49
48
|
const SCCategories_1 = __importDefault(require("./components/SCCategories"));
|
|
@@ -67,6 +66,15 @@ const SCSearchAutocomplete_1 = __importDefault(require("./components/SCSearchAut
|
|
|
67
66
|
const SCNavigationToolbarMobile_1 = __importDefault(require("./components/SCNavigationToolbarMobile"));
|
|
68
67
|
const SCBottomNavigation_1 = __importDefault(require("./components/SCBottomNavigation"));
|
|
69
68
|
const MuiAppBar_1 = __importDefault(require("./components/MuiAppBar"));
|
|
69
|
+
const SCPrivateMessageSnippetItem_1 = __importDefault(require("./components/SCPrivateMessageSnippetItem"));
|
|
70
|
+
const SCPrivateMessageThread_1 = __importDefault(require("./components/SCPrivateMessageThread"));
|
|
71
|
+
const SCPrivateMessageSnippets_1 = __importDefault(require("./components/SCPrivateMessageSnippets"));
|
|
72
|
+
const SCPrivateMessageEditor_1 = __importDefault(require("./components/SCPrivateMessageEditor"));
|
|
73
|
+
const SCNotificationsMenu_1 = __importDefault(require("./components/SCNotificationsMenu"));
|
|
74
|
+
const SCNotificationItem_1 = __importDefault(require("./components/SCNotificationItem"));
|
|
75
|
+
const SCNotification_1 = __importDefault(require("./components/SCNotification"));
|
|
76
|
+
const SCContributionNotification_1 = __importDefault(require("./components/SCContributionNotification"));
|
|
77
|
+
const SCSnippetNotificationsSkeleton_1 = __importDefault(require("./components/SCSnippetNotificationsSkeleton"));
|
|
70
78
|
/**
|
|
71
79
|
* Style fragments - Imports - End
|
|
72
80
|
*/
|
|
@@ -125,54 +133,62 @@ const theme = (0, styles_1.createTheme)({
|
|
|
125
133
|
MuiIconButton: MuiIconButton_1.default,
|
|
126
134
|
MuiOutlinedInput: MuiOutlinedInput_1.default,
|
|
127
135
|
MuiSelect: MuiSelect_1.default,
|
|
128
|
-
SCNavigationToolbar: SCNavigationToolbar_1.default,
|
|
129
|
-
SCNavigationToolbarMobile: SCNavigationToolbarMobile_1.default,
|
|
130
|
-
SCBottomNavigation: SCBottomNavigation_1.default,
|
|
131
|
-
SCSearchAutocomplete: SCSearchAutocomplete_1.default,
|
|
132
|
-
SCWidget: SCWidget_1.default,
|
|
133
136
|
SCBaseDialog: SCBaseDialog_1.default,
|
|
134
137
|
SCBaseItem: SCBaseItem_1.default,
|
|
135
138
|
SCBaseItemButton: SCBaseItemButton_1.default,
|
|
136
|
-
|
|
137
|
-
|
|
139
|
+
SCBottomNavigation: SCBottomNavigation_1.default,
|
|
140
|
+
SCBroadcastMessages: SCBroadcastMessages_1.default,
|
|
141
|
+
SCCategories: SCCategories_1.default,
|
|
138
142
|
SCCategoriesSkeleton: SCCategoriesSkeleton_1.default,
|
|
139
|
-
|
|
143
|
+
SCCategory: SCCategory_1.default,
|
|
140
144
|
SCCategoryFeedTemplate: SCCategoryFeedTemplate_1.default,
|
|
141
145
|
SCCategoryHeader: SCCategoryHeader_1.default,
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
SCInlineComposer: SCInlineComposer_1.default,
|
|
145
|
-
SCLoyaltyProgram: SCLoyaltyProgram_1.default,
|
|
146
|
-
SCLoyaltyProgramDetail: SCLoyaltyProgramDetail_1.default,
|
|
147
|
-
SCEditor: SCEditor_1.default,
|
|
146
|
+
SCCategoryTemplate: SCCategoryTemplate_1.default,
|
|
147
|
+
SCCategoryTemplateSkeleton: SCCategoryTemplateSkeleton_1.default,
|
|
148
148
|
SCChoices: SCChoices_1.default,
|
|
149
|
-
SCCommentsObject: SCCommentsObject_1.default,
|
|
150
149
|
SCCommentObject: SCCommentObject_1.default,
|
|
151
150
|
SCCommentObjectSkeleton: SCCommentObjectSkeleton_1.default,
|
|
152
151
|
SCCommentsFeedObject: SCCommentsFeedObject_1.default,
|
|
152
|
+
SCCommentsObject: SCCommentsObject_1.default,
|
|
153
153
|
SCComposer: SCComposer_1.default,
|
|
154
154
|
SCComposerCategories: SCComposerCategories_1.default,
|
|
155
155
|
SCComposerPoll: SCComposerPoll_1.default,
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
SCContributionNotification: SCContributionNotification_1.default,
|
|
157
|
+
SCContributorsFeedObject: SCContributorsFeedObject_1.default,
|
|
158
158
|
SCCustomSnackMessage: SCCustomSnackMessage_1.default,
|
|
159
|
-
|
|
159
|
+
SCDateTimeAgo: SCDateTimeAgo_1.default,
|
|
160
|
+
SCEditor: SCEditor_1.default,
|
|
161
|
+
SCFeed: SCFeed_1.default,
|
|
160
162
|
SCFeedObject: SCFeedObject_1.default,
|
|
161
|
-
SCFeedObjectSkeleton: SCFeedObjectSkeleton_1.default,
|
|
162
163
|
SCFeedObjectDetailTemplate: SCFeedObjectDetailTemplate_1.default,
|
|
163
164
|
SCFeedObjectDetailTemplateSkeleton: SCFeedObjectDetailTemplateSkeleton_1.default,
|
|
165
|
+
SCFeedObjectSkeleton: SCFeedObjectSkeleton_1.default,
|
|
164
166
|
SCFeedRelevantActivities: SCFeedRelevantActivities_1.default,
|
|
165
|
-
SCFeed: SCFeed_1.default,
|
|
166
167
|
SCFeedSkeleton: SCFeedSkeleton_1.default,
|
|
168
|
+
SCInlineComposer: SCInlineComposer_1.default,
|
|
169
|
+
SCLoyaltyProgram: SCLoyaltyProgram_1.default,
|
|
170
|
+
SCLoyaltyProgramDetail: SCLoyaltyProgramDetail_1.default,
|
|
171
|
+
SCNavigationToolbar: SCNavigationToolbar_1.default,
|
|
172
|
+
SCNavigationToolbarMobile: SCNavigationToolbarMobile_1.default,
|
|
173
|
+
SCNotification: SCNotification_1.default,
|
|
174
|
+
SCNotificationItem: SCNotificationItem_1.default,
|
|
175
|
+
SCNotificationsMenu: SCNotificationsMenu_1.default,
|
|
167
176
|
SCPollObject: SCPollObject_1.default,
|
|
168
177
|
SCPreviewMediaDocument: SCPreviewMediaDocument_1.default,
|
|
178
|
+
SCPrivateMessagesTemplate: SCPrivateMessagesTemplate_1.default,
|
|
179
|
+
SCScrollContainer: SCScrollContainer_1.default,
|
|
180
|
+
SCSearchAutocomplete: SCSearchAutocomplete_1.default,
|
|
181
|
+
SCSnippetNotifications: SCSnippetNotifications_1.default,
|
|
182
|
+
SCSnippetNotificationsSkeleton: SCSnippetNotificationsSkeleton_1.default,
|
|
169
183
|
SCUser: SCUser_1.default,
|
|
170
184
|
SCUserNotification: SCUserNotification_1.default,
|
|
171
|
-
SCUserProfileTemplate: SCUserProfileTemplate_1.default,
|
|
172
185
|
SCUserProfileHeader: SCUserProfileHeader_1.default,
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
186
|
+
SCUserProfileTemplate: SCUserProfileTemplate_1.default,
|
|
187
|
+
SCWidget: SCWidget_1.default,
|
|
188
|
+
SCPrivateMessageSnippetItem: SCPrivateMessageSnippetItem_1.default,
|
|
189
|
+
SCPrivateMessageSnippets: SCPrivateMessageSnippets_1.default,
|
|
190
|
+
SCPrivateMessageThread: SCPrivateMessageThread_1.default,
|
|
191
|
+
SCPrivateMessageEditor: SCPrivateMessageEditor_1.default
|
|
176
192
|
},
|
|
177
193
|
selfcommunity: {
|
|
178
194
|
user: {
|
package/lib/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
|
|
5
|
+
marginTop: any;
|
|
6
|
+
'& .SCDateTimeAgo-root': {
|
|
7
|
+
marginTop: number;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default Component;
|
|
14
|
+
//# sourceMappingURL=SCContributionNotification.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCContributionNotification.d.ts","sourceRoot":"","sources":["../../../src/components/SCContributionNotification.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;CAStB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
'& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
|
|
5
|
+
marginTop: theme.spacing(1),
|
|
6
|
+
'& .SCDateTimeAgo-root': {
|
|
7
|
+
marginTop: 0
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
})
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
export default Component;
|
|
14
|
+
//# sourceMappingURL=SCContributionNotification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCContributionNotification.js","sourceRoot":"","sources":["../../../src/components/SCContributionNotification.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,qFAAqF,EAAE;gBACrF,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC3B,uBAAuB,EAAE;oBACvB,SAAS,EAAE,CAAC;iBACb;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -2,10 +2,11 @@ declare const Component: {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
4
|
'& .SCCustomSnackMessage-card': {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
width: string;
|
|
6
|
+
'& .SCCustomSnackMessage-content': {
|
|
7
|
+
position: string;
|
|
8
|
+
padding: any;
|
|
9
|
+
};
|
|
9
10
|
};
|
|
10
11
|
};
|
|
11
12
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCCustomSnackMessage.d.ts","sourceRoot":"","sources":["../../../src/components/SCCustomSnackMessage.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCCustomSnackMessage.d.ts","sourceRoot":"","sources":["../../../src/components/SCCustomSnackMessage.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;CAUtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -2,10 +2,11 @@ const Component = {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }) => ({
|
|
4
4
|
'& .SCCustomSnackMessage-card': {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
width: '100%',
|
|
6
|
+
'& .SCCustomSnackMessage-content': {
|
|
7
|
+
position: 'relative',
|
|
8
|
+
padding: theme.spacing(2, 4, 2, 2)
|
|
9
|
+
}
|
|
9
10
|
}
|
|
10
11
|
})
|
|
11
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCCustomSnackMessage.js","sourceRoot":"","sources":["../../../src/components/SCCustomSnackMessage.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,
|
|
1
|
+
{"version":3,"file":"SCCustomSnackMessage.js","sourceRoot":"","sources":["../../../src/components/SCCustomSnackMessage.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,KAAK,EAAE,MAAM;gBACb,iCAAiC,EAAE;oBACjC,QAAQ,EAAE,UAAU;oBACpB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;iBACnC;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCFeed.d.ts","sourceRoot":"","sources":["../../../src/components/SCFeed.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCFeed.d.ts","sourceRoot":"","sources":["../../../src/components/SCFeed.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCFeed.js","sourceRoot":"","sources":["../../../src/components/SCFeed.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,gBAAgB,EAAE;gBAChB,OAAO,EAAE,CAAC;gBACV,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC5B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;iBAC7B;gBACD,cAAc,EAAE;oBACd,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAChC;aACF;YACD,iBAAiB,EAAE;gBACjB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,CAAC;gBAC/B,wBAAwB,EAAE;oBACxB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;YACD,eAAe,EAAE;gBACf,OAAO,EAAE,CAAC;gBACV,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,SAAS,EAAE;oBACT,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC1B;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"SCFeed.js","sourceRoot":"","sources":["../../../src/components/SCFeed.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,gBAAgB,EAAE;gBAChB,OAAO,EAAE,CAAC;gBACV,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC5B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;iBAC7B;gBACD,cAAc,EAAE;oBACd,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAChC;gBACD,4BAA4B,EAAE;oBAC5B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;YACD,iBAAiB,EAAE;gBACjB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,CAAC;gBAC/B,wBAAwB,EAAE;oBACxB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC/B;aACF;YACD,eAAe,EAAE;gBACf,OAAO,EAAE,CAAC;gBACV,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC9B,SAAS,EAAE;oBACT,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;iBAC1B;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,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,45 @@
|
|
|
1
|
+
import { alpha } from '@mui/system';
|
|
2
|
+
const Component = {
|
|
3
|
+
styleOverrides: {
|
|
4
|
+
root: ({ theme }) => ({
|
|
5
|
+
'& .SCNotification-header': {
|
|
6
|
+
padding: theme.spacing(2, 2, 0, 2),
|
|
7
|
+
'& .SCNotification-avatar': {
|
|
8
|
+
width: theme.selfcommunity.user.avatar.sizeMedium,
|
|
9
|
+
height: theme.selfcommunity.user.avatar.sizeMedium
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
'& .SCNotification-content': {
|
|
13
|
+
padding: 0,
|
|
14
|
+
'& .SCNotification-uncollapsed': {
|
|
15
|
+
padding: theme.spacing(2, 2, 1, 2),
|
|
16
|
+
'& > *': {
|
|
17
|
+
marginBottom: theme.spacing()
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
'& .SCNotification-show-other-aggregated': {
|
|
21
|
+
backgroundColor: alpha(theme.palette.primary.main, theme.palette.action.hoverOpacity)
|
|
22
|
+
},
|
|
23
|
+
'& .SCNotification-collapsed': {
|
|
24
|
+
padding: theme.spacing(2),
|
|
25
|
+
'& .MuiCollapse-wrapperInner > *': {
|
|
26
|
+
marginBottom: theme.spacing()
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
'& .SCNotificationItem-detail': {
|
|
30
|
+
borderRadius: 0
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
'& a': {
|
|
34
|
+
textDecoration: 'none',
|
|
35
|
+
color: theme.palette.text.primary,
|
|
36
|
+
'&:hover, &:active': {
|
|
37
|
+
color: theme.palette.text.primary,
|
|
38
|
+
textDecoration: 'underline'
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
})
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
export default Component;
|
|
45
|
+
//# sourceMappingURL=SCNotification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCNotification.js","sourceRoot":"","sources":["../../../src/components/SCNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,aAAa,CAAC;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,KAAK,CAAC,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,eAAe,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"}
|