@selfcommunity/react-theme-default 0.1.0-alpha.17 → 0.1.0-alpha.170

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