@selfcommunity/react-theme-default 0.1.0-alpha.18 → 0.1.0-alpha.181

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