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

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