@selfcommunity/react-theme-default 0.1.0-alpha.7 → 0.1.0-alpha.70

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