@sendbird/uikit-react 3.6.2-rc-1 → 3.6.3-rc-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +48 -48
- package/CHANGELOG.md +14 -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 +43 -41
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +29 -29
- package/Channel/components/MessageList.js +58 -53
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +17 -17
- package/Channel/components/SuggestedMentionList.js +17 -17
- package/Channel/components/TypingIndicator.js +15 -15
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +12 -12
- package/Channel.js +43 -42
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +30 -30
- package/ChannelList/components/ChannelPreview.js +26 -26
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +7 -7
- package/ChannelList.js +30 -30
- package/{ChannelListProvider-482b133c.js → ChannelListProvider-8944a5e5.js} +7 -7
- package/{ChannelListProvider-482b133c.js.map → ChannelListProvider-8944a5e5.js.map} +1 -1
- package/{ChannelProvider-36e91de4.js → ChannelProvider-276de20a.js} +14 -12
- package/ChannelProvider-276de20a.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-27da05e6.js → CreateChannelProvider-00696f56.js} +1 -1
- package/{CreateChannelProvider-27da05e6.js.map → CreateChannelProvider-00696f56.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-022c3cb4.js → LocalizationContext-db615943.js} +3 -3
- package/{LocalizationContext-022c3cb4.js.map → LocalizationContext-db615943.js.map} +1 -1
- package/{MediaQueryContext-9d5ff404.js → MediaQueryContext-6f2a46fa.js} +1 -1
- package/{MediaQueryContext-9d5ff404.js.map → MediaQueryContext-6f2a46fa.js.map} +1 -1
- package/{MemberList-9489a153.js → MemberList-976c8b31.js} +5 -5
- package/{MemberList-9489a153.js.map → MemberList-976c8b31.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-6e2ba5dc.js → OpenChannelListProvider-4386371d.js} +3 -3
- package/{OpenChannelListProvider-6e2ba5dc.js.map → OpenChannelListProvider-4386371d.js.map} +1 -1
- package/{OpenChannelProvider-ed4b1b6e.js → OpenChannelProvider-7a02e0d1.js} +7 -7
- package/{OpenChannelProvider-ed4b1b6e.js.map → OpenChannelProvider-7a02e0d1.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-f9fd2070.js → RemoveMessageModal-6a87c588.js} +3 -3
- package/{RemoveMessageModal-f9fd2070.js.map → RemoveMessageModal-6a87c588.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-d14eeac0.js → ThreadProvider-9bfbc726.js} +7 -7
- package/{ThreadProvider-d14eeac0.js.map → ThreadProvider-9bfbc726.js.map} +1 -1
- package/{UserProfileContext-2e74ec12.js → UserProfileContext-fd812a54.js} +1 -1
- package/{UserProfileContext-2e74ec12.js.map → UserProfileContext-fd812a54.js.map} +1 -1
- package/{VoiceMessageInputWrapper-d0f263de.js → VoiceMessageInputWrapper-08ff7ecf.js} +7 -7
- package/{VoiceMessageInputWrapper-d0f263de.js.map → VoiceMessageInputWrapper-08ff7ecf.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-4d8efc75.js → WebAudioUtils-8ed06e92.js} +2 -2
- package/{WebAudioUtils-4d8efc75.js.map → WebAudioUtils-8ed06e92.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-e2ef1e65.js → _rollupPluginBabelHelpers-8922cdd8.js} +1 -1
- package/_rollupPluginBabelHelpers-8922cdd8.js.map +1 -0
- package/{actionTypes-58d9d343.js → actionTypes-841e3c8f.js} +1 -1
- package/{actionTypes-58d9d343.js.map → actionTypes-841e3c8f.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 +43 -41
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +29 -29
- package/cjs/Channel/components/MessageList.js +58 -53
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +17 -17
- package/cjs/Channel/components/SuggestedMentionList.js +17 -17
- package/cjs/Channel/components/TypingIndicator.js +15 -15
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +12 -12
- package/cjs/Channel.js +43 -42
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +30 -30
- package/cjs/ChannelList/components/ChannelPreview.js +26 -26
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +7 -7
- package/cjs/ChannelList.js +30 -30
- package/cjs/{ChannelListProvider-82fc9173.js → ChannelListProvider-dfc0d879.js} +7 -7
- package/cjs/{ChannelListProvider-82fc9173.js.map → ChannelListProvider-dfc0d879.js.map} +1 -1
- package/cjs/{ChannelProvider-1d8d3192.js → ChannelProvider-e6daaea6.js} +14 -12
- package/cjs/ChannelProvider-e6daaea6.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-2d6acc47.js → CreateChannelProvider-fd77e2d1.js} +1 -1
- package/cjs/{CreateChannelProvider-2d6acc47.js.map → CreateChannelProvider-fd77e2d1.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-89a4359c.js → LocalizationContext-188a4b2a.js} +3 -3
- package/cjs/{LocalizationContext-89a4359c.js.map → LocalizationContext-188a4b2a.js.map} +1 -1
- package/cjs/{MediaQueryContext-3056080e.js → MediaQueryContext-f1bf91b7.js} +1 -1
- package/cjs/{MediaQueryContext-3056080e.js.map → MediaQueryContext-f1bf91b7.js.map} +1 -1
- package/cjs/{MemberList-90aa269c.js → MemberList-3289187e.js} +5 -5
- package/cjs/{MemberList-90aa269c.js.map → MemberList-3289187e.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-0dbba71e.js → OpenChannelListProvider-b0c98b2e.js} +3 -3
- package/cjs/{OpenChannelListProvider-0dbba71e.js.map → OpenChannelListProvider-b0c98b2e.js.map} +1 -1
- package/cjs/{OpenChannelProvider-4084ae1c.js → OpenChannelProvider-7a9f6a66.js} +7 -7
- package/cjs/{OpenChannelProvider-4084ae1c.js.map → OpenChannelProvider-7a9f6a66.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-13fcbfac.js → RemoveMessageModal-f17d15c4.js} +3 -3
- package/cjs/{RemoveMessageModal-13fcbfac.js.map → RemoveMessageModal-f17d15c4.js.map} +1 -1
- package/cjs/SendbirdProvider.js +15 -15
- package/cjs/Thread/components/ParentMessageInfo.js +33 -33
- package/cjs/Thread/components/ParentMessageInfoItem.js +21 -21
- 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-cfd81af7.js → ThreadProvider-951f55f1.js} +7 -7
- package/cjs/{ThreadProvider-cfd81af7.js.map → ThreadProvider-951f55f1.js.map} +1 -1
- package/cjs/{UserProfileContext-369f6ede.js → UserProfileContext-0ba63e74.js} +1 -1
- package/cjs/{UserProfileContext-369f6ede.js.map → UserProfileContext-0ba63e74.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-6fb43893.js → VoiceMessageInputWrapper-4002f82c.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-6fb43893.js.map → VoiceMessageInputWrapper-4002f82c.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-6f5c50c9.js → WebAudioUtils-464d1b24.js} +2 -2
- package/cjs/{WebAudioUtils-6f5c50c9.js.map → WebAudioUtils-464d1b24.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-f58da9b3.js → _rollupPluginBabelHelpers-55cedb4e.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-55cedb4e.js.map +1 -0
- package/cjs/{actionTypes-0afacc77.js → actionTypes-d0ee900c.js} +1 -1
- package/cjs/{actionTypes-0afacc77.js.map → actionTypes-d0ee900c.js.map} +1 -1
- package/cjs/{color-4b479a8a.js → color-cd28767d.js} +1 -1
- package/cjs/{color-4b479a8a.js.map → color-cd28767d.js.map} +1 -1
- package/cjs/{compareIds-a7a02d11.js → compareIds-bfd2aa5c.js} +1 -1
- package/cjs/{compareIds-a7a02d11.js.map → compareIds-bfd2aa5c.js.map} +1 -1
- package/cjs/{const-f1426e70.js → const-0a892289.js} +1 -1
- package/cjs/{const-f1426e70.js.map → const-0a892289.js.map} +1 -1
- package/cjs/{const-c83f07b1.js → const-1febeb93.js} +1 -1
- package/cjs/{const-c83f07b1.js.map → const-1febeb93.js.map} +1 -1
- package/cjs/{consts-bfde6705.js → consts-21602758.js} +1 -1
- package/cjs/{consts-bfde6705.js.map → consts-21602758.js.map} +1 -1
- package/cjs/{consts-24015fdf.js → consts-32a7edd5.js} +1 -1
- package/cjs/{consts-24015fdf.js.map → consts-32a7edd5.js.map} +1 -1
- package/cjs/{consts-e4ffca04.js → consts-7e716d54.js} +1 -1
- package/cjs/{consts-e4ffca04.js.map → consts-7e716d54.js.map} +1 -1
- package/cjs/{consts-f7daac47.js → consts-8fdfc193.js} +1 -1
- package/cjs/{consts-f7daac47.js.map → consts-8fdfc193.js.map} +1 -1
- package/cjs/{context-7d630059.js → context-cec3eafd.js} +2 -2
- package/cjs/{context-7d630059.js.map → context-cec3eafd.js.map} +1 -1
- package/cjs/dist/index.css +94 -94
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-cb5679df.js → index-03550680.js} +5 -5
- package/cjs/{index-cb5679df.js.map → index-03550680.js.map} +1 -1
- package/cjs/{index-9735b5c8.js → index-0a51fe0d.js} +3 -3
- package/cjs/{index-9735b5c8.js.map → index-0a51fe0d.js.map} +1 -1
- package/cjs/{index-58c55f0d.js → index-21750bb7.js} +4 -4
- package/cjs/{index-58c55f0d.js.map → index-21750bb7.js.map} +1 -1
- package/cjs/{index-0fef142a.js → index-24eb6469.js} +6 -6
- package/cjs/{index-0fef142a.js.map → index-24eb6469.js.map} +1 -1
- package/cjs/{index-9fc06787.js → index-3f6dff4b.js} +2 -2
- package/cjs/{index-9fc06787.js.map → index-3f6dff4b.js.map} +1 -1
- package/cjs/{index-c424ac5c.js → index-4204b92e.js} +6 -6
- package/cjs/{index-c424ac5c.js.map → index-4204b92e.js.map} +1 -1
- package/cjs/{index-be10e7a5.js → index-5b59618c.js} +3 -3
- package/cjs/{index-be10e7a5.js.map → index-5b59618c.js.map} +1 -1
- package/cjs/{index-c7e448be.js → index-6985da9c.js} +3 -3
- package/cjs/{index-c7e448be.js.map → index-6985da9c.js.map} +1 -1
- package/cjs/{index-9e300747.js → index-6a8cdde4.js} +2 -2
- package/cjs/{index-9e300747.js.map → index-6a8cdde4.js.map} +1 -1
- package/cjs/{index-aaab70a3.js → index-6cdf01b7.js} +1 -1
- package/cjs/{index-aaab70a3.js.map → index-6cdf01b7.js.map} +1 -1
- package/cjs/{index-dcb251fe.js → index-721849b2.js} +2 -2
- package/cjs/{index-dcb251fe.js.map → index-721849b2.js.map} +1 -1
- package/cjs/{index-6ae1d2c3.js → index-91f274c1.js} +2 -2
- package/cjs/{index-6ae1d2c3.js.map → index-91f274c1.js.map} +1 -1
- package/cjs/{index-a62aa212.js → index-d8c73bd0.js} +4 -4
- package/cjs/{index-a62aa212.js.map → index-d8c73bd0.js.map} +1 -1
- package/cjs/{index-828b84c4.js → index-dd05a8d2.js} +4 -4
- package/cjs/{index-828b84c4.js.map → index-dd05a8d2.js.map} +1 -1
- package/cjs/{index-125717cc.js → index-e27f5ec0.js} +2 -2
- package/cjs/{index-125717cc.js.map → index-e27f5ec0.js.map} +1 -1
- package/cjs/{index-b2f18372.js → index-f11415fd.js} +1 -1
- package/cjs/{index-b2f18372.js.map → index-f11415fd.js.map} +1 -1
- package/cjs/{index-1500be52.js → index-f4d184b2.js} +2 -2
- package/cjs/{index-1500be52.js.map → index-f4d184b2.js.map} +1 -1
- package/cjs/index.js +52 -52
- package/cjs/{index.module-9800f061.js → index.module-311d97fc.js} +1 -1
- package/cjs/{index.module-9800f061.js.map → index.module-311d97fc.js.map} +1 -1
- package/cjs/{resolvedReplyType-ed430590.js → resolvedReplyType-6cbaa115.js} +1 -1
- package/cjs/{resolvedReplyType-ed430590.js.map → resolvedReplyType-6cbaa115.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-9465a746.js → stringSet-6a48cfbf.js} +1 -1
- package/cjs/{stringSet-9465a746.js.map → stringSet-6a48cfbf.js.map} +1 -1
- package/cjs/{tokenize-cf1c9be5.js → tokenize-12d17063.js} +2 -2
- package/cjs/{tokenize-cf1c9be5.js.map → tokenize-12d17063.js.map} +1 -1
- package/cjs/{topics-3ce11cd2.js → topics-78ec67ae.js} +1 -1
- package/cjs/{topics-3ce11cd2.js.map → topics-78ec67ae.js.map} +1 -1
- package/cjs/{types-72bfa488.js → types-a035935b.js} +1 -1
- package/cjs/{types-72bfa488.js.map → types-a035935b.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 +19 -16
- 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/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 +8 -8
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +8 -8
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +14 -14
- package/cjs/ui/OpenChannelAdminMessage.js +2 -2
- package/cjs/ui/OpenChannelAvatar.js +5 -5
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +15 -15
- package/cjs/ui/OpenchannelOGMessage.js +18 -18
- package/cjs/ui/OpenchannelThumbnailMessage.js +14 -14
- package/cjs/ui/OpenchannelUserMessage.js +15 -15
- package/cjs/ui/PlaceHolder.js +5 -5
- package/cjs/ui/PlaybackTime.js +2 -2
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +2 -2
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +1 -1
- package/cjs/ui/TextButton.js +1 -1
- package/cjs/ui/TextMessageItemBody.js +14 -14
- package/cjs/ui/ThreadReplies.js +5 -5
- package/cjs/ui/ThumbnailMessageItemBody.js +5 -5
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +2 -2
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +10 -10
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +9 -9
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useDirtyGetMentions-e062b043.js → useDirtyGetMentions-85a585c8.js} +1 -1
- package/cjs/{useDirtyGetMentions-e062b043.js.map → useDirtyGetMentions-85a585c8.js.map} +1 -1
- package/cjs/{useLongPress-65a5e29a.js → useLongPress-29ed889c.js} +3 -3
- package/cjs/{useLongPress-65a5e29a.js.map → useLongPress-29ed889c.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-13416461.js → utils-3f17ac7f.js} +1 -1
- package/cjs/{utils-13416461.js.map → utils-3f17ac7f.js.map} +1 -1
- package/cjs/{utils-a67aff03.js → utils-51af5199.js} +1 -1
- package/cjs/{utils-a67aff03.js.map → utils-51af5199.js.map} +1 -1
- package/cjs/{utils-e1081218.js → utils-6ffa812c.js} +1 -1
- package/cjs/{utils-e1081218.js.map → utils-6ffa812c.js.map} +1 -1
- package/cjs/{utils-24239d5b.js → utils-acfb3385.js} +2 -2
- package/cjs/{utils-24239d5b.js.map → utils-acfb3385.js.map} +1 -1
- package/cjs/{uuid-9b087dff.js → uuid-1f668ab0.js} +1 -1
- package/cjs/{uuid-9b087dff.js.map → uuid-1f668ab0.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-336c2a43.js → color-244907cc.js} +1 -1
- package/{color-336c2a43.js.map → color-244907cc.js.map} +1 -1
- package/{compareIds-342b104a.js → compareIds-fe890562.js} +1 -1
- package/{compareIds-342b104a.js.map → compareIds-fe890562.js.map} +1 -1
- package/{const-f8acfdd0.js → const-40df1564.js} +1 -1
- package/{const-f8acfdd0.js.map → const-40df1564.js.map} +1 -1
- package/{const-802fe6f5.js → const-fe46a6e4.js} +1 -1
- package/{const-802fe6f5.js.map → const-fe46a6e4.js.map} +1 -1
- package/{consts-2388eb4a.js → consts-37a17358.js} +1 -1
- package/{consts-2388eb4a.js.map → consts-37a17358.js.map} +1 -1
- package/{consts-6149b7c3.js → consts-3bf420fe.js} +1 -1
- package/{consts-6149b7c3.js.map → consts-3bf420fe.js.map} +1 -1
- package/{consts-8f973375.js → consts-744d2655.js} +1 -1
- package/{consts-8f973375.js.map → consts-744d2655.js.map} +1 -1
- package/{consts-6331ba53.js → consts-96cd681a.js} +1 -1
- package/{consts-6331ba53.js.map → consts-96cd681a.js.map} +1 -1
- package/{context-50f2fd9e.js → context-9a705237.js} +2 -2
- package/{context-50f2fd9e.js.map → context-9a705237.js.map} +1 -1
- package/dist/index.css +94 -94
- package/dist/index.css.map +1 -1
- package/{index-ee001012.js → index-0b62fd15.js} +4 -4
- package/{index-ee001012.js.map → index-0b62fd15.js.map} +1 -1
- package/{index-7c4248d0.js → index-164a786c.js} +3 -3
- package/{index-7c4248d0.js.map → index-164a786c.js.map} +1 -1
- package/{index-25ec4683.js → index-3e63c940.js} +2 -2
- package/{index-25ec4683.js.map → index-3e63c940.js.map} +1 -1
- package/{index-74f170d0.js → index-4101093f.js} +6 -6
- package/{index-74f170d0.js.map → index-4101093f.js.map} +1 -1
- package/{index-ddb3fee0.js → index-47ca2b70.js} +3 -3
- package/{index-ddb3fee0.js.map → index-47ca2b70.js.map} +1 -1
- package/{index-2557d545.js → index-4d522c23.js} +1 -1
- package/{index-2557d545.js.map → index-4d522c23.js.map} +1 -1
- package/{index-5d58fc8a.js → index-5f393d4d.js} +5 -5
- package/{index-5d58fc8a.js.map → index-5f393d4d.js.map} +1 -1
- package/{index-ad7c61cd.js → index-671c01d4.js} +2 -2
- package/{index-ad7c61cd.js.map → index-671c01d4.js.map} +1 -1
- package/{index-3457dbb0.js → index-6827046f.js} +2 -2
- package/{index-3457dbb0.js.map → index-6827046f.js.map} +1 -1
- package/{index-65a41ca7.js → index-6f0dabad.js} +4 -4
- package/{index-65a41ca7.js.map → index-6f0dabad.js.map} +1 -1
- package/{index-8a3f3cdb.js → index-7465ab11.js} +6 -6
- package/{index-8a3f3cdb.js.map → index-7465ab11.js.map} +1 -1
- package/{index-e7807ce3.js → index-79cd393b.js} +2 -2
- package/{index-e7807ce3.js.map → index-79cd393b.js.map} +1 -1
- package/{index-e17137cf.js → index-a199b774.js} +2 -2
- package/{index-e17137cf.js.map → index-a199b774.js.map} +1 -1
- package/{index-cf60fa7d.js → index-c9024512.js} +2 -2
- package/{index-cf60fa7d.js.map → index-c9024512.js.map} +1 -1
- package/{index-17715d6f.js → index-d46addee.js} +1 -1
- package/{index-17715d6f.js.map → index-d46addee.js.map} +1 -1
- package/{index-451eeece.js → index-eb087331.js} +4 -4
- package/{index-451eeece.js.map → index-eb087331.js.map} +1 -1
- package/{index-d39af168.js → index-f178f446.js} +3 -3
- package/{index-d39af168.js.map → index-f178f446.js.map} +1 -1
- package/index.d.ts +43 -1
- package/index.js +52 -52
- package/{index.module-20d50779.js → index.module-928f99c4.js} +1 -1
- package/{index.module-20d50779.js.map → index.module-928f99c4.js.map} +1 -1
- package/package.json +1 -1
- package/{resolvedReplyType-1f21724e.js → resolvedReplyType-90e3a487.js} +1 -1
- package/{resolvedReplyType-1f21724e.js.map → resolvedReplyType-90e3a487.js.map} +1 -1
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-25c12e25.js → stringSet-dc813a23.js} +1 -1
- package/{stringSet-25c12e25.js.map → stringSet-dc813a23.js.map} +1 -1
- package/{tokenize-cf6308cc.js → tokenize-483a0650.js} +2 -2
- package/{tokenize-cf6308cc.js.map → tokenize-483a0650.js.map} +1 -1
- package/{topics-6829ebfc.js → topics-956db9b6.js} +1 -1
- package/{topics-6829ebfc.js.map → topics-956db9b6.js.map} +1 -1
- package/{types-32f66d45.js → types-7fa2b640.js} +1 -1
- package/{types-32f66d45.js.map → types-7fa2b640.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 +19 -16
- package/ui/EmojiReactions.js.map +1 -1
- 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 +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-88f4f92a.js → useDirtyGetMentions-8e98e731.js} +1 -1
- package/{useDirtyGetMentions-88f4f92a.js.map → useDirtyGetMentions-8e98e731.js.map} +1 -1
- package/{useLongPress-c44b5c2a.js → useLongPress-0aa19213.js} +3 -3
- package/{useLongPress-c44b5c2a.js.map → useLongPress-0aa19213.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-a56ee147.js → utils-3ba31f40.js} +1 -1
- package/{utils-a56ee147.js.map → utils-3ba31f40.js.map} +1 -1
- package/{utils-419c615f.js → utils-b10bd97c.js} +1 -1
- package/{utils-419c615f.js.map → utils-b10bd97c.js.map} +1 -1
- package/{utils-12a602b2.js → utils-c6bd5589.js} +1 -1
- package/{utils-12a602b2.js.map → utils-c6bd5589.js.map} +1 -1
- package/{utils-0709884c.js → utils-db2232e6.js} +2 -2
- package/{utils-0709884c.js.map → utils-db2232e6.js.map} +1 -1
- package/{uuid-06b97c39.js → uuid-eeae1abb.js} +1 -1
- package/{uuid-06b97c39.js.map → uuid-eeae1abb.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelProvider-36e91de4.js.map +0 -1
- package/_rollupPluginBabelHelpers-e2ef1e65.js.map +0 -1
- package/cjs/ChannelProvider-1d8d3192.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-f58da9b3.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-db615943.js';
|
|
3
|
+
import { P as PUBSUB_TOPICS } from '../../topics-956db9b6.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-79cd393b.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-dc813a23.js';
|
|
14
|
+
import '../../index-4d522c23.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-d46addee.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-8922cdd8.js';
|
|
21
|
+
import '../../MediaQueryContext-6f2a46fa.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../color-
|
|
25
|
-
import '../../utils-
|
|
23
|
+
import '../../uuid-eeae1abb.js';
|
|
24
|
+
import '../../color-244907cc.js';
|
|
25
|
+
import '../../utils-b10bd97c.js';
|
|
26
26
|
import '@sendbird/chat/openChannel';
|
|
27
|
-
import '../../UserProfileContext-
|
|
27
|
+
import '../../UserProfileContext-fd812a54.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-db615943.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-79cd393b.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-dc813a23.js';
|
|
10
|
+
import '../../index-4d522c23.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../color-
|
|
12
|
+
import '../../color-244907cc.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-eeae1abb.js';
|
|
17
|
+
import '../../utils-b10bd97c.js';
|
|
18
|
+
import '../../topics-956db9b6.js';
|
|
19
19
|
import '../../ui/Modal.js';
|
|
20
20
|
import 'react-dom';
|
|
21
|
-
import '../../index-
|
|
21
|
+
import '../../index-d46addee.js';
|
|
22
22
|
import '../../ui/Button.js';
|
|
23
23
|
import '../../ui/IconButton.js';
|
|
24
|
-
import '../../_rollupPluginBabelHelpers-
|
|
25
|
-
import '../../MediaQueryContext-
|
|
24
|
+
import '../../_rollupPluginBabelHelpers-8922cdd8.js';
|
|
25
|
+
import '../../MediaQueryContext-6f2a46fa.js';
|
|
26
26
|
import '../../ui/Input.js';
|
|
27
27
|
import '../../withSendbird.js';
|
|
28
28
|
import '@sendbird/chat/openChannel';
|
|
29
|
-
import '../../UserProfileContext-
|
|
29
|
+
import '../../UserProfileContext-fd812a54.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-fd812a54.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-db615943.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-79cd393b.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-47ca2b70.js';
|
|
9
9
|
import { OperatorUI } from './OperatorUI.js';
|
|
10
|
-
import { P as ParticipantList } from '../../index-
|
|
10
|
+
import { P as ParticipantList } from '../../index-7465ab11.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-8922cdd8.js';
|
|
13
13
|
import '@sendbird/chat/openChannel';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-eeae1abb.js';
|
|
15
15
|
import 'prop-types';
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../stringSet-dc813a23.js';
|
|
17
|
+
import '../../index-4d522c23.js';
|
|
18
18
|
import '../../ui/Loader.js';
|
|
19
19
|
import './OpenChannelProfile.js';
|
|
20
20
|
import '../../ui/TextButton.js';
|
|
21
|
-
import '../../color-
|
|
21
|
+
import '../../color-244907cc.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-b10bd97c.js';
|
|
26
26
|
import './EditDetailsModal.js';
|
|
27
|
-
import '../../topics-
|
|
27
|
+
import '../../topics-956db9b6.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-d46addee.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
32
|
import '../../ui/IconButton.js';
|
|
33
|
-
import '../../MediaQueryContext-
|
|
33
|
+
import '../../MediaQueryContext-6f2a46fa.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-9a705237.js';
|
|
38
|
+
import '../../utils-3ba31f40.js';
|
|
39
39
|
import '../../ui/ContextMenu.js';
|
|
40
40
|
import '../../ui/SortByRow.js';
|
|
41
|
-
import '../../index-
|
|
41
|
+
import '../../index-6827046f.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-db615943.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-79cd393b.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-7465ab11.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-8922cdd8.js';
|
|
16
|
+
import { n as noop } from '../../utils-3ba31f40.js';
|
|
17
|
+
import '../../stringSet-dc813a23.js';
|
|
18
|
+
import '../../index-4d522c23.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '@sendbird/chat/openChannel';
|
|
21
|
-
import '../../UserProfileContext-
|
|
22
|
-
import '../../uuid-
|
|
21
|
+
import '../../UserProfileContext-fd812a54.js';
|
|
22
|
+
import '../../uuid-eeae1abb.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
24
|
import '../../ui/TextButton.js';
|
|
25
|
-
import '../../color-
|
|
25
|
+
import '../../color-244907cc.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-b10bd97c.js';
|
|
30
30
|
import './EditDetailsModal.js';
|
|
31
|
-
import '../../topics-
|
|
31
|
+
import '../../topics-956db9b6.js';
|
|
32
32
|
import '../../ui/Input.js';
|
|
33
33
|
import 'react-dom';
|
|
34
|
-
import '../../index-
|
|
35
|
-
import '../../MediaQueryContext-
|
|
36
|
-
import '../../context-
|
|
34
|
+
import '../../index-d46addee.js';
|
|
35
|
+
import '../../MediaQueryContext-6f2a46fa.js';
|
|
36
|
+
import '../../context-9a705237.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-6827046f.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-79cd393b.js';
|
|
7
|
+
export { P as default } from '../../index-7465ab11.js';
|
|
8
|
+
import '../../LocalizationContext-db615943.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-dc813a23.js';
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-8922cdd8.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-eeae1abb.js';
|
|
17
|
+
import '../../index-6827046f.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../UserProfileContext-
|
|
20
|
-
import '../../context-
|
|
21
|
-
import '../../utils-
|
|
19
|
+
import '../../UserProfileContext-fd812a54.js';
|
|
20
|
+
import '../../context-9a705237.js';
|
|
21
|
+
import '../../utils-3ba31f40.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-956db9b6.js';
|
|
28
|
+
import '../../index-4d522c23.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-d46addee.js';
|
|
33
|
+
import '../../MediaQueryContext-6f2a46fa.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-fd812a54.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-eeae1abb.js';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-8922cdd8.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-8922cdd8.js';
|
|
7
|
+
import './UserProfileContext-fd812a54.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
12
|
-
import './index-
|
|
9
|
+
import './LocalizationContext-db615943.js';
|
|
10
|
+
import './stringSet-dc813a23.js';
|
|
11
|
+
import './index-4d522c23.js';
|
|
12
|
+
import './index-79cd393b.js';
|
|
13
13
|
import './ui/Icon.js';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-47ca2b70.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-244907cc.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-eeae1abb.js';
|
|
24
|
+
import './utils-b10bd97c.js';
|
|
25
25
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
26
|
-
import './topics-
|
|
26
|
+
import './topics-956db9b6.js';
|
|
27
27
|
import './ui/Modal.js';
|
|
28
28
|
import 'react-dom';
|
|
29
|
-
import './index-
|
|
29
|
+
import './index-d46addee.js';
|
|
30
30
|
import './ui/Button.js';
|
|
31
31
|
import './ui/IconButton.js';
|
|
32
|
-
import './MediaQueryContext-
|
|
32
|
+
import './MediaQueryContext-6f2a46fa.js';
|
|
33
33
|
import './ui/Input.js';
|
|
34
|
-
import './index-
|
|
34
|
+
import './index-7465ab11.js';
|
|
35
35
|
import './ui/ContextMenu.js';
|
|
36
36
|
import './ui/SortByRow.js';
|
|
37
|
-
import './index-
|
|
37
|
+
import './index-6827046f.js';
|
|
38
38
|
import './utils/message/getOutgoingMessageState.js';
|
|
39
|
-
import './context-
|
|
40
|
-
import './utils-
|
|
39
|
+
import './context-9a705237.js';
|
|
40
|
+
import './utils-3ba31f40.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-db615943.js';
|
|
5
|
+
import { u as useThreadContext } from './ThreadProvider-9bfbc726.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-6a87c588.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoveMessageModal-
|
|
1
|
+
{"version":3,"file":"RemoveMessageModal-6a87c588.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-8922cdd8.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-928f99c4.js';
|
|
6
|
+
import { U as USER_ACTIONS } from './actionTypes-841e3c8f.js';
|
|
7
7
|
import SendbirdChat, { ConnectionHandler } from '@sendbird/chat';
|
|
8
|
-
import { u as uuidv4 } from './uuid-
|
|
8
|
+
import { u as uuidv4 } from './uuid-eeae1abb.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-6827046f.js';
|
|
12
12
|
import { UIKitConfigProvider, useUIKitConfig } from '@sendbird/uikit-tools';
|
|
13
|
-
import { V as VoicePlayerProvider } from './index-
|
|
13
|
+
import { V as VoicePlayerProvider } from './index-f178f446.js';
|
|
14
14
|
import { VoiceRecorderProvider } from './VoiceRecorder/context.js';
|
|
15
|
-
import { L as LocalizationProvider } from './LocalizationContext-
|
|
16
|
-
import { 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-db615943.js';
|
|
16
|
+
import { M as MediaQueryProvider } from './MediaQueryContext-6f2a46fa.js';
|
|
17
|
+
import { g as getStringSet } from './stringSet-dc813a23.js';
|
|
18
|
+
import { V as VOICE_RECORDER_DEFAULT_MAX, a as VOICE_RECORDER_DEFAULT_MIN } from './consts-744d2655.js';
|
|
19
|
+
import { g as getCaseResolvedReplyType, a as getCaseResolvedThreadReplySelectType } from './resolvedReplyType-90e3a487.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-d46addee.js';
|
|
25
25
|
import './ui/Button.js';
|
|
26
|
-
import './index-
|
|
26
|
+
import './index-79cd393b.js';
|
|
27
27
|
import 'prop-types';
|
|
28
28
|
import './ui/Icon.js';
|
|
29
29
|
import './ui/IconButton.js';
|
|
30
|
-
import './index-
|
|
30
|
+
import './index-4d522c23.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.3-rc-0';
|
|
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-8922cdd8.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-671c01d4.js';
|
|
4
|
+
import { R as RemoveMessage } from '../../RemoveMessageModal-6a87c588.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-6827046f.js';
|
|
7
|
+
import { g as getIsReactionEnabled } from '../../ChannelProvider-276de20a.js';
|
|
8
|
+
import { u as useLocalization } from '../../LocalizationContext-db615943.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-9bfbc726.js';
|
|
11
|
+
import { a as UserProfileContext } from '../../UserProfileContext-fd812a54.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-79cd393b.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-40df1564.js';
|
|
22
|
+
import { R as Role } from '../../types-7fa2b640.js';
|
|
23
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-6f2a46fa.js';
|
|
24
|
+
import { u as useLongPress } from '../../useLongPress-0aa19213.js';
|
|
25
|
+
import { M as MobileMenu } from '../../index-6f0dabad.js';
|
|
26
|
+
import { u as useDirtyGetMentions } from '../../useDirtyGetMentions-8e98e731.js';
|
|
27
|
+
import '../../index-4d522c23.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-d46addee.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
32
|
import 'prop-types';
|
|
33
|
-
import '../../stringSet-
|
|
33
|
+
import '../../stringSet-dc813a23.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-244907cc.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-3ba31f40.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-eeae1abb.js';
|
|
48
48
|
import '../../sendbirdSelectors.js';
|
|
49
|
-
import '../../topics-
|
|
49
|
+
import '../../topics-956db9b6.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-f178f446.js';
|
|
60
|
+
import '../../consts-744d2655.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-eb087331.js';
|
|
65
|
+
import '../../index.module-928f99c4.js';
|
|
66
|
+
import '../../tokenize-483a0650.js';
|
|
67
67
|
import '../../ui/MentionLabel.js';
|
|
68
68
|
import '../../ui/LinkLabel.js';
|
|
69
|
-
import '../../const-
|
|
70
|
-
import '../../compareIds-
|
|
69
|
+
import '../../const-fe46a6e4.js';
|
|
70
|
+
import '../../compareIds-fe890562.js';
|
|
71
71
|
import '@sendbird/chat/groupChannel';
|
|
72
72
|
import '@sendbird/chat/message';
|
|
73
|
-
import '../../resolvedReplyType-
|
|
73
|
+
import '../../resolvedReplyType-90e3a487.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-37a17358.js';
|
|
78
|
+
import '../../consts-3bf420fe.js';
|
|
79
|
+
import '../../consts-96cd681a.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;
|