@sendbird/uikit-react 3.6.4 → 3.6.5
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 +16 -1
- 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 +41 -41
- 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-d6b12488.js → ChannelListProvider-cb4c1604.js} +7 -7
- package/{ChannelListProvider-d6b12488.js.map → ChannelListProvider-cb4c1604.js.map} +1 -1
- package/{ChannelProvider-c7f50a33.js → ChannelProvider-9db7b4b0.js} +11 -11
- package/{ChannelProvider-c7f50a33.js.map → ChannelProvider-9db7b4b0.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +11 -11
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +10 -10
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +17 -17
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-d30736e3.js → CreateChannelProvider-81c7d3d6.js} +1 -1
- package/{CreateChannelProvider-d30736e3.js.map → CreateChannelProvider-81c7d3d6.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-53fdaf30.js → LocalizationContext-e244eb89.js} +3 -3
- package/{LocalizationContext-53fdaf30.js.map → LocalizationContext-e244eb89.js.map} +1 -1
- package/{MediaQueryContext-6fca0d36.js → MediaQueryContext-23d95940.js} +1 -1
- package/{MediaQueryContext-6fca0d36.js.map → MediaQueryContext-23d95940.js.map} +1 -1
- package/{MemberList-e4441000.js → MemberList-cf69bc99.js} +5 -5
- package/{MemberList-e4441000.js.map → MemberList-cf69bc99.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-98c48fc5.js → OpenChannelListProvider-7648d37d.js} +3 -3
- package/{OpenChannelListProvider-98c48fc5.js.map → OpenChannelListProvider-7648d37d.js.map} +1 -1
- package/{OpenChannelProvider-12437ce5.js → OpenChannelProvider-d43b345f.js} +7 -7
- package/{OpenChannelProvider-12437ce5.js.map → OpenChannelProvider-d43b345f.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-4e1cbe38.js → RemoveMessageModal-7792dfcd.js} +3 -3
- package/{RemoveMessageModal-4e1cbe38.js.map → RemoveMessageModal-7792dfcd.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-da7e379f.js → ThreadProvider-26648ba8.js} +7 -7
- package/{ThreadProvider-da7e379f.js.map → ThreadProvider-26648ba8.js.map} +1 -1
- package/{UserProfileContext-0041c5c2.js → UserProfileContext-feb55389.js} +1 -1
- package/{UserProfileContext-0041c5c2.js.map → UserProfileContext-feb55389.js.map} +1 -1
- package/{VoiceMessageInputWrapper-d1929e54.js → VoiceMessageInputWrapper-04220ac5.js} +7 -7
- package/{VoiceMessageInputWrapper-d1929e54.js.map → VoiceMessageInputWrapper-04220ac5.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-a9d4f6c8.js → WebAudioUtils-9efc1450.js} +2 -2
- package/{WebAudioUtils-a9d4f6c8.js.map → WebAudioUtils-9efc1450.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-71645d31.js → _rollupPluginBabelHelpers-bafb61ac.js} +1 -1
- package/_rollupPluginBabelHelpers-bafb61ac.js.map +1 -0
- package/{actionTypes-e599d8fb.js → actionTypes-10a620c2.js} +1 -1
- package/{actionTypes-e599d8fb.js.map → actionTypes-10a620c2.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 +41 -41
- 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-bf566090.js → ChannelListProvider-6430fe4c.js} +7 -7
- package/cjs/{ChannelListProvider-bf566090.js.map → ChannelListProvider-6430fe4c.js.map} +1 -1
- package/cjs/{ChannelProvider-69fc2b91.js → ChannelProvider-3ff8370e.js} +11 -11
- package/cjs/{ChannelProvider-69fc2b91.js.map → ChannelProvider-3ff8370e.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +11 -11
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +10 -10
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +17 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-8dec6f17.js → CreateChannelProvider-3e9072f8.js} +1 -1
- package/cjs/{CreateChannelProvider-8dec6f17.js.map → CreateChannelProvider-3e9072f8.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-caec9de8.js → LocalizationContext-dfac4719.js} +3 -3
- package/cjs/{LocalizationContext-caec9de8.js.map → LocalizationContext-dfac4719.js.map} +1 -1
- package/cjs/{MediaQueryContext-315973f1.js → MediaQueryContext-3952aaf0.js} +1 -1
- package/cjs/{MediaQueryContext-315973f1.js.map → MediaQueryContext-3952aaf0.js.map} +1 -1
- package/cjs/{MemberList-aebdae12.js → MemberList-1a975d5b.js} +5 -5
- package/cjs/{MemberList-aebdae12.js.map → MemberList-1a975d5b.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-c96d00f7.js → OpenChannelListProvider-dd6e7f9e.js} +3 -3
- package/cjs/{OpenChannelListProvider-c96d00f7.js.map → OpenChannelListProvider-dd6e7f9e.js.map} +1 -1
- package/cjs/{OpenChannelProvider-1cec2abc.js → OpenChannelProvider-2e282416.js} +7 -7
- package/cjs/{OpenChannelProvider-1cec2abc.js.map → OpenChannelProvider-2e282416.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-e9297650.js → RemoveMessageModal-d1cfdf9c.js} +3 -3
- package/cjs/{RemoveMessageModal-e9297650.js.map → RemoveMessageModal-d1cfdf9c.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-20f500df.js → ThreadProvider-0cb3c30a.js} +7 -7
- package/cjs/{ThreadProvider-20f500df.js.map → ThreadProvider-0cb3c30a.js.map} +1 -1
- package/cjs/{UserProfileContext-b1d56847.js → UserProfileContext-0f985cc6.js} +1 -1
- package/cjs/{UserProfileContext-b1d56847.js.map → UserProfileContext-0f985cc6.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-916f4622.js → VoiceMessageInputWrapper-17b5164e.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-916f4622.js.map → VoiceMessageInputWrapper-17b5164e.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-e72e8ba4.js → WebAudioUtils-892127b2.js} +2 -2
- package/cjs/{WebAudioUtils-e72e8ba4.js.map → WebAudioUtils-892127b2.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-f66db07d.js → _rollupPluginBabelHelpers-821f4072.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-821f4072.js.map +1 -0
- package/cjs/{actionTypes-2e452713.js → actionTypes-de1d09d0.js} +1 -1
- package/cjs/{actionTypes-2e452713.js.map → actionTypes-de1d09d0.js.map} +1 -1
- package/cjs/{color-a452c689.js → color-3d6d8736.js} +1 -1
- package/cjs/{color-a452c689.js.map → color-3d6d8736.js.map} +1 -1
- package/cjs/{compareIds-5f766ab2.js → compareIds-3556bbb3.js} +1 -1
- package/cjs/{compareIds-5f766ab2.js.map → compareIds-3556bbb3.js.map} +1 -1
- package/cjs/{const-667f4917.js → const-86841fbb.js} +1 -1
- package/cjs/{const-667f4917.js.map → const-86841fbb.js.map} +1 -1
- package/cjs/{const-d7c2048d.js → const-dc3c6d5b.js} +1 -1
- package/cjs/{const-d7c2048d.js.map → const-dc3c6d5b.js.map} +1 -1
- package/cjs/{consts-36d3f590.js → consts-8256a472.js} +1 -1
- package/cjs/{consts-36d3f590.js.map → consts-8256a472.js.map} +1 -1
- package/cjs/{consts-5035e334.js → consts-8d7aaa9c.js} +1 -1
- package/cjs/{consts-5035e334.js.map → consts-8d7aaa9c.js.map} +1 -1
- package/cjs/{consts-6a3d5cb1.js → consts-c46342fa.js} +1 -1
- package/cjs/{consts-6a3d5cb1.js.map → consts-c46342fa.js.map} +1 -1
- package/cjs/{consts-c160396a.js → consts-f9a2a26c.js} +1 -1
- package/cjs/{consts-c160396a.js.map → consts-f9a2a26c.js.map} +1 -1
- package/cjs/{context-c8c07460.js → context-b28ce2a4.js} +2 -2
- package/cjs/{context-c8c07460.js.map → context-b28ce2a4.js.map} +1 -1
- package/cjs/dist/index.css +55 -55
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-a19586f1.js → index-09701ac2.js} +3 -3
- package/cjs/{index-a19586f1.js.map → index-09701ac2.js.map} +1 -1
- package/cjs/{index-1e7bb663.js → index-0f8eb335.js} +5 -5
- package/cjs/{index-1e7bb663.js.map → index-0f8eb335.js.map} +1 -1
- package/cjs/{index-6fdabf73.js → index-207d1aa7.js} +1 -1
- package/cjs/{index-6fdabf73.js.map → index-207d1aa7.js.map} +1 -1
- package/cjs/{index-40e0f4db.js → index-2397c6d2.js} +4 -4
- package/cjs/{index-40e0f4db.js.map → index-2397c6d2.js.map} +1 -1
- package/cjs/{index-e22caa17.js → index-3a63846b.js} +4 -4
- package/cjs/{index-e22caa17.js.map → index-3a63846b.js.map} +1 -1
- package/cjs/{index-9fcfc9ec.js → index-44df2311.js} +2 -2
- package/cjs/{index-9fcfc9ec.js.map → index-44df2311.js.map} +1 -1
- package/cjs/{index-9168135b.js → index-59d2a65c.js} +2 -2
- package/cjs/{index-9168135b.js.map → index-59d2a65c.js.map} +1 -1
- package/cjs/{index-4ad3b255.js → index-7374175c.js} +3 -3
- package/cjs/{index-4ad3b255.js.map → index-7374175c.js.map} +1 -1
- package/cjs/{index-d86091fb.js → index-73e99e21.js} +6 -6
- package/cjs/{index-d86091fb.js.map → index-73e99e21.js.map} +1 -1
- package/cjs/{index-02baaa37.js → index-781ba159.js} +6 -6
- package/cjs/{index-02baaa37.js.map → index-781ba159.js.map} +1 -1
- package/cjs/{index-db3410b7.js → index-83259052.js} +2 -2
- package/cjs/{index-db3410b7.js.map → index-83259052.js.map} +1 -1
- package/cjs/{index-ef8bbd45.js → index-85cf4b69.js} +3 -3
- package/cjs/{index-ef8bbd45.js.map → index-85cf4b69.js.map} +1 -1
- package/cjs/{index-7c0c9fcc.js → index-ab40c390.js} +2 -2
- package/cjs/{index-7c0c9fcc.js.map → index-ab40c390.js.map} +1 -1
- package/cjs/{index-3096ca12.js → index-b8fe0afb.js} +1 -1
- package/cjs/{index-3096ca12.js.map → index-b8fe0afb.js.map} +1 -1
- package/cjs/{index-522cb8a3.js → index-bc6b6310.js} +2 -2
- package/cjs/{index-522cb8a3.js.map → index-bc6b6310.js.map} +1 -1
- package/cjs/{index-4d803bbe.js → index-efd85d9b.js} +2 -2
- package/cjs/{index-4d803bbe.js.map → index-efd85d9b.js.map} +1 -1
- package/cjs/{index-60b2708f.js → index-fbd23ffb.js} +4 -4
- package/cjs/{index-60b2708f.js.map → index-fbd23ffb.js.map} +1 -1
- package/cjs/index.js +52 -52
- package/cjs/{index.module-8a2bfcaf.js → index.module-14306bea.js} +1 -1
- package/cjs/{index.module-8a2bfcaf.js.map → index.module-14306bea.js.map} +1 -1
- package/cjs/package.json +1 -1
- package/cjs/{resolvedReplyType-bab1cbac.js → resolvedReplyType-f0306b85.js} +1 -1
- package/cjs/{resolvedReplyType-bab1cbac.js.map → resolvedReplyType-f0306b85.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-c9e09cc3.js → stringSet-d7336662.js} +1 -1
- package/cjs/{stringSet-c9e09cc3.js.map → stringSet-d7336662.js.map} +1 -1
- package/cjs/{tokenize-c399afb2.js → tokenize-3f0b3684.js} +2 -2
- package/cjs/{tokenize-c399afb2.js.map → tokenize-3f0b3684.js.map} +1 -1
- package/cjs/{topics-d07733ad.js → topics-42962f04.js} +1 -1
- package/cjs/{topics-d07733ad.js.map → topics-42962f04.js.map} +1 -1
- package/cjs/{types-ff533efa.js → types-678dda5c.js} +1 -1
- package/cjs/types-678dda5c.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-03972b52.js → useDirtyGetMentions-fa76abd0.js} +1 -1
- package/cjs/{useDirtyGetMentions-03972b52.js.map → useDirtyGetMentions-fa76abd0.js.map} +1 -1
- package/cjs/{useLongPress-e2790020.js → useLongPress-749d0949.js} +3 -3
- package/cjs/{useLongPress-e2790020.js.map → useLongPress-749d0949.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-e77c6dbc.js → utils-045876e6.js} +1 -1
- package/cjs/{utils-e77c6dbc.js.map → utils-045876e6.js.map} +1 -1
- package/cjs/{utils-572adaa6.js → utils-79dbc416.js} +2 -2
- package/cjs/{utils-572adaa6.js.map → utils-79dbc416.js.map} +1 -1
- package/cjs/{utils-600a013a.js → utils-94e5a198.js} +1 -1
- package/cjs/{utils-600a013a.js.map → utils-94e5a198.js.map} +1 -1
- package/cjs/{utils-299ebe30.js → utils-a9deff88.js} +1 -1
- package/cjs/{utils-299ebe30.js.map → utils-a9deff88.js.map} +1 -1
- package/cjs/{uuid-57c89aa3.js → uuid-d0da5069.js} +1 -1
- package/cjs/{uuid-57c89aa3.js.map → uuid-d0da5069.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-4e19bb80.js → color-ab7e7bc7.js} +1 -1
- package/{color-4e19bb80.js.map → color-ab7e7bc7.js.map} +1 -1
- package/{compareIds-d6cffb6b.js → compareIds-5043693c.js} +1 -1
- package/{compareIds-d6cffb6b.js.map → compareIds-5043693c.js.map} +1 -1
- package/{const-c6786399.js → const-025a6663.js} +1 -1
- package/{const-c6786399.js.map → const-025a6663.js.map} +1 -1
- package/{const-3f1a5fb8.js → const-fca20435.js} +1 -1
- package/{const-3f1a5fb8.js.map → const-fca20435.js.map} +1 -1
- package/{consts-876e7a4b.js → consts-24174019.js} +1 -1
- package/{consts-876e7a4b.js.map → consts-24174019.js.map} +1 -1
- package/{consts-45aa8134.js → consts-b7f35c45.js} +1 -1
- package/{consts-45aa8134.js.map → consts-b7f35c45.js.map} +1 -1
- package/{consts-2ec945b5.js → consts-d2416e9d.js} +1 -1
- package/{consts-2ec945b5.js.map → consts-d2416e9d.js.map} +1 -1
- package/{consts-72f79e08.js → consts-f3773aec.js} +1 -1
- package/{consts-72f79e08.js.map → consts-f3773aec.js.map} +1 -1
- package/{context-c134dfbf.js → context-c0aa3153.js} +2 -2
- package/{context-c134dfbf.js.map → context-c0aa3153.js.map} +1 -1
- package/dist/index.css +55 -55
- package/dist/index.css.map +1 -1
- package/{index-0d42965b.js → index-154e5847.js} +4 -4
- package/{index-0d42965b.js.map → index-154e5847.js.map} +1 -1
- package/{index-20f528de.js → index-19c89fe9.js} +2 -2
- package/{index-20f528de.js.map → index-19c89fe9.js.map} +1 -1
- package/{index-9dd15aad.js → index-19d195fc.js} +4 -4
- package/{index-9dd15aad.js.map → index-19d195fc.js.map} +1 -1
- package/{index-ecf0b823.js → index-2c656bc8.js} +2 -2
- package/{index-ecf0b823.js.map → index-2c656bc8.js.map} +1 -1
- package/{index-7313384f.js → index-52ef886a.js} +6 -6
- package/{index-7313384f.js.map → index-52ef886a.js.map} +1 -1
- package/{index-42dda0be.js → index-6ad85ea4.js} +2 -2
- package/{index-42dda0be.js.map → index-6ad85ea4.js.map} +1 -1
- package/{index-3d2ee6a8.js → index-6e3d6cea.js} +2 -2
- package/{index-3d2ee6a8.js.map → index-6e3d6cea.js.map} +1 -1
- package/{index-80b2a1ad.js → index-6f9321c7.js} +3 -3
- package/{index-80b2a1ad.js.map → index-6f9321c7.js.map} +1 -1
- package/{index-041b964a.js → index-90e6590e.js} +6 -6
- package/{index-041b964a.js.map → index-90e6590e.js.map} +1 -1
- package/{index-df56bbc1.js → index-a31eccd0.js} +2 -2
- package/{index-df56bbc1.js.map → index-a31eccd0.js.map} +1 -1
- package/{index-b596c800.js → index-a569ea6e.js} +1 -1
- package/{index-b596c800.js.map → index-a569ea6e.js.map} +1 -1
- package/{index-bc1c23e0.js → index-abb1ce64.js} +3 -3
- package/{index-bc1c23e0.js.map → index-abb1ce64.js.map} +1 -1
- package/{index-d3dcd4d4.js → index-c0ad8cba.js} +2 -2
- package/{index-d3dcd4d4.js.map → index-c0ad8cba.js.map} +1 -1
- package/{index-81ed90b4.js → index-d00acb09.js} +4 -4
- package/{index-81ed90b4.js.map → index-d00acb09.js.map} +1 -1
- package/{index-06f76dfb.js → index-d7ee84bd.js} +3 -3
- package/{index-06f76dfb.js.map → index-d7ee84bd.js.map} +1 -1
- package/{index-641e5ebe.js → index-f5c552d4.js} +5 -5
- package/{index-641e5ebe.js.map → index-f5c552d4.js.map} +1 -1
- package/{index-869e67e8.js → index-f64beda8.js} +1 -1
- package/{index-869e67e8.js.map → index-f64beda8.js.map} +1 -1
- package/index.d.ts +4 -2
- package/index.js +52 -52
- package/{index.module-dea47541.js → index.module-c918987d.js} +1 -1
- package/{index.module-dea47541.js.map → index.module-c918987d.js.map} +1 -1
- package/package.json +1 -1
- package/{resolvedReplyType-11088903.js → resolvedReplyType-30ab069f.js} +1 -1
- package/{resolvedReplyType-11088903.js.map → resolvedReplyType-30ab069f.js.map} +1 -1
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-63246007.js → stringSet-652ee695.js} +1 -1
- package/{stringSet-63246007.js.map → stringSet-652ee695.js.map} +1 -1
- package/{tokenize-ca9f78c1.js → tokenize-27803086.js} +2 -2
- package/{tokenize-ca9f78c1.js.map → tokenize-27803086.js.map} +1 -1
- package/{topics-86131d90.js → topics-856bfe5f.js} +1 -1
- package/{topics-86131d90.js.map → topics-856bfe5f.js.map} +1 -1
- package/{types-577ceca6.js → types-5f7b5cef.js} +1 -1
- package/types-5f7b5cef.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-8b0a8d75.js → useDirtyGetMentions-01e9ef5d.js} +1 -1
- package/{useDirtyGetMentions-8b0a8d75.js.map → useDirtyGetMentions-01e9ef5d.js.map} +1 -1
- package/{useLongPress-2fd9d19f.js → useLongPress-bfd81b46.js} +3 -3
- package/{useLongPress-2fd9d19f.js.map → useLongPress-bfd81b46.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-4f7f28ff.js → utils-4cb05152.js} +1 -1
- package/{utils-4f7f28ff.js.map → utils-4cb05152.js.map} +1 -1
- package/{utils-44145e32.js → utils-d854537d.js} +2 -2
- package/{utils-44145e32.js.map → utils-d854537d.js.map} +1 -1
- package/{utils-b0301443.js → utils-de7adb0f.js} +1 -1
- package/{utils-b0301443.js.map → utils-de7adb0f.js.map} +1 -1
- package/{utils-7e5f9c51.js → utils-ff4dfffd.js} +1 -1
- package/{utils-7e5f9c51.js.map → utils-ff4dfffd.js.map} +1 -1
- package/{uuid-d94880c0.js → uuid-56142496.js} +1 -1
- package/{uuid-d94880c0.js.map → uuid-56142496.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-71645d31.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-f66db07d.js.map +0 -1
- package/cjs/types-ff533efa.js.map +0 -1
- package/types-577ceca6.js.map +0 -1
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { P as PUBSUB_TOPICS } from '../../topics-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-e244eb89.js';
|
|
3
|
+
import { P as PUBSUB_TOPICS } from '../../topics-856bfe5f.js';
|
|
4
4
|
import Modal from '../../ui/Modal.js';
|
|
5
5
|
import Input, { InputLabel } from '../../ui/Input.js';
|
|
6
6
|
import Avatar from '../../ui/Avatar.js';
|
|
7
7
|
import { ButtonTypes } from '../../ui/Button.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-19c89fe9.js';
|
|
9
9
|
import TextButton from '../../ui/TextButton.js';
|
|
10
10
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
11
11
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
12
12
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
13
|
-
import '../../stringSet-
|
|
14
|
-
import '../../index-
|
|
13
|
+
import '../../stringSet-652ee695.js';
|
|
14
|
+
import '../../index-a569ea6e.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-f64beda8.js';
|
|
17
17
|
import '../../ui/Icon.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../_rollupPluginBabelHelpers-
|
|
21
|
-
import '../../MediaQueryContext-
|
|
20
|
+
import '../../_rollupPluginBabelHelpers-bafb61ac.js';
|
|
21
|
+
import '../../MediaQueryContext-23d95940.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../color-
|
|
25
|
-
import '../../utils-
|
|
23
|
+
import '../../uuid-56142496.js';
|
|
24
|
+
import '../../color-ab7e7bc7.js';
|
|
25
|
+
import '../../utils-4cb05152.js';
|
|
26
26
|
import '@sendbird/chat/openChannel';
|
|
27
|
-
import '../../UserProfileContext-
|
|
27
|
+
import '../../UserProfileContext-feb55389.js';
|
|
28
28
|
import '../../withSendbird.js';
|
|
29
29
|
|
|
30
30
|
const EditDetails = props => {
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import React__default, { useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-e244eb89.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-19c89fe9.js';
|
|
4
4
|
import TextButton from '../../ui/TextButton.js';
|
|
5
5
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
6
6
|
import EditDetails from './EditDetailsModal.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
9
|
+
import '../../stringSet-652ee695.js';
|
|
10
|
+
import '../../index-a569ea6e.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../color-
|
|
12
|
+
import '../../color-ab7e7bc7.js';
|
|
13
13
|
import '../../ui/Avatar.js';
|
|
14
14
|
import '../../ui/ImageRenderer.js';
|
|
15
15
|
import '../../ui/Icon.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../utils-
|
|
18
|
-
import '../../topics-
|
|
16
|
+
import '../../uuid-56142496.js';
|
|
17
|
+
import '../../utils-4cb05152.js';
|
|
18
|
+
import '../../topics-856bfe5f.js';
|
|
19
19
|
import '../../ui/Modal.js';
|
|
20
20
|
import 'react-dom';
|
|
21
|
-
import '../../index-
|
|
21
|
+
import '../../index-f64beda8.js';
|
|
22
22
|
import '../../ui/Button.js';
|
|
23
23
|
import '../../ui/IconButton.js';
|
|
24
|
-
import '../../_rollupPluginBabelHelpers-
|
|
25
|
-
import '../../MediaQueryContext-
|
|
24
|
+
import '../../_rollupPluginBabelHelpers-bafb61ac.js';
|
|
25
|
+
import '../../MediaQueryContext-23d95940.js';
|
|
26
26
|
import '../../ui/Input.js';
|
|
27
27
|
import '../../withSendbird.js';
|
|
28
28
|
import '@sendbird/chat/openChannel';
|
|
29
|
-
import '../../UserProfileContext-
|
|
29
|
+
import '../../UserProfileContext-feb55389.js';
|
|
30
30
|
|
|
31
31
|
function ChannelProfile() {
|
|
32
32
|
var _globalState$config, _globalState$config2;
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../../UserProfileContext-
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { U as UserProfileProvider } from '../../UserProfileContext-feb55389.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-e244eb89.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-19c89fe9.js';
|
|
7
7
|
import Icon, { IconTypes } from '../../ui/Icon.js';
|
|
8
|
-
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-
|
|
8
|
+
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-abb1ce64.js';
|
|
9
9
|
import { OperatorUI } from './OperatorUI.js';
|
|
10
|
-
import { P as ParticipantList } from '../../index-
|
|
10
|
+
import { P as ParticipantList } from '../../index-90e6590e.js';
|
|
11
11
|
import '../../withSendbird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-bafb61ac.js';
|
|
13
13
|
import '@sendbird/chat/openChannel';
|
|
14
|
-
import '../../uuid-
|
|
14
|
+
import '../../uuid-56142496.js';
|
|
15
15
|
import 'prop-types';
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../stringSet-652ee695.js';
|
|
17
|
+
import '../../index-a569ea6e.js';
|
|
18
18
|
import '../../ui/Loader.js';
|
|
19
19
|
import './OpenChannelProfile.js';
|
|
20
20
|
import '../../ui/TextButton.js';
|
|
21
|
-
import '../../color-
|
|
21
|
+
import '../../color-ab7e7bc7.js';
|
|
22
22
|
import '../../ui/OpenChannelAvatar.js';
|
|
23
23
|
import '../../ui/Avatar.js';
|
|
24
24
|
import '../../ui/ImageRenderer.js';
|
|
25
|
-
import '../../utils-
|
|
25
|
+
import '../../utils-4cb05152.js';
|
|
26
26
|
import './EditDetailsModal.js';
|
|
27
|
-
import '../../topics-
|
|
27
|
+
import '../../topics-856bfe5f.js';
|
|
28
28
|
import '../../ui/Modal.js';
|
|
29
29
|
import 'react-dom';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-f64beda8.js';
|
|
31
31
|
import '../../ui/Button.js';
|
|
32
32
|
import '../../ui/IconButton.js';
|
|
33
|
-
import '../../MediaQueryContext-
|
|
33
|
+
import '../../MediaQueryContext-23d95940.js';
|
|
34
34
|
import '../../ui/Input.js';
|
|
35
35
|
import '../../ui/Accordion.js';
|
|
36
36
|
import '../../ui/AccordionGroup.js';
|
|
37
|
-
import '../../context-
|
|
38
|
-
import '../../utils-
|
|
37
|
+
import '../../context-c0aa3153.js';
|
|
38
|
+
import '../../utils-de7adb0f.js';
|
|
39
39
|
import '../../ui/ContextMenu.js';
|
|
40
40
|
import '../../ui/SortByRow.js';
|
|
41
|
-
import '../../index-
|
|
41
|
+
import '../../index-6ad85ea4.js';
|
|
42
42
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
43
43
|
import '../../ui/UserListItem.js';
|
|
44
44
|
import '../../ui/MutedAvatarOverlay.js';
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
import React__default, { useState, useContext, useEffect, useCallback } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-e244eb89.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-19c89fe9.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
5
5
|
import { useOpenChannelSettingsContext } from '../context.js';
|
|
6
6
|
import ChannelProfile from './OpenChannelProfile.js';
|
|
7
7
|
import Modal from '../../ui/Modal.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { U as UserListItem$1, P as ParticipantList } from '../../index-
|
|
9
|
+
import { U as UserListItem$1, P as ParticipantList } from '../../index-90e6590e.js';
|
|
10
10
|
import Accordion, { AccordionGroup } from '../../ui/Accordion.js';
|
|
11
11
|
import Button, { ButtonTypes, ButtonSizes } from '../../ui/Button.js';
|
|
12
12
|
import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
|
|
13
13
|
import IconButton from '../../ui/IconButton.js';
|
|
14
14
|
import UserListItem from '../../ui/UserListItem.js';
|
|
15
|
-
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
16
|
-
import { n as noop } from '../../utils-
|
|
17
|
-
import '../../stringSet-
|
|
18
|
-
import '../../index-
|
|
15
|
+
import { _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-bafb61ac.js';
|
|
16
|
+
import { n as noop } from '../../utils-de7adb0f.js';
|
|
17
|
+
import '../../stringSet-652ee695.js';
|
|
18
|
+
import '../../index-a569ea6e.js';
|
|
19
19
|
import 'prop-types';
|
|
20
20
|
import '@sendbird/chat/openChannel';
|
|
21
|
-
import '../../UserProfileContext-
|
|
22
|
-
import '../../uuid-
|
|
21
|
+
import '../../UserProfileContext-feb55389.js';
|
|
22
|
+
import '../../uuid-56142496.js';
|
|
23
23
|
import '../../withSendbird.js';
|
|
24
24
|
import '../../ui/TextButton.js';
|
|
25
|
-
import '../../color-
|
|
25
|
+
import '../../color-ab7e7bc7.js';
|
|
26
26
|
import '../../ui/OpenChannelAvatar.js';
|
|
27
27
|
import '../../ui/Avatar.js';
|
|
28
28
|
import '../../ui/ImageRenderer.js';
|
|
29
|
-
import '../../utils-
|
|
29
|
+
import '../../utils-4cb05152.js';
|
|
30
30
|
import './EditDetailsModal.js';
|
|
31
|
-
import '../../topics-
|
|
31
|
+
import '../../topics-856bfe5f.js';
|
|
32
32
|
import '../../ui/Input.js';
|
|
33
33
|
import 'react-dom';
|
|
34
|
-
import '../../index-
|
|
35
|
-
import '../../MediaQueryContext-
|
|
36
|
-
import '../../context-
|
|
34
|
+
import '../../index-f64beda8.js';
|
|
35
|
+
import '../../MediaQueryContext-23d95940.js';
|
|
36
|
+
import '../../context-c0aa3153.js';
|
|
37
37
|
import '../../ui/MutedAvatarOverlay.js';
|
|
38
38
|
import '../../ui/UserProfile.js';
|
|
39
39
|
import '../../sendbirdSelectors.js';
|
|
40
40
|
import '../../ui/AccordionGroup.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
|
-
import '../../index-
|
|
42
|
+
import '../../index-6ad85ea4.js';
|
|
43
43
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
44
44
|
import '../../ui/Checkbox.js';
|
|
45
45
|
|
|
@@ -3,34 +3,34 @@ import '../../ui/Button.js';
|
|
|
3
3
|
import '../../ui/ContextMenu.js';
|
|
4
4
|
import '../../ui/Icon.js';
|
|
5
5
|
import '../../ui/IconButton.js';
|
|
6
|
-
import '../../index-
|
|
7
|
-
export { P as default } from '../../index-
|
|
8
|
-
import '../../LocalizationContext-
|
|
6
|
+
import '../../index-19c89fe9.js';
|
|
7
|
+
export { P as default } from '../../index-90e6590e.js';
|
|
8
|
+
import '../../LocalizationContext-e244eb89.js';
|
|
9
9
|
import '../context.js';
|
|
10
10
|
import '../../useSendbirdStateContext.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../stringSet-
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../stringSet-652ee695.js';
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-bafb61ac.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import '../../ui/SortByRow.js';
|
|
16
|
-
import '../../uuid-
|
|
17
|
-
import '../../index-
|
|
16
|
+
import '../../uuid-56142496.js';
|
|
17
|
+
import '../../index-6ad85ea4.js';
|
|
18
18
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../../UserProfileContext-
|
|
20
|
-
import '../../context-
|
|
21
|
-
import '../../utils-
|
|
19
|
+
import '../../UserProfileContext-feb55389.js';
|
|
20
|
+
import '../../context-c0aa3153.js';
|
|
21
|
+
import '../../utils-de7adb0f.js';
|
|
22
22
|
import '../../ui/Avatar.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
24
|
import '../../ui/MutedAvatarOverlay.js';
|
|
25
25
|
import '../../ui/UserProfile.js';
|
|
26
26
|
import '../../sendbirdSelectors.js';
|
|
27
|
-
import '../../topics-
|
|
28
|
-
import '../../index-
|
|
27
|
+
import '../../topics-856bfe5f.js';
|
|
28
|
+
import '../../index-a569ea6e.js';
|
|
29
29
|
import '../../withSendbird.js';
|
|
30
30
|
import '@sendbird/chat/openChannel';
|
|
31
31
|
import '../../ui/Modal.js';
|
|
32
|
-
import '../../index-
|
|
33
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../index-f64beda8.js';
|
|
33
|
+
import '../../MediaQueryContext-23d95940.js';
|
|
34
34
|
import '../../ui/UserListItem.js';
|
|
35
35
|
import '../../ui/Checkbox.js';
|
|
36
36
|
//# sourceMappingURL=ParticipantUI.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import { OpenChannelHandler } from '@sendbird/chat/openChannel';
|
|
3
3
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../UserProfileContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
4
|
+
import { U as UserProfileProvider } from '../UserProfileContext-feb55389.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-56142496.js';
|
|
6
6
|
import '../withSendbird.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-bafb61ac.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
|
|
10
10
|
const OpenChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/OpenChannelSettings.js
CHANGED
|
@@ -3,41 +3,41 @@ import OpenChannelUI from './OpenChannelSettings/components/OpenChannelSettingsU
|
|
|
3
3
|
import { OpenChannelSettingsProvider } from './OpenChannelSettings/context.js';
|
|
4
4
|
import './useSendbirdStateContext.js';
|
|
5
5
|
import './withSendbird.js';
|
|
6
|
-
import './_rollupPluginBabelHelpers-
|
|
7
|
-
import './UserProfileContext-
|
|
6
|
+
import './_rollupPluginBabelHelpers-bafb61ac.js';
|
|
7
|
+
import './UserProfileContext-feb55389.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
12
|
-
import './index-
|
|
9
|
+
import './LocalizationContext-e244eb89.js';
|
|
10
|
+
import './stringSet-652ee695.js';
|
|
11
|
+
import './index-a569ea6e.js';
|
|
12
|
+
import './index-19c89fe9.js';
|
|
13
13
|
import './ui/Icon.js';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-abb1ce64.js';
|
|
15
15
|
import './ui/Loader.js';
|
|
16
16
|
import './OpenChannelSettings/components/OperatorUI.js';
|
|
17
17
|
import './OpenChannelSettings/components/OpenChannelProfile.js';
|
|
18
18
|
import './ui/TextButton.js';
|
|
19
|
-
import './color-
|
|
19
|
+
import './color-ab7e7bc7.js';
|
|
20
20
|
import './ui/OpenChannelAvatar.js';
|
|
21
21
|
import './ui/Avatar.js';
|
|
22
22
|
import './ui/ImageRenderer.js';
|
|
23
|
-
import './uuid-
|
|
24
|
-
import './utils-
|
|
23
|
+
import './uuid-56142496.js';
|
|
24
|
+
import './utils-4cb05152.js';
|
|
25
25
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
26
|
-
import './topics-
|
|
26
|
+
import './topics-856bfe5f.js';
|
|
27
27
|
import './ui/Modal.js';
|
|
28
28
|
import 'react-dom';
|
|
29
|
-
import './index-
|
|
29
|
+
import './index-f64beda8.js';
|
|
30
30
|
import './ui/Button.js';
|
|
31
31
|
import './ui/IconButton.js';
|
|
32
|
-
import './MediaQueryContext-
|
|
32
|
+
import './MediaQueryContext-23d95940.js';
|
|
33
33
|
import './ui/Input.js';
|
|
34
|
-
import './index-
|
|
34
|
+
import './index-90e6590e.js';
|
|
35
35
|
import './ui/ContextMenu.js';
|
|
36
36
|
import './ui/SortByRow.js';
|
|
37
|
-
import './index-
|
|
37
|
+
import './index-6ad85ea4.js';
|
|
38
38
|
import './utils/message/getOutgoingMessageState.js';
|
|
39
|
-
import './context-
|
|
40
|
-
import './utils-
|
|
39
|
+
import './context-c0aa3153.js';
|
|
40
|
+
import './utils-de7adb0f.js';
|
|
41
41
|
import './ui/MutedAvatarOverlay.js';
|
|
42
42
|
import './ui/UserProfile.js';
|
|
43
43
|
import './sendbirdSelectors.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Modal from './ui/Modal.js';
|
|
3
3
|
import { ButtonTypes } from './ui/Button.js';
|
|
4
|
-
import { a as LocalizationContext } from './LocalizationContext-
|
|
5
|
-
import { u as useThreadContext } from './ThreadProvider-
|
|
4
|
+
import { a as LocalizationContext } from './LocalizationContext-e244eb89.js';
|
|
5
|
+
import { u as useThreadContext } from './ThreadProvider-26648ba8.js';
|
|
6
6
|
|
|
7
7
|
const RemoveMessage = props => {
|
|
8
8
|
var _message$threadInfo;
|
|
@@ -33,4 +33,4 @@ const RemoveMessage = props => {
|
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
export { RemoveMessage as R };
|
|
36
|
-
//# sourceMappingURL=RemoveMessageModal-
|
|
36
|
+
//# sourceMappingURL=RemoveMessageModal-7792dfcd.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoveMessageModal-
|
|
1
|
+
{"version":3,"file":"RemoveMessageModal-7792dfcd.js","sources":["../src/modules/Thread/components/RemoveMessageModal.tsx"],"sourcesContent":["import React, { useContext } from 'react';\n\nimport Modal from '../../../ui/Modal';\nimport { ButtonTypes } from '../../../ui/Button';\nimport { LocalizationContext } from '../../../lib/LocalizationContext';\nimport { useThreadContext } from '../context/ThreadProvider';\nimport { FileMessage, UserMessage } from '@sendbird/chat/message';\n\nexport interface RemoveMessageProps {\n onCancel: () => void; // rename to onClose\n onSubmit?: () => void;\n message: UserMessage | FileMessage;\n}\n\nconst RemoveMessage: React.FC<RemoveMessageProps> = (props: RemoveMessageProps) => {\n const {\n onCancel,\n onSubmit,\n message,\n } = props;\n const { stringSet } = useContext(LocalizationContext);\n const {\n deleteMessage,\n } = useThreadContext();\n return (\n <Modal\n type={ButtonTypes.DANGER}\n disabled={message?.threadInfo?.replyCount > 0}\n onCancel={onCancel}\n onSubmit={() => {\n deleteMessage(message).then(() => {\n onCancel?.();\n onSubmit?.();\n });\n }}\n submitText={stringSet.MESSAGE_MENU__DELETE}\n titleText={stringSet.MODAL__DELETE_MESSAGE__TITLE}\n />\n );\n};\n\nexport default RemoveMessage;\n"],"names":["RemoveMessage","props","_message$threadInfo","onCancel","onSubmit","message","stringSet","useContext","LocalizationContext","deleteMessage","useThreadContext","React","createElement","Modal","type","ButtonTypes","DANGER","disabled","threadInfo","replyCount","then","submitText","MESSAGE_MENU__DELETE","titleText","MODAL__DELETE_MESSAGE__TITLE"],"mappings":";;;;;;AAcMA,MAAAA,aAA2C,GAAIC,KAAyB,IAAK;AAAA,EAAA,IAAAC,mBAAA,CAAA;EACjF,MAAM;IACJC,QAAQ;IACRC,QAAQ;AACRC,IAAAA,OAAAA;AACF,GAAC,GAAGJ,KAAK,CAAA;EACT,MAAM;AAAEK,IAAAA,SAAAA;AAAU,GAAC,GAAGC,UAAU,CAACC,mBAAmB,CAAC,CAAA;EACrD,MAAM;AACJC,IAAAA,aAAAA;GACD,GAAGC,gBAAgB,EAAE,CAAA;AACtB,EAAA,oBACEC,cAAA,CAAAC,aAAA,CAACC,KAAK,EAAA;IACJC,IAAI,EAAEC,WAAW,CAACC,MAAO;AACzBC,IAAAA,QAAQ,EAAE,CAAAZ,OAAO,aAAPA,OAAO,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAA,CAAAH,mBAAA,GAAPG,OAAO,CAAEa,UAAU,cAAAhB,mBAAA,KAAA,KAAA,CAAA,GAAA,KAAA,CAAA,GAAnBA,mBAAA,CAAqBiB,UAAU,IAAG,CAAE;AAC9ChB,IAAAA,QAAQ,EAAEA,QAAS;IACnBC,QAAQ,EAAEA,MAAM;AACdK,MAAAA,aAAa,CAACJ,OAAO,CAAC,CAACe,IAAI,CAAC,MAAM;AAChCjB,QAAAA,QAAQ,KAARA,IAAAA,IAAAA,QAAQ,KAARA,KAAAA,CAAAA,GAAAA,KAAAA,CAAAA,GAAAA,QAAQ,EAAI,CAAA;AACZC,QAAAA,QAAQ,KAARA,IAAAA,IAAAA,QAAQ,KAARA,KAAAA,CAAAA,GAAAA,KAAAA,CAAAA,GAAAA,QAAQ,EAAI,CAAA;AACd,OAAC,CAAC,CAAA;KACF;IACFiB,UAAU,EAAEf,SAAS,CAACgB,oBAAqB;IAC3CC,SAAS,EAAEjB,SAAS,CAACkB,4BAAAA;GACrB,CAAA,CAAA;AAEN;;;;"}
|
package/SendbirdProvider.js
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-bafb61ac.js';
|
|
2
2
|
import React__default, { useLayoutEffect, useState, useEffect, useCallback, useMemo, useReducer } from 'react';
|
|
3
3
|
import { SendbirdSdkContext } from './withSendbird.js';
|
|
4
4
|
import cssVars from 'css-vars-ponyfill';
|
|
5
|
-
import { K } from './index.module-
|
|
6
|
-
import { U as USER_ACTIONS } from './actionTypes-
|
|
5
|
+
import { K } from './index.module-c918987d.js';
|
|
6
|
+
import { U as USER_ACTIONS } from './actionTypes-10a620c2.js';
|
|
7
7
|
import SendbirdChat, { ConnectionHandler } from '@sendbird/chat';
|
|
8
|
-
import { u as uuidv4 } from './uuid-
|
|
8
|
+
import { u as uuidv4 } from './uuid-56142496.js';
|
|
9
9
|
import { OpenChannelModule } from '@sendbird/chat/openChannel';
|
|
10
10
|
import { GroupChannelModule } from '@sendbird/chat/groupChannel';
|
|
11
|
-
import { i as isTextuallyNull } from './index-
|
|
11
|
+
import { i as isTextuallyNull } from './index-6ad85ea4.js';
|
|
12
12
|
import { UIKitConfigProvider, useUIKitConfig } from '@sendbird/uikit-tools';
|
|
13
|
-
import { V as VoicePlayerProvider } from './index-
|
|
13
|
+
import { V as VoicePlayerProvider } from './index-6f9321c7.js';
|
|
14
14
|
import { VoiceRecorderProvider } from './VoiceRecorder/context.js';
|
|
15
|
-
import { L as LocalizationProvider } from './LocalizationContext-
|
|
16
|
-
import { M as MediaQueryProvider } from './MediaQueryContext-
|
|
17
|
-
import { g as getStringSet } from './stringSet-
|
|
18
|
-
import { V as VOICE_RECORDER_DEFAULT_MAX, a as VOICE_RECORDER_DEFAULT_MIN } from './consts-
|
|
19
|
-
import { g as getCaseResolvedReplyType, a as getCaseResolvedThreadReplySelectType } from './resolvedReplyType-
|
|
15
|
+
import { L as LocalizationProvider } from './LocalizationContext-e244eb89.js';
|
|
16
|
+
import { M as MediaQueryProvider } from './MediaQueryContext-23d95940.js';
|
|
17
|
+
import { g as getStringSet } from './stringSet-652ee695.js';
|
|
18
|
+
import { V as VOICE_RECORDER_DEFAULT_MAX, a as VOICE_RECORDER_DEFAULT_MIN } from './consts-d2416e9d.js';
|
|
19
|
+
import { g as getCaseResolvedReplyType, a as getCaseResolvedThreadReplySelectType } from './resolvedReplyType-30ab069f.js';
|
|
20
20
|
import './utils/message/getOutgoingMessageState.js';
|
|
21
21
|
import './useSendbirdStateContext.js';
|
|
22
22
|
import './ui/Modal.js';
|
|
23
23
|
import 'react-dom';
|
|
24
|
-
import './index-
|
|
24
|
+
import './index-f64beda8.js';
|
|
25
25
|
import './ui/Button.js';
|
|
26
|
-
import './index-
|
|
26
|
+
import './index-19c89fe9.js';
|
|
27
27
|
import 'prop-types';
|
|
28
28
|
import './ui/Icon.js';
|
|
29
29
|
import './ui/IconButton.js';
|
|
30
|
-
import './index-
|
|
30
|
+
import './index-a569ea6e.js';
|
|
31
31
|
|
|
32
32
|
const isEmpty = obj => {
|
|
33
33
|
if (obj === null || obj === undefined) {
|
|
@@ -333,7 +333,7 @@ async function disconnectSdk(_ref) {
|
|
|
333
333
|
});
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
const APP_VERSION_STRING = '3.6.
|
|
336
|
+
const APP_VERSION_STRING = '3.6.5';
|
|
337
337
|
const {
|
|
338
338
|
INIT_SDK,
|
|
339
339
|
SET_SDK_LOADING,
|
|
@@ -359,13 +359,16 @@ function setUpParams(_ref2) {
|
|
|
359
359
|
let {
|
|
360
360
|
appId,
|
|
361
361
|
customApiHost,
|
|
362
|
-
customWebSocketHost
|
|
362
|
+
customWebSocketHost,
|
|
363
|
+
sdkInitParams
|
|
363
364
|
} = _ref2;
|
|
364
|
-
const params = {
|
|
365
|
-
appId,
|
|
365
|
+
const params = _objectSpread2(_objectSpread2({
|
|
366
366
|
modules: [new GroupChannelModule(), new OpenChannelModule()],
|
|
367
367
|
newInstance: true
|
|
368
|
-
}
|
|
368
|
+
}, sdkInitParams !== null && sdkInitParams !== void 0 ? sdkInitParams : {}), {}, {
|
|
369
|
+
// appId shouldn't be overrided
|
|
370
|
+
appId
|
|
371
|
+
});
|
|
369
372
|
if (customApiHost) {
|
|
370
373
|
params['customApiHost'] = customApiHost;
|
|
371
374
|
}
|
|
@@ -402,7 +405,8 @@ async function setUpConnection(_ref3) {
|
|
|
402
405
|
nickname,
|
|
403
406
|
profileUrl,
|
|
404
407
|
accessToken,
|
|
405
|
-
isUserIdUsedForNickname
|
|
408
|
+
isUserIdUsedForNickname,
|
|
409
|
+
sdkInitParams
|
|
406
410
|
} = _ref3;
|
|
407
411
|
return new Promise((resolve, reject) => {
|
|
408
412
|
var _logger$info;
|
|
@@ -419,7 +423,8 @@ async function setUpConnection(_ref3) {
|
|
|
419
423
|
const newSdk = setUpParams({
|
|
420
424
|
appId,
|
|
421
425
|
customApiHost,
|
|
422
|
-
customWebSocketHost
|
|
426
|
+
customWebSocketHost,
|
|
427
|
+
sdkInitParams
|
|
423
428
|
});
|
|
424
429
|
if (configureSession && typeof configureSession === 'function') {
|
|
425
430
|
var _logger$info2;
|
|
@@ -534,7 +539,8 @@ async function connect(_ref) {
|
|
|
534
539
|
nickname,
|
|
535
540
|
profileUrl,
|
|
536
541
|
accessToken,
|
|
537
|
-
sdk
|
|
542
|
+
sdk,
|
|
543
|
+
sdkInitParams
|
|
538
544
|
} = _ref;
|
|
539
545
|
await disconnectSdk({
|
|
540
546
|
logger,
|
|
@@ -554,7 +560,8 @@ async function connect(_ref) {
|
|
|
554
560
|
configureSession,
|
|
555
561
|
nickname,
|
|
556
562
|
profileUrl,
|
|
557
|
-
accessToken
|
|
563
|
+
accessToken,
|
|
564
|
+
sdkInitParams
|
|
558
565
|
});
|
|
559
566
|
}
|
|
560
567
|
|
|
@@ -576,7 +583,8 @@ function useConnect(triggerTypes, staticTypes) {
|
|
|
576
583
|
sdk,
|
|
577
584
|
sdkDispatcher,
|
|
578
585
|
userDispatcher,
|
|
579
|
-
initDashboardConfigs
|
|
586
|
+
initDashboardConfigs,
|
|
587
|
+
sdkInitParams
|
|
580
588
|
} = staticTypes;
|
|
581
589
|
logger === null || logger === void 0 ? void 0 : (_logger$info = logger.info) === null || _logger$info === void 0 ? void 0 : _logger$info.call(logger, 'SendbirdProvider | useConnect', _objectSpread2(_objectSpread2({}, triggerTypes), staticTypes));
|
|
582
590
|
useEffect(() => {
|
|
@@ -601,7 +609,8 @@ function useConnect(triggerTypes, staticTypes) {
|
|
|
601
609
|
sdkDispatcher,
|
|
602
610
|
userDispatcher,
|
|
603
611
|
initDashboardConfigs,
|
|
604
|
-
isUserIdUsedForNickname
|
|
612
|
+
isUserIdUsedForNickname,
|
|
613
|
+
sdkInitParams
|
|
605
614
|
});
|
|
606
615
|
} catch (error) {
|
|
607
616
|
var _logger$error;
|
|
@@ -628,7 +637,8 @@ function useConnect(triggerTypes, staticTypes) {
|
|
|
628
637
|
sdkDispatcher,
|
|
629
638
|
userDispatcher,
|
|
630
639
|
initDashboardConfigs,
|
|
631
|
-
isUserIdUsedForNickname
|
|
640
|
+
isUserIdUsedForNickname,
|
|
641
|
+
sdkInitParams
|
|
632
642
|
});
|
|
633
643
|
} catch (error) {
|
|
634
644
|
var _logger$error2;
|
|
@@ -1022,7 +1032,8 @@ const SendbirdSDK = _ref => {
|
|
|
1022
1032
|
renderUserProfile = null,
|
|
1023
1033
|
onUserProfileMessage = null,
|
|
1024
1034
|
breakpoint = false,
|
|
1025
|
-
isUserIdUsedForNickname = true
|
|
1035
|
+
isUserIdUsedForNickname = true,
|
|
1036
|
+
sdkInitParams
|
|
1026
1037
|
} = _ref;
|
|
1027
1038
|
const {
|
|
1028
1039
|
logLevel = '',
|
|
@@ -1053,6 +1064,7 @@ const SendbirdSDK = _ref => {
|
|
|
1053
1064
|
configureSession,
|
|
1054
1065
|
customApiHost,
|
|
1055
1066
|
customWebSocketHost,
|
|
1067
|
+
sdkInitParams,
|
|
1056
1068
|
sdk,
|
|
1057
1069
|
sdkDispatcher,
|
|
1058
1070
|
userDispatcher,
|