@sendbird/uikit-react 3.4.0-rc.2 → 3.4.0-rc.3
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 +39 -39
- package/CHANGELOG.md +1 -1
- package/Channel/components/ChannelHeader.js +19 -19
- package/Channel/components/ChannelUI.js +32 -32
- package/Channel/components/FileViewer.js +15 -15
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +27 -27
- package/Channel/components/MessageInput.js +23 -23
- package/Channel/components/MessageList.js +28 -28
- 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 +14 -14
- package/Channel.js +32 -32
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +29 -29
- package/ChannelList/components/ChannelPreview.js +25 -25
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +29 -29
- package/{ChannelListProvider-43f3a74a.js → ChannelListProvider-0181b8e8.js} +8 -8
- package/{ChannelListProvider-43f3a74a.js.map → ChannelListProvider-0181b8e8.js.map} +1 -1
- package/{ChannelProvider-def8e42f.js → ChannelProvider-07627f89.js} +10 -10
- package/{ChannelProvider-def8e42f.js.map → ChannelProvider-07627f89.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +12 -12
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/ChannelSettings/components/LeaveChannel.js +12 -12
- package/ChannelSettings/components/ModerationPanel.js +15 -15
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +14 -14
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +18 -18
- package/CreateChannel/components/CreateChannelUI.js +14 -14
- package/CreateChannel/components/InviteUsers.js +14 -14
- package/CreateChannel/components/SelectChannelType.js +11 -11
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +14 -14
- package/{CreateChannelProvider-763b1601.js → CreateChannelProvider-ee6d8250.js} +1 -1
- package/{CreateChannelProvider-763b1601.js.map → CreateChannelProvider-ee6d8250.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +10 -10
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-a6aa8be8.js → LocalizationContext-4daeeb0b.js} +3 -3
- package/{LocalizationContext-a6aa8be8.js.map → LocalizationContext-4daeeb0b.js.map} +1 -1
- package/{MediaQueryContext-a551e770.js → MediaQueryContext-302dec11.js} +1 -1
- package/{MediaQueryContext-a551e770.js.map → MediaQueryContext-302dec11.js.map} +1 -1
- package/{MemberList-304b6711.js → MemberList-523cb5d1.js} +5 -5
- package/{MemberList-304b6711.js.map → MemberList-523cb5d1.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +12 -12
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +12 -12
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/OpenChannel/components/OpenChannelUI.js +24 -24
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +24 -24
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-9dddf0c2.js → OpenChannelListProvider-b4bbd1ca.js} +3 -3
- package/{OpenChannelListProvider-9dddf0c2.js.map → OpenChannelListProvider-b4bbd1ca.js.map} +1 -1
- package/{OpenChannelProvider-931c2c9e.js → OpenChannelProvider-66965e8b.js} +7 -7
- package/{OpenChannelProvider-931c2c9e.js.map → OpenChannelProvider-66965e8b.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +18 -18
- package/{RemoveMessageModal-aee6074c.js → RemoveMessageModal-8b30f572.js} +3 -3
- package/{RemoveMessageModal-aee6074c.js.map → RemoveMessageModal-8b30f572.js.map} +1 -1
- package/SendbirdProvider.js +12 -12
- package/Thread/components/ParentMessageInfo.js +24 -24
- package/Thread/components/ParentMessageInfoItem.js +16 -16
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +27 -27
- package/Thread/components/ThreadListItem.js +27 -27
- package/Thread/components/ThreadMessageInput.js +24 -24
- package/Thread/components/ThreadUI.js +31 -31
- package/Thread/context.js +9 -9
- package/Thread.js +31 -31
- package/{ThreadProvider-e0d19ff6.js → ThreadProvider-522102d8.js} +7 -7
- package/{ThreadProvider-e0d19ff6.js.map → ThreadProvider-522102d8.js.map} +1 -1
- package/{UserProfileContext-dd096494.js → UserProfileContext-09f67c7e.js} +1 -1
- package/{UserProfileContext-dd096494.js.map → UserProfileContext-09f67c7e.js.map} +1 -1
- package/{VoiceMessageInputWrapper-f70b47c7.js → VoiceMessageInputWrapper-4a7dd349.js} +7 -7
- package/{VoiceMessageInputWrapper-f70b47c7.js.map → VoiceMessageInputWrapper-4a7dd349.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +3 -3
- package/VoiceRecorder/context.js +4 -4
- package/VoiceRecorder/context.js.map +1 -1
- package/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/{_rollupPluginBabelHelpers-3e5825fa.js → _rollupPluginBabelHelpers-b78f44f0.js} +1 -1
- package/_rollupPluginBabelHelpers-b78f44f0.js.map +1 -0
- package/{actionTypes-3245f646.js → actionTypes-3685fd77.js} +1 -1
- package/{actionTypes-3245f646.js.map → actionTypes-3685fd77.js.map} +1 -1
- package/cjs/App.js +39 -39
- package/cjs/Channel/components/ChannelHeader.js +19 -19
- package/cjs/Channel/components/ChannelUI.js +32 -32
- package/cjs/Channel/components/FileViewer.js +15 -15
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +27 -27
- package/cjs/Channel/components/MessageInput.js +23 -23
- package/cjs/Channel/components/MessageList.js +28 -28
- 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 +14 -14
- package/cjs/Channel.js +32 -32
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +29 -29
- package/cjs/ChannelList/components/ChannelPreview.js +25 -25
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +29 -29
- package/cjs/{ChannelListProvider-81b54cf3.js → ChannelListProvider-db1034ff.js} +8 -8
- package/cjs/{ChannelListProvider-81b54cf3.js.map → ChannelListProvider-db1034ff.js.map} +1 -1
- package/cjs/{ChannelProvider-498847bc.js → ChannelProvider-90eaf8d4.js} +10 -10
- package/cjs/{ChannelProvider-498847bc.js.map → ChannelProvider-90eaf8d4.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
- package/cjs/ChannelSettings/components/ModerationPanel.js +15 -15
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +14 -14
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +18 -18
- package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
- package/cjs/CreateChannel/components/InviteUsers.js +14 -14
- package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +14 -14
- package/cjs/{CreateChannelProvider-a7ea8fd0.js → CreateChannelProvider-650e04d7.js} +1 -1
- package/cjs/{CreateChannelProvider-a7ea8fd0.js.map → CreateChannelProvider-650e04d7.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +10 -10
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-53fd4ae9.js → LocalizationContext-96daa26e.js} +3 -3
- package/cjs/{LocalizationContext-53fd4ae9.js.map → LocalizationContext-96daa26e.js.map} +1 -1
- package/cjs/{MediaQueryContext-cfb37524.js → MediaQueryContext-9bc6235f.js} +1 -1
- package/cjs/{MediaQueryContext-cfb37524.js.map → MediaQueryContext-9bc6235f.js.map} +1 -1
- package/cjs/{MemberList-5d8110fb.js → MemberList-455c2b0c.js} +5 -5
- package/cjs/{MemberList-5d8110fb.js.map → MemberList-455c2b0c.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +12 -12
- package/cjs/MessageSearch/context.js +2 -2
- package/cjs/MessageSearch.js +12 -12
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +24 -24
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-523d5e22.js → OpenChannelListProvider-77c9fbbb.js} +3 -3
- package/cjs/{OpenChannelListProvider-523d5e22.js.map → OpenChannelListProvider-77c9fbbb.js.map} +1 -1
- package/cjs/{OpenChannelProvider-49f11291.js → OpenChannelProvider-9cec5cd4.js} +7 -7
- package/cjs/{OpenChannelProvider-49f11291.js.map → OpenChannelProvider-9cec5cd4.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +18 -18
- package/cjs/{RemoveMessageModal-29719052.js → RemoveMessageModal-b3192d64.js} +3 -3
- package/cjs/{RemoveMessageModal-29719052.js.map → RemoveMessageModal-b3192d64.js.map} +1 -1
- package/cjs/SendbirdProvider.js +12 -12
- package/cjs/Thread/components/ParentMessageInfo.js +24 -24
- package/cjs/Thread/components/ParentMessageInfoItem.js +16 -16
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +27 -27
- package/cjs/Thread/components/ThreadListItem.js +27 -27
- package/cjs/Thread/components/ThreadMessageInput.js +24 -24
- package/cjs/Thread/components/ThreadUI.js +31 -31
- package/cjs/Thread/context.js +9 -9
- package/cjs/Thread.js +31 -31
- package/cjs/{ThreadProvider-2dc43e25.js → ThreadProvider-19361728.js} +7 -7
- package/cjs/{ThreadProvider-2dc43e25.js.map → ThreadProvider-19361728.js.map} +1 -1
- package/cjs/{UserProfileContext-c7d6be85.js → UserProfileContext-bfd64db5.js} +1 -1
- package/cjs/{UserProfileContext-c7d6be85.js.map → UserProfileContext-bfd64db5.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-965de260.js → VoiceMessageInputWrapper-531de35b.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-965de260.js.map → VoiceMessageInputWrapper-531de35b.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +3 -3
- package/cjs/VoiceRecorder/context.js +1 -1
- package/cjs/VoiceRecorder/context.js.map +1 -1
- package/cjs/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/cjs/{_rollupPluginBabelHelpers-3c8c757e.js → _rollupPluginBabelHelpers-28744a32.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-28744a32.js.map +1 -0
- package/cjs/{actionTypes-30b8654a.js → actionTypes-46b359e2.js} +1 -1
- package/cjs/{actionTypes-30b8654a.js.map → actionTypes-46b359e2.js.map} +1 -1
- package/cjs/{color-578986d2.js → color-5efe1d41.js} +1 -1
- package/cjs/{color-578986d2.js.map → color-5efe1d41.js.map} +1 -1
- package/cjs/{compareIds-d78964c7.js → compareIds-3fedd5a6.js} +1 -1
- package/cjs/{compareIds-d78964c7.js.map → compareIds-3fedd5a6.js.map} +1 -1
- package/cjs/{const-5e034408.js → const-3f17c1cc.js} +1 -1
- package/cjs/{const-5e034408.js.map → const-3f17c1cc.js.map} +1 -1
- package/cjs/{const-6d262369.js → const-ff05ead2.js} +1 -1
- package/cjs/{const-6d262369.js.map → const-ff05ead2.js.map} +1 -1
- package/cjs/{consts-b08b4ca6.js → consts-33111201.js} +1 -1
- package/cjs/{consts-b08b4ca6.js.map → consts-33111201.js.map} +1 -1
- package/cjs/{context-43fa845b.js → context-b6e29045.js} +2 -2
- package/cjs/{context-43fa845b.js.map → context-b6e29045.js.map} +1 -1
- package/cjs/dist/index.css +119 -119
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-a283267f.js → index-052d46a8.js} +2 -2
- package/cjs/{index-a283267f.js.map → index-052d46a8.js.map} +1 -1
- package/cjs/{index-331d013f.js → index-21d53a07.js} +7 -7
- package/cjs/{index-331d013f.js.map → index-21d53a07.js.map} +1 -1
- package/cjs/{index-160b94cd.js → index-246e3b08.js} +3 -3
- package/cjs/{index-160b94cd.js.map → index-246e3b08.js.map} +1 -1
- package/cjs/{index-178229c9.js → index-4179358d.js} +3 -3
- package/cjs/{index-178229c9.js.map → index-4179358d.js.map} +1 -1
- package/cjs/{index-482bbe89.js → index-426c8bab.js} +2 -2
- package/cjs/{index-482bbe89.js.map → index-426c8bab.js.map} +1 -1
- package/cjs/{index-5706b33b.js → index-50398b54.js} +2 -2
- package/cjs/{index-5706b33b.js.map → index-50398b54.js.map} +1 -1
- package/cjs/{index-cc0a43a7.js → index-5067b9ac.js} +2 -2
- package/cjs/{index-cc0a43a7.js.map → index-5067b9ac.js.map} +1 -1
- package/cjs/{index-a6416067.js → index-52589393.js} +7 -7
- package/cjs/{index-a6416067.js.map → index-52589393.js.map} +1 -1
- package/cjs/{index-db48f031.js → index-9f3e208a.js} +2 -2
- package/cjs/{index-db48f031.js.map → index-9f3e208a.js.map} +1 -1
- package/cjs/{index-7c018421.js → index-b95fe816.js} +1 -1
- package/cjs/{index-7c018421.js.map → index-b95fe816.js.map} +1 -1
- package/cjs/{index-ef4f97c8.js → index-c34aa203.js} +5 -5
- package/cjs/{index-ef4f97c8.js.map → index-c34aa203.js.map} +1 -1
- package/cjs/{index-7630682a.js → index-d340da0c.js} +4 -4
- package/cjs/{index-7630682a.js.map → index-d340da0c.js.map} +1 -1
- package/cjs/{index-e42edbd5.js → index-ecc3e24d.js} +10 -6
- package/cjs/index-ecc3e24d.js.map +1 -0
- package/cjs/{index-e49314a5.js → index-f6ff50c4.js} +1 -1
- package/cjs/{index-e49314a5.js.map → index-f6ff50c4.js.map} +1 -1
- package/cjs/index.js +43 -43
- package/cjs/lame.all.js +2376 -14333
- package/cjs/lame.all.js.map +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-42fa6280.js → stringSet-071d4406.js} +1 -1
- package/cjs/{stringSet-42fa6280.js.map → stringSet-071d4406.js.map} +1 -1
- package/cjs/{topics-bc8e923e.js → topics-aca671cd.js} +1 -1
- package/cjs/{topics-bc8e923e.js.map → topics-aca671cd.js.map} +1 -1
- package/cjs/{tslib.es6-5163dacf.js → tslib.es6-88ed2248.js} +1 -1
- package/cjs/{tslib.es6-5163dacf.js.map → tslib.es6-88ed2248.js.map} +1 -1
- package/cjs/{types-c8782eaf.js → types-844c5e5e.js} +1 -1
- package/cjs/{types-c8782eaf.js.map → types-844c5e5e.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.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/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +11 -11
- package/cjs/ui/MessageContent.js +23 -23
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +8 -8
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +11 -11
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +16 -16
- package/cjs/ui/OpenchannelOGMessage.js +16 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
- package/cjs/ui/OpenchannelUserMessage.js +16 -16
- package/cjs/ui/PlaceHolder.js +6 -6
- 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 +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +11 -11
- package/cjs/ui/ThreadReplies.js +6 -6
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/VoiceMessageItemBody.js +5 -5
- package/cjs/ui/VoiceMessgeInput.js +8 -8
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useLongPress-591a6fa9.js → useLongPress-8387a957.js} +3 -3
- package/cjs/{useLongPress-591a6fa9.js.map → useLongPress-8387a957.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-ea9d80f3.js → utils-1c34989b.js} +1 -1
- package/cjs/{utils-ea9d80f3.js.map → utils-1c34989b.js.map} +1 -1
- package/cjs/{utils-09e1cb5d.js → utils-772a7f91.js} +1 -1
- package/cjs/{utils-09e1cb5d.js.map → utils-772a7f91.js.map} +1 -1
- package/cjs/{utils-bafa76b3.js → utils-7d05e1de.js} +2 -2
- package/cjs/{utils-bafa76b3.js.map → utils-7d05e1de.js.map} +1 -1
- package/cjs/{utils-dfe9178d.js → utils-e2cccbe7.js} +1 -1
- package/cjs/{utils-dfe9178d.js.map → utils-e2cccbe7.js.map} +1 -1
- package/cjs/{uuid-e879709a.js → uuid-5499c9f4.js} +1 -1
- package/cjs/{uuid-e879709a.js.map → uuid-5499c9f4.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-ed83ffc3.js → color-e2230e8b.js} +1 -1
- package/{color-ed83ffc3.js.map → color-e2230e8b.js.map} +1 -1
- package/{compareIds-c8335d61.js → compareIds-83f851ce.js} +1 -1
- package/{compareIds-c8335d61.js.map → compareIds-83f851ce.js.map} +1 -1
- package/{const-a965f964.js → const-50617e3a.js} +1 -1
- package/{const-a965f964.js.map → const-50617e3a.js.map} +1 -1
- package/{const-e27598a1.js → const-ca46adf6.js} +1 -1
- package/{const-e27598a1.js.map → const-ca46adf6.js.map} +1 -1
- package/{consts-886b25ca.js → consts-243f8df6.js} +1 -1
- package/{consts-886b25ca.js.map → consts-243f8df6.js.map} +1 -1
- package/{context-2f7024fc.js → context-e729e390.js} +2 -2
- package/{context-2f7024fc.js.map → context-e729e390.js.map} +1 -1
- package/dist/index.css +119 -119
- package/dist/index.css.map +1 -1
- package/{index-6ccea9a6.js → index-161c05da.js} +2 -2
- package/{index-6ccea9a6.js.map → index-161c05da.js.map} +1 -1
- package/{index-67c5e94c.js → index-3a87f118.js} +2 -2
- package/{index-67c5e94c.js.map → index-3a87f118.js.map} +1 -1
- package/{index-d4908e3c.js → index-4bbbea68.js} +1 -1
- package/{index-d4908e3c.js.map → index-4bbbea68.js.map} +1 -1
- package/{index-3a76c1d2.js → index-587bb3bd.js} +7 -7
- package/{index-3a76c1d2.js.map → index-587bb3bd.js.map} +1 -1
- package/{index-1c547263.js → index-683afa58.js} +5 -5
- package/{index-1c547263.js.map → index-683afa58.js.map} +1 -1
- package/{index-86034384.js → index-7cf72737.js} +4 -4
- package/{index-86034384.js.map → index-7cf72737.js.map} +1 -1
- package/{index-7283bb53.js → index-8f893823.js} +3 -3
- package/{index-7283bb53.js.map → index-8f893823.js.map} +1 -1
- package/{index-c8a147a4.js → index-bb7ad379.js} +7 -7
- package/{index-c8a147a4.js.map → index-bb7ad379.js.map} +1 -1
- package/{index-757a563a.js → index-c4c39acb.js} +1 -1
- package/{index-757a563a.js.map → index-c4c39acb.js.map} +1 -1
- package/{index-00eb27a6.js → index-c9e463fe.js} +2 -2
- package/{index-00eb27a6.js.map → index-c9e463fe.js.map} +1 -1
- package/{index-8ee9e1f5.js → index-d7a0c94d.js} +2 -2
- package/{index-8ee9e1f5.js.map → index-d7a0c94d.js.map} +1 -1
- package/{index-a3a4b35c.js → index-e360a65e.js} +3 -3
- package/{index-a3a4b35c.js.map → index-e360a65e.js.map} +1 -1
- package/{index-978b3d6d.js → index-e7848a92.js} +10 -6
- package/index-e7848a92.js.map +1 -0
- package/{index-4625f10e.js → index-fcab817e.js} +2 -2
- package/{index-4625f10e.js.map → index-fcab817e.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +43 -43
- package/lame.all.js +2376 -14331
- package/lame.all.js.map +1 -1
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-ad8993d1.js → stringSet-cbfee5c4.js} +1 -1
- package/{stringSet-ad8993d1.js.map → stringSet-cbfee5c4.js.map} +1 -1
- package/{topics-9fbe0d61.js → topics-e015bff4.js} +1 -1
- package/{topics-9fbe0d61.js.map → topics-e015bff4.js.map} +1 -1
- package/{tslib.es6-cd680863.js → tslib.es6-ce2a9c4a.js} +1 -1
- package/{tslib.es6-cd680863.js.map → tslib.es6-ce2a9c4a.js.map} +1 -1
- package/{types-17028dc8.js → types-716473cb.js} +1 -1
- package/{types-17028dc8.js.map → types-716473cb.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +11 -11
- package/ui/MessageContent.js +23 -23
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +11 -11
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +16 -16
- package/ui/OpenchannelOGMessage.js +16 -16
- package/ui/OpenchannelThumbnailMessage.js +15 -15
- package/ui/OpenchannelUserMessage.js +16 -16
- package/ui/PlaceHolder.js +6 -6
- package/ui/PlaybackTime.js +2 -2
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +11 -11
- package/ui/ThreadReplies.js +6 -6
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +10 -10
- package/ui/VoiceMessageItemBody.js +5 -5
- package/ui/VoiceMessgeInput.js +8 -8
- package/ui/Word.js +11 -11
- package/{useLongPress-49f5ba4f.js → useLongPress-b8c1e9d0.js} +3 -3
- package/{useLongPress-49f5ba4f.js.map → useLongPress-b8c1e9d0.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/{utils-d5c443b8.js → utils-0c116669.js} +2 -2
- package/{utils-d5c443b8.js.map → utils-0c116669.js.map} +1 -1
- package/{utils-aae15fda.js → utils-22cf0b3a.js} +1 -1
- package/{utils-aae15fda.js.map → utils-22cf0b3a.js.map} +1 -1
- package/{utils-fe2f08d7.js → utils-7f4e907b.js} +1 -1
- package/{utils-fe2f08d7.js.map → utils-7f4e907b.js.map} +1 -1
- package/{utils-c196d7c4.js → utils-bb62cae7.js} +1 -1
- package/{utils-c196d7c4.js.map → utils-bb62cae7.js.map} +1 -1
- package/{uuid-9f7da91d.js → uuid-3e094678.js} +1 -1
- package/{uuid-9f7da91d.js.map → uuid-3e094678.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-3e5825fa.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-3c8c757e.js.map +0 -1
- package/cjs/index-e42edbd5.js.map +0 -1
- package/index-978b3d6d.js.map +0 -1
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { c as UPDATE_OPEN_CHANNEL } from '../../topics-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4daeeb0b.js';
|
|
3
|
+
import { c as UPDATE_OPEN_CHANNEL } from '../../topics-e015bff4.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-3a87f118.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-cbfee5c4.js';
|
|
14
|
+
import '../../index-c4c39acb.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-4bbbea68.js';
|
|
17
17
|
import '../../ui/Icon.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../tslib.es6-
|
|
21
|
-
import '../../MediaQueryContext-
|
|
20
|
+
import '../../tslib.es6-ce2a9c4a.js';
|
|
21
|
+
import '../../MediaQueryContext-302dec11.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../color-
|
|
25
|
-
import '../../utils-
|
|
23
|
+
import '../../uuid-3e094678.js';
|
|
24
|
+
import '../../color-e2230e8b.js';
|
|
25
|
+
import '../../utils-bb62cae7.js';
|
|
26
26
|
import '@sendbird/chat/openChannel';
|
|
27
|
-
import '../../UserProfileContext-
|
|
27
|
+
import '../../UserProfileContext-09f67c7e.js';
|
|
28
28
|
import '../../withSendbird.js';
|
|
29
|
-
import '../../_rollupPluginBabelHelpers-
|
|
29
|
+
import '../../_rollupPluginBabelHelpers-b78f44f0.js';
|
|
30
30
|
|
|
31
31
|
var EditDetails = function (props) {
|
|
32
32
|
var onCancel = props.onCancel;
|
|
@@ -1,33 +1,33 @@
|
|
|
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-4daeeb0b.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3a87f118.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-cbfee5c4.js';
|
|
10
|
+
import '../../index-c4c39acb.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../tslib.es6-
|
|
13
|
-
import '../../color-
|
|
12
|
+
import '../../tslib.es6-ce2a9c4a.js';
|
|
13
|
+
import '../../color-e2230e8b.js';
|
|
14
14
|
import '../../ui/Avatar.js';
|
|
15
15
|
import '../../ui/ImageRenderer.js';
|
|
16
16
|
import '../../ui/Icon.js';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../utils-
|
|
19
|
-
import '../../topics-
|
|
17
|
+
import '../../uuid-3e094678.js';
|
|
18
|
+
import '../../utils-bb62cae7.js';
|
|
19
|
+
import '../../topics-e015bff4.js';
|
|
20
20
|
import '../../ui/Modal.js';
|
|
21
21
|
import 'react-dom';
|
|
22
|
-
import '../../index-
|
|
22
|
+
import '../../index-4bbbea68.js';
|
|
23
23
|
import '../../ui/Button.js';
|
|
24
24
|
import '../../ui/IconButton.js';
|
|
25
|
-
import '../../MediaQueryContext-
|
|
25
|
+
import '../../MediaQueryContext-302dec11.js';
|
|
26
26
|
import '../../ui/Input.js';
|
|
27
27
|
import '../../withSendbird.js';
|
|
28
|
-
import '../../_rollupPluginBabelHelpers-
|
|
28
|
+
import '../../_rollupPluginBabelHelpers-b78f44f0.js';
|
|
29
29
|
import '@sendbird/chat/openChannel';
|
|
30
|
-
import '../../UserProfileContext-
|
|
30
|
+
import '../../UserProfileContext-09f67c7e.js';
|
|
31
31
|
|
|
32
32
|
function ChannelProfile() {
|
|
33
33
|
var _a, _b;
|
|
@@ -1,45 +1,45 @@
|
|
|
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-09f67c7e.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-4daeeb0b.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3a87f118.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-7cf72737.js';
|
|
9
9
|
import { OperatorUI } from './OperatorUI.js';
|
|
10
|
-
import { P as ParticipantList } from '../../index-
|
|
10
|
+
import { P as ParticipantList } from '../../index-587bb3bd.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-b78f44f0.js';
|
|
13
13
|
import '@sendbird/chat/openChannel';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-3e094678.js';
|
|
15
15
|
import 'prop-types';
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
18
|
-
import '../../tslib.es6-
|
|
16
|
+
import '../../stringSet-cbfee5c4.js';
|
|
17
|
+
import '../../index-c4c39acb.js';
|
|
18
|
+
import '../../tslib.es6-ce2a9c4a.js';
|
|
19
19
|
import '../../ui/Loader.js';
|
|
20
20
|
import './OpenChannelProfile.js';
|
|
21
21
|
import '../../ui/TextButton.js';
|
|
22
|
-
import '../../color-
|
|
22
|
+
import '../../color-e2230e8b.js';
|
|
23
23
|
import '../../ui/OpenChannelAvatar.js';
|
|
24
24
|
import '../../ui/Avatar.js';
|
|
25
25
|
import '../../ui/ImageRenderer.js';
|
|
26
|
-
import '../../utils-
|
|
26
|
+
import '../../utils-bb62cae7.js';
|
|
27
27
|
import './EditDetailsModal.js';
|
|
28
|
-
import '../../topics-
|
|
28
|
+
import '../../topics-e015bff4.js';
|
|
29
29
|
import '../../ui/Modal.js';
|
|
30
30
|
import 'react-dom';
|
|
31
|
-
import '../../index-
|
|
31
|
+
import '../../index-4bbbea68.js';
|
|
32
32
|
import '../../ui/Button.js';
|
|
33
33
|
import '../../ui/IconButton.js';
|
|
34
|
-
import '../../MediaQueryContext-
|
|
34
|
+
import '../../MediaQueryContext-302dec11.js';
|
|
35
35
|
import '../../ui/Input.js';
|
|
36
36
|
import '../../ui/Accordion.js';
|
|
37
37
|
import '../../ui/AccordionGroup.js';
|
|
38
|
-
import '../../context-
|
|
39
|
-
import '../../utils-
|
|
38
|
+
import '../../context-e729e390.js';
|
|
39
|
+
import '../../utils-22cf0b3a.js';
|
|
40
40
|
import '../../ui/ContextMenu.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
|
-
import '../../index-
|
|
42
|
+
import '../../index-d7a0c94d.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import '../../ui/UserListItem.js';
|
|
45
45
|
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-4daeeb0b.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3a87f118.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-587bb3bd.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
|
-
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-
|
|
14
|
+
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-ce2a9c4a.js';
|
|
15
15
|
import UserListItem from '../../ui/UserListItem.js';
|
|
16
|
-
import { n as noop } from '../../utils-
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
16
|
+
import { n as noop } from '../../utils-22cf0b3a.js';
|
|
17
|
+
import '../../stringSet-cbfee5c4.js';
|
|
18
|
+
import '../../index-c4c39acb.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '@sendbird/chat/openChannel';
|
|
21
|
-
import '../../UserProfileContext-
|
|
22
|
-
import '../../uuid-
|
|
21
|
+
import '../../UserProfileContext-09f67c7e.js';
|
|
22
|
+
import '../../uuid-3e094678.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
|
-
import '../../_rollupPluginBabelHelpers-
|
|
24
|
+
import '../../_rollupPluginBabelHelpers-b78f44f0.js';
|
|
25
25
|
import '../../ui/TextButton.js';
|
|
26
|
-
import '../../color-
|
|
26
|
+
import '../../color-e2230e8b.js';
|
|
27
27
|
import '../../ui/OpenChannelAvatar.js';
|
|
28
28
|
import '../../ui/Avatar.js';
|
|
29
29
|
import '../../ui/ImageRenderer.js';
|
|
30
|
-
import '../../utils-
|
|
30
|
+
import '../../utils-bb62cae7.js';
|
|
31
31
|
import './EditDetailsModal.js';
|
|
32
|
-
import '../../topics-
|
|
32
|
+
import '../../topics-e015bff4.js';
|
|
33
33
|
import '../../ui/Input.js';
|
|
34
34
|
import 'react-dom';
|
|
35
|
-
import '../../index-
|
|
36
|
-
import '../../MediaQueryContext-
|
|
37
|
-
import '../../context-
|
|
35
|
+
import '../../index-4bbbea68.js';
|
|
36
|
+
import '../../MediaQueryContext-302dec11.js';
|
|
37
|
+
import '../../context-e729e390.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-d7a0c94d.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import '../../ui/MutedAvatarOverlay.js';
|
|
45
45
|
import '../../ui/Checkbox.js';
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import '../../tslib.es6-
|
|
1
|
+
import '../../tslib.es6-ce2a9c4a.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '../../ui/Button.js';
|
|
4
4
|
import '../../ui/ContextMenu.js';
|
|
5
5
|
import '../../ui/Icon.js';
|
|
6
6
|
import '../../ui/IconButton.js';
|
|
7
|
-
import '../../index-
|
|
8
|
-
export { P as default } from '../../index-
|
|
9
|
-
import '../../LocalizationContext-
|
|
7
|
+
import '../../index-3a87f118.js';
|
|
8
|
+
export { P as default } from '../../index-587bb3bd.js';
|
|
9
|
+
import '../../LocalizationContext-4daeeb0b.js';
|
|
10
10
|
import '../context.js';
|
|
11
11
|
import '../../useSendbirdStateContext.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../stringSet-
|
|
13
|
+
import '../../stringSet-cbfee5c4.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-3e094678.js';
|
|
17
|
+
import '../../index-d7a0c94d.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../UserProfileContext-
|
|
20
|
-
import '../../context-
|
|
21
|
-
import '../../utils-
|
|
19
|
+
import '../../UserProfileContext-09f67c7e.js';
|
|
20
|
+
import '../../context-e729e390.js';
|
|
21
|
+
import '../../utils-22cf0b3a.js';
|
|
22
22
|
import '../../ui/Avatar.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
24
|
import '../../ui/UserProfile.js';
|
|
25
25
|
import '../../sendbirdSelectors.js';
|
|
26
|
-
import '../../topics-
|
|
27
|
-
import '../../index-
|
|
26
|
+
import '../../topics-e015bff4.js';
|
|
27
|
+
import '../../index-c4c39acb.js';
|
|
28
28
|
import '../../withSendbird.js';
|
|
29
|
-
import '../../_rollupPluginBabelHelpers-
|
|
29
|
+
import '../../_rollupPluginBabelHelpers-b78f44f0.js';
|
|
30
30
|
import '@sendbird/chat/openChannel';
|
|
31
31
|
import '../../ui/Modal.js';
|
|
32
|
-
import '../../index-
|
|
33
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../index-4bbbea68.js';
|
|
33
|
+
import '../../MediaQueryContext-302dec11.js';
|
|
34
34
|
import '../../ui/UserListItem.js';
|
|
35
35
|
import '../../ui/MutedAvatarOverlay.js';
|
|
36
36
|
import '../../ui/Checkbox.js';
|
|
@@ -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-09f67c7e.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-3e094678.js';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-b78f44f0.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
|
|
10
10
|
var OpenChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/OpenChannelSettings.js
CHANGED
|
@@ -3,42 +3,42 @@ 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-b78f44f0.js';
|
|
7
|
+
import './UserProfileContext-09f67c7e.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
12
|
-
import './index-
|
|
9
|
+
import './LocalizationContext-4daeeb0b.js';
|
|
10
|
+
import './stringSet-cbfee5c4.js';
|
|
11
|
+
import './index-c4c39acb.js';
|
|
12
|
+
import './index-3a87f118.js';
|
|
13
13
|
import './ui/Icon.js';
|
|
14
|
-
import './index-
|
|
15
|
-
import './tslib.es6-
|
|
14
|
+
import './index-7cf72737.js';
|
|
15
|
+
import './tslib.es6-ce2a9c4a.js';
|
|
16
16
|
import './ui/Loader.js';
|
|
17
17
|
import './OpenChannelSettings/components/OperatorUI.js';
|
|
18
18
|
import './OpenChannelSettings/components/OpenChannelProfile.js';
|
|
19
19
|
import './ui/TextButton.js';
|
|
20
|
-
import './color-
|
|
20
|
+
import './color-e2230e8b.js';
|
|
21
21
|
import './ui/OpenChannelAvatar.js';
|
|
22
22
|
import './ui/Avatar.js';
|
|
23
23
|
import './ui/ImageRenderer.js';
|
|
24
|
-
import './uuid-
|
|
25
|
-
import './utils-
|
|
24
|
+
import './uuid-3e094678.js';
|
|
25
|
+
import './utils-bb62cae7.js';
|
|
26
26
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
27
|
-
import './topics-
|
|
27
|
+
import './topics-e015bff4.js';
|
|
28
28
|
import './ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import './index-
|
|
30
|
+
import './index-4bbbea68.js';
|
|
31
31
|
import './ui/Button.js';
|
|
32
32
|
import './ui/IconButton.js';
|
|
33
|
-
import './MediaQueryContext-
|
|
33
|
+
import './MediaQueryContext-302dec11.js';
|
|
34
34
|
import './ui/Input.js';
|
|
35
|
-
import './index-
|
|
35
|
+
import './index-587bb3bd.js';
|
|
36
36
|
import './ui/ContextMenu.js';
|
|
37
37
|
import './ui/SortByRow.js';
|
|
38
|
-
import './index-
|
|
38
|
+
import './index-d7a0c94d.js';
|
|
39
39
|
import './utils/message/getOutgoingMessageState.js';
|
|
40
|
-
import './context-
|
|
41
|
-
import './utils-
|
|
40
|
+
import './context-e729e390.js';
|
|
41
|
+
import './utils-22cf0b3a.js';
|
|
42
42
|
import './ui/UserProfile.js';
|
|
43
43
|
import './sendbirdSelectors.js';
|
|
44
44
|
import '@sendbird/chat/openChannel';
|
|
@@ -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-4daeeb0b.js';
|
|
5
|
+
import { u as useThreadContext } from './ThreadProvider-522102d8.js';
|
|
6
6
|
|
|
7
7
|
var RemoveMessage = function (props) {
|
|
8
8
|
var _a;
|
|
@@ -28,4 +28,4 @@ var RemoveMessage = function (props) {
|
|
|
28
28
|
};
|
|
29
29
|
|
|
30
30
|
export { RemoveMessage as R };
|
|
31
|
-
//# sourceMappingURL=RemoveMessageModal-
|
|
31
|
+
//# sourceMappingURL=RemoveMessageModal-8b30f572.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoveMessageModal-
|
|
1
|
+
{"version":3,"file":"RemoveMessageModal-8b30f572.js","sources":["../src/smart-components/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","onCancel","onSubmit","message","stringSet","useContext","LocalizationContext","deleteMessage","useThreadContext","React","ButtonTypes","DANGER","threadInfo","_a","replyCount","then","MESSAGE_MENU__DELETE","MODAL__DELETE_MESSAGE__TITLE"],"mappings":";;;;;;AAcA,IAAMA,aAAa,GAAiC,UAACC,KAAD,EAA0B;;;AAE1E,EAAA,IAAAC,QAAQ,GAGND,KAAK,CAAAC,QAHP;AAAA,MACAC,QAAQ,GAENF,KAAK,CAAAE,QAHP;AAAA,MAEAC,OAAO,GACLH,KAAK,QAHP,CAAA;AAIM,EAAA,IAAAI,SAAS,GAAKC,UAAU,CAACC,mBAAD,CAAV,UAAd,CAAA;AAEN,EAAA,IAAAC,aAAa,GACXC,gBAAgB,EAAA,cADlB,CAAA;AAEF,EAAA,oBACEC,6BAAC,KAAD,EAAA;IACE,IAAI,EAAEC,WAAW,CAACC,MADpB;AAEE,IAAA,QAAQ,EAAE,CAAA,MAAAR,OAAO,KAAA,IAAP,IAAAA,OAAO,KAAA,KAAA,CAAP,GAAO,KAAA,CAAP,GAAAA,OAAO,CAAES,UAAT,MAAqB,IAArB,IAAqBC,EAAA,KAAA,KAAA,CAArB,GAAqB,KAAA,CAArB,GAAqBA,EAAA,CAAAC,UAArB,IAAkC,CAF9C;AAGE,IAAA,QAAQ,EAAEb,QAHZ;AAIE,IAAA,QAAQ,EAAE,YAAA;AACRM,MAAAA,aAAa,CAACJ,OAAD,CAAb,CAAuBY,IAAvB,CAA4B,YAAA;AAC1Bd,QAAAA,QAAQ,KAAR,IAAA,IAAAA,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,QAAQ,EAAR,CAAA;AACAC,QAAAA,QAAQ,KAAR,IAAA,IAAAA,QAAQ,KAAR,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,QAAQ,EAAR,CAAA;OAFF,CAAA,CAAA;KALJ;IAUE,UAAU,EAAEE,SAAS,CAACY,oBAVxB;IAWE,SAAS,EAAEZ,SAAS,CAACa,4BAAAA;GAZzB,CAAA,CAAA;AAeD;;;;"}
|
package/SendbirdProvider.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-b78f44f0.js';
|
|
2
2
|
import React__default, { useLayoutEffect, useState, useEffect, useReducer } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { SendbirdSdkContext } from './withSendbird.js';
|
|
5
5
|
import SendbirdChat, { ConnectionHandler } from '@sendbird/chat';
|
|
6
6
|
import { OpenChannelModule } from '@sendbird/chat/openChannel';
|
|
7
7
|
import { GroupChannelModule } from '@sendbird/chat/groupChannel';
|
|
8
|
-
import { R as RESET_USER, I as INIT_USER, U as UPDATE_USER_INFO } from './actionTypes-
|
|
9
|
-
import { i as isTextuallyNull } from './index-
|
|
10
|
-
import { _ as __assign } from './tslib.es6-
|
|
8
|
+
import { R as RESET_USER, I as INIT_USER, U as UPDATE_USER_INFO } from './actionTypes-3685fd77.js';
|
|
9
|
+
import { i as isTextuallyNull } from './index-d7a0c94d.js';
|
|
10
|
+
import { _ as __assign } from './tslib.es6-ce2a9c4a.js';
|
|
11
11
|
import cssVars from 'css-vars-ponyfill';
|
|
12
|
-
import { u as uuidv4 } from './uuid-
|
|
12
|
+
import { u as uuidv4 } from './uuid-3e094678.js';
|
|
13
13
|
import { VoiceRecorderProvider } from './VoiceRecorder/context.js';
|
|
14
|
-
import { V as VoicePlayerProvider } from './index-
|
|
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-
|
|
14
|
+
import { V as VoicePlayerProvider } from './index-e360a65e.js';
|
|
15
|
+
import { L as LocalizationProvider } from './LocalizationContext-4daeeb0b.js';
|
|
16
|
+
import { M as MediaQueryProvider } from './MediaQueryContext-302dec11.js';
|
|
17
|
+
import { g as getStringSet } from './stringSet-cbfee5c4.js';
|
|
18
|
+
import { V as VOICE_RECORDER_DEFAULT_MAX, a as VOICE_RECORDER_DEFAULT_MIN } from './consts-243f8df6.js';
|
|
19
19
|
import './utils/message/getOutgoingMessageState.js';
|
|
20
20
|
import './lame.all.js';
|
|
21
|
-
import './index-
|
|
21
|
+
import './index-c4c39acb.js';
|
|
22
22
|
|
|
23
23
|
const INIT_SDK = 'INIT_SDK';
|
|
24
24
|
const SET_SDK_LOADING = 'SET_SDK_LOADING';
|
|
25
25
|
const RESET_SDK = 'RESET_SDK';
|
|
26
26
|
const SDK_ERROR = 'SDK_ERROR';
|
|
27
27
|
|
|
28
|
-
const APP_VERSION_STRING = '3.4.0-rc.
|
|
28
|
+
const APP_VERSION_STRING = '3.4.0-rc.3';
|
|
29
29
|
const disconnectSdk = _ref => {
|
|
30
30
|
let {
|
|
31
31
|
sdkDispatcher,
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-ce2a9c4a.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-161c05da.js';
|
|
4
|
+
import { R as RemoveMessage } from '../../RemoveMessageModal-8b30f572.js';
|
|
5
5
|
import ParentMessageInfoItem from './ParentMessageInfoItem.js';
|
|
6
|
-
import { B as getSenderName } from '../../index-
|
|
7
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
6
|
+
import { B as getSenderName } from '../../index-d7a0c94d.js';
|
|
7
|
+
import { u as useLocalization } from '../../LocalizationContext-4daeeb0b.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useThreadContext } from '../../ThreadProvider-
|
|
10
|
-
import { a as UserProfileContext } from '../../UserProfileContext-
|
|
9
|
+
import { u as useThreadContext } from '../../ThreadProvider-522102d8.js';
|
|
10
|
+
import { a as UserProfileContext } from '../../UserProfileContext-09f67c7e.js';
|
|
11
11
|
import SuggestedMentionList from '../../Channel/components/SuggestedMentionList.js';
|
|
12
12
|
import Avatar from '../../ui/Avatar.js';
|
|
13
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
13
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3a87f118.js';
|
|
14
14
|
import FileViewer from '../../ui/FileViewer.js';
|
|
15
15
|
import MessageItemMenu from '../../ui/MessageItemMenu.js';
|
|
16
16
|
import MessageItemReactionMenu from '../../ui/MessageItemReactionMenu.js';
|
|
17
17
|
import ContextMenu, { MenuItems } from '../../ui/ContextMenu.js';
|
|
18
18
|
import UserProfile from '../../ui/UserProfile.js';
|
|
19
19
|
import MessageInput from '../../ui/MessageInput.js';
|
|
20
|
-
import { M as MessageInputKeys } from '../../const-
|
|
21
|
-
import { R as Role } from '../../types-
|
|
22
|
-
import '../../index-
|
|
20
|
+
import { M as MessageInputKeys } from '../../const-50617e3a.js';
|
|
21
|
+
import { R as Role } from '../../types-716473cb.js';
|
|
22
|
+
import '../../index-c4c39acb.js';
|
|
23
23
|
import '../../ui/Modal.js';
|
|
24
24
|
import 'react-dom';
|
|
25
|
-
import '../../index-
|
|
25
|
+
import '../../index-4bbbea68.js';
|
|
26
26
|
import '../../ui/Button.js';
|
|
27
27
|
import 'prop-types';
|
|
28
|
-
import '../../stringSet-
|
|
28
|
+
import '../../stringSet-cbfee5c4.js';
|
|
29
29
|
import '../../ui/Icon.js';
|
|
30
30
|
import '../../ui/IconButton.js';
|
|
31
|
-
import '../../MediaQueryContext-
|
|
32
|
-
import '../../uuid-
|
|
31
|
+
import '../../MediaQueryContext-302dec11.js';
|
|
32
|
+
import '../../uuid-3e094678.js';
|
|
33
33
|
import '../../ui/Word.js';
|
|
34
34
|
import '../../ui/LinkLabel.js';
|
|
35
35
|
import '../../ui/MentionLabel.js';
|
|
36
36
|
import '../../ui/ImageRenderer.js';
|
|
37
37
|
import '../../ui/TextButton.js';
|
|
38
|
-
import '../../color-
|
|
38
|
+
import '../../color-e2230e8b.js';
|
|
39
39
|
import '../../ui/EmojiReactions.js';
|
|
40
40
|
import '../../ui/Tooltip.js';
|
|
41
41
|
import '../../ui/TooltipWrapper.js';
|
|
@@ -44,26 +44,26 @@ import '../../ui/ReactionButton.js';
|
|
|
44
44
|
import '../../ui/VoiceMessageItemBody.js';
|
|
45
45
|
import '../../ui/ProgressBar.js';
|
|
46
46
|
import '../../VoicePlayer/useVoicePlayer.js';
|
|
47
|
-
import '../../index-
|
|
48
|
-
import '../../consts-
|
|
47
|
+
import '../../index-e360a65e.js';
|
|
48
|
+
import '../../consts-243f8df6.js';
|
|
49
49
|
import '../../VoiceRecorder/context.js';
|
|
50
50
|
import '../../lame.all.js';
|
|
51
51
|
import '../../ui/PlaybackTime.js';
|
|
52
52
|
import '../../ui/Loader.js';
|
|
53
53
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
54
54
|
import '../../withSendbird.js';
|
|
55
|
-
import '../../_rollupPluginBabelHelpers-
|
|
55
|
+
import '../../_rollupPluginBabelHelpers-b78f44f0.js';
|
|
56
56
|
import '../context/types.js';
|
|
57
57
|
import '@sendbird/chat';
|
|
58
|
-
import '../../topics-
|
|
58
|
+
import '../../topics-e015bff4.js';
|
|
59
59
|
import '@sendbird/chat/groupChannel';
|
|
60
60
|
import '@sendbird/chat/message';
|
|
61
|
-
import '../../ChannelProvider-
|
|
62
|
-
import '../../compareIds-
|
|
63
|
-
import '../../const-
|
|
61
|
+
import '../../ChannelProvider-07627f89.js';
|
|
62
|
+
import '../../compareIds-83f851ce.js';
|
|
63
|
+
import '../../const-ca46adf6.js';
|
|
64
64
|
import '../../ui/SortByRow.js';
|
|
65
65
|
import '../../sendbirdSelectors.js';
|
|
66
|
-
import '../../utils-
|
|
66
|
+
import '../../utils-22cf0b3a.js';
|
|
67
67
|
import 'react-dom/server';
|
|
68
68
|
import '../../ui/MentionUserLabel.js';
|
|
69
69
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
3
|
-
import { s as isUserMessage, e as isEditedMessage, u as getUIKitMessageType, A as getUIKitMessageTypes, K as getUIKitFileType, t as truncateString, d as isVoiceMessage, o as isThumbnailMessage, v as isSentMessage, r as isVideoMessage, q as isGifMessage } from '../../index-
|
|
4
|
-
import { u as uuidv4 } from '../../uuid-
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { u as useLocalization } from '../../LocalizationContext-4daeeb0b.js';
|
|
3
|
+
import { s as isUserMessage, e as isEditedMessage, u as getUIKitMessageType, A as getUIKitMessageTypes, K as getUIKitFileType, t as truncateString, d as isVoiceMessage, o as isThumbnailMessage, v as isSentMessage, r as isVideoMessage, q as isGifMessage } from '../../index-d7a0c94d.js';
|
|
4
|
+
import { u as uuidv4 } from '../../uuid-3e094678.js';
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3a87f118.js';
|
|
6
6
|
import Word from '../../ui/Word.js';
|
|
7
7
|
import ImageRenderer from '../../ui/ImageRenderer.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
9
9
|
import TextButton from '../../ui/TextButton.js';
|
|
10
10
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
11
11
|
import EmojiReactions from '../../ui/EmojiReactions.js';
|
|
12
|
-
import { u as useThreadContext } from '../../ThreadProvider-
|
|
12
|
+
import { u as useThreadContext } from '../../ThreadProvider-522102d8.js';
|
|
13
13
|
import { VoiceMessageItemBody } from '../../ui/VoiceMessageItemBody.js';
|
|
14
|
-
import '../../stringSet-
|
|
15
|
-
import '../../index-
|
|
16
|
-
import '../../tslib.es6-
|
|
14
|
+
import '../../stringSet-cbfee5c4.js';
|
|
15
|
+
import '../../index-c4c39acb.js';
|
|
16
|
+
import '../../tslib.es6-ce2a9c4a.js';
|
|
17
17
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import '../../ui/LinkLabel.js';
|
|
@@ -22,28 +22,28 @@ import '../../ui/ContextMenu.js';
|
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import '../../ui/SortByRow.js';
|
|
24
24
|
import '../../ui/UserProfile.js';
|
|
25
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../UserProfileContext-09f67c7e.js';
|
|
26
26
|
import '../../sendbirdSelectors.js';
|
|
27
|
-
import '../../topics-
|
|
28
|
-
import '../../utils-
|
|
27
|
+
import '../../topics-e015bff4.js';
|
|
28
|
+
import '../../utils-22cf0b3a.js';
|
|
29
29
|
import '../../ui/Avatar.js';
|
|
30
30
|
import '../../ui/Button.js';
|
|
31
31
|
import '../../withSendbird.js';
|
|
32
|
-
import '../../_rollupPluginBabelHelpers-
|
|
33
|
-
import '../../color-
|
|
32
|
+
import '../../_rollupPluginBabelHelpers-b78f44f0.js';
|
|
33
|
+
import '../../color-e2230e8b.js';
|
|
34
34
|
import '../../ui/Tooltip.js';
|
|
35
35
|
import '../../ui/TooltipWrapper.js';
|
|
36
36
|
import '../../ui/ReactionBadge.js';
|
|
37
37
|
import '../../ui/ReactionButton.js';
|
|
38
|
-
import '../../index-
|
|
38
|
+
import '../../index-161c05da.js';
|
|
39
39
|
import '../context/types.js';
|
|
40
40
|
import '@sendbird/chat';
|
|
41
41
|
import '@sendbird/chat/groupChannel';
|
|
42
42
|
import '@sendbird/chat/message';
|
|
43
|
-
import '../../consts-
|
|
43
|
+
import '../../consts-243f8df6.js';
|
|
44
44
|
import '../../ui/ProgressBar.js';
|
|
45
45
|
import '../../VoicePlayer/useVoicePlayer.js';
|
|
46
|
-
import '../../index-
|
|
46
|
+
import '../../index-e360a65e.js';
|
|
47
47
|
import '../../VoiceRecorder/context.js';
|
|
48
48
|
import '../../lame.all.js';
|
|
49
49
|
import '../../ui/PlaybackTime.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useMemo } from 'react';
|
|
2
2
|
import IconButton from '../../ui/IconButton.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-3a87f118.js';
|
|
5
5
|
import TextButton from '../../ui/TextButton.js';
|
|
6
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
7
|
-
import '../../tslib.es6-
|
|
6
|
+
import { u as useLocalization } from '../../LocalizationContext-4daeeb0b.js';
|
|
7
|
+
import '../../tslib.es6-ce2a9c4a.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../color-
|
|
11
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-cbfee5c4.js';
|
|
10
|
+
import '../../color-e2230e8b.js';
|
|
11
|
+
import '../../index-c4c39acb.js';
|
|
12
12
|
|
|
13
13
|
function ThreadHeader(_a) {
|
|
14
14
|
var className = _a.className,
|