@selfcommunity/react-theme-default 0.1.0-alpha.15 → 0.1.0-alpha.150

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