@selfcommunity/react-theme-default 0.1.0-alpha.26 → 0.1.0-alpha.260

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