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

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 +146 -32
  74. package/lib/cjs/components/SCComposer.d.ts.map +1 -1
  75. package/lib/cjs/components/SCComposer.js +226 -105
  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 +219 -0
  89. package/lib/cjs/components/SCEditor.d.ts.map +1 -1
  90. package/lib/cjs/components/SCEditor.js +219 -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 +24 -0
  97. package/lib/cjs/components/SCEditorToolbarPlugin.d.ts.map +1 -0
  98. package/lib/cjs/components/SCEditorToolbarPlugin.js +26 -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 +3339 -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 +146 -32
  359. package/lib/esm/components/SCComposer.d.ts.map +1 -1
  360. package/lib/esm/components/SCComposer.js +226 -105
  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 +219 -0
  374. package/lib/esm/components/SCEditor.d.ts.map +1 -1
  375. package/lib/esm/components/SCEditor.js +219 -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 +24 -0
  382. package/lib/esm/components/SCEditorToolbarPlugin.d.ts.map +1 -0
  383. package/lib/esm/components/SCEditorToolbarPlugin.js +24 -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 +3339 -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,3346 @@
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
+ };
1003
+ };
1004
+ };
1005
+ SCCategoryAutocomplete: {
1006
+ styleOverrides: {
1007
+ root: ({ theme }: any) => {};
1008
+ };
1009
+ };
1010
+ SCComposerPoll: {
1011
+ styleOverrides: {
1012
+ root: ({ theme }: any) => {
1013
+ '& .SCComposerPoll-title': {
1014
+ marginBottom: any;
1015
+ };
1016
+ '& .SCComposerPoll-choices': {
1017
+ marginBottom: number;
1018
+ };
1019
+ '& .SCComposerPoll-choice-new': {
1020
+ color: any;
1021
+ marginLeft: any;
1022
+ };
1023
+ '& .SCComposerPoll-metadata': {
1024
+ margin: any;
1025
+ '& .MuiFormControlLabel-root': {
1026
+ marginBottom: any;
1027
+ };
1028
+ };
1029
+ };
1030
+ };
1031
+ };
1032
+ SCContributionNotification: {
1033
+ styleOverrides: {
1034
+ root: ({ theme }: any) => {
1035
+ '& .SCContributionNotification-username': {
1036
+ fontWeight: any;
1037
+ '&:hover': {
1038
+ textDecoration: string;
1039
+ };
1040
+ };
1041
+ '& .SCContributionNotification-vote-button': {
1042
+ color: string;
1043
+ padding: any;
1044
+ fontSize: string;
1045
+ minWidth: number;
1046
+ borderRadius: string;
1047
+ };
1048
+ '& .SCContributionNotification-contribution-text': {
1049
+ color: any;
1050
+ textOverflow: string;
1051
+ overflow: string;
1052
+ '&:hover': {
1053
+ textDecoration: string;
1054
+ };
1055
+ };
1056
+ '& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
1057
+ marginTop: any;
1058
+ '& .SCDateTimeAgo-root': {
1059
+ marginTop: number;
1060
+ };
1061
+ };
1062
+ };
1063
+ };
1064
+ };
1065
+ SCContributorsFeedObject: {
1066
+ styleOverrides: {
1067
+ root: ({ theme }: any) => {
1068
+ '& .SCContributorsFeedObject-btn-participants': {
1069
+ marginLeft: any;
1070
+ color: string;
1071
+ fontWeight: any;
1072
+ fontSize: string;
1073
+ };
1074
+ };
1075
+ };
1076
+ };
1077
+ SCCustomSnackMessage: {
1078
+ styleOverrides: {
1079
+ root: ({ theme }: any) => {
1080
+ '& .SCCustomSnackMessage-card': {
1081
+ width: string;
1082
+ '& .SCCustomSnackMessage-content': {
1083
+ position: string;
1084
+ padding: any;
1085
+ };
1086
+ };
1087
+ };
1088
+ };
1089
+ };
1090
+ SCDateTimeAgo: {
1091
+ styleOverrides: {
1092
+ root: ({ theme }: any) => {
1093
+ color: string;
1094
+ '& .MuiIcon-root': {
1095
+ fontSize: string;
1096
+ lineHeight: string;
1097
+ marginRight: number;
1098
+ };
1099
+ '& .MuiTypography-root': {
1100
+ lineHeight: string;
1101
+ fontSize: string;
1102
+ };
1103
+ };
1104
+ };
1105
+ };
1106
+ SCEditor: {
1107
+ styleOverrides: {
1108
+ root: ({ theme }: any) => {
1109
+ boxSizing: string;
1110
+ padding: any;
1111
+ position: string;
1112
+ cursor: string;
1113
+ '& .SCEditor-content': {
1114
+ position: string;
1115
+ outline: string;
1116
+ minHeight: number;
1117
+ paddingBottom: number;
1118
+ '& > p': {
1119
+ margin: number;
1120
+ };
1121
+ '& img': {
1122
+ margin: number;
1123
+ '&.focused': {
1124
+ outline: string;
1125
+ userSelect: string;
1126
+ };
1127
+ };
1128
+ "& mention": {
1129
+ backgroundColor: any;
1130
+ };
1131
+ };
1132
+ '& .SCEditor-placeholder': {
1133
+ position: string;
1134
+ top: any;
1135
+ left: any;
1136
+ color: any;
1137
+ };
1138
+ '& .SCEditor-actions': {
1139
+ position: string;
1140
+ bottom: number;
1141
+ right: any;
1142
+ color: any;
1143
+ '& .MuiIcon-root': {
1144
+ fontSize: string;
1145
+ };
1146
+ };
1147
+ '& .image-resizer': {
1148
+ display: string;
1149
+ width: number;
1150
+ height: number;
1151
+ position: string;
1152
+ backgroundColor: string;
1153
+ border: string;
1154
+ '&.image-resizer-n': {
1155
+ top: number;
1156
+ left: string;
1157
+ cursor: string;
1158
+ };
1159
+ '&.image-resizer-ne': {
1160
+ top: number;
1161
+ right: number;
1162
+ cursor: string;
1163
+ };
1164
+ '&.image-resizer-e': {
1165
+ top: string;
1166
+ right: number;
1167
+ cursor: string;
1168
+ };
1169
+ '&.image-resizerSe': {
1170
+ bottom: number;
1171
+ right: number;
1172
+ cursor: string;
1173
+ };
1174
+ '&.image-resizerS': {
1175
+ bottom: number;
1176
+ left: string;
1177
+ cursor: string;
1178
+ };
1179
+ '&.image-resizerSw': {
1180
+ bottom: number;
1181
+ left: number;
1182
+ cursor: string;
1183
+ };
1184
+ '&.image-resizerW': {
1185
+ bottom: string;
1186
+ left: number;
1187
+ cursor: string;
1188
+ };
1189
+ '&.image-resizer-nw': {
1190
+ top: number;
1191
+ left: number;
1192
+ cursor: string;
1193
+ };
1194
+ };
1195
+ '& .SCEditor-ltr': {
1196
+ textAlign: string;
1197
+ };
1198
+ '& .SCEditor-rtl': {
1199
+ textAlign: string;
1200
+ };
1201
+ '& .SCEditor-paragraph': {
1202
+ margin: number;
1203
+ position: string;
1204
+ };
1205
+ '& .SCEditor-quote': {
1206
+ margin: number;
1207
+ marginLeft: any;
1208
+ marginBottom: any;
1209
+ color: any;
1210
+ borderLeftColor: any;
1211
+ borderLeftWidth: any;
1212
+ borderLeftStyle: string;
1213
+ paddingLeft: any;
1214
+ };
1215
+ '& .SCEditor-h1': {
1216
+ fontSize: string;
1217
+ color: any;
1218
+ fontWeight: any;
1219
+ margin: number;
1220
+ };
1221
+ '& .SCEditor-h2': {
1222
+ fontSize: string;
1223
+ color: any;
1224
+ fontWeight: any;
1225
+ margin: number;
1226
+ textTransform: string;
1227
+ };
1228
+ '& .SCEditor-h3': {
1229
+ fontSize: string;
1230
+ margin: number;
1231
+ fontWeight: any;
1232
+ textTransform: string;
1233
+ };
1234
+ '& .SCEditor-code': {
1235
+ backgroundColor: string;
1236
+ fontFamily: string;
1237
+ display: string;
1238
+ padding: any;
1239
+ lineHeight: number;
1240
+ fontSize: number;
1241
+ margin: any;
1242
+ tabSize: number;
1243
+ overflowX: string;
1244
+ position: string;
1245
+ '&:before': {
1246
+ content: string;
1247
+ position: string;
1248
+ backgroundColor: string;
1249
+ left: number;
1250
+ top: number;
1251
+ borderRight: string;
1252
+ padding: any;
1253
+ color: string;
1254
+ whiteSpace: string;
1255
+ textAlign: string;
1256
+ minWidth: number;
1257
+ };
1258
+ };
1259
+ '& .SCEditor-textBold': {
1260
+ fontWeight: string;
1261
+ };
1262
+ '& .SCEditor-textItalic': {
1263
+ fontStyle: string;
1264
+ };
1265
+ '& .SCEditor-textUnderline': {
1266
+ textDecoration: string;
1267
+ };
1268
+ '& .SCEditor-textStrikethrough': {
1269
+ textDecoration: string;
1270
+ };
1271
+ '& .SCEditor-textUnderlineStrikethrough': {
1272
+ textDecoration: string;
1273
+ };
1274
+ '& .SCEditor-textSubscript': {
1275
+ fontSize: string;
1276
+ verticalAlign: string;
1277
+ };
1278
+ '& .SCEditor-textSuperscript': {
1279
+ fontSize: string;
1280
+ verticalAlign: string;
1281
+ };
1282
+ '& .SCEditor-link': {
1283
+ color: any;
1284
+ textDecoration: string;
1285
+ };
1286
+ '& .SCEditor-link:hover': {
1287
+ textDecoration: string;
1288
+ cursor: string;
1289
+ };
1290
+ '& .SCEditor-ol1': {
1291
+ padding: number;
1292
+ margin: number;
1293
+ };
1294
+ '& .SCEditor-ol2': {
1295
+ padding: number;
1296
+ margin: number;
1297
+ listStyleType: string;
1298
+ };
1299
+ '& .SCEditor-ol3': {
1300
+ padding: number;
1301
+ margin: number;
1302
+ listStyleType: string;
1303
+ };
1304
+ '& .SCEditor-ol4': {
1305
+ padding: number;
1306
+ margin: number;
1307
+ listStyleType: string;
1308
+ };
1309
+ '& .SCEditor-ol5': {
1310
+ padding: number;
1311
+ margin: number;
1312
+ listStyleType: string;
1313
+ };
1314
+ '& .SCEditor-ul': {
1315
+ padding: number;
1316
+ margin: number;
1317
+ };
1318
+ '& .SCEditor-listItem': {
1319
+ margin: string;
1320
+ };
1321
+ '& .SCEditor-nestedListItem': {
1322
+ listStyleType: string;
1323
+ };
1324
+ '& .SCEditor-nestedListItem:before, & .SCEditor-nestedListItem:after': {
1325
+ display: string;
1326
+ };
1327
+ };
1328
+ toolbar: ({ theme }: any) => {
1329
+ '& .SCEditor-placeholder': {
1330
+ top: any;
1331
+ left: any;
1332
+ };
1333
+ };
1334
+ };
1335
+ };
1336
+ SCEditorFloatingLinkPlugin: {
1337
+ styleOverrides: {
1338
+ root: ({ theme }: any) => {
1339
+ zIndex: number;
1340
+ '& .MuiPaper-root': {
1341
+ borderRadius: number;
1342
+ };
1343
+ };
1344
+ };
1345
+ };
1346
+ SCEditorToolbarPlugin: {
1347
+ styleOverrides: {
1348
+ root: ({ theme }: any) => {
1349
+ display: string;
1350
+ flexDirection: string;
1351
+ alignItems: string;
1352
+ justifyContent: string;
1353
+ marginBottom: any;
1354
+ padding: any;
1355
+ overflowX: string;
1356
+ MsOverflowStyle: string;
1357
+ scrollbarWidth: string;
1358
+ '&::-webkit-scrollbar': {
1359
+ display: string;
1360
+ };
1361
+ '& .MuiTextField-root': {
1362
+ minWidth: number;
1363
+ margin: any;
1364
+ };
1365
+ };
1366
+ };
1367
+ };
1368
+ SCFeed: {
1369
+ styleOverrides: {
1370
+ root: ({ theme }: any) => {
1371
+ maxWidth: any;
1372
+ '& .SCFeed-left': {
1373
+ [x: number]: {
1374
+ padding: any;
1375
+ };
1376
+ padding: number;
1377
+ '&:last-child': {
1378
+ paddingBottom: any;
1379
+ };
1380
+ '& > * > * > .SCWidget-root': {
1381
+ marginBottom: any;
1382
+ };
1383
+ };
1384
+ '& .SCFeed-right': {
1385
+ padding: any;
1386
+ '& > .SCWidget-root': {
1387
+ marginBottom: any;
1388
+ };
1389
+ };
1390
+ '& .SCFeed-end': {
1391
+ padding: number;
1392
+ marginBottom: any;
1393
+ '& > div': {
1394
+ padding: any;
1395
+ };
1396
+ };
1397
+ };
1398
+ };
1399
+ };
1400
+ SCFeedObject: {
1401
+ styleOverrides: {
1402
+ root: ({ theme }: any) => {
1403
+ '&.SCFeedObject-preview, &.SCFeedObject-detail, &.SCFeedObject-search': {
1404
+ [x: number]: {
1405
+ borderRadius: any;
1406
+ };
1407
+ border: string;
1408
+ boxShadow: string;
1409
+ borderRadius: number;
1410
+ '& .SCFeedObject-category': {
1411
+ borderBottom: string;
1412
+ margin: any;
1413
+ };
1414
+ '& .SCFeedObject-header': {
1415
+ '& .MuiCardHeader-avatar': {
1416
+ marginRight: any;
1417
+ };
1418
+ '& .SCFeedObject-username': {
1419
+ fontWeight: any;
1420
+ };
1421
+ '& .MuiCardHeader-subheader': {
1422
+ fontSize: string;
1423
+ color: any;
1424
+ '& .SCFeedObject-activity-at': {
1425
+ marginTop: number;
1426
+ display: string;
1427
+ '&:hover': {
1428
+ color: string;
1429
+ textDecoration: string;
1430
+ };
1431
+ };
1432
+ '& .SCFeedObject-tag': {
1433
+ '& .MuiIcon-root': {
1434
+ fontSize: string;
1435
+ lineHeight: string;
1436
+ color: string;
1437
+ };
1438
+ };
1439
+ };
1440
+ };
1441
+ '& .SCFeedObject-content': {
1442
+ '& .SCFeedObject-title-section': {
1443
+ '& .SCFeedObject-title': {
1444
+ fontWeight: any;
1445
+ marginBottom: any;
1446
+ };
1447
+ '& a': {
1448
+ color: string;
1449
+ };
1450
+ };
1451
+ '& .SCFeedObject-text-section': {
1452
+ '& > :first-of-type': {
1453
+ padding: any;
1454
+ };
1455
+ '& a': {
1456
+ '&:hover': {
1457
+ textDecoration: string;
1458
+ color: string;
1459
+ };
1460
+ };
1461
+ };
1462
+ };
1463
+ '& .SCFeedObject-actions-section': {
1464
+ marginBottom: any;
1465
+ '& .SCFeedObjectActions-root': {
1466
+ margin: number;
1467
+ padding: any;
1468
+ '& .SCFeedObjectActions-action': {
1469
+ '& .SCVoteAction-view-audience-button, & .SCCommentAction-view-audience-button, & .SCShareAction-view-audience-button, & .SCReactionAction-view-audience-button': {
1470
+ fontSize: string;
1471
+ fontWeight: any;
1472
+ marginTop: any;
1473
+ marginBottom: number;
1474
+ color: any;
1475
+ '&:hover': {
1476
+ color: string;
1477
+ };
1478
+ };
1479
+ '& .MuiDivider-root': {
1480
+ borderColor: any;
1481
+ };
1482
+ '& .SCVoteAction-button, & .SCCommentAction-button, & .SCShareAction-button, & .SCReactionAction-button': {
1483
+ color: any;
1484
+ marginTop: any;
1485
+ marginBottom: any;
1486
+ borderRadius: string;
1487
+ padding: any;
1488
+ minWidth: number;
1489
+ '& .MuiIcon-root': {
1490
+ fontSize: string;
1491
+ };
1492
+ '& > img': {
1493
+ width: string;
1494
+ height: string;
1495
+ };
1496
+ };
1497
+ };
1498
+ };
1499
+ '& .SCFeedObject-reply-content': {
1500
+ marginLeft: number;
1501
+ background: string;
1502
+ '& .SCCommentObjectReply-root': {
1503
+ background: string;
1504
+ '& .SCCommentObjectReply-comment': {
1505
+ background: string;
1506
+ border: string;
1507
+ '& .SCEditor-root': {
1508
+ '& .SCEditor-placeholder': {
1509
+ fontWeight: any;
1510
+ };
1511
+ '& .SCEditor-content': {
1512
+ paddingBottom: number;
1513
+ minHeight: number;
1514
+ };
1515
+ '& .SCEditor-actions': {
1516
+ bottom: number;
1517
+ };
1518
+ };
1519
+ };
1520
+ };
1521
+ };
1522
+ };
1523
+ '& .SCFeedObject-activities-section': {
1524
+ '& .SCFeedObject-activities-content': {
1525
+ paddingTop: number;
1526
+ '& .SCActivitiesMenu-selector': {
1527
+ '& .MuiButton-root': {
1528
+ fontSize: string;
1529
+ fontWeight: any;
1530
+ padding: any;
1531
+ };
1532
+ };
1533
+ '& .SCCommentObject-root': {
1534
+ marginTop: number;
1535
+ marginBottom: number;
1536
+ paddingTop: number;
1537
+ paddingBottom: number;
1538
+ };
1539
+ };
1540
+ '& .SCCommentObjectSkeleton-root': {
1541
+ background: string;
1542
+ marginTop: number;
1543
+ marginBottom: string;
1544
+ '& .SCBaseItem-text': {
1545
+ '& .SCWidget-root': {
1546
+ '& .MuiCardContent-root': {
1547
+ padding: any;
1548
+ };
1549
+ };
1550
+ };
1551
+ };
1552
+ '& .SCCommentObjectReply-root': {
1553
+ '& .SCCommentObjectReply-comment': {
1554
+ marginBottom: string;
1555
+ border: string;
1556
+ borderRadius: any;
1557
+ '& .SCEditor-root': {
1558
+ minHeight: any;
1559
+ marginTop: number;
1560
+ '& .SCEditor-content': {
1561
+ minHeight: number;
1562
+ };
1563
+ '& .SCEditor-actions': {
1564
+ bottom: any;
1565
+ };
1566
+ };
1567
+ };
1568
+ };
1569
+ };
1570
+ };
1571
+ '&.SCFeedObject-snippet': {
1572
+ '& .SCFeedObject-username': {
1573
+ fontSize: string;
1574
+ fontWeight: any;
1575
+ display: string;
1576
+ marginBottom: any;
1577
+ };
1578
+ '& .SCFeedObject-snippet-content': {
1579
+ fontSize: string;
1580
+ /**
1581
+ * Style fragments - Imports - End
1582
+ */
1583
+ marginBottom: any;
1584
+ };
1585
+ '& .SCFeedObject-activity-at': {
1586
+ marginTop: number;
1587
+ display: string;
1588
+ '&:hover': {
1589
+ color: string;
1590
+ textDecoration: string;
1591
+ };
1592
+ };
1593
+ };
1594
+ '&.SCFeedObject-detail .SCFeedObject-reply-content': {
1595
+ borderBottom: string;
1596
+ };
1597
+ };
1598
+ };
1599
+ };
1600
+ SCFeedObjectDetailTemplate: {
1601
+ styleOverrides: {
1602
+ root: ({ theme }: any) => {
1603
+ '& .SCFeedObject-detail, & .SCCommentsFeedObject-root': {
1604
+ maxWidth: any;
1605
+ };
1606
+ '& .SCCommentsFeedObject-root': {
1607
+ padding: any;
1608
+ '& .SCCommentsObject-root h6': {
1609
+ paddingLeft: any;
1610
+ };
1611
+ };
1612
+ };
1613
+ };
1614
+ };
1615
+ SCFeedObjectDetailTemplateSkeleton: {
1616
+ styleOverrides: {
1617
+ root: ({ theme }: any) => {
1618
+ '& .SCCommentsObjectSkeleton-root': {
1619
+ '& .SCWidget-root': {
1620
+ marginBottom: string;
1621
+ };
1622
+ };
1623
+ '& .SCCommentObjectSkeleton-root': {
1624
+ background: string;
1625
+ boxShadow: string;
1626
+ border: number;
1627
+ '& .SCCommentObjectSkeleton-root': {
1628
+ marginBottom: string;
1629
+ };
1630
+ };
1631
+ };
1632
+ };
1633
+ };
1634
+ SCFeedObjectSkeleton: {
1635
+ styleOverrides: {
1636
+ root: ({ theme }: any) => {
1637
+ '&.SCFeedObjectSkeleton-preview, &.SCFeedObjectSkeleton-detail, &.SCFeedObjectSkeleton-search': {
1638
+ [x: number]: {
1639
+ borderRadius: any;
1640
+ };
1641
+ border: string;
1642
+ boxShadow: string;
1643
+ borderRadius: number;
1644
+ };
1645
+ '& .SCFeedObjectSkeleton-snippet > *': {
1646
+ paddingLeft: number;
1647
+ paddingRight: number;
1648
+ };
1649
+ };
1650
+ };
1651
+ };
1652
+ SCFeedRelevantActivities: {
1653
+ styleOverrides: {
1654
+ root: ({ theme }: any) => {
1655
+ '& .SCFeedRelevantActivities-activity': {
1656
+ '& > .SCBaseItem-root': {
1657
+ borderRadius: number;
1658
+ marginBottom: any;
1659
+ '& .SCBaseItem-text': {
1660
+ margin: number;
1661
+ '& .SCBaseItem-primary': {
1662
+ display: string;
1663
+ marginBottom: any;
1664
+ '& > a': {
1665
+ fontWeight: any;
1666
+ textDecoration: string;
1667
+ };
1668
+ };
1669
+ '& .SCBaseItem-secondary': {
1670
+ fontSize: string;
1671
+ };
1672
+ };
1673
+ };
1674
+ };
1675
+ };
1676
+ };
1677
+ };
1678
+ SCFeedSkeleton: {
1679
+ styleOverrides: {
1680
+ root: ({ theme }: any) => {
1681
+ maxWidth: any;
1682
+ '& .SCFeedSkeleton-left': {
1683
+ [x: number]: {
1684
+ padding: any;
1685
+ };
1686
+ padding: number;
1687
+ '&:last-child': {
1688
+ paddingBottom: any;
1689
+ };
1690
+ '& > .SCWidget-root': {
1691
+ marginBottom: any;
1692
+ };
1693
+ };
1694
+ '& .SCFeedSkeleton-right': {
1695
+ padding: any;
1696
+ '& .SCWidget-root': {
1697
+ marginBottom: any;
1698
+ };
1699
+ };
1700
+ '& .SCFeedSkeleton-end': {
1701
+ padding: number;
1702
+ marginBottom: any;
1703
+ '& > div': {
1704
+ padding: any;
1705
+ };
1706
+ };
1707
+ };
1708
+ };
1709
+ };
1710
+ SCFollowAction: {
1711
+ styleOverrides: {
1712
+ root: ({ theme }: any) => {
1713
+ '& .SCFollowAction-button': {
1714
+ color: any;
1715
+ '&.SCFollowAction-iconized': {
1716
+ borderRadius: string;
1717
+ padding: any;
1718
+ minWidth: string;
1719
+ fontSize: string;
1720
+ };
1721
+ '&.SCFollowAction-followed': {
1722
+ color: any;
1723
+ };
1724
+ };
1725
+ };
1726
+ };
1727
+ };
1728
+ SCFooter: {
1729
+ styleOverrides: {
1730
+ root: ({ theme }: any) => {
1731
+ '& .SCFooter-copyright': {
1732
+ marginTop: any;
1733
+ };
1734
+ '& .SCFooter-item-list': {
1735
+ display: string;
1736
+ justifyContent: string;
1737
+ flexDirection: string;
1738
+ '& .SCFooter-item': {
1739
+ padding: any;
1740
+ };
1741
+ };
1742
+ };
1743
+ };
1744
+ };
1745
+ SCInlineComposerWidget: {
1746
+ styleOverrides: {
1747
+ root: ({ theme }: any) => {
1748
+ marginBottom: any;
1749
+ '& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
1750
+ [x: number]: {
1751
+ padding: any;
1752
+ };
1753
+ padding: any;
1754
+ display: string;
1755
+ flexDirection: string;
1756
+ justifyContent: string;
1757
+ '& .SCInlineComposerWidget-input': {
1758
+ display: string;
1759
+ flexGrow: number;
1760
+ '& .MuiButton-root': {
1761
+ fontWeight: any;
1762
+ letterSpacing: string;
1763
+ padding: any;
1764
+ '&:hover': {
1765
+ color: any;
1766
+ background: string;
1767
+ border: string;
1768
+ };
1769
+ };
1770
+ "& .MuiButton-text": {
1771
+ justifyContent: string;
1772
+ textTransform: string;
1773
+ };
1774
+ };
1775
+ '& .SCInlineComposerWidget-actions': {
1776
+ display: string;
1777
+ '& .MuiIconButton-root': {
1778
+ [x: number]: {
1779
+ marginLeft: number;
1780
+ marginRight: number;
1781
+ };
1782
+ };
1783
+ };
1784
+ '& .SCInlineComposerWidget-avatar': {
1785
+ [x: number]: {
1786
+ marginLeft: any;
1787
+ };
1788
+ display: string;
1789
+ alignItems: string;
1790
+ '& .MuiAvatar-root': {
1791
+ width: any;
1792
+ height: any;
1793
+ };
1794
+ };
1795
+ };
1796
+ };
1797
+ };
1798
+ };
1799
+ SCLightbox: {
1800
+ styleOverrides: {
1801
+ root: ({ theme }: any) => {
1802
+ zIndex: number;
1803
+ };
1804
+ };
1805
+ };
1806
+ SCLoyaltyProgramWidget: {
1807
+ styleOverrides: {
1808
+ root: ({ theme }: any) => {
1809
+ '& .MuiCardContent-root': {
1810
+ padding: any;
1811
+ };
1812
+ '& .SCLoyaltyProgramWidget-title': {
1813
+ fontWeight: any;
1814
+ fontSize: string;
1815
+ };
1816
+ '& .SCLoyaltyProgramWidget-actions': {
1817
+ display: string;
1818
+ justifyContent: string;
1819
+ padding: any;
1820
+ '& .SCLoyaltyProgramWidget-points': {
1821
+ fontSize: string;
1822
+ fontWeight: any;
1823
+ textTransform: string;
1824
+ color: any;
1825
+ '& .MuiChip-root': {
1826
+ color: any;
1827
+ borderRadius: any;
1828
+ backgroundColor: any;
1829
+ marginRight: any;
1830
+ };
1831
+ };
1832
+ };
1833
+ };
1834
+ };
1835
+ };
1836
+ SCLoyaltyProgramDetail: {
1837
+ styleOverrides: {
1838
+ root: ({ theme }: any) => {
1839
+ boxShadow: string;
1840
+ borderRadius: number;
1841
+ '& .SCLoyaltyProgramDetail-title': {
1842
+ [x: number]: {
1843
+ textAlign: string;
1844
+ };
1845
+ fontWeight: any;
1846
+ fontSize: string;
1847
+ marginBottom: any;
1848
+ };
1849
+ '& .SCLoyaltyProgramDetail-section-title': {
1850
+ fontWeight: any;
1851
+ fontSize: string;
1852
+ marginBottom: any;
1853
+ };
1854
+ '& .SCLoyaltyProgramDetail-section-info': {
1855
+ [x: number]: {
1856
+ marginBottom: any;
1857
+ };
1858
+ marginBottom: any;
1859
+ };
1860
+ '& .SCLoyaltyProgramDetail-user-points': {
1861
+ marginLeft: any;
1862
+ backgroundColor: any;
1863
+ '& .MuiChip-label': {
1864
+ fontSize: string;
1865
+ fontWeight: any;
1866
+ color: any;
1867
+ padding: any;
1868
+ };
1869
+ };
1870
+ '& .SCLoyaltyProgramDetail-prize-section': {
1871
+ '& .MuiGrid-item': {
1872
+ [x: number]: {
1873
+ marginBottom: any;
1874
+ };
1875
+ };
1876
+ };
1877
+ '& .SCLoyaltyProgramDetail-card': {
1878
+ [x: number]: {
1879
+ borderRadius: number;
1880
+ height: string;
1881
+ };
1882
+ boxShadow: string;
1883
+ display: string;
1884
+ flexDirection: string;
1885
+ justifyContent: string;
1886
+ alignItems: string;
1887
+ height: any;
1888
+ '& .SCLoyaltyProgramDetail-card-title': {
1889
+ fontWeight: any;
1890
+ fontSize: string;
1891
+ };
1892
+ '& .MuiCardContent-root': {
1893
+ padding: any;
1894
+ display: string;
1895
+ flexDirection: string;
1896
+ justifyContent: string;
1897
+ alignItems: string;
1898
+ '& .SCLoyaltyProgramDetail-card-content': {
1899
+ padding: any;
1900
+ maxHeight: any;
1901
+ overflow: string;
1902
+ textOverflow: string;
1903
+ };
1904
+ };
1905
+ '& .MuiCardActions-root': {
1906
+ marginTop: string;
1907
+ '& .MuiButtonBase-root': {
1908
+ '&:hover, &:active': {
1909
+ backgroundColor: string;
1910
+ };
1911
+ };
1912
+ };
1913
+ '& .MuiCardMedia-root': {
1914
+ height: any;
1915
+ };
1916
+ '& .SCLoyaltyProgramDetail-prize-points': {
1917
+ marginTop: any;
1918
+ '& .MuiChip-root': {
1919
+ backgroundColor: any;
1920
+ '& .MuiChip-label': {
1921
+ fontSize: string;
1922
+ fontWeight: any;
1923
+ color: any;
1924
+ };
1925
+ };
1926
+ '& .SCLoyaltyProgramDetail-not-requestable': {
1927
+ backgroundColor: any;
1928
+ };
1929
+ };
1930
+ };
1931
+ '& .SCLoyaltyProgramDetail-end-section': {
1932
+ boxShadow: string;
1933
+ '& .MuiButtonBase-root': {
1934
+ padding: number;
1935
+ };
1936
+ };
1937
+ '& .SCLoyaltyProgramDetailPointsList-root': {
1938
+ marginTop: any;
1939
+ marginBottom: any;
1940
+ '& .MuiGrid-item': {
1941
+ paddingTop: any;
1942
+ '& .SCLoyaltyProgramDetailPointsList-element': {
1943
+ display: string;
1944
+ justifyContent: string;
1945
+ marginBottom: any;
1946
+ };
1947
+ };
1948
+ };
1949
+ };
1950
+ };
1951
+ };
1952
+ SCLoyaltyProgramWidgetSkeleton: {
1953
+ styleOverrides: {
1954
+ root: ({ theme }: any) => {
1955
+ '& .SCLoyaltyProgramWidgetSkeleton-root, .MuiCardContent-root': {
1956
+ padding: any;
1957
+ };
1958
+ '& .SCLoyaltyProgramWidgetSkeleton-actions, .MuiCardActions-root': {
1959
+ display: string;
1960
+ justifyContent: string;
1961
+ padding: any;
1962
+ '& .SCLoyaltyProgramWidgetSkeleton-points': {
1963
+ display: string;
1964
+ justifyContent: string;
1965
+ alignItems: string;
1966
+ };
1967
+ '& .SCLoyaltyProgramWidgetSkeleton-chip': {
1968
+ borderRadius: any;
1969
+ marginRight: any;
1970
+ };
1971
+ };
1972
+ };
1973
+ };
1974
+ };
1975
+ SCLoyaltyProgramDetailSkeleton: {
1976
+ styleOverrides: {
1977
+ root: ({ theme }: any) => {
1978
+ height: string;
1979
+ '& .SCLoyaltyProgramDetailSkeleton-title': {
1980
+ [x: number]: {
1981
+ justifyContent: string;
1982
+ };
1983
+ display: string;
1984
+ marginBottom: any;
1985
+ alignItems: string;
1986
+ '& .SCLoyaltyProgramDetailSkeleton-chip': {
1987
+ marginLeft: any;
1988
+ borderRadius: any;
1989
+ };
1990
+ };
1991
+ '& .SCLoyaltyProgramDetailSkeleton-section-title': {
1992
+ marginBottom: any;
1993
+ '& .SCLoyaltyProgramDetailSkeleton-sub-title': {
1994
+ marginBottom: any;
1995
+ };
1996
+ };
1997
+ '& .SCLoyaltyProgramDetailSkeleton-points-list': {
1998
+ marginBottom: any;
1999
+ };
2000
+ '& .MuiCard-root': {
2001
+ [x: number]: {
2002
+ borderRadius: number;
2003
+ height: string;
2004
+ };
2005
+ '& .MuiCardContent-root': {
2006
+ justifyContent: string;
2007
+ '& .SCLoyaltyProgramDetailSkeleton-content': {
2008
+ display: string;
2009
+ flexDirection: string;
2010
+ justifyContent: string;
2011
+ alignItems: string;
2012
+ marginTop: any;
2013
+ };
2014
+ };
2015
+ '& .MuiCardActions-root': {
2016
+ justifyContent: string;
2017
+ };
2018
+ };
2019
+ };
2020
+ };
2021
+ };
2022
+ SCNavigationSettingsIconButton: {
2023
+ styleOverrides: {
2024
+ drawerRoot: ({ theme }: any) => {
2025
+ '& .SCNavigationSettingsIconButton-paper': {
2026
+ borderTopLeftRadius: any;
2027
+ borderTopRightRadius: any;
2028
+ };
2029
+ };
2030
+ menuRoot: ({ theme }: any) => {
2031
+ '& .SCNavigationSettingsIconButton-paper': {
2032
+ maxWidth: number;
2033
+ padding: any;
2034
+ '& .MuiList-root': {
2035
+ padding: number;
2036
+ };
2037
+ };
2038
+ };
2039
+ };
2040
+ };
2041
+ SCNavigationToolbar: {
2042
+ styleOverrides: {
2043
+ root: ({ theme }: any) => {
2044
+ padding: any;
2045
+ '& .SCNavigationToolbar-logo': {
2046
+ marginRight: any;
2047
+ '& img': {
2048
+ verticalAlign: string;
2049
+ maxHeight: any;
2050
+ };
2051
+ };
2052
+ '& .SCNavigationToolbar-navigation': {
2053
+ flexGrow: number;
2054
+ textAlign: string;
2055
+ alignSelf: string;
2056
+ '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore': {
2057
+ padding: any;
2058
+ margin: any;
2059
+ color: any;
2060
+ borderRadius: number;
2061
+ borderBottom: string;
2062
+ '&.SCNavigationToolbar-active, &:hover': {
2063
+ color: any;
2064
+ borderBottom: string;
2065
+ };
2066
+ };
2067
+ };
2068
+ '& .SCNavigationToolbar-search': {
2069
+ flexGrow: number;
2070
+ textAlign: string;
2071
+ marginRight: any;
2072
+ '& .MuiFormControl-root': {
2073
+ width: number;
2074
+ };
2075
+ };
2076
+ '& .SCNavigationToolbar-profile, & .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
2077
+ margin: any;
2078
+ };
2079
+ '& .SCNavigationToolbar-profile .MuiAvatar-root': {
2080
+ width: any;
2081
+ height: any;
2082
+ };
2083
+ '& .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
2084
+ paddingTop: any;
2085
+ paddingBottom: any;
2086
+ borderRadius: number;
2087
+ borderBottom: string;
2088
+ color: any;
2089
+ '&.SCNavigationToolbar-active, &:hover': {
2090
+ color: any;
2091
+ borderBottom: string;
2092
+ };
2093
+ };
2094
+ '& .SCNavigationToolbar-settings': {
2095
+ marginLeft: any;
2096
+ };
2097
+ };
2098
+ };
2099
+ };
2100
+ SCNavigationToolbarMobile: {
2101
+ styleOverrides: {
2102
+ root: ({ theme }: any) => {
2103
+ padding: any;
2104
+ '& .SCNavigationToolbarMobile-logo': {
2105
+ marginRight: any;
2106
+ flexGrow: number;
2107
+ '& img': {
2108
+ verticalAlign: string;
2109
+ maxHeight: any;
2110
+ };
2111
+ };
2112
+ '& h4': {
2113
+ fontSize: string;
2114
+ overflow: string;
2115
+ textOverflow: string;
2116
+ whiteSpace: string;
2117
+ };
2118
+ };
2119
+ };
2120
+ };
2121
+ SCNotification: {
2122
+ styleOverrides: {
2123
+ root: ({ theme }: any) => {
2124
+ '& .SCNotification-header': {
2125
+ padding: any;
2126
+ '& .SCNotification-avatar': {
2127
+ width: any;
2128
+ height: any;
2129
+ };
2130
+ '& .SCNotification-username': {
2131
+ fontWeight: any;
2132
+ };
2133
+ };
2134
+ '& .SCNotification-content': {
2135
+ padding: number;
2136
+ '& .SCNotification-uncollapsed': {
2137
+ padding: any;
2138
+ '& > *': {
2139
+ marginBottom: any;
2140
+ };
2141
+ };
2142
+ '& .SCNotification-show-other-aggregated': {
2143
+ backgroundColor: string;
2144
+ };
2145
+ '& .SCNotification-collapsed': {
2146
+ padding: any;
2147
+ '& .MuiCollapse-wrapperInner > *': {
2148
+ marginBottom: any;
2149
+ };
2150
+ };
2151
+ '& .SCNotificationItem-detail': {
2152
+ borderRadius: number;
2153
+ };
2154
+ };
2155
+ '& a:not(.MuiButton-root)': {
2156
+ textDecoration: string;
2157
+ color: any;
2158
+ '&:hover, &:active': {
2159
+ color: any;
2160
+ textDecoration: string;
2161
+ };
2162
+ };
2163
+ };
2164
+ };
2165
+ };
2166
+ SCNotificationItem: {
2167
+ styleOverrides: {
2168
+ root: ({ theme }: any) => {
2169
+ whiteSpace: string;
2170
+ '& .SCNotificationItem-header': {
2171
+ display: string;
2172
+ flexDirection: string;
2173
+ '& .SCNotificationItem-primary': {
2174
+ fontWeight: any;
2175
+ '& .SCContributionNotification-username': {
2176
+ fontWeight: any;
2177
+ };
2178
+ };
2179
+ '& .SCNotificationItem-secondary': {
2180
+ '& .SCDateTimeAgo-root, & .MuiStack-root': {
2181
+ color: any;
2182
+ minHeight: any;
2183
+ };
2184
+ };
2185
+ };
2186
+ '& .SCNotificationItem-actions': {
2187
+ color: any;
2188
+ };
2189
+ '&.SCNotificationItem-toast': {
2190
+ backgroundColor: string;
2191
+ borderRadius: number;
2192
+ '& .SCNotificationItem-header': {
2193
+ '& .SCNotificationItem-image': {
2194
+ marginRight: any;
2195
+ '& .MuiAvatar-root': {
2196
+ width: any;
2197
+ height: any;
2198
+ };
2199
+ };
2200
+ };
2201
+ };
2202
+ '&.SCNotificationItem-snippet': {
2203
+ backgroundColor: string;
2204
+ borderRadius: number;
2205
+ '& .SCNotificationItem-header': {
2206
+ '& .SCNotificationItem-image': {
2207
+ marginRight: any;
2208
+ '& .MuiAvatar-root': {
2209
+ width: any;
2210
+ height: any;
2211
+ };
2212
+ };
2213
+ };
2214
+ };
2215
+ '&.SCNotificationItem-detail': {
2216
+ backgroundColor: string;
2217
+ borderRadius: number;
2218
+ '& .SCNotificationItem-header': {
2219
+ '& .SCNotificationItem-image': {
2220
+ marginRight: any;
2221
+ '& .MuiAvatar-root': {
2222
+ width: any;
2223
+ height: any;
2224
+ };
2225
+ };
2226
+ };
2227
+ };
2228
+ };
2229
+ };
2230
+ };
2231
+ SCNotificationsMenu: {
2232
+ styleOverrides: {
2233
+ root: ({ theme }: any) => {
2234
+ '& .SCNotificationsMenu-paper': {
2235
+ padding: any;
2236
+ '& .MuiList-root': {
2237
+ padding: number;
2238
+ };
2239
+ };
2240
+ };
2241
+ };
2242
+ };
2243
+ SCPollObject: {
2244
+ styleOverrides: {
2245
+ root: ({ theme }: any) => {
2246
+ '& .MuiButton-root': {
2247
+ '&:focus:not(:focus-visible)': {
2248
+ backgroundColor: string;
2249
+ borderWidth: string;
2250
+ borderColor: any;
2251
+ };
2252
+ '&:hover': {
2253
+ borderWidth: string;
2254
+ };
2255
+ };
2256
+ '& .MuiCardHeader-root': {
2257
+ maxHeight: string;
2258
+ padding: any;
2259
+ '& .SCPollObject-toggleButton': {
2260
+ fontSize: string;
2261
+ textTransform: string;
2262
+ '& .MuiButton-endIcon': {
2263
+ display: string;
2264
+ };
2265
+ };
2266
+ };
2267
+ '& .SCPollObject-title': {
2268
+ color: any;
2269
+ marginBottom: number;
2270
+ fontWeight: any;
2271
+ };
2272
+ '& .SCPollObject-expiration, & .SCPollObject-close, & .SCPollObject-voters': {
2273
+ color: any;
2274
+ marginBottom: any;
2275
+ fontWeight: any;
2276
+ fontSize: string;
2277
+ };
2278
+ '& .SCPollObject-voters .MuiTypography-root': {
2279
+ fontWeight: any;
2280
+ fontSize: string;
2281
+ };
2282
+ '& ul': {
2283
+ padding: any;
2284
+ marginBottom: any;
2285
+ backgroundColor: any;
2286
+ borderRadius: any;
2287
+ '& li': {
2288
+ padding: number;
2289
+ '& .SCChoices-root': {
2290
+ backgroundColor: string;
2291
+ padding: number;
2292
+ marginBottom: any;
2293
+ '& .SCChoices-label': {
2294
+ marginBottom: number;
2295
+ fontWeight: any;
2296
+ };
2297
+ '& .SCChoices-progress': {
2298
+ marginBottom: number;
2299
+ '& .MuiLinearProgress-root': {
2300
+ height: number;
2301
+ borderRadius: any;
2302
+ };
2303
+ '& > .MuiTypography-root': {
2304
+ fontSize: string;
2305
+ fontWeight: any;
2306
+ };
2307
+ };
2308
+ };
2309
+ };
2310
+ };
2311
+ };
2312
+ };
2313
+ };
2314
+ SCPreviewMediaDocument: {
2315
+ styleOverrides: {
2316
+ root: ({ theme }: any) => {
2317
+ '& .SCPreviewMediaImage-title': {
2318
+ position: string;
2319
+ top: any;
2320
+ left: any;
2321
+ '& > h6': {
2322
+ padding: any;
2323
+ borderRadius: any;
2324
+ maxWidth: number;
2325
+ textOverflow: string;
2326
+ whiteSpace: string;
2327
+ overflow: string;
2328
+ };
2329
+ };
2330
+ };
2331
+ };
2332
+ };
2333
+ SCPrivateMessageComponent: {
2334
+ styleOverrides: {
2335
+ root: ({ theme }: any) => {
2336
+ [x: number]: {
2337
+ maxWidth: any;
2338
+ maxHeight: any;
2339
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root'?: undefined;
2340
+ } | {
2341
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root': {
2342
+ border: string;
2343
+ '& .SCPrivateMessageThread-root': {
2344
+ borderRadius: number;
2345
+ };
2346
+ };
2347
+ maxWidth?: undefined;
2348
+ maxHeight?: undefined;
2349
+ };
2350
+ ' .MuiPaper-root': {
2351
+ boxShadow: string;
2352
+ borderRadius: number;
2353
+ };
2354
+ '& .SCPrivateMessageSnippetItem-root, .SCPrivateMessageThreadItem-root': {
2355
+ boxShadow: string;
2356
+ marginBottom: any;
2357
+ };
2358
+ '& .SCPrivateMessageComponent-hide': {
2359
+ display: string;
2360
+ };
2361
+ };
2362
+ };
2363
+ };
2364
+ SCReactionAction: {
2365
+ styleOverrides: {
2366
+ root: ({ theme }: any) => {
2367
+ display: string;
2368
+ justifyContent: string;
2369
+ alignItems: string;
2370
+ flexDirection: string;
2371
+ fontSize: string;
2372
+ '&.SCReactionAction-inline': {
2373
+ flexDirection: string;
2374
+ };
2375
+ '& .SCReactionAction-divider': {
2376
+ width: string;
2377
+ borderBottom: number;
2378
+ };
2379
+ '& .SCReactionAction-reaction': {
2380
+ width: string;
2381
+ height: string;
2382
+ };
2383
+ };
2384
+ };
2385
+ };
2386
+ SCScrollContainer: {
2387
+ styleOverrides: {
2388
+ root: ({ theme }: any) => {
2389
+ '& .SCScrollContainer-scrollbar': {
2390
+ width: number;
2391
+ borderRadius: number;
2392
+ overflowX: string;
2393
+ backgroundColor: any;
2394
+ transition: string;
2395
+ };
2396
+ '& .SCScrollContainer-scroll-thumb': {
2397
+ width: number;
2398
+ };
2399
+ };
2400
+ };
2401
+ };
2402
+ SCSearchAutocomplete: {
2403
+ styleOverrides: {
2404
+ root: ({ theme }: any) => {
2405
+ '& .SCSearchAutocomplete-input': {
2406
+ padding: any;
2407
+ borderRadius: any;
2408
+ '& .MuiAutocomplete-input': {
2409
+ padding: any;
2410
+ };
2411
+ };
2412
+ };
2413
+ };
2414
+ };
2415
+ SCShareAction: {
2416
+ styleOverrides: {
2417
+ root: ({ theme }: any) => {
2418
+ display: string;
2419
+ justifyContent: string;
2420
+ alignItems: string;
2421
+ flexDirection: string;
2422
+ '&.SCShareAction-inline': {
2423
+ flexDirection: string;
2424
+ };
2425
+ '& .SCVoteAction-divider': {
2426
+ width: string;
2427
+ borderBottom: number;
2428
+ };
2429
+ };
2430
+ };
2431
+ };
2432
+ SCSnippetNotifications: {
2433
+ styleOverrides: {
2434
+ root: ({ theme }: any) => {
2435
+ '& .SCSnippetNotifications-item': {
2436
+ padding: number;
2437
+ marginBottom: any;
2438
+ '& .SCNotificationItem-root': {
2439
+ backgroundColor: string;
2440
+ borderRadius: number;
2441
+ '&.SCNotificationItem-snippet': {
2442
+ '&:before': {
2443
+ borderRadius: any;
2444
+ width: any;
2445
+ left: number;
2446
+ height: string;
2447
+ display: string;
2448
+ zIndex: string;
2449
+ position: string;
2450
+ content: string;
2451
+ backgroundColor: string;
2452
+ };
2453
+ '&.SCNotificationItem-new': {
2454
+ '&:before': {
2455
+ backgroundColor: any;
2456
+ };
2457
+ };
2458
+ '& .SCNotificationItem-header': {
2459
+ padding: any;
2460
+ };
2461
+ };
2462
+ };
2463
+ '&.SCSnippetNotifications-broadcast-messages-banner': {
2464
+ '& .SCNotificationItem-root.SCNotificationItem-snippet.SCNotificationItem-new': {
2465
+ '&:before': {
2466
+ backgroundColor: any;
2467
+ };
2468
+ };
2469
+ '& .SCNotificationItem-title a': {
2470
+ color: any;
2471
+ fontWeight: any;
2472
+ };
2473
+ };
2474
+ };
2475
+ };
2476
+ };
2477
+ };
2478
+ SCSnippetNotificationsSkeleton: {
2479
+ styleOverrides: {
2480
+ root: ({ theme }: any) => {
2481
+ margin: number;
2482
+ padding: number;
2483
+ '& .SCSnippetNotificationsSkeleton-item': {
2484
+ padding: number;
2485
+ marginBottom: any;
2486
+ '& .SCNotificationItem-root': {
2487
+ backgroundColor: string;
2488
+ borderRadius: number;
2489
+ '&.SCNotificationItem-snippet': {
2490
+ '&:before': {
2491
+ borderRadius: any;
2492
+ width: any;
2493
+ left: number;
2494
+ height: string;
2495
+ display: string;
2496
+ zIndex: string;
2497
+ position: string;
2498
+ content: string;
2499
+ backgroundColor: string;
2500
+ };
2501
+ '&.SCNotificationItem-new': {
2502
+ '&:before': {
2503
+ backgroundColor: any;
2504
+ };
2505
+ };
2506
+ '& .SCNotificationItem-header': {
2507
+ padding: any;
2508
+ };
2509
+ };
2510
+ };
2511
+ };
2512
+ };
2513
+ };
2514
+ };
2515
+ SCUser: {
2516
+ styleOverrides: {
2517
+ root: ({ theme }: any) => {
2518
+ [x: number]: {
2519
+ borderRadius: any;
2520
+ };
2521
+ borderRadius: number;
2522
+ paddingBottom: number;
2523
+ '& .MuiChip-root': {
2524
+ height: string;
2525
+ };
2526
+ '& .SCUser-avatar': {
2527
+ width: any;
2528
+ height: any;
2529
+ '& img': {
2530
+ borderRadius: number;
2531
+ };
2532
+ };
2533
+ '& .SCUser-staff-badge': {
2534
+ width: any;
2535
+ height: any;
2536
+ backgroundColor: any;
2537
+ border: string;
2538
+ };
2539
+ '& .SCUser-staff-badge-label': {
2540
+ marginLeft: any;
2541
+ borderRadius: number;
2542
+ fontSize: string;
2543
+ };
2544
+ '& .SCUser-staff-badge-icon': {
2545
+ top: string;
2546
+ right: string;
2547
+ };
2548
+ '& .SCBaseItemButton-primary': {
2549
+ fontWeight: any;
2550
+ };
2551
+ '& .SCBaseItemButton-secondary': {
2552
+ fontSize: string;
2553
+ };
2554
+ };
2555
+ };
2556
+ };
2557
+ SCUserActionIconButton: {
2558
+ styleOverrides: {
2559
+ menuRoot: ({ theme }: any) => {};
2560
+ };
2561
+ };
2562
+ SCUserCounters: {
2563
+ styleOverrides: {
2564
+ root: ({ theme }: any) => {
2565
+ '& .SCUserCounters-button': {
2566
+ color: any;
2567
+ padding: any;
2568
+ borderRadius: number;
2569
+ fontSize: string;
2570
+ fontWeight: any;
2571
+ '& strong': {
2572
+ display: string;
2573
+ marginRight: any;
2574
+ fontWeight: any;
2575
+ };
2576
+ '&:hover, &:active': {
2577
+ color: any;
2578
+ };
2579
+ };
2580
+ };
2581
+ };
2582
+ };
2583
+ SCUserInfo: {
2584
+ styleOverrides: {
2585
+ root: ({ theme }: any) => {
2586
+ '& .SCUserInfo-field': {
2587
+ marginBottom: any;
2588
+ '& h6': {
2589
+ fontSize: string;
2590
+ fontWeight: any;
2591
+ marginBottom: any;
2592
+ };
2593
+ '&:last-of-type': {
2594
+ marginBottom: number;
2595
+ };
2596
+ };
2597
+ };
2598
+ };
2599
+ };
2600
+ SCUserInfoDialog: {
2601
+ styleOverrides: {
2602
+ root: ({ theme }: any) => {
2603
+ '& .SCUserInfoDialog-caption': {
2604
+ marginTop: any;
2605
+ textAlign: string;
2606
+ '& .SCUserInfoDialog-avatar': {
2607
+ margin: any;
2608
+ width: any;
2609
+ height: any;
2610
+ };
2611
+ '& .SCUserInfoDialog-username': {
2612
+ fontWeight: any;
2613
+ fontSize: string;
2614
+ marginBottom: any;
2615
+ };
2616
+ };
2617
+ };
2618
+ };
2619
+ };
2620
+ SCUserProfileHeader: {
2621
+ styleOverrides: {
2622
+ root: ({ theme }: any) => {
2623
+ '& .SCUserProfileHeader-cover': {
2624
+ [x: number]: {
2625
+ borderRadius: any;
2626
+ };
2627
+ position: string;
2628
+ height: number;
2629
+ minHeight: number;
2630
+ borderRadius: number;
2631
+ background: string;
2632
+ boxShadow: string;
2633
+ };
2634
+ '& .SCUserProfileHeader-avatar': {
2635
+ height: any;
2636
+ width: any;
2637
+ top: number;
2638
+ display: string;
2639
+ position: string;
2640
+ margin: string;
2641
+ borderRadius: string;
2642
+ border: string;
2643
+ };
2644
+ '& .SCUserProfileHeader-change-picture': {
2645
+ top: any;
2646
+ left: number;
2647
+ position: string;
2648
+ display: string;
2649
+ margin: string;
2650
+ };
2651
+ '& .SCUserProfileHeader-username': {
2652
+ marginTop: number;
2653
+ fontWeight: any;
2654
+ fontSize: string;
2655
+ textAlign: string;
2656
+ };
2657
+ '& .SCUserProfileHeader-change-cover': {
2658
+ [x: number]: {
2659
+ bottom: number;
2660
+ };
2661
+ position: string;
2662
+ right: number;
2663
+ bottom: number;
2664
+ };
2665
+ };
2666
+ };
2667
+ };
2668
+ SCUserProfileEdit: {
2669
+ styleOverrides: {
2670
+ root: ({ theme }: any) => {
2671
+ '& .SCUserProfileEdit-tabs': {
2672
+ marginBottom: any;
2673
+ '& .MuiTabScrollButton-root': {
2674
+ transition: string;
2675
+ '&.Mui-disabled': {
2676
+ width: number;
2677
+ };
2678
+ };
2679
+ };
2680
+ '& .SCUserProfileEdit-tab-content': {
2681
+ padding: any;
2682
+ maxWidth: number;
2683
+ };
2684
+ };
2685
+ };
2686
+ };
2687
+ SCUserProfileTemplate: {
2688
+ styleOverrides: {
2689
+ root: ({ theme }: any) => {
2690
+ [x: number]: {
2691
+ marginTop: any;
2692
+ };
2693
+ marginTop: number;
2694
+ '& .SCUserProfileTemplate-tags': {
2695
+ marginTop: any;
2696
+ justifyContent: string;
2697
+ };
2698
+ '& .SCUserProfileTemplate-counters': {
2699
+ marginTop: any;
2700
+ justifyContent: string;
2701
+ display: string;
2702
+ alignItems: string;
2703
+ };
2704
+ '& .SCUserProfileTemplate-info': {
2705
+ marginTop: any;
2706
+ textAlign: string;
2707
+ };
2708
+ '& .SCUserProfileTemplate-feed': {
2709
+ marginTop: any;
2710
+ };
2711
+ '& .SCUserProfileTemplate-actions': {
2712
+ margin: any;
2713
+ justifyContent: string;
2714
+ };
2715
+ };
2716
+ };
2717
+ };
2718
+ SCVoteAction: {
2719
+ styleOverrides: {
2720
+ root: ({ theme }: any) => {
2721
+ display: string;
2722
+ justifyContent: string;
2723
+ alignItems: string;
2724
+ flexDirection: string;
2725
+ '&.SCVoteAction-inline': {
2726
+ flexDirection: string;
2727
+ };
2728
+ '& .SCVoteAction-divider': {
2729
+ width: string;
2730
+ borderBottom: number;
2731
+ };
2732
+ };
2733
+ };
2734
+ };
2735
+ SCVoteButton: {
2736
+ styleOverrides: {
2737
+ root: ({ theme }: any) => {
2738
+ color: any;
2739
+ marginTop: any;
2740
+ marginBottom: any;
2741
+ borderRadius: string;
2742
+ padding: any;
2743
+ minWidth: number;
2744
+ '& .MuiIcon-root': {
2745
+ fontSize: string;
2746
+ };
2747
+ '&.MuiButton-sizeSmall': {
2748
+ padding: any;
2749
+ '& .MuiIcon-root': {
2750
+ fontSize: string;
2751
+ };
2752
+ };
2753
+ };
2754
+ };
2755
+ };
2756
+ SCVoteAudienceButton: {
2757
+ styleOverrides: {
2758
+ root: ({ theme }: any) => {
2759
+ '& .SCVoteAudienceButton-reaction-list': {
2760
+ '& .MuiIcon-root': {
2761
+ padding: number;
2762
+ borderRadius: string;
2763
+ backgroundColor: any;
2764
+ border: string;
2765
+ };
2766
+ };
2767
+ };
2768
+ dialogRoot: ({ theme }: any) => {
2769
+ '& .SCVoteAudienceButton-dialog-tabs': {
2770
+ '& .MuiTab-root': {
2771
+ flexDirection: string;
2772
+ justifyContent: string;
2773
+ };
2774
+ };
2775
+ '& .SCVoteAudienceButton-dialog-vote-badge': {
2776
+ width: any;
2777
+ height: any;
2778
+ backgroundColor: any;
2779
+ border: string;
2780
+ };
2781
+ };
2782
+ };
2783
+ };
2784
+ SCWidget: {
2785
+ variants: ({
2786
+ props: {
2787
+ elevation: number;
2788
+ variant?: undefined;
2789
+ };
2790
+ style: {
2791
+ border: number;
2792
+ boxShadow: string;
2793
+ };
2794
+ } | {
2795
+ props: {
2796
+ variant: string;
2797
+ elevation?: undefined;
2798
+ };
2799
+ style: {
2800
+ border: string;
2801
+ boxShadow: string;
2802
+ };
2803
+ })[];
2804
+ styleOverrides: {
2805
+ root: ({ theme }: any) => {
2806
+ [x: number]: {
2807
+ borderRadius: any;
2808
+ };
2809
+ borderRadius: number;
2810
+ boxShadow: string;
2811
+ border: string;
2812
+ '& .MuiCardContent-root': {
2813
+ padding: any;
2814
+ '& h5': {
2815
+ fontFamily: any;
2816
+ fontWeight: any;
2817
+ color: any;
2818
+ fontSize: string;
2819
+ };
2820
+ '& .MuiList-root': {
2821
+ paddingTop: any;
2822
+ paddingBottom: any;
2823
+ '& .MuiListItem-root': {
2824
+ paddingTop: any;
2825
+ paddingBottom: any;
2826
+ paddingLeft: number;
2827
+ paddingRight: number;
2828
+ '& .SCBaseItemButton-text': {
2829
+ marginTop: number;
2830
+ marginBottom: number;
2831
+ };
2832
+ '& .SCWidget-root': {
2833
+ borderRadius: number;
2834
+ };
2835
+ };
2836
+ };
2837
+ '& > .MuiTypography-body2': {
2838
+ paddingTop: any;
2839
+ };
2840
+ '& > .MuiButton-sizeMedium': {
2841
+ marginLeft: any;
2842
+ paddingLeft: any;
2843
+ paddingRight: any;
2844
+ color: any;
2845
+ };
2846
+ };
2847
+ };
2848
+ };
2849
+ };
2850
+ SCPrivateMessageSnippetItem: {
2851
+ styleOverrides: {
2852
+ root: ({ theme }: any) => {
2853
+ borderRadius: any;
2854
+ padding: string;
2855
+ '& .SCPrivateMessageSnippetItem-time': {
2856
+ float: string;
2857
+ fontSize: any;
2858
+ };
2859
+ '& .MuiListItemText-primary': {
2860
+ '& .SCPrivateMessageSnippetItem-username': {
2861
+ fontWeight: any;
2862
+ };
2863
+ '& .SCPrivateMessageSnippetItem-badge-label': {
2864
+ marginLeft: any;
2865
+ borderRadius: number;
2866
+ fontSize: string;
2867
+ };
2868
+ };
2869
+ '& .MuiListItemText-secondary': {
2870
+ display: string;
2871
+ justifyContent: string;
2872
+ alignItems: string;
2873
+ '& .MuiTypography-root': {
2874
+ display: string;
2875
+ width: string;
2876
+ whiteSpace: string;
2877
+ overflow: string;
2878
+ textOverflow: string;
2879
+ };
2880
+ };
2881
+ '& .MuiListItemSecondaryAction-root': {
2882
+ position: string;
2883
+ top: any;
2884
+ right: any;
2885
+ '& .MuiButtonBase-root': {
2886
+ fontSize: string;
2887
+ };
2888
+ };
2889
+ };
2890
+ };
2891
+ };
2892
+ SCPrivateMessageSnippets: {
2893
+ styleOverrides: {
2894
+ root: ({ theme }: any) => {
2895
+ [x: number]: {
2896
+ height: any;
2897
+ maxHeight: string;
2898
+ overflow: string;
2899
+ };
2900
+ '& .MuiCardContent-root': {
2901
+ display: string;
2902
+ flexDirection: string;
2903
+ '& .MuiList-root': {
2904
+ '& .Mui-selected': {
2905
+ backgroundColor: string;
2906
+ };
2907
+ '&:last-child': {
2908
+ marginBottom: any;
2909
+ };
2910
+ '& .MuiButtonBase-root, MuiListItemButton-root': {
2911
+ '&:hover': {
2912
+ borderRadius: string;
2913
+ backgroundColor: string;
2914
+ };
2915
+ };
2916
+ };
2917
+ };
2918
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root, MuiCardContent-root': {
2919
+ padding: any;
2920
+ };
2921
+ '& .SCPrivateMessageSnippets-input': {
2922
+ '& .MuiInputBase-input, MuiFilledInput-input': {
2923
+ padding: any;
2924
+ };
2925
+ borderRadius: any;
2926
+ backgroundColor: string;
2927
+ '&:hover': {
2928
+ backgroundColor: string;
2929
+ };
2930
+ height: any;
2931
+ '& .SCPrivateMessageSnippets-icon': {
2932
+ marginRight: any;
2933
+ };
2934
+ };
2935
+ '& .SCPrivateMessageSnippets-new-message-button': {
2936
+ color: string;
2937
+ alignSelf: string;
2938
+ backgroundColor: string;
2939
+ '&:hover': {
2940
+ borderWidth: string;
2941
+ backgroundColor: string;
2942
+ };
2943
+ };
2944
+ };
2945
+ };
2946
+ };
2947
+ SCPrivateMessageThread: {
2948
+ styleOverrides: {
2949
+ root: ({ theme }: any) => {
2950
+ [x: number]: {
2951
+ minHeight: string;
2952
+ height?: undefined;
2953
+ maxHeight?: undefined;
2954
+ } | {
2955
+ height: any;
2956
+ maxHeight: string;
2957
+ minHeight?: undefined;
2958
+ };
2959
+ backgroundColor: string;
2960
+ position: string;
2961
+ '& .MuiCardContent-root': {
2962
+ [x: number]: {
2963
+ height: string;
2964
+ maxHeight: string;
2965
+ } | {
2966
+ maxHeight: string;
2967
+ height?: undefined;
2968
+ };
2969
+ overflow: string;
2970
+ padding: any;
2971
+ '& .MuiAlert-root': {
2972
+ position: string;
2973
+ bottom: number;
2974
+ left: number;
2975
+ right: number;
2976
+ display: string;
2977
+ justifyContent: string;
2978
+ };
2979
+ '& .MuiList-root': {
2980
+ margin: any;
2981
+ '& .MuiListItem-root': {
2982
+ '&.SCPrivateMessageThread-receiver': {
2983
+ backgroundColor: any;
2984
+ marginLeft: any;
2985
+ filter: string;
2986
+ '&:after': {
2987
+ marginRight: any;
2988
+ content: string;
2989
+ position: string;
2990
+ border: string;
2991
+ borderTop: string;
2992
+ top: number;
2993
+ left: any;
2994
+ };
2995
+ };
2996
+ '&.SCPrivateMessageThread-sender': {
2997
+ backgroundColor: string;
2998
+ };
2999
+ };
3000
+ };
3001
+ };
3002
+ '& .SCPrivateMessageThread-empty-message': {
3003
+ position: string;
3004
+ top: string;
3005
+ display: string;
3006
+ justifyContent: string;
3007
+ fontSize: string;
3008
+ };
3009
+ '& .SCPrivateMessageThread-new-message-header': {
3010
+ position: string;
3011
+ top: number;
3012
+ right: number;
3013
+ display: string;
3014
+ width: string;
3015
+ height: any;
3016
+ alignItems: string;
3017
+ justifyContent: string;
3018
+ backgroundColor: string;
3019
+ '& .SCPrivateMessageThread-new-message-header-content': {
3020
+ display: string;
3021
+ alignItems: string;
3022
+ width: string;
3023
+ backgroundColor: any;
3024
+ borderRadius: any;
3025
+ marginRight: any;
3026
+ '& .SCPrivateMessageThread-new-message-header-icon': {
3027
+ fontSize: string;
3028
+ marginLeft: any;
3029
+ };
3030
+ '& .MuiIcon-root': {
3031
+ color: any;
3032
+ };
3033
+ '& .MuiTypography-root': {
3034
+ color: any;
3035
+ marginLeft: any;
3036
+ };
3037
+ '& .SCPrivateMessageThread-autocomplete': {
3038
+ minWidth: any;
3039
+ marginLeft: any;
3040
+ maxHeight: any;
3041
+ overflow: string;
3042
+ scrollbarWidth: string;
3043
+ '& .MuiAutocomplete-endAdornment': {
3044
+ position: string;
3045
+ '& .MuiAutocomplete-clearIndicator': {
3046
+ fontSize: string;
3047
+ };
3048
+ };
3049
+ };
3050
+ };
3051
+ };
3052
+ '& .MuiListSubheader-root': {
3053
+ backgroundColor: string;
3054
+ display: string;
3055
+ justifyContent: string;
3056
+ marginBottom: any;
3057
+ '& .SCPrivateMessageThread-subheader': {
3058
+ width: string;
3059
+ padding: any;
3060
+ backgroundColor: string;
3061
+ fontWeight: any;
3062
+ borderRadius: any;
3063
+ boxShadow: string;
3064
+ };
3065
+ };
3066
+ };
3067
+ };
3068
+ };
3069
+ SCPrivateMessageThreadItem: {
3070
+ styleOverrides: {
3071
+ root: ({ theme }: any) => {
3072
+ borderRadius: any;
3073
+ paddingTop: string;
3074
+ paddingBottom: string;
3075
+ paddingRight: string;
3076
+ paddingLeft: string;
3077
+ '& .MuiListItemSecondaryAction-root': {
3078
+ right: any;
3079
+ top: any;
3080
+ };
3081
+ '& .SCPrivateMessageThreadItem-message-time': {
3082
+ position: string;
3083
+ bottom: any;
3084
+ right: any;
3085
+ padding: any;
3086
+ };
3087
+ '& .SCPrivateMessageThreadItem-text': {
3088
+ minHeight: any;
3089
+ display: string;
3090
+ alignItems: string;
3091
+ '& .MuiTypography-root': {
3092
+ fontSize: string;
3093
+ };
3094
+ };
3095
+ '& .SCPrivateMessageThreadItem-img': {
3096
+ [x: number]: {
3097
+ height: any;
3098
+ };
3099
+ display: string;
3100
+ alignItems: string;
3101
+ height: any;
3102
+ objectFit: string;
3103
+ flex: string;
3104
+ '& img': {
3105
+ width: string;
3106
+ height: string;
3107
+ };
3108
+ };
3109
+ '& .SCPrivateMessageThreadItem-video': {
3110
+ '& .MuiButtonBase-root': {
3111
+ color: any;
3112
+ position: string;
3113
+ top: string;
3114
+ left: string;
3115
+ transform: string;
3116
+ '& .MuiIcon-root': {
3117
+ [x: number]: {
3118
+ fontSize: string;
3119
+ };
3120
+ color: any;
3121
+ fontSize: string;
3122
+ };
3123
+ };
3124
+ };
3125
+ '& .SCPrivateMessageThreadItem-document': {
3126
+ [x: number]: {
3127
+ width: any;
3128
+ };
3129
+ width: any;
3130
+ '& img': {
3131
+ [x: number]: {
3132
+ height: any;
3133
+ };
3134
+ height: any;
3135
+ width: string;
3136
+ };
3137
+ '& .MuiButtonBase-root': {
3138
+ [x: number]: {
3139
+ bottom: string;
3140
+ };
3141
+ width: string;
3142
+ position: string;
3143
+ bottom: string;
3144
+ backgroundColor: string;
3145
+ color: string;
3146
+ display: string;
3147
+ borderRadius: number;
3148
+ '& .MuiTypography-root': {
3149
+ whiteSpace: string;
3150
+ overflow: string;
3151
+ textOverflow: string;
3152
+ marginLeft: any;
3153
+ };
3154
+ };
3155
+ };
3156
+ };
3157
+ };
3158
+ };
3159
+ SCPrivateMessageEditor: {
3160
+ styleOverrides: {
3161
+ root: ({ theme }: any) => {
3162
+ [x: number]: {
3163
+ position: string;
3164
+ };
3165
+ width: string;
3166
+ position: string;
3167
+ bottom: number;
3168
+ left: number;
3169
+ zIndex: number;
3170
+ backgroundColor: string;
3171
+ '& .MuiIcon-root': {
3172
+ fontSize: string;
3173
+ };
3174
+ '& .SCPrivateMessageEditor-message-input': {
3175
+ width: string;
3176
+ };
3177
+ '& .MuiInputBase-root, MuiFilledInput-root': {
3178
+ borderRadius: number;
3179
+ padding: any;
3180
+ '& textarea': {
3181
+ backgroundColor: any;
3182
+ borderRadius: any;
3183
+ padding: any;
3184
+ border: string;
3185
+ '&:hover': {
3186
+ border: string;
3187
+ };
3188
+ };
3189
+ };
3190
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCMessageMediaUploader-root': {
3191
+ height: any;
3192
+ backgroundColor: any;
3193
+ '& .MuiCardContent-root': {
3194
+ borderTop: string;
3195
+ '&:hover': {
3196
+ backgroundColor: string;
3197
+ };
3198
+ overflow: string;
3199
+ padding: any;
3200
+ display: string;
3201
+ flexDirection: string;
3202
+ minHeight: any;
3203
+ '& .SCMessageMediaUploader-close': {
3204
+ '& .MuiIcon-root': {
3205
+ fontSize: string;
3206
+ };
3207
+ };
3208
+ '& .SCMessageMediaUploader-upload-section': {
3209
+ '& .SCMessageMediaUploader-upload-button': {
3210
+ display: string;
3211
+ margin: string;
3212
+ fontSize: string;
3213
+ };
3214
+ };
3215
+ '& .SCMessageMediaUploader-preview-content': {
3216
+ position: string;
3217
+ display: string;
3218
+ margin: string;
3219
+ width: any;
3220
+ height: any;
3221
+ img: {
3222
+ resizeMode: string;
3223
+ width: any;
3224
+ height: any;
3225
+ };
3226
+ video: {
3227
+ width: any;
3228
+ height: any;
3229
+ };
3230
+ '& .SCMessageMediaUploader-preview-actions': {
3231
+ width: string;
3232
+ height: string;
3233
+ position: string;
3234
+ '& .MuiButtonBase-root, .MuiTypography-root': {
3235
+ color: any;
3236
+ position: string;
3237
+ top: string;
3238
+ left: string;
3239
+ transform: string;
3240
+ };
3241
+ '&:hover, &:active': {
3242
+ background: string;
3243
+ };
3244
+ '& .SCMessageMediaUploader-progress': {
3245
+ background: string;
3246
+ height: string;
3247
+ };
3248
+ };
3249
+ };
3250
+ '& .SCMessageMediaUploader-preview-info': {
3251
+ '& .MuiTypography-root': {
3252
+ fontSize: string;
3253
+ };
3254
+ };
3255
+ };
3256
+ };
3257
+ };
3258
+ };
3259
+ };
3260
+ SCPrivateMessageComponentSkeleton: {
3261
+ styleOverrides: {
3262
+ root: ({ theme }: any) => {
3263
+ [x: number]: {
3264
+ width: any;
3265
+ };
3266
+ '& .SCPrivateMessageComponentSkeleton-thread-section': {
3267
+ '& .MuiCardContent-root': {
3268
+ padding: number;
3269
+ '& .MuiList-root': {
3270
+ paddingTop: number;
3271
+ paddingBottom: number;
3272
+ };
3273
+ };
3274
+ };
3275
+ ' .MuiPaper-root, MuiAppBar-root': {
3276
+ boxShadow: string;
3277
+ borderRadius: number;
3278
+ };
3279
+ };
3280
+ };
3281
+ };
3282
+ SCPrivateMessageThreadSkeleton: {
3283
+ styleOverrides: {
3284
+ root: ({ theme }: any) => {
3285
+ [x: number]: {
3286
+ height: string;
3287
+ };
3288
+ height: string;
3289
+ '& .MuiCardContent-root': {
3290
+ padding: number;
3291
+ '& .MuiList-root .MuiListItem-root': {
3292
+ [x: number]: {
3293
+ width: string;
3294
+ };
3295
+ padding: any;
3296
+ height: any;
3297
+ };
3298
+ '&:last-child': {
3299
+ paddingBottom: number;
3300
+ };
3301
+ };
3302
+ };
3303
+ };
3304
+ };
3305
+ SCPrivateMessageThreadItemDialog: {
3306
+ styleOverrides: {
3307
+ root: ({ theme }: any) => {
3308
+ '& .MuiDialogContent-root': {
3309
+ '& img': {
3310
+ width: string;
3311
+ height: string;
3312
+ maxHeight: any;
3313
+ };
3314
+ '& .MuiButtonBase-root': {
3315
+ background: any;
3316
+ position: string;
3317
+ right: any;
3318
+ bottom: any;
3319
+ '& .MuiIcon-root': {
3320
+ color: any;
3321
+ fontSize: string;
3322
+ };
3323
+ };
3324
+ };
3325
+ };
3326
+ };
3327
+ };
3328
+ };
3329
+ selfcommunity: {
3330
+ user: {
3331
+ avatar: {
3332
+ sizeSmall: number;
3333
+ sizeMedium: number;
3334
+ sizeLarge: number;
3335
+ sizeXLarge: number;
3336
+ };
3337
+ };
3338
+ category: {
3339
+ icon: {
3340
+ sizeMedium: number;
3341
+ };
3342
+ };
3343
+ };
3344
+ };
7
3345
  export default theme;
8
3346
  //# sourceMappingURL=index.d.ts.map