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

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