@selfcommunity/react-theme-default 0.1.0-alpha.13 → 0.1.0-alpha.131

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