@selfcommunity/react-theme-default 0.4.5-alpha.0 → 0.4.5-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.
Files changed (82) hide show
  1. package/lib/cjs/components/SCComposer.d.ts +36 -8
  2. package/lib/cjs/components/SCComposer.js +37 -9
  3. package/lib/cjs/components/SCCreateLiveStreamButton.d.ts +12 -0
  4. package/lib/cjs/components/SCCreateLiveStreamButton.js +14 -0
  5. package/lib/cjs/components/SCEventInfoDetails.d.ts +3 -0
  6. package/lib/cjs/components/SCEventInfoDetails.js +3 -0
  7. package/lib/cjs/components/SCFeedObject.d.ts +14 -3
  8. package/lib/cjs/components/SCFeedObject.js +16 -5
  9. package/lib/cjs/components/SCFeedObjectDetailTemplate.d.ts +11 -0
  10. package/lib/cjs/components/SCFeedObjectDetailTemplate.js +12 -1
  11. package/lib/cjs/components/SCLiveStream.d.ts +218 -0
  12. package/lib/cjs/components/SCLiveStream.js +220 -0
  13. package/lib/cjs/components/SCLiveStreamDialog.d.ts +16 -0
  14. package/lib/cjs/components/SCLiveStreamDialog.js +18 -0
  15. package/lib/cjs/components/SCLiveStreamForm.d.ts +27 -0
  16. package/lib/cjs/components/SCLiveStreamForm.js +29 -0
  17. package/lib/cjs/components/SCLiveStreamFormSettings.d.ts +15 -0
  18. package/lib/cjs/components/SCLiveStreamFormSettings.js +17 -0
  19. package/lib/cjs/components/SCLiveStreamInfoDetails.d.ts +43 -0
  20. package/lib/cjs/components/SCLiveStreamInfoDetails.js +43 -0
  21. package/lib/cjs/components/SCLiveStreamRoom.d.ts +113 -0
  22. package/lib/cjs/components/SCLiveStreamRoom.js +115 -0
  23. package/lib/cjs/components/SCLiveStreamSelector.d.ts +71 -0
  24. package/lib/cjs/components/SCLiveStreamSelector.js +75 -0
  25. package/lib/cjs/components/SCLiveStreamVideoConference.d.ts +29 -0
  26. package/lib/cjs/components/SCLiveStreamVideoConference.js +31 -0
  27. package/lib/cjs/components/SCMediaFile.d.ts +0 -4
  28. package/lib/cjs/components/SCMediaFile.js +1 -5
  29. package/lib/cjs/components/SCNavigationMenuDrawer.d.ts +4 -0
  30. package/lib/cjs/components/SCNavigationMenuDrawer.js +4 -0
  31. package/lib/cjs/components/SCNotification.d.ts +27 -0
  32. package/lib/cjs/components/SCNotification.js +27 -0
  33. package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +2 -0
  34. package/lib/cjs/components/SCPrivateMessageThreadItem.js +2 -1
  35. package/lib/cjs/components/SCUpScalingTierBadge.d.ts +13 -0
  36. package/lib/cjs/components/SCUpScalingTierBadge.js +15 -0
  37. package/lib/cjs/components/SCUserLiveStreamWidget.d.ts +101 -0
  38. package/lib/cjs/components/SCUserLiveStreamWidget.js +97 -0
  39. package/lib/cjs/index.d.ts +841 -112
  40. package/lib/cjs/index.js +23 -1
  41. package/lib/esm/components/SCComposer.d.ts +36 -8
  42. package/lib/esm/components/SCComposer.js +37 -9
  43. package/lib/esm/components/SCCreateLiveStreamButton.d.ts +12 -0
  44. package/lib/esm/components/SCCreateLiveStreamButton.js +12 -0
  45. package/lib/esm/components/SCEventInfoDetails.d.ts +3 -0
  46. package/lib/esm/components/SCEventInfoDetails.js +3 -0
  47. package/lib/esm/components/SCFeedObject.d.ts +14 -3
  48. package/lib/esm/components/SCFeedObject.js +16 -5
  49. package/lib/esm/components/SCFeedObjectDetailTemplate.d.ts +11 -0
  50. package/lib/esm/components/SCFeedObjectDetailTemplate.js +12 -1
  51. package/lib/esm/components/SCLiveStream.d.ts +218 -0
  52. package/lib/esm/components/SCLiveStream.js +218 -0
  53. package/lib/esm/components/SCLiveStreamDialog.d.ts +16 -0
  54. package/lib/esm/components/SCLiveStreamDialog.js +16 -0
  55. package/lib/esm/components/SCLiveStreamForm.d.ts +27 -0
  56. package/lib/esm/components/SCLiveStreamForm.js +27 -0
  57. package/lib/esm/components/SCLiveStreamFormSettings.d.ts +15 -0
  58. package/lib/esm/components/SCLiveStreamFormSettings.js +15 -0
  59. package/lib/esm/components/SCLiveStreamInfoDetails.d.ts +43 -0
  60. package/lib/esm/components/SCLiveStreamInfoDetails.js +41 -0
  61. package/lib/esm/components/SCLiveStreamRoom.d.ts +113 -0
  62. package/lib/esm/components/SCLiveStreamRoom.js +113 -0
  63. package/lib/esm/components/SCLiveStreamSelector.d.ts +71 -0
  64. package/lib/esm/components/SCLiveStreamSelector.js +73 -0
  65. package/lib/esm/components/SCLiveStreamVideoConference.d.ts +29 -0
  66. package/lib/esm/components/SCLiveStreamVideoConference.js +29 -0
  67. package/lib/esm/components/SCMediaFile.d.ts +0 -4
  68. package/lib/esm/components/SCMediaFile.js +1 -5
  69. package/lib/esm/components/SCNavigationMenuDrawer.d.ts +4 -0
  70. package/lib/esm/components/SCNavigationMenuDrawer.js +4 -0
  71. package/lib/esm/components/SCNotification.d.ts +27 -0
  72. package/lib/esm/components/SCNotification.js +27 -0
  73. package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +2 -0
  74. package/lib/esm/components/SCPrivateMessageThreadItem.js +2 -1
  75. package/lib/esm/components/SCUpScalingTierBadge.d.ts +13 -0
  76. package/lib/esm/components/SCUpScalingTierBadge.js +13 -0
  77. package/lib/esm/components/SCUserLiveStreamWidget.d.ts +101 -0
  78. package/lib/esm/components/SCUserLiveStreamWidget.js +95 -0
  79. package/lib/esm/index.d.ts +841 -112
  80. package/lib/esm/index.js +23 -1
  81. package/lib/umd/react-theme-default.js +1 -19
  82. package/package.json +123 -117
