@selfcommunity/react-theme-default 0.1.0-alpha.64 → 0.1.0-alpha.66

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 (146) hide show
  1. package/lib/cjs/components/MuiButton.d.ts +1 -11
  2. package/lib/cjs/components/MuiButton.d.ts.map +1 -1
  3. package/lib/cjs/components/MuiButton.js +2 -3
  4. package/lib/cjs/components/MuiButton.js.map +1 -1
  5. package/lib/cjs/components/MuiTooltip.d.ts +7 -0
  6. package/lib/cjs/components/MuiTooltip.d.ts.map +1 -0
  7. package/lib/cjs/components/MuiTooltip.js +9 -0
  8. package/lib/cjs/components/MuiTooltip.js.map +1 -0
  9. package/lib/cjs/components/SCActivitiesMenu.d.ts +18 -0
  10. package/lib/cjs/components/SCActivitiesMenu.d.ts.map +1 -0
  11. package/lib/cjs/components/SCActivitiesMenu.js +20 -0
  12. package/lib/cjs/components/SCActivitiesMenu.js.map +1 -0
  13. package/lib/cjs/components/SCCommentAction.d.ts +19 -0
  14. package/lib/cjs/components/SCCommentAction.d.ts.map +1 -0
  15. package/lib/cjs/components/SCCommentAction.js +21 -0
  16. package/lib/cjs/components/SCCommentAction.js.map +1 -0
  17. package/lib/cjs/components/SCCommentObject.d.ts +83 -8
  18. package/lib/cjs/components/SCCommentObject.d.ts.map +1 -1
  19. package/lib/cjs/components/SCCommentObject.js +88 -13
  20. package/lib/cjs/components/SCCommentObject.js.map +1 -1
  21. package/lib/cjs/components/SCCommentObjectReactions.d.ts +27 -0
  22. package/lib/cjs/components/SCCommentObjectReactions.d.ts.map +1 -0
  23. package/lib/cjs/components/SCCommentObjectReactions.js +29 -0
  24. package/lib/cjs/components/SCCommentObjectReactions.js.map +1 -0
  25. package/lib/cjs/components/SCCommentObjectVotes.d.ts +17 -0
  26. package/lib/cjs/components/SCCommentObjectVotes.d.ts.map +1 -0
  27. package/lib/cjs/components/SCCommentObjectVotes.js +19 -0
  28. package/lib/cjs/components/SCCommentObjectVotes.js.map +1 -0
  29. package/lib/cjs/components/SCComposer.d.ts +1 -0
  30. package/lib/cjs/components/SCComposer.d.ts.map +1 -1
  31. package/lib/cjs/components/SCComposer.js +2 -1
  32. package/lib/cjs/components/SCComposer.js.map +1 -1
  33. package/lib/cjs/components/SCDateTimeAgo.d.ts +0 -1
  34. package/lib/cjs/components/SCDateTimeAgo.d.ts.map +1 -1
  35. package/lib/cjs/components/SCDateTimeAgo.js +0 -1
  36. package/lib/cjs/components/SCDateTimeAgo.js.map +1 -1
  37. package/lib/cjs/components/SCFeed.d.ts +1 -1
  38. package/lib/cjs/components/SCFeed.js +1 -1
  39. package/lib/cjs/components/SCFeed.js.map +1 -1
  40. package/lib/cjs/components/SCFeedObject.d.ts +12 -10
  41. package/lib/cjs/components/SCFeedObject.d.ts.map +1 -1
  42. package/lib/cjs/components/SCFeedObject.js +14 -12
  43. package/lib/cjs/components/SCFeedObject.js.map +1 -1
  44. package/lib/cjs/components/SCFollowAction.d.ts +20 -0
  45. package/lib/cjs/components/SCFollowAction.d.ts.map +1 -0
  46. package/lib/cjs/components/SCFollowAction.js +22 -0
  47. package/lib/cjs/components/SCFollowAction.js.map +1 -0
  48. package/lib/cjs/components/SCPrivateMessageThread.d.ts +8 -0
  49. package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -1
  50. package/lib/cjs/components/SCPrivateMessageThread.js +8 -0
  51. package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -1
  52. package/lib/cjs/components/SCReactionAction.d.ts +24 -0
  53. package/lib/cjs/components/SCReactionAction.d.ts.map +1 -0
  54. package/lib/cjs/components/SCReactionAction.js +26 -0
  55. package/lib/cjs/components/SCReactionAction.js.map +1 -0
  56. package/lib/cjs/components/SCShareAction.d.ts +19 -0
  57. package/lib/cjs/components/SCShareAction.d.ts.map +1 -0
  58. package/lib/cjs/components/SCShareAction.js +21 -0
  59. package/lib/cjs/components/SCShareAction.js.map +1 -0
  60. package/lib/cjs/components/SCVoteAction.d.ts +19 -0
  61. package/lib/cjs/components/SCVoteAction.d.ts.map +1 -0
  62. package/lib/cjs/components/SCVoteAction.js +21 -0
  63. package/lib/cjs/components/SCVoteAction.js.map +1 -0
  64. package/lib/cjs/components/SCWidget.d.ts +0 -3
  65. package/lib/cjs/components/SCWidget.d.ts.map +1 -1
  66. package/lib/cjs/components/SCWidget.js +0 -3
  67. package/lib/cjs/components/SCWidget.js.map +1 -1
  68. package/lib/cjs/index.d.ts +2254 -1
  69. package/lib/cjs/index.d.ts.map +1 -1
  70. package/lib/cjs/index.js +20 -3
  71. package/lib/cjs/index.js.map +1 -1
  72. package/lib/esm/components/MuiButton.d.ts +1 -11
  73. package/lib/esm/components/MuiButton.d.ts.map +1 -1
  74. package/lib/esm/components/MuiButton.js +2 -3
  75. package/lib/esm/components/MuiButton.js.map +1 -1
  76. package/lib/esm/components/MuiTooltip.d.ts +7 -0
  77. package/lib/esm/components/MuiTooltip.d.ts.map +1 -0
  78. package/lib/esm/components/MuiTooltip.js +7 -0
  79. package/lib/esm/components/MuiTooltip.js.map +1 -0
  80. package/lib/esm/components/SCActivitiesMenu.d.ts +18 -0
  81. package/lib/esm/components/SCActivitiesMenu.d.ts.map +1 -0
  82. package/lib/esm/components/SCActivitiesMenu.js +18 -0
  83. package/lib/esm/components/SCActivitiesMenu.js.map +1 -0
  84. package/lib/esm/components/SCCommentAction.d.ts +19 -0
  85. package/lib/esm/components/SCCommentAction.d.ts.map +1 -0
  86. package/lib/esm/components/SCCommentAction.js +19 -0
  87. package/lib/esm/components/SCCommentAction.js.map +1 -0
  88. package/lib/esm/components/SCCommentObject.d.ts +83 -8
  89. package/lib/esm/components/SCCommentObject.d.ts.map +1 -1
  90. package/lib/esm/components/SCCommentObject.js +88 -13
  91. package/lib/esm/components/SCCommentObject.js.map +1 -1
  92. package/lib/esm/components/SCCommentObjectReactions.d.ts +27 -0
  93. package/lib/esm/components/SCCommentObjectReactions.d.ts.map +1 -0
  94. package/lib/esm/components/SCCommentObjectReactions.js +27 -0
  95. package/lib/esm/components/SCCommentObjectReactions.js.map +1 -0
  96. package/lib/esm/components/SCCommentObjectVotes.d.ts +17 -0
  97. package/lib/esm/components/SCCommentObjectVotes.d.ts.map +1 -0
  98. package/lib/esm/components/SCCommentObjectVotes.js +17 -0
  99. package/lib/esm/components/SCCommentObjectVotes.js.map +1 -0
  100. package/lib/esm/components/SCComposer.d.ts +1 -0
  101. package/lib/esm/components/SCComposer.d.ts.map +1 -1
  102. package/lib/esm/components/SCComposer.js +2 -1
  103. package/lib/esm/components/SCComposer.js.map +1 -1
  104. package/lib/esm/components/SCDateTimeAgo.d.ts +0 -1
  105. package/lib/esm/components/SCDateTimeAgo.d.ts.map +1 -1
  106. package/lib/esm/components/SCDateTimeAgo.js +0 -1
  107. package/lib/esm/components/SCDateTimeAgo.js.map +1 -1
  108. package/lib/esm/components/SCFeed.d.ts +1 -1
  109. package/lib/esm/components/SCFeed.js +1 -1
  110. package/lib/esm/components/SCFeed.js.map +1 -1
  111. package/lib/esm/components/SCFeedObject.d.ts +12 -10
  112. package/lib/esm/components/SCFeedObject.d.ts.map +1 -1
  113. package/lib/esm/components/SCFeedObject.js +14 -12
  114. package/lib/esm/components/SCFeedObject.js.map +1 -1
  115. package/lib/esm/components/SCFollowAction.d.ts +20 -0
  116. package/lib/esm/components/SCFollowAction.d.ts.map +1 -0
  117. package/lib/esm/components/SCFollowAction.js +20 -0
  118. package/lib/esm/components/SCFollowAction.js.map +1 -0
  119. package/lib/esm/components/SCPrivateMessageThread.d.ts +8 -0
  120. package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -1
  121. package/lib/esm/components/SCPrivateMessageThread.js +8 -0
  122. package/lib/esm/components/SCPrivateMessageThread.js.map +1 -1
  123. package/lib/esm/components/SCReactionAction.d.ts +24 -0
  124. package/lib/esm/components/SCReactionAction.d.ts.map +1 -0
  125. package/lib/esm/components/SCReactionAction.js +24 -0
  126. package/lib/esm/components/SCReactionAction.js.map +1 -0
  127. package/lib/esm/components/SCShareAction.d.ts +19 -0
  128. package/lib/esm/components/SCShareAction.d.ts.map +1 -0
  129. package/lib/esm/components/SCShareAction.js +19 -0
  130. package/lib/esm/components/SCShareAction.js.map +1 -0
  131. package/lib/esm/components/SCVoteAction.d.ts +19 -0
  132. package/lib/esm/components/SCVoteAction.d.ts.map +1 -0
  133. package/lib/esm/components/SCVoteAction.js +19 -0
  134. package/lib/esm/components/SCVoteAction.js.map +1 -0
  135. package/lib/esm/components/SCWidget.d.ts +0 -3
  136. package/lib/esm/components/SCWidget.d.ts.map +1 -1
  137. package/lib/esm/components/SCWidget.js +0 -3
  138. package/lib/esm/components/SCWidget.js.map +1 -1
  139. package/lib/esm/index.d.ts +2254 -1
  140. package/lib/esm/index.d.ts.map +1 -1
  141. package/lib/esm/index.js +20 -3
  142. package/lib/esm/index.js.map +1 -1
  143. package/lib/umd/react-theme-default.js +19 -19
  144. package/lib/umd/react-theme-default.js.LICENSE.txt +1 -1
  145. package/lib/umd/react-theme-default.js.map +1 -1
  146. package/package.json +4 -4
