@selfcommunity/react-theme-default 0.1.0-alpha.83 → 0.1.0-alpha.84
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/SCCommentObject.d.ts +5 -23
- package/lib/cjs/components/SCCommentObject.d.ts.map +1 -1
- package/lib/cjs/components/SCCommentObject.js +5 -23
- package/lib/cjs/components/SCCommentObject.js.map +1 -1
- package/lib/cjs/components/SCComposer.d.ts +127 -32
- package/lib/cjs/components/SCComposer.d.ts.map +1 -1
- package/lib/cjs/components/SCComposer.js +210 -106
- package/lib/cjs/components/SCComposer.js.map +1 -1
- package/lib/cjs/components/SCInlineComposer.d.ts +13 -0
- package/lib/cjs/components/SCInlineComposer.d.ts.map +1 -1
- package/lib/cjs/components/SCInlineComposer.js +13 -0
- package/lib/cjs/components/SCInlineComposer.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageComponent.d.ts +6 -2
- package/lib/cjs/components/SCPrivateMessageComponent.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageComponent.js +4 -11
- package/lib/cjs/components/SCPrivateMessageComponent.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts +0 -2
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageEditor.js +1 -3
- package/lib/cjs/components/SCPrivateMessageEditor.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +4 -2
- package/lib/cjs/components/SCPrivateMessageSnippets.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageSnippets.js +4 -2
- package/lib/cjs/components/SCPrivateMessageSnippets.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThread.d.ts +13 -7
- package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThread.js +16 -11
- package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -1
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts +21 -0
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js +23 -0
- package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
- package/lib/cjs/components/SCUser.d.ts +20 -0
- package/lib/cjs/components/SCUser.d.ts.map +1 -1
- package/lib/cjs/components/SCUser.js +20 -0
- package/lib/cjs/components/SCUser.js.map +1 -1
- package/lib/cjs/components/SCVoteAudienceButton.d.ts +30 -0
- package/lib/cjs/components/SCVoteAudienceButton.d.ts.map +1 -0
- package/lib/cjs/components/SCVoteAudienceButton.js +32 -0
- package/lib/cjs/components/SCVoteAudienceButton.js.map +1 -0
- package/lib/cjs/components/SCVoteButton.d.ts +23 -0
- package/lib/cjs/components/SCVoteButton.d.ts.map +1 -0
- package/lib/cjs/components/SCVoteButton.js +25 -0
- package/lib/cjs/components/SCVoteButton.js.map +1 -0
- package/lib/cjs/index.d.ts +256 -68
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +7 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/components/SCCommentObject.d.ts +5 -23
- package/lib/esm/components/SCCommentObject.d.ts.map +1 -1
- package/lib/esm/components/SCCommentObject.js +5 -23
- package/lib/esm/components/SCCommentObject.js.map +1 -1
- package/lib/esm/components/SCComposer.d.ts +127 -32
- package/lib/esm/components/SCComposer.d.ts.map +1 -1
- package/lib/esm/components/SCComposer.js +210 -106
- package/lib/esm/components/SCComposer.js.map +1 -1
- package/lib/esm/components/SCInlineComposer.d.ts +13 -0
- package/lib/esm/components/SCInlineComposer.d.ts.map +1 -1
- package/lib/esm/components/SCInlineComposer.js +13 -0
- package/lib/esm/components/SCInlineComposer.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageComponent.d.ts +6 -2
- package/lib/esm/components/SCPrivateMessageComponent.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageComponent.js +4 -11
- package/lib/esm/components/SCPrivateMessageComponent.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageEditor.d.ts +0 -2
- package/lib/esm/components/SCPrivateMessageEditor.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageEditor.js +1 -3
- package/lib/esm/components/SCPrivateMessageEditor.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageSnippets.d.ts +4 -2
- package/lib/esm/components/SCPrivateMessageSnippets.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageSnippets.js +4 -2
- package/lib/esm/components/SCPrivateMessageSnippets.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThread.d.ts +13 -7
- package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -1
- package/lib/esm/components/SCPrivateMessageThread.js +16 -11
- package/lib/esm/components/SCPrivateMessageThread.js.map +1 -1
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts +21 -0
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.js +21 -0
- package/lib/esm/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
- package/lib/esm/components/SCUser.d.ts +20 -0
- package/lib/esm/components/SCUser.d.ts.map +1 -1
- package/lib/esm/components/SCUser.js +20 -0
- package/lib/esm/components/SCUser.js.map +1 -1
- package/lib/esm/components/SCVoteAudienceButton.d.ts +30 -0
- package/lib/esm/components/SCVoteAudienceButton.d.ts.map +1 -0
- package/lib/esm/components/SCVoteAudienceButton.js +30 -0
- package/lib/esm/components/SCVoteAudienceButton.js.map +1 -0
- package/lib/esm/components/SCVoteButton.d.ts +23 -0
- package/lib/esm/components/SCVoteButton.d.ts.map +1 -0
- package/lib/esm/components/SCVoteButton.js +23 -0
- package/lib/esm/components/SCVoteButton.js.map +1 -0
- package/lib/esm/index.d.ts +256 -68
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js +7 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/umd/react-theme-default.js +5 -5
- 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
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
declare const Component: {
|
|
2
2
|
styleOverrides: {
|
|
3
3
|
root: ({ theme }: any) => {
|
|
4
|
+
[x: number]: {
|
|
5
|
+
height: any;
|
|
6
|
+
maxHeight: string;
|
|
7
|
+
};
|
|
4
8
|
backgroundColor: string;
|
|
5
9
|
position: string;
|
|
6
|
-
|
|
7
|
-
maxHeight: string;
|
|
10
|
+
minHeight: string;
|
|
8
11
|
'& .MuiCardContent-root': {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
[x: number]: {
|
|
13
|
+
height: string;
|
|
14
|
+
maxHeight: string;
|
|
15
|
+
overflow: string;
|
|
16
|
+
padding: any;
|
|
17
|
+
};
|
|
13
18
|
'& .MuiAlert-root': {
|
|
14
19
|
position: string;
|
|
15
20
|
bottom: number;
|
|
@@ -69,13 +74,14 @@ declare const Component: {
|
|
|
69
74
|
marginRight: any;
|
|
70
75
|
'& .SCPrivateMessageThread-new-message-header-icon': {
|
|
71
76
|
fontSize: string;
|
|
77
|
+
marginLeft: any;
|
|
72
78
|
};
|
|
73
79
|
'& .MuiIcon-root': {
|
|
74
80
|
color: any;
|
|
75
|
-
padding: any;
|
|
76
81
|
};
|
|
77
82
|
'& .MuiTypography-root': {
|
|
78
83
|
color: any;
|
|
84
|
+
marginLeft: any;
|
|
79
85
|
};
|
|
80
86
|
'& .SCPrivateMessageThread-autocomplete': {
|
|
81
87
|
minWidth: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageThread.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThread.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyJtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -6,13 +6,18 @@ const Component = {
|
|
|
6
6
|
root: ({ theme }) => ({
|
|
7
7
|
backgroundColor: (0, system_1.alpha)(theme.palette.secondary.main, theme.palette.action.selectedOpacity),
|
|
8
8
|
position: 'relative',
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
minHeight: '100vh',
|
|
10
|
+
[theme.breakpoints.up('sm')]: {
|
|
11
|
+
height: theme.spacing(103.5),
|
|
12
|
+
maxHeight: 'inherit'
|
|
13
|
+
},
|
|
11
14
|
'& .MuiCardContent-root': {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
[theme.breakpoints.up('sm')]: {
|
|
16
|
+
height: '100%',
|
|
17
|
+
maxHeight: `calc(100% - ${theme.spacing(6.25)})`,
|
|
18
|
+
overflow: 'auto',
|
|
19
|
+
padding: theme.spacing(0)
|
|
20
|
+
},
|
|
16
21
|
'& .MuiAlert-root': {
|
|
17
22
|
position: 'absolute',
|
|
18
23
|
bottom: 0,
|
|
@@ -65,21 +70,21 @@ const Component = {
|
|
|
65
70
|
display: 'flex',
|
|
66
71
|
alignItems: 'center',
|
|
67
72
|
width: '80%',
|
|
68
|
-
//padding: theme.spacing(0.5),
|
|
69
73
|
maxHeight: theme.spacing(5),
|
|
70
74
|
overflow: 'auto',
|
|
71
75
|
backgroundColor: theme.palette.common.white,
|
|
72
76
|
borderRadius: theme.shape.borderRadius,
|
|
73
77
|
marginRight: theme.spacing(2),
|
|
74
78
|
'& .SCPrivateMessageThread-new-message-header-icon': {
|
|
75
|
-
fontSize: '1.714rem'
|
|
79
|
+
fontSize: '1.714rem',
|
|
80
|
+
marginLeft: theme.spacing(1)
|
|
76
81
|
},
|
|
77
82
|
'& .MuiIcon-root': {
|
|
78
|
-
color: theme.palette.secondary.main
|
|
79
|
-
padding: theme.spacing(0.5)
|
|
83
|
+
color: theme.palette.secondary.main
|
|
80
84
|
},
|
|
81
85
|
'& .MuiTypography-root': {
|
|
82
|
-
color: theme.palette.secondary.main
|
|
86
|
+
color: theme.palette.secondary.main,
|
|
87
|
+
marginLeft: theme.spacing(1)
|
|
83
88
|
},
|
|
84
89
|
'& .SCPrivateMessageThread-autocomplete': {
|
|
85
90
|
minWidth: theme.spacing(27),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCPrivateMessageThread.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":";;AAAA,wCAAkC;AAElC,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,eAAe,EAAE,IAAA,cAAK,EAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,eAAe,CAAC;YAC1F,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThread.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThread.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .MuiCardContent-root': {
|
|
5
|
+
padding: number;
|
|
6
|
+
'& .MuiList-root .MuiListItem-root': {
|
|
7
|
+
[x: number]: {
|
|
8
|
+
width: string;
|
|
9
|
+
};
|
|
10
|
+
padding: any;
|
|
11
|
+
height: any;
|
|
12
|
+
};
|
|
13
|
+
'&:last-child': {
|
|
14
|
+
paddingBottom: number;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
export default Component;
|
|
21
|
+
//# sourceMappingURL=SCPrivateMessageThreadSkeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThreadSkeleton.d.ts","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadSkeleton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;CAgBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
'& .MuiCardContent-root': {
|
|
7
|
+
padding: 0,
|
|
8
|
+
'& .MuiList-root .MuiListItem-root': {
|
|
9
|
+
padding: theme.spacing(0, 1, 0, 1),
|
|
10
|
+
height: theme.spacing(10),
|
|
11
|
+
[theme.breakpoints.up('sm')]: {
|
|
12
|
+
width: '80%'
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
'&:last-child': {
|
|
16
|
+
paddingBottom: 0
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
exports.default = Component;
|
|
23
|
+
//# sourceMappingURL=SCPrivateMessageThreadSkeleton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCPrivateMessageThreadSkeleton.js","sourceRoot":"","sources":["../../../src/components/SCPrivateMessageThreadSkeleton.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,wBAAwB,EAAE;gBACxB,OAAO,EAAE,CAAC;gBACV,mCAAmC,EAAE;oBACnC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;oBAClC,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;oBACzB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;wBAC5B,KAAK,EAAE,KAAK;qBACb;iBACF;gBACD,cAAc,EAAE;oBACd,aAAa,EAAE,CAAC;iBACjB;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -6,11 +6,31 @@ declare const Component: {
|
|
|
6
6
|
};
|
|
7
7
|
borderRadius: number;
|
|
8
8
|
paddingBottom: number;
|
|
9
|
+
'& .MuiChip-root': {
|
|
10
|
+
height: string;
|
|
11
|
+
};
|
|
9
12
|
'& .SCUser-avatar': {
|
|
13
|
+
width: any;
|
|
14
|
+
height: any;
|
|
10
15
|
'& img': {
|
|
11
16
|
borderRadius: number;
|
|
12
17
|
};
|
|
13
18
|
};
|
|
19
|
+
'& .SCUser-staff-badge': {
|
|
20
|
+
width: any;
|
|
21
|
+
height: any;
|
|
22
|
+
backgroundColor: any;
|
|
23
|
+
border: string;
|
|
24
|
+
};
|
|
25
|
+
'& .SCUser-staff-badge-label': {
|
|
26
|
+
marginLeft: any;
|
|
27
|
+
borderRadius: number;
|
|
28
|
+
fontSize: string;
|
|
29
|
+
};
|
|
30
|
+
'& .SCUser-staff-badge-icon': {
|
|
31
|
+
top: string;
|
|
32
|
+
right: string;
|
|
33
|
+
};
|
|
14
34
|
'& .SCBaseItemButton-primary': {
|
|
15
35
|
fontWeight: any;
|
|
16
36
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCUser.d.ts","sourceRoot":"","sources":["../../../src/components/SCUser.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG
|
|
1
|
+
{"version":3,"file":"SCUser.d.ts","sourceRoot":"","sources":["../../../src/components/SCUser.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -8,11 +8,31 @@ const Component = {
|
|
|
8
8
|
[theme.breakpoints.up('sm')]: {
|
|
9
9
|
borderRadius: theme.shape.borderRadius
|
|
10
10
|
},
|
|
11
|
+
'& .MuiChip-root': {
|
|
12
|
+
height: '18px'
|
|
13
|
+
},
|
|
11
14
|
'& .SCUser-avatar': {
|
|
15
|
+
width: theme.selfcommunity.user.avatar.sizeMedium,
|
|
16
|
+
height: theme.selfcommunity.user.avatar.sizeMedium,
|
|
12
17
|
'& img': {
|
|
13
18
|
borderRadius: 0
|
|
14
19
|
}
|
|
15
20
|
},
|
|
21
|
+
'& .SCUser-staff-badge': {
|
|
22
|
+
width: theme.selfcommunity.user.avatar.sizeSmall,
|
|
23
|
+
height: theme.selfcommunity.user.avatar.sizeSmall,
|
|
24
|
+
backgroundColor: theme.palette.background.paper,
|
|
25
|
+
border: `1px solid ${theme.palette.background.paper}`
|
|
26
|
+
},
|
|
27
|
+
'& .SCUser-staff-badge-label': {
|
|
28
|
+
marginLeft: theme.spacing(1),
|
|
29
|
+
borderRadius: 0,
|
|
30
|
+
fontSize: '0.5rem'
|
|
31
|
+
},
|
|
32
|
+
'& .SCUser-staff-badge-icon': {
|
|
33
|
+
top: '25%',
|
|
34
|
+
right: '5%'
|
|
35
|
+
},
|
|
16
36
|
'& .SCBaseItemButton-primary': {
|
|
17
37
|
fontWeight: theme.typography.fontWeightBold
|
|
18
38
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SCUser.js","sourceRoot":"","sources":["../../../src/components/SCUser.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,YAAY,EAAE,CAAC;YACf,aAAa,EAAE,CAAC;YAChB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC5B,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;aACvC;YACD,kBAAkB,EAAE;gBAClB,OAAO,EAAE;oBACP,YAAY,EAAE,CAAC;iBAChB;aACF;YACD,6BAA6B,EAAE;gBAC7B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;aAC5C;YACD,+BAA+B,EAAE;gBAC/B,QAAQ,EAAE,UAAU;aACrB;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"SCUser.js","sourceRoot":"","sources":["../../../src/components/SCUser.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,YAAY,EAAE,CAAC;YACf,aAAa,EAAE,CAAC;YAChB,CAAC,KAAK,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;gBAC5B,YAAY,EAAE,KAAK,CAAC,KAAK,CAAC,YAAY;aACvC;YACD,iBAAiB,EAAE;gBACjB,MAAM,EAAE,MAAM;aACf;YACD,kBAAkB,EAAE;gBAClB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;gBACjD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,UAAU;gBAClD,OAAO,EAAE;oBACP,YAAY,EAAE,CAAC;iBAChB;aACF;YACD,uBAAuB,EAAE;gBACvB,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;gBAChD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;gBACjD,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK;gBAC/C,MAAM,EAAE,aAAa,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE;aACtD;YACD,6BAA6B,EAAE;gBAC7B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;gBAC5B,YAAY,EAAE,CAAC;gBACf,QAAQ,EAAE,QAAQ;aACnB;YACD,4BAA4B,EAAE;gBAC5B,GAAG,EAAE,KAAK;gBACV,KAAK,EAAE,IAAI;aACZ;YACD,6BAA6B,EAAE;gBAC7B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc;aAC5C;YACD,+BAA+B,EAAE;gBAC/B,QAAQ,EAAE,UAAU;aACrB;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCVoteAudienceButton-reaction-list': {
|
|
5
|
+
'& .MuiIcon-root': {
|
|
6
|
+
padding: number;
|
|
7
|
+
borderRadius: string;
|
|
8
|
+
backgroundColor: any;
|
|
9
|
+
border: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
dialogRoot: ({ theme }: any) => {
|
|
14
|
+
'& .SCVoteAudienceButton-dialog-tabs': {
|
|
15
|
+
'& .MuiTab-root': {
|
|
16
|
+
flexDirection: string;
|
|
17
|
+
justifyContent: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
'& .SCVoteAudienceButton-dialog-vote-badge': {
|
|
21
|
+
width: any;
|
|
22
|
+
height: any;
|
|
23
|
+
backgroundColor: any;
|
|
24
|
+
border: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export default Component;
|
|
30
|
+
//# sourceMappingURL=SCVoteAudienceButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCVoteAudienceButton.d.ts","sourceRoot":"","sources":["../../../src/components/SCVoteAudienceButton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;gCAUG,GAAG;;;;;;;;;;;;;;;CAe5B,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
'& .SCVoteAudienceButton-reaction-list': {
|
|
7
|
+
'& .MuiIcon-root': {
|
|
8
|
+
padding: 1,
|
|
9
|
+
borderRadius: '50%',
|
|
10
|
+
backgroundColor: theme.palette.background.paper,
|
|
11
|
+
border: `1px solid ${theme.palette.background.paper}`
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}),
|
|
15
|
+
dialogRoot: ({ theme }) => ({
|
|
16
|
+
'& .SCVoteAudienceButton-dialog-tabs': {
|
|
17
|
+
'& .MuiTab-root': {
|
|
18
|
+
flexDirection: 'row',
|
|
19
|
+
justifyContent: 'space-evenly'
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
'& .SCVoteAudienceButton-dialog-vote-badge': {
|
|
23
|
+
width: theme.selfcommunity.user.avatar.sizeSmall,
|
|
24
|
+
height: theme.selfcommunity.user.avatar.sizeSmall,
|
|
25
|
+
backgroundColor: theme.palette.background.paper,
|
|
26
|
+
border: `1px solid ${theme.palette.background.paper}`
|
|
27
|
+
}
|
|
28
|
+
})
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
exports.default = Component;
|
|
32
|
+
//# sourceMappingURL=SCVoteAudienceButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCVoteAudienceButton.js","sourceRoot":"","sources":["../../../src/components/SCVoteAudienceButton.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,uCAAuC,EAAE;gBACvC,iBAAiB,EAAE;oBACjB,OAAO,EAAE,CAAC;oBACV,YAAY,EAAE,KAAK;oBACnB,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK;oBAC/C,MAAM,EAAE,aAAa,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE;iBACtD;aACF;SACF,CAAC;QACF,UAAU,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YAC7B,qCAAqC,EAAE;gBACrC,gBAAgB,EAAE;oBAChB,aAAa,EAAE,KAAK;oBACpB,cAAc,EAAE,cAAc;iBAC/B;aACF;YACD,2CAA2C,EAAE;gBAC3C,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;gBAChD,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS;gBACjD,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK;gBAC/C,MAAM,EAAE,aAAa,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE;aACtD;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
color: any;
|
|
5
|
+
marginTop: any;
|
|
6
|
+
marginBottom: any;
|
|
7
|
+
borderRadius: string;
|
|
8
|
+
padding: any;
|
|
9
|
+
minWidth: number;
|
|
10
|
+
'& .MuiIcon-root': {
|
|
11
|
+
fontSize: string;
|
|
12
|
+
};
|
|
13
|
+
'&.MuiButton-sizeSmall': {
|
|
14
|
+
padding: any;
|
|
15
|
+
'& .MuiIcon-root': {
|
|
16
|
+
fontSize: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export default Component;
|
|
23
|
+
//# sourceMappingURL=SCVoteButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCVoteButton.d.ts","sourceRoot":"","sources":["../../../src/components/SCVoteButton.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS;;0BAEK,GAAG;;;;;;;;;;;;;;;;;;CAkBtB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
color: theme.palette.primary.main,
|
|
7
|
+
marginTop: theme.spacing(0.5),
|
|
8
|
+
marginBottom: theme.spacing(0.5),
|
|
9
|
+
borderRadius: '50%',
|
|
10
|
+
padding: theme.spacing(1.5),
|
|
11
|
+
minWidth: 0,
|
|
12
|
+
'& .MuiIcon-root': {
|
|
13
|
+
fontSize: '1.571rem'
|
|
14
|
+
},
|
|
15
|
+
'&.MuiButton-sizeSmall': {
|
|
16
|
+
padding: theme.spacing(0.5),
|
|
17
|
+
'& .MuiIcon-root': {
|
|
18
|
+
fontSize: '1rem'
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
})
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
exports.default = Component;
|
|
25
|
+
//# sourceMappingURL=SCVoteButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SCVoteButton.js","sourceRoot":"","sources":["../../../src/components/SCVoteButton.tsx"],"names":[],"mappings":";;AAAA,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE;QACd,IAAI,EAAE,CAAC,EAAC,KAAK,EAAM,EAAE,EAAE,CAAC,CAAC;YACvB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;YACjC,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;YAC7B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;YAChC,YAAY,EAAE,KAAK;YACnB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;YAC3B,QAAQ,EAAE,CAAC;YACX,iBAAiB,EAAE;gBACjB,QAAQ,EAAE,UAAU;aACrB;YACD,uBAAuB,EAAE;gBACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;gBAC3B,iBAAiB,EAAE;oBACjB,QAAQ,EAAE,MAAM;iBACjB;aACF;SACF,CAAC;KACH;CACF,CAAC;AAEF,kBAAe,SAAS,CAAC"}
|