@sendbird/uikit-react 3.4.0 → 3.4.1
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 +40 -40
- package/CHANGELOG.md +22 -0
- package/Channel/components/ChannelHeader.js +30 -28
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +42 -94
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +15 -15
- package/Channel/components/FrozenNotification.js +8 -6
- package/Channel/components/FrozenNotification.js.map +1 -1
- package/Channel/components/Message.js +162 -132
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +23 -23
- package/Channel/components/MessageList.js +169 -95
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +17 -17
- package/Channel/components/SuggestedMentionList.js +17 -17
- package/Channel/components/TypingIndicator.js +15 -15
- package/Channel/components/UnreadCount.js +14 -17
- package/Channel/components/UnreadCount.js.map +1 -1
- package/Channel/context.js +14 -14
- package/Channel.js +34 -34
- package/ChannelList/components/AddChannel.js +22 -17
- package/ChannelList/components/AddChannel.js.map +1 -1
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +29 -29
- package/ChannelList/components/ChannelPreview.js +28 -28
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +29 -29
- package/{ChannelListProvider-442bea80.js → ChannelListProvider-794c1be1.js} +8 -8
- package/{ChannelListProvider-442bea80.js.map → ChannelListProvider-794c1be1.js.map} +1 -1
- package/{ChannelProvider-43d68897.js → ChannelProvider-c67884d4.js} +13 -12
- package/ChannelProvider-c67884d4.js.map +1 -0
- 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-62afdf07.js → CreateChannelProvider-87a13bad.js} +1 -1
- package/{CreateChannelProvider-62afdf07.js.map → CreateChannelProvider-87a13bad.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-83ddce67.js → LocalizationContext-59b83627.js} +3 -3
- package/{LocalizationContext-83ddce67.js.map → LocalizationContext-59b83627.js.map} +1 -1
- package/{MediaQueryContext-010e9df0.js → MediaQueryContext-0b29de79.js} +1 -1
- package/{MediaQueryContext-010e9df0.js.map → MediaQueryContext-0b29de79.js.map} +1 -1
- package/{MemberList-299e055b.js → MemberList-7a0d2135.js} +5 -5
- package/{MemberList-299e055b.js.map → MemberList-7a0d2135.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 +26 -22
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- 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-2d811cef.js → OpenChannelListProvider-f61ec687.js} +3 -3
- package/{OpenChannelListProvider-2d811cef.js.map → OpenChannelListProvider-f61ec687.js.map} +1 -1
- package/{OpenChannelProvider-7aef2b42.js → OpenChannelProvider-8d053d97.js} +7 -7
- package/{OpenChannelProvider-7aef2b42.js.map → OpenChannelProvider-8d053d97.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-1ca08354.js → RemoveMessageModal-5c3b76ea.js} +3 -3
- package/{RemoveMessageModal-1ca08354.js.map → RemoveMessageModal-5c3b76ea.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 +39 -38
- package/Thread/components/ThreadListItem.js.map +1 -1
- 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-94605d33.js → ThreadProvider-5fe4cbf0.js} +7 -7
- package/{ThreadProvider-94605d33.js.map → ThreadProvider-5fe4cbf0.js.map} +1 -1
- package/{UserProfileContext-236a8db5.js → UserProfileContext-bd34665c.js} +1 -1
- package/{UserProfileContext-236a8db5.js.map → UserProfileContext-bd34665c.js.map} +1 -1
- package/{VoiceMessageInputWrapper-8d50dc6c.js → VoiceMessageInputWrapper-390b3cc5.js} +7 -7
- package/{VoiceMessageInputWrapper-8d50dc6c.js.map → VoiceMessageInputWrapper-390b3cc5.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +3 -3
- package/VoiceRecorder/context.js +1 -1
- package/VoiceRecorder/useVoiceRecorder.js +2 -2
- package/{_rollupPluginBabelHelpers-b0efb0e7.js → _rollupPluginBabelHelpers-1de97245.js} +1 -1
- package/_rollupPluginBabelHelpers-1de97245.js.map +1 -0
- package/{actionTypes-42a0e7a6.js → actionTypes-0a1621a5.js} +1 -1
- package/{actionTypes-42a0e7a6.js.map → actionTypes-0a1621a5.js.map} +1 -1
- package/cjs/App.js +40 -40
- package/cjs/Channel/components/ChannelHeader.js +30 -28
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +41 -93
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +15 -15
- package/cjs/Channel/components/FrozenNotification.js +8 -6
- package/cjs/Channel/components/FrozenNotification.js.map +1 -1
- package/cjs/Channel/components/Message.js +161 -131
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +23 -23
- package/cjs/Channel/components/MessageList.js +168 -94
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +17 -17
- package/cjs/Channel/components/SuggestedMentionList.js +17 -17
- package/cjs/Channel/components/TypingIndicator.js +15 -15
- package/cjs/Channel/components/UnreadCount.js +14 -17
- package/cjs/Channel/components/UnreadCount.js.map +1 -1
- package/cjs/Channel/context.js +14 -14
- package/cjs/Channel.js +34 -34
- package/cjs/ChannelList/components/AddChannel.js +22 -17
- package/cjs/ChannelList/components/AddChannel.js.map +1 -1
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +29 -29
- package/cjs/ChannelList/components/ChannelPreview.js +28 -28
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +29 -29
- package/cjs/{ChannelListProvider-c2da1fdd.js → ChannelListProvider-d1db4776.js} +8 -8
- package/cjs/{ChannelListProvider-c2da1fdd.js.map → ChannelListProvider-d1db4776.js.map} +1 -1
- package/cjs/{ChannelProvider-d207316d.js → ChannelProvider-439bf142.js} +12 -12
- package/cjs/ChannelProvider-439bf142.js.map +1 -0
- 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-02349744.js → CreateChannelProvider-3a94aa9f.js} +1 -1
- package/cjs/{CreateChannelProvider-02349744.js.map → CreateChannelProvider-3a94aa9f.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-a60a75a7.js → LocalizationContext-2b7cabce.js} +3 -3
- package/cjs/{LocalizationContext-a60a75a7.js.map → LocalizationContext-2b7cabce.js.map} +1 -1
- package/cjs/{MediaQueryContext-5d0a1ebc.js → MediaQueryContext-6aaaad96.js} +1 -1
- package/cjs/{MediaQueryContext-5d0a1ebc.js.map → MediaQueryContext-6aaaad96.js.map} +1 -1
- package/cjs/{MemberList-4c6bb907.js → MemberList-4132fc8e.js} +5 -5
- package/cjs/{MemberList-4c6bb907.js.map → MemberList-4132fc8e.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 +26 -22
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- 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-5a949d98.js → OpenChannelListProvider-807fa14a.js} +3 -3
- package/cjs/{OpenChannelListProvider-5a949d98.js.map → OpenChannelListProvider-807fa14a.js.map} +1 -1
- package/cjs/{OpenChannelProvider-7c843439.js → OpenChannelProvider-0213f13f.js} +7 -7
- package/cjs/{OpenChannelProvider-7c843439.js.map → OpenChannelProvider-0213f13f.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-a069ff52.js → RemoveMessageModal-47d5bac2.js} +3 -3
- package/cjs/{RemoveMessageModal-a069ff52.js.map → RemoveMessageModal-47d5bac2.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 +39 -38
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- 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-66fcc519.js → ThreadProvider-4e2f082a.js} +7 -7
- package/cjs/{ThreadProvider-66fcc519.js.map → ThreadProvider-4e2f082a.js.map} +1 -1
- package/cjs/{UserProfileContext-2ec6891e.js → UserProfileContext-eb29f213.js} +1 -1
- package/cjs/{UserProfileContext-2ec6891e.js.map → UserProfileContext-eb29f213.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-289e18f6.js → VoiceMessageInputWrapper-3a1375a3.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-289e18f6.js.map → VoiceMessageInputWrapper-3a1375a3.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/useVoiceRecorder.js +2 -2
- package/cjs/{_rollupPluginBabelHelpers-24f49f41.js → _rollupPluginBabelHelpers-1fe24c6a.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-1fe24c6a.js.map +1 -0
- package/cjs/{actionTypes-31463602.js → actionTypes-a0f9b112.js} +1 -1
- package/cjs/{actionTypes-31463602.js.map → actionTypes-a0f9b112.js.map} +1 -1
- package/cjs/{color-7144c59e.js → color-6a2b057a.js} +1 -1
- package/cjs/{color-7144c59e.js.map → color-6a2b057a.js.map} +1 -1
- package/cjs/{compareIds-b3e3cffc.js → compareIds-3a5e98ac.js} +1 -1
- package/cjs/{compareIds-b3e3cffc.js.map → compareIds-3a5e98ac.js.map} +1 -1
- package/cjs/{const-21424d05.js → const-5debbfef.js} +1 -1
- package/cjs/{const-21424d05.js.map → const-5debbfef.js.map} +1 -1
- package/cjs/{const-d6a997ec.js → const-61e48909.js} +3 -1
- package/cjs/const-61e48909.js.map +1 -0
- package/cjs/{consts-47e4d487.js → consts-588c44a5.js} +1 -1
- package/cjs/{consts-47e4d487.js.map → consts-588c44a5.js.map} +1 -1
- package/cjs/{context-8cb8affd.js → context-33f2086e.js} +2 -2
- package/cjs/{context-8cb8affd.js.map → context-33f2086e.js.map} +1 -1
- package/cjs/dist/index.css +20 -0
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-4678a454.js → index-4806f5ef.js} +1 -1
- package/cjs/{index-4678a454.js.map → index-4806f5ef.js.map} +1 -1
- package/cjs/{index-254f336f.js → index-4e830fa7.js} +7 -5
- package/cjs/index-4e830fa7.js.map +1 -0
- package/cjs/{index-31f28d2f.js → index-61486923.js} +4 -4
- package/cjs/{index-31f28d2f.js.map → index-61486923.js.map} +1 -1
- package/cjs/{index-a3f2fc1e.js → index-619bfacc.js} +3 -3
- package/cjs/{index-a3f2fc1e.js.map → index-619bfacc.js.map} +1 -1
- package/cjs/{index-dbe73222.js → index-6704cf0a.js} +4 -4
- package/cjs/{index-dbe73222.js.map → index-6704cf0a.js.map} +1 -1
- package/cjs/{index-8ea5c90b.js → index-6f20bc9e.js} +5 -5
- package/cjs/{index-8ea5c90b.js.map → index-6f20bc9e.js.map} +1 -1
- package/cjs/{index-c65779c7.js → index-7ee909f2.js} +2 -2
- package/cjs/{index-c65779c7.js.map → index-7ee909f2.js.map} +1 -1
- package/cjs/{index-c77b4d21.js → index-8a000ef2.js} +2 -2
- package/cjs/{index-c77b4d21.js.map → index-8a000ef2.js.map} +1 -1
- package/cjs/{index-e97ad39a.js → index-8ebb9a4f.js} +2 -2
- package/cjs/{index-e97ad39a.js.map → index-8ebb9a4f.js.map} +1 -1
- package/cjs/{index-62b0b176.js → index-9438f50f.js} +7 -7
- package/cjs/{index-62b0b176.js.map → index-9438f50f.js.map} +1 -1
- package/cjs/{index-7f8189a8.js → index-bd9302c1.js} +2 -2
- package/cjs/{index-7f8189a8.js.map → index-bd9302c1.js.map} +1 -1
- package/cjs/{index-4c8c854d.js → index-d5c4102b.js} +3 -3
- package/cjs/{index-4c8c854d.js.map → index-d5c4102b.js.map} +1 -1
- package/cjs/{index-a1b754e9.js → index-da2fb7d0.js} +7 -7
- package/cjs/{index-a1b754e9.js.map → index-da2fb7d0.js.map} +1 -1
- package/cjs/{index-987764bd.js → index-fed2e7d2.js} +1 -1
- package/cjs/{index-987764bd.js.map → index-fed2e7d2.js.map} +1 -1
- package/cjs/index.js +44 -44
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-4ee01b87.js → stringSet-b5fd0b8e.js} +1 -1
- package/cjs/{stringSet-4ee01b87.js.map → stringSet-b5fd0b8e.js.map} +1 -1
- package/cjs/{topics-022da857.js → topics-96919a2d.js} +1 -1
- package/cjs/{topics-022da857.js.map → topics-96919a2d.js.map} +1 -1
- package/cjs/{tslib.es6-e6498d62.js → tslib.es6-c82f2d66.js} +1 -1
- package/cjs/{tslib.es6-e6498d62.js.map → tslib.es6-c82f2d66.js.map} +1 -1
- package/cjs/{types-aeca242a.js → types-52f1dee2.js} +1 -1
- package/cjs/{types-aeca242a.js.map → types-52f1dee2.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 +7 -6
- package/cjs/ui/ContextMenu.js.map +1 -1
- 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 +35 -34
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +11 -11
- package/cjs/ui/MessageItemMenu.js.map +1 -1
- 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 +33 -27
- package/cjs/ui/OpenchannelFileMessage.js.map +1 -1
- package/cjs/ui/OpenchannelOGMessage.js +32 -30
- package/cjs/ui/OpenchannelOGMessage.js.map +1 -1
- package/cjs/ui/OpenchannelThumbnailMessage.js +35 -29
- package/cjs/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/cjs/ui/OpenchannelUserMessage.js +32 -30
- package/cjs/ui/OpenchannelUserMessage.js.map +1 -1
- 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-322218d9.js → useLongPress-9d9e9ecd.js} +3 -3
- package/cjs/{useLongPress-322218d9.js.map → useLongPress-9d9e9ecd.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-642928b9.js → utils-45a3202f.js} +2 -2
- package/cjs/{utils-642928b9.js.map → utils-45a3202f.js.map} +1 -1
- package/cjs/{utils-37fca8a6.js → utils-4aee7d6b.js} +1 -1
- package/cjs/{utils-37fca8a6.js.map → utils-4aee7d6b.js.map} +1 -1
- package/cjs/{utils-eb7febed.js → utils-b8776b9a.js} +1 -1
- package/cjs/{utils-eb7febed.js.map → utils-b8776b9a.js.map} +1 -1
- package/cjs/{utils-c95c0536.js → utils-bdefdab4.js} +1 -1
- package/cjs/{utils-c95c0536.js.map → utils-bdefdab4.js.map} +1 -1
- package/cjs/{uuid-74ed3d6f.js → uuid-761f81d7.js} +1 -1
- package/cjs/{uuid-74ed3d6f.js.map → uuid-761f81d7.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-1e2ee795.js → color-cdfa1a1f.js} +1 -1
- package/{color-1e2ee795.js.map → color-cdfa1a1f.js.map} +1 -1
- package/{compareIds-5ccbddc5.js → compareIds-3cec3007.js} +1 -1
- package/{compareIds-5ccbddc5.js.map → compareIds-3cec3007.js.map} +1 -1
- package/{const-8faafb2e.js → const-5a8e0296.js} +3 -2
- package/const-5a8e0296.js.map +1 -0
- package/{const-dc9e776d.js → const-a0a39177.js} +1 -1
- package/{const-dc9e776d.js.map → const-a0a39177.js.map} +1 -1
- package/{consts-36a3e18c.js → consts-d7c3cbcd.js} +1 -1
- package/{consts-36a3e18c.js.map → consts-d7c3cbcd.js.map} +1 -1
- package/{context-7f6e48a4.js → context-fd34af7b.js} +2 -2
- package/{context-7f6e48a4.js.map → context-fd34af7b.js.map} +1 -1
- package/dist/index.css +20 -0
- package/dist/index.css.map +1 -1
- package/{index-ece24db0.js → index-02904d88.js} +2 -2
- package/{index-ece24db0.js.map → index-02904d88.js.map} +1 -1
- package/{index-33f2cf64.js → index-0db935a0.js} +2 -2
- package/{index-33f2cf64.js.map → index-0db935a0.js.map} +1 -1
- package/{index-5f7a15e3.js → index-34793bc9.js} +1 -1
- package/{index-5f7a15e3.js.map → index-34793bc9.js.map} +1 -1
- package/{index-3fb2524a.js → index-36f00728.js} +4 -4
- package/{index-3fb2524a.js.map → index-36f00728.js.map} +1 -1
- package/{index-ba245747.js → index-3eab95d6.js} +5 -5
- package/{index-ba245747.js.map → index-3eab95d6.js.map} +1 -1
- package/{index-28d6891b.js → index-45962d0a.js} +7 -7
- package/{index-28d6891b.js.map → index-45962d0a.js.map} +1 -1
- package/{index-87ea8714.js → index-5e9e049d.js} +3 -3
- package/{index-87ea8714.js.map → index-5e9e049d.js.map} +1 -1
- package/{index-25d0ba0b.js → index-635b3b7c.js} +7 -7
- package/{index-25d0ba0b.js.map → index-635b3b7c.js.map} +1 -1
- package/{index-34aa10d1.js → index-68dbd01d.js} +2 -2
- package/{index-34aa10d1.js.map → index-68dbd01d.js.map} +1 -1
- package/{index-5258ee05.js → index-6ea22883.js} +2 -2
- package/{index-5258ee05.js.map → index-6ea22883.js.map} +1 -1
- package/{index-ba7daf9f.js → index-73039645.js} +3 -3
- package/{index-ba7daf9f.js.map → index-73039645.js.map} +1 -1
- package/{index-7e47ba7d.js → index-7676cd62.js} +7 -5
- package/index-7676cd62.js.map +1 -0
- package/{index-5eb9a836.js → index-edd51b79.js} +1 -1
- package/{index-5eb9a836.js.map → index-edd51b79.js.map} +1 -1
- package/{index-a66bf2c0.js → index-f3039a4c.js} +4 -4
- package/{index-a66bf2c0.js.map → index-f3039a4c.js.map} +1 -1
- package/index.d.ts +30 -22
- package/index.js +44 -44
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-44be1369.js → stringSet-ab222233.js} +1 -1
- package/{stringSet-44be1369.js.map → stringSet-ab222233.js.map} +1 -1
- package/{topics-3f0db840.js → topics-9eba1a1f.js} +1 -1
- package/{topics-3f0db840.js.map → topics-9eba1a1f.js.map} +1 -1
- package/{tslib.es6-d163c646.js → tslib.es6-6ee715ec.js} +1 -1
- package/{tslib.es6-d163c646.js.map → tslib.es6-6ee715ec.js.map} +1 -1
- package/{types-490489b7.js → types-96233b63.js} +1 -1
- package/{types-490489b7.js.map → types-96233b63.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 +7 -6
- package/ui/ContextMenu.js.map +1 -1
- 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 +35 -34
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +11 -11
- package/ui/MessageItemMenu.js.map +1 -1
- 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 +33 -27
- package/ui/OpenchannelFileMessage.js.map +1 -1
- package/ui/OpenchannelOGMessage.js +32 -30
- package/ui/OpenchannelOGMessage.js.map +1 -1
- package/ui/OpenchannelThumbnailMessage.js +35 -29
- package/ui/OpenchannelThumbnailMessage.js.map +1 -1
- package/ui/OpenchannelUserMessage.js +32 -30
- package/ui/OpenchannelUserMessage.js.map +1 -1
- 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-a05b8d13.js → useLongPress-4ad22c89.js} +3 -3
- package/{useLongPress-a05b8d13.js.map → useLongPress-4ad22c89.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-3a9b2a5b.js → utils-20cfe515.js} +1 -1
- package/{utils-3a9b2a5b.js.map → utils-20cfe515.js.map} +1 -1
- package/{utils-e96969ad.js → utils-2d084d6c.js} +1 -1
- package/{utils-e96969ad.js.map → utils-2d084d6c.js.map} +1 -1
- package/{utils-49a0dde3.js → utils-a236bdc2.js} +1 -1
- package/{utils-49a0dde3.js.map → utils-a236bdc2.js.map} +1 -1
- package/{utils-14105f2b.js → utils-f345c2a1.js} +2 -2
- package/{utils-14105f2b.js.map → utils-f345c2a1.js.map} +1 -1
- package/{uuid-bf5599d8.js → uuid-f497a861.js} +1 -1
- package/{uuid-bf5599d8.js.map → uuid-f497a861.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelProvider-43d68897.js.map +0 -1
- package/_rollupPluginBabelHelpers-b0efb0e7.js.map +0 -1
- package/cjs/ChannelProvider-d207316d.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-24f49f41.js.map +0 -1
- package/cjs/const-d6a997ec.js.map +0 -1
- package/cjs/index-254f336f.js.map +0 -1
- package/const-8faafb2e.js.map +0 -1
- package/index-7e47ba7d.js.map +0 -1
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { n as noop } from '../../utils-
|
|
4
|
+
import { n as noop } from '../../utils-a236bdc2.js';
|
|
5
5
|
import Modal from '../../ui/Modal.js';
|
|
6
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
7
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
6
|
+
import { u as useLocalization } from '../../LocalizationContext-59b83627.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-0b29de79.js';
|
|
8
8
|
import TextButton from '../../ui/TextButton.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-6ea22883.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
-
import '../../UserProfileContext-
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-1de97245.js';
|
|
12
|
+
import '../../UserProfileContext-bd34665c.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-f497a861.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-34793bc9.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
|
-
import '../../tslib.es6-
|
|
18
|
+
import '../../tslib.es6-6ee715ec.js';
|
|
19
19
|
import '../../ui/Icon.js';
|
|
20
20
|
import '../../ui/IconButton.js';
|
|
21
|
-
import '../../stringSet-
|
|
22
|
-
import '../../index-
|
|
23
|
-
import '../../color-
|
|
21
|
+
import '../../stringSet-ab222233.js';
|
|
22
|
+
import '../../index-edd51b79.js';
|
|
23
|
+
import '../../color-cdfa1a1f.js';
|
|
24
24
|
|
|
25
25
|
var LeaveChannel = function (props) {
|
|
26
26
|
var _a, _b;
|
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
2
|
-
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-59b83627.js';
|
|
3
3
|
import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
|
|
4
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
4
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-6ea22883.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
6
|
import Badge from '../../ui/Badge.js';
|
|
7
7
|
import Button, { ButtonTypes, ButtonSizes } from '../../ui/Button.js';
|
|
8
8
|
import IconButton from '../../ui/IconButton.js';
|
|
9
9
|
import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
|
|
10
10
|
import UserListItem$1 from './UserListItem.js';
|
|
11
|
-
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-
|
|
11
|
+
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-6ee715ec.js';
|
|
12
12
|
import Modal from '../../ui/Modal.js';
|
|
13
13
|
import UserListItem from '../../ui/UserListItem.js';
|
|
14
14
|
import { useChannelSettingsContext } from '../context.js';
|
|
15
15
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
16
16
|
import { OperatorFilter } from '@sendbird/chat/groupChannel';
|
|
17
|
-
import { M as MemberList } from '../../MemberList-
|
|
18
|
-
import { n as noop } from '../../utils-
|
|
19
|
-
import '../../stringSet-
|
|
20
|
-
import '../../index-
|
|
17
|
+
import { M as MemberList } from '../../MemberList-7a0d2135.js';
|
|
18
|
+
import { n as noop } from '../../utils-a236bdc2.js';
|
|
19
|
+
import '../../stringSet-ab222233.js';
|
|
20
|
+
import '../../index-edd51b79.js';
|
|
21
21
|
import '../../ui/AccordionGroup.js';
|
|
22
|
-
import '../../context-
|
|
22
|
+
import '../../context-fd34af7b.js';
|
|
23
23
|
import 'prop-types';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import '../../ui/SortByRow.js';
|
|
26
|
-
import '../../uuid-
|
|
27
|
-
import '../../index-
|
|
26
|
+
import '../../uuid-f497a861.js';
|
|
27
|
+
import '../../index-68dbd01d.js';
|
|
28
28
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
29
|
-
import '../../UserProfileContext-
|
|
29
|
+
import '../../UserProfileContext-bd34665c.js';
|
|
30
30
|
import '../../ui/Avatar.js';
|
|
31
31
|
import '../../ui/ImageRenderer.js';
|
|
32
32
|
import '../../ui/MutedAvatarOverlay.js';
|
|
33
33
|
import '../../ui/UserProfile.js';
|
|
34
34
|
import '../../sendbirdSelectors.js';
|
|
35
|
-
import '../../topics-
|
|
36
|
-
import '../../index-
|
|
37
|
-
import '../../MediaQueryContext-
|
|
35
|
+
import '../../topics-9eba1a1f.js';
|
|
36
|
+
import '../../index-34793bc9.js';
|
|
37
|
+
import '../../MediaQueryContext-0b29de79.js';
|
|
38
38
|
import '../../ui/Checkbox.js';
|
|
39
39
|
import '../../withSendbird.js';
|
|
40
|
-
import '../../_rollupPluginBabelHelpers-
|
|
40
|
+
import '../../_rollupPluginBabelHelpers-1de97245.js';
|
|
41
41
|
|
|
42
42
|
function OperatorsModal(_a) {
|
|
43
43
|
var _b;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../../tslib.es6-6ee715ec.js';
|
|
2
2
|
import React__default, { useRef, useContext } from 'react';
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
-
import { a as UserProfileContext } from '../../UserProfileContext-
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-59b83627.js';
|
|
4
|
+
import { a as UserProfileContext } from '../../UserProfileContext-bd34665c.js';
|
|
5
5
|
import Avatar from '../../ui/Avatar.js';
|
|
6
6
|
import MutedAvatarOverlay from '../../ui/MutedAvatarOverlay.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-6ea22883.js';
|
|
8
8
|
import UserProfile from '../../ui/UserProfile.js';
|
|
9
9
|
import ContextMenu, { MenuItems } from '../../ui/ContextMenu.js';
|
|
10
|
-
import '../../stringSet-
|
|
11
|
-
import '../../index-
|
|
10
|
+
import '../../stringSet-ab222233.js';
|
|
11
|
+
import '../../index-edd51b79.js';
|
|
12
12
|
import 'prop-types';
|
|
13
13
|
import '../../ui/ImageRenderer.js';
|
|
14
14
|
import '../../ui/Icon.js';
|
|
15
|
-
import '../../uuid-
|
|
15
|
+
import '../../uuid-f497a861.js';
|
|
16
16
|
import '../../sendbirdSelectors.js';
|
|
17
|
-
import '../../topics-
|
|
18
|
-
import '../../utils-
|
|
17
|
+
import '../../topics-9eba1a1f.js';
|
|
18
|
+
import '../../utils-a236bdc2.js';
|
|
19
19
|
import '../../ui/Button.js';
|
|
20
20
|
import '../../useSendbirdStateContext.js';
|
|
21
21
|
import '../../withSendbird.js';
|
|
22
|
-
import '../../_rollupPluginBabelHelpers-
|
|
22
|
+
import '../../_rollupPluginBabelHelpers-1de97245.js';
|
|
23
23
|
import 'react-dom';
|
|
24
24
|
import '../../ui/SortByRow.js';
|
|
25
|
-
import '../../index-
|
|
25
|
+
import '../../index-68dbd01d.js';
|
|
26
26
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
27
27
|
|
|
28
28
|
var COMPONENT_NAME = 'sendbird-user-list-item--small';
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
import React__default, { useContext, useState } 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-59b83627.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-6ea22883.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
5
|
import Badge from '../../ui/Badge.js';
|
|
6
|
-
import { M as MemberList } from '../../MemberList-
|
|
6
|
+
import { M as MemberList } from '../../MemberList-7a0d2135.js';
|
|
7
7
|
import { useChannelSettingsContext } from '../context.js';
|
|
8
|
-
import '../../stringSet-
|
|
9
|
-
import '../../index-
|
|
8
|
+
import '../../stringSet-ab222233.js';
|
|
9
|
+
import '../../index-edd51b79.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../../tslib.es6-
|
|
11
|
+
import '../../tslib.es6-6ee715ec.js';
|
|
12
12
|
import '../../ui/Button.js';
|
|
13
13
|
import '../../ui/IconButton.js';
|
|
14
14
|
import '../../ui/ContextMenu.js';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import '../../ui/SortByRow.js';
|
|
17
|
-
import '../../uuid-
|
|
18
|
-
import '../../index-
|
|
17
|
+
import '../../uuid-f497a861.js';
|
|
18
|
+
import '../../index-68dbd01d.js';
|
|
19
19
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
20
20
|
import './UserListItem.js';
|
|
21
|
-
import '../../UserProfileContext-
|
|
21
|
+
import '../../UserProfileContext-bd34665c.js';
|
|
22
22
|
import '../../ui/Avatar.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
24
|
import '../../ui/MutedAvatarOverlay.js';
|
|
25
25
|
import '../../ui/UserProfile.js';
|
|
26
26
|
import '../../sendbirdSelectors.js';
|
|
27
|
-
import '../../topics-
|
|
28
|
-
import '../../utils-
|
|
27
|
+
import '../../topics-9eba1a1f.js';
|
|
28
|
+
import '../../utils-a236bdc2.js';
|
|
29
29
|
import '../../useSendbirdStateContext.js';
|
|
30
30
|
import '../../withSendbird.js';
|
|
31
|
-
import '../../_rollupPluginBabelHelpers-
|
|
31
|
+
import '../../_rollupPluginBabelHelpers-1de97245.js';
|
|
32
32
|
import '../../ui/Modal.js';
|
|
33
|
-
import '../../index-
|
|
34
|
-
import '../../MediaQueryContext-
|
|
33
|
+
import '../../index-34793bc9.js';
|
|
34
|
+
import '../../MediaQueryContext-0b29de79.js';
|
|
35
35
|
import '../../ui/UserListItem.js';
|
|
36
36
|
import '../../ui/Checkbox.js';
|
|
37
37
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
3
|
-
import { U as UserProfileProvider } from '../UserProfileContext-
|
|
4
|
-
import { u as uuidv4 } from '../uuid-
|
|
3
|
+
import { U as UserProfileProvider } from '../UserProfileContext-bd34665c.js';
|
|
4
|
+
import { u as uuidv4 } from '../uuid-f497a861.js';
|
|
5
5
|
import '../withSendbird.js';
|
|
6
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../_rollupPluginBabelHelpers-1de97245.js';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
|
|
9
9
|
var ChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/ChannelSettings.js
CHANGED
|
@@ -3,52 +3,52 @@ import ChannelSettingsUI from './ChannelSettings/components/ChannelSettingsUI.js
|
|
|
3
3
|
import { ChannelSettingsProvider } from './ChannelSettings/context.js';
|
|
4
4
|
import './useSendbirdStateContext.js';
|
|
5
5
|
import './withSendbird.js';
|
|
6
|
-
import './_rollupPluginBabelHelpers-
|
|
7
|
-
import './index-
|
|
8
|
-
import './tslib.es6-
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
6
|
+
import './_rollupPluginBabelHelpers-1de97245.js';
|
|
7
|
+
import './index-f3039a4c.js';
|
|
8
|
+
import './tslib.es6-6ee715ec.js';
|
|
9
|
+
import './LocalizationContext-59b83627.js';
|
|
10
|
+
import './stringSet-ab222233.js';
|
|
11
|
+
import './index-edd51b79.js';
|
|
12
12
|
import './ui/Icon.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-6ea22883.js';
|
|
15
15
|
import './ui/Loader.js';
|
|
16
16
|
import './ui/IconButton.js';
|
|
17
17
|
import './ChannelSettings/components/ChannelProfile.js';
|
|
18
18
|
import './ui/ChannelAvatar.js';
|
|
19
19
|
import './ui/Avatar.js';
|
|
20
20
|
import './ui/ImageRenderer.js';
|
|
21
|
-
import './uuid-
|
|
22
|
-
import './utils-
|
|
21
|
+
import './uuid-f497a861.js';
|
|
22
|
+
import './utils-2d084d6c.js';
|
|
23
23
|
import './ui/TextButton.js';
|
|
24
|
-
import './color-
|
|
24
|
+
import './color-cdfa1a1f.js';
|
|
25
25
|
import './ChannelSettings/components/EditDetailsModal.js';
|
|
26
26
|
import './ui/Modal.js';
|
|
27
27
|
import 'react-dom';
|
|
28
|
-
import './index-
|
|
28
|
+
import './index-34793bc9.js';
|
|
29
29
|
import './ui/Button.js';
|
|
30
|
-
import './MediaQueryContext-
|
|
30
|
+
import './MediaQueryContext-0b29de79.js';
|
|
31
31
|
import './ui/Input.js';
|
|
32
32
|
import './ChannelSettings/components/ModerationPanel.js';
|
|
33
33
|
import './ui/Accordion.js';
|
|
34
34
|
import './ui/AccordionGroup.js';
|
|
35
|
-
import './context-
|
|
36
|
-
import './utils-
|
|
35
|
+
import './context-fd34af7b.js';
|
|
36
|
+
import './utils-a236bdc2.js';
|
|
37
37
|
import './ui/Badge.js';
|
|
38
38
|
import './ui/ContextMenu.js';
|
|
39
39
|
import './ui/SortByRow.js';
|
|
40
|
-
import './index-
|
|
40
|
+
import './index-68dbd01d.js';
|
|
41
41
|
import './utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import './ChannelSettings/components/UserListItem.js';
|
|
43
|
-
import './UserProfileContext-
|
|
43
|
+
import './UserProfileContext-bd34665c.js';
|
|
44
44
|
import './ui/MutedAvatarOverlay.js';
|
|
45
45
|
import './ui/UserProfile.js';
|
|
46
46
|
import './sendbirdSelectors.js';
|
|
47
|
-
import './topics-
|
|
47
|
+
import './topics-9eba1a1f.js';
|
|
48
48
|
import './ui/UserListItem.js';
|
|
49
49
|
import './ui/Checkbox.js';
|
|
50
50
|
import '@sendbird/chat/groupChannel';
|
|
51
|
-
import './MemberList-
|
|
51
|
+
import './MemberList-7a0d2135.js';
|
|
52
52
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
53
53
|
import './ChannelSettings/components/UserPanel.js';
|
|
54
54
|
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { u as useCreateChannelContext } from '../../CreateChannelProvider-
|
|
2
|
+
import { u as useCreateChannelContext } from '../../CreateChannelProvider-87a13bad.js';
|
|
3
3
|
import InviteUsers from './InviteUsers.js';
|
|
4
4
|
import SelectChannelType from './SelectChannelType.js';
|
|
5
5
|
import '../../sendbirdSelectors.js';
|
|
6
|
-
import '../../topics-
|
|
7
|
-
import '../../utils-
|
|
6
|
+
import '../../topics-9eba1a1f.js';
|
|
7
|
+
import '../../utils-a236bdc2.js';
|
|
8
8
|
import '../../useSendbirdStateContext.js';
|
|
9
9
|
import '../../withSendbird.js';
|
|
10
|
-
import '../../_rollupPluginBabelHelpers-
|
|
11
|
-
import '../../tslib.es6-
|
|
12
|
-
import '../../LocalizationContext-
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
10
|
+
import '../../_rollupPluginBabelHelpers-1de97245.js';
|
|
11
|
+
import '../../tslib.es6-6ee715ec.js';
|
|
12
|
+
import '../../LocalizationContext-59b83627.js';
|
|
13
|
+
import '../../stringSet-ab222233.js';
|
|
14
|
+
import '../../index-edd51b79.js';
|
|
15
15
|
import '../../ui/Modal.js';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-34793bc9.js';
|
|
18
18
|
import '../../ui/Button.js';
|
|
19
|
-
import '../../index-
|
|
19
|
+
import '../../index-6ea22883.js';
|
|
20
20
|
import 'prop-types';
|
|
21
21
|
import '../../ui/Icon.js';
|
|
22
22
|
import '../../ui/IconButton.js';
|
|
23
|
-
import '../../MediaQueryContext-
|
|
23
|
+
import '../../MediaQueryContext-0b29de79.js';
|
|
24
24
|
import '../../ui/UserListItem.js';
|
|
25
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../UserProfileContext-bd34665c.js';
|
|
26
26
|
import '../../ui/Avatar.js';
|
|
27
27
|
import '../../ui/ImageRenderer.js';
|
|
28
|
-
import '../../uuid-
|
|
28
|
+
import '../../uuid-f497a861.js';
|
|
29
29
|
import '../../ui/MutedAvatarOverlay.js';
|
|
30
30
|
import '../../ui/Checkbox.js';
|
|
31
31
|
import '../../ui/UserProfile.js';
|
|
32
32
|
import '../../ui/ContextMenu.js';
|
|
33
33
|
import '../../ui/SortByRow.js';
|
|
34
|
-
import '../../index-
|
|
34
|
+
import '../../index-68dbd01d.js';
|
|
35
35
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
36
36
|
|
|
37
37
|
var CreateChannel = function (props) {
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-
|
|
1
|
+
import { a as __spreadArray, _ as __assign } from '../../tslib.es6-6ee715ec.js';
|
|
2
2
|
import React__default, { useState, useContext, useEffect } from 'react';
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
-
import { u as useCreateChannelContext } from '../../CreateChannelProvider-
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-59b83627.js';
|
|
4
|
+
import { u as useCreateChannelContext } from '../../CreateChannelProvider-87a13bad.js';
|
|
5
5
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
6
6
|
import Modal from '../../ui/Modal.js';
|
|
7
|
-
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-
|
|
7
|
+
import { L as Label, b as LabelColors, a as LabelTypography } from '../../index-6ea22883.js';
|
|
8
8
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
9
9
|
import UserListItem from '../../ui/UserListItem.js';
|
|
10
|
-
import '../../stringSet-
|
|
11
|
-
import '../../index-
|
|
10
|
+
import '../../stringSet-ab222233.js';
|
|
11
|
+
import '../../index-edd51b79.js';
|
|
12
12
|
import '../../sendbirdSelectors.js';
|
|
13
|
-
import '../../topics-
|
|
14
|
-
import '../../utils-
|
|
13
|
+
import '../../topics-9eba1a1f.js';
|
|
14
|
+
import '../../utils-a236bdc2.js';
|
|
15
15
|
import '../../withSendbird.js';
|
|
16
|
-
import '../../_rollupPluginBabelHelpers-
|
|
16
|
+
import '../../_rollupPluginBabelHelpers-1de97245.js';
|
|
17
17
|
import 'react-dom';
|
|
18
|
-
import '../../index-
|
|
18
|
+
import '../../index-34793bc9.js';
|
|
19
19
|
import '../../ui/Icon.js';
|
|
20
20
|
import 'prop-types';
|
|
21
21
|
import '../../ui/IconButton.js';
|
|
22
|
-
import '../../MediaQueryContext-
|
|
23
|
-
import '../../UserProfileContext-
|
|
22
|
+
import '../../MediaQueryContext-0b29de79.js';
|
|
23
|
+
import '../../UserProfileContext-bd34665c.js';
|
|
24
24
|
import '../../ui/Avatar.js';
|
|
25
25
|
import '../../ui/ImageRenderer.js';
|
|
26
|
-
import '../../uuid-
|
|
26
|
+
import '../../uuid-f497a861.js';
|
|
27
27
|
import '../../ui/MutedAvatarOverlay.js';
|
|
28
28
|
import '../../ui/Checkbox.js';
|
|
29
29
|
import '../../ui/UserProfile.js';
|
|
30
30
|
import '../../ui/ContextMenu.js';
|
|
31
31
|
import '../../ui/SortByRow.js';
|
|
32
|
-
import '../../index-
|
|
32
|
+
import '../../index-68dbd01d.js';
|
|
33
33
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
34
34
|
|
|
35
35
|
var filterUser = function (idsToFilter) {
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { getSdk } from '../../sendbirdSelectors.js';
|
|
3
3
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
4
|
-
import { u as useCreateChannelContext, a as CHANNEL_TYPE } from '../../CreateChannelProvider-
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { u as useCreateChannelContext, a as CHANNEL_TYPE } from '../../CreateChannelProvider-87a13bad.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-59b83627.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-6ea22883.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
8
8
|
import Modal from '../../ui/Modal.js';
|
|
9
|
-
import '../../topics-
|
|
10
|
-
import '../../utils-
|
|
9
|
+
import '../../topics-9eba1a1f.js';
|
|
10
|
+
import '../../utils-a236bdc2.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-1de97245.js';
|
|
13
|
+
import '../../stringSet-ab222233.js';
|
|
14
|
+
import '../../index-edd51b79.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-34793bc9.js';
|
|
18
18
|
import '../../ui/Button.js';
|
|
19
|
-
import '../../tslib.es6-
|
|
19
|
+
import '../../tslib.es6-6ee715ec.js';
|
|
20
20
|
import '../../ui/IconButton.js';
|
|
21
|
-
import '../../MediaQueryContext-
|
|
21
|
+
import '../../MediaQueryContext-0b29de79.js';
|
|
22
22
|
|
|
23
23
|
var isBroadcastChannelEnabled = function (sdk) {
|
|
24
24
|
var _a;
|
package/CreateChannel/context.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import '../sendbirdSelectors.js';
|
|
3
3
|
import '../useSendbirdStateContext.js';
|
|
4
|
-
export { C as CreateChannelProvider, u as useCreateChannelContext } from '../CreateChannelProvider-
|
|
5
|
-
import '../topics-
|
|
6
|
-
import '../utils-
|
|
4
|
+
export { C as CreateChannelProvider, u as useCreateChannelContext } from '../CreateChannelProvider-87a13bad.js';
|
|
5
|
+
import '../topics-9eba1a1f.js';
|
|
6
|
+
import '../utils-a236bdc2.js';
|
|
7
7
|
import '../withSendbird.js';
|
|
8
|
-
import '../_rollupPluginBabelHelpers-
|
|
8
|
+
import '../_rollupPluginBabelHelpers-1de97245.js';
|
|
9
9
|
//# sourceMappingURL=context.js.map
|
package/CreateChannel.js
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import CreateChannel$1 from './CreateChannel/components/CreateChannelUI.js';
|
|
3
|
-
import { C as CreateChannelProvider } from './CreateChannelProvider-
|
|
3
|
+
import { C as CreateChannelProvider } from './CreateChannelProvider-87a13bad.js';
|
|
4
4
|
import './CreateChannel/components/InviteUsers.js';
|
|
5
|
-
import './tslib.es6-
|
|
6
|
-
import './LocalizationContext-
|
|
7
|
-
import './stringSet-
|
|
8
|
-
import './index-
|
|
5
|
+
import './tslib.es6-6ee715ec.js';
|
|
6
|
+
import './LocalizationContext-59b83627.js';
|
|
7
|
+
import './stringSet-ab222233.js';
|
|
8
|
+
import './index-edd51b79.js';
|
|
9
9
|
import './useSendbirdStateContext.js';
|
|
10
10
|
import './withSendbird.js';
|
|
11
|
-
import './_rollupPluginBabelHelpers-
|
|
11
|
+
import './_rollupPluginBabelHelpers-1de97245.js';
|
|
12
12
|
import './ui/Modal.js';
|
|
13
13
|
import 'react-dom';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-34793bc9.js';
|
|
15
15
|
import './ui/Button.js';
|
|
16
|
-
import './index-
|
|
16
|
+
import './index-6ea22883.js';
|
|
17
17
|
import 'prop-types';
|
|
18
18
|
import './ui/Icon.js';
|
|
19
19
|
import './ui/IconButton.js';
|
|
20
|
-
import './MediaQueryContext-
|
|
20
|
+
import './MediaQueryContext-0b29de79.js';
|
|
21
21
|
import './ui/UserListItem.js';
|
|
22
|
-
import './UserProfileContext-
|
|
22
|
+
import './UserProfileContext-bd34665c.js';
|
|
23
23
|
import './ui/Avatar.js';
|
|
24
24
|
import './ui/ImageRenderer.js';
|
|
25
|
-
import './uuid-
|
|
25
|
+
import './uuid-f497a861.js';
|
|
26
26
|
import './ui/MutedAvatarOverlay.js';
|
|
27
27
|
import './ui/Checkbox.js';
|
|
28
28
|
import './ui/UserProfile.js';
|
|
29
29
|
import './sendbirdSelectors.js';
|
|
30
|
-
import './topics-
|
|
31
|
-
import './utils-
|
|
30
|
+
import './topics-9eba1a1f.js';
|
|
31
|
+
import './utils-a236bdc2.js';
|
|
32
32
|
import './ui/ContextMenu.js';
|
|
33
33
|
import './ui/SortByRow.js';
|
|
34
|
-
import './index-
|
|
34
|
+
import './index-68dbd01d.js';
|
|
35
35
|
import './utils/message/getOutgoingMessageState.js';
|
|
36
36
|
import './CreateChannel/components/SelectChannelType.js';
|
|
37
37
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateChannelProvider-
|
|
1
|
+
{"version":3,"file":"CreateChannelProvider-87a13bad.js","sources":["../src/smart-components/CreateChannel/types.ts","../src/smart-components/CreateChannel/context/CreateChannelProvider.tsx"],"sourcesContent":["export enum CHANNEL_TYPE {\n GROUP = 'group',\n SUPERGROUP = 'supergroup',\n BROADCAST = 'broadcast',\n}\n","import React, { useState } from 'react';\nimport { User } from '@sendbird/chat';\nimport type {\n GroupChannel,\n GroupChannelCreateParams,\n SendbirdGroupChat,\n} from '@sendbird/chat/groupChannel';\n\nimport { getCreateGroupChannel } from '../../../lib/selectors';\nimport useSendbirdStateContext from '../../../hooks/useSendbirdStateContext';\nimport { CHANNEL_TYPE } from '../types';\n\nconst CreateChannelContext = React.createContext(undefined);\n\nexport interface UserListQuery {\n hasNext?: boolean;\n next(): Promise<Array<User>>;\n}\n\ntype OverrideInviteUserType = {\n users: Array<string>;\n onClose: () => void;\n channelType: CHANNEL_TYPE;\n};\n\nexport interface CreateChannelProviderProps {\n children?: React.ReactElement;\n onCreateChannel(channel: GroupChannel): void;\n overrideInviteUser?(params: OverrideInviteUserType): void;\n onBeforeCreateChannel?(users: Array<string>): GroupChannelCreateParams;\n userListQuery?(): UserListQuery;\n}\n\ntype CreateChannel = (channelParams: GroupChannelCreateParams) => Promise<GroupChannel>;\n\nexport interface CreateChannelContextInterface {\n onBeforeCreateChannel?(users: Array<string>): GroupChannelCreateParams;\n createChannel: CreateChannel;\n sdk: SendbirdGroupChat;\n userListQuery?(): UserListQuery;\n overrideInviteUser?(params: OverrideInviteUserType): void;\n onCreateChannel?(channel: GroupChannel): void;\n step: number,\n setStep: React.Dispatch<React.SetStateAction<number>>,\n type: CHANNEL_TYPE,\n setType: React.Dispatch<React.SetStateAction<CHANNEL_TYPE>>,\n}\n\nconst CreateChannelProvider: React.FC<CreateChannelProviderProps> = (props: CreateChannelProviderProps) => {\n const {\n children,\n onCreateChannel,\n onBeforeCreateChannel,\n overrideInviteUser,\n userListQuery,\n } = props;\n\n const store = useSendbirdStateContext();\n const userListQuery_ = store?.config?.userListQuery;\n const createChannel: (channelParams: GroupChannelCreateParams)\n => Promise<GroupChannel> = getCreateGroupChannel(store);\n\n const [step, setStep] = useState(0);\n const [type, setType] = useState(CHANNEL_TYPE.GROUP);\n\n return (\n <CreateChannelContext.Provider value={{\n onBeforeCreateChannel,\n createChannel,\n onCreateChannel,\n overrideInviteUser,\n userListQuery: userListQuery || userListQuery_,\n step,\n setStep,\n type,\n setType,\n }}>\n {children}\n </CreateChannelContext.Provider>\n );\n}\n\nconst useCreateChannelContext = (): CreateChannelContextInterface => (\n React.useContext(CreateChannelContext)\n);\n\nexport {\n CreateChannelProvider,\n useCreateChannelContext,\n};\n"],"names":["CHANNEL_TYPE","CreateChannelContext","React","createContext","undefined","CreateChannelProvider","props","children","onCreateChannel","onBeforeCreateChannel","overrideInviteUser","userListQuery","store","useSendbirdStateContext","userListQuery_","_a","config","createChannel","getCreateGroupChannel","_b","useState","step","setStep","_c","GROUP","type","setType","useCreateChannelContext","useContext"],"mappings":";;;;IAAYA,aAAZ;;AAAA,CAAA,UAAYA,YAAZ,EAAwB;AACtBA,EAAAA,YAAA,CAAA,OAAA,CAAA,GAAA,OAAA,CAAA;AACAA,EAAAA,YAAA,CAAA,YAAA,CAAA,GAAA,YAAA,CAAA;AACAA,EAAAA,YAAA,CAAA,WAAA,CAAA,GAAA,WAAA,CAAA;AACD,CAJD,EAAYA,YAAY,KAAZA,YAAY,GAIvB,EAJuB,CAAxB,CAAA;;ACYA,IAAMC,oBAAoB,gBAAGC,cAAK,CAACC,aAAN,CAAoBC,SAApB,CAA7B,CAAA;;AAoCA,IAAMC,qBAAqB,GAAyC,UAACC,KAAD,EAAkC;;;AAElG,EAAA,IAAAC,QAAQ,GAKND,KAAK,CALCC,QAAR;AAAA,MACAC,eAAe,GAIbF,KAAK,CAJQE,eADf;AAAA,MAEAC,qBAAqB,GAGnBH,KAAK,CAHcG,qBAFrB;AAAA,MAGAC,kBAAkB,GAEhBJ,KAAK,CAAAI,kBALP;AAAA,MAIAC,aAAa,GACXL,KAAK,CAAAK,aALP,CAAA;EAOF,IAAMC,KAAK,GAAGC,uBAAuB,EAArC,CAAA;AACA,EAAA,IAAMC,cAAc,GAAG,CAAAC,EAAA,GAAAH,KAAK,KAAL,IAAA,IAAAA,KAAK,KAAL,KAAA,CAAA,GAAA,KAAA,CAAA,GAAAA,KAAK,CAAEI,MAAP,MAAe,IAAf,IAAeD,EAAA,KAAA,KAAA,CAAf,GAAe,KAAA,CAAf,GAAeA,EAAA,CAAAJ,aAAtC,CAAA;AACA,EAAA,IAAMM,aAAa,GACUC,qBAAqB,CAACN,KAAD,CADlD,CAAA;;AAGM,EAAA,IAAAO,EAAA,GAAkBC,QAAQ,CAAC,CAAD,CAA1B;AAAA,MAACC,IAAI,GAAAF,EAAA,CAAA,CAAA,CAAL;AAAA,MAAOG,OAAO,GAAAH,EAAA,CAAA,CAAA,CAAd,CAAA;;AACA,EAAA,IAAAI,EAAkB,GAAAH,QAAQ,CAACpB,YAAY,CAACwB,KAAd,CAA1B;AAAA,MAACC,IAAI,GAAAF,EAAA,CAAA,CAAA,CAAL;AAAA,MAAOG,OAAO,QAAd,CAAA;;EAEN,oBACExB,cAAA,CAAA,aAAA,CAAC,oBAAD,CAAsB,QAAtB,EAAA;AAA+B,IAAA,KAAK,EAAE;AACpCO,MAAAA,qBAAqB,EAAAA,qBADe;AAEpCQ,MAAAA,aAAa,EAAAA,aAFuB;AAGpCT,MAAAA,eAAe,EAAAA,eAHqB;AAIpCE,MAAAA,kBAAkB,EAAAA,kBAJkB;MAKpCC,aAAa,EAAEA,aAAa,IAAIG,cALI;AAMpCO,MAAAA,IAAI,EAAAA,IANgC;AAOpCC,MAAAA,OAAO,EAAAA,OAP6B;AAQpCG,MAAAA,IAAI,EAAAA,IARgC;AASpCC,MAAAA,OAAO,EAAAA,OAAAA;AAT6B,KAAA;AAAtC,GAAA,EAWGnB,QAXH,CADF,CAAA;AAeD,EAhCD;;AAkCMoB,IAAAA,uBAAuB,GAAG,YAAqC;AAAA,EAAA,OACnEzB,cAAK,CAAC0B,UAAN,CAAiB3B,oBAAjB,CADmE,CAAA;AAEpE;;;;"}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-59b83627.js';
|
|
3
3
|
import Avatar from '../../ui/Avatar.js';
|
|
4
4
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
5
5
|
import Modal from '../../ui/Modal.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
7
7
|
import Input, { InputLabel } from '../../ui/Input.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-6ea22883.js';
|
|
9
9
|
import TextButton from '../../ui/TextButton.js';
|
|
10
10
|
import { useCreateOpenChannelContext } from '../context.js';
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../tslib.es6-
|
|
11
|
+
import '../../stringSet-ab222233.js';
|
|
12
|
+
import '../../index-edd51b79.js';
|
|
13
|
+
import '../../tslib.es6-6ee715ec.js';
|
|
14
14
|
import '../../ui/ImageRenderer.js';
|
|
15
|
-
import '../../uuid-
|
|
15
|
+
import '../../uuid-f497a861.js';
|
|
16
16
|
import 'prop-types';
|
|
17
17
|
import 'react-dom';
|
|
18
|
-
import '../../index-
|
|
18
|
+
import '../../index-34793bc9.js';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../MediaQueryContext-
|
|
21
|
-
import '../../color-
|
|
20
|
+
import '../../MediaQueryContext-0b29de79.js';
|
|
21
|
+
import '../../color-cdfa1a1f.js';
|
|
22
22
|
import '../../useSendbirdStateContext.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
|
-
import '../../_rollupPluginBabelHelpers-
|
|
24
|
+
import '../../_rollupPluginBabelHelpers-1de97245.js';
|
|
25
25
|
|
|
26
26
|
function CreateOpenChannelUI(_a) {
|
|
27
27
|
var closeModal = _a.closeModal,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useCallback } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
3
3
|
import '../withSendbird.js';
|
|
4
|
-
import '../_rollupPluginBabelHelpers-
|
|
4
|
+
import '../_rollupPluginBabelHelpers-1de97245.js';
|
|
5
5
|
|
|
6
6
|
var CreateOpenChannelContext = /*#__PURE__*/React__default.createContext({
|
|
7
7
|
sdk: null,
|
package/CreateOpenChannel.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import CreateOpenChannelUI from './CreateOpenChannel/components/CreateOpenChannelUI.js';
|
|
3
3
|
import { CreateOpenChannelProvider } from './CreateOpenChannel/context.js';
|
|
4
|
-
import './LocalizationContext-
|
|
5
|
-
import './stringSet-
|
|
6
|
-
import './index-
|
|
4
|
+
import './LocalizationContext-59b83627.js';
|
|
5
|
+
import './stringSet-ab222233.js';
|
|
6
|
+
import './index-edd51b79.js';
|
|
7
7
|
import './ui/Avatar.js';
|
|
8
|
-
import './tslib.es6-
|
|
8
|
+
import './tslib.es6-6ee715ec.js';
|
|
9
9
|
import './ui/ImageRenderer.js';
|
|
10
10
|
import './ui/Icon.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import './uuid-
|
|
12
|
+
import './uuid-f497a861.js';
|
|
13
13
|
import './ui/Button.js';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-6ea22883.js';
|
|
15
15
|
import './ui/Modal.js';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import './index-
|
|
17
|
+
import './index-34793bc9.js';
|
|
18
18
|
import './ui/IconButton.js';
|
|
19
|
-
import './MediaQueryContext-
|
|
19
|
+
import './MediaQueryContext-0b29de79.js';
|
|
20
20
|
import './ui/Input.js';
|
|
21
21
|
import './ui/TextButton.js';
|
|
22
|
-
import './color-
|
|
22
|
+
import './color-cdfa1a1f.js';
|
|
23
23
|
import './useSendbirdStateContext.js';
|
|
24
24
|
import './withSendbird.js';
|
|
25
|
-
import './_rollupPluginBabelHelpers-
|
|
25
|
+
import './_rollupPluginBabelHelpers-1de97245.js';
|
|
26
26
|
|
|
27
27
|
function CreateOpenChannel(_a) {
|
|
28
28
|
var className = _a.className,
|