@selfcommunity/react-theme-default 0.1.9-alpha.3 → 0.1.9-alpha.30

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.
Files changed (89) hide show
  1. package/lib/cjs/components/SCCategoryHeader.js +2 -2
  2. package/lib/cjs/components/SCComposer.d.ts +1 -0
  3. package/lib/cjs/components/SCComposer.js +5 -4
  4. package/lib/cjs/components/SCCreateGroupButton.d.ts +5 -2
  5. package/lib/cjs/components/SCCreateGroupButton.js +5 -2
  6. package/lib/cjs/components/SCEditGroupButton.d.ts +13 -0
  7. package/lib/cjs/components/SCEditGroupButton.js +15 -0
  8. package/lib/cjs/components/SCFeedObject.d.ts +37 -0
  9. package/lib/cjs/components/SCFeedObject.js +38 -1
  10. package/lib/cjs/components/SCGroupAutocomplete.d.ts +6 -0
  11. package/lib/cjs/components/SCGroupAutocomplete.js +8 -0
  12. package/lib/cjs/components/SCGroupFeedTemplate.d.ts +0 -29
  13. package/lib/cjs/components/SCGroupFeedTemplate.js +1 -30
  14. package/lib/cjs/components/{SCCreateGroup.d.ts → SCGroupForm.d.ts} +13 -10
  15. package/lib/cjs/components/{SCCreateGroup.js → SCGroupForm.js} +13 -10
  16. package/lib/cjs/components/SCGroupHeader.d.ts +12 -16
  17. package/lib/cjs/components/SCGroupHeader.js +13 -17
  18. package/lib/cjs/components/SCGroupInviteButton.d.ts +5 -2
  19. package/lib/cjs/components/SCGroupInviteButton.js +5 -2
  20. package/lib/cjs/components/SCGroupMembersWidget.d.ts +2 -2
  21. package/lib/cjs/components/SCGroupMembersWidget.js +2 -2
  22. package/lib/cjs/components/SCGroupSettingsIconButton.d.ts +19 -0
  23. package/lib/cjs/components/SCGroupSettingsIconButton.js +21 -0
  24. package/lib/cjs/components/SCGroupTemplate.d.ts +3 -0
  25. package/lib/cjs/components/SCGroupTemplate.js +3 -0
  26. package/lib/cjs/components/SCGroups.d.ts +36 -2
  27. package/lib/cjs/components/SCGroups.js +36 -2
  28. package/lib/cjs/components/SCNavigationToolbar.d.ts +1 -1
  29. package/lib/cjs/components/SCNavigationToolbar.js +1 -1
  30. package/lib/cjs/components/SCNavigationToolbarMobile.js +1 -1
  31. package/lib/cjs/components/SCPrivateMessageThread.d.ts +11 -0
  32. package/lib/cjs/components/SCPrivateMessageThread.js +13 -2
  33. package/lib/cjs/components/SCUserProfileHeader.js +2 -2
  34. package/lib/cjs/fonts/community/icons.eot +0 -0
  35. package/lib/cjs/fonts/community/icons.svg +5 -1
  36. package/lib/cjs/fonts/community/icons.ttf +0 -0
  37. package/lib/cjs/fonts/community/icons.woff +0 -0
  38. package/lib/cjs/fonts/community/icons.woff2 +0 -0
  39. package/lib/cjs/fonts/community-icons.css +13 -7
  40. package/lib/cjs/index.d.ts +161 -64
  41. package/lib/cjs/index.js +10 -4
  42. package/lib/esm/components/SCCategoryHeader.js +2 -2
  43. package/lib/esm/components/SCComposer.d.ts +1 -0
  44. package/lib/esm/components/SCComposer.js +5 -4
  45. package/lib/esm/components/SCCreateGroupButton.d.ts +5 -2
  46. package/lib/esm/components/SCCreateGroupButton.js +5 -2
  47. package/lib/esm/components/SCEditGroupButton.d.ts +13 -0
  48. package/lib/esm/components/SCEditGroupButton.js +13 -0
  49. package/lib/esm/components/SCFeedObject.d.ts +37 -0
  50. package/lib/esm/components/SCFeedObject.js +38 -1
  51. package/lib/esm/components/SCGroupAutocomplete.d.ts +6 -0
  52. package/lib/esm/components/SCGroupAutocomplete.js +6 -0
  53. package/lib/esm/components/SCGroupFeedTemplate.d.ts +0 -29
  54. package/lib/esm/components/SCGroupFeedTemplate.js +1 -30
  55. package/lib/esm/components/{SCCreateGroup.d.ts → SCGroupForm.d.ts} +13 -10
  56. package/lib/esm/components/{SCCreateGroup.js → SCGroupForm.js} +13 -10
  57. package/lib/esm/components/SCGroupHeader.d.ts +12 -16
  58. package/lib/esm/components/SCGroupHeader.js +13 -17
  59. package/lib/esm/components/SCGroupInviteButton.d.ts +5 -2
  60. package/lib/esm/components/SCGroupInviteButton.js +5 -2
  61. package/lib/esm/components/SCGroupMembersWidget.d.ts +2 -2
  62. package/lib/esm/components/SCGroupMembersWidget.js +2 -2
  63. package/lib/esm/components/SCGroupSettingsIconButton.d.ts +19 -0
  64. package/lib/esm/components/SCGroupSettingsIconButton.js +19 -0
  65. package/lib/esm/components/SCGroupTemplate.d.ts +3 -0
  66. package/lib/esm/components/SCGroupTemplate.js +3 -0
  67. package/lib/esm/components/SCGroups.d.ts +36 -2
  68. package/lib/esm/components/SCGroups.js +36 -2
  69. package/lib/esm/components/SCNavigationToolbar.d.ts +1 -1
  70. package/lib/esm/components/SCNavigationToolbar.js +1 -1
  71. package/lib/esm/components/SCNavigationToolbarMobile.js +1 -1
  72. package/lib/esm/components/SCPrivateMessageThread.d.ts +11 -0
  73. package/lib/esm/components/SCPrivateMessageThread.js +13 -2
  74. package/lib/esm/components/SCUserProfileHeader.js +2 -2
  75. package/lib/esm/fonts/community/icons.eot +0 -0
  76. package/lib/esm/fonts/community/icons.svg +5 -1
  77. package/lib/esm/fonts/community/icons.ttf +0 -0
  78. package/lib/esm/fonts/community/icons.woff +0 -0
  79. package/lib/esm/fonts/community/icons.woff2 +0 -0
  80. package/lib/esm/fonts/community-icons.css +13 -7
  81. package/lib/esm/index.d.ts +161 -64
  82. package/lib/esm/index.js +10 -4
  83. package/lib/umd/community/icons.eot +0 -0
  84. package/lib/umd/community/icons.svg +5 -1
  85. package/lib/umd/community/icons.ttf +0 -0
  86. package/lib/umd/community/icons.woff +0 -0
  87. package/lib/umd/community/icons.woff2 +0 -0
  88. package/lib/umd/react-theme-default.js +2 -2
  89. package/package.json +4 -4
