@sendbird/uikit-react 3.2.1-rc.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App.js +28 -28
- package/Channel/components/ChannelHeader.js +15 -15
- package/Channel/components/ChannelUI.js +21 -21
- package/Channel/components/FileViewer.js +14 -14
- package/Channel/components/FrozenNotification.js +4 -4
- package/Channel/components/Message.js +18 -18
- package/Channel/components/MessageInput.js +15 -15
- package/Channel/components/MessageList.js +20 -20
- package/Channel/components/RemoveMessageModal.js +15 -15
- package/Channel/components/SuggestedMentionList.js +15 -15
- package/Channel/components/TypingIndicator.js +14 -14
- package/Channel/components/UnreadCount.js +4 -4
- package/Channel/context.js +13 -13
- package/Channel.js +21 -21
- package/ChannelList/components/AddChannel.js +13 -13
- package/ChannelList/components/ChannelListHeader.js +7 -7
- package/ChannelList/components/ChannelListUI.js +25 -25
- package/ChannelList/components/ChannelPreview.js +19 -19
- package/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/ChannelList/context.js +8 -8
- package/ChannelList.js +25 -25
- package/{ChannelListProvider-68ab13d8.js → ChannelListProvider-5d6be9a8.js} +8 -8
- package/{ChannelListProvider-68ab13d8.js.map → ChannelListProvider-5d6be9a8.js.map} +1 -1
- package/{ChannelProvider-4b8e62f5.js → ChannelProvider-106bb518.js} +9 -9
- package/{ChannelProvider-4b8e62f5.js.map → ChannelProvider-106bb518.js.map} +1 -1
- package/ChannelSettings/components/ChannelProfile.js +11 -11
- package/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/ChannelSettings/components/LeaveChannel.js +10 -10
- package/ChannelSettings/components/ModerationPanel.js +14 -14
- package/ChannelSettings/components/UserListItem.js +11 -11
- package/ChannelSettings/components/UserPanel.js +13 -13
- package/ChannelSettings/context.js +3 -3
- package/ChannelSettings.js +17 -17
- package/CreateChannel/components/CreateChannelUI.js +13 -13
- package/CreateChannel/components/InviteUsers.js +13 -13
- package/CreateChannel/components/SelectChannelType.js +10 -10
- package/CreateChannel/context.js +4 -4
- package/CreateChannel.js +13 -13
- package/{CreateChannelProvider-bfcda8c9.js → CreateChannelProvider-879ea78c.js} +1 -1
- package/{CreateChannelProvider-bfcda8c9.js.map → CreateChannelProvider-879ea78c.js.map} +1 -1
- package/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/CreateOpenChannel/context.js +1 -1
- package/CreateOpenChannel.js +9 -9
- package/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/EditUserProfile.js +12 -12
- package/{LocalizationContext-5bdfa009.js → LocalizationContext-a6f8fb25.js} +3 -3
- package/{LocalizationContext-5bdfa009.js.map → LocalizationContext-a6f8fb25.js.map} +1 -1
- package/{MemberList-e298d8d4.js → MemberList-bf1787c0.js} +5 -5
- package/{MemberList-e298d8d4.js.map → MemberList-bf1787c0.js.map} +1 -1
- package/MessageSearch/components/MessageSearchUI.js +11 -11
- package/MessageSearch/context.js +2 -2
- package/MessageSearch.js +11 -11
- package/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/OpenChannel/components/OpenChannelInput.js +15 -15
- package/OpenChannel/components/OpenChannelMessage.js +20 -20
- package/OpenChannel/components/OpenChannelMessageList.js +22 -22
- package/OpenChannel/components/OpenChannelUI.js +22 -22
- package/OpenChannel/context.js +9 -9
- package/OpenChannel.js +22 -22
- package/OpenChannelList/components/OpenChannelListUI.js +12 -12
- package/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/OpenChannelList/context.js +4 -4
- package/OpenChannelList.js +12 -12
- package/{OpenChannelListProvider-5468dee1.js → OpenChannelListProvider-cdd801da.js} +3 -3
- package/{OpenChannelListProvider-5468dee1.js.map → OpenChannelListProvider-cdd801da.js.map} +1 -1
- package/{OpenChannelProvider-f63e82d8.js → OpenChannelProvider-10dd5869.js} +7 -7
- package/{OpenChannelProvider-f63e82d8.js.map → OpenChannelProvider-10dd5869.js.map} +1 -1
- package/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- 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 +3 -3
- package/OpenChannelSettings.js +17 -17
- package/SendbirdProvider.js +9 -9
- package/SendbirdProvider.js.map +1 -1
- package/{UserProfileContext-b837926a.js → UserProfileContext-58463608.js} +1 -1
- package/{UserProfileContext-b837926a.js.map → UserProfileContext-58463608.js.map} +1 -1
- package/{_rollupPluginBabelHelpers-46088259.js → _rollupPluginBabelHelpers-b9099c54.js} +1 -1
- package/_rollupPluginBabelHelpers-b9099c54.js.map +1 -0
- package/{actionTypes-019d5d7b.js → actionTypes-2e2a14dc.js} +1 -1
- package/{actionTypes-019d5d7b.js.map → actionTypes-2e2a14dc.js.map} +1 -1
- package/cjs/App.js +28 -28
- package/cjs/Channel/components/ChannelHeader.js +15 -15
- package/cjs/Channel/components/ChannelUI.js +21 -21
- package/cjs/Channel/components/FileViewer.js +14 -14
- package/cjs/Channel/components/FrozenNotification.js +4 -4
- package/cjs/Channel/components/Message.js +18 -18
- package/cjs/Channel/components/MessageInput.js +15 -15
- package/cjs/Channel/components/MessageList.js +20 -20
- package/cjs/Channel/components/RemoveMessageModal.js +15 -15
- package/cjs/Channel/components/SuggestedMentionList.js +15 -15
- package/cjs/Channel/components/TypingIndicator.js +14 -14
- package/cjs/Channel/components/UnreadCount.js +4 -4
- package/cjs/Channel/context.js +13 -13
- package/cjs/Channel.js +21 -21
- package/cjs/ChannelList/components/AddChannel.js +13 -13
- package/cjs/ChannelList/components/ChannelListHeader.js +7 -7
- package/cjs/ChannelList/components/ChannelListUI.js +25 -25
- package/cjs/ChannelList/components/ChannelPreview.js +19 -19
- package/cjs/ChannelList/components/ChannelPreviewAction.js +13 -13
- package/cjs/ChannelList/context.js +8 -8
- package/cjs/ChannelList.js +25 -25
- package/cjs/{ChannelListProvider-f043b9db.js → ChannelListProvider-0ad296e7.js} +8 -8
- package/cjs/{ChannelListProvider-f043b9db.js.map → ChannelListProvider-0ad296e7.js.map} +1 -1
- package/cjs/{ChannelProvider-d5668143.js → ChannelProvider-7ef2ebd3.js} +9 -9
- package/cjs/{ChannelProvider-d5668143.js.map → ChannelProvider-7ef2ebd3.js.map} +1 -1
- package/cjs/ChannelSettings/components/ChannelProfile.js +11 -11
- package/cjs/ChannelSettings/components/ChannelSettingsUI.js +17 -17
- package/cjs/ChannelSettings/components/EditDetailsModal.js +11 -11
- package/cjs/ChannelSettings/components/LeaveChannel.js +10 -10
- package/cjs/ChannelSettings/components/ModerationPanel.js +14 -14
- package/cjs/ChannelSettings/components/UserListItem.js +11 -11
- package/cjs/ChannelSettings/components/UserPanel.js +13 -13
- package/cjs/ChannelSettings/context.js +3 -3
- package/cjs/ChannelSettings.js +17 -17
- package/cjs/CreateChannel/components/CreateChannelUI.js +13 -13
- package/cjs/CreateChannel/components/InviteUsers.js +13 -13
- package/cjs/CreateChannel/components/SelectChannelType.js +10 -10
- package/cjs/CreateChannel/context.js +4 -4
- package/cjs/CreateChannel.js +13 -13
- package/cjs/{CreateChannelProvider-97655f81.js → CreateChannelProvider-9d17677a.js} +1 -1
- package/cjs/{CreateChannelProvider-97655f81.js.map → CreateChannelProvider-9d17677a.js.map} +1 -1
- package/cjs/CreateOpenChannel/components/CreateOpenChannelUI.js +9 -9
- package/cjs/CreateOpenChannel/context.js +1 -1
- package/cjs/CreateOpenChannel.js +9 -9
- package/cjs/EditUserProfile/components/EditUserProfileUI.js +12 -12
- package/cjs/EditUserProfile.js +12 -12
- package/cjs/{LocalizationContext-cbcf0cb4.js → LocalizationContext-64800ba8.js} +3 -3
- package/cjs/{LocalizationContext-cbcf0cb4.js.map → LocalizationContext-64800ba8.js.map} +1 -1
- package/cjs/{MemberList-dd6f7d77.js → MemberList-b623b698.js} +5 -5
- package/cjs/{MemberList-dd6f7d77.js.map → MemberList-b623b698.js.map} +1 -1
- package/cjs/MessageSearch/components/MessageSearchUI.js +11 -11
- package/cjs/MessageSearch/context.js +2 -2
- package/cjs/MessageSearch.js +11 -11
- package/cjs/OpenChannel/components/FrozenChannelNotification.js +4 -4
- package/cjs/OpenChannel/components/OpenChannelHeader.js +12 -12
- package/cjs/OpenChannel/components/OpenChannelInput.js +15 -15
- package/cjs/OpenChannel/components/OpenChannelMessage.js +20 -20
- package/cjs/OpenChannel/components/OpenChannelMessageList.js +22 -22
- package/cjs/OpenChannel/components/OpenChannelUI.js +22 -22
- package/cjs/OpenChannel/context.js +9 -9
- package/cjs/OpenChannel.js +22 -22
- package/cjs/OpenChannelList/components/OpenChannelListUI.js +12 -12
- package/cjs/OpenChannelList/components/OpenChannelPreview.js +4 -4
- package/cjs/OpenChannelList/context.js +4 -4
- package/cjs/OpenChannelList.js +12 -12
- package/cjs/{OpenChannelListProvider-3d830db6.js → OpenChannelListProvider-c2ffa643.js} +3 -3
- package/cjs/{OpenChannelListProvider-3d830db6.js.map → OpenChannelListProvider-c2ffa643.js.map} +1 -1
- package/cjs/{OpenChannelProvider-eb97f46c.js → OpenChannelProvider-c6e69c3d.js} +7 -7
- package/cjs/{OpenChannelProvider-eb97f46c.js.map → OpenChannelProvider-c6e69c3d.js.map} +1 -1
- package/cjs/OpenChannelSettings/components/EditDetailsModal.js +12 -12
- package/cjs/OpenChannelSettings/components/OpenChannelProfile.js +12 -12
- 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 +3 -3
- package/cjs/OpenChannelSettings.js +17 -17
- package/cjs/SendbirdProvider.js +9 -9
- package/cjs/SendbirdProvider.js.map +1 -1
- package/cjs/{UserProfileContext-6908ca72.js → UserProfileContext-adcaa087.js} +1 -1
- package/cjs/{UserProfileContext-6908ca72.js.map → UserProfileContext-adcaa087.js.map} +1 -1
- package/cjs/{_rollupPluginBabelHelpers-9a6aaeec.js → _rollupPluginBabelHelpers-db7a8168.js} +1 -1
- package/cjs/_rollupPluginBabelHelpers-db7a8168.js.map +1 -0
- package/cjs/{actionTypes-c7188586.js → actionTypes-3a12308e.js} +1 -1
- package/cjs/{actionTypes-c7188586.js.map → actionTypes-3a12308e.js.map} +1 -1
- package/cjs/{color-a1e2762f.js → color-b4fd88cc.js} +1 -1
- package/cjs/{color-a1e2762f.js.map → color-b4fd88cc.js.map} +1 -1
- package/cjs/{compareIds-d02b7d4d.js → compareIds-0877d215.js} +1 -1
- package/cjs/{compareIds-d02b7d4d.js.map → compareIds-0877d215.js.map} +1 -1
- package/cjs/{const-107d31d6.js → const-1844f708.js} +1 -1
- package/cjs/{const-107d31d6.js.map → const-1844f708.js.map} +1 -1
- package/cjs/{const-361bde29.js → const-d4eca33b.js} +1 -1
- package/cjs/{const-361bde29.js.map → const-d4eca33b.js.map} +1 -1
- package/cjs/{context-6622da51.js → context-0ee48eec.js} +2 -2
- package/cjs/{context-6622da51.js.map → context-0ee48eec.js.map} +1 -1
- package/cjs/dist/index.css +88 -88
- package/cjs/dist/index.css.map +1 -1
- package/cjs/{index-22eb1c9f.js → index-1b2c1946.js} +2 -2
- package/cjs/{index-22eb1c9f.js.map → index-1b2c1946.js.map} +1 -1
- package/cjs/{index-4eda97a2.js → index-495608df.js} +5 -5
- package/cjs/{index-4eda97a2.js.map → index-495608df.js.map} +1 -1
- package/cjs/{index-0ed70cab.js → index-5592e65b.js} +4 -4
- package/cjs/{index-0ed70cab.js.map → index-5592e65b.js.map} +1 -1
- package/cjs/{index-700588f1.js → index-6e1b95d9.js} +1 -1
- package/cjs/{index-700588f1.js.map → index-6e1b95d9.js.map} +1 -1
- package/cjs/{index-0b9be346.js → index-6ed6c13c.js} +2 -2
- package/cjs/{index-0b9be346.js.map → index-6ed6c13c.js.map} +1 -1
- package/cjs/{index-d1b358ca.js → index-8b034127.js} +1 -1
- package/cjs/{index-d1b358ca.js.map → index-8b034127.js.map} +1 -1
- package/cjs/{index-1382ffca.js → index-a7fef0ee.js} +2 -2
- package/cjs/{index-1382ffca.js.map → index-a7fef0ee.js.map} +1 -1
- package/cjs/{index-2bf74a6e.js → index-d704345f.js} +4 -4
- package/cjs/{index-2bf74a6e.js.map → index-d704345f.js.map} +1 -1
- package/cjs/{index-9eb6ed09.js → index-dda2ca7b.js} +7 -7
- package/cjs/{index-9eb6ed09.js.map → index-dda2ca7b.js.map} +1 -1
- package/cjs/{index-7795f392.js → index-ef0a59fd.js} +2 -2
- package/cjs/{index-7795f392.js.map → index-ef0a59fd.js.map} +1 -1
- package/cjs/index.js +32 -32
- package/cjs/{openChannelUtils-fd06d626.js → openChannelUtils-afd47b38.js} +1 -1
- package/cjs/{openChannelUtils-fd06d626.js.map → openChannelUtils-afd47b38.js.map} +1 -1
- package/cjs/sendbirdSelectors.js +2 -2
- package/cjs/{stringSet-ad7da257.js → stringSet-c306c59c.js} +1 -1
- package/cjs/{stringSet-ad7da257.js.map → stringSet-c306c59c.js.map} +1 -1
- package/cjs/{topics-c3de90e0.js → topics-c42771ac.js} +1 -1
- package/cjs/{topics-c3de90e0.js.map → topics-c42771ac.js.map} +1 -1
- package/cjs/{tslib.es6-abd78d7b.js → tslib.es6-b4fa8f1d.js} +1 -1
- package/cjs/{tslib.es6-abd78d7b.js.map → tslib.es6-b4fa8f1d.js.map} +1 -1
- package/cjs/ui/Accordion.js +3 -3
- package/cjs/ui/AccordionGroup.js +2 -2
- package/cjs/ui/AdminMessage.js +3 -3
- package/cjs/ui/Avatar.js +2 -2
- package/cjs/ui/Badge.js +5 -5
- package/cjs/ui/Button.js +3 -3
- package/cjs/ui/ChannelAvatar.js +3 -3
- package/cjs/ui/ConnectionStatus.js +4 -4
- package/cjs/ui/ContextMenu.js +5 -5
- package/cjs/ui/DateSeparator.js +4 -4
- package/cjs/ui/EmojiReactions.js +7 -7
- package/cjs/ui/FileMessageItemBody.js +5 -5
- package/cjs/ui/FileViewer.js +8 -8
- package/cjs/ui/IconButton.js +1 -1
- package/cjs/ui/ImageRenderer.js +1 -1
- package/cjs/ui/Input.js +2 -2
- package/cjs/ui/Label.js +2 -2
- package/cjs/ui/LinkLabel.js +2 -2
- package/cjs/ui/Loader.js +1 -1
- package/cjs/ui/MentionLabel.js +10 -10
- package/cjs/ui/MessageContent.js +13 -13
- package/cjs/ui/MessageInput.js +9 -9
- package/cjs/ui/MessageItemMenu.js +7 -7
- package/cjs/ui/MessageItemReactionMenu.js +5 -5
- package/cjs/ui/MessageSearchFileItem.js +9 -9
- package/cjs/ui/MessageSearchItem.js +9 -9
- package/cjs/ui/MessageStatus.js +7 -7
- package/cjs/ui/Modal.js +6 -6
- package/cjs/ui/OGMessageItemBody.js +10 -10
- package/cjs/ui/OpenChannelAdminMessage.js +3 -3
- package/cjs/ui/OpenChannelAvatar.js +6 -6
- package/cjs/ui/OpenchannelConversationHeader.js +6 -6
- package/cjs/ui/OpenchannelFileMessage.js +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 +6 -6
- package/cjs/ui/QuoteMessageInput.js +6 -6
- package/cjs/ui/ReactionBadge.js +3 -3
- package/cjs/ui/ReactionButton.js +1 -1
- package/cjs/ui/SortByRow.js +2 -2
- package/cjs/ui/TextButton.js +2 -2
- package/cjs/ui/TextMessageItemBody.js +10 -10
- package/cjs/ui/ThumbnailMessageItemBody.js +2 -2
- package/cjs/ui/Tooltip.js +3 -3
- package/cjs/ui/TooltipWrapper.js +1 -1
- package/cjs/ui/UnknownMessageItemBody.js +6 -6
- package/cjs/ui/UserListItem.js +11 -11
- package/cjs/ui/UserProfile.js +9 -9
- package/cjs/ui/Word.js +10 -10
- package/cjs/useSendbirdStateContext.js +1 -1
- package/cjs/{utils-6e0d31c1.js → utils-538678ec.js} +1 -1
- package/cjs/{utils-6e0d31c1.js.map → utils-538678ec.js.map} +1 -1
- package/cjs/{utils-1a55af35.js → utils-5d8323fa.js} +1 -1
- package/cjs/{utils-1a55af35.js.map → utils-5d8323fa.js.map} +1 -1
- package/cjs/{utils-9678c84d.js → utils-d6565953.js} +1 -1
- package/cjs/{utils-9678c84d.js.map → utils-d6565953.js.map} +1 -1
- package/cjs/{uuid-d65b20f4.js → uuid-61941a28.js} +1 -1
- package/cjs/{uuid-d65b20f4.js.map → uuid-61941a28.js.map} +1 -1
- package/cjs/withSendbird.js +1 -1
- package/{color-f2eb4a5c.js → color-a2810858.js} +1 -1
- package/{color-f2eb4a5c.js.map → color-a2810858.js.map} +1 -1
- package/{compareIds-eb1e7d68.js → compareIds-4839d86c.js} +1 -1
- package/{compareIds-eb1e7d68.js.map → compareIds-4839d86c.js.map} +1 -1
- package/{const-16b4a5bc.js → const-07519343.js} +1 -1
- package/{const-16b4a5bc.js.map → const-07519343.js.map} +1 -1
- package/{const-fb6a3481.js → const-16fc416a.js} +1 -1
- package/{const-fb6a3481.js.map → const-16fc416a.js.map} +1 -1
- package/{context-7fff4f4b.js → context-20498268.js} +2 -2
- package/{context-7fff4f4b.js.map → context-20498268.js.map} +1 -1
- package/dist/index.css +88 -88
- package/dist/index.css.map +1 -1
- package/{index-18287518.js → index-14e5c46a.js} +5 -5
- package/{index-18287518.js.map → index-14e5c46a.js.map} +1 -1
- package/{index-8efe7eef.js → index-2db9735a.js} +2 -2
- package/{index-8efe7eef.js.map → index-2db9735a.js.map} +1 -1
- package/{index-2da4fc8b.js → index-4ac20b5a.js} +4 -4
- package/{index-2da4fc8b.js.map → index-4ac20b5a.js.map} +1 -1
- package/{index-588758d3.js → index-84497a86.js} +7 -7
- package/{index-588758d3.js.map → index-84497a86.js.map} +1 -1
- package/{index-94cdeb24.js → index-c2f20322.js} +2 -2
- package/{index-94cdeb24.js.map → index-c2f20322.js.map} +1 -1
- package/{index-cd412326.js → index-cc905e95.js} +2 -2
- package/{index-cd412326.js.map → index-cc905e95.js.map} +1 -1
- package/{index-4b3a39fb.js → index-ccf6db26.js} +2 -2
- package/{index-4b3a39fb.js.map → index-ccf6db26.js.map} +1 -1
- package/{index-b2f38e8f.js → index-e7ab483d.js} +4 -4
- package/{index-b2f38e8f.js.map → index-e7ab483d.js.map} +1 -1
- package/{index-eb94cff0.js → index-ecc6d4a9.js} +1 -1
- package/{index-eb94cff0.js.map → index-ecc6d4a9.js.map} +1 -1
- package/{index-77a47859.js → index-fb7fd76d.js} +1 -1
- package/{index-77a47859.js.map → index-fb7fd76d.js.map} +1 -1
- package/index.d.ts +1 -1
- package/index.js +32 -32
- package/{openChannelUtils-8e493da2.js → openChannelUtils-c694c77d.js} +1 -1
- package/{openChannelUtils-8e493da2.js.map → openChannelUtils-c694c77d.js.map} +1 -1
- package/package.json +1 -1
- package/sendbirdSelectors.js +2 -2
- package/{stringSet-45ca9cf3.js → stringSet-ed906148.js} +1 -1
- package/{stringSet-45ca9cf3.js.map → stringSet-ed906148.js.map} +1 -1
- package/{topics-49a025df.js → topics-398017ae.js} +1 -1
- package/{topics-49a025df.js.map → topics-398017ae.js.map} +1 -1
- package/{tslib.es6-6c915291.js → tslib.es6-84f8edfa.js} +1 -1
- package/{tslib.es6-6c915291.js.map → tslib.es6-84f8edfa.js.map} +1 -1
- package/ui/Accordion.js +3 -3
- package/ui/AccordionGroup.js +2 -2
- package/ui/AdminMessage.js +3 -3
- package/ui/Avatar.js +2 -2
- package/ui/Badge.js +5 -5
- package/ui/Button.js +3 -3
- package/ui/ChannelAvatar.js +3 -3
- package/ui/ConnectionStatus.js +4 -4
- package/ui/ContextMenu.js +5 -5
- package/ui/DateSeparator.js +4 -4
- package/ui/EmojiReactions.js +7 -7
- package/ui/FileMessageItemBody.js +5 -5
- package/ui/FileViewer.js +8 -8
- package/ui/IconButton.js +1 -1
- package/ui/ImageRenderer.js +1 -1
- package/ui/Input.js +2 -2
- package/ui/Label.js +2 -2
- package/ui/LinkLabel.js +2 -2
- package/ui/Loader.js +1 -1
- package/ui/MentionLabel.js +10 -10
- package/ui/MessageContent.js +13 -13
- package/ui/MessageInput.js +9 -9
- package/ui/MessageItemMenu.js +7 -7
- package/ui/MessageItemReactionMenu.js +5 -5
- package/ui/MessageSearchFileItem.js +9 -9
- package/ui/MessageSearchItem.js +9 -9
- package/ui/MessageStatus.js +7 -7
- package/ui/Modal.js +6 -6
- package/ui/OGMessageItemBody.js +10 -10
- package/ui/OpenChannelAdminMessage.js +3 -3
- package/ui/OpenChannelAvatar.js +6 -6
- package/ui/OpenchannelConversationHeader.js +6 -6
- 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 +6 -6
- package/ui/QuoteMessageInput.js +6 -6
- package/ui/ReactionBadge.js +3 -3
- package/ui/ReactionButton.js +1 -1
- package/ui/SortByRow.js +2 -2
- package/ui/TextButton.js +2 -2
- package/ui/TextMessageItemBody.js +10 -10
- package/ui/ThumbnailMessageItemBody.js +2 -2
- package/ui/Tooltip.js +3 -3
- package/ui/TooltipWrapper.js +1 -1
- package/ui/UnknownMessageItemBody.js +6 -6
- package/ui/UserListItem.js +11 -11
- package/ui/UserProfile.js +9 -9
- package/ui/Word.js +10 -10
- package/useSendbirdStateContext.js +1 -1
- package/{utils-20cbe8fa.js → utils-84904138.js} +1 -1
- package/{utils-20cbe8fa.js.map → utils-84904138.js.map} +1 -1
- package/{utils-17bc366a.js → utils-dc344408.js} +1 -1
- package/{utils-17bc366a.js.map → utils-dc344408.js.map} +1 -1
- package/{utils-baf58474.js → utils-f96e8b5b.js} +1 -1
- package/{utils-baf58474.js.map → utils-f96e8b5b.js.map} +1 -1
- package/{uuid-87b1c33e.js → uuid-bd74c65a.js} +1 -1
- package/{uuid-87b1c33e.js.map → uuid-bd74c65a.js.map} +1 -1
- package/withSendbird.js +1 -1
- package/_rollupPluginBabelHelpers-46088259.js.map +0 -1
- package/cjs/_rollupPluginBabelHelpers-9a6aaeec.js.map +0 -1
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import React__default, { useContext } from 'react';
|
|
2
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
2
|
+
import { a as LocalizationContext } from '../../LocalizationContext-a6f8fb25.js';
|
|
3
3
|
import MessageInput from '../../ui/MessageInput.js';
|
|
4
|
-
import { u as useOpenChannelContext } from '../../OpenChannelProvider-
|
|
5
|
-
import '../../stringSet-
|
|
6
|
-
import '../../index-
|
|
7
|
-
import '../../_rollupPluginBabelHelpers-
|
|
4
|
+
import { u as useOpenChannelContext } from '../../OpenChannelProvider-10dd5869.js';
|
|
5
|
+
import '../../stringSet-ed906148.js';
|
|
6
|
+
import '../../index-fb7fd76d.js';
|
|
7
|
+
import '../../_rollupPluginBabelHelpers-b9099c54.js';
|
|
8
8
|
import 'react-dom/server';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../../const-
|
|
11
|
-
import '../../const-
|
|
10
|
+
import '../../const-16fc416a.js';
|
|
11
|
+
import '../../const-07519343.js';
|
|
12
12
|
import '../../ui/IconButton.js';
|
|
13
|
-
import '../../tslib.es6-
|
|
13
|
+
import '../../tslib.es6-84f8edfa.js';
|
|
14
14
|
import '../../ui/Button.js';
|
|
15
|
-
import '../../index-
|
|
15
|
+
import '../../index-c2f20322.js';
|
|
16
16
|
import '../../ui/MentionUserLabel.js';
|
|
17
17
|
import '../../ui/Icon.js';
|
|
18
|
-
import '../../index-
|
|
19
|
-
import '../../index-
|
|
20
|
-
import '../../UserProfileContext-
|
|
21
|
-
import '../../compareIds-
|
|
22
|
-
import '../../topics-
|
|
18
|
+
import '../../index-cc905e95.js';
|
|
19
|
+
import '../../index-2db9735a.js';
|
|
20
|
+
import '../../UserProfileContext-58463608.js';
|
|
21
|
+
import '../../compareIds-4839d86c.js';
|
|
22
|
+
import '../../topics-398017ae.js';
|
|
23
23
|
import '@sendbird/chat';
|
|
24
24
|
import '@sendbird/chat/openChannel';
|
|
25
|
-
import '../../uuid-
|
|
25
|
+
import '../../uuid-bd74c65a.js';
|
|
26
26
|
import '../../useSendbirdStateContext.js';
|
|
27
27
|
import '../../withSendbird.js';
|
|
28
28
|
|
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
import React__default, { useContext, useMemo, useState, useRef } from 'react';
|
|
2
|
-
import { f as format } from '../../index-
|
|
2
|
+
import { f as format } from '../../index-2db9735a.js';
|
|
3
3
|
import OpenchannelUserMessage from '../../ui/OpenchannelUserMessage.js';
|
|
4
4
|
import OpenChannelAdminMessage from '../../ui/OpenChannelAdminMessage.js';
|
|
5
5
|
import OpenchannelOGMessage from '../../ui/OpenchannelOGMessage.js';
|
|
6
6
|
import OpenchannelThumbnailMessage from '../../ui/OpenchannelThumbnailMessage.js';
|
|
7
7
|
import OpenchannelFileMessage from '../../ui/OpenchannelFileMessage.js';
|
|
8
8
|
import DateSeparator from '../../ui/DateSeparator.js';
|
|
9
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
9
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c2f20322.js';
|
|
10
10
|
import MessageInput from '../../ui/MessageInput.js';
|
|
11
11
|
import FileViewer from '../../ui/FileViewer.js';
|
|
12
12
|
import Modal from '../../ui/Modal.js';
|
|
13
|
-
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-
|
|
14
|
-
import { _ as __assign } from '../../tslib.es6-
|
|
15
|
-
import { u as useOpenChannelContext } from '../../OpenChannelProvider-
|
|
13
|
+
import { a as LocalizationContext, u as useLocalization } from '../../LocalizationContext-a6f8fb25.js';
|
|
14
|
+
import { _ as __assign } from '../../tslib.es6-84f8edfa.js';
|
|
15
|
+
import { u as useOpenChannelContext } from '../../OpenChannelProvider-10dd5869.js';
|
|
16
16
|
import useSendbirdStateContext from '../../useSendbirdStateContext.js';
|
|
17
|
-
import '../../index-
|
|
17
|
+
import '../../index-fb7fd76d.js';
|
|
18
18
|
import '../../ui/Avatar.js';
|
|
19
19
|
import '../../ui/ImageRenderer.js';
|
|
20
20
|
import '../../ui/Icon.js';
|
|
21
21
|
import 'prop-types';
|
|
22
|
-
import '../../uuid-
|
|
22
|
+
import '../../uuid-bd74c65a.js';
|
|
23
23
|
import '../../ui/ContextMenu.js';
|
|
24
24
|
import 'react-dom';
|
|
25
25
|
import '../../ui/SortByRow.js';
|
|
26
|
-
import '../../index-
|
|
27
|
-
import '../../stringSet-
|
|
26
|
+
import '../../index-cc905e95.js';
|
|
27
|
+
import '../../stringSet-ed906148.js';
|
|
28
28
|
import '../../ui/IconButton.js';
|
|
29
29
|
import '../../ui/Loader.js';
|
|
30
30
|
import '../../ui/UserProfile.js';
|
|
31
31
|
import '../../withSendbird.js';
|
|
32
|
-
import '../../_rollupPluginBabelHelpers-
|
|
32
|
+
import '../../_rollupPluginBabelHelpers-b9099c54.js';
|
|
33
33
|
import '../../sendbirdSelectors.js';
|
|
34
|
-
import '../../topics-
|
|
35
|
-
import '../../utils-
|
|
34
|
+
import '../../topics-398017ae.js';
|
|
35
|
+
import '../../utils-dc344408.js';
|
|
36
36
|
import '../../ui/Button.js';
|
|
37
|
-
import '../../UserProfileContext-
|
|
38
|
-
import '../../utils-
|
|
39
|
-
import '../../openChannelUtils-
|
|
37
|
+
import '../../UserProfileContext-58463608.js';
|
|
38
|
+
import '../../utils-84904138.js';
|
|
39
|
+
import '../../openChannelUtils-c694c77d.js';
|
|
40
40
|
import '../../ui/LinkLabel.js';
|
|
41
41
|
import '../../ui/Word.js';
|
|
42
42
|
import '../../ui/MentionLabel.js';
|
|
43
43
|
import '../../ui/TextButton.js';
|
|
44
|
-
import '../../color-
|
|
44
|
+
import '../../color-a2810858.js';
|
|
45
45
|
import 'react-dom/server';
|
|
46
|
-
import '../../const-
|
|
47
|
-
import '../../const-
|
|
46
|
+
import '../../const-16fc416a.js';
|
|
47
|
+
import '../../const-07519343.js';
|
|
48
48
|
import '../../ui/MentionUserLabel.js';
|
|
49
|
-
import '../../index-
|
|
50
|
-
import '../../compareIds-
|
|
49
|
+
import '../../index-ecc6d4a9.js';
|
|
50
|
+
import '../../compareIds-4839d86c.js';
|
|
51
51
|
import '@sendbird/chat';
|
|
52
52
|
import '@sendbird/chat/openChannel';
|
|
53
53
|
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import React__default, { useRef, useState, useMemo } from 'react';
|
|
2
|
-
import { i as isSameDay } from '../../index-
|
|
2
|
+
import { i as isSameDay } from '../../index-ccf6db26.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
5
|
-
import { u as useOpenChannelContext, c as compareMessagesForGrouping } from '../../OpenChannelProvider-
|
|
4
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-4ac20b5a.js';
|
|
5
|
+
import { u as useOpenChannelContext, c as compareMessagesForGrouping } from '../../OpenChannelProvider-10dd5869.js';
|
|
6
6
|
import MessagOpenChannelMessageeHoc from './OpenChannelMessage.js';
|
|
7
|
-
import '../../index-
|
|
8
|
-
import '../../index-
|
|
7
|
+
import '../../index-2db9735a.js';
|
|
8
|
+
import '../../index-fb7fd76d.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import '../../tslib.es6-
|
|
11
|
-
import '../../LocalizationContext-
|
|
12
|
-
import '../../stringSet-
|
|
13
|
-
import '../../index-
|
|
10
|
+
import '../../tslib.es6-84f8edfa.js';
|
|
11
|
+
import '../../LocalizationContext-a6f8fb25.js';
|
|
12
|
+
import '../../stringSet-ed906148.js';
|
|
13
|
+
import '../../index-c2f20322.js';
|
|
14
14
|
import '../../ui/Loader.js';
|
|
15
|
-
import '../../UserProfileContext-
|
|
16
|
-
import '../../compareIds-
|
|
17
|
-
import '../../topics-
|
|
15
|
+
import '../../UserProfileContext-58463608.js';
|
|
16
|
+
import '../../compareIds-4839d86c.js';
|
|
17
|
+
import '../../topics-398017ae.js';
|
|
18
18
|
import '@sendbird/chat';
|
|
19
19
|
import '@sendbird/chat/openChannel';
|
|
20
|
-
import '../../uuid-
|
|
20
|
+
import '../../uuid-bd74c65a.js';
|
|
21
21
|
import '../../useSendbirdStateContext.js';
|
|
22
22
|
import '../../withSendbird.js';
|
|
23
|
-
import '../../_rollupPluginBabelHelpers-
|
|
23
|
+
import '../../_rollupPluginBabelHelpers-b9099c54.js';
|
|
24
24
|
import '../../ui/OpenchannelUserMessage.js';
|
|
25
25
|
import '../../ui/Avatar.js';
|
|
26
26
|
import '../../ui/ImageRenderer.js';
|
|
27
27
|
import '../../ui/ContextMenu.js';
|
|
28
28
|
import 'react-dom';
|
|
29
29
|
import '../../ui/SortByRow.js';
|
|
30
|
-
import '../../index-
|
|
30
|
+
import '../../index-cc905e95.js';
|
|
31
31
|
import '../../ui/IconButton.js';
|
|
32
32
|
import '../../ui/UserProfile.js';
|
|
33
33
|
import '../../sendbirdSelectors.js';
|
|
34
|
-
import '../../utils-
|
|
34
|
+
import '../../utils-dc344408.js';
|
|
35
35
|
import '../../ui/Button.js';
|
|
36
|
-
import '../../utils-
|
|
37
|
-
import '../../openChannelUtils-
|
|
36
|
+
import '../../utils-84904138.js';
|
|
37
|
+
import '../../openChannelUtils-c694c77d.js';
|
|
38
38
|
import '../../ui/OpenChannelAdminMessage.js';
|
|
39
39
|
import '../../ui/OpenchannelOGMessage.js';
|
|
40
40
|
import '../../ui/LinkLabel.js';
|
|
@@ -43,15 +43,15 @@ import '../../ui/MentionLabel.js';
|
|
|
43
43
|
import '../../ui/OpenchannelThumbnailMessage.js';
|
|
44
44
|
import '../../ui/OpenchannelFileMessage.js';
|
|
45
45
|
import '../../ui/TextButton.js';
|
|
46
|
-
import '../../color-
|
|
46
|
+
import '../../color-a2810858.js';
|
|
47
47
|
import '../../ui/DateSeparator.js';
|
|
48
48
|
import '../../ui/MessageInput.js';
|
|
49
49
|
import 'react-dom/server';
|
|
50
|
-
import '../../const-
|
|
51
|
-
import '../../const-
|
|
50
|
+
import '../../const-16fc416a.js';
|
|
51
|
+
import '../../const-07519343.js';
|
|
52
52
|
import '../../ui/MentionUserLabel.js';
|
|
53
53
|
import '../../ui/FileViewer.js';
|
|
54
|
-
import '../../index-
|
|
54
|
+
import '../../index-ecc6d4a9.js';
|
|
55
55
|
import '../../ui/Modal.js';
|
|
56
56
|
|
|
57
57
|
function OpenchannelMessageList(props, ref) {
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { u as useOpenChannelContext } from '../../OpenChannelProvider-
|
|
2
|
+
import { u as useOpenChannelContext } from '../../OpenChannelProvider-10dd5869.js';
|
|
3
3
|
import OpenChannelInput from './OpenChannelInput.js';
|
|
4
4
|
import FrozenNotification from './FrozenChannelNotification.js';
|
|
5
5
|
import OpenchannelConversationHeader from './OpenChannelHeader.js';
|
|
6
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
6
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-4ac20b5a.js';
|
|
7
7
|
import OpenChannelMessageList from './OpenChannelMessageList.js';
|
|
8
|
-
import '../../index-
|
|
9
|
-
import '../../index-
|
|
10
|
-
import '../../UserProfileContext-
|
|
8
|
+
import '../../index-2db9735a.js';
|
|
9
|
+
import '../../index-fb7fd76d.js';
|
|
10
|
+
import '../../UserProfileContext-58463608.js';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import '../../tslib.es6-
|
|
13
|
-
import '../../compareIds-
|
|
14
|
-
import '../../topics-
|
|
12
|
+
import '../../tslib.es6-84f8edfa.js';
|
|
13
|
+
import '../../compareIds-4839d86c.js';
|
|
14
|
+
import '../../topics-398017ae.js';
|
|
15
15
|
import '@sendbird/chat';
|
|
16
16
|
import '@sendbird/chat/openChannel';
|
|
17
|
-
import '../../uuid-
|
|
17
|
+
import '../../uuid-bd74c65a.js';
|
|
18
18
|
import '../../useSendbirdStateContext.js';
|
|
19
19
|
import '../../withSendbird.js';
|
|
20
|
-
import '../../_rollupPluginBabelHelpers-
|
|
21
|
-
import '../../LocalizationContext-
|
|
22
|
-
import '../../stringSet-
|
|
20
|
+
import '../../_rollupPluginBabelHelpers-b9099c54.js';
|
|
21
|
+
import '../../LocalizationContext-a6f8fb25.js';
|
|
22
|
+
import '../../stringSet-ed906148.js';
|
|
23
23
|
import '../../ui/MessageInput.js';
|
|
24
24
|
import 'react-dom/server';
|
|
25
|
-
import '../../const-
|
|
26
|
-
import '../../const-
|
|
25
|
+
import '../../const-16fc416a.js';
|
|
26
|
+
import '../../const-07519343.js';
|
|
27
27
|
import '../../ui/IconButton.js';
|
|
28
28
|
import '../../ui/Button.js';
|
|
29
|
-
import '../../index-
|
|
29
|
+
import '../../index-c2f20322.js';
|
|
30
30
|
import '../../ui/MentionUserLabel.js';
|
|
31
31
|
import '../../ui/Icon.js';
|
|
32
|
-
import '../../index-
|
|
32
|
+
import '../../index-cc905e95.js';
|
|
33
33
|
import '../../ui/Avatar.js';
|
|
34
34
|
import '../../ui/ImageRenderer.js';
|
|
35
35
|
import '../../ui/Loader.js';
|
|
36
|
-
import '../../index-
|
|
36
|
+
import '../../index-ccf6db26.js';
|
|
37
37
|
import './OpenChannelMessage.js';
|
|
38
38
|
import '../../ui/OpenchannelUserMessage.js';
|
|
39
39
|
import '../../ui/ContextMenu.js';
|
|
@@ -41,9 +41,9 @@ import 'react-dom';
|
|
|
41
41
|
import '../../ui/SortByRow.js';
|
|
42
42
|
import '../../ui/UserProfile.js';
|
|
43
43
|
import '../../sendbirdSelectors.js';
|
|
44
|
-
import '../../utils-
|
|
45
|
-
import '../../utils-
|
|
46
|
-
import '../../openChannelUtils-
|
|
44
|
+
import '../../utils-dc344408.js';
|
|
45
|
+
import '../../utils-84904138.js';
|
|
46
|
+
import '../../openChannelUtils-c694c77d.js';
|
|
47
47
|
import '../../ui/OpenChannelAdminMessage.js';
|
|
48
48
|
import '../../ui/OpenchannelOGMessage.js';
|
|
49
49
|
import '../../ui/LinkLabel.js';
|
|
@@ -52,10 +52,10 @@ import '../../ui/MentionLabel.js';
|
|
|
52
52
|
import '../../ui/OpenchannelThumbnailMessage.js';
|
|
53
53
|
import '../../ui/OpenchannelFileMessage.js';
|
|
54
54
|
import '../../ui/TextButton.js';
|
|
55
|
-
import '../../color-
|
|
55
|
+
import '../../color-a2810858.js';
|
|
56
56
|
import '../../ui/DateSeparator.js';
|
|
57
57
|
import '../../ui/FileViewer.js';
|
|
58
|
-
import '../../index-
|
|
58
|
+
import '../../index-ecc6d4a9.js';
|
|
59
59
|
import '../../ui/Modal.js';
|
|
60
60
|
|
|
61
61
|
var COMPONENT_CLASS_NAME = 'sendbird-openchannel-conversation';
|
package/OpenChannel/context.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { O as OpenChannelProvider, u as useOpenChannelContext } from '../OpenChannelProvider-
|
|
3
|
-
import '../UserProfileContext-
|
|
4
|
-
import '../topics-
|
|
2
|
+
export { O as OpenChannelProvider, u as useOpenChannelContext } from '../OpenChannelProvider-10dd5869.js';
|
|
3
|
+
import '../UserProfileContext-58463608.js';
|
|
4
|
+
import '../topics-398017ae.js';
|
|
5
5
|
import '../useSendbirdStateContext.js';
|
|
6
|
-
import '../index-
|
|
7
|
-
import '../index-
|
|
8
|
-
import '../tslib.es6-
|
|
9
|
-
import '../compareIds-
|
|
6
|
+
import '../index-2db9735a.js';
|
|
7
|
+
import '../index-fb7fd76d.js';
|
|
8
|
+
import '../tslib.es6-84f8edfa.js';
|
|
9
|
+
import '../compareIds-4839d86c.js';
|
|
10
10
|
import '@sendbird/chat';
|
|
11
11
|
import '@sendbird/chat/openChannel';
|
|
12
|
-
import '../uuid-
|
|
12
|
+
import '../uuid-bd74c65a.js';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
import '../withSendbird.js';
|
|
15
|
-
import '../_rollupPluginBabelHelpers-
|
|
15
|
+
import '../_rollupPluginBabelHelpers-b9099c54.js';
|
|
16
16
|
//# sourceMappingURL=context.js.map
|
package/OpenChannel.js
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import OpenChannelUI from './OpenChannel/components/OpenChannelUI.js';
|
|
3
|
-
import { O as OpenChannelProvider } from './OpenChannelProvider-
|
|
3
|
+
import { O as OpenChannelProvider } from './OpenChannelProvider-10dd5869.js';
|
|
4
4
|
import './OpenChannel/components/OpenChannelInput.js';
|
|
5
|
-
import './LocalizationContext-
|
|
6
|
-
import './stringSet-
|
|
7
|
-
import './index-
|
|
5
|
+
import './LocalizationContext-a6f8fb25.js';
|
|
6
|
+
import './stringSet-ed906148.js';
|
|
7
|
+
import './index-fb7fd76d.js';
|
|
8
8
|
import './ui/MessageInput.js';
|
|
9
|
-
import './_rollupPluginBabelHelpers-
|
|
9
|
+
import './_rollupPluginBabelHelpers-b9099c54.js';
|
|
10
10
|
import 'react-dom/server';
|
|
11
11
|
import 'prop-types';
|
|
12
|
-
import './const-
|
|
13
|
-
import './const-
|
|
12
|
+
import './const-16fc416a.js';
|
|
13
|
+
import './const-07519343.js';
|
|
14
14
|
import './ui/IconButton.js';
|
|
15
|
-
import './tslib.es6-
|
|
15
|
+
import './tslib.es6-84f8edfa.js';
|
|
16
16
|
import './ui/Button.js';
|
|
17
|
-
import './index-
|
|
17
|
+
import './index-c2f20322.js';
|
|
18
18
|
import './ui/MentionUserLabel.js';
|
|
19
19
|
import './ui/Icon.js';
|
|
20
|
-
import './index-
|
|
20
|
+
import './index-cc905e95.js';
|
|
21
21
|
import './OpenChannel/components/FrozenChannelNotification.js';
|
|
22
22
|
import './OpenChannel/components/OpenChannelHeader.js';
|
|
23
23
|
import './ui/Avatar.js';
|
|
24
24
|
import './ui/ImageRenderer.js';
|
|
25
|
-
import './uuid-
|
|
26
|
-
import './index-
|
|
25
|
+
import './uuid-bd74c65a.js';
|
|
26
|
+
import './index-4ac20b5a.js';
|
|
27
27
|
import './ui/Loader.js';
|
|
28
28
|
import './OpenChannel/components/OpenChannelMessageList.js';
|
|
29
|
-
import './index-
|
|
30
|
-
import './index-
|
|
29
|
+
import './index-ccf6db26.js';
|
|
30
|
+
import './index-2db9735a.js';
|
|
31
31
|
import './OpenChannel/components/OpenChannelMessage.js';
|
|
32
32
|
import './ui/OpenchannelUserMessage.js';
|
|
33
33
|
import './ui/ContextMenu.js';
|
|
@@ -36,11 +36,11 @@ import './ui/SortByRow.js';
|
|
|
36
36
|
import './ui/UserProfile.js';
|
|
37
37
|
import './withSendbird.js';
|
|
38
38
|
import './sendbirdSelectors.js';
|
|
39
|
-
import './topics-
|
|
40
|
-
import './utils-
|
|
41
|
-
import './UserProfileContext-
|
|
42
|
-
import './utils-
|
|
43
|
-
import './openChannelUtils-
|
|
39
|
+
import './topics-398017ae.js';
|
|
40
|
+
import './utils-dc344408.js';
|
|
41
|
+
import './UserProfileContext-58463608.js';
|
|
42
|
+
import './utils-84904138.js';
|
|
43
|
+
import './openChannelUtils-c694c77d.js';
|
|
44
44
|
import './ui/OpenChannelAdminMessage.js';
|
|
45
45
|
import './ui/OpenchannelOGMessage.js';
|
|
46
46
|
import './ui/LinkLabel.js';
|
|
@@ -50,12 +50,12 @@ import './useSendbirdStateContext.js';
|
|
|
50
50
|
import './ui/OpenchannelThumbnailMessage.js';
|
|
51
51
|
import './ui/OpenchannelFileMessage.js';
|
|
52
52
|
import './ui/TextButton.js';
|
|
53
|
-
import './color-
|
|
53
|
+
import './color-a2810858.js';
|
|
54
54
|
import './ui/DateSeparator.js';
|
|
55
55
|
import './ui/FileViewer.js';
|
|
56
|
-
import './index-
|
|
56
|
+
import './index-ecc6d4a9.js';
|
|
57
57
|
import './ui/Modal.js';
|
|
58
|
-
import './compareIds-
|
|
58
|
+
import './compareIds-4839d86c.js';
|
|
59
59
|
import '@sendbird/chat';
|
|
60
60
|
import '@sendbird/chat/openChannel';
|
|
61
61
|
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import React__default, { useState, useRef, useContext, useMemo } from 'react';
|
|
2
2
|
import OpenChannelPreview from './OpenChannelPreview.js';
|
|
3
|
-
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-
|
|
3
|
+
import { P as PlaceHolder, a as PlaceHolderTypes } from '../../index-4ac20b5a.js';
|
|
4
4
|
import IconButton from '../../ui/IconButton.js';
|
|
5
5
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
6
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
7
|
-
import { u as useOpenChannelListContext, a as OpenChannelListFetchingStatus, b as OpenChannelListActionTypes } from '../../OpenChannelListProvider-
|
|
6
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c2f20322.js';
|
|
7
|
+
import { u as useOpenChannelListContext, a as OpenChannelListFetchingStatus, b as OpenChannelListActionTypes } from '../../OpenChannelListProvider-cdd801da.js';
|
|
8
8
|
import CreateOpenChannel from '../../CreateOpenChannel.js';
|
|
9
|
-
import { a as LocalizationContext } from '../../LocalizationContext-
|
|
9
|
+
import { a as LocalizationContext } from '../../LocalizationContext-a6f8fb25.js';
|
|
10
10
|
import '../../ui/Avatar.js';
|
|
11
|
-
import '../../tslib.es6-
|
|
11
|
+
import '../../tslib.es6-84f8edfa.js';
|
|
12
12
|
import '../../ui/ImageRenderer.js';
|
|
13
|
-
import '../../uuid-
|
|
13
|
+
import '../../uuid-bd74c65a.js';
|
|
14
14
|
import 'prop-types';
|
|
15
15
|
import '../../ui/Loader.js';
|
|
16
|
-
import '../../stringSet-
|
|
17
|
-
import '../../topics-
|
|
16
|
+
import '../../stringSet-ed906148.js';
|
|
17
|
+
import '../../topics-398017ae.js';
|
|
18
18
|
import '../../useSendbirdStateContext.js';
|
|
19
19
|
import '../../withSendbird.js';
|
|
20
|
-
import '../../_rollupPluginBabelHelpers-
|
|
20
|
+
import '../../_rollupPluginBabelHelpers-b9099c54.js';
|
|
21
21
|
import '../../CreateOpenChannel/components/CreateOpenChannelUI.js';
|
|
22
22
|
import '../../ui/Button.js';
|
|
23
23
|
import '../../ui/Modal.js';
|
|
24
24
|
import 'react-dom';
|
|
25
|
-
import '../../index-
|
|
26
|
-
import '../../index-
|
|
25
|
+
import '../../index-ecc6d4a9.js';
|
|
26
|
+
import '../../index-fb7fd76d.js';
|
|
27
27
|
import '../../ui/Input.js';
|
|
28
28
|
import '../../ui/TextButton.js';
|
|
29
|
-
import '../../color-
|
|
29
|
+
import '../../color-a2810858.js';
|
|
30
30
|
import '../../CreateOpenChannel/context.js';
|
|
31
31
|
|
|
32
32
|
function OpenChannelListUI(_a) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import Avatar from '../../ui/Avatar.js';
|
|
3
3
|
import Icon, { IconTypes, IconColors } from '../../ui/Icon.js';
|
|
4
|
-
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-
|
|
5
|
-
import '../../tslib.es6-
|
|
4
|
+
import { L as Label, a as LabelTypography, b as LabelColors } from '../../index-c2f20322.js';
|
|
5
|
+
import '../../tslib.es6-84f8edfa.js';
|
|
6
6
|
import '../../ui/ImageRenderer.js';
|
|
7
|
-
import '../../uuid-
|
|
7
|
+
import '../../uuid-bd74c65a.js';
|
|
8
8
|
import 'prop-types';
|
|
9
|
-
import '../../stringSet-
|
|
9
|
+
import '../../stringSet-ed906148.js';
|
|
10
10
|
|
|
11
11
|
function OpenChannelPreview(_a) {
|
|
12
12
|
var className = _a.className,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
import '../topics-
|
|
2
|
+
import '../topics-398017ae.js';
|
|
3
3
|
import '../useSendbirdStateContext.js';
|
|
4
|
-
export { O as OpenChannelListProvider, c as default, u as useOpenChannelListContext } from '../OpenChannelListProvider-
|
|
4
|
+
export { O as OpenChannelListProvider, c as default, u as useOpenChannelListContext } from '../OpenChannelListProvider-cdd801da.js';
|
|
5
5
|
import '../withSendbird.js';
|
|
6
|
-
import '../_rollupPluginBabelHelpers-
|
|
7
|
-
import '../tslib.es6-
|
|
6
|
+
import '../_rollupPluginBabelHelpers-b9099c54.js';
|
|
7
|
+
import '../tslib.es6-84f8edfa.js';
|
|
8
8
|
//# sourceMappingURL=context.js.map
|
package/OpenChannelList.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import OpenChannelListUI from './OpenChannelList/components/OpenChannelListUI.js';
|
|
3
|
-
import { O as OpenChannelListProvider } from './OpenChannelListProvider-
|
|
3
|
+
import { O as OpenChannelListProvider } from './OpenChannelListProvider-cdd801da.js';
|
|
4
4
|
import './OpenChannelList/components/OpenChannelPreview.js';
|
|
5
5
|
import './ui/Avatar.js';
|
|
6
|
-
import './tslib.es6-
|
|
6
|
+
import './tslib.es6-84f8edfa.js';
|
|
7
7
|
import './ui/ImageRenderer.js';
|
|
8
8
|
import './ui/Icon.js';
|
|
9
9
|
import 'prop-types';
|
|
10
|
-
import './uuid-
|
|
11
|
-
import './index-
|
|
12
|
-
import './stringSet-
|
|
13
|
-
import './index-
|
|
14
|
-
import './LocalizationContext-
|
|
15
|
-
import './index-
|
|
10
|
+
import './uuid-bd74c65a.js';
|
|
11
|
+
import './index-c2f20322.js';
|
|
12
|
+
import './stringSet-ed906148.js';
|
|
13
|
+
import './index-4ac20b5a.js';
|
|
14
|
+
import './LocalizationContext-a6f8fb25.js';
|
|
15
|
+
import './index-fb7fd76d.js';
|
|
16
16
|
import './ui/Loader.js';
|
|
17
17
|
import './ui/IconButton.js';
|
|
18
18
|
import './CreateOpenChannel.js';
|
|
@@ -20,15 +20,15 @@ import './CreateOpenChannel/components/CreateOpenChannelUI.js';
|
|
|
20
20
|
import './ui/Button.js';
|
|
21
21
|
import './ui/Modal.js';
|
|
22
22
|
import 'react-dom';
|
|
23
|
-
import './index-
|
|
23
|
+
import './index-ecc6d4a9.js';
|
|
24
24
|
import './ui/Input.js';
|
|
25
25
|
import './ui/TextButton.js';
|
|
26
|
-
import './color-
|
|
26
|
+
import './color-a2810858.js';
|
|
27
27
|
import './CreateOpenChannel/context.js';
|
|
28
28
|
import './useSendbirdStateContext.js';
|
|
29
29
|
import './withSendbird.js';
|
|
30
|
-
import './_rollupPluginBabelHelpers-
|
|
31
|
-
import './topics-
|
|
30
|
+
import './_rollupPluginBabelHelpers-b9099c54.js';
|
|
31
|
+
import './topics-398017ae.js';
|
|
32
32
|
|
|
33
33
|
function OpenChannelList(_a) {
|
|
34
34
|
var // provider
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useCallback, useEffect, useContext, useMemo, useReducer } from 'react';
|
|
2
|
-
import { c as UPDATE_OPEN_CHANNEL } from './topics-
|
|
2
|
+
import { c as UPDATE_OPEN_CHANNEL } from './topics-398017ae.js';
|
|
3
3
|
import useSendbirdStateContext from './useSendbirdStateContext.js';
|
|
4
|
-
import { _ as __assign, a as __spreadArray } from './tslib.es6-
|
|
4
|
+
import { _ as __assign, a as __spreadArray } from './tslib.es6-84f8edfa.js';
|
|
5
5
|
|
|
6
6
|
var OpenChannelListFetchingStatus;
|
|
7
7
|
|
|
@@ -431,4 +431,4 @@ var OpenChannelListProvider$1 = {
|
|
|
431
431
|
};
|
|
432
432
|
|
|
433
433
|
export { OpenChannelListProvider as O, OpenChannelListFetchingStatus as a, OpenChannelListActionTypes$1 as b, OpenChannelListProvider$1 as c, useOpenChannelListContext as u };
|
|
434
|
-
//# sourceMappingURL=OpenChannelListProvider-
|
|
434
|
+
//# sourceMappingURL=OpenChannelListProvider-cdd801da.js.map
|