@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,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 Skeleton_1 = tslib_1.__importDefault(require("./Skeleton"));
@@ -126,34 +127,23 @@ function PrivateMessageThreadItem(inProps) {
126
127
  return null;
127
128
  }
128
129
  let section = null;
129
- const defaultSection = (react_1.default.createElement(material_1.Box, { className: classes.other },
130
- react_1.default.createElement(material_1.Button, { onClick: () => handleDownload(m.file), startIcon: react_1.default.createElement(Icon_1.default, null, "download") },
131
- react_1.default.createElement(material_1.Typography, null, m.file.filename),
132
- react_1.default.createElement(material_1.Typography, null, (0, sizeCoverter_1.bytesToSize)(m.file.filesize)))));
130
+ const defaultSection = ((0, jsx_runtime_1.jsx)(material_1.Box, Object.assign({ className: classes.other }, { children: (0, jsx_runtime_1.jsxs)(material_1.Button, Object.assign({ onClick: () => handleDownload(m.file), startIcon: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "download" }) }, { children: [(0, jsx_runtime_1.jsx)(material_1.Typography, { children: m.file.filename }), (0, jsx_runtime_1.jsx)(material_1.Typography, { children: (0, sizeCoverter_1.bytesToSize)(m.file.filesize) })] })) })));
133
131
  if (m.file) {
134
132
  let type = m.file.mimetype;
135
133
  switch (true) {
136
134
  case type.startsWith(types_1.SCMessageFileType.IMAGE):
137
- section = (react_1.default.createElement(material_1.Box, { className: classes.img },
138
- react_1.default.createElement("img", { src: m.file.thumbnail, loading: "lazy", alt: 'img', onClick: () => setOpenDialog(true) })));
135
+ section = ((0, jsx_runtime_1.jsx)(material_1.Box, Object.assign({ className: classes.img }, { children: (0, jsx_runtime_1.jsx)("img", { src: m.file.thumbnail, loading: "lazy", alt: 'img', onClick: () => setOpenDialog(true) }) })));
139
136
  break;
140
137
  case type.startsWith(types_1.SCMessageFileType.VIDEO):
141
138
  if (!(0, thumbnailCoverter_1.isSupportedVideoFormat)(m.file.filename)) {
142
139
  section = defaultSection;
143
140
  }
144
141
  else {
145
- section = (react_1.default.createElement(material_1.Box, { className: (0, classnames_1.default)(classes.img, classes.video) },
146
- react_1.default.createElement("img", { src: m.file.thumbnail, loading: "lazy", alt: 'img' }),
147
- react_1.default.createElement(material_1.IconButton, { onClick: () => setOpenDialog(true) },
148
- react_1.default.createElement(Icon_1.default, null, "play_circle_outline"))));
142
+ section = ((0, jsx_runtime_1.jsxs)(material_1.Box, Object.assign({ className: (0, classnames_1.default)(classes.img, classes.video) }, { children: [(0, jsx_runtime_1.jsx)("img", { src: m.file.thumbnail, loading: "lazy", alt: 'img' }), (0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ onClick: () => setOpenDialog(true) }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "play_circle_outline" }) }))] })));
149
143
  }
150
144
  break;
151
145
  case type.startsWith(types_1.SCMessageFileType.DOCUMENT):
152
- section = (react_1.default.createElement(material_1.Box, { className: m.file.filename.endsWith('.pdf') ? classes.document : classes.other },
153
- m.file.filename.endsWith('.pdf') && react_1.default.createElement("img", { src: m.file.thumbnail, loading: "lazy", alt: 'img' }),
154
- react_1.default.createElement(material_1.Button, { onClick: () => handleDownload(m.file), startIcon: react_1.default.createElement(Icon_1.default, null, "download") },
155
- react_1.default.createElement(material_1.Typography, null, m.file.filename),
156
- react_1.default.createElement(material_1.Typography, null, (0, sizeCoverter_1.bytesToSize)(m.file.filesize)))));
146
+ section = ((0, jsx_runtime_1.jsxs)(material_1.Box, Object.assign({ className: m.file.filename.endsWith('.pdf') ? classes.document : classes.other }, { children: [m.file.filename.endsWith('.pdf') && (0, jsx_runtime_1.jsx)("img", { src: m.file.thumbnail, loading: "lazy", alt: 'img' }), (0, jsx_runtime_1.jsxs)(material_1.Button, Object.assign({ onClick: () => handleDownload(m.file), startIcon: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "download" }) }, { children: [(0, jsx_runtime_1.jsx)(material_1.Typography, { children: m.file.filename }), (0, jsx_runtime_1.jsx)(material_1.Typography, { children: (0, sizeCoverter_1.bytesToSize)(m.file.filesize) })] }))] })));
157
147
  break;
158
148
  default:
159
149
  // section = <Icon>hide_image</Icon>;
@@ -161,29 +151,21 @@ function PrivateMessageThreadItem(inProps) {
161
151
  break;
162
152
  }
163
153
  }
164
- return react_1.default.createElement(react_1.default.Fragment, null, section);
154
+ return (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: section });
165
155
  };
166
156
  if (!message) {
167
- return react_1.default.createElement(Skeleton_1.default, { elevation: 0 });
157
+ return (0, jsx_runtime_1.jsx)(Skeleton_1.default, { elevation: 0 });
168
158
  }
169
159
  /**
170
160
  * Renders root object
171
161
  */
