@selfcommunity/react-theme-default 0.1.0-alpha.302 → 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
@@ -41,6 +41,316 @@ declare const Component: {
41
41
  };
42
42
  };
43
43
  };
44
+ skeletonRoot: ({ theme }: any) => {
45
+ marginBottom: any;
46
+ };
47
+ collapsedForRoot: ({ theme }: any) => {
48
+ width: string;
49
+ '& .SCNotification-flag-icon': {
50
+ backgroundColor: "#f44336";
51
+ color: string;
52
+ };
53
+ '& .SCNotification-flag-text': {
54
+ color: any;
55
+ };
56
+ '& .SCNotification-contribution-wrap': {
57
+ padding: string;
58
+ textOverflow: string;
59
+ display: string;
60
+ overflow: string;
61
+ };
62
+ '& .SCNotification-contribution-text': {
63
+ '&:hover': {
64
+ textDecoration: string;
65
+ };
66
+ };
67
+ };
68
+ commentRoot: ({ theme }: any) => {
69
+ '& .SCNotification-username': {
70
+ fontWeight: any;
71
+ '&:hover': {
72
+ textDecoration: string;
73
+ };
74
+ };
75
+ '& .SCNotification-vote-button': {
76
+ color: string;
77
+ padding: any;
78
+ fontSize: string;
79
+ minWidth: number;
80
+ borderRadius: string;
81
+ };
82
+ '& .SCNotification-contribution-text': {
83
+ color: any;
84
+ textOverflow: string;
85
+ display: string;
86
+ overflow: string;
87
+ '&:hover': {
88
+ textDecoration: string;
89
+ };
90
+ };
91
+ };
92
+ contributionRoot: ({ theme }: any) => {
93
+ '& .SCNotification-username': {
94
+ fontWeight: any;
95
+ '&:hover': {
96
+ textDecoration: string;
97
+ };
98
+ };
99
+ '& .SCNotification-vote-button': {
100
+ color: string;
101
+ padding: any;
102
+ fontSize: string;
103
+ minWidth: number;
104
+ borderRadius: string;
105
+ };
106
+ '& .SCNotification-contribution-text': {
107
+ color: any;
108
+ textOverflow: string;
109
+ overflow: string;
110
+ '&:hover': {
111
+ textDecoration: string;
112
+ };
113
+ };
114
+ '& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
115
+ marginTop: any;
116
+ '& .SCDateTimeAgo-root': {
117
+ marginTop: number;
118
+ };
119
+ };
120
+ };
121
+ contributionFollowRoot: ({ theme }: any) => {
122
+ '& .SCNotification-username': {
123
+ fontWeight: number;
124
+ '&:hover': {
125
+ textDecoration: string;
126
+ };
127
+ };
128
+ '& .SCNotification-follow-text': {
129
+ color: any;
130
+ };
131
+ '& .SCNotification-contribution-text': {
132
+ '&:hover': {
133
+ textDecoration: string;
134
+ };
135
+ textOverflow: string;
136
+ display: string;
137
+ overflow: string;
138
+ };
139
+ '& .MuiIcon-root': {
140
+ fontSize: string;
141
+ marginBottom: string;
142
+ };
143
+ };
144
+ deletedForRoot: ({ theme }: any) => {
145
+ '& .SCNotification-flag-icon': {
146
+ backgroundColor: "#f44336";
147
+ color: string;
148
+ };
149
+ '& .SCNotification-flag-text': {
150
+ color: any;
151
+ };
152
+ '& .SCNotification-contribution-wrap': {
153
+ marginBottom: any;
154
+ padding: any;
155
+ textOverflow: string;
156
+ display: string;
157
+ overflow: string;
158
+ };
159
+ '& .SCNotification-contribution-text': {
160
+ '&:hover': {
161
+ textDecoration: string;
162
+ };
163
+ };
164
+ };
165
+ incubatorApprovedRoot: ({ theme }: any) => {
166
+ '& .SCNotification-category-icon': {
167
+ borderRadius: number;
168
+ };
169
+ '& .SCNotification-view-incubator-button': {
170
+ padding: any;
171
+ paddingBottom: number;
172
+ textTransform: string;
173
+ marginLeft: number;
174
+ };
175
+ };
176
+ kindlyNoticeFlagRoot: ({ theme }: any) => {
177
+ '& .SCNotification-flag-icon': {
178
+ backgroundColor: "#f44336";
179
+ color: string;
180
+ };
181
+ '& .SCNotification-flag-text': {
182
+ color: any;
183
+ };
184
+ '& .SCNotification-contribution-wrap': {
185
+ padding: string;
186
+ textOverflow: string;
187
+ display: string;
188
+ overflow: string;
189
+ };
190
+ '& .SCNotification-contribution-text': {
191
+ '&:hover': {
192
+ textDecoration: string;
193
+ };
194
+ };
195
+ };
196
+ kindlyNoticeForRoot: ({ theme }: any) => {
197
+ width: string;
198
+ '& .SCNotification-flag-icon': {
199
+ backgroundColor: "#f44336";
200
+ color: string;
201
+ };
202
+ '& .SCNotification-flag-text': {
203
+ color: any;
204
+ };
205
+ '& .SCNotification-contribution-wrap': {
206
+ padding: string;
207
+ textOverflow: string;
208
+ display: string;
209
+ overflow: string;
210
+ };
211
+ '& .SCNotification-contribution-text': {
212
+ '&:hover': {
213
+ textDecoration: string;
214
+ };
215
+ };
216
+ };
217
+ mentionRoot: ({ theme }: any) => {
218
+ '& .SCNotification-username': {
219
+ fontWeight: number;
220
+ '&:hover': {
221
+ textDecoration: string;
222
+ };
223
+ };
224
+ '& .SCNotification-mention-text': {
225
+ color: any;
226
+ };
227
+ '& .SCNotification-contribution-text': {
228
+ '&:hover': {
229
+ textDecoration: string;
230
+ };
231
+ textOverflow: string;
232
+ display: string;
233
+ overflow: string;
234
+ };
235
+ };
236
+ privateMessageRoot: ({ theme }: any) => {
237
+ '& .SCNotification-username': {
238
+ display: string;
239
+ fontWeight: number;
240
+ '&:hover': {
241
+ textDecoration: string;
242
+ };
243
+ };
244
+ '& .SCNotification-message-label': {
245
+ color: any;
246
+ };
247
+ '& .SCNotification-message-wrap': {
248
+ textOverflow: string;
249
+ overflow: string;
250
+ WebkitLineClamp: string;
251
+ lineClamp: number;
252
+ WebkitBoxOrient: string;
253
+ '& p': {
254
+ margin: number;
255
+ };
256
+ };
257
+ '& .SCNotification-message': {
258
+ height: number;
259
+ overflowY: string;
260
+ textOverflow: string;
261
+ display: string;
262
+ overflow: string;
263
+ '&:hover': {
264
+ textDecoration: string;
265
+ };
266
+ '& > p': {
267
+ overflowY: string;
268
+ textOverflow: string;
269
+ display: string;
270
+ WebkitLineClamp: string;
271
+ lineClamp: number;
272
+ WebkitBoxOrient: string;
273
+ };
274
+ };
275
+ '& .SCNotification-actions': {
276
+ fontSize: string;
277
+ maxWidth: string;
278
+ };
279
+ };
280
+ undeletedForRoot: ({ theme }: any) => {
281
+ '& .SCNotification-undeleted-icon': {
282
+ backgroundColor: "#f44336";
283
+ color: string;
284
+ };
285
+ '& .SCNotification-undeleted-text': {
286
+ color: any;
287
+ };
288
+ '& .SCNotification-contribution-wrap': {
289
+ marginBottom: any;
290
+ padding: any;
291
+ textOverflow: string;
292
+ display: string;
293
+ overflow: string;
294
+ };
295
+ '& .SCNotification-contribution-text': {
296
+ '&:hover': {
297
+ textDecoration: string;
298
+ };
299
+ };
300
+ };
301
+ userBlockedRoot: ({ theme }: any) => {
302
+ '& .SCNotification-unblocked-icon': {
303
+ backgroundColor: "#4caf50";
304
+ color: string;
305
+ };
306
+ '& .SCNotification-blocked-icon': {
307
+ backgroundColor: "#f44336";
308
+ color: string;
309
+ };
310
+ '& .SCNotification-blocked-text': {
311
+ color: any;
312
+ };
313
+ };
314
+ userConnectionRoot: ({ theme }: any) => {
315
+ '& .SCNotification-username': {
316
+ fontWeight: number;
317
+ '&:hover': {
318
+ textDecoration: string;
319
+ };
320
+ };
321
+ '& .SCNotification-connection-text': {
322
+ color: any;
323
+ };
324
+ };
325
+ userFollowRoot: ({ theme }: any) => {
326
+ width: string;
327
+ '& .SCNotification-username': {
328
+ fontWeight: number;
329
+ '&:hover': {
330
+ textDecoration: string;
331
+ };
332
+ };
333
+ '& .SCNotification-follow-text': {
334
+ color: any;
335
+ };
336
+ };
337
+ voteUpRoot: ({ theme }: any) => {
338
+ width: string;
339
+ '& .SCNotification-username': {
340
+ fontWeight: number;
341
+ '&:hover': {
342
+ textDecoration: string;
343
+ };
344
+ };
345
+ '& .SCNotification-vote-up-text': {
346
+ color: any;
347
+ };
348
+ '& .SCNotification-contribution-text': {
349
+ '&:hover': {
350
+ textDecoration: string;
351
+ };
352
+ };
353
+ };
44
354
  };
