@selfcommunity/react-theme-default 0.1.0-alpha.9 → 0.1.0-alpha.91

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