@selfcommunity/react-theme-default 0.1.0-alpha.23 → 0.1.0-alpha.231

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 +27 -3
  240. package/lib/cjs/components/SCNavigationToolbar.d.ts.map +1 -1
  241. package/lib/cjs/components/SCNavigationToolbar.js +36 -12
  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 +4549 -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 +27 -3
  648. package/lib/esm/components/SCNavigationToolbar.d.ts.map +1 -1
  649. package/lib/esm/components/SCNavigationToolbar.js +36 -12
  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 +4549 -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,4556 @@
1
+ /// <reference types="react" />
1
2
  import './styles/reset.css';
2
3
  import './fonts/community-icons.css';
3
4
  /**
4
5
  * Style fragments - Imports - End
5
6
  */
6
- declare const theme: import("@mui/material/styles").Theme;
7
+ declare const theme: {
8
+ typography: {
9
+ htmlFontSize: number;
10
+ fontSize: number;
11
+ fontWeightLight: string;
12
+ fontWeightRegular: string;
13
+ fontWeightMedium: string;
14
+ fontWeightBold: string;
15
+ body1: {
16
+ fontSize: string;
17
+ };
18
+ };
19
+ shape: {
20
+ borderRadius: number;
21
+ };
22
+ spacing: number;
23
+ mixins: {
24
+ toolbar: {
25
+ minHeight: number;
26
+ '@media (min-width:0px)': {
27
+ minHeight: number;
28
+ };
29
+ '@media (min-width:600px)': {
30
+ minHeight: number;
31
+ };
32
+ };
33
+ };
34
+ components: {
35
+ MuiAppBar: {
36
+ styleOverrides: {
37
+ root: ({ theme }: any) => {
38
+ color: any;
39
+ backgroundColor: any;
40
+ };
41
+ };
42
+ };
43
+ MuiAutocomplete: {
44
+ defaultProps: {
45
+ clearIcon: JSX.Element;
46
+ popupIcon: JSX.Element;
47
+ };
48
+ };
49
+ MuiAvatar: {
50
+ styleOverrides: {
51
+ root: ({ theme }: any) => {
52
+ img: {
53
+ borderRadius: string;
54
+ };
55
+ };
56
+ };
57
+ };
58
+ MuiButton: {
59
+ variants: ({
60
+ props: {
61
+ variant: string;
62
+ };
63
+ style: {
64
+ borderWidth: number;
65
+ '&:hover, &:active': {
66
+ borderWidth: number;
67
+ };
68
+ };
69
+ } | {
70
+ props: {
71
+ variant: string;
72
+ };
73
+ style: {
74
+ borderWidth?: undefined;
75
+ '&:hover, &:active'?: undefined;
76
+ };
77
+ } | {
78
+ props: {
79
+ variant: string;
80
+ };
81
+ style: {
82
+ borderWidth: number;
83
+ '&:hover, &:active'?: undefined;
84
+ };
85
+ })[];
86
+ styleOverrides: {
87
+ root: ({ theme }: any) => {
88
+ textTransform: string;
89
+ fontWeight: any;
90
+ padding: string;
91
+ lineHeight: number;
92
+ borderRadius: any;
93
+ };
94
+ sizeSmall: {
95
+ fontSize: string;
96
+ padding: string;
97
+ };
98
+ sizeMedium: {
99
+ fontSize: string;
100
+ padding: string;
101
+ };
102
+ sizeLarge: {
103
+ fontSize: string;
104
+ padding: string;
105
+ };
106
+ };
107
+ };
108
+ MuiContainer: {
109
+ styleOverrides: {
110
+ root: ({ theme }: any) => {
111
+ [x: number]: {
112
+ paddingLeft: number;
113
+ paddingRight: number;
114
+ };
115
+ maxWidth: any;
116
+ };
117
+ };
118
+ };
119
+ MuiDialog: {
120
+ styleOverrides: {
121
+ root: {
122
+ '& .MuiDialog-paperFullScreen': {
123
+ display: string;
124
+ flexDirection: string;
125
+ };
126
+ '& .MuiDialog-paperScrollBody': {
127
+ overflowY: string;
128
+ };
129
+ };
130
+ };
131
+ };
132
+ MuiDrawer: {
133
+ styleOverrides: {
134
+ root: ({ theme }: any) => {
135
+ '& .MuiDrawer-paperAnchorBottom': {
136
+ borderTopLeftRadius: any;
137
+ borderTopRightRadius: any;
138
+ maxHeight: string;
139
+ paddingTop: any;
140
+ '&:before': {
141
+ content: string;
142
+ border: string;
143
+ width: number;
144
+ position: string;
145
+ top: number;
146
+ left: string;
147
+ };
148
+ '& > *': {
149
+ paddingTop: number;
150
+ };
151
+ };
152
+ };
153
+ };
154
+ };
155
+ MuiIcon: {
156
+ defaultProps: {
157
+ baseClassName: string;
158
+ };
159
+ styleOverrides: {
160
+ root: ({ theme }: any) => {
161
+ fontSize: string;
162
+ };
163
+ };
164
+ };
165
+ MuiIconButton: {
166
+ styleOverrides: {
167
+ sizeSmall: {
168
+ fontSize: string;
169
+ };
170
+ sizeMedium: {
171
+ fontSize: string;
172
+ };
173
+ sizeLarge: {
174
+ fontSize: string;
175
+ };
176
+ };
177
+ };
178
+ MuiOutlinedInput: {
179
+ styleOverrides: {
180
+ root: {
181
+ borderRadius: number;
182
+ };
183
+ };
184
+ };
185
+ MuiPopover: {
186
+ styleOverrides: {
187
+ paper: ({ theme }: any) => {
188
+ borderRadius: number;
189
+ };
190
+ };
191
+ };
192
+ MuiSelect: {
193
+ defaultProps: {
194
+ IconComponent: ({ className }: {
195
+ className: any;
196
+ }) => JSX.Element;
197
+ };
198
+ };
199
+ MuiTooltip: {
200
+ defaultProps: {
201
+ enterDelay: number;
202
+ };
203
+ };
204
+ SCAccountDataPortability: {
205
+ styleOverrides: {
206
+ root: ({ theme }: any) => {
207
+ '& .MuiTypography-root': {
208
+ marginBottom: any;
209
+ };
210
+ '& .SCAccountDataPortability-create-button': {
211
+ marginRight: any;
212
+ marginBottom: any;
213
+ };
214
+ '& .SCAccountDataPortability-download-button': {
215
+ marginBottom: any;
216
+ };
217
+ '& .SCAccountDataPortability-generation-info': {
218
+ fontWeight: any;
219
+ };
220
+ };
221
+ };
222
+ };
223
+ SCAccountDelete: {
224
+ styleOverrides: {
225
+ root: ({ theme }: any) => {
226
+ '& .MuiTypography-root': {
227
+ marginBottom: any;
228
+ };
229
+ '& .SCAccountDelete-confirm > .MuiTextField-root': {
230
+ display: string;
231
+ };
232
+ };
233
+ };
234
+ };
235
+ SCActivitiesMenu: {
236
+ styleOverrides: {
237
+ root: ({ theme }: any) => {
238
+ '& .SCActivitiesMenu-selector': {
239
+ display: string;
240
+ alignItems: string;
241
+ textAlign: string;
242
+ justifyContent: string;
243
+ };
244
+ '& .SCActivitiesMenu-selector .MuiButton-root': {
245
+ textTransform: string;
246
+ fontWeight: any;
247
+ };
248
+ };
249
+ };
250
+ };
251
+ SCBaseDialog: {
252
+ styleOverrides: {
253
+ root: ({ theme }: any) => {
254
+ [x: number]: {
255
+ minWidth: number;
256
+ };
257
+ minWidth: number;
258
+ '& .MuiDialogContent-root': {
259
+ [x: number]: {
260
+ padding: number;
261
+ };
262
+ paddingLeft: number;
263
+ paddingRight: number;
264
+ marginLeft: any;
265
+ marginRight: any;
266
+ '& .infinite-scroll-component__outerdiv': {
267
+ height: string;
268
+ '& .infinite-scroll-component': {
269
+ paddingRight: number;
270
+ ' > .': {
271
+ marginBottom: any;
272
+ };
273
+ '& .MuiList-root': {
274
+ paddingTop: number;
275
+ paddingBottom: number;
276
+ '& .MuiListItem-root': {
277
+ paddingLeft: number;
278
+ paddingRight: number;
279
+ '& .SCBaseItemButton-root': {
280
+ borderRadius: number;
281
+ };
282
+ };
283
+ };
284
+ '& .SCFeedObjectSkeleton-snippet': {
285
+ marginLeft: any;
286
+ };
287
+ };
288
+ };
289
+ };
290
+ '& [class*="-end-message"]': {
291
+ padding: any;
292
+ fontWeight: any;
293
+ textAlign: string;
294
+ };
295
+ '& .MuiDialogActions-spacing': {
296
+ padding: any;
297
+ };
298
+ };
299
+ titleRoot: ({ theme }: any) => {
300
+ [x: number]: {
301
+ flexDirection: string;
302
+ justifyContent: string;
303
+ };
304
+ display: string;
305
+ flexDirection: string;
306
+ alignItems: string;
307
+ justifyContent: string;
308
+ fontSize: string;
309
+ fontWeight: any;
310
+ padding: any;
311
+ '& .MuiIconButton-root': {
312
+ [x: number]: {
313
+ marginRight: number;
314
+ };
315
+ fontSize: string;
316
+ marginRight: any;
317
+ };
318
+ };
319
+ };
320
+ };
321
+ SCBaseItem: {
322
+ styleOverrides: {
323
+ root: ({ theme }: any) => {
324
+ width: string;
325
+ display: string;
326
+ flexDirection: string;
327
+ alignItems: string;
328
+ '&.MuiPaper-elevation': {
329
+ paddingTop: any;
330
+ paddingBottom: any;
331
+ paddingLeft: any;
332
+ paddingRight: any;
333
+ '&.MuiPaper-elevation0': {
334
+ paddingTop: number;
335
+ paddingBottom: number;
336
+ paddingLeft: number;
337
+ paddingRight: number;
338
+ };
339
+ };
340
+ '& .SCBaseItem-content': {
341
+ display: string;
342
+ flexDirection: string;
343
+ justifyContent: string;
344
+ alignItems: string;
345
+ width: string;
346
+ };
347
+ '& .SCBaseItem-image': {
348
+ flexShrink: number;
349
+ marginRight: any;
350
+ };
351
+ '& .SCBaseItem-text': {
352
+ flex: string;
353
+ marginTop: any;
354
+ marginBottom: any;
355
+ textAlign: string;
356
+ width: string;
357
+ };
358
+ '& .SCBaseItem-primary': {
359
+ color: any;
360
+ };
361
+ '& .SCBaseItem-secondary': {
362
+ color: any;
363
+ };
364
+ '& .SCBaseItem-primary, & .SCBaseItem-secondary': {
365
+ whiteSpace: string;
366
+ overflow: string;
367
+ textOverflow: string;
368
+ display: string;
369
+ };
370
+ '&.SCBaseItem-with-actions': {
371
+ '& .SCBaseItem-text < *': {
372
+ maxWidth: string;
373
+ };
374
+ '& .SCBaseItem-actions': {
375
+ right: any;
376
+ top: string;
377
+ maxWidth: any;
378
+ };
379
+ };
380
+ };
381
+ };
382
+ };
383
+ SCBaseItemButton: {
384
+ styleOverrides: {
385
+ root: ({ theme }: any) => {
386
+ position: string;
387
+ width: string;
388
+ '&.MuiPaper-elevation': {
389
+ paddingTop: any;
390
+ paddingBottom: any;
391
+ paddingLeft: any;
392
+ paddingRight: any;
393
+ '&.MuiPaper-elevation0': {
394
+ paddingTop: number;
395
+ paddingBottom: number;
396
+ paddingLeft: number;
397
+ paddingRight: number;
398
+ '& .SCBaseItemButton-actions': {
399
+ right: number;
400
+ };
401
+ };
402
+ };
403
+ '& .SCBaseItemButton-content': {
404
+ display: string;
405
+ flexDirection: string;
406
+ justifyContent: string;
407
+ alignItems: string;
408
+ width: string;
409
+ };
410
+ '& .SCBaseItemButton-image': {
411
+ flexShrink: number;
412
+ marginRight: any;
413
+ };
414
+ '& .SCBaseItemButton-text': {
415
+ flex: string;
416
+ marginTop: any;
417
+ marginBottom: any;
418
+ textAlign: string;
419
+ };
420
+ '& .SCBaseItemButton-primary': {
421
+ color: any;
422
+ };
423
+ '& .SCBaseItemButton-secondary': {
424
+ color: any;
425
+ };
426
+ '& .SCBaseItemButton-primary, & .SCBaseItemButton-secondary': {
427
+ whiteSpace: string;
428
+ overflow: string;
429
+ textOverflow: string;
430
+ display: string;
431
+ };
432
+ '&.SCBaseItemButton-with-actions': {
433
+ '& .SCBaseItemButton-text > *': {
434
+ maxWidth: string;
435
+ };
436
+ '& .SCBaseItemButton-actions': {
437
+ position: string;
438
+ right: any;
439
+ top: string;
440
+ transform: string;
441
+ maxWidth: any;
442
+ };
443
+ };
444
+ };
445
+ };
446
+ };
447
+ SCBottomNavigation: {
448
+ styleOverrides: {
449
+ root: ({ theme }: any) => {
450
+ '& .SCBottomNavigation-action': {
451
+ color: any;
452
+ borderTop: string;
453
+ '&.Mui-selected, &:hover': {
454
+ color: any;
455
+ borderTop: string;
456
+ };
457
+ };
458
+ };
459
+ };
460
+ };
461
+ SCBroadcastMessages: {
462
+ styleOverrides: {
463
+ root: ({ theme }: any) => {
464
+ '& .SCBroadcastMessages-button-load-more': {
465
+ textTransform: string;
466
+ };
467
+ };
468
+ };
469
+ };
470
+ SCBullet: {
471
+ styleOverrides: {
472
+ root: () => {
473
+ display: string;
474
+ margin: string;
475
+ transform: string;
476
+ };
477
+ };
478
+ };
479
+ SCCategories: {
480
+ styleOverrides: {
481
+ root: ({ theme }: any) => {
482
+ '& .SCCategories-filters': {
483
+ marginTop: any;
484
+ marginBottom: any;
485
+ };
486
+ '& .SCCategories-categories': {
487
+ marginTop: any;
488
+ '& .SCCategories-category': {
489
+ padding: any;
490
+ width: string;
491
+ '& > div': {
492
+ cursor: string;
493
+ };
494
+ '& .SCCategory-category-image': {
495
+ minWidth: number;
496
+ height: string;
497
+ borderTopLeftRadius: any;
498
+ borderBottomLeftRadius: any;
499
+ borderRadius: number;
500
+ };
501
+ };
502
+ };
503
+ };
504
+ };
505
+ };
506
+ SCCategoriesSkeleton: {
507
+ styleOverrides: {
508
+ root: ({ theme }: any) => {
509
+ '& .SCCategoriesSkeleton-categories': {
510
+ marginTop: any;
511
+ '& .SCCategorySkeleton-root': {
512
+ padding: any;
513
+ width: string;
514
+ '& .SCBaseItem-image': {
515
+ borderTopLeftRadius: any;
516
+ borderBottomLeftRadius: any;
517
+ '& .SCCategorySkeleton-image': {
518
+ borderRadius: number;
519
+ width: string;
520
+ height: string;
521
+ };
522
+ };
523
+ };
524
+ };
525
+ };
526
+ };
527
+ };
528
+ SCCategory: {
529
+ styleOverrides: {
530
+ root: ({ theme }: any) => {
531
+ [x: number]: {
532
+ borderRadius: any;
533
+ };
534
+ borderRadius: number;
535
+ '& .SCCategory-category-image': {
536
+ '& img': {
537
+ borderRadius: any;
538
+ };
539
+ };
540
+ '& .SCBaseItemButton-primary': {
541
+ fontWeight: any;
542
+ };
543
+ '& .SCBaseItemButton-secondary': {
544
+ fontSize: string;
545
+ };
546
+ };
547
+ };
548
+ };
549
+ SCCategoryFeedTemplate: {
550
+ styleOverrides: {
551
+ root: ({ theme }: any) => {
552
+ '& .SCFeed-root > MuiGrid-item': {
553
+ paddingTop: number;
554
+ };
555
+ };
556
+ };
557
+ };
558
+ SCCategoryFollowersButton: {
559
+ styleOverrides: {
560
+ root: ({ theme }: any) => {
561
+ padding: any;
562
+ '& .MuiAvatarGroup-root .MuiAvatar-root': {
563
+ width: any;
564
+ height: any;
565
+ border: string;
566
+ fontSize: string;
567
+ '&.MuiAvatar-colorDefault': {
568
+ marginLeft: number;
569
+ backgroundColor: string;
570
+ color: any;
571
+ border: string;
572
+ borderRadius: number;
573
+ padding: number;
574
+ };
575
+ };
576
+ };
577
+ };
578
+ };
579
+ SCCategoryHeader: {
580
+ defaultProps: {
581
+ CategoryFollowButtonProps: {
582
+ size: string;
583
+ };
584
+ };
585
+ styleOverrides: {
586
+ root: ({ theme }: any) => {
587
+ '& .SCCategoryHeader-cover': {
588
+ [x: number]: {
589
+ borderRadius: any;
590
+ };
591
+ display: string;
592
+ flexDirection: string;
593
+ justifyContent: string;
594
+ alignItems: string;
595
+ minHeight: number;
596
+ color: string;
597
+ background: string;
598
+ height: number;
599
+ borderRadius: number;
600
+ };
601
+ '& .SCCategoryHeader-info': {
602
+ paddingLeft: any;
603
+ paddingRight: any;
604
+ marginTop: any;
605
+ marginBottom: any;
606
+ '& .SCCategoryHeader-name, & .SCCategoryHeader-slogan': {
607
+ display: string;
608
+ whiteSpace: string;
609
+ overflow: string;
610
+ textOverflow: string;
611
+ textAlign: string;
612
+ marginBottom: any;
613
+ };
614
+ '& .SCCategoryHeader-name': {
615
+ fontSize: string;
616
+ fontWeight: any;
617
+ marginBottom: any;
618
+ };
619
+ '& .SCCategoryHeader-slogan': {
620
+ fontSize: string;
621
+ fontWeight: any;
622
+ marginBottom: any;
623
+ };
624
+ '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
625
+ textAlign: string;
626
+ marginBottom: any;
627
+ };
628
+ '& .SCCategoryHeader-followed': {
629
+ '& .SCCategoryHeader-followed-counter': {
630
+ fontSize: string;
631
+ fontWeight: any;
632
+ display: string;
633
+ };
634
+ };
635
+ };
636
+ };
637
+ };
638
+ };
639
+ SCCategorySkeleton: {
640
+ styleOverrides: {
641
+ root: ({ theme }: any) => {
642
+ '& .SCCategorySkeleton-image': {
643
+ borderRadius: any;
644
+ };
645
+ '& .SCCategorySkeleton-primary': {
646
+ marginBottom: any;
647
+ };
648
+ '& .SCCategorySkeleton-secondary': {
649
+ marginBottom: any;
650
+ };
651
+ '& .SCCategorySkeleton-action': {
652
+ margin: any;
653
+ };
654
+ };
655
+ };
656
+ };
657
+ SCCategoryTemplate: {
658
+ styleOverrides: {
659
+ root: ({ theme }: any) => {
660
+ [x: number]: {
661
+ marginTop: any;
662
+ };
663
+ marginTop: number;
664
+ };
665
+ };
666
+ };
667
+ SCCategoryTemplateSkeleton: {
668
+ styleOverrides: {
669
+ root: ({ theme }: any) => {
670
+ [x: number]: {
671
+ marginTop: number;
672
+ };
673
+ marginTop: number;
674
+ };
675
+ };
676
+ };
677
+ SCChoices: {
678
+ styleOverrides: {
679
+ root: ({ theme }: any) => {
680
+ borderRadius: number;
681
+ };
682
+ };
683
+ };
684
+ SCCommentAction: {
685
+ styleOverrides: {
686
+ root: ({ theme }: any) => {
687
+ display: string;
688
+ justifyContent: string;
689
+ alignItems: string;
690
+ flexDirection: string;
691
+ '&.SCShareAction-inline': {
692
+ flexDirection: string;
693
+ };
694
+ '& .SCVoteAction-divider': {
695
+ width: string;
696
+ borderBottom: number;
697
+ };
698
+ };
699
+ };
700
+ };
701
+ SCCommentNotification: {
702
+ styleOverrides: {
703
+ root: ({ theme }: any) => {
704
+ '& .SCCommentNotification-username': {
705
+ fontWeight: any;
706
+ '&:hover': {
707
+ textDecoration: string;
708
+ };
709
+ };
710
+ '& .SCCommentNotification-vote-button': {
711
+ color: string;
712
+ padding: any;
713
+ fontSize: string;
714
+ minWidth: number;
715
+ borderRadius: string;
716
+ };
717
+ '& .SCCommentNotification-contribution-text': {
718
+ color: any;
719
+ textOverflow: string;
720
+ display: string;
721
+ overflow: string;
722
+ '&:hover': {
723
+ textDecoration: string;
724
+ };
725
+ };
726
+ };
727
+ };
728
+ };
729
+ SCCommentObject: {
730
+ styleOverrides: {
731
+ root: ({ theme }: any) => {
732
+ overflow: string;
733
+ width: string;
734
+ '& .SCCommentObject-comment': {
735
+ paddingBottom: number;
736
+ overflow: string;
737
+ '& > div': {
738
+ alignItems: string;
739
+ };
740
+ '& .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
+ color: any;
2949
+ '&.SCNavigationToolbar-active, &:hover': {
2950
+ color: any;
2951
+ borderBottom: string;
2952
+ };
2953
+ };
2954
+ '& .SCNavigationToolbar-settings': {
2955
+ marginLeft: any;
2956
+ };
2957
+ };
2958
+ };
2959
+ };
2960
+ SCNavigationToolbarMobile: {
2961
+ styleOverrides: {
2962
+ root: ({ theme }: any) => {
2963
+ padding: any;
2964
+ '& .SCNavigationToolbarMobile-logo': {
2965
+ margin: any;
2966
+ flexGrow: number;
2967
+ '& img': {
2968
+ verticalAlign: string;
2969
+ maxHeight: any;
2970
+ };
2971
+ };
2972
+ '& h4': {
2973
+ fontSize: string;
2974
+ overflow: string;
2975
+ textOverflow: string;
2976
+ whiteSpace: string;
2977
+ };
2978
+ };
2979
+ };
2980
+ };
2981
+ SCNotification: {
2982
+ styleOverrides: {
2983
+ root: ({ theme }: any) => {
2984
+ '& .SCNotification-header': {
2985
+ padding: any;
2986
+ '& .SCNotification-avatar': {
2987
+ width: any;
2988
+ height: any;
2989
+ };
2990
+ '& .SCNotification-username': {
2991
+ fontWeight: any;
2992
+ };
2993
+ };
2994
+ '& .SCNotification-content': {
2995
+ padding: number;
2996
+ '& .SCNotification-uncollapsed': {
2997
+ padding: any;
2998
+ '& > *': {
2999
+ marginBottom: any;
3000
+ };
3001
+ };
3002
+ '& .SCNotification-show-other-aggregated': {
3003
+ backgroundColor: string;
3004
+ };
3005
+ '& .SCNotification-collapsed': {
3006
+ padding: any;
3007
+ '& .MuiCollapse-wrapperInner > *': {
3008
+ marginBottom: any;
3009
+ };
3010
+ };
3011
+ '& .SCNotificationItem-detail': {
3012
+ borderRadius: number;
3013
+ };
3014
+ };
3015
+ '& a:not(.MuiButton-root)': {
3016
+ textDecoration: string;
3017
+ color: any;
3018
+ '&:hover, &:active': {
3019
+ color: any;
3020
+ textDecoration: string;
3021
+ };
3022
+ };
3023
+ };
3024
+ };
3025
+ };
3026
+ SCNotificationItem: {
3027
+ styleOverrides: {
3028
+ root: ({ theme }: any) => {
3029
+ whiteSpace: string;
3030
+ '& .SCNotificationItem-header': {
3031
+ display: string;
3032
+ flexDirection: string;
3033
+ paddingBottom: any;
3034
+ '& .SCNotificationItem-primary': {
3035
+ fontWeight: any;
3036
+ '& .SCContributionNotification-username': {
3037
+ fontWeight: any;
3038
+ };
3039
+ '& a': {
3040
+ color: any;
3041
+ textDecoration: string;
3042
+ };
3043
+ };
3044
+ '& .SCNotificationItem-secondary': {
3045
+ '& .SCDateTimeAgo-root, & .MuiStack-root': {
3046
+ color: any;
3047
+ minHeight: any;
3048
+ };
3049
+ '& a': {
3050
+ textDecoration: string;
3051
+ color: any;
3052
+ };
3053
+ };
3054
+ };
3055
+ '& .SCNotificationItem-actions': {
3056
+ color: any;
3057
+ };
3058
+ '&.SCNotificationItem-toast': {
3059
+ backgroundColor: string;
3060
+ borderRadius: number;
3061
+ '& .SCNotificationItem-header': {
3062
+ '& .SCNotificationItem-image': {
3063
+ marginRight: any;
3064
+ '& .MuiAvatar-root': {
3065
+ width: any;
3066
+ height: any;
3067
+ };
3068
+ };
3069
+ };
3070
+ };
3071
+ '&.SCNotificationItem-snippet': {
3072
+ backgroundColor: string;
3073
+ borderRadius: number;
3074
+ '& .SCNotificationItem-header': {
3075
+ '& .SCNotificationItem-image': {
3076
+ marginRight: any;
3077
+ '& .MuiAvatar-root': {
3078
+ width: any;
3079
+ height: any;
3080
+ };
3081
+ };
3082
+ };
3083
+ };
3084
+ '&.SCNotificationItem-detail': {
3085
+ backgroundColor: string;
3086
+ borderRadius: number;
3087
+ '& .SCNotificationItem-header': {
3088
+ '& .SCNotificationItem-image': {
3089
+ marginRight: any;
3090
+ '& .MuiAvatar-root': {
3091
+ width: any;
3092
+ height: any;
3093
+ };
3094
+ };
3095
+ };
3096
+ };
3097
+ };
3098
+ };
3099
+ };
3100
+ SCNotificationsMenu: {
3101
+ styleOverrides: {
3102
+ root: ({ theme }: any) => {
3103
+ '& .SCNotificationsMenu-paper': {
3104
+ padding: any;
3105
+ '& .MuiList-root': {
3106
+ padding: number;
3107
+ };
3108
+ };
3109
+ };
3110
+ };
3111
+ };
3112
+ SCPollObject: {
3113
+ styleOverrides: {
3114
+ root: ({ theme }: any) => {
3115
+ marginTop: any;
3116
+ marginBottom: any;
3117
+ borderTop: string;
3118
+ borderBottom: string;
3119
+ boxShadow: string;
3120
+ borderRadius: number;
3121
+ '& .MuiButton-root': {
3122
+ '&:focus:not(:focus-visible)': {
3123
+ borderColor: string;
3124
+ };
3125
+ };
3126
+ '& .MuiCardHeader-root': {
3127
+ textAlign: string;
3128
+ padding: any;
3129
+ '& .SCPollObject-toggle-button': {
3130
+ fontSize: string;
3131
+ textTransform: string;
3132
+ '& .MuiButton-endIcon': {
3133
+ display: string;
3134
+ };
3135
+ '& .SCPollObject-expand-icon': {
3136
+ marginBottom: number;
3137
+ marginLeft: number;
3138
+ transition: any;
3139
+ };
3140
+ '& .SCPollObject-collapsed-icon': {
3141
+ transform: string;
3142
+ };
3143
+ };
3144
+ };
3145
+ '& .SCPollObject-title': {
3146
+ textAlign: string;
3147
+ color: any;
3148
+ marginBottom: any;
3149
+ fontWeight: any;
3150
+ wordWrap: string;
3151
+ };
3152
+ '& .SCPollObject-voters, & .SCPollObject-votes': {
3153
+ display: string;
3154
+ margin: any;
3155
+ alignItems: string;
3156
+ justifyContent: string;
3157
+ '& .MuiIcon-root': {
3158
+ width: string;
3159
+ marginRight: any;
3160
+ };
3161
+ };
3162
+ '& .SCPollObject-expiration, & .SCPollObject-close, & .SCPollObject-voters': {
3163
+ textAlign: string;
3164
+ color: any;
3165
+ marginBottom: any;
3166
+ fontWeight: any;
3167
+ fontSize: string;
3168
+ };
3169
+ '& .SCPollObject-voters .MuiTypography-root': {
3170
+ fontWeight: any;
3171
+ fontSize: string;
3172
+ };
3173
+ '& ul': {
3174
+ padding: any;
3175
+ marginBottom: any;
3176
+ backgroundColor: string;
3177
+ borderRadius: any;
3178
+ '& li': {
3179
+ padding: number;
3180
+ '& .SCChoices-root': {
3181
+ backgroundColor: string;
3182
+ padding: number;
3183
+ marginBottom: any;
3184
+ '& .SCChoices-label': {
3185
+ marginBottom: number;
3186
+ fontWeight: any;
3187
+ };
3188
+ '& .SCChoices-progress': {
3189
+ marginBottom: number;
3190
+ '& .MuiLinearProgress-root': {
3191
+ height: number;
3192
+ borderRadius: any;
3193
+ };
3194
+ '& > .MuiTypography-root': {
3195
+ fontSize: string;
3196
+ fontWeight: any;
3197
+ };
3198
+ };
3199
+ };
3200
+ };
3201
+ };
3202
+ };
3203
+ };
3204
+ };
3205
+ SCPreviewMediaDocument: {
3206
+ styleOverrides: {
3207
+ root: ({ theme }: any) => {
3208
+ '& .SCPreviewMediaImage-title': {
3209
+ position: string;
3210
+ top: any;
3211
+ left: any;
3212
+ '& > h6': {
3213
+ padding: any;
3214
+ borderRadius: any;
3215
+ maxWidth: number;
3216
+ textOverflow: string;
3217
+ whiteSpace: string;
3218
+ overflow: string;
3219
+ };
3220
+ };
3221
+ };
3222
+ };
3223
+ };
3224
+ SCPreviewMediaLink: {
3225
+ styleOverrides: {
3226
+ root: ({ theme }: any) => {
3227
+ '& .SCPreviewMediaLink-preview-link': {
3228
+ position: string;
3229
+ backgroundColor: string;
3230
+ margin: any;
3231
+ padding: any;
3232
+ };
3233
+ '& .SCPreviewMediaLink-preview-video': {
3234
+ margin: string;
3235
+ height: number;
3236
+ };
3237
+ '& .SCPreviewMediaLink-thumbnail': {
3238
+ [x: number]: {
3239
+ maxWidth: number;
3240
+ width: string;
3241
+ float: string;
3242
+ };
3243
+ border: string;
3244
+ borderRadius: number;
3245
+ paddingTop: any;
3246
+ margin: any;
3247
+ };
3248
+ '& .SCPreviewMediaLink-image': {
3249
+ backgroundSize: string;
3250
+ backgroundPosition: string;
3251
+ backgroundRepeat: string;
3252
+ backgroundColor: string;
3253
+ paddingBottom: number;
3254
+ };
3255
+ '& .SCPreviewMediaLink-snippet': {
3256
+ padding: any;
3257
+ '& .SCPreviewMediaLink-snippet-title': {};
3258
+ '& .SCPreviewMediaLink-snippet-description': {
3259
+ fontSize: string;
3260
+ };
3261
+ '& a': {
3262
+ fontSize: string;
3263
+ fontStyle: string;
3264
+ };
3265
+ };
3266
+ };
3267
+ };
3268
+ };
3269
+ SCPrivateMessageComponent: {
3270
+ styleOverrides: {
3271
+ root: ({ theme }: any) => {
3272
+ height: string;
3273
+ '& .SCPrivateMessageComponent-snippets-box, & .SCPrivateMessageComponent-thread-box': {
3274
+ position: string;
3275
+ '& .SCPrivateMessageSnippets-root, & .SCPrivateMessageThread-root': {
3276
+ position: string;
3277
+ top: number;
3278
+ left: number;
3279
+ };
3280
+ };
3281
+ '& .SCPrivateMessageComponent-hide': {
3282
+ display: string;
3283
+ };
3284
+ };
3285
+ };
3286
+ };
3287
+ SCReactionAction: {
3288
+ styleOverrides: {
3289
+ root: ({ theme }: any) => {
3290
+ display: string;
3291
+ justifyContent: string;
3292
+ alignItems: string;
3293
+ flexDirection: string;
3294
+ fontSize: string;
3295
+ '&.SCReactionAction-inline': {
3296
+ flexDirection: string;
3297
+ };
3298
+ '& .SCReactionAction-divider': {
3299
+ width: string;
3300
+ borderBottom: number;
3301
+ };
3302
+ '& .SCReactionAction-reaction': {
3303
+ width: string;
3304
+ height: string;
3305
+ };
3306
+ };
3307
+ };
3308
+ };
3309
+ SCScrollContainer: {
3310
+ styleOverrides: {
3311
+ root: ({ theme }: any) => {
3312
+ '& .SCScrollContainer-scrollbar': {
3313
+ width: number;
3314
+ borderRadius: number;
3315
+ overflowX: string;
3316
+ backgroundColor: any;
3317
+ transition: string;
3318
+ };
3319
+ '& .SCScrollContainer-scroll-thumb': {
3320
+ width: number;
3321
+ };
3322
+ };
3323
+ };
3324
+ };
3325
+ SCSearchAutocomplete: {
3326
+ styleOverrides: {
3327
+ root: ({ theme }: any) => {
3328
+ '& .SCSearchAutocomplete-input': {
3329
+ padding: any;
3330
+ borderRadius: any;
3331
+ '& .MuiAutocomplete-input': {
3332
+ padding: any;
3333
+ };
3334
+ };
3335
+ };
3336
+ };
3337
+ };
3338
+ SCShareAction: {
3339
+ styleOverrides: {
3340
+ root: ({ theme }: any) => {
3341
+ display: string;
3342
+ justifyContent: string;
3343
+ alignItems: string;
3344
+ flexDirection: string;
3345
+ '&.SCShareAction-inline': {
3346
+ flexDirection: string;
3347
+ };
3348
+ '& .SCVoteAction-divider': {
3349
+ width: string;
3350
+ borderBottom: number;
3351
+ };
3352
+ };
3353
+ };
3354
+ };
3355
+ SCSnippetNotifications: {
3356
+ styleOverrides: {
3357
+ root: ({ theme }: any) => {
3358
+ '& .SCSnippetNotifications-item': {
3359
+ padding: number;
3360
+ marginBottom: any;
3361
+ '&:hover': {
3362
+ backgroundColor: string;
3363
+ cursor: string;
3364
+ };
3365
+ '& .SCNotificationItem-root': {
3366
+ backgroundColor: string;
3367
+ borderRadius: number;
3368
+ '&.SCNotificationItem-snippet': {
3369
+ '&:before': {
3370
+ borderRadius: any;
3371
+ width: any;
3372
+ left: number;
3373
+ height: string;
3374
+ display: string;
3375
+ zIndex: string;
3376
+ position: string;
3377
+ content: string;
3378
+ backgroundColor: string;
3379
+ };
3380
+ '&.SCNotificationItem-new': {
3381
+ '&:before': {
3382
+ backgroundColor: any;
3383
+ };
3384
+ };
3385
+ '& .SCNotificationItem-header': {
3386
+ padding: any;
3387
+ };
3388
+ };
3389
+ };
3390
+ '&.SCSnippetNotifications-broadcast-messages-banner': {
3391
+ '& .SCNotificationItem-root.SCNotificationItem-snippet.SCNotificationItem-new': {
3392
+ '&:before': {
3393
+ backgroundColor: any;
3394
+ };
3395
+ };
3396
+ '& .SCNotificationItem-title a': {
3397
+ color: any;
3398
+ fontWeight: any;
3399
+ };
3400
+ };
3401
+ };
3402
+ };
3403
+ };
3404
+ };
3405
+ SCSnippetNotificationsSkeleton: {
3406
+ styleOverrides: {
3407
+ root: ({ theme }: any) => {
3408
+ margin: number;
3409
+ padding: number;
3410
+ '& .SCSnippetNotificationsSkeleton-item': {
3411
+ padding: number;
3412
+ marginBottom: any;
3413
+ '& .SCNotificationItem-root': {
3414
+ backgroundColor: string;
3415
+ borderRadius: number;
3416
+ '&.SCNotificationItem-snippet': {
3417
+ '&:before': {
3418
+ borderRadius: any;
3419
+ width: any;
3420
+ left: number;
3421
+ height: string;
3422
+ display: string;
3423
+ zIndex: string;
3424
+ position: string;
3425
+ content: string;
3426
+ backgroundColor: string;
3427
+ };
3428
+ '&.SCNotificationItem-new': {
3429
+ '&:before': {
3430
+ backgroundColor: any;
3431
+ };
3432
+ };
3433
+ '& .SCNotificationItem-header': {
3434
+ padding: any;
3435
+ };
3436
+ };
3437
+ };
3438
+ };
3439
+ };
3440
+ };
3441
+ };
3442
+ SCUser: {
3443
+ styleOverrides: {
3444
+ root: ({ theme }: any) => {
3445
+ [x: number]: {
3446
+ borderRadius: any;
3447
+ };
3448
+ borderRadius: number;
3449
+ paddingBottom: number;
3450
+ overflow: string;
3451
+ '& .MuiChip-root': {
3452
+ height: string;
3453
+ };
3454
+ '& .SCUser-avatar': {
3455
+ width: any;
3456
+ height: any;
3457
+ '& img': {
3458
+ borderRadius: number;
3459
+ };
3460
+ };
3461
+ '& .SCUser-staff-badge-label': {
3462
+ marginLeft: any;
3463
+ borderRadius: number;
3464
+ fontSize: string;
3465
+ };
3466
+ '& .SCBaseItemButton-primary': {
3467
+ fontWeight: any;
3468
+ };
3469
+ '& .SCBaseItemButton-secondary': {
3470
+ fontSize: string;
3471
+ };
3472
+ };
3473
+ };
3474
+ };
3475
+ SCUserActionIconButton: {
3476
+ styleOverrides: {
3477
+ menuRoot: ({ theme }: any) => {};
3478
+ };
3479
+ };
3480
+ SCUserCounters: {
3481
+ styleOverrides: {
3482
+ root: ({ theme }: any) => {
3483
+ '& .SCUserCounters-button': {
3484
+ color: any;
3485
+ padding: any;
3486
+ borderRadius: number;
3487
+ fontSize: string;
3488
+ fontWeight: any;
3489
+ '& strong': {
3490
+ display: string;
3491
+ marginRight: any;
3492
+ fontWeight: any;
3493
+ };
3494
+ '&:hover, &:active': {
3495
+ color: any;
3496
+ };
3497
+ };
3498
+ };
3499
+ };
3500
+ };
3501
+ SCUserProfileBlocked: {
3502
+ styleOverrides: {
3503
+ root: ({ theme }: any) => {
3504
+ textAlign: string;
3505
+ '& .SCUserProfileBlocked-info': {
3506
+ marginTop: any;
3507
+ marginBottom: any;
3508
+ };
3509
+ };
3510
+ };
3511
+ };
3512
+ SCUserInfo: {
3513
+ styleOverrides: {
3514
+ root: ({ theme }: any) => {
3515
+ '& .SCUserInfo-field': {
3516
+ marginBottom: any;
3517
+ '& h6': {
3518
+ fontSize: string;
3519
+ fontWeight: any;
3520
+ marginBottom: any;
3521
+ };
3522
+ '&:last-of-type': {
3523
+ marginBottom: number;
3524
+ };
3525
+ };
3526
+ };
3527
+ };
3528
+ };
3529
+ SCUserInfoDialog: {
3530
+ styleOverrides: {
3531
+ root: ({ theme }: any) => {
3532
+ '& .SCUserInfoDialog-caption': {
3533
+ marginTop: any;
3534
+ textAlign: string;
3535
+ '& .SCUserInfoDialog-avatar': {
3536
+ margin: any;
3537
+ width: any;
3538
+ height: any;
3539
+ };
3540
+ '& .SCUserInfoDialog-username': {
3541
+ fontWeight: any;
3542
+ fontSize: string;
3543
+ marginBottom: any;
3544
+ };
3545
+ };
3546
+ };
3547
+ };
3548
+ };
3549
+ SCUserProfileHeader: {
3550
+ styleOverrides: {
3551
+ root: ({ theme }: any) => {
3552
+ '& .SCUserProfileHeader-cover': {
3553
+ [x: number]: {
3554
+ borderRadius: any;
3555
+ };
3556
+ position: string;
3557
+ height: number;
3558
+ minHeight: number;
3559
+ borderRadius: number;
3560
+ background: string;
3561
+ boxShadow: string;
3562
+ };
3563
+ '& .SCUserProfileHeader-avatar': {
3564
+ height: any;
3565
+ width: any;
3566
+ top: number;
3567
+ display: string;
3568
+ position: string;
3569
+ margin: string;
3570
+ borderRadius: string;
3571
+ border: string;
3572
+ objectFit: string;
3573
+ };
3574
+ '& .SCUserProfileHeader-change-picture': {
3575
+ top: any;
3576
+ left: number;
3577
+ position: string;
3578
+ display: string;
3579
+ margin: string;
3580
+ };
3581
+ '& .SCUserProfileHeader-username': {
3582
+ marginTop: number;
3583
+ fontWeight: any;
3584
+ fontSize: string;
3585
+ textAlign: string;
3586
+ };
3587
+ '& .SCUserProfileHeader-realname': {
3588
+ fontSize: string;
3589
+ textAlign: string;
3590
+ paddingBottom: any;
3591
+ };
3592
+ '& .SCUserProfileHeader-change-cover': {
3593
+ position: string;
3594
+ right: number;
3595
+ bottom: number;
3596
+ };
3597
+ };
3598
+ };
3599
+ };
3600
+ SCUserProfileEdit: {
3601
+ styleOverrides: {
3602
+ root: ({ theme }: any) => {
3603
+ '& .SCUserProfileEdit-tabs': {
3604
+ marginBottom: any;
3605
+ '& .MuiTabScrollButton-root': {
3606
+ transition: string;
3607
+ '&.Mui-disabled': {
3608
+ width: number;
3609
+ };
3610
+ };
3611
+ };
3612
+ '& .SCUserProfileEdit-tab-content': {
3613
+ padding: any;
3614
+ maxWidth: number;
3615
+ };
3616
+ };
3617
+ };
3618
+ };
3619
+ SCUserProfileEditSectionAccount: {
3620
+ styleOverrides: {
3621
+ root: ({ theme }: any) => {
3622
+ '& .SCUserProfileEditSectionAccount-danger-zone': {
3623
+ marginTop: any;
3624
+ '& > *': {
3625
+ marginBottom: any;
3626
+ };
3627
+ };
3628
+ };
3629
+ };
3630
+ };
3631
+ SCUserProfileEditSectionAccountCredentials: {
3632
+ styleOverrides: {
3633
+ root: ({ theme }: any) => {
3634
+ '& .SCUserProfileEditSectionAccountCredentials-email, .SCUserProfileEditSectionAccountCredentials-password': {
3635
+ margin: any;
3636
+ fontWeight: string;
3637
+ };
3638
+ '& .SCUserProfileEditSectionAccountCredentials-danger-zone': {
3639
+ marginTop: any;
3640
+ '& > *': {
3641
+ marginBottom: any;
3642
+ };
3643
+ };
3644
+ };
3645
+ dialogRoot: ({ theme }: any) => {
3646
+ '& .MuiDialogContent-root': {
3647
+ '& .SCUserProfileEditSectionAccountCredentials-password-form': {
3648
+ '& .SCUserProfileEditSectionAccountCredentials-form-field': {
3649
+ margin: any;
3650
+ };
3651
+ };
3652
+ };
3653
+ '& .SCUserProfileEditSectionAccountCredentials-confirm-change-button': {
3654
+ marginTop: any;
3655
+ };
3656
+ };
3657
+ };
3658
+ };
3659
+ SCUserProfileTemplate: {
3660
+ styleOverrides: {
3661
+ root: ({ theme }: any) => {
3662
+ [x: number]: {
3663
+ marginTop: any;
3664
+ };
3665
+ marginTop: number;
3666
+ '& .SCUserProfileTemplate-tags': {
3667
+ marginTop: any;
3668
+ justifyContent: string;
3669
+ };
3670
+ '& .SCUserProfileTemplate-counters': {
3671
+ marginTop: any;
3672
+ justifyContent: string;
3673
+ display: string;
3674
+ alignItems: string;
3675
+ flexWrap: string;
3676
+ };
3677
+ '& .SCUserProfileTemplate-info': {
3678
+ marginTop: any;
3679
+ textAlign: string;
3680
+ };
3681
+ '& .SCUserProfileTemplate-feed': {
3682
+ marginTop: any;
3683
+ };
3684
+ '& .SCUserProfileTemplate-actions': {
3685
+ margin: any;
3686
+ justifyContent: string;
3687
+ };
3688
+ };
3689
+ };
3690
+ };
3691
+ SCVoteAction: {
3692
+ styleOverrides: {
3693
+ root: ({ theme }: any) => {
3694
+ display: string;
3695
+ justifyContent: string;
3696
+ alignItems: string;
3697
+ flexDirection: string;
3698
+ '&.SCVoteAction-inline': {
3699
+ flexDirection: string;
3700
+ };
3701
+ '& .SCVoteAction-divider': {
3702
+ width: string;
3703
+ borderBottom: number;
3704
+ };
3705
+ };
3706
+ };
3707
+ };
3708
+ SCVoteButton: {
3709
+ styleOverrides: {
3710
+ root: ({ theme }: any) => {
3711
+ color: any;
3712
+ marginTop: any;
3713
+ marginBottom: any;
3714
+ borderRadius: string;
3715
+ padding: any;
3716
+ minWidth: number;
3717
+ '& .MuiIcon-root': {
3718
+ fontSize: string;
3719
+ };
3720
+ '&.MuiButton-sizeSmall': {
3721
+ padding: any;
3722
+ '& .MuiIcon-root': {
3723
+ fontSize: string;
3724
+ };
3725
+ };
3726
+ };
3727
+ };
3728
+ };
3729
+ SCVoteAudienceButton: {
3730
+ styleOverrides: {
3731
+ root: ({ theme }: any) => {
3732
+ '& .SCVoteAudienceButton-reaction-list': {
3733
+ maxWidth: any;
3734
+ overflow: string;
3735
+ marginTop: any;
3736
+ fontSize: string;
3737
+ display: string;
3738
+ flexDirection: string;
3739
+ '& .MuiIcon-root': {
3740
+ paddingRight: any;
3741
+ backgroundColor: string;
3742
+ };
3743
+ };
3744
+ '& > .MuiIcon-root': {
3745
+ fontSize: string;
3746
+ marginTop: any;
3747
+ };
3748
+ };
3749
+ dialogRoot: ({ theme }: any) => {
3750
+ '& .SCVoteAudienceButton-dialog-tabs': {
3751
+ '& .MuiTab-root': {
3752
+ flexDirection: string;
3753
+ justifyContent: string;
3754
+ };
3755
+ };
3756
+ '& .SCVoteAudienceButton-dialog-vote-badge': {
3757
+ width: any;
3758
+ height: any;
3759
+ backgroundColor: any;
3760
+ border: string;
3761
+ };
3762
+ };
3763
+ };
3764
+ };
3765
+ SCWidget: {
3766
+ variants: ({
3767
+ props: {
3768
+ elevation: number;
3769
+ variant?: undefined;
3770
+ };
3771
+ style: {
3772
+ border: number;
3773
+ boxShadow: string;
3774
+ };
3775
+ } | {
3776
+ props: {
3777
+ variant: string;
3778
+ elevation?: undefined;
3779
+ };
3780
+ style: {
3781
+ border: string;
3782
+ boxShadow: string;
3783
+ };
3784
+ })[];
3785
+ styleOverrides: {
3786
+ root: ({ theme }: any) => {
3787
+ [x: number]: {
3788
+ borderRadius: any;
3789
+ };
3790
+ borderRadius: number;
3791
+ boxShadow: string;
3792
+ border: string;
3793
+ '&.MuiPaper-elevation0': {
3794
+ borderRadius: number;
3795
+ };
3796
+ '& .MuiCardContent-root': {
3797
+ padding: any;
3798
+ '& h5': {
3799
+ fontFamily: any;
3800
+ fontWeight: any;
3801
+ color: any;
3802
+ fontSize: string;
3803
+ };
3804
+ '& .MuiList-root': {
3805
+ paddingTop: any;
3806
+ paddingBottom: any;
3807
+ '& .MuiListItem-root': {
3808
+ paddingTop: any;
3809
+ paddingBottom: any;
3810
+ paddingLeft: number;
3811
+ paddingRight: number;
3812
+ '& .SCBaseItemButton-text, & .SCBaseItem-text': {
3813
+ marginTop: number;
3814
+ marginBottom: number;
3815
+ };
3816
+ '& .SCWidget-root': {
3817
+ borderRadius: number;
3818
+ };
3819
+ };
3820
+ };
3821
+ '& > .MuiTypography-body2': {
3822
+ paddingTop: any;
3823
+ };
3824
+ '& > .MuiButton-sizeMedium': {
3825
+ marginLeft: any;
3826
+ paddingLeft: any;
3827
+ paddingRight: any;
3828
+ color: any;
3829
+ };
3830
+ };
3831
+ };
3832
+ };
3833
+ };
3834
+ SCPrivateMessageSnippetItem: {
3835
+ styleOverrides: {
3836
+ root: ({ theme }: any) => {
3837
+ borderRadius: any;
3838
+ padding: string;
3839
+ boxShadow: string;
3840
+ marginBottom: any;
3841
+ '& .SCPrivateMessageSnippetItem-time': {
3842
+ float: string;
3843
+ fontSize: any;
3844
+ };
3845
+ '& .MuiListItemButton-root': {
3846
+ [x: number]: {
3847
+ '&.SCPrivateMessageSnippetItem-unread': {
3848
+ paddingRight: any;
3849
+ };
3850
+ paddingRight: any;
3851
+ };
3852
+ '&.SCPrivateMessageSnippetItem-unread': {
3853
+ paddingRight: any;
3854
+ };
3855
+ };
3856
+ '& .MuiListItemText-primary': {
3857
+ '& .SCPrivateMessageSnippetItem-username': {
3858
+ fontWeight: any;
3859
+ };
3860
+ '& .SCPrivateMessageSnippetItem-badge-label': {
3861
+ marginLeft: any;
3862
+ borderRadius: number;
3863
+ fontSize: string;
3864
+ };
3865
+ };
3866
+ '& .MuiListItemText-secondary': {
3867
+ '& .MuiTypography-root': {
3868
+ display: string;
3869
+ width: string;
3870
+ whiteSpace: string;
3871
+ overflow: string;
3872
+ textOverflow: string;
3873
+ };
3874
+ };
3875
+ '& .MuiListItemSecondaryAction-root': {
3876
+ [x: number]: {
3877
+ padding: any;
3878
+ };
3879
+ display: string;
3880
+ alignItems: string;
3881
+ position: string;
3882
+ top: any;
3883
+ right: any;
3884
+ '& .MuiButtonBase-root': {
3885
+ fontSize: string;
3886
+ };
3887
+ ' .MuiPaper-root': {
3888
+ padding: number;
3889
+ };
3890
+ };
3891
+ };
3892
+ };
3893
+ };
3894
+ SCPrivateMessageSnippets: {
3895
+ styleOverrides: {
3896
+ root: ({ theme }: any) => {
3897
+ height: string;
3898
+ width: string;
3899
+ '& .MuiCardContent-root': {
3900
+ display: string;
3901
+ flexDirection: string;
3902
+ height: string;
3903
+ padding: any;
3904
+ '& .SCPrivateMessageSnippets-search-bar': {
3905
+ padding: any;
3906
+ '& .SCPrivateMessageSnippets-input': {
3907
+ borderRadius: any;
3908
+ '& .MuiInputBase-input, MuiFilledInput-input': {
3909
+ padding: any;
3910
+ };
3911
+ '& .SCPrivateMessageSnippets-icon': {
3912
+ marginRight: any;
3913
+ };
3914
+ };
3915
+ };
3916
+ '& .SCPrivateMessageSnippets-new-message-button': {
3917
+ color: string;
3918
+ alignSelf: string;
3919
+ backgroundColor: string;
3920
+ '&:hover': {
3921
+ borderWidth: string;
3922
+ backgroundColor: any;
3923
+ };
3924
+ };
3925
+ '& .MuiList-root': {
3926
+ flexGrow: number;
3927
+ overflowY: string;
3928
+ padding: any;
3929
+ '& .Mui-selected': {
3930
+ backgroundColor: any;
3931
+ };
3932
+ '& .MuiButtonBase-root, MuiListItemButton-root': {
3933
+ '&:hover': {
3934
+ borderRadius: string;
3935
+ backgroundColor: any;
3936
+ };
3937
+ };
3938
+ };
3939
+ };
3940
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCPrivateMessageSnippets-root, MuiCardContent-root': {
3941
+ padding: any;
3942
+ };
3943
+ };
3944
+ };
3945
+ };
3946
+ SCPrivateMessageThread: {
3947
+ styleOverrides: {
3948
+ root: ({ theme }: any) => {
3949
+ height: string;
3950
+ width: string;
3951
+ backgroundColor: string;
3952
+ borderRadius: number;
3953
+ '& .MuiCardContent-root': {
3954
+ display: string;
3955
+ flexDirection: string;
3956
+ height: string;
3957
+ padding: number;
3958
+ position: string;
3959
+ '& .MuiAlert-root': {
3960
+ position: string;
3961
+ bottom: number;
3962
+ left: number;
3963
+ right: number;
3964
+ display: string;
3965
+ justifyContent: string;
3966
+ borderRadius: number;
3967
+ };
3968
+ '& .infinite-scroll-component__outerdiv': {
3969
+ flexGrow: number;
3970
+ overflowY: string;
3971
+ '& .infinite-scroll-component': {
3972
+ display: string;
3973
+ flexDirection: string;
3974
+ '& .MuiList-root': {
3975
+ margin: number;
3976
+ padding: any;
3977
+ '& .MuiListItem-root': {
3978
+ padding: any;
3979
+ minWidth: string;
3980
+ maxWidth: string;
3981
+ textAlign: string;
3982
+ width: string;
3983
+ position: string;
3984
+ marginBottom: any;
3985
+ '&.SCPrivateMessageThread-receiver': {
3986
+ backgroundColor: any;
3987
+ marginLeft: any;
3988
+ filter: string;
3989
+ '&:after': {
3990
+ marginRight: any;
3991
+ content: string;
3992
+ position: string;
3993
+ border: string;
3994
+ borderTop: string;
3995
+ top: any;
3996
+ left: any;
3997
+ };
3998
+ };
3999
+ '&.SCPrivateMessageThread-sender': {
4000
+ backgroundColor: any;
4001
+ position: string;
4002
+ marginLeft: string;
4003
+ marginRight: any;
4004
+ '&:after': {
4005
+ content: string;
4006
+ position: string;
4007
+ border: string;
4008
+ borderTop: string;
4009
+ top: any;
4010
+ right: any;
4011
+ };
4012
+ };
4013
+ };
4014
+ };
4015
+ };
4016
+ };
4017
+ };
4018
+ '& .SCPrivateMessageThread-empty-message': {
4019
+ height: string;
4020
+ display: string;
4021
+ justifyContent: string;
4022
+ alignItems: string;
4023
+ fontSize: string;
4024
+ };
4025
+ '& .SCPrivateMessageThread-new-message-header': {
4026
+ display: string;
4027
+ width: string;
4028
+ height: any;
4029
+ alignItems: string;
4030
+ justifyContent: string;
4031
+ backgroundColor: string;
4032
+ '& .SCPrivateMessageThread-new-message-header-content': {
4033
+ display: string;
4034
+ alignItems: string;
4035
+ width: string;
4036
+ backgroundColor: any;
4037
+ borderRadius: any;
4038
+ marginRight: any;
4039
+ '& .SCPrivateMessageThread-new-message-header-icon': {
4040
+ fontSize: string;
4041
+ marginLeft: any;
4042
+ };
4043
+ '& .MuiIcon-root': {
4044
+ color: any;
4045
+ };
4046
+ '& .MuiTypography-root': {
4047
+ color: any;
4048
+ marginLeft: any;
4049
+ };
4050
+ '& .SCPrivateMessageThread-autocomplete': {
4051
+ [x: number]: {
4052
+ maxHeight: any;
4053
+ };
4054
+ width: string;
4055
+ marginLeft: any;
4056
+ maxHeight: any;
4057
+ overflow: string;
4058
+ '& .MuiAutocomplete-tag': {
4059
+ height: any;
4060
+ '& .MuiChip-deleteIcon': {
4061
+ fontSize: string;
4062
+ };
4063
+ };
4064
+ '& .MuiAutocomplete-endAdornment': {
4065
+ position: string;
4066
+ '& .MuiAutocomplete-clearIndicator': {
4067
+ fontSize: string;
4068
+ };
4069
+ };
4070
+ };
4071
+ };
4072
+ };
4073
+ '& .MuiListSubheader-root': {
4074
+ backgroundColor: string;
4075
+ display: string;
4076
+ justifyContent: string;
4077
+ marginBottom: any;
4078
+ '& .SCPrivateMessageThread-subheader': {
4079
+ width: string;
4080
+ minWidth: number;
4081
+ padding: any;
4082
+ backgroundColor: string;
4083
+ fontWeight: any;
4084
+ borderRadius: any;
4085
+ boxShadow: string;
4086
+ };
4087
+ };
4088
+ '& .MuiList-root, .SCPrivateMessageThread-new-message-content': {
4089
+ flexGrow: number;
4090
+ };
4091
+ };
4092
+ };
4093
+ };
4094
+ SCPrivateMessageThreadItem: {
4095
+ styleOverrides: {
4096
+ root: ({ theme }: any) => {
4097
+ borderRadius: any;
4098
+ padding: any;
4099
+ boxShadow: string;
4100
+ marginBottom: any;
4101
+ '& .MuiListItemSecondaryAction-root': {
4102
+ right: number;
4103
+ top: any;
4104
+ zIndex: number;
4105
+ '& .MuiButtonBase-root': {
4106
+ fontSize: string;
4107
+ };
4108
+ };
4109
+ '& .SCPrivateMessageThreadItem-message-time': {
4110
+ position: string;
4111
+ bottom: any;
4112
+ right: any;
4113
+ padding: any;
4114
+ };
4115
+ '& .SCPrivateMessageThreadItem-text': {
4116
+ display: string;
4117
+ alignItems: string;
4118
+ zIndex: number;
4119
+ '& .MuiTypography-root': {
4120
+ fontSize: string;
4121
+ whiteSpace: string;
4122
+ overflowWrap: string;
4123
+ wordWrap: string;
4124
+ wordBreak: string;
4125
+ hyphens: string;
4126
+ };
4127
+ };
4128
+ '& .SCPrivateMessageThreadItem-img': {
4129
+ display: string;
4130
+ alignItems: string;
4131
+ objectFit: string;
4132
+ flex: string;
4133
+ '& img': {
4134
+ width: string;
4135
+ height: string;
4136
+ };
4137
+ };
4138
+ '& .SCPrivateMessageThreadItem-video': {
4139
+ '& .MuiButtonBase-root': {
4140
+ color: any;
4141
+ position: string;
4142
+ top: string;
4143
+ left: string;
4144
+ transform: string;
4145
+ '& .MuiIcon-root': {
4146
+ [x: number]: {
4147
+ fontSize: string;
4148
+ };
4149
+ color: any;
4150
+ fontSize: string;
4151
+ };
4152
+ };
4153
+ };
4154
+ '& .SCPrivateMessageThreadItem-document': {
4155
+ width: any;
4156
+ '& img': {
4157
+ height: string;
4158
+ width: string;
4159
+ };
4160
+ '& .MuiButtonBase-root': {
4161
+ width: string;
4162
+ position: string;
4163
+ bottom: string;
4164
+ backgroundColor: string;
4165
+ color: string;
4166
+ display: string;
4167
+ borderRadius: number;
4168
+ '& .MuiTypography-root': {
4169
+ whiteSpace: string;
4170
+ overflow: string;
4171
+ textOverflow: string;
4172
+ marginLeft: any;
4173
+ };
4174
+ };
4175
+ };
4176
+ };
4177
+ };
4178
+ };
4179
+ SCPrivateMessageEditor: {
4180
+ styleOverrides: {
4181
+ root: ({ theme }: any) => {
4182
+ '& .MuiIcon-root': {
4183
+ fontSize: string;
4184
+ };
4185
+ '& .SCPrivateMessageEditor-message-input': {
4186
+ width: string;
4187
+ };
4188
+ '& .MuiInputBase-root, MuiFilledInput-root': {
4189
+ '&.Mui-disabled': {
4190
+ backgroundColor: any;
4191
+ };
4192
+ borderRadius: number;
4193
+ padding: any;
4194
+ '& textarea': {
4195
+ backgroundColor: any;
4196
+ borderRadius: any;
4197
+ padding: any;
4198
+ border: string;
4199
+ '&:hover': {
4200
+ border: string;
4201
+ };
4202
+ '&.Mui-disabled': {
4203
+ border: string;
4204
+ };
4205
+ };
4206
+ '& .MuiButtonBase-root': {
4207
+ padding: any;
4208
+ };
4209
+ };
4210
+ '& .SCPrivateMessageEditor-emoji-section, SCEmojiPicker-root': {
4211
+ '& .EmojiPickerReact.epr-main': {
4212
+ borderRadius: number;
4213
+ '& .epr-preview': {
4214
+ display: string;
4215
+ };
4216
+ };
4217
+ };
4218
+ '& .MuiPaper-root, MuiCard-root, SCWidget-root, SCMessageMediaUploader-root': {
4219
+ borderRadius: number;
4220
+ backgroundColor: any;
4221
+ '& .MuiCardHeader-root': {
4222
+ paddingBottom: any;
4223
+ '& .SCMessageMediaUploader-close-button': {
4224
+ fontSize: string;
4225
+ cursor: string;
4226
+ '&:hover': {
4227
+ color: any;
4228
+ };
4229
+ };
4230
+ };
4231
+ '& .MuiAlert-root': {
4232
+ position: string;
4233
+ };
4234
+ '& .MuiCardContent-root': {
4235
+ overflow: string;
4236
+ padding: any;
4237
+ minHeight: any;
4238
+ '& .SCMessageMediaUploader-upload-section': {
4239
+ '& .SCMessageMediaUploader-upload-button': {
4240
+ display: string;
4241
+ margin: string;
4242
+ fontSize: string;
4243
+ };
4244
+ };
4245
+ '& .MuiList-root': {
4246
+ paddingTop: any;
4247
+ paddingBottom: any;
4248
+ };
4249
+ '& .SCMessageMediaUploader-preview-content': {
4250
+ position: string;
4251
+ display: string;
4252
+ margin: string;
4253
+ justifyContent: string;
4254
+ alignItems: string;
4255
+ '& .MuiListItem-root': {
4256
+ height: any;
4257
+ marginRight: any;
4258
+ img: {
4259
+ width: any;
4260
+ height: any;
4261
+ };
4262
+ video: {
4263
+ objectFit: string;
4264
+ width: any;
4265
+ height: any;
4266
+ };
4267
+ };
4268
+ '& .SCMessageMediaUploader-preview-actions': {
4269
+ height: string;
4270
+ background: string;
4271
+ '&:hover, &:active, &.SCMessageMediaUploader-progress': {
4272
+ background: string;
4273
+ };
4274
+ '& .MuiButtonBase-root, .MuiTypography-root': {
4275
+ color: any;
4276
+ position: string;
4277
+ top: string;
4278
+ left: string;
4279
+ transform: string;
4280
+ };
4281
+ };
4282
+ '& .SCMessageMediaUploader-preview-info': {
4283
+ position: string;
4284
+ left: string;
4285
+ bottom: number;
4286
+ transform: string;
4287
+ overflow: string;
4288
+ textOverflow: string;
4289
+ width: any;
4290
+ '& .MuiTypography-root': {
4291
+ fontSize: string;
4292
+ };
4293
+ };
4294
+ };
4295
+ };
4296
+ };
4297
+ };
4298
+ };
4299
+ };
4300
+ SCPrivateMessageComponentSkeleton: {
4301
+ styleOverrides: {
4302
+ root: ({ theme }: any) => {
4303
+ [x: number]: {
4304
+ width: any;
4305
+ };
4306
+ '& .SCPrivateMessageComponentSkeleton-thread-section': {
4307
+ '& .MuiCardContent-root': {
4308
+ padding: number;
4309
+ '& .MuiList-root': {
4310
+ paddingTop: number;
4311
+ paddingBottom: number;
4312
+ };
4313
+ };
4314
+ };
4315
+ ' .MuiPaper-root, MuiAppBar-root': {
4316
+ boxShadow: string;
4317
+ borderRadius: number;
4318
+ };
4319
+ };
4320
+ };
4321
+ };
4322
+ SCPrivateMessageThreadSkeleton: {
4323
+ styleOverrides: {
4324
+ root: ({ theme }: any) => {
4325
+ height: string;
4326
+ width: string;
4327
+ borderRadius: number;
4328
+ '& .MuiCardContent-root': {
4329
+ padding: number;
4330
+ '& .MuiList-root .MuiListItem-root': {
4331
+ height: any;
4332
+ };
4333
+ '&:last-child': {
4334
+ paddingBottom: number;
4335
+ };
4336
+ };
4337
+ };
4338
+ };
4339
+ };
4340
+ SCPrivateMessageThreadItemDialog: {
4341
+ styleOverrides: {
4342
+ root: ({ theme }: any) => {
4343
+ '& h2 .MuiIconButton-root': {
4344
+ top: any;
4345
+ fontSize: string;
4346
+ };
4347
+ };
4348
+ };
4349
+ };
4350
+ SCPlatformWidget: {
4351
+ styleOverrides: {
4352
+ root: ({ theme }: any) => {
4353
+ padding: any;
4354
+ };
4355
+ };
4356
+ };
4357
+ SCChangePictureButton: {
4358
+ styleOverrides: {
4359
+ root: ({ theme }: any) => {
4360
+ padding: any;
4361
+ minWidth: string;
4362
+ };
4363
+ };
4364
+ };
4365
+ SCChangePictureDialog: {
4366
+ styleOverrides: {
4367
+ root: ({ theme }: any) => {
4368
+ '& .SCChangePictureDialog-image-item': {
4369
+ '& .MuiImageListItemBar-actionIcon, .MuiIconButton-root': {
4370
+ color: any;
4371
+ };
4372
+ '& .SCChangePictureDialog-primary': {
4373
+ border: string;
4374
+ };
4375
+ };
4376
+ };
4377
+ };
4378
+ };
4379
+ SCIncubator: {
4380
+ styleOverrides: {
4381
+ root: ({ theme }: any) => {
4382
+ width: string;
4383
+ '& .MuiCardContent-root': {
4384
+ padding: any;
4385
+ };
4386
+ '& .SCIncubator-name': {
4387
+ display: string;
4388
+ };
4389
+ '& .SCIncubator-slogan': {
4390
+ whiteSpace: string;
4391
+ overflow: string;
4392
+ textOverflow: string;
4393
+ };
4394
+ '& .SCIncubator-progress-bar': {
4395
+ position: string;
4396
+ marginTop: any;
4397
+ '& .MuiLinearProgress-root': {
4398
+ height: any;
4399
+ };
4400
+ '& .MuiGrid-item': {
4401
+ paddingTop: any;
4402
+ };
4403
+ };
4404
+ '& .MuiCardActions-root': {
4405
+ marginLeft: any;
4406
+ };
4407
+ };
4408
+ };
4409
+ };
4410
+ SCIncubatorListWidget: {
4411
+ styleOverrides: {
4412
+ root: ({ theme }: any) => {
4413
+ '& .MuiCardContent-root': {
4414
+ padding: any;
4415
+ };
4416
+ '& .SCIncubatorListWidget-header': {
4417
+ display: string;
4418
+ alignItems: string;
4419
+ };
4420
+ '& .SCIncubatorListWidget-actions': {
4421
+ display: string;
4422
+ justifyContent: string;
4423
+ };
4424
+ };
4425
+ };
4426
+ };
4427
+ SCIncubatorSkeleton: {
4428
+ styleOverrides: {
4429
+ root: ({ theme }: any) => {
4430
+ width: string;
4431
+ '& .MuiCardContent-root': {
4432
+ '& .SCIncubatorSkeleton-secondary': {
4433
+ marginTop: any;
4434
+ };
4435
+ '& .SCIncubatorSkeleton-progress-bar': {
4436
+ marginTop: any;
4437
+ };
4438
+ };
4439
+ '& .MuiCardActions-root': {
4440
+ marginLeft: any;
4441
+ };
4442
+ };
4443
+ };
4444
+ };
4445
+ SCIncubatorSuggestionWidget: {
4446
+ styleOverrides: {
4447
+ root: ({ theme }: any) => {
4448
+ '& .MuiCardContent-root': {
4449
+ padding: any;
4450
+ };
4451
+ };
4452
+ };
4453
+ };
4454
+ SCIncubatorDetail: {
4455
+ styleOverrides: {
4456
+ root: ({ theme }: any) => {
4457
+ '& .SCIncubatorDetail-share-card': {
4458
+ margin: any;
4459
+ };
4460
+ };
4461
+ };
4462
+ };
4463
+ SCPrizeItemSkeleton: {
4464
+ styleOverrides: {
4465
+ root: ({ theme }: any) => {
4466
+ [x: number]: {
4467
+ width: any;
4468
+ height: any;
4469
+ marginTop: any;
4470
+ };
4471
+ '& .MuiCard-root': {
4472
+ [x: number]: {
4473
+ borderRadius: number;
4474
+ height: string;
4475
+ };
4476
+ };
4477
+ '& .MuiCardContent-root': {
4478
+ justifyContent: string;
4479
+ '& .SCPrizeItemSkeleton-content': {
4480
+ display: string;
4481
+ flexDirection: string;
4482
+ justifyContent: string;
4483
+ alignItems: string;
4484
+ marginTop: any;
4485
+ paddingBottom: any;
4486
+ };
4487
+ };
4488
+ '& .MuiCardActions-root': {
4489
+ justifyContent: string;
4490
+ };
4491
+ };
4492
+ };
4493
+ };
4494
+ SCNavigationMenuIconButton: {
4495
+ styleOverrides: {
4496
+ root: ({ theme }: any) => {};
4497
+ drawerRoot: ({ theme }: any) => {
4498
+ '& .MuiDrawer-paper': {
4499
+ [x: number]: {
4500
+ width: any;
4501
+ };
4502
+ width: string;
4503
+ };
4504
+ '& .SCNavigationMenuIconButton-drawer-header': {
4505
+ minHeight: any;
4506
+ padding: string;
4507
+ display: string;
4508
+ justifyContent: string;
4509
+ '& img': {
4510
+ maxHeight: any;
4511
+ paddingLeft: any;
4512
+ };
4513
+ };
4514
+ };
4515
+ };
4516
+ };
4517
+ SCUserAvatar: {
4518
+ styleOverrides: {
4519
+ root: ({ theme }: any) => {
4520
+ '& .SCUserAvatar-badge-content': {
4521
+ width: number;
4522
+ height: number;
4523
+ backgroundColor: any;
4524
+ border: string;
4525
+ };
4526
+ '& .SCUserAvatar-badge-content-xs': {
4527
+ width: string;
4528
+ height: string;
4529
+ };
4530
+ '.MuiBadge-badge': {
4531
+ right: any;
4532
+ };
4533
+ };
4534
+ };
4535
+ };
4536
+ };
4537
+ selfcommunity: {
4538
+ user: {
4539
+ avatar: {
4540
+ sizeSmall: number;
4541
+ sizeMedium: number;
4542
+ sizeLarge: number;
4543
+ sizeXLarge: number;
4544
+ };
4545
+ };
4546
+ category: {
4547
+ icon: {
4548
+ sizeSmall: number;
4549
+ sizeMedium: number;
4550
+ sizeLarge: number;
4551
+ };
4552
+ };
4553
+ };
4554
+ };
7
4555
  export default theme;
8
4556
  //# sourceMappingURL=index.d.ts.map