@sendbird/uikit-react 3.0.0-beta.2 → 3.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +46 -38
- package/App.js.map +1 -1
- package/Channel/components/ChannelHeader.js +15 -15
- package/Channel/components/ChannelUI.js +25 -25
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +31 -24
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +16 -16
- package/Channel/components/MessageList.js +24 -24
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +17 -17
- package/Channel/components/SuggestedMentionList.js +15 -15
- package/Channel/components/TypingIndicator.js +16 -16
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +5 -5
- package/Channel/context.js +13 -13
- package/Channel.js +24 -24
- package/Channel.js.map +1 -1
- package/ChannelList/components/AddChannel.js +14 -14
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +51 -29
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +50 -20
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +33 -25
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-7c351968.js → ChannelListProvider-d602a166.js} +92 -27
- package/ChannelListProvider-d602a166.js.map +1 -0
- package/{ChannelProvider-d5126903.js → ChannelProvider-cf8fc05a.js} +9 -9
- package/{ChannelProvider-d5126903.js.map → ChannelProvider-cf8fc05a.js.map} +1 -1
- package/ChannelSettings/components/AdminPanel.js +15 -15
- package/ChannelSettings/components/ChannelProfile.js +13 -13
- package/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/ChannelSettings/components/EditDetailsModal.js +13 -13
- package/ChannelSettings/components/LeaveChannel.js +10 -10
- 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/InviteMembers.js +14 -14
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +3 -3
- package/CreateChannel.js +14 -14
- package/{CreateChannelProvider-ddfd92e6.js → CreateChannelProvider-3f3dafed.js} +1 -1
- package/{CreateChannelProvider-ddfd92e6.js.map → CreateChannelProvider-3f3dafed.js.map} +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-b021af8f.js → LocalizationContext-b970a73c.js} +3 -3
- package/{LocalizationContext-b021af8f.js.map → LocalizationContext-b970a73c.js.map} +1 -1
- package/{MemberList-323e7517.js → MemberList-9d29bee4.js} +5 -5
- package/{MemberList-323e7517.js.map → MemberList-9d29bee4.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 +5 -5
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +16 -16
- package/OpenChannel/components/OpenChannelMessage.js +21 -21
- package/OpenChannel/components/OpenChannelMessageList.js +23 -23
- package/OpenChannel/components/OpenChannelUI.js +23 -23
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +23 -23
- package/{OpenChannelProvider-abc4ab98.js → OpenChannelProvider-821fb008.js} +7 -7
- package/{OpenChannelProvider-abc4ab98.js.map → OpenChannelProvider-821fb008.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +13 -13
- package/OpenChannelSettings/components/OpenChannelProfile.js +13 -13
- package/OpenChannelSettings/components/OpenChannelSettingsUI.js +17 -17
- package/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/OpenChannelSettings/context.js +2 -2
- package/OpenChannelSettings.js +17 -17
- package/SendbirdProvider.js +21 -13
- package/SendbirdProvider.js.map +1 -1
- package/{UserProfileContext-daa99f9b.js → UserProfileContext-f4ff4291.js} +1 -1
- package/{UserProfileContext-daa99f9b.js.map → UserProfileContext-f4ff4291.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-8e4fae98.js → _rollupPluginBabelHelpers-6bf18550.js} +1 -1
- package/{_rollupPluginBabelHelpers-8e4fae98.js.map → _rollupPluginBabelHelpers-6bf18550.js.map} +1 -1
- package/{actionTypes-189daf51.js → actionTypes-8e320ded.js} +1 -1
- package/{actionTypes-189daf51.js.map → actionTypes-8e320ded.js.map} +1 -1
- package/cjs/App.js +46 -38
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +15 -15
- package/cjs/Channel/components/ChannelUI.js +26 -26
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +31 -24
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +16 -16
- package/cjs/Channel/components/MessageList.js +24 -24
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +17 -17
- package/cjs/Channel/components/SuggestedMentionList.js +15 -15
- package/cjs/Channel/components/TypingIndicator.js +18 -15
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +5 -5
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +24 -24
- package/cjs/Channel.js.map +1 -1
- package/cjs/ChannelList/components/AddChannel.js +14 -14
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +51 -29
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +50 -20
- package/cjs/ChannelList/components/ChannelPreview.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +33 -25
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-44dde549.js → ChannelListProvider-64db9f70.js} +92 -27
- package/cjs/ChannelListProvider-64db9f70.js.map +1 -0
- package/cjs/{ChannelProvider-e0aaab26.js → ChannelProvider-5e8e33b1.js} +9 -9
- package/cjs/{ChannelProvider-e0aaab26.js.map → ChannelProvider-5e8e33b1.js.map} +1 -1
- package/cjs/ChannelSettings/components/AdminPanel.js +15 -15
- package/cjs/ChannelSettings/components/ChannelProfile.js +13 -13
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +18 -18
- package/cjs/ChannelSettings/components/EditDetailsModal.js +13 -13
- package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
- 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/InviteMembers.js +14 -14
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +3 -3
- package/cjs/CreateChannel.js +14 -14
- package/cjs/{CreateChannelProvider-bdf9c39b.js → CreateChannelProvider-dcf7f906.js} +1 -1
- package/cjs/{CreateChannelProvider-bdf9c39b.js.map → CreateChannelProvider-dcf7f906.js.map} +1 -1
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/cjs/EditUserProfile.js +13 -13
- package/cjs/{LocalizationContext-3b5ce8ae.js → LocalizationContext-382a9ef1.js} +3 -3
- package/cjs/{LocalizationContext-3b5ce8ae.js.map → LocalizationContext-382a9ef1.js.map} +1 -1
- package/cjs/{MemberList-ef9e43c3.js → MemberList-03a241cd.js} +5 -5
- package/cjs/{MemberList-ef9e43c3.js.map → MemberList-03a241cd.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 +5 -5
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +16 -16
- package/cjs/OpenChannel/components/OpenChannelMessage.js +21 -21
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +23 -23
- package/cjs/OpenChannel/components/OpenChannelUI.js +23 -23
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +23 -23
- package/cjs/{OpenChannelProvider-9ce7c998.js → OpenChannelProvider-9000ccb9.js} +7 -7
- package/cjs/{OpenChannelProvider-9ce7c998.js.map → OpenChannelProvider-9000ccb9.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 +17 -17
- package/cjs/OpenChannelSettings/components/OperatorUI.js +16 -16
- package/cjs/OpenChannelSettings/components/ParticipantUI.js +14 -14
- package/cjs/OpenChannelSettings/context.js +2 -2
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/SendbirdProvider.js +21 -13
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/{UserProfileContext-f0bdfbb8.js → UserProfileContext-0b7ef11a.js} +1 -1
- package/cjs/{UserProfileContext-f0bdfbb8.js.map → UserProfileContext-0b7ef11a.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-e54d2387.js → _rollupPluginBabelHelpers-6193d45d.js} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-e54d2387.js.map → _rollupPluginBabelHelpers-6193d45d.js.map} +1 -1
- package/cjs/{actionTypes-267d4c79.js → actionTypes-092bc172.js} +1 -1
- package/cjs/{actionTypes-267d4c79.js.map → actionTypes-092bc172.js.map} +1 -1
- package/cjs/{color-0f078673.js → color-1816dacf.js} +1 -1
- package/cjs/{color-0f078673.js.map → color-1816dacf.js.map} +1 -1
- package/cjs/{compareIds-176a582b.js → compareIds-e9bca8c4.js} +1 -1
- package/cjs/{compareIds-176a582b.js.map → compareIds-e9bca8c4.js.map} +1 -1
- package/cjs/{const-4bf0e8b4.js → const-c65837c1.js} +1 -1
- package/cjs/{const-4bf0e8b4.js.map → const-c65837c1.js.map} +1 -1
- package/cjs/{const-ccf192c5.js → const-d9f4d880.js} +1 -1
- package/cjs/{const-ccf192c5.js.map → const-d9f4d880.js.map} +1 -1
- package/cjs/{context-0cbe196d.js → context-6ebf3379.js} +2 -2
- package/cjs/{context-0cbe196d.js.map → context-6ebf3379.js.map} +1 -1
- package/cjs/{index-22f07209.js → index-01072ac9.js} +3 -3
- package/cjs/{index-22f07209.js.map → index-01072ac9.js.map} +1 -1
- package/cjs/{index-d9439e95.js → index-20a06ed6.js} +1 -1
- package/cjs/{index-d9439e95.js.map → index-20a06ed6.js.map} +1 -1
- package/cjs/{index-002a349d.js → index-212a11f2.js} +2 -2
- package/cjs/{index-002a349d.js.map → index-212a11f2.js.map} +1 -1
- package/cjs/{index-ed053e45.js → index-2faa2f93.js} +1 -1
- package/cjs/{index-ed053e45.js.map → index-2faa2f93.js.map} +1 -1
- package/cjs/{index-c0693be4.js → index-4f40f311.js} +2 -2
- package/cjs/{index-c0693be4.js.map → index-4f40f311.js.map} +1 -1
- package/cjs/{index-723733db.js → index-75453415.js} +4 -4
- package/cjs/{index-723733db.js.map → index-75453415.js.map} +1 -1
- package/cjs/{index-46522cf0.js → index-948426a8.js} +4 -4
- package/cjs/{index-46522cf0.js.map → index-948426a8.js.map} +1 -1
- package/cjs/{index-0159bc57.js → index-a2ce047a.js} +2 -2
- package/cjs/{index-0159bc57.js.map → index-a2ce047a.js.map} +1 -1
- package/cjs/{index-081c9614.js → index-d57081d1.js} +6 -6
- package/cjs/{index-081c9614.js.map → index-d57081d1.js.map} +1 -1
- package/cjs/{index-d4f42e73.js → index-e63da805.js} +4 -4
- package/cjs/{index-d4f42e73.js.map → index-e63da805.js.map} +1 -1
- package/cjs/{index-21f31180.js → index-f1971e28.js} +3 -3
- package/cjs/{index-21f31180.js.map → index-f1971e28.js.map} +1 -1
- package/cjs/index.css +78 -74
- package/cjs/index.css.map +1 -1
- package/cjs/index.js +36 -36
- package/cjs/{openChannelUtils-cecaf987.js → openChannelUtils-16f29ba2.js} +1 -1
- package/cjs/{openChannelUtils-cecaf987.js.map → openChannelUtils-16f29ba2.js.map} +1 -1
- package/cjs/sendBirdSelectors.js +1 -1
- package/cjs/{stringSet-f4da182b.js → stringSet-b9ea6eef.js} +1 -1
- package/cjs/{stringSet-f4da182b.js.map → stringSet-b9ea6eef.js.map} +1 -1
- package/cjs/{topics-c2c30f09.js → topics-11048db8.js} +1 -1
- package/cjs/{topics-c2c30f09.js.map → topics-11048db8.js.map} +1 -1
- package/cjs/{tslib.es6-d7d0a427.js → tslib.es6-07dd6257.js} +1 -1
- package/cjs/{tslib.es6-d7d0a427.js.map → tslib.es6-07dd6257.js.map} +1 -1
- package/cjs/ui/Accordion.js +4 -4
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +3 -3
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/Button.js +4 -4
- package/cjs/ui/ChannelAvatar.js +4 -4
- package/cjs/ui/ChannelPreview.js +12 -12
- package/cjs/ui/ChatHeader.js +8 -8
- package/cjs/ui/Checkbox.js +1 -1
- package/cjs/ui/ConnectionStatus.js +5 -5
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/Dropdown.js +3 -3
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +6 -6
- package/cjs/ui/FileViewer.js +7 -7
- package/cjs/ui/Icon.js +1 -1
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +3 -3
- package/cjs/ui/Label.js +3 -3
- package/cjs/ui/LinkLabel.js +3 -3
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MessageContent.js +14 -14
- package/cjs/ui/MessageInput.js +10 -10
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +10 -10
- package/cjs/ui/MessageSearchItem.js +10 -10
- package/cjs/ui/MessageStatus.js +8 -8
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +1 -1
- package/cjs/ui/OGMessageItemBody.js +9 -9
- package/cjs/ui/OpenChannelAdminMessage.js +4 -4
- package/cjs/ui/OpenChannelAvatar.js +7 -7
- package/cjs/ui/OpenchannelConversationHeader.js +7 -7
- package/cjs/ui/OpenchannelFileMessage.js +14 -14
- package/cjs/ui/OpenchannelOGMessage.js +14 -14
- package/cjs/ui/OpenchannelThumbnailMessage.js +13 -13
- package/cjs/ui/OpenchannelUserMessage.js +14 -14
- package/cjs/ui/PlaceHolder.js +6 -6
- package/cjs/ui/QuoteMessage.js +7 -7
- package/cjs/ui/QuoteMessageInput.js +7 -7
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +1 -1
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +9 -9
- package/cjs/ui/ThumbnailMessageItemBody.js +3 -3
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +7 -7
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-3e73a146.js → utils-3240365f.js} +1 -1
- package/cjs/{utils-3e73a146.js.map → utils-3240365f.js.map} +1 -1
- package/cjs/{utils-b95288a8.js → utils-53d332a6.js} +1 -1
- package/cjs/{utils-b95288a8.js.map → utils-53d332a6.js.map} +1 -1
- package/cjs/{utils-c55d20dc.js → utils-94ae6cec.js} +1 -1
- package/cjs/{utils-c55d20dc.js.map → utils-94ae6cec.js.map} +1 -1
- package/cjs/{uuid-ba6cc3c5.js → uuid-172844fb.js} +1 -1
- package/cjs/{uuid-ba6cc3c5.js.map → uuid-172844fb.js.map} +1 -1
- package/cjs/withSendBird.js +1 -1
- package/{color-2863fbbe.js → color-38dc84d3.js} +1 -1
- package/{color-2863fbbe.js.map → color-38dc84d3.js.map} +1 -1
- package/{compareIds-48d87cc5.js → compareIds-f01e0c3c.js} +1 -1
- package/{compareIds-48d87cc5.js.map → compareIds-f01e0c3c.js.map} +1 -1
- package/{const-3f63e129.js → const-b6685801.js} +1 -1
- package/{const-3f63e129.js.map → const-b6685801.js.map} +1 -1
- package/{const-09c22c50.js → const-d46f09a1.js} +1 -1
- package/{const-09c22c50.js.map → const-d46f09a1.js.map} +1 -1
- package/{context-7877e5bb.js → context-b5168bd0.js} +2 -2
- package/{context-7877e5bb.js.map → context-b5168bd0.js.map} +1 -1
- package/dist/index.css +78 -74
- package/dist/index.css.map +1 -1
- package/{index-4a59a866.js → index-1c2588aa.js} +2 -2
- package/{index-4a59a866.js.map → index-1c2588aa.js.map} +1 -1
- package/{index-41a6f4f2.js → index-2dce3a04.js} +3 -3
- package/{index-41a6f4f2.js.map → index-2dce3a04.js.map} +1 -1
- package/{index-358226c7.js → index-3bd4a058.js} +6 -6
- package/{index-358226c7.js.map → index-3bd4a058.js.map} +1 -1
- package/{index-4889e530.js → index-62fd2db7.js} +4 -4
- package/{index-4889e530.js.map → index-62fd2db7.js.map} +1 -1
- package/{index-353f13f3.js → index-6381b534.js} +1 -1
- package/{index-353f13f3.js.map → index-6381b534.js.map} +1 -1
- package/{index-f119413c.js → index-9afb4d01.js} +2 -2
- package/{index-f119413c.js.map → index-9afb4d01.js.map} +1 -1
- package/{index-86b0a341.js → index-a6675155.js} +4 -4
- package/{index-86b0a341.js.map → index-a6675155.js.map} +1 -1
- package/{index-303a3b6e.js → index-b12b270e.js} +4 -4
- package/{index-303a3b6e.js.map → index-b12b270e.js.map} +1 -1
- package/{index-a611bd38.js → index-d0b30cd5.js} +3 -3
- package/{index-a611bd38.js.map → index-d0b30cd5.js.map} +1 -1
- package/{index-1fd114b0.js → index-d0fe8fe1.js} +1 -1
- package/{index-1fd114b0.js.map → index-d0fe8fe1.js.map} +1 -1
- package/{index-ad4c9e58.js → index-e6d0889d.js} +3 -3
- package/{index-ad4c9e58.js.map → index-e6d0889d.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +36 -36
- package/{openChannelUtils-024b797a.js → openChannelUtils-22ed0258.js} +1 -1
- package/{openChannelUtils-024b797a.js.map → openChannelUtils-22ed0258.js.map} +1 -1
- package/package.json +2 -2
- package/sendBirdSelectors.js +1 -1
- package/{stringSet-91746bf1.js → stringSet-2e6c1d2c.js} +1 -1
- package/{stringSet-91746bf1.js.map → stringSet-2e6c1d2c.js.map} +1 -1
- package/{topics-17d99dd6.js → topics-67738aac.js} +1 -1
- package/{topics-17d99dd6.js.map → topics-67738aac.js.map} +1 -1
- package/{tslib.es6-83aa13f5.js → tslib.es6-b6e567bd.js} +1 -1
- package/{tslib.es6-83aa13f5.js.map → tslib.es6-b6e567bd.js.map} +1 -1
- package/ui/Accordion.js +4 -4
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +3 -3
- package/ui/Badge.js +5 -5
- package/ui/Button.js +4 -4
- package/ui/ChannelAvatar.js +4 -4
- package/ui/ChannelPreview.js +12 -12
- package/ui/ChatHeader.js +8 -8
- package/ui/Checkbox.js +1 -1
- package/ui/ConnectionStatus.js +5 -5
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/Dropdown.js +3 -3
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +6 -6
- package/ui/FileViewer.js +7 -7
- package/ui/Icon.js +1 -1
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +3 -3
- package/ui/Label.js +3 -3
- package/ui/LinkLabel.js +3 -3
- package/ui/Loader.js +1 -1
- package/ui/MessageContent.js +14 -14
- package/ui/MessageInput.js +10 -10
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +10 -10
- package/ui/MessageSearchItem.js +10 -10
- package/ui/MessageStatus.js +8 -8
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +1 -1
- package/ui/OGMessageItemBody.js +9 -9
- package/ui/OpenChannelAdminMessage.js +4 -4
- package/ui/OpenChannelAvatar.js +7 -7
- package/ui/OpenchannelConversationHeader.js +7 -7
- package/ui/OpenchannelFileMessage.js +14 -14
- package/ui/OpenchannelOGMessage.js +14 -14
- package/ui/OpenchannelThumbnailMessage.js +13 -13
- package/ui/OpenchannelUserMessage.js +14 -14
- package/ui/PlaceHolder.js +6 -6
- package/ui/QuoteMessage.js +7 -7
- package/ui/QuoteMessageInput.js +7 -7
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +1 -1
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +9 -9
- package/ui/ThumbnailMessageItemBody.js +3 -3
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +7 -7
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +9 -9
- package/useSendbirdStateContext.js +1 -1
- package/{utils-7d39b941.js → utils-04c291d8.js} +1 -1
- package/{utils-7d39b941.js.map → utils-04c291d8.js.map} +1 -1
- package/{utils-5395ff17.js → utils-28de36e9.js} +1 -1
- package/{utils-5395ff17.js.map → utils-28de36e9.js.map} +1 -1
- package/{utils-9ef11656.js → utils-f5c9ef64.js} +1 -1
- package/{utils-9ef11656.js.map → utils-f5c9ef64.js.map} +1 -1
- package/{uuid-6d14d007.js → uuid-0139dc21.js} +1 -1
- package/{uuid-6d14d007.js.map → uuid-0139dc21.js.map} +1 -1
- package/withSendBird.js +1 -1
- package/CHANGELOG.md +0 -50
- package/ChannelListProvider-7c351968.js.map +0 -1
- package/README.md +0 -111
- package/cjs/ChannelListProvider-44dde549.js.map +0 -1
- package/index.css +0 -4461
- package/index.css.map +0 -1
package/ui/MessageInput.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { a as _slicedToArray, _ as _objectSpread2, b as _toConsumableArray } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { a as _slicedToArray, _ as _objectSpread2, b as _toConsumableArray } from '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useMemo, useEffect, useCallback } from 'react';
|
|
3
3
|
import require$$2 from 'stream';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-
|
|
6
|
-
import { U as USER_MENTION_TEMP_CHAR } from '../const-
|
|
5
|
+
import { N as NodeTypes, M as MessageInputKeys, a as NodeNames } from '../const-d46f09a1.js';
|
|
6
|
+
import { U as USER_MENTION_TEMP_CHAR } from '../const-b6685801.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
|
-
import { B as Button, a as ButtonTypes, b as ButtonSizes } from '../index-
|
|
8
|
+
import { B as Button, a as ButtonTypes, b as ButtonSizes } from '../index-2dce3a04.js';
|
|
9
9
|
import MentionUserLabel from './MentionUserLabel.js';
|
|
10
10
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
11
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
12
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
13
|
-
import {
|
|
14
|
-
import '../stringSet-
|
|
15
|
-
import '../index-
|
|
16
|
-
import '../tslib.es6-
|
|
11
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-d0b30cd5.js';
|
|
12
|
+
import { a as LocalizationContext } from '../LocalizationContext-b970a73c.js';
|
|
13
|
+
import { j as convertWordToStringObj, S as StringObjType, k as arrayEqual, h as getClassName } from '../index-e6d0889d.js';
|
|
14
|
+
import '../stringSet-2e6c1d2c.js';
|
|
15
|
+
import '../index-6381b534.js';
|
|
16
|
+
import '../tslib.es6-b6e567bd.js';
|
|
17
17
|
|
|
18
18
|
var server_node = {exports: {}};
|
|
19
19
|
|
package/ui/MessageItemMenu.js
CHANGED
|
@@ -2,16 +2,16 @@ import React__default, { useContext, useRef } from 'react';
|
|
|
2
2
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
|
-
import {
|
|
6
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
5
|
+
import { r as isUserMessage, B as isSentMessage, C as isFailedMessage, D as isPendingMessage, h as getClassName, E as copyToClipboard } from '../index-e6d0889d.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-b970a73c.js';
|
|
7
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../index-
|
|
10
|
-
import '../stringSet-
|
|
9
|
+
import '../index-d0b30cd5.js';
|
|
10
|
+
import '../stringSet-2e6c1d2c.js';
|
|
11
11
|
import 'react-dom';
|
|
12
12
|
import './SortByRow.js';
|
|
13
|
-
import '../tslib.es6-
|
|
14
|
-
import '../index-
|
|
13
|
+
import '../tslib.es6-b6e567bd.js';
|
|
14
|
+
import '../index-6381b534.js';
|
|
15
15
|
|
|
16
16
|
function MessageItemMenu(_a) {
|
|
17
17
|
var _b, _c;
|
|
@@ -4,14 +4,14 @@ import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
|
4
4
|
import IconButton from './IconButton.js';
|
|
5
5
|
import ImageRenderer from './ImageRenderer.js';
|
|
6
6
|
import ReactionButton from './ReactionButton.js';
|
|
7
|
-
import { D as isPendingMessage, C as isFailedMessage,
|
|
8
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import { D as isPendingMessage, C as isFailedMessage, h as getClassName, F as getEmojiListAll } from '../index-e6d0889d.js';
|
|
8
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../stringSet-
|
|
10
|
+
import '../index-d0b30cd5.js';
|
|
11
|
+
import '../stringSet-2e6c1d2c.js';
|
|
12
12
|
import 'react-dom';
|
|
13
13
|
import './SortByRow.js';
|
|
14
|
-
import '../tslib.es6-
|
|
14
|
+
import '../tslib.es6-b6e567bd.js';
|
|
15
15
|
|
|
16
16
|
function MessageItemReactionMenu(_a) {
|
|
17
17
|
var className = _a.className,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-b6e567bd.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import Avatar from './Avatar.js';
|
|
4
4
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
5
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
7
|
-
import { f as format } from '../index-
|
|
8
|
-
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-d0b30cd5.js';
|
|
6
|
+
import { u as useLocalization } from '../LocalizationContext-b970a73c.js';
|
|
7
|
+
import { f as format } from '../index-1c2588aa.js';
|
|
8
|
+
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-a6675155.js';
|
|
9
9
|
import './ImageRenderer.js';
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
10
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../uuid-
|
|
13
|
-
import '../stringSet-
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../index-
|
|
12
|
+
import '../uuid-0139dc21.js';
|
|
13
|
+
import '../stringSet-2e6c1d2c.js';
|
|
14
|
+
import '../index-6381b534.js';
|
|
15
|
+
import '../index-9afb4d01.js';
|
|
16
16
|
|
|
17
17
|
function getCreatedAt(createdAt, locale) {
|
|
18
18
|
var optionalParam = locale ? {
|
package/ui/MessageSearchItem.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-b6e567bd.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-1c2588aa.js';
|
|
4
|
+
import { i as isToday, a as isYesterday, f as formatRelative } from '../index-a6675155.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-d0b30cd5.js';
|
|
7
|
+
import { u as useLocalization } from '../LocalizationContext-b970a73c.js';
|
|
8
|
+
import '../index-6381b534.js';
|
|
9
|
+
import '../index-9afb4d01.js';
|
|
10
10
|
import './ImageRenderer.js';
|
|
11
|
-
import '../_rollupPluginBabelHelpers-
|
|
11
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
12
12
|
import 'prop-types';
|
|
13
13
|
import './Icon.js';
|
|
14
|
-
import '../uuid-
|
|
15
|
-
import '../stringSet-
|
|
14
|
+
import '../uuid-0139dc21.js';
|
|
15
|
+
import '../stringSet-2e6c1d2c.js';
|
|
16
16
|
|
|
17
17
|
function getCreatedAt (createdAt, locale) {
|
|
18
18
|
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-b6e567bd.js';
|
|
2
2
|
import React__default, { useMemo } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-1c2588aa.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-d0b30cd5.js';
|
|
6
6
|
import Loader from './Loader.js';
|
|
7
|
-
import { a as getOutgoingMessageStates,
|
|
8
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
9
|
-
import '../index-
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import { a as getOutgoingMessageStates, d as getOutgoingMessageState, e as isSentStatus } from '../index-e6d0889d.js';
|
|
8
|
+
import { u as useLocalization } from '../LocalizationContext-b970a73c.js';
|
|
9
|
+
import '../index-6381b534.js';
|
|
10
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
12
|
+
import '../stringSet-2e6c1d2c.js';
|
|
13
13
|
|
|
14
14
|
var MessageStatusTypes = getOutgoingMessageStates();
|
|
15
15
|
function MessageStatus(_a) {
|
package/ui/Modal.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { createPortal } from 'react-dom';
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
-
import { M as MODAL_ROOT } from '../index-
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-b970a73c.js';
|
|
5
|
+
import { M as MODAL_ROOT } from '../index-d0fe8fe1.js';
|
|
6
6
|
import IconButton from './IconButton.js';
|
|
7
7
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
8
|
-
import { a as ButtonTypes, B as Button } from '../index-
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
-
import { n as noop } from '../utils-
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
13
|
-
import '../_rollupPluginBabelHelpers-
|
|
8
|
+
import { a as ButtonTypes, B as Button } from '../index-2dce3a04.js';
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-d0b30cd5.js';
|
|
10
|
+
import { n as noop } from '../utils-f5c9ef64.js';
|
|
11
|
+
import '../stringSet-2e6c1d2c.js';
|
|
12
|
+
import '../index-6381b534.js';
|
|
13
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
14
14
|
|
|
15
15
|
var ModalHeader = function ModalHeader(_ref) {
|
|
16
16
|
var titleText = _ref.titleText;
|
package/ui/MutedAvatarOverlay.js
CHANGED
package/ui/OGMessageItemBody.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { W as Word } from '../index-
|
|
2
|
+
import { W as Word } from '../index-62fd2db7.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 {
|
|
8
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-d0b30cd5.js';
|
|
6
|
+
import { u as uuidv4 } from '../uuid-0139dc21.js';
|
|
7
|
+
import { h as getClassName, J as isEditedMessage } from '../index-e6d0889d.js';
|
|
8
|
+
import { a as LocalizationContext } from '../LocalizationContext-b970a73c.js';
|
|
9
9
|
import './LinkLabel.js';
|
|
10
|
-
import '../_rollupPluginBabelHelpers-
|
|
10
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../tslib.es6-
|
|
14
|
-
import '../index-
|
|
12
|
+
import '../stringSet-2e6c1d2c.js';
|
|
13
|
+
import '../tslib.es6-b6e567bd.js';
|
|
14
|
+
import '../index-6381b534.js';
|
|
15
15
|
|
|
16
16
|
function OGMessageItemBody(_a) {
|
|
17
17
|
var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-b6e567bd.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
4
|
-
import '../_rollupPluginBabelHelpers-
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-d0b30cd5.js';
|
|
4
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
5
5
|
import 'prop-types';
|
|
6
|
-
import '../stringSet-
|
|
6
|
+
import '../stringSet-2e6c1d2c.js';
|
|
7
7
|
|
|
8
8
|
function OpenChannelAdminMessage(_a) {
|
|
9
9
|
var className = _a.className,
|
package/ui/OpenChannelAvatar.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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-b970a73c.js';
|
|
4
|
+
import { b as getOpenChannelAvatar } from '../utils-04c291d8.js';
|
|
5
|
+
import '../tslib.es6-b6e567bd.js';
|
|
6
6
|
import './ImageRenderer.js';
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import './Icon.js';
|
|
10
|
-
import '../uuid-
|
|
11
|
-
import '../stringSet-
|
|
12
|
-
import '../index-
|
|
10
|
+
import '../uuid-0139dc21.js';
|
|
11
|
+
import '../stringSet-2e6c1d2c.js';
|
|
12
|
+
import '../index-6381b534.js';
|
|
13
13
|
|
|
14
14
|
function ChannelAvatar(_a) {
|
|
15
15
|
var channel = _a.channel,
|
|
@@ -2,15 +2,15 @@ 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-d0b30cd5.js';
|
|
6
|
+
import { a as LocalizationContext } from '../LocalizationContext-b970a73c.js';
|
|
7
|
+
import '../tslib.es6-b6e567bd.js';
|
|
8
8
|
import './ImageRenderer.js';
|
|
9
|
-
import '../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
10
10
|
import 'prop-types';
|
|
11
|
-
import '../uuid-
|
|
12
|
-
import '../stringSet-
|
|
13
|
-
import '../index-
|
|
11
|
+
import '../uuid-0139dc21.js';
|
|
12
|
+
import '../stringSet-2e6c1d2c.js';
|
|
13
|
+
import '../index-6381b534.js';
|
|
14
14
|
|
|
15
15
|
function OpenchannelConversationHeader(_a) {
|
|
16
16
|
var coverImage = _a.coverImage,
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-b6e567bd.js';
|
|
2
2
|
import React__default, { useRef, useContext } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-1c2588aa.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-d0b30cd5.js';
|
|
7
7
|
import Loader from './Loader.js';
|
|
8
8
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
9
9
|
import IconButton from './IconButton.js';
|
|
10
10
|
import TextButton from './TextButton.js';
|
|
11
11
|
import ConnectedUserProfile from './UserProfile.js';
|
|
12
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
13
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
14
|
-
import { c as checkIsByMe, g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, d as isFineDelete, e as checkIsPending, f as checkIsFailed } from '../openChannelUtils-
|
|
15
|
-
import '../index-
|
|
12
|
+
import { a as UserProfileContext } from '../UserProfileContext-f4ff4291.js';
|
|
13
|
+
import { u as useLocalization } from '../LocalizationContext-b970a73c.js';
|
|
14
|
+
import { c as checkIsByMe, g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, d as isFineDelete, e as checkIsPending, f as checkIsFailed } from '../openChannelUtils-22ed0258.js';
|
|
15
|
+
import '../index-6381b534.js';
|
|
16
16
|
import './ImageRenderer.js';
|
|
17
|
-
import '../_rollupPluginBabelHelpers-
|
|
17
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
18
18
|
import 'prop-types';
|
|
19
|
-
import '../uuid-
|
|
20
|
-
import '../index-
|
|
19
|
+
import '../uuid-0139dc21.js';
|
|
20
|
+
import '../index-e6d0889d.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../stringSet-
|
|
24
|
-
import '../color-
|
|
23
|
+
import '../stringSet-2e6c1d2c.js';
|
|
24
|
+
import '../color-38dc84d3.js';
|
|
25
25
|
import '../withSendBird.js';
|
|
26
26
|
import '../sendBirdSelectors.js';
|
|
27
|
-
import '../topics-
|
|
28
|
-
import '../index-
|
|
27
|
+
import '../topics-67738aac.js';
|
|
28
|
+
import '../index-2dce3a04.js';
|
|
29
29
|
|
|
30
30
|
var checkFileType = function checkFileType(fileUrl) {
|
|
31
31
|
var audioFile = /(\.mp3)$/i;
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-b6e567bd.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-1c2588aa.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
8
|
import ImageRenderer from './ImageRenderer.js';
|
|
9
9
|
import LinkLabel from './LinkLabel.js';
|
|
10
|
-
import { a as LabelTypography, b as LabelColors, L as Label } from '../index-
|
|
10
|
+
import { a as LabelTypography, b as LabelColors, L as Label } from '../index-d0b30cd5.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import ConnectedUserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { u as uuidv4 } from '../uuid-
|
|
15
|
-
import { c as copyToClipboard } from '../utils-
|
|
16
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
17
|
-
import { c as checkIsByMe, g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, d as isFineDelete, e as checkIsPending, f as checkIsFailed } from '../openChannelUtils-
|
|
18
|
-
import '../index-
|
|
19
|
-
import '../_rollupPluginBabelHelpers-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-f4ff4291.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-0139dc21.js';
|
|
15
|
+
import { c as copyToClipboard } from '../utils-28de36e9.js';
|
|
16
|
+
import { u as useLocalization } from '../LocalizationContext-b970a73c.js';
|
|
17
|
+
import { c as checkIsByMe, g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, d as isFineDelete, e as checkIsPending, f as checkIsFailed } from '../openChannelUtils-22ed0258.js';
|
|
18
|
+
import '../index-6381b534.js';
|
|
19
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
20
20
|
import 'prop-types';
|
|
21
|
-
import '../index-
|
|
21
|
+
import '../index-e6d0889d.js';
|
|
22
22
|
import 'react-dom';
|
|
23
23
|
import './SortByRow.js';
|
|
24
|
-
import '../stringSet-
|
|
24
|
+
import '../stringSet-2e6c1d2c.js';
|
|
25
25
|
import '../withSendBird.js';
|
|
26
26
|
import '../sendBirdSelectors.js';
|
|
27
|
-
import '../topics-
|
|
28
|
-
import '../index-
|
|
27
|
+
import '../topics-67738aac.js';
|
|
28
|
+
import '../index-2dce3a04.js';
|
|
29
29
|
|
|
30
30
|
var URL_REG = /[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_+.~#?&//=]*)/;
|
|
31
31
|
var createUrlTester = function createUrlTester(regexp) {
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-b6e567bd.js';
|
|
2
2
|
import React__default, { useContext, useState, useRef, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
4
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
3
|
+
import { f as format } from '../index-1c2588aa.js';
|
|
4
|
+
import { u as useLocalization } from '../LocalizationContext-b970a73c.js';
|
|
5
5
|
import Avatar from './Avatar.js';
|
|
6
6
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
7
7
|
import Icon, { IconColors, IconTypes } from './Icon.js';
|
|
8
8
|
import IconButton from './IconButton.js';
|
|
9
9
|
import ImageRenderer from './ImageRenderer.js';
|
|
10
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
10
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-d0b30cd5.js';
|
|
11
11
|
import Loader from './Loader.js';
|
|
12
12
|
import ConnectedUserProfile from './UserProfile.js';
|
|
13
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
14
|
-
import { c as checkIsByMe, g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, d as isFineDelete, h as checkIsSent, e as checkIsPending, f as checkIsFailed } from '../openChannelUtils-
|
|
15
|
-
import '../index-
|
|
16
|
-
import '../stringSet-
|
|
17
|
-
import '../uuid-
|
|
18
|
-
import '../_rollupPluginBabelHelpers-
|
|
13
|
+
import { a as UserProfileContext } from '../UserProfileContext-f4ff4291.js';
|
|
14
|
+
import { c as checkIsByMe, g as getSenderFromMessage, s as showMenuTrigger, b as isFineResend, d as isFineDelete, h as checkIsSent, e as checkIsPending, f as checkIsFailed } from '../openChannelUtils-22ed0258.js';
|
|
15
|
+
import '../index-6381b534.js';
|
|
16
|
+
import '../stringSet-2e6c1d2c.js';
|
|
17
|
+
import '../uuid-0139dc21.js';
|
|
18
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
19
19
|
import 'prop-types';
|
|
20
|
-
import '../index-
|
|
20
|
+
import '../index-e6d0889d.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
23
|
import '../withSendBird.js';
|
|
24
24
|
import '../sendBirdSelectors.js';
|
|
25
|
-
import '../topics-
|
|
26
|
-
import '../index-
|
|
25
|
+
import '../topics-67738aac.js';
|
|
26
|
+
import '../index-2dce3a04.js';
|
|
27
27
|
|
|
28
28
|
var SUPPORTING_TYPES = {
|
|
29
29
|
IMAGE: 'IMAGE',
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { a as __spreadArray } from '../tslib.es6-
|
|
1
|
+
import { a as __spreadArray } from '../tslib.es6-b6e567bd.js';
|
|
2
2
|
import React__default, { useContext, useRef, useState, useMemo, useEffect } from 'react';
|
|
3
|
-
import { f as format } from '../index-
|
|
3
|
+
import { f as format } from '../index-1c2588aa.js';
|
|
4
4
|
import Avatar from './Avatar.js';
|
|
5
5
|
import ContextMenu, { MenuItems, MenuItem } from './ContextMenu.js';
|
|
6
6
|
import Icon, { IconTypes, IconColors } from './Icon.js';
|
|
7
7
|
import IconButton from './IconButton.js';
|
|
8
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
8
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-d0b30cd5.js';
|
|
9
9
|
import Loader from './Loader.js';
|
|
10
10
|
import ConnectedUserProfile from './UserProfile.js';
|
|
11
|
-
import { a as UserProfileContext } from '../UserProfileContext-
|
|
12
|
-
import { u as useLocalization } from '../LocalizationContext-
|
|
13
|
-
import { c as copyToClipboard } from '../utils-
|
|
14
|
-
import { u as uuidv4 } from '../uuid-
|
|
15
|
-
import { c as checkIsByMe, g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, d as isFineDelete, e as checkIsPending, f as checkIsFailed } from '../openChannelUtils-
|
|
16
|
-
import '../index-
|
|
11
|
+
import { a as UserProfileContext } from '../UserProfileContext-f4ff4291.js';
|
|
12
|
+
import { u as useLocalization } from '../LocalizationContext-b970a73c.js';
|
|
13
|
+
import { c as copyToClipboard } from '../utils-28de36e9.js';
|
|
14
|
+
import { u as uuidv4 } from '../uuid-0139dc21.js';
|
|
15
|
+
import { c as checkIsByMe, g as getSenderFromMessage, s as showMenuTrigger, i as isFineCopy, a as isFineEdit, b as isFineResend, d as isFineDelete, e as checkIsPending, f as checkIsFailed } from '../openChannelUtils-22ed0258.js';
|
|
16
|
+
import '../index-6381b534.js';
|
|
17
17
|
import './ImageRenderer.js';
|
|
18
|
-
import '../_rollupPluginBabelHelpers-
|
|
18
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
19
19
|
import 'prop-types';
|
|
20
|
-
import '../index-
|
|
20
|
+
import '../index-e6d0889d.js';
|
|
21
21
|
import 'react-dom';
|
|
22
22
|
import './SortByRow.js';
|
|
23
|
-
import '../stringSet-
|
|
23
|
+
import '../stringSet-2e6c1d2c.js';
|
|
24
24
|
import '../withSendBird.js';
|
|
25
25
|
import '../sendBirdSelectors.js';
|
|
26
|
-
import '../topics-
|
|
27
|
-
import '../index-
|
|
26
|
+
import '../topics-67738aac.js';
|
|
27
|
+
import '../index-2dce3a04.js';
|
|
28
28
|
|
|
29
29
|
function OpenchannelUserMessage(_a) {
|
|
30
30
|
var className = _a.className,
|
package/ui/PlaceHolder.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import '../_rollupPluginBabelHelpers-
|
|
1
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'prop-types';
|
|
4
4
|
import './Icon.js';
|
|
5
5
|
import './Loader.js';
|
|
6
|
-
import '../LocalizationContext-
|
|
7
|
-
import '../index-
|
|
8
|
-
export { a as PlaceHolderTypes, P as default } from '../index-
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
6
|
+
import '../LocalizationContext-b970a73c.js';
|
|
7
|
+
import '../index-d0b30cd5.js';
|
|
8
|
+
export { a as PlaceHolderTypes, P as default } from '../index-b12b270e.js';
|
|
9
|
+
import '../stringSet-2e6c1d2c.js';
|
|
10
|
+
import '../index-6381b534.js';
|
|
11
11
|
//# sourceMappingURL=PlaceHolder.js.map
|
package/ui/QuoteMessage.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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-d0b30cd5.js';
|
|
4
4
|
import ImageRenderer from './ImageRenderer.js';
|
|
5
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
6
|
-
import { L as getUIKitFileTypes,
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-b970a73c.js';
|
|
6
|
+
import { L as getUIKitFileTypes, h as getClassName, r as isUserMessage, n as isThumbnailMessage, z as isVideo, M as isGif, l as isFileMessage, y as isSupportedFileView, K as getUIKitFileType, t as truncateString } from '../index-e6d0889d.js';
|
|
7
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../index-
|
|
11
|
-
import '../tslib.es6-
|
|
9
|
+
import '../stringSet-2e6c1d2c.js';
|
|
10
|
+
import '../index-6381b534.js';
|
|
11
|
+
import '../tslib.es6-b6e567bd.js';
|
|
12
12
|
|
|
13
13
|
function QuoteMessage(_a) {
|
|
14
14
|
var _b;
|
package/ui/QuoteMessageInput.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import {
|
|
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-e6d0889d.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-d0b30cd5.js';
|
|
5
|
+
import { a as LocalizationContext } from '../LocalizationContext-b970a73c.js';
|
|
6
6
|
import ImageRenderer from './ImageRenderer.js';
|
|
7
|
-
import '../tslib.es6-
|
|
8
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
+
import '../tslib.es6-b6e567bd.js';
|
|
8
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../stringSet-
|
|
11
|
-
import '../index-
|
|
10
|
+
import '../stringSet-2e6c1d2c.js';
|
|
11
|
+
import '../index-6381b534.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 { b as _toConsumableArray } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _toConsumableArray } from '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-
|
|
5
|
-
import '../stringSet-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-d0b30cd5.js';
|
|
5
|
+
import '../stringSet-2e6c1d2c.js';
|
|
6
6
|
|
|
7
7
|
var ReactionBadge = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
|
|
8
8
|
var className = props.className,
|
package/ui/ReactionButton.js
CHANGED
package/ui/SortByRow.js
CHANGED
package/ui/TextButton.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { b as _toConsumableArray } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { b as _toConsumableArray } from '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { c as changeColorToClassName, C as Colors } from '../color-
|
|
4
|
+
import { c as changeColorToClassName, C as Colors } from '../color-38dc84d3.js';
|
|
5
5
|
|
|
6
6
|
function TextButton(_ref) {
|
|
7
7
|
var className = _ref.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 {
|
|
4
|
-
import { a as LocalizationContext } from '../LocalizationContext-
|
|
5
|
-
import { u as uuidv4 } from '../uuid-
|
|
6
|
-
import { W as Word } from '../index-
|
|
7
|
-
import '../_rollupPluginBabelHelpers-
|
|
2
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../index-d0b30cd5.js';
|
|
3
|
+
import { h as getClassName, J as isEditedMessage } from '../index-e6d0889d.js';
|
|
4
|
+
import { a as LocalizationContext } from '../LocalizationContext-b970a73c.js';
|
|
5
|
+
import { u as uuidv4 } from '../uuid-0139dc21.js';
|
|
6
|
+
import { W as Word } from '../index-62fd2db7.js';
|
|
7
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../stringSet-
|
|
10
|
-
import '../tslib.es6-
|
|
11
|
-
import '../index-
|
|
9
|
+
import '../stringSet-2e6c1d2c.js';
|
|
10
|
+
import '../tslib.es6-b6e567bd.js';
|
|
11
|
+
import '../index-6381b534.js';
|
|
12
12
|
import './LinkLabel.js';
|
|
13
13
|
|
|
14
14
|
function TextMessageItemBody(_a) {
|