@selfcommunity/react-theme-default 0.1.0-alpha.16 → 0.1.0-alpha.161

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