@@ -13,10 +13,10 @@ const Component = {
13
13
  flexDirection: 'column',
14
14
  justifyContent: 'center',
15
15
  alignItems: 'center',
16
- minHeight: 150,
16
+ minHeight: 230,
17
17
  color: '#FFF',
18
18
  background: 'linear-gradient(180deg, rgba(177,177,177,1) 0%, rgba(255,255,255,1) 90%)',
19
- height: 150,
19
+ height: 230,
20
20
  borderRadius: 0
21
21
  },
22
22
  '& .SCCategoryHeader-info': {
@@ -170,6 +170,7 @@ declare const Component: {
170
170
  };
171
171
  };
172
172
  layerCategoryRoot: ({ theme }: any) => {};
173
+ layerGroupRoot: ({ theme }: any) => {};
173
174
  layerCloseRoot: ({ theme }: any) => {
174
175
  '& .SCComposer-layer-content': {
175
176
  '& .MuiTypography-root': {
@@ -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;
@@ -1,8 +1,11 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
- '& .MuiIcon-root': {
5
- fontSize: string;
4
+ '& .MuiButton-startIcon': {
5
+ marginRight: any;
6
+ '& .MuiIcon-root': {
7
+ fontSize: string;
8
+ };
6
9
  };
7
10
  };
8
11
  };
@@ -3,8 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
- '& .MuiIcon-root': {
7
- fontSize: '1rem !important'
6
+ '& .MuiButton-startIcon': {
7
+ marginRight: theme.spacing(0.5),
8
+ '& .MuiIcon-root': {
9
+ fontSize: '0.75rem !important'
10
+ }
8
11
  }
9
12
  })
10
13
  }
