@selfcommunity/react-theme-default 0.1.0-alpha.28 → 0.1.0-alpha.280

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