@selfcommunity/react-theme-default 0.1.0-alpha.10 → 0.1.0-alpha.100

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 (525) hide show
  1. package/lib/cjs/components/MuiAppBar.d.ts +3 -2
  2. package/lib/cjs/components/MuiAppBar.d.ts.map +1 -1
  3. package/lib/cjs/components/MuiAppBar.js +6 -2
  4. package/lib/cjs/components/MuiAppBar.js.map +1 -1
  5. package/lib/cjs/components/MuiButton.d.ts +6 -4
  6. package/lib/cjs/components/MuiButton.d.ts.map +1 -1
  7. package/lib/cjs/components/MuiButton.js +6 -4
  8. package/lib/cjs/components/MuiButton.js.map +1 -1
  9. package/lib/cjs/components/MuiIconButton.js +1 -1
  10. package/lib/cjs/components/MuiIconButton.js.map +1 -1
  11. package/lib/cjs/components/MuiPopover.d.ts +9 -0
  12. package/lib/cjs/components/MuiPopover.d.ts.map +1 -0
  13. package/lib/cjs/components/MuiPopover.js +11 -0
  14. package/lib/cjs/components/MuiPopover.js.map +1 -0
  15. package/lib/cjs/components/MuiTooltip.d.ts +7 -0
  16. package/lib/cjs/components/MuiTooltip.d.ts.map +1 -0
  17. package/lib/cjs/components/MuiTooltip.js +9 -0
  18. package/lib/cjs/components/MuiTooltip.js.map +1 -0
  19. package/lib/cjs/components/SCActivitiesMenu.d.ts +18 -0
  20. package/lib/cjs/components/SCActivitiesMenu.d.ts.map +1 -0
  21. package/lib/cjs/components/SCActivitiesMenu.js +20 -0
  22. package/lib/cjs/components/SCActivitiesMenu.js.map +1 -0
  23. package/lib/cjs/components/SCBaseDialog.d.ts +7 -0
  24. package/lib/cjs/components/SCBaseDialog.d.ts.map +1 -1
  25. package/lib/cjs/components/SCBaseDialog.js +9 -2
  26. package/lib/cjs/components/SCBaseDialog.js.map +1 -1
  27. package/lib/cjs/components/SCBaseItem.d.ts +47 -1
  28. package/lib/cjs/components/SCBaseItem.d.ts.map +1 -1
  29. package/lib/cjs/components/SCBaseItem.js +47 -1
  30. package/lib/cjs/components/SCBaseItem.js.map +1 -1
  31. package/lib/cjs/components/SCBaseItemButton.d.ts +51 -1
  32. package/lib/cjs/components/SCBaseItemButton.d.ts.map +1 -1
  33. package/lib/cjs/components/SCBaseItemButton.js +51 -1
  34. package/lib/cjs/components/SCBaseItemButton.js.map +1 -1
  35. package/lib/cjs/components/SCBottomNavigation.d.ts +16 -0
  36. package/lib/cjs/components/SCBottomNavigation.d.ts.map +1 -0
  37. package/lib/cjs/components/SCBottomNavigation.js +18 -0
  38. package/lib/cjs/components/SCBottomNavigation.js.map +1 -0
  39. package/lib/cjs/components/SCCategories.d.ts +9 -3
  40. package/lib/cjs/components/SCCategories.d.ts.map +1 -1
  41. package/lib/cjs/components/SCCategories.js +9 -3
  42. package/lib/cjs/components/SCCategories.js.map +1 -1
  43. package/lib/cjs/components/SCCategoriesSkeleton.d.ts +9 -5
  44. package/lib/cjs/components/SCCategoriesSkeleton.d.ts.map +1 -1
  45. package/lib/cjs/components/SCCategoriesSkeleton.js +9 -5
  46. package/lib/cjs/components/SCCategoriesSkeleton.js.map +1 -1
  47. package/lib/cjs/components/{SCComposerCategories.d.ts → SCCategoryAutocomplete.d.ts} +2 -1
  48. package/lib/cjs/components/SCCategoryAutocomplete.d.ts.map +1 -0
  49. package/lib/cjs/components/{SCComposerCategories.js → SCCategoryAutocomplete.js} +2 -1
  50. package/lib/cjs/components/SCCategoryAutocomplete.js.map +1 -0
  51. package/lib/cjs/components/SCCommentAction.d.ts +19 -0
  52. package/lib/cjs/components/SCCommentAction.d.ts.map +1 -0
  53. package/lib/cjs/components/SCCommentAction.js +21 -0
  54. package/lib/cjs/components/SCCommentAction.js.map +1 -0
  55. package/lib/cjs/components/SCCommentNotification.d.ts +30 -0
  56. package/lib/cjs/components/SCCommentNotification.d.ts.map +1 -0
  57. package/lib/cjs/components/SCCommentNotification.js +32 -0
  58. package/lib/cjs/components/SCCommentNotification.js.map +1 -0
  59. package/lib/cjs/components/SCCommentObject.d.ts +75 -18
  60. package/lib/cjs/components/SCCommentObject.d.ts.map +1 -1
  61. package/lib/cjs/components/SCCommentObject.js +79 -22
  62. package/lib/cjs/components/SCCommentObject.js.map +1 -1
  63. package/lib/cjs/components/SCCommentObjectReactions.d.ts +27 -0
  64. package/lib/cjs/components/SCCommentObjectReactions.d.ts.map +1 -0
  65. package/lib/cjs/components/SCCommentObjectReactions.js +29 -0
  66. package/lib/cjs/components/SCCommentObjectReactions.js.map +1 -0
  67. package/lib/cjs/components/SCCommentObjectVotes.d.ts +17 -0
  68. package/lib/cjs/components/SCCommentObjectVotes.d.ts.map +1 -0
  69. package/lib/cjs/components/SCCommentObjectVotes.js +19 -0
  70. package/lib/cjs/components/SCCommentObjectVotes.js.map +1 -0
  71. package/lib/cjs/components/SCComposer.d.ts +131 -32
  72. package/lib/cjs/components/SCComposer.d.ts.map +1 -1
  73. package/lib/cjs/components/SCComposer.js +211 -105
  74. package/lib/cjs/components/SCComposer.js.map +1 -1
  75. package/lib/cjs/components/SCContributionNotification.d.ts +35 -0
  76. package/lib/cjs/components/SCContributionNotification.d.ts.map +1 -0
  77. package/lib/cjs/components/SCContributionNotification.js +37 -0
  78. package/lib/cjs/components/SCContributionNotification.js.map +1 -0
  79. package/lib/cjs/components/SCCustomSnackMessage.d.ts +5 -4
  80. package/lib/cjs/components/SCCustomSnackMessage.d.ts.map +1 -1
  81. package/lib/cjs/components/SCCustomSnackMessage.js +5 -4
  82. package/lib/cjs/components/SCCustomSnackMessage.js.map +1 -1
  83. package/lib/cjs/components/SCDateTimeAgo.d.ts +1 -1
  84. package/lib/cjs/components/SCDateTimeAgo.js +1 -1
  85. package/lib/cjs/components/SCDateTimeAgo.js.map +1 -1
  86. package/lib/cjs/components/SCFeed.d.ts +8 -2
  87. package/lib/cjs/components/SCFeed.d.ts.map +1 -1
  88. package/lib/cjs/components/SCFeed.js +8 -2
  89. package/lib/cjs/components/SCFeed.js.map +1 -1
  90. package/lib/cjs/components/SCFeedObject.d.ts +14 -13
  91. package/lib/cjs/components/SCFeedObject.d.ts.map +1 -1
  92. package/lib/cjs/components/SCFeedObject.js +16 -15
  93. package/lib/cjs/components/SCFeedObject.js.map +1 -1
  94. package/lib/cjs/components/SCFeedSkeleton.d.ts +7 -2
  95. package/lib/cjs/components/SCFeedSkeleton.d.ts.map +1 -1
  96. package/lib/cjs/components/SCFeedSkeleton.js +7 -2
  97. package/lib/cjs/components/SCFeedSkeleton.js.map +1 -1
  98. package/lib/cjs/components/SCFollowAction.d.ts +20 -0
  99. package/lib/cjs/components/SCFollowAction.d.ts.map +1 -0
  100. package/lib/cjs/components/SCFollowAction.js +22 -0
  101. package/lib/cjs/components/SCFollowAction.js.map +1 -0
  102. package/lib/cjs/components/SCInlineComposer.d.ts +15 -0
  103. package/lib/cjs/components/SCInlineComposer.d.ts.map +1 -1
  104. package/lib/cjs/components/SCInlineComposer.js +15 -0
  105. package/lib/cjs/components/SCInlineComposer.js.map +1 -1
  106. package/lib/cjs/components/{SCMobileHeader.d.ts → SCLightbox.d.ts} +2 -4
  107. package/lib/cjs/components/SCLightbox.d.ts.map +1 -0
  108. package/lib/cjs/components/{SCMobileHeader.js → SCLightbox.js} +2 -4
  109. package/lib/cjs/components/SCLightbox.js.map +1 -0
  110. package/lib/cjs/components/SCLoyaltyProgram.d.ts +3 -6
  111. package/lib/cjs/components/SCLoyaltyProgram.d.ts.map +1 -1
  112. package/lib/cjs/components/SCLoyaltyProgram.js +4 -7
  113. package/lib/cjs/components/SCLoyaltyProgram.js.map +1 -1
  114. package/lib/cjs/components/SCNavigationSettingsIconButton.d.ts +18 -0
  115. package/lib/cjs/components/SCNavigationSettingsIconButton.d.ts.map +1 -0
  116. package/lib/cjs/components/SCNavigationSettingsIconButton.js +20 -0
  117. package/lib/cjs/components/SCNavigationSettingsIconButton.js.map +1 -0
  118. package/lib/cjs/components/SCNavigationToolbar.d.ts +61 -0
  119. package/lib/cjs/components/SCNavigationToolbar.d.ts.map +1 -0
  120. package/lib/cjs/components/SCNavigationToolbar.js +63 -0
  121. package/lib/cjs/components/SCNavigationToolbar.js.map +1 -0
  122. package/lib/cjs/components/SCNavigationToolbarMobile.d.ts +23 -0
  123. package/lib/cjs/components/SCNavigationToolbarMobile.d.ts.map +1 -0
  124. package/lib/cjs/components/SCNavigationToolbarMobile.js +25 -0
  125. package/lib/cjs/components/SCNavigationToolbarMobile.js.map +1 -0
  126. package/lib/cjs/components/SCNotification.d.ts +47 -0
  127. package/lib/cjs/components/SCNotification.d.ts.map +1 -0
  128. package/lib/cjs/components/SCNotification.js +50 -0
  129. package/lib/cjs/components/SCNotification.js.map +1 -0
  130. package/lib/cjs/components/SCNotificationItem.d.ts +67 -0
  131. package/lib/cjs/components/SCNotificationItem.d.ts.map +1 -0
  132. package/lib/cjs/components/SCNotificationItem.js +69 -0
  133. package/lib/cjs/components/SCNotificationItem.js.map +1 -0
  134. package/lib/cjs/components/SCNotificationsMenu.d.ts +14 -0
  135. package/lib/cjs/components/SCNotificationsMenu.d.ts.map +1 -0
  136. package/lib/cjs/components/SCNotificationsMenu.js +16 -0
  137. package/lib/cjs/components/SCNotificationsMenu.js.map +1 -0
  138. package/lib/cjs/components/SCPrivateMessageComponent.d.ts +30 -0
  139. package/lib/cjs/components/SCPrivateMessageComponent.d.ts.map +1 -0
  140. package/lib/cjs/components/SCPrivateMessageComponent.js +30 -0
  141. package/lib/cjs/components/SCPrivateMessageComponent.js.map +1 -0
  142. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.d.ts +24 -0
  143. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.d.ts.map +1 -0
  144. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.js +26 -0
  145. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.js.map +1 -0
  146. package/lib/cjs/components/SCPrivateMessageEditor.d.ts +103 -0
  147. package/lib/cjs/components/SCPrivateMessageEditor.d.ts.map +1 -0
  148. package/lib/cjs/components/SCPrivateMessageEditor.js +106 -0
  149. package/lib/cjs/components/SCPrivateMessageEditor.js.map +1 -0
  150. package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts +41 -0
  151. package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts.map +1 -0
  152. package/lib/cjs/components/SCPrivateMessageSnippetItem.js +43 -0
  153. package/lib/cjs/components/SCPrivateMessageSnippetItem.js.map +1 -0
  154. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +57 -0
  155. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts.map +1 -0
  156. package/lib/cjs/components/SCPrivateMessageSnippets.js +57 -0
  157. package/lib/cjs/components/SCPrivateMessageSnippets.js.map +1 -0
  158. package/lib/cjs/components/SCPrivateMessageThread.d.ts +121 -0
  159. package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -0
  160. package/lib/cjs/components/SCPrivateMessageThread.js +122 -0
  161. package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -0
  162. package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +92 -0
  163. package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts.map +1 -0
  164. package/lib/cjs/components/SCPrivateMessageThreadItem.js +94 -0
  165. package/lib/cjs/components/SCPrivateMessageThreadItem.js.map +1 -0
  166. package/lib/cjs/components/SCPrivateMessageThreadItemDialog.d.ts +25 -0
  167. package/lib/cjs/components/SCPrivateMessageThreadItemDialog.d.ts.map +1 -0
  168. package/lib/cjs/components/SCPrivateMessageThreadItemDialog.js +27 -0
  169. package/lib/cjs/components/SCPrivateMessageThreadItemDialog.js.map +1 -0
  170. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts +25 -0
  171. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
  172. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js +27 -0
  173. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
  174. package/lib/cjs/components/SCReactionAction.d.ts +24 -0
  175. package/lib/cjs/components/SCReactionAction.d.ts.map +1 -0
  176. package/lib/cjs/components/SCReactionAction.js +26 -0
  177. package/lib/cjs/components/SCReactionAction.js.map +1 -0
  178. package/lib/cjs/components/SCSearchAutocomplete.d.ts +15 -0
  179. package/lib/cjs/components/SCSearchAutocomplete.d.ts.map +1 -0
  180. package/lib/cjs/components/SCSearchAutocomplete.js +17 -0
  181. package/lib/cjs/components/SCSearchAutocomplete.js.map +1 -0
  182. package/lib/cjs/components/SCShareAction.d.ts +19 -0
  183. package/lib/cjs/components/SCShareAction.d.ts.map +1 -0
  184. package/lib/cjs/components/SCShareAction.js +21 -0
  185. package/lib/cjs/components/SCShareAction.js.map +1 -0
  186. package/lib/cjs/components/SCSnippetNotifications.d.ts +35 -21
  187. package/lib/cjs/components/SCSnippetNotifications.d.ts.map +1 -1
  188. package/lib/cjs/components/SCSnippetNotifications.js +36 -22
  189. package/lib/cjs/components/SCSnippetNotifications.js.map +1 -1
  190. package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts +39 -0
  191. package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts.map +1 -0
  192. package/lib/cjs/components/SCSnippetNotificationsSkeleton.js +41 -0
  193. package/lib/cjs/components/SCSnippetNotificationsSkeleton.js.map +1 -0
  194. package/lib/cjs/components/SCUser.d.ts +20 -0
  195. package/lib/cjs/components/SCUser.d.ts.map +1 -1
  196. package/lib/cjs/components/SCUser.js +20 -0
  197. package/lib/cjs/components/SCUser.js.map +1 -1
  198. package/lib/cjs/components/SCUserActionIconButton.d.ts +7 -0
  199. package/lib/cjs/components/SCUserActionIconButton.d.ts.map +1 -0
  200. package/lib/cjs/components/SCUserActionIconButton.js +9 -0
  201. package/lib/cjs/components/SCUserActionIconButton.js.map +1 -0
  202. package/lib/cjs/components/SCUserCounters.d.ts +23 -0
  203. package/lib/cjs/components/SCUserCounters.d.ts.map +1 -0
  204. package/lib/cjs/components/SCUserCounters.js +25 -0
  205. package/lib/cjs/components/SCUserCounters.js.map +1 -0
  206. package/lib/cjs/components/SCUserInfo.d.ts +19 -0
  207. package/lib/cjs/components/SCUserInfo.d.ts.map +1 -0
  208. package/lib/cjs/components/SCUserInfo.js +21 -0
  209. package/lib/cjs/components/SCUserInfo.js.map +1 -0
  210. package/lib/cjs/components/SCUserInfoDialog.d.ts +22 -0
  211. package/lib/cjs/components/SCUserInfoDialog.d.ts.map +1 -0
  212. package/lib/cjs/components/SCUserInfoDialog.js +24 -0
  213. package/lib/cjs/components/SCUserInfoDialog.js.map +1 -0
  214. package/lib/cjs/components/SCUserInfoSkeleton.d.ts +19 -0
  215. package/lib/cjs/components/SCUserInfoSkeleton.d.ts.map +1 -0
  216. package/lib/cjs/components/SCUserInfoSkeleton.js +21 -0
  217. package/lib/cjs/components/SCUserInfoSkeleton.js.map +1 -0
  218. package/lib/cjs/components/SCUserProfileEdit.d.ts +21 -0
  219. package/lib/cjs/components/SCUserProfileEdit.d.ts.map +1 -0
  220. package/lib/cjs/components/SCUserProfileEdit.js +23 -0
  221. package/lib/cjs/components/SCUserProfileEdit.js.map +1 -0
  222. package/lib/cjs/components/SCUserProfileHeader.d.ts +20 -0
  223. package/lib/cjs/components/SCUserProfileHeader.d.ts.map +1 -1
  224. package/lib/cjs/components/SCUserProfileHeader.js +29 -9
  225. package/lib/cjs/components/SCUserProfileHeader.js.map +1 -1
  226. package/lib/cjs/components/SCUserProfileTemplate.d.ts +21 -0
  227. package/lib/cjs/components/SCUserProfileTemplate.d.ts.map +1 -1
  228. package/lib/cjs/components/SCUserProfileTemplate.js +21 -0
  229. package/lib/cjs/components/SCUserProfileTemplate.js.map +1 -1
  230. package/lib/cjs/components/SCVoteAction.d.ts +19 -0
  231. package/lib/cjs/components/SCVoteAction.d.ts.map +1 -0
  232. package/lib/cjs/components/SCVoteAction.js +21 -0
  233. package/lib/cjs/components/SCVoteAction.js.map +1 -0
  234. package/lib/cjs/components/SCVoteAudienceButton.d.ts +30 -0
  235. package/lib/cjs/components/SCVoteAudienceButton.d.ts.map +1 -0
  236. package/lib/cjs/components/SCVoteAudienceButton.js +32 -0
  237. package/lib/cjs/components/SCVoteAudienceButton.js.map +1 -0
  238. package/lib/cjs/components/SCVoteButton.d.ts +23 -0
  239. package/lib/cjs/components/SCVoteButton.d.ts.map +1 -0
  240. package/lib/cjs/components/SCVoteButton.js +25 -0
  241. package/lib/cjs/components/SCVoteButton.js.map +1 -0
  242. package/lib/cjs/components/SCWidget.d.ts +3 -3
  243. package/lib/cjs/components/SCWidget.js +3 -3
  244. package/lib/cjs/components/SCWidget.js.map +1 -1
  245. package/lib/cjs/index.d.ts +2855 -1
  246. package/lib/cjs/index.d.ts.map +1 -1
  247. package/lib/cjs/index.js +112 -31
  248. package/lib/cjs/index.js.map +1 -1
  249. package/lib/esm/components/MuiAppBar.d.ts +3 -2
  250. package/lib/esm/components/MuiAppBar.d.ts.map +1 -1
  251. package/lib/esm/components/MuiAppBar.js +6 -2
  252. package/lib/esm/components/MuiAppBar.js.map +1 -1
  253. package/lib/esm/components/MuiButton.d.ts +6 -4
  254. package/lib/esm/components/MuiButton.d.ts.map +1 -1
  255. package/lib/esm/components/MuiButton.js +6 -4
  256. package/lib/esm/components/MuiButton.js.map +1 -1
  257. package/lib/esm/components/MuiIconButton.js +1 -1
  258. package/lib/esm/components/MuiIconButton.js.map +1 -1
  259. package/lib/esm/components/MuiPopover.d.ts +9 -0
  260. package/lib/esm/components/MuiPopover.d.ts.map +1 -0
  261. package/lib/esm/components/MuiPopover.js +9 -0
  262. package/lib/esm/components/MuiPopover.js.map +1 -0
  263. package/lib/esm/components/MuiTooltip.d.ts +7 -0
  264. package/lib/esm/components/MuiTooltip.d.ts.map +1 -0
  265. package/lib/esm/components/MuiTooltip.js +7 -0
  266. package/lib/esm/components/MuiTooltip.js.map +1 -0
  267. package/lib/esm/components/SCActivitiesMenu.d.ts +18 -0
  268. package/lib/esm/components/SCActivitiesMenu.d.ts.map +1 -0
  269. package/lib/esm/components/SCActivitiesMenu.js +18 -0
  270. package/lib/esm/components/SCActivitiesMenu.js.map +1 -0
  271. package/lib/esm/components/SCBaseDialog.d.ts +7 -0
  272. package/lib/esm/components/SCBaseDialog.d.ts.map +1 -1
  273. package/lib/esm/components/SCBaseDialog.js +9 -2
  274. package/lib/esm/components/SCBaseDialog.js.map +1 -1
  275. package/lib/esm/components/SCBaseItem.d.ts +47 -1
  276. package/lib/esm/components/SCBaseItem.d.ts.map +1 -1
  277. package/lib/esm/components/SCBaseItem.js +47 -1
  278. package/lib/esm/components/SCBaseItem.js.map +1 -1
  279. package/lib/esm/components/SCBaseItemButton.d.ts +51 -1
  280. package/lib/esm/components/SCBaseItemButton.d.ts.map +1 -1
  281. package/lib/esm/components/SCBaseItemButton.js +51 -1
  282. package/lib/esm/components/SCBaseItemButton.js.map +1 -1
  283. package/lib/esm/components/SCBottomNavigation.d.ts +16 -0
  284. package/lib/esm/components/SCBottomNavigation.d.ts.map +1 -0
  285. package/lib/esm/components/SCBottomNavigation.js +16 -0
  286. package/lib/esm/components/SCBottomNavigation.js.map +1 -0
  287. package/lib/esm/components/SCCategories.d.ts +9 -3
  288. package/lib/esm/components/SCCategories.d.ts.map +1 -1
  289. package/lib/esm/components/SCCategories.js +9 -3
  290. package/lib/esm/components/SCCategories.js.map +1 -1
  291. package/lib/esm/components/SCCategoriesSkeleton.d.ts +9 -5
  292. package/lib/esm/components/SCCategoriesSkeleton.d.ts.map +1 -1
  293. package/lib/esm/components/SCCategoriesSkeleton.js +9 -5
  294. package/lib/esm/components/SCCategoriesSkeleton.js.map +1 -1
  295. package/lib/esm/components/{SCComposerCategories.d.ts → SCCategoryAutocomplete.d.ts} +2 -1
  296. package/lib/esm/components/SCCategoryAutocomplete.d.ts.map +1 -0
  297. package/lib/esm/components/{SCComposerCategories.js → SCCategoryAutocomplete.js} +2 -1
  298. package/lib/esm/components/SCCategoryAutocomplete.js.map +1 -0
  299. package/lib/esm/components/SCCommentAction.d.ts +19 -0
  300. package/lib/esm/components/SCCommentAction.d.ts.map +1 -0
  301. package/lib/esm/components/SCCommentAction.js +19 -0
  302. package/lib/esm/components/SCCommentAction.js.map +1 -0
  303. package/lib/esm/components/SCCommentNotification.d.ts +30 -0
  304. package/lib/esm/components/SCCommentNotification.d.ts.map +1 -0
  305. package/lib/esm/components/SCCommentNotification.js +30 -0
  306. package/lib/esm/components/SCCommentNotification.js.map +1 -0
  307. package/lib/esm/components/SCCommentObject.d.ts +75 -18
  308. package/lib/esm/components/SCCommentObject.d.ts.map +1 -1
  309. package/lib/esm/components/SCCommentObject.js +79 -22
  310. package/lib/esm/components/SCCommentObject.js.map +1 -1
  311. package/lib/esm/components/SCCommentObjectReactions.d.ts +27 -0
  312. package/lib/esm/components/SCCommentObjectReactions.d.ts.map +1 -0
  313. package/lib/esm/components/SCCommentObjectReactions.js +27 -0
  314. package/lib/esm/components/SCCommentObjectReactions.js.map +1 -0
  315. package/lib/esm/components/SCCommentObjectVotes.d.ts +17 -0
  316. package/lib/esm/components/SCCommentObjectVotes.d.ts.map +1 -0
  317. package/lib/esm/components/SCCommentObjectVotes.js +17 -0
  318. package/lib/esm/components/SCCommentObjectVotes.js.map +1 -0
  319. package/lib/esm/components/SCComposer.d.ts +131 -32
  320. package/lib/esm/components/SCComposer.d.ts.map +1 -1
  321. package/lib/esm/components/SCComposer.js +211 -105
  322. package/lib/esm/components/SCComposer.js.map +1 -1
  323. package/lib/esm/components/SCContributionNotification.d.ts +35 -0
  324. package/lib/esm/components/SCContributionNotification.d.ts.map +1 -0
  325. package/lib/esm/components/SCContributionNotification.js +35 -0
  326. package/lib/esm/components/SCContributionNotification.js.map +1 -0
  327. package/lib/esm/components/SCCustomSnackMessage.d.ts +5 -4
  328. package/lib/esm/components/SCCustomSnackMessage.d.ts.map +1 -1
  329. package/lib/esm/components/SCCustomSnackMessage.js +5 -4
  330. package/lib/esm/components/SCCustomSnackMessage.js.map +1 -1
  331. package/lib/esm/components/SCDateTimeAgo.d.ts +1 -1
  332. package/lib/esm/components/SCDateTimeAgo.js +1 -1
  333. package/lib/esm/components/SCDateTimeAgo.js.map +1 -1
  334. package/lib/esm/components/SCFeed.d.ts +8 -2
  335. package/lib/esm/components/SCFeed.d.ts.map +1 -1
  336. package/lib/esm/components/SCFeed.js +8 -2
  337. package/lib/esm/components/SCFeed.js.map +1 -1
  338. package/lib/esm/components/SCFeedObject.d.ts +14 -13
  339. package/lib/esm/components/SCFeedObject.d.ts.map +1 -1
  340. package/lib/esm/components/SCFeedObject.js +16 -15
  341. package/lib/esm/components/SCFeedObject.js.map +1 -1
  342. package/lib/esm/components/SCFeedSkeleton.d.ts +7 -2
  343. package/lib/esm/components/SCFeedSkeleton.d.ts.map +1 -1
  344. package/lib/esm/components/SCFeedSkeleton.js +7 -2
  345. package/lib/esm/components/SCFeedSkeleton.js.map +1 -1
  346. package/lib/esm/components/SCFollowAction.d.ts +20 -0
  347. package/lib/esm/components/SCFollowAction.d.ts.map +1 -0
  348. package/lib/esm/components/SCFollowAction.js +20 -0
  349. package/lib/esm/components/SCFollowAction.js.map +1 -0
  350. package/lib/esm/components/SCInlineComposer.d.ts +15 -0
  351. package/lib/esm/components/SCInlineComposer.d.ts.map +1 -1
  352. package/lib/esm/components/SCInlineComposer.js +15 -0
  353. package/lib/esm/components/SCInlineComposer.js.map +1 -1
  354. package/lib/esm/components/{SCMobileHeader.d.ts → SCLightbox.d.ts} +2 -4
  355. package/lib/esm/components/SCLightbox.d.ts.map +1 -0
  356. package/lib/esm/components/SCLightbox.js +9 -0
  357. package/lib/esm/components/SCLightbox.js.map +1 -0
  358. package/lib/esm/components/SCLoyaltyProgram.d.ts +3 -6
  359. package/lib/esm/components/SCLoyaltyProgram.d.ts.map +1 -1
  360. package/lib/esm/components/SCLoyaltyProgram.js +4 -7
  361. package/lib/esm/components/SCLoyaltyProgram.js.map +1 -1
  362. package/lib/esm/components/SCNavigationSettingsIconButton.d.ts +18 -0
  363. package/lib/esm/components/SCNavigationSettingsIconButton.d.ts.map +1 -0
  364. package/lib/esm/components/SCNavigationSettingsIconButton.js +18 -0
  365. package/lib/esm/components/SCNavigationSettingsIconButton.js.map +1 -0
  366. package/lib/esm/components/SCNavigationToolbar.d.ts +61 -0
  367. package/lib/esm/components/SCNavigationToolbar.d.ts.map +1 -0
  368. package/lib/esm/components/SCNavigationToolbar.js +61 -0
  369. package/lib/esm/components/SCNavigationToolbar.js.map +1 -0
  370. package/lib/esm/components/SCNavigationToolbarMobile.d.ts +23 -0
  371. package/lib/esm/components/SCNavigationToolbarMobile.d.ts.map +1 -0
  372. package/lib/esm/components/SCNavigationToolbarMobile.js +23 -0
  373. package/lib/esm/components/SCNavigationToolbarMobile.js.map +1 -0
  374. package/lib/esm/components/SCNotification.d.ts +47 -0
  375. package/lib/esm/components/SCNotification.d.ts.map +1 -0
  376. package/lib/esm/components/SCNotification.js +48 -0
  377. package/lib/esm/components/SCNotification.js.map +1 -0
  378. package/lib/esm/components/SCNotificationItem.d.ts +67 -0
  379. package/lib/esm/components/SCNotificationItem.d.ts.map +1 -0
  380. package/lib/esm/components/SCNotificationItem.js +67 -0
  381. package/lib/esm/components/SCNotificationItem.js.map +1 -0
  382. package/lib/esm/components/SCNotificationsMenu.d.ts +14 -0
  383. package/lib/esm/components/SCNotificationsMenu.d.ts.map +1 -0
  384. package/lib/esm/components/SCNotificationsMenu.js +14 -0
  385. package/lib/esm/components/SCNotificationsMenu.js.map +1 -0
  386. package/lib/esm/components/SCPrivateMessageComponent.d.ts +30 -0
  387. package/lib/esm/components/SCPrivateMessageComponent.d.ts.map +1 -0
  388. package/lib/esm/components/SCPrivateMessageComponent.js +28 -0
  389. package/lib/esm/components/SCPrivateMessageComponent.js.map +1 -0
  390. package/lib/esm/components/SCPrivateMessageComponentSkeleton.d.ts +24 -0
  391. package/lib/esm/components/SCPrivateMessageComponentSkeleton.d.ts.map +1 -0
  392. package/lib/esm/components/SCPrivateMessageComponentSkeleton.js +24 -0
  393. package/lib/esm/components/SCPrivateMessageComponentSkeleton.js.map +1 -0
  394. package/lib/esm/components/SCPrivateMessageEditor.d.ts +103 -0
  395. package/lib/esm/components/SCPrivateMessageEditor.d.ts.map +1 -0
  396. package/lib/esm/components/SCPrivateMessageEditor.js +104 -0
  397. package/lib/esm/components/SCPrivateMessageEditor.js.map +1 -0
  398. package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts +41 -0
  399. package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts.map +1 -0
  400. package/lib/esm/components/SCPrivateMessageSnippetItem.js +41 -0
  401. package/lib/esm/components/SCPrivateMessageSnippetItem.js.map +1 -0
  402. package/lib/esm/components/SCPrivateMessageSnippets.d.ts +57 -0
  403. package/lib/esm/components/SCPrivateMessageSnippets.d.ts.map +1 -0
  404. package/lib/esm/components/SCPrivateMessageSnippets.js +55 -0
  405. package/lib/esm/components/SCPrivateMessageSnippets.js.map +1 -0
  406. package/lib/esm/components/SCPrivateMessageThread.d.ts +121 -0
  407. package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -0
  408. package/lib/esm/components/SCPrivateMessageThread.js +120 -0
  409. package/lib/esm/components/SCPrivateMessageThread.js.map +1 -0
  410. package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +92 -0
  411. package/lib/esm/components/SCPrivateMessageThreadItem.d.ts.map +1 -0
  412. package/lib/esm/components/SCPrivateMessageThreadItem.js +92 -0
  413. package/lib/esm/components/SCPrivateMessageThreadItem.js.map +1 -0
  414. package/lib/esm/components/SCPrivateMessageThreadItemDialog.d.ts +25 -0
  415. package/lib/esm/components/SCPrivateMessageThreadItemDialog.d.ts.map +1 -0
  416. package/lib/esm/components/SCPrivateMessageThreadItemDialog.js +25 -0
  417. package/lib/esm/components/SCPrivateMessageThreadItemDialog.js.map +1 -0
  418. package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts +25 -0
  419. package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
  420. package/lib/esm/components/SCPrivateMessageThreadSkeleton.js +25 -0
  421. package/lib/esm/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
  422. package/lib/esm/components/SCReactionAction.d.ts +24 -0
  423. package/lib/esm/components/SCReactionAction.d.ts.map +1 -0
  424. package/lib/esm/components/SCReactionAction.js +24 -0
  425. package/lib/esm/components/SCReactionAction.js.map +1 -0
  426. package/lib/esm/components/SCSearchAutocomplete.d.ts +15 -0
  427. package/lib/esm/components/SCSearchAutocomplete.d.ts.map +1 -0
  428. package/lib/esm/components/SCSearchAutocomplete.js +15 -0
  429. package/lib/esm/components/SCSearchAutocomplete.js.map +1 -0
  430. package/lib/esm/components/SCShareAction.d.ts +19 -0
  431. package/lib/esm/components/SCShareAction.d.ts.map +1 -0
  432. package/lib/esm/components/SCShareAction.js +19 -0
  433. package/lib/esm/components/SCShareAction.js.map +1 -0
  434. package/lib/esm/components/SCSnippetNotifications.d.ts +35 -21
  435. package/lib/esm/components/SCSnippetNotifications.d.ts.map +1 -1
  436. package/lib/esm/components/SCSnippetNotifications.js +36 -22
  437. package/lib/esm/components/SCSnippetNotifications.js.map +1 -1
  438. package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts +39 -0
  439. package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts.map +1 -0
  440. package/lib/esm/components/SCSnippetNotificationsSkeleton.js +39 -0
  441. package/lib/esm/components/SCSnippetNotificationsSkeleton.js.map +1 -0
  442. package/lib/esm/components/SCUser.d.ts +20 -0
  443. package/lib/esm/components/SCUser.d.ts.map +1 -1
  444. package/lib/esm/components/SCUser.js +20 -0
  445. package/lib/esm/components/SCUser.js.map +1 -1
  446. package/lib/esm/components/SCUserActionIconButton.d.ts +7 -0
  447. package/lib/esm/components/SCUserActionIconButton.d.ts.map +1 -0
  448. package/lib/esm/components/SCUserActionIconButton.js +7 -0
  449. package/lib/esm/components/SCUserActionIconButton.js.map +1 -0
  450. package/lib/esm/components/SCUserCounters.d.ts +23 -0
  451. package/lib/esm/components/SCUserCounters.d.ts.map +1 -0
  452. package/lib/esm/components/SCUserCounters.js +23 -0
  453. package/lib/esm/components/SCUserCounters.js.map +1 -0
  454. package/lib/esm/components/SCUserInfo.d.ts +19 -0
  455. package/lib/esm/components/SCUserInfo.d.ts.map +1 -0
  456. package/lib/esm/components/SCUserInfo.js +19 -0
  457. package/lib/esm/components/SCUserInfo.js.map +1 -0
  458. package/lib/esm/components/SCUserInfoDialog.d.ts +22 -0
  459. package/lib/esm/components/SCUserInfoDialog.d.ts.map +1 -0
  460. package/lib/esm/components/SCUserInfoDialog.js +22 -0
  461. package/lib/esm/components/SCUserInfoDialog.js.map +1 -0
  462. package/lib/esm/components/SCUserInfoSkeleton.d.ts +19 -0
  463. package/lib/esm/components/SCUserInfoSkeleton.d.ts.map +1 -0
  464. package/lib/esm/components/SCUserInfoSkeleton.js +19 -0
  465. package/lib/esm/components/SCUserInfoSkeleton.js.map +1 -0
  466. package/lib/esm/components/SCUserProfileEdit.d.ts +21 -0
  467. package/lib/esm/components/SCUserProfileEdit.d.ts.map +1 -0
  468. package/lib/esm/components/SCUserProfileEdit.js +21 -0
  469. package/lib/esm/components/SCUserProfileEdit.js.map +1 -0
  470. package/lib/esm/components/SCUserProfileHeader.d.ts +20 -0
  471. package/lib/esm/components/SCUserProfileHeader.d.ts.map +1 -1
  472. package/lib/esm/components/SCUserProfileHeader.js +29 -9
  473. package/lib/esm/components/SCUserProfileHeader.js.map +1 -1
  474. package/lib/esm/components/SCUserProfileTemplate.d.ts +21 -0
  475. package/lib/esm/components/SCUserProfileTemplate.d.ts.map +1 -1
  476. package/lib/esm/components/SCUserProfileTemplate.js +21 -0
  477. package/lib/esm/components/SCUserProfileTemplate.js.map +1 -1
  478. package/lib/esm/components/SCVoteAction.d.ts +19 -0
  479. package/lib/esm/components/SCVoteAction.d.ts.map +1 -0
  480. package/lib/esm/components/SCVoteAction.js +19 -0
  481. package/lib/esm/components/SCVoteAction.js.map +1 -0
  482. package/lib/esm/components/SCVoteAudienceButton.d.ts +30 -0
  483. package/lib/esm/components/SCVoteAudienceButton.d.ts.map +1 -0
  484. package/lib/esm/components/SCVoteAudienceButton.js +30 -0
  485. package/lib/esm/components/SCVoteAudienceButton.js.map +1 -0
  486. package/lib/esm/components/SCVoteButton.d.ts +23 -0
  487. package/lib/esm/components/SCVoteButton.d.ts.map +1 -0
  488. package/lib/esm/components/SCVoteButton.js +23 -0
  489. package/lib/esm/components/SCVoteButton.js.map +1 -0
  490. package/lib/esm/components/SCWidget.d.ts +3 -3
  491. package/lib/esm/components/SCWidget.js +3 -3
  492. package/lib/esm/components/SCWidget.js.map +1 -1
  493. package/lib/esm/index.d.ts +2855 -1
  494. package/lib/esm/index.d.ts.map +1 -1
  495. package/lib/esm/index.js +112 -31
  496. package/lib/esm/index.js.map +1 -1
  497. package/lib/umd/react-theme-default.js +19 -19
  498. package/lib/umd/react-theme-default.js.LICENSE.txt +4 -2
  499. package/lib/umd/react-theme-default.js.map +1 -1
  500. package/package.json +7 -7
  501. package/lib/cjs/components/SCComposerCategories.d.ts.map +0 -1
  502. package/lib/cjs/components/SCComposerCategories.js.map +0 -1
  503. package/lib/cjs/components/SCMobileHeader.d.ts.map +0 -1
  504. package/lib/cjs/components/SCMobileHeader.js.map +0 -1
  505. package/lib/cjs/components/SCPrivateMessagesTemplate.d.ts +0 -29
  506. package/lib/cjs/components/SCPrivateMessagesTemplate.d.ts.map +0 -1
  507. package/lib/cjs/components/SCPrivateMessagesTemplate.js +0 -31
  508. package/lib/cjs/components/SCPrivateMessagesTemplate.js.map +0 -1
  509. package/lib/cjs/components/SCUserNotification.d.ts +0 -33
  510. package/lib/cjs/components/SCUserNotification.d.ts.map +0 -1
  511. package/lib/cjs/components/SCUserNotification.js +0 -35
  512. package/lib/cjs/components/SCUserNotification.js.map +0 -1
  513. package/lib/esm/components/SCComposerCategories.d.ts.map +0 -1
  514. package/lib/esm/components/SCComposerCategories.js.map +0 -1
  515. package/lib/esm/components/SCMobileHeader.d.ts.map +0 -1
  516. package/lib/esm/components/SCMobileHeader.js +0 -11
  517. package/lib/esm/components/SCMobileHeader.js.map +0 -1
  518. package/lib/esm/components/SCPrivateMessagesTemplate.d.ts +0 -29
  519. package/lib/esm/components/SCPrivateMessagesTemplate.d.ts.map +0 -1
  520. package/lib/esm/components/SCPrivateMessagesTemplate.js +0 -29
  521. package/lib/esm/components/SCPrivateMessagesTemplate.js.map +0 -1
  522. package/lib/esm/components/SCUserNotification.d.ts +0 -33
  523. package/lib/esm/components/SCUserNotification.d.ts.map +0 -1
  524. package/lib/esm/components/SCUserNotification.js +0 -33
  525. package/lib/esm/components/SCUserNotification.js.map +0 -1
