@selfcommunity/react-theme-default 0.1.0-alpha.14 → 0.1.0-alpha.140

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 (781) 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/MuiAutocomplete.d.ts +0 -1
  6. package/lib/cjs/components/MuiAutocomplete.d.ts.map +1 -1
  7. package/lib/cjs/components/MuiButton.d.ts +6 -4
  8. package/lib/cjs/components/MuiButton.d.ts.map +1 -1
  9. package/lib/cjs/components/MuiButton.js +6 -4
  10. package/lib/cjs/components/MuiButton.js.map +1 -1
  11. package/lib/cjs/components/MuiDrawer.d.ts +25 -0
  12. package/lib/cjs/components/MuiDrawer.d.ts.map +1 -0
  13. package/lib/cjs/components/MuiDrawer.js +27 -0
  14. package/lib/cjs/components/MuiDrawer.js.map +1 -0
  15. package/lib/cjs/components/MuiPopover.d.ts +9 -0
  16. package/lib/cjs/components/MuiPopover.d.ts.map +1 -0
  17. package/lib/cjs/components/MuiPopover.js +11 -0
  18. package/lib/cjs/components/MuiPopover.js.map +1 -0
  19. package/lib/cjs/components/MuiSelect.d.ts +0 -1
  20. package/lib/cjs/components/MuiSelect.d.ts.map +1 -1
  21. package/lib/cjs/components/MuiTooltip.d.ts +7 -0
  22. package/lib/cjs/components/MuiTooltip.d.ts.map +1 -0
  23. package/lib/cjs/components/MuiTooltip.js +9 -0
  24. package/lib/cjs/components/MuiTooltip.js.map +1 -0
  25. package/lib/cjs/components/SCActivitiesMenu.d.ts +18 -0
  26. package/lib/cjs/components/SCActivitiesMenu.d.ts.map +1 -0
  27. package/lib/cjs/components/SCActivitiesMenu.js +20 -0
  28. package/lib/cjs/components/SCActivitiesMenu.js.map +1 -0
  29. package/lib/cjs/components/SCBaseDialog.d.ts +50 -20
  30. package/lib/cjs/components/SCBaseDialog.d.ts.map +1 -1
  31. package/lib/cjs/components/SCBaseDialog.js +50 -20
  32. package/lib/cjs/components/SCBaseDialog.js.map +1 -1
  33. package/lib/cjs/components/SCBaseItem.d.ts +47 -1
  34. package/lib/cjs/components/SCBaseItem.d.ts.map +1 -1
  35. package/lib/cjs/components/SCBaseItem.js +47 -1
  36. package/lib/cjs/components/SCBaseItem.js.map +1 -1
  37. package/lib/cjs/components/SCBaseItemButton.d.ts +51 -1
  38. package/lib/cjs/components/SCBaseItemButton.d.ts.map +1 -1
  39. package/lib/cjs/components/SCBaseItemButton.js +51 -1
  40. package/lib/cjs/components/SCBaseItemButton.js.map +1 -1
  41. package/lib/cjs/components/SCBottomNavigation.d.ts +16 -0
  42. package/lib/cjs/components/SCBottomNavigation.d.ts.map +1 -0
  43. package/lib/cjs/components/SCBottomNavigation.js +18 -0
  44. package/lib/cjs/components/SCBottomNavigation.js.map +1 -0
  45. package/lib/cjs/components/SCCategories.d.ts +20 -3
  46. package/lib/cjs/components/SCCategories.d.ts.map +1 -1
  47. package/lib/cjs/components/SCCategories.js +20 -3
  48. package/lib/cjs/components/SCCategories.js.map +1 -1
  49. package/lib/cjs/components/SCCategoriesSkeleton.d.ts +15 -5
  50. package/lib/cjs/components/SCCategoriesSkeleton.d.ts.map +1 -1
  51. package/lib/cjs/components/SCCategoriesSkeleton.js +15 -5
  52. package/lib/cjs/components/SCCategoriesSkeleton.js.map +1 -1
  53. package/lib/cjs/components/SCCategory.d.ts +8 -1
  54. package/lib/cjs/components/SCCategory.d.ts.map +1 -1
  55. package/lib/cjs/components/SCCategory.js +8 -1
  56. package/lib/cjs/components/SCCategory.js.map +1 -1
  57. package/lib/cjs/components/SCCategoryAutocomplete.d.ts +7 -0
  58. package/lib/cjs/components/SCCategoryAutocomplete.d.ts.map +1 -0
  59. package/lib/cjs/components/SCCategoryAutocomplete.js +9 -0
  60. package/lib/cjs/components/SCCategoryAutocomplete.js.map +1 -0
  61. package/lib/cjs/components/SCCategoryFollowersButton.d.ts +20 -0
  62. package/lib/cjs/components/SCCategoryFollowersButton.d.ts.map +1 -0
  63. package/lib/cjs/components/SCCategoryFollowersButton.js +22 -0
  64. package/lib/cjs/components/SCCategoryFollowersButton.js.map +1 -0
  65. package/lib/cjs/components/SCCategoryHeader.d.ts +23 -16
  66. package/lib/cjs/components/SCCategoryHeader.d.ts.map +1 -1
  67. package/lib/cjs/components/SCCategoryHeader.js +24 -17
  68. package/lib/cjs/components/SCCategoryHeader.js.map +1 -1
  69. package/lib/cjs/components/SCCategorySkeleton.d.ts +20 -0
  70. package/lib/cjs/components/SCCategorySkeleton.d.ts.map +1 -0
  71. package/lib/cjs/components/SCCategorySkeleton.js +22 -0
  72. package/lib/cjs/components/SCCategorySkeleton.js.map +1 -0
  73. package/lib/{esm/components/SCLoyaltyProgramDetail.d.ts → cjs/components/SCChangePictureButton.d.ts} +3 -3
  74. package/lib/cjs/components/SCChangePictureButton.d.ts.map +1 -0
  75. package/lib/cjs/components/SCChangePictureButton.js +12 -0
  76. package/lib/cjs/components/SCChangePictureButton.js.map +1 -0
  77. package/lib/cjs/components/SCChangePictureDialog.d.ts +16 -0
  78. package/lib/cjs/components/SCChangePictureDialog.d.ts.map +1 -0
  79. package/lib/cjs/components/SCChangePictureDialog.js +20 -0
  80. package/lib/cjs/components/SCChangePictureDialog.js.map +1 -0
  81. package/lib/cjs/components/SCCommentAction.d.ts +19 -0
  82. package/lib/cjs/components/SCCommentAction.d.ts.map +1 -0
  83. package/lib/cjs/components/SCCommentAction.js +21 -0
  84. package/lib/cjs/components/SCCommentAction.js.map +1 -0
  85. package/lib/cjs/components/SCCommentNotification.d.ts +30 -0
  86. package/lib/cjs/components/SCCommentNotification.d.ts.map +1 -0
  87. package/lib/cjs/components/SCCommentNotification.js +32 -0
  88. package/lib/cjs/components/SCCommentNotification.js.map +1 -0
  89. package/lib/cjs/components/SCCommentObject.d.ts +75 -18
  90. package/lib/cjs/components/SCCommentObject.d.ts.map +1 -1
  91. package/lib/cjs/components/SCCommentObject.js +79 -22
  92. package/lib/cjs/components/SCCommentObject.js.map +1 -1
  93. package/lib/cjs/components/SCCommentObjectReply.d.ts +28 -0
  94. package/lib/cjs/components/SCCommentObjectReply.d.ts.map +1 -0
  95. package/lib/cjs/components/SCCommentObjectReply.js +30 -0
  96. package/lib/cjs/components/SCCommentObjectReply.js.map +1 -0
  97. package/lib/cjs/components/SCCommentObjectVotes.d.ts +17 -0
  98. package/lib/cjs/components/SCCommentObjectVotes.d.ts.map +1 -0
  99. package/lib/cjs/components/SCCommentObjectVotes.js +19 -0
  100. package/lib/cjs/components/SCCommentObjectVotes.js.map +1 -0
  101. package/lib/cjs/components/SCCommentsFeedObject.d.ts +2 -2
  102. package/lib/cjs/components/SCCommentsFeedObject.js +2 -2
  103. package/lib/cjs/components/SCComposer.d.ts +172 -33
  104. package/lib/cjs/components/SCComposer.d.ts.map +1 -1
  105. package/lib/cjs/components/SCComposer.js +250 -104
  106. package/lib/cjs/components/SCComposer.js.map +1 -1
  107. package/lib/cjs/components/SCContributionNotification.d.ts +35 -0
  108. package/lib/cjs/components/SCContributionNotification.d.ts.map +1 -0
  109. package/lib/cjs/components/SCContributionNotification.js +37 -0
  110. package/lib/cjs/components/SCContributionNotification.js.map +1 -0
  111. package/lib/cjs/components/SCCustomSnackMessage.d.ts +22 -4
  112. package/lib/cjs/components/SCCustomSnackMessage.d.ts.map +1 -1
  113. package/lib/cjs/components/SCCustomSnackMessage.js +22 -4
  114. package/lib/cjs/components/SCCustomSnackMessage.js.map +1 -1
  115. package/lib/cjs/components/SCDateTimeAgo.d.ts +2 -2
  116. package/lib/cjs/components/SCDateTimeAgo.js +2 -2
  117. package/lib/cjs/components/SCDateTimeAgo.js.map +1 -1
  118. package/lib/cjs/components/SCEditor.d.ts +199 -0
  119. package/lib/cjs/components/SCEditor.d.ts.map +1 -1
  120. package/lib/cjs/components/SCEditor.js +199 -0
  121. package/lib/cjs/components/SCEditor.js.map +1 -1
  122. package/lib/cjs/components/SCEditorFloatingLinkPlugin.d.ts +12 -0
  123. package/lib/cjs/components/SCEditorFloatingLinkPlugin.d.ts.map +1 -0
  124. package/lib/cjs/components/SCEditorFloatingLinkPlugin.js +14 -0
  125. package/lib/cjs/components/SCEditorFloatingLinkPlugin.js.map +1 -0
  126. package/lib/cjs/components/SCEditorHashtagPlugin.d.ts +42 -0
  127. package/lib/cjs/components/SCEditorHashtagPlugin.d.ts.map +1 -0
  128. package/lib/cjs/components/SCEditorHashtagPlugin.js +44 -0
  129. package/lib/cjs/components/SCEditorHashtagPlugin.js.map +1 -0
  130. package/lib/cjs/components/SCEditorMentionPlugin.d.ts +42 -0
  131. package/lib/cjs/components/SCEditorMentionPlugin.d.ts.map +1 -0
  132. package/lib/cjs/components/SCEditorMentionPlugin.js +44 -0
  133. package/lib/cjs/components/SCEditorMentionPlugin.js.map +1 -0
  134. package/lib/cjs/components/SCEditorToolbarPlugin.d.ts +52 -0
  135. package/lib/cjs/components/SCEditorToolbarPlugin.d.ts.map +1 -0
  136. package/lib/cjs/components/SCEditorToolbarPlugin.js +55 -0
  137. package/lib/cjs/components/SCEditorToolbarPlugin.js.map +1 -0
  138. package/lib/cjs/components/{SCMobileHeader.d.ts → SCEmojiPicker.d.ts} +3 -3
  139. package/lib/cjs/components/SCEmojiPicker.d.ts.map +1 -0
  140. package/lib/cjs/components/{SCComposerCategories.js → SCEmojiPicker.js} +3 -3
  141. package/lib/cjs/components/SCEmojiPicker.js.map +1 -0
  142. package/lib/cjs/components/SCFeed.d.ts +24 -3
  143. package/lib/cjs/components/SCFeed.d.ts.map +1 -1
  144. package/lib/cjs/components/SCFeed.js +24 -3
  145. package/lib/cjs/components/SCFeed.js.map +1 -1
  146. package/lib/cjs/components/SCFeedObject.d.ts +104 -19
  147. package/lib/cjs/components/SCFeedObject.d.ts.map +1 -1
  148. package/lib/cjs/components/SCFeedObject.js +105 -20
  149. package/lib/cjs/components/SCFeedObject.js.map +1 -1
  150. package/lib/cjs/components/SCFeedObjectSkeleton.d.ts +1 -1
  151. package/lib/cjs/components/SCFeedObjectSkeleton.js +1 -1
  152. package/lib/cjs/components/SCFeedObjectSkeleton.js.map +1 -1
  153. package/lib/cjs/components/SCFeedSkeleton.d.ts +7 -2
  154. package/lib/cjs/components/SCFeedSkeleton.d.ts.map +1 -1
  155. package/lib/cjs/components/SCFeedSkeleton.js +7 -2
  156. package/lib/cjs/components/SCFeedSkeleton.js.map +1 -1
  157. package/lib/cjs/components/SCFeedUpdatesWidget.d.ts +12 -0
  158. package/lib/cjs/components/SCFeedUpdatesWidget.d.ts.map +1 -0
  159. package/lib/cjs/components/SCFeedUpdatesWidget.js +14 -0
  160. package/lib/cjs/components/SCFeedUpdatesWidget.js.map +1 -0
  161. package/lib/cjs/components/SCFollowAction.d.ts +20 -0
  162. package/lib/cjs/components/SCFollowAction.d.ts.map +1 -0
  163. package/lib/cjs/components/SCFollowAction.js +22 -0
  164. package/lib/cjs/components/SCFollowAction.js.map +1 -0
  165. package/lib/cjs/components/SCFooter.d.ts +20 -0
  166. package/lib/cjs/components/SCFooter.d.ts.map +1 -0
  167. package/lib/cjs/components/SCFooter.js +22 -0
  168. package/lib/cjs/components/SCFooter.js.map +1 -0
  169. package/lib/cjs/components/SCIncubator.d.ts +33 -0
  170. package/lib/cjs/components/SCIncubator.d.ts.map +1 -0
  171. package/lib/cjs/components/SCIncubator.js +35 -0
  172. package/lib/cjs/components/SCIncubator.js.map +1 -0
  173. package/lib/cjs/components/{SCComposerCategories.d.ts → SCIncubatorDetail.d.ts} +3 -3
  174. package/lib/cjs/components/SCIncubatorDetail.d.ts.map +1 -0
  175. package/lib/cjs/components/{SCMobileHeader.js → SCIncubatorDetail.js} +3 -3
  176. package/lib/cjs/components/SCIncubatorDetail.js.map +1 -0
  177. package/lib/cjs/components/SCIncubatorListWidget.d.ts +19 -0
  178. package/lib/cjs/components/SCIncubatorListWidget.d.ts.map +1 -0
  179. package/lib/cjs/components/SCIncubatorListWidget.js +21 -0
  180. package/lib/cjs/components/SCIncubatorListWidget.js.map +1 -0
  181. package/lib/cjs/components/SCIncubatorSkeleton.d.ts +20 -0
  182. package/lib/cjs/components/SCIncubatorSkeleton.d.ts.map +1 -0
  183. package/lib/cjs/components/SCIncubatorSkeleton.js +22 -0
  184. package/lib/cjs/components/SCIncubatorSkeleton.js.map +1 -0
  185. package/lib/cjs/components/SCIncubatorSuggestionWidget.d.ts +11 -0
  186. package/lib/cjs/components/SCIncubatorSuggestionWidget.d.ts.map +1 -0
  187. package/lib/cjs/components/SCIncubatorSuggestionWidget.js +13 -0
  188. package/lib/cjs/components/SCIncubatorSuggestionWidget.js.map +1 -0
  189. package/lib/cjs/components/{SCInlineComposer.d.ts → SCInlineComposerWidget.d.ts} +20 -5
  190. package/lib/cjs/components/SCInlineComposerWidget.d.ts.map +1 -0
  191. package/lib/cjs/components/{SCInlineComposer.js → SCInlineComposerWidget.js} +20 -5
  192. package/lib/cjs/components/SCInlineComposerWidget.js.map +1 -0
  193. package/lib/cjs/components/SCLightbox.d.ts +367 -0
  194. package/lib/cjs/components/SCLightbox.d.ts.map +1 -0
  195. package/lib/cjs/components/SCLightbox.js +387 -0
  196. package/lib/cjs/components/SCLightbox.js.map +1 -0
  197. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.d.ts +129 -0
  198. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.d.ts.map +1 -0
  199. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.js +130 -0
  200. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.js.map +1 -0
  201. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts +30 -0
  202. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts.map +1 -0
  203. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.js +32 -0
  204. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.js.map +1 -0
  205. package/lib/cjs/components/SCLoyaltyProgramWidget.d.ts +34 -0
  206. package/lib/cjs/components/SCLoyaltyProgramWidget.d.ts.map +1 -0
  207. package/lib/cjs/components/SCLoyaltyProgramWidget.js +36 -0
  208. package/lib/cjs/components/SCLoyaltyProgramWidget.js.map +1 -0
  209. package/lib/cjs/components/SCLoyaltyProgramWidgetSkeleton.d.ts +25 -0
  210. package/lib/cjs/components/SCLoyaltyProgramWidgetSkeleton.d.ts.map +1 -0
  211. package/lib/cjs/components/SCLoyaltyProgramWidgetSkeleton.js +27 -0
  212. package/lib/cjs/components/SCLoyaltyProgramWidgetSkeleton.js.map +1 -0
  213. package/lib/cjs/components/SCNavigationSettingsIconButton.d.ts +15 -0
  214. package/lib/cjs/components/SCNavigationSettingsIconButton.d.ts.map +1 -0
  215. package/lib/cjs/components/SCNavigationSettingsIconButton.js +17 -0
  216. package/lib/cjs/components/SCNavigationSettingsIconButton.js.map +1 -0
  217. package/lib/cjs/components/SCNavigationToolbar.d.ts +64 -0
  218. package/lib/cjs/components/SCNavigationToolbar.d.ts.map +1 -0
  219. package/lib/cjs/components/SCNavigationToolbar.js +66 -0
  220. package/lib/cjs/components/SCNavigationToolbar.js.map +1 -0
  221. package/lib/cjs/components/SCNavigationToolbarMobile.d.ts +23 -0
  222. package/lib/cjs/components/SCNavigationToolbarMobile.d.ts.map +1 -0
  223. package/lib/cjs/components/SCNavigationToolbarMobile.js +25 -0
  224. package/lib/cjs/components/SCNavigationToolbarMobile.js.map +1 -0
  225. package/lib/cjs/components/SCNotification.d.ts +47 -0
  226. package/lib/cjs/components/SCNotification.d.ts.map +1 -0
  227. package/lib/cjs/components/SCNotification.js +50 -0
  228. package/lib/cjs/components/SCNotification.js.map +1 -0
  229. package/lib/cjs/components/SCNotificationItem.d.ts +74 -0
  230. package/lib/cjs/components/SCNotificationItem.d.ts.map +1 -0
  231. package/lib/cjs/components/SCNotificationItem.js +76 -0
  232. package/lib/cjs/components/SCNotificationItem.js.map +1 -0
  233. package/lib/cjs/components/SCNotificationsMenu.d.ts +14 -0
  234. package/lib/cjs/components/SCNotificationsMenu.d.ts.map +1 -0
  235. package/lib/cjs/components/SCNotificationsMenu.js +16 -0
  236. package/lib/cjs/components/SCNotificationsMenu.js.map +1 -0
  237. package/lib/cjs/components/{SCLoyaltyProgramDetail.d.ts → SCPlatformWidget.d.ts} +2 -3
  238. package/lib/cjs/components/SCPlatformWidget.d.ts.map +1 -0
  239. package/lib/cjs/components/{SCLoyaltyProgramDetail.js → SCPlatformWidget.js} +2 -3
  240. package/lib/cjs/components/SCPlatformWidget.js.map +1 -0
  241. package/lib/cjs/components/SCPrivateMessageComponent.d.ts +20 -0
  242. package/lib/cjs/components/SCPrivateMessageComponent.d.ts.map +1 -0
  243. package/lib/cjs/components/SCPrivateMessageComponent.js +22 -0
  244. package/lib/cjs/components/SCPrivateMessageComponent.js.map +1 -0
  245. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.d.ts +24 -0
  246. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.d.ts.map +1 -0
  247. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.js +26 -0
  248. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.js.map +1 -0
  249. package/lib/cjs/components/SCPrivateMessageEditor.d.ts +110 -0
  250. package/lib/cjs/components/SCPrivateMessageEditor.d.ts.map +1 -0
  251. package/lib/cjs/components/SCPrivateMessageEditor.js +112 -0
  252. package/lib/cjs/components/SCPrivateMessageEditor.js.map +1 -0
  253. package/lib/cjs/components/SCPrivateMessageSettingsIconButton.d.ts +12 -0
  254. package/lib/cjs/components/SCPrivateMessageSettingsIconButton.d.ts.map +1 -0
  255. package/lib/cjs/components/SCPrivateMessageSettingsIconButton.js +14 -0
  256. package/lib/cjs/components/SCPrivateMessageSettingsIconButton.js.map +1 -0
  257. package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts +46 -0
  258. package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts.map +1 -0
  259. package/lib/cjs/components/SCPrivateMessageSnippetItem.js +48 -0
  260. package/lib/cjs/components/SCPrivateMessageSnippetItem.js.map +1 -0
  261. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +58 -0
  262. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts.map +1 -0
  263. package/lib/cjs/components/SCPrivateMessageSnippets.js +58 -0
  264. package/lib/cjs/components/SCPrivateMessageSnippets.js.map +1 -0
  265. package/lib/cjs/components/SCPrivateMessageThread.d.ts +122 -0
  266. package/lib/cjs/components/SCPrivateMessageThread.d.ts.map +1 -0
  267. package/lib/cjs/components/SCPrivateMessageThread.js +123 -0
  268. package/lib/cjs/components/SCPrivateMessageThread.js.map +1 -0
  269. package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +79 -0
  270. package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts.map +1 -0
  271. package/lib/cjs/components/SCPrivateMessageThreadItem.js +81 -0
  272. package/lib/cjs/components/SCPrivateMessageThreadItem.js.map +1 -0
  273. package/lib/cjs/components/SCPrivateMessageThreadItemDialog.d.ts +12 -0
  274. package/lib/cjs/components/SCPrivateMessageThreadItemDialog.d.ts.map +1 -0
  275. package/lib/cjs/components/SCPrivateMessageThreadItemDialog.js +14 -0
  276. package/lib/cjs/components/SCPrivateMessageThreadItemDialog.js.map +1 -0
  277. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts +23 -0
  278. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
  279. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js +26 -0
  280. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
  281. package/lib/cjs/components/SCPrizeItemSkeleton.d.ts +31 -0
  282. package/lib/cjs/components/SCPrizeItemSkeleton.d.ts.map +1 -0
  283. package/lib/cjs/components/SCPrizeItemSkeleton.js +33 -0
  284. package/lib/cjs/components/SCPrizeItemSkeleton.js.map +1 -0
  285. package/lib/cjs/components/SCReactionAction.d.ts +24 -0
  286. package/lib/cjs/components/SCReactionAction.d.ts.map +1 -0
  287. package/lib/cjs/components/SCReactionAction.js +26 -0
  288. package/lib/cjs/components/SCReactionAction.js.map +1 -0
  289. package/lib/cjs/components/SCSearchAutocomplete.d.ts +15 -0
  290. package/lib/cjs/components/SCSearchAutocomplete.d.ts.map +1 -0
  291. package/lib/cjs/components/SCSearchAutocomplete.js +17 -0
  292. package/lib/cjs/components/SCSearchAutocomplete.js.map +1 -0
  293. package/lib/cjs/components/SCShareAction.d.ts +19 -0
  294. package/lib/cjs/components/SCShareAction.d.ts.map +1 -0
  295. package/lib/cjs/components/SCShareAction.js +21 -0
  296. package/lib/cjs/components/SCShareAction.js.map +1 -0
  297. package/lib/cjs/components/SCSnippetNotifications.d.ts +35 -21
  298. package/lib/cjs/components/SCSnippetNotifications.d.ts.map +1 -1
  299. package/lib/cjs/components/SCSnippetNotifications.js +36 -22
  300. package/lib/cjs/components/SCSnippetNotifications.js.map +1 -1
  301. package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts +39 -0
  302. package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts.map +1 -0
  303. package/lib/cjs/components/SCSnippetNotificationsSkeleton.js +41 -0
  304. package/lib/cjs/components/SCSnippetNotificationsSkeleton.js.map +1 -0
  305. package/lib/cjs/components/SCUser.d.ts +20 -0
  306. package/lib/cjs/components/SCUser.d.ts.map +1 -1
  307. package/lib/cjs/components/SCUser.js +20 -0
  308. package/lib/cjs/components/SCUser.js.map +1 -1
  309. package/lib/cjs/components/SCUserActionIconButton.d.ts +7 -0
  310. package/lib/cjs/components/SCUserActionIconButton.d.ts.map +1 -0
  311. package/lib/cjs/components/SCUserActionIconButton.js +9 -0
  312. package/lib/cjs/components/SCUserActionIconButton.js.map +1 -0
  313. package/lib/cjs/components/SCUserCounters.d.ts +23 -0
  314. package/lib/cjs/components/SCUserCounters.d.ts.map +1 -0
  315. package/lib/cjs/components/SCUserCounters.js +25 -0
  316. package/lib/cjs/components/SCUserCounters.js.map +1 -0
  317. package/lib/cjs/components/SCUserInfo.d.ts +19 -0
  318. package/lib/cjs/components/SCUserInfo.d.ts.map +1 -0
  319. package/lib/cjs/components/SCUserInfo.js +21 -0
  320. package/lib/cjs/components/SCUserInfo.js.map +1 -0
  321. package/lib/cjs/components/SCUserInfoDialog.d.ts +22 -0
  322. package/lib/cjs/components/SCUserInfoDialog.d.ts.map +1 -0
  323. package/lib/cjs/components/SCUserInfoDialog.js +24 -0
  324. package/lib/cjs/components/SCUserInfoDialog.js.map +1 -0
  325. package/lib/cjs/components/SCUserInfoSkeleton.d.ts +19 -0
  326. package/lib/cjs/components/SCUserInfoSkeleton.d.ts.map +1 -0
  327. package/lib/cjs/components/SCUserInfoSkeleton.js +21 -0
  328. package/lib/cjs/components/SCUserInfoSkeleton.js.map +1 -0
  329. package/lib/cjs/components/SCUserProfileEdit.d.ts +21 -0
  330. package/lib/cjs/components/SCUserProfileEdit.d.ts.map +1 -0
  331. package/lib/cjs/components/SCUserProfileEdit.js +23 -0
  332. package/lib/cjs/components/SCUserProfileEdit.js.map +1 -0
  333. package/lib/cjs/components/SCUserProfileHeader.d.ts +17 -0
  334. package/lib/cjs/components/SCUserProfileHeader.d.ts.map +1 -1
  335. package/lib/cjs/components/SCUserProfileHeader.js +26 -9
  336. package/lib/cjs/components/SCUserProfileHeader.js.map +1 -1
  337. package/lib/cjs/components/SCUserProfileTemplate.d.ts +21 -0
  338. package/lib/cjs/components/SCUserProfileTemplate.d.ts.map +1 -1
  339. package/lib/cjs/components/SCUserProfileTemplate.js +21 -0
  340. package/lib/cjs/components/SCUserProfileTemplate.js.map +1 -1
  341. package/lib/cjs/components/SCVoteAction.d.ts +19 -0
  342. package/lib/cjs/components/SCVoteAction.d.ts.map +1 -0
  343. package/lib/cjs/components/SCVoteAction.js +21 -0
  344. package/lib/cjs/components/SCVoteAction.js.map +1 -0
  345. package/lib/cjs/components/SCVoteAudienceButton.d.ts +30 -0
  346. package/lib/cjs/components/SCVoteAudienceButton.d.ts.map +1 -0
  347. package/lib/cjs/components/SCVoteAudienceButton.js +32 -0
  348. package/lib/cjs/components/SCVoteAudienceButton.js.map +1 -0
  349. package/lib/cjs/components/SCVoteButton.d.ts +23 -0
  350. package/lib/cjs/components/SCVoteButton.d.ts.map +1 -0
  351. package/lib/cjs/components/SCVoteButton.js +25 -0
  352. package/lib/cjs/components/SCVoteButton.js.map +1 -0
  353. package/lib/cjs/components/SCWidget.d.ts +7 -4
  354. package/lib/cjs/components/SCWidget.d.ts.map +1 -1
  355. package/lib/cjs/components/SCWidget.js +7 -4
  356. package/lib/cjs/components/SCWidget.js.map +1 -1
  357. package/lib/cjs/fonts/community/icons.eot +0 -0
  358. package/lib/cjs/fonts/community/icons.svg +195 -177
  359. package/lib/cjs/fonts/community/icons.ttf +0 -0
  360. package/lib/cjs/fonts/community/icons.woff +0 -0
  361. package/lib/cjs/fonts/community/icons.woff2 +0 -0
  362. package/lib/cjs/fonts/community-icons.css +43 -16
  363. package/lib/cjs/index.d.ts +4164 -1
  364. package/lib/cjs/index.d.ts.map +1 -1
  365. package/lib/cjs/index.js +157 -34
  366. package/lib/cjs/index.js.map +1 -1
  367. package/lib/esm/components/MuiAppBar.d.ts +3 -2
  368. package/lib/esm/components/MuiAppBar.d.ts.map +1 -1
  369. package/lib/esm/components/MuiAppBar.js +6 -2
  370. package/lib/esm/components/MuiAppBar.js.map +1 -1
  371. package/lib/esm/components/MuiAutocomplete.d.ts +0 -1
  372. package/lib/esm/components/MuiAutocomplete.d.ts.map +1 -1
  373. package/lib/esm/components/MuiButton.d.ts +6 -4
  374. package/lib/esm/components/MuiButton.d.ts.map +1 -1
  375. package/lib/esm/components/MuiButton.js +6 -4
  376. package/lib/esm/components/MuiButton.js.map +1 -1
  377. package/lib/esm/components/MuiDrawer.d.ts +25 -0
  378. package/lib/esm/components/MuiDrawer.d.ts.map +1 -0
  379. package/lib/esm/components/MuiDrawer.js +25 -0
  380. package/lib/esm/components/MuiDrawer.js.map +1 -0
  381. package/lib/esm/components/MuiPopover.d.ts +9 -0
  382. package/lib/esm/components/MuiPopover.d.ts.map +1 -0
  383. package/lib/esm/components/MuiPopover.js +9 -0
  384. package/lib/esm/components/MuiPopover.js.map +1 -0
  385. package/lib/esm/components/MuiSelect.d.ts +0 -1
  386. package/lib/esm/components/MuiSelect.d.ts.map +1 -1
  387. package/lib/esm/components/MuiTooltip.d.ts +7 -0
  388. package/lib/esm/components/MuiTooltip.d.ts.map +1 -0
  389. package/lib/esm/components/MuiTooltip.js +7 -0
  390. package/lib/esm/components/MuiTooltip.js.map +1 -0
  391. package/lib/esm/components/SCActivitiesMenu.d.ts +18 -0
  392. package/lib/esm/components/SCActivitiesMenu.d.ts.map +1 -0
  393. package/lib/esm/components/SCActivitiesMenu.js +18 -0
  394. package/lib/esm/components/SCActivitiesMenu.js.map +1 -0
  395. package/lib/esm/components/SCBaseDialog.d.ts +50 -20
  396. package/lib/esm/components/SCBaseDialog.d.ts.map +1 -1
  397. package/lib/esm/components/SCBaseDialog.js +50 -20
  398. package/lib/esm/components/SCBaseDialog.js.map +1 -1
  399. package/lib/esm/components/SCBaseItem.d.ts +47 -1
  400. package/lib/esm/components/SCBaseItem.d.ts.map +1 -1
  401. package/lib/esm/components/SCBaseItem.js +47 -1
  402. package/lib/esm/components/SCBaseItem.js.map +1 -1
  403. package/lib/esm/components/SCBaseItemButton.d.ts +51 -1
  404. package/lib/esm/components/SCBaseItemButton.d.ts.map +1 -1
  405. package/lib/esm/components/SCBaseItemButton.js +51 -1
  406. package/lib/esm/components/SCBaseItemButton.js.map +1 -1
  407. package/lib/esm/components/SCBottomNavigation.d.ts +16 -0
  408. package/lib/esm/components/SCBottomNavigation.d.ts.map +1 -0
  409. package/lib/esm/components/SCBottomNavigation.js +16 -0
  410. package/lib/esm/components/SCBottomNavigation.js.map +1 -0
  411. package/lib/esm/components/SCCategories.d.ts +20 -3
  412. package/lib/esm/components/SCCategories.d.ts.map +1 -1
  413. package/lib/esm/components/SCCategories.js +20 -3
  414. package/lib/esm/components/SCCategories.js.map +1 -1
  415. package/lib/esm/components/SCCategoriesSkeleton.d.ts +15 -5
  416. package/lib/esm/components/SCCategoriesSkeleton.d.ts.map +1 -1
  417. package/lib/esm/components/SCCategoriesSkeleton.js +15 -5
  418. package/lib/esm/components/SCCategoriesSkeleton.js.map +1 -1
  419. package/lib/esm/components/SCCategory.d.ts +8 -1
  420. package/lib/esm/components/SCCategory.d.ts.map +1 -1
  421. package/lib/esm/components/SCCategory.js +8 -1
  422. package/lib/esm/components/SCCategory.js.map +1 -1
  423. package/lib/esm/components/SCCategoryAutocomplete.d.ts +7 -0
  424. package/lib/esm/components/SCCategoryAutocomplete.d.ts.map +1 -0
  425. package/lib/esm/components/SCCategoryAutocomplete.js +7 -0
  426. package/lib/esm/components/SCCategoryAutocomplete.js.map +1 -0
  427. package/lib/esm/components/SCCategoryFollowersButton.d.ts +20 -0
  428. package/lib/esm/components/SCCategoryFollowersButton.d.ts.map +1 -0
  429. package/lib/esm/components/SCCategoryFollowersButton.js +20 -0
  430. package/lib/esm/components/SCCategoryFollowersButton.js.map +1 -0
  431. package/lib/esm/components/SCCategoryHeader.d.ts +23 -16
  432. package/lib/esm/components/SCCategoryHeader.d.ts.map +1 -1
  433. package/lib/esm/components/SCCategoryHeader.js +24 -17
  434. package/lib/esm/components/SCCategoryHeader.js.map +1 -1
  435. package/lib/esm/components/SCCategorySkeleton.d.ts +20 -0
  436. package/lib/esm/components/SCCategorySkeleton.d.ts.map +1 -0
  437. package/lib/esm/components/SCCategorySkeleton.js +20 -0
  438. package/lib/esm/components/SCCategorySkeleton.js.map +1 -0
  439. package/lib/esm/components/SCChangePictureButton.d.ts +10 -0
  440. package/lib/esm/components/SCChangePictureButton.d.ts.map +1 -0
  441. package/lib/esm/components/SCChangePictureButton.js +10 -0
  442. package/lib/esm/components/SCChangePictureButton.js.map +1 -0
  443. package/lib/esm/components/SCChangePictureDialog.d.ts +16 -0
  444. package/lib/esm/components/SCChangePictureDialog.d.ts.map +1 -0
  445. package/lib/esm/components/SCChangePictureDialog.js +18 -0
  446. package/lib/esm/components/SCChangePictureDialog.js.map +1 -0
  447. package/lib/esm/components/SCCommentAction.d.ts +19 -0
  448. package/lib/esm/components/SCCommentAction.d.ts.map +1 -0
  449. package/lib/esm/components/SCCommentAction.js +19 -0
  450. package/lib/esm/components/SCCommentAction.js.map +1 -0
  451. package/lib/esm/components/SCCommentNotification.d.ts +30 -0
  452. package/lib/esm/components/SCCommentNotification.d.ts.map +1 -0
  453. package/lib/esm/components/SCCommentNotification.js +30 -0
  454. package/lib/esm/components/SCCommentNotification.js.map +1 -0
  455. package/lib/esm/components/SCCommentObject.d.ts +75 -18
  456. package/lib/esm/components/SCCommentObject.d.ts.map +1 -1
  457. package/lib/esm/components/SCCommentObject.js +79 -22
  458. package/lib/esm/components/SCCommentObject.js.map +1 -1
  459. package/lib/esm/components/SCCommentObjectReply.d.ts +28 -0
  460. package/lib/esm/components/SCCommentObjectReply.d.ts.map +1 -0
  461. package/lib/esm/components/SCCommentObjectReply.js +28 -0
  462. package/lib/esm/components/SCCommentObjectReply.js.map +1 -0
  463. package/lib/esm/components/SCCommentObjectVotes.d.ts +17 -0
  464. package/lib/esm/components/SCCommentObjectVotes.d.ts.map +1 -0
  465. package/lib/esm/components/SCCommentObjectVotes.js +17 -0
  466. package/lib/esm/components/SCCommentObjectVotes.js.map +1 -0
  467. package/lib/esm/components/SCCommentsFeedObject.d.ts +2 -2
  468. package/lib/esm/components/SCCommentsFeedObject.js +2 -2
  469. package/lib/esm/components/SCComposer.d.ts +172 -33
  470. package/lib/esm/components/SCComposer.d.ts.map +1 -1
  471. package/lib/esm/components/SCComposer.js +250 -104
  472. package/lib/esm/components/SCComposer.js.map +1 -1
  473. package/lib/esm/components/SCContributionNotification.d.ts +35 -0
  474. package/lib/esm/components/SCContributionNotification.d.ts.map +1 -0
  475. package/lib/esm/components/SCContributionNotification.js +35 -0
  476. package/lib/esm/components/SCContributionNotification.js.map +1 -0
  477. package/lib/esm/components/SCCustomSnackMessage.d.ts +22 -4
  478. package/lib/esm/components/SCCustomSnackMessage.d.ts.map +1 -1
  479. package/lib/esm/components/SCCustomSnackMessage.js +22 -4
  480. package/lib/esm/components/SCCustomSnackMessage.js.map +1 -1
  481. package/lib/esm/components/SCDateTimeAgo.d.ts +2 -2
  482. package/lib/esm/components/SCDateTimeAgo.js +2 -2
  483. package/lib/esm/components/SCDateTimeAgo.js.map +1 -1
  484. package/lib/esm/components/SCEditor.d.ts +199 -0
  485. package/lib/esm/components/SCEditor.d.ts.map +1 -1
  486. package/lib/esm/components/SCEditor.js +199 -0
  487. package/lib/esm/components/SCEditor.js.map +1 -1
  488. package/lib/esm/components/SCEditorFloatingLinkPlugin.d.ts +12 -0
  489. package/lib/esm/components/SCEditorFloatingLinkPlugin.d.ts.map +1 -0
  490. package/lib/esm/components/SCEditorFloatingLinkPlugin.js +12 -0
  491. package/lib/esm/components/SCEditorFloatingLinkPlugin.js.map +1 -0
  492. package/lib/esm/components/SCEditorHashtagPlugin.d.ts +42 -0
  493. package/lib/esm/components/SCEditorHashtagPlugin.d.ts.map +1 -0
  494. package/lib/esm/components/SCEditorHashtagPlugin.js +42 -0
  495. package/lib/esm/components/SCEditorHashtagPlugin.js.map +1 -0
  496. package/lib/esm/components/SCEditorMentionPlugin.d.ts +42 -0
  497. package/lib/esm/components/SCEditorMentionPlugin.d.ts.map +1 -0
  498. package/lib/esm/components/SCEditorMentionPlugin.js +42 -0
  499. package/lib/esm/components/SCEditorMentionPlugin.js.map +1 -0
  500. package/lib/esm/components/SCEditorToolbarPlugin.d.ts +52 -0
  501. package/lib/esm/components/SCEditorToolbarPlugin.d.ts.map +1 -0
  502. package/lib/esm/components/SCEditorToolbarPlugin.js +53 -0
  503. package/lib/esm/components/SCEditorToolbarPlugin.js.map +1 -0
  504. package/lib/esm/components/{SCComposerCategories.d.ts → SCEmojiPicker.d.ts} +3 -3
  505. package/lib/esm/components/SCEmojiPicker.d.ts.map +1 -0
  506. package/lib/esm/components/{SCComposerCategories.js → SCEmojiPicker.js} +3 -3
  507. package/lib/esm/components/SCEmojiPicker.js.map +1 -0
  508. package/lib/esm/components/SCFeed.d.ts +24 -3
  509. package/lib/esm/components/SCFeed.d.ts.map +1 -1
  510. package/lib/esm/components/SCFeed.js +24 -3
  511. package/lib/esm/components/SCFeed.js.map +1 -1
  512. package/lib/esm/components/SCFeedObject.d.ts +104 -19
  513. package/lib/esm/components/SCFeedObject.d.ts.map +1 -1
  514. package/lib/esm/components/SCFeedObject.js +105 -20
  515. package/lib/esm/components/SCFeedObject.js.map +1 -1
  516. package/lib/esm/components/SCFeedObjectSkeleton.d.ts +1 -1
  517. package/lib/esm/components/SCFeedObjectSkeleton.js +1 -1
  518. package/lib/esm/components/SCFeedObjectSkeleton.js.map +1 -1
  519. package/lib/esm/components/SCFeedSkeleton.d.ts +7 -2
  520. package/lib/esm/components/SCFeedSkeleton.d.ts.map +1 -1
  521. package/lib/esm/components/SCFeedSkeleton.js +7 -2
  522. package/lib/esm/components/SCFeedSkeleton.js.map +1 -1
  523. package/lib/esm/components/SCFeedUpdatesWidget.d.ts +12 -0
  524. package/lib/esm/components/SCFeedUpdatesWidget.d.ts.map +1 -0
  525. package/lib/esm/components/SCFeedUpdatesWidget.js +12 -0
  526. package/lib/esm/components/SCFeedUpdatesWidget.js.map +1 -0
  527. package/lib/esm/components/SCFollowAction.d.ts +20 -0
  528. package/lib/esm/components/SCFollowAction.d.ts.map +1 -0
  529. package/lib/esm/components/SCFollowAction.js +20 -0
  530. package/lib/esm/components/SCFollowAction.js.map +1 -0
  531. package/lib/esm/components/SCFooter.d.ts +20 -0
  532. package/lib/esm/components/SCFooter.d.ts.map +1 -0
  533. package/lib/esm/components/SCFooter.js +20 -0
  534. package/lib/esm/components/SCFooter.js.map +1 -0
  535. package/lib/esm/components/SCIncubator.d.ts +33 -0
  536. package/lib/esm/components/SCIncubator.d.ts.map +1 -0
  537. package/lib/esm/components/SCIncubator.js +33 -0
  538. package/lib/esm/components/SCIncubator.js.map +1 -0
  539. package/lib/esm/components/{SCMobileHeader.d.ts → SCIncubatorDetail.d.ts} +3 -3
  540. package/lib/esm/components/SCIncubatorDetail.d.ts.map +1 -0
  541. package/lib/esm/components/{SCMobileHeader.js → SCIncubatorDetail.js} +3 -3
  542. package/lib/esm/components/SCIncubatorDetail.js.map +1 -0
  543. package/lib/esm/components/SCIncubatorListWidget.d.ts +19 -0
  544. package/lib/esm/components/SCIncubatorListWidget.d.ts.map +1 -0
  545. package/lib/esm/components/SCIncubatorListWidget.js +19 -0
  546. package/lib/esm/components/SCIncubatorListWidget.js.map +1 -0
  547. package/lib/esm/components/SCIncubatorSkeleton.d.ts +20 -0
  548. package/lib/esm/components/SCIncubatorSkeleton.d.ts.map +1 -0
  549. package/lib/esm/components/SCIncubatorSkeleton.js +20 -0
  550. package/lib/esm/components/SCIncubatorSkeleton.js.map +1 -0
  551. package/lib/esm/components/SCIncubatorSuggestionWidget.d.ts +11 -0
  552. package/lib/esm/components/SCIncubatorSuggestionWidget.d.ts.map +1 -0
  553. package/lib/esm/components/SCIncubatorSuggestionWidget.js +11 -0
  554. package/lib/esm/components/SCIncubatorSuggestionWidget.js.map +1 -0
  555. package/lib/esm/components/{SCInlineComposer.d.ts → SCInlineComposerWidget.d.ts} +20 -5
  556. package/lib/esm/components/SCInlineComposerWidget.d.ts.map +1 -0
  557. package/lib/esm/components/{SCInlineComposer.js → SCInlineComposerWidget.js} +20 -5
  558. package/lib/esm/components/SCInlineComposerWidget.js.map +1 -0
  559. package/lib/esm/components/SCLightbox.d.ts +367 -0
  560. package/lib/esm/components/SCLightbox.d.ts.map +1 -0
  561. package/lib/esm/components/SCLightbox.js +385 -0
  562. package/lib/esm/components/SCLightbox.js.map +1 -0
  563. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.d.ts +129 -0
  564. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.d.ts.map +1 -0
  565. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.js +128 -0
  566. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.js.map +1 -0
  567. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts +30 -0
  568. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts.map +1 -0
  569. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.js +30 -0
  570. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.js.map +1 -0
  571. package/lib/esm/components/SCLoyaltyProgramWidget.d.ts +34 -0
  572. package/lib/esm/components/SCLoyaltyProgramWidget.d.ts.map +1 -0
  573. package/lib/esm/components/SCLoyaltyProgramWidget.js +34 -0
  574. package/lib/esm/components/SCLoyaltyProgramWidget.js.map +1 -0
  575. package/lib/esm/components/SCLoyaltyProgramWidgetSkeleton.d.ts +25 -0
  576. package/lib/esm/components/SCLoyaltyProgramWidgetSkeleton.d.ts.map +1 -0
  577. package/lib/esm/components/SCLoyaltyProgramWidgetSkeleton.js +25 -0
  578. package/lib/esm/components/SCLoyaltyProgramWidgetSkeleton.js.map +1 -0
  579. package/lib/esm/components/SCNavigationSettingsIconButton.d.ts +15 -0
  580. package/lib/esm/components/SCNavigationSettingsIconButton.d.ts.map +1 -0
  581. package/lib/esm/components/SCNavigationSettingsIconButton.js +15 -0
  582. package/lib/esm/components/SCNavigationSettingsIconButton.js.map +1 -0
  583. package/lib/esm/components/SCNavigationToolbar.d.ts +64 -0
  584. package/lib/esm/components/SCNavigationToolbar.d.ts.map +1 -0
  585. package/lib/esm/components/SCNavigationToolbar.js +64 -0
  586. package/lib/esm/components/SCNavigationToolbar.js.map +1 -0
  587. package/lib/esm/components/SCNavigationToolbarMobile.d.ts +23 -0
  588. package/lib/esm/components/SCNavigationToolbarMobile.d.ts.map +1 -0
  589. package/lib/esm/components/SCNavigationToolbarMobile.js +23 -0
  590. package/lib/esm/components/SCNavigationToolbarMobile.js.map +1 -0
  591. package/lib/esm/components/SCNotification.d.ts +47 -0
  592. package/lib/esm/components/SCNotification.d.ts.map +1 -0
  593. package/lib/esm/components/SCNotification.js +48 -0
  594. package/lib/esm/components/SCNotification.js.map +1 -0
  595. package/lib/esm/components/SCNotificationItem.d.ts +74 -0
  596. package/lib/esm/components/SCNotificationItem.d.ts.map +1 -0
  597. package/lib/esm/components/SCNotificationItem.js +74 -0
  598. package/lib/esm/components/SCNotificationItem.js.map +1 -0
  599. package/lib/esm/components/SCNotificationsMenu.d.ts +14 -0
  600. package/lib/esm/components/SCNotificationsMenu.d.ts.map +1 -0
  601. package/lib/esm/components/SCNotificationsMenu.js +14 -0
  602. package/lib/esm/components/SCNotificationsMenu.js.map +1 -0
  603. package/lib/esm/components/SCPlatformWidget.d.ts +9 -0
  604. package/lib/esm/components/SCPlatformWidget.d.ts.map +1 -0
  605. package/lib/esm/components/{SCLoyaltyProgramDetail.js → SCPlatformWidget.js} +2 -3
  606. package/lib/esm/components/SCPlatformWidget.js.map +1 -0
  607. package/lib/esm/components/SCPrivateMessageComponent.d.ts +20 -0
  608. package/lib/esm/components/SCPrivateMessageComponent.d.ts.map +1 -0
  609. package/lib/esm/components/SCPrivateMessageComponent.js +20 -0
  610. package/lib/esm/components/SCPrivateMessageComponent.js.map +1 -0
  611. package/lib/esm/components/SCPrivateMessageComponentSkeleton.d.ts +24 -0
  612. package/lib/esm/components/SCPrivateMessageComponentSkeleton.d.ts.map +1 -0
  613. package/lib/esm/components/SCPrivateMessageComponentSkeleton.js +24 -0
  614. package/lib/esm/components/SCPrivateMessageComponentSkeleton.js.map +1 -0
  615. package/lib/esm/components/SCPrivateMessageEditor.d.ts +110 -0
  616. package/lib/esm/components/SCPrivateMessageEditor.d.ts.map +1 -0
  617. package/lib/esm/components/SCPrivateMessageEditor.js +110 -0
  618. package/lib/esm/components/SCPrivateMessageEditor.js.map +1 -0
  619. package/lib/esm/components/SCPrivateMessageSettingsIconButton.d.ts +12 -0
  620. package/lib/esm/components/SCPrivateMessageSettingsIconButton.d.ts.map +1 -0
  621. package/lib/esm/components/SCPrivateMessageSettingsIconButton.js +12 -0
  622. package/lib/esm/components/SCPrivateMessageSettingsIconButton.js.map +1 -0
  623. package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts +46 -0
  624. package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts.map +1 -0
  625. package/lib/esm/components/SCPrivateMessageSnippetItem.js +46 -0
  626. package/lib/esm/components/SCPrivateMessageSnippetItem.js.map +1 -0
  627. package/lib/esm/components/SCPrivateMessageSnippets.d.ts +58 -0
  628. package/lib/esm/components/SCPrivateMessageSnippets.d.ts.map +1 -0
  629. package/lib/esm/components/SCPrivateMessageSnippets.js +56 -0
  630. package/lib/esm/components/SCPrivateMessageSnippets.js.map +1 -0
  631. package/lib/esm/components/SCPrivateMessageThread.d.ts +122 -0
  632. package/lib/esm/components/SCPrivateMessageThread.d.ts.map +1 -0
  633. package/lib/esm/components/SCPrivateMessageThread.js +121 -0
  634. package/lib/esm/components/SCPrivateMessageThread.js.map +1 -0
  635. package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +79 -0
  636. package/lib/esm/components/SCPrivateMessageThreadItem.d.ts.map +1 -0
  637. package/lib/esm/components/SCPrivateMessageThreadItem.js +79 -0
  638. package/lib/esm/components/SCPrivateMessageThreadItem.js.map +1 -0
  639. package/lib/esm/components/SCPrivateMessageThreadItemDialog.d.ts +12 -0
  640. package/lib/esm/components/SCPrivateMessageThreadItemDialog.d.ts.map +1 -0
  641. package/lib/esm/components/SCPrivateMessageThreadItemDialog.js +12 -0
  642. package/lib/esm/components/SCPrivateMessageThreadItemDialog.js.map +1 -0
  643. package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts +23 -0
  644. package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts.map +1 -0
  645. package/lib/esm/components/SCPrivateMessageThreadSkeleton.js +24 -0
  646. package/lib/esm/components/SCPrivateMessageThreadSkeleton.js.map +1 -0
  647. package/lib/esm/components/SCPrizeItemSkeleton.d.ts +31 -0
  648. package/lib/esm/components/SCPrizeItemSkeleton.d.ts.map +1 -0
  649. package/lib/esm/components/SCPrizeItemSkeleton.js +31 -0
  650. package/lib/esm/components/SCPrizeItemSkeleton.js.map +1 -0
  651. package/lib/esm/components/SCReactionAction.d.ts +24 -0
  652. package/lib/esm/components/SCReactionAction.d.ts.map +1 -0
  653. package/lib/esm/components/SCReactionAction.js +24 -0
  654. package/lib/esm/components/SCReactionAction.js.map +1 -0
  655. package/lib/esm/components/SCSearchAutocomplete.d.ts +15 -0
  656. package/lib/esm/components/SCSearchAutocomplete.d.ts.map +1 -0
  657. package/lib/esm/components/SCSearchAutocomplete.js +15 -0
  658. package/lib/esm/components/SCSearchAutocomplete.js.map +1 -0
  659. package/lib/esm/components/SCShareAction.d.ts +19 -0
  660. package/lib/esm/components/SCShareAction.d.ts.map +1 -0
  661. package/lib/esm/components/SCShareAction.js +19 -0
  662. package/lib/esm/components/SCShareAction.js.map +1 -0
  663. package/lib/esm/components/SCSnippetNotifications.d.ts +35 -21
  664. package/lib/esm/components/SCSnippetNotifications.d.ts.map +1 -1
  665. package/lib/esm/components/SCSnippetNotifications.js +36 -22
  666. package/lib/esm/components/SCSnippetNotifications.js.map +1 -1
  667. package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts +39 -0
  668. package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts.map +1 -0
  669. package/lib/esm/components/SCSnippetNotificationsSkeleton.js +39 -0
  670. package/lib/esm/components/SCSnippetNotificationsSkeleton.js.map +1 -0
  671. package/lib/esm/components/SCUser.d.ts +20 -0
  672. package/lib/esm/components/SCUser.d.ts.map +1 -1
  673. package/lib/esm/components/SCUser.js +20 -0
  674. package/lib/esm/components/SCUser.js.map +1 -1
  675. package/lib/esm/components/SCUserActionIconButton.d.ts +7 -0
  676. package/lib/esm/components/SCUserActionIconButton.d.ts.map +1 -0
  677. package/lib/esm/components/SCUserActionIconButton.js +7 -0
  678. package/lib/esm/components/SCUserActionIconButton.js.map +1 -0
  679. package/lib/esm/components/SCUserCounters.d.ts +23 -0
  680. package/lib/esm/components/SCUserCounters.d.ts.map +1 -0
  681. package/lib/esm/components/SCUserCounters.js +23 -0
  682. package/lib/esm/components/SCUserCounters.js.map +1 -0
  683. package/lib/esm/components/SCUserInfo.d.ts +19 -0
  684. package/lib/esm/components/SCUserInfo.d.ts.map +1 -0
  685. package/lib/esm/components/SCUserInfo.js +19 -0
  686. package/lib/esm/components/SCUserInfo.js.map +1 -0
  687. package/lib/esm/components/SCUserInfoDialog.d.ts +22 -0
  688. package/lib/esm/components/SCUserInfoDialog.d.ts.map +1 -0
  689. package/lib/esm/components/SCUserInfoDialog.js +22 -0
  690. package/lib/esm/components/SCUserInfoDialog.js.map +1 -0
  691. package/lib/esm/components/SCUserInfoSkeleton.d.ts +19 -0
  692. package/lib/esm/components/SCUserInfoSkeleton.d.ts.map +1 -0
  693. package/lib/esm/components/SCUserInfoSkeleton.js +19 -0
  694. package/lib/esm/components/SCUserInfoSkeleton.js.map +1 -0
  695. package/lib/esm/components/SCUserProfileEdit.d.ts +21 -0
  696. package/lib/esm/components/SCUserProfileEdit.d.ts.map +1 -0
  697. package/lib/esm/components/SCUserProfileEdit.js +21 -0
  698. package/lib/esm/components/SCUserProfileEdit.js.map +1 -0
  699. package/lib/esm/components/SCUserProfileHeader.d.ts +17 -0
  700. package/lib/esm/components/SCUserProfileHeader.d.ts.map +1 -1
  701. package/lib/esm/components/SCUserProfileHeader.js +26 -9
  702. package/lib/esm/components/SCUserProfileHeader.js.map +1 -1
  703. package/lib/esm/components/SCUserProfileTemplate.d.ts +21 -0
  704. package/lib/esm/components/SCUserProfileTemplate.d.ts.map +1 -1
  705. package/lib/esm/components/SCUserProfileTemplate.js +21 -0
  706. package/lib/esm/components/SCUserProfileTemplate.js.map +1 -1
  707. package/lib/esm/components/SCVoteAction.d.ts +19 -0
  708. package/lib/esm/components/SCVoteAction.d.ts.map +1 -0
  709. package/lib/esm/components/SCVoteAction.js +19 -0
  710. package/lib/esm/components/SCVoteAction.js.map +1 -0
  711. package/lib/esm/components/SCVoteAudienceButton.d.ts +30 -0
  712. package/lib/esm/components/SCVoteAudienceButton.d.ts.map +1 -0
  713. package/lib/esm/components/SCVoteAudienceButton.js +30 -0
  714. package/lib/esm/components/SCVoteAudienceButton.js.map +1 -0
  715. package/lib/esm/components/SCVoteButton.d.ts +23 -0
  716. package/lib/esm/components/SCVoteButton.d.ts.map +1 -0
  717. package/lib/esm/components/SCVoteButton.js +23 -0
  718. package/lib/esm/components/SCVoteButton.js.map +1 -0
  719. package/lib/esm/components/SCWidget.d.ts +7 -4
  720. package/lib/esm/components/SCWidget.d.ts.map +1 -1
  721. package/lib/esm/components/SCWidget.js +7 -4
  722. package/lib/esm/components/SCWidget.js.map +1 -1
  723. package/lib/esm/fonts/community/icons.eot +0 -0
  724. package/lib/esm/fonts/community/icons.svg +195 -177
  725. package/lib/esm/fonts/community/icons.ttf +0 -0
  726. package/lib/esm/fonts/community/icons.woff +0 -0
  727. package/lib/esm/fonts/community/icons.woff2 +0 -0
  728. package/lib/esm/fonts/community-icons.css +43 -16
  729. package/lib/esm/index.d.ts +4164 -1
  730. package/lib/esm/index.d.ts.map +1 -1
  731. package/lib/esm/index.js +157 -34
  732. package/lib/esm/index.js.map +1 -1
  733. package/lib/umd/community/icons.eot +0 -0
  734. package/lib/umd/community/icons.svg +195 -177
  735. package/lib/umd/community/icons.ttf +0 -0
  736. package/lib/umd/community/icons.woff +0 -0
  737. package/lib/umd/community/icons.woff2 +0 -0
  738. package/lib/umd/react-theme-default.js +32 -19
  739. package/lib/umd/react-theme-default.js.LICENSE.txt +4 -2
  740. package/lib/umd/react-theme-default.js.map +1 -1
  741. package/package.json +7 -7
  742. package/lib/cjs/components/SCComposerCategories.d.ts.map +0 -1
  743. package/lib/cjs/components/SCComposerCategories.js.map +0 -1
  744. package/lib/cjs/components/SCInlineComposer.d.ts.map +0 -1
  745. package/lib/cjs/components/SCInlineComposer.js.map +0 -1
  746. package/lib/cjs/components/SCLoyaltyProgram.d.ts +0 -21
  747. package/lib/cjs/components/SCLoyaltyProgram.d.ts.map +0 -1
  748. package/lib/cjs/components/SCLoyaltyProgram.js +0 -23
  749. package/lib/cjs/components/SCLoyaltyProgram.js.map +0 -1
  750. package/lib/cjs/components/SCLoyaltyProgramDetail.d.ts.map +0 -1
  751. package/lib/cjs/components/SCLoyaltyProgramDetail.js.map +0 -1
  752. package/lib/cjs/components/SCMobileHeader.d.ts.map +0 -1
  753. package/lib/cjs/components/SCMobileHeader.js.map +0 -1
  754. package/lib/cjs/components/SCPrivateMessagesTemplate.d.ts +0 -29
  755. package/lib/cjs/components/SCPrivateMessagesTemplate.d.ts.map +0 -1
  756. package/lib/cjs/components/SCPrivateMessagesTemplate.js +0 -31
  757. package/lib/cjs/components/SCPrivateMessagesTemplate.js.map +0 -1
  758. package/lib/cjs/components/SCUserNotification.d.ts +0 -33
  759. package/lib/cjs/components/SCUserNotification.d.ts.map +0 -1
  760. package/lib/cjs/components/SCUserNotification.js +0 -35
  761. package/lib/cjs/components/SCUserNotification.js.map +0 -1
  762. package/lib/esm/components/SCComposerCategories.d.ts.map +0 -1
  763. package/lib/esm/components/SCComposerCategories.js.map +0 -1
  764. package/lib/esm/components/SCInlineComposer.d.ts.map +0 -1
  765. package/lib/esm/components/SCInlineComposer.js.map +0 -1
  766. package/lib/esm/components/SCLoyaltyProgram.d.ts +0 -21
  767. package/lib/esm/components/SCLoyaltyProgram.d.ts.map +0 -1
  768. package/lib/esm/components/SCLoyaltyProgram.js +0 -21
  769. package/lib/esm/components/SCLoyaltyProgram.js.map +0 -1
  770. package/lib/esm/components/SCLoyaltyProgramDetail.d.ts.map +0 -1
  771. package/lib/esm/components/SCLoyaltyProgramDetail.js.map +0 -1
  772. package/lib/esm/components/SCMobileHeader.d.ts.map +0 -1
  773. package/lib/esm/components/SCMobileHeader.js.map +0 -1
  774. package/lib/esm/components/SCPrivateMessagesTemplate.d.ts +0 -29
  775. package/lib/esm/components/SCPrivateMessagesTemplate.d.ts.map +0 -1
  776. package/lib/esm/components/SCPrivateMessagesTemplate.js +0 -29
  777. package/lib/esm/components/SCPrivateMessagesTemplate.js.map +0 -1
  778. package/lib/esm/components/SCUserNotification.d.ts +0 -33
  779. package/lib/esm/components/SCUserNotification.d.ts.map +0 -1
  780. package/lib/esm/components/SCUserNotification.js +0 -33
  781. package/lib/esm/components/SCUserNotification.js.map +0 -1
