@selfcommunity/react-theme-default 0.1.0-alpha.22 → 0.1.0-alpha.220

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