172
- return (react_1.default.createElement(Root, Object.assign({ className: (0, classnames_1.default)(classes.root, className) }, getMouseEvents(mouseEvents.onMouseEnter, mouseEvents.onMouseLeave), rest, { secondaryAction: (isHovering || isMobile) &&
162
+ return ((0, jsx_runtime_1.jsxs)(Root, Object.assign({ className: (0, classnames_1.default)(classes.root, className) }, getMouseEvents(mouseEvents.onMouseEnter, mouseEvents.onMouseLeave), rest, { secondaryAction: (isHovering || isMobile) &&
173
163
  showMenuIcon &&
174
- message.status !== types_1.SCPrivateMessageStatusType.HIDDEN && react_1.default.createElement(PrivateMessageSettingsIconButton_1.default, { onMenuItemDeleteClick: handleMenuItemClick }) }),
175
- message.group && ((_a = scUserContext === null || scUserContext === void 0 ? void 0 : scUserContext.user) === null || _a === void 0 ? void 0 : _a.username) !== message.sender.username && (react_1.default.createElement(material_1.Typography, { color: "secondary", variant: "h4", className: classes.username }, message.sender.username)),
176
- react_1.default.createElement(react_1.default.Fragment, null,
177
- hasFile && message.status !== types_1.SCPrivateMessageStatusType.HIDDEN ? (renderMessageFile(message)) : (react_1.default.createElement(material_1.Box, { className: classes.text },
178
- react_1.default.createElement(material_1.Typography, { component: "span", dangerouslySetInnerHTML: { __html: message.message } }))),
179
- react_1.default.createElement(material_1.Typography, { className: classes.messageTime, color: "text.secondary" }, `${intl.formatDate(message.created_at, {
180
- hour: 'numeric',
181
- minute: 'numeric'
182
- })}`)),
183
- openDialog && (react_1.default.createElement(react_1.default.Fragment, null, (message === null || message === void 0 ? void 0 : message.file.mimetype.startsWith(types_1.SCMessageFileType.VIDEO)) ? (react_1.default.createElement(DialogRoot, { open: openDialog, onClose: () => setOpenDialog(false), className: classes.dialogRoot },
184
- react_1.default.createElement(AutoPlayer_1.default, { url: message === null || message === void 0 ? void 0 : message.file.url, width: '100%', enableAutoplay: false }))) : (react_1.default.createElement(Lightbox_1.default, { images: [{ src: message === null || message === void 0 ? void 0 : message.file.url, key: message.file.uuid }], onClose: () => setOpenDialog(false), toolbarButtons: [
185
- react_1.default.createElement(material_1.IconButton, { key: 'download', onClick: () => handleDownload(message === null || message === void 0 ? void 0 : message.file), className: classes.downloadButton },
186
- react_1.default.createElement(Icon_1.default, null, "download"))
187
- ] }))))));
164
+ message.status !== types_1.SCPrivateMessageStatusType.HIDDEN && (0, jsx_runtime_1.jsx)(PrivateMessageSettingsIconButton_1.default, { onMenuItemDeleteClick: handleMenuItemClick }) }, { children: [message.group && ((_a = scUserContext === null || scUserContext === void 0 ? void 0 : scUserContext.user) === null || _a === void 0 ? void 0 : _a.username) !== message.sender.username && ((0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ color: "secondary", variant: "h4", className: classes.username }, { children: message.sender.username }))), (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [hasFile && message.status !== types_1.SCPrivateMessageStatusType.HIDDEN ? (renderMessageFile(message)) : ((0, jsx_runtime_1.jsx)(material_1.Box, Object.assign({ className: classes.text }, { children: (0, jsx_runtime_1.jsx)(material_1.Typography, { component: "span", dangerouslySetInnerHTML: { __html: message.message } }) }))), (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ className: classes.messageTime, color: "text.secondary" }, { children: `${intl.formatDate(message.created_at, {
165
+ hour: 'numeric',
166
+ minute: 'numeric'
167
+ })}` }))] }), openDialog && ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (message === null || message === void 0 ? void 0 : message.file.mimetype.startsWith(types_1.SCMessageFileType.VIDEO)) ? ((0, jsx_runtime_1.jsx)(DialogRoot, Object.assign({ open: openDialog, onClose: () => setOpenDialog(false), className: classes.dialogRoot }, { children: (0, jsx_runtime_1.jsx)(AutoPlayer_1.default, { url: message === null || message === void 0 ? void 0 : message.file.url, width: '100%', enableAutoplay: false }) }))) : ((0, jsx_runtime_1.jsx)(Lightbox_1.default, { images: [{ src: message === null || message === void 0 ? void 0 : message.file.url, key: message.file.uuid }], onClose: () => setOpenDialog(false), toolbarButtons: [
168
+ (0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ onClick: () => handleDownload(message === null || message === void 0 ? void 0 : message.file), className: classes.downloadButton }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "download" }) }), 'download')
169
+ ] })) }))] })));
188
170
  }
189
171
  exports.default = PrivateMessageThreadItem;
@@ -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 ListItem_1 = tslib_1.__importDefault(require("@mui/material/ListItem"));
6
6
  const ListItemText_1 = tslib_1.__importDefault(require("@mui/material/ListItemText"));
7
7
  const styles_1 = require("@mui/material/styles");
@@ -40,7 +40,6 @@ const Root = (0, styles_1.styled)(ListItem_1.default, {
40
40
  function PrivateMessageThreadItemSkeleton(props) {
41
41
  const theme = (0, material_1.useTheme)();
42
42
  const isMobile = (0, material_1.useMediaQuery)(theme.breakpoints.down('md'));
43
- return (react_1.default.createElement(Root, Object.assign({ className: classes.root }, props),
44
- react_1.default.createElement(ListItemText_1.default, { sx: { display: 'flex', justifyContent: props.index % 2 === 0 ? 'flex-start' : 'flex-end' }, primary: react_1.default.createElement(Skeleton_1.default, { animation: "wave", height: 100, width: isMobile ? 200 : 300, style: { borderRadius: theme.shape.borderRadius } }) })));
43
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ className: classes.root }, props, { children: (0, jsx_runtime_1.jsx)(ListItemText_1.default, { sx: { display: 'flex', justifyContent: props.index % 2 === 0 ? 'flex-start' : 'flex-end' }, primary: (0, jsx_runtime_1.jsx)(Skeleton_1.default, { animation: "wave", height: 100, width: isMobile ? 200 : 300, style: { borderRadius: theme.shape.borderRadius } }) }) })));
45
44
  }
46
45
  exports.default = PrivateMessageThreadItemSkeleton;
@@ -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 List_1 = tslib_1.__importDefault(require("@mui/material/List"));
@@ -184,37 +185,21 @@ function RelatedFeedObjectWidget(inProps) {
184
185
  };
185
186
  // RENDER
186
187
  if ((!preferences[react_core_1.SCPreferences.CONFIGURATIONS_CONTENT_AVAILABILITY] && !scUserContext.user) || (autoHide && !state.count && state.initialized)) {
187
- return react_1.default.createElement(HiddenPlaceholder_1.default, null);
188
+ return (0, jsx_runtime_1.jsx)(HiddenPlaceholder_1.default, {});
188
189
  }
189
190
  if (!state.initialized) {
190
- return react_1.default.createElement(Skeleton_1.default, null);
191
+ return (0, jsx_runtime_1.jsx)(Skeleton_1.default, {});
191
192
  }
