@sendbird/uikit-react 3.3.5-rc.0 → 3.3.6
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.
- package/App.js +34 -34
- package/CHANGELOG.md +82 -0
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +27 -27
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +24 -24
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +25 -25
- package/Channel/components/RemoveMessageModal.js +16 -16
- package/Channel/components/SuggestedMentionList.js +16 -16
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +27 -27
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +28 -28
- package/ChannelList/components/ChannelPreview.js +24 -24
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +28 -28
- package/{ChannelListProvider-88cdca14.js → ChannelListProvider-0acdc048.js} +8 -8
- package/{ChannelListProvider-88cdca14.js.map → ChannelListProvider-0acdc048.js.map} +1 -1
- package/{ChannelProvider-01c79c11.js → ChannelProvider-725d7d1d.js} +9 -9
- package/{ChannelProvider-01c79c11.js.map → ChannelProvider-725d7d1d.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +12 -12
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/ChannelSettings/components/LeaveChannel.js +12 -12
- package/ChannelSettings/components/ModerationPanel.js +15 -15
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +14 -14
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +18 -18
- package/CreateChannel/components/CreateChannelUI.js +14 -14
- package/CreateChannel/components/InviteUsers.js +14 -14
- package/CreateChannel/components/SelectChannelType.js +11 -11
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +14 -14
- package/{CreateChannelProvider-86bd8f13.js → CreateChannelProvider-0f611910.js} +1 -1
- package/{CreateChannelProvider-86bd8f13.js.map → CreateChannelProvider-0f611910.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +10 -10
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-2884fc26.js → LocalizationContext-18d80268.js} +3 -3
- package/{LocalizationContext-2884fc26.js.map → LocalizationContext-18d80268.js.map} +1 -1
- package/{MediaQueryContext-4b77fc65.js → MediaQueryContext-090910cd.js} +1 -1
- package/{MediaQueryContext-4b77fc65.js.map → MediaQueryContext-090910cd.js.map} +1 -1
- package/{MemberList-72872fdc.js → MemberList-2f5e3cee.js} +5 -5
- package/{MemberList-72872fdc.js.map → MemberList-2f5e3cee.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/OpenChannel/components/OpenChannelUI.js +24 -24
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +24 -24
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-559bfc77.js → OpenChannelListProvider-86f46582.js} +3 -3
- package/{OpenChannelListProvider-559bfc77.js.map → OpenChannelListProvider-86f46582.js.map} +1 -1
- package/{OpenChannelProvider-b0a05b47.js → OpenChannelProvider-b51d74f5.js} +7 -7
- package/{OpenChannelProvider-b0a05b47.js.map → OpenChannelProvider-b51d74f5.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +18 -18
- package/{RemoveMessageModal-a5901174.js → RemoveMessageModal-af130425.js} +3 -3
- package/{RemoveMessageModal-a5901174.js.map → RemoveMessageModal-af130425.js.map} +1 -1
- package/SendbirdProvider.js +11 -14
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +21 -21
- package/Thread/components/ParentMessageInfoItem.js +14 -14
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +24 -24
- package/Thread/components/ThreadListItem.js +24 -24
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +26 -26
- package/Thread/context.js +8 -8
- package/Thread.js +26 -26
- package/{ThreadProvider-2e278d0b.js → ThreadProvider-2c626537.js} +6 -6
- package/{ThreadProvider-2e278d0b.js.map → ThreadProvider-2c626537.js.map} +1 -1
- package/{UserProfileContext-f1df8507.js → UserProfileContext-b97d337b.js} +1 -1
- package/{UserProfileContext-f1df8507.js.map → UserProfileContext-b97d337b.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-c0cff13a.js → _rollupPluginBabelHelpers-ff9b2c51.js} +1 -1
- package/_rollupPluginBabelHelpers-ff9b2c51.js.map +1 -0
- package/{actionTypes-7a81aa4a.js → actionTypes-47956ffa.js} +1 -1
- package/{actionTypes-7a81aa4a.js.map → actionTypes-47956ffa.js.map} +1 -1
- package/cjs/App.js +34 -34
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +27 -27
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +24 -24
- package/cjs/Channel/components/MessageInput.js +16 -16
- package/cjs/Channel/components/MessageList.js +25 -25
- package/cjs/Channel/components/RemoveMessageModal.js +16 -16
- package/cjs/Channel/components/SuggestedMentionList.js +16 -16
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +27 -27
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +28 -28
- package/cjs/ChannelList/components/ChannelPreview.js +24 -24
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +28 -28
- package/cjs/{ChannelListProvider-fca2402f.js → ChannelListProvider-5df99911.js} +8 -8
- package/cjs/{ChannelListProvider-fca2402f.js.map → ChannelListProvider-5df99911.js.map} +1 -1
- package/cjs/{ChannelProvider-c69451a4.js → ChannelProvider-cb8a51f5.js} +9 -9
- package/cjs/{ChannelProvider-c69451a4.js.map → ChannelProvider-cb8a51f5.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
- package/cjs/ChannelSettings/components/ModerationPanel.js +15 -15
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +14 -14
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +18 -18
- package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
- package/cjs/CreateChannel/components/InviteUsers.js +14 -14
- package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +14 -14
- package/cjs/{CreateChannelProvider-4bc1d9c4.js → CreateChannelProvider-0a273d90.js} +1 -1
- package/cjs/{CreateChannelProvider-4bc1d9c4.js.map → CreateChannelProvider-0a273d90.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +10 -10
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-d41b4430.js → LocalizationContext-f97df901.js} +3 -3
- package/cjs/{LocalizationContext-d41b4430.js.map → LocalizationContext-f97df901.js.map} +1 -1
- package/cjs/{MediaQueryContext-5b7eb39a.js → MediaQueryContext-32a5ff1a.js} +1 -1
- package/cjs/{MediaQueryContext-5b7eb39a.js.map → MediaQueryContext-32a5ff1a.js.map} +1 -1
- package/cjs/{MemberList-e26813a5.js → MemberList-fa8eaf62.js} +5 -5
- package/cjs/{MemberList-e26813a5.js.map → MemberList-fa8eaf62.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +2 -2
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +24 -24
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-684443e8.js → OpenChannelListProvider-eb542100.js} +3 -3
- package/cjs/{OpenChannelListProvider-684443e8.js.map → OpenChannelListProvider-eb542100.js.map} +1 -1
- package/cjs/{OpenChannelProvider-b7318ef8.js → OpenChannelProvider-5f42d696.js} +7 -7
- package/cjs/{OpenChannelProvider-b7318ef8.js.map → OpenChannelProvider-5f42d696.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +18 -18
- package/cjs/{RemoveMessageModal-6a6d56cd.js → RemoveMessageModal-2fe760cb.js} +3 -3
- package/cjs/{RemoveMessageModal-6a6d56cd.js.map → RemoveMessageModal-2fe760cb.js.map} +1 -1
- package/cjs/SendbirdProvider.js +11 -14
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +21 -21
- package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +24 -24
- package/cjs/Thread/components/ThreadListItem.js +24 -24
- package/cjs/Thread/components/ThreadMessageInput.js +16 -16
- package/cjs/Thread/components/ThreadUI.js +26 -26
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +26 -26
- package/cjs/{ThreadProvider-960d9cfd.js → ThreadProvider-72dcc4ab.js} +6 -6
- package/cjs/{ThreadProvider-960d9cfd.js.map → ThreadProvider-72dcc4ab.js.map} +1 -1
- package/cjs/{UserProfileContext-ac87948e.js → UserProfileContext-18f7c3a6.js} +1 -1
- package/cjs/{UserProfileContext-ac87948e.js.map → UserProfileContext-18f7c3a6.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-0bb67a62.js → _rollupPluginBabelHelpers-3c7afd9c.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-3c7afd9c.js.map +1 -0
- package/cjs/{actionTypes-a06bbd4b.js → actionTypes-a74c9a7b.js} +1 -1
- package/cjs/{actionTypes-a06bbd4b.js.map → actionTypes-a74c9a7b.js.map} +1 -1
- package/cjs/{color-1c4b0fb9.js → color-780f6723.js} +1 -1
- package/cjs/{color-1c4b0fb9.js.map → color-780f6723.js.map} +1 -1
- package/cjs/{compareIds-8341d8ea.js → compareIds-583e51ba.js} +1 -1
- package/cjs/{compareIds-8341d8ea.js.map → compareIds-583e51ba.js.map} +1 -1
- package/cjs/{const-4650f00a.js → const-2eccd1a7.js} +1 -1
- package/cjs/{const-4650f00a.js.map → const-2eccd1a7.js.map} +1 -1
- package/cjs/{const-6257f116.js → const-492525b1.js} +1 -1
- package/cjs/{const-6257f116.js.map → const-492525b1.js.map} +1 -1
- package/cjs/{context-796575c1.js → context-b5ce420e.js} +2 -2
- package/cjs/{context-796575c1.js.map → context-b5ce420e.js.map} +1 -1
- package/cjs/dist/index.css +92 -92
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-82932bfa.js → index-059ace2e.js} +5 -5
- package/cjs/{index-82932bfa.js.map → index-059ace2e.js.map} +1 -1
- package/cjs/{index-b8bbd03a.js → index-21526550.js} +7 -7
- package/cjs/{index-b8bbd03a.js.map → index-21526550.js.map} +1 -1
- package/cjs/{index-23f93fb7.js → index-2f1100d1.js} +2 -2
- package/cjs/{index-23f93fb7.js.map → index-2f1100d1.js.map} +1 -1
- package/cjs/{index-6a01cb26.js → index-641997ac.js} +3 -3
- package/cjs/{index-6a01cb26.js.map → index-641997ac.js.map} +1 -1
- package/cjs/{index-830ce6e4.js → index-6db9817d.js} +1 -1
- package/cjs/{index-830ce6e4.js.map → index-6db9817d.js.map} +1 -1
- package/cjs/{index-06d4bb3b.js → index-a2e9d2d3.js} +4 -4
- package/cjs/{index-06d4bb3b.js.map → index-a2e9d2d3.js.map} +1 -1
- package/cjs/{index-916e04ab.js → index-ae6284ae.js} +2 -2
- package/cjs/{index-916e04ab.js.map → index-ae6284ae.js.map} +1 -1
- package/cjs/{index-04cf08cd.js → index-af7e72b0.js} +2 -2
- package/cjs/{index-04cf08cd.js.map → index-af7e72b0.js.map} +1 -1
- package/cjs/{index-939a4e9f.js → index-deac63ad.js} +7 -7
- package/cjs/{index-939a4e9f.js.map → index-deac63ad.js.map} +1 -1
- package/cjs/{index-2c50cf69.js → index-e9363a3a.js} +2 -2
- package/cjs/{index-2c50cf69.js.map → index-e9363a3a.js.map} +1 -1
- package/cjs/{index-ac938e96.js → index-ee34e881.js} +1 -1
- package/cjs/{index-ac938e96.js.map → index-ee34e881.js.map} +1 -1
- package/cjs/{index-2c320718.js → index-fe4ed3a7.js} +2 -2
- package/cjs/{index-2c320718.js.map → index-fe4ed3a7.js.map} +1 -1
- package/cjs/index.js +38 -38
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-ef1de13f.js → stringSet-b7a88492.js} +1 -1
- package/cjs/{stringSet-ef1de13f.js.map → stringSet-b7a88492.js.map} +1 -1
- package/cjs/{topics-79b8e481.js → topics-02d19bd7.js} +1 -1
- package/cjs/{topics-79b8e481.js.map → topics-02d19bd7.js.map} +1 -1
- package/cjs/{tslib.es6-a0841755.js → tslib.es6-fde0dfbe.js} +1 -1
- package/cjs/{tslib.es6-a0841755.js.map → tslib.es6-fde0dfbe.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +11 -11
- package/cjs/ui/MessageContent.js +20 -20
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +11 -11
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +16 -16
- package/cjs/ui/OpenchannelOGMessage.js +16 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
- package/cjs/ui/OpenchannelUserMessage.js +16 -16
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +11 -11
- package/cjs/ui/ThreadReplies.js +6 -6
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useLongPress-e9d33f8f.js → useLongPress-0167e59c.js} +3 -3
- package/cjs/{useLongPress-e9d33f8f.js.map → useLongPress-0167e59c.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-861ec4de.js → utils-280337ff.js} +1 -1
- package/cjs/{utils-861ec4de.js.map → utils-280337ff.js.map} +1 -1
- package/cjs/{utils-6626aa2e.js → utils-5172c63a.js} +1 -1
- package/cjs/{utils-6626aa2e.js.map → utils-5172c63a.js.map} +1 -1
- package/cjs/{utils-066ca1ea.js → utils-5c18b9a3.js} +2 -2
- package/cjs/{utils-066ca1ea.js.map → utils-5c18b9a3.js.map} +1 -1
- package/cjs/{utils-7778b381.js → utils-8fb2ac56.js} +1 -1
- package/cjs/{utils-7778b381.js.map → utils-8fb2ac56.js.map} +1 -1
- package/cjs/{uuid-2027ed89.js → uuid-a7340c0b.js} +1 -1
- package/cjs/{uuid-2027ed89.js.map → uuid-a7340c0b.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-a3418d45.js → color-874fad60.js} +1 -1
- package/{color-a3418d45.js.map → color-874fad60.js.map} +1 -1
- package/{compareIds-473e9b83.js → compareIds-6d933e55.js} +1 -1
- package/{compareIds-473e9b83.js.map → compareIds-6d933e55.js.map} +1 -1
- package/{const-ce6aac84.js → const-3c9cbe82.js} +1 -1
- package/{const-ce6aac84.js.map → const-3c9cbe82.js.map} +1 -1
- package/{const-ab1efff9.js → const-d0b9ef03.js} +1 -1
- package/{const-ab1efff9.js.map → const-d0b9ef03.js.map} +1 -1
- package/{context-c3839563.js → context-8fdca3df.js} +2 -2
- package/{context-c3839563.js.map → context-8fdca3df.js.map} +1 -1
- package/dist/index.css +92 -92
- package/dist/index.css.map +1 -1
- package/{index-a88158af.js → index-1c396c78.js} +4 -4
- package/{index-a88158af.js.map → index-1c396c78.js.map} +1 -1
- package/{index-eb51b11e.js → index-38cc690b.js} +7 -7
- package/{index-eb51b11e.js.map → index-38cc690b.js.map} +1 -1
- package/{index-f6887522.js → index-508fde69.js} +5 -5
- package/{index-f6887522.js.map → index-508fde69.js.map} +1 -1
- package/{index-a1799197.js → index-686c220a.js} +2 -2
- package/{index-a1799197.js.map → index-686c220a.js.map} +1 -1
- package/{index-27fd8d9e.js → index-7f5ef1e1.js} +2 -2
- package/{index-27fd8d9e.js.map → index-7f5ef1e1.js.map} +1 -1
- package/{index-e525702f.js → index-8a4055b8.js} +2 -2
- package/{index-e525702f.js.map → index-8a4055b8.js.map} +1 -1
- package/{index-e38e42b0.js → index-a0a7b2d5.js} +1 -1
- package/{index-e38e42b0.js.map → index-a0a7b2d5.js.map} +1 -1
- package/{index-c6c7ad47.js → index-b01ec750.js} +2 -2
- package/{index-c6c7ad47.js.map → index-b01ec750.js.map} +1 -1
- package/{index-1542c9b8.js → index-d1cf8ac0.js} +1 -1
- package/{index-1542c9b8.js.map → index-d1cf8ac0.js.map} +1 -1
- package/{index-358a7883.js → index-dc6ec6c6.js} +2 -2
- package/{index-358a7883.js.map → index-dc6ec6c6.js.map} +1 -1
- package/{index-7cae08fd.js → index-e9f7e30a.js} +7 -7
- package/{index-7cae08fd.js.map → index-e9f7e30a.js.map} +1 -1
- package/{index-12c40d25.js → index-f4ea44d2.js} +3 -3
- package/{index-12c40d25.js.map → index-f4ea44d2.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +38 -38
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-140ed862.js → stringSet-9e97eb68.js} +1 -1
- package/{stringSet-140ed862.js.map → stringSet-9e97eb68.js.map} +1 -1
- package/{topics-65e08b70.js → topics-c899a4b5.js} +1 -1
- package/{topics-65e08b70.js.map → topics-c899a4b5.js.map} +1 -1
- package/{tslib.es6-bacd991d.js → tslib.es6-356e4352.js} +1 -1
- package/{tslib.es6-bacd991d.js.map → tslib.es6-356e4352.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +11 -11
- package/ui/MessageContent.js +20 -20
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +11 -11
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +16 -16
- package/ui/OpenchannelOGMessage.js +16 -16
- package/ui/OpenchannelThumbnailMessage.js +15 -15
- package/ui/OpenchannelUserMessage.js +16 -16
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +11 -11
- package/ui/ThreadReplies.js +6 -6
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +10 -10
- package/ui/Word.js +11 -11
- package/{useLongPress-952b34b2.js → useLongPress-b6324cd2.js} +3 -3
- package/{useLongPress-952b34b2.js.map → useLongPress-b6324cd2.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-796bbfd8.js → utils-11d16985.js} +1 -1
- package/{utils-796bbfd8.js.map → utils-11d16985.js.map} +1 -1
- package/{utils-6fc7ca06.js → utils-ab38ad8d.js} +1 -1
- package/{utils-6fc7ca06.js.map → utils-ab38ad8d.js.map} +1 -1
- package/{utils-ae7fe229.js → utils-c4ad9122.js} +1 -1
- package/{utils-ae7fe229.js.map → utils-c4ad9122.js.map} +1 -1
- package/{utils-d9ba26da.js → utils-eda8644e.js} +2 -2
- package/{utils-d9ba26da.js.map → utils-eda8644e.js.map} +1 -1
- package/{uuid-f376ea4b.js → uuid-40d04eb4.js} +1 -1
- package/{uuid-f376ea4b.js.map → uuid-40d04eb4.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-c0cff13a.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-0bb67a62.js.map +0 -1
package/App.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import Sendbird from './SendbirdProvider.js';
|
|
4
|
-
import { u as useMediaQueryContext } from './MediaQueryContext-
|
|
4
|
+
import { u as useMediaQueryContext } from './MediaQueryContext-090910cd.js';
|
|
5
5
|
import ChannelList from './ChannelList.js';
|
|
6
6
|
import Channel from './Channel.js';
|
|
7
7
|
import ChannelSettings from './ChannelSettings.js';
|
|
@@ -9,26 +9,26 @@ import MessageSearchPannel from './MessageSearch.js';
|
|
|
9
9
|
import Thread from './Thread.js';
|
|
10
10
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
11
11
|
import useSendbirdStateContext from './useSendbirdStateContext.js';
|
|
12
|
-
import { u as uuidv4 } from './uuid-
|
|
13
|
-
import './_rollupPluginBabelHelpers-
|
|
12
|
+
import { u as uuidv4 } from './uuid-40d04eb4.js';
|
|
13
|
+
import './_rollupPluginBabelHelpers-ff9b2c51.js';
|
|
14
14
|
import './withSendbird.js';
|
|
15
15
|
import '@sendbird/chat';
|
|
16
16
|
import '@sendbird/chat/openChannel';
|
|
17
|
-
import './actionTypes-
|
|
18
|
-
import './index-
|
|
19
|
-
import './tslib.es6-
|
|
17
|
+
import './actionTypes-47956ffa.js';
|
|
18
|
+
import './index-7f5ef1e1.js';
|
|
19
|
+
import './tslib.es6-356e4352.js';
|
|
20
20
|
import './utils/message/getOutgoingMessageState.js';
|
|
21
21
|
import 'css-vars-ponyfill';
|
|
22
|
-
import './LocalizationContext-
|
|
23
|
-
import './stringSet-
|
|
24
|
-
import './index-
|
|
25
|
-
import './ChannelListProvider-
|
|
26
|
-
import './topics-
|
|
27
|
-
import './utils-
|
|
28
|
-
import './UserProfileContext-
|
|
22
|
+
import './LocalizationContext-18d80268.js';
|
|
23
|
+
import './stringSet-9e97eb68.js';
|
|
24
|
+
import './index-a0a7b2d5.js';
|
|
25
|
+
import './ChannelListProvider-0acdc048.js';
|
|
26
|
+
import './topics-c899a4b5.js';
|
|
27
|
+
import './utils-11d16985.js';
|
|
28
|
+
import './UserProfileContext-b97d337b.js';
|
|
29
29
|
import './ChannelList/components/ChannelListUI.js';
|
|
30
30
|
import './ChannelList/components/ChannelListHeader.js';
|
|
31
|
-
import './index-
|
|
31
|
+
import './index-8a4055b8.js';
|
|
32
32
|
import './ui/Avatar.js';
|
|
33
33
|
import './ui/ImageRenderer.js';
|
|
34
34
|
import './ui/Icon.js';
|
|
@@ -36,12 +36,12 @@ import './ChannelList/components/AddChannel.js';
|
|
|
36
36
|
import './ui/IconButton.js';
|
|
37
37
|
import './CreateChannel.js';
|
|
38
38
|
import './CreateChannel/components/CreateChannelUI.js';
|
|
39
|
-
import './CreateChannelProvider-
|
|
39
|
+
import './CreateChannelProvider-0f611910.js';
|
|
40
40
|
import './sendbirdSelectors.js';
|
|
41
41
|
import './CreateChannel/components/InviteUsers.js';
|
|
42
42
|
import './ui/Modal.js';
|
|
43
43
|
import 'react-dom';
|
|
44
|
-
import './index-
|
|
44
|
+
import './index-d1cf8ac0.js';
|
|
45
45
|
import './ui/Button.js';
|
|
46
46
|
import './ui/UserListItem.js';
|
|
47
47
|
import './ui/MutedAvatarOverlay.js';
|
|
@@ -52,37 +52,37 @@ import './ui/SortByRow.js';
|
|
|
52
52
|
import './CreateChannel/components/SelectChannelType.js';
|
|
53
53
|
import './ChannelList/components/ChannelPreview.js';
|
|
54
54
|
import './ui/ChannelAvatar.js';
|
|
55
|
-
import './utils-
|
|
55
|
+
import './utils-ab38ad8d.js';
|
|
56
56
|
import './ui/Badge.js';
|
|
57
|
-
import './index-
|
|
58
|
-
import './index-
|
|
57
|
+
import './index-e9f7e30a.js';
|
|
58
|
+
import './index-dc6ec6c6.js';
|
|
59
59
|
import './ui/Loader.js';
|
|
60
|
-
import './index-
|
|
61
|
-
import './index-
|
|
60
|
+
import './index-f4ea44d2.js';
|
|
61
|
+
import './index-686c220a.js';
|
|
62
62
|
import './ui/MentionUserLabel.js';
|
|
63
63
|
import './ui/TextButton.js';
|
|
64
|
-
import './color-
|
|
64
|
+
import './color-874fad60.js';
|
|
65
65
|
import './Channel/components/TypingIndicator.js';
|
|
66
|
-
import './ChannelProvider-
|
|
67
|
-
import './compareIds-
|
|
68
|
-
import './const-
|
|
66
|
+
import './ChannelProvider-725d7d1d.js';
|
|
67
|
+
import './compareIds-6d933e55.js';
|
|
68
|
+
import './const-3c9cbe82.js';
|
|
69
69
|
import '@sendbird/chat/message';
|
|
70
70
|
import './ui/ReactionButton.js';
|
|
71
|
-
import './useLongPress-
|
|
71
|
+
import './useLongPress-b6324cd2.js';
|
|
72
72
|
import './ChannelList/components/ChannelPreviewAction.js';
|
|
73
73
|
import './EditUserProfile.js';
|
|
74
|
-
import './index-
|
|
74
|
+
import './index-508fde69.js';
|
|
75
75
|
import './ui/Input.js';
|
|
76
|
-
import './index-
|
|
76
|
+
import './index-1c396c78.js';
|
|
77
77
|
import './Channel/components/ChannelUI.js';
|
|
78
78
|
import './ui/ConnectionStatus.js';
|
|
79
79
|
import './Channel/components/ChannelHeader.js';
|
|
80
|
-
import './utils-
|
|
80
|
+
import './utils-eda8644e.js';
|
|
81
81
|
import './Channel/components/MessageList.js';
|
|
82
82
|
import './Channel/components/Message.js';
|
|
83
83
|
import './Channel/components/SuggestedMentionList.js';
|
|
84
|
-
import './const-
|
|
85
|
-
import './ThreadProvider-
|
|
84
|
+
import './const-d0b9ef03.js';
|
|
85
|
+
import './ThreadProvider-2c626537.js';
|
|
86
86
|
import './Thread/context/types.js';
|
|
87
87
|
import './ui/DateSeparator.js';
|
|
88
88
|
import './ui/MessageInput.js';
|
|
@@ -119,9 +119,9 @@ import './ChannelSettings/components/EditDetailsModal.js';
|
|
|
119
119
|
import './ChannelSettings/components/ModerationPanel.js';
|
|
120
120
|
import './ui/Accordion.js';
|
|
121
121
|
import './ui/AccordionGroup.js';
|
|
122
|
-
import './context-
|
|
122
|
+
import './context-8fdca3df.js';
|
|
123
123
|
import './ChannelSettings/components/UserListItem.js';
|
|
124
|
-
import './MemberList-
|
|
124
|
+
import './MemberList-2f5e3cee.js';
|
|
125
125
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
126
126
|
import './ChannelSettings/components/UserPanel.js';
|
|
127
127
|
import './MessageSearch/components/MessageSearchUI.js';
|
|
@@ -130,7 +130,7 @@ import './ui/MessageSearchItem.js';
|
|
|
130
130
|
import './ui/MessageSearchFileItem.js';
|
|
131
131
|
import './Thread/components/ThreadUI.js';
|
|
132
132
|
import './Thread/components/ParentMessageInfo.js';
|
|
133
|
-
import './RemoveMessageModal-
|
|
133
|
+
import './RemoveMessageModal-af130425.js';
|
|
134
134
|
import './Thread/components/ParentMessageInfoItem.js';
|
|
135
135
|
import './ui/FileViewer.js';
|
|
136
136
|
import './Thread/components/ThreadHeader.js';
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,87 @@
|
|
|
1
1
|
# Changelog - v3
|
|
2
2
|
|
|
3
|
+
## [v3.3.6] (Feb 13 2023)
|
|
4
|
+
|
|
5
|
+
Fixes:
|
|
6
|
+
* pubsub should be initialized with useState
|
|
7
|
+
* update onBeforeCreateChannel example to use chat V4
|
|
8
|
+
|
|
9
|
+
## [v3.5.0-beta.0] (Feb 6 2023)
|
|
10
|
+
|
|
11
|
+
### Notification Channel
|
|
12
|
+
|
|
13
|
+
A notification channel is a new group channel dedicated to receiving one way marketing and transactional messages. To allow users to view messages sent through Sendbird Message Builder with the correct rendering, you need to implement the notification channel view using <NotificationChannel>
|
|
14
|
+
|
|
15
|
+
Overview:
|
|
16
|
+
* Provide new module `NotificationChannel`
|
|
17
|
+
* NotificationChannel
|
|
18
|
+
`import NotificationChannel from '@sendbird/uikit-react/NotificationChannel'`
|
|
19
|
+
props:
|
|
20
|
+
* channelUrl: string;
|
|
21
|
+
* children?: React.ReactElement;
|
|
22
|
+
// To customize Query
|
|
23
|
+
* messageListParams?: MessageListParams;
|
|
24
|
+
// Sets last seen externally
|
|
25
|
+
* lastSeen?: number;
|
|
26
|
+
// handles Actions sepcified in Message Templates
|
|
27
|
+
* handleWebAction?(event: React.SyntheticEvent, action: Action, message: BaseMessage): null;
|
|
28
|
+
* handleCustomAction?(event: React.SyntheticEvent, action: Action, message: BaseMessage): null;
|
|
29
|
+
* handlePredefinedAction?(event: React.SyntheticEvent, action: Action, message: BaseMessage): null;
|
|
30
|
+
// UI overrides
|
|
31
|
+
* isLoading?: boolean;
|
|
32
|
+
* renderPlaceholderLoader?: () => React.ReactElement;
|
|
33
|
+
* renderPlaceholderInvalid?: () => React.ReactElement;
|
|
34
|
+
* renderPlaceholderEmpty?: () => React.ReactElement;
|
|
35
|
+
* renderHeader?: () => React.ReactElement;
|
|
36
|
+
* renderMessageHeader?: ({ message }) => React.ReactElement;
|
|
37
|
+
* renderMessage?: ({ message }) => React.ReactElement;
|
|
38
|
+
|
|
39
|
+
```
|
|
40
|
+
example:
|
|
41
|
+
export const NotificationChannelComponenet = () => (
|
|
42
|
+
<Sendbird
|
|
43
|
+
appId={appId}
|
|
44
|
+
userId={userId}
|
|
45
|
+
accessToken={accessToken}
|
|
46
|
+
>
|
|
47
|
+
<div style={{ height: '960px', width: '360px' }}>
|
|
48
|
+
<NotificationChannel
|
|
49
|
+
channelUrl={`SENDBIRD_NOTIFICATION_CHANNEL_NOTIFICATION_${userId}`}
|
|
50
|
+
renderPlaceholderLoader={() => <MyBrandLogo />};
|
|
51
|
+
handleCustomAction={(event, action, message) => {
|
|
52
|
+
... implement custom action
|
|
53
|
+
}}
|
|
54
|
+
/>
|
|
55
|
+
</div>
|
|
56
|
+
</Sendbird>
|
|
57
|
+
);
|
|
58
|
+
```
|
|
59
|
+
* Submodules:
|
|
60
|
+
* Context
|
|
61
|
+
`import { NotficationChannelProvider useNotficationChannelContext } from '@sendbird/uikit-react/NotificationChannel/context'`
|
|
62
|
+
Handles business logic of Notification Channel
|
|
63
|
+
* NotificationChannelUI
|
|
64
|
+
`import NotificationChannelUI from '@sendbird/uikit-react/NotificationChannel/components/NotificationChannelUI'`
|
|
65
|
+
UI wrapper of Notification Channel
|
|
66
|
+
* NotificationMessageWrap
|
|
67
|
+
`import NotificationMessageWrap from '@sendbird/uikit-react/NotificationChannel/components/NotificationMessageWrap'`
|
|
68
|
+
* NotificationList
|
|
69
|
+
`import NotificationList from '@sendbird/uikit-react/NotificationChannel/components/NotificationList'`
|
|
70
|
+
* External modules:
|
|
71
|
+
Unlike some of our other releases we decide to release some components into seperate packages to enahnce reusability with other platforms/projects
|
|
72
|
+
* MessageTemplateParser('@sendbird/react-message-template')
|
|
73
|
+
* MessageTemplate
|
|
74
|
+
`import { createMessageTemplate } from '@sendbird/react-message-template'`
|
|
75
|
+
* Parser
|
|
76
|
+
`import { createParser } from '@sendbird/react-message-template'`
|
|
77
|
+
* Renderer
|
|
78
|
+
`import { createRenderer } from '@sendbird/react-message-template'`
|
|
79
|
+
* MessageTemplateParser('@sendbird/react-message-template')
|
|
80
|
+
* Context
|
|
81
|
+
`import { MessageProvider, useMessageContext } from '@sendbird/react-uikit-message-template-view';`
|
|
82
|
+
* MessageTemplateView
|
|
83
|
+
`import { MessageTemplateView } from '@sendbird/react-uikit-message-template-view';`
|
|
84
|
+
|
|
3
85
|
## [v3.3.5] (Feb 3 2023)
|
|
4
86
|
Features:
|
|
5
87
|
* Voice Recorder&Player logic(not public yet)
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { g as getChannelTitle } from '../../utils-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { g as getChannelTitle } from '../../utils-eda8644e.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-8a4055b8.js';
|
|
4
4
|
import Icon, { IconColors, IconTypes } from '../../ui/Icon.js';
|
|
5
5
|
import IconButton from '../../ui/IconButton.js';
|
|
6
6
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
7
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
7
|
+
import { a as LocalizationContext } from '../../LocalizationContext-18d80268.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
10
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
11
|
-
import { n as noop } from '../../utils-
|
|
9
|
+
import { u as useChannelContext } from '../../ChannelProvider-725d7d1d.js';
|
|
10
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-090910cd.js';
|
|
11
|
+
import { n as noop } from '../../utils-11d16985.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../tslib.es6-
|
|
13
|
+
import '../../stringSet-9e97eb68.js';
|
|
14
|
+
import '../../tslib.es6-356e4352.js';
|
|
15
15
|
import '../../ui/Avatar.js';
|
|
16
16
|
import '../../ui/ImageRenderer.js';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../utils-
|
|
19
|
-
import '../../index-
|
|
17
|
+
import '../../uuid-40d04eb4.js';
|
|
18
|
+
import '../../utils-ab38ad8d.js';
|
|
19
|
+
import '../../index-a0a7b2d5.js';
|
|
20
20
|
import '../../withSendbird.js';
|
|
21
|
-
import '../../_rollupPluginBabelHelpers-
|
|
22
|
-
import '../../UserProfileContext-
|
|
23
|
-
import '../../index-
|
|
24
|
-
import '../../topics-
|
|
25
|
-
import '../../index-
|
|
21
|
+
import '../../_rollupPluginBabelHelpers-ff9b2c51.js';
|
|
22
|
+
import '../../UserProfileContext-b97d337b.js';
|
|
23
|
+
import '../../index-dc6ec6c6.js';
|
|
24
|
+
import '../../topics-c899a4b5.js';
|
|
25
|
+
import '../../index-7f5ef1e1.js';
|
|
26
26
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
27
|
-
import '../../compareIds-
|
|
28
|
-
import '../../const-
|
|
27
|
+
import '../../compareIds-6d933e55.js';
|
|
28
|
+
import '../../const-3c9cbe82.js';
|
|
29
29
|
import '@sendbird/chat/groupChannel';
|
|
30
30
|
import '@sendbird/chat/message';
|
|
31
31
|
import '../../ui/ContextMenu.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
|
-
import { u as useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-
|
|
4
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
3
|
+
import { u as useChannelContext, M as MARK_AS_READ } from '../../ChannelProvider-725d7d1d.js';
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-1c396c78.js';
|
|
5
5
|
import ConnectionStatus from '../../ui/ConnectionStatus.js';
|
|
6
6
|
import ChannelHeader from './ChannelHeader.js';
|
|
7
7
|
import MessageList from './MessageList.js';
|
|
@@ -10,46 +10,46 @@ import FrozenNotification from './FrozenNotification.js';
|
|
|
10
10
|
import UnreadCount from './UnreadCount.js';
|
|
11
11
|
import MessageInputWrapper from './MessageInput.js';
|
|
12
12
|
import '../../withSendbird.js';
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
14
|
-
import '../../UserProfileContext-
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-ff9b2c51.js';
|
|
14
|
+
import '../../UserProfileContext-b97d337b.js';
|
|
15
15
|
import 'prop-types';
|
|
16
|
-
import '../../index-
|
|
17
|
-
import '../../index-
|
|
18
|
-
import '../../topics-
|
|
19
|
-
import '../../index-
|
|
20
|
-
import '../../tslib.es6-
|
|
16
|
+
import '../../index-dc6ec6c6.js';
|
|
17
|
+
import '../../index-a0a7b2d5.js';
|
|
18
|
+
import '../../topics-c899a4b5.js';
|
|
19
|
+
import '../../index-7f5ef1e1.js';
|
|
20
|
+
import '../../tslib.es6-356e4352.js';
|
|
21
21
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
22
|
-
import '../../compareIds-
|
|
23
|
-
import '../../const-
|
|
22
|
+
import '../../compareIds-6d933e55.js';
|
|
23
|
+
import '../../const-3c9cbe82.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
|
-
import '../../uuid-
|
|
25
|
+
import '../../uuid-40d04eb4.js';
|
|
26
26
|
import '@sendbird/chat/message';
|
|
27
27
|
import '../../ui/ContextMenu.js';
|
|
28
28
|
import 'react-dom';
|
|
29
29
|
import '../../ui/SortByRow.js';
|
|
30
|
-
import '../../index-
|
|
31
|
-
import '../../stringSet-
|
|
30
|
+
import '../../index-8a4055b8.js';
|
|
31
|
+
import '../../stringSet-9e97eb68.js';
|
|
32
32
|
import '../../ui/ReactionButton.js';
|
|
33
33
|
import '../../ui/ImageRenderer.js';
|
|
34
34
|
import '../../ui/Icon.js';
|
|
35
|
-
import '../../LocalizationContext-
|
|
35
|
+
import '../../LocalizationContext-18d80268.js';
|
|
36
36
|
import '../../ui/Loader.js';
|
|
37
|
-
import '../../utils-
|
|
37
|
+
import '../../utils-eda8644e.js';
|
|
38
38
|
import '../../ui/IconButton.js';
|
|
39
39
|
import '../../ui/ChannelAvatar.js';
|
|
40
40
|
import '../../ui/Avatar.js';
|
|
41
|
-
import '../../utils-
|
|
42
|
-
import '../../MediaQueryContext-
|
|
43
|
-
import '../../utils-
|
|
44
|
-
import '../../index-
|
|
41
|
+
import '../../utils-ab38ad8d.js';
|
|
42
|
+
import '../../MediaQueryContext-090910cd.js';
|
|
43
|
+
import '../../utils-11d16985.js';
|
|
44
|
+
import '../../index-686c220a.js';
|
|
45
45
|
import './Message.js';
|
|
46
46
|
import './SuggestedMentionList.js';
|
|
47
|
-
import '../../const-
|
|
48
|
-
import '../../ThreadProvider-
|
|
47
|
+
import '../../const-d0b9ef03.js';
|
|
48
|
+
import '../../ThreadProvider-2c626537.js';
|
|
49
49
|
import '../../Thread/context/types.js';
|
|
50
50
|
import '@sendbird/chat';
|
|
51
51
|
import '../../ui/DateSeparator.js';
|
|
52
|
-
import '../../color-
|
|
52
|
+
import '../../color-874fad60.js';
|
|
53
53
|
import '../../ui/MessageInput.js';
|
|
54
54
|
import 'react-dom/server';
|
|
55
55
|
import '../../ui/Button.js';
|
|
@@ -57,8 +57,8 @@ import '../../ui/MentionUserLabel.js';
|
|
|
57
57
|
import '../../ui/MessageContent.js';
|
|
58
58
|
import '../../ui/UserProfile.js';
|
|
59
59
|
import '../../sendbirdSelectors.js';
|
|
60
|
-
import '../../index-
|
|
61
|
-
import '../../index-
|
|
60
|
+
import '../../index-e9f7e30a.js';
|
|
61
|
+
import '../../index-f4ea44d2.js';
|
|
62
62
|
import '../../ui/MessageItemMenu.js';
|
|
63
63
|
import '../../ui/MessageItemReactionMenu.js';
|
|
64
64
|
import '../../ui/EmojiReactions.js';
|
|
@@ -76,9 +76,9 @@ import '../../ui/ThumbnailMessageItemBody.js';
|
|
|
76
76
|
import '../../ui/OGMessageItemBody.js';
|
|
77
77
|
import '../../ui/UnknownMessageItemBody.js';
|
|
78
78
|
import '../../ui/QuoteMessage.js';
|
|
79
|
-
import '../../useLongPress-
|
|
79
|
+
import '../../useLongPress-b6324cd2.js';
|
|
80
80
|
import '../../ui/BottomSheet.js';
|
|
81
|
-
import '../../index-
|
|
81
|
+
import '../../index-d1cf8ac0.js';
|
|
82
82
|
import '../../ui/ThreadReplies.js';
|
|
83
83
|
import './FileViewer.js';
|
|
84
84
|
import './RemoveMessageModal.js';
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
3
|
import Avatar from '../../ui/Avatar.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-8a4055b8.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
|
-
import { M as MODAL_ROOT } from '../../index-
|
|
7
|
-
import { D as isSupportedFileView, E as isVideo, F as isImage } from '../../index-
|
|
6
|
+
import { M as MODAL_ROOT } from '../../index-d1cf8ac0.js';
|
|
7
|
+
import { D as isSupportedFileView, E as isVideo, F as isImage } from '../../index-7f5ef1e1.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useChannelContext } from '../../ChannelProvider-
|
|
10
|
-
import '../../tslib.es6-
|
|
9
|
+
import { u as useChannelContext } from '../../ChannelProvider-725d7d1d.js';
|
|
10
|
+
import '../../tslib.es6-356e4352.js';
|
|
11
11
|
import '../../ui/ImageRenderer.js';
|
|
12
|
-
import '../../uuid-
|
|
12
|
+
import '../../uuid-40d04eb4.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../stringSet-
|
|
14
|
+
import '../../stringSet-9e97eb68.js';
|
|
15
15
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
16
16
|
import '../../withSendbird.js';
|
|
17
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../../UserProfileContext-
|
|
19
|
-
import '../../index-
|
|
20
|
-
import '../../index-
|
|
21
|
-
import '../../topics-
|
|
22
|
-
import '../../compareIds-
|
|
23
|
-
import '../../const-
|
|
17
|
+
import '../../_rollupPluginBabelHelpers-ff9b2c51.js';
|
|
18
|
+
import '../../UserProfileContext-b97d337b.js';
|
|
19
|
+
import '../../index-dc6ec6c6.js';
|
|
20
|
+
import '../../index-a0a7b2d5.js';
|
|
21
|
+
import '../../topics-c899a4b5.js';
|
|
22
|
+
import '../../compareIds-6d933e55.js';
|
|
23
|
+
import '../../const-3c9cbe82.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
25
|
import '@sendbird/chat/message';
|
|
26
26
|
import '../../ui/ContextMenu.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography } from '../../index-
|
|
4
|
-
import '../../stringSet-
|
|
5
|
-
import '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-18d80268.js';
|
|
3
|
+
import { L as Label, a as LabelTypography } from '../../index-8a4055b8.js';
|
|
4
|
+
import '../../stringSet-9e97eb68.js';
|
|
5
|
+
import '../../index-a0a7b2d5.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
|
|
8
8
|
var FrozenNotification = function () {
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-356e4352.js';
|
|
2
2
|
import React__default, { useState, useRef, useEffect, useLayoutEffect, useMemo } from 'react';
|
|
3
|
-
import { f as format } from '../../index-
|
|
3
|
+
import { f as format } from '../../index-dc6ec6c6.js';
|
|
4
4
|
import SuggestedMentionList from './SuggestedMentionList.js';
|
|
5
5
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
6
|
-
import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted } from '../../ChannelProvider-
|
|
7
|
-
import { h as getClassName } from '../../index-
|
|
8
|
-
import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-
|
|
6
|
+
import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted } from '../../ChannelProvider-725d7d1d.js';
|
|
7
|
+
import { h as getClassName } from '../../index-7f5ef1e1.js';
|
|
8
|
+
import { M as MAX_USER_MENTION_COUNT, a as MAX_USER_SUGGESTION_COUNT } from '../../const-3c9cbe82.js';
|
|
9
9
|
import DateSeparator from '../../ui/DateSeparator.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-8a4055b8.js';
|
|
11
11
|
import MessageInput from '../../ui/MessageInput.js';
|
|
12
12
|
import MessageContent from '../../ui/MessageContent.js';
|
|
13
13
|
import FileViewer from './FileViewer.js';
|
|
14
14
|
import RemoveMessage from './RemoveMessageModal.js';
|
|
15
|
-
import { M as MessageInputKeys } from '../../const-
|
|
16
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
17
|
-
import '../../index-
|
|
15
|
+
import { M as MessageInputKeys } from '../../const-d0b9ef03.js';
|
|
16
|
+
import { u as useLocalization } from '../../LocalizationContext-18d80268.js';
|
|
17
|
+
import '../../index-a0a7b2d5.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '../../ui/Avatar.js';
|
|
21
21
|
import '../../ui/ImageRenderer.js';
|
|
22
|
-
import '../../uuid-
|
|
23
|
-
import '../../ThreadProvider-
|
|
22
|
+
import '../../uuid-40d04eb4.js';
|
|
23
|
+
import '../../ThreadProvider-2c626537.js';
|
|
24
24
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
25
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../UserProfileContext-b97d337b.js';
|
|
26
26
|
import '../../Thread/context/types.js';
|
|
27
27
|
import '@sendbird/chat';
|
|
28
|
-
import '../../topics-
|
|
28
|
+
import '../../topics-c899a4b5.js';
|
|
29
29
|
import '@sendbird/chat/groupChannel';
|
|
30
30
|
import '@sendbird/chat/message';
|
|
31
31
|
import '../../withSendbird.js';
|
|
32
|
-
import '../../_rollupPluginBabelHelpers-
|
|
33
|
-
import '../../compareIds-
|
|
32
|
+
import '../../_rollupPluginBabelHelpers-ff9b2c51.js';
|
|
33
|
+
import '../../compareIds-6d933e55.js';
|
|
34
34
|
import '../../ui/ContextMenu.js';
|
|
35
35
|
import 'react-dom';
|
|
36
36
|
import '../../ui/SortByRow.js';
|
|
37
|
-
import '../../stringSet-
|
|
37
|
+
import '../../stringSet-9e97eb68.js';
|
|
38
38
|
import '../../ui/ReactionButton.js';
|
|
39
|
-
import '../../color-
|
|
39
|
+
import '../../color-874fad60.js';
|
|
40
40
|
import 'react-dom/server';
|
|
41
41
|
import '../../ui/IconButton.js';
|
|
42
42
|
import '../../ui/Button.js';
|
|
43
43
|
import '../../ui/MentionUserLabel.js';
|
|
44
44
|
import '../../ui/UserProfile.js';
|
|
45
45
|
import '../../sendbirdSelectors.js';
|
|
46
|
-
import '../../utils-
|
|
47
|
-
import '../../index-
|
|
46
|
+
import '../../utils-11d16985.js';
|
|
47
|
+
import '../../index-e9f7e30a.js';
|
|
48
48
|
import '../../ui/Loader.js';
|
|
49
|
-
import '../../index-
|
|
50
|
-
import '../../index-
|
|
49
|
+
import '../../index-f4ea44d2.js';
|
|
50
|
+
import '../../index-686c220a.js';
|
|
51
51
|
import '../../ui/MessageItemMenu.js';
|
|
52
52
|
import '../../ui/MessageItemReactionMenu.js';
|
|
53
53
|
import '../../ui/EmojiReactions.js';
|
|
@@ -61,14 +61,14 @@ import '../../ui/LinkLabel.js';
|
|
|
61
61
|
import '../../ui/MentionLabel.js';
|
|
62
62
|
import '../../ui/FileMessageItemBody.js';
|
|
63
63
|
import '../../ui/TextButton.js';
|
|
64
|
-
import '../../MediaQueryContext-
|
|
64
|
+
import '../../MediaQueryContext-090910cd.js';
|
|
65
65
|
import '../../ui/ThumbnailMessageItemBody.js';
|
|
66
66
|
import '../../ui/OGMessageItemBody.js';
|
|
67
67
|
import '../../ui/UnknownMessageItemBody.js';
|
|
68
68
|
import '../../ui/QuoteMessage.js';
|
|
69
|
-
import '../../useLongPress-
|
|
69
|
+
import '../../useLongPress-b6324cd2.js';
|
|
70
70
|
import '../../ui/BottomSheet.js';
|
|
71
|
-
import '../../index-
|
|
71
|
+
import '../../index-d1cf8ac0.js';
|
|
72
72
|
import '../../ui/ThreadReplies.js';
|
|
73
73
|
import '../../ui/Modal.js';
|
|
74
74
|
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-356e4352.js';
|
|
2
2
|
import React__default, { useContext, useState, useEffect } from 'react';
|
|
3
|
-
import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted, d as isOperator } from '../../ChannelProvider-
|
|
3
|
+
import { u as useChannelContext, a as isDisabledBecauseFrozen, b as isDisabledBecauseMuted, d as isOperator } from '../../ChannelProvider-725d7d1d.js';
|
|
4
4
|
import MessageInput from '../../ui/MessageInput.js';
|
|
5
5
|
import QuoteMessageInput from '../../ui/QuoteMessageInput.js';
|
|
6
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
+
import { a as LocalizationContext } from '../../LocalizationContext-18d80268.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import SuggestedMentionList from './SuggestedMentionList.js';
|
|
9
|
-
import { M as MessageInputKeys } from '../../const-
|
|
10
|
-
import '../../UserProfileContext-
|
|
9
|
+
import { M as MessageInputKeys } from '../../const-d0b9ef03.js';
|
|
10
|
+
import '../../UserProfileContext-b97d337b.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../index-
|
|
14
|
-
import '../../topics-
|
|
15
|
-
import '../../index-
|
|
12
|
+
import '../../index-dc6ec6c6.js';
|
|
13
|
+
import '../../index-a0a7b2d5.js';
|
|
14
|
+
import '../../topics-c899a4b5.js';
|
|
15
|
+
import '../../index-7f5ef1e1.js';
|
|
16
16
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
17
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../../compareIds-
|
|
19
|
-
import '../../const-
|
|
17
|
+
import '../../_rollupPluginBabelHelpers-ff9b2c51.js';
|
|
18
|
+
import '../../compareIds-6d933e55.js';
|
|
19
|
+
import '../../const-3c9cbe82.js';
|
|
20
20
|
import '@sendbird/chat/groupChannel';
|
|
21
|
-
import '../../uuid-
|
|
21
|
+
import '../../uuid-40d04eb4.js';
|
|
22
22
|
import '@sendbird/chat/message';
|
|
23
23
|
import '../../ui/ContextMenu.js';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import '../../ui/SortByRow.js';
|
|
26
|
-
import '../../index-
|
|
27
|
-
import '../../stringSet-
|
|
26
|
+
import '../../index-8a4055b8.js';
|
|
27
|
+
import '../../stringSet-9e97eb68.js';
|
|
28
28
|
import '../../ui/ReactionButton.js';
|
|
29
29
|
import '../../ui/ImageRenderer.js';
|
|
30
30
|
import '../../ui/Icon.js';
|
|
@@ -34,7 +34,7 @@ import '../../ui/Button.js';
|
|
|
34
34
|
import '../../ui/MentionUserLabel.js';
|
|
35
35
|
import '../../withSendbird.js';
|
|
36
36
|
import '../../ui/Avatar.js';
|
|
37
|
-
import '../../ThreadProvider-
|
|
37
|
+
import '../../ThreadProvider-2c626537.js';
|
|
38
38
|
import '../../Thread/context/types.js';
|
|
39
39
|
import '@sendbird/chat';
|
|
40
40
|
|