@selfcommunity/react-theme-default 0.1.0-alpha.30 → 0.1.0-alpha.300

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