@selfcommunity/react-theme-default 0.1.0-alpha.24 → 0.1.0-alpha.240

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