@sendbird/uikit-react 3.6.4-rc-1 → 3.6.5-rc-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +56 -52
- package/App.js.map +1 -1
- package/CHANGELOG.md +22 -6
- package/Channel/components/ChannelHeader.js +19 -19
- package/Channel/components/ChannelUI.js +41 -41
- package/Channel/components/FileViewer.js +15 -15
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +36 -36
- package/Channel/components/MessageInput.js +29 -29
- package/Channel/components/MessageList.js +37 -37
- package/Channel/components/RemoveMessageModal.js +17 -17
- package/Channel/components/SuggestedMentionList.js +17 -17
- package/Channel/components/TypingIndicator.js +15 -15
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +12 -12
- package/Channel.js +43 -42
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +30 -30
- package/ChannelList/components/ChannelPreview.js +26 -26
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +7 -7
- package/ChannelList.js +30 -30
- package/{ChannelListProvider-0605a997.js → ChannelListProvider-b402a00e.js} +7 -7
- package/{ChannelListProvider-0605a997.js.map → ChannelListProvider-b402a00e.js.map} +1 -1
- package/{ChannelProvider-498954bf.js → ChannelProvider-a189a737.js} +45 -19
- package/ChannelProvider-a189a737.js.map +1 -0
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +10 -10
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +17 -17
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-640f4660.js → CreateChannelProvider-79bbe4d4.js} +1 -1
- package/{CreateChannelProvider-640f4660.js.map → CreateChannelProvider-79bbe4d4.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-b2390bf8.js → LocalizationContext-3d89077d.js} +3 -3
- package/{LocalizationContext-b2390bf8.js.map → LocalizationContext-3d89077d.js.map} +1 -1
- package/{MediaQueryContext-b4904a2e.js → MediaQueryContext-cf54879d.js} +1 -1
- package/{MediaQueryContext-b4904a2e.js.map → MediaQueryContext-cf54879d.js.map} +1 -1
- package/{MemberList-62532bf1.js → MemberList-bd466579.js} +5 -5
- package/{MemberList-62532bf1.js.map → MemberList-bd466579.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +19 -19
- package/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/OpenChannel/components/OpenChannelUI.js +31 -31
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +31 -31
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-bdc39bee.js → OpenChannelListProvider-4ea43d98.js} +3 -3
- package/{OpenChannelListProvider-bdc39bee.js.map → OpenChannelListProvider-4ea43d98.js.map} +1 -1
- package/{OpenChannelProvider-d0f0bf3a.js → OpenChannelProvider-8fb5a0f0.js} +7 -7
- package/{OpenChannelProvider-d0f0bf3a.js.map → OpenChannelProvider-8fb5a0f0.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-c9159223.js → RemoveMessageModal-3bcdc9f6.js} +3 -3
- package/{RemoveMessageModal-c9159223.js.map → RemoveMessageModal-3bcdc9f6.js.map} +1 -1
- package/SendbirdProvider.js +39 -27
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +33 -33
- package/Thread/components/ParentMessageInfoItem.js +21 -21
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +36 -36
- package/Thread/components/ThreadListItem.js +36 -36
- package/Thread/components/ThreadMessageInput.js +30 -30
- package/Thread/components/ThreadUI.js +40 -40
- package/Thread/context.js +8 -8
- package/Thread.js +40 -40
- package/{ThreadProvider-2bdeb95d.js → ThreadProvider-d0f2a130.js} +7 -7
- package/{ThreadProvider-2bdeb95d.js.map → ThreadProvider-d0f2a130.js.map} +1 -1
- package/{UserProfileContext-d5787c95.js → UserProfileContext-76bee36c.js} +1 -1
- package/{UserProfileContext-d5787c95.js.map → UserProfileContext-76bee36c.js.map} +1 -1
- package/{VoiceMessageInputWrapper-4138830b.js → VoiceMessageInputWrapper-da084704.js} +7 -7
- package/{VoiceMessageInputWrapper-4138830b.js.map → VoiceMessageInputWrapper-da084704.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +9 -9
- package/VoiceRecorder/context.js +9 -9
- package/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/{WebAudioUtils-7c8d9b9c.js → WebAudioUtils-68a6833e.js} +2 -2
- package/{WebAudioUtils-7c8d9b9c.js.map → WebAudioUtils-68a6833e.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-4f8ebde4.js → _rollupPluginBabelHelpers-0d01e6f3.js} +1 -1
- package/_rollupPluginBabelHelpers-0d01e6f3.js.map +1 -0
- package/{actionTypes-42a0cb89.js → actionTypes-47f3ca27.js} +1 -1
- package/{actionTypes-42a0cb89.js.map → actionTypes-47f3ca27.js.map} +1 -1
- package/cjs/App.js +56 -52
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +19 -19
- package/cjs/Channel/components/ChannelUI.js +41 -41
- package/cjs/Channel/components/FileViewer.js +15 -15
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +36 -36
- package/cjs/Channel/components/MessageInput.js +29 -29
- package/cjs/Channel/components/MessageList.js +37 -37
- package/cjs/Channel/components/RemoveMessageModal.js +17 -17
- package/cjs/Channel/components/SuggestedMentionList.js +17 -17
- package/cjs/Channel/components/TypingIndicator.js +15 -15
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +12 -12
- package/cjs/Channel.js +43 -42
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +30 -30
- package/cjs/ChannelList/components/ChannelPreview.js +26 -26
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +7 -7
- package/cjs/ChannelList.js +30 -30
- package/cjs/{ChannelListProvider-84fdbeba.js → ChannelListProvider-ddf0e6f2.js} +7 -7
- package/cjs/{ChannelListProvider-84fdbeba.js.map → ChannelListProvider-ddf0e6f2.js.map} +1 -1
- package/cjs/{ChannelProvider-39d1e9a4.js → ChannelProvider-d87ccad8.js} +44 -18
- package/cjs/ChannelProvider-d87ccad8.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +10 -10
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +17 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-36e598db.js → CreateChannelProvider-88c4a719.js} +1 -1
- package/cjs/{CreateChannelProvider-36e598db.js.map → CreateChannelProvider-88c4a719.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-8cc9717d.js → LocalizationContext-b71613af.js} +3 -3
- package/cjs/{LocalizationContext-8cc9717d.js.map → LocalizationContext-b71613af.js.map} +1 -1
- package/cjs/{MediaQueryContext-fad211ad.js → MediaQueryContext-171fe8e7.js} +1 -1
- package/cjs/{MediaQueryContext-fad211ad.js.map → MediaQueryContext-171fe8e7.js.map} +1 -1
- package/cjs/{MemberList-073f16cc.js → MemberList-fa046e2c.js} +5 -5
- package/cjs/{MemberList-073f16cc.js.map → MemberList-fa046e2c.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +19 -19
- package/cjs/OpenChannel/components/OpenChannelMessage.js +27 -27
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +31 -31
- package/cjs/OpenChannel/components/OpenChannelUI.js +31 -31
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +31 -31
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-de00eec5.js → OpenChannelListProvider-12383ab8.js} +3 -3
- package/cjs/{OpenChannelListProvider-de00eec5.js.map → OpenChannelListProvider-12383ab8.js.map} +1 -1
- package/cjs/{OpenChannelProvider-946e4425.js → OpenChannelProvider-d087efea.js} +7 -7
- package/cjs/{OpenChannelProvider-946e4425.js.map → OpenChannelProvider-d087efea.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-e02d1dc0.js → RemoveMessageModal-9401e8f1.js} +3 -3
- package/cjs/{RemoveMessageModal-e02d1dc0.js.map → RemoveMessageModal-9401e8f1.js.map} +1 -1
- package/cjs/SendbirdProvider.js +39 -27
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +33 -33
- package/cjs/Thread/components/ParentMessageInfoItem.js +21 -21
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +36 -36
- package/cjs/Thread/components/ThreadListItem.js +36 -36
- package/cjs/Thread/components/ThreadMessageInput.js +30 -30
- package/cjs/Thread/components/ThreadUI.js +40 -40
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +40 -40
- package/cjs/{ThreadProvider-c83249cf.js → ThreadProvider-527d2019.js} +7 -7
- package/cjs/{ThreadProvider-c83249cf.js.map → ThreadProvider-527d2019.js.map} +1 -1
- package/cjs/{UserProfileContext-d993c96b.js → UserProfileContext-0ddef046.js} +1 -1
- package/cjs/{UserProfileContext-d993c96b.js.map → UserProfileContext-0ddef046.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-b46d3514.js → VoiceMessageInputWrapper-6a6b7f7c.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-b46d3514.js.map → VoiceMessageInputWrapper-6a6b7f7c.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +9 -9
- package/cjs/VoiceRecorder/context.js +9 -9
- package/cjs/VoiceRecorder/useVoiceRecorder.js +8 -8
- package/cjs/{WebAudioUtils-b81ee971.js → WebAudioUtils-113fd276.js} +2 -2
- package/cjs/{WebAudioUtils-b81ee971.js.map → WebAudioUtils-113fd276.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-acf412a3.js → _rollupPluginBabelHelpers-521d84fd.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-521d84fd.js.map +1 -0
- package/cjs/{actionTypes-0755b8bb.js → actionTypes-8290d466.js} +1 -1
- package/cjs/{actionTypes-0755b8bb.js.map → actionTypes-8290d466.js.map} +1 -1
- package/cjs/{color-5cfb41c7.js → color-4e0374be.js} +1 -1
- package/cjs/{color-5cfb41c7.js.map → color-4e0374be.js.map} +1 -1
- package/cjs/{compareIds-784d9a4e.js → compareIds-9c348a7e.js} +1 -1
- package/cjs/{compareIds-784d9a4e.js.map → compareIds-9c348a7e.js.map} +1 -1
- package/cjs/{const-b19292fd.js → const-7712bc35.js} +1 -1
- package/cjs/{const-b19292fd.js.map → const-7712bc35.js.map} +1 -1
- package/cjs/{const-a3e169f4.js → const-d984d897.js} +1 -1
- package/cjs/{const-a3e169f4.js.map → const-d984d897.js.map} +1 -1
- package/cjs/{consts-d04401ad.js → consts-35e9ea42.js} +1 -1
- package/cjs/{consts-d04401ad.js.map → consts-35e9ea42.js.map} +1 -1
- package/cjs/{consts-9641990e.js → consts-49b6f4ea.js} +1 -1
- package/cjs/{consts-9641990e.js.map → consts-49b6f4ea.js.map} +1 -1
- package/cjs/{consts-016f07ac.js → consts-5e3c8b65.js} +1 -1
- package/cjs/{consts-016f07ac.js.map → consts-5e3c8b65.js.map} +1 -1
- package/cjs/{consts-eb163887.js → consts-68e8c7f3.js} +1 -1
- package/cjs/{consts-eb163887.js.map → consts-68e8c7f3.js.map} +1 -1
- package/cjs/{context-18074bb9.js → context-aba44bec.js} +2 -2
- package/cjs/{context-18074bb9.js.map → context-aba44bec.js.map} +1 -1
- package/cjs/dist/index.css +94 -94
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-985a1afb.js → index-2396f2c7.js} +3 -3
- package/cjs/{index-985a1afb.js.map → index-2396f2c7.js.map} +1 -1
- package/cjs/{index-d749c4c2.js → index-2d951bb0.js} +1 -1
- package/cjs/{index-d749c4c2.js.map → index-2d951bb0.js.map} +1 -1
- package/cjs/{index-cb4e4067.js → index-318086b1.js} +4 -4
- package/cjs/{index-cb4e4067.js.map → index-318086b1.js.map} +1 -1
- package/cjs/{index-f3784774.js → index-3fd205c9.js} +5 -5
- package/cjs/{index-f3784774.js.map → index-3fd205c9.js.map} +1 -1
- package/cjs/{index-63badba3.js → index-41182ee3.js} +6 -6
- package/cjs/{index-63badba3.js.map → index-41182ee3.js.map} +1 -1
- package/cjs/{index-f6c6728e.js → index-48804b3b.js} +2 -2
- package/cjs/{index-f6c6728e.js.map → index-48804b3b.js.map} +1 -1
- package/cjs/{index-ff7b4cb6.js → index-4aff14c7.js} +4 -4
- package/cjs/{index-ff7b4cb6.js.map → index-4aff14c7.js.map} +1 -1
- package/cjs/{index-a91b85d9.js → index-542b3e87.js} +2 -2
- package/cjs/{index-a91b85d9.js.map → index-542b3e87.js.map} +1 -1
- package/cjs/{index-90711a57.js → index-7b7514f3.js} +3 -3
- package/cjs/{index-90711a57.js.map → index-7b7514f3.js.map} +1 -1
- package/cjs/{index-8029e07a.js → index-8cbd7ca5.js} +1 -1
- package/cjs/{index-8029e07a.js.map → index-8cbd7ca5.js.map} +1 -1
- package/cjs/{index-0e24aca4.js → index-8cc454d3.js} +3 -3
- package/cjs/{index-0e24aca4.js.map → index-8cc454d3.js.map} +1 -1
- package/cjs/{index-0a0a6c08.js → index-bafafa51.js} +6 -6
- package/cjs/{index-0a0a6c08.js.map → index-bafafa51.js.map} +1 -1
- package/cjs/{index-3fc4f7d7.js → index-c3756179.js} +2 -2
- package/cjs/{index-3fc4f7d7.js.map → index-c3756179.js.map} +1 -1
- package/cjs/{index-88a450f3.js → index-d76fdd8c.js} +2 -2
- package/cjs/{index-88a450f3.js.map → index-d76fdd8c.js.map} +1 -1
- package/cjs/{index-db8116c0.js → index-e5d6e395.js} +4 -4
- package/cjs/{index-db8116c0.js.map → index-e5d6e395.js.map} +1 -1
- package/cjs/{index-35633fb6.js → index-f5ad3937.js} +2 -2
- package/cjs/{index-35633fb6.js.map → index-f5ad3937.js.map} +1 -1
- package/cjs/{index-bf8f9551.js → index-fca40968.js} +2 -2
- package/cjs/{index-bf8f9551.js.map → index-fca40968.js.map} +1 -1
- package/cjs/index.js +52 -52
- package/cjs/{index.module-e3392caa.js → index.module-7b4396a5.js} +1 -1
- package/cjs/{index.module-e3392caa.js.map → index.module-7b4396a5.js.map} +1 -1
- package/cjs/package.json +2 -2
- package/cjs/{resolvedReplyType-930f5b54.js → resolvedReplyType-5e0bf8f7.js} +1 -1
- package/cjs/{resolvedReplyType-930f5b54.js.map → resolvedReplyType-5e0bf8f7.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-ce782136.js → stringSet-cb1d4f36.js} +1 -1
- package/cjs/{stringSet-ce782136.js.map → stringSet-cb1d4f36.js.map} +1 -1
- package/cjs/{tokenize-88b021e0.js → tokenize-8d18b255.js} +2 -2
- package/cjs/{tokenize-88b021e0.js.map → tokenize-8d18b255.js.map} +1 -1
- package/cjs/{topics-e24ef339.js → topics-c0fb0e81.js} +1 -1
- package/cjs/{topics-e24ef339.js.map → topics-c0fb0e81.js.map} +1 -1
- package/cjs/{types-9466af03.js → types-efb11314.js} +1 -1
- package/cjs/types-efb11314.js.map +1 -0
- 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 +13 -13
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/MentionLabel.js +10 -10
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +28 -28
- package/cjs/ui/MessageInput.js +13 -13
- package/cjs/ui/MessageItemMenu.js +8 -8
- package/cjs/ui/MessageItemReactionMenu.js +8 -8
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +8 -8
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +14 -14
- package/cjs/ui/OpenChannelAdminMessage.js +2 -2
- package/cjs/ui/OpenChannelAvatar.js +5 -5
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +15 -15
- package/cjs/ui/OpenchannelOGMessage.js +18 -18
- package/cjs/ui/OpenchannelThumbnailMessage.js +14 -14
- package/cjs/ui/OpenchannelUserMessage.js +15 -15
- package/cjs/ui/PlaceHolder.js +5 -5
- package/cjs/ui/PlaybackTime.js +2 -2
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +2 -2
- package/cjs/ui/ReactionButton.js +4 -4
- package/cjs/ui/SortByRow.js +1 -1
- package/cjs/ui/TextButton.js +1 -1
- package/cjs/ui/TextMessageItemBody.js +14 -14
- package/cjs/ui/ThreadReplies.js +5 -5
- package/cjs/ui/ThumbnailMessageItemBody.js +5 -5
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +2 -2
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +10 -10
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +9 -9
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +10 -10
- package/cjs/{useDirtyGetMentions-cc476482.js → useDirtyGetMentions-9947aee3.js} +1 -1
- package/cjs/{useDirtyGetMentions-cc476482.js.map → useDirtyGetMentions-9947aee3.js.map} +1 -1
- package/cjs/{useLongPress-cf56e64a.js → useLongPress-b6d74369.js} +3 -3
- package/cjs/{useLongPress-cf56e64a.js.map → useLongPress-b6d74369.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-e6c788f1.js → utils-1e48255a.js} +2 -2
- package/cjs/{utils-e6c788f1.js.map → utils-1e48255a.js.map} +1 -1
- package/cjs/{utils-68387d1c.js → utils-5da8a3e4.js} +1 -1
- package/cjs/{utils-68387d1c.js.map → utils-5da8a3e4.js.map} +1 -1
- package/cjs/{utils-d9c99217.js → utils-a03c8a10.js} +1 -1
- package/cjs/{utils-d9c99217.js.map → utils-a03c8a10.js.map} +1 -1
- package/cjs/{utils-5aa0708e.js → utils-cc2eedb1.js} +1 -1
- package/cjs/{utils-5aa0708e.js.map → utils-cc2eedb1.js.map} +1 -1
- package/cjs/{uuid-1eceb0c8.js → uuid-dc467c65.js} +1 -1
- package/cjs/{uuid-1eceb0c8.js.map → uuid-dc467c65.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-9519a526.js → color-85d0418a.js} +1 -1
- package/{color-9519a526.js.map → color-85d0418a.js.map} +1 -1
- package/{compareIds-7800035f.js → compareIds-0a8e7d24.js} +1 -1
- package/{compareIds-7800035f.js.map → compareIds-0a8e7d24.js.map} +1 -1
- package/{const-97fac210.js → const-6a8c838f.js} +1 -1
- package/{const-97fac210.js.map → const-6a8c838f.js.map} +1 -1
- package/{const-922f4cc5.js → const-f63da26b.js} +1 -1
- package/{const-922f4cc5.js.map → const-f63da26b.js.map} +1 -1
- package/{consts-cdccf171.js → consts-19f0564e.js} +1 -1
- package/{consts-cdccf171.js.map → consts-19f0564e.js.map} +1 -1
- package/{consts-33537265.js → consts-84efad3b.js} +1 -1
- package/{consts-33537265.js.map → consts-84efad3b.js.map} +1 -1
- package/{consts-8ce876a0.js → consts-a58357ec.js} +1 -1
- package/{consts-8ce876a0.js.map → consts-a58357ec.js.map} +1 -1
- package/{consts-e3e03145.js → consts-c0bf0a6f.js} +1 -1
- package/{consts-e3e03145.js.map → consts-c0bf0a6f.js.map} +1 -1
- package/{context-8712877d.js → context-d7fb9c2e.js} +2 -2
- package/{context-8712877d.js.map → context-d7fb9c2e.js.map} +1 -1
- package/dist/index.css +94 -94
- package/dist/index.css.map +1 -1
- package/{index-39306dfb.js → index-1a4a0bf2.js} +2 -2
- package/{index-39306dfb.js.map → index-1a4a0bf2.js.map} +1 -1
- package/{index-eefb44ba.js → index-36b990cb.js} +2 -2
- package/{index-eefb44ba.js.map → index-36b990cb.js.map} +1 -1
- package/{index-017c5a7d.js → index-5894b2e1.js} +6 -6
- package/{index-017c5a7d.js.map → index-5894b2e1.js.map} +1 -1
- package/{index-7d496661.js → index-72cce56d.js} +3 -3
- package/{index-7d496661.js.map → index-72cce56d.js.map} +1 -1
- package/{index-4372fcec.js → index-84e5b560.js} +2 -2
- package/{index-4372fcec.js.map → index-84e5b560.js.map} +1 -1
- package/{index-8aa7880e.js → index-87b0db6e.js} +4 -4
- package/{index-8aa7880e.js.map → index-87b0db6e.js.map} +1 -1
- package/{index-1fefb8e6.js → index-adfc301f.js} +2 -2
- package/{index-1fefb8e6.js.map → index-adfc301f.js.map} +1 -1
- package/{index-67135027.js → index-ae11ce3a.js} +1 -1
- package/{index-67135027.js.map → index-ae11ce3a.js.map} +1 -1
- package/{index-ebab784c.js → index-bc300362.js} +4 -4
- package/{index-ebab784c.js.map → index-bc300362.js.map} +1 -1
- package/{index-28ad85ee.js → index-bd32897c.js} +2 -2
- package/{index-28ad85ee.js.map → index-bd32897c.js.map} +1 -1
- package/{index-1d741554.js → index-be14bfa2.js} +6 -6
- package/{index-1d741554.js.map → index-be14bfa2.js.map} +1 -1
- package/{index-2dc53ac2.js → index-c0ff26f4.js} +2 -2
- package/{index-2dc53ac2.js.map → index-c0ff26f4.js.map} +1 -1
- package/{index-896545a0.js → index-c8b98f98.js} +1 -1
- package/{index-896545a0.js.map → index-c8b98f98.js.map} +1 -1
- package/{index-49ff1ed1.js → index-d8d6ab40.js} +3 -3
- package/{index-49ff1ed1.js.map → index-d8d6ab40.js.map} +1 -1
- package/{index-0d1114ee.js → index-e829421b.js} +3 -3
- package/{index-0d1114ee.js.map → index-e829421b.js.map} +1 -1
- package/{index-6a9fb317.js → index-e8e83844.js} +5 -5
- package/{index-6a9fb317.js.map → index-e8e83844.js.map} +1 -1
- package/{index-484b4a5d.js → index-ecf9390f.js} +4 -4
- package/{index-484b4a5d.js.map → index-ecf9390f.js.map} +1 -1
- package/index.d.ts +5 -2
- package/index.js +52 -52
- package/{index.module-2885df8c.js → index.module-dcc97417.js} +1 -1
- package/{index.module-2885df8c.js.map → index.module-dcc97417.js.map} +1 -1
- package/package.json +2 -2
- package/{resolvedReplyType-e00d5fd9.js → resolvedReplyType-664ef396.js} +1 -1
- package/{resolvedReplyType-e00d5fd9.js.map → resolvedReplyType-664ef396.js.map} +1 -1
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-eefbc798.js → stringSet-a71db233.js} +1 -1
- package/{stringSet-eefbc798.js.map → stringSet-a71db233.js.map} +1 -1
- package/{tokenize-b97bc343.js → tokenize-a4790f7a.js} +2 -2
- package/{tokenize-b97bc343.js.map → tokenize-a4790f7a.js.map} +1 -1
- package/{topics-f3629ea0.js → topics-fe288aec.js} +1 -1
- package/{topics-f3629ea0.js.map → topics-fe288aec.js.map} +1 -1
- package/{types-234b17b9.js → types-ce97be21.js} +1 -1
- package/types-ce97be21.js.map +1 -0
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +2 -2
- package/ui/Avatar.js +1 -1
- package/ui/Badge.js +4 -4
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +2 -2
- package/ui/ChannelAvatar.js +2 -2
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +3 -3
- package/ui/EmojiReactions.js +13 -13
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/MentionLabel.js +10 -10
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +28 -28
- package/ui/MessageInput.js +13 -13
- package/ui/MessageItemMenu.js +8 -8
- package/ui/MessageItemReactionMenu.js +8 -8
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +8 -8
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +14 -14
- package/ui/OpenChannelAdminMessage.js +2 -2
- package/ui/OpenChannelAvatar.js +5 -5
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +15 -15
- package/ui/OpenchannelOGMessage.js +18 -18
- package/ui/OpenchannelThumbnailMessage.js +14 -14
- package/ui/OpenchannelUserMessage.js +15 -15
- package/ui/PlaceHolder.js +5 -5
- package/ui/PlaybackTime.js +2 -2
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +2 -2
- package/ui/ReactionButton.js +4 -4
- package/ui/SortByRow.js +1 -1
- package/ui/TextButton.js +1 -1
- package/ui/TextMessageItemBody.js +14 -14
- package/ui/ThreadReplies.js +5 -5
- package/ui/ThumbnailMessageItemBody.js +5 -5
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +2 -2
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +10 -10
- package/ui/UserProfile.js +9 -9
- package/ui/VoiceMessageItemBody.js +9 -9
- package/ui/VoiceMessgeInput.js +7 -7
- package/ui/Word.js +10 -10
- package/{useDirtyGetMentions-5f675b6c.js → useDirtyGetMentions-cce415ba.js} +1 -1
- package/{useDirtyGetMentions-5f675b6c.js.map → useDirtyGetMentions-cce415ba.js.map} +1 -1
- package/{useLongPress-cb2d23be.js → useLongPress-14f5afd8.js} +3 -3
- package/{useLongPress-cb2d23be.js.map → useLongPress-14f5afd8.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-b53fe532.js → utils-dc570c9a.js} +1 -1
- package/{utils-b53fe532.js.map → utils-dc570c9a.js.map} +1 -1
- package/{utils-46470b6b.js → utils-dd1fa925.js} +2 -2
- package/{utils-46470b6b.js.map → utils-dd1fa925.js.map} +1 -1
- package/{utils-9e1bd161.js → utils-edc18108.js} +1 -1
- package/{utils-9e1bd161.js.map → utils-edc18108.js.map} +1 -1
- package/{utils-3b418b35.js → utils-f6f91864.js} +1 -1
- package/{utils-3b418b35.js.map → utils-f6f91864.js.map} +1 -1
- package/{uuid-a79b5ba8.js → uuid-6057c1fc.js} +1 -1
- package/{uuid-a79b5ba8.js.map → uuid-6057c1fc.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelProvider-498954bf.js.map +0 -1
- package/_rollupPluginBabelHelpers-4f8ebde4.js.map +0 -1
- package/cjs/ChannelProvider-39d1e9a4.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-acf412a3.js.map +0 -1
- package/cjs/types-9466af03.js.map +0 -1
- package/types-234b17b9.js.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
6
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-d8d6ab40.js';
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-84e5b560.js';
|
|
6
|
+
import { a as LocalizationContext } from '../../LocalizationContext-3d89077d.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
8
8
|
import IconButton from '../../ui/IconButton.js';
|
|
9
9
|
import ChannelProfile from './ChannelProfile.js';
|
|
@@ -11,45 +11,45 @@ import AdminPannel from './ModerationPanel.js';
|
|
|
11
11
|
import LeaveChannel from './LeaveChannel.js';
|
|
12
12
|
import UserPanel from './UserPanel.js';
|
|
13
13
|
import '../../withSendbird.js';
|
|
14
|
-
import '../../_rollupPluginBabelHelpers-
|
|
15
|
-
import '../../UserProfileContext-
|
|
14
|
+
import '../../_rollupPluginBabelHelpers-0d01e6f3.js';
|
|
15
|
+
import '../../UserProfileContext-76bee36c.js';
|
|
16
16
|
import 'prop-types';
|
|
17
|
-
import '../../uuid-
|
|
17
|
+
import '../../uuid-6057c1fc.js';
|
|
18
18
|
import '../../ui/Loader.js';
|
|
19
|
-
import '../../stringSet-
|
|
20
|
-
import '../../index-
|
|
19
|
+
import '../../stringSet-a71db233.js';
|
|
20
|
+
import '../../index-ae11ce3a.js';
|
|
21
21
|
import '../../ui/ChannelAvatar.js';
|
|
22
22
|
import '../../ui/Avatar.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
|
-
import '../../utils-
|
|
24
|
+
import '../../utils-edc18108.js';
|
|
25
25
|
import '../../ui/TextButton.js';
|
|
26
|
-
import '../../color-
|
|
26
|
+
import '../../color-85d0418a.js';
|
|
27
27
|
import './EditDetailsModal.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-c8b98f98.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../MediaQueryContext-cf54879d.js';
|
|
33
33
|
import '../../ui/Input.js';
|
|
34
34
|
import '../../ui/Accordion.js';
|
|
35
35
|
import '../../ui/AccordionGroup.js';
|
|
36
|
-
import '../../context-
|
|
37
|
-
import '../../utils-
|
|
36
|
+
import '../../context-d7fb9c2e.js';
|
|
37
|
+
import '../../utils-dc570c9a.js';
|
|
38
38
|
import '../../ui/Badge.js';
|
|
39
39
|
import '../../ui/Toggle.js';
|
|
40
40
|
import '../../ui/ContextMenu.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
|
-
import '../../index-
|
|
42
|
+
import '../../index-36b990cb.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import './UserListItem.js';
|
|
45
45
|
import '../../ui/MutedAvatarOverlay.js';
|
|
46
46
|
import '../../ui/UserProfile.js';
|
|
47
47
|
import '../../sendbirdSelectors.js';
|
|
48
|
-
import '../../topics-
|
|
48
|
+
import '../../topics-fe288aec.js';
|
|
49
49
|
import '../../ui/UserListItem.js';
|
|
50
50
|
import '../../ui/Checkbox.js';
|
|
51
51
|
import '@sendbird/chat/groupChannel';
|
|
52
|
-
import '../../MemberList-
|
|
52
|
+
import '../../MemberList-bd466579.js';
|
|
53
53
|
|
|
54
54
|
const ChannelSettingsUI = props => {
|
|
55
55
|
var _state$config, _state$config2;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
2
|
import { useChannelSettingsContext } from '../context.js';
|
|
3
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
+
import { a as LocalizationContext } from '../../LocalizationContext-3d89077d.js';
|
|
4
4
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
5
5
|
import Modal from '../../ui/Modal.js';
|
|
6
6
|
import Input, { InputLabel } from '../../ui/Input.js';
|
|
7
7
|
import Avatar from '../../ui/Avatar.js';
|
|
8
8
|
import { ButtonTypes } from '../../ui/Button.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-84e5b560.js';
|
|
10
10
|
import TextButton from '../../ui/TextButton.js';
|
|
11
11
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
12
|
-
import { u as uuidv4 } from '../../uuid-
|
|
13
|
-
import '../../UserProfileContext-
|
|
12
|
+
import { u as uuidv4 } from '../../uuid-6057c1fc.js';
|
|
13
|
+
import '../../UserProfileContext-76bee36c.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import '../../withSendbird.js';
|
|
16
|
-
import '../../_rollupPluginBabelHelpers-
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
16
|
+
import '../../_rollupPluginBabelHelpers-0d01e6f3.js';
|
|
17
|
+
import '../../stringSet-a71db233.js';
|
|
18
|
+
import '../../index-ae11ce3a.js';
|
|
19
19
|
import 'react-dom';
|
|
20
|
-
import '../../index-
|
|
20
|
+
import '../../index-c8b98f98.js';
|
|
21
21
|
import '../../ui/Icon.js';
|
|
22
22
|
import '../../ui/IconButton.js';
|
|
23
|
-
import '../../MediaQueryContext-
|
|
23
|
+
import '../../MediaQueryContext-cf54879d.js';
|
|
24
24
|
import '../../ui/ImageRenderer.js';
|
|
25
|
-
import '../../color-
|
|
26
|
-
import '../../utils-
|
|
25
|
+
import '../../color-85d0418a.js';
|
|
26
|
+
import '../../utils-edc18108.js';
|
|
27
27
|
|
|
28
28
|
const EditDetails = props => {
|
|
29
29
|
var _state$config, _state$config2, _state$config3;
|
|
@@ -1,25 +1,25 @@
|
|
|
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-dc570c9a.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-3d89077d.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-cf54879d.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-84e5b560.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
-
import '../../UserProfileContext-
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-0d01e6f3.js';
|
|
12
|
+
import '../../UserProfileContext-76bee36c.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-6057c1fc.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-c8b98f98.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../stringSet-
|
|
21
|
-
import '../../index-
|
|
22
|
-
import '../../color-
|
|
20
|
+
import '../../stringSet-a71db233.js';
|
|
21
|
+
import '../../index-ae11ce3a.js';
|
|
22
|
+
import '../../color-85d0418a.js';
|
|
23
23
|
|
|
24
24
|
const LeaveChannel = props => {
|
|
25
25
|
var _state$config, _state$config2;
|
|
@@ -1,7 +1,7 @@
|
|
|
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-3d89077d.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-84e5b560.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
6
|
import Badge from '../../ui/Badge.js';
|
|
7
7
|
import { Toggle } from '../../ui/Toggle.js';
|
|
@@ -13,29 +13,29 @@ 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
|
-
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
16
|
+
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-0d01e6f3.js';
|
|
17
17
|
import { OperatorFilter } from '@sendbird/chat/groupChannel';
|
|
18
|
-
import { M as MemberList } from '../../MemberList-
|
|
19
|
-
import { n as noop } from '../../utils-
|
|
20
|
-
import '../../stringSet-
|
|
21
|
-
import '../../index-
|
|
18
|
+
import { M as MemberList } from '../../MemberList-bd466579.js';
|
|
19
|
+
import { n as noop } from '../../utils-dc570c9a.js';
|
|
20
|
+
import '../../stringSet-a71db233.js';
|
|
21
|
+
import '../../index-ae11ce3a.js';
|
|
22
22
|
import '../../ui/AccordionGroup.js';
|
|
23
|
-
import '../../context-
|
|
23
|
+
import '../../context-d7fb9c2e.js';
|
|
24
24
|
import 'prop-types';
|
|
25
25
|
import 'react-dom';
|
|
26
26
|
import '../../ui/SortByRow.js';
|
|
27
|
-
import '../../uuid-
|
|
28
|
-
import '../../index-
|
|
27
|
+
import '../../uuid-6057c1fc.js';
|
|
28
|
+
import '../../index-36b990cb.js';
|
|
29
29
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
30
|
-
import '../../UserProfileContext-
|
|
30
|
+
import '../../UserProfileContext-76bee36c.js';
|
|
31
31
|
import '../../ui/Avatar.js';
|
|
32
32
|
import '../../ui/ImageRenderer.js';
|
|
33
33
|
import '../../ui/MutedAvatarOverlay.js';
|
|
34
34
|
import '../../ui/UserProfile.js';
|
|
35
35
|
import '../../sendbirdSelectors.js';
|
|
36
|
-
import '../../topics-
|
|
37
|
-
import '../../index-
|
|
38
|
-
import '../../MediaQueryContext-
|
|
36
|
+
import '../../topics-fe288aec.js';
|
|
37
|
+
import '../../index-c8b98f98.js';
|
|
38
|
+
import '../../MediaQueryContext-cf54879d.js';
|
|
39
39
|
import '../../ui/Checkbox.js';
|
|
40
40
|
import '../../withSendbird.js';
|
|
41
41
|
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import React__default, { useRef, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { a as UserProfileContext } from '../../UserProfileContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-3d89077d.js';
|
|
3
|
+
import { a as UserProfileContext } from '../../UserProfileContext-76bee36c.js';
|
|
4
4
|
import Avatar from '../../ui/Avatar.js';
|
|
5
5
|
import MutedAvatarOverlay from '../../ui/MutedAvatarOverlay.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-84e5b560.js';
|
|
7
7
|
import UserProfile from '../../ui/UserProfile.js';
|
|
8
8
|
import ContextMenu, { MenuItems } from '../../ui/ContextMenu.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-a71db233.js';
|
|
10
|
+
import '../../index-ae11ce3a.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import '../../ui/ImageRenderer.js';
|
|
13
13
|
import '../../ui/Icon.js';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-6057c1fc.js';
|
|
15
15
|
import '../../sendbirdSelectors.js';
|
|
16
|
-
import '../../_rollupPluginBabelHelpers-
|
|
17
|
-
import '../../topics-
|
|
18
|
-
import '../../utils-
|
|
16
|
+
import '../../_rollupPluginBabelHelpers-0d01e6f3.js';
|
|
17
|
+
import '../../topics-fe288aec.js';
|
|
18
|
+
import '../../utils-dc570c9a.js';
|
|
19
19
|
import '../../ui/Button.js';
|
|
20
20
|
import '../../useSendbirdStateContext.js';
|
|
21
21
|
import '../../withSendbird.js';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import '../../ui/SortByRow.js';
|
|
24
|
-
import '../../index-
|
|
24
|
+
import '../../index-36b990cb.js';
|
|
25
25
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
26
26
|
|
|
27
27
|
const UserListItem = _ref => {
|
|
@@ -1,36 +1,36 @@
|
|
|
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-3d89077d.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-84e5b560.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-bd466579.js';
|
|
7
7
|
import { useChannelSettingsContext } from '../context.js';
|
|
8
|
-
import '../../stringSet-
|
|
9
|
-
import '../../index-
|
|
8
|
+
import '../../stringSet-a71db233.js';
|
|
9
|
+
import '../../index-ae11ce3a.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import '../../ui/Button.js';
|
|
12
12
|
import '../../ui/IconButton.js';
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-0d01e6f3.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-6057c1fc.js';
|
|
18
|
+
import '../../index-36b990cb.js';
|
|
19
19
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
20
20
|
import './UserListItem.js';
|
|
21
|
-
import '../../UserProfileContext-
|
|
21
|
+
import '../../UserProfileContext-76bee36c.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-fe288aec.js';
|
|
28
|
+
import '../../utils-dc570c9a.js';
|
|
29
29
|
import '../../useSendbirdStateContext.js';
|
|
30
30
|
import '../../withSendbird.js';
|
|
31
31
|
import '../../ui/Modal.js';
|
|
32
|
-
import '../../index-
|
|
33
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../index-c8b98f98.js';
|
|
33
|
+
import '../../MediaQueryContext-cf54879d.js';
|
|
34
34
|
import '../../ui/UserListItem.js';
|
|
35
35
|
import '../../ui/Checkbox.js';
|
|
36
36
|
|
|
@@ -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-76bee36c.js';
|
|
4
|
+
import { u as uuidv4 } from '../uuid-6057c1fc.js';
|
|
5
5
|
import '../withSendbird.js';
|
|
6
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../_rollupPluginBabelHelpers-0d01e6f3.js';
|
|
7
7
|
import 'prop-types';
|
|
8
8
|
|
|
9
9
|
const 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 './LocalizationContext-
|
|
9
|
-
import './stringSet-
|
|
10
|
-
import './index-
|
|
6
|
+
import './_rollupPluginBabelHelpers-0d01e6f3.js';
|
|
7
|
+
import './index-d8d6ab40.js';
|
|
8
|
+
import './LocalizationContext-3d89077d.js';
|
|
9
|
+
import './stringSet-a71db233.js';
|
|
10
|
+
import './index-ae11ce3a.js';
|
|
11
11
|
import './ui/Icon.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-84e5b560.js';
|
|
14
14
|
import './ui/Loader.js';
|
|
15
15
|
import './ui/IconButton.js';
|
|
16
16
|
import './ChannelSettings/components/ChannelProfile.js';
|
|
17
17
|
import './ui/ChannelAvatar.js';
|
|
18
18
|
import './ui/Avatar.js';
|
|
19
19
|
import './ui/ImageRenderer.js';
|
|
20
|
-
import './uuid-
|
|
21
|
-
import './utils-
|
|
20
|
+
import './uuid-6057c1fc.js';
|
|
21
|
+
import './utils-edc18108.js';
|
|
22
22
|
import './ui/TextButton.js';
|
|
23
|
-
import './color-
|
|
23
|
+
import './color-85d0418a.js';
|
|
24
24
|
import './ChannelSettings/components/EditDetailsModal.js';
|
|
25
25
|
import './ui/Modal.js';
|
|
26
26
|
import 'react-dom';
|
|
27
|
-
import './index-
|
|
27
|
+
import './index-c8b98f98.js';
|
|
28
28
|
import './ui/Button.js';
|
|
29
|
-
import './MediaQueryContext-
|
|
29
|
+
import './MediaQueryContext-cf54879d.js';
|
|
30
30
|
import './ui/Input.js';
|
|
31
31
|
import './ChannelSettings/components/ModerationPanel.js';
|
|
32
32
|
import './ui/Accordion.js';
|
|
33
33
|
import './ui/AccordionGroup.js';
|
|
34
|
-
import './context-
|
|
35
|
-
import './utils-
|
|
34
|
+
import './context-d7fb9c2e.js';
|
|
35
|
+
import './utils-dc570c9a.js';
|
|
36
36
|
import './ui/Badge.js';
|
|
37
37
|
import './ui/Toggle.js';
|
|
38
38
|
import './ui/ContextMenu.js';
|
|
39
39
|
import './ui/SortByRow.js';
|
|
40
|
-
import './index-
|
|
40
|
+
import './index-36b990cb.js';
|
|
41
41
|
import './utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import './ChannelSettings/components/UserListItem.js';
|
|
43
|
-
import './UserProfileContext-
|
|
43
|
+
import './UserProfileContext-76bee36c.js';
|
|
44
44
|
import './ui/MutedAvatarOverlay.js';
|
|
45
45
|
import './ui/UserProfile.js';
|
|
46
46
|
import './sendbirdSelectors.js';
|
|
47
|
-
import './topics-
|
|
47
|
+
import './topics-fe288aec.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-bd466579.js';
|
|
52
52
|
import './ChannelSettings/components/LeaveChannel.js';
|
|
53
53
|
import './ChannelSettings/components/UserPanel.js';
|
|
54
54
|
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { u as useCreateChannelContext } from '../../CreateChannelProvider-
|
|
2
|
+
import { u as useCreateChannelContext } from '../../CreateChannelProvider-79bbe4d4.js';
|
|
3
3
|
import InviteUsers from './InviteUsers.js';
|
|
4
4
|
import SelectChannelType from './SelectChannelType.js';
|
|
5
5
|
import '../../sendbirdSelectors.js';
|
|
6
|
-
import '../../_rollupPluginBabelHelpers-
|
|
7
|
-
import '../../topics-
|
|
8
|
-
import '../../utils-
|
|
6
|
+
import '../../_rollupPluginBabelHelpers-0d01e6f3.js';
|
|
7
|
+
import '../../topics-fe288aec.js';
|
|
8
|
+
import '../../utils-dc570c9a.js';
|
|
9
9
|
import '../../useSendbirdStateContext.js';
|
|
10
10
|
import '../../withSendbird.js';
|
|
11
|
-
import '../../LocalizationContext-
|
|
12
|
-
import '../../stringSet-
|
|
13
|
-
import '../../index-
|
|
11
|
+
import '../../LocalizationContext-3d89077d.js';
|
|
12
|
+
import '../../stringSet-a71db233.js';
|
|
13
|
+
import '../../index-ae11ce3a.js';
|
|
14
14
|
import '../../ui/Modal.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-c8b98f98.js';
|
|
17
17
|
import '../../ui/Button.js';
|
|
18
|
-
import '../../index-
|
|
18
|
+
import '../../index-84e5b560.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '../../ui/Icon.js';
|
|
21
21
|
import '../../ui/IconButton.js';
|
|
22
|
-
import '../../MediaQueryContext-
|
|
22
|
+
import '../../MediaQueryContext-cf54879d.js';
|
|
23
23
|
import '../../ui/UserListItem.js';
|
|
24
|
-
import '../../UserProfileContext-
|
|
24
|
+
import '../../UserProfileContext-76bee36c.js';
|
|
25
25
|
import '../../ui/Avatar.js';
|
|
26
26
|
import '../../ui/ImageRenderer.js';
|
|
27
|
-
import '../../uuid-
|
|
27
|
+
import '../../uuid-6057c1fc.js';
|
|
28
28
|
import '../../ui/MutedAvatarOverlay.js';
|
|
29
29
|
import '../../ui/Checkbox.js';
|
|
30
30
|
import '../../ui/UserProfile.js';
|
|
31
31
|
import '../../ui/ContextMenu.js';
|
|
32
32
|
import '../../ui/SortByRow.js';
|
|
33
|
-
import '../../index-
|
|
33
|
+
import '../../index-36b990cb.js';
|
|
34
34
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
35
35
|
|
|
36
36
|
const CreateChannel = props => {
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-0d01e6f3.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-3d89077d.js';
|
|
4
|
+
import { u as useCreateChannelContext } from '../../CreateChannelProvider-79bbe4d4.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-84e5b560.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-a71db233.js';
|
|
11
|
+
import '../../index-ae11ce3a.js';
|
|
12
12
|
import '../../sendbirdSelectors.js';
|
|
13
|
-
import '../../topics-
|
|
14
|
-
import '../../utils-
|
|
13
|
+
import '../../topics-fe288aec.js';
|
|
14
|
+
import '../../utils-dc570c9a.js';
|
|
15
15
|
import '../../withSendbird.js';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-c8b98f98.js';
|
|
18
18
|
import '../../ui/Icon.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '../../ui/IconButton.js';
|
|
21
|
-
import '../../MediaQueryContext-
|
|
22
|
-
import '../../UserProfileContext-
|
|
21
|
+
import '../../MediaQueryContext-cf54879d.js';
|
|
22
|
+
import '../../UserProfileContext-76bee36c.js';
|
|
23
23
|
import '../../ui/Avatar.js';
|
|
24
24
|
import '../../ui/ImageRenderer.js';
|
|
25
|
-
import '../../uuid-
|
|
25
|
+
import '../../uuid-6057c1fc.js';
|
|
26
26
|
import '../../ui/MutedAvatarOverlay.js';
|
|
27
27
|
import '../../ui/Checkbox.js';
|
|
28
28
|
import '../../ui/UserProfile.js';
|
|
29
29
|
import '../../ui/ContextMenu.js';
|
|
30
30
|
import '../../ui/SortByRow.js';
|
|
31
|
-
import '../../index-
|
|
31
|
+
import '../../index-36b990cb.js';
|
|
32
32
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
33
33
|
|
|
34
34
|
const filterUser = idsToFilter => currentId => idsToFilter === null || idsToFilter === void 0 ? void 0 : idsToFilter.includes(currentId);
|
|
@@ -1,23 +1,23 @@
|
|
|
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-79bbe4d4.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-3d89077d.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-84e5b560.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
8
8
|
import Modal from '../../ui/Modal.js';
|
|
9
|
-
import '../../_rollupPluginBabelHelpers-
|
|
10
|
-
import '../../topics-
|
|
11
|
-
import '../../utils-
|
|
9
|
+
import '../../_rollupPluginBabelHelpers-0d01e6f3.js';
|
|
10
|
+
import '../../topics-fe288aec.js';
|
|
11
|
+
import '../../utils-dc570c9a.js';
|
|
12
12
|
import '../../withSendbird.js';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
13
|
+
import '../../stringSet-a71db233.js';
|
|
14
|
+
import '../../index-ae11ce3a.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
import 'react-dom';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-c8b98f98.js';
|
|
18
18
|
import '../../ui/Button.js';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../MediaQueryContext-
|
|
20
|
+
import '../../MediaQueryContext-cf54879d.js';
|
|
21
21
|
|
|
22
22
|
const isBroadcastChannelEnabled = sdk => {
|
|
23
23
|
var _sdk$appInfo;
|
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 '../_rollupPluginBabelHelpers-
|
|
6
|
-
import '../topics-
|
|
7
|
-
import '../utils-
|
|
4
|
+
export { C as CreateChannelProvider, u as useCreateChannelContext } from '../CreateChannelProvider-79bbe4d4.js';
|
|
5
|
+
import '../_rollupPluginBabelHelpers-0d01e6f3.js';
|
|
6
|
+
import '../topics-fe288aec.js';
|
|
7
|
+
import '../utils-dc570c9a.js';
|
|
8
8
|
import '../withSendbird.js';
|
|
9
9
|
//# sourceMappingURL=context.js.map
|
package/CreateChannel.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
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-79bbe4d4.js';
|
|
4
4
|
import './CreateChannel/components/InviteUsers.js';
|
|
5
|
-
import './_rollupPluginBabelHelpers-
|
|
6
|
-
import './LocalizationContext-
|
|
7
|
-
import './stringSet-
|
|
8
|
-
import './index-
|
|
5
|
+
import './_rollupPluginBabelHelpers-0d01e6f3.js';
|
|
6
|
+
import './LocalizationContext-3d89077d.js';
|
|
7
|
+
import './stringSet-a71db233.js';
|
|
8
|
+
import './index-ae11ce3a.js';
|
|
9
9
|
import './useSendbirdStateContext.js';
|
|
10
10
|
import './withSendbird.js';
|
|
11
11
|
import './ui/Modal.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-c8b98f98.js';
|
|
14
14
|
import './ui/Button.js';
|
|
15
|
-
import './index-
|
|
15
|
+
import './index-84e5b560.js';
|
|
16
16
|
import 'prop-types';
|
|
17
17
|
import './ui/Icon.js';
|
|
18
18
|
import './ui/IconButton.js';
|
|
19
|
-
import './MediaQueryContext-
|
|
19
|
+
import './MediaQueryContext-cf54879d.js';
|
|
20
20
|
import './ui/UserListItem.js';
|
|
21
|
-
import './UserProfileContext-
|
|
21
|
+
import './UserProfileContext-76bee36c.js';
|
|
22
22
|
import './ui/Avatar.js';
|
|
23
23
|
import './ui/ImageRenderer.js';
|
|
24
|
-
import './uuid-
|
|
24
|
+
import './uuid-6057c1fc.js';
|
|
25
25
|
import './ui/MutedAvatarOverlay.js';
|
|
26
26
|
import './ui/Checkbox.js';
|
|
27
27
|
import './ui/UserProfile.js';
|
|
28
28
|
import './sendbirdSelectors.js';
|
|
29
|
-
import './topics-
|
|
30
|
-
import './utils-
|
|
29
|
+
import './topics-fe288aec.js';
|
|
30
|
+
import './utils-dc570c9a.js';
|
|
31
31
|
import './ui/ContextMenu.js';
|
|
32
32
|
import './ui/SortByRow.js';
|
|
33
|
-
import './index-
|
|
33
|
+
import './index-36b990cb.js';
|
|
34
34
|
import './utils/message/getOutgoingMessageState.js';
|
|
35
35
|
import './CreateChannel/components/SelectChannelType.js';
|
|
36
36
|
|
|
@@ -41,4 +41,4 @@ const CreateChannelProvider = props => {
|
|
|
41
41
|
const useCreateChannelContext = () => React__default.useContext(CreateChannelContext);
|
|
42
42
|
|
|
43
43
|
export { CreateChannelProvider as C, CHANNEL_TYPE as a, useCreateChannelContext as u };
|
|
44
|
-
//# sourceMappingURL=CreateChannelProvider-
|
|
44
|
+
//# sourceMappingURL=CreateChannelProvider-79bbe4d4.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateChannelProvider-
|
|
1
|
+
{"version":3,"file":"CreateChannelProvider-79bbe4d4.js","sources":["../src/modules/CreateChannel/types.ts","../src/modules/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","_store$config","children","onCreateChannel","onBeforeCreateChannel","overrideInviteUser","userListQuery","store","useSendbirdStateContext","userListQuery_","config","createChannel","getCreateGroupChannel","step","setStep","useState","type","setType","GROUP","createElement","Provider","value","useCreateChannelContext","useContext"],"mappings":";;;;AAAYA,IAAAA,YAAY,0BAAZA,YAAY,EAAA;EAAZA,YAAY,CAAA,OAAA,CAAA,GAAA,OAAA,CAAA;EAAZA,YAAY,CAAA,YAAA,CAAA,GAAA,YAAA,CAAA;EAAZA,YAAY,CAAA,WAAA,CAAA,GAAA,WAAA,CAAA;AAAA,EAAA,OAAZA,YAAY,CAAA;AAAA,CAAA,CAAA,EAAA;;ACYxB,MAAMC,oBAAoB,gBAAGC,cAAK,CAACC,aAAa,CAACC,SAAS,CAAC,CAAA;AAoCrDC,MAAAA,qBAA2D,GAAIC,KAAiC,IAAK;AAAA,EAAA,IAAAC,aAAA,CAAA;EACzG,MAAM;IACJC,QAAQ;IACRC,eAAe;IACfC,qBAAqB;IACrBC,kBAAkB;AAClBC,IAAAA,aAAAA;AACF,GAAC,GAAGN,KAAK,CAAA;EAET,MAAMO,KAAK,GAAGC,uBAAuB,EAAE,CAAA;AACvC,EAAA,MAAMC,cAAc,GAAGF,KAAK,KAALA,IAAAA,IAAAA,KAAK,wBAAAN,aAAA,GAALM,KAAK,CAAEG,MAAM,MAAAT,IAAAA,IAAAA,aAAA,KAAbA,KAAAA,CAAAA,GAAAA,KAAAA,CAAAA,GAAAA,aAAA,CAAeK,aAAa,CAAA;AACnD,EAAA,MAAMK,aACoB,GAAGC,qBAAqB,CAACL,KAAK,CAAC,CAAA;EAEzD,MAAM,CAACM,IAAI,EAAEC,OAAO,CAAC,GAAGC,QAAQ,CAAC,CAAC,CAAC,CAAA;EACnC,MAAM,CAACC,IAAI,EAAEC,OAAO,CAAC,GAAGF,QAAQ,CAACrB,YAAY,CAACwB,KAAK,CAAC,CAAA;AAEpD,EAAA,oBACEtB,cAAA,CAAAuB,aAAA,CAACxB,oBAAoB,CAACyB,QAAQ,EAAA;AAACC,IAAAA,KAAK,EAAE;MACpCjB,qBAAqB;MACrBO,aAAa;MACbR,eAAe;MACfE,kBAAkB;MAClBC,aAAa,EAAEA,aAAa,IAAIG,cAAc;MAC9CI,IAAI;MACJC,OAAO;MACPE,IAAI;AACJC,MAAAA,OAAAA;AACF,KAAA;AAAE,GAAA,EACCf,QAAQ,CACqB,CAAA;AAEpC,EAAC;AAEKoB,MAAAA,uBAAuB,GAAGA,MAC9B1B,cAAK,CAAC2B,UAAU,CAAC5B,oBAAoB;;;;"}
|