@sendbird/uikit-react 3.0.0-alpha.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 +54 -35
- package/App.js.map +1 -1
- package/Channel/components/ChannelHeader.js +15 -14
- package/Channel/components/ChannelHeader.js.map +1 -1
- package/Channel/components/ChannelUI.js +30 -23
- package/Channel/components/ChannelUI.js.map +1 -1
- package/Channel/components/FileViewer.js +14 -13
- package/Channel/components/FileViewer.js.map +1 -1
- package/Channel/components/FrozenNotification.js +5 -5
- package/Channel/components/Message.js +189 -66
- package/Channel/components/Message.js.map +1 -1
- package/Channel/components/MessageInput.js +145 -30
- package/Channel/components/MessageInput.js.map +1 -1
- package/Channel/components/MessageList.js +72 -60
- package/Channel/components/MessageList.js.map +1 -1
- package/Channel/components/RemoveMessageModal.js +17 -16
- package/Channel/components/RemoveMessageModal.js.map +1 -1
- package/Channel/components/SuggestedMentionList.js +250 -0
- package/Channel/components/SuggestedMentionList.js.map +1 -0
- package/Channel/components/TypingIndicator.js +16 -15
- package/Channel/components/TypingIndicator.js.map +1 -1
- package/Channel/components/UnreadCount.js +5 -5
- package/Channel/context.js +13 -12
- package/Channel/context.js.map +1 -1
- package/Channel.js +29 -22
- 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 +52 -29
- package/ChannelList/components/ChannelListUI.js.map +1 -1
- package/ChannelList/components/ChannelPreview.js +55 -21
- package/ChannelList/components/ChannelPreview.js.map +1 -1
- package/ChannelList/components/ChannelPreviewAction.js +14 -14
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +34 -25
- package/ChannelList.js.map +1 -1
- package/{ChannelListProvider-0b0c2c40.js → ChannelListProvider-d602a166.js} +92 -27
- package/ChannelListProvider-d602a166.js.map +1 -0
- package/{ChannelProvider-459e463f.js → ChannelProvider-cf8fc05a.js} +72 -41
- package/ChannelProvider-cf8fc05a.js.map +1 -0
- 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-c617a1bb.js → CreateChannelProvider-3f3dafed.js} +1 -1
- package/{CreateChannelProvider-c617a1bb.js.map → CreateChannelProvider-3f3dafed.js.map} +1 -1
- package/EditUserProfile/components/EditUserProfileUI.js +13 -13
- package/EditUserProfile.js +13 -13
- package/{LocalizationContext-e4391013.js → LocalizationContext-b970a73c.js} +3 -3
- package/{LocalizationContext-e4391013.js.map → LocalizationContext-b970a73c.js.map} +1 -1
- package/{MemberList-6655cba0.js → MemberList-9d29bee4.js} +5 -5
- package/{MemberList-6655cba0.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 +18 -14
- package/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessage.js +23 -19
- package/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/OpenChannel/components/OpenChannelMessageList.js +25 -21
- package/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/OpenChannel/components/OpenChannelUI.js +25 -21
- package/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +25 -21
- package/OpenChannel.js.map +1 -1
- package/{OpenChannelProvider-a7691eb4.js → OpenChannelProvider-821fb008.js} +7 -7
- package/{OpenChannelProvider-a7691eb4.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 +36 -14
- package/SendbirdProvider.js.map +1 -1
- package/{UserProfileContext-865db5e6.js → UserProfileContext-f4ff4291.js} +1 -1
- package/{UserProfileContext-865db5e6.js.map → UserProfileContext-f4ff4291.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-20904f21.js → _rollupPluginBabelHelpers-6bf18550.js} +1 -1
- package/{_rollupPluginBabelHelpers-20904f21.js.map → _rollupPluginBabelHelpers-6bf18550.js.map} +1 -1
- package/{actionTypes-1e3a4074.js → actionTypes-8e320ded.js} +1 -1
- package/{actionTypes-1e3a4074.js.map → actionTypes-8e320ded.js.map} +1 -1
- package/cjs/App.js +54 -35
- package/cjs/App.js.map +1 -1
- package/cjs/Channel/components/ChannelHeader.js +15 -14
- package/cjs/Channel/components/ChannelHeader.js.map +1 -1
- package/cjs/Channel/components/ChannelUI.js +31 -24
- package/cjs/Channel/components/ChannelUI.js.map +1 -1
- package/cjs/Channel/components/FileViewer.js +14 -13
- package/cjs/Channel/components/FileViewer.js.map +1 -1
- package/cjs/Channel/components/FrozenNotification.js +5 -5
- package/cjs/Channel/components/Message.js +188 -65
- package/cjs/Channel/components/Message.js.map +1 -1
- package/cjs/Channel/components/MessageInput.js +144 -29
- package/cjs/Channel/components/MessageInput.js.map +1 -1
- package/cjs/Channel/components/MessageList.js +71 -59
- package/cjs/Channel/components/MessageList.js.map +1 -1
- package/cjs/Channel/components/RemoveMessageModal.js +17 -16
- package/cjs/Channel/components/RemoveMessageModal.js.map +1 -1
- package/cjs/Channel/components/SuggestedMentionList.js +256 -0
- package/cjs/Channel/components/SuggestedMentionList.js.map +1 -0
- package/cjs/Channel/components/TypingIndicator.js +18 -14
- package/cjs/Channel/components/TypingIndicator.js.map +1 -1
- package/cjs/Channel/components/UnreadCount.js +5 -5
- package/cjs/Channel/context.js +13 -12
- package/cjs/Channel/context.js.map +1 -1
- package/cjs/Channel.js +29 -22
- 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 +52 -29
- package/cjs/ChannelList/components/ChannelListUI.js.map +1 -1
- package/cjs/ChannelList/components/ChannelPreview.js +55 -21
- 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 +34 -25
- package/cjs/ChannelList.js.map +1 -1
- package/cjs/{ChannelListProvider-5a152618.js → ChannelListProvider-64db9f70.js} +92 -27
- package/cjs/ChannelListProvider-64db9f70.js.map +1 -0
- package/cjs/{ChannelProvider-f1fb0108.js → ChannelProvider-5e8e33b1.js} +79 -48
- package/cjs/ChannelProvider-5e8e33b1.js.map +1 -0
- 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-df42106f.js → CreateChannelProvider-dcf7f906.js} +1 -1
- package/cjs/{CreateChannelProvider-df42106f.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-68e55e2a.js → LocalizationContext-382a9ef1.js} +3 -3
- package/cjs/{LocalizationContext-68e55e2a.js.map → LocalizationContext-382a9ef1.js.map} +1 -1
- package/cjs/{MemberList-dc84e303.js → MemberList-03a241cd.js} +5 -5
- package/cjs/{MemberList-dc84e303.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 +18 -14
- package/cjs/OpenChannel/components/OpenChannelInput.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessage.js +23 -19
- package/cjs/OpenChannel/components/OpenChannelMessage.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +25 -21
- package/cjs/OpenChannel/components/OpenChannelMessageList.js.map +1 -1
- package/cjs/OpenChannel/components/OpenChannelUI.js +25 -21
- package/cjs/OpenChannel/components/OpenChannelUI.js.map +1 -1
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +25 -21
- package/cjs/OpenChannel.js.map +1 -1
- package/cjs/{OpenChannelProvider-7a1a996f.js → OpenChannelProvider-9000ccb9.js} +7 -7
- package/cjs/{OpenChannelProvider-7a1a996f.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 +36 -14
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/{UserProfileContext-3533547d.js → UserProfileContext-0b7ef11a.js} +1 -1
- package/cjs/{UserProfileContext-3533547d.js.map → UserProfileContext-0b7ef11a.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-fc14118c.js → _rollupPluginBabelHelpers-6193d45d.js} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-fc14118c.js.map → _rollupPluginBabelHelpers-6193d45d.js.map} +1 -1
- package/cjs/{actionTypes-bc47f97a.js → actionTypes-092bc172.js} +1 -1
- package/cjs/{actionTypes-bc47f97a.js.map → actionTypes-092bc172.js.map} +1 -1
- package/cjs/{color-4afb15fb.js → color-1816dacf.js} +1 -1
- package/cjs/{color-4afb15fb.js.map → color-1816dacf.js.map} +1 -1
- package/cjs/{compareIds-01306377.js → compareIds-e9bca8c4.js} +1 -1
- package/cjs/{compareIds-01306377.js.map → compareIds-e9bca8c4.js.map} +1 -1
- package/cjs/const-c65837c1.js +22 -0
- package/cjs/const-c65837c1.js.map +1 -0
- package/cjs/const-d9f4d880.js +14 -0
- package/cjs/const-d9f4d880.js.map +1 -0
- package/cjs/{context-c1f9d650.js → context-6ebf3379.js} +2 -2
- package/cjs/{context-c1f9d650.js.map → context-6ebf3379.js.map} +1 -1
- package/cjs/{index-1044f1ed.js → index-01072ac9.js} +3 -3
- package/cjs/{index-1044f1ed.js.map → index-01072ac9.js.map} +1 -1
- package/cjs/{index-e2bb862c.js → index-20a06ed6.js} +1 -1
- package/cjs/{index-e2bb862c.js.map → index-20a06ed6.js.map} +1 -1
- package/cjs/{index-d4880236.js → index-212a11f2.js} +84 -3
- package/cjs/index-212a11f2.js.map +1 -0
- package/cjs/{index-aecc8d24.js → index-2faa2f93.js} +1 -1
- package/cjs/{index-aecc8d24.js.map → index-2faa2f93.js.map} +1 -1
- package/cjs/{index-9dc3863f.js → index-4f40f311.js} +2 -2
- package/cjs/{index-9dc3863f.js.map → index-4f40f311.js.map} +1 -1
- package/cjs/index-75453415.js +54 -0
- package/cjs/index-75453415.js.map +1 -0
- package/cjs/{index-8becccd8.js → index-948426a8.js} +4 -4
- package/cjs/{index-8becccd8.js.map → index-948426a8.js.map} +1 -1
- package/cjs/{index-905331fa.js → index-a2ce047a.js} +2 -2
- package/cjs/{index-905331fa.js.map → index-a2ce047a.js.map} +1 -1
- package/cjs/{index-4987c8b2.js → index-d57081d1.js} +6 -6
- package/cjs/{index-4987c8b2.js.map → index-d57081d1.js.map} +1 -1
- package/cjs/{index-659c9ca5.js → index-e63da805.js} +4 -4
- package/cjs/{index-659c9ca5.js.map → index-e63da805.js.map} +1 -1
- package/cjs/{index-1468d245.js → index-f1971e28.js} +3 -3
- package/cjs/{index-1468d245.js.map → index-f1971e28.js.map} +1 -1
- package/cjs/index.css +243 -133
- package/cjs/index.css.map +1 -1
- package/cjs/index.js +40 -33
- package/cjs/index.js.map +1 -1
- package/cjs/{openChannelUtils-37919a36.js → openChannelUtils-16f29ba2.js} +1 -1
- package/cjs/{openChannelUtils-37919a36.js.map → openChannelUtils-16f29ba2.js.map} +1 -1
- package/cjs/sendBirdSelectors.js +1 -1
- package/cjs/{stringSet-aa544ce5.js → stringSet-b9ea6eef.js} +4 -2
- package/cjs/stringSet-b9ea6eef.js.map +1 -0
- package/cjs/{topics-8314d425.js → topics-11048db8.js} +1 -1
- package/cjs/{topics-8314d425.js.map → topics-11048db8.js.map} +1 -1
- package/cjs/{tslib.es6-4a281a05.js → tslib.es6-07dd6257.js} +1 -1
- package/cjs/{tslib.es6-4a281a05.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/MentionUserLabel.js +25 -0
- package/cjs/ui/MentionUserLabel.js.map +1 -0
- package/cjs/ui/MessageContent.js +25 -62
- package/cjs/ui/MessageContent.js.map +1 -1
- package/cjs/ui/MessageInput.js +4900 -84
- package/cjs/ui/MessageInput.js.map +1 -1
- 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 +66 -0
- package/cjs/ui/MessageStatus.js.map +1 -0
- package/cjs/ui/Modal.js +8 -8
- package/cjs/ui/MutedAvatarOverlay.js +1 -1
- package/cjs/ui/OGMessageItemBody.js +38 -28
- package/cjs/ui/OGMessageItemBody.js.map +1 -1
- 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/QuoteMessageInput.js.map +1 -1
- 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 +36 -14
- package/cjs/ui/TextMessageItemBody.js.map +1 -1
- 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-cbd3ed99.js → utils-3240365f.js} +1 -1
- package/cjs/{utils-cbd3ed99.js.map → utils-3240365f.js.map} +1 -1
- package/cjs/{utils-66b3f4ec.js → utils-53d332a6.js} +1 -1
- package/cjs/{utils-66b3f4ec.js.map → utils-53d332a6.js.map} +1 -1
- package/cjs/{utils-3b0815dc.js → utils-94ae6cec.js} +1 -1
- package/cjs/{utils-3b0815dc.js.map → utils-94ae6cec.js.map} +1 -1
- package/cjs/{uuid-1d5ec8b2.js → uuid-172844fb.js} +1 -1
- package/cjs/{uuid-1d5ec8b2.js.map → uuid-172844fb.js.map} +1 -1
- package/cjs/withSendBird.js +1 -1
- package/{color-ee3fc5ee.js → color-38dc84d3.js} +1 -1
- package/{color-ee3fc5ee.js.map → color-38dc84d3.js.map} +1 -1
- package/{compareIds-808956f2.js → compareIds-f01e0c3c.js} +1 -1
- package/{compareIds-808956f2.js.map → compareIds-f01e0c3c.js.map} +1 -1
- package/const-b6685801.js +8 -0
- package/const-b6685801.js.map +1 -0
- package/const-d46f09a1.js +18 -0
- package/const-d46f09a1.js.map +1 -0
- package/{context-98ce535c.js → context-b5168bd0.js} +2 -2
- package/{context-98ce535c.js.map → context-b5168bd0.js.map} +1 -1
- package/dist/index.css +243 -133
- package/dist/index.css.map +1 -1
- package/{index-770d7112.js → index-1c2588aa.js} +2 -2
- package/{index-770d7112.js.map → index-1c2588aa.js.map} +1 -1
- package/{index-acebc2ff.js → index-2dce3a04.js} +3 -3
- package/{index-acebc2ff.js.map → index-2dce3a04.js.map} +1 -1
- package/{index-5c2c81bc.js → index-3bd4a058.js} +6 -6
- package/{index-5c2c81bc.js.map → index-3bd4a058.js.map} +1 -1
- package/index-62fd2db7.js +48 -0
- package/index-62fd2db7.js.map +1 -0
- package/{index-6ebf7894.js → index-6381b534.js} +1 -1
- package/{index-6ebf7894.js.map → index-6381b534.js.map} +1 -1
- package/{index-cd21929d.js → index-9afb4d01.js} +2 -2
- package/{index-cd21929d.js.map → index-9afb4d01.js.map} +1 -1
- package/{index-1718324d.js → index-a6675155.js} +4 -4
- package/{index-1718324d.js.map → index-a6675155.js.map} +1 -1
- package/{index-e818a8a3.js → index-b12b270e.js} +4 -4
- package/{index-e818a8a3.js.map → index-b12b270e.js.map} +1 -1
- package/{index-7a51bd16.js → index-d0b30cd5.js} +3 -3
- package/{index-7a51bd16.js.map → index-d0b30cd5.js.map} +1 -1
- package/{index-942c85a6.js → index-d0fe8fe1.js} +1 -1
- package/{index-942c85a6.js.map → index-d0fe8fe1.js.map} +1 -1
- package/{index-8c72a94a.js → index-e6d0889d.js} +83 -3
- package/index-e6d0889d.js.map +1 -0
- package/index.d.ts +238 -210
- package/index.js +40 -33
- package/index.js.map +1 -1
- package/{openChannelUtils-56a372e7.js → openChannelUtils-22ed0258.js} +1 -1
- package/{openChannelUtils-56a372e7.js.map → openChannelUtils-22ed0258.js.map} +1 -1
- package/package.json +5 -2
- package/sendBirdSelectors.js +1 -1
- package/{stringSet-4f6eaa60.js → stringSet-2e6c1d2c.js} +4 -2
- package/stringSet-2e6c1d2c.js.map +1 -0
- package/{topics-9442035c.js → topics-67738aac.js} +1 -1
- package/{topics-9442035c.js.map → topics-67738aac.js.map} +1 -1
- package/{tslib.es6-e3c44017.js → tslib.es6-b6e567bd.js} +1 -1
- package/{tslib.es6-e3c44017.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/MentionUserLabel.js +19 -0
- package/ui/MentionUserLabel.js.map +1 -0
- package/ui/MessageContent.js +25 -62
- package/ui/MessageContent.js.map +1 -1
- package/ui/MessageInput.js +4900 -85
- package/ui/MessageInput.js.map +1 -1
- 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 +57 -0
- package/ui/MessageStatus.js.map +1 -0
- package/ui/Modal.js +8 -8
- package/ui/MutedAvatarOverlay.js +1 -1
- package/ui/OGMessageItemBody.js +38 -28
- package/ui/OGMessageItemBody.js.map +1 -1
- 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/QuoteMessageInput.js.map +1 -1
- 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 +37 -15
- package/ui/TextMessageItemBody.js.map +1 -1
- 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-08c4dbdc.js → utils-04c291d8.js} +1 -1
- package/{utils-08c4dbdc.js.map → utils-04c291d8.js.map} +1 -1
- package/{utils-af1b9829.js → utils-28de36e9.js} +1 -1
- package/{utils-af1b9829.js.map → utils-28de36e9.js.map} +1 -1
- package/{utils-c393e880.js → utils-f5c9ef64.js} +1 -1
- package/{utils-c393e880.js.map → utils-f5c9ef64.js.map} +1 -1
- package/{uuid-b0c93400.js → uuid-0139dc21.js} +1 -1
- package/{uuid-b0c93400.js.map → uuid-0139dc21.js.map} +1 -1
- package/withSendBird.js +1 -1
- package/ChannelListProvider-0b0c2c40.js.map +0 -1
- package/ChannelProvider-459e463f.js.map +0 -1
- package/cjs/ChannelListProvider-5a152618.js.map +0 -1
- package/cjs/ChannelProvider-f1fb0108.js.map +0 -1
- package/cjs/index-d4880236.js.map +0 -1
- package/cjs/stringSet-aa544ce5.js.map +0 -1
- package/index-8c72a94a.js.map +0 -1
- package/index.css +0 -4355
- package/index.css.map +0 -1
- package/stringSet-4f6eaa60.js.map +0 -1
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-b970a73c.js';
|
|
3
3
|
import Modal from '../../ui/Modal.js';
|
|
4
4
|
import Input, { InputLabel } from '../../ui/Input.js';
|
|
5
5
|
import Avatar from '../../ui/Avatar.js';
|
|
6
|
-
import { T as Type } from '../../index-
|
|
7
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
6
|
+
import { T as Type } from '../../index-2dce3a04.js';
|
|
7
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d0b30cd5.js';
|
|
8
8
|
import TextButton from '../../ui/TextButton.js';
|
|
9
9
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
10
10
|
import { useOpenChannelSettings } from '../context.js';
|
|
11
11
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
12
|
-
import '../../stringSet-
|
|
13
|
-
import '../../index-
|
|
12
|
+
import '../../stringSet-2e6c1d2c.js';
|
|
13
|
+
import '../../index-6381b534.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import 'react-dom';
|
|
16
|
-
import '../../index-
|
|
16
|
+
import '../../index-d0fe8fe1.js';
|
|
17
17
|
import '../../ui/IconButton.js';
|
|
18
|
-
import '../../_rollupPluginBabelHelpers-
|
|
18
|
+
import '../../_rollupPluginBabelHelpers-6bf18550.js';
|
|
19
19
|
import '../../ui/Icon.js';
|
|
20
|
-
import '../../utils-
|
|
21
|
-
import '../../tslib.es6-
|
|
20
|
+
import '../../utils-f5c9ef64.js';
|
|
21
|
+
import '../../tslib.es6-b6e567bd.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../color-
|
|
25
|
-
import '../../utils-
|
|
26
|
-
import '../../UserProfileContext-
|
|
23
|
+
import '../../uuid-0139dc21.js';
|
|
24
|
+
import '../../color-38dc84d3.js';
|
|
25
|
+
import '../../utils-04c291d8.js';
|
|
26
|
+
import '../../UserProfileContext-f4ff4291.js';
|
|
27
27
|
import '../../withSendBird.js';
|
|
28
28
|
|
|
29
29
|
var EditDetails = function EditDetails(props) {
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
import React__default, { useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-b970a73c.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d0b30cd5.js';
|
|
4
4
|
import TextButton from '../../ui/TextButton.js';
|
|
5
5
|
import ChannelAvatar from '../../ui/OpenChannelAvatar.js';
|
|
6
6
|
import EditDetails from './EditDetailsModal.js';
|
|
7
7
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
8
8
|
import { useOpenChannelSettings } from '../context.js';
|
|
9
|
-
import '../../stringSet-
|
|
10
|
-
import '../../index-
|
|
11
|
-
import '../../_rollupPluginBabelHelpers-
|
|
9
|
+
import '../../stringSet-2e6c1d2c.js';
|
|
10
|
+
import '../../index-6381b534.js';
|
|
11
|
+
import '../../_rollupPluginBabelHelpers-6bf18550.js';
|
|
12
12
|
import 'prop-types';
|
|
13
|
-
import '../../color-
|
|
13
|
+
import '../../color-38dc84d3.js';
|
|
14
14
|
import '../../ui/Avatar.js';
|
|
15
|
-
import '../../tslib.es6-
|
|
15
|
+
import '../../tslib.es6-b6e567bd.js';
|
|
16
16
|
import '../../ui/ImageRenderer.js';
|
|
17
17
|
import '../../ui/Icon.js';
|
|
18
|
-
import '../../uuid-
|
|
19
|
-
import '../../utils-
|
|
18
|
+
import '../../uuid-0139dc21.js';
|
|
19
|
+
import '../../utils-04c291d8.js';
|
|
20
20
|
import '../../ui/Modal.js';
|
|
21
21
|
import 'react-dom';
|
|
22
|
-
import '../../index-
|
|
22
|
+
import '../../index-d0fe8fe1.js';
|
|
23
23
|
import '../../ui/IconButton.js';
|
|
24
|
-
import '../../index-
|
|
25
|
-
import '../../utils-
|
|
24
|
+
import '../../index-2dce3a04.js';
|
|
25
|
+
import '../../utils-f5c9ef64.js';
|
|
26
26
|
import '../../ui/Input.js';
|
|
27
27
|
import '../../withSendBird.js';
|
|
28
|
-
import '../../UserProfileContext-
|
|
28
|
+
import '../../UserProfileContext-f4ff4291.js';
|
|
29
29
|
|
|
30
30
|
function ChannelProfile() {
|
|
31
31
|
var _a, _b;
|
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
3
3
|
import { useOpenChannelSettings } from '../context.js';
|
|
4
|
-
import { U as UserProfileProvider } from '../../UserProfileContext-
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
4
|
+
import { U as UserProfileProvider } from '../../UserProfileContext-f4ff4291.js';
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-b970a73c.js';
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d0b30cd5.js';
|
|
7
7
|
import Icon, { IconTypes } from '../../ui/Icon.js';
|
|
8
|
-
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-
|
|
8
|
+
import { P as PlaceHolder, b as PlaceHolderTypes } from '../../index-b12b270e.js';
|
|
9
9
|
import { OperatorUI } from './OperatorUI.js';
|
|
10
10
|
import ParticipantsList from './ParticipantUI.js';
|
|
11
11
|
import '../../withSendBird.js';
|
|
12
|
-
import '../../_rollupPluginBabelHelpers-
|
|
12
|
+
import '../../_rollupPluginBabelHelpers-6bf18550.js';
|
|
13
13
|
import 'prop-types';
|
|
14
|
-
import '../../stringSet-
|
|
15
|
-
import '../../index-
|
|
14
|
+
import '../../stringSet-2e6c1d2c.js';
|
|
15
|
+
import '../../index-6381b534.js';
|
|
16
16
|
import '../../ui/Loader.js';
|
|
17
17
|
import './OpenChannelProfile.js';
|
|
18
18
|
import '../../ui/TextButton.js';
|
|
19
|
-
import '../../color-
|
|
19
|
+
import '../../color-38dc84d3.js';
|
|
20
20
|
import '../../ui/OpenChannelAvatar.js';
|
|
21
21
|
import '../../ui/Avatar.js';
|
|
22
|
-
import '../../tslib.es6-
|
|
22
|
+
import '../../tslib.es6-b6e567bd.js';
|
|
23
23
|
import '../../ui/ImageRenderer.js';
|
|
24
|
-
import '../../uuid-
|
|
25
|
-
import '../../utils-
|
|
24
|
+
import '../../uuid-0139dc21.js';
|
|
25
|
+
import '../../utils-04c291d8.js';
|
|
26
26
|
import './EditDetailsModal.js';
|
|
27
27
|
import '../../ui/Modal.js';
|
|
28
28
|
import 'react-dom';
|
|
29
|
-
import '../../index-
|
|
29
|
+
import '../../index-d0fe8fe1.js';
|
|
30
30
|
import '../../ui/IconButton.js';
|
|
31
|
-
import '../../index-
|
|
32
|
-
import '../../utils-
|
|
31
|
+
import '../../index-2dce3a04.js';
|
|
32
|
+
import '../../utils-f5c9ef64.js';
|
|
33
33
|
import '../../ui/Input.js';
|
|
34
34
|
import '../../ui/Accordion.js';
|
|
35
35
|
import '../../ui/AccordionGroup.js';
|
|
36
|
-
import '../../context-
|
|
36
|
+
import '../../context-b5168bd0.js';
|
|
37
37
|
import '../../ui/UserListItem.js';
|
|
38
38
|
import '../../ui/MutedAvatarOverlay.js';
|
|
39
39
|
import '../../ui/Checkbox.js';
|
|
40
40
|
import '../../ui/UserProfile.js';
|
|
41
41
|
import '../../sendBirdSelectors.js';
|
|
42
|
-
import '../../topics-
|
|
42
|
+
import '../../topics-67738aac.js';
|
|
43
43
|
import '../../ui/ContextMenu.js';
|
|
44
|
-
import '../../index-
|
|
44
|
+
import '../../index-e6d0889d.js';
|
|
45
45
|
import '../../ui/SortByRow.js';
|
|
46
46
|
|
|
47
47
|
function InvalidChannel(_a) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { useState, useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
3
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-b970a73c.js';
|
|
3
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-d0b30cd5.js';
|
|
4
4
|
import Icon, { IconTypes } from '../../ui/Icon.js';
|
|
5
5
|
import { useOpenChannelSettings } from '../context.js';
|
|
6
6
|
import ChannelProfile from './OpenChannelProfile.js';
|
|
@@ -8,36 +8,36 @@ import Modal from '../../ui/Modal.js';
|
|
|
8
8
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
9
9
|
import ParticipantsList from './ParticipantUI.js';
|
|
10
10
|
import { AccordionGroup } from '../../ui/Accordion.js';
|
|
11
|
-
import '../../stringSet-
|
|
12
|
-
import '../../index-
|
|
13
|
-
import '../../_rollupPluginBabelHelpers-
|
|
11
|
+
import '../../stringSet-2e6c1d2c.js';
|
|
12
|
+
import '../../index-6381b534.js';
|
|
13
|
+
import '../../_rollupPluginBabelHelpers-6bf18550.js';
|
|
14
14
|
import 'prop-types';
|
|
15
|
-
import '../../UserProfileContext-
|
|
15
|
+
import '../../UserProfileContext-f4ff4291.js';
|
|
16
16
|
import '../../withSendBird.js';
|
|
17
17
|
import '../../ui/TextButton.js';
|
|
18
|
-
import '../../color-
|
|
18
|
+
import '../../color-38dc84d3.js';
|
|
19
19
|
import '../../ui/OpenChannelAvatar.js';
|
|
20
20
|
import '../../ui/Avatar.js';
|
|
21
|
-
import '../../tslib.es6-
|
|
21
|
+
import '../../tslib.es6-b6e567bd.js';
|
|
22
22
|
import '../../ui/ImageRenderer.js';
|
|
23
|
-
import '../../uuid-
|
|
24
|
-
import '../../utils-
|
|
23
|
+
import '../../uuid-0139dc21.js';
|
|
24
|
+
import '../../utils-04c291d8.js';
|
|
25
25
|
import './EditDetailsModal.js';
|
|
26
26
|
import '../../ui/Input.js';
|
|
27
|
-
import '../../index-
|
|
27
|
+
import '../../index-2dce3a04.js';
|
|
28
28
|
import 'react-dom';
|
|
29
|
-
import '../../index-
|
|
29
|
+
import '../../index-d0fe8fe1.js';
|
|
30
30
|
import '../../ui/IconButton.js';
|
|
31
|
-
import '../../utils-
|
|
32
|
-
import '../../context-
|
|
31
|
+
import '../../utils-f5c9ef64.js';
|
|
32
|
+
import '../../context-b5168bd0.js';
|
|
33
33
|
import '../../ui/UserListItem.js';
|
|
34
34
|
import '../../ui/MutedAvatarOverlay.js';
|
|
35
35
|
import '../../ui/Checkbox.js';
|
|
36
36
|
import '../../ui/UserProfile.js';
|
|
37
37
|
import '../../sendBirdSelectors.js';
|
|
38
|
-
import '../../topics-
|
|
38
|
+
import '../../topics-67738aac.js';
|
|
39
39
|
import '../../ui/ContextMenu.js';
|
|
40
|
-
import '../../index-
|
|
40
|
+
import '../../index-e6d0889d.js';
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
42
|
import '../../ui/AccordionGroup.js';
|
|
43
43
|
|
|
@@ -1,11 +1,11 @@
|
|
|
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, useState, useEffect } 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-d0b30cd5.js';
|
|
4
4
|
import Icon, { IconTypes } from '../../ui/Icon.js';
|
|
5
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
6
|
-
import { a as UserProfileContext } from '../../UserProfileContext-
|
|
7
|
-
import '../../index-
|
|
8
|
-
import '../../context-
|
|
5
|
+
import { a as LocalizationContext } from '../../LocalizationContext-b970a73c.js';
|
|
6
|
+
import { a as UserProfileContext } from '../../UserProfileContext-f4ff4291.js';
|
|
7
|
+
import '../../index-2dce3a04.js';
|
|
8
|
+
import '../../context-b5168bd0.js';
|
|
9
9
|
import Avatar from '../../ui/Avatar.js';
|
|
10
10
|
import '../../ui/Modal.js';
|
|
11
11
|
import '../../ui/UserListItem.js';
|
|
@@ -13,22 +13,22 @@ import ConnectedUserProfile from '../../ui/UserProfile.js';
|
|
|
13
13
|
import ContextMenu, { MenuItems } from '../../ui/ContextMenu.js';
|
|
14
14
|
import { useOpenChannelSettings } from '../context.js';
|
|
15
15
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
16
|
-
import '../../_rollupPluginBabelHelpers-
|
|
16
|
+
import '../../_rollupPluginBabelHelpers-6bf18550.js';
|
|
17
17
|
import 'prop-types';
|
|
18
|
-
import '../../stringSet-
|
|
19
|
-
import '../../index-
|
|
20
|
-
import '../../utils-
|
|
18
|
+
import '../../stringSet-2e6c1d2c.js';
|
|
19
|
+
import '../../index-6381b534.js';
|
|
20
|
+
import '../../utils-f5c9ef64.js';
|
|
21
21
|
import '../../ui/ImageRenderer.js';
|
|
22
|
-
import '../../uuid-
|
|
22
|
+
import '../../uuid-0139dc21.js';
|
|
23
23
|
import 'react-dom';
|
|
24
|
-
import '../../index-
|
|
24
|
+
import '../../index-d0fe8fe1.js';
|
|
25
25
|
import '../../ui/IconButton.js';
|
|
26
26
|
import '../../ui/MutedAvatarOverlay.js';
|
|
27
27
|
import '../../ui/Checkbox.js';
|
|
28
28
|
import '../../withSendBird.js';
|
|
29
29
|
import '../../sendBirdSelectors.js';
|
|
30
|
-
import '../../topics-
|
|
31
|
-
import '../../index-
|
|
30
|
+
import '../../topics-67738aac.js';
|
|
31
|
+
import '../../index-e6d0889d.js';
|
|
32
32
|
import '../../ui/SortByRow.js';
|
|
33
33
|
|
|
34
34
|
var UserListItem = function UserListItem(_a) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React__default, { useState, useEffect } from 'react';
|
|
2
2
|
import useSendbirdStateContext from '../useSendbirdStateContext.js';
|
|
3
|
-
import { U as UserProfileProvider } from '../UserProfileContext-
|
|
3
|
+
import { U as UserProfileProvider } from '../UserProfileContext-f4ff4291.js';
|
|
4
4
|
import '../withSendBird.js';
|
|
5
|
-
import '../_rollupPluginBabelHelpers-
|
|
5
|
+
import '../_rollupPluginBabelHelpers-6bf18550.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
|
|
8
8
|
var OpenChannelSettingsContext = /*#__PURE__*/React__default.createContext(undefined);
|
package/OpenChannelSettings.js
CHANGED
|
@@ -3,44 +3,44 @@ import OpenChannelUI from './OpenChannelSettings/components/OpenChannelSettingsU
|
|
|
3
3
|
import { OpenChannelSettingsProvider } from './OpenChannelSettings/context.js';
|
|
4
4
|
import './useSendbirdStateContext.js';
|
|
5
5
|
import './withSendBird.js';
|
|
6
|
-
import './_rollupPluginBabelHelpers-
|
|
7
|
-
import './UserProfileContext-
|
|
6
|
+
import './_rollupPluginBabelHelpers-6bf18550.js';
|
|
7
|
+
import './UserProfileContext-f4ff4291.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import './LocalizationContext-
|
|
10
|
-
import './stringSet-
|
|
11
|
-
import './index-
|
|
12
|
-
import './index-
|
|
9
|
+
import './LocalizationContext-b970a73c.js';
|
|
10
|
+
import './stringSet-2e6c1d2c.js';
|
|
11
|
+
import './index-6381b534.js';
|
|
12
|
+
import './index-d0b30cd5.js';
|
|
13
13
|
import './ui/Icon.js';
|
|
14
|
-
import './index-
|
|
14
|
+
import './index-b12b270e.js';
|
|
15
15
|
import './ui/Loader.js';
|
|
16
16
|
import './OpenChannelSettings/components/OperatorUI.js';
|
|
17
17
|
import './OpenChannelSettings/components/OpenChannelProfile.js';
|
|
18
18
|
import './ui/TextButton.js';
|
|
19
|
-
import './color-
|
|
19
|
+
import './color-38dc84d3.js';
|
|
20
20
|
import './ui/OpenChannelAvatar.js';
|
|
21
21
|
import './ui/Avatar.js';
|
|
22
|
-
import './tslib.es6-
|
|
22
|
+
import './tslib.es6-b6e567bd.js';
|
|
23
23
|
import './ui/ImageRenderer.js';
|
|
24
|
-
import './uuid-
|
|
25
|
-
import './utils-
|
|
24
|
+
import './uuid-0139dc21.js';
|
|
25
|
+
import './utils-04c291d8.js';
|
|
26
26
|
import './OpenChannelSettings/components/EditDetailsModal.js';
|
|
27
27
|
import './ui/Modal.js';
|
|
28
28
|
import 'react-dom';
|
|
29
|
-
import './index-
|
|
29
|
+
import './index-d0fe8fe1.js';
|
|
30
30
|
import './ui/IconButton.js';
|
|
31
|
-
import './index-
|
|
32
|
-
import './utils-
|
|
31
|
+
import './index-2dce3a04.js';
|
|
32
|
+
import './utils-f5c9ef64.js';
|
|
33
33
|
import './ui/Input.js';
|
|
34
34
|
import './OpenChannelSettings/components/ParticipantUI.js';
|
|
35
|
-
import './context-
|
|
35
|
+
import './context-b5168bd0.js';
|
|
36
36
|
import './ui/UserListItem.js';
|
|
37
37
|
import './ui/MutedAvatarOverlay.js';
|
|
38
38
|
import './ui/Checkbox.js';
|
|
39
39
|
import './ui/UserProfile.js';
|
|
40
40
|
import './sendBirdSelectors.js';
|
|
41
|
-
import './topics-
|
|
41
|
+
import './topics-67738aac.js';
|
|
42
42
|
import './ui/ContextMenu.js';
|
|
43
|
-
import './index-
|
|
43
|
+
import './index-e6d0889d.js';
|
|
44
44
|
import './ui/SortByRow.js';
|
|
45
45
|
import './ui/Accordion.js';
|
|
46
46
|
import './ui/AccordionGroup.js';
|
package/SendbirdProvider.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { _ as _objectSpread2, a as _slicedToArray } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _objectSpread2, a as _slicedToArray } from './_rollupPluginBabelHelpers-6bf18550.js';
|
|
2
2
|
import React__default, { useLayoutEffect, useState, useEffect, useReducer } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { SendbirdSdkContext } from './withSendBird.js';
|
|
5
5
|
import Sb from 'sendbird';
|
|
6
|
-
import { R as RESET_USER, I as INIT_USER, U as UPDATE_USER_INFO } from './actionTypes-
|
|
7
|
-
import { i as isTextuallyNull } from './index-
|
|
8
|
-
import { _ as __assign } from './tslib.es6-
|
|
6
|
+
import { R as RESET_USER, I as INIT_USER, U as UPDATE_USER_INFO } from './actionTypes-8e320ded.js';
|
|
7
|
+
import { i as isTextuallyNull } from './index-e6d0889d.js';
|
|
8
|
+
import { _ as __assign } from './tslib.es6-b6e567bd.js';
|
|
9
9
|
import cssVars from 'css-vars-ponyfill';
|
|
10
|
-
import { u as uuidv4 } from './uuid-
|
|
11
|
-
import { L as LocalizationProvider } from './LocalizationContext-
|
|
12
|
-
import { g as getStringSet } from './stringSet-
|
|
13
|
-
import './index-
|
|
10
|
+
import { u as uuidv4 } from './uuid-0139dc21.js';
|
|
11
|
+
import { L as LocalizationProvider } from './LocalizationContext-b970a73c.js';
|
|
12
|
+
import { g as getStringSet } from './stringSet-2e6c1d2c.js';
|
|
13
|
+
import './index-6381b534.js';
|
|
14
14
|
|
|
15
15
|
var INIT_SDK = 'INIT_SDK';
|
|
16
16
|
var SET_SDK_LOADING = 'SET_SDK_LOADING';
|
|
17
17
|
var RESET_SDK = 'RESET_SDK';
|
|
18
18
|
var SDK_ERROR = 'SDK_ERROR';
|
|
19
19
|
|
|
20
|
-
var APP_VERSION_STRING = '3.0.0-
|
|
20
|
+
var APP_VERSION_STRING = '3.0.0-beta.3';
|
|
21
21
|
var disconnectSdk = function disconnectSdk(_ref) {
|
|
22
22
|
var sdkDispatcher = _ref.sdkDispatcher,
|
|
23
23
|
userDispatcher = _ref.userDispatcher,
|
|
@@ -550,9 +550,14 @@ function Sendbird(props) {
|
|
|
550
550
|
colorSet = props.colorSet,
|
|
551
551
|
stringSet = props.stringSet,
|
|
552
552
|
imageCompression = props.imageCompression,
|
|
553
|
-
useReaction = props.useReaction
|
|
553
|
+
useReaction = props.useReaction,
|
|
554
|
+
isMentionEnabled = props.isMentionEnabled,
|
|
555
|
+
isTypingIndicatorEnabledOnChannelList = props.isTypingIndicatorEnabledOnChannelList,
|
|
556
|
+
isMessageReceiptStatusEnabledOnChannelList = props.isMessageReceiptStatusEnabledOnChannelList;
|
|
554
557
|
var _config$logLevel = config.logLevel,
|
|
555
|
-
logLevel = _config$logLevel === void 0 ? '' : _config$logLevel
|
|
558
|
+
logLevel = _config$logLevel === void 0 ? '' : _config$logLevel,
|
|
559
|
+
_config$userMention = config.userMention,
|
|
560
|
+
userMention = _config$userMention === void 0 ? {} : _config$userMention;
|
|
556
561
|
|
|
557
562
|
var _useState = useState(LoggerFactory(logLevel)),
|
|
558
563
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -681,7 +686,14 @@ function Sendbird(props) {
|
|
|
681
686
|
logger: logger,
|
|
682
687
|
pubSub: pubSub,
|
|
683
688
|
imageCompression: imageCompression,
|
|
684
|
-
useReaction: useReaction
|
|
689
|
+
useReaction: useReaction,
|
|
690
|
+
isMentionEnabled: isMentionEnabled || false,
|
|
691
|
+
userMention: {
|
|
692
|
+
maxMentionCount: (userMention === null || userMention === void 0 ? void 0 : userMention.maxMentionCount) || 10,
|
|
693
|
+
maxSuggestionCount: (userMention === null || userMention === void 0 ? void 0 : userMention.maxSuggestionCount) || 15
|
|
694
|
+
},
|
|
695
|
+
isTypingIndicatorEnabledOnChannelList: isTypingIndicatorEnabledOnChannelList,
|
|
696
|
+
isMessageReceiptStatusEnabledOnChannelList: isMessageReceiptStatusEnabledOnChannelList
|
|
685
697
|
}
|
|
686
698
|
}
|
|
687
699
|
}, /*#__PURE__*/React__default.createElement(LocalizationProvider, {
|
|
@@ -708,16 +720,23 @@ Sendbird.propTypes = {
|
|
|
708
720
|
pubSub: PropTypes.shape({
|
|
709
721
|
subscribe: PropTypes.func,
|
|
710
722
|
publish: PropTypes.func
|
|
723
|
+
}),
|
|
724
|
+
userMention: PropTypes.shape({
|
|
725
|
+
maxMentionCount: PropTypes.number,
|
|
726
|
+
maxSuggestionCount: PropTypes.number
|
|
711
727
|
})
|
|
712
728
|
}),
|
|
713
729
|
stringSet: PropTypes.objectOf(PropTypes.string),
|
|
714
730
|
colorSet: PropTypes.objectOf(PropTypes.string),
|
|
715
731
|
useReaction: PropTypes.bool,
|
|
732
|
+
isMentionEnabled: PropTypes.bool,
|
|
716
733
|
imageCompression: PropTypes.shape({
|
|
717
734
|
compressionRate: PropTypes.number,
|
|
718
735
|
resizingWidth: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
|
|
719
736
|
resizingHeight: PropTypes.oneOfType([PropTypes.number, PropTypes.string])
|
|
720
|
-
})
|
|
737
|
+
}),
|
|
738
|
+
isTypingIndicatorEnabledOnChannelList: PropTypes.bool,
|
|
739
|
+
isMessageReceiptStatusEnabledOnChannelList: PropTypes.bool
|
|
721
740
|
};
|
|
722
741
|
Sendbird.defaultProps = {
|
|
723
742
|
accessToken: '',
|
|
@@ -733,7 +752,10 @@ Sendbird.defaultProps = {
|
|
|
733
752
|
stringSet: null,
|
|
734
753
|
colorSet: null,
|
|
735
754
|
imageCompression: {},
|
|
736
|
-
useReaction: true
|
|
755
|
+
useReaction: true,
|
|
756
|
+
isMentionEnabled: false,
|
|
757
|
+
isTypingIndicatorEnabledOnChannelList: false,
|
|
758
|
+
isMessageReceiptStatusEnabledOnChannelList: false
|
|
737
759
|
};
|
|
738
760
|
|
|
739
761
|
export { Sendbird as default };
|