@@ -0,0 +1,13 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ '& .MuiButton-startIcon': {
5
+ marginRight: any;
6
+ '& .MuiIcon-root': {
7
+ fontSize: string;
8
+ };
9
+ };
10
+ };
11
+ };
12
+ };
13
+ export 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;
@@ -59,6 +59,30 @@ declare const Component: {
59
59
  fontWeight: any;
60
60
  };
61
61
  };
62
+ '& .SCFeedObject-group': {
63
+ [x: number]: {
64
+ right: string;
65
+ };
66
+ position: string;
67
+ right: string;
68
+ transform: string;
69
+ };
70
+ };
71
+ '& .SCFeedObject-group': {
72
+ justifyContent: string;
73
+ padding: any;
74
+ '& a': {
75
+ padding: any;
76
+ marginBottom: any;
77
+ color: any;
78
+ '&:hover': {
79
+ backgroundColor: any;
80
+ };
81
+ '& span': {
82
+ color: any;
83
+ textTransform: string;
84
+ };
85
+ };
62
86
  };
63
87
  '& .SCFeedObject-content': {
64
88
  padding: any;
@@ -120,6 +144,19 @@ declare const Component: {
120
144
  '& .SCFeedObject-category': {
121
145
  borderBottom: string;
122
146
  margin: any;
147
+ '& .SCFeedObject-group': {
148
+ borderBottom: string;
149
+ margin: any;
150
+ '& .MuiChip-icon': {
151
+ marginLeft: any;
152
+ marginRight: any;
153
+ fontWeight: any;
154
+ };
155
+ };
156
+ };
157
+ '& .SCFeedObject-group': {
158
+ borderBottom: string;
159
+ margin: any;
123
160
  };
124
161
  '& .SCFeedObject-header': {
125
162
  '& .MuiCardHeader-avatar': {
@@ -61,6 +61,30 @@ const Component = {
61
61
  textTransform: 'initial',
62
62
  fontWeight: theme.typography.fontWeightBold
63
63
  }
64
+ },
65
+ '& .SCFeedObject-group': {
66
+ position: 'relative',
67
+ right: '10%',
68
+ [theme.breakpoints.up('sm')]: {
69
+ right: '30%'
70
+ },
71
+ transform: 'translateX(-50%)'
72
+ }
73
+ },
74
+ '& .SCFeedObject-group': {
75
+ justifyContent: 'flex-start',
76
+ padding: theme.spacing(0.5),
77
+ '& a': {
78
+ padding: theme.spacing(0.5),
79
+ marginBottom: theme.spacing(0.5),
80
+ color: theme.palette.common.white,
81
+ '&:hover': {
82
+ backgroundColor: theme.palette.common.black
83
+ },
84
+ '& span': {
85
+ color: theme.palette.common.white,
86
+ textTransform: 'initial'
87
+ }
64
88
  }
65
89
  },
66
90
  '& .SCFeedObject-content': {
@@ -122,7 +146,20 @@ const Component = {
122
146
  },
123
147
  '& .SCFeedObject-category': {
124
148
  borderBottom: '1px solid rgba(221, 221, 221, 1)',
125
- margin: theme.spacing(0, 2)
149
+ margin: theme.spacing(0, 2),
150
+ '& .SCFeedObject-group': {
151
+ borderBottom: 'none',
152
+ margin: theme.spacing(0),
153
+ '& .MuiChip-icon': {
154
+ marginLeft: theme.spacing(1),
155
+ marginRight: theme.spacing(-1),
156
+ fontWeight: theme.typography.fontWeightRegular
157
+ }
158
+ }
159
+ },
160
+ '& .SCFeedObject-group': {
161
+ borderBottom: '1px solid rgba(221, 221, 221, 1)',
162
+ margin: theme.spacing(1, 2, 0, 2)
126
163
  },
127
164
  '& .SCFeedObject-header': {
128
165
  '& .MuiCardHeader-avatar': {
@@ -0,0 +1,6 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {};
4
+ };
5
+ };
6
+ export default Component;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({})
6
+ }
7
+ };
8
+ exports.default = Component;
@@ -2,35 +2,6 @@ declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
4
  marginTop: number;
5
- '& .SCGroupFeedTemplate-feed': {
6
- marginTop: any;
7
- };
8
- '& .SCGroupFeedTemplate-tabs': {
9
- '& .MuiTabs-flexContainer': {
10
- borderBottom: string;
11
- };
12
- '& .MuiTabs-indicator': {
13
- display: string;
14
- justifyContent: string;
15
- backgroundColor: string;
16
- };
17
- '& .MuiTabs-indicatorSpan': {
18
- maxWidth: string;
19
- width: string;
20
- backgroundColor: any;
21
- };
22
- };
23
- '& .SCGroupFeedTemplate-tab-content': {
24
- '& .SCGroupFeedTemplate-members': {
25
- display: string;
26
- flexDirection: string;
27
- gap: any;
28
- };
29
- };
30
- };
31
- tabRoot: ({ theme }: any) => {
32
- textTransform: string;
33
- fontWeight: any;
34
5
  };
