@sendbird/uikit-react 3.3.2 → 3.3.3-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 +33 -33
- 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 +15 -15
- 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-95089982.js → ChannelListProvider-febdda34.js} +8 -8
- package/{ChannelListProvider-95089982.js.map → ChannelListProvider-febdda34.js.map} +1 -1
- package/{ChannelProvider-2ced8109.js → ChannelProvider-ae64cc00.js} +9 -9
- package/{ChannelProvider-2ced8109.js.map → ChannelProvider-ae64cc00.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 +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-d4db4fa3.js → CreateChannelProvider-c710d892.js} +1 -1
- package/{CreateChannelProvider-d4db4fa3.js.map → CreateChannelProvider-c710d892.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-3c8d4888.js → LocalizationContext-e55f5d49.js} +3 -3
- package/{LocalizationContext-3c8d4888.js.map → LocalizationContext-e55f5d49.js.map} +1 -1
- package/{MediaQueryContext-94cfc605.js → MediaQueryContext-8534939f.js} +1 -1
- package/{MediaQueryContext-94cfc605.js.map → MediaQueryContext-8534939f.js.map} +1 -1
- package/{MemberList-66867e1c.js → MemberList-870fb3e2.js} +5 -5
- package/{MemberList-66867e1c.js.map → MemberList-870fb3e2.js.map} +1 -1
- 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-2588561c.js → OpenChannelListProvider-72cd9b79.js} +3 -3
- package/{OpenChannelListProvider-2588561c.js.map → OpenChannelListProvider-72cd9b79.js.map} +1 -1
- package/{OpenChannelProvider-0c024af9.js → OpenChannelProvider-603362f6.js} +7 -7
- package/{OpenChannelProvider-0c024af9.js.map → OpenChannelProvider-603362f6.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-26a3d52b.js → RemoveMessageModal-a7866ebd.js} +3 -3
- package/{RemoveMessageModal-26a3d52b.js.map → RemoveMessageModal-a7866ebd.js.map} +1 -1
- package/SendbirdProvider.js +13 -11
- 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 +21 -21
- package/Thread/components/ThreadListItem.js +21 -21
- package/Thread/components/ThreadMessageInput.js +16 -16
- package/Thread/components/ThreadUI.js +23 -23
- package/Thread/context.js +8 -8
- package/Thread.js +23 -23
- package/{ThreadProvider-ab67609d.js → ThreadProvider-4225ee88.js} +6 -6
- package/{ThreadProvider-ab67609d.js.map → ThreadProvider-4225ee88.js.map} +1 -1
- package/{UserProfileContext-e8063b05.js → UserProfileContext-dbc208a1.js} +1 -1
- package/{UserProfileContext-e8063b05.js.map → UserProfileContext-dbc208a1.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-16667c95.js → _rollupPluginBabelHelpers-b6b62308.js} +1 -1
- package/_rollupPluginBabelHelpers-b6b62308.js.map +1 -0
- package/{actionTypes-f4aea3af.js → actionTypes-5a6a5e32.js} +1 -1
- package/{actionTypes-f4aea3af.js.map → actionTypes-5a6a5e32.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 +15 -15
- 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-504f1020.js → ChannelListProvider-d328b814.js} +8 -8
- package/cjs/{ChannelListProvider-504f1020.js.map → ChannelListProvider-d328b814.js.map} +1 -1
- package/cjs/{ChannelProvider-7a9eb366.js → ChannelProvider-18b04603.js} +9 -9
- package/cjs/{ChannelProvider-7a9eb366.js.map → ChannelProvider-18b04603.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 +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-57dbed94.js → CreateChannelProvider-c9d7da87.js} +1 -1
- package/cjs/{CreateChannelProvider-57dbed94.js.map → CreateChannelProvider-c9d7da87.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-fde44de7.js → LocalizationContext-959df3bc.js} +3 -3
- package/cjs/{LocalizationContext-fde44de7.js.map → LocalizationContext-959df3bc.js.map} +1 -1
- package/cjs/{MediaQueryContext-8bddac7a.js → MediaQueryContext-7e1cb963.js} +1 -1
- package/cjs/{MediaQueryContext-8bddac7a.js.map → MediaQueryContext-7e1cb963.js.map} +1 -1
- package/cjs/{MemberList-d6eef621.js → MemberList-9016fa66.js} +5 -5
- package/cjs/{MemberList-d6eef621.js.map → MemberList-9016fa66.js.map} +1 -1
- 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-402e197d.js → OpenChannelListProvider-166e27bb.js} +3 -3
- package/cjs/{OpenChannelListProvider-402e197d.js.map → OpenChannelListProvider-166e27bb.js.map} +1 -1
- package/cjs/{OpenChannelProvider-734280b6.js → OpenChannelProvider-a1dd3be9.js} +7 -7
- package/cjs/{OpenChannelProvider-734280b6.js.map → OpenChannelProvider-a1dd3be9.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-16ff5893.js → RemoveMessageModal-9e8f857f.js} +3 -3
- package/cjs/{RemoveMessageModal-16ff5893.js.map → RemoveMessageModal-9e8f857f.js.map} +1 -1
- package/cjs/SendbirdProvider.js +13 -11
- 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 +21 -21
- package/cjs/Thread/components/ThreadListItem.js +21 -21
- package/cjs/Thread/components/ThreadMessageInput.js +16 -16
- package/cjs/Thread/components/ThreadUI.js +23 -23
- package/cjs/Thread/context.js +8 -8
- package/cjs/Thread.js +23 -23
- package/cjs/{ThreadProvider-50868a09.js → ThreadProvider-ff41a83a.js} +6 -6
- package/cjs/{ThreadProvider-50868a09.js.map → ThreadProvider-ff41a83a.js.map} +1 -1
- package/cjs/{UserProfileContext-64d86d86.js → UserProfileContext-53c90168.js} +1 -1
- package/cjs/{UserProfileContext-64d86d86.js.map → UserProfileContext-53c90168.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-5ac4f130.js → _rollupPluginBabelHelpers-c837c5c4.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-c837c5c4.js.map +1 -0
- package/cjs/{actionTypes-e8ee98d1.js → actionTypes-9b9563f2.js} +1 -1
- package/cjs/{actionTypes-e8ee98d1.js.map → actionTypes-9b9563f2.js.map} +1 -1
- package/cjs/{color-30f1bdcf.js → color-43754a84.js} +1 -1
- package/cjs/{color-30f1bdcf.js.map → color-43754a84.js.map} +1 -1
- package/cjs/{compareIds-a376065f.js → compareIds-2eb7806d.js} +1 -1
- package/cjs/{compareIds-a376065f.js.map → compareIds-2eb7806d.js.map} +1 -1
- package/cjs/{const-02cb026d.js → const-27919d46.js} +1 -1
- package/cjs/{const-02cb026d.js.map → const-27919d46.js.map} +1 -1
- package/cjs/{const-3f939a13.js → const-e207105c.js} +1 -1
- package/cjs/{const-3f939a13.js.map → const-e207105c.js.map} +1 -1
- package/cjs/{context-445c5f71.js → context-ae8b2953.js} +2 -2
- package/cjs/{context-445c5f71.js.map → context-ae8b2953.js.map} +1 -1
- package/cjs/{index-2d0b25a9.js → index-04c4d352.js} +2 -2
- package/cjs/{index-2d0b25a9.js.map → index-04c4d352.js.map} +1 -1
- package/cjs/{index-cf3bc419.js → index-087e1555.js} +1 -1
- package/cjs/{index-cf3bc419.js.map → index-087e1555.js.map} +1 -1
- package/cjs/{index-b8854f13.js → index-191d90be.js} +2 -2
- package/cjs/{index-b8854f13.js.map → index-191d90be.js.map} +1 -1
- package/cjs/{index-0658bd8a.js → index-21dd1ebd.js} +2 -2
- package/cjs/{index-0658bd8a.js.map → index-21dd1ebd.js.map} +1 -1
- package/cjs/{index-e1fcf475.js → index-35a40490.js} +5 -5
- package/cjs/{index-e1fcf475.js.map → index-35a40490.js.map} +1 -1
- package/cjs/{index-45203576.js → index-7bcddbed.js} +2 -2
- package/cjs/{index-45203576.js.map → index-7bcddbed.js.map} +1 -1
- package/cjs/{index-0229dcdd.js → index-a950d7c2.js} +7 -7
- package/cjs/{index-0229dcdd.js.map → index-a950d7c2.js.map} +1 -1
- package/cjs/{index-bd06c1c5.js → index-dba288b4.js} +2 -2
- package/cjs/{index-bd06c1c5.js.map → index-dba288b4.js.map} +1 -1
- package/cjs/{index-b9386945.js → index-e36e88b7.js} +1 -1
- package/cjs/{index-b9386945.js.map → index-e36e88b7.js.map} +1 -1
- package/cjs/{index-7aaa5cf4.js → index-e7ba7dfc.js} +4 -4
- package/cjs/{index-7aaa5cf4.js.map → index-e7ba7dfc.js.map} +1 -1
- package/cjs/{index-34e83d5c.js → index-fbdf8ec9.js} +4 -4
- package/cjs/{index-34e83d5c.js.map → index-fbdf8ec9.js.map} +1 -1
- package/cjs/index.js +37 -37
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-5e01e582.js → stringSet-ce948a42.js} +1 -1
- package/cjs/{stringSet-5e01e582.js.map → stringSet-ce948a42.js.map} +1 -1
- package/cjs/{topics-eca4f611.js → topics-9406e74b.js} +1 -1
- package/cjs/{topics-eca4f611.js.map → topics-9406e74b.js.map} +1 -1
- package/cjs/{tslib.es6-ab92712f.js → tslib.es6-1fb3ed8f.js} +1 -1
- package/cjs/{tslib.es6-ab92712f.js.map → tslib.es6-1fb3ed8f.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 +11 -11
- package/cjs/ui/UserProfile.js +10 -10
- package/cjs/ui/Word.js +11 -11
- package/cjs/{useLongPress-de56560b.js → useLongPress-7e24f242.js} +3 -3
- package/cjs/{useLongPress-de56560b.js.map → useLongPress-7e24f242.js.map} +1 -1
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-a5971870.js → utils-50a24fa2.js} +1 -1
- package/cjs/{utils-a5971870.js.map → utils-50a24fa2.js.map} +1 -1
- package/cjs/{utils-52b3bc70.js → utils-6c9667cb.js} +1 -1
- package/cjs/{utils-52b3bc70.js.map → utils-6c9667cb.js.map} +1 -1
- package/cjs/{utils-63d69dc7.js → utils-f26ad58e.js} +1 -1
- package/cjs/{utils-63d69dc7.js.map → utils-f26ad58e.js.map} +1 -1
- package/cjs/{utils-283a4d8e.js → utils-f72838fc.js} +2 -2
- package/cjs/{utils-283a4d8e.js.map → utils-f72838fc.js.map} +1 -1
- package/cjs/{uuid-9207aa84.js → uuid-2d8af581.js} +1 -1
- package/cjs/{uuid-9207aa84.js.map → uuid-2d8af581.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-36e07432.js → color-8624a970.js} +1 -1
- package/{color-36e07432.js.map → color-8624a970.js.map} +1 -1
- package/{compareIds-5f127d04.js → compareIds-955e3aee.js} +1 -1
- package/{compareIds-5f127d04.js.map → compareIds-955e3aee.js.map} +1 -1
- package/{const-dd057875.js → const-2d604ac9.js} +1 -1
- package/{const-dd057875.js.map → const-2d604ac9.js.map} +1 -1
- package/{const-5b3992dc.js → const-6b6923ef.js} +1 -1
- package/{const-5b3992dc.js.map → const-6b6923ef.js.map} +1 -1
- package/{context-fce7cc05.js → context-3962e150.js} +2 -2
- package/{context-fce7cc05.js.map → context-3962e150.js.map} +1 -1
- package/{index-ba11d77d.js → index-1f21885f.js} +2 -2
- package/{index-ba11d77d.js.map → index-1f21885f.js.map} +1 -1
- package/{index-1df05cfe.js → index-232d7b4a.js} +4 -4
- package/{index-1df05cfe.js.map → index-232d7b4a.js.map} +1 -1
- package/{index-c10a6080.js → index-273d5dac.js} +2 -2
- package/{index-c10a6080.js.map → index-273d5dac.js.map} +1 -1
- package/{index-840f7123.js → index-2ef1b241.js} +2 -2
- package/{index-840f7123.js.map → index-2ef1b241.js.map} +1 -1
- package/{index-8e552833.js → index-52d3164b.js} +1 -1
- package/{index-8e552833.js.map → index-52d3164b.js.map} +1 -1
- package/{index-db2b3752.js → index-645f760a.js} +7 -7
- package/{index-db2b3752.js.map → index-645f760a.js.map} +1 -1
- package/{index-13e7d10f.js → index-91c2cf76.js} +4 -4
- package/{index-13e7d10f.js.map → index-91c2cf76.js.map} +1 -1
- package/{index-c45e5f15.js → index-bb7f7f7d.js} +2 -2
- package/{index-c45e5f15.js.map → index-bb7f7f7d.js.map} +1 -1
- package/{index-6c456a2e.js → index-bc5ec263.js} +1 -1
- package/{index-6c456a2e.js.map → index-bc5ec263.js.map} +1 -1
- package/{index-adeb77df.js → index-bd14119a.js} +5 -5
- package/{index-adeb77df.js.map → index-bd14119a.js.map} +1 -1
- package/{index-19980ce5.js → index-c4d9bb4e.js} +2 -2
- package/{index-19980ce5.js.map → index-c4d9bb4e.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +37 -37
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-90d297f1.js → stringSet-407fccef.js} +1 -1
- package/{stringSet-90d297f1.js.map → stringSet-407fccef.js.map} +1 -1
- package/{topics-354c1db2.js → topics-a3e781ef.js} +1 -1
- package/{topics-354c1db2.js.map → topics-a3e781ef.js.map} +1 -1
- package/{tslib.es6-99c8fa97.js → tslib.es6-aea22b36.js} +1 -1
- package/{tslib.es6-99c8fa97.js.map → tslib.es6-aea22b36.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 +11 -11
- package/ui/UserProfile.js +10 -10
- package/ui/Word.js +11 -11
- package/{useLongPress-e7b1aee7.js → useLongPress-920c07fa.js} +3 -3
- package/{useLongPress-e7b1aee7.js.map → useLongPress-920c07fa.js.map} +1 -1
- package/useSendbirdStateContext.js +1 -1
- package/{utils-c17213bb.js → utils-54193e2f.js} +1 -1
- package/{utils-c17213bb.js.map → utils-54193e2f.js.map} +1 -1
- package/{utils-90c4ea70.js → utils-87e7e391.js} +1 -1
- package/{utils-90c4ea70.js.map → utils-87e7e391.js.map} +1 -1
- package/{utils-41eb3c8f.js → utils-c0ce1b3e.js} +2 -2
- package/{utils-41eb3c8f.js.map → utils-c0ce1b3e.js.map} +1 -1
- package/{utils-f30e00ac.js → utils-eb9032b2.js} +1 -1
- package/{utils-f30e00ac.js.map → utils-eb9032b2.js.map} +1 -1
- package/{uuid-5399e6af.js → uuid-107985e5.js} +1 -1
- package/{uuid-5399e6af.js.map → uuid-107985e5.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-16667c95.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-5ac4f130.js.map +0 -1
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-aea22b36.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-
|
|
3
|
+
import { f as format } from '../index-1f21885f.js';
|
|
4
|
+
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-91c2cf76.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-c4d9bb4e.js';
|
|
7
|
+
import { u as useLocalization } from '../LocalizationContext-e55f5d49.js';
|
|
8
|
+
import '../index-52d3164b.js';
|
|
9
|
+
import '../index-2ef1b241.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-107985e5.js';
|
|
14
|
+
import '../stringSet-407fccef.js';
|
|
15
15
|
|
|
16
16
|
function getCreatedAt (createdAt, locale) {
|
|
17
17
|
var optionalParam = locale ? {
|
package/ui/MessageStatus.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-aea22b36.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-1f21885f.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-c4d9bb4e.js';
|
|
6
6
|
import Loader from './Loader.js';
|
|
7
|
-
import { e as isSentStatus } from '../index-
|
|
7
|
+
import { e as isSentStatus } from '../index-bb7f7f7d.js';
|
|
8
8
|
import { getOutgoingMessageState, OutgoingMessageStates } from '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
10
|
-
import '../index-
|
|
9
|
+
import { u as useLocalization } from '../LocalizationContext-e55f5d49.js';
|
|
10
|
+
import '../index-52d3164b.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
12
|
+
import '../stringSet-407fccef.js';
|
|
13
13
|
|
|
14
14
|
var MessageStatusTypes = OutgoingMessageStates;
|
|
15
15
|
function MessageStatus(_a) {
|
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-bc5ec263.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.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-c4d9bb4e.js';
|
|
9
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-8534939f.js';
|
|
10
|
+
import '../stringSet-407fccef.js';
|
|
11
|
+
import '../index-52d3164b.js';
|
|
12
|
+
import '../tslib.es6-aea22b36.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 } 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-c4d9bb4e.js';
|
|
6
|
+
import { u as uuidv4 } from '../uuid-107985e5.js';
|
|
7
|
+
import { h as getClassName, d as isEditedMessage } from '../index-bb7f7f7d.js';
|
|
8
|
+
import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.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-aea22b36.js';
|
|
14
14
|
import 'react-dom';
|
|
15
15
|
import './SortByRow.js';
|
|
16
16
|
import '../utils/message/getOutgoingMessageState.js';
|
|
17
|
-
import '../stringSet-
|
|
17
|
+
import '../stringSet-407fccef.js';
|
|
18
18
|
import './UserProfile.js';
|
|
19
|
-
import '../UserProfileContext-
|
|
19
|
+
import '../UserProfileContext-dbc208a1.js';
|
|
20
20
|
import '../sendbirdSelectors.js';
|
|
21
|
-
import '../topics-
|
|
22
|
-
import '../utils-
|
|
21
|
+
import '../topics-a3e781ef.js';
|
|
22
|
+
import '../utils-54193e2f.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-b6b62308.js';
|
|
28
|
+
import '../index-52d3164b.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-aea22b36.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-c4d9bb4e.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-407fccef.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-e55f5d49.js';
|
|
4
|
+
import { b as getOpenChannelAvatar } from '../utils-eb9032b2.js';
|
|
5
|
+
import '../tslib.es6-aea22b36.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-107985e5.js';
|
|
10
|
+
import '../stringSet-407fccef.js';
|
|
11
|
+
import '../index-52d3164b.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-c4d9bb4e.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.js';
|
|
7
|
+
import '../tslib.es6-aea22b36.js';
|
|
8
8
|
import './ImageRenderer.js';
|
|
9
|
-
import '../uuid-
|
|
9
|
+
import '../uuid-107985e5.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
11
|
+
import '../stringSet-407fccef.js';
|
|
12
|
+
import '../index-52d3164b.js';
|
|
13
13
|
|
|
14
14
|
function OpenchannelConversationHeader(_a) {
|
|
15
15
|
var coverImage = _a.coverImage,
|
|
@@ -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-b6b62308.js';
|
|
2
|
+
import { a as __spreadArray, _ as __assign } from '../tslib.es6-aea22b36.js';
|
|
3
3
|
import React__default, { useRef, useContext, useState } from 'react';
|
|
4
|
-
import { f as format } from '../index-
|
|
4
|
+
import { f as format } from '../index-1f21885f.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.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-c4d9bb4e.js';
|
|
8
8
|
import Loader from './Loader.js';
|
|
9
9
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
10
10
|
import IconButton from './IconButton.js';
|
|
11
11
|
import TextButton from './TextButton.js';
|
|
12
12
|
import UserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
15
|
-
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-
|
|
16
|
-
import { u as useMediaQueryContext } from '../MediaQueryContext-
|
|
17
|
-
import { u as useLongPress } from '../useLongPress-
|
|
18
|
-
import '../index-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-dbc208a1.js';
|
|
14
|
+
import { u as useLocalization } from '../LocalizationContext-e55f5d49.js';
|
|
15
|
+
import { g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, c as isFineDelete, O as OpenChannelMobileMenu, d as checkIsPending, e as checkIsFailed } from '../index-273d5dac.js';
|
|
16
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-8534939f.js';
|
|
17
|
+
import { u as useLongPress } from '../useLongPress-920c07fa.js';
|
|
18
|
+
import '../index-52d3164b.js';
|
|
19
19
|
import './ImageRenderer.js';
|
|
20
|
-
import '../uuid-
|
|
20
|
+
import '../uuid-107985e5.js';
|
|
21
21
|
import 'prop-types';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import './SortByRow.js';
|
|
24
|
-
import '../index-
|
|
24
|
+
import '../index-bb7f7f7d.js';
|
|
25
25
|
import '../utils/message/getOutgoingMessageState.js';
|
|
26
|
-
import '../stringSet-
|
|
27
|
-
import '../color-
|
|
26
|
+
import '../stringSet-407fccef.js';
|
|
27
|
+
import '../color-8624a970.js';
|
|
28
28
|
import '../sendbirdSelectors.js';
|
|
29
|
-
import '../topics-
|
|
30
|
-
import '../utils-
|
|
29
|
+
import '../topics-a3e781ef.js';
|
|
30
|
+
import '../utils-54193e2f.js';
|
|
31
31
|
import './Button.js';
|
|
32
32
|
import '../useSendbirdStateContext.js';
|
|
33
33
|
import '../withSendbird.js';
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { a as _extends } from '../_rollupPluginBabelHelpers-
|
|
2
|
-
import { a as __spreadArray, _ as __assign } from '../tslib.es6-
|
|
1
|
+
import { a as _extends } from '../_rollupPluginBabelHelpers-b6b62308.js';
|
|
2
|
+
import { a as __spreadArray, _ as __assign } from '../tslib.es6-aea22b36.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-1f21885f.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-c4d9bb4e.js';
|
|
12
12
|
import Loader from './Loader.js';
|
|
13
13
|
import UserProfile 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-dbc208a1.js';
|
|
16
|
+
import { u as uuidv4 } from '../uuid-107985e5.js';
|
|
17
|
+
import { c as copyToClipboard } from '../utils-87e7e391.js';
|
|
18
|
+
import { u as useLocalization } from '../LocalizationContext-e55f5d49.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-273d5dac.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-8534939f.js';
|
|
22
|
+
import { u as useLongPress } from '../useLongPress-920c07fa.js';
|
|
23
|
+
import '../index-52d3164b.js';
|
|
24
24
|
import 'prop-types';
|
|
25
25
|
import 'react-dom';
|
|
26
26
|
import './SortByRow.js';
|
|
27
|
-
import '../index-
|
|
27
|
+
import '../index-bb7f7f7d.js';
|
|
28
28
|
import '../utils/message/getOutgoingMessageState.js';
|
|
29
|
-
import '../stringSet-
|
|
29
|
+
import '../stringSet-407fccef.js';
|
|
30
30
|
import '../sendbirdSelectors.js';
|
|
31
|
-
import '../topics-
|
|
32
|
-
import '../utils-
|
|
31
|
+
import '../topics-a3e781ef.js';
|
|
32
|
+
import '../utils-54193e2f.js';
|
|
33
33
|
import './Button.js';
|
|
34
34
|
import './MentionLabel.js';
|
|
35
35
|
import '../withSendbird.js';
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { a as _extends } from '../_rollupPluginBabelHelpers-
|
|
2
|
-
import { a as __spreadArray, _ as __assign } from '../tslib.es6-
|
|
1
|
+
import { a as _extends } from '../_rollupPluginBabelHelpers-b6b62308.js';
|
|
2
|
+
import { a as __spreadArray, _ as __assign } from '../tslib.es6-aea22b36.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-1f21885f.js';
|
|
5
|
+
import { u as useLocalization } from '../LocalizationContext-e55f5d49.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-c4d9bb4e.js';
|
|
12
12
|
import Loader from './Loader.js';
|
|
13
13
|
import UserProfile 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-dbc208a1.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-273d5dac.js';
|
|
16
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-8534939f.js';
|
|
17
|
+
import { u as useLongPress } from '../useLongPress-920c07fa.js';
|
|
18
|
+
import '../index-52d3164b.js';
|
|
19
|
+
import '../stringSet-407fccef.js';
|
|
20
|
+
import '../uuid-107985e5.js';
|
|
21
21
|
import 'prop-types';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import './SortByRow.js';
|
|
24
|
-
import '../index-
|
|
24
|
+
import '../index-bb7f7f7d.js';
|
|
25
25
|
import '../utils/message/getOutgoingMessageState.js';
|
|
26
26
|
import '../sendbirdSelectors.js';
|
|
27
|
-
import '../topics-
|
|
28
|
-
import '../utils-
|
|
27
|
+
import '../topics-a3e781ef.js';
|
|
28
|
+
import '../utils-54193e2f.js';
|
|
29
29
|
import './Button.js';
|
|
30
30
|
import '../useSendbirdStateContext.js';
|
|
31
31
|
import '../withSendbird.js';
|
|
@@ -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-b6b62308.js';
|
|
2
|
+
import { a as __spreadArray, _ as __assign } from '../tslib.es6-aea22b36.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-1f21885f.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-c4d9bb4e.js';
|
|
10
10
|
import Loader from './Loader.js';
|
|
11
11
|
import UserProfile 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-dbc208a1.js';
|
|
13
|
+
import { u as useLocalization } from '../LocalizationContext-e55f5d49.js';
|
|
14
|
+
import { c as copyToClipboard } from '../utils-87e7e391.js';
|
|
15
|
+
import { u as uuidv4 } from '../uuid-107985e5.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-273d5dac.js';
|
|
17
|
+
import { u as useMediaQueryContext } from '../MediaQueryContext-8534939f.js';
|
|
18
|
+
import { u as useLongPress } from '../useLongPress-920c07fa.js';
|
|
19
|
+
import { d as isEditedMessage } from '../index-bb7f7f7d.js';
|
|
20
|
+
import '../index-52d3164b.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-407fccef.js';
|
|
27
27
|
import '../sendbirdSelectors.js';
|
|
28
|
-
import '../topics-
|
|
29
|
-
import '../utils-
|
|
28
|
+
import '../topics-a3e781ef.js';
|
|
29
|
+
import '../utils-54193e2f.js';
|
|
30
30
|
import './Button.js';
|
|
31
31
|
import '../useSendbirdStateContext.js';
|
|
32
32
|
import '../withSendbird.js';
|
package/ui/PlaceHolder.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import '../tslib.es6-
|
|
1
|
+
import '../tslib.es6-aea22b36.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-232d7b4a.js';
|
|
4
|
+
import '../LocalizationContext-e55f5d49.js';
|
|
5
5
|
import './Icon.js';
|
|
6
|
-
import '../index-
|
|
6
|
+
import '../index-c4d9bb4e.js';
|
|
7
7
|
import './Loader.js';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../index-
|
|
8
|
+
import '../stringSet-407fccef.js';
|
|
9
|
+
import '../index-52d3164b.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-c4d9bb4e.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-e55f5d49.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-bb7f7f7d.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
10
|
-
import '../index-
|
|
8
|
+
import '../stringSet-407fccef.js';
|
|
9
|
+
import '../tslib.es6-aea22b36.js';
|
|
10
|
+
import '../index-52d3164b.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-bb7f7f7d.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-c4d9bb4e.js';
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.js';
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
|
-
import '../tslib.es6-
|
|
7
|
+
import '../tslib.es6-aea22b36.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../stringSet-407fccef.js';
|
|
11
|
+
import '../index-52d3164b.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-aea22b36.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-c4d9bb4e.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-407fccef.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-aea22b36.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { u as uuidv4 } from '../uuid-
|
|
3
|
+
import { u as uuidv4 } from '../uuid-107985e5.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-aea22b36.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-8624a970.js';
|
|
4
4
|
|
|
5
5
|
var TextButton = function (_a) {
|
|
6
6
|
var _b = _a.className,
|
|
@@ -1,31 +1,31 @@
|
|
|
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-c4d9bb4e.js';
|
|
3
|
+
import { h as getClassName, d as isEditedMessage } from '../index-bb7f7f7d.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-107985e5.js';
|
|
6
6
|
import Word from './Word.js';
|
|
7
7
|
import 'prop-types';
|
|
8
|
-
import '../stringSet-
|
|
9
|
-
import '../tslib.es6-
|
|
8
|
+
import '../stringSet-407fccef.js';
|
|
9
|
+
import '../tslib.es6-aea22b36.js';
|
|
10
10
|
import '../utils/message/getOutgoingMessageState.js';
|
|
11
|
-
import '../index-
|
|
11
|
+
import '../index-52d3164b.js';
|
|
12
12
|
import './LinkLabel.js';
|
|
13
13
|
import './MentionLabel.js';
|
|
14
14
|
import './ContextMenu.js';
|
|
15
15
|
import 'react-dom';
|
|
16
16
|
import './SortByRow.js';
|
|
17
17
|
import './UserProfile.js';
|
|
18
|
-
import '../UserProfileContext-
|
|
18
|
+
import '../UserProfileContext-dbc208a1.js';
|
|
19
19
|
import '../sendbirdSelectors.js';
|
|
20
|
-
import '../topics-
|
|
21
|
-
import '../utils-
|
|
20
|
+
import '../topics-a3e781ef.js';
|
|
21
|
+
import '../utils-54193e2f.js';
|
|
22
22
|
import './Avatar.js';
|
|
23
23
|
import './ImageRenderer.js';
|
|
24
24
|
import './Icon.js';
|
|
25
25
|
import './Button.js';
|
|
26
26
|
import '../useSendbirdStateContext.js';
|
|
27
27
|
import '../withSendbird.js';
|
|
28
|
-
import '../_rollupPluginBabelHelpers-
|
|
28
|
+
import '../_rollupPluginBabelHelpers-b6b62308.js';
|
|
29
29
|
|
|
30
30
|
function TextMessageItemBody(_a) {
|
|
31
31
|
var _b, _c, _d;
|
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-c4d9bb4e.js';
|
|
5
|
+
import { u as useLocalization } from '../LocalizationContext-e55f5d49.js';
|
|
6
|
+
import { u as uuidv4 } from '../uuid-107985e5.js';
|
|
7
|
+
import '../tslib.es6-aea22b36.js';
|
|
8
8
|
import './ImageRenderer.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../stringSet-407fccef.js';
|
|
11
|
+
import '../index-52d3164b.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-bb7f7f7d.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../tslib.es6-
|
|
6
|
+
import '../tslib.es6-aea22b36.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-aea22b36.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-c4d9bb4e.js';
|
|
4
4
|
import 'prop-types';
|
|
5
|
-
import '../stringSet-
|
|
5
|
+
import '../stringSet-407fccef.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-c4d9bb4e.js';
|
|
3
|
+
import { h as getClassName } from '../index-bb7f7f7d.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-e55f5d49.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
7
|
-
import '../tslib.es6-
|
|
6
|
+
import '../stringSet-407fccef.js';
|
|
7
|
+
import '../tslib.es6-aea22b36.js';
|
|
8
8
|
import '../utils/message/getOutgoingMessageState.js';
|
|
9
|
-
import '../index-
|
|
9
|
+
import '../index-52d3164b.js';
|
|
10
10
|
|
|
11
11
|
function UnknownMessageItemBody(_a) {
|
|
12
12
|
var _b;
|