@selfcommunity/react-theme-default 0.1.9-alpha.0 → 0.1.9-alpha.10
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/SCChangeGroupCoverButton.d.ts +9 -0
- package/lib/cjs/components/SCChangeGroupCoverButton.js +11 -0
- package/lib/cjs/components/SCChangeGroupPictureButton.d.ts +9 -0
- package/lib/cjs/components/SCChangeGroupPictureButton.js +11 -0
- package/lib/cjs/components/SCComposer.d.ts +1 -0
- package/lib/cjs/components/SCComposer.js +5 -4
- package/lib/cjs/components/SCCreateGroupButton.d.ts +13 -0
- package/lib/cjs/components/SCCreateGroupButton.js +15 -0
- package/lib/cjs/components/SCEditGroupButton.d.ts +13 -0
- package/lib/cjs/components/SCEditGroupButton.js +15 -0
- package/lib/cjs/components/SCGroup.d.ts +36 -0
- package/lib/cjs/components/SCGroup.js +38 -0
- package/lib/cjs/components/SCGroupAutocomplete.d.ts +6 -0
- package/lib/cjs/components/SCGroupAutocomplete.js +8 -0
- package/lib/cjs/components/SCGroupFeedTemplate.d.ts +14 -0
- package/lib/cjs/components/SCGroupFeedTemplate.js +16 -0
- package/lib/cjs/components/SCGroupForm.d.ts +88 -0
- package/lib/cjs/components/SCGroupForm.js +91 -0
- package/lib/cjs/components/SCGroupHeader.d.ts +116 -0
- package/lib/cjs/components/SCGroupHeader.js +117 -0
- package/lib/cjs/components/SCGroupInfoWidget.d.ts +32 -0
- package/lib/cjs/components/SCGroupInfoWidget.js +34 -0
- package/lib/cjs/components/SCGroupInviteButton.d.ts +51 -0
- package/lib/cjs/components/SCGroupInviteButton.js +54 -0
- package/lib/cjs/components/SCGroupMembersButton.d.ts +22 -0
- package/lib/cjs/components/SCGroupMembersButton.js +24 -0
- package/lib/cjs/components/SCGroupMembersWidget.d.ts +12 -0
- package/lib/cjs/components/SCGroupMembersWidget.js +14 -0
- package/lib/cjs/components/SCGroupRequestsWidget.d.ts +8 -0
- package/lib/cjs/components/SCGroupRequestsWidget.js +10 -0
- package/lib/cjs/components/SCGroupSettingsIconButton.d.ts +19 -0
- package/lib/cjs/components/SCGroupSettingsIconButton.js +21 -0
- package/lib/cjs/components/SCGroupTemplate.d.ts +17 -0
- package/lib/cjs/components/SCGroupTemplate.js +19 -0
- package/lib/cjs/components/SCGroups.d.ts +41 -0
- package/lib/cjs/components/SCGroups.js +43 -0
- package/lib/cjs/components/SCNavigationToolbar.d.ts +2 -2
- package/lib/cjs/components/SCNavigationToolbar.js +2 -2
- package/lib/cjs/components/SCPrivateMessageEditor.d.ts +0 -3
- package/lib/cjs/components/SCPrivateMessageEditor.js +0 -3
- package/lib/cjs/fonts/community/icons.eot +0 -0
- package/lib/cjs/fonts/community/icons.svg +11 -3
- package/lib/cjs/fonts/community/icons.ttf +0 -0
- package/lib/cjs/fonts/community/icons.woff +0 -0
- package/lib/cjs/fonts/community/icons.woff2 +0 -0
- package/lib/cjs/fonts/community-icons.css +19 -7
- package/lib/cjs/index.d.ts +501 -5
- package/lib/cjs/index.js +45 -2
- package/lib/esm/components/SCChangeGroupCoverButton.d.ts +9 -0
- package/lib/esm/components/SCChangeGroupCoverButton.js +9 -0
- package/lib/esm/components/SCChangeGroupPictureButton.d.ts +9 -0
- package/lib/esm/components/SCChangeGroupPictureButton.js +9 -0
- package/lib/esm/components/SCComposer.d.ts +1 -0
- package/lib/esm/components/SCComposer.js +5 -4
- package/lib/esm/components/SCCreateGroupButton.d.ts +13 -0
- package/lib/esm/components/SCCreateGroupButton.js +13 -0
- package/lib/esm/components/SCEditGroupButton.d.ts +13 -0
- package/lib/esm/components/SCEditGroupButton.js +13 -0
- package/lib/esm/components/SCGroup.d.ts +36 -0
- package/lib/esm/components/SCGroup.js +36 -0
- package/lib/esm/components/SCGroupAutocomplete.d.ts +6 -0
- package/lib/esm/components/SCGroupAutocomplete.js +6 -0
- package/lib/esm/components/SCGroupFeedTemplate.d.ts +14 -0
- package/lib/esm/components/SCGroupFeedTemplate.js +14 -0
- package/lib/esm/components/SCGroupForm.d.ts +88 -0
- package/lib/esm/components/SCGroupForm.js +89 -0
- package/lib/esm/components/SCGroupHeader.d.ts +116 -0
- package/lib/esm/components/SCGroupHeader.js +115 -0
- package/lib/esm/components/SCGroupInfoWidget.d.ts +32 -0
- package/lib/esm/components/SCGroupInfoWidget.js +32 -0
- package/lib/esm/components/SCGroupInviteButton.d.ts +51 -0
- package/lib/esm/components/SCGroupInviteButton.js +52 -0
- package/lib/esm/components/SCGroupMembersButton.d.ts +22 -0
- package/lib/esm/components/SCGroupMembersButton.js +22 -0
- package/lib/esm/components/SCGroupMembersWidget.d.ts +12 -0
- package/lib/esm/components/SCGroupMembersWidget.js +12 -0
- package/lib/esm/components/SCGroupRequestsWidget.d.ts +8 -0
- package/lib/esm/components/SCGroupRequestsWidget.js +8 -0
- package/lib/esm/components/SCGroupSettingsIconButton.d.ts +19 -0
- package/lib/esm/components/SCGroupSettingsIconButton.js +19 -0
- package/lib/esm/components/SCGroupTemplate.d.ts +17 -0
- package/lib/esm/components/SCGroupTemplate.js +17 -0
- package/lib/esm/components/SCGroups.d.ts +41 -0
- package/lib/esm/components/SCGroups.js +41 -0
- package/lib/esm/components/SCNavigationToolbar.d.ts +2 -2
- package/lib/esm/components/SCNavigationToolbar.js +2 -2
- package/lib/esm/components/SCPrivateMessageEditor.d.ts +0 -3
- package/lib/esm/components/SCPrivateMessageEditor.js +0 -3
- package/lib/esm/fonts/community/icons.eot +0 -0
- package/lib/esm/fonts/community/icons.svg +11 -3
- package/lib/esm/fonts/community/icons.ttf +0 -0
- package/lib/esm/fonts/community/icons.woff +0 -0
- package/lib/esm/fonts/community/icons.woff2 +0 -0
- package/lib/esm/fonts/community-icons.css +19 -7
- package/lib/esm/index.d.ts +501 -5
- package/lib/esm/index.js +45 -2
- package/lib/umd/community/icons.eot +0 -0
- package/lib/umd/community/icons.svg +11 -3
- package/lib/umd/community/icons.ttf +0 -0
- package/lib/umd/community/icons.woff +0 -0
- package/lib/umd/community/icons.woff2 +0 -0
- package/lib/umd/react-theme-default.js +2 -2
- package/package.json +4 -4
|
@@ -55,7 +55,7 @@ const Component = {
|
|
|
55
55
|
left: theme.spacing(0.2),
|
|
56
56
|
marginBottom: 0,
|
|
57
57
|
backgroundColor: theme.palette.background.paper
|
|
58
|
-
}
|
|
58
|
+
}
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
},
|
|
@@ -83,7 +83,7 @@ const Component = {
|
|
|
83
83
|
'& .SCComposer-general-error': {
|
|
84
84
|
marginBottom: theme.spacing(2),
|
|
85
85
|
color: theme.palette.error.main
|
|
86
|
-
}
|
|
86
|
+
}
|
|
87
87
|
},
|
|
88
88
|
[theme.breakpoints.up('md')]: {
|
|
89
89
|
'& .MuiDialog-paper': {
|
|
@@ -98,7 +98,7 @@ const Component = {
|
|
|
98
98
|
'& .MuiDialogActions-root': {
|
|
99
99
|
justifyContent: 'center'
|
|
100
100
|
}
|
|
101
|
-
}
|
|
101
|
+
}
|
|
102
102
|
}
|
|
103
103
|
}),
|
|
104
104
|
attributesRoot: ({ theme }) => ({}),
|
|
@@ -173,6 +173,7 @@ const Component = {
|
|
|
173
173
|
}
|
|
174
174
|
}),
|
|
175
175
|
layerCategoryRoot: ({ theme }) => ({}),
|
|
176
|
+
layerGroupRoot: ({ theme }) => ({}),
|
|
176
177
|
layerCloseRoot: ({ theme }) => ({
|
|
177
178
|
'& .SCComposer-layer-content': {
|
|
178
179
|
'& .MuiTypography-root': {
|
|
@@ -212,7 +213,7 @@ const Component = {
|
|
|
212
213
|
paddingRight: theme.spacing(4)
|
|
213
214
|
}
|
|
214
215
|
}
|
|
215
|
-
})
|
|
216
|
+
})
|
|
216
217
|
}
|
|
217
218
|
};
|
|
218
219
|
exports.default = Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
'& .MuiButton-startIcon': {
|
|
7
|
+
marginRight: theme.spacing(0.5),
|
|
8
|
+
'& .MuiIcon-root': {
|
|
9
|
+
fontSize: '0.75rem !important'
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
})
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
exports.default = Component;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
'& .MuiButton-startIcon': {
|
|
7
|
+
marginRight: theme.spacing(0.5),
|
|
8
|
+
'& .MuiIcon-root': {
|
|
9
|
+
fontSize: '0.75rem !important'
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
})
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
exports.default = Component;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
[x: number]: {
|
|
5
|
+
borderRadius: any;
|
|
6
|
+
};
|
|
7
|
+
borderRadius: number;
|
|
8
|
+
paddingBottom: number;
|
|
9
|
+
overflow: string;
|
|
10
|
+
'& .SCBaseItemButton-image': {
|
|
11
|
+
marginRight: any;
|
|
12
|
+
'& .MuiAvatar-root': {
|
|
13
|
+
width: any;
|
|
14
|
+
height: any;
|
|
15
|
+
'& img': {
|
|
16
|
+
borderRadius: number;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
'& .SCBaseItemButton-primary': {
|
|
21
|
+
fontWeight: any;
|
|
22
|
+
};
|
|
23
|
+
'& .SCBaseItemButton-secondary': {
|
|
24
|
+
fontSize: string;
|
|
25
|
+
};
|
|
26
|
+
'& .SCGroup-actions': {
|
|
27
|
+
'& .MuiIcon-root': {
|
|
28
|
+
fontSize: string;
|
|
29
|
+
color: any;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
skeletonRoot: ({ theme }: any) => {};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export default Component;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
borderRadius: 0,
|
|
7
|
+
paddingBottom: 0,
|
|
8
|
+
overflow: 'visible',
|
|
9
|
+
[theme.breakpoints.up('sm')]: {
|
|
10
|
+
borderRadius: theme.shape.borderRadiusSm
|
|
11
|
+
},
|
|
12
|
+
'& .SCBaseItemButton-image': {
|
|
13
|
+
marginRight: theme.spacing(1.25),
|
|
14
|
+
'& .MuiAvatar-root': {
|
|
15
|
+
width: theme.selfcommunity.group.avatar.sizeSmall,
|
|
16
|
+
height: theme.selfcommunity.group.avatar.sizeSmall,
|
|
17
|
+
'& img': {
|
|
18
|
+
borderRadius: 0
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
'& .SCBaseItemButton-primary': {
|
|
23
|
+
fontWeight: theme.typography.fontWeightBold
|
|
24
|
+
},
|
|
25
|
+
'& .SCBaseItemButton-secondary': {
|
|
26
|
+
fontSize: '0.857rem'
|
|
27
|
+
},
|
|
28
|
+
'& .SCGroup-actions': {
|
|
29
|
+
'& .MuiIcon-root': {
|
|
30
|
+
fontSize: '1.286rem',
|
|
31
|
+
color: theme.palette.primary.main
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}),
|
|
35
|
+
skeletonRoot: ({ theme }) => ({})
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
exports.default = Component;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const Component = {
|
|
4
|
+
styleOverrides: {
|
|
5
|
+
root: ({ theme }) => ({
|
|
6
|
+
marginTop: 0
|
|
7
|
+
}),
|
|
8
|
+
skeletonRoot: ({ theme }) => ({
|
|
9
|
+
marginTop: 0,
|
|
10
|
+
[theme.breakpoints.up('md')]: {
|
|
11
|
+
marginTop: 30
|
|
12
|
+
}
|
|
13
|
+
})
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
exports.default = Component;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCGroupForm-cover': {
|
|
5
|
+
position: string;
|
|
6
|
+
height: number;
|
|
7
|
+
minHeight: number;
|
|
8
|
+
'& .SCGroupForm-avatar': {
|
|
9
|
+
top: number;
|
|
10
|
+
display: string;
|
|
11
|
+
position: string;
|
|
12
|
+
transform: string;
|
|
13
|
+
left: string;
|
|
14
|
+
'& .MuiAvatar-root': {
|
|
15
|
+
height: any;
|
|
16
|
+
width: any;
|
|
17
|
+
borderRadius: string;
|
|
18
|
+
border: string;
|
|
19
|
+
objectFit: string;
|
|
20
|
+
'& img': {
|
|
21
|
+
height: any;
|
|
22
|
+
width: any;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
'& .SCChangeGroupPictureButton-root': {
|
|
27
|
+
top: number;
|
|
28
|
+
left: string;
|
|
29
|
+
transform: string;
|
|
30
|
+
position: string;
|
|
31
|
+
display: string;
|
|
32
|
+
};
|
|
33
|
+
'& .SCChangeGroupCoverButton-root': {
|
|
34
|
+
position: string;
|
|
35
|
+
right: any;
|
|
36
|
+
bottom: any;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
'& .SCGroupForm-header': {
|
|
40
|
+
marginTop: any;
|
|
41
|
+
color: any;
|
|
42
|
+
};
|
|
43
|
+
'& .SCGroupForm-error': {
|
|
44
|
+
color: any;
|
|
45
|
+
};
|
|
46
|
+
'& .SCGroupForm-switch': {
|
|
47
|
+
'& .MuiButtonBase-root': {
|
|
48
|
+
'&.Mui-checked': {
|
|
49
|
+
color: any;
|
|
50
|
+
'& + .MuiSwitch-track': {
|
|
51
|
+
backgroundColor: any;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
'& .SCGroupForm-switch-label': {
|
|
57
|
+
fontWeight: any;
|
|
58
|
+
display: string;
|
|
59
|
+
alignItems: string;
|
|
60
|
+
justifyContent: string;
|
|
61
|
+
gap: any;
|
|
62
|
+
};
|
|
63
|
+
'& .SCGroupForm-active': {
|
|
64
|
+
color: any;
|
|
65
|
+
};
|
|
66
|
+
'& .SCGroupForm-privacy-section': {
|
|
67
|
+
marginTop: any;
|
|
68
|
+
'& .SCGroupForm-privacy-section-info': {
|
|
69
|
+
marginBottom: any;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
'& .SCGroupForm-visibility-section-info': {
|
|
73
|
+
marginTop: any;
|
|
74
|
+
};
|
|
75
|
+
'& .MuiDivider-root': {
|
|
76
|
+
marginTop: any;
|
|
77
|
+
border: string;
|
|
78
|
+
};
|
|
79
|
+
'& .SCGroupForm-invite-section': {
|
|
80
|
+
marginTop: any;
|
|
81
|
+
display: string;
|
|
82
|
+
justifyContent: string;
|
|
83
|
+
alignItems: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
export default Component;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const system_1 = require("@mui/system");
|
|
4
|
+
const Component = {
|
|
5
|
+
styleOverrides: {
|
|
6
|
+
root: ({ theme }) => ({
|
|
7
|
+
'& .SCGroupForm-cover': {
|
|
8
|
+
position: 'relative',
|
|
9
|
+
height: 120,
|
|
10
|
+
minHeight: 120,
|
|
11
|
+
'& .SCGroupForm-avatar': {
|
|
12
|
+
top: 120,
|
|
13
|
+
display: 'block',
|
|
14
|
+
position: 'absolute',
|
|
15
|
+
transform: 'translate(-50%, -50%)',
|
|
16
|
+
left: '50%',
|
|
17
|
+
'& .MuiAvatar-root': {
|
|
18
|
+
height: theme.selfcommunity.group.avatar.sizeMedium,
|
|
19
|
+
width: theme.selfcommunity.group.avatar.sizeMedium,
|
|
20
|
+
borderRadius: '50%',
|
|
21
|
+
border: `#FFF solid ${theme.spacing(0.5)}`,
|
|
22
|
+
objectFit: 'cover',
|
|
23
|
+
'& img': {
|
|
24
|
+
height: theme.selfcommunity.group.avatar.sizeMedium,
|
|
25
|
+
width: theme.selfcommunity.group.avatar.sizeMedium
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
'& .SCChangeGroupPictureButton-root': {
|
|
30
|
+
top: 120,
|
|
31
|
+
left: '50%',
|
|
32
|
+
transform: 'translate(90%, -50%)',
|
|
33
|
+
position: 'relative',
|
|
34
|
+
display: 'flex'
|
|
35
|
+
},
|
|
36
|
+
'& .SCChangeGroupCoverButton-root': {
|
|
37
|
+
position: 'absolute',
|
|
38
|
+
right: theme.spacing(2),
|
|
39
|
+
bottom: theme.spacing(2)
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
'& .SCGroupForm-header': {
|
|
43
|
+
marginTop: theme.spacing(4.5),
|
|
44
|
+
color: theme.palette.text.secondary
|
|
45
|
+
},
|
|
46
|
+
'& .SCGroupForm-error': {
|
|
47
|
+
color: theme.palette.error.main
|
|
48
|
+
},
|
|
49
|
+
'& .SCGroupForm-switch': {
|
|
50
|
+
'& .MuiButtonBase-root': {
|
|
51
|
+
'&.Mui-checked': {
|
|
52
|
+
color: theme.palette.secondary.main,
|
|
53
|
+
'& + .MuiSwitch-track': {
|
|
54
|
+
backgroundColor: theme.palette.secondary.main
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
'& .SCGroupForm-switch-label': {
|
|
60
|
+
fontWeight: theme.typography.fontWeightMedium,
|
|
61
|
+
display: 'flex',
|
|
62
|
+
alignItems: 'center',
|
|
63
|
+
justifyContent: 'center',
|
|
64
|
+
gap: theme.spacing(0.5)
|
|
65
|
+
},
|
|
66
|
+
'& .SCGroupForm-active': {
|
|
67
|
+
color: theme.palette.secondary.main
|
|
68
|
+
},
|
|
69
|
+
'& .SCGroupForm-privacy-section': {
|
|
70
|
+
marginTop: theme.spacing(2),
|
|
71
|
+
'& .SCGroupForm-privacy-section-info': {
|
|
72
|
+
marginBottom: theme.spacing(2)
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
'& .SCGroupForm-visibility-section-info': {
|
|
76
|
+
marginTop: theme.spacing(1)
|
|
77
|
+
},
|
|
78
|
+
'& .MuiDivider-root': {
|
|
79
|
+
marginTop: theme.spacing(2),
|
|
80
|
+
border: `1px solid ${(0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`
|
|
81
|
+
},
|
|
82
|
+
'& .SCGroupForm-invite-section': {
|
|
83
|
+
marginTop: theme.spacing(2),
|
|
84
|
+
display: 'flex',
|
|
85
|
+
justifyContent: 'center',
|
|
86
|
+
alignItems: 'center'
|
|
87
|
+
}
|
|
88
|
+
})
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
exports.default = Component;
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
declare const Component: {
|
|
2
|
+
styleOverrides: {
|
|
3
|
+
root: ({ theme }: any) => {
|
|
4
|
+
'& .SCGroupHeader-cover': {
|
|
5
|
+
[x: number]: {
|
|
6
|
+
borderRadius: any;
|
|
7
|
+
margin?: undefined;
|
|
8
|
+
} | {
|
|
9
|
+
margin: any;
|
|
10
|
+
borderRadius?: undefined;
|
|
11
|
+
};
|
|
12
|
+
position: string;
|
|
13
|
+
height: number;
|
|
14
|
+
minHeight: number;
|
|
15
|
+
borderRadius: number;
|
|
16
|
+
background: string;
|
|
17
|
+
boxShadow: string;
|
|
18
|
+
};
|
|
19
|
+
'& .SCGroupHeader-info': {
|
|
20
|
+
marginTop: number;
|
|
21
|
+
display: string;
|
|
22
|
+
flexDirection: string;
|
|
23
|
+
justifyContent: string;
|
|
24
|
+
alignItems: string;
|
|
25
|
+
'& .SCGroupHeader-members': {
|
|
26
|
+
marginBottom: string;
|
|
27
|
+
'& .SCGroupHeader-members-counter': {
|
|
28
|
+
fontSize: string;
|
|
29
|
+
fontWeight: any;
|
|
30
|
+
display: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
'& .SCGroupHeader-visibility': {
|
|
34
|
+
display: string;
|
|
35
|
+
justifyContent: string;
|
|
36
|
+
alignItems: string;
|
|
37
|
+
gap: any;
|
|
38
|
+
'& .SCGroupHeader-visibility-item': {
|
|
39
|
+
fontSize: any;
|
|
40
|
+
fontWeight: any;
|
|
41
|
+
display: string;
|
|
42
|
+
justifyContent: string;
|
|
43
|
+
alignItems: string;
|
|
44
|
+
gap: any;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
'& .SCEditGroupButton-root': {
|
|
48
|
+
marginLeft: string;
|
|
49
|
+
marginTop: any;
|
|
50
|
+
};
|
|
51
|
+
'& .SCGroupSubscribeButton-root': {
|
|
52
|
+
marginTop: any;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
'& .SCGroupHeader-avatar': {
|
|
56
|
+
top: number;
|
|
57
|
+
display: string;
|
|
58
|
+
position: string;
|
|
59
|
+
transform: string;
|
|
60
|
+
left: string;
|
|
61
|
+
'& .MuiAvatar-root': {
|
|
62
|
+
height: any;
|
|
63
|
+
width: any;
|
|
64
|
+
borderRadius: string;
|
|
65
|
+
border: string;
|
|
66
|
+
objectFit: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
'& .SCGroupHeader-change-picture': {
|
|
70
|
+
top: number;
|
|
71
|
+
left: string;
|
|
72
|
+
transform: string;
|
|
73
|
+
position: string;
|
|
74
|
+
display: string;
|
|
75
|
+
};
|
|
76
|
+
'& .SCGroupHeader-name': {
|
|
77
|
+
marginBottom: any;
|
|
78
|
+
fontWeight: any;
|
|
79
|
+
fontSize: string;
|
|
80
|
+
textAlign: string;
|
|
81
|
+
};
|
|
82
|
+
'& .SCGroupHeader-change-cover': {
|
|
83
|
+
position: string;
|
|
84
|
+
right: any;
|
|
85
|
+
bottom: any;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
skeletonRoot: ({ theme }: any) => {
|
|
89
|
+
position: string;
|
|
90
|
+
'& .SCGroupHeader-cover': {
|
|
91
|
+
[x: number]: {
|
|
92
|
+
margin: any;
|
|
93
|
+
};
|
|
94
|
+
height: number;
|
|
95
|
+
};
|
|
96
|
+
'& .SCGroupHeader-avatar': {
|
|
97
|
+
top: number;
|
|
98
|
+
display: string;
|
|
99
|
+
position: string;
|
|
100
|
+
transform: string;
|
|
101
|
+
left: string;
|
|
102
|
+
"& .MuiSkeleton-root": {
|
|
103
|
+
border: string;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
'& .SCGroupHeader-info': {
|
|
107
|
+
display: string;
|
|
108
|
+
justifyContent: string;
|
|
109
|
+
flexDirection: string;
|
|
110
|
+
alignItems: string;
|
|
111
|
+
marginTop: number;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
export default Component;
|