@selfcommunity/react-ui 0.7.50-events.41 → 0.7.50-events.44

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 (638) hide show
  1. package/lib/cjs/components/AccountChangeMailValidation/AccountChangeMailValidation.js +3 -8
  2. package/lib/cjs/components/AccountDataPortability/AccountDataPortability.js +16 -25
  3. package/lib/cjs/components/AccountDataPortabilityButton/AccountDataPortabilityButton.js +3 -6
  4. package/lib/cjs/components/AccountDelete/AccountDelete.js +16 -23
  5. package/lib/cjs/components/AccountDeleteButton/AccountDeleteButton.js +3 -6
  6. package/lib/cjs/components/AccountRecover/AccountRecover.js +8 -12
  7. package/lib/cjs/components/AccountReset/AccountReset.js +3 -12
  8. package/lib/cjs/components/AccountVerify/AccountVerify.js +3 -8
  9. package/lib/cjs/components/BottomNavigation/BottomNavigation.js +19 -20
  10. package/lib/cjs/components/BroadcastMessages/BroadcastMessages.js +3 -10
  11. package/lib/cjs/components/BroadcastMessages/Message.js +6 -23
  12. package/lib/cjs/components/BroadcastMessages/Skeleton.js +3 -15
  13. package/lib/cjs/components/Categories/Categories.js +5 -10
  14. package/lib/cjs/components/Categories/Skeleton.js +2 -4
  15. package/lib/cjs/components/CategoriesPopularWidget/CategoriesPopularWidget.js +5 -17
  16. package/lib/cjs/components/CategoriesPopularWidget/Skeleton.js +2 -2
  17. package/lib/cjs/components/CategoriesSuggestionWidget/CategoriesSuggestionWidget.js +5 -17
  18. package/lib/cjs/components/CategoriesSuggestionWidget/Skeleton.js +2 -5
  19. package/lib/cjs/components/Category/Category.js +4 -4
  20. package/lib/cjs/components/Category/Skeleton.js +2 -3
  21. package/lib/cjs/components/CategoryAutocomplete/CategoryAutocomplete.js +6 -9
  22. package/lib/cjs/components/CategoryFollowButton/CategoryFollowButton.js +3 -2
  23. package/lib/cjs/components/CategoryFollowersButton/CategoryFollowersButton.js +3 -8
  24. package/lib/cjs/components/CategoryHeader/CategoryHeader.js +3 -12
  25. package/lib/cjs/components/CategoryHeader/Skeleton.js +2 -7
  26. package/lib/cjs/components/CategoryTrendingFeedWidget/CategoryTrendingFeedWidget.js +7 -19
  27. package/lib/cjs/components/CategoryTrendingFeedWidget/Skeleton.js +2 -4
  28. package/lib/cjs/components/CategoryTrendingUsersWidget/CategoryTrendingUsersWidget.js +5 -17
  29. package/lib/cjs/components/CategoryTrendingUsersWidget/Skeleton.js +2 -5
  30. package/lib/cjs/components/ChangeCover/ChangeCover.js +18 -41
  31. package/lib/cjs/components/ChangeGroupCover/ChangeGroupCover.js +4 -6
  32. package/lib/cjs/components/ChangeGroupPicture/ChangeGroupPicture.js +4 -6
  33. package/lib/cjs/components/ChangePicture/ChangePicture.js +3 -4
  34. package/lib/cjs/components/ChangePicture/ChangePictureDialog/ChangePictureDialog.js +10 -22
  35. package/lib/cjs/components/CommentObject/CommentObject.js +11 -37
  36. package/lib/cjs/components/CommentObject/Skeleton.js +2 -6
  37. package/lib/cjs/components/CommentObjectReply/CommentObjectReply.js +3 -12
  38. package/lib/cjs/components/CommentsFeedObject/CommentsFeedObject.js +8 -14
  39. package/lib/cjs/components/CommentsFeedObject/Skeleton.js +2 -3
  40. package/lib/cjs/components/CommentsObject/CommentsObject.js +27 -48
  41. package/lib/cjs/components/CommentsObject/Skeleton.js +2 -2
  42. package/lib/cjs/components/Composer/Attributes/Attributes.js +5 -8
  43. package/lib/cjs/components/Composer/Composer.js +24 -46
  44. package/lib/cjs/components/Composer/Content/ContentDiscussion/ContentDiscussion.js +8 -11
  45. package/lib/cjs/components/Composer/Content/ContentPoll/ContentPoll.js +9 -28
  46. package/lib/cjs/components/Composer/Content/ContentPost/ContentPost.js +3 -5
  47. package/lib/cjs/components/Composer/Layer/AudienceLayer/AudienceLayer.js +13 -31
  48. package/lib/cjs/components/Composer/Layer/CategoryLayer/CategoryLayer.js +2 -10
  49. package/lib/cjs/components/Composer/Layer/CloseLayer/CloseLayer.js +2 -16
  50. package/lib/cjs/components/Composer/Layer/LocationLayer/LocationLayer.js +2 -10
  51. package/lib/cjs/components/Composer/Skeleton.js +2 -3
  52. package/lib/cjs/components/Composer/TypeSwitchButtonGroup/TypeSwitchButtonGroup.js +3 -8
  53. package/lib/cjs/components/ComposerIconButton/ComposerIconButton.js +5 -8
  54. package/lib/cjs/components/ConnectionUserButton/ConnectionUserButton.js +2 -1
  55. package/lib/cjs/components/ConsentSolution/ConsentSolution.js +9 -58
  56. package/lib/cjs/components/ConsentSolution/Skeleton.js +3 -16
  57. package/lib/cjs/components/ConsentSolutionButton/ConsentSolutionButton.js +2 -4
  58. package/lib/cjs/components/CreateEventButton/CreateEventButton.js +2 -3
  59. package/lib/cjs/components/CreateGroupButton/CreateGroupButton.js +3 -4
  60. package/lib/cjs/components/CustomAdv/CustomAdv.js +5 -6
  61. package/lib/cjs/components/CustomAdv/Skeleton.js +2 -3
  62. package/lib/cjs/components/EditEventButton/EditEventButton.js +2 -3
  63. package/lib/cjs/components/EditGroupButton/EditGroupButton.js +2 -3
  64. package/lib/cjs/components/Editor/Editor.js +3 -21
  65. package/lib/cjs/components/Editor/Skeleton.js +2 -3
  66. package/lib/cjs/components/Editor/nodes/ImageNode.js +5 -6
  67. package/lib/cjs/components/Editor/plugins/AutoLinkPlugin.js +2 -11
  68. package/lib/cjs/components/Editor/plugins/EmojiPlugin.js +12 -15
  69. package/lib/cjs/components/Editor/plugins/FloatingLinkPlugin.js +7 -13
  70. package/lib/cjs/components/Editor/plugins/HashtagPlugin.js +11 -11
  71. package/lib/cjs/components/Editor/plugins/ImagePlugin.js +9 -10
  72. package/lib/cjs/components/Editor/plugins/LexicalRichTextPlugin.js +2 -12
  73. package/lib/cjs/components/Editor/plugins/MentionsPlugin.js +11 -16
  74. package/lib/cjs/components/Editor/plugins/OnChangePlugin.js +2 -3
  75. package/lib/cjs/components/Editor/plugins/ToolbarPlugin.js +9 -40
  76. package/lib/cjs/components/Editor/shared/useDecorators.js +2 -4
  77. package/lib/cjs/components/Event/Event.js +3 -10
  78. package/lib/cjs/components/Event/Skeleton.js +2 -8
  79. package/lib/cjs/components/EventForm/EventAddress.js +6 -14
  80. package/lib/cjs/components/EventForm/EventForm.js +46 -86
  81. package/lib/cjs/components/EventForm/UploadEventCover.js +4 -6
  82. package/lib/cjs/components/EventHeader/EventHeader.js +36 -52
  83. package/lib/cjs/components/EventHeader/Skeleton.js +2 -12
  84. package/lib/cjs/components/EventInfoWidget/EventInfoWidget.js +11 -13
  85. package/lib/cjs/components/EventInfoWidget/Skeleton.d.ts +1 -0
  86. package/lib/cjs/components/EventInfoWidget/Skeleton.js +20 -0
  87. package/lib/cjs/components/EventInfoWidget/index.d.ts +2 -1
  88. package/lib/cjs/components/EventInfoWidget/index.js +3 -1
  89. package/lib/cjs/components/EventInviteButton/EventInviteButton.js +4 -24
  90. package/lib/cjs/components/EventLocationWidget/EventLocationWidget.js +8 -16
  91. package/lib/cjs/components/EventLocationWidget/Skeleton.js +2 -8
  92. package/lib/cjs/components/EventPartecipantsButton/EventPartecipantsButton.d.ts +46 -0
  93. package/lib/cjs/components/EventPartecipantsButton/EventPartecipantsButton.js +130 -0
  94. package/lib/cjs/components/EventPartecipantsButton/index.d.ts +3 -0
  95. package/lib/cjs/components/EventPartecipantsButton/index.js +5 -0
  96. package/lib/cjs/components/EventSubscribeButton/EventSubscribeButton.js +12 -15
  97. package/lib/cjs/components/Events/Events.js +25 -53
  98. package/lib/cjs/components/Events/Skeleton.js +2 -4
  99. package/lib/cjs/components/Feed/Feed.js +11 -29
  100. package/lib/cjs/components/Feed/Skeleton.js +3 -12
  101. package/lib/cjs/components/FeedObject/Actions/Actions.js +2 -8
  102. package/lib/cjs/components/FeedObject/Actions/Comment/Comment.js +5 -11
  103. package/lib/cjs/components/FeedObject/Actions/Follow/Follow.js +6 -6
  104. package/lib/cjs/components/FeedObject/Actions/Share/Share.js +29 -60
  105. package/lib/cjs/components/FeedObject/Actions/Share/SharesDialog/SharesDialog.js +3 -5
  106. package/lib/cjs/components/FeedObject/Actions/Vote/Vote.js +2 -5
  107. package/lib/cjs/components/FeedObject/Activities/Activities.js +9 -10
  108. package/lib/cjs/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.js +23 -37
  109. package/lib/cjs/components/FeedObject/Activities/RelevantActivities/CommentActivity/CommentActivity.js +18 -20
  110. package/lib/cjs/components/FeedObject/Activities/RelevantActivities/FollowActivity/FollowActivity.js +5 -7
  111. package/lib/cjs/components/FeedObject/Activities/RelevantActivities/PollVoteActivity/PollVoteActivity.js +5 -7
  112. package/lib/cjs/components/FeedObject/Activities/RelevantActivities/RelevantActivities.js +7 -12
  113. package/lib/cjs/components/FeedObject/Activities/RelevantActivities/VoteUpActivity/VoteUpActivity.js +5 -7
  114. package/lib/cjs/components/FeedObject/Contributors/Contributors.js +3 -13
  115. package/lib/cjs/components/FeedObject/Contributors/Skeleton.js +2 -6
  116. package/lib/cjs/components/FeedObject/FeedObject.js +23 -110
  117. package/lib/cjs/components/FeedObject/Poll/Choice/Choice.js +3 -8
  118. package/lib/cjs/components/FeedObject/Poll/Poll.js +5 -21
  119. package/lib/cjs/components/FeedObject/Skeleton.js +4 -16
  120. package/lib/cjs/components/FeedObjectMediaPreview/FeedObjectMediaPreview.js +5 -6
  121. package/lib/cjs/components/FeedUpdatesWidget/FeedUpdatesWidget.js +5 -8
  122. package/lib/cjs/components/FeedUpdatesWidget/Skeleton.js +2 -2
  123. package/lib/cjs/components/FollowUserButton/FollowUserButton.js +5 -4
  124. package/lib/cjs/components/Footer/Footer.js +4 -7
  125. package/lib/cjs/components/Footer/Skeleton.js +2 -4
  126. package/lib/cjs/components/FriendshipUserButton/FriendshipUserButton.js +9 -8
  127. package/lib/cjs/components/Group/Group.js +7 -13
  128. package/lib/cjs/components/Group/Skeleton.js +2 -3
  129. package/lib/cjs/components/GroupAutocomplete/GroupAutocomplete.js +5 -8
  130. package/lib/cjs/components/GroupForm/GroupForm.js +36 -75
  131. package/lib/cjs/components/GroupHeader/GroupHeader.js +6 -34
  132. package/lib/cjs/components/GroupHeader/Skeleton.js +2 -12
  133. package/lib/cjs/components/GroupInfoWidget/GroupInfoWidget.js +24 -54
  134. package/lib/cjs/components/GroupInfoWidget/Skeleton.js +2 -3
  135. package/lib/cjs/components/GroupInviteButton/GroupInviteButton.js +4 -24
  136. package/lib/cjs/components/GroupInvitedWidget/GroupInvitedWidget.js +5 -18
  137. package/lib/cjs/components/GroupInvitedWidget/Skeleton.js +2 -3
  138. package/lib/cjs/components/GroupMembersButton/GroupMembersButton.js +3 -8
  139. package/lib/cjs/components/GroupMembersWidget/GroupMembersWidget.js +11 -28
  140. package/lib/cjs/components/GroupMembersWidget/Skeleton.js +2 -3
  141. package/lib/cjs/components/GroupRequestsWidget/GroupRequestsWidget.js +5 -16
  142. package/lib/cjs/components/GroupRequestsWidget/Skeleton.js +2 -3
  143. package/lib/cjs/components/GroupSettingsIconButton/GroupSettingsIconButton.js +13 -21
  144. package/lib/cjs/components/GroupSubscribeButton/GroupSubscribeButton.js +8 -7
  145. package/lib/cjs/components/Groups/Groups.js +10 -23
  146. package/lib/cjs/components/Groups/Skeleton.js +2 -4
  147. package/lib/cjs/components/Incubator/Incubator.js +8 -28
  148. package/lib/cjs/components/Incubator/Skeleton.js +2 -20
  149. package/lib/cjs/components/IncubatorDetail/IncubatorDetail.js +4 -46
  150. package/lib/cjs/components/IncubatorListWidget/CreateIncubatorDialog/CreateIncubatorDialog.js +5 -12
  151. package/lib/cjs/components/IncubatorListWidget/IncubatorListWidget.js +8 -32
  152. package/lib/cjs/components/IncubatorListWidget/Skeleton.js +2 -4
  153. package/lib/cjs/components/IncubatorSubscribeButton/IncubatorSubscribeButton.js +3 -2
  154. package/lib/cjs/components/IncubatorSuggestionWidget/IncubatorSuggestionWidget.js +5 -18
  155. package/lib/cjs/components/IncubatorSuggestionWidget/Skeleton.js +2 -4
  156. package/lib/cjs/components/InlineComposerWidget/InlineComposerWidget.js +5 -11
  157. package/lib/cjs/components/InlineComposerWidget/Skeleton.js +2 -7
  158. package/lib/cjs/components/LocationAutocomplete/LocationAutocomplete.js +6 -7
  159. package/lib/cjs/components/LoyaltyProgramWidget/LoyaltyProgramWidget.js +5 -13
  160. package/lib/cjs/components/LoyaltyProgramWidget/Skeleton.js +2 -11
  161. package/lib/cjs/components/MyEventsWidget/MyEventsWidget.d.ts +19 -0
  162. package/lib/cjs/components/MyEventsWidget/MyEventsWidget.js +123 -0
  163. package/lib/cjs/components/MyEventsWidget/Skeleton.d.ts +1 -0
  164. package/lib/cjs/components/MyEventsWidget/Skeleton.js +48 -0
  165. package/lib/cjs/components/MyEventsWidget/constants.d.ts +1 -0
  166. package/lib/cjs/components/MyEventsWidget/constants.js +4 -0
  167. package/lib/cjs/components/MyEventsWidget/index.d.ts +4 -0
  168. package/lib/cjs/components/MyEventsWidget/index.js +8 -0
  169. package/lib/cjs/components/NavigationMenuIconButton/DefaultDrawerContent.js +3 -11
  170. package/lib/cjs/components/NavigationMenuIconButton/DefaultHeaderContent.js +3 -4
  171. package/lib/cjs/components/NavigationMenuIconButton/NavigationMenuIconButton.js +4 -13
  172. package/lib/cjs/components/NavigationSettingsIconButton/NavigationSettingsIconButton.js +35 -75
  173. package/lib/cjs/components/NavigationToolbar/NavigationToolbar.js +14 -51
  174. package/lib/cjs/components/NavigationToolbar/NotificationMenu.js +2 -5
  175. package/lib/cjs/components/NavigationToolbar/Skeleton.js +2 -5
  176. package/lib/cjs/components/NavigationToolbarMobile/NavigationToolbarMobile.js +11 -27
  177. package/lib/cjs/components/NavigationToolbarMobile/Skeleton.js +2 -3
  178. package/lib/cjs/components/Notification/CollapsedFor/CollapsedFor.js +2 -15
  179. package/lib/cjs/components/Notification/Comment/Comment.js +11 -27
  180. package/lib/cjs/components/Notification/Contribution/Contribution.js +11 -28
  181. package/lib/cjs/components/Notification/ContributionFollow/ContributionFollow.js +4 -19
  182. package/lib/cjs/components/Notification/DeletedFor/DeletedFor.js +2 -17
  183. package/lib/cjs/components/Notification/Group/Group.js +17 -30
  184. package/lib/cjs/components/Notification/IncubatorApproved/IncubatorApproved.js +8 -16
  185. package/lib/cjs/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.js +2 -9
  186. package/lib/cjs/components/Notification/KindlyNoticeFor/KindlyNoticeFor.js +4 -16
  187. package/lib/cjs/components/Notification/Mention/Mention.js +7 -22
  188. package/lib/cjs/components/Notification/Notification.js +37 -57
  189. package/lib/cjs/components/Notification/PrivateMessage/PrivateMessage.js +24 -47
  190. package/lib/cjs/components/Notification/Skeleton.js +3 -7
  191. package/lib/cjs/components/Notification/UndeletedFor/UndeletedFor.js +2 -16
  192. package/lib/cjs/components/Notification/UserBlocked/UserBlocked.js +5 -7
  193. package/lib/cjs/components/Notification/UserConnection/UserConnection.js +5 -15
  194. package/lib/cjs/components/Notification/UserFollow/UserFollow.js +5 -15
  195. package/lib/cjs/components/Notification/VoteUp/VoteUp.js +6 -19
  196. package/lib/cjs/components/PlatformWidget/PlatformWidget.js +20 -53
  197. package/lib/cjs/components/PlatformWidget/Skeleton.js +2 -3
  198. package/lib/cjs/components/PollSuggestionWidget/PollSnippet/PollSnippet.js +3 -12
  199. package/lib/cjs/components/PollSuggestionWidget/PollSnippet/Skeleton.js +2 -2
  200. package/lib/cjs/components/PollSuggestionWidget/PollSuggestionWidget.js +5 -17
  201. package/lib/cjs/components/PollSuggestionWidget/Skeleton.js +2 -6
  202. package/lib/cjs/components/PrivateMessageComponent/PrivateMessageComponent.js +6 -9
  203. package/lib/cjs/components/PrivateMessageComponent/Skeleton.js +2 -6
  204. package/lib/cjs/components/PrivateMessageEditor/MessageMediaUploader/index.js +16 -37
  205. package/lib/cjs/components/PrivateMessageEditor/PrivateMessageEditor.js +9 -18
  206. package/lib/cjs/components/PrivateMessageEditor/Skeleton.js +2 -3
  207. package/lib/cjs/components/PrivateMessageSettingsIconButton/PrivateMessageSettingsIconButton.js +9 -31
  208. package/lib/cjs/components/PrivateMessageSnippetItem/PrivateMessageSnippetItem.js +12 -19
  209. package/lib/cjs/components/PrivateMessageSnippetItem/Skeleton.js +2 -5
  210. package/lib/cjs/components/PrivateMessageSnippets/PrivateMessageSnippets.js +8 -16
  211. package/lib/cjs/components/PrivateMessageSnippets/Skeleton.js +2 -8
  212. package/lib/cjs/components/PrivateMessageThread/PrivateMessageThread.js +14 -35
  213. package/lib/cjs/components/PrivateMessageThread/Skeleton.js +2 -9
  214. package/lib/cjs/components/PrivateMessageThreadItem/PrivateMessageThreadItem.js +15 -33
  215. package/lib/cjs/components/PrivateMessageThreadItem/Skeleton.js +2 -3
  216. package/lib/cjs/components/RelatedFeedObjectsWidget/RelatedFeedObjectsWidget.js +6 -21
  217. package/lib/cjs/components/RelatedFeedObjectsWidget/Skeleton.js +2 -3
  218. package/lib/cjs/components/SearchAutocomplete/SearchAutocomplete.js +5 -8
  219. package/lib/cjs/components/SearchDialog/SearchDialog.js +2 -4
  220. package/lib/cjs/components/Skeleton/AvatarGroupSkeleton.js +2 -3
  221. package/lib/cjs/components/Skeleton/GenericSkeleton.js +2 -6
  222. package/lib/cjs/components/SnippetNotifications/Skeleton.js +3 -3
  223. package/lib/cjs/components/SnippetNotifications/SnippetNotifications.js +23 -28
  224. package/lib/cjs/components/ToastNotifications/Skeleton.js +2 -3
  225. package/lib/cjs/components/ToastNotifications/ToastNotifications.js +16 -15
  226. package/lib/cjs/components/User/Skeleton.js +2 -3
  227. package/lib/cjs/components/User/User.js +7 -15
  228. package/lib/cjs/components/UserActionIconButton/UserActionIconButton.js +16 -31
  229. package/lib/cjs/components/UserConnectionsRequestsSentWidget/Skeleton.js +2 -3
  230. package/lib/cjs/components/UserConnectionsRequestsSentWidget/UserConnectionsRequestsSentWidget.js +5 -17
  231. package/lib/cjs/components/UserConnectionsRequestsWidget/Skeleton.js +2 -3
  232. package/lib/cjs/components/UserConnectionsRequestsWidget/UserConnectionsRequestsWidget.js +5 -17
  233. package/lib/cjs/components/UserConnectionsWidget/Skeleton.js +2 -3
  234. package/lib/cjs/components/UserConnectionsWidget/UserConnectionsWidget.js +5 -17
  235. package/lib/cjs/components/UserCounters/UserCounters.js +19 -28
  236. package/lib/cjs/components/UserFollowedCategoriesWidget/Skeleton.js +2 -2
  237. package/lib/cjs/components/UserFollowedCategoriesWidget/UserFollowedCategoriesWidget.js +5 -20
  238. package/lib/cjs/components/UserFollowedUsersWidget/Skeleton.js +2 -3
  239. package/lib/cjs/components/UserFollowedUsersWidget/UserFollowedUsersWidget.js +5 -17
  240. package/lib/cjs/components/UserFollowersWidget/Skeleton.js +2 -3
  241. package/lib/cjs/components/UserFollowersWidget/UserFollowersWidget.js +5 -17
  242. package/lib/cjs/components/UserInfo/Skeleton.js +2 -6
  243. package/lib/cjs/components/UserInfo/UserInfo.js +13 -14
  244. package/lib/cjs/components/UserInfoDialog/UserInfoDialog.js +3 -5
  245. package/lib/cjs/components/UserProfileBlocked/UserProfileBlocked.js +4 -11
  246. package/lib/cjs/components/UserProfileEdit/Section/Account.js +3 -13
  247. package/lib/cjs/components/UserProfileEdit/Section/AccountCredentials.js +15 -37
  248. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +15 -25
  249. package/lib/cjs/components/UserProfileEdit/Section/Settings.js +7 -37
  250. package/lib/cjs/components/UserProfileEdit/Section/SettingsSkeleton.js +2 -5
  251. package/lib/cjs/components/UserProfileEdit/Skeleton.js +2 -6
  252. package/lib/cjs/components/UserProfileEdit/UserProfileEdit.js +2 -9
  253. package/lib/cjs/components/UserProfileHeader/Skeleton.js +2 -13
  254. package/lib/cjs/components/UserProfileHeader/UserProfileHeader.js +4 -21
  255. package/lib/cjs/components/UserSocialAssociation/UserSocialAssociation.js +2 -16
  256. package/lib/cjs/components/UserSubscribedGroupsWidget/Skeleton.js +2 -6
  257. package/lib/cjs/components/UserSubscribedGroupsWidget/UserSubscribedGroupsWidget.js +7 -22
  258. package/lib/cjs/components/UserSuggestionWidget/Skeleton.js +2 -5
  259. package/lib/cjs/components/UserSuggestionWidget/UserSuggestionWidget.js +5 -17
  260. package/lib/cjs/components/VoteAudienceButton/VoteAudienceButton.js +9 -23
  261. package/lib/cjs/components/VoteButton/VoteButton.js +9 -15
  262. package/lib/cjs/components/Widget/index.js +3 -2
  263. package/lib/cjs/index.d.ts +3 -1
  264. package/lib/cjs/index.js +9 -4
  265. package/lib/cjs/shared/AutoPlayer/index.js +6 -7
  266. package/lib/cjs/shared/BaseDialog/BaseDialog.js +3 -10
  267. package/lib/cjs/shared/BaseItem/BaseItem.js +4 -10
  268. package/lib/cjs/shared/BaseItemButton/BaseItemButton.js +4 -10
  269. package/lib/cjs/shared/Bullet/index.js +2 -1
  270. package/lib/cjs/shared/Calendar/index.js +6 -3
  271. package/lib/cjs/shared/CentralProgress/index.js +3 -4
  272. package/lib/cjs/shared/ConfirmDialog/ConfirmDialog.js +2 -9
  273. package/lib/cjs/shared/ConsentSolutionSwitch/index.js +5 -8
  274. package/lib/cjs/shared/ContributionActionsMenu/index.js +22 -85
  275. package/lib/cjs/shared/CustomSnackMessage/index.js +3 -7
  276. package/lib/cjs/shared/DateTimeAgo/index.js +2 -6
  277. package/lib/cjs/shared/EmailTextField/index.js +3 -2
  278. package/lib/cjs/shared/EmojiPicker/EmojiPicker.js +2 -2
  279. package/lib/cjs/shared/EventInfoDetails/index.js +5 -22
  280. package/lib/cjs/shared/HiddenPlaceholder/index.js +2 -3
  281. package/lib/cjs/shared/InfiniteScroll/index.js +8 -19
  282. package/lib/cjs/shared/InfiniteScroll/stories/InfiniteScrollWithHeight.js +3 -8
  283. package/lib/cjs/shared/InfiniteScroll/stories/PullDownToRefreshInfScroll.js +3 -7
  284. package/lib/cjs/shared/InfiniteScroll/stories/ScrollableTargetFixedInfScroll.js +13 -18
  285. package/lib/cjs/shared/InfiniteScroll/stories/ScrollableTargetInfScroll.js +3 -8
  286. package/lib/cjs/shared/InfiniteScroll/stories/ScrolleableTop.js +6 -11
  287. package/lib/cjs/shared/InfiniteScroll/stories/WindowInfiniteScrollComponent.js +3 -6
  288. package/lib/cjs/shared/LanguageSwitcher/index.js +3 -5
  289. package/lib/cjs/shared/Lightbox/Lightbox.js +4 -3
  290. package/lib/cjs/shared/MarkRead/MarkRead.js +3 -3
  291. package/lib/cjs/shared/Media/File/DisplayComponent.js +13 -42
  292. package/lib/cjs/shared/Media/File/Lightbox/index.js +5 -5
  293. package/lib/cjs/shared/Media/File/PreviewComponent.js +5 -9
  294. package/lib/cjs/shared/Media/File/TriggerButton.js +14 -25
  295. package/lib/cjs/shared/Media/File/asUploadButton.js +3 -2
  296. package/lib/cjs/shared/Media/Link/DisplayComponent.js +8 -15
  297. package/lib/cjs/shared/Media/Link/LayerComponent.js +2 -11
  298. package/lib/cjs/shared/Media/Link/PreviewComponent.js +2 -4
  299. package/lib/cjs/shared/Media/Link/TriggerButton.js +2 -3
  300. package/lib/cjs/shared/Media/Link/UrlTextField/index.js +5 -7
  301. package/lib/cjs/shared/Media/Share/DisplayComponent.js +3 -3
  302. package/lib/cjs/shared/MetadataField/MetadataField.js +8 -7
  303. package/lib/cjs/shared/NewChip/NewChip.js +2 -2
  304. package/lib/cjs/shared/NotificationItem/NotificationItem.js +3 -12
  305. package/lib/cjs/shared/PasswordTextField/index.js +4 -6
  306. package/lib/cjs/shared/PhoneTextField/index.js +3 -2
  307. package/lib/cjs/shared/ScrollContainer/index.js +2 -2
  308. package/lib/cjs/shared/StickyBox/index.js +6 -5
  309. package/lib/cjs/shared/TagChip/index.js +2 -2
  310. package/lib/cjs/shared/Tags/index.js +11 -23
  311. package/lib/cjs/shared/UrlTextField/index.js +3 -2
  312. package/lib/cjs/shared/UserAvatar/UserAvatar.js +3 -2
  313. package/lib/cjs/shared/UserDeletedSnackBar/UserDeletedSnackBar.js +3 -5
  314. package/lib/cjs/shared/UsernameTextField/index.js +3 -2
  315. package/lib/cjs/shared/VirtualizedScroller/VirtualScrollerChild.js +2 -2
  316. package/lib/cjs/shared/VirtualizedScroller/VirtualizedScroller.js +3 -2
  317. package/lib/cjs/utils/contribution.js +3 -4
  318. package/lib/cjs/utils/errors.js +3 -4
  319. package/lib/esm/components/AccountChangeMailValidation/AccountChangeMailValidation.js +3 -8
  320. package/lib/esm/components/AccountDataPortability/AccountDataPortability.js +16 -25
  321. package/lib/esm/components/AccountDataPortabilityButton/AccountDataPortabilityButton.js +3 -6
  322. package/lib/esm/components/AccountDelete/AccountDelete.js +16 -23
  323. package/lib/esm/components/AccountDeleteButton/AccountDeleteButton.js +3 -6
  324. package/lib/esm/components/AccountRecover/AccountRecover.js +8 -12
  325. package/lib/esm/components/AccountReset/AccountReset.js +3 -12
  326. package/lib/esm/components/AccountVerify/AccountVerify.js +3 -8
  327. package/lib/esm/components/BottomNavigation/BottomNavigation.js +19 -20
  328. package/lib/esm/components/BroadcastMessages/BroadcastMessages.js +3 -10
  329. package/lib/esm/components/BroadcastMessages/Message.js +6 -23
  330. package/lib/esm/components/BroadcastMessages/Skeleton.js +3 -15
  331. package/lib/esm/components/Categories/Categories.js +5 -10
  332. package/lib/esm/components/Categories/Skeleton.js +2 -4
  333. package/lib/esm/components/CategoriesPopularWidget/CategoriesPopularWidget.js +5 -17
  334. package/lib/esm/components/CategoriesPopularWidget/Skeleton.js +2 -2
  335. package/lib/esm/components/CategoriesSuggestionWidget/CategoriesSuggestionWidget.js +5 -17
  336. package/lib/esm/components/CategoriesSuggestionWidget/Skeleton.js +2 -5
  337. package/lib/esm/components/Category/Category.js +4 -4
  338. package/lib/esm/components/Category/Skeleton.js +2 -3
  339. package/lib/esm/components/CategoryAutocomplete/CategoryAutocomplete.js +6 -9
  340. package/lib/esm/components/CategoryFollowButton/CategoryFollowButton.js +3 -2
  341. package/lib/esm/components/CategoryFollowersButton/CategoryFollowersButton.js +3 -8
  342. package/lib/esm/components/CategoryHeader/CategoryHeader.js +3 -12
  343. package/lib/esm/components/CategoryHeader/Skeleton.js +2 -7
  344. package/lib/esm/components/CategoryTrendingFeedWidget/CategoryTrendingFeedWidget.js +7 -19
  345. package/lib/esm/components/CategoryTrendingFeedWidget/Skeleton.js +2 -4
  346. package/lib/esm/components/CategoryTrendingUsersWidget/CategoryTrendingUsersWidget.js +5 -17
  347. package/lib/esm/components/CategoryTrendingUsersWidget/Skeleton.js +2 -5
  348. package/lib/esm/components/ChangeCover/ChangeCover.js +18 -41
  349. package/lib/esm/components/ChangeGroupCover/ChangeGroupCover.js +4 -6
  350. package/lib/esm/components/ChangeGroupPicture/ChangeGroupPicture.js +4 -6
  351. package/lib/esm/components/ChangePicture/ChangePicture.js +3 -4
  352. package/lib/esm/components/ChangePicture/ChangePictureDialog/ChangePictureDialog.js +10 -22
  353. package/lib/esm/components/CommentObject/CommentObject.js +11 -37
  354. package/lib/esm/components/CommentObject/Skeleton.js +2 -6
  355. package/lib/esm/components/CommentObjectReply/CommentObjectReply.js +3 -12
  356. package/lib/esm/components/CommentsFeedObject/CommentsFeedObject.js +8 -14
  357. package/lib/esm/components/CommentsFeedObject/Skeleton.js +2 -2
  358. package/lib/esm/components/CommentsObject/CommentsObject.js +27 -48
  359. package/lib/esm/components/CommentsObject/Skeleton.js +2 -2
  360. package/lib/esm/components/Composer/Attributes/Attributes.js +5 -8
  361. package/lib/esm/components/Composer/Composer.js +24 -46
  362. package/lib/esm/components/Composer/Content/ContentDiscussion/ContentDiscussion.js +8 -11
  363. package/lib/esm/components/Composer/Content/ContentPoll/ContentPoll.js +9 -28
  364. package/lib/esm/components/Composer/Content/ContentPost/ContentPost.js +3 -5
  365. package/lib/esm/components/Composer/Layer/AudienceLayer/AudienceLayer.js +13 -31
  366. package/lib/esm/components/Composer/Layer/CategoryLayer/CategoryLayer.js +2 -10
  367. package/lib/esm/components/Composer/Layer/CloseLayer/CloseLayer.js +2 -16
  368. package/lib/esm/components/Composer/Layer/LocationLayer/LocationLayer.js +2 -10
  369. package/lib/esm/components/Composer/Skeleton.js +2 -3
  370. package/lib/esm/components/Composer/TypeSwitchButtonGroup/TypeSwitchButtonGroup.js +3 -8
  371. package/lib/esm/components/ComposerIconButton/ComposerIconButton.js +5 -8
  372. package/lib/esm/components/ConnectionUserButton/ConnectionUserButton.js +2 -1
  373. package/lib/esm/components/ConsentSolution/ConsentSolution.js +9 -58
  374. package/lib/esm/components/ConsentSolution/Skeleton.js +3 -16
  375. package/lib/esm/components/ConsentSolutionButton/ConsentSolutionButton.js +2 -4
  376. package/lib/esm/components/CreateEventButton/CreateEventButton.js +2 -3
  377. package/lib/esm/components/CreateGroupButton/CreateGroupButton.js +3 -4
  378. package/lib/esm/components/CustomAdv/CustomAdv.js +5 -6
  379. package/lib/esm/components/CustomAdv/Skeleton.js +2 -2
  380. package/lib/esm/components/EditEventButton/EditEventButton.js +2 -3
  381. package/lib/esm/components/EditGroupButton/EditGroupButton.js +2 -3
  382. package/lib/esm/components/Editor/Editor.js +3 -21
  383. package/lib/esm/components/Editor/Skeleton.js +2 -2
  384. package/lib/esm/components/Editor/nodes/ImageNode.js +5 -5
  385. package/lib/esm/components/Editor/plugins/AutoLinkPlugin.js +2 -10
  386. package/lib/esm/components/Editor/plugins/EmojiPlugin.js +12 -15
  387. package/lib/esm/components/Editor/plugins/FloatingLinkPlugin.js +7 -13
  388. package/lib/esm/components/Editor/plugins/HashtagPlugin.js +11 -11
  389. package/lib/esm/components/Editor/plugins/ImagePlugin.js +9 -10
  390. package/lib/esm/components/Editor/plugins/LexicalRichTextPlugin.js +2 -12
  391. package/lib/esm/components/Editor/plugins/MentionsPlugin.js +11 -16
  392. package/lib/esm/components/Editor/plugins/OnChangePlugin.js +2 -2
  393. package/lib/esm/components/Editor/plugins/ToolbarPlugin.js +9 -40
  394. package/lib/esm/components/Editor/shared/useDecorators.js +2 -3
  395. package/lib/esm/components/Event/Event.js +3 -10
  396. package/lib/esm/components/Event/Skeleton.js +2 -8
  397. package/lib/esm/components/EventForm/EventAddress.js +6 -14
  398. package/lib/esm/components/EventForm/EventForm.js +46 -86
  399. package/lib/esm/components/EventForm/UploadEventCover.js +4 -6
  400. package/lib/esm/components/EventHeader/EventHeader.js +36 -52
  401. package/lib/esm/components/EventHeader/Skeleton.js +2 -12
  402. package/lib/esm/components/EventInfoWidget/EventInfoWidget.js +11 -13
  403. package/lib/esm/components/EventInfoWidget/Skeleton.d.ts +1 -0
  404. package/lib/esm/components/EventInfoWidget/Skeleton.js +16 -0
  405. package/lib/esm/components/EventInfoWidget/index.d.ts +2 -1
  406. package/lib/esm/components/EventInfoWidget/index.js +2 -1
  407. package/lib/esm/components/EventInviteButton/EventInviteButton.js +4 -24
  408. package/lib/esm/components/EventLocationWidget/EventLocationWidget.js +8 -16
  409. package/lib/esm/components/EventLocationWidget/Skeleton.js +2 -8
  410. package/lib/esm/components/EventPartecipantsButton/EventPartecipantsButton.d.ts +46 -0
  411. package/lib/esm/components/EventPartecipantsButton/EventPartecipantsButton.js +127 -0
  412. package/lib/esm/components/EventPartecipantsButton/index.d.ts +3 -0
  413. package/lib/esm/components/EventPartecipantsButton/index.js +2 -0
  414. package/lib/esm/components/EventSubscribeButton/EventSubscribeButton.js +12 -15
  415. package/lib/esm/components/Events/Events.js +25 -53
  416. package/lib/esm/components/Events/Skeleton.js +2 -4
  417. package/lib/esm/components/Feed/Feed.js +11 -29
  418. package/lib/esm/components/Feed/Skeleton.js +3 -12
  419. package/lib/esm/components/FeedObject/Actions/Actions.js +2 -8
  420. package/lib/esm/components/FeedObject/Actions/Comment/Comment.js +5 -11
  421. package/lib/esm/components/FeedObject/Actions/Follow/Follow.js +6 -6
  422. package/lib/esm/components/FeedObject/Actions/Share/Share.js +29 -60
  423. package/lib/esm/components/FeedObject/Actions/Share/SharesDialog/SharesDialog.js +3 -5
  424. package/lib/esm/components/FeedObject/Actions/Vote/Vote.js +2 -5
  425. package/lib/esm/components/FeedObject/Activities/Activities.js +9 -10
  426. package/lib/esm/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.js +23 -37
  427. package/lib/esm/components/FeedObject/Activities/RelevantActivities/CommentActivity/CommentActivity.js +18 -20
  428. package/lib/esm/components/FeedObject/Activities/RelevantActivities/FollowActivity/FollowActivity.js +5 -7
  429. package/lib/esm/components/FeedObject/Activities/RelevantActivities/PollVoteActivity/PollVoteActivity.js +5 -7
  430. package/lib/esm/components/FeedObject/Activities/RelevantActivities/RelevantActivities.js +7 -12
  431. package/lib/esm/components/FeedObject/Activities/RelevantActivities/VoteUpActivity/VoteUpActivity.js +5 -7
  432. package/lib/esm/components/FeedObject/Contributors/Contributors.js +3 -13
  433. package/lib/esm/components/FeedObject/Contributors/Skeleton.js +2 -6
  434. package/lib/esm/components/FeedObject/FeedObject.js +23 -110
  435. package/lib/esm/components/FeedObject/Poll/Choice/Choice.js +3 -8
  436. package/lib/esm/components/FeedObject/Poll/Poll.js +5 -21
  437. package/lib/esm/components/FeedObject/Skeleton.js +4 -16
  438. package/lib/esm/components/FeedObjectMediaPreview/FeedObjectMediaPreview.js +5 -6
  439. package/lib/esm/components/FeedUpdatesWidget/FeedUpdatesWidget.js +5 -8
  440. package/lib/esm/components/FeedUpdatesWidget/Skeleton.js +2 -2
  441. package/lib/esm/components/FollowUserButton/FollowUserButton.js +5 -4
  442. package/lib/esm/components/Footer/Footer.js +4 -7
  443. package/lib/esm/components/Footer/Skeleton.js +2 -4
  444. package/lib/esm/components/FriendshipUserButton/FriendshipUserButton.js +9 -8
  445. package/lib/esm/components/Group/Group.js +7 -13
  446. package/lib/esm/components/Group/Skeleton.js +2 -3
  447. package/lib/esm/components/GroupAutocomplete/GroupAutocomplete.js +5 -8
  448. package/lib/esm/components/GroupForm/GroupForm.js +36 -75
  449. package/lib/esm/components/GroupHeader/GroupHeader.js +6 -34
  450. package/lib/esm/components/GroupHeader/Skeleton.js +2 -12
  451. package/lib/esm/components/GroupInfoWidget/GroupInfoWidget.js +24 -54
  452. package/lib/esm/components/GroupInfoWidget/Skeleton.js +2 -2
  453. package/lib/esm/components/GroupInviteButton/GroupInviteButton.js +4 -24
  454. package/lib/esm/components/GroupInvitedWidget/GroupInvitedWidget.js +5 -18
  455. package/lib/esm/components/GroupInvitedWidget/Skeleton.js +2 -2
  456. package/lib/esm/components/GroupMembersButton/GroupMembersButton.js +3 -8
  457. package/lib/esm/components/GroupMembersWidget/GroupMembersWidget.js +11 -28
  458. package/lib/esm/components/GroupMembersWidget/Skeleton.js +2 -2
  459. package/lib/esm/components/GroupRequestsWidget/GroupRequestsWidget.js +5 -16
  460. package/lib/esm/components/GroupRequestsWidget/Skeleton.js +2 -2
  461. package/lib/esm/components/GroupSettingsIconButton/GroupSettingsIconButton.js +13 -21
  462. package/lib/esm/components/GroupSubscribeButton/GroupSubscribeButton.js +8 -7
  463. package/lib/esm/components/Groups/Groups.js +10 -23
  464. package/lib/esm/components/Groups/Skeleton.js +2 -4
  465. package/lib/esm/components/Incubator/Incubator.js +8 -28
  466. package/lib/esm/components/Incubator/Skeleton.js +2 -20
  467. package/lib/esm/components/IncubatorDetail/IncubatorDetail.js +4 -46
  468. package/lib/esm/components/IncubatorListWidget/CreateIncubatorDialog/CreateIncubatorDialog.js +5 -12
  469. package/lib/esm/components/IncubatorListWidget/IncubatorListWidget.js +8 -32
  470. package/lib/esm/components/IncubatorListWidget/Skeleton.js +2 -4
  471. package/lib/esm/components/IncubatorSubscribeButton/IncubatorSubscribeButton.js +3 -2
  472. package/lib/esm/components/IncubatorSuggestionWidget/IncubatorSuggestionWidget.js +5 -18
  473. package/lib/esm/components/IncubatorSuggestionWidget/Skeleton.js +2 -4
  474. package/lib/esm/components/InlineComposerWidget/InlineComposerWidget.js +5 -11
  475. package/lib/esm/components/InlineComposerWidget/Skeleton.js +2 -7
  476. package/lib/esm/components/LocationAutocomplete/LocationAutocomplete.js +6 -7
  477. package/lib/esm/components/LoyaltyProgramWidget/LoyaltyProgramWidget.js +5 -13
  478. package/lib/esm/components/LoyaltyProgramWidget/Skeleton.js +2 -11
  479. package/lib/esm/components/MyEventsWidget/MyEventsWidget.d.ts +19 -0
  480. package/lib/esm/components/MyEventsWidget/MyEventsWidget.js +120 -0
  481. package/lib/esm/components/MyEventsWidget/Skeleton.d.ts +1 -0
  482. package/lib/esm/components/MyEventsWidget/Skeleton.js +44 -0
  483. package/lib/esm/components/MyEventsWidget/constants.d.ts +1 -0
  484. package/lib/esm/components/MyEventsWidget/constants.js +1 -0
  485. package/lib/esm/components/MyEventsWidget/index.d.ts +4 -0
  486. package/lib/esm/components/MyEventsWidget/index.js +4 -0
  487. package/lib/esm/components/NavigationMenuIconButton/DefaultDrawerContent.js +3 -11
  488. package/lib/esm/components/NavigationMenuIconButton/DefaultHeaderContent.js +3 -4
  489. package/lib/esm/components/NavigationMenuIconButton/NavigationMenuIconButton.js +4 -13
  490. package/lib/esm/components/NavigationSettingsIconButton/NavigationSettingsIconButton.js +35 -75
  491. package/lib/esm/components/NavigationToolbar/NavigationToolbar.js +14 -51
  492. package/lib/esm/components/NavigationToolbar/NotificationMenu.js +2 -5
  493. package/lib/esm/components/NavigationToolbar/Skeleton.js +2 -5
  494. package/lib/esm/components/NavigationToolbarMobile/NavigationToolbarMobile.js +11 -27
  495. package/lib/esm/components/NavigationToolbarMobile/Skeleton.js +2 -3
  496. package/lib/esm/components/Notification/CollapsedFor/CollapsedFor.js +2 -15
  497. package/lib/esm/components/Notification/Comment/Comment.js +11 -27
  498. package/lib/esm/components/Notification/Contribution/Contribution.js +11 -28
  499. package/lib/esm/components/Notification/ContributionFollow/ContributionFollow.js +4 -19
  500. package/lib/esm/components/Notification/DeletedFor/DeletedFor.js +2 -17
  501. package/lib/esm/components/Notification/Group/Group.js +17 -30
  502. package/lib/esm/components/Notification/IncubatorApproved/IncubatorApproved.js +8 -16
  503. package/lib/esm/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.js +2 -9
  504. package/lib/esm/components/Notification/KindlyNoticeFor/KindlyNoticeFor.js +4 -16
  505. package/lib/esm/components/Notification/Mention/Mention.js +7 -22
  506. package/lib/esm/components/Notification/Notification.js +37 -57
  507. package/lib/esm/components/Notification/PrivateMessage/PrivateMessage.js +24 -47
  508. package/lib/esm/components/Notification/Skeleton.js +3 -7
  509. package/lib/esm/components/Notification/UndeletedFor/UndeletedFor.js +2 -16
  510. package/lib/esm/components/Notification/UserBlocked/UserBlocked.js +5 -7
  511. package/lib/esm/components/Notification/UserConnection/UserConnection.js +5 -15
  512. package/lib/esm/components/Notification/UserFollow/UserFollow.js +5 -15
  513. package/lib/esm/components/Notification/VoteUp/VoteUp.js +6 -19
  514. package/lib/esm/components/PlatformWidget/PlatformWidget.js +20 -53
  515. package/lib/esm/components/PlatformWidget/Skeleton.js +2 -2
  516. package/lib/esm/components/PollSuggestionWidget/PollSnippet/PollSnippet.js +3 -12
  517. package/lib/esm/components/PollSuggestionWidget/PollSnippet/Skeleton.js +2 -2
  518. package/lib/esm/components/PollSuggestionWidget/PollSuggestionWidget.js +5 -17
  519. package/lib/esm/components/PollSuggestionWidget/Skeleton.js +2 -6
  520. package/lib/esm/components/PrivateMessageComponent/PrivateMessageComponent.js +6 -9
  521. package/lib/esm/components/PrivateMessageComponent/Skeleton.js +2 -6
  522. package/lib/esm/components/PrivateMessageEditor/MessageMediaUploader/index.js +16 -37
  523. package/lib/esm/components/PrivateMessageEditor/PrivateMessageEditor.js +9 -18
  524. package/lib/esm/components/PrivateMessageEditor/Skeleton.js +2 -2
  525. package/lib/esm/components/PrivateMessageSettingsIconButton/PrivateMessageSettingsIconButton.js +9 -31
  526. package/lib/esm/components/PrivateMessageSnippetItem/PrivateMessageSnippetItem.js +12 -19
  527. package/lib/esm/components/PrivateMessageSnippetItem/Skeleton.js +2 -5
  528. package/lib/esm/components/PrivateMessageSnippets/PrivateMessageSnippets.js +8 -16
  529. package/lib/esm/components/PrivateMessageSnippets/Skeleton.js +2 -8
  530. package/lib/esm/components/PrivateMessageThread/PrivateMessageThread.js +14 -35
  531. package/lib/esm/components/PrivateMessageThread/Skeleton.js +2 -9
  532. package/lib/esm/components/PrivateMessageThreadItem/PrivateMessageThreadItem.js +15 -33
  533. package/lib/esm/components/PrivateMessageThreadItem/Skeleton.js +2 -3
  534. package/lib/esm/components/RelatedFeedObjectsWidget/RelatedFeedObjectsWidget.js +6 -21
  535. package/lib/esm/components/RelatedFeedObjectsWidget/Skeleton.js +2 -2
  536. package/lib/esm/components/SearchAutocomplete/SearchAutocomplete.js +5 -8
  537. package/lib/esm/components/SearchDialog/SearchDialog.js +2 -4
  538. package/lib/esm/components/Skeleton/AvatarGroupSkeleton.js +2 -3
  539. package/lib/esm/components/Skeleton/GenericSkeleton.js +2 -6
  540. package/lib/esm/components/SnippetNotifications/Skeleton.js +3 -3
  541. package/lib/esm/components/SnippetNotifications/SnippetNotifications.js +23 -28
  542. package/lib/esm/components/ToastNotifications/Skeleton.js +2 -2
  543. package/lib/esm/components/ToastNotifications/ToastNotifications.js +16 -15
  544. package/lib/esm/components/User/Skeleton.js +2 -3
  545. package/lib/esm/components/User/User.js +7 -15
  546. package/lib/esm/components/UserActionIconButton/UserActionIconButton.js +16 -31
  547. package/lib/esm/components/UserConnectionsRequestsSentWidget/Skeleton.js +2 -2
  548. package/lib/esm/components/UserConnectionsRequestsSentWidget/UserConnectionsRequestsSentWidget.js +5 -17
  549. package/lib/esm/components/UserConnectionsRequestsWidget/Skeleton.js +2 -2
  550. package/lib/esm/components/UserConnectionsRequestsWidget/UserConnectionsRequestsWidget.js +5 -17
  551. package/lib/esm/components/UserConnectionsWidget/Skeleton.js +2 -2
  552. package/lib/esm/components/UserConnectionsWidget/UserConnectionsWidget.js +5 -17
  553. package/lib/esm/components/UserCounters/UserCounters.js +19 -28
  554. package/lib/esm/components/UserFollowedCategoriesWidget/Skeleton.js +2 -2
  555. package/lib/esm/components/UserFollowedCategoriesWidget/UserFollowedCategoriesWidget.js +5 -20
  556. package/lib/esm/components/UserFollowedUsersWidget/Skeleton.js +2 -2
  557. package/lib/esm/components/UserFollowedUsersWidget/UserFollowedUsersWidget.js +5 -17
  558. package/lib/esm/components/UserFollowersWidget/Skeleton.js +2 -2
  559. package/lib/esm/components/UserFollowersWidget/UserFollowersWidget.js +5 -17
  560. package/lib/esm/components/UserInfo/Skeleton.js +2 -6
  561. package/lib/esm/components/UserInfo/UserInfo.js +13 -14
  562. package/lib/esm/components/UserInfoDialog/UserInfoDialog.js +3 -5
  563. package/lib/esm/components/UserProfileBlocked/UserProfileBlocked.js +4 -11
  564. package/lib/esm/components/UserProfileEdit/Section/Account.js +3 -13
  565. package/lib/esm/components/UserProfileEdit/Section/AccountCredentials.js +15 -37
  566. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +15 -25
  567. package/lib/esm/components/UserProfileEdit/Section/Settings.js +7 -37
  568. package/lib/esm/components/UserProfileEdit/Section/SettingsSkeleton.js +2 -5
  569. package/lib/esm/components/UserProfileEdit/Skeleton.js +2 -6
  570. package/lib/esm/components/UserProfileEdit/UserProfileEdit.js +2 -9
  571. package/lib/esm/components/UserProfileHeader/Skeleton.js +2 -13
  572. package/lib/esm/components/UserProfileHeader/UserProfileHeader.js +4 -21
  573. package/lib/esm/components/UserSocialAssociation/UserSocialAssociation.js +2 -16
  574. package/lib/esm/components/UserSubscribedGroupsWidget/Skeleton.js +2 -6
  575. package/lib/esm/components/UserSubscribedGroupsWidget/UserSubscribedGroupsWidget.js +7 -22
  576. package/lib/esm/components/UserSuggestionWidget/Skeleton.js +2 -5
  577. package/lib/esm/components/UserSuggestionWidget/UserSuggestionWidget.js +5 -17
  578. package/lib/esm/components/VoteAudienceButton/VoteAudienceButton.js +9 -23
  579. package/lib/esm/components/VoteButton/VoteButton.js +9 -15
  580. package/lib/esm/components/Widget/index.js +3 -2
  581. package/lib/esm/index.d.ts +3 -1
  582. package/lib/esm/index.js +4 -2
  583. package/lib/esm/shared/AutoPlayer/index.js +5 -6
  584. package/lib/esm/shared/BaseDialog/BaseDialog.js +3 -10
  585. package/lib/esm/shared/BaseItem/BaseItem.js +4 -10
  586. package/lib/esm/shared/BaseItemButton/BaseItemButton.js +4 -10
  587. package/lib/esm/shared/Bullet/index.js +2 -1
  588. package/lib/esm/shared/Calendar/index.js +6 -3
  589. package/lib/esm/shared/CentralProgress/index.js +3 -4
  590. package/lib/esm/shared/ConfirmDialog/ConfirmDialog.js +2 -9
  591. package/lib/esm/shared/ConsentSolutionSwitch/index.js +5 -8
  592. package/lib/esm/shared/ContributionActionsMenu/index.js +22 -85
  593. package/lib/esm/shared/CustomSnackMessage/index.js +3 -7
  594. package/lib/esm/shared/DateTimeAgo/index.js +2 -6
  595. package/lib/esm/shared/EmailTextField/index.js +3 -2
  596. package/lib/esm/shared/EmojiPicker/EmojiPicker.js +2 -2
  597. package/lib/esm/shared/EventInfoDetails/index.js +5 -22
  598. package/lib/esm/shared/HiddenPlaceholder/index.js +2 -2
  599. package/lib/esm/shared/InfiniteScroll/index.js +8 -18
  600. package/lib/esm/shared/InfiniteScroll/stories/InfiniteScrollWithHeight.js +3 -8
  601. package/lib/esm/shared/InfiniteScroll/stories/PullDownToRefreshInfScroll.js +3 -7
  602. package/lib/esm/shared/InfiniteScroll/stories/ScrollableTargetFixedInfScroll.js +13 -18
  603. package/lib/esm/shared/InfiniteScroll/stories/ScrollableTargetInfScroll.js +3 -8
  604. package/lib/esm/shared/InfiniteScroll/stories/ScrolleableTop.js +6 -11
  605. package/lib/esm/shared/InfiniteScroll/stories/WindowInfiniteScrollComponent.js +3 -6
  606. package/lib/esm/shared/LanguageSwitcher/index.js +3 -5
  607. package/lib/esm/shared/Lightbox/Lightbox.js +4 -3
  608. package/lib/esm/shared/MarkRead/MarkRead.js +3 -3
  609. package/lib/esm/shared/Media/File/DisplayComponent.js +13 -42
  610. package/lib/esm/shared/Media/File/Lightbox/index.js +5 -5
  611. package/lib/esm/shared/Media/File/PreviewComponent.js +5 -9
  612. package/lib/esm/shared/Media/File/TriggerButton.js +14 -25
  613. package/lib/esm/shared/Media/File/asUploadButton.js +3 -2
  614. package/lib/esm/shared/Media/Link/DisplayComponent.js +8 -15
  615. package/lib/esm/shared/Media/Link/LayerComponent.js +2 -11
  616. package/lib/esm/shared/Media/Link/PreviewComponent.js +2 -4
  617. package/lib/esm/shared/Media/Link/TriggerButton.js +2 -3
  618. package/lib/esm/shared/Media/Link/UrlTextField/index.js +5 -7
  619. package/lib/esm/shared/Media/Share/DisplayComponent.js +3 -3
  620. package/lib/esm/shared/MetadataField/MetadataField.js +8 -7
  621. package/lib/esm/shared/NewChip/NewChip.js +2 -2
  622. package/lib/esm/shared/NotificationItem/NotificationItem.js +3 -12
  623. package/lib/esm/shared/PasswordTextField/index.js +4 -6
  624. package/lib/esm/shared/PhoneTextField/index.js +3 -2
  625. package/lib/esm/shared/ScrollContainer/index.js +2 -2
  626. package/lib/esm/shared/StickyBox/index.js +3 -2
  627. package/lib/esm/shared/TagChip/index.js +2 -2
  628. package/lib/esm/shared/Tags/index.js +11 -23
  629. package/lib/esm/shared/UrlTextField/index.js +3 -2
  630. package/lib/esm/shared/UserAvatar/UserAvatar.js +3 -2
  631. package/lib/esm/shared/UserDeletedSnackBar/UserDeletedSnackBar.js +3 -5
  632. package/lib/esm/shared/UsernameTextField/index.js +3 -2
  633. package/lib/esm/shared/VirtualizedScroller/VirtualScrollerChild.js +2 -2
  634. package/lib/esm/shared/VirtualizedScroller/VirtualizedScroller.js +3 -2
  635. package/lib/esm/utils/contribution.js +3 -3
  636. package/lib/esm/utils/errors.js +3 -3
  637. package/lib/umd/react-ui.js +1 -1
  638. package/package.json +7 -7
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
5
  const material_1 = require("@mui/material");
