@sendbird/uikit-react 3.4.7-rc.0 → 3.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +45 -45
- package/CHANGELOG.md +49 -0
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +38 -38
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +33 -33
- package/Channel/components/MessageInput.js +26 -26
- package/Channel/components/MessageList.js +34 -34
- package/Channel/components/RemoveMessageModal.js +16 -16
- package/Channel/components/SuggestedMentionList.js +16 -16
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +38 -38
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +29 -29
- package/ChannelList/components/ChannelPreview.js +25 -25
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +7 -7
- package/ChannelList.js +29 -29
- package/{ChannelListProvider-0aff7f22.js → ChannelListProvider-8be91a05.js} +7 -7
- package/{ChannelListProvider-0aff7f22.js.map → ChannelListProvider-8be91a05.js.map} +1 -1
- package/{ChannelProvider-be9f80f1.js → ChannelProvider-d643e6d9.js} +10 -10
- package/{ChannelProvider-be9f80f1.js.map → ChannelProvider-d643e6d9.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +10 -10
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +17 -17
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-fc4f109b.js → CreateChannelProvider-5674e81b.js} +1 -1
- package/{CreateChannelProvider-fc4f109b.js.map → CreateChannelProvider-5674e81b.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-2b2fd3bc.js → LocalizationContext-ad70364c.js} +3 -3
- package/{LocalizationContext-2b2fd3bc.js.map → LocalizationContext-ad70364c.js.map} +1 -1
- package/{MediaQueryContext-c423a854.js → MediaQueryContext-4e555ef5.js} +1 -1
- package/{MediaQueryContext-c423a854.js.map → MediaQueryContext-4e555ef5.js.map} +1 -1
- package/{MemberList-6524c45a.js → MemberList-24b818f8.js} +5 -5
- package/{MemberList-6524c45a.js.map → MemberList-24b818f8.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +18 -18
- package/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/OpenChannel/components/OpenChannelUI.js +31 -31
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +31 -31
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-bf1dc8a8.js → OpenChannelListProvider-27822936.js} +3 -3
- package/{OpenChannelListProvider-bf1dc8a8.js.map → OpenChannelListProvider-27822936.js.map} +1 -1
- package/{OpenChannelProvider-7bcdec3e.js → OpenChannelProvider-5148963b.js} +7 -7
- package/{OpenChannelProvider-7bcdec3e.js.map → OpenChannelProvider-5148963b.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-21a59002.js → RemoveMessageModal-54d1b0a4.js} +3 -3
- package/{RemoveMessageModal-21a59002.js.map → RemoveMessageModal-54d1b0a4.js.map} +1 -1
- package/SendbirdProvider.js +12 -12
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +29 -29
- package/Thread/components/ParentMessageInfoItem.js +18 -18
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +32 -32
- package/Thread/components/ThreadListItem.js +32 -32
- package/Thread/components/ThreadMessageInput.js +27 -27
- package/Thread/components/ThreadUI.js +36 -36
- package/Thread/context.js +8 -8
- package/Thread.js +36 -36
- package/{ThreadProvider-8625c19c.js → ThreadProvider-96a5e77e.js} +7 -7
- package/{ThreadProvider-8625c19c.js.map → ThreadProvider-96a5e77e.js.map} +1 -1
- package/{UserProfileContext-7ed35692.js → UserProfileContext-b68f33fc.js} +1 -1
- package/{UserProfileContext-7ed35692.js.map → UserProfileContext-b68f33fc.js.map} +1 -1
- package/{VoiceMessageInputWrapper-6d3a3790.js → VoiceMessageInputWrapper-07631f8d.js} +7 -7
- package/{VoiceMessageInputWrapper-6d3a3790.js.map → VoiceMessageInputWrapper-07631f8d.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +3 -3
- package/VoiceRecorder/context.js +3 -3
- package/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/{WebAudioUtils-8a211e92.js → WebAudioUtils-3fb13b51.js} +1 -1
- package/{WebAudioUtils-8a211e92.js.map → WebAudioUtils-3fb13b51.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-e78a810d.js → _rollupPluginBabelHelpers-5d0c716a.js} +1 -1
- package/_rollupPluginBabelHelpers-5d0c716a.js.map +1 -0
- package/{actionTypes-8f622e32.js → actionTypes-b270327e.js} +1 -1
- package/{actionTypes-8f622e32.js.map → actionTypes-b270327e.js.map} +1 -1
- package/cjs/App.js +45 -45
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +38 -38
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +33 -33
- package/cjs/Channel/components/MessageInput.js +26 -26
- package/cjs/Channel/components/MessageList.js +34 -34
- package/cjs/Channel/components/RemoveMessageModal.js +16 -16
- package/cjs/Channel/components/SuggestedMentionList.js +16 -16
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +38 -38
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +29 -29
- package/cjs/ChannelList/components/ChannelPreview.js +25 -25
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +7 -7
- package/cjs/ChannelList.js +29 -29
- package/cjs/{ChannelListProvider-2ff89970.js → ChannelListProvider-6b61a484.js} +7 -7
- package/cjs/{ChannelListProvider-2ff89970.js.map → ChannelListProvider-6b61a484.js.map} +1 -1
- package/cjs/{ChannelProvider-ecfe2f2a.js → ChannelProvider-12a12f31.js} +10 -10
- package/cjs/{ChannelProvider-ecfe2f2a.js.map → ChannelProvider-12a12f31.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +10 -10
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +17 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-21dc2e99.js → CreateChannelProvider-2beb2415.js} +1 -1
- package/cjs/{CreateChannelProvider-21dc2e99.js.map → CreateChannelProvider-2beb2415.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-08499fd8.js → LocalizationContext-30772f4a.js} +3 -3
- package/cjs/{LocalizationContext-08499fd8.js.map → LocalizationContext-30772f4a.js.map} +1 -1
- package/cjs/{MediaQueryContext-8a0d2426.js → MediaQueryContext-3b09499c.js} +1 -1
- package/cjs/{MediaQueryContext-8a0d2426.js.map → MediaQueryContext-3b09499c.js.map} +1 -1
- package/cjs/{MemberList-4b19299f.js → MemberList-f0c4e234.js} +5 -5
- package/cjs/{MemberList-4b19299f.js.map → MemberList-f0c4e234.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +18 -18
- package/cjs/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/cjs/OpenChannel/components/OpenChannelUI.js +31 -31
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +31 -31
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-522d97e6.js → OpenChannelListProvider-d48bd733.js} +3 -3
- package/cjs/{OpenChannelListProvider-522d97e6.js.map → OpenChannelListProvider-d48bd733.js.map} +1 -1
- package/cjs/{OpenChannelProvider-76871cb6.js → OpenChannelProvider-56846c0c.js} +7 -7
- package/cjs/{OpenChannelProvider-76871cb6.js.map → OpenChannelProvider-56846c0c.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-347cd72d.js → RemoveMessageModal-e0480b7c.js} +3 -3
- package/cjs/{RemoveMessageModal-347cd72d.js.map → RemoveMessageModal-e0480b7c.js.map} +1 -1
- package/cjs/SendbirdProvider.js +12 -12
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +29 -29
- package/cjs/Thread/components/ParentMessageInfoItem.js +18 -18
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +32 -32
- package/cjs/Thread/components/ThreadListItem.js +32 -32
- package/cjs/Thread/components/ThreadMessageInput.js +27 -27
- package/cjs/Thread/components/ThreadUI.js +36 -36
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +36 -36
- package/cjs/{ThreadProvider-0c1a5256.js → ThreadProvider-1ebd5bc0.js} +7 -7
- package/cjs/{ThreadProvider-0c1a5256.js.map → ThreadProvider-1ebd5bc0.js.map} +1 -1
- package/cjs/{UserProfileContext-0c0de7c0.js → UserProfileContext-eb5a10d6.js} +1 -1
- package/cjs/{UserProfileContext-0c0de7c0.js.map → UserProfileContext-eb5a10d6.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-082e20ef.js → VoiceMessageInputWrapper-044427b2.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-082e20ef.js.map → VoiceMessageInputWrapper-044427b2.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +3 -3
- package/cjs/VoiceRecorder/context.js +3 -3
- package/cjs/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/cjs/{WebAudioUtils-07a1cb3f.js → WebAudioUtils-57d7e366.js} +1 -1
- package/cjs/{WebAudioUtils-07a1cb3f.js.map → WebAudioUtils-57d7e366.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-c04a5857.js → _rollupPluginBabelHelpers-4b6406c2.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-4b6406c2.js.map +1 -0
- package/cjs/{actionTypes-1fec1d92.js → actionTypes-f66e00c2.js} +1 -1
- package/cjs/{actionTypes-1fec1d92.js.map → actionTypes-f66e00c2.js.map} +1 -1
- package/cjs/{color-73cf0755.js → color-4904d01e.js} +1 -1
- package/cjs/{color-73cf0755.js.map → color-4904d01e.js.map} +1 -1
- package/cjs/{compareIds-9741d79f.js → compareIds-de8d3b96.js} +1 -1
- package/cjs/{compareIds-9741d79f.js.map → compareIds-de8d3b96.js.map} +1 -1
- package/cjs/{const-df48e9ae.js → const-97ad0ae2.js} +1 -1
- package/cjs/{const-df48e9ae.js.map → const-97ad0ae2.js.map} +1 -1
- package/cjs/{const-04d1e702.js → const-bba9510b.js} +1 -1
- package/cjs/{const-04d1e702.js.map → const-bba9510b.js.map} +1 -1
- package/cjs/{consts-37ac8b76.js → consts-6acebb51.js} +1 -1
- package/cjs/{consts-37ac8b76.js.map → consts-6acebb51.js.map} +1 -1
- package/cjs/{consts-b1c40dd7.js → consts-a235ce0a.js} +1 -1
- package/cjs/{consts-b1c40dd7.js.map → consts-a235ce0a.js.map} +1 -1
- package/cjs/{consts-d8eecba2.js → consts-cafff484.js} +1 -1
- package/cjs/{consts-d8eecba2.js.map → consts-cafff484.js.map} +1 -1
- package/cjs/{consts-e3066f66.js → consts-cb169c09.js} +1 -1
- package/cjs/{consts-e3066f66.js.map → consts-cb169c09.js.map} +1 -1
- package/cjs/{context-df6e529e.js → context-e6181d31.js} +2 -2
- package/cjs/{context-df6e529e.js.map → context-e6181d31.js.map} +1 -1
- package/cjs/{index-b0a95ca6.js → index-0514e373.js} +6 -6
- package/cjs/{index-b0a95ca6.js.map → index-0514e373.js.map} +1 -1
- package/cjs/{index-0adf371c.js → index-223d453c.js} +2 -2
- package/cjs/{index-0adf371c.js.map → index-223d453c.js.map} +1 -1
- package/cjs/{index-6d27f25a.js → index-2a770f35.js} +2 -2
- package/cjs/{index-6d27f25a.js.map → index-2a770f35.js.map} +1 -1
- package/cjs/{index-e18a9a18.js → index-2c8ca1d6.js} +3 -3
- package/cjs/{index-e18a9a18.js.map → index-2c8ca1d6.js.map} +1 -1
- package/cjs/{index-557a458d.js → index-34cc612a.js} +4 -4
- package/cjs/{index-557a458d.js.map → index-34cc612a.js.map} +1 -1
- package/cjs/{index-8a8e9dec.js → index-43612435.js} +4 -4
- package/cjs/{index-8a8e9dec.js.map → index-43612435.js.map} +1 -1
- package/cjs/{index-99e85757.js → index-4de6caed.js} +3 -3
- package/cjs/index-4de6caed.js.map +1 -0
- package/cjs/{index-3522ce47.js → index-5fd03280.js} +1 -1
- package/cjs/{index-3522ce47.js.map → index-5fd03280.js.map} +1 -1
- package/cjs/{index-d817af55.js → index-6d3fe482.js} +1 -1
- package/cjs/{index-d817af55.js.map → index-6d3fe482.js.map} +1 -1
- package/cjs/{index-9c5f3445.js → index-80b17a7f.js} +2 -2
- package/cjs/{index-9c5f3445.js.map → index-80b17a7f.js.map} +1 -1
- package/cjs/{index-9b05d200.js → index-986b886d.js} +3 -3
- package/cjs/{index-9b05d200.js.map → index-986b886d.js.map} +1 -1
- package/cjs/{index-2519fb5c.js → index-9f6f371b.js} +6 -6
- package/cjs/{index-2519fb5c.js.map → index-9f6f371b.js.map} +1 -1
- package/cjs/{index-6c62c727.js → index-b2886b93.js} +3 -3
- package/cjs/{index-6c62c727.js.map → index-b2886b93.js.map} +1 -1
- package/cjs/{index-5fe8ddbd.js → index-ca85a10a.js} +2 -2
- package/cjs/{index-5fe8ddbd.js.map → index-ca85a10a.js.map} +1 -1
- package/cjs/{index-71e1cad7.js → index-d2bd7dc5.js} +2 -2
- package/cjs/{index-71e1cad7.js.map → index-d2bd7dc5.js.map} +1 -1
- package/cjs/{index-b5fedf01.js → index-df637378.js} +5 -5
- package/cjs/{index-b5fedf01.js.map → index-df637378.js.map} +1 -1
- package/cjs/index.js +49 -49
- package/cjs/{index.module-984504c9.js → index.module-f4ff21b1.js} +1 -1
- package/cjs/{index.module-984504c9.js.map → index.module-f4ff21b1.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-43ba803e.js → stringSet-2b481a03.js} +1 -1
- package/cjs/{stringSet-43ba803e.js.map → stringSet-2b481a03.js.map} +1 -1
- package/cjs/{tokenize-c466a4e9.js → tokenize-07747f4c.js} +2 -2
- package/cjs/{tokenize-c466a4e9.js.map → tokenize-07747f4c.js.map} +1 -1
- package/cjs/{topics-ab421aa9.js → topics-f9cf559a.js} +1 -1
- package/cjs/{topics-ab421aa9.js.map → topics-f9cf559a.js.map} +1 -1
- package/cjs/{types-e0752815.js → types-3dcd9651.js} +1 -1
- package/cjs/{types-e0752815.js.map → types-3dcd9651.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 +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/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 +27 -27
- package/cjs/ui/MessageInput.js +12 -12
- 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 +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/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 +2 -2
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +2 -2
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +10 -10
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +5 -5
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useLongPress-f2bbf03b.js → useLongPress-ab63a990.js} +3 -3
- package/cjs/{useLongPress-f2bbf03b.js.map → useLongPress-ab63a990.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-69786374.js → utils-1fd1fe8c.js} +1 -1
- package/cjs/{utils-69786374.js.map → utils-1fd1fe8c.js.map} +1 -1
- package/cjs/{utils-7d439ea8.js → utils-7e52a10a.js} +2 -2
- package/cjs/{utils-7d439ea8.js.map → utils-7e52a10a.js.map} +1 -1
- package/cjs/{utils-790cba92.js → utils-f6c4e216.js} +1 -1
- package/cjs/{utils-790cba92.js.map → utils-f6c4e216.js.map} +1 -1
- package/cjs/{utils-3a1f644a.js → utils-f6f55335.js} +1 -1
- package/cjs/{utils-3a1f644a.js.map → utils-f6f55335.js.map} +1 -1
- package/cjs/{uuid-b0cd103f.js → uuid-d0dd45eb.js} +1 -1
- package/cjs/{uuid-b0cd103f.js.map → uuid-d0dd45eb.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-924d49b5.js → color-c30f00bf.js} +1 -1
- package/{color-924d49b5.js.map → color-c30f00bf.js.map} +1 -1
- package/{compareIds-e3935a2b.js → compareIds-90440dc5.js} +1 -1
- package/{compareIds-e3935a2b.js.map → compareIds-90440dc5.js.map} +1 -1
- package/{const-e53d1cf9.js → const-582ca435.js} +1 -1
- package/{const-e53d1cf9.js.map → const-582ca435.js.map} +1 -1
- package/{const-4e794221.js → const-5e916a50.js} +1 -1
- package/{const-4e794221.js.map → const-5e916a50.js.map} +1 -1
- package/{consts-2e683d5c.js → consts-35dda142.js} +1 -1
- package/{consts-2e683d5c.js.map → consts-35dda142.js.map} +1 -1
- package/{consts-8592a5a4.js → consts-6e63357c.js} +1 -1
- package/{consts-8592a5a4.js.map → consts-6e63357c.js.map} +1 -1
- package/{consts-c71f0821.js → consts-a7fe5f4a.js} +1 -1
- package/{consts-c71f0821.js.map → consts-a7fe5f4a.js.map} +1 -1
- package/{consts-2839d903.js → consts-ee90b622.js} +1 -1
- package/{consts-2839d903.js.map → consts-ee90b622.js.map} +1 -1
- package/{context-296280bd.js → context-8a77d287.js} +2 -2
- package/{context-296280bd.js.map → context-8a77d287.js.map} +1 -1
- package/{index-c38bd595.js → index-052724d9.js} +3 -3
- package/{index-c38bd595.js.map → index-052724d9.js.map} +1 -1
- package/{index-3f91b4e0.js → index-062a4eeb.js} +2 -2
- package/{index-3f91b4e0.js.map → index-062a4eeb.js.map} +1 -1
- package/{index-0bd30cba.js → index-0cc2c241.js} +6 -6
- package/{index-0bd30cba.js.map → index-0cc2c241.js.map} +1 -1
- package/{index-b72d256e.js → index-1e1cb669.js} +1 -1
- package/{index-b72d256e.js.map → index-1e1cb669.js.map} +1 -1
- package/{index-50693736.js → index-2bcc4298.js} +6 -6
- package/{index-50693736.js.map → index-2bcc4298.js.map} +1 -1
- package/{index-8377af7f.js → index-303eca35.js} +3 -3
- package/index-303eca35.js.map +1 -0
- package/{index-234eacf5.js → index-365a1d88.js} +4 -4
- package/{index-234eacf5.js.map → index-365a1d88.js.map} +1 -1
- package/{index-17dface3.js → index-4668028f.js} +2 -2
- package/{index-17dface3.js.map → index-4668028f.js.map} +1 -1
- package/{index-e7e68510.js → index-4d66cb77.js} +2 -2
- package/{index-e7e68510.js.map → index-4d66cb77.js.map} +1 -1
- package/{index-f17a1dcb.js → index-6908bdd4.js} +2 -2
- package/{index-f17a1dcb.js.map → index-6908bdd4.js.map} +1 -1
- package/{index-3e5fe0b6.js → index-794e37e5.js} +1 -1
- package/{index-3e5fe0b6.js.map → index-794e37e5.js.map} +1 -1
- package/{index-2d5f1d16.js → index-8e3a9e8c.js} +3 -3
- package/{index-2d5f1d16.js.map → index-8e3a9e8c.js.map} +1 -1
- package/{index-c0c727fa.js → index-8f5c7f74.js} +2 -2
- package/{index-c0c727fa.js.map → index-8f5c7f74.js.map} +1 -1
- package/{index-b7a74c9a.js → index-8fea9d09.js} +3 -3
- package/{index-b7a74c9a.js.map → index-8fea9d09.js.map} +1 -1
- package/{index-7be852f6.js → index-c50c6fa2.js} +4 -4
- package/{index-7be852f6.js.map → index-c50c6fa2.js.map} +1 -1
- package/{index-8d2b4d42.js → index-eebbce1c.js} +5 -5
- package/{index-8d2b4d42.js.map → index-eebbce1c.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +49 -49
- package/{index.module-43d4fcba.js → index.module-3d14ef05.js} +1 -1
- package/{index.module-43d4fcba.js.map → index.module-3d14ef05.js.map} +1 -1
- package/package.json +1 -1
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-167237e7.js → stringSet-da68ecef.js} +1 -1
- package/{stringSet-167237e7.js.map → stringSet-da68ecef.js.map} +1 -1
- package/{tokenize-f4307b07.js → tokenize-eeb42e72.js} +2 -2
- package/{tokenize-f4307b07.js.map → tokenize-eeb42e72.js.map} +1 -1
- package/{topics-e97c0e93.js → topics-0354b385.js} +1 -1
- package/{topics-e97c0e93.js.map → topics-0354b385.js.map} +1 -1
- package/{types-224a6518.js → types-12d853e9.js} +1 -1
- package/{types-224a6518.js.map → types-12d853e9.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 +7 -7
- 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 +27 -27
- package/ui/MessageInput.js +12 -12
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js +5 -5
- 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/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 +2 -2
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +2 -2
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +10 -10
- package/ui/UserProfile.js +9 -9
- package/ui/VoiceMessageItemBody.js +5 -5
- package/ui/VoiceMessgeInput.js +7 -7
- package/ui/Word.js +10 -10
- package/{useLongPress-79c11c1d.js → useLongPress-a8d92cab.js} +3 -3
- package/{useLongPress-79c11c1d.js.map → useLongPress-a8d92cab.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-e615a2c9.js → utils-2b05a56b.js} +1 -1
- package/{utils-e615a2c9.js.map → utils-2b05a56b.js.map} +1 -1
- package/{utils-232436fa.js → utils-63790b1a.js} +2 -2
- package/{utils-232436fa.js.map → utils-63790b1a.js.map} +1 -1
- package/{utils-17280d4a.js → utils-670974e1.js} +1 -1
- package/{utils-17280d4a.js.map → utils-670974e1.js.map} +1 -1
- package/{utils-f59aed5b.js → utils-c9c2364c.js} +1 -1
- package/{utils-f59aed5b.js.map → utils-c9c2364c.js.map} +1 -1
- package/{uuid-605fd2a4.js → uuid-5c7f30bd.js} +1 -1
- package/{uuid-605fd2a4.js.map → uuid-5c7f30bd.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-e78a810d.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-c04a5857.js.map +0 -1
- package/cjs/index-99e85757.js.map +0 -1
- package/index-8377af7f.js.map +0 -1
package/ui/Modal.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { M as MODAL_ROOT } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { M as MODAL_ROOT } from '../index-1e1cb669.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-ad70364c.js';
|
|
5
5
|
import Button, { ButtonTypes } from './Button.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
9
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
9
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-4e555ef5.js';
|
|
10
|
+
import '../stringSet-da68ecef.js';
|
|
11
|
+
import '../index-794e37e5.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../_rollupPluginBabelHelpers-
|
|
13
|
+
import '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
14
14
|
|
|
15
15
|
const ModalHeader = _ref => {
|
|
16
16
|
let {
|
package/ui/OGMessageItemBody.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useMemo } from 'react';
|
|
2
2
|
import ImageRenderer from './ImageRenderer.js';
|
|
3
3
|
import Icon, { IconTypes } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { j as getClassName, e as isEditedMessage } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import { T as TextFragment } from '../index-
|
|
8
|
-
import { t as tokenizeMessage } from '../tokenize-
|
|
9
|
-
import { O as OG_MESSAGE_BODY_CLASSNAME } from '../consts-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
5
|
+
import { j as getClassName, e as isEditedMessage } from '../index-303eca35.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-ad70364c.js';
|
|
7
|
+
import { T as TextFragment } from '../index-365a1d88.js';
|
|
8
|
+
import { t as tokenizeMessage } from '../tokenize-eeb42e72.js';
|
|
9
|
+
import { O as OG_MESSAGE_BODY_CLASSNAME } from '../consts-6e63357c.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
+
import '../stringSet-da68ecef.js';
|
|
12
|
+
import '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
13
13
|
import '../utils/message/getOutgoingMessageState.js';
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../index.module-
|
|
14
|
+
import '../index-794e37e5.js';
|
|
15
|
+
import '../index.module-3d14ef05.js';
|
|
16
16
|
import '../Message/context.js';
|
|
17
17
|
import './MentionLabel.js';
|
|
18
18
|
import './ContextMenu.js';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../uuid-
|
|
21
|
+
import '../uuid-5c7f30bd.js';
|
|
22
22
|
import './UserProfile.js';
|
|
23
|
-
import '../UserProfileContext-
|
|
23
|
+
import '../UserProfileContext-b68f33fc.js';
|
|
24
24
|
import '../sendbirdSelectors.js';
|
|
25
|
-
import '../topics-
|
|
26
|
-
import '../utils-
|
|
25
|
+
import '../topics-0354b385.js';
|
|
26
|
+
import '../utils-c9c2364c.js';
|
|
27
27
|
import './Avatar.js';
|
|
28
28
|
import './Button.js';
|
|
29
29
|
import '../useSendbirdStateContext.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-da68ecef.js';
|
|
5
5
|
|
|
6
6
|
function OpenChannelAdminMessage(_ref) {
|
|
7
7
|
let {
|
package/ui/OpenChannelAvatar.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
-
import { b as getOpenChannelAvatar } from '../utils-
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-ad70364c.js';
|
|
4
|
+
import { b as getOpenChannelAvatar } from '../utils-670974e1.js';
|
|
5
5
|
import './ImageRenderer.js';
|
|
6
6
|
import './Icon.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../uuid-
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
8
|
+
import '../uuid-5c7f30bd.js';
|
|
9
|
+
import '../stringSet-da68ecef.js';
|
|
10
|
+
import '../index-794e37e5.js';
|
|
11
11
|
|
|
12
12
|
function ChannelAvatar(_ref) {
|
|
13
13
|
let {
|
|
@@ -2,14 +2,14 @@ import React__default, { useContext } from 'react';
|
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-ad70364c.js';
|
|
7
7
|
import './ImageRenderer.js';
|
|
8
|
-
import '../uuid-
|
|
8
|
+
import '../uuid-5c7f30bd.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
10
|
+
import '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
11
|
+
import '../stringSet-da68ecef.js';
|
|
12
|
+
import '../index-794e37e5.js';
|
|
13
13
|
|
|
14
14
|
function OpenchannelConversationHeader(_ref) {
|
|
15
15
|
let {
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
2
2
|
import React__default, { useRef, useContext, useState } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-6908bdd4.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
7
7
|
import Loader from './Loader.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
9
9
|
import IconButton from './IconButton.js';
|
|
10
10
|
import TextButton from './TextButton.js';
|
|
11
11
|
import UserProfile from './UserProfile.js';
|
|
12
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
13
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
14
|
-
import { g as getSenderFromMessage, b as isFineResend, s as showMenuTrigger, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-
|
|
15
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
16
|
-
import { u as useLongPress } from '../useLongPress-
|
|
17
|
-
import '../index-
|
|
12
|
+
import { a as UserProfileContext } from '../UserProfileContext-b68f33fc.js';
|
|
13
|
+
import { u as useLocalization } from '../LocalizationContext-ad70364c.js';
|
|
14
|
+
import { g as getSenderFromMessage, b as isFineResend, s as showMenuTrigger, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-8f5c7f74.js';
|
|
15
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-4e555ef5.js';
|
|
16
|
+
import { u as useLongPress } from '../useLongPress-a8d92cab.js';
|
|
17
|
+
import '../index-794e37e5.js';
|
|
18
18
|
import './ImageRenderer.js';
|
|
19
|
-
import '../uuid-
|
|
19
|
+
import '../uuid-5c7f30bd.js';
|
|
20
20
|
import 'prop-types';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../index-
|
|
23
|
+
import '../index-303eca35.js';
|
|
24
24
|
import '../utils/message/getOutgoingMessageState.js';
|
|
25
|
-
import '../stringSet-
|
|
26
|
-
import '../color-
|
|
25
|
+
import '../stringSet-da68ecef.js';
|
|
26
|
+
import '../color-c30f00bf.js';
|
|
27
27
|
import '../sendbirdSelectors.js';
|
|
28
|
-
import '../topics-
|
|
29
|
-
import '../utils-
|
|
28
|
+
import '../topics-0354b385.js';
|
|
29
|
+
import '../utils-c9c2364c.js';
|
|
30
30
|
import './Button.js';
|
|
31
31
|
import '../useSendbirdStateContext.js';
|
|
32
32
|
import '../withSendbird.js';
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-6908bdd4.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
8
|
import ImageRenderer from './ImageRenderer.js';
|
|
9
9
|
import LinkLabel from './LinkLabel.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import UserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { u as uuidv4 } from '../uuid-
|
|
15
|
-
import { c as copyToClipboard } from '../utils-
|
|
16
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
17
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-
|
|
18
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
19
|
-
import { u as useLongPress } from '../useLongPress-
|
|
20
|
-
import { T as TextFragment } from '../index-
|
|
21
|
-
import { t as tokenizeMessage } from '../tokenize-
|
|
22
|
-
import '../index-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-b68f33fc.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-5c7f30bd.js';
|
|
15
|
+
import { c as copyToClipboard } from '../utils-2b05a56b.js';
|
|
16
|
+
import { u as useLocalization } from '../LocalizationContext-ad70364c.js';
|
|
17
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-8f5c7f74.js';
|
|
18
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-4e555ef5.js';
|
|
19
|
+
import { u as useLongPress } from '../useLongPress-a8d92cab.js';
|
|
20
|
+
import { T as TextFragment } from '../index-365a1d88.js';
|
|
21
|
+
import { t as tokenizeMessage } from '../tokenize-eeb42e72.js';
|
|
22
|
+
import '../index-794e37e5.js';
|
|
23
23
|
import 'prop-types';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import './SortByRow.js';
|
|
26
|
-
import '../index-
|
|
26
|
+
import '../index-303eca35.js';
|
|
27
27
|
import '../utils/message/getOutgoingMessageState.js';
|
|
28
|
-
import '../stringSet-
|
|
28
|
+
import '../stringSet-da68ecef.js';
|
|
29
29
|
import '../sendbirdSelectors.js';
|
|
30
|
-
import '../topics-
|
|
31
|
-
import '../utils-
|
|
30
|
+
import '../topics-0354b385.js';
|
|
31
|
+
import '../utils-c9c2364c.js';
|
|
32
32
|
import './Button.js';
|
|
33
33
|
import '../useSendbirdStateContext.js';
|
|
34
34
|
import '../withSendbird.js';
|
|
35
|
-
import '../index.module-
|
|
35
|
+
import '../index.module-3d14ef05.js';
|
|
36
36
|
import '../Message/context.js';
|
|
37
37
|
import './MentionLabel.js';
|
|
38
38
|
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
3
|
+
import { f as format } from '../index-6908bdd4.js';
|
|
4
|
+
import { u as useLocalization } from '../LocalizationContext-ad70364c.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
7
7
|
import Icon, { IconColors, IconTypes } from './Icon.js';
|
|
8
8
|
import IconButton from './IconButton.js';
|
|
9
9
|
import ImageRenderer from './ImageRenderer.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import UserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { g as getSenderFromMessage, b as isFineResend, s as showMenuTrigger, c as isFineDelete, O as OpenChannelMobileMenu, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../index-
|
|
15
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
16
|
-
import { u as useLongPress } from '../useLongPress-
|
|
17
|
-
import '../index-
|
|
18
|
-
import '../stringSet-
|
|
19
|
-
import '../uuid-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-b68f33fc.js';
|
|
14
|
+
import { g as getSenderFromMessage, b as isFineResend, s as showMenuTrigger, c as isFineDelete, O as OpenChannelMobileMenu, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../index-8f5c7f74.js';
|
|
15
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-4e555ef5.js';
|
|
16
|
+
import { u as useLongPress } from '../useLongPress-a8d92cab.js';
|
|
17
|
+
import '../index-794e37e5.js';
|
|
18
|
+
import '../stringSet-da68ecef.js';
|
|
19
|
+
import '../uuid-5c7f30bd.js';
|
|
20
20
|
import 'prop-types';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../index-
|
|
23
|
+
import '../index-303eca35.js';
|
|
24
24
|
import '../utils/message/getOutgoingMessageState.js';
|
|
25
25
|
import '../sendbirdSelectors.js';
|
|
26
|
-
import '../topics-
|
|
27
|
-
import '../utils-
|
|
26
|
+
import '../topics-0354b385.js';
|
|
27
|
+
import '../utils-c9c2364c.js';
|
|
28
28
|
import './Button.js';
|
|
29
29
|
import '../useSendbirdStateContext.js';
|
|
30
30
|
import '../withSendbird.js';
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-6908bdd4.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.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-062a4eeb.js';
|
|
9
9
|
import Loader from './Loader.js';
|
|
10
10
|
import UserProfile from './UserProfile.js';
|
|
11
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
12
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
13
|
-
import { c as copyToClipboard } from '../utils-
|
|
14
|
-
import { u as uuidv4 } from '../uuid-
|
|
15
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-
|
|
16
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
17
|
-
import { u as useLongPress } from '../useLongPress-
|
|
18
|
-
import { e as isEditedMessage } from '../index-
|
|
19
|
-
import '../index-
|
|
11
|
+
import { a as UserProfileContext } from '../UserProfileContext-b68f33fc.js';
|
|
12
|
+
import { u as useLocalization } from '../LocalizationContext-ad70364c.js';
|
|
13
|
+
import { c as copyToClipboard } from '../utils-2b05a56b.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-5c7f30bd.js';
|
|
15
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-8f5c7f74.js';
|
|
16
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-4e555ef5.js';
|
|
17
|
+
import { u as useLongPress } from '../useLongPress-a8d92cab.js';
|
|
18
|
+
import { e as isEditedMessage } from '../index-303eca35.js';
|
|
19
|
+
import '../index-794e37e5.js';
|
|
20
20
|
import './ImageRenderer.js';
|
|
21
21
|
import 'prop-types';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import './SortByRow.js';
|
|
24
24
|
import '../utils/message/getOutgoingMessageState.js';
|
|
25
|
-
import '../stringSet-
|
|
25
|
+
import '../stringSet-da68ecef.js';
|
|
26
26
|
import '../sendbirdSelectors.js';
|
|
27
|
-
import '../topics-
|
|
28
|
-
import '../utils-
|
|
27
|
+
import '../topics-0354b385.js';
|
|
28
|
+
import '../utils-c9c2364c.js';
|
|
29
29
|
import './Button.js';
|
|
30
30
|
import '../useSendbirdStateContext.js';
|
|
31
31
|
import '../withSendbird.js';
|
package/ui/PlaceHolder.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as PlaceHolderTypes, P as default } from '../index-
|
|
3
|
-
import '../LocalizationContext-
|
|
2
|
+
export { a as PlaceHolderTypes, P as default } from '../index-8fea9d09.js';
|
|
3
|
+
import '../LocalizationContext-ad70364c.js';
|
|
4
4
|
import './Icon.js';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-062a4eeb.js';
|
|
6
6
|
import './Loader.js';
|
|
7
|
-
import '../stringSet-
|
|
8
|
-
import '../index-
|
|
7
|
+
import '../stringSet-da68ecef.js';
|
|
8
|
+
import '../index-794e37e5.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
//# sourceMappingURL=PlaceHolder.js.map
|
package/ui/PlaybackTime.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { a as LabelTypography, b as LabelColors, L as Label } from '../index-
|
|
2
|
+
import { a as LabelTypography, b as LabelColors, L as Label } from '../index-062a4eeb.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-da68ecef.js';
|
|
5
5
|
|
|
6
6
|
const PlaybackTime = _ref => {
|
|
7
7
|
let {
|
package/ui/QuoteMessage.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
6
|
-
import { L as getUIKitFileTypes, j as getClassName, r as isUserMessage, d as isVoiceMessage, n as isThumbnailMessage, E as isVideo, M as isGif, s as getUIKitMessageType, U as UIKitMessageTypes, K as getUIKitFileType, t as truncateString } from '../index-
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-ad70364c.js';
|
|
6
|
+
import { L as getUIKitFileTypes, j as getClassName, r as isUserMessage, d as isVoiceMessage, n as isThumbnailMessage, E as isVideo, M as isGif, s as getUIKitMessageType, U as UIKitMessageTypes, K as getUIKitFileType, t as truncateString } from '../index-303eca35.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../index-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
8
|
+
import '../stringSet-da68ecef.js';
|
|
9
|
+
import '../index-794e37e5.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
|
|
13
13
|
function QuoteMessage(_ref) {
|
package/ui/QuoteMessageInput.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { l as isFileMessage, d as isVoiceMessage, m as isImageMessage, n as isThumbnailMessage, o as isAudioMessage, j as getClassName, p as isGifMessage, q as isVideoMessage, r as isUserMessage, s as getUIKitMessageType, U as UIKitMessageTypes } from '../index-
|
|
2
|
+
import { l as isFileMessage, d as isVoiceMessage, m as isImageMessage, n as isThumbnailMessage, o as isAudioMessage, j as getClassName, p as isGifMessage, q as isVideoMessage, r as isUserMessage, s as getUIKitMessageType, U as UIKitMessageTypes } from '../index-303eca35.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-ad70364c.js';
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../stringSet-da68ecef.js';
|
|
11
|
+
import '../index-794e37e5.js';
|
|
12
12
|
|
|
13
13
|
const componentClassname = 'sendbird-quote_message_input__avatar';
|
|
14
14
|
function QuoteMessageThumbnail(_ref) {
|
package/ui/ReactionBadge.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-da68ecef.js';
|
|
5
5
|
|
|
6
6
|
const ReactionBadge = /*#__PURE__*/React__default.forwardRef((props, ref) => {
|
|
7
7
|
const {
|
package/ui/SortByRow.js
CHANGED
package/ui/TextButton.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { j as getClassName, e as isEditedMessage } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
-
import { t as tokenizeMessage } from '../tokenize-
|
|
6
|
-
import { T as TextFragment } from '../index-
|
|
7
|
-
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from '../consts-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
3
|
+
import { j as getClassName, e as isEditedMessage } from '../index-303eca35.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-ad70364c.js';
|
|
5
|
+
import { t as tokenizeMessage } from '../tokenize-eeb42e72.js';
|
|
6
|
+
import { T as TextFragment } from '../index-365a1d88.js';
|
|
7
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from '../consts-ee90b622.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../stringSet-da68ecef.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
|
-
import '../index-
|
|
13
|
-
import '../index.module-
|
|
12
|
+
import '../index-794e37e5.js';
|
|
13
|
+
import '../index.module-3d14ef05.js';
|
|
14
14
|
import '../Message/context.js';
|
|
15
15
|
import './MentionLabel.js';
|
|
16
16
|
import './ContextMenu.js';
|
|
17
17
|
import 'react-dom';
|
|
18
18
|
import './SortByRow.js';
|
|
19
|
-
import '../uuid-
|
|
19
|
+
import '../uuid-5c7f30bd.js';
|
|
20
20
|
import './UserProfile.js';
|
|
21
|
-
import '../UserProfileContext-
|
|
21
|
+
import '../UserProfileContext-b68f33fc.js';
|
|
22
22
|
import '../sendbirdSelectors.js';
|
|
23
|
-
import '../topics-
|
|
24
|
-
import '../utils-
|
|
23
|
+
import '../topics-0354b385.js';
|
|
24
|
+
import '../utils-c9c2364c.js';
|
|
25
25
|
import './Avatar.js';
|
|
26
26
|
import './ImageRenderer.js';
|
|
27
27
|
import './Icon.js';
|
package/ui/ThreadReplies.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
6
|
-
import { u as uuidv4 } from '../uuid-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
5
|
+
import { u as useLocalization } from '../LocalizationContext-ad70364c.js';
|
|
6
|
+
import { u as uuidv4 } from '../uuid-5c7f30bd.js';
|
|
7
7
|
import './ImageRenderer.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../stringSet-da68ecef.js';
|
|
10
|
+
import '../index-794e37e5.js';
|
|
11
11
|
|
|
12
12
|
function ThreadReplies(_ref) {
|
|
13
13
|
var _mostRepliedUsers$;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
3
|
import ImageRenderer from './ImageRenderer.js';
|
|
4
|
-
import { j as getClassName, u as isSentMessage, q as isVideoMessage, p as isGifMessage } from '../index-
|
|
4
|
+
import { j as getClassName, u as isSentMessage, q as isVideoMessage, p as isGifMessage } from '../index-303eca35.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
7
7
|
import '../utils/message/getOutgoingMessageState.js';
|
|
8
8
|
|
|
9
9
|
function ThumbnailMessageItemBody(_ref) {
|
package/ui/Toggle.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default, { useState, useCallback } from 'react';
|
|
2
|
-
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
2
|
+
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
3
3
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
4
4
|
import '../withSendbird.js';
|
|
5
5
|
|
package/ui/Tooltip.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-da68ecef.js';
|
|
5
5
|
|
|
6
6
|
function Tooltip(_ref) {
|
|
7
7
|
let {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { j as getClassName } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
3
|
+
import { j as getClassName } from '../index-303eca35.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-ad70364c.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../stringSet-da68ecef.js';
|
|
7
|
+
import '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import '../index-
|
|
9
|
+
import '../index-794e37e5.js';
|
|
10
10
|
|
|
11
11
|
function UnknownMessageItemBody(_ref) {
|
|
12
12
|
var _message$reactions;
|
package/ui/UserListItem.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
2
|
+
import { a as UserProfileContext } from '../UserProfileContext-b68f33fc.js';
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-ad70364c.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import MutedAvatarOverlay from './MutedAvatarOverlay.js';
|
|
6
6
|
import Checkbox from './Checkbox.js';
|
|
7
7
|
import UserProfile from './UserProfile.js';
|
|
8
8
|
import ContextMenu, { MenuItems } from './ContextMenu.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../stringSet-da68ecef.js';
|
|
12
|
+
import '../index-794e37e5.js';
|
|
13
13
|
import './ImageRenderer.js';
|
|
14
14
|
import './Icon.js';
|
|
15
|
-
import '../uuid-
|
|
15
|
+
import '../uuid-5c7f30bd.js';
|
|
16
16
|
import '../sendbirdSelectors.js';
|
|
17
|
-
import '../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../topics-
|
|
19
|
-
import '../utils-
|
|
17
|
+
import '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
18
|
+
import '../topics-0354b385.js';
|
|
19
|
+
import '../utils-c9c2364c.js';
|
|
20
20
|
import './Button.js';
|
|
21
21
|
import '../useSendbirdStateContext.js';
|
|
22
22
|
import '../withSendbird.js';
|
|
23
23
|
import 'react-dom';
|
|
24
24
|
import './SortByRow.js';
|
|
25
|
-
import '../index-
|
|
25
|
+
import '../index-303eca35.js';
|
|
26
26
|
import '../utils/message/getOutgoingMessageState.js';
|
|
27
27
|
|
|
28
28
|
function UserListItem(_ref) {
|
package/ui/UserProfile.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
2
|
+
import { a as LocalizationContext } from '../LocalizationContext-ad70364c.js';
|
|
3
|
+
import { a as UserProfileContext } from '../UserProfileContext-b68f33fc.js';
|
|
4
4
|
import { getCreateGroupChannel } from '../sendbirdSelectors.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-062a4eeb.js';
|
|
7
7
|
import Button, { ButtonTypes } from './Button.js';
|
|
8
8
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../stringSet-da68ecef.js';
|
|
10
|
+
import '../index-794e37e5.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../_rollupPluginBabelHelpers-
|
|
13
|
-
import '../topics-
|
|
14
|
-
import '../utils-
|
|
12
|
+
import '../_rollupPluginBabelHelpers-5d0c716a.js';
|
|
13
|
+
import '../topics-0354b385.js';
|
|
14
|
+
import '../utils-c9c2364c.js';
|
|
15
15
|
import './ImageRenderer.js';
|
|
16
16
|
import './Icon.js';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-5c7f30bd.js';
|
|
18
18
|
import '../withSendbird.js';
|
|
19
19
|
|
|
20
20
|
function UserProfile(_ref) {
|