@selfcommunity/react-theme-default 0.1.0-alpha.301 → 0.1.0-alpha.303

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 (358) hide show
  1. package/lib/cjs/components/SCBaseDialog.d.ts +1 -1
  2. package/lib/cjs/components/SCBaseDialog.js +1 -1
  3. package/lib/cjs/components/SCBroadcastMessages.d.ts +52 -0
  4. package/lib/cjs/components/SCBroadcastMessages.js +55 -0
  5. package/lib/cjs/components/SCCategoryFeedTemplate.d.ts +3 -0
  6. package/lib/cjs/components/SCCategoryFeedTemplate.js +3 -0
  7. package/lib/cjs/components/SCCategoryHeader.d.ts +1 -0
  8. package/lib/cjs/components/SCCategoryHeader.js +2 -1
  9. package/lib/cjs/components/SCCategoryTemplate.d.ts +9 -0
  10. package/lib/cjs/components/SCCategoryTemplate.js +9 -0
  11. package/lib/cjs/components/SCCategoryTrendingFeedWidget.d.ts +10 -0
  12. package/lib/cjs/components/SCCategoryTrendingFeedWidget.js +12 -0
  13. package/lib/cjs/components/SCCategoryTrendingUsersWidget.d.ts +10 -0
  14. package/lib/cjs/components/SCCategoryTrendingUsersWidget.js +12 -0
  15. package/lib/cjs/components/SCChangePictureButton.d.ts +16 -0
  16. package/lib/cjs/components/SCChangePictureButton.js +16 -0
  17. package/lib/cjs/components/SCCommentObject.d.ts +25 -0
  18. package/lib/cjs/components/SCCommentObject.js +25 -0
  19. package/lib/cjs/components/SCCommentsFeedObject.d.ts +3 -2
  20. package/lib/cjs/components/SCCommentsFeedObject.js +4 -3
  21. package/lib/cjs/components/SCCommentsObject.d.ts +3 -0
  22. package/lib/cjs/components/SCCommentsObject.js +3 -0
  23. package/lib/cjs/components/SCConsentSolution.d.ts +116 -0
  24. package/lib/cjs/components/SCConsentSolution.js +118 -0
  25. package/lib/cjs/components/SCCustomAdv.d.ts +27 -0
  26. package/lib/cjs/components/SCCustomAdv.js +29 -0
  27. package/lib/cjs/components/SCEditor.d.ts +131 -0
  28. package/lib/cjs/components/SCEditor.js +131 -0
  29. package/lib/cjs/components/SCExploreFeedTemplate.d.ts +9 -0
  30. package/lib/cjs/components/{SCEditorFloatingLinkPlugin.js → SCExploreFeedTemplate.js} +3 -5
  31. package/lib/cjs/components/SCFeed.d.ts +21 -0
  32. package/lib/cjs/components/SCFeed.js +21 -0
  33. package/lib/cjs/components/SCFeedObject.d.ts +274 -11
  34. package/lib/cjs/components/SCFeedObject.js +286 -14
  35. package/lib/cjs/components/SCFeedObjectDetailTemplate.d.ts +17 -0
  36. package/lib/cjs/components/SCFeedObjectDetailTemplate.js +17 -0
  37. package/lib/cjs/components/SCFeedUpdatesWidget.d.ts +1 -0
  38. package/lib/cjs/components/SCFeedUpdatesWidget.js +2 -1
  39. package/lib/cjs/components/SCFooter.d.ts +1 -0
  40. package/lib/cjs/components/SCFooter.js +2 -1
  41. package/lib/cjs/components/SCIncubator.d.ts +14 -0
  42. package/lib/cjs/components/SCIncubator.js +14 -0
  43. package/lib/cjs/components/SCIncubatorListWidget.d.ts +25 -0
  44. package/lib/cjs/components/SCIncubatorListWidget.js +25 -0
  45. package/lib/cjs/components/SCIncubatorSuggestionWidget.d.ts +2 -0
  46. package/lib/cjs/components/SCIncubatorSuggestionWidget.js +3 -1
  47. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.d.ts +53 -2
  48. package/lib/cjs/components/SCLoyaltyProgramDetailTemplate.js +53 -2
  49. package/lib/cjs/components/SCLoyaltyProgramWidget.d.ts +19 -0
  50. package/lib/cjs/components/SCLoyaltyProgramWidget.js +19 -0
  51. package/lib/cjs/components/SCMainFeedTemplate.d.ts +9 -0
  52. package/lib/cjs/components/{SCCategoryTemplateSkeleton.js → SCMainFeedTemplate.js} +3 -5
  53. package/lib/cjs/components/SCNavigationToolbar.d.ts +28 -0
  54. package/lib/cjs/components/SCNavigationToolbar.js +28 -0
  55. package/lib/cjs/components/SCNotification.d.ts +310 -0
  56. package/lib/cjs/components/SCNotification.js +311 -0
  57. package/lib/cjs/components/SCNotificationFeedTemplate.d.ts +9 -0
  58. package/lib/cjs/components/{SCFeedObjectMediaPreview.js → SCNotificationFeedTemplate.js} +3 -5
  59. package/lib/cjs/components/SCPlatformWidget.d.ts +1 -0
  60. package/lib/cjs/components/SCPlatformWidget.js +2 -1
  61. package/lib/cjs/components/SCPollSuggestionWidget.d.ts +31 -0
  62. package/lib/cjs/components/SCPollSuggestionWidget.js +33 -0
  63. package/lib/cjs/components/SCPrivateMessageComponent.d.ts +18 -0
  64. package/lib/cjs/components/SCPrivateMessageComponent.js +18 -0
  65. package/lib/cjs/components/SCPrivateMessageEditor.d.ts +8 -7
  66. package/lib/cjs/components/SCPrivateMessageEditor.js +9 -8
  67. package/lib/cjs/components/SCPrivateMessageSnippetItem.d.ts +3 -0
  68. package/lib/cjs/components/SCPrivateMessageSnippetItem.js +3 -0
  69. package/lib/cjs/components/SCPrivateMessageSnippets.d.ts +1 -0
  70. package/lib/cjs/components/SCPrivateMessageSnippets.js +2 -1
  71. package/lib/cjs/components/SCPrivateMessageThread.d.ts +14 -0
  72. package/lib/cjs/components/SCPrivateMessageThread.js +14 -0
  73. package/lib/cjs/components/SCPrivateMessageThreadItem.d.ts +10 -1
  74. package/lib/cjs/components/SCPrivateMessageThreadItem.js +10 -1
  75. package/lib/cjs/components/SCRelatedFeedObjectsWidget.d.ts +8 -0
  76. package/lib/cjs/components/SCRelatedFeedObjectsWidget.js +10 -0
  77. package/lib/cjs/components/SCSnippetNotifications.d.ts +38 -0
  78. package/lib/cjs/components/SCSnippetNotifications.js +38 -0
  79. package/lib/cjs/components/SCToastNotifications.d.ts +7 -0
  80. package/lib/cjs/components/SCToastNotifications.js +9 -0
  81. package/lib/cjs/components/SCUser.d.ts +1 -0
  82. package/lib/cjs/components/SCUser.js +2 -1
  83. package/lib/cjs/components/SCUserCategoriesFollowedWidget.d.ts +8 -0
  84. package/lib/cjs/components/SCUserCategoriesFollowedWidget.js +10 -0
  85. package/lib/cjs/components/SCUserConnectionsRequestsSentWidget.d.ts +8 -0
  86. package/lib/cjs/components/SCUserConnectionsRequestsSentWidget.js +10 -0
  87. package/lib/cjs/components/SCUserConnectionsRequestsWidget.d.ts +8 -0
  88. package/lib/cjs/components/SCUserConnectionsRequestsWidget.js +10 -0
  89. package/lib/cjs/components/SCUserConnectionsWidget.d.ts +8 -0
  90. package/lib/cjs/components/SCUserConnectionsWidget.js +10 -0
  91. package/lib/cjs/components/SCUserFeedTemplate.d.ts +9 -0
  92. package/lib/cjs/components/{SCPrivateMessageThreadItemDialog.js → SCUserFeedTemplate.js} +3 -5
  93. package/lib/cjs/components/SCUserFollowedUsersWidget.d.ts +8 -0
  94. package/lib/cjs/components/SCUserFollowedUsersWidget.js +10 -0
  95. package/lib/cjs/components/SCUserFollowersWidget.d.ts +8 -0
  96. package/lib/cjs/components/SCUserFollowersWidget.js +10 -0
  97. package/lib/cjs/components/SCUserInfo.d.ts +17 -0
  98. package/lib/cjs/components/SCUserInfo.js +17 -0
  99. package/lib/cjs/components/SCUserProfileEdit.d.ts +50 -0
  100. package/lib/cjs/components/SCUserProfileEdit.js +50 -0
  101. package/lib/cjs/components/SCUserProfileHeader.d.ts +16 -0
  102. package/lib/cjs/components/SCUserProfileHeader.js +16 -0
  103. package/lib/cjs/components/SCUserProfileTemplate.d.ts +3 -0
  104. package/lib/cjs/components/SCUserProfileTemplate.js +3 -0
  105. package/lib/cjs/components/SCUserSuggestionWidget.d.ts +8 -0
  106. package/lib/cjs/components/SCUserSuggestionWidget.js +10 -0
  107. package/lib/cjs/index.d.ts +1265 -646
  108. package/lib/cjs/index.js +37 -69
  109. package/lib/esm/components/SCBaseDialog.d.ts +1 -1
  110. package/lib/esm/components/SCBaseDialog.js +1 -1
  111. package/lib/esm/components/SCBroadcastMessages.d.ts +52 -0
  112. package/lib/esm/components/SCBroadcastMessages.js +55 -0
  113. package/lib/esm/components/SCCategoryFeedTemplate.d.ts +3 -0
  114. package/lib/esm/components/SCCategoryFeedTemplate.js +3 -0
  115. package/lib/esm/components/SCCategoryHeader.d.ts +1 -0
  116. package/lib/esm/components/SCCategoryHeader.js +2 -1
  117. package/lib/esm/components/SCCategoryTemplate.d.ts +9 -0
  118. package/lib/esm/components/SCCategoryTemplate.js +9 -0
  119. package/lib/esm/components/SCCategoryTrendingFeedWidget.d.ts +10 -0
  120. package/lib/esm/components/SCCategoryTrendingFeedWidget.js +10 -0
  121. package/lib/esm/components/SCCategoryTrendingUsersWidget.d.ts +10 -0
  122. package/lib/esm/components/SCCategoryTrendingUsersWidget.js +10 -0
  123. package/lib/esm/components/SCChangePictureButton.d.ts +16 -0
  124. package/lib/esm/components/SCChangePictureButton.js +16 -0
  125. package/lib/esm/components/SCCommentObject.d.ts +25 -0
  126. package/lib/esm/components/SCCommentObject.js +25 -0
  127. package/lib/esm/components/SCCommentsFeedObject.d.ts +3 -2
  128. package/lib/esm/components/SCCommentsFeedObject.js +4 -3
  129. package/lib/esm/components/SCCommentsObject.d.ts +3 -0
  130. package/lib/esm/components/SCCommentsObject.js +3 -0
  131. package/lib/esm/components/SCConsentSolution.d.ts +116 -0
  132. package/lib/esm/components/SCConsentSolution.js +116 -0
  133. package/lib/esm/components/SCCustomAdv.d.ts +27 -0
  134. package/lib/esm/components/SCCustomAdv.js +27 -0
  135. package/lib/esm/components/SCEditor.d.ts +131 -0
  136. package/lib/esm/components/SCEditor.js +131 -0
  137. package/lib/esm/components/SCExploreFeedTemplate.d.ts +9 -0
  138. package/lib/esm/components/SCExploreFeedTemplate.js +9 -0
  139. package/lib/esm/components/SCFeed.d.ts +21 -0
  140. package/lib/esm/components/SCFeed.js +21 -0
  141. package/lib/esm/components/SCFeedObject.d.ts +274 -11
  142. package/lib/esm/components/SCFeedObject.js +286 -14
  143. package/lib/esm/components/SCFeedObjectDetailTemplate.d.ts +17 -0
  144. package/lib/esm/components/SCFeedObjectDetailTemplate.js +17 -0
  145. package/lib/esm/components/SCFeedUpdatesWidget.d.ts +1 -0
  146. package/lib/esm/components/SCFeedUpdatesWidget.js +2 -1
  147. package/lib/esm/components/SCFooter.d.ts +1 -0
  148. package/lib/esm/components/SCFooter.js +2 -1
  149. package/lib/esm/components/SCIncubator.d.ts +14 -0
  150. package/lib/esm/components/SCIncubator.js +14 -0
  151. package/lib/esm/components/SCIncubatorListWidget.d.ts +25 -0
  152. package/lib/esm/components/SCIncubatorListWidget.js +25 -0
  153. package/lib/esm/components/SCIncubatorSuggestionWidget.d.ts +2 -0
  154. package/lib/esm/components/SCIncubatorSuggestionWidget.js +3 -1
  155. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.d.ts +53 -2
  156. package/lib/esm/components/SCLoyaltyProgramDetailTemplate.js +53 -2
  157. package/lib/esm/components/SCLoyaltyProgramWidget.d.ts +19 -0
  158. package/lib/esm/components/SCLoyaltyProgramWidget.js +19 -0
  159. package/lib/esm/components/SCMainFeedTemplate.d.ts +9 -0
  160. package/lib/esm/components/SCMainFeedTemplate.js +9 -0
  161. package/lib/esm/components/SCNavigationToolbar.d.ts +28 -0
  162. package/lib/esm/components/SCNavigationToolbar.js +28 -0
  163. package/lib/esm/components/SCNotification.d.ts +310 -0
  164. package/lib/esm/components/SCNotification.js +311 -0
  165. package/lib/esm/components/SCNotificationFeedTemplate.d.ts +9 -0
  166. package/lib/esm/components/SCNotificationFeedTemplate.js +9 -0
  167. package/lib/esm/components/SCPlatformWidget.d.ts +1 -0
  168. package/lib/esm/components/SCPlatformWidget.js +2 -1
  169. package/lib/esm/components/SCPollSuggestionWidget.d.ts +31 -0
  170. package/lib/esm/components/SCPollSuggestionWidget.js +31 -0
  171. package/lib/esm/components/SCPrivateMessageComponent.d.ts +18 -0
  172. package/lib/esm/components/SCPrivateMessageComponent.js +18 -0
  173. package/lib/esm/components/SCPrivateMessageEditor.d.ts +8 -7
  174. package/lib/esm/components/SCPrivateMessageEditor.js +9 -8
  175. package/lib/esm/components/SCPrivateMessageSnippetItem.d.ts +3 -0
  176. package/lib/esm/components/SCPrivateMessageSnippetItem.js +3 -0
  177. package/lib/esm/components/SCPrivateMessageSnippets.d.ts +1 -0
  178. package/lib/esm/components/SCPrivateMessageSnippets.js +2 -1
  179. package/lib/esm/components/SCPrivateMessageThread.d.ts +14 -0
  180. package/lib/esm/components/SCPrivateMessageThread.js +14 -0
  181. package/lib/esm/components/SCPrivateMessageThreadItem.d.ts +10 -1
  182. package/lib/esm/components/SCPrivateMessageThreadItem.js +10 -1
  183. package/lib/esm/components/SCRelatedFeedObjectsWidget.d.ts +8 -0
  184. package/lib/esm/components/SCRelatedFeedObjectsWidget.js +8 -0
  185. package/lib/esm/components/SCSnippetNotifications.d.ts +38 -0
  186. package/lib/esm/components/SCSnippetNotifications.js +38 -0
  187. package/lib/esm/components/SCToastNotifications.d.ts +7 -0
  188. package/lib/esm/components/SCToastNotifications.js +7 -0
  189. package/lib/esm/components/SCUser.d.ts +1 -0
  190. package/lib/esm/components/SCUser.js +2 -1
  191. package/lib/esm/components/SCUserCategoriesFollowedWidget.d.ts +8 -0
  192. package/lib/esm/components/SCUserCategoriesFollowedWidget.js +8 -0
  193. package/lib/esm/components/SCUserConnectionsRequestsSentWidget.d.ts +8 -0
  194. package/lib/esm/components/SCUserConnectionsRequestsSentWidget.js +8 -0
  195. package/lib/esm/components/SCUserConnectionsRequestsWidget.d.ts +8 -0
  196. package/lib/esm/components/SCUserConnectionsRequestsWidget.js +8 -0
  197. package/lib/esm/components/SCUserConnectionsWidget.d.ts +8 -0
  198. package/lib/esm/components/SCUserConnectionsWidget.js +8 -0
  199. package/lib/esm/components/SCUserFeedTemplate.d.ts +9 -0
  200. package/lib/esm/components/SCUserFeedTemplate.js +9 -0
  201. package/lib/esm/components/SCUserFollowedUsersWidget.d.ts +8 -0
  202. package/lib/esm/components/SCUserFollowedUsersWidget.js +8 -0
  203. package/lib/esm/components/SCUserFollowersWidget.d.ts +8 -0
  204. package/lib/esm/components/SCUserFollowersWidget.js +8 -0
  205. package/lib/esm/components/SCUserInfo.d.ts +17 -0
  206. package/lib/esm/components/SCUserInfo.js +17 -0
  207. package/lib/esm/components/SCUserProfileEdit.d.ts +50 -0
  208. package/lib/esm/components/SCUserProfileEdit.js +50 -0
  209. package/lib/esm/components/SCUserProfileHeader.d.ts +16 -0
  210. package/lib/esm/components/SCUserProfileHeader.js +16 -0
  211. package/lib/esm/components/SCUserProfileTemplate.d.ts +3 -0
  212. package/lib/esm/components/SCUserProfileTemplate.js +3 -0
  213. package/lib/esm/components/SCUserSuggestionWidget.d.ts +8 -0
  214. package/lib/esm/components/SCUserSuggestionWidget.js +8 -0
  215. package/lib/esm/index.d.ts +1265 -646
  216. package/lib/esm/index.js +37 -69
  217. package/lib/umd/react-theme-default.js +2 -2
  218. package/package.json +4 -4
  219. package/lib/cjs/components/SCActivitiesMenu.d.ts +0 -17
  220. package/lib/cjs/components/SCActivitiesMenu.js +0 -19
  221. package/lib/cjs/components/SCCategoryTemplateSkeleton.d.ts +0 -11
  222. package/lib/cjs/components/SCChangePictureDialog.d.ts +0 -15
  223. package/lib/cjs/components/SCChangePictureDialog.js +0 -19
  224. package/lib/cjs/components/SCCommentAction.d.ts +0 -18
  225. package/lib/cjs/components/SCCommentAction.js +0 -20
  226. package/lib/cjs/components/SCCommentNotification.d.ts +0 -29
  227. package/lib/cjs/components/SCCommentNotification.js +0 -31
  228. package/lib/cjs/components/SCCommentObjectSkeleton.d.ts +0 -19
  229. package/lib/cjs/components/SCCommentObjectSkeleton.js +0 -22
  230. package/lib/cjs/components/SCCommentObjectVotes.d.ts +0 -16
  231. package/lib/cjs/components/SCCommentObjectVotes.js +0 -18
  232. package/lib/cjs/components/SCContributionNotification.d.ts +0 -34
  233. package/lib/cjs/components/SCContributionNotification.js +0 -36
  234. package/lib/cjs/components/SCContributorsFeedObject.d.ts +0 -14
  235. package/lib/cjs/components/SCContributorsFeedObject.js +0 -16
  236. package/lib/cjs/components/SCEditorFloatingLinkPlugin.d.ts +0 -11
  237. package/lib/cjs/components/SCEditorHashtagPlugin.d.ts +0 -43
  238. package/lib/cjs/components/SCEditorHashtagPlugin.js +0 -45
  239. package/lib/cjs/components/SCEditorMentionPlugin.d.ts +0 -43
  240. package/lib/cjs/components/SCEditorMentionPlugin.js +0 -45
  241. package/lib/cjs/components/SCEditorToolbarPlugin.d.ts +0 -51
  242. package/lib/cjs/components/SCEditorToolbarPlugin.js +0 -54
  243. package/lib/cjs/components/SCFeedObjectDetailTemplateSkeleton.d.ts +0 -20
  244. package/lib/cjs/components/SCFeedObjectDetailTemplateSkeleton.js +0 -22
  245. package/lib/cjs/components/SCFeedObjectMediaPreview.d.ts +0 -11
  246. package/lib/cjs/components/SCFeedObjectSkeleton.d.ts +0 -23
  247. package/lib/cjs/components/SCFeedObjectSkeleton.js +0 -25
  248. package/lib/cjs/components/SCFeedRelevantActivities.d.ts +0 -27
  249. package/lib/cjs/components/SCFeedRelevantActivities.js +0 -29
  250. package/lib/cjs/components/SCFeedSkeleton.d.ts +0 -33
  251. package/lib/cjs/components/SCFeedSkeleton.js +0 -35
  252. package/lib/cjs/components/SCFollowAction.d.ts +0 -19
  253. package/lib/cjs/components/SCFollowAction.js +0 -21
  254. package/lib/cjs/components/SCIncubatorSkeleton.d.ts +0 -19
  255. package/lib/cjs/components/SCIncubatorSkeleton.js +0 -21
  256. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts +0 -29
  257. package/lib/cjs/components/SCLoyaltyProgramDetailTemplateSkeleton.js +0 -31
  258. package/lib/cjs/components/SCLoyaltyProgramWidgetSkeleton.d.ts +0 -24
  259. package/lib/cjs/components/SCLoyaltyProgramWidgetSkeleton.js +0 -26
  260. package/lib/cjs/components/SCNavigationToolbarSkeleton.d.ts +0 -19
  261. package/lib/cjs/components/SCNavigationToolbarSkeleton.js +0 -21
  262. package/lib/cjs/components/SCNotificationsMenu.d.ts +0 -13
  263. package/lib/cjs/components/SCNotificationsMenu.js +0 -15
  264. package/lib/cjs/components/SCPollObject.d.ts +0 -94
  265. package/lib/cjs/components/SCPollObject.js +0 -99
  266. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.d.ts +0 -23
  267. package/lib/cjs/components/SCPrivateMessageComponentSkeleton.js +0 -25
  268. package/lib/cjs/components/SCPrivateMessageThreadItemDialog.d.ts +0 -11
  269. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.d.ts +0 -19
  270. package/lib/cjs/components/SCPrivateMessageThreadSkeleton.js +0 -21
  271. package/lib/cjs/components/SCPrizeItemSkeleton.d.ts +0 -32
  272. package/lib/cjs/components/SCPrizeItemSkeleton.js +0 -34
  273. package/lib/cjs/components/SCShareAction.d.ts +0 -18
  274. package/lib/cjs/components/SCShareAction.js +0 -20
  275. package/lib/cjs/components/SCSnippetNotificationsSkeleton.d.ts +0 -38
  276. package/lib/cjs/components/SCSnippetNotificationsSkeleton.js +0 -40
  277. package/lib/cjs/components/SCUserInfoDialog.d.ts +0 -21
  278. package/lib/cjs/components/SCUserInfoDialog.js +0 -23
  279. package/lib/cjs/components/SCUserInfoSkeleton.d.ts +0 -18
  280. package/lib/cjs/components/SCUserInfoSkeleton.js +0 -20
  281. package/lib/cjs/components/SCUserProfileEditSectionAccount.d.ts +0 -13
  282. package/lib/cjs/components/SCUserProfileEditSectionAccount.js +0 -15
  283. package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.d.ts +0 -29
  284. package/lib/cjs/components/SCUserProfileEditSectionAccountCredentials.js +0 -31
  285. package/lib/cjs/components/SCVoteAction.d.ts +0 -18
  286. package/lib/cjs/components/SCVoteAction.js +0 -20
  287. package/lib/esm/components/SCActivitiesMenu.d.ts +0 -17
  288. package/lib/esm/components/SCActivitiesMenu.js +0 -17
  289. package/lib/esm/components/SCCategoryTemplateSkeleton.d.ts +0 -11
  290. package/lib/esm/components/SCCategoryTemplateSkeleton.js +0 -11
  291. package/lib/esm/components/SCChangePictureDialog.d.ts +0 -15
  292. package/lib/esm/components/SCChangePictureDialog.js +0 -17
  293. package/lib/esm/components/SCCommentAction.d.ts +0 -18
  294. package/lib/esm/components/SCCommentAction.js +0 -18
  295. package/lib/esm/components/SCCommentNotification.d.ts +0 -29
  296. package/lib/esm/components/SCCommentNotification.js +0 -29
  297. package/lib/esm/components/SCCommentObjectSkeleton.d.ts +0 -19
  298. package/lib/esm/components/SCCommentObjectSkeleton.js +0 -20
  299. package/lib/esm/components/SCCommentObjectVotes.d.ts +0 -16
  300. package/lib/esm/components/SCCommentObjectVotes.js +0 -16
  301. package/lib/esm/components/SCContributionNotification.d.ts +0 -34
  302. package/lib/esm/components/SCContributionNotification.js +0 -34
  303. package/lib/esm/components/SCContributorsFeedObject.d.ts +0 -14
  304. package/lib/esm/components/SCContributorsFeedObject.js +0 -14
  305. package/lib/esm/components/SCEditorFloatingLinkPlugin.d.ts +0 -11
  306. package/lib/esm/components/SCEditorFloatingLinkPlugin.js +0 -11
  307. package/lib/esm/components/SCEditorHashtagPlugin.d.ts +0 -43
  308. package/lib/esm/components/SCEditorHashtagPlugin.js +0 -43
  309. package/lib/esm/components/SCEditorMentionPlugin.d.ts +0 -43
  310. package/lib/esm/components/SCEditorMentionPlugin.js +0 -43
  311. package/lib/esm/components/SCEditorToolbarPlugin.d.ts +0 -51
  312. package/lib/esm/components/SCEditorToolbarPlugin.js +0 -52
  313. package/lib/esm/components/SCFeedObjectDetailTemplateSkeleton.d.ts +0 -20
  314. package/lib/esm/components/SCFeedObjectDetailTemplateSkeleton.js +0 -20
  315. package/lib/esm/components/SCFeedObjectMediaPreview.d.ts +0 -11
  316. package/lib/esm/components/SCFeedObjectMediaPreview.js +0 -11
  317. package/lib/esm/components/SCFeedObjectSkeleton.d.ts +0 -23
  318. package/lib/esm/components/SCFeedObjectSkeleton.js +0 -23
  319. package/lib/esm/components/SCFeedRelevantActivities.d.ts +0 -27
  320. package/lib/esm/components/SCFeedRelevantActivities.js +0 -27
  321. package/lib/esm/components/SCFeedSkeleton.d.ts +0 -33
  322. package/lib/esm/components/SCFeedSkeleton.js +0 -33
  323. package/lib/esm/components/SCFollowAction.d.ts +0 -19
  324. package/lib/esm/components/SCFollowAction.js +0 -19
  325. package/lib/esm/components/SCIncubatorSkeleton.d.ts +0 -19
  326. package/lib/esm/components/SCIncubatorSkeleton.js +0 -19
  327. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.d.ts +0 -29
  328. package/lib/esm/components/SCLoyaltyProgramDetailTemplateSkeleton.js +0 -29
  329. package/lib/esm/components/SCLoyaltyProgramWidgetSkeleton.d.ts +0 -24
  330. package/lib/esm/components/SCLoyaltyProgramWidgetSkeleton.js +0 -24
  331. package/lib/esm/components/SCNavigationToolbarSkeleton.d.ts +0 -19
  332. package/lib/esm/components/SCNavigationToolbarSkeleton.js +0 -19
  333. package/lib/esm/components/SCNotificationsMenu.d.ts +0 -13
  334. package/lib/esm/components/SCNotificationsMenu.js +0 -13
  335. package/lib/esm/components/SCPollObject.d.ts +0 -94
  336. package/lib/esm/components/SCPollObject.js +0 -97
  337. package/lib/esm/components/SCPrivateMessageComponentSkeleton.d.ts +0 -23
  338. package/lib/esm/components/SCPrivateMessageComponentSkeleton.js +0 -23
  339. package/lib/esm/components/SCPrivateMessageThreadItemDialog.d.ts +0 -11
  340. package/lib/esm/components/SCPrivateMessageThreadItemDialog.js +0 -11
  341. package/lib/esm/components/SCPrivateMessageThreadSkeleton.d.ts +0 -19
  342. package/lib/esm/components/SCPrivateMessageThreadSkeleton.js +0 -19
  343. package/lib/esm/components/SCPrizeItemSkeleton.d.ts +0 -32
  344. package/lib/esm/components/SCPrizeItemSkeleton.js +0 -32
  345. package/lib/esm/components/SCShareAction.d.ts +0 -18
  346. package/lib/esm/components/SCShareAction.js +0 -18
  347. package/lib/esm/components/SCSnippetNotificationsSkeleton.d.ts +0 -38
  348. package/lib/esm/components/SCSnippetNotificationsSkeleton.js +0 -38
  349. package/lib/esm/components/SCUserInfoDialog.d.ts +0 -21
  350. package/lib/esm/components/SCUserInfoDialog.js +0 -21
  351. package/lib/esm/components/SCUserInfoSkeleton.d.ts +0 -18
  352. package/lib/esm/components/SCUserInfoSkeleton.js +0 -18
  353. package/lib/esm/components/SCUserProfileEditSectionAccount.d.ts +0 -13
  354. package/lib/esm/components/SCUserProfileEditSectionAccount.js +0 -13
  355. package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.d.ts +0 -29
  356. package/lib/esm/components/SCUserProfileEditSectionAccountCredentials.js +0 -29
  357. package/lib/esm/components/SCVoteAction.d.ts +0 -18
  358. package/lib/esm/components/SCVoteAction.js +0 -18