192
193
  const renderAdvertising = () => {
193
194
  if (preferences[react_core_1.SCPreferences.ADVERTISING_CUSTOM_ADV_ENABLED] &&
194
195
  ((preferences[react_core_1.SCPreferences.ADVERTISING_CUSTOM_ADV_ONLY_FOR_ANONYMOUS_USERS_ENABLED] && scUserContext.user === null) ||
195
196
  !preferences[react_core_1.SCPreferences.ADVERTISING_CUSTOM_ADV_ONLY_FOR_ANONYMOUS_USERS_ENABLED])) {
196
- return (react_1.default.createElement(material_1.ListItem, null,
197
- react_1.default.createElement(CustomAdv_1.default, Object.assign({ position: types_1.SCCustomAdvPosition.POSITION_RELATED_POSTS_COLUMN }, (obj.categories.length && { categoriesId: obj.categories.map((c) => c.id) })))));
197
+ return ((0, jsx_runtime_1.jsx)(material_1.ListItem, { children: (0, jsx_runtime_1.jsx)(CustomAdv_1.default, Object.assign({ position: types_1.SCCustomAdvPosition.POSITION_RELATED_POSTS_COLUMN }, (obj.categories.length && { categoriesId: obj.categories.map((c) => c.id) }))) }));
198
198
  }
199
199
  return null;
200
200
  };
201
201
  const advPosition = Math.floor(Math.random() * (Math.min(state.count, 5) - 1 + 1) + 1);
202
- const content = (react_1.default.createElement(material_1.CardContent, null,
203
- react_1.default.createElement(material_1.Typography, { className: classes.title, variant: "h5" },
204
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.relatedFeedObjectsWidget.title", defaultMessage: "ui.relatedFeedObjectsWidget.title" })),
205
- !state.count ? (react_1.default.createElement(material_1.Typography, { className: classes.noResults, variant: "body2" },
206
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.relatedFeedObjectsWidget.noResults", defaultMessage: "ui.relatedFeedObjectsWidget.noResults" }))) : (react_1.default.createElement(react_1.default.Fragment, null,
207
- react_1.default.createElement(List_1.default, null, state.results.slice(0, state.visibleItems).map((obj, index) => (react_1.default.createElement(react_1.default.Fragment, { key: index },
208
- react_1.default.createElement(material_1.ListItem, { key: obj.id },
209
- react_1.default.createElement(FeedObject_1.default, Object.assign({ elevation: 0, feedObject: obj, template: template }, FeedObjectProps))),
210
- advPosition === index && renderAdvertising())))),
211
- state.count > state.visibleItems && (react_1.default.createElement(material_1.Button, { className: classes.showMore, onClick: handleToggleDialogOpen },
212
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.categoryTrendingFeedWidget.button.showAll", defaultMessage: "ui.categoryTrendingFeedWidget.button.showAll" }))))),
213
- openDialog && (react_1.default.createElement(DialogRoot, Object.assign({ className: classes.dialogRoot, title: react_1.default.createElement(react_intl_1.FormattedMessage, { defaultMessage: "ui.categoryTrendingFeedWidget.title", id: "ui.categoryTrendingFeedWidget.title", values: { total: state.count } }), onClose: handleToggleDialogOpen, open: openDialog }, DialogProps),
214
- react_1.default.createElement(InfiniteScroll_1.default, { dataLength: state.results.length, next: handleNext, hasMoreNext: Boolean(state.next), loaderNext: react_1.default.createElement(FeedObject_1.FeedObjectSkeleton, Object.assign({ elevation: 0 }, FeedObjectProps)), height: isMobile ? '100%' : 400, endMessage: react_1.default.createElement(material_1.Typography, { className: classes.endMessage },
215
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.categoryTrendingFeedWidget.noMoreResults", defaultMessage: "ui.categoryTrendingFeedWidget.noMoreResults" })) },
216
- react_1.default.createElement(List_1.default, null, state.results.map((obj) => (react_1.default.createElement(material_1.ListItem, { key: obj.id },
217
- react_1.default.createElement(FeedObject_1.default, Object.assign({ elevation: 0, feedObject: obj }, FeedObjectProps)))))))))));
218
- return (react_1.default.createElement(Root, Object.assign({ className: (0, classnames_1.default)(classes.root, className) }, rest), content));
202
+ const content = ((0, jsx_runtime_1.jsxs)(material_1.CardContent, { children: [(0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ className: classes.title, variant: "h5" }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.relatedFeedObjectsWidget.title", defaultMessage: "ui.relatedFeedObjectsWidget.title" }) })), !state.count ? ((0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ className: classes.noResults, variant: "body2" }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.relatedFeedObjectsWidget.noResults", defaultMessage: "ui.relatedFeedObjectsWidget.noResults" }) }))) : ((0, jsx_runtime_1.jsxs)(react_1.default.Fragment, { children: [(0, jsx_runtime_1.jsx)(List_1.default, { children: state.results.slice(0, state.visibleItems).map((obj, index) => ((0, jsx_runtime_1.jsxs)(react_1.default.Fragment, { children: [(0, jsx_runtime_1.jsx)(material_1.ListItem, { children: (0, jsx_runtime_1.jsx)(FeedObject_1.default, Object.assign({ elevation: 0, feedObject: obj, template: template }, FeedObjectProps)) }, obj.id), advPosition === index && renderAdvertising()] }, index))) }), state.count > state.visibleItems && ((0, jsx_runtime_1.jsx)(material_1.Button, Object.assign({ className: classes.showMore, onClick: handleToggleDialogOpen }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.categoryTrendingFeedWidget.button.showAll", defaultMessage: "ui.categoryTrendingFeedWidget.button.showAll" }) })))] })), openDialog && ((0, jsx_runtime_1.jsx)(DialogRoot, Object.assign({ className: classes.dialogRoot, title: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { defaultMessage: "ui.categoryTrendingFeedWidget.title", id: "ui.categoryTrendingFeedWidget.title", values: { total: state.count } }), onClose: handleToggleDialogOpen, open: openDialog }, DialogProps, { children: (0, jsx_runtime_1.jsx)(InfiniteScroll_1.default, Object.assign({ dataLength: state.results.length, next: handleNext, hasMoreNext: Boolean(state.next), loaderNext: (0, jsx_runtime_1.jsx)(FeedObject_1.FeedObjectSkeleton, Object.assign({ elevation: 0 }, FeedObjectProps)), height: isMobile ? '100%' : 400, endMessage: (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ className: classes.endMessage }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.categoryTrendingFeedWidget.noMoreResults", defaultMessage: "ui.categoryTrendingFeedWidget.noMoreResults" }) })) }, { children: (0, jsx_runtime_1.jsx)(List_1.default, { children: state.results.map((obj) => ((0, jsx_runtime_1.jsx)(material_1.ListItem, { children: (0, jsx_runtime_1.jsx)(FeedObject_1.default, Object.assign({ elevation: 0, feedObject: obj }, FeedObjectProps)) }, obj.id))) }) })) })))] }));
203
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ className: (0, classnames_1.default)(classes.root, className) }, rest, { children: content })));
219
204
  }