@@ -49,19 +49,16 @@ declare const Component: {
49
49
  margin: string;
50
50
  padding: any;
51
51
  height: string;
52
+ overflowY: string;
52
53
  '& .SCEditor-root': {
53
54
  padding: any;
55
+ marginBottom: any;
56
+ position: string;
54
57
  '& .SCEditor-placeholder': {
55
58
  left: number;
56
- top: any;
57
59
  position: string;
58
60
  };
59
61
  '&.SCEditor-toolbar': {
60
- position: string;
61
- '& .SCEditor-placeholder': {
62
- marginTop: number;
63
- position: string;
64
- };
65
62
  '& .SCEditorToolbarPlugin-root': {
66
63
  zIndex: number;
67
64
  position: string;
@@ -105,8 +102,12 @@ declare const Component: {
105
102
  attributesRoot: ({ theme }: any) => {};
106
103
  contentDiscussionRoot: ({ theme }: any) => {
107
104
  '& .SCComposer-content-discussion-title': {
108
- paddingBottom: any;
109
105
  '& .MuiInputBase-root': {
106
+ [x: number]: {
107
+ maxHeight: number;
108
+ };
109
+ maxHeight: number;
110
+ overflowY: string;
110
111
  paddingLeft: number;
111
112
  paddingRight: number;
112
113
  paddingBottom: number;
@@ -126,6 +127,19 @@ declare const Component: {
126
127
  marginLeft: number;
127
128
  };
128
129
  };
130
+ '& .SCEditor-root': {
131
+ '& .SCEditor-placeholder': {
132
+ top: any;
133
+ };
134
+ '& .SCEditor-content': {
135
+ [x: number]: {
136
+ maxHeight: number;
137
+ };
138
+ overflowY: string;
139
+ minHeight: number;
140
+ maxHeight: string;
141
+ };
142
+ };
129
143
  };
130
144
  contentPollRoot: ({ theme }: any) => {
131
145
  padding: any;
@@ -139,7 +153,21 @@ declare const Component: {
139
153
  marginTop: any;
140
154
  };
141
155
  };
142
- contentPostRoot: ({ theme }: any) => {};
156
+ contentPostRoot: ({ theme }: any) => {
157
+ '& .SCEditor-root': {
158
+ '& .SCEditor-placeholder': {
159
+ top: any;
160
+ };
161
+ '& .SCEditor-content': {
162
+ [x: number]: {
163
+ maxHeight: number;
164
+ };
165
+ overflowY: string;
166
+ minHeight: number;
167
+ maxHeight: string;
168
+ };
169
+ };
170
+ };
143
171
  layerTransitionRoot: ({ theme }: any) => {
144
172
  position: string;
145
173
  top: number;
@@ -37,19 +37,16 @@ const Component = {
37
37
  margin: '45px 0',
38
38
  padding: theme.spacing(1, 2),
39
39
  height: `calc(100% - 45px - 45px - ${theme.spacing(2)})`,
40
+ overflowY: 'hidden',
40
41
  '& .SCEditor-root': {
41
42
  padding: theme.spacing(1, 0),
43
+ marginBottom: theme.spacing(3),
44
+ position: 'relative',
42
45
  '& .SCEditor-placeholder': {
43
46
  left: 0,
44
- top: theme.spacing(1),
45
47
  position: 'absolute'
46
48
  },
47
49
  '&.SCEditor-toolbar': {
48
- position: 'static',
49
- '& .SCEditor-placeholder': {
50
- marginTop: -40,
51
- position: 'static'
52
- },
53
50
  '& .SCEditorToolbarPlugin-root': {
54
51
  zIndex: 1,
55
52
  position: 'absolute',
@@ -108,13 +105,17 @@ const Component = {
108
105
  attributesRoot: ({ theme }) => ({}),
109
106
  contentDiscussionRoot: ({ theme }) => ({
110
107
  '& .SCComposer-content-discussion-title': {
111
- paddingBottom: theme.spacing(2),
112
108
  '& .MuiInputBase-root': {
109
+ maxHeight: 160,
110
+ overflowY: 'auto',
113
111
  paddingLeft: 0,
114
112
  paddingRight: 0,
115
113
  paddingBottom: 0,
116
- fontSize: '1.429rem',
114
+ fontSize: '1.3rem',
117
115
  fontWeight: theme.typography.fontWeightBold,
116
+ [theme.breakpoints.up('md')]: {
117
+ maxHeight: 110
118
+ },
118
119
  '& fieldset': {
119
120
  display: 'none'
120
121
  },
@@ -128,6 +129,19 @@ const Component = {
128
129
  '& .MuiFormHelperText-root': {
129
130
  marginLeft: 0
130
131
  }
132
+ },
133
+ '& .SCEditor-root': {
134
+ '& .SCEditor-placeholder': {
135
+ top: theme.spacing(7)
136
+ },
137
+ '& .SCEditor-content': {
138
+ overflowY: 'auto',
139
+ minHeight: 300,
140
+ maxHeight: `calc(100vh - 45px - 45px - 55px - 45px - ${theme.spacing(2)})`,
141
+ [theme.breakpoints.up('md')]: {
142
+ maxHeight: 380
143
+ }
144
+ }
131
145
  }
132
146
  }),
133
147
  contentPollRoot: ({ theme }) => ({
@@ -142,7 +156,21 @@ const Component = {
142
156
  marginTop: theme.spacing(3)
143
157
  }
144
158
  }),
145
- contentPostRoot: ({ theme }) => ({}),
159
+ contentPostRoot: ({ theme }) => ({
160
+ '& .SCEditor-root': {
161
+ '& .SCEditor-placeholder': {
162
+ top: theme.spacing()
163
+ },
164
+ '& .SCEditor-content': {
165
+ overflowY: 'auto',
166
+ minHeight: 300,
167
+ maxHeight: `calc(100vh - 45px - 45px - ${theme.spacing(3)})`,
168
+ [theme.breakpoints.up('md')]: {
169
+ maxHeight: 400
170
+ }
171
+ }
172
+ }
173
+ }),
146
174
  layerTransitionRoot: ({ theme }) => ({
147
175
  position: 'absolute',
148
176
  top: 0,
@@ -0,0 +1,12 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {
4
+ '& .MuiButton-startIcon': {
5
+ '& .MuiIcon-root': {
6
+ fontSize: string;
7
+ };
8
+ };
9
+ };
10
+ };
11
+ };
12
+ export default Component;
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const Component = {
4
+ styleOverrides: {
5
+ root: ({ theme }) => ({
6
+ '& .MuiButton-startIcon': {
7
+ '& .MuiIcon-root': {
8
+ fontSize: '1.2rem'
9
+ }
10
+ }
11
+ })
12
+ }
13
+ };
14
+ exports.default = Component;
@@ -25,6 +25,9 @@ declare const Component: {
25
25
  '-webkit-box-orient': string;
26
26
  };
27
27
  };
28
+ '& .SCEventInfoDetails-join-live': {
29
+ height: number;
30
+ };
28
31
  '& .SCEventInfoDetails-in-progress': {
29
32
  width: string;
30
33
  height: string;
@@ -25,6 +25,9 @@ const Component = {
25
25
  '-webkit-box-orient': 'vertical'
26
26
  }
27
27
  },
28
+ '& .SCEventInfoDetails-join-live': {
29
+ height: 20
30
+ },
28
31
  '& .SCEventInfoDetails-in-progress': {
29
32
  width: '6px',
30
33
  height: '6px',
@@ -65,16 +65,16 @@ declare const Component: {
65
65
  [x: number]: {
66
66
  marginRight: string;
67
67
  };
68
+ height: number;
68
69
  };
69
70
  };
70
71
  '& .SCFeedObject-group, & .SCFeedObject-event': {
71
72
  justifyContent: string;
72
- padding: any;
73
- height: number;
74
73
  '& a': {
75
74
  padding: any;
76
- marginBottom: any;
75
+ margin: any;
77
76
  color: any;
77
+ maxHeight: number;
78
78
  '&:hover': {
79
79
  backgroundColor: any;
80
80
  };
@@ -308,8 +308,19 @@ declare const Component: {
308
308
  };
309
309
  '& span span': {
310
310
  display: string;
311
+ };
312
+ '& span span:not(:has(+ a))': {
311
313
  width: string;
312
314
  };
315
+ '& span a': {
316
+ display: string;
317
+ margin: any;
318
+ };
319
+ '& span a:hover': {
320
+ '& span': {
321
+ textDecoration: string;
322
+ };
323
+ };
313
324
  };
314
325
  '& .SCFeedObject-medias-section': {
315
326
  '& .SCFeedObjectMediaPreview-root': {
@@ -65,6 +65,7 @@ const Component = {
65
65
  }
66
66
  },
67
67
  '& .SCFeedObject-group, & .SCFeedObject-event': {
68
+ height: 20,
68
69
  [theme.breakpoints.up('sm')]: {
69
70
  marginRight: `${theme.spacing(1)} !important`
70
71
  }
@@ -72,12 +73,11 @@ const Component = {
72
73
  },
73
74
  '& .SCFeedObject-group, & .SCFeedObject-event': {
74
75
  justifyContent: 'flex-start',
75
- padding: theme.spacing(0.2, 0.5),
76
- height: 20,
77
76
  '& a': {
78
77
  padding: theme.spacing(0.5),
79
- marginBottom: theme.spacing(0.5),
78
+ margin: theme.spacing(0.5),
80
79
  color: theme.palette.common.white,
80
+ maxHeight: 20,
81
81
  '&:hover': {
82
82
  backgroundColor: theme.palette.common.black
83
83
  },
@@ -87,7 +87,7 @@ const Component = {
87
87
  }
88
88
  },
89
89
  borderBottom: '1px solid rgba(221, 221, 221, 1)',
90
- margin: theme.spacing(1, 2, 0, 2)
90
+ margin: theme.spacing(0.5, 2, 0, 2)
91
91
  },
92
92
  '& .SCFeedObject-content': {
93
93
  padding: theme.spacing(1, 0, 0, 0),
@@ -310,8 +310,19 @@ const Component = {
310
310
  margin: '0 32px'
311
311
  },
312
312
  '& span span': {
313
- display: 'inline-block',
313
+ display: 'inline'
314
+ },
315
+ '& span span:not(:has(+ a))': {
314
316
  width: '100%'
317
+ },
318
+ '& span a': {
319
+ display: 'inline-block',
320
+ margin: theme.spacing(0, 0.3)
321
+ },
322
+ '& span a:hover': {
323
+ '& span': {
324
+ textDecoration: 'underline'
325
+ }
315
326
  }
316
327
  },
317
328
  '& .SCFeedObject-medias-section': {
@@ -12,8 +12,19 @@ declare const Component: {
12
12
  '& .SCFeedObject-text-section .SCFeedObject-text': {
13
13
  '& span': {
14
14
  display: string;
15
+ };
16
+ '& span:not(:has(+ a))': {
15
17
  width: string;
16
18
  };
19
+ '& a': {
20
+ display: string;
21
+ margin: any;
22
+ };
23
+ '& a:hover': {
24
+ '& span': {
25
+ textDecoration: string;
26
+ };
27
+ };
17
28
  };
18
29
  };
19
30
  };
@@ -13,8 +13,19 @@ const Component = {
13
13
  '& .SCFeedObject-content': {
14
14
  '& .SCFeedObject-text-section .SCFeedObject-text': {
15
15
  '& span': {
16
- display: 'inline-block',
16
+ display: 'inline'
17
+ },
18
+ '& span:not(:has(+ a))': {
17
19
  width: '100%'
20
+ },
21
+ '& a': {
22
+ display: 'inline-block',
23
+ margin: theme.spacing(0, 0.3)
24
+ },
25
+ '& a:hover': {
26
+ '& span': {
27
+ textDecoration: 'underline'
28
+ }
18
29
  }
19
30
  }
20
31
  }
@@ -0,0 +1,218 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {};
4
+ detailRoot: ({ theme }: any) => {
5
+ '& .SCLiveStream-detail-image-wrapper': {
6
+ position: string;
7
+ '& .SCLiveStream-detail-image': {
8
+ height: string;
9
+ };
10
+ '& .SCLiveStream-detail-in-progress': {
11
+ backgroundColor: any;
12
+ position: string;
13
+ top: number;
14
+ right: number;
15
+ color: any;
16
+ boxShadow: string;
17
+ };
18
+ };
19
+ '& .SCLiveStream-detail-content': {
20
+ padding: string;
21
+ '& .SCLiveStream-detail-user': {
22
+ marginTop: string;
23
+ '& .SCBaseItemButton-text': {
24
+ margin: number;
25
+ };
26
+ };
27
+ '& .SCLiveStream-detail-name-wrapper': {
28
+ textDecoration: string;
29
+ color: string;
30
+ '& .SCLiveStream-detail-name': {
31
+ marginBottom: string;
32
+ };
33
+ };
34
+ '& .SCLiveStream-detail-first-divider': {
35
+ marginTop: string;
36
+ marginBottom: any;
37
+ };
38
+ '& .SCLiveStream-detail-second-divider': {
39
+ marginTop: any;
40
+ marginBottom: string;
41
+ };
42
+ };
43
+ };
44
+ previewRoot: ({ theme }: any) => {
45
+ '& .SCLiveStream-preview-image-wrapper': {
46
+ position: string;
47
+ '& .SCLiveStream-preview-image': {
48
+ height: string;
49
+ };
50
+ '& .SCLiveStream-preview-in-progress': {
51
+ height: number;
52
+ backgroundColor: any;
53
+ position: string;
54
+ top: number;
55
+ right: number;
56
+ color: any;
57
+ boxShadow: string;
58
+ '& span': {
59
+ fontSize: string;
60
+ paddingLeft: any;
61
+ paddingRight: any;
62
+ };
63
+ };
64
+ };
65
+ '& .SCLiveStream-preview-content': {
66
+ padding: string;
67
+ '& .SCLiveStreamInfoDetails-icon-text-wrapper': {
68
+ '& .MuiTypography-root': {
69
+ fontSize: string;
70
+ };
71
+ };
72
+ '& .SCLiveStream-detail-user': {
73
+ marginTop: string;
74
+ '& .SCBaseItemButton-text': {
75
+ margin: number;
76
+ };
77
+ };
78
+ '& .SCLiveStream-preview-name-wrapper': {
79
+ marginTop: number;
80
+ textDecoration: string;
81
+ color: string;
82
+ '& h5': {
83
+ whiteSpace: string;
84
+ overflow: string;
85
+ textOverflow: string;
86
+ };
87
+ };
88
+ };
89
+ };
90
+ snippetRoot: ({ theme }: any) => {
91
+ overflow: string;
92
+ boxSizing: string;
93
+ paddingLeft: string;
94
+ paddingRight: string;
95
+ '& .SCBaseItem-image': {
96
+ '& .MuiAvatar-root': {
97
+ width: number;
98
+ height: number;
99
+ borderRadius: string;
100
+ '& img': {
101
+ borderRadius: string;
102
+ };
103
+ };
104
+ };
105
+ '& .SCLiveStream-snippet-image': {
106
+ position: string;
107
+ '& .SCLiveStream-snippet-in-progress': {
108
+ height: number;
109
+ backgroundColor: any;
110
+ position: string;
111
+ top: number;
112
+ right: number;
113
+ color: any;
114
+ boxShadow: string;
115
+ '& span': {
116
+ fontSize: string;
117
+ paddingLeft: any;
118
+ paddingRight: any;
119
+ };
120
+ };
121
+ };
122
+ '& .SCBaseItem-text': {
123
+ fontSize: any;
124
+ '& .SCLiveStream-snippet-primary': {
125
+ color: any;
126
+ textDecoration: string;
127
+ '&:hover': {
128
+ textDecoration: string;
129
+ };
130
+ '& p': {
131
+ fontWeight: any;
132
+ };
133
+ };
134
+ '& .SCLiveStream-snippet-secondary': {
135
+ color: any;
136
+ };
137
+ };
138
+ };
139
+ skeletonRoot: ({ theme }: any) => {
140
+ '& .SCLiveStream-skeleton-detail-root': {
141
+ '& .SCLiveStream-skeleton-detail-calendar': {
142
+ position: string;
143
+ bottom: string;
144
+ left: string;
145
+ boxShadow: string;
146
+ };
147
+ '& .SCLiveStream-skeleton-detail-content': {
148
+ padding: string;
149
+ '& .SCLiveStream-skeleton-detail-user': {
150
+ marginTop: string;
151
+ '& .SCBaseItemButton-text': {
152
+ margin: number;
153
+ };
154
+ };
155
+ '& .SCLiveStream-skeleton-detail-name-wrapper': {
156
+ textDecoration: string;
157
+ color: string;
158
+ '& .SCLiveStream-skeleton-detail-name': {
159
+ marginBottom: string;
160
+ };
161
+ };
162
+ '& .SCLiveStream-skeleton-detail-first-divider': {
163
+ marginTop: string;
164
+ marginBottom: any;
165
+ };
166
+ '& .SCLiveStream-skeleton-detail-second-divider': {
167
+ marginTop: any;
168
+ marginBottom: string;
169
+ };
170
+ };
171
+ };
172
+ '& .SCLiveStream-skeleton-preview-root': {
173
+ '& .SCLiveStream-skeleton-preview-content': {
174
+ padding: any;
175
+ };
176
+ '& .SCLiveStream-skeleton-preview-image': {
177
+ position: string;
178
+ '& .MuiSkeleton-root': {
179
+ borderRadius: string;
180
+ };
181
+ '& .MuiIcon-root': {
182
+ color: any;
183
+ position: string;
184
+ top: string;
185
+ left: string;
186
+ transform: string;
187
+ };
188
+ };
189
+ '& .SCBaseItem-actions': {
190
+ maxWidth: string;
191
+ };
192
+ };
193
+ '& .SCLiveStream-skeleton-snippet-root': {
194
+ overflow: string;
195
+ boxSizing: string;
196
+ paddingLeft: string;
197
+ paddingRight: string;
198
+ '& .SCLiveStream-skeleton-snippet-image': {
199
+ position: string;
200
+ '& .MuiSkeleton-root': {
201
+ borderRadius: string;
202
+ };
203
+ '& .MuiIcon-root': {
204
+ color: any;
205
+ position: string;
206
+ top: string;
207
+ left: string;
208
+ transform: string;
209
+ };
210
+ };
211
+ '& .SCBaseItem-actions': {
212
+ maxWidth: string;
213
+ };
214
+ };
215
+ };
216
+ };
217
+ };
218
+ export default Component;