@selfcommunity/react-theme-default 0.1.0-alpha.108 → 0.1.0-alpha.109
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/SCCommentObjectReply.d.ts +26 -0
- package/lib/cjs/components/SCCommentObjectReply.d.ts.map +1 -0
- package/lib/cjs/components/SCCommentObjectReply.js +28 -0
- package/lib/cjs/components/SCCommentObjectReply.js.map +1 -0
- package/lib/cjs/components/SCCommentsFeedObject.d.ts +2 -2
- package/lib/cjs/components/SCCommentsFeedObject.js +2 -2
- package/lib/cjs/components/SCFeedObject.d.ts +4 -4
- package/lib/cjs/components/SCFeedObject.js +4 -4
- package/lib/cjs/components/SCFooter.d.ts +19 -0
- package/lib/cjs/components/SCFooter.d.ts.map +1 -0
- package/lib/cjs/components/SCFooter.js +21 -0
- package/lib/cjs/components/SCFooter.js.map +1 -0
- package/lib/cjs/components/{SCInlineComposer.d.ts → SCInlineComposerWidget.d.ts} +5 -5
- package/lib/cjs/components/SCInlineComposerWidget.d.ts.map +1 -0
- package/lib/cjs/components/{SCInlineComposer.js → SCInlineComposerWidget.js} +5 -5
- package/lib/cjs/components/SCInlineComposerWidget.js.map +1 -0
- package/lib/cjs/components/SCNavigationSettingsIconButton.d.ts +3 -0
- package/lib/cjs/components/SCNavigationSettingsIconButton.d.ts.map +1 -1
- package/lib/cjs/components/SCNavigationSettingsIconButton.js +4 -1
- package/lib/cjs/components/SCNavigationSettingsIconButton.js.map +1 -1
- package/lib/cjs/index.d.ts +50 -28
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +6 -4
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/components/SCCommentObjectReply.d.ts +26 -0
- package/lib/esm/components/SCCommentObjectReply.d.ts.map +1 -0
- package/lib/esm/components/SCCommentObjectReply.js +26 -0
- package/lib/esm/components/SCCommentObjectReply.js.map +1 -0
- package/lib/esm/components/SCCommentsFeedObject.d.ts +2 -2
- package/lib/esm/components/SCCommentsFeedObject.js +2 -2
- package/lib/esm/components/SCFeedObject.d.ts +4 -4
- package/lib/esm/components/SCFeedObject.js +4 -4
- package/lib/esm/components/SCFooter.d.ts +19 -0
- package/lib/esm/components/SCFooter.d.ts.map +1 -0
- package/lib/esm/components/SCFooter.js +19 -0
- package/lib/esm/components/SCFooter.js.map +1 -0
- package/lib/esm/components/{SCInlineComposer.d.ts → SCInlineComposerWidget.d.ts} +5 -5
- package/lib/esm/components/SCInlineComposerWidget.d.ts.map +1 -0
- package/lib/esm/components/{SCInlineComposer.js → SCInlineComposerWidget.js} +5 -5
- package/lib/esm/components/SCInlineComposerWidget.js.map +1 -0
- package/lib/esm/components/SCNavigationSettingsIconButton.d.ts +3 -0
- package/lib/esm/components/SCNavigationSettingsIconButton.d.ts.map +1 -1
- package/lib/esm/components/SCNavigationSettingsIconButton.js +4 -1
- package/lib/esm/components/SCNavigationSettingsIconButton.js.map +1 -1
- package/lib/esm/index.d.ts +50 -28
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js +6 -4
- package/lib/esm/index.js.map +1 -1
- package/lib/umd/react-theme-default.js +13 -13
- package/lib/umd/react-theme-default.js.LICENSE.txt +1 -1
- package/lib/umd/react-theme-default.js.map +1 -1
- package/package.json +4 -4
- package/lib/cjs/components/SCCommentObjectReactions.d.ts +0 -27
- package/lib/cjs/components/SCCommentObjectReactions.d.ts.map +0 -1
- package/lib/cjs/components/SCCommentObjectReactions.js +0 -29
- package/lib/cjs/components/SCCommentObjectReactions.js.map +0 -1
- package/lib/cjs/components/SCInlineComposer.d.ts.map +0 -1
- package/lib/cjs/components/SCInlineComposer.js.map +0 -1
- package/lib/esm/components/SCCommentObjectReactions.d.ts +0 -27
- package/lib/esm/components/SCCommentObjectReactions.d.ts.map +0 -1
- package/lib/esm/components/SCCommentObjectReactions.js +0 -27
- package/lib/esm/components/SCCommentObjectReactions.js.map +0 -1
- package/lib/esm/components/SCInlineComposer.d.ts.map +0 -1
- package/lib/esm/components/SCInlineComposer.js.map +0 -1
|
@@ -22,8 +22,8 @@ const Component = {
|
|
|
22
22
|
'& .SCCommentsObjectSkeleton-root': {
|
|
23
23
|
marginBottom: theme.spacing(0.5)
|
|
24
24
|
},
|
|
25
|
-
'& .
|
|
26
|
-
'& .
|
|
25
|
+
'& .SCCommentObjectReply-root': {
|
|
26
|
+
'& .SCCommentObjectReply-comment': {
|
|
27
27
|
marginBottom: theme.spacing(4)
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -100,9 +100,9 @@ declare const Component: {
|
|
|
100
100
|
'& .SCFeedObject-reply-content': {
|
|
101
101
|
marginLeft: number;
|
|
102
102
|
background: string;
|
|
103
|
-
'& .
|
|
103
|
+
'& .SCCommentObjectReply-root': {
|
|
104
104
|
background: string;
|
|
105
|
-
'& .
|
|
105
|
+
'& .SCCommentObjectReply-comment': {
|
|
106
106
|
background: string;
|
|
107
107
|
border: string;
|
|
108
108
|
'& .SCEditor-root': {
|
|
@@ -150,8 +150,8 @@ declare const Component: {
|
|
|
150
150
|
};
|
|
151
151
|
};
|
|
152
152
|
};
|
|
153
|
-
'& .
|
|
154
|
-
'& .
|
|
153
|
+
'& .SCCommentObjectReply-root': {
|
|
154
|
+
'& .SCCommentObjectReply-comment': {
|
|
155
155
|
marginBottom: string;
|
|
156
156
|
border: string;
|
|
157
157
|
borderRadius: any;
|
|
@@ -101,9 +101,9 @@ const Component = {
|
|
|
101
101
|
'& .SCFeedObject-reply-content': {
|
|
102
102
|
marginLeft: 0,
|
|
103
103
|
background: alpha(theme.palette.primary.main, theme.palette.action.hoverOpacity),
|
|
104
|
-
'& .
|
|
104
|
+
'& .SCCommentObjectReply-root': {
|
|
105
105
|
background: 'transparent',
|
|
106
|
-
'& .
|
|
106
|
+
'& .SCCommentObjectReply-comment': {
|
|
107
107
|
background: 'transparent',
|
|
108
108
|
border: '0 none',
|
|
109
109
|
'& .SCEditor-root': {
|
|
@@ -151,8 +151,8 @@ const Component = {
|
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
|
-
'& .
|
|
155
|
-
'& .
|
|
154
|
+
'& .SCCommentObjectReply-root': {
|
|
155
|
+
'& .SCCommentObjectReply-comment': {
|
|
156
156
|
marginBottom: '0 !important',
|
|
157
157
|
border: `1px solid ${theme.palette.grey[300]}`,
|
|
158
158
|
borderRadius: theme.shape.borderRadius,
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCFooter-copyright': {
|
|
5
|
+
marginTop: any;
|
|
6
|
+
};
|
|
7
|
+
'& .SCFooter-item-list': {
|
|
8
|
+
display: string;
|
|
9
|
+
justifyContent: string;
|
|
10
|
+
flexDirection: string;
|
|
11
|
+
'& .SCFooter-item': {
|
|
12
|
+
padding: any;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default Component;
|
|
19
|
+
//# sourceMappingURL=SCFooter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCFooter.d.ts","sourceRoot":"","sources":["../../../src/components/SCFooter.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;CActB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
'& .SCFooter-copyright': {
|
|
5
|
+
marginTop: theme.spacing(2)
|
|
6
|
+
},
|
|
7
|
+
'& .SCFooter-item-list': {
|
|
8
|
+
display: 'flex',
|
|
9
|
+
justifyContent: 'center',
|
|
10
|
+
flexDirection: 'row',
|
|
11
|
+
'& .SCFooter-item': {
|
|
12
|
+
padding: theme.spacing(0.5, 1)
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
})
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export default Component;
|
|
19
|
+
//# sourceMappingURL=SCFooter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCFooter.js","sourceRoot":"","sources":["../../../src/components/SCFooter.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,uBAAuB,EAAE;gBACvB,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;aAC5B;YACD,uBAAuB,EAAE;gBACvB,OAAO,EAAE,MAAM;gBACf,cAAc,EAAE,QAAQ;gBACxB,aAAa,EAAE,KAAK;gBACpB,kBAAkB,EAAE;oBAClB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;iBAC/B;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -2,7 +2,7 @@ declare const Component: {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
4
|
marginBottom: any;
|
|
5
|
-
'& .
|
|
5
|
+
'& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
|
|
6
6
|
[x: number]: {
|
|
7
7
|
padding: any;
|
|
8
8
|
};
|
|
@@ -10,7 +10,7 @@ declare const Component: {
|
|
|
10
10
|
display: string;
|
|
11
11
|
flexDirection: string;
|
|
12
12
|
justifyContent: string;
|
|
13
|
-
'& .
|
|
13
|
+
'& .SCInlineComposerWidget-input': {
|
|
14
14
|
display: string;
|
|
15
15
|
flexGrow: number;
|
|
16
16
|
'& .MuiButton-root': {
|
|
@@ -28,7 +28,7 @@ declare const Component: {
|
|
|
28
28
|
textTransform: string;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
'& .
|
|
31
|
+
'& .SCInlineComposerWidget-actions': {
|
|
32
32
|
display: string;
|
|
33
33
|
'& .MuiIconButton-root': {
|
|
34
34
|
[x: number]: {
|
|
@@ -37,7 +37,7 @@ declare const Component: {
|
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
|
-
'& .
|
|
40
|
+
'& .SCInlineComposerWidget-avatar': {
|
|
41
41
|
[x: number]: {
|
|
42
42
|
marginLeft: any;
|
|
43
43
|
};
|
|
@@ -53,4 +53,4 @@ declare const Component: {
|
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
55
|
export default Component;
|
|
56
|
-
//# sourceMappingURL=
|
|
56
|
+
//# sourceMappingURL=SCInlineComposerWidget.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCInlineComposerWidget.d.ts","sourceRoot":"","sources":["../../../src/components/SCInlineComposerWidget.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -2,7 +2,7 @@ const Component = {
|
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }) => ({
|
|
4
4
|
marginBottom: theme.spacing(2),
|
|
5
|
-
'& .
|
|
5
|
+
'& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
|
|
6
6
|
padding: theme.spacing(0.5, 1),
|
|
7
7
|
display: 'flex',
|
|
8
8
|
flexDirection: 'row',
|
|
@@ -10,7 +10,7 @@ const Component = {
|
|
|
10
10
|
[theme.breakpoints.up('sm')]: {
|
|
11
11
|
padding: theme.spacing(0.5, 1, 0.5, 2)
|
|
12
12
|
},
|
|
13
|
-
'& .
|
|
13
|
+
'& .SCInlineComposerWidget-input': {
|
|
14
14
|
display: 'flex',
|
|
15
15
|
flexGrow: 2,
|
|
16
16
|
'& .MuiButton-root': {
|
|
@@ -28,7 +28,7 @@ const Component = {
|
|
|
28
28
|
textTransform: 'none'
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
|
-
'& .
|
|
31
|
+
'& .SCInlineComposerWidget-actions': {
|
|
32
32
|
display: 'flex',
|
|
33
33
|
'& .MuiIconButton-root': {
|
|
34
34
|
[theme.breakpoints.up('sm')]: {
|
|
@@ -37,7 +37,7 @@ const Component = {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
|
-
'& .
|
|
40
|
+
'& .SCInlineComposerWidget-avatar': {
|
|
41
41
|
display: 'flex',
|
|
42
42
|
alignItems: 'center',
|
|
43
43
|
[theme.breakpoints.up('sm')]: {
|
|
@@ -53,4 +53,4 @@ const Component = {
|
|
|
53
53
|
}
|
|
54
54
|
};
|
|
55
55
|
export default Component;
|
|
56
|
-
//# sourceMappingURL=
|
|
56
|
+
//# sourceMappingURL=SCInlineComposerWidget.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCInlineComposerWidget.js","sourceRoot":"","sources":["../../../src/components/SCInlineComposerWidget.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;YAC9B,iFAAiF,EAAE;gBACjF,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;gBAC9B,OAAO,EAAE,MAAM;gBACf,aAAa,EAAE,KAAK;gBACpB,cAAc,EAAE,eAAe;gBAC/B,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;oBAC5B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC;iBACvC;gBACD,iCAAiC,EAAE;oBACjC,OAAO,EAAE,MAAM;oBACf,QAAQ,EAAE,CAAC;oBACX,mBAAmB,EAAE;wBACnB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,eAAe;wBAC5C,aAAa,EAAE,QAAQ;wBACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;wBAC9B,SAAS,EAAE;4BACT,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS;4BACnC,UAAU,EAAE,OAAO;4BACnB,MAAM,EAAE,MAAM;yBACf;qBACF;oBACD,CAAC,mBAAmB,CAAC,EAAE;wBACrB,cAAc,EAAE,YAAY;wBAC5B,aAAa,EAAE,MAAM;qBACtB;iBACF;gBACD,mCAAmC,EAAE;oBACnC,OAAO,EAAE,MAAM;oBACf,uBAAuB,EAAE;wBACvB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;4BAC5B,UAAU,EAAE,CAAC;4BACb,WAAW,EAAE,CAAC;yBACf;qBACF;iBACF;gBACD,kCAAkC,EAAE;oBAClC,OAAO,EAAE,MAAM;oBACf,UAAU,EAAE,QAAQ;oBACpB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;wBAC5B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;qBAC7B;oBACD,mBAAmB,EAAE;wBACnB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;wBACjD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;qBACnD;iBACF;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCNavigationSettingsIconButton.d.ts","sourceRoot":"","sources":["../../../src/components/SCNavigationSettingsIconButton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;gCAEW,GAAG;;;;;;8BAML,GAAG
|
|
1
|
+
{"version":3,"file":"SCNavigationSettingsIconButton.d.ts","sourceRoot":"","sources":["../../../src/components/SCNavigationSettingsIconButton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;gCAEW,GAAG;;;;;;8BAML,GAAG;;;;;;;;;;CAU1B,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCNavigationSettingsIconButton.js","sourceRoot":"","sources":["../../../src/components/SCNavigationSettingsIconButton.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,UAAU,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YAC7B,yCAAyC,EAAE;gBACzC,mBAAmB,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;gBAC7C,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;aAC/C;SACF,CAAC;QACF,QAAQ,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YAC3B,yCAAyC,EAAE;gBACzC,QAAQ,EAAE,GAAG;gBACb,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"SCNavigationSettingsIconButton.js","sourceRoot":"","sources":["../../../src/components/SCNavigationSettingsIconButton.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,UAAU,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YAC7B,yCAAyC,EAAE;gBACzC,mBAAmB,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;gBAC7C,oBAAoB,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;aAC/C;SACF,CAAC;QACF,QAAQ,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YAC3B,yCAAyC,EAAE;gBACzC,QAAQ,EAAE,GAAG;gBACb,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBACzB,iBAAiB,EAAE;oBACjB,OAAO,EAAE,CAAC;iBACX;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -660,28 +660,27 @@ declare const theme: {
|
|
|
660
660
|
};
|
|
661
661
|
};
|
|
662
662
|
};
|
|
663
|
-
|
|
663
|
+
SCCommentObjectReply: {
|
|
664
664
|
styleOverrides: {
|
|
665
665
|
root: ({ theme }: any) => {
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
flexDirection: string;
|
|
669
|
-
'& .SCCommentObjectReactions-btnViewVotes': {
|
|
670
|
-
minWidth: number;
|
|
671
|
-
'& .MuiIcon-root': {
|
|
672
|
-
fontSize: string;
|
|
673
|
-
};
|
|
674
|
-
};
|
|
675
|
-
'& .SCCommentObjectReactions-grouped-reactions': {
|
|
676
|
-
justifyContent: string;
|
|
666
|
+
border: string;
|
|
667
|
+
'& .SCBaseItem-content': {
|
|
677
668
|
alignItems: string;
|
|
678
|
-
'& .
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
669
|
+
'& .SCBaseItem-text': {
|
|
670
|
+
marginTop: number;
|
|
671
|
+
marginBottom: number;
|
|
672
|
+
'& .SCBaseItem-secondary': {
|
|
673
|
+
overflow: string;
|
|
674
|
+
};
|
|
683
675
|
};
|
|
684
676
|
};
|
|
677
|
+
'& .SCCommentObjectReply-comment': {
|
|
678
|
+
overflow: string;
|
|
679
|
+
};
|
|
680
|
+
'& .SCCommentObjectReply-actions': {
|
|
681
|
+
marginLeft: any;
|
|
682
|
+
paddingBottom: any;
|
|
683
|
+
};
|
|
685
684
|
};
|
|
686
685
|
};
|
|
687
686
|
};
|
|
@@ -737,8 +736,8 @@ declare const theme: {
|
|
|
737
736
|
'& .SCCommentsObjectSkeleton-root': {
|
|
738
737
|
marginBottom: any;
|
|
739
738
|
};
|
|
740
|
-
'& .
|
|
741
|
-
'& .
|
|
739
|
+
'& .SCCommentObjectReply-root': {
|
|
740
|
+
'& .SCCommentObjectReply-comment': {
|
|
742
741
|
marginBottom: any;
|
|
743
742
|
};
|
|
744
743
|
};
|
|
@@ -1500,9 +1499,9 @@ declare const theme: {
|
|
|
1500
1499
|
'& .SCFeedObject-reply-content': {
|
|
1501
1500
|
marginLeft: number;
|
|
1502
1501
|
background: string;
|
|
1503
|
-
'& .
|
|
1502
|
+
'& .SCCommentObjectReply-root': {
|
|
1504
1503
|
background: string;
|
|
1505
|
-
'& .
|
|
1504
|
+
'& .SCCommentObjectReply-comment': {
|
|
1506
1505
|
background: string;
|
|
1507
1506
|
border: string;
|
|
1508
1507
|
'& .SCEditor-root': {
|
|
@@ -1550,8 +1549,8 @@ declare const theme: {
|
|
|
1550
1549
|
};
|
|
1551
1550
|
};
|
|
1552
1551
|
};
|
|
1553
|
-
'& .
|
|
1554
|
-
'& .
|
|
1552
|
+
'& .SCCommentObjectReply-root': {
|
|
1553
|
+
'& .SCCommentObjectReply-comment': {
|
|
1555
1554
|
marginBottom: string;
|
|
1556
1555
|
border: string;
|
|
1557
1556
|
borderRadius: any;
|
|
@@ -1578,6 +1577,9 @@ declare const theme: {
|
|
|
1578
1577
|
};
|
|
1579
1578
|
'& .SCFeedObject-snippet-content': {
|
|
1580
1579
|
fontSize: string;
|
|
1580
|
+
/**
|
|
1581
|
+
* Style fragments - Imports - End
|
|
1582
|
+
*/
|
|
1581
1583
|
marginBottom: any;
|
|
1582
1584
|
};
|
|
1583
1585
|
'& .SCFeedObject-activity-at': {
|
|
@@ -1723,11 +1725,28 @@ declare const theme: {
|
|
|
1723
1725
|
};
|
|
1724
1726
|
};
|
|
1725
1727
|
};
|
|
1726
|
-
|
|
1728
|
+
SCFooter: {
|
|
1729
|
+
styleOverrides: {
|
|
1730
|
+
root: ({ theme }: any) => {
|
|
1731
|
+
'& .SCFooter-copyright': {
|
|
1732
|
+
marginTop: any;
|
|
1733
|
+
};
|
|
1734
|
+
'& .SCFooter-item-list': {
|
|
1735
|
+
display: string;
|
|
1736
|
+
justifyContent: string;
|
|
1737
|
+
flexDirection: string;
|
|
1738
|
+
'& .SCFooter-item': {
|
|
1739
|
+
padding: any;
|
|
1740
|
+
};
|
|
1741
|
+
};
|
|
1742
|
+
};
|
|
1743
|
+
};
|
|
1744
|
+
};
|
|
1745
|
+
SCInlineComposerWidget: {
|
|
1727
1746
|
styleOverrides: {
|
|
1728
1747
|
root: ({ theme }: any) => {
|
|
1729
1748
|
marginBottom: any;
|
|
1730
|
-
'& .
|
|
1749
|
+
'& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
|
|
1731
1750
|
[x: number]: {
|
|
1732
1751
|
padding: any;
|
|
1733
1752
|
};
|
|
@@ -1735,7 +1754,7 @@ declare const theme: {
|
|
|
1735
1754
|
display: string;
|
|
1736
1755
|
flexDirection: string;
|
|
1737
1756
|
justifyContent: string;
|
|
1738
|
-
'& .
|
|
1757
|
+
'& .SCInlineComposerWidget-input': {
|
|
1739
1758
|
display: string;
|
|
1740
1759
|
flexGrow: number;
|
|
1741
1760
|
'& .MuiButton-root': {
|
|
@@ -1753,7 +1772,7 @@ declare const theme: {
|
|
|
1753
1772
|
textTransform: string;
|
|
1754
1773
|
};
|
|
1755
1774
|
};
|
|
1756
|
-
'& .
|
|
1775
|
+
'& .SCInlineComposerWidget-actions': {
|
|
1757
1776
|
display: string;
|
|
1758
1777
|
'& .MuiIconButton-root': {
|
|
1759
1778
|
[x: number]: {
|
|
@@ -1762,7 +1781,7 @@ declare const theme: {
|
|
|
1762
1781
|
};
|
|
1763
1782
|
};
|
|
1764
1783
|
};
|
|
1765
|
-
'& .
|
|
1784
|
+
'& .SCInlineComposerWidget-avatar': {
|
|
1766
1785
|
[x: number]: {
|
|
1767
1786
|
marginLeft: any;
|
|
1768
1787
|
};
|
|
@@ -2012,6 +2031,9 @@ declare const theme: {
|
|
|
2012
2031
|
'& .SCNavigationSettingsIconButton-paper': {
|
|
2013
2032
|
maxWidth: number;
|
|
2014
2033
|
padding: any;
|
|
2034
|
+
'& .MuiList-root': {
|
|
2035
|
+
padding: number;
|
|
2036
|
+
};
|
|
2015
2037
|
};
|
|
2016
2038
|
};
|
|
2017
2039
|
};
|
package/lib/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAoGrC;;GAEG;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAJX;;+BAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6JF,CAAC;AACF,eAAe,KAAK,CAAC"}
|
package/lib/esm/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import './fonts/community-icons.css';
|
|
|
5
5
|
*/
|
|
6
6
|
import SCWidget from './components/SCWidget';
|
|
7
7
|
import SCBaseDialog from './components/SCBaseDialog';
|
|
8
|
-
import
|
|
8
|
+
import SCInlineComposerWidget from './components/SCInlineComposerWidget';
|
|
9
9
|
import SCEditor from './components/SCEditor';
|
|
10
10
|
import SCCommentsObject from './components/SCCommentsObject';
|
|
11
11
|
import SCCommentsFeedObject from './components/SCCommentsFeedObject';
|
|
@@ -80,7 +80,6 @@ import SCReactionAction from './components/SCReactionAction';
|
|
|
80
80
|
import SCCommentAction from './components/SCCommentAction';
|
|
81
81
|
import SCShareAction from './components/SCShareAction';
|
|
82
82
|
import SCVoteAction from './components/SCVoteAction';
|
|
83
|
-
import SCCommentObjectReactions from './components/SCCommentObjectReactions';
|
|
84
83
|
import SCCommentObjectVotes from './components/SCCommentObjectVotes';
|
|
85
84
|
import SCActivitiesMenu from './components/SCActivitiesMenu';
|
|
86
85
|
import MuiTooltip from './components/MuiTooltip';
|
|
@@ -96,6 +95,8 @@ import SCVoteButton from './components/SCVoteButton';
|
|
|
96
95
|
import SCVoteAudienceButton from './components/SCVoteAudienceButton';
|
|
97
96
|
import SCEditorToolbarPlugin from './components/SCEditorToolbarPlugin';
|
|
98
97
|
import SCEditorFloatingLinkPlugin from './components/SCEditorFloatingLinkPlugin';
|
|
98
|
+
import SCCommentObjectReply from './components/SCCommentObjectReply';
|
|
99
|
+
import SCFooter from './components/SCFooter';
|
|
99
100
|
/**
|
|
100
101
|
* Style fragments - Imports - End
|
|
101
102
|
*/
|
|
@@ -173,7 +174,7 @@ const theme = {
|
|
|
173
174
|
SCCommentAction,
|
|
174
175
|
SCCommentNotification,
|
|
175
176
|
SCCommentObject,
|
|
176
|
-
|
|
177
|
+
SCCommentObjectReply,
|
|
177
178
|
SCCommentObjectSkeleton,
|
|
178
179
|
SCCommentObjectVotes,
|
|
179
180
|
SCCommentsFeedObject,
|
|
@@ -196,7 +197,8 @@ const theme = {
|
|
|
196
197
|
SCFeedRelevantActivities,
|
|
197
198
|
SCFeedSkeleton,
|
|
198
199
|
SCFollowAction,
|
|
199
|
-
|
|
200
|
+
SCFooter,
|
|
201
|
+
SCInlineComposerWidget,
|
|
200
202
|
SCLightbox,
|
|
201
203
|
SCLoyaltyProgramWidget,
|
|
202
204
|
SCLoyaltyProgramDetail,
|
package/lib/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAC5B,OAAO,6BAA6B,CAAC;AAErC;;GAEG;AACH,OAAO,QAAQ,MAAM,uBAAuB,CAAC;AAC7C,OAAO,YAAY,MAAM,2BAA2B,CAAC;AACrD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|