@sendbird/uikit-react 3.6.11-beta.2 → 3.6.11-beta.3
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 +55 -55
- package/Channel/components/ChannelHeader.js +22 -22
- package/Channel/components/ChannelUI.js +48 -48
- package/Channel/components/FileViewer.js +18 -18
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +42 -42
- package/Channel/components/MessageInput.js +34 -34
- package/Channel/components/MessageList.js +43 -43
- package/Channel/components/RemoveMessageModal.js +22 -22
- package/Channel/components/SuggestedMentionList.js +20 -20
- package/Channel/components/TypingIndicator.js +18 -18
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +15 -15
- package/Channel/utils/compareMessagesForGrouping.js +7 -7
- package/Channel/utils/getMessagePartsInfo.js +8 -8
- package/Channel.js +48 -48
- package/ChannelList/components/AddChannel.js +16 -16
- package/ChannelList/components/ChannelListHeader.js +6 -6
- package/ChannelList/components/ChannelListUI.js +33 -33
- package/ChannelList/components/ChannelPreview.js +29 -29
- package/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/ChannelList/context.js +9 -9
- package/ChannelList.js +39 -34
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-1188e373.js → ChannelListProvider-f365e22f.js} +34 -21
- package/ChannelListProvider-f365e22f.js.map +1 -0
- package/{ChannelProvider-9de00431.js → ChannelProvider-6aedab94.js} +13 -13
- package/{ChannelProvider-9de00431.js.map → ChannelProvider-6aedab94.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +13 -13
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/ChannelSettings/components/EditDetailsModal.js +13 -13
- package/ChannelSettings/components/LeaveChannel.js +12 -12
- package/ChannelSettings/components/ModerationPanel.js +15 -15
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +14 -14
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +18 -18
- package/CreateChannel/components/CreateChannelUI.js +14 -14
- package/CreateChannel/components/InviteUsers.js +14 -14
- package/CreateChannel/components/SelectChannelType.js +11 -11
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +14 -14
- package/{CreateChannelProvider-a2fad282.js → CreateChannelProvider-0b4bc562.js} +1 -1
- package/{CreateChannelProvider-a2fad282.js.map → CreateChannelProvider-0b4bc562.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +11 -11
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-2463058b.js → LocalizationContext-5cbe4df3.js} +3 -3
- package/{LocalizationContext-2463058b.js.map → LocalizationContext-5cbe4df3.js.map} +1 -1
- package/{MediaQueryContext-e3429d12.js → MediaQueryContext-8fcfd909.js} +1 -1
- package/{MediaQueryContext-e3429d12.js.map → MediaQueryContext-8fcfd909.js.map} +1 -1
- package/{MemberList-593867cb.js → MemberList-d407bcd0.js} +6 -6
- package/{MemberList-593867cb.js.map → MemberList-d407bcd0.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +13 -13
- package/MessageSearch/context.js +1 -1
- package/MessageSearch.js +13 -13
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +20 -20
- package/OpenChannel/components/OpenChannelMessage.js +31 -31
- package/OpenChannel/components/OpenChannelMessageList.js +34 -34
- package/OpenChannel/components/OpenChannelUI.js +34 -34
- package/OpenChannel/context.js +8 -8
- package/OpenChannel.js +34 -34
- package/OpenChannelList/components/OpenChannelListUI.js +15 -15
- package/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/OpenChannelList/context.js +3 -3
- package/OpenChannelList.js +15 -15
- package/{OpenChannelListProvider-a0a09f0b.js → OpenChannelListProvider-40f481e4.js} +3 -3
- package/{OpenChannelListProvider-a0a09f0b.js.map → OpenChannelListProvider-40f481e4.js.map} +1 -1
- package/{OpenChannelProvider-3e4b8c8e.js → OpenChannelProvider-ca26866f.js} +7 -7
- package/{OpenChannelProvider-3e4b8c8e.js.map → OpenChannelProvider-ca26866f.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +14 -14
- package/OpenChannelSettings/components/OpenChannelProfile.js +14 -14
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/OpenChannelSettings/context.js +3 -3
- package/OpenChannelSettings.js +18 -18
- package/{RemoveMessageModal-9162aebe.js → RemoveMessageModal-db97f3f9.js} +5 -5
- package/{RemoveMessageModal-9162aebe.js.map → RemoveMessageModal-db97f3f9.js.map} +1 -1
- package/SendbirdProvider.js +17 -17
- package/Thread/components/ParentMessageInfo.js +38 -38
- package/Thread/components/ParentMessageInfoItem.js +25 -25
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +42 -42
- package/Thread/components/ThreadListItem.js +42 -42
- package/Thread/components/ThreadMessageInput.js +34 -34
- package/Thread/components/ThreadUI.js +47 -47
- package/Thread/context.js +12 -12
- package/Thread.js +47 -47
- package/{ThreadProvider-9a3b145f.js → ThreadProvider-b5a2ad03.js} +9 -9
- package/{ThreadProvider-9a3b145f.js.map → ThreadProvider-b5a2ad03.js.map} +1 -1
- package/{UserProfileContext-4ae968eb.js → UserProfileContext-5b8c391a.js} +1 -1
- package/{UserProfileContext-4ae968eb.js.map → UserProfileContext-5b8c391a.js.map} +1 -1
- package/VoicePlayer/context.js +3 -3
- package/VoicePlayer/useVoicePlayer.js +11 -11
- package/VoiceRecorder/context.js +11 -11
- package/VoiceRecorder/useVoiceRecorder.js +10 -10
- package/{WebAudioUtils-f9386235.js → WebAudioUtils-e85ef476.js} +2 -2
- package/{WebAudioUtils-f9386235.js.map → WebAudioUtils-e85ef476.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-50c9576f.js → _rollupPluginBabelHelpers-ef032169.js} +1 -1
- package/_rollupPluginBabelHelpers-ef032169.js.map +1 -0
- package/{actionTypes-501b8c11.js → actionTypes-d32207ad.js} +1 -1
- package/{actionTypes-501b8c11.js.map → actionTypes-d32207ad.js.map} +1 -1
- package/cjs/App.js +55 -55
- package/cjs/Channel/components/ChannelHeader.js +22 -22
- package/cjs/Channel/components/ChannelUI.js +48 -48
- package/cjs/Channel/components/FileViewer.js +18 -18
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +42 -42
- package/cjs/Channel/components/MessageInput.js +34 -34
- package/cjs/Channel/components/MessageList.js +43 -43
- package/cjs/Channel/components/RemoveMessageModal.js +22 -22
- package/cjs/Channel/components/SuggestedMentionList.js +20 -20
- package/cjs/Channel/components/TypingIndicator.js +18 -18
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +15 -15
- package/cjs/Channel/utils/compareMessagesForGrouping.js +7 -7
- package/cjs/Channel/utils/getMessagePartsInfo.js +8 -8
- package/cjs/Channel.js +48 -48
- package/cjs/ChannelList/components/AddChannel.js +16 -16
- package/cjs/ChannelList/components/ChannelListHeader.js +6 -6
- package/cjs/ChannelList/components/ChannelListUI.js +33 -33
- package/cjs/ChannelList/components/ChannelPreview.js +29 -29
- package/cjs/ChannelList/components/ChannelPreviewAction.js +15 -15
- package/cjs/ChannelList/context.js +9 -9
- package/cjs/ChannelList.js +39 -34
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-e55e6242.js → ChannelListProvider-bb62fccb.js} +34 -21
- package/cjs/ChannelListProvider-bb62fccb.js.map +1 -0
- package/cjs/{ChannelProvider-6fa73019.js → ChannelProvider-b225ab76.js} +13 -13
- package/cjs/{ChannelProvider-6fa73019.js.map → ChannelProvider-b225ab76.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +13 -13
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/ChannelSettings/components/LeaveChannel.js +12 -12
- package/cjs/ChannelSettings/components/ModerationPanel.js +15 -15
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +14 -14
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +18 -18
- package/cjs/CreateChannel/components/CreateChannelUI.js +14 -14
- package/cjs/CreateChannel/components/InviteUsers.js +14 -14
- package/cjs/CreateChannel/components/SelectChannelType.js +11 -11
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +14 -14
- package/cjs/{CreateChannelProvider-8b8a557c.js → CreateChannelProvider-7c5b1342.js} +1 -1
- package/cjs/{CreateChannelProvider-8b8a557c.js.map → CreateChannelProvider-7c5b1342.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +11 -11
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +11 -11
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-482c1343.js → LocalizationContext-c223b781.js} +3 -3
- package/cjs/{LocalizationContext-482c1343.js.map → LocalizationContext-c223b781.js.map} +1 -1
- package/cjs/{MediaQueryContext-73aac8cf.js → MediaQueryContext-ccb12e3d.js} +1 -1
- package/cjs/{MediaQueryContext-73aac8cf.js.map → MediaQueryContext-ccb12e3d.js.map} +1 -1
- package/cjs/{MemberList-26b8de48.js → MemberList-ee792073.js} +6 -6
- package/cjs/{MemberList-26b8de48.js.map → MemberList-ee792073.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +13 -13
- package/cjs/MessageSearch/context.js +1 -1
- package/cjs/MessageSearch.js +13 -13
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +20 -20
- package/cjs/OpenChannel/components/OpenChannelMessage.js +31 -31
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +34 -34
- package/cjs/OpenChannel/components/OpenChannelUI.js +34 -34
- package/cjs/OpenChannel/context.js +8 -8
- package/cjs/OpenChannel.js +34 -34
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +15 -15
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +3 -3
- package/cjs/OpenChannelList/context.js +3 -3
- package/cjs/OpenChannelList.js +15 -15
- package/cjs/{OpenChannelListProvider-2e3ee48d.js → OpenChannelListProvider-d9f4a5b4.js} +3 -3
- package/cjs/{OpenChannelListProvider-2e3ee48d.js.map → OpenChannelListProvider-d9f4a5b4.js.map} +1 -1
- package/cjs/{OpenChannelProvider-8577ea58.js → OpenChannelProvider-30a24b84.js} +7 -7
- package/cjs/{OpenChannelProvider-8577ea58.js.map → OpenChannelProvider-30a24b84.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +14 -14
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +14 -14
- package/cjs/OpenChannelSettings/components/OpenChannelSettingsUI.js +18 -18
- package/cjs/OpenChannelSettings/components/OperatorUI.js +17 -17
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +15 -15
- package/cjs/OpenChannelSettings/context.js +3 -3
- package/cjs/OpenChannelSettings.js +18 -18
- package/cjs/{RemoveMessageModal-dfeeb36a.js → RemoveMessageModal-4dd9431b.js} +5 -5
- package/cjs/{RemoveMessageModal-dfeeb36a.js.map → RemoveMessageModal-4dd9431b.js.map} +1 -1
- package/cjs/SendbirdProvider.js +17 -17
- package/cjs/Thread/components/ParentMessageInfo.js +38 -38
- package/cjs/Thread/components/ParentMessageInfoItem.js +25 -25
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +42 -42
- package/cjs/Thread/components/ThreadListItem.js +42 -42
- package/cjs/Thread/components/ThreadMessageInput.js +34 -34
- package/cjs/Thread/components/ThreadUI.js +47 -47
- package/cjs/Thread/context.js +12 -12
- package/cjs/Thread.js +47 -47
- package/cjs/{ThreadProvider-8b0cf491.js → ThreadProvider-43c54d9b.js} +9 -9
- package/cjs/{ThreadProvider-8b0cf491.js.map → ThreadProvider-43c54d9b.js.map} +1 -1
- package/cjs/{UserProfileContext-fa8d0383.js → UserProfileContext-d59fe64f.js} +1 -1
- package/cjs/{UserProfileContext-fa8d0383.js.map → UserProfileContext-d59fe64f.js.map} +1 -1
- package/cjs/VoicePlayer/context.js +3 -3
- package/cjs/VoicePlayer/useVoicePlayer.js +11 -11
- package/cjs/VoiceRecorder/context.js +11 -11
- package/cjs/VoiceRecorder/useVoiceRecorder.js +10 -10
- package/cjs/{WebAudioUtils-142344fd.js → WebAudioUtils-dad5a0b9.js} +2 -2
- package/cjs/{WebAudioUtils-142344fd.js.map → WebAudioUtils-dad5a0b9.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-83d7e84b.js → _rollupPluginBabelHelpers-4693667a.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-4693667a.js.map +1 -0
- package/cjs/{actionTypes-1d118952.js → actionTypes-5e5d1266.js} +1 -1
- package/cjs/{actionTypes-1d118952.js.map → actionTypes-5e5d1266.js.map} +1 -1
- package/cjs/{color-d83b77ac.js → color-5fe1a19c.js} +1 -1
- package/cjs/{color-d83b77ac.js.map → color-5fe1a19c.js.map} +1 -1
- package/cjs/{compareIds-bef997cb.js → compareIds-02121052.js} +1 -1
- package/cjs/{compareIds-bef997cb.js.map → compareIds-02121052.js.map} +1 -1
- package/cjs/{const-67ff9e34.js → const-2044f15a.js} +1 -1
- package/cjs/{const-67ff9e34.js.map → const-2044f15a.js.map} +1 -1
- package/cjs/{const-1726bde0.js → const-796fc77a.js} +1 -1
- package/cjs/{const-1726bde0.js.map → const-796fc77a.js.map} +1 -1
- package/cjs/{consts-d3b53f23.js → consts-14256e43.js} +1 -1
- package/cjs/{consts-d3b53f23.js.map → consts-14256e43.js.map} +1 -1
- package/cjs/{consts-fb07c671.js → consts-240f7639.js} +1 -1
- package/cjs/{consts-fb07c671.js.map → consts-240f7639.js.map} +1 -1
- package/cjs/{consts-bf228385.js → consts-f2c42e3a.js} +1 -1
- package/cjs/{consts-bf228385.js.map → consts-f2c42e3a.js.map} +1 -1
- package/cjs/{consts-b018b1ed.js → consts-faf545e7.js} +1 -1
- package/cjs/{consts-b018b1ed.js.map → consts-faf545e7.js.map} +1 -1
- package/cjs/{context-bd2878ff.js → context-8af95992.js} +2 -2
- package/cjs/{context-bd2878ff.js.map → context-8af95992.js.map} +1 -1
- package/cjs/dist/index.css +94 -94
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-d04f312e.js → index-00aa7289.js} +1 -1
- package/cjs/{index-d04f312e.js.map → index-00aa7289.js.map} +1 -1
- package/cjs/{index-7c374c20.js → index-14572b37.js} +2 -2
- package/cjs/{index-7c374c20.js.map → index-14572b37.js.map} +1 -1
- package/cjs/{index-1a9fdbb4.js → index-154b368d.js} +7 -7
- package/cjs/{index-1a9fdbb4.js.map → index-154b368d.js.map} +1 -1
- package/cjs/{index-2ab19f9b.js → index-1914edda.js} +4 -4
- package/cjs/{index-2ab19f9b.js.map → index-1914edda.js.map} +1 -1
- package/cjs/{index-1f6b30ea.js → index-2e84e87d.js} +3 -3
- package/cjs/{index-1f6b30ea.js.map → index-2e84e87d.js.map} +1 -1
- package/cjs/{index-18720f0d.js → index-46bcc5b2.js} +2 -2
- package/cjs/{index-18720f0d.js.map → index-46bcc5b2.js.map} +1 -1
- package/cjs/{index-81baccd0.js → index-5c7818e3.js} +4 -4
- package/cjs/{index-81baccd0.js.map → index-5c7818e3.js.map} +1 -1
- package/cjs/{index-fbe9cc73.js → index-73a1cca8.js} +3 -3
- package/cjs/{index-fbe9cc73.js.map → index-73a1cca8.js.map} +1 -1
- package/cjs/{index-11f9cc0f.js → index-7b61bfbc.js} +3 -3
- package/cjs/{index-11f9cc0f.js.map → index-7b61bfbc.js.map} +1 -1
- package/cjs/{index-cbcacbee.js → index-7c4a1c63.js} +1 -1
- package/cjs/{index-cbcacbee.js.map → index-7c4a1c63.js.map} +1 -1
- package/cjs/{index-857630c5.js → index-84f919de.js} +9 -9
- package/cjs/{index-857630c5.js.map → index-84f919de.js.map} +1 -1
- package/cjs/{index-8ec12d1d.js → index-8cc5f0ba.js} +6 -6
- package/cjs/{index-8ec12d1d.js.map → index-8cc5f0ba.js.map} +1 -1
- package/cjs/{index-91b4af96.js → index-933397f2.js} +4 -4
- package/cjs/{index-91b4af96.js.map → index-933397f2.js.map} +1 -1
- package/cjs/{index-56a25735.js → index-a085d7e2.js} +5 -5
- package/cjs/{index-56a25735.js.map → index-a085d7e2.js.map} +1 -1
- package/cjs/{index-c9b003b3.js → index-aaa23e06.js} +2 -2
- package/cjs/{index-c9b003b3.js.map → index-aaa23e06.js.map} +1 -1
- package/cjs/{index-4eb7e2b5.js → index-c8592ba1.js} +2 -2
- package/cjs/{index-4eb7e2b5.js.map → index-c8592ba1.js.map} +1 -1
- package/cjs/{index-759f2a26.js → index-d0755040.js} +4 -4
- package/cjs/{index-759f2a26.js.map → index-d0755040.js.map} +1 -1
- package/cjs/{index-4b5a006d.js → index-d2b3d08f.js} +5 -5
- package/cjs/{index-4b5a006d.js.map → index-d2b3d08f.js.map} +1 -1
- package/cjs/{index-6ab9a40d.js → index-d58de514.js} +2 -2
- package/cjs/{index-6ab9a40d.js.map → index-d58de514.js.map} +1 -1
- package/cjs/{index-e9ac5ae1.js → index-e722362c.js} +4 -4
- package/cjs/{index-e9ac5ae1.js.map → index-e722362c.js.map} +1 -1
- package/cjs/{index-7f41c4b6.js → index-ffcf63bb.js} +3 -3
- package/cjs/{index-7f41c4b6.js.map → index-ffcf63bb.js.map} +1 -1
- package/cjs/index.js +59 -59
- package/cjs/{index.module-a24e9cd7.js → index.module-223a3af8.js} +1 -1
- package/cjs/{index.module-a24e9cd7.js.map → index.module-223a3af8.js.map} +1 -1
- package/cjs/package.json +1 -1
- package/cjs/{resolvedReplyType-85b4bd7c.js → resolvedReplyType-6d095a63.js} +1 -1
- package/cjs/{resolvedReplyType-85b4bd7c.js.map → resolvedReplyType-6d095a63.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +4 -3
- package/cjs/sendbirdSelectors.js.map +1 -1
- package/cjs/{stringFormatterUtils-8d6592ca.js → stringFormatterUtils-f768db2f.js} +3 -3
- package/cjs/{stringFormatterUtils-8d6592ca.js.map → stringFormatterUtils-f768db2f.js.map} +1 -1
- package/cjs/{stringSet-d00535a5.js → stringSet-286c9fb2.js} +1 -1
- package/cjs/{stringSet-d00535a5.js.map → stringSet-286c9fb2.js.map} +1 -1
- package/cjs/{tokenize-9296fc47.js → tokenize-d4732550.js} +2 -2
- package/cjs/{tokenize-9296fc47.js.map → tokenize-d4732550.js.map} +1 -1
- package/cjs/{topics-adde627b.js → topics-df8731af.js} +1 -1
- package/cjs/{topics-adde627b.js.map → topics-df8731af.js.map} +1 -1
- package/cjs/{types-0b5148cb.js → types-7b6072a7.js} +1 -1
- package/cjs/{types-0b5148cb.js.map → types-7b6072a7.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 +4 -4
- 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 +6 -6
- package/cjs/ui/DateSeparator.js +3 -3
- package/cjs/ui/EmojiReactions.js +14 -14
- package/cjs/ui/FileMessageItemBody.js +7 -7
- package/cjs/ui/FileViewer.js +12 -12
- 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 +11 -11
- package/cjs/ui/MentionUserLabel.js +1 -1
- package/cjs/ui/MessageContent.js +31 -31
- package/cjs/ui/MessageInput/hooks/usePaste.js +4 -4
- package/cjs/ui/MessageInput.js +14 -14
- package/cjs/ui/MessageItemMenu.js +9 -9
- package/cjs/ui/MessageItemReactionMenu.js +9 -9
- package/cjs/ui/MessageSearchFileItem.js +12 -12
- package/cjs/ui/MessageSearchItem.js +8 -8
- package/cjs/ui/MessageStatus.js +11 -11
- package/cjs/ui/Modal.js +9 -9
- 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 +16 -16
- package/cjs/ui/OpenchannelOGMessage.js +18 -18
- package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
- package/cjs/ui/OpenchannelUserMessage.js +16 -16
- package/cjs/ui/PlaceHolder.js +5 -5
- package/cjs/ui/PlaybackTime.js +2 -2
- package/cjs/ui/QuoteMessage.js +8 -8
- package/cjs/ui/QuoteMessageInput.js +8 -8
- 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 +7 -7
- package/cjs/ui/Toggle.js +1 -1
- package/cjs/ui/Tooltip.js +2 -2
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/VoiceMessageItemBody.js +11 -11
- package/cjs/ui/VoiceMessgeInput.js +7 -7
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useHandleUploadFiles-b2fc56e5.js → useHandleUploadFiles-08fadd6f.js} +10 -10
- package/cjs/{useHandleUploadFiles-b2fc56e5.js.map → useHandleUploadFiles-08fadd6f.js.map} +1 -1
- package/cjs/{useLongPress-1c0f4696.js → useLongPress-233f8ca8.js} +3 -3
- package/cjs/{useLongPress-1c0f4696.js.map → useLongPress-233f8ca8.js.map} +1 -1
- package/cjs/{useSendMultipleFilesMessage-81cdc9d0.js → useSendMultipleFilesMessage-5c5cab5f.js} +4 -4
- package/cjs/{useSendMultipleFilesMessage-81cdc9d0.js.map → useSendMultipleFilesMessage-5c5cab5f.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +3 -3
- package/cjs/{utils-5bfb4516.js → utils-013de0ea.js} +1 -1
- package/cjs/{utils-5bfb4516.js.map → utils-013de0ea.js.map} +1 -1
- package/cjs/{utils-68aa6bf6.js → utils-1cab5821.js} +4 -4
- package/cjs/{utils-68aa6bf6.js.map → utils-1cab5821.js.map} +1 -1
- package/cjs/{utils-b34d4e2c.js → utils-576a3067.js} +2 -2
- package/cjs/{utils-b34d4e2c.js.map → utils-576a3067.js.map} +1 -1
- package/cjs/{utils-991911af.js → utils-6dd678d6.js} +1 -1
- package/cjs/{utils-991911af.js.map → utils-6dd678d6.js.map} +1 -1
- package/cjs/{utils-c47c68b1.js → utils-89a0ca39.js} +1 -1
- package/cjs/{utils-c47c68b1.js.map → utils-89a0ca39.js.map} +1 -1
- package/cjs/{utils-418b4438.js → utils-c2d36ac9.js} +3 -3
- package/cjs/{utils-418b4438.js.map → utils-c2d36ac9.js.map} +1 -1
- package/cjs/{uuid-b2806cf5.js → uuid-dee72498.js} +1 -1
- package/cjs/{uuid-b2806cf5.js.map → uuid-dee72498.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-b7f211a8.js → color-e8886e80.js} +1 -1
- package/{color-b7f211a8.js.map → color-e8886e80.js.map} +1 -1
- package/{compareIds-8ed6e36a.js → compareIds-e6958df7.js} +1 -1
- package/{compareIds-8ed6e36a.js.map → compareIds-e6958df7.js.map} +1 -1
- package/{const-74ec9eb4.js → const-264270af.js} +1 -1
- package/{const-74ec9eb4.js.map → const-264270af.js.map} +1 -1
- package/{const-711048c3.js → const-997b7e92.js} +1 -1
- package/{const-711048c3.js.map → const-997b7e92.js.map} +1 -1
- package/{consts-eb77e905.js → consts-0808a594.js} +1 -1
- package/{consts-eb77e905.js.map → consts-0808a594.js.map} +1 -1
- package/{consts-691a3935.js → consts-2144a35b.js} +1 -1
- package/{consts-691a3935.js.map → consts-2144a35b.js.map} +1 -1
- package/{consts-6ee24012.js → consts-3e2a0b41.js} +1 -1
- package/{consts-6ee24012.js.map → consts-3e2a0b41.js.map} +1 -1
- package/{consts-675764c9.js → consts-6a76be86.js} +1 -1
- package/{consts-675764c9.js.map → consts-6a76be86.js.map} +1 -1
- package/{context-b4c70964.js → context-a2108ea4.js} +2 -2
- package/{context-b4c70964.js.map → context-a2108ea4.js.map} +1 -1
- package/dist/index.css +94 -94
- package/dist/index.css.map +1 -1
- package/{index-daa3ae67.js → index-0bbeff0d.js} +2 -2
- package/{index-daa3ae67.js.map → index-0bbeff0d.js.map} +1 -1
- package/{index-b22c4150.js → index-137fbab9.js} +2 -2
- package/{index-b22c4150.js.map → index-137fbab9.js.map} +1 -1
- package/{index-3530f4f6.js → index-2ac3fe5b.js} +4 -4
- package/{index-3530f4f6.js.map → index-2ac3fe5b.js.map} +1 -1
- package/{index-c421b228.js → index-35c34277.js} +9 -9
- package/{index-c421b228.js.map → index-35c34277.js.map} +1 -1
- package/{index-5cb32ab5.js → index-3c2e063e.js} +3 -3
- package/{index-5cb32ab5.js.map → index-3c2e063e.js.map} +1 -1
- package/{index-e15f6b6a.js → index-4214d5e5.js} +3 -3
- package/{index-e15f6b6a.js.map → index-4214d5e5.js.map} +1 -1
- package/{index-98887e8d.js → index-4f2e8b24.js} +1 -1
- package/{index-98887e8d.js.map → index-4f2e8b24.js.map} +1 -1
- package/{index-7b7478f5.js → index-4f3b01f7.js} +5 -5
- package/{index-7b7478f5.js.map → index-4f3b01f7.js.map} +1 -1
- package/{index-d99155f7.js → index-58e190df.js} +4 -4
- package/{index-d99155f7.js.map → index-58e190df.js.map} +1 -1
- package/{index-7946293f.js → index-91b8ea75.js} +6 -6
- package/{index-7946293f.js.map → index-91b8ea75.js.map} +1 -1
- package/{index-ae7ef8cf.js → index-ac325b55.js} +4 -4
- package/{index-ae7ef8cf.js.map → index-ac325b55.js.map} +1 -1
- package/{index-7700a436.js → index-c9a60ebd.js} +1 -1
- package/{index-7700a436.js.map → index-c9a60ebd.js.map} +1 -1
- package/{index-aa520474.js → index-cd36caca.js} +2 -2
- package/{index-aa520474.js.map → index-cd36caca.js.map} +1 -1
- package/{index-60a7bf91.js → index-cd3a8abb.js} +5 -5
- package/{index-60a7bf91.js.map → index-cd3a8abb.js.map} +1 -1
- package/{index-128523eb.js → index-dc0853cb.js} +3 -3
- package/{index-128523eb.js.map → index-dc0853cb.js.map} +1 -1
- package/{index-98138798.js → index-df44531d.js} +2 -2
- package/{index-98138798.js.map → index-df44531d.js.map} +1 -1
- package/{index-82178c6a.js → index-e2382507.js} +7 -7
- package/{index-82178c6a.js.map → index-e2382507.js.map} +1 -1
- package/{index-5d6a0f12.js → index-e7cbecf4.js} +3 -3
- package/{index-5d6a0f12.js.map → index-e7cbecf4.js.map} +1 -1
- package/{index-b25ffa7e.js → index-f14314d9.js} +4 -4
- package/{index-b25ffa7e.js.map → index-f14314d9.js.map} +1 -1
- package/{index-8a01c364.js → index-f27e3f26.js} +4 -4
- package/{index-8a01c364.js.map → index-f27e3f26.js.map} +1 -1
- package/{index-13401b87.js → index-f8b1f2fd.js} +2 -2
- package/{index-13401b87.js.map → index-f8b1f2fd.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +59 -59
- package/{index.module-60af77d3.js → index.module-74c51bef.js} +1 -1
- package/{index.module-60af77d3.js.map → index.module-74c51bef.js.map} +1 -1
- package/package.json +1 -1
- package/{resolvedReplyType-1a128514.js → resolvedReplyType-9e0d7d55.js} +1 -1
- package/{resolvedReplyType-1a128514.js.map → resolvedReplyType-9e0d7d55.js.map} +1 -1
- package/sendbirdSelectors.js +4 -3
- package/sendbirdSelectors.js.map +1 -1
- package/{stringFormatterUtils-dbad592d.js → stringFormatterUtils-1656fed9.js} +3 -3
- package/{stringFormatterUtils-dbad592d.js.map → stringFormatterUtils-1656fed9.js.map} +1 -1
- package/{stringSet-2814bf17.js → stringSet-2ab6570e.js} +1 -1
- package/{stringSet-2814bf17.js.map → stringSet-2ab6570e.js.map} +1 -1
- package/{tokenize-4b153552.js → tokenize-25f71231.js} +2 -2
- package/{tokenize-4b153552.js.map → tokenize-25f71231.js.map} +1 -1
- package/{topics-5659403d.js → topics-baecd5b0.js} +1 -1
- package/{topics-5659403d.js.map → topics-baecd5b0.js.map} +1 -1
- package/{types-89092633.js → types-76bdfba5.js} +1 -1
- package/{types-89092633.js.map → types-76bdfba5.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 +4 -4
- package/ui/Button.js +2 -2
- package/ui/ChannelAvatar.js +2 -2
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +6 -6
- package/ui/DateSeparator.js +3 -3
- package/ui/EmojiReactions.js +14 -14
- package/ui/FileMessageItemBody.js +7 -7
- package/ui/FileViewer.js +12 -12
- 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 +11 -11
- package/ui/MentionUserLabel.js +1 -1
- package/ui/MessageContent.js +31 -31
- package/ui/MessageInput/hooks/usePaste.js +4 -4
- package/ui/MessageInput.js +14 -14
- package/ui/MessageItemMenu.js +9 -9
- package/ui/MessageItemReactionMenu.js +9 -9
- package/ui/MessageSearchFileItem.js +12 -12
- package/ui/MessageSearchItem.js +8 -8
- package/ui/MessageStatus.js +11 -11
- package/ui/Modal.js +9 -9
- 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 +16 -16
- package/ui/OpenchannelOGMessage.js +18 -18
- package/ui/OpenchannelThumbnailMessage.js +15 -15
- package/ui/OpenchannelUserMessage.js +16 -16
- package/ui/PlaceHolder.js +5 -5
- package/ui/PlaybackTime.js +2 -2
- package/ui/QuoteMessage.js +8 -8
- package/ui/QuoteMessageInput.js +8 -8
- 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 +7 -7
- package/ui/Toggle.js +1 -1
- package/ui/Tooltip.js +2 -2
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +9 -9
- package/ui/VoiceMessageItemBody.js +11 -11
- package/ui/VoiceMessgeInput.js +7 -7
- package/ui/Word.js +11 -11
- package/{useHandleUploadFiles-406a6c9c.js → useHandleUploadFiles-8134431f.js} +10 -10
- package/{useHandleUploadFiles-406a6c9c.js.map → useHandleUploadFiles-8134431f.js.map} +1 -1
- package/{useLongPress-5e1ad951.js → useLongPress-eb0dfa7a.js} +3 -3
- package/{useLongPress-5e1ad951.js.map → useLongPress-eb0dfa7a.js.map} +1 -1
- package/{useSendMultipleFilesMessage-a3a2c84b.js → useSendMultipleFilesMessage-c351cca7.js} +4 -4
- package/{useSendMultipleFilesMessage-a3a2c84b.js.map → useSendMultipleFilesMessage-c351cca7.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +3 -3
- package/{utils-407da489.js → utils-1babe991.js} +1 -1
- package/{utils-407da489.js.map → utils-1babe991.js.map} +1 -1
- package/{utils-ebf008e2.js → utils-9f1492f3.js} +1 -1
- package/{utils-ebf008e2.js.map → utils-9f1492f3.js.map} +1 -1
- package/{utils-0c22998a.js → utils-c6ec2848.js} +4 -4
- package/{utils-0c22998a.js.map → utils-c6ec2848.js.map} +1 -1
- package/{utils-7cc92ac2.js → utils-d558dc74.js} +1 -1
- package/{utils-7cc92ac2.js.map → utils-d558dc74.js.map} +1 -1
- package/{utils-b97d5113.js → utils-d6b42051.js} +3 -3
- package/{utils-b97d5113.js.map → utils-d6b42051.js.map} +1 -1
- package/{utils-cae84d8a.js → utils-e6c58e2d.js} +2 -2
- package/{utils-cae84d8a.js.map → utils-e6c58e2d.js.map} +1 -1
- package/{uuid-16373bba.js → uuid-94f10232.js} +1 -1
- package/{uuid-16373bba.js.map → uuid-94f10232.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelListProvider-1188e373.js.map +0 -1
- package/_rollupPluginBabelHelpers-50c9576f.js.map +0 -1
- package/cjs/ChannelListProvider-e55e6242.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-83d7e84b.js.map +0 -1
package/ui/OGMessageItemBody.js
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import React__default, { useRef, useContext, useMemo } from 'react';
|
|
2
2
|
import ImageRenderer from './ImageRenderer.js';
|
|
3
3
|
import Icon, { IconTypes } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { m as getClassName, E as isEditedMessage } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import { T as TextFragment } from '../index-
|
|
8
|
-
import { t as tokenizeMessage } from '../tokenize-
|
|
9
|
-
import { O as OG_MESSAGE_BODY_CLASSNAME } from '../consts-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
5
|
+
import { m as getClassName, E as isEditedMessage } from '../index-e7cbecf4.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-5cbe4df3.js';
|
|
7
|
+
import { T as TextFragment } from '../index-ac325b55.js';
|
|
8
|
+
import { t as tokenizeMessage } from '../tokenize-25f71231.js';
|
|
9
|
+
import { O as OG_MESSAGE_BODY_CLASSNAME } from '../consts-3e2a0b41.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
+
import '../stringSet-2ab6570e.js';
|
|
12
|
+
import '../_rollupPluginBabelHelpers-ef032169.js';
|
|
13
13
|
import '../utils/message/getOutgoingMessageState.js';
|
|
14
|
-
import '../index.module-
|
|
15
|
-
import '../index-
|
|
14
|
+
import '../index.module-74c51bef.js';
|
|
15
|
+
import '../index-c9a60ebd.js';
|
|
16
16
|
import '../Message/context.js';
|
|
17
17
|
import './MentionLabel.js';
|
|
18
18
|
import './ContextMenu.js';
|
|
19
19
|
import 'react-dom';
|
|
20
20
|
import './SortByRow.js';
|
|
21
|
-
import '../uuid-
|
|
21
|
+
import '../uuid-94f10232.js';
|
|
22
22
|
import './UserProfile.js';
|
|
23
|
-
import '../UserProfileContext-
|
|
23
|
+
import '../UserProfileContext-5b8c391a.js';
|
|
24
24
|
import '../sendbirdSelectors.js';
|
|
25
|
-
import '../topics-
|
|
26
|
-
import '../utils-
|
|
25
|
+
import '../topics-baecd5b0.js';
|
|
26
|
+
import '../utils-1babe991.js';
|
|
27
27
|
import './Avatar.js';
|
|
28
28
|
import './Button.js';
|
|
29
29
|
import '../useSendbirdStateContext.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-2ab6570e.js';
|
|
5
5
|
|
|
6
6
|
function OpenChannelAdminMessage(_ref) {
|
|
7
7
|
let {
|
package/ui/OpenChannelAvatar.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
-
import { b as getOpenChannelAvatar } from '../utils-
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-5cbe4df3.js';
|
|
4
|
+
import { b as getOpenChannelAvatar } from '../utils-9f1492f3.js';
|
|
5
5
|
import './ImageRenderer.js';
|
|
6
6
|
import './Icon.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../uuid-
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
8
|
+
import '../uuid-94f10232.js';
|
|
9
|
+
import '../stringSet-2ab6570e.js';
|
|
10
|
+
import '../index-c9a60ebd.js';
|
|
11
11
|
|
|
12
12
|
function ChannelAvatar(_ref) {
|
|
13
13
|
let {
|
|
@@ -2,14 +2,14 @@ import React__default, { useContext } from 'react';
|
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-5cbe4df3.js';
|
|
7
7
|
import './ImageRenderer.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../uuid-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
9
|
+
import '../uuid-94f10232.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-ef032169.js';
|
|
11
|
+
import '../stringSet-2ab6570e.js';
|
|
12
|
+
import '../index-c9a60ebd.js';
|
|
13
13
|
|
|
14
14
|
function OpenchannelConversationHeader(_ref) {
|
|
15
15
|
let {
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-ef032169.js';
|
|
2
2
|
import React__default, { useRef, useContext, useState } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-0bbeff0d.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
7
7
|
import Loader from './Loader.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
9
9
|
import IconButton from './IconButton.js';
|
|
10
10
|
import TextButton from './TextButton.js';
|
|
11
11
|
import UserProfile from './UserProfile.js';
|
|
12
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
13
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
14
|
-
import { g as getSenderFromMessage, b as isFineResend, s as showMenuTrigger, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-
|
|
15
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
16
|
-
import { u as useLongPress } from '../useLongPress-
|
|
17
|
-
import '../index-
|
|
12
|
+
import { a as UserProfileContext } from '../UserProfileContext-5b8c391a.js';
|
|
13
|
+
import { u as useLocalization } from '../LocalizationContext-5cbe4df3.js';
|
|
14
|
+
import { g as getSenderFromMessage, b as isFineResend, s as showMenuTrigger, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-df44531d.js';
|
|
15
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-8fcfd909.js';
|
|
16
|
+
import { u as useLongPress } from '../useLongPress-eb0dfa7a.js';
|
|
17
|
+
import '../index-c9a60ebd.js';
|
|
18
18
|
import './ImageRenderer.js';
|
|
19
19
|
import 'prop-types';
|
|
20
|
-
import '../uuid-
|
|
20
|
+
import '../uuid-94f10232.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../index-
|
|
23
|
+
import '../index-e7cbecf4.js';
|
|
24
24
|
import '../utils/message/getOutgoingMessageState.js';
|
|
25
|
-
import '../index.module-
|
|
26
|
-
import '../stringSet-
|
|
27
|
-
import '../color-
|
|
25
|
+
import '../index.module-74c51bef.js';
|
|
26
|
+
import '../stringSet-2ab6570e.js';
|
|
27
|
+
import '../color-e8886e80.js';
|
|
28
28
|
import '../sendbirdSelectors.js';
|
|
29
|
-
import '../topics-
|
|
30
|
-
import '../utils-
|
|
29
|
+
import '../topics-baecd5b0.js';
|
|
30
|
+
import '../utils-1babe991.js';
|
|
31
31
|
import './Button.js';
|
|
32
32
|
import '../useSendbirdStateContext.js';
|
|
33
33
|
import '../withSendbird.js';
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-ef032169.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-0bbeff0d.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
8
|
import ImageRenderer from './ImageRenderer.js';
|
|
9
9
|
import LinkLabel from './LinkLabel.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import UserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { u as uuidv4 } from '../uuid-
|
|
15
|
-
import { c as copyToClipboard } from '../utils-
|
|
16
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
17
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-
|
|
18
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
19
|
-
import { u as useLongPress } from '../useLongPress-
|
|
20
|
-
import { T as TextFragment } from '../index-
|
|
21
|
-
import { t as tokenizeMessage } from '../tokenize-
|
|
22
|
-
import '../index-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-5b8c391a.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-94f10232.js';
|
|
15
|
+
import { c as copyToClipboard } from '../utils-d558dc74.js';
|
|
16
|
+
import { u as useLocalization } from '../LocalizationContext-5cbe4df3.js';
|
|
17
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-df44531d.js';
|
|
18
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-8fcfd909.js';
|
|
19
|
+
import { u as useLongPress } from '../useLongPress-eb0dfa7a.js';
|
|
20
|
+
import { T as TextFragment } from '../index-ac325b55.js';
|
|
21
|
+
import { t as tokenizeMessage } from '../tokenize-25f71231.js';
|
|
22
|
+
import '../index-c9a60ebd.js';
|
|
23
23
|
import 'prop-types';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import './SortByRow.js';
|
|
26
|
-
import '../index-
|
|
26
|
+
import '../index-e7cbecf4.js';
|
|
27
27
|
import '../utils/message/getOutgoingMessageState.js';
|
|
28
|
-
import '../index.module-
|
|
29
|
-
import '../stringSet-
|
|
28
|
+
import '../index.module-74c51bef.js';
|
|
29
|
+
import '../stringSet-2ab6570e.js';
|
|
30
30
|
import '../sendbirdSelectors.js';
|
|
31
|
-
import '../topics-
|
|
32
|
-
import '../utils-
|
|
31
|
+
import '../topics-baecd5b0.js';
|
|
32
|
+
import '../utils-1babe991.js';
|
|
33
33
|
import './Button.js';
|
|
34
34
|
import '../useSendbirdStateContext.js';
|
|
35
35
|
import '../withSendbird.js';
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-ef032169.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
3
|
+
import { f as format } from '../index-0bbeff0d.js';
|
|
4
|
+
import { u as useLocalization } from '../LocalizationContext-5cbe4df3.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
7
7
|
import Icon, { IconColors, IconTypes } from './Icon.js';
|
|
8
8
|
import IconButton from './IconButton.js';
|
|
9
9
|
import ImageRenderer from './ImageRenderer.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import UserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { g as getSenderFromMessage, b as isFineResend, s as showMenuTrigger, c as isFineDelete, O as OpenChannelMobileMenu, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../index-
|
|
15
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
16
|
-
import { u as useLongPress } from '../useLongPress-
|
|
17
|
-
import '../index-
|
|
18
|
-
import '../stringSet-
|
|
19
|
-
import '../uuid-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-5b8c391a.js';
|
|
14
|
+
import { g as getSenderFromMessage, b as isFineResend, s as showMenuTrigger, c as isFineDelete, O as OpenChannelMobileMenu, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../index-df44531d.js';
|
|
15
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-8fcfd909.js';
|
|
16
|
+
import { u as useLongPress } from '../useLongPress-eb0dfa7a.js';
|
|
17
|
+
import '../index-c9a60ebd.js';
|
|
18
|
+
import '../stringSet-2ab6570e.js';
|
|
19
|
+
import '../uuid-94f10232.js';
|
|
20
20
|
import 'prop-types';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../index-
|
|
23
|
+
import '../index-e7cbecf4.js';
|
|
24
24
|
import '../utils/message/getOutgoingMessageState.js';
|
|
25
|
-
import '../index.module-
|
|
25
|
+
import '../index.module-74c51bef.js';
|
|
26
26
|
import '../sendbirdSelectors.js';
|
|
27
|
-
import '../topics-
|
|
28
|
-
import '../utils-
|
|
27
|
+
import '../topics-baecd5b0.js';
|
|
28
|
+
import '../utils-1babe991.js';
|
|
29
29
|
import './Button.js';
|
|
30
30
|
import '../useSendbirdStateContext.js';
|
|
31
31
|
import '../withSendbird.js';
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-ef032169.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-0bbeff0d.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
9
9
|
import Loader from './Loader.js';
|
|
10
10
|
import UserProfile from './UserProfile.js';
|
|
11
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
12
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
13
|
-
import { c as copyToClipboard } from '../utils-
|
|
14
|
-
import { u as uuidv4 } from '../uuid-
|
|
15
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-
|
|
16
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
17
|
-
import { u as useLongPress } from '../useLongPress-
|
|
18
|
-
import { E as isEditedMessage } from '../index-
|
|
19
|
-
import '../index-
|
|
11
|
+
import { a as UserProfileContext } from '../UserProfileContext-5b8c391a.js';
|
|
12
|
+
import { u as useLocalization } from '../LocalizationContext-5cbe4df3.js';
|
|
13
|
+
import { c as copyToClipboard } from '../utils-d558dc74.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-94f10232.js';
|
|
15
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-df44531d.js';
|
|
16
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-8fcfd909.js';
|
|
17
|
+
import { u as useLongPress } from '../useLongPress-eb0dfa7a.js';
|
|
18
|
+
import { E as isEditedMessage } from '../index-e7cbecf4.js';
|
|
19
|
+
import '../index-c9a60ebd.js';
|
|
20
20
|
import './ImageRenderer.js';
|
|
21
21
|
import 'prop-types';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import './SortByRow.js';
|
|
24
24
|
import '../utils/message/getOutgoingMessageState.js';
|
|
25
|
-
import '../index.module-
|
|
26
|
-
import '../stringSet-
|
|
25
|
+
import '../index.module-74c51bef.js';
|
|
26
|
+
import '../stringSet-2ab6570e.js';
|
|
27
27
|
import '../sendbirdSelectors.js';
|
|
28
|
-
import '../topics-
|
|
29
|
-
import '../utils-
|
|
28
|
+
import '../topics-baecd5b0.js';
|
|
29
|
+
import '../utils-1babe991.js';
|
|
30
30
|
import './Button.js';
|
|
31
31
|
import '../useSendbirdStateContext.js';
|
|
32
32
|
import '../withSendbird.js';
|
package/ui/PlaceHolder.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as PlaceHolderTypes, P as default } from '../index-
|
|
3
|
-
import '../LocalizationContext-
|
|
2
|
+
export { a as PlaceHolderTypes, P as default } from '../index-dc0853cb.js';
|
|
3
|
+
import '../LocalizationContext-5cbe4df3.js';
|
|
4
4
|
import './Icon.js';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-cd36caca.js';
|
|
6
6
|
import './Loader.js';
|
|
7
|
-
import '../stringSet-
|
|
8
|
-
import '../index-
|
|
7
|
+
import '../stringSet-2ab6570e.js';
|
|
8
|
+
import '../index-c9a60ebd.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
//# sourceMappingURL=PlaceHolder.js.map
|
package/ui/PlaybackTime.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { a as LabelTypography, b as LabelColors, L as Label } from '../index-
|
|
2
|
+
import { a as LabelTypography, b as LabelColors, L as Label } from '../index-cd36caca.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-2ab6570e.js';
|
|
5
5
|
|
|
6
6
|
const PlaybackTime = _ref => {
|
|
7
7
|
let {
|
package/ui/QuoteMessage.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default, { useContext, useState } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
6
|
-
import { Q as getUIKitFileTypes, m as getClassName, w as isUserMessage, d as isVoiceMessage, s as isThumbnailMessage, c as isMultipleFilesMessage, k as isVideo, h as isGif, x as getUIKitMessageType, U as UIKitMessageTypes, O as getUIKitFileType, P as truncateString } from '../index-
|
|
7
|
-
import { g as getMessageFirstFileUrl, c as getMessageFirstFileType, a as getMessageFirstFileName } from '../utils-
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-5cbe4df3.js';
|
|
6
|
+
import { Q as getUIKitFileTypes, m as getClassName, w as isUserMessage, d as isVoiceMessage, s as isThumbnailMessage, c as isMultipleFilesMessage, k as isVideo, h as isGif, x as getUIKitMessageType, U as UIKitMessageTypes, O as getUIKitFileType, P as truncateString } from '../index-e7cbecf4.js';
|
|
7
|
+
import { g as getMessageFirstFileUrl, c as getMessageFirstFileType, a as getMessageFirstFileName } from '../utils-d6b42051.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../stringSet-2ab6570e.js';
|
|
10
|
+
import '../index-c9a60ebd.js';
|
|
11
|
+
import '../_rollupPluginBabelHelpers-ef032169.js';
|
|
12
12
|
import '../utils/message/getOutgoingMessageState.js';
|
|
13
|
-
import '../index.module-
|
|
13
|
+
import '../index.module-74c51bef.js';
|
|
14
14
|
|
|
15
15
|
function QuoteMessage(_ref) {
|
|
16
16
|
var _message$sender, _message$sender2, _getMessageFirstFileN, _getMessageFirstFileN2, _message, _thumbnails;
|
package/ui/QuoteMessageInput.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { p as isFileMessage, c as isMultipleFilesMessage, d as isVoiceMessage, q as isImageMessage, r as isImageFileInfo, s as isThumbnailMessage, t as isAudioMessage, m as getClassName, u as isGifMessage, v as isVideoMessage, w as isUserMessage, x as getUIKitMessageType, U as UIKitMessageTypes } from '../index-
|
|
2
|
+
import { p as isFileMessage, c as isMultipleFilesMessage, d as isVoiceMessage, q as isImageMessage, r as isImageFileInfo, s as isThumbnailMessage, t as isAudioMessage, m as getClassName, u as isGifMessage, v as isVideoMessage, w as isUserMessage, x as getUIKitMessageType, U as UIKitMessageTypes } from '../index-e7cbecf4.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-5cbe4df3.js';
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
|
-
import { b as getMessageFirstFileThumbnailUrl, g as getMessageFirstFileUrl, c as getMessageFirstFileType, a as getMessageFirstFileName } from '../utils-
|
|
8
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import { b as getMessageFirstFileThumbnailUrl, g as getMessageFirstFileUrl, c as getMessageFirstFileType, a as getMessageFirstFileName } from '../utils-d6b42051.js';
|
|
8
|
+
import '../_rollupPluginBabelHelpers-ef032169.js';
|
|
9
9
|
import '../utils/message/getOutgoingMessageState.js';
|
|
10
|
-
import '../index.module-
|
|
10
|
+
import '../index.module-74c51bef.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
12
|
+
import '../stringSet-2ab6570e.js';
|
|
13
|
+
import '../index-c9a60ebd.js';
|
|
14
14
|
|
|
15
15
|
const componentClassname = 'sendbird-quote_message_input__avatar';
|
|
16
16
|
function QuoteMessageThumbnail(_ref) {
|
package/ui/ReactionBadge.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-2ab6570e.js';
|
|
5
5
|
|
|
6
6
|
const ReactionBadge = /*#__PURE__*/React__default.forwardRef((props, ref) => {
|
|
7
7
|
const {
|
package/ui/ReactionButton.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as _extends } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends } from '../_rollupPluginBabelHelpers-ef032169.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { u as useLongPress } from '../useLongPress-
|
|
4
|
-
import { n as noop } from '../utils-
|
|
5
|
-
import '../MediaQueryContext-
|
|
3
|
+
import { u as useLongPress } from '../useLongPress-eb0dfa7a.js';
|
|
4
|
+
import { n as noop } from '../utils-1babe991.js';
|
|
5
|
+
import '../MediaQueryContext-8fcfd909.js';
|
|
6
6
|
|
|
7
7
|
const ReactionButton = /*#__PURE__*/React__default.forwardRef((props, ref) => {
|
|
8
8
|
const {
|
package/ui/SortByRow.js
CHANGED
package/ui/TextButton.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { m as getClassName, E as isEditedMessage } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
-
import { t as tokenizeMessage } from '../tokenize-
|
|
6
|
-
import { T as TextFragment } from '../index-
|
|
7
|
-
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from '../consts-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
3
|
+
import { m as getClassName, E as isEditedMessage } from '../index-e7cbecf4.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-5cbe4df3.js';
|
|
5
|
+
import { t as tokenizeMessage } from '../tokenize-25f71231.js';
|
|
6
|
+
import { T as TextFragment } from '../index-ac325b55.js';
|
|
7
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from '../consts-0808a594.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../stringSet-2ab6570e.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-ef032169.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
|
-
import '../index.module-
|
|
13
|
-
import '../index-
|
|
12
|
+
import '../index.module-74c51bef.js';
|
|
13
|
+
import '../index-c9a60ebd.js';
|
|
14
14
|
import '../Message/context.js';
|
|
15
15
|
import './MentionLabel.js';
|
|
16
16
|
import './ContextMenu.js';
|
|
17
17
|
import 'react-dom';
|
|
18
18
|
import './SortByRow.js';
|
|
19
|
-
import '../uuid-
|
|
19
|
+
import '../uuid-94f10232.js';
|
|
20
20
|
import './UserProfile.js';
|
|
21
|
-
import '../UserProfileContext-
|
|
21
|
+
import '../UserProfileContext-5b8c391a.js';
|
|
22
22
|
import '../sendbirdSelectors.js';
|
|
23
|
-
import '../topics-
|
|
24
|
-
import '../utils-
|
|
23
|
+
import '../topics-baecd5b0.js';
|
|
24
|
+
import '../utils-1babe991.js';
|
|
25
25
|
import './Avatar.js';
|
|
26
26
|
import './ImageRenderer.js';
|
|
27
27
|
import './Icon.js';
|
package/ui/ThreadReplies.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import Avatar from './Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
6
|
-
import { u as uuidv4 } from '../uuid-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
5
|
+
import { u as useLocalization } from '../LocalizationContext-5cbe4df3.js';
|
|
6
|
+
import { u as uuidv4 } from '../uuid-94f10232.js';
|
|
7
7
|
import './ImageRenderer.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../stringSet-2ab6570e.js';
|
|
10
|
+
import '../index-c9a60ebd.js';
|
|
11
11
|
|
|
12
12
|
function ThreadReplies(_ref) {
|
|
13
13
|
var _mostRepliedUsers$;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { b as _extends } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends } from '../_rollupPluginBabelHelpers-ef032169.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
|
-
import { m as getClassName, v as isVideoMessage, u as isGifMessage, F as isSentMessage } from '../index-
|
|
6
|
-
import { n as noop } from '../utils-
|
|
7
|
-
import { u as useLongPress } from '../useLongPress-
|
|
8
|
-
import { b as getMessageFirstFileThumbnailUrl, g as getMessageFirstFileUrl, c as getMessageFirstFileType } from '../utils-
|
|
5
|
+
import { m as getClassName, v as isVideoMessage, u as isGifMessage, F as isSentMessage } from '../index-e7cbecf4.js';
|
|
6
|
+
import { n as noop } from '../utils-1babe991.js';
|
|
7
|
+
import { u as useLongPress } from '../useLongPress-eb0dfa7a.js';
|
|
8
|
+
import { b as getMessageFirstFileThumbnailUrl, g as getMessageFirstFileUrl, c as getMessageFirstFileType } from '../utils-d6b42051.js';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import '../utils/message/getOutgoingMessageState.js';
|
|
11
|
-
import '../index.module-
|
|
12
|
-
import '../MediaQueryContext-
|
|
11
|
+
import '../index.module-74c51bef.js';
|
|
12
|
+
import '../MediaQueryContext-8fcfd909.js';
|
|
13
13
|
|
|
14
14
|
function ThumbnailMessageItemBody(_ref) {
|
|
15
15
|
var _message$reactions$le, _message$reactions;
|
package/ui/Toggle.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React__default, { useState, useCallback } from 'react';
|
|
2
|
-
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
2
|
+
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-ef032169.js';
|
|
3
3
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
4
4
|
import '../withSendbird.js';
|
|
5
5
|
|
package/ui/Tooltip.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-2ab6570e.js';
|
|
5
5
|
|
|
6
6
|
function Tooltip(_ref) {
|
|
7
7
|
let {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { m as getClassName } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
3
|
+
import { m as getClassName } from '../index-e7cbecf4.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-5cbe4df3.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../stringSet-2ab6570e.js';
|
|
7
|
+
import '../_rollupPluginBabelHelpers-ef032169.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import '../index.module-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../index.module-74c51bef.js';
|
|
10
|
+
import '../index-c9a60ebd.js';
|
|
11
11
|
|
|
12
12
|
function UnknownMessageItemBody(_ref) {
|
|
13
13
|
var _message$reactions;
|
package/ui/UserListItem.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
2
|
+
import { a as UserProfileContext } from '../UserProfileContext-5b8c391a.js';
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-5cbe4df3.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import MutedAvatarOverlay from './MutedAvatarOverlay.js';
|
|
6
6
|
import Checkbox from './Checkbox.js';
|
|
7
7
|
import UserProfile from './UserProfile.js';
|
|
8
8
|
import ContextMenu, { MenuItems } from './ContextMenu.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-cd36caca.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../stringSet-2ab6570e.js';
|
|
12
|
+
import '../index-c9a60ebd.js';
|
|
13
13
|
import './ImageRenderer.js';
|
|
14
14
|
import './Icon.js';
|
|
15
|
-
import '../uuid-
|
|
15
|
+
import '../uuid-94f10232.js';
|
|
16
16
|
import '../sendbirdSelectors.js';
|
|
17
|
-
import '../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../topics-
|
|
19
|
-
import '../utils-
|
|
17
|
+
import '../_rollupPluginBabelHelpers-ef032169.js';
|
|
18
|
+
import '../topics-baecd5b0.js';
|
|
19
|
+
import '../utils-1babe991.js';
|
|
20
20
|
import './Button.js';
|
|
21
21
|
import '../useSendbirdStateContext.js';
|
|
22
22
|
import '../withSendbird.js';
|
|
23
23
|
import 'react-dom';
|
|
24
24
|
import './SortByRow.js';
|
|
25
|
-
import '../index-
|
|
25
|
+
import '../index-e7cbecf4.js';
|
|
26
26
|
import '../utils/message/getOutgoingMessageState.js';
|
|
27
|
-
import '../index.module-
|
|
27
|
+
import '../index.module-74c51bef.js';
|
|
28
28
|
|
|
29
29
|
function UserListItem(_ref) {
|
|
30
30
|
let {
|