220
205
  exports.default = RelatedFeedObjectWidget;
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- const react_1 = tslib_1.__importDefault(require("react"));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
4
  const CategoryTrendingFeedWidget_1 = require("../CategoryTrendingFeedWidget");
6
5
  const styles_1 = require("@mui/material/styles");
7
6
  const constants_1 = require("./constants");
@@ -33,6 +32,6 @@ const Root = (0, styles_1.styled)(CategoryTrendingFeedWidget_1.CategoryTrendingF
33
32
  *
34
33
  */
35
34
  function RelatedFeedObjectsWidgetSkeleton() {
36
- return react_1.default.createElement(Root, { className: classes.root });
35
+ return (0, jsx_runtime_1.jsx)(Root, { className: classes.root });
37
36
  }
38
37
  exports.default = RelatedFeedObjectsWidgetSkeleton;
@@ -1,9 +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 Icon_1 = tslib_1.__importDefault(require("@mui/material/Icon"));
6
- const react_1 = tslib_1.__importStar(require("react"));
7
+ const react_1 = require("react");
7
8
  const classnames_1 = tslib_1.__importDefault(require("classnames"));
8
9
  const system_1 = require("@mui/system");
9
10
  const react_intl_1 = require("react-intl");
@@ -121,17 +122,13 @@ function SearchAutocomplete(inProps) {
121
122
  fetchResults();
122
123
  }
123
124
  }, [value]);
124
- return (react_1.default.createElement(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className), blurOnSelect: blurOnSelect, onChange: handleChange, onInputChange: handleInputChange, inputValue: value, freeSolo: true, autoComplete: true, disableClearable: true, loading: isLoading, loadingText: react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.searchAutocomplete.loading", defaultMessage: "ui.searchAutocomplete.loading" }), noOptionsText: react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.searchAutocomplete.noOptions", defaultMessage: "ui.searchAutocomplete.noOptions" }), options: options, getOptionLabel: (option) => {
125
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className), blurOnSelect: blurOnSelect, onChange: handleChange, onInputChange: handleInputChange, inputValue: value, freeSolo: true, autoComplete: true, disableClearable: true, loading: isLoading, loadingText: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.searchAutocomplete.loading", defaultMessage: "ui.searchAutocomplete.loading" }), noOptionsText: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.searchAutocomplete.noOptions", defaultMessage: "ui.searchAutocomplete.noOptions" }), options: options, getOptionLabel: (option) => {
125
126
  if (typeof option === 'string') {
126
127
  return option;
127
128
  }
128
129
  return optionLabel(option);
129
- }, renderOption: (props, option) => (react_1.default.createElement(material_1.Box, Object.assign({ component: "li" }, props),
130
- react_1.default.createElement(material_1.Avatar, { alt: getOptionData(option).name, src: getOptionData(option).image, variant: getOptionData(option).variant }),
131
- react_1.default.createElement(material_1.Typography, { ml: 1 }, getOptionData(option).name))), renderInput: (params) => (react_1.default.createElement(material_1.TextField, Object.assign({}, params, { placeholder: `${intl.formatMessage(messages.placeholder, {
130
+ }, renderOption: (props, option) => ((0, jsx_runtime_1.jsxs)(material_1.Box, Object.assign({ component: "li" }, props, { children: [(0, jsx_runtime_1.jsx)(material_1.Avatar, { alt: getOptionData(option).name, src: getOptionData(option).image, variant: getOptionData(option).variant }), (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ ml: 1 }, { children: getOptionData(option).name }))] }))), renderInput: (params) => ((0, jsx_runtime_1.jsx)(material_1.TextField, Object.assign({}, params, { placeholder: `${intl.formatMessage(messages.placeholder, {
132
131
  community: scPreferences.preferences[react_core_1.SCPreferences.TEXT_APPLICATION_NAME].value
133
- })}`, InputProps: Object.assign(Object.assign({}, params.InputProps), { autoFocus, name: 'search-autocomplete', className: classes.input, startAdornment: react_1.default.createElement(Icon_1.default, { className: classes.icon }, "search"), endAdornment: (react_1.default.createElement(material_1.Fade, { in: value.length > 0 || Boolean(onClear), appear: false },
134
- react_1.default.createElement(material_1.IconButton, { className: classes.clear, onClick: handleClear, size: "small" },
135
- react_1.default.createElement(Icon_1.default, null, "close")))) }) }))) }, rest)));
132
+ })}`, InputProps: Object.assign(Object.assign({}, params.InputProps), { autoFocus, name: 'search-autocomplete', className: classes.input, startAdornment: (0, jsx_runtime_1.jsx)(Icon_1.default, Object.assign({ className: classes.icon }, { children: "search" })), endAdornment: ((0, jsx_runtime_1.jsx)(material_1.Fade, Object.assign({ in: value.length > 0 || Boolean(onClear), appear: false }, { children: (0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ className: classes.clear, onClick: handleClear, size: "small" }, { children: (0, jsx_runtime_1.jsx)(Icon_1.default, { children: "close" }) })) }))) }) }))) }, rest)));
136
133
  }
137
134
  exports.default = SearchAutocomplete;
@@ -1,8 +1,8 @@
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.__importDefault(require("react"));
6
6
  const classnames_1 = tslib_1.__importDefault(require("classnames"));
7
7
  const system_1 = require("@mui/system");
8
8
  const SearchAutocomplete_1 = tslib_1.__importDefault(require("../SearchAutocomplete"));
@@ -31,8 +31,6 @@ function Search(inProps) {
31
31
  name: PREFIX
32
32
  });
33
33
  const { className, SearchAutocompleteProps = { autoFocus: true } } = props, rest = tslib_1.__rest(props, ["className", "SearchAutocompleteProps"]);
34
- return (react_1.default.createElement(Root, Object.assign({ className: (0, classnames_1.default)(classes.root, className) }, rest),
35
- react_1.default.createElement(material_1.DialogContent, null,
36
- react_1.default.createElement(SearchAutocomplete_1.default, Object.assign({ className: classes.search, blurOnSelect: false, open: true, disablePortal: true }, SearchAutocompleteProps)))));
34
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ className: (0, classnames_1.default)(classes.root, className) }, rest, { children: (0, jsx_runtime_1.jsx)(material_1.DialogContent, { children: (0, jsx_runtime_1.jsx)(SearchAutocomplete_1.default, Object.assign({ className: classes.search, blurOnSelect: false, open: true, disablePortal: true }, SearchAutocompleteProps)) }) })));
37
35
  }