5
6
  const react_1 = tslib_1.__importStar(require("react"));
6
7
  const Icon_1 = tslib_1.__importDefault(require("@mui/material/Icon"));
@@ -128,57 +129,19 @@ function NavigationToolbar(inProps) {
128
129
  };
129
130
  // RENDER
130
131
  if (scUserContext.loading) {
131
- return react_1.default.createElement(Skeleton_1.default, null);
132
+ return (0, jsx_runtime_1.jsx)(Skeleton_1.default, {});
132
133
  }
133
- const _children = children || (react_1.default.createElement(material_1.Box, { className: classes.navigation },
134
- scUserContext.user && (react_1.default.createElement(material_1.IconButton, { className: (0, classnames_1.default)(classes.home, { [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.HOME_ROUTE_NAME, {})) }), "aria-label": "Home", to: scRoutingContext.url(react_core_1.SCRoutes.HOME_ROUTE_NAME, {}), component: react_core_1.Link },
135
- react_1.default.createElement(Icon_1.default, null, "home"))),
136
- preferences[react_core_1.SCPreferences.CONFIGURATIONS_EXPLORE_STREAM_ENABLED] &&
137
- (preferences[react_core_1.SCPreferences.CONFIGURATIONS_CONTENT_AVAILABILITY] || scUserContext.user) && (react_1.default.createElement(material_1.IconButton, { className: (0, classnames_1.default)(classes.explore, { [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.EXPLORE_ROUTE_NAME, {})) }), "aria-label": "Explore", to: scRoutingContext.url(react_core_1.SCRoutes.EXPLORE_ROUTE_NAME, {}), component: react_core_1.Link },
138
- react_1.default.createElement(Icon_1.default, null, "explore"))),
139
- groupsEnabled && scUserContext.user && (react_1.default.createElement(material_1.IconButton, { className: (0, classnames_1.default)(classes.groups, {
140
- [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.GROUPS_SUBSCRIBED_ROUTE_NAME, {})) ||
141
- value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.GROUPS_ROUTE_NAME, {}))
142
- }), "aria-label": "Groups", to: scRoutingContext.url(react_core_1.SCRoutes.GROUPS_SUBSCRIBED_ROUTE_NAME, {}), component: react_core_1.Link },
143
- react_1.default.createElement(Icon_1.default, null, "groups"))),
144
- eventsEnabled && scUserContext.user && (react_1.default.createElement(material_1.IconButton, { className: (0, classnames_1.default)(classes.events, {
145
- [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.EVENT_ROUTE_NAME, {}))
146
- }), "aria-label": "Groups", to: scRoutingContext.url(react_core_1.SCRoutes.EVENTS_ROUTE_NAME, {}), component: react_core_1.Link },
147
- react_1.default.createElement(Icon_1.default, null, "CalendarIcon")))));
148
- return (react_1.default.createElement(Root, Object.assign({ className: (0, classnames_1.default)(className, classes.root) }, rest),
149
- react_1.default.createElement(NavigationMenuIconButtonComponent, null),
150
- react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes.HOME_ROUTE_NAME, {}), className: classes.logo },
151
- react_1.default.createElement("img", { src: preferences[react_core_1.SCPreferences.LOGO_NAVBAR_LOGO], alt: "logo" })),
152
- !scUserContext.user && !preferences[react_core_1.SCPreferences.ADDONS_CLOSED_COMMUNITY] && (react_1.default.createElement(material_1.Button, { color: "inherit", component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.SIGNUP_ROUTE_NAME, {}), className: classes.register },
153
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.appBar.navigation.register", defaultMessage: "ui.appBar.navigation.register" }))),
154
- preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_ENABLED] && (react_1.default.createElement(react_1.default.Fragment, null, preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_TEXT] ? (react_1.default.createElement(material_1.Tooltip, { title: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_TEXT] },
155
- react_1.default.createElement(react_core_1.Link, { target: "blank", to: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_URL], className: classes.customItem },
156
- react_1.default.createElement("img", { src: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_IMAGE], alt: "custom_item" })))) : (react_1.default.createElement(react_core_1.Link, { target: "blank", to: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_URL], className: classes.customItem },
157
- react_1.default.createElement("img", { src: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_IMAGE], alt: "custom_item" }))))),
158
- _children,
159
- (preferences[react_core_1.SCPreferences.CONFIGURATIONS_CONTENT_AVAILABILITY] || scUserContext.user) && !disableSearch ? (react_1.default.createElement(SearchAutocomplete_1.default, Object.assign({ className: classes.search, blurOnSelect: true }, SearchAutocompleteProps))) : (react_1.default.createElement(material_1.Box, { className: classes.search })),
160
- startActions,
161
- scUserContext.user ? (react_1.default.createElement(react_1.default.Fragment, null,
162
- showComposer && react_1.default.createElement(ComposerIconButton_1.default, Object.assign({ className: classes.composer }, ComposerIconButtonProps)),
163
- react_1.default.createElement(material_1.Tooltip, { title: scUserContext.user.username },
164
- react_1.default.createElement(material_1.IconButton, { component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, scUserContext.user), "aria-label": "Profile", className: classes.profile },
165
- react_1.default.createElement(material_1.Avatar, { alt: scUserContext.user.username, src: scUserContext.user.avatar }))),
166
- react_1.default.createElement(react_1.default.Fragment, null,
167
- react_1.default.createElement(material_1.IconButton, { className: (0, classnames_1.default)(classes.notification, {
168
- [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.USER_NOTIFICATIONS_ROUTE_NAME, {}))
169
- }), "aria-label": "Notification", onClick: handleOpenNotificationMenu },
170
- react_1.default.createElement(material_1.Badge, { badgeContent: scUserContext.user.unseen_notification_banners_counter + scUserContext.user.unseen_interactions_counter, color: "secondary" },
171
- react_1.default.createElement(Icon_1.default, null, "notifications_active"))),
172
- react_1.default.createElement(NotificationMenu_1.default, Object.assign({ className: classes.notificationsMenu, id: "notification-menu", anchorEl: anchorNotification, open: Boolean(anchorNotification), onClose: handleCloseNotificationMenu, onClick: handleCloseNotificationMenu, transformOrigin: { horizontal: 'right', vertical: 'top' }, anchorOrigin: { horizontal: 'right', vertical: 'bottom' } }, NotificationMenuProps))),
173
- privateMessagingEnabled && (react_1.default.createElement(material_1.IconButton, { className: (0, classnames_1.default)(classes.messages, {
174
- [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.USER_PRIVATE_MESSAGES_ROUTE_NAME, {}))
175
- }), "aria-label": "Messages", to: scRoutingContext.url(react_core_1.SCRoutes.USER_PRIVATE_MESSAGES_ROUTE_NAME, {}), component: react_core_1.Link },
176
- react_1.default.createElement(material_1.Badge, { badgeContent: 0, color: "secondary" },
177
- react_1.default.createElement(Icon_1.default, null, "email")))),
178
- endActions,
179
- react_1.default.createElement(NavigationSettingsIconButtonComponent, { className: classes.settings }))) : (react_1.default.createElement(react_1.default.Fragment, null,
180
- endActions,
181
- react_1.default.createElement(material_1.Button, { color: "inherit", component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.SIGNIN_ROUTE_NAME, {}) },
182
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.appBar.navigation.login", defaultMessage: "ui.appBar.navigation.login" }))))));
134
+ const _children = children || ((0, jsx_runtime_1.jsxs)(material_1.Box, Object.assign({ className: classes.navigation }, { children: [scUserContext.user && ((0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ className: (0, classnames_1.default)(classes.home, { [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.HOME_ROUTE_NAME, {})) }), "aria-label": "Home", to: scRoutingContext.url(react_core_1.SCRoutes.HOME_ROUTE_NAME, {}), component: react_core_1.Link }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "home" }) }))), preferences[react_core_1.SCPreferences.CONFIGURATIONS_EXPLORE_STREAM_ENABLED] &&
135
+ (preferences[react_core_1.SCPreferences.CONFIGURATIONS_CONTENT_AVAILABILITY] || scUserContext.user) && ((0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ className: (0, classnames_1.default)(classes.explore, { [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.EXPLORE_ROUTE_NAME, {})) }), "aria-label": "Explore", to: scRoutingContext.url(react_core_1.SCRoutes.EXPLORE_ROUTE_NAME, {}), component: react_core_1.Link }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "explore" }) }))), groupsEnabled && scUserContext.user && ((0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ className: (0, classnames_1.default)(classes.groups, {
136
+ [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.GROUPS_SUBSCRIBED_ROUTE_NAME, {})) ||
137
+ value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.GROUPS_ROUTE_NAME, {}))
138
+ }), "aria-label": "Groups", to: scRoutingContext.url(react_core_1.SCRoutes.GROUPS_SUBSCRIBED_ROUTE_NAME, {}), component: react_core_1.Link }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "groups" }) }))), eventsEnabled && scUserContext.user && ((0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ className: (0, classnames_1.default)(classes.events, {
139
+ [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.EVENT_ROUTE_NAME, {}))
140
+ }), "aria-label": "Groups", to: scRoutingContext.url(react_core_1.SCRoutes.EVENTS_ROUTE_NAME, {}), component: react_core_1.Link }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "CalendarIcon" }) })))] })));
141
+ return ((0, jsx_runtime_1.jsxs)(Root, Object.assign({ className: (0, classnames_1.default)(className, classes.root) }, rest, { children: [(0, jsx_runtime_1.jsx)(NavigationMenuIconButtonComponent, {}), (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes.HOME_ROUTE_NAME, {}), className: classes.logo }, { children: (0, jsx_runtime_1.jsx)("img", { src: preferences[react_core_1.SCPreferences.LOGO_NAVBAR_LOGO], alt: "logo" }) })), !scUserContext.user && !preferences[react_core_1.SCPreferences.ADDONS_CLOSED_COMMUNITY] && ((0, jsx_runtime_1.jsx)(material_1.Button, Object.assign({ color: "inherit", component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.SIGNUP_ROUTE_NAME, {}), className: classes.register }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.appBar.navigation.register", defaultMessage: "ui.appBar.navigation.register" }) }))), preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_ENABLED] && ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_TEXT] ? ((0, jsx_runtime_1.jsx)(material_1.Tooltip, Object.assign({ title: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_TEXT] }, { children: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ target: "blank", to: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_URL], className: classes.customItem }, { children: (0, jsx_runtime_1.jsx)("img", { src: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_IMAGE], alt: "custom_item" }) })) }))) : ((0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ target: "blank", to: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_URL], className: classes.customItem }, { children: (0, jsx_runtime_1.jsx)("img", { src: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_IMAGE], alt: "custom_item" }) }))) })), _children, (preferences[react_core_1.SCPreferences.CONFIGURATIONS_CONTENT_AVAILABILITY] || scUserContext.user) && !disableSearch ? ((0, jsx_runtime_1.jsx)(SearchAutocomplete_1.default, Object.assign({ className: classes.search, blurOnSelect: true }, SearchAutocompleteProps))) : ((0, jsx_runtime_1.jsx)(material_1.Box, { className: classes.search })), startActions, scUserContext.user ? ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [showComposer && (0, jsx_runtime_1.jsx)(ComposerIconButton_1.default, Object.assign({ className: classes.composer }, ComposerIconButtonProps)), (0, jsx_runtime_1.jsx)(material_1.Tooltip, Object.assign({ title: scUserContext.user.username }, { children: (0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, scUserContext.user), "aria-label": "Profile", className: classes.profile }, { children: (0, jsx_runtime_1.jsx)(material_1.Avatar, { alt: scUserContext.user.username, src: scUserContext.user.avatar }) })) })), (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ className: (0, classnames_1.default)(classes.notification, {
142
+ [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.USER_NOTIFICATIONS_ROUTE_NAME, {}))
143
+ }), "aria-label": "Notification", onClick: handleOpenNotificationMenu }, { children: (0, jsx_runtime_1.jsx)(material_1.Badge, Object.assign({ badgeContent: scUserContext.user.unseen_notification_banners_counter + scUserContext.user.unseen_interactions_counter, color: "secondary" }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "notifications_active" }) })) })), (0, jsx_runtime_1.jsx)(NotificationMenu_1.default, Object.assign({ className: classes.notificationsMenu, id: "notification-menu", anchorEl: anchorNotification, open: Boolean(anchorNotification), onClose: handleCloseNotificationMenu, onClick: handleCloseNotificationMenu, transformOrigin: { horizontal: 'right', vertical: 'top' }, anchorOrigin: { horizontal: 'right', vertical: 'bottom' } }, NotificationMenuProps))] }), privateMessagingEnabled && ((0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ className: (0, classnames_1.default)(classes.messages, {
144
+ [classes.active]: value.startsWith(scRoutingContext.url(react_core_1.SCRoutes.USER_PRIVATE_MESSAGES_ROUTE_NAME, {}))
145
+ }), "aria-label": "Messages", to: scRoutingContext.url(react_core_1.SCRoutes.USER_PRIVATE_MESSAGES_ROUTE_NAME, {}), component: react_core_1.Link }, { children: (0, jsx_runtime_1.jsx)(material_1.Badge, Object.assign({ badgeContent: 0, color: "secondary" }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "email" }) })) }))), endActions, (0, jsx_runtime_1.jsx)(NavigationSettingsIconButtonComponent, { className: classes.settings })] })) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [endActions, (0, jsx_runtime_1.jsx)(material_1.Button, Object.assign({ color: "inherit", component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.SIGNIN_ROUTE_NAME, {}) }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.appBar.navigation.login", defaultMessage: "ui.appBar.navigation.login" }) }))] }))] })));
183
146
  }
184
147
  exports.default = NavigationToolbar;
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
5
  const material_1 = require("@mui/material");
5
6
  const react_core_1 = require("@selfcommunity/react-core");
6
7
  const react_intl_1 = require("react-intl");
7
- const react_1 = tslib_1.__importDefault(require("react"));
8
8
  const system_1 = require("@mui/system");
9
9
  const SnippetNotifications_1 = tslib_1.__importDefault(require("../SnippetNotifications"));
10
10
  const constants_1 = require("./constants");
@@ -30,9 +30,6 @@ function NotificationMenu(inProps) {
30
30
  return (
31
31
  // eslint-disable-next-line @typescript-eslint/ban-ts-ignore
32
32
  // @ts-ignore
33
- react_1.default.createElement(Root, Object.assign({ className: classes.root, PaperProps: PaperProps, MenuListProps: MenuListProps }, rest),
34
- react_1.default.createElement(SnippetNotifications_1.default, Object.assign({ className: classes.notifications }, SnippetNotificationsProps)),
35
- react_1.default.createElement(material_1.Button, { className: classes.link, component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.USER_NOTIFICATIONS_ROUTE_NAME, {}), variant: "text" },
36
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.header.notifications.button.seeMore", defaultMessage: "ui.header.notifications.button.seeMore" }))));
33
+ (0, jsx_runtime_1.jsxs)(Root, Object.assign({ className: classes.root, PaperProps: PaperProps, MenuListProps: MenuListProps }, rest, { children: [(0, jsx_runtime_1.jsx)(SnippetNotifications_1.default, Object.assign({ className: classes.notifications }, SnippetNotificationsProps)), (0, jsx_runtime_1.jsx)(material_1.Button, Object.assign({ className: classes.link, component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.USER_NOTIFICATIONS_ROUTE_NAME, {}), variant: "text" }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.header.notifications.button.seeMore", defaultMessage: "ui.header.notifications.button.seeMore" }) }))] })));
37
34
  }
38
35
  exports.default = NotificationMenu;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- const react_1 = tslib_1.__importDefault(require("react"));
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const material_1 = require("@mui/material");
6
6
  const styles_1 = require("@mui/material/styles");
7
7
  const Skeleton_1 = tslib_1.__importDefault(require("@mui/material/Skeleton"));
@@ -40,9 +40,6 @@ const Root = (0, styles_1.styled)(material_1.Toolbar, {
40
40
  *
41
41
  */
42
42
  function NavigationToolbarSkeleton() {
43
- return (react_1.default.createElement(Root, { className: classes.root },
44
- react_1.default.createElement(Skeleton_1.default, { className: classes.logo, animation: "wave", variant: "rectangular" }),
45
- react_1.default.createElement(Skeleton_1.default, { className: classes.navigation, animation: "wave", variant: "rectangular" }),
46
- react_1.default.createElement(Skeleton_1.default, { className: classes.avatar, animation: "wave", variant: "rounded" })));
43
+ return ((0, jsx_runtime_1.jsxs)(Root, Object.assign({ className: classes.root }, { children: [(0, jsx_runtime_1.jsx)(Skeleton_1.default, { className: classes.logo, animation: "wave", variant: "rectangular" }), (0, jsx_runtime_1.jsx)(Skeleton_1.default, { className: classes.navigation, animation: "wave", variant: "rectangular" }), (0, jsx_runtime_1.jsx)(Skeleton_1.default, { className: classes.avatar, animation: "wave", variant: "rounded" })] })));
47
44
  }
48
45
  exports.default = NavigationToolbarSkeleton;
@@ -1,8 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
5
  const material_1 = require("@mui/material");
5
- const react_1 = tslib_1.__importStar(require("react"));
6
+ const react_1 = require("react");
6
7
  const react_core_1 = require("@selfcommunity/react-core");
7
8
  const Icon_1 = tslib_1.__importDefault(require("@mui/material/Icon"));
8
9
  const system_1 = require("@mui/system");
@@ -93,32 +94,15 @@ function NavigationToolbarMobile(inProps) {
93
94
  }, []);
94
95
  // RENDER
95
96
  if (scUserContext.loading) {
96
- return react_1.default.createElement(Skeleton_1.default, null);
97
+ return (0, jsx_runtime_1.jsx)(Skeleton_1.default, {});
97
98
  }
98
- const _children = children || (react_1.default.createElement(react_1.default.Fragment, null,
99
- react_1.default.createElement(NavigationMenuIconButtonComponent, null),
100
- react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes.HOME_ROUTE_NAME, {}), className: (0, classnames_1.default)(className, classes.logo, {
101
- [classes.logoFlex]: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_URL].value
102
- }) }, !preserveDesktopLogo ? (react_1.default.createElement("img", { src: preferences[react_core_1.SCPreferences.LOGO_NAVBAR_LOGO_MOBILE].value, alt: "logo" })) : (react_1.default.createElement("img", { src: preferences[react_core_1.SCPreferences.LOGO_NAVBAR_LOGO].value, alt: "logo" }))),
103
- preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_ENABLED].value && (react_1.default.createElement(react_core_1.Link, { target: "blank", to: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_URL].value, className: classes.customItem },
104
- react_1.default.createElement("img", { src: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_IMAGE].value, alt: "custom_item" })))));
105
- return (react_1.default.createElement(Root, Object.assign({ className: (0, classnames_1.default)(className, classes.root) }, rest),
106
- _children,
107
- startActions,
108
- (contentAvailable || scUserContext.user) && !disableSearch && (react_1.default.createElement(react_1.default.Fragment, null,
109
- react_1.default.createElement(material_1.IconButton, { className: classes.search, onClick: handleOpenSearch },
110
- react_1.default.createElement(Icon_1.default, null, "search")),
111
- react_1.default.createElement(SearchDialog_1.default, { className: classes.searchDialog, fullScreen: true, open: searchOpen, SearchAutocompleteProps: Object.assign(Object.assign({}, SearchAutocompleteProps), { onClear: handleCloseSearch }) }))),
112
- endActions,
113
- (!postOnlyStaffEnabled || (react_core_1.UserUtils.isStaff(scUserContext.user) && postOnlyStaffEnabled)) &&
114
- groupsEnabled &&
115
- eventsEnabled &&
116
- (scUserContext.user || contentAvailable) &&
117
- exploreStreamEnabled && react_1.default.createElement(ComposerIconButton_1.default, null),
118
- scUserContext.user && (groupsEnabled || eventsEnabled) && (react_1.default.createElement(material_1.IconButton, { className: classes.notifications, component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.USER_NOTIFICATIONS_ROUTE_NAME, {}) },
119
- react_1.default.createElement(material_1.Badge, { badgeContent: scUserContext.user.unseen_notification_banners_counter + scUserContext.user.unseen_interactions_counter, color: "secondary" },
120
- react_1.default.createElement(Icon_1.default, null, "notifications_active")))),
121
- scUserContext.user ? (react_1.default.createElement(NavigationSettingsIconButtonComponent, { className: classes.settings })) : (react_1.default.createElement(material_1.Button, { className: classes.login, color: "inherit", component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.SIGNIN_ROUTE_NAME, {}) },
122
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.appBar.navigation.login", defaultMessage: "ui.appBar.navigation.login" })))));
99
+ const _children = children || ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(NavigationMenuIconButtonComponent, {}), (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes.HOME_ROUTE_NAME, {}), className: (0, classnames_1.default)(className, classes.logo, {
100
+ [classes.logoFlex]: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_URL].value
101
+ }) }, { children: !preserveDesktopLogo ? ((0, jsx_runtime_1.jsx)("img", { src: preferences[react_core_1.SCPreferences.LOGO_NAVBAR_LOGO_MOBILE].value, alt: "logo" })) : ((0, jsx_runtime_1.jsx)("img", { src: preferences[react_core_1.SCPreferences.LOGO_NAVBAR_LOGO].value, alt: "logo" })) })), preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_ENABLED].value && ((0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ target: "blank", to: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_URL].value, className: classes.customItem }, { children: (0, jsx_runtime_1.jsx)("img", { src: preferences[react_core_1.SCPreferences.CONFIGURATIONS_CUSTOM_NAVBAR_ITEM_IMAGE].value, alt: "custom_item" }) })))] }));
102
+ return ((0, jsx_runtime_1.jsxs)(Root, Object.assign({ className: (0, classnames_1.default)(className, classes.root) }, rest, { children: [_children, startActions, (contentAvailable || scUserContext.user) && !disableSearch && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ className: classes.search, onClick: handleOpenSearch }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "search" }) })), (0, jsx_runtime_1.jsx)(SearchDialog_1.default, { className: classes.searchDialog, fullScreen: true, open: searchOpen, SearchAutocompleteProps: Object.assign(Object.assign({}, SearchAutocompleteProps), { onClear: handleCloseSearch }) })] })), endActions, (!postOnlyStaffEnabled || (react_core_1.UserUtils.isStaff(scUserContext.user) && postOnlyStaffEnabled)) &&
103
+ groupsEnabled &&
104
+ eventsEnabled &&
105
+ (scUserContext.user || contentAvailable) &&
106
+ exploreStreamEnabled && (0, jsx_runtime_1.jsx)(ComposerIconButton_1.default, {}), scUserContext.user && (groupsEnabled || eventsEnabled) && ((0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ className: classes.notifications, component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.USER_NOTIFICATIONS_ROUTE_NAME, {}) }, { children: (0, jsx_runtime_1.jsx)(material_1.Badge, Object.assign({ badgeContent: scUserContext.user.unseen_notification_banners_counter + scUserContext.user.unseen_interactions_counter, color: "secondary" }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "notifications_active" }) })) }))), scUserContext.user ? ((0, jsx_runtime_1.jsx)(NavigationSettingsIconButtonComponent, { className: classes.settings })) : ((0, jsx_runtime_1.jsx)(material_1.Button, Object.assign({ className: classes.login, color: "inherit", component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.SIGNIN_ROUTE_NAME, {}) }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.appBar.navigation.login", defaultMessage: "ui.appBar.navigation.login" }) })))] })));
123
107
  }
124
108
  exports.default = NavigationToolbarMobile;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- const react_1 = tslib_1.__importDefault(require("react"));
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const material_1 = require("@mui/material");
6
6
  const styles_1 = require("@mui/material/styles");
7
7
  const Skeleton_1 = tslib_1.__importDefault(require("@mui/material/Skeleton"));
@@ -36,7 +36,6 @@ const Root = (0, styles_1.styled)(material_1.Toolbar, {
36
36
  *
37
37
  */
38
38
  function NavigationToolbarMobileSkeleton() {
39
- return (react_1.default.createElement(Root, { className: classes.root },
40
- react_1.default.createElement(Skeleton_1.default, { className: classes.logo, animation: "wave", variant: "rectangular" })));
39
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ className: classes.root }, { children: (0, jsx_runtime_1.jsx)(Skeleton_1.default, { className: classes.logo, animation: "wave", variant: "rectangular" }) })));
41
40
  }
