@sendbird/uikit-react 3.4.2-rc.0 → 3.4.2
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 +39 -39
- package/CHANGELOG.md +11 -12
- package/Channel/components/ChannelHeader.js +19 -19
- package/Channel/components/ChannelUI.js +32 -32
- package/Channel/components/FileViewer.js +15 -15
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +27 -27
- package/Channel/components/MessageInput.js +23 -23
- package/Channel/components/MessageList.js +28 -28
- package/Channel/components/RemoveMessageModal.js +17 -17
- package/Channel/components/SuggestedMentionList.js +17 -17
- package/Channel/components/TypingIndicator.js +15 -15
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +14 -14
- package/Channel.js +32 -32
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +29 -29
- package/ChannelList/components/ChannelPreview.js +25 -25
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +29 -29
- package/{ChannelListProvider-2524b2e9.js → ChannelListProvider-e6254f07.js} +8 -8
- package/{ChannelListProvider-2524b2e9.js.map → ChannelListProvider-e6254f07.js.map} +1 -1
- package/{ChannelProvider-55d5cb77.js → ChannelProvider-c1c00018.js} +10 -10
- package/{ChannelProvider-55d5cb77.js.map → ChannelProvider-c1c00018.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-e524d78e.js → CreateChannelProvider-9f4f5302.js} +1 -1
- package/{CreateChannelProvider-e524d78e.js.map → CreateChannelProvider-9f4f5302.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-a0cb755b.js → LocalizationContext-8725e9b2.js} +3 -3
- package/{LocalizationContext-a0cb755b.js.map → LocalizationContext-8725e9b2.js.map} +1 -1
- package/{MediaQueryContext-bad43718.js → MediaQueryContext-ceb727c7.js} +1 -1
- package/{MediaQueryContext-bad43718.js.map → MediaQueryContext-ceb727c7.js.map} +1 -1
- package/{MemberList-8cf591a3.js → MemberList-7676a6a8.js} +5 -5
- package/{MemberList-8cf591a3.js.map → MemberList-7676a6a8.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +12 -12
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +12 -12
- 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-7545d62f.js → OpenChannelListProvider-706744c4.js} +3 -3
- package/{OpenChannelListProvider-7545d62f.js.map → OpenChannelListProvider-706744c4.js.map} +1 -1
- package/{OpenChannelProvider-4886f2ad.js → OpenChannelProvider-a731aa78.js} +7 -7
- package/{OpenChannelProvider-4886f2ad.js.map → OpenChannelProvider-a731aa78.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-c8236d3c.js → RemoveMessageModal-9b81dfb2.js} +3 -3
- package/{RemoveMessageModal-c8236d3c.js.map → RemoveMessageModal-9b81dfb2.js.map} +1 -1
- package/SendbirdProvider.js +12 -12
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +24 -24
- package/Thread/components/ParentMessageInfoItem.js +16 -16
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +27 -27
- package/Thread/components/ThreadListItem.js +27 -27
- package/Thread/components/ThreadMessageInput.js +24 -24
- package/Thread/components/ThreadUI.js +31 -31
- package/Thread/context.js +9 -9
- package/Thread.js +31 -31
- package/{ThreadProvider-d513a4bd.js → ThreadProvider-e64f95cc.js} +7 -7
- package/{ThreadProvider-d513a4bd.js.map → ThreadProvider-e64f95cc.js.map} +1 -1
- package/{UserProfileContext-c767f535.js → UserProfileContext-cc71f901.js} +1 -1
- package/{UserProfileContext-c767f535.js.map → UserProfileContext-cc71f901.js.map} +1 -1
- package/{VoiceMessageInputWrapper-275004e7.js → VoiceMessageInputWrapper-94005482.js} +7 -7
- package/{VoiceMessageInputWrapper-275004e7.js.map → VoiceMessageInputWrapper-94005482.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +3 -3
- package/VoiceRecorder/context.js +1 -1
- package/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/{_rollupPluginBabelHelpers-2da02e91.js → _rollupPluginBabelHelpers-945410b2.js} +1 -1
- package/_rollupPluginBabelHelpers-945410b2.js.map +1 -0
- package/{actionTypes-87188d3a.js → actionTypes-aa211f48.js} +1 -1
- package/{actionTypes-87188d3a.js.map → actionTypes-aa211f48.js.map} +1 -1
- package/cjs/App.js +39 -39
- package/cjs/Channel/components/ChannelHeader.js +19 -19
- package/cjs/Channel/components/ChannelUI.js +32 -32
- package/cjs/Channel/components/FileViewer.js +15 -15
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +27 -27
- package/cjs/Channel/components/MessageInput.js +23 -23
- package/cjs/Channel/components/MessageList.js +28 -28
- package/cjs/Channel/components/RemoveMessageModal.js +17 -17
- package/cjs/Channel/components/SuggestedMentionList.js +17 -17
- package/cjs/Channel/components/TypingIndicator.js +15 -15
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +14 -14
- package/cjs/Channel.js +32 -32
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +29 -29
- package/cjs/ChannelList/components/ChannelPreview.js +25 -25
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +29 -29
- package/cjs/{ChannelListProvider-a0219e36.js → ChannelListProvider-8cd92208.js} +8 -8
- package/cjs/{ChannelListProvider-a0219e36.js.map → ChannelListProvider-8cd92208.js.map} +1 -1
- package/cjs/{ChannelProvider-36c77355.js → ChannelProvider-b1290e55.js} +10 -10
- package/cjs/{ChannelProvider-36c77355.js.map → ChannelProvider-b1290e55.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-49263a40.js → CreateChannelProvider-08c38b8e.js} +1 -1
- package/cjs/{CreateChannelProvider-49263a40.js.map → CreateChannelProvider-08c38b8e.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-4a78a0ea.js → LocalizationContext-1f669b3c.js} +3 -3
- package/cjs/{LocalizationContext-4a78a0ea.js.map → LocalizationContext-1f669b3c.js.map} +1 -1
- package/cjs/{MediaQueryContext-3529b68c.js → MediaQueryContext-130143d7.js} +1 -1
- package/cjs/{MediaQueryContext-3529b68c.js.map → MediaQueryContext-130143d7.js.map} +1 -1
- package/cjs/{MemberList-bf017683.js → MemberList-8df95ca1.js} +5 -5
- package/cjs/{MemberList-bf017683.js.map → MemberList-8df95ca1.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +12 -12
- package/cjs/MessageSearch/context.js +2 -2
- package/cjs/MessageSearch.js +12 -12
- 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-cffbf4b9.js → OpenChannelListProvider-e536a2bf.js} +3 -3
- package/cjs/{OpenChannelListProvider-cffbf4b9.js.map → OpenChannelListProvider-e536a2bf.js.map} +1 -1
- package/cjs/{OpenChannelProvider-ff48712f.js → OpenChannelProvider-1e578c60.js} +7 -7
- package/cjs/{OpenChannelProvider-ff48712f.js.map → OpenChannelProvider-1e578c60.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-536d9b0c.js → RemoveMessageModal-b0c539a1.js} +3 -3
- package/cjs/{RemoveMessageModal-536d9b0c.js.map → RemoveMessageModal-b0c539a1.js.map} +1 -1
- package/cjs/SendbirdProvider.js +12 -12
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +24 -24
- package/cjs/Thread/components/ParentMessageInfoItem.js +16 -16
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +27 -27
- package/cjs/Thread/components/ThreadListItem.js +27 -27
- package/cjs/Thread/components/ThreadMessageInput.js +24 -24
- package/cjs/Thread/components/ThreadUI.js +31 -31
- package/cjs/Thread/context.js +9 -9
- package/cjs/Thread.js +31 -31
- package/cjs/{ThreadProvider-645cac2c.js → ThreadProvider-5eafb9ef.js} +7 -7
- package/cjs/{ThreadProvider-645cac2c.js.map → ThreadProvider-5eafb9ef.js.map} +1 -1
- package/cjs/{UserProfileContext-60133216.js → UserProfileContext-cde95db8.js} +1 -1
- package/cjs/{UserProfileContext-60133216.js.map → UserProfileContext-cde95db8.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-ba9b1eb9.js → VoiceMessageInputWrapper-5bb0ed00.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-ba9b1eb9.js.map → VoiceMessageInputWrapper-5bb0ed00.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +3 -3
- package/cjs/VoiceRecorder/context.js +1 -1
- package/cjs/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/cjs/{_rollupPluginBabelHelpers-7b94fb74.js → _rollupPluginBabelHelpers-32557b21.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-32557b21.js.map +1 -0
- package/cjs/{actionTypes-d840ec38.js → actionTypes-32a1c06c.js} +1 -1
- package/cjs/{actionTypes-d840ec38.js.map → actionTypes-32a1c06c.js.map} +1 -1
- package/cjs/{color-013f33a2.js → color-97cfc61b.js} +1 -1
- package/cjs/{color-013f33a2.js.map → color-97cfc61b.js.map} +1 -1
- package/cjs/{compareIds-0b17364a.js → compareIds-32f97a73.js} +1 -1
- package/cjs/{compareIds-0b17364a.js.map → compareIds-32f97a73.js.map} +1 -1
- package/cjs/{const-cbe8960c.js → const-77194948.js} +1 -1
- package/cjs/{const-cbe8960c.js.map → const-77194948.js.map} +1 -1
- package/cjs/{const-427af1ce.js → const-fe838b59.js} +1 -1
- package/cjs/{const-427af1ce.js.map → const-fe838b59.js.map} +1 -1
- package/cjs/{consts-7dce68cd.js → consts-f82aaae9.js} +1 -1
- package/cjs/{consts-7dce68cd.js.map → consts-f82aaae9.js.map} +1 -1
- package/cjs/{context-d10ef25d.js → context-01e9eccc.js} +2 -2
- package/cjs/{context-d10ef25d.js.map → context-01e9eccc.js.map} +1 -1
- package/cjs/dist/index.css +119 -119
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-dd7ec381.js → index-1b11bb85.js} +2 -2
- package/cjs/{index-dd7ec381.js.map → index-1b11bb85.js.map} +1 -1
- package/cjs/{index-31b40497.js → index-26ff28a8.js} +3 -3
- package/cjs/{index-31b40497.js.map → index-26ff28a8.js.map} +1 -1
- package/cjs/{index-d4f0bc3c.js → index-2c7774d0.js} +4 -4
- package/cjs/{index-d4f0bc3c.js.map → index-2c7774d0.js.map} +1 -1
- package/cjs/{index-5385d225.js → index-33ef71d3.js} +7 -7
- package/cjs/{index-5385d225.js.map → index-33ef71d3.js.map} +1 -1
- package/cjs/{index-d1d7e169.js → index-577c9a9b.js} +1 -1
- package/cjs/{index-d1d7e169.js.map → index-577c9a9b.js.map} +1 -1
- package/cjs/{index-774288ff.js → index-78e2bb42.js} +2 -2
- package/cjs/{index-774288ff.js.map → index-78e2bb42.js.map} +1 -1
- package/cjs/{index-6e61e3cb.js → index-81e19961.js} +2 -2
- package/cjs/{index-6e61e3cb.js.map → index-81e19961.js.map} +1 -1
- package/cjs/{index-d296d14a.js → index-90c0f273.js} +2 -2
- package/cjs/{index-d296d14a.js.map → index-90c0f273.js.map} +1 -1
- package/cjs/{index-c541ecc6.js → index-9506bc1e.js} +5 -5
- package/cjs/{index-c541ecc6.js.map → index-9506bc1e.js.map} +1 -1
- package/cjs/{index-fc79ad3a.js → index-b32fce67.js} +2 -2
- package/cjs/{index-fc79ad3a.js.map → index-b32fce67.js.map} +1 -1
- package/cjs/{index-83b4a09d.js → index-b911f8b3.js} +7 -7
- package/cjs/{index-83b4a09d.js.map → index-b911f8b3.js.map} +1 -1
- package/cjs/{index-bbf06de5.js → index-c4869cdb.js} +3 -3
- package/cjs/{index-bbf06de5.js.map → index-c4869cdb.js.map} +1 -1
- package/cjs/{index-8535c064.js → index-cf139ee0.js} +4 -4
- package/cjs/{index-8535c064.js.map → index-cf139ee0.js.map} +1 -1
- package/cjs/{index-62390ff2.js → index-f5502150.js} +1 -1
- package/cjs/{index-62390ff2.js.map → index-f5502150.js.map} +1 -1
- package/cjs/index.js +43 -43
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-1839b1fa.js → stringSet-ddd351f0.js} +1 -1
- package/cjs/{stringSet-1839b1fa.js.map → stringSet-ddd351f0.js.map} +1 -1
- package/cjs/{topics-a653d662.js → topics-5edbb1b2.js} +1 -1
- package/cjs/{topics-a653d662.js.map → topics-5edbb1b2.js.map} +1 -1
- package/cjs/{tslib.es6-c87db7c9.js → tslib.es6-d2ba1a6b.js} +1 -1
- package/cjs/{tslib.es6-c87db7c9.js.map → tslib.es6-d2ba1a6b.js.map} +1 -1
- package/cjs/{types-3bad691a.js → types-3fb94919.js} +1 -1
- package/cjs/{types-3bad691a.js.map → types-3fb94919.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 +23 -23
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +8 -8
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- 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/PlaybackTime.js +2 -2
- 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/VoiceMessageItemBody.js +5 -5
- package/cjs/ui/VoiceMessgeInput.js +8 -8
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useLongPress-064cd274.js → useLongPress-778d6f15.js} +3 -3
- package/cjs/{useLongPress-064cd274.js.map → useLongPress-778d6f15.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-afa7dd3a.js → utils-602ab2fc.js} +1 -1
- package/cjs/{utils-afa7dd3a.js.map → utils-602ab2fc.js.map} +1 -1
- package/cjs/{utils-e9362abb.js → utils-c67cf524.js} +2 -2
- package/cjs/{utils-e9362abb.js.map → utils-c67cf524.js.map} +1 -1
- package/cjs/{utils-239c842e.js → utils-ee6665ec.js} +1 -1
- package/cjs/{utils-239c842e.js.map → utils-ee6665ec.js.map} +1 -1
- package/cjs/{utils-1e208857.js → utils-f7f440f8.js} +1 -1
- package/cjs/{utils-1e208857.js.map → utils-f7f440f8.js.map} +1 -1
- package/cjs/{uuid-198051be.js → uuid-28e4a814.js} +1 -1
- package/cjs/{uuid-198051be.js.map → uuid-28e4a814.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-7be321d1.js → color-f6b2bdb7.js} +1 -1
- package/{color-7be321d1.js.map → color-f6b2bdb7.js.map} +1 -1
- package/{compareIds-d7da0327.js → compareIds-87972c5f.js} +1 -1
- package/{compareIds-d7da0327.js.map → compareIds-87972c5f.js.map} +1 -1
- package/{const-11b64be2.js → const-0f759572.js} +1 -1
- package/{const-11b64be2.js.map → const-0f759572.js.map} +1 -1
- package/{const-d394175a.js → const-85535a89.js} +1 -1
- package/{const-d394175a.js.map → const-85535a89.js.map} +1 -1
- package/{consts-5fac1d87.js → consts-59f719d8.js} +1 -1
- package/{consts-5fac1d87.js.map → consts-59f719d8.js.map} +1 -1
- package/{context-8fc16f51.js → context-f9c07d84.js} +2 -2
- package/{context-8fc16f51.js.map → context-f9c07d84.js.map} +1 -1
- package/dist/index.css +119 -119
- package/dist/index.css.map +1 -1
- package/{index-1525a47b.js → index-10a05022.js} +1 -1
- package/{index-1525a47b.js.map → index-10a05022.js.map} +1 -1
- package/{index-4b0c6ca0.js → index-1ac4456b.js} +7 -7
- package/{index-4b0c6ca0.js.map → index-1ac4456b.js.map} +1 -1
- package/{index-b7f81e57.js → index-2988897b.js} +2 -2
- package/{index-b7f81e57.js.map → index-2988897b.js.map} +1 -1
- package/{index-cb37aeca.js → index-3c7ecbec.js} +5 -5
- package/{index-cb37aeca.js.map → index-3c7ecbec.js.map} +1 -1
- package/{index-3889d442.js → index-43834bc0.js} +2 -2
- package/{index-3889d442.js.map → index-43834bc0.js.map} +1 -1
- package/{index-b1b2cacd.js → index-7d65494a.js} +4 -4
- package/{index-b1b2cacd.js.map → index-7d65494a.js.map} +1 -1
- package/{index-a39fa860.js → index-868d3a87.js} +2 -2
- package/{index-a39fa860.js.map → index-868d3a87.js.map} +1 -1
- package/{index-73f2304e.js → index-99933718.js} +2 -2
- package/{index-73f2304e.js.map → index-99933718.js.map} +1 -1
- package/{index-30452ca7.js → index-a1a19702.js} +3 -3
- package/{index-30452ca7.js.map → index-a1a19702.js.map} +1 -1
- package/{index-b789d3fa.js → index-a73afdab.js} +4 -4
- package/{index-b789d3fa.js.map → index-a73afdab.js.map} +1 -1
- package/{index-9f5a948e.js → index-ac5a0725.js} +3 -3
- package/{index-9f5a948e.js.map → index-ac5a0725.js.map} +1 -1
- package/{index-bc7a3ed5.js → index-c10fcd31.js} +1 -1
- package/{index-bc7a3ed5.js.map → index-c10fcd31.js.map} +1 -1
- package/{index-5cf85b0c.js → index-c4e31ae9.js} +7 -7
- package/{index-5cf85b0c.js.map → index-c4e31ae9.js.map} +1 -1
- package/{index-59947ad4.js → index-e121c395.js} +2 -2
- package/{index-59947ad4.js.map → index-e121c395.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +43 -43
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-d5999477.js → stringSet-a513039b.js} +1 -1
- package/{stringSet-d5999477.js.map → stringSet-a513039b.js.map} +1 -1
- package/{topics-9595a4f8.js → topics-a581acbb.js} +1 -1
- package/{topics-9595a4f8.js.map → topics-a581acbb.js.map} +1 -1
- package/{tslib.es6-e870eeed.js → tslib.es6-e1c2b6be.js} +1 -1
- package/{tslib.es6-e870eeed.js.map → tslib.es6-e1c2b6be.js.map} +1 -1
- package/{types-888ea49d.js → types-5cc94910.js} +1 -1
- package/{types-888ea49d.js.map → types-5cc94910.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 +23 -23
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +10 -10
- 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/PlaybackTime.js +2 -2
- 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/VoiceMessageItemBody.js +5 -5
- package/ui/VoiceMessgeInput.js +8 -8
- package/ui/Word.js +11 -11
- package/{useLongPress-f6eb759d.js → useLongPress-d942e028.js} +3 -3
- package/{useLongPress-f6eb759d.js.map → useLongPress-d942e028.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-4d52e52d.js → utils-5cc87999.js} +1 -1
- package/{utils-4d52e52d.js.map → utils-5cc87999.js.map} +1 -1
- package/{utils-a22637de.js → utils-b10ed497.js} +2 -2
- package/{utils-a22637de.js.map → utils-b10ed497.js.map} +1 -1
- package/{utils-3c8ae548.js → utils-b439eac3.js} +1 -1
- package/{utils-3c8ae548.js.map → utils-b439eac3.js.map} +1 -1
- package/{utils-c0e80d21.js → utils-c9f12033.js} +1 -1
- package/{utils-c0e80d21.js.map → utils-c9f12033.js.map} +1 -1
- package/{uuid-5dcdebb4.js → uuid-d072af26.js} +1 -1
- package/{uuid-5dcdebb4.js.map → uuid-d072af26.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-2da02e91.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-7b94fb74.js.map +0 -1
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import { a as _extends } from '../../_rollupPluginBabelHelpers-
|
|
2
|
-
import { _ as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as _extends } from '../../_rollupPluginBabelHelpers-945410b2.js';
|
|
2
|
+
import { _ as __assign } from '../../tslib.es6-e1c2b6be.js';
|
|
3
3
|
import React__default, { useState } from 'react';
|
|
4
4
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
5
5
|
import Badge from '../../ui/Badge.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
8
|
-
import { g as getChannelTitle, a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from '../../index-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-e121c395.js';
|
|
8
|
+
import { g as getChannelTitle, a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from '../../index-1ac4456b.js';
|
|
9
9
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
10
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
10
|
+
import { u as useLocalization } from '../../LocalizationContext-8725e9b2.js';
|
|
11
11
|
import MentionUserLabel from '../../ui/MentionUserLabel.js';
|
|
12
12
|
import Modal from '../../ui/Modal.js';
|
|
13
13
|
import TextButton from '../../ui/TextButton.js';
|
|
14
|
-
import { u as useChannelListContext } from '../../ChannelListProvider-
|
|
14
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-e6254f07.js';
|
|
15
15
|
import { TypingIndicatorText } from '../../Channel/components/TypingIndicator.js';
|
|
16
|
-
import { d as isVoiceMessage, e as isEditedMessage } from '../../index-
|
|
17
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
18
|
-
import { u as useLongPress } from '../../useLongPress-
|
|
16
|
+
import { d as isVoiceMessage, e as isEditedMessage } from '../../index-43834bc0.js';
|
|
17
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-ceb727c7.js';
|
|
18
|
+
import { u as useLongPress } from '../../useLongPress-d942e028.js';
|
|
19
19
|
import '../../ui/Avatar.js';
|
|
20
20
|
import '../../ui/ImageRenderer.js';
|
|
21
|
-
import '../../uuid-
|
|
22
|
-
import '../../utils-
|
|
21
|
+
import '../../uuid-d072af26.js';
|
|
22
|
+
import '../../utils-5cc87999.js';
|
|
23
23
|
import 'prop-types';
|
|
24
|
-
import '../../stringSet-
|
|
25
|
-
import '../../index-
|
|
26
|
-
import '../../index-
|
|
24
|
+
import '../../stringSet-a513039b.js';
|
|
25
|
+
import '../../index-99933718.js';
|
|
26
|
+
import '../../index-c10fcd31.js';
|
|
27
27
|
import '../../ui/Loader.js';
|
|
28
28
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
29
|
-
import '../../index-
|
|
30
|
-
import '../../index-
|
|
29
|
+
import '../../index-a1a19702.js';
|
|
30
|
+
import '../../index-2988897b.js';
|
|
31
31
|
import '../../withSendbird.js';
|
|
32
32
|
import 'react-dom';
|
|
33
|
-
import '../../index-
|
|
33
|
+
import '../../index-10a05022.js';
|
|
34
34
|
import '../../ui/Button.js';
|
|
35
35
|
import '../../ui/IconButton.js';
|
|
36
|
-
import '../../color-
|
|
36
|
+
import '../../color-f6b2bdb7.js';
|
|
37
37
|
import '@sendbird/chat/groupChannel';
|
|
38
|
-
import '../../topics-
|
|
39
|
-
import '../../utils-
|
|
40
|
-
import '../../UserProfileContext-
|
|
41
|
-
import '../../ChannelProvider-
|
|
42
|
-
import '../../compareIds-
|
|
43
|
-
import '../../const-
|
|
38
|
+
import '../../topics-a581acbb.js';
|
|
39
|
+
import '../../utils-b439eac3.js';
|
|
40
|
+
import '../../UserProfileContext-cc71f901.js';
|
|
41
|
+
import '../../ChannelProvider-c1c00018.js';
|
|
42
|
+
import '../../compareIds-87972c5f.js';
|
|
43
|
+
import '../../const-85535a89.js';
|
|
44
44
|
import '@sendbird/chat/message';
|
|
45
45
|
import '../../ui/ContextMenu.js';
|
|
46
46
|
import '../../ui/SortByRow.js';
|
|
47
47
|
import '../../ui/ReactionButton.js';
|
|
48
|
-
import '../../consts-
|
|
48
|
+
import '../../consts-59f719d8.js';
|
|
49
49
|
|
|
50
50
|
var ChannelPreview = function (_a) {
|
|
51
51
|
var _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import { u as useLocalization, a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
+
import { u as useLocalization, a as LocalizationContext } from '../../LocalizationContext-8725e9b2.js';
|
|
4
4
|
import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
|
|
5
5
|
import IconButton from '../../ui/IconButton.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
|
-
import { n as noop } from '../../utils-
|
|
8
|
+
import { n as noop } from '../../utils-b439eac3.js';
|
|
9
9
|
import Modal from '../../ui/Modal.js';
|
|
10
|
-
import { u as useChannelListContext } from '../../ChannelListProvider-
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../tslib.es6-
|
|
10
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-e6254f07.js';
|
|
11
|
+
import '../../stringSet-a513039b.js';
|
|
12
|
+
import '../../index-c10fcd31.js';
|
|
13
|
+
import '../../tslib.es6-e1c2b6be.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-d072af26.js';
|
|
17
|
+
import '../../index-43834bc0.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../index-
|
|
19
|
+
import '../../index-e121c395.js';
|
|
20
20
|
import '../../withSendbird.js';
|
|
21
|
-
import '../../_rollupPluginBabelHelpers-
|
|
22
|
-
import '../../index-
|
|
21
|
+
import '../../_rollupPluginBabelHelpers-945410b2.js';
|
|
22
|
+
import '../../index-10a05022.js';
|
|
23
23
|
import '../../ui/Button.js';
|
|
24
|
-
import '../../MediaQueryContext-
|
|
24
|
+
import '../../MediaQueryContext-ceb727c7.js';
|
|
25
25
|
import '@sendbird/chat/groupChannel';
|
|
26
|
-
import '../../topics-
|
|
27
|
-
import '../../UserProfileContext-
|
|
26
|
+
import '../../topics-a581acbb.js';
|
|
27
|
+
import '../../UserProfileContext-cc71f901.js';
|
|
28
28
|
|
|
29
29
|
var LeaveChannel = function (props) {
|
|
30
30
|
var _a, _b, _c;
|
package/ChannelList/context.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-e1c2b6be.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@sendbird/chat/groupChannel';
|
|
4
|
-
export { C as ChannelListProvider, u as useChannelListContext } from '../ChannelListProvider-
|
|
5
|
-
import '../uuid-
|
|
6
|
-
import '../utils-
|
|
7
|
-
import '../UserProfileContext-
|
|
4
|
+
export { C as ChannelListProvider, u as useChannelListContext } from '../ChannelListProvider-e6254f07.js';
|
|
5
|
+
import '../uuid-d072af26.js';
|
|
6
|
+
import '../utils-b439eac3.js';
|
|
7
|
+
import '../UserProfileContext-cc71f901.js';
|
|
8
8
|
import '../useSendbirdStateContext.js';
|
|
9
|
-
import '../topics-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
-
import '../index-
|
|
9
|
+
import '../topics-a581acbb.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-945410b2.js';
|
|
11
|
+
import '../index-43834bc0.js';
|
|
12
12
|
import '../utils/message/getOutgoingMessageState.js';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
import '../withSendbird.js';
|
package/ChannelList.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { C as ChannelListProvider } from './ChannelListProvider-
|
|
2
|
+
import { C as ChannelListProvider } from './ChannelListProvider-e6254f07.js';
|
|
3
3
|
import ChannelListUI from './ChannelList/components/ChannelListUI.js';
|
|
4
|
-
import './tslib.es6-
|
|
4
|
+
import './tslib.es6-e1c2b6be.js';
|
|
5
5
|
import '@sendbird/chat/groupChannel';
|
|
6
|
-
import './topics-
|
|
7
|
-
import './uuid-
|
|
8
|
-
import './utils-
|
|
9
|
-
import './UserProfileContext-
|
|
6
|
+
import './topics-a581acbb.js';
|
|
7
|
+
import './uuid-d072af26.js';
|
|
8
|
+
import './utils-b439eac3.js';
|
|
9
|
+
import './UserProfileContext-cc71f901.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import './useSendbirdStateContext.js';
|
|
12
12
|
import './withSendbird.js';
|
|
13
|
-
import './_rollupPluginBabelHelpers-
|
|
14
|
-
import './index-
|
|
13
|
+
import './_rollupPluginBabelHelpers-945410b2.js';
|
|
14
|
+
import './index-43834bc0.js';
|
|
15
15
|
import './utils/message/getOutgoingMessageState.js';
|
|
16
16
|
import './ChannelList/components/ChannelListHeader.js';
|
|
17
|
-
import './LocalizationContext-
|
|
18
|
-
import './stringSet-
|
|
19
|
-
import './index-
|
|
20
|
-
import './index-
|
|
17
|
+
import './LocalizationContext-8725e9b2.js';
|
|
18
|
+
import './stringSet-a513039b.js';
|
|
19
|
+
import './index-c10fcd31.js';
|
|
20
|
+
import './index-e121c395.js';
|
|
21
21
|
import './ui/Avatar.js';
|
|
22
22
|
import './ui/ImageRenderer.js';
|
|
23
23
|
import './ui/Icon.js';
|
|
@@ -25,14 +25,14 @@ import './ChannelList/components/AddChannel.js';
|
|
|
25
25
|
import './ui/IconButton.js';
|
|
26
26
|
import './CreateChannel.js';
|
|
27
27
|
import './CreateChannel/components/CreateChannelUI.js';
|
|
28
|
-
import './CreateChannelProvider-
|
|
28
|
+
import './CreateChannelProvider-9f4f5302.js';
|
|
29
29
|
import './sendbirdSelectors.js';
|
|
30
30
|
import './CreateChannel/components/InviteUsers.js';
|
|
31
31
|
import './ui/Modal.js';
|
|
32
32
|
import 'react-dom';
|
|
33
|
-
import './index-
|
|
33
|
+
import './index-10a05022.js';
|
|
34
34
|
import './ui/Button.js';
|
|
35
|
-
import './MediaQueryContext-
|
|
35
|
+
import './MediaQueryContext-ceb727c7.js';
|
|
36
36
|
import './ui/UserListItem.js';
|
|
37
37
|
import './ui/MutedAvatarOverlay.js';
|
|
38
38
|
import './ui/Checkbox.js';
|
|
@@ -42,30 +42,30 @@ import './ui/SortByRow.js';
|
|
|
42
42
|
import './CreateChannel/components/SelectChannelType.js';
|
|
43
43
|
import './ChannelList/components/ChannelPreview.js';
|
|
44
44
|
import './ui/ChannelAvatar.js';
|
|
45
|
-
import './utils-
|
|
45
|
+
import './utils-5cc87999.js';
|
|
46
46
|
import './ui/Badge.js';
|
|
47
|
-
import './index-
|
|
48
|
-
import './index-
|
|
47
|
+
import './index-1ac4456b.js';
|
|
48
|
+
import './index-99933718.js';
|
|
49
49
|
import './ui/Loader.js';
|
|
50
|
-
import './index-
|
|
51
|
-
import './index-
|
|
50
|
+
import './index-a1a19702.js';
|
|
51
|
+
import './index-2988897b.js';
|
|
52
52
|
import './ui/MentionUserLabel.js';
|
|
53
53
|
import './ui/TextButton.js';
|
|
54
|
-
import './color-
|
|
54
|
+
import './color-f6b2bdb7.js';
|
|
55
55
|
import './Channel/components/TypingIndicator.js';
|
|
56
|
-
import './ChannelProvider-
|
|
57
|
-
import './compareIds-
|
|
58
|
-
import './const-
|
|
56
|
+
import './ChannelProvider-c1c00018.js';
|
|
57
|
+
import './compareIds-87972c5f.js';
|
|
58
|
+
import './const-85535a89.js';
|
|
59
59
|
import '@sendbird/chat/message';
|
|
60
60
|
import './ui/ReactionButton.js';
|
|
61
|
-
import './consts-
|
|
62
|
-
import './useLongPress-
|
|
61
|
+
import './consts-59f719d8.js';
|
|
62
|
+
import './useLongPress-d942e028.js';
|
|
63
63
|
import './ChannelList/components/ChannelPreviewAction.js';
|
|
64
64
|
import './EditUserProfile.js';
|
|
65
|
-
import './index-
|
|
65
|
+
import './index-3c7ecbec.js';
|
|
66
66
|
import './ui/Input.js';
|
|
67
|
-
import './actionTypes-
|
|
68
|
-
import './index-
|
|
67
|
+
import './actionTypes-aa211f48.js';
|
|
68
|
+
import './index-7d65494a.js';
|
|
69
69
|
|
|
70
70
|
var ChannelList = function (props) {
|
|
71
71
|
return /*#__PURE__*/React__default.createElement(ChannelListProvider, {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { a as __spreadArray, _ as __assign } from './tslib.es6-
|
|
1
|
+
import { a as __spreadArray, _ as __assign } from './tslib.es6-e1c2b6be.js';
|
|
2
2
|
import React__default, { useEffect, useReducer, useState, useMemo, useContext } from 'react';
|
|
3
3
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
4
|
-
import { C as CREATE_CHANNEL$1, U as UPDATE_USER_MESSAGE, L as LEAVE_CHANNEL, S as SEND_MESSAGE_START } from './topics-
|
|
5
|
-
import { u as uuidv4 } from './uuid-
|
|
6
|
-
import { n as noop } from './utils-
|
|
7
|
-
import { U as UserProfileProvider } from './UserProfileContext-
|
|
4
|
+
import { C as CREATE_CHANNEL$1, U as UPDATE_USER_MESSAGE, L as LEAVE_CHANNEL, S as SEND_MESSAGE_START } from './topics-a581acbb.js';
|
|
5
|
+
import { u as uuidv4 } from './uuid-d072af26.js';
|
|
6
|
+
import { n as noop } from './utils-b439eac3.js';
|
|
7
|
+
import { U as UserProfileProvider } from './UserProfileContext-cc71f901.js';
|
|
8
8
|
import useSendbirdStateContext from './useSendbirdStateContext.js';
|
|
9
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
10
|
-
import { f as filterChannelListParams, g as getChannelsWithUpsertedChannel } from './index-
|
|
9
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-945410b2.js';
|
|
10
|
+
import { f as filterChannelListParams, g as getChannelsWithUpsertedChannel } from './index-43834bc0.js';
|
|
11
11
|
|
|
12
12
|
const RESET_CHANNEL_LIST = 'RESET_CHANNEL_LIST';
|
|
13
13
|
const CREATE_CHANNEL = 'CREATE_CHANNEL';
|
|
@@ -1071,4 +1071,4 @@ function useChannelListContext() {
|
|
|
1071
1071
|
}
|
|
1072
1072
|
|
|
1073
1073
|
export { ChannelListProvider as C, FETCH_CHANNELS_START as F, LEAVE_CHANNEL_SUCCESS as L, SET_CURRENT_CHANNEL as S, FETCH_CHANNELS_SUCCESS as a, FETCH_CHANNELS_FAILURE as b, useChannelListContext as u };
|
|
1074
|
-
//# sourceMappingURL=ChannelListProvider-
|
|
1074
|
+
//# sourceMappingURL=ChannelListProvider-e6254f07.js.map
|