@sendbird/uikit-react 3.6.8-rc.0 → 3.6.8
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 +50 -50
- package/Channel/components/ChannelHeader.js +20 -20
- package/Channel/components/ChannelUI.js +42 -42
- package/Channel/components/FileViewer.js +16 -16
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +37 -37
- package/Channel/components/MessageInput.js +30 -30
- package/Channel/components/MessageList.js +38 -38
- package/Channel/components/RemoveMessageModal.js +18 -18
- package/Channel/components/SuggestedMentionList.js +18 -18
- package/Channel/components/TypingIndicator.js +16 -16
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/Channel/utils/getMessagePartsInfo.js +7 -7
- package/Channel.js +42 -42
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +31 -31
- package/ChannelList/components/ChannelPreview.js +27 -27
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +31 -31
- package/{ChannelListProvider-532ebe92.js → ChannelListProvider-63f3007c.js} +8 -8
- package/{ChannelListProvider-532ebe92.js.map → ChannelListProvider-63f3007c.js.map} +1 -1
- package/{ChannelProvider-903eb3bf.js → ChannelProvider-d6dedff9.js} +12 -12
- package/{ChannelProvider-903eb3bf.js.map → ChannelProvider-d6dedff9.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-d02f3cf9.js → CreateChannelProvider-32ceb13a.js} +1 -1
- package/{CreateChannelProvider-d02f3cf9.js.map → CreateChannelProvider-32ceb13a.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-3baf0e99.js → LocalizationContext-9a9a0064.js} +3 -3
- package/{LocalizationContext-3baf0e99.js.map → LocalizationContext-9a9a0064.js.map} +1 -1
- package/{MediaQueryContext-65dd6475.js → MediaQueryContext-aebb709a.js} +1 -1
- package/{MediaQueryContext-65dd6475.js.map → MediaQueryContext-aebb709a.js.map} +1 -1
- package/{MemberList-fc5be7a2.js → MemberList-54496842.js} +5 -5
- package/{MemberList-fc5be7a2.js.map → MemberList-54496842.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 +20 -20
- package/OpenChannel/components/OpenChannelMessage.js +30 -30
- package/OpenChannel/components/OpenChannelMessageList.js +33 -33
- package/OpenChannel/components/OpenChannelUI.js +33 -33
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +33 -33
- 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-9dff6221.js → OpenChannelListProvider-6f1599b7.js} +3 -3
- package/{OpenChannelListProvider-9dff6221.js.map → OpenChannelListProvider-6f1599b7.js.map} +1 -1
- package/{OpenChannelProvider-e3940c50.js → OpenChannelProvider-8fdab056.js} +7 -7
- package/{OpenChannelProvider-e3940c50.js.map → OpenChannelProvider-8fdab056.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-5c8b1e53.js → RemoveMessageModal-715f4bd6.js} +3 -3
- package/{RemoveMessageModal-5c8b1e53.js.map → RemoveMessageModal-715f4bd6.js.map} +1 -1
- package/SendbirdProvider.js +15 -15
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +35 -35
- package/Thread/components/ParentMessageInfoItem.js +21 -21
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +38 -38
- package/Thread/components/ThreadListItem.js +38 -38
- package/Thread/components/ThreadMessageInput.js +31 -31
- package/Thread/components/ThreadUI.js +42 -42
- package/Thread/context.js +8 -8
- package/Thread.js +42 -42
- package/{ThreadProvider-0cfe2336.js → ThreadProvider-696e3a32.js} +7 -7
- package/{ThreadProvider-0cfe2336.js.map → ThreadProvider-696e3a32.js.map} +1 -1
- package/{UserProfileContext-3dd7aade.js → UserProfileContext-9fba7a03.js} +1 -1
- package/{UserProfileContext-3dd7aade.js.map → UserProfileContext-9fba7a03.js.map} +1 -1
- package/{VoiceMessageInputWrapper-a3904e40.js → VoiceMessageInputWrapper-b074aec5.js} +7 -7
- package/{VoiceMessageInputWrapper-a3904e40.js.map → VoiceMessageInputWrapper-b074aec5.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +9 -9
- package/VoiceRecorder/context.js +9 -9
- package/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/{WebAudioUtils-44e85117.js → WebAudioUtils-ba28e2b0.js} +2 -2
- package/{WebAudioUtils-44e85117.js.map → WebAudioUtils-ba28e2b0.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-89176539.js → _rollupPluginBabelHelpers-0f2ee8c1.js} +1 -1
- package/_rollupPluginBabelHelpers-0f2ee8c1.js.map +1 -0
- package/{actionTypes-f95f30b4.js → actionTypes-670a9a48.js} +1 -1
- package/{actionTypes-f95f30b4.js.map → actionTypes-670a9a48.js.map} +1 -1
- package/cjs/App.js +50 -50
- package/cjs/Channel/components/ChannelHeader.js +20 -20
- package/cjs/Channel/components/ChannelUI.js +42 -42
- package/cjs/Channel/components/FileViewer.js +16 -16
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +37 -37
- package/cjs/Channel/components/MessageInput.js +30 -30
- package/cjs/Channel/components/MessageList.js +38 -38
- package/cjs/Channel/components/RemoveMessageModal.js +18 -18
- package/cjs/Channel/components/SuggestedMentionList.js +18 -18
- package/cjs/Channel/components/TypingIndicator.js +16 -16
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel/utils/compareMessagesForGrouping.js +6 -6
- package/cjs/Channel/utils/getMessagePartsInfo.js +7 -7
- package/cjs/Channel.js +42 -42
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +31 -31
- package/cjs/ChannelList/components/ChannelPreview.js +27 -27
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +31 -31
- package/cjs/{ChannelListProvider-80903b5c.js → ChannelListProvider-1506b1fa.js} +8 -8
- package/cjs/{ChannelListProvider-80903b5c.js.map → ChannelListProvider-1506b1fa.js.map} +1 -1
- package/cjs/{ChannelProvider-c75c8c0d.js → ChannelProvider-c8bc29d3.js} +12 -12
- package/cjs/{ChannelProvider-c75c8c0d.js.map → ChannelProvider-c8bc29d3.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-0e78ab7b.js → CreateChannelProvider-f30302a5.js} +1 -1
- package/cjs/{CreateChannelProvider-0e78ab7b.js.map → CreateChannelProvider-f30302a5.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-fd85331f.js → LocalizationContext-9c99457f.js} +3 -3
- package/cjs/{LocalizationContext-fd85331f.js.map → LocalizationContext-9c99457f.js.map} +1 -1
- package/cjs/{MediaQueryContext-fde456fd.js → MediaQueryContext-a5c77095.js} +1 -1
- package/cjs/{MediaQueryContext-fde456fd.js.map → MediaQueryContext-a5c77095.js.map} +1 -1
- package/cjs/{MemberList-16ebc116.js → MemberList-166dd7de.js} +5 -5
- package/cjs/{MemberList-16ebc116.js.map → MemberList-166dd7de.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 +20 -20
- package/cjs/OpenChannel/components/OpenChannelMessage.js +30 -30
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +33 -33
- package/cjs/OpenChannel/components/OpenChannelUI.js +33 -33
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +33 -33
- 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-8665615a.js → OpenChannelListProvider-74ae7138.js} +3 -3
- package/cjs/{OpenChannelListProvider-8665615a.js.map → OpenChannelListProvider-74ae7138.js.map} +1 -1
- package/cjs/{OpenChannelProvider-5e558c1a.js → OpenChannelProvider-57c10c09.js} +7 -7
- package/cjs/{OpenChannelProvider-5e558c1a.js.map → OpenChannelProvider-57c10c09.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-6307711c.js → RemoveMessageModal-029b1c86.js} +3 -3
- package/cjs/{RemoveMessageModal-6307711c.js.map → RemoveMessageModal-029b1c86.js.map} +1 -1
- package/cjs/SendbirdProvider.js +15 -15
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +35 -35
- package/cjs/Thread/components/ParentMessageInfoItem.js +21 -21
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +38 -38
- package/cjs/Thread/components/ThreadListItem.js +38 -38
- package/cjs/Thread/components/ThreadMessageInput.js +31 -31
- package/cjs/Thread/components/ThreadUI.js +42 -42
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +42 -42
- package/cjs/{ThreadProvider-aeb062df.js → ThreadProvider-9dfc3ad5.js} +7 -7
- package/cjs/{ThreadProvider-aeb062df.js.map → ThreadProvider-9dfc3ad5.js.map} +1 -1
- package/cjs/{UserProfileContext-e658337c.js → UserProfileContext-1f226141.js} +1 -1
- package/cjs/{UserProfileContext-e658337c.js.map → UserProfileContext-1f226141.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-ee24a942.js → VoiceMessageInputWrapper-953affee.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-ee24a942.js.map → VoiceMessageInputWrapper-953affee.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +9 -9
- package/cjs/VoiceRecorder/context.js +9 -9
- package/cjs/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/cjs/{WebAudioUtils-238bd8c4.js → WebAudioUtils-250f7398.js} +2 -2
- package/cjs/{WebAudioUtils-238bd8c4.js.map → WebAudioUtils-250f7398.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-6da3edf9.js → _rollupPluginBabelHelpers-117c3ffb.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-117c3ffb.js.map +1 -0
- package/cjs/{actionTypes-b0cfb8a7.js → actionTypes-01de4d11.js} +1 -1
- package/cjs/{actionTypes-b0cfb8a7.js.map → actionTypes-01de4d11.js.map} +1 -1
- package/cjs/{color-7e8f0ca5.js → color-a057a4c2.js} +1 -1
- package/cjs/{color-7e8f0ca5.js.map → color-a057a4c2.js.map} +1 -1
- package/cjs/{compareIds-a5214ac1.js → compareIds-49d9aea6.js} +1 -1
- package/cjs/{compareIds-a5214ac1.js.map → compareIds-49d9aea6.js.map} +1 -1
- package/cjs/{const-703dd567.js → const-8e4d382d.js} +1 -1
- package/cjs/{const-703dd567.js.map → const-8e4d382d.js.map} +1 -1
- package/cjs/{const-7ab4dbea.js → const-cd9b71c8.js} +1 -1
- package/cjs/{const-7ab4dbea.js.map → const-cd9b71c8.js.map} +1 -1
- package/cjs/{consts-acdad2b4.js → consts-3afe4fa8.js} +1 -1
- package/cjs/{consts-acdad2b4.js.map → consts-3afe4fa8.js.map} +1 -1
- package/cjs/{consts-74f92105.js → consts-4a51c64b.js} +1 -1
- package/cjs/{consts-74f92105.js.map → consts-4a51c64b.js.map} +1 -1
- package/cjs/{consts-39e2e498.js → consts-d866b64a.js} +1 -1
- package/cjs/{consts-39e2e498.js.map → consts-d866b64a.js.map} +1 -1
- package/cjs/{consts-0337201b.js → consts-fb9dd3a0.js} +1 -1
- package/cjs/{consts-0337201b.js.map → consts-fb9dd3a0.js.map} +1 -1
- package/cjs/{context-90576ca6.js → context-d7bb15b5.js} +2 -2
- package/cjs/{context-90576ca6.js.map → context-d7bb15b5.js.map} +1 -1
- package/cjs/dist/index.css +55 -55
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-9c4b8f39.js → index-0599b6f2.js} +56 -24
- package/cjs/index-0599b6f2.js.map +1 -0
- package/cjs/{index-66369e8b.js → index-0d4c4adf.js} +3 -3
- package/cjs/{index-66369e8b.js.map → index-0d4c4adf.js.map} +1 -1
- package/cjs/{index-9470d71b.js → index-15e4fb71.js} +4 -4
- package/cjs/{index-9470d71b.js.map → index-15e4fb71.js.map} +1 -1
- package/cjs/{index-011a6124.js → index-2413bae4.js} +1 -1
- package/cjs/{index-011a6124.js.map → index-2413bae4.js.map} +1 -1
- package/cjs/{index-05ea6eac.js → index-2d4ea9ad.js} +4 -4
- package/cjs/{index-05ea6eac.js.map → index-2d4ea9ad.js.map} +1 -1
- package/cjs/{index-f9665a27.js → index-464461c9.js} +6 -6
- package/cjs/{index-f9665a27.js.map → index-464461c9.js.map} +1 -1
- package/cjs/{index-bf35893c.js → index-4eb2a000.js} +2 -2
- package/cjs/{index-bf35893c.js.map → index-4eb2a000.js.map} +1 -1
- package/cjs/{index-b04632ba.js → index-5359bc78.js} +5 -5
- package/cjs/{index-b04632ba.js.map → index-5359bc78.js.map} +1 -1
- package/cjs/{index-dbfce4b2.js → index-5b3bc2e9.js} +4 -4
- package/cjs/{index-dbfce4b2.js.map → index-5b3bc2e9.js.map} +1 -1
- package/cjs/{index-7d3c8e0c.js → index-913491a1.js} +2 -2
- package/cjs/{index-7d3c8e0c.js.map → index-913491a1.js.map} +1 -1
- package/cjs/{index-e99f0986.js → index-9cffff55.js} +3 -3
- package/cjs/{index-e99f0986.js.map → index-9cffff55.js.map} +1 -1
- package/cjs/{index-5699329f.js → index-a5aa0a9b.js} +6 -6
- package/cjs/{index-5699329f.js.map → index-a5aa0a9b.js.map} +1 -1
- package/cjs/{index-e18eb9ba.js → index-b64ce51a.js} +8 -8
- package/cjs/{index-e18eb9ba.js.map → index-b64ce51a.js.map} +1 -1
- package/cjs/{index-eac4199a.js → index-ba4dea0c.js} +1 -1
- package/cjs/{index-eac4199a.js.map → index-ba4dea0c.js.map} +1 -1
- package/cjs/{index-8522d0c2.js → index-c59af641.js} +2 -2
- package/cjs/{index-8522d0c2.js.map → index-c59af641.js.map} +1 -1
- package/cjs/{index-c63d7e90.js → index-d5522aef.js} +2 -2
- package/cjs/{index-c63d7e90.js.map → index-d5522aef.js.map} +1 -1
- package/cjs/{index-0aec5632.js → index-dc15cf44.js} +4 -4
- package/cjs/{index-0aec5632.js.map → index-dc15cf44.js.map} +1 -1
- package/cjs/{index-76acbd2d.js → index-df172622.js} +2 -2
- package/cjs/{index-76acbd2d.js.map → index-df172622.js.map} +1 -1
- package/cjs/{index-ad47c0e4.js → index-fe1b738f.js} +3 -3
- package/cjs/{index-ad47c0e4.js.map → index-fe1b738f.js.map} +1 -1
- package/cjs/index.js +54 -54
- package/cjs/{index.module-0ba29e4f.js → index.module-2c2cf337.js} +1 -1
- package/cjs/{index.module-0ba29e4f.js.map → index.module-2c2cf337.js.map} +1 -1
- package/cjs/package.json +1 -1
- package/cjs/{resolvedReplyType-9f17b17a.js → resolvedReplyType-053d2dbc.js} +1 -1
- package/cjs/{resolvedReplyType-9f17b17a.js.map → resolvedReplyType-053d2dbc.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-dfe78bcf.js → stringSet-dbdeec9c.js} +1 -1
- package/cjs/{stringSet-dfe78bcf.js.map → stringSet-dbdeec9c.js.map} +1 -1
- package/cjs/{tokenize-8279c435.js → tokenize-7204c391.js} +2 -2
- package/cjs/{tokenize-8279c435.js.map → tokenize-7204c391.js.map} +1 -1
- package/cjs/{topics-ba2551c1.js → topics-c495cb3a.js} +1 -1
- package/cjs/{topics-ba2551c1.js.map → topics-c495cb3a.js.map} +1 -1
- package/cjs/{types-c4bc01b7.js → types-79ca7893.js} +1 -1
- package/cjs/{types-c4bc01b7.js.map → types-79ca7893.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 +13 -13
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +11 -11
- 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 +28 -28
- package/cjs/ui/MessageInput/hooks/usePaste.js +4 -4
- package/cjs/ui/MessageInput.js +14 -14
- package/cjs/ui/MessageItemMenu.js +8 -8
- package/cjs/ui/MessageItemReactionMenu.js +8 -8
- 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/ReactionButton.js +4 -4
- 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 +5 -5
- 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 +9 -9
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useLongPress-092f3b5a.js → useLongPress-e7c92bb0.js} +3 -3
- package/cjs/{useLongPress-092f3b5a.js.map → useLongPress-e7c92bb0.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-a0fbcca3.js → utils-657ea6e9.js} +1 -1
- package/cjs/{utils-a0fbcca3.js.map → utils-657ea6e9.js.map} +1 -1
- package/cjs/{utils-f6fe7b35.js → utils-90a7cd20.js} +2 -2
- package/cjs/{utils-f6fe7b35.js.map → utils-90a7cd20.js.map} +1 -1
- package/cjs/{utils-415ffe78.js → utils-b6cca626.js} +4 -4
- package/cjs/{utils-415ffe78.js.map → utils-b6cca626.js.map} +1 -1
- package/cjs/{utils-6a3fe892.js → utils-c2f38151.js} +1 -1
- package/cjs/{utils-6a3fe892.js.map → utils-c2f38151.js.map} +1 -1
- package/cjs/{utils-b5edf0d4.js → utils-cc9de39b.js} +1 -1
- package/cjs/{utils-b5edf0d4.js.map → utils-cc9de39b.js.map} +1 -1
- package/cjs/{uuid-5f519bff.js → uuid-b2882230.js} +1 -1
- package/cjs/{uuid-5f519bff.js.map → uuid-b2882230.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-577bf8be.js → color-65ef45d7.js} +1 -1
- package/{color-577bf8be.js.map → color-65ef45d7.js.map} +1 -1
- package/{compareIds-c0200d9c.js → compareIds-c0aa8024.js} +1 -1
- package/{compareIds-c0200d9c.js.map → compareIds-c0aa8024.js.map} +1 -1
- package/{const-bc3d72f7.js → const-2c36fe72.js} +1 -1
- package/{const-bc3d72f7.js.map → const-2c36fe72.js.map} +1 -1
- package/{const-83226e6e.js → const-537b3aa9.js} +1 -1
- package/{const-83226e6e.js.map → const-537b3aa9.js.map} +1 -1
- package/{consts-f43406e2.js → consts-066d732d.js} +1 -1
- package/{consts-f43406e2.js.map → consts-066d732d.js.map} +1 -1
- package/{consts-1be4a5f0.js → consts-397a92f1.js} +1 -1
- package/{consts-1be4a5f0.js.map → consts-397a92f1.js.map} +1 -1
- package/{consts-72edcc10.js → consts-c105f2e8.js} +1 -1
- package/{consts-72edcc10.js.map → consts-c105f2e8.js.map} +1 -1
- package/{consts-b6ee09b8.js → consts-ee08d763.js} +1 -1
- package/{consts-b6ee09b8.js.map → consts-ee08d763.js.map} +1 -1
- package/{context-79b7df74.js → context-524b02ab.js} +2 -2
- package/{context-79b7df74.js.map → context-524b02ab.js.map} +1 -1
- package/dist/index.css +55 -55
- package/dist/index.css.map +1 -1
- package/{index-1fca4ff9.js → index-2969a2df.js} +6 -6
- package/{index-1fca4ff9.js.map → index-2969a2df.js.map} +1 -1
- package/{index-2f85608a.js → index-39eeabbb.js} +56 -24
- package/index-39eeabbb.js.map +1 -0
- package/{index-20782e24.js → index-3e2f101e.js} +5 -5
- package/{index-20782e24.js.map → index-3e2f101e.js.map} +1 -1
- package/{index-4681e8c0.js → index-3f6516a2.js} +4 -4
- package/{index-4681e8c0.js.map → index-3f6516a2.js.map} +1 -1
- package/{index-1d964676.js → index-40e8e312.js} +2 -2
- package/{index-1d964676.js.map → index-40e8e312.js.map} +1 -1
- package/{index-43c63728.js → index-4236c5c8.js} +2 -2
- package/{index-43c63728.js.map → index-4236c5c8.js.map} +1 -1
- package/{index-093de5d9.js → index-4c4b34c9.js} +3 -3
- package/{index-093de5d9.js.map → index-4c4b34c9.js.map} +1 -1
- package/{index-e7c6e440.js → index-4c58b734.js} +6 -6
- package/{index-e7c6e440.js.map → index-4c58b734.js.map} +1 -1
- package/{index-cf32585b.js → index-5ebb83a2.js} +4 -4
- package/{index-cf32585b.js.map → index-5ebb83a2.js.map} +1 -1
- package/{index-facad2c8.js → index-72d247f7.js} +2 -2
- package/{index-facad2c8.js.map → index-72d247f7.js.map} +1 -1
- package/{index-d4eb3c4f.js → index-7c1266b5.js} +2 -2
- package/{index-d4eb3c4f.js.map → index-7c1266b5.js.map} +1 -1
- package/{index-56541b27.js → index-8017e2b5.js} +8 -8
- package/{index-56541b27.js.map → index-8017e2b5.js.map} +1 -1
- package/{index-0560155e.js → index-91634369.js} +1 -1
- package/{index-0560155e.js.map → index-91634369.js.map} +1 -1
- package/{index-8c47fd78.js → index-aa87ac03.js} +3 -3
- package/{index-8c47fd78.js.map → index-aa87ac03.js.map} +1 -1
- package/{index-a6c40339.js → index-d16a8084.js} +1 -1
- package/{index-a6c40339.js.map → index-d16a8084.js.map} +1 -1
- package/{index-b5ac166c.js → index-d6ceb67a.js} +2 -2
- package/{index-b5ac166c.js.map → index-d6ceb67a.js.map} +1 -1
- package/{index-da667cf0.js → index-d972c8e3.js} +4 -4
- package/{index-da667cf0.js.map → index-d972c8e3.js.map} +1 -1
- package/{index-801994fd.js → index-da7bc750.js} +3 -3
- package/{index-801994fd.js.map → index-da7bc750.js.map} +1 -1
- package/{index-6685707d.js → index-f1d37762.js} +4 -4
- package/{index-6685707d.js.map → index-f1d37762.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +54 -54
- package/{index.module-afd26a55.js → index.module-b694546f.js} +1 -1
- package/{index.module-afd26a55.js.map → index.module-b694546f.js.map} +1 -1
- package/package.json +1 -1
- package/{resolvedReplyType-56c58fa0.js → resolvedReplyType-97610f1a.js} +1 -1
- package/{resolvedReplyType-56c58fa0.js.map → resolvedReplyType-97610f1a.js.map} +1 -1
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-3373f05f.js → stringSet-ed242956.js} +1 -1
- package/{stringSet-3373f05f.js.map → stringSet-ed242956.js.map} +1 -1
- package/{tokenize-18e18d41.js → tokenize-3c45100f.js} +2 -2
- package/{tokenize-18e18d41.js.map → tokenize-3c45100f.js.map} +1 -1
- package/{topics-b4f2a542.js → topics-da8f3f42.js} +1 -1
- package/{topics-b4f2a542.js.map → topics-da8f3f42.js.map} +1 -1
- package/{types-956382cc.js → types-3826bbff.js} +1 -1
- package/{types-956382cc.js.map → types-3826bbff.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 +13 -13
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +11 -11
- 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 +28 -28
- package/ui/MessageInput/hooks/usePaste.js +4 -4
- package/ui/MessageInput.js +14 -14
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js +8 -8
- 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/ReactionButton.js +4 -4
- 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 +5 -5
- 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 +9 -9
- package/ui/VoiceMessgeInput.js +7 -7
- package/ui/Word.js +10 -10
- package/{useLongPress-5d7ec65f.js → useLongPress-0189f9c3.js} +3 -3
- package/{useLongPress-5d7ec65f.js.map → useLongPress-0189f9c3.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-46e2f239.js → utils-373b8143.js} +1 -1
- package/{utils-46e2f239.js.map → utils-373b8143.js.map} +1 -1
- package/{utils-93dbc8a2.js → utils-3bd17cc2.js} +1 -1
- package/{utils-93dbc8a2.js.map → utils-3bd17cc2.js.map} +1 -1
- package/{utils-f0a55682.js → utils-40781609.js} +1 -1
- package/{utils-f0a55682.js.map → utils-40781609.js.map} +1 -1
- package/{utils-07212ce9.js → utils-b7161189.js} +4 -4
- package/{utils-07212ce9.js.map → utils-b7161189.js.map} +1 -1
- package/{utils-8039d87d.js → utils-cae5adba.js} +2 -2
- package/{utils-8039d87d.js.map → utils-cae5adba.js.map} +1 -1
- package/{uuid-bdadfb51.js → uuid-6d982751.js} +1 -1
- package/{uuid-bdadfb51.js.map → uuid-6d982751.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-89176539.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-6da3edf9.js.map +0 -1
- package/cjs/index-9c4b8f39.js.map +0 -1
- package/index-2f85608a.js.map +0 -1
|
@@ -3,40 +3,40 @@ 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 '../../_rollupPluginBabelHelpers-
|
|
6
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-63f3007c.js';
|
|
7
|
+
import '../../_rollupPluginBabelHelpers-0f2ee8c1.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
10
|
-
import '../../CreateChannelProvider-
|
|
10
|
+
import '../../CreateChannelProvider-32ceb13a.js';
|
|
11
11
|
import '../../sendbirdSelectors.js';
|
|
12
|
-
import '../../topics-
|
|
13
|
-
import '../../utils-
|
|
12
|
+
import '../../topics-da8f3f42.js';
|
|
13
|
+
import '../../utils-40781609.js';
|
|
14
14
|
import '../../CreateChannel/components/InviteUsers.js';
|
|
15
|
-
import '../../LocalizationContext-
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
15
|
+
import '../../LocalizationContext-9a9a0064.js';
|
|
16
|
+
import '../../stringSet-ed242956.js';
|
|
17
|
+
import '../../index-91634369.js';
|
|
18
18
|
import '../../ui/Modal.js';
|
|
19
19
|
import 'react-dom';
|
|
20
|
-
import '../../index-
|
|
20
|
+
import '../../index-d16a8084.js';
|
|
21
21
|
import '../../ui/Button.js';
|
|
22
|
-
import '../../index-
|
|
23
|
-
import '../../MediaQueryContext-
|
|
22
|
+
import '../../index-7c1266b5.js';
|
|
23
|
+
import '../../MediaQueryContext-aebb709a.js';
|
|
24
24
|
import '../../ui/UserListItem.js';
|
|
25
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../UserProfileContext-9fba7a03.js';
|
|
26
26
|
import '../../ui/Avatar.js';
|
|
27
27
|
import '../../ui/ImageRenderer.js';
|
|
28
|
-
import '../../uuid-
|
|
28
|
+
import '../../uuid-6d982751.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-39eeabbb.js';
|
|
35
35
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
36
36
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
37
37
|
import '../../withSendbird.js';
|
|
38
38
|
import '@sendbird/chat/groupChannel';
|
|
39
|
-
import '../../consts-
|
|
39
|
+
import '../../consts-397a92f1.js';
|
|
40
40
|
|
|
41
41
|
const AddChannel = () => {
|
|
42
42
|
var _state$config;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-9a9a0064.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-7c1266b5.js';
|
|
5
5
|
import Avatar from '../../ui/Avatar.js';
|
|
6
|
-
import '../../stringSet-
|
|
7
|
-
import '../../index-
|
|
6
|
+
import '../../stringSet-ed242956.js';
|
|
7
|
+
import '../../index-91634369.js';
|
|
8
8
|
import '../../withSendbird.js';
|
|
9
|
-
import '../../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../../_rollupPluginBabelHelpers-0f2ee8c1.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import '../../ui/ImageRenderer.js';
|
|
12
12
|
import '../../ui/Icon.js';
|
|
13
|
-
import '../../uuid-
|
|
13
|
+
import '../../uuid-6d982751.js';
|
|
14
14
|
|
|
15
15
|
const ChannelListHeader = _ref => {
|
|
16
16
|
let {
|
|
@@ -3,69 +3,69 @@ import ChannelListHeader from './ChannelListHeader.js';
|
|
|
3
3
|
import { AddChannel } from './AddChannel.js';
|
|
4
4
|
import ChannelPreview from './ChannelPreview.js';
|
|
5
5
|
import ChannelPreviewAction from './ChannelPreviewAction.js';
|
|
6
|
-
import { u as useChannelListContext, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-
|
|
6
|
+
import { u as useChannelListContext, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-63f3007c.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-aa87ac03.js';
|
|
10
|
+
import '../../LocalizationContext-9a9a0064.js';
|
|
11
|
+
import '../../stringSet-ed242956.js';
|
|
12
|
+
import '../../index-91634369.js';
|
|
13
|
+
import '../../index-7c1266b5.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-6d982751.js';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../_rollupPluginBabelHelpers-
|
|
20
|
+
import '../../_rollupPluginBabelHelpers-0f2ee8c1.js';
|
|
21
21
|
import '../../CreateChannel.js';
|
|
22
22
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
23
|
-
import '../../CreateChannelProvider-
|
|
23
|
+
import '../../CreateChannelProvider-32ceb13a.js';
|
|
24
24
|
import '../../sendbirdSelectors.js';
|
|
25
|
-
import '../../topics-
|
|
26
|
-
import '../../utils-
|
|
25
|
+
import '../../topics-da8f3f42.js';
|
|
26
|
+
import '../../utils-40781609.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-d16a8084.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../MediaQueryContext-aebb709a.js';
|
|
33
33
|
import '../../ui/UserListItem.js';
|
|
34
|
-
import '../../UserProfileContext-
|
|
34
|
+
import '../../UserProfileContext-9fba7a03.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-39eeabbb.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-3bd17cc2.js';
|
|
45
45
|
import '../../ui/Badge.js';
|
|
46
|
-
import '../../index-
|
|
47
|
-
import '../../index-
|
|
46
|
+
import '../../index-2969a2df.js';
|
|
47
|
+
import '../../index-72d247f7.js';
|
|
48
48
|
import '../../ui/Loader.js';
|
|
49
|
-
import '../../index-
|
|
50
|
-
import '../../index-
|
|
49
|
+
import '../../index-4c4b34c9.js';
|
|
50
|
+
import '../../index-d6ceb67a.js';
|
|
51
51
|
import '../../ui/MentionUserLabel.js';
|
|
52
|
-
import '../../consts-
|
|
52
|
+
import '../../consts-c105f2e8.js';
|
|
53
53
|
import '../../ui/TextButton.js';
|
|
54
|
-
import '../../color-
|
|
54
|
+
import '../../color-65ef45d7.js';
|
|
55
55
|
import '../../Channel/components/TypingIndicator.js';
|
|
56
56
|
import '@sendbird/chat/groupChannel';
|
|
57
|
-
import '../../ChannelProvider-
|
|
58
|
-
import '../../const-
|
|
59
|
-
import '../../utils-
|
|
60
|
-
import '../../compareIds-
|
|
57
|
+
import '../../ChannelProvider-d6dedff9.js';
|
|
58
|
+
import '../../const-2c36fe72.js';
|
|
59
|
+
import '../../utils-b7161189.js';
|
|
60
|
+
import '../../compareIds-c0aa8024.js';
|
|
61
61
|
import '@sendbird/chat/message';
|
|
62
|
-
import '../../consts-
|
|
63
|
-
import '../../resolvedReplyType-
|
|
64
|
-
import '../../useLongPress-
|
|
62
|
+
import '../../consts-397a92f1.js';
|
|
63
|
+
import '../../resolvedReplyType-97610f1a.js';
|
|
64
|
+
import '../../useLongPress-0189f9c3.js';
|
|
65
65
|
import '../../withSendbird.js';
|
|
66
|
-
import '../../index-
|
|
66
|
+
import '../../index-3e2f101e.js';
|
|
67
67
|
import '../../ui/Input.js';
|
|
68
|
-
import '../../actionTypes-
|
|
68
|
+
import '../../actionTypes-670a9a48.js';
|
|
69
69
|
|
|
70
70
|
const isAboutSame = (a, b, px) => Math.abs(a - b) <= px;
|
|
71
71
|
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-0f2ee8c1.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-7c1266b5.js';
|
|
7
|
+
import { g as getChannelTitle, a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from '../../index-2969a2df.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
9
|
+
import { u as useLocalization } from '../../LocalizationContext-9a9a0064.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-63f3007c.js';
|
|
14
14
|
import { TypingIndicatorText } from '../../Channel/components/TypingIndicator.js';
|
|
15
|
-
import { c as isVoiceMessage } from '../../index-
|
|
16
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
17
|
-
import { u as useLongPress } from '../../useLongPress-
|
|
15
|
+
import { c as isVoiceMessage } from '../../index-39eeabbb.js';
|
|
16
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-aebb709a.js';
|
|
17
|
+
import { u as useLongPress } from '../../useLongPress-0189f9c3.js';
|
|
18
18
|
import '../../ui/Avatar.js';
|
|
19
19
|
import '../../ui/ImageRenderer.js';
|
|
20
|
-
import '../../uuid-
|
|
21
|
-
import '../../utils-
|
|
20
|
+
import '../../uuid-6d982751.js';
|
|
21
|
+
import '../../utils-3bd17cc2.js';
|
|
22
22
|
import 'prop-types';
|
|
23
|
-
import '../../stringSet-
|
|
24
|
-
import '../../index-
|
|
25
|
-
import '../../index-
|
|
23
|
+
import '../../stringSet-ed242956.js';
|
|
24
|
+
import '../../index-72d247f7.js';
|
|
25
|
+
import '../../index-91634369.js';
|
|
26
26
|
import '../../ui/Loader.js';
|
|
27
27
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
28
|
-
import '../../index-
|
|
29
|
-
import '../../index-
|
|
28
|
+
import '../../index-4c4b34c9.js';
|
|
29
|
+
import '../../index-d6ceb67a.js';
|
|
30
30
|
import '../../withSendbird.js';
|
|
31
|
-
import '../../consts-
|
|
31
|
+
import '../../consts-c105f2e8.js';
|
|
32
32
|
import 'react-dom';
|
|
33
|
-
import '../../index-
|
|
33
|
+
import '../../index-d16a8084.js';
|
|
34
34
|
import '../../ui/Button.js';
|
|
35
35
|
import '../../ui/IconButton.js';
|
|
36
|
-
import '../../color-
|
|
36
|
+
import '../../color-65ef45d7.js';
|
|
37
37
|
import '@sendbird/chat/groupChannel';
|
|
38
|
-
import '../../topics-
|
|
39
|
-
import '../../utils-
|
|
40
|
-
import '../../consts-
|
|
41
|
-
import '../../UserProfileContext-
|
|
42
|
-
import '../../ChannelProvider-
|
|
43
|
-
import '../../const-
|
|
44
|
-
import '../../utils-
|
|
45
|
-
import '../../compareIds-
|
|
38
|
+
import '../../topics-da8f3f42.js';
|
|
39
|
+
import '../../utils-40781609.js';
|
|
40
|
+
import '../../consts-397a92f1.js';
|
|
41
|
+
import '../../UserProfileContext-9fba7a03.js';
|
|
42
|
+
import '../../ChannelProvider-d6dedff9.js';
|
|
43
|
+
import '../../const-2c36fe72.js';
|
|
44
|
+
import '../../utils-b7161189.js';
|
|
45
|
+
import '../../compareIds-c0aa8024.js';
|
|
46
46
|
import '@sendbird/chat/message';
|
|
47
|
-
import '../../resolvedReplyType-
|
|
47
|
+
import '../../resolvedReplyType-97610f1a.js';
|
|
48
48
|
|
|
49
49
|
const ChannelPreview = _ref => {
|
|
50
50
|
var _sbState$stores, _sbState$stores$userS, _sbState$stores$userS2, _sbState$config, _sbState$config2, _channel$lastMessage, _channel$lastMessage2, _channel$lastMessage3, _channel$lastMessage4;
|
|
@@ -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-9a9a0064.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-40781609.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-63f3007c.js';
|
|
11
|
+
import '../../stringSet-ed242956.js';
|
|
12
|
+
import '../../index-91634369.js';
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-0f2ee8c1.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-6d982751.js';
|
|
17
|
+
import '../../index-39eeabbb.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../index-
|
|
19
|
+
import '../../index-7c1266b5.js';
|
|
20
20
|
import '../../withSendbird.js';
|
|
21
|
-
import '../../index-
|
|
21
|
+
import '../../index-d16a8084.js';
|
|
22
22
|
import '../../ui/Button.js';
|
|
23
|
-
import '../../MediaQueryContext-
|
|
23
|
+
import '../../MediaQueryContext-aebb709a.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
|
-
import '../../topics-
|
|
26
|
-
import '../../consts-
|
|
27
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../topics-da8f3f42.js';
|
|
26
|
+
import '../../consts-397a92f1.js';
|
|
27
|
+
import '../../UserProfileContext-9fba7a03.js';
|
|
28
28
|
|
|
29
29
|
const LeaveChannel = props => {
|
|
30
30
|
var _useChannelListContex, _state$config, _state$config2;
|
package/ChannelList/context.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import '../_rollupPluginBabelHelpers-
|
|
1
|
+
import '../_rollupPluginBabelHelpers-0f2ee8c1.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 '../consts-
|
|
8
|
-
import '../UserProfileContext-
|
|
4
|
+
export { C as ChannelListProvider, u as useChannelListContext } from '../ChannelListProvider-63f3007c.js';
|
|
5
|
+
import '../uuid-6d982751.js';
|
|
6
|
+
import '../utils-40781609.js';
|
|
7
|
+
import '../consts-397a92f1.js';
|
|
8
|
+
import '../UserProfileContext-9fba7a03.js';
|
|
9
9
|
import '../useSendbirdStateContext.js';
|
|
10
|
-
import '../topics-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../topics-da8f3f42.js';
|
|
11
|
+
import '../index-39eeabbb.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-63f3007c.js';
|
|
3
3
|
import ChannelListUI from './ChannelList/components/ChannelListUI.js';
|
|
4
|
-
import './_rollupPluginBabelHelpers-
|
|
4
|
+
import './_rollupPluginBabelHelpers-0f2ee8c1.js';
|
|
5
5
|
import '@sendbird/chat/groupChannel';
|
|
6
|
-
import './topics-
|
|
7
|
-
import './uuid-
|
|
8
|
-
import './utils-
|
|
9
|
-
import './consts-
|
|
10
|
-
import './UserProfileContext-
|
|
6
|
+
import './topics-da8f3f42.js';
|
|
7
|
+
import './uuid-6d982751.js';
|
|
8
|
+
import './utils-40781609.js';
|
|
9
|
+
import './consts-397a92f1.js';
|
|
10
|
+
import './UserProfileContext-9fba7a03.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import './useSendbirdStateContext.js';
|
|
13
13
|
import './withSendbird.js';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-39eeabbb.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-9a9a0064.js';
|
|
18
|
+
import './stringSet-ed242956.js';
|
|
19
|
+
import './index-91634369.js';
|
|
20
|
+
import './index-7c1266b5.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-32ceb13a.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-d16a8084.js';
|
|
34
34
|
import './ui/Button.js';
|
|
35
|
-
import './MediaQueryContext-
|
|
35
|
+
import './MediaQueryContext-aebb709a.js';
|
|
36
36
|
import './ui/UserListItem.js';
|
|
37
37
|
import './ui/MutedAvatarOverlay.js';
|
|
38
38
|
import './ui/Checkbox.js';
|
|
@@ -42,31 +42,31 @@ import './ui/SortByRow.js';
|
|
|
42
42
|
import './CreateChannel/components/SelectChannelType.js';
|
|
43
43
|
import './ChannelList/components/ChannelPreview.js';
|
|
44
44
|
import './ui/ChannelAvatar.js';
|
|
45
|
-
import './utils-
|
|
45
|
+
import './utils-3bd17cc2.js';
|
|
46
46
|
import './ui/Badge.js';
|
|
47
|
-
import './index-
|
|
48
|
-
import './index-
|
|
47
|
+
import './index-2969a2df.js';
|
|
48
|
+
import './index-72d247f7.js';
|
|
49
49
|
import './ui/Loader.js';
|
|
50
|
-
import './index-
|
|
51
|
-
import './index-
|
|
50
|
+
import './index-4c4b34c9.js';
|
|
51
|
+
import './index-d6ceb67a.js';
|
|
52
52
|
import './ui/MentionUserLabel.js';
|
|
53
|
-
import './consts-
|
|
53
|
+
import './consts-c105f2e8.js';
|
|
54
54
|
import './ui/TextButton.js';
|
|
55
|
-
import './color-
|
|
55
|
+
import './color-65ef45d7.js';
|
|
56
56
|
import './Channel/components/TypingIndicator.js';
|
|
57
|
-
import './ChannelProvider-
|
|
58
|
-
import './const-
|
|
59
|
-
import './utils-
|
|
60
|
-
import './compareIds-
|
|
57
|
+
import './ChannelProvider-d6dedff9.js';
|
|
58
|
+
import './const-2c36fe72.js';
|
|
59
|
+
import './utils-b7161189.js';
|
|
60
|
+
import './compareIds-c0aa8024.js';
|
|
61
61
|
import '@sendbird/chat/message';
|
|
62
|
-
import './resolvedReplyType-
|
|
63
|
-
import './useLongPress-
|
|
62
|
+
import './resolvedReplyType-97610f1a.js';
|
|
63
|
+
import './useLongPress-0189f9c3.js';
|
|
64
64
|
import './ChannelList/components/ChannelPreviewAction.js';
|
|
65
65
|
import './EditUserProfile.js';
|
|
66
|
-
import './index-
|
|
66
|
+
import './index-3e2f101e.js';
|
|
67
67
|
import './ui/Input.js';
|
|
68
|
-
import './actionTypes-
|
|
69
|
-
import './index-
|
|
68
|
+
import './actionTypes-670a9a48.js';
|
|
69
|
+
import './index-aa87ac03.js';
|
|
70
70
|
|
|
71
71
|
const ChannelList = props => {
|
|
72
72
|
return /*#__PURE__*/React__default.createElement(ChannelListProvider, {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-0f2ee8c1.js';
|
|
2
2
|
import React__default, { useEffect, useCallback, 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 { D as DELIVERY_RECEIPT } from './consts-
|
|
8
|
-
import { U as UserProfileProvider } from './UserProfileContext-
|
|
4
|
+
import { P as PUBSUB_TOPICS } from './topics-da8f3f42.js';
|
|
5
|
+
import { u as uuidv4 } from './uuid-6d982751.js';
|
|
6
|
+
import { n as noop } from './utils-40781609.js';
|
|
7
|
+
import { D as DELIVERY_RECEIPT } from './consts-397a92f1.js';
|
|
8
|
+
import { U as UserProfileProvider } from './UserProfileContext-9fba7a03.js';
|
|
9
9
|
import useSendbirdStateContext from './useSendbirdStateContext.js';
|
|
10
|
-
import { f as filterChannelListParams, g as getChannelsWithUpsertedChannel } from './index-
|
|
10
|
+
import { f as filterChannelListParams, g as getChannelsWithUpsertedChannel } from './index-39eeabbb.js';
|
|
11
11
|
|
|
12
12
|
const RESET_CHANNEL_LIST = 'RESET_CHANNEL_LIST';
|
|
13
13
|
const CREATE_CHANNEL = 'CREATE_CHANNEL';
|
|
@@ -1027,4 +1027,4 @@ function useChannelListContext() {
|
|
|
1027
1027
|
}
|
|
1028
1028
|
|
|
1029
1029
|
export { ChannelListProvider as C, LEAVE_CHANNEL_SUCCESS as L, SET_CURRENT_CHANNEL as S, useChannelListContext as u };
|
|
1030
|
-
//# sourceMappingURL=ChannelListProvider-
|
|
1030
|
+
//# sourceMappingURL=ChannelListProvider-63f3007c.js.map
|