42
41
  exports.default = NavigationToolbarMobileSkeleton;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- const react_1 = tslib_1.__importDefault(require("react"));
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const styles_1 = require("@mui/material/styles");
6
6
  const material_1 = require("@mui/material");
7
7
  const Icon_1 = tslib_1.__importDefault(require("@mui/material/Icon"));
@@ -67,19 +67,6 @@ function CollapsedForNotification(props) {
67
67
  /**
68
68
  * Renders root object
69
69
  */
70
- return (react_1.default.createElement(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: react_1.default.createElement(material_1.Avatar, { variant: "circular", classes: { root: classes.flagIcon } },
71
- react_1.default.createElement(Icon_1.default, null, "outlined_flag")), primary: react_1.default.createElement(react_1.default.Fragment, null, isSnippetTemplate ? (react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes[`${contributionType.toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) },
72
- react_1.default.createElement(material_1.Typography, { component: "div", color: "inherit", className: classes.flagText },
73
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: `ui.notification.collapsedFor.${(0, utils_1.camelCase)(notificationObject.type)}Snippet`, defaultMessage: `ui.notification.collapsedFor.${(0, utils_1.camelCase)(notificationObject.type)}Snippet` })))) : (react_1.default.createElement(material_1.Typography, { component: "div", color: "inherit", className: classes.flagText }, intl.formatMessage(messages[(0, utils_1.camelCase)(notificationObject.type)], { b: (...chunks) => react_1.default.createElement("strong", null, chunks) })))), secondary: (template === types_1.SCNotificationObjectTemplateType.DETAIL || template === types_1.SCNotificationObjectTemplateType.SNIPPET) && (react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt })), footer: isSnippetTemplate ? null : (react_1.default.createElement(react_1.default.Fragment, null,
74
- react_1.default.createElement(material_1.Box, { className: classes.contributionWrap },
75
- react_1.default.createElement(material_1.Typography, { variant: 'body2', color: 'inherit', component: 'div', classes: { root: classes.contributionYouWroteLabel } },
76
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.notification.collapsedFor.youWrote", defaultMessage: "ui.notification.collapsedFor.youWrote" })),
77
- react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes[`${contributionType.toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])), className: classes.contributionText },
78
- react_1.default.createElement(material_1.Typography, { component: 'span', variant: "body2", gutterBottom: true }, (0, contribution_1.getContributionSnippet)(notificationObject[contributionType])))),
79
- template === types_1.SCNotificationObjectTemplateType.TOAST && (react_1.default.createElement(material_1.Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 },
80
- react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at }),
81
- react_1.default.createElement(material_1.Typography, { color: "primary", component: 'div' },
82
- react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes[`${notificationObject[contributionType]['type'].toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) },
83
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.userToastNotifications.viewContribution", defaultMessage: 'ui.userToastNotifications.viewContribution' }))))))) }, rest)));
70
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: (0, jsx_runtime_1.jsx)(material_1.Avatar, Object.assign({ variant: "circular", classes: { root: classes.flagIcon } }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "outlined_flag" }) })), primary: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: isSnippetTemplate ? ((0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes[`${contributionType.toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) }, { children: (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ component: "div", color: "inherit", className: classes.flagText }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: `ui.notification.collapsedFor.${(0, utils_1.camelCase)(notificationObject.type)}Snippet`, defaultMessage: `ui.notification.collapsedFor.${(0, utils_1.camelCase)(notificationObject.type)}Snippet` }) })) }))) : ((0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ component: "div", color: "inherit", className: classes.flagText }, { children: intl.formatMessage(messages[(0, utils_1.camelCase)(notificationObject.type)], { b: (...chunks) => (0, jsx_runtime_1.jsx)("strong", { children: chunks }) }) }))) }), secondary: (template === types_1.SCNotificationObjectTemplateType.DETAIL || template === types_1.SCNotificationObjectTemplateType.SNIPPET) && ((0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt })), footer: isSnippetTemplate ? null : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(material_1.Box, Object.assign({ className: classes.contributionWrap }, { children: [(0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ variant: 'body2', color: 'inherit', component: 'div', classes: { root: classes.contributionYouWroteLabel } }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.notification.collapsedFor.youWrote", defaultMessage: "ui.notification.collapsedFor.youWrote" }) })), (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes[`${contributionType.toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])), className: classes.contributionText }, { children: (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ component: 'span', variant: "body2", gutterBottom: true }, { children: (0, contribution_1.getContributionSnippet)(notificationObject[contributionType]) })) }))] })), template === types_1.SCNotificationObjectTemplateType.TOAST && ((0, jsx_runtime_1.jsxs)(material_1.Stack, Object.assign({ direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 }, { children: [(0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at }), (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ color: "primary", component: 'div' }, { children: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes[`${notificationObject[contributionType]['type'].toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.userToastNotifications.viewContribution", defaultMessage: 'ui.userToastNotifications.viewContribution' }) })) }))] })))] })) }, rest)));
84
71
  }