@@ -262,22 +262,6 @@ declare const theme: {
262
262
  };
263
263
  };
264
264
  };
265
- SCActivitiesMenu: {
266
- styleOverrides: {
267
- root: ({ theme }: any) => {
268
- '& .SCActivitiesMenu-selector': {
269
- display: string;
270
- alignItems: string;
271
- textAlign: string;
272
- justifyContent: string;
273
- };
274
- '& .SCActivitiesMenu-selector .MuiButton-root': {
275
- textTransform: string;
276
- fontWeight: any;
277
- };
278
- };
279
- };
280
- };
281
265
  SCBaseDialog: {
282
266
  styleOverrides: {
283
267
  root: ({ theme }: any) => {
@@ -311,7 +295,7 @@ declare const theme: {
311
295
  };
312
296
  };
313
297
  };
314
- '& .SCFeedObjectSkeleton-snippet': {
298
+ '& .SCFeedObject-snippet': {
315
299
  marginLeft: any;
316
300
  };
317
301
  };
@@ -503,10 +487,62 @@ declare const theme: {
503
487
  SCBroadcastMessages: {
504
488
  styleOverrides: {
505
489
  root: ({ theme }: any) => {
490
+ '& .SCBroadcastMessages-box-load-more': {
491
+ textAlign: string;
492
+ '& > div': {
493
+ paddingBottom: any;
494
+ };
495
+ marginBottom: any;
496
+ };
497
+ '& .SCBroadcastMessages-avatar-load-more': {
498
+ width: any;
499
+ height: any;
500
+ marginRight: any;
501
+ };
506
502
  '& .SCBroadcastMessages-button-load-more': {
507
503
  textTransform: string;
508
504
  };
509
505
  };
506
+ messageRoot: ({ theme }: any) => {
507
+ width: string;
508
+ marginBottom: any;
509
+ '& .SCBroadcastMessages-header .MuiAvatar-img': {
510
+ objectFit: string;
511
+ };
512
+ '& .SCBroadcastMessages-title': {
513
+ padding: string;
514
+ paddingBottom: string;
515
+ paddingTop: number;
516
+ };
517
+ '& .SCBroadcastMessages-media': {
518
+ paddingBottom: string;
519
+ };
520
+ '& .SCBroadcastMessages-content': {
521
+ padding: any;
522
+ paddingTop: number;
523
+ };
524
+ '& .SCBroadcastMessages-list-item-snippet': {
525
+ padding: string;
526
+ alignItems: string;
527
+ };
528
+ '& .SCBroadcastMessages-list-item-snippet-new': {
529
+ borderLeft: string;
530
+ };
531
+ '& .SCBroadcastMessages-flag-icon-wrap': {
532
+ minWidth: string;
533
+ paddingRight: number;
534
+ };
535
+ '& .SCBroadcastMessages-flag-icon-snippet': {
536
+ backgroundColor: "#f44336";
537
+ color: string;
538
+ width: number;
539
+ height: number;
540
+ };
541
+ };
542
+ skeletonRoot: ({ theme }: any) => {};
543
+ messageSkeletonRoot: ({ theme }: any) => {
544
+ marginBottom: any;
545
+ };
510
546
  };
511
547
  };
512
548
  SCBullet: {
@@ -605,6 +641,9 @@ declare const theme: {
605
641
  paddingTop: number;
606
642
  };
607
643
  };
644
+ skeletonRoot: ({ theme }: any) => {
645
+ marginTop: any;
646
+ };
608
647
  };
609
648
  };