35
6
  skeletonRoot: ({ theme }: any) => {
36
7
  [x: number]: {
@@ -3,36 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
- marginTop: 0,
7
- '& .SCGroupFeedTemplate-feed': {
8
- marginTop: theme.spacing(2)
9
- },
10
- '& .SCGroupFeedTemplate-tabs': {
11
- '& .MuiTabs-flexContainer': {
12
- borderBottom: `2px solid ${theme.palette.grey[300]}`
13
- },
14
- '& .MuiTabs-indicator': {
15
- display: 'flex',
16
- justifyContent: 'center',
17
- backgroundColor: 'transparent'
18
- },
19
- '& .MuiTabs-indicatorSpan': {
20
- maxWidth: '40%',
21
- width: '100%',
22
- backgroundColor: theme.palette.secondary.main
23
- }
24
- },
25
- '& .SCGroupFeedTemplate-tab-content': {
26
- '& .SCGroupFeedTemplate-members': {
27
- display: 'flex',
28
- flexDirection: 'column',
29
- gap: theme.spacing(2)
30
- }
31
- }
32
- }),
33
- tabRoot: ({ theme }) => ({
34
- textTransform: 'none',
35
- fontWeight: theme.typography.fontWeightBold
6
+ marginTop: 0
36
7
  }),
