@selfcommunity/react-theme-default 0.1.0-alpha.21 → 0.1.0-alpha.210

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