610
649
  SCCategoryFollowersButton: {
@@ -686,6 +725,7 @@ declare const theme: {
686
725
  };
687
726
  };
688
727
  };
728
+ skeletonRoot: ({ theme }: any) => {};
689
729
  };
690
730
  };
691
731
  SCCategoryTemplate: {
@@ -695,12 +735,11 @@ declare const theme: {
695
735
  marginTop: any;
696
736
  };
697
737
  marginTop: number;
738
+ '& .SCCategoryTemplate-feed': {
739
+ marginTop: any;
740
+ };
698
741
  };
699
- };
700
- };
701
- SCCategoryTemplateSkeleton: {
702
- styleOverrides: {
703
- root: ({ theme }: any) => {
742
+ skeletonRoot: ({ theme }: any) => {
704
743
  [x: number]: {
705
744
  marginTop: number;
706
745
  };
@@ -715,51 +754,6 @@ declare const theme: {
715
754
  };
716
755
  };
717
756
  };
718
- SCCommentAction: {
719
- styleOverrides: {
720
- root: ({ theme }: any) => {
721
- display: string;
722
- justifyContent: string;
723
- alignItems: string;
724
- flexDirection: string;
725
- '&.SCShareAction-inline': {
726
- flexDirection: string;
727
- };
728
- '& .SCVoteAction-divider': {
729
- width: string;
730
- borderBottom: number;
731
- };
732
- };
733
- };
734
- };
735
- SCCommentNotification: {
736
- styleOverrides: {
737
- root: ({ theme }: any) => {
738
- '& .SCCommentNotification-username': {
739
- fontWeight: any;
740
- '&:hover': {
741
- textDecoration: string;
742
- };
743
- };
744
- '& .SCCommentNotification-vote-button': {
745
- color: string;
746
- padding: any;
747
- fontSize: string;
748
- minWidth: number;
749
- borderRadius: string;
750
- };
751
- '& .SCCommentNotification-contribution-text': {
752
- color: any;
753
- textOverflow: string;
754
- display: string;
755
- overflow: string;
756
- '&:hover': {
757
- textDecoration: string;
758
- };
759
- };
760
- };
761
- };
762
- };
763
757
  SCCommentObject: {
764
758
  styleOverrides: {
765
759
  root: ({ theme }: any) => {
@@ -904,6 +898,31 @@ declare const theme: {
904
898
  };
905
899
  };
906
900
  };
901
+ skeletonRoot: ({ theme }: any) => {
902
+ paddingBottom: any;
903
+ overflow: string;
904
+ '& > div': {
905
+ alignItems: string;
906
+ };
907
+ '& .SCCommentObject-avatar': {
908
+ top: any;
909
+ };
910
+ '& .SCCommentObject-primary-content': {
911
+ marginBottom: any;
912
+ };
913
+ '&.SCWidget-root': {
914
+ '& .SCBaseItem-text': {
915
+ marginBottom: number;
916
+ '& > .SCWidget-root': {
917
+ borderRadius: number;
918
+ borderColor: string;
919
+ };
920
+ '& .MuiCardContent-root': {
921
+ padding: any;
922
+ };
923
+ };
924
+ };
925
+ };
907
926
  };
908
927
  };
909
928
  SCCommentObjectReply: {
@@ -943,39 +962,6 @@ declare const theme: {
943
962
  };
944
963
  };
945
964
  };
946
- SCCommentObjectSkeleton: {
947
- styleOverrides: {
948
- root: ({ theme }: any) => {
949
- '&.SCWidget-root': {
950
- '& .SCBaseItem-text': {
951
- marginBottom: number;
952
- '& > .SCWidget-root': {
953
- borderRadius: number;
954
- borderColor: string;
955
- };
956
- '& .MuiCardContent-root': {
957
- padding: any;
958
- };
959
- };
960
- };
961
- };
962
- };
963
- };
964
- SCCommentObjectVotes: {
965
- styleOverrides: {
966
- root: ({ theme }: any) => {
967
- flexGrow: number;
968
- display: string;
969
- flexDirection: string;
970
- '& .SCCommentObjectVotes-btnViewVotes': {
971
- minWidth: number;
972
- '& .MuiIcon-root': {
973
- fontSize: string;
974
- };
975
- };
976
- };
977
- };
978
- };
979
965
  SCCommentsFeedObject: {
980
966
  styleOverrides: {
981
967
  root: ({ theme }: any) => {
@@ -992,7 +978,7 @@ declare const theme: {
992
978
  background: string;
993
979
  };
994
980
  };
995
- '& .SCCommentObjectSkeleton-root': {
981
+ '& .SCCommentObject-skeleton-root': {
996
982
  background: string;
997
983
  boxShadow: string;
998
984
  border: number;
@@ -1005,7 +991,7 @@ declare const theme: {
1005
991
  };
1006
992
  };
1007
993
  };
1008
- '& .SCCommentsObjectSkeleton-root': {
994
+ '& .SCCommentsObject-skeleton-root': {
1009
995
  marginBottom: any;
1010
996
  };
1011
997
  '& .SCCommentObjectReply-root': {
@@ -1015,6 +1001,7 @@ declare const theme: {
1015
1001
  };
1016
1002
  };
1017
1003
  };
1004
+ skeletonRoot: ({ theme }: any) => {};
1018
1005
  };
1019
1006
  };
1020
1007
  SCCommentsObject: {
@@ -1053,6 +1040,9 @@ declare const theme: {
1053
1040
  };
1054
1041
  };
1055
1042
  };
1043
+ skeletonRoot: ({ theme }: any) => {
1044
+ width: string;
1045
+ };
1056
1046
  };
1057
1047
  };
1058
1048
  SCComposer: {
@@ -1274,52 +1264,6 @@ declare const theme: {
1274
1264
  root: ({ theme }: any) => {};
1275
1265
  };
1276
1266
  };