37
8
  skeletonRoot: ({ theme }) => ({
38
9
  marginTop: 0,
@@ -1,11 +1,11 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
- '& .SCCreateGroup-cover': {
4
+ '& .SCGroupForm-cover': {
5
5
  position: string;
6
6
  height: number;
7
7
  minHeight: number;
8
- '& .SCCreateGroup-avatar': {
8
+ '& .SCGroupForm-avatar': {
9
9
  top: number;
10
10
  display: string;
11
11
  position: string;
@@ -36,11 +36,14 @@ declare const Component: {
36
36
  bottom: any;
37
37
  };
38
38
  };
39
- '& .SCCreateGroup-header': {
39
+ '& .SCGroupForm-header': {
40
40
  marginTop: any;
41
41
  color: any;
42
42
  };
43
- '& .SCCreateGroup-switch': {
43
+ '& .SCGroupForm-error': {
44
+ color: any;
45
+ };
46
+ '& .SCGroupForm-switch': {
44
47
  '& .MuiButtonBase-root': {
45
48
  '&.Mui-checked': {
46
49
  color: any;
@@ -50,30 +53,30 @@ declare const Component: {
50
53
  };
51
54
  };
52
55
  };
53
- '& .SCCreateGroup-switch-label': {
56
+ '& .SCGroupForm-switch-label': {
54
57
  fontWeight: any;
55
58
  display: string;
56
59
  alignItems: string;
57
60
  justifyContent: string;
58
61
  gap: any;
59
62
  };
60
- '& .SCCreateGroup-active': {
63
+ '& .SCGroupForm-active': {
61
64
  color: any;
62
65
  };
63
- '& .SCCreateGroup-privacy-section': {
66
+ '& .SCGroupForm-privacy-section': {
64
67
  marginTop: any;
65
- '& .SCCreateGroup-privacy-section-info': {
68
+ '& .SCGroupForm-privacy-section-info': {
66
69
  marginBottom: any;
67
70
  };
68
71
  };
69
- '& .SCCreateGroup-visibility-section-info': {
72
+ '& .SCGroupForm-visibility-section-info': {
70
73
  marginTop: any;
71
74
  };
72
75
  '& .MuiDivider-root': {
73
76
  marginTop: any;
74
77
  border: string;
75
78
  };
76
- '& .SCCreateGroup-invite-section': {
79
+ '& .SCGroupForm-invite-section': {
77
80
  marginTop: any;
78
81
  display: string;
79
82
  justifyContent: string;
@@ -4,11 +4,11 @@ const system_1 = require("@mui/system");
4
4
  const Component = {
5
5
  styleOverrides: {
6
6
  root: ({ theme }) => ({
7
- '& .SCCreateGroup-cover': {
7
+ '& .SCGroupForm-cover': {
8
8
  position: 'relative',
9
9
  height: 120,
10
10
  minHeight: 120,
11
- '& .SCCreateGroup-avatar': {
11
+ '& .SCGroupForm-avatar': {
12
12
  top: 120,
13
13
  display: 'block',
14
14
  position: 'absolute',
@@ -39,11 +39,14 @@ const Component = {
39
39
  bottom: theme.spacing(2)
40
40
  }
41
41
  },
42
- '& .SCCreateGroup-header': {
42
+ '& .SCGroupForm-header': {
43
43
  marginTop: theme.spacing(4.5),
44
44
  color: theme.palette.text.secondary
45
45
  },
46
- '& .SCCreateGroup-switch': {
46
+ '& .SCGroupForm-error': {
47
+ color: theme.palette.error.main
48
+ },
49
+ '& .SCGroupForm-switch': {
47
50
  '& .MuiButtonBase-root': {
48
51
  '&.Mui-checked': {
49
52
  color: theme.palette.secondary.main,
@@ -53,30 +56,30 @@ const Component = {
53
56
  }
54
57
  }
55
58
  },
56
- '& .SCCreateGroup-switch-label': {
59
+ '& .SCGroupForm-switch-label': {
57
60
  fontWeight: theme.typography.fontWeightMedium,
58
61
  display: 'flex',
59
62
  alignItems: 'center',
60
63
  justifyContent: 'center',
61
64
  gap: theme.spacing(0.5)
62
65
  },
63
- '& .SCCreateGroup-active': {
66
+ '& .SCGroupForm-active': {
64
67
  color: theme.palette.secondary.main
65
68
  },
66
- '& .SCCreateGroup-privacy-section': {
69
+ '& .SCGroupForm-privacy-section': {
67
70
  marginTop: theme.spacing(2),
68
- '& .SCCreateGroup-privacy-section-info': {
71
+ '& .SCGroupForm-privacy-section-info': {
69
72
  marginBottom: theme.spacing(2)
70
73
  }
71
74
  },
72
- '& .SCCreateGroup-visibility-section-info': {
75
+ '& .SCGroupForm-visibility-section-info': {
73
76
  marginTop: theme.spacing(1)
74
77
  },
75
78
  '& .MuiDivider-root': {
76
79
  marginTop: theme.spacing(2),
77
80
  border: `1px solid ${(0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`
78
81
  },
79
- '& .SCCreateGroup-invite-section': {
82
+ '& .SCGroupForm-invite-section': {
80
83
  marginTop: theme.spacing(2),
81
84
  display: 'flex',
82
85
  justifyContent: 'center',
@@ -17,6 +17,7 @@ declare const Component: {
17
17
  boxShadow: string;
18
18
  };
19
19
  '& .SCGroupHeader-info': {
20
+ marginTop: number;
20
21
  display: string;
21
22
  flexDirection: string;
22
23
  justifyContent: string;
@@ -43,6 +44,13 @@ declare const Component: {
43
44
  gap: any;
44
45
  };
45
46
  };
47
+ '& .SCEditGroupButton-root': {
48
+ marginLeft: string;
49
+ marginTop: any;
50
+ };
51
+ '& .SCGroupSubscribeButton-root': {
52
+ marginTop: any;
53
+ };
46
54
  };
47
55
  '& .SCGroupHeader-avatar': {
48
56
  top: number;
@@ -66,7 +74,6 @@ declare const Component: {
66
74
  display: string;
67
75
  };
68
76
  '& .SCGroupHeader-name': {
69
- marginTop: number;
70
77
  marginBottom: any;
71
78
  fontWeight: any;
72
79
  fontSize: string;
@@ -96,23 +103,12 @@ declare const Component: {
96
103
  border: string;
97
104
  };
98
105
  };
99
- '& .SCGroupHeader-section': {
106
+ '& .SCGroupHeader-info': {
100
107
  display: string;
101
108
  justifyContent: string;
102
- '& .SCGroupHeader-name': {
103
- marginTop: number;
104
- textAlign: string;
105
- "& .MuiSkeleton-root": {
106
- justifyContent: string;
107
- };
108
- };
109
- '& .SCGroupHeader-actions': {
110
- [x: number]: {
111
- margin: any;
112
- };
113
- height: string;
114
- marginTop: any;
115
- };
109
+ flexDirection: string;
110
+ alignItems: string;
111
+ marginTop: number;
116
112
  };
117
113
  };
118
114
  };
@@ -18,6 +18,7 @@ const Component = {
18
18
  }
19
19
  },
20
20
  '& .SCGroupHeader-info': {
21
+ marginTop: 50,
21
22
  display: 'flex',
22
23
  flexDirection: 'column',
23
24
  justifyContent: 'center',
@@ -43,6 +44,13 @@ const Component = {
43
44
  alignItems: 'center',
44
45
  gap: theme.spacing(0.5)
45
46
  }
47
+ },
48
+ '& .SCEditGroupButton-root': {
49
+ marginLeft: 'auto',
50
+ marginTop: theme.spacing(2)
51
+ },
52
+ '& .SCGroupSubscribeButton-root': {
53
+ marginTop: theme.spacing(1)
46
54
  }
47
55
  },
48
56
  '& .SCGroupHeader-avatar': {
@@ -67,8 +75,7 @@ const Component = {
67
75
  display: 'flex'
68
76
  },
69
77
  '& .SCGroupHeader-name': {
70
- marginTop: 0.5 * theme.selfcommunity.group.avatar.sizeLarge + 8,
71
- marginBottom: theme.spacing(2),
78
+ marginBottom: theme.spacing(1),
72
79
  fontWeight: theme.typography.fontWeightBold,
73
80
  fontSize: '1.429rem',
74
81
  textAlign: 'center'
@@ -97,23 +104,12 @@ const Component = {
97
104
  border: '#FFF solid 5px'
98
105
  }
99
106
  },
100
- '& .SCGroupHeader-section': {
107
+ '& .SCGroupHeader-info': {
101
108
  display: 'flex',
102
109
  justifyContent: 'center',
103
- '& .SCGroupHeader-name': {
104
- marginTop: 50,
105
- textAlign: 'start',
106
- [`& .MuiSkeleton-root`]: {
107
- justifyContent: 'center'
108
- }
109
- },
110
- '& .SCGroupHeader-actions': {
111
- [theme.breakpoints.up('md')]: {
112
- margin: theme.spacing(1, 2, 2, 2)
113
- },
114
- height: 'fit-content',
115
- marginTop: theme.spacing(1)
116
- }
110
+ flexDirection: 'column',
111
+ alignItems: 'center',
112
+ marginTop: 60
117
113
  }
118
114
  })
119
115
  }
@@ -1,8 +1,11 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
- '& .MuiIcon-root': {
5
- fontSize: string;
4
+ '& .MuiButton-startIcon': {
5
+ marginRight: any;
6
+ '& .MuiIcon-root': {
7
+ fontSize: string;
8
+ };
6
9
  };
7
10
  };
8
11
  dialogRoot: ({ theme }: any) => {
@@ -4,8 +4,11 @@ const system_1 = require("@mui/system");
4
4
  const Component = {
5
5
  styleOverrides: {
6
6
  root: ({ theme }) => ({
7
- '& .MuiIcon-root': {
8
- fontSize: '1rem !important'
7
+ '& .MuiButton-startIcon': {
8
+ marginRight: theme.spacing(0.5),
9
+ '& .MuiIcon-root': {
10
+ fontSize: '0.75rem !important'
11
+ }
9
12
  }
10
13
  }),
11
14
  dialogRoot: ({ theme }) => ({
@@ -1,8 +1,8 @@
1
1
  declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
- '& .SCGroupMembersWidget-button': {
5
- marginTop: any;
4
+ '& .SCGroupMembersWidget-actions': {
5
+ margin: any;
6
6
  };
7
7
  };
8
8
  skeletonRoot: ({ theme }: any) => {};
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
- '& .SCGroupMembersWidget-button': {
7
- marginTop: theme.spacing(1)
6
+ '& .SCGroupMembersWidget-actions': {
7
+ margin: theme.spacing(0, 0, 2, 1)
8
8
  }
9
9
  }),
10
10
  skeletonRoot: ({ theme }) => ({}),
@@ -0,0 +1,19 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {};
4
+ menuRoot: ({ theme }: any) => {
5
+ '& .SCGroupSettingsIconButton-paper': {
6
+ maxWidth: number;
7
+ padding: any;
8
+ };
9
+ };
10
+ drawerRoot: ({ theme }: any) => {
11
+ '& .MuiList-root': {
12
+ '& a': {
13
+ color: string;
14
+ };
15
+ };
16
+ };
17
+ };
18
+ };
19
+ export default Component;