85
72
  exports.default = CollapsedForNotification;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
5
  const react_1 = tslib_1.__importStar(require("react"));
5
6
  const styles_1 = require("@mui/material/styles");
6
7
  const material_1 = require("@mui/material");
@@ -61,33 +62,16 @@ function CommentNotification(props) {
61
62
  /**
62
63
  * Renders root object
63
64
  */
64
- return (react_1.default.createElement(react_1.default.Fragment, null,
65
- react_1.default.createElement(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: react_1.default.createElement(react_core_1.Link, Object.assign({}, (!notificationObject.comment.author.deleted && {
66
- to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject.comment.author)
67
- }), { onClick: notificationObject.comment.author.deleted ? () => setOpenAlert(true) : null }),
68
- react_1.default.createElement(UserAvatar_1.default, { hide: !notificationObject.comment.author.community_badge, smaller: true },
69
- react_1.default.createElement(material_1.Avatar, { alt: notificationObject.comment.author.username, variant: "circular", src: notificationObject.comment.author.avatar, classes: { root: classes.avatar } }))), primary: react_1.default.createElement(react_1.default.Fragment, null,
70
- react_1.default.createElement(react_core_1.Link, Object.assign({}, (!notificationObject.comment.author.deleted && {
65
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({}, (!notificationObject.comment.author.deleted && {
71
66
  to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject.comment.author)
72
- }), { onClick: notificationObject.comment.author.deleted ? () => setOpenAlert(true) : null, className: classes.username }), notificationObject.comment.author.username),
73
- ' ',
74
- notificationObject.type === types_1.SCNotificationTypologyType.NESTED_COMMENT
75
- ? intl.formatMessage(messages.comment, {
76
- b: (...chunks) => react_1.default.createElement("strong", null, chunks)
77
- })
78
- : intl.formatMessage(messages.nestedComment, {
79
- b: (...chunks) => react_1.default.createElement("strong", null, chunks)
80
- })), secondary: react_1.default.createElement(react_1.default.Fragment, null,
81
- react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes.COMMENT_ROUTE_NAME, (0, contribution_1.getRouteData)(notificationObject.comment)) },
82
- react_1.default.createElement(material_1.Typography, { variant: "body2", className: classes.contributionText }, (0, contribution_1.getContributionSnippet)(notificationObject.comment))),
83
- (template === types_2.SCNotificationObjectTemplateType.DETAIL || template === types_2.SCNotificationObjectTemplateType.SNIPPET) && (react_1.default.createElement(material_1.Stack, { direction: "row", justifyContent: "flex-start", alignItems: "center", spacing: 1 },
84
- react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt }),
85
- react_1.default.createElement(Bullet_1.default, { className: classes.bullet }),
86
- react_1.default.createElement(VoteButton_1.default, { className: classes.voteButton, variant: "text", size: "small", contributionId: notificationObject.comment.id, contributionType: types_1.SCContributionType.COMMENT, contribution: notificationObject.comment, onVote: handleVote })))), footer: template === types_2.SCNotificationObjectTemplateType.TOAST && (react_1.default.createElement(material_1.Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 },
87
- react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at }),
88
- react_1.default.createElement(material_1.Typography, { color: "primary", component: 'div' },
89
- react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes.COMMENT_ROUTE_NAME, (0, contribution_1.getRouteData)(notificationObject.comment)) },
90
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.userToastNotifications.viewContribution", defaultMessage: 'ui.userToastNotifications.viewContribution' }))))) }, rest)),
91
- openAlert && react_1.default.createElement(UserDeletedSnackBar_1.default, { open: openAlert, handleClose: () => setOpenAlert(false) })));
67
+ }), { onClick: notificationObject.comment.author.deleted ? () => setOpenAlert(true) : null }, { children: (0, jsx_runtime_1.jsx)(UserAvatar_1.default, Object.assign({ hide: !notificationObject.comment.author.community_badge, smaller: true }, { children: (0, jsx_runtime_1.jsx)(material_1.Avatar, { alt: notificationObject.comment.author.username, variant: "circular", src: notificationObject.comment.author.avatar, classes: { root: classes.avatar } }) })) })), primary: (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({}, (!notificationObject.comment.author.deleted && {
68
+ to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject.comment.author)
69
+ }), { onClick: notificationObject.comment.author.deleted ? () => setOpenAlert(true) : null, className: classes.username }, { children: notificationObject.comment.author.username })), ' ', notificationObject.type === types_1.SCNotificationTypologyType.NESTED_COMMENT
70
+ ? intl.formatMessage(messages.comment, {
71
+ b: (...chunks) => (0, jsx_runtime_1.jsx)("strong", { children: chunks })
72
+ })
73
+ : intl.formatMessage(messages.nestedComment, {
74
+ b: (...chunks) => (0, jsx_runtime_1.jsx)("strong", { children: chunks })
75
+ })] }), secondary: (0, jsx_runtime_1.jsxs)(react_1.default.Fragment, { children: [(0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes.COMMENT_ROUTE_NAME, (0, contribution_1.getRouteData)(notificationObject.comment)) }, { children: (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ variant: "body2", className: classes.contributionText }, { children: (0, contribution_1.getContributionSnippet)(notificationObject.comment) })) })), (template === types_2.SCNotificationObjectTemplateType.DETAIL || template === types_2.SCNotificationObjectTemplateType.SNIPPET) && ((0, jsx_runtime_1.jsxs)(material_1.Stack, Object.assign({ direction: "row", justifyContent: "flex-start", alignItems: "center", spacing: 1 }, { children: [(0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt }), (0, jsx_runtime_1.jsx)(Bullet_1.default, { className: classes.bullet }), (0, jsx_runtime_1.jsx)(VoteButton_1.default, { className: classes.voteButton, variant: "text", size: "small", contributionId: notificationObject.comment.id, contributionType: types_1.SCContributionType.COMMENT, contribution: notificationObject.comment, onVote: handleVote })] })))] }), footer: template === types_2.SCNotificationObjectTemplateType.TOAST && ((0, jsx_runtime_1.jsxs)(material_1.Stack, Object.assign({ direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 }, { children: [(0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at }), (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ color: "primary", component: 'div' }, { children: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes.COMMENT_ROUTE_NAME, (0, contribution_1.getRouteData)(notificationObject.comment)) }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.userToastNotifications.viewContribution", defaultMessage: 'ui.userToastNotifications.viewContribution' }) })) }))] }))) }, rest)), openAlert && (0, jsx_runtime_1.jsx)(UserDeletedSnackBar_1.default, { open: openAlert, handleClose: () => setOpenAlert(false) })] }));
92
76
  }
93
77
  exports.default = CommentNotification;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
5
  const react_1 = tslib_1.__importStar(require("react"));
5
6
  const styles_1 = require("@mui/material/styles");
6
7
  const material_1 = require("@mui/material");
@@ -71,34 +72,16 @@ function ContributionNotification(props) {
71
72
  /**
72
73
  * Renders root object
73
74
  */
74
- return (react_1.default.createElement(react_1.default.Fragment, null,
75
- react_1.default.createElement(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: react_1.default.createElement(react_core_1.Link, Object.assign({}, (!notificationObject[contributionType].author.deleted && {
76
- to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject[contributionType].author)
77
- }), { onClick: notificationObject[contributionType].author.deleted ? () => setOpenAlert(true) : null }),
78
- react_1.default.createElement(UserAvatar_1.default, { hide: !notificationObject[contributionType].author.community_badge, smaller: true },
79
- react_1.default.createElement(material_1.Avatar, { alt: notificationObject[contributionType].author.username, variant: "circular", src: notificationObject[contributionType].author.avatar, classes: { root: classes.avatar } }))), primary: react_1.default.createElement(react_1.default.Fragment, null,
80
- react_1.default.createElement(react_core_1.Link, Object.assign({}, (!notificationObject[contributionType].author.deleted && {
75
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({}, (!notificationObject[contributionType].author.deleted && {
81
76
  to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject[contributionType].author)
82
- }), { onClick: notificationObject[contributionType].author.deleted ? () => setOpenAlert(true) : null, className: classes.username }), notificationObject[contributionType].author.username),
83
- ' ',
84
- template === types_2.SCNotificationObjectTemplateType.SNIPPET ? (react_1.default.createElement(react_1.default.Fragment, null, notificationObject[contributionType]['type'] === types_1.SCContributionType.POST ||
85
- notificationObject[contributionType]['type'] === types_1.SCContributionType.STATUS
86
- ? intl.formatMessage(messages.postOrStatusSnippet, { contribution: notificationObject[contributionType]['type'] })
87
- : intl.formatMessage(messages.discussionSnippet))) : (react_1.default.createElement(react_1.default.Fragment, null, notificationObject[contributionType]['type'] === types_1.SCContributionType.POST ||
88
- notificationObject[contributionType]['type'] === types_1.SCContributionType.STATUS
89
- ? intl.formatMessage(messages.postOrStatus, { contribution: notificationObject[contributionType]['type'] })
90
- : intl.formatMessage(messages.discussion)))), secondary: react_1.default.createElement(react_1.default.Fragment, null,
91
- template === types_2.SCNotificationObjectTemplateType.SNIPPET && (react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes[`${contributionType.toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) },
92
- react_1.default.createElement(material_1.Typography, { variant: "body2", className: classes.contributionText, component: 'div' }, (0, contribution_1.getContributionSnippet)(notificationObject[contributionType])))),
93
- template === types_2.SCNotificationObjectTemplateType.DETAIL && (react_1.default.createElement(material_1.Stack, { direction: "row", justifyContent: "flex-start", alignItems: "center", spacing: 1 },
94
- react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt }),
95
- react_1.default.createElement(Bullet_1.default, { className: classes.bullet }),
96
- react_1.default.createElement(VoteButton_1.default, { className: classes.voteButton, variant: "text", size: "small", contributionId: notificationObject[contributionType].id, contributionType: contributionType, contribution: notificationObject[contributionType], onVote: handleVote }))),
97
- template === types_2.SCNotificationObjectTemplateType.SNIPPET && (react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt }))), footer: template === types_2.SCNotificationObjectTemplateType.TOAST && (react_1.default.createElement(material_1.Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 },
98
- react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at }),
99
- react_1.default.createElement(material_1.Typography, { color: "primary", component: 'div' },
100
- react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes[`${notificationObject[contributionType]['type'].toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) },
101
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.userToastNotifications.viewContribution", defaultMessage: 'ui.userToastNotifications.viewContribution' }))))) }, rest)),
102
- openAlert && react_1.default.createElement(UserDeletedSnackBar_1.default, { open: openAlert, handleClose: () => setOpenAlert(false) })));
77
+ }), { onClick: notificationObject[contributionType].author.deleted ? () => setOpenAlert(true) : null }, { children: (0, jsx_runtime_1.jsx)(UserAvatar_1.default, Object.assign({ hide: !notificationObject[contributionType].author.community_badge, smaller: true }, { children: (0, jsx_runtime_1.jsx)(material_1.Avatar, { alt: notificationObject[contributionType].author.username, variant: "circular", src: notificationObject[contributionType].author.avatar, classes: { root: classes.avatar } }) })) })), primary: (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({}, (!notificationObject[contributionType].author.deleted && {
78
+ to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject[contributionType].author)
79
+ }), { onClick: notificationObject[contributionType].author.deleted ? () => setOpenAlert(true) : null, className: classes.username }, { children: notificationObject[contributionType].author.username })), ' ', template === types_2.SCNotificationObjectTemplateType.SNIPPET ? ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: notificationObject[contributionType]['type'] === types_1.SCContributionType.POST ||
80
+ notificationObject[contributionType]['type'] === types_1.SCContributionType.STATUS
81
+ ? intl.formatMessage(messages.postOrStatusSnippet, { contribution: notificationObject[contributionType]['type'] })
82
+ : intl.formatMessage(messages.discussionSnippet) })) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: notificationObject[contributionType]['type'] === types_1.SCContributionType.POST ||
83
+ notificationObject[contributionType]['type'] === types_1.SCContributionType.STATUS
84
+ ? intl.formatMessage(messages.postOrStatus, { contribution: notificationObject[contributionType]['type'] })
85
+ : intl.formatMessage(messages.discussion) }))] }), secondary: (0, jsx_runtime_1.jsxs)(react_1.default.Fragment, { children: [template === types_2.SCNotificationObjectTemplateType.SNIPPET && ((0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes[`${contributionType.toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) }, { children: (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ variant: "body2", className: classes.contributionText, component: 'div' }, { children: (0, contribution_1.getContributionSnippet)(notificationObject[contributionType]) })) }))), template === types_2.SCNotificationObjectTemplateType.DETAIL && ((0, jsx_runtime_1.jsxs)(material_1.Stack, Object.assign({ direction: "row", justifyContent: "flex-start", alignItems: "center", spacing: 1 }, { children: [(0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt }), (0, jsx_runtime_1.jsx)(Bullet_1.default, { className: classes.bullet }), (0, jsx_runtime_1.jsx)(VoteButton_1.default, { className: classes.voteButton, variant: "text", size: "small", contributionId: notificationObject[contributionType].id, contributionType: contributionType, contribution: notificationObject[contributionType], onVote: handleVote })] }))), template === types_2.SCNotificationObjectTemplateType.SNIPPET && ((0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt }))] }), footer: template === types_2.SCNotificationObjectTemplateType.TOAST && ((0, jsx_runtime_1.jsxs)(material_1.Stack, Object.assign({ direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 }, { children: [(0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at }), (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ color: "primary", component: 'div' }, { children: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes[`${notificationObject[contributionType]['type'].toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.userToastNotifications.viewContribution", defaultMessage: 'ui.userToastNotifications.viewContribution' }) })) }))] }))) }, rest)), openAlert && (0, jsx_runtime_1.jsx)(UserDeletedSnackBar_1.default, { open: openAlert, handleClose: () => setOpenAlert(false) })] }));
103
86
  }
104
87
  exports.default = ContributionNotification;
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
5
  const react_1 = tslib_1.__importStar(require("react"));
5
6
  const styles_1 = require("@mui/material/styles");
6
7
  const material_1 = require("@mui/material");
@@ -51,24 +52,8 @@ function ContributionFollowNotification(props) {
51
52
  /**
52
53
  * Renders root object
53
54
  */
54
- return (react_1.default.createElement(react_1.default.Fragment, null,
55
- react_1.default.createElement(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: react_1.default.createElement(react_core_1.Link, Object.assign({}, (!notificationObject.user.deleted && { to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject.user) }), { onClick: notificationObject.user.deleted ? () => setOpenAlert(true) : null }),
56
- react_1.default.createElement(UserAvatar_1.default, { hide: !notificationObject.user.community_badge, smaller: true },
57
- react_1.default.createElement(material_1.Avatar, { alt: notificationObject.user.username, variant: "circular", src: notificationObject.user.avatar, classes: { root: classes.avatar } }))), primary: react_1.default.createElement(material_1.Typography, { component: "span", color: "inherit", className: classes.followText },
58
- react_1.default.createElement(react_core_1.Link, Object.assign({}, (!notificationObject.user.deleted && { to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject.user) }), { onClick: notificationObject.user.deleted ? () => setOpenAlert(true) : null, className: classes.username }), notificationObject.user.username),
59
- ' ',
60
- intl.formatMessage(messages.contributionFollow, {
61
- b: (...chunks) => react_1.default.createElement("strong", null, chunks)
62
- })), secondary: react_1.default.createElement(react_1.default.Fragment, null,
63
- template === types_1.SCNotificationObjectTemplateType.SNIPPET && (react_1.default.createElement(react_1.default.Fragment, null,
64
- react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes[`${notificationObject[contributionType]['type'].toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) },
65
- react_1.default.createElement(material_1.Typography, { variant: "body2", className: classes.contributionText }, (0, contribution_1.getContributionSnippet)(notificationObject[contributionType]))))),
66
- (template === types_1.SCNotificationObjectTemplateType.DETAIL || template === types_1.SCNotificationObjectTemplateType.SNIPPET) && (react_1.default.createElement("div", null,
67
- react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt })))), footer: template === types_1.SCNotificationObjectTemplateType.TOAST && (react_1.default.createElement(material_1.Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 },
68
- react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at }),
69
- react_1.default.createElement(material_1.Typography, { color: "primary", component: 'div' },
70
- react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes[`${notificationObject[contributionType]['type'].toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) },
71
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.userToastNotifications.viewContribution", defaultMessage: 'ui.userToastNotifications.viewContribution' }))))) }, rest)),
72
- openAlert && react_1.default.createElement(UserDeletedSnackBar_1.default, { open: openAlert, handleClose: () => setOpenAlert(false) })));
55
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({}, (!notificationObject.user.deleted && { to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject.user) }), { onClick: notificationObject.user.deleted ? () => setOpenAlert(true) : null }, { children: (0, jsx_runtime_1.jsx)(UserAvatar_1.default, Object.assign({ hide: !notificationObject.user.community_badge, smaller: true }, { children: (0, jsx_runtime_1.jsx)(material_1.Avatar, { alt: notificationObject.user.username, variant: "circular", src: notificationObject.user.avatar, classes: { root: classes.avatar } }) })) })), primary: (0, jsx_runtime_1.jsxs)(material_1.Typography, Object.assign({ component: "span", color: "inherit", className: classes.followText }, { children: [(0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({}, (!notificationObject.user.deleted && { to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject.user) }), { onClick: notificationObject.user.deleted ? () => setOpenAlert(true) : null, className: classes.username }, { children: notificationObject.user.username })), ' ', intl.formatMessage(messages.contributionFollow, {
56
+ b: (...chunks) => (0, jsx_runtime_1.jsx)("strong", { children: chunks })
57
+ })] })), secondary: (0, jsx_runtime_1.jsxs)(react_1.default.Fragment, { children: [template === types_1.SCNotificationObjectTemplateType.SNIPPET && ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes[`${notificationObject[contributionType]['type'].toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) }, { children: (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ variant: "body2", className: classes.contributionText }, { children: (0, contribution_1.getContributionSnippet)(notificationObject[contributionType]) })) })) })), (template === types_1.SCNotificationObjectTemplateType.DETAIL || template === types_1.SCNotificationObjectTemplateType.SNIPPET) && ((0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt }) }))] }), footer: template === types_1.SCNotificationObjectTemplateType.TOAST && ((0, jsx_runtime_1.jsxs)(material_1.Stack, Object.assign({ direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 }, { children: [(0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at }), (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ color: "primary", component: 'div' }, { children: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes[`${notificationObject[contributionType]['type'].toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.userToastNotifications.viewContribution", defaultMessage: 'ui.userToastNotifications.viewContribution' }) })) }))] }))) }, rest)), openAlert && (0, jsx_runtime_1.jsx)(UserDeletedSnackBar_1.default, { open: openAlert, handleClose: () => setOpenAlert(false) })] }));
73
58
  }
74
59
  exports.default = ContributionFollowNotification;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- const react_1 = tslib_1.__importDefault(require("react"));
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const styles_1 = require("@mui/material/styles");
6
6
  const material_1 = require("@mui/material");
7
7
  const Icon_1 = tslib_1.__importDefault(require("@mui/material/Icon"));
@@ -69,21 +69,6 @@ function DeletedForNotification(props) {
69
69
  /**
70
70
  * Renders root object
71
71
  */
72
- return (react_1.default.createElement(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: react_1.default.createElement(material_1.Avatar, { variant: "circular", classes: { root: classes.flagIcon } },
73
- react_1.default.createElement(Icon_1.default, null, "outlined_flag")), primary: react_1.default.createElement(react_1.default.Fragment, null, isSnippetTemplate ? (react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes[`${contributionType.toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) },
74
- react_1.default.createElement(material_1.Typography, { component: "div", color: "inherit", className: classes.flagText },
75
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: `ui.notification.deletedFor.${(0, utils_1.camelCase)(notificationObject.type)}Snippet`, defaultMessage: `ui.notification.deletedFor.${(0, utils_1.camelCase)(notificationObject.type)}Snippet` })))) : (react_1.default.createElement(react_1.default.Fragment, null,
76
- template === types_1.SCNotificationObjectTemplateType.DETAIL && notificationObject.is_new && react_1.default.createElement(NewChip_1.default, null),
77
- react_1.default.createElement(material_1.Typography, { component: "div", color: "inherit", className: classes.flagText }, intl.formatMessage(messages[(0, utils_1.camelCase)(notificationObject.type)], { b: (...chunks) => react_1.default.createElement("strong", null, chunks) }))))), secondary: (template === types_1.SCNotificationObjectTemplateType.DETAIL || template === types_1.SCNotificationObjectTemplateType.SNIPPET) && (react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt })), footer: isSnippetTemplate ? null : (react_1.default.createElement(react_1.default.Fragment, null,
78
- react_1.default.createElement(material_1.Box, { className: classes.contributionWrap },
79
- react_1.default.createElement(material_1.Typography, { variant: 'body2', color: 'inherit', classes: { root: classes.contributionYouWroteLabel } },
80
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.notification.deletedFor.youWrote", defaultMessage: "ui.notification.deletedFor.youWrote" })),
81
- react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes[`${contributionType.toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])), className: classes.contributionText },
82
- react_1.default.createElement(material_1.Typography, { component: 'span', color: 'inherit', variant: "body2" }, (0, contribution_1.getContributionSnippet)(notificationObject[contributionType])))),
83
- template === types_1.SCNotificationObjectTemplateType.TOAST && (react_1.default.createElement(material_1.Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 },
84
- react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at }),
85
- react_1.default.createElement(material_1.Typography, { color: "primary", component: 'div' },
86
- react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes[`${notificationObject[contributionType]['type'].toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) },
87
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.userToastNotifications.viewContribution", defaultMessage: 'ui.userToastNotifications.viewContribution' }))))))) }, rest)));
72
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: (0, jsx_runtime_1.jsx)(material_1.Avatar, Object.assign({ variant: "circular", classes: { root: classes.flagIcon } }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "outlined_flag" }) })), primary: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: isSnippetTemplate ? ((0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes[`${contributionType.toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) }, { children: (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ component: "div", color: "inherit", className: classes.flagText }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: `ui.notification.deletedFor.${(0, utils_1.camelCase)(notificationObject.type)}Snippet`, defaultMessage: `ui.notification.deletedFor.${(0, utils_1.camelCase)(notificationObject.type)}Snippet` }) })) }))) : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [template === types_1.SCNotificationObjectTemplateType.DETAIL && notificationObject.is_new && (0, jsx_runtime_1.jsx)(NewChip_1.default, {}), (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ component: "div", color: "inherit", className: classes.flagText }, { children: intl.formatMessage(messages[(0, utils_1.camelCase)(notificationObject.type)], { b: (...chunks) => (0, jsx_runtime_1.jsx)("strong", { children: chunks }) }) }))] })) }), secondary: (template === types_1.SCNotificationObjectTemplateType.DETAIL || template === types_1.SCNotificationObjectTemplateType.SNIPPET) && ((0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt })), footer: isSnippetTemplate ? null : ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsxs)(material_1.Box, Object.assign({ className: classes.contributionWrap }, { children: [(0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ variant: 'body2', color: 'inherit', classes: { root: classes.contributionYouWroteLabel } }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.notification.deletedFor.youWrote", defaultMessage: "ui.notification.deletedFor.youWrote" }) })), (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes[`${contributionType.toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])), className: classes.contributionText }, { children: (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ component: 'span', color: 'inherit', variant: "body2" }, { children: (0, contribution_1.getContributionSnippet)(notificationObject[contributionType]) })) }))] })), template === types_1.SCNotificationObjectTemplateType.TOAST && ((0, jsx_runtime_1.jsxs)(material_1.Stack, Object.assign({ direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 }, { children: [(0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at }), (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ color: "primary", component: 'div' }, { children: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes[`${notificationObject[contributionType]['type'].toUpperCase()}_ROUTE_NAME`], (0, contribution_1.getRouteData)(notificationObject[contributionType])) }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.userToastNotifications.viewContribution", defaultMessage: 'ui.userToastNotifications.viewContribution' }) })) }))] })))] })) }, rest)));
88
73
  }
