@sendbird/uikit-react 3.3.0 → 3.3.1
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 +33 -33
- package/CHANGELOG.md +28 -0
- package/Channel/components/ChannelHeader.js +18 -18
- package/Channel/components/ChannelUI.js +25 -25
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +21 -21
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +23 -23
- 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 +25 -25
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +27 -27
- package/ChannelList/components/ChannelPreview.js +23 -23
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +27 -27
- package/{ChannelListProvider-b13103dc.js → ChannelListProvider-52bd5651.js} +8 -8
- package/{ChannelListProvider-b13103dc.js.map → ChannelListProvider-52bd5651.js.map} +1 -1
- package/{ChannelProvider-1f4902ed.js → ChannelProvider-27d5b294.js} +9 -9
- package/{ChannelProvider-1f4902ed.js.map → ChannelProvider-27d5b294.js.map} +1 -1
- 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 +17 -17
- package/ChannelSettings/components/ModerationPanel.js.map +1 -1
- 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-cc047bd8.js → CreateChannelProvider-03cb2281.js} +1 -1
- package/{CreateChannelProvider-cc047bd8.js.map → CreateChannelProvider-03cb2281.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-a600fb50.js → LocalizationContext-a2ee218e.js} +3 -3
- package/{LocalizationContext-a600fb50.js.map → LocalizationContext-a2ee218e.js.map} +1 -1
- package/{MediaQueryContext-bdfbc4af.js → MediaQueryContext-96f92333.js} +1 -1
- package/{MediaQueryContext-bdfbc4af.js.map → MediaQueryContext-96f92333.js.map} +1 -1
- package/{MemberList-afcf6013.js → MemberList-cadd6aae.js} +6 -6
- package/MemberList-cadd6aae.js.map +1 -0
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +2 -2
- 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-ebaf7387.js → OpenChannelListProvider-d6405c58.js} +3 -3
- package/{OpenChannelListProvider-ebaf7387.js.map → OpenChannelListProvider-d6405c58.js.map} +1 -1
- package/{OpenChannelProvider-44644559.js → OpenChannelProvider-8500e794.js} +7 -7
- package/{OpenChannelProvider-44644559.js.map → OpenChannelProvider-8500e794.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-779f1a33.js → RemoveMessageModal-fb214954.js} +3 -3
- package/{RemoveMessageModal-779f1a33.js.map → RemoveMessageModal-fb214954.js.map} +1 -1
- package/SendbirdProvider.js +10 -10
- 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 +21 -21
- package/Thread/components/ThreadListItem.js +23 -23
- package/Thread/components/ThreadListItem.js.map +1 -1
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +42 -42
- package/Thread/components/ThreadUI.js.map +1 -1
- package/Thread/context/types.js +8 -8
- package/Thread/context/types.js.map +1 -1
- package/Thread/context.js +8 -8
- package/Thread.js +23 -23
- package/{ThreadProvider-4cfa4d07.js → ThreadProvider-6533cce5.js} +40 -40
- package/ThreadProvider-6533cce5.js.map +1 -0
- package/{UserProfileContext-14ece55d.js → UserProfileContext-48debc66.js} +1 -1
- package/{UserProfileContext-14ece55d.js.map → UserProfileContext-48debc66.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-409f988a.js → _rollupPluginBabelHelpers-10025601.js} +1 -1
- package/_rollupPluginBabelHelpers-10025601.js.map +1 -0
- package/{actionTypes-8328df66.js → actionTypes-92eca572.js} +1 -1
- package/{actionTypes-8328df66.js.map → actionTypes-92eca572.js.map} +1 -1
- package/cjs/App.js +33 -33
- package/cjs/Channel/components/ChannelHeader.js +18 -18
- package/cjs/Channel/components/ChannelUI.js +25 -25
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +21 -21
- package/cjs/Channel/components/MessageInput.js +16 -16
- package/cjs/Channel/components/MessageList.js +23 -23
- 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 +25 -25
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +27 -27
- package/cjs/ChannelList/components/ChannelPreview.js +23 -23
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +27 -27
- package/cjs/{ChannelListProvider-043f5c12.js → ChannelListProvider-4c4df121.js} +8 -8
- package/cjs/{ChannelListProvider-043f5c12.js.map → ChannelListProvider-4c4df121.js.map} +1 -1
- package/cjs/{ChannelProvider-a765f8a9.js → ChannelProvider-91732cb1.js} +9 -9
- package/cjs/{ChannelProvider-a765f8a9.js.map → ChannelProvider-91732cb1.js.map} +1 -1
- 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 +17 -17
- package/cjs/ChannelSettings/components/ModerationPanel.js.map +1 -1
- 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-21cd6f2d.js → CreateChannelProvider-700edfa3.js} +1 -1
- package/cjs/{CreateChannelProvider-21cd6f2d.js.map → CreateChannelProvider-700edfa3.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-9a1e0d36.js → LocalizationContext-aceff142.js} +3 -3
- package/cjs/{LocalizationContext-9a1e0d36.js.map → LocalizationContext-aceff142.js.map} +1 -1
- package/cjs/{MediaQueryContext-7f516d81.js → MediaQueryContext-4e0e5fa0.js} +1 -1
- package/cjs/{MediaQueryContext-7f516d81.js.map → MediaQueryContext-4e0e5fa0.js.map} +1 -1
- package/cjs/{MemberList-d94db4e4.js → MemberList-64fe8750.js} +6 -6
- package/cjs/MemberList-64fe8750.js.map +1 -0
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +2 -2
- 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-eeb6652b.js → OpenChannelListProvider-b463de8f.js} +3 -3
- package/cjs/{OpenChannelListProvider-eeb6652b.js.map → OpenChannelListProvider-b463de8f.js.map} +1 -1
- package/cjs/{OpenChannelProvider-cdba865d.js → OpenChannelProvider-a9395e51.js} +7 -7
- package/cjs/{OpenChannelProvider-cdba865d.js.map → OpenChannelProvider-a9395e51.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-b64c35a1.js → RemoveMessageModal-5564628f.js} +3 -3
- package/cjs/{RemoveMessageModal-b64c35a1.js.map → RemoveMessageModal-5564628f.js.map} +1 -1
- package/cjs/SendbirdProvider.js +10 -10
- 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 +21 -21
- package/cjs/Thread/components/ThreadListItem.js +23 -23
- package/cjs/Thread/components/ThreadListItem.js.map +1 -1
- package/cjs/Thread/components/ThreadMessageInput.js +16 -16
- package/cjs/Thread/components/ThreadUI.js +41 -41
- package/cjs/Thread/components/ThreadUI.js.map +1 -1
- package/cjs/Thread/context/types.js +7 -7
- package/cjs/Thread/context/types.js.map +1 -1
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +23 -23
- package/cjs/{ThreadProvider-8ba81f66.js → ThreadProvider-f769fa97.js} +39 -39
- package/cjs/ThreadProvider-f769fa97.js.map +1 -0
- package/cjs/{UserProfileContext-2648d24c.js → UserProfileContext-d3796c43.js} +1 -1
- package/cjs/{UserProfileContext-2648d24c.js.map → UserProfileContext-d3796c43.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-ada5a2bb.js → _rollupPluginBabelHelpers-35f4fb95.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-35f4fb95.js.map +1 -0
- package/cjs/{actionTypes-abac810a.js → actionTypes-2d9b28a2.js} +1 -1
- package/cjs/{actionTypes-abac810a.js.map → actionTypes-2d9b28a2.js.map} +1 -1
- package/cjs/{color-4b850c2c.js → color-cd73928c.js} +1 -1
- package/cjs/{color-4b850c2c.js.map → color-cd73928c.js.map} +1 -1
- package/cjs/{compareIds-03d1c5fd.js → compareIds-21076814.js} +1 -1
- package/cjs/{compareIds-03d1c5fd.js.map → compareIds-21076814.js.map} +1 -1
- package/cjs/{const-cd2f7184.js → const-3fa61e98.js} +1 -1
- package/cjs/{const-cd2f7184.js.map → const-3fa61e98.js.map} +1 -1
- package/cjs/{const-5080a6f8.js → const-8d6360d6.js} +1 -1
- package/cjs/{const-5080a6f8.js.map → const-8d6360d6.js.map} +1 -1
- package/cjs/{context-6cdd2472.js → context-d948b2a3.js} +2 -2
- package/cjs/{context-6cdd2472.js.map → context-d948b2a3.js.map} +1 -1
- package/cjs/dist/index.css +119 -119
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-3d069920.js → index-016638d4.js} +1 -1
- package/cjs/{index-3d069920.js.map → index-016638d4.js.map} +1 -1
- package/cjs/{index-6ca5c151.js → index-05ae57d2.js} +1 -1
- package/cjs/{index-6ca5c151.js.map → index-05ae57d2.js.map} +1 -1
- package/cjs/{index-aa5520c6.js → index-0df83215.js} +4 -4
- package/cjs/{index-aa5520c6.js.map → index-0df83215.js.map} +1 -1
- package/cjs/{index-b22bca49.js → index-426f9c86.js} +5 -5
- package/cjs/{index-b22bca49.js.map → index-426f9c86.js.map} +1 -1
- package/cjs/{index-e8737199.js → index-5a9c52c8.js} +7 -7
- package/cjs/{index-e8737199.js.map → index-5a9c52c8.js.map} +1 -1
- package/cjs/{index-867fdcc7.js → index-7fbe9731.js} +2 -2
- package/cjs/{index-867fdcc7.js.map → index-7fbe9731.js.map} +1 -1
- package/cjs/{index-b5c769e1.js → index-a0186f0c.js} +2 -2
- package/cjs/{index-b5c769e1.js.map → index-a0186f0c.js.map} +1 -1
- package/cjs/{index-d714b895.js → index-b1236a45.js} +2 -2
- package/cjs/{index-d714b895.js.map → index-b1236a45.js.map} +1 -1
- package/cjs/{index-8316c57b.js → index-bc88a42a.js} +2 -2
- package/cjs/{index-8316c57b.js.map → index-bc88a42a.js.map} +1 -1
- package/cjs/{index-7bee0d10.js → index-bec99c28.js} +4 -4
- package/cjs/{index-7bee0d10.js.map → index-bec99c28.js.map} +1 -1
- package/cjs/{index-5bc31321.js → index-ee3dea46.js} +2 -2
- package/cjs/{index-5bc31321.js.map → index-ee3dea46.js.map} +1 -1
- package/cjs/index.js +37 -37
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-2696d00d.js → stringSet-5be1fe6f.js} +1 -1
- package/cjs/{stringSet-2696d00d.js.map → stringSet-5be1fe6f.js.map} +1 -1
- package/cjs/{topics-528fde56.js → topics-2e4c3ced.js} +1 -1
- package/cjs/{topics-528fde56.js.map → topics-2e4c3ced.js.map} +1 -1
- package/cjs/{tslib.es6-259cb5ca.js → tslib.es6-dcbdfa23.js} +1 -1
- package/cjs/{tslib.es6-259cb5ca.js.map → tslib.es6-dcbdfa23.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/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 +17 -17
- 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 +7 -7
- 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 +15 -15
- package/cjs/ui/UserListItem.js.map +1 -1
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useLongPress-0f645baa.js → useLongPress-65a7820f.js} +3 -3
- package/cjs/{useLongPress-0f645baa.js.map → useLongPress-65a7820f.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-7a127b25.js → utils-53510f50.js} +2 -2
- package/cjs/{utils-7a127b25.js.map → utils-53510f50.js.map} +1 -1
- package/cjs/{utils-30f11636.js → utils-9aaac017.js} +1 -1
- package/cjs/{utils-30f11636.js.map → utils-9aaac017.js.map} +1 -1
- package/cjs/{utils-afb14420.js → utils-c9257c48.js} +1 -1
- package/cjs/{utils-afb14420.js.map → utils-c9257c48.js.map} +1 -1
- package/cjs/{utils-3f734812.js → utils-caddd0b9.js} +1 -1
- package/cjs/{utils-3f734812.js.map → utils-caddd0b9.js.map} +1 -1
- package/cjs/{uuid-4e015383.js → uuid-41344041.js} +1 -1
- package/cjs/{uuid-4e015383.js.map → uuid-41344041.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-592f66aa.js → color-44aacd9d.js} +1 -1
- package/{color-592f66aa.js.map → color-44aacd9d.js.map} +1 -1
- package/{compareIds-62c0f89f.js → compareIds-8eb1d39b.js} +1 -1
- package/{compareIds-62c0f89f.js.map → compareIds-8eb1d39b.js.map} +1 -1
- package/{const-654f9496.js → const-058747fd.js} +1 -1
- package/{const-654f9496.js.map → const-058747fd.js.map} +1 -1
- package/{const-55d2d983.js → const-91230c77.js} +1 -1
- package/{const-55d2d983.js.map → const-91230c77.js.map} +1 -1
- package/{context-5ee0e892.js → context-6b10730b.js} +2 -2
- package/{context-5ee0e892.js.map → context-6b10730b.js.map} +1 -1
- package/dist/index.css +119 -119
- package/dist/index.css.map +1 -1
- package/{index-897750c3.js → index-1151fc99.js} +5 -5
- package/{index-897750c3.js.map → index-1151fc99.js.map} +1 -1
- package/{index-07f9c3d9.js → index-1cb07f11.js} +2 -2
- package/{index-07f9c3d9.js.map → index-1cb07f11.js.map} +1 -1
- package/{index-1a5c804a.js → index-2ed15d17.js} +2 -2
- package/{index-1a5c804a.js.map → index-2ed15d17.js.map} +1 -1
- package/{index-8a738c8a.js → index-4d2cd872.js} +1 -1
- package/{index-8a738c8a.js.map → index-4d2cd872.js.map} +1 -1
- package/{index-0a92d5f4.js → index-5e3e4a3b.js} +7 -7
- package/{index-0a92d5f4.js.map → index-5e3e4a3b.js.map} +1 -1
- package/{index-2ea0adbb.js → index-711fa4f5.js} +2 -2
- package/{index-2ea0adbb.js.map → index-711fa4f5.js.map} +1 -1
- package/{index-165910a3.js → index-8ef21be7.js} +4 -4
- package/{index-165910a3.js.map → index-8ef21be7.js.map} +1 -1
- package/{index-191a1508.js → index-b47afab6.js} +2 -2
- package/{index-191a1508.js.map → index-b47afab6.js.map} +1 -1
- package/{index-719ce4f1.js → index-cc33f656.js} +1 -1
- package/{index-719ce4f1.js.map → index-cc33f656.js.map} +1 -1
- package/{index-04212901.js → index-d6a53251.js} +4 -4
- package/{index-04212901.js.map → index-d6a53251.js.map} +1 -1
- package/{index-bbd69eed.js → index-dd2a282a.js} +2 -2
- package/{index-bbd69eed.js.map → index-dd2a282a.js.map} +1 -1
- package/index.d.ts +24 -10
- package/index.js +37 -37
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-91224dde.js → stringSet-e0483fa6.js} +1 -1
- package/{stringSet-91224dde.js.map → stringSet-e0483fa6.js.map} +1 -1
- package/{topics-43edce25.js → topics-f32dcb99.js} +1 -1
- package/{topics-43edce25.js.map → topics-f32dcb99.js.map} +1 -1
- package/{tslib.es6-88db6fd7.js → tslib.es6-726f4eab.js} +1 -1
- package/{tslib.es6-88db6fd7.js.map → tslib.es6-726f4eab.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/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 +17 -17
- 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 +7 -7
- 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 +15 -15
- package/ui/UserListItem.js.map +1 -1
- package/ui/UserProfile.js +10 -10
- package/ui/Word.js +11 -11
- package/{useLongPress-9665cd48.js → useLongPress-7ab5ea31.js} +3 -3
- package/{useLongPress-9665cd48.js.map → useLongPress-7ab5ea31.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-37e7b76b.js → utils-0790e009.js} +1 -1
- package/{utils-37e7b76b.js.map → utils-0790e009.js.map} +1 -1
- package/{utils-c4ec02f0.js → utils-61afe2a6.js} +1 -1
- package/{utils-c4ec02f0.js.map → utils-61afe2a6.js.map} +1 -1
- package/{utils-776d4a47.js → utils-7b8631bb.js} +2 -2
- package/{utils-776d4a47.js.map → utils-7b8631bb.js.map} +1 -1
- package/{utils-d7d46e26.js → utils-d647bf4b.js} +1 -1
- package/{utils-d7d46e26.js.map → utils-d647bf4b.js.map} +1 -1
- package/{uuid-a6fa7f5c.js → uuid-5cf4dbb4.js} +1 -1
- package/{uuid-a6fa7f5c.js.map → uuid-5cf4dbb4.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/MemberList-afcf6013.js.map +0 -1
- package/ThreadProvider-4cfa4d07.js.map +0 -1
- package/_rollupPluginBabelHelpers-409f988a.js.map +0 -1
- package/cjs/MemberList-d94db4e4.js.map +0 -1
- package/cjs/ThreadProvider-8ba81f66.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-ada5a2bb.js.map +0 -1
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { a as _extends } from '../_rollupPluginBabelHelpers-
|
|
2
|
-
import { a as __spreadArray, _ as __assign } from '../tslib.es6-
|
|
1
|
+
import { a as _extends } from '../_rollupPluginBabelHelpers-10025601.js';
|
|
2
|
+
import { a as __spreadArray, _ as __assign } from '../tslib.es6-726f4eab.js';
|
|
3
3
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
4
|
-
import { f as format } from '../index-
|
|
4
|
+
import { f as format } from '../index-dd2a282a.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
8
8
|
import IconButton from './IconButton.js';
|
|
9
9
|
import ImageRenderer from './ImageRenderer.js';
|
|
10
10
|
import LinkLabel from './LinkLabel.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-b47afab6.js';
|
|
12
12
|
import Loader from './Loader.js';
|
|
13
13
|
import ConnectedUserProfile from './UserProfile.js';
|
|
14
14
|
import Word from './Word.js';
|
|
15
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
16
|
-
import { u as uuidv4 } from '../uuid-
|
|
17
|
-
import { c as copyToClipboard } from '../utils-
|
|
18
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
19
|
-
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-
|
|
15
|
+
import { a as UserProfileContext } from '../UserProfileContext-48debc66.js';
|
|
16
|
+
import { u as uuidv4 } from '../uuid-5cf4dbb4.js';
|
|
17
|
+
import { c as copyToClipboard } from '../utils-61afe2a6.js';
|
|
18
|
+
import { u as useLocalization } from '../LocalizationContext-a2ee218e.js';
|
|
19
|
+
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-711fa4f5.js';
|
|
20
20
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
21
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
22
|
-
import { u as useLongPress } from '../useLongPress-
|
|
23
|
-
import '../index-
|
|
21
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-96f92333.js';
|
|
22
|
+
import { u as useLongPress } from '../useLongPress-7ab5ea31.js';
|
|
23
|
+
import '../index-4d2cd872.js';
|
|
24
24
|
import 'prop-types';
|
|
25
25
|
import 'react-dom';
|
|
26
26
|
import './SortByRow.js';
|
|
27
|
-
import '../index-
|
|
27
|
+
import '../index-1cb07f11.js';
|
|
28
28
|
import '../utils/message/getOutgoingMessageState.js';
|
|
29
|
-
import '../stringSet-
|
|
29
|
+
import '../stringSet-e0483fa6.js';
|
|
30
30
|
import '../withSendbird.js';
|
|
31
31
|
import '../sendbirdSelectors.js';
|
|
32
|
-
import '../topics-
|
|
33
|
-
import '../utils-
|
|
32
|
+
import '../topics-f32dcb99.js';
|
|
33
|
+
import '../utils-0790e009.js';
|
|
34
34
|
import './Button.js';
|
|
35
35
|
import './MentionLabel.js';
|
|
36
36
|
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { a as _extends } from '../_rollupPluginBabelHelpers-
|
|
2
|
-
import { a as __spreadArray, _ as __assign } from '../tslib.es6-
|
|
1
|
+
import { a as _extends } from '../_rollupPluginBabelHelpers-10025601.js';
|
|
2
|
+
import { a as __spreadArray, _ as __assign } from '../tslib.es6-726f4eab.js';
|
|
3
3
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
4
|
-
import { f as format } from '../index-
|
|
5
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
4
|
+
import { f as format } from '../index-dd2a282a.js';
|
|
5
|
+
import { u as useLocalization } from '../LocalizationContext-a2ee218e.js';
|
|
6
6
|
import Avatar from './Avatar.js';
|
|
7
7
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
8
8
|
import Icon, { IconColors, IconTypes } from './Icon.js';
|
|
9
9
|
import IconButton from './IconButton.js';
|
|
10
10
|
import ImageRenderer from './ImageRenderer.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-b47afab6.js';
|
|
12
12
|
import Loader from './Loader.js';
|
|
13
13
|
import ConnectedUserProfile from './UserProfile.js';
|
|
14
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
15
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../index-
|
|
16
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
17
|
-
import { u as useLongPress } from '../useLongPress-
|
|
18
|
-
import '../index-
|
|
19
|
-
import '../stringSet-
|
|
20
|
-
import '../uuid-
|
|
14
|
+
import { a as UserProfileContext } from '../UserProfileContext-48debc66.js';
|
|
15
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, f as checkIsSent, d as checkIsPending, e as checkIsFailed } from '../index-711fa4f5.js';
|
|
16
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-96f92333.js';
|
|
17
|
+
import { u as useLongPress } from '../useLongPress-7ab5ea31.js';
|
|
18
|
+
import '../index-4d2cd872.js';
|
|
19
|
+
import '../stringSet-e0483fa6.js';
|
|
20
|
+
import '../uuid-5cf4dbb4.js';
|
|
21
21
|
import 'prop-types';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import './SortByRow.js';
|
|
24
|
-
import '../index-
|
|
24
|
+
import '../index-1cb07f11.js';
|
|
25
25
|
import '../utils/message/getOutgoingMessageState.js';
|
|
26
26
|
import '../withSendbird.js';
|
|
27
27
|
import '../sendbirdSelectors.js';
|
|
28
|
-
import '../topics-
|
|
29
|
-
import '../utils-
|
|
28
|
+
import '../topics-f32dcb99.js';
|
|
29
|
+
import '../utils-0790e009.js';
|
|
30
30
|
import './Button.js';
|
|
31
31
|
import '../useSendbirdStateContext.js';
|
|
32
32
|
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { a as _extends } from '../_rollupPluginBabelHelpers-
|
|
2
|
-
import { a as __spreadArray, _ as __assign } from '../tslib.es6-
|
|
1
|
+
import { a as _extends } from '../_rollupPluginBabelHelpers-10025601.js';
|
|
2
|
+
import { a as __spreadArray, _ as __assign } from '../tslib.es6-726f4eab.js';
|
|
3
3
|
import React__default, { useContext, useRef, useState, useEffect } from 'react';
|
|
4
|
-
import { f as format } from '../index-
|
|
4
|
+
import { f as format } from '../index-dd2a282a.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
8
8
|
import IconButton from './IconButton.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-b47afab6.js';
|
|
10
10
|
import Loader from './Loader.js';
|
|
11
11
|
import ConnectedUserProfile from './UserProfile.js';
|
|
12
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
13
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
14
|
-
import { c as copyToClipboard } from '../utils-
|
|
15
|
-
import { u as uuidv4 } from '../uuid-
|
|
16
|
-
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-
|
|
17
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
18
|
-
import { u as useLongPress } from '../useLongPress-
|
|
19
|
-
import { d as isEditedMessage } from '../index-
|
|
20
|
-
import '../index-
|
|
12
|
+
import { a as UserProfileContext } from '../UserProfileContext-48debc66.js';
|
|
13
|
+
import { u as useLocalization } from '../LocalizationContext-a2ee218e.js';
|
|
14
|
+
import { c as copyToClipboard } from '../utils-61afe2a6.js';
|
|
15
|
+
import { u as uuidv4 } from '../uuid-5cf4dbb4.js';
|
|
16
|
+
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-711fa4f5.js';
|
|
17
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-96f92333.js';
|
|
18
|
+
import { u as useLongPress } from '../useLongPress-7ab5ea31.js';
|
|
19
|
+
import { d as isEditedMessage } from '../index-1cb07f11.js';
|
|
20
|
+
import '../index-4d2cd872.js';
|
|
21
21
|
import './ImageRenderer.js';
|
|
22
22
|
import 'prop-types';
|
|
23
23
|
import 'react-dom';
|
|
24
24
|
import './SortByRow.js';
|
|
25
25
|
import '../utils/message/getOutgoingMessageState.js';
|
|
26
|
-
import '../stringSet-
|
|
26
|
+
import '../stringSet-e0483fa6.js';
|
|
27
27
|
import '../withSendbird.js';
|
|
28
28
|
import '../sendbirdSelectors.js';
|
|
29
|
-
import '../topics-
|
|
30
|
-
import '../utils-
|
|
29
|
+
import '../topics-f32dcb99.js';
|
|
30
|
+
import '../utils-0790e009.js';
|
|
31
31
|
import './Button.js';
|
|
32
32
|
import '../useSendbirdStateContext.js';
|
|
33
33
|
|
package/ui/PlaceHolder.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-726f4eab.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { a as PlaceHolderTypes, P as default } from '../index-
|
|
4
|
-
import '../LocalizationContext-
|
|
3
|
+
export { a as PlaceHolderTypes, P as default } from '../index-d6a53251.js';
|
|
4
|
+
import '../LocalizationContext-a2ee218e.js';
|
|
5
5
|
import './Icon.js';
|
|
6
|
-
import '../index-
|
|
6
|
+
import '../index-b47afab6.js';
|
|
7
7
|
import './Loader.js';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../index-
|
|
8
|
+
import '../stringSet-e0483fa6.js';
|
|
9
|
+
import '../index-4d2cd872.js';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
//# sourceMappingURL=PlaceHolder.js.map
|
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-b47afab6.js';
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
6
|
-
import { K as getUIKitFileTypes, h as getClassName, r as isUserMessage, n as isThumbnailMessage, E as isVideo, L as isGif, l as isFileMessage, D as isSupportedFileView, J as getUIKitFileType, t as truncateString } from '../index-
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-a2ee218e.js';
|
|
6
|
+
import { K as getUIKitFileTypes, h as getClassName, r as isUserMessage, n as isThumbnailMessage, E as isVideo, L as isGif, l as isFileMessage, D as isSupportedFileView, J as getUIKitFileType, t as truncateString } from '../index-1cb07f11.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
10
|
-
import '../index-
|
|
8
|
+
import '../stringSet-e0483fa6.js';
|
|
9
|
+
import '../tslib.es6-726f4eab.js';
|
|
10
|
+
import '../index-4d2cd872.js';
|
|
11
11
|
import '../utils/message/getOutgoingMessageState.js';
|
|
12
12
|
|
|
13
13
|
function QuoteMessage(_a) {
|
package/ui/QuoteMessageInput.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { l as isFileMessage, m as isImageMessage, n as isThumbnailMessage, o as isAudioMessage, h as getClassName, p as isGifMessage, q as isVideoMessage, r as isUserMessage } from '../index-
|
|
2
|
+
import { l as isFileMessage, m as isImageMessage, n as isThumbnailMessage, o as isAudioMessage, h as getClassName, p as isGifMessage, q as isVideoMessage, r as isUserMessage } from '../index-1cb07f11.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-b47afab6.js';
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-a2ee218e.js';
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
|
-
import '../tslib.es6-
|
|
7
|
+
import '../tslib.es6-726f4eab.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../stringSet-e0483fa6.js';
|
|
11
|
+
import '../index-4d2cd872.js';
|
|
12
12
|
|
|
13
13
|
var componentClassname = 'sendbird-quote_message_input__avatar';
|
|
14
14
|
function QuoteMessageThumbnail(_a) {
|
package/ui/ReactionBadge.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-726f4eab.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-b47afab6.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-e0483fa6.js';
|
|
6
6
|
|
|
7
7
|
var ReactionBadge = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
|
8
8
|
var _a = props.className,
|
package/ui/ReactionButton.js
CHANGED
package/ui/SortByRow.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-726f4eab.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { u as uuidv4 } from '../uuid-
|
|
3
|
+
import { u as uuidv4 } from '../uuid-5cf4dbb4.js';
|
|
4
4
|
|
|
5
5
|
var componentClassName = 'sendbird-sort-by-row';
|
|
6
6
|
function SortByRow(_a) {
|
package/ui/TextButton.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-726f4eab.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { C as Colors, c as changeColorToClassName } from '../color-
|
|
3
|
+
import { C as Colors, c as changeColorToClassName } from '../color-44aacd9d.js';
|
|
4
4
|
|
|
5
5
|
var TextButton = function (_a) {
|
|
6
6
|
var _b = _a.className,
|
|
@@ -1,14 +1,14 @@
|
|
|
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, d as isEditedMessage } from '../index-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-b47afab6.js';
|
|
3
|
+
import { h as getClassName, d as isEditedMessage } from '../index-1cb07f11.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-a2ee218e.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-5cf4dbb4.js';
|
|
6
6
|
import Word from './Word.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
8
|
+
import '../stringSet-e0483fa6.js';
|
|
9
|
+
import '../tslib.es6-726f4eab.js';
|
|
10
10
|
import '../utils/message/getOutgoingMessageState.js';
|
|
11
|
-
import '../index-
|
|
11
|
+
import '../index-4d2cd872.js';
|
|
12
12
|
import './LinkLabel.js';
|
|
13
13
|
import './MentionLabel.js';
|
|
14
14
|
import './ContextMenu.js';
|
|
@@ -16,11 +16,11 @@ import 'react-dom';
|
|
|
16
16
|
import './SortByRow.js';
|
|
17
17
|
import './UserProfile.js';
|
|
18
18
|
import '../withSendbird.js';
|
|
19
|
-
import '../_rollupPluginBabelHelpers-
|
|
20
|
-
import '../UserProfileContext-
|
|
19
|
+
import '../_rollupPluginBabelHelpers-10025601.js';
|
|
20
|
+
import '../UserProfileContext-48debc66.js';
|
|
21
21
|
import '../sendbirdSelectors.js';
|
|
22
|
-
import '../topics-
|
|
23
|
-
import '../utils-
|
|
22
|
+
import '../topics-f32dcb99.js';
|
|
23
|
+
import '../utils-0790e009.js';
|
|
24
24
|
import './Avatar.js';
|
|
25
25
|
import './ImageRenderer.js';
|
|
26
26
|
import './Icon.js';
|
package/ui/ThreadReplies.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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-
|
|
7
|
-
import '../tslib.es6-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-b47afab6.js';
|
|
5
|
+
import { u as useLocalization } from '../LocalizationContext-a2ee218e.js';
|
|
6
|
+
import { u as uuidv4 } from '../uuid-5cf4dbb4.js';
|
|
7
|
+
import '../tslib.es6-726f4eab.js';
|
|
8
8
|
import './ImageRenderer.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../stringSet-e0483fa6.js';
|
|
11
|
+
import '../index-4d2cd872.js';
|
|
12
12
|
|
|
13
13
|
function ThreadReplies(_a) {
|
|
14
14
|
var _b;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React__default, { useState } from 'react';
|
|
2
2
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
3
3
|
import ImageRenderer from './ImageRenderer.js';
|
|
4
|
-
import { h as getClassName, s as isSentMessage, q as isVideoMessage, p as isGifMessage } from '../index-
|
|
4
|
+
import { h as getClassName, s as isSentMessage, q as isVideoMessage, p as isGifMessage } from '../index-1cb07f11.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../tslib.es6-
|
|
6
|
+
import '../tslib.es6-726f4eab.js';
|
|
7
7
|
import '../utils/message/getOutgoingMessageState.js';
|
|
8
8
|
|
|
9
9
|
function ThumbnailMessageItemBody(_a) {
|
package/ui/Tooltip.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-726f4eab.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-b47afab6.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-e0483fa6.js';
|
|
6
6
|
|
|
7
7
|
function Tooltip(_a) {
|
|
8
8
|
var _b = _a.className,
|
package/ui/TooltipWrapper.js
CHANGED
|
@@ -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-b47afab6.js';
|
|
3
|
+
import { h as getClassName } from '../index-1cb07f11.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-a2ee218e.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../tslib.es6-
|
|
6
|
+
import '../stringSet-e0483fa6.js';
|
|
7
|
+
import '../tslib.es6-726f4eab.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import '../index-
|
|
9
|
+
import '../index-4d2cd872.js';
|
|
10
10
|
|
|
11
11
|
function UnknownMessageItemBody(_a) {
|
|
12
12
|
var _b;
|
package/ui/UserListItem.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-726f4eab.js';
|
|
2
2
|
import React__default, { useContext } from 'react';
|
|
3
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
3
|
+
import { a as UserProfileContext } from '../UserProfileContext-48debc66.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-a2ee218e.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import MutedAvatarOverlay from './MutedAvatarOverlay.js';
|
|
7
7
|
import Checkbox from './Checkbox.js';
|
|
8
8
|
import ConnectedUserProfile from './UserProfile.js';
|
|
9
9
|
import ContextMenu, { MenuItems } from './ContextMenu.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-b47afab6.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
12
|
+
import '../stringSet-e0483fa6.js';
|
|
13
|
+
import '../index-4d2cd872.js';
|
|
14
14
|
import './ImageRenderer.js';
|
|
15
15
|
import './Icon.js';
|
|
16
|
-
import '../uuid-
|
|
16
|
+
import '../uuid-5cf4dbb4.js';
|
|
17
17
|
import '../withSendbird.js';
|
|
18
|
-
import '../_rollupPluginBabelHelpers-
|
|
18
|
+
import '../_rollupPluginBabelHelpers-10025601.js';
|
|
19
19
|
import '../sendbirdSelectors.js';
|
|
20
|
-
import '../topics-
|
|
21
|
-
import '../utils-
|
|
20
|
+
import '../topics-f32dcb99.js';
|
|
21
|
+
import '../utils-0790e009.js';
|
|
22
22
|
import './Button.js';
|
|
23
23
|
import 'react-dom';
|
|
24
24
|
import './SortByRow.js';
|
|
25
|
-
import '../index-
|
|
25
|
+
import '../index-1cb07f11.js';
|
|
26
26
|
import '../utils/message/getOutgoingMessageState.js';
|
|
27
27
|
|
|
28
28
|
function UserListItem(_a) {
|
|
@@ -33,7 +33,7 @@ function UserListItem(_a) {
|
|
|
33
33
|
isOperator = _a.isOperator,
|
|
34
34
|
disabled = _a.disabled,
|
|
35
35
|
disableMessaging = _a.disableMessaging,
|
|
36
|
-
|
|
36
|
+
currentUser = _a.currentUser,
|
|
37
37
|
action = _a.action,
|
|
38
38
|
onChange = _a.onChange;
|
|
39
39
|
var uniqueKey = user.userId;
|
|
@@ -81,12 +81,12 @@ function UserListItem(_a) {
|
|
|
81
81
|
}
|
|
82
82
|
}, renderUserProfile ? renderUserProfile({
|
|
83
83
|
user: user,
|
|
84
|
-
currentUserId:
|
|
84
|
+
currentUserId: currentUser,
|
|
85
85
|
close: closeDropdown
|
|
86
86
|
}) : /*#__PURE__*/React__default.createElement(ConnectedUserProfile, {
|
|
87
87
|
disableMessaging: disableMessaging,
|
|
88
88
|
user: user,
|
|
89
|
-
currentUserId:
|
|
89
|
+
currentUserId: currentUser,
|
|
90
90
|
onSuccess: closeDropdown
|
|
91
91
|
}));
|
|
92
92
|
}
|
|
@@ -94,7 +94,7 @@ function UserListItem(_a) {
|
|
|
94
94
|
className: "sendbird-user-list-item__title",
|
|
95
95
|
type: LabelTypography.SUBTITLE_1,
|
|
96
96
|
color: LabelColors.ONBACKGROUND_1
|
|
97
|
-
}, user.nickname || stringSet.NO_NAME,
|
|
97
|
+
}, user.nickname || stringSet.NO_NAME, currentUser === user.userId && ' (You)'), // if there is now nickname, display userId
|
|
98
98
|
!user.nickname && /*#__PURE__*/React__default.createElement(Label, {
|
|
99
99
|
className: "sendbird-user-list-item__subtitle",
|
|
100
100
|
type: LabelTypography.CAPTION_3,
|
package/ui/UserListItem.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserListItem.js","sources":["../../src/ui/UserListItem/index.tsx"],"sourcesContent":["import React, { ChangeEvent, MutableRefObject, ReactElement, useContext } from 'react';\nimport { User } from '@sendbird/chat';\nimport { Member } from '@sendbird/chat/groupChannel';\nimport './index.scss';\n\nimport { UserProfileContext } from '../../lib/UserProfileContext';\nimport { LocalizationContext } from '../../lib/LocalizationContext';\nimport Avatar from '../Avatar/index';\nimport MutedAvatarOverlay from '../Avatar/MutedAvatarOverlay';\nimport Checkbox from '../Checkbox';\nimport UserProfile from '../UserProfile';\nimport ContextMenu, { MenuItems } from '../ContextMenu';\nimport Label, { LabelTypography, LabelColors } from '../Label';\n\nexport interface UserListItemProps {\n user: User;\n className?: string;\n checked?: boolean;\n checkBox?: boolean;\n isOperator?: boolean;\n disabled?: boolean;\n disableMessaging?: boolean;\n
|
|
1
|
+
{"version":3,"file":"UserListItem.js","sources":["../../src/ui/UserListItem/index.tsx"],"sourcesContent":["import React, { ChangeEvent, MutableRefObject, ReactElement, useContext } from 'react';\nimport { User } from '@sendbird/chat';\nimport { Member } from '@sendbird/chat/groupChannel';\nimport './index.scss';\n\nimport { UserProfileContext } from '../../lib/UserProfileContext';\nimport { LocalizationContext } from '../../lib/LocalizationContext';\nimport Avatar from '../Avatar/index';\nimport MutedAvatarOverlay from '../Avatar/MutedAvatarOverlay';\nimport Checkbox from '../Checkbox';\nimport UserProfile from '../UserProfile';\nimport ContextMenu, { MenuItems } from '../ContextMenu';\nimport Label, { LabelTypography, LabelColors } from '../Label';\n\nexport interface UserListItemProps {\n user: User;\n className?: string;\n checked?: boolean;\n checkBox?: boolean;\n isOperator?: boolean;\n disabled?: boolean;\n disableMessaging?: boolean;\n currentUser?: string;\n action?({ actionRef, parentRef }: {\n actionRef: MutableRefObject<any>,\n parentRef?: MutableRefObject<any>,\n }): ReactElement;\n onChange?(e: ChangeEvent<HTMLInputElement>): void;\n}\n\nexport default function UserListItem({\n user,\n className,\n checked,\n checkBox,\n isOperator,\n disabled,\n disableMessaging,\n currentUser,\n action,\n onChange,\n}: UserListItemProps): ReactElement {\n const uniqueKey = user.userId;\n const actionRef = React.useRef(null);\n const parentRef = React.useRef(null);\n const avatarRef = React.useRef(null);\n const {\n disableUserProfile,\n renderUserProfile,\n } = useContext<UserProfileContext>(UserProfileContext);\n const { stringSet } = useContext(LocalizationContext);\n return (\n <div\n className={[\n ...(Array.isArray(className) ? className : [className]),\n 'sendbird-user-list-item',\n ].join(' ')}\n ref={parentRef}\n >\n {\n (user as Member)?.isMuted && (\n <MutedAvatarOverlay height={40} width={40} />\n )\n }\n <ContextMenu\n menuTrigger={(toggleDropdown) => (\n <Avatar\n className=\"sendbird-user-list-item__avatar\"\n ref={avatarRef}\n src={user.profileUrl}\n width=\"40px\"\n height=\"40px\"\n onClick={() => {\n if (!disableUserProfile) {\n toggleDropdown();\n }\n }}\n />\n )}\n menuItems={(closeDropdown) => (\n <MenuItems\n openLeft\n parentRef={avatarRef}\n // for catching location(x, y) of MenuItems\n parentContainRef={avatarRef}\n // for toggling more options(menus & reactions)\n closeDropdown={closeDropdown}\n style={{ paddingTop: '0px', paddingBottom: '0px' }}\n >\n {\n renderUserProfile\n ? renderUserProfile({\n user,\n currentUserId: currentUser,\n close: closeDropdown,\n })\n : (\n <UserProfile\n disableMessaging={disableMessaging}\n user={user}\n currentUserId={currentUser}\n onSuccess={closeDropdown}\n />\n )\n }\n </MenuItems>\n )}\n />\n <Label\n className=\"sendbird-user-list-item__title\"\n type={LabelTypography.SUBTITLE_1}\n color={LabelColors.ONBACKGROUND_1}\n >\n {user.nickname || stringSet.NO_NAME}\n {\n (currentUser === user.userId) && (\n ' (You)'\n )\n }\n </Label>\n { // if there is now nickname, display userId\n !user.nickname && (\n <Label\n className=\"sendbird-user-list-item__subtitle\"\n type={LabelTypography.CAPTION_3}\n color={LabelColors.ONBACKGROUND_2}\n >\n {user.userId}\n </Label>\n )\n }\n {\n checkBox && (\n <label\n className=\"sendbird-user-list-item__checkbox\"\n htmlFor={uniqueKey}\n >\n <Checkbox\n id={uniqueKey}\n checked={checked}\n disabled={disabled}\n onChange={(event) => onChange(event)}\n />\n </label>\n )\n }\n {\n isOperator && (\n <Label\n className={[\n \"sendbird-user-list-item__operator\",\n checkBox ? \"checkbox\" : \"\",\n ].join(' ')}\n type={LabelTypography.SUBTITLE_2}\n color={LabelColors.ONBACKGROUND_2}\n >\n Operator\n </Label>\n )\n }\n {\n action && (\n <div\n className=\"sendbird-user-list-item__action\"\n ref={actionRef}\n >\n { action({ actionRef, parentRef })}\n </div>\n )\n }\n </div>\n );\n}\n"],"names":["UserListItem","_a","user","className","checked","checkBox","isOperator","disabled","disableMessaging","currentUser","action","onChange","uniqueKey","userId","actionRef","React","useRef","parentRef","avatarRef","_b","useContext","UserProfileContext","disableUserProfile","renderUserProfile","stringSet","LocalizationContext","__spreadArray","Array","isArray","join","isMuted","toggleDropdown","profileUrl","closeDropdown","paddingTop","paddingBottom","currentUserId","close","UserProfile","LabelTypography","SUBTITLE_1","LabelColors","ONBACKGROUND_1","nickname","NO_NAME","CAPTION_3","ONBACKGROUND_2","event","SUBTITLE_2"],"mappings":"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"}
|
package/ui/UserProfile.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../LocalizationContext-a2ee218e.js';
|
|
3
3
|
import withSendbirdContext from '../withSendbird.js';
|
|
4
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
4
|
+
import { a as UserProfileContext } from '../UserProfileContext-48debc66.js';
|
|
5
5
|
import { getSdk, getCreateGroupChannel } from '../sendbirdSelectors.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-b47afab6.js';
|
|
8
8
|
import Button, { ButtonTypes } from './Button.js';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../stringSet-e0483fa6.js';
|
|
10
|
+
import '../index-4d2cd872.js';
|
|
11
|
+
import '../_rollupPluginBabelHelpers-10025601.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../topics-
|
|
14
|
-
import '../utils-
|
|
15
|
-
import '../tslib.es6-
|
|
13
|
+
import '../topics-f32dcb99.js';
|
|
14
|
+
import '../utils-0790e009.js';
|
|
15
|
+
import '../tslib.es6-726f4eab.js';
|
|
16
16
|
import './ImageRenderer.js';
|
|
17
17
|
import './Icon.js';
|
|
18
|
-
import '../uuid-
|
|
18
|
+
import '../uuid-5cf4dbb4.js';
|
|
19
19
|
|
|
20
20
|
function UserProfile(_a) {
|
|
21
21
|
var user = _a.user,
|
package/ui/Word.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { a as LabelTypography } from '../index-
|
|
2
|
+
import { a as LabelTypography } from '../index-b47afab6.js';
|
|
3
3
|
import LinkLabel from './LinkLabel.js';
|
|
4
|
-
import { u as uuidv4 } from '../uuid-
|
|
5
|
-
import { j as convertWordToStringObj, S as StringObjType } from '../index-
|
|
4
|
+
import { u as uuidv4 } from '../uuid-5cf4dbb4.js';
|
|
5
|
+
import { j as convertWordToStringObj, S as StringObjType } from '../index-1cb07f11.js';
|
|
6
6
|
import MentionLabel from './MentionLabel.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
8
|
+
import '../stringSet-e0483fa6.js';
|
|
9
|
+
import '../tslib.es6-726f4eab.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-
|
|
15
|
+
import '../LocalizationContext-a2ee218e.js';
|
|
16
|
+
import '../index-4d2cd872.js';
|
|
17
17
|
import '../withSendbird.js';
|
|
18
|
-
import '../_rollupPluginBabelHelpers-
|
|
19
|
-
import '../UserProfileContext-
|
|
18
|
+
import '../_rollupPluginBabelHelpers-10025601.js';
|
|
19
|
+
import '../UserProfileContext-48debc66.js';
|
|
20
20
|
import '../sendbirdSelectors.js';
|
|
21
|
-
import '../topics-
|
|
22
|
-
import '../utils-
|
|
21
|
+
import '../topics-f32dcb99.js';
|
|
22
|
+
import '../utils-0790e009.js';
|
|
23
23
|
import './Avatar.js';
|
|
24
24
|
import './ImageRenderer.js';
|
|
25
25
|
import './Icon.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as __assign } from './tslib.es6-
|
|
1
|
+
import { _ as __assign } from './tslib.es6-726f4eab.js';
|
|
2
2
|
import { useState, useRef, useCallback } from 'react';
|
|
3
|
-
import { u as useMediaQueryContext } from './MediaQueryContext-
|
|
3
|
+
import { u as useMediaQueryContext } from './MediaQueryContext-96f92333.js';
|
|
4
4
|
|
|
5
5
|
var DEFAULT_DURATION = 300;
|
|
6
6
|
|
|
@@ -113,4 +113,4 @@ function useLongPress(_a, _b) {
|
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
export { useLongPress as u };
|
|
116
|
-
//# sourceMappingURL=useLongPress-
|
|
116
|
+
//# sourceMappingURL=useLongPress-7ab5ea31.js.map
|