@sendbird/uikit-react 3.4.1-rc.0 → 3.4.2-rc.0
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 +40 -39
- package/App.js.map +1 -1
- package/CHANGELOG.md +24 -0
- package/Channel/components/ChannelHeader.js +19 -19
- package/Channel/components/ChannelUI.js +33 -32
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +15 -15
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +28 -27
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +28 -24
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +29 -28
- package/Channel/components/MessageList.js.map +1 -1
- 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 +33 -32
- package/Channel.js.map +1 -1
- 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-9f51ca7a.js → ChannelListProvider-2524b2e9.js} +8 -8
- package/{ChannelListProvider-9f51ca7a.js.map → ChannelListProvider-2524b2e9.js.map} +1 -1
- package/{ChannelProvider-19d75ee9.js → ChannelProvider-55d5cb77.js} +10 -10
- package/{ChannelProvider-19d75ee9.js.map → ChannelProvider-55d5cb77.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-4a26fc5d.js → CreateChannelProvider-e524d78e.js} +1 -1
- package/{CreateChannelProvider-4a26fc5d.js.map → CreateChannelProvider-e524d78e.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-646420ca.js → LocalizationContext-a0cb755b.js} +3 -3
- package/{LocalizationContext-646420ca.js.map → LocalizationContext-a0cb755b.js.map} +1 -1
- package/{MediaQueryContext-1441c35c.js → MediaQueryContext-bad43718.js} +1 -1
- package/{MediaQueryContext-1441c35c.js.map → MediaQueryContext-bad43718.js.map} +1 -1
- package/{MemberList-e1088d7b.js → MemberList-8cf591a3.js} +5 -5
- package/{MemberList-e1088d7b.js.map → MemberList-8cf591a3.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 +16 -15
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +23 -22
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +25 -24
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +25 -24
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +25 -24
- package/OpenChannel.js.map +1 -1
- 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-76b2bc47.js → OpenChannelListProvider-7545d62f.js} +3 -3
- package/{OpenChannelListProvider-76b2bc47.js.map → OpenChannelListProvider-7545d62f.js.map} +1 -1
- package/{OpenChannelProvider-de0549fc.js → OpenChannelProvider-4886f2ad.js} +7 -7
- package/{OpenChannelProvider-de0549fc.js.map → OpenChannelProvider-4886f2ad.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-c25f1f20.js → RemoveMessageModal-c8236d3c.js} +3 -3
- package/{RemoveMessageModal-c25f1f20.js.map → RemoveMessageModal-c8236d3c.js.map} +1 -1
- package/SendbirdProvider.js +12 -12
- package/Thread/components/ParentMessageInfo.js +25 -24
- package/Thread/components/ParentMessageInfo.js.map +1 -1
- package/Thread/components/ParentMessageInfoItem.js +16 -16
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +28 -27
- package/Thread/components/ThreadList.js.map +1 -1
- package/Thread/components/ThreadListItem.js +28 -27
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +27 -24
- package/Thread/components/ThreadMessageInput.js.map +1 -1
- package/Thread/components/ThreadUI.js +32 -31
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context.js +9 -9
- package/Thread.js +32 -31
- package/Thread.js.map +1 -1
- package/{ThreadProvider-0ebc9c60.js → ThreadProvider-d513a4bd.js} +7 -7
- package/{ThreadProvider-0ebc9c60.js.map → ThreadProvider-d513a4bd.js.map} +1 -1
- package/{UserProfileContext-eb7f4891.js → UserProfileContext-c767f535.js} +1 -1
- package/{UserProfileContext-eb7f4891.js.map → UserProfileContext-c767f535.js.map} +1 -1
- package/{VoiceMessageInputWrapper-c0ac4f9c.js → VoiceMessageInputWrapper-275004e7.js} +7 -7
- package/{VoiceMessageInputWrapper-c0ac4f9c.js.map → VoiceMessageInputWrapper-275004e7.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-5827233e.js → _rollupPluginBabelHelpers-2da02e91.js} +1 -1
- package/_rollupPluginBabelHelpers-2da02e91.js.map +1 -0
- package/{actionTypes-42080a5c.js → actionTypes-87188d3a.js} +1 -1
- package/{actionTypes-42080a5c.js.map → actionTypes-87188d3a.js.map} +1 -1
- package/cjs/App.js +40 -39
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +19 -19
- package/cjs/Channel/components/ChannelUI.js +33 -32
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +15 -15
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +28 -27
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +28 -24
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +29 -28
- package/cjs/Channel/components/MessageList.js.map +1 -1
- 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 +33 -32
- package/cjs/Channel.js.map +1 -1
- 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-f0ae2b2b.js → ChannelListProvider-a0219e36.js} +8 -8
- package/cjs/{ChannelListProvider-f0ae2b2b.js.map → ChannelListProvider-a0219e36.js.map} +1 -1
- package/cjs/{ChannelProvider-7a4dc56f.js → ChannelProvider-36c77355.js} +10 -10
- package/cjs/{ChannelProvider-7a4dc56f.js.map → ChannelProvider-36c77355.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-f93f94ce.js → CreateChannelProvider-49263a40.js} +1 -1
- package/cjs/{CreateChannelProvider-f93f94ce.js.map → CreateChannelProvider-49263a40.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-c7dba320.js → LocalizationContext-4a78a0ea.js} +3 -3
- package/cjs/{LocalizationContext-c7dba320.js.map → LocalizationContext-4a78a0ea.js.map} +1 -1
- package/cjs/{MediaQueryContext-c21176c2.js → MediaQueryContext-3529b68c.js} +1 -1
- package/cjs/{MediaQueryContext-c21176c2.js.map → MediaQueryContext-3529b68c.js.map} +1 -1
- package/cjs/{MemberList-8beacafe.js → MemberList-bf017683.js} +5 -5
- package/cjs/{MemberList-8beacafe.js.map → MemberList-bf017683.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 +16 -15
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +23 -22
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +25 -24
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +25 -24
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +25 -24
- package/cjs/OpenChannel.js.map +1 -1
- 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-be9e4a7a.js → OpenChannelListProvider-cffbf4b9.js} +3 -3
- package/cjs/{OpenChannelListProvider-be9e4a7a.js.map → OpenChannelListProvider-cffbf4b9.js.map} +1 -1
- package/cjs/{OpenChannelProvider-48f2c689.js → OpenChannelProvider-ff48712f.js} +7 -7
- package/cjs/{OpenChannelProvider-48f2c689.js.map → OpenChannelProvider-ff48712f.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-a2906376.js → RemoveMessageModal-536d9b0c.js} +3 -3
- package/cjs/{RemoveMessageModal-a2906376.js.map → RemoveMessageModal-536d9b0c.js.map} +1 -1
- package/cjs/SendbirdProvider.js +12 -12
- package/cjs/Thread/components/ParentMessageInfo.js +25 -24
- package/cjs/Thread/components/ParentMessageInfo.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfoItem.js +16 -16
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +28 -27
- package/cjs/Thread/components/ThreadList.js.map +1 -1
- package/cjs/Thread/components/ThreadListItem.js +28 -27
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +27 -24
- package/cjs/Thread/components/ThreadMessageInput.js.map +1 -1
- package/cjs/Thread/components/ThreadUI.js +32 -31
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context.js +9 -9
- package/cjs/Thread.js +32 -31
- package/cjs/Thread.js.map +1 -1
- package/cjs/{ThreadProvider-c69173ee.js → ThreadProvider-645cac2c.js} +7 -7
- package/cjs/{ThreadProvider-c69173ee.js.map → ThreadProvider-645cac2c.js.map} +1 -1
- package/cjs/{UserProfileContext-55f0e6bb.js → UserProfileContext-60133216.js} +1 -1
- package/cjs/{UserProfileContext-55f0e6bb.js.map → UserProfileContext-60133216.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-1f621f96.js → VoiceMessageInputWrapper-ba9b1eb9.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-1f621f96.js.map → VoiceMessageInputWrapper-ba9b1eb9.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-53067984.js → _rollupPluginBabelHelpers-7b94fb74.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-7b94fb74.js.map +1 -0
- package/cjs/{actionTypes-6116824d.js → actionTypes-d840ec38.js} +1 -1
- package/cjs/{actionTypes-6116824d.js.map → actionTypes-d840ec38.js.map} +1 -1
- package/cjs/{color-9ec8fac6.js → color-013f33a2.js} +1 -1
- package/cjs/{color-9ec8fac6.js.map → color-013f33a2.js.map} +1 -1
- package/cjs/{compareIds-d6461851.js → compareIds-0b17364a.js} +1 -1
- package/cjs/{compareIds-d6461851.js.map → compareIds-0b17364a.js.map} +1 -1
- package/cjs/{const-1f3d1ae1.js → const-427af1ce.js} +1 -1
- package/cjs/{const-1f3d1ae1.js.map → const-427af1ce.js.map} +1 -1
- package/cjs/{const-3d3ea5a6.js → const-cbe8960c.js} +1 -1
- package/cjs/{const-3d3ea5a6.js.map → const-cbe8960c.js.map} +1 -1
- package/cjs/{consts-a7f5f91d.js → consts-7dce68cd.js} +1 -1
- package/cjs/{consts-a7f5f91d.js.map → consts-7dce68cd.js.map} +1 -1
- package/cjs/{context-5374df4e.js → context-d10ef25d.js} +2 -2
- package/cjs/{context-5374df4e.js.map → context-d10ef25d.js.map} +1 -1
- package/cjs/dist/index.css +119 -119
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-5993f1e6.js → index-31b40497.js} +3 -3
- package/cjs/{index-5993f1e6.js.map → index-31b40497.js.map} +1 -1
- package/cjs/{index-5fef7cd4.js → index-5385d225.js} +7 -7
- package/cjs/{index-5fef7cd4.js.map → index-5385d225.js.map} +1 -1
- package/cjs/{index-f0738051.js → index-62390ff2.js} +1 -1
- package/cjs/{index-f0738051.js.map → index-62390ff2.js.map} +1 -1
- package/cjs/{index-e2cb4259.js → index-6e61e3cb.js} +2 -2
- package/cjs/{index-e2cb4259.js.map → index-6e61e3cb.js.map} +1 -1
- package/cjs/{index-bb8788c1.js → index-774288ff.js} +2 -2
- package/cjs/{index-bb8788c1.js.map → index-774288ff.js.map} +1 -1
- package/cjs/{index-082ae73e.js → index-83b4a09d.js} +7 -7
- package/cjs/{index-082ae73e.js.map → index-83b4a09d.js.map} +1 -1
- package/cjs/{index-dbfa9e30.js → index-8535c064.js} +4 -4
- package/cjs/{index-dbfa9e30.js.map → index-8535c064.js.map} +1 -1
- package/cjs/{index-7ee2031a.js → index-bbf06de5.js} +3 -3
- package/cjs/{index-7ee2031a.js.map → index-bbf06de5.js.map} +1 -1
- package/cjs/{index-b583b8df.js → index-c541ecc6.js} +5 -5
- package/cjs/{index-b583b8df.js.map → index-c541ecc6.js.map} +1 -1
- package/cjs/{index-9d41d610.js → index-d1d7e169.js} +1 -1
- package/cjs/{index-9d41d610.js.map → index-d1d7e169.js.map} +1 -1
- package/cjs/{index-ef4ab52a.js → index-d296d14a.js} +2 -2
- package/cjs/{index-ef4ab52a.js.map → index-d296d14a.js.map} +1 -1
- package/cjs/{index-4dc4e6b5.js → index-d4f0bc3c.js} +4 -4
- package/cjs/{index-4dc4e6b5.js.map → index-d4f0bc3c.js.map} +1 -1
- package/cjs/{index-84e17bfc.js → index-dd7ec381.js} +2 -2
- package/cjs/{index-84e17bfc.js.map → index-dd7ec381.js.map} +1 -1
- package/cjs/{index-8e745dca.js → index-fc79ad3a.js} +2 -2
- package/cjs/{index-8e745dca.js.map → index-fc79ad3a.js.map} +1 -1
- package/cjs/index.js +44 -43
- package/cjs/index.js.map +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-39f04718.js → stringSet-1839b1fa.js} +108 -89
- package/cjs/stringSet-1839b1fa.js.map +1 -0
- package/cjs/{topics-5606f43e.js → topics-a653d662.js} +1 -1
- package/cjs/{topics-5606f43e.js.map → topics-a653d662.js.map} +1 -1
- package/cjs/{tslib.es6-aab6b54f.js → tslib.es6-c87db7c9.js} +1 -1
- package/cjs/{tslib.es6-aab6b54f.js.map → tslib.es6-c87db7c9.js.map} +1 -1
- package/cjs/{types-45b8cd42.js → types-3bad691a.js} +1 -1
- package/cjs/{types-45b8cd42.js.map → types-3bad691a.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 +14 -12
- package/cjs/ui/MentionLabel.js.map +1 -1
- package/cjs/ui/MessageContent.js +23 -23
- package/cjs/ui/MessageInput.js +185 -14
- package/cjs/ui/MessageInput.js.map +1 -1
- 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-9261da40.js → useLongPress-064cd274.js} +3 -3
- package/cjs/{useLongPress-9261da40.js.map → useLongPress-064cd274.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-67a9f818.js → utils-1e208857.js} +1 -1
- package/cjs/{utils-67a9f818.js.map → utils-1e208857.js.map} +1 -1
- package/cjs/{utils-1575dcd5.js → utils-239c842e.js} +1 -1
- package/cjs/{utils-1575dcd5.js.map → utils-239c842e.js.map} +1 -1
- package/cjs/{utils-acf605ed.js → utils-afa7dd3a.js} +1 -1
- package/cjs/{utils-acf605ed.js.map → utils-afa7dd3a.js.map} +1 -1
- package/cjs/{utils-5ee973c5.js → utils-e9362abb.js} +2 -2
- package/cjs/{utils-5ee973c5.js.map → utils-e9362abb.js.map} +1 -1
- package/cjs/{uuid-7daa634b.js → uuid-198051be.js} +1 -1
- package/cjs/{uuid-7daa634b.js.map → uuid-198051be.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-9754a8a3.js → color-7be321d1.js} +1 -1
- package/{color-9754a8a3.js.map → color-7be321d1.js.map} +1 -1
- package/{compareIds-5ff919a8.js → compareIds-d7da0327.js} +1 -1
- package/{compareIds-5ff919a8.js.map → compareIds-d7da0327.js.map} +1 -1
- package/{const-7588ac16.js → const-11b64be2.js} +1 -1
- package/{const-7588ac16.js.map → const-11b64be2.js.map} +1 -1
- package/{const-21dcd857.js → const-d394175a.js} +1 -1
- package/{const-21dcd857.js.map → const-d394175a.js.map} +1 -1
- package/{consts-20a8f693.js → consts-5fac1d87.js} +1 -1
- package/{consts-20a8f693.js.map → consts-5fac1d87.js.map} +1 -1
- package/{context-01308b37.js → context-8fc16f51.js} +2 -2
- package/{context-01308b37.js.map → context-8fc16f51.js.map} +1 -1
- package/dist/index.css +119 -119
- package/dist/index.css.map +1 -1
- package/{index-44342614.js → index-1525a47b.js} +1 -1
- package/{index-44342614.js.map → index-1525a47b.js.map} +1 -1
- package/{index-dd2a9d44.js → index-30452ca7.js} +3 -3
- package/{index-dd2a9d44.js.map → index-30452ca7.js.map} +1 -1
- package/{index-100b143d.js → index-3889d442.js} +2 -2
- package/{index-100b143d.js.map → index-3889d442.js.map} +1 -1
- package/{index-dc672161.js → index-4b0c6ca0.js} +7 -7
- package/{index-dc672161.js.map → index-4b0c6ca0.js.map} +1 -1
- package/{index-aa29a843.js → index-59947ad4.js} +2 -2
- package/{index-aa29a843.js.map → index-59947ad4.js.map} +1 -1
- package/{index-3e5cbf80.js → index-5cf85b0c.js} +7 -7
- package/{index-3e5cbf80.js.map → index-5cf85b0c.js.map} +1 -1
- package/{index-2e23c452.js → index-73f2304e.js} +2 -2
- package/{index-2e23c452.js.map → index-73f2304e.js.map} +1 -1
- package/{index-1de84663.js → index-9f5a948e.js} +3 -3
- package/{index-1de84663.js.map → index-9f5a948e.js.map} +1 -1
- package/{index-cebb1db7.js → index-a39fa860.js} +2 -2
- package/{index-cebb1db7.js.map → index-a39fa860.js.map} +1 -1
- package/{index-9e5cf819.js → index-b1b2cacd.js} +4 -4
- package/{index-9e5cf819.js.map → index-b1b2cacd.js.map} +1 -1
- package/{index-1a8fa4cd.js → index-b789d3fa.js} +4 -4
- package/{index-1a8fa4cd.js.map → index-b789d3fa.js.map} +1 -1
- package/{index-561ddd27.js → index-b7f81e57.js} +2 -2
- package/{index-561ddd27.js.map → index-b7f81e57.js.map} +1 -1
- package/{index-5e057577.js → index-bc7a3ed5.js} +1 -1
- package/{index-5e057577.js.map → index-bc7a3ed5.js.map} +1 -1
- package/{index-82382d4a.js → index-cb37aeca.js} +5 -5
- package/{index-82382d4a.js.map → index-cb37aeca.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +44 -43
- package/index.js.map +1 -1
- package/package.json +3 -2
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-ea4aeced.js → stringSet-d5999477.js} +108 -89
- package/stringSet-d5999477.js.map +1 -0
- package/{topics-2b0b1403.js → topics-9595a4f8.js} +1 -1
- package/{topics-2b0b1403.js.map → topics-9595a4f8.js.map} +1 -1
- package/{tslib.es6-ca21063f.js → tslib.es6-e870eeed.js} +1 -1
- package/{tslib.es6-ca21063f.js.map → tslib.es6-e870eeed.js.map} +1 -1
- package/{types-d5ea9376.js → types-888ea49d.js} +1 -1
- package/{types-d5ea9376.js.map → types-888ea49d.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 +14 -12
- package/ui/MentionLabel.js.map +1 -1
- package/ui/MessageContent.js +23 -23
- package/ui/MessageInput.js +185 -15
- package/ui/MessageInput.js.map +1 -1
- 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-0dccc5ca.js → useLongPress-f6eb759d.js} +3 -3
- package/{useLongPress-0dccc5ca.js.map → useLongPress-f6eb759d.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-3f271584.js → utils-3c8ae548.js} +1 -1
- package/{utils-3f271584.js.map → utils-3c8ae548.js.map} +1 -1
- package/{utils-2088448e.js → utils-4d52e52d.js} +1 -1
- package/{utils-2088448e.js.map → utils-4d52e52d.js.map} +1 -1
- package/{utils-a9e361cf.js → utils-a22637de.js} +2 -2
- package/{utils-a9e361cf.js.map → utils-a22637de.js.map} +1 -1
- package/{utils-a4003ad3.js → utils-c0e80d21.js} +1 -1
- package/{utils-a4003ad3.js.map → utils-c0e80d21.js.map} +1 -1
- package/{uuid-e2d2f65c.js → uuid-5dcdebb4.js} +1 -1
- package/{uuid-e2d2f65c.js.map → uuid-5dcdebb4.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-5827233e.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-53067984.js.map +0 -1
- package/cjs/stringSet-39f04718.js.map +0 -1
- package/stringSet-ea4aeced.js.map +0 -1
|
@@ -3,39 +3,39 @@ import IconButton from '../../ui/IconButton.js';
|
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
4
|
import CreateChannel from '../../CreateChannel.js';
|
|
5
5
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
6
|
-
import { u as useChannelListContext } from '../../ChannelListProvider-
|
|
7
|
-
import '../../tslib.es6-
|
|
6
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-2524b2e9.js';
|
|
7
|
+
import '../../tslib.es6-e870eeed.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
10
|
-
import '../../CreateChannelProvider-
|
|
10
|
+
import '../../CreateChannelProvider-e524d78e.js';
|
|
11
11
|
import '../../sendbirdSelectors.js';
|
|
12
|
-
import '../../topics-
|
|
13
|
-
import '../../utils-
|
|
12
|
+
import '../../topics-9595a4f8.js';
|
|
13
|
+
import '../../utils-3c8ae548.js';
|
|
14
14
|
import '../../CreateChannel/components/InviteUsers.js';
|
|
15
|
-
import '../../LocalizationContext-
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
15
|
+
import '../../LocalizationContext-a0cb755b.js';
|
|
16
|
+
import '../../stringSet-d5999477.js';
|
|
17
|
+
import '../../index-bc7a3ed5.js';
|
|
18
18
|
import '../../ui/Modal.js';
|
|
19
19
|
import 'react-dom';
|
|
20
|
-
import '../../index-
|
|
20
|
+
import '../../index-1525a47b.js';
|
|
21
21
|
import '../../ui/Button.js';
|
|
22
|
-
import '../../index-
|
|
23
|
-
import '../../MediaQueryContext-
|
|
22
|
+
import '../../index-59947ad4.js';
|
|
23
|
+
import '../../MediaQueryContext-bad43718.js';
|
|
24
24
|
import '../../ui/UserListItem.js';
|
|
25
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../UserProfileContext-c767f535.js';
|
|
26
26
|
import '../../ui/Avatar.js';
|
|
27
27
|
import '../../ui/ImageRenderer.js';
|
|
28
|
-
import '../../uuid-
|
|
28
|
+
import '../../uuid-5dcdebb4.js';
|
|
29
29
|
import '../../ui/MutedAvatarOverlay.js';
|
|
30
30
|
import '../../ui/Checkbox.js';
|
|
31
31
|
import '../../ui/UserProfile.js';
|
|
32
32
|
import '../../ui/ContextMenu.js';
|
|
33
33
|
import '../../ui/SortByRow.js';
|
|
34
|
-
import '../../index-
|
|
34
|
+
import '../../index-3889d442.js';
|
|
35
35
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
36
36
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
37
37
|
import '../../withSendbird.js';
|
|
38
|
-
import '../../_rollupPluginBabelHelpers-
|
|
38
|
+
import '../../_rollupPluginBabelHelpers-2da02e91.js';
|
|
39
39
|
import '@sendbird/chat/groupChannel';
|
|
40
40
|
|
|
41
41
|
var AddChannel = function () {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-a0cb755b.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-59947ad4.js';
|
|
5
5
|
import Avatar from '../../ui/Avatar.js';
|
|
6
|
-
import '../../stringSet-
|
|
7
|
-
import '../../index-
|
|
6
|
+
import '../../stringSet-d5999477.js';
|
|
7
|
+
import '../../index-bc7a3ed5.js';
|
|
8
8
|
import '../../withSendbird.js';
|
|
9
|
-
import '../../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../../_rollupPluginBabelHelpers-2da02e91.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../../tslib.es6-
|
|
11
|
+
import '../../tslib.es6-e870eeed.js';
|
|
12
12
|
import '../../ui/ImageRenderer.js';
|
|
13
13
|
import '../../ui/Icon.js';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-5dcdebb4.js';
|
|
15
15
|
|
|
16
16
|
var ChannelListHeader = function (_a) {
|
|
17
17
|
var renderHeader = _a.renderHeader,
|
|
@@ -3,68 +3,68 @@ 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-2524b2e9.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-b1b2cacd.js';
|
|
10
|
+
import '../../LocalizationContext-a0cb755b.js';
|
|
11
|
+
import '../../stringSet-d5999477.js';
|
|
12
|
+
import '../../index-bc7a3ed5.js';
|
|
13
|
+
import '../../index-59947ad4.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import '../../ui/Avatar.js';
|
|
16
|
-
import '../../tslib.es6-
|
|
16
|
+
import '../../tslib.es6-e870eeed.js';
|
|
17
17
|
import '../../ui/ImageRenderer.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
|
-
import '../../uuid-
|
|
19
|
+
import '../../uuid-5dcdebb4.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-e524d78e.js';
|
|
24
24
|
import '../../sendbirdSelectors.js';
|
|
25
|
-
import '../../topics-
|
|
26
|
-
import '../../utils-
|
|
25
|
+
import '../../topics-9595a4f8.js';
|
|
26
|
+
import '../../utils-3c8ae548.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-1525a47b.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../MediaQueryContext-bad43718.js';
|
|
33
33
|
import '../../ui/UserListItem.js';
|
|
34
|
-
import '../../UserProfileContext-
|
|
34
|
+
import '../../UserProfileContext-c767f535.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-3889d442.js';
|
|
41
41
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
43
|
-
import '../../_rollupPluginBabelHelpers-
|
|
43
|
+
import '../../_rollupPluginBabelHelpers-2da02e91.js';
|
|
44
44
|
import '../../ui/ChannelAvatar.js';
|
|
45
|
-
import '../../utils-
|
|
45
|
+
import '../../utils-4d52e52d.js';
|
|
46
46
|
import '../../ui/Badge.js';
|
|
47
|
-
import '../../index-
|
|
48
|
-
import '../../index-
|
|
47
|
+
import '../../index-4b0c6ca0.js';
|
|
48
|
+
import '../../index-73f2304e.js';
|
|
49
49
|
import '../../ui/Loader.js';
|
|
50
|
-
import '../../index-
|
|
51
|
-
import '../../index-
|
|
50
|
+
import '../../index-30452ca7.js';
|
|
51
|
+
import '../../index-b7f81e57.js';
|
|
52
52
|
import '../../ui/MentionUserLabel.js';
|
|
53
53
|
import '../../ui/TextButton.js';
|
|
54
|
-
import '../../color-
|
|
54
|
+
import '../../color-7be321d1.js';
|
|
55
55
|
import '../../Channel/components/TypingIndicator.js';
|
|
56
56
|
import '@sendbird/chat/groupChannel';
|
|
57
|
-
import '../../ChannelProvider-
|
|
58
|
-
import '../../compareIds-
|
|
59
|
-
import '../../const-
|
|
57
|
+
import '../../ChannelProvider-55d5cb77.js';
|
|
58
|
+
import '../../compareIds-d7da0327.js';
|
|
59
|
+
import '../../const-d394175a.js';
|
|
60
60
|
import '@sendbird/chat/message';
|
|
61
61
|
import '../../ui/ReactionButton.js';
|
|
62
|
-
import '../../consts-
|
|
63
|
-
import '../../useLongPress-
|
|
62
|
+
import '../../consts-5fac1d87.js';
|
|
63
|
+
import '../../useLongPress-f6eb759d.js';
|
|
64
64
|
import '../../withSendbird.js';
|
|
65
|
-
import '../../index-
|
|
65
|
+
import '../../index-cb37aeca.js';
|
|
66
66
|
import '../../ui/Input.js';
|
|
67
|
-
import '../../actionTypes-
|
|
67
|
+
import '../../actionTypes-87188d3a.js';
|
|
68
68
|
|
|
69
69
|
const isAboutSame = (a, b, px) => Math.abs(a - b) <= px;
|
|
70
70
|
|
|
@@ -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-2da02e91.js';
|
|
2
|
+
import { _ as __assign } from '../../tslib.es6-e870eeed.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-59947ad4.js';
|
|
8
|
+
import { g as getChannelTitle, a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from '../../index-4b0c6ca0.js';
|
|
9
9
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
10
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
10
|
+
import { u as useLocalization } from '../../LocalizationContext-a0cb755b.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-2524b2e9.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-3889d442.js';
|
|
17
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-bad43718.js';
|
|
18
|
+
import { u as useLongPress } from '../../useLongPress-f6eb759d.js';
|
|
19
19
|
import '../../ui/Avatar.js';
|
|
20
20
|
import '../../ui/ImageRenderer.js';
|
|
21
|
-
import '../../uuid-
|
|
22
|
-
import '../../utils-
|
|
21
|
+
import '../../uuid-5dcdebb4.js';
|
|
22
|
+
import '../../utils-4d52e52d.js';
|
|
23
23
|
import 'prop-types';
|
|
24
|
-
import '../../stringSet-
|
|
25
|
-
import '../../index-
|
|
26
|
-
import '../../index-
|
|
24
|
+
import '../../stringSet-d5999477.js';
|
|
25
|
+
import '../../index-73f2304e.js';
|
|
26
|
+
import '../../index-bc7a3ed5.js';
|
|
27
27
|
import '../../ui/Loader.js';
|
|
28
28
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
29
|
-
import '../../index-
|
|
30
|
-
import '../../index-
|
|
29
|
+
import '../../index-30452ca7.js';
|
|
30
|
+
import '../../index-b7f81e57.js';
|
|
31
31
|
import '../../withSendbird.js';
|
|
32
32
|
import 'react-dom';
|
|
33
|
-
import '../../index-
|
|
33
|
+
import '../../index-1525a47b.js';
|
|
34
34
|
import '../../ui/Button.js';
|
|
35
35
|
import '../../ui/IconButton.js';
|
|
36
|
-
import '../../color-
|
|
36
|
+
import '../../color-7be321d1.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-9595a4f8.js';
|
|
39
|
+
import '../../utils-3c8ae548.js';
|
|
40
|
+
import '../../UserProfileContext-c767f535.js';
|
|
41
|
+
import '../../ChannelProvider-55d5cb77.js';
|
|
42
|
+
import '../../compareIds-d7da0327.js';
|
|
43
|
+
import '../../const-d394175a.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-5fac1d87.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-a0cb755b.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-3c8ae548.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-2524b2e9.js';
|
|
11
|
+
import '../../stringSet-d5999477.js';
|
|
12
|
+
import '../../index-bc7a3ed5.js';
|
|
13
|
+
import '../../tslib.es6-e870eeed.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-5dcdebb4.js';
|
|
17
|
+
import '../../index-3889d442.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../index-
|
|
19
|
+
import '../../index-59947ad4.js';
|
|
20
20
|
import '../../withSendbird.js';
|
|
21
|
-
import '../../_rollupPluginBabelHelpers-
|
|
22
|
-
import '../../index-
|
|
21
|
+
import '../../_rollupPluginBabelHelpers-2da02e91.js';
|
|
22
|
+
import '../../index-1525a47b.js';
|
|
23
23
|
import '../../ui/Button.js';
|
|
24
|
-
import '../../MediaQueryContext-
|
|
24
|
+
import '../../MediaQueryContext-bad43718.js';
|
|
25
25
|
import '@sendbird/chat/groupChannel';
|
|
26
|
-
import '../../topics-
|
|
27
|
-
import '../../UserProfileContext-
|
|
26
|
+
import '../../topics-9595a4f8.js';
|
|
27
|
+
import '../../UserProfileContext-c767f535.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-e870eeed.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-2524b2e9.js';
|
|
5
|
+
import '../uuid-5dcdebb4.js';
|
|
6
|
+
import '../utils-3c8ae548.js';
|
|
7
|
+
import '../UserProfileContext-c767f535.js';
|
|
8
8
|
import '../useSendbirdStateContext.js';
|
|
9
|
-
import '../topics-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
-
import '../index-
|
|
9
|
+
import '../topics-9595a4f8.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-2da02e91.js';
|
|
11
|
+
import '../index-3889d442.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-2524b2e9.js';
|
|
3
3
|
import ChannelListUI from './ChannelList/components/ChannelListUI.js';
|
|
4
|
-
import './tslib.es6-
|
|
4
|
+
import './tslib.es6-e870eeed.js';
|
|
5
5
|
import '@sendbird/chat/groupChannel';
|
|
6
|
-
import './topics-
|
|
7
|
-
import './uuid-
|
|
8
|
-
import './utils-
|
|
9
|
-
import './UserProfileContext-
|
|
6
|
+
import './topics-9595a4f8.js';
|
|
7
|
+
import './uuid-5dcdebb4.js';
|
|
8
|
+
import './utils-3c8ae548.js';
|
|
9
|
+
import './UserProfileContext-c767f535.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-2da02e91.js';
|
|
14
|
+
import './index-3889d442.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-a0cb755b.js';
|
|
18
|
+
import './stringSet-d5999477.js';
|
|
19
|
+
import './index-bc7a3ed5.js';
|
|
20
|
+
import './index-59947ad4.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-e524d78e.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-1525a47b.js';
|
|
34
34
|
import './ui/Button.js';
|
|
35
|
-
import './MediaQueryContext-
|
|
35
|
+
import './MediaQueryContext-bad43718.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-4d52e52d.js';
|
|
46
46
|
import './ui/Badge.js';
|
|
47
|
-
import './index-
|
|
48
|
-
import './index-
|
|
47
|
+
import './index-4b0c6ca0.js';
|
|
48
|
+
import './index-73f2304e.js';
|
|
49
49
|
import './ui/Loader.js';
|
|
50
|
-
import './index-
|
|
51
|
-
import './index-
|
|
50
|
+
import './index-30452ca7.js';
|
|
51
|
+
import './index-b7f81e57.js';
|
|
52
52
|
import './ui/MentionUserLabel.js';
|
|
53
53
|
import './ui/TextButton.js';
|
|
54
|
-
import './color-
|
|
54
|
+
import './color-7be321d1.js';
|
|
55
55
|
import './Channel/components/TypingIndicator.js';
|
|
56
|
-
import './ChannelProvider-
|
|
57
|
-
import './compareIds-
|
|
58
|
-
import './const-
|
|
56
|
+
import './ChannelProvider-55d5cb77.js';
|
|
57
|
+
import './compareIds-d7da0327.js';
|
|
58
|
+
import './const-d394175a.js';
|
|
59
59
|
import '@sendbird/chat/message';
|
|
60
60
|
import './ui/ReactionButton.js';
|
|
61
|
-
import './consts-
|
|
62
|
-
import './useLongPress-
|
|
61
|
+
import './consts-5fac1d87.js';
|
|
62
|
+
import './useLongPress-f6eb759d.js';
|
|
63
63
|
import './ChannelList/components/ChannelPreviewAction.js';
|
|
64
64
|
import './EditUserProfile.js';
|
|
65
|
-
import './index-
|
|
65
|
+
import './index-cb37aeca.js';
|
|
66
66
|
import './ui/Input.js';
|
|
67
|
-
import './actionTypes-
|
|
68
|
-
import './index-
|
|
67
|
+
import './actionTypes-87188d3a.js';
|
|
68
|
+
import './index-b1b2cacd.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-e870eeed.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-9595a4f8.js';
|
|
5
|
+
import { u as uuidv4 } from './uuid-5dcdebb4.js';
|
|
6
|
+
import { n as noop } from './utils-3c8ae548.js';
|
|
7
|
+
import { U as UserProfileProvider } from './UserProfileContext-c767f535.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-2da02e91.js';
|
|
10
|
+
import { f as filterChannelListParams, g as getChannelsWithUpsertedChannel } from './index-3889d442.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-2524b2e9.js.map
|