@selfcommunity/react-theme-default 0.1.0-alpha.29 → 0.1.0-alpha.290

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