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

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