38
36
  exports.default = Search;
@@ -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 PREFIX = 'SCAvatarGroupSkeleton';
@@ -36,7 +36,6 @@ const Root = (0, styles_1.styled)(material_1.AvatarGroup, {
36
36
  function AvatarGroupSkeleton(props) {
37
37
  const { count = 2 } = props, rest = tslib_1.__rest(props, ["count"]);
38
38
  const theme = (0, material_1.useTheme)();
39
- return (react_1.default.createElement(Root, Object.assign({ className: classes.root }, rest), [...Array(count + 1)].map((x, i) => (react_1.default.createElement(material_1.Avatar, { key: i },
40
- react_1.default.createElement(material_1.Skeleton, { variant: "circular", width: theme.selfcommunity.user.avatar.sizeSmall, height: theme.selfcommunity.user.avatar.sizeSmall }))))));
39
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ className: classes.root }, rest, { children: [...Array(count + 1)].map((x, i) => ((0, jsx_runtime_1.jsx)(material_1.Avatar, { children: (0, jsx_runtime_1.jsx)(material_1.Skeleton, { variant: "circular", width: theme.selfcommunity.user.avatar.sizeSmall, height: theme.selfcommunity.user.avatar.sizeSmall }) }, i))) })));
41
40
  }
42
41
  exports.default = AvatarGroupSkeleton;
@@ -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 Widget_1 = tslib_1.__importDefault(require("../Widget"));
6
6
  const styles_1 = require("@mui/material/styles");
7
7
  const Skeleton_1 = tslib_1.__importDefault(require("@mui/material/Skeleton"));
@@ -34,10 +34,6 @@ const Root = (0, styles_1.styled)(Widget_1.default)(({ theme }) => ({}));
34
34
  *
35
35
  */
36
36
  function GenericSkeleton(props) {
37
- return (react_1.default.createElement(Root, Object.assign({ className: classes.root }, props),
38
- react_1.default.createElement(material_1.CardContent, null,
39
- react_1.default.createElement(Skeleton_1.default, { animation: "wave", height: 10, style: { marginBottom: 10 } }),
40
- react_1.default.createElement(Skeleton_1.default, { animation: "wave", height: 10, width: "80%", style: { marginBottom: 5 } }),
41
- react_1.default.createElement(Skeleton_1.default, { animation: "wave", height: 10, width: "60%", style: { marginBottom: 5 } }))));
37
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ className: classes.root }, props, { children: (0, jsx_runtime_1.jsxs)(material_1.CardContent, { children: [(0, jsx_runtime_1.jsx)(Skeleton_1.default, { animation: "wave", height: 10, style: { marginBottom: 10 } }), (0, jsx_runtime_1.jsx)(Skeleton_1.default, { animation: "wave", height: 10, width: "80%", style: { marginBottom: 5 } }), (0, jsx_runtime_1.jsx)(Skeleton_1.default, { animation: "wave", height: 10, width: "60%", style: { marginBottom: 5 } })] }) })));
42
38
  }
43
39
  exports.default = GenericSkeleton;
@@ -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 Skeleton_1 = tslib_1.__importDefault(require("@mui/material/Skeleton"));
@@ -40,7 +40,7 @@ const Root = (0, styles_1.styled)(material_1.List, {
40
40
  */
41
41
  function SnippetNotificationSkeleton(props) {
42
42
  const theme = (0, material_1.useTheme)();
43
- const notificationSkeleton = (react_1.default.createElement(NotificationItem_1.default, { className: classes.item, template: notification_1.SCNotificationObjectTemplateType.SNIPPET, image: react_1.default.createElement(Skeleton_1.default, { animation: "wave", variant: "circular", width: theme.selfcommunity.user.avatar.sizeSmall, height: theme.selfcommunity.user.avatar.sizeSmall }), primary: react_1.default.createElement(Skeleton_1.default, { animation: "wave", height: 10, width: 120, style: { marginBottom: 10 } }), secondary: react_1.default.createElement(Skeleton_1.default, { animation: "wave", height: 10, width: 70, style: { marginBottom: 10 } }) }));
44
- return (react_1.default.createElement(Root, Object.assign({ className: classes.root }, props), [...Array(7)].map((x, i) => (react_1.default.createElement(material_1.ListItem, { className: classes.item, key: i }, notificationSkeleton)))));
43
+ const notificationSkeleton = ((0, jsx_runtime_1.jsx)(NotificationItem_1.default, { className: classes.item, template: notification_1.SCNotificationObjectTemplateType.SNIPPET, image: (0, jsx_runtime_1.jsx)(Skeleton_1.default, { animation: "wave", variant: "circular", width: theme.selfcommunity.user.avatar.sizeSmall, height: theme.selfcommunity.user.avatar.sizeSmall }), primary: (0, jsx_runtime_1.jsx)(Skeleton_1.default, { animation: "wave", height: 10, width: 120, style: { marginBottom: 10 } }), secondary: (0, jsx_runtime_1.jsx)(Skeleton_1.default, { animation: "wave", height: 10, width: 70, style: { marginBottom: 10 } }) }));
44
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ className: classes.root }, props, { children: [...Array(7)].map((x, i) => ((0, jsx_runtime_1.jsx)(material_1.ListItem, Object.assign({ className: classes.item }, { children: notificationSkeleton }), i))) })));
45
45
  }
46
46
  exports.default = SnippetNotificationSkeleton;
@@ -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 Comment_1 = tslib_1.__importDefault(require("../Notification/Comment"));
7
8
  const UserFollow_1 = tslib_1.__importDefault(require("../Notification/UserFollow"));