89
74
  exports.default = DeletedForNotification;
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- const react_1 = tslib_1.__importStar(require("react"));
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const react_1 = require("react");
5
6
  const styles_1 = require("@mui/material/styles");
6
7
  const material_1 = require("@mui/material");
7
8
  const react_core_1 = require("@selfcommunity/react-core");
@@ -50,38 +51,24 @@ function GroupNotification(props) {
50
51
  }, [manager.subscriptionStatus, notificationObject.group]);
51
52
  // RENDER
52
53
  if (isSnippetTemplate || isToastTemplate) {
53
- return (react_1.default.createElement(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: react_1.default.createElement(react_core_1.Link, Object.assign({}, (!notificationObject.user.deleted && {
54
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, image: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({}, (!notificationObject.user.deleted && {
54
55
  to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject.user)
55
- }), { onClick: notificationObject.user.deleted ? () => setOpenAlert(true) : null }),
56
- react_1.default.createElement(UserAvatar_1.default, { hide: !notificationObject.user.community_badge, smaller: true },
57
- react_1.default.createElement(material_1.Avatar, { alt: notificationObject.user.username, variant: "circular", src: notificationObject.user.avatar, classes: { root: classes.avatar } }))), primary: react_1.default.createElement(material_1.Box, null,
58
- react_1.default.createElement(react_core_1.Link, Object.assign({}, (!notificationObject.user.deleted && {
59
- to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject.user)
60
- }), { onClick: notificationObject.user.deleted ? () => setOpenAlert(true) : null, className: classes.username }), notificationObject.user.username),
61
- ' ',
62
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: `ui.notification.${notificationObject.type}`, defaultMessage: `ui.notification.${notificationObject.type}`, values: {
63
- group: notificationObject.group.name,
64
- link: (...chunks) => (react_1.default.createElement(react_core_1.Link, { to: notificationObject.type === types_1.SCNotificationTypologyType.USER_REQUESTED_TO_JOIN_GROUP ||
56
+ }), { onClick: notificationObject.user.deleted ? () => setOpenAlert(true) : null }, { children: (0, jsx_runtime_1.jsx)(UserAvatar_1.default, Object.assign({ hide: !notificationObject.user.community_badge, smaller: true }, { children: (0, jsx_runtime_1.jsx)(material_1.Avatar, { alt: notificationObject.user.username, variant: "circular", src: notificationObject.user.avatar, classes: { root: classes.avatar } }) })) })), primary: (0, jsx_runtime_1.jsxs)(material_1.Box, { children: [(0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({}, (!notificationObject.user.deleted && {
57
+ to: scRoutingContext.url(react_core_1.SCRoutes.USER_PROFILE_ROUTE_NAME, notificationObject.user)
58
+ }), { onClick: notificationObject.user.deleted ? () => setOpenAlert(true) : null, className: classes.username }, { children: notificationObject.user.username })), ' ', (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: `ui.notification.${notificationObject.type}`, defaultMessage: `ui.notification.${notificationObject.type}`, values: {
59
+ group: notificationObject.group.name,
60
+ link: (...chunks) => ((0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: notificationObject.type === types_1.SCNotificationTypologyType.USER_REQUESTED_TO_JOIN_GROUP ||
61
+ notificationObject.type === types_1.SCNotificationTypologyType.USER_ACCEPTED_TO_JOIN_GROUP
62
+ ? scRoutingContext.url(react_core_1.SCRoutes.GROUP_MEMBERS_ROUTE_NAME, notificationObject.group)
63
+ : scRoutingContext.url(react_core_1.SCRoutes.GROUP_ROUTE_NAME, notificationObject.group) }, { children: chunks })))
64
+ } })] }), footer: isToastTemplate && ((0, jsx_runtime_1.jsxs)(material_1.Stack, Object.assign({ direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 }, { children: [(0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at }), status && status !== types_1.SCGroupSubscriptionStatusType.SUBSCRIBED && ((0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ color: "primary" }, { children: (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: notificationObject.type === types_1.SCNotificationTypologyType.USER_REQUESTED_TO_JOIN_GROUP ||
65
65
  notificationObject.type === types_1.SCNotificationTypologyType.USER_ACCEPTED_TO_JOIN_GROUP
66
66
  ? scRoutingContext.url(react_core_1.SCRoutes.GROUP_MEMBERS_ROUTE_NAME, notificationObject.group)
67
- : scRoutingContext.url(react_core_1.SCRoutes.GROUP_ROUTE_NAME, notificationObject.group) }, chunks))
68
- } })), footer: isToastTemplate && (react_1.default.createElement(material_1.Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 },
69
- react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at }),
70
- status && status !== types_1.SCGroupSubscriptionStatusType.SUBSCRIBED && (react_1.default.createElement(material_1.Typography, { color: "primary" },
71
- react_1.default.createElement(react_core_1.Link, { to: notificationObject.type === types_1.SCNotificationTypologyType.USER_REQUESTED_TO_JOIN_GROUP ||
72
- notificationObject.type === types_1.SCNotificationTypologyType.USER_ACCEPTED_TO_JOIN_GROUP
73
- ? scRoutingContext.url(react_core_1.SCRoutes.GROUP_MEMBERS_ROUTE_NAME, notificationObject.group)
74
- : scRoutingContext.url(react_core_1.SCRoutes.GROUP_ROUTE_NAME, notificationObject.group) },
75
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.notification.group.button.see", defaultMessage: "ui.notification.group.button.see" })))))) }, rest)));
67
+ : scRoutingContext.url(react_core_1.SCRoutes.GROUP_ROUTE_NAME, notificationObject.group) }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.notification.group.button.see", defaultMessage: "ui.notification.group.button.see" }) })) })))] }))) }, rest)));
76
68
  }
77
- return (react_1.default.createElement(react_1.default.Fragment, null,
78
- react_1.default.createElement(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, actions: react_1.default.createElement(material_1.Stack, { direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 },
79
- react_1.default.createElement(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt }),
80
- status && status !== types_1.SCGroupSubscriptionStatusType.SUBSCRIBED && (react_1.default.createElement(lab_1.LoadingButton, { color: 'primary', variant: "outlined", size: "small", classes: { root: classes.acceptButton }, component: react_core_1.Link, loading: scUserContext.user ? status === null || manager.isLoading(notificationObject.group) : null, to: notificationObject.type === types_1.SCNotificationTypologyType.USER_REQUESTED_TO_JOIN_GROUP ||
81
- notificationObject.type === types_1.SCNotificationTypologyType.USER_ACCEPTED_TO_JOIN_GROUP
82
- ? scRoutingContext.url(react_core_1.SCRoutes.GROUP_MEMBERS_ROUTE_NAME, notificationObject.group)
83
- : scRoutingContext.url(react_core_1.SCRoutes.GROUP_ROUTE_NAME, notificationObject.group) },
84
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.notification.group.button.see", defaultMessage: "ui.notification.group.button.see" })))) }, rest)),
85
- openAlert && react_1.default.createElement(UserDeletedSnackBar_1.default, { open: openAlert, handleClose: () => setOpenAlert(false) })));
69
+ return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className, `${constants_1.PREFIX}-${template}`), template: template, isNew: notificationObject.is_new, disableTypography: true, actions: (0, jsx_runtime_1.jsxs)(material_1.Stack, Object.assign({ direction: "row", justifyContent: "space-between", alignItems: "center", spacing: 2 }, { children: [(0, jsx_runtime_1.jsx)(DateTimeAgo_1.default, { date: notificationObject.active_at, className: classes.activeAt }), status && status !== types_1.SCGroupSubscriptionStatusType.SUBSCRIBED && ((0, jsx_runtime_1.jsx)(lab_1.LoadingButton, Object.assign({ color: 'primary', variant: "outlined", size: "small", classes: { root: classes.acceptButton }, component: react_core_1.Link, loading: scUserContext.user ? status === null || manager.isLoading(notificationObject.group) : null, to: notificationObject.type === types_1.SCNotificationTypologyType.USER_REQUESTED_TO_JOIN_GROUP ||
70
+ notificationObject.type === types_1.SCNotificationTypologyType.USER_ACCEPTED_TO_JOIN_GROUP
71
+ ? scRoutingContext.url(react_core_1.SCRoutes.GROUP_MEMBERS_ROUTE_NAME, notificationObject.group)
72
+ : scRoutingContext.url(react_core_1.SCRoutes.GROUP_ROUTE_NAME, notificationObject.group) }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.notification.group.button.see", defaultMessage: "ui.notification.group.button.see" }) })))] })) }, rest)), openAlert && (0, jsx_runtime_1.jsx)(UserDeletedSnackBar_1.default, { open: openAlert, handleClose: () => setOpenAlert(false) })] }));
86
73
  }
87
74
  exports.default = GroupNotification;