@sendbird/uikit-react 3.6.5-rc-0 → 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 +48 -48
- 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-b402a00e.js → ChannelListProvider-cb4c1604.js} +7 -7
- package/{ChannelListProvider-b402a00e.js.map → ChannelListProvider-cb4c1604.js.map} +1 -1
- package/{ChannelProvider-a189a737.js → ChannelProvider-9db7b4b0.js} +11 -11
- package/{ChannelProvider-a189a737.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-79bbe4d4.js → CreateChannelProvider-81c7d3d6.js} +1 -1
- package/{CreateChannelProvider-79bbe4d4.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-3d89077d.js → LocalizationContext-e244eb89.js} +3 -3
- package/{LocalizationContext-3d89077d.js.map → LocalizationContext-e244eb89.js.map} +1 -1
- package/{MediaQueryContext-cf54879d.js → MediaQueryContext-23d95940.js} +1 -1
- package/{MediaQueryContext-cf54879d.js.map → MediaQueryContext-23d95940.js.map} +1 -1
- package/{MemberList-bd466579.js → MemberList-cf69bc99.js} +5 -5
- package/{MemberList-bd466579.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-4ea43d98.js → OpenChannelListProvider-7648d37d.js} +3 -3
- package/{OpenChannelListProvider-4ea43d98.js.map → OpenChannelListProvider-7648d37d.js.map} +1 -1
- package/{OpenChannelProvider-8fb5a0f0.js → OpenChannelProvider-d43b345f.js} +7 -7
- package/{OpenChannelProvider-8fb5a0f0.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-3bcdc9f6.js → RemoveMessageModal-7792dfcd.js} +3 -3
- package/{RemoveMessageModal-3bcdc9f6.js.map → RemoveMessageModal-7792dfcd.js.map} +1 -1
- package/SendbirdProvider.js +15 -15
- 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-d0f2a130.js → ThreadProvider-26648ba8.js} +7 -7
- package/{ThreadProvider-d0f2a130.js.map → ThreadProvider-26648ba8.js.map} +1 -1
- package/{UserProfileContext-76bee36c.js → UserProfileContext-feb55389.js} +1 -1
- package/{UserProfileContext-76bee36c.js.map → UserProfileContext-feb55389.js.map} +1 -1
- package/{VoiceMessageInputWrapper-da084704.js → VoiceMessageInputWrapper-04220ac5.js} +7 -7
- package/{VoiceMessageInputWrapper-da084704.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-68a6833e.js → WebAudioUtils-9efc1450.js} +2 -2
- package/{WebAudioUtils-68a6833e.js.map → WebAudioUtils-9efc1450.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-0d01e6f3.js → _rollupPluginBabelHelpers-bafb61ac.js} +1 -1
- package/_rollupPluginBabelHelpers-bafb61ac.js.map +1 -0
- package/{actionTypes-47f3ca27.js → actionTypes-10a620c2.js} +1 -1
- package/{actionTypes-47f3ca27.js.map → actionTypes-10a620c2.js.map} +1 -1
- package/cjs/App.js +48 -48
- 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-ddf0e6f2.js → ChannelListProvider-6430fe4c.js} +7 -7
- package/cjs/{ChannelListProvider-ddf0e6f2.js.map → ChannelListProvider-6430fe4c.js.map} +1 -1
- package/cjs/{ChannelProvider-d87ccad8.js → ChannelProvider-3ff8370e.js} +11 -11
- package/cjs/{ChannelProvider-d87ccad8.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-88c4a719.js → CreateChannelProvider-3e9072f8.js} +1 -1
- package/cjs/{CreateChannelProvider-88c4a719.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-b71613af.js → LocalizationContext-dfac4719.js} +3 -3
- package/cjs/{LocalizationContext-b71613af.js.map → LocalizationContext-dfac4719.js.map} +1 -1
- package/cjs/{MediaQueryContext-171fe8e7.js → MediaQueryContext-3952aaf0.js} +1 -1
- package/cjs/{MediaQueryContext-171fe8e7.js.map → MediaQueryContext-3952aaf0.js.map} +1 -1
- package/cjs/{MemberList-fa046e2c.js → MemberList-1a975d5b.js} +5 -5
- package/cjs/{MemberList-fa046e2c.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-12383ab8.js → OpenChannelListProvider-dd6e7f9e.js} +3 -3
- package/cjs/{OpenChannelListProvider-12383ab8.js.map → OpenChannelListProvider-dd6e7f9e.js.map} +1 -1
- package/cjs/{OpenChannelProvider-d087efea.js → OpenChannelProvider-2e282416.js} +7 -7
- package/cjs/{OpenChannelProvider-d087efea.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-9401e8f1.js → RemoveMessageModal-d1cfdf9c.js} +3 -3
- package/cjs/{RemoveMessageModal-9401e8f1.js.map → RemoveMessageModal-d1cfdf9c.js.map} +1 -1
- package/cjs/SendbirdProvider.js +15 -15
- 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-527d2019.js → ThreadProvider-0cb3c30a.js} +7 -7
- package/cjs/{ThreadProvider-527d2019.js.map → ThreadProvider-0cb3c30a.js.map} +1 -1
- package/cjs/{UserProfileContext-0ddef046.js → UserProfileContext-0f985cc6.js} +1 -1
- package/cjs/{UserProfileContext-0ddef046.js.map → UserProfileContext-0f985cc6.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-6a6b7f7c.js → VoiceMessageInputWrapper-17b5164e.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-6a6b7f7c.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-113fd276.js → WebAudioUtils-892127b2.js} +2 -2
- package/cjs/{WebAudioUtils-113fd276.js.map → WebAudioUtils-892127b2.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-521d84fd.js → _rollupPluginBabelHelpers-821f4072.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-821f4072.js.map +1 -0
- package/cjs/{actionTypes-8290d466.js → actionTypes-de1d09d0.js} +1 -1
- package/cjs/{actionTypes-8290d466.js.map → actionTypes-de1d09d0.js.map} +1 -1
- package/cjs/{color-4e0374be.js → color-3d6d8736.js} +1 -1
- package/cjs/{color-4e0374be.js.map → color-3d6d8736.js.map} +1 -1
- package/cjs/{compareIds-9c348a7e.js → compareIds-3556bbb3.js} +1 -1
- package/cjs/{compareIds-9c348a7e.js.map → compareIds-3556bbb3.js.map} +1 -1
- package/cjs/{const-d984d897.js → const-86841fbb.js} +1 -1
- package/cjs/{const-d984d897.js.map → const-86841fbb.js.map} +1 -1
- package/cjs/{const-7712bc35.js → const-dc3c6d5b.js} +1 -1
- package/cjs/{const-7712bc35.js.map → const-dc3c6d5b.js.map} +1 -1
- package/cjs/{consts-5e3c8b65.js → consts-8256a472.js} +1 -1
- package/cjs/{consts-5e3c8b65.js.map → consts-8256a472.js.map} +1 -1
- package/cjs/{consts-49b6f4ea.js → consts-8d7aaa9c.js} +1 -1
- package/cjs/{consts-49b6f4ea.js.map → consts-8d7aaa9c.js.map} +1 -1
- package/cjs/{consts-68e8c7f3.js → consts-c46342fa.js} +1 -1
- package/cjs/{consts-68e8c7f3.js.map → consts-c46342fa.js.map} +1 -1
- package/cjs/{consts-35e9ea42.js → consts-f9a2a26c.js} +1 -1
- package/cjs/{consts-35e9ea42.js.map → consts-f9a2a26c.js.map} +1 -1
- package/cjs/{context-aba44bec.js → context-b28ce2a4.js} +2 -2
- package/cjs/{context-aba44bec.js.map → context-b28ce2a4.js.map} +1 -1
- package/cjs/dist/index.css +149 -149
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-2396f2c7.js → index-09701ac2.js} +3 -3
- package/cjs/{index-2396f2c7.js.map → index-09701ac2.js.map} +1 -1
- package/cjs/{index-3fd205c9.js → index-0f8eb335.js} +5 -5
- package/cjs/{index-3fd205c9.js.map → index-0f8eb335.js.map} +1 -1
- package/cjs/{index-8cbd7ca5.js → index-207d1aa7.js} +1 -1
- package/cjs/{index-8cbd7ca5.js.map → index-207d1aa7.js.map} +1 -1
- package/cjs/{index-318086b1.js → index-2397c6d2.js} +4 -4
- package/cjs/{index-318086b1.js.map → index-2397c6d2.js.map} +1 -1
- package/cjs/{index-4aff14c7.js → index-3a63846b.js} +4 -4
- package/cjs/{index-4aff14c7.js.map → index-3a63846b.js.map} +1 -1
- package/cjs/{index-d76fdd8c.js → index-44df2311.js} +2 -2
- package/cjs/{index-d76fdd8c.js.map → index-44df2311.js.map} +1 -1
- package/cjs/{index-f5ad3937.js → index-59d2a65c.js} +2 -2
- package/cjs/{index-f5ad3937.js.map → index-59d2a65c.js.map} +1 -1
- package/cjs/{index-8cc454d3.js → index-7374175c.js} +3 -3
- package/cjs/{index-8cc454d3.js.map → index-7374175c.js.map} +1 -1
- package/cjs/{index-bafafa51.js → index-73e99e21.js} +6 -6
- package/cjs/{index-bafafa51.js.map → index-73e99e21.js.map} +1 -1
- package/cjs/{index-41182ee3.js → index-781ba159.js} +6 -6
- package/cjs/{index-41182ee3.js.map → index-781ba159.js.map} +1 -1
- package/cjs/{index-48804b3b.js → index-83259052.js} +2 -2
- package/cjs/{index-48804b3b.js.map → index-83259052.js.map} +1 -1
- package/cjs/{index-7b7514f3.js → index-85cf4b69.js} +3 -3
- package/cjs/{index-7b7514f3.js.map → index-85cf4b69.js.map} +1 -1
- package/cjs/{index-c3756179.js → index-ab40c390.js} +2 -2
- package/cjs/{index-c3756179.js.map → index-ab40c390.js.map} +1 -1
- package/cjs/{index-2d951bb0.js → index-b8fe0afb.js} +1 -1
- package/cjs/{index-2d951bb0.js.map → index-b8fe0afb.js.map} +1 -1
- package/cjs/{index-fca40968.js → index-bc6b6310.js} +2 -2
- package/cjs/{index-fca40968.js.map → index-bc6b6310.js.map} +1 -1
- package/cjs/{index-542b3e87.js → index-efd85d9b.js} +2 -2
- package/cjs/{index-542b3e87.js.map → index-efd85d9b.js.map} +1 -1
- package/cjs/{index-e5d6e395.js → index-fbd23ffb.js} +4 -4
- package/cjs/{index-e5d6e395.js.map → index-fbd23ffb.js.map} +1 -1
- package/cjs/index.js +52 -52
- package/cjs/{index.module-7b4396a5.js → index.module-14306bea.js} +1 -1
- package/cjs/{index.module-7b4396a5.js.map → index.module-14306bea.js.map} +1 -1
- package/cjs/package.json +1 -1
- package/cjs/{resolvedReplyType-5e0bf8f7.js → resolvedReplyType-f0306b85.js} +1 -1
- package/cjs/{resolvedReplyType-5e0bf8f7.js.map → resolvedReplyType-f0306b85.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-cb1d4f36.js → stringSet-d7336662.js} +1 -1
- package/cjs/{stringSet-cb1d4f36.js.map → stringSet-d7336662.js.map} +1 -1
- package/cjs/{tokenize-8d18b255.js → tokenize-3f0b3684.js} +2 -2
- package/cjs/{tokenize-8d18b255.js.map → tokenize-3f0b3684.js.map} +1 -1
- package/cjs/{topics-c0fb0e81.js → topics-42962f04.js} +1 -1
- package/cjs/{topics-c0fb0e81.js.map → topics-42962f04.js.map} +1 -1
- package/cjs/{types-efb11314.js → types-678dda5c.js} +1 -1
- package/cjs/{types-efb11314.js.map → types-678dda5c.js.map} +1 -1
- package/cjs/ui/Accordion.js +2 -2
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +2 -2
- package/cjs/ui/Avatar.js +1 -1
- package/cjs/ui/Badge.js +4 -4
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +2 -2
- package/cjs/ui/ChannelAvatar.js +2 -2
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +3 -3
- package/cjs/ui/EmojiReactions.js +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-9947aee3.js → useDirtyGetMentions-fa76abd0.js} +1 -1
- package/cjs/{useDirtyGetMentions-9947aee3.js.map → useDirtyGetMentions-fa76abd0.js.map} +1 -1
- package/cjs/{useLongPress-b6d74369.js → useLongPress-749d0949.js} +3 -3
- package/cjs/{useLongPress-b6d74369.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-5da8a3e4.js → utils-045876e6.js} +1 -1
- package/cjs/{utils-5da8a3e4.js.map → utils-045876e6.js.map} +1 -1
- package/cjs/{utils-1e48255a.js → utils-79dbc416.js} +2 -2
- package/cjs/{utils-1e48255a.js.map → utils-79dbc416.js.map} +1 -1
- package/cjs/{utils-cc2eedb1.js → utils-94e5a198.js} +1 -1
- package/cjs/{utils-cc2eedb1.js.map → utils-94e5a198.js.map} +1 -1
- package/cjs/{utils-a03c8a10.js → utils-a9deff88.js} +1 -1
- package/cjs/{utils-a03c8a10.js.map → utils-a9deff88.js.map} +1 -1
- package/cjs/{uuid-dc467c65.js → uuid-d0da5069.js} +1 -1
- package/cjs/{uuid-dc467c65.js.map → uuid-d0da5069.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-85d0418a.js → color-ab7e7bc7.js} +1 -1
- package/{color-85d0418a.js.map → color-ab7e7bc7.js.map} +1 -1
- package/{compareIds-0a8e7d24.js → compareIds-5043693c.js} +1 -1
- package/{compareIds-0a8e7d24.js.map → compareIds-5043693c.js.map} +1 -1
- package/{const-f63da26b.js → const-025a6663.js} +1 -1
- package/{const-f63da26b.js.map → const-025a6663.js.map} +1 -1
- package/{const-6a8c838f.js → const-fca20435.js} +1 -1
- package/{const-6a8c838f.js.map → const-fca20435.js.map} +1 -1
- package/{consts-a58357ec.js → consts-24174019.js} +1 -1
- package/{consts-a58357ec.js.map → consts-24174019.js.map} +1 -1
- package/{consts-19f0564e.js → consts-b7f35c45.js} +1 -1
- package/{consts-19f0564e.js.map → consts-b7f35c45.js.map} +1 -1
- package/{consts-84efad3b.js → consts-d2416e9d.js} +1 -1
- package/{consts-84efad3b.js.map → consts-d2416e9d.js.map} +1 -1
- package/{consts-c0bf0a6f.js → consts-f3773aec.js} +1 -1
- package/{consts-c0bf0a6f.js.map → consts-f3773aec.js.map} +1 -1
- package/{context-d7fb9c2e.js → context-c0aa3153.js} +2 -2
- package/{context-d7fb9c2e.js.map → context-c0aa3153.js.map} +1 -1
- package/dist/index.css +149 -149
- package/dist/index.css.map +1 -1
- package/{index-bc300362.js → index-154e5847.js} +4 -4
- package/{index-bc300362.js.map → index-154e5847.js.map} +1 -1
- package/{index-84e5b560.js → index-19c89fe9.js} +2 -2
- package/{index-84e5b560.js.map → index-19c89fe9.js.map} +1 -1
- package/{index-87b0db6e.js → index-19d195fc.js} +4 -4
- package/{index-87b0db6e.js.map → index-19d195fc.js.map} +1 -1
- package/{index-c0ff26f4.js → index-2c656bc8.js} +2 -2
- package/{index-c0ff26f4.js.map → index-2c656bc8.js.map} +1 -1
- package/{index-be14bfa2.js → index-52ef886a.js} +6 -6
- package/{index-be14bfa2.js.map → index-52ef886a.js.map} +1 -1
- package/{index-36b990cb.js → index-6ad85ea4.js} +2 -2
- package/{index-36b990cb.js.map → index-6ad85ea4.js.map} +1 -1
- package/{index-1a4a0bf2.js → index-6e3d6cea.js} +2 -2
- package/{index-1a4a0bf2.js.map → index-6e3d6cea.js.map} +1 -1
- package/{index-72cce56d.js → index-6f9321c7.js} +3 -3
- package/{index-72cce56d.js.map → index-6f9321c7.js.map} +1 -1
- package/{index-5894b2e1.js → index-90e6590e.js} +6 -6
- package/{index-5894b2e1.js.map → index-90e6590e.js.map} +1 -1
- package/{index-bd32897c.js → index-a31eccd0.js} +2 -2
- package/{index-bd32897c.js.map → index-a31eccd0.js.map} +1 -1
- package/{index-ae11ce3a.js → index-a569ea6e.js} +1 -1
- package/{index-ae11ce3a.js.map → index-a569ea6e.js.map} +1 -1
- package/{index-d8d6ab40.js → index-abb1ce64.js} +3 -3
- package/{index-d8d6ab40.js.map → index-abb1ce64.js.map} +1 -1
- package/{index-adfc301f.js → index-c0ad8cba.js} +2 -2
- package/{index-adfc301f.js.map → index-c0ad8cba.js.map} +1 -1
- package/{index-ecf9390f.js → index-d00acb09.js} +4 -4
- package/{index-ecf9390f.js.map → index-d00acb09.js.map} +1 -1
- package/{index-e829421b.js → index-d7ee84bd.js} +3 -3
- package/{index-e829421b.js.map → index-d7ee84bd.js.map} +1 -1
- package/{index-e8e83844.js → index-f5c552d4.js} +5 -5
- package/{index-e8e83844.js.map → index-f5c552d4.js.map} +1 -1
- package/{index-c8b98f98.js → index-f64beda8.js} +1 -1
- package/{index-c8b98f98.js.map → index-f64beda8.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +52 -52
- package/{index.module-dcc97417.js → index.module-c918987d.js} +1 -1
- package/{index.module-dcc97417.js.map → index.module-c918987d.js.map} +1 -1
- package/package.json +1 -1
- package/{resolvedReplyType-664ef396.js → resolvedReplyType-30ab069f.js} +1 -1
- package/{resolvedReplyType-664ef396.js.map → resolvedReplyType-30ab069f.js.map} +1 -1
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-a71db233.js → stringSet-652ee695.js} +1 -1
- package/{stringSet-a71db233.js.map → stringSet-652ee695.js.map} +1 -1
- package/{tokenize-a4790f7a.js → tokenize-27803086.js} +2 -2
- package/{tokenize-a4790f7a.js.map → tokenize-27803086.js.map} +1 -1
- package/{topics-fe288aec.js → topics-856bfe5f.js} +1 -1
- package/{topics-fe288aec.js.map → topics-856bfe5f.js.map} +1 -1
- package/{types-ce97be21.js → types-5f7b5cef.js} +1 -1
- package/{types-ce97be21.js.map → types-5f7b5cef.js.map} +1 -1
- package/ui/Accordion.js +2 -2
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +2 -2
- package/ui/Avatar.js +1 -1
- package/ui/Badge.js +4 -4
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +2 -2
- package/ui/ChannelAvatar.js +2 -2
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +3 -3
- package/ui/EmojiReactions.js +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-cce415ba.js → useDirtyGetMentions-01e9ef5d.js} +1 -1
- package/{useDirtyGetMentions-cce415ba.js.map → useDirtyGetMentions-01e9ef5d.js.map} +1 -1
- package/{useLongPress-14f5afd8.js → useLongPress-bfd81b46.js} +3 -3
- package/{useLongPress-14f5afd8.js.map → useLongPress-bfd81b46.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-edc18108.js → utils-4cb05152.js} +1 -1
- package/{utils-edc18108.js.map → utils-4cb05152.js.map} +1 -1
- package/{utils-dd1fa925.js → utils-d854537d.js} +2 -2
- package/{utils-dd1fa925.js.map → utils-d854537d.js.map} +1 -1
- package/{utils-dc570c9a.js → utils-de7adb0f.js} +1 -1
- package/{utils-dc570c9a.js.map → utils-de7adb0f.js.map} +1 -1
- package/{utils-f6f91864.js → utils-ff4dfffd.js} +1 -1
- package/{utils-f6f91864.js.map → utils-ff4dfffd.js.map} +1 -1
- package/{uuid-6057c1fc.js → uuid-56142496.js} +1 -1
- package/{uuid-6057c1fc.js.map → uuid-56142496.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-0d01e6f3.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-521d84fd.js.map +0 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-e244eb89.js';
|
|
3
3
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-19c89fe9.js';
|
|
5
5
|
import Avatar from '../../ui/Avatar.js';
|
|
6
|
-
import '../../stringSet-
|
|
7
|
-
import '../../index-
|
|
6
|
+
import '../../stringSet-652ee695.js';
|
|
7
|
+
import '../../index-a569ea6e.js';
|
|
8
8
|
import '../../withSendbird.js';
|
|
9
|
-
import '../../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../../_rollupPluginBabelHelpers-bafb61ac.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import '../../ui/ImageRenderer.js';
|
|
12
12
|
import '../../ui/Icon.js';
|
|
13
|
-
import '../../uuid-
|
|
13
|
+
import '../../uuid-56142496.js';
|
|
14
14
|
|
|
15
15
|
const ChannelListHeader = _ref => {
|
|
16
16
|
let {
|
|
@@ -3,68 +3,68 @@ import ChannelListHeader from './ChannelListHeader.js';
|
|
|
3
3
|
import { AddChannel } from './AddChannel.js';
|
|
4
4
|
import ChannelPreview from './ChannelPreview.js';
|
|
5
5
|
import ChannelPreviewAction from './ChannelPreviewAction.js';
|
|
6
|
-
import { u as useChannelListContext, F as FETCH_CHANNELS_START, a as FETCH_CHANNELS_SUCCESS, b as FETCH_CHANNELS_FAILURE, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-
|
|
6
|
+
import { u as useChannelListContext, F as FETCH_CHANNELS_START, a as FETCH_CHANNELS_SUCCESS, b as FETCH_CHANNELS_FAILURE, L as LEAVE_CHANNEL_SUCCESS, S as SET_CURRENT_CHANNEL } from '../../ChannelListProvider-cb4c1604.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import EditProfile from '../../EditUserProfile.js';
|
|
9
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
10
|
-
import '../../LocalizationContext-
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../index-
|
|
9
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-abb1ce64.js';
|
|
10
|
+
import '../../LocalizationContext-e244eb89.js';
|
|
11
|
+
import '../../stringSet-652ee695.js';
|
|
12
|
+
import '../../index-a569ea6e.js';
|
|
13
|
+
import '../../index-19c89fe9.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import '../../ui/Avatar.js';
|
|
16
16
|
import '../../ui/ImageRenderer.js';
|
|
17
17
|
import '../../ui/Icon.js';
|
|
18
|
-
import '../../uuid-
|
|
18
|
+
import '../../uuid-56142496.js';
|
|
19
19
|
import '../../ui/IconButton.js';
|
|
20
|
-
import '../../_rollupPluginBabelHelpers-
|
|
20
|
+
import '../../_rollupPluginBabelHelpers-bafb61ac.js';
|
|
21
21
|
import '../../CreateChannel.js';
|
|
22
22
|
import '../../CreateChannel/components/CreateChannelUI.js';
|
|
23
|
-
import '../../CreateChannelProvider-
|
|
23
|
+
import '../../CreateChannelProvider-81c7d3d6.js';
|
|
24
24
|
import '../../sendbirdSelectors.js';
|
|
25
|
-
import '../../topics-
|
|
26
|
-
import '../../utils-
|
|
25
|
+
import '../../topics-856bfe5f.js';
|
|
26
|
+
import '../../utils-de7adb0f.js';
|
|
27
27
|
import '../../CreateChannel/components/InviteUsers.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
|
-
import '../../MediaQueryContext-
|
|
32
|
+
import '../../MediaQueryContext-23d95940.js';
|
|
33
33
|
import '../../ui/UserListItem.js';
|
|
34
|
-
import '../../UserProfileContext-
|
|
34
|
+
import '../../UserProfileContext-feb55389.js';
|
|
35
35
|
import '../../ui/MutedAvatarOverlay.js';
|
|
36
36
|
import '../../ui/Checkbox.js';
|
|
37
37
|
import '../../ui/UserProfile.js';
|
|
38
38
|
import '../../ui/ContextMenu.js';
|
|
39
39
|
import '../../ui/SortByRow.js';
|
|
40
|
-
import '../../index-
|
|
40
|
+
import '../../index-6ad85ea4.js';
|
|
41
41
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
42
42
|
import '../../CreateChannel/components/SelectChannelType.js';
|
|
43
43
|
import '../../ui/ChannelAvatar.js';
|
|
44
|
-
import '../../utils-
|
|
44
|
+
import '../../utils-4cb05152.js';
|
|
45
45
|
import '../../ui/Badge.js';
|
|
46
|
-
import '../../index-
|
|
47
|
-
import '../../index-
|
|
46
|
+
import '../../index-52ef886a.js';
|
|
47
|
+
import '../../index-2c656bc8.js';
|
|
48
48
|
import '../../ui/Loader.js';
|
|
49
|
-
import '../../index-
|
|
50
|
-
import '../../index-
|
|
49
|
+
import '../../index-d7ee84bd.js';
|
|
50
|
+
import '../../index-6e3d6cea.js';
|
|
51
51
|
import '../../ui/MentionUserLabel.js';
|
|
52
|
-
import '../../consts-
|
|
52
|
+
import '../../consts-24174019.js';
|
|
53
53
|
import '../../ui/TextButton.js';
|
|
54
|
-
import '../../color-
|
|
54
|
+
import '../../color-ab7e7bc7.js';
|
|
55
55
|
import '../../Channel/components/TypingIndicator.js';
|
|
56
56
|
import '@sendbird/chat/groupChannel';
|
|
57
|
-
import '../../ChannelProvider-
|
|
58
|
-
import '../../const-
|
|
59
|
-
import '../../compareIds-
|
|
57
|
+
import '../../ChannelProvider-9db7b4b0.js';
|
|
58
|
+
import '../../const-fca20435.js';
|
|
59
|
+
import '../../compareIds-5043693c.js';
|
|
60
60
|
import '@sendbird/chat/message';
|
|
61
|
-
import '../../consts-
|
|
62
|
-
import '../../resolvedReplyType-
|
|
63
|
-
import '../../useLongPress-
|
|
61
|
+
import '../../consts-d2416e9d.js';
|
|
62
|
+
import '../../resolvedReplyType-30ab069f.js';
|
|
63
|
+
import '../../useLongPress-bfd81b46.js';
|
|
64
64
|
import '../../withSendbird.js';
|
|
65
|
-
import '../../index-
|
|
65
|
+
import '../../index-f5c552d4.js';
|
|
66
66
|
import '../../ui/Input.js';
|
|
67
|
-
import '../../actionTypes-
|
|
67
|
+
import '../../actionTypes-10a620c2.js';
|
|
68
68
|
|
|
69
69
|
const isAboutSame = (a, b, px) => Math.abs(a - b) <= px;
|
|
70
70
|
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../../_rollupPluginBabelHelpers-bafb61ac.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import ChannelAvatar from '../../ui/ChannelAvatar.js';
|
|
4
4
|
import Badge from '../../ui/Badge.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
7
|
-
import { g as getChannelTitle, a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from '../../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-19c89fe9.js';
|
|
7
|
+
import { g as getChannelTitle, a as getTotalMembers, M as MessageStatus, b as getLastMessageCreatedAt, c as getLastMessage, d as getChannelUnreadMessageCount } from '../../index-52ef886a.js';
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
|
-
import { u as useLocalization } from '../../LocalizationContext-
|
|
9
|
+
import { u as useLocalization } from '../../LocalizationContext-e244eb89.js';
|
|
10
10
|
import MentionUserLabel from '../../ui/MentionUserLabel.js';
|
|
11
11
|
import Modal from '../../ui/Modal.js';
|
|
12
12
|
import TextButton from '../../ui/TextButton.js';
|
|
13
|
-
import { u as useChannelListContext } from '../../ChannelListProvider-
|
|
13
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-cb4c1604.js';
|
|
14
14
|
import { TypingIndicatorText } from '../../Channel/components/TypingIndicator.js';
|
|
15
|
-
import { d as isVoiceMessage } from '../../index-
|
|
16
|
-
import { u as useMediaQueryContext } from '../../MediaQueryContext-
|
|
17
|
-
import { u as useLongPress } from '../../useLongPress-
|
|
15
|
+
import { d as isVoiceMessage } from '../../index-6ad85ea4.js';
|
|
16
|
+
import { u as useMediaQueryContext } from '../../MediaQueryContext-23d95940.js';
|
|
17
|
+
import { u as useLongPress } from '../../useLongPress-bfd81b46.js';
|
|
18
18
|
import '../../ui/Avatar.js';
|
|
19
19
|
import '../../ui/ImageRenderer.js';
|
|
20
|
-
import '../../uuid-
|
|
21
|
-
import '../../utils-
|
|
20
|
+
import '../../uuid-56142496.js';
|
|
21
|
+
import '../../utils-4cb05152.js';
|
|
22
22
|
import 'prop-types';
|
|
23
|
-
import '../../stringSet-
|
|
24
|
-
import '../../index-
|
|
25
|
-
import '../../index-
|
|
23
|
+
import '../../stringSet-652ee695.js';
|
|
24
|
+
import '../../index-2c656bc8.js';
|
|
25
|
+
import '../../index-a569ea6e.js';
|
|
26
26
|
import '../../ui/Loader.js';
|
|
27
27
|
import '../../utils/message/getOutgoingMessageState.js';
|
|
28
|
-
import '../../index-
|
|
29
|
-
import '../../index-
|
|
28
|
+
import '../../index-d7ee84bd.js';
|
|
29
|
+
import '../../index-6e3d6cea.js';
|
|
30
30
|
import '../../withSendbird.js';
|
|
31
|
-
import '../../consts-
|
|
31
|
+
import '../../consts-24174019.js';
|
|
32
32
|
import 'react-dom';
|
|
33
|
-
import '../../index-
|
|
33
|
+
import '../../index-f64beda8.js';
|
|
34
34
|
import '../../ui/Button.js';
|
|
35
35
|
import '../../ui/IconButton.js';
|
|
36
|
-
import '../../color-
|
|
36
|
+
import '../../color-ab7e7bc7.js';
|
|
37
37
|
import '@sendbird/chat/groupChannel';
|
|
38
|
-
import '../../topics-
|
|
39
|
-
import '../../utils-
|
|
40
|
-
import '../../UserProfileContext-
|
|
41
|
-
import '../../ChannelProvider-
|
|
42
|
-
import '../../const-
|
|
43
|
-
import '../../compareIds-
|
|
38
|
+
import '../../topics-856bfe5f.js';
|
|
39
|
+
import '../../utils-de7adb0f.js';
|
|
40
|
+
import '../../UserProfileContext-feb55389.js';
|
|
41
|
+
import '../../ChannelProvider-9db7b4b0.js';
|
|
42
|
+
import '../../const-fca20435.js';
|
|
43
|
+
import '../../compareIds-5043693c.js';
|
|
44
44
|
import '@sendbird/chat/message';
|
|
45
|
-
import '../../consts-
|
|
46
|
-
import '../../resolvedReplyType-
|
|
45
|
+
import '../../consts-d2416e9d.js';
|
|
46
|
+
import '../../resolvedReplyType-30ab069f.js';
|
|
47
47
|
|
|
48
48
|
const ChannelPreview = _ref => {
|
|
49
49
|
var _sbState$stores, _sbState$stores$userS, _sbState$stores$userS2, _sbState$config, _sbState$config2, _channel$lastMessage, _channel$lastMessage2, _channel$lastMessage3, _channel$lastMessage4;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import { u as useLocalization, a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
+
import { u as useLocalization, a as LocalizationContext } from '../../LocalizationContext-e244eb89.js';
|
|
4
4
|
import ContextMenu, { MenuItems, MenuItem } from '../../ui/ContextMenu.js';
|
|
5
5
|
import IconButton from '../../ui/IconButton.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
|
-
import { n as noop } from '../../utils-
|
|
8
|
+
import { n as noop } from '../../utils-de7adb0f.js';
|
|
9
9
|
import Modal from '../../ui/Modal.js';
|
|
10
|
-
import { u as useChannelListContext } from '../../ChannelListProvider-
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
10
|
+
import { u as useChannelListContext } from '../../ChannelListProvider-cb4c1604.js';
|
|
11
|
+
import '../../stringSet-652ee695.js';
|
|
12
|
+
import '../../index-a569ea6e.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 '../../index-
|
|
19
|
+
import '../../index-19c89fe9.js';
|
|
20
20
|
import '../../withSendbird.js';
|
|
21
|
-
import '../../index-
|
|
21
|
+
import '../../index-f64beda8.js';
|
|
22
22
|
import '../../ui/Button.js';
|
|
23
|
-
import '../../MediaQueryContext-
|
|
23
|
+
import '../../MediaQueryContext-23d95940.js';
|
|
24
24
|
import '@sendbird/chat/groupChannel';
|
|
25
|
-
import '../../topics-
|
|
26
|
-
import '../../UserProfileContext-
|
|
25
|
+
import '../../topics-856bfe5f.js';
|
|
26
|
+
import '../../UserProfileContext-feb55389.js';
|
|
27
27
|
|
|
28
28
|
const LeaveChannel = props => {
|
|
29
29
|
var _useChannelListContex, _state$config, _state$config2;
|
package/ChannelList/context.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import '../_rollupPluginBabelHelpers-
|
|
1
|
+
import '../_rollupPluginBabelHelpers-bafb61ac.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@sendbird/chat/groupChannel';
|
|
4
|
-
export { C as ChannelListProvider, u as useChannelListContext } from '../ChannelListProvider-
|
|
5
|
-
import '../uuid-
|
|
6
|
-
import '../utils-
|
|
7
|
-
import '../UserProfileContext-
|
|
4
|
+
export { C as ChannelListProvider, u as useChannelListContext } from '../ChannelListProvider-cb4c1604.js';
|
|
5
|
+
import '../uuid-56142496.js';
|
|
6
|
+
import '../utils-de7adb0f.js';
|
|
7
|
+
import '../UserProfileContext-feb55389.js';
|
|
8
8
|
import '../useSendbirdStateContext.js';
|
|
9
|
-
import '../topics-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../topics-856bfe5f.js';
|
|
10
|
+
import '../index-6ad85ea4.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
import 'prop-types';
|
|
13
13
|
import '../withSendbird.js';
|
package/ChannelList.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { C as ChannelListProvider } from './ChannelListProvider-
|
|
2
|
+
import { C as ChannelListProvider } from './ChannelListProvider-cb4c1604.js';
|
|
3
3
|
import ChannelListUI from './ChannelList/components/ChannelListUI.js';
|
|
4
|
-
import './_rollupPluginBabelHelpers-
|
|
4
|
+
import './_rollupPluginBabelHelpers-bafb61ac.js';
|
|
5
5
|
import '@sendbird/chat/groupChannel';
|
|
6
|
-
import './topics-
|
|
7
|
-
import './uuid-
|
|
8
|
-
import './utils-
|
|
9
|
-
import './UserProfileContext-
|
|
6
|
+
import './topics-856bfe5f.js';
|
|
7
|
+
import './uuid-56142496.js';
|
|
8
|
+
import './utils-de7adb0f.js';
|
|
9
|
+
import './UserProfileContext-feb55389.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import './useSendbirdStateContext.js';
|
|
12
12
|
import './withSendbird.js';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-6ad85ea4.js';
|
|
14
14
|
import './utils/message/getOutgoingMessageState.js';
|
|
15
15
|
import './ChannelList/components/ChannelListHeader.js';
|
|
16
|
-
import './LocalizationContext-
|
|
17
|
-
import './stringSet-
|
|
18
|
-
import './index-
|
|
19
|
-
import './index-
|
|
16
|
+
import './LocalizationContext-e244eb89.js';
|
|
17
|
+
import './stringSet-652ee695.js';
|
|
18
|
+
import './index-a569ea6e.js';
|
|
19
|
+
import './index-19c89fe9.js';
|
|
20
20
|
import './ui/Avatar.js';
|
|
21
21
|
import './ui/ImageRenderer.js';
|
|
22
22
|
import './ui/Icon.js';
|
|
@@ -24,14 +24,14 @@ import './ChannelList/components/AddChannel.js';
|
|
|
24
24
|
import './ui/IconButton.js';
|
|
25
25
|
import './CreateChannel.js';
|
|
26
26
|
import './CreateChannel/components/CreateChannelUI.js';
|
|
27
|
-
import './CreateChannelProvider-
|
|
27
|
+
import './CreateChannelProvider-81c7d3d6.js';
|
|
28
28
|
import './sendbirdSelectors.js';
|
|
29
29
|
import './CreateChannel/components/InviteUsers.js';
|
|
30
30
|
import './ui/Modal.js';
|
|
31
31
|
import 'react-dom';
|
|
32
|
-
import './index-
|
|
32
|
+
import './index-f64beda8.js';
|
|
33
33
|
import './ui/Button.js';
|
|
34
|
-
import './MediaQueryContext-
|
|
34
|
+
import './MediaQueryContext-23d95940.js';
|
|
35
35
|
import './ui/UserListItem.js';
|
|
36
36
|
import './ui/MutedAvatarOverlay.js';
|
|
37
37
|
import './ui/Checkbox.js';
|
|
@@ -41,31 +41,31 @@ import './ui/SortByRow.js';
|
|
|
41
41
|
import './CreateChannel/components/SelectChannelType.js';
|
|
42
42
|
import './ChannelList/components/ChannelPreview.js';
|
|
43
43
|
import './ui/ChannelAvatar.js';
|
|
44
|
-
import './utils-
|
|
44
|
+
import './utils-4cb05152.js';
|
|
45
45
|
import './ui/Badge.js';
|
|
46
|
-
import './index-
|
|
47
|
-
import './index-
|
|
46
|
+
import './index-52ef886a.js';
|
|
47
|
+
import './index-2c656bc8.js';
|
|
48
48
|
import './ui/Loader.js';
|
|
49
|
-
import './index-
|
|
50
|
-
import './index-
|
|
49
|
+
import './index-d7ee84bd.js';
|
|
50
|
+
import './index-6e3d6cea.js';
|
|
51
51
|
import './ui/MentionUserLabel.js';
|
|
52
|
-
import './consts-
|
|
52
|
+
import './consts-24174019.js';
|
|
53
53
|
import './ui/TextButton.js';
|
|
54
|
-
import './color-
|
|
54
|
+
import './color-ab7e7bc7.js';
|
|
55
55
|
import './Channel/components/TypingIndicator.js';
|
|
56
|
-
import './ChannelProvider-
|
|
57
|
-
import './const-
|
|
58
|
-
import './compareIds-
|
|
56
|
+
import './ChannelProvider-9db7b4b0.js';
|
|
57
|
+
import './const-fca20435.js';
|
|
58
|
+
import './compareIds-5043693c.js';
|
|
59
59
|
import '@sendbird/chat/message';
|
|
60
|
-
import './consts-
|
|
61
|
-
import './resolvedReplyType-
|
|
62
|
-
import './useLongPress-
|
|
60
|
+
import './consts-d2416e9d.js';
|
|
61
|
+
import './resolvedReplyType-30ab069f.js';
|
|
62
|
+
import './useLongPress-bfd81b46.js';
|
|
63
63
|
import './ChannelList/components/ChannelPreviewAction.js';
|
|
64
64
|
import './EditUserProfile.js';
|
|
65
|
-
import './index-
|
|
65
|
+
import './index-f5c552d4.js';
|
|
66
66
|
import './ui/Input.js';
|
|
67
|
-
import './actionTypes-
|
|
68
|
-
import './index-
|
|
67
|
+
import './actionTypes-10a620c2.js';
|
|
68
|
+
import './index-abb1ce64.js';
|
|
69
69
|
|
|
70
70
|
const ChannelList = props => {
|
|
71
71
|
return /*#__PURE__*/React__default.createElement(ChannelListProvider, {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-bafb61ac.js';
|
|
2
2
|
import React__default, { useEffect, useReducer, useState, useMemo, useContext } from 'react';
|
|
3
3
|
import { GroupChannelHandler } from '@sendbird/chat/groupChannel';
|
|
4
|
-
import { P as PUBSUB_TOPICS } from './topics-
|
|
5
|
-
import { u as uuidv4 } from './uuid-
|
|
6
|
-
import { n as noop } from './utils-
|
|
7
|
-
import { U as UserProfileProvider } from './UserProfileContext-
|
|
4
|
+
import { P as PUBSUB_TOPICS } from './topics-856bfe5f.js';
|
|
5
|
+
import { u as uuidv4 } from './uuid-56142496.js';
|
|
6
|
+
import { n as noop } from './utils-de7adb0f.js';
|
|
7
|
+
import { U as UserProfileProvider } from './UserProfileContext-feb55389.js';
|
|
8
8
|
import useSendbirdStateContext from './useSendbirdStateContext.js';
|
|
9
|
-
import { f as filterChannelListParams, g as getChannelsWithUpsertedChannel } from './index-
|
|
9
|
+
import { f as filterChannelListParams, g as getChannelsWithUpsertedChannel } from './index-6ad85ea4.js';
|
|
10
10
|
|
|
11
11
|
const RESET_CHANNEL_LIST = 'RESET_CHANNEL_LIST';
|
|
12
12
|
const CREATE_CHANNEL = 'CREATE_CHANNEL';
|
|
@@ -964,4 +964,4 @@ function useChannelListContext() {
|
|
|
964
964
|
}
|
|
965
965
|
|
|
966
966
|
export { ChannelListProvider as C, FETCH_CHANNELS_START as F, LEAVE_CHANNEL_SUCCESS as L, SET_CURRENT_CHANNEL as S, FETCH_CHANNELS_SUCCESS as a, FETCH_CHANNELS_FAILURE as b, useChannelListContext as u };
|
|
967
|
-
//# sourceMappingURL=ChannelListProvider-
|
|
967
|
+
//# sourceMappingURL=ChannelListProvider-cb4c1604.js.map
|