@selfcommunity/react-theme-default 0.1.0-alpha.27 → 0.1.0-alpha.271

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