@@ -196,70 +197,70 @@ function SnippetNotifications(inProps) {
196
197
  const type = n.type;
197
198
  let content;
198
199
  if (type === types_2.SCNotificationTypologyType.COMMENT || type === types_2.SCNotificationTypologyType.NESTED_COMMENT) {
199
- content = react_1.default.createElement(Comment_1.default, { notificationObject: n, key: i, index: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
200
+ content = (0, jsx_runtime_1.jsx)(Comment_1.default, { notificationObject: n, index: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
200
201
  }
201
202
  else if (type === types_2.SCNotificationTypologyType.FOLLOW) {
202
- content = react_1.default.createElement(ContributionFollow_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
203
+ content = (0, jsx_runtime_1.jsx)(ContributionFollow_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
203
204
  }
204
205
  else if (type === types_2.SCNotificationTypologyType.USER_FOLLOW) {
205
- content = react_1.default.createElement(UserFollow_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
206
+ content = (0, jsx_runtime_1.jsx)(UserFollow_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
206
207
  }
207
208
  else if (type === types_2.SCNotificationTypologyType.CONNECTION_REQUEST || type === types_2.SCNotificationTypologyType.CONNECTION_ACCEPT) {
208
- content = react_1.default.createElement(UserConnection_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
209
+ content = (0, jsx_runtime_1.jsx)(UserConnection_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
209
210
  }
210
211
  else if (type === types_2.SCNotificationTypologyType.VOTE_UP) {
211
- content = react_1.default.createElement(VoteUp_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
212
+ content = (0, jsx_runtime_1.jsx)(VoteUp_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
212
213
  }
213
214
  else if (type === types_2.SCNotificationTypologyType.KINDLY_NOTICE_ADVERTISING ||
214
215
  type === types_2.SCNotificationTypologyType.KINDLY_NOTICE_AGGRESSIVE ||
215
216
  type === types_2.SCNotificationTypologyType.KINDLY_NOTICE_POOR ||
216
217
  type === types_2.SCNotificationTypologyType.KINDLY_NOTICE_VULGAR ||
217
218
  type === types_2.SCNotificationTypologyType.KINDLY_NOTICE_OFFTOPIC) {
218
- content = react_1.default.createElement(KindlyNoticeFor_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
219
+ content = (0, jsx_runtime_1.jsx)(KindlyNoticeFor_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
219
220
  }
220
221
  else if (type === types_2.SCNotificationTypologyType.KINDLY_NOTICE_FLAG) {
221
- content = react_1.default.createElement(KindlyNoticeFlag_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
222
+ content = (0, jsx_runtime_1.jsx)(KindlyNoticeFlag_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
222
223
  }
223
224
  else if (type === types_2.SCNotificationTypologyType.DELETED_FOR_ADVERTISING ||
224
225
  type === types_2.SCNotificationTypologyType.DELETED_FOR_AGGRESSIVE ||
225
226
  type === types_2.SCNotificationTypologyType.DELETED_FOR_POOR ||
226
227
  type === types_2.SCNotificationTypologyType.DELETED_FOR_VULGAR ||
227
228
  type === types_2.SCNotificationTypologyType.DELETED_FOR_OFFTOPIC) {
228
- content = react_1.default.createElement(DeletedFor_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
229
+ content = (0, jsx_runtime_1.jsx)(DeletedFor_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
229
230
  }
230
231
  else if (type === types_2.SCNotificationTypologyType.UNDELETED_FOR) {
231
- content = react_1.default.createElement(UndeletedFor_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
232
+ content = (0, jsx_runtime_1.jsx)(UndeletedFor_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
232
233
  }
233
234
  else if (type === types_2.SCNotificationTypologyType.COLLAPSED_FOR_ADVERTISING ||
234
235
  type === types_2.SCNotificationTypologyType.COLLAPSED_FOR_AGGRESSIVE ||
235
236
  type === types_2.SCNotificationTypologyType.COLLAPSED_FOR_POOR ||
236
237
  type === types_2.SCNotificationTypologyType.COLLAPSED_FOR_VULGAR ||
237
238
  type === types_2.SCNotificationTypologyType.COLLAPSED_FOR_OFFTOPIC) {
238
- content = react_1.default.createElement(CollapsedFor_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
239
+ content = (0, jsx_runtime_1.jsx)(CollapsedFor_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
239
240
  }
240
241
  else if (type === types_2.SCNotificationTypologyType.PRIVATE_MESSAGE) {
241
- content = react_1.default.createElement(PrivateMessage_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
242
+ content = (0, jsx_runtime_1.jsx)(PrivateMessage_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
242
243
  }
243
244
  else if (type === types_2.SCNotificationTypologyType.BLOCKED_USER || type === types_2.SCNotificationTypologyType.UNBLOCKED_USER) {
244
- content = react_1.default.createElement(UserBlocked_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
245
+ content = (0, jsx_runtime_1.jsx)(UserBlocked_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
245
246
  }
246
247
  else if (type === types_2.SCNotificationTypologyType.MENTION) {
247
- content = react_1.default.createElement(Mention_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
248
+ content = (0, jsx_runtime_1.jsx)(Mention_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
248
249
  }
249
250
  else if (type === types_2.SCNotificationTypologyType.INCUBATOR_APPROVED) {
250
- content = react_1.default.createElement(IncubatorApproved_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
251
+ content = (0, jsx_runtime_1.jsx)(IncubatorApproved_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
251
252
  }
252
253
  else if (type === types_2.SCNotificationTypologyType.CUSTOM_NOTIFICATION && handleCustomNotification) {
253
254
  content = handleCustomNotification(n);
254
255
  }
255
256
  else if (type === types_2.SCNotificationTypologyType.CONTRIBUTION) {
256
- content = react_1.default.createElement(Contribution_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
257
+ content = (0, jsx_runtime_1.jsx)(Contribution_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
257
258
  }
258
259
  else if (n.type === types_2.SCNotificationTypologyType.USER_ADDED_TO_GROUP ||
259
260
  n.type === types_2.SCNotificationTypologyType.USER_INVITED_TO_JOIN_GROUP ||
260
261
  n.type === types_2.SCNotificationTypologyType.USER_ACCEPTED_TO_JOIN_GROUP ||
261
262
  n.type === types_2.SCNotificationTypologyType.USER_REQUESTED_TO_JOIN_GROUP) {
262
- return react_1.default.createElement(Group_1.default, { notificationObject: n, key: i, template: types_1.SCNotificationObjectTemplateType.SNIPPET });
263
+ return (0, jsx_runtime_1.jsx)(Group_1.default, { notificationObject: n, template: types_1.SCNotificationObjectTemplateType.SNIPPET }, i);
263
264
  }
264
265
  if (type && handleNotification) {
265
266
  /** Override content */
@@ -270,16 +271,10 @@ function SnippetNotifications(inProps) {
270
271
  /**
271
272
  * Renders root object
272
273
  */
273
- return (react_1.default.createElement(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className) }, rest),
274
- react_1.default.createElement(material_1.Box, { className: classes.notificationsWrap }, !initialized || loading ? (react_1.default.createElement(Skeleton_1.default, { elevation: 0 })) : (react_1.default.createElement(ScrollContainer_1.default, Object.assign({}, ScrollContainerProps),
275
- react_1.default.createElement(material_1.MenuList, { className: classes.list, disabledItemsFocusable: true, disableListWrap: true },
276
- scUserContext.user.unseen_notification_banners_counter ? (react_1.default.createElement(material_1.MenuItem, { className: (0, classnames_1.default)(classes.item, classes.broadcastMessagesBanner), key: "banner", component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.USER_NOTIFICATIONS_ROUTE_NAME, {}) },
277
- react_1.default.createElement(NotificationItem_1.default, { template: types_1.SCNotificationObjectTemplateType.SNIPPET, isNew: true, disableTypography: true, image: react_1.default.createElement(material_1.Avatar, { alt: preferences[react_core_1.SCPreferences.TEXT_APPLICATION_NAME], src: preferences[react_core_1.SCPreferences.LOGO_NAVBAR_LOGO_MOBILE] }), primary: react_1.default.createElement(material_1.Typography, { component: 'div' }, intl.formatMessage({ id: 'ui.snippetNotifications.broadcastMessages', defaultMessage: 'ui.snippetNotifications.broadcastMessages' }, {
278
- count: scUserContext.user.unseen_notification_banners_counter,
279
- b: (...chunks) => react_1.default.createElement("strong", null, chunks),
280
- link: (...chunks) => react_1.default.createElement(react_core_1.Link, { to: scRoutingContext.url(react_core_1.SCRoutes.USER_NOTIFICATIONS_ROUTE_NAME, {}) }, chunks)
281
- })) }))) : null,
282
- notifications.length === 0 ? (react_1.default.createElement(material_1.MenuItem, { className: classes.emptyBoxNotifications },
283
- react_1.default.createElement(react_intl_1.FormattedMessage, { id: "ui.snippetNotifications.noNotifications", defaultMessage: "ui.snippetNotifications.noNotifications" }))) : (notifications.slice(0, showMax).map((notificationObject, i) => notificationObject.aggregated.map((n, k) => (react_1.default.createElement(material_1.MenuItem, { className: classes.item, key: k, onClick: (e) => handleSingleNotificationClick(e, n), disableRipple: true, disableTouchRipple: true }, renderAggregatedItem(n, i))))))))))));
274
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ id: id, className: (0, classnames_1.default)(classes.root, className) }, rest, { children: (0, jsx_runtime_1.jsx)(material_1.Box, Object.assign({ className: classes.notificationsWrap }, { children: !initialized || loading ? ((0, jsx_runtime_1.jsx)(Skeleton_1.default, { elevation: 0 })) : ((0, jsx_runtime_1.jsx)(ScrollContainer_1.default, Object.assign({}, ScrollContainerProps, { children: (0, jsx_runtime_1.jsxs)(material_1.MenuList, Object.assign({ className: classes.list, disabledItemsFocusable: true, disableListWrap: true }, { children: [scUserContext.user.unseen_notification_banners_counter ? ((0, jsx_runtime_1.jsx)(material_1.MenuItem, Object.assign({ className: (0, classnames_1.default)(classes.item, classes.broadcastMessagesBanner), component: react_core_1.Link, to: scRoutingContext.url(react_core_1.SCRoutes.USER_NOTIFICATIONS_ROUTE_NAME, {}) }, { children: (0, jsx_runtime_1.jsx)(NotificationItem_1.default, { template: types_1.SCNotificationObjectTemplateType.SNIPPET, isNew: true, disableTypography: true, image: (0, jsx_runtime_1.jsx)(material_1.Avatar, { alt: preferences[react_core_1.SCPreferences.TEXT_APPLICATION_NAME], src: preferences[react_core_1.SCPreferences.LOGO_NAVBAR_LOGO_MOBILE] }), primary: (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ component: 'div' }, { children: intl.formatMessage({ id: 'ui.snippetNotifications.broadcastMessages', defaultMessage: 'ui.snippetNotifications.broadcastMessages' }, {
275
+ count: scUserContext.user.unseen_notification_banners_counter,
276
+ b: (...chunks) => (0, jsx_runtime_1.jsx)("strong", { children: chunks }),
277
+ link: (...chunks) => (0, jsx_runtime_1.jsx)(react_core_1.Link, Object.assign({ to: scRoutingContext.url(react_core_1.SCRoutes.USER_NOTIFICATIONS_ROUTE_NAME, {}) }, { children: chunks }))
278
+ }) })) }) }), "banner")) : null, notifications.length === 0 ? ((0, jsx_runtime_1.jsx)(material_1.MenuItem, Object.assign({ className: classes.emptyBoxNotifications }, { children: (0, jsx_runtime_1.jsx)(react_intl_1.FormattedMessage, { id: "ui.snippetNotifications.noNotifications", defaultMessage: "ui.snippetNotifications.noNotifications" }) }))) : (notifications.slice(0, showMax).map((notificationObject, i) => notificationObject.aggregated.map((n, k) => ((0, jsx_runtime_1.jsx)(material_1.MenuItem, Object.assign({ className: classes.item, onClick: (e) => handleSingleNotificationClick(e, n), disableRipple: true, disableTouchRipple: true }, { children: renderAggregatedItem(n, i) }), k)))))] })) }))) })) })));
284
279
  }
285
280
  exports.default = SnippetNotifications;
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- const react_1 = tslib_1.__importDefault(require("react"));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
4
  const Notification_1 = require("../Notification");
6
5
  const styles_1 = require("@mui/material/styles");
7
6
  const constants_1 = require("./constants");
@@ -33,6 +32,6 @@ const Root = (0, styles_1.styled)(Notification_1.NotificationSkeleton, {
33
32
  *
34
33
  */
35
34
  function ToastNotificationsSkeleton() {
36
- return react_1.default.createElement(Root, { className: classes.root });
35
+ return (0, jsx_runtime_1.jsx)(Root, { className: classes.root });
37
36
  }
38
37
  exports.default = ToastNotificationsSkeleton;
@@ -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");
@@ -80,48 +81,48 @@ function UserToastNotifications(inProps) {
80
81
  /** Notification of types: comment, nested_comment, etc... */
81
82
  type = react_core_1.SCNotification.SCNotificationMapping[n.activity_type];
82
83
  if (type === types_1.SCNotificationTypologyType.COMMENT || type === types_1.SCNotificationTypologyType.NESTED_COMMENT) {
83
- content = react_1.default.createElement(Comment_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
84
+ content = (0, jsx_runtime_1.jsx)(Comment_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
84
85
  }
85
86
  else if (type === types_1.SCNotificationTypologyType.FOLLOW) {
86
- content = react_1.default.createElement(ContributionFollow_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
87
+ content = (0, jsx_runtime_1.jsx)(ContributionFollow_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
87
88
  }
88
89
  else if (type === types_1.SCNotificationTypologyType.USER_FOLLOW) {
89
- content = react_1.default.createElement(UserFollow_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
90
+ content = (0, jsx_runtime_1.jsx)(UserFollow_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
90
91
  }
91
92
  else if (type === types_1.SCNotificationTypologyType.CONNECTION_REQUEST || type === types_1.SCNotificationTypologyType.CONNECTION_ACCEPT) {
92
- content = react_1.default.createElement(UserConnection_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
93
+ content = (0, jsx_runtime_1.jsx)(UserConnection_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
93
94
  }
94
95
  else if (type === types_1.SCNotificationTypologyType.VOTE_UP) {
95
- content = react_1.default.createElement(VoteUp_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
96
+ content = (0, jsx_runtime_1.jsx)(VoteUp_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
96
97
  }
97
98
  else if (type === types_1.SCNotificationTypologyType.PRIVATE_MESSAGE) {
98
- content = react_1.default.createElement(PrivateMessage_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
99
+ content = (0, jsx_runtime_1.jsx)(PrivateMessage_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
99
100
  }
100
101
  else if (type === types_1.SCNotificationTypologyType.BLOCKED_USER || type === types_1.SCNotificationTypologyType.UNBLOCKED_USER) {
101
- return react_1.default.createElement(UserBlocked_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
102
+ return (0, jsx_runtime_1.jsx)(UserBlocked_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
102
103
  }
103
104
  else if (type === types_1.SCNotificationTypologyType.MENTION) {
104
- content = react_1.default.createElement(Mention_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
105
+ content = (0, jsx_runtime_1.jsx)(Mention_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
105
106
  }
106
107
  else if (type === types_1.SCNotificationTypologyType.KINDLY_NOTICE_FLAG) {
107
- content = react_1.default.createElement(KindlyNoticeFlag_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
108
+ content = (0, jsx_runtime_1.jsx)(KindlyNoticeFlag_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
108
109
  }
109
110
  else if (type === types_1.SCNotificationTypologyType.INCUBATOR_APPROVED) {
110
- content = react_1.default.createElement(IncubatorApproved_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
111
+ content = (0, jsx_runtime_1.jsx)(IncubatorApproved_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
111
112
  }
112
113
  else if (type === types_1.SCNotificationTypologyType.CONTRIBUTION) {
113
- content = react_1.default.createElement(Contribution_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
114
+ content = (0, jsx_runtime_1.jsx)(Contribution_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
114
115
  }
115
116
  else if (type === types_1.SCNotificationTypologyType.USER_ADDED_TO_GROUP ||
116
117
  type === types_1.SCNotificationTypologyType.USER_INVITED_TO_JOIN_GROUP ||
117
118
  type === types_1.SCNotificationTypologyType.USER_ACCEPTED_TO_JOIN_GROUP ||
118
119
  type === types_1.SCNotificationTypologyType.USER_REQUESTED_TO_JOIN_GROUP) {
119
- content = react_1.default.createElement(Group_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
120
+ content = (0, jsx_runtime_1.jsx)(Group_1.default, { notificationObject: n.notification_obj, template: types_2.SCNotificationObjectTemplateType.TOAST });
120
121
  }
121
122
  }
122
123
  if (n.activity_type && n.activity_type === types_1.SCNotificationTypologyType.NOTIFICATION_BANNER) {
123
124
  /** Notification of type: 'notification_banner' */
124
- content = react_1.default.createElement(Message_1.default, { key: n.notification_obj.id, message: n.notification_obj, elevation: 0, template: types_2.SCBroadcastMessageTemplateType.TOAST });
125
+ content = (0, jsx_runtime_1.jsx)(Message_1.default, { message: n.notification_obj, elevation: 0, template: types_2.SCBroadcastMessageTemplateType.TOAST }, n.notification_obj.id);
125
126
  }
126
127
  if (handleNotification && type) {
127
128
  /** Override content */
@@ -174,6 +175,6 @@ function UserToastNotifications(inProps) {
174
175
  (0, react_1.useEffect)(() => {
175
176
  setOptions(Object.assign(Object.assign({}, options), { Components: Object.assign(Object.assign({}, options === null || options === void 0 ? void 0 : options.Components), { notification: CustomSnackMessage_1.default }) }));
176
177
  }, [scUserContext.managers.settings.all]);
177
- return react_1.default.createElement(Root, null);
178
+ return (0, jsx_runtime_1.jsx)(Root, {});
178
179
  }
179
180
  exports.default = UserToastNotifications;
@@ -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)(BaseItem_1.default, {
36
36
  */
37
37
  function UserSkeleton(props) {
38
38
  const theme = (0, material_1.useTheme)();
39
- return (react_1.default.createElement(Root, Object.assign({ className: classes.root }, props, { image: react_1.default.createElement(Skeleton_1.default, { animation: "wave", variant: "circular", width: theme.selfcommunity.user.avatar.sizeMedium, height: theme.selfcommunity.user.avatar.sizeMedium }), primary: react_1.default.createElement(Skeleton_1.default, { animation: "wave", height: 10, width: 120, style: { marginBottom: 10 } }), secondary: react_1.default.createElement(Skeleton_1.default, { animation: "wave", height: 10, width: 70, style: { marginBottom: 10 } }), actions: react_1.default.createElement(material_1.Button, { size: "small", variant: "outlined", disabled: true },
40
- react_1.default.createElement(Skeleton_1.default, { animation: "wave", height: 10, width: 30, style: { marginTop: 5, marginBottom: 5 } })) })));
39
+ return ((0, jsx_runtime_1.jsx)(Root, Object.assign({ className: classes.root }, props, { image: (0, jsx_runtime_1.jsx)(Skeleton_1.default, { animation: "wave", variant: "circular", width: theme.selfcommunity.user.avatar.sizeMedium, height: theme.selfcommunity.user.avatar.sizeMedium }), primary: (0, jsx_runtime_1.jsx)(Skeleton_1.default, { animation: "wave", height: 10, width: 120, style: { marginBottom: 10 } }), secondary: (0, jsx_runtime_1.jsx)(Skeleton_1.default, { animation: "wave", height: 10, width: 70, style: { marginBottom: 10 } }), actions: (0, jsx_runtime_1.jsx)(material_1.Button, Object.assign({ size: "small", variant: "outlined", disabled: true }, { children: (0, jsx_runtime_1.jsx)(Skeleton_1.default, { animation: "wave", height: 10, width: 30, style: { marginTop: 5, marginBottom: 5 } }) })) })));
41
40
  }
42
41
  exports.default = UserSkeleton;