@sendbird/uikit-react 3.6.6 → 3.6.7
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 +48 -48
- package/CHANGELOG.md +61 -0
- package/Channel/components/ChannelHeader.js +19 -19
- package/Channel/components/ChannelUI.js +41 -41
- package/Channel/components/FileViewer.js +15 -15
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +36 -36
- package/Channel/components/MessageInput.js +29 -29
- package/Channel/components/MessageList.js +37 -37
- package/Channel/components/RemoveMessageModal.js +17 -17
- package/Channel/components/SuggestedMentionList.js +17 -17
- package/Channel/components/TypingIndicator.js +15 -15
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +12 -12
- package/Channel.js +41 -41
- package/ChannelList/components/AddChannel.js +15 -14
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +35 -68
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +26 -26
- package/ChannelList/components/ChannelPreviewAction.js +14 -13
- package/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/ChannelList/context.js +8 -7
- package/ChannelList/context.js.map +1 -1
- package/ChannelList.js +30 -30
- package/{ChannelListProvider-2e7026e9.js → ChannelListProvider-fc14f42d.js} +77 -11
- package/ChannelListProvider-fc14f42d.js.map +1 -0
- package/{ChannelProvider-31a344d3.js → ChannelProvider-78e85f32.js} +32 -21
- package/ChannelProvider-78e85f32.js.map +1 -0
- 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-eeaa1371.js → CreateChannelProvider-fe23c38f.js} +1 -1
- package/{CreateChannelProvider-eeaa1371.js.map → CreateChannelProvider-fe23c38f.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-2952e678.js → LocalizationContext-5fe9b59d.js} +3 -3
- package/{LocalizationContext-2952e678.js.map → LocalizationContext-5fe9b59d.js.map} +1 -1
- package/{MediaQueryContext-2173573f.js → MediaQueryContext-66b59195.js} +1 -1
- package/{MediaQueryContext-2173573f.js.map → MediaQueryContext-66b59195.js.map} +1 -1
- package/{MemberList-a51051e6.js → MemberList-c03817ad.js} +5 -5
- package/{MemberList-a51051e6.js.map → MemberList-c03817ad.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +19 -19
- package/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/OpenChannel/components/OpenChannelMessageList.js +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-ce900f45.js → OpenChannelListProvider-5d21932a.js} +3 -3
- package/{OpenChannelListProvider-ce900f45.js.map → OpenChannelListProvider-5d21932a.js.map} +1 -1
- package/{OpenChannelProvider-bc20868c.js → OpenChannelProvider-a6f4f92a.js} +7 -7
- package/{OpenChannelProvider-bc20868c.js.map → OpenChannelProvider-a6f4f92a.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/README.md +6 -3
- package/{RemoveMessageModal-9c579f0f.js → RemoveMessageModal-0d438e31.js} +3 -3
- package/{RemoveMessageModal-9c579f0f.js.map → RemoveMessageModal-0d438e31.js.map} +1 -1
- package/SendbirdProvider.js +15 -15
- package/Thread/components/ParentMessageInfo.js +33 -33
- package/Thread/components/ParentMessageInfoItem.js +21 -21
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +36 -36
- package/Thread/components/ThreadListItem.js +36 -36
- package/Thread/components/ThreadMessageInput.js +30 -30
- package/Thread/components/ThreadUI.js +40 -40
- package/Thread/context.js +8 -8
- package/Thread.js +40 -40
- package/{ThreadProvider-27c497dc.js → ThreadProvider-2a4356a2.js} +21 -7
- package/ThreadProvider-2a4356a2.js.map +1 -0
- package/{UserProfileContext-76aab169.js → UserProfileContext-8b8f3e3a.js} +1 -1
- package/{UserProfileContext-76aab169.js.map → UserProfileContext-8b8f3e3a.js.map} +1 -1
- package/{VoiceMessageInputWrapper-e45ec2f0.js → VoiceMessageInputWrapper-b8742ea1.js} +7 -7
- package/{VoiceMessageInputWrapper-e45ec2f0.js.map → VoiceMessageInputWrapper-b8742ea1.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-97e524fa.js → WebAudioUtils-63418113.js} +2 -2
- package/{WebAudioUtils-97e524fa.js.map → WebAudioUtils-63418113.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-34f2bdc3.js → _rollupPluginBabelHelpers-90ff7fc4.js} +1 -1
- package/_rollupPluginBabelHelpers-90ff7fc4.js.map +1 -0
- package/{actionTypes-e67c8999.js → actionTypes-66bf934b.js} +1 -1
- package/{actionTypes-e67c8999.js.map → actionTypes-66bf934b.js.map} +1 -1
- package/cjs/App.js +48 -48
- package/cjs/Channel/components/ChannelHeader.js +19 -19
- package/cjs/Channel/components/ChannelUI.js +41 -41
- package/cjs/Channel/components/FileViewer.js +15 -15
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +36 -36
- package/cjs/Channel/components/MessageInput.js +29 -29
- package/cjs/Channel/components/MessageList.js +37 -37
- package/cjs/Channel/components/RemoveMessageModal.js +17 -17
- package/cjs/Channel/components/SuggestedMentionList.js +17 -17
- package/cjs/Channel/components/TypingIndicator.js +15 -15
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +12 -12
- package/cjs/Channel.js +41 -41
- package/cjs/ChannelList/components/AddChannel.js +15 -14
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +35 -68
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +26 -26
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -13
- package/cjs/ChannelList/components/ChannelPreviewAction.js.map +1 -1
- package/cjs/ChannelList/context.js +8 -7
- package/cjs/ChannelList/context.js.map +1 -1
- package/cjs/ChannelList.js +30 -30
- package/cjs/{ChannelListProvider-51837593.js → ChannelListProvider-c1f3cf4a.js} +75 -12
- package/cjs/ChannelListProvider-c1f3cf4a.js.map +1 -0
- package/cjs/{ChannelProvider-ab59275b.js → ChannelProvider-633edf61.js} +32 -21
- package/cjs/ChannelProvider-633edf61.js.map +1 -0
- 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-e0ae2cf1.js → CreateChannelProvider-32102712.js} +1 -1
- package/cjs/{CreateChannelProvider-e0ae2cf1.js.map → CreateChannelProvider-32102712.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-76831b0e.js → LocalizationContext-a15ec4eb.js} +3 -3
- package/cjs/{LocalizationContext-76831b0e.js.map → LocalizationContext-a15ec4eb.js.map} +1 -1
- package/cjs/{MediaQueryContext-792b58f7.js → MediaQueryContext-80d10d7b.js} +1 -1
- package/cjs/{MediaQueryContext-792b58f7.js.map → MediaQueryContext-80d10d7b.js.map} +1 -1
- package/cjs/{MemberList-6b630054.js → MemberList-5303bbbb.js} +5 -5
- package/cjs/{MemberList-6b630054.js.map → MemberList-5303bbbb.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +19 -19
- package/cjs/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +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-4d15730f.js → OpenChannelListProvider-49874b88.js} +3 -3
- package/cjs/{OpenChannelListProvider-4d15730f.js.map → OpenChannelListProvider-49874b88.js.map} +1 -1
- package/cjs/{OpenChannelProvider-2f59b53a.js → OpenChannelProvider-c2b3dc2c.js} +7 -7
- package/cjs/{OpenChannelProvider-2f59b53a.js.map → OpenChannelProvider-c2b3dc2c.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-47cae846.js → RemoveMessageModal-271f1251.js} +3 -3
- package/cjs/{RemoveMessageModal-47cae846.js.map → RemoveMessageModal-271f1251.js.map} +1 -1
- package/cjs/SendbirdProvider.js +15 -15
- package/cjs/Thread/components/ParentMessageInfo.js +33 -33
- package/cjs/Thread/components/ParentMessageInfoItem.js +22 -22
- package/cjs/Thread/components/ParentMessageInfoItem.js.map +1 -1
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +36 -36
- package/cjs/Thread/components/ThreadListItem.js +36 -36
- package/cjs/Thread/components/ThreadMessageInput.js +30 -30
- package/cjs/Thread/components/ThreadUI.js +40 -40
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +40 -40
- package/cjs/{ThreadProvider-5844bd6d.js → ThreadProvider-8d2ce923.js} +21 -7
- package/cjs/ThreadProvider-8d2ce923.js.map +1 -0
- package/cjs/{UserProfileContext-5fd27232.js → UserProfileContext-f8f1cee7.js} +1 -1
- package/cjs/{UserProfileContext-5fd27232.js.map → UserProfileContext-f8f1cee7.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-e10f305f.js → VoiceMessageInputWrapper-e8d7b9ba.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-e10f305f.js.map → VoiceMessageInputWrapper-e8d7b9ba.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-4227909a.js → WebAudioUtils-88dbfaed.js} +2 -2
- package/cjs/{WebAudioUtils-4227909a.js.map → WebAudioUtils-88dbfaed.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-2c208df7.js → _rollupPluginBabelHelpers-0d9d52a5.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-0d9d52a5.js.map +1 -0
- package/cjs/{actionTypes-64cb54b1.js → actionTypes-974dfe33.js} +1 -1
- package/cjs/{actionTypes-64cb54b1.js.map → actionTypes-974dfe33.js.map} +1 -1
- package/cjs/{color-2a756176.js → color-1e9cc481.js} +1 -1
- package/cjs/{color-2a756176.js.map → color-1e9cc481.js.map} +1 -1
- package/cjs/{compareIds-d6d1cc62.js → compareIds-0344920c.js} +1 -1
- package/cjs/{compareIds-d6d1cc62.js.map → compareIds-0344920c.js.map} +1 -1
- package/cjs/{const-0f73f007.js → const-0d4d91cd.js} +1 -1
- package/cjs/{const-0f73f007.js.map → const-0d4d91cd.js.map} +1 -1
- package/cjs/{const-2d057dc1.js → const-182fe978.js} +1 -1
- package/cjs/{const-2d057dc1.js.map → const-182fe978.js.map} +1 -1
- package/cjs/{consts-0a4f487c.js → consts-0c9a38ef.js} +5 -1
- package/cjs/{consts-0a4f487c.js.map → consts-0c9a38ef.js.map} +1 -1
- package/cjs/{consts-c1c7f3b9.js → consts-10e5b075.js} +1 -1
- package/cjs/{consts-c1c7f3b9.js.map → consts-10e5b075.js.map} +1 -1
- package/cjs/{consts-c16c955d.js → consts-5bdc2c7f.js} +1 -1
- package/cjs/{consts-c16c955d.js.map → consts-5bdc2c7f.js.map} +1 -1
- package/cjs/{consts-5a40550e.js → consts-c336bb61.js} +1 -1
- package/cjs/{consts-5a40550e.js.map → consts-c336bb61.js.map} +1 -1
- package/cjs/{context-0bf4608e.js → context-0276d21e.js} +2 -2
- package/cjs/{context-0bf4608e.js.map → context-0276d21e.js.map} +1 -1
- package/cjs/{index-ea4739fe.js → index-08c5777e.js} +2 -2
- package/cjs/{index-ea4739fe.js.map → index-08c5777e.js.map} +1 -1
- package/cjs/{index-060711f6.js → index-092b22dd.js} +2 -2
- package/cjs/{index-060711f6.js.map → index-092b22dd.js.map} +1 -1
- package/cjs/{index-f3743012.js → index-1325e266.js} +3 -3
- package/cjs/{index-f3743012.js.map → index-1325e266.js.map} +1 -1
- package/cjs/{index-71863abf.js → index-17a6519d.js} +1 -1
- package/cjs/{index-71863abf.js.map → index-17a6519d.js.map} +1 -1
- package/cjs/{index-44985c08.js → index-2cb13008.js} +2 -2
- package/cjs/{index-44985c08.js.map → index-2cb13008.js.map} +1 -1
- package/cjs/{index-03a83f97.js → index-49fe0efb.js} +4 -4
- package/cjs/{index-03a83f97.js.map → index-49fe0efb.js.map} +1 -1
- package/cjs/{index-6a9e8bcb.js → index-54228aa8.js} +6 -6
- package/cjs/{index-6a9e8bcb.js.map → index-54228aa8.js.map} +1 -1
- package/cjs/{index-b5614bfa.js → index-5a651f3c.js} +2 -2
- package/cjs/{index-b5614bfa.js.map → index-5a651f3c.js.map} +1 -1
- package/cjs/{index-b1b515a7.js → index-6cb3365f.js} +2 -2
- package/cjs/{index-b1b515a7.js.map → index-6cb3365f.js.map} +1 -1
- package/cjs/{index-d69866c1.js → index-87e11d7e.js} +5 -5
- package/cjs/{index-d69866c1.js.map → index-87e11d7e.js.map} +1 -1
- package/cjs/{index-6b02cca4.js → index-9c8e297d.js} +3 -3
- package/cjs/{index-6b02cca4.js.map → index-9c8e297d.js.map} +1 -1
- package/cjs/{index-29f85f9b.js → index-b428366f.js} +2 -2
- package/cjs/{index-29f85f9b.js.map → index-b428366f.js.map} +1 -1
- package/cjs/{index-c00c028b.js → index-c2454b7e.js} +1 -1
- package/cjs/{index-c00c028b.js.map → index-c2454b7e.js.map} +1 -1
- package/cjs/{index-803f2ff2.js → index-cebd1362.js} +4 -4
- package/cjs/{index-803f2ff2.js.map → index-cebd1362.js.map} +1 -1
- package/cjs/{index-6977efce.js → index-dbccd7fb.js} +3 -3
- package/cjs/{index-6977efce.js.map → index-dbccd7fb.js.map} +1 -1
- package/cjs/{index-6c3bc4f9.js → index-e46cc828.js} +6 -6
- package/cjs/{index-6c3bc4f9.js.map → index-e46cc828.js.map} +1 -1
- package/cjs/{index-3aeb8bf9.js → index-ed1ee70b.js} +6 -6
- package/cjs/{index-3aeb8bf9.js.map → index-ed1ee70b.js.map} +1 -1
- package/cjs/index.js +52 -52
- package/cjs/{index.module-bee98cc5.js → index.module-8026e7d3.js} +1 -1
- package/cjs/{index.module-bee98cc5.js.map → index.module-8026e7d3.js.map} +1 -1
- package/cjs/package.json +1 -1
- package/cjs/{resolvedReplyType-9517a813.js → resolvedReplyType-8137e072.js} +1 -1
- package/cjs/{resolvedReplyType-9517a813.js.map → resolvedReplyType-8137e072.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +19 -5
- package/cjs/sendbirdSelectors.js.map +1 -1
- package/cjs/{stringSet-39e8b84e.js → stringSet-769f181d.js} +1 -1
- package/cjs/{stringSet-39e8b84e.js.map → stringSet-769f181d.js.map} +1 -1
- package/cjs/{tokenize-3176b8f2.js → tokenize-586ed01a.js} +2 -2
- package/cjs/{tokenize-3176b8f2.js.map → tokenize-586ed01a.js.map} +1 -1
- package/cjs/{topics-e1897e48.js → topics-99121946.js} +2 -1
- package/cjs/topics-99121946.js.map +1 -0
- package/cjs/{types-be32f153.js → types-812b3bfd.js} +1 -1
- package/cjs/{types-be32f153.js.map → types-812b3bfd.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 +10 -10
- package/cjs/ui/Avatar.js.map +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 +17 -17
- package/cjs/ui/EmojiReactions.js.map +1 -1
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +26 -11
- package/cjs/ui/ImageRenderer.js.map +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 +13 -13
- package/cjs/ui/MessageItemMenu.js +8 -8
- package/cjs/ui/MessageItemReactionMenu.js +9 -9
- package/cjs/ui/MessageItemReactionMenu.js.map +1 -1
- 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 +15 -15
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- 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 +19 -19
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +16 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- 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 +7 -7
- package/cjs/ui/QuoteMessage.js.map +1 -1
- package/cjs/ui/QuoteMessageInput.js +7 -7
- package/cjs/ui/QuoteMessageInput.js.map +1 -1
- 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 +6 -6
- package/cjs/ui/ThumbnailMessageItemBody.js.map +1 -1
- 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/{useDirtyGetMentions-041acd2a.js → useDirtyGetMentions-a37639f1.js} +1 -1
- package/cjs/{useDirtyGetMentions-041acd2a.js.map → useDirtyGetMentions-a37639f1.js.map} +1 -1
- package/cjs/{useLongPress-5432edbf.js → useLongPress-a77054d5.js} +3 -3
- package/cjs/{useLongPress-5432edbf.js.map → useLongPress-a77054d5.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-bec85954.js → utils-18517a45.js} +2 -2
- package/cjs/{utils-bec85954.js.map → utils-18517a45.js.map} +1 -1
- package/cjs/{utils-24df69e2.js → utils-3fda8de7.js} +1 -1
- package/cjs/{utils-24df69e2.js.map → utils-3fda8de7.js.map} +1 -1
- package/cjs/{utils-b653226e.js → utils-c8ca7346.js} +1 -1
- package/cjs/{utils-b653226e.js.map → utils-c8ca7346.js.map} +1 -1
- package/cjs/{utils-e7fdfd61.js → utils-d6b081f0.js} +1 -1
- package/cjs/{utils-e7fdfd61.js.map → utils-d6b081f0.js.map} +1 -1
- package/cjs/{uuid-54dc5376.js → uuid-6c019e89.js} +1 -1
- package/cjs/{uuid-54dc5376.js.map → uuid-6c019e89.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-b73a158c.js → color-2315a258.js} +1 -1
- package/{color-b73a158c.js.map → color-2315a258.js.map} +1 -1
- package/{compareIds-eab12c15.js → compareIds-2464aab2.js} +1 -1
- package/{compareIds-eab12c15.js.map → compareIds-2464aab2.js.map} +1 -1
- package/{const-9ab08d0b.js → const-0cca8d38.js} +1 -1
- package/{const-9ab08d0b.js.map → const-0cca8d38.js.map} +1 -1
- package/{const-72965dcb.js → const-c6a266f4.js} +1 -1
- package/{const-72965dcb.js.map → const-c6a266f4.js.map} +1 -1
- package/{consts-2475c80c.js → consts-32a2c4a7.js} +1 -1
- package/{consts-2475c80c.js.map → consts-32a2c4a7.js.map} +1 -1
- package/{consts-8c9214ee.js → consts-3d956927.js} +1 -1
- package/{consts-8c9214ee.js.map → consts-3d956927.js.map} +1 -1
- package/{consts-0726d733.js → consts-991d3823.js} +1 -1
- package/{consts-0726d733.js.map → consts-991d3823.js.map} +1 -1
- package/{consts-55e36248.js → consts-b6f24cc7.js} +5 -2
- package/{consts-55e36248.js.map → consts-b6f24cc7.js.map} +1 -1
- package/{context-ebecf7b8.js → context-e46fff7b.js} +2 -2
- package/{context-ebecf7b8.js.map → context-e46fff7b.js.map} +1 -1
- package/{index-7727118e.js → index-07345a6e.js} +5 -5
- package/{index-7727118e.js.map → index-07345a6e.js.map} +1 -1
- package/{index-0dd2ee39.js → index-13d9d766.js} +2 -2
- package/{index-0dd2ee39.js.map → index-13d9d766.js.map} +1 -1
- package/{index-007ff82b.js → index-17b78bb0.js} +6 -6
- package/{index-007ff82b.js.map → index-17b78bb0.js.map} +1 -1
- package/{index-7b514167.js → index-2544bb0a.js} +4 -4
- package/{index-7b514167.js.map → index-2544bb0a.js.map} +1 -1
- package/{index-b74226dc.js → index-335e7557.js} +2 -2
- package/{index-b74226dc.js.map → index-335e7557.js.map} +1 -1
- package/{index-c2640752.js → index-499d9ef9.js} +2 -2
- package/{index-c2640752.js.map → index-499d9ef9.js.map} +1 -1
- package/{index-96fe32b3.js → index-56249831.js} +2 -2
- package/{index-96fe32b3.js.map → index-56249831.js.map} +1 -1
- package/{index-c2c52b45.js → index-63c995b8.js} +3 -3
- package/{index-c2c52b45.js.map → index-63c995b8.js.map} +1 -1
- package/{index-055e94b6.js → index-7b3790d3.js} +4 -4
- package/{index-055e94b6.js.map → index-7b3790d3.js.map} +1 -1
- package/{index-8dcf7652.js → index-879bcfab.js} +3 -3
- package/{index-8dcf7652.js.map → index-879bcfab.js.map} +1 -1
- package/{index-c191462d.js → index-a39b9075.js} +3 -3
- package/{index-c191462d.js.map → index-a39b9075.js.map} +1 -1
- package/{index-e43e7fa2.js → index-b9b184a4.js} +1 -1
- package/{index-e43e7fa2.js.map → index-b9b184a4.js.map} +1 -1
- package/{index-a5bf5a96.js → index-bafedab0.js} +1 -1
- package/{index-a5bf5a96.js.map → index-bafedab0.js.map} +1 -1
- package/{index-af1fb797.js → index-c4273470.js} +4 -4
- package/{index-af1fb797.js.map → index-c4273470.js.map} +1 -1
- package/{index-04e037ff.js → index-ebb8a7df.js} +2 -2
- package/{index-04e037ff.js.map → index-ebb8a7df.js.map} +1 -1
- package/{index-8485f009.js → index-f2e30f98.js} +2 -2
- package/{index-8485f009.js.map → index-f2e30f98.js.map} +1 -1
- package/{index-642e3f32.js → index-fe2c7493.js} +6 -6
- package/{index-642e3f32.js.map → index-fe2c7493.js.map} +1 -1
- package/index.d.ts +4 -2
- package/index.js +52 -52
- package/{index.module-0ccd37ce.js → index.module-41885c5b.js} +1 -1
- package/{index.module-0ccd37ce.js.map → index.module-41885c5b.js.map} +1 -1
- package/package.json +1 -1
- package/{resolvedReplyType-6785a18d.js → resolvedReplyType-d6e22593.js} +1 -1
- package/{resolvedReplyType-6785a18d.js.map → resolvedReplyType-d6e22593.js.map} +1 -1
- package/sendbirdSelectors.js +19 -5
- package/sendbirdSelectors.js.map +1 -1
- package/{stringSet-23a36018.js → stringSet-47601d79.js} +1 -1
- package/{stringSet-23a36018.js.map → stringSet-47601d79.js.map} +1 -1
- package/{tokenize-6f680d6a.js → tokenize-c0cf9574.js} +2 -2
- package/{tokenize-6f680d6a.js.map → tokenize-c0cf9574.js.map} +1 -1
- package/{topics-67f9a9f1.js → topics-e985567d.js} +2 -1
- package/topics-e985567d.js.map +1 -0
- package/{types-82eb7ae8.js → types-02054e6e.js} +1 -1
- package/{types-82eb7ae8.js.map → types-02054e6e.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/ImageRenderer.js +23 -11
- package/ui/ImageRenderer.js.map +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 +13 -13
- 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/{useDirtyGetMentions-e4e855e3.js → useDirtyGetMentions-3f7692ab.js} +1 -1
- package/{useDirtyGetMentions-e4e855e3.js.map → useDirtyGetMentions-3f7692ab.js.map} +1 -1
- package/{useLongPress-0cf29ece.js → useLongPress-0a2a8916.js} +3 -3
- package/{useLongPress-0cf29ece.js.map → useLongPress-0a2a8916.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-e81640a7.js → utils-2f26afa0.js} +1 -1
- package/{utils-e81640a7.js.map → utils-2f26afa0.js.map} +1 -1
- package/{utils-a7468577.js → utils-70ea4cc9.js} +2 -2
- package/{utils-a7468577.js.map → utils-70ea4cc9.js.map} +1 -1
- package/{utils-8e781334.js → utils-93924431.js} +1 -1
- package/{utils-8e781334.js.map → utils-93924431.js.map} +1 -1
- package/{utils-cae251db.js → utils-d15f13cf.js} +1 -1
- package/{utils-cae251db.js.map → utils-d15f13cf.js.map} +1 -1
- package/{uuid-10fc0de7.js → uuid-ec51ac4d.js} +1 -1
- package/{uuid-10fc0de7.js.map → uuid-ec51ac4d.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelListProvider-2e7026e9.js.map +0 -1
- package/ChannelProvider-31a344d3.js.map +0 -1
- package/ThreadProvider-27c497dc.js.map +0 -1
- package/_rollupPluginBabelHelpers-34f2bdc3.js.map +0 -1
- package/cjs/ChannelListProvider-51837593.js.map +0 -1
- package/cjs/ChannelProvider-ab59275b.js.map +0 -1
- package/cjs/ThreadProvider-5844bd6d.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-2c208df7.js.map +0 -1
- package/cjs/topics-e1897e48.js.map +0 -1
- package/topics-67f9a9f1.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-5fe9b59d.js';
|
|
3
|
+
import { P as PUBSUB_TOPICS } from '../../topics-e985567d.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-13d9d766.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-47601d79.js';
|
|
14
|
+
import '../../index-b9b184a4.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-bafedab0.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-90ff7fc4.js';
|
|
21
|
+
import '../../MediaQueryContext-66b59195.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../color-
|
|
25
|
-
import '../../utils-
|
|
23
|
+
import '../../uuid-ec51ac4d.js';
|
|
24
|
+
import '../../color-2315a258.js';
|
|
25
|
+
import '../../utils-93924431.js';
|
|
26
26
|
import '@sendbird/chat/openChannel';
|
|
27
|
-
import '../../UserProfileContext-
|
|
27
|
+
import '../../UserProfileContext-8b8f3e3a.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-5fe9b59d.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-13d9d766.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-47601d79.js';
|
|
10
|
+
import '../../index-b9b184a4.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../color-
|
|
12
|
+
import '../../color-2315a258.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-ec51ac4d.js';
|
|
17
|
+
import '../../utils-93924431.js';
|
|
18
|
+
import '../../topics-e985567d.js';
|
|
19
19
|
import '../../ui/Modal.js';
|
|
20
20
|
import 'react-dom';
|
|
21
|
-
import '../../index-
|
|
21
|
+
import '../../index-bafedab0.js';
|
|
22
22
|
import '../../ui/Button.js';
|
|
23
23
|
import '../../ui/IconButton.js';
|
|
24
|
-
import '../../_rollupPluginBabelHelpers-
|
|
25
|
-
import '../../MediaQueryContext-
|
|
24
|
+
import '../../_rollupPluginBabelHelpers-90ff7fc4.js';
|
|
25
|
+
import '../../MediaQueryContext-66b59195.js';
|
|
26
26
|
import '../../ui/Input.js';
|
|
27
27
|
import '../../withSendbird.js';
|
|
28
28
|
import '@sendbird/chat/openChannel';
|
|
29
|
-
import '../../UserProfileContext-
|
|
29
|
+
import '../../UserProfileContext-8b8f3e3a.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-8b8f3e3a.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-5fe9b59d.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-13d9d766.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-63c995b8.js';
|
|
9
9
|
import { OperatorUI } from './OperatorUI.js';
|
|
10
|
-
import { P as ParticipantList } from '../../index-
|
|
10
|
+
import { P as ParticipantList } from '../../index-fe2c7493.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-90ff7fc4.js';
|
|
13
13
|
import '@sendbird/chat/openChannel';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-ec51ac4d.js';
|
|
15
15
|
import 'prop-types';
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../stringSet-47601d79.js';
|
|
17
|
+
import '../../index-b9b184a4.js';
|
|
18
18
|
import '../../ui/Loader.js';
|
|
19
19
|
import './OpenChannelProfile.js';
|
|
20
20
|
import '../../ui/TextButton.js';
|
|
21
|
-
import '../../color-
|
|
21
|
+
import '../../color-2315a258.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-93924431.js';
|
|
26
26
|
import './EditDetailsModal.js';
|
|
27
|
-
import '../../topics-
|
|
27
|
+
import '../../topics-e985567d.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-bafedab0.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
32
|
import '../../ui/IconButton.js';
|
|
33
|
-
import '../../MediaQueryContext-
|
|
33
|
+
import '../../MediaQueryContext-66b59195.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-e46fff7b.js';
|
|
38
|
+
import '../../utils-d15f13cf.js';
|
|
39
39
|
import '../../ui/ContextMenu.js';
|
|
40
40
|
import '../../ui/SortByRow.js';
|
|
41
|
-
import '../../index-
|
|
41
|
+
import '../../index-56249831.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-5fe9b59d.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-13d9d766.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-fe2c7493.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-90ff7fc4.js';
|
|
16
|
+
import { n as noop } from '../../utils-d15f13cf.js';
|
|
17
|
+
import '../../stringSet-47601d79.js';
|
|
18
|
+
import '../../index-b9b184a4.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '@sendbird/chat/openChannel';
|
|
21
|
-
import '../../UserProfileContext-
|
|
22
|
-
import '../../uuid-
|
|
21
|
+
import '../../UserProfileContext-8b8f3e3a.js';
|
|
22
|
+
import '../../uuid-ec51ac4d.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
24
|
import '../../ui/TextButton.js';
|
|
25
|
-
import '../../color-
|
|
25
|
+
import '../../color-2315a258.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-93924431.js';
|
|
30
30
|
import './EditDetailsModal.js';
|
|
31
|
-
import '../../topics-
|
|
31
|
+
import '../../topics-e985567d.js';
|
|
32
32
|
import '../../ui/Input.js';
|
|
33
33
|
import 'react-dom';
|
|
34
|
-
import '../../index-
|
|
35
|
-
import '../../MediaQueryContext-
|
|
36
|
-
import '../../context-
|
|
34
|
+
import '../../index-bafedab0.js';
|
|
35
|
+
import '../../MediaQueryContext-66b59195.js';
|
|
36
|
+
import '../../context-e46fff7b.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-56249831.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-13d9d766.js';
|
|
7
|
+
export { P as default } from '../../index-fe2c7493.js';
|
|
8
|
+
import '../../LocalizationContext-5fe9b59d.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-47601d79.js';
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-90ff7fc4.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-ec51ac4d.js';
|
|
17
|
+
import '../../index-56249831.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../UserProfileContext-
|
|
20
|
-
import '../../context-
|
|
21
|
-
import '../../utils-
|
|
19
|
+
import '../../UserProfileContext-8b8f3e3a.js';
|
|
20
|
+
import '../../context-e46fff7b.js';
|
|
21
|
+
import '../../utils-d15f13cf.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-e985567d.js';
|
|
28
|
+
import '../../index-b9b184a4.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-bafedab0.js';
|
|
33
|
+
import '../../MediaQueryContext-66b59195.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-8b8f3e3a.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-ec51ac4d.js';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-90ff7fc4.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-90ff7fc4.js';
|
|
7
|
+
import './UserProfileContext-8b8f3e3a.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
12
|
-
import './index-
|
|
9
|
+
import './LocalizationContext-5fe9b59d.js';
|
|
10
|
+
import './stringSet-47601d79.js';
|
|
11
|
+
import './index-b9b184a4.js';
|
|
12
|
+
import './index-13d9d766.js';
|
|
13
13
|
import './ui/Icon.js';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-63c995b8.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-2315a258.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-ec51ac4d.js';
|
|
24
|
+
import './utils-93924431.js';
|
|
25
25
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
26
|
-
import './topics-
|
|
26
|
+
import './topics-e985567d.js';
|
|
27
27
|
import './ui/Modal.js';
|
|
28
28
|
import 'react-dom';
|
|
29
|
-
import './index-
|
|
29
|
+
import './index-bafedab0.js';
|
|
30
30
|
import './ui/Button.js';
|
|
31
31
|
import './ui/IconButton.js';
|
|
32
|
-
import './MediaQueryContext-
|
|
32
|
+
import './MediaQueryContext-66b59195.js';
|
|
33
33
|
import './ui/Input.js';
|
|
34
|
-
import './index-
|
|
34
|
+
import './index-fe2c7493.js';
|
|
35
35
|
import './ui/ContextMenu.js';
|
|
36
36
|
import './ui/SortByRow.js';
|
|
37
|
-
import './index-
|
|
37
|
+
import './index-56249831.js';
|
|
38
38
|
import './utils/message/getOutgoingMessageState.js';
|
|
39
|
-
import './context-
|
|
40
|
-
import './utils-
|
|
39
|
+
import './context-e46fff7b.js';
|
|
40
|
+
import './utils-d15f13cf.js';
|
|
41
41
|
import './ui/MutedAvatarOverlay.js';
|
|
42
42
|
import './ui/UserProfile.js';
|
|
43
43
|
import './sendbirdSelectors.js';
|
package/README.md
CHANGED
|
@@ -45,14 +45,13 @@ You need to install:
|
|
|
45
45
|
|
|
46
46
|
**Caveats**
|
|
47
47
|
- We tried development on Mac OS / Linux systems. You might encounter problems in running `npm run build` or `yarn run build` in Windows machines
|
|
48
|
-
- If you use node.js >= 17 and see `ERR_OSSL_EVP_UNSUPPORTED` error on any run cmd, try to set `export NODE_OPTIONS=--openssl-legacy-provider` in the terminal
|
|
49
48
|
|
|
50
49
|
### Development
|
|
51
50
|
We use storybook for development and rollup for building the npm distribution(bundled JS file)
|
|
52
51
|
Make sure you have nodejs and npm (or yarn) installed and run
|
|
53
52
|
|
|
54
|
-
Make a copy of .env.example and save it as .env
|
|
55
|
-
Set your appId STORYBOOK_APP_ID
|
|
53
|
+
> Make a copy of .env.example and save it as .env
|
|
54
|
+
> Set your appId STORYBOOK_APP_ID
|
|
56
55
|
|
|
57
56
|
```
|
|
58
57
|
npm install
|
|
@@ -163,6 +162,10 @@ To read more: https://webpack.js.org/configuration/resolve/#resolvefallback
|
|
|
163
162
|
2. It can also be used to generate [reducers](/src/utils/typeHelpers/reducers/README.md).
|
|
164
163
|
3. Plop templates are found in [here](/plop-templates).
|
|
165
164
|
|
|
165
|
+
## Troubleshooting Guide
|
|
166
|
+
- If you use node.js >= 17 and see `ERR_OSSL_EVP_UNSUPPORTED` error on any run cmd, try to set `export NODE_OPTIONS=--openssl-legacy-provider` in the terminal
|
|
167
|
+
|
|
168
|
+
|
|
166
169
|
## Acknowledgments
|
|
167
170
|
### LameJS
|
|
168
171
|
|
|
@@ -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-5fe9b59d.js';
|
|
5
|
+
import { u as useThreadContext } from './ThreadProvider-2a4356a2.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-0d438e31.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoveMessageModal-
|
|
1
|
+
{"version":3,"file":"RemoveMessageModal-0d438e31.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,33 +1,33 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-90ff7fc4.js';
|
|
2
2
|
import React__default, { useLayoutEffect, useState, useEffect, useCallback, 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-41885c5b.js';
|
|
6
|
+
import { U as USER_ACTIONS } from './actionTypes-66bf934b.js';
|
|
7
7
|
import SendbirdChat, { ConnectionHandler, SendbirdProduct, SendbirdPlatform, DeviceOsPlatform } from '@sendbird/chat';
|
|
8
|
-
import { u as uuidv4 } from './uuid-
|
|
8
|
+
import { u as uuidv4 } from './uuid-ec51ac4d.js';
|
|
9
9
|
import { OpenChannelModule } from '@sendbird/chat/openChannel';
|
|
10
10
|
import { GroupChannelModule } from '@sendbird/chat/groupChannel';
|
|
11
|
-
import { i as isTextuallyNull } from './index-
|
|
11
|
+
import { i as isTextuallyNull } from './index-56249831.js';
|
|
12
12
|
import { UIKitConfigProvider, useUIKitConfig } from '@sendbird/uikit-tools';
|
|
13
|
-
import { V as VoicePlayerProvider } from './index-
|
|
13
|
+
import { V as VoicePlayerProvider } from './index-879bcfab.js';
|
|
14
14
|
import { VoiceRecorderProvider } from './VoiceRecorder/context.js';
|
|
15
|
-
import { L as LocalizationProvider } from './LocalizationContext-
|
|
16
|
-
import { u as useMediaQueryContext, M as MediaQueryProvider } from './MediaQueryContext-
|
|
17
|
-
import { g as getStringSet } from './stringSet-
|
|
18
|
-
import { V as VOICE_RECORDER_DEFAULT_MAX, a as VOICE_RECORDER_DEFAULT_MIN } from './consts-
|
|
19
|
-
import { g as getCaseResolvedReplyType, a as getCaseResolvedThreadReplySelectType } from './resolvedReplyType-
|
|
15
|
+
import { L as LocalizationProvider } from './LocalizationContext-5fe9b59d.js';
|
|
16
|
+
import { u as useMediaQueryContext, M as MediaQueryProvider } from './MediaQueryContext-66b59195.js';
|
|
17
|
+
import { g as getStringSet } from './stringSet-47601d79.js';
|
|
18
|
+
import { V as VOICE_RECORDER_DEFAULT_MAX, a as VOICE_RECORDER_DEFAULT_MIN } from './consts-b6f24cc7.js';
|
|
19
|
+
import { g as getCaseResolvedReplyType, a as getCaseResolvedThreadReplySelectType } from './resolvedReplyType-d6e22593.js';
|
|
20
20
|
import './utils/message/getOutgoingMessageState.js';
|
|
21
21
|
import './useSendbirdStateContext.js';
|
|
22
22
|
import './ui/Modal.js';
|
|
23
23
|
import 'react-dom';
|
|
24
|
-
import './index-
|
|
24
|
+
import './index-bafedab0.js';
|
|
25
25
|
import './ui/Button.js';
|
|
26
|
-
import './index-
|
|
26
|
+
import './index-13d9d766.js';
|
|
27
27
|
import 'prop-types';
|
|
28
28
|
import './ui/Icon.js';
|
|
29
29
|
import './ui/IconButton.js';
|
|
30
|
-
import './index-
|
|
30
|
+
import './index-b9b184a4.js';
|
|
31
31
|
|
|
32
32
|
const isEmpty = obj => {
|
|
33
33
|
if (obj === null || obj === undefined) {
|
|
@@ -333,7 +333,7 @@ async function disconnectSdk(_ref) {
|
|
|
333
333
|
});
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
const APP_VERSION_STRING = '3.6.
|
|
336
|
+
const APP_VERSION_STRING = '3.6.7';
|
|
337
337
|
const {
|
|
338
338
|
INIT_SDK,
|
|
339
339
|
SET_SDK_LOADING,
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-90ff7fc4.js';
|
|
2
2
|
import React__default, { useState, useRef, useEffect, useContext } from 'react';
|
|
3
|
-
import { f as format } from '../../index-
|
|
4
|
-
import { R as RemoveMessage } from '../../RemoveMessageModal-
|
|
3
|
+
import { f as format } from '../../index-335e7557.js';
|
|
4
|
+
import { R as RemoveMessage } from '../../RemoveMessageModal-0d438e31.js';
|
|
5
5
|
import ParentMessageInfoItem from './ParentMessageInfoItem.js';
|
|
6
|
-
import { u as getSenderName } from '../../index-
|
|
7
|
-
import { g as getIsReactionEnabled } from '../../ChannelProvider-
|
|
8
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
6
|
+
import { u as getSenderName } from '../../index-56249831.js';
|
|
7
|
+
import { g as getIsReactionEnabled } from '../../ChannelProvider-78e85f32.js';
|
|
8
|
+
import { u as useLocalization } from '../../LocalizationContext-5fe9b59d.js';
|
|
9
9
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
10
|
-
import { u as useThreadContext } from '../../ThreadProvider-
|
|
11
|
-
import { a as UserProfileContext } from '../../UserProfileContext-
|
|
10
|
+
import { u as useThreadContext } from '../../ThreadProvider-2a4356a2.js';
|
|
11
|
+
import { a as UserProfileContext } from '../../UserProfileContext-8b8f3e3a.js';
|
|
12
12
|
import SuggestedMentionList from '../../Channel/components/SuggestedMentionList.js';
|
|
13
13
|
import Avatar from '../../ui/Avatar.js';
|
|
14
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
14
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-13d9d766.js';
|
|
15
15
|
import FileViewer from '../../ui/FileViewer.js';
|
|
16
16
|
import MessageItemMenu from '../../ui/MessageItemMenu.js';
|
|
17
17
|
import MessageItemReactionMenu from '../../ui/MessageItemReactionMenu.js';
|
|
18
18
|
import ContextMenu, { MenuItems } from '../../ui/ContextMenu.js';
|
|
19
19
|
import UserProfile from '../../ui/UserProfile.js';
|
|
20
20
|
import MessageInput from '../../ui/MessageInput.js';
|
|
21
|
-
import { M as MessageInputKeys } from '../../const-
|
|
22
|
-
import { R as Role } from '../../types-
|
|
23
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
24
|
-
import { u as useLongPress } from '../../useLongPress-
|
|
25
|
-
import { M as MobileMenu } from '../../index-
|
|
26
|
-
import { u as useDirtyGetMentions } from '../../useDirtyGetMentions-
|
|
27
|
-
import '../../index-
|
|
21
|
+
import { M as MessageInputKeys } from '../../const-0cca8d38.js';
|
|
22
|
+
import { R as Role } from '../../types-02054e6e.js';
|
|
23
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-66b59195.js';
|
|
24
|
+
import { u as useLongPress } from '../../useLongPress-0a2a8916.js';
|
|
25
|
+
import { M as MobileMenu } from '../../index-c4273470.js';
|
|
26
|
+
import { u as useDirtyGetMentions } from '../../useDirtyGetMentions-3f7692ab.js';
|
|
27
|
+
import '../../index-b9b184a4.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-bafedab0.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
32
|
import 'prop-types';
|
|
33
|
-
import '../../stringSet-
|
|
33
|
+
import '../../stringSet-47601d79.js';
|
|
34
34
|
import '../../ui/Icon.js';
|
|
35
35
|
import '../../ui/IconButton.js';
|
|
36
36
|
import '../../ui/ImageRenderer.js';
|
|
37
37
|
import '../../ui/TextButton.js';
|
|
38
|
-
import '../../color-
|
|
38
|
+
import '../../color-2315a258.js';
|
|
39
39
|
import '../../ui/EmojiReactions.js';
|
|
40
40
|
import '../../ui/ReactionBadge.js';
|
|
41
41
|
import '../../ui/ReactionButton.js';
|
|
42
|
-
import '../../utils-
|
|
42
|
+
import '../../utils-d15f13cf.js';
|
|
43
43
|
import '../../ui/BottomSheet.js';
|
|
44
44
|
import '../../ui/UserListItem.js';
|
|
45
45
|
import '../../ui/MutedAvatarOverlay.js';
|
|
46
46
|
import '../../ui/Checkbox.js';
|
|
47
|
-
import '../../uuid-
|
|
47
|
+
import '../../uuid-ec51ac4d.js';
|
|
48
48
|
import '../../sendbirdSelectors.js';
|
|
49
|
-
import '../../topics-
|
|
49
|
+
import '../../topics-e985567d.js';
|
|
50
50
|
import '../../withSendbird.js';
|
|
51
51
|
import '../../ui/SortByRow.js';
|
|
52
52
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
@@ -56,27 +56,27 @@ import '../../Message/context.js';
|
|
|
56
56
|
import '../../ui/VoiceMessageItemBody.js';
|
|
57
57
|
import '../../ui/ProgressBar.js';
|
|
58
58
|
import '../../VoicePlayer/useVoicePlayer.js';
|
|
59
|
-
import '../../index-
|
|
60
|
-
import '../../consts-
|
|
59
|
+
import '../../index-879bcfab.js';
|
|
60
|
+
import '../../consts-b6f24cc7.js';
|
|
61
61
|
import '../../VoiceRecorder/context.js';
|
|
62
62
|
import '../../ui/PlaybackTime.js';
|
|
63
63
|
import '../../ui/Loader.js';
|
|
64
|
-
import '../../index-
|
|
65
|
-
import '../../index.module-
|
|
66
|
-
import '../../tokenize-
|
|
64
|
+
import '../../index-2544bb0a.js';
|
|
65
|
+
import '../../index.module-41885c5b.js';
|
|
66
|
+
import '../../tokenize-c0cf9574.js';
|
|
67
67
|
import '../../ui/MentionLabel.js';
|
|
68
68
|
import '../../ui/LinkLabel.js';
|
|
69
|
-
import '../../const-
|
|
70
|
-
import '../../compareIds-
|
|
69
|
+
import '../../const-c6a266f4.js';
|
|
70
|
+
import '../../compareIds-2464aab2.js';
|
|
71
71
|
import '@sendbird/chat/groupChannel';
|
|
72
72
|
import '@sendbird/chat/message';
|
|
73
|
-
import '../../resolvedReplyType-
|
|
73
|
+
import '../../resolvedReplyType-d6e22593.js';
|
|
74
74
|
import '../context/types.js';
|
|
75
75
|
import '@sendbird/chat';
|
|
76
76
|
import 'dompurify';
|
|
77
|
-
import '../../consts-
|
|
78
|
-
import '../../consts-
|
|
79
|
-
import '../../consts-
|
|
77
|
+
import '../../consts-32a2c4a7.js';
|
|
78
|
+
import '../../consts-991d3823.js';
|
|
79
|
+
import '../../consts-3d956927.js';
|
|
80
80
|
|
|
81
81
|
function ParentMessageInfo(_ref) {
|
|
82
82
|
var _stores$userStore$use, _stores$userStore$use2, _parentMessage$isUser, _currentChannel$membe3, _currentChannel$membe4, _parentMessage$sender4;
|