1277
- SCContributionNotification: {
1278
- styleOverrides: {
1279
- root: ({ theme }: any) => {
1280
- '& .SCContributionNotification-username': {
1281
- fontWeight: any;
1282
- '&:hover': {
1283
- textDecoration: string;
1284
- };
1285
- };
1286
- '& .SCContributionNotification-vote-button': {
1287
- color: string;
1288
- padding: any;
1289
- fontSize: string;
1290
- minWidth: number;
1291
- borderRadius: string;
1292
- };
1293
- '& .SCContributionNotification-contribution-text': {
1294
- color: any;
1295
- textOverflow: string;
1296
- overflow: string;
1297
- '&:hover': {
1298
- textDecoration: string;
1299
- };
1300
- };
1301
- '& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
1302
- marginTop: any;
1303
- '& .SCDateTimeAgo-root': {
1304
- marginTop: number;
1305
- };
1306
- };
1307
- };
1308
- };
1309
- };
1310
- SCContributorsFeedObject: {
1311
- styleOverrides: {
1312
- root: ({ theme }: any) => {
1313
- '& .SCContributorsFeedObject-btn-participants': {
1314
- padding: any;
1315
- marginLeft: any;
1316
- color: string;
1317
- fontWeight: any;
1318
- fontSize: string;
1319
- };
1320
- };
1321
- };
1322
- };
1323
1267
  SCContributionActionsMenu: {
1324
1268
  styleOverrides: {
1325
1269
  root: () => {
@@ -1542,21 +1486,15 @@ declare const theme: {
1542
1486
  left: any;
1543
1487
  };
1544
1488
  };
1545
- };
1546
- };
1547
- SCEditorFloatingLinkPlugin: {
1548
- styleOverrides: {
1549
- root: ({ theme }: any) => {
1489
+ skeletonRoot: ({ theme }: any) => {};
1490
+ emojiPluginRoot: ({ theme }: any) => {};
1491
+ floatingLinkPluginRoot: ({ theme }: any) => {
1550
1492
  zIndex: number;
1551
1493
  '& .MuiPaper-root': {
1552
1494
  borderRadius: number;
1553
1495
  };
1554
1496
  };
1555
- };
1556
- };
1557
- SCEditorHashtagPlugin: {
1558
- styleOverrides: {
1559
- root: ({ theme }: any) => {
1497
+ hashtagPluginRoot: ({ theme }: any) => {
1560
1498
  position: string;
1561
1499
  background: any;
1562
1500
  boxShadow: string;
@@ -1594,11 +1532,8 @@ declare const theme: {
1594
1532
  };
1595
1533
  };
1596
1534
  };
1597
- };
1598
- };
1599
- SCEditorMentionPlugin: {
1600
- styleOverrides: {
1601
- root: ({ theme }: any) => {
1535
+ imagePluginRoot: ({ theme }: any) => {};
1536
+ mentionPluginRoot: ({ theme }: any) => {
1602
1537
  position: string;
1603
1538
  background: any;
1604
1539
  boxShadow: string;
@@ -1636,11 +1571,7 @@ declare const theme: {
1636
1571
  };
1637
1572
  };
1638
1573
  };
1639
- };
1640
- };
1641
- SCEditorToolbarPlugin: {
1642
- styleOverrides: {
1643
- root: ({ theme }: any) => {
1574
+ toolbarPluginRoot: ({ theme }: any) => {
1644
1575
  borderRadius: number;
1645
1576
  borderColor: string;
1646
1577
  borderWidth: number;
@@ -1681,7 +1612,7 @@ declare const theme: {
1681
1612
  borderBottomLeftRadius: number;
1682
1613
  };
1683
1614
  };
1684
- '& .SCEditorToolbarPlugin-block-format .MuiIcon-root:first-of-type': {
1615
+ '& .SCEditor-block-format .MuiIcon-root:first-of-type': {
1685
1616
  display: string;
1686
1617
  marginRight: any;
1687
1618
  };
@@ -1751,6 +1682,27 @@ declare const theme: {
1751
1682
  display: string;
1752
1683
  };
1753
1684
  };
1685
+ skeletonRoot: ({ theme }: any) => {
1686
+ maxWidth: any;
1687
+ '& .SCFeed-left': {
1688
+ [x: number]: {
1689
+ padding: any;
1690
+ };
1691
+ padding: number;
1692
+ '&:last-child': {
1693
+ paddingBottom: any;
1694
+ };
1695
+ '& > .SCWidget-root': {
1696
+ marginBottom: any;
1697
+ };
1698
+ };
1699
+ '& .SCFeed-right': {
1700
+ padding: any;
1701
+ '& .SCWidget-root': {
1702
+ marginBottom: any;
1703
+ };
1704
+ };
1705
+ };
1754
1706
  };
1755
1707
  };
1756
1708
  SCFeedObject: {
@@ -2019,11 +1971,6 @@ declare const theme: {
2019
1971
  margin: string;
2020
1972
  };
2021
1973
  };
2022
- '& .SCFeedObject-medias-section': {
2023
- '& .SCFeedObjectMediaPreview-root': {
2024
- margin: any;
2025
- };
2026
- };
2027
1974
  '& .SCFeedObject-show-more': {
2028
1975
  padding: any;
2029
1976
  marginTop: any;
@@ -2033,12 +1980,12 @@ declare const theme: {
2033
1980
  '&:last-of-type': {
2034
1981
  marginBottom: number;
2035
1982
  };
2036
- '& .SCFeedObjectActions-root': {
1983
+ '& .SCFeedObject-actions-root': {
2037
1984
  margin: number;
2038
1985
  padding: any;
2039
- '& .SCFeedObjectActions-action': {
1986
+ '& .SCFeedObject-actions-action': {
2040
1987
  marginTop: number;
2041
- '& .SCVoteAction-view-audience-button, & .SCCommentAction-view-audience-button, & .SCShareAction-view-audience-button, & .SCReactionAction-view-audience-button': {
1988
+ '& .SCFeedObject-action-vote-view-audience-button, & .SCFeedObject-action-comment-view-audience-button, & .SCFeedObject-action-share-view-audience-button, & .SCReactionAction-view-audience-button': {
2042
1989
  fontSize: string;
2043
1990
  fontWeight: any;
2044
1991
  marginTop: any;
@@ -2051,7 +1998,7 @@ declare const theme: {
2051
1998
  '& .MuiDivider-root': {
2052
1999
  borderColor: any;
2053
2000
  };
2054
- '& .SCVoteAction-button, & .SCCommentAction-button, & .SCShareAction-button, & .SCReactionAction-button': {
2001
+ '& .SCFeedObject-action-vote-button, & .SCFeedObject-action-comment-button, & .SCFeedObject-action-share-button, & .SCReactionAction-button': {
2055
2002
  color: any;
2056
2003
  marginTop: any;
2057
2004
  marginBottom: any;
@@ -2100,7 +2047,7 @@ declare const theme: {
2100
2047
  '& .SCFeedObject-activities-content': {
2101
2048
  paddingTop: number;
2102
2049
  paddingBottom: number;
2103
- '& .SCActivitiesMenu-selector': {
2050
+ '& .SCFeedObject-activities-menu-selector': {
2104
2051
  '& .MuiButton-root': {
2105
2052
  marginTop: any;
2106
2053
  fontSize: string;
@@ -2115,7 +2062,7 @@ declare const theme: {
2115
2062
  paddingBottom: number;
2116
2063
  };
2117
2064
  };
2118
- '& .SCCommentObjectSkeleton-root': {
2065
+ '& .SCCommentObject-skeleton-root': {
2119
2066
  background: string;
2120
2067
  marginTop: number;
2121
2068
  marginBottom: string;
@@ -2172,65 +2119,230 @@ declare const theme: {
2172
2119
  border: string;
2173
2120
  };
2174
2121
  };
2175
- };
2176
- };
2177
- SCFeedObjectDetailTemplate: {
2178
- styleOverrides: {
2179
- root: ({ theme }: any) => {
2180
- '& .SCCommentsFeedObject-root': {
2181
- padding: any;
2182
- '& .SCCommentsObject-root h6': {
2183
- paddingLeft: any;
2122
+ skeletonRoot: ({ theme }: any) => {
2123
+ '&.SCFeedObject-preview, &.SCFeedObject-detail, &.SCFeedObject-search': {
2124
+ [x: number]: {
2125
+ borderRadius: any;
2184
2126
  };
2127
+ border: string;
2128
+ boxShadow: string;
2129
+ borderRadius: number;
2185
2130
  };
2186
- };
2187
- };
2188
- };
2189
- SCFeedObjectDetailTemplateSkeleton: {
2190
- styleOverrides: {
2191
- root: ({ theme }: any) => {
2192
- '& .SCCommentsObjectSkeleton-root': {
2193
- '& .SCWidget-root': {
2194
- marginBottom: string;
2195
- };
2131
+ '& .SCFeedObject-media': {
2132
+ height: number;
2133
+ marginBottom: number;
2196
2134
  };
2197
- '& .SCCommentObjectSkeleton-root': {
2198
- background: string;
2199
- boxShadow: string;
2200
- border: number;
2201
- '& .SCCommentObjectSkeleton-root': {
2202
- marginBottom: string;
2203
- };
2135
+ '& .SCFeedObject-snippet > *': {
2136
+ paddingLeft: number;
2137
+ paddingRight: number;
2204
2138
  };
2205
2139
  };
2206
- };
2207
- };
2208
- SCFeedObjectSkeleton: {
2209
- styleOverrides: {
2210
- root: ({ theme }: any) => {
2211
- '&.SCFeedObjectSkeleton-preview, &.SCFeedObjectSkeleton-detail, &.SCFeedObjectSkeleton-search': {
2212
- [x: number]: {
2213
- borderRadius: any;
2140
+ mediaPreviewRoot: ({ theme }: any) => {
2141
+ margin: any;
2142
+ };
2143
+ actionsRoot: ({ theme }: any) => {
2144
+ margin: string;
2145
+ color: string;
2146
+ '& .SCFeedObject-actions-action': {
2147
+ textAlign: string;
2148
+ };
2149
+ };
2150
+ actionCommentRoot: ({ theme }: any) => {
2151
+ display: string;
2152
+ justifyContent: string;
2153
+ alignItems: string;
2154
+ flexDirection: string;
2155
+ '&.SCFeedObject-action-share-inline': {
2156
+ flexDirection: string;
2157
+ };
2158
+ '& .SCFeedObject-action-vote-divider': {
2159
+ width: string;
2160
+ borderBottom: number;
2161
+ };
2162
+ };
2163
+ actionFollowRoot: ({ theme }: any) => {
2164
+ '& .SCFeedObject-action-follow-button': {
2165
+ color: any;
2166
+ '&.SCFeedObject-action-follow-iconized': {
2167
+ borderRadius: string;
2168
+ padding: any;
2169
+ minWidth: string;
2170
+ fontSize: string;
2214
2171
  };
2172
+ '&.SCFeedObject-action-follow-followed': {
2173
+ color: any;
2174
+ };
2175
+ };
2176
+ };
2177
+ actionShareRoot: ({ theme }: any) => {
2178
+ display: string;
2179
+ justifyContent: string;
2180
+ alignItems: string;
2181
+ flexDirection: string;
2182
+ '&.SCFeedObject-action-share-inline': {
2183
+ flexDirection: string;
2184
+ };
2185
+ '& .SCFeedObject-action-vote-divider': {
2186
+ width: string;
2187
+ borderBottom: number;
2188
+ };
2189
+ };
2190
+ actionVoteRoot: ({ theme }: any) => {
2191
+ display: string;
2192
+ justifyContent: string;
2193
+ alignItems: string;
2194
+ flexDirection: string;
2195
+ '&.SCFeedObject-action-vote-inline': {
2196
+ flexDirection: string;
2197
+ };
2198
+ '& .SCFeedObject-action-vote-divider': {
2199
+ width: string;
2200
+ borderBottom: number;
2201
+ };
2202
+ };
2203
+ activitiesRoot: ({ theme }: any) => {
2204
+ width: string;
2205
+ };
2206
+ activitiesMenuRoot: ({ theme }: any) => {
2207
+ '& .SCFeedObject-activities-menu-selector': {
2208
+ display: string;
2209
+ alignItems: string;
2210
+ textAlign: string;
2211
+ justifyContent: string;
2212
+ };
2213
+ '& .SCFeedObject-activities-menu-selector .MuiButton-root': {
2214
+ textTransform: string;
2215
+ fontWeight: any;
2216
+ };
2217
+ };
2218
+ contributorsRoot: ({ theme }: any) => {
2219
+ '& .SCFeedObject-contributors-btn-participants': {
2220
+ padding: any;
2221
+ marginLeft: any;
2222
+ color: string;
2223
+ fontWeight: any;
2224
+ fontSize: string;
2225
+ };
2226
+ minHeight: number;
2227
+ marginTop: number;
2228
+ marginBottom: number;
2229
+ "& .MuiAvatarGroup-root": {
2230
+ justifyContent: string;
2231
+ };
2232
+ "& .MuiAvatar-root": {
2233
+ backgroundColor: string;
2215
2234
  border: string;
2216
- boxShadow: string;
2217
- borderRadius: number;
2235
+ color: string;
2236
+ fontSize: string;
2237
+ width: any;
2238
+ height: any;
2239
+ marginLeft: any;
2240
+ lineHeight: string;
2218
2241
  };
2219
- '& .SCFeedObjectSkeleton-media': {
2220
- height: number;
2242
+ };
2243
+ contributorsSkeletonRoot: ({ theme }: any) => {};
2244
+ pollObjectRoot: ({ theme }: any) => {
2245
+ marginTop: any;
2246
+ marginBottom: any;
2247
+ borderTop: string;
2248
+ borderBottom: string;
2249
+ boxShadow: string;
2250
+ borderRadius: number;
2251
+ '& .MuiButton-root': {
2252
+ '&:focus:not(:focus-visible)': {
2253
+ borderColor: string;
2254
+ };
2255
+ };
2256
+ '& .MuiCardHeader-root': {
2257
+ textAlign: string;
2258
+ padding: any;
2259
+ '& .SCFeedObject-poll-object-toggle-button': {
2260
+ fontSize: string;
2261
+ textTransform: string;
2262
+ '& .MuiButton-endIcon': {
2263
+ display: string;
2264
+ };
2265
+ '& .SCFeedObject-poll-object-expand-icon': {
2266
+ marginBottom: number;
2267
+ marginLeft: number;
2268
+ transition: any;
2269
+ };
2270
+ '& .SCFeedObject-poll-object-collapsed-icon': {
2271
+ transform: string;
2272
+ };
2273
+ };
2274
+ };
2275
+ '& .SCFeedObject-poll-object-title': {
2276
+ textAlign: string;
2277
+ color: any;
2278
+ marginBottom: any;
2279
+ fontWeight: any;
2280
+ wordWrap: string;
2281
+ };
2282
+ '& .SCFeedObject-poll-object-voters, & .SCFeedObject-poll-object-votes': {
2283
+ display: string;
2284
+ margin: any;
2285
+ alignItems: string;
2286
+ justifyContent: string;
2287
+ '& .MuiIcon-root': {
2288
+ width: string;
2289
+ marginRight: any;
2290
+ };
2291
+ };
2292
+ '& .SCFeedObject-poll-object-expiration, & .SCFeedObject-poll-object-close, & .SCFeedObject-poll-object-voters': {
2293
+ textAlign: string;
2294
+ color: any;
2295
+ marginBottom: any;
2296
+ fontWeight: any;
2297
+ fontSize: string;
2298
+ };
2299
+ '& .SCFeedObject-poll-object-voters .MuiTypography-root': {
2300
+ fontWeight: any;
2301
+ fontSize: string;
2302
+ };
2303
+ '& ul': {
2304
+ padding: any;
2305
+ marginBottom: any;
2306
+ backgroundColor: string;
2307
+ borderRadius: any;
2308
+ '& li': {
2309
+ padding: number;
2310
+ };
2311
+ };
2312
+ };
2313
+ pollObjectChoicesRoot: ({ theme }: any) => {
2314
+ backgroundColor: string;
2315
+ marginBottom: any;
2316
+ padding: number;
2317
+ width: string;
2318
+ borderRadius: number;
2319
+ '& .SCFeedObject-poll-object-choices-label, & .SCFeedObject-poll-object-choices-vote': {
2221
2320
  marginBottom: number;
2321
+ fontWeight: any;
2222
2322
  };
2223
- '& .SCFeedObjectSkeleton-snippet > *': {
2224
- paddingLeft: number;
2225
- paddingRight: number;
2323
+ '& .SCFeedObject-poll-object-choices-progress': {
2324
+ display: string;
2325
+ flexDirection: string;
2326
+ alignItems: string;
2327
+ marginBottom: number;
2328
+ '& .MuiLinearProgress-root': {
2329
+ height: number;
2330
+ borderRadius: any;
2331
+ flexGrow: number;
2332
+ marginRight: any;
2333
+ backgroundColor: any;
2334
+ };
2335
+ '& > .MuiTypography-root': {
2336
+ fontSize: string;
2337
+ fontWeight: any;
2338
+ };
2226
2339
  };
2227
2340
  };
2228
- };
2229
- };
2230
- SCFeedRelevantActivities: {
2231
- styleOverrides: {
2232
- root: ({ theme }: any) => {
2233
- '& .SCFeedRelevantActivities-activity': {
2341
+ relevantActivitiesRoot: ({ theme }: any) => {
2342
+ '& .MuiList-root, & .SCFeedObject-relevant-activities-activity': {
2343
+ padding: number;
2344
+ };
2345
+ '& .SCFeedObject-relevant-activities-activity': {
2234
2346
  '& > .SCBaseItem-root': {
2235
2347
  borderRadius: number;
2236
2348
  marginBottom: any;
@@ -2249,37 +2361,58 @@ declare const theme: {
2249
2361
  };
2250
2362
  };
2251
2363
  };
2364
+ '& .SCFeedObject-activity-comment-username, & .SCFeedObject-activity-follow-username, & .SCFeedObject-activity-poll-vote-username, & .SCFeedObject-activity-vote-up-username': {
2365
+ color: string;
2366
+ };
2367
+ '& .SCFeedObject-activity-comment-avatar, & .SCFeedObject-activity-follow-avatar, & .SCFeedObject-activity-poll-vote-avatar, & .SCFeedObject-activity-vote-up-avatar': {
2368
+ width: any;
2369
+ height: any;
2370
+ };
2371
+ };
2372
+ };
2373
+ activityCommentRoot: ({ theme }: any) => {
2374
+ '& .SCBaseItem-primary': {
2375
+ display: string;
2376
+ flexDirection: string;
2377
+ alignItems: string;
2378
+ marginBottom: string;
2379
+ '& .MuiTypography-root': {
2380
+ marginBottom: number;
2381
+ };
2382
+ };
2383
+ '& .SCFeedObject-activity-comment-username': {
2384
+ marginRight: any;
2252
2385
  };
2253
2386
  };
2387
+ activityFollowRoot: ({ theme }: any) => {};
2388
+ activityPollVoteRoot: ({ theme }: any) => {};
2389
+ activityVoteUpRoot: ({ theme }: any) => {};
2254
2390
  };
2255
2391
  };
2256
- SCFeedSkeleton: {
2392
+ SCFeedObjectDetailTemplate: {
2257
2393
  styleOverrides: {
2258
2394
  root: ({ theme }: any) => {
2259
- maxWidth: any;
2260
- '& .SCFeedSkeleton-left': {
2261
- [x: number]: {
2262
- padding: any;
2263
- };
2264
- padding: number;
2265
- '&:last-child': {
2266
- paddingBottom: any;
2267
- };
2268
- '& > .SCWidget-root': {
2269
- marginBottom: any;
2395
+ '& .SCCommentsFeedObject-root': {
2396
+ padding: any;
2397
+ '& .SCCommentsObject-root h6': {
2398
+ paddingLeft: any;
2270
2399
  };
2271
2400
  };
2272
- '& .SCFeedSkeleton-right': {
2273
- padding: any;
2401
+ };
2402
+ skeletonRoot: ({ theme }: any) => {
2403
+ marginTop: any;
2404
+ '& .SCCommentsObject-skeleton-root': {
2274
2405
  '& .SCWidget-root': {
2275
- marginBottom: any;
2406
+ marginBottom: string;
2276
2407
  };
2277
2408
  };
2278
- '& .SCFeedSkeleton-end': {
2279
- padding: number;
2280
- marginBottom: any;
2281
- '& > div': {
2282
- padding: any;
2409
+ '& .SCCommentObject-skeleton-root': {
2410
+ background: string;
2411
+ boxShadow: string;
2412
+ border: number;
2413
+ paddingLeft: string;
2414
+ '& .SCCommentObject-skeleton-root': {
2415
+ marginBottom: string;
2283
2416
  };
2284
2417
  };
2285
2418
  };
@@ -2303,24 +2436,7 @@ declare const theme: {
2303
2436
  textTransform: string;
2304
2437
  };
2305
2438
  };
2306
- };
2307
- };
2308
- SCFollowAction: {
2309
- styleOverrides: {
2310
- root: ({ theme }: any) => {
2311
- '& .SCFollowAction-button': {
2312
- color: any;
2313
- '&.SCFollowAction-iconized': {
2314
- borderRadius: string;
2315
- padding: any;
2316
- minWidth: string;
2317
- fontSize: string;
2318
- };
2319
- '&.SCFollowAction-followed': {
2320
- color: any;
2321
- };
2322
- };
2323
- };
2439
+ skeletonRoot: ({ theme }: any) => {};
2324
2440
  };
2325
2441
  };
2326
2442
  SCFooter: {
@@ -2340,6 +2456,7 @@ declare const theme: {
2340
2456
  };
2341
2457
  };
2342
2458
  };
2459
+ skeletonRoot: ({ theme }: any) => {};
2343
2460
  };
2344
2461
  };
2345
2462
  SCInlineComposerWidget: {
@@ -2641,16 +2758,35 @@ declare const theme: {
2641
2758
  };
2642
2759
  };
2643
2760
  };
2644
- };
2645
- };
2646
- SCLoyaltyProgramDetailTemplate: {
2647
- styleOverrides: {
2648
- root: ({ theme }: any) => {
2649
- [x: number]: {
2761
+ skeletonRoot: ({ theme }: any) => {
2762
+ '& .MuiCardContent-root': {
2650
2763
  padding: any;
2651
2764
  };
2652
- boxShadow: string;
2653
- borderRadius: number;
2765
+ '& .SCLoyaltyProgramWidget-actions, .MuiCardActions-root': {
2766
+ display: string;
2767
+ justifyContent: string;
2768
+ padding: any;
2769
+ '& .SCLoyaltyProgramWidget-points': {
2770
+ display: string;
2771
+ justifyContent: string;
2772
+ alignItems: string;
2773
+ };
2774
+ '& .SCLoyaltyProgramWidget-chip': {
2775
+ borderRadius: any;
2776
+ marginRight: any;
2777
+ };
2778
+ };
2779
+ };
2780
+ };
2781
+ };
2782
+ SCLoyaltyProgramDetailTemplate: {
2783
+ styleOverrides: {
2784
+ root: ({ theme }: any) => {
2785
+ [x: number]: {
2786
+ padding: any;
2787
+ };
2788
+ boxShadow: string;
2789
+ borderRadius: number;
2654
2790
  '& .SCLoyaltyProgramDetailTemplate-title': {
2655
2791
  [x: number]: {
2656
2792
  textAlign: string;
@@ -2749,12 +2885,12 @@ declare const theme: {
2749
2885
  };
2750
2886
  };
2751
2887
  };
2752
- '& .SCLoyaltyProgramDetailPointsList-root': {
2888
+ '& .SCLoyaltyProgramDetailTemplate-points-list-root': {
2753
2889
  marginTop: any;
2754
2890
  marginBottom: any;
2755
2891
  '& .MuiGrid-item': {
2756
2892
  paddingTop: any;
2757
- '& .SCLoyaltyProgramDetailPointsList-element': {
2893
+ '& .SCLoyaltyProgramDetailTemplate-element': {
2758
2894
  display: string;
2759
2895
  justifyContent: string;
2760
2896
  marginBottom: any;
@@ -2770,57 +2906,57 @@ declare const theme: {
2770
2906
  };
2771
2907
  };
2772
2908
  };
2773
- };
2774
- };
2775
- SCLoyaltyProgramWidgetSkeleton: {
2776
- styleOverrides: {
2777
- root: ({ theme }: any) => {
2778
- '& .SCLoyaltyProgramWidgetSkeleton-root, .MuiCardContent-root': {
2779
- padding: any;
2780
- };
2781
- '& .SCLoyaltyProgramWidgetSkeleton-actions, .MuiCardActions-root': {
2782
- display: string;
2783
- justifyContent: string;
2784
- padding: any;
2785
- '& .SCLoyaltyProgramWidgetSkeleton-points': {
2786
- display: string;
2787
- justifyContent: string;
2788
- alignItems: string;
2789
- };
2790
- '& .SCLoyaltyProgramWidgetSkeleton-chip': {
2791
- borderRadius: any;
2792
- marginRight: any;
2793
- };
2794
- };
2795
- };
2796
- };
2797
- };
2798
- SCLoyaltyProgramDetailTemplateSkeleton: {
2799
- styleOverrides: {
2800
- root: ({ theme }: any) => {
2909
+ skeletonRoot: ({ theme }: any) => {
2801
2910
  height: string;
2802
- '& .SCLoyaltyProgramDetailTemplateSkeleton-title': {
2911
+ '& .SCLoyaltyProgramDetailTemplate-title': {
2803
2912
  [x: number]: {
2804
2913
  justifyContent: string;
2805
2914
  };
2806
2915
  display: string;
2807
2916
  marginBottom: any;
2808
2917
  alignItems: string;
2809
- '& .SCLoyaltyProgramDetailTemplateSkeleton-chip': {
2918
+ '& .SCLoyaltyProgramDetailTemplate-chip': {
2810
2919
  marginLeft: any;
2811
2920
  borderRadius: any;
2812
2921
  };
2813
2922
  };
2814
- '& .SCLoyaltyProgramDetailTemplateSkeleton-section-title': {
2923
+ '& .SCLoyaltyProgramDetailTemplate-section-title': {
2815
2924
  marginBottom: any;
2816
- '& .SCLoyaltyProgramDetailTemplateSkeleton-sub-title': {
2925
+ '& .SCLoyaltyProgramDetailTemplate-sub-title': {
2817
2926
  marginBottom: any;
2818
2927
  };
2819
2928
  };
2820
- '& .SCLoyaltyProgramDetailTemplateSkeleton-points-list': {
2929
+ '& .SCLoyaltyProgramDetailTemplate-points-list': {
2821
2930
  marginBottom: any;
2822
2931
  };
2823
2932
  };
2933
+ prizeItemSkeletonRoot: ({ theme }: any) => {
2934
+ [x: number]: {
2935
+ width: any;
2936
+ height: any;
2937
+ marginTop: any;
2938
+ };
2939
+ '& .MuiCard-root': {
2940
+ [x: number]: {
2941
+ borderRadius: number;
2942
+ height: string;
2943
+ };
2944
+ };
2945
+ '& .MuiCardContent-root': {
2946
+ justifyContent: string;
2947
+ '& .SCLoyaltyProgramDetailTemplate-content': {
2948
+ display: string;
2949
+ flexDirection: string;
2950
+ justifyContent: string;
2951
+ alignItems: string;
2952
+ marginTop: any;
2953
+ paddingBottom: any;
2954
+ };
2955
+ };
2956
+ '& .MuiCardActions-root': {
2957
+ justifyContent: string;
2958
+ };
2959
+ };
2824
2960
  };
2825
2961
  };
2826
2962
  SCMediaFile: {
@@ -3133,24 +3269,34 @@ declare const theme: {
3133
3269
  color: any;
3134
3270
  };
3135
3271
  };
3136
- };
3137
- };
3138
- SCNavigationToolbarSkeleton: {
3139
- styleOverrides: {
3140
- root: ({ theme }: any) => {
3141
- '& .SCNavigationToolbarSkeleton-logo': {
3272
+ skeletonRoot: ({ theme }: any) => {
3273
+ '& .SCNavigationToolbar-logo': {
3142
3274
  width: number;
3143
3275
  height: number;
3144
3276
  };
3145
- '& .SCNavigationToolbarSkeleton-navigation': {
3277
+ '& .SCNavigationToolbar-navigation': {
3146
3278
  flexGrow: number;
3147
3279
  margin: any;
3148
3280
  };
3149
- '& .SCNavigationToolbarSkeleton-avatar': {
3281
+ '& .SCNavigationToolbar-avatar': {
3150
3282
  width: any;
3151
3283
  height: any;
3152
3284
  };
3153
3285
  };
3286
+ notificationsMenuRoot: ({ theme }: any) => {
3287
+ '& .SCNavigationToolbar-paper': {
3288
+ minWidth: number;
3289
+ padding: any;
3290
+ '& .MuiList-root': {
3291
+ padding: number;
3292
+ };
3293
+ };
3294
+ '& .SCNavigationToolbar-link': {
3295
+ display: string;
3296
+ textAlign: string;
3297
+ margin: any;
3298
+ };
3299
+ };
3154
3300
  };
3155
3301
  };
3156
3302
  SCNavigationToolbarMobile: {
@@ -3223,180 +3369,385 @@ declare const theme: {
3223
3369
  };
3224
3370
  };
3225
3371
  };
3226
- };
3227
- };
3228
- SCNotificationItem: {
3229
- styleOverrides: {
3230
- root: ({ theme }: any) => {
3231
- whiteSpace: string;
3232
- '& .SCNotificationItem-header': {
3233
- display: string;
3234
- flexDirection: string;
3235
- paddingBottom: any;
3236
- '& .SCNotificationItem-primary': {
3237
- fontWeight: any;
3238
- '& .SCContributionNotification-username': {
3239
- fontWeight: any;
3240
- };
3241
- '& a': {
3242
- color: any;
3243
- textDecoration: string;
3244
- };
3245
- };
3246
- '& .SCNotificationItem-secondary': {
3247
- '& .SCDateTimeAgo-root, & .MuiStack-root': {
3248
- color: any;
3249
- minHeight: any;
3250
- };
3251
- '& a': {
3252
- textDecoration: string;
3253
- color: any;
3254
- };
3255
- };
3372
+ skeletonRoot: ({ theme }: any) => {
3373
+ marginBottom: any;
3374
+ };
3375
+ collapsedForRoot: ({ theme }: any) => {
3376
+ width: string;
3377
+ '& .SCNotification-flag-icon': {
3378
+ backgroundColor: "#f44336";
3379
+ color: string;
3256
3380
  };
3257
- '& .SCNotificationItem-actions': {
3381
+ '& .SCNotification-flag-text': {
3258
3382
  color: any;
3259
3383
  };
3260
- '&.SCNotificationItem-toast': {
3261
- backgroundColor: string;
3262
- borderRadius: number;
3263
- '& .SCNotificationItem-header': {
3264
- '& .SCNotificationItem-image': {
3265
- marginRight: any;
3266
- '& .MuiAvatar-root': {
3267
- width: any;
3268
- height: any;
3269
- };
3270
- };
3271
- };
3384
+ '& .SCNotification-contribution-wrap': {
3385
+ padding: string;
3386
+ textOverflow: string;
3387
+ display: string;
3388
+ overflow: string;
3272
3389
  };
3273
- '&.SCNotificationItem-snippet': {
3274
- backgroundColor: string;
3275
- borderRadius: number;
3276
- '& .SCNotificationItem-header': {
3277
- '& .SCNotificationItem-image': {
3278
- marginRight: any;
3279
- '& .MuiAvatar-root': {
3280
- width: any;
3281
- height: any;
3282
- };
3283
- };
3390
+ '& .SCNotification-contribution-text': {
3391
+ '&:hover': {
3392
+ textDecoration: string;
3284
3393
  };
3285
3394
  };
3286
- '&.SCNotificationItem-detail': {
3287
- backgroundColor: string;
3288
- borderRadius: number;
3289
- '& .SCNotificationItem-header': {
3290
- '& .SCNotificationItem-image': {
3291
- marginRight: any;
3292
- '& .MuiAvatar-root': {
3293
- width: any;
3294
- height: any;
3295
- };
3296
- };
3395
+ };
3396
+ commentRoot: ({ theme }: any) => {
3397
+ '& .SCNotification-username': {
3398
+ fontWeight: any;
3399
+ '&:hover': {
3400
+ textDecoration: string;
3297
3401
  };
3298
3402
  };
3299
- };
3300
- };
3301
- };
3302
- SCNotificationsMenu: {
3303
- styleOverrides: {
3304
- root: ({ theme }: any) => {
3305
- '& .SCNotificationsMenu-paper': {
3403
+ '& .SCNotification-vote-button': {
3404
+ color: string;
3306
3405
  padding: any;
3307
- '& .MuiList-root': {
3308
- padding: number;
3406
+ fontSize: string;
3407
+ minWidth: number;
3408
+ borderRadius: string;
3409
+ };
3410
+ '& .SCNotification-contribution-text': {
3411
+ color: any;
3412
+ textOverflow: string;
3413
+ display: string;
3414
+ overflow: string;
3415
+ '&:hover': {
3416
+ textDecoration: string;
3309
3417
  };
3310
3418
  };
3311
3419
  };
3312
- };
3313
- };
3314
- SCPollObject: {
3315
- styleOverrides: {
3316
- root: ({ theme }: any) => {
3317
- marginTop: any;
3318
- marginBottom: any;
3319
- borderTop: string;
3320
- borderBottom: string;
3321
- boxShadow: string;
3322
- borderRadius: number;
3323
- '& .MuiButton-root': {
3324
- '&:focus:not(:focus-visible)': {
3325
- borderColor: string;
3420
+ contributionRoot: ({ theme }: any) => {
3421
+ '& .SCNotification-username': {
3422
+ fontWeight: any;
3423
+ '&:hover': {
3424
+ textDecoration: string;
3326
3425
  };
3327
3426
  };
3328
- '& .MuiCardHeader-root': {
3329
- textAlign: string;
3427
+ '& .SCNotification-vote-button': {
3428
+ color: string;
3330
3429
  padding: any;
3331
- '& .SCPollObject-toggle-button': {
3332
- fontSize: string;
3333
- textTransform: string;
3334
- '& .MuiButton-endIcon': {
3335
- display: string;
3336
- };
3337
- '& .SCPollObject-expand-icon': {
3338
- marginBottom: number;
3339
- marginLeft: number;
3340
- transition: any;
3341
- };
3342
- '& .SCPollObject-collapsed-icon': {
3343
- transform: string;
3344
- };
3345
- };
3430
+ fontSize: string;
3431
+ minWidth: number;
3432
+ borderRadius: string;
3346
3433
  };
3347
- '& .SCPollObject-title': {
3348
- textAlign: string;
3434
+ '& .SCNotification-contribution-text': {
3349
3435
  color: any;
3350
- marginBottom: any;
3351
- fontWeight: any;
3352
- wordWrap: string;
3436
+ textOverflow: string;
3437
+ overflow: string;
3438
+ '&:hover': {
3439
+ textDecoration: string;
3440
+ };
3353
3441
  };
3354
- '& .SCPollObject-voters, & .SCPollObject-votes': {
3355
- display: string;
3356
- margin: any;
3357
- alignItems: string;
3358
- justifyContent: string;
3359
- '& .MuiIcon-root': {
3360
- width: string;
3361
- marginRight: any;
3442
+ '& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
3443
+ marginTop: any;
3444
+ '& .SCDateTimeAgo-root': {
3445
+ marginTop: number;
3362
3446
  };
3363
3447
  };
3364
- '& .SCPollObject-expiration, & .SCPollObject-close, & .SCPollObject-voters': {
3365
- textAlign: string;
3366
- color: any;
3367
- marginBottom: any;
3368
- fontWeight: any;
3369
- fontSize: string;
3448
+ };
3449
+ contributionFollowRoot: ({ theme }: any) => {
3450
+ '& .SCNotification-username': {
3451
+ fontWeight: number;
3452
+ '&:hover': {
3453
+ textDecoration: string;
3454
+ };
3370
3455
  };
3371
- '& .SCPollObject-voters .MuiTypography-root': {
3372
- fontWeight: any;
3373
- fontSize: string;
3456
+ '& .SCNotification-follow-text': {
3457
+ color: any;
3374
3458
  };
3375
- '& ul': {
3459
+ '& .SCNotification-contribution-text': {
3460
+ '&:hover': {
3461
+ textDecoration: string;
3462
+ };
3463
+ textOverflow: string;
3464
+ display: string;
3465
+ overflow: string;
3466
+ };
3467
+ '& .MuiIcon-root': {
3468
+ fontSize: string;
3469
+ marginBottom: string;
3470
+ };
3471
+ };
3472
+ deletedForRoot: ({ theme }: any) => {
3473
+ '& .SCNotification-flag-icon': {
3474
+ backgroundColor: "#f44336";
3475
+ color: string;
3476
+ };
3477
+ '& .SCNotification-flag-text': {
3478
+ color: any;
3479
+ };
3480
+ '& .SCNotification-contribution-wrap': {
3481
+ marginBottom: any;
3482
+ padding: any;
3483
+ textOverflow: string;
3484
+ display: string;
3485
+ overflow: string;
3486
+ };
3487
+ '& .SCNotification-contribution-text': {
3488
+ '&:hover': {
3489
+ textDecoration: string;
3490
+ };
3491
+ };
3492
+ };
3493
+ incubatorApprovedRoot: ({ theme }: any) => {
3494
+ '& .SCNotification-category-icon': {
3495
+ borderRadius: number;
3496
+ };
3497
+ '& .SCNotification-view-incubator-button': {
3376
3498
  padding: any;
3499
+ paddingBottom: number;
3500
+ textTransform: string;
3501
+ marginLeft: number;
3502
+ };
3503
+ };
3504
+ kindlyNoticeFlagRoot: ({ theme }: any) => {
3505
+ '& .SCNotification-flag-icon': {
3506
+ backgroundColor: "#f44336";
3507
+ color: string;
3508
+ };
3509
+ '& .SCNotification-flag-text': {
3510
+ color: any;
3511
+ };
3512
+ '& .SCNotification-contribution-wrap': {
3513
+ padding: string;
3514
+ textOverflow: string;
3515
+ display: string;
3516
+ overflow: string;
3517
+ };
3518
+ '& .SCNotification-contribution-text': {
3519
+ '&:hover': {
3520
+ textDecoration: string;
3521
+ };
3522
+ };
3523
+ };
3524
+ kindlyNoticeForRoot: ({ theme }: any) => {
3525
+ width: string;
3526
+ '& .SCNotification-flag-icon': {
3527
+ backgroundColor: "#f44336";
3528
+ color: string;
3529
+ };
3530
+ '& .SCNotification-flag-text': {
3531
+ color: any;
3532
+ };
3533
+ '& .SCNotification-contribution-wrap': {
3534
+ padding: string;
3535
+ textOverflow: string;
3536
+ display: string;
3537
+ overflow: string;
3538
+ };
3539
+ '& .SCNotification-contribution-text': {
3540
+ '&:hover': {
3541
+ textDecoration: string;
3542
+ };
3543
+ };
3544
+ };
3545
+ mentionRoot: ({ theme }: any) => {
3546
+ '& .SCNotification-username': {
3547
+ fontWeight: number;
3548
+ '&:hover': {
3549
+ textDecoration: string;
3550
+ };
3551
+ };
3552
+ '& .SCNotification-mention-text': {
3553
+ color: any;
3554
+ };
3555
+ '& .SCNotification-contribution-text': {
3556
+ '&:hover': {
3557
+ textDecoration: string;
3558
+ };
3559
+ textOverflow: string;
3560
+ display: string;
3561
+ overflow: string;
3562
+ };
3563
+ };
3564
+ privateMessageRoot: ({ theme }: any) => {
3565
+ '& .SCNotification-username': {
3566
+ display: string;
3567
+ fontWeight: number;
3568
+ '&:hover': {
3569
+ textDecoration: string;
3570
+ };
3571
+ };
3572
+ '& .SCNotification-message-label': {
3573
+ color: any;
3574
+ };
3575
+ '& .SCNotification-message-wrap': {
3576
+ textOverflow: string;
3577
+ overflow: string;
3578
+ WebkitLineClamp: string;
3579
+ lineClamp: number;
3580
+ WebkitBoxOrient: string;
3581
+ '& p': {
3582
+ margin: number;
3583
+ };
3584
+ };
3585
+ '& .SCNotification-message': {
3586
+ height: number;
3587
+ overflowY: string;
3588
+ textOverflow: string;
3589
+ display: string;
3590
+ overflow: string;
3591
+ '&:hover': {
3592
+ textDecoration: string;
3593
+ };
3594
+ '& > p': {
3595
+ overflowY: string;
3596
+ textOverflow: string;
3597
+ display: string;
3598
+ WebkitLineClamp: string;
3599
+ lineClamp: number;
3600
+ WebkitBoxOrient: string;
3601
+ };
3602
+ };
3603
+ '& .SCNotification-actions': {
3604
+ fontSize: string;
3605
+ maxWidth: string;
3606
+ };
3607
+ };
3608
+ undeletedForRoot: ({ theme }: any) => {
3609
+ '& .SCNotification-undeleted-icon': {
3610
+ backgroundColor: "#f44336";
3611
+ color: string;
3612
+ };
3613
+ '& .SCNotification-undeleted-text': {
3614
+ color: any;
3615
+ };
3616
+ '& .SCNotification-contribution-wrap': {
3377
3617
  marginBottom: any;
3618
+ padding: any;
3619
+ textOverflow: string;
3620
+ display: string;
3621
+ overflow: string;
3622
+ };
3623
+ '& .SCNotification-contribution-text': {
3624
+ '&:hover': {
3625
+ textDecoration: string;
3626
+ };
3627
+ };
3628
+ };
3629
+ userBlockedRoot: ({ theme }: any) => {
3630
+ '& .SCNotification-unblocked-icon': {
3631
+ backgroundColor: "#4caf50";
3632
+ color: string;
3633
+ };
3634
+ '& .SCNotification-blocked-icon': {
3635
+ backgroundColor: "#f44336";
3636
+ color: string;
3637
+ };
3638
+ '& .SCNotification-blocked-text': {
3639
+ color: any;
3640
+ };
3641
+ };
3642
+ userConnectionRoot: ({ theme }: any) => {
3643
+ '& .SCNotification-username': {
3644
+ fontWeight: number;
3645
+ '&:hover': {
3646
+ textDecoration: string;
3647
+ };
3648
+ };
3649
+ '& .SCNotification-connection-text': {
3650
+ color: any;
3651
+ };
3652
+ };
3653
+ userFollowRoot: ({ theme }: any) => {
3654
+ width: string;
3655
+ '& .SCNotification-username': {
3656
+ fontWeight: number;
3657
+ '&:hover': {
3658
+ textDecoration: string;
3659
+ };
3660
+ };
3661
+ '& .SCNotification-follow-text': {
3662
+ color: any;
3663
+ };
3664
+ };
3665
+ voteUpRoot: ({ theme }: any) => {
3666
+ width: string;
3667
+ '& .SCNotification-username': {
3668
+ fontWeight: number;
3669
+ '&:hover': {
3670
+ textDecoration: string;
3671
+ };
3672
+ };
3673
+ '& .SCNotification-vote-up-text': {
3674
+ color: any;
3675
+ };
3676
+ '& .SCNotification-contribution-text': {
3677
+ '&:hover': {
3678
+ textDecoration: string;
3679
+ };
3680
+ };
3681
+ };
3682
+ };
3683
+ };
3684
+ SCNotificationItem: {
3685
+ styleOverrides: {
3686
+ root: ({ theme }: any) => {
3687
+ whiteSpace: string;
3688
+ '& .SCNotificationItem-header': {
3689
+ display: string;
3690
+ flexDirection: string;
3691
+ paddingBottom: any;
3692
+ '& .SCNotificationItem-primary': {
3693
+ fontWeight: any;
3694
+ '& .SCContributionNotification-username': {
3695
+ fontWeight: any;
3696
+ };
3697
+ '& a': {
3698
+ color: any;
3699
+ textDecoration: string;
3700
+ };
3701
+ };
3702
+ '& .SCNotificationItem-secondary': {
3703
+ '& .SCDateTimeAgo-root, & .MuiStack-root': {
3704
+ color: any;
3705
+ minHeight: any;
3706
+ };
3707
+ '& a': {
3708
+ textDecoration: string;
3709
+ color: any;
3710
+ };
3711
+ };
3712
+ };
3713
+ '& .SCNotificationItem-actions': {
3714
+ color: any;
3715
+ };
3716
+ '&.SCNotificationItem-toast': {
3378
3717
  backgroundColor: string;
3379
- borderRadius: any;
3380
- '& li': {
3381
- padding: number;
3382
- '& .SCChoices-root': {
3383
- backgroundColor: string;
3384
- padding: number;
3385
- marginBottom: any;
3386
- '& .SCChoices-label': {
3387
- marginBottom: number;
3388
- fontWeight: any;
3718
+ borderRadius: number;
3719
+ '& .SCNotificationItem-header': {
3720
+ '& .SCNotificationItem-image': {
3721
+ marginRight: any;
3722
+ '& .MuiAvatar-root': {
3723
+ width: any;
3724
+ height: any;
3389
3725
  };
3390
- '& .SCChoices-progress': {
3391
- marginBottom: number;
3392
- '& .MuiLinearProgress-root': {
3393
- height: number;
3394
- borderRadius: any;
3395
- };
3396
- '& > .MuiTypography-root': {
3397
- fontSize: string;
3398
- fontWeight: any;
3399
- };
3726
+ };
3727
+ };
3728
+ };
3729
+ '&.SCNotificationItem-snippet': {
3730
+ backgroundColor: string;
3731
+ borderRadius: number;
3732
+ '& .SCNotificationItem-header': {
3733
+ '& .SCNotificationItem-image': {
3734
+ marginRight: any;
3735
+ '& .MuiAvatar-root': {
3736
+ width: any;
3737
+ height: any;
3738
+ };
3739
+ };
3740
+ };
3741
+ };
3742
+ '&.SCNotificationItem-detail': {
3743
+ backgroundColor: string;
3744
+ borderRadius: number;
3745
+ '& .SCNotificationItem-header': {
3746
+ '& .SCNotificationItem-image': {
3747
+ marginRight: any;
3748
+ '& .MuiAvatar-root': {
3749
+ width: any;
3750
+ height: any;
3400
3751
  };
3401
3752
  };
3402
3753
  };
@@ -3484,6 +3835,24 @@ declare const theme: {
3484
3835
  display: string;
3485
3836
  };
3486
3837
  };
3838
+ skeletonRoot: ({ theme }: any) => {
3839
+ [x: number]: {
3840
+ width: any;
3841
+ };
3842
+ '& .SCPrivateMessageComponent-thread-section': {
3843
+ '& .MuiCardContent-root': {
3844
+ padding: number;
3845
+ '& .MuiList-root': {
3846
+ paddingTop: number;
3847
+ paddingBottom: number;
3848
+ };
3849
+ };
3850
+ };
3851
+ ' .MuiPaper-root, MuiAppBar-root': {
3852
+ boxShadow: string;
3853
+ borderRadius: number;
3854
+ };
3855
+ };
3487
3856
  };
3488
3857
  };
3489
3858
  SCReactionAction: {
@@ -3537,26 +3906,14 @@ declare const theme: {
3537
3906
  };
3538
3907
  };
3539
3908
  };
3540
- SCShareAction: {
3909
+ SCSnippetNotifications: {
3541
3910
  styleOverrides: {
3542
3911
  root: ({ theme }: any) => {
3543
- display: string;
3544
- justifyContent: string;
3545
- alignItems: string;
3546
- flexDirection: string;
3547
- '&.SCShareAction-inline': {
3548
- flexDirection: string;
3549
- };
3550
- '& .SCVoteAction-divider': {
3551
- width: string;
3552
- borderBottom: number;
3912
+ width: string;
3913
+ '& .SCSnippetNotifications-notifications-wrap': {
3914
+ height: number;
3915
+ overflowY: string;
3553
3916
  };
3554
- };
3555
- };
3556
- };
3557
- SCSnippetNotifications: {
3558
- styleOverrides: {
3559
- root: ({ theme }: any) => {
3560
3917
  '& .SCSnippetNotifications-item': {
3561
3918
  padding: number;
3562
3919
  marginBottom: any;
@@ -3602,14 +3959,10 @@ declare const theme: {
3602
3959
  };
3603
3960
  };
3604
3961
  };
3605
- };
3606
- };
3607
- SCSnippetNotificationsSkeleton: {
3608
- styleOverrides: {
3609
- root: ({ theme }: any) => {
3962
+ skeletonRoot: ({ theme }: any) => {
3610
3963
  margin: number;
3611
3964
  padding: number;
3612
- '& .SCSnippetNotificationsSkeleton-item': {
3965
+ '& .SCSnippetNotifications-item': {
3613
3966
  padding: number;
3614
3967
  marginBottom: any;
3615
3968
  '& .SCNotificationItem-root': {
@@ -3672,6 +4025,7 @@ declare const theme: {
3672
4025
  fontSize: string;
3673
4026
  };
3674
4027
  };
4028
+ skeletonRoot: ({ theme }: any) => {};
3675
4029
  };
3676
4030
  };
3677
4031
  SCUserActionIconButton: {
@@ -3726,20 +4080,17 @@ declare const theme: {
3726
4080
  };
3727
4081
  };
3728
4082
  };
3729
- };
3730
- };
3731
- SCUserInfoDialog: {
3732
- styleOverrides: {
3733
- root: ({ theme }: any) => {
3734
- '& .SCUserInfoDialog-caption': {
4083
+ skeletonRoot: ({ theme }: any) => {};
4084
+ dialogRoot: ({ theme }: any) => {
4085
+ '& .SCUserInfo-caption': {
3735
4086
  marginTop: any;
3736
4087
  textAlign: string;
3737
- '& .SCUserInfoDialog-avatar': {
4088
+ '& .SCUserInfo-avatar': {
3738
4089
  margin: any;
3739
4090
  width: any;
3740
4091
  height: any;
3741
4092
  };
3742
- '& .SCUserInfoDialog-username': {
4093
+ '& .SCUserInfo-username': {
3743
4094
  fontWeight: any;
3744
4095
  fontSize: string;
3745
4096
  marginBottom: any;
@@ -3797,6 +4148,22 @@ declare const theme: {
3797
4148
  bottom: number;
3798
4149
  };
3799
4150
  };
4151
+ skeletonRoot: ({ theme }: any) => {
4152
+ position: string;
4153
+ '& .SCUserProfileHeader-avatar': {
4154
+ position: string;
4155
+ top: number;
4156
+ width: string;
4157
+ "& .MuiSkeleton-root": {
4158
+ border: string;
4159
+ margin: string;
4160
+ };
4161
+ };
4162
+ '& .SCUserProfileHeader-username': {
4163
+ marginTop: number;
4164
+ textAlign: string;
4165
+ };
4166
+ };
3800
4167
  };
3801
4168
  };
3802
4169
  SCUserProfileEdit: {
@@ -3816,44 +4183,54 @@ declare const theme: {
3816
4183
  maxWidth: number;
3817
4184
  };
3818
4185
  };
3819
- };
3820
- };
3821
- SCUserProfileEditSectionAccount: {
3822
- styleOverrides: {
3823
- root: ({ theme }: any) => {
3824
- '& .SCUserProfileEditSectionAccount-danger-zone': {
4186
+ skeletonRoot: ({ theme }: any) => {};
4187
+ passwordDialogRoot: ({ theme }: any) => {
4188
+ '& .MuiDialogContent-root': {
4189
+ '& .SCUserProfileEdit-password-form': {
4190
+ '& .SCUserProfileEdit-form-field': {
4191
+ margin: any;
4192
+ };
4193
+ };
4194
+ };
4195
+ '& .SCUserProfileEdit-confirm-change-button': {
4196
+ marginTop: any;
4197
+ };
4198
+ };
4199
+ accountRoot: ({ theme }: any) => {
4200
+ '& .SCUserProfileEdit-danger-zone': {
3825
4201
  marginTop: any;
3826
4202
  '& > *': {
3827
4203
  marginBottom: any;
3828
4204
  };
3829
4205
  };
3830
- };
3831
- };
3832
- };
3833
- SCUserProfileEditSectionAccountCredentials: {
3834
- styleOverrides: {
3835
- root: ({ theme }: any) => {
3836
- '& .SCUserProfileEditSectionAccountCredentials-email, .SCUserProfileEditSectionAccountCredentials-password': {
4206
+ '& .SCUserProfileEdit-language-switcher': {
3837
4207
  margin: any;
3838
- fontWeight: string;
3839
4208
  };
3840
- '& .SCUserProfileEditSectionAccountCredentials-danger-zone': {
3841
- marginTop: any;
3842
- '& > *': {
3843
- marginBottom: any;
4209
+ '& .SCUserProfileEdit-account-credentials-root': {
4210
+ '& .SCUserProfileEdit-email, .SCUserProfileEdit-password': {
4211
+ margin: any;
4212
+ fontWeight: string;
3844
4213
  };
3845
4214
  };
3846
4215
  };
3847
- dialogRoot: ({ theme }: any) => {
3848
- '& .MuiDialogContent-root': {
3849
- '& .SCUserProfileEditSectionAccountCredentials-password-form': {
3850
- '& .SCUserProfileEditSectionAccountCredentials-form-field': {
3851
- margin: any;
3852
- };
4216
+ settingsRoot: ({ theme }: any) => {
4217
+ '& .SCUserProfileEdit-control': {
4218
+ margin: any;
4219
+ '& .MuiFormControl-root': {
4220
+ display: string;
3853
4221
  };
3854
4222
  };
3855
- '& .SCUserProfileEditSectionAccountCredentials-confirm-change-button': {
4223
+ };
4224
+ publicInfoRoot: ({ theme }: any) => {
4225
+ '& .SCUserProfileEdit-field': {
4226
+ margin: any;
4227
+ };
4228
+ '& .SCUserProfileEdit-field .MuiSelect-icon': {
4229
+ right: any;
4230
+ };
4231
+ '& .SCUserProfileEdit-btn-save': {
3856
4232
  marginTop: any;
4233
+ marginBottom: any;
3857
4234
  };
3858
4235
  };
3859
4236
  };
@@ -3888,22 +4265,8 @@ declare const theme: {
3888
4265
  justifyContent: string;
3889
4266
  };
3890
4267
  };
3891
- };
3892
- };
3893
- SCVoteAction: {
3894
- styleOverrides: {
3895
- root: ({ theme }: any) => {
3896
- display: string;
3897
- justifyContent: string;
3898
- alignItems: string;
3899
- flexDirection: string;
3900
- '&.SCVoteAction-inline': {
3901
- flexDirection: string;
3902
- };
3903
- '& .SCVoteAction-divider': {
3904
- width: string;
3905
- borderBottom: number;
3906
- };
4268
+ skeletonRoot: ({ theme }: any) => {
4269
+ marginTop: any;
3907
4270
  };
3908
4271
  };
3909
4272
  };
@@ -4093,6 +4456,9 @@ declare const theme: {
4093
4456
  };
4094
4457
  };
4095
4458
  };
4459
+ skeletonRoot: ({ theme }: any) => {
4460
+ maxWidth: number;
4461
+ };
4096
4462
  };
4097
4463
  };
4098
4464
  SCPrivateMessageSnippets: {
@@ -4145,6 +4511,7 @@ declare const theme: {
4145
4511
  padding: any;
4146
4512
  };
4147
4513
  };
4514
+ skeletonRoot: ({ theme }: any) => {};
4148
4515
  };
4149
4516
  };
4150
4517
  SCPrivateMessageThread: {
@@ -4293,6 +4660,20 @@ declare const theme: {
4293
4660
  flexGrow: number;
4294
4661
  };
4295
4662
  };
4663
+ skeletonRoot: ({ theme }: any) => {
4664
+ height: string;
4665
+ width: string;
4666
+ borderRadius: number;
4667
+ '& .MuiCardContent-root': {
4668
+ padding: number;
4669
+ '& .MuiList-root .MuiListItem-root': {
4670
+ height: any;
4671
+ };
4672
+ '&:last-child': {
4673
+ paddingBottom: number;
4674
+ };
4675
+ };
4676
+ };
4296
4677
  };
4297
4678
  };
4298
4679
  SCPrivateMessageThreadItem: {
@@ -4356,7 +4737,9 @@ declare const theme: {
4356
4737
  };
4357
4738
  };
4358
4739
  '& .SCPrivateMessageThreadItem-document': {
4359
- width: any;
4740
+ [x: number]: {
4741
+ width: any;
4742
+ };
4360
4743
  '& img': {
4361
4744
  height: string;
4362
4745
  width: string;
@@ -4378,6 +4761,13 @@ declare const theme: {
4378
4761
  };
4379
4762
  };
4380
4763
  };
4764
+ skeletonRoot: ({ theme }: any) => {};
4765
+ dialogRoot: ({ theme }: any) => {
4766
+ '& h2 .MuiIconButton-root': {
4767
+ top: any;
4768
+ fontSize: string;
4769
+ };
4770
+ };
4381
4771
  };
4382
4772
  };
4383
4773
  SCPrivateMessageEditor: {
@@ -4428,7 +4818,7 @@ declare const theme: {
4428
4818
  backgroundColor: any;
4429
4819
  '& .MuiCardHeader-root': {
4430
4820
  paddingBottom: any;
4431
- '& .SCMessageMediaUploader-close-button': {
4821
+ '& .SCPrivateMessageEditor-close-button': {
4432
4822
  fontSize: string;
4433
4823
  cursor: string;
4434
4824
  '&:hover': {
@@ -4443,8 +4833,8 @@ declare const theme: {
4443
4833
  overflow: string;
4444
4834
  padding: any;
4445
4835
  minHeight: any;
4446
- '& .SCMessageMediaUploader-upload-section': {
4447
- '& .SCMessageMediaUploader-upload-button': {
4836
+ '& .SCPrivateMessageEditor-upload-section': {
4837
+ '& .SCPrivateMessageEditor-upload-button': {
4448
4838
  display: string;
4449
4839
  margin: string;
4450
4840
  fontSize: string;
@@ -4454,7 +4844,7 @@ declare const theme: {
4454
4844
  paddingTop: any;
4455
4845
  paddingBottom: any;
4456
4846
  };
4457
- '& .SCMessageMediaUploader-preview-content': {
4847
+ '& .SCPrivateMessageEditor-preview-content': {
4458
4848
  position: string;
4459
4849
  display: string;
4460
4850
  margin: string;
@@ -4473,10 +4863,10 @@ declare const theme: {
4473
4863
  height: any;
4474
4864
  };
4475
4865
  };
4476
- '& .SCMessageMediaUploader-preview-actions': {
4866
+ '& .SCPrivateMessageEditor-preview-actions': {
4477
4867
  height: string;
4478
4868
  background: string;
4479
- '&:hover, &:active, &.SCMessageMediaUploader-progress': {
4869
+ '&:hover, &:active, &.SCPrivateMessageEditor-progress': {
4480
4870
  background: string;
4481
4871
  };
4482
4872
  '& .MuiButtonBase-root, .MuiTypography-root': {
@@ -4487,7 +4877,7 @@ declare const theme: {
4487
4877
  transform: string;
4488
4878
  };
4489
4879
  };
4490
- '& .SCMessageMediaUploader-preview-info': {
4880
+ '& .SCPrivateMessageEditor-preview-info': {
4491
4881
  position: string;
4492
4882
  left: string;
4493
4883
  bottom: number;
@@ -4506,56 +4896,7 @@ declare const theme: {
4506
4896
  paddingBottom: string;
4507
4897
  };
4508
4898
  };
4509
- };
4510
- };
4511
- SCPrivateMessageComponentSkeleton: {
4512
- styleOverrides: {
4513
- root: ({ theme }: any) => {
4514
- [x: number]: {
4515
- width: any;
4516
- };
4517
- '& .SCPrivateMessageComponentSkeleton-thread-section': {
4518
- '& .MuiCardContent-root': {
4519
- padding: number;
4520
- '& .MuiList-root': {
4521
- paddingTop: number;
4522
- paddingBottom: number;
4523
- };
4524
- };
4525
- };
4526
- ' .MuiPaper-root, MuiAppBar-root': {
4527
- boxShadow: string;
4528
- borderRadius: number;
4529
- };
4530
- };
4531
- };
4532
- };
4533
- SCPrivateMessageThreadSkeleton: {
4534
- styleOverrides: {
4535
- root: ({ theme }: any) => {
4536
- height: string;
4537
- width: string;
4538
- borderRadius: number;
4539
- '& .MuiCardContent-root': {
4540
- padding: number;
4541
- '& .MuiList-root .MuiListItem-root': {
4542
- height: any;
4543
- };
4544
- '&:last-child': {
4545
- paddingBottom: number;
4546
- };
4547
- };
4548
- };
4549
- };
4550
- };
4551
- SCPrivateMessageThreadItemDialog: {
4552
- styleOverrides: {
4553
- root: ({ theme }: any) => {
4554
- '& h2 .MuiIconButton-root': {
4555
- top: any;
4556
- fontSize: string;
4557
- };
4558
- };
4899
+ skeletonRoot: ({ theme }: any) => {};
4559
4900
  };
4560
4901
  };
4561
4902
  SCPlatformWidget: {
@@ -4563,6 +4904,7 @@ declare const theme: {
4563
4904
  root: ({ theme }: any) => {
4564
4905
  padding: any;
4565
4906
  };
4907
+ skeletonRoot: ({ theme }: any) => {};
4566
4908
  };
4567
4909
  };
4568
4910
  SCChangePictureButton: {
@@ -4571,16 +4913,18 @@ declare const theme: {
4571
4913
  padding: any;
4572
4914
  minWidth: string;
4573
4915
  };
4574
- };
4575
- };
4576
- SCChangePictureDialog: {
4577
- styleOverrides: {
4578
- root: ({ theme }: any) => {
4579
- '& .SCChangePictureDialog-image-item': {
4916
+ dialogRoot: ({ theme }: any) => {
4917
+ '& .MuiDialogContent-root': {
4918
+ paddingLeft: any;
4919
+ };
4920
+ '& .SCChangePictureButton-images-list': {
4921
+ maxHeight: number;
4922
+ };
4923
+ '& .SCChangePictureButton-image-item': {
4580
4924
  '& .MuiImageListItemBar-actionIcon, .MuiIconButton-root': {
4581
4925
  color: any;
4582
4926
  };
4583
- '& .SCChangePictureDialog-primary': {
4927
+ '& .SCChangePictureButton-primary': {
4584
4928
  border: string;
4585
4929
  };
4586
4930
  };
@@ -4616,6 +4960,20 @@ declare const theme: {
4616
4960
  marginLeft: any;
4617
4961
  };
4618
4962
  };
4963
+ skeletonRoot: ({ theme }: any) => {
4964
+ width: string;
4965
+ '& .MuiCardContent-root': {
4966
+ '& .SCIncubator-secondary': {
4967
+ marginTop: any;
4968
+ };
4969
+ '& .SCIncubator-progress-bar': {
4970
+ marginTop: any;
4971
+ };
4972
+ };
4973
+ '& .MuiCardActions-root': {
4974
+ marginLeft: any;
4975
+ };
4976
+ };
4619
4977
  };
4620
4978
  };
4621
4979
  SCIncubatorListWidget: {
@@ -4633,22 +4991,29 @@ declare const theme: {
4633
4991
  justifyContent: string;
4634
4992
  };
4635
4993
  };
4636
- };
4637
- };
4638
- SCIncubatorSkeleton: {
4639
- styleOverrides: {
4640
- root: ({ theme }: any) => {
4641
- width: string;
4642
- '& .MuiCardContent-root': {
4643
- '& .SCIncubatorSkeleton-secondary': {
4644
- marginTop: any;
4645
- };
4646
- '& .SCIncubatorSkeleton-progress-bar': {
4647
- marginTop: any;
4994
+ dialogRoot: ({ theme }: any) => {};
4995
+ skeletonRoot: ({ theme }: any) => {};
4996
+ createDialogRoot: ({ theme }: any) => {
4997
+ [x: number]: {
4998
+ minWidth: number;
4999
+ };
5000
+ margin: number;
5001
+ '& .SCIncubatorListWidget-intro': {
5002
+ whiteSpace: string;
5003
+ };
5004
+ '& .SCIncubatorListWidget-form': {
5005
+ marginTop: any;
5006
+ marginBottom: any;
5007
+ };
5008
+ '& .SCIncubatorListWidget-name': {
5009
+ '& .MuiInputBase-root': {
5010
+ height: string;
4648
5011
  };
4649
5012
  };
4650
- '& .MuiCardActions-root': {
4651
- marginLeft: any;
5013
+ '& .SCIncubatorListWidget-submitted-message': {
5014
+ padding: any;
5015
+ borderRadius: string;
5016
+ backgroundColor: string;
4652
5017
  };
4653
5018
  };
4654
5019
  };
@@ -4660,6 +5025,8 @@ declare const theme: {
4660
5025
  padding: any;
4661
5026
  };
4662
5027
  };
5028
+ dialogRoot: ({ theme }: any) => {};
5029
+ skeletonRoot: ({ theme }: any) => {};
4663
5030
  };
4664
5031
  };
4665
5032
  SCIncubatorDetail: {
@@ -4671,37 +5038,6 @@ declare const theme: {
4671
5038
  };
4672
5039
  };
4673
5040
  };
4674
- SCPrizeItemSkeleton: {
4675
- styleOverrides: {
4676
- root: ({ theme }: any) => {
4677
- [x: number]: {
4678
- width: any;
4679
- height: any;
4680
- marginTop: any;
4681
- };
4682
- '& .MuiCard-root': {
4683
- [x: number]: {
4684
- borderRadius: number;
4685
- height: string;
4686
- };
4687
- };
4688
- '& .MuiCardContent-root': {
4689
- justifyContent: string;
4690
- '& .SCPrizeItemSkeleton-content': {
4691
- display: string;
4692
- flexDirection: string;
4693
- justifyContent: string;
4694
- alignItems: string;
4695
- marginTop: any;
4696
- paddingBottom: any;
4697
- };
4698
- };
4699
- '& .MuiCardActions-root': {
4700
- justifyContent: string;
4701
- };
4702
- };
4703
- };
4704
- };
4705
5041
  SCNavigationMenuIconButton: {
4706
5042
  styleOverrides: {
4707
5043
  root: ({ theme }: any) => {};
@@ -4763,6 +5099,289 @@ declare const theme: {
4763
5099
  dialogRoot: ({ theme }: any) => {};
4764
5100
  };
4765
5101
  };
5102
+ SCCategoryTrendingFeedWidget: {
5103
+ styleOverrides: {
5104
+ root: ({ theme }: any) => {};
5105
+ skeletonRoot: ({ theme }: any) => {
5106
+ marginBottom: any;
5107
+ };
5108
+ dialogRoot: ({ theme }: any) => {};
5109
+ };
5110
+ };
5111
+ SCCategoryTrendingUsersWidget: {
5112
+ styleOverrides: {
5113
+ root: ({ theme }: any) => {};
5114
+ skeletonRoot: ({ theme }: any) => {
5115
+ marginBottom: any;
5116
+ };
5117
+ dialogRoot: ({ theme }: any) => {};
5118
+ };
5119
+ };
5120
+ SCConsentSolution: {
5121
+ styleOverrides: {
5122
+ root: ({ theme }: any) => {
5123
+ '& .SCConsentSolution-title': {
5124
+ [x: number]: {
5125
+ fontSize: string;
5126
+ };
5127
+ display: string;
5128
+ justifyContent: string;
5129
+ fontWeight: number;
5130
+ };
5131
+ '& .SCConsentSolution-title-back': {
5132
+ display: string;
5133
+ justifyContent: string;
5134
+ };
5135
+ '& .SCConsentSolution-content': {
5136
+ [x: number]: {
5137
+ padding: number;
5138
+ '& h6': {
5139
+ fontSize: string;
5140
+ };
5141
+ '& span, p, li': {
5142
+ fontSize: string;
5143
+ };
5144
+ '& li': {
5145
+ fontSize: string;
5146
+ };
5147
+ '& button': {
5148
+ fontSize: string;
5149
+ };
5150
+ };
5151
+ padding: any;
5152
+ overflowX: string;
5153
+ fontSize: string;
5154
+ };
5155
+ '& .SCConsentSolution-consent': {
5156
+ [x: number]: {
5157
+ paddingTop: number;
5158
+ paddingBottom: number;
5159
+ };
5160
+ borderTop: number;
5161
+ overflowY: string;
5162
+ };
5163
+ '& .SCConsentSolution-consent-switch': {
5164
+ [x: number]: {
5165
+ '.MuiFormControlLabel-label': {
5166
+ fontSize: string;
5167
+ };
5168
+ };
5169
+ margin: string;
5170
+ '& > span:first-of-type': {
5171
+ marginRight: number;
5172
+ };
5173
+ };
5174
+ '& .SCConsentSolution-delete-account-button': {
5175
+ cursor: string;
5176
+ '&:hover': {
5177
+ textDecoration: string;
5178
+ };
5179
+ };
5180
+ '& .SCConsentSolution-confirm-delete-account-button': {
5181
+ color: string;
5182
+ marginRight: any;
5183
+ marginBottom: any;
5184
+ };
5185
+ '& .SCConsentSolution-logout-account-button': {
5186
+ marginBottom: any;
5187
+ };
5188
+ '& .SCConsentSolution-data-portability': {
5189
+ marginBottom: any;
5190
+ };
5191
+ '& .SCConsentSolution-alert-accept-document': {
5192
+ [x: number]: {
5193
+ fontSize: string;
5194
+ padding: number;
5195
+ };
5196
+ padding: any;
5197
+ };
5198
+ '& .SCConsentSolution-alert-accept-conditions': {
5199
+ [x: number]: {
5200
+ fontSize: string;
5201
+ };
5202
+ fontSize: string;
5203
+ fontWeight: number;
5204
+ color: any;
5205
+ padding: string;
5206
+ };
5207
+ };
5208
+ skeletonRoot: ({ theme }: any) => {
5209
+ '& .SCConsentSolution-title': {
5210
+ display: string;
5211
+ alignItems: string;
5212
+ justifyContent: string;
5213
+ };
5214
+ '& .SCConsentSolution-content': {
5215
+ paddingTop: any;
5216
+ paddingBottom: any;
5217
+ };
5218
+ '& .SCConsentSolution-consent': {
5219
+ borderTop: number;
5220
+ overflowY: string;
5221
+ display: string;
5222
+ };
5223
+ '& .SCConsentSolution-consent-switch': {
5224
+ width: number;
5225
+ height: number;
5226
+ borderRadius: number;
5227
+ marginRight: any;
5228
+ };
5229
+ '& .SCConsentSolution-consent-switch-label': {
5230
+ marginTop: number;
5231
+ };
5232
+ };
5233
+ };
5234
+ };
5235
+ SCCustomAdv: {
5236
+ styleOverrides: {
5237
+ root: ({ theme }: any) => {
5238
+ margin: any;
5239
+ '& .SCCustomAdv-wrap': {
5240
+ width: string;
5241
+ position: string;
5242
+ };
5243
+ '& .SCCustomAdv-image': {
5244
+ width: string;
5245
+ };
5246
+ '& .SCCustomAdv-embed-code': {
5247
+ width: string;
5248
+ };
5249
+ '& .SCCustomAdv-prefixed-height': {
5250
+ position: string;
5251
+ top: number;
5252
+ left: number;
5253
+ bottom: number;
5254
+ right: number;
5255
+ };
5256
+ };
5257
+ skeletonRoot: ({ theme }: any) => {};
5258
+ dialogRoot: ({ theme }: any) => {};
5259
+ };
5260
+ };
5261
+ SCPollSuggestionWidget: {
5262
+ styleOverrides: {
5263
+ root: ({ theme }: any) => {};
5264
+ skeletonRoot: ({ theme }: any) => {};
5265
+ dialogRoot: ({ theme }: any) => {};
5266
+ pollSnippetRoot: ({ theme }: any) => {
5267
+ '& > div': {
5268
+ alignItems: string;
5269
+ paddingTop: any;
5270
+ };
5271
+ '& .SCBaseItem-text': {
5272
+ marginTop: number;
5273
+ };
5274
+ '& .SCPollSuggestionWidget-username': {
5275
+ color: any;
5276
+ fontWeight: any;
5277
+ textDecoration: string;
5278
+ };
5279
+ '& .SCPollSuggestionWidget-avatar': {
5280
+ width: any;
5281
+ height: any;
5282
+ };
5283
+ '& .SCPollSuggestionWidget-activity-at': {
5284
+ textDecoration: string;
5285
+ color: string;
5286
+ marginTop: number;
5287
+ };
5288
+ };
5289
+ };
5290
+ };
5291
+ SCRelatedFeedObjectsWidget: {
5292
+ styleOverrides: {
5293
+ root: ({ theme }: any) => {};
5294
+ skeletonRoot: ({ theme }: any) => {};
5295
+ dialogRoot: ({ theme }: any) => {};
5296
+ };
5297
+ };
5298
+ SCToastNotifications: {
5299
+ styleOverrides: {
5300
+ root: ({ theme }: any) => {};
5301
+ skeletonRoot: ({ theme }: any) => {};
5302
+ };
5303
+ };
5304
+ SCUserConnectionsRequestsSentWidget: {
5305
+ styleOverrides: {
5306
+ root: ({ theme }: any) => {};
5307
+ skeletonRoot: ({ theme }: any) => {};
5308
+ dialogRoot: ({ theme }: any) => {};
5309
+ };
5310
+ };
5311
+ SCUserConnectionsRequestsWidget: {
5312
+ styleOverrides: {
5313
+ root: ({ theme }: any) => {};
5314
+ skeletonRoot: ({ theme }: any) => {};
5315
+ dialogRoot: ({ theme }: any) => {};
5316
+ };
5317
+ };
5318
+ SCUserConnectionsWidget: {
5319
+ styleOverrides: {
5320
+ root: ({ theme }: any) => {};
5321
+ skeletonRoot: ({ theme }: any) => {};
5322
+ dialogRoot: ({ theme }: any) => {};
5323
+ };
5324
+ };
5325
+ SCUserCategoriesFollowedWidget: {
5326
+ styleOverrides: {
5327
+ root: ({ theme }: any) => {};
5328
+ skeletonRoot: ({ theme }: any) => {};
5329
+ dialogRoot: ({ theme }: any) => {};
5330
+ };
5331
+ };
5332
+ SCUserFollowedUsersWidget: {
5333
+ styleOverrides: {
5334
+ root: ({ theme }: any) => {};
5335
+ skeletonRoot: ({ theme }: any) => {};
5336
+ dialogRoot: ({ theme }: any) => {};
5337
+ };
5338
+ };
5339
+ SCUserFollowersWidget: {
5340
+ styleOverrides: {
5341
+ root: ({ theme }: any) => {};
5342
+ skeletonRoot: ({ theme }: any) => {};
5343
+ dialogRoot: ({ theme }: any) => {};
5344
+ };
5345
+ };
5346
+ SCUserSuggestionWidget: {
5347
+ styleOverrides: {
5348
+ root: ({ theme }: any) => {};
5349
+ skeletonRoot: ({ theme }: any) => {};
5350
+ dialogRoot: ({ theme }: any) => {};
5351
+ };
5352
+ };
5353
+ SCExploreFeedTemplate: {
5354
+ styleOverrides: {
5355
+ root: ({ theme }: any) => {};
5356
+ skeletonRoot: ({ theme }: any) => {
5357
+ marginTop: any;
5358
+ };
5359
+ };
5360
+ };
5361
+ SCMainFeedTemplate: {
5362
+ styleOverrides: {
5363
+ root: ({ theme }: any) => {};
5364
+ skeletonRoot: ({ theme }: any) => {
5365
+ marginTop: any;
5366
+ };
5367
+ };
5368
+ };
5369
+ SCNotificationFeedTemplate: {
5370
+ styleOverrides: {
5371
+ root: ({ theme }: any) => {};
5372
+ skeletonRoot: ({ theme }: any) => {
5373
+ marginTop: any;
5374
+ };
5375
+ };
5376
+ };
5377
+ SCUserFeedTemplate: {
5378
+ styleOverrides: {
5379
+ root: ({ theme }: any) => {};
5380
+ skeletonRoot: ({ theme }: any) => {
5381
+ marginTop: any;
5382
+ };
5383
+ };
5384
+ };
4766
5385
  };
4767
5386
  selfcommunity: {
4768
5387
  user: {