45
355
  };
46
356
  export default Component;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const system_1 = require("@mui/system");
4
+ const colors_1 = require("@mui/material/colors");
4
5
  const Component = {
5
6
  styleOverrides: {
6
7
  root: ({ theme }) => ({
@@ -43,6 +44,316 @@ const Component = {
43
44
  textDecoration: 'underline'
44
45
  }
45
46
  }
47
+ }),
48
+ skeletonRoot: ({ theme }) => ({
49
+ marginBottom: theme.spacing(2)
50
+ }),
51
+ collapsedForRoot: ({ theme }) => ({
52
+ width: '100%',
53
+ '& .SCNotification-flag-icon': {
54
+ backgroundColor: colors_1.red[500],
55
+ color: '#FFF'
56
+ },
57
+ '& .SCNotification-flag-text': {
58
+ color: theme.palette.text.primary
59
+ },
60
+ '& .SCNotification-contribution-wrap': {
61
+ padding: `${theme.spacing(2)} ${theme.spacing(2)}`,
62
+ textOverflow: 'ellipsis',
63
+ display: 'inline',
64
+ overflow: 'hidden'
65
+ },
66
+ '& .SCNotification-contribution-text': {
67
+ '&:hover': {
68
+ textDecoration: 'underline'
69
+ }
70
+ }
71
+ }),
72
+ commentRoot: ({ theme }) => ({
73
+ '& .SCNotification-username': {
74
+ fontWeight: theme.typography.fontWeightBold,
75
+ '&:hover': {
76
+ textDecoration: 'underline'
77
+ }
78
+ },
79
+ '& .SCNotification-vote-button': {
80
+ color: 'inherit',
81
+ padding: theme.spacing(1),
82
+ fontSize: '1.143rem',
83
+ minWidth: 0,
84
+ borderRadius: '50%'
85
+ },
86
+ '& .SCNotification-contribution-text': {
87
+ color: theme.palette.text.primary,
88
+ textOverflow: 'ellipsis',
89
+ display: 'inline',
90
+ overflow: 'hidden',
91
+ '&:hover': {
92
+ textDecoration: 'underline'
93
+ }
94
+ }
95
+ }),
96
+ contributionRoot: ({ theme }) => ({
97
+ '& .SCNotification-username': {
98
+ fontWeight: theme.typography.fontWeightBold,
99
+ '&:hover': {
100
+ textDecoration: 'underline'
101
+ }
102
+ },
103
+ '& .SCNotification-vote-button': {
104
+ color: 'inherit',
105
+ padding: theme.spacing(1),
106
+ fontSize: '1.143rem',
107
+ minWidth: 0,
108
+ borderRadius: '50%'
109
+ },
110
+ '& .SCNotification-contribution-text': {
111
+ color: theme.palette.text.primary,
112
+ textOverflow: 'ellipsis',
113
+ overflow: 'hidden',
114
+ '&:hover': {
115
+ textDecoration: 'underline'
116
+ }
117
+ },
118
+ '& .SCNotificationItem-root .SCNotificationItem-header .SCNotificationItem-secondary': {
119
+ marginTop: theme.spacing(1),
120
+ '& .SCDateTimeAgo-root': {
121
+ marginTop: 0
122
+ }
123
+ }
124
+ }),
125
+ contributionFollowRoot: ({ theme }) => ({
126
+ '& .SCNotification-username': {
127
+ fontWeight: 700,
128
+ '&:hover': {
129
+ textDecoration: 'underline'
130
+ }
131
+ },
132
+ '& .SCNotification-follow-text': {
133
+ color: theme.palette.text.primary
134
+ },
135
+ '& .SCNotification-contribution-text': {
136
+ '&:hover': {
137
+ textDecoration: 'underline'
138
+ },
139
+ textOverflow: 'ellipsis',
140
+ display: 'inline',
141
+ overflow: 'hidden'
142
+ },
143
+ '& .MuiIcon-root': {
144
+ fontSize: '18px',
145
+ marginBottom: '0.5px'
146
+ }
147
+ }),
148
+ deletedForRoot: ({ theme }) => ({
149
+ '& .SCNotification-flag-icon': {
150
+ backgroundColor: colors_1.red[500],
151
+ color: '#FFF'
152
+ },
153
+ '& .SCNotification-flag-text': {
154
+ color: theme.palette.text.primary
155
+ },
156
+ '& .SCNotification-contribution-wrap': {
157
+ marginBottom: theme.spacing(1),
158
+ padding: theme.spacing(2),
159
+ textOverflow: 'ellipsis',
160
+ display: 'inline',
161
+ overflow: 'hidden'
162
+ },
163
+ '& .SCNotification-contribution-text': {
164
+ '&:hover': {
165
+ textDecoration: 'underline'
166
+ }
167
+ }
168
+ }),
169
+ incubatorApprovedRoot: ({ theme }) => ({
170
+ '& .SCNotification-category-icon': {
171
+ borderRadius: 3
172
+ },
173
+ '& .SCNotification-view-incubator-button': {
174
+ padding: theme.spacing(),
175
+ paddingBottom: 0,
176
+ textTransform: 'initial',
177
+ marginLeft: -8
178
+ }
179
+ }),
180
+ kindlyNoticeFlagRoot: ({ theme }) => ({
181
+ '& .SCNotification-flag-icon': {
182
+ backgroundColor: colors_1.red[500],
183
+ color: '#FFF'
184
+ },
185
+ '& .SCNotification-flag-text': {
186
+ color: theme.palette.text.primary
187
+ },
188
+ '& .SCNotification-contribution-wrap': {
189
+ padding: `${theme.spacing(2)} ${theme.spacing(2)}`,
190
+ textOverflow: 'ellipsis',
191
+ display: 'inline',
192
+ overflow: 'hidden'
193
+ },
194
+ '& .SCNotification-contribution-text': {
195
+ '&:hover': {
196
+ textDecoration: 'underline'
197
+ }
198
+ }
199
+ }),
200
+ kindlyNoticeForRoot: ({ theme }) => ({
201
+ width: '100%',
202
+ '& .SCNotification-flag-icon': {
203
+ backgroundColor: colors_1.red[500],
204
+ color: '#FFF'
205
+ },
206
+ '& .SCNotification-flag-text': {
207
+ color: theme.palette.text.primary
208
+ },
209
+ '& .SCNotification-contribution-wrap': {
210
+ padding: `${theme.spacing(2)} ${theme.spacing(2)}`,
211
+ textOverflow: 'ellipsis',
212
+ display: 'inline',
213
+ overflow: 'hidden'
214
+ },
215
+ '& .SCNotification-contribution-text': {
216
+ '&:hover': {
217
+ textDecoration: 'underline'
218
+ }
219
+ }
220
+ }),
221
+ mentionRoot: ({ theme }) => ({
222
+ '& .SCNotification-username': {
223
+ fontWeight: 700,
224
+ '&:hover': {
225
+ textDecoration: 'underline'
226
+ }
227
+ },
228
+ '& .SCNotification-mention-text': {
229
+ color: theme.palette.text.primary
230
+ },
231
+ '& .SCNotification-contribution-text': {
232
+ '&:hover': {
233
+ textDecoration: 'underline'
234
+ },
235
+ textOverflow: 'ellipsis',
236
+ display: 'inline',
237
+ overflow: 'hidden'
238
+ }
239
+ }),
240
+ privateMessageRoot: ({ theme }) => ({
241
+ '& .SCNotification-username': {
242
+ display: 'inline',
243
+ fontWeight: 700,
244
+ '&:hover': {
245
+ textDecoration: 'underline'
246
+ }
247
+ },
248
+ '& .SCNotification-message-label': {
249
+ color: theme.palette.text.primary
250
+ },
251
+ '& .SCNotification-message-wrap': {
252
+ textOverflow: 'ellipsis',
253
+ overflow: 'hidden',
254
+ WebkitLineClamp: '2',
255
+ lineClamp: 2,
256
+ WebkitBoxOrient: 'vertical',
257
+ '& p': {
258
+ margin: 0
259
+ }
260
+ },
261
+ '& .SCNotification-message': {
262
+ height: 20,
263
+ overflowY: 'hidden',
264
+ textOverflow: 'ellipsis',
265
+ display: 'inline',
266
+ overflow: 'hidden',
267
+ '&:hover': {
268
+ textDecoration: 'underline'
269
+ },
270
+ '& > p': {
271
+ overflowY: 'hidden',
272
+ textOverflow: 'ellipsis',
273
+ display: '-webkit-box',
274
+ WebkitLineClamp: '2',
275
+ lineClamp: 2,
276
+ WebkitBoxOrient: 'vertical'
277
+ }
278
+ },
279
+ '& .SCNotification-actions': {
280
+ fontSize: '13px',
281
+ maxWidth: '40%'
282
+ }
283
+ }),
284
+ undeletedForRoot: ({ theme }) => ({
285
+ '& .SCNotification-undeleted-icon': {
286
+ backgroundColor: colors_1.red[500],
287
+ color: '#FFF'
288
+ },
289
+ '& .SCNotification-undeleted-text': {
290
+ color: theme.palette.text.primary
291
+ },
292
+ '& .SCNotification-contribution-wrap': {
293
+ marginBottom: theme.spacing(1),
294
+ padding: theme.spacing(2),
295
+ textOverflow: 'ellipsis',
296
+ display: 'inline',
297
+ overflow: 'hidden'
298
+ },
299
+ '& .SCNotification-contribution-text': {
300
+ '&:hover': {
301
+ textDecoration: 'underline'
302
+ }
303
+ }
304
+ }),
305
+ userBlockedRoot: ({ theme }) => ({
306
+ '& .SCNotification-unblocked-icon': {
307
+ backgroundColor: colors_1.green[500],
308
+ color: '#FFF'
309
+ },
310
+ '& .SCNotification-blocked-icon': {
311
+ backgroundColor: colors_1.red[500],
312
+ color: '#FFF'
313
+ },
314
+ '& .SCNotification-blocked-text': {
315
+ color: theme.palette.text.primary
316
+ }
317
+ }),
318
+ userConnectionRoot: ({ theme }) => ({
319
+ '& .SCNotification-username': {
320
+ fontWeight: 700,
321
+ '&:hover': {
322
+ textDecoration: 'underline'
323
+ }
324
+ },
325
+ '& .SCNotification-connection-text': {
326
+ color: theme.palette.text.primary
327
+ }
328
+ }),
329
+ userFollowRoot: ({ theme }) => ({
330
+ width: '100%',
331
+ '& .SCNotification-username': {
332
+ fontWeight: 700,
333
+ '&:hover': {
334
+ textDecoration: 'underline'
335
+ }
336
+ },
337
+ '& .SCNotification-follow-text': {
338
+ color: theme.palette.text.primary
339
+ }
340
+ }),
341
+ voteUpRoot: ({ theme }) => ({
342
+ width: '100%',
343
+ '& .SCNotification-username': {
344
+ fontWeight: 700,
345
+ '&:hover': {
346
+ textDecoration: 'underline'
347
+ }
348
+ },
349
+ '& .SCNotification-vote-up-text': {
350
+ color: theme.palette.text.primary
351
+ },
352
+ '& .SCNotification-contribution-text': {
353
+ '&:hover': {
354
+ textDecoration: 'underline'
355
+ }
356
+ }
46
357
  })
47
358
  }
48
359
  };
@@ -0,0 +1,9 @@
1
+ declare const Component: {
2
+ styleOverrides: {
3
+ root: ({ theme }: any) => {};
4
+ skeletonRoot: ({ theme }: any) => {
5
+ marginTop: any;
6
+ };
7
+ };
8
+ };
9
+ export default Component;
@@ -2,11 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const Component = {
4
4
  styleOverrides: {
5
- root: ({ theme }) => ({
6
- position: 'relative',
7
- marginTop: 0,
8
- marginLeft: -2,
9
- marginRight: -2
5
+ root: ({ theme }) => ({}),
6
+ skeletonRoot: ({ theme }) => ({
7
+ marginTop: theme.spacing(2)
10
8
  })
11
9
  }
12
10
  };
@@ -3,6 +3,7 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  padding: any;
5
5
  };
6
+ skeletonRoot: ({ theme }: any) => {};
6
7
  };
7
8
  };
8
9
  export default Component;
@@ -4,7 +4,8 @@ const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
6
  padding: theme.spacing(2)
7
- })
7
+ }),
8
+ skeletonRoot: ({ theme }) => ({})
8
9
  }
9
10
  };
10
11
  exports.default = Component;