@sendbird/uikit-react 3.4.9-rc.0 → 3.4.9
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 +47 -47
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +40 -40
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +35 -35
- package/Channel/components/MessageInput.js +27 -27
- package/Channel/components/MessageList.js +36 -36
- 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 +11 -11
- package/Channel.js +40 -40
- 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-b42f8a70.js → ChannelListProvider-21425002.js} +7 -7
- package/{ChannelListProvider-b42f8a70.js.map → ChannelListProvider-21425002.js.map} +1 -1
- package/{ChannelProvider-6c5b02f1.js → ChannelProvider-910bbc1f.js} +10 -10
- package/{ChannelProvider-6c5b02f1.js.map → ChannelProvider-910bbc1f.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-4a0190ed.js → CreateChannelProvider-11c8b9a3.js} +1 -1
- package/{CreateChannelProvider-4a0190ed.js.map → CreateChannelProvider-11c8b9a3.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-8b7b48ec.js → LocalizationContext-076d6d2e.js} +3 -3
- package/{LocalizationContext-8b7b48ec.js.map → LocalizationContext-076d6d2e.js.map} +1 -1
- package/{MediaQueryContext-744e0eb4.js → MediaQueryContext-11f0e43f.js} +1 -1
- package/{MediaQueryContext-744e0eb4.js.map → MediaQueryContext-11f0e43f.js.map} +1 -1
- package/{MemberList-6e52b1b1.js → MemberList-061d186f.js} +5 -5
- package/{MemberList-6e52b1b1.js.map → MemberList-061d186f.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-d99e3cd2.js → OpenChannelListProvider-426cfb39.js} +3 -3
- package/{OpenChannelListProvider-d99e3cd2.js.map → OpenChannelListProvider-426cfb39.js.map} +1 -1
- package/{OpenChannelProvider-4857158c.js → OpenChannelProvider-d3a850e3.js} +7 -7
- package/{OpenChannelProvider-4857158c.js.map → OpenChannelProvider-d3a850e3.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-38fef9c4.js → RemoveMessageModal-78e395ad.js} +3 -3
- package/{RemoveMessageModal-38fef9c4.js.map → RemoveMessageModal-78e395ad.js.map} +1 -1
- package/SendbirdProvider.js +12 -12
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +32 -32
- package/Thread/components/ParentMessageInfoItem.js +21 -21
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +35 -35
- package/Thread/components/ThreadListItem.js +35 -35
- package/Thread/components/ThreadMessageInput.js +28 -28
- package/Thread/components/ThreadUI.js +39 -39
- package/Thread/context.js +8 -8
- package/Thread.js +39 -39
- package/{ThreadProvider-637aa7f0.js → ThreadProvider-3a4a4db0.js} +7 -7
- package/{ThreadProvider-637aa7f0.js.map → ThreadProvider-3a4a4db0.js.map} +1 -1
- package/{UserProfileContext-9040499b.js → UserProfileContext-9cfbab4d.js} +1 -1
- package/{UserProfileContext-9040499b.js.map → UserProfileContext-9cfbab4d.js.map} +1 -1
- package/{VoiceMessageInputWrapper-f593346c.js → VoiceMessageInputWrapper-dc459df1.js} +7 -7
- package/{VoiceMessageInputWrapper-f593346c.js.map → VoiceMessageInputWrapper-dc459df1.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-904afd00.js → WebAudioUtils-6df19fcc.js} +1 -1
- package/{WebAudioUtils-904afd00.js.map → WebAudioUtils-6df19fcc.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-8c286a7c.js → _rollupPluginBabelHelpers-6bb0305c.js} +1 -1
- package/_rollupPluginBabelHelpers-6bb0305c.js.map +1 -0
- package/{actionTypes-bd8af98d.js → actionTypes-ce6caec1.js} +1 -1
- package/{actionTypes-bd8af98d.js.map → actionTypes-ce6caec1.js.map} +1 -1
- package/cjs/App.js +47 -47
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +40 -40
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +35 -35
- package/cjs/Channel/components/MessageInput.js +27 -27
- package/cjs/Channel/components/MessageList.js +36 -36
- 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 +11 -11
- package/cjs/Channel.js +40 -40
- 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-2ea52e8f.js → ChannelListProvider-6f1b6689.js} +7 -7
- package/cjs/{ChannelListProvider-2ea52e8f.js.map → ChannelListProvider-6f1b6689.js.map} +1 -1
- package/cjs/{ChannelProvider-4057a4e6.js → ChannelProvider-da7b08a1.js} +10 -10
- package/cjs/{ChannelProvider-4057a4e6.js.map → ChannelProvider-da7b08a1.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-83cd1b9a.js → CreateChannelProvider-2f105a5c.js} +1 -1
- package/cjs/{CreateChannelProvider-83cd1b9a.js.map → CreateChannelProvider-2f105a5c.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-a7ac3575.js → LocalizationContext-df436a16.js} +3 -3
- package/cjs/{LocalizationContext-a7ac3575.js.map → LocalizationContext-df436a16.js.map} +1 -1
- package/cjs/{MediaQueryContext-f0b22fae.js → MediaQueryContext-f1e8fdbc.js} +1 -1
- package/cjs/{MediaQueryContext-f0b22fae.js.map → MediaQueryContext-f1e8fdbc.js.map} +1 -1
- package/cjs/{MemberList-d02103a5.js → MemberList-c886fbc9.js} +5 -5
- package/cjs/{MemberList-d02103a5.js.map → MemberList-c886fbc9.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-8c304b22.js → OpenChannelListProvider-b7914f1a.js} +3 -3
- package/cjs/{OpenChannelListProvider-8c304b22.js.map → OpenChannelListProvider-b7914f1a.js.map} +1 -1
- package/cjs/{OpenChannelProvider-ea1d6825.js → OpenChannelProvider-b431f910.js} +7 -7
- package/cjs/{OpenChannelProvider-ea1d6825.js.map → OpenChannelProvider-b431f910.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-95aeddfe.js → RemoveMessageModal-bcf3c6fe.js} +3 -3
- package/cjs/{RemoveMessageModal-95aeddfe.js.map → RemoveMessageModal-bcf3c6fe.js.map} +1 -1
- package/cjs/SendbirdProvider.js +12 -12
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +32 -32
- package/cjs/Thread/components/ParentMessageInfoItem.js +21 -21
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +35 -35
- package/cjs/Thread/components/ThreadListItem.js +35 -35
- package/cjs/Thread/components/ThreadMessageInput.js +28 -28
- package/cjs/Thread/components/ThreadUI.js +39 -39
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +39 -39
- package/cjs/{ThreadProvider-6a39fc92.js → ThreadProvider-654b9db0.js} +7 -7
- package/cjs/{ThreadProvider-6a39fc92.js.map → ThreadProvider-654b9db0.js.map} +1 -1
- package/cjs/{UserProfileContext-a026a307.js → UserProfileContext-0c255fa6.js} +1 -1
- package/cjs/{UserProfileContext-a026a307.js.map → UserProfileContext-0c255fa6.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-ab392692.js → VoiceMessageInputWrapper-2aaed45b.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-ab392692.js.map → VoiceMessageInputWrapper-2aaed45b.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-2196360d.js → WebAudioUtils-58f47b3f.js} +1 -1
- package/cjs/{WebAudioUtils-2196360d.js.map → WebAudioUtils-58f47b3f.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-af66a654.js → _rollupPluginBabelHelpers-5fad415d.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-5fad415d.js.map +1 -0
- package/cjs/{actionTypes-8348f508.js → actionTypes-6cbf2054.js} +1 -1
- package/cjs/{actionTypes-8348f508.js.map → actionTypes-6cbf2054.js.map} +1 -1
- package/cjs/{color-2ebe48ee.js → color-026d07a6.js} +1 -1
- package/cjs/{color-2ebe48ee.js.map → color-026d07a6.js.map} +1 -1
- package/cjs/{compareIds-d863dd50.js → compareIds-f064c47d.js} +1 -1
- package/cjs/{compareIds-d863dd50.js.map → compareIds-f064c47d.js.map} +1 -1
- package/cjs/{const-08ab2fdd.js → const-0a12bf51.js} +1 -1
- package/cjs/{const-08ab2fdd.js.map → const-0a12bf51.js.map} +1 -1
- package/cjs/{const-6414a39e.js → const-692d0039.js} +1 -1
- package/cjs/{const-6414a39e.js.map → const-692d0039.js.map} +1 -1
- package/cjs/{consts-083ada31.js → consts-25fc4351.js} +1 -1
- package/cjs/{consts-083ada31.js.map → consts-25fc4351.js.map} +1 -1
- package/cjs/{consts-78795eea.js → consts-297fdae1.js} +1 -1
- package/cjs/{consts-78795eea.js.map → consts-297fdae1.js.map} +1 -1
- package/cjs/{consts-3cb3a988.js → consts-2f667487.js} +1 -1
- package/cjs/{consts-3cb3a988.js.map → consts-2f667487.js.map} +1 -1
- package/cjs/{consts-eadce101.js → consts-f0dc64d0.js} +1 -1
- package/cjs/{consts-eadce101.js.map → consts-f0dc64d0.js.map} +1 -1
- package/cjs/{context-717f3cfa.js → context-ec9b8da1.js} +2 -2
- package/cjs/{context-717f3cfa.js.map → context-ec9b8da1.js.map} +1 -1
- package/cjs/dist/index.css +94 -94
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-77d2b6d3.js → index-0bd8e5f3.js} +6 -6
- package/cjs/{index-77d2b6d3.js.map → index-0bd8e5f3.js.map} +1 -1
- package/cjs/{index-0dad3b72.js → index-0f42efcf.js} +1 -1
- package/cjs/{index-0dad3b72.js.map → index-0f42efcf.js.map} +1 -1
- package/cjs/{index-b8d7e1e9.js → index-12ce8274.js} +3 -3
- package/cjs/{index-b8d7e1e9.js.map → index-12ce8274.js.map} +1 -1
- package/cjs/{index-8fb98e2d.js → index-162396f5.js} +3 -3
- package/cjs/{index-8fb98e2d.js.map → index-162396f5.js.map} +1 -1
- package/cjs/{index-793e52a7.js → index-21392a2e.js} +3 -3
- package/cjs/{index-793e52a7.js.map → index-21392a2e.js.map} +1 -1
- package/cjs/{index-05291303.js → index-33b67e46.js} +2 -2
- package/cjs/{index-05291303.js.map → index-33b67e46.js.map} +1 -1
- package/cjs/{index-5d3946d1.js → index-450be53e.js} +4 -4
- package/cjs/{index-5d3946d1.js.map → index-450be53e.js.map} +1 -1
- package/cjs/{index-9b389aa4.js → index-45cee454.js} +2 -2
- package/cjs/{index-9b389aa4.js.map → index-45cee454.js.map} +1 -1
- package/cjs/{index-4bfecbd3.js → index-4881e776.js} +6 -6
- package/cjs/{index-4bfecbd3.js.map → index-4881e776.js.map} +1 -1
- package/cjs/{index-00cb06de.js → index-606495e5.js} +5 -5
- package/cjs/{index-00cb06de.js.map → index-606495e5.js.map} +1 -1
- package/cjs/{index-564380b1.js → index-6e05ddef.js} +5 -5
- package/cjs/index-6e05ddef.js.map +1 -0
- package/cjs/{index-148f38a8.js → index-80fc14fe.js} +2 -2
- package/cjs/{index-148f38a8.js.map → index-80fc14fe.js.map} +1 -1
- package/cjs/{index-33b26fc7.js → index-9b38e167.js} +4 -4
- package/cjs/{index-33b26fc7.js.map → index-9b38e167.js.map} +1 -1
- package/cjs/{index-73f2b1ce.js → index-a715eaef.js} +2 -2
- package/cjs/{index-73f2b1ce.js.map → index-a715eaef.js.map} +1 -1
- package/cjs/{index-c2afb27d.js → index-bf4e62fb.js} +2 -2
- package/cjs/{index-c2afb27d.js.map → index-bf4e62fb.js.map} +1 -1
- package/cjs/{index-b6443976.js → index-c89616c9.js} +2 -2
- package/cjs/{index-b6443976.js.map → index-c89616c9.js.map} +1 -1
- package/cjs/{index-f70fcb3a.js → index-dd9bc361.js} +1 -1
- package/cjs/{index-f70fcb3a.js.map → index-dd9bc361.js.map} +1 -1
- package/cjs/index.js +51 -51
- package/cjs/{index.module-045566c2.js → index.module-e5552393.js} +1 -1
- package/cjs/{index.module-045566c2.js.map → index.module-e5552393.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-12caaa90.js → stringSet-d7f78de0.js} +1 -1
- package/cjs/{stringSet-12caaa90.js.map → stringSet-d7f78de0.js.map} +1 -1
- package/cjs/{tokenize-6d05ba0a.js → tokenize-595877b4.js} +2 -2
- package/cjs/{tokenize-6d05ba0a.js.map → tokenize-595877b4.js.map} +1 -1
- package/cjs/{topics-d00505e4.js → topics-2431bb78.js} +1 -1
- package/cjs/{topics-d00505e4.js.map → topics-2431bb78.js.map} +1 -1
- package/cjs/{types-0d699a7d.js → types-ef51254c.js} +1 -1
- package/cjs/{types-0d699a7d.js.map → types-ef51254c.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 +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 +28 -28
- package/cjs/ui/MessageInput.js +12 -12
- 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 +5 -5
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useDirtyGetMentions-ccb235e4.js → useDirtyGetMentions-cc7de01f.js} +1 -1
- package/cjs/{useDirtyGetMentions-ccb235e4.js.map → useDirtyGetMentions-cc7de01f.js.map} +1 -1
- package/cjs/{useLongPress-5df6f108.js → useLongPress-68ad7161.js} +3 -3
- package/cjs/{useLongPress-5df6f108.js.map → useLongPress-68ad7161.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-6436fe9d.js → utils-080f7835.js} +2 -2
- package/cjs/{utils-6436fe9d.js.map → utils-080f7835.js.map} +1 -1
- package/cjs/{utils-ddd1b029.js → utils-279e7553.js} +1 -1
- package/cjs/{utils-ddd1b029.js.map → utils-279e7553.js.map} +1 -1
- package/cjs/{utils-abf8a0cd.js → utils-53aa911b.js} +1 -1
- package/cjs/{utils-abf8a0cd.js.map → utils-53aa911b.js.map} +1 -1
- package/cjs/{utils-b812f859.js → utils-58e012fb.js} +1 -1
- package/cjs/{utils-b812f859.js.map → utils-58e012fb.js.map} +1 -1
- package/cjs/{uuid-cd931d55.js → uuid-2953f4dd.js} +1 -1
- package/cjs/{uuid-cd931d55.js.map → uuid-2953f4dd.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-be032457.js → color-879cc347.js} +1 -1
- package/{color-be032457.js.map → color-879cc347.js.map} +1 -1
- package/{compareIds-fa21456c.js → compareIds-defe2bb3.js} +1 -1
- package/{compareIds-fa21456c.js.map → compareIds-defe2bb3.js.map} +1 -1
- package/{const-71be96fe.js → const-221c6a89.js} +1 -1
- package/{const-71be96fe.js.map → const-221c6a89.js.map} +1 -1
- package/{const-48b39769.js → const-b3f02313.js} +1 -1
- package/{const-48b39769.js.map → const-b3f02313.js.map} +1 -1
- package/{consts-967162b2.js → consts-81544e52.js} +1 -1
- package/{consts-967162b2.js.map → consts-81544e52.js.map} +1 -1
- package/{consts-63e52cd8.js → consts-95d8566e.js} +1 -1
- package/{consts-63e52cd8.js.map → consts-95d8566e.js.map} +1 -1
- package/{consts-c4702413.js → consts-c41580ae.js} +1 -1
- package/{consts-c4702413.js.map → consts-c41580ae.js.map} +1 -1
- package/{consts-5cbd0257.js → consts-ff014656.js} +1 -1
- package/{consts-5cbd0257.js.map → consts-ff014656.js.map} +1 -1
- package/{context-70804470.js → context-63cbe5bd.js} +2 -2
- package/{context-70804470.js.map → context-63cbe5bd.js.map} +1 -1
- package/dist/index.css +94 -94
- package/dist/index.css.map +1 -1
- package/{index-29ec12d6.js → index-2c3e11ea.js} +4 -4
- package/{index-29ec12d6.js.map → index-2c3e11ea.js.map} +1 -1
- package/{index-c281a87e.js → index-306bc4ab.js} +3 -3
- package/{index-c281a87e.js.map → index-306bc4ab.js.map} +1 -1
- package/{index-a62f231a.js → index-38e61c64.js} +1 -1
- package/{index-a62f231a.js.map → index-38e61c64.js.map} +1 -1
- package/{index-c3176145.js → index-5c1b672d.js} +6 -6
- package/{index-c3176145.js.map → index-5c1b672d.js.map} +1 -1
- package/{index-8d2735b6.js → index-5c985608.js} +3 -3
- package/{index-8d2735b6.js.map → index-5c985608.js.map} +1 -1
- package/{index-c4af409f.js → index-63949de5.js} +2 -2
- package/{index-c4af409f.js.map → index-63949de5.js.map} +1 -1
- package/{index-f22b46c2.js → index-7cdd58b8.js} +2 -2
- package/{index-f22b46c2.js.map → index-7cdd58b8.js.map} +1 -1
- package/{index-2d3d2283.js → index-7eb65acf.js} +2 -2
- package/{index-2d3d2283.js.map → index-7eb65acf.js.map} +1 -1
- package/{index-617179bd.js → index-99aabd9e.js} +1 -1
- package/{index-617179bd.js.map → index-99aabd9e.js.map} +1 -1
- package/{index-2eaeb4c8.js → index-9e49ffe3.js} +2 -2
- package/{index-2eaeb4c8.js.map → index-9e49ffe3.js.map} +1 -1
- package/{index-de27e990.js → index-aca30408.js} +5 -5
- package/index-aca30408.js.map +1 -0
- package/{index-e307d0c3.js → index-cef1cfff.js} +3 -3
- package/{index-e307d0c3.js.map → index-cef1cfff.js.map} +1 -1
- package/{index-6ba87b2d.js → index-e6e562c5.js} +4 -4
- package/{index-6ba87b2d.js.map → index-e6e562c5.js.map} +1 -1
- package/{index-efb59270.js → index-eaf0d65b.js} +6 -6
- package/{index-efb59270.js.map → index-eaf0d65b.js.map} +1 -1
- package/{index-01c17da3.js → index-f7ec60a8.js} +2 -2
- package/{index-01c17da3.js.map → index-f7ec60a8.js.map} +1 -1
- package/{index-02d5e1f7.js → index-fb8a5bc3.js} +5 -5
- package/{index-02d5e1f7.js.map → index-fb8a5bc3.js.map} +1 -1
- package/{index-0872eca4.js → index-fe932783.js} +2 -2
- package/{index-0872eca4.js.map → index-fe932783.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +51 -51
- package/{index.module-3529d572.js → index.module-54d57ec3.js} +1 -1
- package/{index.module-3529d572.js.map → index.module-54d57ec3.js.map} +1 -1
- package/package.json +1 -1
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-387833a3.js → stringSet-13bbd4a2.js} +1 -1
- package/{stringSet-387833a3.js.map → stringSet-13bbd4a2.js.map} +1 -1
- package/{tokenize-c2f4569f.js → tokenize-c40f2b57.js} +2 -2
- package/{tokenize-c2f4569f.js.map → tokenize-c40f2b57.js.map} +1 -1
- package/{topics-019712e5.js → topics-b2b77fb9.js} +1 -1
- package/{topics-019712e5.js.map → topics-b2b77fb9.js.map} +1 -1
- package/{types-34b09dae.js → types-4ff4177c.js} +1 -1
- package/{types-34b09dae.js.map → types-4ff4177c.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 +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 +28 -28
- package/ui/MessageInput.js +12 -12
- 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 +5 -5
- package/ui/VoiceMessgeInput.js +7 -7
- package/ui/Word.js +10 -10
- package/{useDirtyGetMentions-a032c723.js → useDirtyGetMentions-aa730e2c.js} +1 -1
- package/{useDirtyGetMentions-a032c723.js.map → useDirtyGetMentions-aa730e2c.js.map} +1 -1
- package/{useLongPress-b803e920.js → useLongPress-1303953d.js} +3 -3
- package/{useLongPress-b803e920.js.map → useLongPress-1303953d.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-1d8ffd91.js → utils-30d3ca65.js} +2 -2
- package/{utils-1d8ffd91.js.map → utils-30d3ca65.js.map} +1 -1
- package/{utils-28a3bfad.js → utils-4bbbca2c.js} +1 -1
- package/{utils-28a3bfad.js.map → utils-4bbbca2c.js.map} +1 -1
- package/{utils-43d93f46.js → utils-a2009c36.js} +1 -1
- package/{utils-43d93f46.js.map → utils-a2009c36.js.map} +1 -1
- package/{utils-cb06f177.js → utils-d86ad6ab.js} +1 -1
- package/{utils-cb06f177.js.map → utils-d86ad6ab.js.map} +1 -1
- package/{uuid-295e6b8b.js → uuid-1adedf62.js} +1 -1
- package/{uuid-295e6b8b.js.map → uuid-1adedf62.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-8c286a7c.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-af66a654.js.map +0 -1
- package/cjs/index-564380b1.js.map +0 -1
- package/index-de27e990.js.map +0 -1
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { P as PUBSUB_TOPICS } from '../../topics-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-076d6d2e.js';
|
|
3
|
+
import { P as PUBSUB_TOPICS } from '../../topics-b2b77fb9.js';
|
|
4
4
|
import Modal from '../../ui/Modal.js';
|
|
5
5
|
import Input, { InputLabel } from '../../ui/Input.js';
|
|
6
6
|
import Avatar from '../../ui/Avatar.js';
|
|
7
7
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-63949de5.js';
|
|
9
9
|
import TextButton from '../../ui/TextButton.js';
|
|
10
10
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
11
11
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
12
12
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
13
|
+
import '../../stringSet-13bbd4a2.js';
|
|
14
|
+
import '../../index-99aabd9e.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-38e61c64.js';
|
|
17
17
|
import '../../ui/Icon.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../_rollupPluginBabelHelpers-
|
|
21
|
-
import '../../MediaQueryContext-
|
|
20
|
+
import '../../_rollupPluginBabelHelpers-6bb0305c.js';
|
|
21
|
+
import '../../MediaQueryContext-11f0e43f.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../color-
|
|
25
|
-
import '../../utils-
|
|
23
|
+
import '../../uuid-1adedf62.js';
|
|
24
|
+
import '../../color-879cc347.js';
|
|
25
|
+
import '../../utils-d86ad6ab.js';
|
|
26
26
|
import '@sendbird/chat/openChannel';
|
|
27
|
-
import '../../UserProfileContext-
|
|
27
|
+
import '../../UserProfileContext-9cfbab4d.js';
|
|
28
28
|
import '../../withSendbird.js';
|
|
29
29
|
|
|
30
30
|
const EditDetails = props => {
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import React__default, { useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-076d6d2e.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-63949de5.js';
|
|
4
4
|
import TextButton from '../../ui/TextButton.js';
|
|
5
5
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
6
6
|
import EditDetails from './EditDetailsModal.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-13bbd4a2.js';
|
|
10
|
+
import '../../index-99aabd9e.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../color-
|
|
12
|
+
import '../../color-879cc347.js';
|
|
13
13
|
import '../../ui/Avatar.js';
|
|
14
14
|
import '../../ui/ImageRenderer.js';
|
|
15
15
|
import '../../ui/Icon.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../utils-
|
|
18
|
-
import '../../topics-
|
|
16
|
+
import '../../uuid-1adedf62.js';
|
|
17
|
+
import '../../utils-d86ad6ab.js';
|
|
18
|
+
import '../../topics-b2b77fb9.js';
|
|
19
19
|
import '../../ui/Modal.js';
|
|
20
20
|
import 'react-dom';
|
|
21
|
-
import '../../index-
|
|
21
|
+
import '../../index-38e61c64.js';
|
|
22
22
|
import '../../ui/Button.js';
|
|
23
23
|
import '../../ui/IconButton.js';
|
|
24
|
-
import '../../_rollupPluginBabelHelpers-
|
|
25
|
-
import '../../MediaQueryContext-
|
|
24
|
+
import '../../_rollupPluginBabelHelpers-6bb0305c.js';
|
|
25
|
+
import '../../MediaQueryContext-11f0e43f.js';
|
|
26
26
|
import '../../ui/Input.js';
|
|
27
27
|
import '../../withSendbird.js';
|
|
28
28
|
import '@sendbird/chat/openChannel';
|
|
29
|
-
import '../../UserProfileContext-
|
|
29
|
+
import '../../UserProfileContext-9cfbab4d.js';
|
|
30
30
|
|
|
31
31
|
function ChannelProfile() {
|
|
32
32
|
var _globalState$config, _globalState$config2;
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../../UserProfileContext-
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { U as UserProfileProvider } from '../../UserProfileContext-9cfbab4d.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-076d6d2e.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-63949de5.js';
|
|
7
7
|
import Icon, { IconTypes } from '../../ui/Icon.js';
|
|
8
|
-
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-
|
|
8
|
+
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-cef1cfff.js';
|
|
9
9
|
import { OperatorUI } from './OperatorUI.js';
|
|
10
|
-
import { P as ParticipantList } from '../../index-
|
|
10
|
+
import { P as ParticipantList } from '../../index-eaf0d65b.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-6bb0305c.js';
|
|
13
13
|
import '@sendbird/chat/openChannel';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-1adedf62.js';
|
|
15
15
|
import 'prop-types';
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../stringSet-13bbd4a2.js';
|
|
17
|
+
import '../../index-99aabd9e.js';
|
|
18
18
|
import '../../ui/Loader.js';
|
|
19
19
|
import './OpenChannelProfile.js';
|
|
20
20
|
import '../../ui/TextButton.js';
|
|
21
|
-
import '../../color-
|
|
21
|
+
import '../../color-879cc347.js';
|
|
22
22
|
import '../../ui/OpenChannelAvatar.js';
|
|
23
23
|
import '../../ui/Avatar.js';
|
|
24
24
|
import '../../ui/ImageRenderer.js';
|
|
25
|
-
import '../../utils-
|
|
25
|
+
import '../../utils-d86ad6ab.js';
|
|
26
26
|
import './EditDetailsModal.js';
|
|
27
|
-
import '../../topics-
|
|
27
|
+
import '../../topics-b2b77fb9.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-38e61c64.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
32
|
import '../../ui/IconButton.js';
|
|
33
|
-
import '../../MediaQueryContext-
|
|
33
|
+
import '../../MediaQueryContext-11f0e43f.js';
|
|
34
34
|
import '../../ui/Input.js';
|
|
35
35
|
import '../../ui/Accordion.js';
|
|
36
36
|
import '../../ui/AccordionGroup.js';
|
|
37
|
-
import '../../context-
|
|
38
|
-
import '../../utils-
|
|
37
|
+
import '../../context-63cbe5bd.js';
|
|
38
|
+
import '../../utils-4bbbca2c.js';
|
|
39
39
|
import '../../ui/ContextMenu.js';
|
|
40
40
|
import '../../ui/SortByRow.js';
|
|
41
|
-
import '../../index-
|
|
41
|
+
import '../../index-7eb65acf.js';
|
|
42
42
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
43
43
|
import '../../ui/UserListItem.js';
|
|
44
44
|
import '../../ui/MutedAvatarOverlay.js';
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-076d6d2e.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-63949de5.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
5
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
6
6
|
import ChannelProfile from './OpenChannelProfile.js';
|
|
7
7
|
import Modal from '../../ui/Modal.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { U as UserListItem$1, P as ParticipantList } from '../../index-
|
|
9
|
+
import { U as UserListItem$1, P as ParticipantList } from '../../index-eaf0d65b.js';
|
|
10
10
|
import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
|
|
11
11
|
import Button, { ButtonTypes, ButtonSizes } from '../../ui/Button.js';
|
|
12
12
|
import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
|
|
13
13
|
import IconButton from '../../ui/IconButton.js';
|
|
14
14
|
import UserListItem from '../../ui/UserListItem.js';
|
|
15
|
-
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
16
|
-
import { n as noop } from '../../utils-
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
15
|
+
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-6bb0305c.js';
|
|
16
|
+
import { n as noop } from '../../utils-4bbbca2c.js';
|
|
17
|
+
import '../../stringSet-13bbd4a2.js';
|
|
18
|
+
import '../../index-99aabd9e.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '@sendbird/chat/openChannel';
|
|
21
|
-
import '../../UserProfileContext-
|
|
22
|
-
import '../../uuid-
|
|
21
|
+
import '../../UserProfileContext-9cfbab4d.js';
|
|
22
|
+
import '../../uuid-1adedf62.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
24
|
import '../../ui/TextButton.js';
|
|
25
|
-
import '../../color-
|
|
25
|
+
import '../../color-879cc347.js';
|
|
26
26
|
import '../../ui/OpenChannelAvatar.js';
|
|
27
27
|
import '../../ui/Avatar.js';
|
|
28
28
|
import '../../ui/ImageRenderer.js';
|
|
29
|
-
import '../../utils-
|
|
29
|
+
import '../../utils-d86ad6ab.js';
|
|
30
30
|
import './EditDetailsModal.js';
|
|
31
|
-
import '../../topics-
|
|
31
|
+
import '../../topics-b2b77fb9.js';
|
|
32
32
|
import '../../ui/Input.js';
|
|
33
33
|
import 'react-dom';
|
|
34
|
-
import '../../index-
|
|
35
|
-
import '../../MediaQueryContext-
|
|
36
|
-
import '../../context-
|
|
34
|
+
import '../../index-38e61c64.js';
|
|
35
|
+
import '../../MediaQueryContext-11f0e43f.js';
|
|
36
|
+
import '../../context-63cbe5bd.js';
|
|
37
37
|
import '../../ui/MutedAvatarOverlay.js';
|
|
38
38
|
import '../../ui/UserProfile.js';
|
|
39
39
|
import '../../sendbirdSelectors.js';
|
|
40
40
|
import '../../ui/AccordionGroup.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
|
-
import '../../index-
|
|
42
|
+
import '../../index-7eb65acf.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import '../../ui/Checkbox.js';
|
|
45
45
|
|
|
@@ -3,34 +3,34 @@ import '../../ui/Button.js';
|
|
|
3
3
|
import '../../ui/ContextMenu.js';
|
|
4
4
|
import '../../ui/Icon.js';
|
|
5
5
|
import '../../ui/IconButton.js';
|
|
6
|
-
import '../../index-
|
|
7
|
-
export { P as default } from '../../index-
|
|
8
|
-
import '../../LocalizationContext-
|
|
6
|
+
import '../../index-63949de5.js';
|
|
7
|
+
export { P as default } from '../../index-eaf0d65b.js';
|
|
8
|
+
import '../../LocalizationContext-076d6d2e.js';
|
|
9
9
|
import '../context.js';
|
|
10
10
|
import '../../useSendbirdStateContext.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../stringSet-
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../stringSet-13bbd4a2.js';
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-6bb0305c.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-1adedf62.js';
|
|
17
|
+
import '../../index-7eb65acf.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../UserProfileContext-
|
|
20
|
-
import '../../context-
|
|
21
|
-
import '../../utils-
|
|
19
|
+
import '../../UserProfileContext-9cfbab4d.js';
|
|
20
|
+
import '../../context-63cbe5bd.js';
|
|
21
|
+
import '../../utils-4bbbca2c.js';
|
|
22
22
|
import '../../ui/Avatar.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
24
|
import '../../ui/MutedAvatarOverlay.js';
|
|
25
25
|
import '../../ui/UserProfile.js';
|
|
26
26
|
import '../../sendbirdSelectors.js';
|
|
27
|
-
import '../../topics-
|
|
28
|
-
import '../../index-
|
|
27
|
+
import '../../topics-b2b77fb9.js';
|
|
28
|
+
import '../../index-99aabd9e.js';
|
|
29
29
|
import '../../withSendbird.js';
|
|
30
30
|
import '@sendbird/chat/openChannel';
|
|
31
31
|
import '../../ui/Modal.js';
|
|
32
|
-
import '../../index-
|
|
33
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../index-38e61c64.js';
|
|
33
|
+
import '../../MediaQueryContext-11f0e43f.js';
|
|
34
34
|
import '../../ui/UserListItem.js';
|
|
35
35
|
import '../../ui/Checkbox.js';
|
|
36
36
|
//# sourceMappingURL=ParticipantUI.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
3
3
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../UserProfileContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
4
|
+
import { U as UserProfileProvider } from '../UserProfileContext-9cfbab4d.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-1adedf62.js';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-6bb0305c.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
|
|
10
10
|
const OpenChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/OpenChannelSettings.js
CHANGED
|
@@ -3,41 +3,41 @@ import OpenChannelUI from './OpenChannelSettings/components/OpenChannelSettingsU
|
|
|
3
3
|
import { OpenChannelSettingsProvider } from './OpenChannelSettings/context.js';
|
|
4
4
|
import './useSendbirdStateContext.js';
|
|
5
5
|
import './withSendbird.js';
|
|
6
|
-
import './_rollupPluginBabelHelpers-
|
|
7
|
-
import './UserProfileContext-
|
|
6
|
+
import './_rollupPluginBabelHelpers-6bb0305c.js';
|
|
7
|
+
import './UserProfileContext-9cfbab4d.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
12
|
-
import './index-
|
|
9
|
+
import './LocalizationContext-076d6d2e.js';
|
|
10
|
+
import './stringSet-13bbd4a2.js';
|
|
11
|
+
import './index-99aabd9e.js';
|
|
12
|
+
import './index-63949de5.js';
|
|
13
13
|
import './ui/Icon.js';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-cef1cfff.js';
|
|
15
15
|
import './ui/Loader.js';
|
|
16
16
|
import './OpenChannelSettings/components/OperatorUI.js';
|
|
17
17
|
import './OpenChannelSettings/components/OpenChannelProfile.js';
|
|
18
18
|
import './ui/TextButton.js';
|
|
19
|
-
import './color-
|
|
19
|
+
import './color-879cc347.js';
|
|
20
20
|
import './ui/OpenChannelAvatar.js';
|
|
21
21
|
import './ui/Avatar.js';
|
|
22
22
|
import './ui/ImageRenderer.js';
|
|
23
|
-
import './uuid-
|
|
24
|
-
import './utils-
|
|
23
|
+
import './uuid-1adedf62.js';
|
|
24
|
+
import './utils-d86ad6ab.js';
|
|
25
25
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
26
|
-
import './topics-
|
|
26
|
+
import './topics-b2b77fb9.js';
|
|
27
27
|
import './ui/Modal.js';
|
|
28
28
|
import 'react-dom';
|
|
29
|
-
import './index-
|
|
29
|
+
import './index-38e61c64.js';
|
|
30
30
|
import './ui/Button.js';
|
|
31
31
|
import './ui/IconButton.js';
|
|
32
|
-
import './MediaQueryContext-
|
|
32
|
+
import './MediaQueryContext-11f0e43f.js';
|
|
33
33
|
import './ui/Input.js';
|
|
34
|
-
import './index-
|
|
34
|
+
import './index-eaf0d65b.js';
|
|
35
35
|
import './ui/ContextMenu.js';
|
|
36
36
|
import './ui/SortByRow.js';
|
|
37
|
-
import './index-
|
|
37
|
+
import './index-7eb65acf.js';
|
|
38
38
|
import './utils/message/getOutgoingMessageState.js';
|
|
39
|
-
import './context-
|
|
40
|
-
import './utils-
|
|
39
|
+
import './context-63cbe5bd.js';
|
|
40
|
+
import './utils-4bbbca2c.js';
|
|
41
41
|
import './ui/MutedAvatarOverlay.js';
|
|
42
42
|
import './ui/UserProfile.js';
|
|
43
43
|
import './sendbirdSelectors.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Modal from './ui/Modal.js';
|
|
3
3
|
import { ButtonTypes } from './ui/Button.js';
|
|
4
|
-
import { a as LocalizationContext } from './LocalizationContext-
|
|
5
|
-
import { u as useThreadContext } from './ThreadProvider-
|
|
4
|
+
import { a as LocalizationContext } from './LocalizationContext-076d6d2e.js';
|
|
5
|
+
import { u as useThreadContext } from './ThreadProvider-3a4a4db0.js';
|
|
6
6
|
|
|
7
7
|
const RemoveMessage = props => {
|
|
8
8
|
var _message$threadInfo;
|
|
@@ -33,4 +33,4 @@ const RemoveMessage = props => {
|
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
export { RemoveMessage as R };
|
|
36
|
-
//# sourceMappingURL=RemoveMessageModal-
|
|
36
|
+
//# sourceMappingURL=RemoveMessageModal-78e395ad.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoveMessageModal-
|
|
1
|
+
{"version":3,"file":"RemoveMessageModal-78e395ad.js","sources":["../src/modules/Thread/components/RemoveMessageModal.tsx"],"sourcesContent":["import React, { useContext } from 'react';\n\nimport Modal from '../../../ui/Modal';\nimport { ButtonTypes } from '../../../ui/Button';\nimport { LocalizationContext } from '../../../lib/LocalizationContext';\nimport { useThreadContext } from '../context/ThreadProvider';\nimport { FileMessage, UserMessage } from '@sendbird/chat/message';\n\nexport interface RemoveMessageProps {\n onCancel: () => void; // rename to onClose\n onSubmit?: () => void;\n message: UserMessage | FileMessage;\n}\n\nconst RemoveMessage: React.FC<RemoveMessageProps> = (props: RemoveMessageProps) => {\n const {\n onCancel,\n onSubmit,\n message,\n } = props;\n const { stringSet } = useContext(LocalizationContext);\n const {\n deleteMessage,\n } = useThreadContext();\n return (\n <Modal\n type={ButtonTypes.DANGER}\n disabled={message?.threadInfo?.replyCount > 0}\n onCancel={onCancel}\n onSubmit={() => {\n deleteMessage(message).then(() => {\n onCancel?.();\n onSubmit?.();\n });\n }}\n submitText={stringSet.MESSAGE_MENU__DELETE}\n titleText={stringSet.MODAL__DELETE_MESSAGE__TITLE}\n />\n );\n};\n\nexport default RemoveMessage;\n"],"names":["RemoveMessage","props","_message$threadInfo","onCancel","onSubmit","message","stringSet","useContext","LocalizationContext","deleteMessage","useThreadContext","React","createElement","Modal","type","ButtonTypes","DANGER","disabled","threadInfo","replyCount","then","submitText","MESSAGE_MENU__DELETE","titleText","MODAL__DELETE_MESSAGE__TITLE"],"mappings":";;;;;;AAcMA,MAAAA,aAA2C,GAAIC,KAAyB,IAAK;AAAA,EAAA,IAAAC,mBAAA,CAAA;EACjF,MAAM;IACJC,QAAQ;IACRC,QAAQ;AACRC,IAAAA,OAAAA;AACF,GAAC,GAAGJ,KAAK,CAAA;EACT,MAAM;AAAEK,IAAAA,SAAAA;AAAU,GAAC,GAAGC,UAAU,CAACC,mBAAmB,CAAC,CAAA;EACrD,MAAM;AACJC,IAAAA,aAAAA;GACD,GAAGC,gBAAgB,EAAE,CAAA;AACtB,EAAA,oBACEC,cAAA,CAAAC,aAAA,CAACC,KAAK,EAAA;IACJC,IAAI,EAAEC,WAAW,CAACC,MAAO;AACzBC,IAAAA,QAAQ,EAAE,CAAAZ,OAAO,aAAPA,OAAO,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,CAAAH,mBAAA,GAAPG,OAAO,CAAEa,UAAU,cAAAhB,mBAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAnBA,mBAAA,CAAqBiB,UAAU,IAAG,CAAE;AAC9ChB,IAAAA,QAAQ,EAAEA,QAAS;IACnBC,QAAQ,EAAEA,MAAM;AACdK,MAAAA,aAAa,CAACJ,OAAO,CAAC,CAACe,IAAI,CAAC,MAAM;AAChCjB,QAAAA,QAAQ,KAARA,IAAAA,IAAAA,QAAQ,KAARA,KAAAA,CAAAA,GAAAA,KAAAA,CAAAA,GAAAA,QAAQ,EAAI,CAAA;AACZC,QAAAA,QAAQ,KAARA,IAAAA,IAAAA,QAAQ,KAARA,KAAAA,CAAAA,GAAAA,KAAAA,CAAAA,GAAAA,QAAQ,EAAI,CAAA;AACd,OAAC,CAAC,CAAA;KACF;IACFiB,UAAU,EAAEf,SAAS,CAACgB,oBAAqB;IAC3CC,SAAS,EAAEjB,SAAS,CAACkB,4BAAAA;GACrB,CAAA,CAAA;AAEN;;;;"}
|
package/SendbirdProvider.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { _ as _objectSpread2, a as _defineProperty } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2, a as _defineProperty } from './_rollupPluginBabelHelpers-6bb0305c.js';
|
|
2
2
|
import React__default, { useLayoutEffect, useState, useEffect, useCallback, useContext, createContext, useMemo, useReducer } from 'react';
|
|
3
3
|
import { SendbirdSdkContext } from './withSendbird.js';
|
|
4
4
|
import cssVars from 'css-vars-ponyfill';
|
|
5
|
-
import { K } from './index.module-
|
|
6
|
-
import { U as USER_ACTIONS } from './actionTypes-
|
|
5
|
+
import { K } from './index.module-54d57ec3.js';
|
|
6
|
+
import { U as USER_ACTIONS } from './actionTypes-ce6caec1.js';
|
|
7
7
|
import SendbirdChat, { ConnectionHandler } from '@sendbird/chat';
|
|
8
|
-
import { u as uuidv4 } from './uuid-
|
|
8
|
+
import { u as uuidv4 } from './uuid-1adedf62.js';
|
|
9
9
|
import { OpenChannelModule } from '@sendbird/chat/openChannel';
|
|
10
10
|
import { GroupChannelModule } from '@sendbird/chat/groupChannel';
|
|
11
|
-
import { i as isTextuallyNull } from './index-
|
|
12
|
-
import { V as VoicePlayerProvider } from './index-
|
|
11
|
+
import { i as isTextuallyNull } from './index-7eb65acf.js';
|
|
12
|
+
import { V as VoicePlayerProvider } from './index-5c985608.js';
|
|
13
13
|
import { VoiceRecorderProvider } from './VoiceRecorder/context.js';
|
|
14
|
-
import { L as LocalizationProvider } from './LocalizationContext-
|
|
15
|
-
import { M as MediaQueryProvider } from './MediaQueryContext-
|
|
16
|
-
import { g as getStringSet } from './stringSet-
|
|
17
|
-
import { V as VOICE_RECORDER_DEFAULT_MAX, a as VOICE_RECORDER_DEFAULT_MIN } from './consts-
|
|
14
|
+
import { L as LocalizationProvider } from './LocalizationContext-076d6d2e.js';
|
|
15
|
+
import { M as MediaQueryProvider } from './MediaQueryContext-11f0e43f.js';
|
|
16
|
+
import { g as getStringSet } from './stringSet-13bbd4a2.js';
|
|
17
|
+
import { V as VOICE_RECORDER_DEFAULT_MAX, a as VOICE_RECORDER_DEFAULT_MIN } from './consts-95d8566e.js';
|
|
18
18
|
import './utils/message/getOutgoingMessageState.js';
|
|
19
19
|
import './useSendbirdStateContext.js';
|
|
20
|
-
import './index-
|
|
20
|
+
import './index-99aabd9e.js';
|
|
21
21
|
|
|
22
22
|
const isEmpty = obj => {
|
|
23
23
|
if (obj === null || obj === undefined) {
|
|
@@ -322,7 +322,7 @@ async function disconnectSdk(_ref) {
|
|
|
322
322
|
});
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
const APP_VERSION_STRING = '3.4.9
|
|
325
|
+
const APP_VERSION_STRING = '3.4.9';
|
|
326
326
|
const {
|
|
327
327
|
INIT_SDK,
|
|
328
328
|
SET_SDK_LOADING,
|