@selfcommunity/react-theme-default 0.1.0-alpha.8 → 0.1.0-alpha.81

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