@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
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
border: string;
|
|
5
|
+
'& .SCBaseItem-content': {
|
|
6
|
+
alignItems: string;
|
|
7
|
+
'& .SCBaseItem-text': {
|
|
8
|
+
marginTop: number;
|
|
9
|
+
marginBottom: number;
|
|
10
|
+
'& .SCBaseItem-secondary': {
|
|
11
|
+
overflow: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
'& .SCCommentObjectReply-comment': {
|
|
16
|
+
overflow: string;
|
|
17
|
+
};
|
|
18
|
+
'& .SCCommentObjectReply-actions': {
|
|
19
|
+
marginLeft: any;
|
|
20
|
+
paddingBottom: any;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export default Component;
|
|
26
|
+
//# sourceMappingURL=SCCommentObjectReply.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCCommentObjectReply.d.ts","sourceRoot":"","sources":["../../../src/components/SCCommentObjectReply.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;CAqBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
border: '0 none',
|
|
7
|
+
'& .SCBaseItem-content': {
|
|
8
|
+
alignItems: 'flex-start',
|
|
9
|
+
'& .SCBaseItem-text': {
|
|
10
|
+
marginTop: 0,
|
|
11
|
+
marginBottom: 0,
|
|
12
|
+
'& .SCBaseItem-secondary': {
|
|
13
|
+
overflow: 'visible'
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
'& .SCCommentObjectReply-comment': {
|
|
18
|
+
overflow: 'visible'
|
|
19
|
+
},
|
|
20
|
+
'& .SCCommentObjectReply-actions': {
|
|
21
|
+
marginLeft: theme.spacing(),
|
|
22
|
+
paddingBottom: theme.spacing()
|
|
23
|
+
}
|
|
24
|
+
})
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
exports.default = Component;
|
|
28
|
+
//# sourceMappingURL=SCCommentObjectReply.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCCommentObjectReply.js","sourceRoot":"","sources":["../../../src/components/SCCommentObjectReply.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,MAAM,EAAE,QAAQ;YAChB,uBAAuB,EAAE;gBACvB,UAAU,EAAE,YAAY;gBACxB,oBAAoB,EAAE;oBACpB,SAAS,EAAE,CAAC;oBACZ,YAAY,EAAE,CAAC;oBACf,yBAAyB,EAAE;wBACzB,QAAQ,EAAE,SAAS;qBACpB;iBACF;aACF;YACD,iCAAiC,EAAE;gBACjC,QAAQ,EAAE,SAAS;aACpB;YACD,iCAAiC,EAAE;gBACjC,UAAU,EAAE,KAAK,CAAC,OAAO,EAAE;gBAC3B,aAAa,EAAE,KAAK,CAAC,OAAO,EAAE;aAC/B;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -22,8 +22,8 @@ declare const Component: {
|
|
|
22
22
|
'& .SCCommentsObjectSkeleton-root': {
|
|
23
23
|
marginBottom: any;
|
|
24
24
|
};
|
|
25
|
-
'& .
|
|
26
|
-
'& .
|
|
25
|
+
'& .SCCommentObjectReply-root': {
|
|
26
|
+
'& .SCCommentObjectReply-comment': {
|
|
27
27
|
marginBottom: any;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
@@ -24,8 +24,8 @@ const Component = {
|
|
|
24
24
|
'& .SCCommentsObjectSkeleton-root': {
|
|
25
25
|
marginBottom: theme.spacing(0.5)
|
|
26
26
|
},
|
|
27
|
-
'& .
|
|
28
|
-
'& .
|
|
27
|
+
'& .SCCommentObjectReply-root': {
|
|
28
|
+
'& .SCCommentObjectReply-comment': {
|
|
29
29
|
marginBottom: theme.spacing(4)
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -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;
|
|
@@ -103,9 +103,9 @@ const Component = {
|
|
|
103
103
|
'& .SCFeedObject-reply-content': {
|
|
104
104
|
marginLeft: 0,
|
|
105
105
|
background: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.hoverOpacity),
|
|
106
|
-
'& .
|
|
106
|
+
'& .SCCommentObjectReply-root': {
|
|
107
107
|
background: 'transparent',
|
|
108
|
-
'& .
|
|
108
|
+
'& .SCCommentObjectReply-comment': {
|
|
109
109
|
background: 'transparent',
|
|
110
110
|
border: '0 none',
|
|
111
111
|
'& .SCEditor-root': {
|
|
@@ -153,8 +153,8 @@ const Component = {
|
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
|
-
'& .
|
|
157
|
-
'& .
|
|
156
|
+
'& .SCCommentObjectReply-root': {
|
|
157
|
+
'& .SCCommentObjectReply-comment': {
|
|
158
158
|
marginBottom: '0 !important',
|
|
159
159
|
border: `1px solid ${theme.palette.grey[300]}`,
|
|
160
160
|
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,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
'& .SCFooter-copyright': {
|
|
7
|
+
marginTop: theme.spacing(2)
|
|
8
|
+
},
|
|
9
|
+
'& .SCFooter-item-list': {
|
|
10
|
+
display: 'flex',
|
|
11
|
+
justifyContent: 'center',
|
|
12
|
+
flexDirection: 'row',
|
|
13
|
+
'& .SCFooter-item': {
|
|
14
|
+
padding: theme.spacing(0.5, 1)
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
})
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
exports.default = Component;
|
|
21
|
+
//# 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,kBAAe,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"}
|
|
@@ -4,7 +4,7 @@ const Component = {
|
|
|
4
4
|
styleOverrides: {
|
|
5
5
|
root: ({ theme }) => ({
|
|
6
6
|
marginBottom: theme.spacing(2),
|
|
7
|
-
'& .
|
|
7
|
+
'& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
|
|
8
8
|
padding: theme.spacing(0.5, 1),
|
|
9
9
|
display: 'flex',
|
|
10
10
|
flexDirection: 'row',
|
|
@@ -12,7 +12,7 @@ const Component = {
|
|
|
12
12
|
[theme.breakpoints.up('sm')]: {
|
|
13
13
|
padding: theme.spacing(0.5, 1, 0.5, 2)
|
|
14
14
|
},
|
|
15
|
-
'& .
|
|
15
|
+
'& .SCInlineComposerWidget-input': {
|
|
16
16
|
display: 'flex',
|
|
17
17
|
flexGrow: 2,
|
|
18
18
|
'& .MuiButton-root': {
|
|
@@ -30,7 +30,7 @@ const Component = {
|
|
|
30
30
|
textTransform: 'none'
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
'& .
|
|
33
|
+
'& .SCInlineComposerWidget-actions': {
|
|
34
34
|
display: 'flex',
|
|
35
35
|
'& .MuiIconButton-root': {
|
|
36
36
|
[theme.breakpoints.up('sm')]: {
|
|
@@ -39,7 +39,7 @@ const Component = {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
-
'& .
|
|
42
|
+
'& .SCInlineComposerWidget-avatar': {
|
|
43
43
|
display: 'flex',
|
|
44
44
|
alignItems: 'center',
|
|
45
45
|
[theme.breakpoints.up('sm')]: {
|
|
@@ -55,4 +55,4 @@ const Component = {
|
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
57
|
exports.default = Component;
|
|
58
|
-
//# sourceMappingURL=
|
|
58
|
+
//# 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,kBAAe,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,kBAAe,SAAS,CAAC"}
|
package/lib/cjs/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/cjs/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/cjs/index.js
CHANGED
|
@@ -10,7 +10,7 @@ require("./fonts/community-icons.css");
|
|
|
10
10
|
*/
|
|
11
11
|
const SCWidget_1 = __importDefault(require("./components/SCWidget"));
|
|
12
12
|
const SCBaseDialog_1 = __importDefault(require("./components/SCBaseDialog"));
|
|
13
|
-
const
|
|
13
|
+
const SCInlineComposerWidget_1 = __importDefault(require("./components/SCInlineComposerWidget"));
|
|
14
14
|
const SCEditor_1 = __importDefault(require("./components/SCEditor"));
|
|
15
15
|
const SCCommentsObject_1 = __importDefault(require("./components/SCCommentsObject"));
|
|
16
16
|
const SCCommentsFeedObject_1 = __importDefault(require("./components/SCCommentsFeedObject"));
|
|
@@ -85,7 +85,6 @@ const SCReactionAction_1 = __importDefault(require("./components/SCReactionActio
|
|
|
85
85
|
const SCCommentAction_1 = __importDefault(require("./components/SCCommentAction"));
|
|
86
86
|
const SCShareAction_1 = __importDefault(require("./components/SCShareAction"));
|
|
87
87
|
const SCVoteAction_1 = __importDefault(require("./components/SCVoteAction"));
|
|
88
|
-
const SCCommentObjectReactions_1 = __importDefault(require("./components/SCCommentObjectReactions"));
|
|
89
88
|
const SCCommentObjectVotes_1 = __importDefault(require("./components/SCCommentObjectVotes"));
|
|
90
89
|
const SCActivitiesMenu_1 = __importDefault(require("./components/SCActivitiesMenu"));
|
|
91
90
|
const MuiTooltip_1 = __importDefault(require("./components/MuiTooltip"));
|
|
@@ -101,6 +100,8 @@ const SCVoteButton_1 = __importDefault(require("./components/SCVoteButton"));
|
|
|
101
100
|
const SCVoteAudienceButton_1 = __importDefault(require("./components/SCVoteAudienceButton"));
|
|
102
101
|
const SCEditorToolbarPlugin_1 = __importDefault(require("./components/SCEditorToolbarPlugin"));
|
|
103
102
|
const SCEditorFloatingLinkPlugin_1 = __importDefault(require("./components/SCEditorFloatingLinkPlugin"));
|
|
103
|
+
const SCCommentObjectReply_1 = __importDefault(require("./components/SCCommentObjectReply"));
|
|
104
|
+
const SCFooter_1 = __importDefault(require("./components/SCFooter"));
|
|
104
105
|
/**
|
|
105
106
|
* Style fragments - Imports - End
|
|
106
107
|
*/
|
|
@@ -178,7 +179,7 @@ const theme = {
|
|
|
178
179
|
SCCommentAction: SCCommentAction_1.default,
|
|
179
180
|
SCCommentNotification: SCCommentNotification_1.default,
|
|
180
181
|
SCCommentObject: SCCommentObject_1.default,
|
|
181
|
-
|
|
182
|
+
SCCommentObjectReply: SCCommentObjectReply_1.default,
|
|
182
183
|
SCCommentObjectSkeleton: SCCommentObjectSkeleton_1.default,
|
|
183
184
|
SCCommentObjectVotes: SCCommentObjectVotes_1.default,
|
|
184
185
|
SCCommentsFeedObject: SCCommentsFeedObject_1.default,
|
|
@@ -201,7 +202,8 @@ const theme = {
|
|
|
201
202
|
SCFeedRelevantActivities: SCFeedRelevantActivities_1.default,
|
|
202
203
|
SCFeedSkeleton: SCFeedSkeleton_1.default,
|
|
203
204
|
SCFollowAction: SCFollowAction_1.default,
|
|
204
|
-
|
|
205
|
+
SCFooter: SCFooter_1.default,
|
|
206
|
+
SCInlineComposerWidget: SCInlineComposerWidget_1.default,
|
|
205
207
|
SCLightbox: SCLightbox_1.default,
|
|
206
208
|
SCLoyaltyProgramWidget: SCLoyaltyProgramWidget_1.default,
|
|
207
209
|
SCLoyaltyProgramDetail: SCLoyaltyProgramDetail_1.default,
|
package/lib/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;AAAA,8BAA4B;AAC5B,uCAAqC;AAErC;;GAEG;AACH,qEAA6C;AAC7C,6EAAqD;AACrD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
border: string;
|
|
5
|
+
'& .SCBaseItem-content': {
|
|
6
|
+
alignItems: string;
|
|
7
|
+
'& .SCBaseItem-text': {
|
|
8
|
+
marginTop: number;
|
|
9
|
+
marginBottom: number;
|
|
10
|
+
'& .SCBaseItem-secondary': {
|
|
11
|
+
overflow: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
'& .SCCommentObjectReply-comment': {
|
|
16
|
+
overflow: string;
|
|
17
|
+
};
|
|
18
|
+
'& .SCCommentObjectReply-actions': {
|
|
19
|
+
marginLeft: any;
|
|
20
|
+
paddingBottom: any;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export default Component;
|
|
26
|
+
//# sourceMappingURL=SCCommentObjectReply.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCCommentObjectReply.d.ts","sourceRoot":"","sources":["../../../src/components/SCCommentObjectReply.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;CAqBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const Component = {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }) => ({
|
|
4
|
+
border: '0 none',
|
|
5
|
+
'& .SCBaseItem-content': {
|
|
6
|
+
alignItems: 'flex-start',
|
|
7
|
+
'& .SCBaseItem-text': {
|
|
8
|
+
marginTop: 0,
|
|
9
|
+
marginBottom: 0,
|
|
10
|
+
'& .SCBaseItem-secondary': {
|
|
11
|
+
overflow: 'visible'
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
'& .SCCommentObjectReply-comment': {
|
|
16
|
+
overflow: 'visible'
|
|
17
|
+
},
|
|
18
|
+
'& .SCCommentObjectReply-actions': {
|
|
19
|
+
marginLeft: theme.spacing(),
|
|
20
|
+
paddingBottom: theme.spacing()
|
|
21
|
+
}
|
|
22
|
+
})
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export default Component;
|
|
26
|
+
//# sourceMappingURL=SCCommentObjectReply.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCCommentObjectReply.js","sourceRoot":"","sources":["../../../src/components/SCCommentObjectReply.tsx"],"names":[],"mappings":"AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,MAAM,EAAE,QAAQ;YAChB,uBAAuB,EAAE;gBACvB,UAAU,EAAE,YAAY;gBACxB,oBAAoB,EAAE;oBACpB,SAAS,EAAE,CAAC;oBACZ,YAAY,EAAE,CAAC;oBACf,yBAAyB,EAAE;wBACzB,QAAQ,EAAE,SAAS;qBACpB;iBACF;aACF;YACD,iCAAiC,EAAE;gBACjC,QAAQ,EAAE,SAAS;aACpB;YACD,iCAAiC,EAAE;gBACjC,UAAU,EAAE,KAAK,CAAC,OAAO,EAAE;gBAC3B,aAAa,EAAE,KAAK,CAAC,OAAO,EAAE;aAC/B;SACF,CAAC;KACH;CACF,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -22,8 +22,8 @@ declare const Component: {
|
|
|
22
22
|
'& .SCCommentsObjectSkeleton-root': {
|
|
23
23
|
marginBottom: any;
|
|
24
24
|
};
|
|
25
|
-
'& .
|
|
26
|
-
'& .
|
|
25
|
+
'& .SCCommentObjectReply-root': {
|
|
26
|
+
'& .SCCommentObjectReply-comment': {
|
|
27
27
|
marginBottom: any;
|
|
28
28
|
};
|
|
29
29
|
};
|