@selfcommunity/react-theme-default 0.1.0-alpha.25 → 0.1.0-alpha.26
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/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 +33 -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/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 +33 -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,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;AAoErC;;GAEG;AAEH,QAAA,MAAM,KAAK,sCA0HT,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,11 @@ 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 SCNotificationsMenu from './components/SCNotificationsMenu';
|
|
65
|
+
import SCNotificationItem from './components/SCNotificationItem';
|
|
66
|
+
import SCNotification from './components/SCNotification';
|
|
67
|
+
import SCContributionNotification from './components/SCContributionNotification';
|
|
68
|
+
import SCSnippetNotificationsSkeleton from './components/SCSnippetNotificationsSkeleton';
|
|
65
69
|
/**
|
|
66
70
|
* Style fragments - Imports - End
|
|
67
71
|
*/
|
|
@@ -120,54 +124,58 @@ const theme = createTheme({
|
|
|
120
124
|
MuiIconButton,
|
|
121
125
|
MuiOutlinedInput,
|
|
122
126
|
MuiSelect,
|
|
123
|
-
SCNavigationToolbar,
|
|
124
|
-
SCNavigationToolbarMobile,
|
|
125
|
-
SCBottomNavigation,
|
|
126
|
-
SCSearchAutocomplete,
|
|
127
|
-
SCWidget,
|
|
128
127
|
SCBaseDialog,
|
|
129
128
|
SCBaseItem,
|
|
130
129
|
SCBaseItemButton,
|
|
131
|
-
|
|
132
|
-
|
|
130
|
+
SCBottomNavigation,
|
|
131
|
+
SCBroadcastMessages,
|
|
132
|
+
SCCategories,
|
|
133
133
|
SCCategoriesSkeleton,
|
|
134
|
-
|
|
134
|
+
SCCategory,
|
|
135
135
|
SCCategoryFeedTemplate,
|
|
136
136
|
SCCategoryHeader,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
SCInlineComposer,
|
|
140
|
-
SCLoyaltyProgram,
|
|
141
|
-
SCLoyaltyProgramDetail,
|
|
142
|
-
SCEditor,
|
|
137
|
+
SCCategoryTemplate,
|
|
138
|
+
SCCategoryTemplateSkeleton,
|
|
143
139
|
SCChoices,
|
|
144
|
-
SCCommentsObject,
|
|
145
140
|
SCCommentObject,
|
|
146
141
|
SCCommentObjectSkeleton,
|
|
147
142
|
SCCommentsFeedObject,
|
|
143
|
+
SCCommentsObject,
|
|
148
144
|
SCComposer,
|
|
149
145
|
SCComposerCategories,
|
|
150
146
|
SCComposerPoll,
|
|
151
|
-
|
|
152
|
-
|
|
147
|
+
SCContributionNotification,
|
|
148
|
+
SCContributorsFeedObject,
|
|
153
149
|
SCCustomSnackMessage,
|
|
154
|
-
|
|
150
|
+
SCDateTimeAgo,
|
|
151
|
+
SCEditor,
|
|
152
|
+
SCFeed,
|
|
155
153
|
SCFeedObject,
|
|
156
|
-
SCFeedObjectSkeleton,
|
|
157
154
|
SCFeedObjectDetailTemplate,
|
|
158
155
|
SCFeedObjectDetailTemplateSkeleton,
|
|
156
|
+
SCFeedObjectSkeleton,
|
|
159
157
|
SCFeedRelevantActivities,
|
|
160
|
-
SCFeed,
|
|
161
158
|
SCFeedSkeleton,
|
|
159
|
+
SCInlineComposer,
|
|
160
|
+
SCLoyaltyProgram,
|
|
161
|
+
SCLoyaltyProgramDetail,
|
|
162
|
+
SCNavigationToolbar,
|
|
163
|
+
SCNavigationToolbarMobile,
|
|
164
|
+
SCNotification,
|
|
165
|
+
SCNotificationItem,
|
|
166
|
+
SCNotificationsMenu,
|
|
162
167
|
SCPollObject,
|
|
163
168
|
SCPreviewMediaDocument,
|
|
169
|
+
SCPrivateMessagesTemplate,
|
|
170
|
+
SCScrollContainer,
|
|
171
|
+
SCSearchAutocomplete,
|
|
172
|
+
SCSnippetNotifications,
|
|
173
|
+
SCSnippetNotificationsSkeleton,
|
|
164
174
|
SCUser,
|
|
165
175
|
SCUserNotification,
|
|
166
|
-
SCUserProfileTemplate,
|
|
167
176
|
SCUserProfileHeader,
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
SCCategories
|
|
177
|
+
SCUserProfileTemplate,
|
|
178
|
+
SCWidget
|
|
171
179
|
},
|
|
172
180
|
selfcommunity: {
|
|
173
181
|
user: {
|
package/lib/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|