@selfcommunity/react-theme-default 0.1.0-alpha.302 → 0.1.0-alpha.304

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
@@ -264,11 +264,6 @@ declare const Component: {
264
264
  margin: string;
265
265
  };
266
266
  };
267
- '& .SCFeedObject-medias-section': {
268
- '& .SCFeedObjectMediaPreview-root': {
269
- margin: any;
270
- };
271
- };
272
267
  '& .SCFeedObject-show-more': {
273
268
  padding: any;
274
269
  marginTop: any;
@@ -278,12 +273,12 @@ declare const Component: {
278
273
  '&:last-of-type': {
279
274
  marginBottom: number;
280
275
  };
281
- '& .SCFeedObjectActions-root': {
276
+ '& .SCFeedObject-actions-root': {
282
277
  margin: number;
283
278
  padding: any;
284
- '& .SCFeedObjectActions-action': {
279
+ '& .SCFeedObject-actions-action': {
285
280
  marginTop: number;
286
- '& .SCVoteAction-view-audience-button, & .SCCommentAction-view-audience-button, & .SCShareAction-view-audience-button, & .SCReactionAction-view-audience-button': {
281
+ '& .SCFeedObject-action-vote-view-audience-button, & .SCFeedObject-action-comment-view-audience-button, & .SCFeedObject-action-share-view-audience-button, & .SCReactionAction-view-audience-button': {
287
282
  fontSize: string;
288
283
  fontWeight: any;
289
284
  marginTop: any;
@@ -296,7 +291,7 @@ declare const Component: {
296
291
  '& .MuiDivider-root': {
297
292
  borderColor: any;
298
293
  };
299
- '& .SCVoteAction-button, & .SCCommentAction-button, & .SCShareAction-button, & .SCReactionAction-button': {
294
+ '& .SCFeedObject-action-vote-button, & .SCFeedObject-action-comment-button, & .SCFeedObject-action-share-button, & .SCReactionAction-button': {
300
295
  color: any;
301
296
  marginTop: any;
302
297
  marginBottom: any;
@@ -345,7 +340,7 @@ declare const Component: {
345
340
  '& .SCFeedObject-activities-content': {
346
341
  paddingTop: number;
347
342
  paddingBottom: number;
348
- '& .SCActivitiesMenu-selector': {
343
+ '& .SCFeedObject-activities-menu-selector': {
349
344
  '& .MuiButton-root': {
350
345
  marginTop: any;
351
346
  fontSize: string;
@@ -360,7 +355,7 @@ declare const Component: {
360
355
  paddingBottom: number;
361
356
  };
362
357
  };
363
- '& .SCCommentObjectSkeleton-root': {
358
+ '& .SCCommentObject-skeleton-root': {
364
359
  background: string;
365
360
  marginTop: number;
366
361
  marginBottom: string;
@@ -417,6 +412,274 @@ declare const Component: {
417
412
  border: string;
418
413
  };
419
414
  };
415
+ skeletonRoot: ({ theme }: any) => {
416
+ '&.SCFeedObject-preview, &.SCFeedObject-detail, &.SCFeedObject-search': {
417
+ [x: number]: {
418
+ borderRadius: any;
419
+ };
420
+ border: string;
421
+ boxShadow: string;
422
+ borderRadius: number;
423
+ };
424
+ '& .SCFeedObject-media': {
425
+ height: number;
426
+ marginBottom: number;
427
+ };
428
+ '& .SCFeedObject-snippet > *': {
429
+ paddingLeft: number;
430
+ paddingRight: number;
431
+ };
432
+ };
433
+ mediaPreviewRoot: ({ theme }: any) => {
434
+ margin: any;
435
+ };
436
+ actionsRoot: ({ theme }: any) => {
437
+ margin: string;
438
+ color: string;
439
+ '& .SCFeedObject-actions-action': {
440
+ textAlign: string;
441
+ };
442
+ };
443
+ actionCommentRoot: ({ theme }: any) => {
444
+ display: string;
445
+ justifyContent: string;
446
+ alignItems: string;
447
+ flexDirection: string;
448
+ '&.SCFeedObject-action-share-inline': {
449
+ flexDirection: string;
450
+ };
451
+ '& .SCFeedObject-action-vote-divider': {
452
+ width: string;
453
+ borderBottom: number;
454
+ };
455
+ };
456
+ actionFollowRoot: ({ theme }: any) => {
457
+ '& .SCFeedObject-action-follow-button': {
458
+ color: any;
459
+ '&.SCFeedObject-action-follow-iconized': {
460
+ borderRadius: string;
461
+ padding: any;
462
+ minWidth: string;
463
+ fontSize: string;
464
+ };
465
+ '&.SCFeedObject-action-follow-followed': {
466
+ color: any;
467
+ };
468
+ };
469
+ };
470
+ actionShareRoot: ({ theme }: any) => {
471
+ display: string;
472
+ justifyContent: string;
473
+ alignItems: string;
474
+ flexDirection: string;
475
+ '&.SCFeedObject-action-share-inline': {
476
+ flexDirection: string;
477
+ };
478
+ '& .SCFeedObject-action-vote-divider': {
479
+ width: string;
480
+ borderBottom: number;
481
+ };
482
+ };
483
+ actionVoteRoot: ({ theme }: any) => {
484
+ display: string;
485
+ justifyContent: string;
486
+ alignItems: string;
487
+ flexDirection: string;
488
+ '&.SCFeedObject-action-vote-inline': {
489
+ flexDirection: string;
490
+ };
491
+ '& .SCFeedObject-action-vote-divider': {
492
+ width: string;
493
+ borderBottom: number;
494
+ };
495
+ };
496
+ activitiesRoot: ({ theme }: any) => {
497
+ width: string;
498
+ };
499
+ activitiesMenuRoot: ({ theme }: any) => {
500
+ '& .SCFeedObject-activities-menu-selector': {
501
+ display: string;
502
+ alignItems: string;
503
+ textAlign: string;
504
+ justifyContent: string;
505
+ };
506
+ '& .SCFeedObject-activities-menu-selector .MuiButton-root': {
507
+ textTransform: string;
508
+ fontWeight: any;
509
+ };
510
+ };
511
+ contributorsRoot: ({ theme }: any) => {
512
+ '& .SCFeedObject-contributors-btn-participants': {
513
+ padding: any;
514
+ marginLeft: any;
515
+ color: string;
516
+ fontWeight: any;
517
+ fontSize: string;
518
+ };
519
+ minHeight: number;
520
+ marginTop: number;
521
+ marginBottom: number;
522
+ "& .MuiAvatarGroup-root": {
523
+ justifyContent: string;
524
+ };
525
+ "& .MuiAvatar-root": {
526
+ backgroundColor: string;
527
+ border: string;
528
+ color: string;
529
+ fontSize: string;
530
+ width: any;
531
+ height: any;
532
+ marginLeft: any;
533
+ lineHeight: string;
534
+ };
535
+ };
536
+ contributorsSkeletonRoot: ({ theme }: any) => {};
537
+ pollObjectRoot: ({ theme }: any) => {
538
+ marginTop: any;
539
+ marginBottom: any;
540
+ borderTop: string;
541
+ borderBottom: string;
542
+ boxShadow: string;
543
+ borderRadius: number;
544
+ '& .MuiButton-root': {
545
+ '&:focus:not(:focus-visible)': {
546
+ borderColor: string;
547
+ };
548
+ };
549
+ '& .MuiCardHeader-root': {
550
+ textAlign: string;
551
+ padding: any;
552
+ '& .SCFeedObject-poll-object-toggle-button': {
553
+ fontSize: string;
554
+ textTransform: string;
555
+ '& .MuiButton-endIcon': {
556
+ display: string;
557
+ };
558
+ '& .SCFeedObject-poll-object-expand-icon': {
559
+ marginBottom: number;
560
+ marginLeft: number;
561
+ transition: any;
562
+ };
563
+ '& .SCFeedObject-poll-object-collapsed-icon': {
564
+ transform: string;
565
+ };
566
+ };
567
+ };
568
+ '& .SCFeedObject-poll-object-title': {
569
+ textAlign: string;
570
+ color: any;
571
+ marginBottom: any;
572
+ fontWeight: any;
573
+ wordWrap: string;
574
+ };
575
+ '& .SCFeedObject-poll-object-voters, & .SCFeedObject-poll-object-votes': {
576
+ display: string;
577
+ margin: any;
578
+ alignItems: string;
579
+ justifyContent: string;
580
+ '& .MuiIcon-root': {
581
+ width: string;
582
+ marginRight: any;
583
+ };
584
+ };
585
+ '& .SCFeedObject-poll-object-expiration, & .SCFeedObject-poll-object-close, & .SCFeedObject-poll-object-voters': {
586
+ textAlign: string;
587
+ color: any;
588
+ marginBottom: any;
589
+ fontWeight: any;
590
+ fontSize: string;
591
+ };
592
+ '& .SCFeedObject-poll-object-voters .MuiTypography-root': {
593
+ fontWeight: any;
594
+ fontSize: string;
595
+ };
596
+ '& ul': {
597
+ padding: any;
598
+ marginBottom: any;
599
+ backgroundColor: string;
600
+ borderRadius: any;
601
+ '& li': {
602
+ padding: number;
603
+ };
604
+ };
605
+ };
606
+ pollObjectChoicesRoot: ({ theme }: any) => {
607
+ backgroundColor: string;
608
+ marginBottom: any;
609
+ padding: number;
610
+ width: string;
611
+ borderRadius: number;
612
+ '& .SCFeedObject-poll-object-choices-label, & .SCFeedObject-poll-object-choices-vote': {
613
+ marginBottom: number;
614
+ fontWeight: any;
615
+ };
616
+ '& .SCFeedObject-poll-object-choices-progress': {
617
+ display: string;
618
+ flexDirection: string;
619
+ alignItems: string;
620
+ marginBottom: number;
621
+ '& .MuiLinearProgress-root': {
622
+ height: number;
623
+ borderRadius: any;
624
+ flexGrow: number;
625
+ marginRight: any;
626
+ backgroundColor: any;
627
+ };
628
+ '& > .MuiTypography-root': {
629
+ fontSize: string;
630
+ fontWeight: any;
631
+ };
632
+ };
633
+ };
634
+ relevantActivitiesRoot: ({ theme }: any) => {
635
+ '& .MuiList-root, & .SCFeedObject-relevant-activities-activity': {
636
+ padding: number;
637
+ };
638
+ '& .SCFeedObject-relevant-activities-activity': {
639
+ '& > .SCBaseItem-root': {
640
+ borderRadius: number;
641
+ marginBottom: any;
642
+ '& .SCBaseItem-text': {
643
+ margin: number;
644
+ '& .SCBaseItem-primary': {
645
+ display: string;
646
+ marginBottom: any;
647
+ '& > a': {
648
+ fontWeight: any;
649
+ textDecoration: string;
650
+ };
651
+ };
652
+ '& .SCBaseItem-secondary': {
653
+ fontSize: string;
654
+ };
655
+ };
656
+ };
657
+ '& .SCFeedObject-activity-comment-username, & .SCFeedObject-activity-follow-username, & .SCFeedObject-activity-poll-vote-username, & .SCFeedObject-activity-vote-up-username': {
658
+ color: string;
659
+ };
660
+ '& .SCFeedObject-activity-comment-avatar, & .SCFeedObject-activity-follow-avatar, & .SCFeedObject-activity-poll-vote-avatar, & .SCFeedObject-activity-vote-up-avatar': {
661
+ width: any;
662
+ height: any;
663
+ };
664
+ };
665
+ };
666
+ activityCommentRoot: ({ theme }: any) => {
667
+ '& .SCBaseItem-primary': {
668
+ display: string;
669
+ flexDirection: string;
670
+ alignItems: string;
671
+ marginBottom: string;
672
+ '& .MuiTypography-root': {
673
+ marginBottom: number;
674
+ };
675
+ };
676
+ '& .SCFeedObject-activity-comment-username': {
677
+ marginRight: any;
678
+ };
679
+ };
680
+ activityFollowRoot: ({ theme }: any) => {};
681
+ activityPollVoteRoot: ({ theme }: any) => {};
682
+ activityVoteUpRoot: ({ theme }: any) => {};
420
683
  };
421
684
  };
422
685
  export default Component;
@@ -39,8 +39,8 @@ const Component = {
39
39
  overflowY: 'hidden',
40
40
  overflowX: 'auto',
41
41
  justifyContent: 'center',
42
- 'MsOverflowStyle': 'none',
43
- scrollbarWidth: 'none',
42
+ MsOverflowStyle: 'none' /* IE and Edge */,
43
+ scrollbarWidth: 'none' /* Firefox */,
44
44
  '&::-webkit-scrollbar': {
45
45
  display: 'none'
46
46
  },
@@ -267,11 +267,6 @@ const Component = {
267
267
  margin: '0 32px'
268
268
  }
269
269
  },
270
- '& .SCFeedObject-medias-section': {
271
- '& .SCFeedObjectMediaPreview-root': {
272
- margin: theme.spacing(0, 1)
273
- }
274
- },
275
270
  '& .SCFeedObject-show-more': {
276
271
  padding: theme.spacing(0.5),
277
272
  marginTop: theme.spacing(-0.5)
@@ -281,12 +276,12 @@ const Component = {
281
276
  '&:last-of-type': {
282
277
  marginBottom: 0
283
278
  },
284
- '& .SCFeedObjectActions-root': {
279
+ '& .SCFeedObject-actions-root': {
285
280
  margin: 0,
286
281
  padding: theme.spacing(0.2, 2, 0, 2),
287
- '& .SCFeedObjectActions-action': {
282
+ '& .SCFeedObject-actions-action': {
288
283
  marginTop: 0,
289
- '& .SCVoteAction-view-audience-button, & .SCCommentAction-view-audience-button, & .SCShareAction-view-audience-button, & .SCReactionAction-view-audience-button': {
284
+ '& .SCFeedObject-action-vote-view-audience-button, & .SCFeedObject-action-comment-view-audience-button, & .SCFeedObject-action-share-view-audience-button, & .SCReactionAction-view-audience-button': {
290
285
  fontSize: '0.857rem',
291
286
  fontWeight: theme.typography.fontWeightRegular,
292
287
  marginTop: theme.spacing(0),
@@ -299,7 +294,7 @@ const Component = {
299
294
  '& .MuiDivider-root': {
300
295
  borderColor: theme.palette.grey[300]
301
296
  },
302
- '& .SCVoteAction-button, & .SCCommentAction-button, & .SCShareAction-button, & .SCReactionAction-button': {
297
+ '& .SCFeedObject-action-vote-button, & .SCFeedObject-action-comment-button, & .SCFeedObject-action-share-button, & .SCReactionAction-button': {
303
298
  color: theme.palette.primary.main,
304
299
  marginTop: theme.spacing(-0.5),
305
300
  marginBottom: theme.spacing(0.5),
@@ -348,7 +343,7 @@ const Component = {
348
343
  '& .SCFeedObject-activities-content': {
349
344
  paddingTop: 0,
350
345
  paddingBottom: 0,
351
- '& .SCActivitiesMenu-selector': {
346
+ '& .SCFeedObject-activities-menu-selector': {
352
347
  '& .MuiButton-root': {
353
348
  marginTop: theme.spacing(0.2),
354
349
  fontSize: '0.857rem',
@@ -363,7 +358,7 @@ const Component = {
363
358
  paddingBottom: 0
364
359
  }
365
360
  },
366
- '& .SCCommentObjectSkeleton-root': {
361
+ '& .SCCommentObject-skeleton-root': {
367
362
  background: 'transparent',
368
363
  marginTop: 5,
369
364
  marginBottom: '7px !important',
@@ -419,7 +414,284 @@ const Component = {
419
414
  boxShadow: 'none',
420
415
  border: '1px solid rgba(0, 0, 0, 0.12)'
421
416
  }
422
- })
417
+ }),
418
+ skeletonRoot: ({ theme }) => ({
419
+ '&.SCFeedObject-preview, &.SCFeedObject-detail, &.SCFeedObject-search': {
420
+ border: `0 none`,
421
+ boxShadow: '0px 0px 10px rgba(0, 0, 0, 0.1)',
422
+ borderRadius: 0,
423
+ [theme.breakpoints.up('sm')]: {
424
+ borderRadius: theme.shape.borderRadius
425
+ }
426
+ },
427
+ '& .SCFeedObject-media': {
428
+ height: 250,
429
+ marginBottom: 20
430
+ },
431
+ '& .SCFeedObject-snippet > *': {
432
+ paddingLeft: 0,
433
+ paddingRight: 0
434
+ }
435
+ }),
436
+ mediaPreviewRoot: ({ theme }) => ({
437
+ margin: theme.spacing(0, 1)
438
+ }),
439
+ actionsRoot: ({ theme }) => ({
440
+ margin: '0px 0px',
441
+ color: '#3A3A3A',
442
+ '& .SCFeedObject-actions-action': {
443
+ textAlign: 'center'
444
+ }
445
+ }),
446
+ actionCommentRoot: ({ theme }) => ({
447
+ display: 'flex',
448
+ justifyContent: 'center',
449
+ alignItems: 'center',
450
+ flexDirection: 'column',
451
+ '&.SCFeedObject-action-share-inline': {
452
+ flexDirection: 'row-reverse'
453
+ },
454
+ '& .SCFeedObject-action-vote-divider': {
455
+ width: '100%',
456
+ borderBottom: 0
457
+ }
458
+ }),
459
+ actionFollowRoot: ({ theme }) => ({
460
+ '& .SCFeedObject-action-follow-button': {
461
+ color: theme.palette.primary.main,
462
+ '&.SCFeedObject-action-follow-iconized': {
463
+ borderRadius: '50%',
464
+ padding: theme.spacing(1),
465
+ minWidth: 'auto',
466
+ fontSize: '1.429rem'
467
+ },
468
+ '&.SCFeedObject-action-follow-followed': {
469
+ color: theme.palette.secondary.main
470
+ }
471
+ }
472
+ }),
473
+ actionShareRoot: ({ theme }) => ({
474
+ display: 'flex',
475
+ justifyContent: 'center',
476
+ alignItems: 'center',
477
+ flexDirection: 'column',
478
+ '&.SCFeedObject-action-share-inline': {
479
+ flexDirection: 'row-reverse'
480
+ },
481
+ '& .SCFeedObject-action-vote-divider': {
482
+ width: '100%',
483
+ borderBottom: 0
484
+ }
485
+ }),
486
+ actionVoteRoot: ({ theme }) => ({
487
+ display: 'flex',
488
+ justifyContent: 'center',
489
+ alignItems: 'center',
490
+ flexDirection: 'column',
491
+ '&.SCFeedObject-action-vote-inline': {
492
+ flexDirection: 'row-reverse'
493
+ },
494
+ '& .SCFeedObject-action-vote-divider': {
495
+ width: '100%',
496
+ borderBottom: 0
497
+ }
498
+ }),
499
+ activitiesRoot: ({ theme }) => ({
500
+ width: '100%'
501
+ }),
502
+ activitiesMenuRoot: ({ theme }) => ({
503
+ '& .SCFeedObject-activities-menu-selector': {
504
+ display: 'flex',
505
+ alignItems: 'center',
506
+ textAlign: 'center',
507
+ justifyContent: 'flex-end'
508
+ },
509
+ '& .SCFeedObject-activities-menu-selector .MuiButton-root': {
510
+ textTransform: 'capitalize',
511
+ fontWeight: theme.typography.fontWeightBold
512
+ }
513
+ }),
514
+ contributorsRoot: ({ theme }) => ({
515
+ '& .SCFeedObject-contributors-btn-participants': {
516
+ padding: theme.spacing(0.5),
517
+ marginLeft: theme.spacing(-0.5),
518
+ color: 'inherit',
519
+ fontWeight: theme.typography.fontWeightLight,
520
+ fontSize: '0.875rem'
521
+ },
522
+ minHeight: 28,
523
+ marginTop: 0,
524
+ marginBottom: 0,
525
+ ['& .MuiAvatarGroup-root']: {
526
+ justifyContent: 'flex-end'
527
+ },
528
+ ['& .MuiAvatar-root']: {
529
+ backgroundColor: '#d5d5d5',
530
+ border: '2px solid #FFF !important',
531
+ color: '#FFF',
532
+ fontSize: '0.55rem',
533
+ width: theme.selfcommunity.user.avatar.sizeSmall,
534
+ height: theme.selfcommunity.user.avatar.sizeSmall,
535
+ marginLeft: theme.spacing(-1),
536
+ lineHeight: '24px'
537
+ }
538
+ }),
539
+ contributorsSkeletonRoot: ({ theme }) => ({
540
+ // [`& .${classes.btnParticipants}`]: {
541
+ // marginLeft: -10
542
+ // }
543
+ }),
544
+ pollObjectRoot: ({ theme }) => ({
545
+ marginTop: theme.spacing(1),
546
+ marginBottom: theme.spacing(1),
547
+ borderTop: `1px solid ${(0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`,
548
+ borderBottom: `1px solid ${(0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)}`,
549
+ boxShadow: 'none',
550
+ borderRadius: 0,
551
+ '& .MuiButton-root': {
552
+ '&:focus:not(:focus-visible)': {
553
+ borderColor: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity)
554
+ }
555
+ },
556
+ '& .MuiCardHeader-root': {
557
+ textAlign: 'center',
558
+ padding: theme.spacing(2),
559
+ '& .SCFeedObject-poll-object-toggle-button': {
560
+ fontSize: '0.875rem',
561
+ textTransform: 'uppercase',
562
+ '& .MuiButton-endIcon': {
563
+ display: 'none'
564
+ },
565
+ '& .SCFeedObject-poll-object-expand-icon': {
566
+ marginBottom: 2,
567
+ marginLeft: -2,
568
+ transition: theme.transitions.create('transform', {
569
+ duration: theme.transitions.duration.shortest
570
+ })
571
+ },
572
+ '& .SCFeedObject-poll-object-collapsed-icon': {
573
+ transform: 'rotate(180deg)'
574
+ }
575
+ }
576
+ },
577
+ '& .SCFeedObject-poll-object-title': {
578
+ textAlign: 'center',
579
+ color: theme.palette.text.primary,
580
+ marginBottom: theme.spacing(1),
581
+ fontWeight: theme.typography.fontWeightBold,
582
+ wordWrap: 'break-word'
583
+ },
584
+ '& .SCFeedObject-poll-object-voters, & .SCFeedObject-poll-object-votes': {
585
+ display: 'flex',
586
+ margin: theme.spacing(1),
587
+ alignItems: 'center',
588
+ justifyContent: 'center',
589
+ '& .MuiIcon-root': {
590
+ width: '1em',
591
+ marginRight: theme.spacing(1)
592
+ }
593
+ },
594
+ '& .SCFeedObject-poll-object-expiration, & .SCFeedObject-poll-object-close, & .SCFeedObject-poll-object-voters': {
595
+ textAlign: 'center',
596
+ color: theme.palette.text.secondary,
597
+ marginBottom: theme.spacing(2.5),
598
+ fontWeight: theme.typography.fontWeightLight,
599
+ fontSize: '0.765rem'
600
+ },
601
+ '& .SCFeedObject-poll-object-voters .MuiTypography-root': {
602
+ fontWeight: theme.typography.fontWeightLight,
603
+ fontSize: '1rem'
604
+ },
605
+ '& ul': {
606
+ padding: theme.spacing(2.5),
607
+ marginBottom: theme.spacing(2.5),
608
+ backgroundColor: (0, system_1.alpha)(theme.palette.primary.main, theme.palette.action.activatedOpacity),
609
+ borderRadius: theme.shape.borderRadius,
610
+ '& li': {
611
+ padding: 0
612
+ }
613
+ }
614
+ }),
615
+ pollObjectChoicesRoot: ({ theme }) => ({
616
+ backgroundColor: 'transparent',
617
+ marginBottom: theme.spacing(3),
618
+ padding: 0,
619
+ width: '100%',
620
+ borderRadius: 0,
621
+ '& .SCFeedObject-poll-object-choices-label, & .SCFeedObject-poll-object-choices-vote': {
622
+ marginBottom: 0,
623
+ fontWeight: theme.typography.fontWeightBold
624
+ },
625
+ '& .SCFeedObject-poll-object-choices-progress': {
626
+ display: 'flex',
627
+ flexDirection: 'row',
628
+ alignItems: 'center',
629
+ marginBottom: 0,
630
+ '& .MuiLinearProgress-root': {
631
+ height: 10,
632
+ borderRadius: theme.shape.borderRadius,
633
+ flexGrow: 2,
634
+ marginRight: theme.spacing(2),
635
+ backgroundColor: theme.palette.common.white
636
+ },
637
+ '& > .MuiTypography-root': {
638
+ fontSize: '0.987rem',
639
+ fontWeight: theme.typography.fontWeightLight
640
+ }
641
+ }
642
+ }),
643
+ relevantActivitiesRoot: ({ theme }) => ({
644
+ '& .MuiList-root, & .SCFeedObject-relevant-activities-activity': {
645
+ padding: 0
646
+ // '& .SCBaseItem-content': {
647
+ // alignItems: 'flex-start'
648
+ // }
649
+ },
650
+ '& .SCFeedObject-relevant-activities-activity': {
651
+ '& > .SCBaseItem-root': {
652
+ borderRadius: 0,
653
+ marginBottom: theme.spacing(2),
654
+ '& .SCBaseItem-text': {
655
+ margin: 0,
656
+ '& .SCBaseItem-primary': {
657
+ display: 'inline-block',
658
+ marginBottom: theme.spacing(0.5),
659
+ '& > a': {
660
+ fontWeight: theme.typography.fontWeightBold,
661
+ textDecoration: 'none'
662
+ }
663
+ },
664
+ '& .SCBaseItem-secondary': {
665
+ fontSize: '0.857rem'
666
+ }
667
+ }
668
+ },
669
+ '& .SCFeedObject-activity-comment-username, & .SCFeedObject-activity-follow-username, & .SCFeedObject-activity-poll-vote-username, & .SCFeedObject-activity-vote-up-username': {
670
+ color: 'inherit'
671
+ },
672
+ '& .SCFeedObject-activity-comment-avatar, & .SCFeedObject-activity-follow-avatar, & .SCFeedObject-activity-poll-vote-avatar, & .SCFeedObject-activity-vote-up-avatar': {
673
+ width: theme.selfcommunity.user.avatar.sizeMedium,
674
+ height: theme.selfcommunity.user.avatar.sizeMedium
675
+ }
676
+ }
677
+ }),
678
+ activityCommentRoot: ({ theme }) => ({
679
+ '& .SCBaseItem-primary': {
680
+ display: 'flex !important',
681
+ flexDirection: 'row !important',
682
+ alignItems: 'center !important',
683
+ marginBottom: '0 !important',
684
+ '& .MuiTypography-root': {
685
+ marginBottom: 0
686
+ }
687
+ },
688
+ '& .SCFeedObject-activity-comment-username': {
689
+ marginRight: theme.spacing(0.5)
690
+ }
691
+ }),
692
+ activityFollowRoot: ({ theme }) => ({}),
693
+ activityPollVoteRoot: ({ theme }) => ({}),
694
+ activityVoteUpRoot: ({ theme }) => ({})
423
695
  }
424
696
  };
425
697
  exports.default = Component;