@sendbird/uikit-react 3.4.5-rc.0 → 3.4.5
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 +44 -44
- package/Channel/components/ChannelHeader.js +19 -19
- package/Channel/components/ChannelUI.js +37 -37
- package/Channel/components/FileViewer.js +15 -15
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +32 -32
- package/Channel/components/MessageInput.js +27 -27
- package/Channel/components/MessageList.js +33 -33
- 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 +37 -37
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +30 -30
- package/ChannelList/components/ChannelPreview.js +26 -26
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +30 -30
- package/{ChannelListProvider-38d1234f.js → ChannelListProvider-10fe7340.js} +8 -8
- package/{ChannelListProvider-38d1234f.js.map → ChannelListProvider-10fe7340.js.map} +1 -1
- package/{ChannelProvider-1e05ac9e.js → ChannelProvider-4ac82784.js} +10 -10
- package/{ChannelProvider-1e05ac9e.js.map → ChannelProvider-4ac82784.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +10 -10
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +17 -17
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-3614d73c.js → CreateChannelProvider-11045f46.js} +1 -1
- package/{CreateChannelProvider-3614d73c.js.map → CreateChannelProvider-11045f46.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +9 -9
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/{LocalizationContext-34b46c40.js → LocalizationContext-654ae04f.js} +3 -3
- package/{LocalizationContext-34b46c40.js.map → LocalizationContext-654ae04f.js.map} +1 -1
- package/{MediaQueryContext-ce624aa4.js → MediaQueryContext-e791a4d1.js} +1 -1
- package/{MediaQueryContext-ce624aa4.js.map → MediaQueryContext-e791a4d1.js.map} +1 -1
- package/{MemberList-4de628ca.js → MemberList-6f3c8288.js} +5 -5
- package/{MemberList-4de628ca.js.map → MemberList-6f3c8288.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +19 -19
- package/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/OpenChannel/components/OpenChannelMessageList.js +30 -30
- package/OpenChannel/components/OpenChannelUI.js +30 -30
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +30 -30
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-ab54ddfd.js → OpenChannelListProvider-eb189b41.js} +3 -3
- package/{OpenChannelListProvider-ab54ddfd.js.map → OpenChannelListProvider-eb189b41.js.map} +1 -1
- package/{OpenChannelProvider-801fe2a5.js → OpenChannelProvider-e418b369.js} +7 -7
- package/{OpenChannelProvider-801fe2a5.js.map → OpenChannelProvider-e418b369.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +17 -17
- package/{RemoveMessageModal-73877b13.js → RemoveMessageModal-938b400d.js} +3 -3
- package/{RemoveMessageModal-73877b13.js.map → RemoveMessageModal-938b400d.js.map} +1 -1
- package/SendbirdProvider.js +12 -12
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +29 -29
- package/Thread/components/ParentMessageInfoItem.js +17 -17
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +32 -32
- package/Thread/components/ThreadListItem.js +32 -32
- package/Thread/components/ThreadMessageInput.js +28 -28
- package/Thread/components/ThreadUI.js +36 -36
- package/Thread/context.js +8 -8
- package/Thread.js +36 -36
- package/{ThreadProvider-44c43f8d.js → ThreadProvider-faf3df5d.js} +7 -7
- package/{ThreadProvider-44c43f8d.js.map → ThreadProvider-faf3df5d.js.map} +1 -1
- package/{UserProfileContext-3fa0c617.js → UserProfileContext-1996d4d2.js} +1 -1
- package/{UserProfileContext-3fa0c617.js.map → UserProfileContext-1996d4d2.js.map} +1 -1
- package/{VoiceMessageInputWrapper-9e4d2e0f.js → VoiceMessageInputWrapper-59373f20.js} +7 -7
- package/{VoiceMessageInputWrapper-9e4d2e0f.js.map → VoiceMessageInputWrapper-59373f20.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +3 -3
- package/VoiceRecorder/context.js +2 -2
- package/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/{_rollupPluginBabelHelpers-f78972d2.js → _rollupPluginBabelHelpers-e908c50d.js} +1 -1
- package/_rollupPluginBabelHelpers-e908c50d.js.map +1 -0
- package/{actionTypes-1693ceb3.js → actionTypes-ee7f96a9.js} +1 -1
- package/{actionTypes-1693ceb3.js.map → actionTypes-ee7f96a9.js.map} +1 -1
- package/cjs/App.js +44 -44
- package/cjs/Channel/components/ChannelHeader.js +19 -19
- package/cjs/Channel/components/ChannelUI.js +37 -37
- package/cjs/Channel/components/FileViewer.js +15 -15
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +32 -32
- package/cjs/Channel/components/MessageInput.js +27 -27
- package/cjs/Channel/components/MessageList.js +33 -33
- 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 +37 -37
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +30 -30
- package/cjs/ChannelList/components/ChannelPreview.js +26 -26
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +30 -30
- package/cjs/{ChannelListProvider-1f84d03b.js → ChannelListProvider-d4f91fc4.js} +8 -8
- package/cjs/{ChannelListProvider-1f84d03b.js.map → ChannelListProvider-d4f91fc4.js.map} +1 -1
- package/cjs/{ChannelProvider-5915747e.js → ChannelProvider-af0b997c.js} +10 -10
- package/cjs/{ChannelProvider-5915747e.js.map → ChannelProvider-af0b997c.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +10 -10
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +17 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-b0ade226.js → CreateChannelProvider-c4ad28a8.js} +1 -1
- package/cjs/{CreateChannelProvider-b0ade226.js.map → CreateChannelProvider-c4ad28a8.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +9 -9
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/{LocalizationContext-3fb1efd5.js → LocalizationContext-01fceac0.js} +3 -3
- package/cjs/{LocalizationContext-3fb1efd5.js.map → LocalizationContext-01fceac0.js.map} +1 -1
- package/cjs/{MediaQueryContext-9982e73b.js → MediaQueryContext-4978c777.js} +1 -1
- package/cjs/{MediaQueryContext-9982e73b.js.map → MediaQueryContext-4978c777.js.map} +1 -1
- package/cjs/{MemberList-574bae3f.js → MemberList-5c05b62f.js} +5 -5
- package/cjs/{MemberList-574bae3f.js.map → MemberList-5c05b62f.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +19 -19
- package/cjs/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +30 -30
- package/cjs/OpenChannel/components/OpenChannelUI.js +30 -30
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +30 -30
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-43b94684.js → OpenChannelListProvider-3be4b8a5.js} +3 -3
- package/cjs/{OpenChannelListProvider-43b94684.js.map → OpenChannelListProvider-3be4b8a5.js.map} +1 -1
- package/cjs/{OpenChannelProvider-411e1365.js → OpenChannelProvider-56af9a0e.js} +7 -7
- package/cjs/{OpenChannelProvider-411e1365.js.map → OpenChannelProvider-56af9a0e.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/cjs/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/{RemoveMessageModal-0c4b41d0.js → RemoveMessageModal-31ff9edc.js} +3 -3
- package/cjs/{RemoveMessageModal-0c4b41d0.js.map → RemoveMessageModal-31ff9edc.js.map} +1 -1
- package/cjs/SendbirdProvider.js +12 -12
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +29 -29
- package/cjs/Thread/components/ParentMessageInfoItem.js +17 -17
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +32 -32
- package/cjs/Thread/components/ThreadListItem.js +32 -32
- package/cjs/Thread/components/ThreadMessageInput.js +28 -28
- package/cjs/Thread/components/ThreadUI.js +36 -36
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +36 -36
- package/cjs/{ThreadProvider-73f209d6.js → ThreadProvider-12784adf.js} +7 -7
- package/cjs/{ThreadProvider-73f209d6.js.map → ThreadProvider-12784adf.js.map} +1 -1
- package/cjs/{UserProfileContext-b0b956b8.js → UserProfileContext-c4642438.js} +1 -1
- package/cjs/{UserProfileContext-b0b956b8.js.map → UserProfileContext-c4642438.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-2301a9cd.js → VoiceMessageInputWrapper-3b5db880.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-2301a9cd.js.map → VoiceMessageInputWrapper-3b5db880.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +3 -3
- package/cjs/VoiceRecorder/context.js +2 -2
- package/cjs/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/cjs/{_rollupPluginBabelHelpers-05716924.js → _rollupPluginBabelHelpers-994cd1da.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-994cd1da.js.map +1 -0
- package/cjs/{actionTypes-de2a8f54.js → actionTypes-38d53eaf.js} +1 -1
- package/cjs/{actionTypes-de2a8f54.js.map → actionTypes-38d53eaf.js.map} +1 -1
- package/cjs/{color-360107a6.js → color-8f9fe57f.js} +1 -1
- package/cjs/{color-360107a6.js.map → color-8f9fe57f.js.map} +1 -1
- package/cjs/{compareIds-c4f938a4.js → compareIds-b77b66f3.js} +1 -1
- package/cjs/{compareIds-c4f938a4.js.map → compareIds-b77b66f3.js.map} +1 -1
- package/cjs/{const-7ce7d646.js → const-35f8be84.js} +1 -1
- package/cjs/{const-7ce7d646.js.map → const-35f8be84.js.map} +1 -1
- package/cjs/{const-893ed415.js → const-e03cb4c1.js} +1 -1
- package/cjs/{const-893ed415.js.map → const-e03cb4c1.js.map} +1 -1
- package/cjs/{consts-d9856131.js → consts-69fc20be.js} +1 -1
- package/cjs/{consts-d9856131.js.map → consts-69fc20be.js.map} +1 -1
- package/cjs/{consts-c4097faa.js → consts-956b1221.js} +1 -1
- package/cjs/{consts-c4097faa.js.map → consts-956b1221.js.map} +1 -1
- package/cjs/{consts-0b50a0c8.js → consts-aabb33e0.js} +1 -1
- package/cjs/{consts-0b50a0c8.js.map → consts-aabb33e0.js.map} +1 -1
- package/cjs/{consts-f5219aa0.js → consts-b29bd4d5.js} +1 -1
- package/cjs/{consts-f5219aa0.js.map → consts-b29bd4d5.js.map} +1 -1
- package/cjs/{context-971dc2dc.js → context-d9e248df.js} +2 -2
- package/cjs/{context-971dc2dc.js.map → context-d9e248df.js.map} +1 -1
- package/cjs/dist/index.css +55 -55
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-bd887626.js → index-1e57cbdb.js} +4 -4
- package/cjs/{index-bd887626.js.map → index-1e57cbdb.js.map} +1 -1
- package/cjs/{index-871938c2.js → index-1f02e60f.js} +2 -2
- package/cjs/{index-871938c2.js.map → index-1f02e60f.js.map} +1 -1
- package/cjs/{index-2068f053.js → index-26a1e861.js} +2 -2
- package/cjs/{index-2068f053.js.map → index-26a1e861.js.map} +1 -1
- package/cjs/{index-3ecf6f1c.js → index-36aaf992.js} +1 -1
- package/cjs/{index-3ecf6f1c.js.map → index-36aaf992.js.map} +1 -1
- package/cjs/{index-4efda0a3.js → index-603c2a7c.js} +3 -3
- package/cjs/{index-4efda0a3.js.map → index-603c2a7c.js.map} +1 -1
- package/cjs/{index-27196170.js → index-72fd0294.js} +2 -2
- package/cjs/{index-27196170.js.map → index-72fd0294.js.map} +1 -1
- package/cjs/{index-05458f16.js → index-7c5d21c4.js} +1 -1
- package/cjs/{index-05458f16.js.map → index-7c5d21c4.js.map} +1 -1
- package/cjs/{index-106dbf0e.js → index-959a4ab1.js} +2 -2
- package/cjs/{index-106dbf0e.js.map → index-959a4ab1.js.map} +1 -1
- package/cjs/{index-4f21cdee.js → index-a7fa406f.js} +2 -2
- package/cjs/{index-4f21cdee.js.map → index-a7fa406f.js.map} +1 -1
- package/cjs/{index-046dffba.js → index-aa908fcf.js} +7 -7
- package/cjs/{index-046dffba.js.map → index-aa908fcf.js.map} +1 -1
- package/cjs/{index-95fe4955.js → index-aeba3b06.js} +4 -4
- package/cjs/{index-95fe4955.js.map → index-aeba3b06.js.map} +1 -1
- package/cjs/{index-1ebfe279.js → index-b9fbe704.js} +5 -5
- package/cjs/{index-1ebfe279.js.map → index-b9fbe704.js.map} +1 -1
- package/cjs/{index-a981854c.js → index-c825cf5b.js} +3 -3
- package/cjs/{index-a981854c.js.map → index-c825cf5b.js.map} +1 -1
- package/cjs/{index-d4ad85fe.js → index-d41db9c1.js} +7 -7
- package/cjs/{index-d4ad85fe.js.map → index-d41db9c1.js.map} +1 -1
- package/cjs/{index-b8bcbe2e.js → index-e3f00fd1.js} +3 -3
- package/cjs/{index-b8bcbe2e.js.map → index-e3f00fd1.js.map} +1 -1
- package/cjs/index.js +48 -48
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-eba21df4.js → stringSet-7330b627.js} +1 -1
- package/cjs/{stringSet-eba21df4.js.map → stringSet-7330b627.js.map} +1 -1
- package/cjs/{tokenize-ca4ac5a1.js → tokenize-a5a20ef3.js} +3 -3
- package/cjs/{tokenize-ca4ac5a1.js.map → tokenize-a5a20ef3.js.map} +1 -1
- package/cjs/{topics-e4dffa33.js → topics-7547922a.js} +1 -1
- package/cjs/{topics-e4dffa33.js.map → topics-7547922a.js.map} +1 -1
- package/cjs/{tslib.es6-94d25845.js → tslib.es6-ee1122c5.js} +1 -1
- package/cjs/{tslib.es6-94d25845.js.map → tslib.es6-ee1122c5.js.map} +1 -1
- package/cjs/{types-dd4057f8.js → types-7daeb4a1.js} +1 -1
- package/cjs/{types-dd4057f8.js.map → types-7daeb4a1.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 +10 -10
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +27 -27
- package/cjs/ui/MessageInput.js +13 -13
- 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 +13 -13
- 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 +18 -18
- 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 +13 -13
- 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 +10 -10
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +5 -5
- package/cjs/ui/VoiceMessgeInput.js +8 -8
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useLongPress-d8b2586f.js → useLongPress-3e3b1188.js} +3 -3
- package/cjs/{useLongPress-d8b2586f.js.map → useLongPress-3e3b1188.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-f294dd80.js → utils-5905fc1a.js} +1 -1
- package/cjs/{utils-f294dd80.js.map → utils-5905fc1a.js.map} +1 -1
- package/cjs/{utils-6584b9f0.js → utils-5ca88bb6.js} +1 -1
- package/cjs/{utils-6584b9f0.js.map → utils-5ca88bb6.js.map} +1 -1
- package/cjs/{utils-7846a174.js → utils-de779857.js} +2 -2
- package/cjs/{utils-7846a174.js.map → utils-de779857.js.map} +1 -1
- package/cjs/{utils-49414b11.js → utils-e4cd6a0c.js} +1 -1
- package/cjs/{utils-49414b11.js.map → utils-e4cd6a0c.js.map} +1 -1
- package/cjs/{uuid-fe1b03cf.js → uuid-26b61f16.js} +1 -1
- package/cjs/{uuid-fe1b03cf.js.map → uuid-26b61f16.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-6e50d9e2.js → color-f6e2214f.js} +1 -1
- package/{color-6e50d9e2.js.map → color-f6e2214f.js.map} +1 -1
- package/{compareIds-67c3b05b.js → compareIds-d958887d.js} +1 -1
- package/{compareIds-67c3b05b.js.map → compareIds-d958887d.js.map} +1 -1
- package/{const-8c87d265.js → const-735bcf5b.js} +1 -1
- package/{const-8c87d265.js.map → const-735bcf5b.js.map} +1 -1
- package/{const-b20d1024.js → const-c7334190.js} +1 -1
- package/{const-b20d1024.js.map → const-c7334190.js.map} +1 -1
- package/{consts-5929bec3.js → consts-12512664.js} +1 -1
- package/{consts-5929bec3.js.map → consts-12512664.js.map} +1 -1
- package/{consts-996c0a58.js → consts-8f50899e.js} +1 -1
- package/{consts-996c0a58.js.map → consts-8f50899e.js.map} +1 -1
- package/{consts-5b2caf41.js → consts-9422accf.js} +1 -1
- package/{consts-5b2caf41.js.map → consts-9422accf.js.map} +1 -1
- package/{consts-44e40533.js → consts-ddb92249.js} +1 -1
- package/{consts-44e40533.js.map → consts-ddb92249.js.map} +1 -1
- package/{context-3ffe9980.js → context-7465b898.js} +2 -2
- package/{context-3ffe9980.js.map → context-7465b898.js.map} +1 -1
- package/dist/index.css +55 -55
- package/dist/index.css.map +1 -1
- package/{index-5d8bac74.js → index-0ecbda20.js} +4 -4
- package/{index-5d8bac74.js.map → index-0ecbda20.js.map} +1 -1
- package/{index-5668e8eb.js → index-12c44496.js} +1 -1
- package/{index-5668e8eb.js.map → index-12c44496.js.map} +1 -1
- package/{index-4538a9f1.js → index-437c0f3c.js} +7 -7
- package/{index-4538a9f1.js.map → index-437c0f3c.js.map} +1 -1
- package/{index-e34d85fd.js → index-47d179f2.js} +2 -2
- package/{index-e34d85fd.js.map → index-47d179f2.js.map} +1 -1
- package/{index-055bcae0.js → index-4c3eaeb7.js} +2 -2
- package/{index-055bcae0.js.map → index-4c3eaeb7.js.map} +1 -1
- package/{index-26931609.js → index-63e7b57b.js} +5 -5
- package/{index-26931609.js.map → index-63e7b57b.js.map} +1 -1
- package/{index-55b1016d.js → index-6e33b2e0.js} +3 -3
- package/{index-55b1016d.js.map → index-6e33b2e0.js.map} +1 -1
- package/{index-c36339ab.js → index-7b8ea67e.js} +4 -4
- package/{index-c36339ab.js.map → index-7b8ea67e.js.map} +1 -1
- package/{index-3ee902ac.js → index-83ae3ffe.js} +2 -2
- package/{index-3ee902ac.js.map → index-83ae3ffe.js.map} +1 -1
- package/{index-824e5bc8.js → index-8e901b57.js} +2 -2
- package/{index-824e5bc8.js.map → index-8e901b57.js.map} +1 -1
- package/{index-1d770388.js → index-9626a87e.js} +3 -3
- package/{index-1d770388.js.map → index-9626a87e.js.map} +1 -1
- package/{index-d5769ac4.js → index-a52a0b76.js} +7 -7
- package/{index-d5769ac4.js.map → index-a52a0b76.js.map} +1 -1
- package/{index-66393faa.js → index-ace292c2.js} +3 -3
- package/{index-66393faa.js.map → index-ace292c2.js.map} +1 -1
- package/{index-6e6736ec.js → index-aced8439.js} +2 -2
- package/{index-6e6736ec.js.map → index-aced8439.js.map} +1 -1
- package/{index-3fff67da.js → index-cf141ad7.js} +1 -1
- package/{index-3fff67da.js.map → index-cf141ad7.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +48 -48
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-a9c3ac4a.js → stringSet-7c7d84fc.js} +1 -1
- package/{stringSet-a9c3ac4a.js.map → stringSet-7c7d84fc.js.map} +1 -1
- package/{tokenize-63675252.js → tokenize-8f238f49.js} +3 -3
- package/{tokenize-63675252.js.map → tokenize-8f238f49.js.map} +1 -1
- package/{topics-2a79610f.js → topics-4697c2b3.js} +1 -1
- package/{topics-2a79610f.js.map → topics-4697c2b3.js.map} +1 -1
- package/{tslib.es6-bb0710b6.js → tslib.es6-209c9f08.js} +1 -1
- package/{tslib.es6-bb0710b6.js.map → tslib.es6-209c9f08.js.map} +1 -1
- package/{types-27a6a112.js → types-41ea68c8.js} +1 -1
- package/{types-27a6a112.js.map → types-41ea68c8.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 +10 -10
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +27 -27
- package/ui/MessageInput.js +13 -13
- 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 +13 -13
- 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 +18 -18
- 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 +13 -13
- 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 +10 -10
- package/ui/UserProfile.js +9 -9
- package/ui/VoiceMessageItemBody.js +5 -5
- package/ui/VoiceMessgeInput.js +8 -8
- package/ui/Word.js +10 -10
- package/{useLongPress-7504e5b8.js → useLongPress-e2570976.js} +3 -3
- package/{useLongPress-7504e5b8.js.map → useLongPress-e2570976.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-8318012f.js → utils-04bd857d.js} +1 -1
- package/{utils-8318012f.js.map → utils-04bd857d.js.map} +1 -1
- package/{utils-3ba27c29.js → utils-12a3467f.js} +1 -1
- package/{utils-3ba27c29.js.map → utils-12a3467f.js.map} +1 -1
- package/{utils-1789e6d0.js → utils-3d03001e.js} +1 -1
- package/{utils-1789e6d0.js.map → utils-3d03001e.js.map} +1 -1
- package/{utils-3c4b1dd1.js → utils-4942106c.js} +2 -2
- package/{utils-3c4b1dd1.js.map → utils-4942106c.js.map} +1 -1
- package/{uuid-9ea19939.js → uuid-31c6ecb2.js} +1 -1
- package/{uuid-9ea19939.js.map → uuid-31c6ecb2.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-f78972d2.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-05716924.js.map +0 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-654ae04f.js';
|
|
3
3
|
import useSendbirdStateContext from '../../useSendbirdStateContext.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-8e901b57.js';
|
|
5
5
|
import Avatar from '../../ui/Avatar.js';
|
|
6
|
-
import '../../stringSet-
|
|
7
|
-
import '../../index-
|
|
6
|
+
import '../../stringSet-7c7d84fc.js';
|
|
7
|
+
import '../../index-cf141ad7.js';
|
|
8
8
|
import '../../withSendbird.js';
|
|
9
|
-
import '../../tslib.es6-
|
|
9
|
+
import '../../tslib.es6-209c9f08.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import '../../ui/ImageRenderer.js';
|
|
12
12
|
import '../../ui/Icon.js';
|
|
13
|
-
import '../../uuid-
|
|
13
|
+
import '../../uuid-31c6ecb2.js';
|
|
14
14
|
|
|
15
15
|
var ChannelListHeader = function (_a) {
|
|
16
16
|
var renderHeader = _a.renderHeader,
|
|
@@ -3,69 +3,69 @@ import ChannelListHeader from './ChannelListHeader.js';
|
|
|
3
3
|
import { AddChannel } from './AddChannel.js';
|
|
4
4
|
import ChannelPreview from './ChannelPreview.js';
|
|
5
5
|
import ChannelPreviewAction from './ChannelPreviewAction.js';
|
|
6
|
-
import { u as useChannelListContext, F as FETCH_CHANNELS_START, a as FETCH_CHANNELS_SUCCESS, b as FETCH_CHANNELS_FAILURE, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-
|
|
6
|
+
import { u as useChannelListContext, F as FETCH_CHANNELS_START, a as FETCH_CHANNELS_SUCCESS, b as FETCH_CHANNELS_FAILURE, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-10fe7340.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import EditProfile from '../../EditUserProfile.js';
|
|
9
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
10
|
-
import '../../LocalizationContext-
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../index-
|
|
9
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-0ecbda20.js';
|
|
10
|
+
import '../../LocalizationContext-654ae04f.js';
|
|
11
|
+
import '../../stringSet-7c7d84fc.js';
|
|
12
|
+
import '../../index-cf141ad7.js';
|
|
13
|
+
import '../../index-8e901b57.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import '../../ui/Avatar.js';
|
|
16
|
-
import '../../tslib.es6-
|
|
16
|
+
import '../../tslib.es6-209c9f08.js';
|
|
17
17
|
import '../../ui/ImageRenderer.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
|
-
import '../../uuid-
|
|
19
|
+
import '../../uuid-31c6ecb2.js';
|
|
20
20
|
import '../../ui/IconButton.js';
|
|
21
21
|
import '../../CreateChannel.js';
|
|
22
22
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
23
|
-
import '../../CreateChannelProvider-
|
|
23
|
+
import '../../CreateChannelProvider-11045f46.js';
|
|
24
24
|
import '../../sendbirdSelectors.js';
|
|
25
|
-
import '../../topics-
|
|
26
|
-
import '../../utils-
|
|
25
|
+
import '../../topics-4697c2b3.js';
|
|
26
|
+
import '../../utils-04bd857d.js';
|
|
27
27
|
import '../../CreateChannel/components/InviteUsers.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-12c44496.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../MediaQueryContext-e791a4d1.js';
|
|
33
33
|
import '../../ui/UserListItem.js';
|
|
34
|
-
import '../../UserProfileContext-
|
|
34
|
+
import '../../UserProfileContext-1996d4d2.js';
|
|
35
35
|
import '../../ui/MutedAvatarOverlay.js';
|
|
36
36
|
import '../../ui/Checkbox.js';
|
|
37
37
|
import '../../ui/UserProfile.js';
|
|
38
38
|
import '../../ui/ContextMenu.js';
|
|
39
39
|
import '../../ui/SortByRow.js';
|
|
40
|
-
import '../../index-
|
|
40
|
+
import '../../index-83ae3ffe.js';
|
|
41
41
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
43
|
-
import '../../_rollupPluginBabelHelpers-
|
|
43
|
+
import '../../_rollupPluginBabelHelpers-e908c50d.js';
|
|
44
44
|
import '../../ui/ChannelAvatar.js';
|
|
45
|
-
import '../../utils-
|
|
45
|
+
import '../../utils-12a3467f.js';
|
|
46
46
|
import '../../ui/Badge.js';
|
|
47
|
-
import '../../index-
|
|
48
|
-
import '../../index-
|
|
47
|
+
import '../../index-a52a0b76.js';
|
|
48
|
+
import '../../index-aced8439.js';
|
|
49
49
|
import '../../ui/Loader.js';
|
|
50
|
-
import '../../index-
|
|
51
|
-
import '../../index-
|
|
50
|
+
import '../../index-6e33b2e0.js';
|
|
51
|
+
import '../../index-4c3eaeb7.js';
|
|
52
52
|
import '../../ui/MentionUserLabel.js';
|
|
53
|
-
import '../../consts-
|
|
53
|
+
import '../../consts-ddb92249.js';
|
|
54
54
|
import '../../ui/TextButton.js';
|
|
55
|
-
import '../../color-
|
|
55
|
+
import '../../color-f6e2214f.js';
|
|
56
56
|
import '../../Channel/components/TypingIndicator.js';
|
|
57
57
|
import '@sendbird/chat/groupChannel';
|
|
58
|
-
import '../../ChannelProvider-
|
|
59
|
-
import '../../compareIds-
|
|
60
|
-
import '../../const-
|
|
58
|
+
import '../../ChannelProvider-4ac82784.js';
|
|
59
|
+
import '../../compareIds-d958887d.js';
|
|
60
|
+
import '../../const-735bcf5b.js';
|
|
61
61
|
import '@sendbird/chat/message';
|
|
62
62
|
import '../../ui/ReactionButton.js';
|
|
63
|
-
import '../../consts-
|
|
64
|
-
import '../../useLongPress-
|
|
63
|
+
import '../../consts-9422accf.js';
|
|
64
|
+
import '../../useLongPress-e2570976.js';
|
|
65
65
|
import '../../withSendbird.js';
|
|
66
|
-
import '../../index-
|
|
66
|
+
import '../../index-63e7b57b.js';
|
|
67
67
|
import '../../ui/Input.js';
|
|
68
|
-
import '../../actionTypes-
|
|
68
|
+
import '../../actionTypes-ee7f96a9.js';
|
|
69
69
|
|
|
70
70
|
const isAboutSame = (a, b, px) => Math.abs(a - b) <= px;
|
|
71
71
|
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import { a as _extends } from '../../_rollupPluginBabelHelpers-
|
|
2
|
-
import { _ as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as _extends } from '../../_rollupPluginBabelHelpers-e908c50d.js';
|
|
2
|
+
import { _ as __assign } from '../../tslib.es6-209c9f08.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-8e901b57.js';
|
|
8
|
+
import { g as getChannelTitle, a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from '../../index-a52a0b76.js';
|
|
9
9
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
10
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
10
|
+
import { u as useLocalization } from '../../LocalizationContext-654ae04f.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-10fe7340.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-83ae3ffe.js';
|
|
17
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-e791a4d1.js';
|
|
18
|
+
import { u as useLongPress } from '../../useLongPress-e2570976.js';
|
|
19
19
|
import '../../ui/Avatar.js';
|
|
20
20
|
import '../../ui/ImageRenderer.js';
|
|
21
|
-
import '../../uuid-
|
|
22
|
-
import '../../utils-
|
|
21
|
+
import '../../uuid-31c6ecb2.js';
|
|
22
|
+
import '../../utils-12a3467f.js';
|
|
23
23
|
import 'prop-types';
|
|
24
|
-
import '../../stringSet-
|
|
25
|
-
import '../../index-
|
|
26
|
-
import '../../index-
|
|
24
|
+
import '../../stringSet-7c7d84fc.js';
|
|
25
|
+
import '../../index-aced8439.js';
|
|
26
|
+
import '../../index-cf141ad7.js';
|
|
27
27
|
import '../../ui/Loader.js';
|
|
28
28
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
29
|
-
import '../../index-
|
|
30
|
-
import '../../index-
|
|
29
|
+
import '../../index-6e33b2e0.js';
|
|
30
|
+
import '../../index-4c3eaeb7.js';
|
|
31
31
|
import '../../withSendbird.js';
|
|
32
|
-
import '../../consts-
|
|
32
|
+
import '../../consts-ddb92249.js';
|
|
33
33
|
import 'react-dom';
|
|
34
|
-
import '../../index-
|
|
34
|
+
import '../../index-12c44496.js';
|
|
35
35
|
import '../../ui/Button.js';
|
|
36
36
|
import '../../ui/IconButton.js';
|
|
37
|
-
import '../../color-
|
|
37
|
+
import '../../color-f6e2214f.js';
|
|
38
38
|
import '@sendbird/chat/groupChannel';
|
|
39
|
-
import '../../topics-
|
|
40
|
-
import '../../utils-
|
|
41
|
-
import '../../UserProfileContext-
|
|
42
|
-
import '../../ChannelProvider-
|
|
43
|
-
import '../../compareIds-
|
|
44
|
-
import '../../const-
|
|
39
|
+
import '../../topics-4697c2b3.js';
|
|
40
|
+
import '../../utils-04bd857d.js';
|
|
41
|
+
import '../../UserProfileContext-1996d4d2.js';
|
|
42
|
+
import '../../ChannelProvider-4ac82784.js';
|
|
43
|
+
import '../../compareIds-d958887d.js';
|
|
44
|
+
import '../../const-735bcf5b.js';
|
|
45
45
|
import '@sendbird/chat/message';
|
|
46
46
|
import '../../ui/ContextMenu.js';
|
|
47
47
|
import '../../ui/SortByRow.js';
|
|
48
48
|
import '../../ui/ReactionButton.js';
|
|
49
|
-
import '../../consts-
|
|
49
|
+
import '../../consts-9422accf.js';
|
|
50
50
|
|
|
51
51
|
var ChannelPreview = function (_a) {
|
|
52
52
|
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-654ae04f.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-04bd857d.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-10fe7340.js';
|
|
11
|
+
import '../../stringSet-7c7d84fc.js';
|
|
12
|
+
import '../../index-cf141ad7.js';
|
|
13
|
+
import '../../tslib.es6-209c9f08.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-31c6ecb2.js';
|
|
17
|
+
import '../../index-83ae3ffe.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../index-
|
|
19
|
+
import '../../index-8e901b57.js';
|
|
20
20
|
import '../../withSendbird.js';
|
|
21
|
-
import '../../index-
|
|
21
|
+
import '../../index-12c44496.js';
|
|
22
22
|
import '../../ui/Button.js';
|
|
23
|
-
import '../../MediaQueryContext-
|
|
23
|
+
import '../../MediaQueryContext-e791a4d1.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
|
-
import '../../topics-
|
|
26
|
-
import '../../UserProfileContext-
|
|
27
|
-
import '../../_rollupPluginBabelHelpers-
|
|
25
|
+
import '../../topics-4697c2b3.js';
|
|
26
|
+
import '../../UserProfileContext-1996d4d2.js';
|
|
27
|
+
import '../../_rollupPluginBabelHelpers-e908c50d.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-209c9f08.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-10fe7340.js';
|
|
5
|
+
import '../uuid-31c6ecb2.js';
|
|
6
|
+
import '../utils-04bd857d.js';
|
|
7
|
+
import '../UserProfileContext-1996d4d2.js';
|
|
8
8
|
import '../useSendbirdStateContext.js';
|
|
9
|
-
import '../topics-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
-
import '../index-
|
|
9
|
+
import '../topics-4697c2b3.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-e908c50d.js';
|
|
11
|
+
import '../index-83ae3ffe.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-10fe7340.js';
|
|
3
3
|
import ChannelListUI from './ChannelList/components/ChannelListUI.js';
|
|
4
|
-
import './tslib.es6-
|
|
4
|
+
import './tslib.es6-209c9f08.js';
|
|
5
5
|
import '@sendbird/chat/groupChannel';
|
|
6
|
-
import './topics-
|
|
7
|
-
import './uuid-
|
|
8
|
-
import './utils-
|
|
9
|
-
import './UserProfileContext-
|
|
6
|
+
import './topics-4697c2b3.js';
|
|
7
|
+
import './uuid-31c6ecb2.js';
|
|
8
|
+
import './utils-04bd857d.js';
|
|
9
|
+
import './UserProfileContext-1996d4d2.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-e908c50d.js';
|
|
14
|
+
import './index-83ae3ffe.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-654ae04f.js';
|
|
18
|
+
import './stringSet-7c7d84fc.js';
|
|
19
|
+
import './index-cf141ad7.js';
|
|
20
|
+
import './index-8e901b57.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-11045f46.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-12c44496.js';
|
|
34
34
|
import './ui/Button.js';
|
|
35
|
-
import './MediaQueryContext-
|
|
35
|
+
import './MediaQueryContext-e791a4d1.js';
|
|
36
36
|
import './ui/UserListItem.js';
|
|
37
37
|
import './ui/MutedAvatarOverlay.js';
|
|
38
38
|
import './ui/Checkbox.js';
|
|
@@ -42,31 +42,31 @@ 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-12a3467f.js';
|
|
46
46
|
import './ui/Badge.js';
|
|
47
|
-
import './index-
|
|
48
|
-
import './index-
|
|
47
|
+
import './index-a52a0b76.js';
|
|
48
|
+
import './index-aced8439.js';
|
|
49
49
|
import './ui/Loader.js';
|
|
50
|
-
import './index-
|
|
51
|
-
import './index-
|
|
50
|
+
import './index-6e33b2e0.js';
|
|
51
|
+
import './index-4c3eaeb7.js';
|
|
52
52
|
import './ui/MentionUserLabel.js';
|
|
53
|
-
import './consts-
|
|
53
|
+
import './consts-ddb92249.js';
|
|
54
54
|
import './ui/TextButton.js';
|
|
55
|
-
import './color-
|
|
55
|
+
import './color-f6e2214f.js';
|
|
56
56
|
import './Channel/components/TypingIndicator.js';
|
|
57
|
-
import './ChannelProvider-
|
|
58
|
-
import './compareIds-
|
|
59
|
-
import './const-
|
|
57
|
+
import './ChannelProvider-4ac82784.js';
|
|
58
|
+
import './compareIds-d958887d.js';
|
|
59
|
+
import './const-735bcf5b.js';
|
|
60
60
|
import '@sendbird/chat/message';
|
|
61
61
|
import './ui/ReactionButton.js';
|
|
62
|
-
import './consts-
|
|
63
|
-
import './useLongPress-
|
|
62
|
+
import './consts-9422accf.js';
|
|
63
|
+
import './useLongPress-e2570976.js';
|
|
64
64
|
import './ChannelList/components/ChannelPreviewAction.js';
|
|
65
65
|
import './EditUserProfile.js';
|
|
66
|
-
import './index-
|
|
66
|
+
import './index-63e7b57b.js';
|
|
67
67
|
import './ui/Input.js';
|
|
68
|
-
import './actionTypes-
|
|
69
|
-
import './index-
|
|
68
|
+
import './actionTypes-ee7f96a9.js';
|
|
69
|
+
import './index-0ecbda20.js';
|
|
70
70
|
|
|
71
71
|
var ChannelList = function (props) {
|
|
72
72
|
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-209c9f08.js';
|
|
2
2
|
import React__default, { useEffect, useReducer, useState, useMemo, useContext } from 'react';
|
|
3
3
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
4
|
-
import { P as PUBSUB_TOPICS } 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 { P as PUBSUB_TOPICS } from './topics-4697c2b3.js';
|
|
5
|
+
import { u as uuidv4 } from './uuid-31c6ecb2.js';
|
|
6
|
+
import { n as noop } from './utils-04bd857d.js';
|
|
7
|
+
import { U as UserProfileProvider } from './UserProfileContext-1996d4d2.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-e908c50d.js';
|
|
10
|
+
import { f as filterChannelListParams, g as getChannelsWithUpsertedChannel } from './index-83ae3ffe.js';
|
|
11
11
|
|
|
12
12
|
const RESET_CHANNEL_LIST = 'RESET_CHANNEL_LIST';
|
|
13
13
|
const CREATE_CHANNEL = 'CREATE_CHANNEL';
|
|
@@ -1077,4 +1077,4 @@ function useChannelListContext() {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
1079
|
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 };
|
|
1080
|
-
//# sourceMappingURL=ChannelListProvider-
|
|
1080
|
+
//# sourceMappingURL=ChannelListProvider-10fe7340.js.map
|