@sendbird/uikit-react 3.4.7-0 → 3.4.7-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 +45 -45
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +38 -38
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +33 -33
- package/Channel/components/MessageInput.js +26 -26
- package/Channel/components/MessageList.js +34 -34
- package/Channel/components/RemoveMessageModal.js +16 -16
- package/Channel/components/SuggestedMentionList.js +16 -16
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +38 -38
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +29 -29
- package/ChannelList/components/ChannelPreview.js +25 -25
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +7 -7
- package/ChannelList.js +29 -29
- package/{ChannelListProvider-c1d2f942.js → ChannelListProvider-0aff7f22.js} +7 -7
- package/{ChannelListProvider-c1d2f942.js.map → ChannelListProvider-0aff7f22.js.map} +1 -1
- package/{ChannelProvider-4ab3a851.js → ChannelProvider-be9f80f1.js} +10 -10
- package/{ChannelProvider-4ab3a851.js.map → ChannelProvider-be9f80f1.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-d2188082.js → CreateChannelProvider-fc4f109b.js} +1 -1
- package/{CreateChannelProvider-d2188082.js.map → CreateChannelProvider-fc4f109b.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-9c54e783.js → LocalizationContext-2b2fd3bc.js} +3 -3
- package/{LocalizationContext-9c54e783.js.map → LocalizationContext-2b2fd3bc.js.map} +1 -1
- package/{MediaQueryContext-1988a4bc.js → MediaQueryContext-c423a854.js} +1 -1
- package/{MediaQueryContext-1988a4bc.js.map → MediaQueryContext-c423a854.js.map} +1 -1
- package/{MemberList-80ea8604.js → MemberList-6524c45a.js} +5 -5
- package/{MemberList-80ea8604.js.map → MemberList-6524c45a.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 +18 -18
- package/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/OpenChannel/components/OpenChannelUI.js +31 -31
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +31 -31
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-c76663eb.js → OpenChannelListProvider-bf1dc8a8.js} +3 -3
- package/{OpenChannelListProvider-c76663eb.js.map → OpenChannelListProvider-bf1dc8a8.js.map} +1 -1
- package/{OpenChannelProvider-fe3326aa.js → OpenChannelProvider-7bcdec3e.js} +7 -7
- package/{OpenChannelProvider-fe3326aa.js.map → OpenChannelProvider-7bcdec3e.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-99b5bab4.js → RemoveMessageModal-21a59002.js} +3 -3
- package/{RemoveMessageModal-99b5bab4.js.map → RemoveMessageModal-21a59002.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 +18 -18
- 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 +27 -27
- package/Thread/components/ThreadUI.js +36 -36
- package/Thread/context.js +8 -8
- package/Thread.js +36 -36
- package/{ThreadProvider-0a3c5f37.js → ThreadProvider-8625c19c.js} +7 -7
- package/{ThreadProvider-0a3c5f37.js.map → ThreadProvider-8625c19c.js.map} +1 -1
- package/{UserProfileContext-a8aa4c0f.js → UserProfileContext-7ed35692.js} +1 -1
- package/{UserProfileContext-a8aa4c0f.js.map → UserProfileContext-7ed35692.js.map} +1 -1
- package/{VoiceMessageInputWrapper-ff160b51.js → VoiceMessageInputWrapper-6d3a3790.js} +7 -7
- package/{VoiceMessageInputWrapper-ff160b51.js.map → VoiceMessageInputWrapper-6d3a3790.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +3 -3
- package/VoiceRecorder/context.js +3 -3
- package/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/{WebAudioUtils-5f08f354.js → WebAudioUtils-8a211e92.js} +1 -1
- package/{WebAudioUtils-5f08f354.js.map → WebAudioUtils-8a211e92.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-b2d9bfc5.js → _rollupPluginBabelHelpers-e78a810d.js} +1 -1
- package/_rollupPluginBabelHelpers-e78a810d.js.map +1 -0
- package/{actionTypes-e436fe6c.js → actionTypes-8f622e32.js} +1 -1
- package/{actionTypes-e436fe6c.js.map → actionTypes-8f622e32.js.map} +1 -1
- package/cjs/App.js +45 -45
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +38 -38
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +33 -33
- package/cjs/Channel/components/MessageInput.js +26 -26
- package/cjs/Channel/components/MessageList.js +34 -34
- package/cjs/Channel/components/RemoveMessageModal.js +16 -16
- package/cjs/Channel/components/SuggestedMentionList.js +16 -16
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +38 -38
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +29 -29
- package/cjs/ChannelList/components/ChannelPreview.js +25 -25
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +7 -7
- package/cjs/ChannelList.js +29 -29
- package/cjs/{ChannelListProvider-61d644da.js → ChannelListProvider-2ff89970.js} +7 -7
- package/cjs/{ChannelListProvider-61d644da.js.map → ChannelListProvider-2ff89970.js.map} +1 -1
- package/cjs/{ChannelProvider-620bb354.js → ChannelProvider-ecfe2f2a.js} +10 -10
- package/cjs/{ChannelProvider-620bb354.js.map → ChannelProvider-ecfe2f2a.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-88b316a6.js → CreateChannelProvider-21dc2e99.js} +1 -1
- package/cjs/{CreateChannelProvider-88b316a6.js.map → CreateChannelProvider-21dc2e99.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-af96cf5f.js → LocalizationContext-08499fd8.js} +3 -3
- package/cjs/{LocalizationContext-af96cf5f.js.map → LocalizationContext-08499fd8.js.map} +1 -1
- package/cjs/{MediaQueryContext-8ec3f647.js → MediaQueryContext-8a0d2426.js} +1 -1
- package/cjs/{MediaQueryContext-8ec3f647.js.map → MediaQueryContext-8a0d2426.js.map} +1 -1
- package/cjs/{MemberList-7513f386.js → MemberList-4b19299f.js} +5 -5
- package/cjs/{MemberList-7513f386.js.map → MemberList-4b19299f.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 +18 -18
- package/cjs/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/cjs/OpenChannel/components/OpenChannelUI.js +31 -31
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +31 -31
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-e78bf867.js → OpenChannelListProvider-522d97e6.js} +3 -3
- package/cjs/{OpenChannelListProvider-e78bf867.js.map → OpenChannelListProvider-522d97e6.js.map} +1 -1
- package/cjs/{OpenChannelProvider-ea1d7b37.js → OpenChannelProvider-76871cb6.js} +7 -7
- package/cjs/{OpenChannelProvider-ea1d7b37.js.map → OpenChannelProvider-76871cb6.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-15d1dcbd.js → RemoveMessageModal-347cd72d.js} +3 -3
- package/cjs/{RemoveMessageModal-15d1dcbd.js.map → RemoveMessageModal-347cd72d.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 +18 -18
- 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 +27 -27
- package/cjs/Thread/components/ThreadUI.js +36 -36
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +36 -36
- package/cjs/{ThreadProvider-572574d7.js → ThreadProvider-0c1a5256.js} +7 -7
- package/cjs/{ThreadProvider-572574d7.js.map → ThreadProvider-0c1a5256.js.map} +1 -1
- package/cjs/{UserProfileContext-f068b0ba.js → UserProfileContext-0c0de7c0.js} +1 -1
- package/cjs/{UserProfileContext-f068b0ba.js.map → UserProfileContext-0c0de7c0.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-db7f2b72.js → VoiceMessageInputWrapper-082e20ef.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-db7f2b72.js.map → VoiceMessageInputWrapper-082e20ef.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +3 -3
- package/cjs/VoiceRecorder/context.js +3 -3
- package/cjs/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/cjs/{WebAudioUtils-043bdeca.js → WebAudioUtils-07a1cb3f.js} +1 -1
- package/cjs/{WebAudioUtils-043bdeca.js.map → WebAudioUtils-07a1cb3f.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-c5955c81.js → _rollupPluginBabelHelpers-c04a5857.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-c04a5857.js.map +1 -0
- package/cjs/{actionTypes-f2efbb7c.js → actionTypes-1fec1d92.js} +1 -1
- package/cjs/{actionTypes-f2efbb7c.js.map → actionTypes-1fec1d92.js.map} +1 -1
- package/cjs/{color-afeb8dc2.js → color-73cf0755.js} +1 -1
- package/cjs/{color-afeb8dc2.js.map → color-73cf0755.js.map} +1 -1
- package/cjs/{compareIds-18b3b1d6.js → compareIds-9741d79f.js} +1 -1
- package/cjs/{compareIds-18b3b1d6.js.map → compareIds-9741d79f.js.map} +1 -1
- package/cjs/{const-6691e574.js → const-04d1e702.js} +1 -1
- package/cjs/{const-6691e574.js.map → const-04d1e702.js.map} +1 -1
- package/cjs/{const-ab0f6056.js → const-df48e9ae.js} +1 -1
- package/cjs/{const-ab0f6056.js.map → const-df48e9ae.js.map} +1 -1
- package/cjs/{consts-a422c2f9.js → consts-37ac8b76.js} +1 -1
- package/cjs/{consts-a422c2f9.js.map → consts-37ac8b76.js.map} +1 -1
- package/cjs/{consts-bc27beff.js → consts-b1c40dd7.js} +1 -1
- package/cjs/{consts-bc27beff.js.map → consts-b1c40dd7.js.map} +1 -1
- package/cjs/{consts-a5382bc1.js → consts-d8eecba2.js} +1 -1
- package/cjs/{consts-a5382bc1.js.map → consts-d8eecba2.js.map} +1 -1
- package/cjs/{consts-6ec77e9a.js → consts-e3066f66.js} +1 -1
- package/cjs/{consts-6ec77e9a.js.map → consts-e3066f66.js.map} +1 -1
- package/cjs/{context-60c4d3b7.js → context-df6e529e.js} +2 -2
- package/cjs/{context-60c4d3b7.js.map → context-df6e529e.js.map} +1 -1
- package/cjs/dist/index.css +119 -119
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-4ee95667.js → index-0adf371c.js} +2 -2
- package/cjs/{index-4ee95667.js.map → index-0adf371c.js.map} +1 -1
- package/cjs/{index-ec8b6978.js → index-2519fb5c.js} +6 -6
- package/cjs/{index-ec8b6978.js.map → index-2519fb5c.js.map} +1 -1
- package/cjs/{index-68c57136.js → index-3522ce47.js} +1 -1
- package/cjs/{index-68c57136.js.map → index-3522ce47.js.map} +1 -1
- package/cjs/{index-c1de8d8f.js → index-557a458d.js} +4 -4
- package/cjs/{index-c1de8d8f.js.map → index-557a458d.js.map} +1 -1
- package/cjs/{index-f65677b1.js → index-5fe8ddbd.js} +2 -2
- package/cjs/{index-f65677b1.js.map → index-5fe8ddbd.js.map} +1 -1
- package/cjs/{index-9d518988.js → index-6c62c727.js} +3 -3
- package/cjs/{index-9d518988.js.map → index-6c62c727.js.map} +1 -1
- package/cjs/{index-8049c2a3.js → index-6d27f25a.js} +2 -2
- package/cjs/{index-8049c2a3.js.map → index-6d27f25a.js.map} +1 -1
- package/cjs/{index-76afc309.js → index-71e1cad7.js} +2 -2
- package/cjs/{index-76afc309.js.map → index-71e1cad7.js.map} +1 -1
- package/cjs/{index-0b344bd7.js → index-8a8e9dec.js} +4 -4
- package/cjs/{index-0b344bd7.js.map → index-8a8e9dec.js.map} +1 -1
- package/cjs/{index-f2146bae.js → index-99e85757.js} +2 -2
- package/cjs/{index-f2146bae.js.map → index-99e85757.js.map} +1 -1
- package/cjs/{index-6cb4a530.js → index-9b05d200.js} +3 -3
- package/cjs/{index-6cb4a530.js.map → index-9b05d200.js.map} +1 -1
- package/cjs/{index-73643285.js → index-9c5f3445.js} +2 -2
- package/cjs/{index-73643285.js.map → index-9c5f3445.js.map} +1 -1
- package/cjs/{index-900dd19f.js → index-b0a95ca6.js} +6 -6
- package/cjs/{index-900dd19f.js.map → index-b0a95ca6.js.map} +1 -1
- package/cjs/{index-a50b2339.js → index-b5fedf01.js} +5 -5
- package/cjs/{index-a50b2339.js.map → index-b5fedf01.js.map} +1 -1
- package/cjs/{index-83d1d15e.js → index-d817af55.js} +1 -1
- package/cjs/{index-83d1d15e.js.map → index-d817af55.js.map} +1 -1
- package/cjs/{index-ff8ea47f.js → index-e18a9a18.js} +3 -3
- package/cjs/{index-ff8ea47f.js.map → index-e18a9a18.js.map} +1 -1
- package/cjs/index.js +49 -49
- package/cjs/{index.module-9f5edc7b.js → index.module-984504c9.js} +1 -1
- package/cjs/{index.module-9f5edc7b.js.map → index.module-984504c9.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-68748705.js → stringSet-43ba803e.js} +1 -1
- package/cjs/{stringSet-68748705.js.map → stringSet-43ba803e.js.map} +1 -1
- package/cjs/{tokenize-d86ab0c7.js → tokenize-c466a4e9.js} +2 -2
- package/cjs/{tokenize-d86ab0c7.js.map → tokenize-c466a4e9.js.map} +1 -1
- package/cjs/{topics-825e5d42.js → topics-ab421aa9.js} +1 -1
- package/cjs/{topics-825e5d42.js.map → topics-ab421aa9.js.map} +1 -1
- package/cjs/{types-24accb8d.js → types-e0752815.js} +1 -1
- package/cjs/{types-24accb8d.js.map → types-e0752815.js.map} +1 -1
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +2 -2
- package/cjs/ui/Avatar.js +1 -1
- package/cjs/ui/Badge.js +4 -4
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +2 -2
- package/cjs/ui/ChannelAvatar.js +2 -2
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +3 -3
- 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/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- 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 +12 -12
- 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 +8 -8
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +14 -14
- package/cjs/ui/OpenChannelAdminMessage.js +2 -2
- package/cjs/ui/OpenChannelAvatar.js +5 -5
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +15 -15
- package/cjs/ui/OpenchannelOGMessage.js +18 -18
- package/cjs/ui/OpenchannelThumbnailMessage.js +14 -14
- package/cjs/ui/OpenchannelUserMessage.js +15 -15
- package/cjs/ui/PlaceHolder.js +5 -5
- 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 +2 -2
- package/cjs/ui/SortByRow.js +1 -1
- package/cjs/ui/TextButton.js +1 -1
- package/cjs/ui/TextMessageItemBody.js +14 -14
- package/cjs/ui/ThreadReplies.js +5 -5
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +2 -2
- 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 +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useLongPress-d9deb354.js → useLongPress-f2bbf03b.js} +3 -3
- package/cjs/{useLongPress-d9deb354.js.map → useLongPress-f2bbf03b.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-d5176360.js → utils-3a1f644a.js} +1 -1
- package/cjs/{utils-d5176360.js.map → utils-3a1f644a.js.map} +1 -1
- package/cjs/{utils-7f75ad97.js → utils-69786374.js} +1 -1
- package/cjs/{utils-7f75ad97.js.map → utils-69786374.js.map} +1 -1
- package/cjs/{utils-21326993.js → utils-790cba92.js} +1 -1
- package/cjs/{utils-21326993.js.map → utils-790cba92.js.map} +1 -1
- package/cjs/{utils-4b74ea64.js → utils-7d439ea8.js} +2 -2
- package/cjs/{utils-4b74ea64.js.map → utils-7d439ea8.js.map} +1 -1
- package/cjs/{uuid-0b4ed44c.js → uuid-b0cd103f.js} +1 -1
- package/cjs/{uuid-0b4ed44c.js.map → uuid-b0cd103f.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-3bac434a.js → color-924d49b5.js} +1 -1
- package/{color-3bac434a.js.map → color-924d49b5.js.map} +1 -1
- package/{compareIds-1e0e668f.js → compareIds-e3935a2b.js} +1 -1
- package/{compareIds-1e0e668f.js.map → compareIds-e3935a2b.js.map} +1 -1
- package/{const-6a07b718.js → const-4e794221.js} +1 -1
- package/{const-6a07b718.js.map → const-4e794221.js.map} +1 -1
- package/{const-5f722b91.js → const-e53d1cf9.js} +1 -1
- package/{const-5f722b91.js.map → const-e53d1cf9.js.map} +1 -1
- package/{consts-aadaccca.js → consts-2839d903.js} +1 -1
- package/{consts-aadaccca.js.map → consts-2839d903.js.map} +1 -1
- package/{consts-c9746f2b.js → consts-2e683d5c.js} +1 -1
- package/{consts-c9746f2b.js.map → consts-2e683d5c.js.map} +1 -1
- package/{consts-790ae3a9.js → consts-8592a5a4.js} +1 -1
- package/{consts-790ae3a9.js.map → consts-8592a5a4.js.map} +1 -1
- package/{consts-d4c78cc0.js → consts-c71f0821.js} +1 -1
- package/{consts-d4c78cc0.js.map → consts-c71f0821.js.map} +1 -1
- package/{context-fcbabe23.js → context-296280bd.js} +2 -2
- package/{context-fcbabe23.js.map → context-296280bd.js.map} +1 -1
- package/dist/index.css +119 -119
- package/dist/index.css.map +1 -1
- package/{index-ef0bd198.js → index-0bd30cba.js} +6 -6
- package/{index-ef0bd198.js.map → index-0bd30cba.js.map} +1 -1
- package/{index-1a3c0d72.js → index-17dface3.js} +2 -2
- package/{index-1a3c0d72.js.map → index-17dface3.js.map} +1 -1
- package/{index-8df6bff0.js → index-234eacf5.js} +4 -4
- package/{index-8df6bff0.js.map → index-234eacf5.js.map} +1 -1
- package/{index-38a78d99.js → index-2d5f1d16.js} +3 -3
- package/{index-38a78d99.js.map → index-2d5f1d16.js.map} +1 -1
- package/{index-a9ddd0f5.js → index-3e5fe0b6.js} +1 -1
- package/{index-a9ddd0f5.js.map → index-3e5fe0b6.js.map} +1 -1
- package/{index-4111594a.js → index-3f91b4e0.js} +2 -2
- package/{index-4111594a.js.map → index-3f91b4e0.js.map} +1 -1
- package/{index-51bd074f.js → index-50693736.js} +6 -6
- package/{index-51bd074f.js.map → index-50693736.js.map} +1 -1
- package/{index-83600696.js → index-7be852f6.js} +4 -4
- package/{index-83600696.js.map → index-7be852f6.js.map} +1 -1
- package/{index-dbe0e004.js → index-8377af7f.js} +2 -2
- package/{index-dbe0e004.js.map → index-8377af7f.js.map} +1 -1
- package/{index-59bd3da1.js → index-8d2b4d42.js} +5 -5
- package/{index-59bd3da1.js.map → index-8d2b4d42.js.map} +1 -1
- package/{index-2a938266.js → index-b72d256e.js} +1 -1
- package/{index-2a938266.js.map → index-b72d256e.js.map} +1 -1
- package/{index-77f3d9b0.js → index-b7a74c9a.js} +3 -3
- package/{index-77f3d9b0.js.map → index-b7a74c9a.js.map} +1 -1
- package/{index-c7cc73db.js → index-c0c727fa.js} +2 -2
- package/{index-c7cc73db.js.map → index-c0c727fa.js.map} +1 -1
- package/{index-3062a861.js → index-c38bd595.js} +3 -3
- package/{index-3062a861.js.map → index-c38bd595.js.map} +1 -1
- package/{index-cfd0e4c4.js → index-e7e68510.js} +2 -2
- package/{index-cfd0e4c4.js.map → index-e7e68510.js.map} +1 -1
- package/{index-f48cfdf7.js → index-f17a1dcb.js} +2 -2
- package/{index-f48cfdf7.js.map → index-f17a1dcb.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +49 -49
- package/{index.module-ab8289c1.js → index.module-43d4fcba.js} +1 -1
- package/{index.module-ab8289c1.js.map → index.module-43d4fcba.js.map} +1 -1
- package/package.json +1 -1
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-1f18348a.js → stringSet-167237e7.js} +1 -1
- package/{stringSet-1f18348a.js.map → stringSet-167237e7.js.map} +1 -1
- package/{tokenize-63d895d3.js → tokenize-f4307b07.js} +2 -2
- package/{tokenize-63d895d3.js.map → tokenize-f4307b07.js.map} +1 -1
- package/{topics-d8d10f83.js → topics-e97c0e93.js} +1 -1
- package/{topics-d8d10f83.js.map → topics-e97c0e93.js.map} +1 -1
- package/{types-a85de720.js → types-224a6518.js} +1 -1
- package/{types-a85de720.js.map → types-224a6518.js.map} +1 -1
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +2 -2
- package/ui/Avatar.js +1 -1
- package/ui/Badge.js +4 -4
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +2 -2
- package/ui/ChannelAvatar.js +2 -2
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +3 -3
- 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/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/MentionLabel.js +10 -10
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +27 -27
- package/ui/MessageInput.js +12 -12
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +8 -8
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +14 -14
- package/ui/OpenChannelAdminMessage.js +2 -2
- package/ui/OpenChannelAvatar.js +5 -5
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +15 -15
- package/ui/OpenchannelOGMessage.js +18 -18
- package/ui/OpenchannelThumbnailMessage.js +14 -14
- package/ui/OpenchannelUserMessage.js +15 -15
- package/ui/PlaceHolder.js +5 -5
- package/ui/PlaybackTime.js +2 -2
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +2 -2
- package/ui/SortByRow.js +1 -1
- package/ui/TextButton.js +1 -1
- package/ui/TextMessageItemBody.js +14 -14
- package/ui/ThreadReplies.js +5 -5
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +2 -2
- 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 +7 -7
- package/ui/Word.js +10 -10
- package/{useLongPress-8acf717c.js → useLongPress-79c11c1d.js} +3 -3
- package/{useLongPress-8acf717c.js.map → useLongPress-79c11c1d.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-447a922e.js → utils-17280d4a.js} +1 -1
- package/{utils-447a922e.js.map → utils-17280d4a.js.map} +1 -1
- package/{utils-b57bff14.js → utils-232436fa.js} +2 -2
- package/{utils-b57bff14.js.map → utils-232436fa.js.map} +1 -1
- package/{utils-83bbfb63.js → utils-e615a2c9.js} +1 -1
- package/{utils-83bbfb63.js.map → utils-e615a2c9.js.map} +1 -1
- package/{utils-0c09801e.js → utils-f59aed5b.js} +1 -1
- package/{utils-0c09801e.js.map → utils-f59aed5b.js.map} +1 -1
- package/{uuid-48baadaf.js → uuid-605fd2a4.js} +1 -1
- package/{uuid-48baadaf.js.map → uuid-605fd2a4.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-b2d9bfc5.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-c5955c81.js.map +0 -1
|
@@ -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-0aff7f22.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-b7a74c9a.js';
|
|
10
|
+
import '../../LocalizationContext-2b2fd3bc.js';
|
|
11
|
+
import '../../stringSet-167237e7.js';
|
|
12
|
+
import '../../index-3e5fe0b6.js';
|
|
13
|
+
import '../../index-3f91b4e0.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import '../../ui/Avatar.js';
|
|
16
16
|
import '../../ui/ImageRenderer.js';
|
|
17
17
|
import '../../ui/Icon.js';
|
|
18
|
-
import '../../uuid-
|
|
18
|
+
import '../../uuid-605fd2a4.js';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../_rollupPluginBabelHelpers-
|
|
20
|
+
import '../../_rollupPluginBabelHelpers-e78a810d.js';
|
|
21
21
|
import '../../CreateChannel.js';
|
|
22
22
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
23
|
-
import '../../CreateChannelProvider-
|
|
23
|
+
import '../../CreateChannelProvider-fc4f109b.js';
|
|
24
24
|
import '../../sendbirdSelectors.js';
|
|
25
|
-
import '../../topics-
|
|
26
|
-
import '../../utils-
|
|
25
|
+
import '../../topics-e97c0e93.js';
|
|
26
|
+
import '../../utils-f59aed5b.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-b72d256e.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../MediaQueryContext-c423a854.js';
|
|
33
33
|
import '../../ui/UserListItem.js';
|
|
34
|
-
import '../../UserProfileContext-
|
|
34
|
+
import '../../UserProfileContext-7ed35692.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-8377af7f.js';
|
|
41
41
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
43
43
|
import '../../ui/ChannelAvatar.js';
|
|
44
|
-
import '../../utils-
|
|
44
|
+
import '../../utils-17280d4a.js';
|
|
45
45
|
import '../../ui/Badge.js';
|
|
46
|
-
import '../../index-
|
|
47
|
-
import '../../index-
|
|
46
|
+
import '../../index-50693736.js';
|
|
47
|
+
import '../../index-f17a1dcb.js';
|
|
48
48
|
import '../../ui/Loader.js';
|
|
49
|
-
import '../../index-
|
|
50
|
-
import '../../index-
|
|
49
|
+
import '../../index-c38bd595.js';
|
|
50
|
+
import '../../index-17dface3.js';
|
|
51
51
|
import '../../ui/MentionUserLabel.js';
|
|
52
|
-
import '../../consts-
|
|
52
|
+
import '../../consts-c71f0821.js';
|
|
53
53
|
import '../../ui/TextButton.js';
|
|
54
|
-
import '../../color-
|
|
54
|
+
import '../../color-924d49b5.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-be9f80f1.js';
|
|
58
|
+
import '../../compareIds-e3935a2b.js';
|
|
59
|
+
import '../../const-e53d1cf9.js';
|
|
60
60
|
import '@sendbird/chat/message';
|
|
61
61
|
import '../../ui/ReactionButton.js';
|
|
62
|
-
import '../../consts-
|
|
63
|
-
import '../../useLongPress-
|
|
62
|
+
import '../../consts-2e683d5c.js';
|
|
63
|
+
import '../../useLongPress-79c11c1d.js';
|
|
64
64
|
import '../../withSendbird.js';
|
|
65
|
-
import '../../index-
|
|
65
|
+
import '../../index-8d2b4d42.js';
|
|
66
66
|
import '../../ui/Input.js';
|
|
67
|
-
import '../../actionTypes-
|
|
67
|
+
import '../../actionTypes-8f622e32.js';
|
|
68
68
|
|
|
69
69
|
const isAboutSame = (a, b, px) => Math.abs(a - b) <= px;
|
|
70
70
|
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-e78a810d.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
4
4
|
import Badge from '../../ui/Badge.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
7
|
-
import { g as getChannelTitle, a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from '../../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3f91b4e0.js';
|
|
7
|
+
import { g as getChannelTitle, a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from '../../index-50693736.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
9
|
+
import { u as useLocalization } from '../../LocalizationContext-2b2fd3bc.js';
|
|
10
10
|
import MentionUserLabel from '../../ui/MentionUserLabel.js';
|
|
11
11
|
import Modal from '../../ui/Modal.js';
|
|
12
12
|
import TextButton from '../../ui/TextButton.js';
|
|
13
|
-
import { u as useChannelListContext } from '../../ChannelListProvider-
|
|
13
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-0aff7f22.js';
|
|
14
14
|
import { TypingIndicatorText } from '../../Channel/components/TypingIndicator.js';
|
|
15
|
-
import { d as isVoiceMessage, e as isEditedMessage } from '../../index-
|
|
16
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
17
|
-
import { u as useLongPress } from '../../useLongPress-
|
|
15
|
+
import { d as isVoiceMessage, e as isEditedMessage } from '../../index-8377af7f.js';
|
|
16
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-c423a854.js';
|
|
17
|
+
import { u as useLongPress } from '../../useLongPress-79c11c1d.js';
|
|
18
18
|
import '../../ui/Avatar.js';
|
|
19
19
|
import '../../ui/ImageRenderer.js';
|
|
20
|
-
import '../../uuid-
|
|
21
|
-
import '../../utils-
|
|
20
|
+
import '../../uuid-605fd2a4.js';
|
|
21
|
+
import '../../utils-17280d4a.js';
|
|
22
22
|
import 'prop-types';
|
|
23
|
-
import '../../stringSet-
|
|
24
|
-
import '../../index-
|
|
25
|
-
import '../../index-
|
|
23
|
+
import '../../stringSet-167237e7.js';
|
|
24
|
+
import '../../index-f17a1dcb.js';
|
|
25
|
+
import '../../index-3e5fe0b6.js';
|
|
26
26
|
import '../../ui/Loader.js';
|
|
27
27
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
28
|
-
import '../../index-
|
|
29
|
-
import '../../index-
|
|
28
|
+
import '../../index-c38bd595.js';
|
|
29
|
+
import '../../index-17dface3.js';
|
|
30
30
|
import '../../withSendbird.js';
|
|
31
|
-
import '../../consts-
|
|
31
|
+
import '../../consts-c71f0821.js';
|
|
32
32
|
import 'react-dom';
|
|
33
|
-
import '../../index-
|
|
33
|
+
import '../../index-b72d256e.js';
|
|
34
34
|
import '../../ui/Button.js';
|
|
35
35
|
import '../../ui/IconButton.js';
|
|
36
|
-
import '../../color-
|
|
36
|
+
import '../../color-924d49b5.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-e97c0e93.js';
|
|
39
|
+
import '../../utils-f59aed5b.js';
|
|
40
|
+
import '../../UserProfileContext-7ed35692.js';
|
|
41
|
+
import '../../ChannelProvider-be9f80f1.js';
|
|
42
|
+
import '../../compareIds-e3935a2b.js';
|
|
43
|
+
import '../../const-e53d1cf9.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-2e683d5c.js';
|
|
49
49
|
|
|
50
50
|
const ChannelPreview = _ref => {
|
|
51
51
|
var _sbState$stores, _sbState$stores$userS, _sbState$stores$userS2, _sbState$config, _sbState$config2, _channel$lastMessage, _channel$lastMessage2, _channel$lastMessage3, _channel$lastMessage4;
|
|
@@ -1,29 +1,29 @@
|
|
|
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-2b2fd3bc.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-f59aed5b.js';
|
|
9
9
|
import Modal from '../../ui/Modal.js';
|
|
10
|
-
import { u as useChannelListContext } from '../../ChannelListProvider-
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
10
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-0aff7f22.js';
|
|
11
|
+
import '../../stringSet-167237e7.js';
|
|
12
|
+
import '../../index-3e5fe0b6.js';
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-e78a810d.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-605fd2a4.js';
|
|
17
|
+
import '../../index-8377af7f.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../index-
|
|
19
|
+
import '../../index-3f91b4e0.js';
|
|
20
20
|
import '../../withSendbird.js';
|
|
21
|
-
import '../../index-
|
|
21
|
+
import '../../index-b72d256e.js';
|
|
22
22
|
import '../../ui/Button.js';
|
|
23
|
-
import '../../MediaQueryContext-
|
|
23
|
+
import '../../MediaQueryContext-c423a854.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
|
-
import '../../topics-
|
|
26
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../topics-e97c0e93.js';
|
|
26
|
+
import '../../UserProfileContext-7ed35692.js';
|
|
27
27
|
|
|
28
28
|
const LeaveChannel = props => {
|
|
29
29
|
var _useChannelListContex, _state$config, _state$config2;
|
package/ChannelList/context.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import '../_rollupPluginBabelHelpers-
|
|
1
|
+
import '../_rollupPluginBabelHelpers-e78a810d.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-0aff7f22.js';
|
|
5
|
+
import '../uuid-605fd2a4.js';
|
|
6
|
+
import '../utils-f59aed5b.js';
|
|
7
|
+
import '../UserProfileContext-7ed35692.js';
|
|
8
8
|
import '../useSendbirdStateContext.js';
|
|
9
|
-
import '../topics-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../topics-e97c0e93.js';
|
|
10
|
+
import '../index-8377af7f.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
import 'prop-types';
|
|
13
13
|
import '../withSendbird.js';
|
package/ChannelList.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { C as ChannelListProvider } from './ChannelListProvider-
|
|
2
|
+
import { C as ChannelListProvider } from './ChannelListProvider-0aff7f22.js';
|
|
3
3
|
import ChannelListUI from './ChannelList/components/ChannelListUI.js';
|
|
4
|
-
import './_rollupPluginBabelHelpers-
|
|
4
|
+
import './_rollupPluginBabelHelpers-e78a810d.js';
|
|
5
5
|
import '@sendbird/chat/groupChannel';
|
|
6
|
-
import './topics-
|
|
7
|
-
import './uuid-
|
|
8
|
-
import './utils-
|
|
9
|
-
import './UserProfileContext-
|
|
6
|
+
import './topics-e97c0e93.js';
|
|
7
|
+
import './uuid-605fd2a4.js';
|
|
8
|
+
import './utils-f59aed5b.js';
|
|
9
|
+
import './UserProfileContext-7ed35692.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import './useSendbirdStateContext.js';
|
|
12
12
|
import './withSendbird.js';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-8377af7f.js';
|
|
14
14
|
import './utils/message/getOutgoingMessageState.js';
|
|
15
15
|
import './ChannelList/components/ChannelListHeader.js';
|
|
16
|
-
import './LocalizationContext-
|
|
17
|
-
import './stringSet-
|
|
18
|
-
import './index-
|
|
19
|
-
import './index-
|
|
16
|
+
import './LocalizationContext-2b2fd3bc.js';
|
|
17
|
+
import './stringSet-167237e7.js';
|
|
18
|
+
import './index-3e5fe0b6.js';
|
|
19
|
+
import './index-3f91b4e0.js';
|
|
20
20
|
import './ui/Avatar.js';
|
|
21
21
|
import './ui/ImageRenderer.js';
|
|
22
22
|
import './ui/Icon.js';
|
|
@@ -24,14 +24,14 @@ import './ChannelList/components/AddChannel.js';
|
|
|
24
24
|
import './ui/IconButton.js';
|
|
25
25
|
import './CreateChannel.js';
|
|
26
26
|
import './CreateChannel/components/CreateChannelUI.js';
|
|
27
|
-
import './CreateChannelProvider-
|
|
27
|
+
import './CreateChannelProvider-fc4f109b.js';
|
|
28
28
|
import './sendbirdSelectors.js';
|
|
29
29
|
import './CreateChannel/components/InviteUsers.js';
|
|
30
30
|
import './ui/Modal.js';
|
|
31
31
|
import 'react-dom';
|
|
32
|
-
import './index-
|
|
32
|
+
import './index-b72d256e.js';
|
|
33
33
|
import './ui/Button.js';
|
|
34
|
-
import './MediaQueryContext-
|
|
34
|
+
import './MediaQueryContext-c423a854.js';
|
|
35
35
|
import './ui/UserListItem.js';
|
|
36
36
|
import './ui/MutedAvatarOverlay.js';
|
|
37
37
|
import './ui/Checkbox.js';
|
|
@@ -41,31 +41,31 @@ import './ui/SortByRow.js';
|
|
|
41
41
|
import './CreateChannel/components/SelectChannelType.js';
|
|
42
42
|
import './ChannelList/components/ChannelPreview.js';
|
|
43
43
|
import './ui/ChannelAvatar.js';
|
|
44
|
-
import './utils-
|
|
44
|
+
import './utils-17280d4a.js';
|
|
45
45
|
import './ui/Badge.js';
|
|
46
|
-
import './index-
|
|
47
|
-
import './index-
|
|
46
|
+
import './index-50693736.js';
|
|
47
|
+
import './index-f17a1dcb.js';
|
|
48
48
|
import './ui/Loader.js';
|
|
49
|
-
import './index-
|
|
50
|
-
import './index-
|
|
49
|
+
import './index-c38bd595.js';
|
|
50
|
+
import './index-17dface3.js';
|
|
51
51
|
import './ui/MentionUserLabel.js';
|
|
52
|
-
import './consts-
|
|
52
|
+
import './consts-c71f0821.js';
|
|
53
53
|
import './ui/TextButton.js';
|
|
54
|
-
import './color-
|
|
54
|
+
import './color-924d49b5.js';
|
|
55
55
|
import './Channel/components/TypingIndicator.js';
|
|
56
|
-
import './ChannelProvider-
|
|
57
|
-
import './compareIds-
|
|
58
|
-
import './const-
|
|
56
|
+
import './ChannelProvider-be9f80f1.js';
|
|
57
|
+
import './compareIds-e3935a2b.js';
|
|
58
|
+
import './const-e53d1cf9.js';
|
|
59
59
|
import '@sendbird/chat/message';
|
|
60
60
|
import './ui/ReactionButton.js';
|
|
61
|
-
import './consts-
|
|
62
|
-
import './useLongPress-
|
|
61
|
+
import './consts-2e683d5c.js';
|
|
62
|
+
import './useLongPress-79c11c1d.js';
|
|
63
63
|
import './ChannelList/components/ChannelPreviewAction.js';
|
|
64
64
|
import './EditUserProfile.js';
|
|
65
|
-
import './index-
|
|
65
|
+
import './index-8d2b4d42.js';
|
|
66
66
|
import './ui/Input.js';
|
|
67
|
-
import './actionTypes-
|
|
68
|
-
import './index-
|
|
67
|
+
import './actionTypes-8f622e32.js';
|
|
68
|
+
import './index-b7a74c9a.js';
|
|
69
69
|
|
|
70
70
|
const ChannelList = props => {
|
|
71
71
|
return /*#__PURE__*/React__default.createElement(ChannelListProvider, {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-e78a810d.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-e97c0e93.js';
|
|
5
|
+
import { u as uuidv4 } from './uuid-605fd2a4.js';
|
|
6
|
+
import { n as noop } from './utils-f59aed5b.js';
|
|
7
|
+
import { U as UserProfileProvider } from './UserProfileContext-7ed35692.js';
|
|
8
8
|
import useSendbirdStateContext from './useSendbirdStateContext.js';
|
|
9
|
-
import { f as filterChannelListParams, g as getChannelsWithUpsertedChannel } from './index-
|
|
9
|
+
import { f as filterChannelListParams, g as getChannelsWithUpsertedChannel } from './index-8377af7f.js';
|
|
10
10
|
|
|
11
11
|
const RESET_CHANNEL_LIST = 'RESET_CHANNEL_LIST';
|
|
12
12
|
const CREATE_CHANNEL = 'CREATE_CHANNEL';
|
|
@@ -986,4 +986,4 @@ function useChannelListContext() {
|
|
|
986
986
|
}
|
|
987
987
|
|
|
988
988
|
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 };
|
|
989
|
-
//# sourceMappingURL=ChannelListProvider-
|
|
989
|
+
//# sourceMappingURL=ChannelListProvider-0aff7f22.js.map
|