@selfcommunity/react-theme-default 0.1.0-alpha.11 → 0.1.0-alpha.111

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