@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
@@ -103,12 +103,12 @@ const Component = {
103
103
  }
104
104
  }
105
105
  },
106
- '& .SCLoyaltyProgramDetailPointsList-root': {
106
+ '& .SCLoyaltyProgramDetailTemplate-points-list-root': {
107
107
  marginTop: theme.spacing(1),
108
108
  marginBottom: theme.spacing(5),
109
109
  '& .MuiGrid-item': {
110
110
  paddingTop: theme.spacing(1),
111
- '& .SCLoyaltyProgramDetailPointsList-element': {
111
+ '& .SCLoyaltyProgramDetailTemplate-element': {
112
112
  display: 'flex',
113
113
  justifyContent: 'space-between',
114
114
  marginBottom: theme.spacing(1)
@@ -123,6 +123,57 @@ const Component = {
123
123
  paddingLeft: theme.spacing(1)
124
124
  }
125
125
  }
126
+ }),
127
+ skeletonRoot: ({ theme }) => ({
128
+ height: '100%',
129
+ '& .SCLoyaltyProgramDetailTemplate-title': {
130
+ display: 'flex',
131
+ marginBottom: theme.spacing(5),
132
+ alignItems: 'center',
133
+ [theme.breakpoints.down('md')]: {
134
+ justifyContent: 'center'
135
+ },
136
+ '& .SCLoyaltyProgramDetailTemplate-chip': {
137
+ marginLeft: theme.spacing(2),
138
+ borderRadius: theme.shape.borderRadius
139
+ }
140
+ },
141
+ '& .SCLoyaltyProgramDetailTemplate-section-title': {
142
+ marginBottom: theme.spacing(2),
143
+ '& .SCLoyaltyProgramDetailTemplate-sub-title': {
144
+ marginBottom: theme.spacing(4)
145
+ }
146
+ },
147
+ '& .SCLoyaltyProgramDetailTemplate-points-list': {
148
+ marginBottom: theme.spacing(5)
149
+ }
150
+ }),
151
+ prizeItemSkeletonRoot: ({ theme }) => ({
152
+ [theme.breakpoints.up('sm')]: {
153
+ width: theme.spacing(45),
154
+ height: theme.spacing(45),
155
+ marginTop: theme.spacing(3)
156
+ },
157
+ '& .MuiCard-root': {
158
+ [theme.breakpoints.down('md')]: {
159
+ borderRadius: 0,
160
+ height: '100%'
161
+ }
162
+ },
163
+ '& .MuiCardContent-root': {
164
+ justifyContent: 'center',
165
+ '& .SCLoyaltyProgramDetailTemplate-content': {
166
+ display: 'flex',
167
+ flexDirection: 'column',
168
+ justifyContent: 'center',
169
+ alignItems: 'center',
170
+ marginTop: theme.spacing(2),
171
+ paddingBottom: theme.spacing(8)
172
+ }
173
+ },
174
+ '& .MuiCardActions-root': {
175
+ justifyContent: 'center'
176
+ }
126
177
  })
127
178
  }
128
179
  };
@@ -28,6 +28,25 @@ declare const Component: {
28
28
  };
29
29
  };
30
30
  };
31
+ skeletonRoot: ({ theme }: any) => {
32
+ '& .MuiCardContent-root': {
33
+ padding: any;
34
+ };
35
+ '& .SCLoyaltyProgramWidget-actions, .MuiCardActions-root': {
36
+ display: string;
37
+ justifyContent: string;
38
+ padding: any;
39
+ '& .SCLoyaltyProgramWidget-points': {
40
+ display: string;
41
+ justifyContent: string;
42
+ alignItems: string;
43
+ };
44
+ '& .SCLoyaltyProgramWidget-chip': {
45
+ borderRadius: any;
46
+ marginRight: any;
47
+ };
48
+ };
49
+ };
31
50
  };
32
51
  };
33
52
  export default Component;
@@ -27,6 +27,25 @@ const Component = {
27
27
  }
28
28
  }
29
29
  }
30
+ }),
31
+ skeletonRoot: ({ theme }) => ({
32
+ '& .MuiCardContent-root': {
33
+ padding: theme.spacing(2)
34
+ },
35
+ '& .SCLoyaltyProgramWidget-actions, .MuiCardActions-root': {
36
+ display: 'flex',
37
+ justifyContent: 'space-between',
38
+ padding: theme.spacing(0, 3, 2, 2),
39
+ '& .SCLoyaltyProgramWidget-points': {
40
+ display: 'flex',
41
+ justifyContent: 'center',
42
+ alignItems: 'center'
43
+ },
44
+ '& .SCLoyaltyProgramWidget-chip': {
45
+ borderRadius: theme.shape.borderRadius,
46
+ marginRight: theme.spacing(2)
47
+ }
48
+ }
30
49
  })
31
50
  }
32
51
  };
@@ -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;
@@ -0,0 +1,9 @@
1
+ const Component = {
2
+ styleOverrides: {
3
+ root: ({ theme }) => ({}),
4
+ skeletonRoot: ({ theme }) => ({
5
+ marginTop: theme.spacing(2)
6
+ })
7
+ }
8
+ };
9
+ export default Component;
@@ -74,6 +74,34 @@ declare const Component: {
74
74
  color: any;
75
75
  };
76
76
  };
77
+ skeletonRoot: ({ theme }: any) => {
78
+ '& .SCNavigationToolbar-logo': {
79
+ width: number;
80
+ height: number;
81
+ };
82
+ '& .SCNavigationToolbar-navigation': {
83
+ flexGrow: number;
84
+ margin: any;
85
+ };
86
+ '& .SCNavigationToolbar-avatar': {
87
+ width: any;
88
+ height: any;
89
+ };
90
+ };
91
+ notificationsMenuRoot: ({ theme }: any) => {
92
+ '& .SCNavigationToolbar-paper': {
93
+ minWidth: number;
94
+ padding: any;
95
+ '& .MuiList-root': {
96
+ padding: number;
97
+ };
98
+ };
99
+ '& .SCNavigationToolbar-link': {
100
+ display: string;
101
+ textAlign: string;
102
+ margin: any;
103
+ };
104
+ };
77
105
  };
78
106
  };
79
107
  export default Component;
@@ -73,6 +73,34 @@ const Component = {
73
73
  marginLeft: theme.spacing(4.5)
74
74
  }
75
75
  }
76
+ }),
77
+ skeletonRoot: ({ theme }) => ({
78
+ '& .SCNavigationToolbar-logo': {
79
+ width: 100,
80
+ height: 20
81
+ },
82
+ '& .SCNavigationToolbar-navigation': {
83
+ flexGrow: 1,
84
+ margin: theme.spacing(0, 20)
85
+ },
86
+ '& .SCNavigationToolbar-avatar': {
87
+ width: theme.selfcommunity.user.avatar.sizeMedium,
88
+ height: theme.selfcommunity.user.avatar.sizeMedium
89
+ }
90
+ }),
91
+ notificationsMenuRoot: ({ theme }) => ({
92
+ '& .SCNavigationToolbar-paper': {
93
+ minWidth: 370,
94
+ padding: theme.spacing(2),
95
+ '& .MuiList-root': {
96
+ padding: 0
97
+ }
98
+ },
99
+ '& .SCNavigationToolbar-link': {
100
+ display: 'block',
101
+ textAlign: 'center',
102
+ margin: theme.spacing(0, 'auto')
103
+ }
76
104
  })
77
105
  }
78
106
  };
@@ -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;