@@ -1,8 +1,2862 @@
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
+ '&:hover, &:active': {
66
+ borderWidth: number;
67
+ };
68
+ };
69
+ } | {
70
+ props: {
71
+ variant: string;
72
+ };
73
+ style: {
74
+ borderWidth?: undefined;
75
+ '&:hover, &:active'?: undefined;
76
+ };
77
+ } | {
78
+ props: {
79
+ variant: string;
80
+ };
81
+ style: {
82
+ borderWidth: number;
83
+ '&:hover, &:active'?: undefined;
84
+ };
85
+ })[];
86
+ styleOverrides: {
87
+ root: ({ theme }: any) => {
88
+ textTransform: string;
89
+ fontWeight: any;
90
+ padding: string;
91
+ lineHeight: number;
92
+ borderRadius: any;
93
+ };
94
+ sizeSmall: {
95
+ fontSize: string;
96
+ padding: string;
97
+ };
98
+ sizeMedium: {
99
+ fontSize: string;
100
+ padding: string;
101
+ };
102
+ sizeLarge: {
103
+ fontSize: string;
104
+ padding: string;
105
+ };
106
+ };
107
+ };
108
+ MuiContainer: {
109
+ styleOverrides: {
110
+ root: ({ theme }: any) => {
111
+ [x: number]: {
112
+ paddingLeft: number;
113
+ paddingRight: number;
114
+ };
115
+ maxWidth: any;
116
+ };
117
+ };
118
+ };
119
+ MuiDialog: {
120
+ styleOverrides: {
121
+ root: {
122
+ '& .MuiDialog-paperFullScreen': {
123
+ display: string;
124
+ flexDirection: string;
125
+ };
126
+ };
127
+ };
128
+ };
129
+ MuiIcon: {
130
+ defaultProps: {
131
+ baseClassName: string;
132
+ };
133
+ styleOverrides: {
134
+ root: ({ theme }: any) => {
135
+ fontSize: string;
136
+ };
137
+ };
138
+ };
139
+ MuiIconButton: {
140
+ styleOverrides: {
141
+ sizeSmall: {
142
+ fontSize: string;
143
+ };
144
+ sizeMedium: {
145
+ fontSize: string;
146
+ };
147
+ sizeLarge: {
148
+ fontSize: string;
149
+ };
150
+ };
151
+ };
152
+ MuiOutlinedInput: {
153
+ styleOverrides: {
154
+ root: {
155
+ borderRadius: number;
156
+ };
157
+ };
158
+ };
159
+ MuiPopover: {
160
+ styleOverrides: {
161
+ paper: ({ theme }: any) => {
162
+ borderRadius: number;
163
+ };
164
+ };
165
+ };
166
+ MuiSelect: {
167
+ defaultProps: {
168
+ IconComponent: ({ className }: {
169
+ className: any;
170
+ }) => JSX.Element;
171
+ };
172
+ };
173
+ MuiTooltip: {
174
+ defaultProps: {
175
+ enterDelay: number;
176
+ };
177
+ };
178
+ SCActivitiesMenu: {
179
+ styleOverrides: {
180
+ root: ({ theme }: any) => {
181
+ '& .SCActivitiesMenu-selector': {
182
+ display: string;
183
+ alignItems: string;
184
+ textAlign: string;
185
+ justifyContent: string;
186
+ };
187
+ '& .SCActivitiesMenu-selector .MuiButton-root': {
188
+ textTransform: string;
189
+ fontWeight: any;
190
+ };
191
+ };
192
+ };
193
+ };
194
+ SCBaseDialog: {
195
+ styleOverrides: {
196
+ root: ({ theme }: any) => {
197
+ [x: number]: {
198
+ minWidth: number;
199
+ };
200
+ minWidth: number;
201
+ '& h2': {
202
+ fontSize: string;
203
+ fontWeight: any;
204
+ padding: any;
205
+ '& .MuiIconButton-root': {
206
+ right: any;
207
+ top: any;
208
+ fontSize: string;
209
+ };
210
+ };
211
+ '& .MuiDialogContent-root': {
212
+ [x: number]: {
213
+ padding: number;
214
+ };
215
+ paddingLeft: number;
216
+ paddingRight: number;
217
+ marginLeft: any;
218
+ marginRight: any;
219
+ '& .infinite-scroll-component': {
220
+ ' > .': {
221
+ marginBottom: any;
222
+ };
223
+ '& .MuiList-root': {
224
+ paddingTop: number;
225
+ paddingBottom: number;
226
+ '& .MuiListItem-root': {
227
+ paddingLeft: number;
228
+ '& .SCBaseItemButton-root': {
229
+ borderRadius: number;
230
+ };
231
+ };
232
+ };
233
+ };
234
+ };
235
+ '& .MuiDialogActions-spacing': {
236
+ padding: any;
237
+ };
238
+ };
239
+ };
240
+ };
241
+ SCBaseItem: {
242
+ styleOverrides: {
243
+ root: ({ theme }: any) => {
244
+ width: string;
245
+ display: string;
246
+ flexDirection: string;
247
+ alignItems: string;
248
+ '&.MuiPaper-elevation': {
249
+ paddingTop: any;
250
+ paddingBottom: any;
251
+ paddingLeft: any;
252
+ paddingRight: any;
253
+ '&.MuiPaper-elevation0': {
254
+ paddingTop: number;
255
+ paddingBottom: number;
256
+ paddingLeft: number;
257
+ paddingRight: number;
258
+ '& .SCBaseItem-actions': {
259
+ right: number;
260
+ };
261
+ };
262
+ };
263
+ '& .SCBaseItem-content': {
264
+ display: string;
265
+ flexDirection: string;
266
+ justifyContent: string;
267
+ alignItems: string;
268
+ width: string;
269
+ };
270
+ '& .SCBaseItem-image': {
271
+ flexShrink: number;
272
+ marginRight: any;
273
+ };
274
+ '& .SCBaseItem-text': {
275
+ flex: string;
276
+ marginTop: any;
277
+ marginBottom: any;
278
+ textAlign: string;
279
+ width: string;
280
+ };
281
+ '& .SCBaseItem-primary': {
282
+ color: any;
283
+ };
284
+ '& .SCBaseItem-secondary': {
285
+ overflow: string;
286
+ textOverflow: string;
287
+ color: any;
288
+ };
289
+ };
290
+ };
291
+ };
292
+ SCBaseItemButton: {
293
+ styleOverrides: {
294
+ root: ({ theme }: any) => {
295
+ position: string;
296
+ width: string;
297
+ '&.MuiPaper-elevation': {
298
+ paddingTop: any;
299
+ paddingBottom: any;
300
+ paddingLeft: any;
301
+ paddingRight: any;
302
+ '&.MuiPaper-elevation0': {
303
+ paddingTop: number;
304
+ paddingBottom: number;
305
+ paddingLeft: number;
306
+ paddingRight: number;
307
+ '& .SCBaseItemButton-actions': {
308
+ right: number;
309
+ };
310
+ };
311
+ };
312
+ '& .SCBaseItemButton-content': {
313
+ display: string;
314
+ flexDirection: string;
315
+ justifyContent: string;
316
+ alignItems: string;
317
+ width: string;
318
+ };
319
+ '& .SCBaseItemButton-image': {
320
+ flexShrink: number;
321
+ marginRight: any;
322
+ };
323
+ '& .SCBaseItemButton-text': {
324
+ flex: string;
325
+ marginTop: any;
326
+ marginBottom: any;
327
+ textAlign: string;
328
+ };
329
+ '& .SCBaseItemButton-primary': {
330
+ color: any;
331
+ };
332
+ '& .SCBaseItemButton-secondary': {
333
+ whiteSpace: string;
334
+ overflow: string;
335
+ textOverflow: string;
336
+ color: any;
337
+ };
338
+ '& .SCBaseItemButton-actions': {
339
+ position: string;
340
+ right: any;
341
+ top: string;
342
+ transform: string;
343
+ };
344
+ };
345
+ };
346
+ };
347
+ SCBottomNavigation: {
348
+ styleOverrides: {
349
+ root: ({ theme }: any) => {
350
+ '& .SCBottomNavigation-action': {
351
+ color: any;
352
+ borderTop: string;
353
+ '&.Mui-selected, &:hover': {
354
+ color: any;
355
+ borderTop: string;
356
+ };
357
+ };
358
+ };
359
+ };
360
+ };
361
+ SCBroadcastMessages: {
362
+ styleOverrides: {
363
+ root: ({ theme }: any) => {
364
+ '& .SCBroadcastMessages-button-load-more': {
365
+ textTransform: string;
366
+ };
367
+ };
368
+ };
369
+ };
370
+ SCCategories: {
371
+ styleOverrides: {
372
+ root: ({ theme }: any) => {
373
+ '& .SCCategories-categories': {
374
+ marginTop: any;
375
+ '& .SCCategories-category': {
376
+ padding: any;
377
+ width: string;
378
+ '& .SCCategory-category-image': {
379
+ borderRadius: number;
380
+ };
381
+ };
382
+ };
383
+ };
384
+ };
385
+ };
386
+ SCCategoriesSkeleton: {
387
+ styleOverrides: {
388
+ root: ({ theme }: any) => {
389
+ '& .SCCategoriesSkeleton-categories': {
390
+ marginTop: any;
391
+ '& .SCCategorySkeleton-root': {
392
+ padding: any;
393
+ width: string;
394
+ '& .SCCategorySkeleton-image': {
395
+ borderRadius: number;
396
+ };
397
+ };
398
+ };
399
+ };
400
+ };
401
+ };
402
+ SCCategory: {
403
+ styleOverrides: {
404
+ root: ({ theme }: any) => {
405
+ [x: number]: {
406
+ borderRadius: any;
407
+ };
408
+ borderRadius: number;
409
+ '& .SCCategory-category-image': {
410
+ '& img': {
411
+ borderRadius: number;
412
+ };
413
+ };
414
+ '& .SCBaseItemButton-primary': {
415
+ fontWeight: any;
416
+ };
417
+ '& .SCBaseItemButton-secondary': {
418
+ fontSize: string;
419
+ };
420
+ };
421
+ };
422
+ };
423
+ SCCategoryFeedTemplate: {
424
+ styleOverrides: {
425
+ root: ({ theme }: any) => {
426
+ '& .SCFeed-root > MuiGrid-item': {
427
+ paddingTop: number;
428
+ };
429
+ };
430
+ };
431
+ };
432
+ SCCategoryHeader: {
433
+ defaultProps: {
434
+ FollowCategoryButtonProps: {
435
+ size: string;
436
+ };
437
+ };
438
+ styleOverrides: {
439
+ root: ({ theme }: any) => {
440
+ '& .SCCategoryHeader-cover': {
441
+ [x: number]: {
442
+ borderRadius: any;
443
+ };
444
+ height: number;
445
+ borderRadius: number;
446
+ };
447
+ '& .SCCategoryHeader-info': {
448
+ marginTop: any;
449
+ marginBottom: any;
450
+ '& .SCCategoryHeader-name': {
451
+ fontSize: string;
452
+ fontWeight: any;
453
+ marginBottom: any;
454
+ };
455
+ '& .SCCategoryHeader-slogan': {
456
+ fontSize: string;
457
+ fontWeight: any;
458
+ marginBottom: any;
459
+ };
460
+ '& .SCCategoryHeader-followed': {
461
+ marginBottom: any;
462
+ '& .SCCategoryHeader-followed-counter': {
463
+ fontSize: string;
464
+ fontWeight: any;
465
+ };
466
+ '& .MuiButton-root': {
467
+ padding: any;
468
+ '& .MuiAvatarGroup-root .MuiAvatar-root': {
469
+ width: any;
470
+ height: any;
471
+ border: string;
472
+ };
473
+ '& .MuiAvatar-colorDefault': {
474
+ margin: number;
475
+ backgroundColor: string;
476
+ color: any;
477
+ borderRadius: number;
478
+ };
479
+ };
480
+ };
481
+ };
482
+ };
483
+ };
484
+ };
485
+ SCCategoryTemplate: {
486
+ styleOverrides: {
487
+ root: ({ theme }: any) => {
488
+ [x: number]: {
489
+ marginTop: any;
490
+ };
491
+ marginTop: number;
492
+ };
493
+ };
494
+ };
495
+ SCCategoryTemplateSkeleton: {
496
+ styleOverrides: {
497
+ root: ({ theme }: any) => {
498
+ [x: number]: {
499
+ marginTop: number;
500
+ };
501
+ marginTop: number;
502
+ };
503
+ };
504
+ };
505
+ SCChoices: {
506
+ styleOverrides: {
507
+ root: ({ theme }: any) => {
508
+ borderRadius: number;
509
+ };
510
+ };
511
+ };
512
+ SCCommentAction: {
513
+ styleOverrides: {
514
+ root: ({ theme }: any) => {
515
+ display: string;
516
+ justifyContent: string;
517
+ alignItems: string;
518
+ flexDirection: string;
519
+ '&.SCShareAction-inline': {
520
+ flexDirection: string;
521
+ };
522
+ '& .SCVoteAction-divider': {
523
+ width: string;
524
+ borderBottom: number;
525
+ };
526
+ };
527
+ };
528
+ };
529
+ SCCommentNotification: {
530
+ styleOverrides: {
531
+ root: ({ theme }: any) => {
532
+ '& .SCCommentNotification-username': {
533
+ fontWeight: any;
534
+ '&:hover': {
535
+ textDecoration: string;
536
+ };
537
+ };
538
+ '& .SCCommentNotification-vote-button': {
539
+ color: string;
540
+ padding: any;
541
+ fontSize: string;
542
+ minWidth: number;
543
+ borderRadius: string;
544
+ };
545
+ '& .SCCommentNotification-contribution-text': {
546
+ color: any;
547
+ textOverflow: string;
548
+ display: string;
549
+ overflow: string;
550
+ '&:hover': {
551
+ textDecoration: string;
552
+ };
553
+ };
554
+ };
555
+ };
556
+ };
557
+ SCCommentObject: {
558
+ styleOverrides: {
559
+ root: ({ theme }: any) => {
560
+ overflow: string;
561
+ width: string;
562
+ '& .SCCommentObject-comment': {
563
+ paddingBottom: number;
564
+ overflow: string;
565
+ '& > div': {
566
+ alignItems: string;
567
+ };
568
+ };
569
+ '& .SCCommentObject-nested-comments': {
570
+ [x: number]: {
571
+ paddingLeft: number;
572
+ };
573
+ paddingTop: number;
574
+ paddingBottom: number;
575
+ paddingLeft: number;
576
+ '& ul.MuiList-root': {
577
+ paddingTop: number;
578
+ paddingBottom: number;
579
+ width: string;
580
+ '& li.MuiListItem-root': {
581
+ paddingTop: number;
582
+ };
583
+ };
584
+ };
585
+ '& .SCCommentObject-content': {
586
+ position: string;
587
+ display: string;
588
+ padding: any;
589
+ borderRadius: number;
590
+ borderColor: string;
591
+ '& .MuiCardContent-root': {
592
+ flexGrow: number;
593
+ padding: number;
594
+ };
595
+ '& .SCCommentObject-text-content': {
596
+ margin: number;
597
+ '& a': {
598
+ color: any;
599
+ };
600
+ '& p': {
601
+ margin: number;
602
+ marginBlockStart: string;
603
+ marginBlockEnd: string;
604
+ };
605
+ '& img': {
606
+ maxWidth: string;
607
+ };
608
+ };
609
+ };
610
+ '& .SCCommentObject-avatar': {
611
+ top: any;
612
+ width: any;
613
+ height: any;
614
+ };
615
+ '& .SCCommentObject-author': {
616
+ textDecoration: string;
617
+ color: any;
618
+ '& span': {
619
+ fontWeight: string;
620
+ };
621
+ };
622
+ '& .SCCommentObject-comment-actions-menu': {
623
+ alignItems: string;
624
+ };
625
+ '& .SCCommentObject-deleted': {
626
+ opacity: number;
627
+ };
628
+ '& .SCCommentObject-content-sub-section': {
629
+ display: string;
630
+ justifyContent: string;
631
+ alignItems: string;
632
+ color: any;
633
+ };
634
+ '& .SCCommentObject-comment-sub-section': {
635
+ display: string;
636
+ alignItems: string;
637
+ color: any;
638
+ marginTop: number;
639
+ position: string;
640
+ '& .SCCommentObject-activity-at': {
641
+ color: string;
642
+ textDecoration: string;
643
+ '&:hover': {
644
+ textDecoration: string;
645
+ };
646
+ };
647
+ '& .SCCommentObject-reply': {
648
+ color: string;
649
+ textDecorationStyle: string;
650
+ fontSize: string;
651
+ padding: any;
652
+ textTransform: string;
653
+ };
654
+ '& .SCCommentObject-vote-audience': {
655
+ position: string;
656
+ right: number;
657
+ top: number;
658
+ };
659
+ };
660
+ };
661
+ };
662
+ };
663
+ SCCommentObjectReactions: {
664
+ styleOverrides: {
665
+ root: ({ theme }: any) => {
666
+ flexGrow: number;
667
+ display: string;
668
+ flexDirection: string;
669
+ '& .SCCommentObjectReactions-btnViewVotes': {
670
+ minWidth: number;
671
+ '& .MuiIcon-root': {
672
+ fontSize: string;
673
+ };
674
+ };
675
+ '& .SCCommentObjectReactions-grouped-reactions': {
676
+ justifyContent: string;
677
+ alignItems: string;
678
+ '& .MuiAvatar-root': {
679
+ fontSize: string;
680
+ marginRight: string;
681
+ height: string;
682
+ width: string;
683
+ };
684
+ };
685
+ };
686
+ };
687
+ };
688
+ SCCommentObjectSkeleton: {
689
+ styleOverrides: {
690
+ root: ({ theme }: any) => {
691
+ '& .SCWidget-root': {
692
+ borderRadius: number;
693
+ borderColor: string;
694
+ '& .MuiCardContent-root': {
695
+ padding: any;
696
+ };
697
+ };
698
+ };
699
+ };
700
+ };
701
+ SCCommentObjectVotes: {
702
+ styleOverrides: {
703
+ root: ({ theme }: any) => {
704
+ flexGrow: number;
705
+ display: string;
706
+ flexDirection: string;
707
+ '& .SCCommentObjectVotes-btnViewVotes': {
708
+ minWidth: number;
709
+ '& .MuiIcon-root': {
710
+ fontSize: string;
711
+ };
712
+ };
713
+ };
714
+ };
715
+ };
716
+ SCCommentsFeedObject: {
717
+ styleOverrides: {
718
+ root: ({ theme }: any) => {
719
+ '& .SCCommentObject-root': {
720
+ '& > div': {
721
+ background: string;
722
+ };
723
+ };
724
+ '& .SCCommentObjectSkeleton-root': {
725
+ background: string;
726
+ boxShadow: string;
727
+ border: number;
728
+ margin: any;
729
+ '& .SCBaseItem-text': {
730
+ '& .SCWidget-root': {
731
+ '& .MuiCardContent-root': {
732
+ padding: any;
733
+ };
734
+ };
735
+ };
736
+ };
737
+ '& .SCCommentsObjectSkeleton-root': {
738
+ marginBottom: any;
739
+ };
740
+ '& .SCReplyCommentObject-root': {
741
+ '& .SCReplyCommentObject-comment': {
742
+ marginBottom: any;
743
+ };
744
+ };
745
+ };
746
+ };
747
+ };
748
+ SCCommentsObject: {
749
+ styleOverrides: {
750
+ root: ({ theme }: any) => {
751
+ '& .SCCommentsObject-pagination': {
752
+ paddingBottom: any;
753
+ '& button': {
754
+ fontWeight: any;
755
+ textDecoration: string;
756
+ textUnderlineOffset: number;
757
+ textDecorationStyle: string;
758
+ };
759
+ '& .SCCommentsObject-comments-counter': {
760
+ fontSize: string;
761
+ };
762
+ };
763
+ };
764
+ };
765
+ };
766
+ SCComposer: {
767
+ styleOverrides: {
768
+ root: ({ theme }: any) => {
769
+ '& .SCComposer-title': {
770
+ borderBottom: string;
771
+ padding: any;
772
+ lineHeight: number;
773
+ fontSize: string;
774
+ display: string;
775
+ flexDirection: string;
776
+ flexWrap: string;
777
+ justifyContent: string;
778
+ alignItems: string;
779
+ '& .SCComposer-types .MuiInputBase-input': {
780
+ fontWeight: any;
781
+ fontSize: string;
782
+ minHeight: string;
783
+ };
784
+ '& > div': {
785
+ flex: number;
786
+ textAlign: string;
787
+ };
788
+ '& > div:first-of-type': {
789
+ textAlign: string;
790
+ };
791
+ '& > div:last-of-type': {
792
+ textAlign: string;
793
+ display: string;
794
+ };
795
+ };
796
+ '& .SCComposer-types': {
797
+ flexDirection: string;
798
+ alignItems: string;
799
+ };
800
+ '& .SCComposer-avatar': {
801
+ width: any;
802
+ height: any;
803
+ display: string;
804
+ };
805
+ '& .SCComposer-content': {
806
+ position: string;
807
+ overflowY: string;
808
+ padding: any;
809
+ minHeight: number;
810
+ display: string;
811
+ flexDirection: string;
812
+ justifyContent: string;
813
+ '& .SCComposer-editor': {
814
+ padding: number;
815
+ fontSize: string;
816
+ minHeight: string;
817
+ '& .SCEditor-placeholder': {
818
+ top: number;
819
+ left: number;
820
+ };
821
+ '& .SCEditor-actions': {
822
+ bottom: any;
823
+ padding: any;
824
+ '& > p.MuiTypography-alignLeft > .MuiIconButton-root': {
825
+ marginLeft: any;
826
+ marginRight: any;
827
+ '&:first-of-type': {
828
+ marginLeft: number;
829
+ };
830
+ '&:last-child': {
831
+ marginRight: number;
832
+ };
833
+ };
834
+ '& > p.MuiTypography-alignRight > .MuiIconButton-root': {
835
+ marginRight: any;
836
+ };
837
+ '& .MuiIconButton-sizeMedium': {
838
+ fontSize: string;
839
+ };
840
+ };
841
+ };
842
+ '& .SCComposer-medias, & .SCComposer-audience, & .SCComposer-block': {
843
+ margin: any;
844
+ padding: number;
845
+ };
846
+ '& .SCComposer-medias': {
847
+ '& .SCComposer-mediasActions': {
848
+ position: string;
849
+ borderTop: string;
850
+ backgroundColor: any;
851
+ padding: any;
852
+ '& .SCComposer-mediasActionsTitle': {
853
+ fontSize: string;
854
+ };
855
+ };
856
+ };
857
+ };
858
+ '& .SCComposer-mediaContent, & .SCComposer-audienceContent, & .SCComposer-locationContent': {
859
+ minHeight: number;
860
+ };
861
+ '& .SCComposer-block': {
862
+ padding: any;
863
+ };
864
+ '& .SCComposer-editor': {
865
+ minHeight: number;
866
+ '& .SCEditor-placeholder': {
867
+ top: any;
868
+ left: any;
869
+ };
870
+ };
871
+ '& .SCComposer-divider': {
872
+ borderTop: string;
873
+ };
874
+ '& .SCComposer-medias': {
875
+ margin: string;
876
+ };
877
+ '& .SCComposer-location, & .SCComposer-audience': {
878
+ padding: any;
879
+ paddingBottom: number;
880
+ };
881
+ '& .SCComposer-mediasActions': {
882
+ position: string;
883
+ left: number;
884
+ right: number;
885
+ background: any;
886
+ padding: any;
887
+ zIndex: number;
888
+ display: string;
889
+ flexWrap: string;
890
+ justifyContent: string;
891
+ '& .SCComposer-mediasActionsActions': {
892
+ textAlign: string;
893
+ };
894
+ };
895
+ '& .SCComposer-sortableMedia': {
896
+ position: string;
897
+ };
898
+ '& .SCComposer-sortableMediaCover': {
899
+ backgroundSize: string;
900
+ backgroundPosition: string;
901
+ backgroundRepeat: string;
902
+ border: string;
903
+ borderRadius: number;
904
+ height: number;
905
+ };
906
+ '& .SCComposer-links': {
907
+ padding: any;
908
+ };
909
+ '& .SCComposer-actions': {
910
+ [x: number]: {
911
+ display: string;
912
+ flexDirection: string;
913
+ flexWrap: string;
914
+ justifyContent: string;
915
+ alignItems: string;
916
+ '& .MuiTypography-alignLeft, & .MuiTypography-alignRight': {
917
+ float: string;
918
+ };
919
+ };
920
+ margin: number;
921
+ borderTop: string;
922
+ padding: any;
923
+ display: string;
924
+ '& .MuiTypography-alignLeft': {
925
+ float: string;
926
+ };
927
+ '& .MuiTypography-alignRight': {
928
+ float: string;
929
+ };
930
+ };
931
+ '& .SCComposer-actionInput': {
932
+ display: string;
933
+ };
934
+ '& .SCComposer-badgeError .MuiBadge-badge': {
935
+ padding: number;
936
+ };
937
+ '& .MuiDialog-paper': {
938
+ padding: any;
939
+ };
940
+ '& .SCComposer-mediaContent': {
941
+ '& .SCMediaActionImage-root': {
942
+ padding: number;
943
+ '& .SCMediaActionImage-upload': {
944
+ padding: any;
945
+ backgroundColor: string;
946
+ borderRadius: any;
947
+ color: any;
948
+ '&.SCMediaActionImage-dragOver': {
949
+ backgroundColor: string;
950
+ };
951
+ '& .SCMediaActionImage-uploadBtn': {
952
+ border: string;
953
+ };
954
+ };
955
+ };
956
+ '& .SCMediaActionDocument-root': {
957
+ padding: number;
958
+ '& .SCMediaActionDocument-upload': {
959
+ padding: any;
960
+ backgroundColor: string;
961
+ borderRadius: any;
962
+ color: any;
963
+ '&.SCMediaActionDocument-dragOver': {
964
+ backgroundColor: string;
965
+ };
966
+ '& .SCMediaActionDocument-uploadBtn': {
967
+ border: string;
968
+ };
969
+ };
970
+ };
971
+ };
972
+ '& .SCComposer-locationContent': {
973
+ padding: any;
974
+ minHeight: number;
975
+ };
976
+ '& .MuiDialog-container': {
977
+ '& .MuiDialog-paper': {
978
+ [x: number]: {
979
+ borderRadius: any;
980
+ };
981
+ boxShadow: any;
982
+ '&.MuiDialog-paperFullScreen': {
983
+ height: string;
984
+ minHeight: string;
985
+ };
986
+ };
987
+ };
988
+ };
989
+ };
990
+ };
991
+ SCCategoryAutocomplete: {
992
+ styleOverrides: {
993
+ root: ({ theme }: any) => {
994
+ minWidth: number;
995
+ '& .MuiFormControl-root': {
996
+ margin: number;
997
+ };
998
+ };
999
+ };
1000
+ };
1001
+ SCComposerPoll: {
1002
+ styleOverrides: {
1003
+ root: ({ theme }: any) => {
1004
+ '& .SCComposerPoll-title': {
1005
+ marginBottom: any;
1006
+ };
1007
+ '& .SCComposerPoll-choices': {
1008
+ marginBottom: number;
1009
+ };
1010
+ '& .SCComposerPoll-choice-new': {
1011
+ color: any;
1012
+ marginLeft: any;
1013
+ };
1014
+ '& .SCComposerPoll-metadata': {
1015
+ margin: any;
1016
+ '& .MuiFormControlLabel-root': {
1017
+ marginBottom: any;
1018
+ };
1019
+ };
1020
+ };
1021
+ };
1022
+ };
1023
+ SCContributionNotification: {
1024
+ styleOverrides: {
1025
+ root: ({ theme }: any) => {
1026
+ '& .SCContributionNotification-username': {
1027
+ fontWeight: any;
1028
+ '&:hover': {
1029
+ textDecoration: string;
1030
+ };
1031
+ };
1032
+ '& .SCContributionNotification-vote-button': {
1033
+ color: string;
1034
+ padding: any;
1035
+ fontSize: string;
1036
+ minWidth: number;
1037
+ borderRadius: string;
1038
+ };
1039
+ '& .SCContributionNotification-contribution-text': {
1040
+ color: any;
1041
+ textOverflow: string;
1042
+ overflow: string;
1043
+ '&:hover': {
1044
+ textDecoration: string;
1045
+ };
1046
+ };
1047
+ '& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
1048
+ marginTop: any;
1049
+ '& .SCDateTimeAgo-root': {
1050
+ marginTop: number;
1051
+ };
1052
+ };
1053
+ };
1054
+ };
1055
+ };
1056
+ SCContributorsFeedObject: {
1057
+ styleOverrides: {
1058
+ root: ({ theme }: any) => {
1059
+ '& .SCContributorsFeedObject-btn-participants': {
1060
+ marginLeft: any;
1061
+ color: string;
1062
+ fontWeight: any;
1063
+ fontSize: string;
1064
+ };
1065
+ };
1066
+ };
1067
+ };
1068
+ SCCustomSnackMessage: {
1069
+ styleOverrides: {
1070
+ root: ({ theme }: any) => {
1071
+ '& .SCCustomSnackMessage-card': {
1072
+ width: string;
1073
+ '& .SCCustomSnackMessage-content': {
1074
+ position: string;
1075
+ padding: any;
1076
+ };
1077
+ };
1078
+ };
1079
+ };
1080
+ };
1081
+ SCDateTimeAgo: {
1082
+ styleOverrides: {
1083
+ root: ({ theme }: any) => {
1084
+ color: string;
1085
+ '& .MuiIcon-root': {
1086
+ fontSize: string;
1087
+ lineHeight: string;
1088
+ marginRight: number;
1089
+ };
1090
+ '& .MuiTypography-root': {
1091
+ lineHeight: string;
1092
+ fontSize: string;
1093
+ };
1094
+ };
1095
+ };
1096
+ };
1097
+ SCEditor: {
1098
+ styleOverrides: {
1099
+ root: ({ theme }: any) => {
1100
+ '& .SCEditor-actions': {
1101
+ '& .MuiIcon-root': {
1102
+ fontSize: string;
1103
+ };
1104
+ };
1105
+ };
1106
+ };
1107
+ };
1108
+ SCFeed: {
1109
+ styleOverrides: {
1110
+ root: ({ theme }: any) => {
1111
+ maxWidth: any;
1112
+ '& .SCFeed-left': {
1113
+ [x: number]: {
1114
+ padding: any;
1115
+ };
1116
+ padding: number;
1117
+ '&:last-child': {
1118
+ paddingBottom: any;
1119
+ };
1120
+ '& > * > * > .SCWidget-root': {
1121
+ marginBottom: any;
1122
+ };
1123
+ };
1124
+ '& .SCFeed-right': {
1125
+ padding: any;
1126
+ '& > .SCWidget-root': {
1127
+ marginBottom: any;
1128
+ };
1129
+ };
1130
+ '& .SCFeed-end': {
1131
+ padding: number;
1132
+ marginBottom: any;
1133
+ '& > div': {
1134
+ padding: any;
1135
+ };
1136
+ };
1137
+ };
1138
+ };
1139
+ };
1140
+ SCFeedObject: {
1141
+ styleOverrides: {
1142
+ root: ({ theme }: any) => {
1143
+ '&.SCFeedObject-preview, &.SCFeedObject-detail, &.SCFeedObject-search': {
1144
+ [x: number]: {
1145
+ borderRadius: any;
1146
+ };
1147
+ border: string;
1148
+ boxShadow: string;
1149
+ borderRadius: number;
1150
+ '& .SCFeedObject-category': {
1151
+ borderBottom: string;
1152
+ margin: any;
1153
+ };
1154
+ '& .SCFeedObject-header': {
1155
+ '& .MuiCardHeader-avatar': {
1156
+ marginRight: any;
1157
+ };
1158
+ '& .SCFeedObject-username': {
1159
+ fontWeight: any;
1160
+ };
1161
+ '& .MuiCardHeader-subheader': {
1162
+ fontSize: string;
1163
+ color: any;
1164
+ '& .SCFeedObject-activity-at': {
1165
+ marginTop: number;
1166
+ display: string;
1167
+ '&:hover': {
1168
+ color: string;
1169
+ textDecoration: string;
1170
+ };
1171
+ };
1172
+ '& .SCFeedObject-tag': {
1173
+ '& .MuiIcon-root': {
1174
+ fontSize: string;
1175
+ lineHeight: string;
1176
+ color: string;
1177
+ };
1178
+ };
1179
+ };
1180
+ };
1181
+ '& .SCFeedObject-content': {
1182
+ '& .SCFeedObject-title-section': {
1183
+ '& .SCFeedObject-title': {
1184
+ fontWeight: any;
1185
+ marginBottom: any;
1186
+ };
1187
+ '& a': {
1188
+ color: string;
1189
+ };
1190
+ };
1191
+ '& .SCFeedObject-text-section': {
1192
+ '& > :first-of-type': {
1193
+ padding: any;
1194
+ };
1195
+ '& a': {
1196
+ '&:hover': {
1197
+ textDecoration: string;
1198
+ color: string;
1199
+ };
1200
+ };
1201
+ };
1202
+ };
1203
+ '& .SCFeedObject-actions-section': {
1204
+ marginBottom: any;
1205
+ '& .SCFeedObjectActions-root': {
1206
+ margin: number;
1207
+ padding: any;
1208
+ '& .SCFeedObjectActions-action': {
1209
+ '& .SCVoteAction-view-audience-button, & .SCCommentAction-view-audience-button, & .SCShareAction-view-audience-button, & .SCReactionAction-view-audience-button': {
1210
+ fontSize: string;
1211
+ fontWeight: any;
1212
+ marginTop: any;
1213
+ marginBottom: number;
1214
+ color: any;
1215
+ '&:hover': {
1216
+ color: string;
1217
+ };
1218
+ };
1219
+ '& .MuiDivider-root': {
1220
+ borderColor: any;
1221
+ };
1222
+ '& .SCVoteAction-button, & .SCCommentAction-button, & .SCShareAction-button, & .SCReactionAction-button': {
1223
+ color: any;
1224
+ marginTop: any;
1225
+ marginBottom: any;
1226
+ borderRadius: string;
1227
+ padding: any;
1228
+ minWidth: number;
1229
+ '& .MuiIcon-root': {
1230
+ fontSize: string;
1231
+ };
1232
+ '& > img': {
1233
+ width: string;
1234
+ height: string;
1235
+ };
1236
+ };
1237
+ };
1238
+ };
1239
+ '& .SCFeedObject-reply-content': {
1240
+ marginLeft: number;
1241
+ background: string;
1242
+ '& .SCReplyCommentObject-root': {
1243
+ background: string;
1244
+ '& .SCReplyCommentObject-comment': {
1245
+ background: string;
1246
+ border: string;
1247
+ '& .SCEditor-root': {
1248
+ '& .SCEditor-placeholder': {
1249
+ fontWeight: any;
1250
+ };
1251
+ '& .SCEditor-content': {
1252
+ paddingBottom: number;
1253
+ minHeight: number;
1254
+ };
1255
+ '& .SCEditor-actions': {
1256
+ bottom: number;
1257
+ };
1258
+ };
1259
+ };
1260
+ };
1261
+ };
1262
+ };
1263
+ '& .SCFeedObject-activities-section': {
1264
+ '& .SCFeedObject-activities-content': {
1265
+ paddingTop: number;
1266
+ '& .SCActivitiesMenu-selector': {
1267
+ '& .MuiButton-root': {
1268
+ fontSize: string;
1269
+ fontWeight: any;
1270
+ padding: any;
1271
+ };
1272
+ };
1273
+ '& .SCCommentObject-root': {
1274
+ marginTop: number;
1275
+ marginBottom: number;
1276
+ paddingTop: number;
1277
+ paddingBottom: number;
1278
+ };
1279
+ };
1280
+ '& .SCCommentObjectSkeleton-root': {
1281
+ background: string;
1282
+ marginTop: number;
1283
+ marginBottom: string;
1284
+ '& .SCBaseItem-text': {
1285
+ '& .SCWidget-root': {
1286
+ '& .MuiCardContent-root': {
1287
+ padding: any;
1288
+ };
1289
+ };
1290
+ };
1291
+ };
1292
+ '& .SCReplyCommentObject-root': {
1293
+ '& .SCReplyCommentObject-comment': {
1294
+ marginBottom: string;
1295
+ border: string;
1296
+ borderRadius: any;
1297
+ '& .SCEditor-root': {
1298
+ minHeight: any;
1299
+ marginTop: number;
1300
+ '& .SCEditor-content': {
1301
+ minHeight: number;
1302
+ };
1303
+ '& .SCEditor-actions': {
1304
+ bottom: any;
1305
+ };
1306
+ };
1307
+ };
1308
+ };
1309
+ };
1310
+ };
1311
+ '&.SCFeedObject-snippet': {
1312
+ '& .SCFeedObject-username': {
1313
+ fontSize: string;
1314
+ fontWeight: any;
1315
+ display: string;
1316
+ marginBottom: any;
1317
+ };
1318
+ '& .SCFeedObject-snippet-content': {
1319
+ fontSize: string;
1320
+ marginBottom: any;
1321
+ };
1322
+ '& .SCFeedObject-activity-at': {
1323
+ marginTop: number;
1324
+ display: string;
1325
+ '&:hover': {
1326
+ color: string;
1327
+ textDecoration: string;
1328
+ };
1329
+ };
1330
+ };
1331
+ '&.SCFeedObject-detail .SCFeedObject-reply-content': {
1332
+ borderBottom: string;
1333
+ };
1334
+ };
1335
+ };
1336
+ };
1337
+ SCFeedObjectDetailTemplate: {
1338
+ styleOverrides: {
1339
+ root: ({ theme }: any) => {
1340
+ '& .SCFeedObject-detail, & .SCCommentsFeedObject-root': {
1341
+ maxWidth: any;
1342
+ };
1343
+ '& .SCCommentsFeedObject-root': {
1344
+ padding: any;
1345
+ '& .SCCommentsObject-root h6': {
1346
+ paddingLeft: any;
1347
+ };
1348
+ };
1349
+ };
1350
+ };
1351
+ };
1352
+ SCFeedObjectDetailTemplateSkeleton: {
1353
+ styleOverrides: {
1354
+ root: ({ theme }: any) => {
1355
+ '& .SCCommentsObjectSkeleton-root': {
1356
+ '& .SCWidget-root': {
1357
+ marginBottom: string;
1358
+ };
1359
+ };
1360
+ '& .SCCommentObjectSkeleton-root': {
1361
+ background: string;
1362
+ boxShadow: string;
1363
+ border: number;
1364
+ '& .SCCommentObjectSkeleton-root': {
1365
+ marginBottom: string;
1366
+ };
1367
+ };
1368
+ };
1369
+ };
1370
+ };
1371
+ SCFeedObjectSkeleton: {
1372
+ styleOverrides: {
1373
+ root: ({ theme }: any) => {
1374
+ '&.SCFeedObjectSkeleton-preview, &.SCFeedObjectSkeleton-detail': {
1375
+ [x: number]: {
1376
+ borderRadius: any;
1377
+ };
1378
+ border: string;
1379
+ boxShadow: string;
1380
+ borderRadius: number;
1381
+ };
1382
+ '& .SCFeedObjectSkeleton-snippet > *': {
1383
+ paddingLeft: number;
1384
+ paddingRight: number;
1385
+ };
1386
+ };
1387
+ };
1388
+ };
1389
+ SCFeedRelevantActivities: {
1390
+ styleOverrides: {
1391
+ root: ({ theme }: any) => {
1392
+ '& .SCFeedRelevantActivities-activity': {
1393
+ '& > .SCBaseItem-root': {
1394
+ borderRadius: number;
1395
+ marginBottom: any;
1396
+ '& .SCBaseItem-text': {
1397
+ margin: number;
1398
+ '& .SCBaseItem-primary': {
1399
+ display: string;
1400
+ marginBottom: any;
1401
+ '& > a': {
1402
+ fontWeight: any;
1403
+ textDecoration: string;
1404
+ };
1405
+ };
1406
+ '& .SCBaseItem-secondary': {
1407
+ fontSize: string;
1408
+ };
1409
+ };
1410
+ };
1411
+ };
1412
+ };
1413
+ };
1414
+ };
1415
+ SCFeedSkeleton: {
1416
+ styleOverrides: {
1417
+ root: ({ theme }: any) => {
1418
+ maxWidth: any;
1419
+ '& .SCFeedSkeleton-left': {
1420
+ [x: number]: {
1421
+ padding: any;
1422
+ };
1423
+ padding: number;
1424
+ '&:last-child': {
1425
+ paddingBottom: any;
1426
+ };
1427
+ '& > .SCWidget-root': {
1428
+ marginBottom: any;
1429
+ };
1430
+ };
1431
+ '& .SCFeedSkeleton-right': {
1432
+ padding: any;
1433
+ '& .SCWidget-root': {
1434
+ marginBottom: any;
1435
+ };
1436
+ };
1437
+ '& .SCFeedSkeleton-end': {
1438
+ padding: number;
1439
+ marginBottom: any;
1440
+ '& > div': {
1441
+ padding: any;
1442
+ };
1443
+ };
1444
+ };
1445
+ };
1446
+ };
1447
+ SCFollowAction: {
1448
+ styleOverrides: {
1449
+ root: ({ theme }: any) => {
1450
+ '& .SCFollowAction-button': {
1451
+ color: any;
1452
+ '&.SCFollowAction-iconized': {
1453
+ borderRadius: string;
1454
+ padding: any;
1455
+ minWidth: string;
1456
+ fontSize: string;
1457
+ };
1458
+ '&.SCFollowAction-followed': {
1459
+ color: any;
1460
+ };
1461
+ };
1462
+ };
1463
+ };
1464
+ };
1465
+ SCInlineComposer: {
1466
+ styleOverrides: {
1467
+ root: ({ theme }: any) => {
1468
+ marginBottom: any;
1469
+ '& .SCInlineComposer-content, & .SCInlineComposer-content:last-child': {
1470
+ [x: number]: {
1471
+ padding: any;
1472
+ };
1473
+ padding: any;
1474
+ display: string;
1475
+ flexDirection: string;
1476
+ justifyContent: string;
1477
+ '& .SCInlineComposer-input': {
1478
+ display: string;
1479
+ flexGrow: number;
1480
+ '& .MuiButton-root': {
1481
+ fontWeight: any;
1482
+ letterSpacing: string;
1483
+ padding: any;
1484
+ '&:hover': {
1485
+ color: any;
1486
+ background: string;
1487
+ border: string;
1488
+ };
1489
+ };
1490
+ "& .MuiButton-text": {
1491
+ justifyContent: string;
1492
+ textTransform: string;
1493
+ };
1494
+ };
1495
+ '& .SCInlineComposer-actions': {
1496
+ display: string;
1497
+ '& .MuiIconButton-root': {
1498
+ [x: number]: {
1499
+ marginLeft: number;
1500
+ marginRight: number;
1501
+ };
1502
+ };
1503
+ };
1504
+ '& .SCInlineComposer-avatar': {
1505
+ [x: number]: {
1506
+ marginLeft: any;
1507
+ };
1508
+ display: string;
1509
+ alignItems: string;
1510
+ '& .MuiAvatar-root': {
1511
+ width: any;
1512
+ height: any;
1513
+ };
1514
+ };
1515
+ };
1516
+ };
1517
+ };
1518
+ };
1519
+ SCLightbox: {
1520
+ styleOverrides: {
1521
+ root: ({ theme }: any) => {
1522
+ zIndex: number;
1523
+ };
1524
+ };
1525
+ };
1526
+ SCLoyaltyProgram: {
1527
+ styleOverrides: {
1528
+ root: ({ theme }: any) => {
1529
+ '& .SCLoyaltyProgram-actions': {
1530
+ padding: any;
1531
+ '& .SCLoyaltyProgram-points': {
1532
+ borderRadius: any;
1533
+ backgroundColor: any;
1534
+ padding: any;
1535
+ fontSize: string;
1536
+ fontWeight: any;
1537
+ };
1538
+ };
1539
+ };
1540
+ };
1541
+ };
1542
+ SCLoyaltyProgramDetail: {
1543
+ styleOverrides: {
1544
+ root: ({ theme }: any) => {
1545
+ boxShadow: string;
1546
+ borderRadius: number;
1547
+ };
1548
+ };
1549
+ };
1550
+ SCNavigationSettingsIconButton: {
1551
+ styleOverrides: {
1552
+ drawerRoot: ({ theme }: any) => {
1553
+ '& .SCNavigationSettingsIconButton-paper': {
1554
+ borderTopLeftRadius: any;
1555
+ borderTopRightRadius: any;
1556
+ };
1557
+ };
1558
+ menuRoot: ({ theme }: any) => {
1559
+ '& .SCNavigationSettingsIconButton-paper': {
1560
+ maxWidth: number;
1561
+ padding: any;
1562
+ };
1563
+ };
1564
+ };
1565
+ };
1566
+ SCNavigationToolbar: {
1567
+ styleOverrides: {
1568
+ root: ({ theme }: any) => {
1569
+ padding: any;
1570
+ '& .SCNavigationToolbar-logo': {
1571
+ marginRight: any;
1572
+ '& img': {
1573
+ verticalAlign: string;
1574
+ maxHeight: any;
1575
+ };
1576
+ };
1577
+ '& .SCNavigationToolbar-navigation': {
1578
+ flexGrow: number;
1579
+ textAlign: string;
1580
+ alignSelf: string;
1581
+ '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore': {
1582
+ padding: any;
1583
+ margin: any;
1584
+ color: any;
1585
+ borderRadius: number;
1586
+ borderBottom: string;
1587
+ '&.SCNavigationToolbar-active, &:hover': {
1588
+ color: any;
1589
+ borderBottom: string;
1590
+ };
1591
+ };
1592
+ };
1593
+ '& .SCNavigationToolbar-search': {
1594
+ flexGrow: number;
1595
+ textAlign: string;
1596
+ marginRight: any;
1597
+ '& .MuiFormControl-root': {
1598
+ width: number;
1599
+ };
1600
+ };
1601
+ '& .SCNavigationToolbar-profile, & .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
1602
+ margin: any;
1603
+ };
1604
+ '& .SCNavigationToolbar-profile .MuiAvatar-root': {
1605
+ width: any;
1606
+ height: any;
1607
+ };
1608
+ '& .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
1609
+ paddingTop: any;
1610
+ paddingBottom: any;
1611
+ borderRadius: number;
1612
+ borderBottom: string;
1613
+ color: any;
1614
+ '&.SCNavigationToolbar-active, &:hover': {
1615
+ color: any;
1616
+ borderBottom: string;
1617
+ };
1618
+ };
1619
+ '& .SCNavigationToolbar-settings': {
1620
+ marginLeft: any;
1621
+ };
1622
+ };
1623
+ };
1624
+ };
1625
+ SCNavigationToolbarMobile: {
1626
+ styleOverrides: {
1627
+ root: ({ theme }: any) => {
1628
+ padding: any;
1629
+ '& .SCNavigationToolbarMobile-logo': {
1630
+ marginRight: any;
1631
+ flexGrow: number;
1632
+ '& img': {
1633
+ verticalAlign: string;
1634
+ maxHeight: any;
1635
+ };
1636
+ };
1637
+ '& h4': {
1638
+ fontSize: string;
1639
+ overflow: string;
1640
+ textOverflow: string;
1641
+ whiteSpace: string;
1642
+ };
1643
+ };
1644
+ };
1645
+ };
1646
+ SCNotification: {
1647
+ styleOverrides: {
1648
+ root: ({ theme }: any) => {
1649
+ '& .SCNotification-header': {
1650
+ padding: any;
1651
+ '& .SCNotification-avatar': {
1652
+ width: any;
1653
+ height: any;
1654
+ };
1655
+ '& .SCNotification-username': {
1656
+ fontWeight: any;
1657
+ };
1658
+ };
1659
+ '& .SCNotification-content': {
1660
+ padding: number;
1661
+ '& .SCNotification-uncollapsed': {
1662
+ padding: any;
1663
+ '& > *': {
1664
+ marginBottom: any;
1665
+ };
1666
+ };
1667
+ '& .SCNotification-show-other-aggregated': {
1668
+ backgroundColor: string;
1669
+ };
1670
+ '& .SCNotification-collapsed': {
1671
+ padding: any;
1672
+ '& .MuiCollapse-wrapperInner > *': {
1673
+ marginBottom: any;
1674
+ };
1675
+ };
1676
+ '& .SCNotificationItem-detail': {
1677
+ borderRadius: number;
1678
+ };
1679
+ };
1680
+ '& a:not(.MuiButton-root)': {
1681
+ textDecoration: string;
1682
+ color: any;
1683
+ '&:hover, &:active': {
1684
+ color: any;
1685
+ textDecoration: string;
1686
+ };
1687
+ };
1688
+ };
1689
+ };
1690
+ };
1691
+ SCNotificationItem: {
1692
+ styleOverrides: {
1693
+ root: ({ theme }: any) => {
1694
+ whiteSpace: string;
1695
+ '& .SCNotificationItem-header': {
1696
+ display: string;
1697
+ flexDirection: string;
1698
+ '& .SCNotificationItem-primary': {
1699
+ fontWeight: any;
1700
+ '& .SCContributionNotification-username': {
1701
+ fontWeight: any;
1702
+ };
1703
+ };
1704
+ '& .SCNotificationItem-secondary': {
1705
+ '& .SCDateTimeAgo-root, & .MuiStack-root': {
1706
+ color: any;
1707
+ minHeight: any;
1708
+ };
1709
+ };
1710
+ };
1711
+ '& .SCNotificationItem-actions': {
1712
+ color: any;
1713
+ };
1714
+ '&.SCNotificationItem-toast': {
1715
+ backgroundColor: string;
1716
+ borderRadius: number;
1717
+ '& .SCNotificationItem-header': {
1718
+ '& .SCNotificationItem-image': {
1719
+ marginRight: any;
1720
+ '& .MuiAvatar-root': {
1721
+ width: any;
1722
+ height: any;
1723
+ };
1724
+ };
1725
+ };
1726
+ };
1727
+ '&.SCNotificationItem-snippet': {
1728
+ backgroundColor: string;
1729
+ borderRadius: number;
1730
+ '& .SCNotificationItem-header': {
1731
+ '& .SCNotificationItem-image': {
1732
+ marginRight: any;
1733
+ '& .MuiAvatar-root': {
1734
+ width: any;
1735
+ height: any;
1736
+ };
1737
+ };
1738
+ };
1739
+ };
1740
+ '&.SCNotificationItem-detail': {
1741
+ backgroundColor: string;
1742
+ borderRadius: number;
1743
+ '& .SCNotificationItem-header': {
1744
+ '& .SCNotificationItem-image': {
1745
+ marginRight: any;
1746
+ '& .MuiAvatar-root': {
1747
+ width: any;
1748
+ height: any;
1749
+ };
1750
+ };
1751
+ };
1752
+ };
1753
+ };
1754
+ };
1755
+ };
1756
+ SCNotificationsMenu: {
1757
+ styleOverrides: {
1758
+ root: ({ theme }: any) => {
1759
+ '& .SCNotificationsMenu-paper': {
1760
+ padding: any;
1761
+ '& .MuiList-root': {
1762
+ padding: number;
1763
+ };
1764
+ };
1765
+ };
1766
+ };
1767
+ };
1768
+ SCPollObject: {
1769
+ styleOverrides: {
1770
+ root: ({ theme }: any) => {
1771
+ '& .MuiButton-root': {
1772
+ '&:focus:not(:focus-visible)': {
1773
+ backgroundColor: string;
1774
+ borderWidth: string;
1775
+ borderColor: any;
1776
+ };
1777
+ '&:hover': {
1778
+ borderWidth: string;
1779
+ };
1780
+ };
1781
+ '& .MuiCardHeader-root': {
1782
+ maxHeight: string;
1783
+ padding: any;
1784
+ '& .SCPollObject-toggleButton': {
1785
+ fontSize: string;
1786
+ textTransform: string;
1787
+ '& .MuiButton-endIcon': {
1788
+ display: string;
1789
+ };
1790
+ };
1791
+ };
1792
+ '& .SCPollObject-title': {
1793
+ color: any;
1794
+ marginBottom: number;
1795
+ fontWeight: any;
1796
+ };
1797
+ '& .SCPollObject-expiration, & .SCPollObject-close, & .SCPollObject-voters': {
1798
+ color: any;
1799
+ marginBottom: any;
1800
+ fontWeight: any;
1801
+ fontSize: string;
1802
+ };
1803
+ '& .SCPollObject-voters .MuiTypography-root': {
1804
+ fontWeight: any;
1805
+ fontSize: string;
1806
+ };
1807
+ '& ul': {
1808
+ padding: any;
1809
+ marginBottom: any;
1810
+ backgroundColor: any;
1811
+ borderRadius: any;
1812
+ '& li': {
1813
+ padding: number;
1814
+ '& .SCChoices-root': {
1815
+ backgroundColor: string;
1816
+ padding: number;
1817
+ marginBottom: any;
1818
+ '& .SCChoices-label': {
1819
+ marginBottom: number;
1820
+ fontWeight: any;
1821
+ };
1822
+ '& .SCChoices-progress': {
1823
+ marginBottom: number;
1824
+ '& .MuiLinearProgress-root': {
1825
+ height: number;
1826
+ borderRadius: any;
1827
+ };
1828
+ '& > .MuiTypography-root': {
1829
+ fontSize: string;
1830
+ fontWeight: any;
1831
+ };
1832
+ };
1833
+ };
1834
+ };
1835
+ };
1836
+ };
1837
+ };
1838
+ };
1839
+ SCPreviewMediaDocument: {
1840
+ styleOverrides: {
1841
+ root: ({ theme }: any) => {
1842
+ '& .SCPreviewMediaImage-title': {
1843
+ position: string;
1844
+ top: any;
1845
+ left: any;
1846
+ '& > h6': {
1847
+ padding: any;
1848
+ borderRadius: any;
1849
+ maxWidth: number;
1850
+ textOverflow: string;
1851
+ whiteSpace: string;
1852
+ overflow: string;
1853
+ };
1854
+ };
1855
+ };
1856
+ };
1857
+ };
1858
+ SCPrivateMessageComponent: {
1859
+ styleOverrides: {
1860
+ root: ({ theme }: any) => {
1861
+ [x: number]: {
1862
+ maxWidth: any;
1863
+ maxHeight: any;
1864
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root'?: undefined;
1865
+ } | {
1866
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
1867
+ border: string;
1868
+ '& .SCPrivateMessageThread-root': {
1869
+ borderRadius: number;
1870
+ };
1871
+ };
1872
+ maxWidth?: undefined;
1873
+ maxHeight?: undefined;
1874
+ };
1875
+ ' .MuiPaper-root': {
1876
+ boxShadow: string;
1877
+ borderRadius: number;
1878
+ };
1879
+ '& .SCPrivateMessageSnippetItem-root, .SCPrivateMessageThreadItem-root': {
1880
+ boxShadow: string;
1881
+ marginBottom: any;
1882
+ };
1883
+ };
1884
+ };
1885
+ };
1886
+ SCReactionAction: {
1887
+ styleOverrides: {
1888
+ root: ({ theme }: any) => {
1889
+ display: string;
1890
+ justifyContent: string;
1891
+ alignItems: string;
1892
+ flexDirection: string;
1893
+ fontSize: string;
1894
+ '&.SCReactionAction-inline': {
1895
+ flexDirection: string;
1896
+ };
1897
+ '& .SCReactionAction-divider': {
1898
+ width: string;
1899
+ borderBottom: number;
1900
+ };
1901
+ '& .SCReactionAction-reaction': {
1902
+ width: string;
1903
+ height: string;
1904
+ };
1905
+ };
1906
+ };
1907
+ };
1908
+ SCScrollContainer: {
1909
+ styleOverrides: {
1910
+ root: ({ theme }: any) => {
1911
+ '& .SCScrollContainer-scrollbar': {
1912
+ width: number;
1913
+ borderRadius: number;
1914
+ overflowX: string;
1915
+ backgroundColor: any;
1916
+ transition: string;
1917
+ };
1918
+ '& .SCScrollContainer-scroll-thumb': {
1919
+ width: number;
1920
+ };
1921
+ };
1922
+ };
1923
+ };
1924
+ SCSearchAutocomplete: {
1925
+ styleOverrides: {
1926
+ root: ({ theme }: any) => {
1927
+ '& .SCSearchAutocomplete-input': {
1928
+ padding: any;
1929
+ borderRadius: any;
1930
+ '& .MuiAutocomplete-input': {
1931
+ padding: any;
1932
+ };
1933
+ };
1934
+ };
1935
+ };
1936
+ };
1937
+ SCShareAction: {
1938
+ styleOverrides: {
1939
+ root: ({ theme }: any) => {
1940
+ display: string;
1941
+ justifyContent: string;
1942
+ alignItems: string;
1943
+ flexDirection: string;
1944
+ '&.SCShareAction-inline': {
1945
+ flexDirection: string;
1946
+ };
1947
+ '& .SCVoteAction-divider': {
1948
+ width: string;
1949
+ borderBottom: number;
1950
+ };
1951
+ };
1952
+ };
1953
+ };
1954
+ SCSnippetNotifications: {
1955
+ styleOverrides: {
1956
+ root: ({ theme }: any) => {
1957
+ '& .SCSnippetNotifications-item': {
1958
+ padding: number;
1959
+ marginBottom: any;
1960
+ '& .SCNotificationItem-root': {
1961
+ backgroundColor: string;
1962
+ borderRadius: number;
1963
+ '&.SCNotificationItem-snippet': {
1964
+ '&:before': {
1965
+ borderRadius: any;
1966
+ width: any;
1967
+ left: number;
1968
+ height: string;
1969
+ display: string;
1970
+ zIndex: string;
1971
+ position: string;
1972
+ content: string;
1973
+ backgroundColor: string;
1974
+ };
1975
+ '&.SCNotificationItem-new': {
1976
+ '&:before': {
1977
+ backgroundColor: any;
1978
+ };
1979
+ };
1980
+ '& .SCNotificationItem-header': {
1981
+ padding: any;
1982
+ };
1983
+ };
1984
+ };
1985
+ '&.SCSnippetNotifications-broadcast-messages-banner': {
1986
+ '& .SCNotificationItem-root.SCNotificationItem-snippet.SCNotificationItem-new': {
1987
+ '&:before': {
1988
+ backgroundColor: any;
1989
+ };
1990
+ };
1991
+ '& .SCNotificationItem-title a': {
1992
+ color: any;
1993
+ fontWeight: any;
1994
+ };
1995
+ };
1996
+ };
1997
+ };
1998
+ };
1999
+ };
2000
+ SCSnippetNotificationsSkeleton: {
2001
+ styleOverrides: {
2002
+ root: ({ theme }: any) => {
2003
+ margin: number;
2004
+ padding: number;
2005
+ '& .SCSnippetNotificationsSkeleton-item': {
2006
+ padding: number;
2007
+ marginBottom: any;
2008
+ '& .SCNotificationItem-root': {
2009
+ backgroundColor: string;
2010
+ borderRadius: number;
2011
+ '&.SCNotificationItem-snippet': {
2012
+ '&:before': {
2013
+ borderRadius: any;
2014
+ width: any;
2015
+ left: number;
2016
+ height: string;
2017
+ display: string;
2018
+ zIndex: string;
2019
+ position: string;
2020
+ content: string;
2021
+ backgroundColor: string;
2022
+ };
2023
+ '&.SCNotificationItem-new': {
2024
+ '&:before': {
2025
+ backgroundColor: any;
2026
+ };
2027
+ };
2028
+ '& .SCNotificationItem-header': {
2029
+ padding: any;
2030
+ };
2031
+ };
2032
+ };
2033
+ };
2034
+ };
2035
+ };
2036
+ };
2037
+ SCUser: {
2038
+ styleOverrides: {
2039
+ root: ({ theme }: any) => {
2040
+ [x: number]: {
2041
+ borderRadius: any;
2042
+ };
2043
+ borderRadius: number;
2044
+ paddingBottom: number;
2045
+ '& .MuiChip-root': {
2046
+ height: string;
2047
+ };
2048
+ '& .SCUser-avatar': {
2049
+ width: any;
2050
+ height: any;
2051
+ '& img': {
2052
+ borderRadius: number;
2053
+ };
2054
+ };
2055
+ '& .SCUser-staff-badge': {
2056
+ width: any;
2057
+ height: any;
2058
+ backgroundColor: any;
2059
+ border: string;
2060
+ };
2061
+ '& .SCUser-staff-badge-label': {
2062
+ marginLeft: any;
2063
+ borderRadius: number;
2064
+ fontSize: string;
2065
+ };
2066
+ '& .SCUser-staff-badge-icon': {
2067
+ top: string;
2068
+ right: string;
2069
+ };
2070
+ '& .SCBaseItemButton-primary': {
2071
+ fontWeight: any;
2072
+ };
2073
+ '& .SCBaseItemButton-secondary': {
2074
+ fontSize: string;
2075
+ };
2076
+ };
2077
+ };
2078
+ };
2079
+ SCUserActionIconButton: {
2080
+ styleOverrides: {
2081
+ menuRoot: ({ theme }: any) => {};
2082
+ };
2083
+ };
2084
+ SCUserCounters: {
2085
+ styleOverrides: {
2086
+ root: ({ theme }: any) => {
2087
+ '& .SCUserCounters-button': {
2088
+ color: any;
2089
+ padding: any;
2090
+ borderRadius: number;
2091
+ fontSize: string;
2092
+ fontWeight: any;
2093
+ '& strong': {
2094
+ display: string;
2095
+ marginRight: any;
2096
+ fontWeight: any;
2097
+ };
2098
+ '&:hover, &:active': {
2099
+ color: any;
2100
+ };
2101
+ };
2102
+ };
2103
+ };
2104
+ };
2105
+ SCUserInfo: {
2106
+ styleOverrides: {
2107
+ root: ({ theme }: any) => {
2108
+ '& .SCUserInfo-field': {
2109
+ marginBottom: any;
2110
+ '& h6': {
2111
+ fontSize: string;
2112
+ fontWeight: any;
2113
+ marginBottom: any;
2114
+ };
2115
+ '&:last-of-type': {
2116
+ marginBottom: number;
2117
+ };
2118
+ };
2119
+ };
2120
+ };
2121
+ };
2122
+ SCUserInfoDialog: {
2123
+ styleOverrides: {
2124
+ root: ({ theme }: any) => {
2125
+ '& .SCUserInfoDialog-caption': {
2126
+ marginTop: any;
2127
+ textAlign: string;
2128
+ '& .SCUserInfoDialog-avatar': {
2129
+ margin: any;
2130
+ width: any;
2131
+ height: any;
2132
+ };
2133
+ '& .SCUserInfoDialog-username': {
2134
+ fontWeight: any;
2135
+ fontSize: string;
2136
+ marginBottom: any;
2137
+ };
2138
+ };
2139
+ };
2140
+ };
2141
+ };
2142
+ SCUserProfileHeader: {
2143
+ styleOverrides: {
2144
+ root: ({ theme }: any) => {
2145
+ '& .SCUserProfileHeader-cover': {
2146
+ [x: number]: {
2147
+ borderRadius: any;
2148
+ };
2149
+ position: string;
2150
+ height: number;
2151
+ minHeight: number;
2152
+ borderRadius: number;
2153
+ background: string;
2154
+ boxShadow: string;
2155
+ };
2156
+ '& .SCUserProfileHeader-avatar': {
2157
+ height: any;
2158
+ width: any;
2159
+ top: number;
2160
+ display: string;
2161
+ position: string;
2162
+ margin: string;
2163
+ borderRadius: string;
2164
+ border: string;
2165
+ };
2166
+ '& .SCUserProfileHeader-change-picture': {
2167
+ top: any;
2168
+ left: number;
2169
+ position: string;
2170
+ display: string;
2171
+ margin: string;
2172
+ };
2173
+ '& .SCUserProfileHeader-username': {
2174
+ marginTop: number;
2175
+ fontWeight: any;
2176
+ fontSize: string;
2177
+ textAlign: string;
2178
+ };
2179
+ '& .SCUserProfileHeader-change-cover': {
2180
+ [x: number]: {
2181
+ bottom: number;
2182
+ };
2183
+ position: string;
2184
+ right: number;
2185
+ bottom: number;
2186
+ };
2187
+ };
2188
+ };
2189
+ };
2190
+ SCUserProfileEdit: {
2191
+ styleOverrides: {
2192
+ root: ({ theme }: any) => {
2193
+ '& .SCUserProfileEdit-tabs': {
2194
+ marginBottom: any;
2195
+ '& .MuiTabScrollButton-root': {
2196
+ transition: string;
2197
+ '&.Mui-disabled': {
2198
+ width: number;
2199
+ };
2200
+ };
2201
+ };
2202
+ '& .SCUserProfileEdit-tab-content': {
2203
+ padding: any;
2204
+ maxWidth: number;
2205
+ };
2206
+ };
2207
+ };
2208
+ };
2209
+ SCUserProfileTemplate: {
2210
+ styleOverrides: {
2211
+ root: ({ theme }: any) => {
2212
+ [x: number]: {
2213
+ marginTop: any;
2214
+ };
2215
+ marginTop: number;
2216
+ '& .SCUserProfileTemplate-tags': {
2217
+ marginTop: any;
2218
+ justifyContent: string;
2219
+ };
2220
+ '& .SCUserProfileTemplate-counters': {
2221
+ marginTop: any;
2222
+ justifyContent: string;
2223
+ display: string;
2224
+ alignItems: string;
2225
+ };
2226
+ '& .SCUserProfileTemplate-info': {
2227
+ marginTop: any;
2228
+ textAlign: string;
2229
+ };
2230
+ '& .SCUserProfileTemplate-feed': {
2231
+ marginTop: any;
2232
+ };
2233
+ '& .SCUserProfileTemplate-actions': {
2234
+ margin: any;
2235
+ justifyContent: string;
2236
+ };
2237
+ };
2238
+ };
2239
+ };
2240
+ SCVoteAction: {
2241
+ styleOverrides: {
2242
+ root: ({ theme }: any) => {
2243
+ display: string;
2244
+ justifyContent: string;
2245
+ alignItems: string;
2246
+ flexDirection: string;
2247
+ '&.SCVoteAction-inline': {
2248
+ flexDirection: string;
2249
+ };
2250
+ '& .SCVoteAction-divider': {
2251
+ width: string;
2252
+ borderBottom: number;
2253
+ };
2254
+ };
2255
+ };
2256
+ };
2257
+ SCVoteButton: {
2258
+ styleOverrides: {
2259
+ root: ({ theme }: any) => {
2260
+ color: any;
2261
+ marginTop: any;
2262
+ marginBottom: any;
2263
+ borderRadius: string;
2264
+ padding: any;
2265
+ minWidth: number;
2266
+ '& .MuiIcon-root': {
2267
+ fontSize: string;
2268
+ };
2269
+ '&.MuiButton-sizeSmall': {
2270
+ padding: any;
2271
+ '& .MuiIcon-root': {
2272
+ fontSize: string;
2273
+ };
2274
+ };
2275
+ };
2276
+ };
2277
+ };
2278
+ SCVoteAudienceButton: {
2279
+ styleOverrides: {
2280
+ root: ({ theme }: any) => {
2281
+ '& .SCVoteAudienceButton-reaction-list': {
2282
+ '& .MuiIcon-root': {
2283
+ padding: number;
2284
+ borderRadius: string;
2285
+ backgroundColor: any;
2286
+ border: string;
2287
+ };
2288
+ };
2289
+ };
2290
+ dialogRoot: ({ theme }: any) => {
2291
+ '& .SCVoteAudienceButton-dialog-tabs': {
2292
+ '& .MuiTab-root': {
2293
+ flexDirection: string;
2294
+ justifyContent: string;
2295
+ };
2296
+ };
2297
+ '& .SCVoteAudienceButton-dialog-vote-badge': {
2298
+ width: any;
2299
+ height: any;
2300
+ backgroundColor: any;
2301
+ border: string;
2302
+ };
2303
+ };
2304
+ };
2305
+ };
2306
+ SCWidget: {
2307
+ variants: ({
2308
+ props: {
2309
+ elevation: number;
2310
+ variant?: undefined;
2311
+ };
2312
+ style: {
2313
+ border: number;
2314
+ boxShadow: string;
2315
+ };
2316
+ } | {
2317
+ props: {
2318
+ variant: string;
2319
+ elevation?: undefined;
2320
+ };
2321
+ style: {
2322
+ border: string;
2323
+ boxShadow: string;
2324
+ };
2325
+ })[];
2326
+ styleOverrides: {
2327
+ root: ({ theme }: any) => {
2328
+ [x: number]: {
2329
+ borderRadius: any;
2330
+ };
2331
+ borderRadius: number;
2332
+ boxShadow: string;
2333
+ border: string;
2334
+ '& .MuiCardContent-root': {
2335
+ padding: any;
2336
+ '& h5': {
2337
+ fontFamily: any;
2338
+ fontWeight: any;
2339
+ color: any;
2340
+ fontSize: string;
2341
+ };
2342
+ '& .MuiList-root': {
2343
+ paddingTop: any;
2344
+ paddingBottom: any;
2345
+ '& .MuiListItem-root': {
2346
+ paddingTop: any;
2347
+ paddingBottom: any;
2348
+ paddingLeft: number;
2349
+ paddingRight: number;
2350
+ '& .SCBaseItemButton-text': {
2351
+ marginTop: number;
2352
+ marginBottom: number;
2353
+ };
2354
+ '& .SCWidget-root': {
2355
+ borderRadius: number;
2356
+ };
2357
+ };
2358
+ };
2359
+ '& > .MuiTypography-body2': {
2360
+ paddingTop: any;
2361
+ };
2362
+ '& > .MuiButton-sizeMedium': {
2363
+ marginLeft: any;
2364
+ paddingLeft: any;
2365
+ paddingRight: any;
2366
+ color: any;
2367
+ };
2368
+ };
2369
+ };
2370
+ };
2371
+ };
2372
+ SCPrivateMessageSnippetItem: {
2373
+ styleOverrides: {
2374
+ root: ({ theme }: any) => {
2375
+ borderRadius: any;
2376
+ padding: string;
2377
+ '& .SCPrivateMessageSnippetItem-time': {
2378
+ float: string;
2379
+ fontSize: any;
2380
+ };
2381
+ '& .MuiListItemText-primary': {
2382
+ '& .SCPrivateMessageSnippetItem-username': {
2383
+ fontWeight: any;
2384
+ };
2385
+ '& .SCPrivateMessageSnippetItem-badge-label': {
2386
+ marginLeft: any;
2387
+ borderRadius: number;
2388
+ fontSize: string;
2389
+ };
2390
+ };
2391
+ '& .MuiListItemText-secondary': {
2392
+ display: string;
2393
+ justifyContent: string;
2394
+ alignItems: string;
2395
+ '& .MuiTypography-root': {
2396
+ display: string;
2397
+ width: string;
2398
+ whiteSpace: string;
2399
+ overflow: string;
2400
+ textOverflow: string;
2401
+ };
2402
+ };
2403
+ '& .MuiListItemSecondaryAction-root': {
2404
+ position: string;
2405
+ top: any;
2406
+ right: any;
2407
+ };
2408
+ };
2409
+ };
2410
+ };
2411
+ SCPrivateMessageSnippets: {
2412
+ styleOverrides: {
2413
+ root: ({ theme }: any) => {
2414
+ [x: number]: {
2415
+ height: any;
2416
+ maxHeight: string;
2417
+ overflow: string;
2418
+ };
2419
+ '& .MuiCardContent-root': {
2420
+ display: string;
2421
+ flexDirection: string;
2422
+ '& .MuiList-root': {
2423
+ '& .Mui-selected': {
2424
+ backgroundColor: string;
2425
+ };
2426
+ '&:last-child': {
2427
+ marginBottom: any;
2428
+ };
2429
+ '& .MuiButtonBase-root, MuiListItemButton-root': {
2430
+ '&:hover': {
2431
+ borderRadius: string;
2432
+ backgroundColor: string;
2433
+ };
2434
+ };
2435
+ };
2436
+ };
2437
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root, MuiCardContent-root': {
2438
+ padding: any;
2439
+ };
2440
+ '& .SCPrivateMessageSnippets-input': {
2441
+ '& .MuiInputBase-input, MuiFilledInput-input': {
2442
+ padding: any;
2443
+ };
2444
+ borderRadius: any;
2445
+ backgroundColor: string;
2446
+ '&:hover': {
2447
+ backgroundColor: string;
2448
+ };
2449
+ height: any;
2450
+ '& .SCPrivateMessageSnippets-icon': {
2451
+ marginRight: any;
2452
+ };
2453
+ };
2454
+ '& .SCPrivateMessageSnippets-new-message-button': {
2455
+ color: string;
2456
+ alignSelf: string;
2457
+ backgroundColor: string;
2458
+ '&:hover': {
2459
+ borderWidth: string;
2460
+ backgroundColor: string;
2461
+ };
2462
+ };
2463
+ };
2464
+ };
2465
+ };
2466
+ SCPrivateMessageThread: {
2467
+ styleOverrides: {
2468
+ root: ({ theme }: any) => {
2469
+ [x: number]: {
2470
+ minHeight: string;
2471
+ height?: undefined;
2472
+ maxHeight?: undefined;
2473
+ } | {
2474
+ height: any;
2475
+ maxHeight: string;
2476
+ minHeight?: undefined;
2477
+ };
2478
+ backgroundColor: string;
2479
+ position: string;
2480
+ '& .MuiCardContent-root': {
2481
+ [x: number]: {
2482
+ height: string;
2483
+ maxHeight: string;
2484
+ overflow: string;
2485
+ padding: any;
2486
+ };
2487
+ '& .MuiAlert-root': {
2488
+ position: string;
2489
+ bottom: number;
2490
+ left: number;
2491
+ right: number;
2492
+ display: string;
2493
+ justifyContent: string;
2494
+ };
2495
+ '& .MuiList-root': {
2496
+ margin: any;
2497
+ '& .MuiListItem-root': {
2498
+ '&.SCPrivateMessageThread-receiver': {
2499
+ backgroundColor: any;
2500
+ marginLeft: any;
2501
+ filter: string;
2502
+ '&:after': {
2503
+ marginRight: any;
2504
+ content: string;
2505
+ position: string;
2506
+ border: string;
2507
+ borderTop: string;
2508
+ top: number;
2509
+ left: any;
2510
+ };
2511
+ };
2512
+ '&.SCPrivateMessageThread-sender': {
2513
+ backgroundColor: string;
2514
+ };
2515
+ };
2516
+ };
2517
+ };
2518
+ '& .SCPrivateMessageThread-empty-message': {
2519
+ position: string;
2520
+ top: string;
2521
+ display: string;
2522
+ justifyContent: string;
2523
+ fontSize: string;
2524
+ };
2525
+ '& .SCPrivateMessageThread-new-message-header': {
2526
+ position: string;
2527
+ top: number;
2528
+ right: number;
2529
+ display: string;
2530
+ width: string;
2531
+ height: any;
2532
+ alignItems: string;
2533
+ justifyContent: string;
2534
+ backgroundColor: string;
2535
+ '& .SCPrivateMessageThread-new-message-header-content': {
2536
+ display: string;
2537
+ alignItems: string;
2538
+ width: string;
2539
+ backgroundColor: any;
2540
+ borderRadius: any;
2541
+ marginRight: any;
2542
+ '& .SCPrivateMessageThread-new-message-header-icon': {
2543
+ fontSize: string;
2544
+ marginLeft: any;
2545
+ };
2546
+ '& .MuiIcon-root': {
2547
+ color: any;
2548
+ };
2549
+ '& .MuiTypography-root': {
2550
+ color: any;
2551
+ marginLeft: any;
2552
+ };
2553
+ '& .SCPrivateMessageThread-autocomplete': {
2554
+ minWidth: any;
2555
+ marginLeft: any;
2556
+ maxHeight: any;
2557
+ overflow: string;
2558
+ scrollbarWidth: string;
2559
+ '& .MuiAutocomplete-endAdornment': {
2560
+ position: string;
2561
+ '& .MuiAutocomplete-clearIndicator': {
2562
+ fontSize: string;
2563
+ };
2564
+ };
2565
+ };
2566
+ };
2567
+ };
2568
+ '& .MuiListSubheader-root': {
2569
+ backgroundColor: string;
2570
+ display: string;
2571
+ justifyContent: string;
2572
+ marginBottom: any;
2573
+ '& .SCPrivateMessageThread-subheader': {
2574
+ width: string;
2575
+ padding: any;
2576
+ backgroundColor: string;
2577
+ fontWeight: any;
2578
+ borderRadius: any;
2579
+ boxShadow: string;
2580
+ };
2581
+ };
2582
+ };
2583
+ };
2584
+ };
2585
+ SCPrivateMessageThreadItem: {
2586
+ styleOverrides: {
2587
+ root: ({ theme }: any) => {
2588
+ borderRadius: any;
2589
+ paddingTop: string;
2590
+ paddingBottom: string;
2591
+ paddingRight: string;
2592
+ paddingLeft: string;
2593
+ '& .MuiListItemSecondaryAction-root': {
2594
+ right: any;
2595
+ top: any;
2596
+ };
2597
+ '& .SCPrivateMessageThreadItem-message-time': {
2598
+ position: string;
2599
+ bottom: any;
2600
+ right: any;
2601
+ padding: any;
2602
+ };
2603
+ '& .SCPrivateMessageThreadItem-text': {
2604
+ minHeight: any;
2605
+ display: string;
2606
+ alignItems: string;
2607
+ '& .MuiTypography-root': {
2608
+ fontSize: string;
2609
+ };
2610
+ };
2611
+ '& .SCPrivateMessageThreadItem-img': {
2612
+ [x: number]: {
2613
+ height: any;
2614
+ };
2615
+ display: string;
2616
+ alignItems: string;
2617
+ height: any;
2618
+ objectFit: string;
2619
+ flex: string;
2620
+ '& img': {
2621
+ width: string;
2622
+ height: string;
2623
+ };
2624
+ };
2625
+ '& .SCPrivateMessageThreadItem-video': {
2626
+ '& .MuiButtonBase-root': {
2627
+ color: any;
2628
+ position: string;
2629
+ top: string;
2630
+ left: string;
2631
+ transform: string;
2632
+ '& .MuiIcon-root': {
2633
+ [x: number]: {
2634
+ fontSize: string;
2635
+ };
2636
+ color: any;
2637
+ fontSize: string;
2638
+ };
2639
+ };
2640
+ };
2641
+ '& .SCPrivateMessageThreadItem-document': {
2642
+ [x: number]: {
2643
+ width: any;
2644
+ };
2645
+ width: any;
2646
+ '& img': {
2647
+ [x: number]: {
2648
+ height: any;
2649
+ };
2650
+ height: any;
2651
+ width: string;
2652
+ };
2653
+ '& .MuiButtonBase-root': {
2654
+ [x: number]: {
2655
+ bottom: string;
2656
+ };
2657
+ width: string;
2658
+ position: string;
2659
+ bottom: string;
2660
+ backgroundColor: string;
2661
+ color: string;
2662
+ display: string;
2663
+ borderRadius: number;
2664
+ '& .MuiTypography-root': {
2665
+ whiteSpace: string;
2666
+ overflow: string;
2667
+ textOverflow: string;
2668
+ marginLeft: any;
2669
+ };
2670
+ };
2671
+ };
2672
+ };
2673
+ };
2674
+ };
2675
+ SCPrivateMessageEditor: {
2676
+ styleOverrides: {
2677
+ root: ({ theme }: any) => {
2678
+ [x: number]: {
2679
+ position: string;
2680
+ };
2681
+ width: string;
2682
+ position: string;
2683
+ bottom: number;
2684
+ left: number;
2685
+ zIndex: number;
2686
+ backgroundColor: string;
2687
+ '& .MuiIcon-root': {
2688
+ fontSize: string;
2689
+ };
2690
+ '& .SCPrivateMessageEditor-message-input': {
2691
+ width: string;
2692
+ };
2693
+ '& .MuiInputBase-root, MuiFilledInput-root': {
2694
+ borderRadius: number;
2695
+ padding: any;
2696
+ '& textarea': {
2697
+ backgroundColor: any;
2698
+ borderRadius: any;
2699
+ padding: any;
2700
+ border: string;
2701
+ '&:hover': {
2702
+ border: string;
2703
+ };
2704
+ };
2705
+ };
2706
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCMessageMediaUploader-root': {
2707
+ height: any;
2708
+ backgroundColor: any;
2709
+ '& .MuiCardContent-root': {
2710
+ borderTop: string;
2711
+ '&:hover': {
2712
+ backgroundColor: string;
2713
+ };
2714
+ overflow: string;
2715
+ padding: any;
2716
+ display: string;
2717
+ flexDirection: string;
2718
+ minHeight: any;
2719
+ '& .SCMessageMediaUploader-close': {
2720
+ '& .MuiIcon-root': {
2721
+ fontSize: string;
2722
+ };
2723
+ };
2724
+ '& .SCMessageMediaUploader-upload-section': {
2725
+ '& .SCMessageMediaUploader-upload-button': {
2726
+ display: string;
2727
+ margin: string;
2728
+ fontSize: string;
2729
+ };
2730
+ };
2731
+ '& .SCMessageMediaUploader-preview-content': {
2732
+ position: string;
2733
+ display: string;
2734
+ margin: string;
2735
+ width: any;
2736
+ height: any;
2737
+ img: {
2738
+ resizeMode: string;
2739
+ width: any;
2740
+ height: any;
2741
+ };
2742
+ video: {
2743
+ width: any;
2744
+ height: any;
2745
+ };
2746
+ '& .SCMessageMediaUploader-preview-actions': {
2747
+ width: string;
2748
+ height: string;
2749
+ position: string;
2750
+ '& .MuiButtonBase-root, .MuiTypography-root': {
2751
+ color: any;
2752
+ position: string;
2753
+ top: string;
2754
+ left: string;
2755
+ transform: string;
2756
+ };
2757
+ '&:hover, &:active': {
2758
+ background: string;
2759
+ };
2760
+ '& .SCMessageMediaUploader-progress': {
2761
+ background: string;
2762
+ height: string;
2763
+ };
2764
+ };
2765
+ };
2766
+ '& .SCMessageMediaUploader-preview-info': {
2767
+ '& .MuiTypography-root': {
2768
+ fontSize: string;
2769
+ };
2770
+ };
2771
+ };
2772
+ };
2773
+ };
2774
+ };
2775
+ };
2776
+ SCPrivateMessageComponentSkeleton: {
2777
+ styleOverrides: {
2778
+ root: ({ theme }: any) => {
2779
+ [x: number]: {
2780
+ width: any;
2781
+ };
2782
+ '& .SCPrivateMessageComponentSkeleton-thread-section': {
2783
+ '& .MuiCardContent-root': {
2784
+ padding: number;
2785
+ '& .MuiList-root': {
2786
+ paddingTop: number;
2787
+ paddingBottom: number;
2788
+ };
2789
+ };
2790
+ };
2791
+ ' .MuiPaper-root, MuiAppBar-root': {
2792
+ boxShadow: string;
2793
+ borderRadius: number;
2794
+ };
2795
+ };
2796
+ };
2797
+ };
2798
+ SCPrivateMessageThreadSkeleton: {
2799
+ styleOverrides: {
2800
+ root: ({ theme }: any) => {
2801
+ [x: number]: {
2802
+ height: string;
2803
+ };
2804
+ height: string;
2805
+ '& .MuiCardContent-root': {
2806
+ padding: number;
2807
+ '& .MuiList-root .MuiListItem-root': {
2808
+ [x: number]: {
2809
+ width: string;
2810
+ };
2811
+ padding: any;
2812
+ height: any;
2813
+ };
2814
+ '&:last-child': {
2815
+ paddingBottom: number;
2816
+ };
2817
+ };
2818
+ };
2819
+ };
2820
+ };
2821
+ SCPrivateMessageThreadItemDialog: {
2822
+ styleOverrides: {
2823
+ root: ({ theme }: any) => {
2824
+ '& .MuiDialogContent-root': {
2825
+ '& img': {
2826
+ width: string;
2827
+ height: string;
2828
+ maxHeight: any;
2829
+ };
2830
+ '& .MuiButtonBase-root': {
2831
+ background: any;
2832
+ position: string;
2833
+ right: any;
2834
+ bottom: any;
2835
+ '& .MuiIcon-root': {
2836
+ color: any;
2837
+ fontSize: string;
2838
+ };
2839
+ };
2840
+ };
2841
+ };
2842
+ };
2843
+ };
2844
+ };
2845
+ selfcommunity: {
2846
+ user: {
2847
+ avatar: {
2848
+ sizeSmall: number;
2849
+ sizeMedium: number;
2850
+ sizeLarge: number;
2851
+ sizeXLarge: number;
2852
+ };
2853
+ };
2854
+ category: {
2855
+ icon: {
2856
+ sizeMedium: number;
2857
+ };
2858
+ };
2859
+ };
2860
+ };
7
2861
  export default theme;
8
2862
  //# sourceMappingURL=index.d.ts.map