@@ -1,8 +1,2261 @@
1
+ /// <reference types="react" />
1
2
  import './styles/reset.css';
2
3
  import './fonts/community-icons.css';
3
4
  /**
4
5
  * Style fragments - Imports - End
5
6
  */
6
- declare const theme: import("@mui/material/styles").Theme;
7
+ declare const theme: {
8
+ typography: {
9
+ htmlFontSize: number;
10
+ fontSize: number;
11
+ fontWeightLight: string;
12
+ fontWeightRegular: string;
13
+ fontWeightMedium: string;
14
+ fontWeightBold: string;
15
+ body1: {
16
+ fontSize: string;
17
+ };
18
+ };
19
+ shape: {
20
+ borderRadius: number;
21
+ };
22
+ spacing: number;
23
+ mixins: {
24
+ toolbar: {
25
+ minHeight: number;
26
+ '@media (min-width:0px)': {
27
+ minHeight: number;
28
+ };
29
+ '@media (min-width:600px)': {
30
+ minHeight: number;
31
+ };
32
+ };
33
+ };
34
+ components: {
35
+ MuiAppBar: {
36
+ styleOverrides: {
37
+ root: ({ theme }: any) => {
38
+ color: any;
39
+ backgroundColor: any;
40
+ };
41
+ };
42
+ };
43
+ MuiAutocomplete: {
44
+ defaultProps: {
45
+ clearIcon: JSX.Element;
46
+ popupIcon: JSX.Element;
47
+ };
48
+ };
49
+ MuiAvatar: {
50
+ styleOverrides: {
51
+ root: ({ theme }: any) => {
52
+ img: {
53
+ borderRadius: string;
54
+ };
55
+ };
56
+ };
57
+ };
58
+ MuiButton: {
59
+ variants: ({
60
+ props: {
61
+ variant: string;
62
+ };
63
+ style: {
64
+ borderWidth: number;
65
+ };
66
+ } | {
67
+ props: {
68
+ variant: string;
69
+ };
70
+ style: {
71
+ borderWidth?: undefined;
72
+ };
73
+ })[];
74
+ styleOverrides: {
75
+ root: ({ theme }: any) => {
76
+ textTransform: string;
77
+ fontWeight: any;
78
+ padding: string;
79
+ lineHeight: number;
80
+ borderRadius: any;
81
+ };
82
+ sizeSmall: {
83
+ fontSize: string;
84
+ padding: string;
85
+ };
86
+ sizeMedium: {
87
+ fontSize: string;
88
+ padding: string;
89
+ };
90
+ sizeLarge: {
91
+ fontSize: string;
92
+ padding: string;
93
+ };
94
+ };
95
+ };
96
+ MuiContainer: {
97
+ styleOverrides: {
98
+ root: ({ theme }: any) => {
99
+ [x: number]: {
100
+ paddingLeft: number;
101
+ paddingRight: number;
102
+ };
103
+ maxWidth: any;
104
+ };
105
+ };
106
+ };
107
+ MuiDialog: {
108
+ styleOverrides: {
109
+ root: {
110
+ '& .MuiDialog-paperFullScreen': {
111
+ display: string;
112
+ flexDirection: string;
113
+ };
114
+ };
115
+ };
116
+ };
117
+ MuiIcon: {
118
+ defaultProps: {
119
+ baseClassName: string;
120
+ };
121
+ styleOverrides: {
122
+ root: ({ theme }: any) => {
123
+ fontSize: string;
124
+ };
125
+ };
126
+ };
127
+ MuiIconButton: {
128
+ styleOverrides: {
129
+ sizeSmall: {
130
+ fontSize: string;
131
+ };
132
+ sizeMedium: {
133
+ fontSize: string;
134
+ };
135
+ sizeLarge: {
136
+ fontSize: string;
137
+ };
138
+ };
139
+ };
140
+ MuiOutlinedInput: {
141
+ styleOverrides: {
142
+ root: {
143
+ borderRadius: number;
144
+ };
145
+ };
146
+ };
147
+ MuiSelect: {
148
+ defaultProps: {
149
+ IconComponent: ({ className }: {
150
+ className: any;
151
+ }) => JSX.Element;
152
+ };
153
+ };
154
+ MuiTooltip: {
155
+ defaultProps: {
156
+ enterDelay: number;
157
+ };
158
+ };
159
+ SCActivitiesMenu: {
160
+ styleOverrides: {
161
+ root: ({ theme }: any) => {
162
+ '& .SCActivitiesMenu-selector': {
163
+ display: string;
164
+ alignItems: string;
165
+ textAlign: string;
166
+ justifyContent: string;
167
+ };
168
+ '& .SCActivitiesMenu-selector .MuiButton-root': {
169
+ textTransform: string;
170
+ fontWeight: any;
171
+ };
172
+ };
173
+ };
174
+ };
175
+ SCBaseDialog: {
176
+ styleOverrides: {
177
+ root: ({ theme }: any) => {
178
+ '& h2': {
179
+ fontSize: string;
180
+ fontWeight: any;
181
+ padding: any;
182
+ '& .MuiIconButton-root': {
183
+ right: any;
184
+ top: any;
185
+ fontSize: string;
186
+ };
187
+ };
188
+ '& .MuiDialogContent-root': {
189
+ paddingLeft: number;
190
+ paddingRight: number;
191
+ marginLeft: any;
192
+ marginRight: any;
193
+ '& .infinite-scroll-component': {
194
+ ' > .': {
195
+ marginBottom: any;
196
+ };
197
+ '& .MuiList-root': {
198
+ paddingTop: number;
199
+ paddingBottom: number;
200
+ '& .MuiListItem-root': {
201
+ paddingLeft: number;
202
+ '& .SCBaseItemButton-root': {
203
+ borderRadius: number;
204
+ };
205
+ };
206
+ };
207
+ };
208
+ };
209
+ '& .MuiDialogActions-spacing': {
210
+ padding: any;
211
+ };
212
+ };
213
+ };
214
+ };
215
+ SCBaseItem: {
216
+ styleOverrides: {
217
+ root: ({ theme }: any) => {};
218
+ };
219
+ };
220
+ SCBaseItemButton: {
221
+ styleOverrides: {
222
+ root: ({ theme }: any) => {};
223
+ };
224
+ };
225
+ SCBottomNavigation: {
226
+ styleOverrides: {
227
+ root: ({ theme }: any) => {
228
+ '& .SCBottomNavigation-action': {
229
+ color: any;
230
+ borderTop: string;
231
+ '&.Mui-selected, &:hover': {
232
+ color: any;
233
+ borderTop: string;
234
+ };
235
+ };
236
+ };
237
+ };
238
+ };
239
+ SCBroadcastMessages: {
240
+ styleOverrides: {
241
+ root: ({ theme }: any) => {
242
+ '& .SCBroadcastMessages-button-load-more': {
243
+ textTransform: string;
244
+ };
245
+ };
246
+ };
247
+ };
248
+ SCCategories: {
249
+ styleOverrides: {
250
+ root: ({ theme }: any) => {
251
+ '& .SCCategories-categories': {
252
+ marginTop: any;
253
+ '& .SCCategories-category': {
254
+ padding: any;
255
+ width: string;
256
+ '& .SCCategory-category-image': {
257
+ borderRadius: number;
258
+ };
259
+ };
260
+ };
261
+ };
262
+ };
263
+ };
264
+ SCCategoriesSkeleton: {
265
+ styleOverrides: {
266
+ root: ({ theme }: any) => {
267
+ '& .SCCategoriesSkeleton-categories': {
268
+ marginTop: any;
269
+ '& .SCCategorySkeleton-root': {
270
+ padding: any;
271
+ width: string;
272
+ '& .SCCategorySkeleton-image': {
273
+ borderRadius: number;
274
+ };
275
+ };
276
+ };
277
+ };
278
+ };
279
+ };
280
+ SCCategory: {
281
+ styleOverrides: {
282
+ root: ({ theme }: any) => {
283
+ [x: number]: {
284
+ borderRadius: any;
285
+ };
286
+ borderRadius: number;
287
+ '& .SCCategory-category-image': {
288
+ '& img': {
289
+ borderRadius: number;
290
+ };
291
+ };
292
+ '& .SCBaseItemButton-primary': {
293
+ fontWeight: any;
294
+ };
295
+ '& .SCBaseItemButton-secondary': {
296
+ fontSize: string;
297
+ };
298
+ };
299
+ };
300
+ };
301
+ SCCategoryFeedTemplate: {
302
+ styleOverrides: {
303
+ root: ({ theme }: any) => {
304
+ '& .SCFeed-root > MuiGrid-item': {
305
+ paddingTop: number;
306
+ };
307
+ };
308
+ };
309
+ };
310
+ SCCategoryHeader: {
311
+ defaultProps: {
312
+ FollowCategoryButtonProps: {
313
+ size: string;
314
+ };
315
+ };
316
+ styleOverrides: {
317
+ root: ({ theme }: any) => {
318
+ '& .SCCategoryHeader-cover': {
319
+ [x: number]: {
320
+ borderRadius: any;
321
+ };
322
+ height: number;
323
+ borderRadius: number;
324
+ };
325
+ '& .SCCategoryHeader-info': {
326
+ marginTop: any;
327
+ marginBottom: any;
328
+ '& .SCCategoryHeader-name': {
329
+ fontSize: string;
330
+ fontWeight: any;
331
+ marginBottom: any;
332
+ };
333
+ '& .SCCategoryHeader-slogan': {
334
+ fontSize: string;
335
+ fontWeight: any;
336
+ marginBottom: any;
337
+ };
338
+ '& .SCCategoryHeader-followed': {
339
+ marginBottom: any;
340
+ '& .SCCategoryHeader-followed-counter': {
341
+ fontSize: string;
342
+ fontWeight: any;
343
+ };
344
+ '& .MuiButton-root': {
345
+ padding: any;
346
+ '& .MuiAvatarGroup-root .MuiAvatar-root': {
347
+ width: any;
348
+ height: any;
349
+ border: string;
350
+ };
351
+ '& .MuiAvatar-colorDefault': {
352
+ margin: number;
353
+ backgroundColor: string;
354
+ color: any;
355
+ borderRadius: number;
356
+ };
357
+ };
358
+ };
359
+ };
360
+ };
361
+ };
362
+ };
363
+ SCCategoryTemplate: {
364
+ styleOverrides: {
365
+ root: ({ theme }: any) => {
366
+ [x: number]: {
367
+ marginTop: any;
368
+ };
369
+ marginTop: number;
370
+ };
371
+ };
372
+ };
373
+ SCCategoryTemplateSkeleton: {
374
+ styleOverrides: {
375
+ root: ({ theme }: any) => {
376
+ [x: number]: {
377
+ marginTop: number;
378
+ };
379
+ marginTop: number;
380
+ };
381
+ };
382
+ };
383
+ SCChoices: {
384
+ styleOverrides: {
385
+ root: ({ theme }: any) => {
386
+ borderRadius: number;
387
+ };
388
+ };
389
+ };
390
+ SCCommentAction: {
391
+ styleOverrides: {
392
+ root: ({ theme }: any) => {
393
+ display: string;
394
+ justifyContent: string;
395
+ alignItems: string;
396
+ flexDirection: string;
397
+ '&.SCShareAction-inline': {
398
+ flexDirection: string;
399
+ };
400
+ '& .SCVoteAction-divider': {
401
+ width: string;
402
+ borderBottom: number;
403
+ };
404
+ };
405
+ };
406
+ };
407
+ SCCommentObject: {
408
+ styleOverrides: {
409
+ root: ({ theme }: any) => {
410
+ overflow: string;
411
+ width: string;
412
+ '& .SCCommentObject-comment': {
413
+ paddingBottom: number;
414
+ overflow: string;
415
+ '& > div': {
416
+ alignItems: string;
417
+ };
418
+ };
419
+ '& .SCCommentObject-nested-comments': {
420
+ [x: number]: {
421
+ paddingLeft: number;
422
+ };
423
+ paddingTop: number;
424
+ paddingBottom: number;
425
+ paddingLeft: number;
426
+ '& ul.MuiList-root': {
427
+ paddingTop: number;
428
+ paddingBottom: number;
429
+ width: string;
430
+ '& li.MuiListItem-root': {
431
+ paddingTop: number;
432
+ };
433
+ };
434
+ };
435
+ '& .SCCommentObject-content': {
436
+ position: string;
437
+ display: string;
438
+ padding: any;
439
+ borderRadius: number;
440
+ borderColor: string;
441
+ '& .MuiCardContent-root': {
442
+ flexGrow: number;
443
+ padding: number;
444
+ };
445
+ '& .SCCommentObject-text-content': {
446
+ margin: number;
447
+ '& a': {
448
+ color: any;
449
+ };
450
+ '& p': {
451
+ margin: number;
452
+ marginBlockStart: string;
453
+ marginBlockEnd: string;
454
+ };
455
+ '& img': {
456
+ maxWidth: string;
457
+ };
458
+ };
459
+ };
460
+ '& .SCCommentObject-avatar': {
461
+ top: any;
462
+ width: any;
463
+ height: any;
464
+ };
465
+ '& .SCCommentObject-author': {
466
+ textDecoration: string;
467
+ color: any;
468
+ '& span': {
469
+ fontWeight: string;
470
+ };
471
+ };
472
+ '& .SCCommentObject-comment-actions-menu': {
473
+ alignItems: string;
474
+ };
475
+ '& .SCCommentObject-deleted': {
476
+ opacity: number;
477
+ };
478
+ '& .SCCommentObject-content-sub-section': {
479
+ display: string;
480
+ justifyContent: string;
481
+ alignItems: string;
482
+ color: any;
483
+ };
484
+ '& .SCCommentObject-comment-sub-section': {
485
+ display: string;
486
+ alignItems: string;
487
+ color: any;
488
+ marginTop: number;
489
+ '& .SCCommentObject-activity-at': {
490
+ color: string;
491
+ textDecoration: string;
492
+ '&:hover': {
493
+ textDecoration: string;
494
+ };
495
+ };
496
+ '& .SCCommentObject-vote': {
497
+ color: string;
498
+ padding: any;
499
+ fontSize: string;
500
+ minWidth: number;
501
+ borderRadius: string;
502
+ };
503
+ '& .SCCommentObject-reaction': {
504
+ color: string;
505
+ padding: any;
506
+ fontSize: string;
507
+ minWidth: number;
508
+ borderRadius: string;
509
+ '& img': {
510
+ width: string;
511
+ height: string;
512
+ };
513
+ };
514
+ '& .SCCommentObject-reply': {
515
+ color: string;
516
+ textDecorationStyle: string;
517
+ fontSize: string;
518
+ padding: any;
519
+ textTransform: string;
520
+ };
521
+ '& .SCCommentObjectVotes-root .SCCommentObjectVotes-btnViewVotes': {
522
+ color: string;
523
+ padding: any;
524
+ marginTop: any;
525
+ fontSize: string;
526
+ };
527
+ };
528
+ };
529
+ };
530
+ };
531
+ SCCommentObjectReactions: {
532
+ styleOverrides: {
533
+ root: ({ theme }: any) => {
534
+ flexGrow: number;
535
+ display: string;
536
+ flexDirection: string;
537
+ '& .SCCommentObjectReactions-btnViewVotes': {
538
+ minWidth: number;
539
+ '& .MuiIcon-root': {
540
+ fontSize: string;
541
+ };
542
+ };
543
+ '& .SCCommentObjectReactions-grouped-reactions': {
544
+ justifyContent: string;
545
+ alignItems: string;
546
+ '& .MuiAvatar-root': {
547
+ fontSize: string;
548
+ marginRight: string;
549
+ height: string;
550
+ width: string;
551
+ };
552
+ };
553
+ };
554
+ };
555
+ };
556
+ SCCommentObjectSkeleton: {
557
+ styleOverrides: {
558
+ root: ({ theme }: any) => {
559
+ '& .SCWidget-root': {
560
+ borderRadius: number;
561
+ borderColor: string;
562
+ '& .MuiCardContent-root': {
563
+ padding: any;
564
+ };
565
+ };
566
+ };
567
+ };
568
+ };
569
+ SCCommentObjectVotes: {
570
+ styleOverrides: {
571
+ root: ({ theme }: any) => {
572
+ flexGrow: number;
573
+ display: string;
574
+ flexDirection: string;
575
+ '& .SCCommentObjectVotes-btnViewVotes': {
576
+ minWidth: number;
577
+ '& .MuiIcon-root': {
578
+ fontSize: string;
579
+ };
580
+ };
581
+ };
582
+ };
583
+ };
584
+ SCCommentsFeedObject: {
585
+ styleOverrides: {
586
+ root: ({ theme }: any) => {
587
+ '& .SCCommentObject-root': {
588
+ '& > div': {
589
+ background: string;
590
+ };
591
+ };
592
+ '& .SCCommentObjectSkeleton-root': {
593
+ background: string;
594
+ boxShadow: string;
595
+ border: number;
596
+ margin: any;
597
+ '& .SCBaseItem-text': {
598
+ '& .SCWidget-root': {
599
+ '& .MuiCardContent-root': {
600
+ padding: any;
601
+ };
602
+ };
603
+ };
604
+ };
605
+ '& .SCCommentsObjectSkeleton-root': {
606
+ marginBottom: any;
607
+ };
608
+ '& .SCReplyCommentObject-root': {
609
+ '& .SCReplyCommentObject-comment': {
610
+ marginBottom: any;
611
+ };
612
+ };
613
+ };
614
+ };
615
+ };
616
+ SCCommentsObject: {
617
+ styleOverrides: {
618
+ root: ({ theme }: any) => {
619
+ '& .SCCommentsObject-pagination': {
620
+ paddingBottom: any;
621
+ '& button': {
622
+ fontWeight: any;
623
+ textDecoration: string;
624
+ textUnderlineOffset: number;
625
+ textDecorationStyle: string;
626
+ };
627
+ '& .SCCommentsObject-comments-counter': {
628
+ fontSize: string;
629
+ };
630
+ };
631
+ };
632
+ };
633
+ };
634
+ SCComposer: {
635
+ styleOverrides: {
636
+ root: ({ theme }: any) => {
637
+ '& .MuiDialog-paper': {
638
+ padding: any;
639
+ };
640
+ '& .SCComposer-title': {
641
+ borderBottom: string;
642
+ padding: any;
643
+ lineHeight: number;
644
+ fontSize: string;
645
+ '& .SCComposer-types .MuiInputBase-input': {
646
+ fontWeight: any;
647
+ fontSize: string;
648
+ minHeight: string;
649
+ };
650
+ };
651
+ '& .SCComposer-content': {
652
+ padding: any;
653
+ minHeight: number;
654
+ display: string;
655
+ flexDirection: string;
656
+ justifyContent: string;
657
+ '& .SCComposer-editor': {
658
+ padding: number;
659
+ fontSize: string;
660
+ minHeight: string;
661
+ '& .SCEditor-placeholder': {
662
+ top: number;
663
+ left: number;
664
+ };
665
+ '& .SCEditor-actions': {
666
+ bottom: any;
667
+ };
668
+ };
669
+ '& .SCComposer-medias, & .SCComposer-audience, & .SCComposer-block': {
670
+ margin: any;
671
+ padding: number;
672
+ };
673
+ '& .SCComposer-medias': {
674
+ '& .SCComposer-mediasActions': {
675
+ position: string;
676
+ borderTop: string;
677
+ backgroundColor: any;
678
+ padding: any;
679
+ '& .SCComposer-mediasActionsTitle': {
680
+ fontSize: string;
681
+ };
682
+ };
683
+ };
684
+ };
685
+ '& .SCComposer-mediaContent': {
686
+ '& .SCMediaActionImage-root': {
687
+ padding: number;
688
+ '& .SCMediaActionImage-upload': {
689
+ padding: any;
690
+ backgroundColor: string;
691
+ borderRadius: any;
692
+ color: any;
693
+ '&.SCMediaActionImage-dragOver': {
694
+ backgroundColor: string;
695
+ };
696
+ '& .SCMediaActionImage-uploadBtn': {
697
+ border: string;
698
+ };
699
+ };
700
+ };
701
+ '& .SCMediaActionDocument-root': {
702
+ padding: number;
703
+ '& .SCMediaActionDocument-upload': {
704
+ padding: any;
705
+ backgroundColor: string;
706
+ borderRadius: any;
707
+ color: any;
708
+ '&.SCMediaActionDocument-dragOver': {
709
+ backgroundColor: string;
710
+ };
711
+ '& .SCMediaActionDocument-uploadBtn': {
712
+ border: string;
713
+ };
714
+ };
715
+ };
716
+ };
717
+ '& .SCComposer-locationContent': {
718
+ padding: any;
719
+ minHeight: number;
720
+ };
721
+ '& .SCComposer-actions': {
722
+ borderTop: string;
723
+ padding: any;
724
+ '& > p.MuiTypography-alignLeft > .MuiIconButton-root': {
725
+ marginLeft: any;
726
+ marginRight: any;
727
+ '&:first-child': {
728
+ marginLeft: number;
729
+ };
730
+ '&:last-child': {
731
+ marginRight: number;
732
+ };
733
+ };
734
+ '& > p.MuiTypography-alignRight > .MuiIconButton-root': {
735
+ marginRight: any;
736
+ };
737
+ '& .MuiIconButton-sizeMedium': {
738
+ fontSize: string;
739
+ };
740
+ };
741
+ '& .SCComposer-block': {
742
+ padding: any;
743
+ };
744
+ '& .SCComposer-editor': {
745
+ '& .SCEditor-placeholder': {
746
+ top: any;
747
+ left: any;
748
+ };
749
+ };
750
+ '& .MuiDialog-container': {
751
+ '& .MuiDialog-paper': {
752
+ [x: number]: {
753
+ borderRadius: any;
754
+ };
755
+ boxShadow: any;
756
+ };
757
+ };
758
+ };
759
+ };
760
+ };
761
+ SCComposerCategories: {
762
+ styleOverrides: {
763
+ root: ({ theme }: any) => {
764
+ '& .MuiFormControl-root': {
765
+ margin: number;
766
+ };
767
+ };
768
+ };
769
+ };
770
+ SCComposerPoll: {
771
+ styleOverrides: {
772
+ root: ({ theme }: any) => {
773
+ '& .SCComposerPoll-title': {
774
+ marginBottom: any;
775
+ };
776
+ '& .SCComposerPoll-choices': {
777
+ marginBottom: number;
778
+ };
779
+ '& .SCComposerPoll-choice-new': {
780
+ color: any;
781
+ marginLeft: any;
782
+ };
783
+ '& .SCComposerPoll-metadata': {
784
+ margin: any;
785
+ '& .MuiFormControlLabel-root': {
786
+ marginBottom: any;
787
+ };
788
+ };
789
+ };
790
+ };
791
+ };
792
+ SCContributionNotification: {
793
+ styleOverrides: {
794
+ root: ({ theme }: any) => {
795
+ '& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
796
+ marginTop: any;
797
+ '& .SCDateTimeAgo-root': {
798
+ marginTop: number;
799
+ };
800
+ };
801
+ };
802
+ };
803
+ };
804
+ SCContributorsFeedObject: {
805
+ styleOverrides: {
806
+ root: ({ theme }: any) => {
807
+ '& .SCContributorsFeedObject-btn-participants': {
808
+ marginLeft: any;
809
+ color: string;
810
+ fontWeight: any;
811
+ fontSize: string;
812
+ };
813
+ };
814
+ };
815
+ };
816
+ SCCustomSnackMessage: {
817
+ styleOverrides: {
818
+ root: ({ theme }: any) => {
819
+ '& .SCCustomSnackMessage-card': {
820
+ width: string;
821
+ '& .SCCustomSnackMessage-content': {
822
+ position: string;
823
+ padding: any;
824
+ };
825
+ };
826
+ };
827
+ };
828
+ };
829
+ SCDateTimeAgo: {
830
+ styleOverrides: {
831
+ root: ({ theme }: any) => {
832
+ '& .MuiIcon-root': {
833
+ fontSize: string;
834
+ lineHeight: string;
835
+ marginRight: number;
836
+ };
837
+ '& .MuiTypography-root': {
838
+ lineHeight: string;
839
+ fontSize: string;
840
+ };
841
+ };
842
+ };
843
+ };
844
+ SCEditor: {
845
+ styleOverrides: {
846
+ root: ({ theme }: any) => {
847
+ '& .SCEditor-actions': {
848
+ '& .MuiIcon-root': {
849
+ fontSize: string;
850
+ };
851
+ };
852
+ };
853
+ };
854
+ };
855
+ SCFeed: {
856
+ styleOverrides: {
857
+ root: ({ theme }: any) => {
858
+ maxWidth: any;
859
+ /**
860
+ * Style fragments - Imports - Start
861
+ */
862
+ '& .SCFeed-left': {
863
+ [x: number]: {
864
+ padding: any;
865
+ };
866
+ padding: number;
867
+ '&:last-child': {
868
+ paddingBottom: any;
869
+ };
870
+ '& > * > * > .SCWidget-root': {
871
+ marginBottom: any;
872
+ };
873
+ };
874
+ '& .SCFeed-right': {
875
+ padding: any;
876
+ '& > .SCWidget-root': {
877
+ marginBottom: any;
878
+ };
879
+ };
880
+ '& .SCFeed-end': {
881
+ padding: number;
882
+ marginBottom: any;
883
+ '& > div': {
884
+ padding: any;
885
+ };
886
+ };
887
+ };
888
+ };
889
+ };
890
+ SCFeedObject: {
891
+ styleOverrides: {
892
+ root: ({ theme }: any) => {
893
+ '&.SCFeedObject-preview, &.SCFeedObject-detail': {
894
+ [x: number]: {
895
+ borderRadius: any;
896
+ };
897
+ border: string;
898
+ boxShadow: string;
899
+ borderRadius: number;
900
+ '& .SCFeedObject-category': {
901
+ borderBottom: string;
902
+ margin: any;
903
+ };
904
+ '& .SCFeedObject-header': {
905
+ '& .MuiCardHeader-avatar': {
906
+ marginRight: any;
907
+ };
908
+ '& .SCFeedObject-username': {
909
+ fontWeight: any;
910
+ };
911
+ '& .MuiCardHeader-subheader': {
912
+ fontSize: string;
913
+ color: any;
914
+ marginTop: any;
915
+ '& .SCFeedObject-activity-at': {
916
+ marginTop: number;
917
+ display: string;
918
+ '&:hover': {
919
+ color: string;
920
+ textDecoration: string;
921
+ };
922
+ };
923
+ '& .SCFeedObject-tag': {
924
+ '& .MuiIcon-root': {
925
+ fontSize: string;
926
+ lineHeight: string;
927
+ color: string;
928
+ };
929
+ };
930
+ };
931
+ };
932
+ '& .SCFeedObject-content': {
933
+ '& .SCFeedObject-title-section': {
934
+ '& .SCFeedObject-title': {
935
+ fontWeight: any;
936
+ marginBottom: any;
937
+ };
938
+ '& a': {
939
+ color: string;
940
+ };
941
+ };
942
+ '& .SCFeedObject-text-section': {
943
+ '& > :first-child': {
944
+ padding: any;
945
+ };
946
+ '& a': {
947
+ '&:hover': {
948
+ textDecoration: string;
949
+ color: string;
950
+ };
951
+ };
952
+ };
953
+ };
954
+ '& .SCFeedObject-actions-section': {
955
+ marginBottom: any;
956
+ '& .SCFeedObjectActions-root': {
957
+ margin: number;
958
+ padding: any;
959
+ '& .SCFeedObjectActions-action': {
960
+ '& .SCVoteAction-view-audience-button, & .SCCommentAction-view-audience-button, & .SCShareAction-view-audience-button, & .SCReactionAction-view-audience-button': {
961
+ fontSize: string;
962
+ fontWeight: any;
963
+ marginTop: any;
964
+ marginBottom: number;
965
+ color: any;
966
+ '&:hover': {
967
+ color: string;
968
+ };
969
+ };
970
+ '& .MuiDivider-root': {
971
+ borderColor: any;
972
+ };
973
+ '& .SCVoteAction-button, & .SCCommentAction-button, & .SCShareAction-button, & .SCReactionAction-button': {
974
+ color: any;
975
+ marginTop: any;
976
+ marginBottom: any;
977
+ borderRadius: string;
978
+ padding: any;
979
+ minWidth: number;
980
+ '& .MuiIcon-root': {
981
+ fontSize: string;
982
+ };
983
+ '& > img': {
984
+ width: string;
985
+ height: string;
986
+ };
987
+ };
988
+ };
989
+ };
990
+ '& .SCFeedObject-reply-content': {
991
+ marginLeft: number;
992
+ background: string;
993
+ '& .SCReplyCommentObject-root': {
994
+ background: string;
995
+ '& .SCReplyCommentObject-comment': {
996
+ background: string;
997
+ border: string;
998
+ '& .SCEditor-root': {
999
+ '& .SCEditor-placeholder': {
1000
+ fontWeight: any;
1001
+ };
1002
+ '& .SCEditor-content': {
1003
+ paddingBottom: number;
1004
+ minHeight: number;
1005
+ };
1006
+ '& .SCEditor-actions': {
1007
+ bottom: number;
1008
+ };
1009
+ };
1010
+ };
1011
+ };
1012
+ };
1013
+ };
1014
+ '& .SCFeedObject-activities-section': {
1015
+ '& .SCFeedObject-activities-content': {
1016
+ paddingTop: number;
1017
+ '& .SCActivitiesMenu-selector': {
1018
+ '& .MuiButton-root': {
1019
+ fontSize: string;
1020
+ fontWeight: any;
1021
+ padding: any;
1022
+ };
1023
+ };
1024
+ '& .SCCommentObject-root': {
1025
+ marginTop: number;
1026
+ marginBottom: number;
1027
+ paddingTop: number;
1028
+ paddingBottom: number;
1029
+ };
1030
+ };
1031
+ '& .SCCommentObjectSkeleton-root': {
1032
+ background: string;
1033
+ marginTop: number;
1034
+ marginBottom: string;
1035
+ '& .SCBaseItem-text': {
1036
+ '& .SCWidget-root': {
1037
+ '& .MuiCardContent-root': {
1038
+ padding: any;
1039
+ };
1040
+ };
1041
+ };
1042
+ };
1043
+ '& .SCReplyCommentObject-root': {
1044
+ '& .SCReplyCommentObject-comment': {
1045
+ marginBottom: string;
1046
+ border: string;
1047
+ borderRadius: any;
1048
+ '& .SCEditor-root': {
1049
+ minHeight: any;
1050
+ marginTop: number;
1051
+ '& .SCEditor-content': {
1052
+ minHeight: number;
1053
+ };
1054
+ '& .SCEditor-actions': {
1055
+ bottom: any;
1056
+ };
1057
+ };
1058
+ };
1059
+ };
1060
+ };
1061
+ };
1062
+ '&.SCFeedObject-snippet': {
1063
+ '& .SCFeedObject-username': {
1064
+ fontSize: string;
1065
+ fontWeight: any;
1066
+ display: string;
1067
+ marginBottom: any;
1068
+ };
1069
+ '& .SCFeedObject-snippet-content': {
1070
+ fontSize: string;
1071
+ marginBottom: any;
1072
+ };
1073
+ '& .SCFeedObject-activity-at': {
1074
+ marginTop: number;
1075
+ display: string;
1076
+ '&:hover': {
1077
+ color: string;
1078
+ textDecoration: string;
1079
+ };
1080
+ };
1081
+ };
1082
+ '&.SCFeedObject-detail .SCFeedObject-reply-content': {
1083
+ borderBottom: string;
1084
+ };
1085
+ };
1086
+ };
1087
+ };
1088
+ SCFeedObjectDetailTemplate: {
1089
+ styleOverrides: {
1090
+ root: ({ theme }: any) => {
1091
+ '& .SCFeedObject-detail, & .SCCommentsFeedObject-root': {
1092
+ maxWidth: any;
1093
+ };
1094
+ '& .SCCommentsFeedObject-root': {
1095
+ padding: any;
1096
+ '& .SCCommentsObject-root h6': {
1097
+ paddingLeft: any;
1098
+ };
1099
+ };
1100
+ };
1101
+ };
1102
+ };
1103
+ SCFeedObjectDetailTemplateSkeleton: {
1104
+ styleOverrides: {
1105
+ root: ({ theme }: any) => {
1106
+ '& .SCCommentsObjectSkeleton-root': {
1107
+ '& .SCWidget-root': {
1108
+ marginBottom: string;
1109
+ };
1110
+ };
1111
+ '& .SCCommentObjectSkeleton-root': {
1112
+ background: string;
1113
+ boxShadow: string;
1114
+ border: number;
1115
+ '& .SCCommentObjectSkeleton-root': {
1116
+ marginBottom: string;
1117
+ };
1118
+ };
1119
+ };
1120
+ };
1121
+ };
1122
+ SCFeedObjectSkeleton: {
1123
+ styleOverrides: {
1124
+ root: ({ theme }: any) => {
1125
+ '&.SCFeedObjectSkeleton-preview, &.SCFeedObjectSkeleton-detail': {
1126
+ [x: number]: {
1127
+ borderRadius: any;
1128
+ };
1129
+ border: string;
1130
+ boxShadow: string;
1131
+ borderRadius: number;
1132
+ };
1133
+ '& .SCFeedObjectSkeleton-snippet > *': {
1134
+ paddingLeft: number;
1135
+ paddingRight: number;
1136
+ };
1137
+ };
1138
+ };
1139
+ };
1140
+ SCFeedRelevantActivities: {
1141
+ styleOverrides: {
1142
+ root: ({ theme }: any) => {
1143
+ '& .SCFeedRelevantActivities-activity': {
1144
+ '& > .SCBaseItem-root': {
1145
+ borderRadius: number;
1146
+ marginBottom: any;
1147
+ '& .SCBaseItem-text': {
1148
+ margin: number;
1149
+ '& .SCBaseItem-primary': {
1150
+ display: string;
1151
+ marginBottom: any;
1152
+ '& > a': {
1153
+ fontWeight: any;
1154
+ textDecoration: string;
1155
+ };
1156
+ };
1157
+ '& .SCBaseItem-secondary': {
1158
+ fontSize: string;
1159
+ };
1160
+ };
1161
+ };
1162
+ };
1163
+ };
1164
+ };
1165
+ };
1166
+ SCFeedSkeleton: {
1167
+ styleOverrides: {
1168
+ root: ({ theme }: any) => {
1169
+ marginTop: any;
1170
+ maxWidth: any;
1171
+ '& .SCFeedSkeleton-left': {
1172
+ padding: any;
1173
+ '&:last-child': {
1174
+ paddingBottom: any;
1175
+ };
1176
+ };
1177
+ '& .SCFeedSkeleton-right': {
1178
+ padding: any;
1179
+ '& .SCWidget-root': {
1180
+ marginBottom: any;
1181
+ };
1182
+ };
1183
+ '& .SCFeedSkeleton-end': {
1184
+ padding: number;
1185
+ marginBottom: any;
1186
+ '& > div': {
1187
+ padding: any;
1188
+ };
1189
+ };
1190
+ };
1191
+ };
1192
+ };
1193
+ SCFollowAction: {
1194
+ styleOverrides: {
1195
+ root: ({ theme }: any) => {
1196
+ '& .SCFollowAction-button': {
1197
+ color: any;
1198
+ '&.SCFollowAction-iconized': {
1199
+ borderRadius: string;
1200
+ padding: any;
1201
+ minWidth: string;
1202
+ fontSize: string;
1203
+ };
1204
+ '&.SCFollowAction-followed': {
1205
+ color: any;
1206
+ };
1207
+ };
1208
+ };
1209
+ };
1210
+ };
1211
+ SCInlineComposer: {
1212
+ styleOverrides: {
1213
+ root: ({ theme }: any) => {
1214
+ '& .SCInlineComposer-content, & .SCInlineComposer-content:last-child': {
1215
+ [x: number]: {
1216
+ padding: any;
1217
+ };
1218
+ padding: any;
1219
+ '& .SCInlineComposer-input': {
1220
+ display: string;
1221
+ '& .MuiButton-root': {
1222
+ fontWeight: any;
1223
+ letterSpacing: string;
1224
+ padding: any;
1225
+ '&:hover': {
1226
+ color: any;
1227
+ background: string;
1228
+ border: string;
1229
+ };
1230
+ };
1231
+ };
1232
+ '& .SCInlineComposer-actions': {
1233
+ display: string;
1234
+ '& .MuiIconButton-root': {
1235
+ [x: number]: {
1236
+ marginLeft: number;
1237
+ marginRight: number;
1238
+ };
1239
+ };
1240
+ };
1241
+ '& .SCInlineComposer-avatar': {
1242
+ [x: number]: {
1243
+ marginLeft: any;
1244
+ };
1245
+ display: string;
1246
+ alignItems: string;
1247
+ };
1248
+ };
1249
+ };
1250
+ };
1251
+ };
1252
+ SCLightbox: {
1253
+ styleOverrides: {
1254
+ root: ({ theme }: any) => {
1255
+ zIndex: number;
1256
+ };
1257
+ };
1258
+ };
1259
+ SCLoyaltyProgram: {
1260
+ styleOverrides: {
1261
+ root: ({ theme }: any) => {
1262
+ '& .SCLoyaltyProgram-actions': {
1263
+ padding: any;
1264
+ '& .SCLoyaltyProgram-points': {
1265
+ borderRadius: any;
1266
+ backgroundColor: any;
1267
+ padding: any;
1268
+ fontSize: string;
1269
+ fontWeight: any;
1270
+ };
1271
+ };
1272
+ };
1273
+ };
1274
+ };
1275
+ SCLoyaltyProgramDetail: {
1276
+ styleOverrides: {
1277
+ root: ({ theme }: any) => {
1278
+ boxShadow: string;
1279
+ borderRadius: number;
1280
+ };
1281
+ };
1282
+ };
1283
+ SCNavigationToolbar: {
1284
+ styleOverrides: {
1285
+ root: ({ theme }: any) => {
1286
+ padding: any;
1287
+ '& .SCNavigationToolbar-logo': {
1288
+ marginRight: any;
1289
+ '& img': {
1290
+ verticalAlign: string;
1291
+ maxHeight: any;
1292
+ };
1293
+ };
1294
+ '& .SCNavigationToolbar-navigation': {
1295
+ alignSelf: string;
1296
+ '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore': {
1297
+ padding: any;
1298
+ margin: any;
1299
+ color: any;
1300
+ borderRadius: number;
1301
+ borderBottom: string;
1302
+ '&.SCNavigationToolbar-active, &:hover': {
1303
+ color: any;
1304
+ borderBottom: string;
1305
+ };
1306
+ };
1307
+ };
1308
+ '& .SCNavigationToolbar-search': {
1309
+ textAlign: string;
1310
+ marginRight: any;
1311
+ '& .MuiFormControl-root': {
1312
+ width: number;
1313
+ };
1314
+ };
1315
+ '& .SCNavigationToolbar-profile, & .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
1316
+ margin: any;
1317
+ };
1318
+ '& .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
1319
+ paddingTop: any;
1320
+ paddingBottom: any;
1321
+ borderRadius: number;
1322
+ borderBottom: string;
1323
+ color: any;
1324
+ '&.SCNavigationToolbar-active, &:hover': {
1325
+ color: any;
1326
+ borderBottom: string;
1327
+ };
1328
+ };
1329
+ '& .SCNavigationToolbar-settings': {
1330
+ marginLeft: any;
1331
+ };
1332
+ };
1333
+ };
1334
+ };
1335
+ SCNavigationToolbarMobile: {
1336
+ styleOverrides: {
1337
+ root: ({ theme }: any) => {
1338
+ padding: any;
1339
+ '& .SCNavigationToolbarMobile-logo': {
1340
+ marginRight: any;
1341
+ '& img': {
1342
+ verticalAlign: string;
1343
+ maxHeight: any;
1344
+ };
1345
+ };
1346
+ };
1347
+ };
1348
+ };
1349
+ SCNotification: {
1350
+ styleOverrides: {
1351
+ root: ({ theme }: any) => {
1352
+ '& .SCNotification-header': {
1353
+ padding: any;
1354
+ '& .SCNotification-avatar': {
1355
+ width: any;
1356
+ height: any;
1357
+ };
1358
+ };
1359
+ '& .SCNotification-content': {
1360
+ padding: number;
1361
+ '& .SCNotification-uncollapsed': {
1362
+ padding: any;
1363
+ '& > *': {
1364
+ marginBottom: any;
1365
+ };
1366
+ };
1367
+ '& .SCNotification-show-other-aggregated': {
1368
+ backgroundColor: string;
1369
+ };
1370
+ '& .SCNotification-collapsed': {
1371
+ padding: any;
1372
+ '& .MuiCollapse-wrapperInner > *': {
1373
+ marginBottom: any;
1374
+ };
1375
+ };
1376
+ '& .SCNotificationItem-detail': {
1377
+ borderRadius: number;
1378
+ };
1379
+ };
1380
+ '& a': {
1381
+ textDecoration: string;
1382
+ color: any;
1383
+ '&:hover, &:active': {
1384
+ color: any;
1385
+ textDecoration: string;
1386
+ };
1387
+ };
1388
+ };
1389
+ };
1390
+ };
1391
+ SCNotificationItem: {
1392
+ styleOverrides: {
1393
+ root: ({ theme }: any) => {
1394
+ a: {
1395
+ color: any;
1396
+ textDecoration: string;
1397
+ '&:hover, &:active': {
1398
+ textDecoration: string;
1399
+ };
1400
+ };
1401
+ '& .SCNotificationItem-header': {
1402
+ display: string;
1403
+ flexDirection: string;
1404
+ '& .SCNotificationItem-primary': {
1405
+ fontWeight: any;
1406
+ '& .SCContributionNotification-username': {
1407
+ fontWeight: any;
1408
+ };
1409
+ };
1410
+ '& .SCNotificationItem-secondary .SCDateTimeAgo-root': {
1411
+ marginTop: any;
1412
+ };
1413
+ };
1414
+ '&.SCNotificationItem-toast': {
1415
+ backgroundColor: string;
1416
+ borderRadius: number;
1417
+ '& .SCNotificationItem-header': {
1418
+ '& .SCNotificationItem-image': {
1419
+ marginRight: any;
1420
+ '& .MuiAvatar-root': {
1421
+ width: any;
1422
+ height: any;
1423
+ };
1424
+ };
1425
+ };
1426
+ };
1427
+ '&.SCNotificationItem-snippet': {
1428
+ backgroundColor: string;
1429
+ borderRadius: number;
1430
+ '& .SCNotificationItem-header': {
1431
+ '& .SCNotificationItem-image': {
1432
+ marginRight: any;
1433
+ '& .MuiAvatar-root': {
1434
+ width: any;
1435
+ height: any;
1436
+ };
1437
+ };
1438
+ };
1439
+ };
1440
+ '&.SCNotificationItem-detail': {
1441
+ backgroundColor: string;
1442
+ borderRadius: number;
1443
+ '& .SCNotificationItem-header': {
1444
+ '& .SCNotificationItem-image': {
1445
+ marginRight: any;
1446
+ '& .MuiAvatar-root': {
1447
+ width: any;
1448
+ height: any;
1449
+ };
1450
+ };
1451
+ };
1452
+ };
1453
+ };
1454
+ };
1455
+ };
1456
+ SCNotificationsMenu: {
1457
+ styleOverrides: {
1458
+ root: ({ theme }: any) => {
1459
+ '& .SCNotificationsMenu-paper': {
1460
+ padding: any;
1461
+ '& .MuiList-root': {
1462
+ padding: number;
1463
+ };
1464
+ };
1465
+ };
1466
+ };
1467
+ };
1468
+ SCPollObject: {
1469
+ styleOverrides: {
1470
+ root: ({ theme }: any) => {
1471
+ '& .MuiButton-root': {
1472
+ '&:focus:not(:focus-visible)': {
1473
+ backgroundColor: string;
1474
+ borderWidth: string;
1475
+ borderColor: any;
1476
+ };
1477
+ '&:hover': {
1478
+ borderWidth: string;
1479
+ };
1480
+ };
1481
+ '& .MuiCardHeader-root': {
1482
+ maxHeight: string;
1483
+ padding: any;
1484
+ '& .SCPollObject-toggleButton': {
1485
+ fontSize: string;
1486
+ textTransform: string;
1487
+ '& .MuiButton-endIcon': {
1488
+ display: string;
1489
+ };
1490
+ };
1491
+ };
1492
+ '& .SCPollObject-title': {
1493
+ color: any;
1494
+ marginBottom: number;
1495
+ fontWeight: any;
1496
+ };
1497
+ '& .SCPollObject-expiration, & .SCPollObject-close, & .SCPollObject-voters': {
1498
+ color: any;
1499
+ marginBottom: any;
1500
+ fontWeight: any;
1501
+ fontSize: string;
1502
+ };
1503
+ '& .SCPollObject-voters .MuiTypography-root': {
1504
+ fontWeight: any;
1505
+ fontSize: string;
1506
+ };
1507
+ '& ul': {
1508
+ padding: any;
1509
+ marginBottom: any;
1510
+ backgroundColor: any;
1511
+ borderRadius: any;
1512
+ '& li': {
1513
+ padding: number;
1514
+ '& .SCChoices-root': {
1515
+ backgroundColor: string;
1516
+ padding: number;
1517
+ marginBottom: any;
1518
+ '& .SCChoices-label': {
1519
+ marginBottom: number;
1520
+ fontWeight: any;
1521
+ };
1522
+ '& .SCChoices-progress': {
1523
+ marginBottom: number;
1524
+ '& .MuiLinearProgress-root': {
1525
+ height: number;
1526
+ borderRadius: any;
1527
+ };
1528
+ '& > .MuiTypography-root': {
1529
+ fontSize: string;
1530
+ fontWeight: any;
1531
+ };
1532
+ };
1533
+ };
1534
+ };
1535
+ };
1536
+ };
1537
+ };
1538
+ };
1539
+ SCPreviewMediaDocument: {
1540
+ styleOverrides: {
1541
+ root: ({ theme }: any) => {
1542
+ '& .SCPreviewMediaImage-title': {
1543
+ position: string;
1544
+ top: any;
1545
+ left: any;
1546
+ '& > h6': {
1547
+ padding: any;
1548
+ borderRadius: any;
1549
+ maxWidth: number;
1550
+ textOverflow: string;
1551
+ whiteSpace: string;
1552
+ overflow: string;
1553
+ };
1554
+ };
1555
+ };
1556
+ };
1557
+ };
1558
+ SCPrivateMessageComponent: {
1559
+ styleOverrides: {
1560
+ root: ({ theme }: any) => {
1561
+ [x: number]: {
1562
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
1563
+ border: string;
1564
+ '& .SCPrivateMessageThread-root': {
1565
+ borderRadius: number;
1566
+ };
1567
+ };
1568
+ };
1569
+ maxWidth: any;
1570
+ /**
1571
+ * Style fragments - Imports - Start
1572
+ */
1573
+ maxHeight: any;
1574
+ ' .MuiPaper-root, MuiAppBar-root': {
1575
+ boxShadow: string;
1576
+ borderRadius: number;
1577
+ };
1578
+ '& .SCPrivateMessageSnippetItem-root, .SCPrivateMessageThreadItem-root': {
1579
+ boxShadow: string;
1580
+ marginBottom: any;
1581
+ };
1582
+ };
1583
+ };
1584
+ };
1585
+ SCReactionAction: {
1586
+ styleOverrides: {
1587
+ root: ({ theme }: any) => {
1588
+ display: string;
1589
+ justifyContent: string;
1590
+ alignItems: string;
1591
+ flexDirection: string;
1592
+ fontSize: string;
1593
+ '&.SCReactionAction-inline': {
1594
+ flexDirection: string;
1595
+ };
1596
+ '& .SCReactionAction-divider': {
1597
+ width: string;
1598
+ borderBottom: number;
1599
+ };
1600
+ '& .SCReactionAction-reaction': {
1601
+ width: string;
1602
+ height: string;
1603
+ };
1604
+ };
1605
+ };
1606
+ };
1607
+ SCScrollContainer: {
1608
+ styleOverrides: {
1609
+ root: ({ theme }: any) => {
1610
+ '& .SCScrollContainer-scrollbar': {
1611
+ width: number;
1612
+ borderRadius: number;
1613
+ overflowX: string;
1614
+ backgroundColor: any;
1615
+ transition: string;
1616
+ };
1617
+ '& .SCScrollContainer-scroll-thumb': {
1618
+ width: number;
1619
+ };
1620
+ };
1621
+ };
1622
+ };
1623
+ SCSearchAutocomplete: {
1624
+ styleOverrides: {
1625
+ root: ({ theme }: any) => {
1626
+ '& .SCSearchAutocomplete-input': {
1627
+ padding: any;
1628
+ borderRadius: any;
1629
+ '& .MuiAutocomplete-input': {
1630
+ padding: any;
1631
+ };
1632
+ };
1633
+ };
1634
+ };
1635
+ };
1636
+ SCShareAction: {
1637
+ styleOverrides: {
1638
+ root: ({ theme }: any) => {
1639
+ display: string;
1640
+ justifyContent: string;
1641
+ alignItems: string;
1642
+ flexDirection: string;
1643
+ '&.SCShareAction-inline': {
1644
+ flexDirection: string;
1645
+ };
1646
+ '& .SCVoteAction-divider': {
1647
+ width: string;
1648
+ borderBottom: number;
1649
+ };
1650
+ };
1651
+ };
1652
+ };
1653
+ SCSnippetNotifications: {
1654
+ styleOverrides: {
1655
+ root: ({ theme }: any) => {
1656
+ '& .SCSnippetNotifications-item': {
1657
+ padding: number;
1658
+ marginBottom: any;
1659
+ '& .SCNotificationItem-root': {
1660
+ backgroundColor: string;
1661
+ borderRadius: number;
1662
+ '&.SCNotificationItem-snippet': {
1663
+ '&:before': {
1664
+ borderRadius: any;
1665
+ width: any;
1666
+ left: number;
1667
+ height: string;
1668
+ display: string;
1669
+ zIndex: string;
1670
+ position: string;
1671
+ content: string;
1672
+ backgroundColor: string;
1673
+ };
1674
+ '&.SCNotificationItem-new': {
1675
+ '&:before': {
1676
+ backgroundColor: any;
1677
+ };
1678
+ };
1679
+ '& .SCNotificationItem-header': {
1680
+ padding: any;
1681
+ };
1682
+ };
1683
+ };
1684
+ '&.SCSnippetNotifications-broadcast-messages-banner': {
1685
+ '& .SCNotificationItem-root.SCNotificationItem-snippet.SCNotificationItem-new': {
1686
+ '&:before': {
1687
+ backgroundColor: any;
1688
+ };
1689
+ };
1690
+ '& .SCNotificationItem-title a': {
1691
+ color: any;
1692
+ fontWeight: any;
1693
+ };
1694
+ };
1695
+ };
1696
+ };
1697
+ };
1698
+ };
1699
+ SCSnippetNotificationsSkeleton: {
1700
+ styleOverrides: {
1701
+ root: ({ theme }: any) => {
1702
+ margin: number;
1703
+ padding: number;
1704
+ '& .SCSnippetNotificationsSkeleton-item': {
1705
+ padding: number;
1706
+ marginBottom: any;
1707
+ '& .SCNotificationItem-root': {
1708
+ backgroundColor: string;
1709
+ borderRadius: number;
1710
+ '&.SCNotificationItem-snippet': {
1711
+ '&:before': {
1712
+ borderRadius: any;
1713
+ width: any;
1714
+ left: number;
1715
+ height: string;
1716
+ display: string;
1717
+ zIndex: string;
1718
+ position: string;
1719
+ content: string;
1720
+ backgroundColor: string;
1721
+ };
1722
+ '&.SCNotificationItem-new': {
1723
+ '&:before': {
1724
+ backgroundColor: any;
1725
+ };
1726
+ };
1727
+ '& .SCNotificationItem-header': {
1728
+ padding: any;
1729
+ };
1730
+ };
1731
+ };
1732
+ };
1733
+ };
1734
+ };
1735
+ };
1736
+ SCUser: {
1737
+ styleOverrides: {
1738
+ root: ({ theme }: any) => {
1739
+ [x: number]: {
1740
+ borderRadius: any;
1741
+ };
1742
+ borderRadius: number;
1743
+ paddingBottom: number;
1744
+ '& .SCUser-avatar': {
1745
+ '& img': {
1746
+ borderRadius: number;
1747
+ };
1748
+ };
1749
+ '& .SCBaseItemButton-primary': {
1750
+ fontWeight: any;
1751
+ };
1752
+ '& .SCBaseItemButton-secondary': {
1753
+ fontSize: string;
1754
+ };
1755
+ };
1756
+ };
1757
+ };
1758
+ SCUserNotification: {
1759
+ styleOverrides: {
1760
+ root: ({ theme }: any) => {
1761
+ '& .SCNotificationItem-primary': {
1762
+ color: any;
1763
+ '& a': {
1764
+ '&:hover': {
1765
+ color: any;
1766
+ textDecoration: string;
1767
+ };
1768
+ };
1769
+ };
1770
+ '& .SCUserNotification-username': {
1771
+ '&:hover': {
1772
+ textDecoration: string;
1773
+ };
1774
+ };
1775
+ '& .SCUserNotificationPrivateMessage-reply-button': {
1776
+ color: any;
1777
+ '&:hover': {
1778
+ color: string;
1779
+ };
1780
+ };
1781
+ '& .SCCommentNotification-vote-button': {
1782
+ '& > span': {
1783
+ fontSize: string;
1784
+ };
1785
+ };
1786
+ };
1787
+ };
1788
+ };
1789
+ SCUserProfileHeader: {
1790
+ styleOverrides: {
1791
+ root: ({ theme }: any) => {
1792
+ '& .SCUserProfileHeader-cover': {
1793
+ [x: number]: {
1794
+ borderRadius: any;
1795
+ };
1796
+ height: number;
1797
+ minHeight: number;
1798
+ borderRadius: number;
1799
+ };
1800
+ '& .SCUserProfileHeader-avatar': {
1801
+ height: any;
1802
+ width: any;
1803
+ top: number;
1804
+ };
1805
+ '& .SCUserProfileHeader-change-picture': {
1806
+ top: any;
1807
+ left: number;
1808
+ };
1809
+ '& .SCUserProfileHeader-username': {
1810
+ marginTop: number;
1811
+ fontWeight: any;
1812
+ fontSize: string;
1813
+ };
1814
+ };
1815
+ };
1816
+ };
1817
+ SCUserProfileTemplate: {
1818
+ styleOverrides: {
1819
+ root: ({ theme }: any) => {
1820
+ [x: number]: {
1821
+ marginTop: any;
1822
+ };
1823
+ marginTop: number;
1824
+ };
1825
+ };
1826
+ };
1827
+ SCVoteAction: {
1828
+ styleOverrides: {
1829
+ root: ({ theme }: any) => {
1830
+ display: string;
1831
+ justifyContent: string;
1832
+ alignItems: string;
1833
+ flexDirection: string;
1834
+ '&.SCVoteAction-inline': {
1835
+ flexDirection: string;
1836
+ };
1837
+ '& .SCVoteAction-divider': {
1838
+ width: string;
1839
+ borderBottom: number;
1840
+ };
1841
+ };
1842
+ };
1843
+ };
1844
+ SCWidget: {
1845
+ variants: ({
1846
+ props: {
1847
+ elevation: number;
1848
+ variant?: undefined;
1849
+ };
1850
+ style: {
1851
+ border: number;
1852
+ boxShadow: string;
1853
+ };
1854
+ } | {
1855
+ props: {
1856
+ variant: string;
1857
+ elevation?: undefined;
1858
+ };
1859
+ style: {
1860
+ border: string;
1861
+ boxShadow: string;
1862
+ };
1863
+ })[];
1864
+ styleOverrides: {
1865
+ root: ({ theme }: any) => {
1866
+ [x: number]: {
1867
+ borderRadius: any;
1868
+ };
1869
+ borderRadius: number;
1870
+ boxShadow: string;
1871
+ border: string;
1872
+ '& .MuiCardContent-root': {
1873
+ padding: any;
1874
+ '& h5': {
1875
+ fontFamily: any;
1876
+ fontWeight: any;
1877
+ color: any;
1878
+ fontSize: string;
1879
+ };
1880
+ '& .MuiList-root': {
1881
+ paddingTop: any;
1882
+ paddingBottom: any;
1883
+ '& .MuiListItem-root': {
1884
+ paddingTop: any;
1885
+ paddingBottom: any;
1886
+ paddingLeft: number;
1887
+ paddingRight: number;
1888
+ '& .SCBaseItemButton-text': {
1889
+ marginTop: number;
1890
+ marginBottom: number;
1891
+ };
1892
+ '& .SCWidget-root': {
1893
+ borderRadius: number;
1894
+ };
1895
+ };
1896
+ };
1897
+ '& > .MuiButton-sizeMedium': {
1898
+ marginLeft: any;
1899
+ paddingLeft: any;
1900
+ paddingRight: any;
1901
+ color: any;
1902
+ };
1903
+ };
1904
+ };
1905
+ };
1906
+ };
1907
+ SCPrivateMessageSnippetItem: {
1908
+ styleOverrides: {
1909
+ root: ({ theme }: any) => {
1910
+ borderRadius: any;
1911
+ padding: string;
1912
+ '& .SCPrivateMessageSnippetItem-time': {
1913
+ float: string;
1914
+ fontSize: any;
1915
+ };
1916
+ '& .MuiListItemText-primary': {
1917
+ '& .SCPrivateMessageSnippetItem-username': {
1918
+ fontWeight: any;
1919
+ };
1920
+ '& .SCPrivateMessageSnippetItem-badge-label': {
1921
+ marginLeft: any;
1922
+ borderRadius: number;
1923
+ fontSize: string;
1924
+ };
1925
+ };
1926
+ '& .MuiListItemText-secondary': {
1927
+ display: string;
1928
+ justifyContent: string;
1929
+ alignItems: string;
1930
+ };
1931
+ '& .MuiListItemSecondaryAction-root': {
1932
+ position: string;
1933
+ top: any;
1934
+ right: any;
1935
+ };
1936
+ };
1937
+ };
1938
+ };
1939
+ SCPrivateMessageSnippets: {
1940
+ styleOverrides: {
1941
+ root: ({ theme }: any) => {
1942
+ height: any;
1943
+ maxHeight: string;
1944
+ '& .MuiCardContent-root': {
1945
+ display: string;
1946
+ flexDirection: string;
1947
+ maxHeight: any;
1948
+ overflow: string;
1949
+ '& .MuiList-root': {
1950
+ '&:last-child': {
1951
+ marginBottom: any;
1952
+ };
1953
+ '& .MuiButtonBase-root, MuiListItemButton-root': {
1954
+ '&:hover': {
1955
+ borderRadius: string;
1956
+ };
1957
+ };
1958
+ };
1959
+ };
1960
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root, MuiCardContent-root': {
1961
+ padding: any;
1962
+ };
1963
+ '& .Mui-selected': {
1964
+ background: any;
1965
+ };
1966
+ '& .SCPrivateMessageSnippets-input': {
1967
+ borderRadius: any;
1968
+ height: any;
1969
+ '& .SCPrivateMessageSnippets-icon': {
1970
+ marginRight: any;
1971
+ };
1972
+ };
1973
+ '& .SCPrivateMessageSnippets-new-message-button': {
1974
+ color: string;
1975
+ alignSelf: string;
1976
+ backgroundColor: string;
1977
+ '&:hover': {
1978
+ borderWidth: string;
1979
+ backgroundColor: string;
1980
+ };
1981
+ };
1982
+ };
1983
+ };
1984
+ };
1985
+ SCPrivateMessageThread: {
1986
+ styleOverrides: {
1987
+ root: ({ theme }: any) => {
1988
+ backgroundColor: any;
1989
+ position: string;
1990
+ height: any;
1991
+ maxHeight: string;
1992
+ '& .MuiCardContent-root': {
1993
+ height: string;
1994
+ maxHeight: string;
1995
+ overflow: string;
1996
+ '& .MuiAlert-root': {
1997
+ position: string;
1998
+ bottom: number;
1999
+ left: number;
2000
+ right: number;
2001
+ display: string;
2002
+ justifyContent: string;
2003
+ };
2004
+ '& .MuiList-root': {
2005
+ '& .MuiListItem-root': {
2006
+ '&.SCPrivateMessageThread-receiver': {
2007
+ backgroundColor: any;
2008
+ marginLeft: any;
2009
+ filter: string;
2010
+ '&:after': {
2011
+ marginRight: any;
2012
+ content: string;
2013
+ position: string;
2014
+ border: string;
2015
+ borderTop: string;
2016
+ top: number;
2017
+ left: any;
2018
+ };
2019
+ };
2020
+ '&.SCPrivateMessageThread-sender': {
2021
+ backgroundColor: any;
2022
+ };
2023
+ };
2024
+ };
2025
+ };
2026
+ '& .SCPrivateMessageThread-empty-message': {
2027
+ position: string;
2028
+ top: string;
2029
+ display: string;
2030
+ justifyContent: string;
2031
+ fontSize: string;
2032
+ };
2033
+ '& .SCPrivateMessageThread-new-message-header': {
2034
+ position: string;
2035
+ top: number;
2036
+ right: number;
2037
+ display: string;
2038
+ width: string;
2039
+ height: any;
2040
+ alignItems: string;
2041
+ justifyContent: string;
2042
+ backgroundColor: any;
2043
+ '& .SCPrivateMessageThread-new-message-header-content': {
2044
+ display: string;
2045
+ alignItems: string;
2046
+ width: string;
2047
+ maxHeight: any;
2048
+ overflow: string;
2049
+ backgroundColor: any;
2050
+ borderRadius: any;
2051
+ marginRight: any;
2052
+ '& .SCPrivateMessageThread-new-message-header-icon': {
2053
+ fontSize: string;
2054
+ };
2055
+ '& .MuiIcon-root': {
2056
+ color: any;
2057
+ };
2058
+ '& .MuiTypography-root': {
2059
+ color: any;
2060
+ };
2061
+ '& .SCPrivateMessageThread-autocomplete': {
2062
+ minWidth: any;
2063
+ marginLeft: any;
2064
+ '& .MuiAutocomplete-endAdornment': {
2065
+ position: string;
2066
+ '& .MuiAutocomplete-clearIndicator': {
2067
+ fontSize: string;
2068
+ };
2069
+ };
2070
+ };
2071
+ };
2072
+ };
2073
+ '& .MuiListSubheader-root': {
2074
+ backgroundColor: string;
2075
+ display: string;
2076
+ justifyContent: string;
2077
+ marginBottom: any;
2078
+ '& .SCPrivateMessageThread-subheader': {
2079
+ width: string;
2080
+ padding: any;
2081
+ backgroundColor: string;
2082
+ fontWeight: any;
2083
+ borderRadius: any;
2084
+ boxShadow: string;
2085
+ };
2086
+ };
2087
+ '& .SCPrivateMessageThreadItem-root': {
2088
+ borderRadius: any;
2089
+ paddingTop: string;
2090
+ paddingBottom: string;
2091
+ paddingRight: string;
2092
+ paddingLeft: string;
2093
+ '& .MuiListItemSecondaryAction-root': {
2094
+ right: any;
2095
+ top: any;
2096
+ };
2097
+ '& .SCPrivateMessageThreadItem-message-time': {
2098
+ position: string;
2099
+ bottom: any;
2100
+ right: any;
2101
+ };
2102
+ '& .SCPrivateMessageThreadItem-text': {
2103
+ minHeight: any;
2104
+ display: string;
2105
+ alignItems: string;
2106
+ '& .MuiTypography-root': {
2107
+ fontSize: string;
2108
+ };
2109
+ };
2110
+ '& .SCPrivateMessageThreadItem-img': {
2111
+ display: string;
2112
+ alignItems: string;
2113
+ '& img': {
2114
+ [x: number]: {
2115
+ minHeight: number;
2116
+ };
2117
+ width: string;
2118
+ minHeight: number;
2119
+ };
2120
+ };
2121
+ '& .SCPrivateMessageThreadItem-document': {
2122
+ display: string;
2123
+ alignItems: string;
2124
+ };
2125
+ };
2126
+ };
2127
+ };
2128
+ };
2129
+ SCPrivateMessageEditor: {
2130
+ styleOverrides: {
2131
+ root: ({ theme }: any) => {
2132
+ [x: number]: {
2133
+ position: string;
2134
+ top: string;
2135
+ bottom: number;
2136
+ };
2137
+ width: string;
2138
+ position: string;
2139
+ bottom: number;
2140
+ left: number;
2141
+ zIndex: number;
2142
+ backgroundColor: any;
2143
+ '& .MuiIcon-root': {
2144
+ fontSize: string;
2145
+ };
2146
+ '& .SCPrivateMessageEditor-message-input': {
2147
+ width: string;
2148
+ };
2149
+ '& .MuiInputBase-root, MuiOutlinedInput-root': {
2150
+ '& textarea': {
2151
+ backgroundColor: any;
2152
+ borderRadius: any;
2153
+ padding: any;
2154
+ };
2155
+ };
2156
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCMessageMediaUploader-root': {
2157
+ height: any;
2158
+ backgroundColor: any;
2159
+ '& .MuiCardContent-root': {
2160
+ overflow: string;
2161
+ padding: any;
2162
+ display: string;
2163
+ flexDirection: string;
2164
+ minHeight: any;
2165
+ '& .SCMessageMediaUploader-close': {
2166
+ '& .MuiIcon-root': {
2167
+ fontSize: string;
2168
+ };
2169
+ };
2170
+ '& .SCMessageMediaUploader-upload-section': {
2171
+ '& .SCMessageMediaUploader-upload-button': {
2172
+ display: string;
2173
+ margin: string;
2174
+ fontSize: string;
2175
+ };
2176
+ };
2177
+ '& .SCMessageMediaUploader-preview-content': {
2178
+ position: string;
2179
+ display: string;
2180
+ margin: string;
2181
+ width: any;
2182
+ height: any;
2183
+ img: {
2184
+ resizeMode: string;
2185
+ width: any;
2186
+ height: any;
2187
+ };
2188
+ video: {
2189
+ width: any;
2190
+ height: any;
2191
+ };
2192
+ '& .SCMessageMediaUploader-preview-actions': {
2193
+ width: string;
2194
+ height: string;
2195
+ position: string;
2196
+ '& .MuiButtonBase-root, .MuiTypography-root': {
2197
+ color: any;
2198
+ position: string;
2199
+ top: string;
2200
+ left: string;
2201
+ transform: string;
2202
+ };
2203
+ '&:hover': {
2204
+ background: string;
2205
+ };
2206
+ '& .SCMessageMediaUploader-progress': {
2207
+ background: string;
2208
+ height: string;
2209
+ };
2210
+ };
2211
+ };
2212
+ '& .SCMessageMediaUploader-preview-info': {
2213
+ '& .MuiTypography-root': {
2214
+ fontSize: string;
2215
+ };
2216
+ };
2217
+ };
2218
+ };
2219
+ };
2220
+ };
2221
+ };
2222
+ SCPrivateMessageComponentSkeleton: {
2223
+ styleOverrides: {
2224
+ root: ({ theme }: any) => {
2225
+ [x: number]: {
2226
+ width: any;
2227
+ };
2228
+ '& .SCPrivateMessageComponentSkeleton-thread-section': {
2229
+ '& .MuiCardContent-root': {
2230
+ padding: number;
2231
+ '& .MuiList-root': {
2232
+ paddingTop: number;
2233
+ paddingBottom: number;
2234
+ };
2235
+ };
2236
+ };
2237
+ ' .MuiPaper-root, MuiAppBar-root': {
2238
+ boxShadow: string;
2239
+ borderRadius: number;
2240
+ };
2241
+ };
2242
+ };
2243
+ };
2244
+ };
2245
+ selfcommunity: {
2246
+ user: {
2247
+ avatar: {
2248
+ sizeSmall: number;
2249
+ sizeMedium: number;
2250
+ sizeLarge: number;
2251
+ };
2252
+ };
2253
+ category: {
2254
+ icon: {
2255
+ sizeMedium: number;
2256
+ };
2257
+ };
2258
+ };
2259
+ };
7
2260
  export default theme;
8
2261
  //# sourceMappingURL=index.d.ts.map