@sendbird/uikit-react 3.3.6 → 3.3.7-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +34 -34
- package/CHANGELOG.md +17 -0
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +27 -27
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +24 -24
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +25 -25
- package/Channel/components/RemoveMessageModal.js +16 -16
- package/Channel/components/SuggestedMentionList.js +16 -16
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +27 -27
- package/ChannelList/components/AddChannel.js +15 -15
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +28 -28
- package/ChannelList/components/ChannelPreview.js +24 -24
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +29 -28
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-0acdc048.js → ChannelListProvider-e7339d8c.js} +67 -12
- package/ChannelListProvider-e7339d8c.js.map +1 -0
- package/{ChannelProvider-725d7d1d.js → ChannelProvider-16c5544e.js} +36 -32
- package/ChannelProvider-16c5544e.js.map +1 -0
- package/ChannelSettings/components/ChannelProfile.js +12 -12
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/ChannelSettings/components/EditDetailsModal.js +12 -12
- 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-0f611910.js → CreateChannelProvider-1aa2025b.js} +1 -1
- package/{CreateChannelProvider-0f611910.js.map → CreateChannelProvider-1aa2025b.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +10 -10
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-18d80268.js → LocalizationContext-c8119a4d.js} +3 -3
- package/{LocalizationContext-18d80268.js.map → LocalizationContext-c8119a4d.js.map} +1 -1
- package/{MediaQueryContext-090910cd.js → MediaQueryContext-14f0e614.js} +1 -1
- package/{MediaQueryContext-090910cd.js.map → MediaQueryContext-14f0e614.js.map} +1 -1
- package/{MemberList-2f5e3cee.js → MemberList-d87a1b9a.js} +13 -6
- package/MemberList-d87a1b9a.js.map +1 -0
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +35 -33
- package/MessageSearch/context.js.map +1 -1
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/OpenChannel/components/OpenChannelUI.js +24 -24
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +24 -24
- package/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +13 -13
- package/{OpenChannelListProvider-86f46582.js → OpenChannelListProvider-7141158c.js} +3 -3
- package/{OpenChannelListProvider-86f46582.js.map → OpenChannelListProvider-7141158c.js.map} +1 -1
- package/{OpenChannelProvider-b51d74f5.js → OpenChannelProvider-f5d93311.js} +7 -7
- package/{OpenChannelProvider-b51d74f5.js.map → OpenChannelProvider-f5d93311.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- 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-af130425.js → RemoveMessageModal-afad72a1.js} +3 -3
- package/{RemoveMessageModal-af130425.js.map → RemoveMessageModal-afad72a1.js.map} +1 -1
- package/SendbirdProvider.js +10 -10
- package/SendbirdProvider.js.map +1 -1
- package/Thread/components/ParentMessageInfo.js +21 -21
- package/Thread/components/ParentMessageInfoItem.js +14 -14
- package/Thread/components/ThreadHeader.js +6 -6
- package/Thread/components/ThreadList.js +24 -24
- package/Thread/components/ThreadListItem.js +24 -24
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +26 -26
- package/Thread/context.js +8 -8
- package/Thread.js +26 -26
- package/{ThreadProvider-2c626537.js → ThreadProvider-611aaf8b.js} +6 -6
- package/{ThreadProvider-2c626537.js.map → ThreadProvider-611aaf8b.js.map} +1 -1
- package/{UserProfileContext-b97d337b.js → UserProfileContext-82be3db3.js} +1 -1
- package/{UserProfileContext-b97d337b.js.map → UserProfileContext-82be3db3.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-ff9b2c51.js → _rollupPluginBabelHelpers-03564bc5.js} +1 -1
- package/_rollupPluginBabelHelpers-03564bc5.js.map +1 -0
- package/{actionTypes-47956ffa.js → actionTypes-9d11a9b7.js} +1 -1
- package/{actionTypes-47956ffa.js.map → actionTypes-9d11a9b7.js.map} +1 -1
- package/cjs/App.js +34 -34
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +27 -27
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +24 -24
- package/cjs/Channel/components/MessageInput.js +16 -16
- package/cjs/Channel/components/MessageList.js +25 -25
- package/cjs/Channel/components/RemoveMessageModal.js +16 -16
- package/cjs/Channel/components/SuggestedMentionList.js +16 -16
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +27 -27
- package/cjs/ChannelList/components/AddChannel.js +15 -15
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +28 -28
- package/cjs/ChannelList/components/ChannelPreview.js +24 -24
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +29 -28
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-5df99911.js → ChannelListProvider-a487db78.js} +66 -11
- package/cjs/ChannelListProvider-a487db78.js.map +1 -0
- package/cjs/{ChannelProvider-cb8a51f5.js → ChannelProvider-fd6409a8.js} +36 -32
- package/cjs/ChannelProvider-fd6409a8.js.map +1 -0
- package/cjs/ChannelSettings/components/ChannelProfile.js +12 -12
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +12 -12
- 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-0a273d90.js → CreateChannelProvider-ac23f4d9.js} +1 -1
- package/cjs/{CreateChannelProvider-0a273d90.js.map → CreateChannelProvider-ac23f4d9.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +10 -10
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +10 -10
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-f97df901.js → LocalizationContext-ace09ab6.js} +3 -3
- package/cjs/{LocalizationContext-f97df901.js.map → LocalizationContext-ace09ab6.js.map} +1 -1
- package/cjs/{MediaQueryContext-32a5ff1a.js → MediaQueryContext-4c243ae6.js} +1 -1
- package/cjs/{MediaQueryContext-32a5ff1a.js.map → MediaQueryContext-4c243ae6.js.map} +1 -1
- package/cjs/{MemberList-fa8eaf62.js → MemberList-39afb1a2.js} +13 -6
- package/cjs/MemberList-39afb1a2.js.map +1 -0
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +35 -33
- package/cjs/MessageSearch/context.js.map +1 -1
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +13 -13
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +24 -24
- package/cjs/OpenChannel/components/OpenChannelUI.js +24 -24
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +24 -24
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +13 -13
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +13 -13
- package/cjs/{OpenChannelListProvider-eb542100.js → OpenChannelListProvider-3b3f26a6.js} +3 -3
- package/cjs/{OpenChannelListProvider-eb542100.js.map → OpenChannelListProvider-3b3f26a6.js.map} +1 -1
- package/cjs/{OpenChannelProvider-5f42d696.js → OpenChannelProvider-1120b4b2.js} +7 -7
- package/cjs/{OpenChannelProvider-5f42d696.js.map → OpenChannelProvider-1120b4b2.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- 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-2fe760cb.js → RemoveMessageModal-38503b81.js} +3 -3
- package/cjs/{RemoveMessageModal-2fe760cb.js.map → RemoveMessageModal-38503b81.js.map} +1 -1
- package/cjs/SendbirdProvider.js +10 -10
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/Thread/components/ParentMessageInfo.js +21 -21
- package/cjs/Thread/components/ParentMessageInfoItem.js +14 -14
- package/cjs/Thread/components/ThreadHeader.js +6 -6
- package/cjs/Thread/components/ThreadList.js +24 -24
- package/cjs/Thread/components/ThreadListItem.js +24 -24
- package/cjs/Thread/components/ThreadMessageInput.js +16 -16
- package/cjs/Thread/components/ThreadUI.js +26 -26
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +26 -26
- package/cjs/{ThreadProvider-72dcc4ab.js → ThreadProvider-bc8ea720.js} +6 -6
- package/cjs/{ThreadProvider-72dcc4ab.js.map → ThreadProvider-bc8ea720.js.map} +1 -1
- package/cjs/{UserProfileContext-18f7c3a6.js → UserProfileContext-fae16479.js} +1 -1
- package/cjs/{UserProfileContext-18f7c3a6.js.map → UserProfileContext-fae16479.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-3c7afd9c.js → _rollupPluginBabelHelpers-02902127.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-02902127.js.map +1 -0
- package/cjs/{actionTypes-a74c9a7b.js → actionTypes-e130fb57.js} +1 -1
- package/cjs/{actionTypes-a74c9a7b.js.map → actionTypes-e130fb57.js.map} +1 -1
- package/cjs/{color-780f6723.js → color-536225b3.js} +1 -1
- package/cjs/{color-780f6723.js.map → color-536225b3.js.map} +1 -1
- package/cjs/{compareIds-583e51ba.js → compareIds-9feec0fb.js} +1 -1
- package/cjs/{compareIds-583e51ba.js.map → compareIds-9feec0fb.js.map} +1 -1
- package/cjs/{const-2eccd1a7.js → const-08c0a380.js} +1 -1
- package/cjs/{const-2eccd1a7.js.map → const-08c0a380.js.map} +1 -1
- package/cjs/{const-492525b1.js → const-a8ea4bc8.js} +1 -1
- package/cjs/{const-492525b1.js.map → const-a8ea4bc8.js.map} +1 -1
- package/cjs/{context-b5ce420e.js → context-b13ff74a.js} +2 -2
- package/cjs/{context-b5ce420e.js.map → context-b13ff74a.js.map} +1 -1
- package/cjs/dist/index.css +58 -55
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-641997ac.js → index-2757696a.js} +3 -3
- package/cjs/{index-641997ac.js.map → index-2757696a.js.map} +1 -1
- package/cjs/{index-deac63ad.js → index-33462597.js} +7 -7
- package/cjs/{index-deac63ad.js.map → index-33462597.js.map} +1 -1
- package/cjs/{index-059ace2e.js → index-3e6ea382.js} +5 -5
- package/cjs/{index-059ace2e.js.map → index-3e6ea382.js.map} +1 -1
- package/cjs/{index-6db9817d.js → index-4d328360.js} +1 -1
- package/cjs/{index-6db9817d.js.map → index-4d328360.js.map} +1 -1
- package/cjs/{index-a2e9d2d3.js → index-6dd24635.js} +4 -4
- package/cjs/{index-a2e9d2d3.js.map → index-6dd24635.js.map} +1 -1
- package/cjs/{index-e9363a3a.js → index-8acf124b.js} +2 -2
- package/cjs/{index-e9363a3a.js.map → index-8acf124b.js.map} +1 -1
- package/cjs/{index-fe4ed3a7.js → index-8b16d134.js} +2 -2
- package/cjs/{index-fe4ed3a7.js.map → index-8b16d134.js.map} +1 -1
- package/cjs/{index-af7e72b0.js → index-a3ec84b4.js} +2 -2
- package/cjs/{index-af7e72b0.js.map → index-a3ec84b4.js.map} +1 -1
- package/cjs/{index-ee34e881.js → index-a434a147.js} +1 -1
- package/cjs/{index-ee34e881.js.map → index-a434a147.js.map} +1 -1
- package/cjs/{index-2f1100d1.js → index-c4000ca9.js} +2 -2
- package/cjs/{index-2f1100d1.js.map → index-c4000ca9.js.map} +1 -1
- package/cjs/{index-21526550.js → index-e30cba63.js} +7 -7
- package/cjs/{index-21526550.js.map → index-e30cba63.js.map} +1 -1
- package/cjs/{index-ae6284ae.js → index-e9624ce0.js} +2 -2
- package/cjs/{index-ae6284ae.js.map → index-e9624ce0.js.map} +1 -1
- package/cjs/index.js +38 -38
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-b7a88492.js → stringSet-6f1ae22f.js} +1 -1
- package/cjs/{stringSet-b7a88492.js.map → stringSet-6f1ae22f.js.map} +1 -1
- package/cjs/{topics-02d19bd7.js → topics-27e1fae9.js} +1 -1
- package/cjs/{topics-02d19bd7.js.map → topics-27e1fae9.js.map} +1 -1
- package/cjs/{tslib.es6-fde0dfbe.js → tslib.es6-0626ad00.js} +1 -1
- package/cjs/{tslib.es6-fde0dfbe.js.map → tslib.es6-0626ad00.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/BottomSheet.js +1 -1
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/Checkbox.js +5 -4
- package/cjs/ui/Checkbox.js.map +1 -1
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.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/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +11 -11
- package/cjs/ui/MessageContent.js +20 -20
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +10 -10
- package/cjs/ui/Modal.js +7 -7
- package/cjs/ui/OGMessageItemBody.js +11 -11
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +16 -16
- package/cjs/ui/OpenchannelOGMessage.js +16 -16
- package/cjs/ui/OpenchannelThumbnailMessage.js +15 -15
- package/cjs/ui/OpenchannelUserMessage.js +16 -16
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +11 -11
- package/cjs/ui/ThreadReplies.js +6 -6
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useLongPress-0167e59c.js → useLongPress-a90dd2a4.js} +3 -3
- package/cjs/{useLongPress-0167e59c.js.map → useLongPress-a90dd2a4.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-8fb2ac56.js → utils-00ef5b9d.js} +1 -1
- package/cjs/{utils-8fb2ac56.js.map → utils-00ef5b9d.js.map} +1 -1
- package/cjs/{utils-5c18b9a3.js → utils-5e8af8fc.js} +2 -2
- package/cjs/{utils-5c18b9a3.js.map → utils-5e8af8fc.js.map} +1 -1
- package/cjs/{utils-5172c63a.js → utils-aa1a4288.js} +1 -1
- package/cjs/{utils-5172c63a.js.map → utils-aa1a4288.js.map} +1 -1
- package/cjs/{utils-280337ff.js → utils-b5452f20.js} +1 -1
- package/cjs/{utils-280337ff.js.map → utils-b5452f20.js.map} +1 -1
- package/cjs/{uuid-a7340c0b.js → uuid-4673dc04.js} +1 -1
- package/cjs/{uuid-a7340c0b.js.map → uuid-4673dc04.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-874fad60.js → color-2afb534d.js} +1 -1
- package/{color-874fad60.js.map → color-2afb534d.js.map} +1 -1
- package/{compareIds-6d933e55.js → compareIds-14eda0e2.js} +1 -1
- package/{compareIds-6d933e55.js.map → compareIds-14eda0e2.js.map} +1 -1
- package/{const-d0b9ef03.js → const-82f390fb.js} +1 -1
- package/{const-d0b9ef03.js.map → const-82f390fb.js.map} +1 -1
- package/{const-3c9cbe82.js → const-894c1f7a.js} +1 -1
- package/{const-3c9cbe82.js.map → const-894c1f7a.js.map} +1 -1
- package/{context-8fdca3df.js → context-6ea94634.js} +2 -2
- package/{context-8fdca3df.js.map → context-6ea94634.js.map} +1 -1
- package/dist/index.css +58 -55
- package/dist/index.css.map +1 -1
- package/{index-8a4055b8.js → index-1c7f1933.js} +2 -2
- package/{index-8a4055b8.js.map → index-1c7f1933.js.map} +1 -1
- package/{index-508fde69.js → index-39a6d05a.js} +5 -5
- package/{index-508fde69.js.map → index-39a6d05a.js.map} +1 -1
- package/{index-38cc690b.js → index-42d42ed5.js} +7 -7
- package/{index-38cc690b.js.map → index-42d42ed5.js.map} +1 -1
- package/{index-686c220a.js → index-47ffbb65.js} +2 -2
- package/{index-686c220a.js.map → index-47ffbb65.js.map} +1 -1
- package/{index-7f5ef1e1.js → index-51deabbf.js} +2 -2
- package/{index-7f5ef1e1.js.map → index-51deabbf.js.map} +1 -1
- package/{index-1c396c78.js → index-5a6b11d2.js} +4 -4
- package/{index-1c396c78.js.map → index-5a6b11d2.js.map} +1 -1
- package/{index-a0a7b2d5.js → index-85ae7001.js} +1 -1
- package/{index-a0a7b2d5.js.map → index-85ae7001.js.map} +1 -1
- package/{index-e9f7e30a.js → index-aebde211.js} +7 -7
- package/{index-e9f7e30a.js.map → index-aebde211.js.map} +1 -1
- package/{index-f4ea44d2.js → index-b5461a88.js} +3 -3
- package/{index-f4ea44d2.js.map → index-b5461a88.js.map} +1 -1
- package/{index-b01ec750.js → index-c8f0ed84.js} +2 -2
- package/{index-b01ec750.js.map → index-c8f0ed84.js.map} +1 -1
- package/{index-dc6ec6c6.js → index-e8a6a0df.js} +2 -2
- package/{index-dc6ec6c6.js.map → index-e8a6a0df.js.map} +1 -1
- package/{index-d1cf8ac0.js → index-fde13261.js} +1 -1
- package/{index-d1cf8ac0.js.map → index-fde13261.js.map} +1 -1
- package/index.d.ts +2 -1
- package/index.js +38 -38
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-9e97eb68.js → stringSet-9fae0b1d.js} +1 -1
- package/{stringSet-9e97eb68.js.map → stringSet-9fae0b1d.js.map} +1 -1
- package/{topics-c899a4b5.js → topics-2392c733.js} +1 -1
- package/{topics-c899a4b5.js.map → topics-2392c733.js.map} +1 -1
- package/{tslib.es6-356e4352.js → tslib.es6-0713b47f.js} +1 -1
- package/{tslib.es6-356e4352.js.map → tslib.es6-0713b47f.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/BottomSheet.js +1 -1
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/Checkbox.js +5 -4
- package/ui/Checkbox.js.map +1 -1
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +11 -11
- package/ui/MessageContent.js +20 -20
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +10 -10
- package/ui/Modal.js +7 -7
- package/ui/OGMessageItemBody.js +11 -11
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- package/ui/OpenchannelFileMessage.js +16 -16
- package/ui/OpenchannelOGMessage.js +16 -16
- package/ui/OpenchannelThumbnailMessage.js +15 -15
- package/ui/OpenchannelUserMessage.js +16 -16
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +11 -11
- package/ui/ThreadReplies.js +6 -6
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +10 -10
- package/ui/Word.js +11 -11
- package/{useLongPress-b6324cd2.js → useLongPress-b4ff7ad2.js} +3 -3
- package/{useLongPress-b6324cd2.js.map → useLongPress-b4ff7ad2.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-11d16985.js → utils-aca630a5.js} +1 -1
- package/{utils-11d16985.js.map → utils-aca630a5.js.map} +1 -1
- package/{utils-eda8644e.js → utils-c1217a88.js} +2 -2
- package/{utils-eda8644e.js.map → utils-c1217a88.js.map} +1 -1
- package/{utils-ab38ad8d.js → utils-e8644eb2.js} +1 -1
- package/{utils-ab38ad8d.js.map → utils-e8644eb2.js.map} +1 -1
- package/{utils-c4ad9122.js → utils-feb3f5f5.js} +1 -1
- package/{utils-c4ad9122.js.map → utils-feb3f5f5.js.map} +1 -1
- package/{uuid-40d04eb4.js → uuid-715c0b7d.js} +1 -1
- package/{uuid-40d04eb4.js.map → uuid-715c0b7d.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/ChannelListProvider-0acdc048.js.map +0 -1
- package/ChannelProvider-725d7d1d.js.map +0 -1
- package/MemberList-2f5e3cee.js.map +0 -1
- package/_rollupPluginBabelHelpers-ff9b2c51.js.map +0 -1
- package/cjs/ChannelListProvider-5df99911.js.map +0 -1
- package/cjs/ChannelProvider-cb8a51f5.js.map +0 -1
- package/cjs/MemberList-fa8eaf62.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-3c7afd9c.js.map +0 -1
package/ui/ConnectionStatus.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-c8119a4d.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../index-
|
|
6
|
+
import '../stringSet-9fae0b1d.js';
|
|
7
|
+
import '../index-85ae7001.js';
|
|
8
8
|
|
|
9
9
|
function ConnectionStatus() {
|
|
10
10
|
var stringSet = useContext(LocalizationContext).stringSet;
|
package/ui/ContextMenu.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useEffect } from 'react';
|
|
2
|
-
import { b as __extends, _ as __assign } from '../tslib.es6-
|
|
2
|
+
import { b as __extends, _ as __assign } from '../tslib.es6-0713b47f.js';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
4
|
import SortByRow from './SortByRow.js';
|
|
5
|
-
import { h as getClassName } from '../index-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
-
import '../uuid-
|
|
5
|
+
import { h as getClassName } from '../index-51deabbf.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
7
|
+
import '../uuid-715c0b7d.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
10
|
+
import '../stringSet-9fae0b1d.js';
|
|
11
11
|
|
|
12
12
|
var MenuItems$1 =
|
|
13
13
|
/** @class */
|
package/ui/DateSeparator.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-0713b47f.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { C as Colors, c as changeColorToClassName } from '../color-
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
3
|
+
import { C as Colors, c as changeColorToClassName } from '../color-2afb534d.js';
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
6
|
+
import '../stringSet-9fae0b1d.js';
|
|
7
7
|
|
|
8
8
|
var DateSeparator = function (_a) {
|
|
9
9
|
var _b = _a.children,
|
package/ui/EmojiReactions.js
CHANGED
|
@@ -6,17 +6,17 @@ import ReactionButton from './ReactionButton.js';
|
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
8
8
|
import ContextMenu, { EmojiListItems } from './ContextMenu.js';
|
|
9
|
-
import { G as getEmojiMapAll, h as getClassName, H as isReactedBy, I as getEmojiTooltipString, x as getEmojiListAll } from '../index-
|
|
10
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
11
|
-
import '../tslib.es6-
|
|
12
|
-
import '../index-
|
|
9
|
+
import { G as getEmojiMapAll, h as getClassName, H as isReactedBy, I as getEmojiTooltipString, x as getEmojiListAll } from '../index-51deabbf.js';
|
|
10
|
+
import { a as LocalizationContext } from '../LocalizationContext-c8119a4d.js';
|
|
11
|
+
import '../tslib.es6-0713b47f.js';
|
|
12
|
+
import '../index-1c7f1933.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-9fae0b1d.js';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import './SortByRow.js';
|
|
17
|
-
import '../uuid-
|
|
17
|
+
import '../uuid-715c0b7d.js';
|
|
18
18
|
import '../utils/message/getOutgoingMessageState.js';
|
|
19
|
-
import '../index-
|
|
19
|
+
import '../index-85ae7001.js';
|
|
20
20
|
|
|
21
21
|
var EmojiReactions = function (_a) {
|
|
22
22
|
var _b, _c;
|
|
@@ -1,13 +1,13 @@
|
|
|
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-1c7f1933.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import TextButton from './TextButton.js';
|
|
5
|
-
import { h as getClassName, J as getUIKitFileType, t as truncateString } from '../index-
|
|
6
|
-
import { C as Colors } from '../color-
|
|
7
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
5
|
+
import { h as getClassName, J as getUIKitFileType, t as truncateString } from '../index-51deabbf.js';
|
|
6
|
+
import { C as Colors } from '../color-2afb534d.js';
|
|
7
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-14f0e614.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../tslib.es6-
|
|
9
|
+
import '../stringSet-9fae0b1d.js';
|
|
10
|
+
import '../tslib.es6-0713b47f.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
|
|
13
13
|
function FileMessageItemBody(_a) {
|
package/ui/FileViewer.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
4
|
-
import { M as MODAL_ROOT } from '../index-
|
|
5
|
-
import { D as isSupportedFileView, E as isVideo, F as isImage } from '../index-
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-c8119a4d.js';
|
|
4
|
+
import { M as MODAL_ROOT } from '../index-fde13261.js';
|
|
5
|
+
import { D as isSupportedFileView, E as isVideo, F as isImage } from '../index-51deabbf.js';
|
|
6
6
|
import Avatar from './Avatar.js';
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../tslib.es6-
|
|
9
|
+
import '../stringSet-9fae0b1d.js';
|
|
10
|
+
import '../index-85ae7001.js';
|
|
11
|
+
import '../tslib.es6-0713b47f.js';
|
|
12
12
|
import '../utils/message/getOutgoingMessageState.js';
|
|
13
13
|
import './ImageRenderer.js';
|
|
14
|
-
import '../uuid-
|
|
14
|
+
import '../uuid-715c0b7d.js';
|
|
15
15
|
import 'prop-types';
|
|
16
16
|
|
|
17
17
|
var FileViewerComponent = function (_a) {
|
package/ui/IconButton.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __spreadArray, _ as __assign } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray, _ as __assign } from '../tslib.es6-0713b47f.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
|
|
4
4
|
var IconButton = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
package/ui/ImageRenderer.js
CHANGED
package/ui/Input.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useState } 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-1c7f1933.js';
|
|
3
3
|
import 'prop-types';
|
|
4
|
-
import '../stringSet-
|
|
4
|
+
import '../stringSet-9fae0b1d.js';
|
|
5
5
|
|
|
6
6
|
var InputLabel = function (_a) {
|
|
7
7
|
var children = _a.children;
|
package/ui/Label.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'react';
|
|
2
2
|
import 'prop-types';
|
|
3
|
-
export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-
|
|
4
|
-
import '../stringSet-
|
|
3
|
+
export { b as LabelColors, c as LabelStringSet, a as LabelTypography, L as default } from '../index-1c7f1933.js';
|
|
4
|
+
import '../stringSet-9fae0b1d.js';
|
|
5
5
|
//# sourceMappingURL=Label.js.map
|
package/ui/LinkLabel.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
4
|
-
import '../stringSet-
|
|
3
|
+
import { d as changeColorToClassName, L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
4
|
+
import '../stringSet-9fae0b1d.js';
|
|
5
5
|
|
|
6
6
|
const http = /https?:\/\//;
|
|
7
7
|
function LinkLabel(_ref) {
|
package/ui/Loader.js
CHANGED
package/ui/MentionLabel.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useCallback } from 'react';
|
|
2
2
|
import ContextMenu, { MenuItems } from './ContextMenu.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-1c7f1933.js';
|
|
4
4
|
import UserProfile from './UserProfile.js';
|
|
5
5
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
6
|
-
import '../tslib.es6-
|
|
6
|
+
import '../tslib.es6-0713b47f.js';
|
|
7
7
|
import 'react-dom';
|
|
8
8
|
import './SortByRow.js';
|
|
9
|
-
import '../uuid-
|
|
10
|
-
import '../index-
|
|
9
|
+
import '../uuid-715c0b7d.js';
|
|
10
|
+
import '../index-51deabbf.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../LocalizationContext-
|
|
15
|
-
import '../index-
|
|
16
|
-
import '../UserProfileContext-
|
|
13
|
+
import '../stringSet-9fae0b1d.js';
|
|
14
|
+
import '../LocalizationContext-c8119a4d.js';
|
|
15
|
+
import '../index-85ae7001.js';
|
|
16
|
+
import '../UserProfileContext-82be3db3.js';
|
|
17
17
|
import '../sendbirdSelectors.js';
|
|
18
|
-
import '../topics-
|
|
19
|
-
import '../utils-
|
|
18
|
+
import '../topics-2392c733.js';
|
|
19
|
+
import '../utils-aca630a5.js';
|
|
20
20
|
import './Avatar.js';
|
|
21
21
|
import './ImageRenderer.js';
|
|
22
22
|
import './Icon.js';
|
|
23
23
|
import './Button.js';
|
|
24
24
|
import '../withSendbird.js';
|
|
25
|
-
import '../_rollupPluginBabelHelpers-
|
|
25
|
+
import '../_rollupPluginBabelHelpers-03564bc5.js';
|
|
26
26
|
|
|
27
27
|
function MentionLabel(props) {
|
|
28
28
|
var _a, _b, _c;
|
package/ui/MessageContent.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { a as _extends } from '../_rollupPluginBabelHelpers-
|
|
2
|
-
import { _ as __assign } from '../tslib.es6-
|
|
1
|
+
import { a as _extends } from '../_rollupPluginBabelHelpers-03564bc5.js';
|
|
2
|
+
import { _ as __assign } from '../tslib.es6-0713b47f.js';
|
|
3
3
|
import React__default, { useState, useContext, useRef } from 'react';
|
|
4
|
-
import { f as format } from '../index-
|
|
4
|
+
import { f as format } from '../index-e8a6a0df.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import UserProfile from './UserProfile.js';
|
|
7
|
-
import { M as MessageStatus } from '../index-
|
|
7
|
+
import { M as MessageStatus } from '../index-aebde211.js';
|
|
8
8
|
import MessageItemMenu from './MessageItemMenu.js';
|
|
9
9
|
import MessageItemReactionMenu from './MessageItemReactionMenu.js';
|
|
10
10
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
12
12
|
import EmojiReactions from './EmojiReactions.js';
|
|
13
13
|
import AdminMessage from './AdminMessage.js';
|
|
14
14
|
import TextMessageItemBody from './TextMessageItemBody.js';
|
|
@@ -17,30 +17,30 @@ import ThumbnailMessageItemBody from './ThumbnailMessageItemBody.js';
|
|
|
17
17
|
import OGMessageItemBody from './OGMessageItemBody.js';
|
|
18
18
|
import UnknownMessageItemBody from './UnknownMessageItemBody.js';
|
|
19
19
|
import QuoteMessage from './QuoteMessage.js';
|
|
20
|
-
import { r as isUserMessage, s as isSentMessage, u as isFailedMessage, v as isPendingMessage, l as isFileMessage, w as copyToClipboard, x as getEmojiListAll, y as getUIKitMessageTypes, n as isThumbnailMessage, h as getClassName, z as getSenderName, A as isTextMessage, B as isOGMessage, C as getUIKitMessageType } from '../index-
|
|
21
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
22
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
20
|
+
import { r as isUserMessage, s as isSentMessage, u as isFailedMessage, v as isPendingMessage, l as isFileMessage, w as copyToClipboard, x as getEmojiListAll, y as getUIKitMessageTypes, n as isThumbnailMessage, h as getClassName, z as getSenderName, A as isTextMessage, B as isOGMessage, C as getUIKitMessageType } from '../index-51deabbf.js';
|
|
21
|
+
import { a as UserProfileContext } from '../UserProfileContext-82be3db3.js';
|
|
22
|
+
import { u as useLocalization } from '../LocalizationContext-c8119a4d.js';
|
|
23
23
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
24
|
-
import { u as useLongPress } from '../useLongPress-
|
|
24
|
+
import { u as useLongPress } from '../useLongPress-b4ff7ad2.js';
|
|
25
25
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
26
26
|
import BottomSheet from './BottomSheet.js';
|
|
27
27
|
import ImageRenderer from './ImageRenderer.js';
|
|
28
28
|
import ReactionButton from './ReactionButton.js';
|
|
29
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
29
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-14f0e614.js';
|
|
30
30
|
import ThreadReplies from './ThreadReplies.js';
|
|
31
|
-
import { T as ThreadReplySelectType } from '../const-
|
|
32
|
-
import '../index-
|
|
33
|
-
import '../uuid-
|
|
31
|
+
import { T as ThreadReplySelectType } from '../const-894c1f7a.js';
|
|
32
|
+
import '../index-85ae7001.js';
|
|
33
|
+
import '../uuid-715c0b7d.js';
|
|
34
34
|
import 'prop-types';
|
|
35
35
|
import '../sendbirdSelectors.js';
|
|
36
|
-
import '../topics-
|
|
37
|
-
import '../utils-
|
|
36
|
+
import '../topics-2392c733.js';
|
|
37
|
+
import '../utils-aca630a5.js';
|
|
38
38
|
import './Button.js';
|
|
39
|
-
import '../stringSet-
|
|
39
|
+
import '../stringSet-9fae0b1d.js';
|
|
40
40
|
import './Loader.js';
|
|
41
41
|
import '../utils/message/getOutgoingMessageState.js';
|
|
42
|
-
import '../index-
|
|
43
|
-
import '../index-
|
|
42
|
+
import '../index-b5461a88.js';
|
|
43
|
+
import '../index-47ffbb65.js';
|
|
44
44
|
import './IconButton.js';
|
|
45
45
|
import 'react-dom';
|
|
46
46
|
import './SortByRow.js';
|
|
@@ -51,9 +51,9 @@ import './Word.js';
|
|
|
51
51
|
import './LinkLabel.js';
|
|
52
52
|
import './MentionLabel.js';
|
|
53
53
|
import './TextButton.js';
|
|
54
|
-
import '../color-
|
|
54
|
+
import '../color-2afb534d.js';
|
|
55
55
|
import '../withSendbird.js';
|
|
56
|
-
import '../index-
|
|
56
|
+
import '../index-fde13261.js';
|
|
57
57
|
|
|
58
58
|
var MobileContextMenu = function (props) {
|
|
59
59
|
var _a;
|
package/ui/MessageInput.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2 } from '../_rollupPluginBabelHelpers-03564bc5.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useMemo, useEffect, useCallback } from 'react';
|
|
3
3
|
import { renderToString } from 'react-dom/server';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-
|
|
6
|
-
import { U as USER_MENTION_TEMP_CHAR } from '../const-
|
|
5
|
+
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-82f390fb.js';
|
|
6
|
+
import { U as USER_MENTION_TEMP_CHAR } from '../const-894c1f7a.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
8
|
import Button, { ButtonTypes, ButtonSizes } from './Button.js';
|
|
9
9
|
import MentionUserLabel from './MentionUserLabel.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
12
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
13
|
-
import { j as convertWordToStringObj, S as StringObjType, k as arrayEqual, h as getClassName } from '../index-
|
|
14
|
-
import '../tslib.es6-
|
|
15
|
-
import '../stringSet-
|
|
16
|
-
import '../index-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
12
|
+
import { a as LocalizationContext } from '../LocalizationContext-c8119a4d.js';
|
|
13
|
+
import { j as convertWordToStringObj, S as StringObjType, k as arrayEqual, h as getClassName } from '../index-51deabbf.js';
|
|
14
|
+
import '../tslib.es6-0713b47f.js';
|
|
15
|
+
import '../stringSet-9fae0b1d.js';
|
|
16
|
+
import '../index-85ae7001.js';
|
|
17
17
|
import '../utils/message/getOutgoingMessageState.js';
|
|
18
18
|
|
|
19
19
|
// https://davidwalsh.name/javascript-debounce-function
|
package/ui/MessageItemMenu.js
CHANGED
|
@@ -2,17 +2,17 @@ import React__default, { useContext, useRef } from 'react';
|
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
|
-
import { r as isUserMessage, s as isSentMessage, u as isFailedMessage, v as isPendingMessage, h as getClassName, w as copyToClipboard } from '../index-
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import '../tslib.es6-
|
|
5
|
+
import { r as isUserMessage, s as isSentMessage, u as isFailedMessage, v as isPendingMessage, h as getClassName, w as copyToClipboard } from '../index-51deabbf.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-c8119a4d.js';
|
|
7
|
+
import '../tslib.es6-0713b47f.js';
|
|
8
8
|
import 'react-dom';
|
|
9
9
|
import './SortByRow.js';
|
|
10
|
-
import '../uuid-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../uuid-715c0b7d.js';
|
|
11
|
+
import '../index-1c7f1933.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
13
|
+
import '../stringSet-9fae0b1d.js';
|
|
14
14
|
import '../utils/message/getOutgoingMessageState.js';
|
|
15
|
-
import '../index-
|
|
15
|
+
import '../index-85ae7001.js';
|
|
16
16
|
|
|
17
17
|
function MessageItemMenu(_a) {
|
|
18
18
|
var _b;
|
|
@@ -4,14 +4,14 @@ import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
5
|
import ImageRenderer from './ImageRenderer.js';
|
|
6
6
|
import ReactionButton from './ReactionButton.js';
|
|
7
|
-
import { v as isPendingMessage, u as isFailedMessage, h as getClassName, x as getEmojiListAll } from '../index-
|
|
8
|
-
import '../tslib.es6-
|
|
7
|
+
import { v as isPendingMessage, u as isFailedMessage, h as getClassName, x as getEmojiListAll } from '../index-51deabbf.js';
|
|
8
|
+
import '../tslib.es6-0713b47f.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './SortByRow.js';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../uuid-715c0b7d.js';
|
|
12
|
+
import '../index-1c7f1933.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../stringSet-
|
|
14
|
+
import '../stringSet-9fae0b1d.js';
|
|
15
15
|
import '../utils/message/getOutgoingMessageState.js';
|
|
16
16
|
|
|
17
17
|
function MessageItemReactionMenu(_a) {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-0713b47f.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import Avatar from './Avatar.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
7
|
-
import { f as format } from '../index-
|
|
8
|
-
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
6
|
+
import { u as useLocalization } from '../LocalizationContext-c8119a4d.js';
|
|
7
|
+
import { f as format } from '../index-e8a6a0df.js';
|
|
8
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-b5461a88.js';
|
|
9
9
|
import './ImageRenderer.js';
|
|
10
|
-
import '../uuid-
|
|
10
|
+
import '../uuid-715c0b7d.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
14
|
-
import '../index-
|
|
12
|
+
import '../stringSet-9fae0b1d.js';
|
|
13
|
+
import '../index-85ae7001.js';
|
|
14
|
+
import '../index-47ffbb65.js';
|
|
15
15
|
|
|
16
16
|
function getCreatedAt(_a) {
|
|
17
17
|
var createdAt = _a.createdAt,
|
package/ui/MessageSearchItem.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-0713b47f.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-
|
|
3
|
+
import { f as format } from '../index-e8a6a0df.js';
|
|
4
|
+
import { i as isToday, a as isYesterday, b as isThisYear } from '../index-b5461a88.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
7
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
8
|
-
import '../index-
|
|
9
|
-
import '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
7
|
+
import { u as useLocalization } from '../LocalizationContext-c8119a4d.js';
|
|
8
|
+
import '../index-85ae7001.js';
|
|
9
|
+
import '../index-47ffbb65.js';
|
|
10
10
|
import './ImageRenderer.js';
|
|
11
11
|
import './Icon.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../uuid-
|
|
14
|
-
import '../stringSet-
|
|
13
|
+
import '../uuid-715c0b7d.js';
|
|
14
|
+
import '../stringSet-9fae0b1d.js';
|
|
15
15
|
|
|
16
16
|
function getCreatedAt (_a) {
|
|
17
17
|
var createdAt = _a.createdAt,
|
package/ui/MessageStatus.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-0713b47f.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import '../index-
|
|
3
|
+
import '../index-e8a6a0df.js';
|
|
4
4
|
import './Icon.js';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-1c7f1933.js';
|
|
6
6
|
import './Loader.js';
|
|
7
|
-
import '../index-
|
|
7
|
+
import '../index-51deabbf.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
export { e as MessageStatusTypes, M as default } from '../index-
|
|
10
|
-
import '../LocalizationContext-
|
|
11
|
-
import '../index-
|
|
9
|
+
export { e as MessageStatusTypes, M as default } from '../index-aebde211.js';
|
|
10
|
+
import '../LocalizationContext-c8119a4d.js';
|
|
11
|
+
import '../index-85ae7001.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../index-
|
|
13
|
+
import '../stringSet-9fae0b1d.js';
|
|
14
|
+
import '../index-b5461a88.js';
|
|
15
|
+
import '../index-47ffbb65.js';
|
|
16
16
|
//# sourceMappingURL=MessageStatus.js.map
|
package/ui/Modal.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
|
-
import { M as MODAL_ROOT } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { M as MODAL_ROOT } from '../index-fde13261.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-c8119a4d.js';
|
|
5
5
|
import Button, { ButtonTypes } from './Button.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-
|
|
9
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
12
|
-
import '../tslib.es6-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
9
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-14f0e614.js';
|
|
10
|
+
import '../stringSet-9fae0b1d.js';
|
|
11
|
+
import '../index-85ae7001.js';
|
|
12
|
+
import '../tslib.es6-0713b47f.js';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
15
|
var ModalHeader = function (_a) {
|
package/ui/OGMessageItemBody.js
CHANGED
|
@@ -2,30 +2,30 @@ import React__default, { useContext, useMemo } from 'react';
|
|
|
2
2
|
import Word from './Word.js';
|
|
3
3
|
import ImageRenderer from './ImageRenderer.js';
|
|
4
4
|
import Icon, { IconTypes } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { u as uuidv4 } from '../uuid-
|
|
7
|
-
import { h as getClassName, d as isEditedMessage } from '../index-
|
|
8
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
6
|
+
import { u as uuidv4 } from '../uuid-715c0b7d.js';
|
|
7
|
+
import { h as getClassName, d as isEditedMessage } from '../index-51deabbf.js';
|
|
8
|
+
import { a as LocalizationContext } from '../LocalizationContext-c8119a4d.js';
|
|
9
9
|
import './LinkLabel.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import './MentionLabel.js';
|
|
12
12
|
import './ContextMenu.js';
|
|
13
|
-
import '../tslib.es6-
|
|
13
|
+
import '../tslib.es6-0713b47f.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import './SortByRow.js';
|
|
16
16
|
import '../utils/message/getOutgoingMessageState.js';
|
|
17
|
-
import '../stringSet-
|
|
17
|
+
import '../stringSet-9fae0b1d.js';
|
|
18
18
|
import './UserProfile.js';
|
|
19
|
-
import '../UserProfileContext-
|
|
19
|
+
import '../UserProfileContext-82be3db3.js';
|
|
20
20
|
import '../sendbirdSelectors.js';
|
|
21
|
-
import '../topics-
|
|
22
|
-
import '../utils-
|
|
21
|
+
import '../topics-2392c733.js';
|
|
22
|
+
import '../utils-aca630a5.js';
|
|
23
23
|
import './Avatar.js';
|
|
24
24
|
import './Button.js';
|
|
25
25
|
import '../useSendbirdStateContext.js';
|
|
26
26
|
import '../withSendbird.js';
|
|
27
|
-
import '../_rollupPluginBabelHelpers-
|
|
28
|
-
import '../index-
|
|
27
|
+
import '../_rollupPluginBabelHelpers-03564bc5.js';
|
|
28
|
+
import '../index-85ae7001.js';
|
|
29
29
|
|
|
30
30
|
function OGMessageItemBody(_a) {
|
|
31
31
|
var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-0713b47f.js';
|
|
2
2
|
import React__default from 'react';
|
|
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-1c7f1933.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-9fae0b1d.js';
|
|
6
6
|
|
|
7
7
|
function OpenChannelAdminMessage(_a) {
|
|
8
8
|
var className = _a.className,
|
package/ui/OpenChannelAvatar.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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-
|
|
5
|
-
import '../tslib.es6-
|
|
3
|
+
import { a as LocalizationContext } from '../LocalizationContext-c8119a4d.js';
|
|
4
|
+
import { b as getOpenChannelAvatar } from '../utils-e8644eb2.js';
|
|
5
|
+
import '../tslib.es6-0713b47f.js';
|
|
6
6
|
import './ImageRenderer.js';
|
|
7
7
|
import './Icon.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../uuid-
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
9
|
+
import '../uuid-715c0b7d.js';
|
|
10
|
+
import '../stringSet-9fae0b1d.js';
|
|
11
|
+
import '../index-85ae7001.js';
|
|
12
12
|
|
|
13
13
|
function ChannelAvatar(_a) {
|
|
14
14
|
var channel = _a.channel,
|
|
@@ -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-
|
|
7
|
-
import '../tslib.es6-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-1c7f1933.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-c8119a4d.js';
|
|
7
|
+
import '../tslib.es6-0713b47f.js';
|
|
8
8
|
import './ImageRenderer.js';
|
|
9
|
-
import '../uuid-
|
|
9
|
+
import '../uuid-715c0b7d.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../stringSet-9fae0b1d.js';
|
|
12
|
+
import '../index-85ae7001.js';
|
|
13
13
|
|
|
14
14
|
function OpenchannelConversationHeader(_a) {
|
|
15
15
|
var coverImage = _a.coverImage,
|