@sendbird/uikit-react 3.6.3-rc-1 → 3.6.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 +48 -48
- package/CHANGELOG.md +14 -0
- 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 +38 -47
- package/Channel/components/Message.js.map +1 -1
- 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-7ab8c2ef.js → ChannelListProvider-1f3a3b98.js} +7 -7
- package/{ChannelListProvider-7ab8c2ef.js.map → ChannelListProvider-1f3a3b98.js.map} +1 -1
- package/{ChannelProvider-b92ba40f.js → ChannelProvider-5c274c35.js} +11 -11
- package/{ChannelProvider-b92ba40f.js.map → ChannelProvider-5c274c35.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-d6db6806.js → CreateChannelProvider-7c210c5c.js} +1 -1
- package/{CreateChannelProvider-d6db6806.js.map → CreateChannelProvider-7c210c5c.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-e1c6d6a2.js → LocalizationContext-946f1522.js} +3 -3
- package/{LocalizationContext-e1c6d6a2.js.map → LocalizationContext-946f1522.js.map} +1 -1
- package/{MediaQueryContext-51b61f4d.js → MediaQueryContext-3082308b.js} +1 -1
- package/{MediaQueryContext-51b61f4d.js.map → MediaQueryContext-3082308b.js.map} +1 -1
- package/{MemberList-abfe51d6.js → MemberList-56b35618.js} +5 -5
- package/{MemberList-abfe51d6.js.map → MemberList-56b35618.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-538f2cbf.js → OpenChannelListProvider-3e2d0231.js} +3 -3
- package/{OpenChannelListProvider-538f2cbf.js.map → OpenChannelListProvider-3e2d0231.js.map} +1 -1
- package/{OpenChannelProvider-faceaa5d.js → OpenChannelProvider-1015964c.js} +7 -7
- package/{OpenChannelProvider-faceaa5d.js.map → OpenChannelProvider-1015964c.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-2e7611e4.js → RemoveMessageModal-0c26de36.js} +3 -3
- package/{RemoveMessageModal-2e7611e4.js.map → RemoveMessageModal-0c26de36.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-87cc447c.js → ThreadProvider-d0b84f35.js} +7 -7
- package/{ThreadProvider-87cc447c.js.map → ThreadProvider-d0b84f35.js.map} +1 -1
- package/{UserProfileContext-28379d67.js → UserProfileContext-00a2876c.js} +1 -1
- package/{UserProfileContext-28379d67.js.map → UserProfileContext-00a2876c.js.map} +1 -1
- package/{VoiceMessageInputWrapper-c2d83b05.js → VoiceMessageInputWrapper-a5804e24.js} +7 -7
- package/{VoiceMessageInputWrapper-c2d83b05.js.map → VoiceMessageInputWrapper-a5804e24.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-20ce8db0.js → WebAudioUtils-eae97f80.js} +2 -2
- package/{WebAudioUtils-20ce8db0.js.map → WebAudioUtils-eae97f80.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-c0ee513a.js → _rollupPluginBabelHelpers-b483a7d2.js} +1 -1
- package/_rollupPluginBabelHelpers-b483a7d2.js.map +1 -0
- package/{actionTypes-7d4ab028.js → actionTypes-cb0b031b.js} +1 -1
- package/{actionTypes-7d4ab028.js.map → actionTypes-cb0b031b.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 +37 -46
- package/cjs/Channel/components/Message.js.map +1 -1
- 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-7e28549a.js → ChannelListProvider-b45b79f5.js} +7 -7
- package/cjs/{ChannelListProvider-7e28549a.js.map → ChannelListProvider-b45b79f5.js.map} +1 -1
- package/cjs/{ChannelProvider-bf4de470.js → ChannelProvider-7abd9fa3.js} +11 -11
- package/cjs/{ChannelProvider-bf4de470.js.map → ChannelProvider-7abd9fa3.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-4bf37ffd.js → CreateChannelProvider-1cf31fc6.js} +1 -1
- package/cjs/{CreateChannelProvider-4bf37ffd.js.map → CreateChannelProvider-1cf31fc6.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-69ba55fb.js → LocalizationContext-c014018b.js} +3 -3
- package/cjs/{LocalizationContext-69ba55fb.js.map → LocalizationContext-c014018b.js.map} +1 -1
- package/cjs/{MediaQueryContext-4e4a0a7d.js → MediaQueryContext-aea0ce1a.js} +1 -1
- package/cjs/{MediaQueryContext-4e4a0a7d.js.map → MediaQueryContext-aea0ce1a.js.map} +1 -1
- package/cjs/{MemberList-b1daf857.js → MemberList-c86e360b.js} +5 -5
- package/cjs/{MemberList-b1daf857.js.map → MemberList-c86e360b.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-02e55de7.js → OpenChannelListProvider-6804c86a.js} +3 -3
- package/cjs/{OpenChannelListProvider-02e55de7.js.map → OpenChannelListProvider-6804c86a.js.map} +1 -1
- package/cjs/{OpenChannelProvider-9adc91b5.js → OpenChannelProvider-6ca34d20.js} +7 -7
- package/cjs/{OpenChannelProvider-9adc91b5.js.map → OpenChannelProvider-6ca34d20.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-a0be8d4a.js → RemoveMessageModal-443d81bf.js} +3 -3
- package/cjs/{RemoveMessageModal-a0be8d4a.js.map → RemoveMessageModal-443d81bf.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-93b81491.js → ThreadProvider-48a2b384.js} +7 -7
- package/cjs/{ThreadProvider-93b81491.js.map → ThreadProvider-48a2b384.js.map} +1 -1
- package/cjs/{UserProfileContext-2811f604.js → UserProfileContext-218e40b8.js} +1 -1
- package/cjs/{UserProfileContext-2811f604.js.map → UserProfileContext-218e40b8.js.map} +1 -1
- package/cjs/{VoiceMessageInputWrapper-8bf71d1f.js → VoiceMessageInputWrapper-90c4bdb2.js} +7 -7
- package/cjs/{VoiceMessageInputWrapper-8bf71d1f.js.map → VoiceMessageInputWrapper-90c4bdb2.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-90e49306.js → WebAudioUtils-752880d0.js} +2 -2
- package/cjs/{WebAudioUtils-90e49306.js.map → WebAudioUtils-752880d0.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-71f7daf4.js → _rollupPluginBabelHelpers-a2f03c55.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-a2f03c55.js.map +1 -0
- package/cjs/{actionTypes-d9baf070.js → actionTypes-12a94d6c.js} +1 -1
- package/cjs/{actionTypes-d9baf070.js.map → actionTypes-12a94d6c.js.map} +1 -1
- package/cjs/{color-01ded58a.js → color-e2978317.js} +1 -1
- package/cjs/{color-01ded58a.js.map → color-e2978317.js.map} +1 -1
- package/cjs/{compareIds-c431c3ff.js → compareIds-0f9de3a1.js} +1 -1
- package/cjs/{compareIds-c431c3ff.js.map → compareIds-0f9de3a1.js.map} +1 -1
- package/cjs/{const-f55ab29b.js → const-2371a4db.js} +1 -1
- package/cjs/{const-f55ab29b.js.map → const-2371a4db.js.map} +1 -1
- package/cjs/{const-40f7a704.js → const-fc4d15a8.js} +1 -1
- package/cjs/{const-40f7a704.js.map → const-fc4d15a8.js.map} +1 -1
- package/cjs/{consts-7e2e06a8.js → consts-0374d4b1.js} +1 -1
- package/cjs/{consts-7e2e06a8.js.map → consts-0374d4b1.js.map} +1 -1
- package/cjs/{consts-dab8c0ba.js → consts-65d5b30a.js} +1 -1
- package/cjs/{consts-dab8c0ba.js.map → consts-65d5b30a.js.map} +1 -1
- package/cjs/{consts-8c21a90e.js → consts-e09f89f0.js} +1 -1
- package/cjs/{consts-8c21a90e.js.map → consts-e09f89f0.js.map} +1 -1
- package/cjs/{consts-2eec4cbc.js → consts-fb57db79.js} +1 -1
- package/cjs/{consts-2eec4cbc.js.map → consts-fb57db79.js.map} +1 -1
- package/cjs/{context-d026e49f.js → context-5404064d.js} +2 -2
- package/cjs/{context-d026e49f.js.map → context-5404064d.js.map} +1 -1
- package/cjs/dist/index.css +55 -55
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-c23dd0d5.js → index-016f7465.js} +4 -4
- package/cjs/{index-c23dd0d5.js.map → index-016f7465.js.map} +1 -1
- package/cjs/{index-813b6b08.js → index-035bdafb.js} +1 -1
- package/cjs/{index-813b6b08.js.map → index-035bdafb.js.map} +1 -1
- package/cjs/{index-aae33735.js → index-10a942ae.js} +4 -4
- package/cjs/{index-aae33735.js.map → index-10a942ae.js.map} +1 -1
- package/cjs/{index-51c60830.js → index-347004c1.js} +2 -2
- package/cjs/{index-51c60830.js.map → index-347004c1.js.map} +1 -1
- package/cjs/{index-8e888530.js → index-3a1678b7.js} +3 -3
- package/cjs/{index-8e888530.js.map → index-3a1678b7.js.map} +1 -1
- package/cjs/{index-f15b37db.js → index-4321dbbb.js} +2 -2
- package/cjs/{index-f15b37db.js.map → index-4321dbbb.js.map} +1 -1
- package/cjs/{index-ed238dfc.js → index-449ba503.js} +3 -3
- package/cjs/{index-ed238dfc.js.map → index-449ba503.js.map} +1 -1
- package/cjs/{index-cbf79753.js → index-451eee29.js} +2 -2
- package/cjs/{index-cbf79753.js.map → index-451eee29.js.map} +1 -1
- package/cjs/{index-f6cb1755.js → index-45f1fd2f.js} +2 -2
- package/cjs/{index-f6cb1755.js.map → index-45f1fd2f.js.map} +1 -1
- package/cjs/{index-53cb0842.js → index-513a30b7.js} +3 -3
- package/cjs/{index-53cb0842.js.map → index-513a30b7.js.map} +1 -1
- package/cjs/{index-ef72ec41.js → index-b03881eb.js} +6 -6
- package/cjs/{index-ef72ec41.js.map → index-b03881eb.js.map} +1 -1
- package/cjs/{index-fa64e192.js → index-b6aac2a6.js} +6 -6
- package/cjs/{index-fa64e192.js.map → index-b6aac2a6.js.map} +1 -1
- package/cjs/{index-be7de5d6.js → index-b713c814.js} +4 -4
- package/cjs/{index-be7de5d6.js.map → index-b713c814.js.map} +1 -1
- package/cjs/{index-95cf7034.js → index-dcbd98e1.js} +5 -5
- package/cjs/{index-95cf7034.js.map → index-dcbd98e1.js.map} +1 -1
- package/cjs/{index-040b2cdd.js → index-ee440b53.js} +2 -2
- package/cjs/{index-040b2cdd.js.map → index-ee440b53.js.map} +1 -1
- package/cjs/{index-07d87206.js → index-f4d89559.js} +2 -2
- package/cjs/{index-07d87206.js.map → index-f4d89559.js.map} +1 -1
- package/cjs/{index-76a77b83.js → index-fea92ea0.js} +1 -1
- package/cjs/{index-76a77b83.js.map → index-fea92ea0.js.map} +1 -1
- package/cjs/index.js +52 -52
- package/cjs/{index.module-4e8de508.js → index.module-81f6dfc4.js} +1 -1
- package/cjs/{index.module-4e8de508.js.map → index.module-81f6dfc4.js.map} +1 -1
- package/cjs/{resolvedReplyType-46b6e002.js → resolvedReplyType-478d89dd.js} +1 -1
- package/cjs/{resolvedReplyType-46b6e002.js.map → resolvedReplyType-478d89dd.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +3 -3
- package/cjs/{stringSet-8bc472f8.js → stringSet-b0d09ab2.js} +1 -1
- package/cjs/{stringSet-8bc472f8.js.map → stringSet-b0d09ab2.js.map} +1 -1
- package/cjs/{tokenize-a8ebd32e.js → tokenize-dd712668.js} +2 -2
- package/cjs/{tokenize-a8ebd32e.js.map → tokenize-dd712668.js.map} +1 -1
- package/cjs/{topics-adfc7f39.js → topics-d64c7836.js} +1 -1
- package/cjs/{topics-adfc7f39.js.map → topics-d64c7836.js.map} +1 -1
- package/cjs/{types-7516c9ab.js → types-81253512.js} +1 -1
- package/cjs/{types-7516c9ab.js.map → types-81253512.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-a9f4e74f.js → useDirtyGetMentions-2f9462f1.js} +1 -1
- package/cjs/{useDirtyGetMentions-a9f4e74f.js.map → useDirtyGetMentions-2f9462f1.js.map} +1 -1
- package/cjs/{useLongPress-a867226d.js → useLongPress-d2e3654f.js} +3 -3
- package/cjs/{useLongPress-a867226d.js.map → useLongPress-d2e3654f.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/utils/message/isVoiceMessage.js +2 -2
- package/cjs/{utils-6bea57fc.js → utils-29b5d4dd.js} +1 -1
- package/cjs/{utils-6bea57fc.js.map → utils-29b5d4dd.js.map} +1 -1
- package/cjs/{utils-b7be4282.js → utils-799ac906.js} +1 -1
- package/cjs/{utils-b7be4282.js.map → utils-799ac906.js.map} +1 -1
- package/cjs/{utils-baa4c65b.js → utils-d19c24e7.js} +1 -1
- package/cjs/{utils-baa4c65b.js.map → utils-d19c24e7.js.map} +1 -1
- package/cjs/{utils-113df2ca.js → utils-f4dc128f.js} +2 -2
- package/cjs/{utils-113df2ca.js.map → utils-f4dc128f.js.map} +1 -1
- package/cjs/{uuid-644621cb.js → uuid-3462be83.js} +1 -1
- package/cjs/{uuid-644621cb.js.map → uuid-3462be83.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-994bdd6c.js → color-10f2cc07.js} +1 -1
- package/{color-994bdd6c.js.map → color-10f2cc07.js.map} +1 -1
- package/{compareIds-7b960453.js → compareIds-ccc43f55.js} +1 -1
- package/{compareIds-7b960453.js.map → compareIds-ccc43f55.js.map} +1 -1
- package/{const-5de2cf59.js → const-767f4b57.js} +1 -1
- package/{const-5de2cf59.js.map → const-767f4b57.js.map} +1 -1
- package/{const-609ce157.js → const-890116eb.js} +1 -1
- package/{const-609ce157.js.map → const-890116eb.js.map} +1 -1
- package/{consts-f95a957f.js → consts-0aca4c3a.js} +1 -1
- package/{consts-f95a957f.js.map → consts-0aca4c3a.js.map} +1 -1
- package/{consts-9128ab13.js → consts-1f057d2b.js} +1 -1
- package/{consts-9128ab13.js.map → consts-1f057d2b.js.map} +1 -1
- package/{consts-2f73d64b.js → consts-7e4768e1.js} +1 -1
- package/{consts-2f73d64b.js.map → consts-7e4768e1.js.map} +1 -1
- package/{consts-c652e1a2.js → consts-da1e0e7e.js} +1 -1
- package/{consts-c652e1a2.js.map → consts-da1e0e7e.js.map} +1 -1
- package/{context-bdb20841.js → context-d11ebc96.js} +2 -2
- package/{context-bdb20841.js.map → context-d11ebc96.js.map} +1 -1
- package/dist/index.css +55 -55
- package/dist/index.css.map +1 -1
- package/{index-652e2df8.js → index-1d39c765.js} +2 -2
- package/{index-652e2df8.js.map → index-1d39c765.js.map} +1 -1
- package/{index-6b84a311.js → index-1f96f97d.js} +2 -2
- package/{index-6b84a311.js.map → index-1f96f97d.js.map} +1 -1
- package/{index-8d47cf52.js → index-2862f2a8.js} +3 -3
- package/{index-8d47cf52.js.map → index-2862f2a8.js.map} +1 -1
- package/{index-d53b0c86.js → index-343ce5b1.js} +4 -4
- package/{index-d53b0c86.js.map → index-343ce5b1.js.map} +1 -1
- package/{index-5591ac58.js → index-5ad0eb61.js} +5 -5
- package/{index-5591ac58.js.map → index-5ad0eb61.js.map} +1 -1
- package/{index-47c26257.js → index-5e5ae563.js} +2 -2
- package/{index-47c26257.js.map → index-5e5ae563.js.map} +1 -1
- package/{index-c3674bf4.js → index-63ad98b8.js} +1 -1
- package/{index-c3674bf4.js.map → index-63ad98b8.js.map} +1 -1
- package/{index-9dc3ebe7.js → index-73542816.js} +6 -6
- package/{index-9dc3ebe7.js.map → index-73542816.js.map} +1 -1
- package/{index-58259ea2.js → index-bccf4a37.js} +4 -4
- package/{index-58259ea2.js.map → index-bccf4a37.js.map} +1 -1
- package/{index-69fc4c41.js → index-c764dea7.js} +1 -1
- package/{index-69fc4c41.js.map → index-c764dea7.js.map} +1 -1
- package/{index-5af66a82.js → index-cd1c87b8.js} +3 -3
- package/{index-5af66a82.js.map → index-cd1c87b8.js.map} +1 -1
- package/{index-69b9a351.js → index-e090ec3e.js} +2 -2
- package/{index-69b9a351.js.map → index-e090ec3e.js.map} +1 -1
- package/{index-e112d644.js → index-e10c31c8.js} +3 -3
- package/{index-e112d644.js.map → index-e10c31c8.js.map} +1 -1
- package/{index-09d8c8e1.js → index-ea2470a3.js} +2 -2
- package/{index-09d8c8e1.js.map → index-ea2470a3.js.map} +1 -1
- package/{index-594c29da.js → index-eb11c99c.js} +4 -4
- package/{index-594c29da.js.map → index-eb11c99c.js.map} +1 -1
- package/{index-38d1f14f.js → index-f7ed4f21.js} +2 -2
- package/{index-38d1f14f.js.map → index-f7ed4f21.js.map} +1 -1
- package/{index-87af60b5.js → index-ffea1bf6.js} +6 -6
- package/{index-87af60b5.js.map → index-ffea1bf6.js.map} +1 -1
- package/index.d.ts +2 -1
- package/index.js +52 -52
- package/{index.module-3c05b37b.js → index.module-44f80561.js} +1 -1
- package/{index.module-3c05b37b.js.map → index.module-44f80561.js.map} +1 -1
- package/package.json +1 -1
- package/{resolvedReplyType-086a1608.js → resolvedReplyType-335fb072.js} +1 -1
- package/{resolvedReplyType-086a1608.js.map → resolvedReplyType-335fb072.js.map} +1 -1
- package/sendbirdSelectors.js +3 -3
- package/{stringSet-21638a6b.js → stringSet-4a6632f7.js} +1 -1
- package/{stringSet-21638a6b.js.map → stringSet-4a6632f7.js.map} +1 -1
- package/{tokenize-9d009872.js → tokenize-ad9d76bd.js} +2 -2
- package/{tokenize-9d009872.js.map → tokenize-ad9d76bd.js.map} +1 -1
- package/{topics-fc8cc946.js → topics-6de6eb25.js} +1 -1
- package/{topics-fc8cc946.js.map → topics-6de6eb25.js.map} +1 -1
- package/{types-6a35e036.js → types-9f55bf02.js} +1 -1
- package/{types-6a35e036.js.map → types-9f55bf02.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-99e3d277.js → useDirtyGetMentions-b20104b0.js} +1 -1
- package/{useDirtyGetMentions-99e3d277.js.map → useDirtyGetMentions-b20104b0.js.map} +1 -1
- package/{useLongPress-333a5b08.js → useLongPress-81ea622f.js} +3 -3
- package/{useLongPress-333a5b08.js.map → useLongPress-81ea622f.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/utils/message/isVoiceMessage.js +2 -2
- package/{utils-9620b525.js → utils-43a3a6c6.js} +2 -2
- package/{utils-9620b525.js.map → utils-43a3a6c6.js.map} +1 -1
- package/{utils-3a30fec6.js → utils-834dac5f.js} +1 -1
- package/{utils-3a30fec6.js.map → utils-834dac5f.js.map} +1 -1
- package/{utils-06ec7fe7.js → utils-d062897c.js} +1 -1
- package/{utils-06ec7fe7.js.map → utils-d062897c.js.map} +1 -1
- package/{utils-7e02e238.js → utils-df79f9e8.js} +1 -1
- package/{utils-7e02e238.js.map → utils-df79f9e8.js.map} +1 -1
- package/{uuid-e292e5ac.js → uuid-79fbb889.js} +1 -1
- package/{uuid-e292e5ac.js.map → uuid-79fbb889.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-c0ee513a.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-71f7daf4.js.map +0 -1
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-b483a7d2.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-1d39c765.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-ea2470a3.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-00a2876c.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-79fbb889.js';
|
|
15
|
+
import { c as copyToClipboard } from '../utils-df79f9e8.js';
|
|
16
|
+
import { u as useLocalization } from '../LocalizationContext-946f1522.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-e090ec3e.js';
|
|
18
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-3082308b.js';
|
|
19
|
+
import { u as useLongPress } from '../useLongPress-81ea622f.js';
|
|
20
|
+
import { T as TextFragment } from '../index-bccf4a37.js';
|
|
21
|
+
import { t as tokenizeMessage } from '../tokenize-ad9d76bd.js';
|
|
22
|
+
import '../index-c764dea7.js';
|
|
23
23
|
import 'prop-types';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import './SortByRow.js';
|
|
26
|
-
import '../index-
|
|
26
|
+
import '../index-5e5ae563.js';
|
|
27
27
|
import '../utils/message/getOutgoingMessageState.js';
|
|
28
|
-
import '../stringSet-
|
|
28
|
+
import '../stringSet-4a6632f7.js';
|
|
29
29
|
import '../sendbirdSelectors.js';
|
|
30
|
-
import '../topics-
|
|
31
|
-
import '../utils-
|
|
30
|
+
import '../topics-6de6eb25.js';
|
|
31
|
+
import '../utils-834dac5f.js';
|
|
32
32
|
import './Button.js';
|
|
33
33
|
import '../useSendbirdStateContext.js';
|
|
34
34
|
import '../withSendbird.js';
|
|
35
|
-
import '../index.module-
|
|
35
|
+
import '../index.module-44f80561.js';
|
|
36
36
|
import '../Message/context.js';
|
|
37
37
|
import './MentionLabel.js';
|
|
38
38
|
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends, _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-b483a7d2.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-1d39c765.js';
|
|
4
|
+
import { u as useLocalization } from '../LocalizationContext-946f1522.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-ea2470a3.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-00a2876c.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-e090ec3e.js';
|
|
15
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-3082308b.js';
|
|
16
|
+
import { u as useLongPress } from '../useLongPress-81ea622f.js';
|
|
17
|
+
import '../index-c764dea7.js';
|
|
18
|
+
import '../stringSet-4a6632f7.js';
|
|
19
|
+
import '../uuid-79fbb889.js';
|
|
20
20
|
import 'prop-types';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../index-
|
|
23
|
+
import '../index-5e5ae563.js';
|
|
24
24
|
import '../utils/message/getOutgoingMessageState.js';
|
|
25
25
|
import '../sendbirdSelectors.js';
|
|
26
|
-
import '../topics-
|
|
27
|
-
import '../utils-
|
|
26
|
+
import '../topics-6de6eb25.js';
|
|
27
|
+
import '../utils-834dac5f.js';
|
|
28
28
|
import './Button.js';
|
|
29
29
|
import '../useSendbirdStateContext.js';
|
|
30
30
|
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-b483a7d2.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-1d39c765.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-ea2470a3.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 { B as isEditedMessage } from '../index-
|
|
19
|
-
import '../index-
|
|
11
|
+
import { a as UserProfileContext } from '../UserProfileContext-00a2876c.js';
|
|
12
|
+
import { u as useLocalization } from '../LocalizationContext-946f1522.js';
|
|
13
|
+
import { c as copyToClipboard } from '../utils-df79f9e8.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-79fbb889.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-e090ec3e.js';
|
|
16
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-3082308b.js';
|
|
17
|
+
import { u as useLongPress } from '../useLongPress-81ea622f.js';
|
|
18
|
+
import { B as isEditedMessage } from '../index-5e5ae563.js';
|
|
19
|
+
import '../index-c764dea7.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 '../stringSet-
|
|
25
|
+
import '../stringSet-4a6632f7.js';
|
|
26
26
|
import '../sendbirdSelectors.js';
|
|
27
|
-
import '../topics-
|
|
28
|
-
import '../utils-
|
|
27
|
+
import '../topics-6de6eb25.js';
|
|
28
|
+
import '../utils-834dac5f.js';
|
|
29
29
|
import './Button.js';
|
|
30
30
|
import '../useSendbirdStateContext.js';
|
|
31
31
|
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-e10c31c8.js';
|
|
3
|
+
import '../LocalizationContext-946f1522.js';
|
|
4
4
|
import './Icon.js';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-ea2470a3.js';
|
|
6
6
|
import './Loader.js';
|
|
7
|
-
import '../stringSet-
|
|
8
|
-
import '../index-
|
|
7
|
+
import '../stringSet-4a6632f7.js';
|
|
8
|
+
import '../index-c764dea7.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-ea2470a3.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-4a6632f7.js';
|
|
5
5
|
|
|
6
6
|
const PlaybackTime = _ref => {
|
|
7
7
|
let {
|
package/ui/QuoteMessage.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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-ea2470a3.js';
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
6
|
-
import { M as getUIKitFileTypes, h as getClassName, q as isUserMessage, d as isVoiceMessage, m as isThumbnailMessage, y as isVideo, N as isGif, r as getUIKitMessageType, U as UIKitMessageTypes, L as getUIKitFileType, t as truncateString } from '../index-
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-946f1522.js';
|
|
6
|
+
import { M as getUIKitFileTypes, h as getClassName, q as isUserMessage, d as isVoiceMessage, m as isThumbnailMessage, y as isVideo, N as isGif, r as getUIKitMessageType, U as UIKitMessageTypes, L as getUIKitFileType, t as truncateString } from '../index-5e5ae563.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../index-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
8
|
+
import '../stringSet-4a6632f7.js';
|
|
9
|
+
import '../index-c764dea7.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-b483a7d2.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
|
|
13
13
|
function QuoteMessage(_ref) {
|
package/ui/QuoteMessageInput.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { k as isFileMessage, d as isVoiceMessage, l as isImageMessage, m as isThumbnailMessage, n as isAudioMessage, h as getClassName, o as isGifMessage, p as isVideoMessage, q as isUserMessage, r as getUIKitMessageType, U as UIKitMessageTypes } from '../index-
|
|
2
|
+
import { k as isFileMessage, d as isVoiceMessage, l as isImageMessage, m as isThumbnailMessage, n as isAudioMessage, h as getClassName, o as isGifMessage, p as isVideoMessage, q as isUserMessage, r as getUIKitMessageType, U as UIKitMessageTypes } from '../index-5e5ae563.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-ea2470a3.js';
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-946f1522.js';
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-b483a7d2.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../stringSet-4a6632f7.js';
|
|
11
|
+
import '../index-c764dea7.js';
|
|
12
12
|
|
|
13
13
|
const componentClassname = 'sendbird-quote_message_input__avatar';
|
|
14
14
|
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-ea2470a3.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-4a6632f7.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-b483a7d2.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-81ea622f.js';
|
|
4
|
+
import { n as noop } from '../utils-834dac5f.js';
|
|
5
|
+
import '../MediaQueryContext-3082308b.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 { h as getClassName, B 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-ea2470a3.js';
|
|
3
|
+
import { h as getClassName, B as isEditedMessage } from '../index-5e5ae563.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-946f1522.js';
|
|
5
|
+
import { t as tokenizeMessage } from '../tokenize-ad9d76bd.js';
|
|
6
|
+
import { T as TextFragment } from '../index-bccf4a37.js';
|
|
7
|
+
import { T as TEXT_MESSAGE_BODY_CLASSNAME } from '../consts-0aca4c3a.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../stringSet-4a6632f7.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-b483a7d2.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
|
-
import '../index-
|
|
13
|
-
import '../index.module-
|
|
12
|
+
import '../index-c764dea7.js';
|
|
13
|
+
import '../index.module-44f80561.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-79fbb889.js';
|
|
20
20
|
import './UserProfile.js';
|
|
21
|
-
import '../UserProfileContext-
|
|
21
|
+
import '../UserProfileContext-00a2876c.js';
|
|
22
22
|
import '../sendbirdSelectors.js';
|
|
23
|
-
import '../topics-
|
|
24
|
-
import '../utils-
|
|
23
|
+
import '../topics-6de6eb25.js';
|
|
24
|
+
import '../utils-834dac5f.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-ea2470a3.js';
|
|
5
|
+
import { u as useLocalization } from '../LocalizationContext-946f1522.js';
|
|
6
|
+
import { u as uuidv4 } from '../uuid-79fbb889.js';
|
|
7
7
|
import './ImageRenderer.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../stringSet-4a6632f7.js';
|
|
10
|
+
import '../index-c764dea7.js';
|
|
11
11
|
|
|
12
12
|
function ThreadReplies(_ref) {
|
|
13
13
|
var _mostRepliedUsers$;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { b as _extends } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _extends } from '../_rollupPluginBabelHelpers-b483a7d2.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 { h as getClassName, p as isVideoMessage, o as isGifMessage, C as isSentMessage } from '../index-
|
|
6
|
-
import { n as noop } from '../utils-
|
|
7
|
-
import { u as useLongPress } from '../useLongPress-
|
|
5
|
+
import { h as getClassName, p as isVideoMessage, o as isGifMessage, C as isSentMessage } from '../index-5e5ae563.js';
|
|
6
|
+
import { n as noop } from '../utils-834dac5f.js';
|
|
7
|
+
import { u as useLongPress } from '../useLongPress-81ea622f.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import '../utils/message/getOutgoingMessageState.js';
|
|
10
|
-
import '../MediaQueryContext-
|
|
10
|
+
import '../MediaQueryContext-3082308b.js';
|
|
11
11
|
|
|
12
12
|
function ThumbnailMessageItemBody(_ref) {
|
|
13
13
|
var _thumbnails$, _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-b483a7d2.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-ea2470a3.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-4a6632f7.js';
|
|
5
5
|
|
|
6
6
|
function Tooltip(_ref) {
|
|
7
7
|
let {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
-
import { h as getClassName } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-ea2470a3.js';
|
|
3
|
+
import { h as getClassName } from '../index-5e5ae563.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-946f1522.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
6
|
+
import '../stringSet-4a6632f7.js';
|
|
7
|
+
import '../_rollupPluginBabelHelpers-b483a7d2.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import '../index-
|
|
9
|
+
import '../index-c764dea7.js';
|
|
10
10
|
|
|
11
11
|
function UnknownMessageItemBody(_ref) {
|
|
12
12
|
var _message$reactions;
|
package/ui/UserListItem.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
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-00a2876c.js';
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-946f1522.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-ea2470a3.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../stringSet-4a6632f7.js';
|
|
12
|
+
import '../index-c764dea7.js';
|
|
13
13
|
import './ImageRenderer.js';
|
|
14
14
|
import './Icon.js';
|
|
15
|
-
import '../uuid-
|
|
15
|
+
import '../uuid-79fbb889.js';
|
|
16
16
|
import '../sendbirdSelectors.js';
|
|
17
|
-
import '../_rollupPluginBabelHelpers-
|
|
18
|
-
import '../topics-
|
|
19
|
-
import '../utils-
|
|
17
|
+
import '../_rollupPluginBabelHelpers-b483a7d2.js';
|
|
18
|
+
import '../topics-6de6eb25.js';
|
|
19
|
+
import '../utils-834dac5f.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-5e5ae563.js';
|
|
26
26
|
import '../utils/message/getOutgoingMessageState.js';
|
|
27
27
|
|
|
28
28
|
function UserListItem(_ref) {
|
package/ui/UserProfile.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
2
|
+
import { a as LocalizationContext } from '../LocalizationContext-946f1522.js';
|
|
3
|
+
import { a as UserProfileContext } from '../UserProfileContext-00a2876c.js';
|
|
4
4
|
import { getCreateGroupChannel } from '../sendbirdSelectors.js';
|
|
5
5
|
import Avatar from './Avatar.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-ea2470a3.js';
|
|
7
7
|
import Button, { ButtonTypes } from './Button.js';
|
|
8
8
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../stringSet-4a6632f7.js';
|
|
10
|
+
import '../index-c764dea7.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../_rollupPluginBabelHelpers-
|
|
13
|
-
import '../topics-
|
|
14
|
-
import '../utils-
|
|
12
|
+
import '../_rollupPluginBabelHelpers-b483a7d2.js';
|
|
13
|
+
import '../topics-6de6eb25.js';
|
|
14
|
+
import '../utils-834dac5f.js';
|
|
15
15
|
import './ImageRenderer.js';
|
|
16
16
|
import './Icon.js';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-79fbb889.js';
|
|
18
18
|
import '../withSendbird.js';
|
|
19
19
|
|
|
20
20
|
function UserProfile(_ref) {
|
|
@@ -4,21 +4,21 @@ import { useVoicePlayer } from '../VoicePlayer/useVoicePlayer.js';
|
|
|
4
4
|
import { PlaybackTime } from './PlaybackTime.js';
|
|
5
5
|
import Loader from './Loader.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
|
-
import { a as LabelTypography, b as LabelColors } from '../index-
|
|
8
|
-
import { a as VOICE_PLAYER_STATUS } from '../index-
|
|
9
|
-
import '../consts-
|
|
7
|
+
import { a as LabelTypography, b as LabelColors } from '../index-ea2470a3.js';
|
|
8
|
+
import { a as VOICE_PLAYER_STATUS } from '../index-2862f2a8.js';
|
|
9
|
+
import '../consts-7e4768e1.js';
|
|
10
10
|
import '../VoiceRecorder/context.js';
|
|
11
|
-
import '../LocalizationContext-
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
11
|
+
import '../LocalizationContext-946f1522.js';
|
|
12
|
+
import '../stringSet-4a6632f7.js';
|
|
13
|
+
import '../index-c764dea7.js';
|
|
14
14
|
import './Modal.js';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../index-
|
|
16
|
+
import '../index-63ad98b8.js';
|
|
17
17
|
import './Button.js';
|
|
18
18
|
import 'prop-types';
|
|
19
19
|
import './IconButton.js';
|
|
20
|
-
import '../_rollupPluginBabelHelpers-
|
|
21
|
-
import '../MediaQueryContext-
|
|
20
|
+
import '../_rollupPluginBabelHelpers-b483a7d2.js';
|
|
21
|
+
import '../MediaQueryContext-3082308b.js';
|
|
22
22
|
import '../useSendbirdStateContext.js';
|
|
23
23
|
import '../withSendbird.js';
|
|
24
24
|
|
package/ui/VoiceMessgeInput.js
CHANGED
|
@@ -3,12 +3,12 @@ import './PlaybackTime.js';
|
|
|
3
3
|
import './ProgressBar.js';
|
|
4
4
|
import './TextButton.js';
|
|
5
5
|
import './Icon.js';
|
|
6
|
-
import '../index-
|
|
7
|
-
import '../LocalizationContext-
|
|
8
|
-
export { a as VoiceMessageInput } from '../index-
|
|
9
|
-
import '../consts-
|
|
6
|
+
import '../index-ea2470a3.js';
|
|
7
|
+
import '../LocalizationContext-946f1522.js';
|
|
8
|
+
export { a as VoiceMessageInput } from '../index-343ce5b1.js';
|
|
9
|
+
import '../consts-7e4768e1.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../color-
|
|
13
|
-
import '../index-
|
|
11
|
+
import '../stringSet-4a6632f7.js';
|
|
12
|
+
import '../color-10f2cc07.js';
|
|
13
|
+
import '../index-c764dea7.js';
|
|
14
14
|
//# sourceMappingURL=VoiceMessgeInput.js.map
|
package/ui/Word.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { a as LabelTypography } from '../index-
|
|
2
|
+
import { a as LabelTypography } from '../index-ea2470a3.js';
|
|
3
3
|
import LinkLabel from './LinkLabel.js';
|
|
4
|
-
import { u as uuidv4 } from '../uuid-
|
|
5
|
-
import { P as convertWordToStringObj, S as StringObjType } from '../index-
|
|
4
|
+
import { u as uuidv4 } from '../uuid-79fbb889.js';
|
|
5
|
+
import { P as convertWordToStringObj, S as StringObjType } from '../index-5e5ae563.js';
|
|
6
6
|
import MentionLabel from './MentionLabel.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../_rollupPluginBabelHelpers-
|
|
8
|
+
import '../stringSet-4a6632f7.js';
|
|
9
|
+
import '../_rollupPluginBabelHelpers-b483a7d2.js';
|
|
10
10
|
import '../utils/message/getOutgoingMessageState.js';
|
|
11
11
|
import './ContextMenu.js';
|
|
12
12
|
import 'react-dom';
|
|
13
13
|
import './SortByRow.js';
|
|
14
14
|
import './UserProfile.js';
|
|
15
|
-
import '../LocalizationContext-
|
|
16
|
-
import '../index-
|
|
17
|
-
import '../UserProfileContext-
|
|
15
|
+
import '../LocalizationContext-946f1522.js';
|
|
16
|
+
import '../index-c764dea7.js';
|
|
17
|
+
import '../UserProfileContext-00a2876c.js';
|
|
18
18
|
import '../sendbirdSelectors.js';
|
|
19
|
-
import '../topics-
|
|
20
|
-
import '../utils-
|
|
19
|
+
import '../topics-6de6eb25.js';
|
|
20
|
+
import '../utils-834dac5f.js';
|
|
21
21
|
import './Avatar.js';
|
|
22
22
|
import './ImageRenderer.js';
|
|
23
23
|
import './Icon.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDirtyGetMentions-
|
|
1
|
+
{"version":3,"file":"useDirtyGetMentions-b20104b0.js","sources":["../src/modules/Message/utils/getMentionNodes.ts","../src/modules/Message/hooks/useDirtyGetMentions.ts"],"sourcesContent":["export function getMentionNodes(root: HTMLElement): Element[] {\n if (root) {\n const mentions = root.querySelectorAll(\"[data-sb-mention='true']\");\n const mentionsArray = Array.from(mentions);\n return mentionsArray;\n }\n return [];\n}\n","import { useEffect, useLayoutEffect, useState } from 'react';\n\nimport { Logger } from '../../../lib/SendbirdState';\nimport { getMentionNodes } from '../utils/getMentionNodes';\n\ninterface DynamicParams {\n ref: React.RefObject<HTMLElement>;\n}\n\ninterface StaticParams {\n logger: Logger;\n}\n\n/**\n * This is a dirty way to get the mentions given DOM node\n */\nexport function useDirtyGetMentions({\n ref,\n}: DynamicParams, {\n logger,\n}: StaticParams) {\n // Select the node that will be observed for mutations\n const targetNode = ref.current as HTMLElement;\n const [mentionNodes, setMentionNodes] = useState<Element[]>([]);\n\n // to get the initial mentions\n useLayoutEffect(() => {\n if (targetNode) {\n const mentions = getMentionNodes(targetNode);\n setMentionNodes(mentions);\n }\n }, [targetNode]);\n\n useEffect(() => {\n // Options for the observer (which mutations to observe)\n const config = { childList: true, subtree: true };\n\n // Callback function to execute when mutations are observed\n const callback = (mutationList: MutationRecord[]): void => {\n const hasMutation = mutationList.length > 0;\n if (hasMutation) {\n setMentionNodes(getMentionNodes(targetNode));\n }\n };\n\n // Create an observer instance linked to the callback function\n const observer = new MutationObserver(callback);\n\n if (targetNode) {\n // Start observing the target node for configured mutations\n observer.observe(targetNode, config);\n logger.info('useDirtyGetMentions: observer started', { observer, config });\n }\n\n return () => {\n try {\n observer.disconnect();\n logger.info('useDirtyGetMentions: observer disconnected', { observer });\n } catch (error) {\n logger.error('useDirtyGetMentions: observer disconnect failed', { observer });\n }\n };\n }, [targetNode]);\n return mentionNodes;\n}\n"],"names":["getMentionNodes","root","mentions","querySelectorAll","mentionsArray","Array","from","useDirtyGetMentions","_ref","_ref2","ref","logger","targetNode","current","mentionNodes","setMentionNodes","useState","useLayoutEffect","useEffect","config","childList","subtree","callback","mutationList","hasMutation","length","observer","MutationObserver","observe","info","disconnect","error"],"mappings":";;AAAO,SAASA,eAAeA,CAACC,IAAiB,EAAa;AAC5D,EAAA,IAAIA,IAAI,EAAE;AACR,IAAA,MAAMC,QAAQ,GAAGD,IAAI,CAACE,gBAAgB,CAAC,0BAA0B,CAAC,CAAA;AAClE,IAAA,MAAMC,aAAa,GAAGC,KAAK,CAACC,IAAI,CAACJ,QAAQ,CAAC,CAAA;AAC1C,IAAA,OAAOE,aAAa,CAAA;AACtB,GAAA;AACA,EAAA,OAAO,EAAE,CAAA;AACX;;ACMA;AACA;AACA;AACO,SAASG,mBAAmBA,CAAAC,IAAA,EAAAC,KAAA,EAIlB;EAAA,IAJmB;AAClCC,IAAAA,GAAAA;AACa,GAAC,GAAAF,IAAA,CAAA;EAAA,IAAE;AAChBG,IAAAA,MAAAA;AACY,GAAC,GAAAF,KAAA,CAAA;AACb;AACA,EAAA,MAAMG,UAAU,GAAGF,GAAG,CAACG,OAAsB,CAAA;EAC7C,MAAM,CAACC,YAAY,EAAEC,eAAe,CAAC,GAAGC,QAAQ,CAAY,EAAE,CAAC,CAAA;;AAE/D;AACAC,EAAAA,eAAe,CAAC,MAAM;AACpB,IAAA,IAAIL,UAAU,EAAE;AACd,MAAA,MAAMV,QAAQ,GAAGF,eAAe,CAACY,UAAU,CAAC,CAAA;MAC5CG,eAAe,CAACb,QAAQ,CAAC,CAAA;AAC3B,KAAA;AACF,GAAC,EAAE,CAACU,UAAU,CAAC,CAAC,CAAA;AAEhBM,EAAAA,SAAS,CAAC,MAAM;AACd;AACA,IAAA,MAAMC,MAAM,GAAG;AAAEC,MAAAA,SAAS,EAAE,IAAI;AAAEC,MAAAA,OAAO,EAAE,IAAA;KAAM,CAAA;;AAEjD;IACA,MAAMC,QAAQ,GAAIC,YAA8B,IAAW;AACzD,MAAA,MAAMC,WAAW,GAAGD,YAAY,CAACE,MAAM,GAAG,CAAC,CAAA;AAC3C,MAAA,IAAID,WAAW,EAAE;AACfT,QAAAA,eAAe,CAACf,eAAe,CAACY,UAAU,CAAC,CAAC,CAAA;AAC9C,OAAA;KACD,CAAA;;AAED;AACA,IAAA,MAAMc,QAAQ,GAAG,IAAIC,gBAAgB,CAACL,QAAQ,CAAC,CAAA;AAE/C,IAAA,IAAIV,UAAU,EAAE;AACd;AACAc,MAAAA,QAAQ,CAACE,OAAO,CAAChB,UAAU,EAAEO,MAAM,CAAC,CAAA;AACpCR,MAAAA,MAAM,CAACkB,IAAI,CAAC,uCAAuC,EAAE;QAAEH,QAAQ;AAAEP,QAAAA,MAAAA;AAAO,OAAC,CAAC,CAAA;AAC5E,KAAA;AAEA,IAAA,OAAO,MAAM;MACX,IAAI;QACFO,QAAQ,CAACI,UAAU,EAAE,CAAA;AACrBnB,QAAAA,MAAM,CAACkB,IAAI,CAAC,4CAA4C,EAAE;AAAEH,UAAAA,QAAAA;AAAS,SAAC,CAAC,CAAA;OACxE,CAAC,OAAOK,KAAK,EAAE;AACdpB,QAAAA,MAAM,CAACoB,KAAK,CAAC,iDAAiD,EAAE;AAAEL,UAAAA,QAAAA;AAAS,SAAC,CAAC,CAAA;AAC/E,OAAA;KACD,CAAA;AACH,GAAC,EAAE,CAACd,UAAU,CAAC,CAAC,CAAA;AAChB,EAAA,OAAOE,YAAY,CAAA;AACrB;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from './_rollupPluginBabelHelpers-b483a7d2.js';
|
|
2
2
|
import { useState, useRef, useCallback } from 'react';
|
|
3
|
-
import { u as useMediaQueryContext } from './MediaQueryContext-
|
|
3
|
+
import { u as useMediaQueryContext } from './MediaQueryContext-3082308b.js';
|
|
4
4
|
|
|
5
5
|
const DEFAULT_DURATION = 300;
|
|
6
6
|
function preventDefault(e) {
|
|
@@ -82,4 +82,4 @@ function useLongPress(_ref) {
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
export { useLongPress as u };
|
|
85
|
-
//# sourceMappingURL=useLongPress-
|
|
85
|
+
//# sourceMappingURL=useLongPress-81ea622f.js.map
|