@@ -3,6 +3,4169 @@ import './fonts/community-icons.css';
3
3
  /**
4
4
  * Style fragments - Imports - End
5
5
  */
6
- declare const theme: import("@mui/material/styles").Theme;
6
+ declare const theme: {
7
+ typography: {
8
+ htmlFontSize: number;
9
+ fontSize: number;
10
+ fontWeightLight: string;
11
+ fontWeightRegular: string;
12
+ fontWeightMedium: string;
13
+ fontWeightBold: string;
14
+ body1: {
15
+ fontSize: string;
16
+ };
17
+ };
18
+ shape: {
19
+ borderRadius: number;
20
+ };
21
+ spacing: number;
22
+ mixins: {
23
+ toolbar: {
24
+ minHeight: number;
25
+ '@media (min-width:0px)': {
26
+ minHeight: number;
27
+ };
28
+ '@media (min-width:600px)': {
29
+ minHeight: number;
30
+ };
31
+ };
32
+ };
33
+ components: {
34
+ MuiAppBar: {
35
+ styleOverrides: {
36
+ root: ({ theme }: any) => {
37
+ color: any;
38
+ backgroundColor: any;
39
+ };
40
+ };
41
+ };
42
+ MuiAutocomplete: {
43
+ defaultProps: {
44
+ clearIcon: JSX.Element;
45
+ popupIcon: JSX.Element;
46
+ };
47
+ };
48
+ MuiAvatar: {
49
+ styleOverrides: {
50
+ root: ({ theme }: any) => {
51
+ img: {
52
+ borderRadius: string;
53
+ };
54
+ };
55
+ };
56
+ };
57
+ MuiButton: {
58
+ variants: ({
59
+ props: {
60
+ variant: string;
61
+ };
62
+ style: {
63
+ borderWidth: number;
64
+ '&:hover, &:active': {
65
+ borderWidth: number;
66
+ };
67
+ };
68
+ } | {
69
+ props: {
70
+ variant: string;
71
+ };
72
+ style: {
73
+ borderWidth?: undefined;
74
+ '&:hover, &:active'?: undefined;
75
+ };
76
+ } | {
77
+ props: {
78
+ variant: string;
79
+ };
80
+ style: {
81
+ borderWidth: number;
82
+ '&:hover, &:active'?: undefined;
83
+ };
84
+ })[];
85
+ styleOverrides: {
86
+ root: ({ theme }: any) => {
87
+ textTransform: string;
88
+ fontWeight: any;
89
+ padding: string;
90
+ lineHeight: number;
91
+ borderRadius: any;
92
+ };
93
+ sizeSmall: {
94
+ fontSize: string;
95
+ padding: string;
96
+ };
97
+ sizeMedium: {
98
+ fontSize: string;
99
+ padding: string;
100
+ };
101
+ sizeLarge: {
102
+ fontSize: string;
103
+ padding: string;
104
+ };
105
+ };
106
+ };
107
+ MuiContainer: {
108
+ styleOverrides: {
109
+ root: ({ theme }: any) => {
110
+ [x: number]: {
111
+ paddingLeft: number;
112
+ paddingRight: number;
113
+ };
114
+ maxWidth: any;
115
+ };
116
+ };
117
+ };
118
+ MuiDialog: {
119
+ styleOverrides: {
120
+ root: {
121
+ '& .MuiDialog-paperFullScreen': {
122
+ display: string;
123
+ flexDirection: string;
124
+ };
125
+ };
126
+ };
127
+ };
128
+ MuiDrawer: {
129
+ styleOverrides: {
130
+ root: ({ theme }: any) => {
131
+ '& .MuiDrawer-paperAnchorBottom': {
132
+ borderTopLeftRadius: any;
133
+ borderTopRightRadius: any;
134
+ maxHeight: string;
135
+ paddingTop: any;
136
+ '&:before': {
137
+ content: string;
138
+ border: string;
139
+ width: number;
140
+ position: string;
141
+ top: number;
142
+ left: string;
143
+ };
144
+ '& > *': {
145
+ paddingTop: number;
146
+ };
147
+ };
148
+ };
149
+ };
150
+ };
151
+ MuiIcon: {
152
+ defaultProps: {
153
+ baseClassName: string;
154
+ };
155
+ styleOverrides: {
156
+ root: ({ theme }: any) => {
157
+ fontSize: string;
158
+ };
159
+ };
160
+ };
161
+ MuiIconButton: {
162
+ styleOverrides: {
163
+ sizeSmall: {
164
+ fontSize: string;
165
+ };
166
+ sizeMedium: {
167
+ fontSize: string;
168
+ };
169
+ sizeLarge: {
170
+ fontSize: string;
171
+ };
172
+ };
173
+ };
174
+ MuiOutlinedInput: {
175
+ styleOverrides: {
176
+ root: {
177
+ borderRadius: number;
178
+ };
179
+ };
180
+ };
181
+ MuiPopover: {
182
+ styleOverrides: {
183
+ paper: ({ theme }: any) => {
184
+ borderRadius: number;
185
+ };
186
+ };
187
+ };
188
+ MuiSelect: {
189
+ defaultProps: {
190
+ IconComponent: ({ className }: {
191
+ className: any;
192
+ }) => JSX.Element;
193
+ };
194
+ };
195
+ MuiTooltip: {
196
+ defaultProps: {
197
+ enterDelay: number;
198
+ };
199
+ };
200
+ SCActivitiesMenu: {
201
+ styleOverrides: {
202
+ root: ({ theme }: any) => {
203
+ '& .SCActivitiesMenu-selector': {
204
+ display: string;
205
+ alignItems: string;
206
+ textAlign: string;
207
+ justifyContent: string;
208
+ };
209
+ '& .SCActivitiesMenu-selector .MuiButton-root': {
210
+ textTransform: string;
211
+ fontWeight: any;
212
+ };
213
+ };
214
+ };
215
+ };
216
+ SCBaseDialog: {
217
+ styleOverrides: {
218
+ root: ({ theme }: any) => {
219
+ [x: number]: {
220
+ minWidth: number;
221
+ };
222
+ minWidth: number;
223
+ '& .MuiDialogContent-root': {
224
+ [x: number]: {
225
+ padding: number;
226
+ };
227
+ paddingLeft: number;
228
+ paddingRight: number;
229
+ marginLeft: any;
230
+ marginRight: any;
231
+ '& .infinite-scroll-component__outerdiv': {
232
+ height: string;
233
+ '& .infinite-scroll-component': {
234
+ paddingRight: number;
235
+ ' > .': {
236
+ marginBottom: any;
237
+ };
238
+ '& .MuiList-root': {
239
+ paddingTop: number;
240
+ paddingBottom: number;
241
+ '& .MuiListItem-root': {
242
+ paddingLeft: number;
243
+ paddingRight: number;
244
+ '& .SCBaseItemButton-root': {
245
+ borderRadius: number;
246
+ };
247
+ };
248
+ };
249
+ '& .SCFeedObjectSkeleton-snippet': {
250
+ marginLeft: any;
251
+ };
252
+ };
253
+ };
254
+ };
255
+ '& [class*="-end-message"]': {
256
+ padding: any;
257
+ fontWeight: any;
258
+ textAlign: string;
259
+ };
260
+ '& .MuiDialogActions-spacing': {
261
+ padding: any;
262
+ };
263
+ };
264
+ titleRoot: ({ theme }: any) => {
265
+ [x: number]: {
266
+ flexDirection: string;
267
+ justifyContent: string;
268
+ };
269
+ display: string;
270
+ flexDirection: string;
271
+ alignItems: string;
272
+ justifyContent: string;
273
+ fontSize: string;
274
+ fontWeight: any;
275
+ padding: any;
276
+ '& .MuiIconButton-root': {
277
+ [x: number]: {
278
+ marginRight: number;
279
+ };
280
+ fontSize: string;
281
+ marginRight: any;
282
+ };
283
+ };
284
+ };
285
+ };
286
+ SCBaseItem: {
287
+ styleOverrides: {
288
+ root: ({ theme }: any) => {
289
+ width: string;
290
+ display: string;
291
+ flexDirection: string;
292
+ alignItems: string;
293
+ '&.MuiPaper-elevation': {
294
+ paddingTop: any;
295
+ paddingBottom: any;
296
+ paddingLeft: any;
297
+ paddingRight: any;
298
+ '&.MuiPaper-elevation0': {
299
+ paddingTop: number;
300
+ paddingBottom: number;
301
+ paddingLeft: number;
302
+ paddingRight: number;
303
+ '& .SCBaseItem-actions': {
304
+ right: number;
305
+ };
306
+ };
307
+ };
308
+ '& .SCBaseItem-content': {
309
+ display: string;
310
+ flexDirection: string;
311
+ justifyContent: string;
312
+ alignItems: string;
313
+ width: string;
314
+ };
315
+ '& .SCBaseItem-image': {
316
+ flexShrink: number;
317
+ marginRight: any;
318
+ };
319
+ '& .SCBaseItem-text': {
320
+ flex: string;
321
+ marginTop: any;
322
+ marginBottom: any;
323
+ textAlign: string;
324
+ width: string;
325
+ };
326
+ '& .SCBaseItem-primary': {
327
+ color: any;
328
+ };
329
+ '& .SCBaseItem-secondary': {
330
+ overflow: string;
331
+ textOverflow: string;
332
+ color: any;
333
+ };
334
+ };
335
+ };
336
+ };
337
+ SCBaseItemButton: {
338
+ styleOverrides: {
339
+ root: ({ theme }: any) => {
340
+ position: string;
341
+ width: string;
342
+ '&.MuiPaper-elevation': {
343
+ paddingTop: any;
344
+ paddingBottom: any;
345
+ paddingLeft: any;
346
+ paddingRight: any;
347
+ '&.MuiPaper-elevation0': {
348
+ paddingTop: number;
349
+ paddingBottom: number;
350
+ paddingLeft: number;
351
+ paddingRight: number;
352
+ '& .SCBaseItemButton-actions': {
353
+ right: number;
354
+ };
355
+ };
356
+ };
357
+ '& .SCBaseItemButton-content': {
358
+ display: string;
359
+ flexDirection: string;
360
+ justifyContent: string;
361
+ alignItems: string;
362
+ width: string;
363
+ };
364
+ '& .SCBaseItemButton-image': {
365
+ flexShrink: number;
366
+ marginRight: any;
367
+ };
368
+ '& .SCBaseItemButton-text': {
369
+ flex: string;
370
+ marginTop: any;
371
+ marginBottom: any;
372
+ textAlign: string;
373
+ };
374
+ '& .SCBaseItemButton-primary': {
375
+ color: any;
376
+ };
377
+ '& .SCBaseItemButton-secondary': {
378
+ whiteSpace: string;
379
+ overflow: string;
380
+ textOverflow: string;
381
+ color: any;
382
+ };
383
+ '& .SCBaseItemButton-actions': {
384
+ position: string;
385
+ right: any;
386
+ top: string;
387
+ transform: string;
388
+ };
389
+ };
390
+ };
391
+ };
392
+ SCBottomNavigation: {
393
+ styleOverrides: {
394
+ root: ({ theme }: any) => {
395
+ '& .SCBottomNavigation-action': {
396
+ color: any;
397
+ borderTop: string;
398
+ '&.Mui-selected, &:hover': {
399
+ color: any;
400
+ borderTop: string;
401
+ };
402
+ };
403
+ };
404
+ };
405
+ };
406
+ SCBroadcastMessages: {
407
+ styleOverrides: {
408
+ root: ({ theme }: any) => {
409
+ '& .SCBroadcastMessages-button-load-more': {
410
+ textTransform: string;
411
+ };
412
+ };
413
+ };
414
+ };
415
+ SCCategories: {
416
+ styleOverrides: {
417
+ root: ({ theme }: any) => {
418
+ '& .SCCategories-filters': {
419
+ marginTop: any;
420
+ marginBottom: any;
421
+ };
422
+ '& .SCCategories-categories': {
423
+ marginTop: any;
424
+ '& .SCCategories-category': {
425
+ padding: any;
426
+ width: string;
427
+ '& > div': {
428
+ cursor: string;
429
+ };
430
+ '& .SCCategory-category-image': {
431
+ minWidth: number;
432
+ height: string;
433
+ borderTopLeftRadius: any;
434
+ borderBottomLeftRadius: any;
435
+ borderRadius: number;
436
+ };
437
+ };
438
+ };
439
+ };
440
+ };
441
+ };
442
+ SCCategoriesSkeleton: {
443
+ styleOverrides: {
444
+ root: ({ theme }: any) => {
445
+ '& .SCCategoriesSkeleton-categories': {
446
+ marginTop: any;
447
+ '& .SCCategorySkeleton-root': {
448
+ padding: any;
449
+ width: string;
450
+ '& .SCBaseItem-image': {
451
+ borderTopLeftRadius: any;
452
+ borderBottomLeftRadius: any;
453
+ '& .SCCategorySkeleton-image': {
454
+ borderRadius: number;
455
+ width: string;
456
+ height: string;
457
+ };
458
+ };
459
+ };
460
+ };
461
+ };
462
+ };
463
+ };
464
+ SCCategory: {
465
+ styleOverrides: {
466
+ root: ({ theme }: any) => {
467
+ [x: number]: {
468
+ borderRadius: any;
469
+ };
470
+ borderRadius: number;
471
+ '& .SCCategory-category-image': {
472
+ '& img': {
473
+ borderRadius: any;
474
+ };
475
+ };
476
+ '& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
477
+ whiteSpace: string;
478
+ overflow: string;
479
+ textOverflow: string;
480
+ display: string;
481
+ width: string;
482
+ };
483
+ '& .SCBaseItemButton-primary': {
484
+ fontWeight: any;
485
+ };
486
+ '& .SCBaseItemButton-secondary': {
487
+ fontSize: string;
488
+ };
489
+ };
490
+ };
491
+ };
492
+ SCCategoryFeedTemplate: {
493
+ styleOverrides: {
494
+ root: ({ theme }: any) => {
495
+ '& .SCFeed-root > MuiGrid-item': {
496
+ paddingTop: number;
497
+ };
498
+ };
499
+ };
500
+ };
501
+ SCCategoryFollowersButton: {
502
+ styleOverrides: {
503
+ root: ({ theme }: any) => {
504
+ padding: any;
505
+ '& .MuiAvatarGroup-root .MuiAvatar-root': {
506
+ width: any;
507
+ height: any;
508
+ border: string;
509
+ fontSize: string;
510
+ '&.MuiAvatar-colorDefault': {
511
+ marginLeft: number;
512
+ backgroundColor: string;
513
+ color: any;
514
+ };
515
+ };
516
+ };
517
+ };
518
+ };
519
+ SCCategoryHeader: {
520
+ defaultProps: {
521
+ CategoryFollowButtonProps: {
522
+ size: string;
523
+ };
524
+ };
525
+ styleOverrides: {
526
+ root: ({ theme }: any) => {
527
+ '& .SCCategoryHeader-cover': {
528
+ [x: number]: {
529
+ borderRadius: any;
530
+ };
531
+ display: string;
532
+ flexDirection: string;
533
+ justifyContent: string;
534
+ alignItems: string;
535
+ minHeight: number;
536
+ color: string;
537
+ background: string;
538
+ height: number;
539
+ borderRadius: number;
540
+ };
541
+ '& .SCCategoryHeader-info': {
542
+ paddingLeft: any;
543
+ paddingRight: any;
544
+ marginTop: any;
545
+ marginBottom: any;
546
+ '& .SCCategoryHeader-name, & .SCCategoryHeader-slogan': {
547
+ display: string;
548
+ whiteSpace: string;
549
+ overflow: string;
550
+ textOverflow: string;
551
+ textAlign: string;
552
+ marginBottom: any;
553
+ };
554
+ '& .SCCategoryHeader-name': {
555
+ fontSize: string;
556
+ fontWeight: any;
557
+ marginBottom: any;
558
+ };
559
+ '& .SCCategoryHeader-slogan': {
560
+ fontSize: string;
561
+ fontWeight: any;
562
+ marginBottom: any;
563
+ };
564
+ '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
565
+ textAlign: string;
566
+ marginBottom: any;
567
+ };
568
+ '& .SCCategoryHeader-followed': {
569
+ '& .SCCategoryHeader-followed-counter': {
570
+ fontSize: string;
571
+ fontWeight: any;
572
+ display: string;
573
+ };
574
+ };
575
+ };
576
+ };
577
+ };
578
+ };
579
+ SCCategorySkeleton: {
580
+ styleOverrides: {
581
+ root: ({ theme }: any) => {
582
+ '& .SCCategorySkeleton-image': {
583
+ borderRadius: any;
584
+ };
585
+ '& .SCCategorySkeleton-primary': {
586
+ marginBottom: any;
587
+ };
588
+ '& .SCCategorySkeleton-secondary': {
589
+ marginBottom: any;
590
+ };
591
+ '& .SCCategorySkeleton-action': {
592
+ margin: any;
593
+ };
594
+ };
595
+ };
596
+ };
597
+ SCCategoryTemplate: {
598
+ styleOverrides: {
599
+ root: ({ theme }: any) => {
600
+ [x: number]: {
601
+ marginTop: any;
602
+ };
603
+ marginTop: number;
604
+ };
605
+ };
606
+ };
607
+ SCCategoryTemplateSkeleton: {
608
+ styleOverrides: {
609
+ root: ({ theme }: any) => {
610
+ [x: number]: {
611
+ marginTop: number;
612
+ };
613
+ marginTop: number;
614
+ };
615
+ };
616
+ };
617
+ SCChoices: {
618
+ styleOverrides: {
619
+ root: ({ theme }: any) => {
620
+ borderRadius: number;
621
+ };
622
+ };
623
+ };
624
+ SCCommentAction: {
625
+ styleOverrides: {
626
+ root: ({ theme }: any) => {
627
+ display: string;
628
+ justifyContent: string;
629
+ alignItems: string;
630
+ flexDirection: string;
631
+ '&.SCShareAction-inline': {
632
+ flexDirection: string;
633
+ };
634
+ '& .SCVoteAction-divider': {
635
+ width: string;
636
+ borderBottom: number;
637
+ };
638
+ };
639
+ };
640
+ };
641
+ SCCommentNotification: {
642
+ styleOverrides: {
643
+ root: ({ theme }: any) => {
644
+ '& .SCCommentNotification-username': {
645
+ fontWeight: any;
646
+ '&:hover': {
647
+ textDecoration: string;
648
+ };
649
+ };
650
+ '& .SCCommentNotification-vote-button': {
651
+ color: string;
652
+ padding: any;
653
+ fontSize: string;
654
+ minWidth: number;
655
+ borderRadius: string;
656
+ };
657
+ '& .SCCommentNotification-contribution-text': {
658
+ color: any;
659
+ textOverflow: string;
660
+ display: string;
661
+ overflow: string;
662
+ '&:hover': {
663
+ textDecoration: string;
664
+ };
665
+ };
666
+ };
667
+ };
668
+ };
669
+ SCCommentObject: {
670
+ styleOverrides: {
671
+ root: ({ theme }: any) => {
672
+ overflow: string;
673
+ width: string;
674
+ '& .SCCommentObject-comment': {
675
+ paddingBottom: number;
676
+ overflow: string;
677
+ '& > div': {
678
+ alignItems: string;
679
+ };
680
+ };
681
+ '& .SCCommentObject-nested-comments': {
682
+ [x: number]: {
683
+ paddingLeft: number;
684
+ };
685
+ paddingTop: number;
686
+ paddingBottom: number;
687
+ paddingLeft: number;
688
+ '& ul.MuiList-root': {
689
+ paddingTop: number;
690
+ paddingBottom: number;
691
+ width: string;
692
+ '& li.MuiListItem-root': {
693
+ paddingTop: number;
694
+ };
695
+ };
696
+ };
697
+ '& .SCCommentObject-content': {
698
+ position: string;
699
+ display: string;
700
+ padding: any;
701
+ borderRadius: number;
702
+ borderColor: string;
703
+ '& .MuiCardContent-root': {
704
+ flexGrow: number;
705
+ padding: number;
706
+ };
707
+ '& .SCCommentObject-text-content': {
708
+ margin: number;
709
+ '& a': {
710
+ color: any;
711
+ };
712
+ '& p': {
713
+ margin: number;
714
+ marginBlockStart: string;
715
+ marginBlockEnd: string;
716
+ };
717
+ '& img': {
718
+ maxWidth: string;
719
+ };
720
+ };
721
+ };
722
+ '& .SCCommentObject-avatar': {
723
+ top: any;
724
+ width: any;
725
+ height: any;
726
+ };
727
+ '& .SCCommentObject-author': {
728
+ textDecoration: string;
729
+ color: any;
730
+ '& span': {
731
+ fontWeight: string;
732
+ };
733
+ };
734
+ '& .SCCommentObject-comment-actions-menu': {
735
+ alignItems: string;
736
+ };
737
+ '& .SCCommentObject-deleted': {
738
+ opacity: number;
739
+ };
740
+ '& .SCCommentObject-content-sub-section': {
741
+ display: string;
742
+ justifyContent: string;
743
+ alignItems: string;
744
+ color: any;
745
+ };
746
+ '& .SCCommentObject-comment-sub-section': {
747
+ display: string;
748
+ alignItems: string;
749
+ color: any;
750
+ marginTop: number;
751
+ position: string;
752
+ '& .SCCommentObject-activity-at': {
753
+ color: string;
754
+ textDecoration: string;
755
+ '&:hover': {
756
+ textDecoration: string;
757
+ };
758
+ };
759
+ '& .SCCommentObject-reply': {
760
+ color: string;
761
+ textDecorationStyle: string;
762
+ fontSize: string;
763
+ padding: any;
764
+ textTransform: string;
765
+ };
766
+ '& .SCCommentObject-vote-audience': {
767
+ position: string;
768
+ right: number;
769
+ top: number;
770
+ };
771
+ };
772
+ };
773
+ };
774
+ };
775
+ SCCommentObjectReply: {
776
+ styleOverrides: {
777
+ root: ({ theme }: any) => {
778
+ border: string;
779
+ marginBottom: any;
780
+ '& .SCBaseItem-content': {
781
+ alignItems: string;
782
+ '& .SCBaseItem-text': {
783
+ marginTop: number;
784
+ marginBottom: number;
785
+ '& .SCBaseItem-secondary': {
786
+ overflow: string;
787
+ };
788
+ };
789
+ };
790
+ '& .SCCommentObjectReply-comment': {
791
+ overflow: string;
792
+ borderRadius: number;
793
+ };
794
+ '& .SCCommentObjectReply-actions': {
795
+ marginLeft: any;
796
+ paddingBottom: any;
797
+ };
798
+ };
799
+ };
800
+ };
801
+ SCCommentObjectSkeleton: {
802
+ styleOverrides: {
803
+ root: ({ theme }: any) => {
804
+ '& .SCWidget-root': {
805
+ borderRadius: number;
806
+ borderColor: string;
807
+ '& .MuiCardContent-root': {
808
+ padding: any;
809
+ };
810
+ };
811
+ };
812
+ };
813
+ };
814
+ SCCommentObjectVotes: {
815
+ styleOverrides: {
816
+ root: ({ theme }: any) => {
817
+ flexGrow: number;
818
+ display: string;
819
+ flexDirection: string;
820
+ '& .SCCommentObjectVotes-btnViewVotes': {
821
+ minWidth: number;
822
+ '& .MuiIcon-root': {
823
+ fontSize: string;
824
+ };
825
+ };
826
+ };
827
+ };
828
+ };
829
+ SCCommentsFeedObject: {
830
+ styleOverrides: {
831
+ root: ({ theme }: any) => {
832
+ '& .SCCommentObject-root': {
833
+ '& > div': {
834
+ background: string;
835
+ };
836
+ };
837
+ '& .SCCommentObjectSkeleton-root': {
838
+ background: string;
839
+ boxShadow: string;
840
+ border: number;
841
+ margin: any;
842
+ '& .SCBaseItem-text': {
843
+ '& .SCWidget-root': {
844
+ '& .MuiCardContent-root': {
845
+ padding: any;
846
+ };
847
+ };
848
+ };
849
+ };
850
+ '& .SCCommentsObjectSkeleton-root': {
851
+ marginBottom: any;
852
+ };
853
+ '& .SCCommentObjectReply-root': {
854
+ '& .SCCommentObjectReply-comment': {
855
+ marginBottom: any;
856
+ };
857
+ };
858
+ };
859
+ };
860
+ };
861
+ SCCommentsObject: {
862
+ styleOverrides: {
863
+ root: ({ theme }: any) => {
864
+ '& .SCCommentsObject-pagination': {
865
+ paddingBottom: any;
866
+ '& button': {
867
+ fontWeight: any;
868
+ textDecoration: string;
869
+ textUnderlineOffset: number;
870
+ textDecorationStyle: string;
871
+ };
872
+ '& .SCCommentsObject-comments-counter': {
873
+ fontSize: string;
874
+ };
875
+ };
876
+ };
877
+ };
878
+ };
879
+ SCComposer: {
880
+ styleOverrides: {
881
+ root: ({ theme }: any) => {
882
+ '& .SCComposer-title': {
883
+ borderBottom: string;
884
+ padding: any;
885
+ lineHeight: number;
886
+ fontSize: string;
887
+ display: string;
888
+ flexDirection: string;
889
+ flexWrap: string;
890
+ justifyContent: string;
891
+ alignItems: string;
892
+ '& .SCComposer-types .MuiInputBase-input': {
893
+ fontWeight: any;
894
+ fontSize: string;
895
+ minHeight: string;
896
+ };
897
+ '& > div': {
898
+ flex: number;
899
+ textAlign: string;
900
+ };
901
+ '& > div:first-of-type': {
902
+ textAlign: string;
903
+ };
904
+ '& > div:last-of-type': {
905
+ textAlign: string;
906
+ display: string;
907
+ };
908
+ };
909
+ '& .SCComposer-types': {
910
+ flexDirection: string;
911
+ alignItems: string;
912
+ };
913
+ '& .SCComposer-avatar': {
914
+ width: any;
915
+ height: any;
916
+ display: string;
917
+ };
918
+ '& .SCComposer-content': {
919
+ position: string;
920
+ overflowY: string;
921
+ padding: any;
922
+ minHeight: number;
923
+ display: string;
924
+ flexDirection: string;
925
+ justifyContent: string;
926
+ '& .SCComposer-editor': {
927
+ padding: number;
928
+ fontSize: string;
929
+ '& .SCEditor-placeholder': {
930
+ top: number;
931
+ left: number;
932
+ };
933
+ '& .SCEditor-actions': {
934
+ bottom: any;
935
+ padding: any;
936
+ '& > p.MuiTypography-alignLeft > .MuiIconButton-root': {
937
+ marginLeft: any;
938
+ marginRight: any;
939
+ '&:first-of-type': {
940
+ marginLeft: number;
941
+ };
942
+ '&:last-child': {
943
+ marginRight: number;
944
+ };
945
+ };
946
+ '& > p.MuiTypography-alignRight > .MuiIconButton-root': {
947
+ marginRight: any;
948
+ };
949
+ '& .MuiIconButton-sizeMedium': {
950
+ fontSize: string;
951
+ };
952
+ };
953
+ '&.SCEditor-toolbar': {
954
+ '& .SCEditor-placeholder': {
955
+ top: any;
956
+ left: number;
957
+ };
958
+ '& .SCEditor-actions': {
959
+ bottom: any;
960
+ };
961
+ };
962
+ };
963
+ '& .SCComposer-medias, & .SCComposer-audience, & .SCComposer-block': {
964
+ margin: any;
965
+ padding: number;
966
+ };
967
+ '& .SCComposer-medias': {
968
+ '& .SCComposer-mediasActions': {
969
+ position: string;
970
+ borderTop: string;
971
+ backgroundColor: any;
972
+ padding: any;
973
+ '& .SCComposer-mediasActionsTitle': {
974
+ fontSize: string;
975
+ };
976
+ };
977
+ };
978
+ };
979
+ '& .SCComposer-mediaContent, & .SCComposer-audienceContent, & .SCComposer-locationContent': {
980
+ minHeight: number;
981
+ };
982
+ '& .SCComposer-audienceContent': {
983
+ maxWidth: number;
984
+ margin: any;
985
+ '& .MuiTabs-root': {
986
+ margin: any;
987
+ '& .MuiTabs-flexContainer': {
988
+ justifyContent: string;
989
+ '& .MuiTab-root': {
990
+ minHeight: any;
991
+ flexDirection: string;
992
+ '& .MuiTab-iconWrapper': {
993
+ marginRight: any;
994
+ fontSize: string;
995
+ };
996
+ };
997
+ };
998
+ };
999
+ '& .SCComposer-block': {
1000
+ marginBottom: any;
1001
+ };
1002
+ };
1003
+ '& .SCComposer-block': {
1004
+ padding: any;
1005
+ };
1006
+ '& .SCComposer-editor': {
1007
+ minHeight: number;
1008
+ '& .SCEditor-placeholder': {
1009
+ top: any;
1010
+ left: any;
1011
+ };
1012
+ };
1013
+ '& .SCComposer-divider': {
1014
+ borderTop: string;
1015
+ };
1016
+ '& .SCComposer-medias': {
1017
+ margin: string;
1018
+ };
1019
+ '& .SCComposer-location, & .SCComposer-audience': {
1020
+ padding: any;
1021
+ paddingBottom: number;
1022
+ };
1023
+ '& .SCComposer-mediasActions': {
1024
+ position: string;
1025
+ left: number;
1026
+ right: number;
1027
+ background: any;
1028
+ padding: any;
1029
+ zIndex: number;
1030
+ display: string;
1031
+ flexWrap: string;
1032
+ justifyContent: string;
1033
+ '& .SCComposer-mediasActionsActions': {
1034
+ textAlign: string;
1035
+ };
1036
+ };
1037
+ '& .SCComposer-sortableMedia': {
1038
+ position: string;
1039
+ };
1040
+ '& .SCComposer-sortableMediaCover': {
1041
+ backgroundSize: string;
1042
+ backgroundPosition: string;
1043
+ backgroundRepeat: string;
1044
+ border: string;
1045
+ borderRadius: number;
1046
+ height: number;
1047
+ };
1048
+ '& .SCComposer-links': {
1049
+ padding: any;
1050
+ };
1051
+ '& .SCComposer-actions': {
1052
+ [x: number]: {
1053
+ display: string;
1054
+ flexDirection: string;
1055
+ flexWrap: string;
1056
+ justifyContent: string;
1057
+ alignItems: string;
1058
+ '& .MuiTypography-alignLeft, & .MuiTypography-alignRight': {
1059
+ float: string;
1060
+ };
1061
+ };
1062
+ margin: number;
1063
+ borderTop: string;
1064
+ padding: any;
1065
+ display: string;
1066
+ '& .MuiTypography-alignLeft': {
1067
+ float: string;
1068
+ };
1069
+ '& .MuiTypography-alignRight': {
1070
+ float: string;
1071
+ };
1072
+ };
1073
+ '& .SCComposer-actionInput': {
1074
+ display: string;
1075
+ };
1076
+ '& .SCComposer-badgeError .MuiBadge-badge': {
1077
+ padding: number;
1078
+ };
1079
+ '& .MuiDialog-paper': {
1080
+ padding: any;
1081
+ };
1082
+ '& .SCComposer-mediaContent': {
1083
+ '& .SCMediaActionImage-root': {
1084
+ padding: number;
1085
+ '& .SCMediaActionImage-upload': {
1086
+ padding: any;
1087
+ backgroundColor: string;
1088
+ borderRadius: any;
1089
+ color: any;
1090
+ '&.SCMediaActionImage-dragOver': {
1091
+ backgroundColor: string;
1092
+ };
1093
+ '& .SCMediaActionImage-uploadBtn': {
1094
+ border: string;
1095
+ };
1096
+ };
1097
+ };
1098
+ '& .SCMediaActionDocument-root': {
1099
+ padding: number;
1100
+ '& .SCMediaActionDocument-upload': {
1101
+ padding: any;
1102
+ backgroundColor: string;
1103
+ borderRadius: any;
1104
+ color: any;
1105
+ '&.SCMediaActionDocument-dragOver': {
1106
+ backgroundColor: string;
1107
+ };
1108
+ '& .SCMediaActionDocument-uploadBtn': {
1109
+ border: string;
1110
+ };
1111
+ };
1112
+ };
1113
+ };
1114
+ '& .SCComposer-locationContent': {
1115
+ padding: any;
1116
+ minHeight: number;
1117
+ };
1118
+ '& .MuiDialog-container': {
1119
+ '& .MuiDialog-paper': {
1120
+ [x: number]: {
1121
+ borderRadius: any;
1122
+ };
1123
+ boxShadow: any;
1124
+ '&.MuiDialog-paperFullScreen': {
1125
+ height: string;
1126
+ minHeight: string;
1127
+ };
1128
+ };
1129
+ };
1130
+ '& .SCCategoryAutocomplete-root': {
1131
+ minWidth: number;
1132
+ '& .MuiFormControl-root': {
1133
+ margin: number;
1134
+ };
1135
+ };
1136
+ '& .MuiDialog-paperFullScreen': {
1137
+ '& .SCComposer-actions > *:first-of-type': {
1138
+ marginBottom: any;
1139
+ };
1140
+ };
1141
+ };
1142
+ };
1143
+ };
1144
+ SCCategoryAutocomplete: {
1145
+ styleOverrides: {
1146
+ root: ({ theme }: any) => {};
1147
+ };
1148
+ };
1149
+ SCComposerPoll: {
1150
+ styleOverrides: {
1151
+ root: ({ theme }: any) => {
1152
+ '& .SCComposerPoll-title': {
1153
+ marginBottom: any;
1154
+ };
1155
+ '& .SCComposerPoll-choices': {
1156
+ marginBottom: number;
1157
+ };
1158
+ '& .SCComposerPoll-choice-new': {
1159
+ color: any;
1160
+ marginLeft: any;
1161
+ };
1162
+ '& .SCComposerPoll-metadata': {
1163
+ margin: any;
1164
+ '& .MuiFormControlLabel-root': {
1165
+ marginBottom: any;
1166
+ };
1167
+ };
1168
+ };
1169
+ };
1170
+ };
1171
+ SCContributionNotification: {
1172
+ styleOverrides: {
1173
+ root: ({ theme }: any) => {
1174
+ '& .SCContributionNotification-username': {
1175
+ fontWeight: any;
1176
+ '&:hover': {
1177
+ textDecoration: string;
1178
+ };
1179
+ };
1180
+ '& .SCContributionNotification-vote-button': {
1181
+ color: string;
1182
+ padding: any;
1183
+ fontSize: string;
1184
+ minWidth: number;
1185
+ borderRadius: string;
1186
+ };
1187
+ '& .SCContributionNotification-contribution-text': {
1188
+ color: any;
1189
+ textOverflow: string;
1190
+ overflow: string;
1191
+ '&:hover': {
1192
+ textDecoration: string;
1193
+ };
1194
+ };
1195
+ '& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
1196
+ marginTop: any;
1197
+ '& .SCDateTimeAgo-root': {
1198
+ marginTop: number;
1199
+ };
1200
+ };
1201
+ };
1202
+ };
1203
+ };
1204
+ SCContributorsFeedObject: {
1205
+ styleOverrides: {
1206
+ root: ({ theme }: any) => {
1207
+ '& .SCContributorsFeedObject-btn-participants': {
1208
+ marginLeft: any;
1209
+ color: string;
1210
+ fontWeight: any;
1211
+ fontSize: string;
1212
+ };
1213
+ };
1214
+ };
1215
+ };
1216
+ SCCustomSnackMessage: {
1217
+ styleOverrides: {
1218
+ root: ({ theme }: any) => {
1219
+ [x: number]: {
1220
+ minWidth: string;
1221
+ };
1222
+ width: number;
1223
+ '& .SCCustomSnackMessage-card': {
1224
+ width: string;
1225
+ '& .SCCustomSnackMessage-content': {
1226
+ position: string;
1227
+ padding: any;
1228
+ '& .SCCustomSnackMessage-close': {
1229
+ position: string;
1230
+ right: number;
1231
+ top: number;
1232
+ zIndex: number;
1233
+ };
1234
+ a: {
1235
+ color: any;
1236
+ textDecoration: string;
1237
+ '&:hover': {
1238
+ textDecoration: string;
1239
+ };
1240
+ };
1241
+ };
1242
+ };
1243
+ };
1244
+ };
1245
+ };
1246
+ SCDateTimeAgo: {
1247
+ styleOverrides: {
1248
+ root: ({ theme }: any) => {
1249
+ color: string;
1250
+ verticalAlign: string;
1251
+ '& .MuiIcon-root': {
1252
+ fontSize: string;
1253
+ marginRight: number;
1254
+ };
1255
+ '& .MuiTypography-root': {
1256
+ lineHeight: string;
1257
+ fontSize: string;
1258
+ };
1259
+ };
1260
+ };
1261
+ };
1262
+ SCEditor: {
1263
+ styleOverrides: {
1264
+ root: ({ theme }: any) => {
1265
+ boxSizing: string;
1266
+ padding: any;
1267
+ position: string;
1268
+ cursor: string;
1269
+ '& .SCEditor-content': {
1270
+ position: string;
1271
+ outline: string;
1272
+ minHeight: number;
1273
+ paddingBottom: number;
1274
+ '& > p': {
1275
+ margin: number;
1276
+ };
1277
+ '& img': {
1278
+ margin: number;
1279
+ };
1280
+ "& mention": {
1281
+ backgroundColor: any;
1282
+ };
1283
+ "& hashtag": {
1284
+ backgroundColor: any;
1285
+ };
1286
+ };
1287
+ '& .SCEditor-placeholder': {
1288
+ position: string;
1289
+ top: any;
1290
+ left: any;
1291
+ color: any;
1292
+ };
1293
+ '& .SCEditor-actions': {
1294
+ position: string;
1295
+ bottom: number;
1296
+ right: any;
1297
+ color: any;
1298
+ zIndex: number;
1299
+ '& .MuiIcon-root': {
1300
+ fontSize: string;
1301
+ };
1302
+ };
1303
+ '& .SCEditor-image': {
1304
+ position: string;
1305
+ display: string;
1306
+ '& .image-resizer': {
1307
+ display: string;
1308
+ width: number;
1309
+ height: number;
1310
+ position: string;
1311
+ backgroundColor: any;
1312
+ border: string;
1313
+ '&.image-resizer-n': {
1314
+ top: number;
1315
+ left: string;
1316
+ cursor: string;
1317
+ };
1318
+ '&.image-resizer-ne': {
1319
+ top: number;
1320
+ right: number;
1321
+ cursor: string;
1322
+ };
1323
+ '&.image-resizer-e': {
1324
+ top: string;
1325
+ right: number;
1326
+ cursor: string;
1327
+ };
1328
+ '&.image-resizer-se': {
1329
+ bottom: number;
1330
+ right: number;
1331
+ cursor: string;
1332
+ };
1333
+ '&.image-resizer-s': {
1334
+ bottom: number;
1335
+ left: string;
1336
+ cursor: string;
1337
+ };
1338
+ '&.image-resizer-sw': {
1339
+ bottom: number;
1340
+ left: number;
1341
+ cursor: string;
1342
+ };
1343
+ '&.image-resizer-w': {
1344
+ bottom: string;
1345
+ left: number;
1346
+ cursor: string;
1347
+ };
1348
+ '&.image-resizer-nw': {
1349
+ top: number;
1350
+ left: number;
1351
+ cursor: string;
1352
+ };
1353
+ };
1354
+ };
1355
+ '& hr': {
1356
+ cursor: string;
1357
+ margin: string;
1358
+ '&.selected': {
1359
+ outline: string;
1360
+ userSelect: string;
1361
+ };
1362
+ };
1363
+ '& .SCEditor-ltr': {
1364
+ textAlign: string;
1365
+ };
1366
+ '& .SCEditor-rtl': {
1367
+ textAlign: string;
1368
+ };
1369
+ '& .SCEditor-paragraph': {
1370
+ margin: number;
1371
+ position: string;
1372
+ };
1373
+ '& .SCEditor-quote': {
1374
+ margin: number;
1375
+ marginLeft: any;
1376
+ marginBottom: any;
1377
+ color: any;
1378
+ borderLeftColor: any;
1379
+ borderLeftWidth: any;
1380
+ borderLeftStyle: string;
1381
+ paddingLeft: any;
1382
+ };
1383
+ '& .SCEditor-h1': {
1384
+ fontSize: string;
1385
+ color: any;
1386
+ fontWeight: any;
1387
+ margin: number;
1388
+ };
1389
+ '& .SCEditor-h2': {
1390
+ fontSize: string;
1391
+ color: any;
1392
+ fontWeight: any;
1393
+ margin: number;
1394
+ };
1395
+ '& .SCEditor-h3': {
1396
+ fontSize: string;
1397
+ color: any;
1398
+ fontWeight: any;
1399
+ margin: number;
1400
+ };
1401
+ '& .SCEditor-textBold': {
1402
+ fontWeight: string;
1403
+ };
1404
+ '& .SCEditor-textItalic': {
1405
+ fontStyle: string;
1406
+ };
1407
+ '& .SCEditor-textUnderline': {
1408
+ textDecoration: string;
1409
+ };
1410
+ '& .SCEditor-textStrikethrough': {
1411
+ textDecoration: string;
1412
+ };
1413
+ '& .SCEditor-textUnderlineStrikethrough': {
1414
+ textDecoration: string;
1415
+ };
1416
+ '& .SCEditor-textSubscript': {
1417
+ fontSize: string;
1418
+ verticalAlign: string;
1419
+ };
1420
+ '& .SCEditor-textSuperscript': {
1421
+ fontSize: string;
1422
+ verticalAlign: string;
1423
+ };
1424
+ '& .SCEditor-link': {
1425
+ color: any;
1426
+ textDecoration: string;
1427
+ };
1428
+ '& .SCEditor-link:hover': {
1429
+ textDecoration: string;
1430
+ cursor: string;
1431
+ };
1432
+ '& .SCEditor-ol1': {
1433
+ padding: number;
1434
+ margin: number;
1435
+ };
1436
+ '& .SCEditor-ol2': {
1437
+ padding: number;
1438
+ margin: number;
1439
+ listStyleType: string;
1440
+ };
1441
+ '& .SCEditor-ol3': {
1442
+ padding: number;
1443
+ margin: number;
1444
+ listStyleType: string;
1445
+ };
1446
+ '& .SCEditor-ol4': {
1447
+ padding: number;
1448
+ margin: number;
1449
+ listStyleType: string;
1450
+ };
1451
+ '& .SCEditor-ol5': {
1452
+ padding: number;
1453
+ margin: number;
1454
+ listStyleType: string;
1455
+ };
1456
+ '& .SCEditor-ul': {
1457
+ padding: number;
1458
+ margin: number;
1459
+ };
1460
+ '& .SCEditor-listItem': {
1461
+ margin: string;
1462
+ };
1463
+ };
1464
+ toolbar: ({ theme }: any) => {
1465
+ '& .SCEditor-placeholder': {
1466
+ top: any;
1467
+ left: any;
1468
+ };
1469
+ };
1470
+ };
1471
+ };
1472
+ SCEditorFloatingLinkPlugin: {
1473
+ styleOverrides: {
1474
+ root: ({ theme }: any) => {
1475
+ zIndex: number;
1476
+ '& .MuiPaper-root': {
1477
+ borderRadius: number;
1478
+ };
1479
+ };
1480
+ };
1481
+ };
1482
+ SCEditorHashtagPlugin: {
1483
+ styleOverrides: {
1484
+ root: ({ theme }: any) => {
1485
+ position: string;
1486
+ background: any;
1487
+ boxShadow: string;
1488
+ borderEadius: number;
1489
+ zIndex: number;
1490
+ '& ul': {
1491
+ padding: number;
1492
+ listStyle: string;
1493
+ margin: number;
1494
+ borderRadius: number;
1495
+ '& li': {
1496
+ padding: any;
1497
+ margin: number;
1498
+ minWidth: number;
1499
+ fontSize: any;
1500
+ outline: string;
1501
+ cursor: string;
1502
+ display: string;
1503
+ flexDirection: string;
1504
+ justifyContent: string;
1505
+ alignItems: string;
1506
+ '&.selected': {
1507
+ background: any;
1508
+ };
1509
+ '&.hovered': {
1510
+ background: any;
1511
+ };
1512
+ '& .MuiAvatar-root': {
1513
+ width: number;
1514
+ height: number;
1515
+ marginRight: any;
1516
+ };
1517
+ };
1518
+ };
1519
+ };
1520
+ };
1521
+ };
1522
+ SCEditorMentionPlugin: {
1523
+ styleOverrides: {
1524
+ root: ({ theme }: any) => {
1525
+ position: string;
1526
+ background: any;
1527
+ boxShadow: string;
1528
+ borderEadius: number;
1529
+ zIndex: number;
1530
+ '& ul': {
1531
+ padding: number;
1532
+ listStyle: string;
1533
+ margin: number;
1534
+ borderRadius: number;
1535
+ '& li': {
1536
+ padding: any;
1537
+ margin: number;
1538
+ minWidth: number;
1539
+ fontSize: any;
1540
+ outline: string;
1541
+ cursor: string;
1542
+ display: string;
1543
+ flexDirection: string;
1544
+ justifyContent: string;
1545
+ alignItems: string;
1546
+ '&.selected': {
1547
+ background: any;
1548
+ };
1549
+ '&.hovered': {
1550
+ background: any;
1551
+ };
1552
+ '& .MuiAvatar-root': {
1553
+ width: number;
1554
+ height: number;
1555
+ marginRight: any;
1556
+ };
1557
+ };
1558
+ };
1559
+ };
1560
+ };
1561
+ };
1562
+ SCEditorToolbarPlugin: {
1563
+ styleOverrides: {
1564
+ root: ({ theme }: any) => {
1565
+ borderRadius: number;
1566
+ borderColor: string;
1567
+ borderWidth: number;
1568
+ borderStyle: string;
1569
+ display: string;
1570
+ flexDirection: string;
1571
+ alignItems: string;
1572
+ justifyContent: string;
1573
+ marginBottom: any;
1574
+ padding: number;
1575
+ overflowX: string;
1576
+ MsOverflowStyle: string;
1577
+ scrollbarWidth: string;
1578
+ '&::-webkit-scrollbar': {
1579
+ display: string;
1580
+ };
1581
+ '& .MuiTextField-root': {
1582
+ minWidth: number;
1583
+ margin: any;
1584
+ };
1585
+ '& .MuiButtonBase-root': {
1586
+ margin: any;
1587
+ padding: any;
1588
+ fontSize: string;
1589
+ border: number;
1590
+ borderRadius: number;
1591
+ '&.Mui-disabled': {
1592
+ border: number;
1593
+ };
1594
+ '&.MuiToggleButtonGroup-grouped:not(:last-of-type)': {
1595
+ borderTopRightRadius: number;
1596
+ borderBottomRightRadius: number;
1597
+ };
1598
+ '&.MuiToggleButtonGroup-grouped:not(:first-of-type)': {
1599
+ borderTopRightRadius: number;
1600
+ borderBottomRightRadius: number;
1601
+ borderTopLeftRadius: number;
1602
+ borderBottomLeftRadius: number;
1603
+ };
1604
+ };
1605
+ '& .SCEditorToolbarPlugin-block-format .MuiIcon-root:first-of-type': {
1606
+ display: string;
1607
+ marginRight: any;
1608
+ };
1609
+ };
1610
+ };
1611
+ };
1612
+ SCEmojiPicker: {
1613
+ styleOverrides: {
1614
+ root: ({ theme }: any) => {
1615
+ '& .EmojiPickerReact.epr-main': {
1616
+ borderWidth: number;
1617
+ };
1618
+ };
1619
+ };
1620
+ };
1621
+ SCFeed: {
1622
+ styleOverrides: {
1623
+ root: ({ theme }: any) => {
1624
+ maxWidth: any;
1625
+ '& .SCFeed-left': {
1626
+ [x: number]: {
1627
+ padding: any;
1628
+ };
1629
+ padding: number;
1630
+ '& > div:first-of-type': {
1631
+ marginTop: number;
1632
+ };
1633
+ '&:last-of-type': {
1634
+ paddingBottom: any;
1635
+ };
1636
+ '& > .SCWidget-root, & > .SCCustomAdv-root': {
1637
+ maxWidth: number;
1638
+ marginLeft: string;
1639
+ marginRight: string;
1640
+ };
1641
+ '& > * > * > .SCWidget-root': {
1642
+ marginBottom: any;
1643
+ };
1644
+ };
1645
+ '& .SCFeed-right': {
1646
+ padding: any;
1647
+ '& > .SCWidget-root': {
1648
+ marginBottom: any;
1649
+ };
1650
+ };
1651
+ '& .SCFeed-end': {
1652
+ padding: number;
1653
+ marginBottom: any;
1654
+ textAlign: string;
1655
+ '& > div': {
1656
+ padding: any;
1657
+ };
1658
+ };
1659
+ '& .SCFeed-refresh': {
1660
+ textAlign: string;
1661
+ };
1662
+ '& .SCFeed-paginationLink': {
1663
+ display: string;
1664
+ };
1665
+ };
1666
+ };
1667
+ };
1668
+ SCFeedObject: {
1669
+ styleOverrides: {
1670
+ root: ({ theme }: any) => {
1671
+ '&.SCFeedObject-preview, &.SCFeedObject-detail, &.SCFeedObject-search': {
1672
+ [x: number]: {
1673
+ borderRadius: any;
1674
+ };
1675
+ border: string;
1676
+ boxShadow: string;
1677
+ borderRadius: number;
1678
+ '& .SCFeedObject-category': {
1679
+ borderBottom: string;
1680
+ margin: any;
1681
+ };
1682
+ '& .SCFeedObject-header': {
1683
+ '& .MuiCardHeader-avatar': {
1684
+ marginRight: any;
1685
+ };
1686
+ '& .SCFeedObject-username': {
1687
+ fontWeight: any;
1688
+ };
1689
+ '& .MuiCardHeader-subheader': {
1690
+ fontSize: string;
1691
+ color: any;
1692
+ '& .SCFeedObject-activity-at': {
1693
+ marginTop: number;
1694
+ display: string;
1695
+ '&:hover': {
1696
+ color: string;
1697
+ textDecoration: string;
1698
+ };
1699
+ };
1700
+ '& .SCFeedObject-tag': {
1701
+ '& .MuiIcon-root': {
1702
+ fontSize: string;
1703
+ color: string;
1704
+ };
1705
+ };
1706
+ };
1707
+ };
1708
+ '& .SCFeedObject-content': {
1709
+ '& .SCFeedObject-title-section': {
1710
+ '& .SCFeedObject-title': {
1711
+ fontWeight: any;
1712
+ marginBottom: any;
1713
+ };
1714
+ '& a': {
1715
+ color: string;
1716
+ };
1717
+ };
1718
+ '& .SCFeedObject-text-section': {
1719
+ '& > :first-of-type': {
1720
+ padding: any;
1721
+ };
1722
+ '& hr': {
1723
+ margin: string;
1724
+ };
1725
+ '& a': {
1726
+ color: any;
1727
+ textDecoration: string;
1728
+ '&:hover': {
1729
+ textDecoration: string;
1730
+ cursor: string;
1731
+ };
1732
+ };
1733
+ '& blockquote': {
1734
+ margin: number;
1735
+ marginLeft: any;
1736
+ marginBottom: any;
1737
+ color: any;
1738
+ borderLeftColor: any;
1739
+ borderLeftWidth: any;
1740
+ borderLeftStyle: string;
1741
+ paddingLeft: any;
1742
+ };
1743
+ '& h1': {
1744
+ fontSize: string;
1745
+ color: any;
1746
+ fontWeight: any;
1747
+ margin: number;
1748
+ };
1749
+ '& h2': {
1750
+ fontSize: string;
1751
+ color: any;
1752
+ fontWeight: any;
1753
+ margin: number;
1754
+ };
1755
+ '& h3': {
1756
+ fontSize: string;
1757
+ color: any;
1758
+ fontWeight: any;
1759
+ margin: number;
1760
+ };
1761
+ '& b': {
1762
+ fontWeight: string;
1763
+ };
1764
+ '& i': {
1765
+ fontStyle: string;
1766
+ };
1767
+ '& u': {
1768
+ textDecoration: string;
1769
+ };
1770
+ '& s': {
1771
+ textDecoration: string;
1772
+ };
1773
+ '& sub': {
1774
+ fontSize: string;
1775
+ verticalAlign: string;
1776
+ };
1777
+ '& sup': {
1778
+ fontSize: string;
1779
+ verticalAlign: string;
1780
+ };
1781
+ '& ol': {
1782
+ padding: number;
1783
+ margin: number;
1784
+ };
1785
+ '& ol ol': {
1786
+ padding: number;
1787
+ margin: number;
1788
+ listStyleType: string;
1789
+ };
1790
+ '& ol ol ol': {
1791
+ padding: number;
1792
+ margin: number;
1793
+ listStyleType: string;
1794
+ };
1795
+ '& ol ol ol ol': {
1796
+ padding: number;
1797
+ margin: number;
1798
+ listStyleType: string;
1799
+ };
1800
+ '& ol ol ol ol ol': {
1801
+ padding: number;
1802
+ margin: number;
1803
+ listStyleType: string;
1804
+ };
1805
+ '& ul': {
1806
+ padding: number;
1807
+ margin: number;
1808
+ };
1809
+ '& li': {
1810
+ margin: string;
1811
+ };
1812
+ };
1813
+ };
1814
+ '& .SCFeedObject-actions-section': {
1815
+ marginBottom: any;
1816
+ '& .SCFeedObjectActions-root': {
1817
+ margin: number;
1818
+ padding: any;
1819
+ '& .SCFeedObjectActions-action': {
1820
+ '& .SCVoteAction-view-audience-button, & .SCCommentAction-view-audience-button, & .SCShareAction-view-audience-button, & .SCReactionAction-view-audience-button': {
1821
+ fontSize: string;
1822
+ fontWeight: any;
1823
+ marginTop: any;
1824
+ marginBottom: number;
1825
+ color: any;
1826
+ '&:hover': {
1827
+ color: string;
1828
+ };
1829
+ };
1830
+ '& .MuiDivider-root': {
1831
+ borderColor: any;
1832
+ };
1833
+ '& .SCVoteAction-button, & .SCCommentAction-button, & .SCShareAction-button, & .SCReactionAction-button': {
1834
+ color: any;
1835
+ marginTop: any;
1836
+ marginBottom: any;
1837
+ borderRadius: string;
1838
+ padding: any;
1839
+ minWidth: number;
1840
+ '& .MuiIcon-root': {
1841
+ fontSize: string;
1842
+ };
1843
+ '& > img': {
1844
+ width: string;
1845
+ height: string;
1846
+ };
1847
+ };
1848
+ };
1849
+ };
1850
+ '& .SCFeedObject-reply-content': {
1851
+ marginLeft: number;
1852
+ background: string;
1853
+ '& .SCCommentObjectReply-root': {
1854
+ background: string;
1855
+ marginBottom: number;
1856
+ '& .SCCommentObjectReply-comment': {
1857
+ background: string;
1858
+ border: string;
1859
+ '& .SCEditor-root': {
1860
+ '& .SCEditor-placeholder': {
1861
+ fontWeight: any;
1862
+ };
1863
+ '& .SCEditor-content': {
1864
+ paddingBottom: number;
1865
+ minHeight: number;
1866
+ };
1867
+ '& .SCEditor-actions': {
1868
+ bottom: number;
1869
+ };
1870
+ };
1871
+ };
1872
+ };
1873
+ };
1874
+ };
1875
+ '& .SCFeedObject-activities-section': {
1876
+ '& .SCFeedObject-activities-content': {
1877
+ paddingTop: number;
1878
+ '& .SCActivitiesMenu-selector': {
1879
+ '& .MuiButton-root': {
1880
+ fontSize: string;
1881
+ fontWeight: any;
1882
+ padding: any;
1883
+ };
1884
+ };
1885
+ '& .SCCommentObject-root': {
1886
+ marginTop: number;
1887
+ marginBottom: number;
1888
+ paddingTop: number;
1889
+ paddingBottom: number;
1890
+ };
1891
+ };
1892
+ '& .SCCommentObjectSkeleton-root': {
1893
+ background: string;
1894
+ marginTop: number;
1895
+ marginBottom: string;
1896
+ '& .SCBaseItem-text': {
1897
+ '& .SCWidget-root': {
1898
+ '& .MuiCardContent-root': {
1899
+ padding: any;
1900
+ };
1901
+ };
1902
+ };
1903
+ };
1904
+ '& .SCCommentObjectReply-root': {
1905
+ '& .SCCommentObjectReply-comment': {
1906
+ marginBottom: string;
1907
+ border: string;
1908
+ borderRadius: any;
1909
+ '& .SCEditor-root': {
1910
+ minHeight: any;
1911
+ marginTop: number;
1912
+ '& .SCEditor-content': {
1913
+ minHeight: number;
1914
+ };
1915
+ '& .SCEditor-actions': {
1916
+ bottom: any;
1917
+ };
1918
+ };
1919
+ };
1920
+ };
1921
+ };
1922
+ };
1923
+ '&.SCFeedObject-snippet': {
1924
+ '& .SCFeedObject-username': {
1925
+ fontSize: string;
1926
+ fontWeight: any;
1927
+ display: string;
1928
+ marginBottom: any;
1929
+ };
1930
+ '& .SCFeedObject-snippet-content': {
1931
+ fontSize: string;
1932
+ marginBottom: any;
1933
+ };
1934
+ '& .SCFeedObject-activity-at': {
1935
+ marginTop: number;
1936
+ display: string;
1937
+ '&:hover': {
1938
+ color: string;
1939
+ textDecoration: string;
1940
+ };
1941
+ };
1942
+ };
1943
+ '&.SCFeedObject-detail .SCFeedObject-reply-content': {
1944
+ borderBottom: string;
1945
+ };
1946
+ };
1947
+ };
1948
+ };
1949
+ SCFeedObjectDetailTemplate: {
1950
+ styleOverrides: {
1951
+ root: ({ theme }: any) => {
1952
+ '& .SCFeedObject-detail, & .SCCommentsFeedObject-root': {
1953
+ maxWidth: any;
1954
+ };
1955
+ '& .SCCommentsFeedObject-root': {
1956
+ padding: any;
1957
+ '& .SCCommentsObject-root h6': {
1958
+ paddingLeft: any;
1959
+ };
1960
+ };
1961
+ };
1962
+ };
1963
+ };
1964
+ SCFeedObjectDetailTemplateSkeleton: {
1965
+ styleOverrides: {
1966
+ root: ({ theme }: any) => {
1967
+ '& .SCCommentsObjectSkeleton-root': {
1968
+ '& .SCWidget-root': {
1969
+ marginBottom: string;
1970
+ };
1971
+ };
1972
+ '& .SCCommentObjectSkeleton-root': {
1973
+ background: string;
1974
+ boxShadow: string;
1975
+ border: number;
1976
+ '& .SCCommentObjectSkeleton-root': {
1977
+ marginBottom: string;
1978
+ };
1979
+ };
1980
+ };
1981
+ };
1982
+ };
1983
+ SCFeedObjectSkeleton: {
1984
+ styleOverrides: {
1985
+ root: ({ theme }: any) => {
1986
+ '&.SCFeedObjectSkeleton-preview, &.SCFeedObjectSkeleton-detail, &.SCFeedObjectSkeleton-search': {
1987
+ [x: number]: {
1988
+ borderRadius: any;
1989
+ };
1990
+ border: string;
1991
+ boxShadow: string;
1992
+ borderRadius: number;
1993
+ };
1994
+ '& .SCFeedObjectSkeleton-snippet > *': {
1995
+ paddingLeft: number;
1996
+ paddingRight: number;
1997
+ };
1998
+ };
1999
+ };
2000
+ };
2001
+ SCFeedRelevantActivities: {
2002
+ styleOverrides: {
2003
+ root: ({ theme }: any) => {
2004
+ '& .SCFeedRelevantActivities-activity': {
2005
+ '& > .SCBaseItem-root': {
2006
+ borderRadius: number;
2007
+ marginBottom: any;
2008
+ '& .SCBaseItem-text': {
2009
+ margin: number;
2010
+ '& .SCBaseItem-primary': {
2011
+ display: string;
2012
+ marginBottom: any;
2013
+ '& > a': {
2014
+ fontWeight: any;
2015
+ textDecoration: string;
2016
+ };
2017
+ };
2018
+ '& .SCBaseItem-secondary': {
2019
+ fontSize: string;
2020
+ };
2021
+ };
2022
+ };
2023
+ };
2024
+ };
2025
+ };
2026
+ };
2027
+ SCFeedSkeleton: {
2028
+ styleOverrides: {
2029
+ root: ({ theme }: any) => {
2030
+ maxWidth: any;
2031
+ '& .SCFeedSkeleton-left': {
2032
+ [x: number]: {
2033
+ padding: any;
2034
+ };
2035
+ padding: number;
2036
+ '&:last-child': {
2037
+ paddingBottom: any;
2038
+ };
2039
+ '& > .SCWidget-root': {
2040
+ marginBottom: any;
2041
+ };
2042
+ };
2043
+ '& .SCFeedSkeleton-right': {
2044
+ padding: any;
2045
+ '& .SCWidget-root': {
2046
+ marginBottom: any;
2047
+ };
2048
+ };
2049
+ '& .SCFeedSkeleton-end': {
2050
+ padding: number;
2051
+ marginBottom: any;
2052
+ '& > div': {
2053
+ padding: any;
2054
+ };
2055
+ };
2056
+ };
2057
+ };
2058
+ };
2059
+ SCFeedUpdatesWidget: {
2060
+ styleOverrides: {
2061
+ root: ({ theme }: any) => {
2062
+ marginBottom: any;
2063
+ '& div:last-child': {
2064
+ paddingBottom: any;
2065
+ };
2066
+ };
2067
+ };
2068
+ };
2069
+ SCFollowAction: {
2070
+ styleOverrides: {
2071
+ root: ({ theme }: any) => {
2072
+ '& .SCFollowAction-button': {
2073
+ color: any;
2074
+ '&.SCFollowAction-iconized': {
2075
+ borderRadius: string;
2076
+ padding: any;
2077
+ minWidth: string;
2078
+ fontSize: string;
2079
+ };
2080
+ '&.SCFollowAction-followed': {
2081
+ color: any;
2082
+ };
2083
+ };
2084
+ };
2085
+ };
2086
+ };
2087
+ SCFooter: {
2088
+ styleOverrides: {
2089
+ root: ({ theme }: any) => {
2090
+ '& .SCFooter-copyright': {
2091
+ marginTop: any;
2092
+ };
2093
+ '& .SCFooter-item-list': {
2094
+ display: string;
2095
+ justifyContent: string;
2096
+ flexDirection: string;
2097
+ '& .SCFooter-item': {
2098
+ padding: any;
2099
+ color: any;
2100
+ };
2101
+ };
2102
+ };
2103
+ };
2104
+ };
2105
+ SCInlineComposerWidget: {
2106
+ styleOverrides: {
2107
+ root: ({ theme }: any) => {
2108
+ marginBottom: any;
2109
+ '& .SCInlineComposerWidget-content, & .SCInlineComposerWidget-content:last-child': {
2110
+ [x: number]: {
2111
+ padding: any;
2112
+ };
2113
+ padding: any;
2114
+ display: string;
2115
+ flexDirection: string;
2116
+ justifyContent: string;
2117
+ '& .SCInlineComposerWidget-input': {
2118
+ display: string;
2119
+ flexGrow: number;
2120
+ '& .MuiButton-root': {
2121
+ fontWeight: any;
2122
+ letterSpacing: string;
2123
+ padding: any;
2124
+ '&:hover': {
2125
+ color: any;
2126
+ background: string;
2127
+ border: string;
2128
+ };
2129
+ };
2130
+ "& .MuiButton-text": {
2131
+ justifyContent: string;
2132
+ textTransform: string;
2133
+ };
2134
+ };
2135
+ '& .SCInlineComposerWidget-actions': {
2136
+ display: string;
2137
+ '& .MuiIconButton-root': {
2138
+ [x: number]: {
2139
+ marginLeft: number;
2140
+ marginRight: number;
2141
+ };
2142
+ };
2143
+ };
2144
+ '& .SCInlineComposerWidget-avatar': {
2145
+ [x: number]: {
2146
+ marginLeft: any;
2147
+ };
2148
+ display: string;
2149
+ alignItems: string;
2150
+ '& .MuiAvatar-root': {
2151
+ width: any;
2152
+ height: any;
2153
+ };
2154
+ };
2155
+ };
2156
+ };
2157
+ };
2158
+ };
2159
+ SCLightbox: {
2160
+ styleOverrides: {
2161
+ root: ({ theme }: any) => {
2162
+ zIndex: number;
2163
+ backgroundColor: string;
2164
+ '& .SCLightbox-ril-outer': {
2165
+ backgroundColor: string;
2166
+ outline: string;
2167
+ top: number;
2168
+ left: number;
2169
+ right: number;
2170
+ bottom: number;
2171
+ zIndex: number;
2172
+ width: string;
2173
+ height: string;
2174
+ msContentZooming: string;
2175
+ msUserSelect: string;
2176
+ msTouchSelect: string;
2177
+ touchAction: string;
2178
+ };
2179
+ '& .SCLightbox-ril-outer-closing': {
2180
+ opacity: number;
2181
+ };
2182
+ '& .SCLightbox-ril-inner': {
2183
+ position: string;
2184
+ top: number;
2185
+ left: number;
2186
+ right: number;
2187
+ bottom: number;
2188
+ };
2189
+ '& .SCLightbox-ril-image': {
2190
+ position: string;
2191
+ top: number;
2192
+ left: number;
2193
+ right: number;
2194
+ bottom: number;
2195
+ margin: string;
2196
+ maxWidth: string;
2197
+ msContentZooming: string;
2198
+ msUserSelect: string;
2199
+ msTouchSelect: string;
2200
+ touchAction: string;
2201
+ };
2202
+ '& .SCLightbox-ril-image-discourager': {
2203
+ backgroundRepeat: string;
2204
+ backgroundPosition: string;
2205
+ backgroundSize: string;
2206
+ };
2207
+ '& .SCLightbox-ril-nav-buttons': {
2208
+ border: string;
2209
+ position: string;
2210
+ top: number;
2211
+ bottom: number;
2212
+ width: number;
2213
+ height: number;
2214
+ padding: string;
2215
+ margin: string;
2216
+ cursor: string;
2217
+ opacity: number;
2218
+ '&:hover': {
2219
+ opacity: number;
2220
+ };
2221
+ '&:active': {
2222
+ opacity: number;
2223
+ };
2224
+ };
2225
+ '& .SCLightbox-ril-nav-button-prev': {
2226
+ left: number;
2227
+ background: string;
2228
+ borderRadius: number;
2229
+ color: string;
2230
+ '& span': {
2231
+ fontSize: number;
2232
+ };
2233
+ };
2234
+ '& .SCLightbox-ril-nav-button-next': {
2235
+ right: number;
2236
+ background: string;
2237
+ borderRadius: number;
2238
+ color: string;
2239
+ '& span': {
2240
+ fontSize: number;
2241
+ };
2242
+ };
2243
+ '& .SCLightbox-ril-download-blocker': {
2244
+ position: string;
2245
+ top: number;
2246
+ left: number;
2247
+ right: number;
2248
+ bottom: number;
2249
+ backgroundImage: string;
2250
+ backgroundSize: string;
2251
+ };
2252
+ '& .SCLightbox-ril-caption': {
2253
+ backgroundColor: string;
2254
+ position: string;
2255
+ left: number;
2256
+ right: number;
2257
+ display: string;
2258
+ justifyContent: string;
2259
+ bottom: number;
2260
+ maxHeight: number;
2261
+ overflow: string;
2262
+ };
2263
+ '& .SCLightbox-ril-toolbar': {
2264
+ backgroundColor: string;
2265
+ position: string;
2266
+ top: number;
2267
+ left: number;
2268
+ right: number;
2269
+ display: string;
2270
+ justifyContent: string;
2271
+ height: number;
2272
+ };
2273
+ '& .SCLightbox-ril-caption-content': {
2274
+ padding: string;
2275
+ color: string;
2276
+ };
2277
+ '& .SCLightbox-ril-toolbar-side': {
2278
+ height: number;
2279
+ margin: number;
2280
+ };
2281
+ '& .SCLightbox-ril-toolbar-left-side': {
2282
+ paddingLeft: number;
2283
+ paddingRight: number;
2284
+ flex: string;
2285
+ overflow: string;
2286
+ textOverflow: string;
2287
+ };
2288
+ '& .SCLightbox-ril-toolbar-right-side': {
2289
+ paddingLeft: number;
2290
+ paddingRight: number;
2291
+ flex: string;
2292
+ };
2293
+ '& .SCLightbox-ril-toolbar-item': {
2294
+ display: string;
2295
+ lineHeight: string;
2296
+ padding: number;
2297
+ color: string;
2298
+ fontSize: string;
2299
+ maxWidth: string;
2300
+ overflow: string;
2301
+ textOverflow: string;
2302
+ whiteSpace: string;
2303
+ };
2304
+ '& .SCLightbox-ril-toolbar-item-child': {
2305
+ verticalAlign: string;
2306
+ };
2307
+ '& .SCLightbox-ril-builtin-button': {
2308
+ width: number;
2309
+ height: number;
2310
+ cursor: string;
2311
+ border: string;
2312
+ opacity: number;
2313
+ '&:hover': {
2314
+ opacity: number;
2315
+ };
2316
+ '&:active': {
2317
+ outline: string;
2318
+ };
2319
+ };
2320
+ '& .SCLightbox-ril-builtin-button-disabled': {
2321
+ cursor: string;
2322
+ opacity: number;
2323
+ '&:hover': {
2324
+ opacity: number;
2325
+ };
2326
+ };
2327
+ '& .SCLightbox-ril-close-button': {
2328
+ background: string;
2329
+ '& span': {
2330
+ color: string;
2331
+ fontSize: number;
2332
+ };
2333
+ };
2334
+ '& .SCLightbox-ril-zoom-in-button': {
2335
+ background: string;
2336
+ marginRight: any;
2337
+ '& span': {
2338
+ color: string;
2339
+ fontSize: number;
2340
+ };
2341
+ };
2342
+ '& .SCLightbox-ril-zoom-out-button': {
2343
+ background: string;
2344
+ marginRight: any;
2345
+ '& span': {
2346
+ color: string;
2347
+ fontSize: number;
2348
+ };
2349
+ };
2350
+ '& .SCPrivateMessageThreadItem-download-button': {
2351
+ background: string;
2352
+ marginRight: any;
2353
+ '& span': {
2354
+ color: string;
2355
+ fontSize: number;
2356
+ };
2357
+ };
2358
+ '& .SCLightbox-ril-outer-animating': {
2359
+ animationName: string;
2360
+ };
2361
+ '& .SCLightbox-ril-loading-circle': {
2362
+ width: number;
2363
+ height: number;
2364
+ position: string;
2365
+ };
2366
+ '& .SCLightbox-ril-loading-circle-point': {
2367
+ width: string;
2368
+ height: string;
2369
+ position: string;
2370
+ left: number;
2371
+ top: number;
2372
+ '&:before': {
2373
+ content: string;
2374
+ display: string;
2375
+ margin: string;
2376
+ width: string;
2377
+ height: string;
2378
+ backgroundColor: string;
2379
+ borderRadius: string;
2380
+ animation: string;
2381
+ };
2382
+ '&:nth-of-type(1)': {
2383
+ transform: string;
2384
+ '&:before': {
2385
+ animationDelay: string;
2386
+ };
2387
+ };
2388
+ '&:nth-of-type(7)': {
2389
+ transform: string;
2390
+ '&:before': {
2391
+ animationDelay: string;
2392
+ };
2393
+ };
2394
+ '&:nth-of-type(2)': {
2395
+ transform: string;
2396
+ '&:before': {
2397
+ animationDelay: string;
2398
+ };
2399
+ };
2400
+ '&:nth-of-type(8)': {
2401
+ transform: string;
2402
+ '&:before': {
2403
+ animationDelay: string;
2404
+ };
2405
+ };
2406
+ '&:nth-of-type(3)': {
2407
+ transform: string;
2408
+ '&:before': {
2409
+ animationDelay: string;
2410
+ };
2411
+ };
2412
+ '&:nth-of-type(9)': {
2413
+ transform: string;
2414
+ '&:before': {
2415
+ animationDelay: string;
2416
+ };
2417
+ };
2418
+ '&:nth-of-type(4)': {
2419
+ transform: string;
2420
+ '&:before': {
2421
+ animationDelay: string;
2422
+ };
2423
+ };
2424
+ '&:nth-of-type(10)': {
2425
+ transform: string;
2426
+ '&:before': {
2427
+ animationDelay: string;
2428
+ };
2429
+ };
2430
+ '&:nth-of-type(5)': {
2431
+ transform: string;
2432
+ '&:before': {
2433
+ animationDelay: string;
2434
+ };
2435
+ };
2436
+ '&:nth-of-type(11)': {
2437
+ transform: string;
2438
+ '&:before': {
2439
+ animationDelay: string;
2440
+ };
2441
+ };
2442
+ '&:nth-of-type(6)': {
2443
+ transform: string;
2444
+ '&:before': {
2445
+ animationDelay: string;
2446
+ };
2447
+ };
2448
+ '&:nth-of-type(12)': {
2449
+ transform: string;
2450
+ '&:before': {
2451
+ animationDelay: string;
2452
+ };
2453
+ };
2454
+ '&:nth-of-type(13)': {
2455
+ transform: string;
2456
+ '&:before': {
2457
+ animationDelay: string;
2458
+ };
2459
+ };
2460
+ };
2461
+ '& .SCLightbox-ril-loading-container': {
2462
+ position: string;
2463
+ top: number;
2464
+ right: number;
2465
+ bottom: number;
2466
+ left: number;
2467
+ };
2468
+ '& .SCLightbox-ril-error-container': {
2469
+ position: string;
2470
+ top: number;
2471
+ right: number;
2472
+ bottom: number;
2473
+ left: number;
2474
+ display: string;
2475
+ alignItems: string;
2476
+ justifyContent: string;
2477
+ color: string;
2478
+ };
2479
+ '& .SCLightbox-ril-loading-container-icon': {
2480
+ color: string;
2481
+ position: string;
2482
+ top: string;
2483
+ left: string;
2484
+ transform: string;
2485
+ };
2486
+ '& .SCLightbox-ril-image-prev': {
2487
+ position: string;
2488
+ top: number;
2489
+ left: number;
2490
+ right: number;
2491
+ bottom: number;
2492
+ margin: string;
2493
+ maxWidth: string;
2494
+ msContentZooming: string;
2495
+ msUserSelect: string;
2496
+ msTouchSelect: string;
2497
+ touchAction: string;
2498
+ '& .SCLightbox-ril-loading-container': {
2499
+ display: string;
2500
+ };
2501
+ };
2502
+ '& .SCLightbox-ril-image-next': {
2503
+ position: string;
2504
+ top: number;
2505
+ left: number;
2506
+ right: number;
2507
+ bottom: number;
2508
+ margin: string;
2509
+ maxWidth: string;
2510
+ msContentZooming: string;
2511
+ msUserSelect: string;
2512
+ msTouchSelect: string;
2513
+ touchAction: string;
2514
+ '& .SCLightbox-ril-loading-container': {
2515
+ display: string;
2516
+ };
2517
+ '& .SCLightbox-ril-error-container': {
2518
+ display: string;
2519
+ };
2520
+ };
2521
+ };
2522
+ };
2523
+ };
2524
+ SCLoyaltyProgramWidget: {
2525
+ styleOverrides: {
2526
+ root: ({ theme }: any) => {
2527
+ '& .MuiCardContent-root': {
2528
+ padding: any;
2529
+ };
2530
+ '& .SCLoyaltyProgramWidget-title': {
2531
+ fontWeight: any;
2532
+ fontSize: string;
2533
+ };
2534
+ '& .SCLoyaltyProgramWidget-actions': {
2535
+ display: string;
2536
+ justifyContent: string;
2537
+ padding: any;
2538
+ '& .SCLoyaltyProgramWidget-points': {
2539
+ fontSize: string;
2540
+ fontWeight: any;
2541
+ textTransform: string;
2542
+ color: any;
2543
+ display: string;
2544
+ alignItems: string;
2545
+ '& .MuiChip-root': {
2546
+ color: any;
2547
+ borderRadius: any;
2548
+ backgroundColor: any;
2549
+ marginRight: any;
2550
+ };
2551
+ };
2552
+ };
2553
+ };
2554
+ };
2555
+ };
2556
+ SCLoyaltyProgramDetailTemplate: {
2557
+ styleOverrides: {
2558
+ root: ({ theme }: any) => {
2559
+ boxShadow: string;
2560
+ borderRadius: number;
2561
+ '& .SCLoyaltyProgramDetailTemplate-title': {
2562
+ [x: number]: {
2563
+ textAlign: string;
2564
+ };
2565
+ fontWeight: any;
2566
+ fontSize: string;
2567
+ marginBottom: any;
2568
+ };
2569
+ '& .SCLoyaltyProgramDetailTemplate-section-title': {
2570
+ fontWeight: any;
2571
+ fontSize: string;
2572
+ marginBottom: any;
2573
+ };
2574
+ '& .SCLoyaltyProgramDetailTemplate-section-info': {
2575
+ [x: number]: {
2576
+ marginBottom: any;
2577
+ };
2578
+ marginBottom: any;
2579
+ };
2580
+ '& .SCLoyaltyProgramDetailTemplate-user-points': {
2581
+ marginLeft: any;
2582
+ backgroundColor: any;
2583
+ '& .MuiChip-label': {
2584
+ fontSize: string;
2585
+ fontWeight: any;
2586
+ color: any;
2587
+ padding: any;
2588
+ };
2589
+ };
2590
+ '& .SCLoyaltyProgramDetailTemplate-prize-section': {
2591
+ '& .MuiGrid-item': {
2592
+ [x: number]: {
2593
+ paddingLeft: any;
2594
+ paddingRight: any;
2595
+ marginBottom?: undefined;
2596
+ } | {
2597
+ marginBottom: any;
2598
+ paddingLeft?: undefined;
2599
+ paddingRight?: undefined;
2600
+ };
2601
+ };
2602
+ };
2603
+ '& .SCLoyaltyProgramDetailTemplate-card': {
2604
+ [x: number]: {
2605
+ borderRadius: number;
2606
+ };
2607
+ boxShadow: string;
2608
+ display: string;
2609
+ flexDirection: string;
2610
+ justifyContent: string;
2611
+ alignItems: string;
2612
+ height: string;
2613
+ '& .SCLoyaltyProgramDetailTemplate-card-title': {
2614
+ fontWeight: any;
2615
+ fontSize: string;
2616
+ };
2617
+ '& .MuiCardContent-root': {
2618
+ padding: any;
2619
+ display: string;
2620
+ flexDirection: string;
2621
+ justifyContent: string;
2622
+ alignItems: string;
2623
+ '& .SCLoyaltyProgramDetailTemplate-card-content': {
2624
+ paddingTop: any;
2625
+ maxHeight: any;
2626
+ overflow: string;
2627
+ textOverflow: string;
2628
+ display: string;
2629
+ '-webkitBoxOrient': string;
2630
+ '-webkitLineClamp': string;
2631
+ };
2632
+ };
2633
+ '& .MuiCardActions-root': {
2634
+ marginTop: string;
2635
+ '& .MuiButtonBase-root': {
2636
+ '&:hover, &:active': {
2637
+ backgroundColor: string;
2638
+ };
2639
+ };
2640
+ };
2641
+ '& .MuiCardMedia-root': {
2642
+ height: any;
2643
+ };
2644
+ '& .SCLoyaltyProgramDetailTemplate-prize-points': {
2645
+ marginTop: any;
2646
+ '& .MuiChip-root': {
2647
+ backgroundColor: any;
2648
+ '& .MuiChip-label': {
2649
+ fontSize: string;
2650
+ fontWeight: any;
2651
+ color: any;
2652
+ };
2653
+ };
2654
+ '& .SCLoyaltyProgramDetailTemplate-not-requestable': {
2655
+ backgroundColor: any;
2656
+ };
2657
+ };
2658
+ };
2659
+ '& .SCLoyaltyProgramDetailPointsList-root': {
2660
+ marginTop: any;
2661
+ marginBottom: any;
2662
+ '& .MuiGrid-item': {
2663
+ paddingTop: any;
2664
+ '& .SCLoyaltyProgramDetailPointsList-element': {
2665
+ display: string;
2666
+ justifyContent: string;
2667
+ marginBottom: any;
2668
+ };
2669
+ };
2670
+ };
2671
+ '& .SCLoyaltyProgramDetailTemplate-end-message': {
2672
+ padding: any;
2673
+ fontWeight: any;
2674
+ textAlign: string;
2675
+ '& .MuiButtonBase-root': {
2676
+ padding: number;
2677
+ marginLeft: any;
2678
+ };
2679
+ };
2680
+ };
2681
+ };
2682
+ };
2683
+ SCLoyaltyProgramWidgetSkeleton: {
2684
+ styleOverrides: {
2685
+ root: ({ theme }: any) => {
2686
+ '& .SCLoyaltyProgramWidgetSkeleton-root, .MuiCardContent-root': {
2687
+ padding: any;
2688
+ };
2689
+ '& .SCLoyaltyProgramWidgetSkeleton-actions, .MuiCardActions-root': {
2690
+ display: string;
2691
+ justifyContent: string;
2692
+ padding: any;
2693
+ '& .SCLoyaltyProgramWidgetSkeleton-points': {
2694
+ display: string;
2695
+ justifyContent: string;
2696
+ alignItems: string;
2697
+ };
2698
+ '& .SCLoyaltyProgramWidgetSkeleton-chip': {
2699
+ borderRadius: any;
2700
+ marginRight: any;
2701
+ };
2702
+ };
2703
+ };
2704
+ };
2705
+ };
2706
+ SCLoyaltyProgramDetailTemplateSkeleton: {
2707
+ styleOverrides: {
2708
+ root: ({ theme }: any) => {
2709
+ height: string;
2710
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-title': {
2711
+ [x: number]: {
2712
+ justifyContent: string;
2713
+ };
2714
+ display: string;
2715
+ marginBottom: any;
2716
+ alignItems: string;
2717
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-chip': {
2718
+ marginLeft: any;
2719
+ borderRadius: any;
2720
+ };
2721
+ };
2722
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-section-title': {
2723
+ marginBottom: any;
2724
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-sub-title': {
2725
+ marginBottom: any;
2726
+ };
2727
+ };
2728
+ '& .SCLoyaltyProgramDetailTemplateSkeleton-points-list': {
2729
+ marginBottom: any;
2730
+ };
2731
+ };
2732
+ };
2733
+ };
2734
+ SCNavigationSettingsIconButton: {
2735
+ styleOverrides: {
2736
+ menuRoot: ({ theme }: any) => {
2737
+ '& .SCNavigationSettingsIconButton-paper': {
2738
+ maxWidth: number;
2739
+ padding: any;
2740
+ '& .MuiList-root': {
2741
+ padding: number;
2742
+ };
2743
+ };
2744
+ };
2745
+ };
2746
+ };
2747
+ SCNavigationToolbar: {
2748
+ styleOverrides: {
2749
+ root: ({ theme }: any) => {
2750
+ padding: any;
2751
+ '& .SCNavigationToolbar-logo': {
2752
+ marginRight: any;
2753
+ '& img': {
2754
+ verticalAlign: string;
2755
+ maxHeight: any;
2756
+ };
2757
+ };
2758
+ '& .SCNavigationToolbar-navigation': {
2759
+ flexGrow: number;
2760
+ textAlign: string;
2761
+ alignSelf: string;
2762
+ '& .SCNavigationToolbar-home, & .SCNavigationToolbar-explore': {
2763
+ padding: any;
2764
+ margin: any;
2765
+ color: any;
2766
+ borderRadius: number;
2767
+ borderBottom: string;
2768
+ '&.SCNavigationToolbar-active, &:hover': {
2769
+ color: any;
2770
+ borderBottom: string;
2771
+ };
2772
+ };
2773
+ };
2774
+ '& .SCNavigationToolbar-search': {
2775
+ flexGrow: number;
2776
+ textAlign: string;
2777
+ marginRight: any;
2778
+ '& .MuiFormControl-root': {
2779
+ [x: number]: {
2780
+ width: number;
2781
+ };
2782
+ width: number;
2783
+ };
2784
+ };
2785
+ '& .SCNavigationToolbar-profile, & .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
2786
+ margin: any;
2787
+ };
2788
+ '& .SCNavigationToolbar-profile .MuiAvatar-root': {
2789
+ width: any;
2790
+ height: any;
2791
+ };
2792
+ '& .SCNavigationToolbar-notification, & .SCNavigationToolbar-messages': {
2793
+ paddingTop: any;
2794
+ paddingBottom: any;
2795
+ borderRadius: number;
2796
+ borderBottom: string;
2797
+ color: any;
2798
+ '&.SCNavigationToolbar-active, &:hover': {
2799
+ color: any;
2800
+ borderBottom: string;
2801
+ };
2802
+ };
2803
+ '& .SCNavigationToolbar-settings': {
2804
+ marginLeft: any;
2805
+ };
2806
+ };
2807
+ };
2808
+ };
2809
+ SCNavigationToolbarMobile: {
2810
+ styleOverrides: {
2811
+ root: ({ theme }: any) => {
2812
+ padding: any;
2813
+ '& .SCNavigationToolbarMobile-logo': {
2814
+ marginRight: any;
2815
+ flexGrow: number;
2816
+ '& img': {
2817
+ verticalAlign: string;
2818
+ maxHeight: any;
2819
+ };
2820
+ };
2821
+ '& h4': {
2822
+ fontSize: string;
2823
+ overflow: string;
2824
+ textOverflow: string;
2825
+ whiteSpace: string;
2826
+ };
2827
+ };
2828
+ };
2829
+ };
2830
+ SCNotification: {
2831
+ styleOverrides: {
2832
+ root: ({ theme }: any) => {
2833
+ '& .SCNotification-header': {
2834
+ padding: any;
2835
+ '& .SCNotification-avatar': {
2836
+ width: any;
2837
+ height: any;
2838
+ };
2839
+ '& .SCNotification-username': {
2840
+ fontWeight: any;
2841
+ };
2842
+ };
2843
+ '& .SCNotification-content': {
2844
+ padding: number;
2845
+ '& .SCNotification-uncollapsed': {
2846
+ padding: any;
2847
+ '& > *': {
2848
+ marginBottom: any;
2849
+ };
2850
+ };
2851
+ '& .SCNotification-show-other-aggregated': {
2852
+ backgroundColor: string;
2853
+ };
2854
+ '& .SCNotification-collapsed': {
2855
+ padding: any;
2856
+ '& .MuiCollapse-wrapperInner > *': {
2857
+ marginBottom: any;
2858
+ };
2859
+ };
2860
+ '& .SCNotificationItem-detail': {
2861
+ borderRadius: number;
2862
+ };
2863
+ };
2864
+ '& a:not(.MuiButton-root)': {
2865
+ textDecoration: string;
2866
+ color: any;
2867
+ '&:hover, &:active': {
2868
+ color: any;
2869
+ textDecoration: string;
2870
+ };
2871
+ };
2872
+ };
2873
+ };
2874
+ };
2875
+ SCNotificationItem: {
2876
+ styleOverrides: {
2877
+ root: ({ theme }: any) => {
2878
+ whiteSpace: string;
2879
+ '& .SCNotificationItem-header': {
2880
+ display: string;
2881
+ flexDirection: string;
2882
+ '& .SCNotificationItem-primary': {
2883
+ fontWeight: any;
2884
+ '& .SCContributionNotification-username': {
2885
+ fontWeight: any;
2886
+ };
2887
+ '& a': {
2888
+ color: any;
2889
+ textDecoration: string;
2890
+ };
2891
+ };
2892
+ '& .SCNotificationItem-secondary': {
2893
+ '& .SCDateTimeAgo-root, & .MuiStack-root': {
2894
+ color: any;
2895
+ minHeight: any;
2896
+ };
2897
+ '& a': {
2898
+ textDecoration: string;
2899
+ };
2900
+ };
2901
+ };
2902
+ '& .SCNotificationItem-actions': {
2903
+ color: any;
2904
+ };
2905
+ '&.SCNotificationItem-toast': {
2906
+ backgroundColor: string;
2907
+ borderRadius: number;
2908
+ '& .SCNotificationItem-header': {
2909
+ '& .SCNotificationItem-image': {
2910
+ marginRight: any;
2911
+ '& .MuiAvatar-root': {
2912
+ width: any;
2913
+ height: any;
2914
+ };
2915
+ };
2916
+ };
2917
+ };
2918
+ '&.SCNotificationItem-snippet': {
2919
+ backgroundColor: string;
2920
+ borderRadius: number;
2921
+ '& .SCNotificationItem-header': {
2922
+ '& .SCNotificationItem-image': {
2923
+ marginRight: any;
2924
+ '& .MuiAvatar-root': {
2925
+ width: any;
2926
+ height: any;
2927
+ };
2928
+ };
2929
+ };
2930
+ };
2931
+ '&.SCNotificationItem-detail': {
2932
+ backgroundColor: string;
2933
+ borderRadius: number;
2934
+ '& .SCNotificationItem-header': {
2935
+ '& .SCNotificationItem-image': {
2936
+ marginRight: any;
2937
+ '& .MuiAvatar-root': {
2938
+ width: any;
2939
+ height: any;
2940
+ };
2941
+ };
2942
+ };
2943
+ };
2944
+ };
2945
+ };
2946
+ };
2947
+ SCNotificationsMenu: {
2948
+ styleOverrides: {
2949
+ root: ({ theme }: any) => {
2950
+ '& .SCNotificationsMenu-paper': {
2951
+ padding: any;
2952
+ '& .MuiList-root': {
2953
+ padding: number;
2954
+ };
2955
+ };
2956
+ };
2957
+ };
2958
+ };
2959
+ SCPollObject: {
2960
+ styleOverrides: {
2961
+ root: ({ theme }: any) => {
2962
+ '& .MuiButton-root': {
2963
+ '&:focus:not(:focus-visible)': {
2964
+ backgroundColor: string;
2965
+ borderWidth: string;
2966
+ borderColor: any;
2967
+ };
2968
+ '&:hover': {
2969
+ borderWidth: string;
2970
+ };
2971
+ };
2972
+ '& .MuiCardHeader-root': {
2973
+ maxHeight: string;
2974
+ padding: any;
2975
+ '& .SCPollObject-toggleButton': {
2976
+ fontSize: string;
2977
+ textTransform: string;
2978
+ '& .MuiButton-endIcon': {
2979
+ display: string;
2980
+ };
2981
+ };
2982
+ };
2983
+ '& .SCPollObject-title': {
2984
+ color: any;
2985
+ marginBottom: number;
2986
+ fontWeight: any;
2987
+ };
2988
+ '& .SCPollObject-expiration, & .SCPollObject-close, & .SCPollObject-voters': {
2989
+ color: any;
2990
+ marginBottom: any;
2991
+ fontWeight: any;
2992
+ fontSize: string;
2993
+ };
2994
+ '& .SCPollObject-voters .MuiTypography-root': {
2995
+ fontWeight: any;
2996
+ fontSize: string;
2997
+ };
2998
+ '& ul': {
2999
+ padding: any;
3000
+ marginBottom: any;
3001
+ backgroundColor: any;
3002
+ borderRadius: any;
3003
+ '& li': {
3004
+ padding: number;
3005
+ '& .SCChoices-root': {
3006
+ backgroundColor: string;
3007
+ padding: number;
3008
+ marginBottom: any;
3009
+ '& .SCChoices-label': {
3010
+ marginBottom: number;
3011
+ fontWeight: any;
3012
+ };
3013
+ '& .SCChoices-progress': {
3014
+ marginBottom: number;
3015
+ '& .MuiLinearProgress-root': {
3016
+ height: number;
3017
+ borderRadius: any;
3018
+ };
3019
+ '& > .MuiTypography-root': {
3020
+ fontSize: string;
3021
+ fontWeight: any;
3022
+ };
3023
+ };
3024
+ };
3025
+ };
3026
+ };
3027
+ };
3028
+ };
3029
+ };
3030
+ SCPreviewMediaDocument: {
3031
+ styleOverrides: {
3032
+ root: ({ theme }: any) => {
3033
+ '& .SCPreviewMediaImage-title': {
3034
+ position: string;
3035
+ top: any;
3036
+ left: any;
3037
+ '& > h6': {
3038
+ padding: any;
3039
+ borderRadius: any;
3040
+ maxWidth: number;
3041
+ textOverflow: string;
3042
+ whiteSpace: string;
3043
+ overflow: string;
3044
+ };
3045
+ };
3046
+ };
3047
+ };
3048
+ };
3049
+ SCPrivateMessageComponent: {
3050
+ styleOverrides: {
3051
+ root: ({ theme }: any) => {
3052
+ height: string;
3053
+ '& .SCPrivateMessageComponent-snippets-box, & .SCPrivateMessageComponent-thread-box': {
3054
+ position: string;
3055
+ '& .SCPrivateMessageSnippets-root, & .SCPrivateMessageThread-root': {
3056
+ position: string;
3057
+ top: number;
3058
+ left: number;
3059
+ };
3060
+ };
3061
+ '& .SCPrivateMessageComponent-hide': {
3062
+ display: string;
3063
+ };
3064
+ };
3065
+ };
3066
+ };
3067
+ SCReactionAction: {
3068
+ styleOverrides: {
3069
+ root: ({ theme }: any) => {
3070
+ display: string;
3071
+ justifyContent: string;
3072
+ alignItems: string;
3073
+ flexDirection: string;
3074
+ fontSize: string;
3075
+ '&.SCReactionAction-inline': {
3076
+ flexDirection: string;
3077
+ };
3078
+ '& .SCReactionAction-divider': {
3079
+ width: string;
3080
+ borderBottom: number;
3081
+ };
3082
+ '& .SCReactionAction-reaction': {
3083
+ width: string;
3084
+ height: string;
3085
+ };
3086
+ };
3087
+ };
3088
+ };
3089
+ SCScrollContainer: {
3090
+ styleOverrides: {
3091
+ root: ({ theme }: any) => {
3092
+ '& .SCScrollContainer-scrollbar': {
3093
+ width: number;
3094
+ borderRadius: number;
3095
+ overflowX: string;
3096
+ backgroundColor: any;
3097
+ transition: string;
3098
+ };
3099
+ '& .SCScrollContainer-scroll-thumb': {
3100
+ width: number;
3101
+ };
3102
+ };
3103
+ };
3104
+ };
3105
+ SCSearchAutocomplete: {
3106
+ styleOverrides: {
3107
+ root: ({ theme }: any) => {
3108
+ '& .SCSearchAutocomplete-input': {
3109
+ padding: any;
3110
+ borderRadius: any;
3111
+ '& .MuiAutocomplete-input': {
3112
+ padding: any;
3113
+ };
3114
+ };
3115
+ };
3116
+ };
3117
+ };
3118
+ SCShareAction: {
3119
+ styleOverrides: {
3120
+ root: ({ theme }: any) => {
3121
+ display: string;
3122
+ justifyContent: string;
3123
+ alignItems: string;
3124
+ flexDirection: string;
3125
+ '&.SCShareAction-inline': {
3126
+ flexDirection: string;
3127
+ };
3128
+ '& .SCVoteAction-divider': {
3129
+ width: string;
3130
+ borderBottom: number;
3131
+ };
3132
+ };
3133
+ };
3134
+ };
3135
+ SCSnippetNotifications: {
3136
+ styleOverrides: {
3137
+ root: ({ theme }: any) => {
3138
+ '& .SCSnippetNotifications-item': {
3139
+ padding: number;
3140
+ marginBottom: any;
3141
+ '& .SCNotificationItem-root': {
3142
+ backgroundColor: string;
3143
+ borderRadius: number;
3144
+ '&.SCNotificationItem-snippet': {
3145
+ '&:before': {
3146
+ borderRadius: any;
3147
+ width: any;
3148
+ left: number;
3149
+ height: string;
3150
+ display: string;
3151
+ zIndex: string;
3152
+ position: string;
3153
+ content: string;
3154
+ backgroundColor: string;
3155
+ };
3156
+ '&.SCNotificationItem-new': {
3157
+ '&:before': {
3158
+ backgroundColor: any;
3159
+ };
3160
+ };
3161
+ '& .SCNotificationItem-header': {
3162
+ padding: any;
3163
+ };
3164
+ };
3165
+ };
3166
+ '&.SCSnippetNotifications-broadcast-messages-banner': {
3167
+ '& .SCNotificationItem-root.SCNotificationItem-snippet.SCNotificationItem-new': {
3168
+ '&:before': {
3169
+ backgroundColor: any;
3170
+ };
3171
+ };
3172
+ '& .SCNotificationItem-title a': {
3173
+ color: any;
3174
+ fontWeight: any;
3175
+ };
3176
+ };
3177
+ };
3178
+ };
3179
+ };
3180
+ };
3181
+ SCSnippetNotificationsSkeleton: {
3182
+ styleOverrides: {
3183
+ root: ({ theme }: any) => {
3184
+ margin: number;
3185
+ padding: number;
3186
+ '& .SCSnippetNotificationsSkeleton-item': {
3187
+ padding: number;
3188
+ marginBottom: any;
3189
+ '& .SCNotificationItem-root': {
3190
+ backgroundColor: string;
3191
+ borderRadius: number;
3192
+ '&.SCNotificationItem-snippet': {
3193
+ '&:before': {
3194
+ borderRadius: any;
3195
+ width: any;
3196
+ left: number;
3197
+ height: string;
3198
+ display: string;
3199
+ zIndex: string;
3200
+ position: string;
3201
+ content: string;
3202
+ backgroundColor: string;
3203
+ };
3204
+ '&.SCNotificationItem-new': {
3205
+ '&:before': {
3206
+ backgroundColor: any;
3207
+ };
3208
+ };
3209
+ '& .SCNotificationItem-header': {
3210
+ padding: any;
3211
+ };
3212
+ };
3213
+ };
3214
+ };
3215
+ };
3216
+ };
3217
+ };
3218
+ SCUser: {
3219
+ styleOverrides: {
3220
+ root: ({ theme }: any) => {
3221
+ [x: number]: {
3222
+ borderRadius: any;
3223
+ };
3224
+ borderRadius: number;
3225
+ paddingBottom: number;
3226
+ '& .MuiChip-root': {
3227
+ height: string;
3228
+ };
3229
+ '& .SCUser-avatar': {
3230
+ width: any;
3231
+ height: any;
3232
+ '& img': {
3233
+ borderRadius: number;
3234
+ };
3235
+ };
3236
+ '& .SCUser-staff-badge': {
3237
+ width: any;
3238
+ height: any;
3239
+ backgroundColor: any;
3240
+ border: string;
3241
+ };
3242
+ '& .SCUser-staff-badge-label': {
3243
+ marginLeft: any;
3244
+ borderRadius: number;
3245
+ fontSize: string;
3246
+ };
3247
+ '& .SCUser-staff-badge-icon': {
3248
+ top: string;
3249
+ right: string;
3250
+ };
3251
+ '& .SCBaseItemButton-primary': {
3252
+ fontWeight: any;
3253
+ };
3254
+ '& .SCBaseItemButton-secondary': {
3255
+ fontSize: string;
3256
+ };
3257
+ };
3258
+ };
3259
+ };
3260
+ SCUserActionIconButton: {
3261
+ styleOverrides: {
3262
+ menuRoot: ({ theme }: any) => {};
3263
+ };
3264
+ };
3265
+ SCUserCounters: {
3266
+ styleOverrides: {
3267
+ root: ({ theme }: any) => {
3268
+ '& .SCUserCounters-button': {
3269
+ color: any;
3270
+ padding: any;
3271
+ borderRadius: number;
3272
+ fontSize: string;
3273
+ fontWeight: any;
3274
+ '& strong': {
3275
+ display: string;
3276
+ marginRight: any;
3277
+ fontWeight: any;
3278
+ };
3279
+ '&:hover, &:active': {
3280
+ color: any;
3281
+ };
3282
+ };
3283
+ };
3284
+ };
3285
+ };
3286
+ SCUserInfo: {
3287
+ styleOverrides: {
3288
+ root: ({ theme }: any) => {
3289
+ '& .SCUserInfo-field': {
3290
+ marginBottom: any;
3291
+ '& h6': {
3292
+ fontSize: string;
3293
+ fontWeight: any;
3294
+ marginBottom: any;
3295
+ };
3296
+ '&:last-of-type': {
3297
+ marginBottom: number;
3298
+ };
3299
+ };
3300
+ };
3301
+ };
3302
+ };
3303
+ SCUserInfoDialog: {
3304
+ styleOverrides: {
3305
+ root: ({ theme }: any) => {
3306
+ '& .SCUserInfoDialog-caption': {
3307
+ marginTop: any;
3308
+ textAlign: string;
3309
+ '& .SCUserInfoDialog-avatar': {
3310
+ margin: any;
3311
+ width: any;
3312
+ height: any;
3313
+ };
3314
+ '& .SCUserInfoDialog-username': {
3315
+ fontWeight: any;
3316
+ fontSize: string;
3317
+ marginBottom: any;
3318
+ };
3319
+ };
3320
+ };
3321
+ };
3322
+ };
3323
+ SCUserProfileHeader: {
3324
+ styleOverrides: {
3325
+ root: ({ theme }: any) => {
3326
+ '& .SCUserProfileHeader-cover': {
3327
+ [x: number]: {
3328
+ borderRadius: any;
3329
+ };
3330
+ position: string;
3331
+ height: number;
3332
+ minHeight: number;
3333
+ borderRadius: number;
3334
+ background: string;
3335
+ boxShadow: string;
3336
+ };
3337
+ '& .SCUserProfileHeader-avatar': {
3338
+ height: any;
3339
+ width: any;
3340
+ top: number;
3341
+ display: string;
3342
+ position: string;
3343
+ margin: string;
3344
+ borderRadius: string;
3345
+ border: string;
3346
+ };
3347
+ '& .SCUserProfileHeader-change-picture': {
3348
+ top: any;
3349
+ left: number;
3350
+ position: string;
3351
+ display: string;
3352
+ margin: string;
3353
+ };
3354
+ '& .SCUserProfileHeader-username': {
3355
+ marginTop: number;
3356
+ fontWeight: any;
3357
+ fontSize: string;
3358
+ textAlign: string;
3359
+ };
3360
+ '& .SCUserProfileHeader-change-cover': {
3361
+ position: string;
3362
+ right: number;
3363
+ bottom: number;
3364
+ };
3365
+ };
3366
+ };
3367
+ };
3368
+ SCUserProfileEdit: {
3369
+ styleOverrides: {
3370
+ root: ({ theme }: any) => {
3371
+ '& .SCUserProfileEdit-tabs': {
3372
+ marginBottom: any;
3373
+ '& .MuiTabScrollButton-root': {
3374
+ transition: string;
3375
+ '&.Mui-disabled': {
3376
+ width: number;
3377
+ };
3378
+ };
3379
+ };
3380
+ '& .SCUserProfileEdit-tab-content': {
3381
+ padding: any;
3382
+ maxWidth: number;
3383
+ };
3384
+ };
3385
+ };
3386
+ };
3387
+ SCUserProfileTemplate: {
3388
+ styleOverrides: {
3389
+ root: ({ theme }: any) => {
3390
+ [x: number]: {
3391
+ marginTop: any;
3392
+ };
3393
+ marginTop: number;
3394
+ '& .SCUserProfileTemplate-tags': {
3395
+ marginTop: any;
3396
+ justifyContent: string;
3397
+ };
3398
+ '& .SCUserProfileTemplate-counters': {
3399
+ marginTop: any;
3400
+ justifyContent: string;
3401
+ display: string;
3402
+ alignItems: string;
3403
+ };
3404
+ '& .SCUserProfileTemplate-info': {
3405
+ marginTop: any;
3406
+ textAlign: string;
3407
+ };
3408
+ '& .SCUserProfileTemplate-feed': {
3409
+ marginTop: any;
3410
+ };
3411
+ '& .SCUserProfileTemplate-actions': {
3412
+ margin: any;
3413
+ justifyContent: string;
3414
+ };
3415
+ };
3416
+ };
3417
+ };
3418
+ SCVoteAction: {
3419
+ styleOverrides: {
3420
+ root: ({ theme }: any) => {
3421
+ display: string;
3422
+ justifyContent: string;
3423
+ alignItems: string;
3424
+ flexDirection: string;
3425
+ '&.SCVoteAction-inline': {
3426
+ flexDirection: string;
3427
+ };
3428
+ '& .SCVoteAction-divider': {
3429
+ width: string;
3430
+ borderBottom: number;
3431
+ };
3432
+ };
3433
+ };
3434
+ };
3435
+ SCVoteButton: {
3436
+ styleOverrides: {
3437
+ root: ({ theme }: any) => {
3438
+ color: any;
3439
+ marginTop: any;
3440
+ marginBottom: any;
3441
+ borderRadius: string;
3442
+ padding: any;
3443
+ minWidth: number;
3444
+ '& .MuiIcon-root': {
3445
+ fontSize: string;
3446
+ };
3447
+ '&.MuiButton-sizeSmall': {
3448
+ padding: any;
3449
+ '& .MuiIcon-root': {
3450
+ fontSize: string;
3451
+ };
3452
+ };
3453
+ };
3454
+ };
3455
+ };
3456
+ SCVoteAudienceButton: {
3457
+ styleOverrides: {
3458
+ root: ({ theme }: any) => {
3459
+ '& .SCVoteAudienceButton-reaction-list': {
3460
+ '& .MuiIcon-root': {
3461
+ padding: number;
3462
+ borderRadius: string;
3463
+ backgroundColor: any;
3464
+ border: string;
3465
+ };
3466
+ };
3467
+ };
3468
+ dialogRoot: ({ theme }: any) => {
3469
+ '& .SCVoteAudienceButton-dialog-tabs': {
3470
+ '& .MuiTab-root': {
3471
+ flexDirection: string;
3472
+ justifyContent: string;
3473
+ };
3474
+ };
3475
+ '& .SCVoteAudienceButton-dialog-vote-badge': {
3476
+ width: any;
3477
+ height: any;
3478
+ backgroundColor: any;
3479
+ border: string;
3480
+ };
3481
+ };
3482
+ };
3483
+ };
3484
+ SCWidget: {
3485
+ variants: ({
3486
+ props: {
3487
+ elevation: number;
3488
+ variant?: undefined;
3489
+ };
3490
+ style: {
3491
+ border: number;
3492
+ boxShadow: string;
3493
+ };
3494
+ } | {
3495
+ props: {
3496
+ variant: string;
3497
+ elevation?: undefined;
3498
+ };
3499
+ style: {
3500
+ border: string;
3501
+ boxShadow: string;
3502
+ };
3503
+ })[];
3504
+ styleOverrides: {
3505
+ root: ({ theme }: any) => {
3506
+ [x: number]: {
3507
+ borderRadius: any;
3508
+ };
3509
+ borderRadius: number;
3510
+ boxShadow: string;
3511
+ border: string;
3512
+ '&.MuiPaper-elevation0': {
3513
+ borderRadius: number;
3514
+ };
3515
+ '& .MuiCardContent-root': {
3516
+ padding: any;
3517
+ '& h5': {
3518
+ fontFamily: any;
3519
+ fontWeight: any;
3520
+ color: any;
3521
+ fontSize: string;
3522
+ };
3523
+ '& .MuiList-root': {
3524
+ paddingTop: any;
3525
+ paddingBottom: any;
3526
+ '& .MuiListItem-root': {
3527
+ paddingTop: any;
3528
+ paddingBottom: any;
3529
+ paddingLeft: number;
3530
+ paddingRight: number;
3531
+ '& .SCBaseItemButton-text, & .SCBaseItem-text': {
3532
+ marginTop: number;
3533
+ marginBottom: number;
3534
+ };
3535
+ '& .SCWidget-root': {
3536
+ borderRadius: number;
3537
+ };
3538
+ };
3539
+ };
3540
+ '& > .MuiTypography-body2': {
3541
+ paddingTop: any;
3542
+ };
3543
+ '& > .MuiButton-sizeMedium': {
3544
+ marginLeft: any;
3545
+ paddingLeft: any;
3546
+ paddingRight: any;
3547
+ color: any;
3548
+ };
3549
+ };
3550
+ };
3551
+ };
3552
+ };
3553
+ SCPrivateMessageSnippetItem: {
3554
+ styleOverrides: {
3555
+ root: ({ theme }: any) => {
3556
+ borderRadius: any;
3557
+ padding: string;
3558
+ boxShadow: string;
3559
+ marginBottom: any;
3560
+ '& .SCPrivateMessageSnippetItem-time': {
3561
+ float: string;
3562
+ fontSize: any;
3563
+ };
3564
+ '& .MuiListItemText-primary': {
3565
+ '& .SCPrivateMessageSnippetItem-username': {
3566
+ fontWeight: any;
3567
+ };
3568
+ '& .SCPrivateMessageSnippetItem-badge-label': {
3569
+ marginLeft: any;
3570
+ borderRadius: number;
3571
+ fontSize: string;
3572
+ };
3573
+ };
3574
+ '& .MuiListItemText-secondary': {
3575
+ display: string;
3576
+ justifyContent: string;
3577
+ alignItems: string;
3578
+ '& .MuiTypography-root': {
3579
+ display: string;
3580
+ width: string;
3581
+ whiteSpace: string;
3582
+ overflow: string;
3583
+ textOverflow: string;
3584
+ };
3585
+ };
3586
+ '& .MuiListItemSecondaryAction-root': {
3587
+ position: string;
3588
+ top: any;
3589
+ right: any;
3590
+ '& .MuiButtonBase-root': {
3591
+ fontSize: string;
3592
+ };
3593
+ };
3594
+ };
3595
+ };
3596
+ };
3597
+ SCPrivateMessageSnippets: {
3598
+ styleOverrides: {
3599
+ root: ({ theme }: any) => {
3600
+ height: string;
3601
+ width: string;
3602
+ '& .MuiCardContent-root': {
3603
+ display: string;
3604
+ flexDirection: string;
3605
+ height: string;
3606
+ padding: any;
3607
+ '& .SCPrivateMessageSnippets-search-bar': {
3608
+ padding: any;
3609
+ '& .SCPrivateMessageSnippets-input': {
3610
+ borderRadius: any;
3611
+ backgroundColor: string;
3612
+ '&:hover': {
3613
+ backgroundColor: string;
3614
+ };
3615
+ '& .MuiInputBase-input, MuiFilledInput-input': {
3616
+ padding: number;
3617
+ };
3618
+ '& .SCPrivateMessageSnippets-icon': {
3619
+ marginRight: any;
3620
+ };
3621
+ };
3622
+ };
3623
+ '& .SCPrivateMessageSnippets-new-message-button': {
3624
+ color: string;
3625
+ alignSelf: string;
3626
+ backgroundColor: string;
3627
+ '&:hover': {
3628
+ borderWidth: string;
3629
+ backgroundColor: string;
3630
+ };
3631
+ };
3632
+ '& .MuiList-root': {
3633
+ flexGrow: number;
3634
+ overflowY: string;
3635
+ padding: any;
3636
+ '& .Mui-selected': {
3637
+ backgroundColor: string;
3638
+ };
3639
+ '& .MuiButtonBase-root, MuiListItemButton-root': {
3640
+ '&:hover': {
3641
+ borderRadius: string;
3642
+ backgroundColor: string;
3643
+ };
3644
+ };
3645
+ };
3646
+ };
3647
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root, MuiCardContent-root': {
3648
+ padding: any;
3649
+ };
3650
+ };
3651
+ };
3652
+ };
3653
+ SCPrivateMessageThread: {
3654
+ styleOverrides: {
3655
+ root: ({ theme }: any) => {
3656
+ height: string;
3657
+ width: string;
3658
+ backgroundColor: string;
3659
+ borderRadius: number;
3660
+ '& .MuiCardContent-root': {
3661
+ display: string;
3662
+ flexDirection: string;
3663
+ height: string;
3664
+ padding: number;
3665
+ position: string;
3666
+ '& .MuiAlert-root': {
3667
+ position: string;
3668
+ bottom: number;
3669
+ left: number;
3670
+ right: number;
3671
+ display: string;
3672
+ justifyContent: string;
3673
+ };
3674
+ '& .infinite-scroll-component__outerdiv': {
3675
+ flexGrow: number;
3676
+ overflowY: string;
3677
+ '& .infinite-scroll-component': {
3678
+ display: string;
3679
+ flexDirection: string;
3680
+ '& .MuiList-root': {
3681
+ margin: number;
3682
+ padding: any;
3683
+ '& .MuiListItem-root': {
3684
+ '&.SCPrivateMessageThread-receiver': {
3685
+ backgroundColor: any;
3686
+ marginLeft: any;
3687
+ filter: string;
3688
+ '&:after': {
3689
+ marginRight: any;
3690
+ content: string;
3691
+ position: string;
3692
+ border: string;
3693
+ borderTop: string;
3694
+ top: number;
3695
+ left: any;
3696
+ };
3697
+ };
3698
+ '&.SCPrivateMessageThread-sender': {
3699
+ backgroundColor: string;
3700
+ };
3701
+ };
3702
+ };
3703
+ };
3704
+ };
3705
+ };
3706
+ '& .SCPrivateMessageThread-empty-message': {
3707
+ height: string;
3708
+ display: string;
3709
+ justifyContent: string;
3710
+ alignItems: string;
3711
+ fontSize: string;
3712
+ };
3713
+ '& .SCPrivateMessageThread-new-message-header': {
3714
+ display: string;
3715
+ width: string;
3716
+ height: any;
3717
+ alignItems: string;
3718
+ justifyContent: string;
3719
+ backgroundColor: string;
3720
+ '& .SCPrivateMessageThread-new-message-header-content': {
3721
+ display: string;
3722
+ alignItems: string;
3723
+ width: string;
3724
+ backgroundColor: any;
3725
+ borderRadius: any;
3726
+ marginRight: any;
3727
+ '& .SCPrivateMessageThread-new-message-header-icon': {
3728
+ fontSize: string;
3729
+ marginLeft: any;
3730
+ };
3731
+ '& .MuiIcon-root': {
3732
+ color: any;
3733
+ };
3734
+ '& .MuiTypography-root': {
3735
+ color: any;
3736
+ marginLeft: any;
3737
+ };
3738
+ '& .SCPrivateMessageThread-autocomplete': {
3739
+ minWidth: any;
3740
+ marginLeft: any;
3741
+ maxHeight: any;
3742
+ overflow: string;
3743
+ scrollbarWidth: string;
3744
+ '& .MuiAutocomplete-endAdornment': {
3745
+ position: string;
3746
+ '& .MuiAutocomplete-clearIndicator': {
3747
+ fontSize: string;
3748
+ };
3749
+ };
3750
+ };
3751
+ };
3752
+ };
3753
+ '& .MuiListSubheader-root': {
3754
+ backgroundColor: string;
3755
+ display: string;
3756
+ justifyContent: string;
3757
+ marginBottom: any;
3758
+ '& .SCPrivateMessageThread-subheader': {
3759
+ width: string;
3760
+ padding: any;
3761
+ backgroundColor: string;
3762
+ fontWeight: any;
3763
+ borderRadius: any;
3764
+ boxShadow: string;
3765
+ };
3766
+ };
3767
+ '& .MuiList-root, .SCPrivateMessageThread-new-message-content': {
3768
+ flexGrow: number;
3769
+ };
3770
+ };
3771
+ };
3772
+ };
3773
+ SCPrivateMessageThreadItem: {
3774
+ styleOverrides: {
3775
+ root: ({ theme }: any) => {
3776
+ borderRadius: any;
3777
+ padding: any;
3778
+ boxShadow: string;
3779
+ marginBottom: any;
3780
+ '& .MuiListItemSecondaryAction-root': {
3781
+ right: any;
3782
+ top: any;
3783
+ };
3784
+ '& .SCPrivateMessageThreadItem-message-time': {
3785
+ position: string;
3786
+ bottom: any;
3787
+ right: any;
3788
+ padding: any;
3789
+ };
3790
+ '& .SCPrivateMessageThreadItem-text': {
3791
+ minHeight: any;
3792
+ display: string;
3793
+ alignItems: string;
3794
+ '& .MuiTypography-root': {
3795
+ fontSize: string;
3796
+ whiteSpace: string;
3797
+ };
3798
+ };
3799
+ '& .SCPrivateMessageThreadItem-img': {
3800
+ display: string;
3801
+ alignItems: string;
3802
+ objectFit: string;
3803
+ flex: string;
3804
+ '& img': {
3805
+ width: string;
3806
+ height: string;
3807
+ };
3808
+ };
3809
+ '& .SCPrivateMessageThreadItem-video': {
3810
+ '& .MuiButtonBase-root': {
3811
+ color: any;
3812
+ position: string;
3813
+ top: string;
3814
+ left: string;
3815
+ transform: string;
3816
+ '& .MuiIcon-root': {
3817
+ [x: number]: {
3818
+ fontSize: string;
3819
+ };
3820
+ color: any;
3821
+ fontSize: string;
3822
+ };
3823
+ };
3824
+ };
3825
+ '& .SCPrivateMessageThreadItem-document': {
3826
+ width: any;
3827
+ '& img': {
3828
+ height: string;
3829
+ width: string;
3830
+ };
3831
+ '& .MuiButtonBase-root': {
3832
+ width: string;
3833
+ position: string;
3834
+ bottom: string;
3835
+ backgroundColor: string;
3836
+ color: string;
3837
+ display: string;
3838
+ borderRadius: number;
3839
+ '& .MuiTypography-root': {
3840
+ whiteSpace: string;
3841
+ overflow: string;
3842
+ textOverflow: string;
3843
+ marginLeft: any;
3844
+ };
3845
+ };
3846
+ };
3847
+ };
3848
+ };
3849
+ };
3850
+ SCPrivateMessageEditor: {
3851
+ styleOverrides: {
3852
+ root: ({ theme }: any) => {
3853
+ backgroundColor: string;
3854
+ '& .MuiIcon-root': {
3855
+ fontSize: string;
3856
+ };
3857
+ '& .SCPrivateMessageEditor-message-input': {
3858
+ width: string;
3859
+ backgroundColor: string;
3860
+ };
3861
+ '& .MuiInputBase-root, MuiFilledInput-root': {
3862
+ borderRadius: number;
3863
+ padding: any;
3864
+ '& textarea': {
3865
+ backgroundColor: any;
3866
+ borderRadius: any;
3867
+ padding: any;
3868
+ border: string;
3869
+ '&:hover': {
3870
+ border: string;
3871
+ };
3872
+ '&.Mui-disabled': {
3873
+ border: string;
3874
+ };
3875
+ };
3876
+ };
3877
+ '& .SCPrivateMessageEditor-emoji-section, SCEmojiPicker-root': {
3878
+ '& .EmojiPickerReact.epr-main': {
3879
+ borderRadius: number;
3880
+ '& .epr-preview': {
3881
+ display: string;
3882
+ };
3883
+ };
3884
+ };
3885
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCMessageMediaUploader-root': {
3886
+ borderRadius: number;
3887
+ height: any;
3888
+ backgroundColor: any;
3889
+ '& .MuiCardHeader-root': {
3890
+ paddingBottom: any;
3891
+ '& .SCMessageMediaUploader-close-button': {
3892
+ fontSize: string;
3893
+ };
3894
+ };
3895
+ '& .MuiCardContent-root': {
3896
+ overflow: string;
3897
+ padding: any;
3898
+ '& .SCMessageMediaUploader-upload-section': {
3899
+ '& .SCMessageMediaUploader-upload-button': {
3900
+ display: string;
3901
+ margin: string;
3902
+ fontSize: string;
3903
+ };
3904
+ };
3905
+ '& .MuiList-root': {
3906
+ paddingTop: any;
3907
+ paddingBottom: any;
3908
+ };
3909
+ '& .SCMessageMediaUploader-preview-content': {
3910
+ position: string;
3911
+ display: string;
3912
+ margin: string;
3913
+ '& .MuiListItem-root': {
3914
+ height: any;
3915
+ marginRight: any;
3916
+ img: {
3917
+ width: any;
3918
+ height: any;
3919
+ };
3920
+ video: {
3921
+ objectFit: string;
3922
+ width: any;
3923
+ height: any;
3924
+ };
3925
+ };
3926
+ '& .SCMessageMediaUploader-preview-actions': {
3927
+ height: string;
3928
+ background: string;
3929
+ '&:hover, &:active, &.SCMessageMediaUploader-progress': {
3930
+ background: string;
3931
+ };
3932
+ '& .MuiButtonBase-root, .MuiTypography-root': {
3933
+ color: any;
3934
+ position: string;
3935
+ top: string;
3936
+ left: string;
3937
+ transform: string;
3938
+ };
3939
+ };
3940
+ '& .SCMessageMediaUploader-preview-info': {
3941
+ position: string;
3942
+ left: string;
3943
+ bottom: number;
3944
+ transform: string;
3945
+ overflow: string;
3946
+ textOverflow: string;
3947
+ width: any;
3948
+ '& .MuiTypography-root': {
3949
+ fontSize: string;
3950
+ };
3951
+ };
3952
+ };
3953
+ };
3954
+ };
3955
+ };
3956
+ };
3957
+ };
3958
+ SCPrivateMessageComponentSkeleton: {
3959
+ styleOverrides: {
3960
+ root: ({ theme }: any) => {
3961
+ [x: number]: {
3962
+ width: any;
3963
+ };
3964
+ '& .SCPrivateMessageComponentSkeleton-thread-section': {
3965
+ '& .MuiCardContent-root': {
3966
+ padding: number;
3967
+ '& .MuiList-root': {
3968
+ paddingTop: number;
3969
+ paddingBottom: number;
3970
+ };
3971
+ };
3972
+ };
3973
+ ' .MuiPaper-root, MuiAppBar-root': {
3974
+ boxShadow: string;
3975
+ borderRadius: number;
3976
+ };
3977
+ };
3978
+ };
3979
+ };
3980
+ SCPrivateMessageThreadSkeleton: {
3981
+ styleOverrides: {
3982
+ root: ({ theme }: any) => {
3983
+ height: string;
3984
+ width: string;
3985
+ borderRadius: number;
3986
+ '& .MuiCardContent-root': {
3987
+ padding: number;
3988
+ '& .MuiList-root .MuiListItem-root': {
3989
+ [x: number]: {
3990
+ width: string;
3991
+ };
3992
+ height: any;
3993
+ };
3994
+ '&:last-child': {
3995
+ paddingBottom: number;
3996
+ };
3997
+ };
3998
+ };
3999
+ };
4000
+ };
4001
+ SCPrivateMessageThreadItemDialog: {
4002
+ styleOverrides: {
4003
+ root: ({ theme }: any) => {
4004
+ '& h2 .MuiIconButton-root': {
4005
+ top: any;
4006
+ fontSize: string;
4007
+ };
4008
+ };
4009
+ };
4010
+ };
4011
+ SCPlatformWidget: {
4012
+ styleOverrides: {
4013
+ root: ({ theme }: any) => {
4014
+ padding: any;
4015
+ };
4016
+ };
4017
+ };
4018
+ SCChangePictureButton: {
4019
+ styleOverrides: {
4020
+ root: ({ theme }: any) => {
4021
+ padding: any;
4022
+ minWidth: string;
4023
+ };
4024
+ };
4025
+ };
4026
+ SCChangePictureDialog: {
4027
+ styleOverrides: {
4028
+ root: ({ theme }: any) => {
4029
+ '& .SCChangePictureDialog-image-item': {
4030
+ '& .MuiImageListItemBar-actionIcon, .MuiIconButton-root': {
4031
+ color: any;
4032
+ };
4033
+ '& .SCChangePictureDialog-primary': {
4034
+ border: string;
4035
+ };
4036
+ };
4037
+ };
4038
+ };
4039
+ };
4040
+ SCIncubator: {
4041
+ styleOverrides: {
4042
+ root: ({ theme }: any) => {
4043
+ width: string;
4044
+ '& .MuiCardContent-root': {
4045
+ padding: any;
4046
+ };
4047
+ '& .SCIncubator-name': {
4048
+ display: string;
4049
+ };
4050
+ '& .SCIncubator-slogan': {
4051
+ whiteSpace: string;
4052
+ overflow: string;
4053
+ textOverflow: string;
4054
+ };
4055
+ '& .SCIncubator-progress-bar': {
4056
+ position: string;
4057
+ marginTop: any;
4058
+ '& .MuiLinearProgress-root': {
4059
+ height: any;
4060
+ };
4061
+ '& .MuiGrid-item': {
4062
+ paddingTop: any;
4063
+ };
4064
+ };
4065
+ '& .MuiCardActions-root': {
4066
+ marginLeft: any;
4067
+ };
4068
+ };
4069
+ };
4070
+ };
4071
+ SCIncubatorListWidget: {
4072
+ styleOverrides: {
4073
+ root: ({ theme }: any) => {
4074
+ '& .MuiCardContent-root': {
4075
+ padding: any;
4076
+ };
4077
+ '& .SCIncubatorListWidget-header': {
4078
+ display: string;
4079
+ alignItems: string;
4080
+ };
4081
+ '& .SCIncubatorListWidget-actions': {
4082
+ display: string;
4083
+ justifyContent: string;
4084
+ };
4085
+ };
4086
+ };
4087
+ };
4088
+ SCIncubatorSkeleton: {
4089
+ styleOverrides: {
4090
+ root: ({ theme }: any) => {
4091
+ width: string;
4092
+ '& .MuiCardContent-root': {
4093
+ '& .SCIncubatorSkeleton-secondary': {
4094
+ marginTop: any;
4095
+ };
4096
+ '& .SCIncubatorSkeleton-progress-bar': {
4097
+ marginTop: any;
4098
+ };
4099
+ };
4100
+ '& .MuiCardActions-root': {
4101
+ marginLeft: any;
4102
+ };
4103
+ };
4104
+ };
4105
+ };
4106
+ SCIncubatorSuggestionWidget: {
4107
+ styleOverrides: {
4108
+ root: ({ theme }: any) => {
4109
+ '& .MuiCardContent-root': {
4110
+ padding: any;
4111
+ };
4112
+ };
4113
+ };
4114
+ };
4115
+ SCIncubatorDetail: {
4116
+ styleOverrides: {
4117
+ root: ({ theme }: any) => {
4118
+ '& .SCIncubatorDetail-share-card': {
4119
+ margin: any;
4120
+ };
4121
+ };
4122
+ };
4123
+ };
4124
+ SCPrizeItemSkeleton: {
4125
+ styleOverrides: {
4126
+ root: ({ theme }: any) => {
4127
+ [x: number]: {
4128
+ width: any;
4129
+ height: any;
4130
+ };
4131
+ '& .MuiCard-root': {
4132
+ [x: number]: {
4133
+ borderRadius: number;
4134
+ height: string;
4135
+ };
4136
+ };
4137
+ '& .MuiCardContent-root': {
4138
+ justifyContent: string;
4139
+ '& .SCPrizeItemSkeleton-content': {
4140
+ display: string;
4141
+ flexDirection: string;
4142
+ justifyContent: string;
4143
+ alignItems: string;
4144
+ marginTop: any;
4145
+ };
4146
+ };
4147
+ '& .MuiCardActions-root': {
4148
+ justifyContent: string;
4149
+ };
4150
+ };
4151
+ };
4152
+ };
4153
+ };
4154
+ selfcommunity: {
4155
+ user: {
4156
+ avatar: {
4157
+ sizeSmall: number;
4158
+ sizeMedium: number;
4159
+ sizeLarge: number;
4160
+ sizeXLarge: number;
4161
+ };
4162
+ };
4163
+ category: {
4164
+ icon: {
4165
+ sizeMedium: number;
4166
+ };
4167
+ };
4168
+ };
4169
+ };
7
4170
  export default theme;
8
4171
  //# sourceMappingURL=index.d.ts.map